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
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } :root { --skyblue: #5377a6; --cloud: #759cbf; --tree: #23260e; --sand: #bfae99; --rock: #593e34; --font: 1rem; } html { scroll-behavior: smooth; } body { display: block; margin: 0; } h1 { font-size: 1.5rem; margin-bottom: 10px; text-align: left; } h2 { font-size: 1.5rem; margin-bottom: 10px; } h3 { font-size: 24px; font-weight: 400; margin: 10px 0; } header { display: flex; justify-content: space-between; align-items: center; padding: 0%; background-color: white; color: var(--skyblue); } nav { display: flex; justify-content: space-between; min-width: 300px; list-style: none; } nav a { color: var(--cloud); font-weight: bold; padding: 14px 20px; text-decoration: none; } nav a:hover { background-color: var(--skyblue); color: white; } body, h1, h2, h3, h4, h5, h6 { font-family: "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell, " Open Sans ", " Helvetica Neue ", " sans-serif; } body, html { height: 100%; color: #777; line-height: 1.8; } div { display: block; } a { color: inherit; text-decoration: none; } img { border-style: none; } img { vertical-align: middle; } .ak-margin-bottom { margin-bottom: 16px !important; } /* Create a Parallax Effect */ .bgimg-1, .bgimg-2, .bgimg-3 { background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } /* First image (Logo. Full height) */ .bgimg-1 { background-image: url(../images/Denny.jpg); height: 100%; } /* Second image (Portfolio) */ .bgimg-2 { background-image: url(../images/powderkeg.JPG); height: 400px; } .ak-text-white, .ak-hover-text-white:hover { color: #fff !important; } .ak-xxlarge { font-size: 36px !important; } /* Third image (Contact) */ .bgimg-3 { background-image: url(../images/peekaboo.JPG); min-height: 400px; } .ak-wide { letter-spacing: 10px; } .ak-hover-opacity { cursor: pointer; } /* Turn off parallax scrolling for tablets and phones */ @media only screen and (max-device-width: 1440px) { .bgimg-1, .bgimg-2, .bgimg-3 { background-attachment: scroll; min-height: 400px; } } /* Parallax Image with Logo Text HERO*/ .ak-tooltip, .ak-display-container { position: relative; } .ak-display-container:hover .ak-display-hover { display: block; } .ak-display-container:hover span.ak-display-hover { display: inline-block; } .ak-opacity-min { opacity: 0.85; } /*The Hero Image Text Box Placement*/ .ak-display-middle { position: absolute; top: 50%; left: 53%; transform: translate(-75%, -75%); -ms-transform: translate(-50%, -50%); } .ak-center { display: block; width: auto; text-align: center; } .ak-padding-large { padding: 12px 24px; } .ak-skyblue, .ak-hover-skyblue:hover { color: white; background-color: var(--skyblue); } .ak-black, .ak-hover-black:hover { color: white; background-color: black; opacity: 75%; } .ak-xlarge { font-size: 24px; } .ak-wide { letter-spacing: 4px; } .ak-animate-opacity { animation: opac 0.8s; } /*Navbar properties*/ .ak-top { background-color: white; overflow: hidden; top: 0; position: fixed; width: 100%; z-index: 1; } .ak-bar { width: 100%; overflow: hidden; } .ak-center .ak-bar { display: inline-block; width: auto; } .ak-bar .ak-bar-item { padding: 8px 16px; float: right; width: auto; border: none; display: block; outline: 0; } .ak-bar { position: static; float: left; } .ak-bar .ak-button { white-space: normal; } .ak-bar-block .ak-bar-item { width: 100%; display: block; padding: 8px 16px; text-align: left; border: none; white-space: normal; float: none; outline: 0; } /*navDropDown Menu Styling*/ .ak-button { display: block; border: none; padding: 8px 16px; overflow: hidden; text-decoration: none; color: inherit; background-color: inherit; text-align: center; cursor: pointer; white-space: nowrap; /* makes menu items to right */ float: right; } .ak-button:hover { color: white; background-color: var(--skyblue); } .ak-hide { display: none !important; } .ak-show { display: block !important; } .ak-card { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); } .ak-card-4, .ak-hover-shadow:hover { box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19); } .img-2 { float: left; width: 100px; height: 100px; object-fit: cover; } .ak-animate-top { position: relative; animation: animatetop 0.4s; } .ak-white, .ak-hover-white:hover { color: var(--skyblue); background-color: white; } .ak-left { float: left !important; } .ak-right { float: right !important; } /* Styling for About Me Section*/ .ak-content, .ak-auto { margin-left: auto; margin-right: auto; } .ak-content { max-width: 980px; } .ak-margin-right { margin-right: 16px; } /*Made About Me title block off-centered*/ .ak-center { display: block; text-align: center !important; } .ak-bold { font-weight: bold; font-size: 20px; } .ak-xlarge { font-size: 24px !important; } .ak-bar-block .ak-center .ak-bar-item { text-align: center; } .ak-padding-64 { padding-top: 64px !important; padding-bottom: 64px !important; } .ak-round { border-radius: 8px; } .ak-image { max-width: 100%; height: auto; } .ak-opacity, .ak-hover-opacity:hover { opacity: 0.5; } .ak-opacity-off, .ak-hover-opacity-off:hover { opacity: 0.85; } .ak-opacity-max { opacity: 0.25; } .ak-padding-large { padding: 12px 24px !important; } .ak-container:after, .ak-container:before, .ak-panel:after, .ak-panel:before, .ak-row:after, .ak-row:before, .ak-row-padding:after, .ak-row-padding:before, .ak-bar:before, .ak-bar:after { content: ""; display: table; clear: both; } .ak-row-padding, .ak-row-padding > .ak-half, .ak-row-padding > .ak-third, .ak-row-padding > .ak-twothird, .ak-row-padding > .ak-threequarter, .ak-row-padding > .ak-quarter, .ak-row-padding > .ak-col { padding: 25px 8px; } .ak-container, .ak-panel { padding: 0.01em 16px; } .ak-col, .ak-half, .ak-third, .ak-twothird, .ak-threequarter, .ak-quarter { float: left; width: 100%; } .ak-content, .ak-auto { margin-left: auto; margin-right: auto; } .ak-content { max-width: 980px; } .ak-col.m6, .ak-half { width: 49.99999%; } /* Proficiency Status Bars */ .ak-light-skyblue, .ak-hover-light-skyblue:hover, .ak-light-gray, .ak-hover-light-gray:hover { color: #000 !important; background-color: #616161 !important; } .ak-dark-skyblue, .ak-hover-dark-skyblue:hover, .ak-dark-gray, .ak-hover-dark-gray:hover { color: #fff !important; background-color: var(--skyblue) !important; } .ak-hover-dark-gray:hover { transition: all 0.4s ease-in-out; transform: scale(1.1); } /* Image Grid */ .ak-padding-small { padding: 4px 8px !important; } .ak-display-middle-relative { position: absolute; top: 80%; left: 50%; transform: translate(-50%, -50%); } .ak-align-middle { vertical-align: middle; } .ak-section { margin-top: 16px !important; margin-bottom: 16px !important; } .ak-block { display: block; width: 100%; } /* Contact Section */ .ak-input { padding: 8px; display: block; border: none; border-bottom: 1px solid #ccc; width: 100%; } .ak-border { border: 1px solid #ccc !important; } /* footer */ .ak-rock, .ak-hover-rock:hover { color: white !important; } .ak-text-decoration-none { text-decoration: none; } /* resume styling */ .ak-text-skyblue { color: var(--skyblue) !important; } .ak-skyblue, .ak-hover-skyblue:hover { color: #fff !important; background-color: var(--skyblue) !important; } .ak-tag { background-color: #000; color: #fff; display: inline-block; padding-left: 8px; padding-right: 8px; text-align: center; } .ak-text-grey { color: #616161; } /* ALL MEDIA SCREEN QUERIES */ @media (min-width: 601px) { .ak-col.m1 { width: 8.33333%; } .ak-col.m2 { width: 16.66666%; } .ak-col.m3, .ak-quarter { width: 24.99999%; } .ak-col.m4, .ak-third { width: 33.33333%; } .ak-col.m5 { width: 41.66666%; } .ak-col.m6, .ak-half { width: 49.99999%; } .ak-col.m7 { width: 58.33333%; } .ak-col.m8, .ak-twothird { width: 66.66666%; } .ak-col.m9, .ak-threequarter { width: 74.99999%; } .ak-col.m10 { width: 83.33333%; } .ak-col.m11 { width: 91.66666%; } .ak-col.m12 { width: 99.99999%; } } @media (min-width: 993px) { .ak-col.l1 { width: 8.33333%; } .ak-col.l2 { width: 16.66666%; } .ak-col.l3 { width: 24.99999%; } .ak-col.l4 { width: 33.33333%; } .ak-col.l5 { width: 41.66666%; } .ak-col.l6 { width: 49.99999%; } .ak-col.l7 { width: 58.33333%; } .ak-col.l8 { width: 66.66666%; } .ak-col.l9 { width: 74.99999%; } .ak-col.l10 { width: 83.33333%; } .ak-col.l11 { width: 91.66666%; } .ak-col.l12 { width: 99.99999%; } } @media (max-width: 1205px) { .ak-auto { max-width: 95%; } } @media (max-width: 600px) { .ak-hide-small { display: none !important; } .ak-bar-item { text-align: center; } } @media (min-width: 993px) { .ak-hide-large { display: none !important; } } @media (max-width: 992px) and (min-width: 601px) { .ak-hide-medium { display: none !important; } } @media (max-width: 992px) { .ak-auto { max-width: 100%; } }
assets/css/style.css
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } :root { --skyblue: #5377a6; --cloud: #759cbf; --tree: #23260e; --sand: #bfae99; --rock: #593e34; --font: 1rem; } html { scroll-behavior: smooth; } body { display: block; margin: 0; } h1 { font-size: 1.5rem; margin-bottom: 10px; text-align: left; } h2 { font-size: 1.5rem; margin-bottom: 10px; } h3 { font-size: 24px; font-weight: 400; margin: 10px 0; } header { display: flex; justify-content: space-between; align-items: center; padding: 0%; background-color: white; color: var(--skyblue); } nav { display: flex; justify-content: space-between; min-width: 300px; list-style: none; } nav a { color: var(--cloud); font-weight: bold; padding: 14px 20px; text-decoration: none; } nav a:hover { background-color: var(--skyblue); color: white; } body, h1, h2, h3, h4, h5, h6 { font-family: "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell, " Open Sans ", " Helvetica Neue ", " sans-serif; } body, html { height: 100%; color: #777; line-height: 1.8; } div { display: block; } a { color: inherit; text-decoration: none; } img { border-style: none; } img { vertical-align: middle; } .ak-margin-bottom { margin-bottom: 16px !important; } /* Create a Parallax Effect */ .bgimg-1, .bgimg-2, .bgimg-3 { background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } /* First image (Logo. Full height) */ .bgimg-1 { background-image: url(../images/Denny.jpg); height: 100%; } /* Second image (Portfolio) */ .bgimg-2 { background-image: url(../images/powderkeg.JPG); height: 400px; } .ak-text-white, .ak-hover-text-white:hover { color: #fff !important; } .ak-xxlarge { font-size: 36px !important; } /* Third image (Contact) */ .bgimg-3 { background-image: url(../images/peekaboo.JPG); min-height: 400px; } .ak-wide { letter-spacing: 10px; } .ak-hover-opacity { cursor: pointer; } /* Turn off parallax scrolling for tablets and phones */ @media only screen and (max-device-width: 1440px) { .bgimg-1, .bgimg-2, .bgimg-3 { background-attachment: scroll; min-height: 400px; } } /* Parallax Image with Logo Text HERO*/ .ak-tooltip, .ak-display-container { position: relative; } .ak-display-container:hover .ak-display-hover { display: block; } .ak-display-container:hover span.ak-display-hover { display: inline-block; } .ak-opacity-min { opacity: 0.85; } /*The Hero Image Text Box Placement*/ .ak-display-middle { position: absolute; top: 50%; left: 53%; transform: translate(-75%, -75%); -ms-transform: translate(-50%, -50%); } .ak-center { display: block; width: auto; text-align: center; } .ak-padding-large { padding: 12px 24px; } .ak-skyblue, .ak-hover-skyblue:hover { color: white; background-color: var(--skyblue); } .ak-black, .ak-hover-black:hover { color: white; background-color: black; opacity: 75%; } .ak-xlarge { font-size: 24px; } .ak-wide { letter-spacing: 4px; } .ak-animate-opacity { animation: opac 0.8s; } /*Navbar properties*/ .ak-top { background-color: white; overflow: hidden; top: 0; position: fixed; width: 100%; z-index: 1; } .ak-bar { width: 100%; overflow: hidden; } .ak-center .ak-bar { display: inline-block; width: auto; } .ak-bar .ak-bar-item { padding: 8px 16px; float: right; width: auto; border: none; display: block; outline: 0; } .ak-bar { position: static; float: left; } .ak-bar .ak-button { white-space: normal; } .ak-bar-block .ak-bar-item { width: 100%; display: block; padding: 8px 16px; text-align: left; border: none; white-space: normal; float: none; outline: 0; } /*navDropDown Menu Styling*/ .ak-button { display: block; border: none; padding: 8px 16px; overflow: hidden; text-decoration: none; color: inherit; background-color: inherit; text-align: center; cursor: pointer; white-space: nowrap; /* makes menu items to right */ float: right; } .ak-button:hover { color: white; background-color: var(--skyblue); } .ak-hide { display: none !important; } .ak-show { display: block !important; } .ak-card { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); } .ak-card-4, .ak-hover-shadow:hover { box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19); } .img-2 { float: left; width: 100px; height: 100px; object-fit: cover; } .ak-animate-top { position: relative; animation: animatetop 0.4s; } .ak-white, .ak-hover-white:hover { color: var(--skyblue); background-color: white; } .ak-left { float: left !important; } .ak-right { float: right !important; } /* Styling for About Me Section*/ .ak-content, .ak-auto { margin-left: auto; margin-right: auto; } .ak-content { max-width: 980px; } .ak-margin-right { margin-right: 16px; } /*Made About Me title block off-centered*/ .ak-center { display: block; text-align: center !important; } .ak-bold { font-weight: bold; font-size: 20px; } .ak-xlarge { font-size: 24px !important; } .ak-bar-block .ak-center .ak-bar-item { text-align: center; } .ak-padding-64 { padding-top: 64px !important; padding-bottom: 64px !important; } .ak-round { border-radius: 8px; } .ak-image { max-width: 100%; height: auto; } .ak-opacity, .ak-hover-opacity:hover { opacity: 0.5; } .ak-opacity-off, .ak-hover-opacity-off:hover { opacity: 0.85; } .ak-opacity-max { opacity: 0.25; } .ak-padding-large { padding: 12px 24px !important; } .ak-container:after, .ak-container:before, .ak-panel:after, .ak-panel:before, .ak-row:after, .ak-row:before, .ak-row-padding:after, .ak-row-padding:before, .ak-bar:before, .ak-bar:after { content: ""; display: table; clear: both; } .ak-row-padding, .ak-row-padding > .ak-half, .ak-row-padding > .ak-third, .ak-row-padding > .ak-twothird, .ak-row-padding > .ak-threequarter, .ak-row-padding > .ak-quarter, .ak-row-padding > .ak-col { padding: 25px 8px; } .ak-container, .ak-panel { padding: 0.01em 16px; } .ak-col, .ak-half, .ak-third, .ak-twothird, .ak-threequarter, .ak-quarter { float: left; width: 100%; } .ak-content, .ak-auto { margin-left: auto; margin-right: auto; } .ak-content { max-width: 980px; } .ak-col.m6, .ak-half { width: 49.99999%; } /* Proficiency Status Bars */ .ak-light-skyblue, .ak-hover-light-skyblue:hover, .ak-light-gray, .ak-hover-light-gray:hover { color: #000 !important; background-color: #616161 !important; } .ak-dark-skyblue, .ak-hover-dark-skyblue:hover, .ak-dark-gray, .ak-hover-dark-gray:hover { color: #fff !important; background-color: var(--skyblue) !important; } .ak-hover-dark-gray:hover { transition: all 0.4s ease-in-out; transform: scale(1.1); } /* Image Grid */ .ak-padding-small { padding: 4px 8px !important; } .ak-display-middle-relative { position: absolute; top: 80%; left: 50%; transform: translate(-50%, -50%); } .ak-align-middle { vertical-align: middle; } .ak-section { margin-top: 16px !important; margin-bottom: 16px !important; } .ak-block { display: block; width: 100%; } /* Contact Section */ .ak-input { padding: 8px; display: block; border: none; border-bottom: 1px solid #ccc; width: 100%; } .ak-border { border: 1px solid #ccc !important; } /* footer */ .ak-rock, .ak-hover-rock:hover { color: white !important; } .ak-text-decoration-none { text-decoration: none; } /* resume styling */ .ak-text-skyblue { color: var(--skyblue) !important; } .ak-skyblue, .ak-hover-skyblue:hover { color: #fff !important; background-color: var(--skyblue) !important; } .ak-tag { background-color: #000; color: #fff; display: inline-block; padding-left: 8px; padding-right: 8px; text-align: center; } .ak-text-grey { color: #616161; } /* ALL MEDIA SCREEN QUERIES */ @media (min-width: 601px) { .ak-col.m1 { width: 8.33333%; } .ak-col.m2 { width: 16.66666%; } .ak-col.m3, .ak-quarter { width: 24.99999%; } .ak-col.m4, .ak-third { width: 33.33333%; } .ak-col.m5 { width: 41.66666%; } .ak-col.m6, .ak-half { width: 49.99999%; } .ak-col.m7 { width: 58.33333%; } .ak-col.m8, .ak-twothird { width: 66.66666%; } .ak-col.m9, .ak-threequarter { width: 74.99999%; } .ak-col.m10 { width: 83.33333%; } .ak-col.m11 { width: 91.66666%; } .ak-col.m12 { width: 99.99999%; } } @media (min-width: 993px) { .ak-col.l1 { width: 8.33333%; } .ak-col.l2 { width: 16.66666%; } .ak-col.l3 { width: 24.99999%; } .ak-col.l4 { width: 33.33333%; } .ak-col.l5 { width: 41.66666%; } .ak-col.l6 { width: 49.99999%; } .ak-col.l7 { width: 58.33333%; } .ak-col.l8 { width: 66.66666%; } .ak-col.l9 { width: 74.99999%; } .ak-col.l10 { width: 83.33333%; } .ak-col.l11 { width: 91.66666%; } .ak-col.l12 { width: 99.99999%; } } @media (max-width: 1205px) { .ak-auto { max-width: 95%; } } @media (max-width: 600px) { .ak-hide-small { display: none !important; } .ak-bar-item { text-align: center; } } @media (min-width: 993px) { .ak-hide-large { display: none !important; } } @media (max-width: 992px) and (min-width: 601px) { .ak-hide-medium { display: none !important; } } @media (max-width: 992px) { .ak-auto { max-width: 100%; } }
0.541894
0.108566
html{ scroll-behavior: smooth; } body{ font-family: "Lato", Sans-serif !important; background-color: #f6f6f6 !important; color: #858585 !important; font-weight: 600 !important; } h1,h2,h3,h4,h5 { font-family: "Verdana", Sans-serif !important; } header{ background-color: #4054b2; margin-bottom: 69px; } /* index */ .color-4054b2{ color: #4054b2 !important; font-family: "Verdana", Sans-serif !important; } .bg-4054b2-2{ background-color: #4054b2; color: white; } .title-4054b2{ font-weight: 600; padding-top: 20px ; } .hr-4054b2{ border: 1.5px solid #4054b2; width: 50%; float: left; margin-top: -5px; } .hr-ffffff{ border: 1.5px solid #ffffff; width: 50%; float: left; margin-top: -5px; } .index-list{ margin-top: -6px !important; } .item-list{ text-align: center; margin: auto; margin-top: 130px; color: #4054b2; list-style-type: none; font-weight: 800; font-family: "Verdana", Sans-serif !important; } .item-list-3{ text-align: center; margin-top: 120px; color: #4054b2; list-style-type: none; font-weight: 800; font-family: "Verdana", Sans-serif !important; font-size: 40px; } .item-list-1{ text-align: center; margin-top: 60px !important; margin: auto; color: #4054b2; list-style-type: none; font-weight: 800; font-family: "Verdana", Sans-serif !important; } .button-list{ background-color: #4054b2; color: white; border-color: #4054b2; border-radius: 5px; width: 100px; height: 40px; font-family: "Verdana", Sans-serif !important; font-size: 15px; font-weight: 700; } .button-list:hover{ background-color: #6ec1e4; border-color: #6ec1e4; color: white; } .button-list-1{ background-color: #4054b2; color: white; border-color: #4054b2; border-radius: 5px; width: 200px; height: 40px; font-family: "Verdana", Sans-serif !important; font-size: 15px; font-weight: 700; margin-bottom: 30px; } .button-list-1:hover{ background-color: #6ec1e4; border-color: #6ec1e4; color: white; } .item-list-2{ text-align: center; margin: auto; color: #4054b2; list-style-type: none; font-weight: 800; font-family: "Verdana", Sans-serif !important; } .item-list-4{ text-align: center; color: #4054b2; list-style-type: none; font-weight: 800; font-family: "Verdana", Sans-serif !important; font-size: 40px; } .flip-box { background-color: transparent; width: 100%; height: 250px; perspective: 1000px; } .flip-box-inner { position: relative; width: 100%; height: 100%; text-align: center; transition: transform 1.0s; transform-style: preserve-3d; } .flip-box:hover .flip-box-inner { transform: rotateX(180deg); } .flip-box-front, .flip-box-back { position: absolute; width: 100%; height: 100%; backface-visibility: hidden; } .flip-box-front { background-color: white; color: black; } .flip-box-back { padding: 50px; background-color: #4054b2; color: white; transform: rotateX(180deg); } .bt-white{ background-color: white; color: #4054b2; border-radius: 5px; font-weight: 600; width: 100px; height: 40px; } .bt-white:hover{ background-color: #6ec1e4; border-color: #6ec1e4; color: white; } .bt-white-1{ background-color: white; color: #4054b2; border-radius: 5px; font-weight: 600; width: 200px; height: 40px; } .bt-white-1:hover{ background-color: #6ec1e4; border-color: #6ec1e4; color: white; } li>a{ font-family: "Verdana", Sans-serif; font-size: 15px; color: white!important; text-transform: uppercase; margin-right: 10px; } li>a:hover{ color: #6ec1e4 !important; text-decoration: none; } .bg-4054b2{ background-color: #4054b2 !important; color: white !important; border-color: white !important; font-family: "Verdana", Sans-serif; } .bg-4054b2:hover{ background-color: #6ec1e4 !important; } .boder-white{ border-color: white !important; } .pp-0{ padding-left: 0 !important; padding-right: 0 !important; } .video{ padding-left: -15px; padding-right: -15px; } .fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; } .fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } .zoomIn { animation-name: zoomIn; } .fadeInright { -webkit-animation-name: fadeIn; animation-name: fadeInright; } .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .spritespin{ width: 570px!important; height: 380px !important; } /* hết index */ /* Mau-xe */ .hr-4054b2-3{ border: 1.5px solid #4054b2; width: 40%; } .bg-gradient-4054b2{ background-color: transparent; background-image: linear-gradient(30deg, #4054b2 50%, rgba(255,255,255,0) 0%); border-bottom: 2px solid #4054b2; } .button-detail{ background-color: #4054b2; color: white; border-color: #4054b2; border-radius: 5px; width: 200px; height: 40px; font-family: "Verdana", Sans-serif !important; font-size: 15px; font-weight: 700; } .button-detail:hover{ background-color: #6ec1e4; border-color: #6ec1e4; color: white; } .bg-4054b2-2-2{ background-color: #4054b2; color: white; } /* Tin tức */ .new{ width:100%; height: 350px; position: relative; } .new>img{ opacity: 0.8; filter:brightness(0.5); } .new-content{ position: absolute; bottom: 0; padding-left: 10px; padding-right: 10px; color: white; font-weight: 600; } .new-content>h5:hover{ color: #6ec1e4; } .new-1{ width:100%; height: 170px; position: relative; } .new-1>img{ opacity: 0.8; filter:brightness(0.5); } .new-content-1>h5:hover{ color: #6ec1e4; } .new-content-1{ position: absolute; top: 100px; padding-left: 10px; padding-right: 10px; color: white; font-weight: 600; } .new-title{ color: #4054b2; font-family: "Verdana", Sans-serif !important; } .button-new{ background-color: #4054b2; color: white; border-color: #4054b2; border-radius: 5px; width: 150px; height: 40px; font-family: "Verdana", Sans-serif !important; font-size: 15px; font-weight: 700; } .button-new:hover{ background-color: #6ec1e4; border-color: #6ec1e4; color: white; } .hr-4054b2-2{ border: 1.5px solid #4054b2; width: 100%; margin-top: -5px; } /* phu kien */ .list-group-item{ background-color: #4054b2 !important; line-height: 0.5 !important; margin-top: 2px !important; } .item{ width: 100%; margin-top: 10px; } .item-title{ color: #4054b2; text-align: center; font-size: 17px; margin: 10px 10px 0px 10px; font-weight: 800; font-family: Verdana, Geneva, Tahoma, sans-serif; } .item-content{ color: #4054b2; text-align: center; margin-top: 2px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } #demo{ font-family: Roboto; color: #de4848; font-weight: 700; text-align: center; font-size: 24px; } .item-img{ width:100%; align-items: center; } .item-price{ color: #4054b2; text-align: center; font-weight: 800; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin-top: 0px; } .item-sale{ color: #de4848; text-align: center; font-weight: 800; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin-top: -3px; } .item-button{ background-color: #4054b2; color: white; border-radius: 5px; width: 150px; height: 40px; margin-bottom: 10px; } .item-button:hover{ background-color: #6ec1e4; } .box{ background-color: white; border: 2px solid #4054b2; width:100%; height: 140; } .item-icon{ color: #4054b2; font-size: 60px !important; margin-top: 10px; margin-bottom: 10px; } /* lien he */ .button-contact{ background-color: #4054b2 !important; color: white !important; border-radius: 0 !important; font-family: "Verdana", Sans-serif !important; font-size: 15px; font-weight: 800 !important; } .button-contact:hover{ background-color: #6ec1e4 !important; border-color: #6ec1e4; color: white; } /* login */ .text-login{ font-size: 67px; font-weight: 100; text-transform: uppercase; color: white; } /* detail */ .detail-title{ color: white; background-color: #4054b2; text-align: center; font-family: Verdana, Geneva, Tahoma, sans-serif; font-weight: 800; padding: 10px 0px 10px 0px; } .detail-price{ text-align: center; font-size: 18px; } .detail-ul{ border: 1.5px solid #4054b2; border-radius: 10px; background-color: white; } .detail-li{ list-style: none; } .detail-icon{ font-size: 40px; max-width: 10px; color: #4054b2; margin-right: 10px; text-align: left; } /* cart */ .bg-gray{ background-color: #f2f2f2; } /* detail-ne */ /* .bg-img{ position: relative; background-image: url(../img/bg.png); height: 400px; background-position: center; background-size: contain; background-repeat: no-repeat; } */ /* detail-car */ .color-white{ color: white; font-family: Verdana, Geneva, Tahoma, sans-serif !important; font-weight: 800 !important; font-size: 18px; } .icon-add{ color: white; font-size: 22px; } .navbar-toggler{ border-color: #4054b2 !important; } .scroll-detail{ width: 100%; height: 350px; overflow: auto; } /* .progress-bar { height: 8px; background: #4054b2; width: 0%; } */ /* Footer */ footer{ background-color: rgba(45,41,40,0.8); } .footer-title{ color: white; } .footer-content{ color: white; } .map{ padding-top: 10px; } #footer{ background-color: rgba(0,0,0,0.8); } #myBtn { background-color: #4055b200; display: none; position: fixed; bottom: 20px; right: 30px; z-index: 99; font-size: 50px; border: none; outline: none; color: #4054b2; cursor: pointer; padding: 15px; border-radius: 4px; } #myBtn:hover { color: #6ec1e4; }
public/css/style.css
html{ scroll-behavior: smooth; } body{ font-family: "Lato", Sans-serif !important; background-color: #f6f6f6 !important; color: #858585 !important; font-weight: 600 !important; } h1,h2,h3,h4,h5 { font-family: "Verdana", Sans-serif !important; } header{ background-color: #4054b2; margin-bottom: 69px; } /* index */ .color-4054b2{ color: #4054b2 !important; font-family: "Verdana", Sans-serif !important; } .bg-4054b2-2{ background-color: #4054b2; color: white; } .title-4054b2{ font-weight: 600; padding-top: 20px ; } .hr-4054b2{ border: 1.5px solid #4054b2; width: 50%; float: left; margin-top: -5px; } .hr-ffffff{ border: 1.5px solid #ffffff; width: 50%; float: left; margin-top: -5px; } .index-list{ margin-top: -6px !important; } .item-list{ text-align: center; margin: auto; margin-top: 130px; color: #4054b2; list-style-type: none; font-weight: 800; font-family: "Verdana", Sans-serif !important; } .item-list-3{ text-align: center; margin-top: 120px; color: #4054b2; list-style-type: none; font-weight: 800; font-family: "Verdana", Sans-serif !important; font-size: 40px; } .item-list-1{ text-align: center; margin-top: 60px !important; margin: auto; color: #4054b2; list-style-type: none; font-weight: 800; font-family: "Verdana", Sans-serif !important; } .button-list{ background-color: #4054b2; color: white; border-color: #4054b2; border-radius: 5px; width: 100px; height: 40px; font-family: "Verdana", Sans-serif !important; font-size: 15px; font-weight: 700; } .button-list:hover{ background-color: #6ec1e4; border-color: #6ec1e4; color: white; } .button-list-1{ background-color: #4054b2; color: white; border-color: #4054b2; border-radius: 5px; width: 200px; height: 40px; font-family: "Verdana", Sans-serif !important; font-size: 15px; font-weight: 700; margin-bottom: 30px; } .button-list-1:hover{ background-color: #6ec1e4; border-color: #6ec1e4; color: white; } .item-list-2{ text-align: center; margin: auto; color: #4054b2; list-style-type: none; font-weight: 800; font-family: "Verdana", Sans-serif !important; } .item-list-4{ text-align: center; color: #4054b2; list-style-type: none; font-weight: 800; font-family: "Verdana", Sans-serif !important; font-size: 40px; } .flip-box { background-color: transparent; width: 100%; height: 250px; perspective: 1000px; } .flip-box-inner { position: relative; width: 100%; height: 100%; text-align: center; transition: transform 1.0s; transform-style: preserve-3d; } .flip-box:hover .flip-box-inner { transform: rotateX(180deg); } .flip-box-front, .flip-box-back { position: absolute; width: 100%; height: 100%; backface-visibility: hidden; } .flip-box-front { background-color: white; color: black; } .flip-box-back { padding: 50px; background-color: #4054b2; color: white; transform: rotateX(180deg); } .bt-white{ background-color: white; color: #4054b2; border-radius: 5px; font-weight: 600; width: 100px; height: 40px; } .bt-white:hover{ background-color: #6ec1e4; border-color: #6ec1e4; color: white; } .bt-white-1{ background-color: white; color: #4054b2; border-radius: 5px; font-weight: 600; width: 200px; height: 40px; } .bt-white-1:hover{ background-color: #6ec1e4; border-color: #6ec1e4; color: white; } li>a{ font-family: "Verdana", Sans-serif; font-size: 15px; color: white!important; text-transform: uppercase; margin-right: 10px; } li>a:hover{ color: #6ec1e4 !important; text-decoration: none; } .bg-4054b2{ background-color: #4054b2 !important; color: white !important; border-color: white !important; font-family: "Verdana", Sans-serif; } .bg-4054b2:hover{ background-color: #6ec1e4 !important; } .boder-white{ border-color: white !important; } .pp-0{ padding-left: 0 !important; padding-right: 0 !important; } .video{ padding-left: -15px; padding-right: -15px; } .fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; } .fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } .zoomIn { animation-name: zoomIn; } .fadeInright { -webkit-animation-name: fadeIn; animation-name: fadeInright; } .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .spritespin{ width: 570px!important; height: 380px !important; } /* hết index */ /* Mau-xe */ .hr-4054b2-3{ border: 1.5px solid #4054b2; width: 40%; } .bg-gradient-4054b2{ background-color: transparent; background-image: linear-gradient(30deg, #4054b2 50%, rgba(255,255,255,0) 0%); border-bottom: 2px solid #4054b2; } .button-detail{ background-color: #4054b2; color: white; border-color: #4054b2; border-radius: 5px; width: 200px; height: 40px; font-family: "Verdana", Sans-serif !important; font-size: 15px; font-weight: 700; } .button-detail:hover{ background-color: #6ec1e4; border-color: #6ec1e4; color: white; } .bg-4054b2-2-2{ background-color: #4054b2; color: white; } /* Tin tức */ .new{ width:100%; height: 350px; position: relative; } .new>img{ opacity: 0.8; filter:brightness(0.5); } .new-content{ position: absolute; bottom: 0; padding-left: 10px; padding-right: 10px; color: white; font-weight: 600; } .new-content>h5:hover{ color: #6ec1e4; } .new-1{ width:100%; height: 170px; position: relative; } .new-1>img{ opacity: 0.8; filter:brightness(0.5); } .new-content-1>h5:hover{ color: #6ec1e4; } .new-content-1{ position: absolute; top: 100px; padding-left: 10px; padding-right: 10px; color: white; font-weight: 600; } .new-title{ color: #4054b2; font-family: "Verdana", Sans-serif !important; } .button-new{ background-color: #4054b2; color: white; border-color: #4054b2; border-radius: 5px; width: 150px; height: 40px; font-family: "Verdana", Sans-serif !important; font-size: 15px; font-weight: 700; } .button-new:hover{ background-color: #6ec1e4; border-color: #6ec1e4; color: white; } .hr-4054b2-2{ border: 1.5px solid #4054b2; width: 100%; margin-top: -5px; } /* phu kien */ .list-group-item{ background-color: #4054b2 !important; line-height: 0.5 !important; margin-top: 2px !important; } .item{ width: 100%; margin-top: 10px; } .item-title{ color: #4054b2; text-align: center; font-size: 17px; margin: 10px 10px 0px 10px; font-weight: 800; font-family: Verdana, Geneva, Tahoma, sans-serif; } .item-content{ color: #4054b2; text-align: center; margin-top: 2px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } #demo{ font-family: Roboto; color: #de4848; font-weight: 700; text-align: center; font-size: 24px; } .item-img{ width:100%; align-items: center; } .item-price{ color: #4054b2; text-align: center; font-weight: 800; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin-top: 0px; } .item-sale{ color: #de4848; text-align: center; font-weight: 800; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin-top: -3px; } .item-button{ background-color: #4054b2; color: white; border-radius: 5px; width: 150px; height: 40px; margin-bottom: 10px; } .item-button:hover{ background-color: #6ec1e4; } .box{ background-color: white; border: 2px solid #4054b2; width:100%; height: 140; } .item-icon{ color: #4054b2; font-size: 60px !important; margin-top: 10px; margin-bottom: 10px; } /* lien he */ .button-contact{ background-color: #4054b2 !important; color: white !important; border-radius: 0 !important; font-family: "Verdana", Sans-serif !important; font-size: 15px; font-weight: 800 !important; } .button-contact:hover{ background-color: #6ec1e4 !important; border-color: #6ec1e4; color: white; } /* login */ .text-login{ font-size: 67px; font-weight: 100; text-transform: uppercase; color: white; } /* detail */ .detail-title{ color: white; background-color: #4054b2; text-align: center; font-family: Verdana, Geneva, Tahoma, sans-serif; font-weight: 800; padding: 10px 0px 10px 0px; } .detail-price{ text-align: center; font-size: 18px; } .detail-ul{ border: 1.5px solid #4054b2; border-radius: 10px; background-color: white; } .detail-li{ list-style: none; } .detail-icon{ font-size: 40px; max-width: 10px; color: #4054b2; margin-right: 10px; text-align: left; } /* cart */ .bg-gray{ background-color: #f2f2f2; } /* detail-ne */ /* .bg-img{ position: relative; background-image: url(../img/bg.png); height: 400px; background-position: center; background-size: contain; background-repeat: no-repeat; } */ /* detail-car */ .color-white{ color: white; font-family: Verdana, Geneva, Tahoma, sans-serif !important; font-weight: 800 !important; font-size: 18px; } .icon-add{ color: white; font-size: 22px; } .navbar-toggler{ border-color: #4054b2 !important; } .scroll-detail{ width: 100%; height: 350px; overflow: auto; } /* .progress-bar { height: 8px; background: #4054b2; width: 0%; } */ /* Footer */ footer{ background-color: rgba(45,41,40,0.8); } .footer-title{ color: white; } .footer-content{ color: white; } .map{ padding-top: 10px; } #footer{ background-color: rgba(0,0,0,0.8); } #myBtn { background-color: #4055b200; display: none; position: fixed; bottom: 20px; right: 30px; z-index: 99; font-size: 50px; border: none; outline: none; color: #4054b2; cursor: pointer; padding: 15px; border-radius: 4px; } #myBtn:hover { color: #6ec1e4; }
0.384681
0.084795
h1, h2, h3, h4, h5 { color: rgba(0,0,0,0.67); } p, div { color: rgba(0,0,0,0.87); } .light-text { color: rgba(0,0,0,0.5); } md-divider { margin-top: 8px !important; padding: 4px !important; } .fake-icon { max-width: 48px !important; min-width: 48px !important; } .option-picker { margin: 16px; } .nomargin { margin: 0px !important; } .nopadding { padding: 0px !important; } .subtitle { white-space: line; overflow: hidden; text-overflow: ellipsis; } .subtext { color: rgba(0,0,0,0.5); font-size: 12px; } .community-btn { text-transform: capitalize; padding: 8px; border-left: 3px solid rgba(0,0,0,0.0); cursor: hand; cursor: pointer; outline: none; } a { color: rgba(0,0,0,0.87); text-decoration: none; outline: rgba(0,0,0,0.0); } form { padding: 0px; margin: 0px; } .cursor { outline: none; cursor: hand; cursor: pointer; } .community-btn:hover, .community-btn:focus { border-left: 3px solid rgba(0,0,0,0.33); } .current-community { border-left: 3px solid rgba(0,0,0,0.5) !important; } md-input-container { margin: 0px; padding: 0px; } .md-errors-spacer { min-height: 0px !important; } .post-body { border-left-width: 2px !important; border-bottom-width: 0px !important; padding: 8px !important; overflow: auto !important; min-height: 120px !important; max-height: 50vh !important; } .selectable * { -webkit-touch-callout: text !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; word-break: break-word; } .md-char-counter { position: absolute; top: -16px; right: 10px; } .icon-btn { min-width: 40px; max-width: 40px; } .md-resize-handle { bottom: 0px !important; } .margin-bottom { margin-bottom: 4px; } .small-margin, h1 { margin: 8px 0px !important; } .small-margin, p { margin: 8px 0px !important; }
styles.css
h1, h2, h3, h4, h5 { color: rgba(0,0,0,0.67); } p, div { color: rgba(0,0,0,0.87); } .light-text { color: rgba(0,0,0,0.5); } md-divider { margin-top: 8px !important; padding: 4px !important; } .fake-icon { max-width: 48px !important; min-width: 48px !important; } .option-picker { margin: 16px; } .nomargin { margin: 0px !important; } .nopadding { padding: 0px !important; } .subtitle { white-space: line; overflow: hidden; text-overflow: ellipsis; } .subtext { color: rgba(0,0,0,0.5); font-size: 12px; } .community-btn { text-transform: capitalize; padding: 8px; border-left: 3px solid rgba(0,0,0,0.0); cursor: hand; cursor: pointer; outline: none; } a { color: rgba(0,0,0,0.87); text-decoration: none; outline: rgba(0,0,0,0.0); } form { padding: 0px; margin: 0px; } .cursor { outline: none; cursor: hand; cursor: pointer; } .community-btn:hover, .community-btn:focus { border-left: 3px solid rgba(0,0,0,0.33); } .current-community { border-left: 3px solid rgba(0,0,0,0.5) !important; } md-input-container { margin: 0px; padding: 0px; } .md-errors-spacer { min-height: 0px !important; } .post-body { border-left-width: 2px !important; border-bottom-width: 0px !important; padding: 8px !important; overflow: auto !important; min-height: 120px !important; max-height: 50vh !important; } .selectable * { -webkit-touch-callout: text !important; -webkit-user-select: text !important; -khtml-user-select: text !important; -moz-user-select: text !important; -ms-user-select: text !important; user-select: text !important; word-break: break-word; } .md-char-counter { position: absolute; top: -16px; right: 10px; } .icon-btn { min-width: 40px; max-width: 40px; } .md-resize-handle { bottom: 0px !important; } .margin-bottom { margin-bottom: 4px; } .small-margin, h1 { margin: 8px 0px !important; } .small-margin, p { margin: 8px 0px !important; }
0.452536
0.094218
div.form div.row { margin-bottom: 5px } div.form textarea { padding-left:10px; padding-top: 5px; } div.form input, div.form textarea, div.form select, a.small-btn-button { margin: 0.2em 0 0.5em 0; width:435px; border-color:#e8e8e8; color:rgb(85, 85, 85); } div.form input[type="submit"], div.form input[type="button"], a.small-btn-button { width:auto; color: #fff; font-size: 12px; font-family: acrombold; text-align: center; height: 46px; background: #4fa12c; text-decoration: none; border: none; text-transform: uppercase; padding: 17px 48px; line-height: 12px; /* display: block; */ float: left; -webkit-transition: background 75ms linear; -moz-transition: background 75ms linear; -ms-transition: background 75ms linear; -o-transition: background 75ms linear; transition: background 75ms linear; } div.form input[type="submit"]:hover, div.form input[type="button"]:hover { background:#54ac2f; } div.form input[type="text"]:active, div.form input[type="password"]:active, div.form input[type="text"]:focus, div.form input[type="password"]:focus, div.form textarea:focus { outline: none; border-color: #4fa12c; } div.form fieldset { border: 1px solid #DDD; padding: 10px; margin: 0 0 10px 0; -moz-border-radius:7px; } div.form label { display: block; margin-bottom: 9px; } div.form .row { margin: 5px 0; } div.form .hint { margin: 0; padding: 0; color: #999; } div.form .note { font-style: italic; } div.form span.required { color: red; } div.form div.error label:first-child, div.form label.error, div.form span.error { color: #C00; } div.form div.error input, div.form div.error textarea, div.form div.error select, div.form input.error, div.form textarea.error, div.form select.error { background: #FEE; border-color: #C00; } div.form div.success input, div.form div.success textarea, div.form div.success select, div.form input.success, div.form textarea.success, div.form select.success { background: #E6EFC2; border-color: #C6D880; } div.form .errorSummary { border: 2px solid #C00; padding: 7px 7px 12px 7px; margin: 0 0 20px 0; background: #FEE; font-size: 0.9em; } div.form .errorMessage { color: red; font-size: 0.9em; } div.form .errorSummary p { margin: 0; padding: 5px; } div.form .errorSummary ul { margin: 0; padding: 0 0 0 20px; } div.wide.form label { float: left; margin-right: 10px; position: relative; text-align: right; width: 100px; } div.wide.form .row { clear: left; } div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage { clear: left; padding-left: 110px; }
css/form.css
div.form div.row { margin-bottom: 5px } div.form textarea { padding-left:10px; padding-top: 5px; } div.form input, div.form textarea, div.form select, a.small-btn-button { margin: 0.2em 0 0.5em 0; width:435px; border-color:#e8e8e8; color:rgb(85, 85, 85); } div.form input[type="submit"], div.form input[type="button"], a.small-btn-button { width:auto; color: #fff; font-size: 12px; font-family: acrombold; text-align: center; height: 46px; background: #4fa12c; text-decoration: none; border: none; text-transform: uppercase; padding: 17px 48px; line-height: 12px; /* display: block; */ float: left; -webkit-transition: background 75ms linear; -moz-transition: background 75ms linear; -ms-transition: background 75ms linear; -o-transition: background 75ms linear; transition: background 75ms linear; } div.form input[type="submit"]:hover, div.form input[type="button"]:hover { background:#54ac2f; } div.form input[type="text"]:active, div.form input[type="password"]:active, div.form input[type="text"]:focus, div.form input[type="password"]:focus, div.form textarea:focus { outline: none; border-color: #4fa12c; } div.form fieldset { border: 1px solid #DDD; padding: 10px; margin: 0 0 10px 0; -moz-border-radius:7px; } div.form label { display: block; margin-bottom: 9px; } div.form .row { margin: 5px 0; } div.form .hint { margin: 0; padding: 0; color: #999; } div.form .note { font-style: italic; } div.form span.required { color: red; } div.form div.error label:first-child, div.form label.error, div.form span.error { color: #C00; } div.form div.error input, div.form div.error textarea, div.form div.error select, div.form input.error, div.form textarea.error, div.form select.error { background: #FEE; border-color: #C00; } div.form div.success input, div.form div.success textarea, div.form div.success select, div.form input.success, div.form textarea.success, div.form select.success { background: #E6EFC2; border-color: #C6D880; } div.form .errorSummary { border: 2px solid #C00; padding: 7px 7px 12px 7px; margin: 0 0 20px 0; background: #FEE; font-size: 0.9em; } div.form .errorMessage { color: red; font-size: 0.9em; } div.form .errorSummary p { margin: 0; padding: 5px; } div.form .errorSummary ul { margin: 0; padding: 0 0 0 20px; } div.wide.form label { float: left; margin-right: 10px; position: relative; text-align: right; width: 100px; } div.wide.form .row { clear: left; } div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage { clear: left; padding-left: 110px; }
0.339609
0.072637
* { margin: 0; padding: 0; box-sizing: border-box; } /* Dica do Código Falado */ html {scroll-behavior: smooth;} /* font-family: 'Indie Flower', cursive; font-family: 'Merienda', cursive; font-family: 'Satisfy', cursive; font-family: 'Source Code Pro', monospace; */ body { background-image: url("../img/fundo.jpg"); background-size: cover; background-attachment: fixed; background-position: bottom; /* font-size: 14px; */ font-family: 'Source Code Pro', monospace; } @media (min-width: 600px) { body { /* font-size: 16px; */ } } @media (min-width: 1441px) { body { font-size: 22px; } } header { height: 40vh; display: flex; justify-content: center; align-items: center; } .menu { background-color: white; position: fixed; width: 100vw; top: 0; z-index: 1; } .menu ul { display: flex; justify-content: space-around; } .menu li { list-style: none; } .menu a { display: block; /* background-color: aqua; */ padding: 10px; transition: color 500ms; } .menu a:hover { color: orange; text-decoration: none; } @media (min-width: 320px){ #menuToggle input{ display: none; } } @media (max-width: 365px){ #menuToggle{ display: block; position: fixed; top: 15px; left: 15px; z-index: 1; user-select: none; } #menuToggle span { display: block; width: 32px; height: 4px; left: 0; position: absolute; background: whitesmoke; border-radius: 9px; z-index: 1; transform: rotate(0deg); transition: 0.25s ease-in-out; opacity: 1; } #menuToggle input { display: block; width: 40px; height: 40px; position: absolute; top: -4px; left: -4px; cursor: pointer; opacity: 0; z-index: 2; } #menuToggle input ~ span:nth-child(2) { top: 8px; transform-origin: left center; } #menuToggle input ~ span:nth-child(3) { top: 15px; transform-origin: left center; } #menuToggle input ~ span:nth-child(4) { top: 22px; transform-origin: left center; } #menuToggle input:checked ~ span { background: teal; } #menuToggle input:checked ~ span:nth-child(2) { transform: rotate(45deg); top: 3px; left: 5px; } #menuToggle input:checked ~ span:nth-child(3) { opacity: 0; width: 0px; } #menuToggle input:checked ~ span:nth-child(4) { transform: rotate(-45deg); top: 26px; left: 5px; } .menu ul { transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); transform-origin: 0% 0%; transform: translate(-100%, 0); flex-direction: column; font-size: 22px; padding: 3rem 2rem 2rem 2rem; background-color: white; margin: -50px 0px 0px -15px; } #menuToggle input:checked ~ ul { transform: none; } } a { color: teal; text-decoration: none; } a:hover { text-decoration: underline; } .site-subtitle, .site-title { color: orange; text-shadow: 5px 5px 10px black, -5px -5px 10px black; text-align: center; } .site-title { font-family: 'Satisfy', cursive; /* font-size: 3em; */ font-size: clamp(3rem, 10vw, 6rem); font-style: italic; } .site-subtitle { /* font-style: italic; */ font-family: 'Indie Flower', cursive; font-size: clamp(1.5rem, 5vw, 3rem); } .sobre, .contato, .portfolio { padding: 2rem; min-height: 100vh; margin-right: auto; margin-left: auto; background: #00000040; } @media (min-width: 1200px) { .container { max-width: 1200px; } } .sobre h2, .contato h2, .portfolio h2 { font-family: 'Indie Flower', cursive; color: whitesmoke; font-size: 2em; margin-top: 1em; margin-bottom: 1em; } .sobre .avatar { margin: 10px; text-align: center; } @media (min-width: 420px) { .sobre .avatar { float: right; margin: 0px 0px 20px 20px; } } .sobre .avatar img { width: 150px; height: 150px; object-fit: cover; border-radius: 50%; border: 3px solid whitesmoke; /*! margin: 0px auto; */ } .sobre p { color: whitesmoke; margin-bottom: 1.4em; text-indent: 1.4em; text-align: justify; } .portfolio .grid { /*! background-color: thistle; */ display: grid; gap: 260px 2em; align-content: center; justify-content: center; font-size: 1.8em; grid-template-columns: 180px; margin-bottom: 200px; } @media (min-width: 560px) { .portfolio .grid { grid-template-columns: 180px 180px; } } @media (min-width: 880px) { .portfolio .grid { grid-template-columns: 180px 180px 180px; } } .portfolio figure { text-align: center; color: whitesmoke; } /* .portfolio figure:hover { transform: scale(1.1); transition: 500ms cubic-bezier(1,.07,.61,2.82); } */ .flip-card { /*! background-color: tomato; */ perspective: 100vw; } .card { position: relative; transform-style: preserve-3d; transition: transform 2s; } .flip-card:hover .card { transform: rotateY(180deg); } .card-front, .card-back { position: absolute; backface-visibility: hidden; top: 0px; left: 0px; } .card-back { height: 180px; width: 180px; background-color: whitesmoke; color: teal; border-radius: 10%; transform: rotateY(180deg); } .img-portfolio { width: 180px; height: 180px; object-fit: cover; border-radius: 10%; } .contato .icons { justify-content: space-between; display: flex; flex-wrap: wrap; } .contato a { color: whitesmoke; font-size: 4em; transition: text-shadow 500ms; margin: 10px; } .contato a:active, .contato a:hover { text-decoration: none; text-shadow: 0px 0px 15px orange; }
test-site/css/estilos.css
* { margin: 0; padding: 0; box-sizing: border-box; } /* Dica do Código Falado */ html {scroll-behavior: smooth;} /* font-family: 'Indie Flower', cursive; font-family: 'Merienda', cursive; font-family: 'Satisfy', cursive; font-family: 'Source Code Pro', monospace; */ body { background-image: url("../img/fundo.jpg"); background-size: cover; background-attachment: fixed; background-position: bottom; /* font-size: 14px; */ font-family: 'Source Code Pro', monospace; } @media (min-width: 600px) { body { /* font-size: 16px; */ } } @media (min-width: 1441px) { body { font-size: 22px; } } header { height: 40vh; display: flex; justify-content: center; align-items: center; } .menu { background-color: white; position: fixed; width: 100vw; top: 0; z-index: 1; } .menu ul { display: flex; justify-content: space-around; } .menu li { list-style: none; } .menu a { display: block; /* background-color: aqua; */ padding: 10px; transition: color 500ms; } .menu a:hover { color: orange; text-decoration: none; } @media (min-width: 320px){ #menuToggle input{ display: none; } } @media (max-width: 365px){ #menuToggle{ display: block; position: fixed; top: 15px; left: 15px; z-index: 1; user-select: none; } #menuToggle span { display: block; width: 32px; height: 4px; left: 0; position: absolute; background: whitesmoke; border-radius: 9px; z-index: 1; transform: rotate(0deg); transition: 0.25s ease-in-out; opacity: 1; } #menuToggle input { display: block; width: 40px; height: 40px; position: absolute; top: -4px; left: -4px; cursor: pointer; opacity: 0; z-index: 2; } #menuToggle input ~ span:nth-child(2) { top: 8px; transform-origin: left center; } #menuToggle input ~ span:nth-child(3) { top: 15px; transform-origin: left center; } #menuToggle input ~ span:nth-child(4) { top: 22px; transform-origin: left center; } #menuToggle input:checked ~ span { background: teal; } #menuToggle input:checked ~ span:nth-child(2) { transform: rotate(45deg); top: 3px; left: 5px; } #menuToggle input:checked ~ span:nth-child(3) { opacity: 0; width: 0px; } #menuToggle input:checked ~ span:nth-child(4) { transform: rotate(-45deg); top: 26px; left: 5px; } .menu ul { transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); transform-origin: 0% 0%; transform: translate(-100%, 0); flex-direction: column; font-size: 22px; padding: 3rem 2rem 2rem 2rem; background-color: white; margin: -50px 0px 0px -15px; } #menuToggle input:checked ~ ul { transform: none; } } a { color: teal; text-decoration: none; } a:hover { text-decoration: underline; } .site-subtitle, .site-title { color: orange; text-shadow: 5px 5px 10px black, -5px -5px 10px black; text-align: center; } .site-title { font-family: 'Satisfy', cursive; /* font-size: 3em; */ font-size: clamp(3rem, 10vw, 6rem); font-style: italic; } .site-subtitle { /* font-style: italic; */ font-family: 'Indie Flower', cursive; font-size: clamp(1.5rem, 5vw, 3rem); } .sobre, .contato, .portfolio { padding: 2rem; min-height: 100vh; margin-right: auto; margin-left: auto; background: #00000040; } @media (min-width: 1200px) { .container { max-width: 1200px; } } .sobre h2, .contato h2, .portfolio h2 { font-family: 'Indie Flower', cursive; color: whitesmoke; font-size: 2em; margin-top: 1em; margin-bottom: 1em; } .sobre .avatar { margin: 10px; text-align: center; } @media (min-width: 420px) { .sobre .avatar { float: right; margin: 0px 0px 20px 20px; } } .sobre .avatar img { width: 150px; height: 150px; object-fit: cover; border-radius: 50%; border: 3px solid whitesmoke; /*! margin: 0px auto; */ } .sobre p { color: whitesmoke; margin-bottom: 1.4em; text-indent: 1.4em; text-align: justify; } .portfolio .grid { /*! background-color: thistle; */ display: grid; gap: 260px 2em; align-content: center; justify-content: center; font-size: 1.8em; grid-template-columns: 180px; margin-bottom: 200px; } @media (min-width: 560px) { .portfolio .grid { grid-template-columns: 180px 180px; } } @media (min-width: 880px) { .portfolio .grid { grid-template-columns: 180px 180px 180px; } } .portfolio figure { text-align: center; color: whitesmoke; } /* .portfolio figure:hover { transform: scale(1.1); transition: 500ms cubic-bezier(1,.07,.61,2.82); } */ .flip-card { /*! background-color: tomato; */ perspective: 100vw; } .card { position: relative; transform-style: preserve-3d; transition: transform 2s; } .flip-card:hover .card { transform: rotateY(180deg); } .card-front, .card-back { position: absolute; backface-visibility: hidden; top: 0px; left: 0px; } .card-back { height: 180px; width: 180px; background-color: whitesmoke; color: teal; border-radius: 10%; transform: rotateY(180deg); } .img-portfolio { width: 180px; height: 180px; object-fit: cover; border-radius: 10%; } .contato .icons { justify-content: space-between; display: flex; flex-wrap: wrap; } .contato a { color: whitesmoke; font-size: 4em; transition: text-shadow 500ms; margin: 10px; } .contato a:active, .contato a:hover { text-decoration: none; text-shadow: 0px 0px 15px orange; }
0.394434
0.097907
.image-placeholder { max-width: 400px; width: 100%; height: auto; display: block; margin-bottom: 15px; border: 1px dashed #cccccc; padding: 15px; } .image-placeholder img { max-width: 100%; } .remove { background: darkred; border: none; color: #ffffff; } .remove:hover { background: red; cursor: pointer; } .remove:focus { outline: none; } #trackDownloads td { vertical-align: middle; } #trackDownloads thead th { font-weight: bold; } #trackDownloads h3 { margin-top: 0; } #trackDownloads audio { vertical-align: middle; } #trackDownloads .remove-download { background: none; color: darkred; padding-left: 10px; } #trackDownloads .remove-download:hover { cursor: pointer; } #download_frm { margin-top: 25px; } .track-artwork { width: 100px; } #videos .link { margin: 10px auto; } #videos .link i { width: 40px; height: 40px; display: inline-block; vertical-align: top; position: relative; z-index: 10; } #videos .link i.youtube { background: url("../images/admin/youtube.svg") no-repeat scroll center #bb0000; background-size: 70% 70%; } #videos .link i.vimeo { background: url("../images/admin/vimeo.svg") no-repeat scroll center #1ab7ea; background-size: 70% 70%; } #videos .link input { line-height: 40px; height: 40px; display: inline-block; margin: 0 auto; font-size: 14pt; width: 100%; padding-left: 45px; padding-right: 105px; margin-left: -40px; vertical-align: top; } #videos .link button { line-height: 40px; height: 40px; width: 100px; display: inline-block; margin: 0 0 0 -100px; } #videos li { margin: 0; padding: 0; } .videoWrap { display: block; margin-top: 10px; } .videoWrap .video { height: 168px; width: 300px; display: inline-block; position: relative; overflow: hidden; } .videoWrap .video:hover { cursor: move; } .videoWrap .video:hover .button-remove { opacity: 1; } .videoWrap .video .button-remove { opacity: 0; position: absolute; top: 5px; right: 5px; color: red; font-weight: bold; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; background: white; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .videoWrap .ui-state-highlight { width: 300px; height: 168px; display: inline-block; } #client_info label { display: block; text-transform: uppercase; font-size: 10px; margin-top: 5px; } #client_info input { width: 100%; line-height: 30px; height: 30px; box-shadow: 0 0 0 0; } #product_link { line-height: 40px; font-size: 14pt; display: block; width: 100%; }
assets/css/admin.css
.image-placeholder { max-width: 400px; width: 100%; height: auto; display: block; margin-bottom: 15px; border: 1px dashed #cccccc; padding: 15px; } .image-placeholder img { max-width: 100%; } .remove { background: darkred; border: none; color: #ffffff; } .remove:hover { background: red; cursor: pointer; } .remove:focus { outline: none; } #trackDownloads td { vertical-align: middle; } #trackDownloads thead th { font-weight: bold; } #trackDownloads h3 { margin-top: 0; } #trackDownloads audio { vertical-align: middle; } #trackDownloads .remove-download { background: none; color: darkred; padding-left: 10px; } #trackDownloads .remove-download:hover { cursor: pointer; } #download_frm { margin-top: 25px; } .track-artwork { width: 100px; } #videos .link { margin: 10px auto; } #videos .link i { width: 40px; height: 40px; display: inline-block; vertical-align: top; position: relative; z-index: 10; } #videos .link i.youtube { background: url("../images/admin/youtube.svg") no-repeat scroll center #bb0000; background-size: 70% 70%; } #videos .link i.vimeo { background: url("../images/admin/vimeo.svg") no-repeat scroll center #1ab7ea; background-size: 70% 70%; } #videos .link input { line-height: 40px; height: 40px; display: inline-block; margin: 0 auto; font-size: 14pt; width: 100%; padding-left: 45px; padding-right: 105px; margin-left: -40px; vertical-align: top; } #videos .link button { line-height: 40px; height: 40px; width: 100px; display: inline-block; margin: 0 0 0 -100px; } #videos li { margin: 0; padding: 0; } .videoWrap { display: block; margin-top: 10px; } .videoWrap .video { height: 168px; width: 300px; display: inline-block; position: relative; overflow: hidden; } .videoWrap .video:hover { cursor: move; } .videoWrap .video:hover .button-remove { opacity: 1; } .videoWrap .video .button-remove { opacity: 0; position: absolute; top: 5px; right: 5px; color: red; font-weight: bold; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; background: white; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; } .videoWrap .ui-state-highlight { width: 300px; height: 168px; display: inline-block; } #client_info label { display: block; text-transform: uppercase; font-size: 10px; margin-top: 5px; } #client_info input { width: 100%; line-height: 30px; height: 30px; box-shadow: 0 0 0 0; } #product_link { line-height: 40px; font-size: 14pt; display: block; width: 100%; }
0.388502
0.074635
font-family: 'LatoWebLight'; src: url('../font/Lato-Light.eot'); /* IE9 Compat Modes */ src: url('../font/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/Lato-Light.woff2') format('woff2'), /* Modern Browsers */ url('../font/Lato-Light.woff') format('woff'), /* Modern Browsers */ url('../font/Lato-Light.ttf') format('truetype'); font-style: normal; font-weight: normal; text-rendering: optimizeLegibility; } /* Webfont: Lato-Regular */@font-face { font-family: 'LatoWeb'; src: url('../font/Lato-Regular.eot'); /* IE9 Compat Modes */ src: url('../font/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */ url('../font/Lato-Regular.woff') format('woff'), /* Modern Browsers */ url('../font/Lato-Regular.ttf') format('truetype'); font-style: normal; font-weight: normal; text-rendering: optimizeLegibility; } html, body { margin: 0; padding: 0; font-family: 'Lato', 'LatoWebLight', 'Myriad Pro', 'Helvetica'; font-weight: 300; font-size: 12px; color: #333; } .font-light { font-family: 'Lato', 'LatoWebLight', 'Myriad Pro', 'Helvetica'; font-weight: 300; } .font-regular { font-family: 'Lato', 'LatoWeb', 'Myriad Pro', 'Helvetica'; font-weight: 400; } .block { width: 90%; margin: 0 auto; max-width: 1000px; font-size: 1.3rem; } /* Repo */ .repo { position: relative; padding: 0; text-align: center; min-height: 100vh; background: #fafafa; } .repo .title { font-size: 4rem; padding: 20vh 0; background-color: #1d1d1d; color: #2852fd; } .repo .subtitle { padding: 1.2rem; font-size: 1.3rem; color: #c5c5c5; } .repo .intro { padding: 6rem 0; } .repo .button-group .button { display: inline-block; width: 120px; font-size: 1.2rem; padding: .6rem 0; color: #333; background-color: #eee; border-radius: 3px; text-decoration: none; transition: all ease .2s; } .repo .button-group .button:hover { cursor: pointer; background-color: #ccc; } .repo .block .item { font-size: 1.8rem; padding: 1.3rem; color: #555; } /* Document */ .document { min-height: 100vh; background: #fafafa; padding: 2rem 0; } .document .bigtitle { padding: 1rem 0; font-size: 3rem; } .document .title { padding: 1rem 0; font-size: 2rem; color: rgb(7,120,215); } .document .text { padding: 1rem 0; font-size: 1.5rem; } /* Screen */ .screen { position: absolute; width: 100%; height: 100%; top: 0; left: 0; perspective: 150vw; } .screen > .title { position: absolute; left: 10%; top: 10%; font-size: 3rem; color: #333; } .screen > .text { position: absolute; left: 10%; top: calc(10% + 4rem); font-size: 1.5rem; color: #888; } /* Screen 1 */ .screen-1-base, .screen-2-base { position: absolute; width: 60%; height: 50%; left: 50%; top: 50%; background: #ddd; border-radius: 3px; overflow: hidden; box-shadow: 5px 5px 5px rgba(233,233,233,.8); } .screen-1-base { transform: translateX(-50%) translateY(-50%); } .screen-1-base .block { position: absolute; height: 80%; border-radius: 3px; } .screen-1-base .block .image { position: absolute; width: 20%; height: 20%; left: 30%; top: 50%; transform: translateX(-50%) translateY(-50%); background-image: url(../image/screen.svg); background-position: center; background-repeat: no-repeat; background-size: contain; } .screen-1-base .block .text { position: absolute; width: 35%; height: 20%; left: 65%; top: 55%; font-size: 2vw; color: rgba(0,57,179,1); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transform: translateX(-50%) translateY(-50%); } .screen-1-base .block.block-1 { background: rgba(79, 127, 232, .9); top: 10%; left: 10%; width: 50%; } .screen-1-base .block.block-2 { background: rgba(151,183,242,.9); top: 10%; left: 65%; width: 25%; } .screen-1-base .block.block-3 { background: #f5f5f5; top: 100%; left: 0; width: 100%; height: 100%; transform: scaleX(0.8) scaleY(0.8); overflow: hidden; } .react-screen.in .screen-1-base .block.block-1, .react-screen.in .screen-1-base .block.block-2 { animation-delay: .3s; animation-duration: 1s; animation-timing-function: ease; animation-fill-mode: forwards; animation-name: ReactScreen-1-Scroll; } .react-screen.in .screen-1-base .block.block-3 { animation-delay: .3s, 1.3s; animation-duration: 1s, .8s; animation-timing-function: ease; animation-fill-mode: forwards; animation-name: ReactScreen-1-Screen-Scroll, ReactScreen-1-Resize; } .react-screen.out .screen-1-base .block.block-1, .react-screen.out .screen-1-base .block.block-2 { animation: none; transform: translateY(-113%); } .react-screen.out .screen-1-base .block.block-3 { animation: none; transform: translateY(-100%) scaleX(1) scaleY(1); } @keyframes ReactScreen-1-Scroll { to { transform: translateY(-113%); } } @keyframes ReactScreen-1-Screen-Scroll { from { transform: scaleX(0.8) scaleY(0.8); } to { transform: translateY(-100%) scaleX(0.8) scaleY(0.8);; } } @keyframes ReactScreen-1-Resize { from { transform: translateY(-100%) scaleX(0.8) scaleY(0.8); } to { transform: translateY(-100%) scaleX(1) scaleY(1); } } /* Screen 2 */ .screen-2-base { transform: translateX(-50%) translateY(-50%); } .screen-2-base .image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: translateY(100%); background-image: url(../image/sierra.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; } .screen-2-base .text { position: absolute; top: 15%; left: 0; width: 100%; text-align: center; color: white; font-size: 3vw; font-family: 'Lato', 'LatoWeb'; font-weight: 400; opacity: 0; } .screen-2-base .button { position: absolute; top: 50%; left: 50%; width: 70px; font-size: 1vw; padding: .3vw 1.3vw; border-radius: 3px; background: rgba(39, 87, 232, .9); text-align: center; color: white; opacity: 0; } .react-screen.in .screen-2-base .image { animation-delay: .2s; animation-duration: 1s; animation-timing-function: ease; animation-fill-mode: forwards; animation-name: ReactScreen-2-Image; } .react-screen.in .screen-2-base .text { animation-delay: 1.2s; animation-duration: .6s; animation-timing-function: ease; animation-fill-mode: forwards; animation-name: ReactScreen-2-Text; } .react-screen.in .screen-2-base .button { animation-delay: 1.8s; animation-duration: .6s; animation-timing-function: ease; animation-fill-mode: forwards; animation-name: ReactScreen-2-Button; } .react-screen.out .screen-2-base .image, .react-screen.out .screen-2-base .text, .react-screen.out .screen-2-base .button { animation: none; } .react-screen.out .screen-2-base .image { transform: none; } .react-screen.out .screen-2-base .text { opacity: 1; transform: none; } .react-screen.out .screen-2-base .button { opacity: 1; transform: translateX(-50%) translateY(-100%); } @keyframes ReactScreen-2-Image { from { transform: translateY(100%); } to { transform: none; } } @keyframes ReactScreen-2-Text { from { opacity: 0; transform: translateY(-100%); } to { opacity: 1; transform: translateY(0); } } @keyframes ReactScreen-2-Button { from { opacity: 0; transform: translateX(-50%) translateY(0); } to { opacity: 1; transform: translateX(-50%) translateY(-100%); } } /* Screen 3 */ .rec { /*transform: translateX(-50%) translateY(-50%);*/ transform: translateX(-50%) translateY(-50%) rotateX(60deg) rotateZ(50deg); border-radius: 3px; } .rec-base-1 { position: absolute; width: 40%; height: 40%; left: 50%; top: 50%; background: rgba(0, 57, 179, .9); box-shadow: 10px 10px 5px rgba(233,233,233,.8); } .rec-base-2 { position: absolute; width: 40%; height: 40%; left: 50%; top: 45%; opacity: 0; } .rec-base-3 { position: absolute; width: 40%; height: 40%; left: 50%; top: 40%; opacity: 0; } .rec-block-1 { position: absolute; width: 85%; height: 100%; left: 1%; top: 1%; background: rgba(79, 127, 232, .9); border-radius: 3px; } .rec-block-2 { position: absolute; width: 12%; height: 100%; left: 87%; top: 1%; background: rgba(104,146,237,.9); border-radius: 3px; } .rec-block-3 { position: absolute; width: 30%; height: 50%; left: 2%; top: 1%; background: rgba(151,183,242,.9); border-radius: 3px; } .rec-block-4 { position: absolute; width: 50%; height: 100%; left: 33%; top: 1%; background: rgba(190,208,247,.9); border-radius: 3px; } .react-screen.in .rec { animation-duration: .7s; animation-timing-function: ease; animation-fill-mode: forwards; } .react-screen.in .rec-base-1 { animation-name: ReactScreenFlyInBase; } .react-screen.in .rec-base-2 { animation-name: ReactScreenFlyInElements; animation-delay: .2s; } .react-screen.in .rec-base-3 { animation-name: ReactScreenFlyInElements2; animation-delay: .4s; } .react-screen.out .rec { animation: none; opacity: 1; } .react-screen.in .rec-base-1 { top: 50%; } .react-screen.in .rec-base-2 { top: 45%; } .react-screen.in .rec-base-3 { top: 40%; } @keyframes ReactScreenFlyInBase { from { top: 65%; opacity: .2; } to { top: 50%; opacity: 1; } } @keyframes ReactScreenFlyInElements { from { top: 55%; opacity: 0; } to { top: 45%; opacity: 1; } } @keyframes ReactScreenFlyInElements2 { from { top: 50%; opacity: 0; } to { top: 40%; opacity: 1; } }
doc/css/style.css
font-family: 'LatoWebLight'; src: url('../font/Lato-Light.eot'); /* IE9 Compat Modes */ src: url('../font/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/Lato-Light.woff2') format('woff2'), /* Modern Browsers */ url('../font/Lato-Light.woff') format('woff'), /* Modern Browsers */ url('../font/Lato-Light.ttf') format('truetype'); font-style: normal; font-weight: normal; text-rendering: optimizeLegibility; } /* Webfont: Lato-Regular */@font-face { font-family: 'LatoWeb'; src: url('../font/Lato-Regular.eot'); /* IE9 Compat Modes */ src: url('../font/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */ url('../font/Lato-Regular.woff') format('woff'), /* Modern Browsers */ url('../font/Lato-Regular.ttf') format('truetype'); font-style: normal; font-weight: normal; text-rendering: optimizeLegibility; } html, body { margin: 0; padding: 0; font-family: 'Lato', 'LatoWebLight', 'Myriad Pro', 'Helvetica'; font-weight: 300; font-size: 12px; color: #333; } .font-light { font-family: 'Lato', 'LatoWebLight', 'Myriad Pro', 'Helvetica'; font-weight: 300; } .font-regular { font-family: 'Lato', 'LatoWeb', 'Myriad Pro', 'Helvetica'; font-weight: 400; } .block { width: 90%; margin: 0 auto; max-width: 1000px; font-size: 1.3rem; } /* Repo */ .repo { position: relative; padding: 0; text-align: center; min-height: 100vh; background: #fafafa; } .repo .title { font-size: 4rem; padding: 20vh 0; background-color: #1d1d1d; color: #2852fd; } .repo .subtitle { padding: 1.2rem; font-size: 1.3rem; color: #c5c5c5; } .repo .intro { padding: 6rem 0; } .repo .button-group .button { display: inline-block; width: 120px; font-size: 1.2rem; padding: .6rem 0; color: #333; background-color: #eee; border-radius: 3px; text-decoration: none; transition: all ease .2s; } .repo .button-group .button:hover { cursor: pointer; background-color: #ccc; } .repo .block .item { font-size: 1.8rem; padding: 1.3rem; color: #555; } /* Document */ .document { min-height: 100vh; background: #fafafa; padding: 2rem 0; } .document .bigtitle { padding: 1rem 0; font-size: 3rem; } .document .title { padding: 1rem 0; font-size: 2rem; color: rgb(7,120,215); } .document .text { padding: 1rem 0; font-size: 1.5rem; } /* Screen */ .screen { position: absolute; width: 100%; height: 100%; top: 0; left: 0; perspective: 150vw; } .screen > .title { position: absolute; left: 10%; top: 10%; font-size: 3rem; color: #333; } .screen > .text { position: absolute; left: 10%; top: calc(10% + 4rem); font-size: 1.5rem; color: #888; } /* Screen 1 */ .screen-1-base, .screen-2-base { position: absolute; width: 60%; height: 50%; left: 50%; top: 50%; background: #ddd; border-radius: 3px; overflow: hidden; box-shadow: 5px 5px 5px rgba(233,233,233,.8); } .screen-1-base { transform: translateX(-50%) translateY(-50%); } .screen-1-base .block { position: absolute; height: 80%; border-radius: 3px; } .screen-1-base .block .image { position: absolute; width: 20%; height: 20%; left: 30%; top: 50%; transform: translateX(-50%) translateY(-50%); background-image: url(../image/screen.svg); background-position: center; background-repeat: no-repeat; background-size: contain; } .screen-1-base .block .text { position: absolute; width: 35%; height: 20%; left: 65%; top: 55%; font-size: 2vw; color: rgba(0,57,179,1); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transform: translateX(-50%) translateY(-50%); } .screen-1-base .block.block-1 { background: rgba(79, 127, 232, .9); top: 10%; left: 10%; width: 50%; } .screen-1-base .block.block-2 { background: rgba(151,183,242,.9); top: 10%; left: 65%; width: 25%; } .screen-1-base .block.block-3 { background: #f5f5f5; top: 100%; left: 0; width: 100%; height: 100%; transform: scaleX(0.8) scaleY(0.8); overflow: hidden; } .react-screen.in .screen-1-base .block.block-1, .react-screen.in .screen-1-base .block.block-2 { animation-delay: .3s; animation-duration: 1s; animation-timing-function: ease; animation-fill-mode: forwards; animation-name: ReactScreen-1-Scroll; } .react-screen.in .screen-1-base .block.block-3 { animation-delay: .3s, 1.3s; animation-duration: 1s, .8s; animation-timing-function: ease; animation-fill-mode: forwards; animation-name: ReactScreen-1-Screen-Scroll, ReactScreen-1-Resize; } .react-screen.out .screen-1-base .block.block-1, .react-screen.out .screen-1-base .block.block-2 { animation: none; transform: translateY(-113%); } .react-screen.out .screen-1-base .block.block-3 { animation: none; transform: translateY(-100%) scaleX(1) scaleY(1); } @keyframes ReactScreen-1-Scroll { to { transform: translateY(-113%); } } @keyframes ReactScreen-1-Screen-Scroll { from { transform: scaleX(0.8) scaleY(0.8); } to { transform: translateY(-100%) scaleX(0.8) scaleY(0.8);; } } @keyframes ReactScreen-1-Resize { from { transform: translateY(-100%) scaleX(0.8) scaleY(0.8); } to { transform: translateY(-100%) scaleX(1) scaleY(1); } } /* Screen 2 */ .screen-2-base { transform: translateX(-50%) translateY(-50%); } .screen-2-base .image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: translateY(100%); background-image: url(../image/sierra.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; } .screen-2-base .text { position: absolute; top: 15%; left: 0; width: 100%; text-align: center; color: white; font-size: 3vw; font-family: 'Lato', 'LatoWeb'; font-weight: 400; opacity: 0; } .screen-2-base .button { position: absolute; top: 50%; left: 50%; width: 70px; font-size: 1vw; padding: .3vw 1.3vw; border-radius: 3px; background: rgba(39, 87, 232, .9); text-align: center; color: white; opacity: 0; } .react-screen.in .screen-2-base .image { animation-delay: .2s; animation-duration: 1s; animation-timing-function: ease; animation-fill-mode: forwards; animation-name: ReactScreen-2-Image; } .react-screen.in .screen-2-base .text { animation-delay: 1.2s; animation-duration: .6s; animation-timing-function: ease; animation-fill-mode: forwards; animation-name: ReactScreen-2-Text; } .react-screen.in .screen-2-base .button { animation-delay: 1.8s; animation-duration: .6s; animation-timing-function: ease; animation-fill-mode: forwards; animation-name: ReactScreen-2-Button; } .react-screen.out .screen-2-base .image, .react-screen.out .screen-2-base .text, .react-screen.out .screen-2-base .button { animation: none; } .react-screen.out .screen-2-base .image { transform: none; } .react-screen.out .screen-2-base .text { opacity: 1; transform: none; } .react-screen.out .screen-2-base .button { opacity: 1; transform: translateX(-50%) translateY(-100%); } @keyframes ReactScreen-2-Image { from { transform: translateY(100%); } to { transform: none; } } @keyframes ReactScreen-2-Text { from { opacity: 0; transform: translateY(-100%); } to { opacity: 1; transform: translateY(0); } } @keyframes ReactScreen-2-Button { from { opacity: 0; transform: translateX(-50%) translateY(0); } to { opacity: 1; transform: translateX(-50%) translateY(-100%); } } /* Screen 3 */ .rec { /*transform: translateX(-50%) translateY(-50%);*/ transform: translateX(-50%) translateY(-50%) rotateX(60deg) rotateZ(50deg); border-radius: 3px; } .rec-base-1 { position: absolute; width: 40%; height: 40%; left: 50%; top: 50%; background: rgba(0, 57, 179, .9); box-shadow: 10px 10px 5px rgba(233,233,233,.8); } .rec-base-2 { position: absolute; width: 40%; height: 40%; left: 50%; top: 45%; opacity: 0; } .rec-base-3 { position: absolute; width: 40%; height: 40%; left: 50%; top: 40%; opacity: 0; } .rec-block-1 { position: absolute; width: 85%; height: 100%; left: 1%; top: 1%; background: rgba(79, 127, 232, .9); border-radius: 3px; } .rec-block-2 { position: absolute; width: 12%; height: 100%; left: 87%; top: 1%; background: rgba(104,146,237,.9); border-radius: 3px; } .rec-block-3 { position: absolute; width: 30%; height: 50%; left: 2%; top: 1%; background: rgba(151,183,242,.9); border-radius: 3px; } .rec-block-4 { position: absolute; width: 50%; height: 100%; left: 33%; top: 1%; background: rgba(190,208,247,.9); border-radius: 3px; } .react-screen.in .rec { animation-duration: .7s; animation-timing-function: ease; animation-fill-mode: forwards; } .react-screen.in .rec-base-1 { animation-name: ReactScreenFlyInBase; } .react-screen.in .rec-base-2 { animation-name: ReactScreenFlyInElements; animation-delay: .2s; } .react-screen.in .rec-base-3 { animation-name: ReactScreenFlyInElements2; animation-delay: .4s; } .react-screen.out .rec { animation: none; opacity: 1; } .react-screen.in .rec-base-1 { top: 50%; } .react-screen.in .rec-base-2 { top: 45%; } .react-screen.in .rec-base-3 { top: 40%; } @keyframes ReactScreenFlyInBase { from { top: 65%; opacity: .2; } to { top: 50%; opacity: 1; } } @keyframes ReactScreenFlyInElements { from { top: 55%; opacity: 0; } to { top: 45%; opacity: 1; } } @keyframes ReactScreenFlyInElements2 { from { top: 50%; opacity: 0; } to { top: 40%; opacity: 1; } }
0.334807
0.050447
body, html { font-family: 'PT Sans', sans-serif; /* font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; */ background: #ebebeb; } .verb-pl-name { font-size: 30px; } .verb-pl-name::first-letter { text-transform: capitalize; } .correct-answers { font-size: 18px; font-weight: bold; color: #737373; padding-right: 10px; } .field-info { margin-top: 30px; } .correct-answers-top { display: none; } #settings:hover { color: #6abfa7; cursor: pointer; } .modal-dark-bg { background: #000; opacity: 0.4; width: 100%; height: 100%; top: 0; position: absolute; z-index: 100; } .my-modal-content { width: 700px; background: #fff; padding: 30px; margin: 0 auto; z-index: 101; position: absolute; left: 0; right: 0; border-radius: .3rem; top: 50px; -webkit-box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.15); box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.15); } .my-modal-main-content { width: 500px; background: #fff; padding: 30px; margin: 0 auto; z-index: 101; position: absolute; left: 0; right: 0; border-radius: .3rem; top: 150px; -webkit-box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.15); box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.15); } .custom-control-input:checked ~ .custom-control-label::before { color: #fff; border-color: #70ceb3; background-color: #70ceb3; } .max-100 { max-width: 100px; } .already-known { background:#fbfafa; padding: 30px; border: 1px solid#ebebeb; border-radius: 4px; } .big-number { font-size: 40px; } .full-verbs-list-select { height:250px; overflow-y: scroll; } .pick-any-verb-error { background:#f04848; padding: 10px 20px; margin-bottom: 15px; border-radius: 3px; color:#fff; } .my-modal-title { font-weight: bold; } .my-label-in-form { font-size: 13px; background:#fff; padding: 0 10px; line-height: 13px; top: 10px; position: relative; left: 8px; text-transform: capitalize; letter-spacing: 0.5px; } .fade-enter-active, .fade-leave-active { transition: opacity 0.3s; } .fade-enter, .fade-leave-to { opacity: 0; } .fade2-enter-active { animation-name: example; animation-duration: 0.3s; } .fade2-leave-active { transition: opacity .2s, top .2s; top: 30px; } .fade2-enter, .fade2-leave-to { opacity: 0; } .fade3-enter-active { animation-name: example2; animation-duration: 0.3s; } .fade3-leave-active { transition: opacity .2s, top .2s; top: 0px; } .fade3-enter, .fade3-leave-to { opacity: 0; } @keyframes example { 0% {top: 30px;} 100% {top: 50px;} } @keyframes example2 { 0% {top: 30px;} 100% {top: 150px;} } @media only screen and (max-width: 767px) { .mt-50 { margin-top: 10px!important; } .correct-answers-top { display: block; margin-top: 9px; margin-right: 4px; } .correct-answers { font-size: 15px; } .small-right { float: right; margin-left: 3px; } } /*Buttons*/ .verb-btn { padding: 7px 30px; text-align: center; border: none; font-size: 15px; } .verb-btn-info { background: #70ceb3; color: #fff; } .verb-btn-info:hover { background: #6abfa7; } .verb-btn-success { background: #ce7093; color: #fff; } .verb-btn-success:hover { background: #b56281; } .verb-btn-default { background: #797979; color: #fff; } .verb-btn-default:hover { background: #5e5e5e; } /* Home */ .home-container { border-radius: 5px; background: #fff; padding: 60px 70px 70px; -webkit-box-shadow: 0px 0px 33px 6px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 33px 6px rgba(0,0,0,0.1); box-shadow: 0px 0px 33px 6px rgba(0,0,0,0.1); position: relative; } .home-home-menu { background: #fff; padding: 12px 0px; width: 100px; display: block; text-align: center; color: #666; position: absolute; top: -44px; right: 0; cursor: pointer; border-top-right-radius: 5px; font-weight: bold; } .home-home-menu:hover { font-weight: bold; color: #9e9e9e; } .home-verbs-options-menu { background: #70ceb3; padding: 8px 0px 7px; display: block; width: 130px; text-align: center; color: #fff; position: absolute; top: -39px; right: 100px; cursor: pointer; } .home-verbs-options-menu:hover { background: #6abfa7; } .home-words-options-menu { background: #70ceb3; padding: 8px 0px 7px; display: block; width: 150px; text-align: center; color: #fff; position: absolute; top: -39px; right: 231px; cursor: pointer; } .home-words-options-menu:hover { background: #6abfa7; } .home-groups-options-menu { background: #70ceb3; padding: 8px 0px 7px; display: block; width: 150px; text-align: center; color: #fff; position: absolute; top: -39px; right: 382px; cursor: pointer; } .home-groups-options-menu:hover { background: #6abfa7; } .learn-icon { font-size: 11px; margin-top: 0px; margin-left: 36px; } .learch-button { border: 1px solid #ebebeb; padding: 10px 30px; border-radius: 20px; width: 250px; background: #ffffff; display: block; cursor: pointer; position: absolute; right: 0px; /*right: 63px;*/ bottom: -20px; box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.07); } .uk-active { display: block !important; margin-top: 10px; } .uk-active2 { bottom: -54px !important; } .context { margin-left: 5px; font-size: 13px; min-height: 20px; } /* Verbs */ .add-menu { background: #fff; padding: 12px 0px; display: block; width: 100px; text-align: center; color: #666; position: absolute; top: -44px; right: 0; border-top-right-radius: 5px; } .add-verb-menu { background: #70ceb3; padding: 8px 0px 7px; display: block; width: 170px; text-align: center; color: #fff; position: absolute; top: -39px; right: 100px; cursor: pointer; } .add-verb-menu:hover { background: #6abfa7; } .edit-verb-menu { background: #f57a7a; padding: 8px 0px 7px; display: block; width: 170px; text-align: center; color: #fff; position: absolute; top: -39px; right: 100px; cursor: pointer; } .edit-verb-menu:hover { background: #e67373; } .verb { max-width: 368px; } .verbs-all-verbs-field { height:455px; overflow-y: scroll; } .add-menu a:hover { text-decoration: none; font-weight: bold; } .add-new-verb { max-width: 550px; border-radius: 5px; background: #fff; padding: 60px 70px 70px; -webkit-box-shadow: 0px 0px 33px 6px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 33px 6px rgba(0,0,0,0.1); box-shadow: 0px 0px 33px 6px rgba(0,0,0,0.1); position: relative; } .verbs-list-edit { color: #c1c1c1; } .verbs-list-delete { color: #f57a7a; margin-left: 4px; font-size: 18px; } .verbs-list-edit:hover { color: #9e9a9a; cursor: pointer; } .verbs-list-delete:hover { color: #f94747; cursor: pointer; } .zi-100 { z-index: 100; } .ml--40 { margin-left: -40px; } /* groups */ .group { border: 1px solid #dbdbdb; padding: 20px; border-radius: 5px; background: #f7f7f7; margin-bottom: 10px; } .group-name { float: left; } .group-options { float: right; }
content/css/style.css
body, html { font-family: 'PT Sans', sans-serif; /* font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; */ background: #ebebeb; } .verb-pl-name { font-size: 30px; } .verb-pl-name::first-letter { text-transform: capitalize; } .correct-answers { font-size: 18px; font-weight: bold; color: #737373; padding-right: 10px; } .field-info { margin-top: 30px; } .correct-answers-top { display: none; } #settings:hover { color: #6abfa7; cursor: pointer; } .modal-dark-bg { background: #000; opacity: 0.4; width: 100%; height: 100%; top: 0; position: absolute; z-index: 100; } .my-modal-content { width: 700px; background: #fff; padding: 30px; margin: 0 auto; z-index: 101; position: absolute; left: 0; right: 0; border-radius: .3rem; top: 50px; -webkit-box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.15); box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.15); } .my-modal-main-content { width: 500px; background: #fff; padding: 30px; margin: 0 auto; z-index: 101; position: absolute; left: 0; right: 0; border-radius: .3rem; top: 150px; -webkit-box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.15); box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.15); } .custom-control-input:checked ~ .custom-control-label::before { color: #fff; border-color: #70ceb3; background-color: #70ceb3; } .max-100 { max-width: 100px; } .already-known { background:#fbfafa; padding: 30px; border: 1px solid#ebebeb; border-radius: 4px; } .big-number { font-size: 40px; } .full-verbs-list-select { height:250px; overflow-y: scroll; } .pick-any-verb-error { background:#f04848; padding: 10px 20px; margin-bottom: 15px; border-radius: 3px; color:#fff; } .my-modal-title { font-weight: bold; } .my-label-in-form { font-size: 13px; background:#fff; padding: 0 10px; line-height: 13px; top: 10px; position: relative; left: 8px; text-transform: capitalize; letter-spacing: 0.5px; } .fade-enter-active, .fade-leave-active { transition: opacity 0.3s; } .fade-enter, .fade-leave-to { opacity: 0; } .fade2-enter-active { animation-name: example; animation-duration: 0.3s; } .fade2-leave-active { transition: opacity .2s, top .2s; top: 30px; } .fade2-enter, .fade2-leave-to { opacity: 0; } .fade3-enter-active { animation-name: example2; animation-duration: 0.3s; } .fade3-leave-active { transition: opacity .2s, top .2s; top: 0px; } .fade3-enter, .fade3-leave-to { opacity: 0; } @keyframes example { 0% {top: 30px;} 100% {top: 50px;} } @keyframes example2 { 0% {top: 30px;} 100% {top: 150px;} } @media only screen and (max-width: 767px) { .mt-50 { margin-top: 10px!important; } .correct-answers-top { display: block; margin-top: 9px; margin-right: 4px; } .correct-answers { font-size: 15px; } .small-right { float: right; margin-left: 3px; } } /*Buttons*/ .verb-btn { padding: 7px 30px; text-align: center; border: none; font-size: 15px; } .verb-btn-info { background: #70ceb3; color: #fff; } .verb-btn-info:hover { background: #6abfa7; } .verb-btn-success { background: #ce7093; color: #fff; } .verb-btn-success:hover { background: #b56281; } .verb-btn-default { background: #797979; color: #fff; } .verb-btn-default:hover { background: #5e5e5e; } /* Home */ .home-container { border-radius: 5px; background: #fff; padding: 60px 70px 70px; -webkit-box-shadow: 0px 0px 33px 6px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 33px 6px rgba(0,0,0,0.1); box-shadow: 0px 0px 33px 6px rgba(0,0,0,0.1); position: relative; } .home-home-menu { background: #fff; padding: 12px 0px; width: 100px; display: block; text-align: center; color: #666; position: absolute; top: -44px; right: 0; cursor: pointer; border-top-right-radius: 5px; font-weight: bold; } .home-home-menu:hover { font-weight: bold; color: #9e9e9e; } .home-verbs-options-menu { background: #70ceb3; padding: 8px 0px 7px; display: block; width: 130px; text-align: center; color: #fff; position: absolute; top: -39px; right: 100px; cursor: pointer; } .home-verbs-options-menu:hover { background: #6abfa7; } .home-words-options-menu { background: #70ceb3; padding: 8px 0px 7px; display: block; width: 150px; text-align: center; color: #fff; position: absolute; top: -39px; right: 231px; cursor: pointer; } .home-words-options-menu:hover { background: #6abfa7; } .home-groups-options-menu { background: #70ceb3; padding: 8px 0px 7px; display: block; width: 150px; text-align: center; color: #fff; position: absolute; top: -39px; right: 382px; cursor: pointer; } .home-groups-options-menu:hover { background: #6abfa7; } .learn-icon { font-size: 11px; margin-top: 0px; margin-left: 36px; } .learch-button { border: 1px solid #ebebeb; padding: 10px 30px; border-radius: 20px; width: 250px; background: #ffffff; display: block; cursor: pointer; position: absolute; right: 0px; /*right: 63px;*/ bottom: -20px; box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.07); } .uk-active { display: block !important; margin-top: 10px; } .uk-active2 { bottom: -54px !important; } .context { margin-left: 5px; font-size: 13px; min-height: 20px; } /* Verbs */ .add-menu { background: #fff; padding: 12px 0px; display: block; width: 100px; text-align: center; color: #666; position: absolute; top: -44px; right: 0; border-top-right-radius: 5px; } .add-verb-menu { background: #70ceb3; padding: 8px 0px 7px; display: block; width: 170px; text-align: center; color: #fff; position: absolute; top: -39px; right: 100px; cursor: pointer; } .add-verb-menu:hover { background: #6abfa7; } .edit-verb-menu { background: #f57a7a; padding: 8px 0px 7px; display: block; width: 170px; text-align: center; color: #fff; position: absolute; top: -39px; right: 100px; cursor: pointer; } .edit-verb-menu:hover { background: #e67373; } .verb { max-width: 368px; } .verbs-all-verbs-field { height:455px; overflow-y: scroll; } .add-menu a:hover { text-decoration: none; font-weight: bold; } .add-new-verb { max-width: 550px; border-radius: 5px; background: #fff; padding: 60px 70px 70px; -webkit-box-shadow: 0px 0px 33px 6px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 33px 6px rgba(0,0,0,0.1); box-shadow: 0px 0px 33px 6px rgba(0,0,0,0.1); position: relative; } .verbs-list-edit { color: #c1c1c1; } .verbs-list-delete { color: #f57a7a; margin-left: 4px; font-size: 18px; } .verbs-list-edit:hover { color: #9e9a9a; cursor: pointer; } .verbs-list-delete:hover { color: #f94747; cursor: pointer; } .zi-100 { z-index: 100; } .ml--40 { margin-left: -40px; } /* groups */ .group { border: 1px solid #dbdbdb; padding: 20px; border-radius: 5px; background: #f7f7f7; margin-bottom: 10px; } .group-name { float: left; } .group-options { float: right; }
0.37605
0.071559
.validation { color: red !important; margin-top: 0px; clear:both; float: left; margin-left: 182px; } .form-control, output { color: #444; display: block; font-size: 14px; line-height: 1.42857; } .search_client_form{ height:20px;} .search_client_form .form-group{ margin:0px;} .search_client_form .form-horizontal .control-label {text-align: left; width:8%; margin-left:-15px;} .client_select { margin-top:5px; width: 50%; font-weight:bold !important; } .seach_client_drop{width:50%;} .control-label{font-weight:bold !important;font-size: 13px;} .select2-choice{ font-weight:normal;} .searchdropdown{margin-bottom:5px;} #ftpaccess-form .col-sm-2.control-label { margin-left: 10px; } .new_sub{ margin-left:212px;} .form-control .select2-choice { height: 29px !important; padding: 1px 0 0 12px; } .demo td { font-size: 12px;} .add-users { margin-top: -24px; margin-right: 20px; } .client_drop_show{/*display:none;*/} .client_drop_hide{display:block;} .inactive{color:#939393;margin-right:8px;} .inactive:hover{color:#545454;} .active-users{color:#008000;margin-right:8px;} .active-users:hover{color:#007300;} .span-red{color: #ff0000;} #modal_form .modal-dialog { width:60%; } #useraddform .modal-dialog { width:60%; } .col-md-8.col-sm-10.col-xs-12.chkbox_appeal { margin-left: -5px; margin-top: 10px; } .remove_clients { float: right !important; margin-right: -130px; margin-top: -50px; } @media only screen and (min-device-width: 320px) { /*Below class is used modify the row height of CommentReview/First Grid rows.*/ .remove_clients { float: right !important; margin-right: -20px; /*margin-top: -50px;*/ } #modal_form .modal-dialog { } } /* Small devices (tablets, 480px and up) */ @media only screen and (max-device-width: 480px) { .remove_clients { float: right !important; margin-right: -50px; /*margin-top: -50px;*/ } #modal_form .modal-dialog { } } /* Small devices (tablets, 768px and up) */ @media ( min-width : 768px) { .remove_clients { float: right !important; margin-right: -67px; /*margin-top: -50px;*/ } #modal_form .modal-dialog { } } /* Medium devices (desktops, 992px and up) */ @media ( min-width : 992px) { .remove_clients { float: right !important; margin-right: -100px; /*margin-top: -50px;*/ } } @media ( min-width : 1200px) { .remove_clients { float: right !important; margin-right: -117px; margin-top: -98px; } .remove_clientsnew { float: right !important; margin-right: -117px; margin-top: -98px; } } @media ( min-width : 1900px) { .remove_clients { float: right !important; /*margin-right: -160px;*/ margin-top: -50px; } } hr.seprator_line { margin-left: 120px; margin-right: -50px; text-align: center; height: 1px; color: #d4d4d4; background-color: #d4d4d4; border: none; margin-top:0px; } .avatarloader { background-image: url("img/loading-spinner-blue.gif"); background-repeat: no-repeat; width: auto; height: 22px; margin: auto; display: block; float:left; margin-left:150px; } .initialAvatarProgress{ text-align: center; vertical-align: middle; line-height: 20px; } .profile_sub{ margin-left:177px;} .col-md-12.col-sm-10.col-xs-10.permission_show { margin-left: -50px; } .new_sub_user{ margin-left:212px;} .clear.col-md-2.col-sm-2.col-xs-2.add_more_fields_new { margin-top: -40px; } .clear.col-md-2.col-sm-2.col-xs-2.add_more_fields { margin-top: -40px; } .col-md-12.col-sm-10.col-xs-10.permission_show_new { margin-left: -40px; } .col-md-8.col-sm-10.col-xs-12.chkbox_clientconfig { margin-left: -5px; margin-top: 10px; } .col-md-8.col-sm-10.col-xs-10.chkbox_clientconfig { margin-left: -5px; margin-top: 10px; } .col-md-12.col-sm-12.col-xs-12.schedule_cls { margin-bottom: 5px; } .new_sub_schedule { margin-left: 218px; } .col-md-7.input-group.scheduletimeselect{ width: 25%; } .col-md-1.timeutc{ float:right !important; margin-right: 214px; margin-top: -33px; } .form-control.disabletxt { background-color: #ffffff; cursor: pointer !important; margin-left: 13px; width: 88%; } .slimScrollBar{height:200px !important;} .bootstrap-datetimepicker-widget { height: 150px !important; font-size: 12px; width: 200px !important; } .bootstrap-datetimepicker-widget table td { height: 24px; line-height: 24px; } .bootstrap-datetimepicker-widget table td span { border-radius: 4px; cursor: pointer; display: inline-block; height: 24px; line-height: 24px; margin: 2px 1.5px; width: 24px; } .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable { max-height: 200px; } .report_title{margin-bottom:20px !important;} .del_rep{ float: right; font-weight: bold; margin-bottom: 20px; padding-left: 450px; padding-right: 0 !important; margin-right: -19px; } .pull-right{ font-weight: bold; margin-bottom: 10px; margin-right: 15px; } .col-md-8.col-sm-8.col-xs-8.pull-right{ margin-left:10px; padding-left: 33px; } .col-md-1.pull-right{ margin-right: 212px; margin-top: -19px; } .col-md-1.col-md-offset-7{ margin-top: -19px; margin-left: 56.333%; } .col-md-3.col-md-offset-9{ font-weight: 600; margin-bottom: 10px; }
assets/custom/users/css/users.css
.validation { color: red !important; margin-top: 0px; clear:both; float: left; margin-left: 182px; } .form-control, output { color: #444; display: block; font-size: 14px; line-height: 1.42857; } .search_client_form{ height:20px;} .search_client_form .form-group{ margin:0px;} .search_client_form .form-horizontal .control-label {text-align: left; width:8%; margin-left:-15px;} .client_select { margin-top:5px; width: 50%; font-weight:bold !important; } .seach_client_drop{width:50%;} .control-label{font-weight:bold !important;font-size: 13px;} .select2-choice{ font-weight:normal;} .searchdropdown{margin-bottom:5px;} #ftpaccess-form .col-sm-2.control-label { margin-left: 10px; } .new_sub{ margin-left:212px;} .form-control .select2-choice { height: 29px !important; padding: 1px 0 0 12px; } .demo td { font-size: 12px;} .add-users { margin-top: -24px; margin-right: 20px; } .client_drop_show{/*display:none;*/} .client_drop_hide{display:block;} .inactive{color:#939393;margin-right:8px;} .inactive:hover{color:#545454;} .active-users{color:#008000;margin-right:8px;} .active-users:hover{color:#007300;} .span-red{color: #ff0000;} #modal_form .modal-dialog { width:60%; } #useraddform .modal-dialog { width:60%; } .col-md-8.col-sm-10.col-xs-12.chkbox_appeal { margin-left: -5px; margin-top: 10px; } .remove_clients { float: right !important; margin-right: -130px; margin-top: -50px; } @media only screen and (min-device-width: 320px) { /*Below class is used modify the row height of CommentReview/First Grid rows.*/ .remove_clients { float: right !important; margin-right: -20px; /*margin-top: -50px;*/ } #modal_form .modal-dialog { } } /* Small devices (tablets, 480px and up) */ @media only screen and (max-device-width: 480px) { .remove_clients { float: right !important; margin-right: -50px; /*margin-top: -50px;*/ } #modal_form .modal-dialog { } } /* Small devices (tablets, 768px and up) */ @media ( min-width : 768px) { .remove_clients { float: right !important; margin-right: -67px; /*margin-top: -50px;*/ } #modal_form .modal-dialog { } } /* Medium devices (desktops, 992px and up) */ @media ( min-width : 992px) { .remove_clients { float: right !important; margin-right: -100px; /*margin-top: -50px;*/ } } @media ( min-width : 1200px) { .remove_clients { float: right !important; margin-right: -117px; margin-top: -98px; } .remove_clientsnew { float: right !important; margin-right: -117px; margin-top: -98px; } } @media ( min-width : 1900px) { .remove_clients { float: right !important; /*margin-right: -160px;*/ margin-top: -50px; } } hr.seprator_line { margin-left: 120px; margin-right: -50px; text-align: center; height: 1px; color: #d4d4d4; background-color: #d4d4d4; border: none; margin-top:0px; } .avatarloader { background-image: url("img/loading-spinner-blue.gif"); background-repeat: no-repeat; width: auto; height: 22px; margin: auto; display: block; float:left; margin-left:150px; } .initialAvatarProgress{ text-align: center; vertical-align: middle; line-height: 20px; } .profile_sub{ margin-left:177px;} .col-md-12.col-sm-10.col-xs-10.permission_show { margin-left: -50px; } .new_sub_user{ margin-left:212px;} .clear.col-md-2.col-sm-2.col-xs-2.add_more_fields_new { margin-top: -40px; } .clear.col-md-2.col-sm-2.col-xs-2.add_more_fields { margin-top: -40px; } .col-md-12.col-sm-10.col-xs-10.permission_show_new { margin-left: -40px; } .col-md-8.col-sm-10.col-xs-12.chkbox_clientconfig { margin-left: -5px; margin-top: 10px; } .col-md-8.col-sm-10.col-xs-10.chkbox_clientconfig { margin-left: -5px; margin-top: 10px; } .col-md-12.col-sm-12.col-xs-12.schedule_cls { margin-bottom: 5px; } .new_sub_schedule { margin-left: 218px; } .col-md-7.input-group.scheduletimeselect{ width: 25%; } .col-md-1.timeutc{ float:right !important; margin-right: 214px; margin-top: -33px; } .form-control.disabletxt { background-color: #ffffff; cursor: pointer !important; margin-left: 13px; width: 88%; } .slimScrollBar{height:200px !important;} .bootstrap-datetimepicker-widget { height: 150px !important; font-size: 12px; width: 200px !important; } .bootstrap-datetimepicker-widget table td { height: 24px; line-height: 24px; } .bootstrap-datetimepicker-widget table td span { border-radius: 4px; cursor: pointer; display: inline-block; height: 24px; line-height: 24px; margin: 2px 1.5px; width: 24px; } .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable { max-height: 200px; } .report_title{margin-bottom:20px !important;} .del_rep{ float: right; font-weight: bold; margin-bottom: 20px; padding-left: 450px; padding-right: 0 !important; margin-right: -19px; } .pull-right{ font-weight: bold; margin-bottom: 10px; margin-right: 15px; } .col-md-8.col-sm-8.col-xs-8.pull-right{ margin-left:10px; padding-left: 33px; } .col-md-1.pull-right{ margin-right: 212px; margin-top: -19px; } .col-md-1.col-md-offset-7{ margin-top: -19px; margin-left: 56.333%; } .col-md-3.col-md-offset-9{ font-weight: 600; margin-bottom: 10px; }
0.327561
0.098816
.user-panel, .brand-link { border: none!important; } [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover { background-color: rgba(255,255,255,.1); color: #fff; } .btn.btn-sm > i.fa { font-size: smaller; } .card .card-header { display: flex; justify-content: space-between; align-items: center; } .card .card-header .card-title { flex: 1; } .close:hover { cursor: pointer; } .form-group label { font-size: 14px; line-height: 0.5; } .form-group .help-text { font-size: 12px; } .toasts-top-right { top: 10px; right: 10px; } h3.form-title { font-size: 1.1rem; border-bottom: 1px solid rgba(0, 0, 0, 0.125); padding: 18px 0 16px 0; } .table-sm td, .table-sm th { font-size: 14px; } .nav.nav-pills.nav-success .nav-link.active, .nav.nav-pills.nav-success .nav-pills .show>.nav-link { color: #fff!important; background-color: var(--success)!important; } .nav.nav-pills.nav-primary .nav-link.active, .nav.nav-pills.nav-primary .nav-pills .show>.nav-link { color: #fff!important; background-color: var(--primary)!important; } .custom-control-label::before { border-color: #ccd1d7; box-shadow: none; } .custom-switch .custom-control-label::after { background-color: #ccd1d7; } label:not(.form-check-label):not(.custom-file-label) { font-weight: normal; } .btn-link, .btn-link:hover, .btn-link:focus { text-decoration: underline; } @media (min-width: 991px) { .table-responsive { overflow-x: hidden; } .toggle-pushmenu { display: none; } .project-info { width: calc(100% - 280px)!important; } .btn-sm-block { width: auto!important; } } @media (min-width: 576px) { .modal-dialog.modal-dialog-confirm { margin: 0 auto; } .modal-dialog-centered.modal-dialog-confirm { min-height: 100%!important; } } /* Customer Style*/ .user-panel .img-circle-medium { width: 80px; height: 80px; border-radius: 50%; } .img-contain { background-size: contain; background-repeat: no-repeat; background-position: center; } .user-panel .user-info { text-align: center; } .user-panel .user-info .info-level { font-size: 14px; font-weight: 100; } .user-panel .user-info .info-name { font-size: 16px; font-weight: 600; } .footer-actions { border-top: 1px solid #ccc; padding: 15px 0; text-align: right; } label.required:after { content: '*'; color: red; margin-left: 2px; } .list-information .section-info { font-size: 16px; font-weight: bold; border-bottom: 1px solid #ddd; padding-bottom: 8px; margin-bottom: 8px; } .list-information dl > dt, .list-information dl > dd { font-size: 14px; font-weight: normal; line-height: 1.2; } .list-information dl.dt-bold > dt { font-weight: 700!important; } .cursor-pointer:hover { cursor: pointer; } dl.row.font-size-md > dt, dl.row.font-size-md > dd { font-size: 16px; } .loading { position: relative; } .loading:before { content: ''; position: absolute; background-color: rgba(255, 255, 255, 0.8); z-index: 999; left: 0; right: 0; top: 0; bottom: 0; text-align: center; } .loading:after { content: 'Sedang memproses ...'; position: absolute; z-index: 9999; left: 0; right: 0; top: 30%; bottom: 0; text-align: center; } .wrapper-upload { width: 100%; display: flex; overflow: auto; } .form-upload { position: relative; } .form-upload .image-canvas { width: 150px; height: 200px; background-color: #f1f1f1; border-radius: 5px; display: flex; justify-content: center; align-items: center; background-position: center; background-size: contain; background-repeat: no-repeat; } .form-upload .image-canvas > i.fa { font-size: 20px; color: #bfbfbf; } .form-upload .image-canvas:hover { cursor: pointer; } .form-upload .image-actions { display: none; position: absolute; width: 100%; height: 100%; top: 0; background-color: rgba(0, 0, 0, .3); border-radius: 5px; backdrop-filter: blur(2px); opacity: 0; transition: all ease-in-out 0.3s; } .form-upload:hover .image-actions { display: flex; align-items: center; justify-content: center; opacity: 1; } .form-upload .image-canvas .image-preview { max-width: 100%; border-radius: 5px; } .form-upload .btn-image { border: none; border-radius: 2px; transition: all ease-in-out 0.3s; padding: 2px 8px; background-color: white; color: #000; } .form-upload .btn-image:hover { cursor: pointer; } .form-upload .btn-image.remove:hover { background-color: var(--red); color: #fff; } .form-upload .btn-image.preview:hover { background-color: var(--primary); color: #fff; } .box-item { display: flex; justify-content: space-between; align-items: center; padding: 15px 5px; border-bottom: 2px solid #efefef; border-radius: 2px; } .box-item .item-detail-info { display: flex; justify-content: start; align-items: center; } .box-item .item-info { font-size: 14px; color: rgba(0, 0, 0, 0.54); } .box-item .item-info .item-info-bold { font-weight: bold; } .box-item .item-detail-desc { padding: 5px 0; color: rgba(0, 0, 0, 0.38); } .box-item .text-amount { font-size: 18px; } .box-item.box-success .text-amount { color: var(--success); } .box-item.box-danger .text-amount { color: var(--danger); } .box-item.box-primary .text-amount { color: var(--primary); } .btn-sm-block { width: 100%; } .sticky-bottom { position: fixed; top: 0; background: #fff; box-shadow: 1px 5px 10px 5px rgba(168, 168, 168, .5); z-index: 9999; } .project-info.sticky-bottom { width: calc(100% - 30px); margin-left: -20px; padding: 10px; border-radius: 5px; }
public/dist/css/custom-style.css
.user-panel, .brand-link { border: none!important; } [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover { background-color: rgba(255,255,255,.1); color: #fff; } .btn.btn-sm > i.fa { font-size: smaller; } .card .card-header { display: flex; justify-content: space-between; align-items: center; } .card .card-header .card-title { flex: 1; } .close:hover { cursor: pointer; } .form-group label { font-size: 14px; line-height: 0.5; } .form-group .help-text { font-size: 12px; } .toasts-top-right { top: 10px; right: 10px; } h3.form-title { font-size: 1.1rem; border-bottom: 1px solid rgba(0, 0, 0, 0.125); padding: 18px 0 16px 0; } .table-sm td, .table-sm th { font-size: 14px; } .nav.nav-pills.nav-success .nav-link.active, .nav.nav-pills.nav-success .nav-pills .show>.nav-link { color: #fff!important; background-color: var(--success)!important; } .nav.nav-pills.nav-primary .nav-link.active, .nav.nav-pills.nav-primary .nav-pills .show>.nav-link { color: #fff!important; background-color: var(--primary)!important; } .custom-control-label::before { border-color: #ccd1d7; box-shadow: none; } .custom-switch .custom-control-label::after { background-color: #ccd1d7; } label:not(.form-check-label):not(.custom-file-label) { font-weight: normal; } .btn-link, .btn-link:hover, .btn-link:focus { text-decoration: underline; } @media (min-width: 991px) { .table-responsive { overflow-x: hidden; } .toggle-pushmenu { display: none; } .project-info { width: calc(100% - 280px)!important; } .btn-sm-block { width: auto!important; } } @media (min-width: 576px) { .modal-dialog.modal-dialog-confirm { margin: 0 auto; } .modal-dialog-centered.modal-dialog-confirm { min-height: 100%!important; } } /* Customer Style*/ .user-panel .img-circle-medium { width: 80px; height: 80px; border-radius: 50%; } .img-contain { background-size: contain; background-repeat: no-repeat; background-position: center; } .user-panel .user-info { text-align: center; } .user-panel .user-info .info-level { font-size: 14px; font-weight: 100; } .user-panel .user-info .info-name { font-size: 16px; font-weight: 600; } .footer-actions { border-top: 1px solid #ccc; padding: 15px 0; text-align: right; } label.required:after { content: '*'; color: red; margin-left: 2px; } .list-information .section-info { font-size: 16px; font-weight: bold; border-bottom: 1px solid #ddd; padding-bottom: 8px; margin-bottom: 8px; } .list-information dl > dt, .list-information dl > dd { font-size: 14px; font-weight: normal; line-height: 1.2; } .list-information dl.dt-bold > dt { font-weight: 700!important; } .cursor-pointer:hover { cursor: pointer; } dl.row.font-size-md > dt, dl.row.font-size-md > dd { font-size: 16px; } .loading { position: relative; } .loading:before { content: ''; position: absolute; background-color: rgba(255, 255, 255, 0.8); z-index: 999; left: 0; right: 0; top: 0; bottom: 0; text-align: center; } .loading:after { content: 'Sedang memproses ...'; position: absolute; z-index: 9999; left: 0; right: 0; top: 30%; bottom: 0; text-align: center; } .wrapper-upload { width: 100%; display: flex; overflow: auto; } .form-upload { position: relative; } .form-upload .image-canvas { width: 150px; height: 200px; background-color: #f1f1f1; border-radius: 5px; display: flex; justify-content: center; align-items: center; background-position: center; background-size: contain; background-repeat: no-repeat; } .form-upload .image-canvas > i.fa { font-size: 20px; color: #bfbfbf; } .form-upload .image-canvas:hover { cursor: pointer; } .form-upload .image-actions { display: none; position: absolute; width: 100%; height: 100%; top: 0; background-color: rgba(0, 0, 0, .3); border-radius: 5px; backdrop-filter: blur(2px); opacity: 0; transition: all ease-in-out 0.3s; } .form-upload:hover .image-actions { display: flex; align-items: center; justify-content: center; opacity: 1; } .form-upload .image-canvas .image-preview { max-width: 100%; border-radius: 5px; } .form-upload .btn-image { border: none; border-radius: 2px; transition: all ease-in-out 0.3s; padding: 2px 8px; background-color: white; color: #000; } .form-upload .btn-image:hover { cursor: pointer; } .form-upload .btn-image.remove:hover { background-color: var(--red); color: #fff; } .form-upload .btn-image.preview:hover { background-color: var(--primary); color: #fff; } .box-item { display: flex; justify-content: space-between; align-items: center; padding: 15px 5px; border-bottom: 2px solid #efefef; border-radius: 2px; } .box-item .item-detail-info { display: flex; justify-content: start; align-items: center; } .box-item .item-info { font-size: 14px; color: rgba(0, 0, 0, 0.54); } .box-item .item-info .item-info-bold { font-weight: bold; } .box-item .item-detail-desc { padding: 5px 0; color: rgba(0, 0, 0, 0.38); } .box-item .text-amount { font-size: 18px; } .box-item.box-success .text-amount { color: var(--success); } .box-item.box-danger .text-amount { color: var(--danger); } .box-item.box-primary .text-amount { color: var(--primary); } .btn-sm-block { width: 100%; } .sticky-bottom { position: fixed; top: 0; background: #fff; box-shadow: 1px 5px 10px 5px rgba(168, 168, 168, .5); z-index: 9999; } .project-info.sticky-bottom { width: calc(100% - 30px); margin-left: -20px; padding: 10px; border-radius: 5px; }
0.474875
0.072604
*, *:before, *:after { box-sizing: border-box } html, body { color: #333; background: #fff; font: 16px/24px "proxima-nova-extra-condensed", sans-serif; margin: 0; padding: 0; } ::-webkit-scrollbar { -webkit-appearance: none; } ::-webkit-scrollbar:vertical { width: 13px; } ::-webkit-scrollbar:horizontal { height: 13px; } ::-webkit-scrollbar-thumb { border-radius: 8px; border: 3px solid #fafafa; background-color: rgba(0,0,0,0.2); } ::-webkit-scrollbar-thumb:hover { background:rgba(0,0,0,0.4); } ::-webkit-scrollbar-track { background-color: #fafafa; border-radius: 8px; border-left: 1px solid #eee; } #app, .app { overflow: hidden; height: 100vh; width: 100%; position: relative; } .players { background: #fff; margin-left: 241px; position: relative; height: 100%; padding-top: 43px; padding-bottom: 43px; overflow: hidden; overflow-y: scroll; will-change: opacity; } .player { padding: 3px 3px 0; display: block; overflow: hidden; } .player-gone { opacity: 0.2; } .player-header { font-weight: bold; position: fixed; background: #fff; border-bottom: 1px solid #eee; padding: 3px 3px 0; top: 0; right: 0; left: 241px; line-height: 36px; } .player-header * { color: #000 !important; } .players-options, .franchise-options, .franchise-status { position: fixed; background: #fff; border-top: 1px solid #eee; padding: 3px 3px 0; text-align: center; } .players-options { bottom: 0; right: 0; left: 241px; line-height: 36px; font-weight: bold; } .franchise-options { font-weight: bold; bottom: 0; left: 0; width: 240px; line-height: 36px; } .franchise-status { top: 0; left: 0; width: 240px; padding: 0; border-top: none; background: #eee; } input { margin-right: 5px; } label:hover { text-decoration: underline; cursor: pointer; } .player-header *:hover { text-decoration: underline; cursor: pointer; } .player-stats { float: right; width: 320px; } .player-pick, .player-name, .player-team, .player-left, .player-position { margin-right: 5px; display: inline-block; } .player-pick, .player-team { color: #bbb; min-width: 1.5em; text-align: center; } .player-main { overflow: hidden; } .player-pick { float: left; padding: 0 3px 0; } .player-gone .player-team { color: inherit; } .player-left { color: #bbb; min-width: 1.5em; font-weight: bold; text-align: center; } .player-left-5, .player-left-6 { color: #71bf42; } .player-left-3, .player-left-4 { color: #f0cf43; } .player-left-2 { color: #fda947; } .player-left-1 { color: #fc6162; } .player-position { font-weight: bold; min-width: 1.5em; text-align: center; } .player-position-QB { color: #67b3dd; } .player-position-RB { color: #71bf42; } .player-position-WR { color: #fc6162; } .player-position-TE { color: #9c49b6; } .player-age, .player-adp, .player-dlf-adp, .player-dlf-stddev { display: inline-block; width: 25%; text-align: center; } .franchise { background: #eee; position: fixed; top: 0; bottom: 0; left: 0; width: 240px; overflow: hidden; overflow-y: auto; border-right: 1px solid #eee; } .franchise-roster { padding-top: 43px; padding-bottom: 50px; } .franchise-main, .franchise-icon, .franchise-name { width: 100%; height: 40px; } .franchise-name { display: block; font-weight: bold; text-align: center; line-height: 40px; background: #67b3dd; color: #fff; } .franchise-name:hover { text-decoration: underline; } .franchise-main:hover { cursor: pointer; } .player-compact { border-radius: 3px; text-align: center; background: #fff; margin: 10px 10px 0; padding: 3px 3px 0; } .trophylife-link, .franchise-next { text-align: center; margin: 10px 10px 0; padding: 3px 3px 0; font-size: 110%; text-transform: uppercase; } .trophylife-ranks { margin-bottom: 20px; } .trophylife-link { margin: 0; padding: 13px; display: block; text-decoration: none; color: inherit; line-height: 120%; background-color: #ffc857; transition: all 0.3s cubic-bezier(0.65, 0.05, 0.35, 1); } .trophylife-link:hover { background-color: #63beff; color: #fff; border-color: #26a4ff; } .trophylife-logo { background-image: url(./trophylife.svg); background-position: center center; background-size: 100% 100%; background-repeat: no-repeat; width: 23.46px; height: 25.6px; display: inline-block; margin-top: -3px; vertical-align: middle; margin-right: 7px; } .trophylife { font-family: "grueber", sans-serif; font-size: 16px; font-weight: 300; text-transform: uppercase; line-height: 22.4px; } .trophylife-description { font-size: 80%; text-transform: none; } .franchise-roster-log .franchise-donate, .franchise-roster-log .franchise-next { font-size: 100%; } .franchise-roster .player-team, .franchise-roster .player-position { width: auto; min-width: 0; } .franchise-donate a, .franchise-next-draft, .franchise-next-pick { font-weight: bold; } .franchise-donate a { text-decoration: none; background-color: #67b3dd; color: #fff; display: inline-block; border-radius: 5px; padding: 3px 5px 0; } .franchise-donate a:hover { text-decoration: underline; background-color: #4d9cc7; } .franchise-next-draft { color: #fc6162; } .player-my-pick { display: block; font-weight: bold; text-align: center; line-height: 24px; padding: 3px 3px 0; background: #f6f6f6; font-size: 110%; text-transform: uppercase; border-top: 1px solid #eee; } .player-my-pick-up { background: #fc6162; } .players-options-modes, .players-options-positions { display: inline-block; margin: 0 10px; } .players-options label, .franchise-options label { display: inline-block; margin: 0 5px; } .depth { margin-bottom: -10px; will-change: opacity; } .depth-team { display: inline-block; width: 157px; margin-right: 23px; margin-bottom: 10px; overflow: hidden; } .depth-team-mine { font-weight: bold; } .depth-title { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: 157px; display: inline-block; margin-bottom: -10px; } .depth-title-rating { float: right; text-align: center; width: 30px; } .depth-title-rating-GOOD { color: #71bf42; } .depth-title-rating-OKAY { color: #bbb; } .depth-title-rating-BAD { color: #fc6162; } .depth-players { display: block; width: 157px; line-height: 13px; } .depth-position { width: 13px; height: 13px; border-radius: 50px; margin-right: 3px; display: inline-block; } .depth-position:nth-of-type(10n) { margin-right: 0; } .depth-position-QB { background-color: #67b3dd; } .depth-position-RB { background-color: #71bf42; } .depth-position-WR { background-color: #fc6162; } .depth-position-TE { background-color: #9c49b6; } .depth-position-None, .depth-position-PK, .depth-position-Def { background-color: #999; } .depth-position-fade { opacity: 0.2; } .depth-position-None.depth-position-fade { opacity: 1; } .depth-legend { margin-bottom: 10px; } .depth-legend .depth-position, .depth-legend .depth-title-rating, .depth-legend label { float: none; margin-left: 10px; display: inline-block; text-align: left; } .depth-legend .depth-title-rating { width: auto; } .depth-legend .depth-position-QB { margin-left: 0; } [data-tip] { cursor: pointer; } .depth-tip { font-size: 16px !important; } #ranks { margin: 20px auto; width: 600px; } #ranks .depth-team { display: block; width: 600px; } #ranks .depth-legend label { float: right; } #ranks .depth-title, #ranks .depth-players { width: auto; } #ranks .depth-title { font-size: 110%; } #ranks .depth-players .depth-position, #ranks .depth-players .depth-position:nth-of-type(10n) { box-sizing: content-box; margin: 0; } #ranks .depth-players .depth-position { border-style: solid; border-color: #fff; position: relative; margin-right: 1px; } .ranks-rank { height: 51px; display: block; width: 100px; line-height: 51px; float: left; font-size: 120%; } .ranks-rank-index { height: 51px; display: block; width: 25px; line-height: 51px; float: left; color: #bbb; text-align: center; } .ranks-rank-score { height: 51px; display: block; width: 75px; line-height: 51px; float: left; text-align: center; } #ranks .depth-team-mine { background: #f0cf43; border-radius: 100px; padding: 5px 20px; margin: 0 -20px; width: 640px; } #ranks .depth-team-mine .depth-players .depth-position { border-color: #f0cf43; } #ranks .depth-team-mine .ranks-rank-index { color: #999; } #ranks .rank-tier { position: absolute; text-align: center; color: rgba(255,255,255,0.75); font-size: 80%; } #ranks .rank-tier-elite { color: #f0cf43; }
src/client/index.css
*, *:before, *:after { box-sizing: border-box } html, body { color: #333; background: #fff; font: 16px/24px "proxima-nova-extra-condensed", sans-serif; margin: 0; padding: 0; } ::-webkit-scrollbar { -webkit-appearance: none; } ::-webkit-scrollbar:vertical { width: 13px; } ::-webkit-scrollbar:horizontal { height: 13px; } ::-webkit-scrollbar-thumb { border-radius: 8px; border: 3px solid #fafafa; background-color: rgba(0,0,0,0.2); } ::-webkit-scrollbar-thumb:hover { background:rgba(0,0,0,0.4); } ::-webkit-scrollbar-track { background-color: #fafafa; border-radius: 8px; border-left: 1px solid #eee; } #app, .app { overflow: hidden; height: 100vh; width: 100%; position: relative; } .players { background: #fff; margin-left: 241px; position: relative; height: 100%; padding-top: 43px; padding-bottom: 43px; overflow: hidden; overflow-y: scroll; will-change: opacity; } .player { padding: 3px 3px 0; display: block; overflow: hidden; } .player-gone { opacity: 0.2; } .player-header { font-weight: bold; position: fixed; background: #fff; border-bottom: 1px solid #eee; padding: 3px 3px 0; top: 0; right: 0; left: 241px; line-height: 36px; } .player-header * { color: #000 !important; } .players-options, .franchise-options, .franchise-status { position: fixed; background: #fff; border-top: 1px solid #eee; padding: 3px 3px 0; text-align: center; } .players-options { bottom: 0; right: 0; left: 241px; line-height: 36px; font-weight: bold; } .franchise-options { font-weight: bold; bottom: 0; left: 0; width: 240px; line-height: 36px; } .franchise-status { top: 0; left: 0; width: 240px; padding: 0; border-top: none; background: #eee; } input { margin-right: 5px; } label:hover { text-decoration: underline; cursor: pointer; } .player-header *:hover { text-decoration: underline; cursor: pointer; } .player-stats { float: right; width: 320px; } .player-pick, .player-name, .player-team, .player-left, .player-position { margin-right: 5px; display: inline-block; } .player-pick, .player-team { color: #bbb; min-width: 1.5em; text-align: center; } .player-main { overflow: hidden; } .player-pick { float: left; padding: 0 3px 0; } .player-gone .player-team { color: inherit; } .player-left { color: #bbb; min-width: 1.5em; font-weight: bold; text-align: center; } .player-left-5, .player-left-6 { color: #71bf42; } .player-left-3, .player-left-4 { color: #f0cf43; } .player-left-2 { color: #fda947; } .player-left-1 { color: #fc6162; } .player-position { font-weight: bold; min-width: 1.5em; text-align: center; } .player-position-QB { color: #67b3dd; } .player-position-RB { color: #71bf42; } .player-position-WR { color: #fc6162; } .player-position-TE { color: #9c49b6; } .player-age, .player-adp, .player-dlf-adp, .player-dlf-stddev { display: inline-block; width: 25%; text-align: center; } .franchise { background: #eee; position: fixed; top: 0; bottom: 0; left: 0; width: 240px; overflow: hidden; overflow-y: auto; border-right: 1px solid #eee; } .franchise-roster { padding-top: 43px; padding-bottom: 50px; } .franchise-main, .franchise-icon, .franchise-name { width: 100%; height: 40px; } .franchise-name { display: block; font-weight: bold; text-align: center; line-height: 40px; background: #67b3dd; color: #fff; } .franchise-name:hover { text-decoration: underline; } .franchise-main:hover { cursor: pointer; } .player-compact { border-radius: 3px; text-align: center; background: #fff; margin: 10px 10px 0; padding: 3px 3px 0; } .trophylife-link, .franchise-next { text-align: center; margin: 10px 10px 0; padding: 3px 3px 0; font-size: 110%; text-transform: uppercase; } .trophylife-ranks { margin-bottom: 20px; } .trophylife-link { margin: 0; padding: 13px; display: block; text-decoration: none; color: inherit; line-height: 120%; background-color: #ffc857; transition: all 0.3s cubic-bezier(0.65, 0.05, 0.35, 1); } .trophylife-link:hover { background-color: #63beff; color: #fff; border-color: #26a4ff; } .trophylife-logo { background-image: url(./trophylife.svg); background-position: center center; background-size: 100% 100%; background-repeat: no-repeat; width: 23.46px; height: 25.6px; display: inline-block; margin-top: -3px; vertical-align: middle; margin-right: 7px; } .trophylife { font-family: "grueber", sans-serif; font-size: 16px; font-weight: 300; text-transform: uppercase; line-height: 22.4px; } .trophylife-description { font-size: 80%; text-transform: none; } .franchise-roster-log .franchise-donate, .franchise-roster-log .franchise-next { font-size: 100%; } .franchise-roster .player-team, .franchise-roster .player-position { width: auto; min-width: 0; } .franchise-donate a, .franchise-next-draft, .franchise-next-pick { font-weight: bold; } .franchise-donate a { text-decoration: none; background-color: #67b3dd; color: #fff; display: inline-block; border-radius: 5px; padding: 3px 5px 0; } .franchise-donate a:hover { text-decoration: underline; background-color: #4d9cc7; } .franchise-next-draft { color: #fc6162; } .player-my-pick { display: block; font-weight: bold; text-align: center; line-height: 24px; padding: 3px 3px 0; background: #f6f6f6; font-size: 110%; text-transform: uppercase; border-top: 1px solid #eee; } .player-my-pick-up { background: #fc6162; } .players-options-modes, .players-options-positions { display: inline-block; margin: 0 10px; } .players-options label, .franchise-options label { display: inline-block; margin: 0 5px; } .depth { margin-bottom: -10px; will-change: opacity; } .depth-team { display: inline-block; width: 157px; margin-right: 23px; margin-bottom: 10px; overflow: hidden; } .depth-team-mine { font-weight: bold; } .depth-title { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: 157px; display: inline-block; margin-bottom: -10px; } .depth-title-rating { float: right; text-align: center; width: 30px; } .depth-title-rating-GOOD { color: #71bf42; } .depth-title-rating-OKAY { color: #bbb; } .depth-title-rating-BAD { color: #fc6162; } .depth-players { display: block; width: 157px; line-height: 13px; } .depth-position { width: 13px; height: 13px; border-radius: 50px; margin-right: 3px; display: inline-block; } .depth-position:nth-of-type(10n) { margin-right: 0; } .depth-position-QB { background-color: #67b3dd; } .depth-position-RB { background-color: #71bf42; } .depth-position-WR { background-color: #fc6162; } .depth-position-TE { background-color: #9c49b6; } .depth-position-None, .depth-position-PK, .depth-position-Def { background-color: #999; } .depth-position-fade { opacity: 0.2; } .depth-position-None.depth-position-fade { opacity: 1; } .depth-legend { margin-bottom: 10px; } .depth-legend .depth-position, .depth-legend .depth-title-rating, .depth-legend label { float: none; margin-left: 10px; display: inline-block; text-align: left; } .depth-legend .depth-title-rating { width: auto; } .depth-legend .depth-position-QB { margin-left: 0; } [data-tip] { cursor: pointer; } .depth-tip { font-size: 16px !important; } #ranks { margin: 20px auto; width: 600px; } #ranks .depth-team { display: block; width: 600px; } #ranks .depth-legend label { float: right; } #ranks .depth-title, #ranks .depth-players { width: auto; } #ranks .depth-title { font-size: 110%; } #ranks .depth-players .depth-position, #ranks .depth-players .depth-position:nth-of-type(10n) { box-sizing: content-box; margin: 0; } #ranks .depth-players .depth-position { border-style: solid; border-color: #fff; position: relative; margin-right: 1px; } .ranks-rank { height: 51px; display: block; width: 100px; line-height: 51px; float: left; font-size: 120%; } .ranks-rank-index { height: 51px; display: block; width: 25px; line-height: 51px; float: left; color: #bbb; text-align: center; } .ranks-rank-score { height: 51px; display: block; width: 75px; line-height: 51px; float: left; text-align: center; } #ranks .depth-team-mine { background: #f0cf43; border-radius: 100px; padding: 5px 20px; margin: 0 -20px; width: 640px; } #ranks .depth-team-mine .depth-players .depth-position { border-color: #f0cf43; } #ranks .depth-team-mine .ranks-rank-index { color: #999; } #ranks .rank-tier { position: absolute; text-align: center; color: rgba(255,255,255,0.75); font-size: 80%; } #ranks .rank-tier-elite { color: #f0cf43; }
0.439026
0.059565
body { background-image: url("../assets/background/diagmonds_@2X.png"); background-attachment: fixed; font-family: 'Roboto', sans-serif; color: white; } .container { display: grid; grid-template-rows: auto auto auto auto 150px; justify-content: center; grid-row-gap: 50px; } .header-area{ padding-top: 20px; } .subheader { font-family: 'Maven Pro', sans-serif; font-size: 32px; display: inline; background: #1F2833; color: #66FCF1; padding: 5px 30px; letter-spacing: 2px; } .wallet-data { margin: 30px; text-align: center; } .wallet-header { color: #FC1530; font-size: 24px; letter-spacing: 1px; padding-bottom: 15px; text-align: center; } .coins-header { color: #45A29E; font-size: 18px; letter-spacing: 1px; padding: 15px; text-align: center; } .coins-value { font-size: 24px; text-align: center; padding: 15px; } .my-wallet, .my-trade , .my-coins{ color: #C5C6C7; border-radius: 10px; border: 3px #66FCF1 solid; font-size: 40px; font-family: 'Cairo', sans-serif; background: rgba(255, 255, 255, 0.1); } label { padding-right: 10px; } .trade-form { margin: 30px; } select { width: 100%; border: 5px #1F2833 solid; border-radius: 0; background-color: #1F2833; color: gray; font-size: 12px; } input[type=type] { width: 35%; padding-top: 10px; box-sizing: border-box; font-size: 12px; background-color: #1F2833; color: white; border: none; border-radius: 2px; text-align: center; } #trade-button-row { padding-left:300px; padding-bottom: 20px; margin: 0; } button { background: rgba(255, 255, 255, 0.2); border-radius: 4px; padding: 4px 6px; font-size: 12px; color: #45A29E; border: none; } /***************************Modal***********************/ .modal-button { height: 30px; width: 120px; } /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.7); /* Black w/ opacity */ } /* Modal Content/Box */ .modal-content { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 50px 30px auto 20px; background-color: #fefefe; margin: 15% auto; /* 15% from the top and centered */ padding: 20px; border: 5px solid #66FCF1; border-radius: 10px; width: 80%; /* Could be more or less, depending on screen size */ color: #1F2833; font-family: 'Maven Pro', sans-serif; } .modal-header { grid-column: 1/3; grid-row: 1/2; font-size: 24px; color: #45A29E; padding-bottom: 15px; } .name, .title { padding-bottom: 15px; padding-left: 35px; font-size: 16px; } .title { color: #C5C6C7; } .modalimg { height: 120px; vertical-align: center; padding-bottom: 15px; padding-left: 35px; } /* The Close Button */ .close { grid-column: 3/4; color: #aaa; float: right; font-size: 28px; font-weight: bold; padding-left: 300px; } .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; } /* CSS GRID LAYOUT FOR MODERN BROWSERS: */ @supports (grid-area: auto) { /*RESPONSIVE CSS */ @media only screen and (min-width: 700px) { .container { max-width: 1280px; margin: 0 auto; } .header-area { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto 100px; } img, .logo { grid-column: 1/3; padding-bottom: 30px; height: 320px; } .user-login { text-align: right; } .my-wallet { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 1fr); } .my-trade { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 150px 100px 50px; } #trade-button-row { grid-column: 3/4; padding-left: 350px; } .my-coins { display: grid; grid-template-columns: repeat(10, 1fr); grid-template-rows: repeat(5, 1fr); } } }
public/css/main-style.css
body { background-image: url("../assets/background/diagmonds_@2X.png"); background-attachment: fixed; font-family: 'Roboto', sans-serif; color: white; } .container { display: grid; grid-template-rows: auto auto auto auto 150px; justify-content: center; grid-row-gap: 50px; } .header-area{ padding-top: 20px; } .subheader { font-family: 'Maven Pro', sans-serif; font-size: 32px; display: inline; background: #1F2833; color: #66FCF1; padding: 5px 30px; letter-spacing: 2px; } .wallet-data { margin: 30px; text-align: center; } .wallet-header { color: #FC1530; font-size: 24px; letter-spacing: 1px; padding-bottom: 15px; text-align: center; } .coins-header { color: #45A29E; font-size: 18px; letter-spacing: 1px; padding: 15px; text-align: center; } .coins-value { font-size: 24px; text-align: center; padding: 15px; } .my-wallet, .my-trade , .my-coins{ color: #C5C6C7; border-radius: 10px; border: 3px #66FCF1 solid; font-size: 40px; font-family: 'Cairo', sans-serif; background: rgba(255, 255, 255, 0.1); } label { padding-right: 10px; } .trade-form { margin: 30px; } select { width: 100%; border: 5px #1F2833 solid; border-radius: 0; background-color: #1F2833; color: gray; font-size: 12px; } input[type=type] { width: 35%; padding-top: 10px; box-sizing: border-box; font-size: 12px; background-color: #1F2833; color: white; border: none; border-radius: 2px; text-align: center; } #trade-button-row { padding-left:300px; padding-bottom: 20px; margin: 0; } button { background: rgba(255, 255, 255, 0.2); border-radius: 4px; padding: 4px 6px; font-size: 12px; color: #45A29E; border: none; } /***************************Modal***********************/ .modal-button { height: 30px; width: 120px; } /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.7); /* Black w/ opacity */ } /* Modal Content/Box */ .modal-content { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 50px 30px auto 20px; background-color: #fefefe; margin: 15% auto; /* 15% from the top and centered */ padding: 20px; border: 5px solid #66FCF1; border-radius: 10px; width: 80%; /* Could be more or less, depending on screen size */ color: #1F2833; font-family: 'Maven Pro', sans-serif; } .modal-header { grid-column: 1/3; grid-row: 1/2; font-size: 24px; color: #45A29E; padding-bottom: 15px; } .name, .title { padding-bottom: 15px; padding-left: 35px; font-size: 16px; } .title { color: #C5C6C7; } .modalimg { height: 120px; vertical-align: center; padding-bottom: 15px; padding-left: 35px; } /* The Close Button */ .close { grid-column: 3/4; color: #aaa; float: right; font-size: 28px; font-weight: bold; padding-left: 300px; } .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; } /* CSS GRID LAYOUT FOR MODERN BROWSERS: */ @supports (grid-area: auto) { /*RESPONSIVE CSS */ @media only screen and (min-width: 700px) { .container { max-width: 1280px; margin: 0 auto; } .header-area { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto 100px; } img, .logo { grid-column: 1/3; padding-bottom: 30px; height: 320px; } .user-login { text-align: right; } .my-wallet { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 1fr); } .my-trade { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 150px 100px 50px; } #trade-button-row { grid-column: 3/4; padding-left: 350px; } .my-coins { display: grid; grid-template-columns: repeat(10, 1fr); grid-template-rows: repeat(5, 1fr); } } }
0.419529
0.153899
body{ font-family: 'Roboto Condensed'; background: #DAD299; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #B0DAB9, #DAD299); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #B0DAB9, #DAD299); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ /* overflow: hidden; */ font-family: 'Julius Sans One', sans-serif; display: grid; grid-template-columns: auto; } h1{ font-family: 'Syncopate'; color:#505050; text-align: center; } @import "bourbon"; body { background-color: #363E4A; /* font-family: "Avenir Next", "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif; */ font-size: 16px; color: #696969; line-height: 1.5; } h2 { font-weight: 400; font-size: 30px; color: rgba(7, 130, 245, 0.479); } a{ text-decoration: none; } .contr { max-width: 320px; margin: auto; padding: 15px 16px 40px 16px; transform: translateZ(0); text-align: center; } .frm-footer { margin-top: 1em; margin-bottom: 11%; } .ui-input { position: relative; padding: 0; border: 0; } .ui-input input { font-family: "Avenir Next", "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif; border: 0; background: none; padding: 16px 0 16px 0; font-size: 24px; outline: 0; width: 100%; tap-highlight-color: rgba(0, 0, 0, 0); touch-callout: none; } .ui-input input + label { position: relative; display: block; padding: 8px 0 8px 0; text-transform: uppercase; font-size: 14px; letter-spacing: 0.0875em; font-weight: 500; text-align: left; } .ui-input input + label::before, .ui-input input + label::after { position: absolute; top: 0; left: 0; content: ""; width: 100%; height: 1px; } .ui-input input + label::before { background-color: rgba(27, 26, 26, 0.2); } .ui-input input + label::after { transform: scaleX(0); transform-origin: left; transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1); background-color: rgb(38, 104, 180); height: 2px; } .ui-input input + label span { position: relative; color: rgba(61, 58, 58, 0.5); /* font-size: 13px; */ transition: color 300ms cubic-bezier(0.215, 0.61, 0.355, 1); } .ui-input input + label span::after { content: attr(data-text); position: absolute; overflow: hidden; left: 0; transform: scaleX(1); white-space: nowrap; color: #fff; background-image: linear-gradient(to right, #4A90E2 50%, rgba(255, 255, 255, 0) 0%); background-position: 100% 50%; background-size: 200%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; backface-visibility: hidden; perspective: 1000; transform: translateZ(0); transition: background-position 300ms cubic-bezier(0.215, 0.61, 0.355, 1); } .ui-input input:focus + label::after, .ui-input input.error + label::after, .ui-input input:invalid + label::after, .ui-input input.filled + label::after { transform: scaleX(1); transform-origin: left; } .ui-input input:focus + label span::after, .ui-input input.error + label span::after, .ui-input input:invalid + label span::after, .ui-input input.filled + label span::after { background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 0%); background-position: 0% 50%; } .ui-input input.filled { color: #ffffff; } .ui-input input.filled + label::after { background-color: #ffffff; } .ui-input input.filled + label span::after { background-image: linear-gradient(to right, #ffffff 50%, rgba(255, 255, 255, 0) 0%); background-position: 0% 50%; } .ui-input input:focus { color: #6EB1FF; } .ui-input input:focus + label::after { background-color: #6EB1FF; } .ui-input input:focus + label span::after { background-image: linear-gradient(to right, #6EB1FF 50%, rgba(255, 255, 255, 0) 0%); background-position: 0% 50%; } .ui-input input.error, .ui-input input:invalid { color: #E66161; } .ui-input input.error + label::after, .ui-input input:invalid + label::after { background-color: #E66161; } .ui-input input.error + label span::after, .ui-input input:invalid + label span::after { background-image: linear-gradient(to right, #E66161 50%, rgba(255, 255, 255, 0) 0%); background-position: 0% 50%; } .btn { border: 0; background-color: #50617A; padding: 18px 30px; font-size: 14px; line-height: 1.5; text-transform: uppercase; letter-spacing: 0.0875em; font-weight: 500; color: #ffffff; font-family: "Julius Sans One","Avenir Next", "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif; border-radius: 100px; outline: 0; transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1), color 300ms cubic-bezier(0.215, 0.61, 0.355, 1); } .btn:focus, .btn:active, .btn:hover { background-color: #6EB1FF; color: white; } .__first, .__second, .__third, .__fourth,.__fifth { animation-name: fadeIn; animation-duration: 180ms; animation-fill-mode: both; animation-iteration-count: 1; } .__first { animation-delay: 0; } .__second { animation-delay: 80ms; } .__third { animation-delay: 180ms; } .__fourth { animation-delay: 360ms; } .__fifth { animation-delay: 520ms; } @keyframes fadeIn { from { opacity: 0; transform: translate3d(0, -25%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } } .content{ position: relative; margin-top: 11%; } nav { position: absolute; top: 10%; right: 0; left: 0; width: 319px; display: table; margin: 0 auto; transform: translateY(-50%); font-size: 18px; margin-left: 34%; } .nav2{ margin-left: 23%; } .nav3{ margin-left: auto; } nav a { position: relative; width: 33.333%; display: table-cell; text-align: center; color: rgba(7, 130, 245, 0.479);; text-decoration: none; font-family:'Julius Sans One', Verdana, Geneva, Tahoma, sans-serif; font-weight:bolder; padding: 10px 20px; transition: 0.2s ease color; } nav a:before, nav a:after { content: ""; position: absolute; border-radius: 50%; transform: scale(0); transition: 0.2s ease transform; } nav a:before { top: 0; left: 10px; width: 6px; height: 6px; } nav a:after { top: 5px; left: 18px; width: 4px; height: 4px } nav a:nth-child(1):before { background-color: #00e2ff; } nav a:nth-child(1):after { background-color: #89ff00; } nav a:nth-child(2):before { background-color: yellow; } nav a:nth-child(2):after { background-color: red; } nav a:nth-child(3):before { background-color: purple; } nav a:nth-child(3):after { background-color: rgb(109, 61, 77); } nav a:nth-child(4):before { background-color: rgb(88, 83, 151); } nav a:nth-child(4):after { background-color: palevioletred; } nav a:nth-child(5):before { background-color: rgb(0, 128, 6); } nav a:nth-child(5):after { background-color: rgb(229, 231, 80); } nav a:nth-child(6):before { background-color: rgb(185, 40, 35); } nav a:nth-child(6):after { background-color: rgb(181, 196, 48); } nav a:nth-child(7):before { background-color: rgb(0, 102, 128); } nav a:nth-child(7):after { background-color: rgb(110, 47, 68); } #indicator { position: absolute; left: 5%; bottom: 0; width: 30px; height: 3px; background-color: #fff; border-radius: 5px; transition: 0.2s ease left; } nav a:hover { color: #fff; } nav a:hover:before, nav a:hover:after { transform: scale(1); } nav a:nth-child(1):hover ~ #indicator { background: linear-gradient(130deg, #00e2ff, #89ff00); } nav a:nth-child(2):hover ~ #indicator { left: 34%; background: linear-gradient(130deg, yellow, red); } nav a:nth-child(3):hover ~ #indicator { left: 55%; background: linear-gradient(130deg, purple, rgb(109, 61, 77)); } nav a:nth-child(4):hover ~ #indicator { left: 80%; background: linear-gradient(130deg, rgb(88, 83, 151),palevioletred); } .nav2 a:hover:before, nav a:hover:after { transform: scale(1); } .nav2 a:nth-child(1):hover ~ #indicator { background: linear-gradient(130deg, #00e2ff, #89ff00); } .nav2 a:nth-child(2):hover ~ #indicator { left: 48%; background: linear-gradient(130deg, yellow, red); } .nav2 a:nth-child(3):hover ~ #indicator { left: 82%; background: linear-gradient(130deg, purple, rgb(109, 61, 77)); } .nav2 a:nth-child(4):hover ~ #indicator { left: 121%; background: linear-gradient(130deg, rgb(88, 83, 151),palevioletred); } .nav2 a:nth-child(5):hover ~ #indicator { left: 155%; background: linear-gradient(130deg, rgb(0, 128, 6), rgb(229, 231, 80)); } .nav2 a:nth-child(6):hover ~ #indicator { left: 194%; background: linear-gradient(130deg, rgb(185, 40, 35), rgb(181, 196, 48)); } .nav2 a:nth-child(7):hover ~ #indicator { left: 239%; background: linear-gradient(130deg, rgb(0, 102, 128), rgb(110, 47, 68)); } .nav3 a:hover:before, nav a:hover:after { transform: scale(1); } .nav3 a:nth-child(1):hover ~ #indicator { background: linear-gradient(130deg, #00e2ff, #89ff00); } .nav3 a:nth-child(2):hover ~ #indicator { left: 41%; background: linear-gradient(130deg, yellow, red); } .nav3 a:nth-child(3):hover ~ #indicator { left: 74%; background: linear-gradient(130deg, purple, rgb(109, 61, 77)); } .menu-container { text-align: center; margin-top: 50px; margin-bottom: 50px; } .hex-wrapper { display: inline-block; } .hex-row { clear: left; } .shift { margin-left: 49px; } .hexagon { float: left; position: relative; margin: 15px 3px; width: 95px; height: 55px; background-color: #ccc; background-position: center center; z-index: 1; /* Text styling */ line-height: 50px; text-align: center; font-family: 'Julius Sans One',-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif; font-size: 1em; text-decoration: none; letter-spacing: 2px; color: #000; color: rgba(0, 0, 0, .5); cursor: pointer; transition: color 500ms ease, text-shadow 500ms ease, background-color 500ms ease, -webkit-transform 1s ease-in-out; } .hexagon:hover { color: #fff; text-shadow: 0 0 10px white; background-color: #888; } .hexagon .face1, .hexagon .face2 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; background: inherit; z-index: -1; /* Keeps borders smooth in webkit */ backface-visibility: hidden; } .hexagon .face1:before, .hexagon .face2:before { content: ''; position: absolute; width: 110px; height: 110px; background: inherit; } .hexagon .face1 { transform: rotate(60deg); } .hexagon .face1:before { left: 0; transform-origin: left top; transform: rotate(-60deg) translate(-110px, 0); } .hexagon .face2 { transform: rotate(-60deg); } .hexagon .face2:before { right: 0; transform-origin: right top; transform: rotate(60deg) translate(110px, 0); } .hexagonEmpty { float: left; position: relative; margin: 15px 3px; width: 95px; height: 55px; background-position: center center; z-index: 1; /* Text styling */ text-decoration: none; line-height: 50px; text-align: center; font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif; font-size: 1em; font-weight: bold; letter-spacing: 6px; color: #000; color: rgba(0, 0, 0, .5); cursor: pointer; transition: color 500ms ease, text-shadow 500ms ease, background-color 500ms ease, -webkit-transform 1s ease-in-out; }
sbe306-2019porject-sbe306-2021-team14/static/app.css
body{ font-family: 'Roboto Condensed'; background: #DAD299; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #B0DAB9, #DAD299); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #B0DAB9, #DAD299); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ /* overflow: hidden; */ font-family: 'Julius Sans One', sans-serif; display: grid; grid-template-columns: auto; } h1{ font-family: 'Syncopate'; color:#505050; text-align: center; } @import "bourbon"; body { background-color: #363E4A; /* font-family: "Avenir Next", "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif; */ font-size: 16px; color: #696969; line-height: 1.5; } h2 { font-weight: 400; font-size: 30px; color: rgba(7, 130, 245, 0.479); } a{ text-decoration: none; } .contr { max-width: 320px; margin: auto; padding: 15px 16px 40px 16px; transform: translateZ(0); text-align: center; } .frm-footer { margin-top: 1em; margin-bottom: 11%; } .ui-input { position: relative; padding: 0; border: 0; } .ui-input input { font-family: "Avenir Next", "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif; border: 0; background: none; padding: 16px 0 16px 0; font-size: 24px; outline: 0; width: 100%; tap-highlight-color: rgba(0, 0, 0, 0); touch-callout: none; } .ui-input input + label { position: relative; display: block; padding: 8px 0 8px 0; text-transform: uppercase; font-size: 14px; letter-spacing: 0.0875em; font-weight: 500; text-align: left; } .ui-input input + label::before, .ui-input input + label::after { position: absolute; top: 0; left: 0; content: ""; width: 100%; height: 1px; } .ui-input input + label::before { background-color: rgba(27, 26, 26, 0.2); } .ui-input input + label::after { transform: scaleX(0); transform-origin: left; transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1); background-color: rgb(38, 104, 180); height: 2px; } .ui-input input + label span { position: relative; color: rgba(61, 58, 58, 0.5); /* font-size: 13px; */ transition: color 300ms cubic-bezier(0.215, 0.61, 0.355, 1); } .ui-input input + label span::after { content: attr(data-text); position: absolute; overflow: hidden; left: 0; transform: scaleX(1); white-space: nowrap; color: #fff; background-image: linear-gradient(to right, #4A90E2 50%, rgba(255, 255, 255, 0) 0%); background-position: 100% 50%; background-size: 200%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; backface-visibility: hidden; perspective: 1000; transform: translateZ(0); transition: background-position 300ms cubic-bezier(0.215, 0.61, 0.355, 1); } .ui-input input:focus + label::after, .ui-input input.error + label::after, .ui-input input:invalid + label::after, .ui-input input.filled + label::after { transform: scaleX(1); transform-origin: left; } .ui-input input:focus + label span::after, .ui-input input.error + label span::after, .ui-input input:invalid + label span::after, .ui-input input.filled + label span::after { background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 0%); background-position: 0% 50%; } .ui-input input.filled { color: #ffffff; } .ui-input input.filled + label::after { background-color: #ffffff; } .ui-input input.filled + label span::after { background-image: linear-gradient(to right, #ffffff 50%, rgba(255, 255, 255, 0) 0%); background-position: 0% 50%; } .ui-input input:focus { color: #6EB1FF; } .ui-input input:focus + label::after { background-color: #6EB1FF; } .ui-input input:focus + label span::after { background-image: linear-gradient(to right, #6EB1FF 50%, rgba(255, 255, 255, 0) 0%); background-position: 0% 50%; } .ui-input input.error, .ui-input input:invalid { color: #E66161; } .ui-input input.error + label::after, .ui-input input:invalid + label::after { background-color: #E66161; } .ui-input input.error + label span::after, .ui-input input:invalid + label span::after { background-image: linear-gradient(to right, #E66161 50%, rgba(255, 255, 255, 0) 0%); background-position: 0% 50%; } .btn { border: 0; background-color: #50617A; padding: 18px 30px; font-size: 14px; line-height: 1.5; text-transform: uppercase; letter-spacing: 0.0875em; font-weight: 500; color: #ffffff; font-family: "Julius Sans One","Avenir Next", "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif; border-radius: 100px; outline: 0; transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1), color 300ms cubic-bezier(0.215, 0.61, 0.355, 1); } .btn:focus, .btn:active, .btn:hover { background-color: #6EB1FF; color: white; } .__first, .__second, .__third, .__fourth,.__fifth { animation-name: fadeIn; animation-duration: 180ms; animation-fill-mode: both; animation-iteration-count: 1; } .__first { animation-delay: 0; } .__second { animation-delay: 80ms; } .__third { animation-delay: 180ms; } .__fourth { animation-delay: 360ms; } .__fifth { animation-delay: 520ms; } @keyframes fadeIn { from { opacity: 0; transform: translate3d(0, -25%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } } .content{ position: relative; margin-top: 11%; } nav { position: absolute; top: 10%; right: 0; left: 0; width: 319px; display: table; margin: 0 auto; transform: translateY(-50%); font-size: 18px; margin-left: 34%; } .nav2{ margin-left: 23%; } .nav3{ margin-left: auto; } nav a { position: relative; width: 33.333%; display: table-cell; text-align: center; color: rgba(7, 130, 245, 0.479);; text-decoration: none; font-family:'Julius Sans One', Verdana, Geneva, Tahoma, sans-serif; font-weight:bolder; padding: 10px 20px; transition: 0.2s ease color; } nav a:before, nav a:after { content: ""; position: absolute; border-radius: 50%; transform: scale(0); transition: 0.2s ease transform; } nav a:before { top: 0; left: 10px; width: 6px; height: 6px; } nav a:after { top: 5px; left: 18px; width: 4px; height: 4px } nav a:nth-child(1):before { background-color: #00e2ff; } nav a:nth-child(1):after { background-color: #89ff00; } nav a:nth-child(2):before { background-color: yellow; } nav a:nth-child(2):after { background-color: red; } nav a:nth-child(3):before { background-color: purple; } nav a:nth-child(3):after { background-color: rgb(109, 61, 77); } nav a:nth-child(4):before { background-color: rgb(88, 83, 151); } nav a:nth-child(4):after { background-color: palevioletred; } nav a:nth-child(5):before { background-color: rgb(0, 128, 6); } nav a:nth-child(5):after { background-color: rgb(229, 231, 80); } nav a:nth-child(6):before { background-color: rgb(185, 40, 35); } nav a:nth-child(6):after { background-color: rgb(181, 196, 48); } nav a:nth-child(7):before { background-color: rgb(0, 102, 128); } nav a:nth-child(7):after { background-color: rgb(110, 47, 68); } #indicator { position: absolute; left: 5%; bottom: 0; width: 30px; height: 3px; background-color: #fff; border-radius: 5px; transition: 0.2s ease left; } nav a:hover { color: #fff; } nav a:hover:before, nav a:hover:after { transform: scale(1); } nav a:nth-child(1):hover ~ #indicator { background: linear-gradient(130deg, #00e2ff, #89ff00); } nav a:nth-child(2):hover ~ #indicator { left: 34%; background: linear-gradient(130deg, yellow, red); } nav a:nth-child(3):hover ~ #indicator { left: 55%; background: linear-gradient(130deg, purple, rgb(109, 61, 77)); } nav a:nth-child(4):hover ~ #indicator { left: 80%; background: linear-gradient(130deg, rgb(88, 83, 151),palevioletred); } .nav2 a:hover:before, nav a:hover:after { transform: scale(1); } .nav2 a:nth-child(1):hover ~ #indicator { background: linear-gradient(130deg, #00e2ff, #89ff00); } .nav2 a:nth-child(2):hover ~ #indicator { left: 48%; background: linear-gradient(130deg, yellow, red); } .nav2 a:nth-child(3):hover ~ #indicator { left: 82%; background: linear-gradient(130deg, purple, rgb(109, 61, 77)); } .nav2 a:nth-child(4):hover ~ #indicator { left: 121%; background: linear-gradient(130deg, rgb(88, 83, 151),palevioletred); } .nav2 a:nth-child(5):hover ~ #indicator { left: 155%; background: linear-gradient(130deg, rgb(0, 128, 6), rgb(229, 231, 80)); } .nav2 a:nth-child(6):hover ~ #indicator { left: 194%; background: linear-gradient(130deg, rgb(185, 40, 35), rgb(181, 196, 48)); } .nav2 a:nth-child(7):hover ~ #indicator { left: 239%; background: linear-gradient(130deg, rgb(0, 102, 128), rgb(110, 47, 68)); } .nav3 a:hover:before, nav a:hover:after { transform: scale(1); } .nav3 a:nth-child(1):hover ~ #indicator { background: linear-gradient(130deg, #00e2ff, #89ff00); } .nav3 a:nth-child(2):hover ~ #indicator { left: 41%; background: linear-gradient(130deg, yellow, red); } .nav3 a:nth-child(3):hover ~ #indicator { left: 74%; background: linear-gradient(130deg, purple, rgb(109, 61, 77)); } .menu-container { text-align: center; margin-top: 50px; margin-bottom: 50px; } .hex-wrapper { display: inline-block; } .hex-row { clear: left; } .shift { margin-left: 49px; } .hexagon { float: left; position: relative; margin: 15px 3px; width: 95px; height: 55px; background-color: #ccc; background-position: center center; z-index: 1; /* Text styling */ line-height: 50px; text-align: center; font-family: 'Julius Sans One',-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif; font-size: 1em; text-decoration: none; letter-spacing: 2px; color: #000; color: rgba(0, 0, 0, .5); cursor: pointer; transition: color 500ms ease, text-shadow 500ms ease, background-color 500ms ease, -webkit-transform 1s ease-in-out; } .hexagon:hover { color: #fff; text-shadow: 0 0 10px white; background-color: #888; } .hexagon .face1, .hexagon .face2 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; background: inherit; z-index: -1; /* Keeps borders smooth in webkit */ backface-visibility: hidden; } .hexagon .face1:before, .hexagon .face2:before { content: ''; position: absolute; width: 110px; height: 110px; background: inherit; } .hexagon .face1 { transform: rotate(60deg); } .hexagon .face1:before { left: 0; transform-origin: left top; transform: rotate(-60deg) translate(-110px, 0); } .hexagon .face2 { transform: rotate(-60deg); } .hexagon .face2:before { right: 0; transform-origin: right top; transform: rotate(60deg) translate(110px, 0); } .hexagonEmpty { float: left; position: relative; margin: 15px 3px; width: 95px; height: 55px; background-position: center center; z-index: 1; /* Text styling */ text-decoration: none; line-height: 50px; text-align: center; font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif; font-size: 1em; font-weight: bold; letter-spacing: 6px; color: #000; color: rgba(0, 0, 0, .5); cursor: pointer; transition: color 500ms ease, text-shadow 500ms ease, background-color 500ms ease, -webkit-transform 1s ease-in-out; }
0.473657
0.082438
/* alternate font-sizing */ .lg-smaller { font-size: .7143em; /* equiv 10px */ line-height: 2.1em; } .lg-small { font-size: .8571em; /* equiv 12px */ line-height: 1.75em; } .lg-big { font-size: 1.1429em; /* equiv 16px */ line-height: 1.3125em; } .lg-bigger { font-size: 1.2857em; /* equiv 18px */ line-height: 1.1667em; } .lg-biggest { font-size: 1.4286em; /* equiv 20px */ line-height: 1.05em; } /*********************** POSITION************************/ /* Flex Containers Des boîtes flexibles, également appelées conteneurs flex, sont créées en définissant la propriété d'affichage sur un élément conteneur. Les propriétés sont énumérées ici dans un ordre spécifique avec les syntaxes de brouillon de travail d'abord et la recommandation actuelle du candidat syntaxe standard en dernier. */ .lg-display-flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } .lg-display-inline-flex { display: -webkit-inline-box; display: -moz-inline-box; display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex; } /* Orientation et orientation de l'axe principal Ces propriétés spécifient comment les éléments sont placés dans le conteneur, en définissant l'orientation et la direction de l'axe principal du conteneur */ .lg-flex-direction-column { -webkit-box-orient: block-axis; -webkit-box-direction: normal; -moz-box-orient: block-axis; -moz-box-direction: reverse; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; } .lg-flex-direction-column-reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -moz-box-orient:horizontal; -moz-box-direction: reverse; -ms-flex-direction: column-reverse; -webkit-flex-direction: column-reverse; flex-direction: column-reverse; } .lg-flex-direction-row { -webkit-box-orient: inline-axis; -webkit-box-direction:normal; -moz-box-orient:inline-axis; -moz-box-direction:normal; -ms-flex-direction:row; -webkit-flex-direction:row; flex-direction:row; } .lg-flex-direction-row-reverse { -webkit-box-orient:vertical; -webkit-box-direction:reverse; -moz-box-orient:vertical; -moz-box-direction:reverse; -ms-flex-direction:row-reverse; -webkit-flex-direction:row-reverse; flex-direction:row-reverse; } /* Direction à un ou plusieurs lignes et à l'axe transversal Ces propriétés contrôlent si le conteneur flexible est simple ou multi-lignes, et la direction de l'axe transversal, qui détermine la direction dans laquelle de nouvelles lignes sont empilées. */ .lg-flex-wap { -webkit-box-lines:multiple; -moz-box-lines:multiple; -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; /* Safari 6.1+ */ flex-wrap:wrap; } .lg-flex-no-wap { -webkit-box-lines:single; -moz-box-lines:single; -ms-flex-wrap:none; -webkit-flex-wrap:nowrap; /* Safari 6.1+ */ flex-wrap:nowrap; } .lg-flex-wrap-reverse { -webkit-box-lines:multiple; -moz-box-lines:multiple; -ms-flex-wrap:wrap-reverse; -webkit-flex-wrap:wrap-reverse; /* Safari 6.1+ */ flex-wrap:wrap-reverse; } /* Alignement de l'axe principal et répartition de l'espace supplémentaire Ces propriétés alignent les éléments flexibles le long de l'axe principal de la ligne courante du conteneur flex. Cela se fait après toutes les longueurs flexibles et toutes les marges automatiques ont été résolues. */ .lg-flex-justify-center { -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center ; } .lg-flex-end { -webkit-box-pack: end; -moz-box-pack: end; -ms-flex-pack:end; -webkit-justify-content:flex-end; justify-content:flex-start; } .lg-flex-start { -webkit-box-pack: start; -moz-box-pack: start; -ms-flex-pack:start; -webkit-justify-content:flex-start; justify-content:flex-start; } .lg-flex-justify-space-around { justify-content: space-around; } .lg-flex-justify-space-between { justify-content: space-between; } /* Alignement transversal de l'axe Les éléments flexibles peuvent être alignés dans l'axe transversal de la ligne courante du conteneur flexible, similaire à la section précédente, mais dans la direction perpendiculaire. Ces propriétés sont appliquées au conteneur flexible. */ .lg-align-items-baseline { -webkit-box-align: baseline; -moz-box-align: baseline; -ms-flex-align: baseline; -webkit-align-items: baseline; align-items: baseline; } .lg-align-items-center { -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items:center; align-items: center; } .lg-align-items-end { -webkit-box-align: end; -moz-box-align: end; -ms-flex-align: end; -webkit-align-items: flex-end; align-items: flex-end; } .lg-align-items-start { -webkit-box-align: start; -moz-box-align: start; -ms-flex-align: start; -webkit-align-items:flex-start; align-items: flex-start; } .lg-align-items-stretch { -webkit-box-align: stretch; -moz-box-align: stretch; -ms-flex-align: stretch; -webkit-align-items: stretch; align-items: stretch; } /* Styling float */ .lg-clear-both { clear:both; } /* padding top */ .lg-padding-top-0 { padding-top:0; } .lg-padding-top-10 { padding-top:10%; } .lg-padding-top-20 { padding-top:20%; } .lg-padding-left-30 { padding-top:30%; } .lg-padding-top-40 { padding-top:40%; } .lg-padding-top-50 { padding-top:50%; } .lg-padding-top-60 { padding-left:60%; } .lg-padding-top-70 { padding-top:70%; } .lg-padding-top-80 { padding-left:80%; } .lg-padding-top-90 { padding-top: 90%; } .lg-padding-top { padding-left: 100%; } /* padding right */ .lg-padding-right-0 { padding-right:0; } .lg-padding-right-10 { padding-right:10%; } .lg-padding-right-20 { padding-right:20%; } .lg-padding-right-30 { padding-right:30%; } .lg-padding-right-40 { padding-right:40%; } .lg-padding-right-50 { padding-right:50%; } .lg-padding-right-60 { padding-right:60%; } .lg-padding-right-70 { padding-right:70%; } .lg-padding-right-80 { padding-right:80%; } .lg-padding-right-90 { padding-right: 90%; } .lg-padding-right { padding-right: 100%; } /* padding bottom */ .lg-padding-bottom-0 { padding-bottom:0; } .lg-padding-bottom-10 { padding-bottom:10%; } .lg-padding-bottom-20 { padding-bottom:20%; } .lg-padding-bottom-30 { padding-bottom:30%; } .lg-padding-bottom-40 { padding-bottom:40%; } .lg-padding-bottom-50 { padding-bottom:50%; } .lg-padding-bottom-60 { padding-bottom:60%; } .lg-padding-bottom-70 { padding-bottom:70%; } .lg-padding-bottom-80 { padding-bottom:80%; } .lg-padding-bottom-90 { padding-bottom: 90%; } .lg-padding-bottom { padding-bottom : 100%; } /* padding left */ .lg-padding-left-0 { padding-left:0; } .lg-padding-left-10 { padding-left:10%; } .lg-padding-left-20 { padding-left:20%; } .lg-padding-left-30 { padding-left:30%; } .lg-padding-left-40 { padding-left:40%; } .lg-padding-left-50 { padding-left:50%; } .lg-padding-left-60 { padding-left:60%; } .lg-padding-left-70 { padding-left:70%; } .lg-padding-left-80 { padding-left:80%; } .lg-padding-left-90 { padding-left: 90%; } .lg-padding-left { padding-left: 100%; } /* margin top */ .lg-margin-top-0 { margin-top:0; } .lg-margin-top-10 { margin-top:10%; } .lg-margin-top-20 { margin-top:20%; } .lg-margin-top-30 { margin-top:30%; } .lg-margin-top-40 { margin-top:40%; } .lg-margin-top-50 { margin-top:50%; } .lg-margin-top-60 { margin-top:60%; } .lg-margin-top-70 { margin-top:70%; } .lg-margin-top-80 { margin-top:80%; } .lg-margin-top-90 { margin-top: 90%; } .lg-margin-top { margin-top: 100%; } /* margin right */ .lg-margin-right-0 { margin-right:0; } .lg-margin-right-10 { margin-right:10%; } .lg-margin-right-20 { margin-right:20%; } .lg-margin-right-30 { margin-right:30%; } .lg-margin-right-40 { margin-right:40%; } .lg-margin-right-50 { margin-right:50%; } .lg-margin-right-60 { margin-right:60%; } .lg-margin-right-70 { margin-right:70%; } .lg-margin-right-80 { margin-right:80%; } .lg-margin-right-90 { margin-right: 90%; } .lg-margin-right { margin-right: 100%; } /* padding bottom */ .lg-margin-bottom-0 { margin-bottom:0; } .lg-margin-bottom-10 { margin-bottom:10%; } .lg-margin-bottom-20 { margin-bottom:20%; } .lg-margin-bottom-30 { margin-bottom:30%; } .lg-margin-bottom-40 { margin-bottom:40%; } .lg-margin-bottom-50 { margin-bottom:50%; } .lg-margin-bottom-60 { margin-bottom:60%; } .lg-margin-bottom-70 { margin-bottom:70%; } .lg-margin-bottom-80 { margin-bottom:80%; } .lg-margin-bottom-90 { margin-bottom: 90%; } .lg-margin-bottom { margin-bottom : 100%; } /* margin left */ .lg-margin-left-0 { margin-left:0; } .lg-margin-left-10 { margin-left:10%; } .lg-margin-left-20 { margin-left:20%; } .lg-margin-left-30 { margin-left:30%; } .lg-margin-left-40 { margin-left:40%; } .lg-margin-left-50 { margin-left:50%; } .lg-margin-left-60 { margin-left:60%; } .lg-margin-left-70 { margin-left:70%; } .lg-margin-left-80 { margin-left:80%; } .lg-margin-left-90 { margin-left: 90%; } .lg-margin-left { margin-left: 100%; } /* ************* block */ /* column height */ .lg-column-10 { height:10%; margin:0; } .lg-column-20 { height:20%; margin:0; } .lg-column-30 { height:30%; margin:0; } .lg-column-40 { height:40%; margin:0; } .lg-column-50 { height:50%; margin:0; } .lg-column-60 { height:60%; margin:0; } .lg-column-70 { height:70%; margin:0; } .lg-column-80 { height:80%; margin:0; } .lg-column-90 { height:90%; margin:0; } .lg-column { height:100%; min-height:100%; } /* row lenght */ .lg-row-10 { width:10%; max-width:10%; min-width:10%; margin:0; } .lg-row-20 { width:20%; max-width:20%; min-width:20%; margin:0; } .lg-row-30 { width:30%; max-width:30%; min-width:30%; margin:0; } .lg-row-40 { width:40%; max-width:40%; min-width:40%; margin:0; } .lg-row-50 { width:50%; max-width:50%; min-width:50%; } .lg-row-60 { width:60%; max-width:60%; min-width:60%; margin:0; } .lg-row-70 { width:70%; max-width:70%; min-width:70%; margin:0; } .lg-row-80 { width:80%; max-width:80%; min-width:80%; margin:0; } .lg-row-90 { width:90%; max-width:90%; min-width:90%; } .lg-row { width:100%; max-width:100%; min-width:100%; } /*********************** THEME **************************/ #accueil { margin-top: 120px; } #contener { width:1280px; min-width:1280px; max-width:1600px; padding:0; position: relative; margin:auto; } /* CSS zones en tête du site */ #navigation { position:fixed; background-color:white; top:0px; z-index: 10; padding-bottom:20px; height:100px; width:1280px; min-width:1280px; max-width:1600px; } .logo img { padding:10px; height:57px; width:261px; } nav { order:1; flex-direction:row-reverse; font-weight:bold; max-width:60%; } .mySlides-display-left { position:absolute; top:200px; left:1px; -webkit-transform:translate(0%, -50%); -moz-transform:translate(0%, -50%); -ms-transform:translate(0%, -50%); -o-transform:translate(0%, -50%); transform: translate(0%, -50%); border-bottom-right-radius: 45px; border-top-right-radius: 45px; } .mySlides-display-right { position:absolute; top:200px; left:1259px; -webkit-transform:translate(0%, -50%); -moz-transform:translate(0%, -50%); -ms-transform:translate(0%, -50%); -o-transform:translate(0%, -50%); transform:translate(0%, -50%); border-bottom-left-radius: 45px; border-top-left-radius: 45px; } .btn-slide { font-weight: bold; border: 1px solid #3866A3; color: #FFFFFF !important; font-size: 14px; text-shadow: 1px 1px 0px #7CACDE; padding: 10px 18px; background: #3491B2; margin-top:10px; } .branding-slide { position:relative; left: 20%; top: -300px; } /* CSS zones Services */ #service { padding-bottom:5%; height:auto; width:100%; margin:auto; max-width:1600px; } .title-window-branding { margin: 100px auto 0 auto; text-align:center; } .article-branding { padding-top:10%; } .ico-article { margin-top:40px; } .content-article { padding-top:20px; padding-left:20px; } .window-branding { margin: 10px auto 0 auto; text-align:center; } .img-window-branding { padding-top: 15%; padding-left: 35%; } .main-feature { height:319px; width:510px; } /* CSS zones en Projet */ #project { height:auto; flex-wrap:wrap; padding-bottom:5%; width:100%; max-width:1600px; } .portfolio { display:flex; list-style-type: none; margin: 0px; padding: 0px; } .portfolio li { height: auto; width: 20%; margin: 10px; } .portefolio-text { top: 27px; width: 100%; width: 100%; height: 71px; position: relative; color:white; } /* CSS zones Contact */ #contact { background-image:url(../img/card-contact.png); background-repeat:no-repeat; width:84%; height:550px; max-width:85%; min-width:85%; margin:auto; max-width:1600px; } .contact-card { float:right; background-color:#fff; opacity:0.8; margin-top:20px; margin-right:20%; width:300px; height:auto; padding:10px; }
css/largescreen.css
/* alternate font-sizing */ .lg-smaller { font-size: .7143em; /* equiv 10px */ line-height: 2.1em; } .lg-small { font-size: .8571em; /* equiv 12px */ line-height: 1.75em; } .lg-big { font-size: 1.1429em; /* equiv 16px */ line-height: 1.3125em; } .lg-bigger { font-size: 1.2857em; /* equiv 18px */ line-height: 1.1667em; } .lg-biggest { font-size: 1.4286em; /* equiv 20px */ line-height: 1.05em; } /*********************** POSITION************************/ /* Flex Containers Des boîtes flexibles, également appelées conteneurs flex, sont créées en définissant la propriété d'affichage sur un élément conteneur. Les propriétés sont énumérées ici dans un ordre spécifique avec les syntaxes de brouillon de travail d'abord et la recommandation actuelle du candidat syntaxe standard en dernier. */ .lg-display-flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } .lg-display-inline-flex { display: -webkit-inline-box; display: -moz-inline-box; display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex; } /* Orientation et orientation de l'axe principal Ces propriétés spécifient comment les éléments sont placés dans le conteneur, en définissant l'orientation et la direction de l'axe principal du conteneur */ .lg-flex-direction-column { -webkit-box-orient: block-axis; -webkit-box-direction: normal; -moz-box-orient: block-axis; -moz-box-direction: reverse; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; } .lg-flex-direction-column-reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -moz-box-orient:horizontal; -moz-box-direction: reverse; -ms-flex-direction: column-reverse; -webkit-flex-direction: column-reverse; flex-direction: column-reverse; } .lg-flex-direction-row { -webkit-box-orient: inline-axis; -webkit-box-direction:normal; -moz-box-orient:inline-axis; -moz-box-direction:normal; -ms-flex-direction:row; -webkit-flex-direction:row; flex-direction:row; } .lg-flex-direction-row-reverse { -webkit-box-orient:vertical; -webkit-box-direction:reverse; -moz-box-orient:vertical; -moz-box-direction:reverse; -ms-flex-direction:row-reverse; -webkit-flex-direction:row-reverse; flex-direction:row-reverse; } /* Direction à un ou plusieurs lignes et à l'axe transversal Ces propriétés contrôlent si le conteneur flexible est simple ou multi-lignes, et la direction de l'axe transversal, qui détermine la direction dans laquelle de nouvelles lignes sont empilées. */ .lg-flex-wap { -webkit-box-lines:multiple; -moz-box-lines:multiple; -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; /* Safari 6.1+ */ flex-wrap:wrap; } .lg-flex-no-wap { -webkit-box-lines:single; -moz-box-lines:single; -ms-flex-wrap:none; -webkit-flex-wrap:nowrap; /* Safari 6.1+ */ flex-wrap:nowrap; } .lg-flex-wrap-reverse { -webkit-box-lines:multiple; -moz-box-lines:multiple; -ms-flex-wrap:wrap-reverse; -webkit-flex-wrap:wrap-reverse; /* Safari 6.1+ */ flex-wrap:wrap-reverse; } /* Alignement de l'axe principal et répartition de l'espace supplémentaire Ces propriétés alignent les éléments flexibles le long de l'axe principal de la ligne courante du conteneur flex. Cela se fait après toutes les longueurs flexibles et toutes les marges automatiques ont été résolues. */ .lg-flex-justify-center { -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center ; } .lg-flex-end { -webkit-box-pack: end; -moz-box-pack: end; -ms-flex-pack:end; -webkit-justify-content:flex-end; justify-content:flex-start; } .lg-flex-start { -webkit-box-pack: start; -moz-box-pack: start; -ms-flex-pack:start; -webkit-justify-content:flex-start; justify-content:flex-start; } .lg-flex-justify-space-around { justify-content: space-around; } .lg-flex-justify-space-between { justify-content: space-between; } /* Alignement transversal de l'axe Les éléments flexibles peuvent être alignés dans l'axe transversal de la ligne courante du conteneur flexible, similaire à la section précédente, mais dans la direction perpendiculaire. Ces propriétés sont appliquées au conteneur flexible. */ .lg-align-items-baseline { -webkit-box-align: baseline; -moz-box-align: baseline; -ms-flex-align: baseline; -webkit-align-items: baseline; align-items: baseline; } .lg-align-items-center { -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items:center; align-items: center; } .lg-align-items-end { -webkit-box-align: end; -moz-box-align: end; -ms-flex-align: end; -webkit-align-items: flex-end; align-items: flex-end; } .lg-align-items-start { -webkit-box-align: start; -moz-box-align: start; -ms-flex-align: start; -webkit-align-items:flex-start; align-items: flex-start; } .lg-align-items-stretch { -webkit-box-align: stretch; -moz-box-align: stretch; -ms-flex-align: stretch; -webkit-align-items: stretch; align-items: stretch; } /* Styling float */ .lg-clear-both { clear:both; } /* padding top */ .lg-padding-top-0 { padding-top:0; } .lg-padding-top-10 { padding-top:10%; } .lg-padding-top-20 { padding-top:20%; } .lg-padding-left-30 { padding-top:30%; } .lg-padding-top-40 { padding-top:40%; } .lg-padding-top-50 { padding-top:50%; } .lg-padding-top-60 { padding-left:60%; } .lg-padding-top-70 { padding-top:70%; } .lg-padding-top-80 { padding-left:80%; } .lg-padding-top-90 { padding-top: 90%; } .lg-padding-top { padding-left: 100%; } /* padding right */ .lg-padding-right-0 { padding-right:0; } .lg-padding-right-10 { padding-right:10%; } .lg-padding-right-20 { padding-right:20%; } .lg-padding-right-30 { padding-right:30%; } .lg-padding-right-40 { padding-right:40%; } .lg-padding-right-50 { padding-right:50%; } .lg-padding-right-60 { padding-right:60%; } .lg-padding-right-70 { padding-right:70%; } .lg-padding-right-80 { padding-right:80%; } .lg-padding-right-90 { padding-right: 90%; } .lg-padding-right { padding-right: 100%; } /* padding bottom */ .lg-padding-bottom-0 { padding-bottom:0; } .lg-padding-bottom-10 { padding-bottom:10%; } .lg-padding-bottom-20 { padding-bottom:20%; } .lg-padding-bottom-30 { padding-bottom:30%; } .lg-padding-bottom-40 { padding-bottom:40%; } .lg-padding-bottom-50 { padding-bottom:50%; } .lg-padding-bottom-60 { padding-bottom:60%; } .lg-padding-bottom-70 { padding-bottom:70%; } .lg-padding-bottom-80 { padding-bottom:80%; } .lg-padding-bottom-90 { padding-bottom: 90%; } .lg-padding-bottom { padding-bottom : 100%; } /* padding left */ .lg-padding-left-0 { padding-left:0; } .lg-padding-left-10 { padding-left:10%; } .lg-padding-left-20 { padding-left:20%; } .lg-padding-left-30 { padding-left:30%; } .lg-padding-left-40 { padding-left:40%; } .lg-padding-left-50 { padding-left:50%; } .lg-padding-left-60 { padding-left:60%; } .lg-padding-left-70 { padding-left:70%; } .lg-padding-left-80 { padding-left:80%; } .lg-padding-left-90 { padding-left: 90%; } .lg-padding-left { padding-left: 100%; } /* margin top */ .lg-margin-top-0 { margin-top:0; } .lg-margin-top-10 { margin-top:10%; } .lg-margin-top-20 { margin-top:20%; } .lg-margin-top-30 { margin-top:30%; } .lg-margin-top-40 { margin-top:40%; } .lg-margin-top-50 { margin-top:50%; } .lg-margin-top-60 { margin-top:60%; } .lg-margin-top-70 { margin-top:70%; } .lg-margin-top-80 { margin-top:80%; } .lg-margin-top-90 { margin-top: 90%; } .lg-margin-top { margin-top: 100%; } /* margin right */ .lg-margin-right-0 { margin-right:0; } .lg-margin-right-10 { margin-right:10%; } .lg-margin-right-20 { margin-right:20%; } .lg-margin-right-30 { margin-right:30%; } .lg-margin-right-40 { margin-right:40%; } .lg-margin-right-50 { margin-right:50%; } .lg-margin-right-60 { margin-right:60%; } .lg-margin-right-70 { margin-right:70%; } .lg-margin-right-80 { margin-right:80%; } .lg-margin-right-90 { margin-right: 90%; } .lg-margin-right { margin-right: 100%; } /* padding bottom */ .lg-margin-bottom-0 { margin-bottom:0; } .lg-margin-bottom-10 { margin-bottom:10%; } .lg-margin-bottom-20 { margin-bottom:20%; } .lg-margin-bottom-30 { margin-bottom:30%; } .lg-margin-bottom-40 { margin-bottom:40%; } .lg-margin-bottom-50 { margin-bottom:50%; } .lg-margin-bottom-60 { margin-bottom:60%; } .lg-margin-bottom-70 { margin-bottom:70%; } .lg-margin-bottom-80 { margin-bottom:80%; } .lg-margin-bottom-90 { margin-bottom: 90%; } .lg-margin-bottom { margin-bottom : 100%; } /* margin left */ .lg-margin-left-0 { margin-left:0; } .lg-margin-left-10 { margin-left:10%; } .lg-margin-left-20 { margin-left:20%; } .lg-margin-left-30 { margin-left:30%; } .lg-margin-left-40 { margin-left:40%; } .lg-margin-left-50 { margin-left:50%; } .lg-margin-left-60 { margin-left:60%; } .lg-margin-left-70 { margin-left:70%; } .lg-margin-left-80 { margin-left:80%; } .lg-margin-left-90 { margin-left: 90%; } .lg-margin-left { margin-left: 100%; } /* ************* block */ /* column height */ .lg-column-10 { height:10%; margin:0; } .lg-column-20 { height:20%; margin:0; } .lg-column-30 { height:30%; margin:0; } .lg-column-40 { height:40%; margin:0; } .lg-column-50 { height:50%; margin:0; } .lg-column-60 { height:60%; margin:0; } .lg-column-70 { height:70%; margin:0; } .lg-column-80 { height:80%; margin:0; } .lg-column-90 { height:90%; margin:0; } .lg-column { height:100%; min-height:100%; } /* row lenght */ .lg-row-10 { width:10%; max-width:10%; min-width:10%; margin:0; } .lg-row-20 { width:20%; max-width:20%; min-width:20%; margin:0; } .lg-row-30 { width:30%; max-width:30%; min-width:30%; margin:0; } .lg-row-40 { width:40%; max-width:40%; min-width:40%; margin:0; } .lg-row-50 { width:50%; max-width:50%; min-width:50%; } .lg-row-60 { width:60%; max-width:60%; min-width:60%; margin:0; } .lg-row-70 { width:70%; max-width:70%; min-width:70%; margin:0; } .lg-row-80 { width:80%; max-width:80%; min-width:80%; margin:0; } .lg-row-90 { width:90%; max-width:90%; min-width:90%; } .lg-row { width:100%; max-width:100%; min-width:100%; } /*********************** THEME **************************/ #accueil { margin-top: 120px; } #contener { width:1280px; min-width:1280px; max-width:1600px; padding:0; position: relative; margin:auto; } /* CSS zones en tête du site */ #navigation { position:fixed; background-color:white; top:0px; z-index: 10; padding-bottom:20px; height:100px; width:1280px; min-width:1280px; max-width:1600px; } .logo img { padding:10px; height:57px; width:261px; } nav { order:1; flex-direction:row-reverse; font-weight:bold; max-width:60%; } .mySlides-display-left { position:absolute; top:200px; left:1px; -webkit-transform:translate(0%, -50%); -moz-transform:translate(0%, -50%); -ms-transform:translate(0%, -50%); -o-transform:translate(0%, -50%); transform: translate(0%, -50%); border-bottom-right-radius: 45px; border-top-right-radius: 45px; } .mySlides-display-right { position:absolute; top:200px; left:1259px; -webkit-transform:translate(0%, -50%); -moz-transform:translate(0%, -50%); -ms-transform:translate(0%, -50%); -o-transform:translate(0%, -50%); transform:translate(0%, -50%); border-bottom-left-radius: 45px; border-top-left-radius: 45px; } .btn-slide { font-weight: bold; border: 1px solid #3866A3; color: #FFFFFF !important; font-size: 14px; text-shadow: 1px 1px 0px #7CACDE; padding: 10px 18px; background: #3491B2; margin-top:10px; } .branding-slide { position:relative; left: 20%; top: -300px; } /* CSS zones Services */ #service { padding-bottom:5%; height:auto; width:100%; margin:auto; max-width:1600px; } .title-window-branding { margin: 100px auto 0 auto; text-align:center; } .article-branding { padding-top:10%; } .ico-article { margin-top:40px; } .content-article { padding-top:20px; padding-left:20px; } .window-branding { margin: 10px auto 0 auto; text-align:center; } .img-window-branding { padding-top: 15%; padding-left: 35%; } .main-feature { height:319px; width:510px; } /* CSS zones en Projet */ #project { height:auto; flex-wrap:wrap; padding-bottom:5%; width:100%; max-width:1600px; } .portfolio { display:flex; list-style-type: none; margin: 0px; padding: 0px; } .portfolio li { height: auto; width: 20%; margin: 10px; } .portefolio-text { top: 27px; width: 100%; width: 100%; height: 71px; position: relative; color:white; } /* CSS zones Contact */ #contact { background-image:url(../img/card-contact.png); background-repeat:no-repeat; width:84%; height:550px; max-width:85%; min-width:85%; margin:auto; max-width:1600px; } .contact-card { float:right; background-color:#fff; opacity:0.8; margin-top:20px; margin-right:20%; width:300px; height:auto; padding:10px; }
0.251648
0.066146
@media only screen and (max-width:1200px){ .global-layout-no-sidebar > .container { margin: 0 auto; width: 100%; padding: 0; max-width: 100%; } #content .section, #content aside.extra-padding { margin-bottom: 0; padding: 40px 0; } #content .no-padding { padding: 0; } #content aside.section.section-featured-banner.no-padding { padding: 0; } .social-links li a { height: 30px; width: 30px; } .social-links ul li a::before { line-height: 2; font-size: 13px; } .section-featured-slider h3 { font-size: 45px; } .section-featured-slider p { font-size: 17px; } .section-products .product-item-details { padding: 10px 10px; } .main-navigation ul li > a { margin-right: 0; } .product-single .single-cart input, .product-single .custom-button.button-small { margin-right: 5px; margin-left: 0; margin-bottom: 5px; } .product-search input.search-field { font-size: 14px; } span#selected-category { cursor: pointer; font-size: 14px; } .main-cat-list .widget-category h3 { font-size: 16px; } .main-cat-list .widget-category ul li { font-size: 13px; padding: 6px 20px; } .main-cat-list .widget-category .has-child > a:after { top: 7px; } .pormo-info h3 { margin-bottom: 25px; margin-top: 5px; font-weight: 700; font-size: 24px; } } /* Smaller standard 1024 (devices and browsers) */ @media only screen and (max-width:1024px) { h1 { font-size:30px; } h2 { font-size:20px; } h3 { font-size: 18px; } h4 { font-size: 18px; } h5 { font-size: 16px; } h6 { font-size: 14px; } .section-products .product-grid .product-item-details p { display: none; } } /* Smaller than standard 1024 (devices and browsers) */ @media only screen and (max-width:1023px){ .col-grid-3 { width: 50%; margin-top: 10px; margin-bottom: 10px; } .col-grid-7, .col-grid-5 { width: 100%; margin-top: 10px; margin-bottom: 10px; } #tophead { padding: 0 15px; } .sidebar, #primary, .three-columns-enabled .sidebar, .three-columns-enabled #primary { width: 100%; float: left; margin-bottom: 20px; } .three-columns-enabled .sidebar { width: 50%; } #primary .hentry.post.blog-gird { width: 50%; padding: 10px 15px; } .section-featured-slider .cycle-caption.text-alignleft { left: 10%; } .section-featured-slider .cycle-caption.text-alignright { right: 10%; } .section-featured-slider h3, .section-featured-banner h3 { font-size: 37px; } .section-featured-slider p, .section-featured-banner p { font-size: 13px; margin-bottom: 10px; } .custom-button, .custom-button:visited, a.button, .custom-button.custom-primary-button, .custom-button.custom-primary-button:visited { min-width: inherit; padding: 6px 23px; font-size: 14px; } .section-featured-slider .cycle-prev, .section-featured-slider .cycle-next { opacity: 1; height: 40px; width: 40px; line-height: 2.7; font-size: 15px; } #content .section-title { font-size: 23px; } .product-categorys-inner-wrapper img { width: 100%; } .section-products .product-item-details { padding: 25px 30px; } .recent-product-list .products-list .product-thumb { max-width: 100%; margin-bottom: 15px; margin-right: 0; } } /* Smaller than standard 900 (devices and browsers) */ @media only screen and (max-width:900px){ .col-grid-6 { width: 100%; } .product-item.col-grid-6 { width: 50%; } #content .section-title-wrap { margin-bottom: 10px; } .inner-wrapper { margin-left: -15px; margin-right: -15px; } .col-grid-1, .col-grid-2, .col-grid-3, .col-grid-4, .col-grid-5, .col-grid-6, .col-grid-7, .col-grid-8, .col-grid-9, .col-grid-10, .col-grid-11, .col-grid-12 { padding-left: 15px; padding-right: 15px; float: left; margin: 15px 0 15px 0; transition: all 0.4s ease-in-out 0s; } #content .section-subtitle { font-size: 14px; margin: 0 auto 20px; max-width: 700px; } #footer-widgets .footer-widget-area { width: 50%; } #footer-widgets .widget-title { margin-bottom: 15px; } #footer-widgets .footer-widget-area:nth-child(2n+1) { clear: both; } #footer-widgets { padding: 40px 0; } .sticky-header #masthead { position: inherit; } #tophead .social-links li { display: inline-block; float: none; } .social-links li { display: inline-block; } #mobile-trigger, #mobile-trigger-quick { display: block; background: #000000; color: #fff; padding: 20px 12px; text-align: center; } .sidr-open a#mobile-trigger { text-align: left; } #tophead { clear: both; } img.alignnone { margin: 0 auto; display: block; } #content .no-margin { margin: 15px 0; } .top-space { padding-top: 25px; } .section-featured-slider h4 { font-size: 22px; } .pruduct-filter-row.top-space { margin-top: 40px; padding: 10px; } #masthead { padding: 15px 0; } #masthead.sticky-enabled.sticky-header, .sticky-enabled.sticky-header { padding: 0; position: inherit; padding: 15px 0; } .section-featured-slider .slider-buttons { margin-top: 25px; } .section-featured-slider h3, .section-featured-banner h3 { font-size: 35px; margin-bottom: 10px; } .quick-link, .main-navigation { display: none; } #mob-menu { display: block; } .flat-mega-memu { display: none; } .logged-in.sidr-main-open #mobile-trigger { position: relative; z-index: 999999; } .logged-in.sidr-open.sidr-main-open { margin-top: -46px; } #mobile-trigger i, #mobile-trigger-quick i { font-size: 17px; line-height: 0; display: block; } #mobile-trigger-quick { float: right; } .sidr ul li a { padding-right: 50px; } .sidr ul li { position: relative; } .sidr .dropdown-icon { height: 50px; width: 50px; background: #333333; z-index: 999; display: block; box-shadow: 0 0 37px #464444 inset; cursor: pointer; } .sidr ul li ul .dropdown-icon { height: 41px; } .sidr .dropdown-icon::after { content: "\f107"; display: block; text-align: center; font-family: 'Font Awesome 5 Free'; } .sidr .toggle-on .dropdown-icon::after { content: "\f106"; } .sidr .dropdown-toggle { position: absolute; right: 0; top: 0; padding: 0; } .sidr ul li ul { display: none; } #mob-menu.sidr ul li.has-mega-menu ul { display: block; } #mob-menu ul { display: none; } .sidr-open #mob-menu .sidr-inner > ul{ display: block; } .home-landing #mobile-trigger { width: 100%; } span.social-tilte { display: none; } .quick-contact li { padding-left: 0; } .section-featured-slider .cycle-caption { bottom: 22%; } #custom-header { padding: 30px 0; } .section-latest-posts .latest-posts-text-content p { display: none; } .section-latest-posts .latest-posts-text-content { margin: 0; } .big-size { font-size: 31px; } #content .section-call-to-action p.section-subtitle { font-size: 16px; } .latest-news-meta { position: absolute; bottom: 20px; right: 20px; z-index: 99; } /*ecommerce*/ #tophead { letter-spacing: 0; } .custom-button.button-medium { padding: 8px 25px; font-size: 14px; } .sidebar .widget.widget-category { display: none; } .product-item.col-grid-4{ width: 50%; } .product-item.col-grid-4:nth-child(3n+1) { clear: none; } .three-columns-enabled .sidebar { width: 100%; } .single-mian-thumb img { width: 100%; } .section-checkout .col2-set .col-1, .section-checkout .col2-set .col-2, .checkout .col2-set .col-1, .checkout .col2-set .col-2 { float: left; width: 100%; padding-left: 15px; padding-right: 15px; } #header-search { float: right; width: 100%; border: 1px solid #eee; margin-top: 15px; } .col-grid-3.main-cat-list.pull-left { display: none; } .col-grid-9.section-featured-slider.pull-right { width: 100%; margin: 0; } #content .minimal-padding { padding: 30px 0; } div#main-navigation { display: none; } #content .section { margin-bottom: 0; clear: both; } #content .no-padding { padding: 0; } .header-v6 #masthead { border-bottom: 1px solid #ddd; } div#login-popup, .quick-view-content, .white-popup-block { max-width: 90%; } .banner-info-wrapper, .main-popup-thumb, .login-popup .col-grid-6 { width: 50%; } .section-products .quick-view { visibility: visible; bottom: 10%; left: 10%; right: 10%; width: 80%; } } /* Smaller than standard 768 (devices and browsers) */ @media only screen and (max-width:767px){ #content .section-call-to-action p { font-size: 14px; line-height: 1.7; } .notice-bar { padding: 0; } .header-v6 #masthead .site-branding.col-grid-4 { float: left; text-align: left; } .header-v6 #masthead .col-grid-4.mast-head { float: right; } .header-v6 #masthead .col-grid-4 { margin: 0; } .header-v6 #masthead div#header-right { float: none; width: 100%; text-align: center; display: block; max-width: 290px; margin: 0 auto; } #content .section-call-to-action br { display: none; } .global-layout-no-sidebar > .container{ padding: 0; } .container { padding-left: 15px; padding-right:15px; } .inner-wrapper { margin-left: -15px; margin-right: -15px; } .col-grid-1, .col-grid-2, .col-grid-3, .col-grid-4, .col-grid-5, .col-grid-6, .col-grid-7, .col-grid-8, .col-grid-9, .col-grid-10, .col-grid-11, .col-grid-12 { padding-left: 15px; padding-right: 15px; float: left; margin: 15px 0 0 0; transition: all 0.4s ease-in-out 0s; } .col-grid-4, .col-grid-3{ width: 50%; } .col-grid-4:nth-child(2n+1), .col-grid-3:nth-child(2n+1), .col-grid-5:nth-child(2n+1){ clear: both; } .col-grid-1, .col-grid-2, .col-grid-5, .col-grid-6, .col-grid-7 , .col-grid-8, .col-grid-9, .col-grid-10, .col-grid-11, .col-grid-12 { width: 100%; } .slick-initialized .slick-slide { clear: none; } #content .section-subtitle { font-size: 14px; margin-bottom: 20px; } footer.comment-meta { margin-bottom: 15px; } .sidr ul li ul.mega-menu-sub { display: block; } #masthead.fixed { position: inherit; top: inherit; width: 100%; left: inherit; } #masthead { padding: 15px 0; } #masthead:after, #masthead:before { visibility:visible; display: none; } article.hentry.post.col-grid-4:nth-child(3n+1) { clear: none; } #footer-widgets .footer-widget-area { width: 50%; margin-bottom: 15px; } #footer-contact .contact-title { display: block; margin: 0; margin-bottom: 15px; } #footer-widgets .footer-widget-area { width: 50%; padding: 0 45px; } #footer-widgets .footer-widget-area:last-child { width: 100%; } #footer-widgets .footer-widget-area:last-child { border: none; } #footer-widgets .widget-title { margin-bottom: 10px; } .section-featured-slider .slider-buttons .custom-button, .section-featured-banner .custom-button { padding: 6px 20px; text-transform: capitalize; margin: 0; } .section-featured-slider .slider-buttons a.custom-button.custom-wire { padding: 4px 20px; } .section-featured-slider .cycle-prev { left: 0; } .section-featured-slider .cycle-next { right: 0; } .site-title { font-size: 22px; } .section-featured-slider .cycle-pager { display: none; } #main-slider h3, .section-featured-banner h3 { font-size: 28px; padding: 0; margin-bottom: 15px; } #main-slider .cycle-caption{ bottom: 50px; } #main-slider h3 a { display: block; } a.custom-button.custom-secondary-button { padding: 4px 15px; } .copyright { float: none; } .site-info { float: none; } #footer-widgets { padding: 35px 0; } #footer-contact { padding: 30px 0; } #tophead a.search-icon { background-color: inherit; color: #fff; border: none; } .entry-thumb.alignleft, .entry-thumb.alignright { max-width: 100%; margin: 0 0 20px; } #custom-header { padding: 20px 0; } .page-title { font-size: 22px; } .section-call-to-action.cta-boxed .call-to-action-description { float: inherit; text-align: center; width: 100%; margin-bottom: 30px; } .section-call-to-action.cta-boxed .call-to-action-buttons { float: none; } article.hentry { padding-bottom: 30px; margin-bottom: 30px; } #content { padding: 30px 0; } .comments-title { padding: 15px 0; border-top: 1px solid #f7f7f7; } .section-featured-slider h4 { font-size: 16px; } #tophead { letter-spacing: 0; padding: 10px; } .top-head-right.pull-right { float: right; text-align: center; } .top-head-left { float: left; text-align: center; } .top-head-col { float: none; display: inline-block; margin: 0 0 10px; vertical-align: middle; } .top-head-right .header-link { float: none; display: inline-block; margin: 0 10px; } .ads-banner .col-grid-4{ width: 100%; } .entry-meta > span { font-size: 13px; margin-right: 10px; } .colophon-bottom .col-grid-4 { width: 100%; text-align: center; padding: 0; margin: 5px 0; } .recent-product-list .products-list .product-thumb { max-width: 145px; margin-bottom: 15px; margin-right: 15px; } .section-products .product-grid .product-item-details { text-align: left; padding: 25px; margin-right: 0; } .section-products .product-grid h3.product-title { font-size: 18px; margin-bottom: 5px; } table.cart td, table.cart .product-name, table.shop-able .product-remove, table.shop-able td, table.shop-able .product-name, table.woocommerce-checkout-review-order-table .product-number, table.shop-able .quantity-wrap, table.shop-able.wish-list td.product-subtotal, table.cart.wish-list .product-remove, table.cart td:first-child { width: 100%; display: block; position: relative; } table.cart thead { display: none; } td.actions { margin-top: 20px; } table.cart .cart-item { margin-bottom: 30px; display: inline-block; width: 100%; border: 1px solid #f1f1f1; } .cart-collaterals .cart_totals { width: 100%; } table.cart .coupon, table.cart .coupon input[type="submit"] { display: block; } .cart-collaterals { max-width: 100%; margin-top: 30px; } .banner-info-wrapper, .main-popup-thumb, .login-popup .col-grid-6 { width: 100%; } .section-carousel-enabled .slick-prev.slick-arrow { left: 0; } .section-carousel-enabled .slick-next.slick-arrow { right: 0; } .section-carousel-enabled .slick-prev.slick-arrow, .section-carousel-enabled .slick-next.slick-arrow { height: 35px; width: 35px; line-height: 0; display: block; padding: 11px 0; font-size: 13px; } .section-featured-slider .cycle-caption.text-alignleft { left: 12%; } .section-featured-slider .cycle-caption.text-alignright { right: 12%; } } /* Smaller than standard 460 (devices and browsers) */ @media only screen and (max-width:649px){ .section-featured-slider p, .section-featured-banner p { display: none; } #main-slider .cycle-caption { bottom: 60px; } table.cart .coupon input[type="text"], table.cart .actions input[type="submit"] { width: 100%; margin: 5px 0; float: none; } td.actions { padding: 15px!important; overflow:hidden; } #content .section.section-pormo { padding-top: 0; } } /* Smaller than standard 480 (devices and browsers) */ @media only screen and (max-width:479px){ .header-v6 #masthead .col-grid-4.mast-head { width: 100%; margin-bottom: 15px; } .header-v6 #masthead .site-branding.col-grid-4 { float: left; text-align: left; width: 50%; } .header-v6 .hearder-min-cart { margin-left: 10px; } .header-v6 #masthead div#header-right { width: auto; float: right; clear: none; width: 50%; } .section-featured-slider .small-text h4 { font-size: 15px; } .pormo-info h3 { margin-bottom: 10px; margin-top: 5px; font-weight: 700; font-size: 16px; } span.header-text { display: none; } .notice-bar span { display: none; } .notice-bar { width: 100%; text-align: center; } #header-search { display: none; } #footer-widgets .footer-widget-area { width: 100%; border-bottom: 1px solid #50505059; padding: 0 30px 30px; margin-bottom: 10px; } .contact-form-area.contactdesc { padding: 25px; } h3.contact-title { margin: -25px -25px 24px; } #contactform input[type="text"], #contactform input[type="email"] { width: 100%; margin-bottom: 20px; } .recent-posts-widget h4 { font-size: 14px; } #content .section-title { font-size: 19px; margin-bottom: 0; } .col-grid-1 .col-grid-2, .col-grid-4, .col-grid-3, .col-grid-5, .col-grid-6 .col-grid-7, .col-grid-8, .col-grid-9, .col-grid-10, .col-grid-11, .col-grid-12 { width: 100%; } .product-item.col-grid-4{ width: 100%; } .entry-meta > span { margin-right: 10px; } .faq-section .accordionjs .acc_section .acc_head { position: relative; padding: 10px; display: block; cursor: pointer; padding: 10px 35px 10px 25px; } .faq-section .accordionjs .acc_section .acc_content { padding: 20px 30px 10px; } .section-associate-logo .associate-logo-item { width: 50%; } #tabs .tabs li a { padding: 0 9px; font-size: 13px; } #tabs .tab-content { padding: 18px; } .section-featured-slider h4 { font-size: 13px; margin-bottom: 5px; } a.custom-button:before { margin-right: 5px; } #main-slider h3, .section-featured-banner h3 { font-size: 18px; padding: 0; margin-bottom: 10px; } #main-slider .cycle-caption { bottom: 25px; } .searchform { width: 230px; margin: 0 auto; max-width: 100%; } .search-box-wrap { padding: 20px; } .section-featured-slider .slider-buttons .custom-button { padding: 6px 15px; text-transform: capitalize; font-size: 13px; margin: 0; } .section-featured-slider .cycle-prev, .section-featured-slider .cycle-next { visibility: visible; opacity: 1; display: block; width: 35px; height: 35px; bottom: 45%; line-height: 2.5; } .section-featured-slider .slider-buttons { margin-top: 15px; } .big-size { font-size: 23px; } .big-size { font-size: 23px; } .top-head-col { padding-top: 0; margin: 0; font-size: 13px; } .header-v4 .site-branding img, .header-v5 .site-branding img { max-width: 95px; } .global-layout-right-sidebar .entry-content-wrapper, .global-layout-left-sidebar .entry-content-wrapper, .default-full-width.blog-full-width .entry-content-wrapper { padding: 0; margin: 0; } #footer-navigation { text-align: center; } #footer-navigation li a { margin-right: 10px; padding: 0; font-size: 13px; } .recent-posts-widget img { margin: 0 20px 0 0; } .author-avatar { float: none; margin: 0 auto 20px; display: block; text-align: center; } .vcard .avatar { float: none; display: block; margin: 0 auto 30px; } .page-title { font-size: 19px; float: none; } #breadcrumb { padding-top: 0; float: none; font-size: 13px; } .product-single .single-cart input, .product-single .custom-button.button-small { margin-right: 0; margin-left: 0; margin-bottom: 5px; } .entry-title { font-size: 20px; margin-bottom: 0; } .entry-meta > span { font-size: 13px; } .authorbox { padding: 0 0 15px; } .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { padding: 15px 0; } .comments-title { padding: 10px 0; } ol.comment-list .children { border: medium none; float: left; margin: 0; width: 100%; padding: 0; } .sidebar input.search-submit { position: inherit; width: 100%; margin-top: 15px; padding: 8px; } .sidebar input.search-field { padding: 7px 25px; } .site-branding { margin: 0; text-align: center; margin-bottom: 0px; float: none; } .site-branding { float: left; } .notice-info.pull-left { float: none; } .notice-info p { margin-top: 0; display: block; font-size: 13px; text-align: center; width: 100%; } #masthead { padding: 15px 0; text-align: center; } #content .section { margin-bottom: 0; padding: 30px 0; } .section-testimonial .testimonial-thumb { position: relative; float: none; margin: 0 auto 25px; } .section-testimonial .clien-info-wrap { padding-top: 15px; overflow: hidden; } .section-featured-slider .slider-buttons .custom-button { padding: 3px 15px; } .section-featured-slider .slider-buttons a.custom-button.custom-wire { padding: 2px 20px; } .custom-button, .custom-button:visited, a.button, .custom-button.custom-primary-button, .custom-button.custom-primary-button:visited { min-width: inherit; padding: 4px 15px; font-size: 14px; } input[type="button"], input[type="reset"], input[type="submit"], button { padding: 7px 20px; } #footer-widgets { padding-bottom: 10px; } a.custom-button.custom-secondary-button { display: none; } #content .no-padding { padding: 0; } .sort-by { margin-left: 5px; min-width: 180px; } nav.filter-row-box.navigation.pagination { float: none; margin-top: 10px; clear: both; display: block; float: left; } .section-products .product-grid .product-thumb { float: left; max-width: 100%; margin-right: 0; } .pruduct-filter-row.top-space { margin-top: 20px; } .product-item.col-grid-6 { width: 100%; } div#login-popup, .quick-view-content, .white-popup-block { padding: 5px 20px; } #content aside.section.section-pormo.minimal-padding { padding-top: 10px; } .top-head-right.pull-right { float: none; text-align: center; clear: both; } .top-space { padding-top: 20px; } .ad-wrapper { width: 180px; } #tabs .tabs li { width: 100%; margin-bottom: 15px; } #tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor { float: left; padding: 12px 20px; } .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0; background: none; } .instagram-section .instagram-caption { text-align: center; position: absolute; z-index: 99; bottom: 40%; left: 28%; }.section input.news-letter-submit { padding: 9px 15px; } .section input.news-letter-email { padding: 7px 15px; margin-bottom: 0; } } /* Smaller than standard 340 (devices and browsers) */ @media only screen and (max-width:340px){ .site-title { max-width: 116px; } .section-featured-slider .text-alignleft .slider-buttons a.custom-button { margin-right: 5px; } .section-featured-slider .text-alignleft .slider-buttons a.custom-button { margin-right: 5px; } #main-slider .cycle-caption { bottom: 60px; } #content .section-title { font-size: 18px; } #content .section-title { font-size: 18px; } #tophead { padding: 0; clear: both; padding-bottom: 5px; text-align: center; } .multi-language { float: none; display: inline-block; } } /* Smaller than standard 320 (devices and browsers) */ @media only screen and (max-width:219px){ .container{ width: 310px; max-width: 310px; } } /*-------------------------------------------------------------- Main css ends form here --------------------------------------------------------------*/
public/css/responsive.css
@media only screen and (max-width:1200px){ .global-layout-no-sidebar > .container { margin: 0 auto; width: 100%; padding: 0; max-width: 100%; } #content .section, #content aside.extra-padding { margin-bottom: 0; padding: 40px 0; } #content .no-padding { padding: 0; } #content aside.section.section-featured-banner.no-padding { padding: 0; } .social-links li a { height: 30px; width: 30px; } .social-links ul li a::before { line-height: 2; font-size: 13px; } .section-featured-slider h3 { font-size: 45px; } .section-featured-slider p { font-size: 17px; } .section-products .product-item-details { padding: 10px 10px; } .main-navigation ul li > a { margin-right: 0; } .product-single .single-cart input, .product-single .custom-button.button-small { margin-right: 5px; margin-left: 0; margin-bottom: 5px; } .product-search input.search-field { font-size: 14px; } span#selected-category { cursor: pointer; font-size: 14px; } .main-cat-list .widget-category h3 { font-size: 16px; } .main-cat-list .widget-category ul li { font-size: 13px; padding: 6px 20px; } .main-cat-list .widget-category .has-child > a:after { top: 7px; } .pormo-info h3 { margin-bottom: 25px; margin-top: 5px; font-weight: 700; font-size: 24px; } } /* Smaller standard 1024 (devices and browsers) */ @media only screen and (max-width:1024px) { h1 { font-size:30px; } h2 { font-size:20px; } h3 { font-size: 18px; } h4 { font-size: 18px; } h5 { font-size: 16px; } h6 { font-size: 14px; } .section-products .product-grid .product-item-details p { display: none; } } /* Smaller than standard 1024 (devices and browsers) */ @media only screen and (max-width:1023px){ .col-grid-3 { width: 50%; margin-top: 10px; margin-bottom: 10px; } .col-grid-7, .col-grid-5 { width: 100%; margin-top: 10px; margin-bottom: 10px; } #tophead { padding: 0 15px; } .sidebar, #primary, .three-columns-enabled .sidebar, .three-columns-enabled #primary { width: 100%; float: left; margin-bottom: 20px; } .three-columns-enabled .sidebar { width: 50%; } #primary .hentry.post.blog-gird { width: 50%; padding: 10px 15px; } .section-featured-slider .cycle-caption.text-alignleft { left: 10%; } .section-featured-slider .cycle-caption.text-alignright { right: 10%; } .section-featured-slider h3, .section-featured-banner h3 { font-size: 37px; } .section-featured-slider p, .section-featured-banner p { font-size: 13px; margin-bottom: 10px; } .custom-button, .custom-button:visited, a.button, .custom-button.custom-primary-button, .custom-button.custom-primary-button:visited { min-width: inherit; padding: 6px 23px; font-size: 14px; } .section-featured-slider .cycle-prev, .section-featured-slider .cycle-next { opacity: 1; height: 40px; width: 40px; line-height: 2.7; font-size: 15px; } #content .section-title { font-size: 23px; } .product-categorys-inner-wrapper img { width: 100%; } .section-products .product-item-details { padding: 25px 30px; } .recent-product-list .products-list .product-thumb { max-width: 100%; margin-bottom: 15px; margin-right: 0; } } /* Smaller than standard 900 (devices and browsers) */ @media only screen and (max-width:900px){ .col-grid-6 { width: 100%; } .product-item.col-grid-6 { width: 50%; } #content .section-title-wrap { margin-bottom: 10px; } .inner-wrapper { margin-left: -15px; margin-right: -15px; } .col-grid-1, .col-grid-2, .col-grid-3, .col-grid-4, .col-grid-5, .col-grid-6, .col-grid-7, .col-grid-8, .col-grid-9, .col-grid-10, .col-grid-11, .col-grid-12 { padding-left: 15px; padding-right: 15px; float: left; margin: 15px 0 15px 0; transition: all 0.4s ease-in-out 0s; } #content .section-subtitle { font-size: 14px; margin: 0 auto 20px; max-width: 700px; } #footer-widgets .footer-widget-area { width: 50%; } #footer-widgets .widget-title { margin-bottom: 15px; } #footer-widgets .footer-widget-area:nth-child(2n+1) { clear: both; } #footer-widgets { padding: 40px 0; } .sticky-header #masthead { position: inherit; } #tophead .social-links li { display: inline-block; float: none; } .social-links li { display: inline-block; } #mobile-trigger, #mobile-trigger-quick { display: block; background: #000000; color: #fff; padding: 20px 12px; text-align: center; } .sidr-open a#mobile-trigger { text-align: left; } #tophead { clear: both; } img.alignnone { margin: 0 auto; display: block; } #content .no-margin { margin: 15px 0; } .top-space { padding-top: 25px; } .section-featured-slider h4 { font-size: 22px; } .pruduct-filter-row.top-space { margin-top: 40px; padding: 10px; } #masthead { padding: 15px 0; } #masthead.sticky-enabled.sticky-header, .sticky-enabled.sticky-header { padding: 0; position: inherit; padding: 15px 0; } .section-featured-slider .slider-buttons { margin-top: 25px; } .section-featured-slider h3, .section-featured-banner h3 { font-size: 35px; margin-bottom: 10px; } .quick-link, .main-navigation { display: none; } #mob-menu { display: block; } .flat-mega-memu { display: none; } .logged-in.sidr-main-open #mobile-trigger { position: relative; z-index: 999999; } .logged-in.sidr-open.sidr-main-open { margin-top: -46px; } #mobile-trigger i, #mobile-trigger-quick i { font-size: 17px; line-height: 0; display: block; } #mobile-trigger-quick { float: right; } .sidr ul li a { padding-right: 50px; } .sidr ul li { position: relative; } .sidr .dropdown-icon { height: 50px; width: 50px; background: #333333; z-index: 999; display: block; box-shadow: 0 0 37px #464444 inset; cursor: pointer; } .sidr ul li ul .dropdown-icon { height: 41px; } .sidr .dropdown-icon::after { content: "\f107"; display: block; text-align: center; font-family: 'Font Awesome 5 Free'; } .sidr .toggle-on .dropdown-icon::after { content: "\f106"; } .sidr .dropdown-toggle { position: absolute; right: 0; top: 0; padding: 0; } .sidr ul li ul { display: none; } #mob-menu.sidr ul li.has-mega-menu ul { display: block; } #mob-menu ul { display: none; } .sidr-open #mob-menu .sidr-inner > ul{ display: block; } .home-landing #mobile-trigger { width: 100%; } span.social-tilte { display: none; } .quick-contact li { padding-left: 0; } .section-featured-slider .cycle-caption { bottom: 22%; } #custom-header { padding: 30px 0; } .section-latest-posts .latest-posts-text-content p { display: none; } .section-latest-posts .latest-posts-text-content { margin: 0; } .big-size { font-size: 31px; } #content .section-call-to-action p.section-subtitle { font-size: 16px; } .latest-news-meta { position: absolute; bottom: 20px; right: 20px; z-index: 99; } /*ecommerce*/ #tophead { letter-spacing: 0; } .custom-button.button-medium { padding: 8px 25px; font-size: 14px; } .sidebar .widget.widget-category { display: none; } .product-item.col-grid-4{ width: 50%; } .product-item.col-grid-4:nth-child(3n+1) { clear: none; } .three-columns-enabled .sidebar { width: 100%; } .single-mian-thumb img { width: 100%; } .section-checkout .col2-set .col-1, .section-checkout .col2-set .col-2, .checkout .col2-set .col-1, .checkout .col2-set .col-2 { float: left; width: 100%; padding-left: 15px; padding-right: 15px; } #header-search { float: right; width: 100%; border: 1px solid #eee; margin-top: 15px; } .col-grid-3.main-cat-list.pull-left { display: none; } .col-grid-9.section-featured-slider.pull-right { width: 100%; margin: 0; } #content .minimal-padding { padding: 30px 0; } div#main-navigation { display: none; } #content .section { margin-bottom: 0; clear: both; } #content .no-padding { padding: 0; } .header-v6 #masthead { border-bottom: 1px solid #ddd; } div#login-popup, .quick-view-content, .white-popup-block { max-width: 90%; } .banner-info-wrapper, .main-popup-thumb, .login-popup .col-grid-6 { width: 50%; } .section-products .quick-view { visibility: visible; bottom: 10%; left: 10%; right: 10%; width: 80%; } } /* Smaller than standard 768 (devices and browsers) */ @media only screen and (max-width:767px){ #content .section-call-to-action p { font-size: 14px; line-height: 1.7; } .notice-bar { padding: 0; } .header-v6 #masthead .site-branding.col-grid-4 { float: left; text-align: left; } .header-v6 #masthead .col-grid-4.mast-head { float: right; } .header-v6 #masthead .col-grid-4 { margin: 0; } .header-v6 #masthead div#header-right { float: none; width: 100%; text-align: center; display: block; max-width: 290px; margin: 0 auto; } #content .section-call-to-action br { display: none; } .global-layout-no-sidebar > .container{ padding: 0; } .container { padding-left: 15px; padding-right:15px; } .inner-wrapper { margin-left: -15px; margin-right: -15px; } .col-grid-1, .col-grid-2, .col-grid-3, .col-grid-4, .col-grid-5, .col-grid-6, .col-grid-7, .col-grid-8, .col-grid-9, .col-grid-10, .col-grid-11, .col-grid-12 { padding-left: 15px; padding-right: 15px; float: left; margin: 15px 0 0 0; transition: all 0.4s ease-in-out 0s; } .col-grid-4, .col-grid-3{ width: 50%; } .col-grid-4:nth-child(2n+1), .col-grid-3:nth-child(2n+1), .col-grid-5:nth-child(2n+1){ clear: both; } .col-grid-1, .col-grid-2, .col-grid-5, .col-grid-6, .col-grid-7 , .col-grid-8, .col-grid-9, .col-grid-10, .col-grid-11, .col-grid-12 { width: 100%; } .slick-initialized .slick-slide { clear: none; } #content .section-subtitle { font-size: 14px; margin-bottom: 20px; } footer.comment-meta { margin-bottom: 15px; } .sidr ul li ul.mega-menu-sub { display: block; } #masthead.fixed { position: inherit; top: inherit; width: 100%; left: inherit; } #masthead { padding: 15px 0; } #masthead:after, #masthead:before { visibility:visible; display: none; } article.hentry.post.col-grid-4:nth-child(3n+1) { clear: none; } #footer-widgets .footer-widget-area { width: 50%; margin-bottom: 15px; } #footer-contact .contact-title { display: block; margin: 0; margin-bottom: 15px; } #footer-widgets .footer-widget-area { width: 50%; padding: 0 45px; } #footer-widgets .footer-widget-area:last-child { width: 100%; } #footer-widgets .footer-widget-area:last-child { border: none; } #footer-widgets .widget-title { margin-bottom: 10px; } .section-featured-slider .slider-buttons .custom-button, .section-featured-banner .custom-button { padding: 6px 20px; text-transform: capitalize; margin: 0; } .section-featured-slider .slider-buttons a.custom-button.custom-wire { padding: 4px 20px; } .section-featured-slider .cycle-prev { left: 0; } .section-featured-slider .cycle-next { right: 0; } .site-title { font-size: 22px; } .section-featured-slider .cycle-pager { display: none; } #main-slider h3, .section-featured-banner h3 { font-size: 28px; padding: 0; margin-bottom: 15px; } #main-slider .cycle-caption{ bottom: 50px; } #main-slider h3 a { display: block; } a.custom-button.custom-secondary-button { padding: 4px 15px; } .copyright { float: none; } .site-info { float: none; } #footer-widgets { padding: 35px 0; } #footer-contact { padding: 30px 0; } #tophead a.search-icon { background-color: inherit; color: #fff; border: none; } .entry-thumb.alignleft, .entry-thumb.alignright { max-width: 100%; margin: 0 0 20px; } #custom-header { padding: 20px 0; } .page-title { font-size: 22px; } .section-call-to-action.cta-boxed .call-to-action-description { float: inherit; text-align: center; width: 100%; margin-bottom: 30px; } .section-call-to-action.cta-boxed .call-to-action-buttons { float: none; } article.hentry { padding-bottom: 30px; margin-bottom: 30px; } #content { padding: 30px 0; } .comments-title { padding: 15px 0; border-top: 1px solid #f7f7f7; } .section-featured-slider h4 { font-size: 16px; } #tophead { letter-spacing: 0; padding: 10px; } .top-head-right.pull-right { float: right; text-align: center; } .top-head-left { float: left; text-align: center; } .top-head-col { float: none; display: inline-block; margin: 0 0 10px; vertical-align: middle; } .top-head-right .header-link { float: none; display: inline-block; margin: 0 10px; } .ads-banner .col-grid-4{ width: 100%; } .entry-meta > span { font-size: 13px; margin-right: 10px; } .colophon-bottom .col-grid-4 { width: 100%; text-align: center; padding: 0; margin: 5px 0; } .recent-product-list .products-list .product-thumb { max-width: 145px; margin-bottom: 15px; margin-right: 15px; } .section-products .product-grid .product-item-details { text-align: left; padding: 25px; margin-right: 0; } .section-products .product-grid h3.product-title { font-size: 18px; margin-bottom: 5px; } table.cart td, table.cart .product-name, table.shop-able .product-remove, table.shop-able td, table.shop-able .product-name, table.woocommerce-checkout-review-order-table .product-number, table.shop-able .quantity-wrap, table.shop-able.wish-list td.product-subtotal, table.cart.wish-list .product-remove, table.cart td:first-child { width: 100%; display: block; position: relative; } table.cart thead { display: none; } td.actions { margin-top: 20px; } table.cart .cart-item { margin-bottom: 30px; display: inline-block; width: 100%; border: 1px solid #f1f1f1; } .cart-collaterals .cart_totals { width: 100%; } table.cart .coupon, table.cart .coupon input[type="submit"] { display: block; } .cart-collaterals { max-width: 100%; margin-top: 30px; } .banner-info-wrapper, .main-popup-thumb, .login-popup .col-grid-6 { width: 100%; } .section-carousel-enabled .slick-prev.slick-arrow { left: 0; } .section-carousel-enabled .slick-next.slick-arrow { right: 0; } .section-carousel-enabled .slick-prev.slick-arrow, .section-carousel-enabled .slick-next.slick-arrow { height: 35px; width: 35px; line-height: 0; display: block; padding: 11px 0; font-size: 13px; } .section-featured-slider .cycle-caption.text-alignleft { left: 12%; } .section-featured-slider .cycle-caption.text-alignright { right: 12%; } } /* Smaller than standard 460 (devices and browsers) */ @media only screen and (max-width:649px){ .section-featured-slider p, .section-featured-banner p { display: none; } #main-slider .cycle-caption { bottom: 60px; } table.cart .coupon input[type="text"], table.cart .actions input[type="submit"] { width: 100%; margin: 5px 0; float: none; } td.actions { padding: 15px!important; overflow:hidden; } #content .section.section-pormo { padding-top: 0; } } /* Smaller than standard 480 (devices and browsers) */ @media only screen and (max-width:479px){ .header-v6 #masthead .col-grid-4.mast-head { width: 100%; margin-bottom: 15px; } .header-v6 #masthead .site-branding.col-grid-4 { float: left; text-align: left; width: 50%; } .header-v6 .hearder-min-cart { margin-left: 10px; } .header-v6 #masthead div#header-right { width: auto; float: right; clear: none; width: 50%; } .section-featured-slider .small-text h4 { font-size: 15px; } .pormo-info h3 { margin-bottom: 10px; margin-top: 5px; font-weight: 700; font-size: 16px; } span.header-text { display: none; } .notice-bar span { display: none; } .notice-bar { width: 100%; text-align: center; } #header-search { display: none; } #footer-widgets .footer-widget-area { width: 100%; border-bottom: 1px solid #50505059; padding: 0 30px 30px; margin-bottom: 10px; } .contact-form-area.contactdesc { padding: 25px; } h3.contact-title { margin: -25px -25px 24px; } #contactform input[type="text"], #contactform input[type="email"] { width: 100%; margin-bottom: 20px; } .recent-posts-widget h4 { font-size: 14px; } #content .section-title { font-size: 19px; margin-bottom: 0; } .col-grid-1 .col-grid-2, .col-grid-4, .col-grid-3, .col-grid-5, .col-grid-6 .col-grid-7, .col-grid-8, .col-grid-9, .col-grid-10, .col-grid-11, .col-grid-12 { width: 100%; } .product-item.col-grid-4{ width: 100%; } .entry-meta > span { margin-right: 10px; } .faq-section .accordionjs .acc_section .acc_head { position: relative; padding: 10px; display: block; cursor: pointer; padding: 10px 35px 10px 25px; } .faq-section .accordionjs .acc_section .acc_content { padding: 20px 30px 10px; } .section-associate-logo .associate-logo-item { width: 50%; } #tabs .tabs li a { padding: 0 9px; font-size: 13px; } #tabs .tab-content { padding: 18px; } .section-featured-slider h4 { font-size: 13px; margin-bottom: 5px; } a.custom-button:before { margin-right: 5px; } #main-slider h3, .section-featured-banner h3 { font-size: 18px; padding: 0; margin-bottom: 10px; } #main-slider .cycle-caption { bottom: 25px; } .searchform { width: 230px; margin: 0 auto; max-width: 100%; } .search-box-wrap { padding: 20px; } .section-featured-slider .slider-buttons .custom-button { padding: 6px 15px; text-transform: capitalize; font-size: 13px; margin: 0; } .section-featured-slider .cycle-prev, .section-featured-slider .cycle-next { visibility: visible; opacity: 1; display: block; width: 35px; height: 35px; bottom: 45%; line-height: 2.5; } .section-featured-slider .slider-buttons { margin-top: 15px; } .big-size { font-size: 23px; } .big-size { font-size: 23px; } .top-head-col { padding-top: 0; margin: 0; font-size: 13px; } .header-v4 .site-branding img, .header-v5 .site-branding img { max-width: 95px; } .global-layout-right-sidebar .entry-content-wrapper, .global-layout-left-sidebar .entry-content-wrapper, .default-full-width.blog-full-width .entry-content-wrapper { padding: 0; margin: 0; } #footer-navigation { text-align: center; } #footer-navigation li a { margin-right: 10px; padding: 0; font-size: 13px; } .recent-posts-widget img { margin: 0 20px 0 0; } .author-avatar { float: none; margin: 0 auto 20px; display: block; text-align: center; } .vcard .avatar { float: none; display: block; margin: 0 auto 30px; } .page-title { font-size: 19px; float: none; } #breadcrumb { padding-top: 0; float: none; font-size: 13px; } .product-single .single-cart input, .product-single .custom-button.button-small { margin-right: 0; margin-left: 0; margin-bottom: 5px; } .entry-title { font-size: 20px; margin-bottom: 0; } .entry-meta > span { font-size: 13px; } .authorbox { padding: 0 0 15px; } .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { padding: 15px 0; } .comments-title { padding: 10px 0; } ol.comment-list .children { border: medium none; float: left; margin: 0; width: 100%; padding: 0; } .sidebar input.search-submit { position: inherit; width: 100%; margin-top: 15px; padding: 8px; } .sidebar input.search-field { padding: 7px 25px; } .site-branding { margin: 0; text-align: center; margin-bottom: 0px; float: none; } .site-branding { float: left; } .notice-info.pull-left { float: none; } .notice-info p { margin-top: 0; display: block; font-size: 13px; text-align: center; width: 100%; } #masthead { padding: 15px 0; text-align: center; } #content .section { margin-bottom: 0; padding: 30px 0; } .section-testimonial .testimonial-thumb { position: relative; float: none; margin: 0 auto 25px; } .section-testimonial .clien-info-wrap { padding-top: 15px; overflow: hidden; } .section-featured-slider .slider-buttons .custom-button { padding: 3px 15px; } .section-featured-slider .slider-buttons a.custom-button.custom-wire { padding: 2px 20px; } .custom-button, .custom-button:visited, a.button, .custom-button.custom-primary-button, .custom-button.custom-primary-button:visited { min-width: inherit; padding: 4px 15px; font-size: 14px; } input[type="button"], input[type="reset"], input[type="submit"], button { padding: 7px 20px; } #footer-widgets { padding-bottom: 10px; } a.custom-button.custom-secondary-button { display: none; } #content .no-padding { padding: 0; } .sort-by { margin-left: 5px; min-width: 180px; } nav.filter-row-box.navigation.pagination { float: none; margin-top: 10px; clear: both; display: block; float: left; } .section-products .product-grid .product-thumb { float: left; max-width: 100%; margin-right: 0; } .pruduct-filter-row.top-space { margin-top: 20px; } .product-item.col-grid-6 { width: 100%; } div#login-popup, .quick-view-content, .white-popup-block { padding: 5px 20px; } #content aside.section.section-pormo.minimal-padding { padding-top: 10px; } .top-head-right.pull-right { float: none; text-align: center; clear: both; } .top-space { padding-top: 20px; } .ad-wrapper { width: 180px; } #tabs .tabs li { width: 100%; margin-bottom: 15px; } #tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor { float: left; padding: 12px 20px; } .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0; background: none; } .instagram-section .instagram-caption { text-align: center; position: absolute; z-index: 99; bottom: 40%; left: 28%; }.section input.news-letter-submit { padding: 9px 15px; } .section input.news-letter-email { padding: 7px 15px; margin-bottom: 0; } } /* Smaller than standard 340 (devices and browsers) */ @media only screen and (max-width:340px){ .site-title { max-width: 116px; } .section-featured-slider .text-alignleft .slider-buttons a.custom-button { margin-right: 5px; } .section-featured-slider .text-alignleft .slider-buttons a.custom-button { margin-right: 5px; } #main-slider .cycle-caption { bottom: 60px; } #content .section-title { font-size: 18px; } #content .section-title { font-size: 18px; } #tophead { padding: 0; clear: both; padding-bottom: 5px; text-align: center; } .multi-language { float: none; display: inline-block; } } /* Smaller than standard 320 (devices and browsers) */ @media only screen and (max-width:219px){ .container{ width: 310px; max-width: 310px; } } /*-------------------------------------------------------------- Main css ends form here --------------------------------------------------------------*/
0.145874
0.076098
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap'); :root{ --green-color: #7ACC2D; --white-color:white; --black-color: #313337; } /* -----------------propiedades generales----------------- */ html,body{ padding:0px; margin:0px; font-size: 12px; font-family: 'Open Sans', sans-serif; } .container{ display: grid; grid-template: 50px 1fr 50px / minmax(320px, 1280px) ; justify-content: center; grid-template-areas: "nav-top" "body-main" "bottom-footer"; } .nav-top{ grid-area: nav-top; } .bottom-footer{ grid-area: bottom-footer; } /* ------------------ inicio nav -------------*/ nav{ display: flex; background-color: #7ACC2D; padding: 10px; color: white; justify-content: space-between; align-items: center; } nav ul{ display: flex; } nav li{ padding-left: 20px; list-style: none; } nav li a{ color: black; text-decoration: none; } nav li a:hover{ color: white; } /* ------------------------ Main section */ .body-main{ grid-area: body-main; display: grid; grid-template: 300px repeat(3, auto)/ minmax(320px, 1280px); grid-template-areas: "section-welcome" "section-product" "section-product2" "section-coment"; grid-gap: 50px; } .section-welcome{ grid-area: section-welcome; display: grid; justify-items: center; align-items: center; } .main_section{ width: 70%; text-align: center; font-size: 25px; font-weight: bold; letter-spacing: 0; color: var(--black-color); } .section-product{ grid-area: section-product; display: grid; grid-template: minmax(200px, 500px) / minmax(20px, 1fr); } .img-background{ grid-column: 1/2; grid-row: 1/2; background-image: url('../images/curve.png'); background-repeat: no-repeat; background-size: contain; /* background-size: cover; */ background-position: center bottom; /* padding:20%; */ } .content-products{ grid-column: 1/2; grid-row: 1/2; display: grid; grid-template: auto/ repeat(2, auto); grid-gap: 20px; } .content:nth-of-type(1){ grid-column: 1/2; grid-row: 1/2; justify-self: end; } .content:nth-of-type(2){ grid-column: 2/3; grid-row: 1/2; } .content-products .content{ width: 239px; height: 275px; background-color: white; padding: 10px; box-shadow: 0 0 1px #c1bcbc; } .content h1{ margin: 10px; } .content p{ margin: 10px; } .img_content{ text-align: center; } .main_button{ background-color: var(--green-color); width: 100%; padding: 10px; font-size: 12px; color: var(--white-color); border:0; cursor: pointer; border-radius: 2px; } .main_button:hover{ background-color: #5e9e22; } .section-product2{ margin-top: 100px; grid-area: section-product2; display: grid; grid-template-columns: repeat(3, minmax(20px, 256px)); align-items: center; justify-content: center; } .product1{ width: 162px; } .product1 img{ width: 150px; } .product1 h3{ text-align: center; font-size: 17px; } .section-coment{ grid-area: section-coment; display: grid; grid-template: 47px 1fr / repeat(4, minmax(20px, 256px)); justify-content: center; align-items: center; grid-gap: 30px 0px; margin-bottom: 30px; } .section-coment h1{ font-size: 30px; text-align: center; grid-column: 1/5; grid-row: 1/2; } .product2{ width: 239px; } .product2 h3{ font-size: 17px; } .product2:nth-of-type(1){ grid-column: 1/2; grid-row: 2/3; } .product2:nth-of-type(2){ grid-column: 2/3; grid-row: 2/3; } .product2:nth-of-type(3){ grid-column: 3/4; grid-row: 2/3; } .product2:nth-of-type(4){ grid-column: 4/5; grid-row: 2/3; } footer{ background-color: var(--black-color); display: flex; justify-content: space-between; align-items: center; color: white; } .bottom-footer div{ padding: 10px; width: auto; } .section-right{ text-align: right; } .section-right a{ color: var(--white-color); } /* --------------------Productos----------------------- */ .container-productos{ display: grid; grid-template: 50px 1fr 50px / minmax(320px, 1280px) ; justify-content: center; grid-template-areas: "nav-top" "body-main" "bottom-footer"; grid-gap: 100px; } .producto img{ width: 200px; } .producto h3{ margin: 10px; font-size: 17px; } .modulo-productos{ display: grid; grid-template: repeat(8, 200px) / minmax(200px, 768px); justify-content: center; grid-gap: 30px; } .derecha{ display: grid; grid-template: 50px auto / repeat(2, auto); grid-gap: 0px 30px; } .izquierda{ display: grid; grid-template: 50px auto / repeat(2, auto); grid-gap: 0px 30px; } .derecha #image0, #image2, #image4, #image6, #image8{ grid-column: 2/3; grid-row: 1/3; } .izquierda #image1, #image3, #image5, #image7{ grid-column: 1/2; grid-row: 1/3; } .derecha #title-produ0, #title-produ2, #title-produ4, #title-produ6, #title-produ8{ grid-column: 1/2; grid-row: 1/2; } .izquierda #title-produ1, #title-produ3, #title-produ5, #title-produ7{ margin-left: 50px; grid-column: 2/3; grid-row: 1/2; } .derecha #p-0,#p-2,#p-4,#p-6,#p-8{ margin-right: 50px; grid-column: 1/2; grid-row: 2/3; } .izquierda #p-1,#p-3,#p-5,#p-7{ margin-left: 50px; grid-column: 2/3; grid-row: 2/3; } /* ----------------modulo de Pago---------------- */ label{ margin-left: 20px; font-size: 12px; } .container { height: 100vh; } .body-main-pago{ width: auto; height: auto; display: flex; justify-content: center; align-items: center; } .modulo-pago{ display: grid; grid-template: 400px / 240px 340px ; grid-template-areas: "producto-pago formulario"; grid-gap: 20px; } .img-pro{ text-align: center; } .producto-pago{ grid-area: producto-pago; } .formulario{ grid-area: formulario; } .formulario input{ margin: 10px 20px 5px 20px; width: 300px; height: 35px; border: 1px solid #313337; border-radius: 2px; }
css/estilos.css
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap'); :root{ --green-color: #7ACC2D; --white-color:white; --black-color: #313337; } /* -----------------propiedades generales----------------- */ html,body{ padding:0px; margin:0px; font-size: 12px; font-family: 'Open Sans', sans-serif; } .container{ display: grid; grid-template: 50px 1fr 50px / minmax(320px, 1280px) ; justify-content: center; grid-template-areas: "nav-top" "body-main" "bottom-footer"; } .nav-top{ grid-area: nav-top; } .bottom-footer{ grid-area: bottom-footer; } /* ------------------ inicio nav -------------*/ nav{ display: flex; background-color: #7ACC2D; padding: 10px; color: white; justify-content: space-between; align-items: center; } nav ul{ display: flex; } nav li{ padding-left: 20px; list-style: none; } nav li a{ color: black; text-decoration: none; } nav li a:hover{ color: white; } /* ------------------------ Main section */ .body-main{ grid-area: body-main; display: grid; grid-template: 300px repeat(3, auto)/ minmax(320px, 1280px); grid-template-areas: "section-welcome" "section-product" "section-product2" "section-coment"; grid-gap: 50px; } .section-welcome{ grid-area: section-welcome; display: grid; justify-items: center; align-items: center; } .main_section{ width: 70%; text-align: center; font-size: 25px; font-weight: bold; letter-spacing: 0; color: var(--black-color); } .section-product{ grid-area: section-product; display: grid; grid-template: minmax(200px, 500px) / minmax(20px, 1fr); } .img-background{ grid-column: 1/2; grid-row: 1/2; background-image: url('../images/curve.png'); background-repeat: no-repeat; background-size: contain; /* background-size: cover; */ background-position: center bottom; /* padding:20%; */ } .content-products{ grid-column: 1/2; grid-row: 1/2; display: grid; grid-template: auto/ repeat(2, auto); grid-gap: 20px; } .content:nth-of-type(1){ grid-column: 1/2; grid-row: 1/2; justify-self: end; } .content:nth-of-type(2){ grid-column: 2/3; grid-row: 1/2; } .content-products .content{ width: 239px; height: 275px; background-color: white; padding: 10px; box-shadow: 0 0 1px #c1bcbc; } .content h1{ margin: 10px; } .content p{ margin: 10px; } .img_content{ text-align: center; } .main_button{ background-color: var(--green-color); width: 100%; padding: 10px; font-size: 12px; color: var(--white-color); border:0; cursor: pointer; border-radius: 2px; } .main_button:hover{ background-color: #5e9e22; } .section-product2{ margin-top: 100px; grid-area: section-product2; display: grid; grid-template-columns: repeat(3, minmax(20px, 256px)); align-items: center; justify-content: center; } .product1{ width: 162px; } .product1 img{ width: 150px; } .product1 h3{ text-align: center; font-size: 17px; } .section-coment{ grid-area: section-coment; display: grid; grid-template: 47px 1fr / repeat(4, minmax(20px, 256px)); justify-content: center; align-items: center; grid-gap: 30px 0px; margin-bottom: 30px; } .section-coment h1{ font-size: 30px; text-align: center; grid-column: 1/5; grid-row: 1/2; } .product2{ width: 239px; } .product2 h3{ font-size: 17px; } .product2:nth-of-type(1){ grid-column: 1/2; grid-row: 2/3; } .product2:nth-of-type(2){ grid-column: 2/3; grid-row: 2/3; } .product2:nth-of-type(3){ grid-column: 3/4; grid-row: 2/3; } .product2:nth-of-type(4){ grid-column: 4/5; grid-row: 2/3; } footer{ background-color: var(--black-color); display: flex; justify-content: space-between; align-items: center; color: white; } .bottom-footer div{ padding: 10px; width: auto; } .section-right{ text-align: right; } .section-right a{ color: var(--white-color); } /* --------------------Productos----------------------- */ .container-productos{ display: grid; grid-template: 50px 1fr 50px / minmax(320px, 1280px) ; justify-content: center; grid-template-areas: "nav-top" "body-main" "bottom-footer"; grid-gap: 100px; } .producto img{ width: 200px; } .producto h3{ margin: 10px; font-size: 17px; } .modulo-productos{ display: grid; grid-template: repeat(8, 200px) / minmax(200px, 768px); justify-content: center; grid-gap: 30px; } .derecha{ display: grid; grid-template: 50px auto / repeat(2, auto); grid-gap: 0px 30px; } .izquierda{ display: grid; grid-template: 50px auto / repeat(2, auto); grid-gap: 0px 30px; } .derecha #image0, #image2, #image4, #image6, #image8{ grid-column: 2/3; grid-row: 1/3; } .izquierda #image1, #image3, #image5, #image7{ grid-column: 1/2; grid-row: 1/3; } .derecha #title-produ0, #title-produ2, #title-produ4, #title-produ6, #title-produ8{ grid-column: 1/2; grid-row: 1/2; } .izquierda #title-produ1, #title-produ3, #title-produ5, #title-produ7{ margin-left: 50px; grid-column: 2/3; grid-row: 1/2; } .derecha #p-0,#p-2,#p-4,#p-6,#p-8{ margin-right: 50px; grid-column: 1/2; grid-row: 2/3; } .izquierda #p-1,#p-3,#p-5,#p-7{ margin-left: 50px; grid-column: 2/3; grid-row: 2/3; } /* ----------------modulo de Pago---------------- */ label{ margin-left: 20px; font-size: 12px; } .container { height: 100vh; } .body-main-pago{ width: auto; height: auto; display: flex; justify-content: center; align-items: center; } .modulo-pago{ display: grid; grid-template: 400px / 240px 340px ; grid-template-areas: "producto-pago formulario"; grid-gap: 20px; } .img-pro{ text-align: center; } .producto-pago{ grid-area: producto-pago; } .formulario{ grid-area: formulario; } .formulario input{ margin: 10px 20px 5px 20px; width: 300px; height: 35px; border: 1px solid #313337; border-radius: 2px; }
0.276397
0.079567
* { margin: 0; padding: 0; box-sizing: border-box; outline: none; font-family: 'Mali', cursive; } a, h1, h2, h3, h4 { font-family: 'Courgette', cursive; } header { width: 100%; height: 100px; background-color: #68edc6; color: #dffdff; padding-left: 25px; padding-right: 25px; padding-top: 25px; position: fixed; } .navegador { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-content: center; } .tamano { font-size: 3rem; color: #dffdff; } .contenedor { background-color: #90bede; } .cero { width: 100%; height: 100px; } .primero { width: 100%; height: 200px; } .segundo { width: 100%; height: 600px; } .intermedio h2 { font-size: 2.5rem; } .tercero { width: 100%; margin-top: 20px; } .sexto { width: 100%; height: 600px; display: flex; flex-wrap: wrap; justify-content: space-around; align-content: center; } .trio { width: 300px; height: 500px; background-color: #68edc6; box-shadow: 2px 2px 5px #1e1e1e; border-radius: 10px; } .trio h3 { text-align: center; margin-top: 10px; } .trio p { padding: 10px; overflow: hidden; font-size: 1.2rem; text-align: center; } .cuarto { height: 600px; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-around; align-content: center; overflow: hidden; } .cuartoA { width: 30%; } .cuartoD { display: none; } .cuartoB { width: 10%; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-around; } .cuartoB ul { list-style: none; } .cuartoB ul li { margin-bottom: 10px; margin-left: 10px; } .cuartoC { width: 60%; position: relative; overflow: hidden; } .difposition { display: none; width: 95%; margin-top: 10px; height: 95%; padding: 5%; overflow: hidden; color: #dffdff; border-radius: 10px; box-shadow: 2px 2px 5px white; } .difposition a { color: #1e1e1e; text-decoration: none; } #varios1 { position: absolute; top: -100px; left: 1500px; animation-name: movvarios2; animation-duration: 1s; animation-iteration-count: inherit; background-color: #95d9c3; color: #1e1e1e; } #varios1 { left: 10px; top: 0px; } #varios2 { position: absolute; top: -100px; left: 1500px; animation-name: movvarios2; animation-duration: 1s; animation-iteration-count: inherit; background-color: #a4f9c8; color: #1e1e1e; } #varios2 { left: 10px; top: 0px; } @keyframes movvarios2 { from { left: 1500px; top: -100px; } to { left: 10px; top: 0px; } } #varios3 { position: absolute; top: -100px; left: 1500px; animation-name: movvarios2; animation-duration: 1s; animation-iteration-count: inherit; background-color: #808f85; } #varios3 { left: 10px; top: 0px; } @keyframes movvarios3 { from { left: 1500px; top: -100px; } to { left: 10px; top: 0px; } } #varios4 { position: absolute; top: -100px; left: 1500px; animation-name: movvarios2; animation-duration: 1s; animation-iteration-count: inherit; background-color: #40476d; } #varios4 { left: 10px; top: 0px; } #varios5 { position: absolute; top: -100px; left: 1500px; animation-name: movvarios2; animation-duration: 1s; animation-iteration-count: inherit; background-color: #ad5d4e; } #varios5 { left: 10px; top: 0px; } #varios6 { position: absolute; top: -100px; left: 1500px; animation-name: movvarios2; animation-duration: 1s; animation-iteration-count: inherit; background-color: #4e5340; } #varios6 { left: 10px; top: 0px; } .quinto { display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center; align-content: center; } .quinto article { background-color: rgba(102, 17, 17, 0.575); padding: 10px; border-radius: 10px; box-shadow: 2px 2px 5px #dffdff; transition: .4s all; } .quinto article:hover { background-color: rgba(255, 255, 255, 0.466); box-shadow: 2px 2px 5px #1e1e1e; } .quinto h3 { padding: 10px; } .ultimo { width: 100%; height: 900px; background-color: #1e1e1e; color: #68edc6; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; align-content: flex-start; padding-top: 40px; } .footertres { width: 30%; display: flex; flex-direction: column; justify-content: space-around; align-content: space-around; transition: .4s all; } .footertres a { text-decoration: none; font-size: 1.5rem; color: #68edc6; } .mapaframe { width: 100%; height: 100%; border:0; padding-left: 10px; padding-right: 10px; } .footertres a:hover { background-color: #40476d8a; transform: scale(1.1, 1.1); padding: 5px; border-radius: 10px; } .desplegable { display: none; transition: .4s all; } .menu2 { width: 60%; background-color: rgba(21, 21, 124); box-shadow: 2px 2px 5px #dffdff; position: relative; top: 20%; left: 20%; padding: 2%; border-radius: 10px; } .menu11 { width: 100%; height: 400px; background-color: rgba(16, 16, 109, 0.603); color: #dffdff; box-shadow: 2px 2px 5px #dffdff; position: relative; top: -40%; left: 0; padding: 2%; border-radius: 10px; } .menu2 ul { list-style: none; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center; align-content: space-around; } .menu2 ul li a { text-decoration: none; font-family: 'Mali', cursive; color: #dffdff; } .menu2 ul li a:hover { color: #dffdff; } .botones { border: 1px solid; padding: 5px; width: 200px; text-align: center; transition: .4s all; color: #9fad4e; } .botones a { color: #9fad4e; text-decoration: none; } .botonesM { padding: 5px; width: 90%; height: 30px; border: 1px solid; text-align: center; transition: .4s all; overflow: hidden; position: relative; background-color: #ad5d4e; } .tapa3 { width: 100%; height: 100%; position: absolute; bottom: 0; right: -100%; background-color: rgba(0, 0, 0, 0.397); transition: all .4s ease .2s; } .botonesM:hover .tapa3 { right: 0; } .botonesM:hover { cursor: pointer; font-weight: bold; } .botones:hover { background-color: #ad5d4e; cursor: pointer; color: #dffdff; } .botones a:hover { color: #dffdff; } .cosas:hover { cursor: pointer; font-weight: bold; color: #1e1e1e; } .cero2 { display: none; }
css/style.css
* { margin: 0; padding: 0; box-sizing: border-box; outline: none; font-family: 'Mali', cursive; } a, h1, h2, h3, h4 { font-family: 'Courgette', cursive; } header { width: 100%; height: 100px; background-color: #68edc6; color: #dffdff; padding-left: 25px; padding-right: 25px; padding-top: 25px; position: fixed; } .navegador { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-content: center; } .tamano { font-size: 3rem; color: #dffdff; } .contenedor { background-color: #90bede; } .cero { width: 100%; height: 100px; } .primero { width: 100%; height: 200px; } .segundo { width: 100%; height: 600px; } .intermedio h2 { font-size: 2.5rem; } .tercero { width: 100%; margin-top: 20px; } .sexto { width: 100%; height: 600px; display: flex; flex-wrap: wrap; justify-content: space-around; align-content: center; } .trio { width: 300px; height: 500px; background-color: #68edc6; box-shadow: 2px 2px 5px #1e1e1e; border-radius: 10px; } .trio h3 { text-align: center; margin-top: 10px; } .trio p { padding: 10px; overflow: hidden; font-size: 1.2rem; text-align: center; } .cuarto { height: 600px; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-around; align-content: center; overflow: hidden; } .cuartoA { width: 30%; } .cuartoD { display: none; } .cuartoB { width: 10%; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-around; } .cuartoB ul { list-style: none; } .cuartoB ul li { margin-bottom: 10px; margin-left: 10px; } .cuartoC { width: 60%; position: relative; overflow: hidden; } .difposition { display: none; width: 95%; margin-top: 10px; height: 95%; padding: 5%; overflow: hidden; color: #dffdff; border-radius: 10px; box-shadow: 2px 2px 5px white; } .difposition a { color: #1e1e1e; text-decoration: none; } #varios1 { position: absolute; top: -100px; left: 1500px; animation-name: movvarios2; animation-duration: 1s; animation-iteration-count: inherit; background-color: #95d9c3; color: #1e1e1e; } #varios1 { left: 10px; top: 0px; } #varios2 { position: absolute; top: -100px; left: 1500px; animation-name: movvarios2; animation-duration: 1s; animation-iteration-count: inherit; background-color: #a4f9c8; color: #1e1e1e; } #varios2 { left: 10px; top: 0px; } @keyframes movvarios2 { from { left: 1500px; top: -100px; } to { left: 10px; top: 0px; } } #varios3 { position: absolute; top: -100px; left: 1500px; animation-name: movvarios2; animation-duration: 1s; animation-iteration-count: inherit; background-color: #808f85; } #varios3 { left: 10px; top: 0px; } @keyframes movvarios3 { from { left: 1500px; top: -100px; } to { left: 10px; top: 0px; } } #varios4 { position: absolute; top: -100px; left: 1500px; animation-name: movvarios2; animation-duration: 1s; animation-iteration-count: inherit; background-color: #40476d; } #varios4 { left: 10px; top: 0px; } #varios5 { position: absolute; top: -100px; left: 1500px; animation-name: movvarios2; animation-duration: 1s; animation-iteration-count: inherit; background-color: #ad5d4e; } #varios5 { left: 10px; top: 0px; } #varios6 { position: absolute; top: -100px; left: 1500px; animation-name: movvarios2; animation-duration: 1s; animation-iteration-count: inherit; background-color: #4e5340; } #varios6 { left: 10px; top: 0px; } .quinto { display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center; align-content: center; } .quinto article { background-color: rgba(102, 17, 17, 0.575); padding: 10px; border-radius: 10px; box-shadow: 2px 2px 5px #dffdff; transition: .4s all; } .quinto article:hover { background-color: rgba(255, 255, 255, 0.466); box-shadow: 2px 2px 5px #1e1e1e; } .quinto h3 { padding: 10px; } .ultimo { width: 100%; height: 900px; background-color: #1e1e1e; color: #68edc6; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; align-content: flex-start; padding-top: 40px; } .footertres { width: 30%; display: flex; flex-direction: column; justify-content: space-around; align-content: space-around; transition: .4s all; } .footertres a { text-decoration: none; font-size: 1.5rem; color: #68edc6; } .mapaframe { width: 100%; height: 100%; border:0; padding-left: 10px; padding-right: 10px; } .footertres a:hover { background-color: #40476d8a; transform: scale(1.1, 1.1); padding: 5px; border-radius: 10px; } .desplegable { display: none; transition: .4s all; } .menu2 { width: 60%; background-color: rgba(21, 21, 124); box-shadow: 2px 2px 5px #dffdff; position: relative; top: 20%; left: 20%; padding: 2%; border-radius: 10px; } .menu11 { width: 100%; height: 400px; background-color: rgba(16, 16, 109, 0.603); color: #dffdff; box-shadow: 2px 2px 5px #dffdff; position: relative; top: -40%; left: 0; padding: 2%; border-radius: 10px; } .menu2 ul { list-style: none; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center; align-content: space-around; } .menu2 ul li a { text-decoration: none; font-family: 'Mali', cursive; color: #dffdff; } .menu2 ul li a:hover { color: #dffdff; } .botones { border: 1px solid; padding: 5px; width: 200px; text-align: center; transition: .4s all; color: #9fad4e; } .botones a { color: #9fad4e; text-decoration: none; } .botonesM { padding: 5px; width: 90%; height: 30px; border: 1px solid; text-align: center; transition: .4s all; overflow: hidden; position: relative; background-color: #ad5d4e; } .tapa3 { width: 100%; height: 100%; position: absolute; bottom: 0; right: -100%; background-color: rgba(0, 0, 0, 0.397); transition: all .4s ease .2s; } .botonesM:hover .tapa3 { right: 0; } .botonesM:hover { cursor: pointer; font-weight: bold; } .botones:hover { background-color: #ad5d4e; cursor: pointer; color: #dffdff; } .botones a:hover { color: #dffdff; } .cosas:hover { cursor: pointer; font-weight: bold; color: #1e1e1e; } .cero2 { display: none; }
0.685844
0.129128
html, body { width: 100%; height: 100%; padding: 0; margin: 0; } body{ overflow: hidden; } .voltar-final { z-index: 1; position: absolute; } #btn-sair { display: none; } .black-white { filter: gray; filter: grayscale(1); -webkit-filter: grayscale(1); animation: colorWhite 5s; } .hide { visibility: hidden; } .page { width: 100%; min-width: 100%; } .full-button { width: 100%; } .elements { max-width: 100%; top: 0; left: 0; position: absolute; } .relative { position: relative; } .language { position: absolute; z-index: 10; right: 10px; } .card-text-info { position: absolute; z-index: 1; right: 200px; width: 500px; top: 100px; } /* -------INDEX--------*/ .ajust-buttom { margin-top: -180px; } .change-second, .change-info { margin-top: 10px; } /* -------SECOND PAGE--------*/ .second-page { background: #5adcff; } .second-page .cloud, .second-page .montains, .second-page .text { max-width: 100%; top: 0; left: 0; position: absolute; z-index: 2; } .second-page .cloud { position: relative; z-index: 1; } .second-page .text { max-width: 100%; width: 0; top: 90%; left: 30%; display: none; position: absolute; z-index: 1; } .second-page .me-horse { max-width: 100%; width: 0; top: 0; left: -100%; position: absolute; z-index: 2; } /* ------- PAGE TRES--------*/ .page-tres .animation { animation: visibleElement 3s; animation-play-state: paused; } .page-tres .play { animation-play-state: running; } /* ------- PAGE QUATRO--------*/ .page-quatro { position: absolute; height: 100%; top: 0; left: 0; background: #a8fef3; } .page-quatro .chapeu, .page-dez .chapeu { animation: rotateChapeu 3s; will-change: transform; } /* ------- PAGE CINCO--------*/ .page-cinco .mapa, .page-oito .mapa { animation: mapa 5s; } /* ------- PAGE SEIS--------*/ .page-nove .animation, .page-seis .letra { animation: letraMovimento 1s; animation-iteration-count: infinite; animation-timing-function: linear; will-change: transform; } /* ------- PAGE SEIS--------*/ .traducao { position: absolute; top: 90%; display: none; z-index: 1000; width: 500px; left: 50%; transform: translate(-50%, 0%); font-family: 'Arial'; font-size: 20px; color: yellow; text-align: center; } #traducao { padding: 0; margin: 0; background: rgba(0, 0, 0, 0.5); } /* ------- PAGE NOVE--------*/ .page-nove .animation { animation: letraMovimento 1s; animation-iteration-count: infinite; animation-timing-function: linear; will-change: transform; display: none; } .page-nove .play { display: block; } .page-nove .java { top: 5%; left: 10%; max-height: 150px; background: white; padding: 10px; border-radius: 10px; } .page-nove .cordova { top: 5%; left: 85%; max-height: 150px; background: white; padding: 10px; border-radius: 10px; } .page-nove .angular { top: 5%; left: 11%; max-height: 150px; background: white; padding: 10px; border-radius: 10px; } .page-nove .nodejs { top: 5%; left: 78%; max-height: 150px; background: white; padding: 10px; border-radius: 10px; } .page-nove .gulp { top: 46%; left: 18%; max-height: 150px; background: white; padding: 10px; border-radius: 10px; } .page-nove .grunt { top: 46%; left: 5%; max-height: 150px; background: white; padding: 10px; border-radius: 10px; } .page-nove .html { top: 46%; left: 73%; max-height: 150px; background: white; padding: 10px; border-radius: 10px; } .page-nove .css { top: 46%; left: 85%; max-height: 150px; background: white; padding: 10px; border-radius: 10px; } /* ------- PAGE ONZE--------*/ .page-onze .estrelas { background: url('../img/page-onze/estrelas.png'); background-repeat: repeat; animation: starMove 4s linear infinite; } .page-onze .boneco { animation: bonecoMovimento 6s ease-out infinite; } /* ------- PAGE DOZE--------*/ .contrate { font-size: 80px; color: #FFF; font-family: Monoton; position: absolute; top: 40%; left: 50%; z-index: 100; transform: translate(-50%, -50%); -webkit-animation: neon1 1.5s ease-in-out infinite alternate; -moz-animation: neon1 1.5s ease-in-out infinite alternate; animation: neon1 1.5s ease-in-out infinite alternate; } @-webkit-keyframes neon1 { from { text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177; } to { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177; } } @-moz-keyframes neon1 { from { text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177; } to { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177; } } @keyframes neon1 { from { text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177; } to { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177; } } /* ------- PAGE FINAL--------*/ #page-central { height: 100%; } .final { min-height: 100%; display: flex; flex-direction: column; justify-content: center; background-image: url('../img/page-sete/carro.gif'); background-size: cover; } /*---------- ANIMATIONS -----------*/ @keyframes starMove { 0% { background-position: left 0; } 100% { background-position: left 2000px; } } @keyframes visibleElement { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes rotateChapeu { 0% { transform: rotate(360deg); width: 50%; top: 50%; } 100% { transform: rotate(0deg); width: 100%; top: 0%; } } @keyframes mapa { 0% { top: 100%; display: none; } 1% { display: block; } 100% { top: 0; } } @keyframes letraMovimento { 0% { transform: rotate(0deg); } 25% { transform: rotate(5deg); } 50% { transform: rotate(0deg); } 75% { transform: rotate(-5deg); } 100% { transform: rotate(0deg); } } @keyframes bonecoMovimento { 0% { transform: translate(-1500px, 500px); } 100% { transform: translate(2000px, -650px); } } @keyframes colorWhite { 0% { filter: none; filter: grayscale(0); -webkit-filter: grayscale(0); } 100% { filter: gray; filter: grayscale(1); -webkit-filter: grayscale(1); } } .collection .collection-item { line-height: 2.5rem; } .collection .collection-item.avatar { min-height: 60px; } .collection .collection-item.avatar i.circle { line-height: 45px; } .collection .collection-item.avatar i.circle.facebook { background-color: #3b5998; } .collection .collection-item.avatar i.circle.twitter { background-color: #4da7de; } .collection .collection-item.avatar i.circle.linkedin { background-color: #3371b7; } .collection .collection-item.avatar i.circle.github { background-color: #221e1b; } .collection .collection-item.avatar i.circle.whatsapp { background-color: #20B038; } .collection .collection-item.avatar i.circle.telegram { background-color: #0088cc; } .no-margin { margin: 0; } @media (max-width: 799px) { .card-text-info { position: absolute; z-index: 1; right: 0px; width: 100%; top: inherit; bottom: 0px; } .page-nove .java, .page-nove .cordova, .page-nove .angular, .page-nove .nodejs, .page-nove .gulp, .page-nove .grunt, .page-nove .html, .page-nove .css { top: 4%; left: 60%; max-height: 100px; background: white; padding: 10px; border-radius: 10px; transform: translate(-50%, -50%); } .traducao{ max-width: 100%; padding: 10px; top: 80%; } .contrate { font-size: 21px; top: 10%; } }
_site/curriculo/css/style.css
html, body { width: 100%; height: 100%; padding: 0; margin: 0; } body{ overflow: hidden; } .voltar-final { z-index: 1; position: absolute; } #btn-sair { display: none; } .black-white { filter: gray; filter: grayscale(1); -webkit-filter: grayscale(1); animation: colorWhite 5s; } .hide { visibility: hidden; } .page { width: 100%; min-width: 100%; } .full-button { width: 100%; } .elements { max-width: 100%; top: 0; left: 0; position: absolute; } .relative { position: relative; } .language { position: absolute; z-index: 10; right: 10px; } .card-text-info { position: absolute; z-index: 1; right: 200px; width: 500px; top: 100px; } /* -------INDEX--------*/ .ajust-buttom { margin-top: -180px; } .change-second, .change-info { margin-top: 10px; } /* -------SECOND PAGE--------*/ .second-page { background: #5adcff; } .second-page .cloud, .second-page .montains, .second-page .text { max-width: 100%; top: 0; left: 0; position: absolute; z-index: 2; } .second-page .cloud { position: relative; z-index: 1; } .second-page .text { max-width: 100%; width: 0; top: 90%; left: 30%; display: none; position: absolute; z-index: 1; } .second-page .me-horse { max-width: 100%; width: 0; top: 0; left: -100%; position: absolute; z-index: 2; } /* ------- PAGE TRES--------*/ .page-tres .animation { animation: visibleElement 3s; animation-play-state: paused; } .page-tres .play { animation-play-state: running; } /* ------- PAGE QUATRO--------*/ .page-quatro { position: absolute; height: 100%; top: 0; left: 0; background: #a8fef3; } .page-quatro .chapeu, .page-dez .chapeu { animation: rotateChapeu 3s; will-change: transform; } /* ------- PAGE CINCO--------*/ .page-cinco .mapa, .page-oito .mapa { animation: mapa 5s; } /* ------- PAGE SEIS--------*/ .page-nove .animation, .page-seis .letra { animation: letraMovimento 1s; animation-iteration-count: infinite; animation-timing-function: linear; will-change: transform; } /* ------- PAGE SEIS--------*/ .traducao { position: absolute; top: 90%; display: none; z-index: 1000; width: 500px; left: 50%; transform: translate(-50%, 0%); font-family: 'Arial'; font-size: 20px; color: yellow; text-align: center; } #traducao { padding: 0; margin: 0; background: rgba(0, 0, 0, 0.5); } /* ------- PAGE NOVE--------*/ .page-nove .animation { animation: letraMovimento 1s; animation-iteration-count: infinite; animation-timing-function: linear; will-change: transform; display: none; } .page-nove .play { display: block; } .page-nove .java { top: 5%; left: 10%; max-height: 150px; background: white; padding: 10px; border-radius: 10px; } .page-nove .cordova { top: 5%; left: 85%; max-height: 150px; background: white; padding: 10px; border-radius: 10px; } .page-nove .angular { top: 5%; left: 11%; max-height: 150px; background: white; padding: 10px; border-radius: 10px; } .page-nove .nodejs { top: 5%; left: 78%; max-height: 150px; background: white; padding: 10px; border-radius: 10px; } .page-nove .gulp { top: 46%; left: 18%; max-height: 150px; background: white; padding: 10px; border-radius: 10px; } .page-nove .grunt { top: 46%; left: 5%; max-height: 150px; background: white; padding: 10px; border-radius: 10px; } .page-nove .html { top: 46%; left: 73%; max-height: 150px; background: white; padding: 10px; border-radius: 10px; } .page-nove .css { top: 46%; left: 85%; max-height: 150px; background: white; padding: 10px; border-radius: 10px; } /* ------- PAGE ONZE--------*/ .page-onze .estrelas { background: url('../img/page-onze/estrelas.png'); background-repeat: repeat; animation: starMove 4s linear infinite; } .page-onze .boneco { animation: bonecoMovimento 6s ease-out infinite; } /* ------- PAGE DOZE--------*/ .contrate { font-size: 80px; color: #FFF; font-family: Monoton; position: absolute; top: 40%; left: 50%; z-index: 100; transform: translate(-50%, -50%); -webkit-animation: neon1 1.5s ease-in-out infinite alternate; -moz-animation: neon1 1.5s ease-in-out infinite alternate; animation: neon1 1.5s ease-in-out infinite alternate; } @-webkit-keyframes neon1 { from { text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177; } to { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177; } } @-moz-keyframes neon1 { from { text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177; } to { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177; } } @keyframes neon1 { from { text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177; } to { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177; } } /* ------- PAGE FINAL--------*/ #page-central { height: 100%; } .final { min-height: 100%; display: flex; flex-direction: column; justify-content: center; background-image: url('../img/page-sete/carro.gif'); background-size: cover; } /*---------- ANIMATIONS -----------*/ @keyframes starMove { 0% { background-position: left 0; } 100% { background-position: left 2000px; } } @keyframes visibleElement { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes rotateChapeu { 0% { transform: rotate(360deg); width: 50%; top: 50%; } 100% { transform: rotate(0deg); width: 100%; top: 0%; } } @keyframes mapa { 0% { top: 100%; display: none; } 1% { display: block; } 100% { top: 0; } } @keyframes letraMovimento { 0% { transform: rotate(0deg); } 25% { transform: rotate(5deg); } 50% { transform: rotate(0deg); } 75% { transform: rotate(-5deg); } 100% { transform: rotate(0deg); } } @keyframes bonecoMovimento { 0% { transform: translate(-1500px, 500px); } 100% { transform: translate(2000px, -650px); } } @keyframes colorWhite { 0% { filter: none; filter: grayscale(0); -webkit-filter: grayscale(0); } 100% { filter: gray; filter: grayscale(1); -webkit-filter: grayscale(1); } } .collection .collection-item { line-height: 2.5rem; } .collection .collection-item.avatar { min-height: 60px; } .collection .collection-item.avatar i.circle { line-height: 45px; } .collection .collection-item.avatar i.circle.facebook { background-color: #3b5998; } .collection .collection-item.avatar i.circle.twitter { background-color: #4da7de; } .collection .collection-item.avatar i.circle.linkedin { background-color: #3371b7; } .collection .collection-item.avatar i.circle.github { background-color: #221e1b; } .collection .collection-item.avatar i.circle.whatsapp { background-color: #20B038; } .collection .collection-item.avatar i.circle.telegram { background-color: #0088cc; } .no-margin { margin: 0; } @media (max-width: 799px) { .card-text-info { position: absolute; z-index: 1; right: 0px; width: 100%; top: inherit; bottom: 0px; } .page-nove .java, .page-nove .cordova, .page-nove .angular, .page-nove .nodejs, .page-nove .gulp, .page-nove .grunt, .page-nove .html, .page-nove .css { top: 4%; left: 60%; max-height: 100px; background: white; padding: 10px; border-radius: 10px; transform: translate(-50%, -50%); } .traducao{ max-width: 100%; padding: 10px; top: 80%; } .contrate { font-size: 21px; top: 10%; } }
0.52902
0.113187
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Open+Sans:wght@300&family=Outfit:wght@700&family=Roboto:wght@300; 400;500;900&family=Rubik+Mono+One&display=swap);* { box-sizing: border-box; margin: 0; padding: 0; font-family: "Roboto", sans-serif; } .container { width: 80%; margin: auto; } header .container { display: flex; justify-content: space-between; align-items: center; } header ul { display: flex; list-style: none; align-items: center; height: 130px; } header ul li { line-height: 100%; height: 130px; display: flex; align-items: center; } header ul li a { text-decoration: none; padding: 20px; color: black; line-height: 100%; height: 130px; display: flex; align-items: center; } header ul li a:hover { border-bottom: solid #0382f9 5px; color: #0382f9; } .jumbo { width: 100%; height: 350px; } .jumbo img { width: 100%; max-height: 350px; -o-object-fit: cover; object-fit: cover; -o-object-position: top; object-position: top; } .th-main { min-height: 100px; background-color: #1c1c1c; display: flex; } .th-main .th-container { padding-top: 50px; display: flex; height: 100%; flex-wrap: wrap; } .th-main .th-container .thumb { display: flex; flex-direction: column; position: relative; height: 300px; width: 16.6666666667%; } .th-main .th-container .thumb .th-img-cont { position: absolute; top: 0; left: 0; height: 200px; overflow: hidden; } .th-main .th-container .thumb span { color: white; position: absolute; top: 220px; display: inline-block; max-width: 90%; } .container { display: flex; justify-content: center; } button { padding: 10px 50px; background-color: #0382f9; border: none; color: white; font-weight: bold; margin-bottom: 30px; } footer { display: flex; min-height: 100px; background-color: #0382f9; } footer .ft-container #footer-top { display: flex; } footer .ft-container #footer-top .box { height: 150px; width: 20%; display: flex; justify-content: center; align-items: center; } footer .ft-container #footer-top .box a { text-align: center; } footer .ft-container #footer-top .box a #visa { width: 75px; margin-right: 20px; } footer .ft-container #footer-top .box a img { width: 50%; height: 50%; } footer .ft-container #footer-top .box a img #visa { width: 50%; height: 50%; } footer .ft-container #footer-top .box span { color: white; } .footer-center { background-image: url("/img/footer-bg.jpg"); height: 450px; } .footer-center::after { display: table; content: ""; clear: both; } .footer-center .container { height: 100%; } .footer-center .left-box, .footer-center .right-box { width: 50%; float: left; height: 100%; display: flex; position: relative; } .footer-center .left-box { padding-top: 20px; } .footer-center .left-box .links { width: 26.6666666667%; } .footer-center .left-box .links h1 { color: white; padding: 20px 0; } .footer-center .left-box .links li { margin: 10px 0; } .footer-center .left-box .links a { text-decoration: none; font-size: 15px; color: gray; } .footer-center .right-box { position: relative; } .footer-center .right-box #img-container { position: absolute; top: 0; bottom: 0; left: 0; right: 0; max-height: 100%; text-align: center; overflow: hidden; } .footer-center .right-box #img-container img { vertical-align: middle; position: absolute; height: 150%; top: 50%; left: 50%; transform: translate(-50%, -50%); } .footer-bottom { height: 150px; background-color: #303030; } .footer-bottom .container { height: 100%; } .footer-bottom .container::after { display: table; content: ""; clear: both; } .footer-bottom .container .left-box, .footer-bottom .container .right-box { height: 100%; width: 50%; float: left; display: flex; align-items: center; } .footer-bottom .container button { padding: 15px; background-color: transparent; border: solid #0382f9 3px; color: white; } .footer-bottom .container .right-box { justify-content: end; } .footer-bottom .container .right-box #follow { padding: 0 10px; color: #0382f9; font-weight: 600; font-size: 18px; } .footer-bottom .container .right-box .icon-box { width: 30px; height: 30px; border-radius: 50%; display: flex; justify-content: center; align-items: center; background-color: gray; margin: 0 5px; } .dettaglioFumetto .fascia { width: 100%; height: 100px; background-color: #0382f9; position: relative; } .dettaglioFumetto .fascia .fascia-wrapper { width: 70%; margin: auto; } .dettaglioFumetto .fascia .fascia-wrapper .thumb-wrap { position: relative; } .dettaglioFumetto .fascia .fascia-wrapper .thumb-wrap .thumb { position: absolute; bottom: 320px; width: 250px; } .dettaglioFumetto .fascia .fascia-wrapper .thumb-wrap .thumb .img-cont-th { width: 100%; height: 100%; position: relative; } .dettaglioFumetto .fascia .fascia-wrapper .thumb-wrap .thumb .img-cont-th .genre { position: absolute; top: 0; left: 0; color: white; padding: 8px 15px; z-index: 9999; background-color: #1498cf; } .dettaglioFumetto .fascia .fascia-wrapper .thumb-wrap .thumb .img-cont-th .img { position: absolute; top: 0; left: 0; width: 100%; height: 350px; border: solid white 1px; } .dettaglioFumetto .fascia .fascia-wrapper .thumb-wrap .thumb .img-cont-th .img .img-art { width: 100%; } .dettaglioFumetto .fascia .fascia-wrapper .thumb-wrap .thumb .img-cont-th .gallery { position: absolute; top: 350px; left: 0; width: 100%; color: white; padding: 8px 15px; z-index: 9999; background-color: #1498cf; text-align: center; } .dettaglioFumetto .wrapper { width: 70%; height: 500px; margin: auto; display: flex; } .dettaglioFumetto .wrapper .box-l { width: 60%; height: 100%; padding-top: 115px; } .dettaglioFumetto .wrapper .box-l h1 { margin-bottom: 20px; } .dettaglioFumetto .wrapper .box-l .price { display: flex; width: 100%; height: 50px; background-color: green; margin-bottom: 20px; } .dettaglioFumetto .wrapper .box-l .price .usd { width: 60%; height: 100%; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; } .dettaglioFumetto .wrapper .box-l .price .availability { width: 40%; height: 100%; display: flex; justify-content: center; align-items: center; } .dettaglioFumetto .wrapper .box-l .description { font-size: 18px; line-height: 25px; padding-bottom: 50px; } .dettaglioFumetto .wrapper .box-r { width: 40%; height: 100%; padding-top: 80px; display: flex; flex-direction: column; align-items: flex-end; } .dettaglioFumetto .wrapper .box-r .adv { margin-bottom: 15px; } .dettaglioFumetto .wrapper .box-r .adv-img { width: 350px; } .dettaglioFumetto .main-btm { display: flex; background-color: lightgray; margin-top: 50px; } .dettaglioFumetto .main-btm .talent, .dettaglioFumetto .main-btm .specs { width: 50%; } .dettaglioFumetto .main-btm .talent h2 { margin: 20px 0; } .dettaglioFumetto .main-btm .talent .art { display: flex; border-top: solid white 1px; border-bottom: solid white 1px; padding: 15px 0; } .dettaglioFumetto .main-btm .talent .art .title { width: 40%; display: flex; } .dettaglioFumetto .main-btm .talent .art .artists { width: 60%; } .dettaglioFumetto .main-btm .specs { margin-left: 30px; } .dettaglioFumetto .main-btm .specs h2 { margin: 20px 0; } .dettaglioFumetto .main-btm .specs .specs-cont { height: 50px; padding: 15px 0; border-bottom: solid white 1px; border-top: solid white 1px; } .dettaglioFumetto .main-btm .specs .specs-cont .specs-info { display: inline-block; width: 200px; }
public/css/app.css
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Open+Sans:wght@300&family=Outfit:wght@700&family=Roboto:wght@300; 400;500;900&family=Rubik+Mono+One&display=swap);* { box-sizing: border-box; margin: 0; padding: 0; font-family: "Roboto", sans-serif; } .container { width: 80%; margin: auto; } header .container { display: flex; justify-content: space-between; align-items: center; } header ul { display: flex; list-style: none; align-items: center; height: 130px; } header ul li { line-height: 100%; height: 130px; display: flex; align-items: center; } header ul li a { text-decoration: none; padding: 20px; color: black; line-height: 100%; height: 130px; display: flex; align-items: center; } header ul li a:hover { border-bottom: solid #0382f9 5px; color: #0382f9; } .jumbo { width: 100%; height: 350px; } .jumbo img { width: 100%; max-height: 350px; -o-object-fit: cover; object-fit: cover; -o-object-position: top; object-position: top; } .th-main { min-height: 100px; background-color: #1c1c1c; display: flex; } .th-main .th-container { padding-top: 50px; display: flex; height: 100%; flex-wrap: wrap; } .th-main .th-container .thumb { display: flex; flex-direction: column; position: relative; height: 300px; width: 16.6666666667%; } .th-main .th-container .thumb .th-img-cont { position: absolute; top: 0; left: 0; height: 200px; overflow: hidden; } .th-main .th-container .thumb span { color: white; position: absolute; top: 220px; display: inline-block; max-width: 90%; } .container { display: flex; justify-content: center; } button { padding: 10px 50px; background-color: #0382f9; border: none; color: white; font-weight: bold; margin-bottom: 30px; } footer { display: flex; min-height: 100px; background-color: #0382f9; } footer .ft-container #footer-top { display: flex; } footer .ft-container #footer-top .box { height: 150px; width: 20%; display: flex; justify-content: center; align-items: center; } footer .ft-container #footer-top .box a { text-align: center; } footer .ft-container #footer-top .box a #visa { width: 75px; margin-right: 20px; } footer .ft-container #footer-top .box a img { width: 50%; height: 50%; } footer .ft-container #footer-top .box a img #visa { width: 50%; height: 50%; } footer .ft-container #footer-top .box span { color: white; } .footer-center { background-image: url("/img/footer-bg.jpg"); height: 450px; } .footer-center::after { display: table; content: ""; clear: both; } .footer-center .container { height: 100%; } .footer-center .left-box, .footer-center .right-box { width: 50%; float: left; height: 100%; display: flex; position: relative; } .footer-center .left-box { padding-top: 20px; } .footer-center .left-box .links { width: 26.6666666667%; } .footer-center .left-box .links h1 { color: white; padding: 20px 0; } .footer-center .left-box .links li { margin: 10px 0; } .footer-center .left-box .links a { text-decoration: none; font-size: 15px; color: gray; } .footer-center .right-box { position: relative; } .footer-center .right-box #img-container { position: absolute; top: 0; bottom: 0; left: 0; right: 0; max-height: 100%; text-align: center; overflow: hidden; } .footer-center .right-box #img-container img { vertical-align: middle; position: absolute; height: 150%; top: 50%; left: 50%; transform: translate(-50%, -50%); } .footer-bottom { height: 150px; background-color: #303030; } .footer-bottom .container { height: 100%; } .footer-bottom .container::after { display: table; content: ""; clear: both; } .footer-bottom .container .left-box, .footer-bottom .container .right-box { height: 100%; width: 50%; float: left; display: flex; align-items: center; } .footer-bottom .container button { padding: 15px; background-color: transparent; border: solid #0382f9 3px; color: white; } .footer-bottom .container .right-box { justify-content: end; } .footer-bottom .container .right-box #follow { padding: 0 10px; color: #0382f9; font-weight: 600; font-size: 18px; } .footer-bottom .container .right-box .icon-box { width: 30px; height: 30px; border-radius: 50%; display: flex; justify-content: center; align-items: center; background-color: gray; margin: 0 5px; } .dettaglioFumetto .fascia { width: 100%; height: 100px; background-color: #0382f9; position: relative; } .dettaglioFumetto .fascia .fascia-wrapper { width: 70%; margin: auto; } .dettaglioFumetto .fascia .fascia-wrapper .thumb-wrap { position: relative; } .dettaglioFumetto .fascia .fascia-wrapper .thumb-wrap .thumb { position: absolute; bottom: 320px; width: 250px; } .dettaglioFumetto .fascia .fascia-wrapper .thumb-wrap .thumb .img-cont-th { width: 100%; height: 100%; position: relative; } .dettaglioFumetto .fascia .fascia-wrapper .thumb-wrap .thumb .img-cont-th .genre { position: absolute; top: 0; left: 0; color: white; padding: 8px 15px; z-index: 9999; background-color: #1498cf; } .dettaglioFumetto .fascia .fascia-wrapper .thumb-wrap .thumb .img-cont-th .img { position: absolute; top: 0; left: 0; width: 100%; height: 350px; border: solid white 1px; } .dettaglioFumetto .fascia .fascia-wrapper .thumb-wrap .thumb .img-cont-th .img .img-art { width: 100%; } .dettaglioFumetto .fascia .fascia-wrapper .thumb-wrap .thumb .img-cont-th .gallery { position: absolute; top: 350px; left: 0; width: 100%; color: white; padding: 8px 15px; z-index: 9999; background-color: #1498cf; text-align: center; } .dettaglioFumetto .wrapper { width: 70%; height: 500px; margin: auto; display: flex; } .dettaglioFumetto .wrapper .box-l { width: 60%; height: 100%; padding-top: 115px; } .dettaglioFumetto .wrapper .box-l h1 { margin-bottom: 20px; } .dettaglioFumetto .wrapper .box-l .price { display: flex; width: 100%; height: 50px; background-color: green; margin-bottom: 20px; } .dettaglioFumetto .wrapper .box-l .price .usd { width: 60%; height: 100%; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; } .dettaglioFumetto .wrapper .box-l .price .availability { width: 40%; height: 100%; display: flex; justify-content: center; align-items: center; } .dettaglioFumetto .wrapper .box-l .description { font-size: 18px; line-height: 25px; padding-bottom: 50px; } .dettaglioFumetto .wrapper .box-r { width: 40%; height: 100%; padding-top: 80px; display: flex; flex-direction: column; align-items: flex-end; } .dettaglioFumetto .wrapper .box-r .adv { margin-bottom: 15px; } .dettaglioFumetto .wrapper .box-r .adv-img { width: 350px; } .dettaglioFumetto .main-btm { display: flex; background-color: lightgray; margin-top: 50px; } .dettaglioFumetto .main-btm .talent, .dettaglioFumetto .main-btm .specs { width: 50%; } .dettaglioFumetto .main-btm .talent h2 { margin: 20px 0; } .dettaglioFumetto .main-btm .talent .art { display: flex; border-top: solid white 1px; border-bottom: solid white 1px; padding: 15px 0; } .dettaglioFumetto .main-btm .talent .art .title { width: 40%; display: flex; } .dettaglioFumetto .main-btm .talent .art .artists { width: 60%; } .dettaglioFumetto .main-btm .specs { margin-left: 30px; } .dettaglioFumetto .main-btm .specs h2 { margin: 20px 0; } .dettaglioFumetto .main-btm .specs .specs-cont { height: 50px; padding: 15px 0; border-bottom: solid white 1px; border-top: solid white 1px; } .dettaglioFumetto .main-btm .specs .specs-cont .specs-info { display: inline-block; width: 200px; }
0.45641
0.077868
* { padding: 0; margin: 0; } html, body, main { height: 100%; /* min-height: 100%; */ } body { background: linear-gradient(#12171A 0%, #151D37 40%, #24315E 75%, #374785 100%); position: relative; background-repeat: no-repeat; background-attachment: fixed; color: white; font-family: 'Rubik', sans-serif; /* padding: 0 1.5rem; */ } .nav { display: flex; justify-content: space-between; align-items: center; /* flex-wrap: wrap; */ } .logo { max-width: 3rem; margin-left: 1rem; } ul { display: flex; flex-direction: row; list-style-type: none; text-align: center; /* padding-left:30rem; */ padding-right: 3rem; justify-content: flex-end; /* display: flex; */ /* padding-top:0.5em; */ } li { display: inline-block; margin: 15px auto; text-align: center; padding-left: 2.5rem; /* padding-bottom: 0.85em; */ } li a { text-decoration: none; /* display: block; */ color: white; font-size: 1.4em; } li a:hover { color: gray; } nav { /* display: inline; */ position: fixed; width: 100%; height: 3.5rem; display: inline-block; background-color: rgba(6, 7, 8, 0.9); z-index: 99; } section:not(#landing) { /* padding: 10rem 10rem; */ /* padding-top: 0rem; */ padding-right: 10rem; padding-left: 10rem; } #landing-contents { position: absolute; left: 24rem; top: 16rem; text-align: center; } .landing-buttons { position: absolute; background-color: rgba(173, 201, 216, 0.5); border-radius: 0.5em; border: none; text-decoration: none; color: rgb(116, 168, 194); padding: 0.8em 1em; } .landing-buttons:hover { color: grey; background-color:rgb(116, 168, 194); } .flex-grid { display: flex; flex-direction: column; /* width: 100%; */ height: 100%; } p { line-height: 180%; font-size: 1.1rem; } .applyBtn { /* position: */ top: 26rem; left: 30rem; } .fbBtn { /* position: relative; */ top: 26rem; left: 50rem; } #about-title { color: rgb(247, 108, 163); font-size: 2em; /* padding-top:2em; margin-top: 0em; */ } #schedule-title { color: #374785; font-size: 2em; /* padding-left: 10rem; padding-right: 10rem; */ /* align:center; */ /* padding-left: 50rem; padding-right: 50rem; */ /* text-align: center; */ /* padding-top:2em; margin-top: 0em; */ } #faq-title { color: #A8D0E6; font-size: 2em; } .flex-grid:nth-child(7) { order: 6; text-align: center; color: pink; }
old code/style/style.css
* { padding: 0; margin: 0; } html, body, main { height: 100%; /* min-height: 100%; */ } body { background: linear-gradient(#12171A 0%, #151D37 40%, #24315E 75%, #374785 100%); position: relative; background-repeat: no-repeat; background-attachment: fixed; color: white; font-family: 'Rubik', sans-serif; /* padding: 0 1.5rem; */ } .nav { display: flex; justify-content: space-between; align-items: center; /* flex-wrap: wrap; */ } .logo { max-width: 3rem; margin-left: 1rem; } ul { display: flex; flex-direction: row; list-style-type: none; text-align: center; /* padding-left:30rem; */ padding-right: 3rem; justify-content: flex-end; /* display: flex; */ /* padding-top:0.5em; */ } li { display: inline-block; margin: 15px auto; text-align: center; padding-left: 2.5rem; /* padding-bottom: 0.85em; */ } li a { text-decoration: none; /* display: block; */ color: white; font-size: 1.4em; } li a:hover { color: gray; } nav { /* display: inline; */ position: fixed; width: 100%; height: 3.5rem; display: inline-block; background-color: rgba(6, 7, 8, 0.9); z-index: 99; } section:not(#landing) { /* padding: 10rem 10rem; */ /* padding-top: 0rem; */ padding-right: 10rem; padding-left: 10rem; } #landing-contents { position: absolute; left: 24rem; top: 16rem; text-align: center; } .landing-buttons { position: absolute; background-color: rgba(173, 201, 216, 0.5); border-radius: 0.5em; border: none; text-decoration: none; color: rgb(116, 168, 194); padding: 0.8em 1em; } .landing-buttons:hover { color: grey; background-color:rgb(116, 168, 194); } .flex-grid { display: flex; flex-direction: column; /* width: 100%; */ height: 100%; } p { line-height: 180%; font-size: 1.1rem; } .applyBtn { /* position: */ top: 26rem; left: 30rem; } .fbBtn { /* position: relative; */ top: 26rem; left: 50rem; } #about-title { color: rgb(247, 108, 163); font-size: 2em; /* padding-top:2em; margin-top: 0em; */ } #schedule-title { color: #374785; font-size: 2em; /* padding-left: 10rem; padding-right: 10rem; */ /* align:center; */ /* padding-left: 50rem; padding-right: 50rem; */ /* text-align: center; */ /* padding-top:2em; margin-top: 0em; */ } #faq-title { color: #A8D0E6; font-size: 2em; } .flex-grid:nth-child(7) { order: 6; text-align: center; color: pink; }
0.483648
0.102125
@font-face { font-family: "travel"; src: url("../nomie-icons/travel/travel.eot"); src: url("../nomie-icons/travel/travel.eot?#iefix") format("embedded-opentype"), url("../nomie-icons/travel/travel.woff") format("woff"), url("../nomie-icons/travel/travel.ttf") format("truetype"), url("../nomie-icons/travel/travel.svg#travel") format("svg"); font-weight: normal; font-style: normal; } @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: "travel"; src: url("../nomie-icons/travel/travel.svg#travel") format("svg"); } } [class^="travel-"]:before, [class*=" travel-"]:before, [class^="travel-"]:after, [class*=" travel-"]:after { font-family: travel; font-style: normal; } .travel-airplane:before { content: "\f100"; } .travel-anchor:before { content: "\f101"; } .travel-backpack:before { content: "\f102"; } .travel-backpack-1:before { content: "\f103"; } .travel-backpack-2:before { content: "\f104"; } .travel-backpack-3:before { content: "\f105"; } .travel-beach:before { content: "\f106"; } .travel-bed:before { content: "\f107"; } .travel-bicycle:before { content: "\f108"; } .travel-boat:before { content: "\f109"; } .travel-building:before { content: "\f10a"; } .travel-bus:before { content: "\f10b"; } .travel-cabin:before { content: "\f10c"; } .travel-calendar:before { content: "\f10d"; } .travel-car:before { content: "\f10e"; } .travel-church:before { content: "\f10f"; } .travel-cocktail:before { content: "\f110"; } .travel-colosseum:before { content: "\f111"; } .travel-compass:before { content: "\f112"; } .travel-credit-card:before { content: "\f113"; } .travel-directions:before { content: "\f114"; } .travel-dish:before { content: "\f115"; } .travel-flashlight:before { content: "\f116"; } .travel-flip-flops:before { content: "\f117"; } .travel-hot-air-balloon:before { content: "\f118"; } .travel-house:before { content: "\f119"; } .travel-info:before { content: "\f11a"; } .travel-lifesaver:before { content: "\f11b"; } .travel-location:before { content: "\f11c"; } .travel-map:before { content: "\f11d"; } .travel-map-1:before { content: "\f11e"; } .travel-mountains:before { content: "\f11f"; } .travel-no-disturb:before { content: "\f120"; } .travel-photo-camera:before { content: "\f121"; } .travel-picture:before { content: "\f122"; } .travel-star:before { content: "\f123"; } .travel-suitcase:before { content: "\f124"; } .travel-suitcase-1:before { content: "\f125"; } .travel-suitcase-2:before { content: "\f126"; } .travel-suitcase-3:before { content: "\f127"; } .travel-suitcase-4:before { content: "\f128"; } .travel-suitcase-5:before { content: "\f129"; } .travel-tent:before { content: "\f12a"; } .travel-tent-1:before { content: "\f12b"; } .travel-towel:before { content: "\f12c"; } .travel-train:before { content: "\f12d"; } .travel-tree:before { content: "\f12e"; } .travel-video-camera:before { content: "\f12f"; } .travel-wallet:before { content: "\f130"; } .travel-watch:before { content: "\f131"; }
ux/fonts/nomie-icons/travel/travel.css
@font-face { font-family: "travel"; src: url("../nomie-icons/travel/travel.eot"); src: url("../nomie-icons/travel/travel.eot?#iefix") format("embedded-opentype"), url("../nomie-icons/travel/travel.woff") format("woff"), url("../nomie-icons/travel/travel.ttf") format("truetype"), url("../nomie-icons/travel/travel.svg#travel") format("svg"); font-weight: normal; font-style: normal; } @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: "travel"; src: url("../nomie-icons/travel/travel.svg#travel") format("svg"); } } [class^="travel-"]:before, [class*=" travel-"]:before, [class^="travel-"]:after, [class*=" travel-"]:after { font-family: travel; font-style: normal; } .travel-airplane:before { content: "\f100"; } .travel-anchor:before { content: "\f101"; } .travel-backpack:before { content: "\f102"; } .travel-backpack-1:before { content: "\f103"; } .travel-backpack-2:before { content: "\f104"; } .travel-backpack-3:before { content: "\f105"; } .travel-beach:before { content: "\f106"; } .travel-bed:before { content: "\f107"; } .travel-bicycle:before { content: "\f108"; } .travel-boat:before { content: "\f109"; } .travel-building:before { content: "\f10a"; } .travel-bus:before { content: "\f10b"; } .travel-cabin:before { content: "\f10c"; } .travel-calendar:before { content: "\f10d"; } .travel-car:before { content: "\f10e"; } .travel-church:before { content: "\f10f"; } .travel-cocktail:before { content: "\f110"; } .travel-colosseum:before { content: "\f111"; } .travel-compass:before { content: "\f112"; } .travel-credit-card:before { content: "\f113"; } .travel-directions:before { content: "\f114"; } .travel-dish:before { content: "\f115"; } .travel-flashlight:before { content: "\f116"; } .travel-flip-flops:before { content: "\f117"; } .travel-hot-air-balloon:before { content: "\f118"; } .travel-house:before { content: "\f119"; } .travel-info:before { content: "\f11a"; } .travel-lifesaver:before { content: "\f11b"; } .travel-location:before { content: "\f11c"; } .travel-map:before { content: "\f11d"; } .travel-map-1:before { content: "\f11e"; } .travel-mountains:before { content: "\f11f"; } .travel-no-disturb:before { content: "\f120"; } .travel-photo-camera:before { content: "\f121"; } .travel-picture:before { content: "\f122"; } .travel-star:before { content: "\f123"; } .travel-suitcase:before { content: "\f124"; } .travel-suitcase-1:before { content: "\f125"; } .travel-suitcase-2:before { content: "\f126"; } .travel-suitcase-3:before { content: "\f127"; } .travel-suitcase-4:before { content: "\f128"; } .travel-suitcase-5:before { content: "\f129"; } .travel-tent:before { content: "\f12a"; } .travel-tent-1:before { content: "\f12b"; } .travel-towel:before { content: "\f12c"; } .travel-train:before { content: "\f12d"; } .travel-tree:before { content: "\f12e"; } .travel-video-camera:before { content: "\f12f"; } .travel-wallet:before { content: "\f130"; } .travel-watch:before { content: "\f131"; }
0.302391
0.083106
.block__subitem__chassis:before, .block__subitem__cisterns li { display: inline-block; background-image: url("../img/sprite.svg"); -moz-background-size: 25.375em 22em; -o-background-size: 25.375em 22em; background-size: 25.375em 22em; } .col-catalog { margin-bottom: 3rem; } .catalog { display: -ms-grid; display: grid; -ms-grid-columns: 1fr; grid-template-columns: 1fr; margin-bottom: 2rem; grid-gap: 2vw; /*@include min-screen(1024px) { grid-template-columns: minmax(320px, 1fr) 1fr; }*/ } .catalog .block__subitem__image { -webkit-align-self: end; -ms-flex-item-align: end; -ms-grid-row-align: end; align-self: end; } @media only screen and (min-width: 768px) { .catalog { -ms-grid-columns: minmax(180px, 1fr) 2fr; grid-template-columns: minmax(180px, 1fr) 2fr; } } @media only screen and (min-width: 1024px) { .catalog { -ms-grid-columns: minmax(319px, 1fr) 2fr; grid-template-columns: minmax(319px, 1fr) 2fr; } } .cataloglist { margin-bottom: 3rem; } @media only screen and (min-width: 768px) { .cataloglist { padding-bottom: 1rem; } } .block__subitem__cisterns, .brand_img { display: none; } @media only screen and (min-width: 768px) { .brand_img { display: inline-block; } } .block__subitem__chassis { position: relative; } .block__subitem__chassis:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 2.375em; height: 3.1875em; background-position: -4.9375em -18.1875em; } .block__subitem__chassis li { margin: 0px 0rem 0 50px; padding-bottom: 0.5rem; line-height: 1; } @media only screen and (max-width: 500px) { .block__subitem__specs { margin-bottom: 1rem; } } @media only screen and (min-width: 768px) { .block__subitem__specs { margin-bottom: 0; } } .block__subitem__specs li { font-size: 44px; line-height: 1; font-family: "squares", "arial"; margin-bottom: 0.5rem; } .block__subitem__specs li span { font-family: "segoeui", "arial"; font-size: 16px; padding-left: 10px; } .block__subitem__brand { display: inline-block; } .brand_name { font-family: "squares", "arial"; margin: 0.25rem; } @media only screen and (min-width: 768px) { .brand_name { display: none; } } @media only screen and (min-width: 500px) { .block__subitem__content { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; } } @media only screen and (min-width: 768px) { .block__subitem__content { display: -ms-grid; display: grid; grid-auto-flow: row; -ms-grid-rows: min-content; grid-template-rows: -webkit-min-content; grid-template-rows: min-content; } } .block__subitem__title { grid-column: span 2; } @media only screen and (min-width: 768px) { .block__subitem__title, .block__subitem__brands { grid-column: span 3; } } .catalog:last-child { margin-bottom: 0; } @media only screen and (min-width: 1024px) { .block__subitem__cisterns { display: -ms-grid; display: grid; -ms-grid-columns: (5.5rem)[auto-fill]; grid-template-columns: repeat(auto-fill, 5.5rem); grid-column: span 3; grid-gap: 1rem; } } .block__subitem__cisterns li { width: 6.4375em; height: 2.1875em; background-position: -0.3125em -15.4375em; padding: 0.5rem 0; text-align: center; text-transform: lowercase; } .block__subitem__cisterns li:before { display: none; }
src/components/css/section-catalog.css
.block__subitem__chassis:before, .block__subitem__cisterns li { display: inline-block; background-image: url("../img/sprite.svg"); -moz-background-size: 25.375em 22em; -o-background-size: 25.375em 22em; background-size: 25.375em 22em; } .col-catalog { margin-bottom: 3rem; } .catalog { display: -ms-grid; display: grid; -ms-grid-columns: 1fr; grid-template-columns: 1fr; margin-bottom: 2rem; grid-gap: 2vw; /*@include min-screen(1024px) { grid-template-columns: minmax(320px, 1fr) 1fr; }*/ } .catalog .block__subitem__image { -webkit-align-self: end; -ms-flex-item-align: end; -ms-grid-row-align: end; align-self: end; } @media only screen and (min-width: 768px) { .catalog { -ms-grid-columns: minmax(180px, 1fr) 2fr; grid-template-columns: minmax(180px, 1fr) 2fr; } } @media only screen and (min-width: 1024px) { .catalog { -ms-grid-columns: minmax(319px, 1fr) 2fr; grid-template-columns: minmax(319px, 1fr) 2fr; } } .cataloglist { margin-bottom: 3rem; } @media only screen and (min-width: 768px) { .cataloglist { padding-bottom: 1rem; } } .block__subitem__cisterns, .brand_img { display: none; } @media only screen and (min-width: 768px) { .brand_img { display: inline-block; } } .block__subitem__chassis { position: relative; } .block__subitem__chassis:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 2.375em; height: 3.1875em; background-position: -4.9375em -18.1875em; } .block__subitem__chassis li { margin: 0px 0rem 0 50px; padding-bottom: 0.5rem; line-height: 1; } @media only screen and (max-width: 500px) { .block__subitem__specs { margin-bottom: 1rem; } } @media only screen and (min-width: 768px) { .block__subitem__specs { margin-bottom: 0; } } .block__subitem__specs li { font-size: 44px; line-height: 1; font-family: "squares", "arial"; margin-bottom: 0.5rem; } .block__subitem__specs li span { font-family: "segoeui", "arial"; font-size: 16px; padding-left: 10px; } .block__subitem__brand { display: inline-block; } .brand_name { font-family: "squares", "arial"; margin: 0.25rem; } @media only screen and (min-width: 768px) { .brand_name { display: none; } } @media only screen and (min-width: 500px) { .block__subitem__content { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; } } @media only screen and (min-width: 768px) { .block__subitem__content { display: -ms-grid; display: grid; grid-auto-flow: row; -ms-grid-rows: min-content; grid-template-rows: -webkit-min-content; grid-template-rows: min-content; } } .block__subitem__title { grid-column: span 2; } @media only screen and (min-width: 768px) { .block__subitem__title, .block__subitem__brands { grid-column: span 3; } } .catalog:last-child { margin-bottom: 0; } @media only screen and (min-width: 1024px) { .block__subitem__cisterns { display: -ms-grid; display: grid; -ms-grid-columns: (5.5rem)[auto-fill]; grid-template-columns: repeat(auto-fill, 5.5rem); grid-column: span 3; grid-gap: 1rem; } } .block__subitem__cisterns li { width: 6.4375em; height: 2.1875em; background-position: -0.3125em -15.4375em; padding: 0.5rem 0; text-align: center; text-transform: lowercase; } .block__subitem__cisterns li:before { display: none; }
0.465873
0.115312
html { -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; -webkit-backface-visibility:hidden; moz-backface-visibility:hidden; -ms-backface-visibility:hidden; -webkit-touch-callout:none; /* overflow: hidden; */ } a { outline:0; } input::-moz-focus-inner { border:0; } body { background-color: #e5e5e5; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: normal; color: #333; /*background-image: url(/refe1.png); background-position: top left; background-repeat: no-repeat;*/ padding-top: 100px; } @font-face { font-family: 'bebas_neueregular'; src: url('../fonts/BebasNeue-webfont.eot'); src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue-webfont.woff') format('woff'), url('../fonts/BebasNeue-webfont.ttf') format('truetype'), url('../fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Gotham Medium'; src: url('../fonts/gotham-medium.eot'); src: url('../fonts/gotham-medium.eot') format('embedded-opentype'), url('../fonts/gotham-medium.woff') format('woff'), url('../fonts/gotham-medium.ttf') format('truetype'), url('../fonts/gotham-medium.svg#GothamMedium') format('svg'); } @font-face { font-family: 'Gotham Book'; src: url('../fonts/gotham-book.eot'); src: url('../fonts/gotham-book.eot') format('embedded-opentype'), url('../fonts/gotham-book.woff') format('woff'), url('../fonts/gotham-book.ttf') format('truetype'), url('../fonts/gotham-book.svg#GothamBook') format('svg'); } @font-face { font-family: 'Expo Bici'; src:url('../fonts/expobici.eot'); src:url('../fonts/expobici.eot?#iefix') format('embedded-opentype'), url('../fonts/expobici.ttf') format('truetype'), url('../fonts/expobici.woff') format('woff'), url('../fonts/expobici.svg#expobici') format('svg'); font-weight: normal; font-style: normal; } /* Rename icon- for viz- to avoid conflicts with Bootstrap =========== */ [class*="viz-"] { font-family: 'Expo Bici'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .viz-compass:before { content: "\e600"; } .viz-celsius:before { content: "\e601"; } .viz-heart:before { content: "\e602"; line-height: 126px; font-size: 64px; } .viz-colon:before { line-height: 115px; font-size: 50px; content: "\e603"; } .viz-chancho:before { line-height: 115px; font-size: 65px; content: "\e606"; } .viz-co2:before { line-height: 115px; font-size: 55px; content: "\e605"; } .viz-hamburguesa:before { line-height: 120px; font-size: 50px; content: "\e604"; } .viz-argentina:before { content: "\e607"; } .viz-luna:before { content: "\e608"; line-height: 113px; font-size: 63px; } header{display:block} header .header-gcba{padding:10px 0;overflow:visible;background-color:#f9dd00;*background-color:#ffbd04;background-image:-o-linear-gradient(top, #ffe603, #ffbd04);background-image:linear-gradient(top, #ffe603, #ffbd04);background-image:-ms-linear-gradient(top, #ffe603, #ffbd04);background-image:-webkit-linear-gradient(top, #ffe603, #ffbd04);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffe603), to(#ffbd04));background-image:-moz-linear-gradient(top, #ffe603, #ffbd04);background-repeat:repeat-x;border-top:1px solid #fdfd00;border-bottom:1px solid #ffc702;filter:progid:dximagetransform.microsoft.gradient(enabled=false);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffe603', endColorstr='#ffbd04', GradientType=0);box-shadow:0 0 10px rgba(0,0,0,0.7)}header .header-gcba .header-inner{padding-right:20px;padding-left:20px} header .header-gcba:hover,header .header-gcba:active,header .header-gcba.active,header .header-gcba.disabled,header .header-gcba[disabled]{background-color:#ffbd04;*background-color:#d6be00} header .header-gcba:active,header .header-gcba.active{background-color:#bda700} header .header-gcba .container{-webkit-opacity:.7;-moz-opacity:.7;opacity:.7} header .header-gcba .logo{float:left;width:172px;height:33px;background:url(../img/logo-normal.png)} header .header-gcba .slogan{ display:block;width:115px;height:11px;background:url(../img/slogan.png);float:right;margin-top:12px;text-indent: -5000px;} .site-footer{position:relative;*zoom:1;color:#fff;padding:40px 10px;height:inherit;background-color:#333;background-image:none;filter:none;font-size:12px} .site-footer a{color:#ffbd04} .footer-gcba .logo-invertido{float:left;width:172px;height:33px;background:url(../img/logo-invertido.png)} .footer-gcba h2.slogan{float:right;margin-top:-4px;margin-bottom:0;font-size:15px;letter-spacing:-1px;color:#fff} .footer-info{display:block;margin-top:30px} .title-container { display: block; margin-bottom: 30px; } h1, h2 { font-style: normal; color: #212121; text-align: center; } h1 { font-family: "Gotham Medium", "Arial"; font-size: 2.438em; letter-spacing: 0em; line-height: 1em; padding-bottom: 10px; margin-top: 7px; display: block; background-position: center center; background-repeat: no-repeat; } h2 { font-family: "Gotham Book", "Arial"; font-size: 1.563em; letter-spacing: -.1em; line-height: 1em; margin-top: 7px; display: block; background-position: center center; background-repeat: no-repeat; } .main-widget { position: relative; color: #424242; display: block; text-align: center !important; margin: 0 auto; height: 344px; } .main-widget .circle { margin: 0 auto; display: block; padding: 5px; background-color: #5cdbb0; color: #ffffff; border: #ffffff solid 10px; border-radius: 550px; -webkit-border-radius: 550px; -moz-border-radius: 550px; width: 280px; height: 280px; -webkit-transition: all .1s ease-in-out; text-decoration: none; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; } .main-widget .mask { position: absolute; display: block; margin: 0 auto; width: 280px; height: 69px; background-image: url(../img/gradient.png); background-position: 0 0; background-repeat: no-repeat; top: 123px; left: 0; right: 0; z-index: 1000; } .main-widget .counter { display: block; margin: 0 auto; font-family: "bebas_neueregular", "Gotham Medium", "Arial"; font-style: normal; font-size: 5.3em; letter-spacing: -.15em; line-height: .9em; margin-top: 110px; color: #424242; } .main-widget .reference { position: absolute; left: 0; right: 0; bottom: 20px; text-indent: -5000px; display: block; width: 330px; height: 130px; } .main-widget .usuarios { background: url(../img/ribbon-usuarios.png) no-repeat center center; } .main-widget .viajes { background: url(../img/ribbon-viajes.png) no-repeat center center; } .main-widget .kms { background: url(../img/ribbon-kms.png) no-repeat center center; } .date { text-align: center; margin: 0 auto; display: block; padding: 5px; color: #5cdbb0; width: 270px; height: 80px; -webkit-transition: all .1s ease-in-out; text-decoration: none; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; } .date .referemce { display: block; width: 100%; } .date .count { display: block; } .date .odometer-formatting-mark { display: none; } .widget { color: #424242; width: 200px; height: 290px; display: block; text-align: center !important; padding-bottom: 25px; margin-top: 50px; } .count { display: block; margin: 0 auto; font-family: "bebas_neueregular", "Gotham Medium", "Arial"; font-style: normal; font-size: 3.2em; line-height: 1em; margin-top: 7px; } .reference { display: block; margin: 0 auto; font-family: "Gotham Book", "Arial"; font-style: normal; font-size: 1.4em; color: #333; } .circle { margin: 0 auto; display: block; padding: 5px; background-color: #ffffff; color: #5cdbb0; border: #5cdbb0 solid 7px; border-radius: 120px; -webkit-border-radius: 120px; -moz-border-radius: 120px; width: 120px; height: 120px; -webkit-transition: all .1s ease-in-out; text-decoration: none; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; } .widget .odometer-digit { letter-spacing: .01em; width: 10px !important; } .odometer-formatting-mark { letter-spacing: .01em; } #hito-container .span12{ height: 270px; text-align: center; background-color: #5CDBB0; border-width: 10px; border-color: #FFFFFF; border-style: solid; border-radius: 50px; margin-bottom: 50px; padding: 0 100px; } #hito-container #hito{ font-family: "bebas_neueregular", "Gotham Medium", "Arial"; font-style: normal; font-size: 4.2em; line-height: 1em; margin-top: 40px; } #hito-container #hito-fecha{ line-height: 1em; margin-top: 40px; font-family: "Gotham Book", "Arial"; font-style: normal; font-size: 2.2em; } .institucional { background: #FFF; padding-top: 53px; } .institucional .container-fluid { padding: 0px; } h1, h2 { font-style: normal; color: #212121; text-align: center; } .institucional h1 { font-family: "Gotham Medium", "Arial"; font-size: 3.438em; letter-spacing: 0em; line-height: 1em; padding-bottom: 10px; margin-top: 95px; display: block; text-indent: 0px; background: none } .institucional h2 { font-family: "Gotham Book", "Arial"; font-size: 1.563em; letter-spacing: -.1em; line-height: 1em; margin-top: 7px; display: block; text-indent: 0px; background: none } .carousel { position: relative; margin-bottom: 20px; line-height: 1; } .carousel-inner { position: relative; width: 100%; overflow: hidden; } .carousel-inner > .item { position: relative; display: none; -webkit-transition: 0.6s ease-in-out left; -moz-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; line-height: 1; } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 40%; left: 15px; width: 40px; height: 40px; margin-top: -20px; font-size: 60px; font-weight: 100; line-height: 30px; color: #ffffff; text-align: center; background: #222222; border: 3px solid #ffffff; -webkit-border-radius: 23px; -moz-border-radius: 23px; border-radius: 23px; opacity: 0.5; filter: alpha(opacity=50); } .carousel-control.right { right: 15px; left: auto; } .carousel-control:hover, .carousel-control:focus { color: #ffffff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-indicators { position: absolute; top: 15px; right: 15px; z-index: 5; margin: 0; list-style: none; } .carousel-indicators li { display: block; float: left; width: 10px; height: 10px; margin-left: 5px; text-indent: -999px; background-color: #ccc; background-color: rgba(255, 255, 255, 0.25); border-radius: 5px; } .carousel-indicators .active { background-color: #fff; } .carousel-caption { font-family: "Gotham Medium", "Arial"; position: absolute; right: 0; bottom: 0; left: 0; padding: 15px; background: #fff; background: rgba(255, 255, 255, 0.75); } .carousel-caption h4, .carousel-caption p { display: block; width: 700px; margin: 0 auto; line-height: 30px; color: #434343; } .carousel-caption h4{ font-size: 40px; } .carousel-caption p { font-size: 20px; margin-bottom: 0; }
css/general.css
html { -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; -webkit-backface-visibility:hidden; moz-backface-visibility:hidden; -ms-backface-visibility:hidden; -webkit-touch-callout:none; /* overflow: hidden; */ } a { outline:0; } input::-moz-focus-inner { border:0; } body { background-color: #e5e5e5; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: normal; color: #333; /*background-image: url(/refe1.png); background-position: top left; background-repeat: no-repeat;*/ padding-top: 100px; } @font-face { font-family: 'bebas_neueregular'; src: url('../fonts/BebasNeue-webfont.eot'); src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue-webfont.woff') format('woff'), url('../fonts/BebasNeue-webfont.ttf') format('truetype'), url('../fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Gotham Medium'; src: url('../fonts/gotham-medium.eot'); src: url('../fonts/gotham-medium.eot') format('embedded-opentype'), url('../fonts/gotham-medium.woff') format('woff'), url('../fonts/gotham-medium.ttf') format('truetype'), url('../fonts/gotham-medium.svg#GothamMedium') format('svg'); } @font-face { font-family: 'Gotham Book'; src: url('../fonts/gotham-book.eot'); src: url('../fonts/gotham-book.eot') format('embedded-opentype'), url('../fonts/gotham-book.woff') format('woff'), url('../fonts/gotham-book.ttf') format('truetype'), url('../fonts/gotham-book.svg#GothamBook') format('svg'); } @font-face { font-family: 'Expo Bici'; src:url('../fonts/expobici.eot'); src:url('../fonts/expobici.eot?#iefix') format('embedded-opentype'), url('../fonts/expobici.ttf') format('truetype'), url('../fonts/expobici.woff') format('woff'), url('../fonts/expobici.svg#expobici') format('svg'); font-weight: normal; font-style: normal; } /* Rename icon- for viz- to avoid conflicts with Bootstrap =========== */ [class*="viz-"] { font-family: 'Expo Bici'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .viz-compass:before { content: "\e600"; } .viz-celsius:before { content: "\e601"; } .viz-heart:before { content: "\e602"; line-height: 126px; font-size: 64px; } .viz-colon:before { line-height: 115px; font-size: 50px; content: "\e603"; } .viz-chancho:before { line-height: 115px; font-size: 65px; content: "\e606"; } .viz-co2:before { line-height: 115px; font-size: 55px; content: "\e605"; } .viz-hamburguesa:before { line-height: 120px; font-size: 50px; content: "\e604"; } .viz-argentina:before { content: "\e607"; } .viz-luna:before { content: "\e608"; line-height: 113px; font-size: 63px; } header{display:block} header .header-gcba{padding:10px 0;overflow:visible;background-color:#f9dd00;*background-color:#ffbd04;background-image:-o-linear-gradient(top, #ffe603, #ffbd04);background-image:linear-gradient(top, #ffe603, #ffbd04);background-image:-ms-linear-gradient(top, #ffe603, #ffbd04);background-image:-webkit-linear-gradient(top, #ffe603, #ffbd04);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffe603), to(#ffbd04));background-image:-moz-linear-gradient(top, #ffe603, #ffbd04);background-repeat:repeat-x;border-top:1px solid #fdfd00;border-bottom:1px solid #ffc702;filter:progid:dximagetransform.microsoft.gradient(enabled=false);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffe603', endColorstr='#ffbd04', GradientType=0);box-shadow:0 0 10px rgba(0,0,0,0.7)}header .header-gcba .header-inner{padding-right:20px;padding-left:20px} header .header-gcba:hover,header .header-gcba:active,header .header-gcba.active,header .header-gcba.disabled,header .header-gcba[disabled]{background-color:#ffbd04;*background-color:#d6be00} header .header-gcba:active,header .header-gcba.active{background-color:#bda700} header .header-gcba .container{-webkit-opacity:.7;-moz-opacity:.7;opacity:.7} header .header-gcba .logo{float:left;width:172px;height:33px;background:url(../img/logo-normal.png)} header .header-gcba .slogan{ display:block;width:115px;height:11px;background:url(../img/slogan.png);float:right;margin-top:12px;text-indent: -5000px;} .site-footer{position:relative;*zoom:1;color:#fff;padding:40px 10px;height:inherit;background-color:#333;background-image:none;filter:none;font-size:12px} .site-footer a{color:#ffbd04} .footer-gcba .logo-invertido{float:left;width:172px;height:33px;background:url(../img/logo-invertido.png)} .footer-gcba h2.slogan{float:right;margin-top:-4px;margin-bottom:0;font-size:15px;letter-spacing:-1px;color:#fff} .footer-info{display:block;margin-top:30px} .title-container { display: block; margin-bottom: 30px; } h1, h2 { font-style: normal; color: #212121; text-align: center; } h1 { font-family: "Gotham Medium", "Arial"; font-size: 2.438em; letter-spacing: 0em; line-height: 1em; padding-bottom: 10px; margin-top: 7px; display: block; background-position: center center; background-repeat: no-repeat; } h2 { font-family: "Gotham Book", "Arial"; font-size: 1.563em; letter-spacing: -.1em; line-height: 1em; margin-top: 7px; display: block; background-position: center center; background-repeat: no-repeat; } .main-widget { position: relative; color: #424242; display: block; text-align: center !important; margin: 0 auto; height: 344px; } .main-widget .circle { margin: 0 auto; display: block; padding: 5px; background-color: #5cdbb0; color: #ffffff; border: #ffffff solid 10px; border-radius: 550px; -webkit-border-radius: 550px; -moz-border-radius: 550px; width: 280px; height: 280px; -webkit-transition: all .1s ease-in-out; text-decoration: none; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; } .main-widget .mask { position: absolute; display: block; margin: 0 auto; width: 280px; height: 69px; background-image: url(../img/gradient.png); background-position: 0 0; background-repeat: no-repeat; top: 123px; left: 0; right: 0; z-index: 1000; } .main-widget .counter { display: block; margin: 0 auto; font-family: "bebas_neueregular", "Gotham Medium", "Arial"; font-style: normal; font-size: 5.3em; letter-spacing: -.15em; line-height: .9em; margin-top: 110px; color: #424242; } .main-widget .reference { position: absolute; left: 0; right: 0; bottom: 20px; text-indent: -5000px; display: block; width: 330px; height: 130px; } .main-widget .usuarios { background: url(../img/ribbon-usuarios.png) no-repeat center center; } .main-widget .viajes { background: url(../img/ribbon-viajes.png) no-repeat center center; } .main-widget .kms { background: url(../img/ribbon-kms.png) no-repeat center center; } .date { text-align: center; margin: 0 auto; display: block; padding: 5px; color: #5cdbb0; width: 270px; height: 80px; -webkit-transition: all .1s ease-in-out; text-decoration: none; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; } .date .referemce { display: block; width: 100%; } .date .count { display: block; } .date .odometer-formatting-mark { display: none; } .widget { color: #424242; width: 200px; height: 290px; display: block; text-align: center !important; padding-bottom: 25px; margin-top: 50px; } .count { display: block; margin: 0 auto; font-family: "bebas_neueregular", "Gotham Medium", "Arial"; font-style: normal; font-size: 3.2em; line-height: 1em; margin-top: 7px; } .reference { display: block; margin: 0 auto; font-family: "Gotham Book", "Arial"; font-style: normal; font-size: 1.4em; color: #333; } .circle { margin: 0 auto; display: block; padding: 5px; background-color: #ffffff; color: #5cdbb0; border: #5cdbb0 solid 7px; border-radius: 120px; -webkit-border-radius: 120px; -moz-border-radius: 120px; width: 120px; height: 120px; -webkit-transition: all .1s ease-in-out; text-decoration: none; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; } .widget .odometer-digit { letter-spacing: .01em; width: 10px !important; } .odometer-formatting-mark { letter-spacing: .01em; } #hito-container .span12{ height: 270px; text-align: center; background-color: #5CDBB0; border-width: 10px; border-color: #FFFFFF; border-style: solid; border-radius: 50px; margin-bottom: 50px; padding: 0 100px; } #hito-container #hito{ font-family: "bebas_neueregular", "Gotham Medium", "Arial"; font-style: normal; font-size: 4.2em; line-height: 1em; margin-top: 40px; } #hito-container #hito-fecha{ line-height: 1em; margin-top: 40px; font-family: "Gotham Book", "Arial"; font-style: normal; font-size: 2.2em; } .institucional { background: #FFF; padding-top: 53px; } .institucional .container-fluid { padding: 0px; } h1, h2 { font-style: normal; color: #212121; text-align: center; } .institucional h1 { font-family: "Gotham Medium", "Arial"; font-size: 3.438em; letter-spacing: 0em; line-height: 1em; padding-bottom: 10px; margin-top: 95px; display: block; text-indent: 0px; background: none } .institucional h2 { font-family: "Gotham Book", "Arial"; font-size: 1.563em; letter-spacing: -.1em; line-height: 1em; margin-top: 7px; display: block; text-indent: 0px; background: none } .carousel { position: relative; margin-bottom: 20px; line-height: 1; } .carousel-inner { position: relative; width: 100%; overflow: hidden; } .carousel-inner > .item { position: relative; display: none; -webkit-transition: 0.6s ease-in-out left; -moz-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; line-height: 1; } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 40%; left: 15px; width: 40px; height: 40px; margin-top: -20px; font-size: 60px; font-weight: 100; line-height: 30px; color: #ffffff; text-align: center; background: #222222; border: 3px solid #ffffff; -webkit-border-radius: 23px; -moz-border-radius: 23px; border-radius: 23px; opacity: 0.5; filter: alpha(opacity=50); } .carousel-control.right { right: 15px; left: auto; } .carousel-control:hover, .carousel-control:focus { color: #ffffff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-indicators { position: absolute; top: 15px; right: 15px; z-index: 5; margin: 0; list-style: none; } .carousel-indicators li { display: block; float: left; width: 10px; height: 10px; margin-left: 5px; text-indent: -999px; background-color: #ccc; background-color: rgba(255, 255, 255, 0.25); border-radius: 5px; } .carousel-indicators .active { background-color: #fff; } .carousel-caption { font-family: "Gotham Medium", "Arial"; position: absolute; right: 0; bottom: 0; left: 0; padding: 15px; background: #fff; background: rgba(255, 255, 255, 0.75); } .carousel-caption h4, .carousel-caption p { display: block; width: 700px; margin: 0 auto; line-height: 30px; color: #434343; } .carousel-caption h4{ font-size: 40px; } .carousel-caption p { font-size: 20px; margin-bottom: 0; }
0.285671
0.058966
.Crmsh .hll { background-color: #4f424c } .Crmsh { background: #2f1e2e; color: #e7e9db } .Crmsh .c { color: #776e71 } /* Comment */ .Crmsh .err { color: #ef6155 } /* Error */ .Crmsh .k { color: #815ba4 } /* Keyword */ .Crmsh .l { color: #f99b15 } /* Literal */ .Crmsh .n { color: #e7e9db } /* Name */ .Crmsh .o { color: #5bc4bf } /* Operator */ .Crmsh .p { color: #e7e9db } /* Punctuation */ .Crmsh .ch { color: #776e71 } /* Comment.Hashbang */ .Crmsh .cm { color: #776e71 } /* Comment.Multiline */ .Crmsh .cp { color: #776e71 } /* Comment.Preproc */ .Crmsh .cpf { color: #776e71 } /* Comment.PreprocFile */ .Crmsh .c1 { color: #776e71 } /* Comment.Single */ .Crmsh .cs { color: #776e71 } /* Comment.Special */ .Crmsh .gd { color: #ef6155 } /* Generic.Deleted */ .Crmsh .ge { font-style: italic } /* Generic.Emph */ .Crmsh .gh { color: #e7e9db; font-weight: bold } /* Generic.Heading */ .Crmsh .gi { color: #48b685 } /* Generic.Inserted */ .Crmsh .gp { color: #776e71; font-weight: bold } /* Generic.Prompt */ .Crmsh .gs { font-weight: bold } /* Generic.Strong */ .Crmsh .gu { color: #5bc4bf; font-weight: bold } /* Generic.Subheading */ .Crmsh .kc { color: #815ba4 } /* Keyword.Constant */ .Crmsh .kd { color: #815ba4 } /* Keyword.Declaration */ .Crmsh .kn { color: #5bc4bf } /* Keyword.Namespace */ .Crmsh .kp { color: #815ba4 } /* Keyword.Pseudo */ .Crmsh .kr { color: #815ba4 } /* Keyword.Reserved */ .Crmsh .kt { color: #fec418 } /* Keyword.Type */ .Crmsh .ld { color: #48b685 } /* Literal.Date */ .Crmsh .m { color: #f99b15 } /* Literal.Number */ .Crmsh .s { color: #48b685 } /* Literal.String */ .Crmsh .na { color: #06b6ef } /* Name.Attribute */ .Crmsh .nb { color: #e7e9db } /* Name.Builtin */ .Crmsh .nc { color: #fec418 } /* Name.Class */ .Crmsh .no { color: #ef6155 } /* Name.Constant */ .Crmsh .nd { color: #5bc4bf } /* Name.Decorator */ .Crmsh .ni { color: #e7e9db } /* Name.Entity */ .Crmsh .ne { color: #ef6155 } /* Name.Exception */ .Crmsh .nf { color: #06b6ef } /* Name.Function */ .Crmsh .nl { color: #e7e9db } /* Name.Label */ .Crmsh .nn { color: #fec418 } /* Name.Namespace */ .Crmsh .nx { color: #06b6ef } /* Name.Other */ .Crmsh .py { color: #e7e9db } /* Name.Property */ .Crmsh .nt { color: #5bc4bf } /* Name.Tag */ .Crmsh .nv { color: #ef6155 } /* Name.Variable */ .Crmsh .ow { color: #5bc4bf } /* Operator.Word */ .Crmsh .w { color: #e7e9db } /* Text.Whitespace */ .Crmsh .mb { color: #f99b15 } /* Literal.Number.Bin */ .Crmsh .mf { color: #f99b15 } /* Literal.Number.Float */ .Crmsh .mh { color: #f99b15 } /* Literal.Number.Hex */ .Crmsh .mi { color: #f99b15 } /* Literal.Number.Integer */ .Crmsh .mo { color: #f99b15 } /* Literal.Number.Oct */ .Crmsh .sa { color: #48b685 } /* Literal.String.Affix */ .Crmsh .sb { color: #48b685 } /* Literal.String.Backtick */ .Crmsh .sc { color: #e7e9db } /* Literal.String.Char */ .Crmsh .dl { color: #48b685 } /* Literal.String.Delimiter */ .Crmsh .sd { color: #776e71 } /* Literal.String.Doc */ .Crmsh .s2 { color: #48b685 } /* Literal.String.Double */ .Crmsh .se { color: #f99b15 } /* Literal.String.Escape */ .Crmsh .sh { color: #48b685 } /* Literal.String.Heredoc */ .Crmsh .si { color: #f99b15 } /* Literal.String.Interpol */ .Crmsh .sx { color: #48b685 } /* Literal.String.Other */ .Crmsh .sr { color: #48b685 } /* Literal.String.Regex */ .Crmsh .s1 { color: #48b685 } /* Literal.String.Single */ .Crmsh .ss { color: #48b685 } /* Literal.String.Symbol */ .Crmsh .bp { color: #e7e9db } /* Name.Builtin.Pseudo */ .Crmsh .fm { color: #06b6ef } /* Name.Function.Magic */ .Crmsh .vc { color: #ef6155 } /* Name.Variable.Class */ .Crmsh .vg { color: #ef6155 } /* Name.Variable.Global */ .Crmsh .vi { color: #ef6155 } /* Name.Variable.Instance */ .Crmsh .vm { color: #ef6155 } /* Name.Variable.Magic */ .Crmsh .il { color: #f99b15 } /* Literal.Number.Integer.Long */
css/paraiso-dark-Crmsh.css
.Crmsh .hll { background-color: #4f424c } .Crmsh { background: #2f1e2e; color: #e7e9db } .Crmsh .c { color: #776e71 } /* Comment */ .Crmsh .err { color: #ef6155 } /* Error */ .Crmsh .k { color: #815ba4 } /* Keyword */ .Crmsh .l { color: #f99b15 } /* Literal */ .Crmsh .n { color: #e7e9db } /* Name */ .Crmsh .o { color: #5bc4bf } /* Operator */ .Crmsh .p { color: #e7e9db } /* Punctuation */ .Crmsh .ch { color: #776e71 } /* Comment.Hashbang */ .Crmsh .cm { color: #776e71 } /* Comment.Multiline */ .Crmsh .cp { color: #776e71 } /* Comment.Preproc */ .Crmsh .cpf { color: #776e71 } /* Comment.PreprocFile */ .Crmsh .c1 { color: #776e71 } /* Comment.Single */ .Crmsh .cs { color: #776e71 } /* Comment.Special */ .Crmsh .gd { color: #ef6155 } /* Generic.Deleted */ .Crmsh .ge { font-style: italic } /* Generic.Emph */ .Crmsh .gh { color: #e7e9db; font-weight: bold } /* Generic.Heading */ .Crmsh .gi { color: #48b685 } /* Generic.Inserted */ .Crmsh .gp { color: #776e71; font-weight: bold } /* Generic.Prompt */ .Crmsh .gs { font-weight: bold } /* Generic.Strong */ .Crmsh .gu { color: #5bc4bf; font-weight: bold } /* Generic.Subheading */ .Crmsh .kc { color: #815ba4 } /* Keyword.Constant */ .Crmsh .kd { color: #815ba4 } /* Keyword.Declaration */ .Crmsh .kn { color: #5bc4bf } /* Keyword.Namespace */ .Crmsh .kp { color: #815ba4 } /* Keyword.Pseudo */ .Crmsh .kr { color: #815ba4 } /* Keyword.Reserved */ .Crmsh .kt { color: #fec418 } /* Keyword.Type */ .Crmsh .ld { color: #48b685 } /* Literal.Date */ .Crmsh .m { color: #f99b15 } /* Literal.Number */ .Crmsh .s { color: #48b685 } /* Literal.String */ .Crmsh .na { color: #06b6ef } /* Name.Attribute */ .Crmsh .nb { color: #e7e9db } /* Name.Builtin */ .Crmsh .nc { color: #fec418 } /* Name.Class */ .Crmsh .no { color: #ef6155 } /* Name.Constant */ .Crmsh .nd { color: #5bc4bf } /* Name.Decorator */ .Crmsh .ni { color: #e7e9db } /* Name.Entity */ .Crmsh .ne { color: #ef6155 } /* Name.Exception */ .Crmsh .nf { color: #06b6ef } /* Name.Function */ .Crmsh .nl { color: #e7e9db } /* Name.Label */ .Crmsh .nn { color: #fec418 } /* Name.Namespace */ .Crmsh .nx { color: #06b6ef } /* Name.Other */ .Crmsh .py { color: #e7e9db } /* Name.Property */ .Crmsh .nt { color: #5bc4bf } /* Name.Tag */ .Crmsh .nv { color: #ef6155 } /* Name.Variable */ .Crmsh .ow { color: #5bc4bf } /* Operator.Word */ .Crmsh .w { color: #e7e9db } /* Text.Whitespace */ .Crmsh .mb { color: #f99b15 } /* Literal.Number.Bin */ .Crmsh .mf { color: #f99b15 } /* Literal.Number.Float */ .Crmsh .mh { color: #f99b15 } /* Literal.Number.Hex */ .Crmsh .mi { color: #f99b15 } /* Literal.Number.Integer */ .Crmsh .mo { color: #f99b15 } /* Literal.Number.Oct */ .Crmsh .sa { color: #48b685 } /* Literal.String.Affix */ .Crmsh .sb { color: #48b685 } /* Literal.String.Backtick */ .Crmsh .sc { color: #e7e9db } /* Literal.String.Char */ .Crmsh .dl { color: #48b685 } /* Literal.String.Delimiter */ .Crmsh .sd { color: #776e71 } /* Literal.String.Doc */ .Crmsh .s2 { color: #48b685 } /* Literal.String.Double */ .Crmsh .se { color: #f99b15 } /* Literal.String.Escape */ .Crmsh .sh { color: #48b685 } /* Literal.String.Heredoc */ .Crmsh .si { color: #f99b15 } /* Literal.String.Interpol */ .Crmsh .sx { color: #48b685 } /* Literal.String.Other */ .Crmsh .sr { color: #48b685 } /* Literal.String.Regex */ .Crmsh .s1 { color: #48b685 } /* Literal.String.Single */ .Crmsh .ss { color: #48b685 } /* Literal.String.Symbol */ .Crmsh .bp { color: #e7e9db } /* Name.Builtin.Pseudo */ .Crmsh .fm { color: #06b6ef } /* Name.Function.Magic */ .Crmsh .vc { color: #ef6155 } /* Name.Variable.Class */ .Crmsh .vg { color: #ef6155 } /* Name.Variable.Global */ .Crmsh .vi { color: #ef6155 } /* Name.Variable.Instance */ .Crmsh .vm { color: #ef6155 } /* Name.Variable.Magic */ .Crmsh .il { color: #f99b15 } /* Literal.Number.Integer.Long */
0.52074
0.087408
.help_wrap{margin-right: auto; margin-left: auto; height: 100%; background: #FFFFFF;} .help_top{background: #FFFFFF; height: 80px; border-bottom: 1px solid #CCCCCC; padding: 10px 3% 10px 2%;} @media ( max-width :767px) {.help_top {margin-left: 0; margin-right: 0; display: none;}} .help_top .left{width: 20%; float: left; height: 60px; overflow: hidden;} .help_top .left img{width: auto; height: 100%;} .help_top .right{width: 80%; float: right; text-align: right; line-height: 60px; font-size: 14px;} .help_top .right a{padding-left: 20px; color: #666666;} .help_con{height: 100%;} .help_con>div{position: relative; min-height: 1px; overflow: auto; padding: 0;} @media ( min-width :992px) {.help_con>div {float: left}} @media ( min-width :767px) {.help_con>div {height: 100%;}} .help_con .left{background-color: #f5f5f6; border-right: 1px solid #e7e7e9; display: none;} @media ( min-width :768px) {.help_con .left {width: 20%; display: block;}.help_con .right {width: 80%; display: block;}} .help_sub_nav{padding-top: 10px;} @media ( min-width :768px) {.help_sub_nav {display: block;}} #bb{display: none;} .open #bb{display: block;} .open #bb>li #bb{display: none;} #aa{cursor: pointer;} .help_list>li{position: relative; display: block;} .help_list>li>a{position: relative; display: block; padding: 10px 15px; line-height: 1.6;} .help_list.help_navlist li a {margin: 0; padding: 6px 15px; font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue',PingFangSC-Light, 'Microsoft Yahei', sans-serif; font-weight: 400; color: #000; font-size: 15px; text-shadow: none; border-color: #e7e7e9; background-color: transparent} .help_list.help_navlist li a:hover {color: #f25253; text-shadow: none; text-decoration: none;} .help_list.help_navlist li.active a {opacity: 1; filter: alpha(opacity = 100); color: #f25253; background-color: transparent} .help_list.help_navlist li.open>li {background-color: transparent} .help_list.help_navlist li.open>ul {display: block} .help_list.help_navlist li ul {display: none; margin-left: 15px} .help_list.help_navlist li ul li a {font-weight: 400; font-size: 14px; font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue',PingFangSC-Light, 'Microsoft Yahei', sans-serif; line-height: 20px; margin: 0; margin-left: -15px; padding: 4px 20px; border: none; color: #4b4b4b; opacity: .8; filter: alpha(opacity = 80)} .help_list.help_navlist li ul li a::before {content: "・ "} .help_list.help_navlist li ul li a:hover {opacity: 1; filter: alpha(opacity = 100); background-color: transparent} .help_list.help_navlist li ul li.active a {color: #f25253} @media ( min-width :768px) {.help_con .right {width: 80%;}} .help_con .right .help_conpage{padding: 20px; min-height: 100%; background-color: #fff;} .right a,.page-header h3 p{color: #f25253;} .right .normal {color: #5F5F5F;} @media ( min-width :768px) {.help_con .right .help_conpage {padding: 40px;}} .page-header {margin: 0 0 20px 0; padding: 0; border-bottom: 1px solid #eee;} .page-header h3{margin-top: 0; font-weight: 400;} @media ( max-width :767px) {.page-header h3 p{font-size: 16px} .page-header h3 em{margin: 0 6px; font-size: 16px}} @media ( min-width :768px) {.page-header h3 p {display: none;}} .qu_loop {border-bottom: 1px solid #dcdcdc; padding: 32px 0; position: relative; width: auto;} .qu_times {background: #fff none repeat scroll 0 0; font: 12px/1 microsoft yahei, verdana; padding: 0 0 0 10px; position: absolute; right: -10px; top: -7px; width: 140px; z-index: 400;} .noimg .qu_ims {display: none;} .qu_ims {float: left; width: 180px;} .noimg .qu_tix {float: none; width: 100%;} .qu_tix {float: right; width: 670px;} .qu_tix b {display: block; font: bold 20px/1.6 microsoft yahei, verdana; margin-top: -7px; margin-bottom: 10px;} .qu_tix b a {color: #444;} .qu_tix p {color: #5f5f5f; font: 14px/24px microsoft yahei, verdana;} .clear {clear: both; display: block; font-size: 0; height: 0; line-height: 0; visibility: hidden;} #pagination {text-align: center;} .pagination {border-radius: 4px; display: inline-block; margin: 20px 0; padding-left: 0;} .pagination>li {display: inline;} .pagination>li>a,.pagination>li>span {background-color: #fff; border: 1px solid #ddd; color: #FE711F; float: left; line-height: 1.42857; margin-left: -1px; padding: 12px 20px; position: relative; text-decoration: none;} .pagination>li:first-child>a, .pagination>li:first-child>span {border-bottom-left-radius: 4px; border-top-left-radius: 4px; margin-left: 0;} .pagination>li:last-child>a, .pagination>li:last-child>span {border-bottom-right-radius: 4px; border-top-right-radius: 4px;} .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus,.pagination>li>span:focus {background-color: #eee; border-color: #ddd; color: #2a6496;} .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover,.pagination>.active>span:hover, .pagination>.active>a:focus,.pagination>.active>span:focus {background-color: #FE711F; border-color: #FE711F; color: #fff; cursor: default; z-index: 2;} /*@media ( max-width :640px) {.page-header h3 p {display: block;}}*/ .help_conpage .help_conlist{ padding-left: 20px; display: none;} /*@media ( min-width :768px) {.help_conpage .help_conlist {display: none;}}*/ .help_conpage .help_conlist li{margin-bottom: 10px; list-style: square;} .help_conpage .help_conlist li>ul{padding: 10px 0 0 20px;} .help_conpage .help_conlist li>ul li{list-style: circle;} .help_conpage{padding: 5% 0 0 3%; background: white;} .help_conpage h3 span{color: #FF5A00;}
public/static/index/store/css/help.css
.help_wrap{margin-right: auto; margin-left: auto; height: 100%; background: #FFFFFF;} .help_top{background: #FFFFFF; height: 80px; border-bottom: 1px solid #CCCCCC; padding: 10px 3% 10px 2%;} @media ( max-width :767px) {.help_top {margin-left: 0; margin-right: 0; display: none;}} .help_top .left{width: 20%; float: left; height: 60px; overflow: hidden;} .help_top .left img{width: auto; height: 100%;} .help_top .right{width: 80%; float: right; text-align: right; line-height: 60px; font-size: 14px;} .help_top .right a{padding-left: 20px; color: #666666;} .help_con{height: 100%;} .help_con>div{position: relative; min-height: 1px; overflow: auto; padding: 0;} @media ( min-width :992px) {.help_con>div {float: left}} @media ( min-width :767px) {.help_con>div {height: 100%;}} .help_con .left{background-color: #f5f5f6; border-right: 1px solid #e7e7e9; display: none;} @media ( min-width :768px) {.help_con .left {width: 20%; display: block;}.help_con .right {width: 80%; display: block;}} .help_sub_nav{padding-top: 10px;} @media ( min-width :768px) {.help_sub_nav {display: block;}} #bb{display: none;} .open #bb{display: block;} .open #bb>li #bb{display: none;} #aa{cursor: pointer;} .help_list>li{position: relative; display: block;} .help_list>li>a{position: relative; display: block; padding: 10px 15px; line-height: 1.6;} .help_list.help_navlist li a {margin: 0; padding: 6px 15px; font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue',PingFangSC-Light, 'Microsoft Yahei', sans-serif; font-weight: 400; color: #000; font-size: 15px; text-shadow: none; border-color: #e7e7e9; background-color: transparent} .help_list.help_navlist li a:hover {color: #f25253; text-shadow: none; text-decoration: none;} .help_list.help_navlist li.active a {opacity: 1; filter: alpha(opacity = 100); color: #f25253; background-color: transparent} .help_list.help_navlist li.open>li {background-color: transparent} .help_list.help_navlist li.open>ul {display: block} .help_list.help_navlist li ul {display: none; margin-left: 15px} .help_list.help_navlist li ul li a {font-weight: 400; font-size: 14px; font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue',PingFangSC-Light, 'Microsoft Yahei', sans-serif; line-height: 20px; margin: 0; margin-left: -15px; padding: 4px 20px; border: none; color: #4b4b4b; opacity: .8; filter: alpha(opacity = 80)} .help_list.help_navlist li ul li a::before {content: "・ "} .help_list.help_navlist li ul li a:hover {opacity: 1; filter: alpha(opacity = 100); background-color: transparent} .help_list.help_navlist li ul li.active a {color: #f25253} @media ( min-width :768px) {.help_con .right {width: 80%;}} .help_con .right .help_conpage{padding: 20px; min-height: 100%; background-color: #fff;} .right a,.page-header h3 p{color: #f25253;} .right .normal {color: #5F5F5F;} @media ( min-width :768px) {.help_con .right .help_conpage {padding: 40px;}} .page-header {margin: 0 0 20px 0; padding: 0; border-bottom: 1px solid #eee;} .page-header h3{margin-top: 0; font-weight: 400;} @media ( max-width :767px) {.page-header h3 p{font-size: 16px} .page-header h3 em{margin: 0 6px; font-size: 16px}} @media ( min-width :768px) {.page-header h3 p {display: none;}} .qu_loop {border-bottom: 1px solid #dcdcdc; padding: 32px 0; position: relative; width: auto;} .qu_times {background: #fff none repeat scroll 0 0; font: 12px/1 microsoft yahei, verdana; padding: 0 0 0 10px; position: absolute; right: -10px; top: -7px; width: 140px; z-index: 400;} .noimg .qu_ims {display: none;} .qu_ims {float: left; width: 180px;} .noimg .qu_tix {float: none; width: 100%;} .qu_tix {float: right; width: 670px;} .qu_tix b {display: block; font: bold 20px/1.6 microsoft yahei, verdana; margin-top: -7px; margin-bottom: 10px;} .qu_tix b a {color: #444;} .qu_tix p {color: #5f5f5f; font: 14px/24px microsoft yahei, verdana;} .clear {clear: both; display: block; font-size: 0; height: 0; line-height: 0; visibility: hidden;} #pagination {text-align: center;} .pagination {border-radius: 4px; display: inline-block; margin: 20px 0; padding-left: 0;} .pagination>li {display: inline;} .pagination>li>a,.pagination>li>span {background-color: #fff; border: 1px solid #ddd; color: #FE711F; float: left; line-height: 1.42857; margin-left: -1px; padding: 12px 20px; position: relative; text-decoration: none;} .pagination>li:first-child>a, .pagination>li:first-child>span {border-bottom-left-radius: 4px; border-top-left-radius: 4px; margin-left: 0;} .pagination>li:last-child>a, .pagination>li:last-child>span {border-bottom-right-radius: 4px; border-top-right-radius: 4px;} .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus,.pagination>li>span:focus {background-color: #eee; border-color: #ddd; color: #2a6496;} .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover,.pagination>.active>span:hover, .pagination>.active>a:focus,.pagination>.active>span:focus {background-color: #FE711F; border-color: #FE711F; color: #fff; cursor: default; z-index: 2;} /*@media ( max-width :640px) {.page-header h3 p {display: block;}}*/ .help_conpage .help_conlist{ padding-left: 20px; display: none;} /*@media ( min-width :768px) {.help_conpage .help_conlist {display: none;}}*/ .help_conpage .help_conlist li{margin-bottom: 10px; list-style: square;} .help_conpage .help_conlist li>ul{padding: 10px 0 0 20px;} .help_conpage .help_conlist li>ul li{list-style: circle;} .help_conpage{padding: 5% 0 0 3%; background: white;} .help_conpage h3 span{color: #FF5A00;}
0.418935
0.092811
@font-face { font-family: "GilroyBold"; font-weight: bold; src: url('../font/Gilroy-ExtraBold.otf'); } @font-face { font-family: "GilroyLight"; src: url('../font/Gilroy-Light.otf'); } /*Font END*/ /*Global CSS STYLE START*/ h1, h2, h3, h4, h5, h6, p, div, li, a, ul, span, button { font-family: "GilroyLight"; } h1 { margin-top: 0px; margin-bottom: 0px; font-size: 32px; color: #1D1D1F; } h2 { margin-bottom: 0px; margin-top: 0px; font-style: normal; font-weight: 600; font-size: 26px; line-height: 48px; color: #1D1D1F; } h3 { font-size: 20px; font-weight: 600; } body { margin: 0px; background-color: white; } img { max-width: 100%; } .global-header { max-width: 1105px; display: flex; margin: auto; flex-direction: row; padding-top: 8px; align-items: center; } .logo-block { width: 152px; height: 56px; flex: 20%; display: flex; align-items: center; } .menu-block-header { flex: 80%; text-align: right; } .d-block { display: block !important; } .d-flex { display: flex; } .ul-menu-header li { display: inline-block; padding-right: 72px; } .ul-menu-header li a { font-family: 'GilroyBold'; font-style: normal; font-weight: 600; font-size: 18px; line-height: 29px; color: #1D1D1F; text-decoration: none; } .ul-menu-header li:last-child { padding-right: 0px; } .container { max-width: 1105px; margin: auto; } .t-center { text-align: center; } .button-yellow { background: #FF9E48; border-radius: 8px; border: none; min-width: 200px; padding-top: 10px; padding-bottom: 10px; color: #fff; font-style: normal; font-weight: bold; font-size: 22px; } .button-yellow-others:hover { background-color: #FF7800; } .button-yellow-others { cursor: pointer; } .button-yellow:focus { background-color: #E66C00; outline: none; } .transform-none{ text-transform: none; } .fs-14{ font-size: 14px; } .fs-26 { font-size: 26px; } .fs-40 { font-size: 40px; } .button-learn-more { background: white; border-radius: 8px; border: 1px solid black; min-width: 150px; padding-top: 10px; padding-bottom: 10px; color: black; font-style: normal; font-weight: bold; cursor: pointer; font-size: 14px; } .button-learn-more:hover { border: 1px solid #FF9E48; color: #FF9E48; } .button-learn-more:focus { border-radius: 8px; border: 1px solid #E56C00; color: #E56C00; outline: none; } .in-block { display: inline-block; } .yellow-u { text-decoration: none; border-bottom: #FF9E48 solid 5px; } .pt-15 { padding-top: 15px; } .pt-20 { padding-top: 20px; } .pt-25 { padding-top: 25px; } .pt-30 { padding-top: 30px; } .pt-35 { padding-top: 35px; } .pt-40 { padding-top: 40px; } .pt-45 { padding-top: 45px; } .pt-50 { padding-top: 50px; } .mt-minus-10 { margin-top: -10px !important; } .mt-15 { margin-top: 15px; } .mt-20 { margin-top: 20px; } .mt-25 { margin-top: 25px; } .mt-30 { margin-top: 30px; } .mt-35 { margin-top: 35px; } .mt-40 { margin-top: 40px; } .mt-100 { margin-top: 100px; } .mt-70 { margin-top: 70px; } .mt-45 { margin-top: 45px; } .mt-50 { margin-top: 50px; } .mb-10 { margin-bottom: 10px; } .pb-15 { padding-bottom: 15px; } .pb-20 { padding-bottom: 20px; } .pb-25 { padding-bottom: 25px; } .pb-30 { padding-bottom: 30px; } .pb-35 { padding-bottom: 35px; } .pb-40 { padding-bottom: 40px; } .pb-45 { padding-bottom: 45px; } .pb-50 { padding-bottom: 50px; } .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-70 { margin-bottom: 70px; } .global-footer { border-top: 1px solid #E2E2E2; padding-top: 20px; padding-bottom: 20px; display: flex; padding-left: 20px; padding-right: 20px; position: relative; } .copywrite { flex: 1; } .name-bizmental-footer { flex: 1; position: absolute; left: 45%; top: 17px; } .name-bizmental-footer span { font-style: normal; font-weight: normal; font-size: 16px; line-height: 22px; text-transform: uppercase; color: #929292; text-decoration: none; } .name-bizmental-footer span a { text-decoration: none; color: #929292; } .mw-800 { max-width: 800px; margin: auto; } .copywrite { font-style: normal; font-weight: 500; font-size: 16px; line-height: 100%; color: #CACACA; } .main-form input[type="text"], .main-form input[type="email"] { padding-top: 10px; padding-bottom: 10px; border-top: none; border-left: none; border-right: none; border-bottom: 1px solid #1D1D1F; padding-left: 10px; padding-right: 10px; font-family: "GilroyLight"; font-size: 16px; } .main-form input { margin-bottom: 20px; width: 100%; } .main-form input[type="text"]::placeholder, .main-form input[type="email"]::placeholder { font-family: Gilroy; font-style: normal; font-weight: normal; font-size: 16px; line-height: 25px; color: #1D1D1F; } .main-form input[type="text"]:focus, .main-form input[type="email"]:focus { border: none; outline: none; border-bottom: 1px solid #1D1D1F; } /*New form*/ #select_type, input:focus { outline: none } .row-form { position: relative } .row-form label { position: absolute; left: 10px; top: 10px; transition: 0.5s; pointer-events: none } .valid { border-bottom: 1px solid #1D1D1F; top: -10px; background-color: white } .invalid { border-bottom: 1px solid #EB5757 !important; top: -10px; background-color: white; color: #EB5757; font-size: 13px; } .focus { top: -10px !important; background-color: white; font-size: 13px; padding-left: 3px; padding-right: 3px } .focus-invalid { color: #EB5757; top: -10px !important; background-color: white; font-size: 13px; padding-left: 3px; padding-right: 3px } .row-form input:focus~label { top: -10px; background-color: white; font-size: 13px; padding-left: 3px; padding-right: 3px } .submit-form-success { cursor: pointer; background-color: #FF7800; color: #fff } input.form-submit { max-width: 200px; margin: auto; } .section-one { margin-top: 100px; display: flex; align-items: center; align-items: flex-start; } .sellers-div, .services-div, .faq-div, .contact-div { position: absolute; left: 25px; top: 30px; } .sellers-div-one { top: -40px; position: absolute; left: 25px; } .section-one-text-h1 { font-family: 'GilroyBold'; font-style: normal; font-weight: 600; font-size: 38px; color: #1D1D1F; } .section-one-text-p { font-family: 'GilroyLight'; font-style: normal; font-weight: normal; font-size: 16px; line-height: 25px; color: #1D1D1F; } .section-one-text-h2, .h3 { font-style: normal; font-weight: 600; font-size: 30px; line-height: 48px; color: #1D1D1F; } .wrapper { margin-top: 150px; position: relative; } .one-section-animation { position: relative; } .section-two .section-one-text-h2 { max-width: 260px; } .section-two-block-text { max-width: 100%; margin-top: 70px; overflow: hidden; } .section-two-img-text { font-size: 20px; font-weight: 600; } .sec-2-block { box-sizing: border-box; float: left; margin-left: auto; width: 33.3%; min-height: 340px; padding-right: 20px; } .section-two-img-text-title { padding-left: 30px; } .section-two-img-text { display: flex; align-items: center; min-height: 100px; } .section-two-description { font-style: normal; font-weight: normal; font-size: 16px; line-height: 25px; color: #1D1D1F; margin-top: 10px; } .section-three { display: flex; } .section-three .block-faq { flex: 1; } .section-three .section-three-img-block { flex: 1; padding-left: 25px; padding-right: 25px; } .answer { padding-left: 25px; } .section-four { display: flex; } .section-five { margin: auto; } .section-five .one { display: block; max-width: 380px; margin: auto; position: relative; } .section-five .two { display: inline-block; top: 30px; position: absolute; } .section-five .two .one { padding-right: 15px; padding-left: 15px; } .section-five .one ul li a { font-style: normal; font-weight: 600; font-size: 18px; line-height: 29px; color: #1D1D1F; text-decoration: none; } .section-five .one ul { padding-inline-start: 0px; } .section-five .one ul li { list-style-type: none; display: inline-block; width: 130px; } .image-block-3 { flex: 1; } .form-block { flex: 1; text-align: center; } .form-block-description { max-width: 300px; margin: auto; font-size: 16px; line-height: 25px; text-align: center; color: #1D1D1F; } .section-five { padding-bottom: 100px; align-items: center; } .section-five div ul { display: inline-block; } .facebook-img { width: 15px; } .message-img { width: 30px; } .input-block-form { max-width: 280px; margin: auto; display: flex; position: relative; } .section-one-block-1 { flex-direction: column; display: flex; } /*MENU STYLE*/ nav { margin: 0; padding: 0; } nav ul { display: flex; flex-direction: column; list-style-type: none; padding: 0; margin: 0; display: none; } nav ul.opening { display: block; height: 30px; } nav li:last-child { border-bottom: none; } nav a:hover, nav a:focus { background: #E4B363; } .site-nav--icon { font-size: 1.4em; margin-right: 1em; width: 1.1em; text-align: right; color: rgba(255, 255, 255, .4); } .menu-toggle { position: absolute; padding: 0.8em; top: 20px; right: .5em; cursor: pointer; } .hamburger, .hamburger::before, .hamburger::after { content: ''; display: block; background: black; height: 3px; width: 2em; -webkit-transition: all ease-in-out 350ms; transition: all ease-in-out 350ms; } .hamburger::before { -webkit-transform: translateY(-12px); transform: translateY(-12px); } .hamburger::after { -webkit-transform: translateY(8px); transform: translateY(8px); } .open .hamburger { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .open .hamburger::before { display: none; } .open .hamburger::after { -webkit-transform: translateY(-1px) rotate(-90deg); transform: translateY(-1px) rotate(-90deg); } /*Test Accordion*/ .item .question { padding: 15px; background: #C0392B; color: #fff; display: flex; justify-content: space-between; align-items: center; cursor: pointer; } .item .question h4 { margin: 0; } .item .question .fa.fa-minus { display: none; } .item.jquery-accordion-active .fa.fa-minus { display: block; } .item.jquery-accordion-active .fa.fa-plus { display: none; } .item .answer { padding: 15px; display: none; } /*Accordion STYLE*/ .parent-container { max-width: 600px; margin: auto; } .faq { list-style: none; padding-left: 0px; padding-right: 0px; } .faq li { border-top: 1px solid #1D1D1F; position: relative; } .faq li.active .answer { max-height: 275px !important; padding-bottom: 25px; transition: max-height 0.5s ease, padding-bottom 0.5s ease; } .faq .answer { font-size: 16px; line-height: 24px; max-height: 0 !important; overflow: hidden; transition: max-height 0.5s ease, padding-bottom 0.5s ease; } .faq .plus-minus-toggle { cursor: pointer; height: 21px; position: absolute; width: 21px; right: 10px; top: 50%; z-index: 2; } .faq .plus-minus-toggle:before, .faq .plus-minus-toggle:after { background: #1D1D1F; content: ''; height: 2px; left: 0; position: absolute; top: 0; width: 16px; transition: transform 500ms ease; } .faq .plus-minus-toggle:after { transform-origin: center; } .faq .plus-minus-toggle.collapsed:after { transform: rotate(90deg); } .faq .plus-minus-toggle.collapsed:before { transform: rotate(180deg); } .faq .question { font-weight: 600; font-size: 16px; position: relative; cursor: pointer; padding: 0px; padding-right: 50px; transition: color 0.5s ease; } .faq li:last-child { border-bottom: 1px solid #1D1D1F; } /*Testimonials page*/ .bottom-answer-info { margin-left: -25px; margin-top: 25px; } /*Style testimonials slider*/ .testimonials-slider-block, .name-testimonial-author { overflow: hidden; } .img-block-testimonials { width: 35%; float: left; margin-left: auto; } .img-client { max-width: 160px; border: 1px solid black; padding: 5px; border-radius: 100px; } .text-block-testimonials { width: 65%; float: left; margin-left: auto; } .name-testimonial-author { padding-top: 15px; padding-bottom: 15px; } .name-client, .date-testimonial { width: 50%; float: left; margin-left: auto; } .date-testimonial { text-align: right; } .name-client { font-style: normal; font-weight: 600; font-size: 22px; line-height: 29px; color: #000000; } .date-testimonial { font-style: normal; font-weight: normal; font-size: 16px; line-height: 25px; color: #000000; opacity: 0.5; } .text-testimonials { font-family: Gilroy; font-style: normal; font-weight: normal; font-size: 16px; line-height: 25px; color: #1D1D1F; margin-bottom: 20px; } .testimonials .owl-dots .owl-dot.active { width: 8px; height: 8px; background-color: black; border-radius: 50px; } .testimonials .owl-dots .owl-dot { width: 8px; height: 8px; background-color: #C4C4C4; border-radius: 50px; margin-right: 10px; } .testimonials .owl-prev span { display: none; } .testimonials .owl-prev:before { content: ''; display: block; width: 15px; height: 3.5px; background-color: #444; border-radius: 5px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); } .testimonials .owl-prev::after { content: ''; display: block; width: 15px; height: 3.5px; margin-top: 5px; background-color: #444; border-radius: 5px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .testimonials .owl-next span { display: none; } .testimonials .owl-next:before { content: ''; display: block; width: 15px; height: 3.5px; background-color: #444; border-radius: 5px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .testimonials .owl-next::after { content: ''; display: block; width: 15px; height: 3.5px; margin-top: 5px; background-color: #444; border-radius: 5px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); } .testimonials .owl-dots { text-align: center; margin-top: 25px; margin-bottom: 25px; margin-left: 23%; } .testimonials .owl-nav .owl-next { position: absolute; right: 0px; top: 12px; } .testimonials .owl-nav .owl-prev { position: absolute; left: 0px; top: 12px; } .testimonials .owl-nav { max-width: 310px; position: relative; margin-left: 35%; } .testimonials .owl-nav button.owl-prev, .testimonials .owl-nav button.owl-next { border: 1px solid #BDBDBD; border-radius: 100px; padding: 13px !important; padding-top: 14px !important; padding-bottom: 14px !important; transition: border 500ms ease-out; } .testimonials .owl-nav button.owl-prev:hover, .testimonials .owl-nav button.owl-next:hover { border: 1px solid black; } .testimonials .owl-nav button.owl-prev:focus, .testimonials .owl-nav button.owl-next:focus { outline: none; } /*Animation*/ .sellers-div-one { animation-name: sellersAnimateOne; animation-duration: 2s; } .sellers-div { animation-name: sellersAnimate; animation-duration: 2s; } @keyframes sellersAnimateOne { from { left: -100px; opacity: 0.1; top: -5000px; } to { top: -40px; opacity: 1; } } @keyframes sellersAnimate { from { left: -100px; opacity: 0.1; top: -5000px; } to { top: 30px; opacity: 1; } } .services-div, .faq-div, .contact-div { animation-name: servicesAnimate; animation-duration: 2s; } @keyframes servicesAnimate { from { opacity: 0.1; top: -5000px; } to { top: 30px; opacity: 1; } } /*Error page*/ .section-error { overflow: hidden; } .section-error-block1 { left: auto; right: auto; width: 35%; margin-left: auto; float: left; } .section-error-block-2 { left: auto; right: auto; margin-left: auto; width: 65%; float: left; } .section-error { margin-top: 120px; margin-bottom: 120px; } /*popup style*/ .popup-container { padding-bottom: 30px; display: none; width: 40%; position: fixed; left: 30.5%; top: 14%; z-index: 999; box-sizing: border-box; text-align: center; background-color: #fff; text-transform: uppercase; opacity: 0; transition: opacity .3s ease; } .popup-container.active { opacity: 1; display: block; } #shadow.active { opacity: 1; display: block; } .popup-container .form-block-description, .popup-container .row-form label, .popup-container .section-one-text-h2, .h3 { text-transform: none; } #shadow { top: 0; display: none; position: fixed; z-index: 998; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, .4); transition: opacity .1s ease; } .button_close { display: block; position: absolute; right: 10px; top: 10px; width: 20px; height: 20px; } .close__wrap { display: block; position: relative; width: 20px; height: 20px; z-index: 100; cursor: pointer; transition: transform .4s ease; } .close__wrap:before { transform: rotate(45deg); } .close__wrap:before { content: ''; position: absolute; width: 3px; height: 100%; background-color: var(--main_red); transition: transform .4s ease, background .4s ease; transform-origin: center; will-change: opacity, transform; background-color: black; } .close__wrap:after { transform: rotate(-45deg); } .close__wrap:after { content: ''; position: absolute; width: 3px; height: 100%; background-color: var(--main_red); transition: transform .4s ease, background .4s ease; transform-origin: center; will-change: opacity, transform; background-color: black; } .close__wrap:hover:before { transform: rotate(315deg); } .close__wrap:hover:after { transform: rotate(405deg); } .row-messenger { display: flex; flex-direction: row; align-items: center; justify-content: center; font-style: normal; font-weight: 600; color: #FF9E48; } .row-messenger img { padding-left: 20px; } .a-defoult { text-decoration: none; } .row-messenger:hover, .a-defoult:hover { color: #FF7800; } /*attach your photo*/ .input-file input[type="file"] { visibility: hidden; width: 1px; height: 1px; } .input-file .file-selected { font-size: 10px; text-align: center; width: 100%; display: block; margin-top: 5px; } .wrap { display: table; width: 100%; height: 100%; } .valign-middle { display: table-cell; vertical-align: middle; text-align: center; } span.btn { display: block; padding-left: 10px; padding-right: 10px; text-align: left; border-bottom: 1px solid #1D1D1F; padding-top: 10px; padding-bottom: 10px; cursor: pointer; } span.btn::after { content: "+"; font-size: 30px; color: #1D1D1F; position: absolute; right: 10px; top: 5px; }
frontend/web/css/style.css
@font-face { font-family: "GilroyBold"; font-weight: bold; src: url('../font/Gilroy-ExtraBold.otf'); } @font-face { font-family: "GilroyLight"; src: url('../font/Gilroy-Light.otf'); } /*Font END*/ /*Global CSS STYLE START*/ h1, h2, h3, h4, h5, h6, p, div, li, a, ul, span, button { font-family: "GilroyLight"; } h1 { margin-top: 0px; margin-bottom: 0px; font-size: 32px; color: #1D1D1F; } h2 { margin-bottom: 0px; margin-top: 0px; font-style: normal; font-weight: 600; font-size: 26px; line-height: 48px; color: #1D1D1F; } h3 { font-size: 20px; font-weight: 600; } body { margin: 0px; background-color: white; } img { max-width: 100%; } .global-header { max-width: 1105px; display: flex; margin: auto; flex-direction: row; padding-top: 8px; align-items: center; } .logo-block { width: 152px; height: 56px; flex: 20%; display: flex; align-items: center; } .menu-block-header { flex: 80%; text-align: right; } .d-block { display: block !important; } .d-flex { display: flex; } .ul-menu-header li { display: inline-block; padding-right: 72px; } .ul-menu-header li a { font-family: 'GilroyBold'; font-style: normal; font-weight: 600; font-size: 18px; line-height: 29px; color: #1D1D1F; text-decoration: none; } .ul-menu-header li:last-child { padding-right: 0px; } .container { max-width: 1105px; margin: auto; } .t-center { text-align: center; } .button-yellow { background: #FF9E48; border-radius: 8px; border: none; min-width: 200px; padding-top: 10px; padding-bottom: 10px; color: #fff; font-style: normal; font-weight: bold; font-size: 22px; } .button-yellow-others:hover { background-color: #FF7800; } .button-yellow-others { cursor: pointer; } .button-yellow:focus { background-color: #E66C00; outline: none; } .transform-none{ text-transform: none; } .fs-14{ font-size: 14px; } .fs-26 { font-size: 26px; } .fs-40 { font-size: 40px; } .button-learn-more { background: white; border-radius: 8px; border: 1px solid black; min-width: 150px; padding-top: 10px; padding-bottom: 10px; color: black; font-style: normal; font-weight: bold; cursor: pointer; font-size: 14px; } .button-learn-more:hover { border: 1px solid #FF9E48; color: #FF9E48; } .button-learn-more:focus { border-radius: 8px; border: 1px solid #E56C00; color: #E56C00; outline: none; } .in-block { display: inline-block; } .yellow-u { text-decoration: none; border-bottom: #FF9E48 solid 5px; } .pt-15 { padding-top: 15px; } .pt-20 { padding-top: 20px; } .pt-25 { padding-top: 25px; } .pt-30 { padding-top: 30px; } .pt-35 { padding-top: 35px; } .pt-40 { padding-top: 40px; } .pt-45 { padding-top: 45px; } .pt-50 { padding-top: 50px; } .mt-minus-10 { margin-top: -10px !important; } .mt-15 { margin-top: 15px; } .mt-20 { margin-top: 20px; } .mt-25 { margin-top: 25px; } .mt-30 { margin-top: 30px; } .mt-35 { margin-top: 35px; } .mt-40 { margin-top: 40px; } .mt-100 { margin-top: 100px; } .mt-70 { margin-top: 70px; } .mt-45 { margin-top: 45px; } .mt-50 { margin-top: 50px; } .mb-10 { margin-bottom: 10px; } .pb-15 { padding-bottom: 15px; } .pb-20 { padding-bottom: 20px; } .pb-25 { padding-bottom: 25px; } .pb-30 { padding-bottom: 30px; } .pb-35 { padding-bottom: 35px; } .pb-40 { padding-bottom: 40px; } .pb-45 { padding-bottom: 45px; } .pb-50 { padding-bottom: 50px; } .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-70 { margin-bottom: 70px; } .global-footer { border-top: 1px solid #E2E2E2; padding-top: 20px; padding-bottom: 20px; display: flex; padding-left: 20px; padding-right: 20px; position: relative; } .copywrite { flex: 1; } .name-bizmental-footer { flex: 1; position: absolute; left: 45%; top: 17px; } .name-bizmental-footer span { font-style: normal; font-weight: normal; font-size: 16px; line-height: 22px; text-transform: uppercase; color: #929292; text-decoration: none; } .name-bizmental-footer span a { text-decoration: none; color: #929292; } .mw-800 { max-width: 800px; margin: auto; } .copywrite { font-style: normal; font-weight: 500; font-size: 16px; line-height: 100%; color: #CACACA; } .main-form input[type="text"], .main-form input[type="email"] { padding-top: 10px; padding-bottom: 10px; border-top: none; border-left: none; border-right: none; border-bottom: 1px solid #1D1D1F; padding-left: 10px; padding-right: 10px; font-family: "GilroyLight"; font-size: 16px; } .main-form input { margin-bottom: 20px; width: 100%; } .main-form input[type="text"]::placeholder, .main-form input[type="email"]::placeholder { font-family: Gilroy; font-style: normal; font-weight: normal; font-size: 16px; line-height: 25px; color: #1D1D1F; } .main-form input[type="text"]:focus, .main-form input[type="email"]:focus { border: none; outline: none; border-bottom: 1px solid #1D1D1F; } /*New form*/ #select_type, input:focus { outline: none } .row-form { position: relative } .row-form label { position: absolute; left: 10px; top: 10px; transition: 0.5s; pointer-events: none } .valid { border-bottom: 1px solid #1D1D1F; top: -10px; background-color: white } .invalid { border-bottom: 1px solid #EB5757 !important; top: -10px; background-color: white; color: #EB5757; font-size: 13px; } .focus { top: -10px !important; background-color: white; font-size: 13px; padding-left: 3px; padding-right: 3px } .focus-invalid { color: #EB5757; top: -10px !important; background-color: white; font-size: 13px; padding-left: 3px; padding-right: 3px } .row-form input:focus~label { top: -10px; background-color: white; font-size: 13px; padding-left: 3px; padding-right: 3px } .submit-form-success { cursor: pointer; background-color: #FF7800; color: #fff } input.form-submit { max-width: 200px; margin: auto; } .section-one { margin-top: 100px; display: flex; align-items: center; align-items: flex-start; } .sellers-div, .services-div, .faq-div, .contact-div { position: absolute; left: 25px; top: 30px; } .sellers-div-one { top: -40px; position: absolute; left: 25px; } .section-one-text-h1 { font-family: 'GilroyBold'; font-style: normal; font-weight: 600; font-size: 38px; color: #1D1D1F; } .section-one-text-p { font-family: 'GilroyLight'; font-style: normal; font-weight: normal; font-size: 16px; line-height: 25px; color: #1D1D1F; } .section-one-text-h2, .h3 { font-style: normal; font-weight: 600; font-size: 30px; line-height: 48px; color: #1D1D1F; } .wrapper { margin-top: 150px; position: relative; } .one-section-animation { position: relative; } .section-two .section-one-text-h2 { max-width: 260px; } .section-two-block-text { max-width: 100%; margin-top: 70px; overflow: hidden; } .section-two-img-text { font-size: 20px; font-weight: 600; } .sec-2-block { box-sizing: border-box; float: left; margin-left: auto; width: 33.3%; min-height: 340px; padding-right: 20px; } .section-two-img-text-title { padding-left: 30px; } .section-two-img-text { display: flex; align-items: center; min-height: 100px; } .section-two-description { font-style: normal; font-weight: normal; font-size: 16px; line-height: 25px; color: #1D1D1F; margin-top: 10px; } .section-three { display: flex; } .section-three .block-faq { flex: 1; } .section-three .section-three-img-block { flex: 1; padding-left: 25px; padding-right: 25px; } .answer { padding-left: 25px; } .section-four { display: flex; } .section-five { margin: auto; } .section-five .one { display: block; max-width: 380px; margin: auto; position: relative; } .section-five .two { display: inline-block; top: 30px; position: absolute; } .section-five .two .one { padding-right: 15px; padding-left: 15px; } .section-five .one ul li a { font-style: normal; font-weight: 600; font-size: 18px; line-height: 29px; color: #1D1D1F; text-decoration: none; } .section-five .one ul { padding-inline-start: 0px; } .section-five .one ul li { list-style-type: none; display: inline-block; width: 130px; } .image-block-3 { flex: 1; } .form-block { flex: 1; text-align: center; } .form-block-description { max-width: 300px; margin: auto; font-size: 16px; line-height: 25px; text-align: center; color: #1D1D1F; } .section-five { padding-bottom: 100px; align-items: center; } .section-five div ul { display: inline-block; } .facebook-img { width: 15px; } .message-img { width: 30px; } .input-block-form { max-width: 280px; margin: auto; display: flex; position: relative; } .section-one-block-1 { flex-direction: column; display: flex; } /*MENU STYLE*/ nav { margin: 0; padding: 0; } nav ul { display: flex; flex-direction: column; list-style-type: none; padding: 0; margin: 0; display: none; } nav ul.opening { display: block; height: 30px; } nav li:last-child { border-bottom: none; } nav a:hover, nav a:focus { background: #E4B363; } .site-nav--icon { font-size: 1.4em; margin-right: 1em; width: 1.1em; text-align: right; color: rgba(255, 255, 255, .4); } .menu-toggle { position: absolute; padding: 0.8em; top: 20px; right: .5em; cursor: pointer; } .hamburger, .hamburger::before, .hamburger::after { content: ''; display: block; background: black; height: 3px; width: 2em; -webkit-transition: all ease-in-out 350ms; transition: all ease-in-out 350ms; } .hamburger::before { -webkit-transform: translateY(-12px); transform: translateY(-12px); } .hamburger::after { -webkit-transform: translateY(8px); transform: translateY(8px); } .open .hamburger { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .open .hamburger::before { display: none; } .open .hamburger::after { -webkit-transform: translateY(-1px) rotate(-90deg); transform: translateY(-1px) rotate(-90deg); } /*Test Accordion*/ .item .question { padding: 15px; background: #C0392B; color: #fff; display: flex; justify-content: space-between; align-items: center; cursor: pointer; } .item .question h4 { margin: 0; } .item .question .fa.fa-minus { display: none; } .item.jquery-accordion-active .fa.fa-minus { display: block; } .item.jquery-accordion-active .fa.fa-plus { display: none; } .item .answer { padding: 15px; display: none; } /*Accordion STYLE*/ .parent-container { max-width: 600px; margin: auto; } .faq { list-style: none; padding-left: 0px; padding-right: 0px; } .faq li { border-top: 1px solid #1D1D1F; position: relative; } .faq li.active .answer { max-height: 275px !important; padding-bottom: 25px; transition: max-height 0.5s ease, padding-bottom 0.5s ease; } .faq .answer { font-size: 16px; line-height: 24px; max-height: 0 !important; overflow: hidden; transition: max-height 0.5s ease, padding-bottom 0.5s ease; } .faq .plus-minus-toggle { cursor: pointer; height: 21px; position: absolute; width: 21px; right: 10px; top: 50%; z-index: 2; } .faq .plus-minus-toggle:before, .faq .plus-minus-toggle:after { background: #1D1D1F; content: ''; height: 2px; left: 0; position: absolute; top: 0; width: 16px; transition: transform 500ms ease; } .faq .plus-minus-toggle:after { transform-origin: center; } .faq .plus-minus-toggle.collapsed:after { transform: rotate(90deg); } .faq .plus-minus-toggle.collapsed:before { transform: rotate(180deg); } .faq .question { font-weight: 600; font-size: 16px; position: relative; cursor: pointer; padding: 0px; padding-right: 50px; transition: color 0.5s ease; } .faq li:last-child { border-bottom: 1px solid #1D1D1F; } /*Testimonials page*/ .bottom-answer-info { margin-left: -25px; margin-top: 25px; } /*Style testimonials slider*/ .testimonials-slider-block, .name-testimonial-author { overflow: hidden; } .img-block-testimonials { width: 35%; float: left; margin-left: auto; } .img-client { max-width: 160px; border: 1px solid black; padding: 5px; border-radius: 100px; } .text-block-testimonials { width: 65%; float: left; margin-left: auto; } .name-testimonial-author { padding-top: 15px; padding-bottom: 15px; } .name-client, .date-testimonial { width: 50%; float: left; margin-left: auto; } .date-testimonial { text-align: right; } .name-client { font-style: normal; font-weight: 600; font-size: 22px; line-height: 29px; color: #000000; } .date-testimonial { font-style: normal; font-weight: normal; font-size: 16px; line-height: 25px; color: #000000; opacity: 0.5; } .text-testimonials { font-family: Gilroy; font-style: normal; font-weight: normal; font-size: 16px; line-height: 25px; color: #1D1D1F; margin-bottom: 20px; } .testimonials .owl-dots .owl-dot.active { width: 8px; height: 8px; background-color: black; border-radius: 50px; } .testimonials .owl-dots .owl-dot { width: 8px; height: 8px; background-color: #C4C4C4; border-radius: 50px; margin-right: 10px; } .testimonials .owl-prev span { display: none; } .testimonials .owl-prev:before { content: ''; display: block; width: 15px; height: 3.5px; background-color: #444; border-radius: 5px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); } .testimonials .owl-prev::after { content: ''; display: block; width: 15px; height: 3.5px; margin-top: 5px; background-color: #444; border-radius: 5px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .testimonials .owl-next span { display: none; } .testimonials .owl-next:before { content: ''; display: block; width: 15px; height: 3.5px; background-color: #444; border-radius: 5px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .testimonials .owl-next::after { content: ''; display: block; width: 15px; height: 3.5px; margin-top: 5px; background-color: #444; border-radius: 5px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); } .testimonials .owl-dots { text-align: center; margin-top: 25px; margin-bottom: 25px; margin-left: 23%; } .testimonials .owl-nav .owl-next { position: absolute; right: 0px; top: 12px; } .testimonials .owl-nav .owl-prev { position: absolute; left: 0px; top: 12px; } .testimonials .owl-nav { max-width: 310px; position: relative; margin-left: 35%; } .testimonials .owl-nav button.owl-prev, .testimonials .owl-nav button.owl-next { border: 1px solid #BDBDBD; border-radius: 100px; padding: 13px !important; padding-top: 14px !important; padding-bottom: 14px !important; transition: border 500ms ease-out; } .testimonials .owl-nav button.owl-prev:hover, .testimonials .owl-nav button.owl-next:hover { border: 1px solid black; } .testimonials .owl-nav button.owl-prev:focus, .testimonials .owl-nav button.owl-next:focus { outline: none; } /*Animation*/ .sellers-div-one { animation-name: sellersAnimateOne; animation-duration: 2s; } .sellers-div { animation-name: sellersAnimate; animation-duration: 2s; } @keyframes sellersAnimateOne { from { left: -100px; opacity: 0.1; top: -5000px; } to { top: -40px; opacity: 1; } } @keyframes sellersAnimate { from { left: -100px; opacity: 0.1; top: -5000px; } to { top: 30px; opacity: 1; } } .services-div, .faq-div, .contact-div { animation-name: servicesAnimate; animation-duration: 2s; } @keyframes servicesAnimate { from { opacity: 0.1; top: -5000px; } to { top: 30px; opacity: 1; } } /*Error page*/ .section-error { overflow: hidden; } .section-error-block1 { left: auto; right: auto; width: 35%; margin-left: auto; float: left; } .section-error-block-2 { left: auto; right: auto; margin-left: auto; width: 65%; float: left; } .section-error { margin-top: 120px; margin-bottom: 120px; } /*popup style*/ .popup-container { padding-bottom: 30px; display: none; width: 40%; position: fixed; left: 30.5%; top: 14%; z-index: 999; box-sizing: border-box; text-align: center; background-color: #fff; text-transform: uppercase; opacity: 0; transition: opacity .3s ease; } .popup-container.active { opacity: 1; display: block; } #shadow.active { opacity: 1; display: block; } .popup-container .form-block-description, .popup-container .row-form label, .popup-container .section-one-text-h2, .h3 { text-transform: none; } #shadow { top: 0; display: none; position: fixed; z-index: 998; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, .4); transition: opacity .1s ease; } .button_close { display: block; position: absolute; right: 10px; top: 10px; width: 20px; height: 20px; } .close__wrap { display: block; position: relative; width: 20px; height: 20px; z-index: 100; cursor: pointer; transition: transform .4s ease; } .close__wrap:before { transform: rotate(45deg); } .close__wrap:before { content: ''; position: absolute; width: 3px; height: 100%; background-color: var(--main_red); transition: transform .4s ease, background .4s ease; transform-origin: center; will-change: opacity, transform; background-color: black; } .close__wrap:after { transform: rotate(-45deg); } .close__wrap:after { content: ''; position: absolute; width: 3px; height: 100%; background-color: var(--main_red); transition: transform .4s ease, background .4s ease; transform-origin: center; will-change: opacity, transform; background-color: black; } .close__wrap:hover:before { transform: rotate(315deg); } .close__wrap:hover:after { transform: rotate(405deg); } .row-messenger { display: flex; flex-direction: row; align-items: center; justify-content: center; font-style: normal; font-weight: 600; color: #FF9E48; } .row-messenger img { padding-left: 20px; } .a-defoult { text-decoration: none; } .row-messenger:hover, .a-defoult:hover { color: #FF7800; } /*attach your photo*/ .input-file input[type="file"] { visibility: hidden; width: 1px; height: 1px; } .input-file .file-selected { font-size: 10px; text-align: center; width: 100%; display: block; margin-top: 5px; } .wrap { display: table; width: 100%; height: 100%; } .valign-middle { display: table-cell; vertical-align: middle; text-align: center; } span.btn { display: block; padding-left: 10px; padding-right: 10px; text-align: left; border-bottom: 1px solid #1D1D1F; padding-top: 10px; padding-bottom: 10px; cursor: pointer; } span.btn::after { content: "+"; font-size: 30px; color: #1D1D1F; position: absolute; right: 10px; top: 5px; }
0.387459
0.104798
body { background: #eee url("../images/bg.jpg") repeat repeat scroll; font-family: "Lato", sans-serif; padding: 70px 0 20px; } .btn.btn-transparent { background-color: transparent; color: #fff; font-size: 20px; -webkit-transition: color 0.3s ease; -moz-transition: color 0.3s ease; -ms-transition: color 0.3s ease; -o-transition: color 0.3s ease; transition: color 0.3s ease; } .btn.btn-transparent:active, .btn.btn-transparent.active { -webkit-box-shadow: none; box-shadow: none; } .btn.btn-transparent.active.focus, .btn.btn-transparent.active:focus, .btn.btn-transparent.focus, .btn.btn-transparent:active.focus, .btn.btn-transparent:active:focus, .btn.btn-transparent:focus { outline: none; } .btn.btn-transparent:focus, .btn.btn-transparent:hover { color: #4093ff; } .navbar-nav > li.active a { color: #ffc000; } .navbar-nav > li > a { color: #fff; font-size: 16px; font-weight: 300; text-transform: uppercase; -webkit-transition: color 0.3s ease; -moz-transition: color 0.3s ease; -ms-transition: color 0.3s ease; -o-transition: color 0.3s ease; transition: color 0.3s ease; } .navbar-nav > li > a:focus, .navbar-nav > li > a:hover { background-color: transparent; color: #ffc000; text-decoration: none; } #header { background-color: #3c3c3c; margin-bottom: 10px; height: 60px; position: fixed; top: 0; left: 0; right: 0; z-index: 99999; } #header #navigation { background-color: #303030; margin: 0; padding: 9px 0; text-align: center; } #header #navigation .navbar-nav { background-color: #303030; left: 0; padding: 5px 15px; position: fixed; right: 0; text-align: left; z-index: 99999; } #header #logo { text-align: center; } #header #logo h1 { font-size: 31px; font-weight: 300; margin: 0 -15px; text-transform: uppercase; } #header #logo h1 a { color: #fff; -webkit-transition: color 0.3s ease; -moz-transition: color 0.3s ease; -ms-transition: color 0.3s ease; -o-transition: color 0.3s ease; transition: color 0.3s ease; } #header #logo h1 a:focus, #header #logo h1 a:hover { color: #4093ff; text-decoration: none; } #header #logo h1 b, #header #logo h1 strong { font-weight: 900; } #header #logo h1 span { display: inline-block; padding: 13px 0; } #header #logo h1 small { color: #fff; font-size: 21px; font-weight: 300; text-transform: lowercase; } #header #logo img { display: inline-block; margin: -10px auto 0; } #header #search { background-color: #303030; float: right; margin: 0; padding: 9px 0; text-align: center; } #header #search-form { background-color: #3c3c3c; padding: 10px 15px 0; position: fixed; right: 0; top: 60px; z-index: 99999; } .widget { border-bottom: 2px solid rgba(0, 0, 0, 0.05); } .widget:focus .widget-header, .widget:hover .widget-header { background-color: #ffc000; border-bottom-color: #c6c6c6; } .widget:focus .widget-header .widget-title, .widget:hover .widget-header .widget-title { color: #fff; } .widget:focus .widget-content, .widget:hover .widget-content { background-color: #e5e5e5; } .widget:focus .widget-content > ul > li, .widget:hover .widget-content > ul > li { border-bottom-color: #c4c4c4; } .widget:focus.widget-featured-news .widget-content img, .widget:hover.widget-featured-news .widget-content img { border-bottom-color: #cecece; } .widget .widget-header { background-color: #fff; border-bottom: 2px solid #e5e5e5; padding: 10px 15px; -webkit-transition: background-color 0.3s ease, border-bottom-color 0.3s ease; -moz-transition: background-color 0.3s ease, border-bottom-color 0.3s ease; -ms-transition: background-color 0.3s ease, border-bottom-color 0.3s ease; -o-transition: background-color 0.3s ease, border-bottom-color 0.3s ease; transition: background-color 0.3s ease, border-bottom-color 0.3s ease; } .widget .widget-header .widget-title { color: #3c3c3c; font-size: 18px; font-weight: 900; margin: 0; text-transform: uppercase; -webkit-transition: color 0.3s ease; -moz-transition: color 0.3s ease; -ms-transition: color 0.3s ease; -o-transition: color 0.3s ease; transition: color 0.3s ease; } .widget .widget-content { background-color: #fff; -webkit-transition: background-color 0.3s ease; -moz-transition: background-color 0.3s ease; -ms-transition: background-color 0.3s ease; -o-transition: background-color 0.3s ease; transition: background-color 0.3s ease; } .widget .widget-content h2 { color: #3c3c3c; font-weight: 900; text-transform: uppercase; margin: 0; text-shadow: 0 1px 0 #fff; } .widget .widget-content h2 a { border-bottom: 1px solid transparent; color: #3c3c3c; text-decoration: none; -webkit-transition: border-bottom-color 0.3s ease, color 0.3s ease; -moz-transition: border-bottom-color 0.3s ease, color 0.3s ease; -ms-transition: border-bottom-color 0.3s ease, color 0.3s ease; -o-transition: border-bottom-color 0.3s ease, color 0.3s ease; transition: border-bottom-color 0.3s ease, color 0.3s ease; } .widget .widget-content h2 a:focus, .widget .widget-content h2 a:hover { border-bottom-color: #4093ff; color: #4093ff; text-decoration: none; } .widget .widget-content p { color: #c4c4c4; font-size: 14px; font-weight: 300; margin: 0; } .widget .widget-content > ul { margin: 0; } .widget .widget-content > ul > li { border-bottom: 1px solid #e5e5e5; padding: 15px; -webkit-transition: border-bottom-color 0.3s ease; -moz-transition: border-bottom-color 0.3s ease; -ms-transition: border-bottom-color 0.3s ease; -o-transition: border-bottom-color 0.3s ease; transition: border-bottom-color 0.3s ease; } .widget .widget-content > ul > li:last-child { border-bottom: none; } .widget .widget-content .vc-wrapper { display: table-cell; vertical-align: middle; height: 100px; } .widget .article { background-color: rgba(0, 0, 0, 0.9); bottom: 0; color: #fff; left: 0; overflow-y: scroll; padding: 30px; position: fixed; right: 0; top: 0; z-index: 99999; } .widget .article p { color: #cccccc; font-size: 16px; font-weight: 300; margin: 0 auto 10px; max-width: 600px; } .widget .article p.h2 { color: #fff; font-size: 40px; font-weight: 900; text-align: center; } .widget .article .btn-close { background-color: #FF6A59; border-radius: 50px; color: #fff; font-size: 20px; height: 42px; margin: 0 0 20px; padding: 6px 0; width: 42px; -webkit-transition: background-color 0.3s ease, color 0.3s ease; -moz-transition: background-color 0.3s ease, color 0.3s ease; -ms-transition: background-color 0.3s ease, color 0.3s ease; -o-transition: background-color 0.3s ease, color 0.3s ease; transition: background-color 0.3s ease, color 0.3s ease; } .widget .article .btn-close:active, .widget .article .btn-close.active { -webkit-box-shadow: none; box-shadow: none; } .widget .article .btn-close.active.focus, .widget .article .btn-close.active:focus, .widget .article .btn-close.focus, .widget .article .btn-close:active.focus, .widget .article .btn-close:active:focus, .widget .article .btn-close:focus { outline: none; } .widget .article .btn-close:focus, .widget .article .btn-close:hover { background-color: #fff; color: #FF6A59; } .widget.widget-latest-news .widget-content h2 { font-size: 14px; line-height: 20px; } .widget.widget-featured-news .widget-content h2 { font-size: 18px; line-height: 24px; margin: 20px 0 5px; } .widget.widget-featured-news .widget-content img { border-bottom: 2px solid #e5e5e5; -webkit-transition: border-bottom-color 0.3s ease; -moz-transition: border-bottom-color 0.3s ease; -ms-transition: border-bottom-color 0.3s ease; -o-transition: border-bottom-color 0.3s ease; transition: border-bottom-color 0.3s ease; } @media (min-width: 768px) { #header #navigation, #header #search { max-width: 60px; position: absolute; } #header #navigation { left: 0; } #header #navigation .navbar-nav { top: 60px; } #header #logo { left: 50%; margin-left: -326.5px; position: absolute; } #header #search { right: 0; } #header #search-form { padding: 10px 15px 13px; } .widget { margin: 0 -15px; } } @media (min-width: 992px) { body { padding-top: 80px; } #header { margin-bottom: 20px; } #header #navigation { background-color: transparent; left: 323.328125px; max-width: none; padding: 5px 0; position: relative; } #header #navigation .navbar-nav { background-color: transparent; padding: 0; position: static; text-align: center; top: 0; } #header #logo { left: initial; margin-left: 0; position: relative; text-align: left; } #header #search-form { position: absolute; right: -15px; } } @media (min-width: 1200px) { #header #navigation { background-color: transparent; left: 390px; max-width: none; padding: 5px 0; position: relative; } } /*# sourceMappingURL=application.css.map */
app/assets/css/application.css
body { background: #eee url("../images/bg.jpg") repeat repeat scroll; font-family: "Lato", sans-serif; padding: 70px 0 20px; } .btn.btn-transparent { background-color: transparent; color: #fff; font-size: 20px; -webkit-transition: color 0.3s ease; -moz-transition: color 0.3s ease; -ms-transition: color 0.3s ease; -o-transition: color 0.3s ease; transition: color 0.3s ease; } .btn.btn-transparent:active, .btn.btn-transparent.active { -webkit-box-shadow: none; box-shadow: none; } .btn.btn-transparent.active.focus, .btn.btn-transparent.active:focus, .btn.btn-transparent.focus, .btn.btn-transparent:active.focus, .btn.btn-transparent:active:focus, .btn.btn-transparent:focus { outline: none; } .btn.btn-transparent:focus, .btn.btn-transparent:hover { color: #4093ff; } .navbar-nav > li.active a { color: #ffc000; } .navbar-nav > li > a { color: #fff; font-size: 16px; font-weight: 300; text-transform: uppercase; -webkit-transition: color 0.3s ease; -moz-transition: color 0.3s ease; -ms-transition: color 0.3s ease; -o-transition: color 0.3s ease; transition: color 0.3s ease; } .navbar-nav > li > a:focus, .navbar-nav > li > a:hover { background-color: transparent; color: #ffc000; text-decoration: none; } #header { background-color: #3c3c3c; margin-bottom: 10px; height: 60px; position: fixed; top: 0; left: 0; right: 0; z-index: 99999; } #header #navigation { background-color: #303030; margin: 0; padding: 9px 0; text-align: center; } #header #navigation .navbar-nav { background-color: #303030; left: 0; padding: 5px 15px; position: fixed; right: 0; text-align: left; z-index: 99999; } #header #logo { text-align: center; } #header #logo h1 { font-size: 31px; font-weight: 300; margin: 0 -15px; text-transform: uppercase; } #header #logo h1 a { color: #fff; -webkit-transition: color 0.3s ease; -moz-transition: color 0.3s ease; -ms-transition: color 0.3s ease; -o-transition: color 0.3s ease; transition: color 0.3s ease; } #header #logo h1 a:focus, #header #logo h1 a:hover { color: #4093ff; text-decoration: none; } #header #logo h1 b, #header #logo h1 strong { font-weight: 900; } #header #logo h1 span { display: inline-block; padding: 13px 0; } #header #logo h1 small { color: #fff; font-size: 21px; font-weight: 300; text-transform: lowercase; } #header #logo img { display: inline-block; margin: -10px auto 0; } #header #search { background-color: #303030; float: right; margin: 0; padding: 9px 0; text-align: center; } #header #search-form { background-color: #3c3c3c; padding: 10px 15px 0; position: fixed; right: 0; top: 60px; z-index: 99999; } .widget { border-bottom: 2px solid rgba(0, 0, 0, 0.05); } .widget:focus .widget-header, .widget:hover .widget-header { background-color: #ffc000; border-bottom-color: #c6c6c6; } .widget:focus .widget-header .widget-title, .widget:hover .widget-header .widget-title { color: #fff; } .widget:focus .widget-content, .widget:hover .widget-content { background-color: #e5e5e5; } .widget:focus .widget-content > ul > li, .widget:hover .widget-content > ul > li { border-bottom-color: #c4c4c4; } .widget:focus.widget-featured-news .widget-content img, .widget:hover.widget-featured-news .widget-content img { border-bottom-color: #cecece; } .widget .widget-header { background-color: #fff; border-bottom: 2px solid #e5e5e5; padding: 10px 15px; -webkit-transition: background-color 0.3s ease, border-bottom-color 0.3s ease; -moz-transition: background-color 0.3s ease, border-bottom-color 0.3s ease; -ms-transition: background-color 0.3s ease, border-bottom-color 0.3s ease; -o-transition: background-color 0.3s ease, border-bottom-color 0.3s ease; transition: background-color 0.3s ease, border-bottom-color 0.3s ease; } .widget .widget-header .widget-title { color: #3c3c3c; font-size: 18px; font-weight: 900; margin: 0; text-transform: uppercase; -webkit-transition: color 0.3s ease; -moz-transition: color 0.3s ease; -ms-transition: color 0.3s ease; -o-transition: color 0.3s ease; transition: color 0.3s ease; } .widget .widget-content { background-color: #fff; -webkit-transition: background-color 0.3s ease; -moz-transition: background-color 0.3s ease; -ms-transition: background-color 0.3s ease; -o-transition: background-color 0.3s ease; transition: background-color 0.3s ease; } .widget .widget-content h2 { color: #3c3c3c; font-weight: 900; text-transform: uppercase; margin: 0; text-shadow: 0 1px 0 #fff; } .widget .widget-content h2 a { border-bottom: 1px solid transparent; color: #3c3c3c; text-decoration: none; -webkit-transition: border-bottom-color 0.3s ease, color 0.3s ease; -moz-transition: border-bottom-color 0.3s ease, color 0.3s ease; -ms-transition: border-bottom-color 0.3s ease, color 0.3s ease; -o-transition: border-bottom-color 0.3s ease, color 0.3s ease; transition: border-bottom-color 0.3s ease, color 0.3s ease; } .widget .widget-content h2 a:focus, .widget .widget-content h2 a:hover { border-bottom-color: #4093ff; color: #4093ff; text-decoration: none; } .widget .widget-content p { color: #c4c4c4; font-size: 14px; font-weight: 300; margin: 0; } .widget .widget-content > ul { margin: 0; } .widget .widget-content > ul > li { border-bottom: 1px solid #e5e5e5; padding: 15px; -webkit-transition: border-bottom-color 0.3s ease; -moz-transition: border-bottom-color 0.3s ease; -ms-transition: border-bottom-color 0.3s ease; -o-transition: border-bottom-color 0.3s ease; transition: border-bottom-color 0.3s ease; } .widget .widget-content > ul > li:last-child { border-bottom: none; } .widget .widget-content .vc-wrapper { display: table-cell; vertical-align: middle; height: 100px; } .widget .article { background-color: rgba(0, 0, 0, 0.9); bottom: 0; color: #fff; left: 0; overflow-y: scroll; padding: 30px; position: fixed; right: 0; top: 0; z-index: 99999; } .widget .article p { color: #cccccc; font-size: 16px; font-weight: 300; margin: 0 auto 10px; max-width: 600px; } .widget .article p.h2 { color: #fff; font-size: 40px; font-weight: 900; text-align: center; } .widget .article .btn-close { background-color: #FF6A59; border-radius: 50px; color: #fff; font-size: 20px; height: 42px; margin: 0 0 20px; padding: 6px 0; width: 42px; -webkit-transition: background-color 0.3s ease, color 0.3s ease; -moz-transition: background-color 0.3s ease, color 0.3s ease; -ms-transition: background-color 0.3s ease, color 0.3s ease; -o-transition: background-color 0.3s ease, color 0.3s ease; transition: background-color 0.3s ease, color 0.3s ease; } .widget .article .btn-close:active, .widget .article .btn-close.active { -webkit-box-shadow: none; box-shadow: none; } .widget .article .btn-close.active.focus, .widget .article .btn-close.active:focus, .widget .article .btn-close.focus, .widget .article .btn-close:active.focus, .widget .article .btn-close:active:focus, .widget .article .btn-close:focus { outline: none; } .widget .article .btn-close:focus, .widget .article .btn-close:hover { background-color: #fff; color: #FF6A59; } .widget.widget-latest-news .widget-content h2 { font-size: 14px; line-height: 20px; } .widget.widget-featured-news .widget-content h2 { font-size: 18px; line-height: 24px; margin: 20px 0 5px; } .widget.widget-featured-news .widget-content img { border-bottom: 2px solid #e5e5e5; -webkit-transition: border-bottom-color 0.3s ease; -moz-transition: border-bottom-color 0.3s ease; -ms-transition: border-bottom-color 0.3s ease; -o-transition: border-bottom-color 0.3s ease; transition: border-bottom-color 0.3s ease; } @media (min-width: 768px) { #header #navigation, #header #search { max-width: 60px; position: absolute; } #header #navigation { left: 0; } #header #navigation .navbar-nav { top: 60px; } #header #logo { left: 50%; margin-left: -326.5px; position: absolute; } #header #search { right: 0; } #header #search-form { padding: 10px 15px 13px; } .widget { margin: 0 -15px; } } @media (min-width: 992px) { body { padding-top: 80px; } #header { margin-bottom: 20px; } #header #navigation { background-color: transparent; left: 323.328125px; max-width: none; padding: 5px 0; position: relative; } #header #navigation .navbar-nav { background-color: transparent; padding: 0; position: static; text-align: center; top: 0; } #header #logo { left: initial; margin-left: 0; position: relative; text-align: left; } #header #search-form { position: absolute; right: -15px; } } @media (min-width: 1200px) { #header #navigation { background-color: transparent; left: 390px; max-width: none; padding: 5px 0; position: relative; } } /*# sourceMappingURL=application.css.map */
0.330363
0.043691
.company-name { margin: 10px auto; } .company-name h2 { font-size: 30px; color: #930625; } .plash { background-color: #2e2e2e; padding: 0.5em; } .plash img { max-width: 100px; } .a-panel { display: flex; flex-direction: row; min-height: 100vh; } .a-panel .left-side { background-color: #2e2e2e; padding: 0.5em; flex-basis: 18%; } .a-panel .right-side { flex-basis: 82%; } .a-panel .left-side { display: flex; flex-direction: column; text-align: left; color: white; } .a-panel .left-side h3, a { color: white; } .a-panel .left-side h3 { font-size: 15px; } .a-panel .left-side a { font-size: 17px; font-weight: 400; margin: 3px 0px; } .a-panel .left-side .settings-block { margin: 10px 0px; } .a-panel .left-side .settings-block .title { display: flex; flex-direction: row; justify-content: left; } .a-panel .left-side .settings-block .title:hover { cursor: pointer; } .a-panel .left-side .settings-block .title img { width: 20px; margin-right: 5px; margin-bottom: 2px; } .a-panel .left-side .settings-block .list { display: none; padding: 5px; margin-top: 5px; flex-direction: column; justify-content: left; background-color: #424242; border-radius: 10px; } .open-list { display: flex !important; } .close-list { display: none; } /*Контент*/ .a-panel .right-side { display: flex; flex-direction: column; justify-content: center; padding: 20px; /* border-left: 4px solid #930625; border-top: 4px solid #930625; */ } .a-panel .right-side form { display: grid; margin: 0px auto; grid-gap: 10px; grid-template-columns: 18em 18em 18em; } .a-panel .right-side form .form-sect { display: flex; border-radius: 20px; flex-direction: column; justify-content: center; padding: 3em; background-color: white; -webkit-box-shadow: 6px 4px 9px -5px rgba(147, 6, 37, 0.4); -moz-box-shadow: 6px 4px 9px -5px rgba(147, 6, 37, 0.4); box-shadow: 6px 4px 9px -5px rgba(147, 6, 37, 0.4); } .a-panel .right-side form .form-sect label p { font-size: 20px; font-weight: 500; } .a-panel .right-side form .form-sect .filePlace { border: none } .a-panel .right-side form .form-sect .btn { margin: 0px auto; font-size: 20px; font-weight: 500; } .a-panel .right-side form .form-sect select { padding: 6px; } .a-panel .right-side form .form-sect input { width: 10em; height: 2em; border-radius: 40px; padding: 5px; outline: none; border: 1px solid #930625; } .a-panel .right-side form .form-sect { margin: 5px; } .a-panel .right-side form .form-sect .btn:hover { cursor: pointer; } .a-panel .right-side form .form-sect .btn { height: 2em; width: 10em; background-color: #930625; color: white; outline: none; box-shadow: none; border: none; } .a-panel .right-side form .form-sect img{ max-width: 150px; margin: 10px auto; } .a-panel .right-side .lines-wrapper { display: grid; grid-template-columns: repeat(1, 1fr); padding: 10px; } .a-panel .right-side .lines-wrapper .onepr { display: flex; flex-direction: row; justify-content: space-between; padding: 10px; margin: 10px 0px; border-radius: 5px; -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75); box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75); } .a-panel .right-side .lines-wrapper .onepr img { width: 30px; } .a-panel .right-side .lines-wrapper .onepr p { margin: auto 5px; } .a-panel .right-side .lines-wrapper .onepr a { margin: auto 5px; } .a-panel .right-side .lines-wrapper .onepr div { border-left: solid 1px black; margin: auto 0px; } .a-panel .right-side .lines-wrapper .onepr .update a { color: #069345; font-weight: 500; } .a-panel .right-side .lines-wrapper .onepr .delete a { color: #930625; font-weight: 500; }
public/css/admin.css
.company-name { margin: 10px auto; } .company-name h2 { font-size: 30px; color: #930625; } .plash { background-color: #2e2e2e; padding: 0.5em; } .plash img { max-width: 100px; } .a-panel { display: flex; flex-direction: row; min-height: 100vh; } .a-panel .left-side { background-color: #2e2e2e; padding: 0.5em; flex-basis: 18%; } .a-panel .right-side { flex-basis: 82%; } .a-panel .left-side { display: flex; flex-direction: column; text-align: left; color: white; } .a-panel .left-side h3, a { color: white; } .a-panel .left-side h3 { font-size: 15px; } .a-panel .left-side a { font-size: 17px; font-weight: 400; margin: 3px 0px; } .a-panel .left-side .settings-block { margin: 10px 0px; } .a-panel .left-side .settings-block .title { display: flex; flex-direction: row; justify-content: left; } .a-panel .left-side .settings-block .title:hover { cursor: pointer; } .a-panel .left-side .settings-block .title img { width: 20px; margin-right: 5px; margin-bottom: 2px; } .a-panel .left-side .settings-block .list { display: none; padding: 5px; margin-top: 5px; flex-direction: column; justify-content: left; background-color: #424242; border-radius: 10px; } .open-list { display: flex !important; } .close-list { display: none; } /*Контент*/ .a-panel .right-side { display: flex; flex-direction: column; justify-content: center; padding: 20px; /* border-left: 4px solid #930625; border-top: 4px solid #930625; */ } .a-panel .right-side form { display: grid; margin: 0px auto; grid-gap: 10px; grid-template-columns: 18em 18em 18em; } .a-panel .right-side form .form-sect { display: flex; border-radius: 20px; flex-direction: column; justify-content: center; padding: 3em; background-color: white; -webkit-box-shadow: 6px 4px 9px -5px rgba(147, 6, 37, 0.4); -moz-box-shadow: 6px 4px 9px -5px rgba(147, 6, 37, 0.4); box-shadow: 6px 4px 9px -5px rgba(147, 6, 37, 0.4); } .a-panel .right-side form .form-sect label p { font-size: 20px; font-weight: 500; } .a-panel .right-side form .form-sect .filePlace { border: none } .a-panel .right-side form .form-sect .btn { margin: 0px auto; font-size: 20px; font-weight: 500; } .a-panel .right-side form .form-sect select { padding: 6px; } .a-panel .right-side form .form-sect input { width: 10em; height: 2em; border-radius: 40px; padding: 5px; outline: none; border: 1px solid #930625; } .a-panel .right-side form .form-sect { margin: 5px; } .a-panel .right-side form .form-sect .btn:hover { cursor: pointer; } .a-panel .right-side form .form-sect .btn { height: 2em; width: 10em; background-color: #930625; color: white; outline: none; box-shadow: none; border: none; } .a-panel .right-side form .form-sect img{ max-width: 150px; margin: 10px auto; } .a-panel .right-side .lines-wrapper { display: grid; grid-template-columns: repeat(1, 1fr); padding: 10px; } .a-panel .right-side .lines-wrapper .onepr { display: flex; flex-direction: row; justify-content: space-between; padding: 10px; margin: 10px 0px; border-radius: 5px; -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75); box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75); } .a-panel .right-side .lines-wrapper .onepr img { width: 30px; } .a-panel .right-side .lines-wrapper .onepr p { margin: auto 5px; } .a-panel .right-side .lines-wrapper .onepr a { margin: auto 5px; } .a-panel .right-side .lines-wrapper .onepr div { border-left: solid 1px black; margin: auto 0px; } .a-panel .right-side .lines-wrapper .onepr .update a { color: #069345; font-weight: 500; } .a-panel .right-side .lines-wrapper .onepr .delete a { color: #930625; font-weight: 500; }
0.519765
0.159414
.header { margin-bottom: 0.25rem; background-color: var(--panzer-grey); color: whitesmoke; display: flex; padding: 0.25rem; justify-content: space-between; font-size: 1rem; font-weight: 600; } .close:before { content: "\f00d"; font-family: FontAwesome; text-decoration: inherit; color: whitesmoke; font-size: 1rem; } .close { border: none; border-radius: 3px; background-color: transparent; } .close:hover { box-shadow: 0px 0px 1.25px 1.25px whitesmoke; } .close:active { box-shadow: 0px 0px 1px 1px whitesmoke; opacity: 0.9; } .modalButtonWrapper { display: flex; flex-wrap: wrap; justify-content: space-between; } .modalButtonWrapper > button:nth-of-type(n + 8){ white-space: pre-line; width: calc(25% - 4px); } .modalButtonWrapper > .selected { box-shadow: 0 0 1px 1px var(--golden-olive) !important; background-color: var(--ivory) !important; } .ammoTypes { margin: 1rem auto 0; width: calc(1.5rem * 3 + 3rem); box-shadow: inset 0px 0px 1.25px 1.25px #5d5d5d; height: 0.75rem; position: relative; border-radius: 0.75rem; } .ammoTypes > button { width: 1.5rem; height: 1.5rem; opacity: 0; position: relative; z-index: 1; position: absolute; top: 50%; transform: translateY(-50%); } .ammoTypes > .ammoName { position: absolute; font-size: 0.75rem; top: -0.85rem; } .ammoTypes > .ammoMarker { background-color: var(--german-yellow); border: 1px solid var(--london-grey); box-shadow: 0 0 1px 0 var(--panzer-grey); width: 0.75rem; height: 0.75rem; border-radius: 50%; position: absolute; top: 50%; transform: translate(0%, -50%); opacity: 0; } .ammoTypes > .selected { opacity: 1; } .ammoTypes > button:nth-of-type(2), .ammoTypes > div:nth-of-type(4) { left: 50%; transform: translate(-50%, -50%); } .ammoTypes > div:nth-of-type(3) { left: 50%; transform: translateX(-50%); } .ammoTypes > button:last-of-type, .ammoTypes > div:nth-last-of-type(1) { left: 100%; transform: translate(-100%, -50%); } .ammoTypes > div:nth-last-of-type(2) { left: 100%; transform: translateX(-100%); } .data { display: flex; justify-content: space-between; height: 4.5rem; } .data > div { width: fit-content; } .data > div > span { display: block; } .modalButtonWrapper > button { background-color: var(--usaf-light-grey); box-shadow: 0 0 1px 1px var(--london-grey); border: none; width: calc(50% - 2px); font-size: 1rem; padding: 5px 0; margin-top: 5px; color: var(--panzer-grey); border-radius: 3px; } .modalButtonWrapper > button > span { display: block; } .modalButtonWrapper > button > span:nth-of-type(2) { font-size: 0.75rem; } .firing { text-align: center; margin-top: 10px; padding-top: 3px; border-top: 1px solid var(--usaf-light-grey); } .firing > .pewpew { width: 100%; display: flex; justify-content: space-between; } .firing > .pewpew > div:nth-of-type(2) { width: 10rem; width: calc(100% - 4rem); } .firing > .pewpew > div:nth-of-type(2) > button { background-color: var(--usaf-light-grey); box-shadow: 0 0 1px 1px var(--london-grey); border: none; font-size: 1rem; padding: 5px 0; margin-top: 5px; color: var(--panzer-grey); border-radius: 3px; height: 2.5rem; width: 100%; } .lowMag { font-weight: bold; color: darkorange; } .emptyMag, .baReached { font-weight: bold; color: red; } @media screen and (max-width: 1024px) { .data { height: 3.5rem; } }
src/components/LoadedCharacter/Shooting/styles.module.css
.header { margin-bottom: 0.25rem; background-color: var(--panzer-grey); color: whitesmoke; display: flex; padding: 0.25rem; justify-content: space-between; font-size: 1rem; font-weight: 600; } .close:before { content: "\f00d"; font-family: FontAwesome; text-decoration: inherit; color: whitesmoke; font-size: 1rem; } .close { border: none; border-radius: 3px; background-color: transparent; } .close:hover { box-shadow: 0px 0px 1.25px 1.25px whitesmoke; } .close:active { box-shadow: 0px 0px 1px 1px whitesmoke; opacity: 0.9; } .modalButtonWrapper { display: flex; flex-wrap: wrap; justify-content: space-between; } .modalButtonWrapper > button:nth-of-type(n + 8){ white-space: pre-line; width: calc(25% - 4px); } .modalButtonWrapper > .selected { box-shadow: 0 0 1px 1px var(--golden-olive) !important; background-color: var(--ivory) !important; } .ammoTypes { margin: 1rem auto 0; width: calc(1.5rem * 3 + 3rem); box-shadow: inset 0px 0px 1.25px 1.25px #5d5d5d; height: 0.75rem; position: relative; border-radius: 0.75rem; } .ammoTypes > button { width: 1.5rem; height: 1.5rem; opacity: 0; position: relative; z-index: 1; position: absolute; top: 50%; transform: translateY(-50%); } .ammoTypes > .ammoName { position: absolute; font-size: 0.75rem; top: -0.85rem; } .ammoTypes > .ammoMarker { background-color: var(--german-yellow); border: 1px solid var(--london-grey); box-shadow: 0 0 1px 0 var(--panzer-grey); width: 0.75rem; height: 0.75rem; border-radius: 50%; position: absolute; top: 50%; transform: translate(0%, -50%); opacity: 0; } .ammoTypes > .selected { opacity: 1; } .ammoTypes > button:nth-of-type(2), .ammoTypes > div:nth-of-type(4) { left: 50%; transform: translate(-50%, -50%); } .ammoTypes > div:nth-of-type(3) { left: 50%; transform: translateX(-50%); } .ammoTypes > button:last-of-type, .ammoTypes > div:nth-last-of-type(1) { left: 100%; transform: translate(-100%, -50%); } .ammoTypes > div:nth-last-of-type(2) { left: 100%; transform: translateX(-100%); } .data { display: flex; justify-content: space-between; height: 4.5rem; } .data > div { width: fit-content; } .data > div > span { display: block; } .modalButtonWrapper > button { background-color: var(--usaf-light-grey); box-shadow: 0 0 1px 1px var(--london-grey); border: none; width: calc(50% - 2px); font-size: 1rem; padding: 5px 0; margin-top: 5px; color: var(--panzer-grey); border-radius: 3px; } .modalButtonWrapper > button > span { display: block; } .modalButtonWrapper > button > span:nth-of-type(2) { font-size: 0.75rem; } .firing { text-align: center; margin-top: 10px; padding-top: 3px; border-top: 1px solid var(--usaf-light-grey); } .firing > .pewpew { width: 100%; display: flex; justify-content: space-between; } .firing > .pewpew > div:nth-of-type(2) { width: 10rem; width: calc(100% - 4rem); } .firing > .pewpew > div:nth-of-type(2) > button { background-color: var(--usaf-light-grey); box-shadow: 0 0 1px 1px var(--london-grey); border: none; font-size: 1rem; padding: 5px 0; margin-top: 5px; color: var(--panzer-grey); border-radius: 3px; height: 2.5rem; width: 100%; } .lowMag { font-weight: bold; color: darkorange; } .emptyMag, .baReached { font-weight: bold; color: red; } @media screen and (max-width: 1024px) { .data { height: 3.5rem; } }
0.507812
0.11129
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } :root { --first-color: #1A73E8; --input-color: #80868B; --border-color: #DADCE0; --normal-font-size: 1rem; --small-font-size: .75rem; } body { background: #eee; display: flex; justify-content: center; align-items: center; min-height: 100vh; padding: 0 16px; } .container { max-width: 900px; width: 100%; background: #fff; padding: 28px; border-radius: 5px; box-shadow: 0 3px 5px rgba(0,0,0,.3); } .contents { display: flex; flex-wrap: wrap; align-items: center; } .content { width: 100%; padding: 24px 10px 0; text-align: center; } .content.active { display: block; } .content h3 { font-size: 35px; padding-bottom: 40px; color: #444; } .content button { outline: none; border: none; background: #333; color: #fff; height: 35px; width: 140px; margin-bottom: 10px; font-size: 17px; cursor: pointer; border-radius: 50px; } .stateset-ref-url { color: #333; text-decoration: none; } .form-div{ position: relative; height: 48px; margin-bottom: 1.5rem; } .form-input{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; font-size: var(--normal-font-size); border: 1px solid var(--border-color); border-radius: .5rem; outline: none; padding: 1rem; background: none; z-index: 1; } .form-input-style{ position: absolute; top: 0; left: 0; width: 100%; height: 220px; font-size: var(--normal-font-size); border: 1px solid var(--border-color); border-radius: .5rem; outline: none; padding: 1rem; background: none; z-index: 1; } /* Input focus move up label */ .form-input:focus + .form-label{ top: -.5rem; left: .8rem; color: var(--first-color); font-size: var(--small-font-size); font-weight: 500; z-index: 10; } .form-input-style:focus + .form-label{ top: -.5rem; left: .8rem; color: var(--first-color); font-size: var(--small-font-size); font-weight: 500; z-index: 10; } /* Input focus sticky top label */ .form-input:not(:placeholder-shown).form-input:not(:focus)+ .form-label{ top: -.5rem; left: .8rem; font-size: var(--small-font-size); font-weight: 500; z-index: 10; } .form-input-style:not(:placeholder-shown).form-input-style:not(:focus)+ .form-label{ top: -.5rem; left: .8rem; font-size: var(--small-font-size); font-weight: 500; z-index: 10; } /* Input focus */ .form-input:focus{ border: 1.5px solid var(--first-color); } .form-label{ position: absolute; left: 1rem; top: 0.7rem; padding: 0 .25rem; background-color: #fff; color: var(--input-color); font-size: var(--normal-font-size); transition: .3s; } .statesetId { margin-top: 15px; } .input-select-field { width: 100%; height: 57px; margin-bottom: 25px; border-radius: .5rem; border: 1px solid var(--border-color); font-size: var(--normal-font-size); color: gray; padding-left: 15px; } .rule-field{ width: 820px; margin: 5px 0 15px 0; display: flex; position: relative; } .label{ font-weight: 500; margin-right: 12px; width: 150px; } .set-style { width: 28px; } .ml-10 { margin-left: 10px; } .mr-5 { margin-right: 5px; } .mr-10 { margin-right: 10px; } .pt-5 { padding-top: 5px; } .min-max-input { width: 100px; height: 30px; margin-left: 10px; margin-right: 10px; } .min-max-label { padding-top: 3px; margin-left: 10px; } /* tab */ .tab-container { display: flex; justify-content: center; } nav { position: relative; display: flex; text-align: center; background-color: #FFF; width: 350px; height: 35px; line-height: 35px; border-radius: 50px; /* box-shadow: 0 3px 6px rgba(0, 0, 0, .5); */ border: 1px solid var(--border-color); margin-bottom: 30px; } nav input { display: none; } nav label { position: relative; color: black; width: 100%; font-size: 20px; z-index: 2; cursor: pointer; transition: all .6s cubic-bezier(0.68, -0.55, 0, 0.98); } nav label:hover { color: #5499C7; } nav .tab { position: absolute; top: 0; left: 0; bottom: 0; z-index: 1; height: 100%; width: 50%; border-radius: 50px; background: linear-gradient(to right, #5499C7, #5499C7); transition: all .6s cubic-bezier(0.68, -0.55, 0, 0.98); } nav #blockly-json:checked ~ .tab { left: 0; } nav #write-json:checked ~ .tab { left: 175px; } nav #blockly-json:checked ~ label.blockly-json, nav #write-json:checked ~ label.write-json { color: #FFF } .json-editor { margin-bottom: 200px; }
Set-Feature-Stateset/form_textarea/style.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } :root { --first-color: #1A73E8; --input-color: #80868B; --border-color: #DADCE0; --normal-font-size: 1rem; --small-font-size: .75rem; } body { background: #eee; display: flex; justify-content: center; align-items: center; min-height: 100vh; padding: 0 16px; } .container { max-width: 900px; width: 100%; background: #fff; padding: 28px; border-radius: 5px; box-shadow: 0 3px 5px rgba(0,0,0,.3); } .contents { display: flex; flex-wrap: wrap; align-items: center; } .content { width: 100%; padding: 24px 10px 0; text-align: center; } .content.active { display: block; } .content h3 { font-size: 35px; padding-bottom: 40px; color: #444; } .content button { outline: none; border: none; background: #333; color: #fff; height: 35px; width: 140px; margin-bottom: 10px; font-size: 17px; cursor: pointer; border-radius: 50px; } .stateset-ref-url { color: #333; text-decoration: none; } .form-div{ position: relative; height: 48px; margin-bottom: 1.5rem; } .form-input{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; font-size: var(--normal-font-size); border: 1px solid var(--border-color); border-radius: .5rem; outline: none; padding: 1rem; background: none; z-index: 1; } .form-input-style{ position: absolute; top: 0; left: 0; width: 100%; height: 220px; font-size: var(--normal-font-size); border: 1px solid var(--border-color); border-radius: .5rem; outline: none; padding: 1rem; background: none; z-index: 1; } /* Input focus move up label */ .form-input:focus + .form-label{ top: -.5rem; left: .8rem; color: var(--first-color); font-size: var(--small-font-size); font-weight: 500; z-index: 10; } .form-input-style:focus + .form-label{ top: -.5rem; left: .8rem; color: var(--first-color); font-size: var(--small-font-size); font-weight: 500; z-index: 10; } /* Input focus sticky top label */ .form-input:not(:placeholder-shown).form-input:not(:focus)+ .form-label{ top: -.5rem; left: .8rem; font-size: var(--small-font-size); font-weight: 500; z-index: 10; } .form-input-style:not(:placeholder-shown).form-input-style:not(:focus)+ .form-label{ top: -.5rem; left: .8rem; font-size: var(--small-font-size); font-weight: 500; z-index: 10; } /* Input focus */ .form-input:focus{ border: 1.5px solid var(--first-color); } .form-label{ position: absolute; left: 1rem; top: 0.7rem; padding: 0 .25rem; background-color: #fff; color: var(--input-color); font-size: var(--normal-font-size); transition: .3s; } .statesetId { margin-top: 15px; } .input-select-field { width: 100%; height: 57px; margin-bottom: 25px; border-radius: .5rem; border: 1px solid var(--border-color); font-size: var(--normal-font-size); color: gray; padding-left: 15px; } .rule-field{ width: 820px; margin: 5px 0 15px 0; display: flex; position: relative; } .label{ font-weight: 500; margin-right: 12px; width: 150px; } .set-style { width: 28px; } .ml-10 { margin-left: 10px; } .mr-5 { margin-right: 5px; } .mr-10 { margin-right: 10px; } .pt-5 { padding-top: 5px; } .min-max-input { width: 100px; height: 30px; margin-left: 10px; margin-right: 10px; } .min-max-label { padding-top: 3px; margin-left: 10px; } /* tab */ .tab-container { display: flex; justify-content: center; } nav { position: relative; display: flex; text-align: center; background-color: #FFF; width: 350px; height: 35px; line-height: 35px; border-radius: 50px; /* box-shadow: 0 3px 6px rgba(0, 0, 0, .5); */ border: 1px solid var(--border-color); margin-bottom: 30px; } nav input { display: none; } nav label { position: relative; color: black; width: 100%; font-size: 20px; z-index: 2; cursor: pointer; transition: all .6s cubic-bezier(0.68, -0.55, 0, 0.98); } nav label:hover { color: #5499C7; } nav .tab { position: absolute; top: 0; left: 0; bottom: 0; z-index: 1; height: 100%; width: 50%; border-radius: 50px; background: linear-gradient(to right, #5499C7, #5499C7); transition: all .6s cubic-bezier(0.68, -0.55, 0, 0.98); } nav #blockly-json:checked ~ .tab { left: 0; } nav #write-json:checked ~ .tab { left: 175px; } nav #blockly-json:checked ~ label.blockly-json, nav #write-json:checked ~ label.write-json { color: #FFF } .json-editor { margin-bottom: 200px; }
0.413714
0.071916
code[class*="language-"], pre[class*="language-"] { text-align: left; white-space: pre; word-spacing: normal; word-break: normal; word-wrap: normal; color: #c3cee3; background: #263238; font-family: Roboto Mono, monospace; font-size: 1em; line-height: 1.5em; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } code[class*="language-"]::-moz-selection, pre[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection, pre[class*="language-"] ::-moz-selection { background: #363636; } code[class*="language-"]::selection, pre[class*="language-"]::selection, code[class*="language-"] ::selection, pre[class*="language-"] ::selection { background: #363636; } :not(pre) > code[class*="language-"] { white-space: normal; border-radius: 0.2em; padding: 0.1em; } pre[class*="language-"] { overflow: auto; position: relative; margin: 0.5em 0; padding: 1.25em 1em; } .language-css > code, .language-sass > code, .language-scss > code { color: #fd9170; } [class*="language-"] .namespace { opacity: 0.7; } .token.atrule { color: #c792ea; } .token.attr-name { color: #ffcb6b; } .token.attr-value { color: #c3e88d; } .token.attribute { color: #c3e88d; } .token.boolean { color: #c792ea; } .token.builtin { color: #ffcb6b; } .token.cdata { color: #80cbc4; } .token.char { color: #80cbc4; } .token.class { color: #ffcb6b; } .token.class-name { color: #f2ff00; } .token.color { color: #f2ff00; } .token.comment { color: #546e7a; } .token.constant { color: #c792ea; } .token.deleted { color: #f07178; } .token.doctype { color: #546e7a; } .token.entity { color: #f07178; } .token.function { color: #c792ea; } .token.hexcode { color: #f2ff00; } .token.id { color: #c792ea; font-weight: bold; } .token.important { color: #c792ea; font-weight: bold; } .token.inserted { color: #80cbc4; } .token.keyword { color: #c792ea; font-style: italic; } .token.number { color: #fd9170; } .token.operator { color: #89ddff; } .token.prolog { color: #546e7a; } .token.property { color: #80cbc4; } .token.pseudo-class { color: #c3e88d; } .token.pseudo-element { color: #c3e88d; } .token.punctuation { color: #89ddff; } .token.regex { color: #f2ff00; } .token.selector { color: #f07178; } .token.string { color: #c3e88d; } .token.symbol { color: #c792ea; } .token.tag { color: #f07178; } .token.unit { color: #f07178; } .token.url { color: #fd9170; } .token.variable { color: #f07178; }
examples/programmer-art/dist/prism-material-oceanic.css
code[class*="language-"], pre[class*="language-"] { text-align: left; white-space: pre; word-spacing: normal; word-break: normal; word-wrap: normal; color: #c3cee3; background: #263238; font-family: Roboto Mono, monospace; font-size: 1em; line-height: 1.5em; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } code[class*="language-"]::-moz-selection, pre[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection, pre[class*="language-"] ::-moz-selection { background: #363636; } code[class*="language-"]::selection, pre[class*="language-"]::selection, code[class*="language-"] ::selection, pre[class*="language-"] ::selection { background: #363636; } :not(pre) > code[class*="language-"] { white-space: normal; border-radius: 0.2em; padding: 0.1em; } pre[class*="language-"] { overflow: auto; position: relative; margin: 0.5em 0; padding: 1.25em 1em; } .language-css > code, .language-sass > code, .language-scss > code { color: #fd9170; } [class*="language-"] .namespace { opacity: 0.7; } .token.atrule { color: #c792ea; } .token.attr-name { color: #ffcb6b; } .token.attr-value { color: #c3e88d; } .token.attribute { color: #c3e88d; } .token.boolean { color: #c792ea; } .token.builtin { color: #ffcb6b; } .token.cdata { color: #80cbc4; } .token.char { color: #80cbc4; } .token.class { color: #ffcb6b; } .token.class-name { color: #f2ff00; } .token.color { color: #f2ff00; } .token.comment { color: #546e7a; } .token.constant { color: #c792ea; } .token.deleted { color: #f07178; } .token.doctype { color: #546e7a; } .token.entity { color: #f07178; } .token.function { color: #c792ea; } .token.hexcode { color: #f2ff00; } .token.id { color: #c792ea; font-weight: bold; } .token.important { color: #c792ea; font-weight: bold; } .token.inserted { color: #80cbc4; } .token.keyword { color: #c792ea; font-style: italic; } .token.number { color: #fd9170; } .token.operator { color: #89ddff; } .token.prolog { color: #546e7a; } .token.property { color: #80cbc4; } .token.pseudo-class { color: #c3e88d; } .token.pseudo-element { color: #c3e88d; } .token.punctuation { color: #89ddff; } .token.regex { color: #f2ff00; } .token.selector { color: #f07178; } .token.string { color: #c3e88d; } .token.symbol { color: #c792ea; } .token.tag { color: #f07178; } .token.unit { color: #f07178; } .token.url { color: #fd9170; } .token.variable { color: #f07178; }
0.394084
0.097734
.load { position: fixed; left: 45%; top: 35%; border-radius: 50%; margin: 0 auto; background-color: #fff; width: 2rem; height: 2rem; border: .3rem solid #387cff; border-top: .3rem solid #fff; animation: loading 1s infinite; } @keyframes loading{ 0%{ transform: rotate(0deg); } 100%{ transform: rotate(360deg); } } .nav { position: fixed; width: 100%; height: 3rem; top: 0px; background-color: #5c49f9; z-index: 999; } .page-name { float: right; margin-right: 42%; display: -webkit-inline-box; font-size: 1rem; line-height: 3rem; color: #fff; } .m-t { margin-top: 3rem; position: relative; } .reset-div { width: 100%; margin: 0; padding: 0; } #scroll-area { overflow-y:auto; overflow-x:hidden; -webkit-overflow-scrolling: touch; } .list-ul { width: 100%; margin: 0; padding: 0; height: auto; } .list-li { text-decoration: none; /*color: #333;*/ margin: 0; padding: 0 1rem 0 1rem; height: 5rem; overflow: hidden; position: relative; } .list-li:before { position: absolute; top: 0; left: 0; width: 100%; height: 1px; -webkit-transform: scale(1, .5); transform: scale(1, .5); -webkit-transform-origin: 0 0; transform-origin: 0 0; content: ''; border-top: 1px solid #f2f2f2; } .title { line-height: 2rem; display: -webkit-box; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } .time { max-width: 100%; font-size: .8rem; color: gray; display: -webkit-box; } .content { width: 100%; font-size: 1rem; display: -webkit-box; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .load2 { border-radius: 50%; margin: 0 auto; background-color: #fff; width: 2rem; height: 2rem; border: .3rem solid #387cff; border-top: .3rem solid #fff; animation: loading2 1s infinite; } @keyframes loading2{ 0%{ transform: rotate(0deg); } 100%{ transform: rotate(360deg); } }
20170227/angular-ui-router/css/tpl/home.css
.load { position: fixed; left: 45%; top: 35%; border-radius: 50%; margin: 0 auto; background-color: #fff; width: 2rem; height: 2rem; border: .3rem solid #387cff; border-top: .3rem solid #fff; animation: loading 1s infinite; } @keyframes loading{ 0%{ transform: rotate(0deg); } 100%{ transform: rotate(360deg); } } .nav { position: fixed; width: 100%; height: 3rem; top: 0px; background-color: #5c49f9; z-index: 999; } .page-name { float: right; margin-right: 42%; display: -webkit-inline-box; font-size: 1rem; line-height: 3rem; color: #fff; } .m-t { margin-top: 3rem; position: relative; } .reset-div { width: 100%; margin: 0; padding: 0; } #scroll-area { overflow-y:auto; overflow-x:hidden; -webkit-overflow-scrolling: touch; } .list-ul { width: 100%; margin: 0; padding: 0; height: auto; } .list-li { text-decoration: none; /*color: #333;*/ margin: 0; padding: 0 1rem 0 1rem; height: 5rem; overflow: hidden; position: relative; } .list-li:before { position: absolute; top: 0; left: 0; width: 100%; height: 1px; -webkit-transform: scale(1, .5); transform: scale(1, .5); -webkit-transform-origin: 0 0; transform-origin: 0 0; content: ''; border-top: 1px solid #f2f2f2; } .title { line-height: 2rem; display: -webkit-box; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } .time { max-width: 100%; font-size: .8rem; color: gray; display: -webkit-box; } .content { width: 100%; font-size: 1rem; display: -webkit-box; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .load2 { border-radius: 50%; margin: 0 auto; background-color: #fff; width: 2rem; height: 2rem; border: .3rem solid #387cff; border-top: .3rem solid #fff; animation: loading2 1s infinite; } @keyframes loading2{ 0%{ transform: rotate(0deg); } 100%{ transform: rotate(360deg); } }
0.599602
0.089058
img { border: none; } /* Declaration for the H headings */ h1 { color: #2d2e8f; margin: 0; font-size: 150%; } /* Use this h1onecolumn heading on pages where you don't have the left navigation pane. */ .h1onecolumn { margin-top: 20px; } h2 { font-size: 125%; color: #000000; margin-bottom: 0em; margin-top: 1em; } h3 { font-size: 110%; } ul li { margin-top: 0.35em; } /* picleft and picright are the basic styles to include pictures in the paragraphs of text. Use these if you don't need a caption. */ .picleft { float: left; margin-right: 7px; } .picright { float: right; margin-left: 7px; } .piccenter { float: left; margin-left: 25px; } /* Use these pic captions to move pictures to left and right in paragraphs of text if you want a caption. The #773377 gives the caption a dark purple color; size is set to 85% of the regular body text. In the HTML file, manually specify the width to match the width of the actual picture you are showing. Actually, I'm not even sure how this CSS works, but you need both pieces for a caption to show properly. */ .picleftcaption { float: left; margin-right: 10px; } .picleftcaption p { color: #773377; font-size: 85%; margin-top: 5px; margin-bottom:10px; } .picrightcaption { float: right; margin-left: 10px; } .picrightcaption p { color: #773377; font-size: 85%; margin-top: 5px; margin-bottom:10px; } /* Styles the left side navigation vertical bar. */ .leftpane { width: 200px; border-right-style: solid; border-right-width: 1px; border-right-color: #999999; padding-right: 10px; font-size:90%; } /* Sets the color for the site title bar. */ DIV.bannerColorBand, DIV.banner { background-color: #004184; } /* Common set of styles to manage the link properties. It sets links (unvisited and visited) to distinguish between visited and unvisited links. It sets a mouse hover as an underlined orange type. */ a:link { color: #006699; } a:visited { color: #CC6633; } a:hover { color: #FF9900; } a:active { color: #3B84Ac; } /* To center an object (i.e. <p class="center">) */ .center { text-align: center; } /* Class to make sure objects from below another object don't intrude. It forces the object below this one to start below the bottom of the object. */ .clearall { clear: both; } /* a bit of padding for content to the right of the left-navigation */ .content { padding-left: 1em; } /* Property (class) to make text a bit smaller */ .smaller { font-size: 90%; } /* Colors used to set backgrounds, such as in a data table with rows alternating in light and darker grey colors. Used in the list of publications and data tables. The greydarker is often used in the table heading lines. */ .greylight { background-color: #eaeaea; } .greydark { background-color: #d6d6d6; } .greydarker { background-color: #b6b6b6; } /* Property (class) to make text a bold reddish, then a blue bold, then a smaller size. */ .redbold { color: #992255; font-weight: bold; } .bluebold { color: #0033aa; font-weight: bold; } .size90 { font-size:90%; } .size110 { font-size:110%; } .navmain a:link { text-decoration: none; color: white; } .linksleft a:link{ text-decoration: underline; color: white; } .linksleft a:visited { text-decoration: underline; color: #ffffcc; } .linksleft a:hover { text-decoration: none; color : #ffcc66; } /* Class which can be used to create a left column, in this case 180 pixels wide) This one spaces out lines so would be used for a menu of some type. */ .left { position: absolute; left: 10px; height: auto; width: 180px; line-height: 110%; background-color: #eee; } .right { background: #FFFFFF; margin-left: 200px; padding: 15px;/*space to separate navigation and content*/ border: thin solid #FFFFFF; /*to insure that NN4.xx renders the background-color of the content area*/ } #navmain { font-weight: bold; text-decoration: none; background: #000000; color: white; padding: 5px; } #navwaterdata { font-weight: bold; text-decoration: none; background: #666666; color: white; padding: 5px; } /* Style the chosen topic in the main link bar (the black bar with the topics) right below the site title bar. So, if you are in a certain project page, you can use this class to turn the word "projects" orange in the topics bar, to show the user they are in the 'projects' topic area. It matches the orange triangle.. */ .chosentopic, .chosentopic a { color: orange !important; } /* Styles for the topics link words in the black bar of topics. Links are white, and underlines is removed (for visited links too, as you want them all to look the same). But, orange when you hover your mouse over a link.*/ .navmain a { color: #ffffff; text-decoration: none; } .navmain a:visited { text-decoration: none; color: white; } .navmain a:hover { color: orange; text-decoration: underline; } .navmain a#current { color: orange; text-decoration: none; } .navwaterdata a { color: #ffffff; text-decoration: none; } .navwaterdata a:visited { text-decoration: none; color: white; } .navwaterdata a:hover { color: orange; text-decoration: underline; } #navmain ul { margin: 0; padding: 0; list-style: none; } #navwaterdata ul { margin: 0; padding: 0; list-style: none; } #navmain li { display: inline; padding-right: 16px; } #navwaterdata li { display: inline; padding-right: 16px; } /* Styles for the left-side navigation section. "leftL1 li" is the 1st order list (LI) items. Note the bullet is taken out. Note also the margins are tricky and may not be done in the best way. "leftL2" is the 2nd order heading, with "leftL2 li" the list of links in the 2nd order. . */ .leftL1 li { margin-left: -3.0em; margin-top: 1.0em; list-style-type: none; font-weight: bold; font-size: 110%; } .leftL2 { margin-top: -0.5em; margin-bottom: 2.0em; } .leftL2 li { margin-left: -2.0em; margin-bottom: 0.0em; margin-top: 0.50em; list-style-type: square; color: #ffffff; font-weight: bold; font-size: 90%; } .navCell { width: 17em; padding-left: 0.50em; padding-right: 0.25em; border-right-style: solid; border-right-width: 1px; border-right-color: #999999; font-size:90%; background: #3B84AC; } .navWaterWatch { color: #FFFFFF; font-weight: bold; font-size: 110%; } .navSearchWater { color: #FFFFFF; font-weight: bold; } /* Style the bullets that appear in the left pane navigation lists (to replace the default ones usually shown in lists.. */ .bullet{ color: #4455aa; font-size: 80%; } .indent25 { margin-left: 25px; } .indent15 { margin-left: 15px; margin-right:15px; } .h2heading {background-color: #888888; width: 98%; font-size: 110%;padding-left: 5px; padding-bottom: 3px; padding-top: 3px; font-weight: bold; color: #ffffff; margin-bottom:20px; margin-top:30px; clear: both;} .secondtablehead { color: #2D2E8F; text-align: left; background-color: #e7e7e7; padding-left: 8px; padding-top:6px; padding-bottom:7px; border-left: solid 4px #004184; clear: both; margin-top: 25px; margin-bottom: 15px; } .secondtabletext { padding-left: 13px; padding-top:10px; padding-bottom:5px; padding-right: 10px; vertical-align: top; } /* Property (class) used to style lists of references, and could be for publications, used in projects, etc.. */ .references { margin-left:20px; font-size: 92%; } .margin0 { margin: 0px; }
mapper/style/styles.css
img { border: none; } /* Declaration for the H headings */ h1 { color: #2d2e8f; margin: 0; font-size: 150%; } /* Use this h1onecolumn heading on pages where you don't have the left navigation pane. */ .h1onecolumn { margin-top: 20px; } h2 { font-size: 125%; color: #000000; margin-bottom: 0em; margin-top: 1em; } h3 { font-size: 110%; } ul li { margin-top: 0.35em; } /* picleft and picright are the basic styles to include pictures in the paragraphs of text. Use these if you don't need a caption. */ .picleft { float: left; margin-right: 7px; } .picright { float: right; margin-left: 7px; } .piccenter { float: left; margin-left: 25px; } /* Use these pic captions to move pictures to left and right in paragraphs of text if you want a caption. The #773377 gives the caption a dark purple color; size is set to 85% of the regular body text. In the HTML file, manually specify the width to match the width of the actual picture you are showing. Actually, I'm not even sure how this CSS works, but you need both pieces for a caption to show properly. */ .picleftcaption { float: left; margin-right: 10px; } .picleftcaption p { color: #773377; font-size: 85%; margin-top: 5px; margin-bottom:10px; } .picrightcaption { float: right; margin-left: 10px; } .picrightcaption p { color: #773377; font-size: 85%; margin-top: 5px; margin-bottom:10px; } /* Styles the left side navigation vertical bar. */ .leftpane { width: 200px; border-right-style: solid; border-right-width: 1px; border-right-color: #999999; padding-right: 10px; font-size:90%; } /* Sets the color for the site title bar. */ DIV.bannerColorBand, DIV.banner { background-color: #004184; } /* Common set of styles to manage the link properties. It sets links (unvisited and visited) to distinguish between visited and unvisited links. It sets a mouse hover as an underlined orange type. */ a:link { color: #006699; } a:visited { color: #CC6633; } a:hover { color: #FF9900; } a:active { color: #3B84Ac; } /* To center an object (i.e. <p class="center">) */ .center { text-align: center; } /* Class to make sure objects from below another object don't intrude. It forces the object below this one to start below the bottom of the object. */ .clearall { clear: both; } /* a bit of padding for content to the right of the left-navigation */ .content { padding-left: 1em; } /* Property (class) to make text a bit smaller */ .smaller { font-size: 90%; } /* Colors used to set backgrounds, such as in a data table with rows alternating in light and darker grey colors. Used in the list of publications and data tables. The greydarker is often used in the table heading lines. */ .greylight { background-color: #eaeaea; } .greydark { background-color: #d6d6d6; } .greydarker { background-color: #b6b6b6; } /* Property (class) to make text a bold reddish, then a blue bold, then a smaller size. */ .redbold { color: #992255; font-weight: bold; } .bluebold { color: #0033aa; font-weight: bold; } .size90 { font-size:90%; } .size110 { font-size:110%; } .navmain a:link { text-decoration: none; color: white; } .linksleft a:link{ text-decoration: underline; color: white; } .linksleft a:visited { text-decoration: underline; color: #ffffcc; } .linksleft a:hover { text-decoration: none; color : #ffcc66; } /* Class which can be used to create a left column, in this case 180 pixels wide) This one spaces out lines so would be used for a menu of some type. */ .left { position: absolute; left: 10px; height: auto; width: 180px; line-height: 110%; background-color: #eee; } .right { background: #FFFFFF; margin-left: 200px; padding: 15px;/*space to separate navigation and content*/ border: thin solid #FFFFFF; /*to insure that NN4.xx renders the background-color of the content area*/ } #navmain { font-weight: bold; text-decoration: none; background: #000000; color: white; padding: 5px; } #navwaterdata { font-weight: bold; text-decoration: none; background: #666666; color: white; padding: 5px; } /* Style the chosen topic in the main link bar (the black bar with the topics) right below the site title bar. So, if you are in a certain project page, you can use this class to turn the word "projects" orange in the topics bar, to show the user they are in the 'projects' topic area. It matches the orange triangle.. */ .chosentopic, .chosentopic a { color: orange !important; } /* Styles for the topics link words in the black bar of topics. Links are white, and underlines is removed (for visited links too, as you want them all to look the same). But, orange when you hover your mouse over a link.*/ .navmain a { color: #ffffff; text-decoration: none; } .navmain a:visited { text-decoration: none; color: white; } .navmain a:hover { color: orange; text-decoration: underline; } .navmain a#current { color: orange; text-decoration: none; } .navwaterdata a { color: #ffffff; text-decoration: none; } .navwaterdata a:visited { text-decoration: none; color: white; } .navwaterdata a:hover { color: orange; text-decoration: underline; } #navmain ul { margin: 0; padding: 0; list-style: none; } #navwaterdata ul { margin: 0; padding: 0; list-style: none; } #navmain li { display: inline; padding-right: 16px; } #navwaterdata li { display: inline; padding-right: 16px; } /* Styles for the left-side navigation section. "leftL1 li" is the 1st order list (LI) items. Note the bullet is taken out. Note also the margins are tricky and may not be done in the best way. "leftL2" is the 2nd order heading, with "leftL2 li" the list of links in the 2nd order. . */ .leftL1 li { margin-left: -3.0em; margin-top: 1.0em; list-style-type: none; font-weight: bold; font-size: 110%; } .leftL2 { margin-top: -0.5em; margin-bottom: 2.0em; } .leftL2 li { margin-left: -2.0em; margin-bottom: 0.0em; margin-top: 0.50em; list-style-type: square; color: #ffffff; font-weight: bold; font-size: 90%; } .navCell { width: 17em; padding-left: 0.50em; padding-right: 0.25em; border-right-style: solid; border-right-width: 1px; border-right-color: #999999; font-size:90%; background: #3B84AC; } .navWaterWatch { color: #FFFFFF; font-weight: bold; font-size: 110%; } .navSearchWater { color: #FFFFFF; font-weight: bold; } /* Style the bullets that appear in the left pane navigation lists (to replace the default ones usually shown in lists.. */ .bullet{ color: #4455aa; font-size: 80%; } .indent25 { margin-left: 25px; } .indent15 { margin-left: 15px; margin-right:15px; } .h2heading {background-color: #888888; width: 98%; font-size: 110%;padding-left: 5px; padding-bottom: 3px; padding-top: 3px; font-weight: bold; color: #ffffff; margin-bottom:20px; margin-top:30px; clear: both;} .secondtablehead { color: #2D2E8F; text-align: left; background-color: #e7e7e7; padding-left: 8px; padding-top:6px; padding-bottom:7px; border-left: solid 4px #004184; clear: both; margin-top: 25px; margin-bottom: 15px; } .secondtabletext { padding-left: 13px; padding-top:10px; padding-bottom:5px; padding-right: 10px; vertical-align: top; } /* Property (class) used to style lists of references, and could be for publications, used in projects, etc.. */ .references { margin-left:20px; font-size: 92%; } .margin0 { margin: 0px; }
0.382603
0.294951
.background_thistle4, .hover_background_thistle4:hover, .active_background_thistle4:active:hover { background: #824f82; background-image: -moz-linear-gradient(top, rgb(161, 101, 161) 0%, rgb(130, 79, 130) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(161, 101, 161)), color-stop(100%, rgb(130, 79, 130))); background-image: -webkit-linear-gradient(top, rgb(161, 101, 161) 0%, rgb(130, 79, 130) 100%); background-image: -o-linear-gradient(top, rgb(161, 101, 161) 0%, rgb(130, 79, 130) 100%); background-image: -ms-linear-gradient(top, rgb(161, 101, 161) 0%, rgb(130, 79, 130) 100%); background-image: linear-gradient(to bottom, rgb(161, 101, 161) 0%, rgb(130, 79, 130) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a165a1', endColorstr='#824f82',GradientType=0 ); } .background_thistle4h, .hover_background_thistle4h:hover, .active_background_thistle4h:active:hover { background: #824f82; background-image: -moz-linear-gradient(top, rgb(181, 134, 181) 0%, rgb(157, 95, 157) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(181, 134, 181)), color-stop(100%, rgb(157, 95, 157))); background-image: -webkit-linear-gradient(top, rgb(181, 134, 181) 0%, rgb(157, 95, 157) 100%); background-image: -o-linear-gradient(top, rgb(181, 134, 181) 0%, rgb(157, 95, 157) 100%); background-image: -ms-linear-gradient(top, rgb(181, 134, 181) 0%, rgb(157, 95, 157) 100%); background-image: linear-gradient(to bottom, rgb(181, 134, 181) 0%, rgb(157, 95, 157) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b586b5', endColorstr='#9d5f9d',GradientType=0 ); } .background_thistle4a, .hover_background_thistle4a:hover, .active_background_thistle4a:active:hover { background: #824f82; background-image: -moz-linear-gradient(top, rgb(157, 95, 157) 0%, rgb(181, 134, 181) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(157, 95, 157)), color-stop(100%, rgb(181, 134, 181))); background-image: -webkit-linear-gradient(top, rgb(157, 95, 157) 0%, rgb(181, 134, 181) 100%); background-image: -o-linear-gradient(top, rgb(157, 95, 157) 0%, rgb(181, 134, 181) 100%); background-image: -ms-linear-gradient(top, rgb(157, 95, 157) 0%, rgb(181, 134, 181) 100%); background-image: linear-gradient(to bottom, rgb(157, 95, 157) 0%, rgb(181, 134, 181) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d5f9d', endColorstr='#b586b5',GradientType=0 ); } .background_thistle4s, .hover_background_thistle4s:hover, .active_background_thistle4s:active:hover { background: #824f82; background-image: -moz-linear-gradient(top, rgb(211, 183, 211) 0%, rgb(181, 134, 181) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(211, 183, 211)), color-stop(100%, rgb(181, 134, 181))); background-image: -webkit-linear-gradient(top, rgb(211, 183, 211) 0%, rgb(181, 134, 181) 100%); background-image: -o-linear-gradient(top, rgb(211, 183, 211) 0%, rgb(181, 134, 181) 100%); background-image: -ms-linear-gradient(top, rgb(211, 183, 211) 0%, rgb(181, 134, 181) 100%); background-image: linear-gradient(to bottom, rgb(211, 183, 211) 0%, rgb(181, 134, 181) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3b7d3', endColorstr='#b586b5',GradientType=0 ); } .background_color_thistle4, .hover_background_color_thistle4:hover, .active_background_color_thistle4:active:hover { background-color:#824f82; } .background_first_color_thistle4, .hover_background_first_color_thistle4:hover, .active_background_first_color_thistle4:active:hover { background-color:#a165a1; } .background_last_color_thistle4, .hover_background_last_color_thistle4:hover, .active_background_color_last_thistle4:active:hover { background-color:#824f82; } /* ------------------------------ color settings -------------------------------*/ .color_thistle4, .hover_color_thistle4:hover, .active_color_thistle4:active:hover { color: #c8c8c8; } .color_thistle4h, .hover_color_thistle4h:hover, .active_color_thistle4h:active:hover { color: #c8c8c8; } .color_thistle4a, .hover_color_thistle4a:hover, .active_color_thistle4a:active:hover { color: #ff0; } .color_thistle4s, .hover_color_thistle4s:hover, .active_color_thistle4s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_thistle4, .hover_border_thistle4:hover, .active_border_thistle4:active:hover { border-color: #824f82 #824f82 #824f82 #824f82; } .border_thistle4h, .hover_border_thistle4h:hover, .active_border_thistle4h:active:hover { border-color: #754875 #754875 #754875 #754875; } .border_thistle4a, .hover_border_thistle4a:hover, .active_border_thistle4a:active:hover { border-color: #684068 #684068 #684068 #684068; } .border_thistle4s, .hover_border_thistle4s:hover, .active_border_thistle4s:active:hover { border-color: #b586b5 #b586b5 #b586b5 #b586b5; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_thistle4, .hover_shadow_expand_thistle4:hover, .active_shadow_expand_thistle4:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(130, 79, 130, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(130, 79, 130, .39); box-shadow: 0em 0em 1em 0.25em rgba(130, 79, 130, .39); } .shadow_expand_thistle4h, .hover_shadow_expand_thistle4h:hover, .active_shadow_expand_thistle4h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(157, 95, 157, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(157, 95, 157, .50); box-shadow: 0em 0em 1em 0.25em rgba(157, 95, 157, .50); } .shadow_expand_thistle4a, .hover_shadow_expand_thistle4a:hover, .active_shadow_expand_thistle4a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(181, 134, 181, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(181, 134, 181, .63); box-shadow: 0em 0em 1em 0.25em rgba(181, 134, 181, .63); } .shadow_expand_thistle4s, .hover_shadow_expand_thistle4s:hover, .active_shadow_expand_thistle4s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(181, 134, 181, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(181, 134, 181, .78); box-shadow: 0em 0em 1em 0.25em rgba(181, 134, 181, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_thistle4, .hover_shadow_left_thistle4:hover, .active_shadow_left_thistle4:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(130, 79, 130, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(130, 79, 130, .39); box-shadow: -0.5em -0.5em 1em rgba(130, 79, 130, .39); } .shadow_left_thistle4h, .hover_shadow_left_thistle4h:hover, .active_shadow_left_thistle4h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(157, 95, 157, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(157, 95, 157, .50); box-shadow: -0.5em -0.5em 1em rgba(157, 95, 157, .50); } .shadow_left_thistle4a, .hover_shadow_left_thistle4a:hover, .active_shadow_left_thistle4a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .63); box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .63); } .shadow_left_thistle4s, .hover_shadow_left_thistle4s:hover, .active_shadow_left_thistle4s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .78); box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_thistle4, .hover_shadow_right_thistle4:hover, .active_shadow_right_thistle4:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(130, 79, 130, .39); -moz-box-shadow: 0.5em 0em 1em rgba(130, 79, 130, .39); box-shadow: 0.5em 0em 1em rgba(130, 79, 130, .39); } .shadow_right_thistle4h, .hover_shadow_right_thistle4h:hover, .active_shadow_right_thistle4h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(157, 95, 157, .50); -moz-box-shadow: 0.5em 0em 1em rgba(157, 95, 157, .50); box-shadow: 0.5em 0em 1em rgba(157, 95, 157, .50); } .shadow_right_thistle4a, .hover_shadow_right_thistle4a:hover, .active_shadow_right_thistle4a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(181, 134, 181, .63); -moz-box-shadow: 0.5em 0em 1em rgba(181, 134, 181, .63); box-shadow: 0.5em 0em 1em rgba(181, 134, 181, .63); } .shadow_right_thistle4s, .hover_shadow_right_thistle4s:hover, .active_shadow_right_thistle4s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(181, 134, 181, .78); -moz-box-shadow: 0.5em 0em 1em rgba(181, 134, 181, .78); box-shadow: 0.5em 0em 1em rgba(181, 134, 181, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_thistle4, .hover_shadow_top_thistle4:hover, .active_shadow_top_thistle4:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(130, 79, 130, .39); -moz-box-shadow: 0em -0.5em 1em rgba(130, 79, 130, .39); box-shadow: 0em -0.5em 1em rgba(130, 79, 130, .39); } .shadow_top_thistle4h, .hover_shadow_top_thistle4h:hover, .active_shadow_top_thistle4h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(157, 95, 157, .50); -moz-box-shadow: 0em -0.5em 1em rgba(157, 95, 157, .50); box-shadow: 0em -0.5em 1em rgba(157, 95, 157, .50); } .shadow_top_thistle4a, .hover_shadow_top_thistle4a:hover, .active_shadow_top_thistle4a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(181, 134, 181, .63); -moz-box-shadow: 0em -0.5em 1em rgba(181, 134, 181, .63); box-shadow: 0em -0.5em 1em rgba(181, 134, 181, .63); } .shadow_top_thistle4s, .hover_shadow_top_thistle4s:hover, .active_shadow_top_thistle4s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(181, 134, 181, .78); -moz-box-shadow: 0em -0.5em 1em rgba(181, 134, 181, .78); box-shadow: 0em -0.5em 1em rgba(181, 134, 181, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_thistle4, .hover_shadow_bottom_thistle4:hover, .active_shadow_bottom_thistle4:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(130, 79, 130, .39); -moz-box-shadow: 0em 0.5em 1em rgba(130, 79, 130, .39); box-shadow: 0em 0.5em 1em rgba(130, 79, 130, .39); } .shadow_bottom_thistle4h, .hover_shadow_bottom_thistle4h:hover, .active_shadow_bottom_thistle4h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(157, 95, 157, .50); -moz-box-shadow: 0em 0.5em 1em rgba(157, 95, 157, .50); box-shadow: 0em 0.5em 1em rgba(157, 95, 157, .50); } .shadow_bottom_thistle4a, .hover_shadow_bottom_thistle4a:hover, .active_shadow_bottom_thistle4a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(181, 134, 181, .63); -moz-box-shadow: 0em 0.5em 1em rgba(181, 134, 181, .63); box-shadow: 0em 0.5em 1em rgba(181, 134, 181, .63); } .shadow_bottom_thistle4s, .hover_shadow_bottom_thistle4s:hover, .active_shadow_bottom_thistle4s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(181, 134, 181, .78); -moz-box-shadow: 0em 0.5em 1em rgba(181, 134, 181, .78); box-shadow: 0em 0.5em 1em rgba(181, 134, 181, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_thistle4, .hover_shadow_top_left_thistle4:hover, .active_shadow_top_left_thistle4:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(130, 79, 130, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(130, 79, 130, .39); box-shadow: -0.5em -0.5em 1em rgba(130, 79, 130, .39); } .shadow_top_left_thistle4h, .hover_shadow_top_left_thistle4h:hover, .active_shadow_top_left_thistle4h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(157, 95, 157, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(157, 95, 157, .50); box-shadow: -0.5em -0.5em 1em rgba(157, 95, 157, .50); } .shadow_top_left_thistle4a, .hover_shadow_top_left_thistle4a:hover, .active_shadow_top_left_thistle4a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .63); box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .63); } .shadow_top_left_thistle4s, .hover_shadow_top_left_thistle4s:hover, .active_shadow_top_left_thistle4s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .78); box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_thistle4, .hover_shadow_top_right_thistle4:hover, .active_shadow_top_right_thistle4:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(130, 79, 130, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(130, 79, 130, .39); box-shadow: 0.5em -0.5em 1em rgba(130, 79, 130, .39); } .shadow_top_right_thistle4h, .hover_shadow_top_right_thistle4h:hover, .active_shadow_top_right_thistle4h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(157, 95, 157, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(157, 95, 157, .50); box-shadow: 0.5em -0.5em 1em rgba(157, 95, 157, .50); } .shadow_top_right_thistle4a, .hover_shadow_top_right_thistle4a:hover, .active_shadow_top_right_thistle4a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(181, 134, 181, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(181, 134, 181, .63); box-shadow: 0.5em -0.5em 1em rgba(181, 134, 181, .63); } .shadow_top_right_thistle4s, .hover_shadow_top_right_thistle4s:hover, .active_shadow_top_right_thistle4s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(181, 134, 181, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(181, 134, 181, .78); box-shadow: 0.5em -0.5em 1em rgba(181, 134, 181, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_thistle4, .hover_shadow_bottom_left_thistle4:hover, .active_shadow_bottom_left_thistle4:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(130, 79, 130, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(130, 79, 130, .39); box-shadow: -0.5em 0.5em 1em rgba(130, 79, 130, .39); } .shadow_bottom_left_thistle4h, .hover_shadow_bottom_left_thistle4h:hover, .active_shadow_bottom_left_thistle4h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(157, 95, 157, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(157, 95, 157, .50); box-shadow: -0.5em 0.5em 1em rgba(157, 95, 157, .50); } .shadow_bottom_left_thistle4a, .hover_shadow_bottom_left_thistle4a:hover, .active_shadow_bottom_left_thistle4a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(181, 134, 181, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(181, 134, 181, .63); box-shadow: -0.5em 0.5em 1em rgba(181, 134, 181, .63); } .shadow_bottom_left_thistle4s, .hover_shadow_bottom_left_thistle4s:hover, .active_shadow_bottom_left_thistle4s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(181, 134, 181, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(181, 134, 181, .78); box-shadow: -0.5em 0.5em 1em rgba(181, 134, 181, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_thistle4, .hover_shadow_bottom_right_thistle4:hover, .active_shadow_bottom_right_thistle4:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(130, 79, 130, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(130, 79, 130, .39); box-shadow: 0.5em 0.5em 1em rgba(130, 79, 130, .39); } .shadow_bottom_right_thistle4h, .hover_shadow_bottom_right_thistle4h:hover, .active_shadow_bottom_right_thistle4h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(157, 95, 157, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(157, 95, 157, .50); box-shadow: 0.5em 0.5em 1em rgba(157, 95, 157, .50); } .shadow_bottom_right_thistle4a, .hover_shadow_bottom_right_thistle4a:hover, .active_shadow_bottom_right_thistle4a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(181, 134, 181, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(181, 134, 181, .63); box-shadow: 0.5em 0.5em 1em rgba(181, 134, 181, .63); } .shadow_bottom_right_thistle4s, .hover_shadow_bottom_right_thistle4s:hover, .active_shadow_bottom_right_thistle4s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(181, 134, 181, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(181, 134, 181, .78); box-shadow: 0.5em 0.5em 1em rgba(181, 134, 181, .78); }
widgets/common/assets/gradients/simple/thistle/thistle4.css
.background_thistle4, .hover_background_thistle4:hover, .active_background_thistle4:active:hover { background: #824f82; background-image: -moz-linear-gradient(top, rgb(161, 101, 161) 0%, rgb(130, 79, 130) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(161, 101, 161)), color-stop(100%, rgb(130, 79, 130))); background-image: -webkit-linear-gradient(top, rgb(161, 101, 161) 0%, rgb(130, 79, 130) 100%); background-image: -o-linear-gradient(top, rgb(161, 101, 161) 0%, rgb(130, 79, 130) 100%); background-image: -ms-linear-gradient(top, rgb(161, 101, 161) 0%, rgb(130, 79, 130) 100%); background-image: linear-gradient(to bottom, rgb(161, 101, 161) 0%, rgb(130, 79, 130) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a165a1', endColorstr='#824f82',GradientType=0 ); } .background_thistle4h, .hover_background_thistle4h:hover, .active_background_thistle4h:active:hover { background: #824f82; background-image: -moz-linear-gradient(top, rgb(181, 134, 181) 0%, rgb(157, 95, 157) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(181, 134, 181)), color-stop(100%, rgb(157, 95, 157))); background-image: -webkit-linear-gradient(top, rgb(181, 134, 181) 0%, rgb(157, 95, 157) 100%); background-image: -o-linear-gradient(top, rgb(181, 134, 181) 0%, rgb(157, 95, 157) 100%); background-image: -ms-linear-gradient(top, rgb(181, 134, 181) 0%, rgb(157, 95, 157) 100%); background-image: linear-gradient(to bottom, rgb(181, 134, 181) 0%, rgb(157, 95, 157) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b586b5', endColorstr='#9d5f9d',GradientType=0 ); } .background_thistle4a, .hover_background_thistle4a:hover, .active_background_thistle4a:active:hover { background: #824f82; background-image: -moz-linear-gradient(top, rgb(157, 95, 157) 0%, rgb(181, 134, 181) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(157, 95, 157)), color-stop(100%, rgb(181, 134, 181))); background-image: -webkit-linear-gradient(top, rgb(157, 95, 157) 0%, rgb(181, 134, 181) 100%); background-image: -o-linear-gradient(top, rgb(157, 95, 157) 0%, rgb(181, 134, 181) 100%); background-image: -ms-linear-gradient(top, rgb(157, 95, 157) 0%, rgb(181, 134, 181) 100%); background-image: linear-gradient(to bottom, rgb(157, 95, 157) 0%, rgb(181, 134, 181) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d5f9d', endColorstr='#b586b5',GradientType=0 ); } .background_thistle4s, .hover_background_thistle4s:hover, .active_background_thistle4s:active:hover { background: #824f82; background-image: -moz-linear-gradient(top, rgb(211, 183, 211) 0%, rgb(181, 134, 181) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(211, 183, 211)), color-stop(100%, rgb(181, 134, 181))); background-image: -webkit-linear-gradient(top, rgb(211, 183, 211) 0%, rgb(181, 134, 181) 100%); background-image: -o-linear-gradient(top, rgb(211, 183, 211) 0%, rgb(181, 134, 181) 100%); background-image: -ms-linear-gradient(top, rgb(211, 183, 211) 0%, rgb(181, 134, 181) 100%); background-image: linear-gradient(to bottom, rgb(211, 183, 211) 0%, rgb(181, 134, 181) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3b7d3', endColorstr='#b586b5',GradientType=0 ); } .background_color_thistle4, .hover_background_color_thistle4:hover, .active_background_color_thistle4:active:hover { background-color:#824f82; } .background_first_color_thistle4, .hover_background_first_color_thistle4:hover, .active_background_first_color_thistle4:active:hover { background-color:#a165a1; } .background_last_color_thistle4, .hover_background_last_color_thistle4:hover, .active_background_color_last_thistle4:active:hover { background-color:#824f82; } /* ------------------------------ color settings -------------------------------*/ .color_thistle4, .hover_color_thistle4:hover, .active_color_thistle4:active:hover { color: #c8c8c8; } .color_thistle4h, .hover_color_thistle4h:hover, .active_color_thistle4h:active:hover { color: #c8c8c8; } .color_thistle4a, .hover_color_thistle4a:hover, .active_color_thistle4a:active:hover { color: #ff0; } .color_thistle4s, .hover_color_thistle4s:hover, .active_color_thistle4s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_thistle4, .hover_border_thistle4:hover, .active_border_thistle4:active:hover { border-color: #824f82 #824f82 #824f82 #824f82; } .border_thistle4h, .hover_border_thistle4h:hover, .active_border_thistle4h:active:hover { border-color: #754875 #754875 #754875 #754875; } .border_thistle4a, .hover_border_thistle4a:hover, .active_border_thistle4a:active:hover { border-color: #684068 #684068 #684068 #684068; } .border_thistle4s, .hover_border_thistle4s:hover, .active_border_thistle4s:active:hover { border-color: #b586b5 #b586b5 #b586b5 #b586b5; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_thistle4, .hover_shadow_expand_thistle4:hover, .active_shadow_expand_thistle4:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(130, 79, 130, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(130, 79, 130, .39); box-shadow: 0em 0em 1em 0.25em rgba(130, 79, 130, .39); } .shadow_expand_thistle4h, .hover_shadow_expand_thistle4h:hover, .active_shadow_expand_thistle4h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(157, 95, 157, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(157, 95, 157, .50); box-shadow: 0em 0em 1em 0.25em rgba(157, 95, 157, .50); } .shadow_expand_thistle4a, .hover_shadow_expand_thistle4a:hover, .active_shadow_expand_thistle4a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(181, 134, 181, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(181, 134, 181, .63); box-shadow: 0em 0em 1em 0.25em rgba(181, 134, 181, .63); } .shadow_expand_thistle4s, .hover_shadow_expand_thistle4s:hover, .active_shadow_expand_thistle4s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(181, 134, 181, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(181, 134, 181, .78); box-shadow: 0em 0em 1em 0.25em rgba(181, 134, 181, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_thistle4, .hover_shadow_left_thistle4:hover, .active_shadow_left_thistle4:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(130, 79, 130, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(130, 79, 130, .39); box-shadow: -0.5em -0.5em 1em rgba(130, 79, 130, .39); } .shadow_left_thistle4h, .hover_shadow_left_thistle4h:hover, .active_shadow_left_thistle4h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(157, 95, 157, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(157, 95, 157, .50); box-shadow: -0.5em -0.5em 1em rgba(157, 95, 157, .50); } .shadow_left_thistle4a, .hover_shadow_left_thistle4a:hover, .active_shadow_left_thistle4a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .63); box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .63); } .shadow_left_thistle4s, .hover_shadow_left_thistle4s:hover, .active_shadow_left_thistle4s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .78); box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_thistle4, .hover_shadow_right_thistle4:hover, .active_shadow_right_thistle4:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(130, 79, 130, .39); -moz-box-shadow: 0.5em 0em 1em rgba(130, 79, 130, .39); box-shadow: 0.5em 0em 1em rgba(130, 79, 130, .39); } .shadow_right_thistle4h, .hover_shadow_right_thistle4h:hover, .active_shadow_right_thistle4h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(157, 95, 157, .50); -moz-box-shadow: 0.5em 0em 1em rgba(157, 95, 157, .50); box-shadow: 0.5em 0em 1em rgba(157, 95, 157, .50); } .shadow_right_thistle4a, .hover_shadow_right_thistle4a:hover, .active_shadow_right_thistle4a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(181, 134, 181, .63); -moz-box-shadow: 0.5em 0em 1em rgba(181, 134, 181, .63); box-shadow: 0.5em 0em 1em rgba(181, 134, 181, .63); } .shadow_right_thistle4s, .hover_shadow_right_thistle4s:hover, .active_shadow_right_thistle4s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(181, 134, 181, .78); -moz-box-shadow: 0.5em 0em 1em rgba(181, 134, 181, .78); box-shadow: 0.5em 0em 1em rgba(181, 134, 181, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_thistle4, .hover_shadow_top_thistle4:hover, .active_shadow_top_thistle4:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(130, 79, 130, .39); -moz-box-shadow: 0em -0.5em 1em rgba(130, 79, 130, .39); box-shadow: 0em -0.5em 1em rgba(130, 79, 130, .39); } .shadow_top_thistle4h, .hover_shadow_top_thistle4h:hover, .active_shadow_top_thistle4h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(157, 95, 157, .50); -moz-box-shadow: 0em -0.5em 1em rgba(157, 95, 157, .50); box-shadow: 0em -0.5em 1em rgba(157, 95, 157, .50); } .shadow_top_thistle4a, .hover_shadow_top_thistle4a:hover, .active_shadow_top_thistle4a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(181, 134, 181, .63); -moz-box-shadow: 0em -0.5em 1em rgba(181, 134, 181, .63); box-shadow: 0em -0.5em 1em rgba(181, 134, 181, .63); } .shadow_top_thistle4s, .hover_shadow_top_thistle4s:hover, .active_shadow_top_thistle4s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(181, 134, 181, .78); -moz-box-shadow: 0em -0.5em 1em rgba(181, 134, 181, .78); box-shadow: 0em -0.5em 1em rgba(181, 134, 181, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_thistle4, .hover_shadow_bottom_thistle4:hover, .active_shadow_bottom_thistle4:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(130, 79, 130, .39); -moz-box-shadow: 0em 0.5em 1em rgba(130, 79, 130, .39); box-shadow: 0em 0.5em 1em rgba(130, 79, 130, .39); } .shadow_bottom_thistle4h, .hover_shadow_bottom_thistle4h:hover, .active_shadow_bottom_thistle4h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(157, 95, 157, .50); -moz-box-shadow: 0em 0.5em 1em rgba(157, 95, 157, .50); box-shadow: 0em 0.5em 1em rgba(157, 95, 157, .50); } .shadow_bottom_thistle4a, .hover_shadow_bottom_thistle4a:hover, .active_shadow_bottom_thistle4a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(181, 134, 181, .63); -moz-box-shadow: 0em 0.5em 1em rgba(181, 134, 181, .63); box-shadow: 0em 0.5em 1em rgba(181, 134, 181, .63); } .shadow_bottom_thistle4s, .hover_shadow_bottom_thistle4s:hover, .active_shadow_bottom_thistle4s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(181, 134, 181, .78); -moz-box-shadow: 0em 0.5em 1em rgba(181, 134, 181, .78); box-shadow: 0em 0.5em 1em rgba(181, 134, 181, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_thistle4, .hover_shadow_top_left_thistle4:hover, .active_shadow_top_left_thistle4:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(130, 79, 130, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(130, 79, 130, .39); box-shadow: -0.5em -0.5em 1em rgba(130, 79, 130, .39); } .shadow_top_left_thistle4h, .hover_shadow_top_left_thistle4h:hover, .active_shadow_top_left_thistle4h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(157, 95, 157, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(157, 95, 157, .50); box-shadow: -0.5em -0.5em 1em rgba(157, 95, 157, .50); } .shadow_top_left_thistle4a, .hover_shadow_top_left_thistle4a:hover, .active_shadow_top_left_thistle4a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .63); box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .63); } .shadow_top_left_thistle4s, .hover_shadow_top_left_thistle4s:hover, .active_shadow_top_left_thistle4s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .78); box-shadow: -0.5em -0.5em 1em rgba(181, 134, 181, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_thistle4, .hover_shadow_top_right_thistle4:hover, .active_shadow_top_right_thistle4:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(130, 79, 130, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(130, 79, 130, .39); box-shadow: 0.5em -0.5em 1em rgba(130, 79, 130, .39); } .shadow_top_right_thistle4h, .hover_shadow_top_right_thistle4h:hover, .active_shadow_top_right_thistle4h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(157, 95, 157, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(157, 95, 157, .50); box-shadow: 0.5em -0.5em 1em rgba(157, 95, 157, .50); } .shadow_top_right_thistle4a, .hover_shadow_top_right_thistle4a:hover, .active_shadow_top_right_thistle4a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(181, 134, 181, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(181, 134, 181, .63); box-shadow: 0.5em -0.5em 1em rgba(181, 134, 181, .63); } .shadow_top_right_thistle4s, .hover_shadow_top_right_thistle4s:hover, .active_shadow_top_right_thistle4s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(181, 134, 181, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(181, 134, 181, .78); box-shadow: 0.5em -0.5em 1em rgba(181, 134, 181, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_thistle4, .hover_shadow_bottom_left_thistle4:hover, .active_shadow_bottom_left_thistle4:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(130, 79, 130, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(130, 79, 130, .39); box-shadow: -0.5em 0.5em 1em rgba(130, 79, 130, .39); } .shadow_bottom_left_thistle4h, .hover_shadow_bottom_left_thistle4h:hover, .active_shadow_bottom_left_thistle4h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(157, 95, 157, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(157, 95, 157, .50); box-shadow: -0.5em 0.5em 1em rgba(157, 95, 157, .50); } .shadow_bottom_left_thistle4a, .hover_shadow_bottom_left_thistle4a:hover, .active_shadow_bottom_left_thistle4a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(181, 134, 181, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(181, 134, 181, .63); box-shadow: -0.5em 0.5em 1em rgba(181, 134, 181, .63); } .shadow_bottom_left_thistle4s, .hover_shadow_bottom_left_thistle4s:hover, .active_shadow_bottom_left_thistle4s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(181, 134, 181, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(181, 134, 181, .78); box-shadow: -0.5em 0.5em 1em rgba(181, 134, 181, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_thistle4, .hover_shadow_bottom_right_thistle4:hover, .active_shadow_bottom_right_thistle4:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(130, 79, 130, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(130, 79, 130, .39); box-shadow: 0.5em 0.5em 1em rgba(130, 79, 130, .39); } .shadow_bottom_right_thistle4h, .hover_shadow_bottom_right_thistle4h:hover, .active_shadow_bottom_right_thistle4h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(157, 95, 157, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(157, 95, 157, .50); box-shadow: 0.5em 0.5em 1em rgba(157, 95, 157, .50); } .shadow_bottom_right_thistle4a, .hover_shadow_bottom_right_thistle4a:hover, .active_shadow_bottom_right_thistle4a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(181, 134, 181, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(181, 134, 181, .63); box-shadow: 0.5em 0.5em 1em rgba(181, 134, 181, .63); } .shadow_bottom_right_thistle4s, .hover_shadow_bottom_right_thistle4s:hover, .active_shadow_bottom_right_thistle4s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(181, 134, 181, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(181, 134, 181, .78); box-shadow: 0.5em 0.5em 1em rgba(181, 134, 181, .78); }
0.542136
0.098816
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-font-smoothing: antialiased; } :root { /* Colors */ --eggshell: #fafafa; --mine-shaft: #212121; --mercury: #e8e8e8; --mariner: #3A97D4; --genoa: #20A672; --mojo: #A44B34; --rajah: #F7CE74; /* Spacing */ --double: calc(var(--default) * 2); --default: 3rem; --breather: 2rem; --half: calc(var(--default) / 2); --in-between: 1.25rem; --small: .5rem; --width: 45rem; } body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; background: var(--eggshell); color: var(--mine-shaft); font-size: 1.3rem; line-height: 1.5; overflow-y: scroll; display: flex; flex-direction: column; width: 60rem; margin: 0 auto; } /* * Basics */ p, ul, ol { max-width: var(--width); } h1, h2, h3, h4, h5 { line-height: 1.1; } a { display: inline-block; color: var(--mariner); } ul { margin-left: 2rem; } h1 { font-size: 2.5rem; } h2 { font-size: 2rem; } img { max-width: 100%; object-fit: contain; vertical-align: middle; /* Remove unwanted space at the bottom inside figure elements */ } figcaption { font-size: 1.2rem; color: #a2a2a2; } code { background: #e8e8e8; border-radius: 5px; padding: .2rem .5rem; font-size: .9rem; white-space: pre; } .block { display: block; overflow: auto; padding-left: 2rem; max-width: var(--width); } header { padding: var(--default); display: flex; align-items: center; } header img { max-width: 3rem; } nav { margin-left: auto; } nav ul { list-style: none; display: flex; } nav li + li { margin-left: 2rem; } nav a { color: var(--mine-shaft); text-decoration: none; } .language-dropdown { margin-left: 3rem; } main { padding: var(--default); } main > * + * { margin-top: 2rem; } footer { border-top: solid 4px var(--rajah); display: flex; margin: 0 var(--default); padding: var(--default) 0; align-items: center; } footer p { line-height: 1; } footer * + * { margin-left: 1rem; } footer img { max-height: 24px; opacity: .5; transition: 200ms; } footer img:hover { opacity: 1; } aside { color: #454545; font-style: italic; } .button { background-color: var(--rajah); color: var(--mine-shaft); border-radius: 5px; padding: .5rem 2rem; text-decoration: none; } hr { outline: dotted red 1px; } /* * Mobile */ @media screen and (max-width: 60rem) { body { max-width: var(--width); } } @media screen and (max-width: 40rem) { body { font-size: 1.2rem; flex-direction: column; max-width: 100%; } header { padding: var(--half); } main { padding: var(--half); } footer { margin: 0 var(--half); padding: var(--half) 0; } } /* ~ The end ~ */
tests/Fixture/source/assets/css/style.css
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-font-smoothing: antialiased; } :root { /* Colors */ --eggshell: #fafafa; --mine-shaft: #212121; --mercury: #e8e8e8; --mariner: #3A97D4; --genoa: #20A672; --mojo: #A44B34; --rajah: #F7CE74; /* Spacing */ --double: calc(var(--default) * 2); --default: 3rem; --breather: 2rem; --half: calc(var(--default) / 2); --in-between: 1.25rem; --small: .5rem; --width: 45rem; } body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; background: var(--eggshell); color: var(--mine-shaft); font-size: 1.3rem; line-height: 1.5; overflow-y: scroll; display: flex; flex-direction: column; width: 60rem; margin: 0 auto; } /* * Basics */ p, ul, ol { max-width: var(--width); } h1, h2, h3, h4, h5 { line-height: 1.1; } a { display: inline-block; color: var(--mariner); } ul { margin-left: 2rem; } h1 { font-size: 2.5rem; } h2 { font-size: 2rem; } img { max-width: 100%; object-fit: contain; vertical-align: middle; /* Remove unwanted space at the bottom inside figure elements */ } figcaption { font-size: 1.2rem; color: #a2a2a2; } code { background: #e8e8e8; border-radius: 5px; padding: .2rem .5rem; font-size: .9rem; white-space: pre; } .block { display: block; overflow: auto; padding-left: 2rem; max-width: var(--width); } header { padding: var(--default); display: flex; align-items: center; } header img { max-width: 3rem; } nav { margin-left: auto; } nav ul { list-style: none; display: flex; } nav li + li { margin-left: 2rem; } nav a { color: var(--mine-shaft); text-decoration: none; } .language-dropdown { margin-left: 3rem; } main { padding: var(--default); } main > * + * { margin-top: 2rem; } footer { border-top: solid 4px var(--rajah); display: flex; margin: 0 var(--default); padding: var(--default) 0; align-items: center; } footer p { line-height: 1; } footer * + * { margin-left: 1rem; } footer img { max-height: 24px; opacity: .5; transition: 200ms; } footer img:hover { opacity: 1; } aside { color: #454545; font-style: italic; } .button { background-color: var(--rajah); color: var(--mine-shaft); border-radius: 5px; padding: .5rem 2rem; text-decoration: none; } hr { outline: dotted red 1px; } /* * Mobile */ @media screen and (max-width: 60rem) { body { max-width: var(--width); } } @media screen and (max-width: 40rem) { body { font-size: 1.2rem; flex-direction: column; max-width: 100%; } header { padding: var(--half); } main { padding: var(--half); } footer { margin: 0 var(--half); padding: var(--half) 0; } } /* ~ The end ~ */
0.403214
0.119049
.comment-container { position: relative; max-width: 700px; margin: 50px auto; overflow: hidden; font-family: serif; } .comment-container .meta { position: absolute; top: 10px; right: 10px; } .comment-container .meta .avatar { border-radius: 50%; width: 40px; } .comment-container .meta .name { margin-right: 5px; transform: translateY(-100px); display: inline-block; color: #2d69eb; transition: all 0.3s; } .comment-container .placeholder { position: absolute; top: 50%; font-size: 18px; color: #999999; left: 60px; margin-top: -15px; } .comment-container textarea { height: 70px; transition: all 0.3s; font-size: 18px; box-sizing: border-box; color: #ffffff; } .comment-container .btns { position: absolute; bottom: 10px; left: 10px; opacity: 0; visibility: hidden; transition: all 0.3s; } .comment-container.toggled .meta .name { transform: translateY(0); } .comment-container.toggled textarea { height: 200px; color: #444; padding-top: 60px; padding-bottom: 40px; } .comment-container.toggled .placeholder { display: none; } .comment-container.toggled .btns { opacity: 1; visibility: visible; } /*comment list*/ #list_comment .user_avatar { width: 65px; height: 65px; display: inline-block; vertical-align: middle; } #list_comment .user_avatar img { width: 100%; height: 100%; border-radius: 50%; } #list_comment .comment_details i.fa, #list_comment .comment_details i.fas, #list_comment .comment_details i.fad, #list_comment .comment_details i.far, #list_comment .comment_details i.fal { margin-right: 2px; } #list_comment .comment_body { display: inline-block; vertical-align: middle; width: calc(100% - 75px); min-height: 65px; margin-left: 10px; padding: 5px 10px; font-size: 0.9rem; color: #555; background-color: #fff; border-bottom: 2px solid #f2f2f2; } #list_comment .comment_toolbar { width: 100%; } #list_comment .comment_toolbar ul { list-style-type: none; padding-left: 75px; font-size: 0; } #list_comment .comment_toolbar ul li { display: inline-block; padding: 5px; font-size: 0.7rem; color: #d9d9d9; } #list_comment .comment_toolbar ul li:hover { cursor: pointer; } #list_comment .comment_toolbar .comment_details { display: inline-block; vertical-align: middle; width: 70%; text-align: left; } #list_comment .comment_toolbar .comment_tools { display: inline-block; vertical-align: middle; width: 30%; text-align: right; } #list_comment .comment_toolbar .comment_tools li:hover { color: #ccc; } #list_comment .replies_comment ul { list-style: none; } #list_comment .comment_details li:hover { color: #6495ed; text-decoration: underline; } #list_comment .love:hover { color: #ff6347; }
etc/server/comments/index.css
.comment-container { position: relative; max-width: 700px; margin: 50px auto; overflow: hidden; font-family: serif; } .comment-container .meta { position: absolute; top: 10px; right: 10px; } .comment-container .meta .avatar { border-radius: 50%; width: 40px; } .comment-container .meta .name { margin-right: 5px; transform: translateY(-100px); display: inline-block; color: #2d69eb; transition: all 0.3s; } .comment-container .placeholder { position: absolute; top: 50%; font-size: 18px; color: #999999; left: 60px; margin-top: -15px; } .comment-container textarea { height: 70px; transition: all 0.3s; font-size: 18px; box-sizing: border-box; color: #ffffff; } .comment-container .btns { position: absolute; bottom: 10px; left: 10px; opacity: 0; visibility: hidden; transition: all 0.3s; } .comment-container.toggled .meta .name { transform: translateY(0); } .comment-container.toggled textarea { height: 200px; color: #444; padding-top: 60px; padding-bottom: 40px; } .comment-container.toggled .placeholder { display: none; } .comment-container.toggled .btns { opacity: 1; visibility: visible; } /*comment list*/ #list_comment .user_avatar { width: 65px; height: 65px; display: inline-block; vertical-align: middle; } #list_comment .user_avatar img { width: 100%; height: 100%; border-radius: 50%; } #list_comment .comment_details i.fa, #list_comment .comment_details i.fas, #list_comment .comment_details i.fad, #list_comment .comment_details i.far, #list_comment .comment_details i.fal { margin-right: 2px; } #list_comment .comment_body { display: inline-block; vertical-align: middle; width: calc(100% - 75px); min-height: 65px; margin-left: 10px; padding: 5px 10px; font-size: 0.9rem; color: #555; background-color: #fff; border-bottom: 2px solid #f2f2f2; } #list_comment .comment_toolbar { width: 100%; } #list_comment .comment_toolbar ul { list-style-type: none; padding-left: 75px; font-size: 0; } #list_comment .comment_toolbar ul li { display: inline-block; padding: 5px; font-size: 0.7rem; color: #d9d9d9; } #list_comment .comment_toolbar ul li:hover { cursor: pointer; } #list_comment .comment_toolbar .comment_details { display: inline-block; vertical-align: middle; width: 70%; text-align: left; } #list_comment .comment_toolbar .comment_tools { display: inline-block; vertical-align: middle; width: 30%; text-align: right; } #list_comment .comment_toolbar .comment_tools li:hover { color: #ccc; } #list_comment .replies_comment ul { list-style: none; } #list_comment .comment_details li:hover { color: #6495ed; text-decoration: underline; } #list_comment .love:hover { color: #ff6347; }
0.31363
0.055926
@import url('https://fonts.googleapis.com/css2?family=Glory:wght@100;300;400;500;600&family=Montserrat:wght@100;300;400;500;600&family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;1,400&family=Quicksand:wght@300;400;500;600;700&family=Spartan:wght@100;300;400;500;600&family=Ubuntu:wght@300;400;500;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; scroll-behavior: smooth; } body { background-color: red; } /* Custom Scroll Bar CSS */ ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-track { background: #f1f1f1; } ::-webkit-scrollbar-thumb { background: #9b87b3; border-radius: 10px; transition: all 0.3s ease; } ::-webkit-scrollbar-thumb:hover { background: #9b87b3; } /* navbar styling */ nav { position: fixed; width: 100%; z-index: 998; transition: all 0.3s ease; } nav .navbar { width: 90%; display: flex; justify-content: space-between; align-items: center; margin: auto; } nav .navbar .logo img { width: 103px; height: 103px; } nav .navbar .logof { color: rgba(76, 70, 154, .9); margin-left: 100px; font-family: 'Tangerine', sans-serif; } nav .navbar .logof h2 { font-size: 70px; } nav .navbar .menu { display: flex; position: relative; justify-content: space-between; } nav .navbar .menu li { list-style: none; margin: 0 8px; font-family: 'Montserrat', sans-serif; } .navbar .menu a { font-size: 24px; font-weight: 500; color: rgba(76, 70, 154, .8); padding: 6px 0; transition: all 0.1s ease; text-decoration: none; } .navbar .menu a:hover { text-decoration: underline; } nav.sticky { background: #e7dcec; } nav.sticky #imglogo { width: 75px; height: 75px; } nav.sticky #frasei { font-size: 50px; } nav.sticky .menu a { color: #9b87b3; } nav.sticky .menu a:hover { color: #4c469a; } /* Side Navigation Menu Button CSS */ nav .menu-btn, .navbar .menu .cancel-btn { position: absolute; color: #fff; right: 30px; top: 20px; font-size: 30px; cursor: pointer; transition: all 0.3s ease; display: none; } nav .menu-btn { color: rgb(76, 70, 154); } nav.sticky .menu-btn { color: rgb(76, 70, 154); } .navbar .menu .menu-btn { color: #fff; } /* home index */ /* Whastapp fixed*/ .float { position: fixed; width: 60px; height: 60px; bottom: 80px; right: 25px; background-color: #25d366; color: #FFF; border-radius: 50px; text-align: center; font-size: 30px; box-shadow: 2px 2px 3px #999; z-index: 100; } .float:hover { text-decoration: none; color: #25d366; background-color: #fff; } .float:visited { color: #25d366; background-color: #fff; } .my-float { margin-top: 16px; } /*Carrousel Home index*/ .carousel-item { width: 100%; height: 100vh; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .carousel-item h2 { color: rgba(76, 70, 154, .9); font-family: 'Montserrat', sans-serif; font-size: 28px; font-weight: 900; } .carousel-item p { color: #1E88E5; font-family: 'Quicksand', sans-serif; font-size: 21px; font-weight: 600; } /*index clases en zoom*/ .carousel-item .aviso { width: 50%; color: #1E88E5; font-family: 'Quicksand', sans-serif; font-size: 22px; font-weight: 600; background-color: transparent; margin: 380px 0 0 250px; color: white; } .carousel-item img { width: 25%; height: 110px; } #car1 { background: linear-gradient(0deg, rgba(10, 86, 150, .35), rgba(215, 219, 221, .65)), url("Images/meditacion1.jpg"); background-size: cover; background-attachment: fixed; background-position: right center; } #car2 { background: linear-gradient(-130deg, rgba(231, 220, 236, .45), rgba(215, 219, 221, .15)), url("Images/n6.jpeg") left center; background-size: cover; background-attachment: fixed; } #car3 { background: linear-gradient(-180deg, rgba(215, 219, 221, .5), rgba(215, 219, 221, .1)), url("Images/n20.jpeg") center top; background-size: cover; background-position: top; background-attachment: fixed; } .carousel-caption { background-color: rgba(231, 220, 236, .7); border-radius: 10px; } /* Para todos */ section { padding-top: 40px; } section .content { width: 80%; margin: 40px auto; } /*Alianzas*/ section .topic .titalianzas { color: #9b87b3; font-size: 30px; font-weight: 500; margin-bottom: 10px; font-family: 'Poppins', sans-serif; } .bodyalianzas { margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; } .image { width: 206px; height: 220px; overflow: hidden; cursor: pointer; position: relative; margin: 0 20px; } .image img { width: 100%; } .image::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; filter: grayscale(100%); transition: .5s linear; } .image:hover::before { width: 0; } .image:nth-child(1)::before { background-image: url(Images/logo33.jpg); } .image:nth-child(2)::before { background-image: url(Images/logo%20plas.png); } /*Ventajas competitivas*/ section .topic .titalianzas1 { color: #9b87b3; font-size: 30px; font-weight: 500; margin-bottom: 50px; font-family: 'Poppins', sans-serif; } section .topic .titalianzas1 span { color: rgb(76, 70, 154); font-style: italic; font-family: 'Poppins', sans-serif; font-weight: 600; } .list-group { width: 90%; outline: none; } .list-group i { color: rgb(168, 207, 69); font-size: 25px; } .list-group h3 { color: rgba(76, 70, 154, .8); font-size: 20px; font-family: 'Montserrat', sans-serif; font-weight: 600; } /*Testimonial*/ .wrappertestimonial { width: 100%; margin-top: 100px; background: #fff; padding: 30px 0; } .slider-testimonial { width: 85%; max-width: 1400px; margin: auto; } .testimonial-client { margin-bottom: 15px; } .client-name { font-family: 'Quicksand', sans-serif; font-weight: 600; text-align: center; font-size: 25px; color: rgb(76, 70, 154); } .testimonial-text { padding: 10px 120px; } .testimonial-text p { font-family: "Open sans"; font-size: 20px; font-weight: 400; font-style: italic; text-align: center; color: #909497; } .sss { height: 0; margin: 0; padding: 0; position: relative; display: block; overflow: hidden; } .ssslide { width: 100%; margin: 0; padding: 0; position: absolute; top: 0; left: 0; display: none; overflow: hidden; } .ssslide img { max-width: 100%; height: auto; margin: 0; padding: 0; position: relative; display: block; } .sssnext, .sssprev { width: 25px; height: 100%; margin: 0; position: absolute; top: 0; background: url('sss/images/arr.png') no-repeat; } .sssprev { left: 3%; background-position: 0 50%; } .sssnext { right: 3%; background-position: -26px 50%; } .sssprev:hover, .sssnext:hover { cursor: pointer; } /*Nosotros*/ section .content .nos { margin: 140px auto; } .about .titlea1 { position: relative; background-color: #9b87b3; padding: 15px 0 15px 95px; width: 600px; left: -180px; text-align: center; font-weight: bolder; font-family: 'Poppins', sans-serif; clip-path: polygon(25% 0%, 90% 0, 95% 100%, 28% 100%); } .about .titlea1 h2 { font-size: 30px; color: #e7dcec; } .about .titlea2 { position: relative; background-color: #a8cf45; padding: 15px 0 15px 80px; width: 550px; font-family: 'Montserrat', sans-serif; clip-path: polygon(0 0, 60% 0, 55% 100%, 4% 90%); } .about .titlea2 h2 { font-size: 35px; color: rgba(247, 249, 249, .9); text-align: left; font-weight: 900; } .about .about-details { display: flex; justify-content: space-between; align-items: center; } .about .topic h3 { margin-top: 40px; } .about .about-details .left strong { font-style: italic; font-weight: 500; } section .title { display: flex; justify-content: center; margin-bottom: 40px; } section .title span { color: #0E2431; font-size: 30px; font-weight: 600; position: relative; padding-bottom: 8px; } section .title span::after { bottom: -7px; width: 70%; left: 50%; transform: translateX(-50%); } .about .about-details .left { width: 45%; margin-top: 15px; justify-items: center; } .about-details .right { width: 55%; position: relative; justify-items: center; text-align: center; margin-left: 80px; } .about .right img { height: 180px; width: 180px; margin: 10px; object-fit: cover; box-shadow: 10px 5px 1px #e7dcec; } #img1 { justify-content: center; } section .topic { color: #9b87b3; font-size: 25px; font-weight: 500; margin-bottom: 10px; font-family: 'Poppins', sans-serif; } .about-details .left p { text-align: justify; color: #0E2431; font-family: 'Montserrat', sans-serif; } .about-details .left p span { color: rgb(155, 135, 179); font-weight: 800; padding: 2px; } .about-details .left p .span2 { color: rgb(168, 207, 69); } .about-details .left .p2 { text-align: center; color: #0E2431; font-family: 'Montserrat', sans-serif; font-style: italic; } /*Nosotros Redes*/ .rs-about { margin-top: -20px; text-align: center; } .media-icons-about { padding: 10px; } .about .fab { display: inline-block; color: rgb(155, 135, 179); font-size: 26px; padding: 8px 15px; transition: all 0.3s ease; } .about .fa-instagram:hover { color: #EC407A; } .about .fa-facebook-f:hover { color: #2E86C1; } .about .fa-whatsapp:hover { color: #27AE60; } /*Nosotros Mision*/ section .mision { background-image: url(Images/fondocorazon.png); height: 300px; } section .topic2 { color: #9b87b3; font-size: 28px; font-weight: 500; margin: 30px 10px 10px 10px; font-family: 'Poppins', sans-serif; text-align: center; } section .mision p { font-size: 18px; margin-top: 40px; text-align: center; font-family: 'Montserrat', sans-serif; font-weight: 500; } section .button { margin: 16px 0; } section .button button { outline: none; padding: 8px 16px; border-radius: 4px; font-size: 25px; font-weight: 400; background: #4070f4; color: #fff; border: 2px solid transparent; cursor: pointer; transition: all 0.4s ease; } section .button button:hover { border-color: #4070f4; background-color: #fff; color: #4070f4; } /* Intructores */ /*animacion fondo*/ .wrapperani { position: absolute; width: 80%; height: 100%; overflow: hidden; background-color: transparent; } /*Nosotros animacion fondo*/ .boxani div { position: absolute; width: 60px; height: 60px; background-color: rgba(155, 135, 179, .75); border: 6px solid rgba(255, 255, 255, .5); clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); } .boxani div:nth-child(1) { top: 12%; left: 42%; animation: animate 10s linear infinite; } .boxani div:nth-child(2) { top: 70%; left: 50%; animation: animate 7s linear infinite; } .boxani div:nth-child(3) { top: 17%; left: 6%; animation: animate 9s linear infinite; } .boxani div:nth-child(4) { top: 20%; left: 60%; animation: animate 3s linear infinite; } .boxani div:nth-child(5) { top: 670%; left: 10%; animation: animate 6s linear infinite; } .boxani div:nth-child(6) { top: 88%; left: 570%; animation: animate 12s linear infinite; } .boxani div:nth-child(7) { top: 60%; left: 80%; animation: animate 15s linear infinite; } .boxani div:nth-child(8) { top: 32%; left: 25%; animation: animate 16s linear infinite; } .boxani div:nth-child(9) { top: 70%; left: 25%; animation: animate 9s linear infinite; } .boxani div:nth-child(10) { top: 20%; left: 80%; animation: animate 5s linear infinite; } @keyframes animate { 0% { transform: scale(0) translateY(0) rotate(0); opacity: 1; } 100% { transform: scale(1.3) translateY(-90px) rotate(360deg); opacity: 0; } } /*Nosotros Instructores*/ .skills { background: rgba(240, 248, 255, .4); } .skills .content { padding: 40px 0; } .skills .content .title span { color: rgba(76, 70, 154, .8); font-size: 43px; } /*Nosotros linea del tiempo instructores*/ .wrapper { max-width: 1080px; margin: 50px auto; padding: 0 20px; position: relative; } .wrapper .center-line { position: absolute; height: 100%; width: 4px; background: #fff; left: 50%; top: 20px; transform: translateX(-50%); } .wrapper .row { display: flex; } .wrapper .row-1 { justify-content: flex-start; } .wrapper .row-2 { justify-content: flex-end; } .wrapper .row section { background: #fff; border-radius: 5px; width: calc(50% - 40px); padding: 20px; position: relative; } .wrapper .row section::before { position: absolute; content: ""; height: 15px; width: 15px; background: #fff; top: 28px; z-index: -1; transform: rotate(45deg); } .row-1 section::before { right: -7px; } .row-2 section::before { left: -7px; } .row section .icon, .center-line .scroll-icon { position: absolute; background: #f2f2f2; height: 40px; width: 40px; text-align: center; line-height: 40px; border-radius: 50%; color: rgba(76, 70, 154, .7); font-size: 17px; box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); } .center-line .scroll-icon { bottom: 0px; left: 50%; font-size: 25px; transform: translateX(-50%); } .row-1 section .icon { top: 15px; right: -60px; } .row-2 section .icon { top: 15px; left: -60px; } .row section .details, .row section .bottom { display: flex; align-items: center; justify-content: space-between; } .row section .details .title { font-size: 22px; font-weight: 600; color: rgba(155, 135, 179, .9); font-family: 'Poppins', sans-serif; } .row section p { margin: 10px 0 30px 0; color: #626567; } .row section h3 { padding: 6px; background-color: rgba(168, 207, 69, .9); color: white; font-size: 16px; font-style: italic; font-family: 'Montserrat', sans-serif; } /*Nosotros Fotos de instructores en circulo*/ .big-circle1 { width: 150px; height: 150px; border: 10px solid rgba(168, 207, 69, .9); border-radius: 50%; margin: 0; position: relative; float: right; } .small-circle1 { width: 140px; height: 140px; border: 10px solid rgba(168, 207, 69, .5); border-radius: 50%; position: absolute; top: -5px; left: -5px; background-image: url("Images/n88.jpeg"); background-position: center; background-size: cover; background-repeat: no-repeat; } .big-circle2 { width: 150px; height: 150px; border: 10px solid rgba(168, 207, 69, .9); border-radius: 50%; margin: 0; position: relative; float: right; } .small-circle2 { width: 140px; height: 140px; border: 10px solid rgba(168, 207, 69, .5); border-radius: 50%; position: absolute; top: -5px; left: -5px; background-image: url("Images/letiaguayo4.jpeg"); background-position: center; background-size: cover; background-repeat: no-repeat; } .big-circle3 { width: 150px; height: 150px; border: 10px solid rgba(168, 207, 69, .9); border-radius: 50%; margin: 0; position: relative; float: right; } .small-circle3 { width: 140px; height: 140px; border: 10px solid rgba(168, 207, 69, .5); border-radius: 50%; position: absolute; top: -5px; left: -5px; background-image: url("Images/n2121.jpeg"); background-position: center; background-size: cover; background-repeat: no-repeat; } .big-circle4 { width: 150px; height: 150px; border: 10px solid rgba(168, 207, 69, .9); border-radius: 50%; margin: 0; position: relative; float: right; } .small-circle4 { width: 140px; height: 140px; border: 10px solid rgba(168, 207, 69, .5); border-radius: 50%; position: absolute; top: -5px; left: -5px; background-image: url("Images/Lucero%20Fernandez2.jpeg"); background-position: center; background-size: cover; background-repeat: no-repeat; } .big-circle5 { width: 150px; height: 150px; border: 10px solid rgba(168, 207, 69, .9); border-radius: 50%; margin: 0; position: relative; float: right; } .small-circle5 { width: 140px; height: 140px; border: 10px solid rgba(168, 207, 69, .5); border-radius: 50%; position: absolute; top: -5px; left: -5px; background-image: url("Images/Cristal4.jpeg"); background-position: center; background-size: cover; background-repeat: no-repeat; } .big-circle6 { width: 150px; height: 150px; border: 10px solid rgba(168, 207, 69, .9); border-radius: 50%; margin: 0; position: relative; float: right; } .small-circle6 { width: 140px; height: 140px; border: 10px solid rgba(168, 207, 69, .5); border-radius: 50%; position: absolute; top: -5px; left: -5px; background-image: url("Images/daya.jpeg"); background-position: center; background-size: cover; background-repeat: no-repeat; } .nosfinal .title span { color: rgb(155, 135, 179); font-style: italic; text-align: center; } @media(max-width: 790px) { .wrapper .center-line { left: 40px; } .wrapper .row { margin: 30px 0 3px 60px; } .wrapper .row section { width: 100%; } .row-1 section::before { left: -7px; } .row-1 section .icon { left: -60px; } } @media(max-width: 440px) { .wrapper .center-line, .row section::before, .row section .icon { display: none; } .wrapper .row { margin: 10px 0; } } /*Clases collage de img niños*/ .ziczac { width: 100%; display: flex; justify-content: center; align-items: center; position: relative; margin: 0; padding: 0; } .ziczaclista { text-align: center; display: inline-block; list-style-type: none; position: relative; border: solid 8px #fff; background: #fff; box-shadow: 0 0 15px 0 #555; transition: all 1s ease; top: 50px; transform: rotate(2deg); margin: -130px 0 10px 0; } .ziczaclista li:hover { top: 0; opacity: 0.5; } .ziczaclista li:nth-child(1) { transform: rotate(10deg); } .ziczaclista li:nth-child(2) { transform: rotate(0deg); } .ziczaclista li:nth-child(3) { transform: rotate(-10deg); } /* Clases caja 1 de modalidades Yoga para adultos */ section .content1 { width: 80%; margin: 40px auto; } /*Titulo principal seccion clases*/ .services1 .content1 .title1 { font-family: 'Poppins', sans-serif; margin: 150px 0 100px 0; position: relative; padding: 15px 0 15px 15px; width: 30%; height: 90px; left: 400px; text-align: center; font-weight: bolder; font-family: 'Poppins', sans-serif; outline: 2px solid rgb(155, 135, 179); border-color: rgb(168, 207, 69); border-radius: 10%; border-style: double; border-width: 4px; } .services1 .content1 .title1 h2 { color: rgba(76, 70, 154, .9); font-size: 40px; } .services1 .boxes1 { display: flex; flex-wrap: wrap; justify-content: space-between; } .services1 .boxes1 .box1 { margin: 20px 0; width: calc(100% / 3 - 20px); text-align: center; padding: 30px 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); cursor: default; transition: all 0.4s ease; } .services1 .boxes1 .box1:nth-child(1) { height: 20%; margin: 90px 0 0 0; width: calc(100% / 3 - 20px); text-align: center; padding: 15px 10px; cursor: default; transition: all 0.4s ease; border: 7px solid rgba(76, 70, 154, .5); outline: 10px solid rgb(231, 220, 236); outline-offset: -19px; outline-width: medium; } .services1 .boxes1 .box1:nth-child(3) { background-image: url(Images/n19.jpeg); background-size: contain; background-position: center; height: 300px; } .services1 .boxes1 .box1:nth-child(3):hover { background-image: url(Images/n21.jpeg); background-size: contain; background-position: center; height: 300px; cursor: pointer; } .services1 .boxes1 .box1:hover { background: rgba(240, 248, 255, .8); color: #fff; } .services1 .boxes1 .box1 p { color: #626567; /* line-height: 50px;*/ } .services1 .boxes1 .box1 img { height: 300px; width: 300px; border-radius: 10%; text-align: center; } .service1s .boxes1 .box1:hover .topic1, .services1 .boxes1 .box1:hover p { color: #626567; transition: all 0.4s ease; } .services1 .boxes1 .box1:hover .topic1 { color: rgb(76, 70, 154) } .services .boxes .box:hover p {} /* Clases caja 2 de modalidades Pilates */ section .content2 { width: 80%; margin: 40px auto; } .services2 .boxes2 { display: flex; flex-wrap: wrap; justify-content: space-between; } .services2 .boxes2 .box2 { margin: 20px 0; width: calc(100% / 3 - 20px); text-align: center; padding: 30px 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); cursor: default; transition: all 0.4s ease; } .services2 .boxes2 .box2:nth-child(3) { height: 20%; margin: 90px 0 0 0; width: calc(100% / 3 - 20px); text-align: center; padding: 15px 10px; cursor: default; transition: all 0.4s ease; border: 7px solid rgba(76, 70, 154, .5); outline: 10px solid rgb(231, 220, 236); outline-offset: -19px; outline-width: medium; } .services2 .boxes2 .box2:nth-child(1) { background-image: url(Images/Letyaguayo2.jpeg); background-size: cover; background-position: center; height: 300px; } .services2 .boxes2 .box2:nth-child(1):hover { cursor: pointer; background-image: url(Images/letiaguayo4.jpeg); background-size: cover; background-position: center; height: 300px; } .services2 .boxes2 .box2:hover { background: rgba(240, 248, 255, .8); color: #fff; } .services2 .boxes2 .box2 p { color: #626567; /* line-height: 50px;*/ } .services2 .boxes2 .box2 img { height: 300px; width: 300px; border-radius: 10%; text-align: center; } .services2 .boxes2 .box2:hover .topic2, .services2 .boxes2 .box2:hover p { color: #626567; transition: all 0.4s ease; } .services2 .boxes2 .box2:hover .topic2 { color: rgb(76, 70, 154) } .services .boxes .box:hover p {} /* Clases caja 3 de modalidades Entrenamiento Funcional */ section .content3 { width: 80%; margin: 40px auto; } .services3 .boxes3 { display: flex; flex-wrap: wrap; justify-content: space-between; } .services3 .boxes3 .box3-1 { margin: 20px 0; width: calc(100% / 2 - 20px); text-align: center; padding: 30px 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); cursor: default; transition: all 0.4s ease; } .services3 .boxes3 .box3-1:nth-child(1) { height: 20%; margin: 20px 0; width: calc(100% / 2 - 20px); text-align: center; padding: 15px 10px; cursor: default; transition: all 0.4s ease; border: 7px solid rgba(76, 70, 154, .5); outline: 10px solid rgb(231, 220, 236); outline-offset: -19px; outline-width: medium; } .services3 .boxes3 .box3-1 p { color: #626567; } .services3 .boxes3 .box3-2 { margin: 20px 0; width: calc(100% / 3 - 20px); text-align: center; padding: 30px 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); cursor: default; transition: all 0.4s ease; } .services3 .boxes3 .box3-2:nth-child(3) { background-image: url(Images/entrenamiento%20funcional1.jpeg); background-size: contain; background-position: center; height: 300px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6); } .services3 .boxes3 .box3-2:nth-child(4) { background-image: url(Images/enf.jpeg); background-size: cover; background-position: center; height: 300px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6); } .services3 .boxes3 .box3-2:nth-child(5) { background-image: url(Images/entrenamiento%20funcional22.jpeg); background-size: cover; background-position: center; height: 300px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6); } .services3 .boxes3 .box3:nth-child(1):hover { background-image: url(Images/n88.jpeg); background-size: cover; background-position: center; height: 300px; } .services3 .boxes3 .box3:hover { background: rgba(240, 248, 255, .8); color: #fff; } .services3 .boxes3 .box3 p { color: #626567; /* line-height: 50px;*/ } .services3 .boxes3 .box3 img { height: 300px; width: 300px; border-radius: 10%; text-align: center; } .services3 .boxes3 .box3:hover .topic3, .services3 .boxes3 .box3:hover p { color: #626567; transition: all 0.4s ease; } .services3 .boxes3 .box3:hover .topic3 { color: rgb(76, 70, 154) } .services .boxes .box:hover p {} /* Clases caja 4 de modalidades Yoga 40-59 años */ section .content4 { width: 80%; margin: 40px auto; } .services4 .boxes4 { display: flex; flex-wrap: wrap; justify-content: space-between; } .services4 .boxes4 .box4 { margin: 20px 0; width: calc(100% / 3 - 20px); text-align: center; padding: 30px 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); cursor: default; transition: all 0.4s ease; } .services4 .boxes4 .box4:nth-child(1) { height: 20%; margin: 100px 0 0 0; width: calc(100% / 3 - 20px); text-align: center; padding: 15px 10px; cursor: default; transition: all 0.4s ease; border: 7px solid rgba(76, 70, 154, .5); outline: 10px solid rgb(231, 220, 236); outline-offset: -19px; outline-width: medium; } .services4 .boxes4 .box4 { margin: 20px 0; width: calc(100% / 3 - 20px); text-align: center; padding: 30px 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); cursor: default; transition: all 0.4s ease; } .services4 .boxes4 .box4:nth-child(3) { background-image: url(Images/perro1.jpg); background-size: cover; background-position: center; height: 300px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6); cursor: pointer; } .services4 .boxes4 .box4:nth-child(3):hover { background-image: url(Images/pilatesl.jpeg); background-size: cover; background-position: center; height: 300px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6); cursor: pointer; } .services4 .boxes4 .box4:hover { background: rgba(240, 248, 255, .8); color: #fff; } .services4 .boxes4 .box4 p { color: #626567; /* line-height: 50px;*/ } .services4 .boxes4 .box4 img { height: 300px; width: 300px; border-radius: 10%; text-align: center; } .services4 .boxes4 .box4:hover .topic4, .services4 .boxes4 .box4:hover p { color: #626567; transition: all 0.4s ease; } .services4 .boxes4 .box4:hover .topic4 { color: rgb(76, 70, 154) } .services .boxes .box:hover p {} /* Clases caja 5 de modalidades Meditación */ section .content5 { width: 80%; margin: 40px auto; } .services5 .boxes5 { display: flex; flex-wrap: wrap; justify-content: space-between; } .services5 .boxes5 .box5 { margin: 20px 0; width: calc(100% / 3 - 20px); text-align: center; padding: 30px 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); cursor: default; transition: all 0.4s ease; } .services5 .boxes5 .box5:nth-child(3) { height: 20%; margin: 90px 0 0 0; width: calc(100% / 3 - 20px); text-align: center; padding: 15px 10px; cursor: default; transition: all 0.4s ease; border: 7px solid rgba(76, 70, 154, .5); outline: 10px solid rgb(231, 220, 236); outline-offset: -19px; outline-width: medium; } .services5 .boxes5 .box5:nth-child(1) { background-image: url(Images/med2.jpeg); background-size: contain; background-position: center; height: 300px; } .services5 .boxes5 .box5:nth-child(1):hover { background-image: url(Images/Cristal7.jpeg); background-size: cover; background-position: center; height: 300px; cursor: pointer; } .services5 .boxes5 .box5:hover { background: rgba(240, 248, 255, .8); color: #fff; } .services5 .boxes5 .box5 p { color: #626567; /* line-height: 50px;*/ } .services5.boxes5 .box5 img { height: 300px; width: 300px; border-radius: 10%; text-align: center; } .services5 .boxes5 .box5:hover .topic5, .services5 .boxes5 .box5:hover p { color: #626567; transition: all 0.4s ease; } .services5 .boxes5 .box5:hover .topic5 { color: rgb(76, 70, 154) } .services .boxes .box:hover p {} /*Titulo para 2 tablas*/ .titulotablas { height: 100px; width: 52%; background-color: transparent; padding: 9px; border: rgb(231, 220, 236) 5px solid; border-top-left-radius: 20px; border-bottom-right-radius: 20px; margin: 130px 0 60px 0; } .titulotablas h4 { color: #4c469a; font-family: 'Montserrat', sans-serif; font-family: 'Poppins', sans-serif; text-align: center; font-weight: 900; font-size: 30px; } .titulotablas span { color: #9b87b3; font-family: 'Spartan', sans-serif; } /*Tablas 1 precios*/ .card-header { color: rgb(76, 70, 154); font-family: 'Montserrat', sans-serif; } .col1 { color: rgb(168, 207, 69); font-family: 'Poppins', sans-serif; } .cardt { border: 2px solid rgba(155, 135, 179, .4); } .cardt .card-header { background: rgba(155, 135, 179, .4); color: rgb(76, 70, 154); } .card button { outline: 2px solid rgba(155, 135, 179, .9); font-family: 'Montserrat', sans-serif; color: rgb(76, 70, 154); font-weight: 500; } .card button:hover { background: rgba(155, 135, 179, .9); color: white; } .cardt button { font-family: 'Montserrat', sans-serif; color: rgb(76, 70, 154); font-weight: 500; background: rgba(155, 135, 179, .5); } .cardt button:hover { outline: 2px solid rgba(155, 135, 179, .9); background: none; color: rgb(76, 70, 154); } /*Tablas 2 precios*/ .card-header { color: rgb(76, 70, 154); font-family: 'Montserrat', sans-serif; } .col2 { color: rgb(168, 207, 69); font-family: 'Poppins', sans-serif; } .cardt { border: 2px solid rgba(155, 135, 179, .4); } .cardt .card-header { background: rgba(155, 135, 179, .4); color: rgb(76, 70, 154); } .card button { outline: 2px solid rgba(155, 135, 179, .9); font-family: 'Montserrat', sans-serif; color: rgb(76, 70, 154); font-weight: 500; } .card button:hover { background: rgba(155, 135, 179, .9); color: white; } .cardt button { font-family: 'Montserrat', sans-serif; color: rgb(76, 70, 154); font-weight: 500; background: rgba(155, 135, 179, .5); } .cardt button:hover { outline: 2px solid rgba(155, 135, 179, .9); background: none; color: rgb(76, 70, 154); } /*Comprar momentaneo*/ .comprar { text-align: center; } .comprar p { color: rgb(76, 70, 154); text-align: center; font-family: 'Poppins', sans-serif; } .comprar button { padding: 10px; background-color: rgb(155, 135, 179); color: white; font-family: 'Poppins', sans-serif; } .comprar button:hover { border: 3px solid rgb(155, 135, 179); color: white; font-weight: 700; border: 2px solid rgb(155, 135, 179); } .modal-title { color: rgb(76, 70, 154); } .modal-body a:hover { color: rgb(76, 70, 154); text-decoration: none; } /*Ofertas*/ .oferta {} .ofertatext { width: 35%; padding: 10px; background-color: rgba(168, 207, 69, .3); margin: 10px 10px 30px 10px; box-shadow: 13px 13px 0px -8px rgba(93, 173, 226, .7); height: 60px; } .ofertatext p { text-align: center; font-family: 'Quicksand', sans-serif; font-weight: 900; font-size: 24px; color: forestgreen; ; } .ofertasnota { color: rgb(76, 70, 154); text-align: center; font-family: 'Poppins', sans-serif; } /*Tabla 1 Clases Presenciales*/ .bodytable1 { width: 100%; overflow: auto; } .table1 { text-align: center; background-image: url(Images/f8.png); background-size: auto; border: 5px solid #BDC3C7; } .table1 .tabletitulo1 { color: #4c469a; text-align: center; font-family: 'Montserrat', sans-serif; font-size: 30px; border-bottom: 2px solid rgb(168, 207, 69); } .table1 .subtitulo1 {} .table1 .turnos { color: rgb(168, 207, 69); text-align: center; font-family: 'Montserrat', sans-serif; padding: 5px; font-weight: 400; } .table1 td { font-family: 'Poppins', sans-serif; color: #9b87b3; font-weight: 900; text-align: center; font-size: 20px; border: 1px solid #BDC3C7; } .table1 td span { font-family: 'Poppins', sans-serif; color: #4c469a; font-weight: 900; text-align: center; font-size: 20px; } /*Tabla 2 horarios Presenciales*/ .table { background-color: rgba(240, 248, 255, .5); border: 10px solid black; } .table .tabletitulo { color: #4c469a; text-align: center; font-family: 'Montserrat', sans-serif; font-size: 30px; } .table td { font-family: 'Poppins', sans-serif; color: #9b87b3; font-weight: 900; text-align: right; font-size: 20px; } /*Tabla 2 presenciales y zoom (híbridas) clínica Matsya*/ .bodytable2 { width: 100%; overflow: auto; text-align: center; } .table2 { width: 100%; background-image: url(Images/f8.png); background-size: auto; border: 5px solid #BDC3C7; } .table2 .tabletitulo2 { color: #4c469a; text-align: center; font-family: 'Montserrat', sans-serif; font-size: 30px; border-bottom: 2px solid rgb(168, 207, 69); } .table2 td { font-family: 'Poppins', sans-serif; color: #9b87b3; font-weight: 900; text-align: center; font-size: 20px; border: 1px solid #BDC3C7; } .table2 td span { font-family: 'Poppins', sans-serif; color: #4c469a; font-weight: 900; text-align: center; font-size: 20px; } /*Tabla 3 Horarios presenciales y zoom (híbridas) aries*/ .bodytable3 { width: 100%; overflow: auto; text-align: center; } .table3 { width: 100%; background-image: url(Images/f8.png); background-size: auto; border: 5px solid #BDC3C7; } .table3 .tabletitulo3 { color: #4c469a; text-align: center; font-family: 'Montserrat', sans-serif; font-size: 30px; border-bottom: 2px solid rgb(168, 207, 69); } .table3 td { font-family: 'Poppins', sans-serif; color: #9b87b3; font-weight: 900; text-align: center; font-size: 20px; border: 1px solid #BDC3C7; } .table3 td span { font-family: 'Poppins', sans-serif; color: #4c469a; font-weight: 900; text-align: center; font-size: 20px; } /* Clases cajas de modalidades */ .services .content .title span { color: rgba(76, 70, 154, .9); font-size: 40px; font-family: 'Poppins', sans-serif; } .services .boxes { display: flex; flex-wrap: wrap; justify-content: space-between; background: url(Images/f6.png) repeat; } .services .boxes .box { margin: 20px 0; width: calc(100% / 3 - 20px); text-align: center; padding: 30px 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); cursor: default; transition: all 0.4s ease; } .services .boxes .box:nth-child(1) { height: 20%; margin: 20px 0; width: calc(100% / 3 - 20px); text-align: center; padding: 15px 10px; cursor: default; transition: all 0.4s ease; border: 7px solid rgba(76, 70, 154, .5); outline: 10px solid rgb(231, 220, 236); outline-offset: -19px; outline-width: medium; } .services .boxes .box:hover { background: rgba(240, 248, 255, .8); color: #fff; } .services .boxes .box .icon { height: 50px; width: 50px; background: rgba(240, 248, 255, .5); border-radius: 50%; text-align: center; line-height: 50px; font-size: 18px; color: rgb(76, 70, 154); margin: 0 auto 10px auto; transition: all 0.4s ease; } .services .boxes .box p { color: #626567; } .boxes .box:hover .icon { background-color: white; color: rgb(76, 70, 154); } .services .boxes .box:hover .topic, .services .boxes .box:hover p { color: #626567; transition: all 0.4s ease; } .services .boxes .box:hover .topic { color: rgb(76, 70, 154) } .services .boxes .box:hover p {} /* Inicio Img modalidades para ir*/ .contact { background-color: rgba(240, 248, 255, .4); } .contact .content { margin: 0 auto; padding: 30px 0; } .antesbodyi { width: 100%; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; overflow: hidden; } .containerini { font-family: 'Raleway', Arial, sans-serif; color: #fff; position: relative; overflow: hidden; float: left; margin: 10px 1%; min-width: 220px; max-width: 310px; max-height: 220px; width: 100%; background: #000; text-align: center; } .containerini * { box-sizing: border-box; transition: all 0.3s ease-in-out; } .containerini img { opacity: 0.8; width: 100%; object-fit: scale-down; } .containerini figcaption { bottom: 0; display: block; left: 0; position: absolute; right: 0; top: 0; } .containerini h2 { font-weight: 400; left: 0; right: 0; letter-spacing: -1px; margin: 0 auto; position: absolute; text-transform: uppercase; bottom: 30%; transform: translateY(50%); } .containerini h2 span { font-weight: 800; } .containerini p { position: absolute; right: 10px; margin: 0 auto; bottom: 20%; opacity: 0; font-size: 15.5px; transform: translateY(-20%) scale(0.7); } .containerini .fa-chevron-circle-right { margin: 0 0 0 10px; font-size: 20px; animation: ir 2s linear infinite; } @keyframes ir { 0%, 100% { transform: translateX(0px); } 50% { transform: translateX(-9px); } } .containerini .square { height: 78px; width: 78px; overflow: hidden; top: 50%; left: 50%; content: ''; transform: rotate(45deg) translate(-50%, -50%); transform-origin: 0 0; } .containerini .square::before, .containerini .square::after, .containerini .square div::before, .containerini .square div::after { background: #fff; content: ''; display: block; transition: all 0.4s ease-in-out; } .containerini .square::before, .containerini .square::after { width: 65%; height: 2px; } .containerini .square div::before, .containerini .square div::after { width: 2px; height: 65%; } .containerini .square::before, .containerini .square div::before { left: 0; top: 0; } .containerini .square::after, .containerini .square div::after { bottom: 0; right: 0; } .containerini a { left: 0; right: 0; top: 0; bottom: 0; position: absolute; } .containerini:hover img { opacity: 0.25; transform: scale(1.1); } .containerini:hover h2 { opacity: 1; transform: translateY(0); } .containerini:hover p { opacity: 1; transform: translateY(0) scale(1); } .containerini:hover .square:before { width: 38%; } .containerini:hover .square div:before { height: 38%; } .containerini:hover .square:after { width: 55%; } .containerini:hover .square div:after { height: 55%; } /* Inicio alianzas */ /*Contacto*/ /*Contacto mapa Luniyoga*/ .bodycontacto111 { display: flex; align-items: center; justify-content: center; } .contacto111-page { width: 100%; max-width: 1400px; padding: 50px; display: flex; align-items: flex-start; justify-content: center; margin: 100px 0 0; flex-wrap: wrap; } iframe { width: 50%; height: 400px; } .map1 { filter: grayscale(0.2); box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2); border: 2px solid #FFFFFF; } .contacto111-info { flex: 1; margin-left: 20px; margin-top: 30px; } .contacto111item { margin-bottom: 40px; font-size: 15px; color: #322; text-align: left; font-family: 'Montserrat', sans-serif; width: 100%; } .contacto111item a { text-decoration: none; } .contacto111item a:hover { text-decoration: underline; color: rgb(155, 135, 179); } .contacto111item a:visited { color: rgb(155, 135, 179); } .contacto111item a:active { color: rgb(155, 135, 179); } .contacto111item a p { color: #322; text-decoration: none; font-size: 18px; } .contacto111item a span { color: rgb(155, 135, 179); text-decoration: none; font-size: 18px; font-weight: 500; } .contacto111icon { width: 60px; height: 60px; font-size: 32px; margin: 0; text-align: center; color: rgb(155, 135, 179); cursor: pointer; } .contacto111 p { width: 100%; font-size: 15px; margin: 30px 0 0; } .btn111 { border: 1px solid rgb(168, 207, 69); background: none; padding: 10px 20px; font-size: 23px; font-family: 'Montserrat', sans-serif; cursor: pointer; margin: 20px 10px 10px 10px; transition: 0.8s; position: relative; overflow: hidden; border-radius: 5px; } .btn111 { color: rgb(155, 135, 179); } .btn111:hover { color: rgb(155, 135, 179); font-weight: 500; } .btn111::before { content: ""; position: absolute; left: 0; width: 100%; height: 0%; background: rgba(168, 207, 69, .8); z-index: -1; transition: 0.8s; } .btn111::before { top: 0; border-radius: 0 0 50% 50%; } .btn111:hover::before { height: 180%; } /*Contacto mapa2*/ .bodycontacto11 { display: flex; align-items: center; justify-content: center; } .contacto11-page { width: 100%; max-width: 1400px; padding: 50px; display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; } .bodycontacto11 iframe { width: 45%; height: 300px; } .map { filter: grayscale(0.2); box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2); border: 2px solid #FFFFFF; } .contacto11-info { flex: 1; margin-left: 20px; } .contacto11item { margin-bottom: 40px; font-size: 15px; color: #322; text-align: left; font-family: 'Montserrat', sans-serif; width: 100%; } .contacto11icon { width: 60px; height: 60px; font-size: 32px; margin: 0; text-align: center; color: rgb(155, 135, 179); cursor: pointer; } .contacto11 p { width: 100%; font-size: 15px; } .contacto11 .pregunta { text-align: center; font-family: 'Poppins', sans-serif; font-size: 18px; color: cornflowerblue; } .btn11 { border: 1px solid rgb(168, 207, 69); background: none; padding: 10px 20px; font-size: 23px; font-family: 'Montserrat', sans-serif; cursor: pointer; margin: 20px 10px 10px 10px; transition: 0.8s; position: relative; overflow: hidden; border-radius: 5px; } .btn11 { color: rgb(155, 135, 179); } .btn11:hover { color: rgb(155, 135, 179); font-weight: 500; } .btn11::before { content: ""; position: absolute; left: 0; width: 100%; height: 0%; background: rgba(168, 207, 69, .8); z-index: -1; transition: 0.8s; } .btn11::before { top: 0; border-radius: 0 0 50% 50%; } .btn11:hover::before { height: 180%; } /*Contacto protoclo Covid*/ .bodycontacto1 { margin-top: -100px; display: flex; align-items: center; justify-content: center; } .contacto1-page { width: 100%; max-width: 1400px; padding: 50px; display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; } .contacto1titulo1 { width: 100%; margin-bottom: 80px; text-transform: uppercase; color: rgb(76, 70, 154); font-size: 40px; text-align: center; font-family: 'Montserrat', sans-serif; } .contacto1titulo2 { width: 100%; text-align: center; text-transform: uppercase; color: rgb(155, 135, 179); font-size: 28px; } .contacto1-info { flex: 1; } .contacto1-page img { width: 280px; height: 280px; margin: 10px -60px 10px 10px; } .contacto1item1 { margin-bottom: 24px; font-size: 15px; color: #322; text-align: left; font-family: 'Montserrat', sans-serif; } .contacto1item2 { margin-bottom: 24px; font-size: 15px; color: #322; text-align: right; font-family: 'Montserrat', sans-serif; } .contacto1icon { width: 60px; height: 60px; font-size: 32px; text-align: center; color: rgb(155, 135, 179); cursor: pointer; } /*Contacto formulario*/ .contactoo .title span { color: rgb(155, 135, 179); font-size: 40px; } .bodycontacto { display: flex; align-items: center; justify-content: center; } .contacto-page { width: 100%; max-width: 1400px; padding: 50px; display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; } .contactotitulo { width: 100%; margin-bottom: 80px; text-transform: uppercase; color: #322; font-size: 60px; } .contacto-info, .contacto-form { flex: 1; } .contactoitem { margin-top: 30px; margin-bottom: 24px; font-size: 16px; color: #322; } .contactoitem a, a:visited, a:active { color: rgb(76, 70, 154); text-decoration: none; font-family: 'Quicksand', sans-serif; font-size: 19px; font-weight: 500; } .contactoitem a:hover { text-decoration: underline; color: rgb(76, 70, 154); } .contactoicon { width: 60px; height: 60px; font-size: 32px; text-align: center; color: rgb(168, 207, 69); margin-right: 16px; cursor: pointer; } .contactoicon:hover { animation: wave 1s infinite linear; } @keyframes wave { to { transform: scale(1.5); opacity: 0; } } .contacto-form { display: flex; flex-wrap: wrap; justify-content: space-between; font-family: 'Poppins', sans-serif; background-color: rgba(240, 248, 255, .5); padding: 20px; box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.15); } .contactotextb { width: calc(50% - 10px); height: 50px; padding: 12px; background-color: rgba(155, 135, 179, .3); border: 2px solid rgba(76, 70, 154, .3); font-family: 'Poppins', sans-serif; margin-bottom: 20px; border-radius: 4px; } textarea { width: 100%; min-height: 200px; max-height: 400px; resize: vertical; padding: 12px; background-color: rgba(155, 135, 179, .3); border: 2px solid rgba(76, 70, 154, .3); margin-bottom: 20px; border-radius: 4px; } .contactotextb:focus, textarea:focus { outline: none; } .checkv { margin-top: auto; font-family: 'Poppins', sans-serif; } .checkv a { text-decoration: none; color: rgb(76, 70, 154); } .checkv a:hover { color: rgb(76, 70, 154); text-decoration: underline; } .checkv a:visited { color: rgb(76, 70, 154); } .contactobtn { width: 120px; height: 40px; margin-left: auto; background-color: rgb(168, 207, 69); border: none; color: #fff; text-transform: uppercase; cursor: pointer; border: 2px solid rgb(168, 207, 69); transition: .3s linear; margin-top: 10px; font-family: 'Quicksand', sans-serif; } .contactobtn:hover { background-color: transparent; color: rgb(155, 135, 179); font-weight: 900; } @media screen and (max-width: 980px) { .contacto-page { max-width: 800px; } .contactotitulo { font-size: 40px; margin-bottom: 40px; } .contacto-info, .contacto-form { flex: 100%; margin-bottom: 30px; } .contactotextb { width: 100%; } } @media screen and (max-width: 980px) { .contacto1-page { max-width: 800px; } .contacto1titulo { font-size: 40px; margin-bottom: 40px; } .contacto1-info1 { flex: 100%; margin-bottom: 30px; } } @media (max-width: 991px) { .antesbodyi { overflow-x: hidden; overflow-y: visible; } } /* Footer CSS */ footer { background: rgb(231, 220, 236); padding: 15px 0; text-align: center; font-family: 'Poppins', sans-serif; } footer .text span { font-size: 17px; font-weight: 400; color: rgb(155, 135, 179); } footer .text span a { font-weight: 500; color: rgb(155, 135, 179); text-decoration: none; } footer .text span a:hover { text-decoration: underline; } /* Scroll TO Top Button CSS */ .scroll-button a { position: fixed; bottom: 20px; right: 20px; color: #fff; background: #9b87b3; padding: 7px 12px; ; font-size: 18px; border-radius: 12px; box-shadow: rgba(0, 0, 0, 0.15); display: none; } .scroll-button a:hover { color: #fff; } /*Blog*/ header .collapse { background: rgba(231, 220, 236, .5); } header .collapse h2 { color: rgb(76, 70, 154); font-size: 28px; font-family: 'Poppins', sans-serif; } header .collapse p { font-family: 'Montserrat', sans-serif; font-size: 15px; } header .collapse li { font-family: 'Poppins', sans-serif; font-size: 17px; } header .collapse li a { color: rgb(168, 207, 69); text-decoration: none; } header .collapse li a:hover { color: rgb(76, 70, 154); text-decoration: underline; } header .collapse li a:active { color: rgb(168, 207, 69); } header .collapse li a:visited { color: rgb(168, 207, 69); } header .navbar { background: rgb(231, 220, 236); } header .navbar strong { color: rgb(76, 70, 154); font-size: 27px; } header .container button { background-color: rgba(76, 70, 154, .7); } /*Menu azul blog*/ .menublog { background-color: rgba(52, 152, 219, .2); padding: 0; } .menublog .content { padding: 3px; margin: 0 150px; } .menublog .content a { color: rgb(76, 70, 154); font-size: 18px; text-decoration: none; } .menublog .content a:hover { text-decoration: underline; } /*Articulos*/ .col-md-6 h3 { color: rgb(52, 152, 219); } .mb-1 { font-style: italic; } .col-md-6 p { color: rgb(52, 73, 94); } /*Articulo Yoga Blog*/ .col-md-7 { text-align: justify; } .col-md-7 h3 { font-family: 'Poppins', sans-serif; margin-bottom: 50px; color: rgb(52, 152, 219); font-size: 30px; } .col-md-7 p { font-family: 'Montserrat', sans-serif; font-size: 16.5px; color: black; } .col-md-7 .lead2 { margin-top: 70px; font-family: 'Montserrat', sans-serif; font-size: 16.5px; color: black; font-weight: 300; } .col-md-5 { width: auto; } .col-md-5 img { width: 500px; } .col-md-5 .img2 { width: 430px; margin-top: 30px; box-shadow: 12px -8px 10px -0px rgba(52, 152, 219, .3); } .featurette-divider { color: rgb(52, 152, 219); } .explicacion p { color: color: black; font-family: 'Montserrat', sans-serif; font-size: 16.5px; text-align: center; font-weight: 300; } /*Blog regresar*/ .botonregresar a { font-size: 30px; text-decoration: none; color: rgb(76, 70, 154); } .botonregresar a:hover { color: rgb(76, 70, 154); text-decoration: underline; } .botonregresar a:active { color: rgb(76, 70, 154); } .botonregresar a:visited { color: rgb(76, 70, 154); text-decoration: underline; } a .fa-angle-left { font-size: 70px; color: rgb(168, 207, 69); margin: 5px; animation: regresar 2s linear infinite; } @keyframes regresar { 0%, 100% { transform: translateX(0px); } 50% { transform: translateX(-13px); } } /* Responsive Media Query */ @media (max-width: 1190px) { section .content { width: 85%; } nav .navbar .logof h2 { font-size: 59px; margin-left: -100px; } .ofertatext { width: 38%; padding: 10px; height: 60px; } .ofertatext p { font-size: 24px; } } @media (max-width: 1000px) { nav .navbar .logof { margin-left: 0px; } nav .navbar .logof h2 { font-size: 53px; margin-left: -15px; } .about .about-details { justify-content: center; flex-direction: column; } .about .about-details .left { display: flex; justify-content: center; width: 100%; } .about-details .right { width: 90%; margin: 40px 0; } .services1 .content1 .title1 { margin: 80px 0 50px 0; width: 29%; height: 90px; left: 100px; } .services1 .content1 .title1 h2 { color: rgba(76, 70, 154, .9); font-size: 38px; } .services1 .boxes1 .box1 { margin: 20px 0; width: calc(100% / 2 - 20px); } .services1 .boxes1 .box1:nth-child(1) { height: 20%; margin: 90px 0 0 0; width: calc(100% / 2 - 20px); text-align: center; padding: 15px 10px; cursor: default; transition: all 0.4s ease; border: 7px solid rgba(76, 70, 154, .5); outline: 10px solid rgb(231, 220, 236); outline-offset: -19px; outline-width: medium; } .services2 .boxes2 .box2 { margin: 20px 0; width: calc(100% / 2 - 20px); } .services3 .boxes3 .box3 { margin: 20px 0; width: calc(100% / 2 - 20px); } .services4 .boxes4 .box4 { margin: 20px 0; width: calc(100% / 2 - 20px); } .services5 .boxes5 .box5 { margin: 20px 0; width: calc(100% / 2 - 20px); } .services6 .boxes6 .box6 { margin: 20px 0; width: calc(100% / 2 - 20px); } .ofertatext { width: 45%; padding: 10px; height: 60px; } section .topic { color: #9b87b3; font-size: 25px; font-weight: 500; display: ; font-family: 'Poppins', sans-serif; } } @media (max-width: 900px) { nav .navbar .logo img { width: 90px; height: 90px; } .carousel-item .aviso { width: 50%; color: #1E88E5; font-family: 'Quicksand', sans-serif; font-size: 22px; font-weight: 600; background-color: transparent; margin: 420px 0 0 200px; color: white; } .carousel-item img { width: 130px; height: 110px; } .rs-about { margin-top: -20px; text-align: center; display: none; } nav .navbar .logof h2 { font-size: 40px; margin-right: -60px; } .navbar .menu a { font-size: 22px; } .about .left img { height: 350px; width: 350px; } .ofertatext { width: 50%; padding: 10px; height: 60px; } nav.sticky #imglogo { width: 75px; height: 75px; } nav.sticky #frasei { font-size: 45px; } } @media (max-width: 750px) { nav .navbar .logof h2 { font-size: 55px; margin-right: 120px; } nav .navbar .logo img { width: 100px; height: 100px; } .carousel-item .aviso { width: 50%; color: #1E88E5; font-family: 'Quicksand', sans-serif; font-size: 22px; font-weight: 600; background-color: transparent; margin: 480px 0 0 220px; color: white; } .about .titlea1 { padding: 15px 0 15px 95px; width: 500px; left: -160px; } .about .titlea2 { padding: 15px 0 15px 60px; width: 85%; } .services3 .boxes3 .box3-2 { margin: 20px 0; width: calc(100% / 1 - 20px); text-align: center; padding: 30px 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); cursor: default; transition: all 0.4s ease; } .carousel-item img { width: 140px; } nav .navbar { width: 90%; } nav .navbar .menu { position: fixed; left: -100%; top: 0; background: rgba(155, 135, 179, .91); height: 100vh; max-width: 400px; width: 100%; padding-top: 60px; flex-direction: column; align-items: center; transition: all 0.5s ease; } .navbar.active .menu { left: 0; } nav .navbar .menu a { font-size: 23px; display: block; color: #fff; margin: 10px 0; } nav.sticky .menu a:hover { color: #4070f4; } nav .navbar .media-icons { display: none; } nav .menu-btn, .navbar .menu .cancel-btn { display: block; } .home .text-two { font-size: 65px; } .home .text-three { font-size: 35px; } .skills .skills-details { align-items: center; justify-content: center; flex-direction: column; } .skills-details .text { width: 100%; margin-bottom: 50px; } .skills-details .boxes { justify-content: center; align-items: center; width: 100%; } .services1 .content1 .title1 { margin: 80px 0 50px 0; padding: 20px 10px; width: 30%; height: 90px; left: 100px; } .services1 .content1 .title1 h2 { font-size: 35px; } .services1 .boxes1 .box1 { margin: 20px 0; width: 100%; } .services2 .boxes2 .box2 { margin: 20px 0; width: 100%; } .services2 .boxes2 .box2:nth-child(3) { height: 20%; margin: 10px 0 0 0; width: calc(100% / 1 - 20px); padding: 15px 10px; } .services3 .boxes3 .box3-1 { margin: 20px 0; width: 100%; } .services3 .boxes3 .box3-1:nth-child(1) { height: 20%; margin: 40px 0 0 0; width: calc(100% / 1 - 20px); padding: 15px 10px; } .services4 .boxes4 .box4 { margin: 20px 0; width: 100%; } .services4 .boxes4 .box4:nth-child(1) { height: 20%; margin: 40px 0 0 0; width: calc(100% / 1 - 20px); padding: 15px 10px; } .services5 .boxes5 .box5 { margin: 20px 0; width: 100%; } .services5 .boxes5 .box5:nth-child(3) { height: 20%; margin: 10px 0 0 0; width: calc(100% / 1 - 20px); padding: 15px 10px; } .services6 .boxes6 .box6 { margin: 20px 0; width: 100%; } .contact .text { width: 100%; } .titulotablas { height: 110px; width: 90%; background-color: transparent; padding: 9px; border: rgb(231, 220, 236) 5px solid; border-top-left-radius: 20px; border-bottom-right-radius: 20px; margin: 130px 0 60px 0; } .titulotablas h4 { color: #4c469a; font-family: 'Montserrat', sans-serif; * font-family: 'Poppins', sans-serif; text-align: center; font-weight: 900; font-size: 30px; } .ofertatext { width: 55%; padding: 10px; height: 70px; } } @media (max-width: 600px) { nav .navbar .logof h2 { font-size: 55px; margin-right: 80px; } nav .navbar .logo img { width: 80px; height: 80px; } nav.sticky #imglogo { width: 60px; height: 60px; } .ofertatext { width: 60%; padding: 10px; height: 90px; } .ofertatext p { font-size: 23px; } .testimonial-text { padding: 10px 60px; } .carousel-item { height: 100vh; } #car1 { background: linear-gradient(0deg, rgba(10, 86, 150, .35), rgba(215, 219, 221, .65)), url("Images/meditacion1.jpg"); background-size: cover; background-position: bottom; } #car2 { background: linear-gradient(-130deg, rgba(231, 220, 236, .45), rgba(215, 219, 221, .15)), url("Images/n66.jpeg") left center; background-size: cover; background-position: center; } #car3 { background: linear-gradient(-180deg, rgba(215, 219, 221, .5), rgba(215, 219, 221, .1)), url("Images/n20.jpeg") center top; background-size: cover; background-position: center; } .services1 .content1 .title1 { margin: 80px 0 50px 0; padding: 20px 10px; width: 32%; height: 90px; left: 0; } .services1 .content1 .title1 h2 { font-size: 33px; } } @media (max-width: 500px) { nav .navbar .logof h2 { font-size: 40px; margin-right: 80px; } nav .navbar .logo img { width: 70px; height: 70px; } .carousel-item .aviso { width: 60%; color: #1E88E5; font-family: 'Quicksand', sans-serif; font-size: 22px; font-weight: 600; background-color: transparent; margin: 480px 0 0 130px; color: white; } .carousel-item img { width: 150px; height: 110px; } .home .text-two { font-size: 55px; } .home .text-three { font-size: 33px; } .skills-details .boxes .per { font-size: 50px; color: #4070f4; } iframe { width: 100%; height: 400px; margin-bottom: 35px; } .contacto1titulo1 { font-size: 31px; } .list-group { width: 90%; } .list-group h3 { font-size: 18px; } .menublog .content { margin: 0; } .bodycontacto11 iframe { width: 100%; height: 370px; } } @media (max-width: 450px) { nav .navbar .logof h2 { font-size: 40px; margin-right: 60px; } .nosfinal .title span { margin-top: 70px } nav.sticky #imglogo { width: 55px; height: 55px; } nav.sticky #frasei { font-size: 40px; } .testimonial-text { padding: 10px 40px; } .image { width: 80px; height: 80px; } .image:nth-child(2) { height: 90px; } .about .titlea1 { padding: 15px 0 15px 75px; width: 380px; left: -120px; } .about .titlea1 h2 { font-size: 28px; } .about .titlea2 { padding: 15px 0 15px 15px; width: 360px; } section .mision p { font-size: 15px; } .titulotablas { height: 130px; width: 90%; background-color: transparent; padding: 9px; border: rgb(231, 220, 236) 5px solid; border-top-left-radius: 20px; border-bottom-right-radius: 20px; margin: 130px 0 60px 0; } .titulotablas h4 { color: #4c469a; font-family: 'Montserrat', sans-serif; font-family: 'Poppins', sans-serif; text-align: center; font-weight: 900; font-size: 25px; } .ofertatext { width: 65%; padding: 10px; height: 80px; } .ofertatext p { font-size: 20px; } nav .navbar .logo img { width: 60px; height: 60px; } .services1 .content1 .title1 { margin: 100px 0 50px 0; padding: 20px 10px; width: 38%; height: 90px; left: 0; } .services1 .content1 .title1 h2 { font-size: 30px; } .services1 .boxes1 .box1:nth-child(1) { height: 20%; margin: 40px 0 0 0; width: calc(100% / 1 - 20px); padding: 15px 10px; } .btn11 { margin-top: -10px; margin-left: 50px; } .contacto-page { padding: 20px; } .col-md-5 img { width: 300px; } .col-md-5 .img2 { width: 300px; } } @media (max-width: 380px) { nav .navbar .logof h2 { font-size: 35px; margin-right: 60px; margin-top: 10px; } nav.sticky #imglogo { width: 50px; height: 50px; } nav.sticky #frasei { font-size: 35px; } .titulotablas { height: 110px; width: 90%; background-color: transparent; padding: 9px; border: rgb(231, 220, 236) 5px solid; border-top-left-radius: 20px; border-bottom-right-radius: 20px; margin: 100px 0 60px 0; } .titulotablas h4 { color: #4c469a; font-size: 23px; } nav .navbar .logo img { width: 45px; height: 45px; } .services1 .content1 .title1 { margin: 100px 0 50px 0; padding: 20px 10px; width: 45%; height: 90px; left: 0; } .services1 .content1 .title1 h2 { font-size: 29px; } .carousel-item .aviso { width: 60%; color: #1E88E5; font-family: 'Quicksand', sans-serif; font-size: 20px; font-weight: 600; background-color: transparent; margin: 480px 0 0 80px; color: white; } .about .titlea1 { padding: 15px 0 15px 75px; width: 380px; left: -110px; } .about .titlea1 h2 { font-size: 28px; } .about .titlea2 { padding: 15px 0 15px 18px; width: 320px; } .about .titlea2 h2 { font-size: 30px; } iframe { width: 120%; height: 400px; margin-bottom: 35px; } .nosfinal .title span { top: -50px; margin-top: 100px } .image { margin: 0 15px; height: 80px; } .image:nth-child(2) { height: 90px; } }
public/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Glory:wght@100;300;400;500;600&family=Montserrat:wght@100;300;400;500;600&family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;1,400&family=Quicksand:wght@300;400;500;600;700&family=Spartan:wght@100;300;400;500;600&family=Ubuntu:wght@300;400;500;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; scroll-behavior: smooth; } body { background-color: red; } /* Custom Scroll Bar CSS */ ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-track { background: #f1f1f1; } ::-webkit-scrollbar-thumb { background: #9b87b3; border-radius: 10px; transition: all 0.3s ease; } ::-webkit-scrollbar-thumb:hover { background: #9b87b3; } /* navbar styling */ nav { position: fixed; width: 100%; z-index: 998; transition: all 0.3s ease; } nav .navbar { width: 90%; display: flex; justify-content: space-between; align-items: center; margin: auto; } nav .navbar .logo img { width: 103px; height: 103px; } nav .navbar .logof { color: rgba(76, 70, 154, .9); margin-left: 100px; font-family: 'Tangerine', sans-serif; } nav .navbar .logof h2 { font-size: 70px; } nav .navbar .menu { display: flex; position: relative; justify-content: space-between; } nav .navbar .menu li { list-style: none; margin: 0 8px; font-family: 'Montserrat', sans-serif; } .navbar .menu a { font-size: 24px; font-weight: 500; color: rgba(76, 70, 154, .8); padding: 6px 0; transition: all 0.1s ease; text-decoration: none; } .navbar .menu a:hover { text-decoration: underline; } nav.sticky { background: #e7dcec; } nav.sticky #imglogo { width: 75px; height: 75px; } nav.sticky #frasei { font-size: 50px; } nav.sticky .menu a { color: #9b87b3; } nav.sticky .menu a:hover { color: #4c469a; } /* Side Navigation Menu Button CSS */ nav .menu-btn, .navbar .menu .cancel-btn { position: absolute; color: #fff; right: 30px; top: 20px; font-size: 30px; cursor: pointer; transition: all 0.3s ease; display: none; } nav .menu-btn { color: rgb(76, 70, 154); } nav.sticky .menu-btn { color: rgb(76, 70, 154); } .navbar .menu .menu-btn { color: #fff; } /* home index */ /* Whastapp fixed*/ .float { position: fixed; width: 60px; height: 60px; bottom: 80px; right: 25px; background-color: #25d366; color: #FFF; border-radius: 50px; text-align: center; font-size: 30px; box-shadow: 2px 2px 3px #999; z-index: 100; } .float:hover { text-decoration: none; color: #25d366; background-color: #fff; } .float:visited { color: #25d366; background-color: #fff; } .my-float { margin-top: 16px; } /*Carrousel Home index*/ .carousel-item { width: 100%; height: 100vh; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .carousel-item h2 { color: rgba(76, 70, 154, .9); font-family: 'Montserrat', sans-serif; font-size: 28px; font-weight: 900; } .carousel-item p { color: #1E88E5; font-family: 'Quicksand', sans-serif; font-size: 21px; font-weight: 600; } /*index clases en zoom*/ .carousel-item .aviso { width: 50%; color: #1E88E5; font-family: 'Quicksand', sans-serif; font-size: 22px; font-weight: 600; background-color: transparent; margin: 380px 0 0 250px; color: white; } .carousel-item img { width: 25%; height: 110px; } #car1 { background: linear-gradient(0deg, rgba(10, 86, 150, .35), rgba(215, 219, 221, .65)), url("Images/meditacion1.jpg"); background-size: cover; background-attachment: fixed; background-position: right center; } #car2 { background: linear-gradient(-130deg, rgba(231, 220, 236, .45), rgba(215, 219, 221, .15)), url("Images/n6.jpeg") left center; background-size: cover; background-attachment: fixed; } #car3 { background: linear-gradient(-180deg, rgba(215, 219, 221, .5), rgba(215, 219, 221, .1)), url("Images/n20.jpeg") center top; background-size: cover; background-position: top; background-attachment: fixed; } .carousel-caption { background-color: rgba(231, 220, 236, .7); border-radius: 10px; } /* Para todos */ section { padding-top: 40px; } section .content { width: 80%; margin: 40px auto; } /*Alianzas*/ section .topic .titalianzas { color: #9b87b3; font-size: 30px; font-weight: 500; margin-bottom: 10px; font-family: 'Poppins', sans-serif; } .bodyalianzas { margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; } .image { width: 206px; height: 220px; overflow: hidden; cursor: pointer; position: relative; margin: 0 20px; } .image img { width: 100%; } .image::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; filter: grayscale(100%); transition: .5s linear; } .image:hover::before { width: 0; } .image:nth-child(1)::before { background-image: url(Images/logo33.jpg); } .image:nth-child(2)::before { background-image: url(Images/logo%20plas.png); } /*Ventajas competitivas*/ section .topic .titalianzas1 { color: #9b87b3; font-size: 30px; font-weight: 500; margin-bottom: 50px; font-family: 'Poppins', sans-serif; } section .topic .titalianzas1 span { color: rgb(76, 70, 154); font-style: italic; font-family: 'Poppins', sans-serif; font-weight: 600; } .list-group { width: 90%; outline: none; } .list-group i { color: rgb(168, 207, 69); font-size: 25px; } .list-group h3 { color: rgba(76, 70, 154, .8); font-size: 20px; font-family: 'Montserrat', sans-serif; font-weight: 600; } /*Testimonial*/ .wrappertestimonial { width: 100%; margin-top: 100px; background: #fff; padding: 30px 0; } .slider-testimonial { width: 85%; max-width: 1400px; margin: auto; } .testimonial-client { margin-bottom: 15px; } .client-name { font-family: 'Quicksand', sans-serif; font-weight: 600; text-align: center; font-size: 25px; color: rgb(76, 70, 154); } .testimonial-text { padding: 10px 120px; } .testimonial-text p { font-family: "Open sans"; font-size: 20px; font-weight: 400; font-style: italic; text-align: center; color: #909497; } .sss { height: 0; margin: 0; padding: 0; position: relative; display: block; overflow: hidden; } .ssslide { width: 100%; margin: 0; padding: 0; position: absolute; top: 0; left: 0; display: none; overflow: hidden; } .ssslide img { max-width: 100%; height: auto; margin: 0; padding: 0; position: relative; display: block; } .sssnext, .sssprev { width: 25px; height: 100%; margin: 0; position: absolute; top: 0; background: url('sss/images/arr.png') no-repeat; } .sssprev { left: 3%; background-position: 0 50%; } .sssnext { right: 3%; background-position: -26px 50%; } .sssprev:hover, .sssnext:hover { cursor: pointer; } /*Nosotros*/ section .content .nos { margin: 140px auto; } .about .titlea1 { position: relative; background-color: #9b87b3; padding: 15px 0 15px 95px; width: 600px; left: -180px; text-align: center; font-weight: bolder; font-family: 'Poppins', sans-serif; clip-path: polygon(25% 0%, 90% 0, 95% 100%, 28% 100%); } .about .titlea1 h2 { font-size: 30px; color: #e7dcec; } .about .titlea2 { position: relative; background-color: #a8cf45; padding: 15px 0 15px 80px; width: 550px; font-family: 'Montserrat', sans-serif; clip-path: polygon(0 0, 60% 0, 55% 100%, 4% 90%); } .about .titlea2 h2 { font-size: 35px; color: rgba(247, 249, 249, .9); text-align: left; font-weight: 900; } .about .about-details { display: flex; justify-content: space-between; align-items: center; } .about .topic h3 { margin-top: 40px; } .about .about-details .left strong { font-style: italic; font-weight: 500; } section .title { display: flex; justify-content: center; margin-bottom: 40px; } section .title span { color: #0E2431; font-size: 30px; font-weight: 600; position: relative; padding-bottom: 8px; } section .title span::after { bottom: -7px; width: 70%; left: 50%; transform: translateX(-50%); } .about .about-details .left { width: 45%; margin-top: 15px; justify-items: center; } .about-details .right { width: 55%; position: relative; justify-items: center; text-align: center; margin-left: 80px; } .about .right img { height: 180px; width: 180px; margin: 10px; object-fit: cover; box-shadow: 10px 5px 1px #e7dcec; } #img1 { justify-content: center; } section .topic { color: #9b87b3; font-size: 25px; font-weight: 500; margin-bottom: 10px; font-family: 'Poppins', sans-serif; } .about-details .left p { text-align: justify; color: #0E2431; font-family: 'Montserrat', sans-serif; } .about-details .left p span { color: rgb(155, 135, 179); font-weight: 800; padding: 2px; } .about-details .left p .span2 { color: rgb(168, 207, 69); } .about-details .left .p2 { text-align: center; color: #0E2431; font-family: 'Montserrat', sans-serif; font-style: italic; } /*Nosotros Redes*/ .rs-about { margin-top: -20px; text-align: center; } .media-icons-about { padding: 10px; } .about .fab { display: inline-block; color: rgb(155, 135, 179); font-size: 26px; padding: 8px 15px; transition: all 0.3s ease; } .about .fa-instagram:hover { color: #EC407A; } .about .fa-facebook-f:hover { color: #2E86C1; } .about .fa-whatsapp:hover { color: #27AE60; } /*Nosotros Mision*/ section .mision { background-image: url(Images/fondocorazon.png); height: 300px; } section .topic2 { color: #9b87b3; font-size: 28px; font-weight: 500; margin: 30px 10px 10px 10px; font-family: 'Poppins', sans-serif; text-align: center; } section .mision p { font-size: 18px; margin-top: 40px; text-align: center; font-family: 'Montserrat', sans-serif; font-weight: 500; } section .button { margin: 16px 0; } section .button button { outline: none; padding: 8px 16px; border-radius: 4px; font-size: 25px; font-weight: 400; background: #4070f4; color: #fff; border: 2px solid transparent; cursor: pointer; transition: all 0.4s ease; } section .button button:hover { border-color: #4070f4; background-color: #fff; color: #4070f4; } /* Intructores */ /*animacion fondo*/ .wrapperani { position: absolute; width: 80%; height: 100%; overflow: hidden; background-color: transparent; } /*Nosotros animacion fondo*/ .boxani div { position: absolute; width: 60px; height: 60px; background-color: rgba(155, 135, 179, .75); border: 6px solid rgba(255, 255, 255, .5); clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); } .boxani div:nth-child(1) { top: 12%; left: 42%; animation: animate 10s linear infinite; } .boxani div:nth-child(2) { top: 70%; left: 50%; animation: animate 7s linear infinite; } .boxani div:nth-child(3) { top: 17%; left: 6%; animation: animate 9s linear infinite; } .boxani div:nth-child(4) { top: 20%; left: 60%; animation: animate 3s linear infinite; } .boxani div:nth-child(5) { top: 670%; left: 10%; animation: animate 6s linear infinite; } .boxani div:nth-child(6) { top: 88%; left: 570%; animation: animate 12s linear infinite; } .boxani div:nth-child(7) { top: 60%; left: 80%; animation: animate 15s linear infinite; } .boxani div:nth-child(8) { top: 32%; left: 25%; animation: animate 16s linear infinite; } .boxani div:nth-child(9) { top: 70%; left: 25%; animation: animate 9s linear infinite; } .boxani div:nth-child(10) { top: 20%; left: 80%; animation: animate 5s linear infinite; } @keyframes animate { 0% { transform: scale(0) translateY(0) rotate(0); opacity: 1; } 100% { transform: scale(1.3) translateY(-90px) rotate(360deg); opacity: 0; } } /*Nosotros Instructores*/ .skills { background: rgba(240, 248, 255, .4); } .skills .content { padding: 40px 0; } .skills .content .title span { color: rgba(76, 70, 154, .8); font-size: 43px; } /*Nosotros linea del tiempo instructores*/ .wrapper { max-width: 1080px; margin: 50px auto; padding: 0 20px; position: relative; } .wrapper .center-line { position: absolute; height: 100%; width: 4px; background: #fff; left: 50%; top: 20px; transform: translateX(-50%); } .wrapper .row { display: flex; } .wrapper .row-1 { justify-content: flex-start; } .wrapper .row-2 { justify-content: flex-end; } .wrapper .row section { background: #fff; border-radius: 5px; width: calc(50% - 40px); padding: 20px; position: relative; } .wrapper .row section::before { position: absolute; content: ""; height: 15px; width: 15px; background: #fff; top: 28px; z-index: -1; transform: rotate(45deg); } .row-1 section::before { right: -7px; } .row-2 section::before { left: -7px; } .row section .icon, .center-line .scroll-icon { position: absolute; background: #f2f2f2; height: 40px; width: 40px; text-align: center; line-height: 40px; border-radius: 50%; color: rgba(76, 70, 154, .7); font-size: 17px; box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); } .center-line .scroll-icon { bottom: 0px; left: 50%; font-size: 25px; transform: translateX(-50%); } .row-1 section .icon { top: 15px; right: -60px; } .row-2 section .icon { top: 15px; left: -60px; } .row section .details, .row section .bottom { display: flex; align-items: center; justify-content: space-between; } .row section .details .title { font-size: 22px; font-weight: 600; color: rgba(155, 135, 179, .9); font-family: 'Poppins', sans-serif; } .row section p { margin: 10px 0 30px 0; color: #626567; } .row section h3 { padding: 6px; background-color: rgba(168, 207, 69, .9); color: white; font-size: 16px; font-style: italic; font-family: 'Montserrat', sans-serif; } /*Nosotros Fotos de instructores en circulo*/ .big-circle1 { width: 150px; height: 150px; border: 10px solid rgba(168, 207, 69, .9); border-radius: 50%; margin: 0; position: relative; float: right; } .small-circle1 { width: 140px; height: 140px; border: 10px solid rgba(168, 207, 69, .5); border-radius: 50%; position: absolute; top: -5px; left: -5px; background-image: url("Images/n88.jpeg"); background-position: center; background-size: cover; background-repeat: no-repeat; } .big-circle2 { width: 150px; height: 150px; border: 10px solid rgba(168, 207, 69, .9); border-radius: 50%; margin: 0; position: relative; float: right; } .small-circle2 { width: 140px; height: 140px; border: 10px solid rgba(168, 207, 69, .5); border-radius: 50%; position: absolute; top: -5px; left: -5px; background-image: url("Images/letiaguayo4.jpeg"); background-position: center; background-size: cover; background-repeat: no-repeat; } .big-circle3 { width: 150px; height: 150px; border: 10px solid rgba(168, 207, 69, .9); border-radius: 50%; margin: 0; position: relative; float: right; } .small-circle3 { width: 140px; height: 140px; border: 10px solid rgba(168, 207, 69, .5); border-radius: 50%; position: absolute; top: -5px; left: -5px; background-image: url("Images/n2121.jpeg"); background-position: center; background-size: cover; background-repeat: no-repeat; } .big-circle4 { width: 150px; height: 150px; border: 10px solid rgba(168, 207, 69, .9); border-radius: 50%; margin: 0; position: relative; float: right; } .small-circle4 { width: 140px; height: 140px; border: 10px solid rgba(168, 207, 69, .5); border-radius: 50%; position: absolute; top: -5px; left: -5px; background-image: url("Images/Lucero%20Fernandez2.jpeg"); background-position: center; background-size: cover; background-repeat: no-repeat; } .big-circle5 { width: 150px; height: 150px; border: 10px solid rgba(168, 207, 69, .9); border-radius: 50%; margin: 0; position: relative; float: right; } .small-circle5 { width: 140px; height: 140px; border: 10px solid rgba(168, 207, 69, .5); border-radius: 50%; position: absolute; top: -5px; left: -5px; background-image: url("Images/Cristal4.jpeg"); background-position: center; background-size: cover; background-repeat: no-repeat; } .big-circle6 { width: 150px; height: 150px; border: 10px solid rgba(168, 207, 69, .9); border-radius: 50%; margin: 0; position: relative; float: right; } .small-circle6 { width: 140px; height: 140px; border: 10px solid rgba(168, 207, 69, .5); border-radius: 50%; position: absolute; top: -5px; left: -5px; background-image: url("Images/daya.jpeg"); background-position: center; background-size: cover; background-repeat: no-repeat; } .nosfinal .title span { color: rgb(155, 135, 179); font-style: italic; text-align: center; } @media(max-width: 790px) { .wrapper .center-line { left: 40px; } .wrapper .row { margin: 30px 0 3px 60px; } .wrapper .row section { width: 100%; } .row-1 section::before { left: -7px; } .row-1 section .icon { left: -60px; } } @media(max-width: 440px) { .wrapper .center-line, .row section::before, .row section .icon { display: none; } .wrapper .row { margin: 10px 0; } } /*Clases collage de img niños*/ .ziczac { width: 100%; display: flex; justify-content: center; align-items: center; position: relative; margin: 0; padding: 0; } .ziczaclista { text-align: center; display: inline-block; list-style-type: none; position: relative; border: solid 8px #fff; background: #fff; box-shadow: 0 0 15px 0 #555; transition: all 1s ease; top: 50px; transform: rotate(2deg); margin: -130px 0 10px 0; } .ziczaclista li:hover { top: 0; opacity: 0.5; } .ziczaclista li:nth-child(1) { transform: rotate(10deg); } .ziczaclista li:nth-child(2) { transform: rotate(0deg); } .ziczaclista li:nth-child(3) { transform: rotate(-10deg); } /* Clases caja 1 de modalidades Yoga para adultos */ section .content1 { width: 80%; margin: 40px auto; } /*Titulo principal seccion clases*/ .services1 .content1 .title1 { font-family: 'Poppins', sans-serif; margin: 150px 0 100px 0; position: relative; padding: 15px 0 15px 15px; width: 30%; height: 90px; left: 400px; text-align: center; font-weight: bolder; font-family: 'Poppins', sans-serif; outline: 2px solid rgb(155, 135, 179); border-color: rgb(168, 207, 69); border-radius: 10%; border-style: double; border-width: 4px; } .services1 .content1 .title1 h2 { color: rgba(76, 70, 154, .9); font-size: 40px; } .services1 .boxes1 { display: flex; flex-wrap: wrap; justify-content: space-between; } .services1 .boxes1 .box1 { margin: 20px 0; width: calc(100% / 3 - 20px); text-align: center; padding: 30px 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); cursor: default; transition: all 0.4s ease; } .services1 .boxes1 .box1:nth-child(1) { height: 20%; margin: 90px 0 0 0; width: calc(100% / 3 - 20px); text-align: center; padding: 15px 10px; cursor: default; transition: all 0.4s ease; border: 7px solid rgba(76, 70, 154, .5); outline: 10px solid rgb(231, 220, 236); outline-offset: -19px; outline-width: medium; } .services1 .boxes1 .box1:nth-child(3) { background-image: url(Images/n19.jpeg); background-size: contain; background-position: center; height: 300px; } .services1 .boxes1 .box1:nth-child(3):hover { background-image: url(Images/n21.jpeg); background-size: contain; background-position: center; height: 300px; cursor: pointer; } .services1 .boxes1 .box1:hover { background: rgba(240, 248, 255, .8); color: #fff; } .services1 .boxes1 .box1 p { color: #626567; /* line-height: 50px;*/ } .services1 .boxes1 .box1 img { height: 300px; width: 300px; border-radius: 10%; text-align: center; } .service1s .boxes1 .box1:hover .topic1, .services1 .boxes1 .box1:hover p { color: #626567; transition: all 0.4s ease; } .services1 .boxes1 .box1:hover .topic1 { color: rgb(76, 70, 154) } .services .boxes .box:hover p {} /* Clases caja 2 de modalidades Pilates */ section .content2 { width: 80%; margin: 40px auto; } .services2 .boxes2 { display: flex; flex-wrap: wrap; justify-content: space-between; } .services2 .boxes2 .box2 { margin: 20px 0; width: calc(100% / 3 - 20px); text-align: center; padding: 30px 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); cursor: default; transition: all 0.4s ease; } .services2 .boxes2 .box2:nth-child(3) { height: 20%; margin: 90px 0 0 0; width: calc(100% / 3 - 20px); text-align: center; padding: 15px 10px; cursor: default; transition: all 0.4s ease; border: 7px solid rgba(76, 70, 154, .5); outline: 10px solid rgb(231, 220, 236); outline-offset: -19px; outline-width: medium; } .services2 .boxes2 .box2:nth-child(1) { background-image: url(Images/Letyaguayo2.jpeg); background-size: cover; background-position: center; height: 300px; } .services2 .boxes2 .box2:nth-child(1):hover { cursor: pointer; background-image: url(Images/letiaguayo4.jpeg); background-size: cover; background-position: center; height: 300px; } .services2 .boxes2 .box2:hover { background: rgba(240, 248, 255, .8); color: #fff; } .services2 .boxes2 .box2 p { color: #626567; /* line-height: 50px;*/ } .services2 .boxes2 .box2 img { height: 300px; width: 300px; border-radius: 10%; text-align: center; } .services2 .boxes2 .box2:hover .topic2, .services2 .boxes2 .box2:hover p { color: #626567; transition: all 0.4s ease; } .services2 .boxes2 .box2:hover .topic2 { color: rgb(76, 70, 154) } .services .boxes .box:hover p {} /* Clases caja 3 de modalidades Entrenamiento Funcional */ section .content3 { width: 80%; margin: 40px auto; } .services3 .boxes3 { display: flex; flex-wrap: wrap; justify-content: space-between; } .services3 .boxes3 .box3-1 { margin: 20px 0; width: calc(100% / 2 - 20px); text-align: center; padding: 30px 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); cursor: default; transition: all 0.4s ease; } .services3 .boxes3 .box3-1:nth-child(1) { height: 20%; margin: 20px 0; width: calc(100% / 2 - 20px); text-align: center; padding: 15px 10px; cursor: default; transition: all 0.4s ease; border: 7px solid rgba(76, 70, 154, .5); outline: 10px solid rgb(231, 220, 236); outline-offset: -19px; outline-width: medium; } .services3 .boxes3 .box3-1 p { color: #626567; } .services3 .boxes3 .box3-2 { margin: 20px 0; width: calc(100% / 3 - 20px); text-align: center; padding: 30px 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); cursor: default; transition: all 0.4s ease; } .services3 .boxes3 .box3-2:nth-child(3) { background-image: url(Images/entrenamiento%20funcional1.jpeg); background-size: contain; background-position: center; height: 300px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6); } .services3 .boxes3 .box3-2:nth-child(4) { background-image: url(Images/enf.jpeg); background-size: cover; background-position: center; height: 300px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6); } .services3 .boxes3 .box3-2:nth-child(5) { background-image: url(Images/entrenamiento%20funcional22.jpeg); background-size: cover; background-position: center; height: 300px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6); } .services3 .boxes3 .box3:nth-child(1):hover { background-image: url(Images/n88.jpeg); background-size: cover; background-position: center; height: 300px; } .services3 .boxes3 .box3:hover { background: rgba(240, 248, 255, .8); color: #fff; } .services3 .boxes3 .box3 p { color: #626567; /* line-height: 50px;*/ } .services3 .boxes3 .box3 img { height: 300px; width: 300px; border-radius: 10%; text-align: center; } .services3 .boxes3 .box3:hover .topic3, .services3 .boxes3 .box3:hover p { color: #626567; transition: all 0.4s ease; } .services3 .boxes3 .box3:hover .topic3 { color: rgb(76, 70, 154) } .services .boxes .box:hover p {} /* Clases caja 4 de modalidades Yoga 40-59 años */ section .content4 { width: 80%; margin: 40px auto; } .services4 .boxes4 { display: flex; flex-wrap: wrap; justify-content: space-between; } .services4 .boxes4 .box4 { margin: 20px 0; width: calc(100% / 3 - 20px); text-align: center; padding: 30px 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); cursor: default; transition: all 0.4s ease; } .services4 .boxes4 .box4:nth-child(1) { height: 20%; margin: 100px 0 0 0; width: calc(100% / 3 - 20px); text-align: center; padding: 15px 10px; cursor: default; transition: all 0.4s ease; border: 7px solid rgba(76, 70, 154, .5); outline: 10px solid rgb(231, 220, 236); outline-offset: -19px; outline-width: medium; } .services4 .boxes4 .box4 { margin: 20px 0; width: calc(100% / 3 - 20px); text-align: center; padding: 30px 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); cursor: default; transition: all 0.4s ease; } .services4 .boxes4 .box4:nth-child(3) { background-image: url(Images/perro1.jpg); background-size: cover; background-position: center; height: 300px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6); cursor: pointer; } .services4 .boxes4 .box4:nth-child(3):hover { background-image: url(Images/pilatesl.jpeg); background-size: cover; background-position: center; height: 300px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6); cursor: pointer; } .services4 .boxes4 .box4:hover { background: rgba(240, 248, 255, .8); color: #fff; } .services4 .boxes4 .box4 p { color: #626567; /* line-height: 50px;*/ } .services4 .boxes4 .box4 img { height: 300px; width: 300px; border-radius: 10%; text-align: center; } .services4 .boxes4 .box4:hover .topic4, .services4 .boxes4 .box4:hover p { color: #626567; transition: all 0.4s ease; } .services4 .boxes4 .box4:hover .topic4 { color: rgb(76, 70, 154) } .services .boxes .box:hover p {} /* Clases caja 5 de modalidades Meditación */ section .content5 { width: 80%; margin: 40px auto; } .services5 .boxes5 { display: flex; flex-wrap: wrap; justify-content: space-between; } .services5 .boxes5 .box5 { margin: 20px 0; width: calc(100% / 3 - 20px); text-align: center; padding: 30px 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); cursor: default; transition: all 0.4s ease; } .services5 .boxes5 .box5:nth-child(3) { height: 20%; margin: 90px 0 0 0; width: calc(100% / 3 - 20px); text-align: center; padding: 15px 10px; cursor: default; transition: all 0.4s ease; border: 7px solid rgba(76, 70, 154, .5); outline: 10px solid rgb(231, 220, 236); outline-offset: -19px; outline-width: medium; } .services5 .boxes5 .box5:nth-child(1) { background-image: url(Images/med2.jpeg); background-size: contain; background-position: center; height: 300px; } .services5 .boxes5 .box5:nth-child(1):hover { background-image: url(Images/Cristal7.jpeg); background-size: cover; background-position: center; height: 300px; cursor: pointer; } .services5 .boxes5 .box5:hover { background: rgba(240, 248, 255, .8); color: #fff; } .services5 .boxes5 .box5 p { color: #626567; /* line-height: 50px;*/ } .services5.boxes5 .box5 img { height: 300px; width: 300px; border-radius: 10%; text-align: center; } .services5 .boxes5 .box5:hover .topic5, .services5 .boxes5 .box5:hover p { color: #626567; transition: all 0.4s ease; } .services5 .boxes5 .box5:hover .topic5 { color: rgb(76, 70, 154) } .services .boxes .box:hover p {} /*Titulo para 2 tablas*/ .titulotablas { height: 100px; width: 52%; background-color: transparent; padding: 9px; border: rgb(231, 220, 236) 5px solid; border-top-left-radius: 20px; border-bottom-right-radius: 20px; margin: 130px 0 60px 0; } .titulotablas h4 { color: #4c469a; font-family: 'Montserrat', sans-serif; font-family: 'Poppins', sans-serif; text-align: center; font-weight: 900; font-size: 30px; } .titulotablas span { color: #9b87b3; font-family: 'Spartan', sans-serif; } /*Tablas 1 precios*/ .card-header { color: rgb(76, 70, 154); font-family: 'Montserrat', sans-serif; } .col1 { color: rgb(168, 207, 69); font-family: 'Poppins', sans-serif; } .cardt { border: 2px solid rgba(155, 135, 179, .4); } .cardt .card-header { background: rgba(155, 135, 179, .4); color: rgb(76, 70, 154); } .card button { outline: 2px solid rgba(155, 135, 179, .9); font-family: 'Montserrat', sans-serif; color: rgb(76, 70, 154); font-weight: 500; } .card button:hover { background: rgba(155, 135, 179, .9); color: white; } .cardt button { font-family: 'Montserrat', sans-serif; color: rgb(76, 70, 154); font-weight: 500; background: rgba(155, 135, 179, .5); } .cardt button:hover { outline: 2px solid rgba(155, 135, 179, .9); background: none; color: rgb(76, 70, 154); } /*Tablas 2 precios*/ .card-header { color: rgb(76, 70, 154); font-family: 'Montserrat', sans-serif; } .col2 { color: rgb(168, 207, 69); font-family: 'Poppins', sans-serif; } .cardt { border: 2px solid rgba(155, 135, 179, .4); } .cardt .card-header { background: rgba(155, 135, 179, .4); color: rgb(76, 70, 154); } .card button { outline: 2px solid rgba(155, 135, 179, .9); font-family: 'Montserrat', sans-serif; color: rgb(76, 70, 154); font-weight: 500; } .card button:hover { background: rgba(155, 135, 179, .9); color: white; } .cardt button { font-family: 'Montserrat', sans-serif; color: rgb(76, 70, 154); font-weight: 500; background: rgba(155, 135, 179, .5); } .cardt button:hover { outline: 2px solid rgba(155, 135, 179, .9); background: none; color: rgb(76, 70, 154); } /*Comprar momentaneo*/ .comprar { text-align: center; } .comprar p { color: rgb(76, 70, 154); text-align: center; font-family: 'Poppins', sans-serif; } .comprar button { padding: 10px; background-color: rgb(155, 135, 179); color: white; font-family: 'Poppins', sans-serif; } .comprar button:hover { border: 3px solid rgb(155, 135, 179); color: white; font-weight: 700; border: 2px solid rgb(155, 135, 179); } .modal-title { color: rgb(76, 70, 154); } .modal-body a:hover { color: rgb(76, 70, 154); text-decoration: none; } /*Ofertas*/ .oferta {} .ofertatext { width: 35%; padding: 10px; background-color: rgba(168, 207, 69, .3); margin: 10px 10px 30px 10px; box-shadow: 13px 13px 0px -8px rgba(93, 173, 226, .7); height: 60px; } .ofertatext p { text-align: center; font-family: 'Quicksand', sans-serif; font-weight: 900; font-size: 24px; color: forestgreen; ; } .ofertasnota { color: rgb(76, 70, 154); text-align: center; font-family: 'Poppins', sans-serif; } /*Tabla 1 Clases Presenciales*/ .bodytable1 { width: 100%; overflow: auto; } .table1 { text-align: center; background-image: url(Images/f8.png); background-size: auto; border: 5px solid #BDC3C7; } .table1 .tabletitulo1 { color: #4c469a; text-align: center; font-family: 'Montserrat', sans-serif; font-size: 30px; border-bottom: 2px solid rgb(168, 207, 69); } .table1 .subtitulo1 {} .table1 .turnos { color: rgb(168, 207, 69); text-align: center; font-family: 'Montserrat', sans-serif; padding: 5px; font-weight: 400; } .table1 td { font-family: 'Poppins', sans-serif; color: #9b87b3; font-weight: 900; text-align: center; font-size: 20px; border: 1px solid #BDC3C7; } .table1 td span { font-family: 'Poppins', sans-serif; color: #4c469a; font-weight: 900; text-align: center; font-size: 20px; } /*Tabla 2 horarios Presenciales*/ .table { background-color: rgba(240, 248, 255, .5); border: 10px solid black; } .table .tabletitulo { color: #4c469a; text-align: center; font-family: 'Montserrat', sans-serif; font-size: 30px; } .table td { font-family: 'Poppins', sans-serif; color: #9b87b3; font-weight: 900; text-align: right; font-size: 20px; } /*Tabla 2 presenciales y zoom (híbridas) clínica Matsya*/ .bodytable2 { width: 100%; overflow: auto; text-align: center; } .table2 { width: 100%; background-image: url(Images/f8.png); background-size: auto; border: 5px solid #BDC3C7; } .table2 .tabletitulo2 { color: #4c469a; text-align: center; font-family: 'Montserrat', sans-serif; font-size: 30px; border-bottom: 2px solid rgb(168, 207, 69); } .table2 td { font-family: 'Poppins', sans-serif; color: #9b87b3; font-weight: 900; text-align: center; font-size: 20px; border: 1px solid #BDC3C7; } .table2 td span { font-family: 'Poppins', sans-serif; color: #4c469a; font-weight: 900; text-align: center; font-size: 20px; } /*Tabla 3 Horarios presenciales y zoom (híbridas) aries*/ .bodytable3 { width: 100%; overflow: auto; text-align: center; } .table3 { width: 100%; background-image: url(Images/f8.png); background-size: auto; border: 5px solid #BDC3C7; } .table3 .tabletitulo3 { color: #4c469a; text-align: center; font-family: 'Montserrat', sans-serif; font-size: 30px; border-bottom: 2px solid rgb(168, 207, 69); } .table3 td { font-family: 'Poppins', sans-serif; color: #9b87b3; font-weight: 900; text-align: center; font-size: 20px; border: 1px solid #BDC3C7; } .table3 td span { font-family: 'Poppins', sans-serif; color: #4c469a; font-weight: 900; text-align: center; font-size: 20px; } /* Clases cajas de modalidades */ .services .content .title span { color: rgba(76, 70, 154, .9); font-size: 40px; font-family: 'Poppins', sans-serif; } .services .boxes { display: flex; flex-wrap: wrap; justify-content: space-between; background: url(Images/f6.png) repeat; } .services .boxes .box { margin: 20px 0; width: calc(100% / 3 - 20px); text-align: center; padding: 30px 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); cursor: default; transition: all 0.4s ease; } .services .boxes .box:nth-child(1) { height: 20%; margin: 20px 0; width: calc(100% / 3 - 20px); text-align: center; padding: 15px 10px; cursor: default; transition: all 0.4s ease; border: 7px solid rgba(76, 70, 154, .5); outline: 10px solid rgb(231, 220, 236); outline-offset: -19px; outline-width: medium; } .services .boxes .box:hover { background: rgba(240, 248, 255, .8); color: #fff; } .services .boxes .box .icon { height: 50px; width: 50px; background: rgba(240, 248, 255, .5); border-radius: 50%; text-align: center; line-height: 50px; font-size: 18px; color: rgb(76, 70, 154); margin: 0 auto 10px auto; transition: all 0.4s ease; } .services .boxes .box p { color: #626567; } .boxes .box:hover .icon { background-color: white; color: rgb(76, 70, 154); } .services .boxes .box:hover .topic, .services .boxes .box:hover p { color: #626567; transition: all 0.4s ease; } .services .boxes .box:hover .topic { color: rgb(76, 70, 154) } .services .boxes .box:hover p {} /* Inicio Img modalidades para ir*/ .contact { background-color: rgba(240, 248, 255, .4); } .contact .content { margin: 0 auto; padding: 30px 0; } .antesbodyi { width: 100%; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; overflow: hidden; } .containerini { font-family: 'Raleway', Arial, sans-serif; color: #fff; position: relative; overflow: hidden; float: left; margin: 10px 1%; min-width: 220px; max-width: 310px; max-height: 220px; width: 100%; background: #000; text-align: center; } .containerini * { box-sizing: border-box; transition: all 0.3s ease-in-out; } .containerini img { opacity: 0.8; width: 100%; object-fit: scale-down; } .containerini figcaption { bottom: 0; display: block; left: 0; position: absolute; right: 0; top: 0; } .containerini h2 { font-weight: 400; left: 0; right: 0; letter-spacing: -1px; margin: 0 auto; position: absolute; text-transform: uppercase; bottom: 30%; transform: translateY(50%); } .containerini h2 span { font-weight: 800; } .containerini p { position: absolute; right: 10px; margin: 0 auto; bottom: 20%; opacity: 0; font-size: 15.5px; transform: translateY(-20%) scale(0.7); } .containerini .fa-chevron-circle-right { margin: 0 0 0 10px; font-size: 20px; animation: ir 2s linear infinite; } @keyframes ir { 0%, 100% { transform: translateX(0px); } 50% { transform: translateX(-9px); } } .containerini .square { height: 78px; width: 78px; overflow: hidden; top: 50%; left: 50%; content: ''; transform: rotate(45deg) translate(-50%, -50%); transform-origin: 0 0; } .containerini .square::before, .containerini .square::after, .containerini .square div::before, .containerini .square div::after { background: #fff; content: ''; display: block; transition: all 0.4s ease-in-out; } .containerini .square::before, .containerini .square::after { width: 65%; height: 2px; } .containerini .square div::before, .containerini .square div::after { width: 2px; height: 65%; } .containerini .square::before, .containerini .square div::before { left: 0; top: 0; } .containerini .square::after, .containerini .square div::after { bottom: 0; right: 0; } .containerini a { left: 0; right: 0; top: 0; bottom: 0; position: absolute; } .containerini:hover img { opacity: 0.25; transform: scale(1.1); } .containerini:hover h2 { opacity: 1; transform: translateY(0); } .containerini:hover p { opacity: 1; transform: translateY(0) scale(1); } .containerini:hover .square:before { width: 38%; } .containerini:hover .square div:before { height: 38%; } .containerini:hover .square:after { width: 55%; } .containerini:hover .square div:after { height: 55%; } /* Inicio alianzas */ /*Contacto*/ /*Contacto mapa Luniyoga*/ .bodycontacto111 { display: flex; align-items: center; justify-content: center; } .contacto111-page { width: 100%; max-width: 1400px; padding: 50px; display: flex; align-items: flex-start; justify-content: center; margin: 100px 0 0; flex-wrap: wrap; } iframe { width: 50%; height: 400px; } .map1 { filter: grayscale(0.2); box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2); border: 2px solid #FFFFFF; } .contacto111-info { flex: 1; margin-left: 20px; margin-top: 30px; } .contacto111item { margin-bottom: 40px; font-size: 15px; color: #322; text-align: left; font-family: 'Montserrat', sans-serif; width: 100%; } .contacto111item a { text-decoration: none; } .contacto111item a:hover { text-decoration: underline; color: rgb(155, 135, 179); } .contacto111item a:visited { color: rgb(155, 135, 179); } .contacto111item a:active { color: rgb(155, 135, 179); } .contacto111item a p { color: #322; text-decoration: none; font-size: 18px; } .contacto111item a span { color: rgb(155, 135, 179); text-decoration: none; font-size: 18px; font-weight: 500; } .contacto111icon { width: 60px; height: 60px; font-size: 32px; margin: 0; text-align: center; color: rgb(155, 135, 179); cursor: pointer; } .contacto111 p { width: 100%; font-size: 15px; margin: 30px 0 0; } .btn111 { border: 1px solid rgb(168, 207, 69); background: none; padding: 10px 20px; font-size: 23px; font-family: 'Montserrat', sans-serif; cursor: pointer; margin: 20px 10px 10px 10px; transition: 0.8s; position: relative; overflow: hidden; border-radius: 5px; } .btn111 { color: rgb(155, 135, 179); } .btn111:hover { color: rgb(155, 135, 179); font-weight: 500; } .btn111::before { content: ""; position: absolute; left: 0; width: 100%; height: 0%; background: rgba(168, 207, 69, .8); z-index: -1; transition: 0.8s; } .btn111::before { top: 0; border-radius: 0 0 50% 50%; } .btn111:hover::before { height: 180%; } /*Contacto mapa2*/ .bodycontacto11 { display: flex; align-items: center; justify-content: center; } .contacto11-page { width: 100%; max-width: 1400px; padding: 50px; display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; } .bodycontacto11 iframe { width: 45%; height: 300px; } .map { filter: grayscale(0.2); box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2); border: 2px solid #FFFFFF; } .contacto11-info { flex: 1; margin-left: 20px; } .contacto11item { margin-bottom: 40px; font-size: 15px; color: #322; text-align: left; font-family: 'Montserrat', sans-serif; width: 100%; } .contacto11icon { width: 60px; height: 60px; font-size: 32px; margin: 0; text-align: center; color: rgb(155, 135, 179); cursor: pointer; } .contacto11 p { width: 100%; font-size: 15px; } .contacto11 .pregunta { text-align: center; font-family: 'Poppins', sans-serif; font-size: 18px; color: cornflowerblue; } .btn11 { border: 1px solid rgb(168, 207, 69); background: none; padding: 10px 20px; font-size: 23px; font-family: 'Montserrat', sans-serif; cursor: pointer; margin: 20px 10px 10px 10px; transition: 0.8s; position: relative; overflow: hidden; border-radius: 5px; } .btn11 { color: rgb(155, 135, 179); } .btn11:hover { color: rgb(155, 135, 179); font-weight: 500; } .btn11::before { content: ""; position: absolute; left: 0; width: 100%; height: 0%; background: rgba(168, 207, 69, .8); z-index: -1; transition: 0.8s; } .btn11::before { top: 0; border-radius: 0 0 50% 50%; } .btn11:hover::before { height: 180%; } /*Contacto protoclo Covid*/ .bodycontacto1 { margin-top: -100px; display: flex; align-items: center; justify-content: center; } .contacto1-page { width: 100%; max-width: 1400px; padding: 50px; display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; } .contacto1titulo1 { width: 100%; margin-bottom: 80px; text-transform: uppercase; color: rgb(76, 70, 154); font-size: 40px; text-align: center; font-family: 'Montserrat', sans-serif; } .contacto1titulo2 { width: 100%; text-align: center; text-transform: uppercase; color: rgb(155, 135, 179); font-size: 28px; } .contacto1-info { flex: 1; } .contacto1-page img { width: 280px; height: 280px; margin: 10px -60px 10px 10px; } .contacto1item1 { margin-bottom: 24px; font-size: 15px; color: #322; text-align: left; font-family: 'Montserrat', sans-serif; } .contacto1item2 { margin-bottom: 24px; font-size: 15px; color: #322; text-align: right; font-family: 'Montserrat', sans-serif; } .contacto1icon { width: 60px; height: 60px; font-size: 32px; text-align: center; color: rgb(155, 135, 179); cursor: pointer; } /*Contacto formulario*/ .contactoo .title span { color: rgb(155, 135, 179); font-size: 40px; } .bodycontacto { display: flex; align-items: center; justify-content: center; } .contacto-page { width: 100%; max-width: 1400px; padding: 50px; display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; } .contactotitulo { width: 100%; margin-bottom: 80px; text-transform: uppercase; color: #322; font-size: 60px; } .contacto-info, .contacto-form { flex: 1; } .contactoitem { margin-top: 30px; margin-bottom: 24px; font-size: 16px; color: #322; } .contactoitem a, a:visited, a:active { color: rgb(76, 70, 154); text-decoration: none; font-family: 'Quicksand', sans-serif; font-size: 19px; font-weight: 500; } .contactoitem a:hover { text-decoration: underline; color: rgb(76, 70, 154); } .contactoicon { width: 60px; height: 60px; font-size: 32px; text-align: center; color: rgb(168, 207, 69); margin-right: 16px; cursor: pointer; } .contactoicon:hover { animation: wave 1s infinite linear; } @keyframes wave { to { transform: scale(1.5); opacity: 0; } } .contacto-form { display: flex; flex-wrap: wrap; justify-content: space-between; font-family: 'Poppins', sans-serif; background-color: rgba(240, 248, 255, .5); padding: 20px; box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.15); } .contactotextb { width: calc(50% - 10px); height: 50px; padding: 12px; background-color: rgba(155, 135, 179, .3); border: 2px solid rgba(76, 70, 154, .3); font-family: 'Poppins', sans-serif; margin-bottom: 20px; border-radius: 4px; } textarea { width: 100%; min-height: 200px; max-height: 400px; resize: vertical; padding: 12px; background-color: rgba(155, 135, 179, .3); border: 2px solid rgba(76, 70, 154, .3); margin-bottom: 20px; border-radius: 4px; } .contactotextb:focus, textarea:focus { outline: none; } .checkv { margin-top: auto; font-family: 'Poppins', sans-serif; } .checkv a { text-decoration: none; color: rgb(76, 70, 154); } .checkv a:hover { color: rgb(76, 70, 154); text-decoration: underline; } .checkv a:visited { color: rgb(76, 70, 154); } .contactobtn { width: 120px; height: 40px; margin-left: auto; background-color: rgb(168, 207, 69); border: none; color: #fff; text-transform: uppercase; cursor: pointer; border: 2px solid rgb(168, 207, 69); transition: .3s linear; margin-top: 10px; font-family: 'Quicksand', sans-serif; } .contactobtn:hover { background-color: transparent; color: rgb(155, 135, 179); font-weight: 900; } @media screen and (max-width: 980px) { .contacto-page { max-width: 800px; } .contactotitulo { font-size: 40px; margin-bottom: 40px; } .contacto-info, .contacto-form { flex: 100%; margin-bottom: 30px; } .contactotextb { width: 100%; } } @media screen and (max-width: 980px) { .contacto1-page { max-width: 800px; } .contacto1titulo { font-size: 40px; margin-bottom: 40px; } .contacto1-info1 { flex: 100%; margin-bottom: 30px; } } @media (max-width: 991px) { .antesbodyi { overflow-x: hidden; overflow-y: visible; } } /* Footer CSS */ footer { background: rgb(231, 220, 236); padding: 15px 0; text-align: center; font-family: 'Poppins', sans-serif; } footer .text span { font-size: 17px; font-weight: 400; color: rgb(155, 135, 179); } footer .text span a { font-weight: 500; color: rgb(155, 135, 179); text-decoration: none; } footer .text span a:hover { text-decoration: underline; } /* Scroll TO Top Button CSS */ .scroll-button a { position: fixed; bottom: 20px; right: 20px; color: #fff; background: #9b87b3; padding: 7px 12px; ; font-size: 18px; border-radius: 12px; box-shadow: rgba(0, 0, 0, 0.15); display: none; } .scroll-button a:hover { color: #fff; } /*Blog*/ header .collapse { background: rgba(231, 220, 236, .5); } header .collapse h2 { color: rgb(76, 70, 154); font-size: 28px; font-family: 'Poppins', sans-serif; } header .collapse p { font-family: 'Montserrat', sans-serif; font-size: 15px; } header .collapse li { font-family: 'Poppins', sans-serif; font-size: 17px; } header .collapse li a { color: rgb(168, 207, 69); text-decoration: none; } header .collapse li a:hover { color: rgb(76, 70, 154); text-decoration: underline; } header .collapse li a:active { color: rgb(168, 207, 69); } header .collapse li a:visited { color: rgb(168, 207, 69); } header .navbar { background: rgb(231, 220, 236); } header .navbar strong { color: rgb(76, 70, 154); font-size: 27px; } header .container button { background-color: rgba(76, 70, 154, .7); } /*Menu azul blog*/ .menublog { background-color: rgba(52, 152, 219, .2); padding: 0; } .menublog .content { padding: 3px; margin: 0 150px; } .menublog .content a { color: rgb(76, 70, 154); font-size: 18px; text-decoration: none; } .menublog .content a:hover { text-decoration: underline; } /*Articulos*/ .col-md-6 h3 { color: rgb(52, 152, 219); } .mb-1 { font-style: italic; } .col-md-6 p { color: rgb(52, 73, 94); } /*Articulo Yoga Blog*/ .col-md-7 { text-align: justify; } .col-md-7 h3 { font-family: 'Poppins', sans-serif; margin-bottom: 50px; color: rgb(52, 152, 219); font-size: 30px; } .col-md-7 p { font-family: 'Montserrat', sans-serif; font-size: 16.5px; color: black; } .col-md-7 .lead2 { margin-top: 70px; font-family: 'Montserrat', sans-serif; font-size: 16.5px; color: black; font-weight: 300; } .col-md-5 { width: auto; } .col-md-5 img { width: 500px; } .col-md-5 .img2 { width: 430px; margin-top: 30px; box-shadow: 12px -8px 10px -0px rgba(52, 152, 219, .3); } .featurette-divider { color: rgb(52, 152, 219); } .explicacion p { color: color: black; font-family: 'Montserrat', sans-serif; font-size: 16.5px; text-align: center; font-weight: 300; } /*Blog regresar*/ .botonregresar a { font-size: 30px; text-decoration: none; color: rgb(76, 70, 154); } .botonregresar a:hover { color: rgb(76, 70, 154); text-decoration: underline; } .botonregresar a:active { color: rgb(76, 70, 154); } .botonregresar a:visited { color: rgb(76, 70, 154); text-decoration: underline; } a .fa-angle-left { font-size: 70px; color: rgb(168, 207, 69); margin: 5px; animation: regresar 2s linear infinite; } @keyframes regresar { 0%, 100% { transform: translateX(0px); } 50% { transform: translateX(-13px); } } /* Responsive Media Query */ @media (max-width: 1190px) { section .content { width: 85%; } nav .navbar .logof h2 { font-size: 59px; margin-left: -100px; } .ofertatext { width: 38%; padding: 10px; height: 60px; } .ofertatext p { font-size: 24px; } } @media (max-width: 1000px) { nav .navbar .logof { margin-left: 0px; } nav .navbar .logof h2 { font-size: 53px; margin-left: -15px; } .about .about-details { justify-content: center; flex-direction: column; } .about .about-details .left { display: flex; justify-content: center; width: 100%; } .about-details .right { width: 90%; margin: 40px 0; } .services1 .content1 .title1 { margin: 80px 0 50px 0; width: 29%; height: 90px; left: 100px; } .services1 .content1 .title1 h2 { color: rgba(76, 70, 154, .9); font-size: 38px; } .services1 .boxes1 .box1 { margin: 20px 0; width: calc(100% / 2 - 20px); } .services1 .boxes1 .box1:nth-child(1) { height: 20%; margin: 90px 0 0 0; width: calc(100% / 2 - 20px); text-align: center; padding: 15px 10px; cursor: default; transition: all 0.4s ease; border: 7px solid rgba(76, 70, 154, .5); outline: 10px solid rgb(231, 220, 236); outline-offset: -19px; outline-width: medium; } .services2 .boxes2 .box2 { margin: 20px 0; width: calc(100% / 2 - 20px); } .services3 .boxes3 .box3 { margin: 20px 0; width: calc(100% / 2 - 20px); } .services4 .boxes4 .box4 { margin: 20px 0; width: calc(100% / 2 - 20px); } .services5 .boxes5 .box5 { margin: 20px 0; width: calc(100% / 2 - 20px); } .services6 .boxes6 .box6 { margin: 20px 0; width: calc(100% / 2 - 20px); } .ofertatext { width: 45%; padding: 10px; height: 60px; } section .topic { color: #9b87b3; font-size: 25px; font-weight: 500; display: ; font-family: 'Poppins', sans-serif; } } @media (max-width: 900px) { nav .navbar .logo img { width: 90px; height: 90px; } .carousel-item .aviso { width: 50%; color: #1E88E5; font-family: 'Quicksand', sans-serif; font-size: 22px; font-weight: 600; background-color: transparent; margin: 420px 0 0 200px; color: white; } .carousel-item img { width: 130px; height: 110px; } .rs-about { margin-top: -20px; text-align: center; display: none; } nav .navbar .logof h2 { font-size: 40px; margin-right: -60px; } .navbar .menu a { font-size: 22px; } .about .left img { height: 350px; width: 350px; } .ofertatext { width: 50%; padding: 10px; height: 60px; } nav.sticky #imglogo { width: 75px; height: 75px; } nav.sticky #frasei { font-size: 45px; } } @media (max-width: 750px) { nav .navbar .logof h2 { font-size: 55px; margin-right: 120px; } nav .navbar .logo img { width: 100px; height: 100px; } .carousel-item .aviso { width: 50%; color: #1E88E5; font-family: 'Quicksand', sans-serif; font-size: 22px; font-weight: 600; background-color: transparent; margin: 480px 0 0 220px; color: white; } .about .titlea1 { padding: 15px 0 15px 95px; width: 500px; left: -160px; } .about .titlea2 { padding: 15px 0 15px 60px; width: 85%; } .services3 .boxes3 .box3-2 { margin: 20px 0; width: calc(100% / 1 - 20px); text-align: center; padding: 30px 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); cursor: default; transition: all 0.4s ease; } .carousel-item img { width: 140px; } nav .navbar { width: 90%; } nav .navbar .menu { position: fixed; left: -100%; top: 0; background: rgba(155, 135, 179, .91); height: 100vh; max-width: 400px; width: 100%; padding-top: 60px; flex-direction: column; align-items: center; transition: all 0.5s ease; } .navbar.active .menu { left: 0; } nav .navbar .menu a { font-size: 23px; display: block; color: #fff; margin: 10px 0; } nav.sticky .menu a:hover { color: #4070f4; } nav .navbar .media-icons { display: none; } nav .menu-btn, .navbar .menu .cancel-btn { display: block; } .home .text-two { font-size: 65px; } .home .text-three { font-size: 35px; } .skills .skills-details { align-items: center; justify-content: center; flex-direction: column; } .skills-details .text { width: 100%; margin-bottom: 50px; } .skills-details .boxes { justify-content: center; align-items: center; width: 100%; } .services1 .content1 .title1 { margin: 80px 0 50px 0; padding: 20px 10px; width: 30%; height: 90px; left: 100px; } .services1 .content1 .title1 h2 { font-size: 35px; } .services1 .boxes1 .box1 { margin: 20px 0; width: 100%; } .services2 .boxes2 .box2 { margin: 20px 0; width: 100%; } .services2 .boxes2 .box2:nth-child(3) { height: 20%; margin: 10px 0 0 0; width: calc(100% / 1 - 20px); padding: 15px 10px; } .services3 .boxes3 .box3-1 { margin: 20px 0; width: 100%; } .services3 .boxes3 .box3-1:nth-child(1) { height: 20%; margin: 40px 0 0 0; width: calc(100% / 1 - 20px); padding: 15px 10px; } .services4 .boxes4 .box4 { margin: 20px 0; width: 100%; } .services4 .boxes4 .box4:nth-child(1) { height: 20%; margin: 40px 0 0 0; width: calc(100% / 1 - 20px); padding: 15px 10px; } .services5 .boxes5 .box5 { margin: 20px 0; width: 100%; } .services5 .boxes5 .box5:nth-child(3) { height: 20%; margin: 10px 0 0 0; width: calc(100% / 1 - 20px); padding: 15px 10px; } .services6 .boxes6 .box6 { margin: 20px 0; width: 100%; } .contact .text { width: 100%; } .titulotablas { height: 110px; width: 90%; background-color: transparent; padding: 9px; border: rgb(231, 220, 236) 5px solid; border-top-left-radius: 20px; border-bottom-right-radius: 20px; margin: 130px 0 60px 0; } .titulotablas h4 { color: #4c469a; font-family: 'Montserrat', sans-serif; * font-family: 'Poppins', sans-serif; text-align: center; font-weight: 900; font-size: 30px; } .ofertatext { width: 55%; padding: 10px; height: 70px; } } @media (max-width: 600px) { nav .navbar .logof h2 { font-size: 55px; margin-right: 80px; } nav .navbar .logo img { width: 80px; height: 80px; } nav.sticky #imglogo { width: 60px; height: 60px; } .ofertatext { width: 60%; padding: 10px; height: 90px; } .ofertatext p { font-size: 23px; } .testimonial-text { padding: 10px 60px; } .carousel-item { height: 100vh; } #car1 { background: linear-gradient(0deg, rgba(10, 86, 150, .35), rgba(215, 219, 221, .65)), url("Images/meditacion1.jpg"); background-size: cover; background-position: bottom; } #car2 { background: linear-gradient(-130deg, rgba(231, 220, 236, .45), rgba(215, 219, 221, .15)), url("Images/n66.jpeg") left center; background-size: cover; background-position: center; } #car3 { background: linear-gradient(-180deg, rgba(215, 219, 221, .5), rgba(215, 219, 221, .1)), url("Images/n20.jpeg") center top; background-size: cover; background-position: center; } .services1 .content1 .title1 { margin: 80px 0 50px 0; padding: 20px 10px; width: 32%; height: 90px; left: 0; } .services1 .content1 .title1 h2 { font-size: 33px; } } @media (max-width: 500px) { nav .navbar .logof h2 { font-size: 40px; margin-right: 80px; } nav .navbar .logo img { width: 70px; height: 70px; } .carousel-item .aviso { width: 60%; color: #1E88E5; font-family: 'Quicksand', sans-serif; font-size: 22px; font-weight: 600; background-color: transparent; margin: 480px 0 0 130px; color: white; } .carousel-item img { width: 150px; height: 110px; } .home .text-two { font-size: 55px; } .home .text-three { font-size: 33px; } .skills-details .boxes .per { font-size: 50px; color: #4070f4; } iframe { width: 100%; height: 400px; margin-bottom: 35px; } .contacto1titulo1 { font-size: 31px; } .list-group { width: 90%; } .list-group h3 { font-size: 18px; } .menublog .content { margin: 0; } .bodycontacto11 iframe { width: 100%; height: 370px; } } @media (max-width: 450px) { nav .navbar .logof h2 { font-size: 40px; margin-right: 60px; } .nosfinal .title span { margin-top: 70px } nav.sticky #imglogo { width: 55px; height: 55px; } nav.sticky #frasei { font-size: 40px; } .testimonial-text { padding: 10px 40px; } .image { width: 80px; height: 80px; } .image:nth-child(2) { height: 90px; } .about .titlea1 { padding: 15px 0 15px 75px; width: 380px; left: -120px; } .about .titlea1 h2 { font-size: 28px; } .about .titlea2 { padding: 15px 0 15px 15px; width: 360px; } section .mision p { font-size: 15px; } .titulotablas { height: 130px; width: 90%; background-color: transparent; padding: 9px; border: rgb(231, 220, 236) 5px solid; border-top-left-radius: 20px; border-bottom-right-radius: 20px; margin: 130px 0 60px 0; } .titulotablas h4 { color: #4c469a; font-family: 'Montserrat', sans-serif; font-family: 'Poppins', sans-serif; text-align: center; font-weight: 900; font-size: 25px; } .ofertatext { width: 65%; padding: 10px; height: 80px; } .ofertatext p { font-size: 20px; } nav .navbar .logo img { width: 60px; height: 60px; } .services1 .content1 .title1 { margin: 100px 0 50px 0; padding: 20px 10px; width: 38%; height: 90px; left: 0; } .services1 .content1 .title1 h2 { font-size: 30px; } .services1 .boxes1 .box1:nth-child(1) { height: 20%; margin: 40px 0 0 0; width: calc(100% / 1 - 20px); padding: 15px 10px; } .btn11 { margin-top: -10px; margin-left: 50px; } .contacto-page { padding: 20px; } .col-md-5 img { width: 300px; } .col-md-5 .img2 { width: 300px; } } @media (max-width: 380px) { nav .navbar .logof h2 { font-size: 35px; margin-right: 60px; margin-top: 10px; } nav.sticky #imglogo { width: 50px; height: 50px; } nav.sticky #frasei { font-size: 35px; } .titulotablas { height: 110px; width: 90%; background-color: transparent; padding: 9px; border: rgb(231, 220, 236) 5px solid; border-top-left-radius: 20px; border-bottom-right-radius: 20px; margin: 100px 0 60px 0; } .titulotablas h4 { color: #4c469a; font-size: 23px; } nav .navbar .logo img { width: 45px; height: 45px; } .services1 .content1 .title1 { margin: 100px 0 50px 0; padding: 20px 10px; width: 45%; height: 90px; left: 0; } .services1 .content1 .title1 h2 { font-size: 29px; } .carousel-item .aviso { width: 60%; color: #1E88E5; font-family: 'Quicksand', sans-serif; font-size: 20px; font-weight: 600; background-color: transparent; margin: 480px 0 0 80px; color: white; } .about .titlea1 { padding: 15px 0 15px 75px; width: 380px; left: -110px; } .about .titlea1 h2 { font-size: 28px; } .about .titlea2 { padding: 15px 0 15px 18px; width: 320px; } .about .titlea2 h2 { font-size: 30px; } iframe { width: 120%; height: 400px; margin-bottom: 35px; } .nosfinal .title span { top: -50px; margin-top: 100px } .image { margin: 0 15px; height: 80px; } .image:nth-child(2) { height: 90px; } }
0.471953
0.067179
.player { cursor: default; overflow: hidden; } .player .header { width: 482px; height: 23px; background-color: #EEE; background-image: -moz-repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent 50%, transparent 100%); background-image: -webkit-repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent 50%, transparent 100%); border-radius: 10px 10px 0px 0px; } .player .subcon { position: relative; width: 480px; height: 360px; border: solid 1px black; border-top: none; overflow: hidden; } .player .title { float: left; font: 12px Arial, Helvetica, sans-serif; margin: 3px 3px; } .player .progress { position: absolute; top: 130px; left: 40px; width: 400px; height: 100px; z-index: 10000; background-color: grey; border: 1px solid grey; box-shadow: inset 0 0 6px #000000; border-radius: 12px; -webkit-transition: opacity 1s ease-in; -moz-transition: opacity 1s ease-in; } .player .progress .message { color: red; font-family: Verdana; font-size: 2em; font-weight: bold; position: absolute; top: 28px; left: 0px; width: 100%; text-align: center; } .player .fade { opacity: 0; } .player .progress .bar { width: 0px; height: 98px; margin: 1px 1px; border-radius: 12px; box-shadow: inset 0 0 6px #000000; background-color: orange; background-image: -moz-repeating-linear-gradient(45deg, rgba(255,255,255,.5), rgba(255,255,255,.5) 10px, transparent 10px, transparent 20px); background-image: -webkit-repeating-linear-gradient(45deg, rgba(255,255,255,.5), rgba(255,255,255,.5) 10px, transparent 10px, transparent 20px); background-size: 28px 100%; -moz-animation-duration: 1s; -moz-animation-name: loading; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -webkit-animation-duration: 1s; -webkit-animation-name: loading; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -webkit-transition: width 1s ease-in-out; } @-moz-keyframes loading { from { background-position: 0px 0px; } to { background-position: 28px 0px; } } @-webkit-keyframes loading { from { background-position: 0px 0px; } to { background-position: 28px 0px; } } .player .button { position: relative; float: right; margin: 0px 5px; background: url('icons.png'); } .player .stop { background-position: -17px 0px; width: 17px; height: 17px; top: 3px; } .player .stop:hover { background-position: -17px -17px; } .player .start { background-position: -17px -34px; width: 20px; height: 17px; top: 3px; } .player .start:hover { background-position: -17px -51px; } .player input[type="checkbox"] { width: 17px; height: 17px; top: 3px; background-position: 0px -34px; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .player input[type="checkbox"]:hover { background-position: 0px -51px; } .player input[type="checkbox"]:checked { background-position: 0px 0px; } .player input[type="checkbox"]:checked:hover { background-position: 0px -17px; } .player .status { float: right; font: bold 10px Arial, Helvetica, sans-serif bold; color: #FFFF00; margin: 5px 3px; } .player canvas { position: relative; }
player.css
.player { cursor: default; overflow: hidden; } .player .header { width: 482px; height: 23px; background-color: #EEE; background-image: -moz-repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent 50%, transparent 100%); background-image: -webkit-repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent 50%, transparent 100%); border-radius: 10px 10px 0px 0px; } .player .subcon { position: relative; width: 480px; height: 360px; border: solid 1px black; border-top: none; overflow: hidden; } .player .title { float: left; font: 12px Arial, Helvetica, sans-serif; margin: 3px 3px; } .player .progress { position: absolute; top: 130px; left: 40px; width: 400px; height: 100px; z-index: 10000; background-color: grey; border: 1px solid grey; box-shadow: inset 0 0 6px #000000; border-radius: 12px; -webkit-transition: opacity 1s ease-in; -moz-transition: opacity 1s ease-in; } .player .progress .message { color: red; font-family: Verdana; font-size: 2em; font-weight: bold; position: absolute; top: 28px; left: 0px; width: 100%; text-align: center; } .player .fade { opacity: 0; } .player .progress .bar { width: 0px; height: 98px; margin: 1px 1px; border-radius: 12px; box-shadow: inset 0 0 6px #000000; background-color: orange; background-image: -moz-repeating-linear-gradient(45deg, rgba(255,255,255,.5), rgba(255,255,255,.5) 10px, transparent 10px, transparent 20px); background-image: -webkit-repeating-linear-gradient(45deg, rgba(255,255,255,.5), rgba(255,255,255,.5) 10px, transparent 10px, transparent 20px); background-size: 28px 100%; -moz-animation-duration: 1s; -moz-animation-name: loading; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -webkit-animation-duration: 1s; -webkit-animation-name: loading; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -webkit-transition: width 1s ease-in-out; } @-moz-keyframes loading { from { background-position: 0px 0px; } to { background-position: 28px 0px; } } @-webkit-keyframes loading { from { background-position: 0px 0px; } to { background-position: 28px 0px; } } .player .button { position: relative; float: right; margin: 0px 5px; background: url('icons.png'); } .player .stop { background-position: -17px 0px; width: 17px; height: 17px; top: 3px; } .player .stop:hover { background-position: -17px -17px; } .player .start { background-position: -17px -34px; width: 20px; height: 17px; top: 3px; } .player .start:hover { background-position: -17px -51px; } .player input[type="checkbox"] { width: 17px; height: 17px; top: 3px; background-position: 0px -34px; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .player input[type="checkbox"]:hover { background-position: 0px -51px; } .player input[type="checkbox"]:checked { background-position: 0px 0px; } .player input[type="checkbox"]:checked:hover { background-position: 0px -17px; } .player .status { float: right; font: bold 10px Arial, Helvetica, sans-serif bold; color: #FFFF00; margin: 5px 3px; } .player canvas { position: relative; }
0.466359
0.133698
* { margin:0; padding:0; } body { margin:0; padding:0; text-align: center; } .parallax { perspective: 1px; height: 100vh; overflow-x: hidden; overflow-y: auto; transform-style: preserve-3d; margin-left: 24.5%; } .parallax * { perspective: 1px; transform-style: preserve-3d; } .masthead { /* position: absolute; */ /* top: -100%; */ /* left: 0px; */ /* width: 100%; */ /* height: 50%; */ /* /\* background-image: url('/images/tree.jpg');*\/ */ /* transform: translateZ(-4px) scale(5); */ /* z-index: -900; */ /* color: white; */ min-height: 100%; background-size: cover; background-attachment: fixed; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; color: white; padding:0; margin: 0; overflow-x: hidden; position:fixed; width:100%; } .darktext { color: #333; } .header-info { font-family: 'Montserrat',Helvetica,Arial,sans-serif; font-size: 60px; line-height: 44vh; margin-left: -25%; position:relative; } .posted-date { position: absolute; left:21%; bottom: -58%; font-style: italic; float: left; font-size: 24px; font-family: 'Crimson Text', Georgia,serif; } .post { padding: 20px 10%; position: relative; top: 50vh; background-color: #FFF; } .post-contents { text-align: justify; font-family: 'Crimson Text', Georgia,serif; font-size: 24px; line-height: 1.3em; } .post-contents p { padding-bottom: 1em; color:#333; } .post-contents h1 { padding-bottom:.3em; padding-top:1em; color:#1B1B1B; } .post-contents h2 { padding-top:.5em; padding-bottom:.2em; color:#444; } .post-contents h3 { color: #777; } .post-contents h4 { color: #999; } .post-contents h5, h6 { color: #AFAFAF; } ul, ol { padding-left:1em; color: #333; } .post-contents li > p { padding-bottom: 0; } .post-contents a { color: inherit; } .post-contents img { display: block; margin: 0 auto } .post-contents pre { font-size: .6em; line-height: 1.2em; margin-bottom: 5px; } .post-contents blockquote { font-size: 1.3em; margin-left: -6%; margin-right: -6px; } .post-contents iframe[src*='youtube.com'] { display:block; margin: 0 auto; }
static/css/post.css
* { margin:0; padding:0; } body { margin:0; padding:0; text-align: center; } .parallax { perspective: 1px; height: 100vh; overflow-x: hidden; overflow-y: auto; transform-style: preserve-3d; margin-left: 24.5%; } .parallax * { perspective: 1px; transform-style: preserve-3d; } .masthead { /* position: absolute; */ /* top: -100%; */ /* left: 0px; */ /* width: 100%; */ /* height: 50%; */ /* /\* background-image: url('/images/tree.jpg');*\/ */ /* transform: translateZ(-4px) scale(5); */ /* z-index: -900; */ /* color: white; */ min-height: 100%; background-size: cover; background-attachment: fixed; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; color: white; padding:0; margin: 0; overflow-x: hidden; position:fixed; width:100%; } .darktext { color: #333; } .header-info { font-family: 'Montserrat',Helvetica,Arial,sans-serif; font-size: 60px; line-height: 44vh; margin-left: -25%; position:relative; } .posted-date { position: absolute; left:21%; bottom: -58%; font-style: italic; float: left; font-size: 24px; font-family: 'Crimson Text', Georgia,serif; } .post { padding: 20px 10%; position: relative; top: 50vh; background-color: #FFF; } .post-contents { text-align: justify; font-family: 'Crimson Text', Georgia,serif; font-size: 24px; line-height: 1.3em; } .post-contents p { padding-bottom: 1em; color:#333; } .post-contents h1 { padding-bottom:.3em; padding-top:1em; color:#1B1B1B; } .post-contents h2 { padding-top:.5em; padding-bottom:.2em; color:#444; } .post-contents h3 { color: #777; } .post-contents h4 { color: #999; } .post-contents h5, h6 { color: #AFAFAF; } ul, ol { padding-left:1em; color: #333; } .post-contents li > p { padding-bottom: 0; } .post-contents a { color: inherit; } .post-contents img { display: block; margin: 0 auto } .post-contents pre { font-size: .6em; line-height: 1.2em; margin-bottom: 5px; } .post-contents blockquote { font-size: 1.3em; margin-left: -6%; margin-right: -6px; } .post-contents iframe[src*='youtube.com'] { display:block; margin: 0 auto; }
0.446977
0.088939
* { padding: 0; margin: 0; } .container { flex-direction: column; display: flex; height: 100vh; } .container__item { background-color: white; top: 0; } .container__item--header { background-color: #3b27aa; height: 100px; display: flex; } .container__item--body { background-color: white; flex-grow: 1; bottom: 40px; display: flex; } .container__item--footer { background-color: #70358b; display: flex; height: 100px; } .container__item--busket { position: absolute; right: 20px; top: 10px; } @media screen and (max-height: 450px) { .container__item--sidenav { padding-top: 15px; } .container__item--sidenav a { font-size: 18px; } } .container__item--sidenav { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; left: 0; background-color: #111; overflow-x: hidden; transition: 0.5s; padding-top: 60px; } .container__item--sidenav a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: #818181; display: block; transition: 0.3s; } .container__item--sidenav a:hover { color: #f1f1f1; } .container__item--sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } .container__item--add { width: 400px; position: relative; height: 200px; margin-top: 10px; } .container__item--fieldset { position: relative; left: 250px; right: 0; margin-left: 10px; margin-right: 10px; width: 400px; /* Need a specific value to work */ } .container__item #butAd { vertical-align: middle; background-color: #4CAF50; /* Green */ border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 10px 10px; } .container__item--para { display: block; margin: 10px 10px; font-size: 12px; } .container__item--category { display: block; margin: 10px 10px; font-size: 12px; font: bold; } .container__item--buttonBuy { background-color: #4CAF50; border: none; color: white; padding: 10px 15px; text-align: center; text-decoration: none; display: block; font-size: 10px; margin: 10px 10px; bottom: 50px; position: static; } .container__item--busketImage { position: relative; border: #111; border-width: 2px; border-radius: 5px; width: 200px; height: 400px; border-style: groove; left: 250px; margin-bottom: 10px; margin-top: 10px; }
css/style.css
* { padding: 0; margin: 0; } .container { flex-direction: column; display: flex; height: 100vh; } .container__item { background-color: white; top: 0; } .container__item--header { background-color: #3b27aa; height: 100px; display: flex; } .container__item--body { background-color: white; flex-grow: 1; bottom: 40px; display: flex; } .container__item--footer { background-color: #70358b; display: flex; height: 100px; } .container__item--busket { position: absolute; right: 20px; top: 10px; } @media screen and (max-height: 450px) { .container__item--sidenav { padding-top: 15px; } .container__item--sidenav a { font-size: 18px; } } .container__item--sidenav { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; left: 0; background-color: #111; overflow-x: hidden; transition: 0.5s; padding-top: 60px; } .container__item--sidenav a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: #818181; display: block; transition: 0.3s; } .container__item--sidenav a:hover { color: #f1f1f1; } .container__item--sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } .container__item--add { width: 400px; position: relative; height: 200px; margin-top: 10px; } .container__item--fieldset { position: relative; left: 250px; right: 0; margin-left: 10px; margin-right: 10px; width: 400px; /* Need a specific value to work */ } .container__item #butAd { vertical-align: middle; background-color: #4CAF50; /* Green */ border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 10px 10px; } .container__item--para { display: block; margin: 10px 10px; font-size: 12px; } .container__item--category { display: block; margin: 10px 10px; font-size: 12px; font: bold; } .container__item--buttonBuy { background-color: #4CAF50; border: none; color: white; padding: 10px 15px; text-align: center; text-decoration: none; display: block; font-size: 10px; margin: 10px 10px; bottom: 50px; position: static; } .container__item--busketImage { position: relative; border: #111; border-width: 2px; border-radius: 5px; width: 200px; height: 400px; border-style: groove; left: 250px; margin-bottom: 10px; margin-top: 10px; }
0.439026
0.076684
:root { --buttoncolor: #F2B807;/*#219ab3; /* blue:#219ab3; purple:#bc7bc7 */ --buttoncoloralt: #073673; /* blue:#11505d; purple:#833888 */ } body { width: 100%; height: 100%; font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif; color: #fff; background-color: #0D0D0D; } html { width: 100%; height: 100%; } h1, h2, h3, h4, h5, h6 { margin: 0 0 35px; text-transform: uppercase; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; letter-spacing: 1px; } h4 {margin-top: 35px;} p { margin: 25px 0 25px ; font-size: 18px; line-height: 1.5; } @media(min-width:767px) { p { margin: 0 0 35px; font-size: 18px; line-height: 1.6; } } a { color: var(--buttoncoloralt); -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } a:hover, a:focus { text-decoration: none; color: var(--buttoncolor); } .light { font-weight: 400; } .navbar-custom { margin-bottom: 0; border-bottom: 1px solid rgba(255,255,255,.3); text-transform: uppercase; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; background-color: #0D0D0D; } .navbar-custom .navbar-brand { font-weight: 700; } .navbar-custom .navbar-brand:focus { outline: 0; } .navbar-custom .navbar-brand .navbar-toggle { padding: 4px 6px; font-size: 16px; color: #fff; } .navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active { outline: 0; } .navbar-custom a { color: #FFF; } .navbar-custom .nav li.active { outline: nonte; background-color: rgba(255,255,255,.3); } .navbar-custom .nav li a { -webkit-transition: background .3s ease-in-out; -moz-transition: background .3s ease-in-out; transition: background .3s ease-in-out; } .navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li a.active { outline: 0; background-color: rgba(255,255,255,.3); } @media(min-width:767px) { .navbar { padding: 20px 0; border-bottom: 0; letter-spacing: 1px; background: 0 0; -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out; -moz-transition: background .5s ease-in-out,padding .5s ease-in-out; transition: background .5s ease-in-out,padding .5s ease-in-out; } .top-nav-collapse { padding: 0; background-color: #0D0D0D; } .navbar-custom.top-nav-collapse { border-bottom: 1px solid rgba(255,255,255,.3); } } .intro { display: table; width: 100%; height: auto; padding: 100px 0; text-align: center; color: #fff; background: url(../images/_head.jpg) no-repeat bottom center scroll; background-color: #0D0D0D; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .intro .intro-body { display: table-cell; vertical-align: middle; text-align: left; } .intro .intro-body .brand-heading { font-size: 35px; } .intro .intro-body .intro-text { font-size: 18px; } @media(min-width:767px) { .intro { height: 100%; padding: 0; } .intro .intro-body .brand-heading { font-size: 35px; } .intro .intro-body .intro-text { font-size: 25px; } } .btn-circle { width: 70px; height: 70px; margin-top: 15px; padding: 7px 16px; border: 2px solid #fff; border-radius: 35px; font-size: 40px; color: #fff; background: 0 0; -webkit-transition: background .3s ease-in-out; -moz-transition: background .3s ease-in-out; transition: background .3s ease-in-out; } .btn-circle:hover, .btn-circle:focus { outline: 0; color: #fff; background: rgba(255,255,255,.1); } .btn-circle i.animated { -webkit-transition-property: -webkit-transform; -webkit-transition-duration: 1s; -moz-transition-property: -moz-transform; -moz-transition-duration: 1s; } .btn-circle:hover i.animated { -webkit-animation-name: pulse; -moz-animation-name: pulse; -webkit-animation-duration: 1.5s; -moz-animation-duration: 1.5s; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-timing-function: linear; } @-webkit-keyframes pulse { 0 { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(1.2); transform: scale(1.2); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @-moz-keyframes pulse { 0 { -moz-transform: scale(1); transform: scale(1); } 50% { -moz-transform: scale(1.2); transform: scale(1.2); } 100% { -moz-transform: scale(1); transform: scale(1); } } .content-section { padding-top: 100px; } .support-section { width: 100%; padding: 50px 0; color: #fff; background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(../images/Durham2.jpg) no-repeat top center scroll; background-color: #000; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .support-section img { margin: auto 0; } .durhamsu { width: 60%; } .ukseds { width: 50%; } .intre div{ float: none; display: table-cell; vertical-align: top; } .about-images img { width: 45%; padding: 10px; float: right; } .about-images-sm img { width: 23%; padding: 5px; } .about-logo-container { width:100%; height: 100%; } .about-logo { width:80%; } .community-section { width: 100%; padding: 50px 0; color: #fff; background: linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.65)), url(../images/control_panel.JPG) no-repeat center center scroll; background-color: #000; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .aether-section img { width: 100%; padding-top: 15px; } .aether-II-section img { /* So I've just copied the lines from above to make sure the images size themselves properly :) */ width: 100%; padding-top: 15px; } .video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; margin-bottom: 50px; } .video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } @media(max-width:992px) { .aether-section img{ width: 25%; margin:5px; } .aether-II-section img{ /* This makes the images smaller when the window becomes too narrow :) */ width: 25%; margin:5px; } } .btn { text-transform: uppercase; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 400; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .btn-default { border: 1px solid var(--buttoncolor); color: var(--buttoncolor); background-color: transparent; border-radius: 7px; } .btn-alt { border: 1px solid var(--buttoncoloralt); color: var(--buttoncoloralt); background-color: transparent; border-radius: 7px; } .btn-default:hover, .btn-default:focus { border: 1px solid var(--buttoncolor); outline: 0; color: black; background-color: var(--buttoncolor); } .btn-alt:hover, .btn-alt:focus { border: 1px solid var(--buttoncoloralt); outline: 0; color: black; background-color: var(--buttoncoloralt); } ul.banner-social-buttons { margin-top: 0; } @media(max-width:1199px) { ul.banner-social-buttons { margin-top: 15px; } } @media(max-width:767px) { ul.banner-social-buttons li { display: block; margin-bottom: 20px; padding: 0; } ul.banner-social-buttons li:last-child { margin-bottom: 0; } } footer { padding: 50px 0; } footer p { margin: 0; } ::-moz-selection { text-shadow: none; background: #fcfcfc; background: rgba(255,255,255,.2); } ::selection { text-shadow: none; background: #fcfcfc; background: rgba(255,255,255,.2); } img::selection { background: 0 0; } img::-moz-selection { background: 0 0; } body { webkit-tap-highlight-color: rgba(255,255,255,.2); } @media(min-width:992px) { #sm-viewport { display: none; } } @media(max-width:992px) { #lg-viewport { display: none; } }
css/index-stylesheet.css
:root { --buttoncolor: #F2B807;/*#219ab3; /* blue:#219ab3; purple:#bc7bc7 */ --buttoncoloralt: #073673; /* blue:#11505d; purple:#833888 */ } body { width: 100%; height: 100%; font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif; color: #fff; background-color: #0D0D0D; } html { width: 100%; height: 100%; } h1, h2, h3, h4, h5, h6 { margin: 0 0 35px; text-transform: uppercase; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; letter-spacing: 1px; } h4 {margin-top: 35px;} p { margin: 25px 0 25px ; font-size: 18px; line-height: 1.5; } @media(min-width:767px) { p { margin: 0 0 35px; font-size: 18px; line-height: 1.6; } } a { color: var(--buttoncoloralt); -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } a:hover, a:focus { text-decoration: none; color: var(--buttoncolor); } .light { font-weight: 400; } .navbar-custom { margin-bottom: 0; border-bottom: 1px solid rgba(255,255,255,.3); text-transform: uppercase; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; background-color: #0D0D0D; } .navbar-custom .navbar-brand { font-weight: 700; } .navbar-custom .navbar-brand:focus { outline: 0; } .navbar-custom .navbar-brand .navbar-toggle { padding: 4px 6px; font-size: 16px; color: #fff; } .navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active { outline: 0; } .navbar-custom a { color: #FFF; } .navbar-custom .nav li.active { outline: nonte; background-color: rgba(255,255,255,.3); } .navbar-custom .nav li a { -webkit-transition: background .3s ease-in-out; -moz-transition: background .3s ease-in-out; transition: background .3s ease-in-out; } .navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li a.active { outline: 0; background-color: rgba(255,255,255,.3); } @media(min-width:767px) { .navbar { padding: 20px 0; border-bottom: 0; letter-spacing: 1px; background: 0 0; -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out; -moz-transition: background .5s ease-in-out,padding .5s ease-in-out; transition: background .5s ease-in-out,padding .5s ease-in-out; } .top-nav-collapse { padding: 0; background-color: #0D0D0D; } .navbar-custom.top-nav-collapse { border-bottom: 1px solid rgba(255,255,255,.3); } } .intro { display: table; width: 100%; height: auto; padding: 100px 0; text-align: center; color: #fff; background: url(../images/_head.jpg) no-repeat bottom center scroll; background-color: #0D0D0D; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .intro .intro-body { display: table-cell; vertical-align: middle; text-align: left; } .intro .intro-body .brand-heading { font-size: 35px; } .intro .intro-body .intro-text { font-size: 18px; } @media(min-width:767px) { .intro { height: 100%; padding: 0; } .intro .intro-body .brand-heading { font-size: 35px; } .intro .intro-body .intro-text { font-size: 25px; } } .btn-circle { width: 70px; height: 70px; margin-top: 15px; padding: 7px 16px; border: 2px solid #fff; border-radius: 35px; font-size: 40px; color: #fff; background: 0 0; -webkit-transition: background .3s ease-in-out; -moz-transition: background .3s ease-in-out; transition: background .3s ease-in-out; } .btn-circle:hover, .btn-circle:focus { outline: 0; color: #fff; background: rgba(255,255,255,.1); } .btn-circle i.animated { -webkit-transition-property: -webkit-transform; -webkit-transition-duration: 1s; -moz-transition-property: -moz-transform; -moz-transition-duration: 1s; } .btn-circle:hover i.animated { -webkit-animation-name: pulse; -moz-animation-name: pulse; -webkit-animation-duration: 1.5s; -moz-animation-duration: 1.5s; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-timing-function: linear; } @-webkit-keyframes pulse { 0 { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(1.2); transform: scale(1.2); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @-moz-keyframes pulse { 0 { -moz-transform: scale(1); transform: scale(1); } 50% { -moz-transform: scale(1.2); transform: scale(1.2); } 100% { -moz-transform: scale(1); transform: scale(1); } } .content-section { padding-top: 100px; } .support-section { width: 100%; padding: 50px 0; color: #fff; background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(../images/Durham2.jpg) no-repeat top center scroll; background-color: #000; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .support-section img { margin: auto 0; } .durhamsu { width: 60%; } .ukseds { width: 50%; } .intre div{ float: none; display: table-cell; vertical-align: top; } .about-images img { width: 45%; padding: 10px; float: right; } .about-images-sm img { width: 23%; padding: 5px; } .about-logo-container { width:100%; height: 100%; } .about-logo { width:80%; } .community-section { width: 100%; padding: 50px 0; color: #fff; background: linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.65)), url(../images/control_panel.JPG) no-repeat center center scroll; background-color: #000; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .aether-section img { width: 100%; padding-top: 15px; } .aether-II-section img { /* So I've just copied the lines from above to make sure the images size themselves properly :) */ width: 100%; padding-top: 15px; } .video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; margin-bottom: 50px; } .video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } @media(max-width:992px) { .aether-section img{ width: 25%; margin:5px; } .aether-II-section img{ /* This makes the images smaller when the window becomes too narrow :) */ width: 25%; margin:5px; } } .btn { text-transform: uppercase; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 400; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .btn-default { border: 1px solid var(--buttoncolor); color: var(--buttoncolor); background-color: transparent; border-radius: 7px; } .btn-alt { border: 1px solid var(--buttoncoloralt); color: var(--buttoncoloralt); background-color: transparent; border-radius: 7px; } .btn-default:hover, .btn-default:focus { border: 1px solid var(--buttoncolor); outline: 0; color: black; background-color: var(--buttoncolor); } .btn-alt:hover, .btn-alt:focus { border: 1px solid var(--buttoncoloralt); outline: 0; color: black; background-color: var(--buttoncoloralt); } ul.banner-social-buttons { margin-top: 0; } @media(max-width:1199px) { ul.banner-social-buttons { margin-top: 15px; } } @media(max-width:767px) { ul.banner-social-buttons li { display: block; margin-bottom: 20px; padding: 0; } ul.banner-social-buttons li:last-child { margin-bottom: 0; } } footer { padding: 50px 0; } footer p { margin: 0; } ::-moz-selection { text-shadow: none; background: #fcfcfc; background: rgba(255,255,255,.2); } ::selection { text-shadow: none; background: #fcfcfc; background: rgba(255,255,255,.2); } img::selection { background: 0 0; } img::-moz-selection { background: 0 0; } body { webkit-tap-highlight-color: rgba(255,255,255,.2); } @media(min-width:992px) { #sm-viewport { display: none; } } @media(max-width:992px) { #lg-viewport { display: none; } }
0.406273
0.102619
@import '../node_modules/bootstrap/dist/css/bootstrap.min.css'; html { position: relative; min-height: 100%; } body { margin-bottom: 60px; /* Margin bottom by footer height */ background: #ffe9b5; /* Old browsers */ background: -moz-linear-gradient(top, #33c6f0 0%,#0d1321 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #33c6f0 0%,#0d1321 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #33c6f0 0%,#0d1321 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9b5', endColorstr='#ef017c',GradientType=0 ); /* IE6-9 */ } .input-group-addon{ cursor: pointer; } .movieList{ margin-top:20px; } .movieList > .movieBlock{ margin-top: 25px; font-size: 21px; text-align: center; animation: fadein 2s; -moz-animation: fadein 2s; /* Firefox */ -webkit-animation: fadein 2s; /* Safari and Chrome */ -o-animation: fadein 2s; /* Opera */ } @keyframes fadein { from { opacity:0; } to { opacity:1; } } @-moz-keyframes fadein { /* Firefox */ from { opacity:0; } to { opacity:1; } } @-webkit-keyframes fadein { /* Safari and Chrome */ from { opacity:0; } to { opacity:1; } } @-o-keyframes fadein { /* Opera */ from { opacity:0; } to { opacity: 1; } } .loggedInUser{ padding-top: 15px; padding-bottom: 15px; display: block; color: white; } .row.display-flex { display: flex; flex-wrap: wrap; } .row.display-flex > [class*='col-'] { display: flex; flex-direction: column; } .btn { outline:0; border:none; border-top:none; border-bottom:none; border-left:none; border-right:none; box-shadow:inset 2px -3px rgba(0,0,0,0.15); } .btn:focus{ outline:0; -webkit-outline:0; -moz-outline:0; } .fullscreen_bg nav{ background-color: rgba(0, 0, 0, 0.50); border-color: rgba(231, 231, 231, 0); } .nav li{ cursor: pointer; font-weight: bolder; padding-top: 2rem; } .nav li:hover{ font-weight: bolder; } .navbar-default .navbar-nav > li > a { color: white; } .navbar-default .navbar-nav > li > a:hover { color: #33c6f0; } .navbar-default .navbar-brand { color: white; font-weight: bolder; } .navbar-default .navbar-brand:hover { color: #33c6f0; } .navbar-brand img { height: 7rem; } .navbar { background: rgba(0, 0, 0, 0.75) !important; height: 8rem; font-weight: 700; font-size: 1.5rem; } .searchContainer input{ box-shadow: 1px 1px 8px; border-radius: 2px; border: 1px solid rgba(169, 68, 66, 0); } .searchbtn{ background: #33c6f0; box-shadow: 1px 1px 8px; border: 1px solid #337ab7; color: #0d1321; } .searchbtn:hover { background: white; box-shadow: 1px 1px 8px; border: 1px solid #0d1321; color: #0d1321; } .form-signin { max-width: 520px; padding: 15px; margin: 0 auto; margin-top:10em; } .form-signin .form-signin-heading, .form-signin { margin-bottom: 10px; } .form-signin .form-control { position: relative; font-size: 16px; height: auto; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .form-signin .form-control:focus { z-index: 2; } .form-signin input[type="email"] { margin-bottom: -1px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-top-style: solid; border-right-style: solid; border-bottom-style: none; border-left-style: solid; border-color: #000; } .form-signin-heading { color: #fff; text-align: center; text-shadow: 0 2px 2px rgba(0,0,0,0.5); } .footer { position: absolute; bottom: 0; width: 100%; height: 60px; /* Set the fixed height of the footer here */ line-height: 60px; /* Vertically center the text there */ background-color: #0d1321; border-color: rgba(231, 231, 231, 0); }
src/App.css
@import '../node_modules/bootstrap/dist/css/bootstrap.min.css'; html { position: relative; min-height: 100%; } body { margin-bottom: 60px; /* Margin bottom by footer height */ background: #ffe9b5; /* Old browsers */ background: -moz-linear-gradient(top, #33c6f0 0%,#0d1321 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #33c6f0 0%,#0d1321 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #33c6f0 0%,#0d1321 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9b5', endColorstr='#ef017c',GradientType=0 ); /* IE6-9 */ } .input-group-addon{ cursor: pointer; } .movieList{ margin-top:20px; } .movieList > .movieBlock{ margin-top: 25px; font-size: 21px; text-align: center; animation: fadein 2s; -moz-animation: fadein 2s; /* Firefox */ -webkit-animation: fadein 2s; /* Safari and Chrome */ -o-animation: fadein 2s; /* Opera */ } @keyframes fadein { from { opacity:0; } to { opacity:1; } } @-moz-keyframes fadein { /* Firefox */ from { opacity:0; } to { opacity:1; } } @-webkit-keyframes fadein { /* Safari and Chrome */ from { opacity:0; } to { opacity:1; } } @-o-keyframes fadein { /* Opera */ from { opacity:0; } to { opacity: 1; } } .loggedInUser{ padding-top: 15px; padding-bottom: 15px; display: block; color: white; } .row.display-flex { display: flex; flex-wrap: wrap; } .row.display-flex > [class*='col-'] { display: flex; flex-direction: column; } .btn { outline:0; border:none; border-top:none; border-bottom:none; border-left:none; border-right:none; box-shadow:inset 2px -3px rgba(0,0,0,0.15); } .btn:focus{ outline:0; -webkit-outline:0; -moz-outline:0; } .fullscreen_bg nav{ background-color: rgba(0, 0, 0, 0.50); border-color: rgba(231, 231, 231, 0); } .nav li{ cursor: pointer; font-weight: bolder; padding-top: 2rem; } .nav li:hover{ font-weight: bolder; } .navbar-default .navbar-nav > li > a { color: white; } .navbar-default .navbar-nav > li > a:hover { color: #33c6f0; } .navbar-default .navbar-brand { color: white; font-weight: bolder; } .navbar-default .navbar-brand:hover { color: #33c6f0; } .navbar-brand img { height: 7rem; } .navbar { background: rgba(0, 0, 0, 0.75) !important; height: 8rem; font-weight: 700; font-size: 1.5rem; } .searchContainer input{ box-shadow: 1px 1px 8px; border-radius: 2px; border: 1px solid rgba(169, 68, 66, 0); } .searchbtn{ background: #33c6f0; box-shadow: 1px 1px 8px; border: 1px solid #337ab7; color: #0d1321; } .searchbtn:hover { background: white; box-shadow: 1px 1px 8px; border: 1px solid #0d1321; color: #0d1321; } .form-signin { max-width: 520px; padding: 15px; margin: 0 auto; margin-top:10em; } .form-signin .form-signin-heading, .form-signin { margin-bottom: 10px; } .form-signin .form-control { position: relative; font-size: 16px; height: auto; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .form-signin .form-control:focus { z-index: 2; } .form-signin input[type="email"] { margin-bottom: -1px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-top-style: solid; border-right-style: solid; border-bottom-style: none; border-left-style: solid; border-color: #000; } .form-signin-heading { color: #fff; text-align: center; text-shadow: 0 2px 2px rgba(0,0,0,0.5); } .footer { position: absolute; bottom: 0; width: 100%; height: 60px; /* Set the fixed height of the footer here */ line-height: 60px; /* Vertically center the text there */ background-color: #0d1321; border-color: rgba(231, 231, 231, 0); }
0.319652
0.052038
body { color: black; font-family: Arial,Verdana,Helvetica,sans-serif; font-size: 12px; height: 100%; margin: 0; padding: 0; } table { width: 100%; } .page-break { /* display: block; */ /* page-break-before: always; */ /* page-break-after: auto; */ /* page-break-after: initial; */ page-break-before: initial; } .vu-rep-pagina { background-color: white; border-color: white; border-style: dashed; border-width: 1px; margin: 0; } .vu-rep-pagina-ct { background-color: white; border-color: white; border-style: none; overflow: hidden; } .vu-rep-line { border: 1px solid black; /* background-color: black; height: 1px; */ margin-bottom: 3mm; margin-top: 3mm; } .vu-rep-ct { position: relative; } .vu-rep-ct table { font-size: 10px; table-layout: fixed; } /* color para los valores */ .vu-rep-ct table td div { color: black; } .vu-rep-ct-datos { background-color: white; border: 0 none; border-collapse: separate; border-spacing: 2px 0; margin: 0; padding: 1px 0 3px; width: 100%; } .vu-rep-ct-datos tr { height: 15pt; } .vu-rep-ct-datos td { font-size: 8pt; } .vu-rep-ct-datos td, th { border-collapse: collapse; padding: 0; text-align: center; } .vu-rep-ct-label { font-size: 10px !important; text-align: center !important; } .vu-rep-value { overflow: hidden; white-space: nowrap; } .vu-rep-ct td div img { display: none; height: inherit; } .vu-rep-border-top { border-top: 1px solid black; } .vu-rep-completar-puntos { border-bottom: 1px dashed black; padding-top: 18px; position: absolute; width: 100%; } .vu-rep-text-resaltar { font-weight: bold; } .vu-rep-title1 { border: 0 none; font-size: 15px; font-weight: bold; } .vu-rep-title2 { border: 0 none; font-size: 12px; font-weight: normal; } .vu-rep-firmas{ font-size: 12px; padding-top: 21mm; table-layout: fixed; } .vu-rep-firmas tr { height: 30mm; } .vu-rep-firmas td div { text-align: center; } .vu-rep-prefac { background-image: none; } .vu-rep-item-abs { border: 1px dotted white; position: absolute; white-space: nowrap; overflow: hidden; height: 4mm; padding: 0; } .vu-rep-input { height: auto; border: 1px solid white; text-transform: uppercase; } .vu-rep-radiox { background-color: white; border: 3px solid white; text-align: center; height: 6mm; width: 6mm; }
psrc/web/exj_base_reports/views/tmpl/css/vu_rep.printer.css
body { color: black; font-family: Arial,Verdana,Helvetica,sans-serif; font-size: 12px; height: 100%; margin: 0; padding: 0; } table { width: 100%; } .page-break { /* display: block; */ /* page-break-before: always; */ /* page-break-after: auto; */ /* page-break-after: initial; */ page-break-before: initial; } .vu-rep-pagina { background-color: white; border-color: white; border-style: dashed; border-width: 1px; margin: 0; } .vu-rep-pagina-ct { background-color: white; border-color: white; border-style: none; overflow: hidden; } .vu-rep-line { border: 1px solid black; /* background-color: black; height: 1px; */ margin-bottom: 3mm; margin-top: 3mm; } .vu-rep-ct { position: relative; } .vu-rep-ct table { font-size: 10px; table-layout: fixed; } /* color para los valores */ .vu-rep-ct table td div { color: black; } .vu-rep-ct-datos { background-color: white; border: 0 none; border-collapse: separate; border-spacing: 2px 0; margin: 0; padding: 1px 0 3px; width: 100%; } .vu-rep-ct-datos tr { height: 15pt; } .vu-rep-ct-datos td { font-size: 8pt; } .vu-rep-ct-datos td, th { border-collapse: collapse; padding: 0; text-align: center; } .vu-rep-ct-label { font-size: 10px !important; text-align: center !important; } .vu-rep-value { overflow: hidden; white-space: nowrap; } .vu-rep-ct td div img { display: none; height: inherit; } .vu-rep-border-top { border-top: 1px solid black; } .vu-rep-completar-puntos { border-bottom: 1px dashed black; padding-top: 18px; position: absolute; width: 100%; } .vu-rep-text-resaltar { font-weight: bold; } .vu-rep-title1 { border: 0 none; font-size: 15px; font-weight: bold; } .vu-rep-title2 { border: 0 none; font-size: 12px; font-weight: normal; } .vu-rep-firmas{ font-size: 12px; padding-top: 21mm; table-layout: fixed; } .vu-rep-firmas tr { height: 30mm; } .vu-rep-firmas td div { text-align: center; } .vu-rep-prefac { background-image: none; } .vu-rep-item-abs { border: 1px dotted white; position: absolute; white-space: nowrap; overflow: hidden; height: 4mm; padding: 0; } .vu-rep-input { height: auto; border: 1px solid white; text-transform: uppercase; } .vu-rep-radiox { background-color: white; border: 3px solid white; text-align: center; height: 6mm; width: 6mm; }
0.403567
0.064124
FORUM /********************************/ .forum.directory_path{ color: white; } .forum.directory_path p{ color: white; } .thread.subdirectory{ background-color: #5C7099; } .thread.subdirectory a{ color: white; text-decoration: none; } .thread.subdirectory a:hover{ color: white; } .thread.subdirectory a:visited{ color: white; } .thread.category{ color: white; background-color: #5C7099; border-width: 1px; border-color: black; border-style: solid; } .thread.overview.last{ color: white; } .thread.overview.header{ color: white; background: #5C7099 url(../img/gradients/gradient_thread.gif) repeat-x top left; border-width: 1px; border-color: black; border-style: solid; } .thread.overview.header.title{ color: white; font-weight: normal; border-style: none; } .thread.overview.description{ border-style: none; color: #B2B2FF; } .thread.overview.header.last{ border-style: none; } .thread.overview.header.replies{ text-align: center; border-style: none; } .thread.overview.header.views{ text-align: center; border-style: none; } .thread.overview.header.base_views{ text-align: center; border-style: none; } .thread.overview.base{ border-style: solid; border-width: 1px; background-color: #444444; } .thread.overview.title{ color: #DD3333; font-weight: bold; } .thread.overview.title a{ color: white; font-weight: normal; } .thread.overview.title a:hover{ color: white; } .thread.overview.title a:visited{ color: white; } .thread.overview.status{ border-right: solid 1px black; background-color: #555555; } .stickyIcon{ background: url(../img/icons/sticky.png) no-repeat; background-size: cover; float: left; width: 80%; height: 80%; margin-top: 10%; margin-left: 10%; } .thread.overview.created{ color: white; } .thread.overview.created a{ color: #B2B2FF; } .thread.overview.data{ color: white; } .thread.overview.base_data{ color: white; } .thread.overview.count.base_last a{ color: #B2B2FF; } .thread.overview.count.base_last a:hover{ color: #B2B2FF; } .thread.overview.count.base_last a:visited{ color: #B2B2FF; } .thread.overview.count.last a{ color: #B2B2FF; line-height: 140%; } .thread.overview.count.last a:hover{ color: #B2B2FF; } .thread.overview.count.last a:visited{ color: #B2B2FF; } #pagination{ border: 1px; } #pagination .pagination_btn{ border-style: solid; border-width: 1px; border-color: white; background-color: #555555; color: white; } #pagination .pagination_btn:visited{ color: white; } #pagination .pagination_btn:hover{ color: blue; } .forum.toolList{ border: 1px; } .forum.toolList a{ background-color: #5C7099; color: white; } .forum.toolList a:visited{ color: white; } .forum.toolList a:hover{ color: white; background-color: #6D81AA; } /**************************************************************** /* THREAD /***************************************************************/ #newThread{ border-color: white; border-style: solid; border-width: 1px; background-color: #444444; } #newThread .new_head{ color: white; background: #5C7099 url(../img/gradients/gradient_thread.gif) repeat-x top left; } #newThread label{ color: white; } .f_post{ border-style: solid; border-width: 1px; border-color: black; color: white; background-color: #444444; } .thread.panel{ background-color: #333333; } .thread.panel.user{ background-color: #444444; } .thread.panel.user a{ color: #B2B2FF; } .thread.panel.user a:hover{ color: #B2B2FF; } .thread.panel.user a:visited{ color: #B2B2FF; } .thread.panel.post.date{ background: #5C7099 url(../img/gradients/gradient_thread.gif) repeat-x top left; } .thread.panel.post.date.text{ background: none; } .thread.panel.post.main{ border-left-style: solid; border-left-color: black; border-left-width: 1px; } .updated { color: #B2B2FF; } .thread.panel.post.sig{ border-top-style: solid; border-top-width: 1px; border-top-color: black; border-left-style: solid; border-left-color: black; border-left-width: 1px; } .thread.panel.post.tools{; } .thread.panel.post.tools a{ color: white; } .thread.panel.post.tools a:hover{ color: white; } .thread.panel.post.tools a:visited{ color: white; } .posturl{ color: #22BB99; } .posturl:visited{ color: #22BB99; } .posturl:hover{ color: #B2B2FF; } #reply{ border-width: 1px; border-color: white; border-style: solid; background-color: #444444; color: white; } #reply fieldset{ border-width: 0px; } #reply h2.title{ background: #5C7099 url(../img/gradients/gradient_thread.gif) repeat-x top left; color: white; } /*************************************************************** /* Buttons /**************************************************************/ .deleteBtn{ float: right; background: url(../img/icons/delete.png) no-repeat; background-size: cover; height: 20px; width: 20px; }
public/content/css/forum.css
FORUM /********************************/ .forum.directory_path{ color: white; } .forum.directory_path p{ color: white; } .thread.subdirectory{ background-color: #5C7099; } .thread.subdirectory a{ color: white; text-decoration: none; } .thread.subdirectory a:hover{ color: white; } .thread.subdirectory a:visited{ color: white; } .thread.category{ color: white; background-color: #5C7099; border-width: 1px; border-color: black; border-style: solid; } .thread.overview.last{ color: white; } .thread.overview.header{ color: white; background: #5C7099 url(../img/gradients/gradient_thread.gif) repeat-x top left; border-width: 1px; border-color: black; border-style: solid; } .thread.overview.header.title{ color: white; font-weight: normal; border-style: none; } .thread.overview.description{ border-style: none; color: #B2B2FF; } .thread.overview.header.last{ border-style: none; } .thread.overview.header.replies{ text-align: center; border-style: none; } .thread.overview.header.views{ text-align: center; border-style: none; } .thread.overview.header.base_views{ text-align: center; border-style: none; } .thread.overview.base{ border-style: solid; border-width: 1px; background-color: #444444; } .thread.overview.title{ color: #DD3333; font-weight: bold; } .thread.overview.title a{ color: white; font-weight: normal; } .thread.overview.title a:hover{ color: white; } .thread.overview.title a:visited{ color: white; } .thread.overview.status{ border-right: solid 1px black; background-color: #555555; } .stickyIcon{ background: url(../img/icons/sticky.png) no-repeat; background-size: cover; float: left; width: 80%; height: 80%; margin-top: 10%; margin-left: 10%; } .thread.overview.created{ color: white; } .thread.overview.created a{ color: #B2B2FF; } .thread.overview.data{ color: white; } .thread.overview.base_data{ color: white; } .thread.overview.count.base_last a{ color: #B2B2FF; } .thread.overview.count.base_last a:hover{ color: #B2B2FF; } .thread.overview.count.base_last a:visited{ color: #B2B2FF; } .thread.overview.count.last a{ color: #B2B2FF; line-height: 140%; } .thread.overview.count.last a:hover{ color: #B2B2FF; } .thread.overview.count.last a:visited{ color: #B2B2FF; } #pagination{ border: 1px; } #pagination .pagination_btn{ border-style: solid; border-width: 1px; border-color: white; background-color: #555555; color: white; } #pagination .pagination_btn:visited{ color: white; } #pagination .pagination_btn:hover{ color: blue; } .forum.toolList{ border: 1px; } .forum.toolList a{ background-color: #5C7099; color: white; } .forum.toolList a:visited{ color: white; } .forum.toolList a:hover{ color: white; background-color: #6D81AA; } /**************************************************************** /* THREAD /***************************************************************/ #newThread{ border-color: white; border-style: solid; border-width: 1px; background-color: #444444; } #newThread .new_head{ color: white; background: #5C7099 url(../img/gradients/gradient_thread.gif) repeat-x top left; } #newThread label{ color: white; } .f_post{ border-style: solid; border-width: 1px; border-color: black; color: white; background-color: #444444; } .thread.panel{ background-color: #333333; } .thread.panel.user{ background-color: #444444; } .thread.panel.user a{ color: #B2B2FF; } .thread.panel.user a:hover{ color: #B2B2FF; } .thread.panel.user a:visited{ color: #B2B2FF; } .thread.panel.post.date{ background: #5C7099 url(../img/gradients/gradient_thread.gif) repeat-x top left; } .thread.panel.post.date.text{ background: none; } .thread.panel.post.main{ border-left-style: solid; border-left-color: black; border-left-width: 1px; } .updated { color: #B2B2FF; } .thread.panel.post.sig{ border-top-style: solid; border-top-width: 1px; border-top-color: black; border-left-style: solid; border-left-color: black; border-left-width: 1px; } .thread.panel.post.tools{; } .thread.panel.post.tools a{ color: white; } .thread.panel.post.tools a:hover{ color: white; } .thread.panel.post.tools a:visited{ color: white; } .posturl{ color: #22BB99; } .posturl:visited{ color: #22BB99; } .posturl:hover{ color: #B2B2FF; } #reply{ border-width: 1px; border-color: white; border-style: solid; background-color: #444444; color: white; } #reply fieldset{ border-width: 0px; } #reply h2.title{ background: #5C7099 url(../img/gradients/gradient_thread.gif) repeat-x top left; color: white; } /*************************************************************** /* Buttons /**************************************************************/ .deleteBtn{ float: right; background: url(../img/icons/delete.png) no-repeat; background-size: cover; height: 20px; width: 20px; }
0.408867
0.092401
body{ display: flex; background-color: #526d65; } header{ margin-left: 500px; margin-top: 100px; } .container{ width: 425px; height: 360px; position: absolute; padding-top: 2px; padding-left: 2px; clip-path: ellipse(49% 45% at 50% 50%); background-color: black; } .head{ width: 423px; height: 358px; clip-path: ellipse(49% 45% at 50% 50%); background-color: #a88ea9; } .item{ width: 104px; height: 105px; padding-top: 4px; padding-left: 4px; margin-top: 285px; margin-left: 260px; background-color: black; position: absolute; clip-path: polygon(6% 47%, 77% 20%, 76% 49%, 32% 61%); } .item1{ width: 100px; height: 100px; background-color: #86678c; clip-path: polygon(6% 47%, 77% 20%, 76% 49%, 32% 61%); } .item2{ width: 204px; height: 204px; padding-top: 4px; padding-left: 4px; margin-top: 191px; margin-left: -15px; background-color: black; position: absolute; clip-path: polygon(46% 56%, 63% 65%, 52% 75%, 35% 66%, 37% 49%); } .item3{ width: 200px; height: 200px; background-color:#86678c; clip-path: polygon(46% 56%, 63% 65%, 52% 75%, 35% 66%, 37% 49%); } .relleno{ width: 105px; height: 65px; margin-top: 210px; margin-left: 260px; background-color: #a88ea9; position: absolute; clip-path: polygon(42% 12%, 100% 20%, 37% 79%, 3% 48%); } .item4{ width: 154px; height: 155px; padding-top: 1px; padding-left: 1px; margin-top: 220px; margin-left: 300px; background-color: black; position: absolute; clip-path: polygon(16% 15%, 36% 4%, 35% 13%, 47% 30%, 38% 41%, 27% 45%, 13% 32%, 0 26%); } .item5{ width: 150px; height: 150px; background-color: #a88ea9; clip-path: polygon(16% 15%, 36% 4%, 35% 13%, 47% 30%, 38% 41%, 27% 45%, 13% 32%, 0 26%); } .item6{ width: 103px; height: 104px; padding-top: 3px; padding-left: 4px; margin-left: 350px; margin-top: 150px; background-color: black; position: absolute; clip-path: polygon(56% 25%, 86% 27%, 94% 43%, 90% 63%, 56% 66%, 47% 84%, 49% 50%, 39% 14%); } .item7{ width: 100px; height: 100px; background-color: #a88ea9; clip-path: polygon(56% 25%, 86% 27%, 94% 43%, 90% 63%, 56% 66%, 47% 84%, 49% 50%, 39% 14%); } .item8{ width: 103px; height: 104px; padding-top: 3px; padding-left: 4px; margin-left: 335px; margin-top: 55px; position: absolute; background-color: black; clip-path: polygon(80% 26%, 85% 49%, 60% 67%, 14% 25%, 60% 16%); } .item9{ width: 100px; height: 100px; background-color: #a88ea9; clip-path: polygon(80% 26%, 85% 49%, 60% 67%, 14% 25%, 60% 16%); } .item10{ width: 155px; height: 147px; padding-top: 2px; padding-left: 2px; margin-left: 140px; position: absolute; background-color: black; clip-path: polygon(50% 0%, 64% 0, 69% 5%, 67% 20%, 74% 36%, 53% 37%, 26% 37%, 33% 23%, 33% 5%, 39% 0); } .item11{ width:153px; height: 145px; background-color: #a88ea9 ; clip-path: polygon(50% 0%, 64% 0, 69% 5%, 67% 20%, 74% 36%, 53% 37%, 26% 37%, 33% 23%, 33% 5%, 39% 0); } .relleno2{ margin-left: 190px; margin-top: 50px; width: 216px; height: 205px; background-color: #a88ea9; clip-path: polygon(0 0, 67% 5%, 97% 29%, 103% 99%, 57% 56%); } .item12{ width: 103px; height: 104px; padding-top: 3px; padding-left: 2px; margin-top: 30px; margin-left: 35px; position: absolute; background-color: black; clip-path: polygon(32% 10%, 46% 20%, 60% 32%, 75% 45%, 46% 61%, 20% 77%, 12% 60%, 2% 45%, 0% 35%, 21% 13%); } .item13{ width: 100px; height: 100px; background-color: #a88ea9; clip-path: polygon(32% 10%, 46% 20%, 60% 32%, 75% 45%, 46% 61%, 20% 77%, 12% 60%, 2% 45%, 0% 35%, 21% 13%); } .item14{ width: 104px; height: 104px; padding-top: 2px; padding-left: 2px; margin-top: 170px; margin-left: -15px; position: absolute; background-color: black; clip-path: polygon(4% 31%, 37% 18%, 44% 71%, 8% 48%); } .item15{ width: 100px; height: 100px; position: absolute; background-color: #a88ea9; clip-path: polygon(4% 31%, 37% 18%, 44% 71%, 8% 48%); } .relleno3{ width: 216px; height: 205px; margin-top: -198px; margin-left: 24px; position: absolute; background-color: #a88ea9; clip-path: polygon(71% 0, 91% 0, 35% 56%, 0 96%, 0 41%, 27% 15%) } .relleno4{ width: 15px; height: 10px; margin-top: -200px; margin-left: 181px; position: absolute; background-color: #a88ea9; } /* fin items............................................................................................ */ .rotate{ transform: rotate(7deg); } .leftEye{ width: 97px; height: 47px; padding-top: 2px; padding-left: 2px; margin-top: -145px; margin-left: 70px; background-color: black; position: absolute; border-radius: 90px 90px 0 0; box-shadow: 2px -5px 0px -1px rgba(121,86,128,1); } .subLeftEye{ width: 95px; height: 45px; background-color: #ececec; position: absolute; border-radius: 90px 90px 0 0; } .leftPupil{ width: 10px; height: 10px; margin-left: 60px; margin-top: 30px; border-radius: 50px; background-color: black; } .rightEye{ width: 115px; height: 55px; padding-top: 2px; padding-left: 2px; margin-top: -152px; margin-left: 220px; background-color: black; position: absolute; border-radius: 90px 90px 0 0; box-shadow: -3px -5px 0px -1px rgba(121,86,128,1); } .subRightEye{ width: 113px; height: 53px; background-color: #ececec; position: absolute; border-radius: 90px 90px 0 0; } .rightPupil{ width: 10px; height: 10px; margin-left: 25px; margin-top: 35px; border-radius: 50px; background-color: black; } /* fin eyes............................................................................... */ .cruz{ width: 120px; height: 120px; margin-left: 130px; margin-top: -15px; position: absolute; clip-path: polygon(5% 24%, 2% 36%, 35% 49%, 9% 60%, 11% 70%, 40% 55%, 70% 69%, 74% 59%, 47% 50%, 80% 35%, 77% 25%, 40% 44%); background-color: black; transform: rotate(7deg); } .subCruz{ width: 114px; height: 113px; margin-top: 3.5px; margin-left: 3px; position: absolute; clip-path: polygon(5% 24%, 2% 36%, 35% 49%, 9% 60%, 11% 70%, 40% 55%, 70% 69%, 74% 59%, 47% 50%, 80% 35%, 77% 25%, 40% 44%); background-color: #d3cd76; } .rellenoCruz{ width: 21px; height: 16px; margin-left: 135px; margin-top: 11px; background-color: #d3cd76; position: absolute; border-radius: 0% 100% 1% 99% / 0% 100% 0% 100%; } .leftTopcruz{ width: 25px; height: 25px; margin-left: 120px; margin-top: -1px; background-color: black; position: absolute; border-radius: 79% 21% 1% 99% / 79% 100% 0% 21%; transform: rotate(-12deg); } .subLeftCruz{ width: 23px; height: 23px; margin-left: 1px; margin-top: 1px; background-color: #d3cd76; position: absolute; border-radius: 79% 21% 1% 99% / 79% 100% 0% 21%; } .rightTopCruz{ width: 25px; height: 25px; margin-left: 225px; margin-top: 11px; position: absolute; background-color: black; border-radius: 20% 80% 100% 0% / 100% 52% 48% 0%; transform: rotate(35deg); } .subRightTopCruz{ width: 23px; height: 23px; margin-top: 1px; margin-left: 1px; position: absolute; background-color: #d3cd76; border-radius: 20% 80% 100% 0% / 100% 52% 48% 0%; } .rellenoCruz2{ width: 15px; height: 15px; margin-left: 219px; margin-top: 17px; background-color: #d3cd76; position: absolute; border-radius: 100% 0% 100% 0% / 100% 0% 100% 0% ; } .rightDownCruz{ width: 20px; height: 20px; margin-left: 210px; margin-top: 59px; background-color: black; position: absolute; border-radius: 0% 100% 80% 20% / 0% 20% 80% 100%; } .subRightDownCruz{ width: 18px; height: 18px; margin-left: 1px; margin-top: 1px; background-color: #d3cd76; position: absolute; border-radius: 0% 100% 80% 20% / 0% 20% 80% 100%; } .rellenoCruz3{ width: 15px; height: 15px; margin-left: 205px; margin-top: 56px; background-color: #d3cd76; position: absolute; border-radius: 0% 100% 0% 100% / 0% 100% 0% 100%; } .leftDownCruz{ width: 20px; height: 20px; margin-left: 125px; margin-top: 50px; background-color: black; position: absolute; border-radius: 100% 0% 28% 72% / 24% 0% 100% 76%; transform: rotate(15deg); } .subLeftDownCruz{ width: 18px; height: 18px; margin-left: 1px; margin-top: 1px; background-color: #d3cd76; position: absolute; border-radius: 100% 0% 28% 72% / 24% 0% 100% 76%; } .rellenoCruz4{ width: 15px; height: 15px; margin-left: 140px; margin-top: 47px; background-color: #d3cd76; position: absolute; border-radius: 100% 0% 100% 0% / 100% 0% 100% 0%; transform: rotate(25deg); } .circleCruz{ width: 80px; height: 80px; margin-left: 145px; margin-top: -33px; background-color: black; position: absolute; clip-path: ellipse(37% 24% at 50% 50%); transform: rotate(7deg); } .subCircleCruz{ width: 78px; height: 78px; margin-left: 1px; margin-top: 1px; background-color: #d3cd76; position: absolute; clip-path: ellipse(37% 24% at 50% 50%); } .circlePurple{ width: 45px; height: 45px; margin-left: 163px; margin-top: -16px; background-color: black; position: absolute; clip-path: ellipse(37% 24% at 50% 50%); transform: rotate(7deg); } .subCirclePurple{ width: 43px; height: 43px; margin-left: 1px; margin-top: 1px; background-color: #a88ea9; position: absolute; clip-path: ellipse(37% 24% at 50% 50%); } .cod1{ width: 10px; height: 12px; margin-left: 170px; margin-top: 19px; background-color: black; position: absolute; border-radius: 100% 0% 49% 51% / 0% 0% 100% 100%; transform: rotate(7deg); } .subCod1{ width: 8px; height: 10px; margin-left: 1px; margin-top: 1px; background-color: #d3cd76; position: absolute; border-radius: 100% 0% 49% 51% / 0% 0% 100% 100%; } .cod2{ width: 10px; height: 12px; margin-left: 180px; margin-top: 19px; background-color: black; position: absolute; border-radius: 100% 0% 49% 51% / 0% 0% 100% 100%; transform: rotate(7deg); } .subCod2{ width: 8px; height: 10px; margin-left: 1px; margin-top: 1px; background-color: #d3cd76; position: absolute; border-radius: 100% 0% 49% 51% / 0% 0% 100% 100%; } .cod3{ width: 10px; height: 12px; margin-left: 190px; margin-top: 19px; background-color: black; position: absolute; border-radius: 100% 0% 49% 51% / 0% 0% 100% 100%; transform: rotate(7deg); } .subCod3{ width: 8px; height: 10px; margin-left: 1px; margin-top: 1px; background-color: #d3cd76; position: absolute; border-radius: 100% 0% 49% 51% / 0% 0% 100% 100%; } .codRelleno{ width: 68px; height: 71px; margin-left: 151px; margin-top: -15px; background-color:#d3cd76; position: absolute; clip-path: ellipse(26% 5% at 50% 50%); transform: rotate(2deg); } /* fin Cruz.............................................................................. */ .mouth{ width: 215px; height: 45px; margin-left: 90px; margin-top: -60px; background-color: black; position: absolute; border-radius: 100% 0% 50% 50% / 0% 0% 100% 100% ; transform: rotate(7deg); } .subMouth{ width: 212px; height: 42px; margin-left: 1px; margin-top: 1px; background-color: #9e414c; position: absolute; overflow: hidden; border-radius: 100% 0% 50% 50% / 0% 0% 100% 100% ; } .tongue{ width: 190px; height: 140px; margin-left: 2px; margin-top: -15px; background-color: #d3777c; border-radius: 1% 99% 0% 100% / 0% 100% 0% 100%; transform: rotate(145deg); } .leftCanine{ width: 33px; height: 23px; margin-left: 80px; margin-top: -73px; background-color: black; position: absolute; clip-path: polygon(51% 100%, 0 0, 100% 0); transform: rotate(7deg); } .subLeftCanine{ width: 30px; height: 20px; margin-left: 1px; margin-top: 1px; background-color: #e8edee; position: absolute; clip-path: polygon(51% 100%, 0 0, 100% 0); } .rightCanine{ width: 33px; height: 23px; margin-left: 285px; margin-top: -48px; background-color: black; position: absolute; clip-path: polygon(51% 100%, 0 0, 100% 0); transform: rotate(7deg); } .subRightCanine{ width: 30px; height: 20px; margin-left: 1px; margin-top: 1px; background-color: #e8edee; position: absolute; clip-path: polygon(51% 100%, 0 0, 100% 0); } .leftSmile{ width: 25px; height: 15px; margin-top: -60px; margin-left: 310px; position: absolute; border-bottom: 2px solid black; border-right: 2px solid black; border-radius: 2px; transform: rotate(7deg); } .rightSmile{ width: 25px; height: 15px; margin-top: -90px; margin-left: 70px; position: absolute; border-bottom: 2px solid black; border-left: 2px solid black; border-radius: 2px; transform: rotate(7deg); } /* ...........................................................................fin mouth */ .lineCruz1{ width: 40px; height: 0px; margin-left: 141px; margin-top: 23px; border: 1px solid #33250c; position: absolute; transform: rotate(35deg); } .lineCruz2{ width: 35px; height: 0px; margin-left: 136px; margin-top: 30px; border: 1px solid #33250c; position: absolute; transform: rotate(30deg); } .lineCruz3{ width: 35px; height: 0px; margin-left: 144px; margin-top: 54px; border: 1px solid #33250c; position: absolute; transform: rotate(-19deg); } .lineCruz4{ width: 30px; height: 0px; margin-left: 141px; margin-top: 45px; border: 1px solid #33250c; position: absolute; transform: rotate(-19deg); } .lineCruz5{ width: 47px; height: 0px; margin-left: 179px; margin-top: 27px; border: 1px solid #33250c; position: absolute; transform: rotate(-19deg); } .lineCruz6{ width: 42px; height: 0px; margin-left: 184px; margin-top: 37px; border: 1px solid #33250c; position: absolute; transform: rotate(-19deg); } .lineCruz7{ width: 35px; height: 0px; margin-left: 177px; margin-top: 58px; border: 1px solid #33250c; position: absolute; transform: rotate(32deg); } .lineCruz8{ width: 33px; height: 0px; margin-left: 185px; margin-top: 52px; border: 1px solid #33250c; position: absolute; transform: rotate(27deg); } /* fin line cruz................................................................. */ .line1{ width: 5px; height: 0px; margin-left: 60px; margin-top: -151px; border: 1px solid #3c243a; position: absolute; transform: rotate(105deg); } .line2{ width: 5px; height: 0px; margin-left: 65px; margin-top: -160px; border: 1px solid #3c243a; position: absolute; transform: rotate(65deg); } .line3{ width: 5px; height: 0px; margin-left: 70px; margin-top: -166px; border: 1px solid #3c243a; position: absolute; transform: rotate(65deg); } .line4{ width: 5px; height: 0px; margin-left: 205px; margin-top: -200px; border: 1px solid #3c243a; position: absolute; transform: rotate(65deg); } .line5{ width: 5px; height: 0px; margin-left: 215px; margin-top: -202px; border: 1px solid #3c243a; position: absolute; transform: rotate(90deg); } .line6{ width: 8px; height: 0px; margin-left: 230px; margin-top: -200px; border: 1px solid #3c243a; position: absolute; transform: rotate(65deg); } .line7{ width: 8px; height: 0px; margin-left: 235px; margin-top: -205px; border: 1px solid #3c243a; position: absolute; transform: rotate(51deg); } .line8{ width: 8px; height: 0px; margin-left: 362px; margin-top: -135px; border: 1px solid #3c243a; position: absolute; transform: rotate(140deg); } .line9{ width: 5px; height: 0px; margin-left: 374px; margin-top: -134px; border: 1px solid #3c243a; position: absolute; transform: rotate(110deg); } .line10{ width: 5px; height: 0px; margin-left: 380px; margin-top: -133px; border: 1px solid #3c243a; position: absolute; transform: rotate(90deg); } .line11{ width: 8px; height: 0px; margin-left: 388px; margin-top: -132px; border: 1px solid #3c243a; position: absolute; transform: rotate(77deg); } .line12{ width: 8px; height: 0px; margin-left: 388px; margin-top: -64px; border: 1px solid #3c243a; position: absolute; transform: rotate(-20deg); } .line13{ width: 8px; height: 0px; margin-left: 387px; margin-top: -57px; border: 1px solid #3c243a; position: absolute; transform: rotate(-20deg); } .line14{ width: 5px; height: 0px; margin-left: 391px; margin-top: -45px; border: 1px solid #3c243a; position: absolute; transform: rotate(-55deg); } .line15{ width: 8px; height: 0px; margin-left: 394px; margin-top: -36px; border: 1px solid #3c243a; position: absolute; transform: rotate(-60deg); } .line16{ width: 8px; height: 0px; margin-left: 307px; margin-top: -6px; border: 1px solid #3c243a; position: absolute; transform: rotate(-8deg); } .line17{ width: 8px; height: 0px; margin-left: 317px; margin-top: -14px; border: 1px solid #3c243a; position: absolute; transform: rotate(2deg); } .line18{ width: 8px; height: 0px; margin-left: 323px; margin-top: -21px; border: 1px solid #3c243a; position: absolute; transform: rotate(45deg); } /* fin line..................................................................................................... */ .shadow1{ width: 69px; height: 112px; margin-top: -90px; margin-left: -6px; position: absolute; background-color: rgba(120, 88, 129, 0.7); clip-path: polygon(42% 48%, 0 52%, 70% 79%); transform: rotate(7deg); } .shadow2{ width: 314px; height: 168px; margin-top: -54px; margin-left: 14px; position: absolute; background-color: rgba(120, 88, 129, 0.7); clip-path: polygon(46% 51%, 85% 45%, 100% 35%, 100% 56%, 76% 79%, 56% 82%, 26% 77%, 12% 57%, -1% 33%, 13% 45%); transform: rotate(7deg); } .shadow3{ width: 113px; height: 58px; margin-top: 3px; margin-left: 273px; position: absolute; background-color: rgba(120, 88, 129, 0.7); clip-path: polygon(60% 19%, 100% 0, 84% 50%, 49% 100%, 49% 34%); transform: rotate(7deg); } .shadow4{ width: 67px; height: 74px; margin-top: -252px; margin-left: 196px; position: absolute; background-color: rgba(120, 88, 129, 0.7); clip-path: polygon(24% 9%, 33% 3%, 48% 0, 63% 2%, 70% 7%, 73% 42%, 89% 64%, 81% 75%, 69% 80%, 56% 80%, 44% 78%, 22% 48%); transform: rotate(4deg); } .shadow5{ width: 50px; height: 62px; margin-top: -176px; margin-left: 376px; position: absolute; background-color: rgba(120, 88, 129, 0.7); clip-path: polygon(24% 12%, 37% 15%, 47% 16%, 61% 14%, 72% 12%, 73% 42%, 89% 64%, 81% 75%, 69% 80%, 56% 80%, 44% 78%, 22% 48%); transform: rotate(53deg); } .shadow6{ width: 40px; height: 90px; margin-top: -90px; margin-left: 394px; position: absolute; background-color: rgba(120, 88, 129, 0.7); clip-path: polygon(14% 24%, 29% 21%, 45% 26%, 59% 24%, 80% 16%, 73% 42%, 89% 64%, 81% 75%, 69% 80%, 56% 80%, 44% 78%, 12% 58%); transform: rotate(79deg); } .click{ width: 100%; height: 50px; margin-top: 430px; margin-left: 240px; position: absolute; } .btn-neon{ background-color: rgba(0, 0, 0, 0.9); border: none; border-radius: 5px; position: relative; display: inline-block; padding: 15px 30px; letter-spacing: 4px; font-size: 24px; text-decoration: none; overflow: hidden; transition: 0.2s; } .btn-neon{ color: #fff; } .btn-neon:hover{ background: #c5ce26; box-shadow: 0 0 10px #c5ce26, 0 0 40px #c5ce26, 0 0 80px #c5ce26; }
src/koffing/style.css
body{ display: flex; background-color: #526d65; } header{ margin-left: 500px; margin-top: 100px; } .container{ width: 425px; height: 360px; position: absolute; padding-top: 2px; padding-left: 2px; clip-path: ellipse(49% 45% at 50% 50%); background-color: black; } .head{ width: 423px; height: 358px; clip-path: ellipse(49% 45% at 50% 50%); background-color: #a88ea9; } .item{ width: 104px; height: 105px; padding-top: 4px; padding-left: 4px; margin-top: 285px; margin-left: 260px; background-color: black; position: absolute; clip-path: polygon(6% 47%, 77% 20%, 76% 49%, 32% 61%); } .item1{ width: 100px; height: 100px; background-color: #86678c; clip-path: polygon(6% 47%, 77% 20%, 76% 49%, 32% 61%); } .item2{ width: 204px; height: 204px; padding-top: 4px; padding-left: 4px; margin-top: 191px; margin-left: -15px; background-color: black; position: absolute; clip-path: polygon(46% 56%, 63% 65%, 52% 75%, 35% 66%, 37% 49%); } .item3{ width: 200px; height: 200px; background-color:#86678c; clip-path: polygon(46% 56%, 63% 65%, 52% 75%, 35% 66%, 37% 49%); } .relleno{ width: 105px; height: 65px; margin-top: 210px; margin-left: 260px; background-color: #a88ea9; position: absolute; clip-path: polygon(42% 12%, 100% 20%, 37% 79%, 3% 48%); } .item4{ width: 154px; height: 155px; padding-top: 1px; padding-left: 1px; margin-top: 220px; margin-left: 300px; background-color: black; position: absolute; clip-path: polygon(16% 15%, 36% 4%, 35% 13%, 47% 30%, 38% 41%, 27% 45%, 13% 32%, 0 26%); } .item5{ width: 150px; height: 150px; background-color: #a88ea9; clip-path: polygon(16% 15%, 36% 4%, 35% 13%, 47% 30%, 38% 41%, 27% 45%, 13% 32%, 0 26%); } .item6{ width: 103px; height: 104px; padding-top: 3px; padding-left: 4px; margin-left: 350px; margin-top: 150px; background-color: black; position: absolute; clip-path: polygon(56% 25%, 86% 27%, 94% 43%, 90% 63%, 56% 66%, 47% 84%, 49% 50%, 39% 14%); } .item7{ width: 100px; height: 100px; background-color: #a88ea9; clip-path: polygon(56% 25%, 86% 27%, 94% 43%, 90% 63%, 56% 66%, 47% 84%, 49% 50%, 39% 14%); } .item8{ width: 103px; height: 104px; padding-top: 3px; padding-left: 4px; margin-left: 335px; margin-top: 55px; position: absolute; background-color: black; clip-path: polygon(80% 26%, 85% 49%, 60% 67%, 14% 25%, 60% 16%); } .item9{ width: 100px; height: 100px; background-color: #a88ea9; clip-path: polygon(80% 26%, 85% 49%, 60% 67%, 14% 25%, 60% 16%); } .item10{ width: 155px; height: 147px; padding-top: 2px; padding-left: 2px; margin-left: 140px; position: absolute; background-color: black; clip-path: polygon(50% 0%, 64% 0, 69% 5%, 67% 20%, 74% 36%, 53% 37%, 26% 37%, 33% 23%, 33% 5%, 39% 0); } .item11{ width:153px; height: 145px; background-color: #a88ea9 ; clip-path: polygon(50% 0%, 64% 0, 69% 5%, 67% 20%, 74% 36%, 53% 37%, 26% 37%, 33% 23%, 33% 5%, 39% 0); } .relleno2{ margin-left: 190px; margin-top: 50px; width: 216px; height: 205px; background-color: #a88ea9; clip-path: polygon(0 0, 67% 5%, 97% 29%, 103% 99%, 57% 56%); } .item12{ width: 103px; height: 104px; padding-top: 3px; padding-left: 2px; margin-top: 30px; margin-left: 35px; position: absolute; background-color: black; clip-path: polygon(32% 10%, 46% 20%, 60% 32%, 75% 45%, 46% 61%, 20% 77%, 12% 60%, 2% 45%, 0% 35%, 21% 13%); } .item13{ width: 100px; height: 100px; background-color: #a88ea9; clip-path: polygon(32% 10%, 46% 20%, 60% 32%, 75% 45%, 46% 61%, 20% 77%, 12% 60%, 2% 45%, 0% 35%, 21% 13%); } .item14{ width: 104px; height: 104px; padding-top: 2px; padding-left: 2px; margin-top: 170px; margin-left: -15px; position: absolute; background-color: black; clip-path: polygon(4% 31%, 37% 18%, 44% 71%, 8% 48%); } .item15{ width: 100px; height: 100px; position: absolute; background-color: #a88ea9; clip-path: polygon(4% 31%, 37% 18%, 44% 71%, 8% 48%); } .relleno3{ width: 216px; height: 205px; margin-top: -198px; margin-left: 24px; position: absolute; background-color: #a88ea9; clip-path: polygon(71% 0, 91% 0, 35% 56%, 0 96%, 0 41%, 27% 15%) } .relleno4{ width: 15px; height: 10px; margin-top: -200px; margin-left: 181px; position: absolute; background-color: #a88ea9; } /* fin items............................................................................................ */ .rotate{ transform: rotate(7deg); } .leftEye{ width: 97px; height: 47px; padding-top: 2px; padding-left: 2px; margin-top: -145px; margin-left: 70px; background-color: black; position: absolute; border-radius: 90px 90px 0 0; box-shadow: 2px -5px 0px -1px rgba(121,86,128,1); } .subLeftEye{ width: 95px; height: 45px; background-color: #ececec; position: absolute; border-radius: 90px 90px 0 0; } .leftPupil{ width: 10px; height: 10px; margin-left: 60px; margin-top: 30px; border-radius: 50px; background-color: black; } .rightEye{ width: 115px; height: 55px; padding-top: 2px; padding-left: 2px; margin-top: -152px; margin-left: 220px; background-color: black; position: absolute; border-radius: 90px 90px 0 0; box-shadow: -3px -5px 0px -1px rgba(121,86,128,1); } .subRightEye{ width: 113px; height: 53px; background-color: #ececec; position: absolute; border-radius: 90px 90px 0 0; } .rightPupil{ width: 10px; height: 10px; margin-left: 25px; margin-top: 35px; border-radius: 50px; background-color: black; } /* fin eyes............................................................................... */ .cruz{ width: 120px; height: 120px; margin-left: 130px; margin-top: -15px; position: absolute; clip-path: polygon(5% 24%, 2% 36%, 35% 49%, 9% 60%, 11% 70%, 40% 55%, 70% 69%, 74% 59%, 47% 50%, 80% 35%, 77% 25%, 40% 44%); background-color: black; transform: rotate(7deg); } .subCruz{ width: 114px; height: 113px; margin-top: 3.5px; margin-left: 3px; position: absolute; clip-path: polygon(5% 24%, 2% 36%, 35% 49%, 9% 60%, 11% 70%, 40% 55%, 70% 69%, 74% 59%, 47% 50%, 80% 35%, 77% 25%, 40% 44%); background-color: #d3cd76; } .rellenoCruz{ width: 21px; height: 16px; margin-left: 135px; margin-top: 11px; background-color: #d3cd76; position: absolute; border-radius: 0% 100% 1% 99% / 0% 100% 0% 100%; } .leftTopcruz{ width: 25px; height: 25px; margin-left: 120px; margin-top: -1px; background-color: black; position: absolute; border-radius: 79% 21% 1% 99% / 79% 100% 0% 21%; transform: rotate(-12deg); } .subLeftCruz{ width: 23px; height: 23px; margin-left: 1px; margin-top: 1px; background-color: #d3cd76; position: absolute; border-radius: 79% 21% 1% 99% / 79% 100% 0% 21%; } .rightTopCruz{ width: 25px; height: 25px; margin-left: 225px; margin-top: 11px; position: absolute; background-color: black; border-radius: 20% 80% 100% 0% / 100% 52% 48% 0%; transform: rotate(35deg); } .subRightTopCruz{ width: 23px; height: 23px; margin-top: 1px; margin-left: 1px; position: absolute; background-color: #d3cd76; border-radius: 20% 80% 100% 0% / 100% 52% 48% 0%; } .rellenoCruz2{ width: 15px; height: 15px; margin-left: 219px; margin-top: 17px; background-color: #d3cd76; position: absolute; border-radius: 100% 0% 100% 0% / 100% 0% 100% 0% ; } .rightDownCruz{ width: 20px; height: 20px; margin-left: 210px; margin-top: 59px; background-color: black; position: absolute; border-radius: 0% 100% 80% 20% / 0% 20% 80% 100%; } .subRightDownCruz{ width: 18px; height: 18px; margin-left: 1px; margin-top: 1px; background-color: #d3cd76; position: absolute; border-radius: 0% 100% 80% 20% / 0% 20% 80% 100%; } .rellenoCruz3{ width: 15px; height: 15px; margin-left: 205px; margin-top: 56px; background-color: #d3cd76; position: absolute; border-radius: 0% 100% 0% 100% / 0% 100% 0% 100%; } .leftDownCruz{ width: 20px; height: 20px; margin-left: 125px; margin-top: 50px; background-color: black; position: absolute; border-radius: 100% 0% 28% 72% / 24% 0% 100% 76%; transform: rotate(15deg); } .subLeftDownCruz{ width: 18px; height: 18px; margin-left: 1px; margin-top: 1px; background-color: #d3cd76; position: absolute; border-radius: 100% 0% 28% 72% / 24% 0% 100% 76%; } .rellenoCruz4{ width: 15px; height: 15px; margin-left: 140px; margin-top: 47px; background-color: #d3cd76; position: absolute; border-radius: 100% 0% 100% 0% / 100% 0% 100% 0%; transform: rotate(25deg); } .circleCruz{ width: 80px; height: 80px; margin-left: 145px; margin-top: -33px; background-color: black; position: absolute; clip-path: ellipse(37% 24% at 50% 50%); transform: rotate(7deg); } .subCircleCruz{ width: 78px; height: 78px; margin-left: 1px; margin-top: 1px; background-color: #d3cd76; position: absolute; clip-path: ellipse(37% 24% at 50% 50%); } .circlePurple{ width: 45px; height: 45px; margin-left: 163px; margin-top: -16px; background-color: black; position: absolute; clip-path: ellipse(37% 24% at 50% 50%); transform: rotate(7deg); } .subCirclePurple{ width: 43px; height: 43px; margin-left: 1px; margin-top: 1px; background-color: #a88ea9; position: absolute; clip-path: ellipse(37% 24% at 50% 50%); } .cod1{ width: 10px; height: 12px; margin-left: 170px; margin-top: 19px; background-color: black; position: absolute; border-radius: 100% 0% 49% 51% / 0% 0% 100% 100%; transform: rotate(7deg); } .subCod1{ width: 8px; height: 10px; margin-left: 1px; margin-top: 1px; background-color: #d3cd76; position: absolute; border-radius: 100% 0% 49% 51% / 0% 0% 100% 100%; } .cod2{ width: 10px; height: 12px; margin-left: 180px; margin-top: 19px; background-color: black; position: absolute; border-radius: 100% 0% 49% 51% / 0% 0% 100% 100%; transform: rotate(7deg); } .subCod2{ width: 8px; height: 10px; margin-left: 1px; margin-top: 1px; background-color: #d3cd76; position: absolute; border-radius: 100% 0% 49% 51% / 0% 0% 100% 100%; } .cod3{ width: 10px; height: 12px; margin-left: 190px; margin-top: 19px; background-color: black; position: absolute; border-radius: 100% 0% 49% 51% / 0% 0% 100% 100%; transform: rotate(7deg); } .subCod3{ width: 8px; height: 10px; margin-left: 1px; margin-top: 1px; background-color: #d3cd76; position: absolute; border-radius: 100% 0% 49% 51% / 0% 0% 100% 100%; } .codRelleno{ width: 68px; height: 71px; margin-left: 151px; margin-top: -15px; background-color:#d3cd76; position: absolute; clip-path: ellipse(26% 5% at 50% 50%); transform: rotate(2deg); } /* fin Cruz.............................................................................. */ .mouth{ width: 215px; height: 45px; margin-left: 90px; margin-top: -60px; background-color: black; position: absolute; border-radius: 100% 0% 50% 50% / 0% 0% 100% 100% ; transform: rotate(7deg); } .subMouth{ width: 212px; height: 42px; margin-left: 1px; margin-top: 1px; background-color: #9e414c; position: absolute; overflow: hidden; border-radius: 100% 0% 50% 50% / 0% 0% 100% 100% ; } .tongue{ width: 190px; height: 140px; margin-left: 2px; margin-top: -15px; background-color: #d3777c; border-radius: 1% 99% 0% 100% / 0% 100% 0% 100%; transform: rotate(145deg); } .leftCanine{ width: 33px; height: 23px; margin-left: 80px; margin-top: -73px; background-color: black; position: absolute; clip-path: polygon(51% 100%, 0 0, 100% 0); transform: rotate(7deg); } .subLeftCanine{ width: 30px; height: 20px; margin-left: 1px; margin-top: 1px; background-color: #e8edee; position: absolute; clip-path: polygon(51% 100%, 0 0, 100% 0); } .rightCanine{ width: 33px; height: 23px; margin-left: 285px; margin-top: -48px; background-color: black; position: absolute; clip-path: polygon(51% 100%, 0 0, 100% 0); transform: rotate(7deg); } .subRightCanine{ width: 30px; height: 20px; margin-left: 1px; margin-top: 1px; background-color: #e8edee; position: absolute; clip-path: polygon(51% 100%, 0 0, 100% 0); } .leftSmile{ width: 25px; height: 15px; margin-top: -60px; margin-left: 310px; position: absolute; border-bottom: 2px solid black; border-right: 2px solid black; border-radius: 2px; transform: rotate(7deg); } .rightSmile{ width: 25px; height: 15px; margin-top: -90px; margin-left: 70px; position: absolute; border-bottom: 2px solid black; border-left: 2px solid black; border-radius: 2px; transform: rotate(7deg); } /* ...........................................................................fin mouth */ .lineCruz1{ width: 40px; height: 0px; margin-left: 141px; margin-top: 23px; border: 1px solid #33250c; position: absolute; transform: rotate(35deg); } .lineCruz2{ width: 35px; height: 0px; margin-left: 136px; margin-top: 30px; border: 1px solid #33250c; position: absolute; transform: rotate(30deg); } .lineCruz3{ width: 35px; height: 0px; margin-left: 144px; margin-top: 54px; border: 1px solid #33250c; position: absolute; transform: rotate(-19deg); } .lineCruz4{ width: 30px; height: 0px; margin-left: 141px; margin-top: 45px; border: 1px solid #33250c; position: absolute; transform: rotate(-19deg); } .lineCruz5{ width: 47px; height: 0px; margin-left: 179px; margin-top: 27px; border: 1px solid #33250c; position: absolute; transform: rotate(-19deg); } .lineCruz6{ width: 42px; height: 0px; margin-left: 184px; margin-top: 37px; border: 1px solid #33250c; position: absolute; transform: rotate(-19deg); } .lineCruz7{ width: 35px; height: 0px; margin-left: 177px; margin-top: 58px; border: 1px solid #33250c; position: absolute; transform: rotate(32deg); } .lineCruz8{ width: 33px; height: 0px; margin-left: 185px; margin-top: 52px; border: 1px solid #33250c; position: absolute; transform: rotate(27deg); } /* fin line cruz................................................................. */ .line1{ width: 5px; height: 0px; margin-left: 60px; margin-top: -151px; border: 1px solid #3c243a; position: absolute; transform: rotate(105deg); } .line2{ width: 5px; height: 0px; margin-left: 65px; margin-top: -160px; border: 1px solid #3c243a; position: absolute; transform: rotate(65deg); } .line3{ width: 5px; height: 0px; margin-left: 70px; margin-top: -166px; border: 1px solid #3c243a; position: absolute; transform: rotate(65deg); } .line4{ width: 5px; height: 0px; margin-left: 205px; margin-top: -200px; border: 1px solid #3c243a; position: absolute; transform: rotate(65deg); } .line5{ width: 5px; height: 0px; margin-left: 215px; margin-top: -202px; border: 1px solid #3c243a; position: absolute; transform: rotate(90deg); } .line6{ width: 8px; height: 0px; margin-left: 230px; margin-top: -200px; border: 1px solid #3c243a; position: absolute; transform: rotate(65deg); } .line7{ width: 8px; height: 0px; margin-left: 235px; margin-top: -205px; border: 1px solid #3c243a; position: absolute; transform: rotate(51deg); } .line8{ width: 8px; height: 0px; margin-left: 362px; margin-top: -135px; border: 1px solid #3c243a; position: absolute; transform: rotate(140deg); } .line9{ width: 5px; height: 0px; margin-left: 374px; margin-top: -134px; border: 1px solid #3c243a; position: absolute; transform: rotate(110deg); } .line10{ width: 5px; height: 0px; margin-left: 380px; margin-top: -133px; border: 1px solid #3c243a; position: absolute; transform: rotate(90deg); } .line11{ width: 8px; height: 0px; margin-left: 388px; margin-top: -132px; border: 1px solid #3c243a; position: absolute; transform: rotate(77deg); } .line12{ width: 8px; height: 0px; margin-left: 388px; margin-top: -64px; border: 1px solid #3c243a; position: absolute; transform: rotate(-20deg); } .line13{ width: 8px; height: 0px; margin-left: 387px; margin-top: -57px; border: 1px solid #3c243a; position: absolute; transform: rotate(-20deg); } .line14{ width: 5px; height: 0px; margin-left: 391px; margin-top: -45px; border: 1px solid #3c243a; position: absolute; transform: rotate(-55deg); } .line15{ width: 8px; height: 0px; margin-left: 394px; margin-top: -36px; border: 1px solid #3c243a; position: absolute; transform: rotate(-60deg); } .line16{ width: 8px; height: 0px; margin-left: 307px; margin-top: -6px; border: 1px solid #3c243a; position: absolute; transform: rotate(-8deg); } .line17{ width: 8px; height: 0px; margin-left: 317px; margin-top: -14px; border: 1px solid #3c243a; position: absolute; transform: rotate(2deg); } .line18{ width: 8px; height: 0px; margin-left: 323px; margin-top: -21px; border: 1px solid #3c243a; position: absolute; transform: rotate(45deg); } /* fin line..................................................................................................... */ .shadow1{ width: 69px; height: 112px; margin-top: -90px; margin-left: -6px; position: absolute; background-color: rgba(120, 88, 129, 0.7); clip-path: polygon(42% 48%, 0 52%, 70% 79%); transform: rotate(7deg); } .shadow2{ width: 314px; height: 168px; margin-top: -54px; margin-left: 14px; position: absolute; background-color: rgba(120, 88, 129, 0.7); clip-path: polygon(46% 51%, 85% 45%, 100% 35%, 100% 56%, 76% 79%, 56% 82%, 26% 77%, 12% 57%, -1% 33%, 13% 45%); transform: rotate(7deg); } .shadow3{ width: 113px; height: 58px; margin-top: 3px; margin-left: 273px; position: absolute; background-color: rgba(120, 88, 129, 0.7); clip-path: polygon(60% 19%, 100% 0, 84% 50%, 49% 100%, 49% 34%); transform: rotate(7deg); } .shadow4{ width: 67px; height: 74px; margin-top: -252px; margin-left: 196px; position: absolute; background-color: rgba(120, 88, 129, 0.7); clip-path: polygon(24% 9%, 33% 3%, 48% 0, 63% 2%, 70% 7%, 73% 42%, 89% 64%, 81% 75%, 69% 80%, 56% 80%, 44% 78%, 22% 48%); transform: rotate(4deg); } .shadow5{ width: 50px; height: 62px; margin-top: -176px; margin-left: 376px; position: absolute; background-color: rgba(120, 88, 129, 0.7); clip-path: polygon(24% 12%, 37% 15%, 47% 16%, 61% 14%, 72% 12%, 73% 42%, 89% 64%, 81% 75%, 69% 80%, 56% 80%, 44% 78%, 22% 48%); transform: rotate(53deg); } .shadow6{ width: 40px; height: 90px; margin-top: -90px; margin-left: 394px; position: absolute; background-color: rgba(120, 88, 129, 0.7); clip-path: polygon(14% 24%, 29% 21%, 45% 26%, 59% 24%, 80% 16%, 73% 42%, 89% 64%, 81% 75%, 69% 80%, 56% 80%, 44% 78%, 12% 58%); transform: rotate(79deg); } .click{ width: 100%; height: 50px; margin-top: 430px; margin-left: 240px; position: absolute; } .btn-neon{ background-color: rgba(0, 0, 0, 0.9); border: none; border-radius: 5px; position: relative; display: inline-block; padding: 15px 30px; letter-spacing: 4px; font-size: 24px; text-decoration: none; overflow: hidden; transition: 0.2s; } .btn-neon{ color: #fff; } .btn-neon:hover{ background: #c5ce26; box-shadow: 0 0 10px #c5ce26, 0 0 40px #c5ce26, 0 0 80px #c5ce26; }
0.468547
0.070784
@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap'); *, .font, h1, h2, h3, h4, h5, h5, .h6 { font-family: 'Tajawal', sans-serif; } body { background-color: #fafafa; } .material-shadow, .dropdown-menu, .box, .navbar { box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)!important; } /* .footer{ background-color: #ff9800!important; height: 50px ;font-size: 25px ;text-align: center; } @media only screen and (max-width: 768px) { .footer{ height: 0px } } */ .modal { overflow: auto!important; } .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding: 5px!important; } .modal-backdrop { display: none!important; opacity: none!important; } .login-background { background-image: url(/assets/img/new_back.png)!important; background-size: cover!important; background-repeat: no-repeat!important; } .margin-5 { margin: 5px!important; } .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb { background-color: #2cbf11!important; } .mat-slide-toggle.mat-checked .mat-slide-toggle-bar { background-color: rgba(60, 228, 49, 0.54)!important; } .gray-button { box-shadow: inset 0px 1px 0px 0px #ffffff; background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%); background-color: #f9f9f9; border-radius: 6px; border: 1px solid #dcdcdc; display: inline-block; cursor: pointer; color: #666666; font-family: Arial; font-weight: bold; text-decoration: none; text-shadow: 0px 1px 0px #ffffff!important; } .gray-button:hover { background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%); background-color: #e9e9e9; } .gray-button:active { position: relative; top: 1px; } .select2 { width: 100%!important; } .select2-selection__choice { background-color: #4a569a!important; border: none!important; } .select2-selection__choice__remove { color: white!important; } .w3-bar-item { text-align: right!important; } .w3-tiny { font-size: 12px!important; } /*****************************/ .safe-box { padding: 10px } .border-bottom-dashed { border-bottom: 2px dashed gray!important; } .border-bottom-red { border-bottom: 2px dashed red!important; } .border-dashed { border: 2px dashed lightgray!important; } .btn-margin-bottom { margin-bottom: 6px!important; } .custom-panel { border: 2px dashed black!important; margin-bottom: 15px!important; } .custom-panel-title { position: absolute!important; right: 10px!important; top: -13px!important; width: auto!important; background-color: white!important; padding-left: 10px!important; padding-right: 10px!important; z-index: 9!important; } .custom-panel-body { padding: 5px; } .small-shadow { box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3)!important; } .search-input { min-width: 70%!important; } .border-gray { border: 1px solid gray!important; } .custom-input { min-width: 120px } .modal { overflow: auto!important; } /* custom button style */ select, input[type=file] { padding: 0px!important; } .filter-top { height: 200px!important; overflow: auto; } .filter-side { height: 400px!important; overflow: auto; } .w3-ul li { padding: 2px!important; font-size: 12px!important; } .number_input { width: 45px } table, tr { width: 100% } .modal { transform: translate3d(0, 0, 0)!important; -webkit-transform: translate3d(0, 0, 0)!important; } .modal.fade .modal-dialog { transform: none!important; } .light-gray { background-color: #fafafa; } .cursor { cursor: pointer; } .mat-form-field-outline { padding: 5px; } .cdk-overlay-connected-position-bounding-box, .cdk-global-overlay-wrapper, .cdk-overlay-container, .cdk-overlay-pane { z-index: 999999999999!important } /****/ /* width */ ::-webkit-scrollbar { width: 8px; height: 8px; } /* Track */ ::-webkit-scrollbar-track { background: #dedcdc94; border-radius: 5px; } /* Handle */ ::-webkit-scrollbar-thumb { background: gray; width: 5px; border-radius: 5px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #1a2226; } .rotate-180 { transform: rotateY(180deg); } .app-form { box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%); outline: none; border: none; }
public/assets/css/app.css
@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap'); *, .font, h1, h2, h3, h4, h5, h5, .h6 { font-family: 'Tajawal', sans-serif; } body { background-color: #fafafa; } .material-shadow, .dropdown-menu, .box, .navbar { box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)!important; } /* .footer{ background-color: #ff9800!important; height: 50px ;font-size: 25px ;text-align: center; } @media only screen and (max-width: 768px) { .footer{ height: 0px } } */ .modal { overflow: auto!important; } .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding: 5px!important; } .modal-backdrop { display: none!important; opacity: none!important; } .login-background { background-image: url(/assets/img/new_back.png)!important; background-size: cover!important; background-repeat: no-repeat!important; } .margin-5 { margin: 5px!important; } .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb { background-color: #2cbf11!important; } .mat-slide-toggle.mat-checked .mat-slide-toggle-bar { background-color: rgba(60, 228, 49, 0.54)!important; } .gray-button { box-shadow: inset 0px 1px 0px 0px #ffffff; background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%); background-color: #f9f9f9; border-radius: 6px; border: 1px solid #dcdcdc; display: inline-block; cursor: pointer; color: #666666; font-family: Arial; font-weight: bold; text-decoration: none; text-shadow: 0px 1px 0px #ffffff!important; } .gray-button:hover { background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%); background-color: #e9e9e9; } .gray-button:active { position: relative; top: 1px; } .select2 { width: 100%!important; } .select2-selection__choice { background-color: #4a569a!important; border: none!important; } .select2-selection__choice__remove { color: white!important; } .w3-bar-item { text-align: right!important; } .w3-tiny { font-size: 12px!important; } /*****************************/ .safe-box { padding: 10px } .border-bottom-dashed { border-bottom: 2px dashed gray!important; } .border-bottom-red { border-bottom: 2px dashed red!important; } .border-dashed { border: 2px dashed lightgray!important; } .btn-margin-bottom { margin-bottom: 6px!important; } .custom-panel { border: 2px dashed black!important; margin-bottom: 15px!important; } .custom-panel-title { position: absolute!important; right: 10px!important; top: -13px!important; width: auto!important; background-color: white!important; padding-left: 10px!important; padding-right: 10px!important; z-index: 9!important; } .custom-panel-body { padding: 5px; } .small-shadow { box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3)!important; } .search-input { min-width: 70%!important; } .border-gray { border: 1px solid gray!important; } .custom-input { min-width: 120px } .modal { overflow: auto!important; } /* custom button style */ select, input[type=file] { padding: 0px!important; } .filter-top { height: 200px!important; overflow: auto; } .filter-side { height: 400px!important; overflow: auto; } .w3-ul li { padding: 2px!important; font-size: 12px!important; } .number_input { width: 45px } table, tr { width: 100% } .modal { transform: translate3d(0, 0, 0)!important; -webkit-transform: translate3d(0, 0, 0)!important; } .modal.fade .modal-dialog { transform: none!important; } .light-gray { background-color: #fafafa; } .cursor { cursor: pointer; } .mat-form-field-outline { padding: 5px; } .cdk-overlay-connected-position-bounding-box, .cdk-global-overlay-wrapper, .cdk-overlay-container, .cdk-overlay-pane { z-index: 999999999999!important } /****/ /* width */ ::-webkit-scrollbar { width: 8px; height: 8px; } /* Track */ ::-webkit-scrollbar-track { background: #dedcdc94; border-radius: 5px; } /* Handle */ ::-webkit-scrollbar-thumb { background: gray; width: 5px; border-radius: 5px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #1a2226; } .rotate-180 { transform: rotateY(180deg); } .app-form { box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%); outline: none; border: none; }
0.362179
0.099777
html, body { height: 100%; background: #eee; font-family: "GHEAGrapalat", serif; } @media (min-width: 1500px) { .container { width: 1400px; } } ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { box-shadow: inset 0 0 5px grey; border-radius: 10px; visibility: hidden; } ::-webkit-scrollbar-thumb { background: #0000002b; border-radius: 2px; } ::-webkit-scrollbar-thumb:hover { background: #2b5aa8; } a { color: #00173c; } a:hover { color: #333; } .wrap { min-height: 100%; height: auto; margin: 0 auto; padding: 0 0 60px; } .wrap > .container { padding: 10px 15px 20px; } .footer { background-color: #2d2d2d; padding-top: 20px; font-size: 13px; border-top: solid 50px #5f5f5f; color: #ababab; } .footer .container { padding-bottom: 50px; padding-top: 20px; border-bottom: solid 1px #555; } .footer h4 { margin-bottom: 30px; } .footer a { color: #828282 } .jumbotron { text-align: center; background-color: transparent; } .jumbotron .btn { font-size: 21px; padding: 14px 24px; } .not-set { color: #c55; font-style: italic; } /* add sorting icons to gridview sort links */ a.asc:after, a.desc:after { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings', serif; font-style: normal; font-weight: normal; line-height: 1; padding-left: 5px; } a.asc:after { content: /*"\e113"*/ "\e151"; } a.desc:after { content: /*"\e114"*/ "\e152"; } .sort-numerical a.asc:after { content: "\e153"; } .sort-numerical a.desc:after { content: "\e154"; } .sort-ordinal a.asc:after { content: "\e155"; } .sort-ordinal a.desc:after { content: "\e156"; } .grid-view th { white-space: nowrap; } .hint-block { display: block; margin-top: 5px; color: #999; } .error-summary { color: #2b5aa8; background: #fdf7f7; border-left: 3px solid #eed3d7; padding: 10px 20px; margin: 0 0 15px 0; } /* align the logout "link" (button in form) of the navbar */ .nav li > form > button.logout { padding: 15px; border: none; } @media (max-width: 767px) { .nav li > form > button.logout { display: block; text-align: left; width: 100%; padding: 10px 15px; } } .nav > li > form > button.logout:focus, .nav > li > form > button.logout:hover { text-decoration: none; } .nav > li > form > button.logout:focus { outline: none; } .nopadding { padding: 0 !important; } .nomargin { margin: 0 !important; } .nospaces { margin: 0 !important; padding: 0 !important; } .widget_title a { color: #c7a871; } .widget_title a:hover { color: #87704a; } .widget_title { background: #444444; color: #ffffff; border-bottom: solid 5px #000000; padding: 10px; font-size: 14px; text-align: center; overflow: hidden; } #logo { display: inline-block; padding: 15px 0; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { background: #2b5aa8; border-color: #fff; } .pagination > li > a, .pagination > li > span { color: #444; } .navbar-default { border: none; border-radius: 0; }
assets/src/css/site.css
html, body { height: 100%; background: #eee; font-family: "GHEAGrapalat", serif; } @media (min-width: 1500px) { .container { width: 1400px; } } ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { box-shadow: inset 0 0 5px grey; border-radius: 10px; visibility: hidden; } ::-webkit-scrollbar-thumb { background: #0000002b; border-radius: 2px; } ::-webkit-scrollbar-thumb:hover { background: #2b5aa8; } a { color: #00173c; } a:hover { color: #333; } .wrap { min-height: 100%; height: auto; margin: 0 auto; padding: 0 0 60px; } .wrap > .container { padding: 10px 15px 20px; } .footer { background-color: #2d2d2d; padding-top: 20px; font-size: 13px; border-top: solid 50px #5f5f5f; color: #ababab; } .footer .container { padding-bottom: 50px; padding-top: 20px; border-bottom: solid 1px #555; } .footer h4 { margin-bottom: 30px; } .footer a { color: #828282 } .jumbotron { text-align: center; background-color: transparent; } .jumbotron .btn { font-size: 21px; padding: 14px 24px; } .not-set { color: #c55; font-style: italic; } /* add sorting icons to gridview sort links */ a.asc:after, a.desc:after { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings', serif; font-style: normal; font-weight: normal; line-height: 1; padding-left: 5px; } a.asc:after { content: /*"\e113"*/ "\e151"; } a.desc:after { content: /*"\e114"*/ "\e152"; } .sort-numerical a.asc:after { content: "\e153"; } .sort-numerical a.desc:after { content: "\e154"; } .sort-ordinal a.asc:after { content: "\e155"; } .sort-ordinal a.desc:after { content: "\e156"; } .grid-view th { white-space: nowrap; } .hint-block { display: block; margin-top: 5px; color: #999; } .error-summary { color: #2b5aa8; background: #fdf7f7; border-left: 3px solid #eed3d7; padding: 10px 20px; margin: 0 0 15px 0; } /* align the logout "link" (button in form) of the navbar */ .nav li > form > button.logout { padding: 15px; border: none; } @media (max-width: 767px) { .nav li > form > button.logout { display: block; text-align: left; width: 100%; padding: 10px 15px; } } .nav > li > form > button.logout:focus, .nav > li > form > button.logout:hover { text-decoration: none; } .nav > li > form > button.logout:focus { outline: none; } .nopadding { padding: 0 !important; } .nomargin { margin: 0 !important; } .nospaces { margin: 0 !important; padding: 0 !important; } .widget_title a { color: #c7a871; } .widget_title a:hover { color: #87704a; } .widget_title { background: #444444; color: #ffffff; border-bottom: solid 5px #000000; padding: 10px; font-size: 14px; text-align: center; overflow: hidden; } #logo { display: inline-block; padding: 15px 0; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { background: #2b5aa8; border-color: #fff; } .pagination > li > a, .pagination > li > span { color: #444; } .navbar-default { border: none; border-radius: 0; }
0.475118
0.098296
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'); @import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css'); /* .nav{ background-color: whitesmoke; } img{ width: 100%; } */ html,body{ font-family: 'Montserrat', sans-serif; width: 100%; margin: 0px; padding: 0px; overflow-x: hidden; } iframe{ width:100%; } img.logo{ width: 200px; margin-top: 3%; margin-left: 4%; } .navbar{ background: whitesmoke; margin-bottom: 0px !important; min-height: 75px !important; position: relative !important; } .navbar-nav{ padding-top: 2%; } ul.navbar-nav a{ padding-left: 3%; display: inline; } @media (min-width:768px){ .navbar-nav{ float: none !important; } } @media (max-width: 768px){ ul.navbar-nav a{ display: block; padding-top: 2%; } } #mainBanner { position:relative; } .overlayContent { position:absolute; top:100px; right:50px; width:550px; } .bannerText { /*position:absolute; top:0; right:0; width:550px;*/ font-size: 35px; font-family: 'Open Sans', sans-serif; text-align: right; color: #0b7a7a; margin:20px 2px; /*margin-top: 206px; margin-right: 72px;*/ } .downloadIcons { text-align:center; padding-left: 200px; /*position:absolute; width:550px; right:0; bottom: 150px;*/ } img.play { display:inline-block; height: 40px; margin-left: 1%; width:auto; } section#work{ } div.heading{ text-align: center; font-weight: bold; margin-top: 50px; margin-bottom: 40px; } section#work h1,h2,h3,h4 { color: #27B59C; } #work .container{ margin-left: 10px; } section#work { padding-top:20px; } div#safeSection { margin-top: 80px; margin-left: auto; margin-right: auto; border-top: 2px solid #27B59C; width: 50%; } div#safeSection h3 { text-align: center; margin-top: 50px; margin-bottom: 50px; } div#safeSection div.container-fluid { width: 100%; padding: 0px; } div#safeSection div.container-fluid div.row { margin-top: 10px; margin-bottom: 10px; width: 100%; text-align: left; margin: 0px; } div#safeSection ul.textListContainer { list-style-type: none; width:100%; height: auto; padding: 0px; } div#safeSection ul.textListContainer li { display: inline; /* width: 47%; margin-top: 10px; margin-bottom: 20px; */ } div#safeSection ul.textListContainer li h5 { color: #666666; font-weight: bold; } /* div#safeSection ul.textListContainer li:nth-child(odd) { float:left; } div#safeSection ul.textListContainer li:nth-child(even) { float:right; } */ div#safeSection ul.textListContainer li p { color: #666666; margin-top: 20px; font-family:'Montserrat', sans-serif; font-family: 'Montserrat', sans-serif; } div.text { color: #666666; font-size: 16px; } @media (min-width:768px){ li.elementContainer{ display:inline-block; margin-left: 5%; /* height: 200px; width:200px; */ /* height: 210px; width: 210px; */ } div.stepContainer{ margin-left: 7%; } img.imageContainer{ } p.caption{ font-size: 16px; color: #989797; list-style-type: none; font-weight: 800; margin-top: 5px; font-family: 'Montserrat', sans-serif; } } /* @media (min-width:425px){ li.elementContainer{ height: 150px; width: 150px; } p.caption{ font-size: 16px; } } */ section#services { margin-top: 5%; text-align: center; padding: 60px 30px; background-color: #F1F1F1; } section#services h3 { display: block; } section#services li.listElementContainer { width: 150px; height: 150px; display: inline-block; margin-left: 15px; margin-right: 15px; color: #666666; } section#services ul.listOfServices { list-style-type: none; margin-top: 60px; } section#whiteSection,section.whiteSection { padding: 60px 30px; text-align: center; } ul.brandLogos { margin-top: 60px; list-style-type: none; padding-left: 0px; } .logoContainer { margin:8px 10px; /* margin-left:30px!important; */ padding:10px; } li.logoContainer { width: 200px; height: 100px; margin-left: 15px; margin-right: 15px; display: inline-block; } .footerContainer { text-align: center; font-size: 14px; background-image: linear-gradient(45deg, #42b988 0%, #27b59c 50%); background-size: contain; height: 50%; background-position: center bottom; background-repeat: no-repeat; color: white; font-weight: bold; } .nav , .navbar-nav{ padding-left:80px } ul.nav a{ text-decoration:none; color:#777; float:left; font-size: 15px; padding-right:1px; text-align:center; float:left } ul.nav a:hover{ text-decoration:none; color:#449572 } .footer-product { margin: 30px; margin-bottom: -20px; } #footer-links { margin: 30px; margin-bottom: -20px; } #footer-links li { border-right: 1.8px solid white; padding: 0px 15px; margin: 0px; } #footer-links li a { color: white; } .social { list-style-type: none; margin: 30px; margin-bottom: -20px; } .social li { display: inline-block; margin: 30px 15px; } .socialIcon { padding: 5px; color: #424242; display: block; background-color: #ffffff; font-size: 22px; border-radius: 10px; text-align: center; width: 40px; height: 40px; } .company-name { margin: 30px; font-size: 16px; } span.icon-bar{ background: black; } @media (max-width: 550px){ .downloadIcons { margin-top: 20px; position: relative;; right:auto!important; bottom:auto!important; left:0; right:0; padding:0; } .downloadIcons a { margin: 20px 10px; } div#mainBanner .downloadIcons a img { height: 40px; } .logoContainer{ width: 200px; padding:0; margin-top: 15px; margin-top: 10px; margin-bottom: 10px; /* float: none; */ height: auto; } }
src/components/NavHead/style.css
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'); @import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css'); /* .nav{ background-color: whitesmoke; } img{ width: 100%; } */ html,body{ font-family: 'Montserrat', sans-serif; width: 100%; margin: 0px; padding: 0px; overflow-x: hidden; } iframe{ width:100%; } img.logo{ width: 200px; margin-top: 3%; margin-left: 4%; } .navbar{ background: whitesmoke; margin-bottom: 0px !important; min-height: 75px !important; position: relative !important; } .navbar-nav{ padding-top: 2%; } ul.navbar-nav a{ padding-left: 3%; display: inline; } @media (min-width:768px){ .navbar-nav{ float: none !important; } } @media (max-width: 768px){ ul.navbar-nav a{ display: block; padding-top: 2%; } } #mainBanner { position:relative; } .overlayContent { position:absolute; top:100px; right:50px; width:550px; } .bannerText { /*position:absolute; top:0; right:0; width:550px;*/ font-size: 35px; font-family: 'Open Sans', sans-serif; text-align: right; color: #0b7a7a; margin:20px 2px; /*margin-top: 206px; margin-right: 72px;*/ } .downloadIcons { text-align:center; padding-left: 200px; /*position:absolute; width:550px; right:0; bottom: 150px;*/ } img.play { display:inline-block; height: 40px; margin-left: 1%; width:auto; } section#work{ } div.heading{ text-align: center; font-weight: bold; margin-top: 50px; margin-bottom: 40px; } section#work h1,h2,h3,h4 { color: #27B59C; } #work .container{ margin-left: 10px; } section#work { padding-top:20px; } div#safeSection { margin-top: 80px; margin-left: auto; margin-right: auto; border-top: 2px solid #27B59C; width: 50%; } div#safeSection h3 { text-align: center; margin-top: 50px; margin-bottom: 50px; } div#safeSection div.container-fluid { width: 100%; padding: 0px; } div#safeSection div.container-fluid div.row { margin-top: 10px; margin-bottom: 10px; width: 100%; text-align: left; margin: 0px; } div#safeSection ul.textListContainer { list-style-type: none; width:100%; height: auto; padding: 0px; } div#safeSection ul.textListContainer li { display: inline; /* width: 47%; margin-top: 10px; margin-bottom: 20px; */ } div#safeSection ul.textListContainer li h5 { color: #666666; font-weight: bold; } /* div#safeSection ul.textListContainer li:nth-child(odd) { float:left; } div#safeSection ul.textListContainer li:nth-child(even) { float:right; } */ div#safeSection ul.textListContainer li p { color: #666666; margin-top: 20px; font-family:'Montserrat', sans-serif; font-family: 'Montserrat', sans-serif; } div.text { color: #666666; font-size: 16px; } @media (min-width:768px){ li.elementContainer{ display:inline-block; margin-left: 5%; /* height: 200px; width:200px; */ /* height: 210px; width: 210px; */ } div.stepContainer{ margin-left: 7%; } img.imageContainer{ } p.caption{ font-size: 16px; color: #989797; list-style-type: none; font-weight: 800; margin-top: 5px; font-family: 'Montserrat', sans-serif; } } /* @media (min-width:425px){ li.elementContainer{ height: 150px; width: 150px; } p.caption{ font-size: 16px; } } */ section#services { margin-top: 5%; text-align: center; padding: 60px 30px; background-color: #F1F1F1; } section#services h3 { display: block; } section#services li.listElementContainer { width: 150px; height: 150px; display: inline-block; margin-left: 15px; margin-right: 15px; color: #666666; } section#services ul.listOfServices { list-style-type: none; margin-top: 60px; } section#whiteSection,section.whiteSection { padding: 60px 30px; text-align: center; } ul.brandLogos { margin-top: 60px; list-style-type: none; padding-left: 0px; } .logoContainer { margin:8px 10px; /* margin-left:30px!important; */ padding:10px; } li.logoContainer { width: 200px; height: 100px; margin-left: 15px; margin-right: 15px; display: inline-block; } .footerContainer { text-align: center; font-size: 14px; background-image: linear-gradient(45deg, #42b988 0%, #27b59c 50%); background-size: contain; height: 50%; background-position: center bottom; background-repeat: no-repeat; color: white; font-weight: bold; } .nav , .navbar-nav{ padding-left:80px } ul.nav a{ text-decoration:none; color:#777; float:left; font-size: 15px; padding-right:1px; text-align:center; float:left } ul.nav a:hover{ text-decoration:none; color:#449572 } .footer-product { margin: 30px; margin-bottom: -20px; } #footer-links { margin: 30px; margin-bottom: -20px; } #footer-links li { border-right: 1.8px solid white; padding: 0px 15px; margin: 0px; } #footer-links li a { color: white; } .social { list-style-type: none; margin: 30px; margin-bottom: -20px; } .social li { display: inline-block; margin: 30px 15px; } .socialIcon { padding: 5px; color: #424242; display: block; background-color: #ffffff; font-size: 22px; border-radius: 10px; text-align: center; width: 40px; height: 40px; } .company-name { margin: 30px; font-size: 16px; } span.icon-bar{ background: black; } @media (max-width: 550px){ .downloadIcons { margin-top: 20px; position: relative;; right:auto!important; bottom:auto!important; left:0; right:0; padding:0; } .downloadIcons a { margin: 20px 10px; } div#mainBanner .downloadIcons a img { height: 40px; } .logoContainer{ width: 200px; padding:0; margin-top: 15px; margin-top: 10px; margin-bottom: 10px; /* float: none; */ height: auto; } }
0.227985
0.041269
html, body { background-image: url(../images/bg.jpg); font-size: 100%; font-family: 'Times New Roman', Times, serif; } p { margin: 0; } h1, h2, h3, h4, h5, h6, a { font-family: 'Times New Roman', Times, serif; font-weight: 100; margin: 0; } ul, label { margin: 0; padding: 0; } body a:hover { text-decoration: none; } #toTop { display: none; text-decoration: none; position: fixed; bottom: 20px; right: 2%; overflow: hidden; z-index: 999; width: 52px; height: 52px; border: none; text-indent: 100%; background: url(../images/move-top.png) no-repeat 0px 0px; } #toTopHover { width: 52px; height: 52px; display: block; overflow: hidden; float: right; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); } /*-- banner --*/ /*------------------ Slider Part starts Here----------*/ #slider3, #slider4 { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; margin: 0 auto; } .rslides_tabs { list-style: none; padding: 0; background: rgba(0, 0, 0, .25); box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0); -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0); -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0); font-size: 18px; list-style: none; margin: 0 auto 50px; max-width: 540px; padding: 10px 0; text-align: center; width: 100%; } .rslides_tabs li { display: inline; float: none; margin-right: 1px; } .rslides_tabs a { width: auto; line-height: 20px; padding: 9px 20px; height: auto; background: transparent; display: inline; } .rslides_tabs li:first-child { margin-left: 0; } .rslides_tabs .rslides_here a { background: rgba(255, 255, 255, .1); color: #fff; font-weight: bold; } .callbacks_container { position: relative; float: left; width: 100%; } .callbacks { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; } .callbacks li { position: absolute; left: 0; top: 0; } .callbacks img { position: relative; z-index: 1; height: auto; border: 0; } .callbacks_nav { position: absolute; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); top: 20%; left: -6%; opacity: 1; z-index: 3; text-indent: -9999px; overflow: hidden; text-decoration: none; height: 50px; width: 50px; background: url('../images/img-sp.png') no-repeat -11px -16px; } .callbacks_nav:active { opacity: 1.0; } .callbacks_nav.next { left: auto; background-position: 21% 11%; right: -9%; } #slider3-pager a, #slider4-pager a { display: inline-block; } #slider3-pager span, #slider4-pager span { float: left; } #slider3-pager span, #slider4-pager span { width: 100px; height: 15px; background: #fff; display: inline-block; border-radius: 30em; opacity: 0.6; } #slider3-pager .rslides_here a, #slider4-pager .rslides_here a { background: #FFF; border-radius: 30em; opacity: 1; } #slider3-pager a, #slider4-pager a { padding: 0; } #slider3-pager li, #slider4-pager li { display: inline-block; } .rslides { position: relative; list-style: none; overflow: hidden; padding: 0; margin: 0; width: 100%; } .rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; left: 0%; top: 0; } .rslides li { position: relative; display: block; float: none; } .rslides img { height: auto; border: 0; } .callbacks_tabs { list-style: none; position: absolute; bottom: 1%; z-index: 999; left: 47%; padding: 0; margin: 0; } .callbacks_tabs li { display: inline-block; margin: 0; } @media screen and (max-width: 600px) { .callbacks_nav { top: 27%; } } /*----*/ .callbacks_tabs a { visibility: hidden; } .callbacks_tabs a:after { content: "\f111"; font-size: 0; font-family: FontAwesome; visibility: visible; display: block; height: 13px; width: 13px; display: inline-block; background: #FFFFFF; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -o-border-radius: 25px; -ms-border-radius: 25px; border: 2px solid #FFFFFF; } .callbacks_here a:after { background: #ff1800; border: 2px solid #FFFFFF; } /*------------------ Slider Part ends Here----------*/ .banner { background: url(../images/banner.jpg) no-repeat 0px 0px; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; min-height: 550px; } .banner1 { background: url(../images/bn1.jpg) no-repeat 0px 0px; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; max-height: 120px; min-height: 120px; } .banner-info { background: url(../images/dott.png)repeat 0px 0px; background-size: 4px; -webkit-background-size: 4px; -moz-background-size: 4px; -o-background-size: 4px; -ms-background-size: 4px; min-height: 550px; padding: 2em 0; } .banner-info1 { background: url(../images/dott.png)repeat 0px 0px; background-size: 4px; -webkit-background-size: 4px; -moz-background-size: 4px; -o-background-size: 4px; -ms-background-size: 4px; max-height: 120px; min-height: 120px; padding: 2em 0; } .navbar-brand { font-size: 1.8em; color: #fff !important; text-decoration: none; text-transform: uppercase; height: 85px; padding-right: 0; font-weight: 600; letter-spacing: 1px; } .navbar-brand span { padding: 0.4em 0.5em; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%; -ms-border-radius: 100%; border: 2px solid #fff; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border: none; padding-bottom: 5em; } .navbar-default { background: none; border: none; margin: 0; } .navbar-default .navbar-nav>li>a { color: #fff; font-size: 14px; padding: 18px 15px 0; font-weight: 600; text-transform: uppercase; } .navbar-nav { float: right; } .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus { padding-bottom: 10px; border-bottom: 2px solid #fff; color: #00FF2B; } .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus { color: #00FF2B; background-color: transparent; } .navbar-nav li.act a { padding-bottom: 10px; border-bottom: 2px solid #fff; color: #00FF2B; } .lg { width: 45px; height: 40px; } /*-- //nav-effect --*/ .banner-info-slider { padding: 0em 0 0 5em; } .banner-info-slider ul li { padding: 0.5em 0.5em; background: #ff1800; border: 2px solid #ff1800; font-size: 1em; text-transform: uppercase; color: #fff; text-decoration: none; letter-spacing: 1px; display: inline-block; margin-left: 1em; font-weight: 300; } .banner-info-slider ul li a { color: #fff; background: #ff1800; padding: 0.5em 0.5em; border: 2px solid #ff1800; } .banner-info-slider ul li a:hover { border: 2px solid #fff; color: #fff; } .banner-info-slider ul li:nth-child(1) { margin-left: 0; padding: 0; border: none; } .banner-info-slider ul li:nth-child(2) { background: none; border: 2px solid #fff; } .banner-info-slider h1 { color: #fff; font-size: 2em; margin: 0; text-transform: uppercase; font-weight: 400; margin: 1em 0 .5em; } .banner-info-slider p { font-size: 1.2em; color: #fff; margin: 0; line-height: 1.8em; font-weight: 300; } .banner-info-slider p span { display: block; margin: 1em 0 3.5em; } .banner-info-slider p span i { font-style: normal; color: #00FF2B; text-transform: capitalize; } /*-- type-1 --*/ .more a { position: relative; display: block; } .type-1 span { position: absolute; display: block; background: #27b311; -moz-box-sizing: border-box; padding: 0.4em; text-align: center; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; color: #fff; text-transform: capitalize; font-size: 1.2em; letter-spacing: 1px; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -o-border-radius: 7px; -ms-border-radius: 7px; bottom: 0; left: 0; } .type-1 span:last-of-type { -webkit-transform: rotateX(90deg); transform: rotateX(90deg); transform-origin: 0 0; -webkit-transform-origin: 0 0; background: #ff1800; } .type-1:hover span:last-of-type { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); background: #ff1800; } .type-1:hover span:first-of- { background: #073f58; } /*-- //type-1 --*/ .type-2 span { position: relative; display: block; background: #27b311; -moz-box-sizing: border-box; padding: 0.6em; text-align: center; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; color: #fff; text-transform: capitalize; font-size: 1.0em; letter-spacing: 1px; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -o-border-radius: 7px; -ms-border-radius: 7px; margin-top: 30px; margin-right: 10%; width: 20%; } .type-2:hover span:last-of-type { border: 1px solid #fff; background-color: #FF180F; } /*-- //banner --*/ /*--banner-bottom --*/ .br-bm-gd-lt .overlay { display: block; position: absolute; height: 300px; width: 100%; top: 0; right: -100%; transition: .4s ease-out; -webkit-transition: .4s ease-out; } .br-bm-gd-lt { overflow: hidden; display: inline-block; position: relative; height: 300px; } .br-bm-gd-lt img { width: 100%; } .dropdown-menu { min-width: 105px; padding: 0; top: 115%; } .dropdown-menu>li>a { text-transform: uppercase; padding: 10px 10px; text-align: center; } .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { color: #fff; background-color: #27b311; } .br-bm-gd-lt .overlay .arrow-left { position: relative; left: 0; width: 0; height: 0; top: 0; bottom: 0; border-bottom: 300px solid transparent; border-right: 285px solid rgba(39, 179, 17, 0.84); background: rgba(255, 24, 0, 0.59); } .br-bm-gd-lt .overlay .rectangle { display: block; margin-left: 0px; width: 100%; height: 100%; background-color: rgba(255, 255, 255, .95); } .br-bm-gd-lt:hover .overlay { right: 0; } .banner-bottom { padding: 2em 0 0; } .br-bm-gd-lt, .br-bm-gd-lt1, .br-bm-gd-lt2, .br-bm-gd-lt3, .br-bm-gd-lt4, .br-bm-gd-lt5, .br-bm-gd-lt6, .br-bm-gd-lt7 { min-height: 300px; position: relative; } .br-bm-gd-lt { background: url(../images/1.jpg) no-repeat 0px 0px; display: block; } .br-bm-gd-lt1 { background: url(../images/2.jpg) no-repeat 0px 0px; display: block; } .br-bm-gd-lt2 { background: url(../images/3.jpg) no-repeat 0px 0px; display: block; } .br-bm-gd-lt3 { background: url(../images/4.jpg) no-repeat 0px 0px; display: block; } .br-bm-gd-lt4 { background: url(../images/5.jpg) no-repeat 0px 0px; display: block; } .br-bm-gd-lt5 { background: url(../images/6.jpg) no-repeat 0px 0px; display: block; } .br-bm-gd-lt6 { background: url(../images/7.jpg) no-repeat 0px 0px; display: block; } .br-bm-gd-lt7 { background: url(../images/8.jpg) no-repeat 0px 0px; display: block; } .health-pos { position: absolute; top: 0%; left: 0%; } .health { padding: 1em 1em 0; } .banner-bottom-grid-left h3 { padding: 0 1em; } .health ul li { padding: .2em 0.4em; background: #ff1800; border: 2px solid #ff1800; font-size: 1em; text-transform: uppercase; color: #fff; text-decoration: none; letter-spacing: 1px; display: inline-block; margin-left: .5em; font-weight: 300; } .health ul li a { color: #fff; background: #0042ff; padding: .1em 1.2em; border: 2px solid #0042ff; text-decoration: none; } .health ul li:nth-child(1) { margin-left: 0; padding: 0; border: none; background: none; } .health ul li:nth-child(2) { background: none; border: 2px solid #fff; } .banner-bottom-grid-left h3 { margin: .5em 0 0; color: #fff; font-size: 1.8em; letter-spacing: 1px; line-height: 1.4em; } .com-heart { margin: 5.4em 0 0; transition: .4s ease-out; -webkit-transition: .4s ease-out; -moz-transition: .4s ease-out; -o-transition: .4s ease-out; -ms-transition: .4s ease-out; } .com-heart ul { padding: .3em 1em; text-align: center; background: rgba(0, 0, 0, 0.54); } .com-heart ul li { display: inline-block; } .com-heart ul li:nth-child(1) { margin-right: 1em; } .com-heart ul li a { font-size: 1em; color: #fff; text-decoration: none; font-weight: 300; } .com-heart ul li a span { left: -0.5em; color: #27b311; } .banner-bottom-grid-left:hover .com-heart { display: none; } .banner-bottom-grid-left:hover .dummy { display: block; } .banner-bottom-grid-left:hover .health ul li a { background: none; border: 2px solid #fff; } .dummy { display: none; padding: 0 1.6em; } .dummy p { color: #fff; font-size: 1.1em; line-height: 1.8em; margin: 0; font-weight: 300; } .health ul li a.sport { background: #ba00ff; border: 2px solid #ba00ff; } .health ul li a.plane { background: #ffc000; border: 2px solid #ffc000; } .health ul li a.general { background: #00b0a6; border: 2px solid #00b0a6; } .health ul li a.pol { background: #ff1800; border: 2px solid #ff1800; } .health ul li a.world { background: #ff00d2; border: 2px solid #ff00d2; } .health ul li a.national { background: #308f51; border: 2px solid #308f51; padding: .1em .2em !important; } .health ul li a.business { background: #950202; border: 2px solid #950202; } .banner-bottom-grids:nth-child(2) { margin: 3em 0; } .breaking_news { float: left; padding: 8px 15px 12px 30px; background-color: #000; position: relative; } .marquee { color: #777; font-size: 1em; padding: 8px 0; color: #84754E; overflow: hidden; } .marquee1 { float: left; margin-right: 6em; } .marquee2 { float: right; } a.breaking { color: #000; font-size: 1.2em; font-weight: 400; text-decoration: none; } .breaking_news:after { content: ''; background: url(../images/dott1.png) no-repeat 0px 0px; display: block; width: 27px; height: 60px; position: absolute; right: -17%; top: 0%; background-size: 100%; } .move-text { background-color: #fcff00; } .breaking_news h2 { font-size: 1.3em; color: #fff; margin: 0; } /*-- video-grids --*/ .video-grids { margin: 3em 0; } .play-icon span { background: url(../images/img-sp.png) no-repeat -1px -80px; width: 72px; height: 72px; position: absolute; bottom: 8%; left: 8%; } .video-grid-pos { position: absolute; bottom: 6%; left: 23%; width: 75%; } .video-grid-pos h3 { font-size: 1.5em; letter-spacing: 1px; line-height: 1.5em; color: #fff; margin: 0; text-transform: uppercase; } .video-grid-pos ul { padding: 1em 0 0; text-align: right; } .video-grid-pos ul li { display: inline-block; color: #fff; font-size: 1em; text-transform: uppercase; padding-right: 1em; } .video-grid-pos ul li label { padding-left: 1em; } .video-grid-pos ul li i { font-style: normal; color: #27b311; } .video-grid-pos ul li span { color: #ff1800; } .video-grids-left1 { position: relative; width: 100%; height: 540px; border: solid 1px #060; } .video-grids-left2 span, .video-grids-left2 i { color: #27A511; } .video-grids-left2 { position: relative; width: 100%; height: 600px; border: solid 1px #060; } .container_bg { background-color: #fff; } /*---- Nav ---*/ .nbs-flexisel-nav-left, .nbs-flexisel-nav-right { width: 22px; height: 69px; position: absolute; cursor: pointer; z-index: 100; } .nbs-flexisel-nav-left { left: 0%; top: 33% !important; background: url(../images/img-sp.png) no-repeat -176px 1px; } .nbs-flexisel-nav-right { right: 0%; top: 33% !important; background: url(../images/img-sp.png) no-repeat -206px 1px; } /*--//flexisel--*/ .play-icon i { background: url(../images/img-sp.png) no-repeat -91px -94px; width: 45px; height: 45px; position: absolute; bottom: 53%; left: 40%; } .item img, .tab_list img, .news-grid-left1 img { margin: 30px 0; padding: .15em; background: #fff; border: 1px dotted #919191; } .floods-text { margin: 0.5em 0 0; } .floods-text h3 { font-size: .8em; color: #000; margin: 0; font-weight: 400; } .floods-text h3 span { display: block; color: #ff1800; margin: .5em 0 1em; font-size: .8em; } .floods-text h3 label { color: #B2B2B2; padding: 0 1em; } .floods-text h3 i { font-style: normal; color: #27b311; } .floods-text p { color: #000; margin: 0; font-size: .8em; } /*-- //video-grids --*/ /******** SAP ************/ .sap_tabs { clear: both; font-style: normal; position: relative; } .facts { padding: 1.755em; border-bottom: 1px solid #DFDFDF; } .top1 { margin-top: 2%; } ul.resp-tabs-list { list-style: none; background: #000; margin: 0em auto; border-bottom: 1px solid #DFDFDF; } div#horizontalTab { background: #fff; } .resp-tab-item { color: #fff; font-size: 1em; cursor: pointer; padding: 10px 46px; display: inline-block; margin: 0; list-style: none; float: none; width: 100%; outline: none; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; text-transform: uppercase; } .resp-tab-item:hover { text-shadow: none; } .resp-tab-active { background: #27b311; text-shadow: none; color: #fff; } .resp-tabs-container { padding: 0px; clear: left; border: 1px solid #DFDFDF; border-top: none; background: #f8f8f8; } h2.resp-accordion { cursor: pointer; padding: 5px; display: none; } .resp-tab-content { display: none; } .resp-content-active, .resp-accordion-active { display: block; } h2.resp-accordion { font-size: 1em; margin: 0px; padding: 10px 15px; background: #FF1827; margin: 10px 0; color: #fff; } h2.resp-accordion:hover { background: #27B311; text-shadow: none; color: #FFF; } @media only screen and (max-width:480px) { .sap_tabs { padding-top: 0; } .resp-tabs-container { padding: 10px; } ul.resp-tabs-list { display: none; } h2.resp-accordion { display: block; } .resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1; } .resp-vtabs .resp-tabs-container { border: none; float: none; width: 100%; min-height: initial; clear: none; } .resp-accordion-closed { display: none !important; } } ul.tab_list { padding: 0em; margin: 0; } /******** //SAP ************/ .tab_list { float: left; width: 35%; } .tab_list1 { float: right; width: 57%; } .facts:nth-child(5) { border-bottom: none; } .tab_list1 ul li { display: inline-block; color: #999; font-size: .9em; } .tab_list1 ul li a { color: #ff1800; text-decoration: none; font-weight: 400; text-transform: uppercase; } .tab_list1 ul li a:hover { color: #999 !important; } .tab_list1 ul li label { padding: 0 .5em; } .tab_list1 p { font-size: 1em; color: #000; margin: 0.5em 0 0; } .tab_list1 p a, .news-grid-right1 h4 a, .story h3 a, .banner-info-slider ul li a { transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; } .tab_list1 p a { color: #000; text-decoration: none; font-weight: 400; } .tab_list1 p a:hover { color: #999; } a.green { color: #27b311 !important; } a.orange { color: #ff5a00 !important; } a.orange1 { color: #a12121 !important; } a.orange2 { color: #ff00d2 !important; } /*--//banner-bottom --*/ /*-- video-bottom-grids --*/ .video-bottom-grid1 img { border-top: 5px solid #950202; } .video-bottom-grid1-before { position: relative; } .video-bottom-grid1-pos { position: absolute; top: 19%; left: 13%; width: 80%; } .video-bottom-grid1-pos p { font-size: 1.4em; color: #fff; margin: 0; line-height: 1.7em; font-weight: 300; text-transform: uppercase; } .video-bottom-grid { transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; } .video-bottom-grid:hover .video-bottom-grid1-before:before { position: absolute; top: 2%; left: 11%; border-right: 15px solid transparent; border-bottom: 15px solid #950202; border-left: 15px solid transparent; content: ''; transform: rotate(180deg); } .video-bottom-grid1 ul li { list-style-type: none; border-bottom: 1px solid #D2D2D2; padding: 1em 0; } .video-bottom-grid1 ul li a { color: #000; font-size: 1em; text-decoration: none; font-weight: 400; text-transform: capitalize; } .video-bottom-grid1 ul li a:hover { color: #950202; } .read-more { margin: 1em 0 0; } .read-more a { color: #b65151; font-size: 1em; text-decoration: none; text-transform: uppercase; font-weight: 400; } .res a { color: #ff00d2; } .read-more a:hover { color: #999; } .before1 img { border-top: 5px solid #ff00d2; } .video-bottom-grid:hover .before1:before { border-bottom: 15px solid #ff00d2; } ul.list li a:hover { color: #ff00d2; } .before2 img { border-top: 5px solid #27b311; } .video-bottom-grid:hover .before2:before { border-bottom: 15px solid #27b311; } ul.list1 li a:hover, .res1 a { color: #27b311; } .before3 img { border-top: 5px solid #ff1800; } .video-bottom-grid:hover .before3:before { border-bottom: 15px solid #ff1800; } ul.list2 li a:hover, .res2 a { color: #ff1800; } .video-bottom-grids1:nth-child(2) { margin: 3em 0 0; } .before4 img { border-top: 5px solid #fd6917; } .video-bottom-grid:hover .before4:before { border-bottom: 15px solid #fd6917; } ul.list3 li a:hover, .res3 a { color: #fd6917; } .before5 img { border-top: 5px solid #ffc000; } .video-bottom-grid:hover .before5:before { border-bottom: 15px solid #ffc000; } ul.list4 li a:hover, .res4 a { color: #ffc000; } .before6 img { border-top: 5px solid #ba00ff; } .video-bottom-grid:hover .before6:before { border-bottom: 15px solid #ba00ff; } ul.list5 li a:hover, .res5 a { color: #ba00ff; } .before7 img { border-top: 5px solid #ff00d2; } .video-bottom-grid:hover .before7:before { border-bottom: 15px solid #ff00d2; } ul.list6 li a:hover, .res6 a { color: #ff00d2; } /*-- //video-bottom-grids --*/ /*-- news-and-events --*/ .news { margin: 3em 0; } .news-grid-left h3 { font-size: 1.1em; color: #fff; margin: 0; background: #000; padding: .8em 1em; text-transform: uppercase; font-weight: 400; } .news-grid-left ul li { list-style-type: none; padding: 1.5em 0; border-bottom: 1px solid #D2D2D2; } .news-grid-left1 { float: left; width: 25%; } .news-grid-right1 { float: right; width: 70%; margin: 1.2em 0 0; } .news-grid-right1 h4 { text-transform: uppercase; font-weight: 400; color: #000; margin: 0; font-size: 1.1em; } .news-grid-right1 h4 a { color: #000; text-decoration: none; font-weight: 400; } .news-grid-right1 h4 a:hover { color: #27b311; } .news-grid-right1 h5 { color: #000; font-size: .8em; margin: 0.8em 0 1em; font-weight: 400; } .news-grid-right1 h5 a { color: #27b311; text-transform: uppercase; text-decoration: none; font-weight: 400; } .news-grid-right1 h5 a:hover { color: #000; } .news-grid-right1 h5 label { color: #D2D2D2; padding: 0 .5em; } .news-grid-right1 h5 i { font-style: normal; color: #C0C0C0; } .news-grid-right1 p { color: #000; margin: 0; font-size: .9em; line-height: 1.8em; } .nav-tabs { border-bottom: none; background: #27b311; } .nav-tabs>li>a { margin-right: 0; border-radius: 0; } /* .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { color: #fff; cursor: default; background-color: #000; border: none; border-bottom: none; } */ .nav-tabs>li>a { border: none; font-size: .8em; text-transform: uppercase; color: #fff; font-weight: 400; } .nav>li>a { padding: 13.3px 19.9px; } .nav-tabs>li>a:hover { border: none; } a.high { padding: 10px 68px 10px 25px !important; font-size: 1.1em !important; } .nav-tabs>li { margin-bottom: 0; } .london ul { background: #f8f8f8; border: 1px solid #dfdfdf; border-right: none; } .london ul li { display: inline-block; padding: 2em 1.05em; border-right: 1px solid #dfdfdf; text-align: center; float: left; } .london ul li h4 { text-transform: uppercase; font-size: 1.1em; color: #000; font-weight: 400; margin: 0; } .london ul li span { background: url(../images/img-sp.png) no-repeat -167px -93px; display: block; width: 80px; height: 80px; margin: 1em 0; } .london ul li p { font-size: 1.5em; color: #000; margin: 0; } .london ul li span.moon { background: url(../images/img-sp.png) no-repeat -259px -6px; display: block; width: 80px; height: 80px; margin: 1em 0; } .london ul li span.sun { background: url(../images/img-sp.png) no-repeat -268px -94px; display: block; width: 80px; height: 80px; margin: 1em 0; } #profile iframe { width: 100%; min-height: 200px; } .news-grid-rght2 { margin: 2.4em 0; position: relative; background: #f8f8f8; padding: 2em 1.5em; } .news-grid-rght2:before { position: absolute; top: 0%; left: 0%; background: url(../images/1.png) no-repeat 0px 0px; width: 350px; height: 6px; display: block; content: ''; } .news-grid-rght2:after { position: absolute; bottom: 0%; left: 0%; background: url(../images/1.png) no-repeat 0px 0px; width: 350px; height: 6px; display: block; content: ''; } .news-grid-rght2 h3, .news-grid-rght2 h5 { font-size: 1.1em; color: #000; margin: 0; text-transform: uppercase; font-weight: 400; } .news-grid-rght2 p { font-size: .85em; color: #000; margin: 1em 0 2em; line-height: 1.7em; } .news-grid-rght2 input[type="text"] { outline: none; border: 1px solid #CCC; padding: 10px 10px; background: #fff; text-transform: uppercase; font-size: .8em; text-align: center; color: #999; width: 100%; margin: 0 0 2em; font-weight: 400; } .news-grid-rght2 input[type="submit"] { outline: none; border: none; background: #27b311; padding: 9px 0; width: 40%; font-size: 1em; color: #fff; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -o-border-radius: 7px; -ms-border-radius: 7px; transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; } .news-grid-rght2 input[type="submit"]:hover { background: #ff1800; } .news-grid-rght3 { border: 1px solid #D7D7D7; } .story { padding: 1.5em 1em; background: #f8f8f8; } .story p { text-transform: uppercase; font-size: .8em; color: #999; margin: 0; } .story h3 { text-transform: uppercase !important; font-size: 1.1em !important; color: #000 !important; margin: 0.5em 0 0 !important; font-weight: 400 !important; background: none !important; } .story h3 a { color: #000; font-weight: 400; text-decoration: none; } .story h3 a:hover { color: #27B311; } /*-- //news-and-events --*/ /*-- footer --*/ .footer-top { background: #000000; padding: 1em 0 1.5em; } .footer-top p { color: #fff; font-size: 1em; position: relative; text-transform: uppercase; } .footer-top p a { color: #27b311; margin-left: 10%; font-weight: 400; } .footer-top p a:hover { color: #fff; } .footer { padding: 2em 0; background: #272727; } .footer-grid-left h3 { text-transform: uppercase; font-size: 1.2em; color: #fff; font-weight: 400; margin: 0 0 2em; padding: 1em 0 0; border-top: 2px solid #999; } .footer-grid-left ul { margin-top: 30px; } .footer-grid-left ul li { display: block; margin-left: 5em; font-size: .9em; color: #fff; text-transform: uppercase; line-height: 1.8em; margin-bottom: 1em; } .footer-grid-left ul li a { color: #fff; font-weight: 400; text-decoration: none; } .footer-grid-left ul li a i, .footer-grid-left ul li a.cols { color: #27b311; font-style: normal; } .footer-grid-left ul li a:hover { color: #7B7B7B; } .footer-grid-left ul li span { display: block; color: #999; } .footer-grid-left input[type="text"], .footer-grid-left input[type="email"], .footer-grid-left textarea { outline: none; border: 1px solid #999; padding: 10px; background: #000; color: #999; width: 90%; font-size: .8em; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -o-border-radius: 7px; -ms-border-radius: 7px; text-transform: uppercase; } .footer-grid-left input[type="email"] { margin: 1.5em 0; } .footer-grid-left textarea { min-height: 100px; resize: none; margin: 0 0 1.3em; } .footer-grid-left input[type="submit"] { outline: none; border: none; background: #27b311; padding: 9px 0; width: 40%; font-size: 1em; color: #fff; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -o-border-radius: 7px; -ms-border-radius: 7px; transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; text-transform: uppercase; } .footer-grid-left .button-custom { outline: none; border: none; background: #27b311; padding: 9px 0; width: 40%; font-size: 1em; color: #fff; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -o-border-radius: 7px; -ms-border-radius: 7px; transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; text-transform: uppercase; } .footer-grid-left input[type="submit"]:hover { background: #ff1800; } .footer-grid-left .button-custom:hover { background: #ff1800; } .footer-grid-left p { font-size: .8em; color: #999; margin: 0; line-height: 1.8em; } .footer-grid-left p span { display: block; margin: 1em 0; } .footer-grid-left p i { font-style: normal; color: #fff; display: block; } .footer-bottom { margin-top: 2em; padding-top: 2em; border-top: 1px solid #434343; } .ft { color: #fff; text-transform: uppercase; font-size: 1.9em; font-weight: 600; } .footer-bottom-left p { color: #fff; font-size: .9em; margin: 0.5em 0 0; text-transform: uppercase; text-align: center; } .footer-bottom-left p a { color: #27b311; text-decoration: none; font-weight: 400; } .footer-bottom-left p a:hover { color: #fff; } .footer-bottom-right { float: right; } .footer-bottom-right ul li { display: inline-block; } .icon-button { background-color: white; border-radius: 2.6rem; cursor: pointer; display: inline-block; font-size: 2.0rem; height: 2.6rem; line-height: 3.6rem; margin: 0 5px; position: relative; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 2.6rem; } .icon-button i { background: none; color: white; height: 2.6rem; left: 0; line-height: 2.6rem; position: absolute; top: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; width: 2.6rem; z-index: 10; } .icon-button span { border-radius: 0; display: block; height: 0; left: 50%; margin: 0; position: absolute; top: 50%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; width: 0; } .twitter span, .google span, .v span { background-color: #27b311; } .icon-button:hover span { width: 2.6rem; height: 2.6rem; border-radius: 2.6rem; margin: -1.3rem; } .footer-bottom-right ul li .icon-button .icon-twitter { background: url(../images/3.png) no-repeat 0px -7px; display: block; width: 43px; height: 43px; } .footer-bottom-right ul li .icon-button .icon-twitter:hover { background: url(../images/3.png) no-repeat 0px -54px; display: block; } .footer-bottom-right ul li .icon-button .icon-google { background: url(../images/3.png) no-repeat -43px -7px; display: block; width: 43px; height: 43px; } .footer-bottom-right ul li .icon-button .icon-google:hover { background: url(../images/3.png) no-repeat -43px -52px; display: block; } .footer-bottom-right ul li .icon-button .icon-v { background: url(../images/3.png) no-repeat -83px -6px; display: block; width: 43px; height: 43px; } .footer-bottom-right ul li .icon-button .icon-v:hover { background: url(../images/3.png) no-repeat -83px -52px; display: block; } /*-- footer --*/ /*-- news-and-events --*/ .news-and-events { padding: 2em 0 0; } .upcoming-events-grids { margin: 3em 0 0; } .upcoming-events-left h3, .upcoming-events-right h3, .breaking-news-grid-right h3, .gallery h3, .albums h3 { text-transform: uppercase; font-size: 1.1em; color: #fff; font-weight: 400; margin: 0 0 2.6em; background: #000; padding: 0.8em; } .upcoming-events-right h3 { background: #950202; margin: 0 !important; } .news-eve { position: absolute; bottom: 20%; left: 16%; width: 80%; } .news-eve h4 { text-transform: uppercase; font-size: 1.2em; color: #fff; margin: 0; line-height: 1.8em; } /*-- effect --*/ .grid { position: relative; clear: both; margin: 0 auto; max-width: 1000px; list-style: none; text-align: center; } /* Common style */ .grid figure { position: relative; float: left; overflow: hidden; margin: 0; min-width: 273px; max-width: 480px; max-height: 360px; width: 48%; height: auto; 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: #000; text-transform: uppercase; font-size: 1.25em; -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%; } /***** Lexi *****/ /*---------------*/ figure.effect-lexi { background: -webkit-linear-gradient(-45deg, #000 0%, #fff 100%); background: linear-gradient(-45deg, #000 0%, #fff 100%); } figure.effect-lexi img { margin: -10px 0 0 -10px; max-width: none; width: -webkit-calc(100% + 10px); width: calc(100% + 10px); opacity: 0.9; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translate3d(10px, 10px, 0); transform: translate3d(10px, 10px, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; } figure.effect-lexi figcaption::before, figure.effect-lexi p { -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; } figure.effect-lexi figcaption::before { position: absolute; right: -100px; bottom: -100px; width: 300px; height: 300px; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2); content: ''; opacity: 0; -webkit-transform: scale3d(0.5, 0.5, 1); transform: scale3d(0.5, 0.5, 1); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; } figure.effect-lexi:hover img { opacity: 0.6; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } figure.effect-lexi h2 { text-align: left; -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; -webkit-transform: translate3d(5px, 5px, 0); transform: translate3d(5px, 5px, 0); } figure.effect-lexi p { position: absolute; right: 0; bottom: 0; padding: 0 1.5em 1.5em 0; width: 140px; text-align: right; opacity: 0; -webkit-transform: translate3d(20px, 20px, 0); transform: translate3d(20px, 20px, 0); font-size: .8em; line-height: 1.8em; } figure.effect-lexi:hover figcaption::before { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } figure.effect-lexi:hover h2, figure.effect-lexi:hover p { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } /*-- //effect --*/ .panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a { color: #999; text-decoration: none; font-size: .9em; } .panel-title { font-size: 1.1em; } .panel-default>.panel-heading { background: #FFFFFF; border: 1px solid #D0D0D0; } .panel-default { border: none; } .panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group { border: none; } .panel-heading { padding: 1em 0; text-transform: capitalize; } .panel-body { font-size: 14px; color: #000; line-height: 1.8em; text-align: justify; } .panel { box-shadow: none; } .pa_italic span { display: none; } .pa_italic i { left: -1em; font-size: .8em; } .collapsed span { display: inline-block; left: -1em; } .collapsed i { display: none; } h4.panel-title { padding-left: 1em; } h4.panel-title a span { left: -1em; font-size: .7em; } .panel-body { background: #FAFAFA; } .gallery-right1-left { float: left; width: 30%; } .gallery-right1-right { float: right; width: 60%; } .gallery-right1-right p { margin: 0; font-size: 1em; color: #000; line-height: 1.5em; } .gallery-right1 { margin-bottom: 1.5em; } .gallery { margin: 0 0 3em; } .gallery-right1-right p a { color: #27b311; font-weight: 400; text-decoration: none; } .gallery-right1-right p i { font-style: normal; color: #000; margin: .5em 0 0; display: block; } .gallery-right1-right p a:hover { color: #999; } .gallery-right1-right p span { color: #999; font-size: .9em; display: block; margin: 1em 0 0; } /*-- //news-and-events --*/ /*-- breaking-news --*/ .breaking-news { padding: 3em 0 0; } /*-- wmuslider --*/ .wmuSlider { position: relative; overflow: hidden; } .wmuSlider .wmuSliderWrapper article img { /*--max-width: 100%; width: auto; height: auto; display:block;--*/ } /* Default Skin */ .wmuSliderPagination { z-index: 2; position: absolute; right: 4%; bottom: 4%; } ul.wmuSliderPagination { padding: 0; } .wmuSliderPagination li { float: left; margin: 0 8px 0 0; list-style-type: none; } .wmuSliderPagination a { display: block; text-indent: -9999px; width: 15px; height: 15px; background: #fff; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -o-border-radius: 25px; } .wmuSliderPagination a.wmuActive { background: #27b311; } /* Default Skin */ .wmuGallery .wmuGalleryImage { margin-bottom: 10px; } .banner-wrap { padding: 0; } .baner-beaking, .baner-beaking1 { min-height: 426px; padding: 9em 2em 0; } .baner-beaking { /* background: url(../images/22.jpg) no-repeat 0px 0px; */ background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; } .baner-beaking1 { background: url(../images/23.jpg) no-repeat 0px 0px; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; } /*-- //wmuslider --*/ .baner-beaking p { margin-bottom: 1em; margin-top: 8em; width: 100%; padding: .5em; background: #2cb316ad; font-size: 1.2em; line-height: 1.8em; color: #fff; } .breaking-news-grids { margin: 3em 0; } .breaking-news-grid-right-gridl { float: left; width: 35%; } .breaking-news-grid-right-gridr { float: right; width: 60%; } .breaking-news-grid-right ul li { list-style-type: none; margin: 2.15em 0; } .breaking-news-grid-right ul li:nth-child(3) { margin: 0; } .breaking-news-grid-right-gridr h4 { text-transform: uppercase; font-size: .8em; color: #000; line-height: 1.6em; margin: 0 0 1em; } .breaking-news-grid-right-gridr h4 a { font-weight: 400; color: #000; text-decoration: none; } .breaking-news-grid-right-gridr h4 a:hover { color: #999; } .breaking-news-grid-right-gridr ul li { display: inline-block; margin: 0 0 0 1em !important; } .breaking-news-grid-right-gridr ul li a { font-size: .8em; color: #27b311; text-decoration: none; font-weight: 400; } .breaking-news-grid-right-gridr ul li a span { left: -1em; color: #999; } .breaking-news-grid-right-gridr ul li a:hover { color: #999; } .breaking-news-grid-right h3 { margin: 0 !important; } /*-- //breaking-news --*/ /*-- contact --*/ .typo, .contact, .slicebox-slider, .single {} h3.title, .map h3 { font-size: 1.7em; color: #000; margin-top: 30px; text-transform: uppercase; font-weight: 400; } .banner-contact-info h3 span { color: #fff; } .banner-contact-info { width: 60%; margin: 11em auto 0em; text-align: center; } .banner-contact-info p { font-size: 14px; color: #fff; margin: 1em 0 0; line-height: 1.8em; } .banner-contact-info h3 { color: #7d7171; } .map iframe { width: 100%; min-height: 400px; margin: 2em 0 0; } .contact-grdl { padding: 0 !important; } .contact-grdl span { color: #BDBDBD; font-size: 1.5em; } .contact-grdr ul li { list-style-type: none; color: #999; font-size: 14px; margin: 0 0 1em; } .address { margin: 2em 0; } .contact-grdr ul li a { color: #27A511; text-decoration: none; display: block; margin: 0.6em 0 0; font-weight: 400; } .contact-grdr ul li a:hover { color: #999; } .contact-grid input[type="text"], .contact-grid input[type="email"], .contact-grid textarea { outline: none; border: 1px solid #E9E9E9; width: 100%; background: none; color: #333; font-size: 14px; padding: 12px 10px; } .contact-grid textarea { min-height: 125px; resize: none; margin: 0 0 .2em; } .contact-grid input[type="email"] { margin: .5em 0; } .contact-grid input[type="submit"] { outline: none; border: none; width: 100%; background: #27B311; color: #fff; font-size: 1em; text-transform: uppercase; padding: 12px 0px; transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; } .contact-grid .button-contact-custom { outline: none; border: none; width: 100%; background: #27B311; color: #fff; font-size: 1em; text-transform: uppercase; padding: 12px 0px; transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; } .contact-grid input[type="submit"]:hover { background: #ff1800; } .contact-grid .button-contact-custom:hover { background: #ff1800; } .newsletter1 { padding: 5.45em 2em 3.3em 0.5em; text-align: center; border: 1px solid #E9E9E9; } .newsletter1 h3 { font-size: 1.5em; color: #CBCBCB; margin: 0; text-align: center; text-transform: uppercase; } .newsletter1 h3 span { font-size: 1.5em; top: -1em; left: 1.8em; color: #F11E0F; } .contact-grids { margin: 3em 1em; } /*-- //contact --*/ /*--Typography--*/ p.iste { color: #999; } .well { font-weight: 300; font-size: 14px; } .list-group-item { font-weight: 300; font-size: 14px; } li.list-group-item1 { font-size: 14px; font-weight: 300; } .typo p { margin: 0; font-size: 14px; font-weight: 300; } .show-grid [class^=col-] { background: #fff; text-align: center; margin-bottom: 10px; line-height: 2em; border: 10px solid #f0f0f0; } .show-grid [class*="col-"]:hover { background: #e0e0e0; } .grid_3 { margin-bottom: 2em; } .xs h3, h3.m_1 { color: #000; font-size: 1.7em; font-weight: 300; margin-bottom: 1em; } .grid_3 p { color: #999; font-size: 0.85em; margin-bottom: 1em; font-weight: 300; } .grid_4 { background: none; margin-top: 50px; } .label { font-weight: 300 !important; border-radius: 4px; } .grid_5 { background: none; padding: 2em 0; } .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars { margin-bottom: 1em; color: #27b311; text-transform: uppercase; letter-spacing: 1px; } .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { border-top: none !important; } .tab-content>.active { display: block; visibility: visible; } .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus { z-index: 0; } .badge-primary { background-color: #03a9f4; } .badge-success { background-color: #8bc34a; } .badge-warning { background-color: #ffc107; } .badge-danger { background-color: #e51c23; } .grid_3 p { line-height: 2em; color: #888; font-size: 0.9em; margin-bottom: 1em; font-weight: 300; } .bs-docs-example { margin: 1em 0; } section#tables p { margin-top: 1em; } .tab-container .tab-content { border-radius: 0 2px 2px 2px; border: 1px solid #e0e0e0; padding: 16px; background-color: #ffffff; } .table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding: 15px!important; } .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { font-size: 0.9em; color: #999; border-top: none !important; } .tab-content>.active { display: block; visibility: visible; } .label { font-weight: 300 !important; } .label { padding: 4px 6px; border: none; text-shadow: none; } .nav-tabs { margin-bottom: 1em; } .alert { font-size: 0.85em; } h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button { line-height: 1.8em; margin-top: 0.5em; margin-bottom: 0.5em; } li.list-group-item1 { line-height: 2.5em; } .input-group { margin-bottom: 20px; } .in-gp-tl { padding: 0; } .in-gp-tb { padding-right: 0; } .list-group { margin-bottom: 48px; } ol { margin-bottom: 44px; } h2.typoh2 { margin: 0 0 10px; } @media (max-width:768px) { .grid_5 { padding: 0 0 1em; } .grid_3 { margin-bottom: 0em; } } @media (max-width:640px) { h1, .h1, h2, .h2, h3, .h3 { margin-top: 0px; margin-bottom: 0px; } .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars { margin-bottom: .5em; } .progress { height: 10px; margin-bottom: 10px; } ol.breadcrumb li, .grid_3 p, ul.list-group li, li.list-group-item1 { font-size: 14px; } .breadcrumb { margin-bottom: 10px; } .well { font-size: 14px; margin-bottom: 10px; } h2.typoh2 { font-size: 1.5em; } } @media (max-width:480px) { .table h1 { font-size: 26px; } .table h2 { font-size: 23px; } .table h3 { font-size: 20px; } .label { font-size: 53%; } .alert, p { font-size: 14px; } .pagination { margin: 20px 0 0px; } } @media (max-width: 320px) { .caption span { margin: 0 0 1.5em; } .grid_4 { margin-top: 18px; } h3.title { font-size: 1.6em; } .alert, p, ol.breadcrumb li, .grid_3 p, .well, ul.list-group li, li.list-group-item1, a.list-group-item { font-size: 13px; } .alert { padding: 10px; margin-bottom: 10px; } ul.pagination li a { font-size: 14px; padding: 5px 11px; } .list-group { margin-bottom: 10px; } .well { padding: 10px; } .nav>li>a { font-size: 14px; } table.table.table-striped, .table-bordered, .bs-docs-example { display: none; } } /*--//Typography --*/ /*-- entertainment --*/ .slicebox-slider-grid { margin: 3em 0 0; } /* Slicebox Style */ .sb-slider { margin: 0 auto; position: relative; overflow: hidden; width: 100%; list-style-type: none; padding: 0; } .sb-slider li { margin: 0; padding: 0; display: none; } .sb-slider li>a { outline: none; } .sb-slider li>a img { border: none; } .sb-slider img { max-width: 100%; display: block; } .sb-description { padding: 20px; bottom: 10px; left: 10px; right: 10px; z-index: 1000; position: absolute; background: #CBBFAE; background: rgba(190, 176, 155, 0.4); border-left: 4px solid rgba(255, 255, 255, 0.7); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; color: #fff; -webkit-transition: all 200ms; -moz-transition: all 200ms; -o-transition: all 200ms; -ms-transition: all 200ms; transition: all 200ms; } .sb-slider li.sb-current .sb-description { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 1; } .sb-slider li.sb-current .sb-description:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)"; filter: alpha(opacity=99); background: rgba(190, 176, 155, 0.7); } .sb-perspective { position: relative; } .sb-perspective>div { position: absolute; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; } .sb-side { margin: 0; display: block; position: absolute; -moz-backface-visibility: hidden; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; } .nav-arrows a:first-child { left: auto; right: 3.8%; background-position: 61% -1%; } .nav-arrows a { width: 22px; height: 69px; background: url(../images/img-sp.png) no-repeat -176px 1px; position: absolute; top: 50%; left: 4%; text-indent: -9000px; cursor: pointer; margin-top: -21px; opacity: 0.9; } .wrapper1 { position: relative; max-width: 840px; width: 100%; padding: 0 50px; margin: 0 auto; } /*-- // Slicebox Style --*/ .gallery h3 { margin: 8em 0 !important; background: #27B311; } .gallery-grid { padding-left: 0; } .grd { margin: 1em 0 0; } img.mobile1 { min-height: 358px; } .albums-grid1 iframe { width: 100%; min-height: 200px; } .albums-grid1 h4 { text-transform: uppercase; font-size: 1em; color: #27b311; margin: 1em 0; line-height: 1.6em; } .albums-grid1 h4 a { color: #27b311; text-decoration: none; font-weight: 400; } .albums-grid1 h4 a:hover { color: #999; } .albums-grid1 p { color: #999; margin: 0; font-size: .9em; line-height: 1.8em; } .albums-grid1:nth-child(2) { margin: 3em 0 0; } /*-- single --*/ .single-grid { margin: 50px 0; } .admin-text { border: 1px solid #f4f4f4; padding: 2em; } .admin-text h5 { font-size: 1.3em; margin: 0 0 1em 0; color: #000; font-weight: 400; } .admin-text-left { float: left; width: 11%; } .admin-text-right { float: right; width: 86%; } .admin-text-right p { color: #999; font-size: 14px; margin: 0 0 1em; line-height: 1.8em; } .admin-text-right span { font-size: 15px; margin: 0 0 1em 0; font-weight: 500; color: #727272; } .admin-text-right span a { color: #FF180F; text-decoration: none; } .admin-text-right span a:hover { color: #838384; transition: .5s all; } .media.response-info { margin-top: 3em; } .response-info-mdl { margin: 1em 0px 1em 4em; } .response { margin-bottom: 5em; } .media-left.response-text-left { width: 11%; } .response-text h5 { font-size: 15px; font-weight: 600; margin: 0 0 1em 0; color: #fff; } .response-text-left h5 a { text-decoration: none; color: #000000; } .response-text-left h5 a:hover { text-decoration: none; color: #F81800; transition: .5s all; } .response-text-left h5 { font-size: 17px; margin: 1em 0 0 0; } .response-text-right p { color: #999; font-size: 14px; margin: 0 0 1em; line-height: 1.8em; } .response-text-right ul { padding: 0; text-align: right; } .response-text-right ul li { display: inline-block; color: #F81800; font-size: 14px; margin-right: 1em; } .response-text-right ul li a { color: #000000; text-transform: uppercase; font-weight: 400; font-size: 15px; text-decoration: none; } .response-text-right ul li a:hover { color: #999; text-decoration: none; } .media-left a img { width: initial; } .coment-form input[type="text"], .coment-form textarea, .coment-form input[type="email"] { display: block; background: none; color: #999; border: 1px solid #BDBBBB; width: 100%; outline: none; font-size: 14px; padding: 13px 10px; } .coment-form input[type="email"] { margin: 1em 0; } .coment-form textarea { width: 100%; display: block; min-height: 150px; resize: none; margin: 1em 0; } .coment-form input[type="submit"] { background: #27B311; text-transform: uppercase; border: none; padding: 10px 0; width: 100%; font-size: 15px; color: #fff; outline: none; transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; } .coment-form input[type="submit"]:hover { color: #fff; background: #F81800; outline: none; } .thumbnail { padding: 8px !important; } .btn-primary { border-color: #fff !important; } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary { border-color: #FFF !important; background-color: #c6c5c0 !important; } .coment-form form { margin: 2em 0 0; } .response h4, .coment-form h4 { margin: 2em 0 !important; } .blog-leftl { float: left; width: 18%; background: #27B311; padding: 1em; border-top: 4px solid #073400; } .blog-leftl h4 { text-align: center; font-size: 1.4em; color: #fff; margin: 0; border-bottom: 1px dotted #fff; text-transform: uppercase; } .blog-leftl h4 span { display: block; color: #000; line-height: 2em; } .blog-leftl a { font-size: 1.5em; color: #fff; text-decoration: none; text-align: center; display: inherit; margin: 1em 0 0; } .blog-leftl a i { left: -13px; } .blog-leftr { float: right; width: 80%; } .blog-leftr p { font-size: 14px; color: #999; margin: 1em 0 0; line-height: 1.8em; } .blog-leftr ul { padding: 1em 0; margin: 2em 0 4em; border-top: 1px dotted #CDCCCC; border-bottom: 1px dotted #CDCCCC; } .blog-leftr ul li { display: inline-block; margin: 0 2em 0 0; } .blog-leftr ul li a { font-size: 1em; color: #999; text-decoration: none; padding-left: 1em; } .blog-leftr ul li a:hover { color: #27b311; } .blog-leftr ul li a i { left: -17px; } .blog-right h3, .response h4, .coment-form h4 { color: #27B311; margin: 0 0 1em; font-size: 1.5em; font-weight: 400; text-transform: uppercase; } .blog-right ul { padding: 0 0 0 2em; margin: 0; } .blog-right ul li { margin: 0 0 0.7em; } .blog-right ul li a { font-size: 14px; color: #999; text-decoration: none; font-weight: 400; } .blog-right ul li a:hover { text-decoration: none; color: #FB9100; } .recent { margin: 4em 0; } .wom { float: left; width: 25%; } .recent-grid:nth-child(2) { margin: 1.5em 0; } .wom img { width: 100%; } .wom-right { float: right; width: 70%; } .wom-right h4 a { color: #F96000; font-size: 1em; text-decoration: none; } .wom-right h4 a:hover { text-decoration: none; } .wom-right h4 { margin: 0 0 .5em; } .wom-right p { color: #989797; font-size: 14px; margin: 0; line-height: 1.8em; } .footer-top-grid1 ul.tag2 { padding: 0; margin: 0 0 8px; } .footer-top-grid1 ul.tag2 li { display: inline-block; } .footer-top-grid1 ul.tag2 li a { font-size: 14px; color: #fff; padding: 3px 9px 5px; background: #000; } .footer-top-grid1 ul.tag2 li a:hover { text-decoration: none; background: #A5A5A5; } .footer-top-grid1 ul.tag2 { display: block; } .footer-top-grid1 { margin: 0 0 3em; } .dropdown-menu>li>a { color: #333 !important; } .dropdown-menu>li>a:hover { color: #fff !important; } /*-- //single --*/ /*-----start-responsive-design------*/ @media (max-width:1920px) { .move-text { width: 95.5%; margin-left: .8em; } .img_cam img { width: 100%; height: 250px; } .img_cam span { margin: 10px; color: #27A511; font-size: 15px; } .img_cam i { color: #27A511; } } @media (max-width:1280px) { .callbacks_nav { left: -1%; } .callbacks_nav.next { right: -3%; } } @media (max-width:1024px) { div#myclock canvas { width: 250px !important; height: 250px !important; } .img_cam img { width: 100%; height: 200px; } .lg { width: 40px; height: 30px; } .navbar-brand span {} .navbar-default .navbar-nav>li>a {} .cl-effect-18 a.effect1::before, .cl-effect-18 a.effect1::after { left: -11% !important; } .banner-info-slider h1 { font-size: 1.8em; } .banner-info-slider {} .navbar-default .navbar-collapse, .navbar-default .navbar-form { padding-bottom: 5em; } .banner-info-slider p { width: 95%; } .callbacks_nav.next { right: 1%; } .banner, .banner-info { min-height: 600px; } .banner-bottom { padding: 3em 0 0; } .health ul li { font-size: 13px; } .health ul li a { padding: .1em 0.3em; } .health { padding: 1em 0.5em 0; } .banner-bottom-grid-left h3 { font-size: 1.4em; } .com-heart ul li a { font-size: 14px; } .com-heart ul { padding: .3em 0.5em; } .com-heart ul li:nth-child(1) { margin-right: 0.5em; } .com-heart { margin: 7.5em 0 0; } .resp-tab-item { padding: 10px 29px; } .facts { padding: 1.2em; } .news-grid-right1 { margin: 0; } a.high { padding: 10px 14px 10px 25px !important; font-size: 1em !important; } .london ul li { padding: 2em 0.4em; } .london ul li h4 { font-size: 1em; } .news-grid-rght2:before, .news-grid-rght2:after { width: 283px; } .news-grid-right1 h4 { font-size: 1em; } .news-grid-rght2 { margin: 1.5em 0; } .story { padding: 1em 1em; } .story h3 { font-size: .8em !important; } .footer-top p:before { top: 5%; } .footer-top p { line-height: 1.8em; } .footer-bottom { margin-top: 1em; padding-top: 1em; } .footer-bottom-left p { margin: 1em 0 0; } .nav>li>a { padding: 11.3px 19.9px; } .grid figure { min-width: 232px; } figure.effect-lexi h2 { font-size: 1.3em; } .news-eve { left: 10%; } .news-eve h4 { font-size: 1.1em; } .baner-beaking, .baner-beaking1 { padding: 3em 2em 0; } .baner-beaking h3 { width: 90%; } .wrapper1 { padding: 0 43px; } img.mobile1 { min-height: 293px; } .typo, .contact, .slicebox-slider, .single { padding: 4em 0; } .newsletter1 { padding: 5.3em 2em 3.3em 0.5em; } } @media (max-width:980px) { .container { width: 100%; } .lg { width: 35px; height: 25px; } .navbar-brand span { padding: 0.2em 0.3em; } .navbar-default .navbar-nav>li>a { padding: 18px 10px 10px; } .banner-info-slider h1 { font-size: 1.6em; } .banner, .banner-info { min-height: 500px; } .type-2 { bottom: 30px; } .news-grid-rght2:before, .news-grid-rght2:after { width: 100%; background-size: 100%; } .img_cam img { margin: 0 15%; width: 70%; height: 330px; } .img_cam i { margin-left: 15%; color: #27A511; } } @media (max-width:800px) { .lg { width: 30px; height: 20px; } .navbar-brand span { padding: 0.15em 0.25em; } .navbar-default .navbar-nav>li>a { font-size: 0.75em; padding: 18px 10px 10px; } .banner-info-slider h1 { font-size: 1.5em; } .navbar-brand { font-size: 1.3em; } .banner, .banner-info { min-height: 500px; } .type-2 { bottom: 30px; } .news-grid-rght2:before, .news-grid-rght2:after { width: 100%; background-size: 100%; } } @media (max-width:768px) { .navbar-brand { padding: 15px 0px; font-size: 1.3em; } .navbar-default .navbar-nav>li>a { padding: 18px 5px 10px; font-size: 14px; } .navbar-collapse { padding-right: 0; padding-left: 0; } .cl-effect-18 a.effect1::before, .cl-effect-18 a.effect1::after { left: -31% !important; } .banner-info-slider h1 { font-size: 1.8em; } .banner-info-slider p { width: 92%; font-size: 1em; } .type-1 span { padding: .4em 1em .4em; font-size: 1em; } .banner, .banner-info { min-height: 470px; } .banner-bottom-grid-left { float: left; width: 50%; margin: 0 auto 2em; } .banner-bottom-grid-left img { width: 100%; } .health-pos { width: 91%; } .banner-bottom-grid-left h3 { font-size: 1.8em; } .com-heart { margin: 5.6em 0 0; } .health ul li a { padding: .2em 3em; font-size: 14px; } .com-heart ul li a { font-size: 16px; } .com-heart ul li:nth-child(1) { margin-right: 1.5em; } .br-bm-gd-lt .overlay .arrow-left { border-right: 300px solid rgba(39, 179, 17, 0.84); } a.breaking { font-size: 1em; } .marquee { margin-left: 0%; font-size: 1em; padding: 11px 0; } .tab_list1 { margin: 3em 0 0; } .resp-tab-item { padding: 10px 131px; } .video-bottom-grid { float: left; width: 50%; margin: 0 0 2em; } a.high { padding: 10px 250px 10px 70px !important; } .london ul li {} .news-grid-rght2:before, .news-grid-rght2:after { width: 690px; background-size: 100%; } .footer-grid-left { margin: 2em 0; } .banner1, .banner-info1 { min-height: 100px; max-height: 100px; } .gallery-left { float: left; width: 38%; } .gallery-right { float: right; width: 62%; } .upcoming-events-left1, .upcoming-events-left2 { float: left; width: 50%; } .upcoming-events-left11 { margin: 3em 5em; } .news { margin: 2em 0; } .breaking-news-grid-right { margin: 2em 0 0; } .breaking-news-grid-right-gridr { margin: 3em 0 0; } .wrapper1 { padding: 0 48px; } .typo, .contact, .slicebox-slider, .single { padding: 3em 0; } .gallery h3 { margin: 2em 0 !important; } .gallery-grid { float: left; width: 33.33%; } img.mobile1 { min-height: 339px; } .upcoming-events-left h3, .upcoming-events-right h3, .breaking-news-grid-right h3, .gallery h3, .albums h3 { margin: 0 0 2em; } .map iframe { min-height: 300px; } .contact-grdl { width: 6%; } .address { margin: 1em 0 0; } .contact-grid:nth-child(2) { margin: 2em 0; } .blog-leftr ul { margin: 2em 0 2em; } .blog-right { margin: 3em 0 0; } .wom-right { margin: 4em 0 0; } .img_cam img { margin: 0 5%; width: 90%; height: 360px; } .img_cam i { margin-left: 5%; color: #27A511; } } @media (max-width:767px) { .navbar-default .navbar-toggle { border-color: #fff; } .navbar-toggle { margin: 8px 0 0; background-color: #fff; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #fff; } .navbar-nav { float: none; text-align: center; background: #2D2D2D; padding: 1em 0; margin: 0 0 1em; position: relative; z-index: 1; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { padding-bottom: 0; } .cl-effect-18 a::before, .cl-effect-18 a::after { left: 46%; top: 47%; } .navbar-default .navbar-nav>li>a { padding: 1em 0; } .dropdown-menu>li>a { color: #888 !important; } .banner-bottom-grids:nth-child(2) { margin: 0; } } @media (max-width: 736px) { .news-grid-rght2:before, .news-grid-rght2:after { width: 659px; background-size: 100%; } .london ul li { padding: 2em 3.5em; } } @media (max-width: 667px) { .news-grid-rght2:before, .news-grid-rght2:after { width: 500px; background-size: 100%; } .video-grids-left2 { height: 470px !important; } .h-550 { height: 420px !important; } } @media (max-width:640px) { .banner-info-slider h1 { font-size: 1.5em; } .banner-info-slider { padding: 5em 0 0 3em; } .callbacks_nav { top: 57%; } .com-heart { margin: 5.6em 0 0; } .health-pos { width: 100%; } .breaking_news h2 { font-size: 1em; } .breaking_news:after { background: url(../images/dott1.png) no-repeat 0px 0px; width: 23px; right: -18%; background-size: 100%; } .marquee { padding: 8px 0; } .video-grid-pos h3 { font-size: 1.2em; letter-spacing: 0; } .resp-tab-item { padding: 10px 99px; } .video-bottom-grids1:nth-child(2) { margin: 0; } a.high { padding: 10px 230px 10px 70px !important; } .london ul li { padding: 2em 3.3em; } .news-grid-rght2:before, .news-grid-rght2:after { width: 565px; background-size: 100%; } .footer { padding: 1em 0; } .gallery-left { width: 46%; } .gallery-right { width: 54%; } .baner-beaking, .baner-beaking1 { min-height: 375px; padding: 2em 2em 0; } .video-grids { margin: 2em 0; } .wrapper1 { padding: 0 43px; } img.mobile1 { min-height: 275px; } .cl-effect-18 a::before, .cl-effect-18 a::after { left: 44%; } .blog-leftl h4 { font-size: 1.2em; } .blog-leftl a { font-size: 1.2em; } .blog-leftr ul { margin: 1.5em 0 1.5em; } .admin-text-left img { width: 100%; } .blog-right h3, .response h4, .coment-form h4 { font-size: 1.3em; } .coment-form input[type="text"], .coment-form textarea, .coment-form input[type="email"] { width: 85%; } .recent { margin: 3em 0; } .coment-form textarea { width: 100% !important; } .wom-right { margin: 3em 0 0; } } @media (max-width: 600px) { .news-grid-rght2:before, .news-grid-rght2:after { width: 465px; background-size: 100%; } .banner-info-slider { padding: 2em 0 0 3em; } .video-grids-left1 { height: 400px !important; } } @media (max-width: 520px) { .img_cam img { margin: 0; width: 100%; height: 270px; } .img_cam i { margin-left: 0; color: #27A511; } } @media (max-width:480px) { .banner-info-slider h1 { font-size: 1.1em; } .callbacks_nav { display: none; } .banner-info-slider p { font-size: 14px; } .banner-info-slider { padding: 2em 0 0 1em; } .banner, .banner-info { min-height: 420px; } .callbacks_tabs { bottom: -5%; } .callbacks_tabs a:after { height: 10px; width: 10px; } .banner-bottom { padding: 2em 0 0; } .health ul li a { padding: .2em 0.5em; font-size: 13px; } .health { padding: 1em 0.3em 0; } .health ul li { padding: .2em 0.2em; letter-spacing: 0; margin-left: 0.5em; } .health ul li:nth-child(2) { border: 1px solid #fff; } .banner-bottom-grid-left h3 { font-size: 1.3em; } .br-bm-gd-lt, .br-bm-gd-lt1, .br-bm-gd-lt2, .br-bm-gd-lt3, .br-bm-gd-lt4, .br-bm-gd-lt5, .br-bm-gd-lt6, .br-bm-gd-lt7 { min-height: auto; } .com-heart ul li a { font-size: 13px; } .dummy p { font-size: 13px; } .com-heart ul li:nth-child(1) { margin-right: 0.5em; } .com-heart { margin: 6.3em 0 0; } .breaking_news { padding: 6px 5px 9px 10px; } .breaking_news:after { background: url(../images/dott1.png) no-repeat 0px 0px; width: 20px; height: 35px; right: -20%; background-size: 100%; } .marquee { font-size: 14px; padding: 6px 0; } .play-icon span { left: 2%; } .play-icon i { background: url(../images/img-sp.png) no-repeat -91px -94px; width: 45px; height: 45px; position: absolute; bottom: 61%; left: 30%; } .video-grid-pos ul li { font-size: 14px; } .tab_list1 { margin: 0.5em 0 0; } .tab_list1 p { font-size: 14px; } .video-bottom-grid1-pos p { font-size: 1em; } .video-bottom-grid1 ul li a { font-size: 14px; } .read-more a { font-size: .9em; } .news-grid-left h3 { font-size: 1em; } .news-grid-right1 h4 { font-size: 14px; line-height: 1.5em; } a.high { padding: 10px 70px 10px 70px !important; } .london ul li { padding: 2em 1.65em; } .news-grid-rght2:before, .news-grid-rght2:after { width: 405px; background-size: 100%; } .footer-top p { font-size: 14px; } .footer-grid-left { margin: 1em 0; } .footer-bottom-left p { font-size: 13px; } .footer-bottom-left { float: none; margin: 0 0 .5em; text-align: center; } .footer-bottom-right { float: none; text-align: center; } .blog-left, .blog-right { padding: 0; } .blog-leftl h4 { font-size: 14px; } .blog-leftl a { font-size: 1em; } .banner1, .banner-info1 { min-height: 140px; } .blog-leftr ul li { margin: 0 1em 0 0; } .upcoming-events-left h3, .upcoming-events-right h3, .breaking-news-grid-right h3, .gallery h3, .albums h3 { font-size: 1em; } .upcoming-events-grids { margin: 2em 0 0; } .gallery-left { width: 90%; float: none; } .grid figure { min-width: 285px; } .gallery-right { width: 100%; float: none; margin: 2em 0 0; } .grid figure { float: none; } .gallery { margin: 0; } .upcoming-events-left1, .upcoming-events-left2 { float: none; width: 100%; margin-bottom: 1em; } .upcoming-events-right { margin: 1em 0 0; } .news { margin: 1em 0 2em; } .baner-beaking h3 { padding: .5em; font-size: 1.1em; } .breaking-news-grids { margin: 2em 0; } .baner-beaking p { margin: 2em 0 0 1em; width: 90%; padding: .5em; } .baner-beaking, .baner-beaking1 { min-height: 300px; } .wmuSliderPagination a { width: 10px; height: 10px; } .breaking-news { padding: 2em 0 0; } .breaking-news-grid-right-gridr { margin: 1em 0 0; } .slicebox-slider-grid { margin: 2em 0 0; } .wrapper1 { padding: 0 10px; } .nav-arrows a { top: 43%; left: -2.5%; } .nav-arrows a:first-child { right: -2.8%; } .gallery h3 { margin: 2em 0 1em !important; } img.mobile1 { min-height: 195px; } .albums { margin: 2em 0 0; } .breaking-news-grid-right { margin: 1em 0 0; } .albums-grid1:nth-child(2) { margin: 1em 0 0; } h3.title, .map h3 { font-size: 1.2em; } .typo, .contact, .slicebox-slider, .single { padding: 2em 0; } .map iframe { min-height: 200px; } .contact-grids { margin: 2em 0 0; } .newsletter1 h3 { font-size: 1.2em; } .newsletter1 { padding: 4em 1em 2.5em 0.5em; } .item img, .tab_list img, .news-grid-left1 img { margin-top: 30px !important; height: 80px !important; } } @media (max-width: 414px) { .banner-info-slider h1 { font-size: .9em; } .banner-info-slider ul li a { padding: .1em 1em; } .banner-info-slider ul li { font-size: 14px; } .banner-info-slider ul li { padding: .2em 1em; } .type-1 span { font-size: 14px; } .navbar-brand { font-size: 1.5em; height: 60px; } .banner, .banner-info { min-height: 375px; } .banner-bottom-grid-left { float: none; width: 80%; } .health ul li a { padding: 0em 0.5em; } .banner-bottom-grid-left h3 { margin: 2.5em 0 0; } .com-heart { margin: 7.2em 0 0; } .video-grid-pos h3 { font-size: 1em; } .video-bottom-grid1-pos p { font-size: 14px; } .video-bottom-grid1 ul li a { font-size: 13px; } .video-bottom-grid1 ul li { padding: 0.5em 0; } a.high { padding: 10px 40px 10px 40px !important; font-size: .9em !important; } .london ul li { padding: 2em 0.96em; } .news-grid-rght2:before, .news-grid-rght2:after { width: 340px; background-size: 100%; } .footer-grid-left input[type="text"], .footer-grid-left input[type="email"], .footer-grid-left textarea { width: 100%; } .footer-grid-left input[type="submit"] { font-size: 14px; } .footer-grid-left h3 { font-size: 1em; margin: 0 0 1.5em; } .play-icon i { background: url(../images/img-sp.png) no-repeat -91px -94px; width: 65px; height: 65px; position: absolute; bottom: 45%; left: 40%; } .type-2 span { width: 30%; } .blog-leftl, .blog-leftr { float: none; width: 100%; } .admin-text { padding: 1em; } .admin-text-left { width: 20%; } .admin-text-right { width: 76%; } .admin-text h5 { font-size: 1.1em; } .response h4, .coment-form h4 { margin: 1.5em 0 !important; } .blog-right h3, .response h4, .coment-form h4 { font-size: 1.1em; } .media.response-info { margin-top: 2em; } .response-text-right ul li a { font-size: 14px; } .response { margin-bottom: 2em; } .coment-form input[type="text"], .coment-form textarea, .coment-form input[type="email"] { width: 100%; padding: 10px; } .wom-right { margin: 0; } .baner-beaking, .baner-beaking1 { padding: 1em 1em 0; } .breaking-news-grid-right-gridr { margin: 0; } .video-grids { margin: 0em 0 2em; } .wrapper1 { padding: 0 13px; } .gallery-grid { float: none; width: 80%; margin: 0 auto; } .gallery-grid:nth-child(2) { margin: 2em auto; } img.mobile1 { min-height: auto; } .albums-grid1 h4 { font-size: 14px; } .breaking-news-grid-right ul li { margin: 1.5em 0; } .item img, .tab_list img, .news-grid-left1 img { margin-top: 50px; } .video-grids-left1 { height: 250px; } } @media (max-width:375px) { .type-2 span { width: 40%; } .london ul li { padding: 1em 0.7em; } .news-grid-rght2:before, .news-grid-rght2:after { width: 300px; background-size: 100%; } .img_cam img { margin: 0; width: 100%; height: 220px; } .video-grids-left2 { height: 400px; } .h-550 { height: 360px; } } @media (max-width:320px) { div#myclock canvas { width: 200px !important; height: 200px !important; } .video-grids-left2 { height: 300px !important; } .h-550 { height: 250px !important; } .item img, .tab_list img, .news-grid-left1 img { margin-top: 0; margin-left: 20%; } .video-grids-left1 { height: 200px; } .banner-info-slider ul li { font-size: 13px; } .banner-info-slider { padding: 1.5em 0 0 0em; } .banner-info-slider h1 { font-size: .7em; } .banner-bottom-grid-left { width: 100%; } .com-heart { margin: 5.5em 0 0; } .video-grids { margin: 2em 0; } .video-grid-pos h3 { font-size: 13px; line-height: 1.6em; } .video-grid-pos ul li { font-size: 13px; padding-right: 0.5em; } .facts { padding: 1em .2em 1em; } .tab_list1 p { font-size: 12px; } .tab_list1 ul li { font-size: 13px; } .tab_list1 { margin: 0; } .video-bottom-grid { float: none; width: 100%; } .banner-bottom-grid-left:hover .health ul li a { border: 1px solid #fff; } .news { margin: 0em 0 2em; } .news-grid-left h3 { font-size: 14px; } .news-grid-left1 { float: none; width: 100%; margin: 0 0 1em; } .news-grid-right1 { float: none; width: 100%; } .banner-info, .banner { min-height: 300px; } .play-icon span { background: url(../images/img-sp.png) no-repeat -1px -47px; background-size: 495%; width: 43px; height: 43px; } .nav>li>a { padding: 10.3px 9.9px; } a.high { padding: 10px 10px 10px 15px !important; font-size: .9em !important; } .news-grid-right1 p { font-size: 13px; } .news-grid-right { padding: 0; } .london ul li { padding: 1em 0.3em; } a.breaking, .blog-leftr p, .contact-grdr ul li, .albums-grid1 p, .panel-body, .footer-top-grid1 ul.tag2 li a, .wom-right p, .blog-right ul li a, .coment-form input[type="text"], .coment-form textarea, .coment-form input[type="email"], .admin-text-right p, .response-text-right p, .response-text-right ul li a, .response-text-right ul li { font-size: 13px; } .contact-grdr ul li { margin: 0 0 0.5em; } .contact-grdl { width: 15%; } .upcoming-events-left h3, .upcoming-events-right h3, .breaking-news-grid-right h3, .gallery h3, .albums h3 { margin: 0 0 1.5em; } .blog-right ul li { margin: 0; } .recent { margin: 2em 0; } .blog-leftr ul li a { font-size: 13px; padding-left: 0.9em; } .admin-text h5, .blog-right h3, .response h4, .coment-form h4, .contact-grdl span { font-size: 1em; } .london ul li h4, .admin-text-right span, .baner-beaking h3, .coment-form input[type="submit"], .wom-right h4 a, .news-eve h4, .panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a { font-size: 14px; } .wrapper1 { padding: 0 15px; } .sb-description { padding: 10px; } .sb-description h3 { font-size: 1em; } .slicebox-slider-grid { margin: 1.5em 0 0; } .gallery h3 { margin: 1.5em 0 1em !important; } .gallery-grid { width: 100%; padding: 0; } .gallery-grid:nth-child(2) { margin: 1em auto; } .albums { margin: 1em 0 0; } .upcoming-events-left h3, .upcoming-events-right h3, .breaking-news-grid-right h3, .gallery h3, .albums h3 { font-size: 14px; } .news-grid-rght2 { padding: 1.5em 1em; } .news-grid-rght2:before, .news-grid-rght2:after { width: 275px; background-size: 100%; } .news-grid-rght2 h3, .news-grid-rght2 h5 { font-size: 1em; } .news-grid-rght2 p { font-size: 13px; margin: 1em 0; } .news-grid-rght2 input[type="text"] { padding: 8px 10px; font-size: 12px; margin: 0 0 1.1em; } .news-grid-rght2 input[type="submit"] { padding: 7px 0; width: 45%; font-size: 13px; } .footer-top { padding: 0.5em 0 0.5em; } .footer-top p, .footer-grid-left ul li, .footer-bottom-left p { font-size: 12px; } .footer-grid-left { padding: 0; } .footer-grid-left input[type="text"], .footer-grid-left input[type="email"], .footer-grid-left textarea { padding: 8px; } .footer-grid-left input[type="submit"] { font-size: 13px; padding: 8px 0; width: 50%; } .navbar-default .navbar-nav>li>a { padding: 0.5em 0; } .navbar-default .navbar-nav>li>a { font-size: 11px; } .cl-effect-18 a::before, .cl-effect-18 a::after { width: 40px; left: 42%; } .gallery-left { width: 100%; } .grid figure { min-width: 215px; } figure.effect-lexi p { width: 165px; font-size: .7em; } .grid figure figcaption { padding: 1em; } .gallery-right, .upcoming-events-left1, .contact-grid, .upcoming-events-left2, .breaking-news-grid-left, .breaking-news-grid-right { padding: 0; } .gallery-right1-right { width: 65%; } .contact-grid input[type="submit"] { font-size: 14px; padding: 10px 0px; } .contact-grid input[type="text"], .contact-grid input[type="email"], .contact-grid textarea { font-size: 13px; padding: 10px; } .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 0; font-size: 12px; } .navbar-nav .open .dropdown-menu>li>a:before, .navbar-nav .open .dropdown-menu>li>a:after { display: none; } } /**************Share trượt dá»�c*******************/ .twistBlogger_SocialBar { position: fixed; bottom: 40%; padding: 0; left: 0; background: none; text-align: center; margin: 0 auto; z-index: 99999999; } .twistBlogger_SocialBar label:hover { cursor: pointer; opacity: 1; } .twistBlogger_SocialBar label { text-align: center; opacity: 0.4; width: 50px; background: #3A3939; color: #fff; border: 0; font-family: FontAwesome; display: block; font-size: 12px; padding: 0px 0px; border-radius: 0; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; position: absolute; line-height: 1.5em; margin-top: 196px; } input.ShowHide_Button:checked+label { transform-origin: 50% 0%!important; -webkit-transform-origin: 50% 0%!important; -moz-transform-origin: 50% 0%!important; -ms-transform-origin: 50% 0%!important; -o-transform-origin: 50% 0%!important; opacity: 1; -webkit-transform: translateX(0px) rotateY(-180deg); -moz-transform: translateX(0px) rotateY(-180deg); -ms-transform: translateX(0px) rotateY(-180deg); -o-transform: translateX(0px) rotateY(-180deg); transform: translateX(0px) rotateY(-180deg); -webkit-transition-delay: 0.2s; -moz-transition-delay: 0.2s; -ms-transition-delay: 0.2s; -o-transition-delay: 0.2s; transition-delay: 0.2s; border: 1px solid #3A3939; border-radius: 50px 0px 0px 50px; width: 30px; max-width: 30px; } input.ShowHide_Button~.ShowHideMe { -webkit-transition: .6s all cubic-bezier(0.730, -0.485, 0.145, 1.620); -moz-transition: .6s all cubic-bezier(0.730, -0.485, 0.145, 1.620); -ms-transition: .6s all cubic-bezier(0.730, -0.485, 0.145, 1.620); -o-transition: .6s all cubic-bezier(0.730, -0.485, 0.145, 1.620); transition: .6s all cubic-bezier(0.730, -0.485, 0.145, 1.620); } input.ShowHide_Button:checked~.ShowHideMe { margin-left: -75px !important; } input.ShowHide_Button { display: none; } .twistBlogger_SocialBar .social_menu { display: inline-block; float: left; list-style: none; max-width: 50px; margin: 0; padding: 0; } .twistBlogger_SocialBar .social_menu .button_facebook { background: #3a579a; } .twistBlogger_SocialBar .social_menu .button_facebook:hover { background: #314a83; } .twistBlogger_SocialBar .social_menu .button_twitter { background: #00abf0; } .twistBlogger_SocialBar .social_menu .button_twitter:hover { background: #0092cc; } .twistBlogger_SocialBar .social_menu .button_googleplus { background: #df4a32; } .twistBlogger_SocialBar .social_menu .button_googleplus:hover { background: #be3f2b; } .twistBlogger_SocialBar .social_menu .button_pinterest { background: #cd1c1f; } .twistBlogger_SocialBar .social_menu .button_pinterest:hover { background: #ae181a; } .twistBlogger_SocialBar .social_menu .button_stumbleupon { background: #ea4b24; } .twistBlogger_SocialBar .social_menu .button_stumbleupon:hover { background: #c7401f; } .twistBlogger_SocialBar .social_menu .button_linkedin { background: #2554BF; } .twistBlogger_SocialBar .social_menu .button_linkedin:hover { background: #224EB4; } .twistBlogger_SocialBar .social_menu .button_facebook .count, .twistBlogger_SocialBar .social_menu .button_twitter .count, .twistBlogger_SocialBar .social_menu .button_googleplus .count, .twistBlogger_SocialBar .social_menu .button_pinterest .count, .twistBlogger_SocialBar .social_menu .button_stumbleupon .count, .twistBlogger_SocialBar .social_menu .button_linkedin .count { color: #fff!important; padding-top: 4px; font-size: 13px !important; line-height: 1.2em; font-family: sans-serif; font-weight: bold; } .twistBlogger_SocialBar .social_menu>ul { margin: 0; padding: 0; list-style: none; } .twistBlogger_SocialBar .social_menu .share { background: #FFF; color: #807F7F; font-size: 11px; height: 45px !important; } .twistBlogger_SocialBar .social_menu .share .count.h4 { font-size: 18px; font-family: sans-serif; color: #424242; height: 25px !important; line-height: 1.5em; font-weight: bold; margin: 0px !important; } .twistBlogger_SocialBar .social_menu .share .h6 { padding-bottom: 3px; font-family: sans-serif; margin: 0px !important; line-height: 0em; color: #060; font-weight: 600; } .twistBlogger_SocialBar .social_menu>ul>li { margin: 0px 0px 0px 0px; position: relative; text-align: center; list-style: none; list-style-type: none; padding: 0px; border: 0px; border-left: 0 solid rgba( 0, 0, 0, .4); height: 50px; width: 50px; overflow: hidden; display: block; box-sizing: border-box; background: none; box-sizing: content-box; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .twistBlogger_SocialBar .social_menu>ul>li a { display: block; width: 100%; height: 100%; box-sizing: border-box; padding: 5px 0px; cursor: pointer; text-decoration: none; } .twistBlogger_SocialBar .social_menu>ul>li:hover { border-left: 5px solid rgba( 0, 0, 0, .3); width: 40px; } .twistBlogger_SocialBar .social_menu>ul>li i { color: #fff !important; font-family: FontAwesome; font-size: 20px; font-style: normal; font-weight: normal; line-height: 1.9em; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .twistBlogger_SocialBar .social_menu>ul>li:hover i { opacity: 0.9; } @media only screen and (min-width:768px) and (max-width:979px) { .twistBlogger_SocialBar { bottom: 20% !important; } } @media only screen and (min-width:480px) and (max-width:767px) { .twistBlogger_SocialBar { bottom: 15% !important; } } @media only screen and (max-width:479px) { .twistBlogger_SocialBar { bottom: 10% !important; display: none !important; /*---delete this code line to make it appear on mobile--*/ } } /*------------------------Call running------------------------------*/ #calltrap-btn { background-color: #27b311; -webkit-border-radius: 50%; border-radius: 50%; display: block; height: 64px; line-height: 100px; opacity: 0.7; position: fixed; left: 20px; bottom: 20px; text-align: center; width: 64px; z-index: 999; -webkit-animation: calltrap_opacity 3s infinite linear; -moz-animation: calltrap_opacity 3s infinite linear; -o-animation: calltrap_opacity 3s infinite linear; animation: calltrap_opacity 3s infinite linear } #calltrap-btn.calltrap_offline { background-color: #47cc4a; } #calltrap-ico { width: 32px; height: 32px; position: absolute; margin: auto; top: 0px; right: 0px; bottom: 0px; left: 0px; border: 0; -webkit-border-radius: 50% !important; border-radius: 50% !important; -o-background-clip: padding-box; background-clip: padding-box; -webkit-animation: uptocallmini 1.5s 0s ease-out infinite; -moz-animation: uptocallmini 1.5s 0s ease-out infinite; -o-animation: uptocallmini 1.5s 0s ease-out infinite; animation: uptocallmini 1.5s 0s ease-out infinite } #calltrap-ico:before { content: ""; position: absolute; width: 100%; height: 100%; background-size: cover; top: 0; left: 0; background-image: url("../images/phone-call.png"); background-repeat: no-repeat; background-position: center center; -webkit-animation: calltrap_spin 3s infinite linear; -moz-animation: calltrap_spin 3s infinite linear; -o-animation: calltrap_spin 3s infinite linear; animation: calltrap_spin 3s infinite linear } .calltrap_offline #calltrap-ico { -webkit-animation: uptocallmini_offline 1.5s 0s ease-out infinite; -moz-animation: uptocallmini_offline 1.5s 0s ease-out infinite; -o-animation: uptocallmini_offline 1.5s 0s ease-out infinite; animation: uptocallmini_offline 1.5s 0s ease-out infinite } #calltrap-overlay { background-color: #191919; background-color: rgba(25, 25, 25, 0.9); position: fixed; z-index: 9998; width: 100%; height: 100%; left: 0; top: 0; text-align: center; display: none } #calltrap-overlay .b-calltrap-overlay { display: table; width: 100%; height: 100% } #calltrap-overlay .b-calltrap-overlay__header, #calltrap-overlay .b-calltrap-overlay__body, #calltrap-overlay .b-calltrap-overlay__footer { display: table-row; padding: 0; margin: 0 } #calltrap-overlay .b-calltrap-overlay__header-block, #calltrap-overlay .b-calltrap-overlay__body-block, #calltrap-overlay .b-calltrap-overlay__footer-block { display: table-cell; vertical-align: middle; text-align: center } #calltrap-overlay .b-calltrap-overlay__body-block { padding: 0 7px } #calltrap-overlay .b-calltrap-overlay__header, #calltrap-overlay .b-calltrap-overlay__footer { height: 1px } #calltrap-overlay .b-calltrap__container { background-color: white; border: 5px solid #27b311; -webkit-border-radius: 3px; border-radius: 3px; margin: 0; padding: 0; max-width: 500px; display: block; margin: 0 auto; font-size: 16px; line-height: 1.3; position: relative; font-family: Tahoma, Arial, self-serif !important } @media screen and (min-width: 1px) and (max-width: 500px) { #calltrap-overlay .b-calltrap__container { width: 290px } } #calltrap-overlay .b-calltrap__close { display: block; position: absolute; right: 20px; top: 20px; width: 20px; height: 20px; opacity: 0.5; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease } #calltrap-overlay .b-calltrap__close:hover { opacity: 1 } #calltrap-success, #calltrap-form { display: block } #calltrap-success .b-calltrap_form__fields, #calltrap-form .b-calltrap_form__fields { margin: 20px 25px 35px } #calltrap-success .b-calltrap_form__title, #calltrap-form .b-calltrap_form__title { font-size: 20px; margin: 0 0 17px; text-align: left } @media screen and (min-width: 1px) and (max-width: 500px) { #calltrap-success .b-calltrap_form__title, #calltrap-form .b-calltrap_form__title { padding-right: 20px } } #calltrap-success .b-calltrap_form__text, #calltrap-form .b-calltrap_form__text { text-align: left } #calltrap-success .b-calltrap_form__text p, #calltrap-form .b-calltrap_form__text p { margin: 0 0 0.55em } #calltrap-success .b-calltrap_form__input, #calltrap-form .b-calltrap_form__input { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 16px; padding: 0 15px 0; height: 44px; line-height: 40px; background-color: white; border: 2px solid #ccc; -webkit-border-radius: 3px; border-radius: 3px; display: block; width: 100%; outline: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease } @media screen and (min-width: 1px) and (max-width: 500px) { #calltrap-success .b-calltrap_form__input, #calltrap-form .b-calltrap_form__input { margin-bottom: 13px } } #calltrap-success .b-calltrap_form__input.error, #calltrap-form .b-calltrap_form__input.error { background-color: #ffc0c0; color: red; border-color: red } #calltrap-success .b-calltrap_form__input:disabled, #calltrap-form .b-calltrap_form__input:disabled { background-color: #eee; border-color: #bdbdbd; cursor: default } #calltrap-success .b-calltrap_form__input:focus, #calltrap-form .b-calltrap_form__input:focus { border: 2px solid #27b311 } #calltrap-success .b-calltrap_form__submit, #calltrap-form .b-calltrap_form__submit { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #27b311; border: 2px solid #27b311; -webkit-border-radius: 3px; border-radius: 3px; border: medium none; color: #fff; cursor: pointer; font-size: 16px; padding: 0; height: 44px; line-height: 40px; outline: medium none; display: inline-block; width: 180px; text-align: center; outline: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease } @media screen and (min-width: 1px) and (max-width: 500px) { #calltrap-success .b-calltrap_form__submit, #calltrap-form .b-calltrap_form__submit { width: 100% } } #calltrap-success .b-calltrap_form__submit:hover, #calltrap-form .b-calltrap_form__submit:hover { background-color: #1c658c } #calltrap-success .b-calltrap_form__submit:disabled, #calltrap-form .b-calltrap_form__submit:disabled { background-color: #bdbdbd !important; cursor: default } #calltrap-success .b-calltrap_form__controls, #calltrap-form .b-calltrap_form__controls { margin: 20px 0 0; padding: 0; padding: 0 200px 0 0 } @media screen and (min-width: 1px) and (max-width: 500px) { #calltrap-success .b-calltrap_form__controls, #calltrap-form .b-calltrap_form__controls { padding: 0 } } #calltrap-success .b-calltrap_form__controls-item, #calltrap-form .b-calltrap_form__controls-item { position: relative; float: right } @media screen and (min-width: 1px) and (max-width: 500px) { #calltrap-success .b-calltrap_form__controls-item, #calltrap-form .b-calltrap_form__controls-item { float: none } } #calltrap-success .b-calltrap_form__controls-left, #calltrap-form .b-calltrap_form__controls-left { margin-left: -100%; width: 100% } @media screen and (min-width: 1px) and (max-width: 500px) { #calltrap-success .b-calltrap_form__controls-left, #calltrap-form .b-calltrap_form__controls-left { margin-left: 0 } } #calltrap-success .b-calltrap_form__controls-right, #calltrap-form .b-calltrap_form__controls-right { margin-right: -200px; overflow: visible; width: 200px; text-align: right } @media screen and (min-width: 1px) and (max-width: 500px) { #calltrap-success .b-calltrap_form__controls-right, #calltrap-form .b-calltrap_form__controls-right { margin-right: 0; width: auto; text-align: left } } #calltrap-success .b-calltrap_form__controls-clear, #calltrap-form .b-calltrap_form__controls-clear { clear: both } #calltrap-success { display: none } #calltrap-overlay.calltrap_offline .b-calltrap_form__submit { background-color: #47cc4a; } #calltrap-overlay.calltrap_offline .b-calltrap_form__submit:hover { background-color: #2e8c1c } #calltrap-overlay.calltrap_offline .b-calltrap_form__input:focus { border-color: #47cc4a } #calltrap-overlay.calltrap_offline .b-calltrap__container { border-color: #47cc4a } @-webkit-keyframes calltrap_opacity { 0% { opacity: 1 } 57% { opacity: 0.75 } 75% { opacity: 0.95 } 100% { opacity: 1 } } @-moz-keyframes calltrap_opacity { 0% { opacity: 1 } 57% { opacity: 0.75 } 75% { opacity: 0.95 } 100% { opacity: 1 } } @-o-keyframes calltrap_opacity { 0% { opacity: 1 } 57% { opacity: 0.75 } 75% { opacity: 0.95 } 100% { opacity: 1 } } @keyframes calltrap_opacity { 0% { opacity: 1 } 57% { opacity: 0.75 } 75% { opacity: 0.95 } 100% { opacity: 1 } } @-webkit-keyframes calltrap_spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 30% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 33% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg) } 36% { -webkit-transform: rotate(10deg); transform: rotate(10deg) } 39% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg) } 42% { -webkit-transform: rotate(10deg); transform: rotate(10deg) } 45% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg) } 48% { -webkit-transform: rotate(10deg); transform: rotate(10deg); opacity: 1 } 51% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg) } 54% { -webkit-transform: rotate(10deg); transform: rotate(10deg) } 57% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } } @-moz-keyframes calltrap_spin { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg) } 30% { -moz-transform: rotate(0deg); transform: rotate(0deg) } 33% { -moz-transform: rotate(-10deg); transform: rotate(-10deg) } 36% { -moz-transform: rotate(10deg); transform: rotate(10deg) } 39% { -moz-transform: rotate(-10deg); transform: rotate(-10deg) } 42% { -moz-transform: rotate(10deg); transform: rotate(10deg) } 45% { -moz-transform: rotate(-10deg); transform: rotate(-10deg) } 48% { -moz-transform: rotate(10deg); transform: rotate(10deg); opacity: 1 } 51% { -moz-transform: rotate(-10deg); transform: rotate(-10deg) } 54% { -moz-transform: rotate(10deg); transform: rotate(10deg) } 57% { -moz-transform: rotate(0deg); transform: rotate(0deg) } } @-o-keyframes calltrap_spin { 0% { -o-transform: rotate(0deg); transform: rotate(0deg) } 30% { -o-transform: rotate(0deg); transform: rotate(0deg) } 33% { -o-transform: rotate(-10deg); transform: rotate(-10deg) } 36% { -o-transform: rotate(10deg); transform: rotate(10deg) } 39% { -o-transform: rotate(-10deg); transform: rotate(-10deg) } 42% { -o-transform: rotate(10deg); transform: rotate(10deg) } 45% { -o-transform: rotate(-10deg); transform: rotate(-10deg) } 48% { -o-transform: rotate(10deg); transform: rotate(10deg); opacity: 1 } 51% { -o-transform: rotate(-10deg); transform: rotate(-10deg) } 54% { -o-transform: rotate(10deg); transform: rotate(10deg) } 57% { -o-transform: rotate(0deg); transform: rotate(0deg) } } @keyframes calltrap_spin { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg) } 30% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg) } 33% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); transform: rotate(-10deg) } 36% { -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -o-transform: rotate(10deg); transform: rotate(10deg) } 39% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); transform: rotate(-10deg) } 42% { -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -o-transform: rotate(10deg); transform: rotate(10deg) } 45% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); transform: rotate(-10deg) } 48% { -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -o-transform: rotate(10deg); transform: rotate(10deg); opacity: 1 } 51% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); transform: rotate(-10deg) } 54% { -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -o-transform: rotate(10deg); transform: rotate(10deg) } 57% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg) } } @-webkit-keyframes uptocallmini { 0% { -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0); box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0) } 10% { -webkit-box-shadow: 0 0 8px 6px #27b311, 0 0 12px 10px transparent, 0 0 12px 14px #27b311; box-shadow: 0 0 8px 6px #27b311, 0 0 12px 10px transparent, 0 0 12px 14px #27b311 } 100% { -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0); box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0) } } @-moz-keyframes uptocallmini { 0% { box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0) } 10% { box-shadow: 0 0 8px 6px #27b311, 0 0 12px 10px transparent, 0 0 12px 14px #27b311 } 100% { box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0) } } @-o-keyframes uptocallmini { 0% { box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0) } 10% { box-shadow: 0 0 8px 6px #27b311, 0 0 12px 10px transparent, 0 0 12px 14px #27b311 } 100% { box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0) } } @keyframes uptocallmini { 0% { -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0); box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0) } 10% { -webkit-box-shadow: 0 0 8px 6px #27b311, 0 0 12px 10px transparent, 0 0 12px 14px #27b311; box-shadow: 0 0 8px 6px #27b311, 0 0 12px 10px transparent, 0 0 12px 14px #27b311 } 100% { -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0); box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0) } } @-webkit-keyframes uptocallmini_offline { 0% { -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0); box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0) } 10% { -webkit-box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120; box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120 } 100% { -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0); box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0) } } @-moz-keyframes uptocallmini_offline { 0% { box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0) } 10% { box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120 } 100% { box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0) } } @-o-keyframes uptocallmini_offline { 0% { box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0) } 10% { box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120 } 100% { box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0) } } @keyframes uptocallmini_offline { 0% { -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0); box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0) } 10% { -webkit-box-shadow: 0 0 8px 6px #47cc4a, 0 0 12px 10px transparent, 0 0 12px 14px #47cc4a; box-shadow: 0 0 8px 6px #47cc4a, 0 0 12px 10px transparent, 0 0 12px 14px #47cc4a } 100% { -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0); box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0) } } /*************Login/Register************/ /*-login-page-*/ .tittle-agileinfo h3 { margin-top: 1.5em; text-align: center; color: #27A511; font-size: 2em; text-transform: uppercase; font-weight: 800; } .login-form-w3-agile, .login-right-info, .login-form-w3-agile1 { padding: 2.5em; border-radius: 30px; border: 2px solid #27b311d6; -webkit-box-shadow: 13px 15px 22px -9px rgba(62, 219, 31, 0.83); -moz-box-shadow: 13px 15px 22px -9px rgba(62, 219, 31, 0.83); box-shadow: 13px 15px 22px -9px rgba(62, 219, 31, 0.83); } .login-form-w3-agile, .login-right-info { margin: 1.3em .8em; } .login-form-w3-agile1 { margin: .5em 0; } .login-form-w3-agile2 { margin: 3.5em 1em; padding: 2.5em 15%; border-radius: 30px; border: 2px solid #27b311d6; -webkit-box-shadow: 13px 15px 22px -9px rgba(62, 219, 31, 0.83); -moz-box-shadow: 13px 15px 22px -9px rgba(62, 219, 31, 0.83); box-shadow: 13px 15px 22px -9px rgba(62, 219, 31, 0.83); } .w3_form_body_grid span { float: left; width: 30%; font-size: 13px; letter-spacing: 0.5px; text-align: left; color: #000000; text-transform: uppercase; font-weight: 600; padding-top: 1.3em; font-family: 'Raleway', sans-serif; } .click { color: #27A511; margin-left: 15% } .click:hover { color: #807F7F; } .login-form-w3-agile input[type="email"], .login-form-w3-agile input[type="password"], .login-form-w3-agile input[type="text"], .login-form-w3-agile1 input[type="email"], .login-form-w3-agile1 input[type="password"], .login-form-w3-agile1 input[type="text"], .login-form-w3-agile2 input[type="email"], .login-form-w3-agile2 input[type="password"], .login-form-w3-agile2 input[type="text"], .frm-field { outline: none; border: none; border-bottom: 1px solid #999; padding: 10px 10px; margin-bottom: 24px; color: #000; letter-spacing: 0.6px; font-size: 14px; width: 90%; } .checkbox input, .radio input { position: absolute; left: -9999px; } .radio i { position: absolute; top: 5px; left: 0; display: block; width: 10px; height: 10px; outline: none; background: #ea3621; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; } label.radio { font-size: 14px; font-weight: 500; color: #999; padding-left: 20px; margin: 0; cursor: pointer; } .w3_gender { float: right; width: 70%; margin: 1em 0 1.7em; } .colr { float: left; margin-right: 1em; } .radio input+i:after { content: ''; top: 2px; left: 2px; width: 6px; height: 6px; border-radius: 50%; background-color: #fff !important; } .agile_remember_left { float: left; } .checkbox { position: relative; padding: 0px 0 0 30px !important; cursor: pointer; margin: 0; text-transform: capitalize; color: #212121; text-align: left; } .checkbox input, .radio input { position: absolute; left: -9999px; } .checkbox i { position: absolute; bottom: 3px; left: 0; display: block; width: 15px; height: 15px; outline: none; border: 1px solid #5B5B5B; background: #FFF; } .checkbox input+i:after { content: ''; background: url(../images/1.png) no-repeat 0px -1px; top: -4px; left: 2px; width: 15px; height: 15px; text-align: center; } .checkbox input:checked+i:after, .radio input:checked+i:after { opacity: 1; } .checkbox input+i:after, .radio input+i:after { position: absolute; opacity: 0; transition: opacity 0.1s; -o-transition: opacity 0.1s; -ms-transition: opacity 0.1s; -moz-transition: opacity 0.1s; -webkit-transition: opacity 0.1s; } .agile_remember_right a { font-size: 1em; color: #999; text-decoration: underline; } .login-form-w3-agile2 input[type="submit"], .login-form-w3-agile input[type="submit"] { outline: none; padding: 10px 0; font-size: 1em; color: #fff; border: none; width: 100%; background: #27A511; margin: 1.5em 0 0; text-transform: uppercase; } .login-form-w3-agile .button-login-custom, .login-form-w3-agile2 .button-login-custom { outline: none; padding: 10px 0; font-size: 1em; color: #fff; border: none; width: 100%; background: #27A511; text-transform: uppercase; } .login-form-w3-agile input[type="submit"]:hover, .login-form-w3-agile2 input[type="submit"]:hover { background: #ea3621; } .login-form-w3-agile .button-login-custom:hover, .login-form-w3-agile2 .button-login-custom:hover { background: #ea3621; } .login-form-w3-agile h4, .login-form-w3-agile2 h4 { font-size: 1.2em; color: #212121; margin: 1.5em 0 1em; text-align: center; } .agile_remember_right { float: right; } /*-- social-icons --*/ .social_icons { text-align: center; } .slide-social i { font-size: 16px; color: #fff; padding-top: .75em; } .slide-social { display: inline-block; overflow: hidden; margin: 0 10px 0px 0; width: 160px; height: 40px; background: #D5D5D5; } .slide-social .button { position: absolute; margin: 9px 0 0 70px; font-size: 1em; color: #212121; } .slide-social a { display: none; } .icon { float: left; padding-top: 0px; width: 25%; height: 100%; text-align: center; } .slide { position: relative; float: left; width: 75%; height: 100%; } .slide p { position: relative; top: 8px; margin: 0; border-left: 1px solid rgba(255, 255, 255, 0.3); color: #FFF !important; text-align: center; } /* Brand Colours */ .facebook { background: #3b5998; } .twitter { background: #ea3621; } /* Slide Animation */ .slide-social:hover .slide { -webkit-transform: translate(101%, 0); -moz-transform: translate(101%, 0); -ms-transform: translate(101%, 0); -o-transform: translate(101%, 0); transform: translate(101%, 0); } .no-cssanimations .slide { display: none; /* hide in IE 8-9 */ } .touch .slide { display: none; /* hide on touch devices */ } /* Transition */ .slide { -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; } /* Example Media Queries */ @media only screen and (max-width: 30em) { /* 480px/16px = 30em */ .slide-social { width: 100%; } .slide-social .button { position: absolute; } } /*-- //social-icons --*/ .login-right-info ul { padding: 0.5em 0 0em; border-bottom: 2px dotted rgba(197, 197, 197, 0.47); } .login-right-info ul:nth-child(2) { border-bottom: none!important; } .login-right-info ul li { list-style: none; margin-bottom: .6em; color: #000; font-size: 16px; letter-spacing: 0.5px; text-transform: capitalize; } .login-right-info ul li i { color: #27A511; margin-right: 10px; font-size: 14px; } .sim-button { margin-top: 0em!important; background: #27A511!important; width: 100%!important; } .login-right-info h5 { color: #000; font-size: 15px; letter-spacing: .5px; padding: 12px 0 14px; } .login-right-info h5 i { color: #00acee; margin-left: 10px; font-size: 20px; } .right-info-find { margin-top: 0!important; } /*-//login-page-*/ /*-- //Banner-Slider --*/ .button12 { color: rgba(255, 255, 255, 1); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; position: relative; border: 1px solid rgba(255, 255, 255, 0.5); overflow: hidden; } .button12 a { color: rgb(255, 255, 255); text-decoration: none; display: block; } .button12 a { z-index: 2; display: block; position: absolute; width: 100%; height: 100%; } .button12:hover a { color: #fff; } .button12::before { content: ''; position: absolute; top: 50px; left: -5px; width: 100%; height: 0; border-left: 100px solid transparent; border-right: 100px solid transparent; border-bottom: 190px solid rgba(255, 255, 255, 0.25); z-index: 1; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .button12::after { content: ''; position: absolute; top: 50px; left: -5px; width: 100%; height: 0; border-left: 100px solid transparent; border-right: 100px solid transparent; border-bottom: 190px solid rgba(255, 255, 255, 0.25); z-index: 1; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .button12::after { -webkit-transition-delay: 0.2s; /* Safari */ transition-delay: 0.2s; } .button12:hover::before { opacity: 1; -webkit-transform: translate(0px, -190px); transform: translate(0px, -190px); } .button12:hover::after { opacity: 1; -webkit-transform: translate(0px, -150px); transform: translate(0px, -150px); } .sim-button { line-height: 50px; height: 50px; text-align: center; margin-right: auto; margin-left: auto; margin-top: 31px; width: 16.9%; display: inline-block; cursor: pointer; background: rgba(0, 0, 0, 0.24); } /*--//Banner ends here--*/ .he { border: solid 1px #27A511; width: 100%; height: 500px; } /*-- clock-grids --*/ .clock-grids { background: #FFFFFF; border-radius: 5px; -webkit-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; -moz-border-radius: 5px; border-top: solid 5px #399348; box-shadow: 0 0px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24); } .clock-heading h3 { margin: 1em 0; text-align: center; font-size: 1.5em; color: #EE732F; font-weight: 600; text-transform: uppercase; } .clock-left { padding: 0 1em; } .clock { display: inline; } div#myclock { text-align: center; } div#myclock canvas { width: 300px; height: 300px; } .alarm { display: none; margin: 10px 0px 0px 0px; } .alarm a { text-decoration: none; padding: 5px 10px 5px 10px; color: #FFF; background-color: #026729; border-radius: 5px; } .alarm a:hover { text-decoration: none; padding: 4px 9px 4px 9px; color: #fefefe; background-color: #026729; border-radius: 5px; } #set { text-decoration: none; padding: 5px 10px 5px 10px; color: #FFF; background-color: #F3A829; border-radius: 5px; } #set:hover { text-decoration: none; padding: 4px 9px 4px 9px; color: #fefefe; background-color: #F3A829; border-radius: 5px; } /*-- clock-bottom --*/ @font-face { font-family: 'BebasNeueRegular'; src: url('BebasNeue-webfont.eot'); src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('BebasNeue-webfont.woff') format('woff'), url('BebasNeue-webfont.ttf') format('truetype'), url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg'); font-weight: normal; font-style: normal; } #Date { font-size: 1em; text-align: center; color: #FFFFFF; } .clock ul { padding: 0; margin: 1em 0 0 0; text-align: center; } .clock ul li { display: inline; font-size: 2em; text-align: center; color: #FFF; } #point { position: relative; -moz-animation: mymove 1s ease infinite; -webkit-animation: mymove 1s ease infinite; padding-left: 10px; padding-right: 10px; } @-webkit-keyframes mymove { 0% { opacity: 1.0; text-shadow: 0 0 20px #00c6ff; } 50% { opacity: 0; text-shadow: none; } 100% { opacity: 1.0; text-shadow: 0 0 20px #00c6ff; } } @-moz-keyframes mymove { 0% { opacity: 1.0; text-shadow: 0 0 20px #00c6ff; } 50% { opacity: 0; text-shadow: none; } 100% { opacity: 1.0; text-shadow: 0 0 20px #00c6ff; } } .clock-bottom { margin: 1em 0 0 0; padding: 1em; background: #22aaa1; background: -moz-linear-gradient(left, #22aaa1 0%, #399348 100%); background: -webkit-linear-gradient(left, #22aaa1 0%, #399348 100%); background: linear-gradient(to right, #22aaa1 0%, #399348 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#22aaa1', endColorstr='#399348', GradientType=1); border-bottom-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-bottom-left-radius: 5px; -ms-border-bottom-left-radius: 5px; -o-border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -ms-border-bottom-right-radius: 5px; -moz-border-bottom-right-radius: 5px; -o-border-bottom-right-radius: 5px; } /*-- //clock-bottom --*/ /*-- weather-grids --*/ .weather-grids { margin: 2em 0; } .weather-left { padding-left: 0; } .weather-left-info { background: #22aaa1; background: -moz-linear-gradient(left, #22aaa1 0%, #399348 100%); background: -webkit-linear-gradient(left, #22aaa1 0%, #399348 100%); background: linear-gradient(to right, #22aaa1 0%, #399348 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#22aaa1', endColorstr='#399348', GradientType=1); border-radius: 5px; -webkit-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; -moz-border-radius: 5px; box-shadow: 0 0px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24); } .weather-left-top { text-align: center; padding: 4em 0; } .weather-left-top h3 { font-size: 4em; margin: 0; color: #FFF; font-weight: 600; } .weather-left-top h6 { margin: 1em 0; color: #FFF; font-size: .7em; } .weather-left-top h4 { margin: 0; color: #FFF; font-size: 1em; } .weather-left-bottom-grids { padding: 2em; border-top: 1px solid #1E8435; } .weather-left-bottom-left { float: left; } .weather-left-bottom-left h3 { font-size: 2em; margin: 0; color: #FFF; } .weather-left-bottom-left h6 { margin: 1em 0; color: #FFF; font-size: .7em; } .weather-left-bottom-left h4 { margin: 0; color: #FFF; font-size: 1em; } .weather-left-bottom-right { float: right; margin: 1em 1em 0 0; } canvas#clear-day { height: 50px !important; width: 50px !important; } .weather-middle-info { background: #22aaa1; background: -moz-linear-gradient(left, #22aaa1 0%, #399348 100%); background: -webkit-linear-gradient(left, #22aaa1 0%, #399348 100%); background: linear-gradient(to right, #22aaa1 0%, #399348 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#22aaa1', endColorstr='#399348', GradientType=1); border-radius: 5px; -webkit-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; -moz-border-radius: 5px; box-shadow: 0 0px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24); } .weather-middle-left { float: left; width: 25%; background: #EE732F; border-top-left-radius: 5px; -webkit-border-top-left-radius: 5px; -moz-border-top-left-radius: 5px; -o-border-top-left-radius: 5px; -ms-border-top-left-radius: 5px; border-bottom-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-bottom-left-radius: 5px; -o-border-bottom-left-radius: 5px; -ms-border-bottom-left-radius: 5px; } canvas#cloudy { width: 60px !important; height: 60px !important; } .weather-middle-left-top { text-align: center; padding: 4em 0; } .weather-middle-left-top h6 { margin: 1em 0; color: #FFF; font-size: .7em; } .weather-middle-left-top h3 { font-size: 2em; margin: 0; color: #FFF; } .weather-middle-left-bottom { padding: 1em; text-align: center; margin: 2.6em 0 0 0; } .weather-middle-left-bottom h4 { color: #FFF; margin: 0 0 1em 0; font-size: .875em; font-weight: 600; } .weather-middle-left-bottom p { font-size: .875em; color: #FFF; margin: 0; } .weather-middle-info-grid { text-align: center; padding: 1em 1em; } .weather-middle-info-grid h3 { font-size: 2em; margin: .5em 0; color: #FFF; font-weight: 600; } .weather-middle-info-grid p { font-size: .875em; color: #fff; } canvas#sleet { width: 50px !important; height: 50px !important; } canvas#rain { width: 50px !important; height: 50px !important; } canvas#wind { width: 50px !important; height: 50px !important; } canvas#partly-cloudy-night { width: 50px !important; height: 50px !important; } canvas#snow { width: 50px !important; height: 50px !important; } canvas#fog { width: 50px !important; height: 50px !important; } .weather-middle-right { float: left; width: 75%; } .weather-right { padding-right: 0; } .weather-right-top { padding: 3em 0; } canvas#partly-cloudy-day { width: 75px !important; height: 75px !important; } .weather-right-top h3 { font-size: 3em; margin: 0; color: #FFF; font-weight: 600; } .weather-right-top p { font-size: .875em; color: #fff; margin: 0; } .weather-right-bottom { padding: 1em; } canvas#clear-night { width: 60px !important; height: 60px !important; } .weather-right-bottom-left { float: left; } .weather-right-bottom-left h6 { margin: 1em 0; color: #FFF; font-size: .7em; } .weather-right-bottom-left h4 { margin: 0; color: #FFF; font-size: 1em; } .weather-right-bottom-right { float: right; margin: 2em 2em 0 0; } .weather-right-bottom-right h3 { font-size: 2em; margin: 0; color: #FFF; } /*-- //weather-grids --*/ .cam { text-transform: uppercase; padding: 15px; color: #fff; font-weight: 500; background-color: #000; margin-left: 16px; } .img_cam { margin-bottom: 30px; } .img_cam a { margin-top: 30px; } /*----Phân trang-----*/ .pagination { list-style: none; display: inline-block; padding: 0; margin-top: 10px; } .pagination li { display: inline; text-align: center; } .pagination a.prev1 { width: 100px; border-radius: none !important; } .pagination a { float: left; display: block; font-size: 14px; text-decoration: none; padding: 5px 12px; color: #000; margin-left: -1px; border: 1px solid transparent; line-height: 1.5; } .pagination a.active, .pagination a:hover { cursor: default; color: #fff; } .pagination a:active { outline: none; color: #fff; } .modal-3 a { margin-left: 3px; padding: 0; width: 30px; height: 30px; line-height: 30px; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; } .modal-3 a.prev1:hover, .modal-3 a.prev1:active { border-radius: none !important; background-color: #fff; color: #27A511; font-weight: 600; } .modal-3 a:hover { background-color: #00FF2B; } .modal-3 a.active, .modal-3 a:active { background-color: #37B247; } /*----////Phân trang-----*/ /*------Modal-------*/ .modal-content { margin-top: 180px; background-image: url(../images/bg.jpg); } .modal-body { background-color: #fff; } .modal-title { color: #27A511; font-weight: 900; font-size: 2em; text-align: center; text-transform: uppercase; } .btn-red { background-color: #dac8c8; padding: 7px; border-radius: 10px; } .btn-red:hover { background-color: #ea3621; color: #fff; } /*-- about --*/ .about1 { margin: 50px 0; } .about-right img { width: 90%; } .about p { text-align: justify; padding: 15px 50px 0 0; } .about h2 { color: #27A511; font-weight: 600; font-size: 2.3em; text-transform: uppercase; margin: 40px 0; } .about h3, h3.se { font-size: 26px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; line-height: 32px; } .about h6 { color: #999; letter-spacing: 2px; font-weight: 600; } .about h5 { font-weight: 600; letter-spacing: 2px; font-size: 18px; } .about h5 span.fa { color: #0079c1; } .about-left img { width: 100%; height: 300px; } /*-- //about --*/ /*-- services --*/ .mb-60 { margin: 60px 0; } .services-inner { border: 2px solid #00d440; transition: .3s; margin: 10px; background: #fff; } .our-services-icon { position: absolute; top: 22px; right: 50px; background: #fff; width: 80px; text-align: center; } .our-services-icon span.fa { font-size: 45px; color: #00d440; } .our-services-text { padding-right: 10px; } .our-services-text { padding: 20px; } .our-services-text h4 { color: #323648; font-size: 18px; font-weight: 600; letter-spacing: 1px; margin-bottom: 18px; margin-top: 15px; position: relative; text-transform: uppercase; } .our-services-wrapper:hover .services-inner { background: #fff none repeat scroll 0 0; border: 2px solid transparent; box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2); } .our-services-text p { margin-bottom: 0; } .services p { font-size: 14px; font-weight: 400; line-height: 26px; color: #666; } h4.heading { text-transform: uppercase; font-size: 30px; line-height: 45px; letter-spacing: 1px; font-weight: 700; } .active a { padding-bottom: 5px; border-bottom: 2px solid #fff; margin-bottom: 10px; } .placeholder-custom-fooder ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: white; opacity: 1; /* Firefox */ } .placeholder-custom-fooder :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: white; } .placeholder-custom-fooder ::-ms-input-placeholder { /* Microsoft Edge */ color: white; } .placeholder-custom ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: black; opacity: 1; /* Firefox */ } .placeholder-custom :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: black; } .placeholder-custom ::-ms-input-placeholder { /* Microsoft Edge */ color: black; } .active-paginnation-custom a { background-color: #37B247; cursor: default; color: #fff; } .pagination .prev1 a { width: 100px; border-radius: none !important; } .mt-30 { margin-top: 30px; } .mb-10 { margin-bottom: 10px; } .mb-20 { margin-bottom: 20px; } .h-550 { height: 550px; } .w-100 { width: 100%; } .mr-10 { margin-left: 10px } .pl-20 { padding-left: 20px; } .ml-8 { margin-left: 8px; } .mr-8 { margin-right: 8px; } @media (max-width:1024px) { .pt-10-custom { padding-top: 16px; } } .icon-custom { width: 16px; text-align: center; } .hiden-table tbody { display: none; } .hiden-table .inner-article { display: none; } .hiden-table iframe { width: 100%; } .hiden-table .breadcrumbs { display: none; } .hiden-table .entry-meta { display: none; } input { outline: none; } input[type=search] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; font-family: inherit; font-size: 100%; } input::-webkit-search-decoration, input::-webkit-search-cancel-button { display: none; } input[type=search] { background: #fff url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center; border: solid 1px #27b311; padding: 9px 10px 9px 32px; width: 150px; color: fff; -webkit-border-radius: 10em; -moz-border-radius: 10em; border-radius: 10em; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s; margin-bottom: 29px; } input[type=search]:focus { width: 87%; background-color: #37B247; border-color: rgb(247, 250, 248); -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5); -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5); box-shadow: 0 0 5px rgba(109, 207, 246, .5); } input:-moz-placeholder { color: #000; } input::-webkit-input-placeholder { color: #000; } .error { color: red; } .sucess { color: blue; } .sucess-custom-map { text-align: center; margin-top: 16px; } .sucess-custom-update-profile { text-align: center; margin-bottom: 20px; } .p-0 { padding: 0px 0px !important; } .m-0 { margin: 0px 0px !important; } /*---------Alert------------*/ /*--------------------------*/
public/css/style.css
html, body { background-image: url(../images/bg.jpg); font-size: 100%; font-family: 'Times New Roman', Times, serif; } p { margin: 0; } h1, h2, h3, h4, h5, h6, a { font-family: 'Times New Roman', Times, serif; font-weight: 100; margin: 0; } ul, label { margin: 0; padding: 0; } body a:hover { text-decoration: none; } #toTop { display: none; text-decoration: none; position: fixed; bottom: 20px; right: 2%; overflow: hidden; z-index: 999; width: 52px; height: 52px; border: none; text-indent: 100%; background: url(../images/move-top.png) no-repeat 0px 0px; } #toTopHover { width: 52px; height: 52px; display: block; overflow: hidden; float: right; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); } /*-- banner --*/ /*------------------ Slider Part starts Here----------*/ #slider3, #slider4 { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; margin: 0 auto; } .rslides_tabs { list-style: none; padding: 0; background: rgba(0, 0, 0, .25); box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0); -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0); -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0); font-size: 18px; list-style: none; margin: 0 auto 50px; max-width: 540px; padding: 10px 0; text-align: center; width: 100%; } .rslides_tabs li { display: inline; float: none; margin-right: 1px; } .rslides_tabs a { width: auto; line-height: 20px; padding: 9px 20px; height: auto; background: transparent; display: inline; } .rslides_tabs li:first-child { margin-left: 0; } .rslides_tabs .rslides_here a { background: rgba(255, 255, 255, .1); color: #fff; font-weight: bold; } .callbacks_container { position: relative; float: left; width: 100%; } .callbacks { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; } .callbacks li { position: absolute; left: 0; top: 0; } .callbacks img { position: relative; z-index: 1; height: auto; border: 0; } .callbacks_nav { position: absolute; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); top: 20%; left: -6%; opacity: 1; z-index: 3; text-indent: -9999px; overflow: hidden; text-decoration: none; height: 50px; width: 50px; background: url('../images/img-sp.png') no-repeat -11px -16px; } .callbacks_nav:active { opacity: 1.0; } .callbacks_nav.next { left: auto; background-position: 21% 11%; right: -9%; } #slider3-pager a, #slider4-pager a { display: inline-block; } #slider3-pager span, #slider4-pager span { float: left; } #slider3-pager span, #slider4-pager span { width: 100px; height: 15px; background: #fff; display: inline-block; border-radius: 30em; opacity: 0.6; } #slider3-pager .rslides_here a, #slider4-pager .rslides_here a { background: #FFF; border-radius: 30em; opacity: 1; } #slider3-pager a, #slider4-pager a { padding: 0; } #slider3-pager li, #slider4-pager li { display: inline-block; } .rslides { position: relative; list-style: none; overflow: hidden; padding: 0; margin: 0; width: 100%; } .rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; left: 0%; top: 0; } .rslides li { position: relative; display: block; float: none; } .rslides img { height: auto; border: 0; } .callbacks_tabs { list-style: none; position: absolute; bottom: 1%; z-index: 999; left: 47%; padding: 0; margin: 0; } .callbacks_tabs li { display: inline-block; margin: 0; } @media screen and (max-width: 600px) { .callbacks_nav { top: 27%; } } /*----*/ .callbacks_tabs a { visibility: hidden; } .callbacks_tabs a:after { content: "\f111"; font-size: 0; font-family: FontAwesome; visibility: visible; display: block; height: 13px; width: 13px; display: inline-block; background: #FFFFFF; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -o-border-radius: 25px; -ms-border-radius: 25px; border: 2px solid #FFFFFF; } .callbacks_here a:after { background: #ff1800; border: 2px solid #FFFFFF; } /*------------------ Slider Part ends Here----------*/ .banner { background: url(../images/banner.jpg) no-repeat 0px 0px; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; min-height: 550px; } .banner1 { background: url(../images/bn1.jpg) no-repeat 0px 0px; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; max-height: 120px; min-height: 120px; } .banner-info { background: url(../images/dott.png)repeat 0px 0px; background-size: 4px; -webkit-background-size: 4px; -moz-background-size: 4px; -o-background-size: 4px; -ms-background-size: 4px; min-height: 550px; padding: 2em 0; } .banner-info1 { background: url(../images/dott.png)repeat 0px 0px; background-size: 4px; -webkit-background-size: 4px; -moz-background-size: 4px; -o-background-size: 4px; -ms-background-size: 4px; max-height: 120px; min-height: 120px; padding: 2em 0; } .navbar-brand { font-size: 1.8em; color: #fff !important; text-decoration: none; text-transform: uppercase; height: 85px; padding-right: 0; font-weight: 600; letter-spacing: 1px; } .navbar-brand span { padding: 0.4em 0.5em; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%; -ms-border-radius: 100%; border: 2px solid #fff; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border: none; padding-bottom: 5em; } .navbar-default { background: none; border: none; margin: 0; } .navbar-default .navbar-nav>li>a { color: #fff; font-size: 14px; padding: 18px 15px 0; font-weight: 600; text-transform: uppercase; } .navbar-nav { float: right; } .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus { padding-bottom: 10px; border-bottom: 2px solid #fff; color: #00FF2B; } .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus { color: #00FF2B; background-color: transparent; } .navbar-nav li.act a { padding-bottom: 10px; border-bottom: 2px solid #fff; color: #00FF2B; } .lg { width: 45px; height: 40px; } /*-- //nav-effect --*/ .banner-info-slider { padding: 0em 0 0 5em; } .banner-info-slider ul li { padding: 0.5em 0.5em; background: #ff1800; border: 2px solid #ff1800; font-size: 1em; text-transform: uppercase; color: #fff; text-decoration: none; letter-spacing: 1px; display: inline-block; margin-left: 1em; font-weight: 300; } .banner-info-slider ul li a { color: #fff; background: #ff1800; padding: 0.5em 0.5em; border: 2px solid #ff1800; } .banner-info-slider ul li a:hover { border: 2px solid #fff; color: #fff; } .banner-info-slider ul li:nth-child(1) { margin-left: 0; padding: 0; border: none; } .banner-info-slider ul li:nth-child(2) { background: none; border: 2px solid #fff; } .banner-info-slider h1 { color: #fff; font-size: 2em; margin: 0; text-transform: uppercase; font-weight: 400; margin: 1em 0 .5em; } .banner-info-slider p { font-size: 1.2em; color: #fff; margin: 0; line-height: 1.8em; font-weight: 300; } .banner-info-slider p span { display: block; margin: 1em 0 3.5em; } .banner-info-slider p span i { font-style: normal; color: #00FF2B; text-transform: capitalize; } /*-- type-1 --*/ .more a { position: relative; display: block; } .type-1 span { position: absolute; display: block; background: #27b311; -moz-box-sizing: border-box; padding: 0.4em; text-align: center; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; color: #fff; text-transform: capitalize; font-size: 1.2em; letter-spacing: 1px; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -o-border-radius: 7px; -ms-border-radius: 7px; bottom: 0; left: 0; } .type-1 span:last-of-type { -webkit-transform: rotateX(90deg); transform: rotateX(90deg); transform-origin: 0 0; -webkit-transform-origin: 0 0; background: #ff1800; } .type-1:hover span:last-of-type { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); background: #ff1800; } .type-1:hover span:first-of- { background: #073f58; } /*-- //type-1 --*/ .type-2 span { position: relative; display: block; background: #27b311; -moz-box-sizing: border-box; padding: 0.6em; text-align: center; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; color: #fff; text-transform: capitalize; font-size: 1.0em; letter-spacing: 1px; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -o-border-radius: 7px; -ms-border-radius: 7px; margin-top: 30px; margin-right: 10%; width: 20%; } .type-2:hover span:last-of-type { border: 1px solid #fff; background-color: #FF180F; } /*-- //banner --*/ /*--banner-bottom --*/ .br-bm-gd-lt .overlay { display: block; position: absolute; height: 300px; width: 100%; top: 0; right: -100%; transition: .4s ease-out; -webkit-transition: .4s ease-out; } .br-bm-gd-lt { overflow: hidden; display: inline-block; position: relative; height: 300px; } .br-bm-gd-lt img { width: 100%; } .dropdown-menu { min-width: 105px; padding: 0; top: 115%; } .dropdown-menu>li>a { text-transform: uppercase; padding: 10px 10px; text-align: center; } .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { color: #fff; background-color: #27b311; } .br-bm-gd-lt .overlay .arrow-left { position: relative; left: 0; width: 0; height: 0; top: 0; bottom: 0; border-bottom: 300px solid transparent; border-right: 285px solid rgba(39, 179, 17, 0.84); background: rgba(255, 24, 0, 0.59); } .br-bm-gd-lt .overlay .rectangle { display: block; margin-left: 0px; width: 100%; height: 100%; background-color: rgba(255, 255, 255, .95); } .br-bm-gd-lt:hover .overlay { right: 0; } .banner-bottom { padding: 2em 0 0; } .br-bm-gd-lt, .br-bm-gd-lt1, .br-bm-gd-lt2, .br-bm-gd-lt3, .br-bm-gd-lt4, .br-bm-gd-lt5, .br-bm-gd-lt6, .br-bm-gd-lt7 { min-height: 300px; position: relative; } .br-bm-gd-lt { background: url(../images/1.jpg) no-repeat 0px 0px; display: block; } .br-bm-gd-lt1 { background: url(../images/2.jpg) no-repeat 0px 0px; display: block; } .br-bm-gd-lt2 { background: url(../images/3.jpg) no-repeat 0px 0px; display: block; } .br-bm-gd-lt3 { background: url(../images/4.jpg) no-repeat 0px 0px; display: block; } .br-bm-gd-lt4 { background: url(../images/5.jpg) no-repeat 0px 0px; display: block; } .br-bm-gd-lt5 { background: url(../images/6.jpg) no-repeat 0px 0px; display: block; } .br-bm-gd-lt6 { background: url(../images/7.jpg) no-repeat 0px 0px; display: block; } .br-bm-gd-lt7 { background: url(../images/8.jpg) no-repeat 0px 0px; display: block; } .health-pos { position: absolute; top: 0%; left: 0%; } .health { padding: 1em 1em 0; } .banner-bottom-grid-left h3 { padding: 0 1em; } .health ul li { padding: .2em 0.4em; background: #ff1800; border: 2px solid #ff1800; font-size: 1em; text-transform: uppercase; color: #fff; text-decoration: none; letter-spacing: 1px; display: inline-block; margin-left: .5em; font-weight: 300; } .health ul li a { color: #fff; background: #0042ff; padding: .1em 1.2em; border: 2px solid #0042ff; text-decoration: none; } .health ul li:nth-child(1) { margin-left: 0; padding: 0; border: none; background: none; } .health ul li:nth-child(2) { background: none; border: 2px solid #fff; } .banner-bottom-grid-left h3 { margin: .5em 0 0; color: #fff; font-size: 1.8em; letter-spacing: 1px; line-height: 1.4em; } .com-heart { margin: 5.4em 0 0; transition: .4s ease-out; -webkit-transition: .4s ease-out; -moz-transition: .4s ease-out; -o-transition: .4s ease-out; -ms-transition: .4s ease-out; } .com-heart ul { padding: .3em 1em; text-align: center; background: rgba(0, 0, 0, 0.54); } .com-heart ul li { display: inline-block; } .com-heart ul li:nth-child(1) { margin-right: 1em; } .com-heart ul li a { font-size: 1em; color: #fff; text-decoration: none; font-weight: 300; } .com-heart ul li a span { left: -0.5em; color: #27b311; } .banner-bottom-grid-left:hover .com-heart { display: none; } .banner-bottom-grid-left:hover .dummy { display: block; } .banner-bottom-grid-left:hover .health ul li a { background: none; border: 2px solid #fff; } .dummy { display: none; padding: 0 1.6em; } .dummy p { color: #fff; font-size: 1.1em; line-height: 1.8em; margin: 0; font-weight: 300; } .health ul li a.sport { background: #ba00ff; border: 2px solid #ba00ff; } .health ul li a.plane { background: #ffc000; border: 2px solid #ffc000; } .health ul li a.general { background: #00b0a6; border: 2px solid #00b0a6; } .health ul li a.pol { background: #ff1800; border: 2px solid #ff1800; } .health ul li a.world { background: #ff00d2; border: 2px solid #ff00d2; } .health ul li a.national { background: #308f51; border: 2px solid #308f51; padding: .1em .2em !important; } .health ul li a.business { background: #950202; border: 2px solid #950202; } .banner-bottom-grids:nth-child(2) { margin: 3em 0; } .breaking_news { float: left; padding: 8px 15px 12px 30px; background-color: #000; position: relative; } .marquee { color: #777; font-size: 1em; padding: 8px 0; color: #84754E; overflow: hidden; } .marquee1 { float: left; margin-right: 6em; } .marquee2 { float: right; } a.breaking { color: #000; font-size: 1.2em; font-weight: 400; text-decoration: none; } .breaking_news:after { content: ''; background: url(../images/dott1.png) no-repeat 0px 0px; display: block; width: 27px; height: 60px; position: absolute; right: -17%; top: 0%; background-size: 100%; } .move-text { background-color: #fcff00; } .breaking_news h2 { font-size: 1.3em; color: #fff; margin: 0; } /*-- video-grids --*/ .video-grids { margin: 3em 0; } .play-icon span { background: url(../images/img-sp.png) no-repeat -1px -80px; width: 72px; height: 72px; position: absolute; bottom: 8%; left: 8%; } .video-grid-pos { position: absolute; bottom: 6%; left: 23%; width: 75%; } .video-grid-pos h3 { font-size: 1.5em; letter-spacing: 1px; line-height: 1.5em; color: #fff; margin: 0; text-transform: uppercase; } .video-grid-pos ul { padding: 1em 0 0; text-align: right; } .video-grid-pos ul li { display: inline-block; color: #fff; font-size: 1em; text-transform: uppercase; padding-right: 1em; } .video-grid-pos ul li label { padding-left: 1em; } .video-grid-pos ul li i { font-style: normal; color: #27b311; } .video-grid-pos ul li span { color: #ff1800; } .video-grids-left1 { position: relative; width: 100%; height: 540px; border: solid 1px #060; } .video-grids-left2 span, .video-grids-left2 i { color: #27A511; } .video-grids-left2 { position: relative; width: 100%; height: 600px; border: solid 1px #060; } .container_bg { background-color: #fff; } /*---- Nav ---*/ .nbs-flexisel-nav-left, .nbs-flexisel-nav-right { width: 22px; height: 69px; position: absolute; cursor: pointer; z-index: 100; } .nbs-flexisel-nav-left { left: 0%; top: 33% !important; background: url(../images/img-sp.png) no-repeat -176px 1px; } .nbs-flexisel-nav-right { right: 0%; top: 33% !important; background: url(../images/img-sp.png) no-repeat -206px 1px; } /*--//flexisel--*/ .play-icon i { background: url(../images/img-sp.png) no-repeat -91px -94px; width: 45px; height: 45px; position: absolute; bottom: 53%; left: 40%; } .item img, .tab_list img, .news-grid-left1 img { margin: 30px 0; padding: .15em; background: #fff; border: 1px dotted #919191; } .floods-text { margin: 0.5em 0 0; } .floods-text h3 { font-size: .8em; color: #000; margin: 0; font-weight: 400; } .floods-text h3 span { display: block; color: #ff1800; margin: .5em 0 1em; font-size: .8em; } .floods-text h3 label { color: #B2B2B2; padding: 0 1em; } .floods-text h3 i { font-style: normal; color: #27b311; } .floods-text p { color: #000; margin: 0; font-size: .8em; } /*-- //video-grids --*/ /******** SAP ************/ .sap_tabs { clear: both; font-style: normal; position: relative; } .facts { padding: 1.755em; border-bottom: 1px solid #DFDFDF; } .top1 { margin-top: 2%; } ul.resp-tabs-list { list-style: none; background: #000; margin: 0em auto; border-bottom: 1px solid #DFDFDF; } div#horizontalTab { background: #fff; } .resp-tab-item { color: #fff; font-size: 1em; cursor: pointer; padding: 10px 46px; display: inline-block; margin: 0; list-style: none; float: none; width: 100%; outline: none; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; text-transform: uppercase; } .resp-tab-item:hover { text-shadow: none; } .resp-tab-active { background: #27b311; text-shadow: none; color: #fff; } .resp-tabs-container { padding: 0px; clear: left; border: 1px solid #DFDFDF; border-top: none; background: #f8f8f8; } h2.resp-accordion { cursor: pointer; padding: 5px; display: none; } .resp-tab-content { display: none; } .resp-content-active, .resp-accordion-active { display: block; } h2.resp-accordion { font-size: 1em; margin: 0px; padding: 10px 15px; background: #FF1827; margin: 10px 0; color: #fff; } h2.resp-accordion:hover { background: #27B311; text-shadow: none; color: #FFF; } @media only screen and (max-width:480px) { .sap_tabs { padding-top: 0; } .resp-tabs-container { padding: 10px; } ul.resp-tabs-list { display: none; } h2.resp-accordion { display: block; } .resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1; } .resp-vtabs .resp-tabs-container { border: none; float: none; width: 100%; min-height: initial; clear: none; } .resp-accordion-closed { display: none !important; } } ul.tab_list { padding: 0em; margin: 0; } /******** //SAP ************/ .tab_list { float: left; width: 35%; } .tab_list1 { float: right; width: 57%; } .facts:nth-child(5) { border-bottom: none; } .tab_list1 ul li { display: inline-block; color: #999; font-size: .9em; } .tab_list1 ul li a { color: #ff1800; text-decoration: none; font-weight: 400; text-transform: uppercase; } .tab_list1 ul li a:hover { color: #999 !important; } .tab_list1 ul li label { padding: 0 .5em; } .tab_list1 p { font-size: 1em; color: #000; margin: 0.5em 0 0; } .tab_list1 p a, .news-grid-right1 h4 a, .story h3 a, .banner-info-slider ul li a { transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; } .tab_list1 p a { color: #000; text-decoration: none; font-weight: 400; } .tab_list1 p a:hover { color: #999; } a.green { color: #27b311 !important; } a.orange { color: #ff5a00 !important; } a.orange1 { color: #a12121 !important; } a.orange2 { color: #ff00d2 !important; } /*--//banner-bottom --*/ /*-- video-bottom-grids --*/ .video-bottom-grid1 img { border-top: 5px solid #950202; } .video-bottom-grid1-before { position: relative; } .video-bottom-grid1-pos { position: absolute; top: 19%; left: 13%; width: 80%; } .video-bottom-grid1-pos p { font-size: 1.4em; color: #fff; margin: 0; line-height: 1.7em; font-weight: 300; text-transform: uppercase; } .video-bottom-grid { transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; } .video-bottom-grid:hover .video-bottom-grid1-before:before { position: absolute; top: 2%; left: 11%; border-right: 15px solid transparent; border-bottom: 15px solid #950202; border-left: 15px solid transparent; content: ''; transform: rotate(180deg); } .video-bottom-grid1 ul li { list-style-type: none; border-bottom: 1px solid #D2D2D2; padding: 1em 0; } .video-bottom-grid1 ul li a { color: #000; font-size: 1em; text-decoration: none; font-weight: 400; text-transform: capitalize; } .video-bottom-grid1 ul li a:hover { color: #950202; } .read-more { margin: 1em 0 0; } .read-more a { color: #b65151; font-size: 1em; text-decoration: none; text-transform: uppercase; font-weight: 400; } .res a { color: #ff00d2; } .read-more a:hover { color: #999; } .before1 img { border-top: 5px solid #ff00d2; } .video-bottom-grid:hover .before1:before { border-bottom: 15px solid #ff00d2; } ul.list li a:hover { color: #ff00d2; } .before2 img { border-top: 5px solid #27b311; } .video-bottom-grid:hover .before2:before { border-bottom: 15px solid #27b311; } ul.list1 li a:hover, .res1 a { color: #27b311; } .before3 img { border-top: 5px solid #ff1800; } .video-bottom-grid:hover .before3:before { border-bottom: 15px solid #ff1800; } ul.list2 li a:hover, .res2 a { color: #ff1800; } .video-bottom-grids1:nth-child(2) { margin: 3em 0 0; } .before4 img { border-top: 5px solid #fd6917; } .video-bottom-grid:hover .before4:before { border-bottom: 15px solid #fd6917; } ul.list3 li a:hover, .res3 a { color: #fd6917; } .before5 img { border-top: 5px solid #ffc000; } .video-bottom-grid:hover .before5:before { border-bottom: 15px solid #ffc000; } ul.list4 li a:hover, .res4 a { color: #ffc000; } .before6 img { border-top: 5px solid #ba00ff; } .video-bottom-grid:hover .before6:before { border-bottom: 15px solid #ba00ff; } ul.list5 li a:hover, .res5 a { color: #ba00ff; } .before7 img { border-top: 5px solid #ff00d2; } .video-bottom-grid:hover .before7:before { border-bottom: 15px solid #ff00d2; } ul.list6 li a:hover, .res6 a { color: #ff00d2; } /*-- //video-bottom-grids --*/ /*-- news-and-events --*/ .news { margin: 3em 0; } .news-grid-left h3 { font-size: 1.1em; color: #fff; margin: 0; background: #000; padding: .8em 1em; text-transform: uppercase; font-weight: 400; } .news-grid-left ul li { list-style-type: none; padding: 1.5em 0; border-bottom: 1px solid #D2D2D2; } .news-grid-left1 { float: left; width: 25%; } .news-grid-right1 { float: right; width: 70%; margin: 1.2em 0 0; } .news-grid-right1 h4 { text-transform: uppercase; font-weight: 400; color: #000; margin: 0; font-size: 1.1em; } .news-grid-right1 h4 a { color: #000; text-decoration: none; font-weight: 400; } .news-grid-right1 h4 a:hover { color: #27b311; } .news-grid-right1 h5 { color: #000; font-size: .8em; margin: 0.8em 0 1em; font-weight: 400; } .news-grid-right1 h5 a { color: #27b311; text-transform: uppercase; text-decoration: none; font-weight: 400; } .news-grid-right1 h5 a:hover { color: #000; } .news-grid-right1 h5 label { color: #D2D2D2; padding: 0 .5em; } .news-grid-right1 h5 i { font-style: normal; color: #C0C0C0; } .news-grid-right1 p { color: #000; margin: 0; font-size: .9em; line-height: 1.8em; } .nav-tabs { border-bottom: none; background: #27b311; } .nav-tabs>li>a { margin-right: 0; border-radius: 0; } /* .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { color: #fff; cursor: default; background-color: #000; border: none; border-bottom: none; } */ .nav-tabs>li>a { border: none; font-size: .8em; text-transform: uppercase; color: #fff; font-weight: 400; } .nav>li>a { padding: 13.3px 19.9px; } .nav-tabs>li>a:hover { border: none; } a.high { padding: 10px 68px 10px 25px !important; font-size: 1.1em !important; } .nav-tabs>li { margin-bottom: 0; } .london ul { background: #f8f8f8; border: 1px solid #dfdfdf; border-right: none; } .london ul li { display: inline-block; padding: 2em 1.05em; border-right: 1px solid #dfdfdf; text-align: center; float: left; } .london ul li h4 { text-transform: uppercase; font-size: 1.1em; color: #000; font-weight: 400; margin: 0; } .london ul li span { background: url(../images/img-sp.png) no-repeat -167px -93px; display: block; width: 80px; height: 80px; margin: 1em 0; } .london ul li p { font-size: 1.5em; color: #000; margin: 0; } .london ul li span.moon { background: url(../images/img-sp.png) no-repeat -259px -6px; display: block; width: 80px; height: 80px; margin: 1em 0; } .london ul li span.sun { background: url(../images/img-sp.png) no-repeat -268px -94px; display: block; width: 80px; height: 80px; margin: 1em 0; } #profile iframe { width: 100%; min-height: 200px; } .news-grid-rght2 { margin: 2.4em 0; position: relative; background: #f8f8f8; padding: 2em 1.5em; } .news-grid-rght2:before { position: absolute; top: 0%; left: 0%; background: url(../images/1.png) no-repeat 0px 0px; width: 350px; height: 6px; display: block; content: ''; } .news-grid-rght2:after { position: absolute; bottom: 0%; left: 0%; background: url(../images/1.png) no-repeat 0px 0px; width: 350px; height: 6px; display: block; content: ''; } .news-grid-rght2 h3, .news-grid-rght2 h5 { font-size: 1.1em; color: #000; margin: 0; text-transform: uppercase; font-weight: 400; } .news-grid-rght2 p { font-size: .85em; color: #000; margin: 1em 0 2em; line-height: 1.7em; } .news-grid-rght2 input[type="text"] { outline: none; border: 1px solid #CCC; padding: 10px 10px; background: #fff; text-transform: uppercase; font-size: .8em; text-align: center; color: #999; width: 100%; margin: 0 0 2em; font-weight: 400; } .news-grid-rght2 input[type="submit"] { outline: none; border: none; background: #27b311; padding: 9px 0; width: 40%; font-size: 1em; color: #fff; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -o-border-radius: 7px; -ms-border-radius: 7px; transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; } .news-grid-rght2 input[type="submit"]:hover { background: #ff1800; } .news-grid-rght3 { border: 1px solid #D7D7D7; } .story { padding: 1.5em 1em; background: #f8f8f8; } .story p { text-transform: uppercase; font-size: .8em; color: #999; margin: 0; } .story h3 { text-transform: uppercase !important; font-size: 1.1em !important; color: #000 !important; margin: 0.5em 0 0 !important; font-weight: 400 !important; background: none !important; } .story h3 a { color: #000; font-weight: 400; text-decoration: none; } .story h3 a:hover { color: #27B311; } /*-- //news-and-events --*/ /*-- footer --*/ .footer-top { background: #000000; padding: 1em 0 1.5em; } .footer-top p { color: #fff; font-size: 1em; position: relative; text-transform: uppercase; } .footer-top p a { color: #27b311; margin-left: 10%; font-weight: 400; } .footer-top p a:hover { color: #fff; } .footer { padding: 2em 0; background: #272727; } .footer-grid-left h3 { text-transform: uppercase; font-size: 1.2em; color: #fff; font-weight: 400; margin: 0 0 2em; padding: 1em 0 0; border-top: 2px solid #999; } .footer-grid-left ul { margin-top: 30px; } .footer-grid-left ul li { display: block; margin-left: 5em; font-size: .9em; color: #fff; text-transform: uppercase; line-height: 1.8em; margin-bottom: 1em; } .footer-grid-left ul li a { color: #fff; font-weight: 400; text-decoration: none; } .footer-grid-left ul li a i, .footer-grid-left ul li a.cols { color: #27b311; font-style: normal; } .footer-grid-left ul li a:hover { color: #7B7B7B; } .footer-grid-left ul li span { display: block; color: #999; } .footer-grid-left input[type="text"], .footer-grid-left input[type="email"], .footer-grid-left textarea { outline: none; border: 1px solid #999; padding: 10px; background: #000; color: #999; width: 90%; font-size: .8em; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -o-border-radius: 7px; -ms-border-radius: 7px; text-transform: uppercase; } .footer-grid-left input[type="email"] { margin: 1.5em 0; } .footer-grid-left textarea { min-height: 100px; resize: none; margin: 0 0 1.3em; } .footer-grid-left input[type="submit"] { outline: none; border: none; background: #27b311; padding: 9px 0; width: 40%; font-size: 1em; color: #fff; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -o-border-radius: 7px; -ms-border-radius: 7px; transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; text-transform: uppercase; } .footer-grid-left .button-custom { outline: none; border: none; background: #27b311; padding: 9px 0; width: 40%; font-size: 1em; color: #fff; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -o-border-radius: 7px; -ms-border-radius: 7px; transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; text-transform: uppercase; } .footer-grid-left input[type="submit"]:hover { background: #ff1800; } .footer-grid-left .button-custom:hover { background: #ff1800; } .footer-grid-left p { font-size: .8em; color: #999; margin: 0; line-height: 1.8em; } .footer-grid-left p span { display: block; margin: 1em 0; } .footer-grid-left p i { font-style: normal; color: #fff; display: block; } .footer-bottom { margin-top: 2em; padding-top: 2em; border-top: 1px solid #434343; } .ft { color: #fff; text-transform: uppercase; font-size: 1.9em; font-weight: 600; } .footer-bottom-left p { color: #fff; font-size: .9em; margin: 0.5em 0 0; text-transform: uppercase; text-align: center; } .footer-bottom-left p a { color: #27b311; text-decoration: none; font-weight: 400; } .footer-bottom-left p a:hover { color: #fff; } .footer-bottom-right { float: right; } .footer-bottom-right ul li { display: inline-block; } .icon-button { background-color: white; border-radius: 2.6rem; cursor: pointer; display: inline-block; font-size: 2.0rem; height: 2.6rem; line-height: 3.6rem; margin: 0 5px; position: relative; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 2.6rem; } .icon-button i { background: none; color: white; height: 2.6rem; left: 0; line-height: 2.6rem; position: absolute; top: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; width: 2.6rem; z-index: 10; } .icon-button span { border-radius: 0; display: block; height: 0; left: 50%; margin: 0; position: absolute; top: 50%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; width: 0; } .twitter span, .google span, .v span { background-color: #27b311; } .icon-button:hover span { width: 2.6rem; height: 2.6rem; border-radius: 2.6rem; margin: -1.3rem; } .footer-bottom-right ul li .icon-button .icon-twitter { background: url(../images/3.png) no-repeat 0px -7px; display: block; width: 43px; height: 43px; } .footer-bottom-right ul li .icon-button .icon-twitter:hover { background: url(../images/3.png) no-repeat 0px -54px; display: block; } .footer-bottom-right ul li .icon-button .icon-google { background: url(../images/3.png) no-repeat -43px -7px; display: block; width: 43px; height: 43px; } .footer-bottom-right ul li .icon-button .icon-google:hover { background: url(../images/3.png) no-repeat -43px -52px; display: block; } .footer-bottom-right ul li .icon-button .icon-v { background: url(../images/3.png) no-repeat -83px -6px; display: block; width: 43px; height: 43px; } .footer-bottom-right ul li .icon-button .icon-v:hover { background: url(../images/3.png) no-repeat -83px -52px; display: block; } /*-- footer --*/ /*-- news-and-events --*/ .news-and-events { padding: 2em 0 0; } .upcoming-events-grids { margin: 3em 0 0; } .upcoming-events-left h3, .upcoming-events-right h3, .breaking-news-grid-right h3, .gallery h3, .albums h3 { text-transform: uppercase; font-size: 1.1em; color: #fff; font-weight: 400; margin: 0 0 2.6em; background: #000; padding: 0.8em; } .upcoming-events-right h3 { background: #950202; margin: 0 !important; } .news-eve { position: absolute; bottom: 20%; left: 16%; width: 80%; } .news-eve h4 { text-transform: uppercase; font-size: 1.2em; color: #fff; margin: 0; line-height: 1.8em; } /*-- effect --*/ .grid { position: relative; clear: both; margin: 0 auto; max-width: 1000px; list-style: none; text-align: center; } /* Common style */ .grid figure { position: relative; float: left; overflow: hidden; margin: 0; min-width: 273px; max-width: 480px; max-height: 360px; width: 48%; height: auto; 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: #000; text-transform: uppercase; font-size: 1.25em; -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%; } /***** Lexi *****/ /*---------------*/ figure.effect-lexi { background: -webkit-linear-gradient(-45deg, #000 0%, #fff 100%); background: linear-gradient(-45deg, #000 0%, #fff 100%); } figure.effect-lexi img { margin: -10px 0 0 -10px; max-width: none; width: -webkit-calc(100% + 10px); width: calc(100% + 10px); opacity: 0.9; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translate3d(10px, 10px, 0); transform: translate3d(10px, 10px, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; } figure.effect-lexi figcaption::before, figure.effect-lexi p { -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; } figure.effect-lexi figcaption::before { position: absolute; right: -100px; bottom: -100px; width: 300px; height: 300px; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2); content: ''; opacity: 0; -webkit-transform: scale3d(0.5, 0.5, 1); transform: scale3d(0.5, 0.5, 1); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; } figure.effect-lexi:hover img { opacity: 0.6; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } figure.effect-lexi h2 { text-align: left; -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; -webkit-transform: translate3d(5px, 5px, 0); transform: translate3d(5px, 5px, 0); } figure.effect-lexi p { position: absolute; right: 0; bottom: 0; padding: 0 1.5em 1.5em 0; width: 140px; text-align: right; opacity: 0; -webkit-transform: translate3d(20px, 20px, 0); transform: translate3d(20px, 20px, 0); font-size: .8em; line-height: 1.8em; } figure.effect-lexi:hover figcaption::before { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } figure.effect-lexi:hover h2, figure.effect-lexi:hover p { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } /*-- //effect --*/ .panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a { color: #999; text-decoration: none; font-size: .9em; } .panel-title { font-size: 1.1em; } .panel-default>.panel-heading { background: #FFFFFF; border: 1px solid #D0D0D0; } .panel-default { border: none; } .panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group { border: none; } .panel-heading { padding: 1em 0; text-transform: capitalize; } .panel-body { font-size: 14px; color: #000; line-height: 1.8em; text-align: justify; } .panel { box-shadow: none; } .pa_italic span { display: none; } .pa_italic i { left: -1em; font-size: .8em; } .collapsed span { display: inline-block; left: -1em; } .collapsed i { display: none; } h4.panel-title { padding-left: 1em; } h4.panel-title a span { left: -1em; font-size: .7em; } .panel-body { background: #FAFAFA; } .gallery-right1-left { float: left; width: 30%; } .gallery-right1-right { float: right; width: 60%; } .gallery-right1-right p { margin: 0; font-size: 1em; color: #000; line-height: 1.5em; } .gallery-right1 { margin-bottom: 1.5em; } .gallery { margin: 0 0 3em; } .gallery-right1-right p a { color: #27b311; font-weight: 400; text-decoration: none; } .gallery-right1-right p i { font-style: normal; color: #000; margin: .5em 0 0; display: block; } .gallery-right1-right p a:hover { color: #999; } .gallery-right1-right p span { color: #999; font-size: .9em; display: block; margin: 1em 0 0; } /*-- //news-and-events --*/ /*-- breaking-news --*/ .breaking-news { padding: 3em 0 0; } /*-- wmuslider --*/ .wmuSlider { position: relative; overflow: hidden; } .wmuSlider .wmuSliderWrapper article img { /*--max-width: 100%; width: auto; height: auto; display:block;--*/ } /* Default Skin */ .wmuSliderPagination { z-index: 2; position: absolute; right: 4%; bottom: 4%; } ul.wmuSliderPagination { padding: 0; } .wmuSliderPagination li { float: left; margin: 0 8px 0 0; list-style-type: none; } .wmuSliderPagination a { display: block; text-indent: -9999px; width: 15px; height: 15px; background: #fff; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -o-border-radius: 25px; } .wmuSliderPagination a.wmuActive { background: #27b311; } /* Default Skin */ .wmuGallery .wmuGalleryImage { margin-bottom: 10px; } .banner-wrap { padding: 0; } .baner-beaking, .baner-beaking1 { min-height: 426px; padding: 9em 2em 0; } .baner-beaking { /* background: url(../images/22.jpg) no-repeat 0px 0px; */ background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; } .baner-beaking1 { background: url(../images/23.jpg) no-repeat 0px 0px; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; } /*-- //wmuslider --*/ .baner-beaking p { margin-bottom: 1em; margin-top: 8em; width: 100%; padding: .5em; background: #2cb316ad; font-size: 1.2em; line-height: 1.8em; color: #fff; } .breaking-news-grids { margin: 3em 0; } .breaking-news-grid-right-gridl { float: left; width: 35%; } .breaking-news-grid-right-gridr { float: right; width: 60%; } .breaking-news-grid-right ul li { list-style-type: none; margin: 2.15em 0; } .breaking-news-grid-right ul li:nth-child(3) { margin: 0; } .breaking-news-grid-right-gridr h4 { text-transform: uppercase; font-size: .8em; color: #000; line-height: 1.6em; margin: 0 0 1em; } .breaking-news-grid-right-gridr h4 a { font-weight: 400; color: #000; text-decoration: none; } .breaking-news-grid-right-gridr h4 a:hover { color: #999; } .breaking-news-grid-right-gridr ul li { display: inline-block; margin: 0 0 0 1em !important; } .breaking-news-grid-right-gridr ul li a { font-size: .8em; color: #27b311; text-decoration: none; font-weight: 400; } .breaking-news-grid-right-gridr ul li a span { left: -1em; color: #999; } .breaking-news-grid-right-gridr ul li a:hover { color: #999; } .breaking-news-grid-right h3 { margin: 0 !important; } /*-- //breaking-news --*/ /*-- contact --*/ .typo, .contact, .slicebox-slider, .single {} h3.title, .map h3 { font-size: 1.7em; color: #000; margin-top: 30px; text-transform: uppercase; font-weight: 400; } .banner-contact-info h3 span { color: #fff; } .banner-contact-info { width: 60%; margin: 11em auto 0em; text-align: center; } .banner-contact-info p { font-size: 14px; color: #fff; margin: 1em 0 0; line-height: 1.8em; } .banner-contact-info h3 { color: #7d7171; } .map iframe { width: 100%; min-height: 400px; margin: 2em 0 0; } .contact-grdl { padding: 0 !important; } .contact-grdl span { color: #BDBDBD; font-size: 1.5em; } .contact-grdr ul li { list-style-type: none; color: #999; font-size: 14px; margin: 0 0 1em; } .address { margin: 2em 0; } .contact-grdr ul li a { color: #27A511; text-decoration: none; display: block; margin: 0.6em 0 0; font-weight: 400; } .contact-grdr ul li a:hover { color: #999; } .contact-grid input[type="text"], .contact-grid input[type="email"], .contact-grid textarea { outline: none; border: 1px solid #E9E9E9; width: 100%; background: none; color: #333; font-size: 14px; padding: 12px 10px; } .contact-grid textarea { min-height: 125px; resize: none; margin: 0 0 .2em; } .contact-grid input[type="email"] { margin: .5em 0; } .contact-grid input[type="submit"] { outline: none; border: none; width: 100%; background: #27B311; color: #fff; font-size: 1em; text-transform: uppercase; padding: 12px 0px; transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; } .contact-grid .button-contact-custom { outline: none; border: none; width: 100%; background: #27B311; color: #fff; font-size: 1em; text-transform: uppercase; padding: 12px 0px; transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; } .contact-grid input[type="submit"]:hover { background: #ff1800; } .contact-grid .button-contact-custom:hover { background: #ff1800; } .newsletter1 { padding: 5.45em 2em 3.3em 0.5em; text-align: center; border: 1px solid #E9E9E9; } .newsletter1 h3 { font-size: 1.5em; color: #CBCBCB; margin: 0; text-align: center; text-transform: uppercase; } .newsletter1 h3 span { font-size: 1.5em; top: -1em; left: 1.8em; color: #F11E0F; } .contact-grids { margin: 3em 1em; } /*-- //contact --*/ /*--Typography--*/ p.iste { color: #999; } .well { font-weight: 300; font-size: 14px; } .list-group-item { font-weight: 300; font-size: 14px; } li.list-group-item1 { font-size: 14px; font-weight: 300; } .typo p { margin: 0; font-size: 14px; font-weight: 300; } .show-grid [class^=col-] { background: #fff; text-align: center; margin-bottom: 10px; line-height: 2em; border: 10px solid #f0f0f0; } .show-grid [class*="col-"]:hover { background: #e0e0e0; } .grid_3 { margin-bottom: 2em; } .xs h3, h3.m_1 { color: #000; font-size: 1.7em; font-weight: 300; margin-bottom: 1em; } .grid_3 p { color: #999; font-size: 0.85em; margin-bottom: 1em; font-weight: 300; } .grid_4 { background: none; margin-top: 50px; } .label { font-weight: 300 !important; border-radius: 4px; } .grid_5 { background: none; padding: 2em 0; } .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars { margin-bottom: 1em; color: #27b311; text-transform: uppercase; letter-spacing: 1px; } .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { border-top: none !important; } .tab-content>.active { display: block; visibility: visible; } .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus { z-index: 0; } .badge-primary { background-color: #03a9f4; } .badge-success { background-color: #8bc34a; } .badge-warning { background-color: #ffc107; } .badge-danger { background-color: #e51c23; } .grid_3 p { line-height: 2em; color: #888; font-size: 0.9em; margin-bottom: 1em; font-weight: 300; } .bs-docs-example { margin: 1em 0; } section#tables p { margin-top: 1em; } .tab-container .tab-content { border-radius: 0 2px 2px 2px; border: 1px solid #e0e0e0; padding: 16px; background-color: #ffffff; } .table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding: 15px!important; } .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { font-size: 0.9em; color: #999; border-top: none !important; } .tab-content>.active { display: block; visibility: visible; } .label { font-weight: 300 !important; } .label { padding: 4px 6px; border: none; text-shadow: none; } .nav-tabs { margin-bottom: 1em; } .alert { font-size: 0.85em; } h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button { line-height: 1.8em; margin-top: 0.5em; margin-bottom: 0.5em; } li.list-group-item1 { line-height: 2.5em; } .input-group { margin-bottom: 20px; } .in-gp-tl { padding: 0; } .in-gp-tb { padding-right: 0; } .list-group { margin-bottom: 48px; } ol { margin-bottom: 44px; } h2.typoh2 { margin: 0 0 10px; } @media (max-width:768px) { .grid_5 { padding: 0 0 1em; } .grid_3 { margin-bottom: 0em; } } @media (max-width:640px) { h1, .h1, h2, .h2, h3, .h3 { margin-top: 0px; margin-bottom: 0px; } .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars { margin-bottom: .5em; } .progress { height: 10px; margin-bottom: 10px; } ol.breadcrumb li, .grid_3 p, ul.list-group li, li.list-group-item1 { font-size: 14px; } .breadcrumb { margin-bottom: 10px; } .well { font-size: 14px; margin-bottom: 10px; } h2.typoh2 { font-size: 1.5em; } } @media (max-width:480px) { .table h1 { font-size: 26px; } .table h2 { font-size: 23px; } .table h3 { font-size: 20px; } .label { font-size: 53%; } .alert, p { font-size: 14px; } .pagination { margin: 20px 0 0px; } } @media (max-width: 320px) { .caption span { margin: 0 0 1.5em; } .grid_4 { margin-top: 18px; } h3.title { font-size: 1.6em; } .alert, p, ol.breadcrumb li, .grid_3 p, .well, ul.list-group li, li.list-group-item1, a.list-group-item { font-size: 13px; } .alert { padding: 10px; margin-bottom: 10px; } ul.pagination li a { font-size: 14px; padding: 5px 11px; } .list-group { margin-bottom: 10px; } .well { padding: 10px; } .nav>li>a { font-size: 14px; } table.table.table-striped, .table-bordered, .bs-docs-example { display: none; } } /*--//Typography --*/ /*-- entertainment --*/ .slicebox-slider-grid { margin: 3em 0 0; } /* Slicebox Style */ .sb-slider { margin: 0 auto; position: relative; overflow: hidden; width: 100%; list-style-type: none; padding: 0; } .sb-slider li { margin: 0; padding: 0; display: none; } .sb-slider li>a { outline: none; } .sb-slider li>a img { border: none; } .sb-slider img { max-width: 100%; display: block; } .sb-description { padding: 20px; bottom: 10px; left: 10px; right: 10px; z-index: 1000; position: absolute; background: #CBBFAE; background: rgba(190, 176, 155, 0.4); border-left: 4px solid rgba(255, 255, 255, 0.7); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; color: #fff; -webkit-transition: all 200ms; -moz-transition: all 200ms; -o-transition: all 200ms; -ms-transition: all 200ms; transition: all 200ms; } .sb-slider li.sb-current .sb-description { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 1; } .sb-slider li.sb-current .sb-description:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)"; filter: alpha(opacity=99); background: rgba(190, 176, 155, 0.7); } .sb-perspective { position: relative; } .sb-perspective>div { position: absolute; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; } .sb-side { margin: 0; display: block; position: absolute; -moz-backface-visibility: hidden; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; } .nav-arrows a:first-child { left: auto; right: 3.8%; background-position: 61% -1%; } .nav-arrows a { width: 22px; height: 69px; background: url(../images/img-sp.png) no-repeat -176px 1px; position: absolute; top: 50%; left: 4%; text-indent: -9000px; cursor: pointer; margin-top: -21px; opacity: 0.9; } .wrapper1 { position: relative; max-width: 840px; width: 100%; padding: 0 50px; margin: 0 auto; } /*-- // Slicebox Style --*/ .gallery h3 { margin: 8em 0 !important; background: #27B311; } .gallery-grid { padding-left: 0; } .grd { margin: 1em 0 0; } img.mobile1 { min-height: 358px; } .albums-grid1 iframe { width: 100%; min-height: 200px; } .albums-grid1 h4 { text-transform: uppercase; font-size: 1em; color: #27b311; margin: 1em 0; line-height: 1.6em; } .albums-grid1 h4 a { color: #27b311; text-decoration: none; font-weight: 400; } .albums-grid1 h4 a:hover { color: #999; } .albums-grid1 p { color: #999; margin: 0; font-size: .9em; line-height: 1.8em; } .albums-grid1:nth-child(2) { margin: 3em 0 0; } /*-- single --*/ .single-grid { margin: 50px 0; } .admin-text { border: 1px solid #f4f4f4; padding: 2em; } .admin-text h5 { font-size: 1.3em; margin: 0 0 1em 0; color: #000; font-weight: 400; } .admin-text-left { float: left; width: 11%; } .admin-text-right { float: right; width: 86%; } .admin-text-right p { color: #999; font-size: 14px; margin: 0 0 1em; line-height: 1.8em; } .admin-text-right span { font-size: 15px; margin: 0 0 1em 0; font-weight: 500; color: #727272; } .admin-text-right span a { color: #FF180F; text-decoration: none; } .admin-text-right span a:hover { color: #838384; transition: .5s all; } .media.response-info { margin-top: 3em; } .response-info-mdl { margin: 1em 0px 1em 4em; } .response { margin-bottom: 5em; } .media-left.response-text-left { width: 11%; } .response-text h5 { font-size: 15px; font-weight: 600; margin: 0 0 1em 0; color: #fff; } .response-text-left h5 a { text-decoration: none; color: #000000; } .response-text-left h5 a:hover { text-decoration: none; color: #F81800; transition: .5s all; } .response-text-left h5 { font-size: 17px; margin: 1em 0 0 0; } .response-text-right p { color: #999; font-size: 14px; margin: 0 0 1em; line-height: 1.8em; } .response-text-right ul { padding: 0; text-align: right; } .response-text-right ul li { display: inline-block; color: #F81800; font-size: 14px; margin-right: 1em; } .response-text-right ul li a { color: #000000; text-transform: uppercase; font-weight: 400; font-size: 15px; text-decoration: none; } .response-text-right ul li a:hover { color: #999; text-decoration: none; } .media-left a img { width: initial; } .coment-form input[type="text"], .coment-form textarea, .coment-form input[type="email"] { display: block; background: none; color: #999; border: 1px solid #BDBBBB; width: 100%; outline: none; font-size: 14px; padding: 13px 10px; } .coment-form input[type="email"] { margin: 1em 0; } .coment-form textarea { width: 100%; display: block; min-height: 150px; resize: none; margin: 1em 0; } .coment-form input[type="submit"] { background: #27B311; text-transform: uppercase; border: none; padding: 10px 0; width: 100%; font-size: 15px; color: #fff; outline: none; transition: .5s all; -webkit-transition: .5s all; -moz-transition: .5s all; -o-transition: .5s all; -ms-transition: .5s all; } .coment-form input[type="submit"]:hover { color: #fff; background: #F81800; outline: none; } .thumbnail { padding: 8px !important; } .btn-primary { border-color: #fff !important; } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary { border-color: #FFF !important; background-color: #c6c5c0 !important; } .coment-form form { margin: 2em 0 0; } .response h4, .coment-form h4 { margin: 2em 0 !important; } .blog-leftl { float: left; width: 18%; background: #27B311; padding: 1em; border-top: 4px solid #073400; } .blog-leftl h4 { text-align: center; font-size: 1.4em; color: #fff; margin: 0; border-bottom: 1px dotted #fff; text-transform: uppercase; } .blog-leftl h4 span { display: block; color: #000; line-height: 2em; } .blog-leftl a { font-size: 1.5em; color: #fff; text-decoration: none; text-align: center; display: inherit; margin: 1em 0 0; } .blog-leftl a i { left: -13px; } .blog-leftr { float: right; width: 80%; } .blog-leftr p { font-size: 14px; color: #999; margin: 1em 0 0; line-height: 1.8em; } .blog-leftr ul { padding: 1em 0; margin: 2em 0 4em; border-top: 1px dotted #CDCCCC; border-bottom: 1px dotted #CDCCCC; } .blog-leftr ul li { display: inline-block; margin: 0 2em 0 0; } .blog-leftr ul li a { font-size: 1em; color: #999; text-decoration: none; padding-left: 1em; } .blog-leftr ul li a:hover { color: #27b311; } .blog-leftr ul li a i { left: -17px; } .blog-right h3, .response h4, .coment-form h4 { color: #27B311; margin: 0 0 1em; font-size: 1.5em; font-weight: 400; text-transform: uppercase; } .blog-right ul { padding: 0 0 0 2em; margin: 0; } .blog-right ul li { margin: 0 0 0.7em; } .blog-right ul li a { font-size: 14px; color: #999; text-decoration: none; font-weight: 400; } .blog-right ul li a:hover { text-decoration: none; color: #FB9100; } .recent { margin: 4em 0; } .wom { float: left; width: 25%; } .recent-grid:nth-child(2) { margin: 1.5em 0; } .wom img { width: 100%; } .wom-right { float: right; width: 70%; } .wom-right h4 a { color: #F96000; font-size: 1em; text-decoration: none; } .wom-right h4 a:hover { text-decoration: none; } .wom-right h4 { margin: 0 0 .5em; } .wom-right p { color: #989797; font-size: 14px; margin: 0; line-height: 1.8em; } .footer-top-grid1 ul.tag2 { padding: 0; margin: 0 0 8px; } .footer-top-grid1 ul.tag2 li { display: inline-block; } .footer-top-grid1 ul.tag2 li a { font-size: 14px; color: #fff; padding: 3px 9px 5px; background: #000; } .footer-top-grid1 ul.tag2 li a:hover { text-decoration: none; background: #A5A5A5; } .footer-top-grid1 ul.tag2 { display: block; } .footer-top-grid1 { margin: 0 0 3em; } .dropdown-menu>li>a { color: #333 !important; } .dropdown-menu>li>a:hover { color: #fff !important; } /*-- //single --*/ /*-----start-responsive-design------*/ @media (max-width:1920px) { .move-text { width: 95.5%; margin-left: .8em; } .img_cam img { width: 100%; height: 250px; } .img_cam span { margin: 10px; color: #27A511; font-size: 15px; } .img_cam i { color: #27A511; } } @media (max-width:1280px) { .callbacks_nav { left: -1%; } .callbacks_nav.next { right: -3%; } } @media (max-width:1024px) { div#myclock canvas { width: 250px !important; height: 250px !important; } .img_cam img { width: 100%; height: 200px; } .lg { width: 40px; height: 30px; } .navbar-brand span {} .navbar-default .navbar-nav>li>a {} .cl-effect-18 a.effect1::before, .cl-effect-18 a.effect1::after { left: -11% !important; } .banner-info-slider h1 { font-size: 1.8em; } .banner-info-slider {} .navbar-default .navbar-collapse, .navbar-default .navbar-form { padding-bottom: 5em; } .banner-info-slider p { width: 95%; } .callbacks_nav.next { right: 1%; } .banner, .banner-info { min-height: 600px; } .banner-bottom { padding: 3em 0 0; } .health ul li { font-size: 13px; } .health ul li a { padding: .1em 0.3em; } .health { padding: 1em 0.5em 0; } .banner-bottom-grid-left h3 { font-size: 1.4em; } .com-heart ul li a { font-size: 14px; } .com-heart ul { padding: .3em 0.5em; } .com-heart ul li:nth-child(1) { margin-right: 0.5em; } .com-heart { margin: 7.5em 0 0; } .resp-tab-item { padding: 10px 29px; } .facts { padding: 1.2em; } .news-grid-right1 { margin: 0; } a.high { padding: 10px 14px 10px 25px !important; font-size: 1em !important; } .london ul li { padding: 2em 0.4em; } .london ul li h4 { font-size: 1em; } .news-grid-rght2:before, .news-grid-rght2:after { width: 283px; } .news-grid-right1 h4 { font-size: 1em; } .news-grid-rght2 { margin: 1.5em 0; } .story { padding: 1em 1em; } .story h3 { font-size: .8em !important; } .footer-top p:before { top: 5%; } .footer-top p { line-height: 1.8em; } .footer-bottom { margin-top: 1em; padding-top: 1em; } .footer-bottom-left p { margin: 1em 0 0; } .nav>li>a { padding: 11.3px 19.9px; } .grid figure { min-width: 232px; } figure.effect-lexi h2 { font-size: 1.3em; } .news-eve { left: 10%; } .news-eve h4 { font-size: 1.1em; } .baner-beaking, .baner-beaking1 { padding: 3em 2em 0; } .baner-beaking h3 { width: 90%; } .wrapper1 { padding: 0 43px; } img.mobile1 { min-height: 293px; } .typo, .contact, .slicebox-slider, .single { padding: 4em 0; } .newsletter1 { padding: 5.3em 2em 3.3em 0.5em; } } @media (max-width:980px) { .container { width: 100%; } .lg { width: 35px; height: 25px; } .navbar-brand span { padding: 0.2em 0.3em; } .navbar-default .navbar-nav>li>a { padding: 18px 10px 10px; } .banner-info-slider h1 { font-size: 1.6em; } .banner, .banner-info { min-height: 500px; } .type-2 { bottom: 30px; } .news-grid-rght2:before, .news-grid-rght2:after { width: 100%; background-size: 100%; } .img_cam img { margin: 0 15%; width: 70%; height: 330px; } .img_cam i { margin-left: 15%; color: #27A511; } } @media (max-width:800px) { .lg { width: 30px; height: 20px; } .navbar-brand span { padding: 0.15em 0.25em; } .navbar-default .navbar-nav>li>a { font-size: 0.75em; padding: 18px 10px 10px; } .banner-info-slider h1 { font-size: 1.5em; } .navbar-brand { font-size: 1.3em; } .banner, .banner-info { min-height: 500px; } .type-2 { bottom: 30px; } .news-grid-rght2:before, .news-grid-rght2:after { width: 100%; background-size: 100%; } } @media (max-width:768px) { .navbar-brand { padding: 15px 0px; font-size: 1.3em; } .navbar-default .navbar-nav>li>a { padding: 18px 5px 10px; font-size: 14px; } .navbar-collapse { padding-right: 0; padding-left: 0; } .cl-effect-18 a.effect1::before, .cl-effect-18 a.effect1::after { left: -31% !important; } .banner-info-slider h1 { font-size: 1.8em; } .banner-info-slider p { width: 92%; font-size: 1em; } .type-1 span { padding: .4em 1em .4em; font-size: 1em; } .banner, .banner-info { min-height: 470px; } .banner-bottom-grid-left { float: left; width: 50%; margin: 0 auto 2em; } .banner-bottom-grid-left img { width: 100%; } .health-pos { width: 91%; } .banner-bottom-grid-left h3 { font-size: 1.8em; } .com-heart { margin: 5.6em 0 0; } .health ul li a { padding: .2em 3em; font-size: 14px; } .com-heart ul li a { font-size: 16px; } .com-heart ul li:nth-child(1) { margin-right: 1.5em; } .br-bm-gd-lt .overlay .arrow-left { border-right: 300px solid rgba(39, 179, 17, 0.84); } a.breaking { font-size: 1em; } .marquee { margin-left: 0%; font-size: 1em; padding: 11px 0; } .tab_list1 { margin: 3em 0 0; } .resp-tab-item { padding: 10px 131px; } .video-bottom-grid { float: left; width: 50%; margin: 0 0 2em; } a.high { padding: 10px 250px 10px 70px !important; } .london ul li {} .news-grid-rght2:before, .news-grid-rght2:after { width: 690px; background-size: 100%; } .footer-grid-left { margin: 2em 0; } .banner1, .banner-info1 { min-height: 100px; max-height: 100px; } .gallery-left { float: left; width: 38%; } .gallery-right { float: right; width: 62%; } .upcoming-events-left1, .upcoming-events-left2 { float: left; width: 50%; } .upcoming-events-left11 { margin: 3em 5em; } .news { margin: 2em 0; } .breaking-news-grid-right { margin: 2em 0 0; } .breaking-news-grid-right-gridr { margin: 3em 0 0; } .wrapper1 { padding: 0 48px; } .typo, .contact, .slicebox-slider, .single { padding: 3em 0; } .gallery h3 { margin: 2em 0 !important; } .gallery-grid { float: left; width: 33.33%; } img.mobile1 { min-height: 339px; } .upcoming-events-left h3, .upcoming-events-right h3, .breaking-news-grid-right h3, .gallery h3, .albums h3 { margin: 0 0 2em; } .map iframe { min-height: 300px; } .contact-grdl { width: 6%; } .address { margin: 1em 0 0; } .contact-grid:nth-child(2) { margin: 2em 0; } .blog-leftr ul { margin: 2em 0 2em; } .blog-right { margin: 3em 0 0; } .wom-right { margin: 4em 0 0; } .img_cam img { margin: 0 5%; width: 90%; height: 360px; } .img_cam i { margin-left: 5%; color: #27A511; } } @media (max-width:767px) { .navbar-default .navbar-toggle { border-color: #fff; } .navbar-toggle { margin: 8px 0 0; background-color: #fff; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #fff; } .navbar-nav { float: none; text-align: center; background: #2D2D2D; padding: 1em 0; margin: 0 0 1em; position: relative; z-index: 1; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { padding-bottom: 0; } .cl-effect-18 a::before, .cl-effect-18 a::after { left: 46%; top: 47%; } .navbar-default .navbar-nav>li>a { padding: 1em 0; } .dropdown-menu>li>a { color: #888 !important; } .banner-bottom-grids:nth-child(2) { margin: 0; } } @media (max-width: 736px) { .news-grid-rght2:before, .news-grid-rght2:after { width: 659px; background-size: 100%; } .london ul li { padding: 2em 3.5em; } } @media (max-width: 667px) { .news-grid-rght2:before, .news-grid-rght2:after { width: 500px; background-size: 100%; } .video-grids-left2 { height: 470px !important; } .h-550 { height: 420px !important; } } @media (max-width:640px) { .banner-info-slider h1 { font-size: 1.5em; } .banner-info-slider { padding: 5em 0 0 3em; } .callbacks_nav { top: 57%; } .com-heart { margin: 5.6em 0 0; } .health-pos { width: 100%; } .breaking_news h2 { font-size: 1em; } .breaking_news:after { background: url(../images/dott1.png) no-repeat 0px 0px; width: 23px; right: -18%; background-size: 100%; } .marquee { padding: 8px 0; } .video-grid-pos h3 { font-size: 1.2em; letter-spacing: 0; } .resp-tab-item { padding: 10px 99px; } .video-bottom-grids1:nth-child(2) { margin: 0; } a.high { padding: 10px 230px 10px 70px !important; } .london ul li { padding: 2em 3.3em; } .news-grid-rght2:before, .news-grid-rght2:after { width: 565px; background-size: 100%; } .footer { padding: 1em 0; } .gallery-left { width: 46%; } .gallery-right { width: 54%; } .baner-beaking, .baner-beaking1 { min-height: 375px; padding: 2em 2em 0; } .video-grids { margin: 2em 0; } .wrapper1 { padding: 0 43px; } img.mobile1 { min-height: 275px; } .cl-effect-18 a::before, .cl-effect-18 a::after { left: 44%; } .blog-leftl h4 { font-size: 1.2em; } .blog-leftl a { font-size: 1.2em; } .blog-leftr ul { margin: 1.5em 0 1.5em; } .admin-text-left img { width: 100%; } .blog-right h3, .response h4, .coment-form h4 { font-size: 1.3em; } .coment-form input[type="text"], .coment-form textarea, .coment-form input[type="email"] { width: 85%; } .recent { margin: 3em 0; } .coment-form textarea { width: 100% !important; } .wom-right { margin: 3em 0 0; } } @media (max-width: 600px) { .news-grid-rght2:before, .news-grid-rght2:after { width: 465px; background-size: 100%; } .banner-info-slider { padding: 2em 0 0 3em; } .video-grids-left1 { height: 400px !important; } } @media (max-width: 520px) { .img_cam img { margin: 0; width: 100%; height: 270px; } .img_cam i { margin-left: 0; color: #27A511; } } @media (max-width:480px) { .banner-info-slider h1 { font-size: 1.1em; } .callbacks_nav { display: none; } .banner-info-slider p { font-size: 14px; } .banner-info-slider { padding: 2em 0 0 1em; } .banner, .banner-info { min-height: 420px; } .callbacks_tabs { bottom: -5%; } .callbacks_tabs a:after { height: 10px; width: 10px; } .banner-bottom { padding: 2em 0 0; } .health ul li a { padding: .2em 0.5em; font-size: 13px; } .health { padding: 1em 0.3em 0; } .health ul li { padding: .2em 0.2em; letter-spacing: 0; margin-left: 0.5em; } .health ul li:nth-child(2) { border: 1px solid #fff; } .banner-bottom-grid-left h3 { font-size: 1.3em; } .br-bm-gd-lt, .br-bm-gd-lt1, .br-bm-gd-lt2, .br-bm-gd-lt3, .br-bm-gd-lt4, .br-bm-gd-lt5, .br-bm-gd-lt6, .br-bm-gd-lt7 { min-height: auto; } .com-heart ul li a { font-size: 13px; } .dummy p { font-size: 13px; } .com-heart ul li:nth-child(1) { margin-right: 0.5em; } .com-heart { margin: 6.3em 0 0; } .breaking_news { padding: 6px 5px 9px 10px; } .breaking_news:after { background: url(../images/dott1.png) no-repeat 0px 0px; width: 20px; height: 35px; right: -20%; background-size: 100%; } .marquee { font-size: 14px; padding: 6px 0; } .play-icon span { left: 2%; } .play-icon i { background: url(../images/img-sp.png) no-repeat -91px -94px; width: 45px; height: 45px; position: absolute; bottom: 61%; left: 30%; } .video-grid-pos ul li { font-size: 14px; } .tab_list1 { margin: 0.5em 0 0; } .tab_list1 p { font-size: 14px; } .video-bottom-grid1-pos p { font-size: 1em; } .video-bottom-grid1 ul li a { font-size: 14px; } .read-more a { font-size: .9em; } .news-grid-left h3 { font-size: 1em; } .news-grid-right1 h4 { font-size: 14px; line-height: 1.5em; } a.high { padding: 10px 70px 10px 70px !important; } .london ul li { padding: 2em 1.65em; } .news-grid-rght2:before, .news-grid-rght2:after { width: 405px; background-size: 100%; } .footer-top p { font-size: 14px; } .footer-grid-left { margin: 1em 0; } .footer-bottom-left p { font-size: 13px; } .footer-bottom-left { float: none; margin: 0 0 .5em; text-align: center; } .footer-bottom-right { float: none; text-align: center; } .blog-left, .blog-right { padding: 0; } .blog-leftl h4 { font-size: 14px; } .blog-leftl a { font-size: 1em; } .banner1, .banner-info1 { min-height: 140px; } .blog-leftr ul li { margin: 0 1em 0 0; } .upcoming-events-left h3, .upcoming-events-right h3, .breaking-news-grid-right h3, .gallery h3, .albums h3 { font-size: 1em; } .upcoming-events-grids { margin: 2em 0 0; } .gallery-left { width: 90%; float: none; } .grid figure { min-width: 285px; } .gallery-right { width: 100%; float: none; margin: 2em 0 0; } .grid figure { float: none; } .gallery { margin: 0; } .upcoming-events-left1, .upcoming-events-left2 { float: none; width: 100%; margin-bottom: 1em; } .upcoming-events-right { margin: 1em 0 0; } .news { margin: 1em 0 2em; } .baner-beaking h3 { padding: .5em; font-size: 1.1em; } .breaking-news-grids { margin: 2em 0; } .baner-beaking p { margin: 2em 0 0 1em; width: 90%; padding: .5em; } .baner-beaking, .baner-beaking1 { min-height: 300px; } .wmuSliderPagination a { width: 10px; height: 10px; } .breaking-news { padding: 2em 0 0; } .breaking-news-grid-right-gridr { margin: 1em 0 0; } .slicebox-slider-grid { margin: 2em 0 0; } .wrapper1 { padding: 0 10px; } .nav-arrows a { top: 43%; left: -2.5%; } .nav-arrows a:first-child { right: -2.8%; } .gallery h3 { margin: 2em 0 1em !important; } img.mobile1 { min-height: 195px; } .albums { margin: 2em 0 0; } .breaking-news-grid-right { margin: 1em 0 0; } .albums-grid1:nth-child(2) { margin: 1em 0 0; } h3.title, .map h3 { font-size: 1.2em; } .typo, .contact, .slicebox-slider, .single { padding: 2em 0; } .map iframe { min-height: 200px; } .contact-grids { margin: 2em 0 0; } .newsletter1 h3 { font-size: 1.2em; } .newsletter1 { padding: 4em 1em 2.5em 0.5em; } .item img, .tab_list img, .news-grid-left1 img { margin-top: 30px !important; height: 80px !important; } } @media (max-width: 414px) { .banner-info-slider h1 { font-size: .9em; } .banner-info-slider ul li a { padding: .1em 1em; } .banner-info-slider ul li { font-size: 14px; } .banner-info-slider ul li { padding: .2em 1em; } .type-1 span { font-size: 14px; } .navbar-brand { font-size: 1.5em; height: 60px; } .banner, .banner-info { min-height: 375px; } .banner-bottom-grid-left { float: none; width: 80%; } .health ul li a { padding: 0em 0.5em; } .banner-bottom-grid-left h3 { margin: 2.5em 0 0; } .com-heart { margin: 7.2em 0 0; } .video-grid-pos h3 { font-size: 1em; } .video-bottom-grid1-pos p { font-size: 14px; } .video-bottom-grid1 ul li a { font-size: 13px; } .video-bottom-grid1 ul li { padding: 0.5em 0; } a.high { padding: 10px 40px 10px 40px !important; font-size: .9em !important; } .london ul li { padding: 2em 0.96em; } .news-grid-rght2:before, .news-grid-rght2:after { width: 340px; background-size: 100%; } .footer-grid-left input[type="text"], .footer-grid-left input[type="email"], .footer-grid-left textarea { width: 100%; } .footer-grid-left input[type="submit"] { font-size: 14px; } .footer-grid-left h3 { font-size: 1em; margin: 0 0 1.5em; } .play-icon i { background: url(../images/img-sp.png) no-repeat -91px -94px; width: 65px; height: 65px; position: absolute; bottom: 45%; left: 40%; } .type-2 span { width: 30%; } .blog-leftl, .blog-leftr { float: none; width: 100%; } .admin-text { padding: 1em; } .admin-text-left { width: 20%; } .admin-text-right { width: 76%; } .admin-text h5 { font-size: 1.1em; } .response h4, .coment-form h4 { margin: 1.5em 0 !important; } .blog-right h3, .response h4, .coment-form h4 { font-size: 1.1em; } .media.response-info { margin-top: 2em; } .response-text-right ul li a { font-size: 14px; } .response { margin-bottom: 2em; } .coment-form input[type="text"], .coment-form textarea, .coment-form input[type="email"] { width: 100%; padding: 10px; } .wom-right { margin: 0; } .baner-beaking, .baner-beaking1 { padding: 1em 1em 0; } .breaking-news-grid-right-gridr { margin: 0; } .video-grids { margin: 0em 0 2em; } .wrapper1 { padding: 0 13px; } .gallery-grid { float: none; width: 80%; margin: 0 auto; } .gallery-grid:nth-child(2) { margin: 2em auto; } img.mobile1 { min-height: auto; } .albums-grid1 h4 { font-size: 14px; } .breaking-news-grid-right ul li { margin: 1.5em 0; } .item img, .tab_list img, .news-grid-left1 img { margin-top: 50px; } .video-grids-left1 { height: 250px; } } @media (max-width:375px) { .type-2 span { width: 40%; } .london ul li { padding: 1em 0.7em; } .news-grid-rght2:before, .news-grid-rght2:after { width: 300px; background-size: 100%; } .img_cam img { margin: 0; width: 100%; height: 220px; } .video-grids-left2 { height: 400px; } .h-550 { height: 360px; } } @media (max-width:320px) { div#myclock canvas { width: 200px !important; height: 200px !important; } .video-grids-left2 { height: 300px !important; } .h-550 { height: 250px !important; } .item img, .tab_list img, .news-grid-left1 img { margin-top: 0; margin-left: 20%; } .video-grids-left1 { height: 200px; } .banner-info-slider ul li { font-size: 13px; } .banner-info-slider { padding: 1.5em 0 0 0em; } .banner-info-slider h1 { font-size: .7em; } .banner-bottom-grid-left { width: 100%; } .com-heart { margin: 5.5em 0 0; } .video-grids { margin: 2em 0; } .video-grid-pos h3 { font-size: 13px; line-height: 1.6em; } .video-grid-pos ul li { font-size: 13px; padding-right: 0.5em; } .facts { padding: 1em .2em 1em; } .tab_list1 p { font-size: 12px; } .tab_list1 ul li { font-size: 13px; } .tab_list1 { margin: 0; } .video-bottom-grid { float: none; width: 100%; } .banner-bottom-grid-left:hover .health ul li a { border: 1px solid #fff; } .news { margin: 0em 0 2em; } .news-grid-left h3 { font-size: 14px; } .news-grid-left1 { float: none; width: 100%; margin: 0 0 1em; } .news-grid-right1 { float: none; width: 100%; } .banner-info, .banner { min-height: 300px; } .play-icon span { background: url(../images/img-sp.png) no-repeat -1px -47px; background-size: 495%; width: 43px; height: 43px; } .nav>li>a { padding: 10.3px 9.9px; } a.high { padding: 10px 10px 10px 15px !important; font-size: .9em !important; } .news-grid-right1 p { font-size: 13px; } .news-grid-right { padding: 0; } .london ul li { padding: 1em 0.3em; } a.breaking, .blog-leftr p, .contact-grdr ul li, .albums-grid1 p, .panel-body, .footer-top-grid1 ul.tag2 li a, .wom-right p, .blog-right ul li a, .coment-form input[type="text"], .coment-form textarea, .coment-form input[type="email"], .admin-text-right p, .response-text-right p, .response-text-right ul li a, .response-text-right ul li { font-size: 13px; } .contact-grdr ul li { margin: 0 0 0.5em; } .contact-grdl { width: 15%; } .upcoming-events-left h3, .upcoming-events-right h3, .breaking-news-grid-right h3, .gallery h3, .albums h3 { margin: 0 0 1.5em; } .blog-right ul li { margin: 0; } .recent { margin: 2em 0; } .blog-leftr ul li a { font-size: 13px; padding-left: 0.9em; } .admin-text h5, .blog-right h3, .response h4, .coment-form h4, .contact-grdl span { font-size: 1em; } .london ul li h4, .admin-text-right span, .baner-beaking h3, .coment-form input[type="submit"], .wom-right h4 a, .news-eve h4, .panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a { font-size: 14px; } .wrapper1 { padding: 0 15px; } .sb-description { padding: 10px; } .sb-description h3 { font-size: 1em; } .slicebox-slider-grid { margin: 1.5em 0 0; } .gallery h3 { margin: 1.5em 0 1em !important; } .gallery-grid { width: 100%; padding: 0; } .gallery-grid:nth-child(2) { margin: 1em auto; } .albums { margin: 1em 0 0; } .upcoming-events-left h3, .upcoming-events-right h3, .breaking-news-grid-right h3, .gallery h3, .albums h3 { font-size: 14px; } .news-grid-rght2 { padding: 1.5em 1em; } .news-grid-rght2:before, .news-grid-rght2:after { width: 275px; background-size: 100%; } .news-grid-rght2 h3, .news-grid-rght2 h5 { font-size: 1em; } .news-grid-rght2 p { font-size: 13px; margin: 1em 0; } .news-grid-rght2 input[type="text"] { padding: 8px 10px; font-size: 12px; margin: 0 0 1.1em; } .news-grid-rght2 input[type="submit"] { padding: 7px 0; width: 45%; font-size: 13px; } .footer-top { padding: 0.5em 0 0.5em; } .footer-top p, .footer-grid-left ul li, .footer-bottom-left p { font-size: 12px; } .footer-grid-left { padding: 0; } .footer-grid-left input[type="text"], .footer-grid-left input[type="email"], .footer-grid-left textarea { padding: 8px; } .footer-grid-left input[type="submit"] { font-size: 13px; padding: 8px 0; width: 50%; } .navbar-default .navbar-nav>li>a { padding: 0.5em 0; } .navbar-default .navbar-nav>li>a { font-size: 11px; } .cl-effect-18 a::before, .cl-effect-18 a::after { width: 40px; left: 42%; } .gallery-left { width: 100%; } .grid figure { min-width: 215px; } figure.effect-lexi p { width: 165px; font-size: .7em; } .grid figure figcaption { padding: 1em; } .gallery-right, .upcoming-events-left1, .contact-grid, .upcoming-events-left2, .breaking-news-grid-left, .breaking-news-grid-right { padding: 0; } .gallery-right1-right { width: 65%; } .contact-grid input[type="submit"] { font-size: 14px; padding: 10px 0px; } .contact-grid input[type="text"], .contact-grid input[type="email"], .contact-grid textarea { font-size: 13px; padding: 10px; } .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 0; font-size: 12px; } .navbar-nav .open .dropdown-menu>li>a:before, .navbar-nav .open .dropdown-menu>li>a:after { display: none; } } /**************Share trượt dá»�c*******************/ .twistBlogger_SocialBar { position: fixed; bottom: 40%; padding: 0; left: 0; background: none; text-align: center; margin: 0 auto; z-index: 99999999; } .twistBlogger_SocialBar label:hover { cursor: pointer; opacity: 1; } .twistBlogger_SocialBar label { text-align: center; opacity: 0.4; width: 50px; background: #3A3939; color: #fff; border: 0; font-family: FontAwesome; display: block; font-size: 12px; padding: 0px 0px; border-radius: 0; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; position: absolute; line-height: 1.5em; margin-top: 196px; } input.ShowHide_Button:checked+label { transform-origin: 50% 0%!important; -webkit-transform-origin: 50% 0%!important; -moz-transform-origin: 50% 0%!important; -ms-transform-origin: 50% 0%!important; -o-transform-origin: 50% 0%!important; opacity: 1; -webkit-transform: translateX(0px) rotateY(-180deg); -moz-transform: translateX(0px) rotateY(-180deg); -ms-transform: translateX(0px) rotateY(-180deg); -o-transform: translateX(0px) rotateY(-180deg); transform: translateX(0px) rotateY(-180deg); -webkit-transition-delay: 0.2s; -moz-transition-delay: 0.2s; -ms-transition-delay: 0.2s; -o-transition-delay: 0.2s; transition-delay: 0.2s; border: 1px solid #3A3939; border-radius: 50px 0px 0px 50px; width: 30px; max-width: 30px; } input.ShowHide_Button~.ShowHideMe { -webkit-transition: .6s all cubic-bezier(0.730, -0.485, 0.145, 1.620); -moz-transition: .6s all cubic-bezier(0.730, -0.485, 0.145, 1.620); -ms-transition: .6s all cubic-bezier(0.730, -0.485, 0.145, 1.620); -o-transition: .6s all cubic-bezier(0.730, -0.485, 0.145, 1.620); transition: .6s all cubic-bezier(0.730, -0.485, 0.145, 1.620); } input.ShowHide_Button:checked~.ShowHideMe { margin-left: -75px !important; } input.ShowHide_Button { display: none; } .twistBlogger_SocialBar .social_menu { display: inline-block; float: left; list-style: none; max-width: 50px; margin: 0; padding: 0; } .twistBlogger_SocialBar .social_menu .button_facebook { background: #3a579a; } .twistBlogger_SocialBar .social_menu .button_facebook:hover { background: #314a83; } .twistBlogger_SocialBar .social_menu .button_twitter { background: #00abf0; } .twistBlogger_SocialBar .social_menu .button_twitter:hover { background: #0092cc; } .twistBlogger_SocialBar .social_menu .button_googleplus { background: #df4a32; } .twistBlogger_SocialBar .social_menu .button_googleplus:hover { background: #be3f2b; } .twistBlogger_SocialBar .social_menu .button_pinterest { background: #cd1c1f; } .twistBlogger_SocialBar .social_menu .button_pinterest:hover { background: #ae181a; } .twistBlogger_SocialBar .social_menu .button_stumbleupon { background: #ea4b24; } .twistBlogger_SocialBar .social_menu .button_stumbleupon:hover { background: #c7401f; } .twistBlogger_SocialBar .social_menu .button_linkedin { background: #2554BF; } .twistBlogger_SocialBar .social_menu .button_linkedin:hover { background: #224EB4; } .twistBlogger_SocialBar .social_menu .button_facebook .count, .twistBlogger_SocialBar .social_menu .button_twitter .count, .twistBlogger_SocialBar .social_menu .button_googleplus .count, .twistBlogger_SocialBar .social_menu .button_pinterest .count, .twistBlogger_SocialBar .social_menu .button_stumbleupon .count, .twistBlogger_SocialBar .social_menu .button_linkedin .count { color: #fff!important; padding-top: 4px; font-size: 13px !important; line-height: 1.2em; font-family: sans-serif; font-weight: bold; } .twistBlogger_SocialBar .social_menu>ul { margin: 0; padding: 0; list-style: none; } .twistBlogger_SocialBar .social_menu .share { background: #FFF; color: #807F7F; font-size: 11px; height: 45px !important; } .twistBlogger_SocialBar .social_menu .share .count.h4 { font-size: 18px; font-family: sans-serif; color: #424242; height: 25px !important; line-height: 1.5em; font-weight: bold; margin: 0px !important; } .twistBlogger_SocialBar .social_menu .share .h6 { padding-bottom: 3px; font-family: sans-serif; margin: 0px !important; line-height: 0em; color: #060; font-weight: 600; } .twistBlogger_SocialBar .social_menu>ul>li { margin: 0px 0px 0px 0px; position: relative; text-align: center; list-style: none; list-style-type: none; padding: 0px; border: 0px; border-left: 0 solid rgba( 0, 0, 0, .4); height: 50px; width: 50px; overflow: hidden; display: block; box-sizing: border-box; background: none; box-sizing: content-box; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .twistBlogger_SocialBar .social_menu>ul>li a { display: block; width: 100%; height: 100%; box-sizing: border-box; padding: 5px 0px; cursor: pointer; text-decoration: none; } .twistBlogger_SocialBar .social_menu>ul>li:hover { border-left: 5px solid rgba( 0, 0, 0, .3); width: 40px; } .twistBlogger_SocialBar .social_menu>ul>li i { color: #fff !important; font-family: FontAwesome; font-size: 20px; font-style: normal; font-weight: normal; line-height: 1.9em; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .twistBlogger_SocialBar .social_menu>ul>li:hover i { opacity: 0.9; } @media only screen and (min-width:768px) and (max-width:979px) { .twistBlogger_SocialBar { bottom: 20% !important; } } @media only screen and (min-width:480px) and (max-width:767px) { .twistBlogger_SocialBar { bottom: 15% !important; } } @media only screen and (max-width:479px) { .twistBlogger_SocialBar { bottom: 10% !important; display: none !important; /*---delete this code line to make it appear on mobile--*/ } } /*------------------------Call running------------------------------*/ #calltrap-btn { background-color: #27b311; -webkit-border-radius: 50%; border-radius: 50%; display: block; height: 64px; line-height: 100px; opacity: 0.7; position: fixed; left: 20px; bottom: 20px; text-align: center; width: 64px; z-index: 999; -webkit-animation: calltrap_opacity 3s infinite linear; -moz-animation: calltrap_opacity 3s infinite linear; -o-animation: calltrap_opacity 3s infinite linear; animation: calltrap_opacity 3s infinite linear } #calltrap-btn.calltrap_offline { background-color: #47cc4a; } #calltrap-ico { width: 32px; height: 32px; position: absolute; margin: auto; top: 0px; right: 0px; bottom: 0px; left: 0px; border: 0; -webkit-border-radius: 50% !important; border-radius: 50% !important; -o-background-clip: padding-box; background-clip: padding-box; -webkit-animation: uptocallmini 1.5s 0s ease-out infinite; -moz-animation: uptocallmini 1.5s 0s ease-out infinite; -o-animation: uptocallmini 1.5s 0s ease-out infinite; animation: uptocallmini 1.5s 0s ease-out infinite } #calltrap-ico:before { content: ""; position: absolute; width: 100%; height: 100%; background-size: cover; top: 0; left: 0; background-image: url("../images/phone-call.png"); background-repeat: no-repeat; background-position: center center; -webkit-animation: calltrap_spin 3s infinite linear; -moz-animation: calltrap_spin 3s infinite linear; -o-animation: calltrap_spin 3s infinite linear; animation: calltrap_spin 3s infinite linear } .calltrap_offline #calltrap-ico { -webkit-animation: uptocallmini_offline 1.5s 0s ease-out infinite; -moz-animation: uptocallmini_offline 1.5s 0s ease-out infinite; -o-animation: uptocallmini_offline 1.5s 0s ease-out infinite; animation: uptocallmini_offline 1.5s 0s ease-out infinite } #calltrap-overlay { background-color: #191919; background-color: rgba(25, 25, 25, 0.9); position: fixed; z-index: 9998; width: 100%; height: 100%; left: 0; top: 0; text-align: center; display: none } #calltrap-overlay .b-calltrap-overlay { display: table; width: 100%; height: 100% } #calltrap-overlay .b-calltrap-overlay__header, #calltrap-overlay .b-calltrap-overlay__body, #calltrap-overlay .b-calltrap-overlay__footer { display: table-row; padding: 0; margin: 0 } #calltrap-overlay .b-calltrap-overlay__header-block, #calltrap-overlay .b-calltrap-overlay__body-block, #calltrap-overlay .b-calltrap-overlay__footer-block { display: table-cell; vertical-align: middle; text-align: center } #calltrap-overlay .b-calltrap-overlay__body-block { padding: 0 7px } #calltrap-overlay .b-calltrap-overlay__header, #calltrap-overlay .b-calltrap-overlay__footer { height: 1px } #calltrap-overlay .b-calltrap__container { background-color: white; border: 5px solid #27b311; -webkit-border-radius: 3px; border-radius: 3px; margin: 0; padding: 0; max-width: 500px; display: block; margin: 0 auto; font-size: 16px; line-height: 1.3; position: relative; font-family: Tahoma, Arial, self-serif !important } @media screen and (min-width: 1px) and (max-width: 500px) { #calltrap-overlay .b-calltrap__container { width: 290px } } #calltrap-overlay .b-calltrap__close { display: block; position: absolute; right: 20px; top: 20px; width: 20px; height: 20px; opacity: 0.5; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease } #calltrap-overlay .b-calltrap__close:hover { opacity: 1 } #calltrap-success, #calltrap-form { display: block } #calltrap-success .b-calltrap_form__fields, #calltrap-form .b-calltrap_form__fields { margin: 20px 25px 35px } #calltrap-success .b-calltrap_form__title, #calltrap-form .b-calltrap_form__title { font-size: 20px; margin: 0 0 17px; text-align: left } @media screen and (min-width: 1px) and (max-width: 500px) { #calltrap-success .b-calltrap_form__title, #calltrap-form .b-calltrap_form__title { padding-right: 20px } } #calltrap-success .b-calltrap_form__text, #calltrap-form .b-calltrap_form__text { text-align: left } #calltrap-success .b-calltrap_form__text p, #calltrap-form .b-calltrap_form__text p { margin: 0 0 0.55em } #calltrap-success .b-calltrap_form__input, #calltrap-form .b-calltrap_form__input { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 16px; padding: 0 15px 0; height: 44px; line-height: 40px; background-color: white; border: 2px solid #ccc; -webkit-border-radius: 3px; border-radius: 3px; display: block; width: 100%; outline: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease } @media screen and (min-width: 1px) and (max-width: 500px) { #calltrap-success .b-calltrap_form__input, #calltrap-form .b-calltrap_form__input { margin-bottom: 13px } } #calltrap-success .b-calltrap_form__input.error, #calltrap-form .b-calltrap_form__input.error { background-color: #ffc0c0; color: red; border-color: red } #calltrap-success .b-calltrap_form__input:disabled, #calltrap-form .b-calltrap_form__input:disabled { background-color: #eee; border-color: #bdbdbd; cursor: default } #calltrap-success .b-calltrap_form__input:focus, #calltrap-form .b-calltrap_form__input:focus { border: 2px solid #27b311 } #calltrap-success .b-calltrap_form__submit, #calltrap-form .b-calltrap_form__submit { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #27b311; border: 2px solid #27b311; -webkit-border-radius: 3px; border-radius: 3px; border: medium none; color: #fff; cursor: pointer; font-size: 16px; padding: 0; height: 44px; line-height: 40px; outline: medium none; display: inline-block; width: 180px; text-align: center; outline: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease } @media screen and (min-width: 1px) and (max-width: 500px) { #calltrap-success .b-calltrap_form__submit, #calltrap-form .b-calltrap_form__submit { width: 100% } } #calltrap-success .b-calltrap_form__submit:hover, #calltrap-form .b-calltrap_form__submit:hover { background-color: #1c658c } #calltrap-success .b-calltrap_form__submit:disabled, #calltrap-form .b-calltrap_form__submit:disabled { background-color: #bdbdbd !important; cursor: default } #calltrap-success .b-calltrap_form__controls, #calltrap-form .b-calltrap_form__controls { margin: 20px 0 0; padding: 0; padding: 0 200px 0 0 } @media screen and (min-width: 1px) and (max-width: 500px) { #calltrap-success .b-calltrap_form__controls, #calltrap-form .b-calltrap_form__controls { padding: 0 } } #calltrap-success .b-calltrap_form__controls-item, #calltrap-form .b-calltrap_form__controls-item { position: relative; float: right } @media screen and (min-width: 1px) and (max-width: 500px) { #calltrap-success .b-calltrap_form__controls-item, #calltrap-form .b-calltrap_form__controls-item { float: none } } #calltrap-success .b-calltrap_form__controls-left, #calltrap-form .b-calltrap_form__controls-left { margin-left: -100%; width: 100% } @media screen and (min-width: 1px) and (max-width: 500px) { #calltrap-success .b-calltrap_form__controls-left, #calltrap-form .b-calltrap_form__controls-left { margin-left: 0 } } #calltrap-success .b-calltrap_form__controls-right, #calltrap-form .b-calltrap_form__controls-right { margin-right: -200px; overflow: visible; width: 200px; text-align: right } @media screen and (min-width: 1px) and (max-width: 500px) { #calltrap-success .b-calltrap_form__controls-right, #calltrap-form .b-calltrap_form__controls-right { margin-right: 0; width: auto; text-align: left } } #calltrap-success .b-calltrap_form__controls-clear, #calltrap-form .b-calltrap_form__controls-clear { clear: both } #calltrap-success { display: none } #calltrap-overlay.calltrap_offline .b-calltrap_form__submit { background-color: #47cc4a; } #calltrap-overlay.calltrap_offline .b-calltrap_form__submit:hover { background-color: #2e8c1c } #calltrap-overlay.calltrap_offline .b-calltrap_form__input:focus { border-color: #47cc4a } #calltrap-overlay.calltrap_offline .b-calltrap__container { border-color: #47cc4a } @-webkit-keyframes calltrap_opacity { 0% { opacity: 1 } 57% { opacity: 0.75 } 75% { opacity: 0.95 } 100% { opacity: 1 } } @-moz-keyframes calltrap_opacity { 0% { opacity: 1 } 57% { opacity: 0.75 } 75% { opacity: 0.95 } 100% { opacity: 1 } } @-o-keyframes calltrap_opacity { 0% { opacity: 1 } 57% { opacity: 0.75 } 75% { opacity: 0.95 } 100% { opacity: 1 } } @keyframes calltrap_opacity { 0% { opacity: 1 } 57% { opacity: 0.75 } 75% { opacity: 0.95 } 100% { opacity: 1 } } @-webkit-keyframes calltrap_spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 30% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 33% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg) } 36% { -webkit-transform: rotate(10deg); transform: rotate(10deg) } 39% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg) } 42% { -webkit-transform: rotate(10deg); transform: rotate(10deg) } 45% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg) } 48% { -webkit-transform: rotate(10deg); transform: rotate(10deg); opacity: 1 } 51% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg) } 54% { -webkit-transform: rotate(10deg); transform: rotate(10deg) } 57% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } } @-moz-keyframes calltrap_spin { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg) } 30% { -moz-transform: rotate(0deg); transform: rotate(0deg) } 33% { -moz-transform: rotate(-10deg); transform: rotate(-10deg) } 36% { -moz-transform: rotate(10deg); transform: rotate(10deg) } 39% { -moz-transform: rotate(-10deg); transform: rotate(-10deg) } 42% { -moz-transform: rotate(10deg); transform: rotate(10deg) } 45% { -moz-transform: rotate(-10deg); transform: rotate(-10deg) } 48% { -moz-transform: rotate(10deg); transform: rotate(10deg); opacity: 1 } 51% { -moz-transform: rotate(-10deg); transform: rotate(-10deg) } 54% { -moz-transform: rotate(10deg); transform: rotate(10deg) } 57% { -moz-transform: rotate(0deg); transform: rotate(0deg) } } @-o-keyframes calltrap_spin { 0% { -o-transform: rotate(0deg); transform: rotate(0deg) } 30% { -o-transform: rotate(0deg); transform: rotate(0deg) } 33% { -o-transform: rotate(-10deg); transform: rotate(-10deg) } 36% { -o-transform: rotate(10deg); transform: rotate(10deg) } 39% { -o-transform: rotate(-10deg); transform: rotate(-10deg) } 42% { -o-transform: rotate(10deg); transform: rotate(10deg) } 45% { -o-transform: rotate(-10deg); transform: rotate(-10deg) } 48% { -o-transform: rotate(10deg); transform: rotate(10deg); opacity: 1 } 51% { -o-transform: rotate(-10deg); transform: rotate(-10deg) } 54% { -o-transform: rotate(10deg); transform: rotate(10deg) } 57% { -o-transform: rotate(0deg); transform: rotate(0deg) } } @keyframes calltrap_spin { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg) } 30% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg) } 33% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); transform: rotate(-10deg) } 36% { -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -o-transform: rotate(10deg); transform: rotate(10deg) } 39% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); transform: rotate(-10deg) } 42% { -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -o-transform: rotate(10deg); transform: rotate(10deg) } 45% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); transform: rotate(-10deg) } 48% { -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -o-transform: rotate(10deg); transform: rotate(10deg); opacity: 1 } 51% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); transform: rotate(-10deg) } 54% { -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -o-transform: rotate(10deg); transform: rotate(10deg) } 57% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg) } } @-webkit-keyframes uptocallmini { 0% { -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0); box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0) } 10% { -webkit-box-shadow: 0 0 8px 6px #27b311, 0 0 12px 10px transparent, 0 0 12px 14px #27b311; box-shadow: 0 0 8px 6px #27b311, 0 0 12px 10px transparent, 0 0 12px 14px #27b311 } 100% { -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0); box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0) } } @-moz-keyframes uptocallmini { 0% { box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0) } 10% { box-shadow: 0 0 8px 6px #27b311, 0 0 12px 10px transparent, 0 0 12px 14px #27b311 } 100% { box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0) } } @-o-keyframes uptocallmini { 0% { box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0) } 10% { box-shadow: 0 0 8px 6px #27b311, 0 0 12px 10px transparent, 0 0 12px 14px #27b311 } 100% { box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0) } } @keyframes uptocallmini { 0% { -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0); box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0) } 10% { -webkit-box-shadow: 0 0 8px 6px #27b311, 0 0 12px 10px transparent, 0 0 12px 14px #27b311; box-shadow: 0 0 8px 6px #27b311, 0 0 12px 10px transparent, 0 0 12px 14px #27b311 } 100% { -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0); box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0) } } @-webkit-keyframes uptocallmini_offline { 0% { -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0); box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0) } 10% { -webkit-box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120; box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120 } 100% { -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0); box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0) } } @-moz-keyframes uptocallmini_offline { 0% { box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0) } 10% { box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120 } 100% { box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0) } } @-o-keyframes uptocallmini_offline { 0% { box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0) } 10% { box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120 } 100% { box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0) } } @keyframes uptocallmini_offline { 0% { -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0); box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0) } 10% { -webkit-box-shadow: 0 0 8px 6px #47cc4a, 0 0 12px 10px transparent, 0 0 12px 14px #47cc4a; box-shadow: 0 0 8px 6px #47cc4a, 0 0 12px 10px transparent, 0 0 12px 14px #47cc4a } 100% { -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0); box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0) } } /*************Login/Register************/ /*-login-page-*/ .tittle-agileinfo h3 { margin-top: 1.5em; text-align: center; color: #27A511; font-size: 2em; text-transform: uppercase; font-weight: 800; } .login-form-w3-agile, .login-right-info, .login-form-w3-agile1 { padding: 2.5em; border-radius: 30px; border: 2px solid #27b311d6; -webkit-box-shadow: 13px 15px 22px -9px rgba(62, 219, 31, 0.83); -moz-box-shadow: 13px 15px 22px -9px rgba(62, 219, 31, 0.83); box-shadow: 13px 15px 22px -9px rgba(62, 219, 31, 0.83); } .login-form-w3-agile, .login-right-info { margin: 1.3em .8em; } .login-form-w3-agile1 { margin: .5em 0; } .login-form-w3-agile2 { margin: 3.5em 1em; padding: 2.5em 15%; border-radius: 30px; border: 2px solid #27b311d6; -webkit-box-shadow: 13px 15px 22px -9px rgba(62, 219, 31, 0.83); -moz-box-shadow: 13px 15px 22px -9px rgba(62, 219, 31, 0.83); box-shadow: 13px 15px 22px -9px rgba(62, 219, 31, 0.83); } .w3_form_body_grid span { float: left; width: 30%; font-size: 13px; letter-spacing: 0.5px; text-align: left; color: #000000; text-transform: uppercase; font-weight: 600; padding-top: 1.3em; font-family: 'Raleway', sans-serif; } .click { color: #27A511; margin-left: 15% } .click:hover { color: #807F7F; } .login-form-w3-agile input[type="email"], .login-form-w3-agile input[type="password"], .login-form-w3-agile input[type="text"], .login-form-w3-agile1 input[type="email"], .login-form-w3-agile1 input[type="password"], .login-form-w3-agile1 input[type="text"], .login-form-w3-agile2 input[type="email"], .login-form-w3-agile2 input[type="password"], .login-form-w3-agile2 input[type="text"], .frm-field { outline: none; border: none; border-bottom: 1px solid #999; padding: 10px 10px; margin-bottom: 24px; color: #000; letter-spacing: 0.6px; font-size: 14px; width: 90%; } .checkbox input, .radio input { position: absolute; left: -9999px; } .radio i { position: absolute; top: 5px; left: 0; display: block; width: 10px; height: 10px; outline: none; background: #ea3621; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; } label.radio { font-size: 14px; font-weight: 500; color: #999; padding-left: 20px; margin: 0; cursor: pointer; } .w3_gender { float: right; width: 70%; margin: 1em 0 1.7em; } .colr { float: left; margin-right: 1em; } .radio input+i:after { content: ''; top: 2px; left: 2px; width: 6px; height: 6px; border-radius: 50%; background-color: #fff !important; } .agile_remember_left { float: left; } .checkbox { position: relative; padding: 0px 0 0 30px !important; cursor: pointer; margin: 0; text-transform: capitalize; color: #212121; text-align: left; } .checkbox input, .radio input { position: absolute; left: -9999px; } .checkbox i { position: absolute; bottom: 3px; left: 0; display: block; width: 15px; height: 15px; outline: none; border: 1px solid #5B5B5B; background: #FFF; } .checkbox input+i:after { content: ''; background: url(../images/1.png) no-repeat 0px -1px; top: -4px; left: 2px; width: 15px; height: 15px; text-align: center; } .checkbox input:checked+i:after, .radio input:checked+i:after { opacity: 1; } .checkbox input+i:after, .radio input+i:after { position: absolute; opacity: 0; transition: opacity 0.1s; -o-transition: opacity 0.1s; -ms-transition: opacity 0.1s; -moz-transition: opacity 0.1s; -webkit-transition: opacity 0.1s; } .agile_remember_right a { font-size: 1em; color: #999; text-decoration: underline; } .login-form-w3-agile2 input[type="submit"], .login-form-w3-agile input[type="submit"] { outline: none; padding: 10px 0; font-size: 1em; color: #fff; border: none; width: 100%; background: #27A511; margin: 1.5em 0 0; text-transform: uppercase; } .login-form-w3-agile .button-login-custom, .login-form-w3-agile2 .button-login-custom { outline: none; padding: 10px 0; font-size: 1em; color: #fff; border: none; width: 100%; background: #27A511; text-transform: uppercase; } .login-form-w3-agile input[type="submit"]:hover, .login-form-w3-agile2 input[type="submit"]:hover { background: #ea3621; } .login-form-w3-agile .button-login-custom:hover, .login-form-w3-agile2 .button-login-custom:hover { background: #ea3621; } .login-form-w3-agile h4, .login-form-w3-agile2 h4 { font-size: 1.2em; color: #212121; margin: 1.5em 0 1em; text-align: center; } .agile_remember_right { float: right; } /*-- social-icons --*/ .social_icons { text-align: center; } .slide-social i { font-size: 16px; color: #fff; padding-top: .75em; } .slide-social { display: inline-block; overflow: hidden; margin: 0 10px 0px 0; width: 160px; height: 40px; background: #D5D5D5; } .slide-social .button { position: absolute; margin: 9px 0 0 70px; font-size: 1em; color: #212121; } .slide-social a { display: none; } .icon { float: left; padding-top: 0px; width: 25%; height: 100%; text-align: center; } .slide { position: relative; float: left; width: 75%; height: 100%; } .slide p { position: relative; top: 8px; margin: 0; border-left: 1px solid rgba(255, 255, 255, 0.3); color: #FFF !important; text-align: center; } /* Brand Colours */ .facebook { background: #3b5998; } .twitter { background: #ea3621; } /* Slide Animation */ .slide-social:hover .slide { -webkit-transform: translate(101%, 0); -moz-transform: translate(101%, 0); -ms-transform: translate(101%, 0); -o-transform: translate(101%, 0); transform: translate(101%, 0); } .no-cssanimations .slide { display: none; /* hide in IE 8-9 */ } .touch .slide { display: none; /* hide on touch devices */ } /* Transition */ .slide { -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; } /* Example Media Queries */ @media only screen and (max-width: 30em) { /* 480px/16px = 30em */ .slide-social { width: 100%; } .slide-social .button { position: absolute; } } /*-- //social-icons --*/ .login-right-info ul { padding: 0.5em 0 0em; border-bottom: 2px dotted rgba(197, 197, 197, 0.47); } .login-right-info ul:nth-child(2) { border-bottom: none!important; } .login-right-info ul li { list-style: none; margin-bottom: .6em; color: #000; font-size: 16px; letter-spacing: 0.5px; text-transform: capitalize; } .login-right-info ul li i { color: #27A511; margin-right: 10px; font-size: 14px; } .sim-button { margin-top: 0em!important; background: #27A511!important; width: 100%!important; } .login-right-info h5 { color: #000; font-size: 15px; letter-spacing: .5px; padding: 12px 0 14px; } .login-right-info h5 i { color: #00acee; margin-left: 10px; font-size: 20px; } .right-info-find { margin-top: 0!important; } /*-//login-page-*/ /*-- //Banner-Slider --*/ .button12 { color: rgba(255, 255, 255, 1); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; position: relative; border: 1px solid rgba(255, 255, 255, 0.5); overflow: hidden; } .button12 a { color: rgb(255, 255, 255); text-decoration: none; display: block; } .button12 a { z-index: 2; display: block; position: absolute; width: 100%; height: 100%; } .button12:hover a { color: #fff; } .button12::before { content: ''; position: absolute; top: 50px; left: -5px; width: 100%; height: 0; border-left: 100px solid transparent; border-right: 100px solid transparent; border-bottom: 190px solid rgba(255, 255, 255, 0.25); z-index: 1; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .button12::after { content: ''; position: absolute; top: 50px; left: -5px; width: 100%; height: 0; border-left: 100px solid transparent; border-right: 100px solid transparent; border-bottom: 190px solid rgba(255, 255, 255, 0.25); z-index: 1; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .button12::after { -webkit-transition-delay: 0.2s; /* Safari */ transition-delay: 0.2s; } .button12:hover::before { opacity: 1; -webkit-transform: translate(0px, -190px); transform: translate(0px, -190px); } .button12:hover::after { opacity: 1; -webkit-transform: translate(0px, -150px); transform: translate(0px, -150px); } .sim-button { line-height: 50px; height: 50px; text-align: center; margin-right: auto; margin-left: auto; margin-top: 31px; width: 16.9%; display: inline-block; cursor: pointer; background: rgba(0, 0, 0, 0.24); } /*--//Banner ends here--*/ .he { border: solid 1px #27A511; width: 100%; height: 500px; } /*-- clock-grids --*/ .clock-grids { background: #FFFFFF; border-radius: 5px; -webkit-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; -moz-border-radius: 5px; border-top: solid 5px #399348; box-shadow: 0 0px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24); } .clock-heading h3 { margin: 1em 0; text-align: center; font-size: 1.5em; color: #EE732F; font-weight: 600; text-transform: uppercase; } .clock-left { padding: 0 1em; } .clock { display: inline; } div#myclock { text-align: center; } div#myclock canvas { width: 300px; height: 300px; } .alarm { display: none; margin: 10px 0px 0px 0px; } .alarm a { text-decoration: none; padding: 5px 10px 5px 10px; color: #FFF; background-color: #026729; border-radius: 5px; } .alarm a:hover { text-decoration: none; padding: 4px 9px 4px 9px; color: #fefefe; background-color: #026729; border-radius: 5px; } #set { text-decoration: none; padding: 5px 10px 5px 10px; color: #FFF; background-color: #F3A829; border-radius: 5px; } #set:hover { text-decoration: none; padding: 4px 9px 4px 9px; color: #fefefe; background-color: #F3A829; border-radius: 5px; } /*-- clock-bottom --*/ @font-face { font-family: 'BebasNeueRegular'; src: url('BebasNeue-webfont.eot'); src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('BebasNeue-webfont.woff') format('woff'), url('BebasNeue-webfont.ttf') format('truetype'), url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg'); font-weight: normal; font-style: normal; } #Date { font-size: 1em; text-align: center; color: #FFFFFF; } .clock ul { padding: 0; margin: 1em 0 0 0; text-align: center; } .clock ul li { display: inline; font-size: 2em; text-align: center; color: #FFF; } #point { position: relative; -moz-animation: mymove 1s ease infinite; -webkit-animation: mymove 1s ease infinite; padding-left: 10px; padding-right: 10px; } @-webkit-keyframes mymove { 0% { opacity: 1.0; text-shadow: 0 0 20px #00c6ff; } 50% { opacity: 0; text-shadow: none; } 100% { opacity: 1.0; text-shadow: 0 0 20px #00c6ff; } } @-moz-keyframes mymove { 0% { opacity: 1.0; text-shadow: 0 0 20px #00c6ff; } 50% { opacity: 0; text-shadow: none; } 100% { opacity: 1.0; text-shadow: 0 0 20px #00c6ff; } } .clock-bottom { margin: 1em 0 0 0; padding: 1em; background: #22aaa1; background: -moz-linear-gradient(left, #22aaa1 0%, #399348 100%); background: -webkit-linear-gradient(left, #22aaa1 0%, #399348 100%); background: linear-gradient(to right, #22aaa1 0%, #399348 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#22aaa1', endColorstr='#399348', GradientType=1); border-bottom-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-bottom-left-radius: 5px; -ms-border-bottom-left-radius: 5px; -o-border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -ms-border-bottom-right-radius: 5px; -moz-border-bottom-right-radius: 5px; -o-border-bottom-right-radius: 5px; } /*-- //clock-bottom --*/ /*-- weather-grids --*/ .weather-grids { margin: 2em 0; } .weather-left { padding-left: 0; } .weather-left-info { background: #22aaa1; background: -moz-linear-gradient(left, #22aaa1 0%, #399348 100%); background: -webkit-linear-gradient(left, #22aaa1 0%, #399348 100%); background: linear-gradient(to right, #22aaa1 0%, #399348 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#22aaa1', endColorstr='#399348', GradientType=1); border-radius: 5px; -webkit-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; -moz-border-radius: 5px; box-shadow: 0 0px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24); } .weather-left-top { text-align: center; padding: 4em 0; } .weather-left-top h3 { font-size: 4em; margin: 0; color: #FFF; font-weight: 600; } .weather-left-top h6 { margin: 1em 0; color: #FFF; font-size: .7em; } .weather-left-top h4 { margin: 0; color: #FFF; font-size: 1em; } .weather-left-bottom-grids { padding: 2em; border-top: 1px solid #1E8435; } .weather-left-bottom-left { float: left; } .weather-left-bottom-left h3 { font-size: 2em; margin: 0; color: #FFF; } .weather-left-bottom-left h6 { margin: 1em 0; color: #FFF; font-size: .7em; } .weather-left-bottom-left h4 { margin: 0; color: #FFF; font-size: 1em; } .weather-left-bottom-right { float: right; margin: 1em 1em 0 0; } canvas#clear-day { height: 50px !important; width: 50px !important; } .weather-middle-info { background: #22aaa1; background: -moz-linear-gradient(left, #22aaa1 0%, #399348 100%); background: -webkit-linear-gradient(left, #22aaa1 0%, #399348 100%); background: linear-gradient(to right, #22aaa1 0%, #399348 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#22aaa1', endColorstr='#399348', GradientType=1); border-radius: 5px; -webkit-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; -moz-border-radius: 5px; box-shadow: 0 0px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24); } .weather-middle-left { float: left; width: 25%; background: #EE732F; border-top-left-radius: 5px; -webkit-border-top-left-radius: 5px; -moz-border-top-left-radius: 5px; -o-border-top-left-radius: 5px; -ms-border-top-left-radius: 5px; border-bottom-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-bottom-left-radius: 5px; -o-border-bottom-left-radius: 5px; -ms-border-bottom-left-radius: 5px; } canvas#cloudy { width: 60px !important; height: 60px !important; } .weather-middle-left-top { text-align: center; padding: 4em 0; } .weather-middle-left-top h6 { margin: 1em 0; color: #FFF; font-size: .7em; } .weather-middle-left-top h3 { font-size: 2em; margin: 0; color: #FFF; } .weather-middle-left-bottom { padding: 1em; text-align: center; margin: 2.6em 0 0 0; } .weather-middle-left-bottom h4 { color: #FFF; margin: 0 0 1em 0; font-size: .875em; font-weight: 600; } .weather-middle-left-bottom p { font-size: .875em; color: #FFF; margin: 0; } .weather-middle-info-grid { text-align: center; padding: 1em 1em; } .weather-middle-info-grid h3 { font-size: 2em; margin: .5em 0; color: #FFF; font-weight: 600; } .weather-middle-info-grid p { font-size: .875em; color: #fff; } canvas#sleet { width: 50px !important; height: 50px !important; } canvas#rain { width: 50px !important; height: 50px !important; } canvas#wind { width: 50px !important; height: 50px !important; } canvas#partly-cloudy-night { width: 50px !important; height: 50px !important; } canvas#snow { width: 50px !important; height: 50px !important; } canvas#fog { width: 50px !important; height: 50px !important; } .weather-middle-right { float: left; width: 75%; } .weather-right { padding-right: 0; } .weather-right-top { padding: 3em 0; } canvas#partly-cloudy-day { width: 75px !important; height: 75px !important; } .weather-right-top h3 { font-size: 3em; margin: 0; color: #FFF; font-weight: 600; } .weather-right-top p { font-size: .875em; color: #fff; margin: 0; } .weather-right-bottom { padding: 1em; } canvas#clear-night { width: 60px !important; height: 60px !important; } .weather-right-bottom-left { float: left; } .weather-right-bottom-left h6 { margin: 1em 0; color: #FFF; font-size: .7em; } .weather-right-bottom-left h4 { margin: 0; color: #FFF; font-size: 1em; } .weather-right-bottom-right { float: right; margin: 2em 2em 0 0; } .weather-right-bottom-right h3 { font-size: 2em; margin: 0; color: #FFF; } /*-- //weather-grids --*/ .cam { text-transform: uppercase; padding: 15px; color: #fff; font-weight: 500; background-color: #000; margin-left: 16px; } .img_cam { margin-bottom: 30px; } .img_cam a { margin-top: 30px; } /*----Phân trang-----*/ .pagination { list-style: none; display: inline-block; padding: 0; margin-top: 10px; } .pagination li { display: inline; text-align: center; } .pagination a.prev1 { width: 100px; border-radius: none !important; } .pagination a { float: left; display: block; font-size: 14px; text-decoration: none; padding: 5px 12px; color: #000; margin-left: -1px; border: 1px solid transparent; line-height: 1.5; } .pagination a.active, .pagination a:hover { cursor: default; color: #fff; } .pagination a:active { outline: none; color: #fff; } .modal-3 a { margin-left: 3px; padding: 0; width: 30px; height: 30px; line-height: 30px; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; } .modal-3 a.prev1:hover, .modal-3 a.prev1:active { border-radius: none !important; background-color: #fff; color: #27A511; font-weight: 600; } .modal-3 a:hover { background-color: #00FF2B; } .modal-3 a.active, .modal-3 a:active { background-color: #37B247; } /*----////Phân trang-----*/ /*------Modal-------*/ .modal-content { margin-top: 180px; background-image: url(../images/bg.jpg); } .modal-body { background-color: #fff; } .modal-title { color: #27A511; font-weight: 900; font-size: 2em; text-align: center; text-transform: uppercase; } .btn-red { background-color: #dac8c8; padding: 7px; border-radius: 10px; } .btn-red:hover { background-color: #ea3621; color: #fff; } /*-- about --*/ .about1 { margin: 50px 0; } .about-right img { width: 90%; } .about p { text-align: justify; padding: 15px 50px 0 0; } .about h2 { color: #27A511; font-weight: 600; font-size: 2.3em; text-transform: uppercase; margin: 40px 0; } .about h3, h3.se { font-size: 26px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; line-height: 32px; } .about h6 { color: #999; letter-spacing: 2px; font-weight: 600; } .about h5 { font-weight: 600; letter-spacing: 2px; font-size: 18px; } .about h5 span.fa { color: #0079c1; } .about-left img { width: 100%; height: 300px; } /*-- //about --*/ /*-- services --*/ .mb-60 { margin: 60px 0; } .services-inner { border: 2px solid #00d440; transition: .3s; margin: 10px; background: #fff; } .our-services-icon { position: absolute; top: 22px; right: 50px; background: #fff; width: 80px; text-align: center; } .our-services-icon span.fa { font-size: 45px; color: #00d440; } .our-services-text { padding-right: 10px; } .our-services-text { padding: 20px; } .our-services-text h4 { color: #323648; font-size: 18px; font-weight: 600; letter-spacing: 1px; margin-bottom: 18px; margin-top: 15px; position: relative; text-transform: uppercase; } .our-services-wrapper:hover .services-inner { background: #fff none repeat scroll 0 0; border: 2px solid transparent; box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2); } .our-services-text p { margin-bottom: 0; } .services p { font-size: 14px; font-weight: 400; line-height: 26px; color: #666; } h4.heading { text-transform: uppercase; font-size: 30px; line-height: 45px; letter-spacing: 1px; font-weight: 700; } .active a { padding-bottom: 5px; border-bottom: 2px solid #fff; margin-bottom: 10px; } .placeholder-custom-fooder ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: white; opacity: 1; /* Firefox */ } .placeholder-custom-fooder :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: white; } .placeholder-custom-fooder ::-ms-input-placeholder { /* Microsoft Edge */ color: white; } .placeholder-custom ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: black; opacity: 1; /* Firefox */ } .placeholder-custom :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: black; } .placeholder-custom ::-ms-input-placeholder { /* Microsoft Edge */ color: black; } .active-paginnation-custom a { background-color: #37B247; cursor: default; color: #fff; } .pagination .prev1 a { width: 100px; border-radius: none !important; } .mt-30 { margin-top: 30px; } .mb-10 { margin-bottom: 10px; } .mb-20 { margin-bottom: 20px; } .h-550 { height: 550px; } .w-100 { width: 100%; } .mr-10 { margin-left: 10px } .pl-20 { padding-left: 20px; } .ml-8 { margin-left: 8px; } .mr-8 { margin-right: 8px; } @media (max-width:1024px) { .pt-10-custom { padding-top: 16px; } } .icon-custom { width: 16px; text-align: center; } .hiden-table tbody { display: none; } .hiden-table .inner-article { display: none; } .hiden-table iframe { width: 100%; } .hiden-table .breadcrumbs { display: none; } .hiden-table .entry-meta { display: none; } input { outline: none; } input[type=search] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; font-family: inherit; font-size: 100%; } input::-webkit-search-decoration, input::-webkit-search-cancel-button { display: none; } input[type=search] { background: #fff url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center; border: solid 1px #27b311; padding: 9px 10px 9px 32px; width: 150px; color: fff; -webkit-border-radius: 10em; -moz-border-radius: 10em; border-radius: 10em; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s; margin-bottom: 29px; } input[type=search]:focus { width: 87%; background-color: #37B247; border-color: rgb(247, 250, 248); -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5); -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5); box-shadow: 0 0 5px rgba(109, 207, 246, .5); } input:-moz-placeholder { color: #000; } input::-webkit-input-placeholder { color: #000; } .error { color: red; } .sucess { color: blue; } .sucess-custom-map { text-align: center; margin-top: 16px; } .sucess-custom-update-profile { text-align: center; margin-bottom: 20px; } .p-0 { padding: 0px 0px !important; } .m-0 { margin: 0px 0px !important; } /*---------Alert------------*/ /*--------------------------*/
0.452536
0.09314
:root { /* color */ /* blue */ --color-blue-0: rgb(236, 245, 255); --color-blue-1: rgb(217, 236, 255); --color-blue-2: rgb(198, 226, 255); --color-blue-3: rgb(179, 216, 255); --color-blue-4: rgb(160, 207, 255); --color-blue-5: rgb(140, 197, 255); --color-blue-6: rgb(121, 187, 255); --color-blue-7: rgb(102, 177, 255); --color-blue-8: rgb(83, 168, 255); --color-blue-9: rgb(64, 158, 255); --color-blue: rgb(64, 158, 255); /* #409EFF */ /* green */ --color-green-0: rgb(240, 249, 235); --color-green-1: rgb(225, 243, 216); --color-green-2: rgb(103, 194, 58); --color-green: rgb(103, 194, 58); /* #67C23A */ /* yellow */ --color-yellow-0: rgb(253, 246, 236); --color-yellow-1: rgb(250, 236, 216); --color-yellow-2: rgb(247, 186, 42); --color-yellow-3: rgb(230, 162, 60); --color-yellow-light: rgb(247, 186, 42); /* #F7BA2A */ --color-yellow: rgb(230, 162, 60); /* #E6A23C */ /* red */ --color-red-0: rgb(254, 240, 240); --color-red-1: rgb(253, 226, 226); --color-red-2: rgb(245, 108, 108); --color-red-3: rgb(255, 73, 73); --color-red: rgb(245, 108, 108); /* #F56C6C */ --color-red-bright: rgb(255, 73, 73); /* #FF4949 */ /* grey */ --color-grey-0: rgb(255, 255, 255); --color-grey-1: rgb(244, 244, 245); --color-grey-2: rgb(233, 233, 235); --color-grey-3: rgb(144, 147, 153); --color-grey-4: rgb(84, 92, 100); /* #545C64 */ --color-grey-5: rgb(0, 0, 0); /* blue grey */ --color-blue-grey-0: rgb(71, 86, 105); /* #475669 */ --color-blue-grey-1: rgb(50, 64, 87); /* #324057 */ --color-blue-grey-2: rgb(31, 45, 61); --color-blue-grey: rgb(31, 45, 61); /* #1F2D3D */ /* white grey black */ --color-white: rgb(255, 255, 255); /* #FFFFFF */ --color-grey: rgb(144, 147, 153); /* #909399 */ --color-black: rgb(0, 0, 0); /* #000000 */ /* text */ --color-primary-text: rgb(48, 49, 51); /* #303133 */ --color-regular-text: rgb(96, 98, 102); /* #606266 */ --color-secondary-text: rgb(144, 147, 153); /* #909399 */ --color-placeholder-text: rgb(192, 196, 204); /* #C0C4CC */ /* border */ --color-base-border: rgb(220, 223, 230); /* #DCDFE6 */ --color-light-border: rgb(228, 231, 237); /* #E4E7ED */ --color-lighter-border: rgb(235, 238, 245); /* #EBEEF5 */ --color-extra-light-border: rgb(242, 246, 252); /* #F2F6FC */ /* transparent */ --color-transparent: rgba(0, 0, 0, 0); /* font */ --font-monospace: "Fira Code", "Cascadia Code", "Noto Sans SC", "Source Code Pro", consolas, "微软雅黑", monospace; --font-sans-serif: "Fira Sans", "Noto Sans SC", "Source Han Sans", "思源黑体CN", "Helvetica Neue", ubuntu, helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", arial, sans-serif; } /* margin */ .margin-top-20 { margin-top: 20px; } .margin-top-10 { margin-top: 10px; } .no-margin { margin: 0; } .no-bottom-margin { margin-bottom: 0; } .no-top-margin { margin-top: 0; } /* color */ .color-danger { color: var(--color-red); } .color-success { color: var(--color-green); } .color-warning { color: var(--color-yellow); } .color-info { color: var(--color-grey); } .color-info { color: var(--color-blue); } .color-primary-text { color: var(--color-primary-text); } .color-regular-text { color: var(--color-regular-text); } .color-secondary-text { color: var(--color-secondary-text); } .color-placeholder { color: var(--color-placeholder-text); } .background-color-danger { background-color: var(--color-red); } .background-color-success { background-color: var(--color-green); } .background-color-warning { background-color: var(--color-yellow); } .background-color-info { background-color: var(--color-grey); } .background-color-info { background-color: var(--color-blue); } /* z-index */ .bottom-zindex { z-index: 10 !important; } .low-zindex { z-index: 100 !important; } .mid-zindex { z-index: 1000 !important; } .high-zindex { z-index: 10000 !important; } .top-zindex { z-index: 100000 !important; } .layer-level-zindex { z-index: 1000000 !important; }
src/assets/css/var.css
:root { /* color */ /* blue */ --color-blue-0: rgb(236, 245, 255); --color-blue-1: rgb(217, 236, 255); --color-blue-2: rgb(198, 226, 255); --color-blue-3: rgb(179, 216, 255); --color-blue-4: rgb(160, 207, 255); --color-blue-5: rgb(140, 197, 255); --color-blue-6: rgb(121, 187, 255); --color-blue-7: rgb(102, 177, 255); --color-blue-8: rgb(83, 168, 255); --color-blue-9: rgb(64, 158, 255); --color-blue: rgb(64, 158, 255); /* #409EFF */ /* green */ --color-green-0: rgb(240, 249, 235); --color-green-1: rgb(225, 243, 216); --color-green-2: rgb(103, 194, 58); --color-green: rgb(103, 194, 58); /* #67C23A */ /* yellow */ --color-yellow-0: rgb(253, 246, 236); --color-yellow-1: rgb(250, 236, 216); --color-yellow-2: rgb(247, 186, 42); --color-yellow-3: rgb(230, 162, 60); --color-yellow-light: rgb(247, 186, 42); /* #F7BA2A */ --color-yellow: rgb(230, 162, 60); /* #E6A23C */ /* red */ --color-red-0: rgb(254, 240, 240); --color-red-1: rgb(253, 226, 226); --color-red-2: rgb(245, 108, 108); --color-red-3: rgb(255, 73, 73); --color-red: rgb(245, 108, 108); /* #F56C6C */ --color-red-bright: rgb(255, 73, 73); /* #FF4949 */ /* grey */ --color-grey-0: rgb(255, 255, 255); --color-grey-1: rgb(244, 244, 245); --color-grey-2: rgb(233, 233, 235); --color-grey-3: rgb(144, 147, 153); --color-grey-4: rgb(84, 92, 100); /* #545C64 */ --color-grey-5: rgb(0, 0, 0); /* blue grey */ --color-blue-grey-0: rgb(71, 86, 105); /* #475669 */ --color-blue-grey-1: rgb(50, 64, 87); /* #324057 */ --color-blue-grey-2: rgb(31, 45, 61); --color-blue-grey: rgb(31, 45, 61); /* #1F2D3D */ /* white grey black */ --color-white: rgb(255, 255, 255); /* #FFFFFF */ --color-grey: rgb(144, 147, 153); /* #909399 */ --color-black: rgb(0, 0, 0); /* #000000 */ /* text */ --color-primary-text: rgb(48, 49, 51); /* #303133 */ --color-regular-text: rgb(96, 98, 102); /* #606266 */ --color-secondary-text: rgb(144, 147, 153); /* #909399 */ --color-placeholder-text: rgb(192, 196, 204); /* #C0C4CC */ /* border */ --color-base-border: rgb(220, 223, 230); /* #DCDFE6 */ --color-light-border: rgb(228, 231, 237); /* #E4E7ED */ --color-lighter-border: rgb(235, 238, 245); /* #EBEEF5 */ --color-extra-light-border: rgb(242, 246, 252); /* #F2F6FC */ /* transparent */ --color-transparent: rgba(0, 0, 0, 0); /* font */ --font-monospace: "Fira Code", "Cascadia Code", "Noto Sans SC", "Source Code Pro", consolas, "微软雅黑", monospace; --font-sans-serif: "Fira Sans", "Noto Sans SC", "Source Han Sans", "思源黑体CN", "Helvetica Neue", ubuntu, helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", arial, sans-serif; } /* margin */ .margin-top-20 { margin-top: 20px; } .margin-top-10 { margin-top: 10px; } .no-margin { margin: 0; } .no-bottom-margin { margin-bottom: 0; } .no-top-margin { margin-top: 0; } /* color */ .color-danger { color: var(--color-red); } .color-success { color: var(--color-green); } .color-warning { color: var(--color-yellow); } .color-info { color: var(--color-grey); } .color-info { color: var(--color-blue); } .color-primary-text { color: var(--color-primary-text); } .color-regular-text { color: var(--color-regular-text); } .color-secondary-text { color: var(--color-secondary-text); } .color-placeholder { color: var(--color-placeholder-text); } .background-color-danger { background-color: var(--color-red); } .background-color-success { background-color: var(--color-green); } .background-color-warning { background-color: var(--color-yellow); } .background-color-info { background-color: var(--color-grey); } .background-color-info { background-color: var(--color-blue); } /* z-index */ .bottom-zindex { z-index: 10 !important; } .low-zindex { z-index: 100 !important; } .mid-zindex { z-index: 1000 !important; } .high-zindex { z-index: 10000 !important; } .top-zindex { z-index: 100000 !important; } .layer-level-zindex { z-index: 1000000 !important; }
0.506347
0.11864
* { box-sizing: border-box; margin: 0; padding: 0; font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; } .main_div { color: white; text-align: center; } .addItems { position: relative; } .textArea { padding: 14px 32px 14px 16px; border-radius: 4px 0 0 4px; border: 2px solid #5d0cff; outline: none; width: 35%; background: transparent; color: #fff; text-align: center; font-weight: bold; font-size: 18px; } .btnAdd { width: 10%; height: 58px; margin-left: 3px; border: 2px solid rgba(93, 12, 255, 1); outline: none; text-align: center; margin-top: 1px; background: linear-gradient( 90deg, rgba(93, 12, 255, 1) 0%, rgba(155, 0, 250, 1) 100% ); color: #fff; text-transform: capitalize; } /* down */ .showItems { margin-top: 10px; position: relative; top: 12px; color: white; width: 45%; } .eachItem { display: flex; justify-content: space-between; margin: 6px auto; color: #fff; background: linear-gradient( 90deg, rgba(255, 118, 20, 0.596) 0%, rgb(255, 84, 17) 100% ); padding: 16px; border-radius: 5px; width: 100%; } .eachItem:nth-child(4n + 1) { background: linear-gradient( 90deg, rgb(93, 12, 255) 0%, rgba(154, 0, 250, 0.459) 100% ); } .eachItem:nth-child(4n + 2) { background: linear-gradient( 90deg, rgba(255, 12, 243, 0.479) 0%, rgb(250, 0, 133) 100% ); } .eachItem:nth-child(4n + 3) { background: linear-gradient( 90deg, rgb(20, 157, 255) 0%, rgba(17, 120, 255, 0.438) 100% ); } .btnEdit { width: 50%; margin-right: 20; border: 2px solid white; outline: none; background-color: rgba(55, 70, 75, 0.589); text-align: center; color: white; border-radius: 15px 30px; } .btnDelete { width: 50%; margin-left: 30px; border: 2px solid white; outline: none; background-color: rgba(55, 70, 75, 0.664); text-align: center; color: white; border-radius: 15px 30px; } .btnDone { width: 50%; border: 3px solid rgb(185, 50, 50); outline: none; background-color: rgba(55, 70, 75, 0.664); color: white; text-align: center; margin-top: 10px; border-radius: 15px 30px; } /* //////////////////////////////////////////////////////////////// */ .btnRe { margin-top: 30px; margin-bottom: 50px; } .btnRemAll { padding: 15px 25px; font-size: 24px; text-align: center; cursor: pointer; outline: none; border: none; border-radius: 15px; box-shadow: 0 9px #999; background: linear-gradient( 90deg, rgba(93, 12, 255, 1) 0%, rgb(155, 0, 250) 100% ); color: #fff; text-transform: capitalize; } .btnRemAll:hover { background-color: rgb(93, 5, 148); } .btnRemAll:active { background-color: rgb(141, 44, 201); box-shadow: 0 5px #666; transform: translateY(4px); } .Add_btn_main { border: none; text-align: center; text-decoration: none; display: inline-block; font-size: 35px; width: 200px; height: 52px; margin: 4px 2px; border-radius: 15px 30px; background: linear-gradient( 90deg, rgb(93, 12, 255) 0%, rgb(154, 0, 250) 100% ); color: #fff; }
src/components/Todo.css
* { box-sizing: border-box; margin: 0; padding: 0; font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; } .main_div { color: white; text-align: center; } .addItems { position: relative; } .textArea { padding: 14px 32px 14px 16px; border-radius: 4px 0 0 4px; border: 2px solid #5d0cff; outline: none; width: 35%; background: transparent; color: #fff; text-align: center; font-weight: bold; font-size: 18px; } .btnAdd { width: 10%; height: 58px; margin-left: 3px; border: 2px solid rgba(93, 12, 255, 1); outline: none; text-align: center; margin-top: 1px; background: linear-gradient( 90deg, rgba(93, 12, 255, 1) 0%, rgba(155, 0, 250, 1) 100% ); color: #fff; text-transform: capitalize; } /* down */ .showItems { margin-top: 10px; position: relative; top: 12px; color: white; width: 45%; } .eachItem { display: flex; justify-content: space-between; margin: 6px auto; color: #fff; background: linear-gradient( 90deg, rgba(255, 118, 20, 0.596) 0%, rgb(255, 84, 17) 100% ); padding: 16px; border-radius: 5px; width: 100%; } .eachItem:nth-child(4n + 1) { background: linear-gradient( 90deg, rgb(93, 12, 255) 0%, rgba(154, 0, 250, 0.459) 100% ); } .eachItem:nth-child(4n + 2) { background: linear-gradient( 90deg, rgba(255, 12, 243, 0.479) 0%, rgb(250, 0, 133) 100% ); } .eachItem:nth-child(4n + 3) { background: linear-gradient( 90deg, rgb(20, 157, 255) 0%, rgba(17, 120, 255, 0.438) 100% ); } .btnEdit { width: 50%; margin-right: 20; border: 2px solid white; outline: none; background-color: rgba(55, 70, 75, 0.589); text-align: center; color: white; border-radius: 15px 30px; } .btnDelete { width: 50%; margin-left: 30px; border: 2px solid white; outline: none; background-color: rgba(55, 70, 75, 0.664); text-align: center; color: white; border-radius: 15px 30px; } .btnDone { width: 50%; border: 3px solid rgb(185, 50, 50); outline: none; background-color: rgba(55, 70, 75, 0.664); color: white; text-align: center; margin-top: 10px; border-radius: 15px 30px; } /* //////////////////////////////////////////////////////////////// */ .btnRe { margin-top: 30px; margin-bottom: 50px; } .btnRemAll { padding: 15px 25px; font-size: 24px; text-align: center; cursor: pointer; outline: none; border: none; border-radius: 15px; box-shadow: 0 9px #999; background: linear-gradient( 90deg, rgba(93, 12, 255, 1) 0%, rgb(155, 0, 250) 100% ); color: #fff; text-transform: capitalize; } .btnRemAll:hover { background-color: rgb(93, 5, 148); } .btnRemAll:active { background-color: rgb(141, 44, 201); box-shadow: 0 5px #666; transform: translateY(4px); } .Add_btn_main { border: none; text-align: center; text-decoration: none; display: inline-block; font-size: 35px; width: 200px; height: 52px; margin: 4px 2px; border-radius: 15px 30px; background: linear-gradient( 90deg, rgb(93, 12, 255) 0%, rgb(154, 0, 250) 100% ); color: #fff; }
0.464173
0.13109
* { box-sizing: border-box; } html, body { height: 100%; color: #000000; } body { display: flex; height: 100%; font-family: sans-serif; flex-direction: column; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: acumin-pro, sans-serif; background-color: #F3F4FF } a { color: #3F00A5; font-weight: 600; text-decoration: none; } p{ line-height: 1.5; } header, footer { display: flex; justify-content: center; padding: 0 5%; } main { flex-direction: column; align-items: center; padding: 10px; } header, footer { max-height: 120px; flex: 1; align-items: center; } h1{ font-size: 26px; font-weight: 400; text-align: center; max-width: 650px; margin: 0 auto; line-height: 1.3; padding-bottom: 40px; } h1 small { display: block; margin-top: 8px; } h2 { font-weight: 500; margin-top: 0px; } .content-wrapper{ max-width: 1120px; margin: 0 auto; } .row { display: flex; flex-direction: column; justify-content: space-around; } .logo{ text-align: center; } input, input[type="submit"], .button { height: 50px; outline: 0; border: 0; font-size: 18px; display: flex; align-items: center; } input[type="email"] { flex: 1; border: 1px solid #eaeaea; padding: 0 12px; margin-right:15px; } input[type="submit"], .button { background: linear-gradient(270deg, #813EEF 0%, #3F00A5 100%); box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.04); color: white; line-height: 16px; font-weight: 500; padding: 12px 20px; cursor: pointer; border-radius: 5px; } section { border-radius: 6px; background: linear-gradient(180deg, #FFFFFF 0%, #F9FAFF 100%); box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05), 0px 30px 30px rgba(100, 72, 72, 0.05); width: auto; display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 50px 60px; max-width: 480px; margin: 0 auto; } section:first-of-type { margin-bottom: 20px; } section .description{ max-width: 370px; height: 100%; display: flex; flex-direction: column; } section h2 { margin-bottom: 0; } section img { max-width: 160px; } section .logo { height: 70px; } form { display: flex; width: 100%; } .discourse-link{ display: flex; align-items: center; justify-content: flex-end; width: 100%; } /* .discourse-link:after { content: "→"; color: #0cbb9c; padding-left: 5px; transition: all 0.2s ease-out; position: relative; top: 1px; } */ #flash-wrapper { width: 100%; } #flash { width: 100%; text-align: left; color: #e01e5a; padding-top: 10px; } .desktop{ display: none; } @media screen and (min-width: 768px){ .desktop{ display: flex; } .mobile { display: none;} .content-wrapper { padding: 50px 60px 60px 60px; } .row { flex-direction: row;} section { width: 50%; max-width: 480px; } section:first-of-type { margin-right: 15px; margin-bottom: 0;} section:last-of-type { margin-left: 15px; } h1 {color:initial;} } @media screen and (min-width: 1024px){ section{ max-width: 480px; } }
public/index.css
* { box-sizing: border-box; } html, body { height: 100%; color: #000000; } body { display: flex; height: 100%; font-family: sans-serif; flex-direction: column; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: acumin-pro, sans-serif; background-color: #F3F4FF } a { color: #3F00A5; font-weight: 600; text-decoration: none; } p{ line-height: 1.5; } header, footer { display: flex; justify-content: center; padding: 0 5%; } main { flex-direction: column; align-items: center; padding: 10px; } header, footer { max-height: 120px; flex: 1; align-items: center; } h1{ font-size: 26px; font-weight: 400; text-align: center; max-width: 650px; margin: 0 auto; line-height: 1.3; padding-bottom: 40px; } h1 small { display: block; margin-top: 8px; } h2 { font-weight: 500; margin-top: 0px; } .content-wrapper{ max-width: 1120px; margin: 0 auto; } .row { display: flex; flex-direction: column; justify-content: space-around; } .logo{ text-align: center; } input, input[type="submit"], .button { height: 50px; outline: 0; border: 0; font-size: 18px; display: flex; align-items: center; } input[type="email"] { flex: 1; border: 1px solid #eaeaea; padding: 0 12px; margin-right:15px; } input[type="submit"], .button { background: linear-gradient(270deg, #813EEF 0%, #3F00A5 100%); box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.04); color: white; line-height: 16px; font-weight: 500; padding: 12px 20px; cursor: pointer; border-radius: 5px; } section { border-radius: 6px; background: linear-gradient(180deg, #FFFFFF 0%, #F9FAFF 100%); box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05), 0px 30px 30px rgba(100, 72, 72, 0.05); width: auto; display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 50px 60px; max-width: 480px; margin: 0 auto; } section:first-of-type { margin-bottom: 20px; } section .description{ max-width: 370px; height: 100%; display: flex; flex-direction: column; } section h2 { margin-bottom: 0; } section img { max-width: 160px; } section .logo { height: 70px; } form { display: flex; width: 100%; } .discourse-link{ display: flex; align-items: center; justify-content: flex-end; width: 100%; } /* .discourse-link:after { content: "→"; color: #0cbb9c; padding-left: 5px; transition: all 0.2s ease-out; position: relative; top: 1px; } */ #flash-wrapper { width: 100%; } #flash { width: 100%; text-align: left; color: #e01e5a; padding-top: 10px; } .desktop{ display: none; } @media screen and (min-width: 768px){ .desktop{ display: flex; } .mobile { display: none;} .content-wrapper { padding: 50px 60px 60px 60px; } .row { flex-direction: row;} section { width: 50%; max-width: 480px; } section:first-of-type { margin-right: 15px; margin-bottom: 0;} section:last-of-type { margin-left: 15px; } h1 {color:initial;} } @media screen and (min-width: 1024px){ section{ max-width: 480px; } }
0.32029
0.107391
@charset "UTF-8"; .container { padding: 10px; /* 弹窗样式 */ } .container .main { min-height: 700px; overflow: hidden; background-color: #fff; } .container .main .main_title { width: 100%; height: 30px; border-bottom: 1px solid #eeeeee; font-size: 16px; color: #222222; padding-left: 20px; font-weight: bold; } .container .main .searchBox { padding-left: 20px; margin-top: 30px; } .container .main .searchBox .filter { margin-right: 30%; } .container .main .searchBox .select_two { margin-left: 20px; } .container .main .orgList { width: 100%; height: 610px; overflow: hidden; padding-top: 20px; } .container .main .orgList .orgBox { width: 100%; height: 130px; border: 1px solid #eeeeee; margin-bottom: 20px; padding: 10px; } .container .main .orgList .orgBox .leftContent { width: 30%; height: 100%; float: left; border-right: 1px solid #eeeeee; } .container .main .orgList .orgBox .leftContent p { margin: 0; text-align: center; line-height: 35px; } .container .main .orgList .orgBox .leftContent .orgName { max-width: 600px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 18px; margin-top: 5px; font-weight: bold; } .container .main .orgList .orgBox .leftContent .stateTitle { font-size: 16px; } .container .main .orgList .orgBox .leftContent .stateTitle .blue { color: #409EFF; } .container .main .orgList .orgBox .leftContent .stateTitle .red { color: red; } .container .main .orgList .orgBox .leftContent .time { font-size: 16px; } .container .main .orgList .orgBox .rightContent { width: 70%; height: 100%; float: left; } .container .main .orgList .orgBox .rightContent .operBox { float: left; width: 33%; height: 100%; text-align: center; padding-top: 3%; border-right: 1px solid #eeeeee; } .container .main .orgList .orgBox .rightContent .operBox:last-child { border-right: none; } .container .main .orgList .orgBox .rightContent .operBox .operTitle { font-size: 16px; } .container .main .orgList .orgBox .rightContent .operBox .operText { font-size: 16px; color: #409EFF; } .container .main .orgList .orgBox .rightContent .operBox .edit { margin-left: 10px; } .container .main .orgList .orgBox .rightContent .operBox .red { background-color: red; border: none; } .container .main .orgList .orgBox .rightContent .operBox .redText { color: red; } .container .main .bottom { text-align: center; } .container p { text-align: center; line-height: 35px; } .container .curname { font-size: 20px; font-weight: bold; } .container .curoper { font-size: 18px; } .container .curmetion { font-size: 14px; color: red; } /*# sourceMappingURL=organizationList.css.map */
src/styles/organization/organizationList.css
@charset "UTF-8"; .container { padding: 10px; /* 弹窗样式 */ } .container .main { min-height: 700px; overflow: hidden; background-color: #fff; } .container .main .main_title { width: 100%; height: 30px; border-bottom: 1px solid #eeeeee; font-size: 16px; color: #222222; padding-left: 20px; font-weight: bold; } .container .main .searchBox { padding-left: 20px; margin-top: 30px; } .container .main .searchBox .filter { margin-right: 30%; } .container .main .searchBox .select_two { margin-left: 20px; } .container .main .orgList { width: 100%; height: 610px; overflow: hidden; padding-top: 20px; } .container .main .orgList .orgBox { width: 100%; height: 130px; border: 1px solid #eeeeee; margin-bottom: 20px; padding: 10px; } .container .main .orgList .orgBox .leftContent { width: 30%; height: 100%; float: left; border-right: 1px solid #eeeeee; } .container .main .orgList .orgBox .leftContent p { margin: 0; text-align: center; line-height: 35px; } .container .main .orgList .orgBox .leftContent .orgName { max-width: 600px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 18px; margin-top: 5px; font-weight: bold; } .container .main .orgList .orgBox .leftContent .stateTitle { font-size: 16px; } .container .main .orgList .orgBox .leftContent .stateTitle .blue { color: #409EFF; } .container .main .orgList .orgBox .leftContent .stateTitle .red { color: red; } .container .main .orgList .orgBox .leftContent .time { font-size: 16px; } .container .main .orgList .orgBox .rightContent { width: 70%; height: 100%; float: left; } .container .main .orgList .orgBox .rightContent .operBox { float: left; width: 33%; height: 100%; text-align: center; padding-top: 3%; border-right: 1px solid #eeeeee; } .container .main .orgList .orgBox .rightContent .operBox:last-child { border-right: none; } .container .main .orgList .orgBox .rightContent .operBox .operTitle { font-size: 16px; } .container .main .orgList .orgBox .rightContent .operBox .operText { font-size: 16px; color: #409EFF; } .container .main .orgList .orgBox .rightContent .operBox .edit { margin-left: 10px; } .container .main .orgList .orgBox .rightContent .operBox .red { background-color: red; border: none; } .container .main .orgList .orgBox .rightContent .operBox .redText { color: red; } .container .main .bottom { text-align: center; } .container p { text-align: center; line-height: 35px; } .container .curname { font-size: 20px; font-weight: bold; } .container .curoper { font-size: 18px; } .container .curmetion { font-size: 14px; color: red; } /*# sourceMappingURL=organizationList.css.map */
0.336658
0.040865
@font-face { font-family: "AvenirNextLTProDemi"; src: url("/assets/fonts/AvenirNextLTProDemi.otf"); src: url("/assets/fonts/AvenirNextLTProDemi.otf") format("opentype"); } @font-face { font-family: "AvenirNextLTProRegular"; src: url("/assets/fonts/AvenirNextLTProRegular.otf"); src: url("/assets/fonts/AvenirNextLTProRegular.otf") format("opentype"); } @font-face { font-family: "AvenirNextLTProBold"; src: url("/assets/fonts/AvenirNextLTProBold.otf"); src: url("/assets/fonts/AvenirNextLTProBold.otf") format("opentype"); } .main-compose { font-family: "AvenirNextLTProRegular"; } .font-demi { font-family: "AvenirNextLTProDemi" !important; } * { box-sizing: border-box; } a { color: #08c; } code { background: #eee; padding: 0.1rem; font-size: 13px; color: #ff00aa; } input { padding: 0.5rem; font-size: 16px; width: 100%; display: block; border-radius: 4px; border: 1px solid #ccc; } /* input:focus { border-color: #0aa287; box-shadow: inset 0 1px 1px rgba(10, 161, 135, 0.075), 0 0 0 3px rgba(10, 161, 135, 0.07); outline: none; } */ .css-1pahdxg-control { border-color: #0aa287 !important; box-shadow: inset 0 1px 1px rgba(10, 161, 135, 0.075), 0 0 0 3px rgba(10, 161, 135, 0.07) !important; } input.error { border-color: red; } label { font-weight: bold; display: block; margin-bottom: 0rem; } .input-feedback { color: red; margin-top: 0.25rem; } .stepButton { max-width: 150px; margin: 20px 0; padding: 12px 20px; border-style: none; border-radius: 5px; background-color: #0aa287; margin-left: 5px; box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15); font-size: 17px; font-weight: 500; color: #fff; cursor: pointer; outline: none; -webkit-appearance: none; } button:disabled, .stepButton:disabled { opacity: 0.5; cursor: not-allowed !important; } button.outline, .stepButton.outline { background-color: #eee; border: 1px solid #aaa; color: #555; } .css-yk16xz-control { background-color: #e8e8e8 !important; border-color: white !important; height: 55px; } .MuiFilledInput-underline:before { border-color: white; border: none; } .MuiFormLabel-root.Mui-focused { background-color: transparent; }
src/views/Pages/Compose/StepForm/helper.css
@font-face { font-family: "AvenirNextLTProDemi"; src: url("/assets/fonts/AvenirNextLTProDemi.otf"); src: url("/assets/fonts/AvenirNextLTProDemi.otf") format("opentype"); } @font-face { font-family: "AvenirNextLTProRegular"; src: url("/assets/fonts/AvenirNextLTProRegular.otf"); src: url("/assets/fonts/AvenirNextLTProRegular.otf") format("opentype"); } @font-face { font-family: "AvenirNextLTProBold"; src: url("/assets/fonts/AvenirNextLTProBold.otf"); src: url("/assets/fonts/AvenirNextLTProBold.otf") format("opentype"); } .main-compose { font-family: "AvenirNextLTProRegular"; } .font-demi { font-family: "AvenirNextLTProDemi" !important; } * { box-sizing: border-box; } a { color: #08c; } code { background: #eee; padding: 0.1rem; font-size: 13px; color: #ff00aa; } input { padding: 0.5rem; font-size: 16px; width: 100%; display: block; border-radius: 4px; border: 1px solid #ccc; } /* input:focus { border-color: #0aa287; box-shadow: inset 0 1px 1px rgba(10, 161, 135, 0.075), 0 0 0 3px rgba(10, 161, 135, 0.07); outline: none; } */ .css-1pahdxg-control { border-color: #0aa287 !important; box-shadow: inset 0 1px 1px rgba(10, 161, 135, 0.075), 0 0 0 3px rgba(10, 161, 135, 0.07) !important; } input.error { border-color: red; } label { font-weight: bold; display: block; margin-bottom: 0rem; } .input-feedback { color: red; margin-top: 0.25rem; } .stepButton { max-width: 150px; margin: 20px 0; padding: 12px 20px; border-style: none; border-radius: 5px; background-color: #0aa287; margin-left: 5px; box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15); font-size: 17px; font-weight: 500; color: #fff; cursor: pointer; outline: none; -webkit-appearance: none; } button:disabled, .stepButton:disabled { opacity: 0.5; cursor: not-allowed !important; } button.outline, .stepButton.outline { background-color: #eee; border: 1px solid #aaa; color: #555; } .css-yk16xz-control { background-color: #e8e8e8 !important; border-color: white !important; height: 55px; } .MuiFilledInput-underline:before { border-color: white; border: none; } .MuiFormLabel-root.Mui-focused { background-color: transparent; }
0.36625
0.174059
* { padding: 0; padding: 0; box-sizing: border-box; } .top-blackheading{ font-style: normal; font-weight: bold; font-size: 64px; line-height: 135%; /* or 86px */ letter-spacing: -0.02em; text-transform: capitalize; /* Core / Primary */ color: #0B0033; } .top-bluepara{ font-style: normal; font-weight: normal; font-size: 18px; line-height: 200%; /* or 36px */ color: #2B67F6; } .second-black{font-style: normal; font-weight: bold; font-size: 48px; line-height: 135%; /* or 65px */ text-transform: capitalize; /* Core / Primary */ color: #0B0033; } .white-small{ font-style: normal; font-weight: bold; font-size: 48px; line-height: 135%; /* or 65px */ text-transform: capitalize; /* Grayscale / White */ color: #FFFFFF ; } .yello-para{ font-style: normal; font-weight: normal; font-size: 18px; line-height: 200%; /* or 36px */ /* Core / Secondary */ color: #FFDD60; } .purple-background{ background-color: #0B0033; } .copyright-text{ font-family: Apercu; font-style: normal; font-weight: normal; font-size: 16px; line-height: 26px; /* identical to box height, or 162% */ /* Grayscale / White */ color: #FFFFFF; } .footer-heading{ font-family: Apercu; font-style: normal; font-weight: bold; font-size: 24px; line-height: 135%; /* or 32px */ text-transform: capitalize; /* Core / Secondary */ color: #FFDD60; } .footer-deatils{ font-style: normal; font-weight: bold; font-size: 16px; line-height: 45px; /* identical to box height */ text-transform: capitalize; /* Grayscale / Grey 1 */ color: #EFEFEF; } .tc-heading{ font-style: normal; font-weight: bold; font-size: 64px; line-height: 135%; /* or 86px */ letter-spacing: -0.02em; text-transform: capitalize; /* Old/Purple */ color: #01204F; } .tc-para{ font-style: normal; font-weight: normal; font-size: 18px; line-height: 200%; /* or 36px */ text-align: center; /* Core / Primary */ color: #0B0033; opacity: 0.7; } .error-bg{ background-color: #faf0f0; } .imgwidth{ width: 500px; } .birthday-heading{ font-size: 79px; color: gold; } .birthday-para{ font-size: 29px; font-weight: 900; } .chiragbg{ background-color: red; }
content.css
* { padding: 0; padding: 0; box-sizing: border-box; } .top-blackheading{ font-style: normal; font-weight: bold; font-size: 64px; line-height: 135%; /* or 86px */ letter-spacing: -0.02em; text-transform: capitalize; /* Core / Primary */ color: #0B0033; } .top-bluepara{ font-style: normal; font-weight: normal; font-size: 18px; line-height: 200%; /* or 36px */ color: #2B67F6; } .second-black{font-style: normal; font-weight: bold; font-size: 48px; line-height: 135%; /* or 65px */ text-transform: capitalize; /* Core / Primary */ color: #0B0033; } .white-small{ font-style: normal; font-weight: bold; font-size: 48px; line-height: 135%; /* or 65px */ text-transform: capitalize; /* Grayscale / White */ color: #FFFFFF ; } .yello-para{ font-style: normal; font-weight: normal; font-size: 18px; line-height: 200%; /* or 36px */ /* Core / Secondary */ color: #FFDD60; } .purple-background{ background-color: #0B0033; } .copyright-text{ font-family: Apercu; font-style: normal; font-weight: normal; font-size: 16px; line-height: 26px; /* identical to box height, or 162% */ /* Grayscale / White */ color: #FFFFFF; } .footer-heading{ font-family: Apercu; font-style: normal; font-weight: bold; font-size: 24px; line-height: 135%; /* or 32px */ text-transform: capitalize; /* Core / Secondary */ color: #FFDD60; } .footer-deatils{ font-style: normal; font-weight: bold; font-size: 16px; line-height: 45px; /* identical to box height */ text-transform: capitalize; /* Grayscale / Grey 1 */ color: #EFEFEF; } .tc-heading{ font-style: normal; font-weight: bold; font-size: 64px; line-height: 135%; /* or 86px */ letter-spacing: -0.02em; text-transform: capitalize; /* Old/Purple */ color: #01204F; } .tc-para{ font-style: normal; font-weight: normal; font-size: 18px; line-height: 200%; /* or 36px */ text-align: center; /* Core / Primary */ color: #0B0033; opacity: 0.7; } .error-bg{ background-color: #faf0f0; } .imgwidth{ width: 500px; } .birthday-heading{ font-size: 79px; color: gold; } .birthday-para{ font-size: 29px; font-weight: 900; } .chiragbg{ background-color: red; }
0.427994
0.101545
html, body { background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 41%, rgba(0,212,255,1) 100%); font-family: Lato; color: white; position: relative; } .container { padding-top: 20px; background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 41%, rgba(0,212,255,1) 100%); } nav { background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 41%, rgba(0,212,255,1) 100%); } form { padding-top: 20px; } table { font-family: arial, sans-serif; border-collapse: collapse; width: 100%; margin-top: 20px; border-spacing: 0; } td, th { border: 1px solid #dddddd; text-align: center; padding: 8px; } tr:nth-child(odd) { background-color: #dddddd; } .select-subnet { width: 25%; padding-bottom: 2%; padding-right: 4%; } .oct { padding-left: 5%; } .value { color:white; } .about { text-decoration: none; color: white; margin-top: 4%; } img { width: 100%; } .modal-content { color: black; background-color: gray; } input[type="text"]{ background-color : rgba(247, 245, 245, 0.733); } select option { margin: 40px; background: rgba(0, 0, 0, 0.3); color: rgb(0, 0, 0); text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); } .modal-content1 { color: white; background-color: green; } .nani::before { content: "Select Subnet Mask"; } /* curve */ .custom-shape-divider-bottom-1641899995 { position: absolute; bottom: 0; left: 0; width: 100%; overflow: hidden; line-height: 0; } .custom-shape-divider-bottom-1641899995 svg { position: relative; display: block; width: calc(100% + 1.3px); height: 150px; } .custom-shape-divider-bottom-1641899995 .shape-fill { fill: #00aeff; } .pad { display: grid; place-content: center; margin-top: 50px; z-index: 1; } @media only screen and (max-width: 990px) { body { text-align: center; vertical-align: middle; } form { display: inline-block; } .form-select { width: 80px; } }
public/css/subnet_css.css
html, body { background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 41%, rgba(0,212,255,1) 100%); font-family: Lato; color: white; position: relative; } .container { padding-top: 20px; background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 41%, rgba(0,212,255,1) 100%); } nav { background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 41%, rgba(0,212,255,1) 100%); } form { padding-top: 20px; } table { font-family: arial, sans-serif; border-collapse: collapse; width: 100%; margin-top: 20px; border-spacing: 0; } td, th { border: 1px solid #dddddd; text-align: center; padding: 8px; } tr:nth-child(odd) { background-color: #dddddd; } .select-subnet { width: 25%; padding-bottom: 2%; padding-right: 4%; } .oct { padding-left: 5%; } .value { color:white; } .about { text-decoration: none; color: white; margin-top: 4%; } img { width: 100%; } .modal-content { color: black; background-color: gray; } input[type="text"]{ background-color : rgba(247, 245, 245, 0.733); } select option { margin: 40px; background: rgba(0, 0, 0, 0.3); color: rgb(0, 0, 0); text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); } .modal-content1 { color: white; background-color: green; } .nani::before { content: "Select Subnet Mask"; } /* curve */ .custom-shape-divider-bottom-1641899995 { position: absolute; bottom: 0; left: 0; width: 100%; overflow: hidden; line-height: 0; } .custom-shape-divider-bottom-1641899995 svg { position: relative; display: block; width: calc(100% + 1.3px); height: 150px; } .custom-shape-divider-bottom-1641899995 .shape-fill { fill: #00aeff; } .pad { display: grid; place-content: center; margin-top: 50px; z-index: 1; } @media only screen and (max-width: 990px) { body { text-align: center; vertical-align: middle; } form { display: inline-block; } .form-select { width: 80px; } }
0.706393
0.103703
* { padding: 0; margin: 0; } html { height: 100%; width: 100%; min-height: 100%; min-width: 100%; } body { height: 100%; width: 100%; min-height: 100%; min-width: 100%; background: url(/img/tree.png) center no-repeat; background-attachment:fixed; } html { /*background: url(../img/bg.jpg);*/ } body { font-family: Verdana, 'Calibri', Tahoma, sans-serif; color: #616161; } .clear { clear: both; } #bg { position:fixed; top:-50%; left:-50%; width:200%; height:200%; z-index: -1; } #bg img { position:absolute; top:0; left:0; right:0; bottom:0; margin:auto; min-width:50%; min-height:50%; z-index: -1; } #header { padding: 100px 0 0 120px; background: url(/img/header.png) center no-repeat; height: 214px; } #container { box-shadow: 0px 0px 16px #666; width: 1060px; padding: 0 25px; min-height: 100%; margin: 0 auto; background: url(/assets/bg.jpg); } .empty { height: 50px; } #menu ul li, .category ul li { display: block; float: left; } .category ul li { text-align:center; } .category { margin-bottom: 50px; } #menu ul { margin: 47px 0 0 60px; } #menu ul li { margin-right: 40px; } #menu ul li a { color: #fff; font-weight: bold; font-size: 14px; text-decoration: none; text-shadow: 1px 1px 1px #000; } #menu ul li a:hover, #menu ul .active a { color: #3a4040; text-shadow: 1px 1px 1px #fff; } .center_li { display: block; width: 178px; height: 160px; margin-top: -70px; } .footer { margin: -50px 0 0 0; padding-top: 25px; text-align: center; height: 50px; } .footer h5 { font-size: 17px; font-weight: bold; } /*index*/ #left { float: left; width: 700px; } .im { z-index: -1; } .cat_img { border-radius: 100px; -moz-border-radius: 100px; /* Firefox */ -webkit-border-radius: 100px; /* Safari, Chrome */ background: #fff; width: 162px; height: 162px; background: url(/img/imgmask.png) center no-repeat; z-index: 9999; behavior: url(/PIE.htc); } .someitem { width: 292px; border-radius: 300px; -moz-border-radius: 300px; /* Firefox */ -webkit-border-radius: 300px; /* Safari, Chrome */ behavior: url(/PIE.htc); } .category ul li { margin: 20px 15px; } .feedback .name, .main_feed .main_name { margin: 8px 3px; color: #371fae; font-size: 12px; } .main_feed .main_name { margin-left: 155px; } .main_feed .main_name { margin-bottom: 10px; } .main_feed .main_name img { margin-bottom: -5px; } .cat_img:hover { background: url(/img/imgmask_hover.png) center no-repeat; } .cat_img img { margin: 0 auto; } .category_name { margin-left:20px; color: #3a4040; font-size: 18px; font-weight: bold; } .title { color: #975c22; font-size: 17px; width: 152px; text-decoration: none; font-weight: bold; } .article_list { float: left; width: 300px; } /*articles*/ .article { margin-bottom: 38px; color: #423d3d; } .article h2 { margin-bottom: 15px; } .art_short { line-height: 18px; } .art_short { font-size: 12px; } .art_title a { color: #542cc5; font-size: 12px; font-weight: bold; text-decoration: none; } .date { background: url(/img/date.png) center no-repeat; width: 50px; height: 50px; float: left; padding: 5px; padding-left: 9px; color: #fff; } .date p { padding: 15px; font-size: 13px; padding-left: 5px; padding-top: 19px; } .date span { font-size: 10px; } /*contacts*/ .contacts { margin: 25px 0; } .call_me { margin: 0 auto; display: block; background: url(/img/callme.png) center no-repeat; width: 191px; height: 40px; padding: 25px 0 0 55px; color: #fff; text-shadow: 1px 1px 1px #975c22; text-decoration: none; font-weight: bold; behavior: url(/PIE.htc); } .call_me:hover { background: url(/img/callme_hover.png) center no-repeat; } .addfeedb { margin: 0 auto; display: block; background: url(/img/addfeed.png) center no-repeat; width: 191px; height: 40px; padding: 25px 0 0 55px; color: #fff; text-shadow: 1px 1px 1px #975c22; text-decoration: none; font-weight: bold; behavior: url(/PIE.htc); } .addfeedb a { text-align: left; } .addfeedb:hover { background: url(/img/addfeedh.png) center no-repeat; } #feedbacks_list { margin: 0 30px; } .feedback { margin: 30px 0; } .feedtext { padding: 15px; background: #fff; border: 1px solid #d7d7d7; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; box-shadow: 0px 0px 5px #ececea; font-size: 12px; behavior: url(/PIE.htc); } .main_text { margin-left: 150px; color: #fff; font-size: 12px; padding: 15px; background: #64a9c5; border: 1px solid #d7d7d7; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; box-shadow: 0px 0px 5px #ececea; behavior: url(/PIE.htc); } .addfeed .aname, .addfeed .email { width: 400px; margin: 10px 0; height: 36px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; box-shadow: 1px 1px 5px #64a9c5; background: #fff; border: 1px solid #4599e4; padding: 5px; behavior: url(/PIE.htc); } .addfeed .text { width: 726px; margin: 10px 0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; box-shadow: 1px 1px 5px #64a9c5; background: #fff; border: 1px solid #4599e4; padding: 5px; behavior: url(/PIE.htc); } :-webkit-input-placeholder { color: #a4a4a4; } :-moz-placeholder { color: #a4a4a4; } :-ms-input-placeholder { color: #a4a4a4; } /*item*/ #item_img { margin-left: 80px; float: left; width: 292px; height: 292px; background: url(/img/big_mask.png) center no-repeat; } #item_desc { float: left; padding: 25px 0 0 100px; width: 470px; } #item_title { color: #3a4040; font-size: 18px; font-weight: bold; } #cat { font-size: 15px; font-weight: bold; } #buy { font-size: 18px; color: #fff; text-shadow: 1px 1px 1px #975c22; display: inline-block; width: 111px; text-align: center; padding-top: 23px; height: 45px; text-decoration: none; background: url(/img/buy.png) center no-repeat; behavior: url(/PIE.htc); } #buy:hover { background: url(/img/buy_hover.png) center no-repeat; } #item_full { margin: 50px 0; font-size: 14px; line-height:19px; } .call { color: #542cc5; font-weight: bold; font-size: 12px; text-decoration: none; margin-left: 5px; } .numfield { width: 260px; height: 35px; margin: 15px 0 15px 50px; border: 3px solid #b5d325; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; behavior: url(/PIE.htc); } #inline1 { height: 100px; } #inline1 p { text-align: center; } .seccat { margin-left:-6px; } #lefts .category_name { text-align:center; margin-left: 0; } #lefts .category ul li { margin: 20px 19px; width:162px; min-height:228px; } .articles ul li { text-align: justify !important; } .arts { text-align: justify !important; }
public/styles/style.css
* { padding: 0; margin: 0; } html { height: 100%; width: 100%; min-height: 100%; min-width: 100%; } body { height: 100%; width: 100%; min-height: 100%; min-width: 100%; background: url(/img/tree.png) center no-repeat; background-attachment:fixed; } html { /*background: url(../img/bg.jpg);*/ } body { font-family: Verdana, 'Calibri', Tahoma, sans-serif; color: #616161; } .clear { clear: both; } #bg { position:fixed; top:-50%; left:-50%; width:200%; height:200%; z-index: -1; } #bg img { position:absolute; top:0; left:0; right:0; bottom:0; margin:auto; min-width:50%; min-height:50%; z-index: -1; } #header { padding: 100px 0 0 120px; background: url(/img/header.png) center no-repeat; height: 214px; } #container { box-shadow: 0px 0px 16px #666; width: 1060px; padding: 0 25px; min-height: 100%; margin: 0 auto; background: url(/assets/bg.jpg); } .empty { height: 50px; } #menu ul li, .category ul li { display: block; float: left; } .category ul li { text-align:center; } .category { margin-bottom: 50px; } #menu ul { margin: 47px 0 0 60px; } #menu ul li { margin-right: 40px; } #menu ul li a { color: #fff; font-weight: bold; font-size: 14px; text-decoration: none; text-shadow: 1px 1px 1px #000; } #menu ul li a:hover, #menu ul .active a { color: #3a4040; text-shadow: 1px 1px 1px #fff; } .center_li { display: block; width: 178px; height: 160px; margin-top: -70px; } .footer { margin: -50px 0 0 0; padding-top: 25px; text-align: center; height: 50px; } .footer h5 { font-size: 17px; font-weight: bold; } /*index*/ #left { float: left; width: 700px; } .im { z-index: -1; } .cat_img { border-radius: 100px; -moz-border-radius: 100px; /* Firefox */ -webkit-border-radius: 100px; /* Safari, Chrome */ background: #fff; width: 162px; height: 162px; background: url(/img/imgmask.png) center no-repeat; z-index: 9999; behavior: url(/PIE.htc); } .someitem { width: 292px; border-radius: 300px; -moz-border-radius: 300px; /* Firefox */ -webkit-border-radius: 300px; /* Safari, Chrome */ behavior: url(/PIE.htc); } .category ul li { margin: 20px 15px; } .feedback .name, .main_feed .main_name { margin: 8px 3px; color: #371fae; font-size: 12px; } .main_feed .main_name { margin-left: 155px; } .main_feed .main_name { margin-bottom: 10px; } .main_feed .main_name img { margin-bottom: -5px; } .cat_img:hover { background: url(/img/imgmask_hover.png) center no-repeat; } .cat_img img { margin: 0 auto; } .category_name { margin-left:20px; color: #3a4040; font-size: 18px; font-weight: bold; } .title { color: #975c22; font-size: 17px; width: 152px; text-decoration: none; font-weight: bold; } .article_list { float: left; width: 300px; } /*articles*/ .article { margin-bottom: 38px; color: #423d3d; } .article h2 { margin-bottom: 15px; } .art_short { line-height: 18px; } .art_short { font-size: 12px; } .art_title a { color: #542cc5; font-size: 12px; font-weight: bold; text-decoration: none; } .date { background: url(/img/date.png) center no-repeat; width: 50px; height: 50px; float: left; padding: 5px; padding-left: 9px; color: #fff; } .date p { padding: 15px; font-size: 13px; padding-left: 5px; padding-top: 19px; } .date span { font-size: 10px; } /*contacts*/ .contacts { margin: 25px 0; } .call_me { margin: 0 auto; display: block; background: url(/img/callme.png) center no-repeat; width: 191px; height: 40px; padding: 25px 0 0 55px; color: #fff; text-shadow: 1px 1px 1px #975c22; text-decoration: none; font-weight: bold; behavior: url(/PIE.htc); } .call_me:hover { background: url(/img/callme_hover.png) center no-repeat; } .addfeedb { margin: 0 auto; display: block; background: url(/img/addfeed.png) center no-repeat; width: 191px; height: 40px; padding: 25px 0 0 55px; color: #fff; text-shadow: 1px 1px 1px #975c22; text-decoration: none; font-weight: bold; behavior: url(/PIE.htc); } .addfeedb a { text-align: left; } .addfeedb:hover { background: url(/img/addfeedh.png) center no-repeat; } #feedbacks_list { margin: 0 30px; } .feedback { margin: 30px 0; } .feedtext { padding: 15px; background: #fff; border: 1px solid #d7d7d7; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; box-shadow: 0px 0px 5px #ececea; font-size: 12px; behavior: url(/PIE.htc); } .main_text { margin-left: 150px; color: #fff; font-size: 12px; padding: 15px; background: #64a9c5; border: 1px solid #d7d7d7; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; box-shadow: 0px 0px 5px #ececea; behavior: url(/PIE.htc); } .addfeed .aname, .addfeed .email { width: 400px; margin: 10px 0; height: 36px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; box-shadow: 1px 1px 5px #64a9c5; background: #fff; border: 1px solid #4599e4; padding: 5px; behavior: url(/PIE.htc); } .addfeed .text { width: 726px; margin: 10px 0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; box-shadow: 1px 1px 5px #64a9c5; background: #fff; border: 1px solid #4599e4; padding: 5px; behavior: url(/PIE.htc); } :-webkit-input-placeholder { color: #a4a4a4; } :-moz-placeholder { color: #a4a4a4; } :-ms-input-placeholder { color: #a4a4a4; } /*item*/ #item_img { margin-left: 80px; float: left; width: 292px; height: 292px; background: url(/img/big_mask.png) center no-repeat; } #item_desc { float: left; padding: 25px 0 0 100px; width: 470px; } #item_title { color: #3a4040; font-size: 18px; font-weight: bold; } #cat { font-size: 15px; font-weight: bold; } #buy { font-size: 18px; color: #fff; text-shadow: 1px 1px 1px #975c22; display: inline-block; width: 111px; text-align: center; padding-top: 23px; height: 45px; text-decoration: none; background: url(/img/buy.png) center no-repeat; behavior: url(/PIE.htc); } #buy:hover { background: url(/img/buy_hover.png) center no-repeat; } #item_full { margin: 50px 0; font-size: 14px; line-height:19px; } .call { color: #542cc5; font-weight: bold; font-size: 12px; text-decoration: none; margin-left: 5px; } .numfield { width: 260px; height: 35px; margin: 15px 0 15px 50px; border: 3px solid #b5d325; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; behavior: url(/PIE.htc); } #inline1 { height: 100px; } #inline1 p { text-align: center; } .seccat { margin-left:-6px; } #lefts .category_name { text-align:center; margin-left: 0; } #lefts .category ul li { margin: 20px 19px; width:162px; min-height:228px; } .articles ul li { text-align: justify !important; } .arts { text-align: justify !important; }
0.318167
0.085939
input#searchbox {font: inherit; border: 1px inset #cccccc; cursor: inline; border-radius: 4px; background-color: #ffffff; color: #333333; padding: 6px 35px 6px 10px; margin: 10px 5px 10px 5px; min-height: 1.3em; display: inline-block; width: 40%; vertical-align: middle;} button#butCritOpen {background-image: url(find.png);} button#butCritOpen.on { background-color: rgb(198, 231, 255); } button#butCritRemove {background-image: url(cross.png);} button#butReload {background-image: url(arrow_refresh.png); padding-top: 5px !important; padding-bottom: 5px !important; position: relative; top: -2px; margin-left: -2px; } button#butCritCancel {background-image: url(arrow_left.png);} button#butCritGo {background-image: url(find.png);} button.iconOnly#butSearch {background-image: url(magnifier.png);} #navbox .line1 { padding-left: 10px; overflow-x: hidden; white-space: nowrap; border-bottom: 1px solid #eeeeee;} #navbox.hasSearchModifiers .line1 {border-bottom: 0px;} #navbox .lineModifiers { display: none; padding-left: 15px; border-bottom: 1px solid #eeeeee; overflow-x: hidden; white-space: nowrap; padding-bottom: 5px; margin-top: -5px; font-size: 0.9em;} #navbox .lineModifiers.hasCrits {padding-left: 62px;} #navbox.hasSearchModifiers .lineModifiers {display: block;} #navbox .line2 { padding-left: 10px; margin: 0px 0px 0px 0px; overflow-x: hidden; white-space: nowrap; } #navbox .line2 button {padding-top: 0px; padding-bottom: 0px;} #navbox #countcaption {color: #666666; padding: 14px 20px 0px 10px; float: right;} #navbox .lineModifiers span.clickable { color: #999999; cursor: pointer;} #navbox .lineModifiers span.clickable:hover {color: #09587e; } #navbox .lineModifiers span.clickable span.arrow {color: #999999; font-size: 85%; position: relative; top: -2px; margin-left: 5px; } #navbox .lineModifiers span.clickable:hover span.arrow {color: #09587e; } #navbox .lineModifiers div.menu {border: 1px solid rgb(38, 122, 181); background-color: #ffffff; border-radius: 4px; box-shadow: 0px 0px 4px #666666; position: absolute; left: 10px; margin-top: 5px; z-index: 1; white-space: nowrap;} #navbox .lineModifiers.hasCrits div.menu {left: 55px;} #navbox .lineModifiers div.menu a {display: block; padding: 10px 20px; text-decoration: none; color: #333333; border-top: 1px solid #dddddd;} #navbox .lineModifiers div.menu a:first-child {border-top-left-radius: 4px; border-top-right-radius: 4px; border-top: 0px;} #navbox .lineModifiers div.menu a:last-child {border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;} #navbox .lineModifiers div.menu a:hover {background-color: #f7f9ea; } #critbox #editor { position: absolute; top: 15px; left: 15px; right: 10px; bottom: 4em; overflow-y: scroll; overflow-x: hidden; padding-right: 20px;} #critbox .buttons { position: absolute; left: 15px; right: 10px; bottom: 0px; text-align: right; } #critbox .buttons *:last-child {margin-right: 0px;} #listbox .entry { padding: 5px 5px; margin: 0px 10px; border-bottom: 1px solid #eeeeee; cursor: pointer; } #listbox .entry:first-child { border-top: 1px solid #eeeeee; } #listbox .entry:last-child {margin-bottom: 10px;} #listbox .entry:hover {background-color: #f7f9ea; text-shadow: 1px 1px 0px #ffffff;} #listbox .entry:focus {background-color: #f7f9ea; text-shadow: 1px 1px 0px #ffffff; outline: 1px dotted #666666;} #listbox .entry.current {background-color: rgb(153, 212, 255); text-shadow: 1px 1px 0px #dddddd;} #listbox .entry span.searchtext { background-color: #ffecb3; text-shadow: 0px 0px 0px transparent; border: 1px solid #ffffff; margin: 0px -1px; } #listbox #divMore { text-align: center; padding: 30px 0px; } #listbox #divMore button#butMore {background-image: url(resultset_down.png);}
website/libs/screenful/screenful-navigator.css
input#searchbox {font: inherit; border: 1px inset #cccccc; cursor: inline; border-radius: 4px; background-color: #ffffff; color: #333333; padding: 6px 35px 6px 10px; margin: 10px 5px 10px 5px; min-height: 1.3em; display: inline-block; width: 40%; vertical-align: middle;} button#butCritOpen {background-image: url(find.png);} button#butCritOpen.on { background-color: rgb(198, 231, 255); } button#butCritRemove {background-image: url(cross.png);} button#butReload {background-image: url(arrow_refresh.png); padding-top: 5px !important; padding-bottom: 5px !important; position: relative; top: -2px; margin-left: -2px; } button#butCritCancel {background-image: url(arrow_left.png);} button#butCritGo {background-image: url(find.png);} button.iconOnly#butSearch {background-image: url(magnifier.png);} #navbox .line1 { padding-left: 10px; overflow-x: hidden; white-space: nowrap; border-bottom: 1px solid #eeeeee;} #navbox.hasSearchModifiers .line1 {border-bottom: 0px;} #navbox .lineModifiers { display: none; padding-left: 15px; border-bottom: 1px solid #eeeeee; overflow-x: hidden; white-space: nowrap; padding-bottom: 5px; margin-top: -5px; font-size: 0.9em;} #navbox .lineModifiers.hasCrits {padding-left: 62px;} #navbox.hasSearchModifiers .lineModifiers {display: block;} #navbox .line2 { padding-left: 10px; margin: 0px 0px 0px 0px; overflow-x: hidden; white-space: nowrap; } #navbox .line2 button {padding-top: 0px; padding-bottom: 0px;} #navbox #countcaption {color: #666666; padding: 14px 20px 0px 10px; float: right;} #navbox .lineModifiers span.clickable { color: #999999; cursor: pointer;} #navbox .lineModifiers span.clickable:hover {color: #09587e; } #navbox .lineModifiers span.clickable span.arrow {color: #999999; font-size: 85%; position: relative; top: -2px; margin-left: 5px; } #navbox .lineModifiers span.clickable:hover span.arrow {color: #09587e; } #navbox .lineModifiers div.menu {border: 1px solid rgb(38, 122, 181); background-color: #ffffff; border-radius: 4px; box-shadow: 0px 0px 4px #666666; position: absolute; left: 10px; margin-top: 5px; z-index: 1; white-space: nowrap;} #navbox .lineModifiers.hasCrits div.menu {left: 55px;} #navbox .lineModifiers div.menu a {display: block; padding: 10px 20px; text-decoration: none; color: #333333; border-top: 1px solid #dddddd;} #navbox .lineModifiers div.menu a:first-child {border-top-left-radius: 4px; border-top-right-radius: 4px; border-top: 0px;} #navbox .lineModifiers div.menu a:last-child {border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;} #navbox .lineModifiers div.menu a:hover {background-color: #f7f9ea; } #critbox #editor { position: absolute; top: 15px; left: 15px; right: 10px; bottom: 4em; overflow-y: scroll; overflow-x: hidden; padding-right: 20px;} #critbox .buttons { position: absolute; left: 15px; right: 10px; bottom: 0px; text-align: right; } #critbox .buttons *:last-child {margin-right: 0px;} #listbox .entry { padding: 5px 5px; margin: 0px 10px; border-bottom: 1px solid #eeeeee; cursor: pointer; } #listbox .entry:first-child { border-top: 1px solid #eeeeee; } #listbox .entry:last-child {margin-bottom: 10px;} #listbox .entry:hover {background-color: #f7f9ea; text-shadow: 1px 1px 0px #ffffff;} #listbox .entry:focus {background-color: #f7f9ea; text-shadow: 1px 1px 0px #ffffff; outline: 1px dotted #666666;} #listbox .entry.current {background-color: rgb(153, 212, 255); text-shadow: 1px 1px 0px #dddddd;} #listbox .entry span.searchtext { background-color: #ffecb3; text-shadow: 0px 0px 0px transparent; border: 1px solid #ffffff; margin: 0px -1px; } #listbox #divMore { text-align: center; padding: 30px 0px; } #listbox #divMore button#butMore {background-image: url(resultset_down.png);}
0.334807
0.190781
.navbar{ background-color: white; } .nav-link{ padding: 5px; font-weight: bold; font-size: 18px; } .container0{ padding: 0px; } .container1{ padding: 2em; margin: 4em; } .container2{ padding:4em; background-color: #f7c5a8; } .container3{ padding: 2em; margin: 4em; } .container4{ padding: 2em; margin: 4em; } .container5{ background-color: #ff9a76; padding: 1.5em; } .heading-text{ font-size:50px; } .card img{ height: 20em; } .bg-image { background-image: url("images/coding.JPG"); height: 100%; padding: 20em; background-position: center; background-repeat: no-repeat; background-size: cover; } .bg-text { background-color: rgb(0,0,0); background-color: rgba(0,0,0, 0.77); color: white; font-weight: bold; border: 3px solid #f1f1f1; position: absolute; top: 25em; left: 50%; transform: translate(-50%, -50%); z-index: 2; width: 80%; padding: 20px; text-align: center; } .text-type{ padding: 20px; text-align: center; color:black; } .content{ padding: 3em; border-radius: 3em; background-color: #ffeadb; box-shadow: 0px 0px 20px #ff9a76; } .text-orange { font-size: 36px; color: #fa7d09; text-align: center; font-weight: 500; margin-bottom: 70px; } .filter-button { font-size: 18px; border: 1px solid #ff9a76; border-radius: 5px; text-align: center; color: #ff9a76; margin-bottom: 30px; } .filter-button:hover { color: white; background-color: #ff9a76; } .port-image { width: 100%; } .gallery_main{ text-align: center; } .gallery_product { margin-bottom: 30px; display: inline; } .img-responsive{ width: 20em; padding: 1em; } .icon{ font-size:4em; margin: 0.7em; } .contact-form{ background: #fff; margin-top: 10%; margin-bottom: 5%; width: 70%; border-radius: 2em; } .contact-form .form-control{ border-radius:1rem; } .contact-image{ text-align: center; } .contact-image img{ border-radius: 6rem; width: 20%; margin-top: -7%; } .contact-form form{ padding: 14%; } .contact-form form .row{ margin-bottom: -7%; } .contact-form h3{ margin-bottom: 8%; margin-top: -10%; text-align: center; color:#fa7d09; } .btnContact { width: 50%; border: none; border-radius: 1rem; padding: 1.5%; background: #fa7d09; font-weight: 600; color: #fff; cursor: pointer; } .contact{ width: auto; border: none; border-radius: 1rem; display:block; color: #fa7c09; font-weight: 600; background: #fff; cursor: pointer; margin: 2em; font-size: 1.5em; transition: transform .4s; } .contact:hover{ color: #ff9a76; box-shadow: 0px 0px 20px #f7c5a8; text-decoration: none; transform: scale(1.05); } .contact-details{ margin-top: 10%; margin-bottom: 5%; width: 70%; border-radius: 2em; } /************************************<<<<< PROJECTS >>>>>*************************************/ .experience{ background-color: #ff9a76; margin: 10%; padding: 2em; } .project{ margin: 2em; padding: 2em; } .card-horizontal { display: flex; flex: 1 1 auto; } .github{ border: none; border-radius: 1rem; color: #fff; font-weight: 600; display: inline-block; background: #fa7c09; float: right; cursor: pointer; padding: .5em; transition: transform .4s; } .github:hover{ background: #ff9a76; color: #fff; text-decoration: none; transform: scale(1.02); } .text-muted{ float: left; } .img-square-wrapper img{ width: 22em; height: 17em; }
portfolio/src/main/webapp/style.css
.navbar{ background-color: white; } .nav-link{ padding: 5px; font-weight: bold; font-size: 18px; } .container0{ padding: 0px; } .container1{ padding: 2em; margin: 4em; } .container2{ padding:4em; background-color: #f7c5a8; } .container3{ padding: 2em; margin: 4em; } .container4{ padding: 2em; margin: 4em; } .container5{ background-color: #ff9a76; padding: 1.5em; } .heading-text{ font-size:50px; } .card img{ height: 20em; } .bg-image { background-image: url("images/coding.JPG"); height: 100%; padding: 20em; background-position: center; background-repeat: no-repeat; background-size: cover; } .bg-text { background-color: rgb(0,0,0); background-color: rgba(0,0,0, 0.77); color: white; font-weight: bold; border: 3px solid #f1f1f1; position: absolute; top: 25em; left: 50%; transform: translate(-50%, -50%); z-index: 2; width: 80%; padding: 20px; text-align: center; } .text-type{ padding: 20px; text-align: center; color:black; } .content{ padding: 3em; border-radius: 3em; background-color: #ffeadb; box-shadow: 0px 0px 20px #ff9a76; } .text-orange { font-size: 36px; color: #fa7d09; text-align: center; font-weight: 500; margin-bottom: 70px; } .filter-button { font-size: 18px; border: 1px solid #ff9a76; border-radius: 5px; text-align: center; color: #ff9a76; margin-bottom: 30px; } .filter-button:hover { color: white; background-color: #ff9a76; } .port-image { width: 100%; } .gallery_main{ text-align: center; } .gallery_product { margin-bottom: 30px; display: inline; } .img-responsive{ width: 20em; padding: 1em; } .icon{ font-size:4em; margin: 0.7em; } .contact-form{ background: #fff; margin-top: 10%; margin-bottom: 5%; width: 70%; border-radius: 2em; } .contact-form .form-control{ border-radius:1rem; } .contact-image{ text-align: center; } .contact-image img{ border-radius: 6rem; width: 20%; margin-top: -7%; } .contact-form form{ padding: 14%; } .contact-form form .row{ margin-bottom: -7%; } .contact-form h3{ margin-bottom: 8%; margin-top: -10%; text-align: center; color:#fa7d09; } .btnContact { width: 50%; border: none; border-radius: 1rem; padding: 1.5%; background: #fa7d09; font-weight: 600; color: #fff; cursor: pointer; } .contact{ width: auto; border: none; border-radius: 1rem; display:block; color: #fa7c09; font-weight: 600; background: #fff; cursor: pointer; margin: 2em; font-size: 1.5em; transition: transform .4s; } .contact:hover{ color: #ff9a76; box-shadow: 0px 0px 20px #f7c5a8; text-decoration: none; transform: scale(1.05); } .contact-details{ margin-top: 10%; margin-bottom: 5%; width: 70%; border-radius: 2em; } /************************************<<<<< PROJECTS >>>>>*************************************/ .experience{ background-color: #ff9a76; margin: 10%; padding: 2em; } .project{ margin: 2em; padding: 2em; } .card-horizontal { display: flex; flex: 1 1 auto; } .github{ border: none; border-radius: 1rem; color: #fff; font-weight: 600; display: inline-block; background: #fa7c09; float: right; cursor: pointer; padding: .5em; transition: transform .4s; } .github:hover{ background: #ff9a76; color: #fff; text-decoration: none; transform: scale(1.02); } .text-muted{ float: left; } .img-square-wrapper img{ width: 22em; height: 17em; }
0.49292
0.099426
body {font-family: Arial, Helvetica, sans-serif;} * {box-sizing: border-box;} /* Button used to open the chat form - fixed at the bottom of the page */ .open-button { background-color: rgba(255, 0, 0, 0.767); color: rgb(253, 253, 253); padding: 1px 20px; border: none; cursor: pointer; opacity: 0.8; position: fixed; bottom: 23px; right: 28px; width: 280px; } /* The popup chat - hidden by default */ .chat-popup { display: none; position: fixed; bottom: 0; right: 15px; border: 3px solid #f1f1f1; z-index: 9; } /* Add styles to the form container */ .form-container { max-width: 300px; padding: 10px; background-color: white; } /* Full-width textarea */ .form-container textarea { width: 100%; padding: 15px; margin: 5px 0 22px 0; border: none; background: #f1f1f1; resize: none; min-height: 200px; } /* When the textarea gets focus, do something */ .form-container textarea:focus { background-color: #ddd; outline: none; } /* Set a style for the submit/send button */ .form-container .btn { background-color: #04AA6D; color: white; padding: 16px 20px; border: none; cursor: pointer; width: 100%; margin-bottom:10px; opacity: 0.8; } /* Add a red background color to the cancel button */ .form-container .cancel { background-color: red; } /* Add some hover effects to buttons */ .form-container .btn:hover, .open-button:hover { opacity: 1; } @import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Allan&family=Rammetto+One&display=swap"); body { font-family: "Rammetto One", cursive; text-transform: uppercase; overflow-x: hidden; } h1 { color: #ffffff; } button { border: none; background-color: #d623239a; border-radius: 4px; height: 3em; color: #ffffff; text-transform: uppercase; } /* video styles */ video { width: 100vw; height: 100vh; object-fit: cover; position: absolute; top: 0; left: 0; } .header { position: relative; height: 100vh; text-align: center; justify-content: center; } /* In case you want to disable the video @media screen and (max-width: 400px) { html { background: url("https://images.unsplash.com/photo-1620222071550-a5c7f8b600ed?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxNDU4OXwwfDF8cmFuZG9tfHx8fHx8fHx8MTYyMDY4NDIyNA&ixlib=rb-1.2.1&q=80&w=400"); background-size: cover; } .video-container { display: none; } }
codes/live chat/chat.css
body {font-family: Arial, Helvetica, sans-serif;} * {box-sizing: border-box;} /* Button used to open the chat form - fixed at the bottom of the page */ .open-button { background-color: rgba(255, 0, 0, 0.767); color: rgb(253, 253, 253); padding: 1px 20px; border: none; cursor: pointer; opacity: 0.8; position: fixed; bottom: 23px; right: 28px; width: 280px; } /* The popup chat - hidden by default */ .chat-popup { display: none; position: fixed; bottom: 0; right: 15px; border: 3px solid #f1f1f1; z-index: 9; } /* Add styles to the form container */ .form-container { max-width: 300px; padding: 10px; background-color: white; } /* Full-width textarea */ .form-container textarea { width: 100%; padding: 15px; margin: 5px 0 22px 0; border: none; background: #f1f1f1; resize: none; min-height: 200px; } /* When the textarea gets focus, do something */ .form-container textarea:focus { background-color: #ddd; outline: none; } /* Set a style for the submit/send button */ .form-container .btn { background-color: #04AA6D; color: white; padding: 16px 20px; border: none; cursor: pointer; width: 100%; margin-bottom:10px; opacity: 0.8; } /* Add a red background color to the cancel button */ .form-container .cancel { background-color: red; } /* Add some hover effects to buttons */ .form-container .btn:hover, .open-button:hover { opacity: 1; } @import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Allan&family=Rammetto+One&display=swap"); body { font-family: "Rammetto One", cursive; text-transform: uppercase; overflow-x: hidden; } h1 { color: #ffffff; } button { border: none; background-color: #d623239a; border-radius: 4px; height: 3em; color: #ffffff; text-transform: uppercase; } /* video styles */ video { width: 100vw; height: 100vh; object-fit: cover; position: absolute; top: 0; left: 0; } .header { position: relative; height: 100vh; text-align: center; justify-content: center; } /* In case you want to disable the video @media screen and (max-width: 400px) { html { background: url("https://images.unsplash.com/photo-1620222071550-a5c7f8b600ed?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxNDU4OXwwfDF8cmFuZG9tfHx8fHx8fHx8MTYyMDY4NDIyNA&ixlib=rb-1.2.1&q=80&w=400"); background-size: cover; } .video-container { display: none; } }
0.436142
0.0745
.text-themecolor{color: #0c3c63!important;} .text-deff {color: #0c3c63 !important;} .bg-def{background: #0c3c63 !important;} .bg-blue{background : #101c72!important;} .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover { color: #fff; } .sidebar-nav > ul > li.active > a{ color: #fff ; border-color: #fff ; } .sidebar-nav > ul > li.active > a i { color: #fff; } .sidebar-nav ul li a.active i, .sidebar-nav ul li a:hover i { color: #fff; } .modal-dialog{max-width: 700px;} .btn-def {background: #fff !important; color: #fff;} .align-slef-center{text-align: center!important;} #adduserform label.error{color: #d55b5b !important; font-size: 11px;} #edituserform label.error{color: #d55b5b !important; font-size: 11px;} #profileform label.error { color: #d55b5b !important; font-size: 11px; } #adduserform input.error, #adduserform textarea.error, #adduserform select.error { box-shadow: 0 0 3px #d92800 !important; border: 1px solid #d92800 !important; } #edituserform input.error, #edituserform textarea.error, #edituserform select.error { box-shadow: 0 0 3px #d92800 !important; border: 1px solid #d92800 !important; } .not_logged_in{display:block; width: 15px; height: 15px; border-radius: 50%; background: red; margin: 0 auto;} .logged_in{display:block; width: 15px; height: 15px; border-radius: 50%; background: #61b35b; margin: 0 auto;} .table{font-size: 12px;} .swal2-popup{background-color: #e3e3e3!important;} .actionsbtn a{display: inline-block;vertical-align: middle;margin: 0 4px;} .modal-file{max-width: 500px!important;} .paging_simple_numbers .pagination .paginate_button.active a, .paging_simple_numbers .pagination .paginate_button:hover a{background: #0c3c63; color: #ffffff;} #profileform label{margin-bottom: 0!important;} #profileform .form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus { background-image: linear-gradient( #0c3c63, #0c3c63), linear-gradient(#e9edf2, #e9edf2); border: 0 none; border-radius: 0; box-shadow: none; float: none; } #profileform .form-material .form-control{color: #222!important ;} .dashh6{min-height: 32px;} .bg-succ { background: #a0b556 !important; } .rowlegend{text-align: center;} .rowlegend span{display: inline-block;vertical-align: top;margin: 0 25px;position: relative;} .rowlegend span:first-child::before{background: #61b35b!important;} .rowlegend span::before { content: ""; width: 15px; height: 15px; position: absolute; left: -24px; top: 3px; background: red; border-radius: 50%; } .left-sidebar, .sidebar-nav { background: #0c3c63; } .comp{font-weight: bold;} .onlineFrm h5{font-size: 14px; font-weight: bold;} ul li{margin-bottom: 6px;} .onlineFrm ul{padding-left: 5px;margin-top:15px;} .onlineFrm ul li:marker{display: inline-block;} .template_form{border: 1px solid #dbdbdb; padding: 30px 15px;} .template_form .fbold{font-weight: bold;} .template_form .p_val{color:#222;} #myTable .fbold{font-weight: bold;} .text-muted{color: #66666a !important;} .form-table tr td input[type="radio"]{} .form-table tr td label {display: inline-block; vertical-align: top; position: relative; top: -4px; right: -6px; font-size: 16px; font-weight: bold;margin-bottom: 0;} .form-table{font-size: 15px;} .req{color: red;} .dsp-name{font-weight: bold;border-bottom: 1px solid gray;} .f-name{border: none; border-bottom: 1px gray solid;} .btn-def{background-color: #0c3c63!important;}
assets/css/adminstyle.css
.text-themecolor{color: #0c3c63!important;} .text-deff {color: #0c3c63 !important;} .bg-def{background: #0c3c63 !important;} .bg-blue{background : #101c72!important;} .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover { color: #fff; } .sidebar-nav > ul > li.active > a{ color: #fff ; border-color: #fff ; } .sidebar-nav > ul > li.active > a i { color: #fff; } .sidebar-nav ul li a.active i, .sidebar-nav ul li a:hover i { color: #fff; } .modal-dialog{max-width: 700px;} .btn-def {background: #fff !important; color: #fff;} .align-slef-center{text-align: center!important;} #adduserform label.error{color: #d55b5b !important; font-size: 11px;} #edituserform label.error{color: #d55b5b !important; font-size: 11px;} #profileform label.error { color: #d55b5b !important; font-size: 11px; } #adduserform input.error, #adduserform textarea.error, #adduserform select.error { box-shadow: 0 0 3px #d92800 !important; border: 1px solid #d92800 !important; } #edituserform input.error, #edituserform textarea.error, #edituserform select.error { box-shadow: 0 0 3px #d92800 !important; border: 1px solid #d92800 !important; } .not_logged_in{display:block; width: 15px; height: 15px; border-radius: 50%; background: red; margin: 0 auto;} .logged_in{display:block; width: 15px; height: 15px; border-radius: 50%; background: #61b35b; margin: 0 auto;} .table{font-size: 12px;} .swal2-popup{background-color: #e3e3e3!important;} .actionsbtn a{display: inline-block;vertical-align: middle;margin: 0 4px;} .modal-file{max-width: 500px!important;} .paging_simple_numbers .pagination .paginate_button.active a, .paging_simple_numbers .pagination .paginate_button:hover a{background: #0c3c63; color: #ffffff;} #profileform label{margin-bottom: 0!important;} #profileform .form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus { background-image: linear-gradient( #0c3c63, #0c3c63), linear-gradient(#e9edf2, #e9edf2); border: 0 none; border-radius: 0; box-shadow: none; float: none; } #profileform .form-material .form-control{color: #222!important ;} .dashh6{min-height: 32px;} .bg-succ { background: #a0b556 !important; } .rowlegend{text-align: center;} .rowlegend span{display: inline-block;vertical-align: top;margin: 0 25px;position: relative;} .rowlegend span:first-child::before{background: #61b35b!important;} .rowlegend span::before { content: ""; width: 15px; height: 15px; position: absolute; left: -24px; top: 3px; background: red; border-radius: 50%; } .left-sidebar, .sidebar-nav { background: #0c3c63; } .comp{font-weight: bold;} .onlineFrm h5{font-size: 14px; font-weight: bold;} ul li{margin-bottom: 6px;} .onlineFrm ul{padding-left: 5px;margin-top:15px;} .onlineFrm ul li:marker{display: inline-block;} .template_form{border: 1px solid #dbdbdb; padding: 30px 15px;} .template_form .fbold{font-weight: bold;} .template_form .p_val{color:#222;} #myTable .fbold{font-weight: bold;} .text-muted{color: #66666a !important;} .form-table tr td input[type="radio"]{} .form-table tr td label {display: inline-block; vertical-align: top; position: relative; top: -4px; right: -6px; font-size: 16px; font-weight: bold;margin-bottom: 0;} .form-table{font-size: 15px;} .req{color: red;} .dsp-name{font-weight: bold;border-bottom: 1px solid gray;} .f-name{border: none; border-bottom: 1px gray solid;} .btn-def{background-color: #0c3c63!important;}
0.232049
0.071138
.box { position: relative; width: 300px; height: 300px; } /* line 6, ../sass/style.scss */ .box-contents { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url(https://source.unsplash.com/300x300/?cat) 50% 50%/cover no-repeat; box-shadow: 0 0 50px rgba(0, 0, 0, 0.3); transition: .5s ease; } /* line 16, ../sass/style.scss */ .hover-point { position: absolute; z-index: 2; width: calc(100% / 3); height: calc(100% / 3); } /* line 22, ../sass/style.scss */ .hover-point:nth-child(1) { top: 0; left: 0; } /* line 26, ../sass/style.scss */ .hover-point:nth-child(2) { top: 0; left: calc(100% / 3); } /* line 30, ../sass/style.scss */ .hover-point:nth-child(3) { top: 0; right: 0; } /* line 34, ../sass/style.scss */ .hover-point:nth-child(4) { top: calc(100% / 3); left: 0; } /* line 38, ../sass/style.scss */ .hover-point:nth-child(5) { top: calc(100% / 3); right: 0; } /* line 42, ../sass/style.scss */ .hover-point:nth-child(6) { bottom: 0; left: 0; } /* line 46, ../sass/style.scss */ .hover-point:nth-child(7) { bottom: 0; left: calc(100% / 3); } /* line 50, ../sass/style.scss */ .hover-point:nth-child(8) { bottom: 0; right: 0; } /* line 54, ../sass/style.scss */ .hover-point:nth-child(1):hover ~ .box-contents { box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.3); transform-origin: right top; transform: perspective(1000px) rotateX(10deg) rotateY(-10deg) rotateZ(2deg); } /* line 59, ../sass/style.scss */ .hover-point:nth-child(2):hover ~ .box-contents { box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3); transform-origin: center top; transform: perspective(1000px) rotateX(10deg); } /* line 64, ../sass/style.scss */ .hover-point:nth-child(3):hover ~ .box-contents { box-shadow: -15px 15px 50px rgba(0, 0, 0, 0.3); transform-origin: left top; transform: perspective(1000px) rotateX(10deg) rotateY(10deg) rotateZ(-2deg); } /* line 69, ../sass/style.scss */ .hover-point:nth-child(4):hover ~ .box-contents { box-shadow: 15px 5px 50px rgba(0, 0, 0, 0.3); transform-origin: left center; transform: perspective(1000px) rotateY(-10deg); } /* line 74, ../sass/style.scss */ .hover-point:nth-child(5):hover ~ .box-contents { box-shadow: -15px 5px 50px rgba(0, 0, 0, 0.3); transform-origin: right center; transform: perspective(1000px) rotateY(10deg); } /* line 79, ../sass/style.scss */ .hover-point:nth-child(6):hover ~ .box-contents { box-shadow: 15px -15px 50px rgba(0, 0, 0, 0.3); transform-origin: right bottom; transform: perspective(1000px) rotateX(-10deg) rotateY(-10deg) rotateZ(-2deg); } /* line 84, ../sass/style.scss */ .hover-point:nth-child(7):hover ~ .box-contents { box-shadow: 0 -15px 50px rgba(0, 0, 0, 0.3); transform-origin: center bottom; transform: perspective(1000px) rotateX(-10deg); } /* line 89, ../sass/style.scss */ .hover-point:nth-child(8):hover ~ .box-contents { box-shadow: -15px -15px 50px rgba(0, 0, 0, 0.3); transform-origin: left bottom; transform: perspective(1000px) rotateX(-10deg) rotateY(10deg) rotateZ(2deg); } /* demo style */ /* line 97, ../sass/style.scss */ body { display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; text-align: center; } /* line 105, ../sass/style.scss */ .demo { padding: 2em; } /* line 108, ../sass/style.scss */ input[type="checkbox"]:checked ~ .box .hover-point { counter-increment: point; } /* line 111, ../sass/style.scss */ input[type="checkbox"]:checked ~ .box .hover-point::before { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); content: counter(point); color: #fff; font-size: 1.5rem; } /* line 120, ../sass/style.scss */ input[type="checkbox"]:checked ~ .box .hover-point:nth-child(1) { background: rgba(46, 204, 113, 0.5); } /* line 123, ../sass/style.scss */ input[type="checkbox"]:checked ~ .box .hover-point:nth-child(2) { background: rgba(52, 152, 219, 0.5); } /* line 126, ../sass/style.scss */ input[type="checkbox"]:checked ~ .box .hover-point:nth-child(3) { background: rgba(155, 89, 182, 0.5); } /* line 129, ../sass/style.scss */ input[type="checkbox"]:checked ~ .box .hover-point:nth-child(4) { background: rgba(241, 196, 15, 0.5); } /* line 132, ../sass/style.scss */ input[type="checkbox"]:checked ~ .box .hover-point:nth-child(5) { background: rgba(230, 126, 34, 0.5); } /* line 135, ../sass/style.scss */ input[type="checkbox"]:checked ~ .box .hover-point:nth-child(6) { background: rgba(231, 76, 60, 0.5); } /* line 138, ../sass/style.scss */ input[type="checkbox"]:checked ~ .box .hover-point:nth-child(7) { background: rgba(26, 188, 156, 0.5); } /* line 141, ../sass/style.scss */ input[type="checkbox"]:checked ~ .box .hover-point:nth-child(8) { background: rgba(149, 165, 166, 0.5); } /* line 144, ../sass/style.scss */ .box { margin-top: 2em; }
image-master/image46/stylesheets/style.css
.box { position: relative; width: 300px; height: 300px; } /* line 6, ../sass/style.scss */ .box-contents { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url(https://source.unsplash.com/300x300/?cat) 50% 50%/cover no-repeat; box-shadow: 0 0 50px rgba(0, 0, 0, 0.3); transition: .5s ease; } /* line 16, ../sass/style.scss */ .hover-point { position: absolute; z-index: 2; width: calc(100% / 3); height: calc(100% / 3); } /* line 22, ../sass/style.scss */ .hover-point:nth-child(1) { top: 0; left: 0; } /* line 26, ../sass/style.scss */ .hover-point:nth-child(2) { top: 0; left: calc(100% / 3); } /* line 30, ../sass/style.scss */ .hover-point:nth-child(3) { top: 0; right: 0; } /* line 34, ../sass/style.scss */ .hover-point:nth-child(4) { top: calc(100% / 3); left: 0; } /* line 38, ../sass/style.scss */ .hover-point:nth-child(5) { top: calc(100% / 3); right: 0; } /* line 42, ../sass/style.scss */ .hover-point:nth-child(6) { bottom: 0; left: 0; } /* line 46, ../sass/style.scss */ .hover-point:nth-child(7) { bottom: 0; left: calc(100% / 3); } /* line 50, ../sass/style.scss */ .hover-point:nth-child(8) { bottom: 0; right: 0; } /* line 54, ../sass/style.scss */ .hover-point:nth-child(1):hover ~ .box-contents { box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.3); transform-origin: right top; transform: perspective(1000px) rotateX(10deg) rotateY(-10deg) rotateZ(2deg); } /* line 59, ../sass/style.scss */ .hover-point:nth-child(2):hover ~ .box-contents { box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3); transform-origin: center top; transform: perspective(1000px) rotateX(10deg); } /* line 64, ../sass/style.scss */ .hover-point:nth-child(3):hover ~ .box-contents { box-shadow: -15px 15px 50px rgba(0, 0, 0, 0.3); transform-origin: left top; transform: perspective(1000px) rotateX(10deg) rotateY(10deg) rotateZ(-2deg); } /* line 69, ../sass/style.scss */ .hover-point:nth-child(4):hover ~ .box-contents { box-shadow: 15px 5px 50px rgba(0, 0, 0, 0.3); transform-origin: left center; transform: perspective(1000px) rotateY(-10deg); } /* line 74, ../sass/style.scss */ .hover-point:nth-child(5):hover ~ .box-contents { box-shadow: -15px 5px 50px rgba(0, 0, 0, 0.3); transform-origin: right center; transform: perspective(1000px) rotateY(10deg); } /* line 79, ../sass/style.scss */ .hover-point:nth-child(6):hover ~ .box-contents { box-shadow: 15px -15px 50px rgba(0, 0, 0, 0.3); transform-origin: right bottom; transform: perspective(1000px) rotateX(-10deg) rotateY(-10deg) rotateZ(-2deg); } /* line 84, ../sass/style.scss */ .hover-point:nth-child(7):hover ~ .box-contents { box-shadow: 0 -15px 50px rgba(0, 0, 0, 0.3); transform-origin: center bottom; transform: perspective(1000px) rotateX(-10deg); } /* line 89, ../sass/style.scss */ .hover-point:nth-child(8):hover ~ .box-contents { box-shadow: -15px -15px 50px rgba(0, 0, 0, 0.3); transform-origin: left bottom; transform: perspective(1000px) rotateX(-10deg) rotateY(10deg) rotateZ(2deg); } /* demo style */ /* line 97, ../sass/style.scss */ body { display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; text-align: center; } /* line 105, ../sass/style.scss */ .demo { padding: 2em; } /* line 108, ../sass/style.scss */ input[type="checkbox"]:checked ~ .box .hover-point { counter-increment: point; } /* line 111, ../sass/style.scss */ input[type="checkbox"]:checked ~ .box .hover-point::before { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); content: counter(point); color: #fff; font-size: 1.5rem; } /* line 120, ../sass/style.scss */ input[type="checkbox"]:checked ~ .box .hover-point:nth-child(1) { background: rgba(46, 204, 113, 0.5); } /* line 123, ../sass/style.scss */ input[type="checkbox"]:checked ~ .box .hover-point:nth-child(2) { background: rgba(52, 152, 219, 0.5); } /* line 126, ../sass/style.scss */ input[type="checkbox"]:checked ~ .box .hover-point:nth-child(3) { background: rgba(155, 89, 182, 0.5); } /* line 129, ../sass/style.scss */ input[type="checkbox"]:checked ~ .box .hover-point:nth-child(4) { background: rgba(241, 196, 15, 0.5); } /* line 132, ../sass/style.scss */ input[type="checkbox"]:checked ~ .box .hover-point:nth-child(5) { background: rgba(230, 126, 34, 0.5); } /* line 135, ../sass/style.scss */ input[type="checkbox"]:checked ~ .box .hover-point:nth-child(6) { background: rgba(231, 76, 60, 0.5); } /* line 138, ../sass/style.scss */ input[type="checkbox"]:checked ~ .box .hover-point:nth-child(7) { background: rgba(26, 188, 156, 0.5); } /* line 141, ../sass/style.scss */ input[type="checkbox"]:checked ~ .box .hover-point:nth-child(8) { background: rgba(149, 165, 166, 0.5); } /* line 144, ../sass/style.scss */ .box { margin-top: 2em; }
0.390708
0.095941
html { text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; } html * { -webkit-font-smoothing: antialiased; } * { box-sizing: border-box; } @keyframes fade { from { opacity: 1.0; } 50% { opacity: 0.4; } to { opacity: 1.0; } } @-webkit-keyframes fade { from { opacity: 1.0; } 50% { opacity: 0.4; } to { opacity: 1.0; } } body { display: block; margin: 0; padding: 0; } div { display: block; } .layout-wrap { display: block; margin: 0 auto; overflow: hidden; } #header { padding: 10px 30px; } #header a { overflow: hidden; display: block; font-size: 1em; color: #1AAD19; text-decoration: none; } #header a img { width:48px; height:48px; float: left; } #header a h1 { margin: 0 1em; font-size: 1.25em; line-height: 48px; float: left; font-weight: normal; } #footer { font-size: 0.85em; text-align: center; } .content { padding: 10px 30px; } .page_ev { margin-bottom: 35px; } .page_ev_link { overflow: hidden; display: block; font-size: 1em; color: #444; text-decoration: none; } .page_ev_hd { overflow: hidden; display: block; margin: 0; padding: 0; } .page_ev_category { float: left; } .page_ev_category h3 { font-size: 1.25em; line-height: 1.25em; margin: 15px 0 0 0; color: #1AAD19; border: 1px solid #1AAD19; padding: 3px; border-radius: 5px; } .page_ev_info { float: right; } .page_ev_time { float: left; display: block; float: left; margin-top: 5px; } .page_ev_time p { text-align: right; } .page_ev_date { font-size: 0.85em; line-height: 0.85em; margin: 0; padding: 0; color: #ccc; } .page_ev_hm { font-size: 1.25em; line-height: 1.25em; margin: 5px 0; color: #1AAD19; padding: 0; } .page_ev_avatar { display: block; width: 48px; height: 48px; border-radius: 50%; float: left; margin-left: 20px; } .page_ev_bd { margin: 5px 0; padding: 7px; border: 1px solid #1AAD19; border-radius: 5px; } .page_ev_title { } .page_ev_title h3 { font-size: 1.0em; line-height: 1.0em; margin: 0; padding: 10px; background-color: #cec; border-radius: 5px; } .page_ev_desc p { font-size: 0.85em; } .page_ev_cts { } .page_ev_cts ul { list-style: none; display: inline-block; padding: 0; margin: 0; } .page_ev_cts ul li { margin-right: 10px; margin-bottom: 10px; float: left; padding: 0; cursor: pointer; } .page_thumb_cts ul li { width: 135px; height: 81px; } .page_qr_cts ul li { width: 215px; height: 320px; } .page_qr_cts ul li p { padding: 0 1em; display: block; } .page_ev_cts ul li.action_image { border: 3px solid #1AAD19; } .page_ev_cts ul li.qr_image { border: 7px solid #1AAD19; } .page_ev_cts ul li h3 { color: #fff; text-align: center; } .page_ev_cts ul li.action_music { border: 3px solid #dd0; background-color: #440; } .page_ev_cts ul li.action_music_repeat { border: 1px solid #666; background-image: url('/images/repeat.png'); background-repeat: no-repeat; background-size: cover; border-radius: 5px; } .page_ev_cts ul li.action_movie_repeat { border: 1px solid #666; background-image: url('/images/repeat.png'); background-repeat: no-repeat; background-size: cover; border-radius: 5px; } .page_ev_cts ul li.action_movie { border: 3px solid #0dd; background-image: url('/images/movie.png'); background-repeat: no-repeat; background-size: cover; } .page_ev_cts ul li img { width: 100%; height: 100%; border: none; } .page_ev_cts ul li img.qr_used { opacity:0.2; } .page_ev_cts button.action_button { color: #fff; background-color: #1AAD19; border: 1px solid #ddd; border-radius: 5px; margin-right: 0.5em; cursor: pointer; margin-bottom: 15px; width: 135px; height: 50px; } .control_bar { position: fixed; top: 100px; right: 0; background-color: #ddd; border-radius: 5px; padding: 7px; opacity:0.85; } .control_bar ul { list-style: none; display: inline-block; padding: 0; margin: 0 auto; } .control_bar ul li { padding: 10px 20px; cursor: pointer; margin-bottom: 15px; background-color: #1AAD19; border: 2px solid #1A8D19; border-radius: 5px; color: #fff; } .control_bar ul li:last-child { margin-bottom: 0; } .control_bar div { margin: 10px auto; overflow: hidden; opacity:0.85; background-color: #ccc; } .control_bar div a { display: inline-block; cursor: pointer; background-color: #1AAD19; margin-right: 7px; color: #fff; }
public/stylesheets/admin.style.css
html { text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; } html * { -webkit-font-smoothing: antialiased; } * { box-sizing: border-box; } @keyframes fade { from { opacity: 1.0; } 50% { opacity: 0.4; } to { opacity: 1.0; } } @-webkit-keyframes fade { from { opacity: 1.0; } 50% { opacity: 0.4; } to { opacity: 1.0; } } body { display: block; margin: 0; padding: 0; } div { display: block; } .layout-wrap { display: block; margin: 0 auto; overflow: hidden; } #header { padding: 10px 30px; } #header a { overflow: hidden; display: block; font-size: 1em; color: #1AAD19; text-decoration: none; } #header a img { width:48px; height:48px; float: left; } #header a h1 { margin: 0 1em; font-size: 1.25em; line-height: 48px; float: left; font-weight: normal; } #footer { font-size: 0.85em; text-align: center; } .content { padding: 10px 30px; } .page_ev { margin-bottom: 35px; } .page_ev_link { overflow: hidden; display: block; font-size: 1em; color: #444; text-decoration: none; } .page_ev_hd { overflow: hidden; display: block; margin: 0; padding: 0; } .page_ev_category { float: left; } .page_ev_category h3 { font-size: 1.25em; line-height: 1.25em; margin: 15px 0 0 0; color: #1AAD19; border: 1px solid #1AAD19; padding: 3px; border-radius: 5px; } .page_ev_info { float: right; } .page_ev_time { float: left; display: block; float: left; margin-top: 5px; } .page_ev_time p { text-align: right; } .page_ev_date { font-size: 0.85em; line-height: 0.85em; margin: 0; padding: 0; color: #ccc; } .page_ev_hm { font-size: 1.25em; line-height: 1.25em; margin: 5px 0; color: #1AAD19; padding: 0; } .page_ev_avatar { display: block; width: 48px; height: 48px; border-radius: 50%; float: left; margin-left: 20px; } .page_ev_bd { margin: 5px 0; padding: 7px; border: 1px solid #1AAD19; border-radius: 5px; } .page_ev_title { } .page_ev_title h3 { font-size: 1.0em; line-height: 1.0em; margin: 0; padding: 10px; background-color: #cec; border-radius: 5px; } .page_ev_desc p { font-size: 0.85em; } .page_ev_cts { } .page_ev_cts ul { list-style: none; display: inline-block; padding: 0; margin: 0; } .page_ev_cts ul li { margin-right: 10px; margin-bottom: 10px; float: left; padding: 0; cursor: pointer; } .page_thumb_cts ul li { width: 135px; height: 81px; } .page_qr_cts ul li { width: 215px; height: 320px; } .page_qr_cts ul li p { padding: 0 1em; display: block; } .page_ev_cts ul li.action_image { border: 3px solid #1AAD19; } .page_ev_cts ul li.qr_image { border: 7px solid #1AAD19; } .page_ev_cts ul li h3 { color: #fff; text-align: center; } .page_ev_cts ul li.action_music { border: 3px solid #dd0; background-color: #440; } .page_ev_cts ul li.action_music_repeat { border: 1px solid #666; background-image: url('/images/repeat.png'); background-repeat: no-repeat; background-size: cover; border-radius: 5px; } .page_ev_cts ul li.action_movie_repeat { border: 1px solid #666; background-image: url('/images/repeat.png'); background-repeat: no-repeat; background-size: cover; border-radius: 5px; } .page_ev_cts ul li.action_movie { border: 3px solid #0dd; background-image: url('/images/movie.png'); background-repeat: no-repeat; background-size: cover; } .page_ev_cts ul li img { width: 100%; height: 100%; border: none; } .page_ev_cts ul li img.qr_used { opacity:0.2; } .page_ev_cts button.action_button { color: #fff; background-color: #1AAD19; border: 1px solid #ddd; border-radius: 5px; margin-right: 0.5em; cursor: pointer; margin-bottom: 15px; width: 135px; height: 50px; } .control_bar { position: fixed; top: 100px; right: 0; background-color: #ddd; border-radius: 5px; padding: 7px; opacity:0.85; } .control_bar ul { list-style: none; display: inline-block; padding: 0; margin: 0 auto; } .control_bar ul li { padding: 10px 20px; cursor: pointer; margin-bottom: 15px; background-color: #1AAD19; border: 2px solid #1A8D19; border-radius: 5px; color: #fff; } .control_bar ul li:last-child { margin-bottom: 0; } .control_bar div { margin: 10px auto; overflow: hidden; opacity:0.85; background-color: #ccc; } .control_bar div a { display: inline-block; cursor: pointer; background-color: #1AAD19; margin-right: 7px; color: #fff; }
0.512205
0.126461
.material-half-bg { height: 100vh; background-color: #e7e7e7; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; } .material-half-bg .cover { background-color: #009688; height: 50vh; } .login-content { 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-box-pack: center; -ms-flex-pack: center; justify-content: center; min-height: 100vh; } .login-content .logo { margin-bottom: 40px; font-family: "Niconne"; color: #fff; } .login-content .logo h1 { font-size: 52px; font-weight: 400; } .login-content .login-box { position: relative; min-width: 350px; min-height: 390px; background-color: #fff; -webkit-box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16); box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16); -webkit-perspective: 800px; perspective: 800px; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .login-content .login-box .login-head { margin-top: 0; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #ddd; text-align: center; } .login-content .login-box label { color: #666; font-weight: 700; } .login-content .login-box .utility { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 1px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .login-content .login-box .btn-container { margin-bottom: 0; } .login-content .login-box .login-form, .login-content .login-box .forget-form { position: absolute; top: 0; bottom: 0; left: 0; right: 0; padding: 40px; backface-visibility: hidden; -webkit-backface-visibility: hidden; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .login-content .login-box .forget-form { opacity: 0; -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } .login-content .login-box.flipped { min-height: 300px; } .login-content .login-box.flipped .login-form { opacity: 0; -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); } .login-content .login-box.flipped .forget-form { opacity: 1; -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } .form-group { margin-bottom: 1rem; } .form-control { display: block; width: 100%; height: calc(1.5em + 0.75rem + 4px); padding: 0.375rem 0.75rem; font-size: 0.875rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #FFF; background-clip: padding-box; border: 2px solid #ced4da; border-radius: 4px; -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } .form-control::-ms-expand { background-color: transparent; border: 0; } .form-control:focus { color: #495057; background-color: #FFF; border-color: #009688; outline: 0; -webkit-box-shadow: none; box-shadow: none; } .form-control::-webkit-input-placeholder { color: #6c757d; opacity: 1; } .form-control::-moz-placeholder { color: #6c757d; opacity: 1; } .form-control:-ms-input-placeholder { color: #6c757d; opacity: 1; } .form-control::-ms-input-placeholder { color: #6c757d; opacity: 1; } .form-control::placeholder { color: #6c757d; opacity: 1; } .form-control:disabled, .form-control[readonly] { background-color: #e9ecef; opacity: 1; } select.form-control:focus::-ms-value { color: #495057; background-color: #FFF; } .semibold-text { font-weight: 600 !important; } .mb-2 { margin-bottom: 0.5rem !important; } .btn { display: inline-block; font-weight: 700; color: #212529; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 2px solid transparent; padding: 0.375rem 0.75rem; font-size: 0.875rem; line-height: 1.5; border-radius: 3px; -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0.35, 0, 0.25, 1); transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0.35, 0, 0.25, 1); -o-transition: box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), transform 0.2s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.3s ease-in-out, border-color 0.3s ease-in-out; transition: box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), transform 0.2s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.3s ease-in-out, border-color 0.3s ease-in-out; transition: box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), transform 0.2s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0.35, 0, 0.25, 1); } .btn-primary { color: #FFF; background-color: #009688; border-color: #009688; } .btn-primary:hover { color: #FFF; background-color: #007065; border-color: #00635a; } .btn-primary:focus, .btn-primary.focus { -webkit-box-shadow: 0 0 0 0 rgba(38, 166, 154, 0.5); box-shadow: 0 0 0 0 rgba(38, 166, 154, 0.5); } .btn-primary.disabled, .btn-primary:disabled { color: #FFF; background-color: #009688; border-color: #009688; } .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: #FFF; background-color: #00635a; border-color: #00564e; } .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0 rgba(38, 166, 154, 0.5); box-shadow: 0 0 0 0 rgba(38, 166, 154, 0.5); }
modules/semed/css/login-semed.css
.material-half-bg { height: 100vh; background-color: #e7e7e7; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; } .material-half-bg .cover { background-color: #009688; height: 50vh; } .login-content { 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-box-pack: center; -ms-flex-pack: center; justify-content: center; min-height: 100vh; } .login-content .logo { margin-bottom: 40px; font-family: "Niconne"; color: #fff; } .login-content .logo h1 { font-size: 52px; font-weight: 400; } .login-content .login-box { position: relative; min-width: 350px; min-height: 390px; background-color: #fff; -webkit-box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16); box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16); -webkit-perspective: 800px; perspective: 800px; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .login-content .login-box .login-head { margin-top: 0; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #ddd; text-align: center; } .login-content .login-box label { color: #666; font-weight: 700; } .login-content .login-box .utility { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 1px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .login-content .login-box .btn-container { margin-bottom: 0; } .login-content .login-box .login-form, .login-content .login-box .forget-form { position: absolute; top: 0; bottom: 0; left: 0; right: 0; padding: 40px; backface-visibility: hidden; -webkit-backface-visibility: hidden; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .login-content .login-box .forget-form { opacity: 0; -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } .login-content .login-box.flipped { min-height: 300px; } .login-content .login-box.flipped .login-form { opacity: 0; -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); } .login-content .login-box.flipped .forget-form { opacity: 1; -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } .form-group { margin-bottom: 1rem; } .form-control { display: block; width: 100%; height: calc(1.5em + 0.75rem + 4px); padding: 0.375rem 0.75rem; font-size: 0.875rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #FFF; background-clip: padding-box; border: 2px solid #ced4da; border-radius: 4px; -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } .form-control::-ms-expand { background-color: transparent; border: 0; } .form-control:focus { color: #495057; background-color: #FFF; border-color: #009688; outline: 0; -webkit-box-shadow: none; box-shadow: none; } .form-control::-webkit-input-placeholder { color: #6c757d; opacity: 1; } .form-control::-moz-placeholder { color: #6c757d; opacity: 1; } .form-control:-ms-input-placeholder { color: #6c757d; opacity: 1; } .form-control::-ms-input-placeholder { color: #6c757d; opacity: 1; } .form-control::placeholder { color: #6c757d; opacity: 1; } .form-control:disabled, .form-control[readonly] { background-color: #e9ecef; opacity: 1; } select.form-control:focus::-ms-value { color: #495057; background-color: #FFF; } .semibold-text { font-weight: 600 !important; } .mb-2 { margin-bottom: 0.5rem !important; } .btn { display: inline-block; font-weight: 700; color: #212529; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 2px solid transparent; padding: 0.375rem 0.75rem; font-size: 0.875rem; line-height: 1.5; border-radius: 3px; -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0.35, 0, 0.25, 1); transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0.35, 0, 0.25, 1); -o-transition: box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), transform 0.2s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.3s ease-in-out, border-color 0.3s ease-in-out; transition: box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), transform 0.2s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.3s ease-in-out, border-color 0.3s ease-in-out; transition: box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), transform 0.2s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0.35, 0, 0.25, 1); } .btn-primary { color: #FFF; background-color: #009688; border-color: #009688; } .btn-primary:hover { color: #FFF; background-color: #007065; border-color: #00635a; } .btn-primary:focus, .btn-primary.focus { -webkit-box-shadow: 0 0 0 0 rgba(38, 166, 154, 0.5); box-shadow: 0 0 0 0 rgba(38, 166, 154, 0.5); } .btn-primary.disabled, .btn-primary:disabled { color: #FFF; background-color: #009688; border-color: #009688; } .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: #FFF; background-color: #00635a; border-color: #00564e; } .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0 rgba(38, 166, 154, 0.5); box-shadow: 0 0 0 0 rgba(38, 166, 154, 0.5); }
0.395251
0.062674
._22qEau { font-family: Portal Movie, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; height: -webkit-max-content; height: -moz-max-content; height: max-content; width: -webkit-max-content; width: -moz-max-content; width: max-content; line-height: 0; } ._22qEau *, ._22qEau :after, ._22qEau :before { box-sizing: inherit; } ._22qEau svg { height: 100%; width: 100%; } ._36qUej { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; } .i4xv9t { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; border: 1px solid #8197a4; border-radius: 3px; background-color: rgba(15, 23, 30, .3); color: #8197a4; padding: 1px 3px 2px; font-size: 11px; line-height: 13px; font-weight: 700; } .i4xv9t *, .i4xv9t :after, .i4xv9t :before { box-sizing: inherit; } .XqYSS8 { color: #8197a4; } ._1zslxR { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; min-width: 22px; font-size: 13px; font-weight: 700; padding: 0 4px; text-align: center; vertical-align: middle; color: #8197a4; border: 1px solid rgba(129, 151, 164, .7); border-radius: 2px; display: -webkit-inline-box; display: -moz-inline-flex; display: inline-flex; -webkit-box-pack: center; -moz-justify-content: center; justify-content: center; -moz-align-items: center; -ms-align-items: center; -webkit-box-align: center; align-items: center; } ._1zslxR *, ._1zslxR :after, ._1zslxR :before { box-sizing: inherit; } ._1zslxR._9VzAtc { border: 0; padding: 0; } ._1zslxR .EyZ6mf { display: inline-block; border-radius: 2px; margin: 0; height: 20px; line-height: 20px; min-width: 22px; } ._1zslxR ._2ikzy6 { color: #f2f4f6; border: 1px solid #f2f4f6; line-height: 18px; } ._1zslxR ._2ikzy6._2Qs3kC { background-color: #000; } ._2LF_6p { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; } ._2LF_6p *, ._2LF_6p :after, ._2LF_6p :before { box-sizing: inherit; } .abwJ5F.abwJ5F.abwJ5F { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } .abwJ5F.abwJ5F.abwJ5F>:not(._2LF_6p) { margin-bottom: 8px; } html:not([dir=rtl]) .abwJ5F.abwJ5F.abwJ5F>:not(:last-child) { margin-right: 8px; } ._3QwtCH._3QwtCH._3QwtCH { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } ._3QwtCH._3QwtCH._3QwtCH>:not(._2LF_6p) { margin-bottom: 12px; } html:not([dir=rtl]) ._3QwtCH._3QwtCH._3QwtCH>:not(:last-child) { margin-right: 12px; } ._2QEJQM._2QEJQM._2QEJQM { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } ._2QEJQM._2QEJQM._2QEJQM>:not(._2LF_6p) { margin-bottom: 16px; } ._16AW_S { -moz-align-items: center; -ms-align-items: center; -webkit-box-align: center; align-items: center; } ._3KHiTg { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; max-width: 1600px; width: 100%; margin: 0 auto; padding: 0 48px; } ._3KHiTg *, ._3KHiTg :after, ._3KHiTg :before { box-sizing: inherit; } @media only screen and (max-width: 64.99em) { ._3KHiTg { padding: 0 32px; } } @media only screen and (max-width: 54.99em) { ._3KHiTg { padding: 0 16px; } } @media only screen and (max-width: 46.99em) { ._3KHiTg { padding: 0 12px; } } @media only screen and (min-width: 90em) { ._3KHiTg { padding: 0 50px; } } ._1NNx6V { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; color: #79b8f3; -webkit-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } ._1NNx6V:link { color: #79b8f3; -webkit-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } .Gpyvwj { font-size: 10px; line-height: 10px; } .Gpyvwj:before { content: " "; vertical-align: text-bottom; display: inline-block; background: transparent url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.png) 50% no-repeat; background-image: url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image: url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.svg), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-size: 20em 221.4em; } .Gpyvwj._3lV8u4:before { background-position: -.5em -198.1em; width: 2em; height: 2.2em; } label { display: block; padding-left: 0; padding-bottom: 0; } html h1 { margin: 0; padding: 0; } a, button { color: inherit; transition: color .3s ease-in-out; } a { text-decoration: none; vertical-align: baseline; } input[type=checkbox] { vertical-align: baseline; margin: 0 .3em 0 0; } input { vertical-align: middle; } button { text-align: inherit; overflow: visible; border: 0; font: inherit; -webkit-font-smoothing: inherit; letter-spacing: inherit; background: 0 0; cursor: pointer; } input { font-size: inherit; font-family: inherit; line-height: inherit; } body *, body :after, body :before { box-sizing: inherit; } body a, body a:link, body a:visited { -webkit-transition: color .2s ease-in-out; -o-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } ._3KHiTg { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; max-width: 1600px; width: 100%; margin: 0 auto; padding: 0 48px; } ._3KHiTg *, ._3KHiTg :after, ._3KHiTg :before { box-sizing: inherit; } @media only screen and (max-width: 64.99em) { ._3KHiTg { padding: 0 32px; } } @media only screen and (max-width: 54.99em) { ._3KHiTg { padding: 0 16px; } } @media only screen and (max-width: 46.99em) { ._3KHiTg { padding: 0 12px; } } @media only screen and (min-width: 90em) { ._3KHiTg { padding: 0 50px; } } .Gpyvwj { font-size: 10px; line-height: 10px; } .Gpyvwj:before { content: " "; vertical-align: text-bottom; display: inline-block; background: transparent url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.png) 50% no-repeat; background-image: url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image: url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.svg), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-size: 20em 221.4em; } .Gpyvwj._3lV8u4:before { background-position: -.5em -198.1em; width: 2em; height: 2.2em; } ._1NNx6V { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; color: #79b8f3; -webkit-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } ._1NNx6V:link { color: #79b8f3; -webkit-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } ._36qUej { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; } label { display: block; padding-left: 0; padding-bottom: 0; } html h1 { margin: 0; padding: 0; } a, button { color: inherit; transition: color .3s ease-in-out; } a { text-decoration: none; vertical-align: baseline; } input[type=checkbox] { vertical-align: baseline; margin: 0 .3em 0 0; } input { vertical-align: middle; } button { text-align: inherit; overflow: visible; border: 0; font: inherit; -webkit-font-smoothing: inherit; letter-spacing: inherit; background: 0 0; cursor: pointer; } input { font-size: inherit; font-family: inherit; line-height: inherit; } body *, body :after, body :before { box-sizing: inherit; } body a, body a:link, body a:visited { -webkit-transition: color .2s ease-in-out; -o-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } ._22qEau { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; height: -webkit-max-content; height: -moz-max-content; height: max-content; width: -webkit-max-content; width: -moz-max-content; width: max-content; line-height: 0; } ._22qEau *, ._22qEau :after, ._22qEau :before { box-sizing: inherit; } ._22qEau svg { height: 100%; width: 100%; } ._36qUej { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; } .i4xv9t { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; border: 1px solid #8197a4; border-radius: 3px; background-color: rgba(15, 23, 30, .3); color: #8197a4; padding: 1px 3px 2px; font-size: 11px; line-height: 13px; font-weight: 700; } .i4xv9t *, .i4xv9t :after, .i4xv9t :before { box-sizing: inherit; } .XqYSS8 { color: #8197a4; } ._1zslxR { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; min-width: 22px; font-size: 13px; font-weight: 700; padding: 0 4px; text-align: center; vertical-align: middle; color: #8197a4; border: 1px solid rgba(129, 151, 164, .7); border-radius: 2px; display: -webkit-inline-box; display: -moz-inline-flex; display: inline-flex; -webkit-box-pack: center; -moz-justify-content: center; justify-content: center; -moz-align-items: center; -ms-align-items: center; -webkit-box-align: center; align-items: center; } ._1zslxR *, ._1zslxR :after, ._1zslxR :before { box-sizing: inherit; } ._1zslxR._9VzAtc { border: 0; padding: 0; } ._1zslxR .EyZ6mf { display: inline-block; border-radius: 2px; margin: 0; height: 20px; line-height: 20px; min-width: 22px; } ._1zslxR ._2ikzy6 { color: #f2f4f6; border: 1px solid #f2f4f6; line-height: 18px; } ._1zslxR ._2ikzy6._2Qs3kC { background-color: #000; } ._2LF_6p { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; } ._2LF_6p *, ._2LF_6p :after, ._2LF_6p :before { box-sizing: inherit; } .abwJ5F.abwJ5F.abwJ5F { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } .abwJ5F.abwJ5F.abwJ5F>:not(._2LF_6p) { margin-bottom: 8px; } html:not([dir=rtl]) .abwJ5F.abwJ5F.abwJ5F>:not(:last-child) { margin-right: 8px; } ._3QwtCH._3QwtCH._3QwtCH { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } ._3QwtCH._3QwtCH._3QwtCH>:not(._2LF_6p) { margin-bottom: 12px; } html:not([dir=rtl]) ._3QwtCH._3QwtCH._3QwtCH>:not(:last-child) { margin-right: 12px; } ._2QEJQM._2QEJQM._2QEJQM { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } ._2QEJQM._2QEJQM._2QEJQM>:not(._2LF_6p) { margin-bottom: 16px; } ._16AW_S { -moz-align-items: center; -ms-align-items: center; -webkit-box-align: center; align-items: center; } ._3KHiTg { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; max-width: 1600px; width: 100%; margin: 0 auto; padding: 0 48px; } ._3KHiTg *, ._3KHiTg :after, ._3KHiTg :before { box-sizing: inherit; } @media only screen and (max-width: 64.99em) { ._3KHiTg { padding: 0 32px; } } @media only screen and (max-width: 54.99em) { ._3KHiTg { padding: 0 16px; } } @media only screen and (max-width: 46.99em) { ._3KHiTg { padding: 0 12px; } } @media only screen and (min-width: 90em) { ._3KHiTg { padding: 0 50px; } } ._1NNx6V { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; color: #79b8f3; -webkit-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } ._1NNx6V:link { color: #79b8f3; -webkit-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } .Gpyvwj { font-size: 10px; line-height: 10px; } .Gpyvwj:before { content: " "; vertical-align: text-bottom; display: inline-block; background: transparent url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.png) 50% no-repeat; background-image: url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image: url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.svg), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-size: 20em 221.4em; } .Gpyvwj._3lV8u4:before { background-position: -.5em -198.1em; width: 2em; height: 2.2em; } label { display: block; padding-left: 0; padding-bottom: 0; } html h1 { margin: 0; padding: 0; } a, button { color: inherit; transition: color .3s ease-in-out; } a { text-decoration: none; vertical-align: baseline; } input[type=checkbox] { vertical-align: baseline; margin: 0 .3em 0 0; } input { vertical-align: middle; } button { text-align: inherit; overflow: visible; border: 0; font: inherit; -webkit-font-smoothing: inherit; letter-spacing: inherit; background: 0 0; cursor: pointer; } input { font-size: inherit; font-family: inherit; line-height: inherit; } body *, body :after, body :before { box-sizing: inherit; } body a, body a:link, body a:visited { -webkit-transition: color .2s ease-in-out; -o-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } ._22qEau { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; height: -webkit-max-content; height: -moz-max-content; height: max-content; width: -webkit-max-content; width: -moz-max-content; width: max-content; line-height: 0; } ._22qEau *, ._22qEau :after, ._22qEau :before { box-sizing: inherit; } ._22qEau svg { height: 100%; width: 100%; } ._36qUej { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; } .i4xv9t { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; border: 1px solid #8197a4; border-radius: 3px; background-color: rgba(15, 23, 30, .3); color: #8197a4; padding: 1px 3px 2px; font-size: 11px; line-height: 13px; font-weight: 700; } .i4xv9t *, .i4xv9t :after, .i4xv9t :before { box-sizing: inherit; } .XqYSS8 { color: #8197a4; } ._1zslxR { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; min-width: 22px; font-size: 13px; font-weight: 700; padding: 0 4px; text-align: center; vertical-align: middle; color: #8197a4; border: 1px solid rgba(129, 151, 164, .7); border-radius: 2px; display: -webkit-inline-box; display: -moz-inline-flex; display: inline-flex; -webkit-box-pack: center; -moz-justify-content: center; justify-content: center; -moz-align-items: center; -ms-align-items: center; -webkit-box-align: center; align-items: center; } ._1zslxR *, ._1zslxR :after, ._1zslxR :before { box-sizing: inherit; } ._1zslxR._9VzAtc { border: 0; padding: 0; } ._1zslxR .EyZ6mf { display: inline-block; border-radius: 2px; margin: 0; height: 20px; line-height: 20px; min-width: 22px; } ._1zslxR ._2ikzy6 { color: #f2f4f6; border: 1px solid #f2f4f6; line-height: 18px; } ._1zslxR ._2ikzy6._2Qs3kC { background-color: #000; } ._2LF_6p { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; } ._2LF_6p *, ._2LF_6p :after, ._2LF_6p :before { box-sizing: inherit; } .abwJ5F.abwJ5F.abwJ5F { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } .abwJ5F.abwJ5F.abwJ5F>:not(._2LF_6p) { margin-bottom: 8px; } html:not([dir=rtl]) .abwJ5F.abwJ5F.abwJ5F>:not(:last-child) { margin-right: 8px; } ._3QwtCH._3QwtCH._3QwtCH { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } ._3QwtCH._3QwtCH._3QwtCH>:not(._2LF_6p) { margin-bottom: 12px; } html:not([dir=rtl]) ._3QwtCH._3QwtCH._3QwtCH>:not(:last-child) { margin-right: 12px; } ._2QEJQM._2QEJQM._2QEJQM { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } ._2QEJQM._2QEJQM._2QEJQM>:not(._2LF_6p) { margin-bottom: 16px; } ._16AW_S { -moz-align-items: center; -ms-align-items: center; -webkit-box-align: center; align-items: center; } ._3KHiTg { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; max-width: 1600px; width: 100%; margin: 0 auto; padding: 0 48px; } ._3KHiTg *, ._3KHiTg :after, ._3KHiTg :before { box-sizing: inherit; } @media only screen and (max-width: 64.99em) { ._3KHiTg { padding: 0 32px; } } @media only screen and (max-width: 54.99em) { ._3KHiTg { padding: 0 16px; } } @media only screen and (max-width: 46.99em) { ._3KHiTg { padding: 0 12px; } } @media only screen and (min-width: 90em) { ._3KHiTg { padding: 0 50px; } } ._1NNx6V { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; color: #79b8f3; -webkit-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } ._1NNx6V:link { color: #79b8f3; -webkit-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } .Gpyvwj { font-size: 10px; line-height: 10px; } .Gpyvwj:before { content: " "; vertical-align: text-bottom; display: inline-block; background: transparent url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.png) 50% no-repeat; background-image: url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image: url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.svg), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-size: 20em 221.4em; } .Gpyvwj._3lV8u4:before { background-position: -.5em -198.1em; width: 2em; height: 2.2em; } ._3I-nQy._3I-nQy._3I-nQy { margin-bottom: 12px; font-size: 35px; line-height: 36px; color: white; } @media only screen and (max-width: 64.99em) { ._3I-nQy._3I-nQy._3I-nQy { font-size: 30px; line-height: 32px; } } ._2IIDsE { width: 100%!important; } .HaWow5 { pointer-events: auto; } ._3AGscX { position: relative; line-height: 0; } .Zk8aEm { transition: opacity .4s ease 0ms; opacity: 0; } .atfimgloaded #atf-full { opacity: 1; } .atfimgloaded #atf-thumb { visibility: hidden; } ._3Ey1L9 { position: absolute; top: 0; width: 100%; height: auto; transition: visibility 0ms ease .4s; visibility: visible; } html:not([dir=rtl]) ._3Ey1L9 { left: 0; } .mlmPSf { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; position: relative; } .mlmPSf *, .mlmPSf :after, .mlmPSf :before { box-sizing: inherit; } .mlmPSf .wgGFDs { display: none; } .mlmPSf ._1W5VSv { cursor: pointer; position: absolute; z-index: 1; top: 0; bottom: 0; left: 0; right: 0; } .mlmPSf ._1wxob_ { overflow: hidden; display: block; -webkit-box-orient: vertical; -webkit-line-clamp: 4; max-height: 192px; color: white; } .-dmR1h.-dmR1h.-dmR1h { margin-bottom: 12px; pointer-events: auto; } ._1XdgZK._1XdgZK._1XdgZK { margin-bottom: 16px; } html:not([dir=rtl]) ._1XdgZK._1XdgZK._1XdgZK { max-width: 800px; } ._1XdgZK._1XdgZK._1XdgZK label { color: #79b8f3; } ._3fuIyl._3fuIyl { text-align: initial; } ._3vxMzE._3vxMzE._3vxMzE { color: #8197a4; } @media only screen and (max-width: 27.99em) { ._3vxMzE._3vxMzE._3vxMzE>* { margin-bottom: 0; } } ._1D5Acx { position: relative; } ._1D5Acx._1D5Acx._1D5Acx._1D5Acx { margin-bottom: 8px; } ._28Bfau { opacity: 1; transition-property: opacity; transition-duration: .4s; } ._266mZB dl { display: table-row; font-size: 17px; line-height: normal; pointer-events: auto; } ._266mZB dt { font-weight: 700; white-space: nowrap; display: table-cell; vertical-align: top; float: none; margin: 0; color: #8197a4; } html:not([dir=rtl]) ._266mZB dt { padding: 0 20px 0 0; } ._266mZB dd { display: table-cell; float: none; margin: 0; color: #8197a4; } ._3u-3mI ._266mZB { max-width: 800px; } ._2y5Q0c { word-break: break-word; } ._30UT8H._30UT8H._30UT8H { margin-bottom: 48px; } .FDDgZI { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; direction: ltr; } html:not([dir=rtl]) .FDDgZI svg { margin-right: 4px; } .av-detail-section ._3y6hZ6 { font-size: 13.4px; } .fVWsBr { position: absolute; overflow: hidden; width: 80%; background-repeat: no-repeat; background-size: cover; top: 0; } html:not([dir=rtl]) .fVWsBr { right: 0; } ._3hF9WT { position: relative; max-height: 100%; } ._2ZnCkI._2ZnCkI._2ZnCkI { width: 100%; overflow: hidden; } ._3Lykuc._3Lykuc, ._33xhZL._33xhZL { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(15, 23, 30, .1); pointer-events: none; } html:not([dir=rtl]) ._3Lykuc { background: linear-gradient(90deg, #0f171e 10%, rgba(15, 23, 30, 0) 60%); } ._33xhZL._33xhZL { background: linear-gradient(0deg, #0f171e 0, rgba(15, 23, 30, 0) 50%); } .fVWsBr { width: 60%; } .Coi_ha { opacity: 1; filter: alpha(opacity=100); transition: opacity .5s ease; } html:not([dir=rtl]) ._3Lykuc { background: linear-gradient(90deg, #0f171e 10%, rgba(15, 23, 30, 0)); } ._1472H- { position: relative; width: 100%; margin: 0 auto; } ._1472H- a, ._1472H- a:link, ._1472H- a:visited { color: #79b8f3; transition: color .2s ease-in-out; text-decoration: none; } ._1WCtm8._1WCtm8._1WCtm8 { margin-bottom: 0px; } ._1472H-:after, ._1472H-:before { content: " "; display: table; } ._1472H-:after { clear: both; } .av-detail-section { margin-top: 48px; position: relative; } ._2hu-aV, .av-detail-section { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; } @media (max-height: 780px) { body #dv-action-box-wrapper, body .dv-dp-node-synopsis { -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 0; -ms-flex-order: 0; -webkit-order: 0; order: 0; } body .dv-dp-node-meta-info { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; } body .dv-dp-node-bottom { -webkit-box-ordinal-group: 4; -moz-box-ordinal-group: 3; -ms-flex-order: 3; -webkit-order: 3; order: 3; } } @media (max-height: 640px) { body .dv-dp-node-synopsis { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; } body .dv-dp-node-meta-info { -webkit-box-ordinal-group: 3; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; } body .dv-dp-node-bottom { -webkit-box-ordinal-group: 5; -moz-box-ordinal-group: 4; -ms-flex-order: 4; -webkit-order: 4; order: 4; } } ._1soPIu._1soPIu._1soPIu { margin: 0; padding: 0; } ._2T-E4t { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: baseline; -moz-align-items: baseline; -ms-align-items: baseline; align-items: baseline; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; font-size: 15px; line-height: 20px; overflow: visible; position: relative; margin-top: 12px; margin-bottom: 48px; width: 100%; pointer-events: auto; } @media only screen and (max-width: 64.99em) { ._2T-E4t { font-size: 13px; line-height: 16px; } } ._8n5jYM._8n5jYM._8n5jYM { -webkit-flex-shrink: 0; -moz-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; font-size: 17px; line-height: 24px; } @media only screen and (max-width: 64.99em) { ._8n5jYM._8n5jYM._8n5jYM { font-size: 15px; line-height: 20px; } } ._3Vj7e7 { display: inline-block; height: 24px; width: 24px; } html:not([dir=rtl]) ._3Vj7e7 { margin-right: .3em; } ._2hn8r7 { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; } ._2hn8r7 ._3Vj7e7 { transition: all .2s ease-out; opacity: .7; filter: alpha(opacity=70); } ._2hn8r7 button { vertical-align: baseline; } ._22qEau { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; height: -webkit-max-content; height: -moz-max-content; height: max-content; width: -webkit-max-content; width: -moz-max-content; width: max-content; line-height: 0; } ._22qEau *, ._22qEau :after, ._22qEau :before { box-sizing: inherit; } ._22qEau svg { height: 100%; width: 100%; } label { display: block; padding-left: 0; padding-bottom: 0; } html h1 { margin: 0; padding: 0; } a, button { color: inherit; transition: color .3s ease-in-out; } a { text-decoration: none; vertical-align: baseline; } input[type=checkbox] { vertical-align: baseline; margin: 0 .3em 0 0; } input { vertical-align: middle; } button { text-align: inherit; overflow: visible; border: 0; font: inherit; -webkit-font-smoothing: inherit; letter-spacing: inherit; background: 0 0; cursor: pointer; } input { font-size: inherit; font-family: inherit; line-height: inherit; } body *, body :after, body :before { box-sizing: inherit; } body a, body a:link, body a:visited { -webkit-transition: color .2s ease-in-out; -o-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } ._22qEau { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; height: -webkit-max-content; height: -moz-max-content; height: max-content; width: -webkit-max-content; width: -moz-max-content; width: max-content; line-height: 0; } ._22qEau *, ._22qEau :after, ._22qEau :before { box-sizing: inherit; } ._22qEau svg { height: 100%; width: 100%; } ._36qUej { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; } .i4xv9t { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; border: 1px solid #8197a4; border-radius: 3px; background-color: rgba(15, 23, 30, .3); color: #8197a4; padding: 1px 3px 2px; font-size: 11px; line-height: 13px; font-weight: 700; } .i4xv9t *, .i4xv9t :after, .i4xv9t :before { box-sizing: inherit; } .XqYSS8 { color: #8197a4; } ._1zslxR { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; min-width: 22px; font-size: 13px; font-weight: 700; padding: 0 4px; text-align: center; vertical-align: middle; color: #8197a4; border: 1px solid rgba(129, 151, 164, .7); border-radius: 2px; display: -webkit-inline-box; display: -moz-inline-flex; display: inline-flex; -webkit-box-pack: center; -moz-justify-content: center; justify-content: center; -moz-align-items: center; -ms-align-items: center; -webkit-box-align: center; align-items: center; } ._1zslxR *, ._1zslxR :after, ._1zslxR :before { box-sizing: inherit; } ._1zslxR._9VzAtc { border: 0; padding: 0; } ._1zslxR .EyZ6mf { display: inline-block; border-radius: 2px; margin: 0; height: 20px; line-height: 20px; min-width: 22px; } ._1zslxR ._2ikzy6 { color: #f2f4f6; border: 1px solid #f2f4f6; line-height: 18px; } ._1zslxR ._2ikzy6._2Qs3kC { background-color: #000; } ._2LF_6p { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; } ._2LF_6p *, ._2LF_6p :after, ._2LF_6p :before { box-sizing: inherit; } .abwJ5F.abwJ5F.abwJ5F { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } .abwJ5F.abwJ5F.abwJ5F>:not(._2LF_6p) { margin-bottom: 8px; } html:not([dir=rtl]) .abwJ5F.abwJ5F.abwJ5F>:not(:last-child) { margin-right: 8px; } ._3QwtCH._3QwtCH._3QwtCH { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } ._3QwtCH._3QwtCH._3QwtCH>:not(._2LF_6p) { margin-bottom: 12px; } html:not([dir=rtl]) ._3QwtCH._3QwtCH._3QwtCH>:not(:last-child) { margin-right: 12px; } ._2QEJQM._2QEJQM._2QEJQM { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } ._2QEJQM._2QEJQM._2QEJQM>:not(._2LF_6p) { margin-bottom: 16px; margin-right: 20px; } ._16AW_S { -moz-align-items: center; -ms-align-items: center; -webkit-box-align: center; align-items: center; } ._3KHiTg { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; max-width: 1600px; width: 100%; margin: 0 auto; padding: 0 48px; } ._3KHiTg *, ._3KHiTg :after, ._3KHiTg :before { box-sizing: inherit; } @media only screen and (max-width: 64.99em) { ._3KHiTg { padding: 0 32px; } } @media only screen and (max-width: 54.99em) { ._3KHiTg { padding: 0 16px; } } @media only screen and (max-width: 46.99em) { ._3KHiTg { padding: 0 12px; } } @media only screen and (min-width: 90em) { ._3KHiTg { padding: 0 50px; } } ._1NNx6V { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; color: #79b8f3; -webkit-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } ._1NNx6V:link { color: #79b8f3; -webkit-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } .Gpyvwj { font-size: 10px; line-height: 10px; } .Gpyvwj:before { content: " "; vertical-align: text-bottom; display: inline-block; background: transparent url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.png) 50% no-repeat; background-image: url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image: url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.svg), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-size: 20em 221.4em; } .Gpyvwj._3lV8u4:before { background-position: -.5em -198.1em; width: 2em; height: 2.2em; } label { display: block; padding-left: 0; padding-bottom: 0; } html h1 { margin: 0; padding: 0; } a, button { color: inherit; transition: color .3s ease-in-out; } a { text-decoration: none; vertical-align: baseline; } input[type=checkbox] { vertical-align: baseline; margin: 0 .3em 0 0; } input { vertical-align: middle; } button { text-align: inherit; overflow: visible; border: 0; font: inherit; -webkit-font-smoothing: inherit; letter-spacing: inherit; background: 0 0; cursor: pointer; } input { font-size: inherit; font-family: inherit; line-height: inherit; } body *, body :after, body :before { box-sizing: inherit; } body a, body a:link, body a:visited { -webkit-transition: color .2s ease-in-out; -o-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .rating { display: inline-block; float: left; margin: 1px 5px 10px 0!important; vertical-align: top; position: relative!important; right: auto!important; top: 2px!important; } .star { color: #999!important; } .star.on { color: #1a76d2!important; } .rating { position: absolute; right: 0; top: 85px; } .star { font-size: x-large; width: 24px; display: inline-block; color: #c2c2c2; margin-bottom: 20px; cursor: pointer; } .star:before { content: '\2605'; position: absolute; } .star.on { color: #1a76d2; } .star.zero:after { content: '\2605'; color: #1a76d2; position: absolute; overflow: hidden; width: 0; } .rating { display: inline-block; margin: -5px 5px 0 0!important; vertical-align: top; } .star { font-size: x-large!important; width: 23px!important; margin-bottom: 25px!important; } .rating { margin: 6px; } .star { font-size: xx-large; width: 38px; display: inline-block; color: #c2c2c2; margin-bottom: 20px; cursor: pointer; } .star:before { content: '\2605'; position: absolute; } .star.on { color: #1a76d2; } .star.zero:after { content: '\2605'; color: #1a76d2; position: absolute; overflow: hidden; width: 0; } .desc-auto { font-family: 'Portal Movie'; font-size: 17px; line-height: 24px; max-width: 758px; display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } .rating { display: inline-block; float: left; margin: 1px 5px 10px 0!important; vertical-align: top; position: relative!important; right: auto!important; top: 2px!important; } .star { color: #999!important; } .star.on { color: #1a76d2!important; } .rating { position: absolute; right: 0; top: 85px; } .star { font-size: x-large; width: 24px; display: inline-block; color: #c2c2c2; margin-bottom: 20px; cursor: pointer; } .star:before { content: '\2605'; position: absolute; } .star.on { color: #1a76d2; } .star.zero:after { content: '\2605'; color: #1a76d2; position: absolute; overflow: hidden; width: 0; } .rating { display: inline-block; margin: -5px 5px 0 0!important; vertical-align: top; } .star { font-size: x-large!important; width: 23px!important; margin-bottom: 25px!important; } .rating { margin: 6px; } .star { font-size: xx-large; width: 38px; display: inline-block; color: #c2c2c2; margin-bottom: 20px; cursor: pointer; } .star:before { content: '\2605'; position: absolute; } .star.on { color: #1a76d2; } .star.zero:after { content: '\2605'; color: #1a76d2; position: absolute; overflow: hidden; width: 0; }
css/container.css
._22qEau { font-family: Portal Movie, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; height: -webkit-max-content; height: -moz-max-content; height: max-content; width: -webkit-max-content; width: -moz-max-content; width: max-content; line-height: 0; } ._22qEau *, ._22qEau :after, ._22qEau :before { box-sizing: inherit; } ._22qEau svg { height: 100%; width: 100%; } ._36qUej { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; } .i4xv9t { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; border: 1px solid #8197a4; border-radius: 3px; background-color: rgba(15, 23, 30, .3); color: #8197a4; padding: 1px 3px 2px; font-size: 11px; line-height: 13px; font-weight: 700; } .i4xv9t *, .i4xv9t :after, .i4xv9t :before { box-sizing: inherit; } .XqYSS8 { color: #8197a4; } ._1zslxR { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; min-width: 22px; font-size: 13px; font-weight: 700; padding: 0 4px; text-align: center; vertical-align: middle; color: #8197a4; border: 1px solid rgba(129, 151, 164, .7); border-radius: 2px; display: -webkit-inline-box; display: -moz-inline-flex; display: inline-flex; -webkit-box-pack: center; -moz-justify-content: center; justify-content: center; -moz-align-items: center; -ms-align-items: center; -webkit-box-align: center; align-items: center; } ._1zslxR *, ._1zslxR :after, ._1zslxR :before { box-sizing: inherit; } ._1zslxR._9VzAtc { border: 0; padding: 0; } ._1zslxR .EyZ6mf { display: inline-block; border-radius: 2px; margin: 0; height: 20px; line-height: 20px; min-width: 22px; } ._1zslxR ._2ikzy6 { color: #f2f4f6; border: 1px solid #f2f4f6; line-height: 18px; } ._1zslxR ._2ikzy6._2Qs3kC { background-color: #000; } ._2LF_6p { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; } ._2LF_6p *, ._2LF_6p :after, ._2LF_6p :before { box-sizing: inherit; } .abwJ5F.abwJ5F.abwJ5F { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } .abwJ5F.abwJ5F.abwJ5F>:not(._2LF_6p) { margin-bottom: 8px; } html:not([dir=rtl]) .abwJ5F.abwJ5F.abwJ5F>:not(:last-child) { margin-right: 8px; } ._3QwtCH._3QwtCH._3QwtCH { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } ._3QwtCH._3QwtCH._3QwtCH>:not(._2LF_6p) { margin-bottom: 12px; } html:not([dir=rtl]) ._3QwtCH._3QwtCH._3QwtCH>:not(:last-child) { margin-right: 12px; } ._2QEJQM._2QEJQM._2QEJQM { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } ._2QEJQM._2QEJQM._2QEJQM>:not(._2LF_6p) { margin-bottom: 16px; } ._16AW_S { -moz-align-items: center; -ms-align-items: center; -webkit-box-align: center; align-items: center; } ._3KHiTg { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; max-width: 1600px; width: 100%; margin: 0 auto; padding: 0 48px; } ._3KHiTg *, ._3KHiTg :after, ._3KHiTg :before { box-sizing: inherit; } @media only screen and (max-width: 64.99em) { ._3KHiTg { padding: 0 32px; } } @media only screen and (max-width: 54.99em) { ._3KHiTg { padding: 0 16px; } } @media only screen and (max-width: 46.99em) { ._3KHiTg { padding: 0 12px; } } @media only screen and (min-width: 90em) { ._3KHiTg { padding: 0 50px; } } ._1NNx6V { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; color: #79b8f3; -webkit-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } ._1NNx6V:link { color: #79b8f3; -webkit-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } .Gpyvwj { font-size: 10px; line-height: 10px; } .Gpyvwj:before { content: " "; vertical-align: text-bottom; display: inline-block; background: transparent url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.png) 50% no-repeat; background-image: url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image: url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.svg), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-size: 20em 221.4em; } .Gpyvwj._3lV8u4:before { background-position: -.5em -198.1em; width: 2em; height: 2.2em; } label { display: block; padding-left: 0; padding-bottom: 0; } html h1 { margin: 0; padding: 0; } a, button { color: inherit; transition: color .3s ease-in-out; } a { text-decoration: none; vertical-align: baseline; } input[type=checkbox] { vertical-align: baseline; margin: 0 .3em 0 0; } input { vertical-align: middle; } button { text-align: inherit; overflow: visible; border: 0; font: inherit; -webkit-font-smoothing: inherit; letter-spacing: inherit; background: 0 0; cursor: pointer; } input { font-size: inherit; font-family: inherit; line-height: inherit; } body *, body :after, body :before { box-sizing: inherit; } body a, body a:link, body a:visited { -webkit-transition: color .2s ease-in-out; -o-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } ._3KHiTg { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; max-width: 1600px; width: 100%; margin: 0 auto; padding: 0 48px; } ._3KHiTg *, ._3KHiTg :after, ._3KHiTg :before { box-sizing: inherit; } @media only screen and (max-width: 64.99em) { ._3KHiTg { padding: 0 32px; } } @media only screen and (max-width: 54.99em) { ._3KHiTg { padding: 0 16px; } } @media only screen and (max-width: 46.99em) { ._3KHiTg { padding: 0 12px; } } @media only screen and (min-width: 90em) { ._3KHiTg { padding: 0 50px; } } .Gpyvwj { font-size: 10px; line-height: 10px; } .Gpyvwj:before { content: " "; vertical-align: text-bottom; display: inline-block; background: transparent url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.png) 50% no-repeat; background-image: url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image: url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.svg), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-size: 20em 221.4em; } .Gpyvwj._3lV8u4:before { background-position: -.5em -198.1em; width: 2em; height: 2.2em; } ._1NNx6V { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; color: #79b8f3; -webkit-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } ._1NNx6V:link { color: #79b8f3; -webkit-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } ._36qUej { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; } label { display: block; padding-left: 0; padding-bottom: 0; } html h1 { margin: 0; padding: 0; } a, button { color: inherit; transition: color .3s ease-in-out; } a { text-decoration: none; vertical-align: baseline; } input[type=checkbox] { vertical-align: baseline; margin: 0 .3em 0 0; } input { vertical-align: middle; } button { text-align: inherit; overflow: visible; border: 0; font: inherit; -webkit-font-smoothing: inherit; letter-spacing: inherit; background: 0 0; cursor: pointer; } input { font-size: inherit; font-family: inherit; line-height: inherit; } body *, body :after, body :before { box-sizing: inherit; } body a, body a:link, body a:visited { -webkit-transition: color .2s ease-in-out; -o-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } ._22qEau { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; height: -webkit-max-content; height: -moz-max-content; height: max-content; width: -webkit-max-content; width: -moz-max-content; width: max-content; line-height: 0; } ._22qEau *, ._22qEau :after, ._22qEau :before { box-sizing: inherit; } ._22qEau svg { height: 100%; width: 100%; } ._36qUej { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; } .i4xv9t { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; border: 1px solid #8197a4; border-radius: 3px; background-color: rgba(15, 23, 30, .3); color: #8197a4; padding: 1px 3px 2px; font-size: 11px; line-height: 13px; font-weight: 700; } .i4xv9t *, .i4xv9t :after, .i4xv9t :before { box-sizing: inherit; } .XqYSS8 { color: #8197a4; } ._1zslxR { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; min-width: 22px; font-size: 13px; font-weight: 700; padding: 0 4px; text-align: center; vertical-align: middle; color: #8197a4; border: 1px solid rgba(129, 151, 164, .7); border-radius: 2px; display: -webkit-inline-box; display: -moz-inline-flex; display: inline-flex; -webkit-box-pack: center; -moz-justify-content: center; justify-content: center; -moz-align-items: center; -ms-align-items: center; -webkit-box-align: center; align-items: center; } ._1zslxR *, ._1zslxR :after, ._1zslxR :before { box-sizing: inherit; } ._1zslxR._9VzAtc { border: 0; padding: 0; } ._1zslxR .EyZ6mf { display: inline-block; border-radius: 2px; margin: 0; height: 20px; line-height: 20px; min-width: 22px; } ._1zslxR ._2ikzy6 { color: #f2f4f6; border: 1px solid #f2f4f6; line-height: 18px; } ._1zslxR ._2ikzy6._2Qs3kC { background-color: #000; } ._2LF_6p { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; } ._2LF_6p *, ._2LF_6p :after, ._2LF_6p :before { box-sizing: inherit; } .abwJ5F.abwJ5F.abwJ5F { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } .abwJ5F.abwJ5F.abwJ5F>:not(._2LF_6p) { margin-bottom: 8px; } html:not([dir=rtl]) .abwJ5F.abwJ5F.abwJ5F>:not(:last-child) { margin-right: 8px; } ._3QwtCH._3QwtCH._3QwtCH { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } ._3QwtCH._3QwtCH._3QwtCH>:not(._2LF_6p) { margin-bottom: 12px; } html:not([dir=rtl]) ._3QwtCH._3QwtCH._3QwtCH>:not(:last-child) { margin-right: 12px; } ._2QEJQM._2QEJQM._2QEJQM { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } ._2QEJQM._2QEJQM._2QEJQM>:not(._2LF_6p) { margin-bottom: 16px; } ._16AW_S { -moz-align-items: center; -ms-align-items: center; -webkit-box-align: center; align-items: center; } ._3KHiTg { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; max-width: 1600px; width: 100%; margin: 0 auto; padding: 0 48px; } ._3KHiTg *, ._3KHiTg :after, ._3KHiTg :before { box-sizing: inherit; } @media only screen and (max-width: 64.99em) { ._3KHiTg { padding: 0 32px; } } @media only screen and (max-width: 54.99em) { ._3KHiTg { padding: 0 16px; } } @media only screen and (max-width: 46.99em) { ._3KHiTg { padding: 0 12px; } } @media only screen and (min-width: 90em) { ._3KHiTg { padding: 0 50px; } } ._1NNx6V { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; color: #79b8f3; -webkit-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } ._1NNx6V:link { color: #79b8f3; -webkit-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } .Gpyvwj { font-size: 10px; line-height: 10px; } .Gpyvwj:before { content: " "; vertical-align: text-bottom; display: inline-block; background: transparent url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.png) 50% no-repeat; background-image: url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image: url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.svg), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-size: 20em 221.4em; } .Gpyvwj._3lV8u4:before { background-position: -.5em -198.1em; width: 2em; height: 2.2em; } label { display: block; padding-left: 0; padding-bottom: 0; } html h1 { margin: 0; padding: 0; } a, button { color: inherit; transition: color .3s ease-in-out; } a { text-decoration: none; vertical-align: baseline; } input[type=checkbox] { vertical-align: baseline; margin: 0 .3em 0 0; } input { vertical-align: middle; } button { text-align: inherit; overflow: visible; border: 0; font: inherit; -webkit-font-smoothing: inherit; letter-spacing: inherit; background: 0 0; cursor: pointer; } input { font-size: inherit; font-family: inherit; line-height: inherit; } body *, body :after, body :before { box-sizing: inherit; } body a, body a:link, body a:visited { -webkit-transition: color .2s ease-in-out; -o-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } ._22qEau { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; height: -webkit-max-content; height: -moz-max-content; height: max-content; width: -webkit-max-content; width: -moz-max-content; width: max-content; line-height: 0; } ._22qEau *, ._22qEau :after, ._22qEau :before { box-sizing: inherit; } ._22qEau svg { height: 100%; width: 100%; } ._36qUej { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; } .i4xv9t { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; border: 1px solid #8197a4; border-radius: 3px; background-color: rgba(15, 23, 30, .3); color: #8197a4; padding: 1px 3px 2px; font-size: 11px; line-height: 13px; font-weight: 700; } .i4xv9t *, .i4xv9t :after, .i4xv9t :before { box-sizing: inherit; } .XqYSS8 { color: #8197a4; } ._1zslxR { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; min-width: 22px; font-size: 13px; font-weight: 700; padding: 0 4px; text-align: center; vertical-align: middle; color: #8197a4; border: 1px solid rgba(129, 151, 164, .7); border-radius: 2px; display: -webkit-inline-box; display: -moz-inline-flex; display: inline-flex; -webkit-box-pack: center; -moz-justify-content: center; justify-content: center; -moz-align-items: center; -ms-align-items: center; -webkit-box-align: center; align-items: center; } ._1zslxR *, ._1zslxR :after, ._1zslxR :before { box-sizing: inherit; } ._1zslxR._9VzAtc { border: 0; padding: 0; } ._1zslxR .EyZ6mf { display: inline-block; border-radius: 2px; margin: 0; height: 20px; line-height: 20px; min-width: 22px; } ._1zslxR ._2ikzy6 { color: #f2f4f6; border: 1px solid #f2f4f6; line-height: 18px; } ._1zslxR ._2ikzy6._2Qs3kC { background-color: #000; } ._2LF_6p { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; } ._2LF_6p *, ._2LF_6p :after, ._2LF_6p :before { box-sizing: inherit; } .abwJ5F.abwJ5F.abwJ5F { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } .abwJ5F.abwJ5F.abwJ5F>:not(._2LF_6p) { margin-bottom: 8px; } html:not([dir=rtl]) .abwJ5F.abwJ5F.abwJ5F>:not(:last-child) { margin-right: 8px; } ._3QwtCH._3QwtCH._3QwtCH { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } ._3QwtCH._3QwtCH._3QwtCH>:not(._2LF_6p) { margin-bottom: 12px; } html:not([dir=rtl]) ._3QwtCH._3QwtCH._3QwtCH>:not(:last-child) { margin-right: 12px; } ._2QEJQM._2QEJQM._2QEJQM { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } ._2QEJQM._2QEJQM._2QEJQM>:not(._2LF_6p) { margin-bottom: 16px; } ._16AW_S { -moz-align-items: center; -ms-align-items: center; -webkit-box-align: center; align-items: center; } ._3KHiTg { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; max-width: 1600px; width: 100%; margin: 0 auto; padding: 0 48px; } ._3KHiTg *, ._3KHiTg :after, ._3KHiTg :before { box-sizing: inherit; } @media only screen and (max-width: 64.99em) { ._3KHiTg { padding: 0 32px; } } @media only screen and (max-width: 54.99em) { ._3KHiTg { padding: 0 16px; } } @media only screen and (max-width: 46.99em) { ._3KHiTg { padding: 0 12px; } } @media only screen and (min-width: 90em) { ._3KHiTg { padding: 0 50px; } } ._1NNx6V { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; color: #79b8f3; -webkit-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } ._1NNx6V:link { color: #79b8f3; -webkit-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } .Gpyvwj { font-size: 10px; line-height: 10px; } .Gpyvwj:before { content: " "; vertical-align: text-bottom; display: inline-block; background: transparent url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.png) 50% no-repeat; background-image: url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image: url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.svg), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-size: 20em 221.4em; } .Gpyvwj._3lV8u4:before { background-position: -.5em -198.1em; width: 2em; height: 2.2em; } ._3I-nQy._3I-nQy._3I-nQy { margin-bottom: 12px; font-size: 35px; line-height: 36px; color: white; } @media only screen and (max-width: 64.99em) { ._3I-nQy._3I-nQy._3I-nQy { font-size: 30px; line-height: 32px; } } ._2IIDsE { width: 100%!important; } .HaWow5 { pointer-events: auto; } ._3AGscX { position: relative; line-height: 0; } .Zk8aEm { transition: opacity .4s ease 0ms; opacity: 0; } .atfimgloaded #atf-full { opacity: 1; } .atfimgloaded #atf-thumb { visibility: hidden; } ._3Ey1L9 { position: absolute; top: 0; width: 100%; height: auto; transition: visibility 0ms ease .4s; visibility: visible; } html:not([dir=rtl]) ._3Ey1L9 { left: 0; } .mlmPSf { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; position: relative; } .mlmPSf *, .mlmPSf :after, .mlmPSf :before { box-sizing: inherit; } .mlmPSf .wgGFDs { display: none; } .mlmPSf ._1W5VSv { cursor: pointer; position: absolute; z-index: 1; top: 0; bottom: 0; left: 0; right: 0; } .mlmPSf ._1wxob_ { overflow: hidden; display: block; -webkit-box-orient: vertical; -webkit-line-clamp: 4; max-height: 192px; color: white; } .-dmR1h.-dmR1h.-dmR1h { margin-bottom: 12px; pointer-events: auto; } ._1XdgZK._1XdgZK._1XdgZK { margin-bottom: 16px; } html:not([dir=rtl]) ._1XdgZK._1XdgZK._1XdgZK { max-width: 800px; } ._1XdgZK._1XdgZK._1XdgZK label { color: #79b8f3; } ._3fuIyl._3fuIyl { text-align: initial; } ._3vxMzE._3vxMzE._3vxMzE { color: #8197a4; } @media only screen and (max-width: 27.99em) { ._3vxMzE._3vxMzE._3vxMzE>* { margin-bottom: 0; } } ._1D5Acx { position: relative; } ._1D5Acx._1D5Acx._1D5Acx._1D5Acx { margin-bottom: 8px; } ._28Bfau { opacity: 1; transition-property: opacity; transition-duration: .4s; } ._266mZB dl { display: table-row; font-size: 17px; line-height: normal; pointer-events: auto; } ._266mZB dt { font-weight: 700; white-space: nowrap; display: table-cell; vertical-align: top; float: none; margin: 0; color: #8197a4; } html:not([dir=rtl]) ._266mZB dt { padding: 0 20px 0 0; } ._266mZB dd { display: table-cell; float: none; margin: 0; color: #8197a4; } ._3u-3mI ._266mZB { max-width: 800px; } ._2y5Q0c { word-break: break-word; } ._30UT8H._30UT8H._30UT8H { margin-bottom: 48px; } .FDDgZI { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; direction: ltr; } html:not([dir=rtl]) .FDDgZI svg { margin-right: 4px; } .av-detail-section ._3y6hZ6 { font-size: 13.4px; } .fVWsBr { position: absolute; overflow: hidden; width: 80%; background-repeat: no-repeat; background-size: cover; top: 0; } html:not([dir=rtl]) .fVWsBr { right: 0; } ._3hF9WT { position: relative; max-height: 100%; } ._2ZnCkI._2ZnCkI._2ZnCkI { width: 100%; overflow: hidden; } ._3Lykuc._3Lykuc, ._33xhZL._33xhZL { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(15, 23, 30, .1); pointer-events: none; } html:not([dir=rtl]) ._3Lykuc { background: linear-gradient(90deg, #0f171e 10%, rgba(15, 23, 30, 0) 60%); } ._33xhZL._33xhZL { background: linear-gradient(0deg, #0f171e 0, rgba(15, 23, 30, 0) 50%); } .fVWsBr { width: 60%; } .Coi_ha { opacity: 1; filter: alpha(opacity=100); transition: opacity .5s ease; } html:not([dir=rtl]) ._3Lykuc { background: linear-gradient(90deg, #0f171e 10%, rgba(15, 23, 30, 0)); } ._1472H- { position: relative; width: 100%; margin: 0 auto; } ._1472H- a, ._1472H- a:link, ._1472H- a:visited { color: #79b8f3; transition: color .2s ease-in-out; text-decoration: none; } ._1WCtm8._1WCtm8._1WCtm8 { margin-bottom: 0px; } ._1472H-:after, ._1472H-:before { content: " "; display: table; } ._1472H-:after { clear: both; } .av-detail-section { margin-top: 48px; position: relative; } ._2hu-aV, .av-detail-section { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; } @media (max-height: 780px) { body #dv-action-box-wrapper, body .dv-dp-node-synopsis { -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 0; -ms-flex-order: 0; -webkit-order: 0; order: 0; } body .dv-dp-node-meta-info { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; } body .dv-dp-node-bottom { -webkit-box-ordinal-group: 4; -moz-box-ordinal-group: 3; -ms-flex-order: 3; -webkit-order: 3; order: 3; } } @media (max-height: 640px) { body .dv-dp-node-synopsis { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; } body .dv-dp-node-meta-info { -webkit-box-ordinal-group: 3; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; } body .dv-dp-node-bottom { -webkit-box-ordinal-group: 5; -moz-box-ordinal-group: 4; -ms-flex-order: 4; -webkit-order: 4; order: 4; } } ._1soPIu._1soPIu._1soPIu { margin: 0; padding: 0; } ._2T-E4t { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: baseline; -moz-align-items: baseline; -ms-align-items: baseline; align-items: baseline; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; font-size: 15px; line-height: 20px; overflow: visible; position: relative; margin-top: 12px; margin-bottom: 48px; width: 100%; pointer-events: auto; } @media only screen and (max-width: 64.99em) { ._2T-E4t { font-size: 13px; line-height: 16px; } } ._8n5jYM._8n5jYM._8n5jYM { -webkit-flex-shrink: 0; -moz-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; font-size: 17px; line-height: 24px; } @media only screen and (max-width: 64.99em) { ._8n5jYM._8n5jYM._8n5jYM { font-size: 15px; line-height: 20px; } } ._3Vj7e7 { display: inline-block; height: 24px; width: 24px; } html:not([dir=rtl]) ._3Vj7e7 { margin-right: .3em; } ._2hn8r7 { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; } ._2hn8r7 ._3Vj7e7 { transition: all .2s ease-out; opacity: .7; filter: alpha(opacity=70); } ._2hn8r7 button { vertical-align: baseline; } ._22qEau { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; height: -webkit-max-content; height: -moz-max-content; height: max-content; width: -webkit-max-content; width: -moz-max-content; width: max-content; line-height: 0; } ._22qEau *, ._22qEau :after, ._22qEau :before { box-sizing: inherit; } ._22qEau svg { height: 100%; width: 100%; } label { display: block; padding-left: 0; padding-bottom: 0; } html h1 { margin: 0; padding: 0; } a, button { color: inherit; transition: color .3s ease-in-out; } a { text-decoration: none; vertical-align: baseline; } input[type=checkbox] { vertical-align: baseline; margin: 0 .3em 0 0; } input { vertical-align: middle; } button { text-align: inherit; overflow: visible; border: 0; font: inherit; -webkit-font-smoothing: inherit; letter-spacing: inherit; background: 0 0; cursor: pointer; } input { font-size: inherit; font-family: inherit; line-height: inherit; } body *, body :after, body :before { box-sizing: inherit; } body a, body a:link, body a:visited { -webkit-transition: color .2s ease-in-out; -o-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } ._22qEau { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; height: -webkit-max-content; height: -moz-max-content; height: max-content; width: -webkit-max-content; width: -moz-max-content; width: max-content; line-height: 0; } ._22qEau *, ._22qEau :after, ._22qEau :before { box-sizing: inherit; } ._22qEau svg { height: 100%; width: 100%; } ._36qUej { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; } .i4xv9t { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; border: 1px solid #8197a4; border-radius: 3px; background-color: rgba(15, 23, 30, .3); color: #8197a4; padding: 1px 3px 2px; font-size: 11px; line-height: 13px; font-weight: 700; } .i4xv9t *, .i4xv9t :after, .i4xv9t :before { box-sizing: inherit; } .XqYSS8 { color: #8197a4; } ._1zslxR { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; min-width: 22px; font-size: 13px; font-weight: 700; padding: 0 4px; text-align: center; vertical-align: middle; color: #8197a4; border: 1px solid rgba(129, 151, 164, .7); border-radius: 2px; display: -webkit-inline-box; display: -moz-inline-flex; display: inline-flex; -webkit-box-pack: center; -moz-justify-content: center; justify-content: center; -moz-align-items: center; -ms-align-items: center; -webkit-box-align: center; align-items: center; } ._1zslxR *, ._1zslxR :after, ._1zslxR :before { box-sizing: inherit; } ._1zslxR._9VzAtc { border: 0; padding: 0; } ._1zslxR .EyZ6mf { display: inline-block; border-radius: 2px; margin: 0; height: 20px; line-height: 20px; min-width: 22px; } ._1zslxR ._2ikzy6 { color: #f2f4f6; border: 1px solid #f2f4f6; line-height: 18px; } ._1zslxR ._2ikzy6._2Qs3kC { background-color: #000; } ._2LF_6p { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; } ._2LF_6p *, ._2LF_6p :after, ._2LF_6p :before { box-sizing: inherit; } .abwJ5F.abwJ5F.abwJ5F { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } .abwJ5F.abwJ5F.abwJ5F>:not(._2LF_6p) { margin-bottom: 8px; } html:not([dir=rtl]) .abwJ5F.abwJ5F.abwJ5F>:not(:last-child) { margin-right: 8px; } ._3QwtCH._3QwtCH._3QwtCH { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } ._3QwtCH._3QwtCH._3QwtCH>:not(._2LF_6p) { margin-bottom: 12px; } html:not([dir=rtl]) ._3QwtCH._3QwtCH._3QwtCH>:not(:last-child) { margin-right: 12px; } ._2QEJQM._2QEJQM._2QEJQM { display: -webkit-box; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } ._2QEJQM._2QEJQM._2QEJQM>:not(._2LF_6p) { margin-bottom: 16px; margin-right: 20px; } ._16AW_S { -moz-align-items: center; -ms-align-items: center; -webkit-box-align: center; align-items: center; } ._3KHiTg { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; max-width: 1600px; width: 100%; margin: 0 auto; padding: 0 48px; } ._3KHiTg *, ._3KHiTg :after, ._3KHiTg :before { box-sizing: inherit; } @media only screen and (max-width: 64.99em) { ._3KHiTg { padding: 0 32px; } } @media only screen and (max-width: 54.99em) { ._3KHiTg { padding: 0 16px; } } @media only screen and (max-width: 46.99em) { ._3KHiTg { padding: 0 12px; } } @media only screen and (min-width: 90em) { ._3KHiTg { padding: 0 50px; } } ._1NNx6V { font-family: Amazon Ember, Amazon Arabic Ember, Arial, sans-serif!important; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; color: #79b8f3; -webkit-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } ._1NNx6V:link { color: #79b8f3; -webkit-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } .Gpyvwj { font-size: 10px; line-height: 10px; } .Gpyvwj:before { content: " "; vertical-align: text-bottom; display: inline-block; background: transparent url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.png) 50% no-repeat; background-image: url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)); background-image: url(https://m.media-amazon.com/images/G/01/digital/video/DVUI/icons/dvui-icons--v14.svg), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-size: 20em 221.4em; } .Gpyvwj._3lV8u4:before { background-position: -.5em -198.1em; width: 2em; height: 2.2em; } label { display: block; padding-left: 0; padding-bottom: 0; } html h1 { margin: 0; padding: 0; } a, button { color: inherit; transition: color .3s ease-in-out; } a { text-decoration: none; vertical-align: baseline; } input[type=checkbox] { vertical-align: baseline; margin: 0 .3em 0 0; } input { vertical-align: middle; } button { text-align: inherit; overflow: visible; border: 0; font: inherit; -webkit-font-smoothing: inherit; letter-spacing: inherit; background: 0 0; cursor: pointer; } input { font-size: inherit; font-family: inherit; line-height: inherit; } body *, body :after, body :before { box-sizing: inherit; } body a, body a:link, body a:visited { -webkit-transition: color .2s ease-in-out; -o-transition: color .2s ease-in-out; transition: color .2s ease-in-out; text-decoration: none; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .rating { display: inline-block; float: left; margin: 1px 5px 10px 0!important; vertical-align: top; position: relative!important; right: auto!important; top: 2px!important; } .star { color: #999!important; } .star.on { color: #1a76d2!important; } .rating { position: absolute; right: 0; top: 85px; } .star { font-size: x-large; width: 24px; display: inline-block; color: #c2c2c2; margin-bottom: 20px; cursor: pointer; } .star:before { content: '\2605'; position: absolute; } .star.on { color: #1a76d2; } .star.zero:after { content: '\2605'; color: #1a76d2; position: absolute; overflow: hidden; width: 0; } .rating { display: inline-block; margin: -5px 5px 0 0!important; vertical-align: top; } .star { font-size: x-large!important; width: 23px!important; margin-bottom: 25px!important; } .rating { margin: 6px; } .star { font-size: xx-large; width: 38px; display: inline-block; color: #c2c2c2; margin-bottom: 20px; cursor: pointer; } .star:before { content: '\2605'; position: absolute; } .star.on { color: #1a76d2; } .star.zero:after { content: '\2605'; color: #1a76d2; position: absolute; overflow: hidden; width: 0; } .desc-auto { font-family: 'Portal Movie'; font-size: 17px; line-height: 24px; max-width: 758px; display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } .rating { display: inline-block; float: left; margin: 1px 5px 10px 0!important; vertical-align: top; position: relative!important; right: auto!important; top: 2px!important; } .star { color: #999!important; } .star.on { color: #1a76d2!important; } .rating { position: absolute; right: 0; top: 85px; } .star { font-size: x-large; width: 24px; display: inline-block; color: #c2c2c2; margin-bottom: 20px; cursor: pointer; } .star:before { content: '\2605'; position: absolute; } .star.on { color: #1a76d2; } .star.zero:after { content: '\2605'; color: #1a76d2; position: absolute; overflow: hidden; width: 0; } .rating { display: inline-block; margin: -5px 5px 0 0!important; vertical-align: top; } .star { font-size: x-large!important; width: 23px!important; margin-bottom: 25px!important; } .rating { margin: 6px; } .star { font-size: xx-large; width: 38px; display: inline-block; color: #c2c2c2; margin-bottom: 20px; cursor: pointer; } .star:before { content: '\2605'; position: absolute; } .star.on { color: #1a76d2; } .star.zero:after { content: '\2605'; color: #1a76d2; position: absolute; overflow: hidden; width: 0; }
0.336985
0.058615
*{ margin:0; padding:0; font-family: 'Open Sans', sans-serif; } html,body{ margin:0; padding:0; background-color:#eeffff; } html, body{ background-image: url("/images/bg-day.png"); background-position:center; background-repeat:no-repeat; background-size:cover; } header{ height:56px; width:100%; color:black; background-color:#0093c4; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); font-size:1em; } .cardContainer{ box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); padding:2%; border-radius:10px; background-color:white; } #activity{ padding:20px; } .weatherCardGrid{ display:grid; grid-template-columns: 47% 47%; text-align:center; margin:4%; column-gap:5%; } .header .powered-by { color: black; font-size: 0.4em; text-decoration: none; } footer{ position:fixed; bottom:0; width:100%; height:50px; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); } .footerDiv{ height:200px; } .footerGrid{ width:100%; height:100%; display:grid; grid-template-columns: 25% 25% 25% 25%; } .button{ border: none; border-radius: 0px; padding: 12px 18px; font-size: 0.8em; text-transform: uppercase; cursor: pointer; color: #0093c4; background-color: white; outline: none; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); } .combinedGraph{ width:85%; position:relative; left:4.5%; background-color:white; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); padding:2.5%; border-radius:10px; margin-bottom:2%; } .buttonImage{ padding:0; margin:0; position:relative; bottom:5px; } .buttonText{ padding:0; font-size: 1.3em; } #myChart{ } #myChart2{ } .button { background-position: center; transition: background 2s; border-radius:10px; } .buttonContainer{ padding:2% 10% 0% 10%; display:grid; grid-template-columns: 20% 20%; grid-column-gap:10%; } .button:hover { background: #eeffff radial-gradient(circle, transparent 10%, white 10%) center/15000%; } .button:active { background: #eeffff radial-gradient(circle, transparent 10%, white 10%) center/15000%; } .workoutVid{ width:100%; height:30vh; object-fit:cover; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); border-radius:10px; } label{ margin-left: 5%; } #readyButton{ width:100%; height:100%; padding:5%; border-radius:10px; } #workoutsAvaliable{ padding:4%; } .grid{ display:grid; grid-template-columns: 35% 35%; /* 5 cols */ grid-column-gap:3%; margin-left:20%; margin-top:5%; margin-bottom:5%; } .grid-product{ display:grid; grid-template-columns: 20% 20% 20% 20%; /* 5 cols */ grid-column-gap:2%; grid-row-gap:5%; margin-left:12.5%; margin-top:5%; } .card{ background-color:white; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); border-radius:10px; display:grid; grid-template-columns: 100%; /* 5 cols */ margin-bottom:5%; } #workoutName{ padding:5%; font-size:1.5em; } .card-home{ background-color:white; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); border-radius:10px; display:grid; grid-template-columns: 100%; /* 5 cols */ cursor:pointer; } .cardImage{ width:100%; margin-bottom:1%; border-radius:10px 10px 0px 0px; } .pageInfo{ margin-top:2%; width:50%; position:relative; left:25%; } #workouts{ margin-bottom:20%; } .text{ text-indent:40px; } .header button { border: none; cursor: pointer; height: 30px; margin-right: 16px; opacity: 0.54; outline: none; overflow: hidden; transition: opacity 0.333s cubic-bezier(0, 0, 0.21, 1); width: 24px; float:right; } .pageTitleLink{ text-decoration:none; color:black; } .listForBasket{ width:90%; position:relative; left:5%; list-style-type:none; } .listItem{ width:50%; position:relative; left:25%; text-decoration:none; outline: 1px solid black; margin-top:2%; margin-bottom:2%; height:20%; } .header #butRefresh { background: url(/images/refresh.svg) center center no-repeat; } .header #butInstall { background: url(/images/install.svg) center center no-repeat; } .header #butBasket { background: url(/images/basket.svg) center center no-repeat; } #butSubmit{ width:20%; margin-left:35%; margin-top:3%; height:6vh; border-radius: 3px; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); text-align:center; } #butInstall{ margin-top:5px; } #myCheck{ margin-top:5px; width:20%; color:black; display:inline-block; border-radius: 3px; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); background-color:#eeffff; } .card-text{ padding-left:5%; } .card-text-title{ padding:1%; } .card-title{ padding-left:5%; font-size:1.3em; } .card-button-link{ background-color:white; width:50%; padding: 2% 0 2% 0; margin-top:1%; font-size:1.2em; border-radius:5px; text-decoration:none; text-align:center; color: #0093c4; margin-left:25%; margin-bottom:2%; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); } .card-home:active{ box-shadow: 0 3px 6px rgba(0,0,0,0.26), 0 5px 8px rgba(0,0,0,0.33); } .card-home:focus{ box-shadow: 0 3px 6px rgba(0,0,0,0.26), 0 5px 8px rgba(0,0,0,0.33); } #customerForm{ width:50%; margin-left:25%; margin-top:1%; } .tab{ margin-left:25%; } .row{ width:100%; } .col{ width:55%; } .row2{ column-span:2; } label { padding-left:10%; } .input { padding-right:10%; } .input{ background-color:#4fc3f7; width:70%; padding:2% 3% 2% 3%; margin-left:10%; margin-top:5%; margin-bottom:3%; border-radius: 3px; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); text-decoration:none; text-align:center; color:black; } .pageTitle{ color:black; margin-left:4%; padding-top:9px; font-weight:bold; font-size:1.6em; } footer{ margin-top:20%; } @media only screen and (max-width: 1070px) { .weatherCardGrid{ display:grid; grid-template-columns: 100%; text-align:center; margin:4%; grid-column-gap:5%; grid-row-gap:5%; margin-bottom:10%; } .tab{ margin-left:0; } .header{ height:56px; } .grid{ display:grid; grid-template-columns: 80%; /* 5 cols */ grid-template-rows: 50% 50%; grid-column-gap:10%; grid-row-gap:10%; margin-left:15%; margin-top:15%; } .grid-product{ display:grid; grid-template-columns: 45% 45%; /* 5 cols */ grid-template-rows: 40% 40% 40% 40%; grid-column-gap:2%; grid-row-gap:2%; margin-left:10%; margin-top:15%; } .pageInfo{ margin-top:2%; width:80%; position:relative; left:10%; } footer{ margin-top:70%; } .card{ background-color:white; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); border-radius:10px; display:grid; grid-template-columns: 100%; /* 5 cols */ } .card-home{ background-color:white; height:110%; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); border-radius:10px; display:grid; grid-template-columns: 100%; /* 5 cols */ } #customerForm{ width:100%; margin-top:5%; margin-left:0; } .listForBasket{ margin-top:10%; } .listItem{ width:100%; position:relative; left:0%; } } @media only screen and (max-width: 900px) { .header button{ height:40px; margin-top:5px; } #myCheck{ width:30%; } .powered-by{ display:none; } .grid{ display:grid; grid-template-columns: 95%; /* 5 cols */ grid-column-gap:2%; grid-row-gap:10%; margin-left:5%; margin-top:15%; } .grid-product{ display:grid; grid-template-columns: 45% 45%; /* 5 cols */ grid-column-gap:2%; grid-row-gap:2%; margin-left:10%; margin-top:15%; } .card-button-link{ padding: 3% 0 0 0; } } @media (prefers-color-scheme: dark) { body,html{ background-color:#1d1d1d; } html, body{ background-image: url("/images/bg-night.png"); } .pageTitle{ color:white; } .pageTitleLink{ color:white; } .cardContainer{ background-color:#292929; color:white; } .combinedGraph{ background-color:#292929; color:white; } header{ color:white; background-color:#292929; } .card{ background-color:#292929; color:white; } .card-button-link{ background-color:#c5c5c5; } .card-home{ background-color:#292929; color:white; } .button{ color: white; background-color: #292929; } .button:hover { background: #292929 radial-gradient(circle, transparent 0%, #1d1d1d 1%) center/15000%; } .button:active { background: #292929 radial-gradient(circle, transparent 0%, #1d1d1d 1%) center/15000%; } }
public/styles/style.css
*{ margin:0; padding:0; font-family: 'Open Sans', sans-serif; } html,body{ margin:0; padding:0; background-color:#eeffff; } html, body{ background-image: url("/images/bg-day.png"); background-position:center; background-repeat:no-repeat; background-size:cover; } header{ height:56px; width:100%; color:black; background-color:#0093c4; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); font-size:1em; } .cardContainer{ box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); padding:2%; border-radius:10px; background-color:white; } #activity{ padding:20px; } .weatherCardGrid{ display:grid; grid-template-columns: 47% 47%; text-align:center; margin:4%; column-gap:5%; } .header .powered-by { color: black; font-size: 0.4em; text-decoration: none; } footer{ position:fixed; bottom:0; width:100%; height:50px; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); } .footerDiv{ height:200px; } .footerGrid{ width:100%; height:100%; display:grid; grid-template-columns: 25% 25% 25% 25%; } .button{ border: none; border-radius: 0px; padding: 12px 18px; font-size: 0.8em; text-transform: uppercase; cursor: pointer; color: #0093c4; background-color: white; outline: none; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); } .combinedGraph{ width:85%; position:relative; left:4.5%; background-color:white; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); padding:2.5%; border-radius:10px; margin-bottom:2%; } .buttonImage{ padding:0; margin:0; position:relative; bottom:5px; } .buttonText{ padding:0; font-size: 1.3em; } #myChart{ } #myChart2{ } .button { background-position: center; transition: background 2s; border-radius:10px; } .buttonContainer{ padding:2% 10% 0% 10%; display:grid; grid-template-columns: 20% 20%; grid-column-gap:10%; } .button:hover { background: #eeffff radial-gradient(circle, transparent 10%, white 10%) center/15000%; } .button:active { background: #eeffff radial-gradient(circle, transparent 10%, white 10%) center/15000%; } .workoutVid{ width:100%; height:30vh; object-fit:cover; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); border-radius:10px; } label{ margin-left: 5%; } #readyButton{ width:100%; height:100%; padding:5%; border-radius:10px; } #workoutsAvaliable{ padding:4%; } .grid{ display:grid; grid-template-columns: 35% 35%; /* 5 cols */ grid-column-gap:3%; margin-left:20%; margin-top:5%; margin-bottom:5%; } .grid-product{ display:grid; grid-template-columns: 20% 20% 20% 20%; /* 5 cols */ grid-column-gap:2%; grid-row-gap:5%; margin-left:12.5%; margin-top:5%; } .card{ background-color:white; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); border-radius:10px; display:grid; grid-template-columns: 100%; /* 5 cols */ margin-bottom:5%; } #workoutName{ padding:5%; font-size:1.5em; } .card-home{ background-color:white; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); border-radius:10px; display:grid; grid-template-columns: 100%; /* 5 cols */ cursor:pointer; } .cardImage{ width:100%; margin-bottom:1%; border-radius:10px 10px 0px 0px; } .pageInfo{ margin-top:2%; width:50%; position:relative; left:25%; } #workouts{ margin-bottom:20%; } .text{ text-indent:40px; } .header button { border: none; cursor: pointer; height: 30px; margin-right: 16px; opacity: 0.54; outline: none; overflow: hidden; transition: opacity 0.333s cubic-bezier(0, 0, 0.21, 1); width: 24px; float:right; } .pageTitleLink{ text-decoration:none; color:black; } .listForBasket{ width:90%; position:relative; left:5%; list-style-type:none; } .listItem{ width:50%; position:relative; left:25%; text-decoration:none; outline: 1px solid black; margin-top:2%; margin-bottom:2%; height:20%; } .header #butRefresh { background: url(/images/refresh.svg) center center no-repeat; } .header #butInstall { background: url(/images/install.svg) center center no-repeat; } .header #butBasket { background: url(/images/basket.svg) center center no-repeat; } #butSubmit{ width:20%; margin-left:35%; margin-top:3%; height:6vh; border-radius: 3px; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); text-align:center; } #butInstall{ margin-top:5px; } #myCheck{ margin-top:5px; width:20%; color:black; display:inline-block; border-radius: 3px; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); background-color:#eeffff; } .card-text{ padding-left:5%; } .card-text-title{ padding:1%; } .card-title{ padding-left:5%; font-size:1.3em; } .card-button-link{ background-color:white; width:50%; padding: 2% 0 2% 0; margin-top:1%; font-size:1.2em; border-radius:5px; text-decoration:none; text-align:center; color: #0093c4; margin-left:25%; margin-bottom:2%; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); } .card-home:active{ box-shadow: 0 3px 6px rgba(0,0,0,0.26), 0 5px 8px rgba(0,0,0,0.33); } .card-home:focus{ box-shadow: 0 3px 6px rgba(0,0,0,0.26), 0 5px 8px rgba(0,0,0,0.33); } #customerForm{ width:50%; margin-left:25%; margin-top:1%; } .tab{ margin-left:25%; } .row{ width:100%; } .col{ width:55%; } .row2{ column-span:2; } label { padding-left:10%; } .input { padding-right:10%; } .input{ background-color:#4fc3f7; width:70%; padding:2% 3% 2% 3%; margin-left:10%; margin-top:5%; margin-bottom:3%; border-radius: 3px; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); text-decoration:none; text-align:center; color:black; } .pageTitle{ color:black; margin-left:4%; padding-top:9px; font-weight:bold; font-size:1.6em; } footer{ margin-top:20%; } @media only screen and (max-width: 1070px) { .weatherCardGrid{ display:grid; grid-template-columns: 100%; text-align:center; margin:4%; grid-column-gap:5%; grid-row-gap:5%; margin-bottom:10%; } .tab{ margin-left:0; } .header{ height:56px; } .grid{ display:grid; grid-template-columns: 80%; /* 5 cols */ grid-template-rows: 50% 50%; grid-column-gap:10%; grid-row-gap:10%; margin-left:15%; margin-top:15%; } .grid-product{ display:grid; grid-template-columns: 45% 45%; /* 5 cols */ grid-template-rows: 40% 40% 40% 40%; grid-column-gap:2%; grid-row-gap:2%; margin-left:10%; margin-top:15%; } .pageInfo{ margin-top:2%; width:80%; position:relative; left:10%; } footer{ margin-top:70%; } .card{ background-color:white; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); border-radius:10px; display:grid; grid-template-columns: 100%; /* 5 cols */ } .card-home{ background-color:white; height:110%; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); border-radius:10px; display:grid; grid-template-columns: 100%; /* 5 cols */ } #customerForm{ width:100%; margin-top:5%; margin-left:0; } .listForBasket{ margin-top:10%; } .listItem{ width:100%; position:relative; left:0%; } } @media only screen and (max-width: 900px) { .header button{ height:40px; margin-top:5px; } #myCheck{ width:30%; } .powered-by{ display:none; } .grid{ display:grid; grid-template-columns: 95%; /* 5 cols */ grid-column-gap:2%; grid-row-gap:10%; margin-left:5%; margin-top:15%; } .grid-product{ display:grid; grid-template-columns: 45% 45%; /* 5 cols */ grid-column-gap:2%; grid-row-gap:2%; margin-left:10%; margin-top:15%; } .card-button-link{ padding: 3% 0 0 0; } } @media (prefers-color-scheme: dark) { body,html{ background-color:#1d1d1d; } html, body{ background-image: url("/images/bg-night.png"); } .pageTitle{ color:white; } .pageTitleLink{ color:white; } .cardContainer{ background-color:#292929; color:white; } .combinedGraph{ background-color:#292929; color:white; } header{ color:white; background-color:#292929; } .card{ background-color:#292929; color:white; } .card-button-link{ background-color:#c5c5c5; } .card-home{ background-color:#292929; color:white; } .button{ color: white; background-color: #292929; } .button:hover { background: #292929 radial-gradient(circle, transparent 0%, #1d1d1d 1%) center/15000%; } .button:active { background: #292929 radial-gradient(circle, transparent 0%, #1d1d1d 1%) center/15000%; } }
0.271831
0.063337
.cssload-square { margin: 1vmin 15vmin; width: 19px; height: 19px; transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); } .cssload-square-part { position: absolute; width: 19px; height: 19px; z-index: 1; animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate; -o-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate; -ms-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate; -webkit-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate; -moz-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate; } .cssload-square-green { background: rgb(0,255,255); right: 0; bottom: 0; animation-direction: alternate-reverse; -o-animation-direction: alternate-reverse; -ms-animation-direction: alternate-reverse; -webkit-animation-direction: alternate-reverse; -moz-animation-direction: alternate-reverse; } .cssload-square-pink { background: rgb(255,0,236); left: 0; top: 0; } .cssload-square-blend { background: rgb(255,255,255); position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 2; animation: blend-anim 0.92s ease-in infinite; -o-animation: blend-anim 0.92s ease-in infinite; -ms-animation: blend-anim 0.92s ease-in infinite; -webkit-animation: blend-anim 0.92s ease-in infinite; -moz-animation: blend-anim 0.92s ease-in infinite; } @keyframes blend-anim { 0% { transform: scale(0.01, 0.01) rotateY(0); animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); } 50% { transform: scale(1, 1) rotateY(0); animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); } 100% { transform: scale(0.01, 0.01) rotateY(0); } } @-o-keyframes blend-anim { 0% { -o-transform: scale(0.01, 0.01) rotateY(0); -o-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); } 50% { -o-transform: scale(1, 1) rotateY(0); -o-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); } 100% { -o-transform: scale(0.01, 0.01) rotateY(0); } } @-ms-keyframes blend-anim { 0% { -ms-transform: scale(0.01, 0.01) rotateY(0); -ms-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); } 50% { -ms-transform: scale(1, 1) rotateY(0); -ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); } 100% { -ms-transform: scale(0.01, 0.01) rotateY(0); } } @-webkit-keyframes blend-anim { 0% { -webkit-transform: scale(0.01, 0.01) rotateY(0); -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); } 50% { -webkit-transform: scale(1, 1) rotateY(0); -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); } 100% { -webkit-transform: scale(0.01, 0.01) rotateY(0); } } @-moz-keyframes blend-anim { 0% { -moz-transform: scale(0.01, 0.01) rotateY(0); -moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); } 50% { -moz-transform: scale(1, 1) rotateY(0); -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); } 100% { -moz-transform: scale(0.01, 0.01) rotateY(0); } } @keyframes cssload-part-anim { 0% { transform: translate3d(-10px, -10px, 0); } 100% { transform: translate3d(10px, 10px, 0); } } @-o-keyframes cssload-part-anim { 0% { -o-transform: translate3d(-10px, -10px, 0); } 100% { -o-transform: translate3d(10px, 10px, 0); } } @-ms-keyframes cssload-part-anim { 0% { -ms-transform: translate3d(-10px, -10px, 0); } 100% { -ms-transform: translate3d(10px, 10px, 0); } } @-webkit-keyframes cssload-part-anim { 0% { -webkit-transform: translate3d(-10px, -10px, 0); } 100% { -webkit-transform: translate3d(10px, 10px, 0); } } @-moz-keyframes cssload-part-anim { 0% { -moz-transform: translate3d(-10px, -10px, 0); } 100% { -moz-transform: translate3d(10px, 10px, 0); } }
old_projects/hackmud/css/loading.css
.cssload-square { margin: 1vmin 15vmin; width: 19px; height: 19px; transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); } .cssload-square-part { position: absolute; width: 19px; height: 19px; z-index: 1; animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate; -o-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate; -ms-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate; -webkit-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate; -moz-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate; } .cssload-square-green { background: rgb(0,255,255); right: 0; bottom: 0; animation-direction: alternate-reverse; -o-animation-direction: alternate-reverse; -ms-animation-direction: alternate-reverse; -webkit-animation-direction: alternate-reverse; -moz-animation-direction: alternate-reverse; } .cssload-square-pink { background: rgb(255,0,236); left: 0; top: 0; } .cssload-square-blend { background: rgb(255,255,255); position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 2; animation: blend-anim 0.92s ease-in infinite; -o-animation: blend-anim 0.92s ease-in infinite; -ms-animation: blend-anim 0.92s ease-in infinite; -webkit-animation: blend-anim 0.92s ease-in infinite; -moz-animation: blend-anim 0.92s ease-in infinite; } @keyframes blend-anim { 0% { transform: scale(0.01, 0.01) rotateY(0); animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); } 50% { transform: scale(1, 1) rotateY(0); animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); } 100% { transform: scale(0.01, 0.01) rotateY(0); } } @-o-keyframes blend-anim { 0% { -o-transform: scale(0.01, 0.01) rotateY(0); -o-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); } 50% { -o-transform: scale(1, 1) rotateY(0); -o-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); } 100% { -o-transform: scale(0.01, 0.01) rotateY(0); } } @-ms-keyframes blend-anim { 0% { -ms-transform: scale(0.01, 0.01) rotateY(0); -ms-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); } 50% { -ms-transform: scale(1, 1) rotateY(0); -ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); } 100% { -ms-transform: scale(0.01, 0.01) rotateY(0); } } @-webkit-keyframes blend-anim { 0% { -webkit-transform: scale(0.01, 0.01) rotateY(0); -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); } 50% { -webkit-transform: scale(1, 1) rotateY(0); -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); } 100% { -webkit-transform: scale(0.01, 0.01) rotateY(0); } } @-moz-keyframes blend-anim { 0% { -moz-transform: scale(0.01, 0.01) rotateY(0); -moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); } 50% { -moz-transform: scale(1, 1) rotateY(0); -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); } 100% { -moz-transform: scale(0.01, 0.01) rotateY(0); } } @keyframes cssload-part-anim { 0% { transform: translate3d(-10px, -10px, 0); } 100% { transform: translate3d(10px, 10px, 0); } } @-o-keyframes cssload-part-anim { 0% { -o-transform: translate3d(-10px, -10px, 0); } 100% { -o-transform: translate3d(10px, 10px, 0); } } @-ms-keyframes cssload-part-anim { 0% { -ms-transform: translate3d(-10px, -10px, 0); } 100% { -ms-transform: translate3d(10px, 10px, 0); } } @-webkit-keyframes cssload-part-anim { 0% { -webkit-transform: translate3d(-10px, -10px, 0); } 100% { -webkit-transform: translate3d(10px, 10px, 0); } } @-moz-keyframes cssload-part-anim { 0% { -moz-transform: translate3d(-10px, -10px, 0); } 100% { -moz-transform: translate3d(10px, 10px, 0); } }
0.318909
0.092893
body { color: #fff; margin: 0; } video { height: 720px; width: 1280px; } #appManager { height: 0; position: absolute; visibility: hidden; width: 0; } #controls #panel{ top: -195px; height: 180px; left: 0; padding: 15px 27px 0 27px; position: absolute; width: 1866px; } #controls #panel.hidden { top: -195px !important; -webkit-transition: top .5s; -moz-transition: top .5s; -ms-transition: top .5s; -o-transition: top .5s; transition: top .5s; } #controls.rewind #panel, #controls.fastforward #panel, #controls.paused #panel, #controls.finished #panel, #controls.playing #panel { top: 0; -webkit-transition: top .5s; -moz-transition: top .5s; -ms-transition: top .5s; -o-transition: top .5s; transition: top .5s; } #controls #toparea { background-color: rgba(0, 0, 0, .7); height: 80px; overflow: hidden; padding-top: 13px; padding-bottom: 17px; width: 1866px; } #bottomarea { background-color: rgba(0, 0, 0, .7); height: 54px; overflow: hidden; width: 1866px; vertical-align: top; } #controls #infoarea { display: inline-block; padding-left: 40px; width: 639px; vertical-align: top; } #controls #control1area { display: inline-block; width: 450px; } #controls #info1line { font-family: "SamsungOne 300"; font-size: 31px; color: #b9e4ff; height: 45px; overflow: hidden; } #controls #info2line { font-family: "SamsungOne 300"; font-size: 28px; color: #fff; height: 42px; overflow: hidden; opacity: .45; } #control1area > div, #control2area > div { background-color: rgba(255, 255, 255, .1); border: 2px solid rgba(255, 255, 255, .9); box-shadow: 0px 0px 2px 1px rgba(0,0,0,.3) inset; display: inline-block; height: 75px; margin-right: 9px; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; width: 75px; } #control1area > div:before { background-size: 50%; content: ""; width: 75px; height: 75px; position: absolute; } #controls .disabled:before { opacity: .1; } #controls #control1area :focus { background-color: rgba(255, 255, 255, .8) !important; } #controls #debugbutton:focus, #controls #settingsbutton:focus { background-color: rgba(255, 255, 255, .8) !important; } #control1area #previousbutton:before { background: url("img/1080p.png") -82px 21px no-repeat; transform: rotate(180deg); } #controls #fastforwardbutton:before, #controls #rewindbutton:before { background: url("img/1080p.png") 19px 21px no-repeat; } #controls #rewindbutton:before { transform: rotate(180deg); } #controls #playpausebutton:before, #controls.rewind #playpausebutton:before, #controls.fastforward #playpausebutton:before { background: url("img/1080p.png") -189px 23px no-repeat; } #controls.playing #playpausebutton:before { background: url("img/1080p.png") -265px 24px no-repeat; } #controls #nextbutton:before { background: url("img/1080p.png") -80px 22px no-repeat; margin-right: 0; } #controls #control2area { display: inline-block; width: 700px; } #debugbutton { background: url("img/1080p.png") -3px -196px no-repeat; float: right; } #settingsbutton { background: url("img/1080p.png") -115px -194px no-repeat; float: right; height: 75px; width: 75px; } #settingsmenu { background: rgba(0,0,0,.95); border: 2px solid rgba(255,255,255,.3); color: rgba(255,255,255,.3); font-size: 30px; left: 1493px; line-height: 60px; position: absolute; text-align: center; top: 105px; width: 300px; z-index: 10; } #settingsmenu:focus { background-color: #777; border: 2px solid rgba(255,255,255,1); color: rgba(255,255,255,1); } #controls #statusmodeicon { display: inline-block; height: 33px; margin-left: 17px; width: 105px; } #controls.playing #statusmodeicon { background: url("img/1080p.png") -160px 2px no-repeat; } #controls.paused #statusmodeicon { background: url("img/1080p.png") -262px 2px no-repeat; } #controls.fastforward #statusmodeicon.speed025, #controls.rewind #statusmodeicon.speed-025 { background: url("img/1080p.png") 15px -151px no-repeat; } #controls.fastforward #statusmodeicon.speed05, #controls.rewind #statusmodeicon.speed-05 { background: url("img/1080p.png") -118px -151px no-repeat; } #controls.fastforward #statusmodeicon.speed075, #controls.rewind #statusmodeicon.speed-075 { background: url("img/1080p.png") -236px -151px no-repeat; } #controls.rewind #statusmodeicon.speed-025, #controls.rewind #statusmodeicon.speed-05, #controls.rewind #statusmodeicon.speed-075, #controls.rewind #statusmodeicon.speed-1, #controls.rewind #statusmodeicon.speed-2, #controls.rewind #statusmodeicon.speed-4 { transform: rotate(180deg); } #controls.rewind #statusmodeicon.speed-1, #controls.fastforward #statusmodeicon.speed2{ background: url("img/1080p.png") 16px -82px no-repeat; } #controls.rewind #statusmodeicon.speed-2, #controls.fastforward #statusmodeicon.speed4{ background: url("img/1080p.png") -118px -82px no-repeat; } #controls.rewind #statusmodeicon.speed-4, #controls.fastforward #statusmodeicon.speed8{ background: url("img/1080p.png") -235px -82px no-repeat; } #controls #playtime, #controls #endtime { color: #fff; display: inline-block; font-family: "SamsungOne 300"; font-size: 30px; height: 30px; line-height: 30px; margin-left: 8px; margin-right: 28px; opacity: .8; text-align: right; width: 106px; vertical-align: 8px; } #controls #progressbarcontainer { background-color: #fff; display: inline-block; height: 1px; margin-top: 10px; width: 1444px; vertical-align: 18px; } #controls #progressbar { background-color: #fff; height: 2px; position: absolute; -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; } #controls #progressdot{ position: relative; -webkit-transition: left .5s; -moz-transition: left .5s; -ms-transition: left .5s; -o-transition: left .5s; transition: left .4s; } #controls #progressdot:after { background: url("img/1080p.png") -257px -226px no-repeat; content: ""; display: block; height: 35px; left: -8px; position: relative; top: -13px; width: 27px; } #controls #progressdot:focus { background: none; } #controls #progressdot:focus:after { background: url("img/1080p.png") -312px -224px no-repeat; content: ""; display: block; height: 35px; left: -16px; position: relative; top: -17px; width: 35px; } #controls #endtime { display: inline-block; margin-left: 14px; } @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } } #controls #loader { background: url("img/1080p.png") -366px -6px no-repeat; display: none; -webkit-animation: spin 1.5s linear infinite; -moz-animation: spin 1.5s linear infinite; -ms-animation: spin 1.5s linear infinite; -o-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; height: 130px; left: 900px; position: absolute; top: 500px; width: 130px; } #controls #loader.visible{ display: block; } #error { background: #000; border: 1px solid white; font-size: 30px; margin: 300px auto; padding: 20px; text-align: center; width: 600px; } #error #ok { background: rgba(255,255,255,.5); border: 1px solid rgba(255,255,255,1); line-height: 60px; font-size: 30px; margin: 20px auto 10px; text-align: center; width: 250px; } #subtitlesmenu { background: rgba(0,0,0,.9); height: 450px; margin: 0 auto; width: 750px; } #subtitlesmenutitle { background-color: rgba(255,255,255,.3); color: #fff; font-size: 40px; line-height: 76px; text-align: center; } #subtitlesmenudescription { color: #fff; font-size: 24px; padding: 20px 0 0 30px; text-align: center; width: 540px; } #subtitlesmenuright { margin: 10px 20px 0 0; float: right; } #subtitlesmenuleft { background: rgba(0,0,0,.6); border: 1px solid rgba(255,255,255,.1); height: 250px; margin: 20px; position: absolute; vertical-align: top; width: 450px; } #subtitlesmenuokbutton, #subtitlesmenucancelbutton { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); color: #fff; line-height: 60px; font-size: 25px; text-align: center; width: 220px; } #subtitlesmenucancelbutton { margin-top: 5px; } #subtitlesmenuright :focus { background: rgba(255,255,255,.5); border-color: rgba(255,255,255,1); } #subtitlesmenusubtitles, #subtitlesmenulanguage { border: 1px solid transparent; color: rgba(255,255,255,.5); font-size: 25px; padding: 12px 25px; } #subtitlesmenuleft :focus { background: rgba(255,255,255,.5); border-color: rgba(255,255,255,1); color: #fff; } #subtitlesmenuleft .submenufocused { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); color: rgba(255,255,255,.8); } #subtitlesselectmenu { background: rgba(0,0,0,.8); color: white; line-height: 43px; position: absolute; right: 0; top: 0; width: 100px; } #subtitlesselectmenu div { border: 1px solid transparent; padding-left: 10px; } #subtitlesmenu .value { float: right; } #menu { background: rgba(0,0,0,.6); bottom: 50px; color: #fff; font-size: 30px; left: 500px; line-height: 80px; padding-left: 20px; position: absolute; width: 800px; } #options { background: rgba(0,0,0,.8); position: absolute; right: 0; bottom: 0; } #options .option { border: 1px solid transparent; padding-left: 20px; padding-right: 150px; } #options .option:focus { background: rgba(255,255,255,.2); border: 1px solid #fff; } #options .option.selected { color: blue; }
1080p.css
body { color: #fff; margin: 0; } video { height: 720px; width: 1280px; } #appManager { height: 0; position: absolute; visibility: hidden; width: 0; } #controls #panel{ top: -195px; height: 180px; left: 0; padding: 15px 27px 0 27px; position: absolute; width: 1866px; } #controls #panel.hidden { top: -195px !important; -webkit-transition: top .5s; -moz-transition: top .5s; -ms-transition: top .5s; -o-transition: top .5s; transition: top .5s; } #controls.rewind #panel, #controls.fastforward #panel, #controls.paused #panel, #controls.finished #panel, #controls.playing #panel { top: 0; -webkit-transition: top .5s; -moz-transition: top .5s; -ms-transition: top .5s; -o-transition: top .5s; transition: top .5s; } #controls #toparea { background-color: rgba(0, 0, 0, .7); height: 80px; overflow: hidden; padding-top: 13px; padding-bottom: 17px; width: 1866px; } #bottomarea { background-color: rgba(0, 0, 0, .7); height: 54px; overflow: hidden; width: 1866px; vertical-align: top; } #controls #infoarea { display: inline-block; padding-left: 40px; width: 639px; vertical-align: top; } #controls #control1area { display: inline-block; width: 450px; } #controls #info1line { font-family: "SamsungOne 300"; font-size: 31px; color: #b9e4ff; height: 45px; overflow: hidden; } #controls #info2line { font-family: "SamsungOne 300"; font-size: 28px; color: #fff; height: 42px; overflow: hidden; opacity: .45; } #control1area > div, #control2area > div { background-color: rgba(255, 255, 255, .1); border: 2px solid rgba(255, 255, 255, .9); box-shadow: 0px 0px 2px 1px rgba(0,0,0,.3) inset; display: inline-block; height: 75px; margin-right: 9px; -webkit-transition: background-color .5s; -moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s; width: 75px; } #control1area > div:before { background-size: 50%; content: ""; width: 75px; height: 75px; position: absolute; } #controls .disabled:before { opacity: .1; } #controls #control1area :focus { background-color: rgba(255, 255, 255, .8) !important; } #controls #debugbutton:focus, #controls #settingsbutton:focus { background-color: rgba(255, 255, 255, .8) !important; } #control1area #previousbutton:before { background: url("img/1080p.png") -82px 21px no-repeat; transform: rotate(180deg); } #controls #fastforwardbutton:before, #controls #rewindbutton:before { background: url("img/1080p.png") 19px 21px no-repeat; } #controls #rewindbutton:before { transform: rotate(180deg); } #controls #playpausebutton:before, #controls.rewind #playpausebutton:before, #controls.fastforward #playpausebutton:before { background: url("img/1080p.png") -189px 23px no-repeat; } #controls.playing #playpausebutton:before { background: url("img/1080p.png") -265px 24px no-repeat; } #controls #nextbutton:before { background: url("img/1080p.png") -80px 22px no-repeat; margin-right: 0; } #controls #control2area { display: inline-block; width: 700px; } #debugbutton { background: url("img/1080p.png") -3px -196px no-repeat; float: right; } #settingsbutton { background: url("img/1080p.png") -115px -194px no-repeat; float: right; height: 75px; width: 75px; } #settingsmenu { background: rgba(0,0,0,.95); border: 2px solid rgba(255,255,255,.3); color: rgba(255,255,255,.3); font-size: 30px; left: 1493px; line-height: 60px; position: absolute; text-align: center; top: 105px; width: 300px; z-index: 10; } #settingsmenu:focus { background-color: #777; border: 2px solid rgba(255,255,255,1); color: rgba(255,255,255,1); } #controls #statusmodeicon { display: inline-block; height: 33px; margin-left: 17px; width: 105px; } #controls.playing #statusmodeicon { background: url("img/1080p.png") -160px 2px no-repeat; } #controls.paused #statusmodeicon { background: url("img/1080p.png") -262px 2px no-repeat; } #controls.fastforward #statusmodeicon.speed025, #controls.rewind #statusmodeicon.speed-025 { background: url("img/1080p.png") 15px -151px no-repeat; } #controls.fastforward #statusmodeicon.speed05, #controls.rewind #statusmodeicon.speed-05 { background: url("img/1080p.png") -118px -151px no-repeat; } #controls.fastforward #statusmodeicon.speed075, #controls.rewind #statusmodeicon.speed-075 { background: url("img/1080p.png") -236px -151px no-repeat; } #controls.rewind #statusmodeicon.speed-025, #controls.rewind #statusmodeicon.speed-05, #controls.rewind #statusmodeicon.speed-075, #controls.rewind #statusmodeicon.speed-1, #controls.rewind #statusmodeicon.speed-2, #controls.rewind #statusmodeicon.speed-4 { transform: rotate(180deg); } #controls.rewind #statusmodeicon.speed-1, #controls.fastforward #statusmodeicon.speed2{ background: url("img/1080p.png") 16px -82px no-repeat; } #controls.rewind #statusmodeicon.speed-2, #controls.fastforward #statusmodeicon.speed4{ background: url("img/1080p.png") -118px -82px no-repeat; } #controls.rewind #statusmodeicon.speed-4, #controls.fastforward #statusmodeicon.speed8{ background: url("img/1080p.png") -235px -82px no-repeat; } #controls #playtime, #controls #endtime { color: #fff; display: inline-block; font-family: "SamsungOne 300"; font-size: 30px; height: 30px; line-height: 30px; margin-left: 8px; margin-right: 28px; opacity: .8; text-align: right; width: 106px; vertical-align: 8px; } #controls #progressbarcontainer { background-color: #fff; display: inline-block; height: 1px; margin-top: 10px; width: 1444px; vertical-align: 18px; } #controls #progressbar { background-color: #fff; height: 2px; position: absolute; -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; } #controls #progressdot{ position: relative; -webkit-transition: left .5s; -moz-transition: left .5s; -ms-transition: left .5s; -o-transition: left .5s; transition: left .4s; } #controls #progressdot:after { background: url("img/1080p.png") -257px -226px no-repeat; content: ""; display: block; height: 35px; left: -8px; position: relative; top: -13px; width: 27px; } #controls #progressdot:focus { background: none; } #controls #progressdot:focus:after { background: url("img/1080p.png") -312px -224px no-repeat; content: ""; display: block; height: 35px; left: -16px; position: relative; top: -17px; width: 35px; } #controls #endtime { display: inline-block; margin-left: 14px; } @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } } #controls #loader { background: url("img/1080p.png") -366px -6px no-repeat; display: none; -webkit-animation: spin 1.5s linear infinite; -moz-animation: spin 1.5s linear infinite; -ms-animation: spin 1.5s linear infinite; -o-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; height: 130px; left: 900px; position: absolute; top: 500px; width: 130px; } #controls #loader.visible{ display: block; } #error { background: #000; border: 1px solid white; font-size: 30px; margin: 300px auto; padding: 20px; text-align: center; width: 600px; } #error #ok { background: rgba(255,255,255,.5); border: 1px solid rgba(255,255,255,1); line-height: 60px; font-size: 30px; margin: 20px auto 10px; text-align: center; width: 250px; } #subtitlesmenu { background: rgba(0,0,0,.9); height: 450px; margin: 0 auto; width: 750px; } #subtitlesmenutitle { background-color: rgba(255,255,255,.3); color: #fff; font-size: 40px; line-height: 76px; text-align: center; } #subtitlesmenudescription { color: #fff; font-size: 24px; padding: 20px 0 0 30px; text-align: center; width: 540px; } #subtitlesmenuright { margin: 10px 20px 0 0; float: right; } #subtitlesmenuleft { background: rgba(0,0,0,.6); border: 1px solid rgba(255,255,255,.1); height: 250px; margin: 20px; position: absolute; vertical-align: top; width: 450px; } #subtitlesmenuokbutton, #subtitlesmenucancelbutton { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); color: #fff; line-height: 60px; font-size: 25px; text-align: center; width: 220px; } #subtitlesmenucancelbutton { margin-top: 5px; } #subtitlesmenuright :focus { background: rgba(255,255,255,.5); border-color: rgba(255,255,255,1); } #subtitlesmenusubtitles, #subtitlesmenulanguage { border: 1px solid transparent; color: rgba(255,255,255,.5); font-size: 25px; padding: 12px 25px; } #subtitlesmenuleft :focus { background: rgba(255,255,255,.5); border-color: rgba(255,255,255,1); color: #fff; } #subtitlesmenuleft .submenufocused { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); color: rgba(255,255,255,.8); } #subtitlesselectmenu { background: rgba(0,0,0,.8); color: white; line-height: 43px; position: absolute; right: 0; top: 0; width: 100px; } #subtitlesselectmenu div { border: 1px solid transparent; padding-left: 10px; } #subtitlesmenu .value { float: right; } #menu { background: rgba(0,0,0,.6); bottom: 50px; color: #fff; font-size: 30px; left: 500px; line-height: 80px; padding-left: 20px; position: absolute; width: 800px; } #options { background: rgba(0,0,0,.8); position: absolute; right: 0; bottom: 0; } #options .option { border: 1px solid transparent; padding-left: 20px; padding-right: 150px; } #options .option:focus { background: rgba(255,255,255,.2); border: 1px solid #fff; } #options .option.selected { color: blue; }
0.193414
0.037503
.team { margin: 80px 0; padding-bottom: 60px; background: white; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07); } .team .cover .overlay { height: 250px; padding-top: 60px; opacity: 0; -webkit-transition: opacity 0.45s ease; transition: opacity 0.45s ease; } .team:hover .cover .overlay { opacity: 1; } .team .avatar { position: relative; z-index: 2; margin-top: -60px; border-radius: 50%; } .team .title { margin: 50px 0; } /* Pricing */ #pricing { background-color:white; -webkit-background-size: cover; background-size: cover; -webkit-transition: background-image 0.6s linear 0.3s; transition: background-image 0.6s linear 0.3s; } .owl-pricing img { width: 100%; } .owl-pricing, .pricings { margin-top: 100px; margin-bottom: 100px; } .pricing { position: relative; width: 100%; } .pricings .pricing .box-main, .pricings .pricing .box-second { position: relative; left: 25%; display: inline-block; width: 50%; height: 300px; padding: 50px 40px; background: #bbb; -webkit-transition: -webkit-transform 0.3s, background-image 0.3s, opacity 0.3s; transition: transform 0.3s, background-image 0.3s, opacity 0.3s; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .pricings .pricing .box-main { z-index: 10; padding-top: 40px; } .pricings .pricing .box-main:not(.active) { cursor: pointer; } .pricings .pricing .box-main .info-icon { font-size: 14px; position: absolute; top: 20px; right: 20px; pointer-events: none; opacity: 0; color: #fff; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; } .pricings .pricing .box-main:not(.active) .info-icon { opacity: 1; -webkit-transition-delay: 0.2s; transition-delay: 0.2s; } .pricings .pricing .box-main:not(.active):hover { background: #afafaf; } .pricings .pricing .box-main.active { background-image: url('../img/owe1.jpg'); -webkit-transform: translateX(-99%); -ms-transform: translateX(-99%); transform: translateX(-99%); } .pricings .pricing .box-second { position: absolute; top: 0; right: 0% !important; left: auto; opacity: 0; background: #afafaf; } .pricings .pricing .box-second.active { opacity: 1; background: #00a8ff; } .pricings .pricing.active , .pricings .pricing .box-second { background: #00a8ff; } .pricings .pricing .box-main a.btn { margin-top: 50px; } .owl-twitter i.icon { font-size: 36px; margin-bottom: 60px; color: white; } /* Footer */ footer { padding: 0px 0 40px; background: url('../img/footer.jpg'); -webkit-background-size: cover; background-size: cover; } footer .trial-button { overflow: hidden !important; margin: 40px 0; } footer .bottom-footer { margin-top: 50px; } footer .social-footer { padding: 0; list-style: none; } footer .social-footer li { display: inline-block; margin: 0 10px; } footer .social-footer li a { font-size: 24px; color: #fff; } footer .social-footer li:hover a { color: #00a8ff; } /* Form Control */ /* Mobile Nav */ .mobile-nav { position: fixed; z-index: 9999; top: 0; left: 0; display: table; width: 100%; height: 100%; text-align: center; opacity: 0; background: rgba(255, 255, 255, 0.98); -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); } .mobile-nav.active { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .mobile-nav ul { display: table-cell; padding: 0; list-style: none; vertical-align: middle; } .mobile-nav ul li { margin: 25px 0; } .mobile-nav ul li a:not(.btn) { color: #aaa; } .mobile-nav a.close-link { font-size: 24px; position: absolute; bottom: 0px; left: calc(50% - 10px); left: 0; width: 100%; padding: 15px 0; color: #fff; background: #00a8ff; } .row.title { padding: 0 20px; } .light { font-weight: 300; } .regular { font-weight: 400; } .bold { font-weight: bold; } /* Colors */ .white { color: black; } .light-white { color: rgba(255, 255, 255, 0.5); } .white-bg { background: white; } .gray-bg { background: #f7f7f7; } .blue { color: #00a8ff; } .blue-bg { background: #00a8ff; } .muted { color: #989da0; } .margin-top { margin-top: 70px; } @media(max-width:992px) { h1 { font-size: 36px; } h2 { font-size: 28px; } h3 { font-size: 24px; } h4 { font-size: 20px; } h5 { font-size: 16px; } h6 { font-size: 12px; } .section { padding: 30px 0; } } /* Media Queries */ @media(max-width:991px) { .text-center-mobile { text-align: center !important; } } @media(max-width: 768px) { .pricing { margin-bottom: 30px; } .pricings .pricing .info-icon { display: none; } .pricings .pricing .box-main, .pricings .pricing .box-second { left: 0; width: 100%; padding: 50px 50px 0; text-align: left; background: #00a8ff; } .pricings .pricing .box-main.active { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); } .pricings .pricing .box-second { position: relative; opacity: 1; } .popup-form { width: 100%; margin: 60px auto; } .modal { padding: 0 10px !important; } .popup-form .form-control:not(.dropdown):focus { position: relative; padding-right: 30px; padding-left: 30px; } } @media(max-width: 400px) { header .typed-cursor1 { display: none; } .pricings .pricing .box-second { padding-top: 0; } } .me { display: block; margin: 4em auto; margin-bottom: 4em; width: 20%; height: 20%; border: 6px solid hsla(0,0%,100%,.25); background-color: hsla(0,0%,100%,.075); box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.3); border-radius: 50%; position: relative; z-index: 2; } @media(max-width: 768px) { .me{ top:80px; margin-bottom:120px; } .soci{ margin-top: 20px; } header { position: relative; width: 100%; color: white; background-size: cover; min-height:900px; } } .link:hover { background-color: #0073a4; } .g:hover { background-color: #e25714; } .git:hover { background-color: #e25714; } .m:hover { background-color:blue; } .insta:hover { background-color: rgb(184,58,132); } .socials{ background-color:rgba(255,255,255,0.9); padding:17px 35px; } .fb:hover { background-color: #3d5b99; } .parallax,.parallax2,.parallax3,.parallax4 { height: 300px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } .parallax{ background-image: url('../img/code.jpg'); } .parallax2 { background-image: url('../img/home.jpg'); } .parallax3{ background-image: url('../img/15.jpg'); } .parallax4 { background-image: url('../img/aa.jpg'); } .parallax5{ min-height: 800px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url('../img/14.jpg'); } .about{ height:15em; }
css/style.css
.team { margin: 80px 0; padding-bottom: 60px; background: white; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07); } .team .cover .overlay { height: 250px; padding-top: 60px; opacity: 0; -webkit-transition: opacity 0.45s ease; transition: opacity 0.45s ease; } .team:hover .cover .overlay { opacity: 1; } .team .avatar { position: relative; z-index: 2; margin-top: -60px; border-radius: 50%; } .team .title { margin: 50px 0; } /* Pricing */ #pricing { background-color:white; -webkit-background-size: cover; background-size: cover; -webkit-transition: background-image 0.6s linear 0.3s; transition: background-image 0.6s linear 0.3s; } .owl-pricing img { width: 100%; } .owl-pricing, .pricings { margin-top: 100px; margin-bottom: 100px; } .pricing { position: relative; width: 100%; } .pricings .pricing .box-main, .pricings .pricing .box-second { position: relative; left: 25%; display: inline-block; width: 50%; height: 300px; padding: 50px 40px; background: #bbb; -webkit-transition: -webkit-transform 0.3s, background-image 0.3s, opacity 0.3s; transition: transform 0.3s, background-image 0.3s, opacity 0.3s; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .pricings .pricing .box-main { z-index: 10; padding-top: 40px; } .pricings .pricing .box-main:not(.active) { cursor: pointer; } .pricings .pricing .box-main .info-icon { font-size: 14px; position: absolute; top: 20px; right: 20px; pointer-events: none; opacity: 0; color: #fff; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; } .pricings .pricing .box-main:not(.active) .info-icon { opacity: 1; -webkit-transition-delay: 0.2s; transition-delay: 0.2s; } .pricings .pricing .box-main:not(.active):hover { background: #afafaf; } .pricings .pricing .box-main.active { background-image: url('../img/owe1.jpg'); -webkit-transform: translateX(-99%); -ms-transform: translateX(-99%); transform: translateX(-99%); } .pricings .pricing .box-second { position: absolute; top: 0; right: 0% !important; left: auto; opacity: 0; background: #afafaf; } .pricings .pricing .box-second.active { opacity: 1; background: #00a8ff; } .pricings .pricing.active , .pricings .pricing .box-second { background: #00a8ff; } .pricings .pricing .box-main a.btn { margin-top: 50px; } .owl-twitter i.icon { font-size: 36px; margin-bottom: 60px; color: white; } /* Footer */ footer { padding: 0px 0 40px; background: url('../img/footer.jpg'); -webkit-background-size: cover; background-size: cover; } footer .trial-button { overflow: hidden !important; margin: 40px 0; } footer .bottom-footer { margin-top: 50px; } footer .social-footer { padding: 0; list-style: none; } footer .social-footer li { display: inline-block; margin: 0 10px; } footer .social-footer li a { font-size: 24px; color: #fff; } footer .social-footer li:hover a { color: #00a8ff; } /* Form Control */ /* Mobile Nav */ .mobile-nav { position: fixed; z-index: 9999; top: 0; left: 0; display: table; width: 100%; height: 100%; text-align: center; opacity: 0; background: rgba(255, 255, 255, 0.98); -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); } .mobile-nav.active { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .mobile-nav ul { display: table-cell; padding: 0; list-style: none; vertical-align: middle; } .mobile-nav ul li { margin: 25px 0; } .mobile-nav ul li a:not(.btn) { color: #aaa; } .mobile-nav a.close-link { font-size: 24px; position: absolute; bottom: 0px; left: calc(50% - 10px); left: 0; width: 100%; padding: 15px 0; color: #fff; background: #00a8ff; } .row.title { padding: 0 20px; } .light { font-weight: 300; } .regular { font-weight: 400; } .bold { font-weight: bold; } /* Colors */ .white { color: black; } .light-white { color: rgba(255, 255, 255, 0.5); } .white-bg { background: white; } .gray-bg { background: #f7f7f7; } .blue { color: #00a8ff; } .blue-bg { background: #00a8ff; } .muted { color: #989da0; } .margin-top { margin-top: 70px; } @media(max-width:992px) { h1 { font-size: 36px; } h2 { font-size: 28px; } h3 { font-size: 24px; } h4 { font-size: 20px; } h5 { font-size: 16px; } h6 { font-size: 12px; } .section { padding: 30px 0; } } /* Media Queries */ @media(max-width:991px) { .text-center-mobile { text-align: center !important; } } @media(max-width: 768px) { .pricing { margin-bottom: 30px; } .pricings .pricing .info-icon { display: none; } .pricings .pricing .box-main, .pricings .pricing .box-second { left: 0; width: 100%; padding: 50px 50px 0; text-align: left; background: #00a8ff; } .pricings .pricing .box-main.active { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); } .pricings .pricing .box-second { position: relative; opacity: 1; } .popup-form { width: 100%; margin: 60px auto; } .modal { padding: 0 10px !important; } .popup-form .form-control:not(.dropdown):focus { position: relative; padding-right: 30px; padding-left: 30px; } } @media(max-width: 400px) { header .typed-cursor1 { display: none; } .pricings .pricing .box-second { padding-top: 0; } } .me { display: block; margin: 4em auto; margin-bottom: 4em; width: 20%; height: 20%; border: 6px solid hsla(0,0%,100%,.25); background-color: hsla(0,0%,100%,.075); box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.3); border-radius: 50%; position: relative; z-index: 2; } @media(max-width: 768px) { .me{ top:80px; margin-bottom:120px; } .soci{ margin-top: 20px; } header { position: relative; width: 100%; color: white; background-size: cover; min-height:900px; } } .link:hover { background-color: #0073a4; } .g:hover { background-color: #e25714; } .git:hover { background-color: #e25714; } .m:hover { background-color:blue; } .insta:hover { background-color: rgb(184,58,132); } .socials{ background-color:rgba(255,255,255,0.9); padding:17px 35px; } .fb:hover { background-color: #3d5b99; } .parallax,.parallax2,.parallax3,.parallax4 { height: 300px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } .parallax{ background-image: url('../img/code.jpg'); } .parallax2 { background-image: url('../img/home.jpg'); } .parallax3{ background-image: url('../img/15.jpg'); } .parallax4 { background-image: url('../img/aa.jpg'); } .parallax5{ min-height: 800px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url('../img/14.jpg'); } .about{ height:15em; }
0.30054
0.076064
@media only screen and (min-width: 769px) { /* styles for browsers larger than 788px (larger than ipad resolution, standard version); */ .main-container { margin: 0; height: 100vh; display: flex; } .main-container header { float: left; position: fixed; width: 270px; } .main-container header a { color: #39c; font-weight: bold; text-decoration: none; } .main-container header a:hover { color: #94c; } .main-container .navbar-container { position: fixed; float: left; bottom: -5px; width: 180px; } .main-container .navbar-container .navbar-contents .logo { position: relative; bottom: 0; left: 0; width: 100%; height: auto; padding-top: -1px; box-shadow: 4px 2px 4px -4px rgba(0, 0, 0, 0.2), 8px 4px 8px -4px rgba(0, 0, 0, 0.19); border-radius: 0 20px 0 0; } .main-container .content-container { position: absolute; top: 0; margin: 0; height: 100vh; width: 100%; align-self: flex-end; } input:-webkit-autofill { -webkit-box-shadow: 0 0 0 130px white inset !important; -webkit-text-fill-color: rgba(0, 0, 0, 0.87) !important; background-color: white !important; color: rgba(0, 0, 0, 0.87) !important; } .flex-center { display: flex; flex-direction: column; align-items: center; justify-content: center; } html, body { height: 100%; width: 100%; margin: 0; } h1 { text-align: center; } .login-content { display: flex; flex-direction: column; align-items: center; min-height: 380px; } .drawer > div { width: 160px !important; } .card-media { height: 300px; overflow: hidden; display: flex; justify-content: center; } .card-media img { object-fit: cover; height: 100%; min-width: 50%; float: top; } .cardList { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px; border-radius: 2px; margin: 10px auto; display: flex; font-weight: bold; text-align: center; flex-direction: column; border: solid #f4f4f4; } .cardList * { padding: 10px; flex: 1 100%; } .cardList h1 { border-bottom: solid #f4f4f4; padding: 20px 0 5px 0; margin: 5px; text-align: center; } .cardList .cardContainer { display: flex; height: 40%; } .cardList .cardContainer .cardImage, .cardList .cardContainer .pAndButtons { width: 50%; display: inline-flex; } .cardList .cardContainer .cardImage { width: 150px; overflow: hidden; justify-content: center; } .cardList .cardContainer .cardImage img { object-fit: contain; max-height: 33vh; } .cardList .cardContainer .pAndButtons { flex-direction: column; } .cardList .cardContainer .pAndButtons p { margin: 5px; } .cardList .cardContainer .pAndButtons .buttons { display: flex; justify-content: center; flex-direction: column; padding: 10px auto; height: 100% !important; } .cardList .cardContainer .pAndButtons .buttons .cardButton div { line-height: normal; text-align: center; margin: -10px auto; padding: 5px auto; } .commentDialog { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px; border-radius: 2px; margin: 10px auto; font-weight: bold; } .commentDialog .commentBox { padding: 10px; margin: 5px; } .commentDialog .commentBox .addCommentButton { background: #a3f4b7 !important; display: inline-block !important; } .commentDialog h3 { border-bottom: solid #f4f4f4; padding: 5px; margin: 5px; text-align: center; } .commentDialog .comment { padding: 5px; margin: 10px; border: solid #f4f4f4; } .commentDialog .comment .username { text-align: right; padding: 5px; } .commentDialog .comment p { padding: 5px; } .commentDialog .comment h1 { border-bottom: solid #f4f4f4; border-left: solid #f4f4f4; border-right: solid #f4f4f4; font-size: inherit; text-align: center; } .title { font-size: 22px; font-weight: 400; padding: 10px; background-color: #48b5e9; color: white; margin: 1px; border-radius: 2px 2px 0 0; } .description { display: flex; height: auto; margin: 10px 5px; } .description .photo { display: inline-block; width: 50%; height: 50%; border-radius: 2px 2px 0 0; } .description .text { margin: 10px auto auto 10px; display: inline-block; font-size: 18px; width: 50%; height: 100%; } .cards { width: 60%; float: right; padding-right: 8.8%; } .cards input { width: 99.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px; border-radius: 2px; margin: 10px auto; text-align: center; border: solid #f4f4f4; height: 30px; } .formBox { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px; border-radius: 2px; margin: 10px auto; padding: 10px; font-weight: bold; text-align: center; border: solid #f4f4f4; width: 40%; } .nav-bar-container { display: flex; flex-direction: column; min-width: 200px; } } @media only screen and (max-device-width: 768px) { /* styles for mobile browsers smaller than 480px; (iPhone) */ .main-container { margin: 0; height: 100vh; display: flex; } .main-container header { float: left; position: fixed; width: 270px; } .main-container header a { color: #39c; font-weight: bold; text-decoration: none; } .main-container header a:hover { color: #94c; } .main-container .navbar-container { position: fixed; float: left; width: 150px; height: 100%; } .main-container .navbar-container .navbar-contents { height: 100%; } .main-container .navbar-container .navbar-contents .logo { position: absolute; bottom: 0; left: 0; width: 50%; height: auto; box-shadow: none; } .main-container .content-container { position: absolute; top: 0; margin: 0; height: 100vh; width: 100%; align-self: flex-end; } input:-webkit-autofill { -webkit-box-shadow: 0 0 0 130px white inset !important; -webkit-text-fill-color: rgba(0, 0, 0, 0.87) !important; background-color: white !important; color: rgba(0, 0, 0, 0.87) !important; } .flex-center { display: flex; flex-direction: column; align-items: center; justify-content: center; } .flex-center .flex-login-email { width: 200px !important; } .flex-center .flex-login-password { width: 200px !important; } .flex-center .flex-register-email { width: 200px !important; } .flex-center .flex-register-password { width: 200px !important; } .flex-center .flex-register-repassword { width: 200px !important; } html, body { height: 100%; width: 100%; margin: 0; } h1 { text-align: center; } .login-content { display: flex; flex-direction: column; align-items: center; min-height: 380px; } .drawer { height: 100%; } .drawer > div { height: 100% !important; width: 150px !important; } .card-media { height: 300px; overflow: hidden; display: flex; justify-content: center; } .card-media img { object-fit: cover; height: 100%; min-width: 50%; float: top; } .cardList { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px; border-radius: 2px; margin: 10px auto; position: relative; width: 80%; display: flex; font-weight: bold; text-align: center; flex-direction: column; border: solid #f4f4f4; } .cardList * { padding: 2px; flex: 1 100%; } .cardList h1 { font-size: 20px; border-bottom: solid #f4f4f4; padding: 5px 0 5px 0; margin: 5px; text-align: center; } .cardList .cardContainer { display: flex; flex-direction: column; align-items: center; height: 33%; } .cardList .cardContainer .cardImage, .cardList .cardContainer .pAndButtons { width: 95%; display: inline-flex; } .cardList .cardContainer .cardImage { width: 200px; overflow: hidden; justify-content: center; } .cardList .cardContainer .cardImage img { object-fit: contain; max-height: 33vh; } .cardList .cardContainer .pAndButtons { font-size: 12px; flex-direction: column; } .cardList .cardContainer .pAndButtons .buttons { display: flex; justify-content: center; flex-direction: column; margin: 5px, auto; } .cardList .cardContainer .pAndButtons .buttons div { line-height: normal; text-align: center; padding: 10px; } .commentDialog { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px; border-radius: 2px; margin: 10px auto; font-weight: bold; } .commentDialog .commentBox { padding: 10px; margin: 5px; } .commentDialog .commentBox .commentTitle { font-size: 22px; } .commentDialog .commentBox .addCommentButton { background: #a3f4b7 !important; display: inline-block !important; } .commentDialog h3 { border-bottom: solid #f4f4f4; padding: 5px; margin: 5px; text-align: center; } .commentDialog .comment { padding: 5px; margin: 10px; border: solid #f4f4f4; } .commentDialog .comment .username { text-align: right; padding: 5px; } .commentDialog .comment p { padding: 5px; } .commentDialog .comment h1 { border-bottom: solid #f4f4f4; border-left: solid #f4f4f4; border-right: solid #f4f4f4; font-size: inherit; text-align: center; } .title { font-size: 22px; font-weight: 400; padding: 10px; background-color: #48b5e9; color: white; margin: 1px; border-radius: 2px 2px 0 0; } .description { display: flex; flex-direction: column; align-items: center; height: auto; margin: 1px; } .description .photo { display: inline-block; width: 75%; height: auto; margin-top: 5px; border-radius: 2px 2px 0 0; } .description .text { margin: 10px auto auto 10px; display: inline-block; font-size: 12px; width: 95%; height: 100%; } .cards { width: 84%; float: right; padding-right: 8%; } .cards input { width: 99.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px; border-radius: 2px; margin: 10px auto; text-align: center; border: solid #f4f4f4; height: 30px; } .formBox { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px; border-radius: 2px; margin: 10px auto; padding: 10px; font-weight: bold; text-align: center; border: solid #f4f4f4; width: 60% !important; } .formBox .field { width: 100%; } .formBox .field > div { max-width: 100%; } .nav-bar-container { display: flex; flex-direction: column; min-width: 200px; } } /*# sourceMappingURL=layout.css.map */
src/components/layout.css
@media only screen and (min-width: 769px) { /* styles for browsers larger than 788px (larger than ipad resolution, standard version); */ .main-container { margin: 0; height: 100vh; display: flex; } .main-container header { float: left; position: fixed; width: 270px; } .main-container header a { color: #39c; font-weight: bold; text-decoration: none; } .main-container header a:hover { color: #94c; } .main-container .navbar-container { position: fixed; float: left; bottom: -5px; width: 180px; } .main-container .navbar-container .navbar-contents .logo { position: relative; bottom: 0; left: 0; width: 100%; height: auto; padding-top: -1px; box-shadow: 4px 2px 4px -4px rgba(0, 0, 0, 0.2), 8px 4px 8px -4px rgba(0, 0, 0, 0.19); border-radius: 0 20px 0 0; } .main-container .content-container { position: absolute; top: 0; margin: 0; height: 100vh; width: 100%; align-self: flex-end; } input:-webkit-autofill { -webkit-box-shadow: 0 0 0 130px white inset !important; -webkit-text-fill-color: rgba(0, 0, 0, 0.87) !important; background-color: white !important; color: rgba(0, 0, 0, 0.87) !important; } .flex-center { display: flex; flex-direction: column; align-items: center; justify-content: center; } html, body { height: 100%; width: 100%; margin: 0; } h1 { text-align: center; } .login-content { display: flex; flex-direction: column; align-items: center; min-height: 380px; } .drawer > div { width: 160px !important; } .card-media { height: 300px; overflow: hidden; display: flex; justify-content: center; } .card-media img { object-fit: cover; height: 100%; min-width: 50%; float: top; } .cardList { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px; border-radius: 2px; margin: 10px auto; display: flex; font-weight: bold; text-align: center; flex-direction: column; border: solid #f4f4f4; } .cardList * { padding: 10px; flex: 1 100%; } .cardList h1 { border-bottom: solid #f4f4f4; padding: 20px 0 5px 0; margin: 5px; text-align: center; } .cardList .cardContainer { display: flex; height: 40%; } .cardList .cardContainer .cardImage, .cardList .cardContainer .pAndButtons { width: 50%; display: inline-flex; } .cardList .cardContainer .cardImage { width: 150px; overflow: hidden; justify-content: center; } .cardList .cardContainer .cardImage img { object-fit: contain; max-height: 33vh; } .cardList .cardContainer .pAndButtons { flex-direction: column; } .cardList .cardContainer .pAndButtons p { margin: 5px; } .cardList .cardContainer .pAndButtons .buttons { display: flex; justify-content: center; flex-direction: column; padding: 10px auto; height: 100% !important; } .cardList .cardContainer .pAndButtons .buttons .cardButton div { line-height: normal; text-align: center; margin: -10px auto; padding: 5px auto; } .commentDialog { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px; border-radius: 2px; margin: 10px auto; font-weight: bold; } .commentDialog .commentBox { padding: 10px; margin: 5px; } .commentDialog .commentBox .addCommentButton { background: #a3f4b7 !important; display: inline-block !important; } .commentDialog h3 { border-bottom: solid #f4f4f4; padding: 5px; margin: 5px; text-align: center; } .commentDialog .comment { padding: 5px; margin: 10px; border: solid #f4f4f4; } .commentDialog .comment .username { text-align: right; padding: 5px; } .commentDialog .comment p { padding: 5px; } .commentDialog .comment h1 { border-bottom: solid #f4f4f4; border-left: solid #f4f4f4; border-right: solid #f4f4f4; font-size: inherit; text-align: center; } .title { font-size: 22px; font-weight: 400; padding: 10px; background-color: #48b5e9; color: white; margin: 1px; border-radius: 2px 2px 0 0; } .description { display: flex; height: auto; margin: 10px 5px; } .description .photo { display: inline-block; width: 50%; height: 50%; border-radius: 2px 2px 0 0; } .description .text { margin: 10px auto auto 10px; display: inline-block; font-size: 18px; width: 50%; height: 100%; } .cards { width: 60%; float: right; padding-right: 8.8%; } .cards input { width: 99.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px; border-radius: 2px; margin: 10px auto; text-align: center; border: solid #f4f4f4; height: 30px; } .formBox { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px; border-radius: 2px; margin: 10px auto; padding: 10px; font-weight: bold; text-align: center; border: solid #f4f4f4; width: 40%; } .nav-bar-container { display: flex; flex-direction: column; min-width: 200px; } } @media only screen and (max-device-width: 768px) { /* styles for mobile browsers smaller than 480px; (iPhone) */ .main-container { margin: 0; height: 100vh; display: flex; } .main-container header { float: left; position: fixed; width: 270px; } .main-container header a { color: #39c; font-weight: bold; text-decoration: none; } .main-container header a:hover { color: #94c; } .main-container .navbar-container { position: fixed; float: left; width: 150px; height: 100%; } .main-container .navbar-container .navbar-contents { height: 100%; } .main-container .navbar-container .navbar-contents .logo { position: absolute; bottom: 0; left: 0; width: 50%; height: auto; box-shadow: none; } .main-container .content-container { position: absolute; top: 0; margin: 0; height: 100vh; width: 100%; align-self: flex-end; } input:-webkit-autofill { -webkit-box-shadow: 0 0 0 130px white inset !important; -webkit-text-fill-color: rgba(0, 0, 0, 0.87) !important; background-color: white !important; color: rgba(0, 0, 0, 0.87) !important; } .flex-center { display: flex; flex-direction: column; align-items: center; justify-content: center; } .flex-center .flex-login-email { width: 200px !important; } .flex-center .flex-login-password { width: 200px !important; } .flex-center .flex-register-email { width: 200px !important; } .flex-center .flex-register-password { width: 200px !important; } .flex-center .flex-register-repassword { width: 200px !important; } html, body { height: 100%; width: 100%; margin: 0; } h1 { text-align: center; } .login-content { display: flex; flex-direction: column; align-items: center; min-height: 380px; } .drawer { height: 100%; } .drawer > div { height: 100% !important; width: 150px !important; } .card-media { height: 300px; overflow: hidden; display: flex; justify-content: center; } .card-media img { object-fit: cover; height: 100%; min-width: 50%; float: top; } .cardList { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px; border-radius: 2px; margin: 10px auto; position: relative; width: 80%; display: flex; font-weight: bold; text-align: center; flex-direction: column; border: solid #f4f4f4; } .cardList * { padding: 2px; flex: 1 100%; } .cardList h1 { font-size: 20px; border-bottom: solid #f4f4f4; padding: 5px 0 5px 0; margin: 5px; text-align: center; } .cardList .cardContainer { display: flex; flex-direction: column; align-items: center; height: 33%; } .cardList .cardContainer .cardImage, .cardList .cardContainer .pAndButtons { width: 95%; display: inline-flex; } .cardList .cardContainer .cardImage { width: 200px; overflow: hidden; justify-content: center; } .cardList .cardContainer .cardImage img { object-fit: contain; max-height: 33vh; } .cardList .cardContainer .pAndButtons { font-size: 12px; flex-direction: column; } .cardList .cardContainer .pAndButtons .buttons { display: flex; justify-content: center; flex-direction: column; margin: 5px, auto; } .cardList .cardContainer .pAndButtons .buttons div { line-height: normal; text-align: center; padding: 10px; } .commentDialog { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px; border-radius: 2px; margin: 10px auto; font-weight: bold; } .commentDialog .commentBox { padding: 10px; margin: 5px; } .commentDialog .commentBox .commentTitle { font-size: 22px; } .commentDialog .commentBox .addCommentButton { background: #a3f4b7 !important; display: inline-block !important; } .commentDialog h3 { border-bottom: solid #f4f4f4; padding: 5px; margin: 5px; text-align: center; } .commentDialog .comment { padding: 5px; margin: 10px; border: solid #f4f4f4; } .commentDialog .comment .username { text-align: right; padding: 5px; } .commentDialog .comment p { padding: 5px; } .commentDialog .comment h1 { border-bottom: solid #f4f4f4; border-left: solid #f4f4f4; border-right: solid #f4f4f4; font-size: inherit; text-align: center; } .title { font-size: 22px; font-weight: 400; padding: 10px; background-color: #48b5e9; color: white; margin: 1px; border-radius: 2px 2px 0 0; } .description { display: flex; flex-direction: column; align-items: center; height: auto; margin: 1px; } .description .photo { display: inline-block; width: 75%; height: auto; margin-top: 5px; border-radius: 2px 2px 0 0; } .description .text { margin: 10px auto auto 10px; display: inline-block; font-size: 12px; width: 95%; height: 100%; } .cards { width: 84%; float: right; padding-right: 8%; } .cards input { width: 99.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px; border-radius: 2px; margin: 10px auto; text-align: center; border: solid #f4f4f4; height: 30px; } .formBox { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px, rgba(0, 0, 0, 0.12) 0 1px 4px; border-radius: 2px; margin: 10px auto; padding: 10px; font-weight: bold; text-align: center; border: solid #f4f4f4; width: 60% !important; } .formBox .field { width: 100%; } .formBox .field > div { max-width: 100%; } .nav-bar-container { display: flex; flex-direction: column; min-width: 200px; } } /*# sourceMappingURL=layout.css.map */
0.357007
0.057282
#hr { width: 100%; height: 20px; border-bottom: 1px solid rgb(207,207,215); text-align: center; } #hr span { font-size: 22px; background-color: #FFF; padding: 0 100px; color: #00415e; font-weight: bold; } @media (max-width:786px) { #hr { height: 10px; } #hr span { font-size: 15px; padding: 0 30px; font-size: 12px; } } /* end hr */ /* start terms */ .terms .container {padding-top: 40px;} .terms .row p, .terms .row q { color: #00415E; font-family: 'lato' , sans-serif; font-size: 17px; font-weight: 400; margin-bottom: 20px; } .terms .row .firstq {font-weight: bold;font-size: 18px;} .terms .row p:last-of-type {padding-bottom: 5px;} @media (max-width:786px) { .terms .container { padding: 30px 20px 10px 20px; margin: 0 30px; } .terms .row .firstq { font-size: 11px; margin-bottom: 5px; } .terms .row p.firstq { margin-top: 5px; } .terms .row p, .terms .row q { font-size: 9px; } } /* end terms */ /* start ageement */ .agreement { margin-top: 40px; margin-bottom: 40px; } .agreement .container { border: 1px solid #FFF; border-radius: 20px; box-shadow: 4px 4px rgb(241,241,241); background-color: rgb(250,250,250); padding: 35px 130px; } .agreement h4 { font-weight: bold; color: #00415E; font-family: 'lato' , sans-serif; line-height: 1.7; } .agreement p { color: #00415E; font-family: 'lato' , sans-serif; font-size: 17px; font-weight: 400; line-height: 1.7; } .agreement span { color: #888; font-size: 16px; line-height: 3; font-style:oblique; } @media (max-width:786px) { .agreement .container { padding: 10px 20px; margin: 0 30px; } .agreement h4 { font-size: 11px; } .agreement p { font-size: 9px; } .agreement span { font-size: 9px; } .agreement .text-left { text-align: center; } } /* end ageement */ /* start your information */ .your-information .container-fluid { margin-top: 50px; } .your-information .container { border: 1px solid #FFF; border-radius: 20px; padding: 35px 130px; box-shadow: 0px 8px 10px rgb(241,241,241), -10px 8px 15px rgb(241,241,241), 5px 8px 15px rgb(241,241,241); } .your-information p, .your-information q { color: #00415E; font-size: 19px; font-weight: bold; width: 100%; } .your-information form label { color: #00415E; font-family: 'lato' , sans-serif; font-size: 12px; font-weight: bold; line-height: 1.5; } .your-information form input[type=text], .your-information form input[type=email], .your-information form input[type=tel] { width: 70%; margin: 10px; border: none; background: rgb(240,240,240); color: #00415E; } .your-information form input[type=submit] { background-color: rgb(240,240,240); color: rgb(4,159,177); padding: 5px 25px; border: none; border-radius: 10px; cursor: pointer; font-weight:bold; font-size: 19px; } .your-information form span { color: #888; font-size: 15px; line-height: 3; font-style: oblique; } @media (max-width:786px) { .your-information .container { padding: 10px; margin: 0 30px; } .your-information .text-left { text-align: center; } .your-information form label { width: 100%; } .your-information p, .your-information q { font-size: 11px; } .your-information p { margin-top: 10px; } .your-information form label { font-size: 9px; } .your-information form span { font-size: 9px; } .your-information form input[type=text], .your-information form input[type=email], .your-information form input[type=tel] { margin:0 0 10px 0; } .your-information form input[type=submit] { font-size: 9px; } } /* End your information */ /* start footer */
public/backend/website/css/notMinified/termsStyle.css
#hr { width: 100%; height: 20px; border-bottom: 1px solid rgb(207,207,215); text-align: center; } #hr span { font-size: 22px; background-color: #FFF; padding: 0 100px; color: #00415e; font-weight: bold; } @media (max-width:786px) { #hr { height: 10px; } #hr span { font-size: 15px; padding: 0 30px; font-size: 12px; } } /* end hr */ /* start terms */ .terms .container {padding-top: 40px;} .terms .row p, .terms .row q { color: #00415E; font-family: 'lato' , sans-serif; font-size: 17px; font-weight: 400; margin-bottom: 20px; } .terms .row .firstq {font-weight: bold;font-size: 18px;} .terms .row p:last-of-type {padding-bottom: 5px;} @media (max-width:786px) { .terms .container { padding: 30px 20px 10px 20px; margin: 0 30px; } .terms .row .firstq { font-size: 11px; margin-bottom: 5px; } .terms .row p.firstq { margin-top: 5px; } .terms .row p, .terms .row q { font-size: 9px; } } /* end terms */ /* start ageement */ .agreement { margin-top: 40px; margin-bottom: 40px; } .agreement .container { border: 1px solid #FFF; border-radius: 20px; box-shadow: 4px 4px rgb(241,241,241); background-color: rgb(250,250,250); padding: 35px 130px; } .agreement h4 { font-weight: bold; color: #00415E; font-family: 'lato' , sans-serif; line-height: 1.7; } .agreement p { color: #00415E; font-family: 'lato' , sans-serif; font-size: 17px; font-weight: 400; line-height: 1.7; } .agreement span { color: #888; font-size: 16px; line-height: 3; font-style:oblique; } @media (max-width:786px) { .agreement .container { padding: 10px 20px; margin: 0 30px; } .agreement h4 { font-size: 11px; } .agreement p { font-size: 9px; } .agreement span { font-size: 9px; } .agreement .text-left { text-align: center; } } /* end ageement */ /* start your information */ .your-information .container-fluid { margin-top: 50px; } .your-information .container { border: 1px solid #FFF; border-radius: 20px; padding: 35px 130px; box-shadow: 0px 8px 10px rgb(241,241,241), -10px 8px 15px rgb(241,241,241), 5px 8px 15px rgb(241,241,241); } .your-information p, .your-information q { color: #00415E; font-size: 19px; font-weight: bold; width: 100%; } .your-information form label { color: #00415E; font-family: 'lato' , sans-serif; font-size: 12px; font-weight: bold; line-height: 1.5; } .your-information form input[type=text], .your-information form input[type=email], .your-information form input[type=tel] { width: 70%; margin: 10px; border: none; background: rgb(240,240,240); color: #00415E; } .your-information form input[type=submit] { background-color: rgb(240,240,240); color: rgb(4,159,177); padding: 5px 25px; border: none; border-radius: 10px; cursor: pointer; font-weight:bold; font-size: 19px; } .your-information form span { color: #888; font-size: 15px; line-height: 3; font-style: oblique; } @media (max-width:786px) { .your-information .container { padding: 10px; margin: 0 30px; } .your-information .text-left { text-align: center; } .your-information form label { width: 100%; } .your-information p, .your-information q { font-size: 11px; } .your-information p { margin-top: 10px; } .your-information form label { font-size: 9px; } .your-information form span { font-size: 9px; } .your-information form input[type=text], .your-information form input[type=email], .your-information form input[type=tel] { margin:0 0 10px 0; } .your-information form input[type=submit] { font-size: 9px; } } /* End your information */ /* start footer */
0.290981
0.105856
* Z-Index modification list: * 1000 - Shopping cart, transaction popups * 1001 - Categories menu * 1002 - Banner */ @charset: 'utf8'; /** * Boxes */ div.box { display: inline-block; vertical-align: top; margin-left: 30px; } div.box:last-of-type { margin-left: 0px; } div.box.half { width: calc((100% - 30px) / 2); } div.banner_container { text-align: center; border-bottom: 1px solid #33485d; } div.banner_container img { display: block; width: 800px; height: 400px; margin:0px auto; padding: 30px 0px; } /** * Previous purchases */ div#transactions { display: block; min-height: 500px; width: calc(100vw - 570px); margin-top: 20px; margin-left: 20px; margin-right: auto; padding-bottom: 50px; } div#transactions div.transaction { margin-bottom: 20px; padding: 10px; border: 2px solid #f4eee2; border-radius: 10px; background-color: white; } div#transactions table th { text-align: right; padding: 10px 20px; } div#transactions table td { padding: 10px 20px; padding-top: 0px; } div#transactions table td.popup { position: relative; cursor: default; } div#transactions table td.popup ul { position: absolute; top: 100%; right: 20%; width: 200px; margin: 0px; margin-right: -100px; padding: 10px; list-style-type: none; list-style-image: none; visibility: hidden; opacity: 0; border: 1px solid #E8DCC5; border-radius: 4px; background-color: white; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3); transition: opacity 0.3s; z-index: 1000; } div#transactions table td.popup ul:before { position: absolute; width: 0px; height: 0px; top: -11px; left: calc(50% - 5px); content: ''; border: 5px solid transparent; border-bottom-color: #e8dcc5; } div#transactions table td.popup:hover ul { visibility: visible; opacity: 1; } div#transactions table td.popup ul li { display: block; margin-bottom: 5px; } div#transactions table td.popup ul li:last-of-type { margin-bottom: 0px; } div#transactions table td.popup ul li span { display: inline-block; min-width: 100px; } div#transactions div.transaction div.items { display: none; margin-top: 10px; padding: 10px; border: 2px solid #f4eee2; border-radius: 0px 0px 5px 5px; background-color: #f8f5ee; overflow: hidden; } div#transactions div.transaction div.items.visible { display: block; } div#transactions div.transaction > div.controls { padding-top: 10px; text-align: left; } div#transactions div.transaction > div.controls a { display: inline-block; padding: 10px 20px; margin-right: 10px; position: relative; border: 0px; border-radius: 4px; background-color: #003B43; background-image: linear-gradient(0deg, rgba(0, 59, 67, 1) 0%, rgba(10, 90, 102, 1) 100%); background-size: auto auto; background-repeat: no-repeat; background-position: left top; color: white; text-decoration: none; } div#transactions div.transaction > div.controls a:hover { background-color: #0A5A66; background-image: none; } div#transactions div.transaction > div.controls a.show_items:after { display: inline-block; width: 0px; height: 0px; content: ''; margin-right: 5px; border: 5px solid transparent; border-left-color: white; transition: transform 0.5s; } div#transactions div.transaction > div.controls a.show_items.active:after { transform: rotate(90deg); } div#transactions div.transaction > div.controls a.show_items:before { display: inline-block; content: attr(data-show); } div#transactions div.transaction > div.controls a.show_items.active:before { content: attr(data-hide); } /** * Shop items */ div#items { display: block; min-height: 500px; width: calc(100vw - 550px); margin-right: auto; padding-bottom: 50px; } div#items h3 { padding:10px; border-radius: 0px 10px 10px 0px; background-color: #095965; background-image: linear-gradient(0deg, rgba(0, 59, 67, 1) 0%, rgba(10, 90, 102, 1) 100%); color: white; font-weight: normal; text-align: center; } div.items div.item, div#items div.item { display: inline-block; vertical-align: top; width: 230px; margin: 10px; padding-top: 1.6em; position: relative; border: 2px solid #f4eee2; border-radius: 5px; background-color: white; } div.items div.item.new div.image:after, div#items div.item.new div.image:after { position: absolute; content: ''; width: 50px; height: 50px; top: 2em; left: 1em; background-image: url(../images/item-ribbons.png); background-repeat: no-repeat; background-position: -60px 0px; } div.items div.item.recommended div.image:after, div#items div.item.recommended div.image:after { position: absolute; content: ''; width: 50px; height: 50px; top: 2em; left: 1em; background-image: url(../images/item-ribbons.png); background-repeat: no-repeat; background-position: 0px 0px; } div.items div.item.discount div.image:after, div#items div.item.discount div.image:after { position: absolute; content: ''; width: 50px; height: 50px; top: 2em; left: 1em; background-image: url(../images/item-ribbons.png); background-repeat: no-repeat; background-position: -120px 0px; } div.items div.item > h5, div#items div.item > h5 { position: absolute; top: 0px; left: 0px; width: calc(100% - 10px); margin: 0px; padding: 5px; text-align: center; text-shadow: white 0px 0px 3px; font-weight: normal; } div.items div.item div.image, div#items div.item div.image { height: 170px; background-repeat: no-repeat; background-position: center center; } div.items div.item div.controls a, div#items div.item div.controls a { display: inline-block; vertical-align: top; width: 2em; padding-top: 0.5em; padding-bottom: 0.5em; background-color: #7a9900; color: white; text-align: center; text-decoration: none; line-height: 0%; } div.items div.item div.controls a svg, div#items div.item div.controls a svg { width: 1em; height: 1em; fill: currentColor; } div.items div.item div.controls a:first-of-type, div#items div.item div.controls a:first-of-type { border-radius: 0px 0px 5px 0px; } div.items div.item div.controls a:last-of-type, div#items div.item div.controls a:last-of-type { border-radius: 0px 0px 0px 5px; } div.items div.item div.controls span, div#items div.item div.controls span { display: inline-block; vertical-align: top; width: calc(100% - 4em - 20px); min-height: 1em; padding: 10px; padding-top: 0.5em; padding-bottom: 0.5em; color: #7e8b8c; text-align: center; line-height: 100%; } div.items div.item div.price, div#items div.item div.price { padding-top: 10px; padding-bottom: 5px; background-color: #e8dcc5; color: #33485d; text-align: center; } div.items div.item form.units, div#items div.item form.units { padding-top: 5px; padding-bottom: 10px; background-color: #e8dcc5; color: #33485d; text-align: center; } div.items div.item form.units label, div#items div.item form.units label { display: inline-block; padding: 0px 10px; } div.items div.item form.units label input, div#items div.item form.units label input { display: none; } div.items div.item form.units label span:before, div#items div.item form.units label span:before { display: inline-block; width: 10px; height: 10px; content: ''; position: relative; top: 2px; margin-left: 5px; border: 2px solid #e5e5e5; border-radius: 50%; background-color: #e5e5e5; box-shadow: 0px 0px 0px 1px #989898; transition: background-color 0.3s; } div.items div.item form.units label input:checked + span:before, div#items div.item form.units label input:checked + span:before { background-color: #656565; } /** * Contact page */ div.wrap > h1 { color: #3397da; font-size: 3rem; text-align: center; } div.wrap.contact { min-height: 900px; padding: 10px calc((100vw - 900px) / 2); padding-top: 100px; background-image: url(../images/hill.png), url(../images/thematic-background.jpg), linear-gradient(180deg, #9DE300 1056px, #4EA913 100%); background-position: center 626px, top center; background-repeat: no-repeat; } div.wrap.contact form { padding: 20px; border-radius: 0px 0px 10px 10px; background-color: white; background-color: rgba(255, 255, 255, 0.8); } div.wrap.contact div.box > span { display: block; padding: 20px; position: relative; border-radius: 10px 10px 0px 0px; background-color: white; background-color: rgba(255, 255, 255, 0.8); } div.wrap.contact div.box > span:after { position: absolute; height: 0px; bottom: 0px; left: 20px; right: 20px; content: ''; border-bottom: 1px solid #003B43; opacity: 0.5; } div.wrap.contact article p, div.wrap.recovery article p { position: relative; margin: 0px; margin-bottom: 20px; padding: 10px; padding-right: calc(1rem + 1.5em + 30px); border-radius: 10px; background-color: white; background-color: rgba(255, 255, 255, 0.8); font-size: 1.5em; line-height: 100%; } div.wrap.contact article p:before, div.wrap.recovery article p:before { position: absolute; top: 0px; right: 0px; bottom: 0px; width: calc(1rem + 1.5em + 20px); content: ''; border-radius: 0px 10px 10px 0px; background-color: #1976bd; } div.wrap.contact article p:after, div.wrap.recovery article p:after { position: absolute; top: 50%; right: 5px; width: 100px; height: 100px; margin-top: -50px; content: ''; background-image: url(../images/contact-sprite.svg); background-position: left top; background-size: 500px 100px; background-repeat: no-repeat; transform-origin: right center; transform: scale(0.6); } div.wrap.contact article p:nth-of-type(2):after, div.wrap.recovery article p:nth-of-type(2):after { background-position: -100px top; } div.wrap.contact article p:nth-of-type(3):after, div.wrap.recovery article p:nth-of-type(3):after { background-position: -200px top; } div.wrap.contact article p:nth-of-type(4):after, div.wrap.recovery article p:nth-of-type(4):after { background-position: -300px top; } div.wrap.contact article p:nth-of-type(5):after, div.wrap.recovery article p:nth-of-type(5):after { background-position: -400px top; } div.wrap.contact article p em, div.wrap.recovery article p em { display: block; font-size: 1rem; font-style: normal; } div.wrap.contact form div.overlay { border-radius: 0px 0px 10px 10px; background: white; background: rgba(255, 255, 255, 0.8); background: url(../images/loading.gif), linear-gradient( 90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100% ); background-position: center 40%; background-repeat: no-repeat; } div.wrap.contact form label { display: block; margin-bottom: 10px; } div.wrap.contact form span { display: inline-block; vertical-align: middle; min-width: 50px; } div.wrap.contact form input { padding: 10px; border: 1px solid #a0a0a0; border-radius: 4px; box-shadow: inset 0px 0px 2px rgba(100, 100, 100, 0.2); transition: all 0.3s; } div.wrap.contact form input:focus { border-color: rgba(0, 59, 67, 1); } div.wrap.contact form div.controls { padding-top: 10px; text-align: center; } div.wrap.contact form button { position: relative; padding: 10px 20px; margin-left: 5px; margin-right: 5px; border: 0px; border-radius: 4px; background-color: #003B43; background-image: linear-gradient(0deg, rgba(0, 59, 67, 1) 0%, rgba(10, 90, 102, 1) 100%); background-size: auto auto; background-repeat: no-repeat; background-position: left top; color: white; font-size: 1.2em; cursor: pointer; z-index: 0; } div.wrap.contact form button:after { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; content: ''; border-radius: 4px; background-color: #0A5A66; background-image: linear-gradient(180deg, rgba(10, 90, 102, 1) 0%, rgba(10, 90, 102, 1) 100%); background-size: auto auto; background-repeat: no-repeat; background-position: left top; transition: 0.3s all; opacity: 0; z-index: -1; } div.wrap.contact form button:focus, div.wrap.contact form button:hover { background-color: transparent; } div.wrap.contact form button:focus:after, div.wrap.contact form button:hover:after { opacity: 1; } div.wrap.contact form button:active:after { background-image: linear-gradient(0deg, rgba(10, 90, 102, 1) 0%, rgba(0, 59, 67, 1) 100%); } div.wrap.contact form input::-moz-focus-inner, div.wrap.contact form button::-moz-focus-inner { border: 0; padding: 0; } /** * Frequently asked questions */ div.wrap.faq { padding-top: 100px; background-image: url(../images/hill.png), url(../images/thematic-background.jpg), linear-gradient(180deg, #9DE300 1056px, #4EA913 100%); background-position: center 626px, center top; background-repeat: no-repeat; } div#faq { padding: 0px calc((100% - 780px) / 2); padding-bottom: 446px; background-image: url(../images/hill.png), url(../images/sign-bottom.png); background-position: center bottom, calc(50% - 6px) calc(100% - 240px); background-repeat: no-repeat; } div#faq h1 { margin: 0px; padding: calc(122px - 1em) 20px 0px 20px; background-image: url(../images/sign-top.png); background-repeat: no-repeat; background-position: 3px top; color: #3397da; font-size: 3rem; text-align: center; line-height: 100%; } div#faq dl { display: block; min-height: 370px; margin: 0px; padding: 0px 60px; padding-top: 20px; background-image: url(../images/sign-middle.png); background-repeat: repeat-y; background-position: 14px top; } div#faq dl dt { padding: 10px; border-top: 1px solid #CCCCCC; border-top: 1px solid rgba(200, 200, 200, 0.8); font-weight: bold; } div#faq dl dt:before { display: inline-block; vertical-align: middle; width: 1.5em; height: 1.5em; content: ''; margin-left: 5px; position: relative; top: -2px; background-image: url(../images/faq-sprite.svg); background-repeat: no-repeat; background-size: 1.5em 3em; background-position: 0px 0px; transition: all 0.5s; } div#faq dl dt.expanded:before { background-position: 0px -1.5em; } div#faq dl dt:first-of-type { border-top-width: 0px; } div#faq dl dd { margin-bottom: 10px; } div#faq dl dd:last-of-type { margin-bottom: 0px; } /** * About us */ div.wrap.about { min-height: 800px; padding: 0px calc((100vw - 530px) / 2); padding-top: 200px; background-image: url(../images/hill.png), url(../images/about-us-sign.png), url(../images/thematic-background.jpg), linear-gradient(180deg, #9DE300 1056px, #4EA913 100%); background-position: center 626px, center calc(100% - 170px), top center; background-repeat: no-repeat; text-align: center; } div.wrap.about h1 { margin: 0px; padding: 0px; padding-top: 20px; color: #3397da; font-size: 3rem; text-align: center; line-height: 100%; } /** * Delivery areas */ div.wrap.areas { padding-top: 100px; background-image: url(../images/hill.png), url(../images/thematic-background.jpg), linear-gradient(180deg, #9DE300 1056px, #4EA913 100%); background-position: center 626px, top center; background-repeat: no-repeat; } div.wrap.areas > div { padding: 0px calc((100% - 780px) / 2); padding-bottom: 446px; background-image: url(../images/hill.png), url(../images/sign-bottom.png); background-position: center bottom, calc(50% - 6px) calc(100% - 240px); background-repeat: no-repeat; } div.wrap.areas > div:before { display: block; min-height: 122px; content: ''; background-image: url(../images/sign-top.png); background-repeat: no-repeat; background-position: 3px top; } div.wrap.areas article { min-height: 390px; padding: 0px 70px; background-image: url(../images/sign-middle.png); background-repeat: repeat-y; background-position: 14px top; } div.wrap.areas article h1 { position: relative; top: -50px; margin: 0px; color: #3397da; font-size: 3rem; text-align: center; line-height: 100%; } div.wrap.areas article p { margin: 0px; padding-bottom: 10px; } div.wrap.areas > div > img { position: absolute; bottom: 50px; left: calc((100% - 1400px) / 2); } div.wrap.areas > div > img:nth-child(2) { left: auto; right: calc((100% - 1400px) / 2); } /** * Terms and conditions * Security information */ div.wrap.terms, div.wrap.security { min-height: 900px; padding: 10px calc((100vw - 900px) / 2); padding-top: 100px; background-image: url(../images/hill.png), url(../images/thematic-background.jpg), linear-gradient(180deg, #9DE300 1056px, #4EA913 100%); background-position: center 626px, top center; background-repeat: no-repeat; } div.terms article, div.security article { padding: 20px; border-radius: 10px; background-color: white; background-color: rgba(255, 255, 255, 0.8); } div.terms article h1, div.security article h1 { margin-top: 0px; color: #3397da; font-size: 3rem; text-align: center; } div.security article li { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #909090; border-bottom: 1px solid rgba(100, 100, 100, 0.3); } div.security article li:last-of-type { border: 0px; } div.security article li:first-line { color: orange; } /** * Shopping cart */ div.cart { float: right; position: relative; z-index: 1000; margin-right: 20px; margin-top: 20px; border: 2px solid #f4eee2; border-radius: 10px; background-color: white; -webkit-transform: translateZ(0); } div.cart.floating { position: fixed; } div.cart section.container { height: 350px; overflow: hidden; } div.cart div.scrollbar_thumb { width: 7px; margin-left: 2px; border-radius: 2px; background-color: #33485d; } div.cart h3 { margin: 0px; padding: 10px; font-weight: normal; text-align: center; } div.cart ul { display: block; min-width: 455px; min-height: 350px; margin: 0px; padding: 0px; overflow: hidden; list-style-type: none; list-style-image: none; } div.cart ul:empty:after { position: absolute; top: 50px; left: 50%; width: 200px; margin-left: -100px; padding-top: 170px; content: attr(data-message-empty); background-image: url(../images/cart.png); background-position: center top; background-repeat: no-repeat; color: #E8DCC5; font-size: 2em; text-align: center; } div.cart ul li { display: block; min-width: 400px; max-height: 100px; padding: 0px 10px; position: relative; overflow: hidden; transition: all 0.5s; } div.cart ul li.hidden { max-height: 0px; padding-top: 0px; padding-bottom: 0px; } div.cart ul li:after { position: absolute; height: 1px; width: 80%; content: ''; left: 10%; top: 0px; background-color: #e8dcc5; transition: all 0.5s; } div.cart ul li:first-of-type:after { content: none; } div.cart ul li:hover { background-color: rgba(232, 220, 197, 0.3); } div.cart ul li img { width: 100px; height: 100px; vertical-align: middle; } div.cart ul li span { display: inline-block; vertical-align: middle; padding: 5px; text-align: center; } div.cart ul li span.count { width: 50px; } div.cart ul li span.count:after { display: block; content: attr(data-size); } div.cart ul li div.controls { display: inline-block; width: 150px; padding: 5px; padding-right: 10px; vertical-align: middle; text-align: right; } div.cart ul li div.controls div { padding-bottom: 3px; } div.cart ul li div.controls a { display: inline-block; margin-left: 2px; border-radius: 3px; background-color: #ECF0F1; transition: all 0.3s; cursor: pointer; line-height: 0%; } div.cart ul li div.controls a:hover { background-color: #7A9900; color: white; } div.cart ul li div.controls a svg { width: 0.5em; height: 0.5em; fill: currentColor; } div.cart ul li span.price { width: 100px; } div.cart ul li span.price:before { display: block; content: attr(data-label); } div.cart ul li span.price:after { content: ' ' attr(data-currency); } div.cart ul li a { display: inline-block; vertical-align: top; padding: 5px; } div.cart > div { padding: 10px; position: relative; border-radius: 0px 0px 10px 10px; background-color: #e8dcc5; text-align: center; } div.cart > div button { padding: 10px; padding-left: 20px; padding-right: 20px; border: 1px solid rgba(10, 90, 102, 1); border-radius: 5px; background-color: #095965; background-image: linear-gradient(0deg, rgba(0, 59, 67, 1) 0%, rgba(10, 90, 102, 1) 100%); color: white; font-size: 1.2rem; } div.cart > div button:active { background-image: linear-gradient(180deg, rgba(0, 59, 67, 1) 0%, rgba(10, 90, 102, 1) 100%); } div.cart > div button[name=history] { margin-right: 10px; } div.cart div.total_count { margin-bottom: 5px; text-align: right; } div.cart div.delivery { margin-bottom: 10px; text-align: right; } div.cart div.delivery span:after { content: ' ' attr(data-currency); } div.cart article { position: absolute; top: 10px; left: 10px; width: 60%; } div.cart article p { margin: 0px; padding-bottom: 0px; font-size: 0.7rem; } /** * Checkout */ div#shipping_information label:nth-of-type(9), div#shipping_information label:nth-of-type(10) { display: none; } /** * Password recovery form */ div.wrap.recovery { min-height: 900px; padding: 10px calc((100vw - 900px) / 2); padding-top: 100px; background-image: url(../images/hill.png), url(../images/thematic-background.jpg), linear-gradient(180deg, #9DE300 1056px, #4EA913 100%); background-position: center 626px, top center; background-repeat: no-repeat; } form.recovery { display: block; padding: 20px; margin-bottom: 50px; border: 2px solid #f4eee2; border-radius: 10px; background-color: white; } form.recovery label { display: block; margin-bottom: 10px; } form.recovery label span { display: block; margin-bottom: 2px; } form.recovery label input { min-width: 300px; padding: 5px; } form.recovery hr { display: block; margin: 0px; margin-top: 20px; padding-bottom: 20px; border: 0px; border-top: 1px solid #095965; opacity: 0.3; } form.recovery button { display: inline-block; position: relative; padding: 10px 30px; border: 0px; border-radius: 4px; background-image: linear-gradient(0deg, rgba(0, 59, 67, 1) 0%, rgba(10, 90, 102, 1) 100%); background-color: transparent; color: white; cursor: pointer; z-index: 0; } form.recovery button:after { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; content: ''; border-radius: 4px; background-image: linear-gradient(180deg, rgba(10, 90, 102, 1) 0%, rgba(10, 90, 102, 1) 100%); transition: 0.3s all; opacity: 0; z-index: -1; } form.recovery button:focus:after, form.recovery button:hover:after { opacity: 1; } form.recovery button:active:after { background-image: linear-gradient(0deg, rgba(10, 90, 102, 1) 0%, rgba(0, 59, 67, 1) 100%); } /** * Dialogs */ div.dialog, div.dialog.error { visibility: hidden; opacity: 0; top: 10% !important; transform: translateY(-200px); border-radius: 10px; background-color: #f8f5ee; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); transition: all 0.5s; } div.dialog.visible { visibility: visible; opacity: 1; margin-left: 0px; transform: translateY(0); } div.dialog div.title { border-radius: 10px 10px 0px 0px; background-color: #095965; background-image: linear-gradient(0deg, rgba(0, 59, 67, 1) 0%, rgba(10, 90, 102, 1) 100%); color: white; text-align: center; } div.dialog.error div.title { background-color: #FF3400; background-image: linear-gradient(0deg, rgba(255, 64, 0, 1) 0%, rgba(255, 111, 63, 1) 100%); } div.dialog div.inner_content { padding: 10px; text-align: center; } div.dialog hr { display: block; width: 50%; margin: 0px auto; margin-top: 20px; padding-bottom: 20px; border: 0px; border-top: 1px solid #095965; opacity: 0.3; } div.dialog label { display: block; margin-bottom: 10px; } div.dialog label.inline { display: inline-block; width: calc((80% + 12px) / 2); } div.dialog label.inline:first-of-type { margin-left: 10px; } div.dialog label input:not([type=checkbox]) { min-width: 80%; padding: 10px; border: 1px solid #909090; border-radius: 3px; box-shadow: inset 2px 3px 3px rgba(120, 120, 120, 0.3); color: #909090; transition: all 0.3s; } div.dialog label.inline input { min-width: auto; width: calc(100% - 22px); } div.dialog label input.ltr { direction: ltr; } div.dialog label input:focus { border-color: #095965; color: #095965; } div.dialog label input.invalid:not([type=checkbox]), div.dialog label input.invalid[type=checkbox] + span:before { border-color: red; box-shadow: inset 0px 0px 3px red, inset 2px 3px 3px rgba(120, 120, 120, 0.3); } div.dialog label input[type=checkbox] { display: none; } div.dialog label input[type=checkbox] + span:before { display: inline-block; content: ''; vertical-align: middle; width: 16px; height: 16px; margin-left: 5px; border: 1px solid #909090; border-radius: 3px; background-image: url(../images/checkbox.png); background-size: 16px 32px; background-position: left top; box-shadow: inset 2px 3px 3px rgba(120, 120, 120, 0.3); transition: all 0.3s; } div.dialog label input[type=checkbox]:checked + span:before { background-position: left -16px; } div.dialog div.captcha input { width: calc(100% - 214px); min-width: 30%; margin-left: 10px; } div.dialog div.captcha img { vertical-align: bottom; border: 1px solid rgba(0, 0, 0, 0.3); border-radius: 3px; } div.dialog input.invalid { box-shadow: inset 0px 0px 4px 0px red; border-color: red; } div.dialog div.inner_content a { color: #3397DA; text-decoration: none; } div.dialog div.inner_content a:hover { text-decoration: underline; } div.dialog div.command_bar a { border-radius: 5px; } /** * Banner */ div.banner { position: fixed; top: 100px; left: -620px; width: 600px; min-height: 220px; padding: 10px; border-radius: 0px 5px 5px 0px; background-color: white; transition: left 1s; filter: url(../images/effects.svg#header-shadow); filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.6)); -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.6)); transform: translateZ(0); z-index: 1002; } div.banner.visible { left: 0px; } div.banner a { position: absolute; right: -62px; top: 10px; width: 62px; height: 220px; background-image: url(../images/side-ribbon.svg); background-repeat: no-repeat; background-size: 62px 220px; } div.banner img { cursor: pointer; }
site/styles/content.css
* Z-Index modification list: * 1000 - Shopping cart, transaction popups * 1001 - Categories menu * 1002 - Banner */ @charset: 'utf8'; /** * Boxes */ div.box { display: inline-block; vertical-align: top; margin-left: 30px; } div.box:last-of-type { margin-left: 0px; } div.box.half { width: calc((100% - 30px) / 2); } div.banner_container { text-align: center; border-bottom: 1px solid #33485d; } div.banner_container img { display: block; width: 800px; height: 400px; margin:0px auto; padding: 30px 0px; } /** * Previous purchases */ div#transactions { display: block; min-height: 500px; width: calc(100vw - 570px); margin-top: 20px; margin-left: 20px; margin-right: auto; padding-bottom: 50px; } div#transactions div.transaction { margin-bottom: 20px; padding: 10px; border: 2px solid #f4eee2; border-radius: 10px; background-color: white; } div#transactions table th { text-align: right; padding: 10px 20px; } div#transactions table td { padding: 10px 20px; padding-top: 0px; } div#transactions table td.popup { position: relative; cursor: default; } div#transactions table td.popup ul { position: absolute; top: 100%; right: 20%; width: 200px; margin: 0px; margin-right: -100px; padding: 10px; list-style-type: none; list-style-image: none; visibility: hidden; opacity: 0; border: 1px solid #E8DCC5; border-radius: 4px; background-color: white; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3); transition: opacity 0.3s; z-index: 1000; } div#transactions table td.popup ul:before { position: absolute; width: 0px; height: 0px; top: -11px; left: calc(50% - 5px); content: ''; border: 5px solid transparent; border-bottom-color: #e8dcc5; } div#transactions table td.popup:hover ul { visibility: visible; opacity: 1; } div#transactions table td.popup ul li { display: block; margin-bottom: 5px; } div#transactions table td.popup ul li:last-of-type { margin-bottom: 0px; } div#transactions table td.popup ul li span { display: inline-block; min-width: 100px; } div#transactions div.transaction div.items { display: none; margin-top: 10px; padding: 10px; border: 2px solid #f4eee2; border-radius: 0px 0px 5px 5px; background-color: #f8f5ee; overflow: hidden; } div#transactions div.transaction div.items.visible { display: block; } div#transactions div.transaction > div.controls { padding-top: 10px; text-align: left; } div#transactions div.transaction > div.controls a { display: inline-block; padding: 10px 20px; margin-right: 10px; position: relative; border: 0px; border-radius: 4px; background-color: #003B43; background-image: linear-gradient(0deg, rgba(0, 59, 67, 1) 0%, rgba(10, 90, 102, 1) 100%); background-size: auto auto; background-repeat: no-repeat; background-position: left top; color: white; text-decoration: none; } div#transactions div.transaction > div.controls a:hover { background-color: #0A5A66; background-image: none; } div#transactions div.transaction > div.controls a.show_items:after { display: inline-block; width: 0px; height: 0px; content: ''; margin-right: 5px; border: 5px solid transparent; border-left-color: white; transition: transform 0.5s; } div#transactions div.transaction > div.controls a.show_items.active:after { transform: rotate(90deg); } div#transactions div.transaction > div.controls a.show_items:before { display: inline-block; content: attr(data-show); } div#transactions div.transaction > div.controls a.show_items.active:before { content: attr(data-hide); } /** * Shop items */ div#items { display: block; min-height: 500px; width: calc(100vw - 550px); margin-right: auto; padding-bottom: 50px; } div#items h3 { padding:10px; border-radius: 0px 10px 10px 0px; background-color: #095965; background-image: linear-gradient(0deg, rgba(0, 59, 67, 1) 0%, rgba(10, 90, 102, 1) 100%); color: white; font-weight: normal; text-align: center; } div.items div.item, div#items div.item { display: inline-block; vertical-align: top; width: 230px; margin: 10px; padding-top: 1.6em; position: relative; border: 2px solid #f4eee2; border-radius: 5px; background-color: white; } div.items div.item.new div.image:after, div#items div.item.new div.image:after { position: absolute; content: ''; width: 50px; height: 50px; top: 2em; left: 1em; background-image: url(../images/item-ribbons.png); background-repeat: no-repeat; background-position: -60px 0px; } div.items div.item.recommended div.image:after, div#items div.item.recommended div.image:after { position: absolute; content: ''; width: 50px; height: 50px; top: 2em; left: 1em; background-image: url(../images/item-ribbons.png); background-repeat: no-repeat; background-position: 0px 0px; } div.items div.item.discount div.image:after, div#items div.item.discount div.image:after { position: absolute; content: ''; width: 50px; height: 50px; top: 2em; left: 1em; background-image: url(../images/item-ribbons.png); background-repeat: no-repeat; background-position: -120px 0px; } div.items div.item > h5, div#items div.item > h5 { position: absolute; top: 0px; left: 0px; width: calc(100% - 10px); margin: 0px; padding: 5px; text-align: center; text-shadow: white 0px 0px 3px; font-weight: normal; } div.items div.item div.image, div#items div.item div.image { height: 170px; background-repeat: no-repeat; background-position: center center; } div.items div.item div.controls a, div#items div.item div.controls a { display: inline-block; vertical-align: top; width: 2em; padding-top: 0.5em; padding-bottom: 0.5em; background-color: #7a9900; color: white; text-align: center; text-decoration: none; line-height: 0%; } div.items div.item div.controls a svg, div#items div.item div.controls a svg { width: 1em; height: 1em; fill: currentColor; } div.items div.item div.controls a:first-of-type, div#items div.item div.controls a:first-of-type { border-radius: 0px 0px 5px 0px; } div.items div.item div.controls a:last-of-type, div#items div.item div.controls a:last-of-type { border-radius: 0px 0px 0px 5px; } div.items div.item div.controls span, div#items div.item div.controls span { display: inline-block; vertical-align: top; width: calc(100% - 4em - 20px); min-height: 1em; padding: 10px; padding-top: 0.5em; padding-bottom: 0.5em; color: #7e8b8c; text-align: center; line-height: 100%; } div.items div.item div.price, div#items div.item div.price { padding-top: 10px; padding-bottom: 5px; background-color: #e8dcc5; color: #33485d; text-align: center; } div.items div.item form.units, div#items div.item form.units { padding-top: 5px; padding-bottom: 10px; background-color: #e8dcc5; color: #33485d; text-align: center; } div.items div.item form.units label, div#items div.item form.units label { display: inline-block; padding: 0px 10px; } div.items div.item form.units label input, div#items div.item form.units label input { display: none; } div.items div.item form.units label span:before, div#items div.item form.units label span:before { display: inline-block; width: 10px; height: 10px; content: ''; position: relative; top: 2px; margin-left: 5px; border: 2px solid #e5e5e5; border-radius: 50%; background-color: #e5e5e5; box-shadow: 0px 0px 0px 1px #989898; transition: background-color 0.3s; } div.items div.item form.units label input:checked + span:before, div#items div.item form.units label input:checked + span:before { background-color: #656565; } /** * Contact page */ div.wrap > h1 { color: #3397da; font-size: 3rem; text-align: center; } div.wrap.contact { min-height: 900px; padding: 10px calc((100vw - 900px) / 2); padding-top: 100px; background-image: url(../images/hill.png), url(../images/thematic-background.jpg), linear-gradient(180deg, #9DE300 1056px, #4EA913 100%); background-position: center 626px, top center; background-repeat: no-repeat; } div.wrap.contact form { padding: 20px; border-radius: 0px 0px 10px 10px; background-color: white; background-color: rgba(255, 255, 255, 0.8); } div.wrap.contact div.box > span { display: block; padding: 20px; position: relative; border-radius: 10px 10px 0px 0px; background-color: white; background-color: rgba(255, 255, 255, 0.8); } div.wrap.contact div.box > span:after { position: absolute; height: 0px; bottom: 0px; left: 20px; right: 20px; content: ''; border-bottom: 1px solid #003B43; opacity: 0.5; } div.wrap.contact article p, div.wrap.recovery article p { position: relative; margin: 0px; margin-bottom: 20px; padding: 10px; padding-right: calc(1rem + 1.5em + 30px); border-radius: 10px; background-color: white; background-color: rgba(255, 255, 255, 0.8); font-size: 1.5em; line-height: 100%; } div.wrap.contact article p:before, div.wrap.recovery article p:before { position: absolute; top: 0px; right: 0px; bottom: 0px; width: calc(1rem + 1.5em + 20px); content: ''; border-radius: 0px 10px 10px 0px; background-color: #1976bd; } div.wrap.contact article p:after, div.wrap.recovery article p:after { position: absolute; top: 50%; right: 5px; width: 100px; height: 100px; margin-top: -50px; content: ''; background-image: url(../images/contact-sprite.svg); background-position: left top; background-size: 500px 100px; background-repeat: no-repeat; transform-origin: right center; transform: scale(0.6); } div.wrap.contact article p:nth-of-type(2):after, div.wrap.recovery article p:nth-of-type(2):after { background-position: -100px top; } div.wrap.contact article p:nth-of-type(3):after, div.wrap.recovery article p:nth-of-type(3):after { background-position: -200px top; } div.wrap.contact article p:nth-of-type(4):after, div.wrap.recovery article p:nth-of-type(4):after { background-position: -300px top; } div.wrap.contact article p:nth-of-type(5):after, div.wrap.recovery article p:nth-of-type(5):after { background-position: -400px top; } div.wrap.contact article p em, div.wrap.recovery article p em { display: block; font-size: 1rem; font-style: normal; } div.wrap.contact form div.overlay { border-radius: 0px 0px 10px 10px; background: white; background: rgba(255, 255, 255, 0.8); background: url(../images/loading.gif), linear-gradient( 90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100% ); background-position: center 40%; background-repeat: no-repeat; } div.wrap.contact form label { display: block; margin-bottom: 10px; } div.wrap.contact form span { display: inline-block; vertical-align: middle; min-width: 50px; } div.wrap.contact form input { padding: 10px; border: 1px solid #a0a0a0; border-radius: 4px; box-shadow: inset 0px 0px 2px rgba(100, 100, 100, 0.2); transition: all 0.3s; } div.wrap.contact form input:focus { border-color: rgba(0, 59, 67, 1); } div.wrap.contact form div.controls { padding-top: 10px; text-align: center; } div.wrap.contact form button { position: relative; padding: 10px 20px; margin-left: 5px; margin-right: 5px; border: 0px; border-radius: 4px; background-color: #003B43; background-image: linear-gradient(0deg, rgba(0, 59, 67, 1) 0%, rgba(10, 90, 102, 1) 100%); background-size: auto auto; background-repeat: no-repeat; background-position: left top; color: white; font-size: 1.2em; cursor: pointer; z-index: 0; } div.wrap.contact form button:after { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; content: ''; border-radius: 4px; background-color: #0A5A66; background-image: linear-gradient(180deg, rgba(10, 90, 102, 1) 0%, rgba(10, 90, 102, 1) 100%); background-size: auto auto; background-repeat: no-repeat; background-position: left top; transition: 0.3s all; opacity: 0; z-index: -1; } div.wrap.contact form button:focus, div.wrap.contact form button:hover { background-color: transparent; } div.wrap.contact form button:focus:after, div.wrap.contact form button:hover:after { opacity: 1; } div.wrap.contact form button:active:after { background-image: linear-gradient(0deg, rgba(10, 90, 102, 1) 0%, rgba(0, 59, 67, 1) 100%); } div.wrap.contact form input::-moz-focus-inner, div.wrap.contact form button::-moz-focus-inner { border: 0; padding: 0; } /** * Frequently asked questions */ div.wrap.faq { padding-top: 100px; background-image: url(../images/hill.png), url(../images/thematic-background.jpg), linear-gradient(180deg, #9DE300 1056px, #4EA913 100%); background-position: center 626px, center top; background-repeat: no-repeat; } div#faq { padding: 0px calc((100% - 780px) / 2); padding-bottom: 446px; background-image: url(../images/hill.png), url(../images/sign-bottom.png); background-position: center bottom, calc(50% - 6px) calc(100% - 240px); background-repeat: no-repeat; } div#faq h1 { margin: 0px; padding: calc(122px - 1em) 20px 0px 20px; background-image: url(../images/sign-top.png); background-repeat: no-repeat; background-position: 3px top; color: #3397da; font-size: 3rem; text-align: center; line-height: 100%; } div#faq dl { display: block; min-height: 370px; margin: 0px; padding: 0px 60px; padding-top: 20px; background-image: url(../images/sign-middle.png); background-repeat: repeat-y; background-position: 14px top; } div#faq dl dt { padding: 10px; border-top: 1px solid #CCCCCC; border-top: 1px solid rgba(200, 200, 200, 0.8); font-weight: bold; } div#faq dl dt:before { display: inline-block; vertical-align: middle; width: 1.5em; height: 1.5em; content: ''; margin-left: 5px; position: relative; top: -2px; background-image: url(../images/faq-sprite.svg); background-repeat: no-repeat; background-size: 1.5em 3em; background-position: 0px 0px; transition: all 0.5s; } div#faq dl dt.expanded:before { background-position: 0px -1.5em; } div#faq dl dt:first-of-type { border-top-width: 0px; } div#faq dl dd { margin-bottom: 10px; } div#faq dl dd:last-of-type { margin-bottom: 0px; } /** * About us */ div.wrap.about { min-height: 800px; padding: 0px calc((100vw - 530px) / 2); padding-top: 200px; background-image: url(../images/hill.png), url(../images/about-us-sign.png), url(../images/thematic-background.jpg), linear-gradient(180deg, #9DE300 1056px, #4EA913 100%); background-position: center 626px, center calc(100% - 170px), top center; background-repeat: no-repeat; text-align: center; } div.wrap.about h1 { margin: 0px; padding: 0px; padding-top: 20px; color: #3397da; font-size: 3rem; text-align: center; line-height: 100%; } /** * Delivery areas */ div.wrap.areas { padding-top: 100px; background-image: url(../images/hill.png), url(../images/thematic-background.jpg), linear-gradient(180deg, #9DE300 1056px, #4EA913 100%); background-position: center 626px, top center; background-repeat: no-repeat; } div.wrap.areas > div { padding: 0px calc((100% - 780px) / 2); padding-bottom: 446px; background-image: url(../images/hill.png), url(../images/sign-bottom.png); background-position: center bottom, calc(50% - 6px) calc(100% - 240px); background-repeat: no-repeat; } div.wrap.areas > div:before { display: block; min-height: 122px; content: ''; background-image: url(../images/sign-top.png); background-repeat: no-repeat; background-position: 3px top; } div.wrap.areas article { min-height: 390px; padding: 0px 70px; background-image: url(../images/sign-middle.png); background-repeat: repeat-y; background-position: 14px top; } div.wrap.areas article h1 { position: relative; top: -50px; margin: 0px; color: #3397da; font-size: 3rem; text-align: center; line-height: 100%; } div.wrap.areas article p { margin: 0px; padding-bottom: 10px; } div.wrap.areas > div > img { position: absolute; bottom: 50px; left: calc((100% - 1400px) / 2); } div.wrap.areas > div > img:nth-child(2) { left: auto; right: calc((100% - 1400px) / 2); } /** * Terms and conditions * Security information */ div.wrap.terms, div.wrap.security { min-height: 900px; padding: 10px calc((100vw - 900px) / 2); padding-top: 100px; background-image: url(../images/hill.png), url(../images/thematic-background.jpg), linear-gradient(180deg, #9DE300 1056px, #4EA913 100%); background-position: center 626px, top center; background-repeat: no-repeat; } div.terms article, div.security article { padding: 20px; border-radius: 10px; background-color: white; background-color: rgba(255, 255, 255, 0.8); } div.terms article h1, div.security article h1 { margin-top: 0px; color: #3397da; font-size: 3rem; text-align: center; } div.security article li { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #909090; border-bottom: 1px solid rgba(100, 100, 100, 0.3); } div.security article li:last-of-type { border: 0px; } div.security article li:first-line { color: orange; } /** * Shopping cart */ div.cart { float: right; position: relative; z-index: 1000; margin-right: 20px; margin-top: 20px; border: 2px solid #f4eee2; border-radius: 10px; background-color: white; -webkit-transform: translateZ(0); } div.cart.floating { position: fixed; } div.cart section.container { height: 350px; overflow: hidden; } div.cart div.scrollbar_thumb { width: 7px; margin-left: 2px; border-radius: 2px; background-color: #33485d; } div.cart h3 { margin: 0px; padding: 10px; font-weight: normal; text-align: center; } div.cart ul { display: block; min-width: 455px; min-height: 350px; margin: 0px; padding: 0px; overflow: hidden; list-style-type: none; list-style-image: none; } div.cart ul:empty:after { position: absolute; top: 50px; left: 50%; width: 200px; margin-left: -100px; padding-top: 170px; content: attr(data-message-empty); background-image: url(../images/cart.png); background-position: center top; background-repeat: no-repeat; color: #E8DCC5; font-size: 2em; text-align: center; } div.cart ul li { display: block; min-width: 400px; max-height: 100px; padding: 0px 10px; position: relative; overflow: hidden; transition: all 0.5s; } div.cart ul li.hidden { max-height: 0px; padding-top: 0px; padding-bottom: 0px; } div.cart ul li:after { position: absolute; height: 1px; width: 80%; content: ''; left: 10%; top: 0px; background-color: #e8dcc5; transition: all 0.5s; } div.cart ul li:first-of-type:after { content: none; } div.cart ul li:hover { background-color: rgba(232, 220, 197, 0.3); } div.cart ul li img { width: 100px; height: 100px; vertical-align: middle; } div.cart ul li span { display: inline-block; vertical-align: middle; padding: 5px; text-align: center; } div.cart ul li span.count { width: 50px; } div.cart ul li span.count:after { display: block; content: attr(data-size); } div.cart ul li div.controls { display: inline-block; width: 150px; padding: 5px; padding-right: 10px; vertical-align: middle; text-align: right; } div.cart ul li div.controls div { padding-bottom: 3px; } div.cart ul li div.controls a { display: inline-block; margin-left: 2px; border-radius: 3px; background-color: #ECF0F1; transition: all 0.3s; cursor: pointer; line-height: 0%; } div.cart ul li div.controls a:hover { background-color: #7A9900; color: white; } div.cart ul li div.controls a svg { width: 0.5em; height: 0.5em; fill: currentColor; } div.cart ul li span.price { width: 100px; } div.cart ul li span.price:before { display: block; content: attr(data-label); } div.cart ul li span.price:after { content: ' ' attr(data-currency); } div.cart ul li a { display: inline-block; vertical-align: top; padding: 5px; } div.cart > div { padding: 10px; position: relative; border-radius: 0px 0px 10px 10px; background-color: #e8dcc5; text-align: center; } div.cart > div button { padding: 10px; padding-left: 20px; padding-right: 20px; border: 1px solid rgba(10, 90, 102, 1); border-radius: 5px; background-color: #095965; background-image: linear-gradient(0deg, rgba(0, 59, 67, 1) 0%, rgba(10, 90, 102, 1) 100%); color: white; font-size: 1.2rem; } div.cart > div button:active { background-image: linear-gradient(180deg, rgba(0, 59, 67, 1) 0%, rgba(10, 90, 102, 1) 100%); } div.cart > div button[name=history] { margin-right: 10px; } div.cart div.total_count { margin-bottom: 5px; text-align: right; } div.cart div.delivery { margin-bottom: 10px; text-align: right; } div.cart div.delivery span:after { content: ' ' attr(data-currency); } div.cart article { position: absolute; top: 10px; left: 10px; width: 60%; } div.cart article p { margin: 0px; padding-bottom: 0px; font-size: 0.7rem; } /** * Checkout */ div#shipping_information label:nth-of-type(9), div#shipping_information label:nth-of-type(10) { display: none; } /** * Password recovery form */ div.wrap.recovery { min-height: 900px; padding: 10px calc((100vw - 900px) / 2); padding-top: 100px; background-image: url(../images/hill.png), url(../images/thematic-background.jpg), linear-gradient(180deg, #9DE300 1056px, #4EA913 100%); background-position: center 626px, top center; background-repeat: no-repeat; } form.recovery { display: block; padding: 20px; margin-bottom: 50px; border: 2px solid #f4eee2; border-radius: 10px; background-color: white; } form.recovery label { display: block; margin-bottom: 10px; } form.recovery label span { display: block; margin-bottom: 2px; } form.recovery label input { min-width: 300px; padding: 5px; } form.recovery hr { display: block; margin: 0px; margin-top: 20px; padding-bottom: 20px; border: 0px; border-top: 1px solid #095965; opacity: 0.3; } form.recovery button { display: inline-block; position: relative; padding: 10px 30px; border: 0px; border-radius: 4px; background-image: linear-gradient(0deg, rgba(0, 59, 67, 1) 0%, rgba(10, 90, 102, 1) 100%); background-color: transparent; color: white; cursor: pointer; z-index: 0; } form.recovery button:after { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; content: ''; border-radius: 4px; background-image: linear-gradient(180deg, rgba(10, 90, 102, 1) 0%, rgba(10, 90, 102, 1) 100%); transition: 0.3s all; opacity: 0; z-index: -1; } form.recovery button:focus:after, form.recovery button:hover:after { opacity: 1; } form.recovery button:active:after { background-image: linear-gradient(0deg, rgba(10, 90, 102, 1) 0%, rgba(0, 59, 67, 1) 100%); } /** * Dialogs */ div.dialog, div.dialog.error { visibility: hidden; opacity: 0; top: 10% !important; transform: translateY(-200px); border-radius: 10px; background-color: #f8f5ee; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); transition: all 0.5s; } div.dialog.visible { visibility: visible; opacity: 1; margin-left: 0px; transform: translateY(0); } div.dialog div.title { border-radius: 10px 10px 0px 0px; background-color: #095965; background-image: linear-gradient(0deg, rgba(0, 59, 67, 1) 0%, rgba(10, 90, 102, 1) 100%); color: white; text-align: center; } div.dialog.error div.title { background-color: #FF3400; background-image: linear-gradient(0deg, rgba(255, 64, 0, 1) 0%, rgba(255, 111, 63, 1) 100%); } div.dialog div.inner_content { padding: 10px; text-align: center; } div.dialog hr { display: block; width: 50%; margin: 0px auto; margin-top: 20px; padding-bottom: 20px; border: 0px; border-top: 1px solid #095965; opacity: 0.3; } div.dialog label { display: block; margin-bottom: 10px; } div.dialog label.inline { display: inline-block; width: calc((80% + 12px) / 2); } div.dialog label.inline:first-of-type { margin-left: 10px; } div.dialog label input:not([type=checkbox]) { min-width: 80%; padding: 10px; border: 1px solid #909090; border-radius: 3px; box-shadow: inset 2px 3px 3px rgba(120, 120, 120, 0.3); color: #909090; transition: all 0.3s; } div.dialog label.inline input { min-width: auto; width: calc(100% - 22px); } div.dialog label input.ltr { direction: ltr; } div.dialog label input:focus { border-color: #095965; color: #095965; } div.dialog label input.invalid:not([type=checkbox]), div.dialog label input.invalid[type=checkbox] + span:before { border-color: red; box-shadow: inset 0px 0px 3px red, inset 2px 3px 3px rgba(120, 120, 120, 0.3); } div.dialog label input[type=checkbox] { display: none; } div.dialog label input[type=checkbox] + span:before { display: inline-block; content: ''; vertical-align: middle; width: 16px; height: 16px; margin-left: 5px; border: 1px solid #909090; border-radius: 3px; background-image: url(../images/checkbox.png); background-size: 16px 32px; background-position: left top; box-shadow: inset 2px 3px 3px rgba(120, 120, 120, 0.3); transition: all 0.3s; } div.dialog label input[type=checkbox]:checked + span:before { background-position: left -16px; } div.dialog div.captcha input { width: calc(100% - 214px); min-width: 30%; margin-left: 10px; } div.dialog div.captcha img { vertical-align: bottom; border: 1px solid rgba(0, 0, 0, 0.3); border-radius: 3px; } div.dialog input.invalid { box-shadow: inset 0px 0px 4px 0px red; border-color: red; } div.dialog div.inner_content a { color: #3397DA; text-decoration: none; } div.dialog div.inner_content a:hover { text-decoration: underline; } div.dialog div.command_bar a { border-radius: 5px; } /** * Banner */ div.banner { position: fixed; top: 100px; left: -620px; width: 600px; min-height: 220px; padding: 10px; border-radius: 0px 5px 5px 0px; background-color: white; transition: left 1s; filter: url(../images/effects.svg#header-shadow); filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.6)); -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.6)); transform: translateZ(0); z-index: 1002; } div.banner.visible { left: 0px; } div.banner a { position: absolute; right: -62px; top: 10px; width: 62px; height: 220px; background-image: url(../images/side-ribbon.svg); background-repeat: no-repeat; background-size: 62px 220px; } div.banner img { cursor: pointer; }
0.490236
0.076891
* { margin: 0; padding: 0; box-sizing: border-box; border: none; } #Login_Page { position: absolute; width: 100%; height: 800px; background-color: rgba(255,255,255,1); overflow: hidden; } #Group_3 { opacity: 0.58; position: absolute; width: 100%; height: 954px; left: -15px; top: -63px; overflow: visible; } #Background_Image { opacity: 0.97; position: absolute; width: 100%; height: 100vh; left: 0px; top: 0px; overflow: visible; } #Scroll_Group_1 { opacity: 0.9; mix-blend-mode: normal; position: absolute; width: 100%; height: 270px; left: 15px; top: 274px; overflow: hidden; } #Group_1 { position: absolute; width: 100%; height: 934px; left: 0px; top: -332px; overflow: visible; } #Group_2 { position: absolute; width: 100%; height: 934px; left: 0px; top: 0px; overflow: visible; } #Car_Image { position: absolute; width: 100%; height: 934px; left: 0px; top: 0px; overflow: visible; } #Main_Logo { mix-blend-mode: multiply; position: absolute; width: 203px; height: 122px; left: 130px; top: 21px; overflow: visible; } #Border_Image { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); position: absolute; border-radius: 10px; width: 520px; height: 570px; left: 391px; top: 27px; overflow: visible; } #Rectangle_1 { fill: rgba(255,255,255,1); stroke: rgba(112,112,112,1); stroke-width: 3px; stroke-linejoin: miter; stroke-linecap: butt; stroke-miterlimit: 4; shape-rendering: auto; border-radius: 10px; } .Rectangle_1 { position: absolute; overflow: visible; width: 693px; height: 700px; left: 406px; top: 39px; } #Main_Logo_2 { mix-blend-mode: multiply; position: absolute; width: 155px; height: 93px; left: 400px; top: 50px; overflow: visible; } #OVRS_Log_In { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); left: 538px; top: 120px; position: absolute; overflow: visible; width: 337px; white-space: nowrap; text-align: left; font-family: Poor Richard; font-style: normal; font-weight: normal; font-size: 50px; color: rgba(79,82,179,1); } #Group_4 { position: absolute; width: 469.761px; height: 91px; left: 443.239px; top: 210px; overflow: visible; } #Rectangle_2 { opacity: 0.95; fill: rgba(236,227,251,1); } .Rectangle_2 { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); position: absolute; overflow: visible; width: 422px; height: 109px; left: 65.761px; top: 0px; } #Enter_Username { left: 178.761px; top: 29px; position: absolute; overflow: visible; width: 180px; white-space: nowrap; text-align: left; font-family: <NAME>; font-style: normal; font-weight: normal; font-size: 30px; color: rgba(79,82,179,1); } #Uname{ border-radius: 3px; text-align: center; font-family: <NAME>; font-style: normal; font-weight: normal; font-size: 25px; opacity: 0.95; background-color: rgba(236,227,251,1); color: rgba(79,82,179,1); filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); position: absolute; overflow: visible; width: 300px; height: 60px; left: 68.761px; top: 0px; } #Pass{ opacity: 0.95; background-color: rgba(236,227,251,1); color: rgba(79,82,179,1); border-radius: 3px; text-align: center; filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); font-family: Poor Richard; font-style: normal; font-weight: normal; font-size: 25px; color: rgba(79,82,179,1); position: absolute; width: 300px; height: 60px; left: 68.761px; top: 0px; overflow: visible; } #Rectangle_3 { fill: rgba(79,82,179,1); stroke-width: 1px; stroke-linejoin: miter; stroke-linecap: butt; stroke-miterlimit: 4; shape-rendering: auto; } .Rectangle_3 { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); width: 17px; height: 17px; position: absolute; overflow: visible; transform: translate(-423.239px, -305px) matrix(1,0,0,1,446.7431,329.3309) rotate(-42deg); transform-origin: center; } #Group_5 { position: absolute; width: 469.761px; height: 91px; left: 443.239px; top: 300px; overflow: visible; } #Rectangle_2_x { opacity: 0.95; fill: rgba(236,227,251,1); } .Rectangle_2_x { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); position: absolute; overflow: visible; width: 422px; height: 109px; left: 65.761px; top: 0px; } #Enter_Password { left: 178.761px; top: 29px; position: absolute; overflow: visible; width: 170px; white-space: nowrap; text-align: left; font-family: Poor Richard; font-style: normal; font-weight: normal; font-size: 30px; color: rgba(79,82,179,1); } #Rectangle_3_z { fill: rgba(79,82,179,1); stroke-width: 1px; stroke-linejoin: miter; stroke-linecap: butt; stroke-miterlimit: 4; shape-rendering: auto; } .Rectangle_3_z { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); width: 17px; height: 17px; position: absolute; overflow: visible; transform: translate(-423.239px, -485px) matrix(1,0,0,1,446.7431,472.3309) rotate(-42deg); transform-origin: center; } #Group_6 { position: absolute; width: 257px; height: 65px; left: 572px; top: 400px; overflow: visible; } #Log_In { white-space: nowrap; text-align: center; border-radius: 30px; font-family: Poor Richard; font-style: normal; font-weight: normal; font-size: 35px; color: rgba(255,255,255,1); background-image: linear-gradient(rgba(79,82,179,1), rgb(57, 91, 95)); filter: drop-shadow(6px 6px 8px rgba(0, 0, 0, 0.161)); position: absolute; overflow: visible; width: 180px; height: 50px; left: 0px; top: 0px; } #Forgot_Password { left: 585px; top: 470px; position: absolute; overflow: visible; width: 162px; white-space: nowrap; text-align: center; font-family: Poor Richard; font-style: normal; font-weight: normal; font-size: 18px; color: rgba(132,9,226,1); } #Forgot_Password a { margin-bottom: 10px; } #Forgot_Password div{ margin-left:-18px; }
public/css/login_style.css
* { margin: 0; padding: 0; box-sizing: border-box; border: none; } #Login_Page { position: absolute; width: 100%; height: 800px; background-color: rgba(255,255,255,1); overflow: hidden; } #Group_3 { opacity: 0.58; position: absolute; width: 100%; height: 954px; left: -15px; top: -63px; overflow: visible; } #Background_Image { opacity: 0.97; position: absolute; width: 100%; height: 100vh; left: 0px; top: 0px; overflow: visible; } #Scroll_Group_1 { opacity: 0.9; mix-blend-mode: normal; position: absolute; width: 100%; height: 270px; left: 15px; top: 274px; overflow: hidden; } #Group_1 { position: absolute; width: 100%; height: 934px; left: 0px; top: -332px; overflow: visible; } #Group_2 { position: absolute; width: 100%; height: 934px; left: 0px; top: 0px; overflow: visible; } #Car_Image { position: absolute; width: 100%; height: 934px; left: 0px; top: 0px; overflow: visible; } #Main_Logo { mix-blend-mode: multiply; position: absolute; width: 203px; height: 122px; left: 130px; top: 21px; overflow: visible; } #Border_Image { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); position: absolute; border-radius: 10px; width: 520px; height: 570px; left: 391px; top: 27px; overflow: visible; } #Rectangle_1 { fill: rgba(255,255,255,1); stroke: rgba(112,112,112,1); stroke-width: 3px; stroke-linejoin: miter; stroke-linecap: butt; stroke-miterlimit: 4; shape-rendering: auto; border-radius: 10px; } .Rectangle_1 { position: absolute; overflow: visible; width: 693px; height: 700px; left: 406px; top: 39px; } #Main_Logo_2 { mix-blend-mode: multiply; position: absolute; width: 155px; height: 93px; left: 400px; top: 50px; overflow: visible; } #OVRS_Log_In { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); left: 538px; top: 120px; position: absolute; overflow: visible; width: 337px; white-space: nowrap; text-align: left; font-family: Poor Richard; font-style: normal; font-weight: normal; font-size: 50px; color: rgba(79,82,179,1); } #Group_4 { position: absolute; width: 469.761px; height: 91px; left: 443.239px; top: 210px; overflow: visible; } #Rectangle_2 { opacity: 0.95; fill: rgba(236,227,251,1); } .Rectangle_2 { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); position: absolute; overflow: visible; width: 422px; height: 109px; left: 65.761px; top: 0px; } #Enter_Username { left: 178.761px; top: 29px; position: absolute; overflow: visible; width: 180px; white-space: nowrap; text-align: left; font-family: <NAME>; font-style: normal; font-weight: normal; font-size: 30px; color: rgba(79,82,179,1); } #Uname{ border-radius: 3px; text-align: center; font-family: <NAME>; font-style: normal; font-weight: normal; font-size: 25px; opacity: 0.95; background-color: rgba(236,227,251,1); color: rgba(79,82,179,1); filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); position: absolute; overflow: visible; width: 300px; height: 60px; left: 68.761px; top: 0px; } #Pass{ opacity: 0.95; background-color: rgba(236,227,251,1); color: rgba(79,82,179,1); border-radius: 3px; text-align: center; filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); font-family: Poor Richard; font-style: normal; font-weight: normal; font-size: 25px; color: rgba(79,82,179,1); position: absolute; width: 300px; height: 60px; left: 68.761px; top: 0px; overflow: visible; } #Rectangle_3 { fill: rgba(79,82,179,1); stroke-width: 1px; stroke-linejoin: miter; stroke-linecap: butt; stroke-miterlimit: 4; shape-rendering: auto; } .Rectangle_3 { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); width: 17px; height: 17px; position: absolute; overflow: visible; transform: translate(-423.239px, -305px) matrix(1,0,0,1,446.7431,329.3309) rotate(-42deg); transform-origin: center; } #Group_5 { position: absolute; width: 469.761px; height: 91px; left: 443.239px; top: 300px; overflow: visible; } #Rectangle_2_x { opacity: 0.95; fill: rgba(236,227,251,1); } .Rectangle_2_x { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); position: absolute; overflow: visible; width: 422px; height: 109px; left: 65.761px; top: 0px; } #Enter_Password { left: 178.761px; top: 29px; position: absolute; overflow: visible; width: 170px; white-space: nowrap; text-align: left; font-family: Poor Richard; font-style: normal; font-weight: normal; font-size: 30px; color: rgba(79,82,179,1); } #Rectangle_3_z { fill: rgba(79,82,179,1); stroke-width: 1px; stroke-linejoin: miter; stroke-linecap: butt; stroke-miterlimit: 4; shape-rendering: auto; } .Rectangle_3_z { filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161)); width: 17px; height: 17px; position: absolute; overflow: visible; transform: translate(-423.239px, -485px) matrix(1,0,0,1,446.7431,472.3309) rotate(-42deg); transform-origin: center; } #Group_6 { position: absolute; width: 257px; height: 65px; left: 572px; top: 400px; overflow: visible; } #Log_In { white-space: nowrap; text-align: center; border-radius: 30px; font-family: Poor Richard; font-style: normal; font-weight: normal; font-size: 35px; color: rgba(255,255,255,1); background-image: linear-gradient(rgba(79,82,179,1), rgb(57, 91, 95)); filter: drop-shadow(6px 6px 8px rgba(0, 0, 0, 0.161)); position: absolute; overflow: visible; width: 180px; height: 50px; left: 0px; top: 0px; } #Forgot_Password { left: 585px; top: 470px; position: absolute; overflow: visible; width: 162px; white-space: nowrap; text-align: center; font-family: Poor Richard; font-style: normal; font-weight: normal; font-size: 18px; color: rgba(132,9,226,1); } #Forgot_Password a { margin-bottom: 10px; } #Forgot_Password div{ margin-left:-18px; }
0.451327
0.083292
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300&family=Montserrat:ital,wght@0,100;0,200;0,300;1,100;1,300&family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap'); /*GLOBAL ================================================ GLOBAL*/ *{ margin: 0; padding: 0; list-style: none; text-decoration: none; } html{ font-size: 93.75%; } :root{ --font-primary:"Barlow", "serif"; --font-secundary:"Montserrat", "serif"; --font--action:"Ubunto Mono", "serif"; --roxo: #9d50bb; } body{ background: #f0f2f5; font-family: var(--font-secundary); } .sr-only{ position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border-width: 0; } .container{ width: min(80vw, 800px); margin: auto; } h2{ margin-top: 3.2rem; margin-bottom: 0.8rem; color: #614385; font-weight: normal; } /*LINKS & BUTTONS ==================================================== LINKS & BUTTONS */ a{ color: #8e54e9; text-decoration:none; } a:hover{ color:#2a0845; } button{ width: 100%; height: 50px; border: none; color: white; background: #6a3093; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #a044ff, #6a3093); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #a044ff, #6a3093); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ padding: 0; border-radius: .2rem; cursor: pointer; } @-webkit-keyframes button { 0% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } 50% { -webkit-transform: translateY(-4px); transform: translateY(-4px); } 100% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } } @keyframes button { 0% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } 50% { -webkit-transform: translateY(-4px); transform: translateY(-4px); } 100% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } } @-webkit-keyframes button-float { 100% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } } @keyframes button-float { 100% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } } button { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); } button:hover, button:focus, button:active { -webkit-animation-name: button-float, button; animation-name: button-float, button; -webkit-animation-duration: .3s, 1.5s; animation-duration: .3s, 1.5s; -webkit-animation-delay: 0s, .3s; animation-delay: 0s, .3s; -webkit-animation-timing-function: ease-out, ease-in-out; animation-timing-function: ease-out, ease-in-out; -webkit-animation-iteration-count: 1, infinite; animation-iteration-count: 1, infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-direction: normal, alternate; animation-direction: normal, alternate; } .button.cancel{ color: #e92929; font-weight: 600; border: 2px #e92929 solid; border-radius: .20rem; height: 45px; display: flex; justify-content: center; align-items: center; opacity: 0.7; } .button { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; } .button:hover, .button:focus, .button:active { opacity: 1; -webkit-transform: scale(0.9); transform: scale(0.9); } .button.new{ display: inline-block; margin-bottom: 1rem; margin-top: 2rem ; } /*HEADER ==================================================== HEADER */ header{ background: #6441A5; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #2a0845, #6441A5); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #2a0845, #6441A5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ padding: 2rem 0rem 10rem; text-align: center; } #logo{ color: #fff; font-weight: 200; } /*BALANÇO=================================== BALANÇO*/ #balance{ margin-top: -7rem; } #balance h2{ color: #f0f2f5; margin-top: 0; } /*Cards=================================== Cards*/ .card{ background: white; padding: 1.5rem 2rem; border-radius: .25rem; margin-bottom: 2rem; } .card h3{ font-weight: normal; font-size: 1rem; display: flex; align-items: center; justify-content: space-between; } .card p{ font-size: 2rem; margin-top: 1rem; } .card.total{ background: #8e54e9; color: white; } /*Tabela=================================== Tabela*/ #transaction{ display: block; width: 100%; overflow-x: auto; } #data-table{ width: 100%; border-spacing: 0 0.5rem; color: #969cb3; } table thead tr th:first-child, table tbody tr td:first-child{ border-radius: 0.5rem 0 0 0.5rem; } table thead tr th:last-child, table tbody tr th:last-child{ border-radius: 0 0.5rem 0.5rem 0; } table th{ background: white; font-weight: normal; color: #969cb3; padding: 1rem 2rem; text-align: left; } table tbody tr{ opacity:0.7; } table tbody tr:hover{ opacity: 1; } table td{ background: white; padding: 1rem 2rem; font-weight: 700; } td.description{ color: var(--roxo); } td.income{ color: #12a454; } td.expense{ color: #e92929; } /*Modal=================================== Modal*/ .modal-overlay{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); position:fixed; top: 0%; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; z-index: 999; } .modal-overlay.active{ opacity: 1; visibility: visible; } .modal{ background:whitesmoke; padding: 2.4rem; position: relative; } /*Form=================================== Form*/ #form{ max-width: 500px; } #form h2{ margin-top: 0%; } input{ border: none; border-radius: 0.2rem; padding: .8rem; width: 100%; } .input-group small{ font-size: .9rem; color: var(--roxo); font-weight: 600; opacity: 0.8; } .input-group{ margin: .8rem; } .input-group.actions{ display: flex; justify-content: space-around; align-items: center; } .input-group.actions .button, .input-group.actions button{ width: 48%; } /*Footer=================================== Footer*/ footer{ text-align: center; padding: 4rem 0 2rem; color: var(--roxo); font-family: var(--font-secundary); font-weight: 800; font-size: 1.3rem; opacity: 0.6; } /*Responsividade=================================== Responsividade*/ @media (min-width: 800px) { html{ font-size: 87.5%; } #balance{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; } }
style.css
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300&family=Montserrat:ital,wght@0,100;0,200;0,300;1,100;1,300&family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap'); /*GLOBAL ================================================ GLOBAL*/ *{ margin: 0; padding: 0; list-style: none; text-decoration: none; } html{ font-size: 93.75%; } :root{ --font-primary:"Barlow", "serif"; --font-secundary:"Montserrat", "serif"; --font--action:"Ubunto Mono", "serif"; --roxo: #9d50bb; } body{ background: #f0f2f5; font-family: var(--font-secundary); } .sr-only{ position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border-width: 0; } .container{ width: min(80vw, 800px); margin: auto; } h2{ margin-top: 3.2rem; margin-bottom: 0.8rem; color: #614385; font-weight: normal; } /*LINKS & BUTTONS ==================================================== LINKS & BUTTONS */ a{ color: #8e54e9; text-decoration:none; } a:hover{ color:#2a0845; } button{ width: 100%; height: 50px; border: none; color: white; background: #6a3093; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #a044ff, #6a3093); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #a044ff, #6a3093); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ padding: 0; border-radius: .2rem; cursor: pointer; } @-webkit-keyframes button { 0% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } 50% { -webkit-transform: translateY(-4px); transform: translateY(-4px); } 100% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } } @keyframes button { 0% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } 50% { -webkit-transform: translateY(-4px); transform: translateY(-4px); } 100% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } } @-webkit-keyframes button-float { 100% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } } @keyframes button-float { 100% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } } button { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); } button:hover, button:focus, button:active { -webkit-animation-name: button-float, button; animation-name: button-float, button; -webkit-animation-duration: .3s, 1.5s; animation-duration: .3s, 1.5s; -webkit-animation-delay: 0s, .3s; animation-delay: 0s, .3s; -webkit-animation-timing-function: ease-out, ease-in-out; animation-timing-function: ease-out, ease-in-out; -webkit-animation-iteration-count: 1, infinite; animation-iteration-count: 1, infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-direction: normal, alternate; animation-direction: normal, alternate; } .button.cancel{ color: #e92929; font-weight: 600; border: 2px #e92929 solid; border-radius: .20rem; height: 45px; display: flex; justify-content: center; align-items: center; opacity: 0.7; } .button { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; } .button:hover, .button:focus, .button:active { opacity: 1; -webkit-transform: scale(0.9); transform: scale(0.9); } .button.new{ display: inline-block; margin-bottom: 1rem; margin-top: 2rem ; } /*HEADER ==================================================== HEADER */ header{ background: #6441A5; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #2a0845, #6441A5); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #2a0845, #6441A5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ padding: 2rem 0rem 10rem; text-align: center; } #logo{ color: #fff; font-weight: 200; } /*BALANÇO=================================== BALANÇO*/ #balance{ margin-top: -7rem; } #balance h2{ color: #f0f2f5; margin-top: 0; } /*Cards=================================== Cards*/ .card{ background: white; padding: 1.5rem 2rem; border-radius: .25rem; margin-bottom: 2rem; } .card h3{ font-weight: normal; font-size: 1rem; display: flex; align-items: center; justify-content: space-between; } .card p{ font-size: 2rem; margin-top: 1rem; } .card.total{ background: #8e54e9; color: white; } /*Tabela=================================== Tabela*/ #transaction{ display: block; width: 100%; overflow-x: auto; } #data-table{ width: 100%; border-spacing: 0 0.5rem; color: #969cb3; } table thead tr th:first-child, table tbody tr td:first-child{ border-radius: 0.5rem 0 0 0.5rem; } table thead tr th:last-child, table tbody tr th:last-child{ border-radius: 0 0.5rem 0.5rem 0; } table th{ background: white; font-weight: normal; color: #969cb3; padding: 1rem 2rem; text-align: left; } table tbody tr{ opacity:0.7; } table tbody tr:hover{ opacity: 1; } table td{ background: white; padding: 1rem 2rem; font-weight: 700; } td.description{ color: var(--roxo); } td.income{ color: #12a454; } td.expense{ color: #e92929; } /*Modal=================================== Modal*/ .modal-overlay{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); position:fixed; top: 0%; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; z-index: 999; } .modal-overlay.active{ opacity: 1; visibility: visible; } .modal{ background:whitesmoke; padding: 2.4rem; position: relative; } /*Form=================================== Form*/ #form{ max-width: 500px; } #form h2{ margin-top: 0%; } input{ border: none; border-radius: 0.2rem; padding: .8rem; width: 100%; } .input-group small{ font-size: .9rem; color: var(--roxo); font-weight: 600; opacity: 0.8; } .input-group{ margin: .8rem; } .input-group.actions{ display: flex; justify-content: space-around; align-items: center; } .input-group.actions .button, .input-group.actions button{ width: 48%; } /*Footer=================================== Footer*/ footer{ text-align: center; padding: 4rem 0 2rem; color: var(--roxo); font-family: var(--font-secundary); font-weight: 800; font-size: 1.3rem; opacity: 0.6; } /*Responsividade=================================== Responsividade*/ @media (min-width: 800px) { html{ font-size: 87.5%; } #balance{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; } }
0.249082
0.0643
html { scroll-behavior: smooth; } body { font-family: 'Noto Sans JP', sans-serif; background-color: #24252d; color: #fff; margin: 0; } header { display: flex; justify-content: space-between; align-items: center; padding: 1rem; background-color: #3a3b44; } header nav ul { display: flex; list-style: none; } header nav ul li a { text-decoration: none; color: rgb(216, 216, 216); padding: 0.1rem; margin: 0 5rem; font-weight: 500; transition: color 0.2s ease-in-out; } header nav ul li a:hover { color: #fff; } /* Main */ #who { height: 100vh; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; } #who h1 { margin: 2rem 0 0 0; font-size: 2.2rem; } #who span { margin-bottom: 0.5rem; } #who blockquote { color: #8b8c92; letter-spacing: 0.1rem; } .linus-profile { width: 250px; height: 250px; display: block; border-radius: 50%; overflow: hidden; position: relative; } .linus-profile img { transform: scale(0.7); position: absolute; top: -130px; right: -290px; } #about, #accomplishments { height: 100vh; display: flex; align-items: center; flex-direction: column; text-align: center; max-width: 80%; min-width: 60%; margin: 0 auto; text-align: justify; } #about h2, #accomplishments h2 { width: 100%; text-transform: uppercase; color: #dadbe0; letter-spacing: 0.1rem; } #about article, #accomplishments p { line-height: 2rem; color: rgb(240, 240, 240); width: 100%; } /* Footer */ footer { display: flex; justify-content: space-evenly; align-items: center; background-color: #19191f; } /* Form */ form button { background-color: #2962ff; color: #fff; font-weight: 400; font-size: 0.9rem; border: none; margin: 10px 5px; border-radius: 3px; padding: 15px 25px; cursor: pointer; border-radius: 5px; font-weight: 500; letter-spacing: 0.025rem; position: relative; top: 0; transition: all 0.1s ease-in-out; } form button:hover { background-color: #1c44b2; top: -3px; box-shadow: rgba(80, 80, 80, 0.15) 0px 5px 15px; } form div { margin: 2rem; } form input, form textarea { font-family: 'Noto Sans JP', sans-serif; background-color: #f1f5f9; border-radius: 5px; border: 3px solid transparent; outline: 0; padding: 1rem; color: #757d94; } form input:focus, form input:active, form textarea:focus, form textarea:active { background-color: #f1f5f9; border: 3px solid #2962ff; } .form-group { position: relative; } .form-group label { position: absolute; top: -25px; font-size: 0.8rem; }
classwork/practice-css/style.css
html { scroll-behavior: smooth; } body { font-family: 'Noto Sans JP', sans-serif; background-color: #24252d; color: #fff; margin: 0; } header { display: flex; justify-content: space-between; align-items: center; padding: 1rem; background-color: #3a3b44; } header nav ul { display: flex; list-style: none; } header nav ul li a { text-decoration: none; color: rgb(216, 216, 216); padding: 0.1rem; margin: 0 5rem; font-weight: 500; transition: color 0.2s ease-in-out; } header nav ul li a:hover { color: #fff; } /* Main */ #who { height: 100vh; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; } #who h1 { margin: 2rem 0 0 0; font-size: 2.2rem; } #who span { margin-bottom: 0.5rem; } #who blockquote { color: #8b8c92; letter-spacing: 0.1rem; } .linus-profile { width: 250px; height: 250px; display: block; border-radius: 50%; overflow: hidden; position: relative; } .linus-profile img { transform: scale(0.7); position: absolute; top: -130px; right: -290px; } #about, #accomplishments { height: 100vh; display: flex; align-items: center; flex-direction: column; text-align: center; max-width: 80%; min-width: 60%; margin: 0 auto; text-align: justify; } #about h2, #accomplishments h2 { width: 100%; text-transform: uppercase; color: #dadbe0; letter-spacing: 0.1rem; } #about article, #accomplishments p { line-height: 2rem; color: rgb(240, 240, 240); width: 100%; } /* Footer */ footer { display: flex; justify-content: space-evenly; align-items: center; background-color: #19191f; } /* Form */ form button { background-color: #2962ff; color: #fff; font-weight: 400; font-size: 0.9rem; border: none; margin: 10px 5px; border-radius: 3px; padding: 15px 25px; cursor: pointer; border-radius: 5px; font-weight: 500; letter-spacing: 0.025rem; position: relative; top: 0; transition: all 0.1s ease-in-out; } form button:hover { background-color: #1c44b2; top: -3px; box-shadow: rgba(80, 80, 80, 0.15) 0px 5px 15px; } form div { margin: 2rem; } form input, form textarea { font-family: 'Noto Sans JP', sans-serif; background-color: #f1f5f9; border-radius: 5px; border: 3px solid transparent; outline: 0; padding: 1rem; color: #757d94; } form input:focus, form input:active, form textarea:focus, form textarea:active { background-color: #f1f5f9; border: 3px solid #2962ff; } .form-group { position: relative; } .form-group label { position: absolute; top: -25px; font-size: 0.8rem; }
0.443841
0.057599
.large-12{ margin: 1em auto; } #event_date h4, p{ display: inline; } .md-perspective, .md-perspective body { height: 100%; overflow: hidden; } .md-perspective body { background: #222; -webkit-perspective: 600px; -moz-perspective: 600px; perspective: 600px; } .container { background: #e74c3c; min-height: 100%; } .md-modal { position: fixed; top: 50%; left: 50%; width: 50%; max-width: 630px; min-width: 320px; height: auto; z-index: 2000; visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); } .md-show { visibility: visible; } .md-overlay { position: fixed; width: 100%; height: 100%; visibility: hidden; top: 0; left: 0; z-index: 1000; opacity: 0; background: rgba(143,27,15,0.8); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .md-show ~ .md-overlay { opacity: 1; visibility: visible; } /* Content styles */ .md-content { color: #fff; background: #2c2c2c; position: relative; border-radius: 3px; margin: 0 auto; } .md-content h3 { color: #ccc; margin: 0; padding: 0.4em; text-align: center; font-size: 2.4em; font-weight: 300; opacity: 0.8; background: rgba(0,0,0,0.1); border-radius: 3px 3px 0 0; } .md-content > div { padding: 15px 40px 30px; margin: 0; font-weight: 300; font-size: 1.15em; } .md-content > div p { margin: 0; padding: 10px 0; } .md-content > div ul { margin: 0; padding: 0 0 30px 20px; } .md-content > div ul li { padding: 5px 0; } .md-content button { display: block; margin: 0 auto; font-size: 0.8em; } .md-effect-7{ top: 0; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } .md-effect-7 .md-content { -webkit-transform: translateY(-200%); -moz-transform: translateY(-200%); -ms-transform: translateY(-200%); transform: translateY(-200%); -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; opacity: 0; } .md-show.md-effect-7 .md-content { -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); border-radius: 0 0 3px 3px; opacity: 1; } .md-close{ position: relative; bottom: 30px; right: 10px; float: right; }
assets/css/showevent.css
.large-12{ margin: 1em auto; } #event_date h4, p{ display: inline; } .md-perspective, .md-perspective body { height: 100%; overflow: hidden; } .md-perspective body { background: #222; -webkit-perspective: 600px; -moz-perspective: 600px; perspective: 600px; } .container { background: #e74c3c; min-height: 100%; } .md-modal { position: fixed; top: 50%; left: 50%; width: 50%; max-width: 630px; min-width: 320px; height: auto; z-index: 2000; visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); } .md-show { visibility: visible; } .md-overlay { position: fixed; width: 100%; height: 100%; visibility: hidden; top: 0; left: 0; z-index: 1000; opacity: 0; background: rgba(143,27,15,0.8); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .md-show ~ .md-overlay { opacity: 1; visibility: visible; } /* Content styles */ .md-content { color: #fff; background: #2c2c2c; position: relative; border-radius: 3px; margin: 0 auto; } .md-content h3 { color: #ccc; margin: 0; padding: 0.4em; text-align: center; font-size: 2.4em; font-weight: 300; opacity: 0.8; background: rgba(0,0,0,0.1); border-radius: 3px 3px 0 0; } .md-content > div { padding: 15px 40px 30px; margin: 0; font-weight: 300; font-size: 1.15em; } .md-content > div p { margin: 0; padding: 10px 0; } .md-content > div ul { margin: 0; padding: 0 0 30px 20px; } .md-content > div ul li { padding: 5px 0; } .md-content button { display: block; margin: 0 auto; font-size: 0.8em; } .md-effect-7{ top: 0; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } .md-effect-7 .md-content { -webkit-transform: translateY(-200%); -moz-transform: translateY(-200%); -ms-transform: translateY(-200%); transform: translateY(-200%); -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; opacity: 0; } .md-show.md-effect-7 .md-content { -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); border-radius: 0 0 3px 3px; opacity: 1; } .md-close{ position: relative; bottom: 30px; right: 10px; float: right; }
0.208985
0.047184
html{ background: url(../img/caleb-jones-128138.jpg); background-size: cover; background-repeat: no-repeat; } .all{ height: 2000px; display: flex; min-height:100vh } .header{ width: 135px; background: rgba(0,0,0,0.6); padding: 30px 0; position: fixed; height: 100%; } .header ul{ list-style: none; margin: 20px 0 ; padding: 0 20px 0 0; text-align: right; position:relative; top: 500px; } .prof-box{ width:500px; height:1800px; background: rgba(0,0,0,0.4); padding:0; margin: 0; color: white; margin:0 auto; margin-top:0; text-align: center; } .toel{ border-radius: 100%; height:150px; width:150px; padding: 30px; letter-spacing: 5; font-size: 40px; } h1{ font-weight: 100; letter-spacing: 6; font-size: 40px } p{ font-weight: 10; letter-spacing: 6; font-size: 20px } .social-icons{ font-size: 50px; justify-content: space-between; flex-direction: row-reverse; height: 60px; display: flex; } .social-icons .container { justify-content: flex-end; display: flex; height: 10%; } .social-icons a{ color:white; } .float-left{ float:left; margin: 0 10px 10px 0; border-radius: 20%; height: 80px; weight: 80px; font-size: 40px; } .float-right{ float: right; margin: 0 10px 10px 0; border-radius: 20%; height: 80px; weight:80px; font-size: 40px; } <<<<<<< HEAD ======= /*.animation{ width: 100px;https://github.com/toelapiut/toelapiut.github.io height: 100px; background-color: red; position: relative; /* Safari 4.0 - 8.0 -webkit-animation-name: example; -webkit-animation-duration: 5s; -webkit-animation-timing-function: linear; -webkit-animation-delay: 2s; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: alternate; /* Standarsyntax animation-name: example; animation-duration: 5s; animation-timing-function: linear; animation-delay: 2s; animation-iteration-count: infinite; animation-direction: alternate; } /*Safari 4.0 - 8.0 @-webkit-keyframes example { 0% { left:0px; top:0px;} 25% {left:200px; top:0px;} 50% {left:200px; top:200px;} 75% { left:0px; top:200px;} 100% {left:0px; top:0px;} } /*Standard syntax @keyframes example { 0% { left:0px; top:0px;} 25% { left:200px; top:0px;} 50% { left:200px; top:200px;} 75% { left:0px; top:200px;} 100% { left:0px; top:0px;} } border-style: solid; border-color: red; height: 490px; width: 495px;*/ } >>>>>>> 693d27ae27c2c647ba242c0ed5e7e2b5acfaad8d
css/main.css
html{ background: url(../img/caleb-jones-128138.jpg); background-size: cover; background-repeat: no-repeat; } .all{ height: 2000px; display: flex; min-height:100vh } .header{ width: 135px; background: rgba(0,0,0,0.6); padding: 30px 0; position: fixed; height: 100%; } .header ul{ list-style: none; margin: 20px 0 ; padding: 0 20px 0 0; text-align: right; position:relative; top: 500px; } .prof-box{ width:500px; height:1800px; background: rgba(0,0,0,0.4); padding:0; margin: 0; color: white; margin:0 auto; margin-top:0; text-align: center; } .toel{ border-radius: 100%; height:150px; width:150px; padding: 30px; letter-spacing: 5; font-size: 40px; } h1{ font-weight: 100; letter-spacing: 6; font-size: 40px } p{ font-weight: 10; letter-spacing: 6; font-size: 20px } .social-icons{ font-size: 50px; justify-content: space-between; flex-direction: row-reverse; height: 60px; display: flex; } .social-icons .container { justify-content: flex-end; display: flex; height: 10%; } .social-icons a{ color:white; } .float-left{ float:left; margin: 0 10px 10px 0; border-radius: 20%; height: 80px; weight: 80px; font-size: 40px; } .float-right{ float: right; margin: 0 10px 10px 0; border-radius: 20%; height: 80px; weight:80px; font-size: 40px; } <<<<<<< HEAD ======= /*.animation{ width: 100px;https://github.com/toelapiut/toelapiut.github.io height: 100px; background-color: red; position: relative; /* Safari 4.0 - 8.0 -webkit-animation-name: example; -webkit-animation-duration: 5s; -webkit-animation-timing-function: linear; -webkit-animation-delay: 2s; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: alternate; /* Standarsyntax animation-name: example; animation-duration: 5s; animation-timing-function: linear; animation-delay: 2s; animation-iteration-count: infinite; animation-direction: alternate; } /*Safari 4.0 - 8.0 @-webkit-keyframes example { 0% { left:0px; top:0px;} 25% {left:200px; top:0px;} 50% {left:200px; top:200px;} 75% { left:0px; top:200px;} 100% {left:0px; top:0px;} } /*Standard syntax @keyframes example { 0% { left:0px; top:0px;} 25% { left:200px; top:0px;} 50% { left:200px; top:200px;} 75% { left:0px; top:200px;} 100% { left:0px; top:0px;} } border-style: solid; border-color: red; height: 490px; width: 495px;*/ } >>>>>>> 693d27ae27c2c647ba242c0ed5e7e2b5acfaad8d
0.287168
0.071267
.cd-panel-container { position: relative; width: 50%; height: 80%; top: 0; float:right; background: #dbe2e9; z-index: 1; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; transition-property: transform; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; transition-delay: 0.3s; } .cd-panel-container h1 { font-size: 30px; color: black; } .from-right .cd-panel-container { right: 0; -webkit-transform: translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); -o-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } .from-left .cd-panel-container { left: 0; -webkit-transform: translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); -o-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } .is-visible .cd-panel-container { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition-delay: 0s; -moz-transition-delay: 0s; transition-delay: 0s; } @media only screen and (min-width: 768px) { .cd-panel-container { width: 70%; } } @media only screen and (min-width: 1170px) { /*changed width*/ .cd-panel-container { width: 20%; height:90% } } .cd-panel-content { /*save*/ position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 70px 5%; overflow: auto; /* smooth scrolling on touch devices */ -webkit-overflow-scrolling: touch; } .cd-panel-content p { font-size: 14px; font-size: 0.875rem; color: #424f5c; /*line-height: 1.4; margin: 2em 0;*/ } .cd-panel-content p:first-of-type { margin-top: 0; } @media only screen and (min-width: 768px) { .cd-panel-content p { font-size: 16px; font-size: 1rem; line-height: 1.6; } }
css/other.css
.cd-panel-container { position: relative; width: 50%; height: 80%; top: 0; float:right; background: #dbe2e9; z-index: 1; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; transition-property: transform; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; transition-delay: 0.3s; } .cd-panel-container h1 { font-size: 30px; color: black; } .from-right .cd-panel-container { right: 0; -webkit-transform: translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); -o-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } .from-left .cd-panel-container { left: 0; -webkit-transform: translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); -o-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } .is-visible .cd-panel-container { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition-delay: 0s; -moz-transition-delay: 0s; transition-delay: 0s; } @media only screen and (min-width: 768px) { .cd-panel-container { width: 70%; } } @media only screen and (min-width: 1170px) { /*changed width*/ .cd-panel-container { width: 20%; height:90% } } .cd-panel-content { /*save*/ position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 70px 5%; overflow: auto; /* smooth scrolling on touch devices */ -webkit-overflow-scrolling: touch; } .cd-panel-content p { font-size: 14px; font-size: 0.875rem; color: #424f5c; /*line-height: 1.4; margin: 2em 0;*/ } .cd-panel-content p:first-of-type { margin-top: 0; } @media only screen and (min-width: 768px) { .cd-panel-content p { font-size: 16px; font-size: 1rem; line-height: 1.6; } }
0.252937
0.054049
@font-face { font-family: 'social'; src: url('fonts/social.eot?ynqsmo'); src: url('fonts/social.eot?ynqsmo#iefix') format('embedded-opentype'), url('fonts/social.woff?ynqsmo') format('woff'), url('fonts/social.ttf?ynqsmo') format('truetype'), url('fonts/social.svg?ynqsmo#social') format('svg'); font-weight: normal; font-style: normal; } [class^="social-"]::before, [class*=" social-"]::before { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'social' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; vertical-align: middle; line-height: 1; direction: ltr; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .social-email::before { content: "\47"; } .social-location::before { content: "\45"; } .social-mobile::before { content: "\46"; } .social-envato::before { content: "\43"; } .social-angies-list::before { content: "\44"; } .social-twitter::before { content: "\61"; } .social-facebook::before { content: "\62"; } .social-github::before { content: "\63"; } .social-rss::before { content: "\64"; } .social-pinterest::before { content: "\65"; } .social-google-plus::before { content: "\66"; } .social-linkedin::before { content: "\67"; } .social-xing::before { content: "\68"; } .social-youtube::before { content: "\69"; } .social-instagram::before { content: "\6a"; } .social-flickr::before { content: "\6b"; } .social-tumblr::before { content: "\6c"; } .social-dribbble::before { content: "\6d"; } .social-skype::before { content: "\6e"; } .social-foursquare::before { content: "\6f"; } .social-vk::before { content: "\70"; } .social-weibo::before { content: "\71"; } .social-reddit::before { content: "\72"; } .social-stumbleupon::before { content: "\73"; } .social-behance::before { content: "\74"; } .social-spotify::before { content: "\75"; } .social-deviantart::before { content: "\76"; } .social-soundcloud::before { content: "\77"; } .social-vine::before { content: "\78"; } .social-yelp::before { content: "\79"; } .social-paypal::before { content: "\7a"; } .social-houzz::before { content: "\41"; } .social-vimeo::before { content: "\42"; }
resources/css/style(3).css
@font-face { font-family: 'social'; src: url('fonts/social.eot?ynqsmo'); src: url('fonts/social.eot?ynqsmo#iefix') format('embedded-opentype'), url('fonts/social.woff?ynqsmo') format('woff'), url('fonts/social.ttf?ynqsmo') format('truetype'), url('fonts/social.svg?ynqsmo#social') format('svg'); font-weight: normal; font-style: normal; } [class^="social-"]::before, [class*=" social-"]::before { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'social' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; vertical-align: middle; line-height: 1; direction: ltr; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .social-email::before { content: "\47"; } .social-location::before { content: "\45"; } .social-mobile::before { content: "\46"; } .social-envato::before { content: "\43"; } .social-angies-list::before { content: "\44"; } .social-twitter::before { content: "\61"; } .social-facebook::before { content: "\62"; } .social-github::before { content: "\63"; } .social-rss::before { content: "\64"; } .social-pinterest::before { content: "\65"; } .social-google-plus::before { content: "\66"; } .social-linkedin::before { content: "\67"; } .social-xing::before { content: "\68"; } .social-youtube::before { content: "\69"; } .social-instagram::before { content: "\6a"; } .social-flickr::before { content: "\6b"; } .social-tumblr::before { content: "\6c"; } .social-dribbble::before { content: "\6d"; } .social-skype::before { content: "\6e"; } .social-foursquare::before { content: "\6f"; } .social-vk::before { content: "\70"; } .social-weibo::before { content: "\71"; } .social-reddit::before { content: "\72"; } .social-stumbleupon::before { content: "\73"; } .social-behance::before { content: "\74"; } .social-spotify::before { content: "\75"; } .social-deviantart::before { content: "\76"; } .social-soundcloud::before { content: "\77"; } .social-vine::before { content: "\78"; } .social-yelp::before { content: "\79"; } .social-paypal::before { content: "\7a"; } .social-houzz::before { content: "\41"; } .social-vimeo::before { content: "\42"; }
0.310694
0.065068
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { font: 1em Helvetica, Arial, sans-serif; width: 1051px; margin: 2em auto 8em auto; } h1 { font-size: 3em; margin-bottom: 0; } h6 { margin-top: 1em; } form { font-family: 1em "Courier New", "Courier", monospace; } td { text-align: right; } input[type=text] { text-align: left; padding: 0.5em 1em; } textarea { width: 40em; padding: 0.5em 1em; border: 0; outline: none; resize: none; overflow: hidden; } #loc, #filename { width: 30em; background: black; color:white; } #xml { background: black; color:white; } input[type=number] { text-align: center; padding: 1em 0.1em; margin: 0; width: 3em; } input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } input[type=number] { -moz-appearance: textfield; } input[type=number]:invalid { background-color: #FFCCCC; } input#name { margin-top: 10px; } #forname { display: none; } label { display: block; font-size: 0.4em; text-align: center; margin-top: 0.5em; } ul { padding-left: 0; margin-top: 0.5em; } ul li { list-style-type: none; padding-left: 1em; } ol li { list-style-type: decimal; margin-bottom: 1em; } pre { margin: 0; } div#graph { height: 300px; width: 1024px; border: 1px lightgray dotted; background-image: -moz-repeating-linear-gradient(180deg,rgb(100,100,100),rgb(0,0,0)1px,rgb(0,0,0)29px,rgb(100,100,100)30px); background-image: -webkit-repeating-linear-gradient(180deg,rgb(100,100,100),rgb(0,0,0)1px,rgb(0,0,0)29px,rgb(100,100,100)30px); background-image: -o-repeating-linear-gradient(180deg,rgb(100,100,100),rgb(0,0,0)1px,rgb(0,0,0)29px,rgb(100,100,100)30px); background-image: repeating-linear-gradient(180deg,rgb(100,100,100),rgb(0,0,0)1px,rgb(0,0,0)29px,rgb(100,100,100)30px); } div#graph:after { height:270px; border: 1px white dotted; } div#graph div { display: block; float: left; width: 3.225%; height:1px; top: 150px; position: relative; background: mediumspringgreen; display: block; color: white; font-size: 0.6em; text-align: center; } #generator ul li { display: block; float: left; padding: 0; margin:0; } fieldset { border: 1px black solid; margin-bottom: 1em; } legend { text-transform: uppercase; letter-spacing: .25em; font-size: .7em; } code { font-size: 0.7em; } #pageintro { width:100%; } #generator { } #instructions { } fieldset#xmldata { float: left; width: auto; margin-right: 1em; } fieldset#finish { float: left; width: 53.5% } #footer { }
GEQgen.css
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { font: 1em Helvetica, Arial, sans-serif; width: 1051px; margin: 2em auto 8em auto; } h1 { font-size: 3em; margin-bottom: 0; } h6 { margin-top: 1em; } form { font-family: 1em "Courier New", "Courier", monospace; } td { text-align: right; } input[type=text] { text-align: left; padding: 0.5em 1em; } textarea { width: 40em; padding: 0.5em 1em; border: 0; outline: none; resize: none; overflow: hidden; } #loc, #filename { width: 30em; background: black; color:white; } #xml { background: black; color:white; } input[type=number] { text-align: center; padding: 1em 0.1em; margin: 0; width: 3em; } input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } input[type=number] { -moz-appearance: textfield; } input[type=number]:invalid { background-color: #FFCCCC; } input#name { margin-top: 10px; } #forname { display: none; } label { display: block; font-size: 0.4em; text-align: center; margin-top: 0.5em; } ul { padding-left: 0; margin-top: 0.5em; } ul li { list-style-type: none; padding-left: 1em; } ol li { list-style-type: decimal; margin-bottom: 1em; } pre { margin: 0; } div#graph { height: 300px; width: 1024px; border: 1px lightgray dotted; background-image: -moz-repeating-linear-gradient(180deg,rgb(100,100,100),rgb(0,0,0)1px,rgb(0,0,0)29px,rgb(100,100,100)30px); background-image: -webkit-repeating-linear-gradient(180deg,rgb(100,100,100),rgb(0,0,0)1px,rgb(0,0,0)29px,rgb(100,100,100)30px); background-image: -o-repeating-linear-gradient(180deg,rgb(100,100,100),rgb(0,0,0)1px,rgb(0,0,0)29px,rgb(100,100,100)30px); background-image: repeating-linear-gradient(180deg,rgb(100,100,100),rgb(0,0,0)1px,rgb(0,0,0)29px,rgb(100,100,100)30px); } div#graph:after { height:270px; border: 1px white dotted; } div#graph div { display: block; float: left; width: 3.225%; height:1px; top: 150px; position: relative; background: mediumspringgreen; display: block; color: white; font-size: 0.6em; text-align: center; } #generator ul li { display: block; float: left; padding: 0; margin:0; } fieldset { border: 1px black solid; margin-bottom: 1em; } legend { text-transform: uppercase; letter-spacing: .25em; font-size: .7em; } code { font-size: 0.7em; } #pageintro { width:100%; } #generator { } #instructions { } fieldset#xmldata { float: left; width: auto; margin-right: 1em; } fieldset#finish { float: left; width: 53.5% } #footer { }
0.489503
0.106784
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ 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; } html { font-size: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; } body { font-size: 1rem; line-height: 1.5; -webkit-font-smoothing: antialiased; } h1 { font-size: 2.44140625rem; } h2 { font-size: 1.953125rem; } h3 { font-size: 1.5625rem; } h4 { font-size: 1.25rem; } h5 { font-size: 1rem; } h6 { font-size: 0.8rem; } p { font-size: 1rem; } p, h1, h2, h3, h4, h5, h6, ol, ul, dl { margin: 0 0 0.75rem; } ul ul, ol ol, dl dl { margin: 0 0 0 0.75rem; } ol { list-style-type: decimal; list-style-position: inside; } dl dt { font-weight: bold; } dl dd { margin-left: 0.75rem; } img { margin: 0; max-width: 100%; } strong { font-weight: bold; } small { font-size: 0.8rem; } em { font-style: italic; } s, del { text-decoration: line-through; } blockquote { border-left: 3px solid #eee; padding-left: 0.75rem; } blockquote footer { font-size: 12.8; font-style: italic; } blockquote footer:before { content: '\2014 \00A0'; } html { font-family: 'Raleway', sans-serif; } header { background: #22a7f0; color: #fff; text-align: center; } main { padding: 0.75rem; }
demo/demo.css
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ 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; } html { font-size: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; } body { font-size: 1rem; line-height: 1.5; -webkit-font-smoothing: antialiased; } h1 { font-size: 2.44140625rem; } h2 { font-size: 1.953125rem; } h3 { font-size: 1.5625rem; } h4 { font-size: 1.25rem; } h5 { font-size: 1rem; } h6 { font-size: 0.8rem; } p { font-size: 1rem; } p, h1, h2, h3, h4, h5, h6, ol, ul, dl { margin: 0 0 0.75rem; } ul ul, ol ol, dl dl { margin: 0 0 0 0.75rem; } ol { list-style-type: decimal; list-style-position: inside; } dl dt { font-weight: bold; } dl dd { margin-left: 0.75rem; } img { margin: 0; max-width: 100%; } strong { font-weight: bold; } small { font-size: 0.8rem; } em { font-style: italic; } s, del { text-decoration: line-through; } blockquote { border-left: 3px solid #eee; padding-left: 0.75rem; } blockquote footer { font-size: 12.8; font-style: italic; } blockquote footer:before { content: '\2014 \00A0'; } html { font-family: 'Raleway', sans-serif; } header { background: #22a7f0; color: #fff; text-align: center; } main { padding: 0.75rem; }
0.538741
0.07353
min-height: 100vh; background: rgb(226, 226, 226); } .container { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100vw; height: 100vh; } form { width: 100%; margin: 20px; } .container .input-wrapper { display: flex; justify-content: center; align-items: center; /* width: 50%; */ height: 3.5rem; padding: 0 1rem 0 1rem; background: rgb(184, 184, 184); border-radius: 0.8rem; box-sizing: border-box; } .container .input-wrapper i { font-size: 20px; color: #f4f4f8; } .container .input-wrapper #input-label { display: none; } .container .input-wrapper #product-search { width: 100%; height: 100%; font-size: 20px; color: #f4f4f8; padding-left: 1rem; background: rgb(184, 184, 184); border: none; outline: none; } .container .input-wrapper #product-search::placeholder { color: #ffffff; opacity: 0.7; } .container .input-wrapper .fa-times { cursor: pointer; } .range-slider { margin: 60px 0 0 0%; } .range-slider { width: 100%; } .range-slider__range { -webkit-appearance: none; width: 90%; height: 10px; border-radius: 5px; background: #d7dcdf; outline: none; padding: 0; margin: 0; } .range-slider__range::-webkit-slider-thumb { appearance: none; width: 20px; height: 20px; border-radius: 50%; background: #2c3e50; cursor: pointer; transition: background 0.15s ease-in-out; } .range-slider__range::-webkit-slider-thumb:hover { background: #1abc9c; } .range-slider__range:active::-webkit-slider-thumb { background: #1abc9c; } .range-slider__range::-moz-range-thumb { width: 20px; height: 20px; border: 0; border-radius: 50%; background: #2c3e50; cursor: pointer; transition: background 0.15s ease-in-out; } .range-slider__range::-moz-range-thumb:hover { background: #1abc9c; } .range-slider__range:active::-moz-range-thumb { background: #1abc9c; } .range-slider__range:focus::-webkit-slider-thumb { box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c; } .range-slider__value { display: inline-block; position: relative; width: 70px; color: #fff; line-height: 20px; text-align: center; border-radius: 3px; background: #2c3e50; padding: 5px 0px; margin-left: 8px; } .range-slider__value:after { position: absolute; top: 8px; left: -7px; width: 0; height: 0; border-top: 7px solid transparent; border-right: 7px solid #2c3e50; border-bottom: 7px solid transparent; content: ""; } ::-moz-range-track { background: #c7d6df; border: 0; } input::-moz-focus-inner, input::-moz-focus-outer { border: 0; } .submit-wrapper { display: flex; justify-content: center; } .search-btn { background: #2c3e50; color: white; } @media (max-width: 768px) { .container .input-wrapper { width: 96%; } .container .results-wrapper { width: 96%; } .range-slider__range { width: 70%; } }
Web/public/css/search.css
min-height: 100vh; background: rgb(226, 226, 226); } .container { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100vw; height: 100vh; } form { width: 100%; margin: 20px; } .container .input-wrapper { display: flex; justify-content: center; align-items: center; /* width: 50%; */ height: 3.5rem; padding: 0 1rem 0 1rem; background: rgb(184, 184, 184); border-radius: 0.8rem; box-sizing: border-box; } .container .input-wrapper i { font-size: 20px; color: #f4f4f8; } .container .input-wrapper #input-label { display: none; } .container .input-wrapper #product-search { width: 100%; height: 100%; font-size: 20px; color: #f4f4f8; padding-left: 1rem; background: rgb(184, 184, 184); border: none; outline: none; } .container .input-wrapper #product-search::placeholder { color: #ffffff; opacity: 0.7; } .container .input-wrapper .fa-times { cursor: pointer; } .range-slider { margin: 60px 0 0 0%; } .range-slider { width: 100%; } .range-slider__range { -webkit-appearance: none; width: 90%; height: 10px; border-radius: 5px; background: #d7dcdf; outline: none; padding: 0; margin: 0; } .range-slider__range::-webkit-slider-thumb { appearance: none; width: 20px; height: 20px; border-radius: 50%; background: #2c3e50; cursor: pointer; transition: background 0.15s ease-in-out; } .range-slider__range::-webkit-slider-thumb:hover { background: #1abc9c; } .range-slider__range:active::-webkit-slider-thumb { background: #1abc9c; } .range-slider__range::-moz-range-thumb { width: 20px; height: 20px; border: 0; border-radius: 50%; background: #2c3e50; cursor: pointer; transition: background 0.15s ease-in-out; } .range-slider__range::-moz-range-thumb:hover { background: #1abc9c; } .range-slider__range:active::-moz-range-thumb { background: #1abc9c; } .range-slider__range:focus::-webkit-slider-thumb { box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c; } .range-slider__value { display: inline-block; position: relative; width: 70px; color: #fff; line-height: 20px; text-align: center; border-radius: 3px; background: #2c3e50; padding: 5px 0px; margin-left: 8px; } .range-slider__value:after { position: absolute; top: 8px; left: -7px; width: 0; height: 0; border-top: 7px solid transparent; border-right: 7px solid #2c3e50; border-bottom: 7px solid transparent; content: ""; } ::-moz-range-track { background: #c7d6df; border: 0; } input::-moz-focus-inner, input::-moz-focus-outer { border: 0; } .submit-wrapper { display: flex; justify-content: center; } .search-btn { background: #2c3e50; color: white; } @media (max-width: 768px) { .container .input-wrapper { width: 96%; } .container .results-wrapper { width: 96%; } .range-slider__range { width: 70%; } }
0.433262
0.050214
@charset "UTF-8"; /*----------公共样式-------*/ body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select, td, figure { margin: 0; padding: 0; } body { height: 100%; font: 12px "宋体"; word-wrap: break-word; } a, u, s, del { color: #666; text-decoration: none; } i, em, b { font-style: normal; font-weight: 100; } li { list-style: none; } img { vertical-align: middle; } fieldset, a img, .bor0 { border: 0; } table { border-collapse: collapse; } /*clear清除浮动和防止margin-top向上传递*/ .clear { zoom: 1; /*只有ie能识别*/ } .clear:before { content: ""; display: table; } .clear:after { content: ""; display: block; clear: both; } .head { width: 1200px; margin: 12px auto 10px; height: 45px; line-height: 60px; } .head img { float: left; margin-left: 7px; } .head a { color: #787878; } .login_bd { background-color: #EDEDED; height: 600px; } .set_area { width: 1200px; margin: 0 auto; position: relative; } .wrap { border: 1px solid #eef2f4; background: #fff; padding: 15px 25px 15px 15px; float: right; width: 320px; color: #6e6e6e; margin: 90px auto 0; position: relative; box-shadow: 0 1px 2px #eee; } .wrap a { color: #1a66b3; } .wrap a:hover { color: #1a66b3; } .wrap input { outline: none; } .infro { width: 311px; float: right; } .password_login { font-size: 18px; line-height: inherit; color: #3c3c3c; font-family: 'Microsoft Yahei'; margin-top: 5px; } .username, .password, .code { border: 1px solid #e6e6e6; height: 36px; width: 310px; border-radius: 2px; position: relative; } .username > span, .password > span, .code > span { width: 30px; margin-right: 10px; height: 36px; float: left; background: url("../img/login/icon.png") 10px -110px no-repeat; } .username > input, .password > input, .code > input { font-size: 14px; line-height: 34px; color: #000; float: left; height: 34px; border: 0; font-family: "Microsoft Yahei"; padding: 0; } .username.focus, .password.focus, .code.focus { border-color: #969696; } .username.blur, .password.blur, .code.blur { border-color: #e6e6e6; color: #a0a0a0; } .username { margin-top: 20px; position: relative; } .username.error { background-position: -14px -110px; } .password > span { background-position: 10px -150px; } .password.error { background-position: -14px -150px; } .code { width: 126px; float: left; } .code span { background-position: 10px -189px; } .code.error { background-position: -16px -189px; } .code input { width: 86px; float: left; } .code_wrap { height: 38px; } .tips { height: 30px; line-height: 30px; padding-top: 0px; padding-left: 10px; } .tips span { display: none; } .code_pic { width: 86px; height: 38px; float: left; margin: 0 15px 0 5px; } .code_pic img { width: 86px; height: 38px; } .code_wrap a { line-height: 38px; } .auto_login { height: 27px; line-height: 22px; padding-top: 7px; width: 310px; overflow: hidden; } .auto_login a { float: right; } .auto_login input { vertical-align: middle; margin-top: -1px; } .btn a { font-size: 20px; line-height: 44px; color: #fff; width: 100%; border-radius: 5px; display: inline-block; text-align: center; font-family: "Microsoft Yahei"; background: #ff2832; } .btn a:hover { background: #f01923; color: darkgray; } .register { float: left; height: 24px; line-height: 24px; padding-top: 6px; } .register_btn { float: right; color: #6e6e6e; } .register_btn:hover { color: blue; } .slogan { color: #000; margin: 10px auto 10px; font-size: 22px; font-family: 华文中宋; text-align: center; width: 100%; height: 40px; line-height: 40px; position: fixed; bottom: 0; }
src/main/resources/static/css/login.css
@charset "UTF-8"; /*----------公共样式-------*/ body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select, td, figure { margin: 0; padding: 0; } body { height: 100%; font: 12px "宋体"; word-wrap: break-word; } a, u, s, del { color: #666; text-decoration: none; } i, em, b { font-style: normal; font-weight: 100; } li { list-style: none; } img { vertical-align: middle; } fieldset, a img, .bor0 { border: 0; } table { border-collapse: collapse; } /*clear清除浮动和防止margin-top向上传递*/ .clear { zoom: 1; /*只有ie能识别*/ } .clear:before { content: ""; display: table; } .clear:after { content: ""; display: block; clear: both; } .head { width: 1200px; margin: 12px auto 10px; height: 45px; line-height: 60px; } .head img { float: left; margin-left: 7px; } .head a { color: #787878; } .login_bd { background-color: #EDEDED; height: 600px; } .set_area { width: 1200px; margin: 0 auto; position: relative; } .wrap { border: 1px solid #eef2f4; background: #fff; padding: 15px 25px 15px 15px; float: right; width: 320px; color: #6e6e6e; margin: 90px auto 0; position: relative; box-shadow: 0 1px 2px #eee; } .wrap a { color: #1a66b3; } .wrap a:hover { color: #1a66b3; } .wrap input { outline: none; } .infro { width: 311px; float: right; } .password_login { font-size: 18px; line-height: inherit; color: #3c3c3c; font-family: 'Microsoft Yahei'; margin-top: 5px; } .username, .password, .code { border: 1px solid #e6e6e6; height: 36px; width: 310px; border-radius: 2px; position: relative; } .username > span, .password > span, .code > span { width: 30px; margin-right: 10px; height: 36px; float: left; background: url("../img/login/icon.png") 10px -110px no-repeat; } .username > input, .password > input, .code > input { font-size: 14px; line-height: 34px; color: #000; float: left; height: 34px; border: 0; font-family: "Microsoft Yahei"; padding: 0; } .username.focus, .password.focus, .code.focus { border-color: #969696; } .username.blur, .password.blur, .code.blur { border-color: #e6e6e6; color: #a0a0a0; } .username { margin-top: 20px; position: relative; } .username.error { background-position: -14px -110px; } .password > span { background-position: 10px -150px; } .password.error { background-position: -14px -150px; } .code { width: 126px; float: left; } .code span { background-position: 10px -189px; } .code.error { background-position: -16px -189px; } .code input { width: 86px; float: left; } .code_wrap { height: 38px; } .tips { height: 30px; line-height: 30px; padding-top: 0px; padding-left: 10px; } .tips span { display: none; } .code_pic { width: 86px; height: 38px; float: left; margin: 0 15px 0 5px; } .code_pic img { width: 86px; height: 38px; } .code_wrap a { line-height: 38px; } .auto_login { height: 27px; line-height: 22px; padding-top: 7px; width: 310px; overflow: hidden; } .auto_login a { float: right; } .auto_login input { vertical-align: middle; margin-top: -1px; } .btn a { font-size: 20px; line-height: 44px; color: #fff; width: 100%; border-radius: 5px; display: inline-block; text-align: center; font-family: "Microsoft Yahei"; background: #ff2832; } .btn a:hover { background: #f01923; color: darkgray; } .register { float: left; height: 24px; line-height: 24px; padding-top: 6px; } .register_btn { float: right; color: #6e6e6e; } .register_btn:hover { color: blue; } .slogan { color: #000; margin: 10px auto 10px; font-size: 22px; font-family: 华文中宋; text-align: center; width: 100%; height: 40px; line-height: 40px; position: fixed; bottom: 0; }
0.398758
0.103205
html, body { height:100%; width:100%; color: #566473; background:#F1F4F9; font-family: "Open Sans",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 24px; } body { overflow-x:hidden } h1, h2, h3, h4, h5, h6 { color: #566473; font-family: 'Raleway',sans-serif; font-weight: 600; } h1 { font-size:36px; letter-spacing:1px; text-transform:uppercase; margin-bottom: 15px; } .wrap { height: 100%; width: 100%; } .divider { padding: 0 0 100px; } .divider-xs { padding: 50px 0; } .light, .light h2, .light h3 { color:#fff!important; } /* List styles */ ul.why { list-style:none; padding:0; margin:0; } ul.why li { margin: 15px 0; } ul.why li:before { content: "\f00c"; font-family: FontAwesome; position: relative; color: #fff; background: #777777; border-radius: 100%; margin: 0 7px 0 0; padding: 3px; } /*-------------------------------------------------------*/ /* 2. Form code /*-------------------------------------------------------*/ input.form-control, textarea.form-control { border: solid 1px #CCC; background: #fff !important; box-shadow: none !important; } .form-control { height: 44px; } input:hover, textarea:hover, input:focus, textarea:focus { border-color: #C9C9C9; } /*-------------------------------------------------------*/ /* 3. Logo /*-------------------------------------------------------*/ .top-logo { height: 140px; margin: 0 auto; position: relative; width: 140px; z-index: 9999; outline: 0; -webkit-transition:all .5s ease-in-out; -moz-transition:all .5s ease-in-out; -o-transition:all .5s ease-in-out; transition:all .5s ease-in-out; } .top-logo a { outline: 0; } .top-logo .scrollNormal { opacity:1; filter:alpha(opacity=100); position:absolute; top:0; left:50%; margin-left:-70px; -webkit-transition:all .5s ease-in-out; -moz-transition:all .5s ease-in-out; -o-transition:all .5s ease-in-out; transition:all .5s ease-in-out } .top-logo .scrollDown { opacity:0; filter:alpha(opacity=0); position:absolute; top:0; left:50%; margin-left:-70px; -webkit-transition:all .5s ease-in-out; -moz-transition:all .5s ease-in-out; -o-transition:all .5s ease-in-out; transition:all .5s ease-in-out } .top-logo:hover .scrollNormal { opacity:0; filter:alpha(opacity=0); -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); transform:rotate(360deg) } .top-logo:hover .scrollDown { opacity:1; filter:alpha(opacity=100); -webkit-transform:rotate(-360deg); -moz-transform:rotate(-360deg); -ms-transform:rotate(-360deg); -o-transform:rotate(-360deg); transform:rotate(-360deg) } /* Logo */ .site-logo { display: inline-block; line-height: 80px; } #navigation .site-logo a, #navigation .site-logo a:hover, #navigation .site-logo a:focus, #navigation .site-logo a:before, #navigation .site-logo a:after { background: transparent !important; } /*-------------------------------------------------------*/ /* 4. Slider /*-------------------------------------------------------*/ /* Home Fullwidth Parallax Slider */ ul.fullwidth-slider { position: relative; display: block; width: 100%; margin: 0; padding: 0; background-color: #222222; z-index: 0; -webkit-backface-visibility: visible; background-position: center center; background-repeat: no-repeat; } ul.fullwidth-slider li.slide { position: relative; display: none; overflow: hidden; float: left; width: 100%; height: 100%; z-index: 0; background-attachment:absolute ; background-size: cover; background-repeat: no-repeat; background-position: center; -webkit-backface-visibility: visible; } ul.fullwidth-slider li.slide .caption { position: relative; height: 100%; width:100%; } ul.fullwidth-slider li.slide .caption .caption-inside { position: absolute; top: 0px; width:100%; } ul.fullwidth-slider li.slide .caption .slide-caption { height: 100%; z-index: 0; display: table; position: relative; top: 0; width:80%; margin-left:10%; margin-right:10%; } ul.fullwidth-slider li.slide .caption .slide-caption .vertical-align-middle{ display: table-cell; vertical-align: middle; text-align:center; } .vertical-align-middle p { margin:20px 0; color:#fff; } .vertical-align-middle.dark p, .vertical-align-middle.dark h1 { color:#222; } ul.fullwidth-slider, ul.fullwidth-slider .caption-inside { height: 700px; } .parallax-slider .bx-wrapper .bx-next { right:50px; } .parallax-slider .bx-wrapper .bx-prev { left:50px; } .video-section { min-width: 100%; min-height: 100%; top:0; left:0; background-color:black; text-align: center; } .video-section .container { padding-top: 0; } .video-section .top-logo { margin-bottom: 50px; } .video-section .video-overlay { background: url(../img/texture_layer.png) repeat; background-color: rgba(0, 0, 0, 0.5); padding: 110px 0 32px; height: 100%; /* Incase of overlay problems just increase the min-height*/ } .video-section .buttonBar { display:none; } .player { font-size: 1px; } /* Home Full Screen Slider */ .slider-container { width: 100%; height: 100%; position: relative; } #slider_left i, #slider_right i, .bx-prev i, .bx-next i { font-size: 80px; color: #fff; } #slider_left { top:50%; height:60px; position:absolute; left:50px; width:32px; z-index:1000; margin-top:-40px; cursor:pointer; } #slider_right { top:50%; height:60px; position:absolute; right:50px; width:32px; z-index:1000; margin-top:-40px; cursor:pointer; } div.mc-image { -webkit-transition: opacity 1s ease-in-out; -moz-transition: opacity 1s ease-in-out; -o-transition: opacity 1s ease-in-out; transition: opacity 1s ease-in-out; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position:center center; background-repeat:no-repeat; height:100%; overflow:hidden; width:100%; } #slider_left:hover, #slider_right:hover { margin-top:-38px; } #slider_left:active, #slider_right:active { margin-top:-38px; } .slide-content { height: 100%; display: table; margin: 0 auto; position: relative; text-align: center; } .slide-content h1, .slide-caption h1, .video-section h1 { color:inherit; font-size:80px; font-weight: 600; line-height:80px; margin:10px 0 30px; letter-spacing:1px; text-transform: uppercase; } ul.text-slide { padding-left: 0; margin: 10px 0 30px; } .text-slide li { color:inherit; font-size:80px; font-weight: 600; line-height:180px; letter-spacing:1px; text-transform: uppercase; } .img-btn { margin-top: 30px; } .welcome { font-family: "Pacifico","Times New Roman",Times,serif; font-size: 40px; line-height:40px; font-style: italic; padding:10px 0 30px; letter-spacing:3px; } .slide-content p { margin:10px 0; } .slide-content a { margin:10px 0; } .align-center { display: table-cell; text-align: center; vertical-align: middle; } .bg-overlay { width:100%; height:100%; z-index: 100; } .bx-wrapper .bx-viewport { border: none; box-shadow: none; left: 0; background: transparent; } .bx-wrapper .bx-controls-direction a { text-indent: 1px; } /*-------------------------------------------------------*/ /* 5. Button /*-------------------------------------------------------*/ /* General button style (reset) */ .btn { border: none; font-family: inherit; font-size: inherit; color: inherit; background: none; cursor: pointer; padding: 20px 70px; display: inline-block; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; outline: none; position: relative; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; z-index: 101; } .btn:after { content: ''; position: absolute; z-index: -1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .btn:focus { outline: none; color: white; } /* Button 1 */ .btn-1 { border: 3px solid #fff; color: #fff; outline: none; } /* Button 1b */ .btn-1:after { width: 100%; height: 0; top: 0; left: 0; background: #fff; } .btn-1:hover:after, .btn-1:active:after { height: 100%; } /* Button 2 */ .btn-2 { color: #fff; -webkit-transition: none; -moz-transition: none; transition: none; } /* Button 2c */ .btn-2 { border-radius: 5px; } .btn-2:hover { color: #fff; top: 2px; } .btn-2:active { color: #fff; top: 6px; } .subscribe-btn { background-image: none; border: medium none; color: #FFFFFF; font-size: 16px; height: 44px; padding: 6px 16px; text-shadow: none !important; } /*-------------------------------------------------------*/ /* 6. Header /*-------------------------------------------------------*/ /* Navbar */ .navbar-custom .navbar-toggle { border-color: #DDDDDD; } .is-sticky .navbar-custom { background-color: white; } .navbar-custom { background-color: #fff; width: 100%; min-height: 80px; position: relative; border-radius: 0; margin-bottom: 0; z-index: 9999; } .navbar-custom .navbar-nav > li > a { color: #566473; font-size: 14px; font-weight: 600; margin: 15px 0; outline: none; text-decoration: none; text-transform: uppercase; } .dropdown-menu > li > a { color: #566473 !important; font-size: 14px; font-weight: 600; padding: 10px 20px; outline: none; text-decoration: none; text-transform: uppercase; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: transparent; } .dropdown-menu { box-shadow: none; border: none; border-radius: 0; } .caret { margin-left: 5px; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background-color: #E0E1E7; background-image: none; background-repeat: no-repeat; } .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li.active > a { background-color: transparent; } ul.navbar-right { padding-right: 0; } #navigation { width: 100%; z-index: 9999; } #navigation-sticky-wrapper { height: 80px; } nav a:hover, nav a:focus { outline: none; } /*-------------------------------------------------------*/ /* 7. Title code /*-------------------------------------------------------*/ /* Big title second border slides up */ .big-title { text-align: center; } .big-title h2 { padding: 12px 10px 10px; color: #566473; font-size: 44px; line-height: 50px; margin: 0 auto 50px; text-align: center; text-transform: uppercase; text-shadow: none; font-weight: 700; position: relative; display: inline-block; } .big-title h2::before, .big-title h2::after { position: absolute; top: 100%; left: 0; width: 100%; height: 3px; background: #566473; content: ''; -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; -webkit-transform: scale(0.85); -moz-transform: scale(0.85); transform: scale(0.85); } .big-title h2::after { opacity: 0; -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s; -moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s; transition: top 0.3s, opacity 0.3s, transform 0.3s; } .big-title h2:hover::before, .big-title h2:hover::after, .big-title h2:focus::before, .big-title h2:focus::after { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); } .big-title h2:hover::after, .big-title h2:focus::after { top: 0%; opacity: 1; } /* big title light */ .big-title.light h2::before, .big-title.light h2::after { background: white; } /* Sub title */ .sub-title h3 { font-size: 18px; line-height: 28px; margin: 0 auto 70px; max-width: 900px; text-transform: none; } /* Effect 21: borders slight translate */ .cl-effect-21 a { padding: 10px; text-shadow: none; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s; } .cl-effect-21 a::before, .cl-effect-21 a::after, .cl-effect-21 .active a::before, .cl-effect-21 .active a::after { position: absolute; left: 0; width: 100%; height: 2px; content: ''; opacity: 0; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; -moz-transition: opacity 0.3s, -moz-transform 0.3s; transition: opacity 0.3s, transform 0.3s; -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); transform: translateY(-10px); } .cl-effect-21 a::before, .cl-effect-21 .active a::before { top: 0; -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); transform: translateY(-10px); } .cl-effect-21 a::after, .cl-effect-21 .active a::after { bottom: 0; -webkit-transform: translateY(10px); -moz-transform: translateY(10px); transform: translateY(10px); } .cl-effect-21 a:hover::before, .cl-effect-21 a:focus::before, .cl-effect-21 a:hover::after, .cl-effect-21 a:focus::after, .cl-effect-21 .active a::before, .cl-effect-21 .active a:focus::before, .cl-effect-21 .active a::after, .cl-effect-21 .active a:focus::after { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px); } /*-------------------------------------------------------*/ /* 8. Section code /*-------------------------------------------------------*/ section { margin: 0 auto; position: relative; } section.page-title { padding: 70px 0 30px; } section.blog-small .container, section.blog .container { padding-top: 30px; padding-bottom: 120px; } section .container, footer .container { padding-top: 120px; padding-bottom: 120px; } section.portfolio { padding: 120px 0 0; } /*-------------------------------------------------------*/ /* 9. About section /*-------------------------------------------------------*/ div.content-box { clear: both; } div.content-box h4 { line-height: 32px; margin: 0 0 5px; font-weight: 600; } div.content-box div.content-box-info { padding-left: 135px; } div.content-box.big { padding:15px; margin-top: 52px; -webkit-transition: background .5s ease-in-out; -moz-transition: background .5s ease-in-out; -o-transition: background .5s ease-in-out; -ms-transition: background .5s ease-in-out; transition: background .5s ease-in-out; } div.content-box.big .ch-info-wrap { margin: -52px auto 35px; position:relative; left:auto; top:auto; } div.content-box.big:hover { } div.content-box.big div.content-box-info { padding-left: 0; text-align:center; margin:25px 0 0; } div.content-box.big div.content-box-info p { text-align:center; margin-top: 25px; } /*-------------------------------------------------------*/ /* 10. Service section /*-------------------------------------------------------*/ .service-reasons div.content-box.big { transition:none; margin-top: 30px; border: 1px solid #fff; } .services p,.content p { text-align: left; } .service-box { display: table; margin-bottom: 50px; } .service-icon, .service-box-content { display: table-cell; vertical-align: top; } .service-icon { text-align: center; } .service-icon i { color: white; line-height: 60px; font-size: 26px; height: 60px; width: 60px; border-radius: 50%; margin-right: 20px; -webkit-transition: background .5s ease-in-out; -moz-transition: background .5s ease-in-out; -o-transition: background .5s ease-in-out; -ms-transition: background .5s ease-in-out; transition: background .5s ease-in-out; } .service-box-content h4 { margin-top: 0; } .service-box:hover .service-icon i { background: #566473; } /* Circle items */ .ch-item { width: 100%; height: 100%; position: relative; cursor: default; } .ch-info-wrap i { color: #FFFFFF; font-size: 40px; line-height: 100px; position: relative; z-index: 5; } .ch-info-wrap { position: absolute; width: 100px; height: 100px; border-radius: 50%; top: 10px; left: 10px; } .ch-info { position: absolute; width: 100px; height: 100px; border-radius: 50%; text-align:center; } .ch-info-front { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .ch-info > div { display: block; position: absolute; width: 100%; height: 100%; border-radius: 50%; background-position: center center; -webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/ } .ch-item:hover .ch-info-front { background: #566473 !important } /*-------------------------------------------------------*/ /* 11. Parallax Section /*-------------------------------------------------------*/ .clients, .contacts, .about { position: static; } .parallax-layer { height: 500px; width: 1600px; position: absolute; } .icons { background: url(../img/bg_icons.png) no-repeat; height: 552px; width: 1600px; position: absolute; top: 0; left: 50%; margin: 0 0 0 -800px; } .texture { background: url(../img/bg_pattern.png) no-repeat; height: 352px; width: 1600px; position: absolute; top: 0; left: 50%; margin: 0 0 0 -800px; } .texture-layer, .bg-overlay { background: url(../img/texture_layer.png) repeat; } .featuresss, .image-parallax { background-position: center center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed !important; } .image-parallax { height: 100%; width: 100%; position: relative; } .image-parallax .slide-content { width: 90%; margin-right:5%; margin-left: 5%; } .about-wrap { position: relative; overflow: hidden; } .testimonial-wrap { background: url('../img/plx2.jpg') 50% 0 no-repeat fixed; } .quote-wrap { background: url('../img/plx5.jpg') 50% 0 no-repeat fixed; } .subscription-wrap { background: url('../img/plx4.jpg') 50% 0 no-repeat fixed; } .fun-wrap { background: url('../img/plx3.jpg') 50% 0 no-repeat fixed; } .parallax-overlay { /* background: rgba(22, 26, 72, 0.6); */ background: rgba(37, 39, 88, 0.9); width:100%; height:100%; z-index: 100; } /*-------------------------------------------------------*/ /* 12. Pricing Section /*-------------------------------------------------------*/ .flat .plan { list-style: none; padding: 0 0 20px; margin: 0 0 15px; background: #fff; text-align: center; } .flat .plan li { padding: 10px 15px; color: #566473; border-top: 1px solid #f5f5f5; -webkit-transition: 300ms; transition: 300ms; } .flat .plan li.plan-price { border-top: 0; } .flat .plan li.plan-name { padding: 15px; font-size: 22px; line-height: 22px; color: #fff; margin-bottom: 30px; border-top: 0; font-family: "Raleway", Helvetica, Arial; } .flat .plan li.plan-action { margin-top: 10px; border-top: 0; } .flat .plan li.plan-action .btn { margin: 0; padding: 10px 30px; } .flat .plan.featured { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .flat .plan.featured li.plan-name { background: #566473; } .flat .plan:hover li.plan-name { background: #566473; } /*-------------------------------------------------------*/ /* 13. Portfolio Section /*-------------------------------------------------------*/ /* Portfolio Filters */ #filters { margin-top: 10px; margin-bottom: 40px; text-align: center; display: block; float: none; z-index: 2; position: relative; } #filters ul li { display: inline-block; margin:0 5px; } #filters ul li a { display: block; } #filters ul li a h5 { padding: 10px 20px; text-transform:uppercase; background-color:#fff; border-radius:3px; font-size:13px; transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; } #filters ul li a:hover h5, #filters ul li a.active h5 { color: #fff; } #filters ul li a:hover { text-decoration: none; } /* Portfolio Items */ #portfolio-wrap { position: relative; padding: 0; width: 100%; margin: 0 auto; display: block; } #portfolio-wrap .one-four { margin: 0!important; line-height:0; width: 25%; padding: 0; position:relative; } .portfolio-item { padding: 0; position: relative; overflow: hidden; } .portfolio-item .img-holder { display:block; overflow:hidden; position: relative; } .img-holder img { -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } .img-holder:hover img { -webkit-transform:rotate(7deg) scale(1.2); -moz-transform:rotate(7deg) scale(1.2); -ms-transform:rotate(7deg) scale(1.2); -o-transform:rotate(7deg) scale(1.2); transform:rotate(7deg) scale(1.2); } .img-holder .img-overlay { background:none repeat scroll 0 0 rgba(0,0,0,0.5); bottom:0; display:block; height:100%; left:0; opacity:0; position:absolute; right:0; top:0; -webkit-transition:all 0.2s ease 0s; -moz-transition:all 0.2s ease 0s; -o-transition:all 0.2s ease 0s; transition:all 0.2s ease 0s; width:100%; } .img-holder:hover .img-overlay { opacity: 1; } .RoundBg { background-color:#ffffff; border:medium none; display:inline-block !important; float:none !important; font-size:14px; font-weight:normal; height:40px; line-height:40px; margin:0 2px; text-align:center; width:40px; -webkit-border-radius:250px 250px 250px; border-radius:250px 250px 250px; -webkit-box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,.1); box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,.1); } .RoundBg > a { color:#222222; display:block; font-weight: normal; } .img-holder .overlay-effect { visibility:hidden; opacity:0; position:absolute; text-align:center; width:100%; top:50%; margin-top:-20px; -webkit-transform:scale(0.2); -moz-transform:scale(0.2); -ms-transform:scale(0.2); -o-transform:scale(0.2); transform:scale(0.2); } .img-holder:hover .overlay-effect { opacity:1; visibility:visible; -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform: scale(1); } .img-holder .overlay-effect { -webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; transition: all 0.3s ease 0s; } /* Portfolio Isotope Transitions */ .isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; } .isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; } .isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: -o-transform, opacity; transition-property: transform, opacity; } .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; } /*-------------------------------------------------------*/ /* 14. Accordion Tab /*-------------------------------------------------------*/ .accordionMod .panel-heading .accordion-toggle { position: relative; cursor: pointer; margin: 0; padding: 10px 40px; } .accordion-body,.panel-heading { background: #fff; border-radius: 0; padding: 0; } .accordionMod .panel-heading .accordion-toggle .icon:before { content: "\f067"; font-family: FontAwesome; font-weight: 300; display: block; width: 14px; height: 14px; position: absolute; left: 15px; top: 11px; } .accordionMod .panel-heading .accordion-toggle .iconActive:before { content: "\f068"; font-family: FontAwesome; } .accordionMod .panel-heading .current { color: #fff; } .panel-group .panel { border-radius: 0; box-shadow: none; border: none; } .panel-group .panel + .panel { margin-top: 10px; } /* Tabs */ #horizontal-tabs { margin-bottom:30px; } #horizontal-tabs ul.tabs li { cursor: pointer; float: left; font-size: 15px; padding: 12px; } #horizontal-tabs ul.tabs li.current { background: #fff; cursor: default; } #horizontal-tabs ul.tabs { overflow: hidden; background: #E0E1E7; list-style:none; margin:0; padding:0; } #horizontal-tabs .contents { background: #fff; } #horizontal-tabs .tabscontent.no-padding { padding-left: 0; padding-right: 0; } #horizontal-tabs .tabscontent { display: none; overflow: hidden; padding: 20px 20px 0; } .tabs ul.posts li { margin-bottom: 15px; padding-bottom: 10px; overflow: hidden; border-bottom: 1px solid #f8f8f8; } .tabs ul.posts li img { height: 68px; width: 68px; -webkit-transition: all .4s ease-in 0; -moz-transition: all .4s ease-in 0; -o-transition: all .4s ease-in 0; -ms-transition: all .4s ease-in 0; transition: all .4s ease-in 0; float: left; } /*-------------------------------------------------------*/ /* 15. Testimonial section /*-------------------------------------------------------*/ /* Carousel controls */ .carousel-controls a { font-size: 60px; font-weight: 600; color: #fff; outline: 0; line-height: 100px } /* Testimonials */ .testimonial p { background: #fff; font-family: "Tangerine", "Open Sans", Arial; font-size: 30px; letter-spacing:1px; line-height: 40px; margin: 0; padding: 27px 25px; text-align: center; } .our-clients .testimonial p, .our-clients .testimonials-arrow { border: none; } .testimonials-arrow { display: block; content: ""; margin: -14px auto 40px; width: 24px; height: 24px; background-color: #fff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); border-top: 0; } .testimonial .author { margin: 0 auto; display: table; } .testimonial-image { float: left; height: 70px; position: relative; width: 70px; } .testimonial-image img { border-radius: 50px; height: 70px !important; width: 70px !important; padding:4px; } .testimonial-author-info { padding: 10px 0 0 90px; color: #fff; } .widget .testimonial-author-info { color: #566473; } .testimonial-author-info a { display:block; font-size: 18px; font-weight: 600; } /*-------------------------------------------------------*/ /* 16. Team section /*-------------------------------------------------------*/ /* Team member*/ .team-wrap .container { padding-bottom: 50px; } .team-member { display: block; margin: 0 auto 50px; width: 100%; max-width: 350px; padding: 0; } .team-member-image { float: none; overflow: hidden; height: 0; width: 100%; padding-bottom: 100%; } .team-member-image img { max-width: 100%; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } .team-member-image:hover img { -webkit-transform:rotate(10deg) scale(1.2); -moz-transform:rotate(10deg) scale(1.2); -ms-transform:rotate(10deg) scale(1.2); -o-transform:rotate(10deg) scale(1.2); transform:rotate(10deg) scale(1.2); } .team-member-links p { font-size: 14px; line-height: 24px; color: #fff; padding: 7px; } .team-member-links { top: 0; min-height: 1px; box-shadow: 0 0 0 10px rgba(255,255,255,0.25) inset; -webkit-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; transition: all 0.25s ease; } .team-member:hover .team-member-links { box-shadow: 0 0 0 175px rgba(50,50,50,0.75) inset; } .team-member-links-list { filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); opacity: 0; -webkit-transition: opacity 0.25s ease; -o-transition: opacity 0.25s ease; -ms-transition: opacity 0.25s ease; transition: opacity 0.25s ease; } .team-member:hover .team-member-links-list { filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); opacity: 1; } .team-member-links-item { font-size: 22px; line-height: 22px; height: 22px; width: 22px; margin: 5px 5px 20px; position: relative; color: #fff; } .team-member-meta { margin-left: 0; min-height: 1px; padding: 15px 0 0; text-align: center; } .team-member-name { margin-bottom: 6px; } .team-member-role { font-size: 13px; margin-bottom: 10px; color: #999; } .team-member-description p { margin-bottom: 0; text-align:center; } .member-social.dark a { background: #9e9e9e; -webkit-transition: background .5s ease-in-out; -moz-transition: background .5s ease-in-out; -o-transition: background .5s ease-in-out; -ms-transition: background .5s ease-in-out; transition: background .5s ease-in-out; } .team .item .team-member-links a { -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } .member-social a { width: 36px; float: left; text-align: center; margin: 0 6px 6px 0; padding: 7px 0 6px; border-radius: 2px; } .member-social a i { display: block!important; font-size: 20px; color: #fff; margin: 0 auto!important; } /*-------------------------------------------------------*/ /* 17. Progress bar section /*-------------------------------------------------------*/ .skills-wrap .container { padding-bottom: 70px; } .progress { height: 35px; line-height: 35px; margin-bottom: 45px; background: #fff; border-radius: 0; box-shadow: none; list-style: none; } .progress-bar { font-weight: 600; line-height: 35px; padding-left: 20px; text-align: left; } /*-------------------------------------------------------*/ /* 18. Fun facts section /*-------------------------------------------------------*/ .fun-box { text-align: center; padding: 50px 20px; margin-top: 50px; background: rgba(255, 255, 255, 0.1); } .fun-box i { display: block; font-size: 60px; font-weight: 700; color: white; } .fun-box p { color: white; font-size: 16px; text-transform: uppercase; margin-bottom: 0; } .fun { font-size: 44px; font-weight: 700; line-height: 70px; text-shadow:1px 1px 1px #444; } /*-------------------------------------------------------*/ /* 19. Quote section /*-------------------------------------------------------*/ .quote-wrap { text-align: center; text-transform: uppercase; } .quote-wrap h2 { line-height: 44px; } .quote-wrap p, .quote-wrap i { text-transform: none; color: #ccc; } /*-------------------------------------------------------*/ /* 20. Subscription section /*-------------------------------------------------------*/ #signup .subEmail { width:60%; } #signup input { display: inline-block; margin-right: 7px; } #signup .btn{ padding: 10px 40px; } #no-spam { margin-top: 7px; color:#ccc; } /*-------------------------------------------------------*/ /* 21. Contact form section /*-------------------------------------------------------*/ #contact input { margin-bottom: 20px; } #contact textarea { height: 172px; resize: none; } #contact .btn { padding: 10px 40px; margin-top: 20px; margin-bottom:20px; } /*-------------------------------------------------------*/ /* 22. Footer section /*-------------------------------------------------------*/ .footer-wrap { background: #252C34; } .social-icons-footer-bottom a { color: #546374; } .social-icons-footer-bottom a:hover { text-decoration: none; } .social-icons-footer-bottom li { display: inline-block; margin-right: 20px; list-style: none; -webkit-transition: all .2s ease-in-out 0; -moz-transition: all .2s ease-in-out 0; -o-transition: all .2s ease-in-out 0; -ms-transition: all .2s ease-in-out 0; transition: all .2s ease-in-out 0; } .social-icons-footer-bottom li i { display: inline-block; font-family: FontAwesome; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; padding-top: 0; text-align: center; text-decoration: inherit; text-transform: none; } .site-info { margin-top: 25px; } .scrollup { width: 40px; height: 40px; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); filter: alpha(opacity=80); opacity: 0.8; position: fixed; bottom: 100px; right: 15px; display: none; text-align: center; color: #fafafa; font-size: 28px; background: #576370; z-index: 9999; outline: none; } .scrollup i { line-height: 38px; } a.scrollup:hover i,a.scrollup:focus i { text-decoration: none; color: #fafafa; outline: none; } .google-maps { height: 400px; } /*-------------------------------------------------------*/ /* 23. Blog page /*-------------------------------------------------------*/ .page article.post { border-bottom: none; } .post-header h3.content-title { text-align: left !important; margin-bottom: 15px; margin-top: 0; } .blog-divider { margin:50px 0 70px; background-color: #D3D4D8; height: 1px; } .blog-entry-meta { font-size: 0; } .blog-entry-meta-date { display: inline-block; margin-right: 25px; margin-bottom: 10px; font-size: 14px; vertical-align: top; } .author-content, .comment-des { border-style:solid; border-width: 1px 1px 3px; background: #fff; border-color:transparent; padding: 20px; margin-top: 30px; } .blog-entry-meta-author { display: none; margin-right: 15px; margin-bottom: 10px; font-size: 14px; vertical-align: top; } .blog-entry-meta-tags { display: none; margin-right: 25px; margin-bottom: 10px; font-size: 14px; vertical-align: top; } .blog-entry-meta-comments { display: none; margin-bottom: 10px; font-size: 14px; vertical-align: top; } ol.commentlist, ol.commentlist li { list-style: none; padding: 0; } .comment-wrapper h3 { margin-bottom: 30px; } .blog-entry-meta i { margin-right: 4px; } .blog.meta_author .blog-entry-meta-author { display: inline-block; } .blog.meta_tags .blog-entry-meta-tags { display: inline-block; } .blog.meta_comments .blog-entry-meta-comments { display: inline-block; } .blog.meta_authortags .blog-entry-meta-author,.blog.meta_authortags .blog-entry-meta-tags { display: inline-block; } .blog.meta_authorcomments .blog-entry-meta-author,.blog.meta_authorcomments .blog-entry-meta-comments { display: inline-block; } .blog.meta_tagscomments .blog-entry-meta-tags,.blog.meta_tagscomments .blog-entry-meta-comments { display: inline-block; } .blog-entry-meta-author,.blog-entry-meta-tags,.blog-entry-meta-comments { display: inline-block; } .post-content { padding-bottom: 10px; padding-top: 5px; } .post-image img { -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } .post-image:hover img { -webkit-transform:rotate(4deg) scale(1.2); -moz-transform:rotate(4deg) scale(1.2); -ms-transform:rotate(4deg) scale(1.2); -o-transform:rotate(4deg) scale(1.2); transform:rotate(4deg) scale(1.2); } .blog-small article .post-image { float:left; width: 43%; margin-bottom:25px; } .blog-small article .post-content-wrap { float:left; width: 50%; margin:0 0 0 4%; } .blog-small article .post-image { float: left; margin-bottom: 25px; width: 43%; } .post-image { border-radius: 2px; margin-bottom: 30px; overflow: hidden; position: relative; } .post-image a { display: block; position: relative; } .post-date a.date { background: #fff; display: block; float: left; margin-right: 20px; padding: 10px 0 0; text-align: center; text-decoration: none; width: 55px; } .post-date a.date strong { display: block; font-size: 27px; font-weight: normal; margin-bottom: 10px; } .post-date a.date i { border-top: 1px solid #F3F3F3; color: #FFFFFF; display: block; font-size: 11px; font-style: normal; } .post-footer .btn { padding: 12px 25px; } .blog-small .blog-entry-meta-author, .blog-small .blog-entry-meta-tags, .blog-small .blog-entry-meta-comments { font-size:11px; } /* Sidebar */ .sidebar ul.slide li { padding-left: 0; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } .sidebar ul.slide li:hover { padding-left: 5px; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } .sidebar p { text-align: left !important; margin: 0 0 2px; } .sidebar .widget, .widget { margin-bottom: 50px; } .widget ul { list-style: none; padding: 0; } .search-input { height: 44px !important; width: 218px; } .recent-post-img { margin: 0 13px 5px 0; } .sidebar .testimonials-title h3 { margin: 0 0 20px !important; } .category ul li:before { content: "\f105"; font-family: FontAwesome; font-size: 16px; font-style: normal; font-weight: 400; padding-right: 10px; } .widget.category ul li { margin-bottom: 7px; border-bottom: 1px solid #D3D4D8; padding: 3px 0; } .widget .ads-img img { margin-bottom: 30px; max-width: 100%; } /* Author Info */ .about-author { margin-top: 30px; } .author-content { padding: 20px; } .author-content .avatar { float: left; margin: 0 20px 0 0; } .avatar { border-radius: 100%; } .avatar img { border-radius: 100%; } .author-content .data { margin: -10px 0 0; } /* Comments Section */ .comments-sec { float: left; width: 100%; margin: -5px 0 25px; } ol.commentlist li { float: left; padding: 10px 0 15px; } ol.commentlist { float: left; width: 100%; margin: 0; } ol li ol.childlist { float: right; width: 88%; margin: 0; padding-left:0; } ol.commentlist li ol.childlist li:first-child { padding: 25px 0 0; } ol.commentlist li:first-child { margin: 0 0 7px; padding: 25px 0 0; } .avatar img { float: left; max-width: 70px; } .comment-des p { line-height: 23px; margin: 0; } .comment-des { float: left; background: #fff; color: #888; margin: -70px 0 0 100px; padding: 19px 22px 22px; } .comment:before { position: absolute; display: block; content: ""; margin-left: 93px; margin-top: 25px; width: 15px; height: 15px; background-color: #fff; border: none; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); border-right: none; border-top: 0; z-index: 1; } .comment-des strong { float: left; padding-right: 5px; font-size: 14px; color: #777777; } .comment-des span { float: left; color: #999; } .comment-by { float: left; width: 100%; padding-bottom: 8px; padding-top: 5px; } .comment-by span.reply { float: right; display: inline; } .comment-by span.reply a { float: right; height: 17px; margin-left: 5px; font-weight: 400; color: #999; } .comment-by span.reply a i { color: #bbb; -webkit-transition: all .1s ease-in-out; -moz-transition: all .1s ease-in-out; -o-transition: all .1s ease-in-out; -ms-transition: all .1s ease-in-out; transition: all .1s ease-in-out; } .comment-by span.reply a:hover,.comment-by span.reply a:hover i { color: #a0a0a0; } .comment-by span.date { color: #999; float: left; font-weight: 300; margin: 0 0 0 2px; padding: 0 0 0 9px; } .reply label { margin: 0 0 4px; } .reply label span { color: #e24747; } .reply input { margin: 0 0 20px; } .reply textarea { min-width: 97.5%; min-height: 172px; -webkit-resize: vertical; -moz-resize: vertical; -webkit-resize: vertical; -moz-resize: vertical; resize: vertical; margin: 0 0 18px; } .pagination-centered { text-align: center; } .pager li > a, .pager li > span { border: none; border-radius: 4px; } .blog-small .content-title a, .blog .content-title a { color: #566473; } /*-------------------------------------------------------*/ /* 24. Responsive Media Quaries /*-------------------------------------------------------*/ @media(max-width: 979px) { section .container, .landing-right .container { padding-left: 10px; padding-right: 10px; } #slider_left, #slider_right, .bx-prev, .bx-next { display: none; } } @media(max-width: 767px) { .carousel-controls, .testimonials .carousel-controls.pull-right { text-align: center; float: none !important; display: table; margin: 0 auto; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); trasform: rotate(90deg); } .slide-content h1, .slide-caption h1, .text-slide li { font-size: 50px; } .text-slide li { line-height: 60px; } .video-section .welcome { font-size: 28px; padding-top: 0; margin-bottom: 0; } .img-btn { margin-top: 0; } .video-section h1 { display: none; } .big-title h2 { font-size: 24px; } #filters ul { padding-left: 0; } .navbar-custom .navbar-header .navbar-toggle { padding: 5px 10px; } div.content-box.big, .contact-box { margin-bottom: 20px; } .mob-logo { display: inline-block; } .mob-menu { margin-top: -67px; } .navbar-header, .navbar-nav { float: none !important; } #signup .subEmail { width: 90%; } #signup input { margin-right: 0; margin-bottom: 10px; } } @media (min-width: 768px) and (max-width: 979px) { .carousel-controls, .testimonials .carousel-controls.pull-right { text-align: center; float: none !important; display: table; margin: 0 auto; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); trasform: rotate(90deg); } .slide-content h1, .slide-caption h1, .video-section h1, .text-slide li { font-size: 50px; } .text-slide li { line-height: 80px; } .big-title h2 { font-size: 24px; } #filters ul { padding-left: 0; } .navbar-custom .navbar-header .navbar-toggle { padding: 5px 10px; } .navbar-custom .navbar-nav > li > a { margin: 5px 0; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; } .navbar-collapse { max-height: 700px; } div.content-box.big, .contact-box { margin-bottom: 20px; } .mob-logo { display: inline-block; } .mob-menu .navbar-header { margin-top: -67px; } .navbar-toggle { position: relative; float: none; padding: 9px 10px; margin-top: 8px; margin-bottom: 8px; background-color: transparent; border: 1px solid #dddddd; border-radius: 4px; display: block; } .navbar-nav, .navbar-nav > li { float: none !important; } .navbar-header { float: right; } .navbar-collapse { padding-left: 0; max-height: 700px; } .navbar-collapse.collapse { display: none !important; height: auto !important; overflow: visible !important; padding-bottom: 0; } .navbar-collapse.collapse.in { display: block !important; } } @media (max-width: 767px) { .posts-block { margin-bottom: 50px; } .blog-small article .post-image { width: 99.7%; } .blog-small article .post-content-wrap { float: left; margin: 0; padding: 0; width: 95%; } } @media (min-width: 980px) { .posts-block { padding-right: 30px !important; } }
frontend/assets/old/ajax/style.css
html, body { height:100%; width:100%; color: #566473; background:#F1F4F9; font-family: "Open Sans",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 24px; } body { overflow-x:hidden } h1, h2, h3, h4, h5, h6 { color: #566473; font-family: 'Raleway',sans-serif; font-weight: 600; } h1 { font-size:36px; letter-spacing:1px; text-transform:uppercase; margin-bottom: 15px; } .wrap { height: 100%; width: 100%; } .divider { padding: 0 0 100px; } .divider-xs { padding: 50px 0; } .light, .light h2, .light h3 { color:#fff!important; } /* List styles */ ul.why { list-style:none; padding:0; margin:0; } ul.why li { margin: 15px 0; } ul.why li:before { content: "\f00c"; font-family: FontAwesome; position: relative; color: #fff; background: #777777; border-radius: 100%; margin: 0 7px 0 0; padding: 3px; } /*-------------------------------------------------------*/ /* 2. Form code /*-------------------------------------------------------*/ input.form-control, textarea.form-control { border: solid 1px #CCC; background: #fff !important; box-shadow: none !important; } .form-control { height: 44px; } input:hover, textarea:hover, input:focus, textarea:focus { border-color: #C9C9C9; } /*-------------------------------------------------------*/ /* 3. Logo /*-------------------------------------------------------*/ .top-logo { height: 140px; margin: 0 auto; position: relative; width: 140px; z-index: 9999; outline: 0; -webkit-transition:all .5s ease-in-out; -moz-transition:all .5s ease-in-out; -o-transition:all .5s ease-in-out; transition:all .5s ease-in-out; } .top-logo a { outline: 0; } .top-logo .scrollNormal { opacity:1; filter:alpha(opacity=100); position:absolute; top:0; left:50%; margin-left:-70px; -webkit-transition:all .5s ease-in-out; -moz-transition:all .5s ease-in-out; -o-transition:all .5s ease-in-out; transition:all .5s ease-in-out } .top-logo .scrollDown { opacity:0; filter:alpha(opacity=0); position:absolute; top:0; left:50%; margin-left:-70px; -webkit-transition:all .5s ease-in-out; -moz-transition:all .5s ease-in-out; -o-transition:all .5s ease-in-out; transition:all .5s ease-in-out } .top-logo:hover .scrollNormal { opacity:0; filter:alpha(opacity=0); -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); transform:rotate(360deg) } .top-logo:hover .scrollDown { opacity:1; filter:alpha(opacity=100); -webkit-transform:rotate(-360deg); -moz-transform:rotate(-360deg); -ms-transform:rotate(-360deg); -o-transform:rotate(-360deg); transform:rotate(-360deg) } /* Logo */ .site-logo { display: inline-block; line-height: 80px; } #navigation .site-logo a, #navigation .site-logo a:hover, #navigation .site-logo a:focus, #navigation .site-logo a:before, #navigation .site-logo a:after { background: transparent !important; } /*-------------------------------------------------------*/ /* 4. Slider /*-------------------------------------------------------*/ /* Home Fullwidth Parallax Slider */ ul.fullwidth-slider { position: relative; display: block; width: 100%; margin: 0; padding: 0; background-color: #222222; z-index: 0; -webkit-backface-visibility: visible; background-position: center center; background-repeat: no-repeat; } ul.fullwidth-slider li.slide { position: relative; display: none; overflow: hidden; float: left; width: 100%; height: 100%; z-index: 0; background-attachment:absolute ; background-size: cover; background-repeat: no-repeat; background-position: center; -webkit-backface-visibility: visible; } ul.fullwidth-slider li.slide .caption { position: relative; height: 100%; width:100%; } ul.fullwidth-slider li.slide .caption .caption-inside { position: absolute; top: 0px; width:100%; } ul.fullwidth-slider li.slide .caption .slide-caption { height: 100%; z-index: 0; display: table; position: relative; top: 0; width:80%; margin-left:10%; margin-right:10%; } ul.fullwidth-slider li.slide .caption .slide-caption .vertical-align-middle{ display: table-cell; vertical-align: middle; text-align:center; } .vertical-align-middle p { margin:20px 0; color:#fff; } .vertical-align-middle.dark p, .vertical-align-middle.dark h1 { color:#222; } ul.fullwidth-slider, ul.fullwidth-slider .caption-inside { height: 700px; } .parallax-slider .bx-wrapper .bx-next { right:50px; } .parallax-slider .bx-wrapper .bx-prev { left:50px; } .video-section { min-width: 100%; min-height: 100%; top:0; left:0; background-color:black; text-align: center; } .video-section .container { padding-top: 0; } .video-section .top-logo { margin-bottom: 50px; } .video-section .video-overlay { background: url(../img/texture_layer.png) repeat; background-color: rgba(0, 0, 0, 0.5); padding: 110px 0 32px; height: 100%; /* Incase of overlay problems just increase the min-height*/ } .video-section .buttonBar { display:none; } .player { font-size: 1px; } /* Home Full Screen Slider */ .slider-container { width: 100%; height: 100%; position: relative; } #slider_left i, #slider_right i, .bx-prev i, .bx-next i { font-size: 80px; color: #fff; } #slider_left { top:50%; height:60px; position:absolute; left:50px; width:32px; z-index:1000; margin-top:-40px; cursor:pointer; } #slider_right { top:50%; height:60px; position:absolute; right:50px; width:32px; z-index:1000; margin-top:-40px; cursor:pointer; } div.mc-image { -webkit-transition: opacity 1s ease-in-out; -moz-transition: opacity 1s ease-in-out; -o-transition: opacity 1s ease-in-out; transition: opacity 1s ease-in-out; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position:center center; background-repeat:no-repeat; height:100%; overflow:hidden; width:100%; } #slider_left:hover, #slider_right:hover { margin-top:-38px; } #slider_left:active, #slider_right:active { margin-top:-38px; } .slide-content { height: 100%; display: table; margin: 0 auto; position: relative; text-align: center; } .slide-content h1, .slide-caption h1, .video-section h1 { color:inherit; font-size:80px; font-weight: 600; line-height:80px; margin:10px 0 30px; letter-spacing:1px; text-transform: uppercase; } ul.text-slide { padding-left: 0; margin: 10px 0 30px; } .text-slide li { color:inherit; font-size:80px; font-weight: 600; line-height:180px; letter-spacing:1px; text-transform: uppercase; } .img-btn { margin-top: 30px; } .welcome { font-family: "Pacifico","Times New Roman",Times,serif; font-size: 40px; line-height:40px; font-style: italic; padding:10px 0 30px; letter-spacing:3px; } .slide-content p { margin:10px 0; } .slide-content a { margin:10px 0; } .align-center { display: table-cell; text-align: center; vertical-align: middle; } .bg-overlay { width:100%; height:100%; z-index: 100; } .bx-wrapper .bx-viewport { border: none; box-shadow: none; left: 0; background: transparent; } .bx-wrapper .bx-controls-direction a { text-indent: 1px; } /*-------------------------------------------------------*/ /* 5. Button /*-------------------------------------------------------*/ /* General button style (reset) */ .btn { border: none; font-family: inherit; font-size: inherit; color: inherit; background: none; cursor: pointer; padding: 20px 70px; display: inline-block; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; outline: none; position: relative; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; z-index: 101; } .btn:after { content: ''; position: absolute; z-index: -1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .btn:focus { outline: none; color: white; } /* Button 1 */ .btn-1 { border: 3px solid #fff; color: #fff; outline: none; } /* Button 1b */ .btn-1:after { width: 100%; height: 0; top: 0; left: 0; background: #fff; } .btn-1:hover:after, .btn-1:active:after { height: 100%; } /* Button 2 */ .btn-2 { color: #fff; -webkit-transition: none; -moz-transition: none; transition: none; } /* Button 2c */ .btn-2 { border-radius: 5px; } .btn-2:hover { color: #fff; top: 2px; } .btn-2:active { color: #fff; top: 6px; } .subscribe-btn { background-image: none; border: medium none; color: #FFFFFF; font-size: 16px; height: 44px; padding: 6px 16px; text-shadow: none !important; } /*-------------------------------------------------------*/ /* 6. Header /*-------------------------------------------------------*/ /* Navbar */ .navbar-custom .navbar-toggle { border-color: #DDDDDD; } .is-sticky .navbar-custom { background-color: white; } .navbar-custom { background-color: #fff; width: 100%; min-height: 80px; position: relative; border-radius: 0; margin-bottom: 0; z-index: 9999; } .navbar-custom .navbar-nav > li > a { color: #566473; font-size: 14px; font-weight: 600; margin: 15px 0; outline: none; text-decoration: none; text-transform: uppercase; } .dropdown-menu > li > a { color: #566473 !important; font-size: 14px; font-weight: 600; padding: 10px 20px; outline: none; text-decoration: none; text-transform: uppercase; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: transparent; } .dropdown-menu { box-shadow: none; border: none; border-radius: 0; } .caret { margin-left: 5px; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background-color: #E0E1E7; background-image: none; background-repeat: no-repeat; } .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li.active > a { background-color: transparent; } ul.navbar-right { padding-right: 0; } #navigation { width: 100%; z-index: 9999; } #navigation-sticky-wrapper { height: 80px; } nav a:hover, nav a:focus { outline: none; } /*-------------------------------------------------------*/ /* 7. Title code /*-------------------------------------------------------*/ /* Big title second border slides up */ .big-title { text-align: center; } .big-title h2 { padding: 12px 10px 10px; color: #566473; font-size: 44px; line-height: 50px; margin: 0 auto 50px; text-align: center; text-transform: uppercase; text-shadow: none; font-weight: 700; position: relative; display: inline-block; } .big-title h2::before, .big-title h2::after { position: absolute; top: 100%; left: 0; width: 100%; height: 3px; background: #566473; content: ''; -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; -webkit-transform: scale(0.85); -moz-transform: scale(0.85); transform: scale(0.85); } .big-title h2::after { opacity: 0; -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s; -moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s; transition: top 0.3s, opacity 0.3s, transform 0.3s; } .big-title h2:hover::before, .big-title h2:hover::after, .big-title h2:focus::before, .big-title h2:focus::after { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); } .big-title h2:hover::after, .big-title h2:focus::after { top: 0%; opacity: 1; } /* big title light */ .big-title.light h2::before, .big-title.light h2::after { background: white; } /* Sub title */ .sub-title h3 { font-size: 18px; line-height: 28px; margin: 0 auto 70px; max-width: 900px; text-transform: none; } /* Effect 21: borders slight translate */ .cl-effect-21 a { padding: 10px; text-shadow: none; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s; } .cl-effect-21 a::before, .cl-effect-21 a::after, .cl-effect-21 .active a::before, .cl-effect-21 .active a::after { position: absolute; left: 0; width: 100%; height: 2px; content: ''; opacity: 0; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; -moz-transition: opacity 0.3s, -moz-transform 0.3s; transition: opacity 0.3s, transform 0.3s; -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); transform: translateY(-10px); } .cl-effect-21 a::before, .cl-effect-21 .active a::before { top: 0; -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); transform: translateY(-10px); } .cl-effect-21 a::after, .cl-effect-21 .active a::after { bottom: 0; -webkit-transform: translateY(10px); -moz-transform: translateY(10px); transform: translateY(10px); } .cl-effect-21 a:hover::before, .cl-effect-21 a:focus::before, .cl-effect-21 a:hover::after, .cl-effect-21 a:focus::after, .cl-effect-21 .active a::before, .cl-effect-21 .active a:focus::before, .cl-effect-21 .active a::after, .cl-effect-21 .active a:focus::after { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px); } /*-------------------------------------------------------*/ /* 8. Section code /*-------------------------------------------------------*/ section { margin: 0 auto; position: relative; } section.page-title { padding: 70px 0 30px; } section.blog-small .container, section.blog .container { padding-top: 30px; padding-bottom: 120px; } section .container, footer .container { padding-top: 120px; padding-bottom: 120px; } section.portfolio { padding: 120px 0 0; } /*-------------------------------------------------------*/ /* 9. About section /*-------------------------------------------------------*/ div.content-box { clear: both; } div.content-box h4 { line-height: 32px; margin: 0 0 5px; font-weight: 600; } div.content-box div.content-box-info { padding-left: 135px; } div.content-box.big { padding:15px; margin-top: 52px; -webkit-transition: background .5s ease-in-out; -moz-transition: background .5s ease-in-out; -o-transition: background .5s ease-in-out; -ms-transition: background .5s ease-in-out; transition: background .5s ease-in-out; } div.content-box.big .ch-info-wrap { margin: -52px auto 35px; position:relative; left:auto; top:auto; } div.content-box.big:hover { } div.content-box.big div.content-box-info { padding-left: 0; text-align:center; margin:25px 0 0; } div.content-box.big div.content-box-info p { text-align:center; margin-top: 25px; } /*-------------------------------------------------------*/ /* 10. Service section /*-------------------------------------------------------*/ .service-reasons div.content-box.big { transition:none; margin-top: 30px; border: 1px solid #fff; } .services p,.content p { text-align: left; } .service-box { display: table; margin-bottom: 50px; } .service-icon, .service-box-content { display: table-cell; vertical-align: top; } .service-icon { text-align: center; } .service-icon i { color: white; line-height: 60px; font-size: 26px; height: 60px; width: 60px; border-radius: 50%; margin-right: 20px; -webkit-transition: background .5s ease-in-out; -moz-transition: background .5s ease-in-out; -o-transition: background .5s ease-in-out; -ms-transition: background .5s ease-in-out; transition: background .5s ease-in-out; } .service-box-content h4 { margin-top: 0; } .service-box:hover .service-icon i { background: #566473; } /* Circle items */ .ch-item { width: 100%; height: 100%; position: relative; cursor: default; } .ch-info-wrap i { color: #FFFFFF; font-size: 40px; line-height: 100px; position: relative; z-index: 5; } .ch-info-wrap { position: absolute; width: 100px; height: 100px; border-radius: 50%; top: 10px; left: 10px; } .ch-info { position: absolute; width: 100px; height: 100px; border-radius: 50%; text-align:center; } .ch-info-front { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .ch-info > div { display: block; position: absolute; width: 100%; height: 100%; border-radius: 50%; background-position: center center; -webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/ } .ch-item:hover .ch-info-front { background: #566473 !important } /*-------------------------------------------------------*/ /* 11. Parallax Section /*-------------------------------------------------------*/ .clients, .contacts, .about { position: static; } .parallax-layer { height: 500px; width: 1600px; position: absolute; } .icons { background: url(../img/bg_icons.png) no-repeat; height: 552px; width: 1600px; position: absolute; top: 0; left: 50%; margin: 0 0 0 -800px; } .texture { background: url(../img/bg_pattern.png) no-repeat; height: 352px; width: 1600px; position: absolute; top: 0; left: 50%; margin: 0 0 0 -800px; } .texture-layer, .bg-overlay { background: url(../img/texture_layer.png) repeat; } .featuresss, .image-parallax { background-position: center center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed !important; } .image-parallax { height: 100%; width: 100%; position: relative; } .image-parallax .slide-content { width: 90%; margin-right:5%; margin-left: 5%; } .about-wrap { position: relative; overflow: hidden; } .testimonial-wrap { background: url('../img/plx2.jpg') 50% 0 no-repeat fixed; } .quote-wrap { background: url('../img/plx5.jpg') 50% 0 no-repeat fixed; } .subscription-wrap { background: url('../img/plx4.jpg') 50% 0 no-repeat fixed; } .fun-wrap { background: url('../img/plx3.jpg') 50% 0 no-repeat fixed; } .parallax-overlay { /* background: rgba(22, 26, 72, 0.6); */ background: rgba(37, 39, 88, 0.9); width:100%; height:100%; z-index: 100; } /*-------------------------------------------------------*/ /* 12. Pricing Section /*-------------------------------------------------------*/ .flat .plan { list-style: none; padding: 0 0 20px; margin: 0 0 15px; background: #fff; text-align: center; } .flat .plan li { padding: 10px 15px; color: #566473; border-top: 1px solid #f5f5f5; -webkit-transition: 300ms; transition: 300ms; } .flat .plan li.plan-price { border-top: 0; } .flat .plan li.plan-name { padding: 15px; font-size: 22px; line-height: 22px; color: #fff; margin-bottom: 30px; border-top: 0; font-family: "Raleway", Helvetica, Arial; } .flat .plan li.plan-action { margin-top: 10px; border-top: 0; } .flat .plan li.plan-action .btn { margin: 0; padding: 10px 30px; } .flat .plan.featured { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .flat .plan.featured li.plan-name { background: #566473; } .flat .plan:hover li.plan-name { background: #566473; } /*-------------------------------------------------------*/ /* 13. Portfolio Section /*-------------------------------------------------------*/ /* Portfolio Filters */ #filters { margin-top: 10px; margin-bottom: 40px; text-align: center; display: block; float: none; z-index: 2; position: relative; } #filters ul li { display: inline-block; margin:0 5px; } #filters ul li a { display: block; } #filters ul li a h5 { padding: 10px 20px; text-transform:uppercase; background-color:#fff; border-radius:3px; font-size:13px; transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; } #filters ul li a:hover h5, #filters ul li a.active h5 { color: #fff; } #filters ul li a:hover { text-decoration: none; } /* Portfolio Items */ #portfolio-wrap { position: relative; padding: 0; width: 100%; margin: 0 auto; display: block; } #portfolio-wrap .one-four { margin: 0!important; line-height:0; width: 25%; padding: 0; position:relative; } .portfolio-item { padding: 0; position: relative; overflow: hidden; } .portfolio-item .img-holder { display:block; overflow:hidden; position: relative; } .img-holder img { -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } .img-holder:hover img { -webkit-transform:rotate(7deg) scale(1.2); -moz-transform:rotate(7deg) scale(1.2); -ms-transform:rotate(7deg) scale(1.2); -o-transform:rotate(7deg) scale(1.2); transform:rotate(7deg) scale(1.2); } .img-holder .img-overlay { background:none repeat scroll 0 0 rgba(0,0,0,0.5); bottom:0; display:block; height:100%; left:0; opacity:0; position:absolute; right:0; top:0; -webkit-transition:all 0.2s ease 0s; -moz-transition:all 0.2s ease 0s; -o-transition:all 0.2s ease 0s; transition:all 0.2s ease 0s; width:100%; } .img-holder:hover .img-overlay { opacity: 1; } .RoundBg { background-color:#ffffff; border:medium none; display:inline-block !important; float:none !important; font-size:14px; font-weight:normal; height:40px; line-height:40px; margin:0 2px; text-align:center; width:40px; -webkit-border-radius:250px 250px 250px; border-radius:250px 250px 250px; -webkit-box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,.1); box-shadow:0 0 1px rgba(0,0,0,0.5),inset 0 0 2px rgba(0,0,0,.1); } .RoundBg > a { color:#222222; display:block; font-weight: normal; } .img-holder .overlay-effect { visibility:hidden; opacity:0; position:absolute; text-align:center; width:100%; top:50%; margin-top:-20px; -webkit-transform:scale(0.2); -moz-transform:scale(0.2); -ms-transform:scale(0.2); -o-transform:scale(0.2); transform:scale(0.2); } .img-holder:hover .overlay-effect { opacity:1; visibility:visible; -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform: scale(1); } .img-holder .overlay-effect { -webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; transition: all 0.3s ease 0s; } /* Portfolio Isotope Transitions */ .isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; } .isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; } .isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: -o-transform, opacity; transition-property: transform, opacity; } .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; } /*-------------------------------------------------------*/ /* 14. Accordion Tab /*-------------------------------------------------------*/ .accordionMod .panel-heading .accordion-toggle { position: relative; cursor: pointer; margin: 0; padding: 10px 40px; } .accordion-body,.panel-heading { background: #fff; border-radius: 0; padding: 0; } .accordionMod .panel-heading .accordion-toggle .icon:before { content: "\f067"; font-family: FontAwesome; font-weight: 300; display: block; width: 14px; height: 14px; position: absolute; left: 15px; top: 11px; } .accordionMod .panel-heading .accordion-toggle .iconActive:before { content: "\f068"; font-family: FontAwesome; } .accordionMod .panel-heading .current { color: #fff; } .panel-group .panel { border-radius: 0; box-shadow: none; border: none; } .panel-group .panel + .panel { margin-top: 10px; } /* Tabs */ #horizontal-tabs { margin-bottom:30px; } #horizontal-tabs ul.tabs li { cursor: pointer; float: left; font-size: 15px; padding: 12px; } #horizontal-tabs ul.tabs li.current { background: #fff; cursor: default; } #horizontal-tabs ul.tabs { overflow: hidden; background: #E0E1E7; list-style:none; margin:0; padding:0; } #horizontal-tabs .contents { background: #fff; } #horizontal-tabs .tabscontent.no-padding { padding-left: 0; padding-right: 0; } #horizontal-tabs .tabscontent { display: none; overflow: hidden; padding: 20px 20px 0; } .tabs ul.posts li { margin-bottom: 15px; padding-bottom: 10px; overflow: hidden; border-bottom: 1px solid #f8f8f8; } .tabs ul.posts li img { height: 68px; width: 68px; -webkit-transition: all .4s ease-in 0; -moz-transition: all .4s ease-in 0; -o-transition: all .4s ease-in 0; -ms-transition: all .4s ease-in 0; transition: all .4s ease-in 0; float: left; } /*-------------------------------------------------------*/ /* 15. Testimonial section /*-------------------------------------------------------*/ /* Carousel controls */ .carousel-controls a { font-size: 60px; font-weight: 600; color: #fff; outline: 0; line-height: 100px } /* Testimonials */ .testimonial p { background: #fff; font-family: "Tangerine", "Open Sans", Arial; font-size: 30px; letter-spacing:1px; line-height: 40px; margin: 0; padding: 27px 25px; text-align: center; } .our-clients .testimonial p, .our-clients .testimonials-arrow { border: none; } .testimonials-arrow { display: block; content: ""; margin: -14px auto 40px; width: 24px; height: 24px; background-color: #fff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); border-top: 0; } .testimonial .author { margin: 0 auto; display: table; } .testimonial-image { float: left; height: 70px; position: relative; width: 70px; } .testimonial-image img { border-radius: 50px; height: 70px !important; width: 70px !important; padding:4px; } .testimonial-author-info { padding: 10px 0 0 90px; color: #fff; } .widget .testimonial-author-info { color: #566473; } .testimonial-author-info a { display:block; font-size: 18px; font-weight: 600; } /*-------------------------------------------------------*/ /* 16. Team section /*-------------------------------------------------------*/ /* Team member*/ .team-wrap .container { padding-bottom: 50px; } .team-member { display: block; margin: 0 auto 50px; width: 100%; max-width: 350px; padding: 0; } .team-member-image { float: none; overflow: hidden; height: 0; width: 100%; padding-bottom: 100%; } .team-member-image img { max-width: 100%; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } .team-member-image:hover img { -webkit-transform:rotate(10deg) scale(1.2); -moz-transform:rotate(10deg) scale(1.2); -ms-transform:rotate(10deg) scale(1.2); -o-transform:rotate(10deg) scale(1.2); transform:rotate(10deg) scale(1.2); } .team-member-links p { font-size: 14px; line-height: 24px; color: #fff; padding: 7px; } .team-member-links { top: 0; min-height: 1px; box-shadow: 0 0 0 10px rgba(255,255,255,0.25) inset; -webkit-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; transition: all 0.25s ease; } .team-member:hover .team-member-links { box-shadow: 0 0 0 175px rgba(50,50,50,0.75) inset; } .team-member-links-list { filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); opacity: 0; -webkit-transition: opacity 0.25s ease; -o-transition: opacity 0.25s ease; -ms-transition: opacity 0.25s ease; transition: opacity 0.25s ease; } .team-member:hover .team-member-links-list { filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); opacity: 1; } .team-member-links-item { font-size: 22px; line-height: 22px; height: 22px; width: 22px; margin: 5px 5px 20px; position: relative; color: #fff; } .team-member-meta { margin-left: 0; min-height: 1px; padding: 15px 0 0; text-align: center; } .team-member-name { margin-bottom: 6px; } .team-member-role { font-size: 13px; margin-bottom: 10px; color: #999; } .team-member-description p { margin-bottom: 0; text-align:center; } .member-social.dark a { background: #9e9e9e; -webkit-transition: background .5s ease-in-out; -moz-transition: background .5s ease-in-out; -o-transition: background .5s ease-in-out; -ms-transition: background .5s ease-in-out; transition: background .5s ease-in-out; } .team .item .team-member-links a { -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } .member-social a { width: 36px; float: left; text-align: center; margin: 0 6px 6px 0; padding: 7px 0 6px; border-radius: 2px; } .member-social a i { display: block!important; font-size: 20px; color: #fff; margin: 0 auto!important; } /*-------------------------------------------------------*/ /* 17. Progress bar section /*-------------------------------------------------------*/ .skills-wrap .container { padding-bottom: 70px; } .progress { height: 35px; line-height: 35px; margin-bottom: 45px; background: #fff; border-radius: 0; box-shadow: none; list-style: none; } .progress-bar { font-weight: 600; line-height: 35px; padding-left: 20px; text-align: left; } /*-------------------------------------------------------*/ /* 18. Fun facts section /*-------------------------------------------------------*/ .fun-box { text-align: center; padding: 50px 20px; margin-top: 50px; background: rgba(255, 255, 255, 0.1); } .fun-box i { display: block; font-size: 60px; font-weight: 700; color: white; } .fun-box p { color: white; font-size: 16px; text-transform: uppercase; margin-bottom: 0; } .fun { font-size: 44px; font-weight: 700; line-height: 70px; text-shadow:1px 1px 1px #444; } /*-------------------------------------------------------*/ /* 19. Quote section /*-------------------------------------------------------*/ .quote-wrap { text-align: center; text-transform: uppercase; } .quote-wrap h2 { line-height: 44px; } .quote-wrap p, .quote-wrap i { text-transform: none; color: #ccc; } /*-------------------------------------------------------*/ /* 20. Subscription section /*-------------------------------------------------------*/ #signup .subEmail { width:60%; } #signup input { display: inline-block; margin-right: 7px; } #signup .btn{ padding: 10px 40px; } #no-spam { margin-top: 7px; color:#ccc; } /*-------------------------------------------------------*/ /* 21. Contact form section /*-------------------------------------------------------*/ #contact input { margin-bottom: 20px; } #contact textarea { height: 172px; resize: none; } #contact .btn { padding: 10px 40px; margin-top: 20px; margin-bottom:20px; } /*-------------------------------------------------------*/ /* 22. Footer section /*-------------------------------------------------------*/ .footer-wrap { background: #252C34; } .social-icons-footer-bottom a { color: #546374; } .social-icons-footer-bottom a:hover { text-decoration: none; } .social-icons-footer-bottom li { display: inline-block; margin-right: 20px; list-style: none; -webkit-transition: all .2s ease-in-out 0; -moz-transition: all .2s ease-in-out 0; -o-transition: all .2s ease-in-out 0; -ms-transition: all .2s ease-in-out 0; transition: all .2s ease-in-out 0; } .social-icons-footer-bottom li i { display: inline-block; font-family: FontAwesome; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; padding-top: 0; text-align: center; text-decoration: inherit; text-transform: none; } .site-info { margin-top: 25px; } .scrollup { width: 40px; height: 40px; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); filter: alpha(opacity=80); opacity: 0.8; position: fixed; bottom: 100px; right: 15px; display: none; text-align: center; color: #fafafa; font-size: 28px; background: #576370; z-index: 9999; outline: none; } .scrollup i { line-height: 38px; } a.scrollup:hover i,a.scrollup:focus i { text-decoration: none; color: #fafafa; outline: none; } .google-maps { height: 400px; } /*-------------------------------------------------------*/ /* 23. Blog page /*-------------------------------------------------------*/ .page article.post { border-bottom: none; } .post-header h3.content-title { text-align: left !important; margin-bottom: 15px; margin-top: 0; } .blog-divider { margin:50px 0 70px; background-color: #D3D4D8; height: 1px; } .blog-entry-meta { font-size: 0; } .blog-entry-meta-date { display: inline-block; margin-right: 25px; margin-bottom: 10px; font-size: 14px; vertical-align: top; } .author-content, .comment-des { border-style:solid; border-width: 1px 1px 3px; background: #fff; border-color:transparent; padding: 20px; margin-top: 30px; } .blog-entry-meta-author { display: none; margin-right: 15px; margin-bottom: 10px; font-size: 14px; vertical-align: top; } .blog-entry-meta-tags { display: none; margin-right: 25px; margin-bottom: 10px; font-size: 14px; vertical-align: top; } .blog-entry-meta-comments { display: none; margin-bottom: 10px; font-size: 14px; vertical-align: top; } ol.commentlist, ol.commentlist li { list-style: none; padding: 0; } .comment-wrapper h3 { margin-bottom: 30px; } .blog-entry-meta i { margin-right: 4px; } .blog.meta_author .blog-entry-meta-author { display: inline-block; } .blog.meta_tags .blog-entry-meta-tags { display: inline-block; } .blog.meta_comments .blog-entry-meta-comments { display: inline-block; } .blog.meta_authortags .blog-entry-meta-author,.blog.meta_authortags .blog-entry-meta-tags { display: inline-block; } .blog.meta_authorcomments .blog-entry-meta-author,.blog.meta_authorcomments .blog-entry-meta-comments { display: inline-block; } .blog.meta_tagscomments .blog-entry-meta-tags,.blog.meta_tagscomments .blog-entry-meta-comments { display: inline-block; } .blog-entry-meta-author,.blog-entry-meta-tags,.blog-entry-meta-comments { display: inline-block; } .post-content { padding-bottom: 10px; padding-top: 5px; } .post-image img { -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } .post-image:hover img { -webkit-transform:rotate(4deg) scale(1.2); -moz-transform:rotate(4deg) scale(1.2); -ms-transform:rotate(4deg) scale(1.2); -o-transform:rotate(4deg) scale(1.2); transform:rotate(4deg) scale(1.2); } .blog-small article .post-image { float:left; width: 43%; margin-bottom:25px; } .blog-small article .post-content-wrap { float:left; width: 50%; margin:0 0 0 4%; } .blog-small article .post-image { float: left; margin-bottom: 25px; width: 43%; } .post-image { border-radius: 2px; margin-bottom: 30px; overflow: hidden; position: relative; } .post-image a { display: block; position: relative; } .post-date a.date { background: #fff; display: block; float: left; margin-right: 20px; padding: 10px 0 0; text-align: center; text-decoration: none; width: 55px; } .post-date a.date strong { display: block; font-size: 27px; font-weight: normal; margin-bottom: 10px; } .post-date a.date i { border-top: 1px solid #F3F3F3; color: #FFFFFF; display: block; font-size: 11px; font-style: normal; } .post-footer .btn { padding: 12px 25px; } .blog-small .blog-entry-meta-author, .blog-small .blog-entry-meta-tags, .blog-small .blog-entry-meta-comments { font-size:11px; } /* Sidebar */ .sidebar ul.slide li { padding-left: 0; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } .sidebar ul.slide li:hover { padding-left: 5px; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } .sidebar p { text-align: left !important; margin: 0 0 2px; } .sidebar .widget, .widget { margin-bottom: 50px; } .widget ul { list-style: none; padding: 0; } .search-input { height: 44px !important; width: 218px; } .recent-post-img { margin: 0 13px 5px 0; } .sidebar .testimonials-title h3 { margin: 0 0 20px !important; } .category ul li:before { content: "\f105"; font-family: FontAwesome; font-size: 16px; font-style: normal; font-weight: 400; padding-right: 10px; } .widget.category ul li { margin-bottom: 7px; border-bottom: 1px solid #D3D4D8; padding: 3px 0; } .widget .ads-img img { margin-bottom: 30px; max-width: 100%; } /* Author Info */ .about-author { margin-top: 30px; } .author-content { padding: 20px; } .author-content .avatar { float: left; margin: 0 20px 0 0; } .avatar { border-radius: 100%; } .avatar img { border-radius: 100%; } .author-content .data { margin: -10px 0 0; } /* Comments Section */ .comments-sec { float: left; width: 100%; margin: -5px 0 25px; } ol.commentlist li { float: left; padding: 10px 0 15px; } ol.commentlist { float: left; width: 100%; margin: 0; } ol li ol.childlist { float: right; width: 88%; margin: 0; padding-left:0; } ol.commentlist li ol.childlist li:first-child { padding: 25px 0 0; } ol.commentlist li:first-child { margin: 0 0 7px; padding: 25px 0 0; } .avatar img { float: left; max-width: 70px; } .comment-des p { line-height: 23px; margin: 0; } .comment-des { float: left; background: #fff; color: #888; margin: -70px 0 0 100px; padding: 19px 22px 22px; } .comment:before { position: absolute; display: block; content: ""; margin-left: 93px; margin-top: 25px; width: 15px; height: 15px; background-color: #fff; border: none; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); border-right: none; border-top: 0; z-index: 1; } .comment-des strong { float: left; padding-right: 5px; font-size: 14px; color: #777777; } .comment-des span { float: left; color: #999; } .comment-by { float: left; width: 100%; padding-bottom: 8px; padding-top: 5px; } .comment-by span.reply { float: right; display: inline; } .comment-by span.reply a { float: right; height: 17px; margin-left: 5px; font-weight: 400; color: #999; } .comment-by span.reply a i { color: #bbb; -webkit-transition: all .1s ease-in-out; -moz-transition: all .1s ease-in-out; -o-transition: all .1s ease-in-out; -ms-transition: all .1s ease-in-out; transition: all .1s ease-in-out; } .comment-by span.reply a:hover,.comment-by span.reply a:hover i { color: #a0a0a0; } .comment-by span.date { color: #999; float: left; font-weight: 300; margin: 0 0 0 2px; padding: 0 0 0 9px; } .reply label { margin: 0 0 4px; } .reply label span { color: #e24747; } .reply input { margin: 0 0 20px; } .reply textarea { min-width: 97.5%; min-height: 172px; -webkit-resize: vertical; -moz-resize: vertical; -webkit-resize: vertical; -moz-resize: vertical; resize: vertical; margin: 0 0 18px; } .pagination-centered { text-align: center; } .pager li > a, .pager li > span { border: none; border-radius: 4px; } .blog-small .content-title a, .blog .content-title a { color: #566473; } /*-------------------------------------------------------*/ /* 24. Responsive Media Quaries /*-------------------------------------------------------*/ @media(max-width: 979px) { section .container, .landing-right .container { padding-left: 10px; padding-right: 10px; } #slider_left, #slider_right, .bx-prev, .bx-next { display: none; } } @media(max-width: 767px) { .carousel-controls, .testimonials .carousel-controls.pull-right { text-align: center; float: none !important; display: table; margin: 0 auto; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); trasform: rotate(90deg); } .slide-content h1, .slide-caption h1, .text-slide li { font-size: 50px; } .text-slide li { line-height: 60px; } .video-section .welcome { font-size: 28px; padding-top: 0; margin-bottom: 0; } .img-btn { margin-top: 0; } .video-section h1 { display: none; } .big-title h2 { font-size: 24px; } #filters ul { padding-left: 0; } .navbar-custom .navbar-header .navbar-toggle { padding: 5px 10px; } div.content-box.big, .contact-box { margin-bottom: 20px; } .mob-logo { display: inline-block; } .mob-menu { margin-top: -67px; } .navbar-header, .navbar-nav { float: none !important; } #signup .subEmail { width: 90%; } #signup input { margin-right: 0; margin-bottom: 10px; } } @media (min-width: 768px) and (max-width: 979px) { .carousel-controls, .testimonials .carousel-controls.pull-right { text-align: center; float: none !important; display: table; margin: 0 auto; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); trasform: rotate(90deg); } .slide-content h1, .slide-caption h1, .video-section h1, .text-slide li { font-size: 50px; } .text-slide li { line-height: 80px; } .big-title h2 { font-size: 24px; } #filters ul { padding-left: 0; } .navbar-custom .navbar-header .navbar-toggle { padding: 5px 10px; } .navbar-custom .navbar-nav > li > a { margin: 5px 0; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; } .navbar-collapse { max-height: 700px; } div.content-box.big, .contact-box { margin-bottom: 20px; } .mob-logo { display: inline-block; } .mob-menu .navbar-header { margin-top: -67px; } .navbar-toggle { position: relative; float: none; padding: 9px 10px; margin-top: 8px; margin-bottom: 8px; background-color: transparent; border: 1px solid #dddddd; border-radius: 4px; display: block; } .navbar-nav, .navbar-nav > li { float: none !important; } .navbar-header { float: right; } .navbar-collapse { padding-left: 0; max-height: 700px; } .navbar-collapse.collapse { display: none !important; height: auto !important; overflow: visible !important; padding-bottom: 0; } .navbar-collapse.collapse.in { display: block !important; } } @media (max-width: 767px) { .posts-block { margin-bottom: 50px; } .blog-small article .post-image { width: 99.7%; } .blog-small article .post-content-wrap { float: left; margin: 0; padding: 0; width: 95%; } } @media (min-width: 980px) { .posts-block { padding-right: 30px !important; } }
0.384334
0.075483
body { margin: 0; padding: 0; } .outline { padding: 10px; text-transform: uppercase; letter-spacing: 3px; background-color: transparent; border: solid 1px #f15a29; color: #f15a29; } .home { background-image: url("./img/bg/2.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center; color: white; font-family: serif; height: 600px; } .nav_icon img { /* padding: 70px; */ height: 40px !important; padding: 40px; } .logo { text-align: center; padding-top: 50px; } .logo h2 { font-weight: 100; font-size: 40px; text-transform: capitalize; } .home span { font-weight: bold; } .service { display: flex; flex-direction: row; height: 170px; padding-top: 0; margin-top: 0; padding-bottom: 20px !important; } #happy_party { width: 31%; } #breakfast, #lunch, #dinner { width: 23%; } #breakfast, #lunch, #dinner { color: white; font-style: italic; background-repeat: no-repeat; background-size: cover; background-position: center; height: fit-content; padding: 66px; color: white; text-align: center; font-weight: 500; } #happy { background-color: lightgray; padding: 16px; text-align: center; } #party { background-color: #f15a29; color: white; padding: 16px; text-align: center; } #breakfast { background-image: url("./img/foodtop/breakfast.jpg"); } #lunch { background-image: url("./img/foodtop/lunch.jpg"); opacity: 0.5; } #dinner { background-image: url("./img/foodtop/dinner.jpg"); } /* food section */ .food { margin-top: 50px; padding: 60px; display: flex; } .img_block { border: 15px solid white; border-radius: 2px; box-shadow: 0px 0px 6px grey; font-size: 0; margin-left: 80px; width: 50%; } .text_block { margin-left: 100px; } .text_block h1 { font-weight: bolder; color: rgb(80, 77, 77); } .text_block h4 { font-weight: 700; color: rgb(80, 77, 77); } .text_block p { float: left; width: 60%; font-weight: 100; font-family: "Quicksand", sans-serif; font-size: small; line-height: 20px; } #btn { margin-top: 230px; } /* Drink styles */ .drink { margin-top: 10px; padding: 0px 20px 20px 20px; display: flex; } .drink_text_block { width: 50%; text-align: right; } .drink_text_block p { margin-left: 260px; font-weight: 100; font-family: "Quicksand", sans-serif; font-size: small; line-height: 20px; } .drink_text_block h1 { font-weight: bolder; color: rgb(80, 77, 77); } .drink_text_block h4 { font-weight: 700; color: rgb(80, 77, 77); } #btn2 { margin-top: 30px; } .img_block2 { display: flex; border: 15px solid white; border-radius: 2px; box-shadow: 0px 0px 6px rgb(126, 125, 125); font-size: 0; margin-left: 80px; } /* menu section */ .menu { margin-top: 50px; background-color: rgba(153, 147, 147, 0.79); background-blend-mode: overlay; background-image: url("./img/bg/1.jpg"); background-size: cover; background-repeat: no-repeat; text-align: center; padding: 120px; height: 350px; } th { padding: 10px; background-color: rgb(204, 204, 204); } #category { width: 100%; border-collapse: collapse; } #category tr th { border-right: 0.1px solid rgb(175, 175, 175); } /* #category tr th:hover { background-color: white; color: #F15A29; border: none; } */ #ff { color: #f15a29; background-color: white; } .img_res { background-color: white; box-sizing: border-box; padding: 26px; } .menu_div_list { color: #f15a29; display: flex; justify-content: space-around; align-items: center; font-size: 18px; } .menu_div_list h5 { font-size: 18px; font-weight: 500; } .menu_div_list p { font-size: 30px; font-weight: 900 !important; } .list_img { display: flex; flex-direction: column; overflow: auto; margin: 5px; } /* customer styles */ .customers { height: auto; width: auto; padding: 120px 120px 40px; padding-top: 50px; background-color: white; } .reviews_about { height: 280px; display: flex; flex-direction: row; box-sizing: border-box; border-radius: 2px; box-shadow: 0px 0px 5px rgb(87, 83, 83); padding: 20px; } #about p { font-family: "Quicksand", sans-serif; font-size: small; line-height: 20px; } #p_review { font-family: "Quicksand", sans-serif; font-size: small; line-height: 20px; } #reviews, #about { text-align: center; font-size: 15px; } #reviews { flex: 2; margin-right: 38px; text-align: center; } #about { flex: 2; margin-left: 40px; } #line { border-left: 1px solid rgb(212, 212, 212); } #reviews h3, #about h3 { color: #f15a29; } .image_container { align-items: center; display: flex; justify-content: center; margin: 10px; } .image_container p { margin: 10px; font-weight: bolder; color: #f15a29; font-size: 20px; } .image_container img { margin: 5px; } /* subscribe */ .subscribe { background-image: url("./img/bg/3.jpg"); background-repeat: no-repeat; background-position: center; background-size: cover; height: 250px; /* margin-bottom: 200px; */ } .sub_center { text-align: center; padding-top: 60px; color: white; } .form-input { height: 40px; width: 350px; background-color: rgb(88, 87, 87); border: none; margin-top: 5px; margin: 20px; opacity: 0.5; } .sub { height: 40px; width: 150px; background-color: rgb(255, 0, 0); border: none; color: white; font-weight: 800; } ::placeholder { color: rgb(255, 255, 255); font-weight: 500; opacity: 1; padding-left: 20px; } /* footer */ .footer { text-align: center; padding-top: 30px; font-size: 18px; color: white; background-color: #f15a29; height: 250px; } .footer h1 { margin-left: 10px; font-weight: 400; } #logo_bottom { justify-content: center; align-items: center; display: flex; } #logo_company { color: red !important; } #copyright { font-size: 15px; }
index.css
body { margin: 0; padding: 0; } .outline { padding: 10px; text-transform: uppercase; letter-spacing: 3px; background-color: transparent; border: solid 1px #f15a29; color: #f15a29; } .home { background-image: url("./img/bg/2.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center; color: white; font-family: serif; height: 600px; } .nav_icon img { /* padding: 70px; */ height: 40px !important; padding: 40px; } .logo { text-align: center; padding-top: 50px; } .logo h2 { font-weight: 100; font-size: 40px; text-transform: capitalize; } .home span { font-weight: bold; } .service { display: flex; flex-direction: row; height: 170px; padding-top: 0; margin-top: 0; padding-bottom: 20px !important; } #happy_party { width: 31%; } #breakfast, #lunch, #dinner { width: 23%; } #breakfast, #lunch, #dinner { color: white; font-style: italic; background-repeat: no-repeat; background-size: cover; background-position: center; height: fit-content; padding: 66px; color: white; text-align: center; font-weight: 500; } #happy { background-color: lightgray; padding: 16px; text-align: center; } #party { background-color: #f15a29; color: white; padding: 16px; text-align: center; } #breakfast { background-image: url("./img/foodtop/breakfast.jpg"); } #lunch { background-image: url("./img/foodtop/lunch.jpg"); opacity: 0.5; } #dinner { background-image: url("./img/foodtop/dinner.jpg"); } /* food section */ .food { margin-top: 50px; padding: 60px; display: flex; } .img_block { border: 15px solid white; border-radius: 2px; box-shadow: 0px 0px 6px grey; font-size: 0; margin-left: 80px; width: 50%; } .text_block { margin-left: 100px; } .text_block h1 { font-weight: bolder; color: rgb(80, 77, 77); } .text_block h4 { font-weight: 700; color: rgb(80, 77, 77); } .text_block p { float: left; width: 60%; font-weight: 100; font-family: "Quicksand", sans-serif; font-size: small; line-height: 20px; } #btn { margin-top: 230px; } /* Drink styles */ .drink { margin-top: 10px; padding: 0px 20px 20px 20px; display: flex; } .drink_text_block { width: 50%; text-align: right; } .drink_text_block p { margin-left: 260px; font-weight: 100; font-family: "Quicksand", sans-serif; font-size: small; line-height: 20px; } .drink_text_block h1 { font-weight: bolder; color: rgb(80, 77, 77); } .drink_text_block h4 { font-weight: 700; color: rgb(80, 77, 77); } #btn2 { margin-top: 30px; } .img_block2 { display: flex; border: 15px solid white; border-radius: 2px; box-shadow: 0px 0px 6px rgb(126, 125, 125); font-size: 0; margin-left: 80px; } /* menu section */ .menu { margin-top: 50px; background-color: rgba(153, 147, 147, 0.79); background-blend-mode: overlay; background-image: url("./img/bg/1.jpg"); background-size: cover; background-repeat: no-repeat; text-align: center; padding: 120px; height: 350px; } th { padding: 10px; background-color: rgb(204, 204, 204); } #category { width: 100%; border-collapse: collapse; } #category tr th { border-right: 0.1px solid rgb(175, 175, 175); } /* #category tr th:hover { background-color: white; color: #F15A29; border: none; } */ #ff { color: #f15a29; background-color: white; } .img_res { background-color: white; box-sizing: border-box; padding: 26px; } .menu_div_list { color: #f15a29; display: flex; justify-content: space-around; align-items: center; font-size: 18px; } .menu_div_list h5 { font-size: 18px; font-weight: 500; } .menu_div_list p { font-size: 30px; font-weight: 900 !important; } .list_img { display: flex; flex-direction: column; overflow: auto; margin: 5px; } /* customer styles */ .customers { height: auto; width: auto; padding: 120px 120px 40px; padding-top: 50px; background-color: white; } .reviews_about { height: 280px; display: flex; flex-direction: row; box-sizing: border-box; border-radius: 2px; box-shadow: 0px 0px 5px rgb(87, 83, 83); padding: 20px; } #about p { font-family: "Quicksand", sans-serif; font-size: small; line-height: 20px; } #p_review { font-family: "Quicksand", sans-serif; font-size: small; line-height: 20px; } #reviews, #about { text-align: center; font-size: 15px; } #reviews { flex: 2; margin-right: 38px; text-align: center; } #about { flex: 2; margin-left: 40px; } #line { border-left: 1px solid rgb(212, 212, 212); } #reviews h3, #about h3 { color: #f15a29; } .image_container { align-items: center; display: flex; justify-content: center; margin: 10px; } .image_container p { margin: 10px; font-weight: bolder; color: #f15a29; font-size: 20px; } .image_container img { margin: 5px; } /* subscribe */ .subscribe { background-image: url("./img/bg/3.jpg"); background-repeat: no-repeat; background-position: center; background-size: cover; height: 250px; /* margin-bottom: 200px; */ } .sub_center { text-align: center; padding-top: 60px; color: white; } .form-input { height: 40px; width: 350px; background-color: rgb(88, 87, 87); border: none; margin-top: 5px; margin: 20px; opacity: 0.5; } .sub { height: 40px; width: 150px; background-color: rgb(255, 0, 0); border: none; color: white; font-weight: 800; } ::placeholder { color: rgb(255, 255, 255); font-weight: 500; opacity: 1; padding-left: 20px; } /* footer */ .footer { text-align: center; padding-top: 30px; font-size: 18px; color: white; background-color: #f15a29; height: 250px; } .footer h1 { margin-left: 10px; font-weight: 400; } #logo_bottom { justify-content: center; align-items: center; display: flex; } #logo_company { color: red !important; } #copyright { font-size: 15px; }
0.428951
0.101145
--------------------- */ h1 { color: black; font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-size: 1.8em; text-decoration: none; } h2 { font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 1.5em; text-decoration: none; line-height: 120%; } h3 { font-size: 1.3em; font-weight: bold; font-family: Tahoma, Arial, Helvetica, sans-serif; line-height: 120%; } h4 { margin: 0; font-size: 1.1em; font-weight: bold; } body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1.6; margin: auto; } h1, h2, h3, h4, h5, h6 { font-weight: bold; } h1 { font-size: 14px; color: #FFF; } #topbar { background: none repeat scroll 0 0 #E80000; height: 32px; position: fixed; width: 100%; z-index: 999; } .top_space { padding-top: 32px; } .hello { float: right; margin-right: 5px; margin-top: 5px; color: #FFF; } #header { width: 980px; border: 3px outset #C00; /* border: 10px solid #d8d8d8; mau nen khung bao quanh*/ margin: 0px auto 0px; background: #FFF; } .menu { width: 980px; border: 5px outset #33F; /* border: 10px solid #d8d8d8; mau nen khung bao quanh*/ margin: 0px auto 0px; background: #36C; } .wrapper { width: 980px; margin: 0 auto; } .tieudeds { color: #FFF; font-weight: bold; text-align: center; font-size: 14px; background-color: #09F; } #tieude { color: #00C; font-size: 22px; font-weight: bold; text-align: center; padding-bottom: 10px; padding-top: 10px; background-color: #FFFBF0; border: outset 3px; } #tieude2 { color: #00C; font-size: 20px; font-weight: bold; text-align: center; padding-bottom: 5px; padding-top: 10px; background-color: #FFFBF0; border: outset 3px; } .footer { font-size: 12px; color: #00C; font-weight: bold; background-color: #FFFBF0; text-align: center; /*border: outset 3px;*/ width: 100%; margin-top: 2% !important; padding-left: 5px; padding-right: 5px; } table.helpT { text-align: center; font-family: Verdana; font-weight: normal; font-size: 11px; color: #404040; width: 500px; background-color: #fafafa; border: 1px #6699CC solid; border-collapse: collapse; border-spacing: 0px; } td.helpBod { border-bottom: 1px solid #9CF; border-top: 0px; border-left: 1px solid #9CF; border-right: 0px; text-align: left; text-indent: 10px; font-family: Verdana, sans-serif, Arial; font-weight: normal; font-size: 11px; color: #404040; background-color: #fafafa; } table.sofT { text-align: center; font-family: Verdana; font-weight: normal; font-size: 11px; color: #404040; width: 580px; background-color: #fafafa; border: 1px #6699CC solid; border-collapse: collapse; border-spacing: 0px; } /* Tables ------------ */ th { color: #FFFFFF; background-color: #FF0099; height: 25px; white-space: nowrap; padding: 4px 5px; border: outset 1px; } td { padding: 2px; } td.profile { padding: 4px; } .tablebg { background-color: #D3D8DB; color: #000000; } .tablemenu { background-color: #FFFBFO; color: #000000; } .catdiv { height: 28px; margin: 0; padding: 0; border: 0; background: white url('./images/cellpic2.jpg') repeat-y scroll top left; } .rtl .catdiv { background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right; } .cat { color: black; height: 35px; margin: 0; padding: 0; border: 0; background-color: #C7D0D7; background-image: url('./images/cellpic1.gif'); text-indent: 4px; font-size: 1.1em; } .na { color: black; height: 28px; margin: 0; padding: 0; border: 0; background-color: #C7D0D7; background-image: url('./images/cellpic1.gif'); text-indent: 4px; } .row { color: #03C; } .row1 { background-color: white; padding: 4px; border: outset 1px; } .aupro { background-color: #FF0099; color: white; background-image: url('./images/au.gif'); padding: 4px; } .row2 { background-color: white; padding: 4px; border: outset 2px; color: #03C; } .row3 { background-color: #FFFBF0; padding: 4px; border: outset 2px; color: #00C; font-weight: bold; } .row4 { background-color: #FFFBF0; padding: 4px; color: #00C; font-weight: bold; } .row5 { background-color: white; padding: 4px; font-size: 1em; } .row6 { background-color: #FFFBF0; padding: 4px; border: outset 1px; color: #03C; font-weight: bold; } .spacer { background-color: #000000; } hr { height: 1px; border-width: 0; background-color: #D1D7DC; color: #D1D7DC; } .legend { text-align: center; margin: 0 auto; } /* Links ------------ */ a:link { color: #0000FF; text-decoration: none; } a:visited { color: #0000FF; text-decoration: none; } a:hover { color: #CC99FF; text-decoration: underline; font-weight: bold; } a.forumlink { color: #0000FF; font-weight: bold; font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 1.3em; } a.forumlink:hover { color: #CC99FF; } a.autinhyeu { color: #0000FF; font-family: Tahoma, Helvetica, Arial, sans-serif; } a.autinhyeu:hover { color: #FFFF66; } a.topictitle { margin: 1px 0; font-family: Tahoma, Helvetica, Arial, sans-serif; font-weight: bold; font-size: 1.2em; } a.topictitle:visited { color: #0000FF; } th a, th a:visited { color: #FFFFFF !important; text-decoration: none; } th a:hover { color: #93CE6F; text-decoration: underline; } /* Form Elements ------------ */ form { margin: 0; padding: 0; border: 0; } input { color: #333333; font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 1.1em; font-weight: normal; padding: 1px; border: 1px solid black; background-color: white; } textarea { background-color: white; color: black; font-family: Tahoma, "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 1.2em; line-height: 1.4em; font-weight: normal; border: 1px solid #A9B8C2; padding: 2px; } select { color: #333333; background-color: #FAFAFA; font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 1.1em; font-weight: normal; border: 1px solid #A9B8C2; padding: 1px; } option { padding: 0 1em 0 0; } option.disabled-option { color: graytext; } .rtl option { padding: 0 0 0 1em; } input.radio { border: none; background-color: transparent; } .post { background-color: white; border-style: solid; border-width: 1px; border-color: black; } .btnbbcode { color: #000000; font-weight: normal; font-size: 1.0em; font-family: Tahoma, Verdana, Helvetica, sans-serif; background-color: white; border: 1px solid black; } .btnmain { font-weight: bold; background-color: white; border: 1px solid black; cursor: pointer; padding: 1px 5px; font-size: 1.1em; } .btnlite { font-weight: normal; background-color: white; border: 1px solid black; cursor: pointer; padding: 1px 5px; font-size: 1.1em; } .btnfile { font-weight: normal; background-color: white; border: 1px solid black; padding: 1px 5px; font-size: 1.1em; } .helpline { background-color: white; border-style: none; }
public/login/css/main.css
--------------------- */ h1 { color: black; font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-size: 1.8em; text-decoration: none; } h2 { font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 1.5em; text-decoration: none; line-height: 120%; } h3 { font-size: 1.3em; font-weight: bold; font-family: Tahoma, Arial, Helvetica, sans-serif; line-height: 120%; } h4 { margin: 0; font-size: 1.1em; font-weight: bold; } body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1.6; margin: auto; } h1, h2, h3, h4, h5, h6 { font-weight: bold; } h1 { font-size: 14px; color: #FFF; } #topbar { background: none repeat scroll 0 0 #E80000; height: 32px; position: fixed; width: 100%; z-index: 999; } .top_space { padding-top: 32px; } .hello { float: right; margin-right: 5px; margin-top: 5px; color: #FFF; } #header { width: 980px; border: 3px outset #C00; /* border: 10px solid #d8d8d8; mau nen khung bao quanh*/ margin: 0px auto 0px; background: #FFF; } .menu { width: 980px; border: 5px outset #33F; /* border: 10px solid #d8d8d8; mau nen khung bao quanh*/ margin: 0px auto 0px; background: #36C; } .wrapper { width: 980px; margin: 0 auto; } .tieudeds { color: #FFF; font-weight: bold; text-align: center; font-size: 14px; background-color: #09F; } #tieude { color: #00C; font-size: 22px; font-weight: bold; text-align: center; padding-bottom: 10px; padding-top: 10px; background-color: #FFFBF0; border: outset 3px; } #tieude2 { color: #00C; font-size: 20px; font-weight: bold; text-align: center; padding-bottom: 5px; padding-top: 10px; background-color: #FFFBF0; border: outset 3px; } .footer { font-size: 12px; color: #00C; font-weight: bold; background-color: #FFFBF0; text-align: center; /*border: outset 3px;*/ width: 100%; margin-top: 2% !important; padding-left: 5px; padding-right: 5px; } table.helpT { text-align: center; font-family: Verdana; font-weight: normal; font-size: 11px; color: #404040; width: 500px; background-color: #fafafa; border: 1px #6699CC solid; border-collapse: collapse; border-spacing: 0px; } td.helpBod { border-bottom: 1px solid #9CF; border-top: 0px; border-left: 1px solid #9CF; border-right: 0px; text-align: left; text-indent: 10px; font-family: Verdana, sans-serif, Arial; font-weight: normal; font-size: 11px; color: #404040; background-color: #fafafa; } table.sofT { text-align: center; font-family: Verdana; font-weight: normal; font-size: 11px; color: #404040; width: 580px; background-color: #fafafa; border: 1px #6699CC solid; border-collapse: collapse; border-spacing: 0px; } /* Tables ------------ */ th { color: #FFFFFF; background-color: #FF0099; height: 25px; white-space: nowrap; padding: 4px 5px; border: outset 1px; } td { padding: 2px; } td.profile { padding: 4px; } .tablebg { background-color: #D3D8DB; color: #000000; } .tablemenu { background-color: #FFFBFO; color: #000000; } .catdiv { height: 28px; margin: 0; padding: 0; border: 0; background: white url('./images/cellpic2.jpg') repeat-y scroll top left; } .rtl .catdiv { background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right; } .cat { color: black; height: 35px; margin: 0; padding: 0; border: 0; background-color: #C7D0D7; background-image: url('./images/cellpic1.gif'); text-indent: 4px; font-size: 1.1em; } .na { color: black; height: 28px; margin: 0; padding: 0; border: 0; background-color: #C7D0D7; background-image: url('./images/cellpic1.gif'); text-indent: 4px; } .row { color: #03C; } .row1 { background-color: white; padding: 4px; border: outset 1px; } .aupro { background-color: #FF0099; color: white; background-image: url('./images/au.gif'); padding: 4px; } .row2 { background-color: white; padding: 4px; border: outset 2px; color: #03C; } .row3 { background-color: #FFFBF0; padding: 4px; border: outset 2px; color: #00C; font-weight: bold; } .row4 { background-color: #FFFBF0; padding: 4px; color: #00C; font-weight: bold; } .row5 { background-color: white; padding: 4px; font-size: 1em; } .row6 { background-color: #FFFBF0; padding: 4px; border: outset 1px; color: #03C; font-weight: bold; } .spacer { background-color: #000000; } hr { height: 1px; border-width: 0; background-color: #D1D7DC; color: #D1D7DC; } .legend { text-align: center; margin: 0 auto; } /* Links ------------ */ a:link { color: #0000FF; text-decoration: none; } a:visited { color: #0000FF; text-decoration: none; } a:hover { color: #CC99FF; text-decoration: underline; font-weight: bold; } a.forumlink { color: #0000FF; font-weight: bold; font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 1.3em; } a.forumlink:hover { color: #CC99FF; } a.autinhyeu { color: #0000FF; font-family: Tahoma, Helvetica, Arial, sans-serif; } a.autinhyeu:hover { color: #FFFF66; } a.topictitle { margin: 1px 0; font-family: Tahoma, Helvetica, Arial, sans-serif; font-weight: bold; font-size: 1.2em; } a.topictitle:visited { color: #0000FF; } th a, th a:visited { color: #FFFFFF !important; text-decoration: none; } th a:hover { color: #93CE6F; text-decoration: underline; } /* Form Elements ------------ */ form { margin: 0; padding: 0; border: 0; } input { color: #333333; font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 1.1em; font-weight: normal; padding: 1px; border: 1px solid black; background-color: white; } textarea { background-color: white; color: black; font-family: Tahoma, "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 1.2em; line-height: 1.4em; font-weight: normal; border: 1px solid #A9B8C2; padding: 2px; } select { color: #333333; background-color: #FAFAFA; font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 1.1em; font-weight: normal; border: 1px solid #A9B8C2; padding: 1px; } option { padding: 0 1em 0 0; } option.disabled-option { color: graytext; } .rtl option { padding: 0 0 0 1em; } input.radio { border: none; background-color: transparent; } .post { background-color: white; border-style: solid; border-width: 1px; border-color: black; } .btnbbcode { color: #000000; font-weight: normal; font-size: 1.0em; font-family: Tahoma, Verdana, Helvetica, sans-serif; background-color: white; border: 1px solid black; } .btnmain { font-weight: bold; background-color: white; border: 1px solid black; cursor: pointer; padding: 1px 5px; font-size: 1.1em; } .btnlite { font-weight: normal; background-color: white; border: 1px solid black; cursor: pointer; padding: 1px 5px; font-size: 1.1em; } .btnfile { font-weight: normal; background-color: white; border: 1px solid black; padding: 1px 5px; font-size: 1.1em; } .helpline { background-color: white; border-style: none; }
0.376623
0.112016
----------------------------------------*/ .panel-heading .panel-right { margin-top: -20px; font-size: 15px; } #cp-main h3 { font-size: 1em; } .username-coloured { font-weight: bold; display: inline !important; padding: 0 !important; } .page-header div.subject { display: inline-block; } .modal-dialog { padding-top: 40px; } .skiplink { position: absolute; left: -999px; width: 990px; } .vote-progress { padding-top: 10px; } .forum-icon, .forum-topic-icon, .pm-topic-icon { padding-right: 5px; padding-left: 5px; } .topic-name .topictitle, .topic-name small, .forum-name .topictitle, .forum-name small { white-space: normal; } #cp-main { min-height: 300px; padding-right: 0px; } .panel-dash { margin-right: -15px; margin-left: -15px; } .spacer { height: 10px; } .spacer-h { height: 20px; } .preview-item { padding: 10px 0px; } #message-box #message { border-radius: 0px !important; } .forum-selector { float:right; } #ucp-nav, #mcp-nav, .post-tabs { border-radius: 0px 0px 4px 4px !important; border-top: 0px !important; } #loginpanel { margin-top:20px } .colorgraph { height: 5px; border-top: 0; background: #c4e17f; border-radius: 5px; background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4); background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4); background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4); background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4); } .panel-foo { float:left; } #options-tab .form-group .checkbox { padding-left: 20px; } #update-notification { display: none; } /* END Unsorted ----------------------------------------*/ * { padding: 0px; margin: 0px; } body { padding-top: 0px !important; } #simple-wrap { padding: 20px; } #site-logo { margin-bottom: 20px; margin-top: 20px; } #header-nav { margin-bottom: 0px; } #content-wrapper { padding-top: 20px; } /* Bootstrap fixes ----------------------------------------*/ .row { margin-bottom: 15px; } .container { height: 100%; } /* Navbar ----------------------------------------*/ .navbar-mini { height: 30px !important; min-height: 0 !important; } .navbar-right .dropdown-menu { padding: 10px; min-width: 240px; } .navbar-nav.navbar-right.fix-right-nav { margin-right: 20px !important; } .navbar-fix { z-index: 10000; border-radius: 0px !important; } .navbar-logo img { height: 46px; width: auto; padding: 2px 5px; } .display-options label { margin-bottom: 0px !important; } .display-options { text-align: center; } .linklist { list-style-type: none; } .default-captcha-image { display: block; margin: auto; } .bootstrap-select { width: auto !important; } /* Footer ----------------------------------------*/ #page-footer { padding-bottom: 10px; border-top: 1px solid #eee; padding-top: 15px; margin-top: 10px; } .footer-padding { padding-bottom: 60px !important; } /* Buttons ----------------------------------------*/ .btn-reg { padding:0px !important; display:inline !important; } .btn-sel, .btn-nav, #topicreview { margin-bottom: 20px; } .btn-sel { text-align: right; } .btn-nav { text-align: center; } .btn-post { margin-bottom: 15px; } .btn-panel .btn-group { margin-top: -20px; } .btn-panel { padding-bottom: 20px !important; } .btn-group:only-child { border-radius: 0px !important; } .topic-buttons { float:right; } .btn-labeled { padding-top: 0 !important; padding-bottom: 0 !important; } #format-buttons .btn { margin-bottom: 0px !important; } .submit-buttons { text-align: center; } .btn-label { position: relative; left: -12px; display: inline-block; padding: 6px 12px; background: rgba(0,0,0,0.15); border-radius: 3px 0 0 3px; } .mcp-buttons { margin-bottom: 20px; } .clickable { cursor: pointer; } .chradio { display: none; } /* Posts ----------------------------------------*/ .attach-editor img { max-width: 40px; max-height: 40px; } .attach-image { margin: 3px 0; width: 100%; max-width: 100%; max-height: 350px; overflow: auto; } .attach-image img { border: 1px solid #999999; cursor: pointer; max-width: 100%; } .content img { max-width: 100%; } .post-icon { padding: 0px 10px 0px 0px; } #lightbox { padding-top: 20px; } .post-footer, .review-footer, .faq-footer { min-height: 40px; } .post-footer { overflow: auto; } .default-avatar { width: 90px !important; height: 90px !important; } .post-info .avatar img { width: 90px !important; height: 90px !important; } .post-info .avatar.rounded img { border-radius: 50%; border: 8px solid #eee; transition: all 0.2s ease-in-out; } .post-info .avatar.rounded img:hover{ border:2px solid #eee; /*-webkit-font-smoothing:antialiased;*/ } #topicreview { overflow: auto; max-height: 300px; } .signature { border-top: 1px solid #eee; padding: 10px; font-size: 1.1em; clear: left; line-height: 140%; overflow: hidden; width: 100%; } .signature-preview { border-top:none; margin-top: 0; } .post-info { border-bottom: 1px solid #eee; padding: 15px; } .post-info-left { border-right: 1px solid #eee; } .post-info-right { border-left: 1px solid #eee; } .post-head { border-bottom: 1px solid #eee; margin-left: 0px !important; margin-right: 0px !important; } #topicreview .post-head { padding: 0px 20px; } .post-head .author { padding-top: 10px; padding-left: 0px !important; } .post-content { padding-left: 0px !important; padding-right: 0px !important; } .post-content-left .post-head { padding: 15px 30px 15px 15px; } .post-content-right .post-head { padding: 15px 15px 15px 30px; } .post-content .content { padding: 20px; } .post-content .attachbox { margin: 15px; } .content ul, .content ol, ol.def-rules { padding-left: 20px; } ul.profile-links { list-style: none; margin-top: 5px; margin-bottom: 5px; } ul.profile-links li { float: left; margin: 0 6px 3px 0; } /* To top elements ----------------------------------------*/ a.top2 { background-image: url("./../images/icon_back_top.gif"); text-decoration: none; padding-left: 15px; } #back-to-top { cursor: pointer; position: fixed; bottom: 60px; right: 30px; display: none; } .to-top { float: right; } /* Table ------------------------- */ .table th.forum-name, .table th.topic-name { width: 50%; } .table th.topics, .table th.posts, .table th.mark, .table th.views { width: 8%; text-align: center; } .table th.replies { width: 12%; } .table th.lastpost { width: 25%; } .table td.topics, .table td.posts, .table td.mark, .table td.replies, .table td.views, .table th.replies { text-align: center; } th.forum-name, td.forum-name, th.topic-name, td.topic-name { width: 50%; } /* Helper Classes ----------------------------------------*/ .no-margin{ margin: 0px !important; } .no-margin-left{ margin-left: 0px !important; } .no-margin-right{ margin-right: 0px !important; } .no-margin-bottom{ margin-bottom: 0px !important; } .no-padding { padding: 0px !important; } .no-padding-left { padding-left: 0px !important; } .no-padding-right { padding-right: 0px !important; } .no-padding-bottom { padding-bottom: 0px !important; } .no-padding-top { padding-top: 0px !important; } .clearfix { clear:both; } /* Icon Addon ----------------------------------------*/ .input-group .icon-addon .form-control { border-radius: 0; } .icon-addon { position: relative; color: #555; display: block; } .icon-addon:after, .icon-addon:before { display: table; content: " "; } .icon-addon:after { clear: both; } .icon-addon.addon-md .glyphicon, .icon-addon .glyphicon, .icon-addon.addon-md .fa, .icon-addon .fa { position: absolute; z-index: 2; left: 10px; font-size: 14px; width: 20px; margin-left: -2.5px; text-align: center; padding: 10px 0; top: 1px } .icon-addon.addon-lg .form-control { line-height: 1.33; height: 46px; font-size: 18px; padding: 10px 16px 10px 40px; } .icon-addon.addon-sm .form-control { height: 30px; padding: 5px 10px 5px 28px; font-size: 12px; line-height: 1.5; } .icon-addon.addon-lg .fa, .icon-addon.addon-lg .glyphicon { font-size: 18px; margin-left: 0; left: 11px; top: 4px; } .icon-addon.addon-md .form-control, .icon-addon .form-control { padding-left: 30px; float: left; font-weight: normal; } .icon-addon.addon-sm .fa, .icon-addon.addon-sm .glyphicon { margin-left: 0; font-size: 12px; left: 5px; top: -1px } .icon-addon .form-control:focus + .glyphicon, .icon-addon:hover .glyphicon, .icon-addon .form-control:focus + .fa, .icon-addon:hover .fa { color: #2580db; } /* Nav Sidebar ----------------------------------------*/ .nav-sidebar { width: 100%; padding: 8px 0; border-right: 1px solid #ddd; } .nav-sidebar a { color: #333; background: none; border: 0px; -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 !important; -moz-border-radius: 4px 0 0 4px !important; border-radius: 4px 0 0 4px !important; } .nav-sidebar .active a { cursor: default; background-color: #428bca; color: #fff; text-shadow: 1px 1px 1px #666; } .nav-sidebar .active a:hover { background-color: #428bca; } .nav-sidebar .text-overflow a, .nav-sidebar .text-overflow .media-body { white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; } /* Right-aligned sidebar */ .nav-sidebar.pull-right { border-right: 0; border-left: 1px solid #ddd; } .nav-sidebar.pull-right a { -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; } /* Responsive selectors ----------------------------------------*/ @media (min-width: 768px) { #main-menu #search { width: 300px; } .forum-topic-icon-mobile, .forum-icon-mobile { display:none; } .pull-right-desktop { float: right !important; } .pull-left-desktop { float: left !important; } } @media (max-width: 767px) { .no-margin-xs { margin: 0px !important; } .jumbotron { padding: 48px 0 !important; } .forum-topic-icon, .forum-icon, .topic-pagination { display:none; } .forum-topic-icon-mobile, .forum-icon-mobile { display:inline; } #main-menu-btn, #search-menu-btn, #user-menu-btn { border-radius: 0px; margin: 0px; padding: 15px 20px; } #main-menu-btn { border-width: 0px 1px 0px 0px; } #search-menu-btn, #user-menu-btn { border-width: 0px 0px 0px 1px; } #main-menu-btn i,#search-menu-btn i, #user-menu-btn i { font-size: 20px; color: #5e5e5e; } .navbar-form { border-top: 0px !important; border-bottom: 0px !important; } .pull-right-mobile { float: right !important; } .pull-left-mobile { float: left !important; } .navbar-nav.navbar-collapse { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; } .content { padding: 20px; } .navbar-right.visible-xs{ margin-left: 0px !important; margin-right: 0px !important; } } @media (max-width: 991px) { .mobile-fix [class^=col-md-]{ padding-top: 10px; padding-bottom: 10px; } #back-to-top { bottom: 30px !important; } } /* User Profile ----------------------------------------*/ .user-details {padding: 0;} .user-details .user-image {position: relative; z-index: 1; margin: auto; text-align: center; top: 45px !important;} .user-image img { clear: both; margin: auto; position: relative; width: 90px !important; height: 90px !important; } .user-image.rounded img { border-radius: 50%; } .user-details .user-info-block {width: 100%; background: rgb(255, 255, 255); z-index: 0; padding-top: 35px; } .user-info-block .user-heading {width: 100%; text-align: center; margin: 10px 0 0;} .user-info-block .navigation {height: 60px; width: 100%; margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #428BCA; border-top: 1px solid #428BCA; text-align: center} .navigation li {display: inline-block; margin: 0; padding: 0;} .navigation li a {padding: 20px 30px; float: left;} .navigation li.active a {background: #428BCA; color: #fff;} .user-info-block .user-body {padding: 5% 5% 0 5%;} .user-body .tab-content > div {float: left; width: 100%;} .user-body .tab-content h4 {width: 100%; margin: 10px 0; color: #333;} /* Badger ----------------------------------------*/ [class*="badger"] { position: relative; background: #fff; } [class*="badger"]:after { content: attr(data-badger) !important; position: absolute; top: 0; padding: 3px 7px; font-size: 12px; font-weight: bold; background: #999; color: #fff; } .badger-left:after { left: 0; border-radius: 0px 0 6px 0; } .badger-left-radius:after { border-radius: 4px 0 6px 0; left: 0; } .badger-right:after { right: 0; border-radius: 0 0 0 6px; } .badger-danger:after { background: #d9534f; } .badger-warning:after { background: #f0ad4e; } .badger-success:after { background: #5cb85c; } .badger-info:after { background: #5bc0de; } .badger-inverse:after { background: #222; } /* Breadcrumb ----------------------------------------*/ .btn-breadcrumb .btn:not(:last-child):after { content: " "; display: block; width: 0; height: 0; border-top: 17px solid transparent; border-bottom: 17px solid transparent; border-left: 10px solid white; position: absolute; top: 50%; margin-top: -17px; left: 100%; z-index: 3; } .btn-breadcrumb .btn:not(:last-child):before { content: " "; display: block; width: 0; height: 0; border-top: 17px solid transparent; border-bottom: 17px solid transparent; border-left: 10px solid rgb(173, 173, 173); position: absolute; top: 50%; margin-top: -17px; margin-left: 1px; left: 100%; z-index: 3; } /** The Spacing **/ .btn-breadcrumb .btn { padding:6px 12px 6px 24px; } .btn-breadcrumb .btn:first-child { padding:6px 6px 6px 10px; } .btn-breadcrumb .btn:last-child { padding:6px 18px 6px 24px; } .btn-breadcrumb .btn:only-child { padding: 6px 10px !important; } /** Primary button **/ .btn-breadcrumb .btn.btn-primary:not(:last-child):after { border-left: 10px solid #337ab7; } .btn-breadcrumb .btn.btn-primary:not(:last-child):before { border-left: 10px solid #2e6da4; } .btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after { border-left: 10px solid #286090; } .btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before { border-left: 10px solid #285e8e; } /* Alert Messages ----------------------------------------*/ .alert-message { margin:20px 0; padding:20px; border-left:3px solid #eee; } .alert-message h4 { margin-top:0; margin-bottom:5px; } .alert-message p:last-child { margin-bottom:0; } .alert-message code { background-color:#fff; border-radius:3px; } .alert-message-success { background-color:#F4FDF0; border-color:#3C763D; } .alert-message-success h4 { color:#3C763D; } .alert-message-danger { background-color:#fdf7f7; border-color:#d9534f; } .alert-message-danger h4 { color:#d9534f; } .alert-message-warning { background-color:#fcf8f2; border-color:#f0ad4e; } .alert-message-warning h4 { color:#f0ad4e; } .alert-message-info { background-color:#f4f8fa; border-color:#5bc0de; } .alert-message-info h4 { color:#5bc0de; } .alert-message-default { background-color:#EEE; border-color:#B4B4B4; } .alert-message-default h4 { color:#000; } .alert-message-notice { background-color:#FCFCDD; border-color:#BDBD89; } .alert-message-notice h4 { color: #444; } /* Mega Menu ----------------------------------------*/ .mega .nav, .mega .collapse, .mega .dropup, .mega .dropdown { position: static; } .mega .container { position: relative; } .mega .dropdown-menu { left: auto; } .mega .nav.navbar-right .dropdown-menu { left: auto; right: 0; } .mega .mega-content { padding: 20px 30px; } .mega .dropdown.mega-fw .dropdown-menu { left: 0; right: 0; } /* PM Styles ----------------------------------------*/ /* PM Message history */ .pm-legend { border-left-width: 10px; border-left-style: solid; border-right-width: 0; margin-bottom: 3px; padding-left: 3px; } .current { color: #000000 !important; } /* PM marking colours */ .pmlist li.pm_message_reported_colour, .pm_message_reported_colour { border-left-color: #BC2A4D; border-right-color: #BC2A4D; } .pmlist li.pm_marked_colour, .pm_marked_colour { border-color: #FF6600; } .pmlist li.pm_replied_colour, .pm_replied_colour { border-color: #A9B8C2; } .pmlist li.pm_friend_colour, .pm_friend_colour { border-color: #5D8FBD; } .pmlist li.pm_foe_colour, .pm_foe_colour { border-color: #000000; } /* Alerts ----------------------------------------*/ hr.message-inner-separator { clear: both; margin-top: 10px; margin-bottom: 13px; border: 0; height: 1px; background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0)); background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0)); background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0)); }
theme/comboot/comboot.css
----------------------------------------*/ .panel-heading .panel-right { margin-top: -20px; font-size: 15px; } #cp-main h3 { font-size: 1em; } .username-coloured { font-weight: bold; display: inline !important; padding: 0 !important; } .page-header div.subject { display: inline-block; } .modal-dialog { padding-top: 40px; } .skiplink { position: absolute; left: -999px; width: 990px; } .vote-progress { padding-top: 10px; } .forum-icon, .forum-topic-icon, .pm-topic-icon { padding-right: 5px; padding-left: 5px; } .topic-name .topictitle, .topic-name small, .forum-name .topictitle, .forum-name small { white-space: normal; } #cp-main { min-height: 300px; padding-right: 0px; } .panel-dash { margin-right: -15px; margin-left: -15px; } .spacer { height: 10px; } .spacer-h { height: 20px; } .preview-item { padding: 10px 0px; } #message-box #message { border-radius: 0px !important; } .forum-selector { float:right; } #ucp-nav, #mcp-nav, .post-tabs { border-radius: 0px 0px 4px 4px !important; border-top: 0px !important; } #loginpanel { margin-top:20px } .colorgraph { height: 5px; border-top: 0; background: #c4e17f; border-radius: 5px; background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4); background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4); background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4); background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4); } .panel-foo { float:left; } #options-tab .form-group .checkbox { padding-left: 20px; } #update-notification { display: none; } /* END Unsorted ----------------------------------------*/ * { padding: 0px; margin: 0px; } body { padding-top: 0px !important; } #simple-wrap { padding: 20px; } #site-logo { margin-bottom: 20px; margin-top: 20px; } #header-nav { margin-bottom: 0px; } #content-wrapper { padding-top: 20px; } /* Bootstrap fixes ----------------------------------------*/ .row { margin-bottom: 15px; } .container { height: 100%; } /* Navbar ----------------------------------------*/ .navbar-mini { height: 30px !important; min-height: 0 !important; } .navbar-right .dropdown-menu { padding: 10px; min-width: 240px; } .navbar-nav.navbar-right.fix-right-nav { margin-right: 20px !important; } .navbar-fix { z-index: 10000; border-radius: 0px !important; } .navbar-logo img { height: 46px; width: auto; padding: 2px 5px; } .display-options label { margin-bottom: 0px !important; } .display-options { text-align: center; } .linklist { list-style-type: none; } .default-captcha-image { display: block; margin: auto; } .bootstrap-select { width: auto !important; } /* Footer ----------------------------------------*/ #page-footer { padding-bottom: 10px; border-top: 1px solid #eee; padding-top: 15px; margin-top: 10px; } .footer-padding { padding-bottom: 60px !important; } /* Buttons ----------------------------------------*/ .btn-reg { padding:0px !important; display:inline !important; } .btn-sel, .btn-nav, #topicreview { margin-bottom: 20px; } .btn-sel { text-align: right; } .btn-nav { text-align: center; } .btn-post { margin-bottom: 15px; } .btn-panel .btn-group { margin-top: -20px; } .btn-panel { padding-bottom: 20px !important; } .btn-group:only-child { border-radius: 0px !important; } .topic-buttons { float:right; } .btn-labeled { padding-top: 0 !important; padding-bottom: 0 !important; } #format-buttons .btn { margin-bottom: 0px !important; } .submit-buttons { text-align: center; } .btn-label { position: relative; left: -12px; display: inline-block; padding: 6px 12px; background: rgba(0,0,0,0.15); border-radius: 3px 0 0 3px; } .mcp-buttons { margin-bottom: 20px; } .clickable { cursor: pointer; } .chradio { display: none; } /* Posts ----------------------------------------*/ .attach-editor img { max-width: 40px; max-height: 40px; } .attach-image { margin: 3px 0; width: 100%; max-width: 100%; max-height: 350px; overflow: auto; } .attach-image img { border: 1px solid #999999; cursor: pointer; max-width: 100%; } .content img { max-width: 100%; } .post-icon { padding: 0px 10px 0px 0px; } #lightbox { padding-top: 20px; } .post-footer, .review-footer, .faq-footer { min-height: 40px; } .post-footer { overflow: auto; } .default-avatar { width: 90px !important; height: 90px !important; } .post-info .avatar img { width: 90px !important; height: 90px !important; } .post-info .avatar.rounded img { border-radius: 50%; border: 8px solid #eee; transition: all 0.2s ease-in-out; } .post-info .avatar.rounded img:hover{ border:2px solid #eee; /*-webkit-font-smoothing:antialiased;*/ } #topicreview { overflow: auto; max-height: 300px; } .signature { border-top: 1px solid #eee; padding: 10px; font-size: 1.1em; clear: left; line-height: 140%; overflow: hidden; width: 100%; } .signature-preview { border-top:none; margin-top: 0; } .post-info { border-bottom: 1px solid #eee; padding: 15px; } .post-info-left { border-right: 1px solid #eee; } .post-info-right { border-left: 1px solid #eee; } .post-head { border-bottom: 1px solid #eee; margin-left: 0px !important; margin-right: 0px !important; } #topicreview .post-head { padding: 0px 20px; } .post-head .author { padding-top: 10px; padding-left: 0px !important; } .post-content { padding-left: 0px !important; padding-right: 0px !important; } .post-content-left .post-head { padding: 15px 30px 15px 15px; } .post-content-right .post-head { padding: 15px 15px 15px 30px; } .post-content .content { padding: 20px; } .post-content .attachbox { margin: 15px; } .content ul, .content ol, ol.def-rules { padding-left: 20px; } ul.profile-links { list-style: none; margin-top: 5px; margin-bottom: 5px; } ul.profile-links li { float: left; margin: 0 6px 3px 0; } /* To top elements ----------------------------------------*/ a.top2 { background-image: url("./../images/icon_back_top.gif"); text-decoration: none; padding-left: 15px; } #back-to-top { cursor: pointer; position: fixed; bottom: 60px; right: 30px; display: none; } .to-top { float: right; } /* Table ------------------------- */ .table th.forum-name, .table th.topic-name { width: 50%; } .table th.topics, .table th.posts, .table th.mark, .table th.views { width: 8%; text-align: center; } .table th.replies { width: 12%; } .table th.lastpost { width: 25%; } .table td.topics, .table td.posts, .table td.mark, .table td.replies, .table td.views, .table th.replies { text-align: center; } th.forum-name, td.forum-name, th.topic-name, td.topic-name { width: 50%; } /* Helper Classes ----------------------------------------*/ .no-margin{ margin: 0px !important; } .no-margin-left{ margin-left: 0px !important; } .no-margin-right{ margin-right: 0px !important; } .no-margin-bottom{ margin-bottom: 0px !important; } .no-padding { padding: 0px !important; } .no-padding-left { padding-left: 0px !important; } .no-padding-right { padding-right: 0px !important; } .no-padding-bottom { padding-bottom: 0px !important; } .no-padding-top { padding-top: 0px !important; } .clearfix { clear:both; } /* Icon Addon ----------------------------------------*/ .input-group .icon-addon .form-control { border-radius: 0; } .icon-addon { position: relative; color: #555; display: block; } .icon-addon:after, .icon-addon:before { display: table; content: " "; } .icon-addon:after { clear: both; } .icon-addon.addon-md .glyphicon, .icon-addon .glyphicon, .icon-addon.addon-md .fa, .icon-addon .fa { position: absolute; z-index: 2; left: 10px; font-size: 14px; width: 20px; margin-left: -2.5px; text-align: center; padding: 10px 0; top: 1px } .icon-addon.addon-lg .form-control { line-height: 1.33; height: 46px; font-size: 18px; padding: 10px 16px 10px 40px; } .icon-addon.addon-sm .form-control { height: 30px; padding: 5px 10px 5px 28px; font-size: 12px; line-height: 1.5; } .icon-addon.addon-lg .fa, .icon-addon.addon-lg .glyphicon { font-size: 18px; margin-left: 0; left: 11px; top: 4px; } .icon-addon.addon-md .form-control, .icon-addon .form-control { padding-left: 30px; float: left; font-weight: normal; } .icon-addon.addon-sm .fa, .icon-addon.addon-sm .glyphicon { margin-left: 0; font-size: 12px; left: 5px; top: -1px } .icon-addon .form-control:focus + .glyphicon, .icon-addon:hover .glyphicon, .icon-addon .form-control:focus + .fa, .icon-addon:hover .fa { color: #2580db; } /* Nav Sidebar ----------------------------------------*/ .nav-sidebar { width: 100%; padding: 8px 0; border-right: 1px solid #ddd; } .nav-sidebar a { color: #333; background: none; border: 0px; -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 !important; -moz-border-radius: 4px 0 0 4px !important; border-radius: 4px 0 0 4px !important; } .nav-sidebar .active a { cursor: default; background-color: #428bca; color: #fff; text-shadow: 1px 1px 1px #666; } .nav-sidebar .active a:hover { background-color: #428bca; } .nav-sidebar .text-overflow a, .nav-sidebar .text-overflow .media-body { white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; } /* Right-aligned sidebar */ .nav-sidebar.pull-right { border-right: 0; border-left: 1px solid #ddd; } .nav-sidebar.pull-right a { -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; } /* Responsive selectors ----------------------------------------*/ @media (min-width: 768px) { #main-menu #search { width: 300px; } .forum-topic-icon-mobile, .forum-icon-mobile { display:none; } .pull-right-desktop { float: right !important; } .pull-left-desktop { float: left !important; } } @media (max-width: 767px) { .no-margin-xs { margin: 0px !important; } .jumbotron { padding: 48px 0 !important; } .forum-topic-icon, .forum-icon, .topic-pagination { display:none; } .forum-topic-icon-mobile, .forum-icon-mobile { display:inline; } #main-menu-btn, #search-menu-btn, #user-menu-btn { border-radius: 0px; margin: 0px; padding: 15px 20px; } #main-menu-btn { border-width: 0px 1px 0px 0px; } #search-menu-btn, #user-menu-btn { border-width: 0px 0px 0px 1px; } #main-menu-btn i,#search-menu-btn i, #user-menu-btn i { font-size: 20px; color: #5e5e5e; } .navbar-form { border-top: 0px !important; border-bottom: 0px !important; } .pull-right-mobile { float: right !important; } .pull-left-mobile { float: left !important; } .navbar-nav.navbar-collapse { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; } .content { padding: 20px; } .navbar-right.visible-xs{ margin-left: 0px !important; margin-right: 0px !important; } } @media (max-width: 991px) { .mobile-fix [class^=col-md-]{ padding-top: 10px; padding-bottom: 10px; } #back-to-top { bottom: 30px !important; } } /* User Profile ----------------------------------------*/ .user-details {padding: 0;} .user-details .user-image {position: relative; z-index: 1; margin: auto; text-align: center; top: 45px !important;} .user-image img { clear: both; margin: auto; position: relative; width: 90px !important; height: 90px !important; } .user-image.rounded img { border-radius: 50%; } .user-details .user-info-block {width: 100%; background: rgb(255, 255, 255); z-index: 0; padding-top: 35px; } .user-info-block .user-heading {width: 100%; text-align: center; margin: 10px 0 0;} .user-info-block .navigation {height: 60px; width: 100%; margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #428BCA; border-top: 1px solid #428BCA; text-align: center} .navigation li {display: inline-block; margin: 0; padding: 0;} .navigation li a {padding: 20px 30px; float: left;} .navigation li.active a {background: #428BCA; color: #fff;} .user-info-block .user-body {padding: 5% 5% 0 5%;} .user-body .tab-content > div {float: left; width: 100%;} .user-body .tab-content h4 {width: 100%; margin: 10px 0; color: #333;} /* Badger ----------------------------------------*/ [class*="badger"] { position: relative; background: #fff; } [class*="badger"]:after { content: attr(data-badger) !important; position: absolute; top: 0; padding: 3px 7px; font-size: 12px; font-weight: bold; background: #999; color: #fff; } .badger-left:after { left: 0; border-radius: 0px 0 6px 0; } .badger-left-radius:after { border-radius: 4px 0 6px 0; left: 0; } .badger-right:after { right: 0; border-radius: 0 0 0 6px; } .badger-danger:after { background: #d9534f; } .badger-warning:after { background: #f0ad4e; } .badger-success:after { background: #5cb85c; } .badger-info:after { background: #5bc0de; } .badger-inverse:after { background: #222; } /* Breadcrumb ----------------------------------------*/ .btn-breadcrumb .btn:not(:last-child):after { content: " "; display: block; width: 0; height: 0; border-top: 17px solid transparent; border-bottom: 17px solid transparent; border-left: 10px solid white; position: absolute; top: 50%; margin-top: -17px; left: 100%; z-index: 3; } .btn-breadcrumb .btn:not(:last-child):before { content: " "; display: block; width: 0; height: 0; border-top: 17px solid transparent; border-bottom: 17px solid transparent; border-left: 10px solid rgb(173, 173, 173); position: absolute; top: 50%; margin-top: -17px; margin-left: 1px; left: 100%; z-index: 3; } /** The Spacing **/ .btn-breadcrumb .btn { padding:6px 12px 6px 24px; } .btn-breadcrumb .btn:first-child { padding:6px 6px 6px 10px; } .btn-breadcrumb .btn:last-child { padding:6px 18px 6px 24px; } .btn-breadcrumb .btn:only-child { padding: 6px 10px !important; } /** Primary button **/ .btn-breadcrumb .btn.btn-primary:not(:last-child):after { border-left: 10px solid #337ab7; } .btn-breadcrumb .btn.btn-primary:not(:last-child):before { border-left: 10px solid #2e6da4; } .btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after { border-left: 10px solid #286090; } .btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before { border-left: 10px solid #285e8e; } /* Alert Messages ----------------------------------------*/ .alert-message { margin:20px 0; padding:20px; border-left:3px solid #eee; } .alert-message h4 { margin-top:0; margin-bottom:5px; } .alert-message p:last-child { margin-bottom:0; } .alert-message code { background-color:#fff; border-radius:3px; } .alert-message-success { background-color:#F4FDF0; border-color:#3C763D; } .alert-message-success h4 { color:#3C763D; } .alert-message-danger { background-color:#fdf7f7; border-color:#d9534f; } .alert-message-danger h4 { color:#d9534f; } .alert-message-warning { background-color:#fcf8f2; border-color:#f0ad4e; } .alert-message-warning h4 { color:#f0ad4e; } .alert-message-info { background-color:#f4f8fa; border-color:#5bc0de; } .alert-message-info h4 { color:#5bc0de; } .alert-message-default { background-color:#EEE; border-color:#B4B4B4; } .alert-message-default h4 { color:#000; } .alert-message-notice { background-color:#FCFCDD; border-color:#BDBD89; } .alert-message-notice h4 { color: #444; } /* Mega Menu ----------------------------------------*/ .mega .nav, .mega .collapse, .mega .dropup, .mega .dropdown { position: static; } .mega .container { position: relative; } .mega .dropdown-menu { left: auto; } .mega .nav.navbar-right .dropdown-menu { left: auto; right: 0; } .mega .mega-content { padding: 20px 30px; } .mega .dropdown.mega-fw .dropdown-menu { left: 0; right: 0; } /* PM Styles ----------------------------------------*/ /* PM Message history */ .pm-legend { border-left-width: 10px; border-left-style: solid; border-right-width: 0; margin-bottom: 3px; padding-left: 3px; } .current { color: #000000 !important; } /* PM marking colours */ .pmlist li.pm_message_reported_colour, .pm_message_reported_colour { border-left-color: #BC2A4D; border-right-color: #BC2A4D; } .pmlist li.pm_marked_colour, .pm_marked_colour { border-color: #FF6600; } .pmlist li.pm_replied_colour, .pm_replied_colour { border-color: #A9B8C2; } .pmlist li.pm_friend_colour, .pm_friend_colour { border-color: #5D8FBD; } .pmlist li.pm_foe_colour, .pm_foe_colour { border-color: #000000; } /* Alerts ----------------------------------------*/ hr.message-inner-separator { clear: both; margin-top: 10px; margin-bottom: 13px; border: 0; height: 1px; background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0)); background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0)); background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0)); }
0.280912
0.07889
html { font-weight: 300; } h1 a, h4 a, h5 a, h6 a { padding: 0 .5rem; display: inline-block; opacity: 0; } h1:hover a, h4:hover a, h5:hover a, h6:hover a { opacity: .7; } .mouse { display: block; position: absolute; bottom: 1rem; left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); width: 24px; height: 38px; border-radius: 20px; border: 1px solid #333; } .mouse-wheel { position: absolute; top: 6px; left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); width: 2px; height: 6px; background-color: #333; border-radius: 3px; } .icon-large { display: block; font-size: 2.2rem; margin-bottom: 1.5rem; } .highlight { color: #690; font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; font-size: .875rem; } /* Demo Content */ .token.comment, .token.prolog, .token.doctype, .token.cdata { color: #aaa; } :not(pre) > code[class*="language-"], pre[class*="language-"] { background-color: #f5f2f0; } .demo-container { padding: 1rem; border: 2px solid #f5f2f0; background-color: #ffffff; } .demo-content { background-color: rgba(78, 199, 114, .2); border: 1px solid rgba(78, 199, 114, .7); padding: 1rem; } .demo-container.dark { background-color: #f5f2f0; } .demo-tall { height: 160px; } .demo-extra-tall { height: 260px; } .container.xs { max-width: 320px; } /* Documentation Navbar */ /* ---------------------------------------- */ /* Mobile Navbar */ /* ---------------------------------------- */ .page-body { padding-top: 56px; } #mobile-navbar { position: fixed; top: 0; left: 0; width: 100%; height: 56px; background-color: #363c44; padding: 0 5%; z-index: 10; } #mobile-logo-container { max-width: 40%; } #mobile-logo { display: inline-block; width: 16px; opacity: .3; } #site-title { display: inline-block; font-size: .875rem; text-transform: uppercase; font-weight: 400; letter-spacing: .05em; color: rgba(255,255,255,.85); } .nav-submenu-container, .submenu-toggle, .doc-toggle { width: 46px; height: 56px; position: relative; } .nav-submenu-container:last-child { width: 33px; } .submenu-toggle *, .doc-toggle * { pointer-events: none; } .submenu-toggle { text-align: center; line-height: 56px; cursor: pointer; } .doc-toggle { padding: 21px 0 21px 13px; width: 33px; cursor: pointer; } .toggle-bar { display: block; width: 20px; height: 2px; background-color: rgba(255,255,255,.85); margin-bottom: 2px; float: right; transition: all 0.2s ease; -webkit-transition: all 0.2s ease; } .bar-2 { width: 10px; } .bar-3 { width: 16px; } .bar-4 { width: 12px; } .toggle-bar:last-child { margin-bottom: 0; } .doc-toggle.nav-active .bar-1 { width: 12px; } .doc-toggle.nav-active .bar-2 { width: 16px; } .doc-toggle.nav-active .bar-3 { width: 10px; } .doc-toggle.nav-active .bar-4 { width: 20px; } .nav-submenu { position: absolute; top: 100%; right: 0; padding-top: 10px; width: 200px; opacity: 0; visibility: hidden; transform: translate(0, 1rem); -webkit-transform: translate(0, 1rem); -ms-transform: translate(0, 1rem); transition: opacity 0.3s ease, visibility 0.3s ease 0.3s, transform 0.3s ease; -webkit-transition: opacity 0.3s ease, visibility 0.3s ease 0.3s, transform 0.3s ease; } .nav-submenu.user-active, .nav-submenu.notification-active { opacity: 1; visibility: visible; transform: translate(0, 0); -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; } .nav-submenu ul { margin: 0; padding: 1rem 1.5rem; list-style: none; background-color: #1a1a1a; border-radius: 3px; position: relative; } .nav-submenu ul:after { content: ''; display: block; width: 10px; height: 10px; background-color: #1a1a1a; position: absolute; top: -5px; right: 18px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); } .nav-submenu a, .nav-submenu a:visited { display: block; font-size: .875rem; color: rgba(255,255,255,.85); padding-left: 1.5rem; height: 32px; line-height: 32px; position: relative; } .nav-submenu a:hover, .nav-submenu a:focus { color: #007adf; } .nav-submenu a > span { font-size: .75rem; position: absolute; left: 0; top: 50%; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); } .user-name { padding-bottom: .875rem; margin-bottom: .875rem; border-bottom: 1px solid #333; } /* Main Navbar /* ---------------------------------------- */ #navbar { position: fixed; top: 0; left:0; width: 100%; height: 100vh; background-color: #363c44; z-index: 11; overflow-x: hidden; overflow-y: auto; visibility: hidden; opacity: 0; transition: opacity 0.3s ease, visibility 0.3s ease 0.3s, transform 0.3s ease; -webkit-transition: opacity 0.3s ease, visibility 0.3s ease 0.3s, transform 0.3s ease; color: #ffffff; } #navbar.nav-active { visibility: visible; opacity: 1; transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; } #navbar .doc-toggle { position: absolute; top: 0; right: 5%; } #navbar-inner { padding: 74px 0 56px; } .nav-wrap { padding: 2rem 5% 0; position: relative; } .nav, .submenu { list-style: none; padding: 0; margin: 0; position: relative; } .nav li { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .submenu { filter: blur(3px); -webkit-filter: blur(3px); max-height: 0; overflow: hidden; transition: all 0.4s ease; -webkit-transition: all 0.4s ease; } .submenu > li { opacity: 0.5; transform: translate(2rem, 0); -webkit-transform: translate(2rem, 0); -ms-transform: translate(2rem, 0); transition: all 0.4s ease; -webkit-transition: all 0.4s ease; } .submenu > li:nth-child(2) { transition-delay: 0.05s; -webkit-transition-delay: 0.05s; } .submenu > li:nth-child(3) { transition-delay: 0.1s; -webkit-transition-delay: 0.1s; } .submenu > li:nth-child(4) { transition-delay: 0.15s; -webkit-transition-delay: 0.15s; } .submenu > li:nth-child(5) { transition-delay: 0.2s; -webkit-transition-delay: 0.2s; } .submenu > li:nth-child(6) { transition-delay: 0.25s; -webkit-transition-delay: 0.25s; } .submenu > li:nth-child(7) { transition-delay: 0.3s; -webkit-transition-delay: 0.3s; } .submenu > li:nth-child(8) { transition-delay: 0.35s; -webkit-transition-delay: 0.35s; } .submenu > li:nth-child(9) { transition-delay: 0.4s; -webkit-transition-delay: 0.4s; } .submenu > li:nth-child(10) { transition-delay: 0.45s; -webkit-transition-delay: 0.45s; } .submenu.active { filter: blur(0); -webkit-filter: blur(0); } .nav-menu-title { letter-spacing: .05em; font-size: .875rem; font-weight: 400; line-height: 36px; } .submenu.active > li { transform: none; -webkit-transform: none; -ms-transform: none; opacity: 1; } .nav a, .nav a:visited { line-height: 32px; height: 32px; display: block; font-size: .875rem; color: rgba(255,255,255,.85); padding-left: 1.5rem; position: relative; opacity: .6; } .nav a:focus, .nav a:hover { opacity: 1; } .nav a > span { position: absolute; top: 50%; left: 0; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); font-size: .75rem; } .nav a:hover > span, .nav a:focus > span { background-image: linear-gradient(-45deg,#4ec772 0,#b5ac49 100%); background-image: -webkit-linear-gradient(-45deg,#4ec772 0,#b5ac49 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /* Large Screens */ @media screen and (min-width: 992px) { html body { overflow-x: visible; } body { margin-left: 60px; } .page-body { padding-top: 0; } /* Main Navbar */ /* ---------------------------------------- */ #navbar { width: 60px; height: 100vh; visibility: visible; opacity: 1; background-color: #363c44; background-image: none; -webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.005, 1.255); -moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.005, 1.255); -o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.005, 1.255); transition: all 300ms cubic-bezier(0.250, 0.250, 0.005, 1.255); } #navbar:hover { width: 240px; } #navbar-inner { padding: 5rem 0; } .nav-wrap { padding: 0; } .nav a, .nav a:visited { line-height: 48px; height: 48px; display: block; font-size: .875rem; color: rgba(255,255,255,.9); padding-left: 60px; position: relative; opacity: .6; } .nav .submenu a { line-height: 36px; height: 36px; } .nav a:focus, .nav a:hover { opacity: 1; } .nav a > span { position: absolute; top: 50%; left: 22px; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); font-size: .875rem; } .nav-menu-title { position: relative; padding-left: 60px; } .nav-menu-title:before { content: ''; display: block; width: 30px; height: 1px; position: absolute; top: 50%; left: 15px; background-color: rgba(255,255,255,.85); transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); opacity: .3; } /* SIDE NAV */ #side-nav { position: -webkit-sticky; position: sticky; top: 5rem; height: calc(100vh - 5rem); overflow-y: auto; } .sub-nav, .sub-nav ul { list-style: none; padding: 0 0 0 20px; margin: 0; border-left: 2px solid #f5f2f0; } .sub-nav ul { border-left: none; } .sub-nav a, .sub-nav a:visited, .sub-nav a:focus { color: #aaaaaa; font-size: .875rem; line-height: 2.2; } .sub-nav a:hover { background-image: linear-gradient(-45deg,#4ec772 0,#b5ac49 100%); background-image: -webkit-linear-gradient(-45deg,#4ec772 0,#b5ac49 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } } @media screen and (min-width: 1600px) { body { margin-left: 240px; } /* Main Navbar */ /* ---------------------------------------- */ #navbar { width: 240px; } }
docs/assets/0.8/css/kado-docs.css
html { font-weight: 300; } h1 a, h4 a, h5 a, h6 a { padding: 0 .5rem; display: inline-block; opacity: 0; } h1:hover a, h4:hover a, h5:hover a, h6:hover a { opacity: .7; } .mouse { display: block; position: absolute; bottom: 1rem; left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); width: 24px; height: 38px; border-radius: 20px; border: 1px solid #333; } .mouse-wheel { position: absolute; top: 6px; left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); width: 2px; height: 6px; background-color: #333; border-radius: 3px; } .icon-large { display: block; font-size: 2.2rem; margin-bottom: 1.5rem; } .highlight { color: #690; font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; font-size: .875rem; } /* Demo Content */ .token.comment, .token.prolog, .token.doctype, .token.cdata { color: #aaa; } :not(pre) > code[class*="language-"], pre[class*="language-"] { background-color: #f5f2f0; } .demo-container { padding: 1rem; border: 2px solid #f5f2f0; background-color: #ffffff; } .demo-content { background-color: rgba(78, 199, 114, .2); border: 1px solid rgba(78, 199, 114, .7); padding: 1rem; } .demo-container.dark { background-color: #f5f2f0; } .demo-tall { height: 160px; } .demo-extra-tall { height: 260px; } .container.xs { max-width: 320px; } /* Documentation Navbar */ /* ---------------------------------------- */ /* Mobile Navbar */ /* ---------------------------------------- */ .page-body { padding-top: 56px; } #mobile-navbar { position: fixed; top: 0; left: 0; width: 100%; height: 56px; background-color: #363c44; padding: 0 5%; z-index: 10; } #mobile-logo-container { max-width: 40%; } #mobile-logo { display: inline-block; width: 16px; opacity: .3; } #site-title { display: inline-block; font-size: .875rem; text-transform: uppercase; font-weight: 400; letter-spacing: .05em; color: rgba(255,255,255,.85); } .nav-submenu-container, .submenu-toggle, .doc-toggle { width: 46px; height: 56px; position: relative; } .nav-submenu-container:last-child { width: 33px; } .submenu-toggle *, .doc-toggle * { pointer-events: none; } .submenu-toggle { text-align: center; line-height: 56px; cursor: pointer; } .doc-toggle { padding: 21px 0 21px 13px; width: 33px; cursor: pointer; } .toggle-bar { display: block; width: 20px; height: 2px; background-color: rgba(255,255,255,.85); margin-bottom: 2px; float: right; transition: all 0.2s ease; -webkit-transition: all 0.2s ease; } .bar-2 { width: 10px; } .bar-3 { width: 16px; } .bar-4 { width: 12px; } .toggle-bar:last-child { margin-bottom: 0; } .doc-toggle.nav-active .bar-1 { width: 12px; } .doc-toggle.nav-active .bar-2 { width: 16px; } .doc-toggle.nav-active .bar-3 { width: 10px; } .doc-toggle.nav-active .bar-4 { width: 20px; } .nav-submenu { position: absolute; top: 100%; right: 0; padding-top: 10px; width: 200px; opacity: 0; visibility: hidden; transform: translate(0, 1rem); -webkit-transform: translate(0, 1rem); -ms-transform: translate(0, 1rem); transition: opacity 0.3s ease, visibility 0.3s ease 0.3s, transform 0.3s ease; -webkit-transition: opacity 0.3s ease, visibility 0.3s ease 0.3s, transform 0.3s ease; } .nav-submenu.user-active, .nav-submenu.notification-active { opacity: 1; visibility: visible; transform: translate(0, 0); -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; } .nav-submenu ul { margin: 0; padding: 1rem 1.5rem; list-style: none; background-color: #1a1a1a; border-radius: 3px; position: relative; } .nav-submenu ul:after { content: ''; display: block; width: 10px; height: 10px; background-color: #1a1a1a; position: absolute; top: -5px; right: 18px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); } .nav-submenu a, .nav-submenu a:visited { display: block; font-size: .875rem; color: rgba(255,255,255,.85); padding-left: 1.5rem; height: 32px; line-height: 32px; position: relative; } .nav-submenu a:hover, .nav-submenu a:focus { color: #007adf; } .nav-submenu a > span { font-size: .75rem; position: absolute; left: 0; top: 50%; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); } .user-name { padding-bottom: .875rem; margin-bottom: .875rem; border-bottom: 1px solid #333; } /* Main Navbar /* ---------------------------------------- */ #navbar { position: fixed; top: 0; left:0; width: 100%; height: 100vh; background-color: #363c44; z-index: 11; overflow-x: hidden; overflow-y: auto; visibility: hidden; opacity: 0; transition: opacity 0.3s ease, visibility 0.3s ease 0.3s, transform 0.3s ease; -webkit-transition: opacity 0.3s ease, visibility 0.3s ease 0.3s, transform 0.3s ease; color: #ffffff; } #navbar.nav-active { visibility: visible; opacity: 1; transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; } #navbar .doc-toggle { position: absolute; top: 0; right: 5%; } #navbar-inner { padding: 74px 0 56px; } .nav-wrap { padding: 2rem 5% 0; position: relative; } .nav, .submenu { list-style: none; padding: 0; margin: 0; position: relative; } .nav li { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .submenu { filter: blur(3px); -webkit-filter: blur(3px); max-height: 0; overflow: hidden; transition: all 0.4s ease; -webkit-transition: all 0.4s ease; } .submenu > li { opacity: 0.5; transform: translate(2rem, 0); -webkit-transform: translate(2rem, 0); -ms-transform: translate(2rem, 0); transition: all 0.4s ease; -webkit-transition: all 0.4s ease; } .submenu > li:nth-child(2) { transition-delay: 0.05s; -webkit-transition-delay: 0.05s; } .submenu > li:nth-child(3) { transition-delay: 0.1s; -webkit-transition-delay: 0.1s; } .submenu > li:nth-child(4) { transition-delay: 0.15s; -webkit-transition-delay: 0.15s; } .submenu > li:nth-child(5) { transition-delay: 0.2s; -webkit-transition-delay: 0.2s; } .submenu > li:nth-child(6) { transition-delay: 0.25s; -webkit-transition-delay: 0.25s; } .submenu > li:nth-child(7) { transition-delay: 0.3s; -webkit-transition-delay: 0.3s; } .submenu > li:nth-child(8) { transition-delay: 0.35s; -webkit-transition-delay: 0.35s; } .submenu > li:nth-child(9) { transition-delay: 0.4s; -webkit-transition-delay: 0.4s; } .submenu > li:nth-child(10) { transition-delay: 0.45s; -webkit-transition-delay: 0.45s; } .submenu.active { filter: blur(0); -webkit-filter: blur(0); } .nav-menu-title { letter-spacing: .05em; font-size: .875rem; font-weight: 400; line-height: 36px; } .submenu.active > li { transform: none; -webkit-transform: none; -ms-transform: none; opacity: 1; } .nav a, .nav a:visited { line-height: 32px; height: 32px; display: block; font-size: .875rem; color: rgba(255,255,255,.85); padding-left: 1.5rem; position: relative; opacity: .6; } .nav a:focus, .nav a:hover { opacity: 1; } .nav a > span { position: absolute; top: 50%; left: 0; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); font-size: .75rem; } .nav a:hover > span, .nav a:focus > span { background-image: linear-gradient(-45deg,#4ec772 0,#b5ac49 100%); background-image: -webkit-linear-gradient(-45deg,#4ec772 0,#b5ac49 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /* Large Screens */ @media screen and (min-width: 992px) { html body { overflow-x: visible; } body { margin-left: 60px; } .page-body { padding-top: 0; } /* Main Navbar */ /* ---------------------------------------- */ #navbar { width: 60px; height: 100vh; visibility: visible; opacity: 1; background-color: #363c44; background-image: none; -webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.005, 1.255); -moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.005, 1.255); -o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.005, 1.255); transition: all 300ms cubic-bezier(0.250, 0.250, 0.005, 1.255); } #navbar:hover { width: 240px; } #navbar-inner { padding: 5rem 0; } .nav-wrap { padding: 0; } .nav a, .nav a:visited { line-height: 48px; height: 48px; display: block; font-size: .875rem; color: rgba(255,255,255,.9); padding-left: 60px; position: relative; opacity: .6; } .nav .submenu a { line-height: 36px; height: 36px; } .nav a:focus, .nav a:hover { opacity: 1; } .nav a > span { position: absolute; top: 50%; left: 22px; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); font-size: .875rem; } .nav-menu-title { position: relative; padding-left: 60px; } .nav-menu-title:before { content: ''; display: block; width: 30px; height: 1px; position: absolute; top: 50%; left: 15px; background-color: rgba(255,255,255,.85); transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); opacity: .3; } /* SIDE NAV */ #side-nav { position: -webkit-sticky; position: sticky; top: 5rem; height: calc(100vh - 5rem); overflow-y: auto; } .sub-nav, .sub-nav ul { list-style: none; padding: 0 0 0 20px; margin: 0; border-left: 2px solid #f5f2f0; } .sub-nav ul { border-left: none; } .sub-nav a, .sub-nav a:visited, .sub-nav a:focus { color: #aaaaaa; font-size: .875rem; line-height: 2.2; } .sub-nav a:hover { background-image: linear-gradient(-45deg,#4ec772 0,#b5ac49 100%); background-image: -webkit-linear-gradient(-45deg,#4ec772 0,#b5ac49 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } } @media screen and (min-width: 1600px) { body { margin-left: 240px; } /* Main Navbar */ /* ---------------------------------------- */ #navbar { width: 240px; } }
0.44071
0.139338
.homepage_banner{ float:left; width: 920px; height: 373px; } .swiper-slide img{ width:920px; height: 373px; /* object-fit:contain; */ } /*这里放几个轮播图的样式 end */ #right_banner { height: 403px; margin-left: 250px; margin-top: 10px; } .nav_left a { text-decoration: none; color: #000; } .nav_left a:hover { text-decoration: underline; } #banner_menu a { text-decoration: none; color: #000; font-weight: bold; font-size: 16px; } #banner_menu a:hover { color: #fc0e2a; } .nav_left ul li span:hover a { color: #fc0e2a; text-decoration: none; } .nav_containor { width: 230px; height: auto; position: relative; } .nav_left { width: 230px; height: 414px; background: #fff; border: 2px solid #fc0e2a; } .nav_left ul { margin: 0; padding: 0; list-style-type: none; height: auto; } .nav_left ul li { height: 37px; line-height: 37px; text-align: left; border-bottom: 1px solid #e5e5e5; } .nav_left ul li span { padding-left: 10px; height: 36px; display: block; background: #fff; color: #000; } #nav_title_fjg { background-color: #fc0e2a; color: #fff; height: 58px; line-height: 40px; } .nav_left ul li span:hover { color: #fc0e2a; background: #ffe4dc; cursor: pointer; } .nav_right { width: 600px; height: 385px; position: absolute; margin-top: 30px; margin-left: 230px; top: 0px; } .nav_sub { position: relative; overflow: hidden; width: 100%; height: 374px; background: #fff; padding: 10px 0px; border: 1px solid red; z-index: 10; margin-top: 10px; } .nav_sub dl { overflow: hidden; padding: 0px; margin-bottom: 0px; } .nav_sub dt { width: 130px; float: left; display: block; position: relative; clear: left; } .nav_sub dt a { font-size: 14px; color: #000; font-weight: bold; text-align: center; padding-left: 12px; text-decoration: none; cursor: pointer; } .nav_sub dt li { width: 4px; right: 12px; top: 2px; font-size: 14px; position: absolute; font-style: normal; } .nav_sub dd { width: 580px; float: left; display: block; position: relative; overflow: hidden; padding-right: 20px; padding-left:11px; border-bottom: 1px dashed #E3E3E3; } .nav_sub dd a { font-size: 12px; float: left; color: #666; padding: 0 10px; margin: 4px 0px 10px 0px; text-decoration: none; cursor: pointer; border-left: 1px solid #E3E3E3; } .nav_sub dd a:hover { color: #Fc0e2a; } .nav_hide { display: none; } .nav_show { display: block; } #banner_menu { height: 30px; } #banner_menu ul { height: 30px; } #banner_menu li { float: left; margin: 5px 25px; list-style-type: none; } .addArrow a:after { content: ""; position: absolute; top: 14px; right: 10px; width: 8px; height: 8px; border-right: 1px solid #222; border-top: 1px solid #222; transform: rotate(45deg); } .addArrow { position: relative; }
src/main/webapp/css/homePage_nav.css
.homepage_banner{ float:left; width: 920px; height: 373px; } .swiper-slide img{ width:920px; height: 373px; /* object-fit:contain; */ } /*这里放几个轮播图的样式 end */ #right_banner { height: 403px; margin-left: 250px; margin-top: 10px; } .nav_left a { text-decoration: none; color: #000; } .nav_left a:hover { text-decoration: underline; } #banner_menu a { text-decoration: none; color: #000; font-weight: bold; font-size: 16px; } #banner_menu a:hover { color: #fc0e2a; } .nav_left ul li span:hover a { color: #fc0e2a; text-decoration: none; } .nav_containor { width: 230px; height: auto; position: relative; } .nav_left { width: 230px; height: 414px; background: #fff; border: 2px solid #fc0e2a; } .nav_left ul { margin: 0; padding: 0; list-style-type: none; height: auto; } .nav_left ul li { height: 37px; line-height: 37px; text-align: left; border-bottom: 1px solid #e5e5e5; } .nav_left ul li span { padding-left: 10px; height: 36px; display: block; background: #fff; color: #000; } #nav_title_fjg { background-color: #fc0e2a; color: #fff; height: 58px; line-height: 40px; } .nav_left ul li span:hover { color: #fc0e2a; background: #ffe4dc; cursor: pointer; } .nav_right { width: 600px; height: 385px; position: absolute; margin-top: 30px; margin-left: 230px; top: 0px; } .nav_sub { position: relative; overflow: hidden; width: 100%; height: 374px; background: #fff; padding: 10px 0px; border: 1px solid red; z-index: 10; margin-top: 10px; } .nav_sub dl { overflow: hidden; padding: 0px; margin-bottom: 0px; } .nav_sub dt { width: 130px; float: left; display: block; position: relative; clear: left; } .nav_sub dt a { font-size: 14px; color: #000; font-weight: bold; text-align: center; padding-left: 12px; text-decoration: none; cursor: pointer; } .nav_sub dt li { width: 4px; right: 12px; top: 2px; font-size: 14px; position: absolute; font-style: normal; } .nav_sub dd { width: 580px; float: left; display: block; position: relative; overflow: hidden; padding-right: 20px; padding-left:11px; border-bottom: 1px dashed #E3E3E3; } .nav_sub dd a { font-size: 12px; float: left; color: #666; padding: 0 10px; margin: 4px 0px 10px 0px; text-decoration: none; cursor: pointer; border-left: 1px solid #E3E3E3; } .nav_sub dd a:hover { color: #Fc0e2a; } .nav_hide { display: none; } .nav_show { display: block; } #banner_menu { height: 30px; } #banner_menu ul { height: 30px; } #banner_menu li { float: left; margin: 5px 25px; list-style-type: none; } .addArrow a:after { content: ""; position: absolute; top: 14px; right: 10px; width: 8px; height: 8px; border-right: 1px solid #222; border-top: 1px solid #222; transform: rotate(45deg); } .addArrow { position: relative; }
0.291182
0.063135
.carousel-inner .container { width: 100%; padding: 0; max-width: 1920px; } .contact_page.mb50 p { color: #666; font-size: 16px; line-height: 36px; } img { max-width: 100%; } .mt50 { margin-top: 50px; } .mb50 { margin-bottom: 50px; } .block img { max-width: 100%; display: block; } /*body*/ body { background-color: #fff; font-family: "Hiragino Sans GB", "Microsoft Yahei", "WenQuanYi Micro Hei", SimSun, Tahoma, Arial, Helvetica, STHeiti; font-size: 14px; text-align: left; } .container-fluid { padding: 0 15px; } body .column { padding-left: 0px; padding-right: 0px; } /*nav(菜单布局)*/ nav .module-context .module-view .nav { } /*header start (页头布局)*/ header .module-context .module-view .nav { } /*Content(内容布局)*/ .container .module-context .module-view, .container-fluid .module-context .module-view { } ul, li { list-style: none; padding: 0; } a { color: #666; } a:link { text-decoration: none; color: #666; } a:visited { text-decoration: none; color: #666; } a:hover { text-decoration: none !important; color: #006fcb; } a:active { text-decoration: none; color: #666; } /*标题*/ .b-title { width: 100%; line-height: 26px; padding: 0 15px; font-size: 14px; background: #1ab9bb; } .b-title:after { content: "020"; display: block; height: 0; clear: both; visibility: hidden; } .b-title .b-title-name { float: left; } .b-title .b-title-more { float: right; } .b-title .b-title-more a { color: #fff; } /*产品列表*/ .product { padding: 15px 7px; } .product ul li { padding: 0 7px; margin-bottom: 14px; width: calc(100% / 4); float: left; border: none; } .product ul li a { display: block; } .product ul:after { content: "020"; display: block; height: 0; clear: both; visibility: hidden; } .product ul li .product_img { width: 100%; } .product ul li .product_img .product_img_box { text-align: center; /*display:table-cell;*/ vertical-align: middle; width: 100%; padding: 1px; border: 1px solid #eee; height: 205px; overflow: hidden; } .product ul li .product_img img { max-width: 100%; max-height: 100%; } .product ul li .product_text { } .product ul li .product_text .product_text_title { color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: center; } .product ul li .product_text .product_text_summary { color: #999; line-height: 0; height: 0; } /*推荐内容列表*/ .recommend { padding: 15px 7px; } .recommend ul li { padding: 0 7px; margin-bottom: 14px; width: calc(100% / 4); float: left; border: none; } .recommend ul li a { display: block; } .recommend ul:after { content: "020"; display: block; height: 0; clear: both; visibility: hidden; } .recommend ul li .recommend_img { width: 100%; } .recommend ul li .recommend_img .recommend_img_box { text-align: center; /*display:table-cell;*/ vertical-align: middle; width: 100%; padding: 1px; border: 1px solid #eee; height: 205px; overflow: hidden; } .recommend ul li .recommend_img img { max-width: 100%; max-height: 100%; } .recommend ul li .recommend_text { } .recommend ul li .recommend_text .recommend_text_title { color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: center; } .recommend ul li .recommend_text .recommend_text_summary { color: #999; line-height: 0; height: 0; } /*产品详情*/ .product_content { padding: 15px; } .product_content_head div:last-child { margin-bottom: 15px; border-bottom: 1px dashed #ddd; } .product_content_title { color: #333; padding-bottom: 6px; font-weight: bold; font-size: 16px; } .product_content_date { color: #999; font-size: 12px; padding-bottom: 6px; } .product_content_summary { color: #999; padding-bottom: 15px; } .procontent { padding-top: 15px; line-height: 26px; color: #666; } .product_content_img { text-align: center; } /*内容*/ .newbox_content_text { line-height: 26px; color: #666; padding: 15px; } /*分页*/ .paginator { clear: both; padding-right: 0px; padding-left: 0px; padding-bottom: 10px; margin: 0 auto; font: 14px Arial, Helvetica, sans-serif; color: #666; padding-top: 10px; float: right; } .tcdPageCode span.current { background: #f56708; border-radius: 0; border: 1px solid #ddd; } .tcdPageCode span.disabled { border-radius: 0; } .paginator A { padding: 0 8px; border: 1px solid #ddd; display: inline-block; background: #fff; color: #666; margin-right: 4px; text-decoration: none; border-radius: 0; } /*当为第一页时的上一页按钮*/ .firstbtn { border-top-width: 0px !important; padding-right: 0px; padding-left: 0px; border-left-width: 0px !important; font-size: 12px; border-bottom-width: 0px !important; padding-bottom: 0px; width: 26px; color: #666; line-height: 22px; margin-right: 4px; padding-top: 0px; height: 22px; text-align: left; border-right-width: 0px !important; } /*当为最后一页时的下一页按钮*/ .finalbtn { border-top-width: 0px !important; padding-right: 0px; padding-left: 0px; border-left-width: 0px !important; font-size: 12px; border-bottom-width: 0px !important; padding-bottom: 0px; width: 63px; color: #666; text-indent: 7px; line-height: 22px; padding-top: 0px; height: 22px; text-align: left; border-right-width: 0px !important; } .firstbg, .firstbg a, .firstbg a:link, .firstbg a:visited, .firstbg a:hover { font-size: 12px; color: #999; height: 20px; line-height: 20px; display: block; } /*图片幻灯*/ .carousel { background: #fff /*a25c98*/; } .carousel .item { background: #fff; } .carousel .item img { max-width: 100%; } /*footer(页脚布局)*/ footer .module-context .module-view .nav { } /*产品推荐选项卡*/ .clear { clear: both; } .recommend_products_classify ul { margin-bottom: 0 !important; } .recommend_products_classify ul li { float: left; padding: 0 30px !important; height: 40px; line-height: 40px; text-align: center; cursor: pointer; box-sizing: border-box; font-family: "微软雅黑"; color: #999; } .recommend_products_classify ul:after { content: "020"; display: block; height: 0; clear: both; visibility: hidden; box-sizing: border-box; } .recommend_products_left_title { float: left; font-family: "微软雅黑"; font-size: 16px; font-weight: bold; color: #666; } .recommend_products_title :after { content: "020"; display: block; height: 0; clear: both; visibility: hidden; box-sizing: border-box; } .recommend_products_title { height: 40px; line-height: 40px; border-bottom: 1px solid #d93a21; box-sizing: border-box; margin-top: 15px; } .recommend_products_classify { float: right; } .recommend_products_content { display: none; } .recommend_products_classify ul li.active { border-top: 2px solid #d93a21; border-right: 1px solid #d93a21; border-left: 1px solid #d93a21; border-bottom: 1px solid #fff; color: #d93a21; box-sizing: border-box; } .recommend_products_content ul { list-style: none; margin: 0; padding: 0; } .recommend_products_content ul li { width: calc((100% - 15 * 3px) / 4); float: left; border: 1px solid #ddd; padding-bottom: 15px; margin-right: 15px; margin-top: 15px; transition: all 0.4s ease-out 0s; box-sizing: border-box; background: #fff; } .recommend_products_content ul:after { content: "020"; display: block; height: 0; clear: both; visibility: hidden; box-sizing: border-box; } .recommend_products_content_img { width: 100%; text-align: center; margin-bottom: 10px; box-sizing: border-box; } .recommend_products_content_img img { max-width: 100%; box-sizing: border-box; } .recommend_products_content ul li a { text-decoration: none; } .recommend_products_content ul li:hover { margin-top: 0px; box-sizing: border-box; } .recommend_products_content ul li:nth-child(4n-0) { margin-right: 0; box-sizing: border-box; } .recommend_products_content ul li:nth-child(4n-3) { clear: both; box-sizing: border-box; } .recommend_products_content ul li .recommend_products_content_pric { line-height: 30px; padding: 0 15px 0 15px; box-sizing: border-box; color: #d93a21; font-size: 20px; } .recommend_products_content ul li .recommend_products_content_title { line-height: 22px; padding: 0 15px 0 15px; box-sizing: border-box; height: 46px; overflow: hidden; color: #999; } /*产品轮播*/ .swiper-container { width: 100%; } .swiper-slide { text-align: center; font-size: 14px; background: #fff; /* Center slide text vertically */ } .swiper-pagination-bullet { width: 15px !important; height: 15px !important; border-radius: 0 !important; background: #ccc !important; } .swiper-pagination-bullet-active { background: #fff !important; } .swiper-pagination { text-align: right !important; padding-right: 10px !important; } .banner img { max-width: 100%; } .top { position: relative; top: 0; left: 0; height: 974px; } .top_in { position: relative; top: 0; left: 0; height: 550px; } .top_nav { position: absolute; z-index: 99; width: 100%; left: 0; top: 0; background: rgba(255, 255, 255, 0.85); } .banner { position: absolute; top: 0; left: 0; width: 100%; z-index: 1; height: 100%; overflow: hidden; } .top_bg { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 2; background: rgba(0, 0, 0, 0.3) } .top_nav { padding: 25px 0; } .top_nav_bar ul li { float: left; font-size: 16px; line-height: 43px; padding: 0 15px; } .top_nav_bar ul:after, .top_product ul:after, .top_product ul li a:after, .project ul:after, .page_product:after, .page_product_content_img ul:after, .honor_num ul:after, .honor_summary ul:after, .honor_line ul:after, .page_case ul:after, .page_news ul:after, .footer:after, .course_page_content ul li:after, .product_classify_tab_content:after, .jobs_page_content:after, .job_img_list ul:after, .customer_list ul:after { content: "020"; display: block; height: 0; clear: both; visibility: hidden; box-sizing: border-box; } .banner_p { color: #fff; text-align: center; position: absolute; top: calc(50% - 150px); width: 100%; } .top_in .banner_p { color: #fff; text-align: center; position: absolute; top: calc(50% - 60px); width: 100%; } .banner_ad { font-size: 68px; font-weight: bold; padding-bottom: 15px; } .banner_p a { padding: 10px 50px; background: #00bbee; color: #fff; font-size: 16px; margin-right: 20px; } .banner_p img { padding-right: 110px; } img { vertical-align: middle; } .top_product { /* width:100%; position:absolute; z-index:3; bottom:20px;*/ } .top_product ul li { float: left; width: calc(100% / 5); padding: 7px; transition: transform 0.5s; -webkit-transition: -webkit-transform 0.5s; -webkit-transform: translate3d(0, 8px, 0); transform: translate3d(0, 8px, 0); } .top_product ul li:hover { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .top_product ul { padding: 0 7px; } .top_product ul li a { display: block; padding: 30px 20px 30px 30px; background: rgba(19, 67, 158, 0.8); } .tp_img { width: 90px; height: 90px; border-radius: 50%; padding: 0; background: #4ebcfa; text-align: center; display: table-cell; vertical-align: middle; } .top_product .pull-left { margin-right: 15px; } .tp_img img { max-width: 100%; vertical-align: middle; } .top_product_font { padding: 15px 10px 0 0; } .top_product_font .tp_titile { font-size: 16px; } .top_product_font .tp_summary { color: #fff; } .top_product_font .tp_a { color: #fff; font-size: 12px; } .top_product .cf1 { color: #4ebcfa; } .top_product .cf2 { color: #32d2e8; } .top_product .cf3 { color: #faa74e; } .top_product .cf4 { color: #fe3c6e; } .cf5 { color: #15d699; } .top_product .c1 { background: #4ebcfa; } .top_product .c2 { background: #32d2e8; } .top_product .c3 { background: #faa74e; } .top_product .c4 { background: #fe3c6e; } .top_product .c5 { background: #15d699; } .title_name { font-weight: bold; font-size: 32px; color: #333; } .title_summary { padding-top: 10px; color: #666; font-size: 16px; } .project { padding-bottom: 50px; } .project ul { padding: 0 15px; } .project ul li { width: 25%; padding: 0 15px; float: left; } .project ul li a { padding: 10px; display: block; border: 1px solid #eee; } .project ul li a .project_title { border-bottom: 1px solid #eee; padding-bottom: 10px; } .project ul li .project_img { text-align: center; } .project ul li img { max-width: 100%; } .project ul li a .project_title .project_title_name { color: #00bbee; font-size: 18px; line-height: 30px; } .project ul li a .project_title .project_title_summary { color: #666; } .project ul li a .project_content { color: #666; text-align: center; } .bg_f5 { padding-bottom: 50px; background: #f6f6f6; } .page_product { background: #fff; padding: 30px; } .page_product_nav { float: left; width: 20%; text-align: right; } .page_product_content { float: right; width: 80%; display: none; padding: 20px 50px; } .page_product_nav ul li { height: 80px; line-height: 80px; border-right: 1px solid #ddd; padding-right: 50px; font-size: 18px; cursor: pointer; } .page_product_nav ul .active { border-right: 2px solid #00bbee !important; color: #00bbee; } .page_product_content_title { font-size: 24px; color: #333; } .page_product_content_summary { font-size: 16px; padding-top: 24px; line-height: 32px; color: #666; } .page_product_content_more { padding-top: 20px; } .page_product_content_more a { background: #00bbee; padding: 10px 50px; font-size: 16px; display: inline-block; color: #fff; } .page_product_content_img { border-top: 1px dashed #eee; margin-top: 40px; padding-top: 30px; } .page_product_content_img ul li { float: left; width: 170px; } .page_product_content_img ul li img { max-width: 100%; } .honor { padding-bottom: 50px; } .honor_num ul { margin-bottom: 0; } .honor_num ul li { width: calc(100% / 3); float: left; color: #00bbee; text-align: center; } .honor_num ul li .honor_num_b { font-size: 50px; font-weight: bold; } .honor_num ul li .honor_num_s { font-size: 20px; vertical-align: top; } .honor_line { margin: 0 0 20px 0; border-bottom: 1px dashed #00bbee; } .honor_line ul li { width: calc(100% / 3); float: left; color: #00bbee; text-align: center; } .honor_line .round { border-radius: 50%; width: 10px; height: 10px; display: inline-block; background: #00bbee; position: relative; top: 20px; } .honor_summary ul li { width: calc(100% / 3); float: left; color: #00bbee; text-align: center; color: #666; } .page_case ul { max-width: 1300px; margin: 0 auto; } .page_case ul li { width: 20%; float: left; padding: 15px; border: 1px solid #eee; display: block; background: #fff; overflow: hidden; text-align: center; } .page_case ul li div:hover { transform: scale(1.1); } .page_case ul li div { width: 185px; height: 185px; display: inline-block; -webkit-transition: -webkit-transform .5s; transition: -webkit-transform .5s; -moz-transition: transform .5s, -moz-transform .5s; transition: transform .5s; transition: transform .5s, -webkit-transform .5s, -moz-transform .5s; } .page_news { padding-bottom: 50px; } .page_news ul { padding: 0 15px; } .page_news ul li { width: calc(100% / 3); padding: 0 15px 15px 15px; float: left; } .page_news ul li a { padding: 10px; display: block; } .page_news ul li .page_news_img { margin-bottom: 15px; text-align: center; height: 220px; overflow: hidden; } .page_news ul li img:hover { transform: scale(1.2); } .page_news ul li img { max-width: 100%; -webkit-transition: -webkit-transform .5s; transition: -webkit-transform .5s; -moz-transition: transform .5s, -moz-transform .5s; transition: transform .5s; transition: transform .5s, -webkit-transform .5s, -moz-transform .5s; } .page_news ul li a .page_news_title { margin-bottom: 15px; } .page_news ul li a .page_news_title .page_news_title_name { color: #333; font-size: 16px; line-height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .page_news ul li a .page_news_title .page_news_title_date { color: #999; } .page_news ul li a .page_news_summary { color: #666; height: 76px; line-height: 24px; overflow: hidden; } .page_news_more { padding: 20px 0; text-align: center; } .page_news_more a { border: 1px solid #eee; background: #fff; padding: 10px 30px; } .footer { padding: 15px; background: #232526; border-bottom: 1px solid #383a3b; } .footer_copyright { border-top: 1px solid #16191a; padding: 15px; background: #232526; color: #999; text-align: center; } .footer_copyright span { padding: 0 8px; } .footer { /*width:calc(100% / 5);*/ width: 100%; color: #aaa; } .footer .footer_nav_title { font-size: 18px; color: #eee; } .footer .footer_nav_line { width: 72px; border-bottom: 2px solid #1a5262; height: 10px; } .footer_nav_list { padding-top: 10px; /*width: 1300px;*/ } .footer .footer_nav_list a { display: block; line-height: 35px; color: #aaa; } .footer_nav_list div { line-height: 35px; } .tel_span { color: #232526; } .footer_nav_list img { max-width: 100%; } .page_title { padding: 40px 0 10px 0; border-bottom: 1px solid #eee; } .page_title_name { font-size: 32px; color: #333; } .page_title_summary { font-size: 16px; color: #777; padding-top: 6px; } .about_content_summary { font-size: 16px; color: #666; line-height: 30px; } .about_content_summary p { text-indent: 2em; margin-bottom: 10px; } .about_page { padding-bottom: 60px; } .culture_page { padding-bottom: 60px; } .culture_page_content ul li { padding: 0 30px; margin-bottom: 50px; width: calc(100% / 3); float: left; border: none; } .culture_page_content ul li a { display: block; } .culture_page_content ul:after { content: "020"; display: block; height: 0; clear: both; visibility: hidden; } .culture_page_content ul li .product_img { width: 100%; } .culture_page_content ul li .product_img .product_img_box { text-align: center; display: table-cell; vertical-align: middle; } .culture_page_content ul li .product_img img { max-width: 100%; max-height: 100%; } .culture_page_content ul li .product_text { } .culture_page_content ul li .product_text .product_text_title { color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; background: #fff; padding: 10px 0; font-size: 18px; } .culture_page_content ul li .product_text .product_text_summary { color: #777; height: 124px; line-height: 30px; overflow: hidden; } .course_page_content ul li .year { width: 80px; font-size: 24px; color: #fff; text-align: center; background: #00bbee; float: left; } .course_page_content ul li { margin-bottom: 50px; } .course_page_content ul li .circle { width: 10px; margin-top: 10px; min-height: 10px !important; height: 10px !important; border-radius: 50%; margin: 10px 30px 0 30px; background: #00bbee; float: left; position: relative; z-index: 3; } .course_page_content ul { padding-top: 50px; height: 520px; overflow: hidden; } .course_page_line { position: absolute; height: 100%; z-index: 2; border-right: 1px solid #ddd; width: 10px; left: 105px; } .course_page_content { position: relative; } .course_page_more { text-align: center; border-bottom: 1px solid #ddd; margin-bottom: 50px; width: calc(100% - 120px); margin-left: 120px; } .course_page_more .bgbox { background: #fff; position: relative; bottom: -10px; display: inline-block; padding: 0 10px; cursor: pointer; } .course_page_more span { padding: 0 5px; } .course_page_content ul li .text { width: calc(100% - 150px); float: left; line-height: 30px; } .honor_page { padding-bottom: 60px; } .contact_content_summary p { margin-bottom: 0; } .contact_content_summary { color: #666; font-size: 16px; line-height: 36px; padding: 30px; margin-bottom: 50px; } .contact_page_title { color: #00bbee; font-size: 20px; padding-bottom: 20px; } .contact_box_list ul li { width: 100px; background: #fff; padding: 5px 10px; text-align: center; display: inline-block; color: #666; margin: 0 15px 15px 0; cursor: pointer; } .contact_box_list ul li.active { background: #00bbee; color: #fff; } .font24 { font-size: 24px; line-height: 48px; } .p_t_30 { padding-top: 30px; } .site_page_content { color: #666; } .site_page_content p { font-size: 16px; text-indent: 2em; line-height: 30px; } .product_case_table { padding: 80px; font-size: 14px; } .product_case_table ul li:after { content: "020"; display: block; height: 0; clear: both; visibility: hidden; } .product_case_table ul li { margin-bottom: 15px; } .product_case_table ul li .product_case_table_right span { border: 1px solid #ddd; padding: 8px 30px; margin-right: 15px; } .product_case_table_right { color: #24597d; } .p_span { padding-bottom: 20px; } .pc_img_box { height: 440px; overflow: hidden; } .product_case_table_left { float: left; width: 80px; } .product_case_table_right { float: left; width: calc(100% - 80px); } p.it_0 { text-indent: 0; } .jobs_page_content { padding-bottom: 60px; } .duty_page { padding-bottom: 100px; } .display_none { display: none; } .job-list { background-color: #fff; padding-bottom: 20px; border-bottom: 1px solid #e5e5e5; } /*.job-list table{ width: 100%; }*/ .list-header { border-bottom: 1px solid #f5f5f5; font-size: 13px; font-weight: bold; } .list-row { /*height: 29px;*/ padding: 12px 3%; line-height: 29px; } .list-row div { display: inline-block; float: left; overflow: hidden; height: 29px; line-height: 29px; white-space: nowrap; text-overflow: ellipsis; position: relative; } .column1 { width: 30%; } .column2 { width: 15%; } .column3 { width: 20%; } .column4 { width: 20%; } .column5 { width: 14%; } .list-body { margin: 0 1%; font-size: 13px; } .list-body .list-row { padding: 12px 2%; border-bottom: 2px dotted #f5f5f5; color: #666; } .list-body .list-row a { text-decoration: none; color: #666; } .column1 > a { display: block; overflow: hidden; padding-right: 1em; white-space: nowrap; text-overflow: ellipsis; } .list-body .list-row a:hover { color: #4090ff; } .job-detail { padding: 20px; border-bottom: 2px dotted #f5f5f5; display: none; } .job-detail, .job-detail h3 { color: #666; } .job-detail p { margin-bottom: 10px; } .job-detail h3 { font-weight: bold; font-size: 16px; } .job-duty { margin-bottom: 35px; } .list-row:after { content: "020"; display: block; height: 0; clear: both; visibility: hidden; } .toggle_icon { width: 20px; } .job_img_list ul li { float: left; width: 50%; padding: 15px; } .job_img_list ul li .job_img_list_title { padding-top: 6px; } .job_img_list ul li img { max-width: 100%; } .job_imgpage { padding-bottom: 60px; } .job_list { cursor: pointer; } .site_span span { padding: 6px 20px; border: 1px solid #eee; margin-right: 10px; display: inline-block; } .honor_page_content .swiper-slide img { border: 1px solid #eee; padding: 10px 0; width: 270px; } .honor_title { padding-top: 6px; } .nav_list { display: none; width: 100%; position: absolute; z-index: 2; font-size: 13px; text-align: center; margin-left: -15px; padding-left: 15px; } .nav_list ul li a { font-size: 14px; } .nav > li:hover .nav_list { background: #eeeeee; display: block; } .nav_list ul li { border-top: 1px solid #ddd; } .nav > li:hover { background: #eeeeee; } .nav > li > a { cursor: pointer; } .nav > li > a:hover { background: none; } .customer_list ul li { width: 230px; float: left; padding: 15px; } .customer_list .customer_list_title { padding: 5px 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: center; } .customer_list .customer_list_img { width: 200px; vertical-align: middle; height: 120px; display: table-cell; background: #fff; text-align: center; border: 1px solid #eee; } .customer_list .customer_list_img img { max-width: 100%; max-height: 100%; } @media (max-width: 1600px) and (min-width: 768px) { .top_product ul li { width: calc(100% / 4); } .top_product ul li:last-child { display: none; } } .newsinfo_padding { padding-bottom: 80px; } .newbox_content { border: none; } @media (max-width: 1100px) and (min-width: 0px) { .top_nav_bar ul li { padding: 0; } .nav_list { margin-left: 0; } } /*2018-03-22首页改版*/ .m1200 { max-width: 1240px; padding: 0 40px; margin: 0px auto; } .box { padding: 50px 0; background-color: #fff; } /*大图下面按钮*/ .graybg { background-color: #f9f9f9; } .home-banner-bottom { padding: 20px 0; overflow: hidden; line-height: 50px; font-size: 18px; color: #666666; background-color: #fff; } .home-banner-bottom .blue-btn { width: 220px; } .home-banner-bottom .button-apply { float: left; margin-right: 60px; } .button-apply a.blue-btn { float: left; } .pager-load-more a, .line-blue-btn, .line-white-btn, .blue-btn { width: 170px; height: 50px; border: none; border-radius: 100px; color: #fff !important; line-height: 50px; font-size: 18px; display: block; text-align: center; position: relative; overflow: hidden; background-color: #294DF7; background-image: -webkit-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 120%); background-image: -o-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 120%); background-image: -moz-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 120%); background-image: linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 120%); transition: background-image 0.75s ease; } .line-white-btn:hover { color: #fff; } .blue-btn:hover { background-image: -webkit-linear-gradient(52deg, #182FEC 0%, #00C1DF 39%, #0D6AF2 120%); background-image: -o-linear-gradient(52deg, #182FEC 0%, #00C1DF 39%, #0D6AF2 120%); background-image: -moz-linear-gradient(52deg, #182FEC 0%, #00C1DF 39%, #0D6AF2 120%); background-image: linear-gradient(52deg, #182FEC 0%, #00C1DF 39%, #0D6AF2 120%); } a { text-decoration: none; } a:hover { text-decoration: none; } .blue-btn:hover span, .blue-btn:focus span, .blue-btn:active span { color: #fff; } .pager-load-more a span, .line-blue-btn span, .blue-btn span { position: relative; z-index: 3; } .home-banner-bottom span.font-din { color: #294DF7; font-size: 22px; } /*==============2018-04-21===========*/ /*首页主推业务*/ body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input { margin: 0; padding: 0; border: none; } .xny_index_solution_m { overflow: hidden; width: 1140px; border: 1px solid #e3e2e2; border-left: none; border-right: none; margin-top: 25px; } .xny_index_solution_m .list-item { float: left; width: 195px; height: 348px; position: relative; overflow: hidden; } .xny_index_solution_m .list-item .inner { position: absolute; width: 100%; height: 100%; left: 0; } .xny_index_solution_m .list-item .left, .xny_index_solution_m .list-item .right { position: absolute; width: 195px; left: 0; } .xny_index_solution_m .list-item .left { padding-top: 85px; text-align: center; height: 263px; line-height: 26px; cursor: pointer; } .xny_index_solution_m .list-item .left h2 { color: #303030; font-weight: bold; font-size: 16px; } .xny_index_solution_m .list-item .left p { color: #e2705d; margin-top: 5px; } .xny_index_solution_m .list-item .left i { width: 80px; height: 80px; margin-top: 38px; display: inline-block; border-radius: 20px; } .xny_index_solution_m .list-item .left i.icon1 { background: #4ebcfa; } .xny_index_solution_m .list-item .left i.icon2 { background: #32d2e8; } .xny_index_solution_m .list-item .left i.icon3 { background: #faa74e; } .xny_index_solution_m .list-item .left i.icon4 { background: #fe3c6e; } .xny_index_solution_m .list-item .left i.icon5 { background: #15d699; } .xny_index_solution_m .list-item .left .icon_xs { background-position: -70px -80px; } .xny_index_solution_m .list-item .left .icon_tool { background-position: -70px -160px; } .xny_index_solution_m .list-item .left .icon_dx { background-position: -70px -240px; } .xny_index_solution_m .list-item .left .icon_jq { background-position: -70px -320px; } .xny_index_solution_m .list-item .right { left: 100%; padding: 35px 0 28px; color: #767676; font-size: 12px; line-height: 19px; text-align: center; } .xny_index_solution_m .list-item .right .con { padding: 0 20px; text-align: left; width: 365px; height: 180px; text-indent: 2em; } .xny_index_solution_m .list-item .right .view { width: 137px; height: 29px; line-height: 29px; color: #9598a0; font-size: 12px; border: 1px solid #9598a0; margin: 25px auto 0; display: inline-block; text-align: center; margin-left: 120px; } .xny_index_solution_m .list-item .right .view:hover { background-color: #e2705d; border-color: #e2705d; color: #fff; -webkit-transition: all 0.6s; transition: all 0.6s; } .xny_index_solution_m .list-item .right .border-left { height: 283px; margin-top: 39px; background-color: #e10808; border: 0; } .xny_index_solution_m .border-left, .xny_index_solution_m .border-right { position: absolute; top: 0; width: 0px; height: 100%; background-color: #e3e2e2; } .xny_index_solution_m .list-item:first-child .border-left { width: 1px; } .xny_index_solution_m .border-right { right: 0; width: 1px; } .xny_index_solution_m .active .border-left, .xny_index_solution_m .active .border-right { width: 1px; background-color: #f9f9f9; } .xny_index_solution_m .active .right .border-left { border: 0; background-color: #eae6e6; } .xny_index_solution_m .active { width: 555px; background-color: #f6f6f6; } .xny_index_solution_m .active .right { left: 34%; -webkit-transition: 0.6s; transition: 0.6s; } .xny_index_solution_m .active .left h2 { font-weight: bold; } /*首页标题*/ .indextitle .title { text-align: center; width: 1000px; margin: 0 auto; padding: 50px 0; font-size: 32px; color: #333; font-weight: bold; } .indextitle .title span { color: #666; font-size: 16px; } .indextitle .title p { font-size: 16px; display: block; text-align: center; font-weight: 100; color: #666; text-transform: uppercase; } /*20181204*/ html { height: 100%; } body { min-height: 100%; margin: 0; padding: 0; position: relative; } #header { width: 100%; /*min-width: 1440px;*/ position: relative; height: 100px; } .main { padding-bottom: 162px; } #footer { position: absolute; bottom: 0; width: 100%; height: 162px; } .nav_list { padding-left: 0; } .nav_list ul li { width: 100%; padding: 0; } .p_text { font-size: 14px; text-indent: 2em } .font_16 { font-size: 16px; } .margin_20_0 { margin: 20px 0; } .product_classify h2 { margin-bottom: 10px; height: 45px; text-align: center; font-weight: normal; } .product_classify a { background-color: #f0f0f0; display: block; line-height: 45px; font-size: 16px; color: #555; font-weight: bold; } .product_classify a.active { color: #fff; background: #185aa6; } .product_classify a:hover { text-decoration: none; } .product_content { padding: 15px; } .product_content_title { color: #333; padding-bottom: 6px; font-size: 24px; } .product_content_date { color: #999; font-size: 12px; padding-bottom: 6px; } .product_content_head div:last-child { margin-bottom: 15px; border-bottom: 1px dashed #ddd; } .product_content_text { line-height: 26px; color: #666; } .case-div img{ width: 700px; } .case-h2{ text-align: center; margin: 0 0 20px; }
css/site.css
.carousel-inner .container { width: 100%; padding: 0; max-width: 1920px; } .contact_page.mb50 p { color: #666; font-size: 16px; line-height: 36px; } img { max-width: 100%; } .mt50 { margin-top: 50px; } .mb50 { margin-bottom: 50px; } .block img { max-width: 100%; display: block; } /*body*/ body { background-color: #fff; font-family: "Hiragino Sans GB", "Microsoft Yahei", "WenQuanYi Micro Hei", SimSun, Tahoma, Arial, Helvetica, STHeiti; font-size: 14px; text-align: left; } .container-fluid { padding: 0 15px; } body .column { padding-left: 0px; padding-right: 0px; } /*nav(菜单布局)*/ nav .module-context .module-view .nav { } /*header start (页头布局)*/ header .module-context .module-view .nav { } /*Content(内容布局)*/ .container .module-context .module-view, .container-fluid .module-context .module-view { } ul, li { list-style: none; padding: 0; } a { color: #666; } a:link { text-decoration: none; color: #666; } a:visited { text-decoration: none; color: #666; } a:hover { text-decoration: none !important; color: #006fcb; } a:active { text-decoration: none; color: #666; } /*标题*/ .b-title { width: 100%; line-height: 26px; padding: 0 15px; font-size: 14px; background: #1ab9bb; } .b-title:after { content: "020"; display: block; height: 0; clear: both; visibility: hidden; } .b-title .b-title-name { float: left; } .b-title .b-title-more { float: right; } .b-title .b-title-more a { color: #fff; } /*产品列表*/ .product { padding: 15px 7px; } .product ul li { padding: 0 7px; margin-bottom: 14px; width: calc(100% / 4); float: left; border: none; } .product ul li a { display: block; } .product ul:after { content: "020"; display: block; height: 0; clear: both; visibility: hidden; } .product ul li .product_img { width: 100%; } .product ul li .product_img .product_img_box { text-align: center; /*display:table-cell;*/ vertical-align: middle; width: 100%; padding: 1px; border: 1px solid #eee; height: 205px; overflow: hidden; } .product ul li .product_img img { max-width: 100%; max-height: 100%; } .product ul li .product_text { } .product ul li .product_text .product_text_title { color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: center; } .product ul li .product_text .product_text_summary { color: #999; line-height: 0; height: 0; } /*推荐内容列表*/ .recommend { padding: 15px 7px; } .recommend ul li { padding: 0 7px; margin-bottom: 14px; width: calc(100% / 4); float: left; border: none; } .recommend ul li a { display: block; } .recommend ul:after { content: "020"; display: block; height: 0; clear: both; visibility: hidden; } .recommend ul li .recommend_img { width: 100%; } .recommend ul li .recommend_img .recommend_img_box { text-align: center; /*display:table-cell;*/ vertical-align: middle; width: 100%; padding: 1px; border: 1px solid #eee; height: 205px; overflow: hidden; } .recommend ul li .recommend_img img { max-width: 100%; max-height: 100%; } .recommend ul li .recommend_text { } .recommend ul li .recommend_text .recommend_text_title { color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: center; } .recommend ul li .recommend_text .recommend_text_summary { color: #999; line-height: 0; height: 0; } /*产品详情*/ .product_content { padding: 15px; } .product_content_head div:last-child { margin-bottom: 15px; border-bottom: 1px dashed #ddd; } .product_content_title { color: #333; padding-bottom: 6px; font-weight: bold; font-size: 16px; } .product_content_date { color: #999; font-size: 12px; padding-bottom: 6px; } .product_content_summary { color: #999; padding-bottom: 15px; } .procontent { padding-top: 15px; line-height: 26px; color: #666; } .product_content_img { text-align: center; } /*内容*/ .newbox_content_text { line-height: 26px; color: #666; padding: 15px; } /*分页*/ .paginator { clear: both; padding-right: 0px; padding-left: 0px; padding-bottom: 10px; margin: 0 auto; font: 14px Arial, Helvetica, sans-serif; color: #666; padding-top: 10px; float: right; } .tcdPageCode span.current { background: #f56708; border-radius: 0; border: 1px solid #ddd; } .tcdPageCode span.disabled { border-radius: 0; } .paginator A { padding: 0 8px; border: 1px solid #ddd; display: inline-block; background: #fff; color: #666; margin-right: 4px; text-decoration: none; border-radius: 0; } /*当为第一页时的上一页按钮*/ .firstbtn { border-top-width: 0px !important; padding-right: 0px; padding-left: 0px; border-left-width: 0px !important; font-size: 12px; border-bottom-width: 0px !important; padding-bottom: 0px; width: 26px; color: #666; line-height: 22px; margin-right: 4px; padding-top: 0px; height: 22px; text-align: left; border-right-width: 0px !important; } /*当为最后一页时的下一页按钮*/ .finalbtn { border-top-width: 0px !important; padding-right: 0px; padding-left: 0px; border-left-width: 0px !important; font-size: 12px; border-bottom-width: 0px !important; padding-bottom: 0px; width: 63px; color: #666; text-indent: 7px; line-height: 22px; padding-top: 0px; height: 22px; text-align: left; border-right-width: 0px !important; } .firstbg, .firstbg a, .firstbg a:link, .firstbg a:visited, .firstbg a:hover { font-size: 12px; color: #999; height: 20px; line-height: 20px; display: block; } /*图片幻灯*/ .carousel { background: #fff /*a25c98*/; } .carousel .item { background: #fff; } .carousel .item img { max-width: 100%; } /*footer(页脚布局)*/ footer .module-context .module-view .nav { } /*产品推荐选项卡*/ .clear { clear: both; } .recommend_products_classify ul { margin-bottom: 0 !important; } .recommend_products_classify ul li { float: left; padding: 0 30px !important; height: 40px; line-height: 40px; text-align: center; cursor: pointer; box-sizing: border-box; font-family: "微软雅黑"; color: #999; } .recommend_products_classify ul:after { content: "020"; display: block; height: 0; clear: both; visibility: hidden; box-sizing: border-box; } .recommend_products_left_title { float: left; font-family: "微软雅黑"; font-size: 16px; font-weight: bold; color: #666; } .recommend_products_title :after { content: "020"; display: block; height: 0; clear: both; visibility: hidden; box-sizing: border-box; } .recommend_products_title { height: 40px; line-height: 40px; border-bottom: 1px solid #d93a21; box-sizing: border-box; margin-top: 15px; } .recommend_products_classify { float: right; } .recommend_products_content { display: none; } .recommend_products_classify ul li.active { border-top: 2px solid #d93a21; border-right: 1px solid #d93a21; border-left: 1px solid #d93a21; border-bottom: 1px solid #fff; color: #d93a21; box-sizing: border-box; } .recommend_products_content ul { list-style: none; margin: 0; padding: 0; } .recommend_products_content ul li { width: calc((100% - 15 * 3px) / 4); float: left; border: 1px solid #ddd; padding-bottom: 15px; margin-right: 15px; margin-top: 15px; transition: all 0.4s ease-out 0s; box-sizing: border-box; background: #fff; } .recommend_products_content ul:after { content: "020"; display: block; height: 0; clear: both; visibility: hidden; box-sizing: border-box; } .recommend_products_content_img { width: 100%; text-align: center; margin-bottom: 10px; box-sizing: border-box; } .recommend_products_content_img img { max-width: 100%; box-sizing: border-box; } .recommend_products_content ul li a { text-decoration: none; } .recommend_products_content ul li:hover { margin-top: 0px; box-sizing: border-box; } .recommend_products_content ul li:nth-child(4n-0) { margin-right: 0; box-sizing: border-box; } .recommend_products_content ul li:nth-child(4n-3) { clear: both; box-sizing: border-box; } .recommend_products_content ul li .recommend_products_content_pric { line-height: 30px; padding: 0 15px 0 15px; box-sizing: border-box; color: #d93a21; font-size: 20px; } .recommend_products_content ul li .recommend_products_content_title { line-height: 22px; padding: 0 15px 0 15px; box-sizing: border-box; height: 46px; overflow: hidden; color: #999; } /*产品轮播*/ .swiper-container { width: 100%; } .swiper-slide { text-align: center; font-size: 14px; background: #fff; /* Center slide text vertically */ } .swiper-pagination-bullet { width: 15px !important; height: 15px !important; border-radius: 0 !important; background: #ccc !important; } .swiper-pagination-bullet-active { background: #fff !important; } .swiper-pagination { text-align: right !important; padding-right: 10px !important; } .banner img { max-width: 100%; } .top { position: relative; top: 0; left: 0; height: 974px; } .top_in { position: relative; top: 0; left: 0; height: 550px; } .top_nav { position: absolute; z-index: 99; width: 100%; left: 0; top: 0; background: rgba(255, 255, 255, 0.85); } .banner { position: absolute; top: 0; left: 0; width: 100%; z-index: 1; height: 100%; overflow: hidden; } .top_bg { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 2; background: rgba(0, 0, 0, 0.3) } .top_nav { padding: 25px 0; } .top_nav_bar ul li { float: left; font-size: 16px; line-height: 43px; padding: 0 15px; } .top_nav_bar ul:after, .top_product ul:after, .top_product ul li a:after, .project ul:after, .page_product:after, .page_product_content_img ul:after, .honor_num ul:after, .honor_summary ul:after, .honor_line ul:after, .page_case ul:after, .page_news ul:after, .footer:after, .course_page_content ul li:after, .product_classify_tab_content:after, .jobs_page_content:after, .job_img_list ul:after, .customer_list ul:after { content: "020"; display: block; height: 0; clear: both; visibility: hidden; box-sizing: border-box; } .banner_p { color: #fff; text-align: center; position: absolute; top: calc(50% - 150px); width: 100%; } .top_in .banner_p { color: #fff; text-align: center; position: absolute; top: calc(50% - 60px); width: 100%; } .banner_ad { font-size: 68px; font-weight: bold; padding-bottom: 15px; } .banner_p a { padding: 10px 50px; background: #00bbee; color: #fff; font-size: 16px; margin-right: 20px; } .banner_p img { padding-right: 110px; } img { vertical-align: middle; } .top_product { /* width:100%; position:absolute; z-index:3; bottom:20px;*/ } .top_product ul li { float: left; width: calc(100% / 5); padding: 7px; transition: transform 0.5s; -webkit-transition: -webkit-transform 0.5s; -webkit-transform: translate3d(0, 8px, 0); transform: translate3d(0, 8px, 0); } .top_product ul li:hover { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .top_product ul { padding: 0 7px; } .top_product ul li a { display: block; padding: 30px 20px 30px 30px; background: rgba(19, 67, 158, 0.8); } .tp_img { width: 90px; height: 90px; border-radius: 50%; padding: 0; background: #4ebcfa; text-align: center; display: table-cell; vertical-align: middle; } .top_product .pull-left { margin-right: 15px; } .tp_img img { max-width: 100%; vertical-align: middle; } .top_product_font { padding: 15px 10px 0 0; } .top_product_font .tp_titile { font-size: 16px; } .top_product_font .tp_summary { color: #fff; } .top_product_font .tp_a { color: #fff; font-size: 12px; } .top_product .cf1 { color: #4ebcfa; } .top_product .cf2 { color: #32d2e8; } .top_product .cf3 { color: #faa74e; } .top_product .cf4 { color: #fe3c6e; } .cf5 { color: #15d699; } .top_product .c1 { background: #4ebcfa; } .top_product .c2 { background: #32d2e8; } .top_product .c3 { background: #faa74e; } .top_product .c4 { background: #fe3c6e; } .top_product .c5 { background: #15d699; } .title_name { font-weight: bold; font-size: 32px; color: #333; } .title_summary { padding-top: 10px; color: #666; font-size: 16px; } .project { padding-bottom: 50px; } .project ul { padding: 0 15px; } .project ul li { width: 25%; padding: 0 15px; float: left; } .project ul li a { padding: 10px; display: block; border: 1px solid #eee; } .project ul li a .project_title { border-bottom: 1px solid #eee; padding-bottom: 10px; } .project ul li .project_img { text-align: center; } .project ul li img { max-width: 100%; } .project ul li a .project_title .project_title_name { color: #00bbee; font-size: 18px; line-height: 30px; } .project ul li a .project_title .project_title_summary { color: #666; } .project ul li a .project_content { color: #666; text-align: center; } .bg_f5 { padding-bottom: 50px; background: #f6f6f6; } .page_product { background: #fff; padding: 30px; } .page_product_nav { float: left; width: 20%; text-align: right; } .page_product_content { float: right; width: 80%; display: none; padding: 20px 50px; } .page_product_nav ul li { height: 80px; line-height: 80px; border-right: 1px solid #ddd; padding-right: 50px; font-size: 18px; cursor: pointer; } .page_product_nav ul .active { border-right: 2px solid #00bbee !important; color: #00bbee; } .page_product_content_title { font-size: 24px; color: #333; } .page_product_content_summary { font-size: 16px; padding-top: 24px; line-height: 32px; color: #666; } .page_product_content_more { padding-top: 20px; } .page_product_content_more a { background: #00bbee; padding: 10px 50px; font-size: 16px; display: inline-block; color: #fff; } .page_product_content_img { border-top: 1px dashed #eee; margin-top: 40px; padding-top: 30px; } .page_product_content_img ul li { float: left; width: 170px; } .page_product_content_img ul li img { max-width: 100%; } .honor { padding-bottom: 50px; } .honor_num ul { margin-bottom: 0; } .honor_num ul li { width: calc(100% / 3); float: left; color: #00bbee; text-align: center; } .honor_num ul li .honor_num_b { font-size: 50px; font-weight: bold; } .honor_num ul li .honor_num_s { font-size: 20px; vertical-align: top; } .honor_line { margin: 0 0 20px 0; border-bottom: 1px dashed #00bbee; } .honor_line ul li { width: calc(100% / 3); float: left; color: #00bbee; text-align: center; } .honor_line .round { border-radius: 50%; width: 10px; height: 10px; display: inline-block; background: #00bbee; position: relative; top: 20px; } .honor_summary ul li { width: calc(100% / 3); float: left; color: #00bbee; text-align: center; color: #666; } .page_case ul { max-width: 1300px; margin: 0 auto; } .page_case ul li { width: 20%; float: left; padding: 15px; border: 1px solid #eee; display: block; background: #fff; overflow: hidden; text-align: center; } .page_case ul li div:hover { transform: scale(1.1); } .page_case ul li div { width: 185px; height: 185px; display: inline-block; -webkit-transition: -webkit-transform .5s; transition: -webkit-transform .5s; -moz-transition: transform .5s, -moz-transform .5s; transition: transform .5s; transition: transform .5s, -webkit-transform .5s, -moz-transform .5s; } .page_news { padding-bottom: 50px; } .page_news ul { padding: 0 15px; } .page_news ul li { width: calc(100% / 3); padding: 0 15px 15px 15px; float: left; } .page_news ul li a { padding: 10px; display: block; } .page_news ul li .page_news_img { margin-bottom: 15px; text-align: center; height: 220px; overflow: hidden; } .page_news ul li img:hover { transform: scale(1.2); } .page_news ul li img { max-width: 100%; -webkit-transition: -webkit-transform .5s; transition: -webkit-transform .5s; -moz-transition: transform .5s, -moz-transform .5s; transition: transform .5s; transition: transform .5s, -webkit-transform .5s, -moz-transform .5s; } .page_news ul li a .page_news_title { margin-bottom: 15px; } .page_news ul li a .page_news_title .page_news_title_name { color: #333; font-size: 16px; line-height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .page_news ul li a .page_news_title .page_news_title_date { color: #999; } .page_news ul li a .page_news_summary { color: #666; height: 76px; line-height: 24px; overflow: hidden; } .page_news_more { padding: 20px 0; text-align: center; } .page_news_more a { border: 1px solid #eee; background: #fff; padding: 10px 30px; } .footer { padding: 15px; background: #232526; border-bottom: 1px solid #383a3b; } .footer_copyright { border-top: 1px solid #16191a; padding: 15px; background: #232526; color: #999; text-align: center; } .footer_copyright span { padding: 0 8px; } .footer { /*width:calc(100% / 5);*/ width: 100%; color: #aaa; } .footer .footer_nav_title { font-size: 18px; color: #eee; } .footer .footer_nav_line { width: 72px; border-bottom: 2px solid #1a5262; height: 10px; } .footer_nav_list { padding-top: 10px; /*width: 1300px;*/ } .footer .footer_nav_list a { display: block; line-height: 35px; color: #aaa; } .footer_nav_list div { line-height: 35px; } .tel_span { color: #232526; } .footer_nav_list img { max-width: 100%; } .page_title { padding: 40px 0 10px 0; border-bottom: 1px solid #eee; } .page_title_name { font-size: 32px; color: #333; } .page_title_summary { font-size: 16px; color: #777; padding-top: 6px; } .about_content_summary { font-size: 16px; color: #666; line-height: 30px; } .about_content_summary p { text-indent: 2em; margin-bottom: 10px; } .about_page { padding-bottom: 60px; } .culture_page { padding-bottom: 60px; } .culture_page_content ul li { padding: 0 30px; margin-bottom: 50px; width: calc(100% / 3); float: left; border: none; } .culture_page_content ul li a { display: block; } .culture_page_content ul:after { content: "020"; display: block; height: 0; clear: both; visibility: hidden; } .culture_page_content ul li .product_img { width: 100%; } .culture_page_content ul li .product_img .product_img_box { text-align: center; display: table-cell; vertical-align: middle; } .culture_page_content ul li .product_img img { max-width: 100%; max-height: 100%; } .culture_page_content ul li .product_text { } .culture_page_content ul li .product_text .product_text_title { color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; background: #fff; padding: 10px 0; font-size: 18px; } .culture_page_content ul li .product_text .product_text_summary { color: #777; height: 124px; line-height: 30px; overflow: hidden; } .course_page_content ul li .year { width: 80px; font-size: 24px; color: #fff; text-align: center; background: #00bbee; float: left; } .course_page_content ul li { margin-bottom: 50px; } .course_page_content ul li .circle { width: 10px; margin-top: 10px; min-height: 10px !important; height: 10px !important; border-radius: 50%; margin: 10px 30px 0 30px; background: #00bbee; float: left; position: relative; z-index: 3; } .course_page_content ul { padding-top: 50px; height: 520px; overflow: hidden; } .course_page_line { position: absolute; height: 100%; z-index: 2; border-right: 1px solid #ddd; width: 10px; left: 105px; } .course_page_content { position: relative; } .course_page_more { text-align: center; border-bottom: 1px solid #ddd; margin-bottom: 50px; width: calc(100% - 120px); margin-left: 120px; } .course_page_more .bgbox { background: #fff; position: relative; bottom: -10px; display: inline-block; padding: 0 10px; cursor: pointer; } .course_page_more span { padding: 0 5px; } .course_page_content ul li .text { width: calc(100% - 150px); float: left; line-height: 30px; } .honor_page { padding-bottom: 60px; } .contact_content_summary p { margin-bottom: 0; } .contact_content_summary { color: #666; font-size: 16px; line-height: 36px; padding: 30px; margin-bottom: 50px; } .contact_page_title { color: #00bbee; font-size: 20px; padding-bottom: 20px; } .contact_box_list ul li { width: 100px; background: #fff; padding: 5px 10px; text-align: center; display: inline-block; color: #666; margin: 0 15px 15px 0; cursor: pointer; } .contact_box_list ul li.active { background: #00bbee; color: #fff; } .font24 { font-size: 24px; line-height: 48px; } .p_t_30 { padding-top: 30px; } .site_page_content { color: #666; } .site_page_content p { font-size: 16px; text-indent: 2em; line-height: 30px; } .product_case_table { padding: 80px; font-size: 14px; } .product_case_table ul li:after { content: "020"; display: block; height: 0; clear: both; visibility: hidden; } .product_case_table ul li { margin-bottom: 15px; } .product_case_table ul li .product_case_table_right span { border: 1px solid #ddd; padding: 8px 30px; margin-right: 15px; } .product_case_table_right { color: #24597d; } .p_span { padding-bottom: 20px; } .pc_img_box { height: 440px; overflow: hidden; } .product_case_table_left { float: left; width: 80px; } .product_case_table_right { float: left; width: calc(100% - 80px); } p.it_0 { text-indent: 0; } .jobs_page_content { padding-bottom: 60px; } .duty_page { padding-bottom: 100px; } .display_none { display: none; } .job-list { background-color: #fff; padding-bottom: 20px; border-bottom: 1px solid #e5e5e5; } /*.job-list table{ width: 100%; }*/ .list-header { border-bottom: 1px solid #f5f5f5; font-size: 13px; font-weight: bold; } .list-row { /*height: 29px;*/ padding: 12px 3%; line-height: 29px; } .list-row div { display: inline-block; float: left; overflow: hidden; height: 29px; line-height: 29px; white-space: nowrap; text-overflow: ellipsis; position: relative; } .column1 { width: 30%; } .column2 { width: 15%; } .column3 { width: 20%; } .column4 { width: 20%; } .column5 { width: 14%; } .list-body { margin: 0 1%; font-size: 13px; } .list-body .list-row { padding: 12px 2%; border-bottom: 2px dotted #f5f5f5; color: #666; } .list-body .list-row a { text-decoration: none; color: #666; } .column1 > a { display: block; overflow: hidden; padding-right: 1em; white-space: nowrap; text-overflow: ellipsis; } .list-body .list-row a:hover { color: #4090ff; } .job-detail { padding: 20px; border-bottom: 2px dotted #f5f5f5; display: none; } .job-detail, .job-detail h3 { color: #666; } .job-detail p { margin-bottom: 10px; } .job-detail h3 { font-weight: bold; font-size: 16px; } .job-duty { margin-bottom: 35px; } .list-row:after { content: "020"; display: block; height: 0; clear: both; visibility: hidden; } .toggle_icon { width: 20px; } .job_img_list ul li { float: left; width: 50%; padding: 15px; } .job_img_list ul li .job_img_list_title { padding-top: 6px; } .job_img_list ul li img { max-width: 100%; } .job_imgpage { padding-bottom: 60px; } .job_list { cursor: pointer; } .site_span span { padding: 6px 20px; border: 1px solid #eee; margin-right: 10px; display: inline-block; } .honor_page_content .swiper-slide img { border: 1px solid #eee; padding: 10px 0; width: 270px; } .honor_title { padding-top: 6px; } .nav_list { display: none; width: 100%; position: absolute; z-index: 2; font-size: 13px; text-align: center; margin-left: -15px; padding-left: 15px; } .nav_list ul li a { font-size: 14px; } .nav > li:hover .nav_list { background: #eeeeee; display: block; } .nav_list ul li { border-top: 1px solid #ddd; } .nav > li:hover { background: #eeeeee; } .nav > li > a { cursor: pointer; } .nav > li > a:hover { background: none; } .customer_list ul li { width: 230px; float: left; padding: 15px; } .customer_list .customer_list_title { padding: 5px 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: center; } .customer_list .customer_list_img { width: 200px; vertical-align: middle; height: 120px; display: table-cell; background: #fff; text-align: center; border: 1px solid #eee; } .customer_list .customer_list_img img { max-width: 100%; max-height: 100%; } @media (max-width: 1600px) and (min-width: 768px) { .top_product ul li { width: calc(100% / 4); } .top_product ul li:last-child { display: none; } } .newsinfo_padding { padding-bottom: 80px; } .newbox_content { border: none; } @media (max-width: 1100px) and (min-width: 0px) { .top_nav_bar ul li { padding: 0; } .nav_list { margin-left: 0; } } /*2018-03-22首页改版*/ .m1200 { max-width: 1240px; padding: 0 40px; margin: 0px auto; } .box { padding: 50px 0; background-color: #fff; } /*大图下面按钮*/ .graybg { background-color: #f9f9f9; } .home-banner-bottom { padding: 20px 0; overflow: hidden; line-height: 50px; font-size: 18px; color: #666666; background-color: #fff; } .home-banner-bottom .blue-btn { width: 220px; } .home-banner-bottom .button-apply { float: left; margin-right: 60px; } .button-apply a.blue-btn { float: left; } .pager-load-more a, .line-blue-btn, .line-white-btn, .blue-btn { width: 170px; height: 50px; border: none; border-radius: 100px; color: #fff !important; line-height: 50px; font-size: 18px; display: block; text-align: center; position: relative; overflow: hidden; background-color: #294DF7; background-image: -webkit-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 120%); background-image: -o-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 120%); background-image: -moz-linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 120%); background-image: linear-gradient(52deg, #182FEC 0%, #0D6AF2 39%, #00C1DF 120%); transition: background-image 0.75s ease; } .line-white-btn:hover { color: #fff; } .blue-btn:hover { background-image: -webkit-linear-gradient(52deg, #182FEC 0%, #00C1DF 39%, #0D6AF2 120%); background-image: -o-linear-gradient(52deg, #182FEC 0%, #00C1DF 39%, #0D6AF2 120%); background-image: -moz-linear-gradient(52deg, #182FEC 0%, #00C1DF 39%, #0D6AF2 120%); background-image: linear-gradient(52deg, #182FEC 0%, #00C1DF 39%, #0D6AF2 120%); } a { text-decoration: none; } a:hover { text-decoration: none; } .blue-btn:hover span, .blue-btn:focus span, .blue-btn:active span { color: #fff; } .pager-load-more a span, .line-blue-btn span, .blue-btn span { position: relative; z-index: 3; } .home-banner-bottom span.font-din { color: #294DF7; font-size: 22px; } /*==============2018-04-21===========*/ /*首页主推业务*/ body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input { margin: 0; padding: 0; border: none; } .xny_index_solution_m { overflow: hidden; width: 1140px; border: 1px solid #e3e2e2; border-left: none; border-right: none; margin-top: 25px; } .xny_index_solution_m .list-item { float: left; width: 195px; height: 348px; position: relative; overflow: hidden; } .xny_index_solution_m .list-item .inner { position: absolute; width: 100%; height: 100%; left: 0; } .xny_index_solution_m .list-item .left, .xny_index_solution_m .list-item .right { position: absolute; width: 195px; left: 0; } .xny_index_solution_m .list-item .left { padding-top: 85px; text-align: center; height: 263px; line-height: 26px; cursor: pointer; } .xny_index_solution_m .list-item .left h2 { color: #303030; font-weight: bold; font-size: 16px; } .xny_index_solution_m .list-item .left p { color: #e2705d; margin-top: 5px; } .xny_index_solution_m .list-item .left i { width: 80px; height: 80px; margin-top: 38px; display: inline-block; border-radius: 20px; } .xny_index_solution_m .list-item .left i.icon1 { background: #4ebcfa; } .xny_index_solution_m .list-item .left i.icon2 { background: #32d2e8; } .xny_index_solution_m .list-item .left i.icon3 { background: #faa74e; } .xny_index_solution_m .list-item .left i.icon4 { background: #fe3c6e; } .xny_index_solution_m .list-item .left i.icon5 { background: #15d699; } .xny_index_solution_m .list-item .left .icon_xs { background-position: -70px -80px; } .xny_index_solution_m .list-item .left .icon_tool { background-position: -70px -160px; } .xny_index_solution_m .list-item .left .icon_dx { background-position: -70px -240px; } .xny_index_solution_m .list-item .left .icon_jq { background-position: -70px -320px; } .xny_index_solution_m .list-item .right { left: 100%; padding: 35px 0 28px; color: #767676; font-size: 12px; line-height: 19px; text-align: center; } .xny_index_solution_m .list-item .right .con { padding: 0 20px; text-align: left; width: 365px; height: 180px; text-indent: 2em; } .xny_index_solution_m .list-item .right .view { width: 137px; height: 29px; line-height: 29px; color: #9598a0; font-size: 12px; border: 1px solid #9598a0; margin: 25px auto 0; display: inline-block; text-align: center; margin-left: 120px; } .xny_index_solution_m .list-item .right .view:hover { background-color: #e2705d; border-color: #e2705d; color: #fff; -webkit-transition: all 0.6s; transition: all 0.6s; } .xny_index_solution_m .list-item .right .border-left { height: 283px; margin-top: 39px; background-color: #e10808; border: 0; } .xny_index_solution_m .border-left, .xny_index_solution_m .border-right { position: absolute; top: 0; width: 0px; height: 100%; background-color: #e3e2e2; } .xny_index_solution_m .list-item:first-child .border-left { width: 1px; } .xny_index_solution_m .border-right { right: 0; width: 1px; } .xny_index_solution_m .active .border-left, .xny_index_solution_m .active .border-right { width: 1px; background-color: #f9f9f9; } .xny_index_solution_m .active .right .border-left { border: 0; background-color: #eae6e6; } .xny_index_solution_m .active { width: 555px; background-color: #f6f6f6; } .xny_index_solution_m .active .right { left: 34%; -webkit-transition: 0.6s; transition: 0.6s; } .xny_index_solution_m .active .left h2 { font-weight: bold; } /*首页标题*/ .indextitle .title { text-align: center; width: 1000px; margin: 0 auto; padding: 50px 0; font-size: 32px; color: #333; font-weight: bold; } .indextitle .title span { color: #666; font-size: 16px; } .indextitle .title p { font-size: 16px; display: block; text-align: center; font-weight: 100; color: #666; text-transform: uppercase; } /*20181204*/ html { height: 100%; } body { min-height: 100%; margin: 0; padding: 0; position: relative; } #header { width: 100%; /*min-width: 1440px;*/ position: relative; height: 100px; } .main { padding-bottom: 162px; } #footer { position: absolute; bottom: 0; width: 100%; height: 162px; } .nav_list { padding-left: 0; } .nav_list ul li { width: 100%; padding: 0; } .p_text { font-size: 14px; text-indent: 2em } .font_16 { font-size: 16px; } .margin_20_0 { margin: 20px 0; } .product_classify h2 { margin-bottom: 10px; height: 45px; text-align: center; font-weight: normal; } .product_classify a { background-color: #f0f0f0; display: block; line-height: 45px; font-size: 16px; color: #555; font-weight: bold; } .product_classify a.active { color: #fff; background: #185aa6; } .product_classify a:hover { text-decoration: none; } .product_content { padding: 15px; } .product_content_title { color: #333; padding-bottom: 6px; font-size: 24px; } .product_content_date { color: #999; font-size: 12px; padding-bottom: 6px; } .product_content_head div:last-child { margin-bottom: 15px; border-bottom: 1px dashed #ddd; } .product_content_text { line-height: 26px; color: #666; } .case-div img{ width: 700px; } .case-h2{ text-align: center; margin: 0 0 20px; }
0.355216
0.0666
.layout_padding { padding-top: 90px; padding-bottom: 90px; } .collection_section { width: 100%; padding-bottom: 0px; } .collection_section_2 { width: 100%; } .about-img { width: 100%; float: left; background-color: #ffffff; height: auto; margin-left: 64px; box-shadow: 0px 0px 10px 0px; position: relative; z-index: 1; margin-bottom: 20px; } .about-img2 { width: 100%; float: left; background-image: url(../../../upload/image/about-img2.png); height: auto; box-shadow: 0px 0px 10px 0px; margin-left: 35px; margin-top: 74px; } .new_text { width: 100%; float: left; font-size: 24pt; color: #0c0116; } .new_bt { width: 18%; float: left; background-color: #000; font-size: 14pt; text-align: center; color: #ffffff; height: 50px; margin-left: -60px; } .shoes-img { width: 100%; float: left; text-align: center; padding-top: 40px; padding-bottom: 40px; margin: 0px; } .sport_text { width: 24%; text-align: center; padding-top: 30px; font-size: 16pt; color: #0c0116; border-bottom: 1px solid#000; margin: 0 auto; } .star_icon { width: 25%; margin: 0 auto; text-align: center; } .star_icon ul { margin: 0px; padding: 0px; } .star_icon li { float: left; padding-right: 10px; padding-bottom: 25px; } .shoes-img2 { width: 100%; float: left; text-align: center; padding-top: 100px; padding-bottom: 40px; margin: 0px; } .seemore_bt { width: 32%; height: 50px; color: #ffffff; background-color: #ff4e5b; color: #ffffff; font-size: 16pt; margin-top: 35px; margin-bottom: 90px; } @media screen and (max-width: 978px) { .collection_section_2 { width: 70%; padding-left: 20px; } .collection_section_2 .new_bt { font-size: 10px; } .collection_section_2 .seemore_bt { font-size: 10px; } .star_icon { width: 100%; margin-left: 35%; text-align: center; } .collection_section_2 .col-md-6 .about-img2 { width: 100%; background-image: url(../../../upload/image/about-img2.png); box-shadow: 0px 0px 10px 0px; margin-left: 35px; margin-top: -80px; } }
assets/tema/assets/css/layanan.css
.layout_padding { padding-top: 90px; padding-bottom: 90px; } .collection_section { width: 100%; padding-bottom: 0px; } .collection_section_2 { width: 100%; } .about-img { width: 100%; float: left; background-color: #ffffff; height: auto; margin-left: 64px; box-shadow: 0px 0px 10px 0px; position: relative; z-index: 1; margin-bottom: 20px; } .about-img2 { width: 100%; float: left; background-image: url(../../../upload/image/about-img2.png); height: auto; box-shadow: 0px 0px 10px 0px; margin-left: 35px; margin-top: 74px; } .new_text { width: 100%; float: left; font-size: 24pt; color: #0c0116; } .new_bt { width: 18%; float: left; background-color: #000; font-size: 14pt; text-align: center; color: #ffffff; height: 50px; margin-left: -60px; } .shoes-img { width: 100%; float: left; text-align: center; padding-top: 40px; padding-bottom: 40px; margin: 0px; } .sport_text { width: 24%; text-align: center; padding-top: 30px; font-size: 16pt; color: #0c0116; border-bottom: 1px solid#000; margin: 0 auto; } .star_icon { width: 25%; margin: 0 auto; text-align: center; } .star_icon ul { margin: 0px; padding: 0px; } .star_icon li { float: left; padding-right: 10px; padding-bottom: 25px; } .shoes-img2 { width: 100%; float: left; text-align: center; padding-top: 100px; padding-bottom: 40px; margin: 0px; } .seemore_bt { width: 32%; height: 50px; color: #ffffff; background-color: #ff4e5b; color: #ffffff; font-size: 16pt; margin-top: 35px; margin-bottom: 90px; } @media screen and (max-width: 978px) { .collection_section_2 { width: 70%; padding-left: 20px; } .collection_section_2 .new_bt { font-size: 10px; } .collection_section_2 .seemore_bt { font-size: 10px; } .star_icon { width: 100%; margin-left: 35%; text-align: center; } .collection_section_2 .col-md-6 .about-img2 { width: 100%; background-image: url(../../../upload/image/about-img2.png); box-shadow: 0px 0px 10px 0px; margin-left: 35px; margin-top: -80px; } }
0.38943
0.078572
:root { --f7-theme-color: #107ED6; --f7-theme-color-shade: #0D66AE; --f7-theme-color-tint: #53ABF2; --f7-theme-color-rgb: 16, 126, 214; --f7-navbar-bg-color: var(--f7-theme-color); --f7-navbar-link-color: #ffffff; --f7-navbar-text-color: #ffffff; --f7-toolbar-bg-color: var(--f7-theme-color); --f7-toolbar-text-color: #ffffff; --f7-toolbar-link-color: #ffffff; --f7-statusbar-bg-color: var(--f7-theme-color); } .statusbar { background: var(--f7-theme-color); } .ios .toolbar { background-color: transparent; } .card { border: 1px solid rgba(0, 0, 0, 0.4) !important; } .card p { font-size: 18px; margin: -20px 10px 5px 15px !important; padding-bottom: 15px !important; color: #222222; } .card h1 { color: var(--f7-theme-color) !important; padding: 10px !important; font-weight: 500 !important; } .card h3 { color: var(--f7-theme-color) !important; padding: 10px !important; font-weight: 400 !important; margin-top: 5px !important; } .calendar-inline .toolbar-top, .ios .toolbar.toolbar-top, .ios .sheet .toolbar { top: 0 !important; background-color: var(--f7-theme-color) !important; } .alert { position: relative; margin-bottom: 1rem; border: 1px solid transparent; border-radius: .25rem; padding: 6px; } .alert-warning { color: #856404; background-color: #fff3cd; border-color: #ffeeba; } .alert-info { color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb; } .center { margin: auto; text-align: center; } .center .img-100 { width: 100%; } input[type="text"] { font-weight: bold; color: #222222; } /* Sticky footer **************************************************************************************************** */ footer { flex-shrink: 0; } .page-content { display: flex; flex-direction: column; } .page-content > div { flex: 1 0 auto; } /* iOS styles ******************************************************************************************************* */ .ios .page { background-color: #ffffff; }
src/css/app.css
:root { --f7-theme-color: #107ED6; --f7-theme-color-shade: #0D66AE; --f7-theme-color-tint: #53ABF2; --f7-theme-color-rgb: 16, 126, 214; --f7-navbar-bg-color: var(--f7-theme-color); --f7-navbar-link-color: #ffffff; --f7-navbar-text-color: #ffffff; --f7-toolbar-bg-color: var(--f7-theme-color); --f7-toolbar-text-color: #ffffff; --f7-toolbar-link-color: #ffffff; --f7-statusbar-bg-color: var(--f7-theme-color); } .statusbar { background: var(--f7-theme-color); } .ios .toolbar { background-color: transparent; } .card { border: 1px solid rgba(0, 0, 0, 0.4) !important; } .card p { font-size: 18px; margin: -20px 10px 5px 15px !important; padding-bottom: 15px !important; color: #222222; } .card h1 { color: var(--f7-theme-color) !important; padding: 10px !important; font-weight: 500 !important; } .card h3 { color: var(--f7-theme-color) !important; padding: 10px !important; font-weight: 400 !important; margin-top: 5px !important; } .calendar-inline .toolbar-top, .ios .toolbar.toolbar-top, .ios .sheet .toolbar { top: 0 !important; background-color: var(--f7-theme-color) !important; } .alert { position: relative; margin-bottom: 1rem; border: 1px solid transparent; border-radius: .25rem; padding: 6px; } .alert-warning { color: #856404; background-color: #fff3cd; border-color: #ffeeba; } .alert-info { color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb; } .center { margin: auto; text-align: center; } .center .img-100 { width: 100%; } input[type="text"] { font-weight: bold; color: #222222; } /* Sticky footer **************************************************************************************************** */ footer { flex-shrink: 0; } .page-content { display: flex; flex-direction: column; } .page-content > div { flex: 1 0 auto; } /* iOS styles ******************************************************************************************************* */ .ios .page { background-color: #ffffff; }
0.344664
0.126407
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; } * { box-sizing: border-box; } html { font-size: 62.5%; } html, body { font-family: 'Alata', sans-serif; color: white; } h1 { font-family: 'Yellowtail', cursive; color: white; font-size: 6rem; } @media (max-width: 500px) { h1 { font-size: 5rem; } } h2, h3, h4, h5 { font-family: 'Yellowtail', cursive; color: #213159; } h2 { font-size: 4rem; } h3 { font-size: 4rem; } h4 { font-size: 2rem; line-height: 1.5; } p { font-size: 1.8rem; line-height: 1.4; } .container { max-width: 900px; width: 100%; margin: 0 auto; } nav { display: flex; flex-wrap: wrap; background: linear-gradient(90deg, #3d6098 0%, #00d4ff 100%); justify-content: space-around; align-items: center; } nav .logo { font-size: 100rem; margin: 1%; } nav .logo a { text-decoration: none; } @media (max-width: 500px) { nav .logo { width: 100%; margin: 2%; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; } } nav .links { width: 30%; text-align: right; } nav .links a { text-decoration: none; color: white; font-size: 1rem; padding: 3% 5.5%; font-size: 1.9rem; position: relative; z-index: 0; cursor: pointer; } nav .links a:before, nav .links a:after { position: absolute; left: 0px; width: 100%; height: 2px; background: #FFF; content: ""; opacity: 0; transition: all 0.3s; } nav .links a:before { top: 0px; transform: translateY(10px); } nav .links a:after { bottom: 0px; transform: translateY(-10px); } nav .links a:hover:before, nav .links a:hover:after { opacity: 1; transform: translateY(0px); } @media (max-width: 500px) { nav .links { width: 100%; justify-content: space-around; text-align: center; padding: 1%; } } footer { display: flex; background-color: #213159; align-items: center; justify-content: center; padding: 1rem; width: 100%; margin: 0 auto; } footer .foot-logo { width: 20rem; font-size: 20rem; padding: 0% 1%; justify-content: flex-end; text-align: center; } footer .foot-logo h2 { background: linear-gradient(90deg, #9af0de 35%, #60d6ab 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } @media (max-width: 500px) { footer .foot-logo { padding: 1%; justify-content: center; align-items: center; text-align: center; width: 100%; } } footer .links { width: 60rem; } @media (max-width: 500px) { footer .links { width: 100%; justify-content: space-around; text-align: center; padding: 2%; } } footer .links a { text-decoration: none; color: white; padding: 0% 4%; font-size: 1.9rem; position: relative; z-index: 0; cursor: pointer; } footer .links a:before, footer .links a:after { position: absolute; left: 0px; width: 100%; height: 2px; background: #FFF; content: ""; opacity: 0; transition: all 0.3s; } footer .links a:before { top: 0px; transform: translateY(10px); } footer .links a:after { bottom: 0px; transform: translateY(-10px); } footer .links a:hover:before, footer .links a:hover:after { opacity: 1; transform: translateY(0px); } .header { margin-bottom: 2%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around; padding: 7rem; background: linear-gradient(90deg, #3d6098 0%, #00d4ff 100%); } @media (max-width: 500px) { .header { padding: 2rem; flex-direction: column; margin-bottom: 4rem; } } .header .headerimg { width: 40%; } @media (max-width: 500px) { .header .headerimg { width: 60%; order: -1; } } @media (max-width:800px) { .header .headerimg { order: -1; } } @media (max-width: 500px) { .header .over-img { text-align: center; align-items: center; justify-content: center; } } @media (max-width:800px) { .header .over-img { text-align: center; } } .header .over-img .header-text { font-family: 'Alata', sans-serif; font-size: 10rem; color: white; } @media (max-width: 500px) { .header .over-img .header-text { font-size: 3rem; } } @media (max-width:800px) { .header .over-img .header-text { font-size: 4rem; } } .header .over-img .make-text { font-size: 15rem; color: white; } @media (max-width: 500px) { .header .over-img .make-text { font-size: 5rem; } } @media (max-width:800px) { .header .over-img .make-text { font-size: 6rem; } } .header .over-img button { padding: 1rem 10rem; border: none; margin: 4rem 0rem; border-radius: 5rem; background: #213159; font-size: 3rem; font-family: 'Alata', sans-serif; color: white; } @media (max-width: 500px) { .header .over-img button { padding: 1rem 5rem; font-size: 1.8rem; margin: 1rem; } } @media (max-width:800px) { .header .over-img button { padding: 1.6rem 3rem; } } .header .over-img button:hover { color: #213159; background: linear-gradient(90deg, #91fbbf 35%, #8be2db 100%); } .section-one { background-color: #e7e7e7; justify-content: space-around; display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 2%; } @media (max-width: 500px) { .section-one { flex-direction: column; margin-bottom: 4rem; } } @media (max-width:800px) { .section-one { flex-direction: column; } } .section-one .section-one-img { width: 40%; order: -1; padding: 10rem 8rem; } @media (max-width: 500px) { .section-one .section-one-img { width: 50%; margin: 3rem auto; padding: 0rem; } } @media (max-width:800px) { .section-one .section-one-img { padding: 0rem; margin: 5rem 0rem; } } .section-one .one-text { width: 40%; text-align: right; padding: 4%; } @media (max-width: 500px) { .section-one .one-text { width: 90%; text-align: center; } } @media (max-width:800px) { .section-one .one-text { width: 90%; text-align: center; } } .section-one .one-text h3 { color: #213159; } @media (max-width: 500px) { .section-one .one-text h3 { font-size: 4.5rem; } } .section-one .one-text h4 { padding: 4% 0%; font-family: 'Alata', sans-serif; } @media (max-width: 500px) { .section-one .one-text h4 { font-size: 1.8rem; } } .section-two { background: linear-gradient(90deg, #9af0de 35%, #60d6ab 100%); padding: 2rem; margin-bottom: 4rem; } .section-two .how { text-align: center; width: 100%; margin: 0 auto; padding: 2%; color: #213159; } @media (max-width: 500px) { .section-two .how { font-size: 5rem; } } .section-two .boxes { display: flex; width: 90%; flex-wrap: wrap; justify-content: space-around; margin: 0 auto; font-size: 2rem; margin-bottom: 2%; } @media (max-width: 500px) { .section-two .boxes { width: 100%; flex-direction: column; } } @media (max-width:800px) { .section-two .boxes { width: 100%; flex-direction: column; } } .section-two .boxes .box1 { width: 30%; padding: 5%; background-color: white; align-items: center; color: #213159; text-align: center; border-radius: 2rem; } @media (max-width: 500px) { .section-two .boxes .box1 { width: 90%; margin: 1rem auto; } } @media (max-width:800px) { .section-two .boxes .box1 { width: 90%; margin: 1rem auto; } } .section-two .boxes .box1 h2 { background-color: #213159; margin-bottom: 2rem; color: white; padding: 1rem; font-size: 5rem; text-align: center; border-radius: 20rem; } @media (max-width: 500px) { .section-two .boxes .box1 h2 { font-size: 3rem; padding: 0.8rem; margin: 2rem auto; width: 15%; } } @media (max-width:800px) { .section-two .boxes .box1 h2 { font-size: 4rem; width: 20%; margin: 0 auto; } } .section-two .boxes .box1 img { width: 100%; } @media (max-width: 500px) { .section-two .boxes .box1 img { width: 70%; } } @media (max-width:800px) { .section-two .boxes .box1 img { width: 70%; } } .section-two .boxes .box1 p { padding-top: 4rem; } @media (max-width: 500px) { .section-two .boxes .box1 p { padding-top: 2rem; } } .section-two .boxes .box2 { width: 30%; padding: 5%; background-color: white; align-items: center; color: #213159; text-align: center; border-radius: 2rem; } @media (max-width: 500px) { .section-two .boxes .box2 { width: 90%; margin: 1rem auto; } } @media (max-width:800px) { .section-two .boxes .box2 { width: 90%; margin: 1rem auto; } } .section-two .boxes .box2 h2 { background-color: #213159; margin-bottom: 2rem; color: white; padding: 1rem; font-size: 5rem; text-align: center; border-radius: 20rem; } @media (max-width: 500px) { .section-two .boxes .box2 h2 { font-size: 3rem; padding: 0.8rem; margin: 2rem auto; width: 15%; } } @media (max-width:800px) { .section-two .boxes .box2 h2 { font-size: 4rem; width: 20%; margin: 0 auto; } } .section-two .boxes .box2 img { width: 100%; } @media (max-width: 500px) { .section-two .boxes .box2 img { width: 70%; } } @media (max-width:800px) { .section-two .boxes .box2 img { width: 70%; } } .section-two .boxes .box2 p { padding-top: 4rem; } @media (max-width: 500px) { .section-two .boxes .box2 p { padding-top: 2rem; } } .section-two .boxes .box3 { width: 30%; padding: 5%; background-color: white; align-items: center; color: #213159; text-align: center; border-radius: 2rem; } @media (max-width: 500px) { .section-two .boxes .box3 { width: 90%; margin: 1rem auto; } } @media (max-width:800px) { .section-two .boxes .box3 { width: 90%; margin: 1rem auto; } } .section-two .boxes .box3 h2 { background-color: #213159; margin-bottom: 2rem; color: white; padding: 1rem; font-size: 5rem; text-align: center; border-radius: 20rem; } @media (max-width: 500px) { .section-two .boxes .box3 h2 { font-size: 3rem; padding: 0.8rem; margin: 2rem auto; width: 15%; } } @media (max-width:800px) { .section-two .boxes .box3 h2 { font-size: 4rem; width: 20%; margin: 0 auto; } } .section-two .boxes .box3 img { width: 100%; } @media (max-width: 500px) { .section-two .boxes .box3 img { width: 70%; } } @media (max-width:800px) { .section-two .boxes .box3 img { width: 70%; } } .section-two .boxes .box3 p { padding-top: 4rem; } @media (max-width: 500px) { .section-two .boxes .box3 p { padding-top: 1rem; } } .section-three { background: linear-gradient(90deg, #3d6098 0%, #00d4ff 100%); justify-content: center; display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 2%; padding: 4rem; } @media (max-width: 500px) { .section-three { flex-direction: column; margin-bottom: 2rem; } } @media (max-width:800px) { .section-three { flex-direction: column; } } .section-three .started { color: white; margin: 0rem; } @media (max-width: 500px) { .section-three .started { font-size: 5rem; } } @media (max-width:800px) { .section-three .started { font-size: 6rem; } } .section-three button { padding: 1rem 10rem; border: none; margin: 1rem 2rem; border-radius: 5rem; background: #213159; font-size: 3rem; font-family: 'Alata', sans-serif; color: white; } @media (max-width: 500px) { .section-three button { padding: 1rem 5rem; font-size: 1.8rem; margin: 1rem; } } @media (max-width:800px) { .section-three button { padding: 1.6rem 3rem; } } .section-three button:hover { color: #213159; background: linear-gradient(90deg, #91fbbf 35%, #8be2db 100%); } .main-part { background-color: white; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; flex-direction: column; margin: 10% 0%; } .main-part .attr-text { width: 100%; text-align: center; } @media (max-width: 500px) { .main-part .attr-text { width: 100%; padding: 5%; } } .main-part p { color: #213159; margin: 1rem; width: 90%; text-align: center; } @media (max-width: 500px) { .main-part p { width: 90%; margin: 0 auto; } } @media (max-width:800px) { .main-part p { width: 90%; } } .main-part ol { padding: 2rem; font-size: 2rem; margin-bottom: 1rem; line-height: 1.8; text-align: center; } @media (max-width: 500px) { .main-part ol { width: 90%; margin: 0 auto; font-size: 1.6rem; } } .about-section-one { background: linear-gradient(90deg, #9af0de 35%, #60d6ab 100%); padding: 2rem; margin: 0rem; justify-content: space-around; display: flex; flex-wrap: wrap; align-items: center; } @media (max-width: 500px) { .about-section-one { flex-direction: column; } } @media (max-width:800px) { .about-section-one { flex-direction: column; } } .about-section-one .about-section-one-img { width: 40%; margin: 6rem; } @media (max-width: 500px) { .about-section-one .about-section-one-img { width: 50%; margin: 3rem auto; padding: 0rem; } } @media (max-width:800px) { .about-section-one .about-section-one-img { order: -1; width: 50%; padding: 0rem; margin: 2rem; } } .about-section-one .team-text { width: 40%; text-align: right; padding: 4%; } @media (max-width: 500px) { .about-section-one .team-text { width: 90%; text-align: center; } } @media (max-width:800px) { .about-section-one .team-text { width: 90%; text-align: center; } } .about-section-one .team-text h3 { font-size: 7rem; } @media (max-width: 500px) { .about-section-one .team-text h3 { font-size: 4.5rem; } } .about-section-one .team-text h4 { padding: 4% 0%; font-family: 'Alata', sans-serif; } @media (max-width: 500px) { .about-section-one .team-text h4 { font-size: 1.8rem; } } .about-section-two { background: linear-gradient(90deg, #9af0de 35%, #60d6ab 100%); padding: 2rem; margin-bottom: 4rem; width: 100%; } @media (max-width: 500px) { .about-section-two { margin: 0rem; } } .about-section-two .team_title { text-align: center; padding: 2%; font-size: 7rem; color: #213159; } @media (max-width: 500px) { .about-section-two .team_title { font-size: 5rem; } } .about-section-two .about-boxes { display: flex; width: 90%; flex-wrap: wrap; justify-content: space-around; margin: 0 auto; font-size: 2rem; } @media (max-width: 500px) { .about-section-two .about-boxes { width: 100%; flex-direction: column; } } @media (max-width:800px) { .about-section-two .about-boxes { width: 100; flex-direction: column; } } .about-section-two .about-boxes .about-box1 { width: 30%; padding: 5%; background-color: white; align-items: center; color: #213159; text-align: center; border-radius: 2rem; margin: 3rem 0rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box1 { width: 90%; margin: 1rem auto; } } @media (max-width:800px) { .about-section-two .about-boxes .about-box1 { width: 90%; margin: 1rem auto; } } .about-section-two .about-boxes .about-box1 h2 { background-color: #213159; margin-bottom: 2rem; color: white; padding: 1rem; font-size: 3rem; text-align: center; border-radius: 20rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box1 h2 { font-size: 3rem; padding: 0.8rem; margin: 2rem auto; width: 100%; } } .about-section-two .about-boxes .about-box1 img { width: 70%; border-radius: 30rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box1 img { width: 70%; } } .about-section-two .about-boxes .about-box1 h4 { padding-top: 4rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box1 h4 { padding-top: 2rem; } } .about-section-two .about-boxes .about-box2 { width: 30%; padding: 5%; background-color: white; align-items: center; color: #213159; text-align: center; border-radius: 2rem; margin: 3rem 0rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box2 { width: 90%; margin: 1rem auto; } } @media (max-width:800px) { .about-section-two .about-boxes .about-box2 { width: 90%; margin: 1rem auto; } } .about-section-two .about-boxes .about-box2 h2 { background-color: #213159; margin-bottom: 2rem; color: white; padding: 1rem; font-size: 3rem; text-align: center; border-radius: 20rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box2 h2 { font-size: 3rem; padding: 0.8rem; margin: 2rem auto; width: 100%; } } .about-section-two .about-boxes .about-box2 img { width: 70%; border-radius: 30rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box2 img { width: 70%; } } .about-section-two .about-boxes .about-box2 h4 { padding-top: 4rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box2 h4 { padding-top: 2rem; } } .about-section-two .about-boxes .about-box3 { width: 30%; padding: 5%; background-color: white; align-items: center; color: #213159; text-align: center; border-radius: 2rem; margin: 3rem 0rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box3 { width: 90%; margin: 1rem auto; } } @media (max-width:800px) { .about-section-two .about-boxes .about-box3 { width: 90%; margin: 1rem auto; } } .about-section-two .about-boxes .about-box3 h2 { background-color: #213159; margin-bottom: 2rem; color: white; padding: 1rem; font-size: 3rem; text-align: center; border-radius: 20rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box3 h2 { font-size: 3rem; padding: 0.8rem; margin: 2rem auto; width: 100%; } } .about-section-two .about-boxes .about-box3 img { width: 70%; border-radius: 30rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box3 img { width: 70%; } } .about-section-two .about-boxes .about-box3 h4 { padding-top: 4rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box3 h4 { padding-top: 2rem; } } .about-section-two .about-boxes .about-box4 { width: 30%; padding: 5%; background-color: white; align-items: center; color: #213159; text-align: center; border-radius: 2rem; margin: 3rem 0rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box4 { width: 90%; margin: 1rem auto; } } @media (max-width:800px) { .about-section-two .about-boxes .about-box4 { width: 90%; margin: 1rem auto; } } .about-section-two .about-boxes .about-box4 h2 { background-color: #213159; margin-bottom: 2rem; color: white; padding: 1rem; font-size: 3rem; text-align: center; border-radius: 20rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box4 h2 { font-size: 3rem; padding: 0.8rem; margin: 2rem auto; width: 100%; } } .about-section-two .about-boxes .about-box4 img { width: 70%; border-radius: 30rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box4 img { width: 70%; } } .about-section-two .about-boxes .about-box4 h4 { padding-top: 4rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box4 h4 { padding-top: 2rem; } } .about-section-two .about-boxes .about-box5 { width: 30%; padding: 5%; background-color: white; align-items: center; color: #213159; text-align: center; border-radius: 2rem; margin: 3rem 0rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box5 { width: 90%; margin: 1rem auto; } } @media (max-width:800px) { .about-section-two .about-boxes .about-box5 { width: 90%; margin: 1rem auto; } } .about-section-two .about-boxes .about-box5 h2 { background-color: #213159; margin-bottom: 2rem; color: white; padding: 1rem; font-size: 3rem; text-align: center; border-radius: 20rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box5 h2 { font-size: 3rem; padding: 0.8rem; margin: 2rem auto; width: 100%; } } .about-section-two .about-boxes .about-box5 img { width: 70%; border-radius: 30rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box5 img { width: 70%; } } .about-section-two .about-boxes .about-box5 h4 { padding-top: 4rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box5 h4 { padding-top: 2rem; } } .about-section-two .about-boxes .about-box6 { width: 30%; padding: 5%; background-color: white; align-items: center; color: #213159; text-align: center; border-radius: 2rem; margin: 3rem 0rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box6 { width: 90%; margin: 1rem auto; } } @media (max-width:800px) { .about-section-two .about-boxes .about-box6 { width: 90%; margin: 1rem auto; } } .about-section-two .about-boxes .about-box6 h2 { background-color: #213159; margin-bottom: 2rem; color: white; padding: 1rem; font-size: 3rem; text-align: center; border-radius: 20rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box6 h2 { font-size: 3rem; padding: 0.8rem; margin: 2rem auto; width: 100%; } } .about-section-two .about-boxes .about-box6 img { width: 70%; border-radius: 30rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box6 img { width: 70%; } } .about-section-two .about-boxes .about-box6 h4 { padding-top: 4rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box6 h4 { padding-top: 2rem; } }
css/index.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; } * { box-sizing: border-box; } html { font-size: 62.5%; } html, body { font-family: 'Alata', sans-serif; color: white; } h1 { font-family: 'Yellowtail', cursive; color: white; font-size: 6rem; } @media (max-width: 500px) { h1 { font-size: 5rem; } } h2, h3, h4, h5 { font-family: 'Yellowtail', cursive; color: #213159; } h2 { font-size: 4rem; } h3 { font-size: 4rem; } h4 { font-size: 2rem; line-height: 1.5; } p { font-size: 1.8rem; line-height: 1.4; } .container { max-width: 900px; width: 100%; margin: 0 auto; } nav { display: flex; flex-wrap: wrap; background: linear-gradient(90deg, #3d6098 0%, #00d4ff 100%); justify-content: space-around; align-items: center; } nav .logo { font-size: 100rem; margin: 1%; } nav .logo a { text-decoration: none; } @media (max-width: 500px) { nav .logo { width: 100%; margin: 2%; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; } } nav .links { width: 30%; text-align: right; } nav .links a { text-decoration: none; color: white; font-size: 1rem; padding: 3% 5.5%; font-size: 1.9rem; position: relative; z-index: 0; cursor: pointer; } nav .links a:before, nav .links a:after { position: absolute; left: 0px; width: 100%; height: 2px; background: #FFF; content: ""; opacity: 0; transition: all 0.3s; } nav .links a:before { top: 0px; transform: translateY(10px); } nav .links a:after { bottom: 0px; transform: translateY(-10px); } nav .links a:hover:before, nav .links a:hover:after { opacity: 1; transform: translateY(0px); } @media (max-width: 500px) { nav .links { width: 100%; justify-content: space-around; text-align: center; padding: 1%; } } footer { display: flex; background-color: #213159; align-items: center; justify-content: center; padding: 1rem; width: 100%; margin: 0 auto; } footer .foot-logo { width: 20rem; font-size: 20rem; padding: 0% 1%; justify-content: flex-end; text-align: center; } footer .foot-logo h2 { background: linear-gradient(90deg, #9af0de 35%, #60d6ab 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } @media (max-width: 500px) { footer .foot-logo { padding: 1%; justify-content: center; align-items: center; text-align: center; width: 100%; } } footer .links { width: 60rem; } @media (max-width: 500px) { footer .links { width: 100%; justify-content: space-around; text-align: center; padding: 2%; } } footer .links a { text-decoration: none; color: white; padding: 0% 4%; font-size: 1.9rem; position: relative; z-index: 0; cursor: pointer; } footer .links a:before, footer .links a:after { position: absolute; left: 0px; width: 100%; height: 2px; background: #FFF; content: ""; opacity: 0; transition: all 0.3s; } footer .links a:before { top: 0px; transform: translateY(10px); } footer .links a:after { bottom: 0px; transform: translateY(-10px); } footer .links a:hover:before, footer .links a:hover:after { opacity: 1; transform: translateY(0px); } .header { margin-bottom: 2%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around; padding: 7rem; background: linear-gradient(90deg, #3d6098 0%, #00d4ff 100%); } @media (max-width: 500px) { .header { padding: 2rem; flex-direction: column; margin-bottom: 4rem; } } .header .headerimg { width: 40%; } @media (max-width: 500px) { .header .headerimg { width: 60%; order: -1; } } @media (max-width:800px) { .header .headerimg { order: -1; } } @media (max-width: 500px) { .header .over-img { text-align: center; align-items: center; justify-content: center; } } @media (max-width:800px) { .header .over-img { text-align: center; } } .header .over-img .header-text { font-family: 'Alata', sans-serif; font-size: 10rem; color: white; } @media (max-width: 500px) { .header .over-img .header-text { font-size: 3rem; } } @media (max-width:800px) { .header .over-img .header-text { font-size: 4rem; } } .header .over-img .make-text { font-size: 15rem; color: white; } @media (max-width: 500px) { .header .over-img .make-text { font-size: 5rem; } } @media (max-width:800px) { .header .over-img .make-text { font-size: 6rem; } } .header .over-img button { padding: 1rem 10rem; border: none; margin: 4rem 0rem; border-radius: 5rem; background: #213159; font-size: 3rem; font-family: 'Alata', sans-serif; color: white; } @media (max-width: 500px) { .header .over-img button { padding: 1rem 5rem; font-size: 1.8rem; margin: 1rem; } } @media (max-width:800px) { .header .over-img button { padding: 1.6rem 3rem; } } .header .over-img button:hover { color: #213159; background: linear-gradient(90deg, #91fbbf 35%, #8be2db 100%); } .section-one { background-color: #e7e7e7; justify-content: space-around; display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 2%; } @media (max-width: 500px) { .section-one { flex-direction: column; margin-bottom: 4rem; } } @media (max-width:800px) { .section-one { flex-direction: column; } } .section-one .section-one-img { width: 40%; order: -1; padding: 10rem 8rem; } @media (max-width: 500px) { .section-one .section-one-img { width: 50%; margin: 3rem auto; padding: 0rem; } } @media (max-width:800px) { .section-one .section-one-img { padding: 0rem; margin: 5rem 0rem; } } .section-one .one-text { width: 40%; text-align: right; padding: 4%; } @media (max-width: 500px) { .section-one .one-text { width: 90%; text-align: center; } } @media (max-width:800px) { .section-one .one-text { width: 90%; text-align: center; } } .section-one .one-text h3 { color: #213159; } @media (max-width: 500px) { .section-one .one-text h3 { font-size: 4.5rem; } } .section-one .one-text h4 { padding: 4% 0%; font-family: 'Alata', sans-serif; } @media (max-width: 500px) { .section-one .one-text h4 { font-size: 1.8rem; } } .section-two { background: linear-gradient(90deg, #9af0de 35%, #60d6ab 100%); padding: 2rem; margin-bottom: 4rem; } .section-two .how { text-align: center; width: 100%; margin: 0 auto; padding: 2%; color: #213159; } @media (max-width: 500px) { .section-two .how { font-size: 5rem; } } .section-two .boxes { display: flex; width: 90%; flex-wrap: wrap; justify-content: space-around; margin: 0 auto; font-size: 2rem; margin-bottom: 2%; } @media (max-width: 500px) { .section-two .boxes { width: 100%; flex-direction: column; } } @media (max-width:800px) { .section-two .boxes { width: 100%; flex-direction: column; } } .section-two .boxes .box1 { width: 30%; padding: 5%; background-color: white; align-items: center; color: #213159; text-align: center; border-radius: 2rem; } @media (max-width: 500px) { .section-two .boxes .box1 { width: 90%; margin: 1rem auto; } } @media (max-width:800px) { .section-two .boxes .box1 { width: 90%; margin: 1rem auto; } } .section-two .boxes .box1 h2 { background-color: #213159; margin-bottom: 2rem; color: white; padding: 1rem; font-size: 5rem; text-align: center; border-radius: 20rem; } @media (max-width: 500px) { .section-two .boxes .box1 h2 { font-size: 3rem; padding: 0.8rem; margin: 2rem auto; width: 15%; } } @media (max-width:800px) { .section-two .boxes .box1 h2 { font-size: 4rem; width: 20%; margin: 0 auto; } } .section-two .boxes .box1 img { width: 100%; } @media (max-width: 500px) { .section-two .boxes .box1 img { width: 70%; } } @media (max-width:800px) { .section-two .boxes .box1 img { width: 70%; } } .section-two .boxes .box1 p { padding-top: 4rem; } @media (max-width: 500px) { .section-two .boxes .box1 p { padding-top: 2rem; } } .section-two .boxes .box2 { width: 30%; padding: 5%; background-color: white; align-items: center; color: #213159; text-align: center; border-radius: 2rem; } @media (max-width: 500px) { .section-two .boxes .box2 { width: 90%; margin: 1rem auto; } } @media (max-width:800px) { .section-two .boxes .box2 { width: 90%; margin: 1rem auto; } } .section-two .boxes .box2 h2 { background-color: #213159; margin-bottom: 2rem; color: white; padding: 1rem; font-size: 5rem; text-align: center; border-radius: 20rem; } @media (max-width: 500px) { .section-two .boxes .box2 h2 { font-size: 3rem; padding: 0.8rem; margin: 2rem auto; width: 15%; } } @media (max-width:800px) { .section-two .boxes .box2 h2 { font-size: 4rem; width: 20%; margin: 0 auto; } } .section-two .boxes .box2 img { width: 100%; } @media (max-width: 500px) { .section-two .boxes .box2 img { width: 70%; } } @media (max-width:800px) { .section-two .boxes .box2 img { width: 70%; } } .section-two .boxes .box2 p { padding-top: 4rem; } @media (max-width: 500px) { .section-two .boxes .box2 p { padding-top: 2rem; } } .section-two .boxes .box3 { width: 30%; padding: 5%; background-color: white; align-items: center; color: #213159; text-align: center; border-radius: 2rem; } @media (max-width: 500px) { .section-two .boxes .box3 { width: 90%; margin: 1rem auto; } } @media (max-width:800px) { .section-two .boxes .box3 { width: 90%; margin: 1rem auto; } } .section-two .boxes .box3 h2 { background-color: #213159; margin-bottom: 2rem; color: white; padding: 1rem; font-size: 5rem; text-align: center; border-radius: 20rem; } @media (max-width: 500px) { .section-two .boxes .box3 h2 { font-size: 3rem; padding: 0.8rem; margin: 2rem auto; width: 15%; } } @media (max-width:800px) { .section-two .boxes .box3 h2 { font-size: 4rem; width: 20%; margin: 0 auto; } } .section-two .boxes .box3 img { width: 100%; } @media (max-width: 500px) { .section-two .boxes .box3 img { width: 70%; } } @media (max-width:800px) { .section-two .boxes .box3 img { width: 70%; } } .section-two .boxes .box3 p { padding-top: 4rem; } @media (max-width: 500px) { .section-two .boxes .box3 p { padding-top: 1rem; } } .section-three { background: linear-gradient(90deg, #3d6098 0%, #00d4ff 100%); justify-content: center; display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 2%; padding: 4rem; } @media (max-width: 500px) { .section-three { flex-direction: column; margin-bottom: 2rem; } } @media (max-width:800px) { .section-three { flex-direction: column; } } .section-three .started { color: white; margin: 0rem; } @media (max-width: 500px) { .section-three .started { font-size: 5rem; } } @media (max-width:800px) { .section-three .started { font-size: 6rem; } } .section-three button { padding: 1rem 10rem; border: none; margin: 1rem 2rem; border-radius: 5rem; background: #213159; font-size: 3rem; font-family: 'Alata', sans-serif; color: white; } @media (max-width: 500px) { .section-three button { padding: 1rem 5rem; font-size: 1.8rem; margin: 1rem; } } @media (max-width:800px) { .section-three button { padding: 1.6rem 3rem; } } .section-three button:hover { color: #213159; background: linear-gradient(90deg, #91fbbf 35%, #8be2db 100%); } .main-part { background-color: white; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; flex-direction: column; margin: 10% 0%; } .main-part .attr-text { width: 100%; text-align: center; } @media (max-width: 500px) { .main-part .attr-text { width: 100%; padding: 5%; } } .main-part p { color: #213159; margin: 1rem; width: 90%; text-align: center; } @media (max-width: 500px) { .main-part p { width: 90%; margin: 0 auto; } } @media (max-width:800px) { .main-part p { width: 90%; } } .main-part ol { padding: 2rem; font-size: 2rem; margin-bottom: 1rem; line-height: 1.8; text-align: center; } @media (max-width: 500px) { .main-part ol { width: 90%; margin: 0 auto; font-size: 1.6rem; } } .about-section-one { background: linear-gradient(90deg, #9af0de 35%, #60d6ab 100%); padding: 2rem; margin: 0rem; justify-content: space-around; display: flex; flex-wrap: wrap; align-items: center; } @media (max-width: 500px) { .about-section-one { flex-direction: column; } } @media (max-width:800px) { .about-section-one { flex-direction: column; } } .about-section-one .about-section-one-img { width: 40%; margin: 6rem; } @media (max-width: 500px) { .about-section-one .about-section-one-img { width: 50%; margin: 3rem auto; padding: 0rem; } } @media (max-width:800px) { .about-section-one .about-section-one-img { order: -1; width: 50%; padding: 0rem; margin: 2rem; } } .about-section-one .team-text { width: 40%; text-align: right; padding: 4%; } @media (max-width: 500px) { .about-section-one .team-text { width: 90%; text-align: center; } } @media (max-width:800px) { .about-section-one .team-text { width: 90%; text-align: center; } } .about-section-one .team-text h3 { font-size: 7rem; } @media (max-width: 500px) { .about-section-one .team-text h3 { font-size: 4.5rem; } } .about-section-one .team-text h4 { padding: 4% 0%; font-family: 'Alata', sans-serif; } @media (max-width: 500px) { .about-section-one .team-text h4 { font-size: 1.8rem; } } .about-section-two { background: linear-gradient(90deg, #9af0de 35%, #60d6ab 100%); padding: 2rem; margin-bottom: 4rem; width: 100%; } @media (max-width: 500px) { .about-section-two { margin: 0rem; } } .about-section-two .team_title { text-align: center; padding: 2%; font-size: 7rem; color: #213159; } @media (max-width: 500px) { .about-section-two .team_title { font-size: 5rem; } } .about-section-two .about-boxes { display: flex; width: 90%; flex-wrap: wrap; justify-content: space-around; margin: 0 auto; font-size: 2rem; } @media (max-width: 500px) { .about-section-two .about-boxes { width: 100%; flex-direction: column; } } @media (max-width:800px) { .about-section-two .about-boxes { width: 100; flex-direction: column; } } .about-section-two .about-boxes .about-box1 { width: 30%; padding: 5%; background-color: white; align-items: center; color: #213159; text-align: center; border-radius: 2rem; margin: 3rem 0rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box1 { width: 90%; margin: 1rem auto; } } @media (max-width:800px) { .about-section-two .about-boxes .about-box1 { width: 90%; margin: 1rem auto; } } .about-section-two .about-boxes .about-box1 h2 { background-color: #213159; margin-bottom: 2rem; color: white; padding: 1rem; font-size: 3rem; text-align: center; border-radius: 20rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box1 h2 { font-size: 3rem; padding: 0.8rem; margin: 2rem auto; width: 100%; } } .about-section-two .about-boxes .about-box1 img { width: 70%; border-radius: 30rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box1 img { width: 70%; } } .about-section-two .about-boxes .about-box1 h4 { padding-top: 4rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box1 h4 { padding-top: 2rem; } } .about-section-two .about-boxes .about-box2 { width: 30%; padding: 5%; background-color: white; align-items: center; color: #213159; text-align: center; border-radius: 2rem; margin: 3rem 0rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box2 { width: 90%; margin: 1rem auto; } } @media (max-width:800px) { .about-section-two .about-boxes .about-box2 { width: 90%; margin: 1rem auto; } } .about-section-two .about-boxes .about-box2 h2 { background-color: #213159; margin-bottom: 2rem; color: white; padding: 1rem; font-size: 3rem; text-align: center; border-radius: 20rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box2 h2 { font-size: 3rem; padding: 0.8rem; margin: 2rem auto; width: 100%; } } .about-section-two .about-boxes .about-box2 img { width: 70%; border-radius: 30rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box2 img { width: 70%; } } .about-section-two .about-boxes .about-box2 h4 { padding-top: 4rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box2 h4 { padding-top: 2rem; } } .about-section-two .about-boxes .about-box3 { width: 30%; padding: 5%; background-color: white; align-items: center; color: #213159; text-align: center; border-radius: 2rem; margin: 3rem 0rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box3 { width: 90%; margin: 1rem auto; } } @media (max-width:800px) { .about-section-two .about-boxes .about-box3 { width: 90%; margin: 1rem auto; } } .about-section-two .about-boxes .about-box3 h2 { background-color: #213159; margin-bottom: 2rem; color: white; padding: 1rem; font-size: 3rem; text-align: center; border-radius: 20rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box3 h2 { font-size: 3rem; padding: 0.8rem; margin: 2rem auto; width: 100%; } } .about-section-two .about-boxes .about-box3 img { width: 70%; border-radius: 30rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box3 img { width: 70%; } } .about-section-two .about-boxes .about-box3 h4 { padding-top: 4rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box3 h4 { padding-top: 2rem; } } .about-section-two .about-boxes .about-box4 { width: 30%; padding: 5%; background-color: white; align-items: center; color: #213159; text-align: center; border-radius: 2rem; margin: 3rem 0rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box4 { width: 90%; margin: 1rem auto; } } @media (max-width:800px) { .about-section-two .about-boxes .about-box4 { width: 90%; margin: 1rem auto; } } .about-section-two .about-boxes .about-box4 h2 { background-color: #213159; margin-bottom: 2rem; color: white; padding: 1rem; font-size: 3rem; text-align: center; border-radius: 20rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box4 h2 { font-size: 3rem; padding: 0.8rem; margin: 2rem auto; width: 100%; } } .about-section-two .about-boxes .about-box4 img { width: 70%; border-radius: 30rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box4 img { width: 70%; } } .about-section-two .about-boxes .about-box4 h4 { padding-top: 4rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box4 h4 { padding-top: 2rem; } } .about-section-two .about-boxes .about-box5 { width: 30%; padding: 5%; background-color: white; align-items: center; color: #213159; text-align: center; border-radius: 2rem; margin: 3rem 0rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box5 { width: 90%; margin: 1rem auto; } } @media (max-width:800px) { .about-section-two .about-boxes .about-box5 { width: 90%; margin: 1rem auto; } } .about-section-two .about-boxes .about-box5 h2 { background-color: #213159; margin-bottom: 2rem; color: white; padding: 1rem; font-size: 3rem; text-align: center; border-radius: 20rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box5 h2 { font-size: 3rem; padding: 0.8rem; margin: 2rem auto; width: 100%; } } .about-section-two .about-boxes .about-box5 img { width: 70%; border-radius: 30rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box5 img { width: 70%; } } .about-section-two .about-boxes .about-box5 h4 { padding-top: 4rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box5 h4 { padding-top: 2rem; } } .about-section-two .about-boxes .about-box6 { width: 30%; padding: 5%; background-color: white; align-items: center; color: #213159; text-align: center; border-radius: 2rem; margin: 3rem 0rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box6 { width: 90%; margin: 1rem auto; } } @media (max-width:800px) { .about-section-two .about-boxes .about-box6 { width: 90%; margin: 1rem auto; } } .about-section-two .about-boxes .about-box6 h2 { background-color: #213159; margin-bottom: 2rem; color: white; padding: 1rem; font-size: 3rem; text-align: center; border-radius: 20rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box6 h2 { font-size: 3rem; padding: 0.8rem; margin: 2rem auto; width: 100%; } } .about-section-two .about-boxes .about-box6 img { width: 70%; border-radius: 30rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box6 img { width: 70%; } } .about-section-two .about-boxes .about-box6 h4 { padding-top: 4rem; } @media (max-width: 500px) { .about-section-two .about-boxes .about-box6 h4 { padding-top: 2rem; } }
0.480235
0.08196
html { height: 100%;} * { margin: 0; padding: 0;} body { font: normal .80em 'trebuchet ms', arial, sans-serif; background: #1a1a1a; color: #555;} p { color: #ffffff; padding: 0 0 20px 0; line-height: 1.7em;} img { border: 0;} h1, h2, h3, h4, h5, h6 { color: #ffffff; letter-spacing: 0em; padding: 0 0 5px 0;} h1, h2, h3 { font: normal 170% 'century gothic', arial; margin: 0 0 15px 0; padding: 15px 0 5px 0;} h2 { font-size: 160%; padding: 9px 0 5px 0;} h3 { font-size: 140%; padding: 5px 0 0 0;} h4, h6 { color: #ffffff; padding: 0 0 5px 0; font: normal 110% arial; text-transform: uppercase;} h5, h6 { color: #888; font: normal 95% arial; letter-spacing: normal; padding: 0 0 15px 0;} a, a:link { outline: none; text-decoration: none; color: #999999;} a:hover { text-decoration: none; color: #ffffff;} blockquote { margin: 20px 0; padding: 10px 20px 0 20px; border: 1px solid #E5E5DB; background: #FFF;} ul { margin: 2px 0 22px 17px;} ul li { list-style-type: circle; margin: 0 0 6px 0; padding: 0 0 4px 5px; line-height: 1.5em;} .left { float: left; width: auto; margin-right: 10px;} .right { float: right; width: auto; margin-left: 10px;} .center { display: block; text-align: center; margin: 20px auto;} #main, #menubar, #site_content, #footer { margin-left: auto; margin-right: auto;} #header { background: #1d1d1d url(architects_header.jpg) no-repeat; border-bottom: 2px solid #ffffff; height: 350px; display: block; margin-left: auto; margin-right: auto; width: 63%;} #banner { background: transparent url(banner.jpg) no-repeat; width: 800px; height: 180px; margin-bottom: 20px; border: 5px solid #ffffff;} #menubar { width: 100%; height: 50%;} ul#menu { float: center; margin: 0;} ul#menu li { float: left; padding: 0 0 0 9px; list-style: none; margin: 1px 2px 0 0; background: transparent;} ul#menu li a { font: normal 100% 'trebuchet ms', sans-serif; display: block; float: left; height: 20px; padding: 6px 35px 5px 28px; text-align: center; color: #FFF; text-decoration: none; background: transparent;} ul#menu li.selected a { height: 20px; padding: 6px 35px 5px 28px;} ul#menu li.selected { margin: 1px 2px 0 0; background: #ffffff;} ul#menu li.selected a, ul#menu li.selected a:hover { background: #000000; color: #FFF;} ul#menu li a:hover { color: #FFF; background: #404040;} #site_content { width: 880px; overflow: hidden; margin: 20px auto 0 auto; padding: 0 0 10px 0;} #sidebar_container { float: right; width: 224px;} .sidebar_top { width: 222px; height: 14px; background: transparent url(side_top.png) no-repeat;} .sidebar_base { width: 222px; height: 14px; background: url(side_base.png) no-repeat;} .sidebar { float: right; width: 222px; padding: 0; margin: 0 0 16px 0;} .sidebar_item { background: url(side_back.png) repeat-y; padding: 0 15px; width: 192px;} .sidebar li a.selected { color: #444;} .sidebar ul { margin: 0;} #content { text-align: left; width: 620px; padding: 0 0 0 5px; float: left;} #content ul { margin: 2px 0 22px 0px;} #content ul li, .sidebar ul li { list-style-type: none; background: url(bullet.png) no-repeat; margin: 0 0 0 0; padding: 0 0 4px 25px; line-height: 1.5em;} #footer { width: 100%; font-family: 'trebuchet ms', sans-serif; font-size: 100%; height: 80px; padding: 28px 0 5px 0; text-align: center; background: transparent url(pattern.png) repeat; border-top: 2px solid #ffffff; color: #FFF;} #footer p { line-height: 1.7em; padding: 0 0 10px 0;} #footer a { color: #999999; text-decoration: none;} #footer a:hover { color: #FFF; text-decoration: none;} .form_settings { margin: 15px 0 0 0;} .form_settings p { padding: 0 0 4px 0;} .form_settings span { float: left; width: 200px; text-align: left;} .form_settings input, .form_settings textarea { padding: 5px; width: 299px; font: 100% arial; border: 1px solid #E5E5DB; background: #FFF; color: #47433F;} .form_settings .submit { font: 100% arial; border: 0; width: 99px; margin: 0 0 0 212px; height: 33px; padding: 2px 0 3px 0; cursor: pointer; background: #404040; color: #FFF;} .form_settings textarea, .form_settings select { font: 100% arial; width: 299px;} .form_settings select { width: 310px;} .form_settings .checkbox { margin: 4px 0; padding: 0; width: 14px; border: 0; background: none;} .separator { width: 100%; height: 0; border-top: 1px solid #D9D5CF; border-bottom: 1px solid #FFF; margin: 0 0 20px 0;} table { margin: 10px 0 30px 0;} table tr th, table tr td { background: #404040; color: #FFF; padding: 7px 4px; text-align: left;} table tr td { background: #E5E5DB; color: #47433F; border-top: 1px solid #FFF;} /* Full-width input fields */ input[type=text], input[type=password] { width: 90%; padding: 15px; margin: 5px 0 22px 0; display: in-block; border: none; background: #f1f1f1; } input[type=text]:focus, input[type=password]:focus { background-color: #ddd; outline: none; } hr { border: 1px solid #f1f1f1; margin-bottom: 25px; } /* Set a style for all buttons */ button { background-color: #404040; color: white; padding: 14px 20px; margin: 8px 0; border: none; cursor: pointer; width: 20%; opacity: 0.9; } button:hover { opacity:1; } /* Add padding to container elements */ .container { padding: 16px; } /* Clear floats */ .clearfix::after { content: ""; clear: both; display: table; } /* Styles the thumbnail */ a.lightbox img { height: 150px; border: 3px solid white; box-shadow: 0px 0px 8px rgba(0,0,0,.3); margin: 94px 20px 20px 20px; } /* Styles the lightbox, removes it from sight and adds the fade-in transition */ .lightbox-target { position: fixed; top: -100%; width: 100%; background: rgba(0,0,0,.7); width: 100%; opacity: 0; -webkit-transition: opacity .5s ease-in-out; -moz-transition: opacity .5s ease-in-out; -o-transition: opacity .5s ease-in-out; transition: opacity .5s ease-in-out; overflow: hidden; } /* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */ .lightbox-target img { margin: auto; position: absolute; top: 0; left:0; right:0; bottom: 0; max-height: 0%; max-width: 0%; border: 3px solid white; box-shadow: 0px 0px 8px rgba(0,0,0,.3); box-sizing: border-box; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; } /* Styles the close link, adds the slide down transition */ a.lightbox-close { display: block; width:50px; height:50px; box-sizing: border-box; background: white; color: black; text-decoration: none; position: absolute; top: -80px; right: 0; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; } /* Provides part of the "X" to eliminate an image from the close link */ a.lightbox-close:before { content: ""; display: block; height: 30px; width: 1px; background: black; position: absolute; left: 26px; top:10px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg); } /* Provides part of the "X" to eliminate an image from the close link */ a.lightbox-close:after { content: ""; display: block; height: 30px; width: 1px; background: black; position: absolute; left: 26px; top:10px; -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg); } /* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */ .lightbox-target:target { opacity: 1; top: 0; bottom: 0; } .lightbox-target:target img { max-height: 100%; max-width: 100%; } .lightbox-target:target a.lightbox-close { top: 0px; }
images/style/style.css
html { height: 100%;} * { margin: 0; padding: 0;} body { font: normal .80em 'trebuchet ms', arial, sans-serif; background: #1a1a1a; color: #555;} p { color: #ffffff; padding: 0 0 20px 0; line-height: 1.7em;} img { border: 0;} h1, h2, h3, h4, h5, h6 { color: #ffffff; letter-spacing: 0em; padding: 0 0 5px 0;} h1, h2, h3 { font: normal 170% 'century gothic', arial; margin: 0 0 15px 0; padding: 15px 0 5px 0;} h2 { font-size: 160%; padding: 9px 0 5px 0;} h3 { font-size: 140%; padding: 5px 0 0 0;} h4, h6 { color: #ffffff; padding: 0 0 5px 0; font: normal 110% arial; text-transform: uppercase;} h5, h6 { color: #888; font: normal 95% arial; letter-spacing: normal; padding: 0 0 15px 0;} a, a:link { outline: none; text-decoration: none; color: #999999;} a:hover { text-decoration: none; color: #ffffff;} blockquote { margin: 20px 0; padding: 10px 20px 0 20px; border: 1px solid #E5E5DB; background: #FFF;} ul { margin: 2px 0 22px 17px;} ul li { list-style-type: circle; margin: 0 0 6px 0; padding: 0 0 4px 5px; line-height: 1.5em;} .left { float: left; width: auto; margin-right: 10px;} .right { float: right; width: auto; margin-left: 10px;} .center { display: block; text-align: center; margin: 20px auto;} #main, #menubar, #site_content, #footer { margin-left: auto; margin-right: auto;} #header { background: #1d1d1d url(architects_header.jpg) no-repeat; border-bottom: 2px solid #ffffff; height: 350px; display: block; margin-left: auto; margin-right: auto; width: 63%;} #banner { background: transparent url(banner.jpg) no-repeat; width: 800px; height: 180px; margin-bottom: 20px; border: 5px solid #ffffff;} #menubar { width: 100%; height: 50%;} ul#menu { float: center; margin: 0;} ul#menu li { float: left; padding: 0 0 0 9px; list-style: none; margin: 1px 2px 0 0; background: transparent;} ul#menu li a { font: normal 100% 'trebuchet ms', sans-serif; display: block; float: left; height: 20px; padding: 6px 35px 5px 28px; text-align: center; color: #FFF; text-decoration: none; background: transparent;} ul#menu li.selected a { height: 20px; padding: 6px 35px 5px 28px;} ul#menu li.selected { margin: 1px 2px 0 0; background: #ffffff;} ul#menu li.selected a, ul#menu li.selected a:hover { background: #000000; color: #FFF;} ul#menu li a:hover { color: #FFF; background: #404040;} #site_content { width: 880px; overflow: hidden; margin: 20px auto 0 auto; padding: 0 0 10px 0;} #sidebar_container { float: right; width: 224px;} .sidebar_top { width: 222px; height: 14px; background: transparent url(side_top.png) no-repeat;} .sidebar_base { width: 222px; height: 14px; background: url(side_base.png) no-repeat;} .sidebar { float: right; width: 222px; padding: 0; margin: 0 0 16px 0;} .sidebar_item { background: url(side_back.png) repeat-y; padding: 0 15px; width: 192px;} .sidebar li a.selected { color: #444;} .sidebar ul { margin: 0;} #content { text-align: left; width: 620px; padding: 0 0 0 5px; float: left;} #content ul { margin: 2px 0 22px 0px;} #content ul li, .sidebar ul li { list-style-type: none; background: url(bullet.png) no-repeat; margin: 0 0 0 0; padding: 0 0 4px 25px; line-height: 1.5em;} #footer { width: 100%; font-family: 'trebuchet ms', sans-serif; font-size: 100%; height: 80px; padding: 28px 0 5px 0; text-align: center; background: transparent url(pattern.png) repeat; border-top: 2px solid #ffffff; color: #FFF;} #footer p { line-height: 1.7em; padding: 0 0 10px 0;} #footer a { color: #999999; text-decoration: none;} #footer a:hover { color: #FFF; text-decoration: none;} .form_settings { margin: 15px 0 0 0;} .form_settings p { padding: 0 0 4px 0;} .form_settings span { float: left; width: 200px; text-align: left;} .form_settings input, .form_settings textarea { padding: 5px; width: 299px; font: 100% arial; border: 1px solid #E5E5DB; background: #FFF; color: #47433F;} .form_settings .submit { font: 100% arial; border: 0; width: 99px; margin: 0 0 0 212px; height: 33px; padding: 2px 0 3px 0; cursor: pointer; background: #404040; color: #FFF;} .form_settings textarea, .form_settings select { font: 100% arial; width: 299px;} .form_settings select { width: 310px;} .form_settings .checkbox { margin: 4px 0; padding: 0; width: 14px; border: 0; background: none;} .separator { width: 100%; height: 0; border-top: 1px solid #D9D5CF; border-bottom: 1px solid #FFF; margin: 0 0 20px 0;} table { margin: 10px 0 30px 0;} table tr th, table tr td { background: #404040; color: #FFF; padding: 7px 4px; text-align: left;} table tr td { background: #E5E5DB; color: #47433F; border-top: 1px solid #FFF;} /* Full-width input fields */ input[type=text], input[type=password] { width: 90%; padding: 15px; margin: 5px 0 22px 0; display: in-block; border: none; background: #f1f1f1; } input[type=text]:focus, input[type=password]:focus { background-color: #ddd; outline: none; } hr { border: 1px solid #f1f1f1; margin-bottom: 25px; } /* Set a style for all buttons */ button { background-color: #404040; color: white; padding: 14px 20px; margin: 8px 0; border: none; cursor: pointer; width: 20%; opacity: 0.9; } button:hover { opacity:1; } /* Add padding to container elements */ .container { padding: 16px; } /* Clear floats */ .clearfix::after { content: ""; clear: both; display: table; } /* Styles the thumbnail */ a.lightbox img { height: 150px; border: 3px solid white; box-shadow: 0px 0px 8px rgba(0,0,0,.3); margin: 94px 20px 20px 20px; } /* Styles the lightbox, removes it from sight and adds the fade-in transition */ .lightbox-target { position: fixed; top: -100%; width: 100%; background: rgba(0,0,0,.7); width: 100%; opacity: 0; -webkit-transition: opacity .5s ease-in-out; -moz-transition: opacity .5s ease-in-out; -o-transition: opacity .5s ease-in-out; transition: opacity .5s ease-in-out; overflow: hidden; } /* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */ .lightbox-target img { margin: auto; position: absolute; top: 0; left:0; right:0; bottom: 0; max-height: 0%; max-width: 0%; border: 3px solid white; box-shadow: 0px 0px 8px rgba(0,0,0,.3); box-sizing: border-box; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; } /* Styles the close link, adds the slide down transition */ a.lightbox-close { display: block; width:50px; height:50px; box-sizing: border-box; background: white; color: black; text-decoration: none; position: absolute; top: -80px; right: 0; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; } /* Provides part of the "X" to eliminate an image from the close link */ a.lightbox-close:before { content: ""; display: block; height: 30px; width: 1px; background: black; position: absolute; left: 26px; top:10px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg); } /* Provides part of the "X" to eliminate an image from the close link */ a.lightbox-close:after { content: ""; display: block; height: 30px; width: 1px; background: black; position: absolute; left: 26px; top:10px; -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg); } /* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */ .lightbox-target:target { opacity: 1; top: 0; bottom: 0; } .lightbox-target:target img { max-height: 100%; max-width: 100%; } .lightbox-target:target a.lightbox-close { top: 0px; }
0.218753
0.092852
form#two { background:#dee; width:870px; padding:10px; border:1px solid #000; margin:0 auto;} form#two fieldset { text-align: left;width:850px; display:block; border:1px solid #fff; padding:5px; font-family:verdana, sans-serif; margin-bottom:0.5em; line-height:1.5em;} * html form#two fieldset#personal, * html form#two fieldset#academic {background-position:400px 20px;} * html form#two fieldset#declaration {background-position:400px 20px;} * html form#two fieldset#project {background-position:400px 20px;} form#two legend {font-family:georgia, sans-serif; font-size:0.8em; font-weight:bold; border:2px solid #fff; margin-bottom:0.5em; padding-top:0.5em; padding-bottom:0.5em; padding-left:0.5em; padding-right:0.5em; width:auto; background:lightgray;} form#two label {font-size:0.8em;clear:left; display:block; float:left; width:170px; text-align:right; padding-right:0.9em; color:#888; margin-bottom:0.5em;padding-top:0.1em;} form#two input {border:1px solid #fff; background:#fff repeat-x top left; padding-left:0.5em; margin-bottom:0.5em;margin-top: 0.5em;} form#two select {margin-left:0.0em;margin-bottom:0.5em;margin-top: 0.5em;} form#two textarea {width:20em; height:5em; border:1px solid #fff; padding:0.5em; overflow:auto; background:#fff repeat-x bottom left;} form#two option {background:#788; color:#fff;} form#two optgroup {background:#abb; color:#000; font-family:georgia, serif;} form#two optgroup option {background:#9aa; color:#fff;} form#two #button1, form#two #button2 {color:#c00; padding-right:0.5em; cursor:pointer; width:205px; margin-left:0.5em;} form#two #button1:hover, form#two #button2:hover {background-position:center left; color:#000;} form#two table {font-size: 12px; border-collapse: collapse; width:850px; border: 1px;border-color: #fff;text-align: center; } form#two table td {vertical-align: inherit;} form#two div{text-align: left; font-size: 11px;} form#two span{right: 0;text-align: left;padding-right:0.5em;font-size: 11px;font-weight: normal;font-family: Verdana, Arial, Helvetica, sans-serif;} form#two p{display: inline;color: #C00;font-size: 11px;font-weight: normal;font-family: Verdana, Arial, Helvetica, sans-serif;vertical-align: text-top;} form#two .date{text-align: center;font-size: 11px; } form#two .lebaeltext{display: inline;color: #000;font-size: 11px;font-weight: bold;font-family: Verdana, Arial, Helvetica, sans-serif;vertical-align: text-top;} form#two .fieldsetsample { text-align: left;width:850px; display:block; border:0px solid #fff; padding:4px; font-family:verdana, sans-serif; margin-bottom:0.5em; line-height:0.8em;} form#two .captchatable {font-size: 12px; width:450px; text-align: center;border: 1;} form#two .captchatr {vertical-align: inherit;border: 1;} form#two ul {margin-top: 0px;margin-bottom: 0px;} table.sortable th{ font-weight: bold; cursor:default; background-color: gainsboro; } table.sortable td{ background-color: silver; } .area#two { background:#dee; width:870px; padding:10px; border:1px solid #000; margin:0 auto;} .area#two fieldset { text-align: left;width:850px; display:block; border:1px solid #fff; padding:5px; font-family:verdana, sans-serif; margin-bottom:0.5em; line-height:1.5em;} .area#two table {font-size: 12px;width:850px; border: 1px solid #ffffff;border-color: #fff;text-align: center; } .area#two table td {vertical-align: inherit;border: 1px solid #ffffff;border-color: #fff;} .area#two table th {vertical-align: inherit;border: 1px solid #ffffff;border-color: #fff;} * html .area#two fieldset#personal, * html form#two fieldset#academic {background-position:400px 20px;} * html .area#two fieldset#declaration {background-position:400px 20px;} * html .area#two fieldset#project {background-position:400px 20px;} .required { font-size:12px; color:#666666; position: relative; width:200px; float:right; word-spacing: normal; letter-spacing: normal; padding-top:10px; padding-bottom: 10px; padding-left: 3px; padding-right: 3px; font-family:Verdana, Tahoma, Arial, sans-serif; font-style: normal; text-align: left; display:none; } .optional { font-size:12px; color:#666666; position: relative; width:200px; float:right; word-spacing: normal; letter-spacing: normal; padding-top:10px; padding-bottom: 10px; padding-left: 3px; padding-right: 3px; font-family:Verdana, Tahoma, Arial, sans-serif; font-style: normal; text-align: left; display:none; }
img/Summer Internship-2015 Registration Page_files/design.css
form#two { background:#dee; width:870px; padding:10px; border:1px solid #000; margin:0 auto;} form#two fieldset { text-align: left;width:850px; display:block; border:1px solid #fff; padding:5px; font-family:verdana, sans-serif; margin-bottom:0.5em; line-height:1.5em;} * html form#two fieldset#personal, * html form#two fieldset#academic {background-position:400px 20px;} * html form#two fieldset#declaration {background-position:400px 20px;} * html form#two fieldset#project {background-position:400px 20px;} form#two legend {font-family:georgia, sans-serif; font-size:0.8em; font-weight:bold; border:2px solid #fff; margin-bottom:0.5em; padding-top:0.5em; padding-bottom:0.5em; padding-left:0.5em; padding-right:0.5em; width:auto; background:lightgray;} form#two label {font-size:0.8em;clear:left; display:block; float:left; width:170px; text-align:right; padding-right:0.9em; color:#888; margin-bottom:0.5em;padding-top:0.1em;} form#two input {border:1px solid #fff; background:#fff repeat-x top left; padding-left:0.5em; margin-bottom:0.5em;margin-top: 0.5em;} form#two select {margin-left:0.0em;margin-bottom:0.5em;margin-top: 0.5em;} form#two textarea {width:20em; height:5em; border:1px solid #fff; padding:0.5em; overflow:auto; background:#fff repeat-x bottom left;} form#two option {background:#788; color:#fff;} form#two optgroup {background:#abb; color:#000; font-family:georgia, serif;} form#two optgroup option {background:#9aa; color:#fff;} form#two #button1, form#two #button2 {color:#c00; padding-right:0.5em; cursor:pointer; width:205px; margin-left:0.5em;} form#two #button1:hover, form#two #button2:hover {background-position:center left; color:#000;} form#two table {font-size: 12px; border-collapse: collapse; width:850px; border: 1px;border-color: #fff;text-align: center; } form#two table td {vertical-align: inherit;} form#two div{text-align: left; font-size: 11px;} form#two span{right: 0;text-align: left;padding-right:0.5em;font-size: 11px;font-weight: normal;font-family: Verdana, Arial, Helvetica, sans-serif;} form#two p{display: inline;color: #C00;font-size: 11px;font-weight: normal;font-family: Verdana, Arial, Helvetica, sans-serif;vertical-align: text-top;} form#two .date{text-align: center;font-size: 11px; } form#two .lebaeltext{display: inline;color: #000;font-size: 11px;font-weight: bold;font-family: Verdana, Arial, Helvetica, sans-serif;vertical-align: text-top;} form#two .fieldsetsample { text-align: left;width:850px; display:block; border:0px solid #fff; padding:4px; font-family:verdana, sans-serif; margin-bottom:0.5em; line-height:0.8em;} form#two .captchatable {font-size: 12px; width:450px; text-align: center;border: 1;} form#two .captchatr {vertical-align: inherit;border: 1;} form#two ul {margin-top: 0px;margin-bottom: 0px;} table.sortable th{ font-weight: bold; cursor:default; background-color: gainsboro; } table.sortable td{ background-color: silver; } .area#two { background:#dee; width:870px; padding:10px; border:1px solid #000; margin:0 auto;} .area#two fieldset { text-align: left;width:850px; display:block; border:1px solid #fff; padding:5px; font-family:verdana, sans-serif; margin-bottom:0.5em; line-height:1.5em;} .area#two table {font-size: 12px;width:850px; border: 1px solid #ffffff;border-color: #fff;text-align: center; } .area#two table td {vertical-align: inherit;border: 1px solid #ffffff;border-color: #fff;} .area#two table th {vertical-align: inherit;border: 1px solid #ffffff;border-color: #fff;} * html .area#two fieldset#personal, * html form#two fieldset#academic {background-position:400px 20px;} * html .area#two fieldset#declaration {background-position:400px 20px;} * html .area#two fieldset#project {background-position:400px 20px;} .required { font-size:12px; color:#666666; position: relative; width:200px; float:right; word-spacing: normal; letter-spacing: normal; padding-top:10px; padding-bottom: 10px; padding-left: 3px; padding-right: 3px; font-family:Verdana, Tahoma, Arial, sans-serif; font-style: normal; text-align: left; display:none; } .optional { font-size:12px; color:#666666; position: relative; width:200px; float:right; word-spacing: normal; letter-spacing: normal; padding-top:10px; padding-bottom: 10px; padding-left: 3px; padding-right: 3px; font-family:Verdana, Tahoma, Arial, sans-serif; font-style: normal; text-align: left; display:none; }
0.378
0.146728
--- CSS INDEX --- 1.Fonts CSS 2.Common CSS 3.Loader CSS 4.Header CSS 5.Banner CSS 6.Services CSS 7.Partner Logo CSS 8.About Us CSS 9.Counter CSS 10.Case Studies CSS 11.Play video CSS 12.Why Choose Us CSS 13.Testimonial CSS 14.FAQ CSS 15.Our Team CSS 16.Newsletter CSS 17.Blog CSS 18.Get In Touch CSS 19.About Us Page CSS (a)Partner Logo Css (b)Simple Steps CSS 20.Services Page CSS (a)Services Box CSS (b)Watch Us CSS 21.Services Detail Page CSS (a)Services Detail Content CSS 22.Case Studies Page CSS (a)Case Studies Box 23.Case Detail Page CSS (a)Case Detail img CSS (b)Similar Case CSS 24.Team Page CSS 25.Pricing Page CSS (a)Pricing Box CSS 26.Blog List Page CSS (a)Blog List CSS (b)Side Bar CSS 27.Blog Detail Page CSS (a)Blog Detail Content CSS (b)Comments CSS (c)Leave A Replay CSS 28.Contact Us Page CSS (a)We Are Here CSS (b)Contact Us Get In Touch CSS 29.Responsive CSS ============*/ /*==========Fonts CSS Start==========*/ @font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.eot?v=4.3.0'); src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; } /*==========Fonts CSS End==========*/ /*==========Common CSS Start==========*/ body { font-family: 'poppins', sans-serif; overflow-x: hidden !important; font-size: 15px; line-height: 24px; color: #131730; } a, a:hover, a:focus { text-decoration: none; outline: none; } input, input:focus, input:hover, button, button:hover, button:focus { outline: none; } section { overflow: hidden; } img { width: auto; max-width: 100%; } p { font-family: 'Roboto', sans-serif; font-size: 15px; line-height: 24px; color: #777; font-weight: normal; margin-bottom: 12px; } .h1-title { font-family: 'poppins', serif; font-size: 80px; color: #fff; line-height: 90px; font-weight: 800; } .h2-title { font-family: 'poppins', serif; font-size: 65px; color: #131730; line-height: 70px; font-weight: 800; padding-bottom: 28px; } .h3-title { font-family: 'poppins', serif; font-size: 25px; color: #131730; line-height: 35px; font-weight: 700; padding-top: 25px; } .container { z-index: 5; } .mr-15 { margin-right: 15px; } .ml-15 { margin-left: 15px; } .mb-20{ margin-bottom: 20px; } .mb-30 { margin-bottom: 30px; } .pl-0 { padding-left: 0 !important; } .sec-btn { height: 60px; display: inline-block; font-size: 15px; line-height: 24px; color: #fff !important; background-color: #e70e0e; border-radius: 10px; padding: 18px 32px; font-weight: 500; cursor: pointer; font-family: 'Roboto', sans-serif; border: none; text-transform: uppercase; transition: 0.3s; } .sec-btn:hover { background-color: #ca1818; box-shadow: 0 10px 30px 0 rgb(231,14,14,0.3); transition: 0.3s; } .link-btn { font-family: 'Roboto', sans-serif; font-size: 15px; color: #e70e0e; text-transform: uppercase; text-decoration: underline; font-weight: 500; transition: 0.3s; cursor: pointer; } .link-btn:hover { text-decoration: underline; color: #e70e0e; transition: 0.3s; cursor: pointer; } .sub-btn { height: 60px; display: inline-block; font-size: 15px; line-height: 24px; color: #fff !important; background-color: #131830; border-radius: 10px; padding: 18px 32px; font-weight: 500; cursor: pointer; font-family: 'Roboto', sans-serif; border: none; text-transform: uppercase; } .slick-arrow { width: 60px; height: 60px; background-color: rgb(255, 255, 255,0.10); position: absolute; top: 50%; left: 0; transform: translate(0, -50%); z-index: 1; transition: 0.3s; border: none; border-radius: 30px; } .slick-arrow:hover { background-color: rgba(255, 255, 255); transition: 0.3s; } .slick-arrow.next-arrow { left: auto; right: -216px; } .slick-arrow.prev-arrow { left: -216px; right: auto; } .slick-arrow i { font-size: 20px; color: #fff; transition: 0.3s; margin-top: 7px; } .slick-arrow:hover i { color: #131730; } .slick-arrow.next-arrow.color-arrow { left: auto; right: -94px; background-color: #131730; transition: all ease-in-out 0.3s; } .slick-arrow.next-arrow.color-arrow:hover { background-color: #e70e0e; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow { left: -94px; right: auto; background-color: #131730; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow:hover { background-color: #e70e0e; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow i { font-size: 20px; color: #fff; transition: 0.3s; margin-top: 7px; } .slick-arrow.next-arrow.color-arrow i { font-size: 20px; color: #fff; transition: 0.3s; margin-top: 7px; } .form-box { display: block; position: relative; font-size: 0; line-height: 1; margin-bottom: 20px; } .form-input { width: 90%; height: 60px; background: #ffffff; font-size: 15px; font-family: 'Roboto', sans-serif; line-height: 24px; color: #131830; border: none; outline: none; padding: 12px 30px; border: 1px solid #777777; box-shadow: none; } textarea.form-input { height: 137px; resize: none; padding: 18px 30px; margin-bottom: 0; } .form-input::placeholder { color: #777777; } .form-box label { padding-left: 25px; position: relative; margin-bottom: 0; color: #131830; } .toggle-button { position: fixed; top: 0; right: 0; width: 70px; height: 70px; background-color: #e70e0e; text-align: center; border: none; outline: none; display: none; z-index: 110; } .toggle-button span { width: 30px; height: 3px; background: #ffffff; display: block; margin: 0 auto 6px auto; position: relative; top: 0; opacity: 1; transition: 0.3s; } .toggle-button span:last-child { margin-bottom: 0; } .toggle-menu .toggle-button { background-color: #e70e0e; } .toggle-menu .toggle-button span { background-color: #ffffff; } .toggle-menu .toggle-button span:nth-child(1) { transform: rotate(45deg); position: relative; top: 9px; } .toggle-menu .toggle-button span:nth-child(2) { opacity: 0; } .toggle-menu .toggle-button span:nth-child(3) { transform: rotate(-45deg); position: relative; top: -9px; } .black-shadow { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: #000000; opacity: 0.5; z-index: 90; display: none; } .main-inner-banner { position: relative; padding: 263px 0 142px 0; } .main-inner-banner:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../images/overlay-5.png); background-size: cover; background-position: center bottom; background-repeat: no-repeat; z-index: 1; pointer-events: none; } .main-inner-banner:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(08, 11, 27,0.75); z-index: 0; } .back-img { background-size: cover; background-position: center; background-repeat: no-repeat; } .inner-page-banner-content { text-align: left; position: relative; z-index: 1; } .inner-page-banner-content h3 { color: #ffffff; } .breadcrumb-box { display: inline-block; background-color: #e70e0e; padding: 10px 30px; border-radius: 8px; margin-top: 15px; } .breadcrumb-box ul { margin: 0; padding: 0; text-decoration: none; list-style: none; display: flex; } .breadcrumb-box ul li { font-family: 'Roboto', sans-serif; font-size: 15px; color: #fff; margin-left: 10px; text-transform: uppercase; font-weight: 500; } .breadcrumb-box ul li:first-child { margin-left: 0; } .breadcrumb-box ul li a{ color: #fff } /*==========Common CSS End==========*/ /*==========Loader CSS Start==========*/ .loader-box { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: #131830; z-index: 999; } .infinity-loader { position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 130px; height: 70px; } .infinity-loader .bg div, .infinity-loader > .fg > div > div { width: 70px; height: 70px; border: 10px solid #090d20; box-sizing: border-box; border-radius: 50%; position: absolute; } .infinity-loader .right-bg { transform: translate(100%, 0); left: -10px; } .infinity-loader > .fg > div > div { border-color:#e70e0e transparent transparent; transform: rotate(135deg); animation: spin 1s linear infinite; position: static; } .infinity-loader > .fg > div { clip: rect(0, 70px, 35px, 0); position: absolute; } .infinity-loader > .fg > .bottom-right-rect { left: -10px; transform: translateX(100%) scale(1, -1); } .infinity-loader > .fg > .bottom-right-rect > div { animation-delay: 0.25s; } .infinity-loader > .fg > .top-right-rect { left: -10px; transform: translateX(100%) scale(-1, 1); } .infinity-loader > .fg > .top-right-rect > div { animation-delay: 0.5s; } .infinity-loader > .fg > .bottom-left-rect { transform: scale(-1); } .infinity-loader > .fg > .bottom-left-rect > div { animation-delay: 0.75s; } .infinity-loader > .fg { filter: drop-shadow(0 0 6px orangered); } @keyframes spin { 50%, 100% { transform: rotate(495deg); } } /*==========Loader CSS End==========*/ /*==========Header CSS Start==========*/ .site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; transition: 0.3s; } .header-top { width: 100%; height: 45px; background: rgb(255, 255, 255,0.10); display: flex; justify-content: center; align-items: center; transition: 0.3s; } .header-contact a { display: inline-block; color: #fff; margin-right: 32px; transition: 0.3s; } .header-contact a:last-child { margin-right: 0; } .header-contact a:hover { color: #e70e0e; } .header-contact a span { display: inline-block; margin-right: 10px; } .header-content { display: flex; text-align: end; justify-content: flex-end; } .header-content p { color: #fff; margin-bottom: 0; margin-right: 15px; } .hed-btn { width: 108px; height: 26px; background-color: #131730; border-radius: 30px; text-align: center; color: #fff; } .hed-btn:hover { color: #fff; } .Social-midea { text-align: end; } .Social-midea a{ color: #fff; margin-left: 12px; transition: 0.3s; } .Social-midea a:hover { color: #e70e0e; } .header-bottom { width: 100%; padding: 30px 0; transition: 0.3s; } .site-branding a { display: inline-block; position: relative; } .site-branding a img { width: 100%; } .header-menu { position: relative; text-align: right; } .main-navigation { display: inline-block; } .main-navigation ul { list-style: none; font-size: 0; line-height: 1; margin-bottom: 0; padding: 0; } .main-navigation ul li { font-size: 16px; line-height: 24px; display: inline-block; margin-left: 20px; padding-left: 30px; position: relative; } .main-navigation ul li a { font-size: 16px; line-height: 24px; color: #fff; font-weight: 500; transition: 0.3s; font-family: 'poppins', serif; } .main-navigation ul li a:hover { color: #e70e0e; } .header-btn { display: inline-block; position: relative; vertical-align: middle; margin-left: 30px; text-transform: uppercase; } .main-navigation ul li.sub-items:hover>a, .main-navigation ul li a:hover, .main-navigation ul li.active>a { color: #e70e0e; } .main-navigation ul li.sub-items>a:before { content: "\f107"; position: absolute; top: 50%; right: 0; transform: translate(0,-50%); font-family: 'FontAwesome'; font-size: 16px; transition: 0.3s; } .site-header.sticky-header .main-navigation ul li a, .site-header.sticky-header .search-icon a, .site-header.sticky-header .main-navigation ul li.sub-items>a:before { color: #010f2e; } .main-navigation ul li.sub-items>a { padding-right: 15px; position: relative; } .main-navigation ul li.sub-items:hover>a:before, .main-navigation ul li a:hover:before { transform: translate(0,-50%) rotate(-180deg); transition: 0.3s; } .main-navigation ul li:first-child { margin-left: 0; padding: 0; } .main-navigation ul li ul.sub-menu { position: absolute; top: 100%; left: -13px; width: 150px; height: auto; background: #ffffff; border-radius: 4px; box-shadow: 1px 1px 60px rgba(0,0,0,0.1); display: none; transition: 0.3s; z-index: 150; } .main-navigation ul li:hover ul.sub-menu { display: block; animation: swip_up 0.3s linear 1; } @keyframes swip_up { from { transform: translate(0, 20px); opacity: 0; } to { transform: translate(0, 0); opacity: 1; } } .main-navigation ul li ul.sub-menu li { display: block; text-align: left; margin: 0; border-bottom: 1px solid #ebebeb; } .main-navigation ul li ul.sub-menu li:first-child { padding-left: 30px; } .main-navigation ul li ul.sub-menu li:last-child { border-bottom: none; } .main-navigation ul li ul.sub-menu li a { display: block; padding: 10px 7px; } .main-navigation ul li ul.sub-menu li a { display: block; color: #010f2e; padding: 5px 15px; transition: 0.3s; } .main-navigation ul li ul.sub-menu li a:hover { color: #e70e0e; transition: 0.3s; } .site-header.sticky-header .main-navigation ul li.sub-items:hover>a, .site-header.sticky-header .main-navigation ul li a:hover, .site-header.sticky-header .main-navigation ul li.active>a, .site-header.sticky-header .main-navigation ul li.sub-items:hover>a:before, .site-header.sticky-header .main-navigation ul li a:hover:before, .site-header.sticky-header .main-navigation ul li.active>a:before, .site-header.sticky-header .main-navigation ul li ul.sub-menu li a:hover { color: #e70e0e; } /*==Sticky Header Start==*/ .sticky-header .header-top { margin-top: -45px; transition: 0.3s; } .site-header.sticky-header { background-color: #fff; box-shadow: 6px 6px 60px 0px rgba(0,0,0,0.1); transition: 0.3s } .sticky-header .header-bottom { padding: 20px 0px; transition: 0.3s; } .sticky-header .main-navigation ul li a { color: #051136; transition: 0.3s; } .sticky-header .main-navigation ul li a:hover { color: #e70e0e; } .site-header.sticky-header .site-branding a img { opacity: 0; transition: 0.3s; } .site-branding a img.sticky-logo { position: absolute; top: 0; left: 0; width: 100%; opacity: 0; z-index: 1; } .site-header.sticky-header .site-branding a img.sticky-logo { opacity: 1; transition: 0.3s; } /*==Sticky Header End==*/ /*==========Header CSS End==========*/ /*==========Banner Start==========*/ .main-banner { position: relative; padding: 312px 0px 170px 0px; } .main-banner-slider { position: absolute; right: 0; top: 0; width: 100%; height: 100%; z-index: 0; } .main-banner-slider:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(08, 11, 27,0.75); z-index: 1; pointer-events: none; } .main-banner:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../images/overlay-1.png); background-size: cover; background-position: center bottom; background-repeat: no-repeat; z-index: 1; pointer-events: none; } .banner-slider { width: 100%; height: 100%; } .banner-slider .slick-list, .banner-slider .slick-track{ height: 100%; } .banner-box { width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; animation: zoom 8s linear infinite alternate; } @keyframes zoom { from { transform: scale(1); } to { transform: scale(1.08); } } .banner-content { text-align: center; } .banner-content.slick-slide { outline: none; } .banner-subtitle { position: relative; font-family: 'poppins', sans-serif; font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 27px; padding-top: 18px; text-align: center; text-transform: uppercase; } .banner-small-title { position: relative; } .banner-content p { color:rgb(255, 255, 255,0.60); font-size: 18px; line-height: 28px; margin-top: 15px; text-align: center; font-family: 'Roboto', sans-serif; font-weight: 400; padding: 0 160px; } .banner-content img { position: absolute; left: 50%; top: 70%; transform: translate(-50%,-50%); } .banner-content a { margin-top: 20px; } .banner-content h1 { text-align: center; } /*==========Banner End==========*/ /*==========Services Start==========*/ .main-services { background-color: #131830; padding:120px 0px; } .main-services h2 { color: #fff; text-align: center; } .main-service-box { background-color: #0d1128; border: solid 1px #0d1128; border-radius: 8px; text-align: left; padding: 30px 30px 40px 30px; transition: ease-in-out 0.3s; } .main-service-box:hover { border: solid 1px #e70e0e; box-shadow: 10px 26px 59px 0px rgba(0,0,0,0.51); transition: ease-in-out 0.3s; } .service-icon { width: 80px; height: 80px; border-radius: 50px; display: flex; align-items: center; justify-content: center; border: solid 2px #e70e0e; } .main-services h3 { color: #fff; } .main-services p { color: #8288a3; padding-top: 10px; padding-bottom: 20px; } .main-service-box a { padding: 15px 21px; border-radius: 50px; background-color: #e70e0e; text-align: center; color: #fff; } /*==========Services End==========*/ /*==========Partner Logo Start==========*/ .partner-title h3 { color: #fff; text-align: center; font-weight: 600; } .partner-title { position: relative; padding-top: 100px; } .partner-title:before { content: ""; position: absolute; width: 455px; height: 1px; background-color: #34384b; left: 0; bottom: 17px; } .partner-title:after { content: ""; position: absolute; width: 455px; height: 1px; background-color: #34384b; right: 0; bottom: 17px; } .partners-slider { padding-top: 35px; padding-bottom: 120px; } .partners-box { opacity: 0.3; display: flex; align-items: center; justify-content: center; transition: all ease-in-out 0.3s; } .partners-box:hover { opacity: 1; cursor: pointer; transition: all ease-in-out 0.3s; } /*==========Partner Logo End==========*/ /*==========About Us Start==========*/ .main-about { padding-top: 160px; padding-bottom: 120px; } .about-img { position: relative; } .about-img-1 img { max-width: 100%; } .about-img-2 img { max-width: 100%; } .about-img .about-img-2 { position: absolute; top: -40px; right: 0; } /*.main-about-pointbox {*/ /* display: flex;*/ /* align-items: center;*/ /* justify-content: center;*/ /*}*/ .about-point-box { border: solid 1px #e1e1e1; padding: 20px; display: flex; align-items: center; justify-content: center; } .about-point-content { padding-left: 10px; } .about-point-content p { font-family: 'Poppins', sans-serif; font-weight: 700; color: #131830; margin-bottom: 0; } .about-content { margin-top: 25px; } .about-content a { margin-top: 20px; } /*==========About Us End==========*/ /*==========Counter Start==========*/ .main-counter { overflow: visible; } .counter-bg { position: relative; background-color: #fff; padding: 70px; box-shadow: 10px 10px 61px 0px rgba(0,0,0,0.09); } .counter-bg:before { content: ""; position: absolute; width: 80px; height: 80px; background-color: #e70e0e; border-radius: 0px 80px 0px 0px; left: 0; bottom: 0; } .counter-bg:after { content: ""; position: absolute; width: 80px; height: 80px; background-color: #e70e0e; border-radius: 0px 0px 0px 80px; right: 0; top: 0; } .counter-box { display: flex; justify-content: center; align-items: center; } .counter-text { text-align: left; margin-left: 15px; } .counter-text h2 { font-weight: 700; font-size: 50px; padding-bottom: 0px; line-height: 50px; } .counter-text p { margin-bottom: 0; } /*==========Counter End==========*/ /*==========Case Studies Start==========*/ .main-case-studies { background-color: #f3f4f8; padding-top: 210px; padding-bottom: 120px; margin-top: -100px; } .main-case-studies h2 { text-align: center; } .cases-one { position: relative; display: block; padding: 180px 0 90px; margin-top: -60px; } .cases-one--one-page { margin-top: 0; padding-top: 120px; background-color: transparent; } .main-case-box { position: relative; display: block; } .case-box { position: relative; display: block; overflow: hidden; } .case-img { position: relative; display: block; overflow: hidden; background-color: #131830; } .case-img>img { width: 100%; transform: scale(1); opacity: 0.5; transition: all 0.3s ease; } .main-case-box:hover .case-img>img { transform: scale(1.05); opacity: 1; } .case-content { padding: 30px 30px 30px; background-color: transparent; position: absolute; bottom: 0; left: 0; right: 100px; z-index: 1; } .case-content:before { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: #e70e0e; z-index: -1; transform: translateY(100%); transition: all 0.3s ease; } .main-case-box:hover .case-content:before { transform: translateY(0); } .case-icon img { display: block; transform: scale(1); transform-origin: left center; transition: transform 0.3s ease; } .main-case-box:hover .case-icon img { transform: scale(.85); } .case-title { font-size: 35px; color: #fff; line-height: 45px; } .case-title a { color: #fff; transition: all 500ms ease; background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87% / 0px 2px no-repeat; } .case-title a:hover { color: #fff; background-size: 100% 2px; } /*==========Case Studies End==========*/ /*==========Play Video Start==========*/ .main-video { position: relative; display: block; padding-top: 80px; padding-bottom: 160px; background-color: #080b1b; } .main-video:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../images/overlay-2.png); background-size: cover; background-position: center bottom; background-repeat: no-repeat; z-index: 1; pointer-events: none; } .video-bg-img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-repeat: no-repeat; background-size: cover; opacity: 0.25; } .video-content { position: relative; display: block; text-align: center; } .video-content h2 { color: #fff; padding-bottom: 46px; } .play-btn { text-align: center; margin-top: 68px; } .video-play-icon { position: absolute; transform: translate(-50%,-50%); width: 80px; height: 80px; background-color: #e70e0e; background-size: 200% 100%; background-position: left center; border-radius: 50%; display: inline-flex; justify-content: center; align-items: center; font-size: 20px; color: #ffffff; padding-left: 5px; transition: 0.3s; z-index: 1; } .video-play-icon:hover { color: #ffffff; background-position: right center; } .video-play-icon:before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; background: transparent; border-radius: 50%; pointer-events: none; animation: waveBtn 2.5s infinite; z-index: -1; } @keyframes waveBtn { 0% { box-shadow: 0 0 0 0 rgba(231,14,14,1) } 50% { box-shadow: 0 0 0 40px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } } .video-play-icon:after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 142px; height: 142px; background: transparent; border: 2px solid #fff; border-radius: 50%; opacity: 0.5; pointer-events: none; z-index: -1; } /*==========Play Video End==========*/ /*==========Why Choose Us Start==========*/ .main-why-choose { background-color: #f3f4f8; padding-top: 110px; padding-bottom: 110px; } .main-why-choose h2 { padding-bottom: 24px; } .why-tabs { width: 100%; border-bottom: solid 2px #e70e0e; display: flex; } .why-tabs .nav-item { flex-basis: 33.3333%; } .why-tabs .nav-item .nav-link.active { color: #fff; background: #e70e0e; } .why-tabs .nav-item .nav-link { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 500; text-transform: uppercase; display: inline-block; color: #131830; border: none; outline: none; background: transparent; cursor: pointer; display: block; width: 100%; text-align: center; padding: 17px 10px 13px 10px; } .why-tab-wrapper { justify-content: center; align-items: center; display: flex; } .why-tab-img { float: left; } .why-tab-list ul { margin-bottom: 0; } .why-tab-list ul li { font-family: 'Roboto', sans-serif; list-style: none; font-size: 15px; font-weight: 400; color: #777; margin-bottom: 15px; display: flex; align-items: center; } .why-tab-list ul li p { display: contents; } .why-tab-list ul li:last-child { margin-bottom: 0; } .why-tab-list ul li img { width: 19px; height: 13px; margin-right: 20px; } /*==========Why Choose Us End==========*/ /*==========Testimonial Start==========*/ .main-testimonial { position: relative; padding-top: 115px; padding-bottom: 165px; } .main-testimonial:before { content: ""; position: absolute; width: 100%; height: 100%; background-image: url(../images/dote-map.png); background-repeat: no-repeat; left: 65%; top: 50%; transform: translate(-50%, -50%); } .main-testimonial h2 { position: relative; text-align: center; } .main-testimonial-box { position: relative; background-color: #fff; padding: 40px 40px 60px 40px; text-align: left; box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.11); } .main-testimonial-box:before { content: ""; position: absolute; width: 91px; height: 71px; background-image: url(../images/quote.png); bottom: 8px; right: 30px; } .main-testimonial-box p { margin-bottom: 0; } .main-testimonial-box h3 { font-size: 20px; padding-top: 20px; margin-bottom: 0; } .main-testimonial-box span { font-family: 'Roboto', sans-serif; font-size: 15px; color: #e70e0e; text-transform: uppercase; } .clinet-img { margin-top: 25px; position: absolute; } .main-testimonial-slider .slick-list { overflow: visible; } .main-testimonial-slider .slick-slide{ opacity: 0; pointer-events: none; transition: 0.3s; } .main-testimonial-slider .slick-slide.slick-active { opacity: 1; pointer-events: unset; transition: all ease-in-out 0.3s; } /*==========Testimonial End==========*/ /*==========FAQ Start==========*/ .main-faq { background-color: #131830; } .faq-img { background-position: center; background-repeat: no-repeat; background-size: cover; width: 50vw; height: 838px; float: right; } .faq-content { padding-top: 10px; padding-left: 40px; } .faq-content h2 { color: #fff; text-align: left; } .accordion-item.faq-bg { background-color:#fff; border: none; margin-bottom: 20px; border-radius: 0; } .accordion-item.faq-bg:first-of-type { border-top-left-radius: 0; border-top-right-radius: 0; } .accordion-item:last-of-type .accordion-button.collapsed { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .accordion-button.faq-btn { font-family: 'Poppins', sans-serif; padding: 20px 20px 20px 20px; font-size: 18px; font-weight: 700; } .accordion-button.faq-btn:not(.collapsed) { color: #131830; background-color: #fff; box-shadow: none ; } .accordion-button:not(.collapsed) { box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.1); } .accordion-button.faq-btn:focus { z-index: 3; border-color: #fff; outline: 0; box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.1); } .accordion-button.faq-btn:after { display: none; } .accordion-header.h3-title { padding-top: 0; } .accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .icon { position: absolute; color: #fff; top: 0; right: 0; width: 75px; height: 100%; background: #e70e0e; display: flex; justify-content: center; align-items: center; font-size: 25px; } .accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title>span { position: relative; z-index: 1; } .accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .accordion-button.faq-btn.collapsed .icon i { position: relative; color: #fff; transform: rotate(0deg); transition: 0.3s; z-index: 1; } .accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .icon i { position: relative; color: #fff; transform: rotate(-90deg); transition: 0.3s; z-index: 1; } /*==========FAQ End==========*/ /*==========Our Team Start==========*/ .main-team { padding-top: 108px; padding-bottom: 120px; text-align: center; } .team-box { position: relative; } .team-img { position: relative; display: block; overflow: hidden; } .team-img>img { width: 100%; transform: scale(1); transition: all 0.3s ease; } .team-box:hover .team-img>img { transform: scale(1.05); transition: all 0.3s ease; } .team-content h3 { margin-bottom: 0; } .team-content span { font-family: 'Roboto', sans-serif; font-size: 15px; color: #e70e0e; } .main-team-social { display: none; right: 50%; margin-top: -25px; position: absolute; transition: all ease-in-out 0.3s; } .team-box:hover .main-team-social { display: block; transition: all ease-in-out 0.3s; } .team-social { transform: translate(50%); width: 210px; background-color: #131830; padding: 10px; display: flex; align-items: center; justify-content: center; box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.2); transition: all 0.4s ease; } .team-social i { font-size: 15px; color: #fff; margin: 0 10px; transition: all 0.4s ease; } .team-social i:hover { color: #e70e0e; transition: all 0.4s ease; } .main-team-slider .slick-list { overflow: visible; } .main-team-slider .slick-slide{ opacity: 0; pointer-events: none; transition: 0.3s; } .main-team-slider .slick-slide.slick-active { opacity: 1; pointer-events: unset; transition: all ease-in-out 0.3s; } /*==========Our Team End==========*/ /*==========Newsletter Start==========*/ .main-newsletter { position: relative; background-color: #e70e0e; padding-top: 80px; padding-bottom: 80px; } .main-newsletter:before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; background-image: url(../images/overlay-3.png); background-size: cover; background-position: center; background-repeat: no-repeat; } .newsletter-title { float: left; } .newsletter-title h2 { color: #fff; font-size: 50px; padding-bottom: 0; line-height: 65px; } .newsletter-title span { font-family: 'Roboto', sans-serif; color: #fff; font-size: 15px; } .newsletter-form { position: relative; float: right; } .newsletter-form input { position: relative; font-family: 'Roboto', sans-serif; width: 470px; height: 60px; background: #ffffff; border-radius: 10px; border: none; outline: none; padding: 10px 190px 10px 30px; font-size: 15px; color: #777777; } .newsletter-form .sub-btn { position: absolute; top: 0; right: 0; } /*==========Newsletter End==========*/ /*==========Blog Start==========*/ .main-blog { padding-top: 120px; padding-bottom: 120px; } .main-blog h2 { text-align: center; } .blog-box { background-color: #fff; box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.12); transition: 0.3s; } .blog-box:hover { box-shadow: -8px 36px 60px 10px rgba(0,0,0,0.18); transition: 0.3s; } .blog-img { position: relative; display: block; overflow: hidden; } .blog-img>img { width: 100%; transform: scale(1); transition: all 0.3s ease; } .blog-box:hover .blog-img>img { transform: scale(1.05); transition: all 0.3s ease; } .blog-date { position: absolute; bottom: 0; right: 0; z-index: 1; } .blog-date a { font-family: 'Roboto', sans-serif; font-size: 15px; text-transform: uppercase; font-weight: 500; display: inline-block; padding: 15px 20px; height: 54px; background-color: #e70e0e; background-size: 200% 100%; background-position: left center; color: #ffffff; } .blog-content { padding: 30px; } .blog-content h3 { padding-top: 0; padding-bottom: 15px; } /*==========Blog End==========*/ /*==========Get In Touch Start==========*/ .main-get-touch { background-color: #f3f4f8; } .main-get-touch .map-area { width: 50vw; height: 100%; } .map-dax-yes { display: block; } .map-mob-no { display: none; } /*==========Get In Touch End==========*/ /*==========Footer Start==========*/ .main-footer { position: relative; background-color: #131830; padding-top: 120px; padding-bottom: 20px; } .main-footer:before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; background-image: url(../images/overlay-4.png); background-size: cover; background-position: center; background-repeat: no-repeat; } .logo-content { text-align: left; } .logo-content p { color: #a6adcb; margin-bottom: 0; margin-top: 30px; } .our-links { position: relative; padding: 0 93px; } .our-links h3 { position: relative; color: #ffffff; padding-top: 0; } .our-links h3:before { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .our-links h3:after { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: -5px; left: 10px; } .links-text ul { list-style: none; padding-left: 0; margin-bottom: 0; margin-top: 30px; } .links-text ul li a { font-family: 'Roboto', sans-serif; font-size: 15px; color: #a6adcb; transition: 0.3s; } .links-text ul li a:hover { color: #e70e0e; padding-left: 10px; transition: 0.3s; } .links-text ul li { margin-bottom: 10px; } .contact-us { padding-left: 22px; } .contact-us h3 { position: relative; color: #ffffff; padding-top: 0; } .contact-us h3:before { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .contact-us h3:after { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: -5px; left: 10px; } .contact-us-content { margin-top: 30px; } .contact-icon { width: 40px; height: 40px; background-color: #e70e0e; border-radius: 8px; display: flex; align-items: center; justify-content: center; } .contact-text { display: flex; align-items: center; } .contact-text p { color: #a6adcb; margin-bottom: 0; margin-left: 20px; } .latest-post h3 { position: relative; color: #ffffff; padding-top: 0; } .latest-post h3:before { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .latest-post h3:after { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: -5px; left: 10px; } .latest-post-box { margin-top: 30px; } .latest-post-content { display: flex; align-items: center; } .latest-post-img { position: absolute; display: block; overflow: hidden; } .latest-post-content:hover .latest-post-img>img { transform: scale(1.05); transition: all 0.3s ease; } .latest-post-text { margin-left: 100px; } .latest-post-text p { position: relative; color: #a6adcb; margin-bottom: 0; } .latest-post-text span { font-family: 'Roboto', sans-serif; color: #e70e0e; font-size: 15px; } .copyright-bg { background-color: #04081d; margin-top: 120px; padding-top: 20px; padding-bottom: 20px; padding-left: 5px; padding-right: 5px; align-items: center; } .copyright-content { float: left; } .copyright-content p { margin-bottom: 0; color: #ffffff; } .copyright-content p a { color: #e70e0e; cursor: pointer; } .social-media-footer a { float: right; font-size: 15px; line-height: 24px; color: #ffffff; display: inline-flex; justify-content: center; align-items: center; width: 35px; height: 35px; background: rgba(255,255,255,0.3); border-radius: 50%; margin-left: 18px; transition: 0.3s; cursor: pointer; } .social-media-footer a:hover { background-color: #e70e0e; } /*==========Footer End==========*/ /*==========About Us Page Start==========*/ /*===Partner Logo Start===*/ .partner-title-in h3 { color: #131830; text-align: center; font-weight: 600; padding-top: 0; } .partner-title-in { position: relative; } .partner-title-in:before { content: ""; position: absolute; width: 455px; height: 1px; background-color: #34384b; left: 0; bottom: 17px; } .partner-title-in:after { content: ""; position: absolute; width: 455px; height: 1px; background-color: #34384b; right: 0; bottom: 17px; } /*===Partner Logo End===*/ /*===Simple Steps Start===*/ .main-simple-step { background-color: #f3f4f8; padding-top: 120px; padding-bottom: 250px; margin-bottom: -130px; text-align: center; } .simple-step-box { text-align: center; padding: 0 40px; } .step-icon img { width: 350px; display: inline-block; } .step-content h3 { padding-top: 5px; } .step-content P { margin-top: 10px; margin-bottom: 20px; } .step-num { display: inline-block; width: 60px; border-radius: 210px; padding-top: 8px; height: 60px; background-color: #e70e0e; transition: 0.3s; } .step-num h3 { color: #ffffff; } .simple-step-box:hover .step-num { background-color: #ca1818; box-shadow: 0 10px 30px 0 rgb(231,14,14,0.3); transition: 0.3s; } /*===Simple Steps End===*/ /*==========About Us Page End==========*/ /*==========Services Page Start==========*/ /*===Services Box Start===*/ .main-services-in { padding-top: 120px; padding-bottom: 90px; } .main-services-in h3 { color: #fff; } .main-services-in p { color: #8288a3; padding-top: 10px; padding-bottom: 20px; } .main-services-in .main-service-box { margin-bottom: 30px; } /*===Services Box End===*/ /*===Watch Us Start===*/ .main-watch-us { position: relative; overflow: visible; } .watch-video-box { width: 100%; height: 445px; position: relative; border-radius: 0px; box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.12); } .watch-video-img { justify-content: center; display: flex; width: 100%; height: 100%; border-radius: 10px; position: relative; z-index: 0; align-items: center; } .img_hover { position: relative; overflow: hidden; } .img_hover:before { content: ""; position: absolute; top: 50%; left: 50%; display: block; width: 0; height: 0; background: rgba(255, 255, 255, 0.2); border-radius: 100%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0; z-index: 2; } .img_hover:hover:before { -webkit-animation: img_hover 0.75s; animation: img_hover 0.75s; } @-webkit-keyframes img_hover { 0% { opacity: 1; } 40% { opacity: 1; } 100% { width: 200%; height: 200%; opacity: 0; } } @keyframes img_hover { 0% { opacity: 1; } 40% { opacity: 1; } 100% { width: 200%; height: 200%; opacity: 0; } } /*===Watch Us End===*/ /*===Why choose Us Start===*/ .main-why-choose-in { background-color: #f3f4f8; padding-top: 139px; padding-bottom: 110px; } .main-why-choose-in h2 { padding-bottom: 24px; } /*===Why choose Us End===*/ /*==========Services Page End==========*/ /*==========Service Detail Page Start==========*/ /*===Service detail Content Start===*/ .main-service-detail { padding-top: 120px; padding-bottom: 100px; } .service-detail h2 { font-size: 50px; padding-bottom: 14px; } .service-detail img { margin-top: 30px; margin-bottom: 14px; } .service-detail-box h2 { font-size: 45px; font-weight: 700; padding-bottom: 0; position: relative; } .service-detail-box h2:before { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .service-detail-box h2:after { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: -5px; left: 10px; } .service-detail-box-list { padding-top: 30px; } .service-list-box { width: 100%; border: solid 2px #e1e1e1; border-radius: 10px; padding: 20px; /*margin-bottom: 20px;*/ transition: 0.3s; } .service-list-box.active { background-color: #e70e0e; border: solid 2px #e70e0e; box-shadow: 10px 10px 60px 0px rgba(231,14,14,0.3); } .service-list-box:hover { background-color: #e70e0e; border: solid 2px #e70e0e; box-shadow: 10px 10px 60px 0px rgba(231,14,14,0.3); transition: 0.3s; } .service-list-box ul li{ font-family: 'Poppins', sans-serif; font-weight: 500; color: #777777; font-size: 18px; text-decoration: none; list-style: none; margin-left: 10px; transition: 0.3s; } .service-list-box.active ul li { color: #ffffff; } .service-list-box:hover.service-list-box ul li { color: #ffffff; transition: 0.3s; } .service-list-box ul li:first-child { margin-left: 0; } .service-list-box ul { display: flex; align-items: center; margin-bottom: 0; padding-left: 0; text-align: left; } .service-detail-contact { background-color: #f3f4f8; padding: 40px; text-align: center; margin-top: 50px; } .service-detail-contact h3 { position: relative; padding-bottom: 15px; margin-bottom: 30px; } .service-detail-contact h3:before { content: ""; position: absolute; width: 30px; height: 6px; background-color: #e70e0e; border-radius: 10px; left: 50%; bottom: 0; transform: translate(-50%); } .service-detail-contact a { font-family: 'Poppins', sans-serif; color: #e70e0e; font-size: 25px; font-weight: 700; transition: 0.3s; } .service-detail-contact a:hover { color: #ca1818; transition: 0.3s; } /*===Service detail Content End===*/ /*==========Service Detail Page End==========*/ /*==========Case Studies Page Start==========*/ /*===Case Studies Box Start===*/ .main-case-studies-in { padding-top: 90px; padding-bottom: 120px; } .main-case-studies-in .case-box { margin-top: 30px; } /*===Case Studies Box End===*/ /*==========Case Studies Page End==========*/ /*==========Case Detail Page Start==========*/ /*===Case Detail Info Start===*/ .main-case-detail { padding-top: 120px; padding-bottom: 116px; } .case-detail-text-box { text-align: left; padding-top: 50px; } .case-detail-text-box h2 { font-size: 50px; padding-top: 20px; padding-bottom: 0; } .case-detail-info { text-align: left; background-color: #f3f4f8; padding: 40px 40px 11px 40px; margin-top: 50px; } .case-detail-info h3 { padding-top: 0; } .case-detail-info p { font-size: 18px; font-weight: 500; margin-bottom: 30px; } /*===Case Detail Info End===*/ /*===Similar Case Start===*/ .main-case-studies-dp-in { padding-bottom: 120px; } .main-case-studies-dp-in h2 { text-align: center; } /*===Similar Case End===*/ /*==========Case Detail Page End==========*/ /*==========Team Page Start==========*/ .main-team-in { padding-top: 88px; padding-bottom: 120px; } .main-team-in .team-box { margin-top: 30px; text-align: center; } /*==========Team Page End==========*/ /*==========Pricing Page Start==========*/ /*===Pricing Box Start===*/ .main-pricing-in { padding-top: 120px; padding-bottom: 120px; } .pricing-box { background-color: #ffffff; border-radius: 10px; padding: 40px; text-align: center; box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.11); transition: 0.3s; } .pricing-box h2 { font-size: 45px; color: #e70e0e; font-weight: 700; padding-bottom: 0; line-height: 55px; transition: 0.3s; transition: 0.3s; } .pricing-box h3 { padding-top: 0; transition: 0.3s; } .pricing-box h2 span { font-size: 15px; color: #777777; font-weight: 500; transition: 0.3s; } .pricing-box p { transition: 0.3s; } .price-line { width: 90%; height: 1px; background-color: #e1e1e1; display: inline-block; } .pricing-box ul { list-style: none; text-decoration: none; padding-left: 0; margin-bottom: 0; margin-top: 20px; } .pricing-box ul li { font-family: 'Roboto', sans-serif; font-size: 15px; color: #777777; margin-bottom: 20px; transition: 0.3s; } .pricing-box ul li:last-child { margin-bottom: 0; } .pricing-box a{ margin-top: 25px; } .pricing-box:hover { background-color: #e70e0e; box-shadow: 10px 10px 60px 0px rgba(231,14,14,0.3); transition: 0.3s; } .pricing-box:hover .sec-btn { background-color: #131830; color: #fff; box-shadow: 0 10px 30px 0 rgb(0,0,0,0.3); transition: 0.3s; } .pricing-box:hover.pricing-box ul li { color: #fff; transition: 0.3s; } .pricing-box:hover.pricing-box h2 { color: #ffffff; transition: 0.3s; } .pricing-box:hover.pricing-box h3 { color: #ffffff; transition: 0.3s; } .pricing-box:hover.pricing-box span { color: #ffffff; transition: 0.3s; } .pricing-box:hover.pricing-box p { color: #ffffff; transition: 0.3s; } /*===Pricing Box End===*/ /*==========Pricing Page End==========*/ /*==========Blog List Page Start==========*/ /*===Blog List Start===*/ .main-blog-list-in { padding-top: 120px; padding-bottom: 120px; } .blog-list-box { padding-bottom: 70px; } .blog-list-img { position: relative; display: block; overflow: hidden; } .blog-list-img>img { /*width: 100%;*/ transform: scale(1); transition: all 0.3s ease; } .blog-list-box:hover .blog-list-img>img { transform: scale(1.05); transition: all 0.3s ease; } .blog-list-text p { margin-bottom: 25px; } .blog-play-btn { transform: translate(50%); align-items: center; top: 50%; left: 50%; text-align: center; position: absolute; } .slick-arrow.next-arrow.color-arrow-blog { left: auto; right: 22px; background-color: #131730; transition: all ease-in-out 0.3s; } .slick-arrow.next-arrow.color-arrow-blog:hover { background-color: #e70e0e; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow-blog { left: 22px; right: auto; background-color: #131730; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow-blog:hover { background-color: #e70e0e; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow-blog i { font-size: 20px; color: #fff; transition: 0.3s; margin-top: 7px; } .slick-arrow.next-arrow.color-arrow-blog i { font-size: 20px; color: #fff; transition: 0.3s; margin-top: 7px; } .blog-pagination { display: block; text-align: center; } .pagination-arrow { color: #e70e0e; font-size: 35px; display: inline-block; margin: 0 18px; vertical-align: middle; transition: 0.3s; } .pagination-arrow:hover { color: #131830; transition: 0.3s; } .blog-pagination ul { margin: 0; padding: 0; list-style: none; display: inline-block; vertical-align: middle; font-size: 0; } .blog-pagination ul li { font-family: 'Poppins', sans-serif; display: inline-flex; justify-content: center; align-items: center; width: 60px; height: 60px; background-color: #ebebeb; border-radius: 50px; color: #777777; font-size: 18px; margin: 0 7px; cursor: pointer; transition: 0.3s; } .blog-pagination ul li:hover { background-color: #e70e0e; color: #ffffff; transition: 0.3s; } .blog-pagination ul li.active, .blog-pagination ul li.active:hover { background: #e70e0e; color: #ffffff; cursor: default; } /*===Blog List End===*/ /*===Side bar Start===*/ .blog-search-from input { width: 100%; height: 60px; border: none; outline: none; background: #ffffff; border-radius: 10px; box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.11); color: #777777; font-size: 16px; padding: 10px 60px 10px 30px; } .blog-search-from .sec-btn { width: 80px; height: 60px; padding: 0; position: absolute; border-radius: 0px 10px 10px 0px; right: 0; } .blog-search-from .form-box { margin-bottom: 0; } .blog-search-from .sec-btn:hover { background-color: #131830; box-shadow: none; transition: 0.3s; } .blog-search-from .sec-btn span i { margin: 0; font-size: 20px; } .category-box { background-color: #ffffff; box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.11); padding: 30px; text-align: left; border-top: 5px solid #e70e0e; } .category-box h2 { font-size: 35px; line-height: 45px; position: relative; padding-bottom: 15px; } .category-box h2:before { content: ""; position: absolute; width: 290px; height: 1px; background-color: #e1e1e1; bottom: 0; left: 0; } .category-box h2:after { content: ""; position: absolute; width: 98px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .category-box ul { margin-top: 16px; padding-left: 0; margin-bottom: 0; } .category-box ul li { text-decoration: none; list-style: none; margin-bottom: 12px; } .category-box ul li:last-child { margin-bottom: 0; } .category-box ul li a { color: #777777; transition: 0.3s; } .category-box ul li a:hover { color: #131830; transition: 0.3s; } .category-box ul li a i { font-size: 18px; color: #e70e0e; margin-right: 10px; } .recent-post-box { background-color: #ffffff; box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.11); padding: 30px; text-align: left; border-top: 5px solid #e70e0e; margin-top: 50px; } .recent-post-box h2 { font-size: 35px; line-height: 45px; position: relative; padding-bottom: 15px; } .recent-post-box h2:before { content: ""; position: absolute; width: 290px; height: 1px; background-color: #e1e1e1; bottom: 0; left: 0; } .recent-post-box h2:after { content: ""; position: absolute; width: 98px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .recent-post-list { margin-top: 22px; } .recent-post-list-box { display: flex; align-items: center; margin-bottom: 15px; } .recent-post-img { position: relative; display: block; overflow: hidden; } .recent-post-img>img { width: 100%; transform: scale(1); transition: all 0.3s ease; } .recent-post-list-box:hover .recent-post-img>img { width: 100%; transform: scale(1.05); transition: all 0.3s ease; } .recent-post-text { padding-left: 20px; } .recent-post-text p { transition: 0.3s; } .recent-post-list-box:hover .recent-post-text p { color: #131830; transition: 0.3s; } .recent-post-text span { font-family: 'Roboto', sans-serif; font-size: 15px; color: #e70e0e; } .tag-box { background-color: #ffffff; box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.11); padding: 30px; text-align: left; border-top: 5px solid #e70e0e; margin-top: 50px; } .tag-box h2 { font-size: 35px; line-height: 45px; position: relative; padding-bottom: 15px; } .tag-box h2:before { content: ""; position: absolute; width: 290px; height: 1px; background-color: #e1e1e1; bottom: 0; left: 0; } .tag-box h2:after { content: ""; position: absolute; width: 98px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .tag-list-box { margin-top: 25px; } .tag-list-box ul { padding-left: 0; margin-bottom: 0; text-decoration: none; list-style: none; } .tag-list-box ul li { display: inline-block; } .tag-list-box ul li a { display: inline-block; font-family: 'Roboto', sans-serif; font-size: 15px; text-align: center; color: #777777; border: solid 1px #777777; border-radius: 10px; padding: 10px 20px; transition: 0.3s; margin-bottom: 15px; margin-right: 10px; } .tag-list-box ul li a:hover { border: solid 1px #e70e0e; background-color: #e70e0e; color: #ffffff; box-shadow: 0 10px 30px 0 rgb(231,14,14,0.3); } /*===Side Bar End===*/ /*==========Blog List Page End==========*/ /*==========Blog Detail Page Start==========*/ /*===Blog Detail Content Start===*/ .main-blog-detail-in { padding-bottom: 120px; } .blog-social-content { margin-top: 15px; display: flex; align-items: center; justify-content: space-between; } .blog-acl { display: flex; align-items: center; } .blog-social-content ul { padding-left: 0; margin-bottom: 0; display: flex; } .blog-social-content ul li { text-decoration: none; list-style: none; margin-right: 20px; } .blog-social-content ul li img { margin-right: 10px; } .blog-social-content ul li a img:first-child { margin-left: 0; } .blog-social-content ul li span { font-family: 'Roboto', sans-serif; font-size: 15px; color: #777777; transition: 0.3s; } .blog-social-content ul li span:hover { color: #131830; transition: 0.3s; } .blog-social-media a i { color: #131830; font-size: 18px; margin-left: 10px; transition: 0.3s; } .blog-social-media a i:hover { color: #e70e0e; transition: 0.3s; } .blog-detail-img { position: relative; display: block; overflow: hidden; margin-top: 44px; margin-bottom: 45px; } .blog-detail-img>img { width: 100%; transform: scale(1); transition: all 0.3s ease; } .blog-detail-img>img:hover { transform: scale(1.05); transition: all 0.3s ease; } .blog-quote-box { background-color: #f3f4f8; border-left: solid 1px #e70e0e; padding: 30px; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; } .blog-quote-img img { width: 54px; height: 46px; } .blog-quote-box p { width: calc(100% - 54px); font-family: 'Poppins', sans-serif; font-size: 18px; line-height: 28px; font-weight: 700; color: #131830; text-align: left; margin-bottom: 0; padding-left: 30px; } .blog-point-box { display: flex; align-items: center; margin-top: 20px; } .blog-point-box ul { margin-left: 50px; } .blog-point-box ul:first-child { margin-left: 0; padding-left: 0; } .blog-point-box ul li { list-style: none; text-decoration: none; margin-bottom: 25px; display: flex; align-items: center; } .blog-point-box ul li:last-child { margin-bottom: 0; } .blog-point-box ul li img { margin-right: 15px; } .blog-point-box ul li span { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 500; } .blog-detail-info-img { position: relative; display: block; overflow: hidden; margin-left: 15px; margin-right: 15px; } .blog-detail-info-img { width: 100%; transform: scale(1); transition: all 0.3s ease; } .blog-detail-info-img>img:hover { transform: scale(1.05); transition: all 0.3s ease; } .blog-detail-info-img-box { display: flex; margin-top: 32px; margin-bottom: 16px; } /*===Blog Detail Content End===*/ /*===Comments Start===*/ .main-comment { margin-top: 100px; } .main-comment h2 { text-align: left; } .comment-box{ background-color: #f3f4f8; padding: 40px; display: flex; align-items: center; } .comment-img { width: 100px; height: 100px; background-repeat: no-repeat; background-position: center; background-size: cover; } .comment-content { margin-left: 20px; width: calc(100% - 100px); } .comment-content h3 { padding-top: 0; } .comment-content p { margin-bottom: 20px; } .reply-btn { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 500; text-transform: uppercase; padding: 8px 18px; background-color: #e70e0e; border-radius: 8px; color: #ffffff; transition: 0.3s; } .reply-btn:hover { color: #ffffff; background-color: #131830; transition: 0.3s; } .comment-box.even { margin-top: 30px; margin-bottom: 30px; } /*===Comments End===*/ /*===Leave A Reply Start===*/ .main-leave-reply { margin-top: 110px; } .leave-reply-form { margin-bottom: -20px; } .leave-reply-form .row { margin-right: -10px; margin-left: -10px; } .leave-reply-form .row .col-lg-6, .leave-reply-form .row .col-lg-12 { padding: 0 10px; } .leave-reply-form textarea.form-input { height: 120px; } .leave-reply-form .form-input { width: 100%; } /*===Leave A Reply End===*/ /*==========Blog Detail Page End==========*/ /*==========Contact Us Page Start==========*/ /*===We Are Here Start===*/ .main-we-are-here-in { padding-top: 120px; padding-bottom: 120px; } .main-we-are-here-in h2 { text-align: center; } .contact-help-box { width: 100%; height: 180px; background-color: #ffffff; border: solid 1px #ffffff; border-radius: 10px; padding: 0 40px; display: flex; align-items: center; justify-content: center; box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.11); transition: 0.3s; } .contact-help-box:hover { border: solid 1px #e70e0e; background-color: #0d1128; box-shadow: 10px 26px 59px 0px rgba(0,0,0,0.51); transition: 0.3s; } .contact-help-icon { width: 80px; height: 80px; background-color: #e70e0e; display: flex; align-items: center; justify-content: center; } .contact-help-content { width: calc(100% - 80px); margin-left: 20px; } .contact-help-content h3 { padding-top: 0; transition: 0.3s; } .contact-help-box:hover .contact-help-content h3 { color: #ffffff; transition: 0.3s; } .contact-help-content p { margin-bottom: 0; transition: 0.3s; } .contact-help-box:hover .contact-help-content p { color: #ffffff; transition: 0.3s; } /*===We Are Here End===*/ /*===Contact Us Get In Touch Start===*/ .main-contact-touch-in { padding-bottom: 120px; } .contact-touch-map iframe { width: 100%; height: 570px; } .main-we-are-here-in .form-box.form-input { width: 100%; } /*===Contact US Get In Touch End===*/ /*==========Contact Us Page End==========*/ /*==========Scroll To Top CSS Start==========*/ .scroll-top { position: fixed; bottom: 10px; right: 10px; width: 50px; height: 50px; background-color: #e70e0e; font-size: 25px; color: #ffffff; border-radius: 4px; box-shadow: 0 0 20px rgba(0,0,0,0.1); transition: 0.3s; overflow: hidden; z-index: 50; display: none; } .scroll-top:hover { box-shadow: 1px 1px 60px rgb(0 0 0 / 15%); color: #ffffff; } .scroll-top:before { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 100%; background-color: #e70e0e; transition: 0.3s; z-index: 0; } .scroll-top:hover:before { top: 0; } .scroll-top i { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); line-height: 10px; z-index: 1; } .scroll-top:hover i { animation: swipe 0.6s linear infinite alternate; } @keyframes swipe { from { margin-top: -3px; } to { margin-top: 3px; } } /*==========Scroll To Top CSS End==========*/ /*==========Responsive Start==========*/ @media screen and (max-width: 1399px) { .main-navigation ul li { padding-left: 26px; } .slick-arrow.next-arrow { left: auto; right: -156px; } .slick-arrow.prev-arrow { right: auto; left: -156px; } .slick-arrow.prev-arrow.color-arrow { left: -50px; right: auto; } .slick-arrow.next-arrow.color-arrow { right: -50px; left: auto; } .our-links { padding: 0 70px; } .contact-icon { position: absolute; } .contact-text p { margin-left: 60px; } } @media screen and (max-width: 1199px) { .main-navigation ul li { padding-left: 16px; margin-left: 8px; } .main-navigation ul li a { font-size: 15px; } .h1-title { font-size: 70px; line-height: 80px; } .h2-title { font-size: 55px; line-height: 60px; } .h3-title { font-size: 22px; line-height: 32px; } .banner-content p { padding: 0px 40px; } .partner-title:before { content: ""; width: 306px; } .partner-title-in:after { content: ""; width: 306px; } .partner-title-in:before { content: ""; width: 306px; } .partner-title:after { content: ""; width: 306px; } .about-img-2 img { max-width: 80%; } .about-img .about-img-2 { position: absolute; top: -40px; right: -66px; } .main-testimonial-box h3 { position: relative; } .main-testimonial-box span { position: relative; } .accordion-button.faq-btn { padding: 20px 104px 20px 20px; } .main-team { padding-bottom: 113px; } .main-blog { padding-top: 110px; } .our-links { padding: 0 56px; } .contact-us { padding-left: 8px; } .service-detail h2 { font-size: 40px; } .service-detail-box h2 { font-size: 35px; } .service-detail-contact a { font-size: 22px; } .case-detail-text-box h2 { font-size: 40px; line-height: 50px; } .main-case-detail { padding-bottom: 97px; } .pricing-box h2 { font-size: 35px; line-height: 45px; } .category-box h2 { font-size: 30px; line-height: 40px; } .recent-post-box h2 { font-size: 30px; line-height: 40px; } .tag-box h2 { font-size: 30px; line-height: 40px; } .contact-help-box { padding: 0 20px; } } @media screen and (max-width: 991px) { .for-des, .header-search, .rocket-img { display: none !important; } .special_inner{ display: none; } #glasses{ font-size: 40px; position: absolute; right: 50px; } body .specialFeatured .specialFeaturedBlock{ position: absolute; width: 357px; top: 48px !important; right: 0px; } .h1-title{ font-size: 30px !important; } .padding{ padding-bottom: 60px; } .for-mob { display: inline-block !important; } .sticky-logo{ width: 150px !important; } .site-header, .site-header.sticky-header { background: #ffffff; height: 70px; padding: 0; box-shadow: 0 0 20px rgba(0,0,0,0.1); } .site-header .container { max-width: 100%; padding: 0 30px; } .toggle-button { display: block; } .site-branding { position: fixed; top: 0; left: 30px; width: 200px; height: 70px; display: flex; align-items: center; } .site-branding a { width: 100%; } .site-branding a img { display: none; } .site-branding a img.sticky-logo { display: block; position: relative; opacity: 1; } .main-navigation ul { position: fixed; top: 0; right: -400px; width: 320px; height: 100vh; max-height: 100vh; overflow: auto; background: #131830; text-align: center; padding: 100px 0 30px; box-shadow: -30px 0 30px rgba(0,0,0,0.1); transition: 0.5s; opacity: 0; z-index: 100; } .main-navigation.toggle-menu ul { right: 0; opacity: 1; z-index: 100; } .main-navigation>ul::-webkit-scrollbar-thumb { width: 0; background: transparent; } .main-navigation>ul::-webkit-scrollbar { width: 0; } .main-navigation>ul::-webkit-scrollbar-track { width: 0; background: transparent; } .main-navigation ul li { display: block; margin: -50px 0 10px 0; padding: 10px 40px 20px 40px; opacity: 0; transition: 0.5s; } .main-navigation ul li:first-child { padding: 10px 40px 20px 40px; } .main-navigation.toggle-menu ul li { text-align: left; border-bottom: solid 1px rgb(225, 225, 225,0.3); margin-top: 0; opacity: 1; transition: 0.5s; transition-delay: 0.4s; } .main-navigation ul li:last-child { border-bottom: none; } .main-navigation ul li:last-child a { display: inline-block; margin: 0 auto; } .site-header.sticky-header .main-navigation ul li a, .site-header.sticky-header .search-icon a, .site-header.sticky-header .main-navigation ul li.sub-items>a:before { color: #ffffff; } .main-navigation ul li a { font-size: 18px; line-height: 28px; color: #ffffff; } .main-navigation ul li.sub-items>a:before { color: #ffffff; } .main-navigation ul li.sub-items.active>a:before { color: #e70e0e; } .main-navigation ul li ul.sub-menu, .main-navigation ul li:hover ul.sub-menu { position: relative; top: 0; left: 0; width: 100%; background: transparent; box-shadow: none; border-radius: 0; display: block; animation: none; padding: 0; margin-top: 10px; transition: 0s; display: none; } .main-navigation ul li ul.sub-menu li { text-align: left; border: none; padding: 0 16px; margin-bottom: 10px; } .main-navigation ul li ul.sub-menu li:first-child { padding-left: 16px; } .main-navigation ul li ul.sub-menu li:last-child { margin-bottom: 0; } .main-navigation ul li ul.sub-menu li a { color: #ffffff; padding: 0; font-size: 15px; line-height: 24px; } .main-navigation ul li.sub-items:hover>a:before, .main-navigation ul li a:hover:before { transform: translate(0,-50%) rotate(0deg); color: #e70e0e; } .main-navigation ul li.sub-items.active-sub-menu>a:before { transform: translate(0,-50%) rotate(-180deg); color: #e70e0e; } .Social-midea { display: none; } .header-contact { display: none; } .header-btn { display: none; } .toggle-button { display: block; } .h1-title { font-size: 60px; line-height: 70px; } .h2-title { font-size: 45px; line-height: 55px; } .h3-title { font-size: 22px; line-height: 32px; } .slick-arrow.next-arrow { left: auto; right: -107px; } .slick-arrow.prev-arrow { right: auto; left: -107px; } .slick-arrow.prev-arrow.color-arrow { left: -95px; right: auto; } .slick-arrow.next-arrow.color-arrow { right: -95px; left: auto; } .mob-mb-15{ margin-bottom: 15px; } .mob-mt-15 { margin-top: 15px; } .mob-ml-15 { margin-left: 15px; } .mob-mr-15 { margin-right: 15px; } .mob-pt-30 { padding-top: 30px; } .main-services { padding-top: 70px; } .main-services-in { padding-top: 80px; padding-bottom: 50px; } .main-why-choose-in { padding-top: 274px; padding-bottom: 80px; } .partner-title { padding-top: 50px; } .partner-title:before { content: ""; width: 186px; } .partner-title:after { content: ""; width: 186px; } .partner-title-in:before { content: ""; width: 186px; } .partner-title-in:after { content: ""; width: 186px; } .partners-slider { padding-bottom: 78px; } .main-about { padding-top: 80px; padding-bottom: 80px; } .about-img-1 img { width: 100%; } .about-img-2 { display: none; } .main-simple-step { padding-top: 70px; padding-bottom: 194px; } .main-case-studies { padding-top: 244px; padding-bottom: 80px; margin-top: -170px; } .main-why-choose { padding-top: 70px; padding-bottom: 80px; } .main-testimonial { padding-top: 70px; padding-bottom: 124px; } .main-faq { padding-bottom: 60px; } .faq-flot .faq-img { width: 100vw; height: 620px; left: 85.2%; transform: translate(14.8%); } .faq-content { padding-top: 40px; padding-left: 0; } .accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .icon { width: 72px; } .main-team { padding-top: 70px; padding-bottom: 72px; } .main-newsletter { padding-top: 70px; } .newsletter-title { text-align: center; float: none; } .newsletter-form { text-align: center; float: none; padding-top: 43px; } .newsletter-form .sub-btn { top: 43px; right: 113px; } .main-blog { padding-top: 70px; } .blog-slider .slick-list { overflow: visible; } .blog-slider .slick-slide{ opacity: 0; pointer-events: none; transition: 0.3s; } .blog-slider .slick-slide.slick-active { opacity: 1; pointer-events: unset; transition: all ease-in-out 0.3s; } .main-blog { padding-top: 70px; padding-bottom: 80px; } .map-dax-no { display: none; } .map-mob-yes { display: inline-block; } .mob-map { width: 100%; height: 100%; } .main-get-touch { padding-top: 0; padding-bottom: 60px; } .form-input { width: 100%; } .get-touch-box { padding-top: 62px; } .main-footer { padding-top: 80px; } .our-links { padding: 0; } .copyright-bg { margin-top: 85px; } .main-service-detail { padding-top: 70px; padding-bottom: 80px; } .service-detail h2 { font-size: 35px; } .service-detail-box h2 { padding-top: 50px; font-size: 32px; } .main-case-studies-in { padding-top: 50px; padding-bottom: 80px; } .main-case-detail { padding-top: 80px; padding-bottom: 74px; } .case-detail-text-box h2 { font-size: 30px; line-height: 40px; } .main-case-studies-dp-in { padding-bottom: 80px; } .main-team-in { padding-top: 50px; padding-bottom: 74px; } .main-pricing-in { padding-top: 80px; padding-bottom: 50px; } .pricing-box { width: 370px; max-width: 100%; margin: 0 auto 30px auto; } .pricing-box h2 { font-size: 30px; line-height: 40px; } .blog-list-sidebar { margin-top: 80px; } .main-blog-list-in { padding-top: 80px; padding-bottom: 80px; } .main-blog-detail-in { padding-top: 75px; padding-bottom: 80px; } .main-comment { margin-top: 60px; } .main-leave-reply { margin-top: 70px; } .main-we-are-here-in { padding-top: 70px; padding-bottom: 50px; } .contact-help-box { width: 370px; max-width: 100%; margin: 0 auto 150px auto; margin-bottom: 30px; } .main-contact-touch-in { padding-bottom: 80px; } } @media screen and (max-width: 767px) { .h1-title { font-size: 50px; line-height: 60px; } .h2-title { font-size: 40px; line-height: 50px; } .mob-mt-0 { margin-top: 0; } .mob-mb-0 { margin-top: 0; } .mob-pt-40 { padding-top: 40px; } .mob-mt-30 { margin-top: 30px; } .mob-mb-50 { margin-bottom: 50px; } .banner-content p { padding: 0px 20px; } .partner-title:before { content: ""; width: 96px; } .partner-title:after { content: ""; width: 96px; } .partner-title-in:before { content: ""; width: 96px; } .partner-title-in:after { content: ""; width: 96px; } .newsletter-title h2 { font-size: 40px; line-height: 50px; } .newsletter-form .sub-btn { right: 23px; } .logo-content { margin-bottom: 30px; } .our-links { margin-bottom: 30px; } .latest-post { margin-top: 30px; } .latest-post-box { margin-top: 40px; } .main-footer .social-media-footer a:last-child { margin-left: 0; } .social-media-footer { float: left; margin-top: 20px; } .service-detail h2 { font-size: 32px; } .service-detail-box h2 { font-size: 30px; } .case-detail-text-box h2 { font-size: 32px; } .case-detail-info { margin-top: 30px; } .blog-social-content { display: block; } .blog-social-media { margin-top: 20px; } .blog-point-box { display: block; } .blog-point-box ul:last-child { margin-left: 0; padding-left: 0; } .blog-point-box ul li:last-child { margin-bottom: 25px; } .comment-box { display: block; } .comment-content { margin-left: 0; margin-top: 25px; width: 100%; } .blog-detail-info-img-box { display: block; } .blog-detail-info-img { margin-left: 0; margin-right: 0; } } @media screen and (max-width: 575px) { .container { padding-left: 30px; padding-right: 30px; } .slick-arrow.next-arrow { display: none; } .mob-mb-30 { margin-bottom: 30px; } .partner-title:before { content: ""; display: none; } .partner-title:after { content: ""; display: none; } .partner-title-in:before { content: ""; display: none; } .partner-title-in:after { content: ""; display: none; } .newsletter-form .sub-btn { position: relative; right: 0; top: 0; margin-top: 20px; } .newsletter-form input { width: 100%; padding: 10px 30px 10px 30px; font-size: 15px; color: #777777; } .faq-flot .faq-img { width: 100vw; left: 95%; transform: translate(5%); } } @media screen and (max-width: 375px) { .container { padding-left: 15px; padding-right: 15px; } .h2-title { font-size: 40px; line-height: 50px; } .h3-title { font-size: 20px; line-height: 30px; } .newsletter-title h2 { font-size: 40px; line-height: 50px; } .newsletter-form input { width: 100%; padding: 10px 30px 10px 30px; font-size: 15px; color: #777777; } .service-detail h2 { font-size: 30px; line-height: 40px; } .service-detail-box h2 { font-size: 28px; } .case-detail-text-box h2 { font-size: 30px; line-height: 40px; } .pricing-box h2 { font-size: 28px; line-height: 40px; } .blog-quote-box { display: block; } .blog-quote-box p { width: 100%; padding-left: 0; margin-top: 25px; } .contact-help-box { margin-left: 0; margin-right: 0; margin-bottom: 30px; } } /* ======== Template Name: Misaru - Finance Consulting HTML Template ===========*/ /* ========= --- CSS INDEX --- 1.Fonts CSS 2.Common CSS 3.Loader CSS 4.Header CSS 5.Banner CSS 6.Services CSS 7.Partner Logo CSS 8.About Us CSS 9.Counter CSS 10.Case Studies CSS 11.Play video CSS 12.Why Choose Us CSS 13.Testimonial CSS 14.FAQ CSS 15.Our Team CSS 16.Newsletter CSS 17.Blog CSS 18.Get In Touch CSS 19.About Us Page CSS (a)Partner Logo Css (b)Simple Steps CSS 20.Services Page CSS (a)Services Box CSS (b)Watch Us CSS 21.Services Detail Page CSS (a)Services Detail Content CSS 22.Case Studies Page CSS (a)Case Studies Box 23.Case Detail Page CSS (a)Case Detail img CSS (b)Similar Case CSS 24.Team Page CSS 25.Pricing Page CSS (a)Pricing Box CSS 26.Blog List Page CSS (a)Blog List CSS (b)Side Bar CSS 27.Blog Detail Page CSS (a)Blog Detail Content CSS (b)Comments CSS (c)Leave A Replay CSS 28.Contact Us Page CSS (a)We Are Here CSS (b)Contact Us Get In Touch CSS 29.Responsive CSS ============*/ /*==========Fonts CSS Start==========*/ @font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.eot?v=4.3.0'); src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; } /*==========Fonts CSS End==========*/ /*==========Common CSS Start==========*/ body { font-family: 'montserrat', sans-serif; overflow-x: hidden !important; font-size: 15px; line-height: 24px; color: #131730; } a, a:hover, a:focus { text-decoration: none; outline: none; } input, input:focus, input:hover, button, button:hover, button:focus { outline: none; } section { overflow: hidden; } img { width: auto; max-width: 100%; } p { font-family: 'Roboto', sans-serif; font-size: 15px; line-height: 24px; color: #777; font-weight: normal; margin-bottom: 12px; } .h1-title { font-family: 'montserrat', serif; font-size: 80px; color: #fff; line-height: 90px; font-weight: 800; } .h2-title { font-family: 'montserrat', serif; font-size: 65px; color: #131730; line-height: 70px; font-weight: 800; padding-bottom: 28px; } .h3-title { font-family: 'montserrat', serif; font-size: 25px; color: #131730; line-height: 35px; font-weight: 700; padding-top: 25px; } .container { z-index: 5; } .mr-15 { margin-right: 15px; } .ml-15 { margin-left: 15px; } .mb-20{ margin-bottom: 20px; } .mb-30 { margin-bottom: 30px; } .pl-0 { padding-left: 0 !important; } .sec-btn { height: 60px; display: inline-block; font-size: 15px; line-height: 24px; color: #fff !important; background-color: #e70e0e; border-radius: 10px; padding: 18px 32px; font-weight: 500; cursor: pointer; font-family: 'Roboto', sans-serif; border: none; text-transform: uppercase; transition: 0.3s; } .sec-btn:hover { background-color: #ca1818; box-shadow: 0 10px 30px 0 rgb(231,14,14,0.3); transition: 0.3s; } .link-btn { font-family: 'Roboto', sans-serif; font-size: 15px; color: #e70e0e; text-transform: uppercase; text-decoration: underline; font-weight: 500; transition: 0.3s; cursor: pointer; } .link-btn:hover { text-decoration: underline; color: #e70e0e; transition: 0.3s; cursor: pointer; } .sub-btn { height: 60px; display: inline-block; font-size: 15px; line-height: 24px; color: #fff !important; background-color: #131830; border-radius: 10px; padding: 18px 32px; font-weight: 500; cursor: pointer; font-family: 'Roboto', sans-serif; border: none; text-transform: uppercase; } .slick-arrow { width: 60px; height: 60px; background-color: rgb(255, 255, 255,0.10); position: absolute; top: 50%; left: 0; transform: translate(0, -50%); z-index: 1; transition: 0.3s; border: none; border-radius: 30px; } .slick-arrow:hover { background-color: rgba(255, 255, 255); transition: 0.3s; } .slick-arrow.next-arrow { left: auto; right: -216px; } .slick-arrow.prev-arrow { left: -216px; right: auto; } .slick-arrow i { font-size: 20px; color: #fff; transition: 0.3s; margin-top: 7px; } .slick-arrow:hover i { color: #131730; } .slick-arrow.next-arrow.color-arrow { left: auto; right: -94px; background-color: #131730; transition: all ease-in-out 0.3s; } .slick-arrow.next-arrow.color-arrow:hover { background-color: #e70e0e; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow { left: -94px; right: auto; background-color: #131730; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow:hover { background-color: #e70e0e; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow i { font-size: 20px; color: #fff; transition: 0.3s; margin-top: 7px; } .slick-arrow.next-arrow.color-arrow i { font-size: 20px; color: #fff; transition: 0.3s; margin-top: 7px; } .form-box { display: block; position: relative; font-size: 0; line-height: 1; margin-bottom: 20px; } .form-input { width: 90%; height: 60px; background: #ffffff; font-size: 15px; font-family: 'Roboto', sans-serif; line-height: 24px; color: #817572; border: none; outline: none; padding: 12px 30px; border: 1px solid #777777; box-shadow: none; } textarea.form-input { height: 80px; resize: none; padding: 18px 30px; margin-bottom: 0; } .form-input::placeholder { color: #777777; } .form-box label { padding-left: 25px; position: relative; margin-bottom: 0; color: #131830; } .toggle-button { position: fixed; top: 0; right: 0; width: 70px; height: 70px; background-color: #e70e0e; text-align: center; border: none; outline: none; display: none; z-index: 110; } .toggle-button span { width: 30px; height: 3px; background: #ffffff; display: block; margin: 0 auto 6px auto; position: relative; top: 0; opacity: 1; transition: 0.3s; } .toggle-button span:last-child { margin-bottom: 0; } .toggle-menu .toggle-button { background-color: #e70e0e; } .toggle-menu .toggle-button span { background-color: #ffffff; } .toggle-menu .toggle-button span:nth-child(1) { transform: rotate(45deg); position: relative; top: 9px; } .toggle-menu .toggle-button span:nth-child(2) { opacity: 0; } .toggle-menu .toggle-button span:nth-child(3) { transform: rotate(-45deg); position: relative; top: -9px; } .black-shadow { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: #000000; opacity: 0.5; z-index: 90; display: none; } .main-inner-banner { position: relative; padding: 263px 0 142px 0; } .main-inner-banner:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../images/overlay-5.png); background-size: cover; background-position: center bottom; background-repeat: no-repeat; z-index: 1; pointer-events: none; } .main-inner-banner:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(08, 11, 27,0.75); z-index: 0; } .back-img { background-size: cover; background-position: center; background-repeat: no-repeat; } .inner-page-banner-content { text-align: left; position: relative; z-index: 1; } .inner-page-banner-content h3 { color: #ffffff; } .breadcrumb-box { display: inline-block; background-color: #e70e0e; padding: 10px 30px; border-radius: 8px; margin-top: 15px; } .breadcrumb-box ul { margin: 0; padding: 0; text-decoration: none; list-style: none; display: flex; } .breadcrumb-box ul li { font-family: 'Roboto', sans-serif; font-size: 15px; color: #fff; margin-left: 10px; text-transform: uppercase; font-weight: 500; } .breadcrumb-box ul li:first-child { margin-left: 0; } .breadcrumb-box ul li a{ color: #fff } /*==========Common CSS End==========*/ /*==========Loader CSS Start==========*/ .loader-box { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: #131830; z-index: 999; } .infinity-loader { position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 130px; height: 70px; } .infinity-loader .bg div, .infinity-loader > .fg > div > div { width: 70px; height: 70px; border: 10px solid #090d20; box-sizing: border-box; border-radius: 50%; position: absolute; } .infinity-loader .right-bg { transform: translate(100%, 0); left: -10px; } .infinity-loader > .fg > div > div { border-color:#e70e0e transparent transparent; transform: rotate(135deg); animation: spin 1s linear infinite; position: static; } .infinity-loader > .fg > div { clip: rect(0, 70px, 35px, 0); position: absolute; } .infinity-loader > .fg > .bottom-right-rect { left: -10px; transform: translateX(100%) scale(1, -1); } .infinity-loader > .fg > .bottom-right-rect > div { animation-delay: 0.25s; } .infinity-loader > .fg > .top-right-rect { left: -10px; transform: translateX(100%) scale(-1, 1); } .infinity-loader > .fg > .top-right-rect > div { animation-delay: 0.5s; } .infinity-loader > .fg > .bottom-left-rect { transform: scale(-1); } .infinity-loader > .fg > .bottom-left-rect > div { animation-delay: 0.75s; } .infinity-loader > .fg { filter: drop-shadow(0 0 6px orangered); } @keyframes spin { 50%, 100% { transform: rotate(495deg); } } /*==========Loader CSS End==========*/ /*==========Header CSS Start==========*/ .site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; transition: 0.3s; } .header-top { width: 100%; height: 45px; background: rgb(255, 255, 255,0.10); display: flex; justify-content: center; align-items: center; transition: 0.3s; } .header-contact a { display: inline-block; color: #fff; margin-right: 32px; transition: 0.3s; } .header-contact a:last-child { margin-right: 0; } .header-contact a:hover { color: #e70e0e; } .header-contact a span { display: inline-block; margin-right: 10px; } .header-content { display: flex; text-align: end; justify-content: flex-end; } .header-content p { color: #fff; margin-bottom: 0; margin-right: 15px; } .hed-btn { width: 108px; height: 26px; background-color: #131730; border-radius: 30px; text-align: center; color: #fff; } .hed-btn:hover { color: #fff; } .Social-midea { text-align: end; } .Social-midea a{ color: #fff; margin-left: 12px; transition: 0.3s; } .Social-midea a:hover { color: #e70e0e; } .header-bottom { width: 100%; padding: 30px 0; transition: 0.3s; } .site-branding a { display: inline-block; position: relative; } .site-branding a img { width: 100%; } .header-menu { position: relative; text-align: right; } .main-navigation { display: inline-block; } .main-navigation ul { list-style: none; font-size: 0; line-height: 1; margin-bottom: 0; padding: 0; } .main-navigation ul li { font-size: 16px; line-height: 24px; display: inline-block; margin-left: 20px; padding-left: 1px; position: relative; } .main-navigation ul li a { font-size: 16px; line-height: 24px; color: #fff; font-weight: 500; transition: 0.3s; font-family: 'montserrat', serif; } .main-navigation ul li a:hover { color: #e70e0e; } .header-btn { display: inline-block; position: relative; vertical-align: middle; margin-left: 30px; text-transform: uppercase; } .main-navigation ul li.sub-items:hover>a, .main-navigation ul li a:hover, .main-navigation ul li.active>a { color: #e70e0e; } .main-navigation ul li.sub-items>a:before { content: "\f107"; position: absolute; top: 50%; right: 0; transform: translate(0,-50%); font-family: 'FontAwesome'; font-size: 16px; transition: 0.3s; } .site-header.sticky-header .main-navigation ul li a, .site-header.sticky-header .search-icon a, .site-header.sticky-header .main-navigation ul li.sub-items>a:before { color: #010f2e; } .main-navigation ul li.sub-items>a { padding-right: 15px; position: relative; } .main-navigation ul li.sub-items:hover>a:before, .main-navigation ul li a:hover:before { transform: translate(0,-50%) rotate(-180deg); transition: 0.3s; } .main-navigation ul li:first-child { margin-left: 0; padding: 0; } .main-navigation ul li ul.sub-menu { position: absolute; top: 100%; left: -13px; width: 150px; height: auto; background: #ffffff; border-radius: 4px; box-shadow: 1px 1px 60px rgba(0,0,0,0.1); display: none; transition: 0.3s; z-index: 150; } .main-navigation ul li:hover ul.sub-menu { display: block; animation: swip_up 0.3s linear 1; } @keyframes swip_up { from { transform: translate(0, 20px); opacity: 0; } to { transform: translate(0, 0); opacity: 1; } } .main-navigation ul li ul.sub-menu li { display: block; text-align: left; margin: 0; border-bottom: 1px solid #ebebeb; } .main-navigation ul li ul.sub-menu li:first-child { padding-left: 30px; } .main-navigation ul li ul.sub-menu li:last-child { border-bottom: none; } .main-navigation ul li ul.sub-menu li a { display: block; padding: 10px 7px; } .main-navigation ul li ul.sub-menu li a { display: block; color: #010f2e; padding: 5px 15px; transition: 0.3s; } .main-navigation ul li ul.sub-menu li a:hover { color: #e70e0e; transition: 0.3s; } .site-header.sticky-header .main-navigation ul li.sub-items:hover>a, .site-header.sticky-header .main-navigation ul li a:hover, .site-header.sticky-header .main-navigation ul li.active>a, .site-header.sticky-header .main-navigation ul li.sub-items:hover>a:before, .site-header.sticky-header .main-navigation ul li a:hover:before, .site-header.sticky-header .main-navigation ul li.active>a:before, .site-header.sticky-header .main-navigation ul li ul.sub-menu li a:hover { color: #e70e0e; } /*==Sticky Header Start==*/ .sticky-header .header-top { margin-top: -45px; transition: 0.3s; } .site-header.sticky-header { background-color: #fff; box-shadow: 6px 6px 60px 0px rgba(0,0,0,0.1); transition: 0.3s } .sticky-header .header-bottom { padding: 20px 0px; transition: 0.3s; } .sticky-header .main-navigation ul li a { color: #051136; transition: 0.3s; } .sticky-header .main-navigation ul li a:hover { color: #e70e0e; } .site-header.sticky-header .site-branding a img { opacity: 0; transition: 0.3s; } .site-branding a img.sticky-logo { position: absolute; top: 0; left: 0; width: 100%; opacity: 0; z-index: 1; } .site-header.sticky-header .site-branding a img.sticky-logo { opacity: 1; transition: 0.3s; } /*==Sticky Header End==*/ /*==========Header CSS End==========*/ /*==========Banner Start==========*/ .main-banner { position: relative; padding: 312px 0px 170px 0px; } .main-banner-slider { position: absolute; right: 0; top: 0; width: 100%; height: 100%; z-index: 0; } .main-banner-slider:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(08, 11, 27,0.75); z-index: 1; pointer-events: none; } .main-banner:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../images/overlay-1.png); background-size: cover; background-position: center bottom; background-repeat: no-repeat; z-index: 1; pointer-events: none; } .banner-slider { width: 100%; height: 100%; } .banner-slider .slick-list, .banner-slider .slick-track{ height: 100%; } .banner-box { width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; animation: zoom 8s linear infinite alternate; } @keyframes zoom { from { transform: scale(1); } to { transform: scale(1.08); } } .banner-content { text-align: center; } .banner-content.slick-slide { outline: none; } .banner-subtitle { position: relative; font-family: 'montserrat', sans-serif; font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 27px; padding-top: 18px; text-align: center; text-transform: uppercase; } .banner-small-title { position: relative; } .banner-content p { color:rgb(255, 255, 255,0.60); font-size: 18px; line-height: 28px; margin-top: 15px; text-align: center; font-family: 'Roboto', sans-serif; font-weight: 400; padding: 0 160px; } .banner-content img { position: absolute; left: 50%; top: 70%; transform: translate(-50%,-50%); } .banner-content a { margin-top: 20px; } .banner-content h1 { text-align: center; } /*==========Banner End==========*/ /*==========Services Start==========*/ .main-services { background-color: #131830; padding:120px 0px; } .main-services h2 { color: #fff; text-align: center; } .main-service-box { background-color: #0d1128; border: solid 1px #0d1128; border-radius: 8px; text-align: left; padding: 30px 30px 40px 30px; transition: ease-in-out 0.3s; } .main-service-box:hover { border: solid 1px #e70e0e; box-shadow: 10px 26px 59px 0px rgba(0,0,0,0.51); transition: ease-in-out 0.3s; } .service-icon { width: 80px; height: 80px; border-radius: 50px; display: flex; align-items: center; justify-content: center; border: solid 2px #e70e0e; } .main-services h3 { color: #fff; } .main-services p { color: #8288a3; padding-top: 10px; padding-bottom: 20px; } .main-service-box a { padding: 15px 21px; border-radius: 50px; background-color: #e70e0e; text-align: center; color: #fff; } /*==========Services End==========*/ /*==========Partner Logo Start==========*/ .partner-title h3 { color: #fff; text-align: center; font-weight: 600; } .partner-title { position: relative; padding-top: 100px; } .partner-title:before { content: ""; position: absolute; width: 455px; height: 1px; background-color: #34384b; left: 0; bottom: 17px; } .partner-title:after { content: ""; position: absolute; width: 455px; height: 1px; background-color: #34384b; right: 0; bottom: 17px; } .partners-slider { padding-top: 35px; padding-bottom: 120px; } .partners-box { opacity: 0.3; display: flex; align-items: center; justify-content: center; transition: all ease-in-out 0.3s; } .partners-box:hover { opacity: 1; cursor: pointer; transition: all ease-in-out 0.3s; } /*==========Partner Logo End==========*/ /*==========About Us Start==========*/ .main-about { padding-top: 160px; padding-bottom: 120px; } .about-img { position: relative; } .about-img-1 img { max-width: 100%; } .about-img-2 img { max-width: 100%; } .about-img .about-img-2 { position: absolute; top: -40px; right: 0; } /*.main-about-pointbox {*/ /* display: flex;*/ /* align-items: center;*/ /* justify-content: center;*/ /*}*/ .about-point-box { border: solid 1px #e1e1e1; padding: 20px; display: flex; align-items: center; justify-content: center; } .about-point-content { padding-left: 10px; } .about-point-content p { font-family: 'Montserrat', sans-serif; font-weight: 700; color: #131830; margin-bottom: 0; } .about-content { margin-top: 25px; } .about-content a { margin-top: 20px; } /*==========About Us End==========*/ /*==========Counter Start==========*/ .main-counter { overflow: visible; } .counter-bg { position: relative; background-color: #fff; padding: 70px; box-shadow: 10px 10px 61px 0px rgba(0,0,0,0.09); } .counter-bg:before { content: ""; position: absolute; width: 80px; height: 80px; background-color: #e70e0e; border-radius: 0px 80px 0px 0px; left: 0; bottom: 0; } .counter-bg:after { content: ""; position: absolute; width: 80px; height: 80px; background-color: #e70e0e; border-radius: 0px 0px 0px 80px; right: 0; top: 0; } .counter-box { display: flex; justify-content: center; align-items: center; } .counter-text { text-align: left; margin-left: 15px; } .counter-text h2 { font-weight: 700; font-size: 50px; padding-bottom: 0px; line-height: 50px; } .counter-text p { margin-bottom: 0; } /*==========Counter End==========*/ /*==========Case Studies Start==========*/ .main-case-studies { background-color: #f3f4f8; padding-top: 210px; padding-bottom: 120px; margin-top: -100px; } .main-case-studies h2 { text-align: center; } .cases-one { position: relative; display: block; padding: 180px 0 90px; margin-top: -60px; } .cases-one--one-page { margin-top: 0; padding-top: 120px; background-color: transparent; } .main-case-box { position: relative; display: block; } .case-box { position: relative; display: block; overflow: hidden; } .case-img { position: relative; display: block; overflow: hidden; background-color: #131830; } .case-img>img { width: 100%; transform: scale(1); opacity: 0.5; transition: all 0.3s ease; } .main-case-box:hover .case-img>img { transform: scale(1.05); opacity: 1; } .case-content { padding: 30px 30px 30px; background-color: transparent; position: absolute; bottom: 0; left: 0; right: 100px; z-index: 1; } .case-content:before { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: #e70e0e; z-index: -1; transform: translateY(100%); transition: all 0.3s ease; } .main-case-box:hover .case-content:before { transform: translateY(0); } .case-icon img { display: block; transform: scale(1); transform-origin: left center; transition: transform 0.3s ease; } .main-case-box:hover .case-icon img { transform: scale(.85); } .case-title { font-size: 35px; color: #fff; line-height: 45px; } .case-title a { color: #fff; transition: all 500ms ease; background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87% / 0px 2px no-repeat; } .case-title a:hover { color: #fff; background-size: 100% 2px; } /*==========Case Studies End==========*/ /*==========Play Video Start==========*/ .main-video { position: relative; display: block; padding-top: 80px; padding-bottom: 160px; background-color: #080b1b; } .main-video:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../images/overlay-2.png); background-size: cover; background-position: center bottom; background-repeat: no-repeat; z-index: 1; pointer-events: none; } .video-bg-img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-repeat: no-repeat; background-size: cover; opacity: 0.25; } .video-content { position: relative; display: block; text-align: center; } .video-content h2 { color: #fff; padding-bottom: 46px; } .play-btn { text-align: center; margin-top: 68px; } .video-play-icon { position: absolute; transform: translate(-50%,-50%); width: 80px; height: 80px; background-color: #e70e0e; background-size: 200% 100%; background-position: left center; border-radius: 50%; display: inline-flex; justify-content: center; align-items: center; font-size: 20px; color: #ffffff; padding-left: 5px; transition: 0.3s; z-index: 1; } .video-play-icon:hover { color: #ffffff; background-position: right center; } .video-play-icon:before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; background: transparent; border-radius: 50%; pointer-events: none; animation: waveBtn 2.5s infinite; z-index: -1; } @keyframes waveBtn { 0% { box-shadow: 0 0 0 0 rgba(231,14,14,1) } 50% { box-shadow: 0 0 0 40px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } } .video-play-icon:after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 142px; height: 142px; background: transparent; border: 2px solid #fff; border-radius: 50%; opacity: 0.5; pointer-events: none; z-index: -1; } /*==========Play Video End==========*/ /*==========Why Choose Us Start==========*/ .main-why-choose { background-color: #f3f4f8; padding-top: 110px; padding-bottom: 110px; } .main-why-choose h2 { padding-bottom: 24px; } .why-tabs { width: 100%; border-bottom: solid 2px #e70e0e; display: flex; } .why-tabs .nav-item { flex-basis: 33.3333%; } .why-tabs .nav-item .nav-link.active { color: #fff; background: #e70e0e; } .why-tabs .nav-item .nav-link { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 500; text-transform: uppercase; display: inline-block; color: #131830; border: none; outline: none; background: transparent; cursor: pointer; display: block; width: 100%; text-align: center; padding: 17px 10px 13px 10px; } .why-tab-wrapper { justify-content: center; align-items: center; display: flex; } .why-tab-img { float: left; } .why-tab-list ul { margin-bottom: 0; } .why-tab-list ul li { font-family: 'Roboto', sans-serif; list-style: none; font-size: 15px; font-weight: 400; color: #777; margin-bottom: 15px; display: flex; align-items: center; } .why-tab-list ul li p { display: contents; } .why-tab-list ul li:last-child { margin-bottom: 0; } .why-tab-list ul li img { width: 19px; height: 13px; margin-right: 20px; } /*==========Why Choose Us End==========*/ /*==========Testimonial Start==========*/ .main-testimonial { position: relative; padding-top: 115px; padding-bottom: 165px; } .main-testimonial:before { content: ""; position: absolute; width: 100%; height: 100%; background-image: url(../images/dote-map.png); background-repeat: no-repeat; left: 65%; top: 50%; transform: translate(-50%, -50%); } .main-testimonial h2 { position: relative; text-align: center; } .main-testimonial-box { position: relative; background-color: #fff; padding: 40px 40px 60px 40px; text-align: left; box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.11); } .main-testimonial-box:before { content: ""; position: absolute; width: 91px; height: 71px; background-image: url(../images/quote.png); bottom: 8px; right: 30px; } .main-testimonial-box p { margin-bottom: 0; } .main-testimonial-box h3 { font-size: 20px; padding-top: 20px; margin-bottom: 0; } .main-testimonial-box span { font-family: 'Roboto', sans-serif; font-size: 15px; color: #e70e0e; text-transform: uppercase; } .clinet-img { margin-top: 25px; position: absolute; } .main-testimonial-slider .slick-list { overflow: visible; } .main-testimonial-slider .slick-slide{ opacity: 0; pointer-events: none; transition: 0.3s; } .main-testimonial-slider .slick-slide.slick-active { opacity: 1; pointer-events: unset; transition: all ease-in-out 0.3s; } /*==========Testimonial End==========*/ /*==========FAQ Start==========*/ .main-faq { background-color: #131830; } .faq-img { background-position: center; background-repeat: no-repeat; background-size: cover; width: 50vw; height: 838px; float: right; } .faq-content { padding-top: 10px; padding-left: 40px; } .faq-content h2 { color: #fff; text-align: left; } .accordion-item.faq-bg { background-color:#fff; border: none; margin-bottom: 20px; border-radius: 0; } .accordion-item.faq-bg:first-of-type { border-top-left-radius: 0; border-top-right-radius: 0; } .accordion-item:last-of-type .accordion-button.collapsed { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .accordion-button.faq-btn { font-family: 'Montserrat', sans-serif; padding: 20px 20px 20px 20px; font-size: 18px; font-weight: 700; } .accordion-button.faq-btn:not(.collapsed) { color: #131830; background-color: #fff; box-shadow: none ; } .accordion-button:not(.collapsed) { box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.1); } .accordion-button.faq-btn:focus { z-index: 3; border-color: #fff; outline: 0; box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.1); } .accordion-button.faq-btn:after { display: none; } .accordion-header.h3-title { padding-top: 0; } .accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .icon { position: absolute; color: #fff; top: 0; right: 0; width: 75px; height: 100%; background: #e70e0e; display: flex; justify-content: center; align-items: center; font-size: 25px; } .accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title>span { position: relative; z-index: 1; } .accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .accordion-button.faq-btn.collapsed .icon i { position: relative; color: #fff; transform: rotate(0deg); transition: 0.3s; z-index: 1; } .accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .icon i { position: relative; color: #fff; transform: rotate(-90deg); transition: 0.3s; z-index: 1; } /*==========FAQ End==========*/ /*==========Our Team Start==========*/ .main-team { padding-top: 108px; padding-bottom: 120px; text-align: center; } .team-box { position: relative; } .team-img { position: relative; display: block; overflow: hidden; } .team-img>img { width: 100%; transform: scale(1); transition: all 0.3s ease; } .team-box:hover .team-img>img { transform: scale(1.05); transition: all 0.3s ease; } .team-content h3 { margin-bottom: 0; } .team-content span { font-family: 'Roboto', sans-serif; font-size: 15px; color: #e70e0e; } .main-team-social { display: none; right: 50%; margin-top: -25px; position: absolute; transition: all ease-in-out 0.3s; } .team-box:hover .main-team-social { display: block; transition: all ease-in-out 0.3s; } .team-social { transform: translate(50%); width: 210px; background-color: #131830; padding: 10px; display: flex; align-items: center; justify-content: center; box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.2); transition: all 0.4s ease; } .team-social i { font-size: 15px; color: #fff; margin: 0 10px; transition: all 0.4s ease; } .team-social i:hover { color: #e70e0e; transition: all 0.4s ease; } .main-team-slider .slick-list { overflow: visible; } .main-team-slider .slick-slide{ opacity: 0; pointer-events: none; transition: 0.3s; } .main-team-slider .slick-slide.slick-active { opacity: 1; pointer-events: unset; transition: all ease-in-out 0.3s; } /*==========Our Team End==========*/ /*==========Newsletter Start==========*/ .main-newsletter { position: relative; background-color: #e70e0e; padding-top: 80px; padding-bottom: 80px; } .main-newsletter:before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; background-image: url(../images/overlay-3.png); background-size: cover; background-position: center; background-repeat: no-repeat; } .newsletter-title { float: left; } .newsletter-title h2 { color: #fff; font-size: 50px; padding-bottom: 0; line-height: 65px; } .newsletter-title span { font-family: 'Roboto', sans-serif; color: #fff; font-size: 15px; } .newsletter-form { position: relative; float: right; } .newsletter-form input { position: relative; font-family: 'Roboto', sans-serif; width: 470px; height: 60px; background: #ffffff; border-radius: 10px; border: none; outline: none; padding: 10px 190px 10px 30px; font-size: 15px; color: #777777; } .newsletter-form .sub-btn { position: absolute; top: 0; right: 0; } /*==========Newsletter End==========*/ /*==========Blog Start==========*/ .main-blog { padding-top: 120px; padding-bottom: 120px; } .main-blog h2 { text-align: center; } .blog-box { background-color: #fff; box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.12); transition: 0.3s; } .blog-box:hover { box-shadow: -8px 36px 60px 10px rgba(0,0,0,0.18); transition: 0.3s; } .blog-img { position: relative; display: block; overflow: hidden; } .blog-img>img { width: 100%; transform: scale(1); transition: all 0.3s ease; } .blog-box:hover .blog-img>img { transform: scale(1.05); transition: all 0.3s ease; } .blog-date { position: absolute; bottom: 0; right: 0; z-index: 1; } .blog-date a { font-family: 'Roboto', sans-serif; font-size: 15px; text-transform: uppercase; font-weight: 500; display: inline-block; padding: 15px 20px; height: 54px; background-color: #e70e0e; background-size: 200% 100%; background-position: left center; color: #ffffff; } .blog-content { padding: 30px; } .blog-content h3 { padding-top: 0; padding-bottom: 15px; } /*==========Blog End==========*/ /*==========Get In Touch Start==========*/ .main-get-touch { background-color: #f3f4f8; } .main-get-touch .map-area { width: 50vw; height: 100%; } .map-dax-yes { display: block; } .map-mob-no { display: none; } /*==========Get In Touch End==========*/ /*==========Footer Start==========*/ .main-footer { position: relative; background-color: #131830; padding-top: 120px; padding-bottom: 20px; } .main-footer:before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; background-image: url(../images/overlay-4.png); background-size: cover; background-position: center; background-repeat: no-repeat; } .logo-content { text-align: left; } .logo-content p { color: #a6adcb; margin-bottom: 0; margin-top: 30px; } .our-links { position: relative; padding: 0 93px; } .our-links h3 { position: relative; color: #ffffff; padding-top: 0; } .our-links h3:before { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .our-links h3:after { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: -5px; left: 10px; } .links-text ul { list-style: none; padding-left: 0; margin-bottom: 0; margin-top: 30px; } .links-text ul li a { font-family: 'Roboto', sans-serif; font-size: 15px; color: #a6adcb; transition: 0.3s; } .links-text ul li a:hover { color: #e70e0e; padding-left: 10px; transition: 0.3s; } .links-text ul li { margin-bottom: 10px; } .contact-us { padding-left: 22px; } .contact-us h3 { position: relative; color: #ffffff; padding-top: 0; } .contact-us h3:before { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .contact-us h3:after { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: -5px; left: 10px; } .contact-us-content { margin-top: 30px; } .contact-icon { width: 40px; height: 40px; background-color: #e70e0e; border-radius: 8px; display: flex; align-items: center; justify-content: center; } .contact-text { display: flex; align-items: center; } .contact-text p { color: #a6adcb; margin-bottom: 0; margin-left: 20px; } .latest-post h3 { position: relative; color: #ffffff; padding-top: 0; } .latest-post h3:before { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .latest-post h3:after { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: -5px; left: 10px; } .latest-post-box { margin-top: 30px; } .latest-post-content { display: flex; align-items: center; } .latest-post-img { position: absolute; display: block; overflow: hidden; } .latest-post-content:hover .latest-post-img>img { transform: scale(1.05); transition: all 0.3s ease; } .latest-post-text { margin-left: 100px; } .latest-post-text p { position: relative; color: #a6adcb; margin-bottom: 0; } .latest-post-text span { font-family: 'Roboto', sans-serif; color: #e70e0e; font-size: 15px; } .copyright-bg { background-color: #04081d; margin-top: 120px; padding-top: 20px; padding-bottom: 20px; padding-left: 5px; padding-right: 5px; align-items: center; } .copyright-content { float: left; } .copyright-content p { margin-bottom: 0; color: #ffffff; } .copyright-content p a { color: #e70e0e; cursor: pointer; } .social-media-footer a { float: right; font-size: 15px; line-height: 24px; color: #ffffff; display: inline-flex; justify-content: center; align-items: center; width: 35px; height: 35px; background: rgba(255,255,255,0.3); border-radius: 50%; margin-left: 18px; transition: 0.3s; cursor: pointer; } .social-media-footer a:hover { background-color: #e70e0e; } /*==========Footer End==========*/ /*==========About Us Page Start==========*/ /*===Partner Logo Start===*/ .partner-title-in h3 { color: #131830; text-align: center; font-weight: 600; padding-top: 0; } .partner-title-in { position: relative; } .partner-title-in:before { content: ""; position: absolute; width: 455px; height: 1px; background-color: #34384b; left: 0; bottom: 17px; } .partner-title-in:after { content: ""; position: absolute; width: 455px; height: 1px; background-color: #34384b; right: 0; bottom: 17px; } /*===Partner Logo End===*/ /*===Simple Steps Start===*/ .main-simple-step { background-color: #f3f4f8; padding-top: 120px; padding-bottom: 250px; margin-bottom: -130px; text-align: center; } .simple-step-box { text-align: center; padding: 0 40px; } .step-icon img { width: 350px; display: inline-block; } .step-content h3 { padding-top: 5px; } .step-content P { margin-top: 10px; margin-bottom: 20px; } .step-num { display: inline-block; width: 60px; border-radius: 210px; padding-top: 8px; height: 60px; background-color: #e70e0e; transition: 0.3s; } .step-num h3 { color: #ffffff; } .simple-step-box:hover .step-num { background-color: #ca1818; box-shadow: 0 10px 30px 0 rgb(231,14,14,0.3); transition: 0.3s; } /*===Simple Steps End===*/ /*==========About Us Page End==========*/ /*==========Services Page Start==========*/ /*===Services Box Start===*/ .main-services-in { padding-top: 120px; padding-bottom: 90px; } .main-services-in h3 { color: #fff; } .main-services-in p { color: #8288a3; padding-top: 10px; padding-bottom: 20px; } .main-services-in .main-service-box { margin-bottom: 30px; } /*===Services Box End===*/ /*===Watch Us Start===*/ .main-watch-us { position: relative; overflow: visible; } .watch-video-box { width: 100%; height: 445px; position: relative; border-radius: 0px; box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.12); } .watch-video-img { justify-content: center; display: flex; width: 100%; height: 100%; border-radius: 10px; position: relative; z-index: 0; align-items: center; } .img_hover { position: relative; overflow: hidden; } .img_hover:before { content: ""; position: absolute; top: 50%; left: 50%; display: block; width: 0; height: 0; background: rgba(255, 255, 255, 0.2); border-radius: 100%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0; z-index: 2; } .img_hover:hover:before { -webkit-animation: img_hover 0.75s; animation: img_hover 0.75s; } @-webkit-keyframes img_hover { 0% { opacity: 1; } 40% { opacity: 1; } 100% { width: 200%; height: 200%; opacity: 0; } } @keyframes img_hover { 0% { opacity: 1; } 40% { opacity: 1; } 100% { width: 200%; height: 200%; opacity: 0; } } /*===Watch Us End===*/ /*===Why choose Us Start===*/ .main-why-choose-in { background-color: #f3f4f8; padding-top: 310px; padding-bottom: 110px; margin-top: -200px; } .main-why-choose-in h2 { padding-bottom: 24px; } /*===Why choose Us End===*/ /*==========Services Page End==========*/ /*==========Service Detail Page Start==========*/ /*===Service detail Content Start===*/ .main-service-detail { padding-top: 120px; padding-bottom: 100px; } .service-detail h2 { font-size: 50px; padding-bottom: 14px; } .service-detail img { margin-top: 30px; margin-bottom: 14px; } .service-detail-box h2 { font-size: 45px; font-weight: 700; padding-bottom: 0; position: relative; } .service-detail-box h2:before { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .service-detail-box h2:after { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: -5px; left: 10px; } .service-detail-box-list { padding-top: 30px; } .service-list-box { width: 100%; border: solid 2px #e1e1e1; border-radius: 10px; padding: 20px; /*margin-bottom: 20px;*/ transition: 0.3s; } .service-list-box.active { background-color: #e70e0e; border: solid 2px #e70e0e; box-shadow: 10px 10px 60px 0px rgba(231,14,14,0.3); } .service-list-box:hover { background-color: #e70e0e; border: solid 2px #e70e0e; box-shadow: 10px 10px 60px 0px rgba(231,14,14,0.3); transition: 0.3s; } .service-list-box ul li{ font-family: 'Montserrat', sans-serif; font-weight: 500; color: #777777; font-size: 18px; text-decoration: none; list-style: none; margin-left: 10px; transition: 0.3s; } .service-list-box.active ul li { color: #ffffff; } .service-list-box:hover.service-list-box ul li { color: #ffffff; transition: 0.3s; } .service-list-box ul li:first-child { margin-left: 0; } .service-list-box ul { display: flex; align-items: center; margin-bottom: 0; padding-left: 0; text-align: left; } .service-detail-contact { background-color: #f3f4f8; padding: 40px; text-align: center; margin-top: 50px; } .service-detail-contact h3 { position: relative; padding-bottom: 15px; margin-bottom: 30px; } .service-detail-contact h3:before { content: ""; position: absolute; width: 30px; height: 6px; background-color: #e70e0e; border-radius: 10px; left: 50%; bottom: 0; transform: translate(-50%); } .service-detail-contact a { font-family: 'Montserrat', sans-serif; color: #e70e0e; font-size: 25px; font-weight: 700; transition: 0.3s; } .service-detail-contact a:hover { color: #ca1818; transition: 0.3s; } /*===Service detail Content End===*/ /*==========Service Detail Page End==========*/ /*==========Case Studies Page Start==========*/ /*===Case Studies Box Start===*/ .main-case-studies-in { padding-top: 90px; padding-bottom: 120px; } .main-case-studies-in .case-box { margin-top: 30px; } /*===Case Studies Box End===*/ /*==========Case Studies Page End==========*/ /*==========Case Detail Page Start==========*/ /*===Case Detail Info Start===*/ .main-case-detail { padding-top: 120px; padding-bottom: 116px; } .case-detail-text-box { text-align: left; padding-top: 50px; } .case-detail-text-box h2 { font-size: 50px; padding-top: 20px; padding-bottom: 0; } .case-detail-info { text-align: left; background-color: #f3f4f8; padding: 40px 40px 11px 40px; margin-top: 50px; } .case-detail-info h3 { padding-top: 0; } .case-detail-info p { font-size: 18px; font-weight: 500; margin-bottom: 30px; } /*===Case Detail Info End===*/ /*===Similar Case Start===*/ .main-case-studies-dp-in { padding-bottom: 120px; } .main-case-studies-dp-in h2 { text-align: center; } /*===Similar Case End===*/ /*==========Case Detail Page End==========*/ /*==========Team Page Start==========*/ .main-team-in { padding-top: 88px; padding-bottom: 120px; } .main-team-in .team-box { margin-top: 30px; text-align: center; } /*==========Team Page End==========*/ /*==========Pricing Page Start==========*/ /*===Pricing Box Start===*/ .main-pricing-in { padding-top: 120px; padding-bottom: 120px; } .pricing-box { background-color: #ffffff; border-radius: 10px; padding: 40px; text-align: center; box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.11); transition: 0.3s; } .pricing-box h2 { font-size: 45px; color: #e70e0e; font-weight: 700; padding-bottom: 0; line-height: 55px; transition: 0.3s; transition: 0.3s; } .pricing-box h3 { padding-top: 0; transition: 0.3s; } .pricing-box h2 span { font-size: 15px; color: #777777; font-weight: 500; transition: 0.3s; } .pricing-box p { transition: 0.3s; } .price-line { width: 90%; height: 1px; background-color: #e1e1e1; display: inline-block; } .pricing-box ul { list-style: none; text-decoration: none; padding-left: 0; margin-bottom: 0; margin-top: 20px; } .pricing-box ul li { font-family: 'Roboto', sans-serif; font-size: 15px; color: #777777; margin-bottom: 20px; transition: 0.3s; } .pricing-box ul li:last-child { margin-bottom: 0; } .pricing-box a{ margin-top: 25px; } .pricing-box:hover { background-color: #e70e0e; box-shadow: 10px 10px 60px 0px rgba(231,14,14,0.3); transition: 0.3s; } .pricing-box:hover .sec-btn { background-color: #131830; color: #fff; box-shadow: 0 10px 30px 0 rgb(0,0,0,0.3); transition: 0.3s; } .pricing-box:hover.pricing-box ul li { color: #fff; transition: 0.3s; } .pricing-box:hover.pricing-box h2 { color: #ffffff; transition: 0.3s; } .pricing-box:hover.pricing-box h3 { color: #ffffff; transition: 0.3s; } .pricing-box:hover.pricing-box span { color: #ffffff; transition: 0.3s; } .pricing-box:hover.pricing-box p { color: #ffffff; transition: 0.3s; } /*===Pricing Box End===*/ /*==========Pricing Page End==========*/ /*==========Blog List Page Start==========*/ /*===Blog List Start===*/ .main-blog-list-in { padding-top: 120px; padding-bottom: 120px; } .blog-list-box { padding-bottom: 70px; } .blog-list-img { position: relative; display: block; overflow: hidden; } .blog-list-img>img { /*width: 100%;*/ transform: scale(1); transition: all 0.3s ease; } .blog-list-box:hover .blog-list-img>img { transform: scale(1.05); transition: all 0.3s ease; } .blog-list-text p { margin-bottom: 25px; } .blog-play-btn { transform: translate(50%); align-items: center; top: 50%; left: 50%; text-align: center; position: absolute; } .slick-arrow.next-arrow.color-arrow-blog { left: auto; right: 22px; background-color: #131730; transition: all ease-in-out 0.3s; } .slick-arrow.next-arrow.color-arrow-blog:hover { background-color: #e70e0e; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow-blog { left: 22px; right: auto; background-color: #131730; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow-blog:hover { background-color: #e70e0e; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow-blog i { font-size: 20px; color: #fff; transition: 0.3s; margin-top: 7px; } .slick-arrow.next-arrow.color-arrow-blog i { font-size: 20px; color: #fff; transition: 0.3s; margin-top: 7px; } .blog-pagination { display: block; text-align: center; } .pagination-arrow { color: #e70e0e; font-size: 35px; display: inline-block; margin: 0 18px; vertical-align: middle; transition: 0.3s; } .pagination-arrow:hover { color: #131830; transition: 0.3s; } .blog-pagination ul { margin: 0; padding: 0; list-style: none; display: inline-block; vertical-align: middle; font-size: 0; } .blog-pagination ul li { font-family: 'Montserrat', sans-serif; display: inline-flex; justify-content: center; align-items: center; width: 60px; height: 60px; background-color: #ebebeb; border-radius: 50px; color: #777777; font-size: 18px; margin: 0 7px; cursor: pointer; transition: 0.3s; } .blog-pagination ul li:hover { background-color: #e70e0e; color: #ffffff; transition: 0.3s; } .blog-pagination ul li.active, .blog-pagination ul li.active:hover { background: #e70e0e; color: #ffffff; cursor: default; } /*===Blog List End===*/ /*===Side bar Start===*/ .blog-search-from input { width: 100%; height: 60px; border: none; outline: none; background: #ffffff; border-radius: 10px; box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.11); color: #777777; font-size: 16px; padding: 10px 60px 10px 30px; } .blog-search-from .sec-btn { width: 80px; height: 60px; padding: 0; position: absolute; border-radius: 0px 10px 10px 0px; right: 0; } .blog-search-from .form-box { margin-bottom: 0; } .blog-search-from .sec-btn:hover { background-color: #131830; box-shadow: none; transition: 0.3s; } .blog-search-from .sec-btn span i { margin: 0; font-size: 20px; } .category-box { background-color: #ffffff; box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.11); padding: 30px; text-align: left; border-top: 5px solid #e70e0e; } .category-box h2 { font-size: 35px; line-height: 45px; position: relative; padding-bottom: 15px; } .category-box h2:before { content: ""; position: absolute; width: 290px; height: 1px; background-color: #e1e1e1; bottom: 0; left: 0; } .category-box h2:after { content: ""; position: absolute; width: 98px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .category-box ul { margin-top: 16px; padding-left: 0; margin-bottom: 0; } .category-box ul li { text-decoration: none; list-style: none; margin-bottom: 12px; } .category-box ul li:last-child { margin-bottom: 0; } .category-box ul li a { color: #777777; transition: 0.3s; } .category-box ul li a:hover { color: #131830; transition: 0.3s; } .category-box ul li a i { font-size: 18px; color: #e70e0e; margin-right: 10px; } .recent-post-box { background-color: #ffffff; box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.11); padding: 30px; text-align: left; border-top: 5px solid #e70e0e; margin-top: 50px; } .recent-post-box h2 { font-size: 35px; line-height: 45px; position: relative; padding-bottom: 15px; } .recent-post-box h2:before { content: ""; position: absolute; width: 290px; height: 1px; background-color: #e1e1e1; bottom: 0; left: 0; } .recent-post-box h2:after { content: ""; position: absolute; width: 98px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .recent-post-list { margin-top: 22px; } .recent-post-list-box { display: flex; align-items: center; margin-bottom: 15px; } .recent-post-img { position: relative; display: block; overflow: hidden; } .recent-post-img>img { width: 100%; transform: scale(1); transition: all 0.3s ease; } .recent-post-list-box:hover .recent-post-img>img { width: 100%; transform: scale(1.05); transition: all 0.3s ease; } .recent-post-text { padding-left: 20px; } .recent-post-text p { transition: 0.3s; } .recent-post-list-box:hover .recent-post-text p { color: #131830; transition: 0.3s; } .recent-post-text span { font-family: 'Roboto', sans-serif; font-size: 15px; color: #e70e0e; } .tag-box { background-color: #ffffff; box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.11); padding: 30px; text-align: left; border-top: 5px solid #e70e0e; margin-top: 50px; } .tag-box h2 { font-size: 35px; line-height: 45px; position: relative; padding-bottom: 15px; } .tag-box h2:before { content: ""; position: absolute; width: 290px; height: 1px; background-color: #e1e1e1; bottom: 0; left: 0; } .tag-box h2:after { content: ""; position: absolute; width: 98px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .tag-list-box { margin-top: 25px; } .tag-list-box ul { padding-left: 0; margin-bottom: 0; text-decoration: none; list-style: none; } .tag-list-box ul li { display: inline-block; } .tag-list-box ul li a { display: inline-block; font-family: 'Roboto', sans-serif; font-size: 15px; text-align: center; color: #777777; border: solid 1px #777777; border-radius: 10px; padding: 10px 20px; transition: 0.3s; margin-bottom: 15px; margin-right: 10px; } .tag-list-box ul li a:hover { border: solid 1px #e70e0e; background-color: #e70e0e; color: #ffffff; box-shadow: 0 10px 30px 0 rgb(231,14,14,0.3); } /*===Side Bar End===*/ /*==========Blog List Page End==========*/ /*==========Blog Detail Page Start==========*/ /*===Blog Detail Content Start===*/ .main-blog-detail-in { padding-bottom: 120px; } .blog-social-content { margin-top: 15px; display: flex; align-items: center; justify-content: space-between; } .blog-acl { display: flex; align-items: center; } .blog-social-content ul { padding-left: 0; margin-bottom: 0; display: flex; } .blog-social-content ul li { text-decoration: none; list-style: none; margin-right: 20px; } .blog-social-content ul li img { margin-right: 10px; } .blog-social-content ul li a img:first-child { margin-left: 0; } .blog-social-content ul li span { font-family: 'Roboto', sans-serif; font-size: 15px; color: #777777; transition: 0.3s; } .blog-social-content ul li span:hover { color: #131830; transition: 0.3s; } .blog-social-media a i { color: #131830; font-size: 18px; margin-left: 10px; transition: 0.3s; } .blog-social-media a i:hover { color: #e70e0e; transition: 0.3s; } .blog-detail-img { position: relative; display: block; overflow: hidden; margin-top: 44px; margin-bottom: 45px; } .blog-detail-img>img { width: 100%; transform: scale(1); transition: all 0.3s ease; } .blog-detail-img>img:hover { transform: scale(1.05); transition: all 0.3s ease; } .blog-quote-box { background-color: #f3f4f8; border-left: solid 1px #e70e0e; padding: 30px; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; } .blog-quote-img img { width: 54px; height: 46px; } .blog-quote-box p { width: calc(100% - 54px); font-family: 'Montserrat', sans-serif; font-size: 18px; line-height: 28px; font-weight: 700; color: #131830; text-align: left; margin-bottom: 0; padding-left: 30px; } .blog-point-box { display: flex; align-items: center; margin-top: 20px; } .blog-point-box ul { margin-left: 50px; } .blog-point-box ul:first-child { margin-left: 0; padding-left: 0; } .blog-point-box ul li { list-style: none; text-decoration: none; margin-bottom: 25px; display: flex; align-items: center; } .blog-point-box ul li:last-child { margin-bottom: 0; } .blog-point-box ul li img { margin-right: 15px; } .blog-point-box ul li span { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 500; } .blog-detail-info-img { position: relative; display: block; overflow: hidden; margin-left: 15px; margin-right: 15px; } .blog-detail-info-img { width: 100%; transform: scale(1); transition: all 0.3s ease; } .blog-detail-info-img>img:hover { transform: scale(1.05); transition: all 0.3s ease; } .blog-detail-info-img-box { display: flex; margin-top: 32px; margin-bottom: 16px; } /*===Blog Detail Content End===*/ /*===Comments Start===*/ .main-comment { margin-top: 100px; } .main-comment h2 { text-align: left; } .comment-box{ background-color: #f3f4f8; padding: 40px; display: flex; align-items: center; } .comment-img { width: 100px; height: 100px; background-repeat: no-repeat; background-position: center; background-size: cover; } .comment-content { margin-left: 20px; width: calc(100% - 100px); } .comment-content h3 { padding-top: 0; } .comment-content p { margin-bottom: 20px; } .reply-btn { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 500; text-transform: uppercase; padding: 8px 18px; background-color: #e70e0e; border-radius: 8px; color: #ffffff; transition: 0.3s; } .reply-btn:hover { color: #ffffff; background-color: #131830; transition: 0.3s; } .comment-box.even { margin-top: 30px; margin-bottom: 30px; } /*===Comments End===*/ /*===Leave A Reply Start===*/ .main-leave-reply { margin-top: 110px; } .leave-reply-form { margin-bottom: -20px; } .leave-reply-form .row { margin-right: -10px; margin-left: -10px; } .leave-reply-form .row .col-lg-6, .leave-reply-form .row .col-lg-12 { padding: 0 10px; } .leave-reply-form textarea.form-input { height: 120px; } .leave-reply-form .form-input { width: 100%; } /*===Leave A Reply End===*/ /*==========Blog Detail Page End==========*/ /*==========Contact Us Page Start==========*/ /*===We Are Here Start===*/ .main-we-are-here-in { padding-top: 120px; padding-bottom: 120px; } .main-we-are-here-in h2 { text-align: center; } .contact-help-box { width: 100%; height: 180px; background-color: #ffffff; border: solid 1px #ffffff; border-radius: 10px; padding: 0 40px; display: flex; align-items: center; justify-content: center; box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.11); transition: 0.3s; } .contact-help-box:hover { border: solid 1px #e70e0e; background-color: #0d1128; box-shadow: 10px 26px 59px 0px rgba(0,0,0,0.51); transition: 0.3s; } .contact-help-icon { width: 80px; height: 80px; background-color: #e70e0e; display: flex; align-items: center; justify-content: center; } .contact-help-content { width: calc(100% - 80px); margin-left: 20px; } .contact-help-content h3 { padding-top: 0; transition: 0.3s; } .contact-help-box:hover .contact-help-content h3 { color: #ffffff; transition: 0.3s; } .contact-help-content p { margin-bottom: 0; transition: 0.3s; } .contact-help-box:hover .contact-help-content p { color: #ffffff; transition: 0.3s; } /*===We Are Here End===*/ /*===Contact Us Get In Touch Start===*/ .main-contact-touch-in { padding-bottom: 120px; } .contact-touch-map iframe { width: 100%; height: 570px; } .main-we-are-here-in .form-box.form-input { width: 100%; } /*===Contact US Get In Touch End===*/ /*==========Contact Us Page End==========*/ /*==========Scroll To Top CSS Start==========*/ .scroll-top { position: fixed; bottom: 10px; right: 10px; width: 50px; height: 50px; background-color: #e70e0e; font-size: 25px; color: #ffffff; border-radius: 4px; box-shadow: 0 0 20px rgba(0,0,0,0.1); transition: 0.3s; overflow: hidden; z-index: 50; display: none; } .scroll-top:hover { box-shadow: 1px 1px 60px rgb(0 0 0 / 15%); color: #ffffff; } .scroll-top:before { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 100%; background-color: #e70e0e; transition: 0.3s; z-index: 0; } .scroll-top:hover:before { top: 0; } .scroll-top i { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); line-height: 10px; z-index: 1; } .scroll-top:hover i { animation: swipe 0.6s linear infinite alternate; } @keyframes swipe { from { margin-top: -3px; } to { margin-top: 3px; } } /*==========Scroll To Top CSS End==========*/ /*==========Responsive Start==========*/ @media screen and (max-width: 1399px) { .main-navigation ul li { padding-left: 26px; } .slick-arrow.next-arrow { left: auto; right: -156px; } .slick-arrow.prev-arrow { right: auto; left: -156px; } .slick-arrow.prev-arrow.color-arrow { left: -50px; right: auto; } .slick-arrow.next-arrow.color-arrow { right: -50px; left: auto; } .our-links { padding: 0 70px; } .contact-icon { position: absolute; } .contact-text p { margin-left: 60px; } } @media screen and (max-width: 1199px) { .main-navigation ul li { padding-left: 16px; margin-left: 8px; } .main-navigation ul li a { font-size: 15px; } .h1-title { font-size: 70px; line-height: 80px; } .h2-title { font-size: 55px; line-height: 60px; } .h3-title { font-size: 22px; line-height: 32px; } .banner-content p { padding: 0px 40px; } .partner-title:before { content: ""; width: 306px; } .partner-title-in:after { content: ""; width: 306px; } .partner-title-in:before { content: ""; width: 306px; } .partner-title:after { content: ""; width: 306px; } .about-img-2 img { max-width: 80%; } .about-img .about-img-2 { position: absolute; top: -40px; right: -66px; } .main-testimonial-box h3 { position: relative; } .main-testimonial-box span { position: relative; } .accordion-button.faq-btn { padding: 20px 104px 20px 20px; } .main-team { padding-bottom: 113px; } .main-blog { padding-top: 110px; } .our-links { padding: 0 56px; } .contact-us { padding-left: 8px; } .service-detail h2 { font-size: 40px; } .service-detail-box h2 { font-size: 35px; } .service-detail-contact a { font-size: 22px; } .case-detail-text-box h2 { font-size: 40px; line-height: 50px; } .main-case-detail { padding-bottom: 97px; } .pricing-box h2 { font-size: 35px; line-height: 45px; } .category-box h2 { font-size: 30px; line-height: 40px; } .recent-post-box h2 { font-size: 30px; line-height: 40px; } .tag-box h2 { font-size: 30px; line-height: 40px; } .contact-help-box { padding: 0 20px; } } @media screen and (max-width: 991px) { .for-des, .header-search, .rocket-img { display: none !important; } .for-mob { display: inline-block !important; } .site-header, .site-header.sticky-header { background: #ffffff; height: 70px; padding: 0; box-shadow: 0 0 20px rgba(0,0,0,0.1); } .site-header .container { max-width: 100%; padding: 0 30px; } .toggle-button { display: block; } .site-branding { position: fixed; top: 0; left: 30px; width: 200px; height: 70px; display: flex; align-items: center; } .site-branding a { width: 100%; } .site-branding a img { display: none; } .site-branding a img.sticky-logo { display: block; position: relative; opacity: 1; } .main-navigation ul { position: fixed; top: 0; right: -400px; width: 320px; height: 100vh; max-height: 100vh; overflow: auto; background: #131830; text-align: center; padding: 100px 0 30px; box-shadow: -30px 0 30px rgba(0,0,0,0.1); transition: 0.5s; opacity: 0; z-index: 100; } .main-navigation.toggle-menu ul { right: 0; opacity: 1; z-index: 100; } .main-navigation>ul::-webkit-scrollbar-thumb { width: 0; background: transparent; } .main-navigation>ul::-webkit-scrollbar { width: 0; } .main-navigation>ul::-webkit-scrollbar-track { width: 0; background: transparent; } .main-navigation ul li { display: block; margin: -50px 0 10px 0; padding: 10px 40px 20px 40px; opacity: 0; transition: 0.5s; } .main-navigation ul li:first-child { padding: 10px 40px 20px 40px; } .main-navigation.toggle-menu ul li { text-align: left; border-bottom: solid 1px rgb(225, 225, 225,0.3); margin-top: 0; opacity: 1; transition: 0.5s; transition-delay: 0.4s; } .main-navigation ul li:last-child { border-bottom: none; } .main-navigation ul li:last-child a { display: inline-block; margin: 0 auto; } .site-header.sticky-header .main-navigation ul li a, .site-header.sticky-header .search-icon a, .site-header.sticky-header .main-navigation ul li.sub-items>a:before { color: #ffffff; } .main-navigation ul li a { font-size: 18px; line-height: 28px; color: #ffffff; } .main-navigation ul li.sub-items>a:before { color: #ffffff; } .main-navigation ul li.sub-items.active>a:before { color: #e70e0e; } .main-navigation ul li ul.sub-menu, .main-navigation ul li:hover ul.sub-menu { position: relative; top: 0; left: 0; width: 100%; background: transparent; box-shadow: none; border-radius: 0; display: block; animation: none; padding: 0; margin-top: 10px; transition: 0s; display: none; } .main-navigation ul li ul.sub-menu li { text-align: left; border: none; padding: 0 16px; margin-bottom: 10px; } .main-navigation ul li ul.sub-menu li:first-child { padding-left: 16px; } .main-navigation ul li ul.sub-menu li:last-child { margin-bottom: 0; } .main-navigation ul li ul.sub-menu li a { color: #ffffff; padding: 0; font-size: 15px; line-height: 24px; } .main-navigation ul li.sub-items:hover>a:before, .main-navigation ul li a:hover:before { transform: translate(0,-50%) rotate(0deg); color: #e70e0e; } .main-navigation ul li.sub-items.active-sub-menu>a:before { transform: translate(0,-50%) rotate(-180deg); color: #e70e0e; } .Social-midea { display: none; } .header-contact { display: none; } .header-btn { display: none; } .toggle-button { display: block; } .h1-title { font-size: 60px; line-height: 70px; } .h2-title { font-size: 45px; line-height: 55px; } .h3-title { font-size: 22px; line-height: 32px; } .slick-arrow.next-arrow { left: auto; right: -107px; } .slick-arrow.prev-arrow { right: auto; left: -107px; } .slick-arrow.prev-arrow.color-arrow { left: -95px; right: auto; } .slick-arrow.next-arrow.color-arrow { right: -95px; left: auto; } .mob-mb-15{ margin-bottom: 15px; } .mob-mt-15 { margin-top: 15px; } .mob-ml-15 { margin-left: 15px; } .mob-mr-15 { margin-right: 15px; } .mob-pt-30 { padding-top: 30px; } .main-services { padding-top: 70px; } .main-services-in { padding-top: 80px; padding-bottom: 50px; } .main-why-choose-in { padding-top: 274px; padding-bottom: 80px; } .partner-title { padding-top: 50px; } .partner-title:before { content: ""; width: 186px; } .partner-title:after { content: ""; width: 186px; } .partner-title-in:before { content: ""; width: 186px; } .partner-title-in:after { content: ""; width: 186px; } .partners-slider { padding-bottom: 78px; } .main-about { padding-top: 80px; padding-bottom: 80px; } .about-img-1 img { width: 100%; } .about-img-2 { display: none; } .main-simple-step { padding-top: 70px; padding-bottom: 194px; } .main-case-studies { padding-top: 244px; padding-bottom: 80px; margin-top: -170px; } .main-why-choose { padding-top: 70px; padding-bottom: 80px; } .main-testimonial { padding-top: 70px; padding-bottom: 124px; } .main-faq { padding-bottom: 60px; } .faq-flot .faq-img { width: 100vw; height: 620px; left: 85.2%; transform: translate(14.8%); } .faq-content { padding-top: 40px; padding-left: 0; } .accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .icon { width: 72px; } .main-team { padding-top: 70px; padding-bottom: 72px; } .main-newsletter { padding-top: 70px; } .newsletter-title { text-align: center; float: none; } .newsletter-form { text-align: center; float: none; padding-top: 43px; } .newsletter-form .sub-btn { top: 43px; right: 113px; } .main-blog { padding-top: 70px; } .blog-slider .slick-list { overflow: visible; } .blog-slider .slick-slide{ opacity: 0; pointer-events: none; transition: 0.3s; } .blog-slider .slick-slide.slick-active { opacity: 1; pointer-events: unset; transition: all ease-in-out 0.3s; } .main-blog { padding-top: 70px; padding-bottom: 80px; } .map-dax-no { display: none; } .map-mob-yes { display: inline-block; } .mob-map { width: 100%; height: 100%; } .main-get-touch { padding-top: 0; padding-bottom: 60px; } .form-input { width: 100%; } .get-touch-box { padding-top: 62px; } .main-footer { padding-top: 80px; } .our-links { padding: 13px; } .copyright-bg { margin-top: 85px; } .main-service-detail { padding-top: 70px; padding-bottom: 80px; } .service-detail h2 { font-size: 35px; } .service-detail-box h2 { padding-top: 50px; font-size: 32px; } .main-case-studies-in { padding-top: 50px; padding-bottom: 80px; } .main-case-detail { padding-top: 80px; padding-bottom: 74px; } .case-detail-text-box h2 { font-size: 30px; line-height: 40px; } .main-case-studies-dp-in { padding-bottom: 80px; } .main-team-in { padding-top: 50px; padding-bottom: 74px; } .main-pricing-in { padding-top: 80px; padding-bottom: 50px; } .pricing-box { width: 370px; max-width: 100%; margin: 0 auto 30px auto; } .pricing-box h2 { font-size: 30px; line-height: 40px; } .blog-list-sidebar { margin-top: 80px; } .main-blog-list-in { padding-top: 80px; padding-bottom: 80px; } .main-blog-detail-in { padding-top: 75px; padding-bottom: 80px; } .main-comment { margin-top: 60px; } .main-leave-reply { margin-top: 70px; } .main-we-are-here-in { padding-top: 70px; padding-bottom: 50px; } .contact-help-box { width: 370px; max-width: 100%; margin: 0 auto 150px auto; margin-bottom: 30px; } .main-contact-touch-in { padding-bottom: 80px; } } @media screen and (max-width: 767px) { .h1-title { font-size: 50px; line-height: 60px; } .h2-title { font-size: 40px; line-height: 50px; } .mob-mt-0 { margin-top: 0; } .mob-mb-0 { margin-top: 0; } .mob-pt-40 { padding-top: 40px; } .mob-mt-30 { margin-top: 30px; } .mob-mb-50 { margin-bottom: 50px; } .banner-content p { padding: 0px 20px; } .partner-title:before { content: ""; width: 96px; } .partner-title:after { content: ""; width: 96px; } .partner-title-in:before { content: ""; width: 96px; } .partner-title-in:after { content: ""; width: 96px; } .newsletter-title h2 { font-size: 40px; line-height: 50px; } .newsletter-form .sub-btn { right: 23px; } .logo-content { margin-bottom: 30px; } .our-links { margin-bottom: 30px; } .latest-post { margin-top: 30px; } .latest-post-box { margin-top: 40px; } .main-footer .social-media-footer a:last-child { margin-left: 0; } .social-media-footer { float: left; margin-top: 20px; } .service-detail h2 { font-size: 32px; } .service-detail-box h2 { font-size: 30px; } .case-detail-text-box h2 { font-size: 32px; } .case-detail-info { margin-top: 30px; } .blog-social-content { display: block; } .blog-social-media { margin-top: 20px; } .blog-point-box { display: block; } .blog-point-box ul:last-child { margin-left: 0; padding-left: 0; } .blog-point-box ul li:last-child { margin-bottom: 25px; } .comment-box { display: block; } .comment-content { margin-left: 0; margin-top: 25px; width: 100%; } .blog-detail-info-img-box { display: block; } .blog-detail-info-img { margin-left: 0; margin-right: 0; } } @media screen and (max-width: 575px) { .container { padding-left: 30px; padding-right: 30px; } .slick-arrow.next-arrow { display: none; } .mob-mb-30 { margin-bottom: 30px; } .partner-title:before { content: ""; display: none; } .partner-title:after { content: ""; display: none; } .partner-title-in:before { content: ""; display: none; } .partner-title-in:after { content: ""; display: none; } .newsletter-form .sub-btn { position: relative; right: 0; top: 0; margin-top: 20px; } .newsletter-form input { width: 100%; padding: 10px 30px 10px 30px; font-size: 15px; color: #777777; } .faq-flot .faq-img { width: 100vw; left: 95%; transform: translate(5%); } } @media screen and (max-width: 375px) { .container { padding-left: 15px; padding-right: 15px; } .h2-title { font-size: 40px; line-height: 50px; } .h3-title { font-size: 20px; line-height: 30px; } .newsletter-title h2 { font-size: 40px; line-height: 50px; } .newsletter-form input { width: 100%; padding: 10px 30px 10px 30px; font-size: 15px; color: #777777; } .service-detail h2 { font-size: 30px; line-height: 40px; } .service-detail-box h2 { font-size: 28px; } .case-detail-text-box h2 { font-size: 30px; line-height: 40px; } .pricing-box h2 { font-size: 28px; line-height: 40px; } .blog-quote-box { display: block; } .blog-quote-box p { width: 100%; padding-left: 0; margin-top: 25px; } .contact-help-box { margin-left: 0; margin-right: 0; margin-bottom: 30px; } } /*==========Responsive End==========*/
frontend/web/css/style.css
--- CSS INDEX --- 1.Fonts CSS 2.Common CSS 3.Loader CSS 4.Header CSS 5.Banner CSS 6.Services CSS 7.Partner Logo CSS 8.About Us CSS 9.Counter CSS 10.Case Studies CSS 11.Play video CSS 12.Why Choose Us CSS 13.Testimonial CSS 14.FAQ CSS 15.Our Team CSS 16.Newsletter CSS 17.Blog CSS 18.Get In Touch CSS 19.About Us Page CSS (a)Partner Logo Css (b)Simple Steps CSS 20.Services Page CSS (a)Services Box CSS (b)Watch Us CSS 21.Services Detail Page CSS (a)Services Detail Content CSS 22.Case Studies Page CSS (a)Case Studies Box 23.Case Detail Page CSS (a)Case Detail img CSS (b)Similar Case CSS 24.Team Page CSS 25.Pricing Page CSS (a)Pricing Box CSS 26.Blog List Page CSS (a)Blog List CSS (b)Side Bar CSS 27.Blog Detail Page CSS (a)Blog Detail Content CSS (b)Comments CSS (c)Leave A Replay CSS 28.Contact Us Page CSS (a)We Are Here CSS (b)Contact Us Get In Touch CSS 29.Responsive CSS ============*/ /*==========Fonts CSS Start==========*/ @font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.eot?v=4.3.0'); src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; } /*==========Fonts CSS End==========*/ /*==========Common CSS Start==========*/ body { font-family: 'poppins', sans-serif; overflow-x: hidden !important; font-size: 15px; line-height: 24px; color: #131730; } a, a:hover, a:focus { text-decoration: none; outline: none; } input, input:focus, input:hover, button, button:hover, button:focus { outline: none; } section { overflow: hidden; } img { width: auto; max-width: 100%; } p { font-family: 'Roboto', sans-serif; font-size: 15px; line-height: 24px; color: #777; font-weight: normal; margin-bottom: 12px; } .h1-title { font-family: 'poppins', serif; font-size: 80px; color: #fff; line-height: 90px; font-weight: 800; } .h2-title { font-family: 'poppins', serif; font-size: 65px; color: #131730; line-height: 70px; font-weight: 800; padding-bottom: 28px; } .h3-title { font-family: 'poppins', serif; font-size: 25px; color: #131730; line-height: 35px; font-weight: 700; padding-top: 25px; } .container { z-index: 5; } .mr-15 { margin-right: 15px; } .ml-15 { margin-left: 15px; } .mb-20{ margin-bottom: 20px; } .mb-30 { margin-bottom: 30px; } .pl-0 { padding-left: 0 !important; } .sec-btn { height: 60px; display: inline-block; font-size: 15px; line-height: 24px; color: #fff !important; background-color: #e70e0e; border-radius: 10px; padding: 18px 32px; font-weight: 500; cursor: pointer; font-family: 'Roboto', sans-serif; border: none; text-transform: uppercase; transition: 0.3s; } .sec-btn:hover { background-color: #ca1818; box-shadow: 0 10px 30px 0 rgb(231,14,14,0.3); transition: 0.3s; } .link-btn { font-family: 'Roboto', sans-serif; font-size: 15px; color: #e70e0e; text-transform: uppercase; text-decoration: underline; font-weight: 500; transition: 0.3s; cursor: pointer; } .link-btn:hover { text-decoration: underline; color: #e70e0e; transition: 0.3s; cursor: pointer; } .sub-btn { height: 60px; display: inline-block; font-size: 15px; line-height: 24px; color: #fff !important; background-color: #131830; border-radius: 10px; padding: 18px 32px; font-weight: 500; cursor: pointer; font-family: 'Roboto', sans-serif; border: none; text-transform: uppercase; } .slick-arrow { width: 60px; height: 60px; background-color: rgb(255, 255, 255,0.10); position: absolute; top: 50%; left: 0; transform: translate(0, -50%); z-index: 1; transition: 0.3s; border: none; border-radius: 30px; } .slick-arrow:hover { background-color: rgba(255, 255, 255); transition: 0.3s; } .slick-arrow.next-arrow { left: auto; right: -216px; } .slick-arrow.prev-arrow { left: -216px; right: auto; } .slick-arrow i { font-size: 20px; color: #fff; transition: 0.3s; margin-top: 7px; } .slick-arrow:hover i { color: #131730; } .slick-arrow.next-arrow.color-arrow { left: auto; right: -94px; background-color: #131730; transition: all ease-in-out 0.3s; } .slick-arrow.next-arrow.color-arrow:hover { background-color: #e70e0e; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow { left: -94px; right: auto; background-color: #131730; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow:hover { background-color: #e70e0e; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow i { font-size: 20px; color: #fff; transition: 0.3s; margin-top: 7px; } .slick-arrow.next-arrow.color-arrow i { font-size: 20px; color: #fff; transition: 0.3s; margin-top: 7px; } .form-box { display: block; position: relative; font-size: 0; line-height: 1; margin-bottom: 20px; } .form-input { width: 90%; height: 60px; background: #ffffff; font-size: 15px; font-family: 'Roboto', sans-serif; line-height: 24px; color: #131830; border: none; outline: none; padding: 12px 30px; border: 1px solid #777777; box-shadow: none; } textarea.form-input { height: 137px; resize: none; padding: 18px 30px; margin-bottom: 0; } .form-input::placeholder { color: #777777; } .form-box label { padding-left: 25px; position: relative; margin-bottom: 0; color: #131830; } .toggle-button { position: fixed; top: 0; right: 0; width: 70px; height: 70px; background-color: #e70e0e; text-align: center; border: none; outline: none; display: none; z-index: 110; } .toggle-button span { width: 30px; height: 3px; background: #ffffff; display: block; margin: 0 auto 6px auto; position: relative; top: 0; opacity: 1; transition: 0.3s; } .toggle-button span:last-child { margin-bottom: 0; } .toggle-menu .toggle-button { background-color: #e70e0e; } .toggle-menu .toggle-button span { background-color: #ffffff; } .toggle-menu .toggle-button span:nth-child(1) { transform: rotate(45deg); position: relative; top: 9px; } .toggle-menu .toggle-button span:nth-child(2) { opacity: 0; } .toggle-menu .toggle-button span:nth-child(3) { transform: rotate(-45deg); position: relative; top: -9px; } .black-shadow { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: #000000; opacity: 0.5; z-index: 90; display: none; } .main-inner-banner { position: relative; padding: 263px 0 142px 0; } .main-inner-banner:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../images/overlay-5.png); background-size: cover; background-position: center bottom; background-repeat: no-repeat; z-index: 1; pointer-events: none; } .main-inner-banner:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(08, 11, 27,0.75); z-index: 0; } .back-img { background-size: cover; background-position: center; background-repeat: no-repeat; } .inner-page-banner-content { text-align: left; position: relative; z-index: 1; } .inner-page-banner-content h3 { color: #ffffff; } .breadcrumb-box { display: inline-block; background-color: #e70e0e; padding: 10px 30px; border-radius: 8px; margin-top: 15px; } .breadcrumb-box ul { margin: 0; padding: 0; text-decoration: none; list-style: none; display: flex; } .breadcrumb-box ul li { font-family: 'Roboto', sans-serif; font-size: 15px; color: #fff; margin-left: 10px; text-transform: uppercase; font-weight: 500; } .breadcrumb-box ul li:first-child { margin-left: 0; } .breadcrumb-box ul li a{ color: #fff } /*==========Common CSS End==========*/ /*==========Loader CSS Start==========*/ .loader-box { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: #131830; z-index: 999; } .infinity-loader { position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 130px; height: 70px; } .infinity-loader .bg div, .infinity-loader > .fg > div > div { width: 70px; height: 70px; border: 10px solid #090d20; box-sizing: border-box; border-radius: 50%; position: absolute; } .infinity-loader .right-bg { transform: translate(100%, 0); left: -10px; } .infinity-loader > .fg > div > div { border-color:#e70e0e transparent transparent; transform: rotate(135deg); animation: spin 1s linear infinite; position: static; } .infinity-loader > .fg > div { clip: rect(0, 70px, 35px, 0); position: absolute; } .infinity-loader > .fg > .bottom-right-rect { left: -10px; transform: translateX(100%) scale(1, -1); } .infinity-loader > .fg > .bottom-right-rect > div { animation-delay: 0.25s; } .infinity-loader > .fg > .top-right-rect { left: -10px; transform: translateX(100%) scale(-1, 1); } .infinity-loader > .fg > .top-right-rect > div { animation-delay: 0.5s; } .infinity-loader > .fg > .bottom-left-rect { transform: scale(-1); } .infinity-loader > .fg > .bottom-left-rect > div { animation-delay: 0.75s; } .infinity-loader > .fg { filter: drop-shadow(0 0 6px orangered); } @keyframes spin { 50%, 100% { transform: rotate(495deg); } } /*==========Loader CSS End==========*/ /*==========Header CSS Start==========*/ .site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; transition: 0.3s; } .header-top { width: 100%; height: 45px; background: rgb(255, 255, 255,0.10); display: flex; justify-content: center; align-items: center; transition: 0.3s; } .header-contact a { display: inline-block; color: #fff; margin-right: 32px; transition: 0.3s; } .header-contact a:last-child { margin-right: 0; } .header-contact a:hover { color: #e70e0e; } .header-contact a span { display: inline-block; margin-right: 10px; } .header-content { display: flex; text-align: end; justify-content: flex-end; } .header-content p { color: #fff; margin-bottom: 0; margin-right: 15px; } .hed-btn { width: 108px; height: 26px; background-color: #131730; border-radius: 30px; text-align: center; color: #fff; } .hed-btn:hover { color: #fff; } .Social-midea { text-align: end; } .Social-midea a{ color: #fff; margin-left: 12px; transition: 0.3s; } .Social-midea a:hover { color: #e70e0e; } .header-bottom { width: 100%; padding: 30px 0; transition: 0.3s; } .site-branding a { display: inline-block; position: relative; } .site-branding a img { width: 100%; } .header-menu { position: relative; text-align: right; } .main-navigation { display: inline-block; } .main-navigation ul { list-style: none; font-size: 0; line-height: 1; margin-bottom: 0; padding: 0; } .main-navigation ul li { font-size: 16px; line-height: 24px; display: inline-block; margin-left: 20px; padding-left: 30px; position: relative; } .main-navigation ul li a { font-size: 16px; line-height: 24px; color: #fff; font-weight: 500; transition: 0.3s; font-family: 'poppins', serif; } .main-navigation ul li a:hover { color: #e70e0e; } .header-btn { display: inline-block; position: relative; vertical-align: middle; margin-left: 30px; text-transform: uppercase; } .main-navigation ul li.sub-items:hover>a, .main-navigation ul li a:hover, .main-navigation ul li.active>a { color: #e70e0e; } .main-navigation ul li.sub-items>a:before { content: "\f107"; position: absolute; top: 50%; right: 0; transform: translate(0,-50%); font-family: 'FontAwesome'; font-size: 16px; transition: 0.3s; } .site-header.sticky-header .main-navigation ul li a, .site-header.sticky-header .search-icon a, .site-header.sticky-header .main-navigation ul li.sub-items>a:before { color: #010f2e; } .main-navigation ul li.sub-items>a { padding-right: 15px; position: relative; } .main-navigation ul li.sub-items:hover>a:before, .main-navigation ul li a:hover:before { transform: translate(0,-50%) rotate(-180deg); transition: 0.3s; } .main-navigation ul li:first-child { margin-left: 0; padding: 0; } .main-navigation ul li ul.sub-menu { position: absolute; top: 100%; left: -13px; width: 150px; height: auto; background: #ffffff; border-radius: 4px; box-shadow: 1px 1px 60px rgba(0,0,0,0.1); display: none; transition: 0.3s; z-index: 150; } .main-navigation ul li:hover ul.sub-menu { display: block; animation: swip_up 0.3s linear 1; } @keyframes swip_up { from { transform: translate(0, 20px); opacity: 0; } to { transform: translate(0, 0); opacity: 1; } } .main-navigation ul li ul.sub-menu li { display: block; text-align: left; margin: 0; border-bottom: 1px solid #ebebeb; } .main-navigation ul li ul.sub-menu li:first-child { padding-left: 30px; } .main-navigation ul li ul.sub-menu li:last-child { border-bottom: none; } .main-navigation ul li ul.sub-menu li a { display: block; padding: 10px 7px; } .main-navigation ul li ul.sub-menu li a { display: block; color: #010f2e; padding: 5px 15px; transition: 0.3s; } .main-navigation ul li ul.sub-menu li a:hover { color: #e70e0e; transition: 0.3s; } .site-header.sticky-header .main-navigation ul li.sub-items:hover>a, .site-header.sticky-header .main-navigation ul li a:hover, .site-header.sticky-header .main-navigation ul li.active>a, .site-header.sticky-header .main-navigation ul li.sub-items:hover>a:before, .site-header.sticky-header .main-navigation ul li a:hover:before, .site-header.sticky-header .main-navigation ul li.active>a:before, .site-header.sticky-header .main-navigation ul li ul.sub-menu li a:hover { color: #e70e0e; } /*==Sticky Header Start==*/ .sticky-header .header-top { margin-top: -45px; transition: 0.3s; } .site-header.sticky-header { background-color: #fff; box-shadow: 6px 6px 60px 0px rgba(0,0,0,0.1); transition: 0.3s } .sticky-header .header-bottom { padding: 20px 0px; transition: 0.3s; } .sticky-header .main-navigation ul li a { color: #051136; transition: 0.3s; } .sticky-header .main-navigation ul li a:hover { color: #e70e0e; } .site-header.sticky-header .site-branding a img { opacity: 0; transition: 0.3s; } .site-branding a img.sticky-logo { position: absolute; top: 0; left: 0; width: 100%; opacity: 0; z-index: 1; } .site-header.sticky-header .site-branding a img.sticky-logo { opacity: 1; transition: 0.3s; } /*==Sticky Header End==*/ /*==========Header CSS End==========*/ /*==========Banner Start==========*/ .main-banner { position: relative; padding: 312px 0px 170px 0px; } .main-banner-slider { position: absolute; right: 0; top: 0; width: 100%; height: 100%; z-index: 0; } .main-banner-slider:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(08, 11, 27,0.75); z-index: 1; pointer-events: none; } .main-banner:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../images/overlay-1.png); background-size: cover; background-position: center bottom; background-repeat: no-repeat; z-index: 1; pointer-events: none; } .banner-slider { width: 100%; height: 100%; } .banner-slider .slick-list, .banner-slider .slick-track{ height: 100%; } .banner-box { width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; animation: zoom 8s linear infinite alternate; } @keyframes zoom { from { transform: scale(1); } to { transform: scale(1.08); } } .banner-content { text-align: center; } .banner-content.slick-slide { outline: none; } .banner-subtitle { position: relative; font-family: 'poppins', sans-serif; font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 27px; padding-top: 18px; text-align: center; text-transform: uppercase; } .banner-small-title { position: relative; } .banner-content p { color:rgb(255, 255, 255,0.60); font-size: 18px; line-height: 28px; margin-top: 15px; text-align: center; font-family: 'Roboto', sans-serif; font-weight: 400; padding: 0 160px; } .banner-content img { position: absolute; left: 50%; top: 70%; transform: translate(-50%,-50%); } .banner-content a { margin-top: 20px; } .banner-content h1 { text-align: center; } /*==========Banner End==========*/ /*==========Services Start==========*/ .main-services { background-color: #131830; padding:120px 0px; } .main-services h2 { color: #fff; text-align: center; } .main-service-box { background-color: #0d1128; border: solid 1px #0d1128; border-radius: 8px; text-align: left; padding: 30px 30px 40px 30px; transition: ease-in-out 0.3s; } .main-service-box:hover { border: solid 1px #e70e0e; box-shadow: 10px 26px 59px 0px rgba(0,0,0,0.51); transition: ease-in-out 0.3s; } .service-icon { width: 80px; height: 80px; border-radius: 50px; display: flex; align-items: center; justify-content: center; border: solid 2px #e70e0e; } .main-services h3 { color: #fff; } .main-services p { color: #8288a3; padding-top: 10px; padding-bottom: 20px; } .main-service-box a { padding: 15px 21px; border-radius: 50px; background-color: #e70e0e; text-align: center; color: #fff; } /*==========Services End==========*/ /*==========Partner Logo Start==========*/ .partner-title h3 { color: #fff; text-align: center; font-weight: 600; } .partner-title { position: relative; padding-top: 100px; } .partner-title:before { content: ""; position: absolute; width: 455px; height: 1px; background-color: #34384b; left: 0; bottom: 17px; } .partner-title:after { content: ""; position: absolute; width: 455px; height: 1px; background-color: #34384b; right: 0; bottom: 17px; } .partners-slider { padding-top: 35px; padding-bottom: 120px; } .partners-box { opacity: 0.3; display: flex; align-items: center; justify-content: center; transition: all ease-in-out 0.3s; } .partners-box:hover { opacity: 1; cursor: pointer; transition: all ease-in-out 0.3s; } /*==========Partner Logo End==========*/ /*==========About Us Start==========*/ .main-about { padding-top: 160px; padding-bottom: 120px; } .about-img { position: relative; } .about-img-1 img { max-width: 100%; } .about-img-2 img { max-width: 100%; } .about-img .about-img-2 { position: absolute; top: -40px; right: 0; } /*.main-about-pointbox {*/ /* display: flex;*/ /* align-items: center;*/ /* justify-content: center;*/ /*}*/ .about-point-box { border: solid 1px #e1e1e1; padding: 20px; display: flex; align-items: center; justify-content: center; } .about-point-content { padding-left: 10px; } .about-point-content p { font-family: 'Poppins', sans-serif; font-weight: 700; color: #131830; margin-bottom: 0; } .about-content { margin-top: 25px; } .about-content a { margin-top: 20px; } /*==========About Us End==========*/ /*==========Counter Start==========*/ .main-counter { overflow: visible; } .counter-bg { position: relative; background-color: #fff; padding: 70px; box-shadow: 10px 10px 61px 0px rgba(0,0,0,0.09); } .counter-bg:before { content: ""; position: absolute; width: 80px; height: 80px; background-color: #e70e0e; border-radius: 0px 80px 0px 0px; left: 0; bottom: 0; } .counter-bg:after { content: ""; position: absolute; width: 80px; height: 80px; background-color: #e70e0e; border-radius: 0px 0px 0px 80px; right: 0; top: 0; } .counter-box { display: flex; justify-content: center; align-items: center; } .counter-text { text-align: left; margin-left: 15px; } .counter-text h2 { font-weight: 700; font-size: 50px; padding-bottom: 0px; line-height: 50px; } .counter-text p { margin-bottom: 0; } /*==========Counter End==========*/ /*==========Case Studies Start==========*/ .main-case-studies { background-color: #f3f4f8; padding-top: 210px; padding-bottom: 120px; margin-top: -100px; } .main-case-studies h2 { text-align: center; } .cases-one { position: relative; display: block; padding: 180px 0 90px; margin-top: -60px; } .cases-one--one-page { margin-top: 0; padding-top: 120px; background-color: transparent; } .main-case-box { position: relative; display: block; } .case-box { position: relative; display: block; overflow: hidden; } .case-img { position: relative; display: block; overflow: hidden; background-color: #131830; } .case-img>img { width: 100%; transform: scale(1); opacity: 0.5; transition: all 0.3s ease; } .main-case-box:hover .case-img>img { transform: scale(1.05); opacity: 1; } .case-content { padding: 30px 30px 30px; background-color: transparent; position: absolute; bottom: 0; left: 0; right: 100px; z-index: 1; } .case-content:before { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: #e70e0e; z-index: -1; transform: translateY(100%); transition: all 0.3s ease; } .main-case-box:hover .case-content:before { transform: translateY(0); } .case-icon img { display: block; transform: scale(1); transform-origin: left center; transition: transform 0.3s ease; } .main-case-box:hover .case-icon img { transform: scale(.85); } .case-title { font-size: 35px; color: #fff; line-height: 45px; } .case-title a { color: #fff; transition: all 500ms ease; background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87% / 0px 2px no-repeat; } .case-title a:hover { color: #fff; background-size: 100% 2px; } /*==========Case Studies End==========*/ /*==========Play Video Start==========*/ .main-video { position: relative; display: block; padding-top: 80px; padding-bottom: 160px; background-color: #080b1b; } .main-video:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../images/overlay-2.png); background-size: cover; background-position: center bottom; background-repeat: no-repeat; z-index: 1; pointer-events: none; } .video-bg-img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-repeat: no-repeat; background-size: cover; opacity: 0.25; } .video-content { position: relative; display: block; text-align: center; } .video-content h2 { color: #fff; padding-bottom: 46px; } .play-btn { text-align: center; margin-top: 68px; } .video-play-icon { position: absolute; transform: translate(-50%,-50%); width: 80px; height: 80px; background-color: #e70e0e; background-size: 200% 100%; background-position: left center; border-radius: 50%; display: inline-flex; justify-content: center; align-items: center; font-size: 20px; color: #ffffff; padding-left: 5px; transition: 0.3s; z-index: 1; } .video-play-icon:hover { color: #ffffff; background-position: right center; } .video-play-icon:before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; background: transparent; border-radius: 50%; pointer-events: none; animation: waveBtn 2.5s infinite; z-index: -1; } @keyframes waveBtn { 0% { box-shadow: 0 0 0 0 rgba(231,14,14,1) } 50% { box-shadow: 0 0 0 40px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } } .video-play-icon:after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 142px; height: 142px; background: transparent; border: 2px solid #fff; border-radius: 50%; opacity: 0.5; pointer-events: none; z-index: -1; } /*==========Play Video End==========*/ /*==========Why Choose Us Start==========*/ .main-why-choose { background-color: #f3f4f8; padding-top: 110px; padding-bottom: 110px; } .main-why-choose h2 { padding-bottom: 24px; } .why-tabs { width: 100%; border-bottom: solid 2px #e70e0e; display: flex; } .why-tabs .nav-item { flex-basis: 33.3333%; } .why-tabs .nav-item .nav-link.active { color: #fff; background: #e70e0e; } .why-tabs .nav-item .nav-link { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 500; text-transform: uppercase; display: inline-block; color: #131830; border: none; outline: none; background: transparent; cursor: pointer; display: block; width: 100%; text-align: center; padding: 17px 10px 13px 10px; } .why-tab-wrapper { justify-content: center; align-items: center; display: flex; } .why-tab-img { float: left; } .why-tab-list ul { margin-bottom: 0; } .why-tab-list ul li { font-family: 'Roboto', sans-serif; list-style: none; font-size: 15px; font-weight: 400; color: #777; margin-bottom: 15px; display: flex; align-items: center; } .why-tab-list ul li p { display: contents; } .why-tab-list ul li:last-child { margin-bottom: 0; } .why-tab-list ul li img { width: 19px; height: 13px; margin-right: 20px; } /*==========Why Choose Us End==========*/ /*==========Testimonial Start==========*/ .main-testimonial { position: relative; padding-top: 115px; padding-bottom: 165px; } .main-testimonial:before { content: ""; position: absolute; width: 100%; height: 100%; background-image: url(../images/dote-map.png); background-repeat: no-repeat; left: 65%; top: 50%; transform: translate(-50%, -50%); } .main-testimonial h2 { position: relative; text-align: center; } .main-testimonial-box { position: relative; background-color: #fff; padding: 40px 40px 60px 40px; text-align: left; box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.11); } .main-testimonial-box:before { content: ""; position: absolute; width: 91px; height: 71px; background-image: url(../images/quote.png); bottom: 8px; right: 30px; } .main-testimonial-box p { margin-bottom: 0; } .main-testimonial-box h3 { font-size: 20px; padding-top: 20px; margin-bottom: 0; } .main-testimonial-box span { font-family: 'Roboto', sans-serif; font-size: 15px; color: #e70e0e; text-transform: uppercase; } .clinet-img { margin-top: 25px; position: absolute; } .main-testimonial-slider .slick-list { overflow: visible; } .main-testimonial-slider .slick-slide{ opacity: 0; pointer-events: none; transition: 0.3s; } .main-testimonial-slider .slick-slide.slick-active { opacity: 1; pointer-events: unset; transition: all ease-in-out 0.3s; } /*==========Testimonial End==========*/ /*==========FAQ Start==========*/ .main-faq { background-color: #131830; } .faq-img { background-position: center; background-repeat: no-repeat; background-size: cover; width: 50vw; height: 838px; float: right; } .faq-content { padding-top: 10px; padding-left: 40px; } .faq-content h2 { color: #fff; text-align: left; } .accordion-item.faq-bg { background-color:#fff; border: none; margin-bottom: 20px; border-radius: 0; } .accordion-item.faq-bg:first-of-type { border-top-left-radius: 0; border-top-right-radius: 0; } .accordion-item:last-of-type .accordion-button.collapsed { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .accordion-button.faq-btn { font-family: 'Poppins', sans-serif; padding: 20px 20px 20px 20px; font-size: 18px; font-weight: 700; } .accordion-button.faq-btn:not(.collapsed) { color: #131830; background-color: #fff; box-shadow: none ; } .accordion-button:not(.collapsed) { box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.1); } .accordion-button.faq-btn:focus { z-index: 3; border-color: #fff; outline: 0; box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.1); } .accordion-button.faq-btn:after { display: none; } .accordion-header.h3-title { padding-top: 0; } .accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .icon { position: absolute; color: #fff; top: 0; right: 0; width: 75px; height: 100%; background: #e70e0e; display: flex; justify-content: center; align-items: center; font-size: 25px; } .accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title>span { position: relative; z-index: 1; } .accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .accordion-button.faq-btn.collapsed .icon i { position: relative; color: #fff; transform: rotate(0deg); transition: 0.3s; z-index: 1; } .accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .icon i { position: relative; color: #fff; transform: rotate(-90deg); transition: 0.3s; z-index: 1; } /*==========FAQ End==========*/ /*==========Our Team Start==========*/ .main-team { padding-top: 108px; padding-bottom: 120px; text-align: center; } .team-box { position: relative; } .team-img { position: relative; display: block; overflow: hidden; } .team-img>img { width: 100%; transform: scale(1); transition: all 0.3s ease; } .team-box:hover .team-img>img { transform: scale(1.05); transition: all 0.3s ease; } .team-content h3 { margin-bottom: 0; } .team-content span { font-family: 'Roboto', sans-serif; font-size: 15px; color: #e70e0e; } .main-team-social { display: none; right: 50%; margin-top: -25px; position: absolute; transition: all ease-in-out 0.3s; } .team-box:hover .main-team-social { display: block; transition: all ease-in-out 0.3s; } .team-social { transform: translate(50%); width: 210px; background-color: #131830; padding: 10px; display: flex; align-items: center; justify-content: center; box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.2); transition: all 0.4s ease; } .team-social i { font-size: 15px; color: #fff; margin: 0 10px; transition: all 0.4s ease; } .team-social i:hover { color: #e70e0e; transition: all 0.4s ease; } .main-team-slider .slick-list { overflow: visible; } .main-team-slider .slick-slide{ opacity: 0; pointer-events: none; transition: 0.3s; } .main-team-slider .slick-slide.slick-active { opacity: 1; pointer-events: unset; transition: all ease-in-out 0.3s; } /*==========Our Team End==========*/ /*==========Newsletter Start==========*/ .main-newsletter { position: relative; background-color: #e70e0e; padding-top: 80px; padding-bottom: 80px; } .main-newsletter:before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; background-image: url(../images/overlay-3.png); background-size: cover; background-position: center; background-repeat: no-repeat; } .newsletter-title { float: left; } .newsletter-title h2 { color: #fff; font-size: 50px; padding-bottom: 0; line-height: 65px; } .newsletter-title span { font-family: 'Roboto', sans-serif; color: #fff; font-size: 15px; } .newsletter-form { position: relative; float: right; } .newsletter-form input { position: relative; font-family: 'Roboto', sans-serif; width: 470px; height: 60px; background: #ffffff; border-radius: 10px; border: none; outline: none; padding: 10px 190px 10px 30px; font-size: 15px; color: #777777; } .newsletter-form .sub-btn { position: absolute; top: 0; right: 0; } /*==========Newsletter End==========*/ /*==========Blog Start==========*/ .main-blog { padding-top: 120px; padding-bottom: 120px; } .main-blog h2 { text-align: center; } .blog-box { background-color: #fff; box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.12); transition: 0.3s; } .blog-box:hover { box-shadow: -8px 36px 60px 10px rgba(0,0,0,0.18); transition: 0.3s; } .blog-img { position: relative; display: block; overflow: hidden; } .blog-img>img { width: 100%; transform: scale(1); transition: all 0.3s ease; } .blog-box:hover .blog-img>img { transform: scale(1.05); transition: all 0.3s ease; } .blog-date { position: absolute; bottom: 0; right: 0; z-index: 1; } .blog-date a { font-family: 'Roboto', sans-serif; font-size: 15px; text-transform: uppercase; font-weight: 500; display: inline-block; padding: 15px 20px; height: 54px; background-color: #e70e0e; background-size: 200% 100%; background-position: left center; color: #ffffff; } .blog-content { padding: 30px; } .blog-content h3 { padding-top: 0; padding-bottom: 15px; } /*==========Blog End==========*/ /*==========Get In Touch Start==========*/ .main-get-touch { background-color: #f3f4f8; } .main-get-touch .map-area { width: 50vw; height: 100%; } .map-dax-yes { display: block; } .map-mob-no { display: none; } /*==========Get In Touch End==========*/ /*==========Footer Start==========*/ .main-footer { position: relative; background-color: #131830; padding-top: 120px; padding-bottom: 20px; } .main-footer:before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; background-image: url(../images/overlay-4.png); background-size: cover; background-position: center; background-repeat: no-repeat; } .logo-content { text-align: left; } .logo-content p { color: #a6adcb; margin-bottom: 0; margin-top: 30px; } .our-links { position: relative; padding: 0 93px; } .our-links h3 { position: relative; color: #ffffff; padding-top: 0; } .our-links h3:before { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .our-links h3:after { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: -5px; left: 10px; } .links-text ul { list-style: none; padding-left: 0; margin-bottom: 0; margin-top: 30px; } .links-text ul li a { font-family: 'Roboto', sans-serif; font-size: 15px; color: #a6adcb; transition: 0.3s; } .links-text ul li a:hover { color: #e70e0e; padding-left: 10px; transition: 0.3s; } .links-text ul li { margin-bottom: 10px; } .contact-us { padding-left: 22px; } .contact-us h3 { position: relative; color: #ffffff; padding-top: 0; } .contact-us h3:before { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .contact-us h3:after { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: -5px; left: 10px; } .contact-us-content { margin-top: 30px; } .contact-icon { width: 40px; height: 40px; background-color: #e70e0e; border-radius: 8px; display: flex; align-items: center; justify-content: center; } .contact-text { display: flex; align-items: center; } .contact-text p { color: #a6adcb; margin-bottom: 0; margin-left: 20px; } .latest-post h3 { position: relative; color: #ffffff; padding-top: 0; } .latest-post h3:before { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .latest-post h3:after { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: -5px; left: 10px; } .latest-post-box { margin-top: 30px; } .latest-post-content { display: flex; align-items: center; } .latest-post-img { position: absolute; display: block; overflow: hidden; } .latest-post-content:hover .latest-post-img>img { transform: scale(1.05); transition: all 0.3s ease; } .latest-post-text { margin-left: 100px; } .latest-post-text p { position: relative; color: #a6adcb; margin-bottom: 0; } .latest-post-text span { font-family: 'Roboto', sans-serif; color: #e70e0e; font-size: 15px; } .copyright-bg { background-color: #04081d; margin-top: 120px; padding-top: 20px; padding-bottom: 20px; padding-left: 5px; padding-right: 5px; align-items: center; } .copyright-content { float: left; } .copyright-content p { margin-bottom: 0; color: #ffffff; } .copyright-content p a { color: #e70e0e; cursor: pointer; } .social-media-footer a { float: right; font-size: 15px; line-height: 24px; color: #ffffff; display: inline-flex; justify-content: center; align-items: center; width: 35px; height: 35px; background: rgba(255,255,255,0.3); border-radius: 50%; margin-left: 18px; transition: 0.3s; cursor: pointer; } .social-media-footer a:hover { background-color: #e70e0e; } /*==========Footer End==========*/ /*==========About Us Page Start==========*/ /*===Partner Logo Start===*/ .partner-title-in h3 { color: #131830; text-align: center; font-weight: 600; padding-top: 0; } .partner-title-in { position: relative; } .partner-title-in:before { content: ""; position: absolute; width: 455px; height: 1px; background-color: #34384b; left: 0; bottom: 17px; } .partner-title-in:after { content: ""; position: absolute; width: 455px; height: 1px; background-color: #34384b; right: 0; bottom: 17px; } /*===Partner Logo End===*/ /*===Simple Steps Start===*/ .main-simple-step { background-color: #f3f4f8; padding-top: 120px; padding-bottom: 250px; margin-bottom: -130px; text-align: center; } .simple-step-box { text-align: center; padding: 0 40px; } .step-icon img { width: 350px; display: inline-block; } .step-content h3 { padding-top: 5px; } .step-content P { margin-top: 10px; margin-bottom: 20px; } .step-num { display: inline-block; width: 60px; border-radius: 210px; padding-top: 8px; height: 60px; background-color: #e70e0e; transition: 0.3s; } .step-num h3 { color: #ffffff; } .simple-step-box:hover .step-num { background-color: #ca1818; box-shadow: 0 10px 30px 0 rgb(231,14,14,0.3); transition: 0.3s; } /*===Simple Steps End===*/ /*==========About Us Page End==========*/ /*==========Services Page Start==========*/ /*===Services Box Start===*/ .main-services-in { padding-top: 120px; padding-bottom: 90px; } .main-services-in h3 { color: #fff; } .main-services-in p { color: #8288a3; padding-top: 10px; padding-bottom: 20px; } .main-services-in .main-service-box { margin-bottom: 30px; } /*===Services Box End===*/ /*===Watch Us Start===*/ .main-watch-us { position: relative; overflow: visible; } .watch-video-box { width: 100%; height: 445px; position: relative; border-radius: 0px; box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.12); } .watch-video-img { justify-content: center; display: flex; width: 100%; height: 100%; border-radius: 10px; position: relative; z-index: 0; align-items: center; } .img_hover { position: relative; overflow: hidden; } .img_hover:before { content: ""; position: absolute; top: 50%; left: 50%; display: block; width: 0; height: 0; background: rgba(255, 255, 255, 0.2); border-radius: 100%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0; z-index: 2; } .img_hover:hover:before { -webkit-animation: img_hover 0.75s; animation: img_hover 0.75s; } @-webkit-keyframes img_hover { 0% { opacity: 1; } 40% { opacity: 1; } 100% { width: 200%; height: 200%; opacity: 0; } } @keyframes img_hover { 0% { opacity: 1; } 40% { opacity: 1; } 100% { width: 200%; height: 200%; opacity: 0; } } /*===Watch Us End===*/ /*===Why choose Us Start===*/ .main-why-choose-in { background-color: #f3f4f8; padding-top: 139px; padding-bottom: 110px; } .main-why-choose-in h2 { padding-bottom: 24px; } /*===Why choose Us End===*/ /*==========Services Page End==========*/ /*==========Service Detail Page Start==========*/ /*===Service detail Content Start===*/ .main-service-detail { padding-top: 120px; padding-bottom: 100px; } .service-detail h2 { font-size: 50px; padding-bottom: 14px; } .service-detail img { margin-top: 30px; margin-bottom: 14px; } .service-detail-box h2 { font-size: 45px; font-weight: 700; padding-bottom: 0; position: relative; } .service-detail-box h2:before { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .service-detail-box h2:after { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: -5px; left: 10px; } .service-detail-box-list { padding-top: 30px; } .service-list-box { width: 100%; border: solid 2px #e1e1e1; border-radius: 10px; padding: 20px; /*margin-bottom: 20px;*/ transition: 0.3s; } .service-list-box.active { background-color: #e70e0e; border: solid 2px #e70e0e; box-shadow: 10px 10px 60px 0px rgba(231,14,14,0.3); } .service-list-box:hover { background-color: #e70e0e; border: solid 2px #e70e0e; box-shadow: 10px 10px 60px 0px rgba(231,14,14,0.3); transition: 0.3s; } .service-list-box ul li{ font-family: 'Poppins', sans-serif; font-weight: 500; color: #777777; font-size: 18px; text-decoration: none; list-style: none; margin-left: 10px; transition: 0.3s; } .service-list-box.active ul li { color: #ffffff; } .service-list-box:hover.service-list-box ul li { color: #ffffff; transition: 0.3s; } .service-list-box ul li:first-child { margin-left: 0; } .service-list-box ul { display: flex; align-items: center; margin-bottom: 0; padding-left: 0; text-align: left; } .service-detail-contact { background-color: #f3f4f8; padding: 40px; text-align: center; margin-top: 50px; } .service-detail-contact h3 { position: relative; padding-bottom: 15px; margin-bottom: 30px; } .service-detail-contact h3:before { content: ""; position: absolute; width: 30px; height: 6px; background-color: #e70e0e; border-radius: 10px; left: 50%; bottom: 0; transform: translate(-50%); } .service-detail-contact a { font-family: 'Poppins', sans-serif; color: #e70e0e; font-size: 25px; font-weight: 700; transition: 0.3s; } .service-detail-contact a:hover { color: #ca1818; transition: 0.3s; } /*===Service detail Content End===*/ /*==========Service Detail Page End==========*/ /*==========Case Studies Page Start==========*/ /*===Case Studies Box Start===*/ .main-case-studies-in { padding-top: 90px; padding-bottom: 120px; } .main-case-studies-in .case-box { margin-top: 30px; } /*===Case Studies Box End===*/ /*==========Case Studies Page End==========*/ /*==========Case Detail Page Start==========*/ /*===Case Detail Info Start===*/ .main-case-detail { padding-top: 120px; padding-bottom: 116px; } .case-detail-text-box { text-align: left; padding-top: 50px; } .case-detail-text-box h2 { font-size: 50px; padding-top: 20px; padding-bottom: 0; } .case-detail-info { text-align: left; background-color: #f3f4f8; padding: 40px 40px 11px 40px; margin-top: 50px; } .case-detail-info h3 { padding-top: 0; } .case-detail-info p { font-size: 18px; font-weight: 500; margin-bottom: 30px; } /*===Case Detail Info End===*/ /*===Similar Case Start===*/ .main-case-studies-dp-in { padding-bottom: 120px; } .main-case-studies-dp-in h2 { text-align: center; } /*===Similar Case End===*/ /*==========Case Detail Page End==========*/ /*==========Team Page Start==========*/ .main-team-in { padding-top: 88px; padding-bottom: 120px; } .main-team-in .team-box { margin-top: 30px; text-align: center; } /*==========Team Page End==========*/ /*==========Pricing Page Start==========*/ /*===Pricing Box Start===*/ .main-pricing-in { padding-top: 120px; padding-bottom: 120px; } .pricing-box { background-color: #ffffff; border-radius: 10px; padding: 40px; text-align: center; box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.11); transition: 0.3s; } .pricing-box h2 { font-size: 45px; color: #e70e0e; font-weight: 700; padding-bottom: 0; line-height: 55px; transition: 0.3s; transition: 0.3s; } .pricing-box h3 { padding-top: 0; transition: 0.3s; } .pricing-box h2 span { font-size: 15px; color: #777777; font-weight: 500; transition: 0.3s; } .pricing-box p { transition: 0.3s; } .price-line { width: 90%; height: 1px; background-color: #e1e1e1; display: inline-block; } .pricing-box ul { list-style: none; text-decoration: none; padding-left: 0; margin-bottom: 0; margin-top: 20px; } .pricing-box ul li { font-family: 'Roboto', sans-serif; font-size: 15px; color: #777777; margin-bottom: 20px; transition: 0.3s; } .pricing-box ul li:last-child { margin-bottom: 0; } .pricing-box a{ margin-top: 25px; } .pricing-box:hover { background-color: #e70e0e; box-shadow: 10px 10px 60px 0px rgba(231,14,14,0.3); transition: 0.3s; } .pricing-box:hover .sec-btn { background-color: #131830; color: #fff; box-shadow: 0 10px 30px 0 rgb(0,0,0,0.3); transition: 0.3s; } .pricing-box:hover.pricing-box ul li { color: #fff; transition: 0.3s; } .pricing-box:hover.pricing-box h2 { color: #ffffff; transition: 0.3s; } .pricing-box:hover.pricing-box h3 { color: #ffffff; transition: 0.3s; } .pricing-box:hover.pricing-box span { color: #ffffff; transition: 0.3s; } .pricing-box:hover.pricing-box p { color: #ffffff; transition: 0.3s; } /*===Pricing Box End===*/ /*==========Pricing Page End==========*/ /*==========Blog List Page Start==========*/ /*===Blog List Start===*/ .main-blog-list-in { padding-top: 120px; padding-bottom: 120px; } .blog-list-box { padding-bottom: 70px; } .blog-list-img { position: relative; display: block; overflow: hidden; } .blog-list-img>img { /*width: 100%;*/ transform: scale(1); transition: all 0.3s ease; } .blog-list-box:hover .blog-list-img>img { transform: scale(1.05); transition: all 0.3s ease; } .blog-list-text p { margin-bottom: 25px; } .blog-play-btn { transform: translate(50%); align-items: center; top: 50%; left: 50%; text-align: center; position: absolute; } .slick-arrow.next-arrow.color-arrow-blog { left: auto; right: 22px; background-color: #131730; transition: all ease-in-out 0.3s; } .slick-arrow.next-arrow.color-arrow-blog:hover { background-color: #e70e0e; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow-blog { left: 22px; right: auto; background-color: #131730; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow-blog:hover { background-color: #e70e0e; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow-blog i { font-size: 20px; color: #fff; transition: 0.3s; margin-top: 7px; } .slick-arrow.next-arrow.color-arrow-blog i { font-size: 20px; color: #fff; transition: 0.3s; margin-top: 7px; } .blog-pagination { display: block; text-align: center; } .pagination-arrow { color: #e70e0e; font-size: 35px; display: inline-block; margin: 0 18px; vertical-align: middle; transition: 0.3s; } .pagination-arrow:hover { color: #131830; transition: 0.3s; } .blog-pagination ul { margin: 0; padding: 0; list-style: none; display: inline-block; vertical-align: middle; font-size: 0; } .blog-pagination ul li { font-family: 'Poppins', sans-serif; display: inline-flex; justify-content: center; align-items: center; width: 60px; height: 60px; background-color: #ebebeb; border-radius: 50px; color: #777777; font-size: 18px; margin: 0 7px; cursor: pointer; transition: 0.3s; } .blog-pagination ul li:hover { background-color: #e70e0e; color: #ffffff; transition: 0.3s; } .blog-pagination ul li.active, .blog-pagination ul li.active:hover { background: #e70e0e; color: #ffffff; cursor: default; } /*===Blog List End===*/ /*===Side bar Start===*/ .blog-search-from input { width: 100%; height: 60px; border: none; outline: none; background: #ffffff; border-radius: 10px; box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.11); color: #777777; font-size: 16px; padding: 10px 60px 10px 30px; } .blog-search-from .sec-btn { width: 80px; height: 60px; padding: 0; position: absolute; border-radius: 0px 10px 10px 0px; right: 0; } .blog-search-from .form-box { margin-bottom: 0; } .blog-search-from .sec-btn:hover { background-color: #131830; box-shadow: none; transition: 0.3s; } .blog-search-from .sec-btn span i { margin: 0; font-size: 20px; } .category-box { background-color: #ffffff; box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.11); padding: 30px; text-align: left; border-top: 5px solid #e70e0e; } .category-box h2 { font-size: 35px; line-height: 45px; position: relative; padding-bottom: 15px; } .category-box h2:before { content: ""; position: absolute; width: 290px; height: 1px; background-color: #e1e1e1; bottom: 0; left: 0; } .category-box h2:after { content: ""; position: absolute; width: 98px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .category-box ul { margin-top: 16px; padding-left: 0; margin-bottom: 0; } .category-box ul li { text-decoration: none; list-style: none; margin-bottom: 12px; } .category-box ul li:last-child { margin-bottom: 0; } .category-box ul li a { color: #777777; transition: 0.3s; } .category-box ul li a:hover { color: #131830; transition: 0.3s; } .category-box ul li a i { font-size: 18px; color: #e70e0e; margin-right: 10px; } .recent-post-box { background-color: #ffffff; box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.11); padding: 30px; text-align: left; border-top: 5px solid #e70e0e; margin-top: 50px; } .recent-post-box h2 { font-size: 35px; line-height: 45px; position: relative; padding-bottom: 15px; } .recent-post-box h2:before { content: ""; position: absolute; width: 290px; height: 1px; background-color: #e1e1e1; bottom: 0; left: 0; } .recent-post-box h2:after { content: ""; position: absolute; width: 98px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .recent-post-list { margin-top: 22px; } .recent-post-list-box { display: flex; align-items: center; margin-bottom: 15px; } .recent-post-img { position: relative; display: block; overflow: hidden; } .recent-post-img>img { width: 100%; transform: scale(1); transition: all 0.3s ease; } .recent-post-list-box:hover .recent-post-img>img { width: 100%; transform: scale(1.05); transition: all 0.3s ease; } .recent-post-text { padding-left: 20px; } .recent-post-text p { transition: 0.3s; } .recent-post-list-box:hover .recent-post-text p { color: #131830; transition: 0.3s; } .recent-post-text span { font-family: 'Roboto', sans-serif; font-size: 15px; color: #e70e0e; } .tag-box { background-color: #ffffff; box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.11); padding: 30px; text-align: left; border-top: 5px solid #e70e0e; margin-top: 50px; } .tag-box h2 { font-size: 35px; line-height: 45px; position: relative; padding-bottom: 15px; } .tag-box h2:before { content: ""; position: absolute; width: 290px; height: 1px; background-color: #e1e1e1; bottom: 0; left: 0; } .tag-box h2:after { content: ""; position: absolute; width: 98px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .tag-list-box { margin-top: 25px; } .tag-list-box ul { padding-left: 0; margin-bottom: 0; text-decoration: none; list-style: none; } .tag-list-box ul li { display: inline-block; } .tag-list-box ul li a { display: inline-block; font-family: 'Roboto', sans-serif; font-size: 15px; text-align: center; color: #777777; border: solid 1px #777777; border-radius: 10px; padding: 10px 20px; transition: 0.3s; margin-bottom: 15px; margin-right: 10px; } .tag-list-box ul li a:hover { border: solid 1px #e70e0e; background-color: #e70e0e; color: #ffffff; box-shadow: 0 10px 30px 0 rgb(231,14,14,0.3); } /*===Side Bar End===*/ /*==========Blog List Page End==========*/ /*==========Blog Detail Page Start==========*/ /*===Blog Detail Content Start===*/ .main-blog-detail-in { padding-bottom: 120px; } .blog-social-content { margin-top: 15px; display: flex; align-items: center; justify-content: space-between; } .blog-acl { display: flex; align-items: center; } .blog-social-content ul { padding-left: 0; margin-bottom: 0; display: flex; } .blog-social-content ul li { text-decoration: none; list-style: none; margin-right: 20px; } .blog-social-content ul li img { margin-right: 10px; } .blog-social-content ul li a img:first-child { margin-left: 0; } .blog-social-content ul li span { font-family: 'Roboto', sans-serif; font-size: 15px; color: #777777; transition: 0.3s; } .blog-social-content ul li span:hover { color: #131830; transition: 0.3s; } .blog-social-media a i { color: #131830; font-size: 18px; margin-left: 10px; transition: 0.3s; } .blog-social-media a i:hover { color: #e70e0e; transition: 0.3s; } .blog-detail-img { position: relative; display: block; overflow: hidden; margin-top: 44px; margin-bottom: 45px; } .blog-detail-img>img { width: 100%; transform: scale(1); transition: all 0.3s ease; } .blog-detail-img>img:hover { transform: scale(1.05); transition: all 0.3s ease; } .blog-quote-box { background-color: #f3f4f8; border-left: solid 1px #e70e0e; padding: 30px; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; } .blog-quote-img img { width: 54px; height: 46px; } .blog-quote-box p { width: calc(100% - 54px); font-family: 'Poppins', sans-serif; font-size: 18px; line-height: 28px; font-weight: 700; color: #131830; text-align: left; margin-bottom: 0; padding-left: 30px; } .blog-point-box { display: flex; align-items: center; margin-top: 20px; } .blog-point-box ul { margin-left: 50px; } .blog-point-box ul:first-child { margin-left: 0; padding-left: 0; } .blog-point-box ul li { list-style: none; text-decoration: none; margin-bottom: 25px; display: flex; align-items: center; } .blog-point-box ul li:last-child { margin-bottom: 0; } .blog-point-box ul li img { margin-right: 15px; } .blog-point-box ul li span { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 500; } .blog-detail-info-img { position: relative; display: block; overflow: hidden; margin-left: 15px; margin-right: 15px; } .blog-detail-info-img { width: 100%; transform: scale(1); transition: all 0.3s ease; } .blog-detail-info-img>img:hover { transform: scale(1.05); transition: all 0.3s ease; } .blog-detail-info-img-box { display: flex; margin-top: 32px; margin-bottom: 16px; } /*===Blog Detail Content End===*/ /*===Comments Start===*/ .main-comment { margin-top: 100px; } .main-comment h2 { text-align: left; } .comment-box{ background-color: #f3f4f8; padding: 40px; display: flex; align-items: center; } .comment-img { width: 100px; height: 100px; background-repeat: no-repeat; background-position: center; background-size: cover; } .comment-content { margin-left: 20px; width: calc(100% - 100px); } .comment-content h3 { padding-top: 0; } .comment-content p { margin-bottom: 20px; } .reply-btn { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 500; text-transform: uppercase; padding: 8px 18px; background-color: #e70e0e; border-radius: 8px; color: #ffffff; transition: 0.3s; } .reply-btn:hover { color: #ffffff; background-color: #131830; transition: 0.3s; } .comment-box.even { margin-top: 30px; margin-bottom: 30px; } /*===Comments End===*/ /*===Leave A Reply Start===*/ .main-leave-reply { margin-top: 110px; } .leave-reply-form { margin-bottom: -20px; } .leave-reply-form .row { margin-right: -10px; margin-left: -10px; } .leave-reply-form .row .col-lg-6, .leave-reply-form .row .col-lg-12 { padding: 0 10px; } .leave-reply-form textarea.form-input { height: 120px; } .leave-reply-form .form-input { width: 100%; } /*===Leave A Reply End===*/ /*==========Blog Detail Page End==========*/ /*==========Contact Us Page Start==========*/ /*===We Are Here Start===*/ .main-we-are-here-in { padding-top: 120px; padding-bottom: 120px; } .main-we-are-here-in h2 { text-align: center; } .contact-help-box { width: 100%; height: 180px; background-color: #ffffff; border: solid 1px #ffffff; border-radius: 10px; padding: 0 40px; display: flex; align-items: center; justify-content: center; box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.11); transition: 0.3s; } .contact-help-box:hover { border: solid 1px #e70e0e; background-color: #0d1128; box-shadow: 10px 26px 59px 0px rgba(0,0,0,0.51); transition: 0.3s; } .contact-help-icon { width: 80px; height: 80px; background-color: #e70e0e; display: flex; align-items: center; justify-content: center; } .contact-help-content { width: calc(100% - 80px); margin-left: 20px; } .contact-help-content h3 { padding-top: 0; transition: 0.3s; } .contact-help-box:hover .contact-help-content h3 { color: #ffffff; transition: 0.3s; } .contact-help-content p { margin-bottom: 0; transition: 0.3s; } .contact-help-box:hover .contact-help-content p { color: #ffffff; transition: 0.3s; } /*===We Are Here End===*/ /*===Contact Us Get In Touch Start===*/ .main-contact-touch-in { padding-bottom: 120px; } .contact-touch-map iframe { width: 100%; height: 570px; } .main-we-are-here-in .form-box.form-input { width: 100%; } /*===Contact US Get In Touch End===*/ /*==========Contact Us Page End==========*/ /*==========Scroll To Top CSS Start==========*/ .scroll-top { position: fixed; bottom: 10px; right: 10px; width: 50px; height: 50px; background-color: #e70e0e; font-size: 25px; color: #ffffff; border-radius: 4px; box-shadow: 0 0 20px rgba(0,0,0,0.1); transition: 0.3s; overflow: hidden; z-index: 50; display: none; } .scroll-top:hover { box-shadow: 1px 1px 60px rgb(0 0 0 / 15%); color: #ffffff; } .scroll-top:before { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 100%; background-color: #e70e0e; transition: 0.3s; z-index: 0; } .scroll-top:hover:before { top: 0; } .scroll-top i { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); line-height: 10px; z-index: 1; } .scroll-top:hover i { animation: swipe 0.6s linear infinite alternate; } @keyframes swipe { from { margin-top: -3px; } to { margin-top: 3px; } } /*==========Scroll To Top CSS End==========*/ /*==========Responsive Start==========*/ @media screen and (max-width: 1399px) { .main-navigation ul li { padding-left: 26px; } .slick-arrow.next-arrow { left: auto; right: -156px; } .slick-arrow.prev-arrow { right: auto; left: -156px; } .slick-arrow.prev-arrow.color-arrow { left: -50px; right: auto; } .slick-arrow.next-arrow.color-arrow { right: -50px; left: auto; } .our-links { padding: 0 70px; } .contact-icon { position: absolute; } .contact-text p { margin-left: 60px; } } @media screen and (max-width: 1199px) { .main-navigation ul li { padding-left: 16px; margin-left: 8px; } .main-navigation ul li a { font-size: 15px; } .h1-title { font-size: 70px; line-height: 80px; } .h2-title { font-size: 55px; line-height: 60px; } .h3-title { font-size: 22px; line-height: 32px; } .banner-content p { padding: 0px 40px; } .partner-title:before { content: ""; width: 306px; } .partner-title-in:after { content: ""; width: 306px; } .partner-title-in:before { content: ""; width: 306px; } .partner-title:after { content: ""; width: 306px; } .about-img-2 img { max-width: 80%; } .about-img .about-img-2 { position: absolute; top: -40px; right: -66px; } .main-testimonial-box h3 { position: relative; } .main-testimonial-box span { position: relative; } .accordion-button.faq-btn { padding: 20px 104px 20px 20px; } .main-team { padding-bottom: 113px; } .main-blog { padding-top: 110px; } .our-links { padding: 0 56px; } .contact-us { padding-left: 8px; } .service-detail h2 { font-size: 40px; } .service-detail-box h2 { font-size: 35px; } .service-detail-contact a { font-size: 22px; } .case-detail-text-box h2 { font-size: 40px; line-height: 50px; } .main-case-detail { padding-bottom: 97px; } .pricing-box h2 { font-size: 35px; line-height: 45px; } .category-box h2 { font-size: 30px; line-height: 40px; } .recent-post-box h2 { font-size: 30px; line-height: 40px; } .tag-box h2 { font-size: 30px; line-height: 40px; } .contact-help-box { padding: 0 20px; } } @media screen and (max-width: 991px) { .for-des, .header-search, .rocket-img { display: none !important; } .special_inner{ display: none; } #glasses{ font-size: 40px; position: absolute; right: 50px; } body .specialFeatured .specialFeaturedBlock{ position: absolute; width: 357px; top: 48px !important; right: 0px; } .h1-title{ font-size: 30px !important; } .padding{ padding-bottom: 60px; } .for-mob { display: inline-block !important; } .sticky-logo{ width: 150px !important; } .site-header, .site-header.sticky-header { background: #ffffff; height: 70px; padding: 0; box-shadow: 0 0 20px rgba(0,0,0,0.1); } .site-header .container { max-width: 100%; padding: 0 30px; } .toggle-button { display: block; } .site-branding { position: fixed; top: 0; left: 30px; width: 200px; height: 70px; display: flex; align-items: center; } .site-branding a { width: 100%; } .site-branding a img { display: none; } .site-branding a img.sticky-logo { display: block; position: relative; opacity: 1; } .main-navigation ul { position: fixed; top: 0; right: -400px; width: 320px; height: 100vh; max-height: 100vh; overflow: auto; background: #131830; text-align: center; padding: 100px 0 30px; box-shadow: -30px 0 30px rgba(0,0,0,0.1); transition: 0.5s; opacity: 0; z-index: 100; } .main-navigation.toggle-menu ul { right: 0; opacity: 1; z-index: 100; } .main-navigation>ul::-webkit-scrollbar-thumb { width: 0; background: transparent; } .main-navigation>ul::-webkit-scrollbar { width: 0; } .main-navigation>ul::-webkit-scrollbar-track { width: 0; background: transparent; } .main-navigation ul li { display: block; margin: -50px 0 10px 0; padding: 10px 40px 20px 40px; opacity: 0; transition: 0.5s; } .main-navigation ul li:first-child { padding: 10px 40px 20px 40px; } .main-navigation.toggle-menu ul li { text-align: left; border-bottom: solid 1px rgb(225, 225, 225,0.3); margin-top: 0; opacity: 1; transition: 0.5s; transition-delay: 0.4s; } .main-navigation ul li:last-child { border-bottom: none; } .main-navigation ul li:last-child a { display: inline-block; margin: 0 auto; } .site-header.sticky-header .main-navigation ul li a, .site-header.sticky-header .search-icon a, .site-header.sticky-header .main-navigation ul li.sub-items>a:before { color: #ffffff; } .main-navigation ul li a { font-size: 18px; line-height: 28px; color: #ffffff; } .main-navigation ul li.sub-items>a:before { color: #ffffff; } .main-navigation ul li.sub-items.active>a:before { color: #e70e0e; } .main-navigation ul li ul.sub-menu, .main-navigation ul li:hover ul.sub-menu { position: relative; top: 0; left: 0; width: 100%; background: transparent; box-shadow: none; border-radius: 0; display: block; animation: none; padding: 0; margin-top: 10px; transition: 0s; display: none; } .main-navigation ul li ul.sub-menu li { text-align: left; border: none; padding: 0 16px; margin-bottom: 10px; } .main-navigation ul li ul.sub-menu li:first-child { padding-left: 16px; } .main-navigation ul li ul.sub-menu li:last-child { margin-bottom: 0; } .main-navigation ul li ul.sub-menu li a { color: #ffffff; padding: 0; font-size: 15px; line-height: 24px; } .main-navigation ul li.sub-items:hover>a:before, .main-navigation ul li a:hover:before { transform: translate(0,-50%) rotate(0deg); color: #e70e0e; } .main-navigation ul li.sub-items.active-sub-menu>a:before { transform: translate(0,-50%) rotate(-180deg); color: #e70e0e; } .Social-midea { display: none; } .header-contact { display: none; } .header-btn { display: none; } .toggle-button { display: block; } .h1-title { font-size: 60px; line-height: 70px; } .h2-title { font-size: 45px; line-height: 55px; } .h3-title { font-size: 22px; line-height: 32px; } .slick-arrow.next-arrow { left: auto; right: -107px; } .slick-arrow.prev-arrow { right: auto; left: -107px; } .slick-arrow.prev-arrow.color-arrow { left: -95px; right: auto; } .slick-arrow.next-arrow.color-arrow { right: -95px; left: auto; } .mob-mb-15{ margin-bottom: 15px; } .mob-mt-15 { margin-top: 15px; } .mob-ml-15 { margin-left: 15px; } .mob-mr-15 { margin-right: 15px; } .mob-pt-30 { padding-top: 30px; } .main-services { padding-top: 70px; } .main-services-in { padding-top: 80px; padding-bottom: 50px; } .main-why-choose-in { padding-top: 274px; padding-bottom: 80px; } .partner-title { padding-top: 50px; } .partner-title:before { content: ""; width: 186px; } .partner-title:after { content: ""; width: 186px; } .partner-title-in:before { content: ""; width: 186px; } .partner-title-in:after { content: ""; width: 186px; } .partners-slider { padding-bottom: 78px; } .main-about { padding-top: 80px; padding-bottom: 80px; } .about-img-1 img { width: 100%; } .about-img-2 { display: none; } .main-simple-step { padding-top: 70px; padding-bottom: 194px; } .main-case-studies { padding-top: 244px; padding-bottom: 80px; margin-top: -170px; } .main-why-choose { padding-top: 70px; padding-bottom: 80px; } .main-testimonial { padding-top: 70px; padding-bottom: 124px; } .main-faq { padding-bottom: 60px; } .faq-flot .faq-img { width: 100vw; height: 620px; left: 85.2%; transform: translate(14.8%); } .faq-content { padding-top: 40px; padding-left: 0; } .accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .icon { width: 72px; } .main-team { padding-top: 70px; padding-bottom: 72px; } .main-newsletter { padding-top: 70px; } .newsletter-title { text-align: center; float: none; } .newsletter-form { text-align: center; float: none; padding-top: 43px; } .newsletter-form .sub-btn { top: 43px; right: 113px; } .main-blog { padding-top: 70px; } .blog-slider .slick-list { overflow: visible; } .blog-slider .slick-slide{ opacity: 0; pointer-events: none; transition: 0.3s; } .blog-slider .slick-slide.slick-active { opacity: 1; pointer-events: unset; transition: all ease-in-out 0.3s; } .main-blog { padding-top: 70px; padding-bottom: 80px; } .map-dax-no { display: none; } .map-mob-yes { display: inline-block; } .mob-map { width: 100%; height: 100%; } .main-get-touch { padding-top: 0; padding-bottom: 60px; } .form-input { width: 100%; } .get-touch-box { padding-top: 62px; } .main-footer { padding-top: 80px; } .our-links { padding: 0; } .copyright-bg { margin-top: 85px; } .main-service-detail { padding-top: 70px; padding-bottom: 80px; } .service-detail h2 { font-size: 35px; } .service-detail-box h2 { padding-top: 50px; font-size: 32px; } .main-case-studies-in { padding-top: 50px; padding-bottom: 80px; } .main-case-detail { padding-top: 80px; padding-bottom: 74px; } .case-detail-text-box h2 { font-size: 30px; line-height: 40px; } .main-case-studies-dp-in { padding-bottom: 80px; } .main-team-in { padding-top: 50px; padding-bottom: 74px; } .main-pricing-in { padding-top: 80px; padding-bottom: 50px; } .pricing-box { width: 370px; max-width: 100%; margin: 0 auto 30px auto; } .pricing-box h2 { font-size: 30px; line-height: 40px; } .blog-list-sidebar { margin-top: 80px; } .main-blog-list-in { padding-top: 80px; padding-bottom: 80px; } .main-blog-detail-in { padding-top: 75px; padding-bottom: 80px; } .main-comment { margin-top: 60px; } .main-leave-reply { margin-top: 70px; } .main-we-are-here-in { padding-top: 70px; padding-bottom: 50px; } .contact-help-box { width: 370px; max-width: 100%; margin: 0 auto 150px auto; margin-bottom: 30px; } .main-contact-touch-in { padding-bottom: 80px; } } @media screen and (max-width: 767px) { .h1-title { font-size: 50px; line-height: 60px; } .h2-title { font-size: 40px; line-height: 50px; } .mob-mt-0 { margin-top: 0; } .mob-mb-0 { margin-top: 0; } .mob-pt-40 { padding-top: 40px; } .mob-mt-30 { margin-top: 30px; } .mob-mb-50 { margin-bottom: 50px; } .banner-content p { padding: 0px 20px; } .partner-title:before { content: ""; width: 96px; } .partner-title:after { content: ""; width: 96px; } .partner-title-in:before { content: ""; width: 96px; } .partner-title-in:after { content: ""; width: 96px; } .newsletter-title h2 { font-size: 40px; line-height: 50px; } .newsletter-form .sub-btn { right: 23px; } .logo-content { margin-bottom: 30px; } .our-links { margin-bottom: 30px; } .latest-post { margin-top: 30px; } .latest-post-box { margin-top: 40px; } .main-footer .social-media-footer a:last-child { margin-left: 0; } .social-media-footer { float: left; margin-top: 20px; } .service-detail h2 { font-size: 32px; } .service-detail-box h2 { font-size: 30px; } .case-detail-text-box h2 { font-size: 32px; } .case-detail-info { margin-top: 30px; } .blog-social-content { display: block; } .blog-social-media { margin-top: 20px; } .blog-point-box { display: block; } .blog-point-box ul:last-child { margin-left: 0; padding-left: 0; } .blog-point-box ul li:last-child { margin-bottom: 25px; } .comment-box { display: block; } .comment-content { margin-left: 0; margin-top: 25px; width: 100%; } .blog-detail-info-img-box { display: block; } .blog-detail-info-img { margin-left: 0; margin-right: 0; } } @media screen and (max-width: 575px) { .container { padding-left: 30px; padding-right: 30px; } .slick-arrow.next-arrow { display: none; } .mob-mb-30 { margin-bottom: 30px; } .partner-title:before { content: ""; display: none; } .partner-title:after { content: ""; display: none; } .partner-title-in:before { content: ""; display: none; } .partner-title-in:after { content: ""; display: none; } .newsletter-form .sub-btn { position: relative; right: 0; top: 0; margin-top: 20px; } .newsletter-form input { width: 100%; padding: 10px 30px 10px 30px; font-size: 15px; color: #777777; } .faq-flot .faq-img { width: 100vw; left: 95%; transform: translate(5%); } } @media screen and (max-width: 375px) { .container { padding-left: 15px; padding-right: 15px; } .h2-title { font-size: 40px; line-height: 50px; } .h3-title { font-size: 20px; line-height: 30px; } .newsletter-title h2 { font-size: 40px; line-height: 50px; } .newsletter-form input { width: 100%; padding: 10px 30px 10px 30px; font-size: 15px; color: #777777; } .service-detail h2 { font-size: 30px; line-height: 40px; } .service-detail-box h2 { font-size: 28px; } .case-detail-text-box h2 { font-size: 30px; line-height: 40px; } .pricing-box h2 { font-size: 28px; line-height: 40px; } .blog-quote-box { display: block; } .blog-quote-box p { width: 100%; padding-left: 0; margin-top: 25px; } .contact-help-box { margin-left: 0; margin-right: 0; margin-bottom: 30px; } } /* ======== Template Name: Misaru - Finance Consulting HTML Template ===========*/ /* ========= --- CSS INDEX --- 1.Fonts CSS 2.Common CSS 3.Loader CSS 4.Header CSS 5.Banner CSS 6.Services CSS 7.Partner Logo CSS 8.About Us CSS 9.Counter CSS 10.Case Studies CSS 11.Play video CSS 12.Why Choose Us CSS 13.Testimonial CSS 14.FAQ CSS 15.Our Team CSS 16.Newsletter CSS 17.Blog CSS 18.Get In Touch CSS 19.About Us Page CSS (a)Partner Logo Css (b)Simple Steps CSS 20.Services Page CSS (a)Services Box CSS (b)Watch Us CSS 21.Services Detail Page CSS (a)Services Detail Content CSS 22.Case Studies Page CSS (a)Case Studies Box 23.Case Detail Page CSS (a)Case Detail img CSS (b)Similar Case CSS 24.Team Page CSS 25.Pricing Page CSS (a)Pricing Box CSS 26.Blog List Page CSS (a)Blog List CSS (b)Side Bar CSS 27.Blog Detail Page CSS (a)Blog Detail Content CSS (b)Comments CSS (c)Leave A Replay CSS 28.Contact Us Page CSS (a)We Are Here CSS (b)Contact Us Get In Touch CSS 29.Responsive CSS ============*/ /*==========Fonts CSS Start==========*/ @font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.eot?v=4.3.0'); src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; } /*==========Fonts CSS End==========*/ /*==========Common CSS Start==========*/ body { font-family: 'montserrat', sans-serif; overflow-x: hidden !important; font-size: 15px; line-height: 24px; color: #131730; } a, a:hover, a:focus { text-decoration: none; outline: none; } input, input:focus, input:hover, button, button:hover, button:focus { outline: none; } section { overflow: hidden; } img { width: auto; max-width: 100%; } p { font-family: 'Roboto', sans-serif; font-size: 15px; line-height: 24px; color: #777; font-weight: normal; margin-bottom: 12px; } .h1-title { font-family: 'montserrat', serif; font-size: 80px; color: #fff; line-height: 90px; font-weight: 800; } .h2-title { font-family: 'montserrat', serif; font-size: 65px; color: #131730; line-height: 70px; font-weight: 800; padding-bottom: 28px; } .h3-title { font-family: 'montserrat', serif; font-size: 25px; color: #131730; line-height: 35px; font-weight: 700; padding-top: 25px; } .container { z-index: 5; } .mr-15 { margin-right: 15px; } .ml-15 { margin-left: 15px; } .mb-20{ margin-bottom: 20px; } .mb-30 { margin-bottom: 30px; } .pl-0 { padding-left: 0 !important; } .sec-btn { height: 60px; display: inline-block; font-size: 15px; line-height: 24px; color: #fff !important; background-color: #e70e0e; border-radius: 10px; padding: 18px 32px; font-weight: 500; cursor: pointer; font-family: 'Roboto', sans-serif; border: none; text-transform: uppercase; transition: 0.3s; } .sec-btn:hover { background-color: #ca1818; box-shadow: 0 10px 30px 0 rgb(231,14,14,0.3); transition: 0.3s; } .link-btn { font-family: 'Roboto', sans-serif; font-size: 15px; color: #e70e0e; text-transform: uppercase; text-decoration: underline; font-weight: 500; transition: 0.3s; cursor: pointer; } .link-btn:hover { text-decoration: underline; color: #e70e0e; transition: 0.3s; cursor: pointer; } .sub-btn { height: 60px; display: inline-block; font-size: 15px; line-height: 24px; color: #fff !important; background-color: #131830; border-radius: 10px; padding: 18px 32px; font-weight: 500; cursor: pointer; font-family: 'Roboto', sans-serif; border: none; text-transform: uppercase; } .slick-arrow { width: 60px; height: 60px; background-color: rgb(255, 255, 255,0.10); position: absolute; top: 50%; left: 0; transform: translate(0, -50%); z-index: 1; transition: 0.3s; border: none; border-radius: 30px; } .slick-arrow:hover { background-color: rgba(255, 255, 255); transition: 0.3s; } .slick-arrow.next-arrow { left: auto; right: -216px; } .slick-arrow.prev-arrow { left: -216px; right: auto; } .slick-arrow i { font-size: 20px; color: #fff; transition: 0.3s; margin-top: 7px; } .slick-arrow:hover i { color: #131730; } .slick-arrow.next-arrow.color-arrow { left: auto; right: -94px; background-color: #131730; transition: all ease-in-out 0.3s; } .slick-arrow.next-arrow.color-arrow:hover { background-color: #e70e0e; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow { left: -94px; right: auto; background-color: #131730; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow:hover { background-color: #e70e0e; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow i { font-size: 20px; color: #fff; transition: 0.3s; margin-top: 7px; } .slick-arrow.next-arrow.color-arrow i { font-size: 20px; color: #fff; transition: 0.3s; margin-top: 7px; } .form-box { display: block; position: relative; font-size: 0; line-height: 1; margin-bottom: 20px; } .form-input { width: 90%; height: 60px; background: #ffffff; font-size: 15px; font-family: 'Roboto', sans-serif; line-height: 24px; color: #817572; border: none; outline: none; padding: 12px 30px; border: 1px solid #777777; box-shadow: none; } textarea.form-input { height: 80px; resize: none; padding: 18px 30px; margin-bottom: 0; } .form-input::placeholder { color: #777777; } .form-box label { padding-left: 25px; position: relative; margin-bottom: 0; color: #131830; } .toggle-button { position: fixed; top: 0; right: 0; width: 70px; height: 70px; background-color: #e70e0e; text-align: center; border: none; outline: none; display: none; z-index: 110; } .toggle-button span { width: 30px; height: 3px; background: #ffffff; display: block; margin: 0 auto 6px auto; position: relative; top: 0; opacity: 1; transition: 0.3s; } .toggle-button span:last-child { margin-bottom: 0; } .toggle-menu .toggle-button { background-color: #e70e0e; } .toggle-menu .toggle-button span { background-color: #ffffff; } .toggle-menu .toggle-button span:nth-child(1) { transform: rotate(45deg); position: relative; top: 9px; } .toggle-menu .toggle-button span:nth-child(2) { opacity: 0; } .toggle-menu .toggle-button span:nth-child(3) { transform: rotate(-45deg); position: relative; top: -9px; } .black-shadow { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: #000000; opacity: 0.5; z-index: 90; display: none; } .main-inner-banner { position: relative; padding: 263px 0 142px 0; } .main-inner-banner:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../images/overlay-5.png); background-size: cover; background-position: center bottom; background-repeat: no-repeat; z-index: 1; pointer-events: none; } .main-inner-banner:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(08, 11, 27,0.75); z-index: 0; } .back-img { background-size: cover; background-position: center; background-repeat: no-repeat; } .inner-page-banner-content { text-align: left; position: relative; z-index: 1; } .inner-page-banner-content h3 { color: #ffffff; } .breadcrumb-box { display: inline-block; background-color: #e70e0e; padding: 10px 30px; border-radius: 8px; margin-top: 15px; } .breadcrumb-box ul { margin: 0; padding: 0; text-decoration: none; list-style: none; display: flex; } .breadcrumb-box ul li { font-family: 'Roboto', sans-serif; font-size: 15px; color: #fff; margin-left: 10px; text-transform: uppercase; font-weight: 500; } .breadcrumb-box ul li:first-child { margin-left: 0; } .breadcrumb-box ul li a{ color: #fff } /*==========Common CSS End==========*/ /*==========Loader CSS Start==========*/ .loader-box { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: #131830; z-index: 999; } .infinity-loader { position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 130px; height: 70px; } .infinity-loader .bg div, .infinity-loader > .fg > div > div { width: 70px; height: 70px; border: 10px solid #090d20; box-sizing: border-box; border-radius: 50%; position: absolute; } .infinity-loader .right-bg { transform: translate(100%, 0); left: -10px; } .infinity-loader > .fg > div > div { border-color:#e70e0e transparent transparent; transform: rotate(135deg); animation: spin 1s linear infinite; position: static; } .infinity-loader > .fg > div { clip: rect(0, 70px, 35px, 0); position: absolute; } .infinity-loader > .fg > .bottom-right-rect { left: -10px; transform: translateX(100%) scale(1, -1); } .infinity-loader > .fg > .bottom-right-rect > div { animation-delay: 0.25s; } .infinity-loader > .fg > .top-right-rect { left: -10px; transform: translateX(100%) scale(-1, 1); } .infinity-loader > .fg > .top-right-rect > div { animation-delay: 0.5s; } .infinity-loader > .fg > .bottom-left-rect { transform: scale(-1); } .infinity-loader > .fg > .bottom-left-rect > div { animation-delay: 0.75s; } .infinity-loader > .fg { filter: drop-shadow(0 0 6px orangered); } @keyframes spin { 50%, 100% { transform: rotate(495deg); } } /*==========Loader CSS End==========*/ /*==========Header CSS Start==========*/ .site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; transition: 0.3s; } .header-top { width: 100%; height: 45px; background: rgb(255, 255, 255,0.10); display: flex; justify-content: center; align-items: center; transition: 0.3s; } .header-contact a { display: inline-block; color: #fff; margin-right: 32px; transition: 0.3s; } .header-contact a:last-child { margin-right: 0; } .header-contact a:hover { color: #e70e0e; } .header-contact a span { display: inline-block; margin-right: 10px; } .header-content { display: flex; text-align: end; justify-content: flex-end; } .header-content p { color: #fff; margin-bottom: 0; margin-right: 15px; } .hed-btn { width: 108px; height: 26px; background-color: #131730; border-radius: 30px; text-align: center; color: #fff; } .hed-btn:hover { color: #fff; } .Social-midea { text-align: end; } .Social-midea a{ color: #fff; margin-left: 12px; transition: 0.3s; } .Social-midea a:hover { color: #e70e0e; } .header-bottom { width: 100%; padding: 30px 0; transition: 0.3s; } .site-branding a { display: inline-block; position: relative; } .site-branding a img { width: 100%; } .header-menu { position: relative; text-align: right; } .main-navigation { display: inline-block; } .main-navigation ul { list-style: none; font-size: 0; line-height: 1; margin-bottom: 0; padding: 0; } .main-navigation ul li { font-size: 16px; line-height: 24px; display: inline-block; margin-left: 20px; padding-left: 1px; position: relative; } .main-navigation ul li a { font-size: 16px; line-height: 24px; color: #fff; font-weight: 500; transition: 0.3s; font-family: 'montserrat', serif; } .main-navigation ul li a:hover { color: #e70e0e; } .header-btn { display: inline-block; position: relative; vertical-align: middle; margin-left: 30px; text-transform: uppercase; } .main-navigation ul li.sub-items:hover>a, .main-navigation ul li a:hover, .main-navigation ul li.active>a { color: #e70e0e; } .main-navigation ul li.sub-items>a:before { content: "\f107"; position: absolute; top: 50%; right: 0; transform: translate(0,-50%); font-family: 'FontAwesome'; font-size: 16px; transition: 0.3s; } .site-header.sticky-header .main-navigation ul li a, .site-header.sticky-header .search-icon a, .site-header.sticky-header .main-navigation ul li.sub-items>a:before { color: #010f2e; } .main-navigation ul li.sub-items>a { padding-right: 15px; position: relative; } .main-navigation ul li.sub-items:hover>a:before, .main-navigation ul li a:hover:before { transform: translate(0,-50%) rotate(-180deg); transition: 0.3s; } .main-navigation ul li:first-child { margin-left: 0; padding: 0; } .main-navigation ul li ul.sub-menu { position: absolute; top: 100%; left: -13px; width: 150px; height: auto; background: #ffffff; border-radius: 4px; box-shadow: 1px 1px 60px rgba(0,0,0,0.1); display: none; transition: 0.3s; z-index: 150; } .main-navigation ul li:hover ul.sub-menu { display: block; animation: swip_up 0.3s linear 1; } @keyframes swip_up { from { transform: translate(0, 20px); opacity: 0; } to { transform: translate(0, 0); opacity: 1; } } .main-navigation ul li ul.sub-menu li { display: block; text-align: left; margin: 0; border-bottom: 1px solid #ebebeb; } .main-navigation ul li ul.sub-menu li:first-child { padding-left: 30px; } .main-navigation ul li ul.sub-menu li:last-child { border-bottom: none; } .main-navigation ul li ul.sub-menu li a { display: block; padding: 10px 7px; } .main-navigation ul li ul.sub-menu li a { display: block; color: #010f2e; padding: 5px 15px; transition: 0.3s; } .main-navigation ul li ul.sub-menu li a:hover { color: #e70e0e; transition: 0.3s; } .site-header.sticky-header .main-navigation ul li.sub-items:hover>a, .site-header.sticky-header .main-navigation ul li a:hover, .site-header.sticky-header .main-navigation ul li.active>a, .site-header.sticky-header .main-navigation ul li.sub-items:hover>a:before, .site-header.sticky-header .main-navigation ul li a:hover:before, .site-header.sticky-header .main-navigation ul li.active>a:before, .site-header.sticky-header .main-navigation ul li ul.sub-menu li a:hover { color: #e70e0e; } /*==Sticky Header Start==*/ .sticky-header .header-top { margin-top: -45px; transition: 0.3s; } .site-header.sticky-header { background-color: #fff; box-shadow: 6px 6px 60px 0px rgba(0,0,0,0.1); transition: 0.3s } .sticky-header .header-bottom { padding: 20px 0px; transition: 0.3s; } .sticky-header .main-navigation ul li a { color: #051136; transition: 0.3s; } .sticky-header .main-navigation ul li a:hover { color: #e70e0e; } .site-header.sticky-header .site-branding a img { opacity: 0; transition: 0.3s; } .site-branding a img.sticky-logo { position: absolute; top: 0; left: 0; width: 100%; opacity: 0; z-index: 1; } .site-header.sticky-header .site-branding a img.sticky-logo { opacity: 1; transition: 0.3s; } /*==Sticky Header End==*/ /*==========Header CSS End==========*/ /*==========Banner Start==========*/ .main-banner { position: relative; padding: 312px 0px 170px 0px; } .main-banner-slider { position: absolute; right: 0; top: 0; width: 100%; height: 100%; z-index: 0; } .main-banner-slider:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(08, 11, 27,0.75); z-index: 1; pointer-events: none; } .main-banner:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../images/overlay-1.png); background-size: cover; background-position: center bottom; background-repeat: no-repeat; z-index: 1; pointer-events: none; } .banner-slider { width: 100%; height: 100%; } .banner-slider .slick-list, .banner-slider .slick-track{ height: 100%; } .banner-box { width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; animation: zoom 8s linear infinite alternate; } @keyframes zoom { from { transform: scale(1); } to { transform: scale(1.08); } } .banner-content { text-align: center; } .banner-content.slick-slide { outline: none; } .banner-subtitle { position: relative; font-family: 'montserrat', sans-serif; font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 27px; padding-top: 18px; text-align: center; text-transform: uppercase; } .banner-small-title { position: relative; } .banner-content p { color:rgb(255, 255, 255,0.60); font-size: 18px; line-height: 28px; margin-top: 15px; text-align: center; font-family: 'Roboto', sans-serif; font-weight: 400; padding: 0 160px; } .banner-content img { position: absolute; left: 50%; top: 70%; transform: translate(-50%,-50%); } .banner-content a { margin-top: 20px; } .banner-content h1 { text-align: center; } /*==========Banner End==========*/ /*==========Services Start==========*/ .main-services { background-color: #131830; padding:120px 0px; } .main-services h2 { color: #fff; text-align: center; } .main-service-box { background-color: #0d1128; border: solid 1px #0d1128; border-radius: 8px; text-align: left; padding: 30px 30px 40px 30px; transition: ease-in-out 0.3s; } .main-service-box:hover { border: solid 1px #e70e0e; box-shadow: 10px 26px 59px 0px rgba(0,0,0,0.51); transition: ease-in-out 0.3s; } .service-icon { width: 80px; height: 80px; border-radius: 50px; display: flex; align-items: center; justify-content: center; border: solid 2px #e70e0e; } .main-services h3 { color: #fff; } .main-services p { color: #8288a3; padding-top: 10px; padding-bottom: 20px; } .main-service-box a { padding: 15px 21px; border-radius: 50px; background-color: #e70e0e; text-align: center; color: #fff; } /*==========Services End==========*/ /*==========Partner Logo Start==========*/ .partner-title h3 { color: #fff; text-align: center; font-weight: 600; } .partner-title { position: relative; padding-top: 100px; } .partner-title:before { content: ""; position: absolute; width: 455px; height: 1px; background-color: #34384b; left: 0; bottom: 17px; } .partner-title:after { content: ""; position: absolute; width: 455px; height: 1px; background-color: #34384b; right: 0; bottom: 17px; } .partners-slider { padding-top: 35px; padding-bottom: 120px; } .partners-box { opacity: 0.3; display: flex; align-items: center; justify-content: center; transition: all ease-in-out 0.3s; } .partners-box:hover { opacity: 1; cursor: pointer; transition: all ease-in-out 0.3s; } /*==========Partner Logo End==========*/ /*==========About Us Start==========*/ .main-about { padding-top: 160px; padding-bottom: 120px; } .about-img { position: relative; } .about-img-1 img { max-width: 100%; } .about-img-2 img { max-width: 100%; } .about-img .about-img-2 { position: absolute; top: -40px; right: 0; } /*.main-about-pointbox {*/ /* display: flex;*/ /* align-items: center;*/ /* justify-content: center;*/ /*}*/ .about-point-box { border: solid 1px #e1e1e1; padding: 20px; display: flex; align-items: center; justify-content: center; } .about-point-content { padding-left: 10px; } .about-point-content p { font-family: 'Montserrat', sans-serif; font-weight: 700; color: #131830; margin-bottom: 0; } .about-content { margin-top: 25px; } .about-content a { margin-top: 20px; } /*==========About Us End==========*/ /*==========Counter Start==========*/ .main-counter { overflow: visible; } .counter-bg { position: relative; background-color: #fff; padding: 70px; box-shadow: 10px 10px 61px 0px rgba(0,0,0,0.09); } .counter-bg:before { content: ""; position: absolute; width: 80px; height: 80px; background-color: #e70e0e; border-radius: 0px 80px 0px 0px; left: 0; bottom: 0; } .counter-bg:after { content: ""; position: absolute; width: 80px; height: 80px; background-color: #e70e0e; border-radius: 0px 0px 0px 80px; right: 0; top: 0; } .counter-box { display: flex; justify-content: center; align-items: center; } .counter-text { text-align: left; margin-left: 15px; } .counter-text h2 { font-weight: 700; font-size: 50px; padding-bottom: 0px; line-height: 50px; } .counter-text p { margin-bottom: 0; } /*==========Counter End==========*/ /*==========Case Studies Start==========*/ .main-case-studies { background-color: #f3f4f8; padding-top: 210px; padding-bottom: 120px; margin-top: -100px; } .main-case-studies h2 { text-align: center; } .cases-one { position: relative; display: block; padding: 180px 0 90px; margin-top: -60px; } .cases-one--one-page { margin-top: 0; padding-top: 120px; background-color: transparent; } .main-case-box { position: relative; display: block; } .case-box { position: relative; display: block; overflow: hidden; } .case-img { position: relative; display: block; overflow: hidden; background-color: #131830; } .case-img>img { width: 100%; transform: scale(1); opacity: 0.5; transition: all 0.3s ease; } .main-case-box:hover .case-img>img { transform: scale(1.05); opacity: 1; } .case-content { padding: 30px 30px 30px; background-color: transparent; position: absolute; bottom: 0; left: 0; right: 100px; z-index: 1; } .case-content:before { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: #e70e0e; z-index: -1; transform: translateY(100%); transition: all 0.3s ease; } .main-case-box:hover .case-content:before { transform: translateY(0); } .case-icon img { display: block; transform: scale(1); transform-origin: left center; transition: transform 0.3s ease; } .main-case-box:hover .case-icon img { transform: scale(.85); } .case-title { font-size: 35px; color: #fff; line-height: 45px; } .case-title a { color: #fff; transition: all 500ms ease; background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87% / 0px 2px no-repeat; } .case-title a:hover { color: #fff; background-size: 100% 2px; } /*==========Case Studies End==========*/ /*==========Play Video Start==========*/ .main-video { position: relative; display: block; padding-top: 80px; padding-bottom: 160px; background-color: #080b1b; } .main-video:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../images/overlay-2.png); background-size: cover; background-position: center bottom; background-repeat: no-repeat; z-index: 1; pointer-events: none; } .video-bg-img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-repeat: no-repeat; background-size: cover; opacity: 0.25; } .video-content { position: relative; display: block; text-align: center; } .video-content h2 { color: #fff; padding-bottom: 46px; } .play-btn { text-align: center; margin-top: 68px; } .video-play-icon { position: absolute; transform: translate(-50%,-50%); width: 80px; height: 80px; background-color: #e70e0e; background-size: 200% 100%; background-position: left center; border-radius: 50%; display: inline-flex; justify-content: center; align-items: center; font-size: 20px; color: #ffffff; padding-left: 5px; transition: 0.3s; z-index: 1; } .video-play-icon:hover { color: #ffffff; background-position: right center; } .video-play-icon:before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; background: transparent; border-radius: 50%; pointer-events: none; animation: waveBtn 2.5s infinite; z-index: -1; } @keyframes waveBtn { 0% { box-shadow: 0 0 0 0 rgba(231,14,14,1) } 50% { box-shadow: 0 0 0 40px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } } .video-play-icon:after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 142px; height: 142px; background: transparent; border: 2px solid #fff; border-radius: 50%; opacity: 0.5; pointer-events: none; z-index: -1; } /*==========Play Video End==========*/ /*==========Why Choose Us Start==========*/ .main-why-choose { background-color: #f3f4f8; padding-top: 110px; padding-bottom: 110px; } .main-why-choose h2 { padding-bottom: 24px; } .why-tabs { width: 100%; border-bottom: solid 2px #e70e0e; display: flex; } .why-tabs .nav-item { flex-basis: 33.3333%; } .why-tabs .nav-item .nav-link.active { color: #fff; background: #e70e0e; } .why-tabs .nav-item .nav-link { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 500; text-transform: uppercase; display: inline-block; color: #131830; border: none; outline: none; background: transparent; cursor: pointer; display: block; width: 100%; text-align: center; padding: 17px 10px 13px 10px; } .why-tab-wrapper { justify-content: center; align-items: center; display: flex; } .why-tab-img { float: left; } .why-tab-list ul { margin-bottom: 0; } .why-tab-list ul li { font-family: 'Roboto', sans-serif; list-style: none; font-size: 15px; font-weight: 400; color: #777; margin-bottom: 15px; display: flex; align-items: center; } .why-tab-list ul li p { display: contents; } .why-tab-list ul li:last-child { margin-bottom: 0; } .why-tab-list ul li img { width: 19px; height: 13px; margin-right: 20px; } /*==========Why Choose Us End==========*/ /*==========Testimonial Start==========*/ .main-testimonial { position: relative; padding-top: 115px; padding-bottom: 165px; } .main-testimonial:before { content: ""; position: absolute; width: 100%; height: 100%; background-image: url(../images/dote-map.png); background-repeat: no-repeat; left: 65%; top: 50%; transform: translate(-50%, -50%); } .main-testimonial h2 { position: relative; text-align: center; } .main-testimonial-box { position: relative; background-color: #fff; padding: 40px 40px 60px 40px; text-align: left; box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.11); } .main-testimonial-box:before { content: ""; position: absolute; width: 91px; height: 71px; background-image: url(../images/quote.png); bottom: 8px; right: 30px; } .main-testimonial-box p { margin-bottom: 0; } .main-testimonial-box h3 { font-size: 20px; padding-top: 20px; margin-bottom: 0; } .main-testimonial-box span { font-family: 'Roboto', sans-serif; font-size: 15px; color: #e70e0e; text-transform: uppercase; } .clinet-img { margin-top: 25px; position: absolute; } .main-testimonial-slider .slick-list { overflow: visible; } .main-testimonial-slider .slick-slide{ opacity: 0; pointer-events: none; transition: 0.3s; } .main-testimonial-slider .slick-slide.slick-active { opacity: 1; pointer-events: unset; transition: all ease-in-out 0.3s; } /*==========Testimonial End==========*/ /*==========FAQ Start==========*/ .main-faq { background-color: #131830; } .faq-img { background-position: center; background-repeat: no-repeat; background-size: cover; width: 50vw; height: 838px; float: right; } .faq-content { padding-top: 10px; padding-left: 40px; } .faq-content h2 { color: #fff; text-align: left; } .accordion-item.faq-bg { background-color:#fff; border: none; margin-bottom: 20px; border-radius: 0; } .accordion-item.faq-bg:first-of-type { border-top-left-radius: 0; border-top-right-radius: 0; } .accordion-item:last-of-type .accordion-button.collapsed { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .accordion-button.faq-btn { font-family: 'Montserrat', sans-serif; padding: 20px 20px 20px 20px; font-size: 18px; font-weight: 700; } .accordion-button.faq-btn:not(.collapsed) { color: #131830; background-color: #fff; box-shadow: none ; } .accordion-button:not(.collapsed) { box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.1); } .accordion-button.faq-btn:focus { z-index: 3; border-color: #fff; outline: 0; box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.1); } .accordion-button.faq-btn:after { display: none; } .accordion-header.h3-title { padding-top: 0; } .accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .icon { position: absolute; color: #fff; top: 0; right: 0; width: 75px; height: 100%; background: #e70e0e; display: flex; justify-content: center; align-items: center; font-size: 25px; } .accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title>span { position: relative; z-index: 1; } .accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .accordion-button.faq-btn.collapsed .icon i { position: relative; color: #fff; transform: rotate(0deg); transition: 0.3s; z-index: 1; } .accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .icon i { position: relative; color: #fff; transform: rotate(-90deg); transition: 0.3s; z-index: 1; } /*==========FAQ End==========*/ /*==========Our Team Start==========*/ .main-team { padding-top: 108px; padding-bottom: 120px; text-align: center; } .team-box { position: relative; } .team-img { position: relative; display: block; overflow: hidden; } .team-img>img { width: 100%; transform: scale(1); transition: all 0.3s ease; } .team-box:hover .team-img>img { transform: scale(1.05); transition: all 0.3s ease; } .team-content h3 { margin-bottom: 0; } .team-content span { font-family: 'Roboto', sans-serif; font-size: 15px; color: #e70e0e; } .main-team-social { display: none; right: 50%; margin-top: -25px; position: absolute; transition: all ease-in-out 0.3s; } .team-box:hover .main-team-social { display: block; transition: all ease-in-out 0.3s; } .team-social { transform: translate(50%); width: 210px; background-color: #131830; padding: 10px; display: flex; align-items: center; justify-content: center; box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.2); transition: all 0.4s ease; } .team-social i { font-size: 15px; color: #fff; margin: 0 10px; transition: all 0.4s ease; } .team-social i:hover { color: #e70e0e; transition: all 0.4s ease; } .main-team-slider .slick-list { overflow: visible; } .main-team-slider .slick-slide{ opacity: 0; pointer-events: none; transition: 0.3s; } .main-team-slider .slick-slide.slick-active { opacity: 1; pointer-events: unset; transition: all ease-in-out 0.3s; } /*==========Our Team End==========*/ /*==========Newsletter Start==========*/ .main-newsletter { position: relative; background-color: #e70e0e; padding-top: 80px; padding-bottom: 80px; } .main-newsletter:before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; background-image: url(../images/overlay-3.png); background-size: cover; background-position: center; background-repeat: no-repeat; } .newsletter-title { float: left; } .newsletter-title h2 { color: #fff; font-size: 50px; padding-bottom: 0; line-height: 65px; } .newsletter-title span { font-family: 'Roboto', sans-serif; color: #fff; font-size: 15px; } .newsletter-form { position: relative; float: right; } .newsletter-form input { position: relative; font-family: 'Roboto', sans-serif; width: 470px; height: 60px; background: #ffffff; border-radius: 10px; border: none; outline: none; padding: 10px 190px 10px 30px; font-size: 15px; color: #777777; } .newsletter-form .sub-btn { position: absolute; top: 0; right: 0; } /*==========Newsletter End==========*/ /*==========Blog Start==========*/ .main-blog { padding-top: 120px; padding-bottom: 120px; } .main-blog h2 { text-align: center; } .blog-box { background-color: #fff; box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.12); transition: 0.3s; } .blog-box:hover { box-shadow: -8px 36px 60px 10px rgba(0,0,0,0.18); transition: 0.3s; } .blog-img { position: relative; display: block; overflow: hidden; } .blog-img>img { width: 100%; transform: scale(1); transition: all 0.3s ease; } .blog-box:hover .blog-img>img { transform: scale(1.05); transition: all 0.3s ease; } .blog-date { position: absolute; bottom: 0; right: 0; z-index: 1; } .blog-date a { font-family: 'Roboto', sans-serif; font-size: 15px; text-transform: uppercase; font-weight: 500; display: inline-block; padding: 15px 20px; height: 54px; background-color: #e70e0e; background-size: 200% 100%; background-position: left center; color: #ffffff; } .blog-content { padding: 30px; } .blog-content h3 { padding-top: 0; padding-bottom: 15px; } /*==========Blog End==========*/ /*==========Get In Touch Start==========*/ .main-get-touch { background-color: #f3f4f8; } .main-get-touch .map-area { width: 50vw; height: 100%; } .map-dax-yes { display: block; } .map-mob-no { display: none; } /*==========Get In Touch End==========*/ /*==========Footer Start==========*/ .main-footer { position: relative; background-color: #131830; padding-top: 120px; padding-bottom: 20px; } .main-footer:before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; background-image: url(../images/overlay-4.png); background-size: cover; background-position: center; background-repeat: no-repeat; } .logo-content { text-align: left; } .logo-content p { color: #a6adcb; margin-bottom: 0; margin-top: 30px; } .our-links { position: relative; padding: 0 93px; } .our-links h3 { position: relative; color: #ffffff; padding-top: 0; } .our-links h3:before { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .our-links h3:after { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: -5px; left: 10px; } .links-text ul { list-style: none; padding-left: 0; margin-bottom: 0; margin-top: 30px; } .links-text ul li a { font-family: 'Roboto', sans-serif; font-size: 15px; color: #a6adcb; transition: 0.3s; } .links-text ul li a:hover { color: #e70e0e; padding-left: 10px; transition: 0.3s; } .links-text ul li { margin-bottom: 10px; } .contact-us { padding-left: 22px; } .contact-us h3 { position: relative; color: #ffffff; padding-top: 0; } .contact-us h3:before { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .contact-us h3:after { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: -5px; left: 10px; } .contact-us-content { margin-top: 30px; } .contact-icon { width: 40px; height: 40px; background-color: #e70e0e; border-radius: 8px; display: flex; align-items: center; justify-content: center; } .contact-text { display: flex; align-items: center; } .contact-text p { color: #a6adcb; margin-bottom: 0; margin-left: 20px; } .latest-post h3 { position: relative; color: #ffffff; padding-top: 0; } .latest-post h3:before { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .latest-post h3:after { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: -5px; left: 10px; } .latest-post-box { margin-top: 30px; } .latest-post-content { display: flex; align-items: center; } .latest-post-img { position: absolute; display: block; overflow: hidden; } .latest-post-content:hover .latest-post-img>img { transform: scale(1.05); transition: all 0.3s ease; } .latest-post-text { margin-left: 100px; } .latest-post-text p { position: relative; color: #a6adcb; margin-bottom: 0; } .latest-post-text span { font-family: 'Roboto', sans-serif; color: #e70e0e; font-size: 15px; } .copyright-bg { background-color: #04081d; margin-top: 120px; padding-top: 20px; padding-bottom: 20px; padding-left: 5px; padding-right: 5px; align-items: center; } .copyright-content { float: left; } .copyright-content p { margin-bottom: 0; color: #ffffff; } .copyright-content p a { color: #e70e0e; cursor: pointer; } .social-media-footer a { float: right; font-size: 15px; line-height: 24px; color: #ffffff; display: inline-flex; justify-content: center; align-items: center; width: 35px; height: 35px; background: rgba(255,255,255,0.3); border-radius: 50%; margin-left: 18px; transition: 0.3s; cursor: pointer; } .social-media-footer a:hover { background-color: #e70e0e; } /*==========Footer End==========*/ /*==========About Us Page Start==========*/ /*===Partner Logo Start===*/ .partner-title-in h3 { color: #131830; text-align: center; font-weight: 600; padding-top: 0; } .partner-title-in { position: relative; } .partner-title-in:before { content: ""; position: absolute; width: 455px; height: 1px; background-color: #34384b; left: 0; bottom: 17px; } .partner-title-in:after { content: ""; position: absolute; width: 455px; height: 1px; background-color: #34384b; right: 0; bottom: 17px; } /*===Partner Logo End===*/ /*===Simple Steps Start===*/ .main-simple-step { background-color: #f3f4f8; padding-top: 120px; padding-bottom: 250px; margin-bottom: -130px; text-align: center; } .simple-step-box { text-align: center; padding: 0 40px; } .step-icon img { width: 350px; display: inline-block; } .step-content h3 { padding-top: 5px; } .step-content P { margin-top: 10px; margin-bottom: 20px; } .step-num { display: inline-block; width: 60px; border-radius: 210px; padding-top: 8px; height: 60px; background-color: #e70e0e; transition: 0.3s; } .step-num h3 { color: #ffffff; } .simple-step-box:hover .step-num { background-color: #ca1818; box-shadow: 0 10px 30px 0 rgb(231,14,14,0.3); transition: 0.3s; } /*===Simple Steps End===*/ /*==========About Us Page End==========*/ /*==========Services Page Start==========*/ /*===Services Box Start===*/ .main-services-in { padding-top: 120px; padding-bottom: 90px; } .main-services-in h3 { color: #fff; } .main-services-in p { color: #8288a3; padding-top: 10px; padding-bottom: 20px; } .main-services-in .main-service-box { margin-bottom: 30px; } /*===Services Box End===*/ /*===Watch Us Start===*/ .main-watch-us { position: relative; overflow: visible; } .watch-video-box { width: 100%; height: 445px; position: relative; border-radius: 0px; box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.12); } .watch-video-img { justify-content: center; display: flex; width: 100%; height: 100%; border-radius: 10px; position: relative; z-index: 0; align-items: center; } .img_hover { position: relative; overflow: hidden; } .img_hover:before { content: ""; position: absolute; top: 50%; left: 50%; display: block; width: 0; height: 0; background: rgba(255, 255, 255, 0.2); border-radius: 100%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0; z-index: 2; } .img_hover:hover:before { -webkit-animation: img_hover 0.75s; animation: img_hover 0.75s; } @-webkit-keyframes img_hover { 0% { opacity: 1; } 40% { opacity: 1; } 100% { width: 200%; height: 200%; opacity: 0; } } @keyframes img_hover { 0% { opacity: 1; } 40% { opacity: 1; } 100% { width: 200%; height: 200%; opacity: 0; } } /*===Watch Us End===*/ /*===Why choose Us Start===*/ .main-why-choose-in { background-color: #f3f4f8; padding-top: 310px; padding-bottom: 110px; margin-top: -200px; } .main-why-choose-in h2 { padding-bottom: 24px; } /*===Why choose Us End===*/ /*==========Services Page End==========*/ /*==========Service Detail Page Start==========*/ /*===Service detail Content Start===*/ .main-service-detail { padding-top: 120px; padding-bottom: 100px; } .service-detail h2 { font-size: 50px; padding-bottom: 14px; } .service-detail img { margin-top: 30px; margin-bottom: 14px; } .service-detail-box h2 { font-size: 45px; font-weight: 700; padding-bottom: 0; position: relative; } .service-detail-box h2:before { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .service-detail-box h2:after { content: ""; position: absolute; width: 70px; height: 1px; background-color: #e70e0e; bottom: -5px; left: 10px; } .service-detail-box-list { padding-top: 30px; } .service-list-box { width: 100%; border: solid 2px #e1e1e1; border-radius: 10px; padding: 20px; /*margin-bottom: 20px;*/ transition: 0.3s; } .service-list-box.active { background-color: #e70e0e; border: solid 2px #e70e0e; box-shadow: 10px 10px 60px 0px rgba(231,14,14,0.3); } .service-list-box:hover { background-color: #e70e0e; border: solid 2px #e70e0e; box-shadow: 10px 10px 60px 0px rgba(231,14,14,0.3); transition: 0.3s; } .service-list-box ul li{ font-family: 'Montserrat', sans-serif; font-weight: 500; color: #777777; font-size: 18px; text-decoration: none; list-style: none; margin-left: 10px; transition: 0.3s; } .service-list-box.active ul li { color: #ffffff; } .service-list-box:hover.service-list-box ul li { color: #ffffff; transition: 0.3s; } .service-list-box ul li:first-child { margin-left: 0; } .service-list-box ul { display: flex; align-items: center; margin-bottom: 0; padding-left: 0; text-align: left; } .service-detail-contact { background-color: #f3f4f8; padding: 40px; text-align: center; margin-top: 50px; } .service-detail-contact h3 { position: relative; padding-bottom: 15px; margin-bottom: 30px; } .service-detail-contact h3:before { content: ""; position: absolute; width: 30px; height: 6px; background-color: #e70e0e; border-radius: 10px; left: 50%; bottom: 0; transform: translate(-50%); } .service-detail-contact a { font-family: 'Montserrat', sans-serif; color: #e70e0e; font-size: 25px; font-weight: 700; transition: 0.3s; } .service-detail-contact a:hover { color: #ca1818; transition: 0.3s; } /*===Service detail Content End===*/ /*==========Service Detail Page End==========*/ /*==========Case Studies Page Start==========*/ /*===Case Studies Box Start===*/ .main-case-studies-in { padding-top: 90px; padding-bottom: 120px; } .main-case-studies-in .case-box { margin-top: 30px; } /*===Case Studies Box End===*/ /*==========Case Studies Page End==========*/ /*==========Case Detail Page Start==========*/ /*===Case Detail Info Start===*/ .main-case-detail { padding-top: 120px; padding-bottom: 116px; } .case-detail-text-box { text-align: left; padding-top: 50px; } .case-detail-text-box h2 { font-size: 50px; padding-top: 20px; padding-bottom: 0; } .case-detail-info { text-align: left; background-color: #f3f4f8; padding: 40px 40px 11px 40px; margin-top: 50px; } .case-detail-info h3 { padding-top: 0; } .case-detail-info p { font-size: 18px; font-weight: 500; margin-bottom: 30px; } /*===Case Detail Info End===*/ /*===Similar Case Start===*/ .main-case-studies-dp-in { padding-bottom: 120px; } .main-case-studies-dp-in h2 { text-align: center; } /*===Similar Case End===*/ /*==========Case Detail Page End==========*/ /*==========Team Page Start==========*/ .main-team-in { padding-top: 88px; padding-bottom: 120px; } .main-team-in .team-box { margin-top: 30px; text-align: center; } /*==========Team Page End==========*/ /*==========Pricing Page Start==========*/ /*===Pricing Box Start===*/ .main-pricing-in { padding-top: 120px; padding-bottom: 120px; } .pricing-box { background-color: #ffffff; border-radius: 10px; padding: 40px; text-align: center; box-shadow: 10px 10px 60px 0px rgba(0,0,0,0.11); transition: 0.3s; } .pricing-box h2 { font-size: 45px; color: #e70e0e; font-weight: 700; padding-bottom: 0; line-height: 55px; transition: 0.3s; transition: 0.3s; } .pricing-box h3 { padding-top: 0; transition: 0.3s; } .pricing-box h2 span { font-size: 15px; color: #777777; font-weight: 500; transition: 0.3s; } .pricing-box p { transition: 0.3s; } .price-line { width: 90%; height: 1px; background-color: #e1e1e1; display: inline-block; } .pricing-box ul { list-style: none; text-decoration: none; padding-left: 0; margin-bottom: 0; margin-top: 20px; } .pricing-box ul li { font-family: 'Roboto', sans-serif; font-size: 15px; color: #777777; margin-bottom: 20px; transition: 0.3s; } .pricing-box ul li:last-child { margin-bottom: 0; } .pricing-box a{ margin-top: 25px; } .pricing-box:hover { background-color: #e70e0e; box-shadow: 10px 10px 60px 0px rgba(231,14,14,0.3); transition: 0.3s; } .pricing-box:hover .sec-btn { background-color: #131830; color: #fff; box-shadow: 0 10px 30px 0 rgb(0,0,0,0.3); transition: 0.3s; } .pricing-box:hover.pricing-box ul li { color: #fff; transition: 0.3s; } .pricing-box:hover.pricing-box h2 { color: #ffffff; transition: 0.3s; } .pricing-box:hover.pricing-box h3 { color: #ffffff; transition: 0.3s; } .pricing-box:hover.pricing-box span { color: #ffffff; transition: 0.3s; } .pricing-box:hover.pricing-box p { color: #ffffff; transition: 0.3s; } /*===Pricing Box End===*/ /*==========Pricing Page End==========*/ /*==========Blog List Page Start==========*/ /*===Blog List Start===*/ .main-blog-list-in { padding-top: 120px; padding-bottom: 120px; } .blog-list-box { padding-bottom: 70px; } .blog-list-img { position: relative; display: block; overflow: hidden; } .blog-list-img>img { /*width: 100%;*/ transform: scale(1); transition: all 0.3s ease; } .blog-list-box:hover .blog-list-img>img { transform: scale(1.05); transition: all 0.3s ease; } .blog-list-text p { margin-bottom: 25px; } .blog-play-btn { transform: translate(50%); align-items: center; top: 50%; left: 50%; text-align: center; position: absolute; } .slick-arrow.next-arrow.color-arrow-blog { left: auto; right: 22px; background-color: #131730; transition: all ease-in-out 0.3s; } .slick-arrow.next-arrow.color-arrow-blog:hover { background-color: #e70e0e; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow-blog { left: 22px; right: auto; background-color: #131730; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow-blog:hover { background-color: #e70e0e; transition: all ease-in-out 0.3s; } .slick-arrow.prev-arrow.color-arrow-blog i { font-size: 20px; color: #fff; transition: 0.3s; margin-top: 7px; } .slick-arrow.next-arrow.color-arrow-blog i { font-size: 20px; color: #fff; transition: 0.3s; margin-top: 7px; } .blog-pagination { display: block; text-align: center; } .pagination-arrow { color: #e70e0e; font-size: 35px; display: inline-block; margin: 0 18px; vertical-align: middle; transition: 0.3s; } .pagination-arrow:hover { color: #131830; transition: 0.3s; } .blog-pagination ul { margin: 0; padding: 0; list-style: none; display: inline-block; vertical-align: middle; font-size: 0; } .blog-pagination ul li { font-family: 'Montserrat', sans-serif; display: inline-flex; justify-content: center; align-items: center; width: 60px; height: 60px; background-color: #ebebeb; border-radius: 50px; color: #777777; font-size: 18px; margin: 0 7px; cursor: pointer; transition: 0.3s; } .blog-pagination ul li:hover { background-color: #e70e0e; color: #ffffff; transition: 0.3s; } .blog-pagination ul li.active, .blog-pagination ul li.active:hover { background: #e70e0e; color: #ffffff; cursor: default; } /*===Blog List End===*/ /*===Side bar Start===*/ .blog-search-from input { width: 100%; height: 60px; border: none; outline: none; background: #ffffff; border-radius: 10px; box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.11); color: #777777; font-size: 16px; padding: 10px 60px 10px 30px; } .blog-search-from .sec-btn { width: 80px; height: 60px; padding: 0; position: absolute; border-radius: 0px 10px 10px 0px; right: 0; } .blog-search-from .form-box { margin-bottom: 0; } .blog-search-from .sec-btn:hover { background-color: #131830; box-shadow: none; transition: 0.3s; } .blog-search-from .sec-btn span i { margin: 0; font-size: 20px; } .category-box { background-color: #ffffff; box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.11); padding: 30px; text-align: left; border-top: 5px solid #e70e0e; } .category-box h2 { font-size: 35px; line-height: 45px; position: relative; padding-bottom: 15px; } .category-box h2:before { content: ""; position: absolute; width: 290px; height: 1px; background-color: #e1e1e1; bottom: 0; left: 0; } .category-box h2:after { content: ""; position: absolute; width: 98px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .category-box ul { margin-top: 16px; padding-left: 0; margin-bottom: 0; } .category-box ul li { text-decoration: none; list-style: none; margin-bottom: 12px; } .category-box ul li:last-child { margin-bottom: 0; } .category-box ul li a { color: #777777; transition: 0.3s; } .category-box ul li a:hover { color: #131830; transition: 0.3s; } .category-box ul li a i { font-size: 18px; color: #e70e0e; margin-right: 10px; } .recent-post-box { background-color: #ffffff; box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.11); padding: 30px; text-align: left; border-top: 5px solid #e70e0e; margin-top: 50px; } .recent-post-box h2 { font-size: 35px; line-height: 45px; position: relative; padding-bottom: 15px; } .recent-post-box h2:before { content: ""; position: absolute; width: 290px; height: 1px; background-color: #e1e1e1; bottom: 0; left: 0; } .recent-post-box h2:after { content: ""; position: absolute; width: 98px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .recent-post-list { margin-top: 22px; } .recent-post-list-box { display: flex; align-items: center; margin-bottom: 15px; } .recent-post-img { position: relative; display: block; overflow: hidden; } .recent-post-img>img { width: 100%; transform: scale(1); transition: all 0.3s ease; } .recent-post-list-box:hover .recent-post-img>img { width: 100%; transform: scale(1.05); transition: all 0.3s ease; } .recent-post-text { padding-left: 20px; } .recent-post-text p { transition: 0.3s; } .recent-post-list-box:hover .recent-post-text p { color: #131830; transition: 0.3s; } .recent-post-text span { font-family: 'Roboto', sans-serif; font-size: 15px; color: #e70e0e; } .tag-box { background-color: #ffffff; box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.11); padding: 30px; text-align: left; border-top: 5px solid #e70e0e; margin-top: 50px; } .tag-box h2 { font-size: 35px; line-height: 45px; position: relative; padding-bottom: 15px; } .tag-box h2:before { content: ""; position: absolute; width: 290px; height: 1px; background-color: #e1e1e1; bottom: 0; left: 0; } .tag-box h2:after { content: ""; position: absolute; width: 98px; height: 1px; background-color: #e70e0e; bottom: 0; left: 0; } .tag-list-box { margin-top: 25px; } .tag-list-box ul { padding-left: 0; margin-bottom: 0; text-decoration: none; list-style: none; } .tag-list-box ul li { display: inline-block; } .tag-list-box ul li a { display: inline-block; font-family: 'Roboto', sans-serif; font-size: 15px; text-align: center; color: #777777; border: solid 1px #777777; border-radius: 10px; padding: 10px 20px; transition: 0.3s; margin-bottom: 15px; margin-right: 10px; } .tag-list-box ul li a:hover { border: solid 1px #e70e0e; background-color: #e70e0e; color: #ffffff; box-shadow: 0 10px 30px 0 rgb(231,14,14,0.3); } /*===Side Bar End===*/ /*==========Blog List Page End==========*/ /*==========Blog Detail Page Start==========*/ /*===Blog Detail Content Start===*/ .main-blog-detail-in { padding-bottom: 120px; } .blog-social-content { margin-top: 15px; display: flex; align-items: center; justify-content: space-between; } .blog-acl { display: flex; align-items: center; } .blog-social-content ul { padding-left: 0; margin-bottom: 0; display: flex; } .blog-social-content ul li { text-decoration: none; list-style: none; margin-right: 20px; } .blog-social-content ul li img { margin-right: 10px; } .blog-social-content ul li a img:first-child { margin-left: 0; } .blog-social-content ul li span { font-family: 'Roboto', sans-serif; font-size: 15px; color: #777777; transition: 0.3s; } .blog-social-content ul li span:hover { color: #131830; transition: 0.3s; } .blog-social-media a i { color: #131830; font-size: 18px; margin-left: 10px; transition: 0.3s; } .blog-social-media a i:hover { color: #e70e0e; transition: 0.3s; } .blog-detail-img { position: relative; display: block; overflow: hidden; margin-top: 44px; margin-bottom: 45px; } .blog-detail-img>img { width: 100%; transform: scale(1); transition: all 0.3s ease; } .blog-detail-img>img:hover { transform: scale(1.05); transition: all 0.3s ease; } .blog-quote-box { background-color: #f3f4f8; border-left: solid 1px #e70e0e; padding: 30px; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; } .blog-quote-img img { width: 54px; height: 46px; } .blog-quote-box p { width: calc(100% - 54px); font-family: 'Montserrat', sans-serif; font-size: 18px; line-height: 28px; font-weight: 700; color: #131830; text-align: left; margin-bottom: 0; padding-left: 30px; } .blog-point-box { display: flex; align-items: center; margin-top: 20px; } .blog-point-box ul { margin-left: 50px; } .blog-point-box ul:first-child { margin-left: 0; padding-left: 0; } .blog-point-box ul li { list-style: none; text-decoration: none; margin-bottom: 25px; display: flex; align-items: center; } .blog-point-box ul li:last-child { margin-bottom: 0; } .blog-point-box ul li img { margin-right: 15px; } .blog-point-box ul li span { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 500; } .blog-detail-info-img { position: relative; display: block; overflow: hidden; margin-left: 15px; margin-right: 15px; } .blog-detail-info-img { width: 100%; transform: scale(1); transition: all 0.3s ease; } .blog-detail-info-img>img:hover { transform: scale(1.05); transition: all 0.3s ease; } .blog-detail-info-img-box { display: flex; margin-top: 32px; margin-bottom: 16px; } /*===Blog Detail Content End===*/ /*===Comments Start===*/ .main-comment { margin-top: 100px; } .main-comment h2 { text-align: left; } .comment-box{ background-color: #f3f4f8; padding: 40px; display: flex; align-items: center; } .comment-img { width: 100px; height: 100px; background-repeat: no-repeat; background-position: center; background-size: cover; } .comment-content { margin-left: 20px; width: calc(100% - 100px); } .comment-content h3 { padding-top: 0; } .comment-content p { margin-bottom: 20px; } .reply-btn { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 500; text-transform: uppercase; padding: 8px 18px; background-color: #e70e0e; border-radius: 8px; color: #ffffff; transition: 0.3s; } .reply-btn:hover { color: #ffffff; background-color: #131830; transition: 0.3s; } .comment-box.even { margin-top: 30px; margin-bottom: 30px; } /*===Comments End===*/ /*===Leave A Reply Start===*/ .main-leave-reply { margin-top: 110px; } .leave-reply-form { margin-bottom: -20px; } .leave-reply-form .row { margin-right: -10px; margin-left: -10px; } .leave-reply-form .row .col-lg-6, .leave-reply-form .row .col-lg-12 { padding: 0 10px; } .leave-reply-form textarea.form-input { height: 120px; } .leave-reply-form .form-input { width: 100%; } /*===Leave A Reply End===*/ /*==========Blog Detail Page End==========*/ /*==========Contact Us Page Start==========*/ /*===We Are Here Start===*/ .main-we-are-here-in { padding-top: 120px; padding-bottom: 120px; } .main-we-are-here-in h2 { text-align: center; } .contact-help-box { width: 100%; height: 180px; background-color: #ffffff; border: solid 1px #ffffff; border-radius: 10px; padding: 0 40px; display: flex; align-items: center; justify-content: center; box-shadow: 10px 10px 38px 0px rgba(0,0,0,0.11); transition: 0.3s; } .contact-help-box:hover { border: solid 1px #e70e0e; background-color: #0d1128; box-shadow: 10px 26px 59px 0px rgba(0,0,0,0.51); transition: 0.3s; } .contact-help-icon { width: 80px; height: 80px; background-color: #e70e0e; display: flex; align-items: center; justify-content: center; } .contact-help-content { width: calc(100% - 80px); margin-left: 20px; } .contact-help-content h3 { padding-top: 0; transition: 0.3s; } .contact-help-box:hover .contact-help-content h3 { color: #ffffff; transition: 0.3s; } .contact-help-content p { margin-bottom: 0; transition: 0.3s; } .contact-help-box:hover .contact-help-content p { color: #ffffff; transition: 0.3s; } /*===We Are Here End===*/ /*===Contact Us Get In Touch Start===*/ .main-contact-touch-in { padding-bottom: 120px; } .contact-touch-map iframe { width: 100%; height: 570px; } .main-we-are-here-in .form-box.form-input { width: 100%; } /*===Contact US Get In Touch End===*/ /*==========Contact Us Page End==========*/ /*==========Scroll To Top CSS Start==========*/ .scroll-top { position: fixed; bottom: 10px; right: 10px; width: 50px; height: 50px; background-color: #e70e0e; font-size: 25px; color: #ffffff; border-radius: 4px; box-shadow: 0 0 20px rgba(0,0,0,0.1); transition: 0.3s; overflow: hidden; z-index: 50; display: none; } .scroll-top:hover { box-shadow: 1px 1px 60px rgb(0 0 0 / 15%); color: #ffffff; } .scroll-top:before { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 100%; background-color: #e70e0e; transition: 0.3s; z-index: 0; } .scroll-top:hover:before { top: 0; } .scroll-top i { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); line-height: 10px; z-index: 1; } .scroll-top:hover i { animation: swipe 0.6s linear infinite alternate; } @keyframes swipe { from { margin-top: -3px; } to { margin-top: 3px; } } /*==========Scroll To Top CSS End==========*/ /*==========Responsive Start==========*/ @media screen and (max-width: 1399px) { .main-navigation ul li { padding-left: 26px; } .slick-arrow.next-arrow { left: auto; right: -156px; } .slick-arrow.prev-arrow { right: auto; left: -156px; } .slick-arrow.prev-arrow.color-arrow { left: -50px; right: auto; } .slick-arrow.next-arrow.color-arrow { right: -50px; left: auto; } .our-links { padding: 0 70px; } .contact-icon { position: absolute; } .contact-text p { margin-left: 60px; } } @media screen and (max-width: 1199px) { .main-navigation ul li { padding-left: 16px; margin-left: 8px; } .main-navigation ul li a { font-size: 15px; } .h1-title { font-size: 70px; line-height: 80px; } .h2-title { font-size: 55px; line-height: 60px; } .h3-title { font-size: 22px; line-height: 32px; } .banner-content p { padding: 0px 40px; } .partner-title:before { content: ""; width: 306px; } .partner-title-in:after { content: ""; width: 306px; } .partner-title-in:before { content: ""; width: 306px; } .partner-title:after { content: ""; width: 306px; } .about-img-2 img { max-width: 80%; } .about-img .about-img-2 { position: absolute; top: -40px; right: -66px; } .main-testimonial-box h3 { position: relative; } .main-testimonial-box span { position: relative; } .accordion-button.faq-btn { padding: 20px 104px 20px 20px; } .main-team { padding-bottom: 113px; } .main-blog { padding-top: 110px; } .our-links { padding: 0 56px; } .contact-us { padding-left: 8px; } .service-detail h2 { font-size: 40px; } .service-detail-box h2 { font-size: 35px; } .service-detail-contact a { font-size: 22px; } .case-detail-text-box h2 { font-size: 40px; line-height: 50px; } .main-case-detail { padding-bottom: 97px; } .pricing-box h2 { font-size: 35px; line-height: 45px; } .category-box h2 { font-size: 30px; line-height: 40px; } .recent-post-box h2 { font-size: 30px; line-height: 40px; } .tag-box h2 { font-size: 30px; line-height: 40px; } .contact-help-box { padding: 0 20px; } } @media screen and (max-width: 991px) { .for-des, .header-search, .rocket-img { display: none !important; } .for-mob { display: inline-block !important; } .site-header, .site-header.sticky-header { background: #ffffff; height: 70px; padding: 0; box-shadow: 0 0 20px rgba(0,0,0,0.1); } .site-header .container { max-width: 100%; padding: 0 30px; } .toggle-button { display: block; } .site-branding { position: fixed; top: 0; left: 30px; width: 200px; height: 70px; display: flex; align-items: center; } .site-branding a { width: 100%; } .site-branding a img { display: none; } .site-branding a img.sticky-logo { display: block; position: relative; opacity: 1; } .main-navigation ul { position: fixed; top: 0; right: -400px; width: 320px; height: 100vh; max-height: 100vh; overflow: auto; background: #131830; text-align: center; padding: 100px 0 30px; box-shadow: -30px 0 30px rgba(0,0,0,0.1); transition: 0.5s; opacity: 0; z-index: 100; } .main-navigation.toggle-menu ul { right: 0; opacity: 1; z-index: 100; } .main-navigation>ul::-webkit-scrollbar-thumb { width: 0; background: transparent; } .main-navigation>ul::-webkit-scrollbar { width: 0; } .main-navigation>ul::-webkit-scrollbar-track { width: 0; background: transparent; } .main-navigation ul li { display: block; margin: -50px 0 10px 0; padding: 10px 40px 20px 40px; opacity: 0; transition: 0.5s; } .main-navigation ul li:first-child { padding: 10px 40px 20px 40px; } .main-navigation.toggle-menu ul li { text-align: left; border-bottom: solid 1px rgb(225, 225, 225,0.3); margin-top: 0; opacity: 1; transition: 0.5s; transition-delay: 0.4s; } .main-navigation ul li:last-child { border-bottom: none; } .main-navigation ul li:last-child a { display: inline-block; margin: 0 auto; } .site-header.sticky-header .main-navigation ul li a, .site-header.sticky-header .search-icon a, .site-header.sticky-header .main-navigation ul li.sub-items>a:before { color: #ffffff; } .main-navigation ul li a { font-size: 18px; line-height: 28px; color: #ffffff; } .main-navigation ul li.sub-items>a:before { color: #ffffff; } .main-navigation ul li.sub-items.active>a:before { color: #e70e0e; } .main-navigation ul li ul.sub-menu, .main-navigation ul li:hover ul.sub-menu { position: relative; top: 0; left: 0; width: 100%; background: transparent; box-shadow: none; border-radius: 0; display: block; animation: none; padding: 0; margin-top: 10px; transition: 0s; display: none; } .main-navigation ul li ul.sub-menu li { text-align: left; border: none; padding: 0 16px; margin-bottom: 10px; } .main-navigation ul li ul.sub-menu li:first-child { padding-left: 16px; } .main-navigation ul li ul.sub-menu li:last-child { margin-bottom: 0; } .main-navigation ul li ul.sub-menu li a { color: #ffffff; padding: 0; font-size: 15px; line-height: 24px; } .main-navigation ul li.sub-items:hover>a:before, .main-navigation ul li a:hover:before { transform: translate(0,-50%) rotate(0deg); color: #e70e0e; } .main-navigation ul li.sub-items.active-sub-menu>a:before { transform: translate(0,-50%) rotate(-180deg); color: #e70e0e; } .Social-midea { display: none; } .header-contact { display: none; } .header-btn { display: none; } .toggle-button { display: block; } .h1-title { font-size: 60px; line-height: 70px; } .h2-title { font-size: 45px; line-height: 55px; } .h3-title { font-size: 22px; line-height: 32px; } .slick-arrow.next-arrow { left: auto; right: -107px; } .slick-arrow.prev-arrow { right: auto; left: -107px; } .slick-arrow.prev-arrow.color-arrow { left: -95px; right: auto; } .slick-arrow.next-arrow.color-arrow { right: -95px; left: auto; } .mob-mb-15{ margin-bottom: 15px; } .mob-mt-15 { margin-top: 15px; } .mob-ml-15 { margin-left: 15px; } .mob-mr-15 { margin-right: 15px; } .mob-pt-30 { padding-top: 30px; } .main-services { padding-top: 70px; } .main-services-in { padding-top: 80px; padding-bottom: 50px; } .main-why-choose-in { padding-top: 274px; padding-bottom: 80px; } .partner-title { padding-top: 50px; } .partner-title:before { content: ""; width: 186px; } .partner-title:after { content: ""; width: 186px; } .partner-title-in:before { content: ""; width: 186px; } .partner-title-in:after { content: ""; width: 186px; } .partners-slider { padding-bottom: 78px; } .main-about { padding-top: 80px; padding-bottom: 80px; } .about-img-1 img { width: 100%; } .about-img-2 { display: none; } .main-simple-step { padding-top: 70px; padding-bottom: 194px; } .main-case-studies { padding-top: 244px; padding-bottom: 80px; margin-top: -170px; } .main-why-choose { padding-top: 70px; padding-bottom: 80px; } .main-testimonial { padding-top: 70px; padding-bottom: 124px; } .main-faq { padding-bottom: 60px; } .faq-flot .faq-img { width: 100vw; height: 620px; left: 85.2%; transform: translate(14.8%); } .faq-content { padding-top: 40px; padding-left: 0; } .accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .icon { width: 72px; } .main-team { padding-top: 70px; padding-bottom: 72px; } .main-newsletter { padding-top: 70px; } .newsletter-title { text-align: center; float: none; } .newsletter-form { text-align: center; float: none; padding-top: 43px; } .newsletter-form .sub-btn { top: 43px; right: 113px; } .main-blog { padding-top: 70px; } .blog-slider .slick-list { overflow: visible; } .blog-slider .slick-slide{ opacity: 0; pointer-events: none; transition: 0.3s; } .blog-slider .slick-slide.slick-active { opacity: 1; pointer-events: unset; transition: all ease-in-out 0.3s; } .main-blog { padding-top: 70px; padding-bottom: 80px; } .map-dax-no { display: none; } .map-mob-yes { display: inline-block; } .mob-map { width: 100%; height: 100%; } .main-get-touch { padding-top: 0; padding-bottom: 60px; } .form-input { width: 100%; } .get-touch-box { padding-top: 62px; } .main-footer { padding-top: 80px; } .our-links { padding: 13px; } .copyright-bg { margin-top: 85px; } .main-service-detail { padding-top: 70px; padding-bottom: 80px; } .service-detail h2 { font-size: 35px; } .service-detail-box h2 { padding-top: 50px; font-size: 32px; } .main-case-studies-in { padding-top: 50px; padding-bottom: 80px; } .main-case-detail { padding-top: 80px; padding-bottom: 74px; } .case-detail-text-box h2 { font-size: 30px; line-height: 40px; } .main-case-studies-dp-in { padding-bottom: 80px; } .main-team-in { padding-top: 50px; padding-bottom: 74px; } .main-pricing-in { padding-top: 80px; padding-bottom: 50px; } .pricing-box { width: 370px; max-width: 100%; margin: 0 auto 30px auto; } .pricing-box h2 { font-size: 30px; line-height: 40px; } .blog-list-sidebar { margin-top: 80px; } .main-blog-list-in { padding-top: 80px; padding-bottom: 80px; } .main-blog-detail-in { padding-top: 75px; padding-bottom: 80px; } .main-comment { margin-top: 60px; } .main-leave-reply { margin-top: 70px; } .main-we-are-here-in { padding-top: 70px; padding-bottom: 50px; } .contact-help-box { width: 370px; max-width: 100%; margin: 0 auto 150px auto; margin-bottom: 30px; } .main-contact-touch-in { padding-bottom: 80px; } } @media screen and (max-width: 767px) { .h1-title { font-size: 50px; line-height: 60px; } .h2-title { font-size: 40px; line-height: 50px; } .mob-mt-0 { margin-top: 0; } .mob-mb-0 { margin-top: 0; } .mob-pt-40 { padding-top: 40px; } .mob-mt-30 { margin-top: 30px; } .mob-mb-50 { margin-bottom: 50px; } .banner-content p { padding: 0px 20px; } .partner-title:before { content: ""; width: 96px; } .partner-title:after { content: ""; width: 96px; } .partner-title-in:before { content: ""; width: 96px; } .partner-title-in:after { content: ""; width: 96px; } .newsletter-title h2 { font-size: 40px; line-height: 50px; } .newsletter-form .sub-btn { right: 23px; } .logo-content { margin-bottom: 30px; } .our-links { margin-bottom: 30px; } .latest-post { margin-top: 30px; } .latest-post-box { margin-top: 40px; } .main-footer .social-media-footer a:last-child { margin-left: 0; } .social-media-footer { float: left; margin-top: 20px; } .service-detail h2 { font-size: 32px; } .service-detail-box h2 { font-size: 30px; } .case-detail-text-box h2 { font-size: 32px; } .case-detail-info { margin-top: 30px; } .blog-social-content { display: block; } .blog-social-media { margin-top: 20px; } .blog-point-box { display: block; } .blog-point-box ul:last-child { margin-left: 0; padding-left: 0; } .blog-point-box ul li:last-child { margin-bottom: 25px; } .comment-box { display: block; } .comment-content { margin-left: 0; margin-top: 25px; width: 100%; } .blog-detail-info-img-box { display: block; } .blog-detail-info-img { margin-left: 0; margin-right: 0; } } @media screen and (max-width: 575px) { .container { padding-left: 30px; padding-right: 30px; } .slick-arrow.next-arrow { display: none; } .mob-mb-30 { margin-bottom: 30px; } .partner-title:before { content: ""; display: none; } .partner-title:after { content: ""; display: none; } .partner-title-in:before { content: ""; display: none; } .partner-title-in:after { content: ""; display: none; } .newsletter-form .sub-btn { position: relative; right: 0; top: 0; margin-top: 20px; } .newsletter-form input { width: 100%; padding: 10px 30px 10px 30px; font-size: 15px; color: #777777; } .faq-flot .faq-img { width: 100vw; left: 95%; transform: translate(5%); } } @media screen and (max-width: 375px) { .container { padding-left: 15px; padding-right: 15px; } .h2-title { font-size: 40px; line-height: 50px; } .h3-title { font-size: 20px; line-height: 30px; } .newsletter-title h2 { font-size: 40px; line-height: 50px; } .newsletter-form input { width: 100%; padding: 10px 30px 10px 30px; font-size: 15px; color: #777777; } .service-detail h2 { font-size: 30px; line-height: 40px; } .service-detail-box h2 { font-size: 28px; } .case-detail-text-box h2 { font-size: 30px; line-height: 40px; } .pricing-box h2 { font-size: 28px; line-height: 40px; } .blog-quote-box { display: block; } .blog-quote-box p { width: 100%; padding-left: 0; margin-top: 25px; } .contact-help-box { margin-left: 0; margin-right: 0; margin-bottom: 30px; } } /*==========Responsive End==========*/
0.535827
0.082143
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; border: none; } html { font-size: 10px; } body { font-family: 'Open Sans', sans-serif; } .hero { background: url('../images/homeview-hero.jpg'); min-height: 600px; background-size: cover; background-repeat: no-repeat; width: 100%; padding: 50px 120px; color: #ffffff; display: flex; flex-direction: column; justify-content: center; } .hero-header-lg { font-size: 8rem; font-family: 'Nunito Sans', sans-serif; } .hero-header-sm { font-size: 3rem; font-family: inherit; max-width: 400px; font-weight: 600; } .container { padding: 100px 50px; } .listing { display: grid; grid-template-columns: repeat(4, 330px); grid-gap: 30px; justify-content: center; margin-bottom: 40px; } .card-wrapper { max-width: 330px; } .card { width: 100%; box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5); border-radius: 5px; min-height: 400px; } .card .image-wrapper { width: 100%; height: 250px; overflow: hidden; border-top-left-radius: 5px; border-top-right-radius: 5px; cursor: pointer; } .card .image-wrapper:hover .image { transform: scale(1.2); transition: transform 400ms ease-in; } .card .image { transition: transform 400ms ease-out; } .home-details { padding: 15px; color: #212529; font-family: 'Open Sans', sans-serif; } .homeowner, .price { font-family: 'Nunito Sans', sans-serif; } .homeowner { font-size: 2rem; font-weight: 600; } .address { font-family: inherit; font-weight: 600; font-size: 1.3rem; margin-top: 5px; } .price { color: #5c68f3; font-size: 1.8rem; margin-top: 20px; font-weight: 600; } .error-message-wrapper { text-align: center; font-family: inherit; } .error-message { font-size: 2rem; color: #ff0033; } .btn { font-family: inherit; font-size: 1.5rem; min-width: 150px; min-height: 48px; border-radius: 5px; } .btn.primary { background: #5c68f3; color: #ffffff; } .btn.transparent { background: transparent; color: #212529; } .btn.refresh-list { margin-top: 20px; } .btn.sort-button { min-width: unset; padding: 10px; cursor: pointer; color: #5c68f3; } .content-loader .image-placeholder { width: 100%; height: 100%; } .content-loader .image-placeholder, .content-loader span { background: rgba(129, 145, 152, 50%); display: block; animation-name: shimmerEffect; animation-duration: 700ms; animation-iteration-count: infinite; animation-direction: alternate; } .content-loader .homeowner { height: 27px; } .content-loader .address { height: 18px; } .content-loader .price { height: 24px; } @keyframes shimmerEffect { 0% { opacity: 1; } 100% { opacity: 0.6; } } .sort-btn-wrapper { display: flex; align-items: center; justify-content: flex-end; margin-bottom: 30px; padding: 0 80px; } .sort-header-title { font-size: 1.6rem; } .sort-btn-group { position: relative; } .divider { height: 20px; width: 1.8px; margin-left: 5px; margin-right: 5px; display: inline-block; background: rgba(33, 37, 41, 0.4); position: absolute; left: 105px; top: 15px; } @media screen and (max-width: 1450px) { .listing { grid-template-columns: repeat(3, 330px); } } @media screen and (max-width: 1150px) { .listing { grid-template-columns: repeat(2, 330px); } } @media screen and (max-width: 750px) { .container { padding: 50px 20px; } .hero { padding: 50px 20px; } .hero-header-lg { font-size: 5rem; margin-bottom: 10px; } .hero-header-sm { font-size: 2.5rem; } .listing { display: initial; } .card-wrapper { max-width: unset; width: 100%; } .card { max-width: 450px; margin: 0 auto; margin-bottom: 30px; } .card .image { width: 100%; } }
src/assets/styles/style.css
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; border: none; } html { font-size: 10px; } body { font-family: 'Open Sans', sans-serif; } .hero { background: url('../images/homeview-hero.jpg'); min-height: 600px; background-size: cover; background-repeat: no-repeat; width: 100%; padding: 50px 120px; color: #ffffff; display: flex; flex-direction: column; justify-content: center; } .hero-header-lg { font-size: 8rem; font-family: 'Nunito Sans', sans-serif; } .hero-header-sm { font-size: 3rem; font-family: inherit; max-width: 400px; font-weight: 600; } .container { padding: 100px 50px; } .listing { display: grid; grid-template-columns: repeat(4, 330px); grid-gap: 30px; justify-content: center; margin-bottom: 40px; } .card-wrapper { max-width: 330px; } .card { width: 100%; box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5); border-radius: 5px; min-height: 400px; } .card .image-wrapper { width: 100%; height: 250px; overflow: hidden; border-top-left-radius: 5px; border-top-right-radius: 5px; cursor: pointer; } .card .image-wrapper:hover .image { transform: scale(1.2); transition: transform 400ms ease-in; } .card .image { transition: transform 400ms ease-out; } .home-details { padding: 15px; color: #212529; font-family: 'Open Sans', sans-serif; } .homeowner, .price { font-family: 'Nunito Sans', sans-serif; } .homeowner { font-size: 2rem; font-weight: 600; } .address { font-family: inherit; font-weight: 600; font-size: 1.3rem; margin-top: 5px; } .price { color: #5c68f3; font-size: 1.8rem; margin-top: 20px; font-weight: 600; } .error-message-wrapper { text-align: center; font-family: inherit; } .error-message { font-size: 2rem; color: #ff0033; } .btn { font-family: inherit; font-size: 1.5rem; min-width: 150px; min-height: 48px; border-radius: 5px; } .btn.primary { background: #5c68f3; color: #ffffff; } .btn.transparent { background: transparent; color: #212529; } .btn.refresh-list { margin-top: 20px; } .btn.sort-button { min-width: unset; padding: 10px; cursor: pointer; color: #5c68f3; } .content-loader .image-placeholder { width: 100%; height: 100%; } .content-loader .image-placeholder, .content-loader span { background: rgba(129, 145, 152, 50%); display: block; animation-name: shimmerEffect; animation-duration: 700ms; animation-iteration-count: infinite; animation-direction: alternate; } .content-loader .homeowner { height: 27px; } .content-loader .address { height: 18px; } .content-loader .price { height: 24px; } @keyframes shimmerEffect { 0% { opacity: 1; } 100% { opacity: 0.6; } } .sort-btn-wrapper { display: flex; align-items: center; justify-content: flex-end; margin-bottom: 30px; padding: 0 80px; } .sort-header-title { font-size: 1.6rem; } .sort-btn-group { position: relative; } .divider { height: 20px; width: 1.8px; margin-left: 5px; margin-right: 5px; display: inline-block; background: rgba(33, 37, 41, 0.4); position: absolute; left: 105px; top: 15px; } @media screen and (max-width: 1450px) { .listing { grid-template-columns: repeat(3, 330px); } } @media screen and (max-width: 1150px) { .listing { grid-template-columns: repeat(2, 330px); } } @media screen and (max-width: 750px) { .container { padding: 50px 20px; } .hero { padding: 50px 20px; } .hero-header-lg { font-size: 5rem; margin-bottom: 10px; } .hero-header-sm { font-size: 2.5rem; } .listing { display: initial; } .card-wrapper { max-width: unset; width: 100%; } .card { max-width: 450px; margin: 0 auto; margin-bottom: 30px; } .card .image { width: 100%; } }
0.521959
0.079032
*{ box-sizing:border-box; } .number{ -xxx-position:fixed; position:relative; -xxx-top:50%; -xxx-left:50%; width: 100px; height: 200px; -xxx-margin-top: calc(-1 * 50px * 0.5) ; -xxx-margin-left: calc(-1 * 100px * 1); background:#444; border-radius:calc(5px * 0.5); } .section { position:absolute; border: calc(8.5px * 0.5) solid transparent; } .top{ top: calc(2px * 0.5); left: calc(6px * 1); width: calc(88px * 1); height:0; border-top-color:#bada55; -webkit-animation: top 10s infinite; } .top-right{ top: calc(3px * 0.5); right: calc(4px * 1 ); width: 0; height:calc( 45px * 0.5); border-bottom-width: calc(5px* 0.5); border-right-color:#bada55; -webkit-animation: topRight 10s infinite; } .top-left{ top: calc(3px * 0.5); left: calc(4px * 1); width:0; height: calc(45px * 0.5); border-bottom-width:( 5px * 0.5); border-left-color:#bada55; -webkit-animation: topLeft 10s infinite; } .middle{ -webkit-animation: middle 10s infinite; } .middle:before{ box-sizing:border-box; content:""; display:block; position:absolute; top: calc(40px * 0.5); left: calc(4px * 1); width: calc(92px * 1); border: calc(5px * 0.5) solid transparent; border-left-width: calc(8.5px * 0.5); border-right-width: calc(8.5px * 0.5); border-bottom-color:#bada55; } .middle:after{ box-sizing:border-box; content:""; display:block; position:absolute; top: calc(50px * 0.5); left: calc(4px * 1); width: calc(92px * 1); border: calc(5px * 0.5) solid transparent; border-left-width: calc(8.5px * 0.5); border-right-width: calc(8.5px * 0.5); border-top-color:#bada55; } .bottom-right{ bottom: calc(3px * 0.5); right: calc(4px * 1); width:0; height: calc(45px * 0.5); border-top-width: calc(5px * 0.5); border-right-color:#bada55; -webkit-animation: bottomRight 10s infinite; } .bottom-left{ bottom: calc(3px * 0.5); left: calc(4px * 1); width:0; height: calc(45px * 0.5); border-top-width: calc(5px * 0.5); border-left-color:#bada55; -webkit-animation: bottomLeft 10s infinite; } .bottom{ bottom: calc(2px * 0.5); left: calc(6px * 1); width: calc(88px * 1); height:0; border-bottom-color:#bada55; -webkit-animation: bottom 10s infinite; } @-webkit-keyframes top { 0% { opacity:100; } 10% { opacity:0; } 20% { opacity:100; } 30% { opacity:100; } 40% { opacity:0; } 50% { opacity:100; } 60% { display:100; } 70% { opacity:100; } 80% { opacity:100; } 90% { opacity:100; } 100% { opacity:100; } } @-webkit-keyframes topRight { 0% { opacity:100; } 10% { opacity:100; } 20% { opacity:100; } 30% { opacity:100; } 40% { opacity:100; } 50% { opacity:0; } 60% { opacity:0; } 70% { opacity:100; } 80% { opacity:100; } 90% { opacity:100; } 100% { opacity:100; } } @-webkit-keyframes topLeft { 0% { opacity:100; } 10% { opacity:0; } 20% { opacity:0; } 30% { opacity:0; } 40% { opacity:100; } 50% { opacity:100; } 60% { opacity:100; } 70% { opacity:0; } 80% { opacity:100; } 90% { opacity:100; } 100% { opacity:100; } } @-webkit-keyframes middle { 0% { opacity:0; } 10% { opacity:0; } 20% { opacity:100; } 30% { opacity:100; } 40% { opacity:100; } 50% { opacity:100; } 60% { opacity:100; } 70% { opacity:0; } 80% { opacity:100; } 90% { opacity:100; } 100% { opacity:0; } } @-webkit-keyframes bottomRight { 0% { opacity:100; } 10% { opacity:100; } 20% { opacity:0; } 30% { opacity:100; } 40% { opacity:100; } 50% { opacity:100; } 60% { opacity:100; } 70% { opacity:100; } 80% { opacity:100; } 90% { opacity:100; } 100% { opacity:100; } } @-webkit-keyframes bottomLeft { 0% { opacity:100; } 10% { opacity:0; } 20% { opacity:100; } 30% { opacity:0; } 40% { opacity:0; } 50% { opacity:0; } 60% { opacity:100; } 70% { opacity:0; } 80% { opacity:100; } 90% { opacity:0; } 100% { opacity:100; } } @-webkit-keyframes bottom { 0% { opacity:100; } 10% { opacity:0; } 20% { opacity:100; } 30% { opacity:100; } 40% { opacity:0; } 50% { opacity:100; } 60% { opacity:100; } 70% { opacity:0; } 80% { opacity:100; } 90% { opacity:100; } 100% { opacity:100; } }
src/styles/Counter.css
*{ box-sizing:border-box; } .number{ -xxx-position:fixed; position:relative; -xxx-top:50%; -xxx-left:50%; width: 100px; height: 200px; -xxx-margin-top: calc(-1 * 50px * 0.5) ; -xxx-margin-left: calc(-1 * 100px * 1); background:#444; border-radius:calc(5px * 0.5); } .section { position:absolute; border: calc(8.5px * 0.5) solid transparent; } .top{ top: calc(2px * 0.5); left: calc(6px * 1); width: calc(88px * 1); height:0; border-top-color:#bada55; -webkit-animation: top 10s infinite; } .top-right{ top: calc(3px * 0.5); right: calc(4px * 1 ); width: 0; height:calc( 45px * 0.5); border-bottom-width: calc(5px* 0.5); border-right-color:#bada55; -webkit-animation: topRight 10s infinite; } .top-left{ top: calc(3px * 0.5); left: calc(4px * 1); width:0; height: calc(45px * 0.5); border-bottom-width:( 5px * 0.5); border-left-color:#bada55; -webkit-animation: topLeft 10s infinite; } .middle{ -webkit-animation: middle 10s infinite; } .middle:before{ box-sizing:border-box; content:""; display:block; position:absolute; top: calc(40px * 0.5); left: calc(4px * 1); width: calc(92px * 1); border: calc(5px * 0.5) solid transparent; border-left-width: calc(8.5px * 0.5); border-right-width: calc(8.5px * 0.5); border-bottom-color:#bada55; } .middle:after{ box-sizing:border-box; content:""; display:block; position:absolute; top: calc(50px * 0.5); left: calc(4px * 1); width: calc(92px * 1); border: calc(5px * 0.5) solid transparent; border-left-width: calc(8.5px * 0.5); border-right-width: calc(8.5px * 0.5); border-top-color:#bada55; } .bottom-right{ bottom: calc(3px * 0.5); right: calc(4px * 1); width:0; height: calc(45px * 0.5); border-top-width: calc(5px * 0.5); border-right-color:#bada55; -webkit-animation: bottomRight 10s infinite; } .bottom-left{ bottom: calc(3px * 0.5); left: calc(4px * 1); width:0; height: calc(45px * 0.5); border-top-width: calc(5px * 0.5); border-left-color:#bada55; -webkit-animation: bottomLeft 10s infinite; } .bottom{ bottom: calc(2px * 0.5); left: calc(6px * 1); width: calc(88px * 1); height:0; border-bottom-color:#bada55; -webkit-animation: bottom 10s infinite; } @-webkit-keyframes top { 0% { opacity:100; } 10% { opacity:0; } 20% { opacity:100; } 30% { opacity:100; } 40% { opacity:0; } 50% { opacity:100; } 60% { display:100; } 70% { opacity:100; } 80% { opacity:100; } 90% { opacity:100; } 100% { opacity:100; } } @-webkit-keyframes topRight { 0% { opacity:100; } 10% { opacity:100; } 20% { opacity:100; } 30% { opacity:100; } 40% { opacity:100; } 50% { opacity:0; } 60% { opacity:0; } 70% { opacity:100; } 80% { opacity:100; } 90% { opacity:100; } 100% { opacity:100; } } @-webkit-keyframes topLeft { 0% { opacity:100; } 10% { opacity:0; } 20% { opacity:0; } 30% { opacity:0; } 40% { opacity:100; } 50% { opacity:100; } 60% { opacity:100; } 70% { opacity:0; } 80% { opacity:100; } 90% { opacity:100; } 100% { opacity:100; } } @-webkit-keyframes middle { 0% { opacity:0; } 10% { opacity:0; } 20% { opacity:100; } 30% { opacity:100; } 40% { opacity:100; } 50% { opacity:100; } 60% { opacity:100; } 70% { opacity:0; } 80% { opacity:100; } 90% { opacity:100; } 100% { opacity:0; } } @-webkit-keyframes bottomRight { 0% { opacity:100; } 10% { opacity:100; } 20% { opacity:0; } 30% { opacity:100; } 40% { opacity:100; } 50% { opacity:100; } 60% { opacity:100; } 70% { opacity:100; } 80% { opacity:100; } 90% { opacity:100; } 100% { opacity:100; } } @-webkit-keyframes bottomLeft { 0% { opacity:100; } 10% { opacity:0; } 20% { opacity:100; } 30% { opacity:0; } 40% { opacity:0; } 50% { opacity:0; } 60% { opacity:100; } 70% { opacity:0; } 80% { opacity:100; } 90% { opacity:0; } 100% { opacity:100; } } @-webkit-keyframes bottom { 0% { opacity:100; } 10% { opacity:0; } 20% { opacity:100; } 30% { opacity:100; } 40% { opacity:0; } 50% { opacity:100; } 60% { opacity:100; } 70% { opacity:0; } 80% { opacity:100; } 90% { opacity:100; } 100% { opacity:100; } }
0.483161
0.133754
body { background-color: #cce3d6; background: -moz-radial-gradient(bottom right, circle cover, #fbfcf7 0%, #cce3d6 50%); background: -webkit-radial-gradient(bottom right, circle cover, #fbfcf7 0%, #cce3d6 50%); background: -o-radial-gradient(bottom right, circle cover, #fbfcf7 0%, #cce3d6 50%); background: -ms-radial-gradient(bottom right, circle cover, #fbfcf7 0%, #cce3d6 50%); background: radial-gradient(bottom right, circle cover, #fbfcf7 0%, #cce3d6 50%); } .reveal em { font-style: italic; } aside.title-text { position: relative; top: -9.5em; left: 0; text-align: left; font-size: 0.8em; } aside.title-text h2, aside.title-text h3, aside.title-text h4 { color: #111; font-family: 'Times New Roman', serif; letter-spacing: 0.01em; background-color: #fff; padding: 0.2em; } aside.title-text h4 { width: 25%; } aside.title-text h3 { position: relative; top: -0.5em; font-size: 1.2em; } .reveal .slides .top-left { text-align: left; } .reveal .slides section.top-left > * { margin-left: 0; margin-right: 0; } .slides cite { display: block; clear: both; font-size: 0.5em; color: #999; position: absolute; bottom: -4em; } .slides cite:before { content: "Image credit: "; } .outline, .outline h3 { color: #fff; -webkit-text-stroke: 1px #000; text-shadow: 3px 3px 4px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } .slides p { color: #446; margin: 0.5em 0; } .reveal .slides section strong { font-weight: bold; } .reveal .slides li { text-align: left; line-height: 1.2em; } .reveal .slides .centered-list { display: flex; flex-direction: column; align-items: center; list-style: none; } .reveal .slides .centered-list li { flex: 1; } .slides pre { background-color: #fff; margin: 0.3em; } .reveal pre code { line-height: 1.15em; max-height: 600px; padding: 0.3em; display: block; font-size: 0.7em; text-align: left; font-family: Consolas, monospace; } .reveal .xml .javascript { opacity: 1; } .slides code.no-highlight, .slides code.no-highlight span { color: #4d4d4c !important; } .slides code.dim, .slides code.dim span { color: #888 !important; } .slides p code, .slides li > code, .slides h3 code, .slides h4 code { background-color: #ddeff0; color: #2f85aa; font-size: 0.8em; padding: 0.05em 0.2em; -webkit-border-radius: 0.4em; -moz-border-radius: 0.4em; border-radius: 0.4em; } .slides h3 code, .slides h4 code { font-size: 0.9em; letter-spacing: 0.01em; } .slides .fine { color: #999; font-size: 0.9em; } .slides .illuminate { color: #2f85aa; font-style: italic; } ul.file-structure ul { margin-left: 0.7em; } ul.file-structure li { list-style: none; margin: 0.25em 0; } ul.file-structure .folder { list-style-image: url('/images/folder.png'); } ul.file-structure .folder-open { list-style-image: url('/images/folder-open.png'); } ul.file-structure .file { list-style-image: url('/images/file.png'); } .reveal pre .xml .javascript { opacity: 1; } .reveal blockquote { border: none; color: #555; box-shadow: none; } footer { position: absolute; bottom: 0.3em; } footer.left { left: 0.5em; } footer.right { left: 0.5em; } footer .copyright { font-size: 0.5em; color: #666; vertical-align: middle; margin-left: 1em; } pre { position: relative; } .code-run { position: absolute; top: 2px; right: 0; border: none; font-size: 0.7em; border-radius: 5px; cursor: pointer; padding: 0.1em 1em; display: inline-block; transition: all 0.2s; background: #cb4e4e; color: #fff; box-shadow: 0 4px #ab3c3c; } .code-run:hover { box-shadow: 0 3px #ab3c3c; top: 3px; } .code-run:active { box-shadow: 0 0 #ab3c3c; top: 5px; } .slides pre .code-result { border: 2px solid #555; border-top: none; background-color: #e5e5e5; text-align: left; }
assets/css/reveal-custom.css
body { background-color: #cce3d6; background: -moz-radial-gradient(bottom right, circle cover, #fbfcf7 0%, #cce3d6 50%); background: -webkit-radial-gradient(bottom right, circle cover, #fbfcf7 0%, #cce3d6 50%); background: -o-radial-gradient(bottom right, circle cover, #fbfcf7 0%, #cce3d6 50%); background: -ms-radial-gradient(bottom right, circle cover, #fbfcf7 0%, #cce3d6 50%); background: radial-gradient(bottom right, circle cover, #fbfcf7 0%, #cce3d6 50%); } .reveal em { font-style: italic; } aside.title-text { position: relative; top: -9.5em; left: 0; text-align: left; font-size: 0.8em; } aside.title-text h2, aside.title-text h3, aside.title-text h4 { color: #111; font-family: 'Times New Roman', serif; letter-spacing: 0.01em; background-color: #fff; padding: 0.2em; } aside.title-text h4 { width: 25%; } aside.title-text h3 { position: relative; top: -0.5em; font-size: 1.2em; } .reveal .slides .top-left { text-align: left; } .reveal .slides section.top-left > * { margin-left: 0; margin-right: 0; } .slides cite { display: block; clear: both; font-size: 0.5em; color: #999; position: absolute; bottom: -4em; } .slides cite:before { content: "Image credit: "; } .outline, .outline h3 { color: #fff; -webkit-text-stroke: 1px #000; text-shadow: 3px 3px 4px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } .slides p { color: #446; margin: 0.5em 0; } .reveal .slides section strong { font-weight: bold; } .reveal .slides li { text-align: left; line-height: 1.2em; } .reveal .slides .centered-list { display: flex; flex-direction: column; align-items: center; list-style: none; } .reveal .slides .centered-list li { flex: 1; } .slides pre { background-color: #fff; margin: 0.3em; } .reveal pre code { line-height: 1.15em; max-height: 600px; padding: 0.3em; display: block; font-size: 0.7em; text-align: left; font-family: Consolas, monospace; } .reveal .xml .javascript { opacity: 1; } .slides code.no-highlight, .slides code.no-highlight span { color: #4d4d4c !important; } .slides code.dim, .slides code.dim span { color: #888 !important; } .slides p code, .slides li > code, .slides h3 code, .slides h4 code { background-color: #ddeff0; color: #2f85aa; font-size: 0.8em; padding: 0.05em 0.2em; -webkit-border-radius: 0.4em; -moz-border-radius: 0.4em; border-radius: 0.4em; } .slides h3 code, .slides h4 code { font-size: 0.9em; letter-spacing: 0.01em; } .slides .fine { color: #999; font-size: 0.9em; } .slides .illuminate { color: #2f85aa; font-style: italic; } ul.file-structure ul { margin-left: 0.7em; } ul.file-structure li { list-style: none; margin: 0.25em 0; } ul.file-structure .folder { list-style-image: url('/images/folder.png'); } ul.file-structure .folder-open { list-style-image: url('/images/folder-open.png'); } ul.file-structure .file { list-style-image: url('/images/file.png'); } .reveal pre .xml .javascript { opacity: 1; } .reveal blockquote { border: none; color: #555; box-shadow: none; } footer { position: absolute; bottom: 0.3em; } footer.left { left: 0.5em; } footer.right { left: 0.5em; } footer .copyright { font-size: 0.5em; color: #666; vertical-align: middle; margin-left: 1em; } pre { position: relative; } .code-run { position: absolute; top: 2px; right: 0; border: none; font-size: 0.7em; border-radius: 5px; cursor: pointer; padding: 0.1em 1em; display: inline-block; transition: all 0.2s; background: #cb4e4e; color: #fff; box-shadow: 0 4px #ab3c3c; } .code-run:hover { box-shadow: 0 3px #ab3c3c; top: 3px; } .code-run:active { box-shadow: 0 0 #ab3c3c; top: 5px; } .slides pre .code-result { border: 2px solid #555; border-top: none; background-color: #e5e5e5; text-align: left; }
0.465873
0.135289
.input-range-msg { width: 1%; font-size: 14px; } .input-group-btn:nth-child(2) > .btn { margin-left: -1px; } .form-inline .form-control { display: inline-block; } .form-control { border-radius: 0 !important; } /** add bottom border for view header **/ .uif-viewHeader-contentWrapper { border-bottom: 1px solid #ccc; } .input-group-btn > a { display: inline-block; border-top: 1px solid #aaa; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa; color: #1150b0; border-color: #cccccc; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #ffffff), color-stop(52%, #f2f2f2), color-stop(100%, #e6e6e6)); background: -webkit-linear-gradient(top, #ffffff 20%, #ffffff 50%, #f2f2f2 52%, #e6e6e6 100%); background: -moz-linear-gradient(top, #ffffff 20%, #ffffff 50%, #f2f2f2 52%, #e6e6e6 100%); background: -o-linear-gradient(top, #ffffff 20%, #ffffff 50%, #f2f2f2 52%, #e6e6e6 100%); background: linear-gradient(top, #ffffff 20%, #ffffff 50%, #f2f2f2 52%, #e6e6e6 100%); background-clip: padding-box; margin-left: 0px; } .input-group-btn > a.icon-search { padding: 7px 7px 8px 7px; } .input-group-btn > a.icon-edit-sign { padding: 8px 7px 7px 7px; } /** Readonly alignment fix for css grid layout **/ div[class^="col-"] .uif-inputField span[id$="_control"] { display: inline-block; padding-top: 0.5em; } .uif-inputField pre, .uif-field pre { background: none; border: none; margin: 0; padding: 0; } .uif-viewHeader-contentWrapper .uif-viewHeader { margin-top: 0; padding-top: 10px; } .uif-stickyButtonFooter { background: none repeat scroll 0 0 #F8F8F8; border-top: 1px solid #E2E2E2; /* box-shadow: none; */ padding: 0; } .uif-stickyButtonFooter > div { float: right; padding: 15px; } .uif-stickyButtonFooter button { margin: 0; } .textarea_popout { padding: 15px; } .uif-lightbox{ width: 720px; } .uif-lightbox h1 { font-size: 26px; margin: 0; padding-bottom: 10px; padding-top: 15px; padding-left: 15px; } .uif-lightbox h3 { font-size: 16px; margin: 0; } .uif-lightbox .uif-cssGridLayout { padding: 15px 15px 1px; } .uif-lightbox .uif-cssGridLayout { background-color: #FFFFFF; } .uif-lightbox .uif-footer { background: none repeat scroll 0 0 #F9F9F9; margin-bottom: 0; padding-top: 5px; text-align: right; } .uif-lightbox > div .uif-label-top { margin-bottom: 5px; } .uif-lightbox .row{ margin-left: 0; margin-right: 0; } .fancybox-skin { padding-left: 0 !important; padding-right: 0 !important; padding-top: 0 !important; padding-bottom: 15px !important; } .uif-verticalRadioFieldset > span { margin-bottom: 5px; } .ui-autocomplete-input { background-image: none; } .btn { border-radius: 0 !important; } input[type="checkbox"] { margin-top: 8px; } .transparentField .belowInputField { position: absolute; top: 0; left: 0; z-index: -500; text-align: right; color: rgb(130, 130, 130); border: none; } .transparentField .belowInputField.has-helper { padding-right: 65px; } .transparentField .form-control { background-color: transparent; } .uif-actionBar .dataOverride { color: orange; } /** ie specific fix **/ [data-role="Page"] { display: block !important; } /** Document info styling **/ #PropDev-DefaultView_header, #PropBudget-DefaultView_header { min-height: 5em; } .uif-documentInfo { margin-right: 15px; } .uif-documentInfo .dropdown-menu { width: 40em; } /** Nav menu responsive to screen size css **/ .kc-navMenuDropdown .dropdown-menu a, .kc-navMenuDropdown .dropdown-menu h3, .kc-navMenuDropdown .dropdown-menu h4 { font-size: .9em; } .kc-navMenuDropdown .dropdown-menu h3, .kc-navMenuDropdown .dropdown-menu h4 { font-size: 1em !important; } @media (min-width: 768px) { .kc-navMenuDropdown .dropdown-menu { min-width: 65em !important; } .kc-researcherDropdown .dropdown-menu, .kc-unitDropdown .dropdown-menu, .kc-centralAdminDropdown .dropdown-menu { left: 0; right: inherit; } } @media (min-width: 992px) { .kc-navMenuDropdown .dropdown-menu { min-width: 70em !important; } .kc-centralAdminDropdown .dropdown-menu { left: inherit; right: 0; } } @media (min-width: 1200px) { .kc-researcherDropdown .dropdown-menu, .kc-unitDropdown .dropdown-menu { left: inherit; right: 0; } } a.paginate_active { color: white; background-color: #07C; } /** z-index fix for blocking element for component refreshes **/ div.blockOverlay { z-index: 1000 !important; } div.blockElement { z-index: 1001 !important; } .modal div.blockOverlay { z-index: 10000 !important; } .modal div.blockElement { z-index: 10101 !important; } /** center modal footer buttons in all cases... **/ .modal-footer { text-align: center; } li.kc-listIconDropdown li:before { content: '\e949'; font-family: krad-icons; display: inline-block; width: 1em; margin-left: 0em; } li.kc-listIconDropdown li p.uif-boxLayoutHorizontalItem { float: none; display: inline; margin-right: .2em; } li.kc-listIconDropdown li a.uif-boxLayoutHorizontalItem { float: none; display: inline; margin-right: .2em; margin-left: .2em; } li.kc-listIconDropdown li div.uif-boxSection { display: inline-block; } section.medusa div.jstree a ins { display:none; } div.medusa-node-value a { display:inline-block; line-height:16px; height:16px; color: #07c; white-space:nowrap; text-decoration:none; padding:1px 2px; margin:0; } section.medusa a:hover{ text-decoration:underline; } section.medusa div.btn a:hover{ text-decoration:none; } .app-header-version { padding-right: 5px; padding-top: 3px; }
coeus-webapp/src/main/webapp/css/common/core.css
.input-range-msg { width: 1%; font-size: 14px; } .input-group-btn:nth-child(2) > .btn { margin-left: -1px; } .form-inline .form-control { display: inline-block; } .form-control { border-radius: 0 !important; } /** add bottom border for view header **/ .uif-viewHeader-contentWrapper { border-bottom: 1px solid #ccc; } .input-group-btn > a { display: inline-block; border-top: 1px solid #aaa; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa; color: #1150b0; border-color: #cccccc; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #ffffff; background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #ffffff), color-stop(52%, #f2f2f2), color-stop(100%, #e6e6e6)); background: -webkit-linear-gradient(top, #ffffff 20%, #ffffff 50%, #f2f2f2 52%, #e6e6e6 100%); background: -moz-linear-gradient(top, #ffffff 20%, #ffffff 50%, #f2f2f2 52%, #e6e6e6 100%); background: -o-linear-gradient(top, #ffffff 20%, #ffffff 50%, #f2f2f2 52%, #e6e6e6 100%); background: linear-gradient(top, #ffffff 20%, #ffffff 50%, #f2f2f2 52%, #e6e6e6 100%); background-clip: padding-box; margin-left: 0px; } .input-group-btn > a.icon-search { padding: 7px 7px 8px 7px; } .input-group-btn > a.icon-edit-sign { padding: 8px 7px 7px 7px; } /** Readonly alignment fix for css grid layout **/ div[class^="col-"] .uif-inputField span[id$="_control"] { display: inline-block; padding-top: 0.5em; } .uif-inputField pre, .uif-field pre { background: none; border: none; margin: 0; padding: 0; } .uif-viewHeader-contentWrapper .uif-viewHeader { margin-top: 0; padding-top: 10px; } .uif-stickyButtonFooter { background: none repeat scroll 0 0 #F8F8F8; border-top: 1px solid #E2E2E2; /* box-shadow: none; */ padding: 0; } .uif-stickyButtonFooter > div { float: right; padding: 15px; } .uif-stickyButtonFooter button { margin: 0; } .textarea_popout { padding: 15px; } .uif-lightbox{ width: 720px; } .uif-lightbox h1 { font-size: 26px; margin: 0; padding-bottom: 10px; padding-top: 15px; padding-left: 15px; } .uif-lightbox h3 { font-size: 16px; margin: 0; } .uif-lightbox .uif-cssGridLayout { padding: 15px 15px 1px; } .uif-lightbox .uif-cssGridLayout { background-color: #FFFFFF; } .uif-lightbox .uif-footer { background: none repeat scroll 0 0 #F9F9F9; margin-bottom: 0; padding-top: 5px; text-align: right; } .uif-lightbox > div .uif-label-top { margin-bottom: 5px; } .uif-lightbox .row{ margin-left: 0; margin-right: 0; } .fancybox-skin { padding-left: 0 !important; padding-right: 0 !important; padding-top: 0 !important; padding-bottom: 15px !important; } .uif-verticalRadioFieldset > span { margin-bottom: 5px; } .ui-autocomplete-input { background-image: none; } .btn { border-radius: 0 !important; } input[type="checkbox"] { margin-top: 8px; } .transparentField .belowInputField { position: absolute; top: 0; left: 0; z-index: -500; text-align: right; color: rgb(130, 130, 130); border: none; } .transparentField .belowInputField.has-helper { padding-right: 65px; } .transparentField .form-control { background-color: transparent; } .uif-actionBar .dataOverride { color: orange; } /** ie specific fix **/ [data-role="Page"] { display: block !important; } /** Document info styling **/ #PropDev-DefaultView_header, #PropBudget-DefaultView_header { min-height: 5em; } .uif-documentInfo { margin-right: 15px; } .uif-documentInfo .dropdown-menu { width: 40em; } /** Nav menu responsive to screen size css **/ .kc-navMenuDropdown .dropdown-menu a, .kc-navMenuDropdown .dropdown-menu h3, .kc-navMenuDropdown .dropdown-menu h4 { font-size: .9em; } .kc-navMenuDropdown .dropdown-menu h3, .kc-navMenuDropdown .dropdown-menu h4 { font-size: 1em !important; } @media (min-width: 768px) { .kc-navMenuDropdown .dropdown-menu { min-width: 65em !important; } .kc-researcherDropdown .dropdown-menu, .kc-unitDropdown .dropdown-menu, .kc-centralAdminDropdown .dropdown-menu { left: 0; right: inherit; } } @media (min-width: 992px) { .kc-navMenuDropdown .dropdown-menu { min-width: 70em !important; } .kc-centralAdminDropdown .dropdown-menu { left: inherit; right: 0; } } @media (min-width: 1200px) { .kc-researcherDropdown .dropdown-menu, .kc-unitDropdown .dropdown-menu { left: inherit; right: 0; } } a.paginate_active { color: white; background-color: #07C; } /** z-index fix for blocking element for component refreshes **/ div.blockOverlay { z-index: 1000 !important; } div.blockElement { z-index: 1001 !important; } .modal div.blockOverlay { z-index: 10000 !important; } .modal div.blockElement { z-index: 10101 !important; } /** center modal footer buttons in all cases... **/ .modal-footer { text-align: center; } li.kc-listIconDropdown li:before { content: '\e949'; font-family: krad-icons; display: inline-block; width: 1em; margin-left: 0em; } li.kc-listIconDropdown li p.uif-boxLayoutHorizontalItem { float: none; display: inline; margin-right: .2em; } li.kc-listIconDropdown li a.uif-boxLayoutHorizontalItem { float: none; display: inline; margin-right: .2em; margin-left: .2em; } li.kc-listIconDropdown li div.uif-boxSection { display: inline-block; } section.medusa div.jstree a ins { display:none; } div.medusa-node-value a { display:inline-block; line-height:16px; height:16px; color: #07c; white-space:nowrap; text-decoration:none; padding:1px 2px; margin:0; } section.medusa a:hover{ text-decoration:underline; } section.medusa div.btn a:hover{ text-decoration:none; } .app-header-version { padding-right: 5px; padding-top: 3px; }
0.427158
0.092319