code
stringlengths
2k
1.04M
repo_path
stringlengths
5
517
parsed_code
stringlengths
0
1.04M
quality_prob
float64
0.02
0.95
learning_prob
float64
0.02
0.93
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap'); @media(min-width:360px){ .card-columns{ column-count: 2; } } @media(min-width:576px){ .card-columns{ column-count: 2; } } @media(min-width:768px){ .card-columns{ column-count: 2; } } @media(min-width:992px){ .card-columns{ column-count: 2; } } @media(min-width:1200px){ .card-columns{ column-count: 2; } } html{ scroll-behavior: smooth; } body{ font-family:'Manrope', sans-serif; font-weight:700; color:#adb5bd; line-height:32px; } h1{ font-size: 3rem; } h1, h2, h3{ color:#4e4e4e; font-weight:800; /* margin-bottom: 32px; */ } section{ padding-top: 200px; padding-bottom: 200px; } button{ font-weight: 700 !important; } .font-color-main{ color:#697BFF; } .border-color-main{ border: 1px solid #697BFF !important; } .btn-main{ color: #ffffff; background-color:#697BFF; border-color:#697BFF; } .btn-muted{ color:#ffffff; background-color:#adb5bd; border-color:#adb5bd; } .btn-main:hover i, .btn-muted:hover i { margin-right: 20px !important; } .btn-main:hover, .btn-muted:hover{ color: #ffffff; } .play-btn{ background-color:#697BFF; border-color: #697BFF; } .play-btn:hover { transform: scale(1.1); color:#697BFF; background-color:#FFF; border-color: #697BFF; } .translate-hover:hover{ transform: translateY(-1em); } .scale-hover:hover{ transform: scale(1.1); } .play-btn:hover, .shadow-hover:hover, .btn-main:hover i, .btn-muted:hover i{ transition: 0.4s cubic-bezier(.57,.6,.73,.71); } .accordion{ border-color: #697BFF !important; } .accordion .card .card-header .btn-link, .accordion .collapse{ color: #697BFF !important; } .accordion .card-header{ background-color:#FFFFFF; } .nav-link:hover{ color: #697BFF !important; transform: translateY(-0.2em); } #temp{ background-image: url(./img/black-switch-wallpaper.jpg); height:100%; background-attachment:fixed; background-position:center; background-repeat:no-repeat; background-size:cover; }
styles.css
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap'); @media(min-width:360px){ .card-columns{ column-count: 2; } } @media(min-width:576px){ .card-columns{ column-count: 2; } } @media(min-width:768px){ .card-columns{ column-count: 2; } } @media(min-width:992px){ .card-columns{ column-count: 2; } } @media(min-width:1200px){ .card-columns{ column-count: 2; } } html{ scroll-behavior: smooth; } body{ font-family:'Manrope', sans-serif; font-weight:700; color:#adb5bd; line-height:32px; } h1{ font-size: 3rem; } h1, h2, h3{ color:#4e4e4e; font-weight:800; /* margin-bottom: 32px; */ } section{ padding-top: 200px; padding-bottom: 200px; } button{ font-weight: 700 !important; } .font-color-main{ color:#697BFF; } .border-color-main{ border: 1px solid #697BFF !important; } .btn-main{ color: #ffffff; background-color:#697BFF; border-color:#697BFF; } .btn-muted{ color:#ffffff; background-color:#adb5bd; border-color:#adb5bd; } .btn-main:hover i, .btn-muted:hover i { margin-right: 20px !important; } .btn-main:hover, .btn-muted:hover{ color: #ffffff; } .play-btn{ background-color:#697BFF; border-color: #697BFF; } .play-btn:hover { transform: scale(1.1); color:#697BFF; background-color:#FFF; border-color: #697BFF; } .translate-hover:hover{ transform: translateY(-1em); } .scale-hover:hover{ transform: scale(1.1); } .play-btn:hover, .shadow-hover:hover, .btn-main:hover i, .btn-muted:hover i{ transition: 0.4s cubic-bezier(.57,.6,.73,.71); } .accordion{ border-color: #697BFF !important; } .accordion .card .card-header .btn-link, .accordion .collapse{ color: #697BFF !important; } .accordion .card-header{ background-color:#FFFFFF; } .nav-link:hover{ color: #697BFF !important; transform: translateY(-0.2em); } #temp{ background-image: url(./img/black-switch-wallpaper.jpg); height:100%; background-attachment:fixed; background-position:center; background-repeat:no-repeat; background-size:cover; }
0.140572
0.074198
Theme Start =============================================================================================*/ /* ============================================= Theme Reset Style ============================================= */ @import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,700,900|Noto+Sans:400,700|Open+Sans:300,400,600,700,800|Playfair+Display:400i,700i|Poppins:100,300,400,500,600,800,900&display=swap"); * { margin: 0px; padding: 0px; } body { color: #222; min-width: 360px; background: #fff; font: 400 13px/23px "Circular Std"; /* font: 400 13px/23px "Circular Std", Arial, Helvetica, sans-serif; */ } body h1, body h2, body h3 { color: #222; margin: 0 0 8px; font-weight: 300; line-height: 1.5; font-style: normal; text-transform: none; /* font-family: "Poppins", Arial, Helvetica, sans-serif; */ font-size: 20px; } body h4, /* body h5, */ body h6 { color: #222; margin: 0 0 8px; font-weight: 400; line-height: 1.5; font-style: normal; /* text-transform: uppercase; */ /* font-family: "Open Sans", Arial, Helvetica, sans-serif; */ } h1 { font-size: 48px; letter-spacing: 3px; } h2 { font-size: 36px; } h3 { font-size: 24px; } h4 { font-size: 18px; } h5 { /* font-size: 18px; */ } /* h6 { font-size: 14px; } */ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #222; } p a, p a:hover { text-decoration: underline; } p { margin: 0 0 20px; line-height: 20px; letter-spacing: normal; } a { text-decoration: none; } a:hover, a:focus, a:active { outline: none; text-decoration: none; } ul { margin: 0; } figure { margin-bottom: 6px; position: relative; } img { height: auto; max-width: 100%; } strong { color: #414141; } iframe { width: 100%; /* float: left; */ border: none; } .wp-caption.alignleft, .wp-caption.alignnone { width: 100%; } button { border: none; } textarea, select, .tg-select select, .form-control, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { color: #222; outline: none; height: 40px; background: #fff; font-size: 14px; -webkit-box-shadow: none; box-shadow: none; line-height: 18px; padding: 10px 20px; border-radius: 4px; display: inline-block; vertical-align: middle; border: 1px solid #dbdbdb; text-transform: capitalize; -webkit-box-sizing: border-box; box-sizing: border-box; } textarea.form-control { resize: none; height: 210px; } .form-control::-webkit-input-placeholder { color: #222; } /* WebKit, Blink, Edge */ .form-control:-moz-placeholder { color: #222; } /* Mozilla Firefox 4 to 18 */ .form-control::-moz-placeholder { color: #222; } /* Mozilla Firefox 19+ */ .form-control:-ms-input-placeholder { color: #222; } /* Internet Explorer 10-11 */ .form-control::-ms-input-placeholder { color: #222; } /* Microsoft Edge */ input:focus, .select select:focus, .form-control:focus { color: #222; border-color: #222; -webkit-box-shadow: none !important; box-shadow: none !important; } .form-group { width: 100%; float: left; margin: 0 0 20px; } label { color: #222; display: block; font-weight: 400; margin-bottom: 10px; } form p { float: left; position: relative; width: 100%; } form p span i { top: 13px; left: 18px; color: #474747; position: absolute; } option { padding: 5px 15px; } li { line-height: 28px; list-style: disc inside none; } ul ul { margin-left: 20px; } ol { float: none; list-style: decimal; padding-left: 15px; } ol ol { margin-left: 20px; } ol li { list-style: decimal; width: 100%; } table { background-color: transparent; max-width: 100%; } th { text-align: left; } table { width: 100%; margin-bottom: 15px; } 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: 1px solid #dbdbdb; border: 1px solid #dbdbdb; line-height: 2.5; padding-left: 3px; text-align: center; vertical-align: top; } table thead tr th { border-top: 1px solid #dbdbdb; text-align: center; text-transform: capitalize; } .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 1px solid #dbdbdb; } table > thead > tr > th { border-bottom: 2px solid #dbdbdb; vertical-align: bottom; } table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td { border-bottom: 0; } table > tbody + tbody { border-top: 2px solid #dbdbdb; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 6px 10px; } p ins { color: #222; } dl dd { margin-left: 20px; } address { font-style: italic; } /* ============================================= Theme Custom Select ============================================= */ .tg-select { color: #222; float: left; width: 100%; position: relative; text-transform: uppercase; } .tg-select:after { top: 0; right: 15px; z-index: 2; color: #222; display: block; content: "\f107"; position: absolute; text-align: center; font-size: inherit; line-height: 40px; font-family: "FontAwesome"; } .tg-select select { z-index: 1; width: 100%; position: relative; appearance: none; -moz-appearance: none; -webkit-appearance: none; } .tg-select select option { color: #222; } /* ============================================= Theme Custom CheckBox Radio ============================================= */ .tg-radio, .tg-radio label, .tg-checkbox, .tg-checkbox label { margin: 0; width: 100%; float: left; position: relative; } .tg-radio label, .tg-checkbox label { cursor: pointer; display: block; padding: 0 0 0 20px; } .tg-radio input[type="radio"], .tg-checkbox input[type="checkbox"] { display: none; } .tg-radio input[type="radio"] + label:before, .tg-checkbox input[type="checkbox"] + label:before { top: 4px; left: 0; color: #373542; font-size: 14px; line-height: 14px; content: "\f096"; position: absolute; font-family: "FontAwesome"; } .tg-radio input[type="radio"] + label:before { content: ""; } .tg-radio input[type="radio"]:checked + label:before, .tg-checkbox input[type="checkbox"]:checked + label:before { content: "\f046"; } /* ============================================= Theme Global Elements ============================================= */ .tg-haslayout { width: 100%; float: left; } .tg-sectionspace { padding: 100px 0; } .tg-locationmap { width: 100%; float: left; height: 500px; } .tg-btn-sm { padding: 0 20px; line-height: 30px; } .tg-btn { color: #222; padding: 0 50px; background: #fff; position: relative; text-align: center; display: inline-block; vertical-align: middle; border: 1px solid #dbdbdb; text-transform: capitalize; font: 400 13px/38px; } .tg-btn:hover { color: #fff; } .tg-btn-lg { width: 100%; } /* ====================================== */ /* ============================================= Theme BreadCrumb Style ============================================= */ .tg-breadcrumb { padding: 0; margin: 0; color: #fff; float: right; list-style: none; text-align: right; text-transform: uppercase; font: 14px/44px; } .tg-breadcrumb li { width: auto; list-style-type: none; display: inline-block; vertical-align: middle; line-height: inherit; padding: 0 15px; position: relative; } .tg-breadcrumb li:after { top: 0; left: -3px; content: "-"; position: absolute; } .tg-breadcrumb li:last-child { padding: 0 0 0 15px; } .tg-breadcrumb li:first-child:after { display: none; } .tg-breadcrumb li a { display: block; color: #fff; } /* ============================================= Theme Styling ============================================= */ .tg-home { } .tg-wrapper { overflow: hidden; } .tg-main { } .tg-footer { } /* ============================================= Social Media Icons ============================================= */ .tg-socialicons { overflow: hidden; list-style: none; text-align: center; line-height: 34px; } .tg-socialicons li { float: left; padding: 0 4px; line-height: inherit; list-style-type: none; } .tg-socialicons li a { width: 34px; height: 34px; color: #fff; display: block; background: #000; overflow: hidden; font-size: 13px; line-height: 34px; position: relative; text-align: center; border-radius: 34px; text-transform: capitalize; } .tg-inputwithicon.tg-facebook .tg-icon, .tg-checkbox.tg-facebook, li.tg-facebook a { background: #3b5999; } .tg-inputwithicon.tg-twitter .tg-icon, .tg-checkbox.tg-twitter, li.tg-twitter a { background: #55acee; } .tg-inputwithicon.tg-linkedin .tg-icon, .tg-checkbox.tg-linkedin, li.tg-linkedin a { background: #0077b5; } .tg-inputwithicon.tg-skype .tg-icon, .tg-checkbox.tg-skype, li.tg-skype a { background: #00aff0; } .tg-checkbox.tg-dropbox, li.tg-dropbox a { background: #007ee5; } .tg-checkbox.tg-vimeo, li.tg-vimeo a { background: #1ab7ea; } .tg-checkbox.tg-tumblr, li.tg-tumblr a { background: #34465d; } .tg-checkbox.tg-yahoo, li.tg-yahoo a { background: #410093; } .tg-inputwithicon.tg-googleplus .tg-icon, .tg-checkbox.tg-googleplus, li.tg-googleplus a { background: #dd4b39; } .tg-inputwithicon.tg-pinterestp .tg-icon, .tg-checkbox.tg-pinterestp, li.tg-pinterestp a { background: #bd081c; } .tg-checkbox.tg-youtube, li.tg-youtube a { background: #cd201f; } .tg-checkbox.tg-stumbleupon, li.tg-stumbleupon a { background: #eb4924; } .tg-checkbox.tg-reddit, li.tg-reddit a { background: #ff5700; } .tg-checkbox.tg-quora, li.tg-quora a { background: #b92b27; } .tg-checkbox.tg-yelp, li.tg-yelp a { background: #af0606; } .tg-checkbox.tg-soundcloud, li.tg-soundcloud a { background: #ff3300; } .tg-checkbox.tg-whatsapp, li.tg-whatsapp a { background: #25d366; } .tg-checkbox.tg-wechat, li.tg-wechat a { background: #09b83e; } .tg-checkbox.tg-instagram, li.tg-instagram a { background: #e4405f; } .tg-checkbox.tg-dribbble, li.tg-dribbble a { background: #ea4c89; } .tg-checkbox.tg-flickr, li.tg-flickr a { background: #ff0084; } .tg-checkbox.tg-rss, li.tg-rss a { background: #ff6600; } .tg-socialiconsborder li.tg-facebook a { color: #3b5999; border: 1px solid #3b5999; } .tg-socialiconsborder li.tg-twitter a { color: #55acee; border: 1px solid #55acee; } /* .tg-socialiconsborder li.tg-linkedin a { color: #0077b5; border: 1px solid #0077b5; } */ .tg-socialiconsborder li.tg-skype a { color: #00aff0; border: 1px solid #00aff0; } .tg-socialiconsborder li.tg-dropbox a { color: #007ee5; border: 1px solid #007ee5; } .tg-socialiconsborder li.tg-vimeo a { color: #1ab7ea; border: 1px solid #1ab7ea; } .tg-socialiconsborder li.tg-tumblr a { color: #34465d; border: 1px solid #34465d; } .tg-socialiconsborder li.tg-yahoo a { color: #410093; border: 1px solid #410093; } .tg-socialiconsborder li.tg-googleplus a { color: #dd4b39; border: 1px solid #dd4b39; } .tg-socialiconsborder li.tg-pinterestp a { color: #bd081c; border: 1px solid #bd081c; } .tg-socialiconsborder li.tg-youtube a { color: #cd201f; border: 1px solid #cd201f; } .tg-socialiconsborder li.tg-stumbleupon a { color: #eb4924; border: 1px solid #eb4924; } .tg-socialiconsborder li.tg-reddit a { color: #ff5700; border: 1px solid #ff5700; } .tg-socialiconsborder li.tg-quora a { color: #b92b27; border: 1px solid #b92b27; } .tg-socialiconsborder li.tg-yelp a { color: #af0606; border: 1px solid #af0606; } .tg-socialiconsborder li.tg-soundcloud a { color: #ff3300; border: 1px solid #ff3300; } .tg-socialiconsborder li.tg-whatsapp a { color: #25d366; border: 1px solid #25d366; } .tg-socialiconsborder li.tg-wechat a { color: #09b83e; border: 1px solid #09b83e; } .tg-socialiconsborder li.tg-instagram a { color: #e4405f; border: 1px solid #e4405f; } .tg-socialiconsborder li.tg-dribbble a { color: #ea4c89; border: 1px solid #ea4c89; } .tg-socialiconsborder li.tg-flickr a { color: #ff0084; border: 1px solid #ff0084; } .tg-socialiconsborder li.tg-rss a { color: #ff6600; border: 1px solid #ff6600; } .tg-socialiconsborder li a { background: none; line-height: 32px; } .tg-socialiconsborder li.tg-facebook a i { color: #3b5999; } .tg-socialiconsborder li.tg-twitter a i { color: #55acee; } .tg-socialiconsborder li.tg-linkedin a i { color: #0077b5; } .tg-socialiconsborder li.tg-skype a i { color: #00aff0; } .tg-socialiconsborder li.tg-dropbox a i { color: #007ee5; } .tg-socialiconsborder li.tg-vimeo a i { color: #1ab7ea; } .tg-socialiconsborder li.tg-tumblr a i { color: #34465d; } .tg-socialiconsborder li.tg-yahoo a i { color: #410093; } .tg-socialiconsborder li.tg-googleplus a i { color: #dd4b39; } .tg-socialiconsborder li.tg-pinterestp a i { color: #bd081c; } .tg-socialiconsborder li.tg-youtube a i { color: #cd201f; } .tg-socialiconsborder li.tg-stumbleupon a i { color: #eb4924; } .tg-socialiconsborder li.tg-reddit a i { color: #ff5700; } .tg-socialiconsborder li.tg-quora a i { color: #b92b27; } .tg-socialiconsborder li.tg-yelp a i { color: #af0606; } .tg-socialiconsborder li.tg-soundcloud a i { color: #ff3300; } .tg-socialiconsborder li.tg-whatsapp a i { color: #25d366; } .tg-socialiconsborder li.tg-wechat a i { color: #09b83e; } .tg-socialiconsborder li.tg-instagram a i { color: #e4405f; } .tg-socialiconsborder li.tg-dribbble a i { color: #ea4c89; } .tg-socialiconsborder li.tg-flickr a i { color: #ff0084; } .tg-socialiconsborder li.tg-rss a i { color: #ff6600; } .tg-socialicons li a i { color: #fff; display: block; text-align: center; font-size: inherit; line-height: inherit; } .tg-socialsharewithtext li a i { width: 34px; } .tg-socialicons li a:hover { color: #fff; } /* ============================================= Theme Pagination Style ============================================= */ .tg-pagination { width: 100%; float: left; padding: 50px 0 0; font: 14px/24px; } .tg-pagination ul { margin: 0; padding: 0; width: 100%; float: right; list-style: none; text-align: center; line-height: inherit; } .tg-pagination ul li { padding: 0 15px; position: relative; line-height: inherit; list-style-type: none; display: inline-block; vertical-align: middle; } .tg-pagination ul li:after, .tg-pagination ul li:before { bottom: 0; width: 2px; opacity: 0; content: ""; height: 2px; background: #000; visibility: hidden; position: absolute; } .tg-pagination ul li:after { left: 8px; } .tg-pagination ul li:before { right: 8px; } .tg-pagination ul li.tg-prevpage { margin-left: 0; } .tg-pagination ul li.tg-nextpage { margin-right: 0; } .tg-pagination ul li a { display: block; color: #373542; text-align: center; position: relative; line-height: inherit; } .tg-pagination ul li a:after { left: 50%; bottom: 0; width: 2px; opacity: 0; content: ""; height: 2px; background: #000; visibility: hidden; margin: 0 0 0 -1px; position: absolute; } .tg-pagination ul li:hover a:after, .tg-pagination ul li.tg-active a:after, .tg-pagination ul li:hover:after, .tg-pagination ul li:hover:before, .tg-pagination ul li.tg-active:after, .tg-pagination ul li.tg-active:before { opacity: 1; visibility: visible; } .tg-pagination ul li.tg-nextpage a, .tg-pagination ul li.tg-prevpage a { width: auto; font-size: 20px; overflow: hidden; position: relative; } .tg-pagination ul li.tg-nextpage a { padding: 0 0 0 25px; } .tg-pagination ul li.tg-prevpage a { padding: 0 25px 0 0; } .tg-pagination ul li.tg-nextpage a:after, .tg-pagination ul li.tg-prevpage a:after { top: 50%; opacity: 0; content: ""; width: 15px; height: 1px; background: #373542; position: absolute; visibility: hidden; } .tg-pagination ul li.tg-nextpage a:after { right: 50px; } .tg-pagination ul li.tg-prevpage a:after { left: 50px; } .tg-pagination ul li.tg-nextpage a:hover:after, .tg-pagination ul li.tg-prevpage a:hover:after { opacity: 1; visibility: visible; } .tg-pagination ul li.tg-nextpage a:hover:after { right: 2px; } .tg-pagination ul li.tg-prevpage a:hover:after { left: 2px; } /* ============================================= Project Colors Start ============================================= */ .tg-bglight { background: #f7f7f7; } .tg-bglighttwo { background: #f6f6f6; } .tg-bglightpawnguru { /* background-color: #fef6ee; */ background-color: #FAD8AF; } .tg-bglightfour { background-color: #E6E6EF; } .tg-bglighthonesti { background-color: #c4e7ff; } .tg-bgdark { background: #373542; } .highlighted-about { /*background: linear-gradient(180deg,rgba(46, 73, 236,0) 50%, rgba(229, 127, 144, 0.5) 50%)*/ color: rgb(229, 127, 144); font-weight: 600; } /* .highlighted-about { background: linear-gradient(180deg,rgba(46, 73, 236,0) 50%, rgba(86, 158, 196, 0.5) 50%) } */ .highlighted-themeblue { background: linear-gradient( 180deg, rgba(46, 73, 236, 0) 50%, rgba(86, 158, 196, 0.5) 50% ); } .highlighted-default { background: linear-gradient( 180deg, rgba(46, 73, 236, 0) 50%, rgba(26, 27, 28, 0.5) 50% ); } .highlighted-pawnguru { background: linear-gradient( 180deg, rgba(46, 73, 236, 0) 50%, rgba(237, 169, 43, 0.3) 50% ); } .highlighted-adobe { background: linear-gradient( 180deg, rgba(46, 73, 236, 0) 50%, #D3D3DD 50% ); } .highlighted-honesti{ background: linear-gradient( 180deg, rgba(150, 171, 220, 0) 50%, rgba(168, 185, 224, 0.3) 50% ); } /* ============================================= Project Colors End ============================================= */ .tg-roundicontext .tg-usericonholder { width: 250px; display: block; overflow: hidden; font-style: normal; } .tg-roundicontext i, .tg-roundicontext span { float: left; font-size: inherit; line-height: inherit; } .tg-roundicontext span { padding: 0 15px 0 0; } .tg-roundicontext:focus, .tg-roundicontext:hover { color: #fff; width: 100%; } .tg-roundicontext:hover .tg-usericonholder { width: 100%; } .tg-verticalmiddle { margin: 0 -1px; float: none !important; display: inline-block; vertical-align: middle; } /* ========================================================================================== Global =============================================================================================*/ /* ============================================= Header Style ============================================= */ .tg-header { top: 0; left: 0; width: 100%; z-index: 99; position: absolute; padding: 20px 40px 0; background-color: rgba(255, 255, 255); } .tg-navigationarea { width: 100%; float: left; padding-bottom: 10px; } .tg-logo { float: left; } .tg-logo a, .tg-logo a img { display: block; margin: auto; } .tg-logo a img { width: 100%; height: auto; } .tg-nav { float: right; text-transform: capitalize; font: 400 14px/18px "Open Sana", Arial, Helvetica, sans-serif; display: block; margin-top: 0px; } .sticky { position: fixed; top: 0; width: 100%; } .sticky + .content { padding-top: 60px; } .tg-navigation { padding: 20px 0 0 0; width: 100%; float: left; } .tg-navigation ul { list-style: none; line-height: inherit; } .tg-navigation > ul { width: 100%; float: left; list-style: none; text-align: center; line-height: inherit; } .tg-navigation ul li { line-height: inherit; list-style-type: none; } .tg-navigation > ul > li { width: auto; float: left; padding: 0 33px; line-height: inherit; } .tg-navigation ul li:last-child { padding: 0; } .tg-navigation ul li a { color: #a8a8a8; display: block; text-transform: uppercase; } .tg-navigation ul li:hover a, .tg-navigation ul li.tg-active a { color: #ffc200; text-transform: uppercase; } .sub-menu, .mega-menu { top: 150px; left: 0; opacity: 0; background: #fff; visibility: hidden; position: absolute; } .sub-menu { margin: 0; width: 230px; } .tg-navigation > ul > li:hover .sub-menu, .tg-navigation > ul > li:hover .mega-menu { top: 100%; opacity: 1; visibility: visible; } .mega-menu-row { margin: 0; display: table; table-layout: fixed; } /* ========================================================================================== Index =============================================================================================*/ .tg-content { width: 100%; float: left; position: relative; /* padding: 0 30px 30px 30px; */ } .tg-content:after { clear: both; content: ""; display: block; overflow: hidden; } .tg-btns, .tg-projectname, .tg-projecttitle { position: absolute; } .tg-projecttitle { top: 50%; right: -280px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .tg-projectname { top: 0; z-index: 2; left: -20px; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; } .tg-projectname h2 { margin: 0; color: #222; font-size: 18px; line-height: 18px; text-transform: capitalize; } .tg-projectname h2 span { color: #777; font-size: 18px; line-height: 14px; } .tg-slidecounterholder { left: 50%; width: 100%; bottom: 100px; max-width: 800px; position: absolute; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } .tg-slidecounter { z-index: 2; float: right; right: -50px; position: relative; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); } .tg-slidecounter:after { left: 65px; width: 50px; content: ""; height: 1px; bottom: 12px; position: absolute; background: #747474; } .tg-slidecounter span { padding: 0 35px; position: relative; display: inline-block; vertical-align: middle; } .tg-btns { z-index: 9; width: 100%; float: left; position: relative; text-align: center; } .tg-btns ul { width: 100%; float: left; font-size: 14px; font-weight: 400; list-style: none; line-height: 18px; text-transform: uppercase; } .tg-btns ul li { width: auto; padding: 0 53px; position: relative; line-height: inherit; display: inline-block; list-style-type: none; vertical-align: middle; } .tg-btns ul li:after { top: 50%; left: -25px; content: ""; width: 50px; height: 1px; position: absolute; background: #747474; } .tg-btns ul li:first-child:after { display: none; } .tg-btns ul li a { color: #222; display: block; } .tg-homeslider { width: 100%; float: left; } .tg-homeslider .item { width: 100%; float: left; height: 100vh; padding: 100px 0; } .tg-homeslider figure { margin: 0; width: 100%; float: left; height: 100%; position: relative; } .tg-homeslider figure:before { top: 12px; left: -15px; z-index: -1; content: ""; width: 100%; height: 100%; background: #000; position: absolute; } .tg-projecttitle h3 { margin: 0; color: #000; font-size: 80px; font-weight: 900; overflow: hidden; line-height: 101px; position: relative; text-transform: capitalize; -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 2px; -webkit-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tg-projecttitle h3:before { top: 0; left: 0; width: 0; color: #000; overflow: hidden; position: absolute; content: attr(data-text); text-transform: capitalize; -webkit-text-fill-color: #000; -webkit-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } /* ========================================================================================== Project page Start =============================================================================================*/ /* =================================================== Hero Start =====================================================*/ .tg-sectionhead { width: 100%; float: left; padding: 0 0 50px; text-align: left; } .tg-sectionhead h2 { margin: 0; color: #333; font-size: 28px; font-weight: 600; line-height: 40px; text-transform: none; } .tg-sectionhead h3 { letter-spacing: 5px; font-weight: 600; text-transform: uppercase; } /* =================================================== Content Start =====================================================*/ .tg-description { width: 100%; float: left; } .tg-description h3 { font-size: 24px; font-weight: 500; text-align: center; text-transform: none; padding: 5% 0 1% 0; } .tg-description h4 { font-size: 24px; font-weight: 700; text-align: left; text-transform: none; padding: 5% 0 1% 0; } .tg-sectiondescriptionP .tg-description h6 { font-size: 24px; font-weight: 700; text-align: center; text-transform: none; padding: 2% 0 1% 0; } .tg-description b { font-size: 18px; } .tg-description .tg-sectiondescriptionP .quote i { font-family: "Playfair Display", serif; } .tg-description .tg-sectiondescriptionP .tg-sectiondescription i { float: left; } /* LoanSense Page Project Info Start */ #project-1 { margin: 0 0 5% 5%; } #project-2 { margin: 0 0 5% 5%; } /* LoanSense Page Project Info End */ /* =================================================== Content Start =====================================================*/ /* ========================================================================================== Project Page End =============================================================================================*/ .row.no-gutters { margin-right: 0; margin-left: 0; } .no-gutters > [class^="col-"], .no-gutters > [class*="col-"], .row.no-gutters > [class^="col-"], .row.no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; } .tg-dropdowarrow { top: 9px; right: 15px; color: #fff; width: 20px; height: 20px; display: none; cursor: pointer; font-size: 18px; line-height: 20px; position: absolute; text-align: center; } .tg-dropdowarrow i { display: block; font-size: inherit; line-height: inherit; } .tg-open .tg-dropdowarrow i:before { content: "\f106"; } .menu-item-has-children, .menu-item-has-mega-menu { position: relative; } .mega-menu-row { width: 100%; float: left; display: table; table-layout: fixed; } .mega-menu-col { display: table-cell; vertical-align: top; } .navbar-toggle { border: 0; border-radius: 0; margin: -4px 0 0; padding: 20px 12px; } .navbar-toggle .icon-bar { background: #569ec4; } .tg-formtheme { width: 100%; float: left; } .tg-formtheme fieldset { border: 0; margin: 0; padding: 0; width: 100%; float: left; position: relative; } .tg-inputwithicon { position: relative; } .tg-inputwithicon i { top: 0; right: 0; z-index: 2; width: 40px; height: 40px; line-height: 40px; position: absolute; text-align: center; } .tg-inputwithicon .form-control { z-index: 1; position: relative; } .tg-bgteam { background: #d18774; } /*========================================================================================== For Mobile Nav use this code in Responsive.css desired Query ==========================================================================================*/ /* .navbar-toggle{display: block;} .navbar-collapse.collapse {display: none!important;} .collapse.in{display:block !important;} */ /*========================================================================================== For Mobile Nav use this code in Responsive.css desired Query ==========================================================================================*/ .tg-homeslidervone figure.tg-workrobmolis:before { background: #edb7cc; } .tg-homeslidervone figure.tg-workmomentsly:before { background: #d38b79; } .tg-homeslidervone figure.tg-workdrivertool:before { background: #2332a5; } .tg-homeslidervone figure.tg-workjoydance:before { background: #fccc05; } .tg-homeslidervone figure.tg-wrokdalbania:before { background: #1c1819; } .tg-homeslidervone figure.tg-workcreature7:before { background: #cc8d87; } .tg-homeslidervone figure.tg-workukioapp:before { background: #1c1819; } .tg-workrobmolis .tg-projecttitle h3, .tg-workrobmolis .tg-projecttitle h3:before { color: #edb7cc; } .tg-workrobmolis .tg-projecttitle h3:before { -webkit-text-fill-color: #edb7cc; } .tg-workmomentsly .tg-projecttitle h3, .tg-workmomentsly .tg-projecttitle h3:before { color: #d38b79; } .tg-workmomentsly .tg-projecttitle h3:before { -webkit-text-fill-color: #d38b79; } .tg-workdrivertool .tg-projecttitle h3, .tg-workdrivertool .tg-projecttitle h3:before { color: #2332a5; } .tg-workdrivertool .tg-projecttitle h3:before { -webkit-text-fill-color: #2332a5; } .tg-workjoydance .tg-projecttitle h3, .tg-workjoydance .tg-projecttitle h3:before { color: #fccc05; } .tg-workjoydance .tg-projecttitle h3:before { -webkit-text-fill-color: #fccc05; } .tg-wrokdalbania .tg-projecttitle h3, .tg-wrokdalbania .tg-projecttitle h3:before { color: #1c1819; } .tg-wrokdalbania .tg-projecttitle h3:before { -webkit-text-fill-color: #1c1819; } .tg-workcreature7 .tg-projecttitle h3, .tg-workcreature7 .tg-projecttitle h3:before { color: #cc8d87; } .tg-workcreature7 .tg-projecttitle h3:before { -webkit-text-fill-color: #cc8d87; } .tg-workukioapp .tg-projecttitle h3, .tg-workukioapp .tg-projecttitle h3:before { color: #1c1819; } .tg-workukioapp .tg-projecttitle h3:before { -webkit-text-fill-color: #1c1819; } .tg-homeslider figure .tg-projecttitle h3:hover:before { width: 100%; } .tg-homeslidervone { margin: 0 0 20px; } .tg-homeslidervone .slick-dots, .tg-homeslidervone .slick-arrow { display: none !important; } .slick-slide { overflow: hidden; padding: 0 0 12px; } .tg-homeslidervone .slick-slide figure { float: none; width: 100%; margin: 0 auto; max-width: 670px; height: calc(100vh - 180px); } .slick-arrow { display: none; } .tg-contentholder { width: 100%; float: left; padding: 140px 40px 100px; } .tg-slidercontent { width: 100%; float: left; position: relative; padding: 100px 0 200px; } .tg-slidercontent h1 { margin: 0; color: #333; font-size: 65px; font-weight: 300; line-height: 85px; text-transform: capitalize; } .tg-slidercontent h3 { text-transform: none; } .tg-slidercontent h4 { text-transform: none; } .tg-slidercontent h1 span { display: block; } .tg-slidercontent h1 span em { color: #569ec4; font-weight: bold; font-style: normal; } /* .tg-slidercontent h3 em { color: #e57f90; font-weight: 500; font-style: normal; } */ #hero a { padding-top:20px; } #hero a span { position: absolute; top: 80%; left: 50%; width: 46px; height: 46px; margin-left: -23px; border: 1px solid #474747; background-color: transparent; border-radius: 100%; box-sizing: border-box; } #hero a span::after { position: absolute; top: 50%; left: 50%; content: ""; width: 18px; height: 18px; margin: -12px 0 0 -8px; border-left: 1px solid #474747; border-bottom: 1px solid #474747; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); box-sizing: border-box; } #hero a span::before { position: absolute; top: 0; left: 0; z-index: -1; content: ""; width: 44px; height: 44px; box-shadow: 0 0 0 0 rgba(86, 158, 196, 0.1); border-radius: 100%; opacity: 0; -webkit-animation: sdb03 4s infinite; animation: sdb03 s infinite; box-sizing: border-box; } @-webkit-keyframes sdb03 { 0% { opacity: 0; } 30% { opacity: 1; } 60% { box-shadow: 0 0 0 60px rgba(86, 158, 196, 0.1); opacity: 0; } 100% { opacity: 0; } } @keyframes sdb03 { 0% { opacity: 0; } 30% { opacity: 1; } 60% { /* box-shadow: 0 0 0 60px rgba(255,255,255,.1); */ box-shadow: 0 0 0 60px rgba(86, 158, 196, 0.1); opacity: 0; } 100% { opacity: 0; } } .tg-btnemail { right: 0; top: 250px; color: #d18774; font-size: 18px; line-height: 18px; position: absolute; text-decoration: underline; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; } .tg-btnemail:hover, .tg-btnemail:focus { color: #000; text-decoration: underline; } .at-cssgrid { /* width: 100%; */ float: left; margin: auto; display: grid; grid-gap: 60px; grid-template-columns: repeat(9, 2fr); } .index-proj-description { font-size: 18px; color: #5c5b5b; text-transform: none; /* margin-top: 50px; */ } .clearfix { margin: 5%; } .tg-masnorygallery { width: 100%; float: left; margin-left: 80px; position: relative; } .tg-masnorygallery:after { clear: both; content: ''; display: block; } /* .grid-sizer, .grid-item, .tg-griditemonormal { margin: 0; float: left; padding: 30px; width: 40.5%; } .tg-griditemlarge {width: 59.5%;} .grid-item:nth-child(4) {float: right;} .tg-homev2 .grid-sizer, .tg-homev2 .grid-item, .tg-homev2 .tg-griditemonormal {width: 33.33%;} .tg-homev2 .tg-griditemlarge {width: 66.67%;} */ .tg-gridcol { margin: 0; grid-column: span 4; grid-row: span 2; } .tg-griddoublecolrow { grid-column: span 8; grid-row: span 4; } .tg-griddoublecol { grid-column: span 8; } .tg-griddoublerow { grid-row: span 4; } .tg-gridcol7 { grid-column: span 7; grid-row: span 1; } .tg-gridrow5 { grid-column: span 5; grid-row: span 2; } .grid-item img { width: 100%; height: auto; display: block; } .column figure img { width: 100%; height: auto; display: block; } #projects .grid-item, #tg-portfolioholder .tg-contentbox { display: block; } body.tg-homev4 { background: #0033be; } .tg-background { top: 0; left: 0; margin: 0; z-index: -1; width: 100%; height: 100%; position: fixed; -webkit-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; } .tg-background img { width: 100%; height: auto; display: block; margin: 0 auto; } .tg-bgopcity .tg-background { opacity: 0.4; } body.tg-homev4 .tg-header .tg-navigation ul li a { color: #a8a8a8; } body.tg-homev4 .tg-header .tg-navigation ul li:hover a, body.tg-homev4 .tg-header .tg-navigation ul li.tg-active a, body.tg-homev5 .tg-header .tg-navigation ul li:hover a, body.tg-homev5 .tg-header .tg-navigation ul li.tg-active a { color: #fff; } .tg-homeslidervfour { padding: 90px 0 0; } .tg-homeslidervfour .tg-slidercontent { text-align: center; padding: 230px 0 200px; } .tg-homeslidervfour .tg-slidercontent figure { width: 235px; float: none; display: block; margin: 0 auto 50px; } .tg-homeslidervfour .tg-slidercontent figure:before { display: none; } .tg-homeslidervfour .tg-slidercontent figure img { width: 100%; height: auto; display: block; } .tg-homeslidervfour .tg-slidercontent .tg-description p { color: #fff; font-size: 18px; line-height: 30px; } .tg-homeslidervfour .tg-slidercontent h1 { color: #fff; width: 100%; float: left; font-size: 65px; margin: 0 0 60px; font-weight: bold; line-height: 65px; } .tg-viewmore { color: #fff; font-size: 14px; padding: 0 0 8px; line-height: 14px; display: inline-block; vertical-align: middle; text-transform: uppercase; border-bottom: 1px dashed #fff; } .tg-viewmore:hover { color: #fff; } .tg-contentbox { width: 100%; float: left; } .tg-contentbox + .tg-contentbox { padding: 150px 0 0; } .tg-contentbox:last-child { padding: 150px 0 155px; } .tg-profilecontent { width: 100%; float: left; } .tg-profilecontent h2 { color: #fff; float: left; width: 330px; font-size: 42px; font-weight: bold; line-height: 42px; text-transform: capitalize; } .tg-profilecontent .tg-description { width: auto; float: none; overflow: hidden; } .tg-profilecontent .tg-description p { margin: 0; color: #fff; font-size: 18px; line-height: 30px; } .tg-profilecontent ul { color: #fff; font-size: 18px; overflow: hidden; list-style: none; line-height: 18px; } .tg-profilecontent ul li { width: 50%; float: left; padding: 23px 0; line-height: inherit; list-style-type: none; } .tg-profilecontent ul li span { display: block; } .tg-profilecontent ul li strong { color: #fff; display: block; padding: 12px 0 0; } body.tg-homev4 .tg-footer { padding: 0 0 50px; } .tg-footercontent { width: 100%; float: left; padding: 50px 0 0; } .tg-startproject { float: left; } .tg-footercontent h3 { color: #fff; font-size: 42px; margin: 0 0 15px; font-weight: bold; line-height: 42px; text-transform: capitalize; } .tg-startproject a { color: #fff; display: block; font-size: 18px; line-height: 18px; } .tg-startproject a:hover, .tg-startproject a:focus { color: #fff; opacity: 0.6; } .tg-socialshare { float: right; } .tg-socialshare .tg-socialicons { width: 100%; float: left; line-height: 14px; } .tg-socialshare .tg-socialicons li { padding: 0 18px; position: relative; } .tg-socialshare .tg-socialicons li:first-child { padding-left: 0; } .tg-socialshare .tg-socialicons li:before { top: 50%; left: -2px; width: 6px; height: 1px; content: ""; background: #fff; position: absolute; } .tg-socialshare .tg-socialicons li:first-child:before { display: none; } .tg-socialshare .tg-socialicons li a { width: auto; color: #fff; height: auto; font-size: 14px; background: none; line-height: 17px; text-transform: uppercase; } .tg-socialshare .tg-socialicons li a:hover { opacity: 0.6; } body.tg-homev5 { background: #000; } .tg-homeslidervfive { padding: 90px 0 0; } .tg-homeslidervfive .tg-slidercontent { padding: 150px 0; text-align: center; } .tg-homeslidervfive .tg-slidercontent .tg-description p { margin: 0; color: #fff; font-size: 52px; font-weight: 300; line-height: 70px; } .tg-homeslidervfive .tg-slidercontent .tg-description p strong { color: #fff; } .tg-homeslidervfive .tg-contentbox .tg-sliderimg { width: auto; float: none; overflow: hidden; } .tg-homeslidervfive .tg-contentbox .tg-sliderimg:before { display: none; } .tg-homeslidervfive .tg-contentbox .tg-sliderimg img { width: 100%; height: auto; display: block; } .tg-portfolioholder { width: 100%; float: left; padding: 0 0 100px; } .tg-portfoliocontent { float: right; max-width: 415px; width: 100%; text-align: right; padding: 0 0 0 60px; } .tg-portfolioholder .tg-contentbox:last-child { padding-bottom: 0; } .tg-portfolioholder .tg-contentbox:nth-child(even) .tg-portfoliocontent { float: left; text-align: left; padding: 0 60px 0 0; } .tg-thumbimg figcaption { opacity: 0; width: 100%; float: left; padding: 80px 0 0; } .tg-thumbimg figcaption h2 { margin: 0; font-size: 42px; font-weight: bold; line-height: 42px; text-transform: capitalize; } .tg-colorrobmolis .tg-thumbimg figcaption h2 a { color: #edb7cc; } .tg-coloralbania .tg-thumbimg figcaption h2 a { color: #ff0000; } .tg-colorjoydance .tg-thumbimg figcaption h2 a { color: #fccc05; } .tg-colordrivertool .tg-thumbimg figcaption h2 a { color: #4e7aff; } .tg-colormomentsly .tg-thumbimg figcaption h2 a { color: #cfa682; } .tg-colorukiostore .tg-thumbimg figcaption h2 a { color: #fff; } .tg-thumbimg figcaption h2 span { color: #aaa; display: block; font-size: 18px; line-height: 14px; letter-spacing: 2px; padding: 15px 0 0; text-transform: uppercase; } .tg-btnholder { width: 100%; float: left; padding: 90px 0 0; text-align: center; } .tg-btnviewmore { color: #000; font-size: 14px; line-height: 17px; padding: 0 0 10px; letter-spacing: 3px; display: inline-block; vertical-align: middle; text-transform: uppercase; border-bottom: 1px dashed #000; } .tg-btnviewmore:hover, .tg-btnviewmore:focus { color: #000; } .tg-homev5 .tg-btnviewmore { color: #fff; border-color: #fff; } /*.tg-btnviewmore:hover, .tg-btnviewmore:focus {color: #fff;}*/ .tg-footercontent { padding: 0 60px; } .tg-addnavs { width: 100%; float: left; } .tg-addnavs ul { width: 100%; float: left; display: table; font-size: 18px; list-style: none; line-height: 18px; text-align: center; table-layout: fixed; border: 1px solid #000; text-transform: uppercase; letter-spacing: 3px; } .tg-homev5 .tg-addnavs ul { border-color: #fff; } .tg-addnavs ul li { padding: 0; float: none; display: table-cell; line-height: inherit; list-style-type: none; vertical-align: middle; } .tg-addnavs ul li + li { border-left: 1px solid #000; } .tg-homev5 .tg-addnavs ul li + li { border-color: #fff; } .tg-addnavs ul li:first-child { width: 15%; font-weight: bold; } .tg-addnavs ul li:nth-child(2) { width: 27%; text-transform: none; } .tg-addnavs ul li:nth-child(2) span { color: #000; display: block; margin: 0 0 5px; } .tg-homev5 .tg-addnavs ul li:nth-child(2) span { color: #fff; } .tg-addnavs ul li:nth-child(2) a { color: #e57f90; min-height: auto; } .tg-addnavs ul li:nth-child(3), .tg-addnavs ul li:nth-child(4), .tg-addnavs ul li:nth-child(5) { width: 17.33%; } .tg-addnavs ul li:last-child { width: 6%; } .tg-addnavs ul li:nth-child(2), .tg-addnavs ul li:nth-child(3), .tg-addnavs ul li:nth-child(4), .tg-addnavs ul li:nth-child(5) { font-size: 14px; line-height: 14px; } .tg-addnavs ul li a { color: #000; display: block; overflow: hidden; min-height: 90px; position: relative; text-align: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-box-orient: vertical; justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-box-direction: normal; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; } .tg-addnavs ul li.tg-github a:before, .tg-addnavs ul li.tg-linkedin a:before { left: 0; top: 100%; z-index: -1; content: ""; width: 100%; height: 100%; background: #000; position: absolute; } .tg-addnavs ul li.tg-github a:hover, .tg-addnavs ul li.tg-linkedin a:hover { color: #fff; } .tg-addnavs ul li.tg-github:hover a:before, .tg-addnavs ul li.tg-linkedin:hover a:before { top: 0; } .tg-addnavs ul li.tg-github:hover a:before { background: #333; } .tg-addnavs ul li.tg-linkedin:hover a:before { background: #0077b5; } .tg-homev5 .tg-addnavs ul li a, .tg-homev5 .tg-addnavs ul li span { color: #fff; } .tg-addnavs ul li a span { display: block; } .tg-footerbottom { width: 100%; float: left; padding: 20px 0; display: inline-block; margin: auto; font-size: 14px; bottom: 0; text-align: center; z-index: 999; } .tg-copyrights, .tg-compnayname { margin: 0; color: #777; font-size: 12px; line-height: 12px; } .tg-copyrights { text-align: center; } .tg-compnayname { float: right; } .tg-copyrights a, .tg-copyrights a:hover, .tg-copyrights a:focus { color: #777; } .tg-themepopup { top: 0; left: 0; opacity: 0; width: 100%; height: 100%; z-index: 9999; padding: 100px; position: fixed; background: #fff; visibility: hidden; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; -webkit-align-content: flex-end; -ms-flex-line-pack: end; align-content: flex-end; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: all 600ms ease-in-out; -moz-transition: all 600ms ease-in-out; -ms-transition: all 600ms ease-in-out; -o-transition: all 600ms ease-in-out; transition: all 600ms ease-in-out; } .tg-themepopup ul { width: 100%; float: left; font-size: 52px; font-weight: 300; line-height: 56px; list-style: none; text-align: center; text-transform: capitalize; } .tg-themepopup ul li { padding: 0 30px; line-height: inherit; list-style-type: none; display: inline-block; vertical-align: middle; } .tg-themepopup ul li a { color: #333; padding: 0 0 10px; position: relative; } .tg-themepopup ul li a:before { left: 0; width: 0; bottom: 0; content: ""; height: 3px; background: #000; position: absolute; } .tg-themepopup ul li a:hover:before { width: 100%; } .tg-themepopup ul li.tg-facebook a:hover { color: #3b5998; } .tg-themepopup ul li.tg-facebook a:before { background: #3b5998; } /* .tg-themepopup ul li.tg-linkedin a:hover { color: #0077b5; } .tg-themepopup ul li.tg-linkedin a:before { background: #0077b5; } */ .tg-themepopup ul li.tg-twitter a:hover { color: #38a1f3; } .tg-themepopup ul li.tg-twitter a:before { background: #38a1f3; } .tg-themepopup ul li.tg-instagram a:hover { color: #fb3958; } .tg-themepopup ul li.tg-instagram a:before { background: #fb3958; } .tg-themepopup.tg-showfilterpopup, .tg-themepopup.tg-showsharepopup { opacity: 1; visibility: visible; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .tg-btnclosepopup { top: 30px; z-index: 2; right: 30px; color: #333; font-size: 30px; font-weight: 300; line-height: 30px; position: absolute; display: inline-block; vertical-align: middle; text-transform: capitalize; } .tg-btnclosepopup:hover, .tg-btnclosepopup:focus { color: #333; } /* ============================================= Work Detail One Style ============================================= */ .tg-workdetail { width: 100%; float: left; } .tg-workdetailvone { padding: 188px 0 0; } .tg-detailholder { max-width: 790px; width: 100%; margin: 0 auto; overflow: hidden; } .tg-detailimg { margin: 0; width: 100%; float: left; height: 560px; } .tg-detailimg img { opacity: 1; height: 100%; width: 100%; object-fit: cover; } .tg-detailimg figcaption div { width: 40%; margin-right: 40%; bottom: -25px; } .tg-detailimg figcaption h1 { margin: 0; font-size: 55px; font-weight: 550; line-height: 80px; letter-spacing: 6px; } .tg-detailimg figcaption h4 { margin: 0; width: 100%; font-size: 20px; line-height: 30px; font-family: "Circular Std", Arial, Helvetica, sans-serif; letter-spacing: 2px; } .tg-detailinfo { width: 100%; float: left; display: table; font-size: 18px; list-style: none; font-weight: 400; line-height: 28px; padding: 100px 0 0; text-align: left; table-layout: fixed; } .tg-detailinfo a { color: #0033be; } .tg-detailinfo li { display: table-cell; line-height: inherit; list-style-type: none; vertical-align: middle; padding: 0 40px; } /* .tg-detailinfo li span { color: #222; display: block; padding: 0 0 30px; letter-spacing: 3px; text-transform: uppercase; } */ .tg-detailinfo p { margin: 0; color: #000000; line-height: inherit; /* padding: 15px 40px 0 40px; */ } .tg-detailinfo li p em { color: #777; display: block; font-style: normal; text-decoration: none; } .tg-detailinfo li p em + em { padding: 15px 0 0; } .tg-workdetailcontent { width: 100%; float: left; } .tg-workdetailcontent .tg-detailimg { width: auto; } .tg-workdetailcontent .tg-description p { color: #333; font-size: 18px; margin: 0 0 40px; line-height: 30px; text-align: left; } .tg-descriptionholder { overflow: hidden; padding: 80px 260px 0 85px; } .tg-descriptionholder .tg-description p { color: #333; font-size: 18px; margin: 0 0 40px; line-height: 30px; } .tg-tittle { width: 100%; float: left; padding: 0 0 30px; } .tg-tittle h2 { margin: 0; color: #333; font-size: 42px; font-weight: 700; line-height: 32px; text-transform: capitalize; } .tg-projectinfo { width: 100%; float: left; list-style: none; } .tg-projectinfo li { width: 100%; float: left; line-height: normal; list-style-type: none; } .tg-projectinfo li h3 { font-size: 24px; margin: 0 0 15px; font-weight: 700; line-height: 20px; text-transform: capitalize; } .tg-projectinfo li:last-child .tg-description p { margin: 0; } .tg-workdetailcontent + .tg-workdetailcontent .tg-detailimg { float: right; } .tg-sectiondescriptionP, .sectiondescription { width: 100%; float: left; } .tg-sectiondescriptionP { text-align: center; } .tg-description-flex-left { display: flex; flex-direction: row; margin-top: 5%; } .tg-description-flex-left figure { width: 100%; margin-right: 5%; float: left; } .tg-description-flex-left h4 { text-align: left; text-transform: none; font-weight: 700; margin-top: 10%; } .tg-sectiondescriptionP .tg-description-flex-left p { margin: 0; font-size: 18px; line-height: 30px; text-align: left; width: 400px; margin-left: 15px; } .tg-description-flex-left .projects-overview-h4 h4 { margin-top: 0%; padding: 0 0 0 0; } .tg-description-flex-right { display: flex; flex-direction: row-reverse; align-items: center; margin-top: 5%; } .tg-description-flex-right .tg-projectimg div { width: 100%; margin-left: 5%; margin-right: 0%; align-self: center; } /* .tg-description-flex-right .tg-projectimg .tg-themeimghover img { width: 80%; padding: 0; } */ #zoomable { padding: 50px; } /* .tg-description-flex-right .tg-simpleimghover2 figure{ display: block; } */ .tg-description-flex-right figure { display: block; width: 80%; } .quotation-pawnguru { font-size: 18px; font-weight: 700; text-align: left; quotes: "\201C""\201D""\2018""\2019"; padding: 10px 20px; border-left: 0px; font-family: "Playfair Display", serif; } .quotation-pawnguru:before { content: open-quote; display: inline; line-height: 0; left: -10px; position: relative; top: 20px; color: #eda92b; font-size: 3em; } .quotation-pawnguru:after { content: close-quote; display: inline; line-height: 0; left: 10px; position: relative; top: 35px; color: #eda92b; font-size: 3em; } .quotation-FHC { font-size: 18px; font-weight: 700; text-align: left; quotes: "\201C""\201D""\2018""\2019"; padding: 10px 20px; border-left: 0px; font-family: "Playfair Display", serif; } .quotation-FHC:before { content: open-quote; display: inline; line-height: 0; left: -10px; position: relative; top: 20px; color: #1aa15d; font-size: 3em; } .quotation-FHC:after { content: close-quote; display: inline; line-height: 0; left: 10px; position: relative; top: 35px; color: #1aa15d; font-size: 3em; } .tg-description-flex-right h4 { text-align: left; text-transform: none; font-weight: 700; } .tg-description-flex-right li { margin: 0; font-size: 18px; line-height: 30px; text-align: left; } .tg-sectiondescriptionP .tg-description-flex-right p { margin-right: 50px; font-size: 18px; line-height: 30px; text-align: left; /* width: 350px; */ width: auto; /* padding-left: 10px; */ } .tg-description-flex-col { display: flex; flex-direction: column; } .tg-sectiondescriptionP .tg-description-flex-col li { margin: 0; font-size: 18px; line-height: 38px; text-align: left; } .tg-description-flex-col li blockquote { font-size: 18px; } .tg-sectiondescriptionP .tg-description { padding: 25px 0 35px; } .tg-sectiondescriptionP .tg-description p { margin: 0; font-size: 18px; line-height: 30px; text-align: left; } .tg-sectiondescriptionP .tg-description li { margin: 0; font-size: 18px; line-height: 32px; text-align: left; margin: 3px; } .tg-sectiondescriptionP .tg-description h5 { text-align: left; font-size: 18px; font-weight: 700; text-transform: none; } .tg-description blockquote { margin: 0; font-size: 18px; line-height: 38px; text-align: left; border-left: none; } .multi-images { display: flex; flex-direction: row; width: 80%; } .multi-images-playground { display: flex; flex-direction: row; width: 100%; } .tg-projectimg .multi-images img { width: 40%; /* margin: 2%; */ } .multi-images-playground figure { width: 100%; } .tg-client { max-width: 150px; width: 100%; margin: 0 auto; overflow: hidden; } .tg-clientimg { width: 100px; height: 100px; overflow: hidden; border-radius: 50%; margin: 0 auto 25px; } .tg-clientimg img { width: 100%; height: auto; display: block; } .tg-clinetname { width: 100%; float: left; text-align: center; } .tg-clinetname h3 { margin: 0; font-size: 14px; line-height: 14px; letter-spacing: 5px; } .tg-clinetname span { color: #777; display: block; font-size: 14px; padding: 5px 0 0; line-height: 14px; } .tg-nextprevbtns { width: 100%; float: left; margin: 0 2% 2% 0; padding: 100px 200px 0; } .tg-nextprevbtns h4 { color: gray; } .tg-projects-link { margin: 10px; color: gray; text-transform: none; /* font-family: "Poppins", Arial, Helvetica, sans-serif; */ font-weight: 300; font-size: 24px; letter-spacing: 1px; word-wrap: break-word; line-height: 1.5; } .tg-projects-link-active { margin: 10px; color: #569ec4; text-transform: none; /* font-family: "Poppins", Arial, Helvetica, sans-serif; */ font-weight: 700; font-size: 24px; letter-spacing: 1px; word-wrap: break-word; line-height: 1.5; } .tg-prevbtn, .tg-nextbtn { margin: 0 0 150px; position: relative; } .tg-prevbtn { float: left; } .tg-nextbtn { float: right; } .tg-prevbtn:after, .tg-nextbtn:after { top: 140%; left: 50%; width: 1px; content: ""; height: 60px; position: absolute; background: #d2d2d2; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } .tg-prevbtn, .tg-nextbtn { text-align: center; } .tg-prevbtn h4, .tg-nextbtn h4 { color: #333; font-size: 42px; font-weight: 700; line-height: 42px; padding: 0 0 10px; text-transform: capitalize; border-bottom: 1px solid #333; } .tg-prevbtn span, .tg-nextbtn span { color: #222; display: block; font-size: 14px; line-height: 14px; text-align: center; letter-spacing: 5px; text-transform: uppercase; } .tg-footerwhite { padding: 0 60px; } .tg-footerwhite .tg-addnavs ul, .tg-footerwhite .tg-addnavs ul li + li { border-color: #d2d2d2; } .tg-footerwhite .tg-addnavs ul li:nth-child(2) a { color: #d18774; } .tg-footerwhite .tg-addnavs ul li a, .tg-footerwhite .tg-addnavs ul li:nth-child(2) span { color: #1b0d0d; } /* ============================================= Work Detail Two Style ============================================= */ .tg-workdetailvtwo { } .tg-workdetailvtwo .tg-detailimg figcaption { top: 0; left: 0; width: 100%; height: 100%; bottom: auto; padding: 93px 0 0; position: absolute; text-align: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-box-orient: vertical; justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-box-direction: normal; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; } .tg-workdetailvtwo .tg-detailimg figcaption h1 { text-transform: capitalize; } .tg-btnshare { right: 18px; bottom: 40px; position: absolute; } .tg-workdetailvtwo .tg-detailinfo { padding: 50px 0 50px; } .tg-workdetailvtwo .tg-detailinfo li:last-child { vertical-align: top; } .tg-workdetailvtwo .tg-detailinfo li:last-child a { color: #d18774; letter-spacing: 5px; text-transform: uppercase; } .tg-workdetailvtwo .tg-description { padding: 0 0 120px; } .tg-workdetailvtwo .tg-description p { margin: 0; font-size: 18px; line-height: 30px; text-align: center; } .tg-bgpink { background: #d6927f; } .tg-projectimages { width: 100%; float: left; } .tg-projectimages .tg-projectimg { width: 100%; float: none; margin: 0 auto; max-width: 930px; overflow: hidden; } .tg-projectimg img { width: 50%; height: auto; display: block; } .tg-projectimg + .tg-projectimg { margin: 60px auto 0; } /* ============================================= Playground Style ============================================= */ .tg-playground .tg-detailimg { padding: 160px 60px 0 60px; } .tg-playgroundvthree .tg-detailimg .tg-btnshare { bottom: 0; } .tg-playgroundvthree .tg-playgroundcontent { padding: 120px 0 0; } .tg-playgroundvthree .tg-playgroundcontent .tg-description p { font-size: 18px; text-align: left; } .tg-playgroundvthree .tg-sectionhead { padding: 0 0 80px; } .tg-playgroundvthree .tg-detailinfo { padding: 0 0 60px; } .tg-playgroundvthree .tg-description { text-align: center; } .tg-playgroundvthree .tg-description p { margin: 0; font-size: 18px; line-height: 30px; } .tg-designconcept { width: 100%; float: left; } .tg-designconcept .tg-description { text-align: center; padding: 0 0 100px; } .tg-designconcept .tg-description p { margin: 0; font-size: 18px; line-height: 30px; } .tg-designconcept figure { margin: 0; width: 100%; float: left; } .tg-designconcept figure img { width: 100%; height: auto; display: block; } .tg-projectarea { position: relative; } /* .tg-projectarea2 { position: relative; } */ .tg-projectarea:before { right: 0; top: 100px; width: 50%; content: ""; position: absolute; background: #f8d2db; height: calc(100% - 200px); } .tg-workprojectimages { width: 100%; margin: 0 auto; max-width: 700px; padding: 150px 0; position: relative; } .tg-projectimg { margin: 0; width: 100%; float: left; } .tg-projectimg img { width: 90%; height: auto; display: block; } .tg-workprojectimages.owl-carousel .owl-stage-outer { overflow: visible; } /* ============================================= Work Detail Four Style ============================================= */ .tg-workdetailvfour .tg-detailimg { padding: 100px 60px 0 60px; } .tg-workdetailvfour .tg-detailimg .tg-btnshare { bottom: 0; } .tg-workdetailvfour .tg-workdetailcontent { padding: 120px 0 0; } .tg-workdetailvfour .tg-sectionhead { padding: 0 0 80px; } .tg-workdetailvfour .tg-detailinfo { padding: 0 0 60px; } .tg-workdetailvfour .tg-description { text-align: center; } .tg-workdetailvfour .tg-description p { margin: 0; font-size: 18px; line-height: 30px; } .tg-imagesholder { clear: both; margin: -25px; overflow: hidden; list-style: none; padding: 75px 0 0; } .tg-imagesholder li { width: 50%; float: left; padding: 25px; list-style-type: none; } .tg-imagesholder li figure { margin: 0; width: 100%; float: left; } .tg-imagesholder li figure img { width: 100%; height: auto; display: block; } /* ========================================================================================== Blog Posts Style ========================================================================================== */ /* ============================================= Blog One Style ============================================= */ .tg-post, .tg-blogposts { width: 100%; float: left; } .tg-blogposts { padding: 220px 0 0; } .tg-postimg { float: left; margin: 0 60px 0 0; } .tg-postimg img { width: 30%; height: auto; display: block; } .tg-postcontent { overflow: hidden; min-height: 500px; text-align: left; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-box-orient: vertical; justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-box-direction: normal; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; } .tg-postcontent time { width: 100%; float: left; color: #222; font-size: 14px; margin: 0 0 15px; line-height: 17px; font-style: normal; letter-spacing: 3px; } .tg-posttitle { width: 100%; float: left; } .tg-posttitle h2 { margin: 0; color: #222; font-size: 40px; font-weight: 700; line-height: 52px; text-transform: capitalize; } .tg-posttitle h2 a { display: block; } .tg-posttitle h2:hover a { color: #d18774; } .tg-blogsholder { clear: both; margin: 0 -37px; overflow: hidden; padding: 115px 0; } .tg-quarterpost { /*float: left;*/ width: 33.33%; margin: 0 -2px; min-height: 450px; padding: 15px 37px; display: inline-block; vertical-align: top; } .tg-quarterpost .tg-postimg { width: 100%; float: left; margin: 0 0 20px; } .tg-quarterpost .tg-postimg a { display: block; } .tg-quarterpost .tg-postcontent { width: 100%; float: left; min-height: auto; } .tg-quarterpost .tg-postcontent .tg-posttitle h2 { font-size: 24px; line-height: 36px; } /* ============================================= Blog Two Style ============================================= */ .tg-blogvtwo { } .tg-blogvtwo .tg-blogsholder { max-width: 970px; margin: 0 auto; float: none; overflow: hidden; padding: 0 0 115px; } .tg-blogvtwo .tg-blogsholder .tg-quarterpost { padding: 0; width: 100%; float: left; min-height: auto; max-height: none; } .tg-blogvtwo .tg-blogsholder .tg-quarterpost .tg-postimg { max-width: 690px; float: none; margin: 0 auto; overflow: hidden; } .tg-blogvtwo .tg-quarterpost .tg-postcontent { padding: 40px 0; min-height: auto; text-align: center; } .tg-blogvtwo .tg-quarterpost .tg-postcontent .tg-posttitle h2 { font-size: 40px; line-height: 52px; } .tg-post.tg-blognoimg .tg-postcontent { padding: 100px 0; } /* ============================================= Contact Us Style ============================================= */ .tg-contactus { width: 100%; float: left; padding: 220px 0 0; } .tg-contactus .tg-description { text-align: center; } .tg-contactus .tg-description p { margin: 0; color: #333; font-size: 52px; font-weight: 300; line-height: 60px; } .tg-contactuscontent { width: 100%; float: left; padding: 0 0 85px; } .tg-getintouch { width: 100%; float: left; } .tg-getintouch .tg-description { text-align: left; padding: 0 0 70px; } .tg-getintouch .tg-description p { margin: 0; font-size: 18px; line-height: 28px; } .tg-getintouch .tg-description p span { display: block; } .tg-getintouch .tg-description p span a { color: #333; text-decoration: none; border-bottom: 1px solid #d18774; } .tg-getintouchtitle { width: 100%; float: left; } .tg-getintouchtitle h3 { margin: 0; font-size: 32px; font-weight: 700; line-height: 32px; text-transform: capitalize; } .tg-getintouch ul { width: 100%; float: left; list-style: none; } .tg-getintouch ul li { width: 100%; float: left; padding: 30px 0; list-style-type: none; } .tg-getintouch ul li span { color: #aaa; font-size: 14px; line-height: 14px; text-transform: uppercase; } .tg-getintouch ul li address { margin: 0; font-size: 18px; line-height: 35px; font-style: normal; } .tg-getintouch ul li em { color: #333; display: block; font-size: inherit; font-style: normal; line-height: inherit; text-transform: capitalize; } .tg-getintouch ul li a { color: #333; display: block; font-size: 18px; line-height: 18px; text-decoration: underline; } .tg-formcontactus { width: auto; float: none; clear: both; margin: 0 -24px; overflow: hidden; } .tg-formcontactus .form-group { width: 50%; float: left; padding: 0 24px; margin: 0 0 45px; } .tg-formcontactus .form-group:last-child { margin: 0; } .tg-formcontactus .form-group input { border: 0; border-radius: 0; padding: 10px 20px 10px 0; border-bottom: 1px dashed #333; } .tg-formcontactus .form-group textarea { width: 100%; float: left; resize: none; height: 260px; border-radius: 0; border-color: #333; } .tg-fullwidth { width: 100% !important; } .tg-formcontactus button { color: #333; background: none; } /* ============================================= Blog Detail Style ============================================= */ .tg-blogdetail .tg-blogsholder { padding: 0; margin: 0 auto; max-width: 890px; width: 100%; } .tg-blogdetail .tg-post .tg-postimg { width: 100%; float: left; margin: 0 0 90px; } .tg-blogdetail .tg-post .tg-postcontent { width: 100%; float: left; min-height: auto; } .tg-blogdetail .tg-post .tg-postcontent .tg-posttitle { margin: 0 0 30px; } .tg-blogdetail .tg-post .tg-postcontent .tg-posttitle h2 { font-size: 42px; line-height: 54px; } .tg-blogdetail .tg-post .tg-description p { color: #333; font-size: 18px; margin: 0 0 70px; line-height: 40px; } .tg-author { width: 100%; float: left; padding: 0 0 55px; } .tg-authorimg { float: left; width: 60px; overflow: hidden; margin: 0 15px 0 0; border-radius: 50%; } .tg-authorimg img { width: 100%; height: auto; display: block; } .tg-authorinfo { padding: 8px 0; overflow: hidden; } .tg-authorinfo h3 { font-size: 18px; font-weight: 700; line-height: 18px; text-transform: capitalize; } .tg-authorinfo h3 a { color: #d18774; margin: 0 0 0 8px; display: inline-block; vertical-align: middle; } .tg-authorinfo span { color: #777; display: block; font-size: 14px; line-height: 17px; } .tg-blockqoute { margin: 0; width: 100%; float: left; font-size: 24px; line-height: 44px; padding: 50px 35px; font-style: italic; background: #fafdff; border-left: 5px solid #d18774; } .tg-heading { width: 100%; float: left; padding: 0 0 15px; } .tg-heading h4 { margin: 0; font-size: 24px; font-weight: 700; line-height: 24px; text-transform: capitalize; } .tg-liststyle { width: 100%; float: left; font-size: 18px; padding: 0 0 67px; line-height: 20px; } .tg-liststyle li { width: 100%; float: left; padding: 23px 0; line-height: inherit; } /* ============================================= Landing Page Style ============================================= */ .tg-bglandingpage { background: #e4f4f6; } .tg-landingpage { width: 100%; float: left; padding: 100px 0; } .tg-landingpage .tg-logo { float: none; width: 235px; display: block; margin: 0 auto 80px; } .tg-landingpage .tg-logo img { width: 100%; height: auto; display: block; } .tg-landingpage .tg-slidercontent { float: none; margin: 0 auto; max-width: 750px; overflow: hidden; text-align: center; } .tg-landingpage .tg-slidercontent h1 { font-size: 42px; margin: 0 0 50px; line-height: 50px; } .tg-landingpage .tg-slidercontent h1 span { display: block; } .tg-landingpage .tg-slidercontent .tg-btn { border: 0; color: #000; font-size: 24px; font-weight: 600; background: none; padding: 0 0 10px; line-height: 24px; text-transform: uppercase; border-bottom: 1px dashed #000; } .tg-landingpage .tg-slidercontent .tg-btn:hover { color: #000; } /* ============================================= Agency Style ============================================= */ .tg-agency { width: 100%; float: left; padding: 100px 0 100px; } .tg-agencycontent { width: 100%; float: left; position: relative; padding: 0 0 0 565px; } .tg-aganecytitle { top: 0; left: 0; position: absolute; } .tg-aganecytitle h2 { margin: 0; font-size: 65px; font-weight: 300; line-height: 85px; text-transform: capitalize; } .tg-aganecytitle h2 span { display: block; } .tg-aganecytitle strong { color: #ffc200; } .tg-aganecytitle figure { margin: 20px 0 0 0; } .tg-aganecytitle img { display: block; width: 40%; float: left; margin-top: 10%; } .tg-agencycontent .tg-description p { margin-top: 20%; font-size: 18px; line-height: 30px; width: 90%; float: right; } .tg-ourworklist { width: 50%; float: right; padding: 30px 0 0 60px; } .tg-ourworklist h3 { font-size: 32px; margin: 0 0 10px; font-weight: 700; line-height: 35px; text-transform: capitalize; } .tg-ourworklist h4 { font-size: 18px; margin: 0 0 10px; font-weight: 700; line-height: 35px; text-transform: none; } .tg-liststylevtwo { width: 100%; float: left; font-size: 18px; list-style: none; line-height: 21px; } .tg-liststylevtwo li { width: 100%; float: left; padding: 12px 0; line-height: inherit; list-style-type: none; } .tg-liststylevtwo li span { color: rgb(34, 34, 34); font-size: 18px; display: block; position: relative; padding: 0 0 0 15px; } .tg-liststylevtwo li span:before { left: 0; top: 50%; width: 8px; height: 8px; content: ""; position: absolute; border-radius: 50%; /* background: #E5907F; */ /* -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); */ list-style-type: none; } .tg-agencyimages { clear: both; margin: -15px; overflow: hidden; } .tg-agencyimg { margin: 0; float: left; padding: 15px; } .tg-agencyimg img { width: 100%; float: left; } .tg-agencyimg:nth-child(5) { width: 28%; } .tg-agencyimg.tg-noimage { width: 30%; min-height: 240px; margin: -180px 0 0; } .tg-agencyimg.tg-noimage figcaption { top: 0; left: 0; width: 100%; height: 100%; position: absolute; text-align: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-box-orient: vertical; justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-box-direction: normal; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; } .tg-agencyimg.tg-noimage figcaption h4 { margin: 0; color: #d18774; font-size: 80px; font-weight: bold; line-height: 80px; } .tg-agencyimg.tg-noimage figcaption span { color: #222; display: block; font-size: 14px; font-weight: 400; line-height: 14px; letter-spacing: 4px; text-transform: uppercase; } /* ============================================= Teams Style ============================================= */ .tg-sectiontittle { width: 100%; float: left; padding: 0 0 70px; } .tg-sectiontittle h4 { margin: 0; color: #fff; font-size: 48px; font-weight: 300; line-height: 51px; text-transform: none; } .tg-sectiontittle h4 strong { color: #fff; font-weight: 700; } .tg-teammember, .tg-teamsmember { width: 100%; float: left; } .tg-teamsmember { padding: 0 0 0 50px; } .tg-memeberimg { margin: 0; width: 100%; float: left; position: relative; padding: 0 0 0 35px; } .tg-memeberimg img { width: 100%; height: auto; display: block; } .tg-memeberimg figcaption { top: 0; z-index: 2; left: 20px; width: 100%; position: absolute; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; } .tg-memeberimg figcaption h5 { color: #fff; font-size: 14px; line-height: 17px; text-transform: capitalize; } .tg-memeberimg figcaption h5 span { font-size: 18px; line-height: 21px; } .tg-memeberimg figcaption .tg-socialicons { width: 20px; bottom: 10px; right: -30px; position: absolute; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(-90deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; } .tg-memeberimg figcaption .tg-socialicons li { width: 100%; float: left; } .tg-memeberimg figcaption .tg-socialicons li a { width: auto; color: #fff; height: auto; display: block; background: none; } .tg-memeberimg figcaption .tg-socialicons li a i { width: auto; } .tg-ourclients { width: 100%; float: left; } .tg-ourclients .tg-sectiontittle h4, .tg-ourclients .tg-sectiontittle h4 strong { color: #333; } .tg-ourclients ul { width: 100%; float: left; list-style: none; text-align: center; } .tg-ourclients ul li { width: 25%; margin: 0 -2px; display: inline-block; list-style-type: none; vertical-align: middle; } .tg-ourclients ul li figure { margin: 0; width: 100%; float: left; } .tg-ourclients ul li figure img { width: 100%; height: auto; display: block; } .slick-slide:focus { outline: none !important; } .tg-navholder { left: 0; z-index: 10; width: 100%; bottom: 50px; position: absolute; } .menu { width: 100%; float: left; max-width: 830px; } .menu .menu__item { float: left; color: #000; opacity: 0.3; font-size: 50px; line-height: 54px; margin: 0 0 20px 40px; } .menu .menu__item:hover, .menu .menu__item.menu__item--current { opacity: 1; } .tg-navholder .tg-btnshare { color: #000; float: right; font-size: 14px; line-height: 18px; margin: 0 40px 0 0; text-transform: uppercase; } .onoffswitch { width: 30px; float: left; height: 18px; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; } .onoffswitch input { display: none; } .onoffswitch-label { width: 100%; height: 18px; display: block; cursor: pointer; overflow: hidden; border-radius: 20px; padding: 0 !important; border: 1px solid #000; } .onoffswitch-switch { top: 3px; bottom: 0; left: 3px; width: 12px; height: 9px; display: block; background: #000; position: absolute; border-radius: 50px; -webkit-transition: all 0.3s ease-in 0s; -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; } .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch { left: 12px; } body.tg-homev5 .onoffswitch-label { border-color: #fff; } body.tg-homev5 .tg-navigation ul li .onoffswitch-switch { background: #fff; } .tg-themeimghover { width: 100%; height: 360px; float: left; overflow: hidden; position: relative; } .tg-themeimghover img { opacity: 0; margin-bottom: 3%; } .tg-themeimghover > span { top: 0; right: 0; width: 0; height: 100%; background: #000; position: absolute; } /* .tg-themeimghover h2 { top: 0; left: 0; margin: 0; opacity: 0; z-index: 99; color: #333; position: fixed; font-size: 28px; font-weight: bold; line-height: 42px; cursor: crosshair; visibility: hidden; text-align: center; overflow-wrap: break-word; word-wrap: break-word; hyphens: auto; -webkit-transform: translateX(-50%) translateY(0); -moz-transform: translateX(-50%) translateY(0); -ms-transform: translateX(-50%) translateY(0); -o-transform: translateX(-50%) translateY(0); transform: translateX(-50%) translateY(0); } */ .tg-themeimghover:hover h2 { opacity: 1; visibility: visible; width: 400px; background-color: rgba(235, 245, 255, 0.8); padding-top: 20px; } .tg-themeimghover:hover h2 span { display: block; font-size: 18px; font-weight: 400; line-height: 20px; padding: 20px; position: relative; width: 400px; text-transform: none; } .tg-themeimghover:hover h2 span:before { top: 0; left: 50%; width: 20px; height: 1px; content: ""; display: block; background: #333; position: absolute; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); } .at-projectonecolor { color: #80B6A1; } .at-projectonecolor .tg-themeimghover > span { background: #80B6A1; } .at-projectpawngurucolor { color: #eda92b; } .at-projectpawngurucolor .tg-themeimghover > span { background: #eda92b; } .at-projectthreecolor { color: #675475; } .at-projectthreecolor .tg-themeimghover > span { background: #675475; } .at-projectfourcolor .tg-themeimghover > span { background: #566fb8; } .at-projectfivecolor { color: #51c8ce; } .at-projectfivecolor .tg-themeimghover > span { background: #51c8ce; } .at-projectsixcolor .tg-themeimghover > span { background: #d684bb; } .at-projectsevencolor .tg-themeimghover > span { background: #e8e6e9; } .at-projecthonesticolor { color: #7C92C5; } /* ============================================= Theme change Style (Dark mode) ============================================= */ /* ============================================= Global ============================================= */ .tg-themechange .tg-wrapper, .tg-themechange .tg-header { background: #191919; } .tg-logo .tg-logowhite, .tg-themechange .tg-logo .tg-logoblack { display: none; } .tg-logo .tg-logoblack, .tg-themechange .tg-logo .tg-logowhite { display: block; } .tg-themechange .tg-btnviewmore, .tg-themechange .tg-slidercontent h1, .tg-themechange .tg-slidercontent h3, .tg-themechange .tg-slidercontent h4, .tg-themechange .tg-navigation ul li:hover a, .tg-themechange .tg-navigation ul li.tg-active a, .tg-themechange .tg-contentholder h3, .tg-themechange .mr-2, .tg-themechange .about-text h3, .tg-themechange .tg-masnorygallery h4, .tg-themechange .tg-aganecytitle h2, .tg-themechange .tg-agencycontent .tg-description p, .tg-themechange .tg-agencycontent .tg-ourworklist h4, .tg-themechange .tg-agencycontent .tg-ourworklist ul li span, .tg-themechange .tg-footer .tg-addnavs ul li:nth-child(2) span, .tg-themechange .tg-footer .tg-footerbottom p, .tg-themechange .tg-footer .tg-addnavs ul li a, .tg-themechange .tg-footer .tg-addnavs .tg-btnscrolltop i, .tg-themechange .tg-footer .tg-footercontent .tg-addnavs li span { color: #f5f5f5; } .tg-themechange.tg-homev2 .tg-slidercontent .down-indicator a span { border: 1px solid #f5f5f5; } /* .tg-themechange.tg-homev2 .tg-slidercontent a span::after { border-left: 1px solid #fff; border-bottom: 1px solid #fff; } */ .tg-themechange .onoffswitch-switch { background: #f5f5f5; } .tg-themechange .tg-footer .tg-addnavs ul, .tg-themechange .tg-btnviewmore, .tg-themechange .onoffswitch-label, .tg-themechange .tg-footer .tg-addnavs ul li + li { border-color: #f5f5f5; } .tg-themechange .tg-wrapper .tg-main .tg-nextprevbtns .tg-prevbtn h4, .tg-themechange .tg-wrapper .tg-main .tg-nextprevbtns .tg-prevbtn span, .tg-themechange .tg-wrapper .tg-main .tg-nextprevbtns .tg-nextbtn h4, .tg-themechange .tg-wrapper .tg-main .tg-nextprevbtns .tg-nextbtn span { color: #f5f5f5; } .tg-addnavs ul li.tg-github a:before, .tg-addnavs ul li.tg-linkedin a:before { left: 0; top: 100%; z-index: -1; content: ""; width: 100%; height: 100%; background: #000; position: absolute; } /* .tg-themechange .tg-inputwithicon.tg-linkedin .tg-icon, .tg-checkbox.tg-linkedin, li.tg-linkedin a { background: #0077b5; } */ /* ============================================= Global ============================================= */ /* ============================================= Project ============================================= */ .tg-themechange .navigation a.active { /* color: #f5f5f5; */ color:#ffb64f; } .tg-themechange .tg-workdetailcontent p { color: #f5f5f5; } .tg-themechange .tg-bglighttwo { background-color: rgb(246, 246, 246, 0.1); } .tg-themechange .tg-bglighttwo a { color: white; } .tg-themechange .tg-bglightpawnguru { background-color: rgb(254, 246, 238, 0.1); } .tg-themechange .tg-bglightfour { background-color: rgb(238, 243, 222, 0.1); } .tg-themechange .tg-sectionspace .tg-sectionhead h2, .tg-themechange .tg-sectionspace .tg-sectiondescription .tg-sectiondescriptionP p, .tg-themechange .tg-sectionspace .tg-sectiondescription .tg-sectiondescriptionP li, .tg-themechange .tg-sectionspace .tg-sectiondescription .tg-sectiondescriptionP blockquote, .tg-themechange .tg-sectionspace .tg-sectiondescription .tg-sectiondescriptionP h4, .tg-themechange .tg-sectionspace .tg-sectiondescription .tg-sectiondescriptionP h5 { color: #f5f5f5; } .tg-themechange .tg-sectionspace .tg-sectionhead .at-projectonecolor { color: #8999f8; } /* .tg-themechange .tg-sectionspace .tg-sectionhead .at-projectthreecolor { color: #dfe6ca; } */ .tg-themechange .tg-sectionspace .tg-sectiondescription .tg-sectiondescriptionP .highlighted-loansense { background: linear-gradient( 180deg, rgba(46, 73, 236, 0) 50%, rgba(46, 73, 236, 0.5) 50% ); } .tg-themechange .tg-sectionspace .tg-sectiondescription .tg-sectiondescriptionP .tg-description .tg-projectimg { background-color: #f5f5f5; } /* ============================================= Project ============================================= */ /* ============================================= Theme change Style (Dark mode) ============================================= */ .tg-landingcopyrights { width: 100%; float: left; padding: 0 0 50px; text-align: center; } .tg-landingcopyrights p { margin: 0; color: #777; font-size: 12px; line-height: 18px; } .tg-landingcopyrights p a { color: inherit; } .tg-landingcopyrights p a:hover { color: #777; } .tg-homev5.tg-themechange { background: #fff; } .tg-addnavs ul li a.tg-btnscrolltop i { color: #000; } .tg-addnavs ul li a.tg-btnscrolltop:hover { color: #fff; background: #000; } .tg-addnavs ul li a.tg-btnscrolltop:hover i { color: #fff; } .tg-homev5 .tg-addnavs ul li a.tg-btnscrolltop i { color: #fff; } .nav-arrows { display: none; } .nav-dots { width: 100%; float: left; height: auto; position: static; max-width: 840px; } .nav-dots span { width: auto; float: left; color: #000; height: auto; opacity: 0.3; font-size: 50px; box-shadow: none; background: none; line-height: 54px; margin: 0 0 20px 40px; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .nav-dots span:hover, .nav-dots span.nav-dot-current { opacity: 1; } .nav-dots span.nav-dot-current:after { display: none; } .tg-slidervsix { width: 50%; z-index: 9; float: right; position: relative; } .tg-slidervsix .slick-slide { width: 100%; float: left; height: 100vh; font-size: 60px; line-height: 60px; padding: 80px 0 0; overflow: initial; background-position: 50% 50% !important; } .tg-slidervsix .slick-slide h1 { left: 0; margin: 0; bottom: 150px; font-size: 80px; line-height: 80px; font-weight: bold; position: absolute; text-transform: capitalize; -webkit-transform: translateX(-125%); -moz-transform: translateX(-125%); -ms-transform: translateX(-125%); -o-transform: translateX(-125%); transform: translateX(-125%); } .tg-thumbslider { width: 50%; float: left; height: 100vh; padding: 60px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; align-content: center; } .tg-thumbslider .slick-slide { padding: 0; width: 100%; float: left; opacity: 0.3; margin: 0 30px; background-size: cover !important; background-position: 50% 50% !important; } .tg-thumbslider .slick-slide.slick-current { opacity: 1; } .tg-thumbslider .slick-arrow { display: none; } .tg-thumbslider .slick-list { width: 100%; float: left; overflow: hidden; padding: 0 !important; } .tg-homev6 .tg-slidecounterholder { left: 60px; bottom: 65px; max-width: 150px; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } .tg-homev6 .tg-slidecounterholder .tg-slidecounter { width: 100%; float: left; position: static; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } .tg-homev6 .tg-slidecounter:after { left: 50%; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); } .tg-homev6 .tg-slidecounterholder .tg-slidecounter span:first-child { padding-left: 0; } .tg-homev6 .tg-slidecounterholder .tg-slidecounter span:last-child { padding-right: 0; } .tg-homev6 .tg-btns { bottom: 65px; position: absolute; padding: 0 22% 0 0; } .navigation { position: -webkit-sticky; position: fixed; width: 20%; margin-left: 80%; top: 20%; color: #fff; } .navigation__link { display: block; color: rgb(161, 161, 161); text-decoration: none; padding: 1em; font-weight: 600; } .navigation__link:hover { /* color: rgb(161, 161, 161); */ color:#ffa142; font-weight: 600; } .navigation a.active { /* color: black; */ color:#ffa142; font-weight: 600; } .tg-description .tg-description-button { display: inline-block; padding: 15px 15px; letter-spacing: 2px; cursor: pointer; text-align: center; text-decoration: none; font-weight: 200px; outline: none; border-width: 5px; /* border-radius: 15px; */ /* box-shadow: 0 9px rgb(240, 236, 236); */ } .tg-description .tg-description-button a { text-decoration: none; color: #fff; font-size: 14px; /* font-family: "Open Sans"; */ text-transform: capitalize; } .pawnguru-button { background-color: #F3B165; border-color: #2e49ec; float: center; } .adobe-button { width: 70%; background-color: #675475; border-color: 'black'; text-align: center; border-radius: 12px; } .Honesti-button { background-color: #7C92C5; border-color: #eda92b; } .adobe-button:hover { background-color: #7E688F; } .Honesti-button:hover { background-color: #91ABD5; } .tg-description .tg-description-button:active { /* box-shadow: 0 5px rgb(240, 236, 236); */ transform: translateY(4px); } .adobe-button:active { background-color: #FFA230; } .Honesti-button:active { background-color: #91ABD5; } #veganner-comparative-analysis { display: none; } #user-testing-videos { display: none; } .scrollbar-measure { width: 100px; height: 100px; overflow: scroll; position: absolute; top: -9999px; } .img { display: block; margin: auto; max-width: 100%; } .aspectRatioPlaceholder .img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .zoom-effect .img { cursor: pointer; cursor: -webkit-zoom-in; backface-visibility: hidden; } .zoom-effect .zoomImg, .zoom-effect .zoomImg-wrap { position: relative; z-index: 900; transition: all 300ms; } .zoom-effect .zoomImg-wrap--absolute { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .zoom-effect .zoomImg { cursor: pointer; cursor: -webkit-zoom-out; } .zoom-effect .zoomOverlay.show { opacity: 1; } .zoom-effect .zoomOverlay { z-index: 800; background: #fff; position: absolute; transition: opacity 300ms; opacity: 0; cursor: pointer; cursor: -webkit-zoom-out; } /* #########servicenow contact button */ .servicenow_wrapper{ position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); width: fit-content; height:auto; background-color: #fff; } .servicenow_button{ color:#fff; } .servicenow_button { width:500px; height:80px; background: linear-gradient(to left top, #293E40 50%, #80B6A1 50%); border-style: none; color:#fff; font-size: 23px; letter-spacing: 3px; /* font-family: 'Lato'; */ font-weight: 600; outline: none; cursor: pointer; position: relative; padding: 0px; overflow: hidden; transition: all .5s; box-shadow: 0px 1px 2px rgba(0,0,0,.2); } .servicenow_button span{ position: absolute; display: block; } .servicenow_button span:nth-child(1){ height: 3px; width:200px; top:0px; left:-200px; background: linear-gradient(to right, rgba(0,0,0,0), #f6e58d); border-top-right-radius: 1px; border-bottom-right-radius: 1px; animation: span1 2s linear infinite; animation-delay: 1s; } @keyframes span1{ 0%{ left:-200px } 100%{ left:200px; } } .servicenow_button span:nth-child(2){ height: 70px; width: 3px; top:-70px; right:0px; background: linear-gradient(to bottom, rgba(0,0,0,0), #f6e58d); border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; animation: span2 2s linear infinite; animation-delay: 2s; } @keyframes span2{ 0%{ top:-70px; } 100%{ top:70px; } } .servicenow_button span:nth-child(3){ height:3px; width:200px; right:-200px; bottom: 0px; background: linear-gradient(to left, rgba(0,0,0,0), #f6e58d); border-top-left-radius: 1px; border-bottom-left-radius: 1px; animation: span3 2s linear infinite; animation-delay: 3s; } @keyframes span3{ 0%{ right:-200px; } 100%{ right: 200px; } } .servicenow_button span:nth-child(4){ height:70px; width:3px; bottom:-70px; left:0px; background: linear-gradient(to top, rgba(0,0,0,0), #f6e58d); border-top-right-radius: 1px; border-top-left-radius: 1px; animation: span4 2s linear infinite; animation-delay: 4s; } @keyframes span4{ 0%{ bottom: -70px; } 100%{ bottom:70px; } } .servicenow_button:hover{ transition: all .5s; transform: rotate(-3deg) scale(1.1); box-shadow: 0px 3px 5px rgba(0,0,0,.4); } .servicenow_button:hover span{ animation-play-state: paused; } /* end of contact button############ */
css/style.css
Theme Start =============================================================================================*/ /* ============================================= Theme Reset Style ============================================= */ @import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,700,900|Noto+Sans:400,700|Open+Sans:300,400,600,700,800|Playfair+Display:400i,700i|Poppins:100,300,400,500,600,800,900&display=swap"); * { margin: 0px; padding: 0px; } body { color: #222; min-width: 360px; background: #fff; font: 400 13px/23px "Circular Std"; /* font: 400 13px/23px "Circular Std", Arial, Helvetica, sans-serif; */ } body h1, body h2, body h3 { color: #222; margin: 0 0 8px; font-weight: 300; line-height: 1.5; font-style: normal; text-transform: none; /* font-family: "Poppins", Arial, Helvetica, sans-serif; */ font-size: 20px; } body h4, /* body h5, */ body h6 { color: #222; margin: 0 0 8px; font-weight: 400; line-height: 1.5; font-style: normal; /* text-transform: uppercase; */ /* font-family: "Open Sans", Arial, Helvetica, sans-serif; */ } h1 { font-size: 48px; letter-spacing: 3px; } h2 { font-size: 36px; } h3 { font-size: 24px; } h4 { font-size: 18px; } h5 { /* font-size: 18px; */ } /* h6 { font-size: 14px; } */ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #222; } p a, p a:hover { text-decoration: underline; } p { margin: 0 0 20px; line-height: 20px; letter-spacing: normal; } a { text-decoration: none; } a:hover, a:focus, a:active { outline: none; text-decoration: none; } ul { margin: 0; } figure { margin-bottom: 6px; position: relative; } img { height: auto; max-width: 100%; } strong { color: #414141; } iframe { width: 100%; /* float: left; */ border: none; } .wp-caption.alignleft, .wp-caption.alignnone { width: 100%; } button { border: none; } textarea, select, .tg-select select, .form-control, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { color: #222; outline: none; height: 40px; background: #fff; font-size: 14px; -webkit-box-shadow: none; box-shadow: none; line-height: 18px; padding: 10px 20px; border-radius: 4px; display: inline-block; vertical-align: middle; border: 1px solid #dbdbdb; text-transform: capitalize; -webkit-box-sizing: border-box; box-sizing: border-box; } textarea.form-control { resize: none; height: 210px; } .form-control::-webkit-input-placeholder { color: #222; } /* WebKit, Blink, Edge */ .form-control:-moz-placeholder { color: #222; } /* Mozilla Firefox 4 to 18 */ .form-control::-moz-placeholder { color: #222; } /* Mozilla Firefox 19+ */ .form-control:-ms-input-placeholder { color: #222; } /* Internet Explorer 10-11 */ .form-control::-ms-input-placeholder { color: #222; } /* Microsoft Edge */ input:focus, .select select:focus, .form-control:focus { color: #222; border-color: #222; -webkit-box-shadow: none !important; box-shadow: none !important; } .form-group { width: 100%; float: left; margin: 0 0 20px; } label { color: #222; display: block; font-weight: 400; margin-bottom: 10px; } form p { float: left; position: relative; width: 100%; } form p span i { top: 13px; left: 18px; color: #474747; position: absolute; } option { padding: 5px 15px; } li { line-height: 28px; list-style: disc inside none; } ul ul { margin-left: 20px; } ol { float: none; list-style: decimal; padding-left: 15px; } ol ol { margin-left: 20px; } ol li { list-style: decimal; width: 100%; } table { background-color: transparent; max-width: 100%; } th { text-align: left; } table { width: 100%; margin-bottom: 15px; } 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: 1px solid #dbdbdb; border: 1px solid #dbdbdb; line-height: 2.5; padding-left: 3px; text-align: center; vertical-align: top; } table thead tr th { border-top: 1px solid #dbdbdb; text-align: center; text-transform: capitalize; } .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 1px solid #dbdbdb; } table > thead > tr > th { border-bottom: 2px solid #dbdbdb; vertical-align: bottom; } table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td { border-bottom: 0; } table > tbody + tbody { border-top: 2px solid #dbdbdb; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 6px 10px; } p ins { color: #222; } dl dd { margin-left: 20px; } address { font-style: italic; } /* ============================================= Theme Custom Select ============================================= */ .tg-select { color: #222; float: left; width: 100%; position: relative; text-transform: uppercase; } .tg-select:after { top: 0; right: 15px; z-index: 2; color: #222; display: block; content: "\f107"; position: absolute; text-align: center; font-size: inherit; line-height: 40px; font-family: "FontAwesome"; } .tg-select select { z-index: 1; width: 100%; position: relative; appearance: none; -moz-appearance: none; -webkit-appearance: none; } .tg-select select option { color: #222; } /* ============================================= Theme Custom CheckBox Radio ============================================= */ .tg-radio, .tg-radio label, .tg-checkbox, .tg-checkbox label { margin: 0; width: 100%; float: left; position: relative; } .tg-radio label, .tg-checkbox label { cursor: pointer; display: block; padding: 0 0 0 20px; } .tg-radio input[type="radio"], .tg-checkbox input[type="checkbox"] { display: none; } .tg-radio input[type="radio"] + label:before, .tg-checkbox input[type="checkbox"] + label:before { top: 4px; left: 0; color: #373542; font-size: 14px; line-height: 14px; content: "\f096"; position: absolute; font-family: "FontAwesome"; } .tg-radio input[type="radio"] + label:before { content: ""; } .tg-radio input[type="radio"]:checked + label:before, .tg-checkbox input[type="checkbox"]:checked + label:before { content: "\f046"; } /* ============================================= Theme Global Elements ============================================= */ .tg-haslayout { width: 100%; float: left; } .tg-sectionspace { padding: 100px 0; } .tg-locationmap { width: 100%; float: left; height: 500px; } .tg-btn-sm { padding: 0 20px; line-height: 30px; } .tg-btn { color: #222; padding: 0 50px; background: #fff; position: relative; text-align: center; display: inline-block; vertical-align: middle; border: 1px solid #dbdbdb; text-transform: capitalize; font: 400 13px/38px; } .tg-btn:hover { color: #fff; } .tg-btn-lg { width: 100%; } /* ====================================== */ /* ============================================= Theme BreadCrumb Style ============================================= */ .tg-breadcrumb { padding: 0; margin: 0; color: #fff; float: right; list-style: none; text-align: right; text-transform: uppercase; font: 14px/44px; } .tg-breadcrumb li { width: auto; list-style-type: none; display: inline-block; vertical-align: middle; line-height: inherit; padding: 0 15px; position: relative; } .tg-breadcrumb li:after { top: 0; left: -3px; content: "-"; position: absolute; } .tg-breadcrumb li:last-child { padding: 0 0 0 15px; } .tg-breadcrumb li:first-child:after { display: none; } .tg-breadcrumb li a { display: block; color: #fff; } /* ============================================= Theme Styling ============================================= */ .tg-home { } .tg-wrapper { overflow: hidden; } .tg-main { } .tg-footer { } /* ============================================= Social Media Icons ============================================= */ .tg-socialicons { overflow: hidden; list-style: none; text-align: center; line-height: 34px; } .tg-socialicons li { float: left; padding: 0 4px; line-height: inherit; list-style-type: none; } .tg-socialicons li a { width: 34px; height: 34px; color: #fff; display: block; background: #000; overflow: hidden; font-size: 13px; line-height: 34px; position: relative; text-align: center; border-radius: 34px; text-transform: capitalize; } .tg-inputwithicon.tg-facebook .tg-icon, .tg-checkbox.tg-facebook, li.tg-facebook a { background: #3b5999; } .tg-inputwithicon.tg-twitter .tg-icon, .tg-checkbox.tg-twitter, li.tg-twitter a { background: #55acee; } .tg-inputwithicon.tg-linkedin .tg-icon, .tg-checkbox.tg-linkedin, li.tg-linkedin a { background: #0077b5; } .tg-inputwithicon.tg-skype .tg-icon, .tg-checkbox.tg-skype, li.tg-skype a { background: #00aff0; } .tg-checkbox.tg-dropbox, li.tg-dropbox a { background: #007ee5; } .tg-checkbox.tg-vimeo, li.tg-vimeo a { background: #1ab7ea; } .tg-checkbox.tg-tumblr, li.tg-tumblr a { background: #34465d; } .tg-checkbox.tg-yahoo, li.tg-yahoo a { background: #410093; } .tg-inputwithicon.tg-googleplus .tg-icon, .tg-checkbox.tg-googleplus, li.tg-googleplus a { background: #dd4b39; } .tg-inputwithicon.tg-pinterestp .tg-icon, .tg-checkbox.tg-pinterestp, li.tg-pinterestp a { background: #bd081c; } .tg-checkbox.tg-youtube, li.tg-youtube a { background: #cd201f; } .tg-checkbox.tg-stumbleupon, li.tg-stumbleupon a { background: #eb4924; } .tg-checkbox.tg-reddit, li.tg-reddit a { background: #ff5700; } .tg-checkbox.tg-quora, li.tg-quora a { background: #b92b27; } .tg-checkbox.tg-yelp, li.tg-yelp a { background: #af0606; } .tg-checkbox.tg-soundcloud, li.tg-soundcloud a { background: #ff3300; } .tg-checkbox.tg-whatsapp, li.tg-whatsapp a { background: #25d366; } .tg-checkbox.tg-wechat, li.tg-wechat a { background: #09b83e; } .tg-checkbox.tg-instagram, li.tg-instagram a { background: #e4405f; } .tg-checkbox.tg-dribbble, li.tg-dribbble a { background: #ea4c89; } .tg-checkbox.tg-flickr, li.tg-flickr a { background: #ff0084; } .tg-checkbox.tg-rss, li.tg-rss a { background: #ff6600; } .tg-socialiconsborder li.tg-facebook a { color: #3b5999; border: 1px solid #3b5999; } .tg-socialiconsborder li.tg-twitter a { color: #55acee; border: 1px solid #55acee; } /* .tg-socialiconsborder li.tg-linkedin a { color: #0077b5; border: 1px solid #0077b5; } */ .tg-socialiconsborder li.tg-skype a { color: #00aff0; border: 1px solid #00aff0; } .tg-socialiconsborder li.tg-dropbox a { color: #007ee5; border: 1px solid #007ee5; } .tg-socialiconsborder li.tg-vimeo a { color: #1ab7ea; border: 1px solid #1ab7ea; } .tg-socialiconsborder li.tg-tumblr a { color: #34465d; border: 1px solid #34465d; } .tg-socialiconsborder li.tg-yahoo a { color: #410093; border: 1px solid #410093; } .tg-socialiconsborder li.tg-googleplus a { color: #dd4b39; border: 1px solid #dd4b39; } .tg-socialiconsborder li.tg-pinterestp a { color: #bd081c; border: 1px solid #bd081c; } .tg-socialiconsborder li.tg-youtube a { color: #cd201f; border: 1px solid #cd201f; } .tg-socialiconsborder li.tg-stumbleupon a { color: #eb4924; border: 1px solid #eb4924; } .tg-socialiconsborder li.tg-reddit a { color: #ff5700; border: 1px solid #ff5700; } .tg-socialiconsborder li.tg-quora a { color: #b92b27; border: 1px solid #b92b27; } .tg-socialiconsborder li.tg-yelp a { color: #af0606; border: 1px solid #af0606; } .tg-socialiconsborder li.tg-soundcloud a { color: #ff3300; border: 1px solid #ff3300; } .tg-socialiconsborder li.tg-whatsapp a { color: #25d366; border: 1px solid #25d366; } .tg-socialiconsborder li.tg-wechat a { color: #09b83e; border: 1px solid #09b83e; } .tg-socialiconsborder li.tg-instagram a { color: #e4405f; border: 1px solid #e4405f; } .tg-socialiconsborder li.tg-dribbble a { color: #ea4c89; border: 1px solid #ea4c89; } .tg-socialiconsborder li.tg-flickr a { color: #ff0084; border: 1px solid #ff0084; } .tg-socialiconsborder li.tg-rss a { color: #ff6600; border: 1px solid #ff6600; } .tg-socialiconsborder li a { background: none; line-height: 32px; } .tg-socialiconsborder li.tg-facebook a i { color: #3b5999; } .tg-socialiconsborder li.tg-twitter a i { color: #55acee; } .tg-socialiconsborder li.tg-linkedin a i { color: #0077b5; } .tg-socialiconsborder li.tg-skype a i { color: #00aff0; } .tg-socialiconsborder li.tg-dropbox a i { color: #007ee5; } .tg-socialiconsborder li.tg-vimeo a i { color: #1ab7ea; } .tg-socialiconsborder li.tg-tumblr a i { color: #34465d; } .tg-socialiconsborder li.tg-yahoo a i { color: #410093; } .tg-socialiconsborder li.tg-googleplus a i { color: #dd4b39; } .tg-socialiconsborder li.tg-pinterestp a i { color: #bd081c; } .tg-socialiconsborder li.tg-youtube a i { color: #cd201f; } .tg-socialiconsborder li.tg-stumbleupon a i { color: #eb4924; } .tg-socialiconsborder li.tg-reddit a i { color: #ff5700; } .tg-socialiconsborder li.tg-quora a i { color: #b92b27; } .tg-socialiconsborder li.tg-yelp a i { color: #af0606; } .tg-socialiconsborder li.tg-soundcloud a i { color: #ff3300; } .tg-socialiconsborder li.tg-whatsapp a i { color: #25d366; } .tg-socialiconsborder li.tg-wechat a i { color: #09b83e; } .tg-socialiconsborder li.tg-instagram a i { color: #e4405f; } .tg-socialiconsborder li.tg-dribbble a i { color: #ea4c89; } .tg-socialiconsborder li.tg-flickr a i { color: #ff0084; } .tg-socialiconsborder li.tg-rss a i { color: #ff6600; } .tg-socialicons li a i { color: #fff; display: block; text-align: center; font-size: inherit; line-height: inherit; } .tg-socialsharewithtext li a i { width: 34px; } .tg-socialicons li a:hover { color: #fff; } /* ============================================= Theme Pagination Style ============================================= */ .tg-pagination { width: 100%; float: left; padding: 50px 0 0; font: 14px/24px; } .tg-pagination ul { margin: 0; padding: 0; width: 100%; float: right; list-style: none; text-align: center; line-height: inherit; } .tg-pagination ul li { padding: 0 15px; position: relative; line-height: inherit; list-style-type: none; display: inline-block; vertical-align: middle; } .tg-pagination ul li:after, .tg-pagination ul li:before { bottom: 0; width: 2px; opacity: 0; content: ""; height: 2px; background: #000; visibility: hidden; position: absolute; } .tg-pagination ul li:after { left: 8px; } .tg-pagination ul li:before { right: 8px; } .tg-pagination ul li.tg-prevpage { margin-left: 0; } .tg-pagination ul li.tg-nextpage { margin-right: 0; } .tg-pagination ul li a { display: block; color: #373542; text-align: center; position: relative; line-height: inherit; } .tg-pagination ul li a:after { left: 50%; bottom: 0; width: 2px; opacity: 0; content: ""; height: 2px; background: #000; visibility: hidden; margin: 0 0 0 -1px; position: absolute; } .tg-pagination ul li:hover a:after, .tg-pagination ul li.tg-active a:after, .tg-pagination ul li:hover:after, .tg-pagination ul li:hover:before, .tg-pagination ul li.tg-active:after, .tg-pagination ul li.tg-active:before { opacity: 1; visibility: visible; } .tg-pagination ul li.tg-nextpage a, .tg-pagination ul li.tg-prevpage a { width: auto; font-size: 20px; overflow: hidden; position: relative; } .tg-pagination ul li.tg-nextpage a { padding: 0 0 0 25px; } .tg-pagination ul li.tg-prevpage a { padding: 0 25px 0 0; } .tg-pagination ul li.tg-nextpage a:after, .tg-pagination ul li.tg-prevpage a:after { top: 50%; opacity: 0; content: ""; width: 15px; height: 1px; background: #373542; position: absolute; visibility: hidden; } .tg-pagination ul li.tg-nextpage a:after { right: 50px; } .tg-pagination ul li.tg-prevpage a:after { left: 50px; } .tg-pagination ul li.tg-nextpage a:hover:after, .tg-pagination ul li.tg-prevpage a:hover:after { opacity: 1; visibility: visible; } .tg-pagination ul li.tg-nextpage a:hover:after { right: 2px; } .tg-pagination ul li.tg-prevpage a:hover:after { left: 2px; } /* ============================================= Project Colors Start ============================================= */ .tg-bglight { background: #f7f7f7; } .tg-bglighttwo { background: #f6f6f6; } .tg-bglightpawnguru { /* background-color: #fef6ee; */ background-color: #FAD8AF; } .tg-bglightfour { background-color: #E6E6EF; } .tg-bglighthonesti { background-color: #c4e7ff; } .tg-bgdark { background: #373542; } .highlighted-about { /*background: linear-gradient(180deg,rgba(46, 73, 236,0) 50%, rgba(229, 127, 144, 0.5) 50%)*/ color: rgb(229, 127, 144); font-weight: 600; } /* .highlighted-about { background: linear-gradient(180deg,rgba(46, 73, 236,0) 50%, rgba(86, 158, 196, 0.5) 50%) } */ .highlighted-themeblue { background: linear-gradient( 180deg, rgba(46, 73, 236, 0) 50%, rgba(86, 158, 196, 0.5) 50% ); } .highlighted-default { background: linear-gradient( 180deg, rgba(46, 73, 236, 0) 50%, rgba(26, 27, 28, 0.5) 50% ); } .highlighted-pawnguru { background: linear-gradient( 180deg, rgba(46, 73, 236, 0) 50%, rgba(237, 169, 43, 0.3) 50% ); } .highlighted-adobe { background: linear-gradient( 180deg, rgba(46, 73, 236, 0) 50%, #D3D3DD 50% ); } .highlighted-honesti{ background: linear-gradient( 180deg, rgba(150, 171, 220, 0) 50%, rgba(168, 185, 224, 0.3) 50% ); } /* ============================================= Project Colors End ============================================= */ .tg-roundicontext .tg-usericonholder { width: 250px; display: block; overflow: hidden; font-style: normal; } .tg-roundicontext i, .tg-roundicontext span { float: left; font-size: inherit; line-height: inherit; } .tg-roundicontext span { padding: 0 15px 0 0; } .tg-roundicontext:focus, .tg-roundicontext:hover { color: #fff; width: 100%; } .tg-roundicontext:hover .tg-usericonholder { width: 100%; } .tg-verticalmiddle { margin: 0 -1px; float: none !important; display: inline-block; vertical-align: middle; } /* ========================================================================================== Global =============================================================================================*/ /* ============================================= Header Style ============================================= */ .tg-header { top: 0; left: 0; width: 100%; z-index: 99; position: absolute; padding: 20px 40px 0; background-color: rgba(255, 255, 255); } .tg-navigationarea { width: 100%; float: left; padding-bottom: 10px; } .tg-logo { float: left; } .tg-logo a, .tg-logo a img { display: block; margin: auto; } .tg-logo a img { width: 100%; height: auto; } .tg-nav { float: right; text-transform: capitalize; font: 400 14px/18px "Open Sana", Arial, Helvetica, sans-serif; display: block; margin-top: 0px; } .sticky { position: fixed; top: 0; width: 100%; } .sticky + .content { padding-top: 60px; } .tg-navigation { padding: 20px 0 0 0; width: 100%; float: left; } .tg-navigation ul { list-style: none; line-height: inherit; } .tg-navigation > ul { width: 100%; float: left; list-style: none; text-align: center; line-height: inherit; } .tg-navigation ul li { line-height: inherit; list-style-type: none; } .tg-navigation > ul > li { width: auto; float: left; padding: 0 33px; line-height: inherit; } .tg-navigation ul li:last-child { padding: 0; } .tg-navigation ul li a { color: #a8a8a8; display: block; text-transform: uppercase; } .tg-navigation ul li:hover a, .tg-navigation ul li.tg-active a { color: #ffc200; text-transform: uppercase; } .sub-menu, .mega-menu { top: 150px; left: 0; opacity: 0; background: #fff; visibility: hidden; position: absolute; } .sub-menu { margin: 0; width: 230px; } .tg-navigation > ul > li:hover .sub-menu, .tg-navigation > ul > li:hover .mega-menu { top: 100%; opacity: 1; visibility: visible; } .mega-menu-row { margin: 0; display: table; table-layout: fixed; } /* ========================================================================================== Index =============================================================================================*/ .tg-content { width: 100%; float: left; position: relative; /* padding: 0 30px 30px 30px; */ } .tg-content:after { clear: both; content: ""; display: block; overflow: hidden; } .tg-btns, .tg-projectname, .tg-projecttitle { position: absolute; } .tg-projecttitle { top: 50%; right: -280px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .tg-projectname { top: 0; z-index: 2; left: -20px; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; } .tg-projectname h2 { margin: 0; color: #222; font-size: 18px; line-height: 18px; text-transform: capitalize; } .tg-projectname h2 span { color: #777; font-size: 18px; line-height: 14px; } .tg-slidecounterholder { left: 50%; width: 100%; bottom: 100px; max-width: 800px; position: absolute; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } .tg-slidecounter { z-index: 2; float: right; right: -50px; position: relative; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); } .tg-slidecounter:after { left: 65px; width: 50px; content: ""; height: 1px; bottom: 12px; position: absolute; background: #747474; } .tg-slidecounter span { padding: 0 35px; position: relative; display: inline-block; vertical-align: middle; } .tg-btns { z-index: 9; width: 100%; float: left; position: relative; text-align: center; } .tg-btns ul { width: 100%; float: left; font-size: 14px; font-weight: 400; list-style: none; line-height: 18px; text-transform: uppercase; } .tg-btns ul li { width: auto; padding: 0 53px; position: relative; line-height: inherit; display: inline-block; list-style-type: none; vertical-align: middle; } .tg-btns ul li:after { top: 50%; left: -25px; content: ""; width: 50px; height: 1px; position: absolute; background: #747474; } .tg-btns ul li:first-child:after { display: none; } .tg-btns ul li a { color: #222; display: block; } .tg-homeslider { width: 100%; float: left; } .tg-homeslider .item { width: 100%; float: left; height: 100vh; padding: 100px 0; } .tg-homeslider figure { margin: 0; width: 100%; float: left; height: 100%; position: relative; } .tg-homeslider figure:before { top: 12px; left: -15px; z-index: -1; content: ""; width: 100%; height: 100%; background: #000; position: absolute; } .tg-projecttitle h3 { margin: 0; color: #000; font-size: 80px; font-weight: 900; overflow: hidden; line-height: 101px; position: relative; text-transform: capitalize; -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 2px; -webkit-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tg-projecttitle h3:before { top: 0; left: 0; width: 0; color: #000; overflow: hidden; position: absolute; content: attr(data-text); text-transform: capitalize; -webkit-text-fill-color: #000; -webkit-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } /* ========================================================================================== Project page Start =============================================================================================*/ /* =================================================== Hero Start =====================================================*/ .tg-sectionhead { width: 100%; float: left; padding: 0 0 50px; text-align: left; } .tg-sectionhead h2 { margin: 0; color: #333; font-size: 28px; font-weight: 600; line-height: 40px; text-transform: none; } .tg-sectionhead h3 { letter-spacing: 5px; font-weight: 600; text-transform: uppercase; } /* =================================================== Content Start =====================================================*/ .tg-description { width: 100%; float: left; } .tg-description h3 { font-size: 24px; font-weight: 500; text-align: center; text-transform: none; padding: 5% 0 1% 0; } .tg-description h4 { font-size: 24px; font-weight: 700; text-align: left; text-transform: none; padding: 5% 0 1% 0; } .tg-sectiondescriptionP .tg-description h6 { font-size: 24px; font-weight: 700; text-align: center; text-transform: none; padding: 2% 0 1% 0; } .tg-description b { font-size: 18px; } .tg-description .tg-sectiondescriptionP .quote i { font-family: "Playfair Display", serif; } .tg-description .tg-sectiondescriptionP .tg-sectiondescription i { float: left; } /* LoanSense Page Project Info Start */ #project-1 { margin: 0 0 5% 5%; } #project-2 { margin: 0 0 5% 5%; } /* LoanSense Page Project Info End */ /* =================================================== Content Start =====================================================*/ /* ========================================================================================== Project Page End =============================================================================================*/ .row.no-gutters { margin-right: 0; margin-left: 0; } .no-gutters > [class^="col-"], .no-gutters > [class*="col-"], .row.no-gutters > [class^="col-"], .row.no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; } .tg-dropdowarrow { top: 9px; right: 15px; color: #fff; width: 20px; height: 20px; display: none; cursor: pointer; font-size: 18px; line-height: 20px; position: absolute; text-align: center; } .tg-dropdowarrow i { display: block; font-size: inherit; line-height: inherit; } .tg-open .tg-dropdowarrow i:before { content: "\f106"; } .menu-item-has-children, .menu-item-has-mega-menu { position: relative; } .mega-menu-row { width: 100%; float: left; display: table; table-layout: fixed; } .mega-menu-col { display: table-cell; vertical-align: top; } .navbar-toggle { border: 0; border-radius: 0; margin: -4px 0 0; padding: 20px 12px; } .navbar-toggle .icon-bar { background: #569ec4; } .tg-formtheme { width: 100%; float: left; } .tg-formtheme fieldset { border: 0; margin: 0; padding: 0; width: 100%; float: left; position: relative; } .tg-inputwithicon { position: relative; } .tg-inputwithicon i { top: 0; right: 0; z-index: 2; width: 40px; height: 40px; line-height: 40px; position: absolute; text-align: center; } .tg-inputwithicon .form-control { z-index: 1; position: relative; } .tg-bgteam { background: #d18774; } /*========================================================================================== For Mobile Nav use this code in Responsive.css desired Query ==========================================================================================*/ /* .navbar-toggle{display: block;} .navbar-collapse.collapse {display: none!important;} .collapse.in{display:block !important;} */ /*========================================================================================== For Mobile Nav use this code in Responsive.css desired Query ==========================================================================================*/ .tg-homeslidervone figure.tg-workrobmolis:before { background: #edb7cc; } .tg-homeslidervone figure.tg-workmomentsly:before { background: #d38b79; } .tg-homeslidervone figure.tg-workdrivertool:before { background: #2332a5; } .tg-homeslidervone figure.tg-workjoydance:before { background: #fccc05; } .tg-homeslidervone figure.tg-wrokdalbania:before { background: #1c1819; } .tg-homeslidervone figure.tg-workcreature7:before { background: #cc8d87; } .tg-homeslidervone figure.tg-workukioapp:before { background: #1c1819; } .tg-workrobmolis .tg-projecttitle h3, .tg-workrobmolis .tg-projecttitle h3:before { color: #edb7cc; } .tg-workrobmolis .tg-projecttitle h3:before { -webkit-text-fill-color: #edb7cc; } .tg-workmomentsly .tg-projecttitle h3, .tg-workmomentsly .tg-projecttitle h3:before { color: #d38b79; } .tg-workmomentsly .tg-projecttitle h3:before { -webkit-text-fill-color: #d38b79; } .tg-workdrivertool .tg-projecttitle h3, .tg-workdrivertool .tg-projecttitle h3:before { color: #2332a5; } .tg-workdrivertool .tg-projecttitle h3:before { -webkit-text-fill-color: #2332a5; } .tg-workjoydance .tg-projecttitle h3, .tg-workjoydance .tg-projecttitle h3:before { color: #fccc05; } .tg-workjoydance .tg-projecttitle h3:before { -webkit-text-fill-color: #fccc05; } .tg-wrokdalbania .tg-projecttitle h3, .tg-wrokdalbania .tg-projecttitle h3:before { color: #1c1819; } .tg-wrokdalbania .tg-projecttitle h3:before { -webkit-text-fill-color: #1c1819; } .tg-workcreature7 .tg-projecttitle h3, .tg-workcreature7 .tg-projecttitle h3:before { color: #cc8d87; } .tg-workcreature7 .tg-projecttitle h3:before { -webkit-text-fill-color: #cc8d87; } .tg-workukioapp .tg-projecttitle h3, .tg-workukioapp .tg-projecttitle h3:before { color: #1c1819; } .tg-workukioapp .tg-projecttitle h3:before { -webkit-text-fill-color: #1c1819; } .tg-homeslider figure .tg-projecttitle h3:hover:before { width: 100%; } .tg-homeslidervone { margin: 0 0 20px; } .tg-homeslidervone .slick-dots, .tg-homeslidervone .slick-arrow { display: none !important; } .slick-slide { overflow: hidden; padding: 0 0 12px; } .tg-homeslidervone .slick-slide figure { float: none; width: 100%; margin: 0 auto; max-width: 670px; height: calc(100vh - 180px); } .slick-arrow { display: none; } .tg-contentholder { width: 100%; float: left; padding: 140px 40px 100px; } .tg-slidercontent { width: 100%; float: left; position: relative; padding: 100px 0 200px; } .tg-slidercontent h1 { margin: 0; color: #333; font-size: 65px; font-weight: 300; line-height: 85px; text-transform: capitalize; } .tg-slidercontent h3 { text-transform: none; } .tg-slidercontent h4 { text-transform: none; } .tg-slidercontent h1 span { display: block; } .tg-slidercontent h1 span em { color: #569ec4; font-weight: bold; font-style: normal; } /* .tg-slidercontent h3 em { color: #e57f90; font-weight: 500; font-style: normal; } */ #hero a { padding-top:20px; } #hero a span { position: absolute; top: 80%; left: 50%; width: 46px; height: 46px; margin-left: -23px; border: 1px solid #474747; background-color: transparent; border-radius: 100%; box-sizing: border-box; } #hero a span::after { position: absolute; top: 50%; left: 50%; content: ""; width: 18px; height: 18px; margin: -12px 0 0 -8px; border-left: 1px solid #474747; border-bottom: 1px solid #474747; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); box-sizing: border-box; } #hero a span::before { position: absolute; top: 0; left: 0; z-index: -1; content: ""; width: 44px; height: 44px; box-shadow: 0 0 0 0 rgba(86, 158, 196, 0.1); border-radius: 100%; opacity: 0; -webkit-animation: sdb03 4s infinite; animation: sdb03 s infinite; box-sizing: border-box; } @-webkit-keyframes sdb03 { 0% { opacity: 0; } 30% { opacity: 1; } 60% { box-shadow: 0 0 0 60px rgba(86, 158, 196, 0.1); opacity: 0; } 100% { opacity: 0; } } @keyframes sdb03 { 0% { opacity: 0; } 30% { opacity: 1; } 60% { /* box-shadow: 0 0 0 60px rgba(255,255,255,.1); */ box-shadow: 0 0 0 60px rgba(86, 158, 196, 0.1); opacity: 0; } 100% { opacity: 0; } } .tg-btnemail { right: 0; top: 250px; color: #d18774; font-size: 18px; line-height: 18px; position: absolute; text-decoration: underline; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; } .tg-btnemail:hover, .tg-btnemail:focus { color: #000; text-decoration: underline; } .at-cssgrid { /* width: 100%; */ float: left; margin: auto; display: grid; grid-gap: 60px; grid-template-columns: repeat(9, 2fr); } .index-proj-description { font-size: 18px; color: #5c5b5b; text-transform: none; /* margin-top: 50px; */ } .clearfix { margin: 5%; } .tg-masnorygallery { width: 100%; float: left; margin-left: 80px; position: relative; } .tg-masnorygallery:after { clear: both; content: ''; display: block; } /* .grid-sizer, .grid-item, .tg-griditemonormal { margin: 0; float: left; padding: 30px; width: 40.5%; } .tg-griditemlarge {width: 59.5%;} .grid-item:nth-child(4) {float: right;} .tg-homev2 .grid-sizer, .tg-homev2 .grid-item, .tg-homev2 .tg-griditemonormal {width: 33.33%;} .tg-homev2 .tg-griditemlarge {width: 66.67%;} */ .tg-gridcol { margin: 0; grid-column: span 4; grid-row: span 2; } .tg-griddoublecolrow { grid-column: span 8; grid-row: span 4; } .tg-griddoublecol { grid-column: span 8; } .tg-griddoublerow { grid-row: span 4; } .tg-gridcol7 { grid-column: span 7; grid-row: span 1; } .tg-gridrow5 { grid-column: span 5; grid-row: span 2; } .grid-item img { width: 100%; height: auto; display: block; } .column figure img { width: 100%; height: auto; display: block; } #projects .grid-item, #tg-portfolioholder .tg-contentbox { display: block; } body.tg-homev4 { background: #0033be; } .tg-background { top: 0; left: 0; margin: 0; z-index: -1; width: 100%; height: 100%; position: fixed; -webkit-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; } .tg-background img { width: 100%; height: auto; display: block; margin: 0 auto; } .tg-bgopcity .tg-background { opacity: 0.4; } body.tg-homev4 .tg-header .tg-navigation ul li a { color: #a8a8a8; } body.tg-homev4 .tg-header .tg-navigation ul li:hover a, body.tg-homev4 .tg-header .tg-navigation ul li.tg-active a, body.tg-homev5 .tg-header .tg-navigation ul li:hover a, body.tg-homev5 .tg-header .tg-navigation ul li.tg-active a { color: #fff; } .tg-homeslidervfour { padding: 90px 0 0; } .tg-homeslidervfour .tg-slidercontent { text-align: center; padding: 230px 0 200px; } .tg-homeslidervfour .tg-slidercontent figure { width: 235px; float: none; display: block; margin: 0 auto 50px; } .tg-homeslidervfour .tg-slidercontent figure:before { display: none; } .tg-homeslidervfour .tg-slidercontent figure img { width: 100%; height: auto; display: block; } .tg-homeslidervfour .tg-slidercontent .tg-description p { color: #fff; font-size: 18px; line-height: 30px; } .tg-homeslidervfour .tg-slidercontent h1 { color: #fff; width: 100%; float: left; font-size: 65px; margin: 0 0 60px; font-weight: bold; line-height: 65px; } .tg-viewmore { color: #fff; font-size: 14px; padding: 0 0 8px; line-height: 14px; display: inline-block; vertical-align: middle; text-transform: uppercase; border-bottom: 1px dashed #fff; } .tg-viewmore:hover { color: #fff; } .tg-contentbox { width: 100%; float: left; } .tg-contentbox + .tg-contentbox { padding: 150px 0 0; } .tg-contentbox:last-child { padding: 150px 0 155px; } .tg-profilecontent { width: 100%; float: left; } .tg-profilecontent h2 { color: #fff; float: left; width: 330px; font-size: 42px; font-weight: bold; line-height: 42px; text-transform: capitalize; } .tg-profilecontent .tg-description { width: auto; float: none; overflow: hidden; } .tg-profilecontent .tg-description p { margin: 0; color: #fff; font-size: 18px; line-height: 30px; } .tg-profilecontent ul { color: #fff; font-size: 18px; overflow: hidden; list-style: none; line-height: 18px; } .tg-profilecontent ul li { width: 50%; float: left; padding: 23px 0; line-height: inherit; list-style-type: none; } .tg-profilecontent ul li span { display: block; } .tg-profilecontent ul li strong { color: #fff; display: block; padding: 12px 0 0; } body.tg-homev4 .tg-footer { padding: 0 0 50px; } .tg-footercontent { width: 100%; float: left; padding: 50px 0 0; } .tg-startproject { float: left; } .tg-footercontent h3 { color: #fff; font-size: 42px; margin: 0 0 15px; font-weight: bold; line-height: 42px; text-transform: capitalize; } .tg-startproject a { color: #fff; display: block; font-size: 18px; line-height: 18px; } .tg-startproject a:hover, .tg-startproject a:focus { color: #fff; opacity: 0.6; } .tg-socialshare { float: right; } .tg-socialshare .tg-socialicons { width: 100%; float: left; line-height: 14px; } .tg-socialshare .tg-socialicons li { padding: 0 18px; position: relative; } .tg-socialshare .tg-socialicons li:first-child { padding-left: 0; } .tg-socialshare .tg-socialicons li:before { top: 50%; left: -2px; width: 6px; height: 1px; content: ""; background: #fff; position: absolute; } .tg-socialshare .tg-socialicons li:first-child:before { display: none; } .tg-socialshare .tg-socialicons li a { width: auto; color: #fff; height: auto; font-size: 14px; background: none; line-height: 17px; text-transform: uppercase; } .tg-socialshare .tg-socialicons li a:hover { opacity: 0.6; } body.tg-homev5 { background: #000; } .tg-homeslidervfive { padding: 90px 0 0; } .tg-homeslidervfive .tg-slidercontent { padding: 150px 0; text-align: center; } .tg-homeslidervfive .tg-slidercontent .tg-description p { margin: 0; color: #fff; font-size: 52px; font-weight: 300; line-height: 70px; } .tg-homeslidervfive .tg-slidercontent .tg-description p strong { color: #fff; } .tg-homeslidervfive .tg-contentbox .tg-sliderimg { width: auto; float: none; overflow: hidden; } .tg-homeslidervfive .tg-contentbox .tg-sliderimg:before { display: none; } .tg-homeslidervfive .tg-contentbox .tg-sliderimg img { width: 100%; height: auto; display: block; } .tg-portfolioholder { width: 100%; float: left; padding: 0 0 100px; } .tg-portfoliocontent { float: right; max-width: 415px; width: 100%; text-align: right; padding: 0 0 0 60px; } .tg-portfolioholder .tg-contentbox:last-child { padding-bottom: 0; } .tg-portfolioholder .tg-contentbox:nth-child(even) .tg-portfoliocontent { float: left; text-align: left; padding: 0 60px 0 0; } .tg-thumbimg figcaption { opacity: 0; width: 100%; float: left; padding: 80px 0 0; } .tg-thumbimg figcaption h2 { margin: 0; font-size: 42px; font-weight: bold; line-height: 42px; text-transform: capitalize; } .tg-colorrobmolis .tg-thumbimg figcaption h2 a { color: #edb7cc; } .tg-coloralbania .tg-thumbimg figcaption h2 a { color: #ff0000; } .tg-colorjoydance .tg-thumbimg figcaption h2 a { color: #fccc05; } .tg-colordrivertool .tg-thumbimg figcaption h2 a { color: #4e7aff; } .tg-colormomentsly .tg-thumbimg figcaption h2 a { color: #cfa682; } .tg-colorukiostore .tg-thumbimg figcaption h2 a { color: #fff; } .tg-thumbimg figcaption h2 span { color: #aaa; display: block; font-size: 18px; line-height: 14px; letter-spacing: 2px; padding: 15px 0 0; text-transform: uppercase; } .tg-btnholder { width: 100%; float: left; padding: 90px 0 0; text-align: center; } .tg-btnviewmore { color: #000; font-size: 14px; line-height: 17px; padding: 0 0 10px; letter-spacing: 3px; display: inline-block; vertical-align: middle; text-transform: uppercase; border-bottom: 1px dashed #000; } .tg-btnviewmore:hover, .tg-btnviewmore:focus { color: #000; } .tg-homev5 .tg-btnviewmore { color: #fff; border-color: #fff; } /*.tg-btnviewmore:hover, .tg-btnviewmore:focus {color: #fff;}*/ .tg-footercontent { padding: 0 60px; } .tg-addnavs { width: 100%; float: left; } .tg-addnavs ul { width: 100%; float: left; display: table; font-size: 18px; list-style: none; line-height: 18px; text-align: center; table-layout: fixed; border: 1px solid #000; text-transform: uppercase; letter-spacing: 3px; } .tg-homev5 .tg-addnavs ul { border-color: #fff; } .tg-addnavs ul li { padding: 0; float: none; display: table-cell; line-height: inherit; list-style-type: none; vertical-align: middle; } .tg-addnavs ul li + li { border-left: 1px solid #000; } .tg-homev5 .tg-addnavs ul li + li { border-color: #fff; } .tg-addnavs ul li:first-child { width: 15%; font-weight: bold; } .tg-addnavs ul li:nth-child(2) { width: 27%; text-transform: none; } .tg-addnavs ul li:nth-child(2) span { color: #000; display: block; margin: 0 0 5px; } .tg-homev5 .tg-addnavs ul li:nth-child(2) span { color: #fff; } .tg-addnavs ul li:nth-child(2) a { color: #e57f90; min-height: auto; } .tg-addnavs ul li:nth-child(3), .tg-addnavs ul li:nth-child(4), .tg-addnavs ul li:nth-child(5) { width: 17.33%; } .tg-addnavs ul li:last-child { width: 6%; } .tg-addnavs ul li:nth-child(2), .tg-addnavs ul li:nth-child(3), .tg-addnavs ul li:nth-child(4), .tg-addnavs ul li:nth-child(5) { font-size: 14px; line-height: 14px; } .tg-addnavs ul li a { color: #000; display: block; overflow: hidden; min-height: 90px; position: relative; text-align: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-box-orient: vertical; justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-box-direction: normal; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; } .tg-addnavs ul li.tg-github a:before, .tg-addnavs ul li.tg-linkedin a:before { left: 0; top: 100%; z-index: -1; content: ""; width: 100%; height: 100%; background: #000; position: absolute; } .tg-addnavs ul li.tg-github a:hover, .tg-addnavs ul li.tg-linkedin a:hover { color: #fff; } .tg-addnavs ul li.tg-github:hover a:before, .tg-addnavs ul li.tg-linkedin:hover a:before { top: 0; } .tg-addnavs ul li.tg-github:hover a:before { background: #333; } .tg-addnavs ul li.tg-linkedin:hover a:before { background: #0077b5; } .tg-homev5 .tg-addnavs ul li a, .tg-homev5 .tg-addnavs ul li span { color: #fff; } .tg-addnavs ul li a span { display: block; } .tg-footerbottom { width: 100%; float: left; padding: 20px 0; display: inline-block; margin: auto; font-size: 14px; bottom: 0; text-align: center; z-index: 999; } .tg-copyrights, .tg-compnayname { margin: 0; color: #777; font-size: 12px; line-height: 12px; } .tg-copyrights { text-align: center; } .tg-compnayname { float: right; } .tg-copyrights a, .tg-copyrights a:hover, .tg-copyrights a:focus { color: #777; } .tg-themepopup { top: 0; left: 0; opacity: 0; width: 100%; height: 100%; z-index: 9999; padding: 100px; position: fixed; background: #fff; visibility: hidden; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; -webkit-align-content: flex-end; -ms-flex-line-pack: end; align-content: flex-end; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: all 600ms ease-in-out; -moz-transition: all 600ms ease-in-out; -ms-transition: all 600ms ease-in-out; -o-transition: all 600ms ease-in-out; transition: all 600ms ease-in-out; } .tg-themepopup ul { width: 100%; float: left; font-size: 52px; font-weight: 300; line-height: 56px; list-style: none; text-align: center; text-transform: capitalize; } .tg-themepopup ul li { padding: 0 30px; line-height: inherit; list-style-type: none; display: inline-block; vertical-align: middle; } .tg-themepopup ul li a { color: #333; padding: 0 0 10px; position: relative; } .tg-themepopup ul li a:before { left: 0; width: 0; bottom: 0; content: ""; height: 3px; background: #000; position: absolute; } .tg-themepopup ul li a:hover:before { width: 100%; } .tg-themepopup ul li.tg-facebook a:hover { color: #3b5998; } .tg-themepopup ul li.tg-facebook a:before { background: #3b5998; } /* .tg-themepopup ul li.tg-linkedin a:hover { color: #0077b5; } .tg-themepopup ul li.tg-linkedin a:before { background: #0077b5; } */ .tg-themepopup ul li.tg-twitter a:hover { color: #38a1f3; } .tg-themepopup ul li.tg-twitter a:before { background: #38a1f3; } .tg-themepopup ul li.tg-instagram a:hover { color: #fb3958; } .tg-themepopup ul li.tg-instagram a:before { background: #fb3958; } .tg-themepopup.tg-showfilterpopup, .tg-themepopup.tg-showsharepopup { opacity: 1; visibility: visible; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .tg-btnclosepopup { top: 30px; z-index: 2; right: 30px; color: #333; font-size: 30px; font-weight: 300; line-height: 30px; position: absolute; display: inline-block; vertical-align: middle; text-transform: capitalize; } .tg-btnclosepopup:hover, .tg-btnclosepopup:focus { color: #333; } /* ============================================= Work Detail One Style ============================================= */ .tg-workdetail { width: 100%; float: left; } .tg-workdetailvone { padding: 188px 0 0; } .tg-detailholder { max-width: 790px; width: 100%; margin: 0 auto; overflow: hidden; } .tg-detailimg { margin: 0; width: 100%; float: left; height: 560px; } .tg-detailimg img { opacity: 1; height: 100%; width: 100%; object-fit: cover; } .tg-detailimg figcaption div { width: 40%; margin-right: 40%; bottom: -25px; } .tg-detailimg figcaption h1 { margin: 0; font-size: 55px; font-weight: 550; line-height: 80px; letter-spacing: 6px; } .tg-detailimg figcaption h4 { margin: 0; width: 100%; font-size: 20px; line-height: 30px; font-family: "Circular Std", Arial, Helvetica, sans-serif; letter-spacing: 2px; } .tg-detailinfo { width: 100%; float: left; display: table; font-size: 18px; list-style: none; font-weight: 400; line-height: 28px; padding: 100px 0 0; text-align: left; table-layout: fixed; } .tg-detailinfo a { color: #0033be; } .tg-detailinfo li { display: table-cell; line-height: inherit; list-style-type: none; vertical-align: middle; padding: 0 40px; } /* .tg-detailinfo li span { color: #222; display: block; padding: 0 0 30px; letter-spacing: 3px; text-transform: uppercase; } */ .tg-detailinfo p { margin: 0; color: #000000; line-height: inherit; /* padding: 15px 40px 0 40px; */ } .tg-detailinfo li p em { color: #777; display: block; font-style: normal; text-decoration: none; } .tg-detailinfo li p em + em { padding: 15px 0 0; } .tg-workdetailcontent { width: 100%; float: left; } .tg-workdetailcontent .tg-detailimg { width: auto; } .tg-workdetailcontent .tg-description p { color: #333; font-size: 18px; margin: 0 0 40px; line-height: 30px; text-align: left; } .tg-descriptionholder { overflow: hidden; padding: 80px 260px 0 85px; } .tg-descriptionholder .tg-description p { color: #333; font-size: 18px; margin: 0 0 40px; line-height: 30px; } .tg-tittle { width: 100%; float: left; padding: 0 0 30px; } .tg-tittle h2 { margin: 0; color: #333; font-size: 42px; font-weight: 700; line-height: 32px; text-transform: capitalize; } .tg-projectinfo { width: 100%; float: left; list-style: none; } .tg-projectinfo li { width: 100%; float: left; line-height: normal; list-style-type: none; } .tg-projectinfo li h3 { font-size: 24px; margin: 0 0 15px; font-weight: 700; line-height: 20px; text-transform: capitalize; } .tg-projectinfo li:last-child .tg-description p { margin: 0; } .tg-workdetailcontent + .tg-workdetailcontent .tg-detailimg { float: right; } .tg-sectiondescriptionP, .sectiondescription { width: 100%; float: left; } .tg-sectiondescriptionP { text-align: center; } .tg-description-flex-left { display: flex; flex-direction: row; margin-top: 5%; } .tg-description-flex-left figure { width: 100%; margin-right: 5%; float: left; } .tg-description-flex-left h4 { text-align: left; text-transform: none; font-weight: 700; margin-top: 10%; } .tg-sectiondescriptionP .tg-description-flex-left p { margin: 0; font-size: 18px; line-height: 30px; text-align: left; width: 400px; margin-left: 15px; } .tg-description-flex-left .projects-overview-h4 h4 { margin-top: 0%; padding: 0 0 0 0; } .tg-description-flex-right { display: flex; flex-direction: row-reverse; align-items: center; margin-top: 5%; } .tg-description-flex-right .tg-projectimg div { width: 100%; margin-left: 5%; margin-right: 0%; align-self: center; } /* .tg-description-flex-right .tg-projectimg .tg-themeimghover img { width: 80%; padding: 0; } */ #zoomable { padding: 50px; } /* .tg-description-flex-right .tg-simpleimghover2 figure{ display: block; } */ .tg-description-flex-right figure { display: block; width: 80%; } .quotation-pawnguru { font-size: 18px; font-weight: 700; text-align: left; quotes: "\201C""\201D""\2018""\2019"; padding: 10px 20px; border-left: 0px; font-family: "Playfair Display", serif; } .quotation-pawnguru:before { content: open-quote; display: inline; line-height: 0; left: -10px; position: relative; top: 20px; color: #eda92b; font-size: 3em; } .quotation-pawnguru:after { content: close-quote; display: inline; line-height: 0; left: 10px; position: relative; top: 35px; color: #eda92b; font-size: 3em; } .quotation-FHC { font-size: 18px; font-weight: 700; text-align: left; quotes: "\201C""\201D""\2018""\2019"; padding: 10px 20px; border-left: 0px; font-family: "Playfair Display", serif; } .quotation-FHC:before { content: open-quote; display: inline; line-height: 0; left: -10px; position: relative; top: 20px; color: #1aa15d; font-size: 3em; } .quotation-FHC:after { content: close-quote; display: inline; line-height: 0; left: 10px; position: relative; top: 35px; color: #1aa15d; font-size: 3em; } .tg-description-flex-right h4 { text-align: left; text-transform: none; font-weight: 700; } .tg-description-flex-right li { margin: 0; font-size: 18px; line-height: 30px; text-align: left; } .tg-sectiondescriptionP .tg-description-flex-right p { margin-right: 50px; font-size: 18px; line-height: 30px; text-align: left; /* width: 350px; */ width: auto; /* padding-left: 10px; */ } .tg-description-flex-col { display: flex; flex-direction: column; } .tg-sectiondescriptionP .tg-description-flex-col li { margin: 0; font-size: 18px; line-height: 38px; text-align: left; } .tg-description-flex-col li blockquote { font-size: 18px; } .tg-sectiondescriptionP .tg-description { padding: 25px 0 35px; } .tg-sectiondescriptionP .tg-description p { margin: 0; font-size: 18px; line-height: 30px; text-align: left; } .tg-sectiondescriptionP .tg-description li { margin: 0; font-size: 18px; line-height: 32px; text-align: left; margin: 3px; } .tg-sectiondescriptionP .tg-description h5 { text-align: left; font-size: 18px; font-weight: 700; text-transform: none; } .tg-description blockquote { margin: 0; font-size: 18px; line-height: 38px; text-align: left; border-left: none; } .multi-images { display: flex; flex-direction: row; width: 80%; } .multi-images-playground { display: flex; flex-direction: row; width: 100%; } .tg-projectimg .multi-images img { width: 40%; /* margin: 2%; */ } .multi-images-playground figure { width: 100%; } .tg-client { max-width: 150px; width: 100%; margin: 0 auto; overflow: hidden; } .tg-clientimg { width: 100px; height: 100px; overflow: hidden; border-radius: 50%; margin: 0 auto 25px; } .tg-clientimg img { width: 100%; height: auto; display: block; } .tg-clinetname { width: 100%; float: left; text-align: center; } .tg-clinetname h3 { margin: 0; font-size: 14px; line-height: 14px; letter-spacing: 5px; } .tg-clinetname span { color: #777; display: block; font-size: 14px; padding: 5px 0 0; line-height: 14px; } .tg-nextprevbtns { width: 100%; float: left; margin: 0 2% 2% 0; padding: 100px 200px 0; } .tg-nextprevbtns h4 { color: gray; } .tg-projects-link { margin: 10px; color: gray; text-transform: none; /* font-family: "Poppins", Arial, Helvetica, sans-serif; */ font-weight: 300; font-size: 24px; letter-spacing: 1px; word-wrap: break-word; line-height: 1.5; } .tg-projects-link-active { margin: 10px; color: #569ec4; text-transform: none; /* font-family: "Poppins", Arial, Helvetica, sans-serif; */ font-weight: 700; font-size: 24px; letter-spacing: 1px; word-wrap: break-word; line-height: 1.5; } .tg-prevbtn, .tg-nextbtn { margin: 0 0 150px; position: relative; } .tg-prevbtn { float: left; } .tg-nextbtn { float: right; } .tg-prevbtn:after, .tg-nextbtn:after { top: 140%; left: 50%; width: 1px; content: ""; height: 60px; position: absolute; background: #d2d2d2; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } .tg-prevbtn, .tg-nextbtn { text-align: center; } .tg-prevbtn h4, .tg-nextbtn h4 { color: #333; font-size: 42px; font-weight: 700; line-height: 42px; padding: 0 0 10px; text-transform: capitalize; border-bottom: 1px solid #333; } .tg-prevbtn span, .tg-nextbtn span { color: #222; display: block; font-size: 14px; line-height: 14px; text-align: center; letter-spacing: 5px; text-transform: uppercase; } .tg-footerwhite { padding: 0 60px; } .tg-footerwhite .tg-addnavs ul, .tg-footerwhite .tg-addnavs ul li + li { border-color: #d2d2d2; } .tg-footerwhite .tg-addnavs ul li:nth-child(2) a { color: #d18774; } .tg-footerwhite .tg-addnavs ul li a, .tg-footerwhite .tg-addnavs ul li:nth-child(2) span { color: #1b0d0d; } /* ============================================= Work Detail Two Style ============================================= */ .tg-workdetailvtwo { } .tg-workdetailvtwo .tg-detailimg figcaption { top: 0; left: 0; width: 100%; height: 100%; bottom: auto; padding: 93px 0 0; position: absolute; text-align: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-box-orient: vertical; justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-box-direction: normal; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; } .tg-workdetailvtwo .tg-detailimg figcaption h1 { text-transform: capitalize; } .tg-btnshare { right: 18px; bottom: 40px; position: absolute; } .tg-workdetailvtwo .tg-detailinfo { padding: 50px 0 50px; } .tg-workdetailvtwo .tg-detailinfo li:last-child { vertical-align: top; } .tg-workdetailvtwo .tg-detailinfo li:last-child a { color: #d18774; letter-spacing: 5px; text-transform: uppercase; } .tg-workdetailvtwo .tg-description { padding: 0 0 120px; } .tg-workdetailvtwo .tg-description p { margin: 0; font-size: 18px; line-height: 30px; text-align: center; } .tg-bgpink { background: #d6927f; } .tg-projectimages { width: 100%; float: left; } .tg-projectimages .tg-projectimg { width: 100%; float: none; margin: 0 auto; max-width: 930px; overflow: hidden; } .tg-projectimg img { width: 50%; height: auto; display: block; } .tg-projectimg + .tg-projectimg { margin: 60px auto 0; } /* ============================================= Playground Style ============================================= */ .tg-playground .tg-detailimg { padding: 160px 60px 0 60px; } .tg-playgroundvthree .tg-detailimg .tg-btnshare { bottom: 0; } .tg-playgroundvthree .tg-playgroundcontent { padding: 120px 0 0; } .tg-playgroundvthree .tg-playgroundcontent .tg-description p { font-size: 18px; text-align: left; } .tg-playgroundvthree .tg-sectionhead { padding: 0 0 80px; } .tg-playgroundvthree .tg-detailinfo { padding: 0 0 60px; } .tg-playgroundvthree .tg-description { text-align: center; } .tg-playgroundvthree .tg-description p { margin: 0; font-size: 18px; line-height: 30px; } .tg-designconcept { width: 100%; float: left; } .tg-designconcept .tg-description { text-align: center; padding: 0 0 100px; } .tg-designconcept .tg-description p { margin: 0; font-size: 18px; line-height: 30px; } .tg-designconcept figure { margin: 0; width: 100%; float: left; } .tg-designconcept figure img { width: 100%; height: auto; display: block; } .tg-projectarea { position: relative; } /* .tg-projectarea2 { position: relative; } */ .tg-projectarea:before { right: 0; top: 100px; width: 50%; content: ""; position: absolute; background: #f8d2db; height: calc(100% - 200px); } .tg-workprojectimages { width: 100%; margin: 0 auto; max-width: 700px; padding: 150px 0; position: relative; } .tg-projectimg { margin: 0; width: 100%; float: left; } .tg-projectimg img { width: 90%; height: auto; display: block; } .tg-workprojectimages.owl-carousel .owl-stage-outer { overflow: visible; } /* ============================================= Work Detail Four Style ============================================= */ .tg-workdetailvfour .tg-detailimg { padding: 100px 60px 0 60px; } .tg-workdetailvfour .tg-detailimg .tg-btnshare { bottom: 0; } .tg-workdetailvfour .tg-workdetailcontent { padding: 120px 0 0; } .tg-workdetailvfour .tg-sectionhead { padding: 0 0 80px; } .tg-workdetailvfour .tg-detailinfo { padding: 0 0 60px; } .tg-workdetailvfour .tg-description { text-align: center; } .tg-workdetailvfour .tg-description p { margin: 0; font-size: 18px; line-height: 30px; } .tg-imagesholder { clear: both; margin: -25px; overflow: hidden; list-style: none; padding: 75px 0 0; } .tg-imagesholder li { width: 50%; float: left; padding: 25px; list-style-type: none; } .tg-imagesholder li figure { margin: 0; width: 100%; float: left; } .tg-imagesholder li figure img { width: 100%; height: auto; display: block; } /* ========================================================================================== Blog Posts Style ========================================================================================== */ /* ============================================= Blog One Style ============================================= */ .tg-post, .tg-blogposts { width: 100%; float: left; } .tg-blogposts { padding: 220px 0 0; } .tg-postimg { float: left; margin: 0 60px 0 0; } .tg-postimg img { width: 30%; height: auto; display: block; } .tg-postcontent { overflow: hidden; min-height: 500px; text-align: left; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-box-orient: vertical; justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-box-direction: normal; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; } .tg-postcontent time { width: 100%; float: left; color: #222; font-size: 14px; margin: 0 0 15px; line-height: 17px; font-style: normal; letter-spacing: 3px; } .tg-posttitle { width: 100%; float: left; } .tg-posttitle h2 { margin: 0; color: #222; font-size: 40px; font-weight: 700; line-height: 52px; text-transform: capitalize; } .tg-posttitle h2 a { display: block; } .tg-posttitle h2:hover a { color: #d18774; } .tg-blogsholder { clear: both; margin: 0 -37px; overflow: hidden; padding: 115px 0; } .tg-quarterpost { /*float: left;*/ width: 33.33%; margin: 0 -2px; min-height: 450px; padding: 15px 37px; display: inline-block; vertical-align: top; } .tg-quarterpost .tg-postimg { width: 100%; float: left; margin: 0 0 20px; } .tg-quarterpost .tg-postimg a { display: block; } .tg-quarterpost .tg-postcontent { width: 100%; float: left; min-height: auto; } .tg-quarterpost .tg-postcontent .tg-posttitle h2 { font-size: 24px; line-height: 36px; } /* ============================================= Blog Two Style ============================================= */ .tg-blogvtwo { } .tg-blogvtwo .tg-blogsholder { max-width: 970px; margin: 0 auto; float: none; overflow: hidden; padding: 0 0 115px; } .tg-blogvtwo .tg-blogsholder .tg-quarterpost { padding: 0; width: 100%; float: left; min-height: auto; max-height: none; } .tg-blogvtwo .tg-blogsholder .tg-quarterpost .tg-postimg { max-width: 690px; float: none; margin: 0 auto; overflow: hidden; } .tg-blogvtwo .tg-quarterpost .tg-postcontent { padding: 40px 0; min-height: auto; text-align: center; } .tg-blogvtwo .tg-quarterpost .tg-postcontent .tg-posttitle h2 { font-size: 40px; line-height: 52px; } .tg-post.tg-blognoimg .tg-postcontent { padding: 100px 0; } /* ============================================= Contact Us Style ============================================= */ .tg-contactus { width: 100%; float: left; padding: 220px 0 0; } .tg-contactus .tg-description { text-align: center; } .tg-contactus .tg-description p { margin: 0; color: #333; font-size: 52px; font-weight: 300; line-height: 60px; } .tg-contactuscontent { width: 100%; float: left; padding: 0 0 85px; } .tg-getintouch { width: 100%; float: left; } .tg-getintouch .tg-description { text-align: left; padding: 0 0 70px; } .tg-getintouch .tg-description p { margin: 0; font-size: 18px; line-height: 28px; } .tg-getintouch .tg-description p span { display: block; } .tg-getintouch .tg-description p span a { color: #333; text-decoration: none; border-bottom: 1px solid #d18774; } .tg-getintouchtitle { width: 100%; float: left; } .tg-getintouchtitle h3 { margin: 0; font-size: 32px; font-weight: 700; line-height: 32px; text-transform: capitalize; } .tg-getintouch ul { width: 100%; float: left; list-style: none; } .tg-getintouch ul li { width: 100%; float: left; padding: 30px 0; list-style-type: none; } .tg-getintouch ul li span { color: #aaa; font-size: 14px; line-height: 14px; text-transform: uppercase; } .tg-getintouch ul li address { margin: 0; font-size: 18px; line-height: 35px; font-style: normal; } .tg-getintouch ul li em { color: #333; display: block; font-size: inherit; font-style: normal; line-height: inherit; text-transform: capitalize; } .tg-getintouch ul li a { color: #333; display: block; font-size: 18px; line-height: 18px; text-decoration: underline; } .tg-formcontactus { width: auto; float: none; clear: both; margin: 0 -24px; overflow: hidden; } .tg-formcontactus .form-group { width: 50%; float: left; padding: 0 24px; margin: 0 0 45px; } .tg-formcontactus .form-group:last-child { margin: 0; } .tg-formcontactus .form-group input { border: 0; border-radius: 0; padding: 10px 20px 10px 0; border-bottom: 1px dashed #333; } .tg-formcontactus .form-group textarea { width: 100%; float: left; resize: none; height: 260px; border-radius: 0; border-color: #333; } .tg-fullwidth { width: 100% !important; } .tg-formcontactus button { color: #333; background: none; } /* ============================================= Blog Detail Style ============================================= */ .tg-blogdetail .tg-blogsholder { padding: 0; margin: 0 auto; max-width: 890px; width: 100%; } .tg-blogdetail .tg-post .tg-postimg { width: 100%; float: left; margin: 0 0 90px; } .tg-blogdetail .tg-post .tg-postcontent { width: 100%; float: left; min-height: auto; } .tg-blogdetail .tg-post .tg-postcontent .tg-posttitle { margin: 0 0 30px; } .tg-blogdetail .tg-post .tg-postcontent .tg-posttitle h2 { font-size: 42px; line-height: 54px; } .tg-blogdetail .tg-post .tg-description p { color: #333; font-size: 18px; margin: 0 0 70px; line-height: 40px; } .tg-author { width: 100%; float: left; padding: 0 0 55px; } .tg-authorimg { float: left; width: 60px; overflow: hidden; margin: 0 15px 0 0; border-radius: 50%; } .tg-authorimg img { width: 100%; height: auto; display: block; } .tg-authorinfo { padding: 8px 0; overflow: hidden; } .tg-authorinfo h3 { font-size: 18px; font-weight: 700; line-height: 18px; text-transform: capitalize; } .tg-authorinfo h3 a { color: #d18774; margin: 0 0 0 8px; display: inline-block; vertical-align: middle; } .tg-authorinfo span { color: #777; display: block; font-size: 14px; line-height: 17px; } .tg-blockqoute { margin: 0; width: 100%; float: left; font-size: 24px; line-height: 44px; padding: 50px 35px; font-style: italic; background: #fafdff; border-left: 5px solid #d18774; } .tg-heading { width: 100%; float: left; padding: 0 0 15px; } .tg-heading h4 { margin: 0; font-size: 24px; font-weight: 700; line-height: 24px; text-transform: capitalize; } .tg-liststyle { width: 100%; float: left; font-size: 18px; padding: 0 0 67px; line-height: 20px; } .tg-liststyle li { width: 100%; float: left; padding: 23px 0; line-height: inherit; } /* ============================================= Landing Page Style ============================================= */ .tg-bglandingpage { background: #e4f4f6; } .tg-landingpage { width: 100%; float: left; padding: 100px 0; } .tg-landingpage .tg-logo { float: none; width: 235px; display: block; margin: 0 auto 80px; } .tg-landingpage .tg-logo img { width: 100%; height: auto; display: block; } .tg-landingpage .tg-slidercontent { float: none; margin: 0 auto; max-width: 750px; overflow: hidden; text-align: center; } .tg-landingpage .tg-slidercontent h1 { font-size: 42px; margin: 0 0 50px; line-height: 50px; } .tg-landingpage .tg-slidercontent h1 span { display: block; } .tg-landingpage .tg-slidercontent .tg-btn { border: 0; color: #000; font-size: 24px; font-weight: 600; background: none; padding: 0 0 10px; line-height: 24px; text-transform: uppercase; border-bottom: 1px dashed #000; } .tg-landingpage .tg-slidercontent .tg-btn:hover { color: #000; } /* ============================================= Agency Style ============================================= */ .tg-agency { width: 100%; float: left; padding: 100px 0 100px; } .tg-agencycontent { width: 100%; float: left; position: relative; padding: 0 0 0 565px; } .tg-aganecytitle { top: 0; left: 0; position: absolute; } .tg-aganecytitle h2 { margin: 0; font-size: 65px; font-weight: 300; line-height: 85px; text-transform: capitalize; } .tg-aganecytitle h2 span { display: block; } .tg-aganecytitle strong { color: #ffc200; } .tg-aganecytitle figure { margin: 20px 0 0 0; } .tg-aganecytitle img { display: block; width: 40%; float: left; margin-top: 10%; } .tg-agencycontent .tg-description p { margin-top: 20%; font-size: 18px; line-height: 30px; width: 90%; float: right; } .tg-ourworklist { width: 50%; float: right; padding: 30px 0 0 60px; } .tg-ourworklist h3 { font-size: 32px; margin: 0 0 10px; font-weight: 700; line-height: 35px; text-transform: capitalize; } .tg-ourworklist h4 { font-size: 18px; margin: 0 0 10px; font-weight: 700; line-height: 35px; text-transform: none; } .tg-liststylevtwo { width: 100%; float: left; font-size: 18px; list-style: none; line-height: 21px; } .tg-liststylevtwo li { width: 100%; float: left; padding: 12px 0; line-height: inherit; list-style-type: none; } .tg-liststylevtwo li span { color: rgb(34, 34, 34); font-size: 18px; display: block; position: relative; padding: 0 0 0 15px; } .tg-liststylevtwo li span:before { left: 0; top: 50%; width: 8px; height: 8px; content: ""; position: absolute; border-radius: 50%; /* background: #E5907F; */ /* -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); */ list-style-type: none; } .tg-agencyimages { clear: both; margin: -15px; overflow: hidden; } .tg-agencyimg { margin: 0; float: left; padding: 15px; } .tg-agencyimg img { width: 100%; float: left; } .tg-agencyimg:nth-child(5) { width: 28%; } .tg-agencyimg.tg-noimage { width: 30%; min-height: 240px; margin: -180px 0 0; } .tg-agencyimg.tg-noimage figcaption { top: 0; left: 0; width: 100%; height: 100%; position: absolute; text-align: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-box-orient: vertical; justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-box-direction: normal; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; } .tg-agencyimg.tg-noimage figcaption h4 { margin: 0; color: #d18774; font-size: 80px; font-weight: bold; line-height: 80px; } .tg-agencyimg.tg-noimage figcaption span { color: #222; display: block; font-size: 14px; font-weight: 400; line-height: 14px; letter-spacing: 4px; text-transform: uppercase; } /* ============================================= Teams Style ============================================= */ .tg-sectiontittle { width: 100%; float: left; padding: 0 0 70px; } .tg-sectiontittle h4 { margin: 0; color: #fff; font-size: 48px; font-weight: 300; line-height: 51px; text-transform: none; } .tg-sectiontittle h4 strong { color: #fff; font-weight: 700; } .tg-teammember, .tg-teamsmember { width: 100%; float: left; } .tg-teamsmember { padding: 0 0 0 50px; } .tg-memeberimg { margin: 0; width: 100%; float: left; position: relative; padding: 0 0 0 35px; } .tg-memeberimg img { width: 100%; height: auto; display: block; } .tg-memeberimg figcaption { top: 0; z-index: 2; left: 20px; width: 100%; position: absolute; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; } .tg-memeberimg figcaption h5 { color: #fff; font-size: 14px; line-height: 17px; text-transform: capitalize; } .tg-memeberimg figcaption h5 span { font-size: 18px; line-height: 21px; } .tg-memeberimg figcaption .tg-socialicons { width: 20px; bottom: 10px; right: -30px; position: absolute; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(-90deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; } .tg-memeberimg figcaption .tg-socialicons li { width: 100%; float: left; } .tg-memeberimg figcaption .tg-socialicons li a { width: auto; color: #fff; height: auto; display: block; background: none; } .tg-memeberimg figcaption .tg-socialicons li a i { width: auto; } .tg-ourclients { width: 100%; float: left; } .tg-ourclients .tg-sectiontittle h4, .tg-ourclients .tg-sectiontittle h4 strong { color: #333; } .tg-ourclients ul { width: 100%; float: left; list-style: none; text-align: center; } .tg-ourclients ul li { width: 25%; margin: 0 -2px; display: inline-block; list-style-type: none; vertical-align: middle; } .tg-ourclients ul li figure { margin: 0; width: 100%; float: left; } .tg-ourclients ul li figure img { width: 100%; height: auto; display: block; } .slick-slide:focus { outline: none !important; } .tg-navholder { left: 0; z-index: 10; width: 100%; bottom: 50px; position: absolute; } .menu { width: 100%; float: left; max-width: 830px; } .menu .menu__item { float: left; color: #000; opacity: 0.3; font-size: 50px; line-height: 54px; margin: 0 0 20px 40px; } .menu .menu__item:hover, .menu .menu__item.menu__item--current { opacity: 1; } .tg-navholder .tg-btnshare { color: #000; float: right; font-size: 14px; line-height: 18px; margin: 0 40px 0 0; text-transform: uppercase; } .onoffswitch { width: 30px; float: left; height: 18px; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; } .onoffswitch input { display: none; } .onoffswitch-label { width: 100%; height: 18px; display: block; cursor: pointer; overflow: hidden; border-radius: 20px; padding: 0 !important; border: 1px solid #000; } .onoffswitch-switch { top: 3px; bottom: 0; left: 3px; width: 12px; height: 9px; display: block; background: #000; position: absolute; border-radius: 50px; -webkit-transition: all 0.3s ease-in 0s; -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; } .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch { left: 12px; } body.tg-homev5 .onoffswitch-label { border-color: #fff; } body.tg-homev5 .tg-navigation ul li .onoffswitch-switch { background: #fff; } .tg-themeimghover { width: 100%; height: 360px; float: left; overflow: hidden; position: relative; } .tg-themeimghover img { opacity: 0; margin-bottom: 3%; } .tg-themeimghover > span { top: 0; right: 0; width: 0; height: 100%; background: #000; position: absolute; } /* .tg-themeimghover h2 { top: 0; left: 0; margin: 0; opacity: 0; z-index: 99; color: #333; position: fixed; font-size: 28px; font-weight: bold; line-height: 42px; cursor: crosshair; visibility: hidden; text-align: center; overflow-wrap: break-word; word-wrap: break-word; hyphens: auto; -webkit-transform: translateX(-50%) translateY(0); -moz-transform: translateX(-50%) translateY(0); -ms-transform: translateX(-50%) translateY(0); -o-transform: translateX(-50%) translateY(0); transform: translateX(-50%) translateY(0); } */ .tg-themeimghover:hover h2 { opacity: 1; visibility: visible; width: 400px; background-color: rgba(235, 245, 255, 0.8); padding-top: 20px; } .tg-themeimghover:hover h2 span { display: block; font-size: 18px; font-weight: 400; line-height: 20px; padding: 20px; position: relative; width: 400px; text-transform: none; } .tg-themeimghover:hover h2 span:before { top: 0; left: 50%; width: 20px; height: 1px; content: ""; display: block; background: #333; position: absolute; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); } .at-projectonecolor { color: #80B6A1; } .at-projectonecolor .tg-themeimghover > span { background: #80B6A1; } .at-projectpawngurucolor { color: #eda92b; } .at-projectpawngurucolor .tg-themeimghover > span { background: #eda92b; } .at-projectthreecolor { color: #675475; } .at-projectthreecolor .tg-themeimghover > span { background: #675475; } .at-projectfourcolor .tg-themeimghover > span { background: #566fb8; } .at-projectfivecolor { color: #51c8ce; } .at-projectfivecolor .tg-themeimghover > span { background: #51c8ce; } .at-projectsixcolor .tg-themeimghover > span { background: #d684bb; } .at-projectsevencolor .tg-themeimghover > span { background: #e8e6e9; } .at-projecthonesticolor { color: #7C92C5; } /* ============================================= Theme change Style (Dark mode) ============================================= */ /* ============================================= Global ============================================= */ .tg-themechange .tg-wrapper, .tg-themechange .tg-header { background: #191919; } .tg-logo .tg-logowhite, .tg-themechange .tg-logo .tg-logoblack { display: none; } .tg-logo .tg-logoblack, .tg-themechange .tg-logo .tg-logowhite { display: block; } .tg-themechange .tg-btnviewmore, .tg-themechange .tg-slidercontent h1, .tg-themechange .tg-slidercontent h3, .tg-themechange .tg-slidercontent h4, .tg-themechange .tg-navigation ul li:hover a, .tg-themechange .tg-navigation ul li.tg-active a, .tg-themechange .tg-contentholder h3, .tg-themechange .mr-2, .tg-themechange .about-text h3, .tg-themechange .tg-masnorygallery h4, .tg-themechange .tg-aganecytitle h2, .tg-themechange .tg-agencycontent .tg-description p, .tg-themechange .tg-agencycontent .tg-ourworklist h4, .tg-themechange .tg-agencycontent .tg-ourworklist ul li span, .tg-themechange .tg-footer .tg-addnavs ul li:nth-child(2) span, .tg-themechange .tg-footer .tg-footerbottom p, .tg-themechange .tg-footer .tg-addnavs ul li a, .tg-themechange .tg-footer .tg-addnavs .tg-btnscrolltop i, .tg-themechange .tg-footer .tg-footercontent .tg-addnavs li span { color: #f5f5f5; } .tg-themechange.tg-homev2 .tg-slidercontent .down-indicator a span { border: 1px solid #f5f5f5; } /* .tg-themechange.tg-homev2 .tg-slidercontent a span::after { border-left: 1px solid #fff; border-bottom: 1px solid #fff; } */ .tg-themechange .onoffswitch-switch { background: #f5f5f5; } .tg-themechange .tg-footer .tg-addnavs ul, .tg-themechange .tg-btnviewmore, .tg-themechange .onoffswitch-label, .tg-themechange .tg-footer .tg-addnavs ul li + li { border-color: #f5f5f5; } .tg-themechange .tg-wrapper .tg-main .tg-nextprevbtns .tg-prevbtn h4, .tg-themechange .tg-wrapper .tg-main .tg-nextprevbtns .tg-prevbtn span, .tg-themechange .tg-wrapper .tg-main .tg-nextprevbtns .tg-nextbtn h4, .tg-themechange .tg-wrapper .tg-main .tg-nextprevbtns .tg-nextbtn span { color: #f5f5f5; } .tg-addnavs ul li.tg-github a:before, .tg-addnavs ul li.tg-linkedin a:before { left: 0; top: 100%; z-index: -1; content: ""; width: 100%; height: 100%; background: #000; position: absolute; } /* .tg-themechange .tg-inputwithicon.tg-linkedin .tg-icon, .tg-checkbox.tg-linkedin, li.tg-linkedin a { background: #0077b5; } */ /* ============================================= Global ============================================= */ /* ============================================= Project ============================================= */ .tg-themechange .navigation a.active { /* color: #f5f5f5; */ color:#ffb64f; } .tg-themechange .tg-workdetailcontent p { color: #f5f5f5; } .tg-themechange .tg-bglighttwo { background-color: rgb(246, 246, 246, 0.1); } .tg-themechange .tg-bglighttwo a { color: white; } .tg-themechange .tg-bglightpawnguru { background-color: rgb(254, 246, 238, 0.1); } .tg-themechange .tg-bglightfour { background-color: rgb(238, 243, 222, 0.1); } .tg-themechange .tg-sectionspace .tg-sectionhead h2, .tg-themechange .tg-sectionspace .tg-sectiondescription .tg-sectiondescriptionP p, .tg-themechange .tg-sectionspace .tg-sectiondescription .tg-sectiondescriptionP li, .tg-themechange .tg-sectionspace .tg-sectiondescription .tg-sectiondescriptionP blockquote, .tg-themechange .tg-sectionspace .tg-sectiondescription .tg-sectiondescriptionP h4, .tg-themechange .tg-sectionspace .tg-sectiondescription .tg-sectiondescriptionP h5 { color: #f5f5f5; } .tg-themechange .tg-sectionspace .tg-sectionhead .at-projectonecolor { color: #8999f8; } /* .tg-themechange .tg-sectionspace .tg-sectionhead .at-projectthreecolor { color: #dfe6ca; } */ .tg-themechange .tg-sectionspace .tg-sectiondescription .tg-sectiondescriptionP .highlighted-loansense { background: linear-gradient( 180deg, rgba(46, 73, 236, 0) 50%, rgba(46, 73, 236, 0.5) 50% ); } .tg-themechange .tg-sectionspace .tg-sectiondescription .tg-sectiondescriptionP .tg-description .tg-projectimg { background-color: #f5f5f5; } /* ============================================= Project ============================================= */ /* ============================================= Theme change Style (Dark mode) ============================================= */ .tg-landingcopyrights { width: 100%; float: left; padding: 0 0 50px; text-align: center; } .tg-landingcopyrights p { margin: 0; color: #777; font-size: 12px; line-height: 18px; } .tg-landingcopyrights p a { color: inherit; } .tg-landingcopyrights p a:hover { color: #777; } .tg-homev5.tg-themechange { background: #fff; } .tg-addnavs ul li a.tg-btnscrolltop i { color: #000; } .tg-addnavs ul li a.tg-btnscrolltop:hover { color: #fff; background: #000; } .tg-addnavs ul li a.tg-btnscrolltop:hover i { color: #fff; } .tg-homev5 .tg-addnavs ul li a.tg-btnscrolltop i { color: #fff; } .nav-arrows { display: none; } .nav-dots { width: 100%; float: left; height: auto; position: static; max-width: 840px; } .nav-dots span { width: auto; float: left; color: #000; height: auto; opacity: 0.3; font-size: 50px; box-shadow: none; background: none; line-height: 54px; margin: 0 0 20px 40px; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .nav-dots span:hover, .nav-dots span.nav-dot-current { opacity: 1; } .nav-dots span.nav-dot-current:after { display: none; } .tg-slidervsix { width: 50%; z-index: 9; float: right; position: relative; } .tg-slidervsix .slick-slide { width: 100%; float: left; height: 100vh; font-size: 60px; line-height: 60px; padding: 80px 0 0; overflow: initial; background-position: 50% 50% !important; } .tg-slidervsix .slick-slide h1 { left: 0; margin: 0; bottom: 150px; font-size: 80px; line-height: 80px; font-weight: bold; position: absolute; text-transform: capitalize; -webkit-transform: translateX(-125%); -moz-transform: translateX(-125%); -ms-transform: translateX(-125%); -o-transform: translateX(-125%); transform: translateX(-125%); } .tg-thumbslider { width: 50%; float: left; height: 100vh; padding: 60px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; align-content: center; } .tg-thumbslider .slick-slide { padding: 0; width: 100%; float: left; opacity: 0.3; margin: 0 30px; background-size: cover !important; background-position: 50% 50% !important; } .tg-thumbslider .slick-slide.slick-current { opacity: 1; } .tg-thumbslider .slick-arrow { display: none; } .tg-thumbslider .slick-list { width: 100%; float: left; overflow: hidden; padding: 0 !important; } .tg-homev6 .tg-slidecounterholder { left: 60px; bottom: 65px; max-width: 150px; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } .tg-homev6 .tg-slidecounterholder .tg-slidecounter { width: 100%; float: left; position: static; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } .tg-homev6 .tg-slidecounter:after { left: 50%; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); } .tg-homev6 .tg-slidecounterholder .tg-slidecounter span:first-child { padding-left: 0; } .tg-homev6 .tg-slidecounterholder .tg-slidecounter span:last-child { padding-right: 0; } .tg-homev6 .tg-btns { bottom: 65px; position: absolute; padding: 0 22% 0 0; } .navigation { position: -webkit-sticky; position: fixed; width: 20%; margin-left: 80%; top: 20%; color: #fff; } .navigation__link { display: block; color: rgb(161, 161, 161); text-decoration: none; padding: 1em; font-weight: 600; } .navigation__link:hover { /* color: rgb(161, 161, 161); */ color:#ffa142; font-weight: 600; } .navigation a.active { /* color: black; */ color:#ffa142; font-weight: 600; } .tg-description .tg-description-button { display: inline-block; padding: 15px 15px; letter-spacing: 2px; cursor: pointer; text-align: center; text-decoration: none; font-weight: 200px; outline: none; border-width: 5px; /* border-radius: 15px; */ /* box-shadow: 0 9px rgb(240, 236, 236); */ } .tg-description .tg-description-button a { text-decoration: none; color: #fff; font-size: 14px; /* font-family: "Open Sans"; */ text-transform: capitalize; } .pawnguru-button { background-color: #F3B165; border-color: #2e49ec; float: center; } .adobe-button { width: 70%; background-color: #675475; border-color: 'black'; text-align: center; border-radius: 12px; } .Honesti-button { background-color: #7C92C5; border-color: #eda92b; } .adobe-button:hover { background-color: #7E688F; } .Honesti-button:hover { background-color: #91ABD5; } .tg-description .tg-description-button:active { /* box-shadow: 0 5px rgb(240, 236, 236); */ transform: translateY(4px); } .adobe-button:active { background-color: #FFA230; } .Honesti-button:active { background-color: #91ABD5; } #veganner-comparative-analysis { display: none; } #user-testing-videos { display: none; } .scrollbar-measure { width: 100px; height: 100px; overflow: scroll; position: absolute; top: -9999px; } .img { display: block; margin: auto; max-width: 100%; } .aspectRatioPlaceholder .img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .zoom-effect .img { cursor: pointer; cursor: -webkit-zoom-in; backface-visibility: hidden; } .zoom-effect .zoomImg, .zoom-effect .zoomImg-wrap { position: relative; z-index: 900; transition: all 300ms; } .zoom-effect .zoomImg-wrap--absolute { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .zoom-effect .zoomImg { cursor: pointer; cursor: -webkit-zoom-out; } .zoom-effect .zoomOverlay.show { opacity: 1; } .zoom-effect .zoomOverlay { z-index: 800; background: #fff; position: absolute; transition: opacity 300ms; opacity: 0; cursor: pointer; cursor: -webkit-zoom-out; } /* #########servicenow contact button */ .servicenow_wrapper{ position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); width: fit-content; height:auto; background-color: #fff; } .servicenow_button{ color:#fff; } .servicenow_button { width:500px; height:80px; background: linear-gradient(to left top, #293E40 50%, #80B6A1 50%); border-style: none; color:#fff; font-size: 23px; letter-spacing: 3px; /* font-family: 'Lato'; */ font-weight: 600; outline: none; cursor: pointer; position: relative; padding: 0px; overflow: hidden; transition: all .5s; box-shadow: 0px 1px 2px rgba(0,0,0,.2); } .servicenow_button span{ position: absolute; display: block; } .servicenow_button span:nth-child(1){ height: 3px; width:200px; top:0px; left:-200px; background: linear-gradient(to right, rgba(0,0,0,0), #f6e58d); border-top-right-radius: 1px; border-bottom-right-radius: 1px; animation: span1 2s linear infinite; animation-delay: 1s; } @keyframes span1{ 0%{ left:-200px } 100%{ left:200px; } } .servicenow_button span:nth-child(2){ height: 70px; width: 3px; top:-70px; right:0px; background: linear-gradient(to bottom, rgba(0,0,0,0), #f6e58d); border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; animation: span2 2s linear infinite; animation-delay: 2s; } @keyframes span2{ 0%{ top:-70px; } 100%{ top:70px; } } .servicenow_button span:nth-child(3){ height:3px; width:200px; right:-200px; bottom: 0px; background: linear-gradient(to left, rgba(0,0,0,0), #f6e58d); border-top-left-radius: 1px; border-bottom-left-radius: 1px; animation: span3 2s linear infinite; animation-delay: 3s; } @keyframes span3{ 0%{ right:-200px; } 100%{ right: 200px; } } .servicenow_button span:nth-child(4){ height:70px; width:3px; bottom:-70px; left:0px; background: linear-gradient(to top, rgba(0,0,0,0), #f6e58d); border-top-right-radius: 1px; border-top-left-radius: 1px; animation: span4 2s linear infinite; animation-delay: 4s; } @keyframes span4{ 0%{ bottom: -70px; } 100%{ bottom:70px; } } .servicenow_button:hover{ transition: all .5s; transform: rotate(-3deg) scale(1.1); box-shadow: 0px 3px 5px rgba(0,0,0,.4); } .servicenow_button:hover span{ animation-play-state: paused; } /* end of contact button############ */
0.27048
0.048858
.container.info-techno { background-color: #fafafa; /* --bg-colour3 */ background-image: url(../../img/info-techno-hire-us/mitech-infotechno-hireus-bg.png); background-size: 25%; background-repeat: no-repeat; background-position: 0px 20%; /* kad siek tiek nusileistu background image */ width: 100%; } .ourcompany > div:first-of-type { margin: 0px 120px 0px 20px; /* kairio stulpelio pozicionavimas */ } .info-techno h3 { margin: 20px 0px; } .info-techno .ourcompany a.btn { margin: 30px 0px; } .ourcompany > div:last-of-type { /* desinio stulpelio pozicionavimas */ margin: 0px 10px 0px 100px; display: flex; flex-flow: column; justify-content: space-between; height: 90%; } .info { /* bendras skaiciuoko, uzraso ir rodyklytes konteineris */ display: flex; width: 100%; height: 33%; } .info:hover { cursor: pointer; } .info > .number { /* skaiciukas stovi virsuj kairej info kontainerio */ font-family: Cerebri-Bold; display: inline-block; width: 10%; color: var(--font-grey); font-size: 24px; } .info:hover .number { color: var(--font-blue) } .info > .line { /* konteineris uzrasui ir rodyklytei */ display: flex; align-items: center; justify-content: space-between; position: relative; /* kad rodyklyte galetu buti absolute */ width: 88%; height: 80%; margin-left: 2%; border-top: 1px solid var(--border-grey); /* virs teksto esanti pilka linija */ align-self: flex-end; } .info > .line > * { /* del teksto ir rodyklyciu dydzio ir animavimo */ display: inline-block; margin-top: 10px; transition: ease-in-out 0.5s; } .info span { display: inline-block; width: 95%; font-family: Cerebri-Bold; font-size: 24px; } .info:hover span { color: var(--font-blue) } .info i { /* 'neuzhoverintos' rodyklytes pozicija */ position: absolute; right: 0%; display: inline-block; font-size: 22px; } .info i:last-of-type{ /* 'nematoma' rodykle animacijai */ color: transparent; right: 7%; } .info:hover i:first-of-type { /* pirma rodykle pradingsta */ color: transparent; } .info:hover i:last-of-type { /* anta atsiranda */ color: var(--font-blue); right: 0%; } @media (max-width: 1300px) { .ourcompany > div:first-of-type { margin: 0px 90px 0px 20px; } .ourcompany > div:last-of-type { margin: 0px 10px 0px 80px; } .info span { width: 80%; } } @media (max-width: 1080px) { .ourcompany > div:first-of-type { margin: 0px 6%; } .ourcompany > div:last-of-type { margin: 10px 8% 0px 6%; height: auto; } .info { height: 100px; } .info > .line { width: 91%; } .info > .line > * { margin: 24px 0px 48px 0px; } .info > .number { width: 7%; } } @media (max-width: 550px) { .container.info-techno { grid-template-columns: 10px 1fr 10px; gap: 10px; } .container.info-techno .ourcompany { gap: 5px } .ourcompany > div:first-of-type { margin: 0px 0px 0px 0px; } .ourcompany > div:last-of-type { margin: 0px 0px 0px 0px; } .info > .number { width: 14; } .info > .line { width: 86%; } .info span { width: 95%; } }
css/components/info-techno.css
.container.info-techno { background-color: #fafafa; /* --bg-colour3 */ background-image: url(../../img/info-techno-hire-us/mitech-infotechno-hireus-bg.png); background-size: 25%; background-repeat: no-repeat; background-position: 0px 20%; /* kad siek tiek nusileistu background image */ width: 100%; } .ourcompany > div:first-of-type { margin: 0px 120px 0px 20px; /* kairio stulpelio pozicionavimas */ } .info-techno h3 { margin: 20px 0px; } .info-techno .ourcompany a.btn { margin: 30px 0px; } .ourcompany > div:last-of-type { /* desinio stulpelio pozicionavimas */ margin: 0px 10px 0px 100px; display: flex; flex-flow: column; justify-content: space-between; height: 90%; } .info { /* bendras skaiciuoko, uzraso ir rodyklytes konteineris */ display: flex; width: 100%; height: 33%; } .info:hover { cursor: pointer; } .info > .number { /* skaiciukas stovi virsuj kairej info kontainerio */ font-family: Cerebri-Bold; display: inline-block; width: 10%; color: var(--font-grey); font-size: 24px; } .info:hover .number { color: var(--font-blue) } .info > .line { /* konteineris uzrasui ir rodyklytei */ display: flex; align-items: center; justify-content: space-between; position: relative; /* kad rodyklyte galetu buti absolute */ width: 88%; height: 80%; margin-left: 2%; border-top: 1px solid var(--border-grey); /* virs teksto esanti pilka linija */ align-self: flex-end; } .info > .line > * { /* del teksto ir rodyklyciu dydzio ir animavimo */ display: inline-block; margin-top: 10px; transition: ease-in-out 0.5s; } .info span { display: inline-block; width: 95%; font-family: Cerebri-Bold; font-size: 24px; } .info:hover span { color: var(--font-blue) } .info i { /* 'neuzhoverintos' rodyklytes pozicija */ position: absolute; right: 0%; display: inline-block; font-size: 22px; } .info i:last-of-type{ /* 'nematoma' rodykle animacijai */ color: transparent; right: 7%; } .info:hover i:first-of-type { /* pirma rodykle pradingsta */ color: transparent; } .info:hover i:last-of-type { /* anta atsiranda */ color: var(--font-blue); right: 0%; } @media (max-width: 1300px) { .ourcompany > div:first-of-type { margin: 0px 90px 0px 20px; } .ourcompany > div:last-of-type { margin: 0px 10px 0px 80px; } .info span { width: 80%; } } @media (max-width: 1080px) { .ourcompany > div:first-of-type { margin: 0px 6%; } .ourcompany > div:last-of-type { margin: 10px 8% 0px 6%; height: auto; } .info { height: 100px; } .info > .line { width: 91%; } .info > .line > * { margin: 24px 0px 48px 0px; } .info > .number { width: 7%; } } @media (max-width: 550px) { .container.info-techno { grid-template-columns: 10px 1fr 10px; gap: 10px; } .container.info-techno .ourcompany { gap: 5px } .ourcompany > div:first-of-type { margin: 0px 0px 0px 0px; } .ourcompany > div:last-of-type { margin: 0px 0px 0px 0px; } .info > .number { width: 14; } .info > .line { width: 86%; } .info span { width: 95%; } }
0.290377
0.105902
.root { z-index: 98; position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; } .hideBoroughs .borough { display: none; } .hideBoroughs2 .borough { display: none; } .map { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: transparent; } .mask { z-index: 9000; background-color: hsla(200, 100%, 33%, 0.5); color: white; } .flightPath { stroke: #ff6e34; stroke-width: 2px; stroke-dasharray: 10 10; } .tooltipPane { display: none; } .tooltipPane.isMousedOver { display: block; } .tooltip { position: absolute; background-color: rgba(255, 255, 255, 0.81); color: black; padding: 1em; white-space: nowrap; border-radius: 3px; box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 3px 3px rgba(0,0,0,.2); font-size: 16px; } .borough { fill-opacity: .2; stroke-width: 0; stroke-dasharray: 6px 6px; stroke-opacity: 1; transition: .2s cubic-bezier(0.5, 1.2, 0.8, 1.4); transition-property: fill-opacity; } .borough:hover { fill-opacity: .4; stroke-width: 1; animation: marching-ants 1s forwards linear infinite; } @keyframes marching-ants { to { stroke-dashoffset: 12px; } } .queens { composes: borough; fill: green; stroke: green; } .statenIsland { composes: borough; fill: magenta; stroke: magenta; } .brooklyn { composes: borough; fill: blue; stroke: blue; } .bronx { composes: borough; fill: orange; stroke: orange; } .manhattan { composes: borough; fill: red; stroke: red; } .button { background-image: linear-gradient(to bottom, hsl(234, 25%, 85%), hsl(234, 0%, 71%)); width: 220px; height: 40px; padding: 0px; border: none; outline-color: black; outline: solid; } .button:hover { color: #fff; } .button:active { position: relative; top: 2px; } @media (max-width: 480px) { .button { width: 160px } } .root2 { display:inline-block; z-index: 99; position: absolute; top: 20px; right: 30px; list-style-type: none; }
nyc-taxi/demo-ui/app/components/MapView.css
.root { z-index: 98; position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; } .hideBoroughs .borough { display: none; } .hideBoroughs2 .borough { display: none; } .map { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: transparent; } .mask { z-index: 9000; background-color: hsla(200, 100%, 33%, 0.5); color: white; } .flightPath { stroke: #ff6e34; stroke-width: 2px; stroke-dasharray: 10 10; } .tooltipPane { display: none; } .tooltipPane.isMousedOver { display: block; } .tooltip { position: absolute; background-color: rgba(255, 255, 255, 0.81); color: black; padding: 1em; white-space: nowrap; border-radius: 3px; box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 3px 3px rgba(0,0,0,.2); font-size: 16px; } .borough { fill-opacity: .2; stroke-width: 0; stroke-dasharray: 6px 6px; stroke-opacity: 1; transition: .2s cubic-bezier(0.5, 1.2, 0.8, 1.4); transition-property: fill-opacity; } .borough:hover { fill-opacity: .4; stroke-width: 1; animation: marching-ants 1s forwards linear infinite; } @keyframes marching-ants { to { stroke-dashoffset: 12px; } } .queens { composes: borough; fill: green; stroke: green; } .statenIsland { composes: borough; fill: magenta; stroke: magenta; } .brooklyn { composes: borough; fill: blue; stroke: blue; } .bronx { composes: borough; fill: orange; stroke: orange; } .manhattan { composes: borough; fill: red; stroke: red; } .button { background-image: linear-gradient(to bottom, hsl(234, 25%, 85%), hsl(234, 0%, 71%)); width: 220px; height: 40px; padding: 0px; border: none; outline-color: black; outline: solid; } .button:hover { color: #fff; } .button:active { position: relative; top: 2px; } @media (max-width: 480px) { .button { width: 160px } } .root2 { display:inline-block; z-index: 99; position: absolute; top: 20px; right: 30px; list-style-type: none; }
0.652241
0.179243
.profile-col { margin-top: 62px; width: 84%; margin-left: auto; margin-right: auto; } .profile-page-title { font-family: Helvetica; font-size: 22px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.41; letter-spacing: normal; color: #333333; } .profile-container{ margin:0; margin-top:12px; border: 1px solid #dee2e6!important; border-radius: 6px; background-color: #f6fbfd; border-color: #ddeae9 !important; } .profile{ width: 125px; height: 125px; border-style: solid; border-width: 4px; border-image-source: linear-gradient(to bottom, #ff968e, #b84d44); border-image-slice: 1; border-radius: 50%; text-align: center; border: solid #e67b73; margin-top: 46px; margin-bottom: 27px; margin-left: 29%; } .cam-capture{ width: 25px; height: 25px; object-fit: contain; margin-top: -10px; } .profile-img { width: 120px; height: 120px; border-radius: 50%; } .user-name{ text-align:center; display:inline-block; font-family: Helvetica; font-size: 16px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: 1.25; letter-spacing: -0.07px; color: #333333; margin-left:40px; margin-bottom:31px; width: 68%; } .edit-pencil { display: inline-block; width:22px; height: 22px; background-color:#cb5c53; margin-right:10px; padding-top:5px; font-weight:100; font-size:12px; color:#ffffff; border-radius:50%; float:right; cursor: pointer; } .user-divider-card { width: 1px; height: 177.3px; opacity: 0.1; border: solid 1px #979797; margin-top:36px; margin-left:14px; } .Mobile-Number { height: 12px; font-family: Helvetica; font-size: 10px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.2; letter-spacing: -0.04px; color: #999999; margin-bottom: 4px; } .Mobile-Number-value{ height: 20px; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.67; letter-spacing: -0.05px; color: #333333; } .Change-Mobile-Number { height: 12px; font-family: Helvetica; font-size: 10px; font-weight: normal; font-style: normal; font-stretch: normal; letter-spacing: -0.04px; color: #c75a51; } .Session-Code { font-family: Helvetica-Bold; font-size: 12px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: 1; letter-spacing: -0.05px; color: #333333; } .QrCode > canvas { width: 105px; height: 105px; margin-top: 5px; margin-bottom: 10px; } .Attestation-Card { font-family: Helvetica-Bold; font-size: 12px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: 1; letter-spacing: -0.05px; color: #333333; } .share-button { font-family: AvenirNext-Medium; font-size: 14px; font-weight: 500; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: -0.06px; color: #c2574e; } .download-button{ width: 107px; height: 32px; border-radius: 3px; box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.1); background-image: linear-gradient(249deg, #fa766b, #b9524a); text-align: center; cursor:pointer; } .a-download-button:link, .a-download-button:visited { text-decoration: none; } .a-download-button:hover, .a-download-button:active { background-image: linear-gradient(249deg, #fa766b, #b9524a); } .download-icon{ color: #ffffff; font-size: 14px; object-fit: contain; } .Download { width: 54px; height: 16px; font-family: Roboto-Regular; font-size: 10px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: -0.05px; color: #ffffff; } .Change-Password { width: 114px; height: 20px; font-family: Helvetica; font-size: 13px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.43; letter-spacing: -0.06px; color: #c75a51; cursor:pointer; } .modal-body{ padding-left: 65.2px; padding-right: 91px; padding-bottom: 211px; } .modal-dialog{ width: 428.2px; height: 532px; } .modal-header{ border-bottom: none; font-family:AvenirNext; } .submit-button{ width: 269.2px; height: 35px; border-radius: 3px; border: solid 1px #cf5e55; font-family: AvenirNext-DemiBold; font-size: 12px; font-weight: 500; color: white; background-image: linear-gradient(254deg, #fa766b, #b9524a); margin-right: 28px; } .modal-footer{ margin-right: 45px; border-top:none; } .modal-title{ margin-left: 48px; margin-top: 30px; font-family:AvenirNext-DemiBold; font-style: normal; font-stretch: normal; color: #333333; font-size: 18px; font-weight: 600; } #form-title{ height: 16px; font-family: AvenirNext-DemiBold; font-size: 12px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #666666; } .form-control{ font-size: 11px; letter-spacing: normal; color: #333333; font-family:AvenirNext-DemiBold; } .form-control:focus{ border-color: #5cb85c; box-shadow: none; -webkit-box-shadow: none; } #forgot-password-button{ display: flex; justify-content: flex-end; font-family: AvenirNext; font-size: 10px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #c3574f; margin-left: 150px; } #forgot-message-desc{ padding-bottom: 25px; width: 311px; height: 32px; font-family: AvenirNext-Regular; font-size: 12px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: 0.2px; color: #333333; } #forgot-modal-body{ padding-bottom: 150px; } #resend-otp-button{ display: flex; justify-content: flex-end; font-family: AvenirNext; font-size: 10px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #c3574f; margin-left: 193px; } #add-mobile-modal-body{ padding-bottom: 245px; } #change-password-cancel-btn{ width: 110px; height: 40px; border-radius: 3px; border: solid 1px #cf5e55; background-color: white; color: #cf5e55; font-size: 12px; font-family: AvenirNext-Medium; } #change-password-save-btn{ width: 144.2px; height: 40px; border-radius: 3px; font-family: AvenirNext-DemiBold; background-image: linear-gradient(254deg, #fa766b, #b9524a); } #profilePhoto:hover{ cursor:pointer; } .box{ width: 37px; height: 37px; border-radius: 3px; border: solid 1px #dde3e8; background-color: #ffffff; text-align: center; } .resend-otp-label{ padding-top: 0px; margin-left: 66%; height: 14px; font-family: AvenirNext; font-size: 10px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: right; color: #333333; } .mobile-number-label{ height: 16px; font-family: AvenirNext; font-size: 12px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #666666; } .update-mobile-title{ font-family: AvenirNext-Bold; font-style: normal; font-stretch: normal; color: #333333; font-size: 18px; font-weight: 600; } .next-button{ height: 35px; border-radius: 3px; border: solid 1px #cf5e55; font-family: AvenirNext-DemiBold; font-size: 12px; font-weight: 500; color: white; background-image: linear-gradient(254deg, #fa766b, #b9524a); } .user-profile-detail{ margin-left:31px; margin-top:39px; margin-right:33.5px; } @media only screen and (max-width : 1224px) { .user-profile-detail{ margin-left:31px; margin-top:39px; margin-right:47.5px; } } .profileLoader{ height:0px; margin-left:35%; display: none; } #profile-pic-loader-Image{ width:100px; } #profile-pic-loader-img{ position: absolute; z-index: 2; } .terms-and-conditions-privacy-policy { font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1; letter-spacing: -0.05px; color: #c75a51; } .img-p-policy{ width: 17px; height: 19px; object-fit: contain; } .img-tnc{ margin-top:3px; width: 16px; height: 17px; } button[type="button"]{ outline:none; } button[type="button"]::-moz-focus-inner { border: 0; } ol#alphabet { counter-reset: list; display:table; } ol#alphabet > li { list-style: none; display:table-row; } ol#alphabet > li:before { content: "(" counter(list,lower-alpha) ") "; display:table-cell; counter-increment: list; } ol#list-alpha { counter-reset: list; } ol#list-alpha > li { list-style: none; } ol#list-alpha > li:before { content: "(" counter(list,lower-alpha) ") "; counter-increment: list; } ol.numbered { padding-inline-start:18px; counter-reset: item } ol.numbered > li { display: block } ol.numbered > li:before { content: counters(item, ".") ". "; counter-increment: item } #upload-button { font-size: x-small; margin-right: 20px; border-radius: 5px; background-image: linear-gradient(249deg, #ffffff, #ffffff); color: red; border-color: red; } #uploadBtn { font-weight: bold; font-size: x-small; border-radius: 5px; background-image: linear-gradient(249deg, #fa766b, #b9524a); border-color: red; } #profile-pic { padding-left: 20px; padding-right: 20px; padding-bottom: 20px; align-self: center; min-width: 150px; min-height: 150px; }
apps/authentication/static/css/user-profile.css
.profile-col { margin-top: 62px; width: 84%; margin-left: auto; margin-right: auto; } .profile-page-title { font-family: Helvetica; font-size: 22px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.41; letter-spacing: normal; color: #333333; } .profile-container{ margin:0; margin-top:12px; border: 1px solid #dee2e6!important; border-radius: 6px; background-color: #f6fbfd; border-color: #ddeae9 !important; } .profile{ width: 125px; height: 125px; border-style: solid; border-width: 4px; border-image-source: linear-gradient(to bottom, #ff968e, #b84d44); border-image-slice: 1; border-radius: 50%; text-align: center; border: solid #e67b73; margin-top: 46px; margin-bottom: 27px; margin-left: 29%; } .cam-capture{ width: 25px; height: 25px; object-fit: contain; margin-top: -10px; } .profile-img { width: 120px; height: 120px; border-radius: 50%; } .user-name{ text-align:center; display:inline-block; font-family: Helvetica; font-size: 16px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: 1.25; letter-spacing: -0.07px; color: #333333; margin-left:40px; margin-bottom:31px; width: 68%; } .edit-pencil { display: inline-block; width:22px; height: 22px; background-color:#cb5c53; margin-right:10px; padding-top:5px; font-weight:100; font-size:12px; color:#ffffff; border-radius:50%; float:right; cursor: pointer; } .user-divider-card { width: 1px; height: 177.3px; opacity: 0.1; border: solid 1px #979797; margin-top:36px; margin-left:14px; } .Mobile-Number { height: 12px; font-family: Helvetica; font-size: 10px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.2; letter-spacing: -0.04px; color: #999999; margin-bottom: 4px; } .Mobile-Number-value{ height: 20px; font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.67; letter-spacing: -0.05px; color: #333333; } .Change-Mobile-Number { height: 12px; font-family: Helvetica; font-size: 10px; font-weight: normal; font-style: normal; font-stretch: normal; letter-spacing: -0.04px; color: #c75a51; } .Session-Code { font-family: Helvetica-Bold; font-size: 12px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: 1; letter-spacing: -0.05px; color: #333333; } .QrCode > canvas { width: 105px; height: 105px; margin-top: 5px; margin-bottom: 10px; } .Attestation-Card { font-family: Helvetica-Bold; font-size: 12px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: 1; letter-spacing: -0.05px; color: #333333; } .share-button { font-family: AvenirNext-Medium; font-size: 14px; font-weight: 500; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: -0.06px; color: #c2574e; } .download-button{ width: 107px; height: 32px; border-radius: 3px; box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.1); background-image: linear-gradient(249deg, #fa766b, #b9524a); text-align: center; cursor:pointer; } .a-download-button:link, .a-download-button:visited { text-decoration: none; } .a-download-button:hover, .a-download-button:active { background-image: linear-gradient(249deg, #fa766b, #b9524a); } .download-icon{ color: #ffffff; font-size: 14px; object-fit: contain; } .Download { width: 54px; height: 16px; font-family: Roboto-Regular; font-size: 10px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: -0.05px; color: #ffffff; } .Change-Password { width: 114px; height: 20px; font-family: Helvetica; font-size: 13px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.43; letter-spacing: -0.06px; color: #c75a51; cursor:pointer; } .modal-body{ padding-left: 65.2px; padding-right: 91px; padding-bottom: 211px; } .modal-dialog{ width: 428.2px; height: 532px; } .modal-header{ border-bottom: none; font-family:AvenirNext; } .submit-button{ width: 269.2px; height: 35px; border-radius: 3px; border: solid 1px #cf5e55; font-family: AvenirNext-DemiBold; font-size: 12px; font-weight: 500; color: white; background-image: linear-gradient(254deg, #fa766b, #b9524a); margin-right: 28px; } .modal-footer{ margin-right: 45px; border-top:none; } .modal-title{ margin-left: 48px; margin-top: 30px; font-family:AvenirNext-DemiBold; font-style: normal; font-stretch: normal; color: #333333; font-size: 18px; font-weight: 600; } #form-title{ height: 16px; font-family: AvenirNext-DemiBold; font-size: 12px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #666666; } .form-control{ font-size: 11px; letter-spacing: normal; color: #333333; font-family:AvenirNext-DemiBold; } .form-control:focus{ border-color: #5cb85c; box-shadow: none; -webkit-box-shadow: none; } #forgot-password-button{ display: flex; justify-content: flex-end; font-family: AvenirNext; font-size: 10px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #c3574f; margin-left: 150px; } #forgot-message-desc{ padding-bottom: 25px; width: 311px; height: 32px; font-family: AvenirNext-Regular; font-size: 12px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: 0.2px; color: #333333; } #forgot-modal-body{ padding-bottom: 150px; } #resend-otp-button{ display: flex; justify-content: flex-end; font-family: AvenirNext; font-size: 10px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #c3574f; margin-left: 193px; } #add-mobile-modal-body{ padding-bottom: 245px; } #change-password-cancel-btn{ width: 110px; height: 40px; border-radius: 3px; border: solid 1px #cf5e55; background-color: white; color: #cf5e55; font-size: 12px; font-family: AvenirNext-Medium; } #change-password-save-btn{ width: 144.2px; height: 40px; border-radius: 3px; font-family: AvenirNext-DemiBold; background-image: linear-gradient(254deg, #fa766b, #b9524a); } #profilePhoto:hover{ cursor:pointer; } .box{ width: 37px; height: 37px; border-radius: 3px; border: solid 1px #dde3e8; background-color: #ffffff; text-align: center; } .resend-otp-label{ padding-top: 0px; margin-left: 66%; height: 14px; font-family: AvenirNext; font-size: 10px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: right; color: #333333; } .mobile-number-label{ height: 16px; font-family: AvenirNext; font-size: 12px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #666666; } .update-mobile-title{ font-family: AvenirNext-Bold; font-style: normal; font-stretch: normal; color: #333333; font-size: 18px; font-weight: 600; } .next-button{ height: 35px; border-radius: 3px; border: solid 1px #cf5e55; font-family: AvenirNext-DemiBold; font-size: 12px; font-weight: 500; color: white; background-image: linear-gradient(254deg, #fa766b, #b9524a); } .user-profile-detail{ margin-left:31px; margin-top:39px; margin-right:33.5px; } @media only screen and (max-width : 1224px) { .user-profile-detail{ margin-left:31px; margin-top:39px; margin-right:47.5px; } } .profileLoader{ height:0px; margin-left:35%; display: none; } #profile-pic-loader-Image{ width:100px; } #profile-pic-loader-img{ position: absolute; z-index: 2; } .terms-and-conditions-privacy-policy { font-family: Helvetica; font-size: 12px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1; letter-spacing: -0.05px; color: #c75a51; } .img-p-policy{ width: 17px; height: 19px; object-fit: contain; } .img-tnc{ margin-top:3px; width: 16px; height: 17px; } button[type="button"]{ outline:none; } button[type="button"]::-moz-focus-inner { border: 0; } ol#alphabet { counter-reset: list; display:table; } ol#alphabet > li { list-style: none; display:table-row; } ol#alphabet > li:before { content: "(" counter(list,lower-alpha) ") "; display:table-cell; counter-increment: list; } ol#list-alpha { counter-reset: list; } ol#list-alpha > li { list-style: none; } ol#list-alpha > li:before { content: "(" counter(list,lower-alpha) ") "; counter-increment: list; } ol.numbered { padding-inline-start:18px; counter-reset: item } ol.numbered > li { display: block } ol.numbered > li:before { content: counters(item, ".") ". "; counter-increment: item } #upload-button { font-size: x-small; margin-right: 20px; border-radius: 5px; background-image: linear-gradient(249deg, #ffffff, #ffffff); color: red; border-color: red; } #uploadBtn { font-weight: bold; font-size: x-small; border-radius: 5px; background-image: linear-gradient(249deg, #fa766b, #b9524a); border-color: red; } #profile-pic { padding-left: 20px; padding-right: 20px; padding-bottom: 20px; align-self: center; min-width: 150px; min-height: 150px; }
0.489259
0.07971
:link, :visited, :hover, :focus, :active { outline: none !important; text-decoration: none !important; } html, body { height: 100%; background: url("/images/gw.png"); font-family: Verdana !important; color: #DDD !important; text-shadow: none !important; } form textarea, input, select { text-align: left; margin: 5px; background: linear-gradient(to bottom right, #EEE 25%, #DDD 50%, #CCC 75%, #BBB 100%) !important; max-width: 550px; font: bold italic 16px Tahoma !important; color: #000 !important; border-radius: 3px; } td { overflow: hidden; max-width: 410px; font-size: 14px; padding: 1px !important; } h1, h2, h3, h4, h5, h6 { font-family: Helvetica !important; color: #AE8; } .breadcrumb .active { color: #111; } .navbar-inverse, .dropdown-menu, .pagination li:not(.active) *, .panel-heading { background: linear-gradient(to bottom, #222 25%, #000 100%); } .pagination .active * { background: linear-gradient(to bottom, #777 25%, #333 100%); } .dropdown-menu li a { color: #CCC !important; } .navbar-inverse * :not(i) { font-weight: bold; font-size: 14px; } .user { position: relative; top: 7px; border: none; border-radius: 5px; background: linear-gradient(to bottom, #777 25%, #000); color: #EEE; } .user:hover { background: linear-gradient(to bottom, #BBB 25%, #555); color: #000; } .post .title { font-size: 18px; font-weight: bold; text-shadow: 0 1px 3px #000; } .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; padding: 0 0 60px; } .wrap > .container { padding: 70px 15px 20px; } .footer { height: 60px; background: linear-gradient(to bottom, #222 25%, #000 100%); color: #fe5; padding-top: 20px; } .not-set { color: #c55; font-style: italic; } .hint-block { display: block; margin-top: 5px; color: #F0F; } .error-summary { color: #a94442; background: #fdf7f7; border-left: 3px solid #eed3d7; padding: 10px 20px; margin: 0 0 15px 0; } .breadcrumb { font-weight: bold; background: none !important; } .post .author { color: #AFC; font-size: 8px; font-weight: bold; } .author-name { color: #7F5; font-size: 9px; } .post { margin: 0 0 15px; } .post .title a { color: #FFF; } .post .title a:hover { color: #ff5 !important; } .post .nav { border-radius: 20px; padding: 5px 20px; background-color: rgba(35, 85, 95, 0.25); font-size: 9px; margin: 2px; max-width: 375px; } a { color: #09f; } a:hover { color: #FF0 !important; } a:active, .panel-body .btn:active { box-shadow: none !important; color: #FFA !important; text-shadow: 0 1px 2px #fff; } .post .content { border-radius: 5px; padding: 10px; background-color: rgba(255, 255, 255, 0.75); max-width: 850px; color: #000; text-shadow: none; } .comment { border-radius: 30px; padding: 16px; background-color: rgba(15, 15, 15, 0.35); margin: 12px 0; } .comment .content { margin: 10px 0; color: #CFC; font-size: 11px; font-style: italic; } .comment .author { margin: 5px 0; color: #3F5; font-weight: bold; padding: 0 0 3px; border-bottom: 1px inset #DDD; font-size: 0.75em; } .comment .time { color: #F7d; font-size: 0.55em; } .comment a.cid { color: #B75; float: right; font-size: 0.75em; font-weight: bold; padding: 0 5px 5px 5px; text-decoration: none; } .comment a.cid:hover { color: #5f5; } .comment .pending { color: red; } #comment-form .form-group { font-size: 12px; max-width: 700px; } .alert-success { text-align: center; color: #050 !important; font-size: 22px; } .date-table, .date-table *, .bets-table, .bets-table * { text-align: center; border-collapse: inherit; border: solid 1px #333 !important; } .date-table tbody tr:nth-child(2n+1) { background-color: rgba(1, 1, 1, 0.50) !important; } .date-table thead td { font-weight: bold; font-size: 16px; color: #000; } .action-column { display: none; } .panel { margin-left: 25px; border-radius: 16px; border: solid 2px #222; background: rgba(1, 1, 1, 0.25); overflow: hidden; } .panel.direct { background: rgba(255, 217, 102, 0.5); height: 375px; } .panel.adwords { background: rgba(12, 255, 120, 0.5); height: 375px; } .panel.date { height: 375px; background: rgba(1, 1, 1, 0.33); } .panel .form-control { width: 75%; margin: auto; text-align: center; } .panel-heading { border: none; height: 45px; border-top-right-radius: 14px; border-top-left-radius: 14px; font-weight: bold; color: #BBB !important; } .panel-body .btn { font-weight: bold; font-size: 16px; background: none; } .panel-body .approve { font-size: 12px; } .panel-body ul { font-size: 12px; padding: 5px; } .date-form .help-block { font-size: 8px; text-align: center; } table .direct { background: rgba(255, 217, 102, 0.75); color: #FFF; } table .adwords { background: rgba(12, 255, 120, 0.75); color: #FFF; } table .total { background: rgba(255, 255, 255, 0.65); color: #000; width: 110px; } table .header { background: rgba(71, 150, 213, 0.33); color: #D4D599 !important; padding: 5px !important; border: solid 1px #000 !important; } select { border: solid 3px #4A9; font-size: 18px !important; padding: 4px; position: relative; top: -5px; width: 195px; } table .date { background: rgba(255, 255, 255, 0.75); color: #000; font-size: 14px; font-weight: bold; width: 125px; } table .month-sum td { background: rgba(182, 215, 168, 0.85); font-weight: bold; color: #000; } table .month-average td { background: rgba(213, 166, 189, 0.85); font-weight: bold; color: #000; } .modal-content { background-color: #111; padding: 20px; border-radius: 25px; border: solid 5px #222; background: url("/images/gw.png"); overflow: hidden; } .mini-1 { background: rgba(234, 209, 220, 0.85); } .mini-2 { background: rgba(217, 210, 233, 0.85); } .mini-3 { background: rgba(255, 242, 204, 0.85); } .mini-4 { background: rgba(217, 234, 211, 0.85); } .mini-5 { background: rgba(207, 226, 243, 0.85); } .mini-6 { background: rgba(208, 224, 227, 0.85); } .mini-7 { background: rgba(159, 197, 232, 0.85); } .mini-8 { background: rgba(200, 200, 200, 0.85); } .mini-9 { background: rgba(175, 175, 175, 0.85); } .mini-10 { background: rgba(150, 150, 150, 0.85); } .mini-table tr { color: #000; border-bottom: solid 2px #000; border-top: solid 2px #000; }
web/css/site.css
:link, :visited, :hover, :focus, :active { outline: none !important; text-decoration: none !important; } html, body { height: 100%; background: url("/images/gw.png"); font-family: Verdana !important; color: #DDD !important; text-shadow: none !important; } form textarea, input, select { text-align: left; margin: 5px; background: linear-gradient(to bottom right, #EEE 25%, #DDD 50%, #CCC 75%, #BBB 100%) !important; max-width: 550px; font: bold italic 16px Tahoma !important; color: #000 !important; border-radius: 3px; } td { overflow: hidden; max-width: 410px; font-size: 14px; padding: 1px !important; } h1, h2, h3, h4, h5, h6 { font-family: Helvetica !important; color: #AE8; } .breadcrumb .active { color: #111; } .navbar-inverse, .dropdown-menu, .pagination li:not(.active) *, .panel-heading { background: linear-gradient(to bottom, #222 25%, #000 100%); } .pagination .active * { background: linear-gradient(to bottom, #777 25%, #333 100%); } .dropdown-menu li a { color: #CCC !important; } .navbar-inverse * :not(i) { font-weight: bold; font-size: 14px; } .user { position: relative; top: 7px; border: none; border-radius: 5px; background: linear-gradient(to bottom, #777 25%, #000); color: #EEE; } .user:hover { background: linear-gradient(to bottom, #BBB 25%, #555); color: #000; } .post .title { font-size: 18px; font-weight: bold; text-shadow: 0 1px 3px #000; } .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; padding: 0 0 60px; } .wrap > .container { padding: 70px 15px 20px; } .footer { height: 60px; background: linear-gradient(to bottom, #222 25%, #000 100%); color: #fe5; padding-top: 20px; } .not-set { color: #c55; font-style: italic; } .hint-block { display: block; margin-top: 5px; color: #F0F; } .error-summary { color: #a94442; background: #fdf7f7; border-left: 3px solid #eed3d7; padding: 10px 20px; margin: 0 0 15px 0; } .breadcrumb { font-weight: bold; background: none !important; } .post .author { color: #AFC; font-size: 8px; font-weight: bold; } .author-name { color: #7F5; font-size: 9px; } .post { margin: 0 0 15px; } .post .title a { color: #FFF; } .post .title a:hover { color: #ff5 !important; } .post .nav { border-radius: 20px; padding: 5px 20px; background-color: rgba(35, 85, 95, 0.25); font-size: 9px; margin: 2px; max-width: 375px; } a { color: #09f; } a:hover { color: #FF0 !important; } a:active, .panel-body .btn:active { box-shadow: none !important; color: #FFA !important; text-shadow: 0 1px 2px #fff; } .post .content { border-radius: 5px; padding: 10px; background-color: rgba(255, 255, 255, 0.75); max-width: 850px; color: #000; text-shadow: none; } .comment { border-radius: 30px; padding: 16px; background-color: rgba(15, 15, 15, 0.35); margin: 12px 0; } .comment .content { margin: 10px 0; color: #CFC; font-size: 11px; font-style: italic; } .comment .author { margin: 5px 0; color: #3F5; font-weight: bold; padding: 0 0 3px; border-bottom: 1px inset #DDD; font-size: 0.75em; } .comment .time { color: #F7d; font-size: 0.55em; } .comment a.cid { color: #B75; float: right; font-size: 0.75em; font-weight: bold; padding: 0 5px 5px 5px; text-decoration: none; } .comment a.cid:hover { color: #5f5; } .comment .pending { color: red; } #comment-form .form-group { font-size: 12px; max-width: 700px; } .alert-success { text-align: center; color: #050 !important; font-size: 22px; } .date-table, .date-table *, .bets-table, .bets-table * { text-align: center; border-collapse: inherit; border: solid 1px #333 !important; } .date-table tbody tr:nth-child(2n+1) { background-color: rgba(1, 1, 1, 0.50) !important; } .date-table thead td { font-weight: bold; font-size: 16px; color: #000; } .action-column { display: none; } .panel { margin-left: 25px; border-radius: 16px; border: solid 2px #222; background: rgba(1, 1, 1, 0.25); overflow: hidden; } .panel.direct { background: rgba(255, 217, 102, 0.5); height: 375px; } .panel.adwords { background: rgba(12, 255, 120, 0.5); height: 375px; } .panel.date { height: 375px; background: rgba(1, 1, 1, 0.33); } .panel .form-control { width: 75%; margin: auto; text-align: center; } .panel-heading { border: none; height: 45px; border-top-right-radius: 14px; border-top-left-radius: 14px; font-weight: bold; color: #BBB !important; } .panel-body .btn { font-weight: bold; font-size: 16px; background: none; } .panel-body .approve { font-size: 12px; } .panel-body ul { font-size: 12px; padding: 5px; } .date-form .help-block { font-size: 8px; text-align: center; } table .direct { background: rgba(255, 217, 102, 0.75); color: #FFF; } table .adwords { background: rgba(12, 255, 120, 0.75); color: #FFF; } table .total { background: rgba(255, 255, 255, 0.65); color: #000; width: 110px; } table .header { background: rgba(71, 150, 213, 0.33); color: #D4D599 !important; padding: 5px !important; border: solid 1px #000 !important; } select { border: solid 3px #4A9; font-size: 18px !important; padding: 4px; position: relative; top: -5px; width: 195px; } table .date { background: rgba(255, 255, 255, 0.75); color: #000; font-size: 14px; font-weight: bold; width: 125px; } table .month-sum td { background: rgba(182, 215, 168, 0.85); font-weight: bold; color: #000; } table .month-average td { background: rgba(213, 166, 189, 0.85); font-weight: bold; color: #000; } .modal-content { background-color: #111; padding: 20px; border-radius: 25px; border: solid 5px #222; background: url("/images/gw.png"); overflow: hidden; } .mini-1 { background: rgba(234, 209, 220, 0.85); } .mini-2 { background: rgba(217, 210, 233, 0.85); } .mini-3 { background: rgba(255, 242, 204, 0.85); } .mini-4 { background: rgba(217, 234, 211, 0.85); } .mini-5 { background: rgba(207, 226, 243, 0.85); } .mini-6 { background: rgba(208, 224, 227, 0.85); } .mini-7 { background: rgba(159, 197, 232, 0.85); } .mini-8 { background: rgba(200, 200, 200, 0.85); } .mini-9 { background: rgba(175, 175, 175, 0.85); } .mini-10 { background: rgba(150, 150, 150, 0.85); } .mini-table tr { color: #000; border-bottom: solid 2px #000; border-top: solid 2px #000; }
0.484868
0.180395
main { padding: 0; } a { color: #9ba2f2; text-decoration: none; } #profileHeader { background-color: var(--bg-secondary); background-image: url(/images/brushed-alum-dark.png); background-attachment: fixed; box-shadow: inset 0 0px 4px 3px rgba(15, 15, 15, 0.7); display: flex; font-size: 1rem; justify-content: center; min-height: 20vmin; padding: 2rem; } #profileHeader img { border: 2px solid #000000; border-radius: 100%; box-shadow: 0px 0px 4px 3px rgba(15, 15, 15, 0.7); cursor: pointer; height: min(20vmin, 200px); width: min(20vmin, 200px); } #profileHeader .infoColumn { display: flex; flex-direction: column; font-size: min(4vw, 1.3rem); padding-left: 5vw; justify-content: space-evenly; } #profileHeader .infoColumn button { font-size: min(3.5vw, 1.1rem); box-shadow: 0px 0px 3px 3px rgba(15, 15, 15, 1); } #profileHeader .infoColumn button:hover { box-shadow: 0px 0px 8px 5px rgba(15, 15, 15, 1); } #profileBody { padding: 2rem 5vw 1rem 5vw; min-height: calc(100vh - 20vmin - 14.9rem); } h2 + div { display: flex; justify-content: center; } #addTrackerButton, #helpButton { background-color: #282828; color: #FFFFFF; display: block; margin: 1rem; } #addTrackerButton:hover, #helpButton:hover { background-color: #343434; } #helpButton { display: flex; } #helpButton i { font-size: 1em; margin-right: .5em; } video { display: block; max-width: 100%; max-height: 70vh; margin: auto; } .filter { display: none; /* TODO */ position: relative; font-size: 0.9rem; } .filter label { color: #AFAFAF; position: absolute; top: calc(0.55rem + 1pt); left: 0.6rem; } #filter { background: transparent; border: 1pt solid #AFAFAF; border-radius: 3px; color: #FFFFFF; outline: none; outline-offset: 0; padding: 0.5rem 0.5rem 0.5rem 3rem; width: calc(100% - 3.5rem - 2pt); } #filter:focus { border-color: #FFFFFF; } #trackers { padding: 0; list-style-type: none; } .tracker { background-color: #313131; border-radius: 3px; padding: 1em; margin: 0.75em 0; } .tracker.expandable section, .tracker.expandable .description { cursor: pointer; } .tracker section { display: flex; justify-content: space-between; } .tracker.expandable:hover { box-shadow: 0px 0px 4px 4px rgba(25, 25, 25, .9); } .requests { display: none; } .tracker i { font-size: 1.3em; margin-top: -1px; } .tracker hr { margin: 1rem 0; } .editTracker, .deleteTracker, .deleteRequest { cursor: pointer; } .editTracker.disabled, .deleteTracker.disabled { cursor: default; opacity: 0.75; } .editTracker:not(.disabled):hover { color: #FFFF44; } .deleteTracker:not(.disabled):hover, .deleteRequest:hover { color: var(--error); } .trackingID, .time { font-family: monospace; font-size: .9em; transform: translateY(.05em); } .spacer { flex-grow: 1; } .description { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; width: calc(100% - 22em); margin: -1.2em 0 0 8em; } .description[contenteditable="true"] { border: 1pt solid #AFAFAF; border-radius: 3px; cursor: text; margin: -1.4em 0 0 7.8em; padding: .2em; } .description[contenteditable="true"]:focus { border-color: #FFFFFF; } .description[contenteditable="true"] + .editTracker:not(.disabled):hover { color: #00C853; } .time { white-space: nowrap; } table { width: 100%; border-spacing: .5em; } td { padding-top: .5em; } td:nth-child(2) { width: 100%; } #imageURL { text-align: center; } .formInput { margin: 0; } .formInput label { background-color: #000000; } #deleteConfirmation p { text-align: center; width: 100%; } .buttons { display: flex; justify-content: right; } form .buttons { margin-right: 1rem; } .dialog { background-color: #000000; border-radius: 4px; box-shadow: 0px 0px 12px 8px rgba(15, 15, 15, 1); display: none; max-height: calc(95vmin - 2rem); min-width: 50%; max-width: calc(95vmin - 2rem); overflow: auto; padding: 1rem; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 11; } .dialog .dialogContent { padding: 1rem; } .overlay { background-color: #00000066; display: none; position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; } /* Media Queries */ @media only screen and (max-width: 660px) { .spacer { flex-grow: unset; width: 1em; } .description { width: 100%; margin: 1em 0 0 0; } }
static/styles/dashboard.css
main { padding: 0; } a { color: #9ba2f2; text-decoration: none; } #profileHeader { background-color: var(--bg-secondary); background-image: url(/images/brushed-alum-dark.png); background-attachment: fixed; box-shadow: inset 0 0px 4px 3px rgba(15, 15, 15, 0.7); display: flex; font-size: 1rem; justify-content: center; min-height: 20vmin; padding: 2rem; } #profileHeader img { border: 2px solid #000000; border-radius: 100%; box-shadow: 0px 0px 4px 3px rgba(15, 15, 15, 0.7); cursor: pointer; height: min(20vmin, 200px); width: min(20vmin, 200px); } #profileHeader .infoColumn { display: flex; flex-direction: column; font-size: min(4vw, 1.3rem); padding-left: 5vw; justify-content: space-evenly; } #profileHeader .infoColumn button { font-size: min(3.5vw, 1.1rem); box-shadow: 0px 0px 3px 3px rgba(15, 15, 15, 1); } #profileHeader .infoColumn button:hover { box-shadow: 0px 0px 8px 5px rgba(15, 15, 15, 1); } #profileBody { padding: 2rem 5vw 1rem 5vw; min-height: calc(100vh - 20vmin - 14.9rem); } h2 + div { display: flex; justify-content: center; } #addTrackerButton, #helpButton { background-color: #282828; color: #FFFFFF; display: block; margin: 1rem; } #addTrackerButton:hover, #helpButton:hover { background-color: #343434; } #helpButton { display: flex; } #helpButton i { font-size: 1em; margin-right: .5em; } video { display: block; max-width: 100%; max-height: 70vh; margin: auto; } .filter { display: none; /* TODO */ position: relative; font-size: 0.9rem; } .filter label { color: #AFAFAF; position: absolute; top: calc(0.55rem + 1pt); left: 0.6rem; } #filter { background: transparent; border: 1pt solid #AFAFAF; border-radius: 3px; color: #FFFFFF; outline: none; outline-offset: 0; padding: 0.5rem 0.5rem 0.5rem 3rem; width: calc(100% - 3.5rem - 2pt); } #filter:focus { border-color: #FFFFFF; } #trackers { padding: 0; list-style-type: none; } .tracker { background-color: #313131; border-radius: 3px; padding: 1em; margin: 0.75em 0; } .tracker.expandable section, .tracker.expandable .description { cursor: pointer; } .tracker section { display: flex; justify-content: space-between; } .tracker.expandable:hover { box-shadow: 0px 0px 4px 4px rgba(25, 25, 25, .9); } .requests { display: none; } .tracker i { font-size: 1.3em; margin-top: -1px; } .tracker hr { margin: 1rem 0; } .editTracker, .deleteTracker, .deleteRequest { cursor: pointer; } .editTracker.disabled, .deleteTracker.disabled { cursor: default; opacity: 0.75; } .editTracker:not(.disabled):hover { color: #FFFF44; } .deleteTracker:not(.disabled):hover, .deleteRequest:hover { color: var(--error); } .trackingID, .time { font-family: monospace; font-size: .9em; transform: translateY(.05em); } .spacer { flex-grow: 1; } .description { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; width: calc(100% - 22em); margin: -1.2em 0 0 8em; } .description[contenteditable="true"] { border: 1pt solid #AFAFAF; border-radius: 3px; cursor: text; margin: -1.4em 0 0 7.8em; padding: .2em; } .description[contenteditable="true"]:focus { border-color: #FFFFFF; } .description[contenteditable="true"] + .editTracker:not(.disabled):hover { color: #00C853; } .time { white-space: nowrap; } table { width: 100%; border-spacing: .5em; } td { padding-top: .5em; } td:nth-child(2) { width: 100%; } #imageURL { text-align: center; } .formInput { margin: 0; } .formInput label { background-color: #000000; } #deleteConfirmation p { text-align: center; width: 100%; } .buttons { display: flex; justify-content: right; } form .buttons { margin-right: 1rem; } .dialog { background-color: #000000; border-radius: 4px; box-shadow: 0px 0px 12px 8px rgba(15, 15, 15, 1); display: none; max-height: calc(95vmin - 2rem); min-width: 50%; max-width: calc(95vmin - 2rem); overflow: auto; padding: 1rem; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 11; } .dialog .dialogContent { padding: 1rem; } .overlay { background-color: #00000066; display: none; position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; } /* Media Queries */ @media only screen and (max-width: 660px) { .spacer { flex-grow: unset; width: 1em; } .description { width: 100%; margin: 1em 0 0 0; } }
0.382372
0.118896
.gbs3 .container{ width:100%; margin:0; padding:0; } .gbs3 .container .row{ width:100%; margin:0; padding:0; } .gbs3 .tab-content{ padding-top:7px; } .gbs3 .gcore-label-left{ float:left !important; min-width:160px; max-width:160px; padding-right:7px; text-align:left !important; } .gbs3 .gcore-label-top{ display:block; text-align:left !important; float:none !important; width:auto !important; } .gbs3 .gcore-label-checkbox{ } .gbs3 .gcore-checkbox-item label, .gbs3 .gcore-radio-item label{ padding-top: 0px !important; vertical-align:bottom; padding-right:7px; } .gbs3 .gcore-checkbox-item label, .gbs3 .gcore-checkbox-item input, .gbs3 .gcore-radio-item label, .gbs3 .gcore-radio-item input{ margin:0; } .gbs3 .gcore-checkbox-item label input, .gbs3 .gcore-radio-item label input{ margin:0px 3px 3px 0px; } .gbs3 .gcore-form-row > .gcore-label-checkbox{ float:left !important; min-width:160px; padding-right:7px; padding-top: 1px !important; text-align:left !important; } .gbs3 .gcore-form-row > .gcore-label-checkbox.gcore-label-left{ max-width:160px; } .gbs3 .gcore-form-row > .gcore-label-checkbox.gcore-label-top{ float:none !important; } .gbs3 .gcore-checkbox-item .gcore-label-checkbox, .gcore-radio-item .gcore-label-checkbox{ float: none !important; width: auto !important; } .gbs3 .gcore-form-row{ margin-right: 0px !important; margin-left: 0px !important; } .gbs3 .gcore-form-row .gcore-input{ /*float:left;*/ /** forces the input to go below label when parent is not wide enough **/ } .gbs3 .gcore-height-auto{ height: auto !important; } .gbs3 .gcore-sub-input{ padding-right: 5px !important; } .gbs3 .gcore-subinput-container{ float:left; } .gbs3 .gcore-multiple-column .gcore-checkbox-item, .gcore-multiple-column .gcore-radio-item{ float: left; } .gbs3 .gcore-multiple-column .gcore-checkbox-item:not(:first-child), .gcore-multiple-column .gcore-radio-item:not(:first-child){ padding-left: 5px; } .gbs3 .gcore-help-block{ white-space:normal; word-wrap:break-word; } .gbs3 .gcore-black-text{ color:#000000; } .gbs3 .gcore-display-table{ display:table; } .gbs3 .SSS {width: 30px !important;} .gbs3 .SS {width: 70px !important;} .gbs3 .S {width: 110px !important;} .gbs3 .M {width: 230px !important;} .gbs3 .L {width: 350px !important;} .gbs3 .XL{width:430px !important;} .gbs3 .XXL{width:500px !important;} .gbs3 .A{width:auto !important;} .gbs3 .F{width:100% !important;} @media(min-width:900px){ } @media(max-width:800px){ }
libraries/cegcore/assets/bootstrap/css/bootstrap-gcore.css
.gbs3 .container{ width:100%; margin:0; padding:0; } .gbs3 .container .row{ width:100%; margin:0; padding:0; } .gbs3 .tab-content{ padding-top:7px; } .gbs3 .gcore-label-left{ float:left !important; min-width:160px; max-width:160px; padding-right:7px; text-align:left !important; } .gbs3 .gcore-label-top{ display:block; text-align:left !important; float:none !important; width:auto !important; } .gbs3 .gcore-label-checkbox{ } .gbs3 .gcore-checkbox-item label, .gbs3 .gcore-radio-item label{ padding-top: 0px !important; vertical-align:bottom; padding-right:7px; } .gbs3 .gcore-checkbox-item label, .gbs3 .gcore-checkbox-item input, .gbs3 .gcore-radio-item label, .gbs3 .gcore-radio-item input{ margin:0; } .gbs3 .gcore-checkbox-item label input, .gbs3 .gcore-radio-item label input{ margin:0px 3px 3px 0px; } .gbs3 .gcore-form-row > .gcore-label-checkbox{ float:left !important; min-width:160px; padding-right:7px; padding-top: 1px !important; text-align:left !important; } .gbs3 .gcore-form-row > .gcore-label-checkbox.gcore-label-left{ max-width:160px; } .gbs3 .gcore-form-row > .gcore-label-checkbox.gcore-label-top{ float:none !important; } .gbs3 .gcore-checkbox-item .gcore-label-checkbox, .gcore-radio-item .gcore-label-checkbox{ float: none !important; width: auto !important; } .gbs3 .gcore-form-row{ margin-right: 0px !important; margin-left: 0px !important; } .gbs3 .gcore-form-row .gcore-input{ /*float:left;*/ /** forces the input to go below label when parent is not wide enough **/ } .gbs3 .gcore-height-auto{ height: auto !important; } .gbs3 .gcore-sub-input{ padding-right: 5px !important; } .gbs3 .gcore-subinput-container{ float:left; } .gbs3 .gcore-multiple-column .gcore-checkbox-item, .gcore-multiple-column .gcore-radio-item{ float: left; } .gbs3 .gcore-multiple-column .gcore-checkbox-item:not(:first-child), .gcore-multiple-column .gcore-radio-item:not(:first-child){ padding-left: 5px; } .gbs3 .gcore-help-block{ white-space:normal; word-wrap:break-word; } .gbs3 .gcore-black-text{ color:#000000; } .gbs3 .gcore-display-table{ display:table; } .gbs3 .SSS {width: 30px !important;} .gbs3 .SS {width: 70px !important;} .gbs3 .S {width: 110px !important;} .gbs3 .M {width: 230px !important;} .gbs3 .L {width: 350px !important;} .gbs3 .XL{width:430px !important;} .gbs3 .XXL{width:500px !important;} .gbs3 .A{width:auto !important;} .gbs3 .F{width:100% !important;} @media(min-width:900px){ } @media(max-width:800px){ }
0.281801
0.044995
border: thin #eaeaea dotted ; padding: .25em .5em .25em .5em ; text-align:center; float:left; -moz-border-radius: .5em; -webkit-border-radius: .5em; } .mxunittestsparks{ color:white; } #sparkcontainer p{ color:silver; text-decoration:italics; } #bugjar{ padding:.5em; border:none; margin-right:2em; float:right; } .sparkline-caption { /*border:1px dotted navy;*/ } .mxunitResults .summary { margin: 1em 0; } .mxunitResults .summary .active { background: #ffe77f; } .mxunitResults table { width: 100%; border:1px dotted gray; padding:0px; } .mxunitResults th { text-align: left; } .mxunitResults tr.component { padding-top: 1em; background: transparent; border-bottom: 1px solid #333; font-size: 1.35em; } .mxunitResults th, .mxunitResults td { vertical-align: top; padding: .5em; } .mxunitResults tbody tr:nth-child(even) { background: whitesmoke; } .stacktrace, .tagcontext td{ font-size:1em; font-family:monospace; line-height:.65em; } .summary{ margin:0,0,0,0; overflow:hidden; } .summary .failed{ float: left; } .summary #bug{ float: left; } .summary #sparkcontanier{ float: left; } .mxunitResults { padding: .5em; } .mxunitResults .summary .nav a { border: 1px solid #D0D0D0; -moz-border-radius: .5em; -webkit-border-radius: .5em; padding: .5em 1em; margin-right: 1em; } .mxunitResults pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } .mxunitResults .tagcontext a { color: gray; } table.results th { text-align: left; } table.results th.result, table.results th.speed { width: 10%; } table.results th.error, table.results th.output { width: 25%; } /* Mapped to the actual test status returned by MXUnit */ .failed, .failed a { color:#101080; } .error, .error a { color: #c70000; } .success, .passed, .success a, .passed a { color: #0d7008; }
mxunit/resources/theme/results.css
border: thin #eaeaea dotted ; padding: .25em .5em .25em .5em ; text-align:center; float:left; -moz-border-radius: .5em; -webkit-border-radius: .5em; } .mxunittestsparks{ color:white; } #sparkcontainer p{ color:silver; text-decoration:italics; } #bugjar{ padding:.5em; border:none; margin-right:2em; float:right; } .sparkline-caption { /*border:1px dotted navy;*/ } .mxunitResults .summary { margin: 1em 0; } .mxunitResults .summary .active { background: #ffe77f; } .mxunitResults table { width: 100%; border:1px dotted gray; padding:0px; } .mxunitResults th { text-align: left; } .mxunitResults tr.component { padding-top: 1em; background: transparent; border-bottom: 1px solid #333; font-size: 1.35em; } .mxunitResults th, .mxunitResults td { vertical-align: top; padding: .5em; } .mxunitResults tbody tr:nth-child(even) { background: whitesmoke; } .stacktrace, .tagcontext td{ font-size:1em; font-family:monospace; line-height:.65em; } .summary{ margin:0,0,0,0; overflow:hidden; } .summary .failed{ float: left; } .summary #bug{ float: left; } .summary #sparkcontanier{ float: left; } .mxunitResults { padding: .5em; } .mxunitResults .summary .nav a { border: 1px solid #D0D0D0; -moz-border-radius: .5em; -webkit-border-radius: .5em; padding: .5em 1em; margin-right: 1em; } .mxunitResults pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } .mxunitResults .tagcontext a { color: gray; } table.results th { text-align: left; } table.results th.result, table.results th.speed { width: 10%; } table.results th.error, table.results th.output { width: 25%; } /* Mapped to the actual test status returned by MXUnit */ .failed, .failed a { color:#101080; } .error, .error a { color: #c70000; } .success, .passed, .success a, .passed a { color: #0d7008; }
0.369543
0.154185
body { font-weight: 400; font-size: 1rem; font-family: "Open Sans", Helvetica, Arial, sans-serif; line-height: 1.6; color: #555; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: "liga", "kern"; text-rendering: optimizelegibility; background-color: #fff; } div, ul, li, h1, h2, h3, h4, p, img{margin:0px; padding:0px;} ul{list-style-type:none;} /*----TOP PANEL----*/ #header_container{height:299px; position:relative; margin:0 auto; padding:0px; background-image:url(images/header_slice.gif); background-repeat:repeat-x; background-position:top;} #header{width:755px; height:299px; position:relative; margin:0 auto; padding:0px 9px 0px 14px;} #header img{height:94px; width:450px; position:absolute; top:0; left:161px; padding:0px;} #header ul{width:94px; height:145px; padding:23px 29px 20px 40px; position:absolute; top:103px; left:0px; background:url(images/ul.gif) 0 0 no-repeat;} #header ul li{background:url(images/bullet1.gif) 0 7px no-repeat #ccc; border-bottom:#929292 dotted 1px; font:12px/24px Verdana, Helvetica, sans-serif; font-weight:bold; color: #000; padding-left:10px;} #header ul li.contact{border:none;} #header ul li a{ font-family:Verdana, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-decoration:none; background:#ccc; color:#006; } #header ul li a:hover{ background:#ccc; color:#9F6; text-decoration:none; } #header h1{padding:137px 0px 0px 33px; background:url(images/banner.jpg) 0 0 no-repeat #fff; width:547px; height:51px; font-family:Verdana, Helvetica, sans-serif; font-size:13px; font-weight:bold; color: #3B3B3B; position:absolute; top:103px; left:175px;} /*----BODY1 PANEL----*/ #body1{ width:778px; height:70px; position:relative; margin:0 auto; background:url(images/from_shadow.jpg) 0 100% no-repeat; } #body1 form{width:690px; height:77px; margin:0; padding:0 0 0 88px;} #body1 form label{width:177px; height:44px; font-family:Georgia, "Times New Roman", Times, serif; font-size:15px; font-weight:bold; color: #fff; background-color:#3B3B3B; display:block; float:left; background-image: url(images/level.jpg); background-repeat:no-repeat; background-position:left top; padding-left:39px; line-height:34px; margin-top:17px;} .juvaimput{ width:10px; height:15px; float:left; display:block; margin:15px 15px 15px 10px; padding:10 0 0 5px; } #body1 form input{width:80px; height:18px; float:left; display:block; margin:35px 15px 0 0; padding:0 0 0 10px;} #body1 form input.botton{width:56px; height:28px; float:left; background:url(images/button.gif) 0 0 no-repeat #3A3A3A; border:none; color:#fff; font:12px/28px Verdana, Arial, Helvetica, sans-serif; margin:26px 0 0; padding:0px;} /*----/BODY1 PANEL----*/ /*----BODY MIDDLE PANEL----*/ #bodymiddlePan{width:602px; position:relative; margin:0 auto; padding:0 88px; clear:both;} #bodymiddlePan h2{width:400px; height:68px; display:block; background:#1E225F; color:#FBD61A; font:28px/68px Georgia, "Times New Roman", Times, serif; font-weight:normal;} #bodymiddlePan p.lasttext{padding:0 0 25px 0;} #bodymiddlePan p span{background:#3B3B3B; color:#fff;} /*----BODY MIDDLE PANEL----*/ /*----BODY BOTTOM PANEL----*/ #bodyBottomPan{ width:690px; background:url(images/body_shadow.gif) 0 0 no-repeat; position:relative; margin:0 auto; padding:24px 0 0 88px; clear:both; } /*----Info Panel----*/ #infoPan{ width:187px; height:192px; background:url(images/infopanelbg.jpg) 0 100% no-repeat #3B3B3B; float:left; margin:0 28px 0 0; color:#003; font:13px/17px Verdana, Arial, Helvetica, sans-serif; } #infoPan h2{width:163px; height:40px; background:url(images/infopaneltop.jpg) 0 0 no-repeat #3B3B3B; color:#fff; font:20px/36px "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:normal; padding:30px 0 0 24px;} #infoPan p{padding:10px 0 0 24px; line-height:17px;} #infoPan p.view{width:66px; height:18px; padding:10px 0 0 24px;} #infoPan p.view a{width:66px; height:18px; display:block; background:url(images/infoview-normal.jpg) 0 0 no-repeat #F0C40E; color:#fff; font:12px/18px Verdana, Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; text-decoration:none;} #infoPan p.view a:hover{background:url(images/infoview-hover.jpg) 0 0 no-repeat #F0C40E; color:#fff; text-decoration:none;} /*----/Info Panel----*/ /*----Services Panel----*/ #servicesPan{width:187px; height:192px; background:url(images/servicespanelbg.jpg) 0 100% no-repeat #3B3B3B; color:#212121; float:left; margin:0 28px 0 0; font:13px/17px Verdana, Arial, Helvetica, sans-serif;} #servicesPan h2{width:163px; height:40px; background:url(images/servicespaneltop.jpg) 0 0 no-repeat #3B3B3B; color:#fff; font:20px/36px "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:normal; padding:30px 0 0 24px;} #servicesPan p{padding:10px 0 0 24px; line-height:17px;} #servicesPan p.view{width:66px; height:18px; padding:10px 0 0 24px;} #servicesPan p.view a{width:66px; height:18px; display:block; background:url(images/servicesview-normal.gif) 0 0 no-repeat #B8B8B8; color:#fff; font:12px/18px Verdana, Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; text-decoration:none;} #servicesPan p.view a:hover{background:url(images/servicesview-hover.gif) 0 0 no-repeat #B8B8B8; color:#fff; text-decoration:none;} /*----/Services Panel----*/ /*----Schedule Panel----*/ #schedulePan{ width:187px; height:192px; background:url(images/schedulepanelbg.jpg) 0 100% no-repeat #3B3B3B; color:#030; float:left; margin:0 28px 0 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 17px; } #schedulePan h2{width:163px; height:40px; background:url(images/schedulepaneltop.jpg) 0 0 no-repeat #3B3B3B; color:#fff; font:20px/36px "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:normal; padding:30px 0 0 24px;} #schedulePan p{padding:10px 0 0 24px; line-height:17px;} #schedulePan p.view{width:66px; height:18px; padding:10px 0 0 24px;} #schedulePan p.view a{width:66px; height:18px; display:block; background:url(images/scheduleview-normal.gif) 0 0 no-repeat #E45D5D; color:#fff; font:12px/18px Verdana, Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; text-decoration:none;} #schedulePan p.view a:hover{background:url(images/scheduleview-hover.jpg) 0 0 no-repeat #E45D5D; color:#fff; text-decoration:none;} /*----/Schedule Panel----*/ /*----BOTOM PANEL----*/ #bottomPan{ height:10px; background:url(images/bottombg.gif) 0 0 repeat-x; position:relative; margin:0 auto; padding:14px 0 0; clear:both; } #bottomMainPan{width:778px; position:relative; margin:0 auto; padding:50px 0 0;} #bottomBorderPan{width:778px; float:left; background:url(images/bottomborder-bg1.gif) 0 0 repeat-y;} #bottomBorderPan h2{width:210px; height:40px; position:absolute; top:28px; left:0px; display:block; background:#ccc; color:#0C0C0C; font:24px/40px Georgia, "Times New Roman", Times, serif;} #bottomBorderPan h3{width:210px; height:40px; position:absolute; top:28px; left:259px; display:block; background:#ccc; color:#0C0C0C; font:24px/40px Georgia, "Times New Roman", Times, serif;} #bottomBorderPan h4{width:210px; height:40px; position:absolute; top:28px; left:517px; display:block; background:#ccc; color:#0C0C0C; font:24px/40px Georgia, "Times New Roman", Times, serif;} #bottomBorderPan ul{float:left; width:258px; padding:25px 0 0;} #bottomBorderPan ul li{width:225px; height:22px; margin:0 10px 0 0;} #bottomBorderPan ul li a{width:200px; height:22px; display:block; background:url(images/arrow-normal.gif) 0 8px no-repeat #ccc; color:#3D3C2C; font:14px/22px Arial, Helvetica, sans-serif; text-decoration:none; padding:0 0 0 16px;} #bottomBorderPan ul li a:hover{background:url(images/arrow-hover.gif) 0 8px no-repeat #BDBDBD; color:#3D3C2C; text-decoration:none;} /*----/BOTOM PANEL----*/ /*----FOOTER PANEL----*/ #footermainPan{ height:90px; background:url(images/footerbg.gif) 0 0 repeat-x #3B3B3B; position:relative; margin:30 auto; color:#fff; font:13px/22px "Trebuchet MS",Arial, Helvetica, sans-serif; clear:both; padding:10px 10px 10px; } #footerPan{ width:851px; height:30px; position:relative; top:0px; left:0px; font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:normal; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; padding: 0px; } #footerlogoPan{display:block; width:615px; height:20px; position:absolute; top:10px; left:456px;} #footerPan ul{ width:791px; position:relative; position:absolute; top:10px; left:90px; } #footerPan li{float:left; } #footerPan ul li a{padding:0 10px 0; color:#fff; background: url(images/footermenubg.gif) 0 0 repeat-x #3B3B3B; text-decoration:none;} #footerPan ul li a:hover{text-decoration:underline;} #footerPan ul.templateworld{ width:250px; background:#3B3B3B; color:#fff; display:block; position:absolute; top:45px; left: 100px; } #footerPan ul.templateworld li a{background:#3B3B3B; display:block; color:#fff; text-decoration:none;} #footerPan ul.templateworld li a:hover{text-decoration:underline;} #footerPan p.copyright{width:300px; background: url(images/copyrightbg.gif) 0 0 repeat-x #3B3B3B; color:#fff; position:absolute; top:23px; left:10px;} #footerPanhtml{width:70px; height:24px; display:block; position:absolute; top:49px; left:5px;} #footerPanhtml a{width:65px; height:24px; display:block; background:url(images/html-normal.gif) 0 0 no-repeat #3B3B3B; color:#fff; font-size:13px; line-height:23px; font-weight:bold; text-decoration:none;text-transform:uppercase; padding:0 0 0 5px;} #footerPanhtml a:hover{background:url(images/html-hover.gif) 0 0 no-repeat #3B3B3B; color:#fff;} #footerPancss{width:58px; height:24px; display:block; position:absolute; top:50px; left:80px;} #footerPancss a{width:49px; height:24px; display:block; background:url(images/css-normal.gif) 0 0 no-repeat #3B3B3C; color:#3B3B3B; font-size:13px; line-height:24px; font-weight:bold; text-decoration:none; text-transform:uppercase; padding:0 0 0 10px;} #footerPancss a:hover{background:url(images/css-hover.gif) 0 0 no-repeat #3B3B3B; color:#3B3B3C; text-decoration:none;} #rightmorePan{ width:580px; height:28px; display:block; background:url(images/pattern.gif) 0 0 repeat; border:1px solid #fff; line-height:28px; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 20px; } #rightmorePan p.textposition{float:left; padding:0 0 0 18px; margin:0px; color:#006} #rightmorePan a{ float:left; width:36px; height:28px; display:block; background:url(images/morebg.gif) 0 0 no-repeat #D5D2BC; color:#006; text-decoration:none; padding:0 15px 0 45px; margin:0 0 0 135px; } #rightmorePan a:hover{text-decoration:underline;} #rightmorenextPan{ width:580px; height:28px; display:block; background:url(images/pattern.gif) 0 0 repeat; border:1px solid #fff; line-height:28px; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 20px; } #rightmorenextPan p.textposition{float:left; padding:0 0 0 18px; margin:0px;} #rightmorenextPan a{float:left; width:36px; height:28px; display:block; background:url(images/morebg.gif) 0 0 no-repeat #D5D2BC; color:#1F1E15; text-decoration:none; padding:0 15px 0 45px; margin:0 0 0 135px;} #rightmorenextPan a:hover{text-decoration:underline;} /*----Minha Css----*/ .Arial_12_Amarelo { font:14px/17px Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color:#FBD61A; } .Arial_12_Vermelho { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FBD61A; } .enfase { font-family: Verdana, Arial; font-weight: bold; font-size: 12px; color:#52291C; padding-top: 1px; text-decoration:none; padding-left: 9px; } .enfase a:{ text-decoration:none; font-size: 14px; text-decoration:none; } .enfase a:hover{ text-decoration:blink; font-size: 14px; text-decoration:none; } .style1 {font-size: 14px} .campos_formulario { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: dimgray; background-color: white; border: 1px inset; } .juvaPan{ width:580px; background-color:#1E225F; color:#FBD61A; font:14px/17px Verdana, Arial, Helvetica, sans-serif; font-weight:normal;} @media (min-width: 0){ .g-py-100 { padding-top: 7.14286rem !important; padding-bottom: 7.14286rem !important; } .g-px-40 { padding-left: 2.85714rem !important; padding-right: 2.85714rem !important; } .g-mb-30 { margin-bottom: 2.14286rem !important; } .g-py-60 { padding-top: 4.28571rem !important; padding-bottom: 4.28571rem !important; } .g-py-10 { padding-top: 0.71429rem !important; padding-bottom: 0.71429rem !important; } .g-mb-20 { margin-bottom: 1.42857rem !important; } .g-py-20 { padding-top: 1.42857rem !important; padding-bottom: 1.42857rem !important; } } .u-icon-v2.u-icon-size--xl, .u-icon-v2.u-icon-size--xl .u-icon__elem-regular, .u-icon-v2.u-icon-size--xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--xl, .u-icon-v3.u-icon-size--xl .u-icon__elem-regular, .u-icon-v3.u-icon-size--xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--xl .u-icon-v4-inner, .u-icon-v4.u-icon-size--xl .u-icon__elem-regular, .u-icon-v4.u-icon-size--xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--xl { width: 6.42857rem; height: 6.42857rem; font-size: 2.85714rem; } .u-icon-v2.u-icon-size--xs, .u-icon-v2.u-icon-size--xs .u-icon__elem-regular, .u-icon-v2.u-icon-size--xs .u-icon__elem-hover, .u-icon-v3.u-icon-size--xs, .u-icon-v3.u-icon-size--xs .u-icon__elem-regular, .u-icon-v3.u-icon-size--xs .u-icon__elem-hover, .u-icon-v4.u-icon-size--xs .u-icon-v4-inner, .u-icon-v4.u-icon-size--xs .u-icon__elem-regular, .u-icon-v4.u-icon-size--xs .u-icon__elem-hover, .u-icon-v5.u-icon-size--xs { width: 2.14286rem; height: 2.14286rem; font-size: 0.92857rem; } .u-icon-v1 > i, .u-icon-v2 > i, .u-icon-v3 > i, .u-icon-v4 > span > i { position: relative; top: 50%; display: block; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 2; } .u-icon-v1, .u-icon-v2, .u-icon-v3, .u-icon-v4 { position: relative; display: inline-block; text-align: center; transition: all .2s ease-in-out; } .g-color-white { color: #fff !important; } .g-color-gray-dark-v2 { color: #333 !important; } .bg-light { background-color: #fff !important; } .g-color-white-opacity-0_8 { color: rgba(255, 255, 255, 0.8) !important; } .g-bg-gray-dark-v1 { background-color: #111 !important; } .g-bg-black-opacity-0_9 { background-color: rgba(0, 0, 0, 0.9) !important; } .g-absolute-centered--y { position: absolute !important; top: 50% !important; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-backface-visibility: hidden; } .g-right-0 { right: 0; } .g-pos-rel { position: relative !important; } .g-brd-white-opacity-0_1 { border-color: rgba(255, 255, 255, 0.1) !important; } @media only screen and (max-width: 500px) { .form-group { margin-bottom: 1rem !important; } .mat, .sen{ width: 100% !important; } .cel { padding-top: 25px; } .imagemhead{ background: url(img/backgroud.jpg); height: 250px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } } .form-group { margin-bottom: 0px; } .conta .nav-link { display: block; padding: 0.5rem 1rem; background: #444; color: #fff; margin: 0.5px; } .conta .nav-link:hover { background: #333; } .conta .nav-pills .nav-link.active, .show > .nav-pills .nav-link { color: #fff; background-color: #222; } .conta .form-control { display: block; width: 100%; padding: 0rem 0.75rem; font-size: 1rem; line-height: 1.25; color: #495057; background-color: #fff; background-image: none; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } .conta .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-top: 10px; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-left: 0.3em solid transparent; position: absolute; right: 20px; /* padding: 48px; */ }
assets/css/style.css
body { font-weight: 400; font-size: 1rem; font-family: "Open Sans", Helvetica, Arial, sans-serif; line-height: 1.6; color: #555; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: "liga", "kern"; text-rendering: optimizelegibility; background-color: #fff; } div, ul, li, h1, h2, h3, h4, p, img{margin:0px; padding:0px;} ul{list-style-type:none;} /*----TOP PANEL----*/ #header_container{height:299px; position:relative; margin:0 auto; padding:0px; background-image:url(images/header_slice.gif); background-repeat:repeat-x; background-position:top;} #header{width:755px; height:299px; position:relative; margin:0 auto; padding:0px 9px 0px 14px;} #header img{height:94px; width:450px; position:absolute; top:0; left:161px; padding:0px;} #header ul{width:94px; height:145px; padding:23px 29px 20px 40px; position:absolute; top:103px; left:0px; background:url(images/ul.gif) 0 0 no-repeat;} #header ul li{background:url(images/bullet1.gif) 0 7px no-repeat #ccc; border-bottom:#929292 dotted 1px; font:12px/24px Verdana, Helvetica, sans-serif; font-weight:bold; color: #000; padding-left:10px;} #header ul li.contact{border:none;} #header ul li a{ font-family:Verdana, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-decoration:none; background:#ccc; color:#006; } #header ul li a:hover{ background:#ccc; color:#9F6; text-decoration:none; } #header h1{padding:137px 0px 0px 33px; background:url(images/banner.jpg) 0 0 no-repeat #fff; width:547px; height:51px; font-family:Verdana, Helvetica, sans-serif; font-size:13px; font-weight:bold; color: #3B3B3B; position:absolute; top:103px; left:175px;} /*----BODY1 PANEL----*/ #body1{ width:778px; height:70px; position:relative; margin:0 auto; background:url(images/from_shadow.jpg) 0 100% no-repeat; } #body1 form{width:690px; height:77px; margin:0; padding:0 0 0 88px;} #body1 form label{width:177px; height:44px; font-family:Georgia, "Times New Roman", Times, serif; font-size:15px; font-weight:bold; color: #fff; background-color:#3B3B3B; display:block; float:left; background-image: url(images/level.jpg); background-repeat:no-repeat; background-position:left top; padding-left:39px; line-height:34px; margin-top:17px;} .juvaimput{ width:10px; height:15px; float:left; display:block; margin:15px 15px 15px 10px; padding:10 0 0 5px; } #body1 form input{width:80px; height:18px; float:left; display:block; margin:35px 15px 0 0; padding:0 0 0 10px;} #body1 form input.botton{width:56px; height:28px; float:left; background:url(images/button.gif) 0 0 no-repeat #3A3A3A; border:none; color:#fff; font:12px/28px Verdana, Arial, Helvetica, sans-serif; margin:26px 0 0; padding:0px;} /*----/BODY1 PANEL----*/ /*----BODY MIDDLE PANEL----*/ #bodymiddlePan{width:602px; position:relative; margin:0 auto; padding:0 88px; clear:both;} #bodymiddlePan h2{width:400px; height:68px; display:block; background:#1E225F; color:#FBD61A; font:28px/68px Georgia, "Times New Roman", Times, serif; font-weight:normal;} #bodymiddlePan p.lasttext{padding:0 0 25px 0;} #bodymiddlePan p span{background:#3B3B3B; color:#fff;} /*----BODY MIDDLE PANEL----*/ /*----BODY BOTTOM PANEL----*/ #bodyBottomPan{ width:690px; background:url(images/body_shadow.gif) 0 0 no-repeat; position:relative; margin:0 auto; padding:24px 0 0 88px; clear:both; } /*----Info Panel----*/ #infoPan{ width:187px; height:192px; background:url(images/infopanelbg.jpg) 0 100% no-repeat #3B3B3B; float:left; margin:0 28px 0 0; color:#003; font:13px/17px Verdana, Arial, Helvetica, sans-serif; } #infoPan h2{width:163px; height:40px; background:url(images/infopaneltop.jpg) 0 0 no-repeat #3B3B3B; color:#fff; font:20px/36px "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:normal; padding:30px 0 0 24px;} #infoPan p{padding:10px 0 0 24px; line-height:17px;} #infoPan p.view{width:66px; height:18px; padding:10px 0 0 24px;} #infoPan p.view a{width:66px; height:18px; display:block; background:url(images/infoview-normal.jpg) 0 0 no-repeat #F0C40E; color:#fff; font:12px/18px Verdana, Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; text-decoration:none;} #infoPan p.view a:hover{background:url(images/infoview-hover.jpg) 0 0 no-repeat #F0C40E; color:#fff; text-decoration:none;} /*----/Info Panel----*/ /*----Services Panel----*/ #servicesPan{width:187px; height:192px; background:url(images/servicespanelbg.jpg) 0 100% no-repeat #3B3B3B; color:#212121; float:left; margin:0 28px 0 0; font:13px/17px Verdana, Arial, Helvetica, sans-serif;} #servicesPan h2{width:163px; height:40px; background:url(images/servicespaneltop.jpg) 0 0 no-repeat #3B3B3B; color:#fff; font:20px/36px "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:normal; padding:30px 0 0 24px;} #servicesPan p{padding:10px 0 0 24px; line-height:17px;} #servicesPan p.view{width:66px; height:18px; padding:10px 0 0 24px;} #servicesPan p.view a{width:66px; height:18px; display:block; background:url(images/servicesview-normal.gif) 0 0 no-repeat #B8B8B8; color:#fff; font:12px/18px Verdana, Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; text-decoration:none;} #servicesPan p.view a:hover{background:url(images/servicesview-hover.gif) 0 0 no-repeat #B8B8B8; color:#fff; text-decoration:none;} /*----/Services Panel----*/ /*----Schedule Panel----*/ #schedulePan{ width:187px; height:192px; background:url(images/schedulepanelbg.jpg) 0 100% no-repeat #3B3B3B; color:#030; float:left; margin:0 28px 0 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 17px; } #schedulePan h2{width:163px; height:40px; background:url(images/schedulepaneltop.jpg) 0 0 no-repeat #3B3B3B; color:#fff; font:20px/36px "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:normal; padding:30px 0 0 24px;} #schedulePan p{padding:10px 0 0 24px; line-height:17px;} #schedulePan p.view{width:66px; height:18px; padding:10px 0 0 24px;} #schedulePan p.view a{width:66px; height:18px; display:block; background:url(images/scheduleview-normal.gif) 0 0 no-repeat #E45D5D; color:#fff; font:12px/18px Verdana, Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; text-decoration:none;} #schedulePan p.view a:hover{background:url(images/scheduleview-hover.jpg) 0 0 no-repeat #E45D5D; color:#fff; text-decoration:none;} /*----/Schedule Panel----*/ /*----BOTOM PANEL----*/ #bottomPan{ height:10px; background:url(images/bottombg.gif) 0 0 repeat-x; position:relative; margin:0 auto; padding:14px 0 0; clear:both; } #bottomMainPan{width:778px; position:relative; margin:0 auto; padding:50px 0 0;} #bottomBorderPan{width:778px; float:left; background:url(images/bottomborder-bg1.gif) 0 0 repeat-y;} #bottomBorderPan h2{width:210px; height:40px; position:absolute; top:28px; left:0px; display:block; background:#ccc; color:#0C0C0C; font:24px/40px Georgia, "Times New Roman", Times, serif;} #bottomBorderPan h3{width:210px; height:40px; position:absolute; top:28px; left:259px; display:block; background:#ccc; color:#0C0C0C; font:24px/40px Georgia, "Times New Roman", Times, serif;} #bottomBorderPan h4{width:210px; height:40px; position:absolute; top:28px; left:517px; display:block; background:#ccc; color:#0C0C0C; font:24px/40px Georgia, "Times New Roman", Times, serif;} #bottomBorderPan ul{float:left; width:258px; padding:25px 0 0;} #bottomBorderPan ul li{width:225px; height:22px; margin:0 10px 0 0;} #bottomBorderPan ul li a{width:200px; height:22px; display:block; background:url(images/arrow-normal.gif) 0 8px no-repeat #ccc; color:#3D3C2C; font:14px/22px Arial, Helvetica, sans-serif; text-decoration:none; padding:0 0 0 16px;} #bottomBorderPan ul li a:hover{background:url(images/arrow-hover.gif) 0 8px no-repeat #BDBDBD; color:#3D3C2C; text-decoration:none;} /*----/BOTOM PANEL----*/ /*----FOOTER PANEL----*/ #footermainPan{ height:90px; background:url(images/footerbg.gif) 0 0 repeat-x #3B3B3B; position:relative; margin:30 auto; color:#fff; font:13px/22px "Trebuchet MS",Arial, Helvetica, sans-serif; clear:both; padding:10px 10px 10px; } #footerPan{ width:851px; height:30px; position:relative; top:0px; left:0px; font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:normal; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; padding: 0px; } #footerlogoPan{display:block; width:615px; height:20px; position:absolute; top:10px; left:456px;} #footerPan ul{ width:791px; position:relative; position:absolute; top:10px; left:90px; } #footerPan li{float:left; } #footerPan ul li a{padding:0 10px 0; color:#fff; background: url(images/footermenubg.gif) 0 0 repeat-x #3B3B3B; text-decoration:none;} #footerPan ul li a:hover{text-decoration:underline;} #footerPan ul.templateworld{ width:250px; background:#3B3B3B; color:#fff; display:block; position:absolute; top:45px; left: 100px; } #footerPan ul.templateworld li a{background:#3B3B3B; display:block; color:#fff; text-decoration:none;} #footerPan ul.templateworld li a:hover{text-decoration:underline;} #footerPan p.copyright{width:300px; background: url(images/copyrightbg.gif) 0 0 repeat-x #3B3B3B; color:#fff; position:absolute; top:23px; left:10px;} #footerPanhtml{width:70px; height:24px; display:block; position:absolute; top:49px; left:5px;} #footerPanhtml a{width:65px; height:24px; display:block; background:url(images/html-normal.gif) 0 0 no-repeat #3B3B3B; color:#fff; font-size:13px; line-height:23px; font-weight:bold; text-decoration:none;text-transform:uppercase; padding:0 0 0 5px;} #footerPanhtml a:hover{background:url(images/html-hover.gif) 0 0 no-repeat #3B3B3B; color:#fff;} #footerPancss{width:58px; height:24px; display:block; position:absolute; top:50px; left:80px;} #footerPancss a{width:49px; height:24px; display:block; background:url(images/css-normal.gif) 0 0 no-repeat #3B3B3C; color:#3B3B3B; font-size:13px; line-height:24px; font-weight:bold; text-decoration:none; text-transform:uppercase; padding:0 0 0 10px;} #footerPancss a:hover{background:url(images/css-hover.gif) 0 0 no-repeat #3B3B3B; color:#3B3B3C; text-decoration:none;} #rightmorePan{ width:580px; height:28px; display:block; background:url(images/pattern.gif) 0 0 repeat; border:1px solid #fff; line-height:28px; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 20px; } #rightmorePan p.textposition{float:left; padding:0 0 0 18px; margin:0px; color:#006} #rightmorePan a{ float:left; width:36px; height:28px; display:block; background:url(images/morebg.gif) 0 0 no-repeat #D5D2BC; color:#006; text-decoration:none; padding:0 15px 0 45px; margin:0 0 0 135px; } #rightmorePan a:hover{text-decoration:underline;} #rightmorenextPan{ width:580px; height:28px; display:block; background:url(images/pattern.gif) 0 0 repeat; border:1px solid #fff; line-height:28px; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 20px; } #rightmorenextPan p.textposition{float:left; padding:0 0 0 18px; margin:0px;} #rightmorenextPan a{float:left; width:36px; height:28px; display:block; background:url(images/morebg.gif) 0 0 no-repeat #D5D2BC; color:#1F1E15; text-decoration:none; padding:0 15px 0 45px; margin:0 0 0 135px;} #rightmorenextPan a:hover{text-decoration:underline;} /*----Minha Css----*/ .Arial_12_Amarelo { font:14px/17px Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color:#FBD61A; } .Arial_12_Vermelho { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FBD61A; } .enfase { font-family: Verdana, Arial; font-weight: bold; font-size: 12px; color:#52291C; padding-top: 1px; text-decoration:none; padding-left: 9px; } .enfase a:{ text-decoration:none; font-size: 14px; text-decoration:none; } .enfase a:hover{ text-decoration:blink; font-size: 14px; text-decoration:none; } .style1 {font-size: 14px} .campos_formulario { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: dimgray; background-color: white; border: 1px inset; } .juvaPan{ width:580px; background-color:#1E225F; color:#FBD61A; font:14px/17px Verdana, Arial, Helvetica, sans-serif; font-weight:normal;} @media (min-width: 0){ .g-py-100 { padding-top: 7.14286rem !important; padding-bottom: 7.14286rem !important; } .g-px-40 { padding-left: 2.85714rem !important; padding-right: 2.85714rem !important; } .g-mb-30 { margin-bottom: 2.14286rem !important; } .g-py-60 { padding-top: 4.28571rem !important; padding-bottom: 4.28571rem !important; } .g-py-10 { padding-top: 0.71429rem !important; padding-bottom: 0.71429rem !important; } .g-mb-20 { margin-bottom: 1.42857rem !important; } .g-py-20 { padding-top: 1.42857rem !important; padding-bottom: 1.42857rem !important; } } .u-icon-v2.u-icon-size--xl, .u-icon-v2.u-icon-size--xl .u-icon__elem-regular, .u-icon-v2.u-icon-size--xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--xl, .u-icon-v3.u-icon-size--xl .u-icon__elem-regular, .u-icon-v3.u-icon-size--xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--xl .u-icon-v4-inner, .u-icon-v4.u-icon-size--xl .u-icon__elem-regular, .u-icon-v4.u-icon-size--xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--xl { width: 6.42857rem; height: 6.42857rem; font-size: 2.85714rem; } .u-icon-v2.u-icon-size--xs, .u-icon-v2.u-icon-size--xs .u-icon__elem-regular, .u-icon-v2.u-icon-size--xs .u-icon__elem-hover, .u-icon-v3.u-icon-size--xs, .u-icon-v3.u-icon-size--xs .u-icon__elem-regular, .u-icon-v3.u-icon-size--xs .u-icon__elem-hover, .u-icon-v4.u-icon-size--xs .u-icon-v4-inner, .u-icon-v4.u-icon-size--xs .u-icon__elem-regular, .u-icon-v4.u-icon-size--xs .u-icon__elem-hover, .u-icon-v5.u-icon-size--xs { width: 2.14286rem; height: 2.14286rem; font-size: 0.92857rem; } .u-icon-v1 > i, .u-icon-v2 > i, .u-icon-v3 > i, .u-icon-v4 > span > i { position: relative; top: 50%; display: block; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 2; } .u-icon-v1, .u-icon-v2, .u-icon-v3, .u-icon-v4 { position: relative; display: inline-block; text-align: center; transition: all .2s ease-in-out; } .g-color-white { color: #fff !important; } .g-color-gray-dark-v2 { color: #333 !important; } .bg-light { background-color: #fff !important; } .g-color-white-opacity-0_8 { color: rgba(255, 255, 255, 0.8) !important; } .g-bg-gray-dark-v1 { background-color: #111 !important; } .g-bg-black-opacity-0_9 { background-color: rgba(0, 0, 0, 0.9) !important; } .g-absolute-centered--y { position: absolute !important; top: 50% !important; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-backface-visibility: hidden; } .g-right-0 { right: 0; } .g-pos-rel { position: relative !important; } .g-brd-white-opacity-0_1 { border-color: rgba(255, 255, 255, 0.1) !important; } @media only screen and (max-width: 500px) { .form-group { margin-bottom: 1rem !important; } .mat, .sen{ width: 100% !important; } .cel { padding-top: 25px; } .imagemhead{ background: url(img/backgroud.jpg); height: 250px; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } } .form-group { margin-bottom: 0px; } .conta .nav-link { display: block; padding: 0.5rem 1rem; background: #444; color: #fff; margin: 0.5px; } .conta .nav-link:hover { background: #333; } .conta .nav-pills .nav-link.active, .show > .nav-pills .nav-link { color: #fff; background-color: #222; } .conta .form-control { display: block; width: 100%; padding: 0rem 0.75rem; font-size: 1rem; line-height: 1.25; color: #495057; background-color: #fff; background-image: none; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } .conta .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-top: 10px; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-left: 0.3em solid transparent; position: absolute; right: 20px; /* padding: 48px; */ }
0.221014
0.085556
body { padding: 5px; padding-top: 5px; /* background-image: url(img/square.gif); */ background-repeat: repeat; background: #dfe9f6; } .center { position: absolute; top: 50%; left: 50%; margin-top: -50px; margin-left: -50px; } .expired-row .x-grid-cell { background-color: #ffe2e2; color: #900; } .go-row .x-grid-cell { background-color: #e2ffe2; color: #090; } .kuning-row .x-grid-cell { background-color: #ffa; color: #ff4500; } .x-statusbar .x-status-red{ background-color: #ffe2e2; color: #900; font-weight: bold; } .x-statusbar .x-status-green{ background-color: #e2ffe2; color: #090; font-weight: bold; } .x-statusbar .x-status-yellow{ background-color: #ffa; color: #ff4500; font-weight: bold; } .rowwrap .x-grid-cell-inner { white-space: normal; } /*.text-wrapper .x-form-display-field { height: auto; min-height: 10px; }*/ /* SUPPORT */ .support { position: relative; padding-left: 70px; } .support .icon { position: absolute; left: 0; top: 50%; margin-top: -27px; } .support .icon .blank-avatar { display: block; width: 50px; height: 55px; background-image: url(img/blank_avatar.jpg) !important; background-repeat: no-repeat; } .support .text { position: relative; } .support .text .title { display: inline-block; color: #2A5993; font-size: 20px; letter-spacing: normal; line-height: 25px; } .support .text .desc { font-weight: normal; font-size: 16px; } .icon-user { background-image: url(img/user.png) !important; } .icon-user-add { background-image: url(img/user_add.gif) !important; } .icon-user-edit { background-image: url(img/user_edit.png) !important; } .icon-saved { background-image: url(img/save.gif) !important; } .icon-save { background-image: url(img/saved.png) !important; } .icon-reset { background-image: url(img/stop.png) !important; } .icon-grid { background-image: url(img/grid.png) !important; } .icon-add { background-image: url(img/add.png) !important; } .icon-delete { background-image: url(img/delete.png) !important; } .icon-download { background-image: url(img/download.png) !important; } .icon-down{ background-image: url(img/hmenu-desc.png) !important; } .icon-edit { background-image: url(img/edit_task.png) !important; } .icon-exit { background-image: url(img/x.png) !important; } .icon-logout { background-image: url(img/logout.png) !important; } .icon-remove{ background-image: url(img/delete_task.png) !important; } .icon-refresh { background-image: url(img/refresh.gif) !important; } .icon-reset { background-image: url(img/table_refresh.png) !important; } .icon-preview { background-image: url(img/preview.png) !important; } .icon-print { background-image: url(img/printer.png) !important; } .icon-send { background-image: url(img/send_email.png) !important; } .icon-complete { background-image: url(img/show_complete.png) !important; } .icon-remove { background-image: url(img/delete_task.png) !important; } .icon-up{ background-image: url(img/hmenu-asc.png) !important; } .icon-copy { background-image: url(img/copy.png) !important; } .icon-key { background-image: url(img/key.png) !important; } .icon-closing { background-image: url(img/application_go.png) !important; } .icon-view { background-image: url(img/view.png) !important; } .icon-notif { background-image: url(img/notification.png) !important; } /* style rows on mouseover */ .x-grid-item-over .x-grid-cell-inner { font-weight: bold; } /* search on grid */ .x-livesearch-match { font-weight: bold; background-color: yellow; } .x-toolbar .x-form-cb-wrap { line-height: 22px; } .x-toolbar .x-form-checkbox { vertical-align: 0; } .x-form-text.fixed { display: inline; } #instructions ul li { list-style-type:disc; list-style-position:outside; font-size:12px; margin:0px 0px 0px 20px; } /* Using standard theme */ .ux-notification-window .x-window-body { text-align: left; font-size: 11px; padding: 10px; } /* Custom styling */ .ux-notification-light .x-window-header { background-color: transparent; } .ux-notification-light .x-window-body { text-align: left; padding: 15px 5px 20px 5px; background-color: transparent; border: 0px solid white; }
assets/css/form.css
body { padding: 5px; padding-top: 5px; /* background-image: url(img/square.gif); */ background-repeat: repeat; background: #dfe9f6; } .center { position: absolute; top: 50%; left: 50%; margin-top: -50px; margin-left: -50px; } .expired-row .x-grid-cell { background-color: #ffe2e2; color: #900; } .go-row .x-grid-cell { background-color: #e2ffe2; color: #090; } .kuning-row .x-grid-cell { background-color: #ffa; color: #ff4500; } .x-statusbar .x-status-red{ background-color: #ffe2e2; color: #900; font-weight: bold; } .x-statusbar .x-status-green{ background-color: #e2ffe2; color: #090; font-weight: bold; } .x-statusbar .x-status-yellow{ background-color: #ffa; color: #ff4500; font-weight: bold; } .rowwrap .x-grid-cell-inner { white-space: normal; } /*.text-wrapper .x-form-display-field { height: auto; min-height: 10px; }*/ /* SUPPORT */ .support { position: relative; padding-left: 70px; } .support .icon { position: absolute; left: 0; top: 50%; margin-top: -27px; } .support .icon .blank-avatar { display: block; width: 50px; height: 55px; background-image: url(img/blank_avatar.jpg) !important; background-repeat: no-repeat; } .support .text { position: relative; } .support .text .title { display: inline-block; color: #2A5993; font-size: 20px; letter-spacing: normal; line-height: 25px; } .support .text .desc { font-weight: normal; font-size: 16px; } .icon-user { background-image: url(img/user.png) !important; } .icon-user-add { background-image: url(img/user_add.gif) !important; } .icon-user-edit { background-image: url(img/user_edit.png) !important; } .icon-saved { background-image: url(img/save.gif) !important; } .icon-save { background-image: url(img/saved.png) !important; } .icon-reset { background-image: url(img/stop.png) !important; } .icon-grid { background-image: url(img/grid.png) !important; } .icon-add { background-image: url(img/add.png) !important; } .icon-delete { background-image: url(img/delete.png) !important; } .icon-download { background-image: url(img/download.png) !important; } .icon-down{ background-image: url(img/hmenu-desc.png) !important; } .icon-edit { background-image: url(img/edit_task.png) !important; } .icon-exit { background-image: url(img/x.png) !important; } .icon-logout { background-image: url(img/logout.png) !important; } .icon-remove{ background-image: url(img/delete_task.png) !important; } .icon-refresh { background-image: url(img/refresh.gif) !important; } .icon-reset { background-image: url(img/table_refresh.png) !important; } .icon-preview { background-image: url(img/preview.png) !important; } .icon-print { background-image: url(img/printer.png) !important; } .icon-send { background-image: url(img/send_email.png) !important; } .icon-complete { background-image: url(img/show_complete.png) !important; } .icon-remove { background-image: url(img/delete_task.png) !important; } .icon-up{ background-image: url(img/hmenu-asc.png) !important; } .icon-copy { background-image: url(img/copy.png) !important; } .icon-key { background-image: url(img/key.png) !important; } .icon-closing { background-image: url(img/application_go.png) !important; } .icon-view { background-image: url(img/view.png) !important; } .icon-notif { background-image: url(img/notification.png) !important; } /* style rows on mouseover */ .x-grid-item-over .x-grid-cell-inner { font-weight: bold; } /* search on grid */ .x-livesearch-match { font-weight: bold; background-color: yellow; } .x-toolbar .x-form-cb-wrap { line-height: 22px; } .x-toolbar .x-form-checkbox { vertical-align: 0; } .x-form-text.fixed { display: inline; } #instructions ul li { list-style-type:disc; list-style-position:outside; font-size:12px; margin:0px 0px 0px 20px; } /* Using standard theme */ .ux-notification-window .x-window-body { text-align: left; font-size: 11px; padding: 10px; } /* Custom styling */ .ux-notification-light .x-window-header { background-color: transparent; } .ux-notification-light .x-window-body { text-align: left; padding: 15px 5px 20px 5px; background-color: transparent; border: 0px solid white; }
0.413832
0.105441
* { box-sizing: border-box; margin: 0; padding: 0; } body { position: absolute; width: 100vw; height: -webkit-fill-available; min-height: 100vh; top: 0; left: 0; background-color: gainsboro; } .container { position: relative; width: 100vw; padding: 100px; margin: 0 auto; } .pill { width: max-content; height: auto; border: 1px solid black; margin: 100px auto 0px auto; padding: 20px; display: flex; transform: rotate(-20deg); filter: drop-shadow(2px 4px 6px black) drop-shadow(-20px 60px 30px rgba(0, 0, 0, 0.7)); box-shadow: 0px 0px 20px 20px lavenderblush; -webkit-filter: drop-shadow(2px 4px 6px black) drop-shadow(-20px 60px 30px rgba(0, 0, 0, 0.7)); -webkit-transform: rotate(-20deg); -moz-transform: rotate(-20deg); -ms-transform: rotate(-20deg); -o-transform: rotate(-20deg); } .pill .red-part, .pill .blue-part { display: inline-block; width: 250px; height: 150px; background-color: black; border: 3px solid black; } .pill .red-part { border-radius: 100px 0px 0px 100px; background: linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(234, 117, 117) 66%, rgb(255, 104, 104) 67%, rgb(220, 220, 220) 69%, rgba(255, 255, 255, 1) 71%, rgba(237, 237, 255, 1) 74%, rgb(255, 71, 71) 76%, rgb(255, 0, 0) 100%, rgb(255, 0, 0) 124%); -webkit-border-radius: 100px 0px 0px 100px; -moz-border-radius: 100px 0px 0px 100px; -ms-border-radius: 100px 0px 0px 100px; -o-border-radius: 100px 0px 0px 100px; } .pill .blue-part { border-radius: 0px 100px 100px 0px; background: linear-gradient(0deg, rgba(0, 0, 255, 1) 0%, rgba(115, 115, 255, 1) 66%, rgba(151, 151, 255, 1) 67%, rgba(208, 208, 255, 1) 69%, rgba(255, 255, 255, 1) 71%, rgba(237, 237, 255, 1) 74%, rgba(140, 140, 255, 1) 76%, rgba(0, 0, 255, 1) 100%, rgba(9, 9, 247, 1) 124%); -webkit-border-radius: 0px 100px 100px 0px; -moz-border-radius: 0px 100px 100px 0px; -ms-border-radius: 0px 100px 100px 0px; -o-border-radius: 0px 100px 100px 0px; } .pill .blue-part::before { position: relative; content: ''; display: inline-block; background: radial-gradient(circle, rgb(255, 255, 255) 3%, rgb(255, 255, 255) 9%, rgb(255, 255, 255) 23%, rgb(0, 0, 0) 29%, rgb(0, 0, 0) 100%); width: 100%; height: 100%; border-radius: 0px 100px 100px 0px; filter: opacity(0.1); background-position: 80px -45px; box-shadow: 0px 0px 0px 10px white, 3px -2px 0px 10px black; -webkit-filter: opacity(0.1); } .pill .red-part::before { position: relative; content: ''; display: inline-block; width: 100%; height: 100%; border-radius: 100px 0px 0px 100px; background: #ff00d4; filter: opacity(0.1); box-shadow: 0px 0px 0px 10px white, -3px 0px 0px 12px black; -webkit-filter: opacity(0.1); } @media(max-width: 700px) { .container { transform: scale(0.6); padding: 0; display: flex; justify-content: center; -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); } } @media(max-width: 375px) { .container { padding: 0; display: flex; justify-content: center; transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); } }
files/pill/style.css
* { box-sizing: border-box; margin: 0; padding: 0; } body { position: absolute; width: 100vw; height: -webkit-fill-available; min-height: 100vh; top: 0; left: 0; background-color: gainsboro; } .container { position: relative; width: 100vw; padding: 100px; margin: 0 auto; } .pill { width: max-content; height: auto; border: 1px solid black; margin: 100px auto 0px auto; padding: 20px; display: flex; transform: rotate(-20deg); filter: drop-shadow(2px 4px 6px black) drop-shadow(-20px 60px 30px rgba(0, 0, 0, 0.7)); box-shadow: 0px 0px 20px 20px lavenderblush; -webkit-filter: drop-shadow(2px 4px 6px black) drop-shadow(-20px 60px 30px rgba(0, 0, 0, 0.7)); -webkit-transform: rotate(-20deg); -moz-transform: rotate(-20deg); -ms-transform: rotate(-20deg); -o-transform: rotate(-20deg); } .pill .red-part, .pill .blue-part { display: inline-block; width: 250px; height: 150px; background-color: black; border: 3px solid black; } .pill .red-part { border-radius: 100px 0px 0px 100px; background: linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(234, 117, 117) 66%, rgb(255, 104, 104) 67%, rgb(220, 220, 220) 69%, rgba(255, 255, 255, 1) 71%, rgba(237, 237, 255, 1) 74%, rgb(255, 71, 71) 76%, rgb(255, 0, 0) 100%, rgb(255, 0, 0) 124%); -webkit-border-radius: 100px 0px 0px 100px; -moz-border-radius: 100px 0px 0px 100px; -ms-border-radius: 100px 0px 0px 100px; -o-border-radius: 100px 0px 0px 100px; } .pill .blue-part { border-radius: 0px 100px 100px 0px; background: linear-gradient(0deg, rgba(0, 0, 255, 1) 0%, rgba(115, 115, 255, 1) 66%, rgba(151, 151, 255, 1) 67%, rgba(208, 208, 255, 1) 69%, rgba(255, 255, 255, 1) 71%, rgba(237, 237, 255, 1) 74%, rgba(140, 140, 255, 1) 76%, rgba(0, 0, 255, 1) 100%, rgba(9, 9, 247, 1) 124%); -webkit-border-radius: 0px 100px 100px 0px; -moz-border-radius: 0px 100px 100px 0px; -ms-border-radius: 0px 100px 100px 0px; -o-border-radius: 0px 100px 100px 0px; } .pill .blue-part::before { position: relative; content: ''; display: inline-block; background: radial-gradient(circle, rgb(255, 255, 255) 3%, rgb(255, 255, 255) 9%, rgb(255, 255, 255) 23%, rgb(0, 0, 0) 29%, rgb(0, 0, 0) 100%); width: 100%; height: 100%; border-radius: 0px 100px 100px 0px; filter: opacity(0.1); background-position: 80px -45px; box-shadow: 0px 0px 0px 10px white, 3px -2px 0px 10px black; -webkit-filter: opacity(0.1); } .pill .red-part::before { position: relative; content: ''; display: inline-block; width: 100%; height: 100%; border-radius: 100px 0px 0px 100px; background: #ff00d4; filter: opacity(0.1); box-shadow: 0px 0px 0px 10px white, -3px 0px 0px 12px black; -webkit-filter: opacity(0.1); } @media(max-width: 700px) { .container { transform: scale(0.6); padding: 0; display: flex; justify-content: center; -webkit-transform: scale(0.6); -moz-transform: scale(0.6); -ms-transform: scale(0.6); -o-transform: scale(0.6); } } @media(max-width: 375px) { .container { padding: 0; display: flex; justify-content: center; transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); } }
0.482185
0.154535
.header-color { background: #093028; /* fallback for old browsers */ background: -webkit-linear-gradient(to bottom, #237A57, #093028); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to bottom, #237A57, #093028); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ color: black } .landing-grid { background: #093028; /* fallback for old browsers */ background: -webkit-linear-gradient(to top, #237A57, #093028); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to top, #237A57, #093028); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ text-align: center; position: fixed; top: 0; left: 0; width: 100%; height: 100% } .avatar-img { height: 200px; padding-top: 13em; } .banner-text { background-color: black; opacity: 7; width: 70%; margin: auto; border-radius: 10px } .banner-text h1 { font-size: 60px; font-weight: bold; color: white } .banner-text hr { border-top: 5px dotted white; width: 60%; margin: auto } .banner-text p { color: white; font-size: 20px; padding: 1em } .social-links { display: flex; justify-content: space-between; width: 50%; margin: auto } .social-links i { color: white; font-size: 5em; padding: 8px } .projects-grid { display: flex; justify-content: 'center'; align-items: 'center' } /* Resume Page */ .resume-grid { padding-top: 40px; width: 70% } .resume-right-col { padding-left: 80px } /* Contact Page */ .contact-body { margin: auto; position: fixed; width: 100%; height: 100%; justify-content: center; padding-top: 2em; } .contact-grid { text-align: center; justify-content: center; width: 80%; height: 550px; background: white; color: black; margin-bottom: 20px; } .contact-grid h2 { font-family: 'Russo One', sans-serif; } .contact-grid p { font-family: 'Alegreya', serif; font-weight: bold; } .contact-grid hr { border-top: 5px dotted black; padding-bottom: 20px; width: 50%; margin: auto } .contact-list i { font-size: 50px; padding-right: 3rem; }
src/App.css
.header-color { background: #093028; /* fallback for old browsers */ background: -webkit-linear-gradient(to bottom, #237A57, #093028); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to bottom, #237A57, #093028); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ color: black } .landing-grid { background: #093028; /* fallback for old browsers */ background: -webkit-linear-gradient(to top, #237A57, #093028); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to top, #237A57, #093028); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ text-align: center; position: fixed; top: 0; left: 0; width: 100%; height: 100% } .avatar-img { height: 200px; padding-top: 13em; } .banner-text { background-color: black; opacity: 7; width: 70%; margin: auto; border-radius: 10px } .banner-text h1 { font-size: 60px; font-weight: bold; color: white } .banner-text hr { border-top: 5px dotted white; width: 60%; margin: auto } .banner-text p { color: white; font-size: 20px; padding: 1em } .social-links { display: flex; justify-content: space-between; width: 50%; margin: auto } .social-links i { color: white; font-size: 5em; padding: 8px } .projects-grid { display: flex; justify-content: 'center'; align-items: 'center' } /* Resume Page */ .resume-grid { padding-top: 40px; width: 70% } .resume-right-col { padding-left: 80px } /* Contact Page */ .contact-body { margin: auto; position: fixed; width: 100%; height: 100%; justify-content: center; padding-top: 2em; } .contact-grid { text-align: center; justify-content: center; width: 80%; height: 550px; background: white; color: black; margin-bottom: 20px; } .contact-grid h2 { font-family: 'Russo One', sans-serif; } .contact-grid p { font-family: 'Alegreya', serif; font-weight: bold; } .contact-grid hr { border-top: 5px dotted black; padding-bottom: 20px; width: 50%; margin: auto } .contact-list i { font-size: 50px; padding-right: 3rem; }
0.286369
0.068537
================================================== 1. Global styles 2. Header Section / .header_topbar 3. Menu Section / .navigation 4. Slider Section / .slides_wrapper 5. About Section / .about-section 6. Service Section / .service-section 7. Call to action Section / .cta-section 8. Shop Section / .shop-section 9. Featured Product Section / .featured-product-section 10. Team Section / .team-section 11. Testimonial Section / .testi-section 12. Client Section / .client-section 13. Blog Section / .blog-section 14. Footer Section/ .footer-section [===== Single Page ===== ] 15. Single Page Header 15. About Page 16. Team page 17. Contact page 18. Service page 19. Single Service page 20. Gallery page 21. Shop Page 22. Single Product page 23. Cart Page 24. Checkout page 25. Login Page / My account 26. 404 / not found Page 27. Blog Page 28. Single Blog Page */ /*---------------------------------------------------- 1. Global styles ------------------------------------------------------*/ @import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Manrope:wght@400;500;600;700;800&display=swap'); @import url('fontawesome.min.css'); html { scroll-behavior: smooth; } body { background: #fff; color: #74787C; font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: normal; line-height: 30px; margin: 0; padding: 0; position: relative; } img { max-width: 100%; } /* === PARAGRAPH === */ p { margin: 0 0 10px; } b, strong { font-weight: 600; } /* === Headings === */ h1, h2, h3, h4, h5, h6 { color: #1A1A1A; font-family: 'Manrope', sans-serif; margin: 0 0 15px; padding: 0; transition: 0.3s; letter-spacing: -.5px; } h1 { font-size: 50px; line-height: 1.3; font-weight: 700; } h2 { font-size: 40px; line-height: 1.3; font-weight: 700; } h3 { font-size: 32px; line-height: 1.3; font-weight: 700; } h4 { font-size: 25px; line-height: 1.2; font-weight: 700; } h5 { font-size: 20px; line-height: 28px; } h6 { font-size: 18px; } /* ## End: Headings ## */ /* === Hyperlink === */ a { color: #303030; /*transition*/ -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; text-decoration: none; } a, a>* { cursor: pointer; outline: medium none; text-decoration: none; } a:focus, a:hover { outline: medium none; text-decoration: none; color: inherit; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; } ul { padding: 0; margin: 0; list-style-type: none; } /* === Hyperlink === */ .btn.btn-fill { background: #fff; } .btn.btn-fill { color: #000; } .btn { border-width: 1px; border-style: solid; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; cursor: pointer; padding: 10px 22px; display: inline-block; text-transform: uppercase; letter-spacing: 2px; position: relative; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; color: #fff; } section { background: #FFF; padding-top: 112px; padding-bottom: 120px; } .base-header { padding-bottom: 35px; width: 57%; margin: auto; text-align: center; } .base-header h2 { padding-bottom: 18px; position: relative; text-transform: capitalize; font-weight: 800; margin-bottom: 0px; font-size: 52px; color: #1A1A1A; margin-top: 12px; line-height: 62px; letter-spacing: -1.5px; } .base-header.base_header_left { width: 100%; text-align: left; padding-bottom: 40px; } .base-header.base_header_left .heading_small::after { display: none; } .base-header.base_header_left h2 { padding-bottom: 21px; } .heading_small { font-size: 20px; text-transform: capitalize; font-weight: 700; color: #E1B44F; position: relative; } .heading_small::before, .heading_small::after { position: absolute; content: ""; width: 40px; height: 3px; background: #E1B44F; left: -60px; top: 50%; } .heading_small::after { right: -55px; left: auto; } .base-header.base_header_left .heading_small::before { left: 0px; } .base-header.base_header_left .heading_small { padding-left: 60px; } /* Preloder Start */ .preloader { position: absolute; width: 100%; height: 100%; display: flex; justify-content: center; align-content: start; background: #181b20; z-index: 999999; align-items: baseline; gap: 6px; padding-top: 300px; } .loader { width: 6px; height: 60px; background: #E1B44F; display: inline-block; transform-origin: bottom center; animation: animate 1.5s ease-in-out infinite; } .loader1 { animation-delay: 0.1s; } .loader2 { animation-delay: 0.2s; } .loader3 { animation-delay: 0.3s; } .loader4 { animation-delay: 0.14; } .loader5 { animation-delay: 0.5s; } .loader6 { animation-delay: 0.6s; } .loader7 { animation-delay: 0.7s; } .loader8 { animation-delay: 0.8s; } @keyframes animate { 0% { transform: scaleY(0.1); background: #fff; } 50% { transform: scaleY(1); background: #E1B44F; } 100% { transform: scaleY(0.1); opacity: 0; visibility: hidden; } } .preloader.hidden { animation: fadeOut 1s; animation-fill-mode: forwards; } @keyframes fadeOut { 100% { opacity: 0; visibility: hidden; } } /* Preloder end */ .more-link:hover { color: #fff; } .more-link { vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; background: #E1B44F; border-radius: 6px; font-weight: 600; display: inline-block; font-size: 16px; padding: 14px 35px 14px 38px; color: #fff; text-transform: capitalize; letter-spacing: 0px; font-family: 'Manrope', sans-serif; } .more-link::after { top: 0; left: 0; content: ""; z-index: -4; width: 100%; height: 100%; visibility: hidden; position: absolute; -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleX(0); transform: scaleX(0); border-radius: 5px; background: #2b343b; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .more-link:hover::after { width: 100%; -webkit-transform: scale(1); transform: scale(1); visibility: visible; -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); } .more-link i { position: relative; top: -1px; font-size: 12px; margin-left: 0px; } .b_none { border: none !important; } .owl-prev, .owl-next { -webkit-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; position: absolute; top: 50%; margin-top: -25px; z-index: 99; width: 36px; height: 36px; line-height: 36px; text-align: center; color: #333; opacity: 0; } .owl-theme .owl-controls .owl-nav div { padding-right: 20px; } .owl-theme .owl-controls .owl-nav .owl-prev { left: 0px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .owl-theme .owl-controls .owl-nav .owl-next { right: 15px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .owl-nav { bottom: -50px; left: 0%; } .owl-prev { margin-left: 0; } .owl-nav div.owl-next { left: 60px; right: 20px; } .owl-nav div { color: #333; font-size: 19px; height: 50px; left: 0px; line-height: 36px; margin-top: -30px; opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; position: absolute; text-align: center; top: 50.5%; width: 50px; border-radius: 50%; padding-right: 0px !important; padding-top: 5px; } .owl-dot { display: inline-block !important; padding-left: 4px; padding-right: 4px; } .owl-dots { text-align: center; } .owl-dot span { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 50%; display: inline-block; display: inline-block; width: 16px; height: 16px; background: #E1B44F; border: 5px solid #ECE4E4; } .owl-dot.active span { background: #F7F7F7; /*! border-radius: 10px; */ /*! width: 20px; */ border: 5px solid #E1B44F; } /*---------------------------------------------------- 2. Header Section ------------------------------------------------------*/ /*----- Top bar -----*/ .header_topbar { background: #26292b; padding: 15px 0px; } .top-bar .header_top_left { padding: 0 0; } .header_socil { margin: 0 0 0 10px; float: right; } .header_socil li { padding-left: 1px; padding-right: 1px; } .header_socil li { font-size: 15px; margin: 0; position: relative; display: inline-block; text-align: center; } .header_socil li .fab { font-size: 15px; margin-left: 8px; color: #fff; } .header_socil li .fa:hover { color: #E1B44F; } .header_socil li:nth-child(1) i { margin-right: 5px; color: #E1B44F; } .header_socil li:nth-child(1) { border-right: 1px solid #ddd; padding-right: 20px; margin-right: 10px; line-height: 1; color: #fff; } .header_top_left { padding-left: 1px; float: left; } .header_topbar ul { margin-bottom: 0; text-align: left; margin-left: 43px; } .header_top_right ul { margin-left: 0px; } .header_top_right li { display: inline; padding-right: 20px; font-size: 15px; color: #fff; } .header_top_right li i { margin-right: 5px; color: #E1B44F; font-size: 15px; position: relative; top: 1px; } /*----- End : Top bar -----*/ .navigation .logo { float: left; position: relative; height: 73px; } .quick_lnk ul li::after{ content: unset !important; } .navigation .logo img { margin-top: 10px; max-width: inherit; } .logo img { max-width: inherit; width: 140px; } .widget.quick_lnk{ text-align: center; } .quick_lnk span{ width: 12px; height: 1px; margin-right: 5px; color: #E1B44F; font-size: 20px; } .logo { background: transparent !important; } /*---------------------------------------------------- 3. Menu Section / .navigation ------------------------------------------------------*/ .navigation { background-color: #fff; z-index: 999; position: relative; /*! border-top: 1px solid #eeeef4; */ position: sticky; top: 0px; box-shadow: 0 3px 6px rgba(54, 54, 54, 0.04); } #navigation ul li.active>a { color: #E1B44F; } .navigation #navigation { float: right; margin-right: -98px; } #navigation ul li .submenu-button::after { position: absolute; content: "\f067"; font-family: "Font Awesome 5 Pro"; font-size: 9px; top: 44px; right: 10px; color: #1A1A1A; font-weight: 400; transition: all 500ms ease; } #navigation ul li:hover .submenu-button:after { color: #E1B44F; } #navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button { margin: 0; padding: 0; border: 0; list-style: none; line-height: 14px; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #navigation:after, #navigation>ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } #navigation #menu-button { display: none; } #navigation>ul>li { float: left; margin-right: 0px; } #navigation li:hover>ul { padding-top: 0px; padding-bottom: 4px; background: #fff; } #navigation.align-center>ul { font-size: 0; text-align: center; } #navigation.align-center>ul>li { display: inline-block; float: none; } #navigation.align-center ul ul { text-align: left; } #navigation.align-right>ul>li { float: right; } #navigation>ul>li>a { padding: 42px 0px 42px 0px; font-size: 16px; letter-spacing: 0px; text-decoration: none; color: #1A1A1A; text-transform: capitalize; margin-right: -1px; font-family: 'Manrope', sans-serif; font-weight: 600; } #navigation>ul>li.has-sub>a { padding: 42px 0px 42px 0px; } .navigation #navigation ul li a { padding-right: 10px; padding-left: 15px; } .navigation #navigation ul li.has-sub a { padding-right: 20px; } .navigation #navigation ul li.active.has-sub .submenu-button::after { color: #E1B44F; } #navigation>ul>li.has-sub>a::before { position: absolute; right: 18px; font-family: FontAwesome; content: "\f107"; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; } #navigation>ul>li.has-sub>a::before { position: absolute; right: 14px; font-family: FontAwesome; content: "\f107"; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; display: none; } #navigation ul ul li.has-sub>a::before { position: absolute; top: 20px; right: 14px; display: block; width: 2px; height: 8px; background: #E1B44F; content: ''; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; } #navigation ul ul li.has-sub>a::after { position: absolute; top: 23px; right: 11px; width: 8px; height: 2px; display: block; background: #E1B44F; content: ''; } #navigation ul ul>li.has-sub:hover>a::before { top: 17px; height: 0; } #navigation>ul>li>.active { color: #E1B44F; } #navigation>ul>li:hover>a { color: #E1B44F !important; } #navigation ul ul { position: absolute; left: -9999px; } #navigation.align-right ul ul { text-align: right; } #navigation ul ul li { height: 0; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; } #navigation li:hover>ul { left: auto; } #navigation.align-right li:hover>ul { left: auto; right: 0; } #navigation li:hover>ul>li { height: 40px; } #navigation ul ul ul { margin-left: 100%; top: 0; } #navigation.align-right ul ul ul { margin-left: 0; margin-right: 100%; } #navigation ul ul li a { border-bottom: 1px solid #E1B44F; padding: 14px 10px 14px 20px; width: 220px; font-size: 16px; text-decoration: none; color: #1A1A1A; font-weight: 500; background: #fff; text-transform: capitalize; margin-left: 20px; border-left: 1px solid #f1f1f1; line-height: 13px; position: relative; font-family: 'Manrope', sans-serif; font-weight: 600; } #navigation ul ul li a::after { position: absolute; content: ""; height: 0px; width: 1px; left: 0px; background: #E1B44F; top: 0px; transition: .4s; } #navigation ul ul li:last-child>a, #navigation ul ul li.last-item>a { border-bottom: 0; } #navigation ul ul li:hover>a:after { color: #E1B44F; height: 42px; transition: .4s; } #navigation ul ul li a:hover { color: #E1B44F; } #navigation.small-screen { width: 100%; } #navigation.small-screen ul { width: 100%; display: none; } #navigation.small-screen.align-center>ul { text-align: left; } #navigation.small-screen ul:hover { background: transparent !important; } #navigation.small-screen li:hover>ul { background: transparent; } #navigation.small-screen ul>li { width: 100%; border-top: 1px solid rgba(120, 120, 120, 0.2); } #navigation.small-screen ul ul li, #navigation.small-screen li:hover>ul>li { height: auto; } #navigation.small-screen ul li a, #navigation.small-screen ul ul li a { width: 100%; border-bottom: 0; } #navigation.small-screen>ul>li { float: none; } #navigation.small-screen ul ul li a { padding-left: 15px; } #navigation.small-screen ul ul ul li a { padding-left: 35px; } #navigation.small-screen ul ul li a { color: #333; background: none; } #navigation.small-screen ul ul li a { border-left: 1px solid transparent; } #navigation.small-screen ul ul li:hover>a, #navigation.small-screen ul ul li.active>a { color: #E1B44F; } #navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul { position: relative; left: 0; width: 100%; margin: 0; text-align: left; } #navigation.small-screen>ul>li.has-sub>a:after, #navigation.small-screen>ul>li.has-sub>a:before, #navigation.small-screen ul ul>li.has-sub>a:after, #navigation.small-screen ul ul>li.has-sub>a:before { display: none; } #navigation.small-screen #menu-button { display: block; padding: 17px; color: #171818; cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: 700; } #navigation.small-screen #menu-button:after { position: absolute; top: 22px; right: 2px; display: block; height: 8px; width: 20px; border-top: 2px solid #000; border-bottom: 2px solid #000; content: ''; } #navigation.small-screen #menu-button:before { position: absolute; top: 16px; right: 2px; display: block; height: 2px; width: 20px; background: #000; content: ''; } #navigation.small-screen #menu-button.menu-opened:after { top: 23px; border: 0; height: 2px; width: 15px; background: #000; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } #navigation.small-screen #menu-button.menu-opened:before { top: 23px; background: #000; width: 15px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } #navigation.small-screen .submenu-button { position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid rgba(120, 120, 120, 0.2); height: 48px; width: 46px; cursor: pointer; } #navigation.small-screen .submenu-button.submenu-opened { background: transparent; } #navigation.small-screen ul ul .submenu-button { height: 35px; width: 35px; top: 8px; } #navigation.small-screen .submenu-button:after { position: absolute; top: 22px; right: 19px; width: 8px; height: 2px; display: block; background: #a28d8d; content: ''; } #navigation.small-screen ul ul .submenu-button:after { top: 15px; right: 13px; } #navigation.small-screen .submenu-button.submenu-opened:after { background: #a28d8d; } #navigation.small-screen .submenu-button:before { position: absolute; top: 19px; right: 22px; display: block; width: 2px; height: 8px; background: #a28d8d; content: ''; } #navigation.small-screen ul ul .submenu-button:before { top: 12px; right: 16px; } #navigation.small-screen .submenu-button.submenu-opened:before { display: none; } #navigation.small-screen.select-list { padding: 5px; } /*-----Navigationn end-----*/ /*----- Menu Search -----*/ /* Search css */ .nav-search { position: relative; display: block; color: inherit; } .nav-search:hover { color: inherit; } .search_wrp { width: 100%; height: 100%; overflow: hidden; display: none; position: fixed; top: 0; left: 0; z-index: 121; background: rgba(0, 0, 0, 0.9); } .search_wrp .search_frm { position: absolute; top: 50%; width: 100%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .search_wrp .search-field { width: 50%; margin: auto; position: relative; -webkit-animation: slideInUp 0.3s; animation: slideInUp 0.3s; } .search_wrp .header-search-input { width: 100%; height: 70px; border: 0; padding: 0 50px; text-transform: uppercase; background: transparent; font-size: 25px; color: #fff; border-bottom: 2px solid #898989; text-align: center; letter-spacing: 2px; } .search_wrp input.form-control, .search_wrp input.form-control:focus { background-color: #fff; } @keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } input.header-search-input::-webkit-input-placeholder { color: #fff; font-size: 25px; } input.header-search-input:-moz-placeholder { color: #fff; opacity: 1; font-size: 25px; } input.header-search-input::-moz-placeholder { color: #fff; opacity: 1; font-size: 25px; } input.header-search-input:-ms-input-placeholder { color: #fff; font-size: 25px; } .search_close { position: absolute; top: 50px; right: 50px; font-size: 30px; color: #fff; cursor: pointer; } /* Header Cart */ .header_cart { margin-top: 34px; text-align: right; } .header_cart ul { padding-right: 0px; padding-left: 30px; } .header_cart ul li { display: inline; margin-left: 4px; position: relative; } .header_cart li a { background: #E1B44F; border-radius: 50%; font-size: 13px; color: #fff; width: 33px; height: 33px; display: inline-block; text-align: center; line-height: 33px; } .header_cart li a:hover { background: #2b343b; color: #fff; } .cart_count { position: absolute; top: -14px; background: #fff; box-shadow: 1px 2px 8px #0d0b0b33; border-radius: 50%; height: 20px; width: 20px; text-align: center; line-height: 20px; right: 0px; margin-right: -2px; } .number_cart { position: absolute; top: -16px; background: #E1B44F; padding: 2px 6px; border-radius: 50%; color: #fff; line-height: 15px; right: -2px; } /*----- End :Menu Search -----*/ /*========= Sidebar =========*/ /* Sidebar body */ .cart_sidebar_info { padding: 0px; } .cart_sidebar_close-btn { float: right; } .cart_sidebar_close-btn i { color: #fff; font-size: 20px; margin-top: 10px; } .cart_sidebar_info.info-opened .info_inner { right: 0; display: flex; flex-direction: column; background: #1e1e20; padding: 35px 40px 0px; } .info_inner { position: fixed; right: -120%; top: 0; width: 350px; height: 100%; background: #F1F6FA; -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5); -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5); box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5); z-index: 999999999999; overflow: hidden; } /* Cart Items */ .cart-modal-body h2 { color: #fff; font-size: 22px; font-weight: 600; margin-bottom: 25px; } .cart-modal-product { display: grid; grid-template-columns: 95px 1fr; gap: 15px; margin-bottom: 20px; border-bottom: 1px solid #2b2f31; padding-bottom: 20px; align-items: center; } .cart-modal-product-wrap .cart-modal-product:last-child { border-bottom: 1px solid transparent; } .cart-modal-img img { width: 95px; border-radius: 50%; height: 95px; border: 2px dashed #343439; padding: 6px; } .cart-modal-content { color: #fff; } .cart-modal-content h4 { color: #fff; font-size: 18px; margin-bottom: 5px; line-height: 1.3; } .cart-modal-action { display: flex; justify-content: space-between; } .cart-modal-quantity { display: flex; } .cart-modal-quantity p { margin-bottom: 0px; } .cart-modal-delete i { color: #E1B44F; } .cart-modal-body { padding-top: 45px; } .cart-modal-total { display: flex; justify-content: space-between; margin-top: 23px; margin-bottom: 12px; } .cart-modal-total p { color: #fff; font-size: 20px; } .cart-modal-total h3 { color: #fff; font-weight: 500; font-size: 20px; } .cart-modal-button a { width: 269px; text-align: center; margin-top: 10px; } /* End: Cart Items */ .transition-3 { -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .body-overlay.opened { position: absolute; width: 100%; height: 140%; background: #000; top: 0; z-index: 99999999; opacity: .4; } /* Header Transparent CSS Start ----------------------------------------*/ .header-transparent { padding-bottom: 20px; } .top-bar-transparent { margin-bottom: 20px; } .header-transparent #navigation { margin-top: 5px; background-color: transparent; } .header-transparent #navigation>ul>li>a { padding: 10px 4px; border: transparent; color: #fff; } .header-top { border-bottom: 1px solid transparent; padding-top: 10px; padding-bottom: 10px; color: #fff; border-color: rgba(250, 250, 250, .2); } .header-transparent #navigation li a { color: #ffffff; background-color: transparent; border-left: transparent; border-right: transparent; padding: 14px 30px 14px 10px; } .header-transparent #navigation li ul li a { background-color: #446a73; padding: 18px 20px; } .header-transparent #navigation>ul>li.has-sub>a { padding-right: 30px; } .header-transparent #navigation li ul li a { border-bottom: 1px solid #375b63; } .header-top .top-nav ul li a { color: #fff; } .top-nav-collapse { background-color: rgba(18, 45, 52, .8); } #search-area-v2 { position: absolute; width: 100%; z-index: 1032; top: 48px; } #search-area-v2 .well-bg { background-color: #333; } .phone-img { margin-bottom: 60px; } /*Header Transparent CSS End ----------------------------------------*/ /* ---------------------------------------- 4. Slider Section / .slides_wrapper ----------------------------------------*/ .slide_bg_1 { background: #f0f0f0 url("../images/slider1.jpg") no-repeat scroll right center; } .slide_bg_2 { background: #f0f0f0 url("../images/slider2.jpg") no-repeat scroll right center; } .slide_bg_3 { background: #f0f0f0 url("../images/slider3.jpg") no-repeat scroll right center; } .single_slider { background-color: #dddd; background-position: center center; background-size: cover; color: #fff; font-size: 24px; height: 650px; } .single_slider .container { margin-top: -6px; text-align: left; } .slider_item_tb { display: table; height: 100%; width: 100%; } .slider_item_tbcell { display: table-cell; vertical-align: middle; } .slide_bg_2 .slider_item_tbcell { text-align: right; } .single_slider.slide_bg_2 .col-lg-6 { margin-left: 49.5%; } .slider_home_two .col-md-offset-3 { margin-left: 21%; } .slide_bg_2 .col-lg-7.col-xs-12 { margin-left: 21%; } .slider_home h2 { font-size: 70px; margin-bottom: 29px; font-weight: 700; text-transform: capitalize; line-height: 70px; color: #fff; margin-top: -8px; text-shadow: rgb(98, 87, 87) 0px 0px 3px; } .slider_home h2 span { display: block; } .slider_home h5 { font-size: 20px; margin-bottom: 35px; font-weight: 600; color: #E1B44F; position: relative; display: inline-block; padding: 0px 41px; font-family: 'DM Sans', sans-serif; text-transform: capitalize; letter-spacing: 1px; } .slider_home h5::before { position: absolute; content: ""; background-color: #E1B44F; width: 20px; height: 1px; bottom: 18px; left: 0px; margin-left: 0px; border-radius: 136px; margin-bottom: -6px; } .slider_home h5::after { position: absolute; content: ""; background-color: #E1B44F; width: 20px; height: 1px; bottom: 18px; right: 0px; margin-right: 0px; border-radius: 136px; margin-bottom: -6px; } .slide_bg_2 h5 { padding-right: 33px; } .slide_bg_2 h5::after { left: 98%; } .slider_home h2 .slide_st1 { color: #2c2c2c; font-weight: 700; } .slider_home p { color: #61657a; font-size: 15px; } .slider_btn a { margin-top: 20px; } .slider_btn_one { margin-right: 0px; } .slider_btn_two { margin-left: 15px; color: #fff; border: 2px solid #bec4c8; background: transparent; padding: 12px 35px 12px 38px; } .slider_btn_two.more-link::after { background: #E1B44F; } .slider_btn_one:hover { color: #fff; } .slider_btn_two:hover { color: #fff; border: 2px solid #E1B44F; transition: 1s; } .slides_wrapper { position: relative; } .slides__preload_wrapper { background: #E1B44F none repeat scroll 0 0; height: 100%; left: 0; position: absolute; width: 100%; z-index: 999; } .slides__preload_wrapper .spinner { left: 50%; margin: -20px 0 0 -20px; position: absolute; top: 50%; } /* Carousel Nav -------------------------------------*/ .slider_home .owl-controls { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; max-width: 1140px; position: relative; } .slider_home .owl-nav div.owl-next { left: auto !important; right: 15px !important; } .slider_home .owl-nav div.owl-prev { right: 60px; left: auto !important; } .slider_home .owl-nav div { color: #fff; font-size: 13px; height: 35px; left: 20px !important; line-height: 24px; margin-top: -71px; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; position: absolute; text-align: center; top: 100%; width: 35px; border-radius: 5px; padding-right: 0px !important; padding-top: 5px; background: transparent; border: 1px solid #E1B44F; } .slider_home .owl-nav div:hover { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; background: #E1B44F !important; color: #fff; z-index: 99999; } .slider_home .owl-prev .icon-glyph-229::before { transform: rotate(-180deg); left: -2px; position: relative; top: 1px; } .slider_home .owl-next .icon-glyph-229::before { left: 3px; position: relative; } /* Carousel Dots -------------------------------------*/ .slider_home .owl-dots { position: absolute; margin-top: -67px; margin-left: -21px; } .slider_home.owl-theme .owl-dots .owl-dot span { width: 18px; height: 18px; margin: 5px 0px; background: #E1B44F; display: block; -webkit-backface-visibility: visible; -webkit-transition: opacity 200ms ease; -moz-transition: opacity 200ms ease; -ms-transition: opacity 200ms ease; -o-transition: opacity 200ms ease; transition: opacity 200ms ease; border: 1px solid transparent; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 0px; border-radius: 50%; border: 6px solid #FFFDFA; } .slider_home.owl-theme .owl-dot.active span { background: #FFFDFA; /*! width: 15px; */ /*! height: 8px; */ /*! border-radius: 7px; */ border: 6px solid #E1B44F; } .slider_home.owl-theme .owl-dots .owl-dot { position: relative; display: inline-block; } /*---------------------------------------------------- 5. About Section / .about-section ------------------------------------------------------*/ .about-section { padding-top: 119px; } .about-section .base-header.base_header_left { padding-bottom: 0px; padding-right: 40px; } .about-section .base-header h2 { padding-bottom: 31px; } .about_list { position: relative; margin-top: 24px; } .about_list i { position: absolute; top: 3px; font-size: 60px; color: #E1B44F; } .about_list img { position: absolute; top: 3px; font-size: 60px; color: #E1B44F; width: 90px !important; } .about_list p { padding-left: 120px; } .about-section .more-link { margin-top: 33px; background: transparent; border: 2px solid #C6C6C6; color: #1A1A1A; padding: 12px 35px 12px 38px; } .about-section .more-link:hover { color: #fff; border: 2px solid #2b343b; transition: .9s; } .about-section img { width: 100%; /*! margin-top: 50px */ } #img_hvr { transition: .4s; } #img_hvr:hover { transition: .4s; } /*---------------------------------------------------- 6. Service Section / .service-section ------------------------------------------------------*/ .service-section { background: #f7f7f7; } .service-section .base-header { padding-bottom: 97px; } .service-item { background: #fff; padding: 70px 50px 50px; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; text-align: left; position: relative; margin-top: 0px; border-radius: 10px; text-align: left; position: relative; } .service-item .icon-serv { text-align: center; overflow: hidden; border-radius: 50%; background: #fff; position: relative; height: 120px; width: 120px; margin-top: -130px; margin-bottom: 34px; box-shadow: 0px 0px 60px 0px rgb(218, 218, 218); z-index: 99; } .service-item .icon-serv i { font-size: 50px; color: #E1B44F; line-height: 120px; } .icon-serv:after { position: absolute; width: 100%; height: 100%; background: #6382f7; left: 0%; } .service-item h4 { font-size: 22px; margin-bottom: 12px; line-height: 28px; z-index: 9; position: relative; } .service-item p { z-index: 9; position: relative; } .ser-link { background: #fff; width: 45px; height: 45px; display: inline-block; text-align: center; line-height: 45px; border-radius: 5px; font-size: 14px; color: #E1B44F; box-shadow: 0px 0px 60px 0px rgb(218, 218, 218); z-index: 9; position: relative; margin-top: 22px; } .service-item::after { position: absolute; content: ""; top: 0; left: 0%; height: 100%; width: 0%; background-size: cover; background-repeat: no-repeat; transition: all 0.6s ease; opacity: 0; z-index: 1; background: url("../images/service_hover.jpg"); border-radius: 10px; } .service-item:hover::after { left: 0%; opacity: 1; width: 100%; } .service-item:hover p, .service-item:hover h4 { color: #fff; } /*================================================ 7. Call to action Section / .cta-section ==================================================*/ .cta-section { background: url(../images/cta_bg.png); background-attachment: fixed; } .cta-wrap { text-align: center; width: 100%; } .cta-wrap .base-header { padding-bottom: 18px; } .cta-wrap .heading_small { display: inline-block; } .cta-wrap h2 span { display: block; } .cta-wrap h2 { font-size: 55px; color: #fff; margin-bottom: 54px; line-height: 62.5px; } /*---------------------------------------------------- 8. Shop Section / .shop-section ------------------------------------------------------*/ .shop-section { background: #F7F7F7; padding-bottom: 110px; } .product-wrap { background: rgb(255, 255, 255); padding: 0px 0px 0px; border-radius: 5px; box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.01); margin-bottom: 55px; transition: .3s; } .product-img { position: relative; overflow: hidden; } .product-img img { position: relative; border-radius: 5px; transition: all 0.5s ease; transform: scale(1); margin: auto; display: block; width: auto !important; } .product-wrap:hover .product-img img { transition: all 0.5s ease; transform: scale(1.1); } .prod_badges, .prod_love { position: absolute; left: 0px; top: 15px; } .prod_love { right: 0px; left: auto; } .prod_badges .sale { display: block; background: #E1B44F; color: #fff; line-height: 16px; font-size: 12px; font-weight: 500; padding: 2px 7px 1px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; margin-bottom: 5px; } .prod_badges .new { background: #111; color: #fff; line-height: 16px; font-size: 12px; font-weight: 500; padding: 2px 7px 1px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; text-transform: uppercase; } .prod_love a { background: #ece9e9; width: 40px; height: 40px; border-radius: 50%; font-size: 15px; display: block; text-align: center; line-height: 41px; margin-bottom: 10px; margin-right: 15px; } .prod_love .view-icon, .prod_love .fav-icon { opacity: 0; visibility: hidden; transition: .3s; position: relative; top: 20px; } .product-wrap:hover .fav-icon { opacity: 1; visibility: visible; transition: .3s; top: 0px; } .product-wrap:hover .view-icon { opacity: 1; visibility: visible; transition: .5s; top: 0px; } .prod_love a:hover { color: #fff; background: #E1B44F; } .product-wrap .more-link { position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); opacity: 0; padding: 2px 25px 2px 25px; font-size: 14px; border-radius: 2px; width: 70%; text-align: center; border: 2px solid transparent; } .product-wrap .more-link:hover { border: 2px solid #2b343b; } .product-wrap:hover .more-link { opacity: 1; } .product-info { text-align: center; position: relative; padding-bottom: 20px; } .prod_rating i { color: #f3ed2d; font-size: 12px; } p.prod_price .old { text-decoration: line-through; margin-left: 7px; color: #74787C; } p.prod_price { font-size: 15px; color: #222; font-weight: 500; } .product-info h4 { font-size: 20px; margin-bottom: 5px; margin-top: 3px; letter-spacing: -.3px; } .product-info a { margin-bottom: -19px; margin-top: 15px; } .shop-section .owl-dots { margin-top: -9px; } /*=============================================================== 9. Featured Product Section / .featured-product-section ===================================================================*/ .featured-product-section { padding-bottom: 0px; margin-bottom: -2px; } .featured-product-section .container-fluid { padding-left: 0px; } .featured-product-section .container-fluid>.row { background-color: #f7f7f7; background-image: url(../images/shape1.png); background-position: center right; background-repeat: no-repeat; } .featured-product-section .base-header { width: 100%; } .featured-product-section .fea-img-carousel { background-color: transparent; background-image: linear-gradient(90deg, #fff 32%, #f7f7f7 32%); padding: 120px 0px; padding-right: 50px; } .featured-container { max-width: 723px; width: 100%; } .fea-img { background: url(../images/featured-product.jpg); height: 667px; background-size: cover; background-position: right center; border-radius: 0px 5px 5px 0px; } /* Iteam */ .fea-product-item { background: #fff; padding: 30px 30px 24px; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; margin-bottom: 15px; text-align: left; position: relative; margin-top: 15px; /*! border-bottom-left-radius: 10px; */ /*! border-bottom-right-radius: 10px; */ border-top: 2px solid #E1B44F; position: relative; position: relative; z-index: 1; overflow: hidden; border-radius: 10px; } .fea-product-item:after { background: url(../images/featured-item-bg.jpg); position: absolute; content: ""; width: 107%; height: 100%; top: 0px; left: 0px; z-index: -1; visibility: hidden; opacity: 0; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; transform: scale(1.5); } .fea-product-item:hover:after { visibility: visible; opacity: 1; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; transform: scale(1); } .fea-product-item:hover .fea-text h4, .fea-product-item:hover .fea-text p, .fea-product-item:hover .fea-text ul li { color: #fff; } .fea-icon i { background: #E1B44F; width: 60px; height: 60px; font-size: 30px; color: #fff; text-align: center; line-height: 60px; display: block; border-radius: 5px; } .fea-text h4 { font-size: 22px; margin-top: 26px; margin-bottom: 12px; } .fea-text p { margin-bottom: 12px; } .fea-text ul li { margin-top: 5px; color: #6f6e6e; font-size: 18px; } .fea-text ul li i { color: #E1B44F; margin-right: 5px; } /* featured Nav*/ .fea-img-carousel .owl-nav div { top: 100%; font-size: 17px; left: auto; color: #fff; margin-top: -160px; background: #E1B44F; opacity: 1; border-radius: 0px; width: 40px; height: 40px; line-height: 29px; margin-right: -5px; } .fea-img-carousel .owl-nav .owl-prev { right: 55px !important; left: auto !important; } .fea-img-carousel .owl-nav div:hover { opacity: .8; } /*---------------------------------------------------- 10. Team Section / .team-section ------------------------------------------------------*/ .team-section { background: url(../images/team_bg.jpg); } .team-section .col-sm-12 { transition: .3s; } .team-section .col-sm-12:hover { transition: .3s; position: relative; transform: translateY(-10px); } .team-info { background: #fff; text-align: center; padding: 40px 15px 25px; position: relative; border-radius: 0px 0px 10px 10px; } .team-img img { border-top-left-radius: 10px; border-top-right-radius: 10px; } .team-social ul li { display: inline-block; margin: 0px 1px; } .team-social { text-align: center; margin-top: -10px; margin-top: -57px; margin-bottom: 15px; } .team-info h4 { font-size: 22px; margin-bottom: 0px; } .team-social ul li a { background: #E1B44F; color: #fff; width: 35px; height: 35px; line-height: 35px; border-radius: 40px; font-size: 15px; } .team-social ul li:hover a { background: #fff; color: #E1B44F; -webkit-animation: pulsePrimary 1s 1 ease-in-out; animation: pulsePrimary 1s 1 ease-in-out; } .team-info p { margin: 0px; } /* Animation */ @-webkit-keyframes pulsePrimary { 0% { -webkit-box-shadow: 0 0 0 0 rgba(255, 69, 0, 0.4); box-shadow: 0 0 0 0 rgba(255, 69, 0, 0.4); } 70% { -webkit-box-shadow: 0 0 0 20px rgba(255, 69, 0, 0); box-shadow: 0 0 0 20px rgba(255, 69, 0, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(255, 69, 0, 0); box-shadow: 0 0 0 0 rgba(255, 69, 0, 0); } } /*---------------------------------------------------- 11. Testimonial Section / .testi-section ------------------------------------------------------*/ .testimonial-section { padding-top: 112px; padding-bottom: 82px; } .testimonial-section .base-header { width: 100%; text-align: left; padding-left: 20px; padding-bottom: 30px; } .testimonial-section .heading_watermark { left: -15px; } .testi_wrp { padding: 15px 0px 40px 20px; margin-bottom: 0px; border-radius: 40px 0px 0px; overflow: hidden; } .testi_info { position: relative; } .testi_info:after { position: absolute; top: 0px; font-size: 52px; color: #E1B44F; margin-top: -7px; z-index: -9; left: 0px; margin-left: 0px; content: '\f10d'; font-family: "Font Awesome 5 Pro"; } .testi_info p { font-size: 20px; line-height: 32px; margin-bottom: 26px; padding-top: 51px; } .testi_img { position: relative; } .testi_img::after { position: absolute; background: #E1B44F; width: 90px; height: 95px; content: ""; left: -4px; top: 0px; border-radius: 50%; z-index: -9; } .testi_img img { width: 90px !important; border-radius: 50%; margin-right: 15px; float: left; overflow: hidden; } .testi_wrp h4 { display: inline-block; font-size: 22px; position: relative; top: 16px; line-height: 32px; ; } .testi_wrp h4 span { display: block; font-size: 16px; color: #74787C; margin-top: -4px; margin-bottom: 0px; font-weight: 400; font-family: 'DM Sans', sans-serif; } .testi_sing_img img:nth-child(3) { left: 0px; width: 160px; top: 0px; margin-top: 15px; } .testi_sing_img img:nth-child(2) { width: 100px; left: 0px; top: 0px; margin-top: -110px; margin-left: 95px; } .testi_sing_img img:nth-child(4) { width: 135px; top: 0px; margin-top: 180px; left: 0px; margin-left: 60px; } .testi_sing_img { position: relative; /*! margin-top: 50px; */ } /* Testimonial Nav*/ .testimonial-section .owl-nav div { top: 100%; font-size: 17px; left: auto; color: #fff; margin-top: -103px; background: #E1B44F; opacity: 1; border-radius: 5px; width: 40px; height: 40px; line-height: 30px !important; } .testimonial-section .owl-nav .owl-prev { right: 62px !important; left: auto !important; } .testimonial-section .owl-nav div:hover { opacity: .8; } /*---------------------------------------------------- 12. Client Section / .client-section ------------------------------------------------------*/ .client-section { padding-top: 0px; padding-bottom: 120px; } .client-section .client-box img { width: 160px; margin: auto; } .client-section .client-box:hover { opacity: 1; transition: .4s; } .client-box { text-align: center; opacity: .8; transition: .4s; } .client-box h5 { font-weight: 700; font-size: 16px; margin-bottom: 0px; } /*================================================ 13. Blog Section ==================================================*/ .blog-section { background: #F7F7F7; } .blog_info { background: #fff; padding: 32px 35px 30px 35px; position: relative; z-index: 9; border-radius: 0px 0px 10px 10px; } .blog_info h4 { margin-bottom: 8px; text-transform: capitalize; font-size: 22px; line-height: 32px; } .blog_info p { margin-top: 0px; border-bottom: 1px solid #f0eaea; padding-bottom: 15px; margin-bottom: 13px; } .blog_info h4:hover { color: #E1B44F; } .blog_date { display: inline-block; font-size: 15px; color: #74787C; } .blog_date span i { margin-right: 5px; font-size: 13px; position: relative; top: -1px; } .blog_read a { color: #74787C; text-transform: capitalize; font-size: 16px; font-family: 'Manrope', sans-serif; font-weight: 400; } .blog_read { float: right; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .blog_read i { margin-left: 4px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; position: relative; top: -1px; color: #9a9a9a; font-size: 13px; } .blog_read:hover i { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; opacity: 1; transform: translateX(5px); position: relative; margin-left: 5px; color: #E1B44F; } .blog_read:hover a { color: #E1B44F; } .blog_img img { height: auto; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; border-radius: 10px 10px 0px 0px; } .blog_img { overflow: hidden; position: relative; } .blog_wrp:hover .blog_img img { transform: scale(1.1) rotate(3deg); -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .blog_wrp { overflow: hidden; } /*---------------------------------------------------- 14. Footer Section/ .footer-section ------------------------------------------------------*/ .footer-section.footer_home { padding-top: 285px; margin-top: -300px; } .footer-section { float: left; width: 100%; padding: 75px 0 0 0; color: #fff; background: #1e1e20 url(../images/footer-bg.png); } .footer-section .container { position: relative; } .footer-section .widget { padding-bottom: 0px; margin-bottom: 17px; padding: 0px; background: transparent; position: relative; } .footer-section .widget h5 { color: #fffcf4; text-transform: capitalize; font-size: 20px; margin-bottom: 32px; font-weight: 700; } .footer-section .widget h3 { color: #fff; font-weight: 900; letter-spacing: 3px; margin-bottom: 25px; } .footer-section .widget p { color: #d5d5d5; margin-top: 21px; float: left; margin-bottom: 16px; } .footer-section .widget img { margin-top: 3px; } .footer_contact { overflow: hidden; width: 100%; } .footer_contact_address { margin-bottom: 10px; } .footer-contact-icon { float: left; margin-right: 15px; } .footer-contact-icon i { color: #E1B44F; font-size: 18px; } .footer_contact span { font-weight: 500; color: #d5d5d5; } .footer_soc { margin-bottom: 15px; } .footer_socil .list-icons { padding-left: 0; list-style: none; } .footer_socil .list-icons li { float: left; margin-left: 6px; } .footer_socil .list-icons li a { color: #d5d5d5; font-size: 18px; padding-right: 7px; } .footer_socil .list-icons li a:hover { color: #E1B44F; text-decoration: underline; } .quick_lnk ul li { list-style: none; padding-bottom: 12px; padding-left: 20px; } .quick_lnk ul li::after { position: absolute; content: ">"; left: 0; width: 12px; height: 1px; margin-top: 0px; color: #E1B44F; } .quick_lnk ul li a { color: #d5d5d5; } footer .quick_lnk li a:hover { color: #E1B44F; text-decoration: underline; } ul.footer_recent_blog { margin-top: 37px; } .footer_recent_blog li { border-bottom: 1px solid #303235; padding-bottom: 18px; margin-bottom: 13px; overflow: hidden; } .footer_recent_blog li:last-child { padding-bottom: 0px; margin-bottom: 0px; border-bottom: 1px solid transparent; } .footer_recent_blog img { width: 88px; float: left; margin-right: 15px; overflow: hidden; height: 80px; } .footer_recent_blog .post_cont { overflow: hidden; display: block; } .post-date { color: #7d7d7d; } .footer_recent_blog .post_cont i { margin-right: 7px; color: #E1B44F; font-size: 14px; } .footer_recent_blog .post_cont a span { margin-top: 5px; line-height: 23px; color: #d5d5d5; overflow: hidden; display: block; font-family: 'Manrope', sans-serif; font-weight: 700; } .footer_recent_blog .post_cont a span:hover { color: #E1B44F; } .footer-section .email_field { background: #383840; box-shadow: none; border: none; color: #ddd; line-height: 45px; padding-left: 18px; width: 100%; margin-top: 5px; border: 1px solid transparent; border-radius: 3px; outline: none; } .footer-section .email_field:focus { border: 1px solid #E1B44F; } .news_letter_wrp p { margin-top: -2px !important; } .news_letter_wrp form { position: relative; overflow: hidden; display: block; width: 100%; } .news_letter_wrp .submit-contact { height: 38px; line-height: 35px; border-radius: 2px; font-size: 20px; background: #E1B44F; border: transparent; color: #fff; position: absolute; right: 6px; margin-top: 11px; padding: 0px 10px; top: 0px; width: 40px; } .news_letter_wrp .submit-contact i { font-size: 15px; font-weight: bold; } .subfooter_wrap { display: flex; justify-content: space-between; padding: 35px 0px; color: #bababa; margin-top: 55px; position: relative; border-top: 1px solid #282a2d; } .subfooter p { color: #A2A4A6; margin: 0px; text-transform: capitalize; text-align: left; display: inline; float: left; } .subfooter p a { color: #E1B44F; } .scrollup { position: fixed; right: 10px; bottom: 10px; background: #E1B44F; font-size: 19px; color: #fff; cursor: pointer; z-index: 999; border: 1px solid transparent; border-radius: 5px; width: 44px; height: 44px; text-align: center; line-height: 43px; } .scrollup a { color: #fff; } .scrollup a:hover { color: #fff; } .scrollup .icon-glyph-266::before { transform: rotate(180deg); } /*---------------------------------------------------- 15. Single Page Header/ Single Page ------------------------------------------------------*/ /* Breadcrumb Section ================================= */ .breadcrumb-section { background: transparent url("../images/slider1.jpg"); color: #FFF; box-sizing: border-box; height: 400px; background-repeat: no-repeat; width: 100%; background-attachment: fixed; position: relative; text-align: center; color: #fff; } .breadcrumb-section .container { position: relative; z-index: 10; } .breadcrumb-section .col-sm-12 { height: 400px; display: grid; place-content: center; grid-template-columns: 1fr; text-align: left; } .breadcrumb-section p { color: #333; text-transform: uppercase; font-size: 15px; letter-spacing: .5px; font-weight: 400; margin-top: 10px; margin-top: auto; position: absolute; bottom: 0px; right: 15px; background: #effcfa; padding: 15px 24px 13px; margin-bottom: 0px; border-radius: 5px 5px 0px 0px; } .breadcrumb-section p>i { font-size: 12px; position: relative; top: -1px; margin-right: 0px; margin-left: 1px; font-weight: 500; } .breadcrumb-section p a { color: #1A1A1A; } .breadcrumb-section p a i { font-size: 14px; position: relative; top: -1px; margin-right: -2px; } .breadcrumb-section h3 { color: #fff; text-transform: capitalize; font-size: 55px; font-weight: 800; margin-bottom: 0px; } .breadcrumb-section p a:hover { color: #E1B44F; } /*---------------------------------------------------- 15. About Page ------------------------------------------------------*/ .about-pg-about { background: #F7F7F7; padding-bottom: 100px; } .history-section { margin-top: 120px; } .history-section .tab-content { margin-left: 4px; } .history-section .base-header h2 { margin-top: -12px; } .history-section .nav-pills .nav-link { height: 100px; cursor: pointer; position: relative; display: flex; align-items: center; justify-content: flex-end; margin-bottom: 20px; background: url(../images/blog1.jpg); background-size: cover; background-position: center; transition: 0.5s; color: #fff; z-index: 9; font-size: 20px; text-transform: uppercase; padding-right: 40px; border-radius: 10px; } .history-section .nav-pills .nav-link::before { position: absolute; content: "\f30b"; font-family: "Font Awesome 5 Pro"; right: 34px; margin-top: 1px; opacity: 0; font-size: 18px; } .history-section .nav-pills .nav-link:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(41, 41, 41, .93); transition: 0.5s; z-index: -1; border-radius: 10px; } .history-section .nav-pills .nav-link:hover { padding-right: 60px; } .history-section .nav-pills .nav-link:hover:before { opacity: 1; } .history-section .nav-pills .nav-link:hover:after { background-color: rgba(225, 180, 79, 0.91); } .history-section .nav-pills .nav-link:hover { background-position: top; } /* Active */ .history-section .nav-pills .nav-link.active { padding-right: 60px; } .history-section .nav-pills .nav-link.active:before { opacity: 1; } .history-section .nav-pills .nav-link.active:after { background-color: rgba(225, 180, 79, 0.91); } .history-section .nav-pills .nav-link.active { background-position: top; } /* ================================= 16. Team page ================================= */ .team-pg-team { background: #effcfa; padding-bottom: 90px; } .team-pg-team .col-sm-12 { transition: .3s; margin-bottom: 30px; } /* ================================= 17. Contact page ================================= */ .contact_pg_contact { padding: 120px 0px; background: #fff; } .contact_pg_contact .contact-form { padding-right: 20px; } .contact_pg_contact .contact_wrp { padding: 0px; background: transparent; position: relative; } .map-container iframe { width: 100%; height: 408px; border: none; margin-bottom: -10px; margin-top: 120px; filter: grayscale(1); } .contact_pg_address { margin-top: -32px; } .contact_pg_address h3 { margin-bottom: 27px; font-size: 32px; letter-spacing: 0px; line-height: 38px; margin-top: -2px; font-weight: 500; } .single_con_add span { margin: 0; margin-top: -7px; font-weight: 400; } .single_con_add h4 { font-size: 16px; } .contact_pg_address .single_con_add { overflow: hidden; margin-bottom: 0px; margin-top: 8px; padding: 10px 0px; } .contact_pg_address .single_con_add a { display: block; float: left; color: #515050; margin-top: 6px; } .contact_pg_address .single_con_add a i { font-size: 20px; margin-top: -11px; color: #E1B44F; border-radius: 50%; margin-right: 20px; background: #e4f3f0; width: 55px; height: 55px; line-height: 55px; display: inline-block; text-align: center; } .contact_pg_address .single_con_add a i:hover { color: #fff; background: #E1B44F; } .contact_pg_address .single_con_add span { display: block; padding-left: 45px; } .contact-form-warper .con-field { width: 100%; line-height: 60px; margin-bottom: 30px; background: transparent; padding: 0px 25px; border: 1px solid #e6d8d8; border-radius: 3px; color: #282828; border: 1px solid transparent; outline: none; background: #e4f3f0; } .contact_pg_contact .contact-form-warper #message { height: 165px; } .contact-form-warper label { width: 100%; margin-bottom: 0px; position: relative; } .contact_pg_contact .contact-form-warper i { color: #E1B44F; } .contact-form-warper i { position: absolute; right: 20px; color: #fff; margin-top: -23px; top: 50%; } .contact_col_right i { top: 45px; } .contact_pg_contact .contact-form-warper #submit-contact:hover { background: #262c33; color: #fff; } .contact_col_right { float: right; } .contact_col_left { float: left; } .contact_col_full { text-align: center; } .contact-form-warper #submit-contact { background: #E1B44F; padding: 22px 35px; line-height: 13px; text-align: center; text-transform: capitalize; border: none; color: #fff; font-size: 16px; margin-top: 0px; border-radius: 3px; font-weight: 600; letter-spacing: 0px; font-family: 'Manrope', sans-serif; float: left; } /* ================================= 18. Service page ================================= */ .service-pg-service { padding-bottom: 30px; } .service-pg-service .service-item { margin-bottom: 90px; } /* ================================= 19. Single Service page ================================= */ .single_service { padding: 120px 0px; } .single_service .row .col-lg-8 { order: 1; } .single_service_left p { margin-bottom: 20px; } .service_detail_bottom .service_botom_text { padding-right: 15px; } .single_service_left img { -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .single_service_left img:hover { -webkit-transform: scale3d(1.01, 1.01, 1); transform: scale3d(1.01, 1.01, 1); -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .single_service_left { overflow: hidden; } .service_detail_bottom h4 { margin-top: 50px; margin-bottom: 20px; } .service_detail_bottom .service_botom_text1 { padding-left: 15px; } .single_service_right { padding-left: 0px; border-radius: 5px; } .single_service .service_botom_text, .single_service .service_botom_text1 { margin-top: 12px; } .single_service .service_botom_text1 { margin-top: 20px; } .single_service_left_botom .sing_service_item .icon-serv { margin-top: 0px; margin-bottom: 25px; } .single_service_left_botom .sing_service_item .icon-serv i { color: #E1B44F; font-size: 55px; } .single_service_left_botom .sing_service_item { padding: 40px 35px 30px; margin-bottom: 0px; margin-top: 15px; text-align: center; border: 1px solid #E2E3E3; } .single_service h4 { letter-spacing: 0px; font-size: 22px; margin-bottom: 15px; margin-top: 0px; } .single_service_left h4 { margin-bottom: 15px; margin-top: 31px; font-size: 30px; letter-spacing: 0px; line-height: 40px; } .single_service_cat h4 { margin-top: 0px; } .single_service_cat { margin-bottom: 30px; } .single_service_cat ul { margin: 0; padding: 0; list-style: none; } .single_service_cat ul .active { border-left: 2px solid #E1B44F; } .single_service_cat ul li { display: inline-block; position: relative; width: 100%; margin-bottom: 1px; text-align: left; padding: 18px 5px 18px 25px; border-radius: 2px; background: #F7F7F7; border-left: 2px solid transparent; } .single_service_cat ul li:hover a { color: #E1B44F; } .single_service_cat ul li:hover { border-left: 2px solid #E1B44F; } .single_service_cat ul li:hover:after { color: #E1B44F; } .single_service_cat ul li a { font-size: 16px; display: block; position: relative; z-index: 99; color: #61657a; text-transform: capitalize; } .single_service_cat ul li::after { content: '\f054'; font-family: "Font Awesome 5 Pro"; right: 25px; top: 18.5px; color: #E1B44F; position: absolute; font-weight: bold; font-size: 14px; margin-left: 23px; } .service_contact { margin-bottom: 30px; background: #F7F7F7; padding: 30px 35px 15px; border-radius: 5px; } .service_contact i { font-size: 16px; color: #E1B44F; } .service_contact .fa-globe { position: relative; top: -25px; } .service_contact p { font-size: 16px; display: inline-block; margin-left: 14px; margin-bottom: 14px; } .download_brochur { background: #F7F7F7; padding: 30px 35px 25px; overflow: hidden; border-radius: 5px; } .download_brochur ul { list-style: none; padding: 0px; margin: 0px; } .download_brochur .files li { position: relative; margin-bottom: 10px; } .download_brochur .files li a { position: relative; display: block; color: #515050; font-size: 15px; font-weight: 500; line-height: 24px; padding: 13px 2px; border-radius: 5px; border: 1px solid #E1B44F; text-align: center; text-transform: uppercase; } .download_brochur .files li a:hover { background-color: #E1B44F; border: 1px solid #E1B44F; color: #fff; } .download_brochur .files li a:hover .fa { color: #fff; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .download_brochur .files li a .fa { position: relative; line-height: 24px; padding-right: 8px; color: #E1B44F; } .download_brochur p { margin-bottom: 25px; margin-top: -5px; } /* Pricing packages ================================= */ .pricing-packages { margin-top: 23px; } .pricing-box { background: #F7F7F7; position: relative; text-align: left; padding: 44px 30px 50px 50px; z-index: 9; border-radius: 5px; } .pric_icon { position: absolute; left: 50%; transform: translateX(-50%); top: -58px; z-index: 99; } .pric_icon i { font-size: 70px; color: #fff; background: #E1B44F; border-radius: 50%; line-height: 110px; width: 120px; height: 120px; display: block; border: 5px solid transparent; } .pricing-box h3 { font-size: 22px; border-bottom: 1px solid rgba(228, 228, 228, 0.63); padding-bottom: 22px; margin-bottom: 16px; font-weight: 700; } .pricing-box p { color: #555555; padding-bottom: 15px; } .pricng_lst { margin-bottom: 28px; } .pricng_lst span { color: #505050; display: block; position: relative; margin: auto; text-align: left; padding-left: 20px; margin-bottom: 5px; } .pricng_lst span::after { content: '\f054'; position: absolute; left: 0; font-family: "Font Awesome 5 Pro"; color: #333; bottom: 0; margin-left: 0px; font-size: 10px; font-weight: bold; } .feature_pric .pricing-box { box-shadow: 0 0 23px rgba(24, 35, 51, 0.08); background: #FFF; } .pricing-box::after { position: absolute; content: ""; left: 0; top: 0px; width: 100%; height: 0%; background: #E1B44F; transition: .3s; opacity: 0; } .pric_icon i:after { position: absolute; content: ''; width: 100%; height: 100%; border-radius: 50%; left: 0px; top: 0px; right: 0px; transform: scale(0, 0); transition: all 500ms ease; background: #fff; } .pricing-box a { background: #fff; width: 45px; height: 45px; display: inline-block; text-align: center; line-height: 45px; border-radius: 5px; font-size: 14px; color: #E1B44F; box-shadow: 0px 0px 60px 0px rgb(218 218 218); z-index: 9; position: relative; } .pricing-box a::before { color: #fff; background: #E1B44F; } /* hover */ .pricing-box:hover::after { opacity: 1; height: 100%; transition: .3s; z-index: -1; } .pricing-box:hover .pric_icon i { border: 5px solid #E1B44F; background: #E1B44F; z-index: 99; position: relative; color: #E1B44F; } .pricing-box:hover h3, .pricing-box:hover .pricng_lst span, .pricing-box:hover .pricng_lst span::after { color: #fff; } .pricing-box:hover .pric_icon i:after { transform: scale(1, 1); z-index: -1; } .pricing-box a:hover { color: #fff; } .pricing-box:hover a:before { background: #fff; color: #E1B44F; } .pricing-box:hover a { background: #fff; color: #E1B44F; } .pricing-box:hover { box-shadow: 0 0 23px rgba(24, 35, 51, 0.08) } /* ================================= 20. Gallery page ================================= */ .gallery_pg_one { background: #effcfa; padding-bottom: 90px; } .work-section .row .col-xs-12:nth-child(4) { margin-left: 16.7%; } .work-section .row .col-xs-12:nth-child(5) { margin-left: -16.7%; } .work-section .row .col-md-6 { max-width: 33.33%; } /* Work items ------------------*/ .single-project-item { background-image: url(../images/product1.jpg); } .project-bg-2 { background-image: url(../images/product2.jpg); } .project-bg-3 { background-image: url(../images/product3.jpg); } .project-bg-4 { background-image: url(../images/product4.jpg); } .project-bg-5 { background-image: url(../images/product5.jpg); } .project-bg-6 { background-image: url(../images/product6.jpg); } .project-bg-7 { background-image: url(../images/product2.jpg); } .project-bg-8 { background-image: url(../images/product3.jpg); } .single-project-item { background-color: #ddd; background-position: center center; background-size: cover; height: 350px; margin-bottom: 30px; } .projects-titles { list-style: outside none none; text-align: center; margin-bottom: 40px; margin-top: 0px; width: 100%; } .projects-titles li { color: #2b343b; cursor: pointer; display: inline-block; margin-right: 5px; transition: all 0.3s ease 0s; margin-left: 5px; text-transform: uppercase; position: relative; padding: 10px 40px; border: 1px solid #ccd2d7; font-size: 15px; margin-bottom: 10px; border-radius: 4px; } .project-hover span, .project-hover a { color: #fff; } .projects-titles li.active { color: #FFF; background: #E1B44F; border: 1px solid #E1B44F; } .project-hover h6 { color: #fff; font-size: 22px; text-transform: capitalize; margin-top: 24px; margin-bottom: 2px; position: relative; font-weight: 700; } .project-hover span { display: block; font-size: 15px; font-weight: normal; padding-top: 0px; text-transform: capitalize; position: relative; } .single-project-item .project-link i { position: relative; font-size: 18px; background: #fff; color: #333; border-radius: 50%; padding: 8px 10px; } .project-hover { position: relative; height: 100%; } .project-hover::before { background: #292626; content: ""; height: 100%; left: 0; opacity: 0; position: absolute; top: 0; width: 100%; height: 100%; transition: all 0.4s ease 0s; } .single-project-item:hover .project-hover:before { opacity: .7; transition: all 0.4s ease 0s; } .single-project-item:hover .project_cnt { opacity: 1; transition: all 0.4s ease 0s; padding-top: 125px; } .project_cnt { text-align: center; padding-top: 112px; opacity: 0; transition: all 0.4s ease 0s; } /* ====================================== 21. Shop Page ======================================*/ .shop-section.shop-pg-shop { background: #effcfa; padding: 120px 0px; } .shop-section.shop-pg-shop .product-wrap { margin-bottom: 30px; } .shop-filter { display: flex; justify-content: space-between; margin-bottom: 50px; } .product_count { margin-top: 12px; } /* Select Shorting */ .select-group { position: relative; } .select-group select { width: 300px; height: 55px; border: 1px solid #d2cdcd; background: transparent; border-radius: 5px; padding-left: 20px; -moz-appearance: none; appearance: none; position: relative; z-index: 99; color: #4b4b4b; cursor: pointer; outline: none; } .select-group::before { position: absolute; content: "\f078"; right: 35px; font-family: "Font Awesome 5 Pro"; top: 29px; font-size: 15px; color: #8e8d8d; z-index: 999; width: 0px; height: 0px; line-height: 0px; } /* Pagination */ .pagination-link { text-align: center; margin-top: 20px; } .pagination-link ul { border: 1px solid #E3D8D8; border-radius: 3px; display: inline-block; padding: 0 3px; } .pagination-link ul li.active a { color: #E1B44F; } .pagination-link ul li { display: inline-block; padding: 0 18px; margin: 14px 0; border-right: 1px solid #E3D8D8; color: #21a7d0; font-size: 16px; } .pagination-link ul li:last-child { border-right: 1px solid transparent; padding: 0 10px; } .pagination-link ul li a { color: #505050; } .pagination-link ul li a i::before { color: #645c5c; font-size: 20; transition: all 0.3s ease; position: relative; top: 0px; } .pagination-link ul li:hover a, .pagination-link ul li:hover i::before { color: #E1B44F; } /* ================================= 22. Single Product page ================================= */ .shop-product-area { margin-bottom: 30px; padding-top: 40px; } .shop-product-area .slick-list { height: auto; padding: 0 !important; } .shop-product-area .single-thumbnail-small.slick-initialized.slick-slider { height: 138px !important; margin: 10px 0 0 !important; overflow: hidden; width: 100% !important; } .shop-product-area .custom-prev.slick-arrow { background: transparent none repeat scroll 0 0; border: medium none; color: #333; height: 30px; left: 0; position: absolute; top: 40%; width: 30px; z-index: 9999; } .shop-product-area .custom-prev::before { border: 1px solid #333; content: ""; height: 30px; left: 0; position: absolute; top: 0; width: 30px; } .custom-next.slick-arrow { background: transparent none repeat scroll 0 0; border: medium none; bottom: 0; color: #333; height: 30px; position: absolute; right: 0; top: 40%; width: 30px; } .custom-next::before { border: 1px solid #333; content: ""; height: 30px; left: 0; position: absolute; top: 0; width: 30px; } .shop-product-area .single-thumb { cursor: pointer; margin-left: 0px; overflow: hidden; width: 139px !important; margin-right: -9px; } .shop-product-area .single-thumb img { padding-left: 20px; } /* Single Product Right Side ----------------------------------------*/ .allproduct-info { margin-left: 20px; } .tittle_product { margin-bottom: 20px; } .product-sub-tit { display: block; margin-bottom: 8px; font-size: 18px; text-transform: capitalize; font-weight: 500; color: #E1B44F; } .tittle_product .next_prev { float: right; } .tittle_product .next_prev a span { padding: 4px; background: #ececec; font-size: 15px; color: #999999; } .tittle_product .next_prev a span:hover { background: #E1B44F; color: #fff; } .tittle_product h4 { text-decoration: none; font-size: 30px; } .detail-product-title { margin-bottom: 39px; } .allproduct-price-area { display: flex; justify-content: space-between; align-items: baseline; } .detail-product-title>a { color: #333333; font-size: 18px; font-weight: 700; } .shop-product-area .n-amt { color: #2b343b; font-size: 22px; font-weight: 600; padding-right: 10px; } .shop-product-area del { color: #ccbfbf; font-size: 22px; font-weight: 300; margin-right: 10px; } .rating2 { float: none; margin-top: -10px; /*! margin-bottom: 20px; */ } .allproduct-price-area .rating2 i { font-size: 14px; } .star.yes { color: #E1B44F; } .detail-product-info .fa.fa-star { font-size: 12px; } .star-rating ul li { color: #d5c5c5; display: inline-block; } .reviews { margin-left: 20px; margin-right: 0px; color: #999999; } .reviews a { color: #61657a; } .add-reviews { margin-left: 10px; color: #999999; } .add-reviews a { color: #61657a; } .shop-product-area .p-content { /*! border-bottom: 1px solid #e9e9e9; */ padding-bottom: 11px; } .shop-product-area .content { color: #989898; font-size: 14px; font-weight: 400; line-height: 24px; border-bottom: 1px solid #e5e5e5; padding-bottom: 20px; } .shop-product-area .content span { color: #E1B44F; } .shop-product-area .d-content { width: 100%; margin-top: 25px; margin-bottom: 8px; } .d-content { left: 0; margin: auto; padding: 0; right: 0; width: 88%; } .cart-quantity { position: relative; } .cart-quantity { margin-top: 18px; display: inline-block; float: left; overflow: hidden; } .cart-plus-minus { border: 1px solid #e9e9e9; cursor: pointer; height: 52px; width: 70%; position: relative; border-radius: 5px; } .cart-plus-minus-box { border: medium none; display: block; font-size: 18px; height: 48px; line-height: 48px; margin: auto; padding-left: 8px; width: 24%; color: #2b343b; } .qtybutton { color: #989898; font-size: 35px; left: 10px; line-height: 35px; position: absolute; top: 5px; } .inc.qtybutton { left: auto; right: 10px; } .detail-choices { border-bottom: 1px solid #e9e9e9; float: left; padding-bottom: 13px; padding-top: 25px; width: 100%; } .detail-choices .choice-icon { margin-left: 0; } .shop-product-area .choice-icon { margin-bottom: 40px; margin-top: 17px; } .choice-icon { border: 2px solid #fff; display: inline-block; height: 45px; margin: auto; position: relative; } .shop-product-area .choice-icon li { display: inline-block; float: left; } .shop-product-area li .adtocart { border: 2px solid #E1B44F; color: #FFF; display: block; font-weight: 700; height: 50px; line-height: 47px; margin-right: 20px; padding: 0 41px; background: #E1B44F; border-radius: 5px; } .shop-product-area li .adtocart:hover { background: transparent; color: #2b343b; } .shop-product-area .heart { border: 2px solid #E1B44F; color: #E1B44F; float: left; font-size: 20px; height: 50px; line-height: 46px; padding: 0 15px; border-radius: 5px; } .shop-product-area .heart:hover { background: #E1B44F; color: #FFF; } .shop-product-area .share-area li { display: inline-block; } .share-area i { /*! padding: 11px 12px; */ border-radius: 47%; color: #74787C; font-size: 16px; margin-right: 7px; } .share-area i:hover { color: #E1B44F; } .categories-area { width: 100%; overflow: hidden; margin-bottom: 7px; border-bottom: 1px solid #ddd; padding-bottom: 7px; } .categories-area:last-child { border-bottom: 1px solid transparent; } .categories-area .category span { color: #1A1A1A; } .categories-area p { font: 14px; color: #999999; float: left; padding-right: 10px; position: relative; } .allproduct-info p.category:after { position: absolute; content: ":"; right: 0px; } .categories-area ul { list-style: none; margin-left: 10px; overflow: hidden; } .categories-area ul li { display: inline-block; margin-top: 1px; } .categories-area ul li a { color: #74787C; text-decoration: none; } .shop-product-area .category, .tags { color: #989898; font-size: 15px; font-weight: 400; margin-bottom: 0px; width: 94px; margin-right: 20px; } .tags { margin-top: -18px; } .tags span { color: #5D5D5D; } .shop-product-area .category span { font-weight: 500; margin-right: 8px; } /* product description ----------------------------------------*/ .cust-reviews-area { padding-bottom: 104px; } .cust-reviews-area .nav-tabs { border-bottom: 1px solid #eae2e2; margin-bottom: 20px; } .cust-reviews-area .nav-tabs .active { border: 1px solid transparent; border-bottom: 1px solid #E1B44F; color: #2b343b; } .cust-reviews-area .nav-tabs a { padding-left: 0px; padding-right: 0px; margin-right: 50px; font-size: 22px; text-transform: capitalize; color: #2b343b; } .cust-reviews-area .nav-tabs a:hover { border: 1px solid transparent; border-bottom: 1px solid #E1B44F; } /* product Additional Information ----------------------------------------*/ .prod_attributes { border: 0; border: 1px dotted rgba(0, 0, 0, .1); margin-bottom: 1.618em; width: 100%; margin-top: 25px; } .prod_attributes th { width: 190px; font-weight: 700; padding: 10px 20px 10px; color: #2b343b; } .prod_attributes td, .prod_attributes th { line-height: 1.5; border-bottom: 1px dotted rgba(0, 0, 0, .1); border-top: 0; margin: 0; } .prod_attributes tr:nth-child(2n) { background: #f9f9f9; } /* product Review ----------------------------------------*/ .product_revi img { width: 120px; float: left; margin-right: 20px; } .revi_text { overflow: hidden; } .revi_nam { color: #2b343b; font-size: 18px; } .revi_rating { float: right; color: #E1B44F; font-size: 14px; } .rat_des { margin-top: 5px; } /*================================== 23. Cart Page ==================================*/ .shop_cart { padding-top: 120px; } .shop_cart_title h2 { margin-bottom: 40px; position: relative; } .shop_cart .table td, .shop_cart .table th { vertical-align: middle; position: relative; } .shop_cart tbody td { padding-top: 15px; padding-bottom: 15px; } .shop_cart .prod { text-align: left; padding-left: 80px !important; } .shop_cart table { margin-bottom: 30px; border: 1px solid transparent; } .shop_cart_tr th:first-child { padding-left: 79px; } .shop_cart_tr th { border: 1px solid #EEECEC !important; } .shop_cart .table td img { width: 70px; border-radius: 4px; height: 70px; } .cart-trash { margin-right: auto; position: absolute; left: 23px; transform: translateY(-50%); top: 50%; } .cart-trash i { border: 1px solid #ddd; padding: 10px; border-radius: 50%; font-size: 12px; color: #686262; } .cart-trash i:hover { border: 1px solid #E1B44F; color: #E1B44F; } .ptitle { margin-left: 15px; } .shop_cart input[type="number"] { background: #ffffff none repeat scroll 0 0; border: 1px solid #e1e1e1; border-radius: 3px; font-weight: normal; height: 40px; padding: 0 10px; transition: all 0.3s ease 0s; width: 60px; } .table-responsive tbody tr.table-info td { vertical-align: middle; padding-top: 20px; padding-bottom: 20px; } .table.table-bordered input[type="text"] { background: #f0f0f0 none repeat scroll 0 0; border: 0 none; color: #000; height: 40px; padding: 0 10px; text-align: center; width: 80px; } .table>thead>tr>th { border-bottom: 1px solid #F8F8F8; } .table>tbody+tbody { border-top: 1px solid #F8F8F8; } .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th { border: 1px solid #EEECEC; } .shop_cart_tr th { color: #2b343b; text-transform: uppercase; /*! letter-spacing: 0px; */ } .table-info span { color: #333; } .edt>a { color: #333333; font-size: 14px; font-weight: 400; } .shop_cart_bottom { padding-top: 20px; padding-bottom: 120px; } .coupon-content input:focus, .coupon-content input:active { border: 1px solid rgb(223, 212, 212) !important; box-shadow: none; } .coupon-content button { box-shadow: none; border: none; background: #E1B44F; color: #fff; padding: 0px 20px; text-transform: uppercase; font-size: 15px; margin-left: -4px; height: 50px; } /* Cart Totals */ .grand-total-area { background: #f5f5f5; padding: 36px 35px 40px; } .grand-total-area h4 { margin-bottom: 20px; } .grand-total-area span { float: right; } .grand-total-area p { color: #333; display: block; font-size: 18px; text-align: left; text-transform: capitalize; width: 100%; } .grand-total-area .grand-total { border-top: 1px solid #d2cccc; color: #333; font-size: 24px; padding-bottom: 0px; text-align: left; text-transform: capitalize; margin-top: 15px; padding-top: 15px; } .grand-total span.amt { color: #9dca00; } .pro-checkout { background: #2b343b; color: #fff; display: block; font-size: 15px; font-weight: 500; /*! height: 40px; */ line-height: 40px; margin-top: 30px; padding: 2px 10px; text-align: center; width: 100%; text-transform: capitalize; border-radius: 5px; font-family: 'Manrope', sans-serif; } .pro-checkout:hover { color: #fff; } /* ================================= 24. Checkout page ================================= */ .checkout_section { padding-top: 120px; padding-bottom: 106px; } .checkout_section .custom-title { /*! border-bottom: 1px solid #797979; */ position: relative; margin-bottom: 21px; } .checkout_section .custom-title h3 { font-size: 20px; background: #f7f6f7; padding: 20px 20px; text-transform: capitalize; border-top: 1px solid #9dca00; border-radius: 5px; } .checkout_section .payment_mth { margin-top: 50px; } .checkout_section .payment_wrap { margin-top: -20px; } .checkout_section .payment_wrap label { border: 2px solid #EDE6E4; font-weight: normal; font-size: 15px; text-transform: capitalize; padding: 14px 40px !important; color: #454545; } .checkout_section .checkbox { margin-bottom: 20px; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .checkout_section .payment_wrap .radio input[type="radio"], .checkout_section .payment_wrap .radio-inline input[type="radio"], .checkout_section .payment_wrap .checkbox input[type="checkbox"], .checkout_section .payment_wrap .checkbox-inline input[type="checkbox"] { margin-left: -20px; margin-right: 5px; position: relative; color: #333; } .checkout_section .custom2 { display: block; font-size: 12px; padding-top: 10px; padding-left: 15px; font-weight: 400; } .checkout_section .shopform .form-control { background-color: #fff; border: 2px solid #EDE6E6; border-radius: 5px; box-shadow: none; color: #333; font-weight: bold; text-transform: capitalize; font-size: 12px; height: 44px; text-align: center; width: 263px; text-align: left; opacity: .5; } .checkout_section .shopform .form-control { width: 100%; margin: 2px 0 16px; } .checkout_section .shopform textarea.form-control { height: 180px; padding-top: 15px; padding-left: 15px; opacity: .5; } .checkout_section label { margin-bottom: 0px; display: block; } .coupon-area .row .col-md-12 { padding: 0px; } .coupon_show h3 { padding: 1.2em 2em 1.2em 3em !important; margin: 0 0 30px; position: relative; background: #f7f6f7; font-size: 15px; font-weight: 400; font-style: normal; border-top: 1px solid #9dca00; list-style: none !important; width: auto; word-wrap: break-word; border-radius: 5px; } .coupon_show h3::before { color: #9dca00; content: "\f07a"; display: inline-block; font-family: "Font Awesome 5 Pro"; left: 20px; position: absolute; top: 18px; } .coupon_show span { color: #E1B44F; cursor: pointer; } .coupon-content { border: 1px solid #e5e5e5; display: none; margin-bottom: 20px; padding: 21px 25px 22px; overflow: hidden; margin-top: -10px; } .checkout_section .lost_pass a { float: left; margin-top: 12px; } .coupon_info p { color: #222222; /*! font-family: Open Sans; */ font-size: 14px; /*! font-weight: normal; */ margin-bottom: 0; } .lost_pass { margin-top: 15px; } .input_login .button { background: #e3e3e3; box-shadow: none; border: none; padding: 8px 25px; border-radius: 3px; } .coupon_info p.form-row input[type="checkbox"] { position: relative; top: 2px; } .lost_pass a { color: #222; float: right; } .input_login label { display: inline; margin-top: 1px; } #checkout_coupon { margin-top: -10px; padding-bottom: 30px; } p.checkout-coupon input[type="text"] { height: 36px; padding-left: 10px; width: 170px; float: left; border: 1px solid #ddd; outline: none; border-radius: 5px; } p.checkout-coupon input[type="text"]:active { outline: none; box-shadow: none; } p.checkout-coupon input[type="submit"] { background: #2b343b; border: medium none; border-radius: 5px; color: #fff; height: 36px; margin-left: 6px; padding: 5px 20px; transition: all 0.3s ease 0s; font-size: 13px; } .coupon_info label { margin-bottom: 5px; } .coupon_info input[type="text"] { margin-bottom: 12px; height: 35px; border: 1px solid #ddd; width: 300px; padding: 0px 10px; outline: none; border-radius: 5px; } .coupon_info .button { margin-top: 3px; /*! margin-left: 5px; */ margin-right: 10px; } /* Checkout Order */ .checkout_order .order-info .order-list li.title { padding: 0px 20px 30px 20px; } .checkout_order .order-info .order-list li { position: relative; display: block; border-bottom: 1px solid #e6e6e6; padding: 20px 20px; } .checkout_order .order-info .order-list li.title p { font-size: 15px; color: #101010; float: left; font-weight: 600; } .checkout_order .order-info .order-list li.title span { position: relative; display: block; font-size: 15px; color: #101010; float: right; font-weight: 600; } .checkout_order .order-info .order-list li .single-box { position: relative; padding: 30px 0px 30px 100px; min-height: 80px; } .checkout_order .order-info .order-list li .single-box img { position: absolute; left: 0px; top: 0px; width: 80px; height: 80px; } .checkout_order .order-info .order-list li .single-box h6 { position: relative; font-size: 15px; color: #101010; float: left; font-weight: 400; } .checkout_order .order-info .order-list li .single-box span { position: relative; display: block; float: right; font-size: 15px; color: #222; line-height: 17px; } .checkout_order .order-info .order-list li.sub-total { padding: 17px 20px 35px 20px; } .checkout_order .order-info .order-list li.sub-total h6 { font-size: 16px; font-weight: 500; color: #222; float: left; } .checkout_order .order-info .order-list li.sub-total span { position: relative; display: block; font-size: 15px; color: #222; float: right; line-height: 19px; } .checkout_order .order-info .order-list li.order-total { padding: 17px 20px 30px 20px; } .checkout_order .order-info .order-list li.order-total h6 { font-size: 16px; font-weight: 500; color: #222; float: left; font-family: 'Poppins', sans-serif; } .checkout_order .order-info .order-list li.order-total span { position: relative; display: block; font-size: 18px; color: #222; font-weight: 500; float: right; line-height: 19px; } /*----------------------------------------------------------- 25. Login Page / My account ------------------------------------------------------------*/ .account-section { padding-top: 120px; } .login-form input, .registration-form input { height: 45px; width: 100%; margin-bottom: 20px; padding: 5px 20px; border-radius: 3px; border: 1px solid #EDE6E6; outline: none; font-size: 14px; } .login-form h2, .registration-form h2 { font-size: 24px; margin-bottom: 28px; } .login-form .submit, .registration-form .submit { width: 100%; padding: 9px 30px; color: #fff; background: #E1B44F; border: none; text-transform: capitalize; height: auto; text-align: center; } .login-form .submit:hover, .registration-form .submit:hover { opacity: .8; } .lost_pass { margin-bottom: 15px; margin-top: -3px; font-size: 14px; } .lost_pass:hover a { color: #E1B44F; } #rem-checkbox-input { float: left; height: 17px !important; width: 17px !important; margin-right: 8px; margin-top: 6px; } /* Middle Border */ .account-section .registration-form { position: relative; } .account-section .login-form { padding: 30px 40px 40px; box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1); border-radius: 5px; } .account-section .registration-form { padding: 30px 40px 40px; box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1); border-radius: 5px; } /* Term & Condition */ /* Term and Condition */ .signup_checkout { margin-top: 30px; } .term-and-condition { display: flex; margin-bottom: 5px; margin-top: -5px; } .term-and-condition label { font-size: 14px; margin-left: 0px; margin-top: 5px; line-height: 1.5; } .term-and-condition input { float: left; height: 17px !important; width: 17px !important; margin-right: 8px; margin-top: 6px; } .term-and-condition a { color: #E1B44F; } /* ================================= 26. 404 / not found Page ================================= */ .not-found h2 { font-size: 145px; line-height: 1; } .not-found { text-align: center; height: 450px; display: grid; align-content: center; } .error-body-description { font-size: 30px; } .go-back { color: #E1B44F; } .notfound_btn { margin-top: 35px; } .not-found-section { padding-top: 85px; background-image: url(../images/shape1.png); background-repeat: no-repeat; background-position: center right; background-attachment: fixed; } .notfound_btn a { margin: 5px 5px; } /* ================================= 27. Blog Page ================================= */ .blog_container { padding: 120px 0px; } .blog_pg_wrp { margin-bottom: 30px; border-radius: 10px; position: relative; } .blog_container .blog_pg_img img { height: auto; width: 100%; border-radius: 10px 10px 0px 0px; } .blog_pg_info { padding: 30px 30px 0px; border: 1px solid #eee0e0; border-radius: 0px 0px 10px 10px; } .blog_pg_info h4 { font-size: 30px; line-height: 40px; margin-bottom: 15px; margin-top: 13px; } .blog_page .blog_pg_info h4 { margin-top: 0px; } .blog_pg_info h4:hover { color: #E1B44F; } .blog_pg_meta { display: flex; justify-content: space-between; border-top: 1px solid #eee0e0; padding: 20px 0px; margin-top: 34px; align-items: center; } .blog_container .blog_date span { background: #E1B44F; color: #fff; padding: 10px 15px; border-radius: 5px 5px 0px 0px; opacity: 1; } .blog_container .blog_date { top: auto; transform: none; margin-top: -66px; margin-left: 0px; position: absolute; } .blog_container .meta_col span { margin-right: 22px; color: #262c33; } .blog_container .meta_col span i { margin-right: 7px; color: #E1B44F; font-size: 14px; } .blog_container .blog_read i { border-radius: 50%; width: 38px; height: 38px; line-height: 39px; display: inline-block; text-align: center; background: #E1B44F; color: #fff; } .blog_container .blog_read:hover i { background: #2b343b; color: #fff; } /* - Pagination */ .pagination { width: 100%; margin-top: 20px; text-align: center; } .pagination .pager { text-align: center; width: 100%; margin: 0px 0px; position: relative; padding: 0; } .pager li { position: relative; padding: 0px 0px; display: inline; } .pager .pagi-big a { font-weight: 500; color: #fff; background: #E1B44F; } .pager li a { border-radius: 0; letter-spacing: 0px; text-transform: uppercase; padding: 0; color: #fff; font-weight: 500; border: 1px solid #ddd; background: transparent; color: #333; width: 50px; display: inline-block; height: 50px; line-height: 47px; border-radius: 50%; margin-right: 5px; } .pager li a.active { background-color: #E1B44F; color: #fff; border: 1px solid #E1B44F; } .pager-icon { font-size: 14px; left: 0px; position: relative; top: 6px; font-weight: 700; letter-spacing: 2px; } .pager-icon:hover { color: #000; } .pagination .pager li>a:focus, .pagination .pager li>a:hover { background-color: #E1B44F; color: #fff; border: 1px solid #E1B44F; } /* -- Widget Area */ .widget-area { text-align: center; } /* - Widget */ .widget { display: inline-block; margin-bottom: 45px; width: 100%; background: #f7f7f7; padding: 30px; border-radius: 10px; } /* - Widget Search */ .widget { margin-bottom: 30px; } .widget-search { display: block; background: #f7f7f7; border: 1px solid #f7f7f7; padding: 5px 10px; } .widget-search .input-group { padding-bottom: 10px; padding-top: 10px; } .widget-search .input-group input { background: transparent none repeat scroll 0% 0%; border: 0px none; transition: none 0s ease 0s; box-shadow: none; font-size: 15px; font-weight: 500; color: #8F8F8F !important; height: auto; } .widget-search .input-group button { background: #E1B44F; border: medium none; font-size: 14px; color: #fff; border-radius: 50%; margin-right: 10px; width: 40px; height: 40px; line-height: 39px; } .input-group-btn { left: 0px; } /* - Widget Title */ .widget .widget-title:after { position: absolute; background: #E1B44F; bottom: 0; width: 50px; height: 2px; content: ""; left: 0; } .widget .widget-title { font-size: 22px; text-transform: capitalize; text-align: left; letter-spacing: 0px; margin: -5px 0px 30px; position: relative; padding: 0px 0px 8px; position: relative; font-weight: 700; } /* - Categories Type */ .categories-type li { padding: 4px 3px; letter-spacing: 0.5px; color: #e1e1e1; list-style: square; } .widget-post-categories .categories-type { text-align: left; display: inline-block; margin-top: -10px; width: 100%; margin-left: 15px; } .categories-type li a { color: #74787C; } .categories-type li:hover a { color: #E1B44F; } .categories-type li span { float: right; clear: both; } /* - Recent Post */ .wiget-recent-post { background: #f7f7f7; padding: 30px; } .recnt_pst_imge { width: 30%; float: left; margin-right: 15px; } .recnt_pst_imge img { height: 69px; } .recent-post-box { display: inline-block; padding-bottom: 20px; width: 100%; position: relative; } .recent-post-box:last-of-type { border-bottom: none; padding-bottom: 0px; } .recent-title { text-align: left; display: inline-block; width: 64%; } .recent-title>a { font-size: 18px; margin-top: -4px; display: inline-block; color: #262c33; font-size: 16px; line-height: 1.3; font-weight: 600; } .recent-title>a:hover { text-decoration: underline; } .recent-title>span { font-size: 14px; margin-top: -8px; margin-bottom: 0px; } .recent-title>span i { color: #E1B44F; margin-right: 4px; } /* - Widget Tags */ .widget-tags { text-align: left; width: 100%; margin-bottom: 0px; } .widget-tags .widget-title { display: inline-block; width: 100%; } .widget-tags>a { color: #262c33; text-decoration: none; border: 1px solid #ddd6d6; padding: 1px 13px; display: inline-block; margin-bottom: 5px; font-size: 13px; border-radius: 5px; } .widget-tags>a:hover { color: #fff; border-color: #E1B44F; background: #E1B44F; } /* Blog Page ================================= */ .blog_quote { margin-top: 0px; border-bottom: 1px solid #ece3e3; padding-bottom: 24px; } .single_blog_container .blog_quote h3 { letter-spacing: 0px; display: block; margin-top: 28px; margin-bottom: 13px; font-weight: 400; font-size: 26px; } .single_blog_container .marked { background: #f7f7f7; font-size: 24px; line-height: 34px; border-left: 3px solid #E1B44F; padding: 40px 40px; margin: 35px 0px 32px; font-weight: 700; } .single_blog_container .marked span { font-size: 18px; display: block; margin-top: 8px; font-weight: 500; position: relative; padding-left: 59px; } .single_blog_container .marked span:after { background: #E1B44F; width: 40px; height: 2px; position: absolute; content: ""; left: 0px; top: 50%; } .blog_quote_right p { position: relative; margin-top: 0px; } .blog_quote_icon_botom { font-size: 50px; position: absolute; right: 223px; top: 72px; color: #dcdcdc; } .blog_quote p { display: block; overflow: hidden; width: 100%; margin-top: 0px; } .single_blog_container .blog_pg_meta { border-top: 1px solid transparent; padding: 0px 0px 8px; margin-top: 0px; } .single_blog_container .meta_col { margin-bottom: -7px; } /*================================= Post Tag and SHare ================================= */ .post_tags { float: left; margin-top: 30px; } .post_tags h5 { display: inline-block; margin-right: 5px; margin-bottom: 0px; font-size: 18px; font-weight: 700; } .post_tags a { background: #E1B44F; color: #fff; padding: 2px 10px; margin: 0px 1px; border-radius: 5px; } /* post share */ .post-share ul { margin: 0px; padding: 0px; } .post-share { float: right; margin-top: 30px; } .post-share ul li { display: inline-block; margin-left: 10px; font-size: 16px; } /*================================= 28. Single Blog Page ================================= */ .single_blog_container { padding-bottom: 120px; } .single_blog_container .blog_pg_info { overflow: hidden; padding: 32px 30px 30px; } .single_blog_container .blog_date span { margin-right: 2px; } /* Comment */ .single_blog_container .comment_imgg { width: 100px; float: left; margin-right: 25px; } .comments-section-title h4 { margin-top: 0px; font-size: 24px; margin-bottom: 18px; letter-spacing: 0px; text-transform: capitalize; text-align: left; padding: 6px 0px 12px; } .comments { padding: 0px; margin: 0px; margin-top: -40px; } .comment_cont_wrp { position: relative; } .comments li { list-style: outside none none; } .comments li .comment { padding: 40px 0px 10px; position: relative; overflow: hidden; margin-bottom: 20px; background: transparent; margin-top: -10px; } .comments li .comment img.comment-avatar { border-radius: 10px; } .comments li .comment strong.commenter-title { font-weight: 500; font-size: 16px; text-transform: capitalize; display: block; color: #8B8B8B; } .comments li .comment strong.commenter-title a { font-size: 20px; color: #1A1A1A; font-family: 'Poppins', sans-serif; font-family: 'Poppins', sans-serif; font-weight: 700; font-family: 'Manrope', sans-serif; } .comments li .comment span.comment-date { font-size: 14px; margin-bottom: 10px; margin-top: 0px; text-transform: capitalize; margin-left: 10px; color: #1A1A1A; } .comments li .comment span.comment-date i { font-size: 12px; } .comments li .comment span.comment-reply { float: right; position: absolute; right: 0; top: 0; margin-top: -1px; } .comments li .comment span.comment-reply a { transition: all 0.5s ease 0s; font-size: 15px; text-transform: uppercase; color: #E1B44F; background: #F1F6FA; border-radius: 50%; width: 35px; height: 35px; line-height: 35px; text-align: center; } .comments li .comment span.comment-reply a:hover { background: #E1B44F; color: #fff; } .comments li .comment span.comment-reply a i { font-size: 11px; } .comments li .comment p:last-child { margin-bottom: 0px; overflow: auto; } .comments li>ul { padding-bottom: 7px; padding-left: 30px; border-top: 1px solid #ece3e3; } .comments li .comment p { margin-top: 7px; } .blog-contact { padding: 0px; } .blog-contact #contact-form { /*! padding: 40px 40px; */ /*! box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .09); */ background: #fff; } .blog-contact .form-control { color: #555; background-color: #f3f3f3; background-image: none; border: 1px solid transparent; border-radius: 1px; box-shadow: none; line-height: 2.429; } .blog-contact .form-group { margin-bottom: 15px; padding-right: 15px; padding-left: 0px; } .form-control:focus { border: 1px solid #fff; border: 1px solid #E1B44F; box-shadow: none; border-left: 3px solid #E1B44F; } .blog-contact textarea { line-height: 20px !important; } .blog-contact .contact-form #contact-form .con-field { line-height: 50px; background: #f1f3f4; border: 1px solid transparent; color: #333; padding-left: 20px; border-radius: 5px; outline: none; } .blog-contact .contact-form #contact-form textarea { padding-top: 15px; padding-left: 20px; } .blog-contact .contact-form #contact-form .con-field:active, .blog-contact .contact-form #contact-form .con-field:focus { border: 1px solid #E1B44F !important; box-shadow: none; border-radius: 5px; } .blog-contact #submit-contact:hover { background: #2b343b; color: #fff; } /*- post-option ------------------------------*/ .post-option { position: relative; padding: 25px 25px; margin-top: 30px; margin-bottom: 30px; border: 1px solid #ece3e3; display: flex; justify-content: space-between; border-radius: 10px; } .post-option .arrow-icon { font-size: 15px; border: 1px solid #E1B44F; border-radius: 50%; color: #E1B44F; position: relative; width: 44px; height: 44px; text-align: center; line-height: 44px; } .post-option .arrow-icon:hover { color: #fff; background: #E1B44F; } .post-option .prev-post, .post-option .next-post { position: relative; font-size: 13px; color: #111; text-transform: uppercase; } .post-option .prev-post:hover, .post-option .next-post:hover { color: #E1B44F; } .post-option .middle-icon a { position: relative; color: #E1B44F; font-size: 27px; display: inline-block; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; margin-top: 9px; } .post-option .middle-icon a:hover { color: #B9B3B3; } /*- Post Author ------------------------------*/ .post-author { display: flex; border: 1px solid #ece3e3; padding: 30px 30px; align-items: flex-start; border-radius: 10px; margin-bottom: 40px; } .post-author-img img { border-radius: 10px; max-width: 100px; } .post-author-text { padding-left: 25px; } .post-author-text h4 { font-size: 20px; margin-bottom: 10px; } .post-author-text p { margin: 0; } /*==================================================== Home Page Two ====================================================*/ /*==================================================== Slider Section Two ====================================================*/ .slides_wrapper2 .single_slider .container { margin-top: -6px; text-align: center; } .slides_wrapper2 .slider_home h5 { padding: 5px 27px; font-size: 18px; color: #fff; border: 1px solid rgba(255, 255, 255, 0.16); background-color: rgba(59, 61, 64, 0.22); text-transform: uppercase; } .slides_wrapper2 .slider_home h5::after, .slides_wrapper2 .slider_home h5::before { display: none; } /*==================================================== About Section Two ====================================================*/ .heading_small_tw { font-size: 18px; color: #E1B44F; position: relative; z-index: 1; text-transform: uppercase; display: inline-block; font-weight: 500; letter-spacing: .5px; } .heading_small_tw::before { position: absolute; content: ""; height: 6px; width: 100%; left: 0px; bottom: 8px; background-color: #eaeaea; z-index: -1; } /* about image */ .about_img.layer { position: relative; } .about_achieve { position: absolute; bottom: 20px; right: 0px; background: #fff; display: grid; grid-template-columns: 50px 1fr; align-items: center; padding: 25px 30px; box-shadow: 0px 0px 60px 0px rgb(0, 0, 0, 0.2); margin-right: -40px; border-radius: 5px; } .about_achieve i { font-size: 40px; color: #E1B44F; } .about_achieve h5 { font-size: 16px; margin-bottom: 0px; line-height: 24px; font-weight: 700; } /* About List */ .abouttw-section .base-header { padding-left: 50px; padding-bottom: 8px; } .abouttw-section .base-header h2 { padding-bottom: 31px; } .abouttw-section { padding-top: 120px; } .about_list_wrap { margin-top: 15px; margin-bottom: 32px; } .about-list-item { margin-bottom: 4px; } .about-list-item i { font-size: 15px; margin-right: 11px; color: #E1B44F; } /*==================================================== Service Section Two ====================================================*/ .service_tw_sec .base-header { padding-bottom: 35px; } .service_tw_sec .service-item { text-align: center; padding-top: 50px; } .service_tw_sec .service-item .icon-serv { margin-top: 0px; box-shadow: none; width: 100%; height: auto; background: transparent; } .service_tw_sec .service-item .icon-serv i { font-size: 65px; line-height: 64px; } .service_tw_sec .service-item:hover .icon-serv i { color: #fff; } /*==================================================== Call to action Section Two ====================================================*/ .cta_sec_tw { padding-bottom: 113px; } .cta_sec_tw .cta-wrap { text-align: left; display: grid; grid-template-columns: 1fr 185px; align-items: center; } .cta_sec_tw .cta-wrap .base-header { padding-bottom: 10px; } .cta_sec_tw .cta-wrap .base_header_left h2 { padding-bottom: 0px; margin-bottom: 0px; } .cta_sec_tw .heading_small_tw::before { background-color: #514c4c; } /*==================================================== Shop Section Two ====================================================*/ .shop_sec_tw { padding-bottom: 100px; } .shop_sec_tw .product-wrap { margin-bottom: 30px; } /*==================================================== Team Section Two ====================================================*/ .team-section.team_sec_tw { background: #fff; } .team_sec_tw .team-img { position: relative; } .team_sec_tw .team-social { margin-top: 0px; margin-bottom: 0px; position: absolute; top: 15px; z-index: 9; right: 15px; } .team_sec_tw .team-social ul li { display: block; margin-bottom: -35px; opacity: 0; transition: .3s; } .team_sec_tw .team-img:hover .team-social ul li { opacity: 1; transition: .3s; margin-bottom: 5px; } .team_sec_tw .team-social ul li:last-child { opacity: 1; } .team_sec_tw .team-info { background: #F7F7F7; padding: 25px 15px 25px; border-radius: 0px 0px 10px 10px; margin-top: -30px; transform: scale(.9); } /*==================================================== Testimonial Section Two ====================================================*/ .testimonial_sec_tw { padding-bottom: 114px; } .testimonial_sec_tw .base-header a { margin-top: 20px; } .testi_carousel { padding-left: 40px; } .testi_carousel_indi { display: flex; gap: 15px; position: inherit; justify-content: inherit; margin-right: 0; margin-bottom: 0; margin-left: 0; } .testi_carousel_indi [data-bs-target] { width: 90px; height: 90px; text-indent: 0px; position: relative; margin-top: -3px; } .testi_carousel_indi a { position: absolute; bottom: 0px; right: 2px; background: #E1B44F; color: #fff; width: 30px; height: 30px; font-size: 14px; border-radius: 50%; text-align: center; line-height: 30px; } .testi_carousel_indi img { width: 90px; height: 90px; border-radius: 50%; } .testimonial_sec_tw .testi_info { display: none; } .testimonial_sec_tw .active .testi_info { display: block; margin: 0px 0px 0 0px; } .testimonial_sec_tw .testi_wrp { overflow: inherit; padding: 31px 0px 0px 0px; } .testimonial_sec_tw .testi_info::after { display: none; } .testimonial_sec_tw .testi_info { display: none; } .testimonial_sec_tw .testi_info p { padding-top: 0px; margin-bottom: 10px; } /* Arrow */ .testi_carousel button span { background-color: #E1B44F; opacity: 1; background-image: none; width: 40px; height: 40px; line-height: 40px; border-radius: 5px; } .testi_carousel .carousel-control-prev { left: auto; right: 45px; } .testi_carousel button { opacity: 1; align-items: flex-end; bottom: 9px; width: auto; } /*==================================================== Blog Section Two ====================================================*/ .blog_sec_tw { background: #fff; padding-top: 230px; } .blog_sec_tw .blog_info { background: #F7F7F7; } /*==================================================== quote Section Two ====================================================*/ .quote_section { padding-bottom: 128px; background-image: url(../images/quote_bg.jpg); background-attachment: fixed; background-position: 12% 100%; } .quote_section .heading_small_tw::before { background-color: #514c4c; } .quote_section .base_header_left h2 { color: #fff; margin-bottom: 45px; } .quote_section .row { margin-bottom: -244px; } .quote_left { padding-right: 30px; } .quote_left .single_con_add span, .quote_left .single_con_add h4 { color: #fff; } .contact_pg_address .single_con_add a i { color: #fff; background: #E1B44F; } .quote_form { background: #fff; padding: 50px 50px 60px; border-radius: 10px; box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 11%); margin-top: 8px; } .quote_form h4 { font-size: 30px; line-height: 40px; font-weight: 800; margin-bottom: 30px; } .quote_form input, .quote_form textarea { width: 100%; border: 1px solid #ddd; margin-bottom: 15px; padding: 10px 20px; border-radius: 5px; line-height: 30px; outline: none; } .quote_form textarea { height: 120px; }
public/frontend/css/style.css
================================================== 1. Global styles 2. Header Section / .header_topbar 3. Menu Section / .navigation 4. Slider Section / .slides_wrapper 5. About Section / .about-section 6. Service Section / .service-section 7. Call to action Section / .cta-section 8. Shop Section / .shop-section 9. Featured Product Section / .featured-product-section 10. Team Section / .team-section 11. Testimonial Section / .testi-section 12. Client Section / .client-section 13. Blog Section / .blog-section 14. Footer Section/ .footer-section [===== Single Page ===== ] 15. Single Page Header 15. About Page 16. Team page 17. Contact page 18. Service page 19. Single Service page 20. Gallery page 21. Shop Page 22. Single Product page 23. Cart Page 24. Checkout page 25. Login Page / My account 26. 404 / not found Page 27. Blog Page 28. Single Blog Page */ /*---------------------------------------------------- 1. Global styles ------------------------------------------------------*/ @import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Manrope:wght@400;500;600;700;800&display=swap'); @import url('fontawesome.min.css'); html { scroll-behavior: smooth; } body { background: #fff; color: #74787C; font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: normal; line-height: 30px; margin: 0; padding: 0; position: relative; } img { max-width: 100%; } /* === PARAGRAPH === */ p { margin: 0 0 10px; } b, strong { font-weight: 600; } /* === Headings === */ h1, h2, h3, h4, h5, h6 { color: #1A1A1A; font-family: 'Manrope', sans-serif; margin: 0 0 15px; padding: 0; transition: 0.3s; letter-spacing: -.5px; } h1 { font-size: 50px; line-height: 1.3; font-weight: 700; } h2 { font-size: 40px; line-height: 1.3; font-weight: 700; } h3 { font-size: 32px; line-height: 1.3; font-weight: 700; } h4 { font-size: 25px; line-height: 1.2; font-weight: 700; } h5 { font-size: 20px; line-height: 28px; } h6 { font-size: 18px; } /* ## End: Headings ## */ /* === Hyperlink === */ a { color: #303030; /*transition*/ -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; text-decoration: none; } a, a>* { cursor: pointer; outline: medium none; text-decoration: none; } a:focus, a:hover { outline: medium none; text-decoration: none; color: inherit; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; } ul { padding: 0; margin: 0; list-style-type: none; } /* === Hyperlink === */ .btn.btn-fill { background: #fff; } .btn.btn-fill { color: #000; } .btn { border-width: 1px; border-style: solid; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; cursor: pointer; padding: 10px 22px; display: inline-block; text-transform: uppercase; letter-spacing: 2px; position: relative; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; color: #fff; } section { background: #FFF; padding-top: 112px; padding-bottom: 120px; } .base-header { padding-bottom: 35px; width: 57%; margin: auto; text-align: center; } .base-header h2 { padding-bottom: 18px; position: relative; text-transform: capitalize; font-weight: 800; margin-bottom: 0px; font-size: 52px; color: #1A1A1A; margin-top: 12px; line-height: 62px; letter-spacing: -1.5px; } .base-header.base_header_left { width: 100%; text-align: left; padding-bottom: 40px; } .base-header.base_header_left .heading_small::after { display: none; } .base-header.base_header_left h2 { padding-bottom: 21px; } .heading_small { font-size: 20px; text-transform: capitalize; font-weight: 700; color: #E1B44F; position: relative; } .heading_small::before, .heading_small::after { position: absolute; content: ""; width: 40px; height: 3px; background: #E1B44F; left: -60px; top: 50%; } .heading_small::after { right: -55px; left: auto; } .base-header.base_header_left .heading_small::before { left: 0px; } .base-header.base_header_left .heading_small { padding-left: 60px; } /* Preloder Start */ .preloader { position: absolute; width: 100%; height: 100%; display: flex; justify-content: center; align-content: start; background: #181b20; z-index: 999999; align-items: baseline; gap: 6px; padding-top: 300px; } .loader { width: 6px; height: 60px; background: #E1B44F; display: inline-block; transform-origin: bottom center; animation: animate 1.5s ease-in-out infinite; } .loader1 { animation-delay: 0.1s; } .loader2 { animation-delay: 0.2s; } .loader3 { animation-delay: 0.3s; } .loader4 { animation-delay: 0.14; } .loader5 { animation-delay: 0.5s; } .loader6 { animation-delay: 0.6s; } .loader7 { animation-delay: 0.7s; } .loader8 { animation-delay: 0.8s; } @keyframes animate { 0% { transform: scaleY(0.1); background: #fff; } 50% { transform: scaleY(1); background: #E1B44F; } 100% { transform: scaleY(0.1); opacity: 0; visibility: hidden; } } .preloader.hidden { animation: fadeOut 1s; animation-fill-mode: forwards; } @keyframes fadeOut { 100% { opacity: 0; visibility: hidden; } } /* Preloder end */ .more-link:hover { color: #fff; } .more-link { vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; background: #E1B44F; border-radius: 6px; font-weight: 600; display: inline-block; font-size: 16px; padding: 14px 35px 14px 38px; color: #fff; text-transform: capitalize; letter-spacing: 0px; font-family: 'Manrope', sans-serif; } .more-link::after { top: 0; left: 0; content: ""; z-index: -4; width: 100%; height: 100%; visibility: hidden; position: absolute; -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleX(0); transform: scaleX(0); border-radius: 5px; background: #2b343b; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .more-link:hover::after { width: 100%; -webkit-transform: scale(1); transform: scale(1); visibility: visible; -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); } .more-link i { position: relative; top: -1px; font-size: 12px; margin-left: 0px; } .b_none { border: none !important; } .owl-prev, .owl-next { -webkit-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; position: absolute; top: 50%; margin-top: -25px; z-index: 99; width: 36px; height: 36px; line-height: 36px; text-align: center; color: #333; opacity: 0; } .owl-theme .owl-controls .owl-nav div { padding-right: 20px; } .owl-theme .owl-controls .owl-nav .owl-prev { left: 0px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .owl-theme .owl-controls .owl-nav .owl-next { right: 15px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .owl-nav { bottom: -50px; left: 0%; } .owl-prev { margin-left: 0; } .owl-nav div.owl-next { left: 60px; right: 20px; } .owl-nav div { color: #333; font-size: 19px; height: 50px; left: 0px; line-height: 36px; margin-top: -30px; opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; position: absolute; text-align: center; top: 50.5%; width: 50px; border-radius: 50%; padding-right: 0px !important; padding-top: 5px; } .owl-dot { display: inline-block !important; padding-left: 4px; padding-right: 4px; } .owl-dots { text-align: center; } .owl-dot span { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 50%; display: inline-block; display: inline-block; width: 16px; height: 16px; background: #E1B44F; border: 5px solid #ECE4E4; } .owl-dot.active span { background: #F7F7F7; /*! border-radius: 10px; */ /*! width: 20px; */ border: 5px solid #E1B44F; } /*---------------------------------------------------- 2. Header Section ------------------------------------------------------*/ /*----- Top bar -----*/ .header_topbar { background: #26292b; padding: 15px 0px; } .top-bar .header_top_left { padding: 0 0; } .header_socil { margin: 0 0 0 10px; float: right; } .header_socil li { padding-left: 1px; padding-right: 1px; } .header_socil li { font-size: 15px; margin: 0; position: relative; display: inline-block; text-align: center; } .header_socil li .fab { font-size: 15px; margin-left: 8px; color: #fff; } .header_socil li .fa:hover { color: #E1B44F; } .header_socil li:nth-child(1) i { margin-right: 5px; color: #E1B44F; } .header_socil li:nth-child(1) { border-right: 1px solid #ddd; padding-right: 20px; margin-right: 10px; line-height: 1; color: #fff; } .header_top_left { padding-left: 1px; float: left; } .header_topbar ul { margin-bottom: 0; text-align: left; margin-left: 43px; } .header_top_right ul { margin-left: 0px; } .header_top_right li { display: inline; padding-right: 20px; font-size: 15px; color: #fff; } .header_top_right li i { margin-right: 5px; color: #E1B44F; font-size: 15px; position: relative; top: 1px; } /*----- End : Top bar -----*/ .navigation .logo { float: left; position: relative; height: 73px; } .quick_lnk ul li::after{ content: unset !important; } .navigation .logo img { margin-top: 10px; max-width: inherit; } .logo img { max-width: inherit; width: 140px; } .widget.quick_lnk{ text-align: center; } .quick_lnk span{ width: 12px; height: 1px; margin-right: 5px; color: #E1B44F; font-size: 20px; } .logo { background: transparent !important; } /*---------------------------------------------------- 3. Menu Section / .navigation ------------------------------------------------------*/ .navigation { background-color: #fff; z-index: 999; position: relative; /*! border-top: 1px solid #eeeef4; */ position: sticky; top: 0px; box-shadow: 0 3px 6px rgba(54, 54, 54, 0.04); } #navigation ul li.active>a { color: #E1B44F; } .navigation #navigation { float: right; margin-right: -98px; } #navigation ul li .submenu-button::after { position: absolute; content: "\f067"; font-family: "Font Awesome 5 Pro"; font-size: 9px; top: 44px; right: 10px; color: #1A1A1A; font-weight: 400; transition: all 500ms ease; } #navigation ul li:hover .submenu-button:after { color: #E1B44F; } #navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button { margin: 0; padding: 0; border: 0; list-style: none; line-height: 14px; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #navigation:after, #navigation>ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } #navigation #menu-button { display: none; } #navigation>ul>li { float: left; margin-right: 0px; } #navigation li:hover>ul { padding-top: 0px; padding-bottom: 4px; background: #fff; } #navigation.align-center>ul { font-size: 0; text-align: center; } #navigation.align-center>ul>li { display: inline-block; float: none; } #navigation.align-center ul ul { text-align: left; } #navigation.align-right>ul>li { float: right; } #navigation>ul>li>a { padding: 42px 0px 42px 0px; font-size: 16px; letter-spacing: 0px; text-decoration: none; color: #1A1A1A; text-transform: capitalize; margin-right: -1px; font-family: 'Manrope', sans-serif; font-weight: 600; } #navigation>ul>li.has-sub>a { padding: 42px 0px 42px 0px; } .navigation #navigation ul li a { padding-right: 10px; padding-left: 15px; } .navigation #navigation ul li.has-sub a { padding-right: 20px; } .navigation #navigation ul li.active.has-sub .submenu-button::after { color: #E1B44F; } #navigation>ul>li.has-sub>a::before { position: absolute; right: 18px; font-family: FontAwesome; content: "\f107"; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; } #navigation>ul>li.has-sub>a::before { position: absolute; right: 14px; font-family: FontAwesome; content: "\f107"; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; display: none; } #navigation ul ul li.has-sub>a::before { position: absolute; top: 20px; right: 14px; display: block; width: 2px; height: 8px; background: #E1B44F; content: ''; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; } #navigation ul ul li.has-sub>a::after { position: absolute; top: 23px; right: 11px; width: 8px; height: 2px; display: block; background: #E1B44F; content: ''; } #navigation ul ul>li.has-sub:hover>a::before { top: 17px; height: 0; } #navigation>ul>li>.active { color: #E1B44F; } #navigation>ul>li:hover>a { color: #E1B44F !important; } #navigation ul ul { position: absolute; left: -9999px; } #navigation.align-right ul ul { text-align: right; } #navigation ul ul li { height: 0; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; } #navigation li:hover>ul { left: auto; } #navigation.align-right li:hover>ul { left: auto; right: 0; } #navigation li:hover>ul>li { height: 40px; } #navigation ul ul ul { margin-left: 100%; top: 0; } #navigation.align-right ul ul ul { margin-left: 0; margin-right: 100%; } #navigation ul ul li a { border-bottom: 1px solid #E1B44F; padding: 14px 10px 14px 20px; width: 220px; font-size: 16px; text-decoration: none; color: #1A1A1A; font-weight: 500; background: #fff; text-transform: capitalize; margin-left: 20px; border-left: 1px solid #f1f1f1; line-height: 13px; position: relative; font-family: 'Manrope', sans-serif; font-weight: 600; } #navigation ul ul li a::after { position: absolute; content: ""; height: 0px; width: 1px; left: 0px; background: #E1B44F; top: 0px; transition: .4s; } #navigation ul ul li:last-child>a, #navigation ul ul li.last-item>a { border-bottom: 0; } #navigation ul ul li:hover>a:after { color: #E1B44F; height: 42px; transition: .4s; } #navigation ul ul li a:hover { color: #E1B44F; } #navigation.small-screen { width: 100%; } #navigation.small-screen ul { width: 100%; display: none; } #navigation.small-screen.align-center>ul { text-align: left; } #navigation.small-screen ul:hover { background: transparent !important; } #navigation.small-screen li:hover>ul { background: transparent; } #navigation.small-screen ul>li { width: 100%; border-top: 1px solid rgba(120, 120, 120, 0.2); } #navigation.small-screen ul ul li, #navigation.small-screen li:hover>ul>li { height: auto; } #navigation.small-screen ul li a, #navigation.small-screen ul ul li a { width: 100%; border-bottom: 0; } #navigation.small-screen>ul>li { float: none; } #navigation.small-screen ul ul li a { padding-left: 15px; } #navigation.small-screen ul ul ul li a { padding-left: 35px; } #navigation.small-screen ul ul li a { color: #333; background: none; } #navigation.small-screen ul ul li a { border-left: 1px solid transparent; } #navigation.small-screen ul ul li:hover>a, #navigation.small-screen ul ul li.active>a { color: #E1B44F; } #navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul { position: relative; left: 0; width: 100%; margin: 0; text-align: left; } #navigation.small-screen>ul>li.has-sub>a:after, #navigation.small-screen>ul>li.has-sub>a:before, #navigation.small-screen ul ul>li.has-sub>a:after, #navigation.small-screen ul ul>li.has-sub>a:before { display: none; } #navigation.small-screen #menu-button { display: block; padding: 17px; color: #171818; cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: 700; } #navigation.small-screen #menu-button:after { position: absolute; top: 22px; right: 2px; display: block; height: 8px; width: 20px; border-top: 2px solid #000; border-bottom: 2px solid #000; content: ''; } #navigation.small-screen #menu-button:before { position: absolute; top: 16px; right: 2px; display: block; height: 2px; width: 20px; background: #000; content: ''; } #navigation.small-screen #menu-button.menu-opened:after { top: 23px; border: 0; height: 2px; width: 15px; background: #000; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } #navigation.small-screen #menu-button.menu-opened:before { top: 23px; background: #000; width: 15px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } #navigation.small-screen .submenu-button { position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid rgba(120, 120, 120, 0.2); height: 48px; width: 46px; cursor: pointer; } #navigation.small-screen .submenu-button.submenu-opened { background: transparent; } #navigation.small-screen ul ul .submenu-button { height: 35px; width: 35px; top: 8px; } #navigation.small-screen .submenu-button:after { position: absolute; top: 22px; right: 19px; width: 8px; height: 2px; display: block; background: #a28d8d; content: ''; } #navigation.small-screen ul ul .submenu-button:after { top: 15px; right: 13px; } #navigation.small-screen .submenu-button.submenu-opened:after { background: #a28d8d; } #navigation.small-screen .submenu-button:before { position: absolute; top: 19px; right: 22px; display: block; width: 2px; height: 8px; background: #a28d8d; content: ''; } #navigation.small-screen ul ul .submenu-button:before { top: 12px; right: 16px; } #navigation.small-screen .submenu-button.submenu-opened:before { display: none; } #navigation.small-screen.select-list { padding: 5px; } /*-----Navigationn end-----*/ /*----- Menu Search -----*/ /* Search css */ .nav-search { position: relative; display: block; color: inherit; } .nav-search:hover { color: inherit; } .search_wrp { width: 100%; height: 100%; overflow: hidden; display: none; position: fixed; top: 0; left: 0; z-index: 121; background: rgba(0, 0, 0, 0.9); } .search_wrp .search_frm { position: absolute; top: 50%; width: 100%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .search_wrp .search-field { width: 50%; margin: auto; position: relative; -webkit-animation: slideInUp 0.3s; animation: slideInUp 0.3s; } .search_wrp .header-search-input { width: 100%; height: 70px; border: 0; padding: 0 50px; text-transform: uppercase; background: transparent; font-size: 25px; color: #fff; border-bottom: 2px solid #898989; text-align: center; letter-spacing: 2px; } .search_wrp input.form-control, .search_wrp input.form-control:focus { background-color: #fff; } @keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } input.header-search-input::-webkit-input-placeholder { color: #fff; font-size: 25px; } input.header-search-input:-moz-placeholder { color: #fff; opacity: 1; font-size: 25px; } input.header-search-input::-moz-placeholder { color: #fff; opacity: 1; font-size: 25px; } input.header-search-input:-ms-input-placeholder { color: #fff; font-size: 25px; } .search_close { position: absolute; top: 50px; right: 50px; font-size: 30px; color: #fff; cursor: pointer; } /* Header Cart */ .header_cart { margin-top: 34px; text-align: right; } .header_cart ul { padding-right: 0px; padding-left: 30px; } .header_cart ul li { display: inline; margin-left: 4px; position: relative; } .header_cart li a { background: #E1B44F; border-radius: 50%; font-size: 13px; color: #fff; width: 33px; height: 33px; display: inline-block; text-align: center; line-height: 33px; } .header_cart li a:hover { background: #2b343b; color: #fff; } .cart_count { position: absolute; top: -14px; background: #fff; box-shadow: 1px 2px 8px #0d0b0b33; border-radius: 50%; height: 20px; width: 20px; text-align: center; line-height: 20px; right: 0px; margin-right: -2px; } .number_cart { position: absolute; top: -16px; background: #E1B44F; padding: 2px 6px; border-radius: 50%; color: #fff; line-height: 15px; right: -2px; } /*----- End :Menu Search -----*/ /*========= Sidebar =========*/ /* Sidebar body */ .cart_sidebar_info { padding: 0px; } .cart_sidebar_close-btn { float: right; } .cart_sidebar_close-btn i { color: #fff; font-size: 20px; margin-top: 10px; } .cart_sidebar_info.info-opened .info_inner { right: 0; display: flex; flex-direction: column; background: #1e1e20; padding: 35px 40px 0px; } .info_inner { position: fixed; right: -120%; top: 0; width: 350px; height: 100%; background: #F1F6FA; -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5); -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5); box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5); z-index: 999999999999; overflow: hidden; } /* Cart Items */ .cart-modal-body h2 { color: #fff; font-size: 22px; font-weight: 600; margin-bottom: 25px; } .cart-modal-product { display: grid; grid-template-columns: 95px 1fr; gap: 15px; margin-bottom: 20px; border-bottom: 1px solid #2b2f31; padding-bottom: 20px; align-items: center; } .cart-modal-product-wrap .cart-modal-product:last-child { border-bottom: 1px solid transparent; } .cart-modal-img img { width: 95px; border-radius: 50%; height: 95px; border: 2px dashed #343439; padding: 6px; } .cart-modal-content { color: #fff; } .cart-modal-content h4 { color: #fff; font-size: 18px; margin-bottom: 5px; line-height: 1.3; } .cart-modal-action { display: flex; justify-content: space-between; } .cart-modal-quantity { display: flex; } .cart-modal-quantity p { margin-bottom: 0px; } .cart-modal-delete i { color: #E1B44F; } .cart-modal-body { padding-top: 45px; } .cart-modal-total { display: flex; justify-content: space-between; margin-top: 23px; margin-bottom: 12px; } .cart-modal-total p { color: #fff; font-size: 20px; } .cart-modal-total h3 { color: #fff; font-weight: 500; font-size: 20px; } .cart-modal-button a { width: 269px; text-align: center; margin-top: 10px; } /* End: Cart Items */ .transition-3 { -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .body-overlay.opened { position: absolute; width: 100%; height: 140%; background: #000; top: 0; z-index: 99999999; opacity: .4; } /* Header Transparent CSS Start ----------------------------------------*/ .header-transparent { padding-bottom: 20px; } .top-bar-transparent { margin-bottom: 20px; } .header-transparent #navigation { margin-top: 5px; background-color: transparent; } .header-transparent #navigation>ul>li>a { padding: 10px 4px; border: transparent; color: #fff; } .header-top { border-bottom: 1px solid transparent; padding-top: 10px; padding-bottom: 10px; color: #fff; border-color: rgba(250, 250, 250, .2); } .header-transparent #navigation li a { color: #ffffff; background-color: transparent; border-left: transparent; border-right: transparent; padding: 14px 30px 14px 10px; } .header-transparent #navigation li ul li a { background-color: #446a73; padding: 18px 20px; } .header-transparent #navigation>ul>li.has-sub>a { padding-right: 30px; } .header-transparent #navigation li ul li a { border-bottom: 1px solid #375b63; } .header-top .top-nav ul li a { color: #fff; } .top-nav-collapse { background-color: rgba(18, 45, 52, .8); } #search-area-v2 { position: absolute; width: 100%; z-index: 1032; top: 48px; } #search-area-v2 .well-bg { background-color: #333; } .phone-img { margin-bottom: 60px; } /*Header Transparent CSS End ----------------------------------------*/ /* ---------------------------------------- 4. Slider Section / .slides_wrapper ----------------------------------------*/ .slide_bg_1 { background: #f0f0f0 url("../images/slider1.jpg") no-repeat scroll right center; } .slide_bg_2 { background: #f0f0f0 url("../images/slider2.jpg") no-repeat scroll right center; } .slide_bg_3 { background: #f0f0f0 url("../images/slider3.jpg") no-repeat scroll right center; } .single_slider { background-color: #dddd; background-position: center center; background-size: cover; color: #fff; font-size: 24px; height: 650px; } .single_slider .container { margin-top: -6px; text-align: left; } .slider_item_tb { display: table; height: 100%; width: 100%; } .slider_item_tbcell { display: table-cell; vertical-align: middle; } .slide_bg_2 .slider_item_tbcell { text-align: right; } .single_slider.slide_bg_2 .col-lg-6 { margin-left: 49.5%; } .slider_home_two .col-md-offset-3 { margin-left: 21%; } .slide_bg_2 .col-lg-7.col-xs-12 { margin-left: 21%; } .slider_home h2 { font-size: 70px; margin-bottom: 29px; font-weight: 700; text-transform: capitalize; line-height: 70px; color: #fff; margin-top: -8px; text-shadow: rgb(98, 87, 87) 0px 0px 3px; } .slider_home h2 span { display: block; } .slider_home h5 { font-size: 20px; margin-bottom: 35px; font-weight: 600; color: #E1B44F; position: relative; display: inline-block; padding: 0px 41px; font-family: 'DM Sans', sans-serif; text-transform: capitalize; letter-spacing: 1px; } .slider_home h5::before { position: absolute; content: ""; background-color: #E1B44F; width: 20px; height: 1px; bottom: 18px; left: 0px; margin-left: 0px; border-radius: 136px; margin-bottom: -6px; } .slider_home h5::after { position: absolute; content: ""; background-color: #E1B44F; width: 20px; height: 1px; bottom: 18px; right: 0px; margin-right: 0px; border-radius: 136px; margin-bottom: -6px; } .slide_bg_2 h5 { padding-right: 33px; } .slide_bg_2 h5::after { left: 98%; } .slider_home h2 .slide_st1 { color: #2c2c2c; font-weight: 700; } .slider_home p { color: #61657a; font-size: 15px; } .slider_btn a { margin-top: 20px; } .slider_btn_one { margin-right: 0px; } .slider_btn_two { margin-left: 15px; color: #fff; border: 2px solid #bec4c8; background: transparent; padding: 12px 35px 12px 38px; } .slider_btn_two.more-link::after { background: #E1B44F; } .slider_btn_one:hover { color: #fff; } .slider_btn_two:hover { color: #fff; border: 2px solid #E1B44F; transition: 1s; } .slides_wrapper { position: relative; } .slides__preload_wrapper { background: #E1B44F none repeat scroll 0 0; height: 100%; left: 0; position: absolute; width: 100%; z-index: 999; } .slides__preload_wrapper .spinner { left: 50%; margin: -20px 0 0 -20px; position: absolute; top: 50%; } /* Carousel Nav -------------------------------------*/ .slider_home .owl-controls { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; max-width: 1140px; position: relative; } .slider_home .owl-nav div.owl-next { left: auto !important; right: 15px !important; } .slider_home .owl-nav div.owl-prev { right: 60px; left: auto !important; } .slider_home .owl-nav div { color: #fff; font-size: 13px; height: 35px; left: 20px !important; line-height: 24px; margin-top: -71px; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; position: absolute; text-align: center; top: 100%; width: 35px; border-radius: 5px; padding-right: 0px !important; padding-top: 5px; background: transparent; border: 1px solid #E1B44F; } .slider_home .owl-nav div:hover { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; background: #E1B44F !important; color: #fff; z-index: 99999; } .slider_home .owl-prev .icon-glyph-229::before { transform: rotate(-180deg); left: -2px; position: relative; top: 1px; } .slider_home .owl-next .icon-glyph-229::before { left: 3px; position: relative; } /* Carousel Dots -------------------------------------*/ .slider_home .owl-dots { position: absolute; margin-top: -67px; margin-left: -21px; } .slider_home.owl-theme .owl-dots .owl-dot span { width: 18px; height: 18px; margin: 5px 0px; background: #E1B44F; display: block; -webkit-backface-visibility: visible; -webkit-transition: opacity 200ms ease; -moz-transition: opacity 200ms ease; -ms-transition: opacity 200ms ease; -o-transition: opacity 200ms ease; transition: opacity 200ms ease; border: 1px solid transparent; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 0px; border-radius: 50%; border: 6px solid #FFFDFA; } .slider_home.owl-theme .owl-dot.active span { background: #FFFDFA; /*! width: 15px; */ /*! height: 8px; */ /*! border-radius: 7px; */ border: 6px solid #E1B44F; } .slider_home.owl-theme .owl-dots .owl-dot { position: relative; display: inline-block; } /*---------------------------------------------------- 5. About Section / .about-section ------------------------------------------------------*/ .about-section { padding-top: 119px; } .about-section .base-header.base_header_left { padding-bottom: 0px; padding-right: 40px; } .about-section .base-header h2 { padding-bottom: 31px; } .about_list { position: relative; margin-top: 24px; } .about_list i { position: absolute; top: 3px; font-size: 60px; color: #E1B44F; } .about_list img { position: absolute; top: 3px; font-size: 60px; color: #E1B44F; width: 90px !important; } .about_list p { padding-left: 120px; } .about-section .more-link { margin-top: 33px; background: transparent; border: 2px solid #C6C6C6; color: #1A1A1A; padding: 12px 35px 12px 38px; } .about-section .more-link:hover { color: #fff; border: 2px solid #2b343b; transition: .9s; } .about-section img { width: 100%; /*! margin-top: 50px */ } #img_hvr { transition: .4s; } #img_hvr:hover { transition: .4s; } /*---------------------------------------------------- 6. Service Section / .service-section ------------------------------------------------------*/ .service-section { background: #f7f7f7; } .service-section .base-header { padding-bottom: 97px; } .service-item { background: #fff; padding: 70px 50px 50px; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; text-align: left; position: relative; margin-top: 0px; border-radius: 10px; text-align: left; position: relative; } .service-item .icon-serv { text-align: center; overflow: hidden; border-radius: 50%; background: #fff; position: relative; height: 120px; width: 120px; margin-top: -130px; margin-bottom: 34px; box-shadow: 0px 0px 60px 0px rgb(218, 218, 218); z-index: 99; } .service-item .icon-serv i { font-size: 50px; color: #E1B44F; line-height: 120px; } .icon-serv:after { position: absolute; width: 100%; height: 100%; background: #6382f7; left: 0%; } .service-item h4 { font-size: 22px; margin-bottom: 12px; line-height: 28px; z-index: 9; position: relative; } .service-item p { z-index: 9; position: relative; } .ser-link { background: #fff; width: 45px; height: 45px; display: inline-block; text-align: center; line-height: 45px; border-radius: 5px; font-size: 14px; color: #E1B44F; box-shadow: 0px 0px 60px 0px rgb(218, 218, 218); z-index: 9; position: relative; margin-top: 22px; } .service-item::after { position: absolute; content: ""; top: 0; left: 0%; height: 100%; width: 0%; background-size: cover; background-repeat: no-repeat; transition: all 0.6s ease; opacity: 0; z-index: 1; background: url("../images/service_hover.jpg"); border-radius: 10px; } .service-item:hover::after { left: 0%; opacity: 1; width: 100%; } .service-item:hover p, .service-item:hover h4 { color: #fff; } /*================================================ 7. Call to action Section / .cta-section ==================================================*/ .cta-section { background: url(../images/cta_bg.png); background-attachment: fixed; } .cta-wrap { text-align: center; width: 100%; } .cta-wrap .base-header { padding-bottom: 18px; } .cta-wrap .heading_small { display: inline-block; } .cta-wrap h2 span { display: block; } .cta-wrap h2 { font-size: 55px; color: #fff; margin-bottom: 54px; line-height: 62.5px; } /*---------------------------------------------------- 8. Shop Section / .shop-section ------------------------------------------------------*/ .shop-section { background: #F7F7F7; padding-bottom: 110px; } .product-wrap { background: rgb(255, 255, 255); padding: 0px 0px 0px; border-radius: 5px; box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.01); margin-bottom: 55px; transition: .3s; } .product-img { position: relative; overflow: hidden; } .product-img img { position: relative; border-radius: 5px; transition: all 0.5s ease; transform: scale(1); margin: auto; display: block; width: auto !important; } .product-wrap:hover .product-img img { transition: all 0.5s ease; transform: scale(1.1); } .prod_badges, .prod_love { position: absolute; left: 0px; top: 15px; } .prod_love { right: 0px; left: auto; } .prod_badges .sale { display: block; background: #E1B44F; color: #fff; line-height: 16px; font-size: 12px; font-weight: 500; padding: 2px 7px 1px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; margin-bottom: 5px; } .prod_badges .new { background: #111; color: #fff; line-height: 16px; font-size: 12px; font-weight: 500; padding: 2px 7px 1px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; text-transform: uppercase; } .prod_love a { background: #ece9e9; width: 40px; height: 40px; border-radius: 50%; font-size: 15px; display: block; text-align: center; line-height: 41px; margin-bottom: 10px; margin-right: 15px; } .prod_love .view-icon, .prod_love .fav-icon { opacity: 0; visibility: hidden; transition: .3s; position: relative; top: 20px; } .product-wrap:hover .fav-icon { opacity: 1; visibility: visible; transition: .3s; top: 0px; } .product-wrap:hover .view-icon { opacity: 1; visibility: visible; transition: .5s; top: 0px; } .prod_love a:hover { color: #fff; background: #E1B44F; } .product-wrap .more-link { position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); opacity: 0; padding: 2px 25px 2px 25px; font-size: 14px; border-radius: 2px; width: 70%; text-align: center; border: 2px solid transparent; } .product-wrap .more-link:hover { border: 2px solid #2b343b; } .product-wrap:hover .more-link { opacity: 1; } .product-info { text-align: center; position: relative; padding-bottom: 20px; } .prod_rating i { color: #f3ed2d; font-size: 12px; } p.prod_price .old { text-decoration: line-through; margin-left: 7px; color: #74787C; } p.prod_price { font-size: 15px; color: #222; font-weight: 500; } .product-info h4 { font-size: 20px; margin-bottom: 5px; margin-top: 3px; letter-spacing: -.3px; } .product-info a { margin-bottom: -19px; margin-top: 15px; } .shop-section .owl-dots { margin-top: -9px; } /*=============================================================== 9. Featured Product Section / .featured-product-section ===================================================================*/ .featured-product-section { padding-bottom: 0px; margin-bottom: -2px; } .featured-product-section .container-fluid { padding-left: 0px; } .featured-product-section .container-fluid>.row { background-color: #f7f7f7; background-image: url(../images/shape1.png); background-position: center right; background-repeat: no-repeat; } .featured-product-section .base-header { width: 100%; } .featured-product-section .fea-img-carousel { background-color: transparent; background-image: linear-gradient(90deg, #fff 32%, #f7f7f7 32%); padding: 120px 0px; padding-right: 50px; } .featured-container { max-width: 723px; width: 100%; } .fea-img { background: url(../images/featured-product.jpg); height: 667px; background-size: cover; background-position: right center; border-radius: 0px 5px 5px 0px; } /* Iteam */ .fea-product-item { background: #fff; padding: 30px 30px 24px; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; margin-bottom: 15px; text-align: left; position: relative; margin-top: 15px; /*! border-bottom-left-radius: 10px; */ /*! border-bottom-right-radius: 10px; */ border-top: 2px solid #E1B44F; position: relative; position: relative; z-index: 1; overflow: hidden; border-radius: 10px; } .fea-product-item:after { background: url(../images/featured-item-bg.jpg); position: absolute; content: ""; width: 107%; height: 100%; top: 0px; left: 0px; z-index: -1; visibility: hidden; opacity: 0; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; transform: scale(1.5); } .fea-product-item:hover:after { visibility: visible; opacity: 1; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; transform: scale(1); } .fea-product-item:hover .fea-text h4, .fea-product-item:hover .fea-text p, .fea-product-item:hover .fea-text ul li { color: #fff; } .fea-icon i { background: #E1B44F; width: 60px; height: 60px; font-size: 30px; color: #fff; text-align: center; line-height: 60px; display: block; border-radius: 5px; } .fea-text h4 { font-size: 22px; margin-top: 26px; margin-bottom: 12px; } .fea-text p { margin-bottom: 12px; } .fea-text ul li { margin-top: 5px; color: #6f6e6e; font-size: 18px; } .fea-text ul li i { color: #E1B44F; margin-right: 5px; } /* featured Nav*/ .fea-img-carousel .owl-nav div { top: 100%; font-size: 17px; left: auto; color: #fff; margin-top: -160px; background: #E1B44F; opacity: 1; border-radius: 0px; width: 40px; height: 40px; line-height: 29px; margin-right: -5px; } .fea-img-carousel .owl-nav .owl-prev { right: 55px !important; left: auto !important; } .fea-img-carousel .owl-nav div:hover { opacity: .8; } /*---------------------------------------------------- 10. Team Section / .team-section ------------------------------------------------------*/ .team-section { background: url(../images/team_bg.jpg); } .team-section .col-sm-12 { transition: .3s; } .team-section .col-sm-12:hover { transition: .3s; position: relative; transform: translateY(-10px); } .team-info { background: #fff; text-align: center; padding: 40px 15px 25px; position: relative; border-radius: 0px 0px 10px 10px; } .team-img img { border-top-left-radius: 10px; border-top-right-radius: 10px; } .team-social ul li { display: inline-block; margin: 0px 1px; } .team-social { text-align: center; margin-top: -10px; margin-top: -57px; margin-bottom: 15px; } .team-info h4 { font-size: 22px; margin-bottom: 0px; } .team-social ul li a { background: #E1B44F; color: #fff; width: 35px; height: 35px; line-height: 35px; border-radius: 40px; font-size: 15px; } .team-social ul li:hover a { background: #fff; color: #E1B44F; -webkit-animation: pulsePrimary 1s 1 ease-in-out; animation: pulsePrimary 1s 1 ease-in-out; } .team-info p { margin: 0px; } /* Animation */ @-webkit-keyframes pulsePrimary { 0% { -webkit-box-shadow: 0 0 0 0 rgba(255, 69, 0, 0.4); box-shadow: 0 0 0 0 rgba(255, 69, 0, 0.4); } 70% { -webkit-box-shadow: 0 0 0 20px rgba(255, 69, 0, 0); box-shadow: 0 0 0 20px rgba(255, 69, 0, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(255, 69, 0, 0); box-shadow: 0 0 0 0 rgba(255, 69, 0, 0); } } /*---------------------------------------------------- 11. Testimonial Section / .testi-section ------------------------------------------------------*/ .testimonial-section { padding-top: 112px; padding-bottom: 82px; } .testimonial-section .base-header { width: 100%; text-align: left; padding-left: 20px; padding-bottom: 30px; } .testimonial-section .heading_watermark { left: -15px; } .testi_wrp { padding: 15px 0px 40px 20px; margin-bottom: 0px; border-radius: 40px 0px 0px; overflow: hidden; } .testi_info { position: relative; } .testi_info:after { position: absolute; top: 0px; font-size: 52px; color: #E1B44F; margin-top: -7px; z-index: -9; left: 0px; margin-left: 0px; content: '\f10d'; font-family: "Font Awesome 5 Pro"; } .testi_info p { font-size: 20px; line-height: 32px; margin-bottom: 26px; padding-top: 51px; } .testi_img { position: relative; } .testi_img::after { position: absolute; background: #E1B44F; width: 90px; height: 95px; content: ""; left: -4px; top: 0px; border-radius: 50%; z-index: -9; } .testi_img img { width: 90px !important; border-radius: 50%; margin-right: 15px; float: left; overflow: hidden; } .testi_wrp h4 { display: inline-block; font-size: 22px; position: relative; top: 16px; line-height: 32px; ; } .testi_wrp h4 span { display: block; font-size: 16px; color: #74787C; margin-top: -4px; margin-bottom: 0px; font-weight: 400; font-family: 'DM Sans', sans-serif; } .testi_sing_img img:nth-child(3) { left: 0px; width: 160px; top: 0px; margin-top: 15px; } .testi_sing_img img:nth-child(2) { width: 100px; left: 0px; top: 0px; margin-top: -110px; margin-left: 95px; } .testi_sing_img img:nth-child(4) { width: 135px; top: 0px; margin-top: 180px; left: 0px; margin-left: 60px; } .testi_sing_img { position: relative; /*! margin-top: 50px; */ } /* Testimonial Nav*/ .testimonial-section .owl-nav div { top: 100%; font-size: 17px; left: auto; color: #fff; margin-top: -103px; background: #E1B44F; opacity: 1; border-radius: 5px; width: 40px; height: 40px; line-height: 30px !important; } .testimonial-section .owl-nav .owl-prev { right: 62px !important; left: auto !important; } .testimonial-section .owl-nav div:hover { opacity: .8; } /*---------------------------------------------------- 12. Client Section / .client-section ------------------------------------------------------*/ .client-section { padding-top: 0px; padding-bottom: 120px; } .client-section .client-box img { width: 160px; margin: auto; } .client-section .client-box:hover { opacity: 1; transition: .4s; } .client-box { text-align: center; opacity: .8; transition: .4s; } .client-box h5 { font-weight: 700; font-size: 16px; margin-bottom: 0px; } /*================================================ 13. Blog Section ==================================================*/ .blog-section { background: #F7F7F7; } .blog_info { background: #fff; padding: 32px 35px 30px 35px; position: relative; z-index: 9; border-radius: 0px 0px 10px 10px; } .blog_info h4 { margin-bottom: 8px; text-transform: capitalize; font-size: 22px; line-height: 32px; } .blog_info p { margin-top: 0px; border-bottom: 1px solid #f0eaea; padding-bottom: 15px; margin-bottom: 13px; } .blog_info h4:hover { color: #E1B44F; } .blog_date { display: inline-block; font-size: 15px; color: #74787C; } .blog_date span i { margin-right: 5px; font-size: 13px; position: relative; top: -1px; } .blog_read a { color: #74787C; text-transform: capitalize; font-size: 16px; font-family: 'Manrope', sans-serif; font-weight: 400; } .blog_read { float: right; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .blog_read i { margin-left: 4px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; position: relative; top: -1px; color: #9a9a9a; font-size: 13px; } .blog_read:hover i { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; opacity: 1; transform: translateX(5px); position: relative; margin-left: 5px; color: #E1B44F; } .blog_read:hover a { color: #E1B44F; } .blog_img img { height: auto; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; border-radius: 10px 10px 0px 0px; } .blog_img { overflow: hidden; position: relative; } .blog_wrp:hover .blog_img img { transform: scale(1.1) rotate(3deg); -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .blog_wrp { overflow: hidden; } /*---------------------------------------------------- 14. Footer Section/ .footer-section ------------------------------------------------------*/ .footer-section.footer_home { padding-top: 285px; margin-top: -300px; } .footer-section { float: left; width: 100%; padding: 75px 0 0 0; color: #fff; background: #1e1e20 url(../images/footer-bg.png); } .footer-section .container { position: relative; } .footer-section .widget { padding-bottom: 0px; margin-bottom: 17px; padding: 0px; background: transparent; position: relative; } .footer-section .widget h5 { color: #fffcf4; text-transform: capitalize; font-size: 20px; margin-bottom: 32px; font-weight: 700; } .footer-section .widget h3 { color: #fff; font-weight: 900; letter-spacing: 3px; margin-bottom: 25px; } .footer-section .widget p { color: #d5d5d5; margin-top: 21px; float: left; margin-bottom: 16px; } .footer-section .widget img { margin-top: 3px; } .footer_contact { overflow: hidden; width: 100%; } .footer_contact_address { margin-bottom: 10px; } .footer-contact-icon { float: left; margin-right: 15px; } .footer-contact-icon i { color: #E1B44F; font-size: 18px; } .footer_contact span { font-weight: 500; color: #d5d5d5; } .footer_soc { margin-bottom: 15px; } .footer_socil .list-icons { padding-left: 0; list-style: none; } .footer_socil .list-icons li { float: left; margin-left: 6px; } .footer_socil .list-icons li a { color: #d5d5d5; font-size: 18px; padding-right: 7px; } .footer_socil .list-icons li a:hover { color: #E1B44F; text-decoration: underline; } .quick_lnk ul li { list-style: none; padding-bottom: 12px; padding-left: 20px; } .quick_lnk ul li::after { position: absolute; content: ">"; left: 0; width: 12px; height: 1px; margin-top: 0px; color: #E1B44F; } .quick_lnk ul li a { color: #d5d5d5; } footer .quick_lnk li a:hover { color: #E1B44F; text-decoration: underline; } ul.footer_recent_blog { margin-top: 37px; } .footer_recent_blog li { border-bottom: 1px solid #303235; padding-bottom: 18px; margin-bottom: 13px; overflow: hidden; } .footer_recent_blog li:last-child { padding-bottom: 0px; margin-bottom: 0px; border-bottom: 1px solid transparent; } .footer_recent_blog img { width: 88px; float: left; margin-right: 15px; overflow: hidden; height: 80px; } .footer_recent_blog .post_cont { overflow: hidden; display: block; } .post-date { color: #7d7d7d; } .footer_recent_blog .post_cont i { margin-right: 7px; color: #E1B44F; font-size: 14px; } .footer_recent_blog .post_cont a span { margin-top: 5px; line-height: 23px; color: #d5d5d5; overflow: hidden; display: block; font-family: 'Manrope', sans-serif; font-weight: 700; } .footer_recent_blog .post_cont a span:hover { color: #E1B44F; } .footer-section .email_field { background: #383840; box-shadow: none; border: none; color: #ddd; line-height: 45px; padding-left: 18px; width: 100%; margin-top: 5px; border: 1px solid transparent; border-radius: 3px; outline: none; } .footer-section .email_field:focus { border: 1px solid #E1B44F; } .news_letter_wrp p { margin-top: -2px !important; } .news_letter_wrp form { position: relative; overflow: hidden; display: block; width: 100%; } .news_letter_wrp .submit-contact { height: 38px; line-height: 35px; border-radius: 2px; font-size: 20px; background: #E1B44F; border: transparent; color: #fff; position: absolute; right: 6px; margin-top: 11px; padding: 0px 10px; top: 0px; width: 40px; } .news_letter_wrp .submit-contact i { font-size: 15px; font-weight: bold; } .subfooter_wrap { display: flex; justify-content: space-between; padding: 35px 0px; color: #bababa; margin-top: 55px; position: relative; border-top: 1px solid #282a2d; } .subfooter p { color: #A2A4A6; margin: 0px; text-transform: capitalize; text-align: left; display: inline; float: left; } .subfooter p a { color: #E1B44F; } .scrollup { position: fixed; right: 10px; bottom: 10px; background: #E1B44F; font-size: 19px; color: #fff; cursor: pointer; z-index: 999; border: 1px solid transparent; border-radius: 5px; width: 44px; height: 44px; text-align: center; line-height: 43px; } .scrollup a { color: #fff; } .scrollup a:hover { color: #fff; } .scrollup .icon-glyph-266::before { transform: rotate(180deg); } /*---------------------------------------------------- 15. Single Page Header/ Single Page ------------------------------------------------------*/ /* Breadcrumb Section ================================= */ .breadcrumb-section { background: transparent url("../images/slider1.jpg"); color: #FFF; box-sizing: border-box; height: 400px; background-repeat: no-repeat; width: 100%; background-attachment: fixed; position: relative; text-align: center; color: #fff; } .breadcrumb-section .container { position: relative; z-index: 10; } .breadcrumb-section .col-sm-12 { height: 400px; display: grid; place-content: center; grid-template-columns: 1fr; text-align: left; } .breadcrumb-section p { color: #333; text-transform: uppercase; font-size: 15px; letter-spacing: .5px; font-weight: 400; margin-top: 10px; margin-top: auto; position: absolute; bottom: 0px; right: 15px; background: #effcfa; padding: 15px 24px 13px; margin-bottom: 0px; border-radius: 5px 5px 0px 0px; } .breadcrumb-section p>i { font-size: 12px; position: relative; top: -1px; margin-right: 0px; margin-left: 1px; font-weight: 500; } .breadcrumb-section p a { color: #1A1A1A; } .breadcrumb-section p a i { font-size: 14px; position: relative; top: -1px; margin-right: -2px; } .breadcrumb-section h3 { color: #fff; text-transform: capitalize; font-size: 55px; font-weight: 800; margin-bottom: 0px; } .breadcrumb-section p a:hover { color: #E1B44F; } /*---------------------------------------------------- 15. About Page ------------------------------------------------------*/ .about-pg-about { background: #F7F7F7; padding-bottom: 100px; } .history-section { margin-top: 120px; } .history-section .tab-content { margin-left: 4px; } .history-section .base-header h2 { margin-top: -12px; } .history-section .nav-pills .nav-link { height: 100px; cursor: pointer; position: relative; display: flex; align-items: center; justify-content: flex-end; margin-bottom: 20px; background: url(../images/blog1.jpg); background-size: cover; background-position: center; transition: 0.5s; color: #fff; z-index: 9; font-size: 20px; text-transform: uppercase; padding-right: 40px; border-radius: 10px; } .history-section .nav-pills .nav-link::before { position: absolute; content: "\f30b"; font-family: "Font Awesome 5 Pro"; right: 34px; margin-top: 1px; opacity: 0; font-size: 18px; } .history-section .nav-pills .nav-link:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(41, 41, 41, .93); transition: 0.5s; z-index: -1; border-radius: 10px; } .history-section .nav-pills .nav-link:hover { padding-right: 60px; } .history-section .nav-pills .nav-link:hover:before { opacity: 1; } .history-section .nav-pills .nav-link:hover:after { background-color: rgba(225, 180, 79, 0.91); } .history-section .nav-pills .nav-link:hover { background-position: top; } /* Active */ .history-section .nav-pills .nav-link.active { padding-right: 60px; } .history-section .nav-pills .nav-link.active:before { opacity: 1; } .history-section .nav-pills .nav-link.active:after { background-color: rgba(225, 180, 79, 0.91); } .history-section .nav-pills .nav-link.active { background-position: top; } /* ================================= 16. Team page ================================= */ .team-pg-team { background: #effcfa; padding-bottom: 90px; } .team-pg-team .col-sm-12 { transition: .3s; margin-bottom: 30px; } /* ================================= 17. Contact page ================================= */ .contact_pg_contact { padding: 120px 0px; background: #fff; } .contact_pg_contact .contact-form { padding-right: 20px; } .contact_pg_contact .contact_wrp { padding: 0px; background: transparent; position: relative; } .map-container iframe { width: 100%; height: 408px; border: none; margin-bottom: -10px; margin-top: 120px; filter: grayscale(1); } .contact_pg_address { margin-top: -32px; } .contact_pg_address h3 { margin-bottom: 27px; font-size: 32px; letter-spacing: 0px; line-height: 38px; margin-top: -2px; font-weight: 500; } .single_con_add span { margin: 0; margin-top: -7px; font-weight: 400; } .single_con_add h4 { font-size: 16px; } .contact_pg_address .single_con_add { overflow: hidden; margin-bottom: 0px; margin-top: 8px; padding: 10px 0px; } .contact_pg_address .single_con_add a { display: block; float: left; color: #515050; margin-top: 6px; } .contact_pg_address .single_con_add a i { font-size: 20px; margin-top: -11px; color: #E1B44F; border-radius: 50%; margin-right: 20px; background: #e4f3f0; width: 55px; height: 55px; line-height: 55px; display: inline-block; text-align: center; } .contact_pg_address .single_con_add a i:hover { color: #fff; background: #E1B44F; } .contact_pg_address .single_con_add span { display: block; padding-left: 45px; } .contact-form-warper .con-field { width: 100%; line-height: 60px; margin-bottom: 30px; background: transparent; padding: 0px 25px; border: 1px solid #e6d8d8; border-radius: 3px; color: #282828; border: 1px solid transparent; outline: none; background: #e4f3f0; } .contact_pg_contact .contact-form-warper #message { height: 165px; } .contact-form-warper label { width: 100%; margin-bottom: 0px; position: relative; } .contact_pg_contact .contact-form-warper i { color: #E1B44F; } .contact-form-warper i { position: absolute; right: 20px; color: #fff; margin-top: -23px; top: 50%; } .contact_col_right i { top: 45px; } .contact_pg_contact .contact-form-warper #submit-contact:hover { background: #262c33; color: #fff; } .contact_col_right { float: right; } .contact_col_left { float: left; } .contact_col_full { text-align: center; } .contact-form-warper #submit-contact { background: #E1B44F; padding: 22px 35px; line-height: 13px; text-align: center; text-transform: capitalize; border: none; color: #fff; font-size: 16px; margin-top: 0px; border-radius: 3px; font-weight: 600; letter-spacing: 0px; font-family: 'Manrope', sans-serif; float: left; } /* ================================= 18. Service page ================================= */ .service-pg-service { padding-bottom: 30px; } .service-pg-service .service-item { margin-bottom: 90px; } /* ================================= 19. Single Service page ================================= */ .single_service { padding: 120px 0px; } .single_service .row .col-lg-8 { order: 1; } .single_service_left p { margin-bottom: 20px; } .service_detail_bottom .service_botom_text { padding-right: 15px; } .single_service_left img { -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .single_service_left img:hover { -webkit-transform: scale3d(1.01, 1.01, 1); transform: scale3d(1.01, 1.01, 1); -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .single_service_left { overflow: hidden; } .service_detail_bottom h4 { margin-top: 50px; margin-bottom: 20px; } .service_detail_bottom .service_botom_text1 { padding-left: 15px; } .single_service_right { padding-left: 0px; border-radius: 5px; } .single_service .service_botom_text, .single_service .service_botom_text1 { margin-top: 12px; } .single_service .service_botom_text1 { margin-top: 20px; } .single_service_left_botom .sing_service_item .icon-serv { margin-top: 0px; margin-bottom: 25px; } .single_service_left_botom .sing_service_item .icon-serv i { color: #E1B44F; font-size: 55px; } .single_service_left_botom .sing_service_item { padding: 40px 35px 30px; margin-bottom: 0px; margin-top: 15px; text-align: center; border: 1px solid #E2E3E3; } .single_service h4 { letter-spacing: 0px; font-size: 22px; margin-bottom: 15px; margin-top: 0px; } .single_service_left h4 { margin-bottom: 15px; margin-top: 31px; font-size: 30px; letter-spacing: 0px; line-height: 40px; } .single_service_cat h4 { margin-top: 0px; } .single_service_cat { margin-bottom: 30px; } .single_service_cat ul { margin: 0; padding: 0; list-style: none; } .single_service_cat ul .active { border-left: 2px solid #E1B44F; } .single_service_cat ul li { display: inline-block; position: relative; width: 100%; margin-bottom: 1px; text-align: left; padding: 18px 5px 18px 25px; border-radius: 2px; background: #F7F7F7; border-left: 2px solid transparent; } .single_service_cat ul li:hover a { color: #E1B44F; } .single_service_cat ul li:hover { border-left: 2px solid #E1B44F; } .single_service_cat ul li:hover:after { color: #E1B44F; } .single_service_cat ul li a { font-size: 16px; display: block; position: relative; z-index: 99; color: #61657a; text-transform: capitalize; } .single_service_cat ul li::after { content: '\f054'; font-family: "Font Awesome 5 Pro"; right: 25px; top: 18.5px; color: #E1B44F; position: absolute; font-weight: bold; font-size: 14px; margin-left: 23px; } .service_contact { margin-bottom: 30px; background: #F7F7F7; padding: 30px 35px 15px; border-radius: 5px; } .service_contact i { font-size: 16px; color: #E1B44F; } .service_contact .fa-globe { position: relative; top: -25px; } .service_contact p { font-size: 16px; display: inline-block; margin-left: 14px; margin-bottom: 14px; } .download_brochur { background: #F7F7F7; padding: 30px 35px 25px; overflow: hidden; border-radius: 5px; } .download_brochur ul { list-style: none; padding: 0px; margin: 0px; } .download_brochur .files li { position: relative; margin-bottom: 10px; } .download_brochur .files li a { position: relative; display: block; color: #515050; font-size: 15px; font-weight: 500; line-height: 24px; padding: 13px 2px; border-radius: 5px; border: 1px solid #E1B44F; text-align: center; text-transform: uppercase; } .download_brochur .files li a:hover { background-color: #E1B44F; border: 1px solid #E1B44F; color: #fff; } .download_brochur .files li a:hover .fa { color: #fff; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; } .download_brochur .files li a .fa { position: relative; line-height: 24px; padding-right: 8px; color: #E1B44F; } .download_brochur p { margin-bottom: 25px; margin-top: -5px; } /* Pricing packages ================================= */ .pricing-packages { margin-top: 23px; } .pricing-box { background: #F7F7F7; position: relative; text-align: left; padding: 44px 30px 50px 50px; z-index: 9; border-radius: 5px; } .pric_icon { position: absolute; left: 50%; transform: translateX(-50%); top: -58px; z-index: 99; } .pric_icon i { font-size: 70px; color: #fff; background: #E1B44F; border-radius: 50%; line-height: 110px; width: 120px; height: 120px; display: block; border: 5px solid transparent; } .pricing-box h3 { font-size: 22px; border-bottom: 1px solid rgba(228, 228, 228, 0.63); padding-bottom: 22px; margin-bottom: 16px; font-weight: 700; } .pricing-box p { color: #555555; padding-bottom: 15px; } .pricng_lst { margin-bottom: 28px; } .pricng_lst span { color: #505050; display: block; position: relative; margin: auto; text-align: left; padding-left: 20px; margin-bottom: 5px; } .pricng_lst span::after { content: '\f054'; position: absolute; left: 0; font-family: "Font Awesome 5 Pro"; color: #333; bottom: 0; margin-left: 0px; font-size: 10px; font-weight: bold; } .feature_pric .pricing-box { box-shadow: 0 0 23px rgba(24, 35, 51, 0.08); background: #FFF; } .pricing-box::after { position: absolute; content: ""; left: 0; top: 0px; width: 100%; height: 0%; background: #E1B44F; transition: .3s; opacity: 0; } .pric_icon i:after { position: absolute; content: ''; width: 100%; height: 100%; border-radius: 50%; left: 0px; top: 0px; right: 0px; transform: scale(0, 0); transition: all 500ms ease; background: #fff; } .pricing-box a { background: #fff; width: 45px; height: 45px; display: inline-block; text-align: center; line-height: 45px; border-radius: 5px; font-size: 14px; color: #E1B44F; box-shadow: 0px 0px 60px 0px rgb(218 218 218); z-index: 9; position: relative; } .pricing-box a::before { color: #fff; background: #E1B44F; } /* hover */ .pricing-box:hover::after { opacity: 1; height: 100%; transition: .3s; z-index: -1; } .pricing-box:hover .pric_icon i { border: 5px solid #E1B44F; background: #E1B44F; z-index: 99; position: relative; color: #E1B44F; } .pricing-box:hover h3, .pricing-box:hover .pricng_lst span, .pricing-box:hover .pricng_lst span::after { color: #fff; } .pricing-box:hover .pric_icon i:after { transform: scale(1, 1); z-index: -1; } .pricing-box a:hover { color: #fff; } .pricing-box:hover a:before { background: #fff; color: #E1B44F; } .pricing-box:hover a { background: #fff; color: #E1B44F; } .pricing-box:hover { box-shadow: 0 0 23px rgba(24, 35, 51, 0.08) } /* ================================= 20. Gallery page ================================= */ .gallery_pg_one { background: #effcfa; padding-bottom: 90px; } .work-section .row .col-xs-12:nth-child(4) { margin-left: 16.7%; } .work-section .row .col-xs-12:nth-child(5) { margin-left: -16.7%; } .work-section .row .col-md-6 { max-width: 33.33%; } /* Work items ------------------*/ .single-project-item { background-image: url(../images/product1.jpg); } .project-bg-2 { background-image: url(../images/product2.jpg); } .project-bg-3 { background-image: url(../images/product3.jpg); } .project-bg-4 { background-image: url(../images/product4.jpg); } .project-bg-5 { background-image: url(../images/product5.jpg); } .project-bg-6 { background-image: url(../images/product6.jpg); } .project-bg-7 { background-image: url(../images/product2.jpg); } .project-bg-8 { background-image: url(../images/product3.jpg); } .single-project-item { background-color: #ddd; background-position: center center; background-size: cover; height: 350px; margin-bottom: 30px; } .projects-titles { list-style: outside none none; text-align: center; margin-bottom: 40px; margin-top: 0px; width: 100%; } .projects-titles li { color: #2b343b; cursor: pointer; display: inline-block; margin-right: 5px; transition: all 0.3s ease 0s; margin-left: 5px; text-transform: uppercase; position: relative; padding: 10px 40px; border: 1px solid #ccd2d7; font-size: 15px; margin-bottom: 10px; border-radius: 4px; } .project-hover span, .project-hover a { color: #fff; } .projects-titles li.active { color: #FFF; background: #E1B44F; border: 1px solid #E1B44F; } .project-hover h6 { color: #fff; font-size: 22px; text-transform: capitalize; margin-top: 24px; margin-bottom: 2px; position: relative; font-weight: 700; } .project-hover span { display: block; font-size: 15px; font-weight: normal; padding-top: 0px; text-transform: capitalize; position: relative; } .single-project-item .project-link i { position: relative; font-size: 18px; background: #fff; color: #333; border-radius: 50%; padding: 8px 10px; } .project-hover { position: relative; height: 100%; } .project-hover::before { background: #292626; content: ""; height: 100%; left: 0; opacity: 0; position: absolute; top: 0; width: 100%; height: 100%; transition: all 0.4s ease 0s; } .single-project-item:hover .project-hover:before { opacity: .7; transition: all 0.4s ease 0s; } .single-project-item:hover .project_cnt { opacity: 1; transition: all 0.4s ease 0s; padding-top: 125px; } .project_cnt { text-align: center; padding-top: 112px; opacity: 0; transition: all 0.4s ease 0s; } /* ====================================== 21. Shop Page ======================================*/ .shop-section.shop-pg-shop { background: #effcfa; padding: 120px 0px; } .shop-section.shop-pg-shop .product-wrap { margin-bottom: 30px; } .shop-filter { display: flex; justify-content: space-between; margin-bottom: 50px; } .product_count { margin-top: 12px; } /* Select Shorting */ .select-group { position: relative; } .select-group select { width: 300px; height: 55px; border: 1px solid #d2cdcd; background: transparent; border-radius: 5px; padding-left: 20px; -moz-appearance: none; appearance: none; position: relative; z-index: 99; color: #4b4b4b; cursor: pointer; outline: none; } .select-group::before { position: absolute; content: "\f078"; right: 35px; font-family: "Font Awesome 5 Pro"; top: 29px; font-size: 15px; color: #8e8d8d; z-index: 999; width: 0px; height: 0px; line-height: 0px; } /* Pagination */ .pagination-link { text-align: center; margin-top: 20px; } .pagination-link ul { border: 1px solid #E3D8D8; border-radius: 3px; display: inline-block; padding: 0 3px; } .pagination-link ul li.active a { color: #E1B44F; } .pagination-link ul li { display: inline-block; padding: 0 18px; margin: 14px 0; border-right: 1px solid #E3D8D8; color: #21a7d0; font-size: 16px; } .pagination-link ul li:last-child { border-right: 1px solid transparent; padding: 0 10px; } .pagination-link ul li a { color: #505050; } .pagination-link ul li a i::before { color: #645c5c; font-size: 20; transition: all 0.3s ease; position: relative; top: 0px; } .pagination-link ul li:hover a, .pagination-link ul li:hover i::before { color: #E1B44F; } /* ================================= 22. Single Product page ================================= */ .shop-product-area { margin-bottom: 30px; padding-top: 40px; } .shop-product-area .slick-list { height: auto; padding: 0 !important; } .shop-product-area .single-thumbnail-small.slick-initialized.slick-slider { height: 138px !important; margin: 10px 0 0 !important; overflow: hidden; width: 100% !important; } .shop-product-area .custom-prev.slick-arrow { background: transparent none repeat scroll 0 0; border: medium none; color: #333; height: 30px; left: 0; position: absolute; top: 40%; width: 30px; z-index: 9999; } .shop-product-area .custom-prev::before { border: 1px solid #333; content: ""; height: 30px; left: 0; position: absolute; top: 0; width: 30px; } .custom-next.slick-arrow { background: transparent none repeat scroll 0 0; border: medium none; bottom: 0; color: #333; height: 30px; position: absolute; right: 0; top: 40%; width: 30px; } .custom-next::before { border: 1px solid #333; content: ""; height: 30px; left: 0; position: absolute; top: 0; width: 30px; } .shop-product-area .single-thumb { cursor: pointer; margin-left: 0px; overflow: hidden; width: 139px !important; margin-right: -9px; } .shop-product-area .single-thumb img { padding-left: 20px; } /* Single Product Right Side ----------------------------------------*/ .allproduct-info { margin-left: 20px; } .tittle_product { margin-bottom: 20px; } .product-sub-tit { display: block; margin-bottom: 8px; font-size: 18px; text-transform: capitalize; font-weight: 500; color: #E1B44F; } .tittle_product .next_prev { float: right; } .tittle_product .next_prev a span { padding: 4px; background: #ececec; font-size: 15px; color: #999999; } .tittle_product .next_prev a span:hover { background: #E1B44F; color: #fff; } .tittle_product h4 { text-decoration: none; font-size: 30px; } .detail-product-title { margin-bottom: 39px; } .allproduct-price-area { display: flex; justify-content: space-between; align-items: baseline; } .detail-product-title>a { color: #333333; font-size: 18px; font-weight: 700; } .shop-product-area .n-amt { color: #2b343b; font-size: 22px; font-weight: 600; padding-right: 10px; } .shop-product-area del { color: #ccbfbf; font-size: 22px; font-weight: 300; margin-right: 10px; } .rating2 { float: none; margin-top: -10px; /*! margin-bottom: 20px; */ } .allproduct-price-area .rating2 i { font-size: 14px; } .star.yes { color: #E1B44F; } .detail-product-info .fa.fa-star { font-size: 12px; } .star-rating ul li { color: #d5c5c5; display: inline-block; } .reviews { margin-left: 20px; margin-right: 0px; color: #999999; } .reviews a { color: #61657a; } .add-reviews { margin-left: 10px; color: #999999; } .add-reviews a { color: #61657a; } .shop-product-area .p-content { /*! border-bottom: 1px solid #e9e9e9; */ padding-bottom: 11px; } .shop-product-area .content { color: #989898; font-size: 14px; font-weight: 400; line-height: 24px; border-bottom: 1px solid #e5e5e5; padding-bottom: 20px; } .shop-product-area .content span { color: #E1B44F; } .shop-product-area .d-content { width: 100%; margin-top: 25px; margin-bottom: 8px; } .d-content { left: 0; margin: auto; padding: 0; right: 0; width: 88%; } .cart-quantity { position: relative; } .cart-quantity { margin-top: 18px; display: inline-block; float: left; overflow: hidden; } .cart-plus-minus { border: 1px solid #e9e9e9; cursor: pointer; height: 52px; width: 70%; position: relative; border-radius: 5px; } .cart-plus-minus-box { border: medium none; display: block; font-size: 18px; height: 48px; line-height: 48px; margin: auto; padding-left: 8px; width: 24%; color: #2b343b; } .qtybutton { color: #989898; font-size: 35px; left: 10px; line-height: 35px; position: absolute; top: 5px; } .inc.qtybutton { left: auto; right: 10px; } .detail-choices { border-bottom: 1px solid #e9e9e9; float: left; padding-bottom: 13px; padding-top: 25px; width: 100%; } .detail-choices .choice-icon { margin-left: 0; } .shop-product-area .choice-icon { margin-bottom: 40px; margin-top: 17px; } .choice-icon { border: 2px solid #fff; display: inline-block; height: 45px; margin: auto; position: relative; } .shop-product-area .choice-icon li { display: inline-block; float: left; } .shop-product-area li .adtocart { border: 2px solid #E1B44F; color: #FFF; display: block; font-weight: 700; height: 50px; line-height: 47px; margin-right: 20px; padding: 0 41px; background: #E1B44F; border-radius: 5px; } .shop-product-area li .adtocart:hover { background: transparent; color: #2b343b; } .shop-product-area .heart { border: 2px solid #E1B44F; color: #E1B44F; float: left; font-size: 20px; height: 50px; line-height: 46px; padding: 0 15px; border-radius: 5px; } .shop-product-area .heart:hover { background: #E1B44F; color: #FFF; } .shop-product-area .share-area li { display: inline-block; } .share-area i { /*! padding: 11px 12px; */ border-radius: 47%; color: #74787C; font-size: 16px; margin-right: 7px; } .share-area i:hover { color: #E1B44F; } .categories-area { width: 100%; overflow: hidden; margin-bottom: 7px; border-bottom: 1px solid #ddd; padding-bottom: 7px; } .categories-area:last-child { border-bottom: 1px solid transparent; } .categories-area .category span { color: #1A1A1A; } .categories-area p { font: 14px; color: #999999; float: left; padding-right: 10px; position: relative; } .allproduct-info p.category:after { position: absolute; content: ":"; right: 0px; } .categories-area ul { list-style: none; margin-left: 10px; overflow: hidden; } .categories-area ul li { display: inline-block; margin-top: 1px; } .categories-area ul li a { color: #74787C; text-decoration: none; } .shop-product-area .category, .tags { color: #989898; font-size: 15px; font-weight: 400; margin-bottom: 0px; width: 94px; margin-right: 20px; } .tags { margin-top: -18px; } .tags span { color: #5D5D5D; } .shop-product-area .category span { font-weight: 500; margin-right: 8px; } /* product description ----------------------------------------*/ .cust-reviews-area { padding-bottom: 104px; } .cust-reviews-area .nav-tabs { border-bottom: 1px solid #eae2e2; margin-bottom: 20px; } .cust-reviews-area .nav-tabs .active { border: 1px solid transparent; border-bottom: 1px solid #E1B44F; color: #2b343b; } .cust-reviews-area .nav-tabs a { padding-left: 0px; padding-right: 0px; margin-right: 50px; font-size: 22px; text-transform: capitalize; color: #2b343b; } .cust-reviews-area .nav-tabs a:hover { border: 1px solid transparent; border-bottom: 1px solid #E1B44F; } /* product Additional Information ----------------------------------------*/ .prod_attributes { border: 0; border: 1px dotted rgba(0, 0, 0, .1); margin-bottom: 1.618em; width: 100%; margin-top: 25px; } .prod_attributes th { width: 190px; font-weight: 700; padding: 10px 20px 10px; color: #2b343b; } .prod_attributes td, .prod_attributes th { line-height: 1.5; border-bottom: 1px dotted rgba(0, 0, 0, .1); border-top: 0; margin: 0; } .prod_attributes tr:nth-child(2n) { background: #f9f9f9; } /* product Review ----------------------------------------*/ .product_revi img { width: 120px; float: left; margin-right: 20px; } .revi_text { overflow: hidden; } .revi_nam { color: #2b343b; font-size: 18px; } .revi_rating { float: right; color: #E1B44F; font-size: 14px; } .rat_des { margin-top: 5px; } /*================================== 23. Cart Page ==================================*/ .shop_cart { padding-top: 120px; } .shop_cart_title h2 { margin-bottom: 40px; position: relative; } .shop_cart .table td, .shop_cart .table th { vertical-align: middle; position: relative; } .shop_cart tbody td { padding-top: 15px; padding-bottom: 15px; } .shop_cart .prod { text-align: left; padding-left: 80px !important; } .shop_cart table { margin-bottom: 30px; border: 1px solid transparent; } .shop_cart_tr th:first-child { padding-left: 79px; } .shop_cart_tr th { border: 1px solid #EEECEC !important; } .shop_cart .table td img { width: 70px; border-radius: 4px; height: 70px; } .cart-trash { margin-right: auto; position: absolute; left: 23px; transform: translateY(-50%); top: 50%; } .cart-trash i { border: 1px solid #ddd; padding: 10px; border-radius: 50%; font-size: 12px; color: #686262; } .cart-trash i:hover { border: 1px solid #E1B44F; color: #E1B44F; } .ptitle { margin-left: 15px; } .shop_cart input[type="number"] { background: #ffffff none repeat scroll 0 0; border: 1px solid #e1e1e1; border-radius: 3px; font-weight: normal; height: 40px; padding: 0 10px; transition: all 0.3s ease 0s; width: 60px; } .table-responsive tbody tr.table-info td { vertical-align: middle; padding-top: 20px; padding-bottom: 20px; } .table.table-bordered input[type="text"] { background: #f0f0f0 none repeat scroll 0 0; border: 0 none; color: #000; height: 40px; padding: 0 10px; text-align: center; width: 80px; } .table>thead>tr>th { border-bottom: 1px solid #F8F8F8; } .table>tbody+tbody { border-top: 1px solid #F8F8F8; } .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th { border: 1px solid #EEECEC; } .shop_cart_tr th { color: #2b343b; text-transform: uppercase; /*! letter-spacing: 0px; */ } .table-info span { color: #333; } .edt>a { color: #333333; font-size: 14px; font-weight: 400; } .shop_cart_bottom { padding-top: 20px; padding-bottom: 120px; } .coupon-content input:focus, .coupon-content input:active { border: 1px solid rgb(223, 212, 212) !important; box-shadow: none; } .coupon-content button { box-shadow: none; border: none; background: #E1B44F; color: #fff; padding: 0px 20px; text-transform: uppercase; font-size: 15px; margin-left: -4px; height: 50px; } /* Cart Totals */ .grand-total-area { background: #f5f5f5; padding: 36px 35px 40px; } .grand-total-area h4 { margin-bottom: 20px; } .grand-total-area span { float: right; } .grand-total-area p { color: #333; display: block; font-size: 18px; text-align: left; text-transform: capitalize; width: 100%; } .grand-total-area .grand-total { border-top: 1px solid #d2cccc; color: #333; font-size: 24px; padding-bottom: 0px; text-align: left; text-transform: capitalize; margin-top: 15px; padding-top: 15px; } .grand-total span.amt { color: #9dca00; } .pro-checkout { background: #2b343b; color: #fff; display: block; font-size: 15px; font-weight: 500; /*! height: 40px; */ line-height: 40px; margin-top: 30px; padding: 2px 10px; text-align: center; width: 100%; text-transform: capitalize; border-radius: 5px; font-family: 'Manrope', sans-serif; } .pro-checkout:hover { color: #fff; } /* ================================= 24. Checkout page ================================= */ .checkout_section { padding-top: 120px; padding-bottom: 106px; } .checkout_section .custom-title { /*! border-bottom: 1px solid #797979; */ position: relative; margin-bottom: 21px; } .checkout_section .custom-title h3 { font-size: 20px; background: #f7f6f7; padding: 20px 20px; text-transform: capitalize; border-top: 1px solid #9dca00; border-radius: 5px; } .checkout_section .payment_mth { margin-top: 50px; } .checkout_section .payment_wrap { margin-top: -20px; } .checkout_section .payment_wrap label { border: 2px solid #EDE6E4; font-weight: normal; font-size: 15px; text-transform: capitalize; padding: 14px 40px !important; color: #454545; } .checkout_section .checkbox { margin-bottom: 20px; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .checkout_section .payment_wrap .radio input[type="radio"], .checkout_section .payment_wrap .radio-inline input[type="radio"], .checkout_section .payment_wrap .checkbox input[type="checkbox"], .checkout_section .payment_wrap .checkbox-inline input[type="checkbox"] { margin-left: -20px; margin-right: 5px; position: relative; color: #333; } .checkout_section .custom2 { display: block; font-size: 12px; padding-top: 10px; padding-left: 15px; font-weight: 400; } .checkout_section .shopform .form-control { background-color: #fff; border: 2px solid #EDE6E6; border-radius: 5px; box-shadow: none; color: #333; font-weight: bold; text-transform: capitalize; font-size: 12px; height: 44px; text-align: center; width: 263px; text-align: left; opacity: .5; } .checkout_section .shopform .form-control { width: 100%; margin: 2px 0 16px; } .checkout_section .shopform textarea.form-control { height: 180px; padding-top: 15px; padding-left: 15px; opacity: .5; } .checkout_section label { margin-bottom: 0px; display: block; } .coupon-area .row .col-md-12 { padding: 0px; } .coupon_show h3 { padding: 1.2em 2em 1.2em 3em !important; margin: 0 0 30px; position: relative; background: #f7f6f7; font-size: 15px; font-weight: 400; font-style: normal; border-top: 1px solid #9dca00; list-style: none !important; width: auto; word-wrap: break-word; border-radius: 5px; } .coupon_show h3::before { color: #9dca00; content: "\f07a"; display: inline-block; font-family: "Font Awesome 5 Pro"; left: 20px; position: absolute; top: 18px; } .coupon_show span { color: #E1B44F; cursor: pointer; } .coupon-content { border: 1px solid #e5e5e5; display: none; margin-bottom: 20px; padding: 21px 25px 22px; overflow: hidden; margin-top: -10px; } .checkout_section .lost_pass a { float: left; margin-top: 12px; } .coupon_info p { color: #222222; /*! font-family: Open Sans; */ font-size: 14px; /*! font-weight: normal; */ margin-bottom: 0; } .lost_pass { margin-top: 15px; } .input_login .button { background: #e3e3e3; box-shadow: none; border: none; padding: 8px 25px; border-radius: 3px; } .coupon_info p.form-row input[type="checkbox"] { position: relative; top: 2px; } .lost_pass a { color: #222; float: right; } .input_login label { display: inline; margin-top: 1px; } #checkout_coupon { margin-top: -10px; padding-bottom: 30px; } p.checkout-coupon input[type="text"] { height: 36px; padding-left: 10px; width: 170px; float: left; border: 1px solid #ddd; outline: none; border-radius: 5px; } p.checkout-coupon input[type="text"]:active { outline: none; box-shadow: none; } p.checkout-coupon input[type="submit"] { background: #2b343b; border: medium none; border-radius: 5px; color: #fff; height: 36px; margin-left: 6px; padding: 5px 20px; transition: all 0.3s ease 0s; font-size: 13px; } .coupon_info label { margin-bottom: 5px; } .coupon_info input[type="text"] { margin-bottom: 12px; height: 35px; border: 1px solid #ddd; width: 300px; padding: 0px 10px; outline: none; border-radius: 5px; } .coupon_info .button { margin-top: 3px; /*! margin-left: 5px; */ margin-right: 10px; } /* Checkout Order */ .checkout_order .order-info .order-list li.title { padding: 0px 20px 30px 20px; } .checkout_order .order-info .order-list li { position: relative; display: block; border-bottom: 1px solid #e6e6e6; padding: 20px 20px; } .checkout_order .order-info .order-list li.title p { font-size: 15px; color: #101010; float: left; font-weight: 600; } .checkout_order .order-info .order-list li.title span { position: relative; display: block; font-size: 15px; color: #101010; float: right; font-weight: 600; } .checkout_order .order-info .order-list li .single-box { position: relative; padding: 30px 0px 30px 100px; min-height: 80px; } .checkout_order .order-info .order-list li .single-box img { position: absolute; left: 0px; top: 0px; width: 80px; height: 80px; } .checkout_order .order-info .order-list li .single-box h6 { position: relative; font-size: 15px; color: #101010; float: left; font-weight: 400; } .checkout_order .order-info .order-list li .single-box span { position: relative; display: block; float: right; font-size: 15px; color: #222; line-height: 17px; } .checkout_order .order-info .order-list li.sub-total { padding: 17px 20px 35px 20px; } .checkout_order .order-info .order-list li.sub-total h6 { font-size: 16px; font-weight: 500; color: #222; float: left; } .checkout_order .order-info .order-list li.sub-total span { position: relative; display: block; font-size: 15px; color: #222; float: right; line-height: 19px; } .checkout_order .order-info .order-list li.order-total { padding: 17px 20px 30px 20px; } .checkout_order .order-info .order-list li.order-total h6 { font-size: 16px; font-weight: 500; color: #222; float: left; font-family: 'Poppins', sans-serif; } .checkout_order .order-info .order-list li.order-total span { position: relative; display: block; font-size: 18px; color: #222; font-weight: 500; float: right; line-height: 19px; } /*----------------------------------------------------------- 25. Login Page / My account ------------------------------------------------------------*/ .account-section { padding-top: 120px; } .login-form input, .registration-form input { height: 45px; width: 100%; margin-bottom: 20px; padding: 5px 20px; border-radius: 3px; border: 1px solid #EDE6E6; outline: none; font-size: 14px; } .login-form h2, .registration-form h2 { font-size: 24px; margin-bottom: 28px; } .login-form .submit, .registration-form .submit { width: 100%; padding: 9px 30px; color: #fff; background: #E1B44F; border: none; text-transform: capitalize; height: auto; text-align: center; } .login-form .submit:hover, .registration-form .submit:hover { opacity: .8; } .lost_pass { margin-bottom: 15px; margin-top: -3px; font-size: 14px; } .lost_pass:hover a { color: #E1B44F; } #rem-checkbox-input { float: left; height: 17px !important; width: 17px !important; margin-right: 8px; margin-top: 6px; } /* Middle Border */ .account-section .registration-form { position: relative; } .account-section .login-form { padding: 30px 40px 40px; box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1); border-radius: 5px; } .account-section .registration-form { padding: 30px 40px 40px; box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1); border-radius: 5px; } /* Term & Condition */ /* Term and Condition */ .signup_checkout { margin-top: 30px; } .term-and-condition { display: flex; margin-bottom: 5px; margin-top: -5px; } .term-and-condition label { font-size: 14px; margin-left: 0px; margin-top: 5px; line-height: 1.5; } .term-and-condition input { float: left; height: 17px !important; width: 17px !important; margin-right: 8px; margin-top: 6px; } .term-and-condition a { color: #E1B44F; } /* ================================= 26. 404 / not found Page ================================= */ .not-found h2 { font-size: 145px; line-height: 1; } .not-found { text-align: center; height: 450px; display: grid; align-content: center; } .error-body-description { font-size: 30px; } .go-back { color: #E1B44F; } .notfound_btn { margin-top: 35px; } .not-found-section { padding-top: 85px; background-image: url(../images/shape1.png); background-repeat: no-repeat; background-position: center right; background-attachment: fixed; } .notfound_btn a { margin: 5px 5px; } /* ================================= 27. Blog Page ================================= */ .blog_container { padding: 120px 0px; } .blog_pg_wrp { margin-bottom: 30px; border-radius: 10px; position: relative; } .blog_container .blog_pg_img img { height: auto; width: 100%; border-radius: 10px 10px 0px 0px; } .blog_pg_info { padding: 30px 30px 0px; border: 1px solid #eee0e0; border-radius: 0px 0px 10px 10px; } .blog_pg_info h4 { font-size: 30px; line-height: 40px; margin-bottom: 15px; margin-top: 13px; } .blog_page .blog_pg_info h4 { margin-top: 0px; } .blog_pg_info h4:hover { color: #E1B44F; } .blog_pg_meta { display: flex; justify-content: space-between; border-top: 1px solid #eee0e0; padding: 20px 0px; margin-top: 34px; align-items: center; } .blog_container .blog_date span { background: #E1B44F; color: #fff; padding: 10px 15px; border-radius: 5px 5px 0px 0px; opacity: 1; } .blog_container .blog_date { top: auto; transform: none; margin-top: -66px; margin-left: 0px; position: absolute; } .blog_container .meta_col span { margin-right: 22px; color: #262c33; } .blog_container .meta_col span i { margin-right: 7px; color: #E1B44F; font-size: 14px; } .blog_container .blog_read i { border-radius: 50%; width: 38px; height: 38px; line-height: 39px; display: inline-block; text-align: center; background: #E1B44F; color: #fff; } .blog_container .blog_read:hover i { background: #2b343b; color: #fff; } /* - Pagination */ .pagination { width: 100%; margin-top: 20px; text-align: center; } .pagination .pager { text-align: center; width: 100%; margin: 0px 0px; position: relative; padding: 0; } .pager li { position: relative; padding: 0px 0px; display: inline; } .pager .pagi-big a { font-weight: 500; color: #fff; background: #E1B44F; } .pager li a { border-radius: 0; letter-spacing: 0px; text-transform: uppercase; padding: 0; color: #fff; font-weight: 500; border: 1px solid #ddd; background: transparent; color: #333; width: 50px; display: inline-block; height: 50px; line-height: 47px; border-radius: 50%; margin-right: 5px; } .pager li a.active { background-color: #E1B44F; color: #fff; border: 1px solid #E1B44F; } .pager-icon { font-size: 14px; left: 0px; position: relative; top: 6px; font-weight: 700; letter-spacing: 2px; } .pager-icon:hover { color: #000; } .pagination .pager li>a:focus, .pagination .pager li>a:hover { background-color: #E1B44F; color: #fff; border: 1px solid #E1B44F; } /* -- Widget Area */ .widget-area { text-align: center; } /* - Widget */ .widget { display: inline-block; margin-bottom: 45px; width: 100%; background: #f7f7f7; padding: 30px; border-radius: 10px; } /* - Widget Search */ .widget { margin-bottom: 30px; } .widget-search { display: block; background: #f7f7f7; border: 1px solid #f7f7f7; padding: 5px 10px; } .widget-search .input-group { padding-bottom: 10px; padding-top: 10px; } .widget-search .input-group input { background: transparent none repeat scroll 0% 0%; border: 0px none; transition: none 0s ease 0s; box-shadow: none; font-size: 15px; font-weight: 500; color: #8F8F8F !important; height: auto; } .widget-search .input-group button { background: #E1B44F; border: medium none; font-size: 14px; color: #fff; border-radius: 50%; margin-right: 10px; width: 40px; height: 40px; line-height: 39px; } .input-group-btn { left: 0px; } /* - Widget Title */ .widget .widget-title:after { position: absolute; background: #E1B44F; bottom: 0; width: 50px; height: 2px; content: ""; left: 0; } .widget .widget-title { font-size: 22px; text-transform: capitalize; text-align: left; letter-spacing: 0px; margin: -5px 0px 30px; position: relative; padding: 0px 0px 8px; position: relative; font-weight: 700; } /* - Categories Type */ .categories-type li { padding: 4px 3px; letter-spacing: 0.5px; color: #e1e1e1; list-style: square; } .widget-post-categories .categories-type { text-align: left; display: inline-block; margin-top: -10px; width: 100%; margin-left: 15px; } .categories-type li a { color: #74787C; } .categories-type li:hover a { color: #E1B44F; } .categories-type li span { float: right; clear: both; } /* - Recent Post */ .wiget-recent-post { background: #f7f7f7; padding: 30px; } .recnt_pst_imge { width: 30%; float: left; margin-right: 15px; } .recnt_pst_imge img { height: 69px; } .recent-post-box { display: inline-block; padding-bottom: 20px; width: 100%; position: relative; } .recent-post-box:last-of-type { border-bottom: none; padding-bottom: 0px; } .recent-title { text-align: left; display: inline-block; width: 64%; } .recent-title>a { font-size: 18px; margin-top: -4px; display: inline-block; color: #262c33; font-size: 16px; line-height: 1.3; font-weight: 600; } .recent-title>a:hover { text-decoration: underline; } .recent-title>span { font-size: 14px; margin-top: -8px; margin-bottom: 0px; } .recent-title>span i { color: #E1B44F; margin-right: 4px; } /* - Widget Tags */ .widget-tags { text-align: left; width: 100%; margin-bottom: 0px; } .widget-tags .widget-title { display: inline-block; width: 100%; } .widget-tags>a { color: #262c33; text-decoration: none; border: 1px solid #ddd6d6; padding: 1px 13px; display: inline-block; margin-bottom: 5px; font-size: 13px; border-radius: 5px; } .widget-tags>a:hover { color: #fff; border-color: #E1B44F; background: #E1B44F; } /* Blog Page ================================= */ .blog_quote { margin-top: 0px; border-bottom: 1px solid #ece3e3; padding-bottom: 24px; } .single_blog_container .blog_quote h3 { letter-spacing: 0px; display: block; margin-top: 28px; margin-bottom: 13px; font-weight: 400; font-size: 26px; } .single_blog_container .marked { background: #f7f7f7; font-size: 24px; line-height: 34px; border-left: 3px solid #E1B44F; padding: 40px 40px; margin: 35px 0px 32px; font-weight: 700; } .single_blog_container .marked span { font-size: 18px; display: block; margin-top: 8px; font-weight: 500; position: relative; padding-left: 59px; } .single_blog_container .marked span:after { background: #E1B44F; width: 40px; height: 2px; position: absolute; content: ""; left: 0px; top: 50%; } .blog_quote_right p { position: relative; margin-top: 0px; } .blog_quote_icon_botom { font-size: 50px; position: absolute; right: 223px; top: 72px; color: #dcdcdc; } .blog_quote p { display: block; overflow: hidden; width: 100%; margin-top: 0px; } .single_blog_container .blog_pg_meta { border-top: 1px solid transparent; padding: 0px 0px 8px; margin-top: 0px; } .single_blog_container .meta_col { margin-bottom: -7px; } /*================================= Post Tag and SHare ================================= */ .post_tags { float: left; margin-top: 30px; } .post_tags h5 { display: inline-block; margin-right: 5px; margin-bottom: 0px; font-size: 18px; font-weight: 700; } .post_tags a { background: #E1B44F; color: #fff; padding: 2px 10px; margin: 0px 1px; border-radius: 5px; } /* post share */ .post-share ul { margin: 0px; padding: 0px; } .post-share { float: right; margin-top: 30px; } .post-share ul li { display: inline-block; margin-left: 10px; font-size: 16px; } /*================================= 28. Single Blog Page ================================= */ .single_blog_container { padding-bottom: 120px; } .single_blog_container .blog_pg_info { overflow: hidden; padding: 32px 30px 30px; } .single_blog_container .blog_date span { margin-right: 2px; } /* Comment */ .single_blog_container .comment_imgg { width: 100px; float: left; margin-right: 25px; } .comments-section-title h4 { margin-top: 0px; font-size: 24px; margin-bottom: 18px; letter-spacing: 0px; text-transform: capitalize; text-align: left; padding: 6px 0px 12px; } .comments { padding: 0px; margin: 0px; margin-top: -40px; } .comment_cont_wrp { position: relative; } .comments li { list-style: outside none none; } .comments li .comment { padding: 40px 0px 10px; position: relative; overflow: hidden; margin-bottom: 20px; background: transparent; margin-top: -10px; } .comments li .comment img.comment-avatar { border-radius: 10px; } .comments li .comment strong.commenter-title { font-weight: 500; font-size: 16px; text-transform: capitalize; display: block; color: #8B8B8B; } .comments li .comment strong.commenter-title a { font-size: 20px; color: #1A1A1A; font-family: 'Poppins', sans-serif; font-family: 'Poppins', sans-serif; font-weight: 700; font-family: 'Manrope', sans-serif; } .comments li .comment span.comment-date { font-size: 14px; margin-bottom: 10px; margin-top: 0px; text-transform: capitalize; margin-left: 10px; color: #1A1A1A; } .comments li .comment span.comment-date i { font-size: 12px; } .comments li .comment span.comment-reply { float: right; position: absolute; right: 0; top: 0; margin-top: -1px; } .comments li .comment span.comment-reply a { transition: all 0.5s ease 0s; font-size: 15px; text-transform: uppercase; color: #E1B44F; background: #F1F6FA; border-radius: 50%; width: 35px; height: 35px; line-height: 35px; text-align: center; } .comments li .comment span.comment-reply a:hover { background: #E1B44F; color: #fff; } .comments li .comment span.comment-reply a i { font-size: 11px; } .comments li .comment p:last-child { margin-bottom: 0px; overflow: auto; } .comments li>ul { padding-bottom: 7px; padding-left: 30px; border-top: 1px solid #ece3e3; } .comments li .comment p { margin-top: 7px; } .blog-contact { padding: 0px; } .blog-contact #contact-form { /*! padding: 40px 40px; */ /*! box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .09); */ background: #fff; } .blog-contact .form-control { color: #555; background-color: #f3f3f3; background-image: none; border: 1px solid transparent; border-radius: 1px; box-shadow: none; line-height: 2.429; } .blog-contact .form-group { margin-bottom: 15px; padding-right: 15px; padding-left: 0px; } .form-control:focus { border: 1px solid #fff; border: 1px solid #E1B44F; box-shadow: none; border-left: 3px solid #E1B44F; } .blog-contact textarea { line-height: 20px !important; } .blog-contact .contact-form #contact-form .con-field { line-height: 50px; background: #f1f3f4; border: 1px solid transparent; color: #333; padding-left: 20px; border-radius: 5px; outline: none; } .blog-contact .contact-form #contact-form textarea { padding-top: 15px; padding-left: 20px; } .blog-contact .contact-form #contact-form .con-field:active, .blog-contact .contact-form #contact-form .con-field:focus { border: 1px solid #E1B44F !important; box-shadow: none; border-radius: 5px; } .blog-contact #submit-contact:hover { background: #2b343b; color: #fff; } /*- post-option ------------------------------*/ .post-option { position: relative; padding: 25px 25px; margin-top: 30px; margin-bottom: 30px; border: 1px solid #ece3e3; display: flex; justify-content: space-between; border-radius: 10px; } .post-option .arrow-icon { font-size: 15px; border: 1px solid #E1B44F; border-radius: 50%; color: #E1B44F; position: relative; width: 44px; height: 44px; text-align: center; line-height: 44px; } .post-option .arrow-icon:hover { color: #fff; background: #E1B44F; } .post-option .prev-post, .post-option .next-post { position: relative; font-size: 13px; color: #111; text-transform: uppercase; } .post-option .prev-post:hover, .post-option .next-post:hover { color: #E1B44F; } .post-option .middle-icon a { position: relative; color: #E1B44F; font-size: 27px; display: inline-block; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; margin-top: 9px; } .post-option .middle-icon a:hover { color: #B9B3B3; } /*- Post Author ------------------------------*/ .post-author { display: flex; border: 1px solid #ece3e3; padding: 30px 30px; align-items: flex-start; border-radius: 10px; margin-bottom: 40px; } .post-author-img img { border-radius: 10px; max-width: 100px; } .post-author-text { padding-left: 25px; } .post-author-text h4 { font-size: 20px; margin-bottom: 10px; } .post-author-text p { margin: 0; } /*==================================================== Home Page Two ====================================================*/ /*==================================================== Slider Section Two ====================================================*/ .slides_wrapper2 .single_slider .container { margin-top: -6px; text-align: center; } .slides_wrapper2 .slider_home h5 { padding: 5px 27px; font-size: 18px; color: #fff; border: 1px solid rgba(255, 255, 255, 0.16); background-color: rgba(59, 61, 64, 0.22); text-transform: uppercase; } .slides_wrapper2 .slider_home h5::after, .slides_wrapper2 .slider_home h5::before { display: none; } /*==================================================== About Section Two ====================================================*/ .heading_small_tw { font-size: 18px; color: #E1B44F; position: relative; z-index: 1; text-transform: uppercase; display: inline-block; font-weight: 500; letter-spacing: .5px; } .heading_small_tw::before { position: absolute; content: ""; height: 6px; width: 100%; left: 0px; bottom: 8px; background-color: #eaeaea; z-index: -1; } /* about image */ .about_img.layer { position: relative; } .about_achieve { position: absolute; bottom: 20px; right: 0px; background: #fff; display: grid; grid-template-columns: 50px 1fr; align-items: center; padding: 25px 30px; box-shadow: 0px 0px 60px 0px rgb(0, 0, 0, 0.2); margin-right: -40px; border-radius: 5px; } .about_achieve i { font-size: 40px; color: #E1B44F; } .about_achieve h5 { font-size: 16px; margin-bottom: 0px; line-height: 24px; font-weight: 700; } /* About List */ .abouttw-section .base-header { padding-left: 50px; padding-bottom: 8px; } .abouttw-section .base-header h2 { padding-bottom: 31px; } .abouttw-section { padding-top: 120px; } .about_list_wrap { margin-top: 15px; margin-bottom: 32px; } .about-list-item { margin-bottom: 4px; } .about-list-item i { font-size: 15px; margin-right: 11px; color: #E1B44F; } /*==================================================== Service Section Two ====================================================*/ .service_tw_sec .base-header { padding-bottom: 35px; } .service_tw_sec .service-item { text-align: center; padding-top: 50px; } .service_tw_sec .service-item .icon-serv { margin-top: 0px; box-shadow: none; width: 100%; height: auto; background: transparent; } .service_tw_sec .service-item .icon-serv i { font-size: 65px; line-height: 64px; } .service_tw_sec .service-item:hover .icon-serv i { color: #fff; } /*==================================================== Call to action Section Two ====================================================*/ .cta_sec_tw { padding-bottom: 113px; } .cta_sec_tw .cta-wrap { text-align: left; display: grid; grid-template-columns: 1fr 185px; align-items: center; } .cta_sec_tw .cta-wrap .base-header { padding-bottom: 10px; } .cta_sec_tw .cta-wrap .base_header_left h2 { padding-bottom: 0px; margin-bottom: 0px; } .cta_sec_tw .heading_small_tw::before { background-color: #514c4c; } /*==================================================== Shop Section Two ====================================================*/ .shop_sec_tw { padding-bottom: 100px; } .shop_sec_tw .product-wrap { margin-bottom: 30px; } /*==================================================== Team Section Two ====================================================*/ .team-section.team_sec_tw { background: #fff; } .team_sec_tw .team-img { position: relative; } .team_sec_tw .team-social { margin-top: 0px; margin-bottom: 0px; position: absolute; top: 15px; z-index: 9; right: 15px; } .team_sec_tw .team-social ul li { display: block; margin-bottom: -35px; opacity: 0; transition: .3s; } .team_sec_tw .team-img:hover .team-social ul li { opacity: 1; transition: .3s; margin-bottom: 5px; } .team_sec_tw .team-social ul li:last-child { opacity: 1; } .team_sec_tw .team-info { background: #F7F7F7; padding: 25px 15px 25px; border-radius: 0px 0px 10px 10px; margin-top: -30px; transform: scale(.9); } /*==================================================== Testimonial Section Two ====================================================*/ .testimonial_sec_tw { padding-bottom: 114px; } .testimonial_sec_tw .base-header a { margin-top: 20px; } .testi_carousel { padding-left: 40px; } .testi_carousel_indi { display: flex; gap: 15px; position: inherit; justify-content: inherit; margin-right: 0; margin-bottom: 0; margin-left: 0; } .testi_carousel_indi [data-bs-target] { width: 90px; height: 90px; text-indent: 0px; position: relative; margin-top: -3px; } .testi_carousel_indi a { position: absolute; bottom: 0px; right: 2px; background: #E1B44F; color: #fff; width: 30px; height: 30px; font-size: 14px; border-radius: 50%; text-align: center; line-height: 30px; } .testi_carousel_indi img { width: 90px; height: 90px; border-radius: 50%; } .testimonial_sec_tw .testi_info { display: none; } .testimonial_sec_tw .active .testi_info { display: block; margin: 0px 0px 0 0px; } .testimonial_sec_tw .testi_wrp { overflow: inherit; padding: 31px 0px 0px 0px; } .testimonial_sec_tw .testi_info::after { display: none; } .testimonial_sec_tw .testi_info { display: none; } .testimonial_sec_tw .testi_info p { padding-top: 0px; margin-bottom: 10px; } /* Arrow */ .testi_carousel button span { background-color: #E1B44F; opacity: 1; background-image: none; width: 40px; height: 40px; line-height: 40px; border-radius: 5px; } .testi_carousel .carousel-control-prev { left: auto; right: 45px; } .testi_carousel button { opacity: 1; align-items: flex-end; bottom: 9px; width: auto; } /*==================================================== Blog Section Two ====================================================*/ .blog_sec_tw { background: #fff; padding-top: 230px; } .blog_sec_tw .blog_info { background: #F7F7F7; } /*==================================================== quote Section Two ====================================================*/ .quote_section { padding-bottom: 128px; background-image: url(../images/quote_bg.jpg); background-attachment: fixed; background-position: 12% 100%; } .quote_section .heading_small_tw::before { background-color: #514c4c; } .quote_section .base_header_left h2 { color: #fff; margin-bottom: 45px; } .quote_section .row { margin-bottom: -244px; } .quote_left { padding-right: 30px; } .quote_left .single_con_add span, .quote_left .single_con_add h4 { color: #fff; } .contact_pg_address .single_con_add a i { color: #fff; background: #E1B44F; } .quote_form { background: #fff; padding: 50px 50px 60px; border-radius: 10px; box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 11%); margin-top: 8px; } .quote_form h4 { font-size: 30px; line-height: 40px; font-weight: 800; margin-bottom: 30px; } .quote_form input, .quote_form textarea { width: 100%; border: 1px solid #ddd; margin-bottom: 15px; padding: 10px 20px; border-radius: 5px; line-height: 30px; outline: none; } .quote_form textarea { height: 120px; }
0.343892
0.059319
html { font-size: 16px; } body { font-weight: 400; font-size: 16px; font-family: "Open Sans", Helvetica, Arial, sans-serif; line-height: 1.6; color: #000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: "liga", "kern"; text-rendering: optimizelegibility; background-color: #eee; } img.img-fix { float:left; width:100%; height:100%; object-fit:cover; } .wrapper { min-height: calc(100vh - 207px); } /* a.nav-link { color: #fff!important; } */ /* a.nav-link:hover { background-color: #fff!important; color: #229c16!important; transition: 0.3s!important; } */ .logo { width: 115px; height: 50px; } .text-small { font-size: small; } .text-gold { color: #bf8901; } .bg-nav-drakgold { background-color: #bf8901; } .bg-drakgold { background-color: #bf8901; } .bg-nav-gold { background-color: #DAA520; } .bg-darkgreen { background-color: #009688; } .bg-gray { background-color: #d4d4d4; } .bg-purple { background-color: #673ab7; } .border-gold { border-color: #bf8901; } .bg-gold { color: #bf8901; } .border-none { border : none!important; } .d-inline-grid { display: inline-grid!important; } .z-index-1000 { z-index: 1000; } hr.hr-title { margin-top: 10px; margin-bottom: 10px; border-color: #000; } .title-page { font-size: 18px; color: #505050; } /* STORE */ .store-logo { width: 100%; height: 215px; } .store-title { overflow: hidden; height: 30px; } .store-title > a { color: #21c8f3; font-weight: 600; } .store-category > a { font-size: 14px; color: #797979; } .input-form { display: flex; flex-direction: row; padding: 5px; width: 55%; background-color: #fff; } .input-form > .input-search { flex-grow:2; border:none; } .input-search:focus{ outline: none; } .search-submit { background: #bf8901; color:white; border-radius: 0; padding: 0px 25px; } .search-submit:hover { color:white; } .btn-open-store { border-radius: 0; background-color: #2196F3; border-color: #2196F3; } .btn-login-navbar { border-radius: 0; background-color: #009688; border-color: #009688; } .btn-open-store:hover { background-color: #2196F3; border-color: #2196F3; } .btn-login-navbar:hover { background-color: #009688; border-color: #009688; } .store-category { line-height: 1.4; overflow: hidden; height: 69px; } .store-view { list-style-type: none; margin-block-start: 0px; margin-block-end: 0px; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 0px; } .store-view > li { padding: 0px 10px 0px 0px; font-size: 11px; } .border-buttonpagenp { border: none; background-color: #009688; border-top-left-radius: 1.25rem!important; border-bottom-left-radius: 1.25rem!important; border-top-right-radius: 1.25rem!important; border-bottom-right-radius: 1.25rem!important; color: #fff; padding: 5px 8px; width: 30px; height: 30px; margin: 1px 10px; } #profile-menu { display: none; position: absolute; right: 13px; z-index: 1000; width: 270px; } .img-menu-profile { width: 50px; height: 50px; overflow: hidden; border-radius: 50px; margin-left: 15px; } #menu-hide { display: none; position: fixed; z-index: 4; padding-top: 100px; left: 0; bottom: 0; width: 100%; height: 92.2%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0, 0, 0, 0.33); z-index: -1; } .border-buttonpagenp:hover { border: none; background-color: #009688; color: #fff; } .pagelink-number , .pagelink-number:hover { background-color: #fff; border: none; color: #000; } /* END STORE */ /* PROFILE */ .status-btn-send { background-color: #009688; border-radius: 40px!important; padding: 0px 11px; } .photo-profile { width: 100px; height: 100px; overflow: hidden; border-radius: 100px; } .profile-follow { font-size: small; color: #595959; } .profile-tab.active { background-color: transparent!important; color: #000 !important; border-bottom: 5px solid #009688!important; border-radius: 0px; } a.profile-tab { background-color: transparent!important; color: #000 !important; border-radius: 0px!important; font-weight: 600; border-bottom: 5px solid #b0b0b0; } a.profile-tab:hover { background-color: transparent!important; color: #000 !important; border-bottom: 5px solid #009688; border-radius: 0px; transition: 0s!important; } .profile-tab-link { text-align: center; } .profile-tab-link > li { width: 49%; } .profile-last-port { border: 1px #444; border-style: dashed; border-radius: 0; } .product-img { width: 100%; height: 210px; } .text-large { font-size: large; } .text-x-large { font-size: x-large; } .profile-last-port-view { position: absolute; bottom: 0; left: 0; padding: 0px 15px; } .profile-fix-ex { overflow: hidden; height: 155px; } .popup { position: relative; display: inline-block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* The actual popup */ .popup .popuptext { width: 160px; background-color: #009688; color: #fff; text-align: center; border-radius: 15px; padding: 8px 0; position: absolute; z-index: 1; bottom: 0%; left: 50%; margin-left: -80px; margin-bottom: 10px; } /* Popup arrow */ .popup .popuptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #009688 transparent transparent transparent; } /* END PROFILE */ /*EDIT PROFILE*/ .ed-mailandpass > p { color: #9E9E9E; font-size: small; } .ed-icon-pent { color: #9E9E9E; font-size: xx-large; position: absolute; right: 11px; top: 36px; } .ed-title { border-bottom: 4px solid #009688; padding-bottom: 5px; font-size: large; } .ed-tect-input{ font-size: small; } .ed-btn-save { background-color: #009688; border: 2px solid #009688; color: #fff; border-radius: 0; } .ed-btn-save:hover { background-color: transparent; border: 2px solid #009688; color: #009688; } .ed-btn-cancel { background-color: #9e9e9e; border: 2px solid #9e9e9e; color: #fff; border-radius: 0; } .ed-btn-cancel:hover { background-color: transparent; border: 2px solid #9e9e9e; color: #9e9e9e; border-radius: 0; } /*END EDIT PROFILE*/ /*COMMUNITY*/ .cm-img-circle { width: 100%; height: 38px; border-radius: 50%; overflow: hidden; } .cm-like { background-color: #e81707; border: 1px solid #e81707; color: #fff; text-align: center; width: 23px; height: 23px; padding: 3px; margin-left: auto; border-radius: 50%; font-size: 2px; position: absolute; top: 5px; right: 5px; } .cm-like-n-like { background-color: #fff; border:1px solid #e81707; color: #e81707; } .cm-cat { overflow: inherit; height: auto; } .comment-img-circle { width: 30px; height: 30px; border-radius: 50%; overflow: hidden; } .comment-input { border: 0; border-bottom: 1px solid; } /*END COMMUNITY*/ /*REGISTER*/ .register-tab-link > li { width: 32.333%; text-align: center; } .register-card-chat { overflow: hidden; height: 600px; } .rgs-scroll-chat { overflow-y: scroll; height: 551px; } /* width */ .rgs-scroll-chat::-webkit-scrollbar { width: 10px; } /* Track */ .rgs-scroll-chat::-webkit-scrollbar-track { background: #f1f1f1; } /* Handle */ .rgs-scroll-chat::-webkit-scrollbar-thumb { background: #888; border-radius: 5px; border: 1px solid #f1f1f1; } /* Handle on hover */ .rgs-scroll-chat::-webkit-scrollbar-thumb:hover { background: #555; } .rgs-chat-user-15 { width: 15%; } .rgs-chat-user-85 { width: 85%; } .rgs-radius { width: 50px; height: 50px; overflow: hidden; border-radius: 52px; } .rgs-name-chat:hover { background-color: #bf8901; transition: 0.3s; } .rgs-name-chat.active { background-color: #bf8901; border-color: transparent; } .rgs-name-chat.active > a > div > div > .d-inline-grid > .text-gold , .rgs-name-chat.active > a , .rgs-name-chat.active > a > div > div > .d-inline-grid { color: #fff!important; text-decoration: none; } .rgs-name-chat:hover > a > div > div > .d-inline-grid > .text-gold , .rgs-name-chat > a:hover , .rgs-name-chat:hover > a > div > div > .d-inline-grid{ color: #fff!important; text-decoration: none; border-color: transparent; } .rgs-name-chat > a > div > div > .d-inline-grid { color: #a2a2a2; text-decoration: none; border-color: transparent; } .chat-img-user { width: 50px; height: 50px; border-radius: 50%; overflow: hidden; margin:6px 0px; } .chat-name-font { padding: 17px 0px; font-size: larger; } .caht-box { background-color: #f0f0f0; height: 486px; overflow-y: scroll; } .caht-input-bottom { background-color: #fff; height: 52px; padding: 8px; } /* width */ .caht-box::-webkit-scrollbar { width: 10px; } /* Track */ .caht-box::-webkit-scrollbar-track { background: #f1f1f1; } /* Handle */ .caht-box::-webkit-scrollbar-thumb { background: #888; border-radius: 5px; border: 1px solid #f1f1f1; } /* Handle on hover */ .caht-box::-webkit-scrollbar-thumb:hover { background: #555; } .chat-submit { border-radius: 0; background-color: #019730; color: #fff; border-color: #019730; margin-left: 5px; cursor: pointer; } .you-mes { background-color: #009688; color: #fff; font-weight: 400; font-size: medium; max-width: 320px; border-radius: 30px; padding: 6px 15px; text-align: left; word-break: break-all; position: relative; margin-bottom: 5px; white-space: normal; line-height: 1.3; } .you-mes::after{ content: ""; position: absolute; top: 100%; left: 70%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #009688 transparent transparent transparent; } .friend-message { background-color: #9E9E9E; color: #fff; font-weight: 400; font-size: medium; max-width: 320px; white-space: normal; border-radius: 30px; padding: 6px 15px; text-align: left; position: relative; margin-bottom: 5px; } .friend-message::after{ content: ""; position: absolute; top: 100%; left: 70%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #9E9E9E transparent transparent transparent; } .fileContainer { overflow: hidden; position: relative; font-size: 33px; margin-left: 7px; line-height: 1; margin-top: 1px; margin-bottom: 0; color: #bf8901; font-weight: 500; } .fileContainer [type=file] { cursor: inherit; display: block; font-size: 999px; filter: alpha(opacity=0); min-height: 100%; min-width: 100%; opacity: 0; position: absolute; right: 0; text-align: right; top: 0; cursor: pointer; } /*END REGISTER*/ /* PRODUCT-LIST */ .prduct-tab.active { background-color: #bf8901; color: #fff!important; border-color: #bf8901; } .prduct-tab.active:hover { background-color: #bf8901; color: #fff!important; border-color: #bf8901; } .prduct-tab { background-color: #daa520; color: #fff!important; padding: 5px 10px!important; border-radius: 0px!important; } .prduct-tab:hover { background-color: #bf8901; color: #fff!important; border-color: #bf8901; } .product-chat { width: 60px; height: 60px; border-radius: 50px; overflow: hidden; } .list-rank { width: 20%; } .list-img-profile { width: 25%; } .list-name { width: 55%; } .list-chat:last-child { border-bottom: none!important; } li.list-tab-cat { margin-right: -5px; margin-left: 0px; } .list-all-caht { background-color: #009688; display: inline-block; padding: 7px 25px; color: #fff; border-top-left-radius: 5px; border-top-right-radius: 5px; height: 37px; } .list-chat-user { overflow-y: scroll; height: 540px; } /* width */ .list-chat-user::-webkit-scrollbar { width: 10px; } /* Track */ .list-chat-user::-webkit-scrollbar-track { background: #f1f1f1; } /* Handle */ .list-chat-user::-webkit-scrollbar-thumb { background: #888; border-radius: 5px; border: 1px solid #f1f1f1; } /* Handle on hover */ .list-chat-user::-webkit-scrollbar-thumb:hover { background: #555; } .list-chat-time { font-size: smaller; color: #c7c5c5; } .list-img-logo { width: 100%; height: 195px; } .slick-slider { margin: 0 15px; } .slick-slide { margin-right:5px; margin-left:5px; } .list-slick-color , .list-slick-color:focus , .list-slick-color:hover{ font-size: 40px; color: #000; } .list-slick-color.list-prev { position: absolute; z-index: 1; left: -2.5%; top: 35%; } .list-slick-color.list-next { position: absolute; z-index: 1; right: -2.5%; top: 35%; } /* END PRODUCT-LIST */ /*change color*/ .sidebarcolor { height: auto; width: 0; position: fixed; z-index: 1; right: 0; background-color: #bf8901; overflow-x: hidden; padding-top: 0px; top: 50%; } .sidebarcolor a { padding: 8px 8px 8px 25px; text-decoration: none; font-size: 25px; color: #818181; display: block; transition: 0.3s; } .dropdown-item { padding: 0.21429rem 0.07143rem; } .sidebarcolor .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } .openbtn { font-size: 20px; cursor: pointer; background-color: #111; color: white; padding: 10px 15px; border: none; } .hs-mega-menu { max-width: 100%!important; } .dropdown-item.active, .dropdown-item:active { background: rgb(255, 255, 255); color: #1dbf38!important; } .openbtn:hover { background-color: #444; } .c-fixed { right: 0; top: 50%; z-index: 1000; } .btn-cog { background-color: #bf8901; border: 1px solid #bf8901; color: #ffffff; border-radius: 0; font-size: 25px; padding: 10px 20px; } .btn-cog:hover { background-color: #fff; border: 1px solid #bf8901; color: #bf8901; border-radius: 0; font-size: 25px; padding: 10px 20px; } .w-theme { width: 50px; height: 50px; } .padding-inline-0 { padding-inline-start: 0px; } .mega-border-right { border-right: 1px solid #9E9E9E; } .mega-border-right:last-child { border-right: 1px solid transparent; } .bg-black { background-color: #000; } .bg-dark-green { background-color: #009688; } .bg-facebook { background-color: #4267b2; } .bg-green1 { background-color: #4CAF50; } .bg-green2 { background-color: #8BC34A; } .bg-black-gray { background-color: #c5c3c3; } .pointer { cursor: pointer; } /*end change color*/ @media (max-width:575px) { .store-logo { width: 100%; height: 60vmin; } .profile-last-port-view { position: inherit; bottom: 0; left: 0; padding: 0px 0px; font-size: small; } .product-img { width: 100%; height: 60vmin; } .photo-profile { width: 15vmin; height: 15vmin; overflow: hidden; border-radius: 100px; } .cm-img-circle { width: 50px; height: 50px; border-radius: 50%; overflow: hidden; } .chat-table { display: none; } .chat-name-font { padding: 17px 0px; font-size: medium; margin-left: 20px; } .register-tab-link > li { width: 31.333%; text-align: center; font-size: small; } .register-tab-link > li > .nav-link{ padding-left: 0px; padding-right: 0px; } .chat-img-user { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; margin: 9px 0px; } .list-img-logo { width: 100%; height: 52vmin; } .you-mes { max-width: 100%; } } @media (max-width:568px) and (max-height: 320px) { .store-logo { width: 100%; height: 350px; } .product-img { width: 100%; height: 300px; } } @media (min-width: 576px) { .store-logo { width: 100%; height: 165px; } .product-img { width: 100%; height: 305px; } .profile-last-port-view { position: inherit; bottom: 0; left: 0; padding: 0px 0px; } .cm-img-circle { width: 35px; height: 35px; border-radius: 50%; overflow: hidden; } .cm-name { font-size: small; } .store-view { list-style-type: none; margin-block-start: 0px; margin-block-end: 0px; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 0px; display: none!important; } .cm-cat { overflow: inherit; height: auto; font-size: x-small; } .list-img-logo { width: 100%; height: 160px; } } @media (min-width: 768px) { .store-logo { width: 100%; height: 215px; } .product-img { width: 100%; height: 320px; } .list-img-logo { width: 100%; height: 210px; } .list-chat-user { overflow-y: scroll; height: 309px; } .caht-box { background-color: #f0f0f0; height: 255px; overflow-y: scroll; } } @media (min-width: 992px) { .store-logo { width: 100%; height: 195px; } .product-img { width: 100%; height: 210px; } .input-form { display: flex; flex-direction: row; padding: 5px; width: 40%; background-color: #fff; } .profile-last-port-view { position: absolute; bottom: 0; left: 0; padding: 0px 15px; font-size: small; } .profile-fix-ex { overflow: hidden; height: 150px; } .list-img-logo { width: 100%; height: 190px; } .list-chat-user { overflow-y: scroll; height: 386px; } .caht-box { background-color: #f0f0f0; height: 332px; overflow-y: scroll; } } @media (min-width: 1200px) { .store-logo { width: 100%; height: 235px; } .product-img { width: 100%; height: 230px; } .profile-last-port-view { position: absolute; bottom: 0; left: 0; padding: 0px 15px; font-size:medium; } .cm-name { font-size: medium; } .list-chat-user { overflow-y: scroll; height: 463px; } .caht-box { background-color: #f0f0f0; height: 409px; overflow-y: scroll; } .input-form { display: flex; flex-direction: row; padding: 5px; width: 55%; background-color: #fff; } } @media (min-width: 1600px) { .store-logo { width: 100%; height: 250px; } .profile-fix-ex { overflow: hidden; height: 175px; } .list-chat-user { overflow-y: scroll; height: 617px; } .caht-box { background-color: #f0f0f0; height: 563px; overflow-y: scroll; } }
public/assets/css/custom.css
html { font-size: 16px; } body { font-weight: 400; font-size: 16px; font-family: "Open Sans", Helvetica, Arial, sans-serif; line-height: 1.6; color: #000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: "liga", "kern"; text-rendering: optimizelegibility; background-color: #eee; } img.img-fix { float:left; width:100%; height:100%; object-fit:cover; } .wrapper { min-height: calc(100vh - 207px); } /* a.nav-link { color: #fff!important; } */ /* a.nav-link:hover { background-color: #fff!important; color: #229c16!important; transition: 0.3s!important; } */ .logo { width: 115px; height: 50px; } .text-small { font-size: small; } .text-gold { color: #bf8901; } .bg-nav-drakgold { background-color: #bf8901; } .bg-drakgold { background-color: #bf8901; } .bg-nav-gold { background-color: #DAA520; } .bg-darkgreen { background-color: #009688; } .bg-gray { background-color: #d4d4d4; } .bg-purple { background-color: #673ab7; } .border-gold { border-color: #bf8901; } .bg-gold { color: #bf8901; } .border-none { border : none!important; } .d-inline-grid { display: inline-grid!important; } .z-index-1000 { z-index: 1000; } hr.hr-title { margin-top: 10px; margin-bottom: 10px; border-color: #000; } .title-page { font-size: 18px; color: #505050; } /* STORE */ .store-logo { width: 100%; height: 215px; } .store-title { overflow: hidden; height: 30px; } .store-title > a { color: #21c8f3; font-weight: 600; } .store-category > a { font-size: 14px; color: #797979; } .input-form { display: flex; flex-direction: row; padding: 5px; width: 55%; background-color: #fff; } .input-form > .input-search { flex-grow:2; border:none; } .input-search:focus{ outline: none; } .search-submit { background: #bf8901; color:white; border-radius: 0; padding: 0px 25px; } .search-submit:hover { color:white; } .btn-open-store { border-radius: 0; background-color: #2196F3; border-color: #2196F3; } .btn-login-navbar { border-radius: 0; background-color: #009688; border-color: #009688; } .btn-open-store:hover { background-color: #2196F3; border-color: #2196F3; } .btn-login-navbar:hover { background-color: #009688; border-color: #009688; } .store-category { line-height: 1.4; overflow: hidden; height: 69px; } .store-view { list-style-type: none; margin-block-start: 0px; margin-block-end: 0px; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 0px; } .store-view > li { padding: 0px 10px 0px 0px; font-size: 11px; } .border-buttonpagenp { border: none; background-color: #009688; border-top-left-radius: 1.25rem!important; border-bottom-left-radius: 1.25rem!important; border-top-right-radius: 1.25rem!important; border-bottom-right-radius: 1.25rem!important; color: #fff; padding: 5px 8px; width: 30px; height: 30px; margin: 1px 10px; } #profile-menu { display: none; position: absolute; right: 13px; z-index: 1000; width: 270px; } .img-menu-profile { width: 50px; height: 50px; overflow: hidden; border-radius: 50px; margin-left: 15px; } #menu-hide { display: none; position: fixed; z-index: 4; padding-top: 100px; left: 0; bottom: 0; width: 100%; height: 92.2%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0, 0, 0, 0.33); z-index: -1; } .border-buttonpagenp:hover { border: none; background-color: #009688; color: #fff; } .pagelink-number , .pagelink-number:hover { background-color: #fff; border: none; color: #000; } /* END STORE */ /* PROFILE */ .status-btn-send { background-color: #009688; border-radius: 40px!important; padding: 0px 11px; } .photo-profile { width: 100px; height: 100px; overflow: hidden; border-radius: 100px; } .profile-follow { font-size: small; color: #595959; } .profile-tab.active { background-color: transparent!important; color: #000 !important; border-bottom: 5px solid #009688!important; border-radius: 0px; } a.profile-tab { background-color: transparent!important; color: #000 !important; border-radius: 0px!important; font-weight: 600; border-bottom: 5px solid #b0b0b0; } a.profile-tab:hover { background-color: transparent!important; color: #000 !important; border-bottom: 5px solid #009688; border-radius: 0px; transition: 0s!important; } .profile-tab-link { text-align: center; } .profile-tab-link > li { width: 49%; } .profile-last-port { border: 1px #444; border-style: dashed; border-radius: 0; } .product-img { width: 100%; height: 210px; } .text-large { font-size: large; } .text-x-large { font-size: x-large; } .profile-last-port-view { position: absolute; bottom: 0; left: 0; padding: 0px 15px; } .profile-fix-ex { overflow: hidden; height: 155px; } .popup { position: relative; display: inline-block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* The actual popup */ .popup .popuptext { width: 160px; background-color: #009688; color: #fff; text-align: center; border-radius: 15px; padding: 8px 0; position: absolute; z-index: 1; bottom: 0%; left: 50%; margin-left: -80px; margin-bottom: 10px; } /* Popup arrow */ .popup .popuptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #009688 transparent transparent transparent; } /* END PROFILE */ /*EDIT PROFILE*/ .ed-mailandpass > p { color: #9E9E9E; font-size: small; } .ed-icon-pent { color: #9E9E9E; font-size: xx-large; position: absolute; right: 11px; top: 36px; } .ed-title { border-bottom: 4px solid #009688; padding-bottom: 5px; font-size: large; } .ed-tect-input{ font-size: small; } .ed-btn-save { background-color: #009688; border: 2px solid #009688; color: #fff; border-radius: 0; } .ed-btn-save:hover { background-color: transparent; border: 2px solid #009688; color: #009688; } .ed-btn-cancel { background-color: #9e9e9e; border: 2px solid #9e9e9e; color: #fff; border-radius: 0; } .ed-btn-cancel:hover { background-color: transparent; border: 2px solid #9e9e9e; color: #9e9e9e; border-radius: 0; } /*END EDIT PROFILE*/ /*COMMUNITY*/ .cm-img-circle { width: 100%; height: 38px; border-radius: 50%; overflow: hidden; } .cm-like { background-color: #e81707; border: 1px solid #e81707; color: #fff; text-align: center; width: 23px; height: 23px; padding: 3px; margin-left: auto; border-radius: 50%; font-size: 2px; position: absolute; top: 5px; right: 5px; } .cm-like-n-like { background-color: #fff; border:1px solid #e81707; color: #e81707; } .cm-cat { overflow: inherit; height: auto; } .comment-img-circle { width: 30px; height: 30px; border-radius: 50%; overflow: hidden; } .comment-input { border: 0; border-bottom: 1px solid; } /*END COMMUNITY*/ /*REGISTER*/ .register-tab-link > li { width: 32.333%; text-align: center; } .register-card-chat { overflow: hidden; height: 600px; } .rgs-scroll-chat { overflow-y: scroll; height: 551px; } /* width */ .rgs-scroll-chat::-webkit-scrollbar { width: 10px; } /* Track */ .rgs-scroll-chat::-webkit-scrollbar-track { background: #f1f1f1; } /* Handle */ .rgs-scroll-chat::-webkit-scrollbar-thumb { background: #888; border-radius: 5px; border: 1px solid #f1f1f1; } /* Handle on hover */ .rgs-scroll-chat::-webkit-scrollbar-thumb:hover { background: #555; } .rgs-chat-user-15 { width: 15%; } .rgs-chat-user-85 { width: 85%; } .rgs-radius { width: 50px; height: 50px; overflow: hidden; border-radius: 52px; } .rgs-name-chat:hover { background-color: #bf8901; transition: 0.3s; } .rgs-name-chat.active { background-color: #bf8901; border-color: transparent; } .rgs-name-chat.active > a > div > div > .d-inline-grid > .text-gold , .rgs-name-chat.active > a , .rgs-name-chat.active > a > div > div > .d-inline-grid { color: #fff!important; text-decoration: none; } .rgs-name-chat:hover > a > div > div > .d-inline-grid > .text-gold , .rgs-name-chat > a:hover , .rgs-name-chat:hover > a > div > div > .d-inline-grid{ color: #fff!important; text-decoration: none; border-color: transparent; } .rgs-name-chat > a > div > div > .d-inline-grid { color: #a2a2a2; text-decoration: none; border-color: transparent; } .chat-img-user { width: 50px; height: 50px; border-radius: 50%; overflow: hidden; margin:6px 0px; } .chat-name-font { padding: 17px 0px; font-size: larger; } .caht-box { background-color: #f0f0f0; height: 486px; overflow-y: scroll; } .caht-input-bottom { background-color: #fff; height: 52px; padding: 8px; } /* width */ .caht-box::-webkit-scrollbar { width: 10px; } /* Track */ .caht-box::-webkit-scrollbar-track { background: #f1f1f1; } /* Handle */ .caht-box::-webkit-scrollbar-thumb { background: #888; border-radius: 5px; border: 1px solid #f1f1f1; } /* Handle on hover */ .caht-box::-webkit-scrollbar-thumb:hover { background: #555; } .chat-submit { border-radius: 0; background-color: #019730; color: #fff; border-color: #019730; margin-left: 5px; cursor: pointer; } .you-mes { background-color: #009688; color: #fff; font-weight: 400; font-size: medium; max-width: 320px; border-radius: 30px; padding: 6px 15px; text-align: left; word-break: break-all; position: relative; margin-bottom: 5px; white-space: normal; line-height: 1.3; } .you-mes::after{ content: ""; position: absolute; top: 100%; left: 70%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #009688 transparent transparent transparent; } .friend-message { background-color: #9E9E9E; color: #fff; font-weight: 400; font-size: medium; max-width: 320px; white-space: normal; border-radius: 30px; padding: 6px 15px; text-align: left; position: relative; margin-bottom: 5px; } .friend-message::after{ content: ""; position: absolute; top: 100%; left: 70%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #9E9E9E transparent transparent transparent; } .fileContainer { overflow: hidden; position: relative; font-size: 33px; margin-left: 7px; line-height: 1; margin-top: 1px; margin-bottom: 0; color: #bf8901; font-weight: 500; } .fileContainer [type=file] { cursor: inherit; display: block; font-size: 999px; filter: alpha(opacity=0); min-height: 100%; min-width: 100%; opacity: 0; position: absolute; right: 0; text-align: right; top: 0; cursor: pointer; } /*END REGISTER*/ /* PRODUCT-LIST */ .prduct-tab.active { background-color: #bf8901; color: #fff!important; border-color: #bf8901; } .prduct-tab.active:hover { background-color: #bf8901; color: #fff!important; border-color: #bf8901; } .prduct-tab { background-color: #daa520; color: #fff!important; padding: 5px 10px!important; border-radius: 0px!important; } .prduct-tab:hover { background-color: #bf8901; color: #fff!important; border-color: #bf8901; } .product-chat { width: 60px; height: 60px; border-radius: 50px; overflow: hidden; } .list-rank { width: 20%; } .list-img-profile { width: 25%; } .list-name { width: 55%; } .list-chat:last-child { border-bottom: none!important; } li.list-tab-cat { margin-right: -5px; margin-left: 0px; } .list-all-caht { background-color: #009688; display: inline-block; padding: 7px 25px; color: #fff; border-top-left-radius: 5px; border-top-right-radius: 5px; height: 37px; } .list-chat-user { overflow-y: scroll; height: 540px; } /* width */ .list-chat-user::-webkit-scrollbar { width: 10px; } /* Track */ .list-chat-user::-webkit-scrollbar-track { background: #f1f1f1; } /* Handle */ .list-chat-user::-webkit-scrollbar-thumb { background: #888; border-radius: 5px; border: 1px solid #f1f1f1; } /* Handle on hover */ .list-chat-user::-webkit-scrollbar-thumb:hover { background: #555; } .list-chat-time { font-size: smaller; color: #c7c5c5; } .list-img-logo { width: 100%; height: 195px; } .slick-slider { margin: 0 15px; } .slick-slide { margin-right:5px; margin-left:5px; } .list-slick-color , .list-slick-color:focus , .list-slick-color:hover{ font-size: 40px; color: #000; } .list-slick-color.list-prev { position: absolute; z-index: 1; left: -2.5%; top: 35%; } .list-slick-color.list-next { position: absolute; z-index: 1; right: -2.5%; top: 35%; } /* END PRODUCT-LIST */ /*change color*/ .sidebarcolor { height: auto; width: 0; position: fixed; z-index: 1; right: 0; background-color: #bf8901; overflow-x: hidden; padding-top: 0px; top: 50%; } .sidebarcolor a { padding: 8px 8px 8px 25px; text-decoration: none; font-size: 25px; color: #818181; display: block; transition: 0.3s; } .dropdown-item { padding: 0.21429rem 0.07143rem; } .sidebarcolor .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } .openbtn { font-size: 20px; cursor: pointer; background-color: #111; color: white; padding: 10px 15px; border: none; } .hs-mega-menu { max-width: 100%!important; } .dropdown-item.active, .dropdown-item:active { background: rgb(255, 255, 255); color: #1dbf38!important; } .openbtn:hover { background-color: #444; } .c-fixed { right: 0; top: 50%; z-index: 1000; } .btn-cog { background-color: #bf8901; border: 1px solid #bf8901; color: #ffffff; border-radius: 0; font-size: 25px; padding: 10px 20px; } .btn-cog:hover { background-color: #fff; border: 1px solid #bf8901; color: #bf8901; border-radius: 0; font-size: 25px; padding: 10px 20px; } .w-theme { width: 50px; height: 50px; } .padding-inline-0 { padding-inline-start: 0px; } .mega-border-right { border-right: 1px solid #9E9E9E; } .mega-border-right:last-child { border-right: 1px solid transparent; } .bg-black { background-color: #000; } .bg-dark-green { background-color: #009688; } .bg-facebook { background-color: #4267b2; } .bg-green1 { background-color: #4CAF50; } .bg-green2 { background-color: #8BC34A; } .bg-black-gray { background-color: #c5c3c3; } .pointer { cursor: pointer; } /*end change color*/ @media (max-width:575px) { .store-logo { width: 100%; height: 60vmin; } .profile-last-port-view { position: inherit; bottom: 0; left: 0; padding: 0px 0px; font-size: small; } .product-img { width: 100%; height: 60vmin; } .photo-profile { width: 15vmin; height: 15vmin; overflow: hidden; border-radius: 100px; } .cm-img-circle { width: 50px; height: 50px; border-radius: 50%; overflow: hidden; } .chat-table { display: none; } .chat-name-font { padding: 17px 0px; font-size: medium; margin-left: 20px; } .register-tab-link > li { width: 31.333%; text-align: center; font-size: small; } .register-tab-link > li > .nav-link{ padding-left: 0px; padding-right: 0px; } .chat-img-user { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; margin: 9px 0px; } .list-img-logo { width: 100%; height: 52vmin; } .you-mes { max-width: 100%; } } @media (max-width:568px) and (max-height: 320px) { .store-logo { width: 100%; height: 350px; } .product-img { width: 100%; height: 300px; } } @media (min-width: 576px) { .store-logo { width: 100%; height: 165px; } .product-img { width: 100%; height: 305px; } .profile-last-port-view { position: inherit; bottom: 0; left: 0; padding: 0px 0px; } .cm-img-circle { width: 35px; height: 35px; border-radius: 50%; overflow: hidden; } .cm-name { font-size: small; } .store-view { list-style-type: none; margin-block-start: 0px; margin-block-end: 0px; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 0px; display: none!important; } .cm-cat { overflow: inherit; height: auto; font-size: x-small; } .list-img-logo { width: 100%; height: 160px; } } @media (min-width: 768px) { .store-logo { width: 100%; height: 215px; } .product-img { width: 100%; height: 320px; } .list-img-logo { width: 100%; height: 210px; } .list-chat-user { overflow-y: scroll; height: 309px; } .caht-box { background-color: #f0f0f0; height: 255px; overflow-y: scroll; } } @media (min-width: 992px) { .store-logo { width: 100%; height: 195px; } .product-img { width: 100%; height: 210px; } .input-form { display: flex; flex-direction: row; padding: 5px; width: 40%; background-color: #fff; } .profile-last-port-view { position: absolute; bottom: 0; left: 0; padding: 0px 15px; font-size: small; } .profile-fix-ex { overflow: hidden; height: 150px; } .list-img-logo { width: 100%; height: 190px; } .list-chat-user { overflow-y: scroll; height: 386px; } .caht-box { background-color: #f0f0f0; height: 332px; overflow-y: scroll; } } @media (min-width: 1200px) { .store-logo { width: 100%; height: 235px; } .product-img { width: 100%; height: 230px; } .profile-last-port-view { position: absolute; bottom: 0; left: 0; padding: 0px 15px; font-size:medium; } .cm-name { font-size: medium; } .list-chat-user { overflow-y: scroll; height: 463px; } .caht-box { background-color: #f0f0f0; height: 409px; overflow-y: scroll; } .input-form { display: flex; flex-direction: row; padding: 5px; width: 55%; background-color: #fff; } } @media (min-width: 1600px) { .store-logo { width: 100%; height: 250px; } .profile-fix-ex { overflow: hidden; height: 175px; } .list-chat-user { overflow-y: scroll; height: 617px; } .caht-box { background-color: #f0f0f0; height: 563px; overflow-y: scroll; } }
0.384797
0.087955
@font-face { font-family: SourceSansPro; src: url('../font/SourceSansPro-Black.ttf'); } .SourceSansPro{ font-family: SourceSansPro; } /*warna text*/ .biru{ color: #1377BE; } .biru-tua{ color: #005394; } .orange{ color: #FCA900; } .merah{ color: #FB2626; } .ijo{ color: #22E21B; } /*Bacgroud - warna */ .bg-biru{ background-color: #1377BE; } .bg-biru-tua{ background-color: #005394; } .bg-orange{ background-color: #FCA900; } .bg-merah{ background-color: #FB2626; } .bg-ijo{ background-color: #22E21B; } /*padding*/ .pd-50{ padding-right: 30px; padding-left: 30px; } .pdr-50{ padding-right: 50px; } .pdl-50{ padding-left: 50px; } .pd-20{ padding-left: 30px;padding-right: 30px } /*TEXT*/ .font-kecil{ font-size: 20px; } @media only screen and (max-width: 992px) { .pd-50{ padding-right: 0px; padding-left: 0px; } } @media (max-width: 992px){ .container, .container-md, .container-sm { max-width: 850px; } } .border-radius10{ border-radius: 10px; } .bunder{ padding: 10px; padding-right: 15px; padding-left: 15px; } .pd-bt20{ padding-bottom: 20px; } /* Custom page CSS -------------------------------------------------- */ /* Not required for template or sticky footer method. */ main > .container { padding: 60px 15px 0; } .footer > .container { padding-right: 15px; padding-left: 15px; } code { font-size: 80%; } /*=================================*/ .card-shadow { box-shadow: 0px 4px 8px 0px #BDBDBD } .profile-pic { width: 100px !important; height: 100px; box-shadow: 0px 4px 8px 0px #BDBDBD } .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev { background: 0 0; color: #1E88E5 !important; border: none; padding: 5px 20px !important; font: inherit; font-size: 50px !important } .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover { color: #0D47A1 !important; background-color: transparent !important } .owl-dots { display: none } button:focus { -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; outline-width: 0 } .item { display: none } .next { display: block !important; position: relative; transform: scale(0.8); transition-duration: 0.3s; opacity: 0.6 } .prev { display: block !important; position: relative; transform: scale(0.8); transition-duration: 0.3s; opacity: 0.6 } .item.show { display: block; transition-duration: 0.4s } @media screen and (max-width: 999px) { .next, .prev { transform: scale(1); opacity: 1 } .item { display: block !important } } .list-group-item+.list-group-item.active { color: black; margin-top: -1px; border-top-width: 1px; } .dropdown-container { display: none; background-color: #ffffff; padding-left: 50px; } /* Optional: Style the caret down icon */ .fa-caret-down { float: right; padding-right: 8px; } #wrapper { overflow-x: hidden; } #sidebar-wrapper { min-height: 100vh; margin-left: -15rem; -webkit-transition: margin .25s ease-out; -moz-transition: margin .25s ease-out; -o-transition: margin .25s ease-out; transition: margin .25s ease-out; } #sidebar-wrapper .sidebar-heading { padding: 0.875rem 1.25rem; font-size: 1.2rem; } #sidebar-wrapper .list-group { width: 15rem; } #page-content-wrapper { min-width: 100vw; } #wrapper.toggled #sidebar-wrapper { margin-left: 0; } @media (min-width: 768px) { #sidebar-wrapper { margin-left: 0; } #page-content-wrapper { min-width: 0; width: 100%; } #wrapper.toggled #sidebar-wrapper { margin-left: -15rem; } }
public/css/style.css
@font-face { font-family: SourceSansPro; src: url('../font/SourceSansPro-Black.ttf'); } .SourceSansPro{ font-family: SourceSansPro; } /*warna text*/ .biru{ color: #1377BE; } .biru-tua{ color: #005394; } .orange{ color: #FCA900; } .merah{ color: #FB2626; } .ijo{ color: #22E21B; } /*Bacgroud - warna */ .bg-biru{ background-color: #1377BE; } .bg-biru-tua{ background-color: #005394; } .bg-orange{ background-color: #FCA900; } .bg-merah{ background-color: #FB2626; } .bg-ijo{ background-color: #22E21B; } /*padding*/ .pd-50{ padding-right: 30px; padding-left: 30px; } .pdr-50{ padding-right: 50px; } .pdl-50{ padding-left: 50px; } .pd-20{ padding-left: 30px;padding-right: 30px } /*TEXT*/ .font-kecil{ font-size: 20px; } @media only screen and (max-width: 992px) { .pd-50{ padding-right: 0px; padding-left: 0px; } } @media (max-width: 992px){ .container, .container-md, .container-sm { max-width: 850px; } } .border-radius10{ border-radius: 10px; } .bunder{ padding: 10px; padding-right: 15px; padding-left: 15px; } .pd-bt20{ padding-bottom: 20px; } /* Custom page CSS -------------------------------------------------- */ /* Not required for template or sticky footer method. */ main > .container { padding: 60px 15px 0; } .footer > .container { padding-right: 15px; padding-left: 15px; } code { font-size: 80%; } /*=================================*/ .card-shadow { box-shadow: 0px 4px 8px 0px #BDBDBD } .profile-pic { width: 100px !important; height: 100px; box-shadow: 0px 4px 8px 0px #BDBDBD } .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev { background: 0 0; color: #1E88E5 !important; border: none; padding: 5px 20px !important; font: inherit; font-size: 50px !important } .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover { color: #0D47A1 !important; background-color: transparent !important } .owl-dots { display: none } button:focus { -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; outline-width: 0 } .item { display: none } .next { display: block !important; position: relative; transform: scale(0.8); transition-duration: 0.3s; opacity: 0.6 } .prev { display: block !important; position: relative; transform: scale(0.8); transition-duration: 0.3s; opacity: 0.6 } .item.show { display: block; transition-duration: 0.4s } @media screen and (max-width: 999px) { .next, .prev { transform: scale(1); opacity: 1 } .item { display: block !important } } .list-group-item+.list-group-item.active { color: black; margin-top: -1px; border-top-width: 1px; } .dropdown-container { display: none; background-color: #ffffff; padding-left: 50px; } /* Optional: Style the caret down icon */ .fa-caret-down { float: right; padding-right: 8px; } #wrapper { overflow-x: hidden; } #sidebar-wrapper { min-height: 100vh; margin-left: -15rem; -webkit-transition: margin .25s ease-out; -moz-transition: margin .25s ease-out; -o-transition: margin .25s ease-out; transition: margin .25s ease-out; } #sidebar-wrapper .sidebar-heading { padding: 0.875rem 1.25rem; font-size: 1.2rem; } #sidebar-wrapper .list-group { width: 15rem; } #page-content-wrapper { min-width: 100vw; } #wrapper.toggled #sidebar-wrapper { margin-left: 0; } @media (min-width: 768px) { #sidebar-wrapper { margin-left: 0; } #page-content-wrapper { min-width: 0; width: 100%; } #wrapper.toggled #sidebar-wrapper { margin-left: -15rem; } }
0.452052
0.078501
.register, .login { padding-top: 50px; } .join-text{ text-align: center; } .form-join { max-width: 330px; padding: 15px; margin: 0 auto; } .form-join .form-control { margin-bottom: 10px; } .form-signin .form-control { position: relative; height: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; font-size: 16px; } .form-signin .form-control:focus { z-index: 2; } .form-signin input[type="email"] { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } [class*="col-"] { padding:15px; } .message { border:1px solid lightgray; overflow: scroll; height:400px; background-color: aliceblue; position:relative; float:left; width:100%; } .message .row{ width:95%; } .message .self-message { position:relative; float:right; color: #3c763d; background-color: #dff0d8; } .message .partner-message { position:relative; float:left; color: #31708f; background-color: #d9edf7; } .message-list{ margin: -20px; height:auto; word-break: break-all; } .input-form{ height:150px; /*background-color: yellow;*/ position:relative; float:left; width:100%; } textarea{ border:1px solid transparent; border-radius: 6px; margin-right:5px; } .input-form button{ margin:3px; height:100px; width:100px; border-radius: 4px; } .user-list{ position: relative; float:left; overflow:hidden; background-color: lightcyan; min-height:450px; width:100%; } .user-list ul{ width:inherit; height:430px; } .user-list li{ position:relative; float:left; width:inherit; padding-top:3px; padding-bottom:3px; font-size:20px; font-family: Arial sans-serif; font-weight:400; /*background-color: #bce8f1;*/ border:1px solid lightgray; border-radius: 5px; } .user-list span{ position:relative; float:right; } .user-list Link{ height:18px; width:inherit; padding-bottom: 5px; position:relative; float: left; border:1px solid transparent; border-radius: 4px; text-decoration: none; }
src/public/assets/css/main.css
.register, .login { padding-top: 50px; } .join-text{ text-align: center; } .form-join { max-width: 330px; padding: 15px; margin: 0 auto; } .form-join .form-control { margin-bottom: 10px; } .form-signin .form-control { position: relative; height: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; font-size: 16px; } .form-signin .form-control:focus { z-index: 2; } .form-signin input[type="email"] { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } [class*="col-"] { padding:15px; } .message { border:1px solid lightgray; overflow: scroll; height:400px; background-color: aliceblue; position:relative; float:left; width:100%; } .message .row{ width:95%; } .message .self-message { position:relative; float:right; color: #3c763d; background-color: #dff0d8; } .message .partner-message { position:relative; float:left; color: #31708f; background-color: #d9edf7; } .message-list{ margin: -20px; height:auto; word-break: break-all; } .input-form{ height:150px; /*background-color: yellow;*/ position:relative; float:left; width:100%; } textarea{ border:1px solid transparent; border-radius: 6px; margin-right:5px; } .input-form button{ margin:3px; height:100px; width:100px; border-radius: 4px; } .user-list{ position: relative; float:left; overflow:hidden; background-color: lightcyan; min-height:450px; width:100%; } .user-list ul{ width:inherit; height:430px; } .user-list li{ position:relative; float:left; width:inherit; padding-top:3px; padding-bottom:3px; font-size:20px; font-family: Arial sans-serif; font-weight:400; /*background-color: #bce8f1;*/ border:1px solid lightgray; border-radius: 5px; } .user-list span{ position:relative; float:right; } .user-list Link{ height:18px; width:inherit; padding-bottom: 5px; position:relative; float: left; border:1px solid transparent; border-radius: 4px; text-decoration: none; }
0.248899
0.080069
body { background-color: #f3c599; margin:0; padding:0; font-size:13px; } h1 { color: #f68d31 !important; } .webbody { width: 1170px; margin: 0 auto; box-shadow: 0 0 10px #999; } .wraper { background: #fff; } .main_body { font-family: arial; background-color: #082638; padding: 5px 0px; border-bottom: 1px solid #082638; } .header{ margin:0 auto;} .header_left{ width:500px; float:left;} .logo{ float:left; padding:3px; } .main_body a { color:#fff !important; } .header_right{ width:222px; float:right; margin-top: 5px;} .header_right_1st{ margin-bottom:6px; } .header_right_2st{} .scarch_box .search{ border:solid 1px #b1b1b1; float:left; background-color:transparent; padding:8px; color:#fff; } .secrch_icone{ float:left; border: solid 1px #b1b1b1; padding: 8px; border-left: none; background:url(../images/icone_scerch.png) center no-repeat; width: 34px; border: 1px solid #ccc; } .login{ float:right; text-decoration:none; color:#000; } .login a{ text-decoration:none; color:#fff; font-size: 14px; padding:3px; } .logo a:hover, .login a:hover { color:#ccc !important; } .menul{ background:#ed1a39;} .menu{ background:#ed1a39; margin:0 auto;} .menu ul { padding:0 !important; margin-bottom:0px !important; } .menu ul { padding:1; margin:1; list-style:none; } .menu li { float:left; position:relative; } .menu ul li a { text-decoration: none; display: block; padding: 8px 30px; color: #fff; border-left: 1px solid #C35134; border-right: 1px solid #9E3015; font-size:14px; } .menu ul li a:hover { background:#ff972b; color:#000 !important; } .logo_3_color {color:#ff972b;} .menu li ul { display:none; position:absolute; z-index:999; } .menu li:hover ul{ display:block; background:#b22418; width: 172px; margin: 0; padding: 0; } .menu li ul li{ clear:both; border-style:none; } .menu li ul li a { color: #fff; cursor: pointer; border: none; width: 172px; } .slider img{ width:100%;} /*.slider_area, .wraper { box-shadow: 0px 0px 20px #472E2E; }*/ .contentl{ max-width:100%;} .content{ width:1100px; margin:0 auto;} .st .sell_box{ margin-left:none !important;} .sell_boxa{ width:194px; height:332px; background:#eceeed; margin-top:30px; float:left;} .sell_box{ width:194px; height:332px; background:#eceeed; margin-top:30px; float:left; margin-left: 26px;} .title_box{ padding:5px 0px; background:#01b9ff; text-align: center; font-size: 15px;} .box_img{ margin: 14px 0 0 12px;} .configaration h3{ margin:inherit; color:#4A4A4A; padding-bottom:5px;} .configaration { color: #4A4A4A; font-size: 11px; padding-left: 25px; padding-top: 5px; line-height: 16px; height: 99px; overflow: hidden; padding-bottom: 6px; } .Ditales{ padding:4px 14px;; background:#01b9ff; float:right; font-size: 12px; margin-right:10px; color: #fff; text-decoration:none;} .take{ border-radius:97px; background:#f0ff05; width: 44px; height: 36px; text-align: center; padding-top: 8px; margin:-12px 0px 0 -17px; font-size: 12px; color:#2c2d2d; border:2px solid #01b9ff; display: block; text-decoration:none;} .product_listl { background: #05844f; margin-top: 32px; position:relative; } .product_list{ height:150px; padding-left: 27px;} .product_list_write { position: absolute; padding: 6px 25px; background: #05844f; margin-top: -31px; color: #fff; left:27; } .arrow { float: left; margin-top: -65px; margin-left: -35px; cursor:pointer; color:#fff; } .arrowr { float: right; margin: -63px -35px 0 0; cursor:pointer; color:#fff; } .product_list_white_img{ margin: 10px 0 0 74px; float:left;} .footerl{ margin-top:10px !important; background:#ef0b2d;} .footer{ padding-top: 20px; background: #ef0b2d; } .footer_left, .footer_midil, .footer_right{} .footer_left:first-child { margin-left:0px; } .costomer_support{ font-size:25px; color:#FFF; } .costomer_support_ditals{ color:#FFF; text-align:justify;} .footer_menu_write{ font-size:25px; color:#FFF; } .footer_menu ul{ list-style:none; padding:0; } .footer_menu ul li a{ text-decoration:none; padding:3px 0; color:#FFF; display: block;} .footer_right_icone_write{ font-size:25px; color:#FFF; } .footer_right_icone{ margin: 10px 0 0 5px; float:left;} .footer_go_up{ float:right;} .short_footerl { height: 40px; background: #9e061d none repeat scroll 0% 0%; border-top: 1px solid #ef0629; } .short_footer_write{ padding-top:12px; font-size:13px; color:#fff; } .short_footer_write a{ text-decoration:none; color:#fff;} .pagination { margin: 27px; float: left; } .pagination a, .pagination strong { padding:10px; border-left: 1px solid #E5E5E5; border-right: 1px solid #F9F9F9; background-color: #F0F0F0; float:left; } .pagination a { text-decoration:none; } .gallery { float: left; padding: 0; border-left: 1px solid #fff; border-right: 1px solid #fff; } @charset "utf-8"; /* CSS Document */ .siteber { width:316px; background:#fff; border:1px solid #ededed;} .siteber_gallary {} .siteber_gallary h2 { font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; color:#000; background:#f1f1f1; margin:0px;text-align: center; padding: 10px 0px 10px 0px; margin-bottom: 5px;} .siteber_gallary ul { margin:0px; padding:0px; } .siteber_gallary ul li { list-style:none; margin:0px; padding:0px;} .siteber_gallary ul li a { float:left; display:block; padding:6px 0px 6px 7px; } .siteber_contact h2 { font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; color:#000; background:#f1f1f1; margin:7px 0px 5px 0px; text-align: center; padding: 10px 0px 10px 0px;} .siteber_contact ul { margin:0px; padding:0px 0px 0px 0px; } .siteber_contact ul li { list-style:none; margin:0px; padding:0px; text-align:center;} .siteber_contact ul li a { display:block; padding:5px 0px 3px 0px; text-decoration:none; color:#000; font-size:14px; font-family:Georgia, "Times New Roman", Times, serif; } .siteber_contact ul li a:hover { color:#06F; text-decoration:underline;} .product_details { width: 770px; float: left; } .side_bar { float:right; } .single_page { margin:20px auto; } .product_page { float:left; width:770px; } /* New Styles */ .product_list_white { width: 89%; height: 110px; background: #fff; float: left; margin: 20px 0 0 26px; } .sidebar { border:3px solid #082638; padding:0 !important; margin-top:25px;} .results ul { margin-bottom:0px; } .head_teacher_comment h4, .important_links h4, .results h4, .notice h4 { margin:0; padding:5px 10px; background:#082638; color:#fff;} .important_links ul, .results ul, .notice ul, .important_links1 ul { list-style:none; padding:;} .important_links ul li a, .results ul li a, .notice ul li a, .important_links1 ul li a { color:#000; font-size:12px;} .head_teacher { text-align:center; margin:10px;} .teacher_comment { text-align:justify; margin:0 10px; font-size:12px;} .login_box { padding:10px 15px;} .log { width:155px; border:1px solid #c0c0c0;} .log1 { font-size:12px; margin:10px 0;} .urgent_notice { margin-top: 15px;} .urgent_notice h3{ text-align:center; margin:0; color:#FFF; padding:5px; font-size:18px; background:#fc922a;} .urgent_notice p { padding:5px; font-size:13px; margin-bottom: 0;} .important_links1 { margin: 15px 0px; border: 1px solid #b22418; } .important_links1 p { padding: 6px; font-size: 12px; margin-bottom: 0;} .important_links1 h4 { margin:0; padding:5px; color:#FFF; text-align:center; background:#b22418;} .fb { font-size:14px;} .sosal { font-size:32px; color:#fff;} .sosal:hover { color:#D2D9FF;} a:hover, a:focus { color: #005180 !important; } .see_all { float: right; font-size: 12px; font-weight: bold; margin-right: 8px; } .see_all a {color:#000; } .clear { clear:both; } .student_list { background-color: #F3F5FF; margin: 0 !important; padding: 5px; border: 1px solid #323F83; margin-top: 10px !important; } .std_photo { padding:0 !important; } .std_big_image { float: right; margin: 5px; border: 1px solid #323F83; padding: 5px; background-color: #D3D9F9; } .filter { margin-top:5px; } .not_fount { margin-top:20px; } .result_form select { padding: 5px; } .result_form input { padding: 4px; } .scroll { background:#fff; padding: 5px 0; } @media screen and (max-width: 640px) { .product_list_white { width: 80%; } } @media screen and (max-width: 380px) { .product_list_white { width: 70%; } } .store tr th {background: #C33; color: #fff;} .store th, .store td{padding:5px;} .store tr:nth-child(even) {background: #dac2c2} .store tr:nth-child(odd) {background: #d4ad79} .cart tr th {background: #ff972b; color: #fff;} .cart th, .store td{padding:5px;} .cart tr:nth-child(even) {background: #c1b4a7} .cart tr:nth-child(odd) {background: #d2bba4} .store2 tr th {background: #082638; color: #fff;} .store2 th, .store td{padding:5px;} .store2 tr:nth-child(even) {background: #c1b4a7} .store2 tr:nth-child(odd) {background: #d2bba4} .con_table tr th {background: #082638; color: #fff;} .con_table tr:nth-child(even) {background: #c1b4a7} .con_table tr:nth-child(odd) {background: #d2bba4} .withdraw { width: 360px; margin: 0 auto; background: #eee; padding: 20px; border: 1px solid #ccc; border-radius: 8px; } .each_offer img{ border:1px solid #999; width:260px; height:250px; margin:10px 0; } /*Slider Css*/ h2{ text-align:center; padding: 20px; } /* Slider */ .slick-slide { margin: 0px 20px; } .slick-slide img { width: 100%; } .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; top: 0; left: 0; display: block; } .slick-track:before, .slick-track:after { display: table; content: ''; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { display: none; float: left; height: 100%; min-height: 1px; } [dir='rtl'] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; } #navigation{ margin-top: 65px; } .topnav { overflow: hidden; background-color: ; } .topnav a { float: left; color: #ea393a; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } .topnav a:hover { color: black; } .topnav a.active { background-color: #4CAF50; color: white; } #cont-padding{ padding: 10px; } #font_size{ font-size: 16px; } #area_pad{ padding: 50px; } .font-size{ font-size: 16px; } .front-border{ border-top: 2px solid; width: 200px; color: #f68d31 !important; margin-top: 25px; } .border{ border-top: 1px solid; color: #f68d31 !important; margin-top: 25px; margin-bottom: 25px; } .gallery{ background-size: cover; background-repeat: no-repeat; } .werp{ background-size: cover; background-repeat: no-repeat; display: flex; align-items: center; padding: 25px; } .inner{ margin: auto; padding-top: 10px; padding-bottom: 48px; color: white; } .inner h3 { text-transform: uppercase; font-size: 22px; text-align: center; margin-bottom: 32px; color: white; letter-spacing: 2px; } #regform { width: 50%; padding-left: 45px; } .form-register { display: flex; } .form-register .form-wrapper { width: 50%; } .form-register .form-wrapper:first-child { margin-right: 20px; } .form-wrapper { margin-bottom: 17px; } .form-wrapper label { margin-bottom: 9px; display: block; } .reg { border: 1px solid #ccc; display: block; width: 100%; height: 40px; padding: 0 20px; border-radius: 20px; background: none; } .reg:focus { border: 1px solid #ae3c33; } select { -moz-appearance: none; -webkit-appearance: none; cursor: pointer; padding-left: 20px; } select option[value=""][disabled] { display: none; } button { border: none; width: 152px; height: 40px; margin: auto; margin-top: 29px; cursor: pointer; display: flex; align-items: center; justify-content: center; padding: 0; background: #ae3c33; font-size: 13px; color: #fff; text-transform: uppercase; font-family: "Muli-SemiBold"; border-radius: 20px; overflow: hidden; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; } button:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #f11a09; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } button:hover:before { -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); } .checkbox { position: relative; } .checkbox label { padding-left: 22px; cursor: pointer; } .checkbox input { position: absolute; opacity: 0; cursor: pointer; } .checkbox input:checked ~ .checkmark:after { display: block; } .checkmark { position: absolute; top: 50%; left: 0; transform: translateY(-50%); height: 12px; width: 13px; border-radius: 2px; background-color: #ebebeb; border: 1px solid #ccc; font-family: Material-Design-Iconic-Font; color: #000; font-size: 10px; font-weight: bolder; } .checkmark:after { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: none; content: '\f26b'; } @media (max-width: 991px) { .inner { min-width: 768px; } } @media (max-width: 767px) { .inner { min-width: auto; background: none; padding-top: 0; padding-bottom: 0; } #regform { width: 100%; padding-right: 15px; padding-left: 15px; } } #viewport { padding-left: 250px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #content { width: 100%; position: relative; margin-right: 0; } /*#sidebar*/ .nav a{ background: none; border-bottom: 1px solid #455A64; color: black; font-size: 14px; padding: 16px 24px; } .nav a i{ margin-right: 16px; } .dash_body{ border-top: 1px solid; border-bottom: 1px solid; background-color: #082638; }
public_html/assets/css/style.css
body { background-color: #f3c599; margin:0; padding:0; font-size:13px; } h1 { color: #f68d31 !important; } .webbody { width: 1170px; margin: 0 auto; box-shadow: 0 0 10px #999; } .wraper { background: #fff; } .main_body { font-family: arial; background-color: #082638; padding: 5px 0px; border-bottom: 1px solid #082638; } .header{ margin:0 auto;} .header_left{ width:500px; float:left;} .logo{ float:left; padding:3px; } .main_body a { color:#fff !important; } .header_right{ width:222px; float:right; margin-top: 5px;} .header_right_1st{ margin-bottom:6px; } .header_right_2st{} .scarch_box .search{ border:solid 1px #b1b1b1; float:left; background-color:transparent; padding:8px; color:#fff; } .secrch_icone{ float:left; border: solid 1px #b1b1b1; padding: 8px; border-left: none; background:url(../images/icone_scerch.png) center no-repeat; width: 34px; border: 1px solid #ccc; } .login{ float:right; text-decoration:none; color:#000; } .login a{ text-decoration:none; color:#fff; font-size: 14px; padding:3px; } .logo a:hover, .login a:hover { color:#ccc !important; } .menul{ background:#ed1a39;} .menu{ background:#ed1a39; margin:0 auto;} .menu ul { padding:0 !important; margin-bottom:0px !important; } .menu ul { padding:1; margin:1; list-style:none; } .menu li { float:left; position:relative; } .menu ul li a { text-decoration: none; display: block; padding: 8px 30px; color: #fff; border-left: 1px solid #C35134; border-right: 1px solid #9E3015; font-size:14px; } .menu ul li a:hover { background:#ff972b; color:#000 !important; } .logo_3_color {color:#ff972b;} .menu li ul { display:none; position:absolute; z-index:999; } .menu li:hover ul{ display:block; background:#b22418; width: 172px; margin: 0; padding: 0; } .menu li ul li{ clear:both; border-style:none; } .menu li ul li a { color: #fff; cursor: pointer; border: none; width: 172px; } .slider img{ width:100%;} /*.slider_area, .wraper { box-shadow: 0px 0px 20px #472E2E; }*/ .contentl{ max-width:100%;} .content{ width:1100px; margin:0 auto;} .st .sell_box{ margin-left:none !important;} .sell_boxa{ width:194px; height:332px; background:#eceeed; margin-top:30px; float:left;} .sell_box{ width:194px; height:332px; background:#eceeed; margin-top:30px; float:left; margin-left: 26px;} .title_box{ padding:5px 0px; background:#01b9ff; text-align: center; font-size: 15px;} .box_img{ margin: 14px 0 0 12px;} .configaration h3{ margin:inherit; color:#4A4A4A; padding-bottom:5px;} .configaration { color: #4A4A4A; font-size: 11px; padding-left: 25px; padding-top: 5px; line-height: 16px; height: 99px; overflow: hidden; padding-bottom: 6px; } .Ditales{ padding:4px 14px;; background:#01b9ff; float:right; font-size: 12px; margin-right:10px; color: #fff; text-decoration:none;} .take{ border-radius:97px; background:#f0ff05; width: 44px; height: 36px; text-align: center; padding-top: 8px; margin:-12px 0px 0 -17px; font-size: 12px; color:#2c2d2d; border:2px solid #01b9ff; display: block; text-decoration:none;} .product_listl { background: #05844f; margin-top: 32px; position:relative; } .product_list{ height:150px; padding-left: 27px;} .product_list_write { position: absolute; padding: 6px 25px; background: #05844f; margin-top: -31px; color: #fff; left:27; } .arrow { float: left; margin-top: -65px; margin-left: -35px; cursor:pointer; color:#fff; } .arrowr { float: right; margin: -63px -35px 0 0; cursor:pointer; color:#fff; } .product_list_white_img{ margin: 10px 0 0 74px; float:left;} .footerl{ margin-top:10px !important; background:#ef0b2d;} .footer{ padding-top: 20px; background: #ef0b2d; } .footer_left, .footer_midil, .footer_right{} .footer_left:first-child { margin-left:0px; } .costomer_support{ font-size:25px; color:#FFF; } .costomer_support_ditals{ color:#FFF; text-align:justify;} .footer_menu_write{ font-size:25px; color:#FFF; } .footer_menu ul{ list-style:none; padding:0; } .footer_menu ul li a{ text-decoration:none; padding:3px 0; color:#FFF; display: block;} .footer_right_icone_write{ font-size:25px; color:#FFF; } .footer_right_icone{ margin: 10px 0 0 5px; float:left;} .footer_go_up{ float:right;} .short_footerl { height: 40px; background: #9e061d none repeat scroll 0% 0%; border-top: 1px solid #ef0629; } .short_footer_write{ padding-top:12px; font-size:13px; color:#fff; } .short_footer_write a{ text-decoration:none; color:#fff;} .pagination { margin: 27px; float: left; } .pagination a, .pagination strong { padding:10px; border-left: 1px solid #E5E5E5; border-right: 1px solid #F9F9F9; background-color: #F0F0F0; float:left; } .pagination a { text-decoration:none; } .gallery { float: left; padding: 0; border-left: 1px solid #fff; border-right: 1px solid #fff; } @charset "utf-8"; /* CSS Document */ .siteber { width:316px; background:#fff; border:1px solid #ededed;} .siteber_gallary {} .siteber_gallary h2 { font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; color:#000; background:#f1f1f1; margin:0px;text-align: center; padding: 10px 0px 10px 0px; margin-bottom: 5px;} .siteber_gallary ul { margin:0px; padding:0px; } .siteber_gallary ul li { list-style:none; margin:0px; padding:0px;} .siteber_gallary ul li a { float:left; display:block; padding:6px 0px 6px 7px; } .siteber_contact h2 { font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; color:#000; background:#f1f1f1; margin:7px 0px 5px 0px; text-align: center; padding: 10px 0px 10px 0px;} .siteber_contact ul { margin:0px; padding:0px 0px 0px 0px; } .siteber_contact ul li { list-style:none; margin:0px; padding:0px; text-align:center;} .siteber_contact ul li a { display:block; padding:5px 0px 3px 0px; text-decoration:none; color:#000; font-size:14px; font-family:Georgia, "Times New Roman", Times, serif; } .siteber_contact ul li a:hover { color:#06F; text-decoration:underline;} .product_details { width: 770px; float: left; } .side_bar { float:right; } .single_page { margin:20px auto; } .product_page { float:left; width:770px; } /* New Styles */ .product_list_white { width: 89%; height: 110px; background: #fff; float: left; margin: 20px 0 0 26px; } .sidebar { border:3px solid #082638; padding:0 !important; margin-top:25px;} .results ul { margin-bottom:0px; } .head_teacher_comment h4, .important_links h4, .results h4, .notice h4 { margin:0; padding:5px 10px; background:#082638; color:#fff;} .important_links ul, .results ul, .notice ul, .important_links1 ul { list-style:none; padding:;} .important_links ul li a, .results ul li a, .notice ul li a, .important_links1 ul li a { color:#000; font-size:12px;} .head_teacher { text-align:center; margin:10px;} .teacher_comment { text-align:justify; margin:0 10px; font-size:12px;} .login_box { padding:10px 15px;} .log { width:155px; border:1px solid #c0c0c0;} .log1 { font-size:12px; margin:10px 0;} .urgent_notice { margin-top: 15px;} .urgent_notice h3{ text-align:center; margin:0; color:#FFF; padding:5px; font-size:18px; background:#fc922a;} .urgent_notice p { padding:5px; font-size:13px; margin-bottom: 0;} .important_links1 { margin: 15px 0px; border: 1px solid #b22418; } .important_links1 p { padding: 6px; font-size: 12px; margin-bottom: 0;} .important_links1 h4 { margin:0; padding:5px; color:#FFF; text-align:center; background:#b22418;} .fb { font-size:14px;} .sosal { font-size:32px; color:#fff;} .sosal:hover { color:#D2D9FF;} a:hover, a:focus { color: #005180 !important; } .see_all { float: right; font-size: 12px; font-weight: bold; margin-right: 8px; } .see_all a {color:#000; } .clear { clear:both; } .student_list { background-color: #F3F5FF; margin: 0 !important; padding: 5px; border: 1px solid #323F83; margin-top: 10px !important; } .std_photo { padding:0 !important; } .std_big_image { float: right; margin: 5px; border: 1px solid #323F83; padding: 5px; background-color: #D3D9F9; } .filter { margin-top:5px; } .not_fount { margin-top:20px; } .result_form select { padding: 5px; } .result_form input { padding: 4px; } .scroll { background:#fff; padding: 5px 0; } @media screen and (max-width: 640px) { .product_list_white { width: 80%; } } @media screen and (max-width: 380px) { .product_list_white { width: 70%; } } .store tr th {background: #C33; color: #fff;} .store th, .store td{padding:5px;} .store tr:nth-child(even) {background: #dac2c2} .store tr:nth-child(odd) {background: #d4ad79} .cart tr th {background: #ff972b; color: #fff;} .cart th, .store td{padding:5px;} .cart tr:nth-child(even) {background: #c1b4a7} .cart tr:nth-child(odd) {background: #d2bba4} .store2 tr th {background: #082638; color: #fff;} .store2 th, .store td{padding:5px;} .store2 tr:nth-child(even) {background: #c1b4a7} .store2 tr:nth-child(odd) {background: #d2bba4} .con_table tr th {background: #082638; color: #fff;} .con_table tr:nth-child(even) {background: #c1b4a7} .con_table tr:nth-child(odd) {background: #d2bba4} .withdraw { width: 360px; margin: 0 auto; background: #eee; padding: 20px; border: 1px solid #ccc; border-radius: 8px; } .each_offer img{ border:1px solid #999; width:260px; height:250px; margin:10px 0; } /*Slider Css*/ h2{ text-align:center; padding: 20px; } /* Slider */ .slick-slide { margin: 0px 20px; } .slick-slide img { width: 100%; } .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; top: 0; left: 0; display: block; } .slick-track:before, .slick-track:after { display: table; content: ''; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { display: none; float: left; height: 100%; min-height: 1px; } [dir='rtl'] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; } #navigation{ margin-top: 65px; } .topnav { overflow: hidden; background-color: ; } .topnav a { float: left; color: #ea393a; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } .topnav a:hover { color: black; } .topnav a.active { background-color: #4CAF50; color: white; } #cont-padding{ padding: 10px; } #font_size{ font-size: 16px; } #area_pad{ padding: 50px; } .font-size{ font-size: 16px; } .front-border{ border-top: 2px solid; width: 200px; color: #f68d31 !important; margin-top: 25px; } .border{ border-top: 1px solid; color: #f68d31 !important; margin-top: 25px; margin-bottom: 25px; } .gallery{ background-size: cover; background-repeat: no-repeat; } .werp{ background-size: cover; background-repeat: no-repeat; display: flex; align-items: center; padding: 25px; } .inner{ margin: auto; padding-top: 10px; padding-bottom: 48px; color: white; } .inner h3 { text-transform: uppercase; font-size: 22px; text-align: center; margin-bottom: 32px; color: white; letter-spacing: 2px; } #regform { width: 50%; padding-left: 45px; } .form-register { display: flex; } .form-register .form-wrapper { width: 50%; } .form-register .form-wrapper:first-child { margin-right: 20px; } .form-wrapper { margin-bottom: 17px; } .form-wrapper label { margin-bottom: 9px; display: block; } .reg { border: 1px solid #ccc; display: block; width: 100%; height: 40px; padding: 0 20px; border-radius: 20px; background: none; } .reg:focus { border: 1px solid #ae3c33; } select { -moz-appearance: none; -webkit-appearance: none; cursor: pointer; padding-left: 20px; } select option[value=""][disabled] { display: none; } button { border: none; width: 152px; height: 40px; margin: auto; margin-top: 29px; cursor: pointer; display: flex; align-items: center; justify-content: center; padding: 0; background: #ae3c33; font-size: 13px; color: #fff; text-transform: uppercase; font-family: "Muli-SemiBold"; border-radius: 20px; overflow: hidden; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; } button:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #f11a09; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } button:hover:before { -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); } .checkbox { position: relative; } .checkbox label { padding-left: 22px; cursor: pointer; } .checkbox input { position: absolute; opacity: 0; cursor: pointer; } .checkbox input:checked ~ .checkmark:after { display: block; } .checkmark { position: absolute; top: 50%; left: 0; transform: translateY(-50%); height: 12px; width: 13px; border-radius: 2px; background-color: #ebebeb; border: 1px solid #ccc; font-family: Material-Design-Iconic-Font; color: #000; font-size: 10px; font-weight: bolder; } .checkmark:after { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: none; content: '\f26b'; } @media (max-width: 991px) { .inner { min-width: 768px; } } @media (max-width: 767px) { .inner { min-width: auto; background: none; padding-top: 0; padding-bottom: 0; } #regform { width: 100%; padding-right: 15px; padding-left: 15px; } } #viewport { padding-left: 250px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #content { width: 100%; position: relative; margin-right: 0; } /*#sidebar*/ .nav a{ background: none; border-bottom: 1px solid #455A64; color: black; font-size: 14px; padding: 16px 24px; } .nav a i{ margin-right: 16px; } .dash_body{ border-top: 1px solid; border-bottom: 1px solid; background-color: #082638; }
0.369998
0.145146
@charset "utf-8"; /*-------------------------------------------------------------*/ /* CSS Document */ /* Template Name: Carbon Page */ /* Designed By: Santhosh */ /* Homepage: www.themebin.com */ /*-------------------------------------------------------------*/ body { background: #181818; color: #FFFFFF; position: relative; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin-left : 0; margin-top : 0; margin-right : 0; margin-bottom : 0; } h1 { font-size: 20px; padding-top: 0px; } h2 { font-size : 14px; color : #999999; } a:link { color: #CCCCCC; text-decoration: underline; } a:visited { text-decoration: underline; color: #CCCCCC; } a:hover { text-decoration: none; color: #666666; } a:active { text-decoration: underline; color: #666666; } /* Wraps */ #wrap { width : 990px; margin : 0 auto; text-align : left; background : #181818 url(content-bg.png) repeat-y; } #content-wrap { text-align:left; background: url(content-bg.png) repeat-y; } /* Site Header */ #header { background: #3A3A3A url(header-bg.png) top repeat-x; /* Important, Don't change background color */ height: 70px; border-top: solid 5px #444; padding-left: 20px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; } #header-desc { font-size: 12px; top: 40px; position: absolute; } /* Navigation Bar */ #nav-bar { background: url(nav-bg.png) repeat-x; padding-left: 5px; } #nav-left { background: url(left-corner.png) left no-repeat; height: 25px; } #nav-right { background: url(right-corner.png) right no-repeat; height: 25px; } #nav-bar { position : relative; width : auto; height : 25px; margin : 0; padding : 0 0 0 0; font : bold 12px/25px Verdana, Arial, Tahoma, Sans-serif; } #nav-bar ul { float : left; list-style : none; margin : 0; padding : 0; } #nav-bar ul li { display : inline; } #nav-bar ul li a { display: inline; float : left; padding : 0 10px; color : #EDEDED; text-decoration : none; } #nav-bar ul li a:hover { color : #AAAAAA; } #nav-bar ul li#selected a { color : #fff; } * html #nav-bar ul li a { /*IE bug fix */ float: left; text-decoration: none; } /* Extra Formatting */ code { margin: 4px 0; padding: 8px; text-align: left; display: block; overflow: auto; font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ; background: #222; border: 1px dashed #333333; } blockquote { margin: 10px; padding: 0 0 0 40px; border: 1px solid #464646; background: #222 url(quote.png) no-repeat 5px 5px; } /* Images */ img { border: solid 1px #666666; padding:3px; } img.float-right { margin : 5px 0 10px 10px; } img.float-left { margin : 5px 10px 10px 0; } /* Forms and Lists */ ul, ol { margin: 5px 20px; padding: 0 20px; color: #999; } ul span, ol span { color: #FFFFFF; } form { margin:10px; padding: 0 5px; border: 1px solid #464646; background-color: #222; } label { display:block; font-weight:bold; margin:5px 0; color: #999; } input { padding:2px; border:1px solid #333333; font: normal 1em Verdana, sans-serif; color:#FFFFFF; background-color:#131212; } textarea { width:400px; padding:2px; font-family: Verdana, sans-serif; border:1px solid #333333; background-color:#131212; height:100px; display:block; color:#FFF; } input.button { margin: 0; font: bolder 12px Arial, Sans-serif; border: 1px solid #464646; padding: 2px 3px; background: #333; color: #999; } /* Content */ #content { padding-left: 28px; padding-right: 16px; width: 549px; text-align: justify; } #content h1 { margin-top : 10px; font : bold 125% Verdana, 'Trebuchet MS', Sans-serif; color : #C0C0C0; border-bottom : 2px dotted #464646; text-align : justify; } #content-top { background: #181818 url(content-top.png) no-repeat; height: 40px; margin-top: 0px; } #content-bottom { background: #181818 url(content-bottom.png) no-repeat; height: 56px; } /* Sidebar */ #sidebar-wrap { width: 363px; float:right; padding-right: 15px; } #sidebar-big-ad { width: 361px; height: 260px; text-align: center; padding-bottom: 10px; background:url(ad-bottom.png) center bottom no-repeat; } #sidebar-big-ad img { border:none; } #sidebar { width: 361px; height: 12px; padding-right: 2px; } #sidebar-top { background:url(sidebar-top.png) center top no-repeat; height: 16px; margin-left: 0px; } #sidebar img { border:none; } #sidebar-left { width: 160px; float:left; padding-left: 20px; /* Important */ text-align: justify; padding-top: 10px; } #sidebar-right { width: 160px; float:right; padding-right: 6px; /* Important */ text-align: justify; padding-top: 10px; } #sidebar h1 { margin-top : 0; padding : 5px 0 0 0; font-size : 14px; border-bottom : 1px solid #999; color : #c0c0c0; } #sidebar ul { list-style-type: none; padding-left: 15px; font-size:12px; } #sidebar .left-box { background : #ede7e1; margin-top : 0; border-bottom : 10px solid #f8f4f1; padding-left : 5px; } #sidebar ul.sidemenu { margin-left : 1px; list-style : none; text-align : left; margin : 1px 0 10px 0; padding : 0; text-decoration : none; } #sidebar ul.sidemenu li { margin-left : 5px; list-style-type: disc; padding : 2px 0 0px 0px; border-bottom: dotted 1px #999999; margin : 0 2px; } #sidebar ul.sidemenu a { font-weight : bolder; text-decoration : none; background-image : none; } /* Footer */ #footer-left { background: url(footer-left.png) left no-repeat; height: 18px; } #footer-right { background: url(footer-right.png) right no-repeat; height:18px; } #footer-top { background:url(footer-top.png) repeat-x; height:18px; } #footer { background:url(footer-bg.png) top repeat-x; height: 25px; border-bottom: solid 1px #333; padding-top: 5px; } /* Post Footer */ .post-footer { border-bottom : 1px solid #666; padding : 5px; margin : 20px 10px 0 2px; font-size : 95%; background-color : #464646; } .post-footer .date { padding-left : 20px; margin : 0 10px 0 5px; text-align : right; font-size : 9px; color : #999; } .post-footer .readmore { padding-left : 20px; margin : 0 10px 0 5px; }
www/images/style.css
@charset "utf-8"; /*-------------------------------------------------------------*/ /* CSS Document */ /* Template Name: Carbon Page */ /* Designed By: Santhosh */ /* Homepage: www.themebin.com */ /*-------------------------------------------------------------*/ body { background: #181818; color: #FFFFFF; position: relative; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin-left : 0; margin-top : 0; margin-right : 0; margin-bottom : 0; } h1 { font-size: 20px; padding-top: 0px; } h2 { font-size : 14px; color : #999999; } a:link { color: #CCCCCC; text-decoration: underline; } a:visited { text-decoration: underline; color: #CCCCCC; } a:hover { text-decoration: none; color: #666666; } a:active { text-decoration: underline; color: #666666; } /* Wraps */ #wrap { width : 990px; margin : 0 auto; text-align : left; background : #181818 url(content-bg.png) repeat-y; } #content-wrap { text-align:left; background: url(content-bg.png) repeat-y; } /* Site Header */ #header { background: #3A3A3A url(header-bg.png) top repeat-x; /* Important, Don't change background color */ height: 70px; border-top: solid 5px #444; padding-left: 20px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; } #header-desc { font-size: 12px; top: 40px; position: absolute; } /* Navigation Bar */ #nav-bar { background: url(nav-bg.png) repeat-x; padding-left: 5px; } #nav-left { background: url(left-corner.png) left no-repeat; height: 25px; } #nav-right { background: url(right-corner.png) right no-repeat; height: 25px; } #nav-bar { position : relative; width : auto; height : 25px; margin : 0; padding : 0 0 0 0; font : bold 12px/25px Verdana, Arial, Tahoma, Sans-serif; } #nav-bar ul { float : left; list-style : none; margin : 0; padding : 0; } #nav-bar ul li { display : inline; } #nav-bar ul li a { display: inline; float : left; padding : 0 10px; color : #EDEDED; text-decoration : none; } #nav-bar ul li a:hover { color : #AAAAAA; } #nav-bar ul li#selected a { color : #fff; } * html #nav-bar ul li a { /*IE bug fix */ float: left; text-decoration: none; } /* Extra Formatting */ code { margin: 4px 0; padding: 8px; text-align: left; display: block; overflow: auto; font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ; background: #222; border: 1px dashed #333333; } blockquote { margin: 10px; padding: 0 0 0 40px; border: 1px solid #464646; background: #222 url(quote.png) no-repeat 5px 5px; } /* Images */ img { border: solid 1px #666666; padding:3px; } img.float-right { margin : 5px 0 10px 10px; } img.float-left { margin : 5px 10px 10px 0; } /* Forms and Lists */ ul, ol { margin: 5px 20px; padding: 0 20px; color: #999; } ul span, ol span { color: #FFFFFF; } form { margin:10px; padding: 0 5px; border: 1px solid #464646; background-color: #222; } label { display:block; font-weight:bold; margin:5px 0; color: #999; } input { padding:2px; border:1px solid #333333; font: normal 1em Verdana, sans-serif; color:#FFFFFF; background-color:#131212; } textarea { width:400px; padding:2px; font-family: Verdana, sans-serif; border:1px solid #333333; background-color:#131212; height:100px; display:block; color:#FFF; } input.button { margin: 0; font: bolder 12px Arial, Sans-serif; border: 1px solid #464646; padding: 2px 3px; background: #333; color: #999; } /* Content */ #content { padding-left: 28px; padding-right: 16px; width: 549px; text-align: justify; } #content h1 { margin-top : 10px; font : bold 125% Verdana, 'Trebuchet MS', Sans-serif; color : #C0C0C0; border-bottom : 2px dotted #464646; text-align : justify; } #content-top { background: #181818 url(content-top.png) no-repeat; height: 40px; margin-top: 0px; } #content-bottom { background: #181818 url(content-bottom.png) no-repeat; height: 56px; } /* Sidebar */ #sidebar-wrap { width: 363px; float:right; padding-right: 15px; } #sidebar-big-ad { width: 361px; height: 260px; text-align: center; padding-bottom: 10px; background:url(ad-bottom.png) center bottom no-repeat; } #sidebar-big-ad img { border:none; } #sidebar { width: 361px; height: 12px; padding-right: 2px; } #sidebar-top { background:url(sidebar-top.png) center top no-repeat; height: 16px; margin-left: 0px; } #sidebar img { border:none; } #sidebar-left { width: 160px; float:left; padding-left: 20px; /* Important */ text-align: justify; padding-top: 10px; } #sidebar-right { width: 160px; float:right; padding-right: 6px; /* Important */ text-align: justify; padding-top: 10px; } #sidebar h1 { margin-top : 0; padding : 5px 0 0 0; font-size : 14px; border-bottom : 1px solid #999; color : #c0c0c0; } #sidebar ul { list-style-type: none; padding-left: 15px; font-size:12px; } #sidebar .left-box { background : #ede7e1; margin-top : 0; border-bottom : 10px solid #f8f4f1; padding-left : 5px; } #sidebar ul.sidemenu { margin-left : 1px; list-style : none; text-align : left; margin : 1px 0 10px 0; padding : 0; text-decoration : none; } #sidebar ul.sidemenu li { margin-left : 5px; list-style-type: disc; padding : 2px 0 0px 0px; border-bottom: dotted 1px #999999; margin : 0 2px; } #sidebar ul.sidemenu a { font-weight : bolder; text-decoration : none; background-image : none; } /* Footer */ #footer-left { background: url(footer-left.png) left no-repeat; height: 18px; } #footer-right { background: url(footer-right.png) right no-repeat; height:18px; } #footer-top { background:url(footer-top.png) repeat-x; height:18px; } #footer { background:url(footer-bg.png) top repeat-x; height: 25px; border-bottom: solid 1px #333; padding-top: 5px; } /* Post Footer */ .post-footer { border-bottom : 1px solid #666; padding : 5px; margin : 20px 10px 0 2px; font-size : 95%; background-color : #464646; } .post-footer .date { padding-left : 20px; margin : 0 10px 0 5px; text-align : right; font-size : 9px; color : #999; } .post-footer .readmore { padding-left : 20px; margin : 0 10px 0 5px; }
0.166608
0.038902
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; } /* font-family: acumin-pro, sans-serif; 100 - Thin 200 - Extra Light 300 - Light 400 - Reg 500 - Med 600 - Semi-bold 700 - Bold 800 - Black 900 - Ultra Black font-family: poynter-oldstyle-display, serif; 400 - Reg 600 - Semi-Bold 700 - Bold font-family: anonymous-pro, monospace; 400 - Reg 700 - Bold */ /* HOUSE STYLE */ .loading-block { display: none; position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; background: #0C0C0C; z-index: 9; } .loading-title { padding-top: 45vh; color: #F1F2EF; line-height: 2em; text-align: center; } .height { width: 10px; height: 2000px; } body { background: #FFFFFF; } .acumin-title { font-family: 'Source Sans Pro', sans-serif; font-weight: 400; font-size: 80%; letter-spacing: 0.1em; text-transform: uppercase; } .acumin-body { font-family: 'Source Sans Pro', monospace; font-weight: 300; letter-spacing: 0.1em; line-height: 1.3em; font-size: 80%; } .acumin-main { font-family: 'Source Sans Pro', sans-serif; font-weight: 300; letter-spacing: 0.1em; line-height: 1.3em; font-size: 80%; } .split { font-family: 'Source Sans Pro', serif; } .split-archive { font-family: 'Source Sans Pro', monospace; } a { text-decoration: none; color: inherit; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } a:hover { opacity: 0.5; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } /* HEADER */ .whitebox { background: #FFFFFF; width: 100vw; height: 40px; position: fixed; left: 0; right: 0; z-index: 8; } .header-title { position: fixed; top: 11px; left: 10px; width: 100%; padding-bottom: 10px; z-index: 9; } .header-title p { padding-top: 30px; } .header-menu { position: fixed; top: 10px; right: 10px; z-index: 9; } .header-menu h1 { display: inline-block; padding-left: 20px; } /* Content */ .description-body { width: 2400px; padding: 0px 10px 50px 0px; } .content-flex-container { display: flex; padding: 50px 10px 200px 10px; } /* Image Gallery */ .image-gallery { text-align: right; } .image-description { display: none; overflow: scroll; padding-right: 50px; margin-left: 100px; } .image-block { width: 250px; height: auto; display: inline-block; padding-left: 10px; padding-bottom: 10px; padding-top: 10px; border-bottom: 1px solid #000; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .image { width: 100%; height: auto; max-height: 500px; filter: grayscale(1); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; cursor: pointer; } .image:hover { filter: grayscale(0); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .image-tag { font-size: 60%; text-transform: uppercase; } .image-content { } .large { display: flex; position: fixed; left: 0; top: 0; width: auto; text-align: center; object-fit: contain; background-color: #FFFFFF; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .large.image-block { border: none; border: 0.5px solid #000; margin-top: 50px; margin-left: 5%; margin-right: 5%; padding: 50px; } .large .image-tag { font-size: 80%; width: 100%; padding-left: 10px; text-align: left; } .large .image-description { font-size: 80%; text-align: left; width: auto; height: 100%; padding-left: 10px; padding-top: 30px; display: block; text-align: left; display: block; } .large .image { object-fit: contain; width: 50%; height: auto; text-align: right; filter: grayscale(0); } .large .image-content { align-self: flex-start; } .show { opacity: 1 !important; } .hide { display: none; } .lightBox { width: 100%; height: 100%; position: fixed; left: 0; top: 0; background-color: #FFFFFF; opacity: 0; pointer-events: none; } #description { padding-bottom: 20px; } .posts { padding-left: 50px; } .text-block { font-family: 'Source Sans Pro', sans-serif; padding-top: 20px; padding-left: 20px; padding-right: 20px; padding-bottom: 20px; list-style-type: decimal-leading-zero; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; transition: all 0.2s ease; cursor: pointer; } .text-block:hover { background: #B7B7A3; list-style-type: ""; } .post-content { display: none; padding-top: 10px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .post-content p { padding-top: 10px; } .post-title { text-transform: uppercase; font-family: 'Source Sans Pro', sans-serif; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .post-description { font-family: 'Source Sans Pro', sans-serif; padding-top: 10px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .show-post .post-content { display: block; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .post-list p { position: relative; left: 20px; } /* Load More Button */ .loadmore { border: none; outline: none; font-family: 'Source Sans Pro', monospace; border-radius: 0; width: 100%; display: block; text-align: right; font-size: 70%; margin-top: 30px; padding-top: 10px; padding-bottom: 10px; background: #D7D7CC; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; cursor: pointer; } .loadmore:hover { background: #0C0C0C; color: #F1F2EF; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .loadmoreImage { width: auto; float: right; padding: 5px; margin-right: 10px; text-align: center; border: 1px solid #000; } .loadmorePosts { width: auto; padding: 5px; margin-right: 10px; text-align: center; border: 1px solid #000; } /* Footer */ .footer { position: fixed; bottom: 10px; left: 10px; padding: 10px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .footer:hover { background: #B7B7A3; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } /* Submit */ .submit-container { display: none; position: sticky; width: auto; height: 120%; background: #0C0C0C; color: #F1F2EF; z-index: 9; padding: 20px 50% 20px 20px; overflow: scroll; cursor: pointer; } .cont-container { display: block; padding: 50px 10px 200px 10px; } .cont-block { list-style-type: none; display: block; } .cont-des { display: block; width: 350px; padding-bottom: 20px; } .contList { display: block; width: 100%; font-size: 100%; list-style-type: none; } .contList a{ display: block; width: 100%; font-size: 100%; list-style-type: none; } @media only screen and (max-width: 940px) { .image-description { padding-right: 20px; margin-left: 20px; padding-right: 20px; } } @media only screen and (max-width: 870px) { .description-body { width: 1900px; } } @media only screen and (max-width: 800px) { .large { display: block; height: 75%; width: auto; overflow: auto; } .large .image { width: 100%; padding-bottom: 20px; } .image-description { display: none; padding-right: 20px; margin-left: 20px; } .posts { padding-left: 30px; } .submit-container { padding: 20px 30% 20px 20px; } } @media only screen and (max-width: 560px) { .content-flex-container { display: block; } .description-body { width: auto; padding: 0 0 0 0; } .image-gallery { width: auto; padding: 20px 0 0 0; text-align: left; } .image-block { width: 45%; } .large.image-block { width: auto; } .large .image-tag { width: auto; } .loadmoreImage { float: left; } .posts { padding-left: 30px; } } @media only screen and (max-width: 400px) { .large { display: block; } .large .image { width: 89%; padding: 10px; } .image-description { display: none; padding-right: 20px; margin-left: 20px; } .large.image-block { border: none; border: 1px solid #000; margin: 0% auto; margin-top: 50px; margin-right: 20px; margin-left: 20px; width: auto; padding-left: 10px; padding-right: 10px; padding-top: 15px; padding-bottom: 20px; } .submit-container { padding: 20px 20px 20px 20px; } }
css/master.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; } /* font-family: acumin-pro, sans-serif; 100 - Thin 200 - Extra Light 300 - Light 400 - Reg 500 - Med 600 - Semi-bold 700 - Bold 800 - Black 900 - Ultra Black font-family: poynter-oldstyle-display, serif; 400 - Reg 600 - Semi-Bold 700 - Bold font-family: anonymous-pro, monospace; 400 - Reg 700 - Bold */ /* HOUSE STYLE */ .loading-block { display: none; position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; background: #0C0C0C; z-index: 9; } .loading-title { padding-top: 45vh; color: #F1F2EF; line-height: 2em; text-align: center; } .height { width: 10px; height: 2000px; } body { background: #FFFFFF; } .acumin-title { font-family: 'Source Sans Pro', sans-serif; font-weight: 400; font-size: 80%; letter-spacing: 0.1em; text-transform: uppercase; } .acumin-body { font-family: 'Source Sans Pro', monospace; font-weight: 300; letter-spacing: 0.1em; line-height: 1.3em; font-size: 80%; } .acumin-main { font-family: 'Source Sans Pro', sans-serif; font-weight: 300; letter-spacing: 0.1em; line-height: 1.3em; font-size: 80%; } .split { font-family: 'Source Sans Pro', serif; } .split-archive { font-family: 'Source Sans Pro', monospace; } a { text-decoration: none; color: inherit; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } a:hover { opacity: 0.5; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } /* HEADER */ .whitebox { background: #FFFFFF; width: 100vw; height: 40px; position: fixed; left: 0; right: 0; z-index: 8; } .header-title { position: fixed; top: 11px; left: 10px; width: 100%; padding-bottom: 10px; z-index: 9; } .header-title p { padding-top: 30px; } .header-menu { position: fixed; top: 10px; right: 10px; z-index: 9; } .header-menu h1 { display: inline-block; padding-left: 20px; } /* Content */ .description-body { width: 2400px; padding: 0px 10px 50px 0px; } .content-flex-container { display: flex; padding: 50px 10px 200px 10px; } /* Image Gallery */ .image-gallery { text-align: right; } .image-description { display: none; overflow: scroll; padding-right: 50px; margin-left: 100px; } .image-block { width: 250px; height: auto; display: inline-block; padding-left: 10px; padding-bottom: 10px; padding-top: 10px; border-bottom: 1px solid #000; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .image { width: 100%; height: auto; max-height: 500px; filter: grayscale(1); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; cursor: pointer; } .image:hover { filter: grayscale(0); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .image-tag { font-size: 60%; text-transform: uppercase; } .image-content { } .large { display: flex; position: fixed; left: 0; top: 0; width: auto; text-align: center; object-fit: contain; background-color: #FFFFFF; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .large.image-block { border: none; border: 0.5px solid #000; margin-top: 50px; margin-left: 5%; margin-right: 5%; padding: 50px; } .large .image-tag { font-size: 80%; width: 100%; padding-left: 10px; text-align: left; } .large .image-description { font-size: 80%; text-align: left; width: auto; height: 100%; padding-left: 10px; padding-top: 30px; display: block; text-align: left; display: block; } .large .image { object-fit: contain; width: 50%; height: auto; text-align: right; filter: grayscale(0); } .large .image-content { align-self: flex-start; } .show { opacity: 1 !important; } .hide { display: none; } .lightBox { width: 100%; height: 100%; position: fixed; left: 0; top: 0; background-color: #FFFFFF; opacity: 0; pointer-events: none; } #description { padding-bottom: 20px; } .posts { padding-left: 50px; } .text-block { font-family: 'Source Sans Pro', sans-serif; padding-top: 20px; padding-left: 20px; padding-right: 20px; padding-bottom: 20px; list-style-type: decimal-leading-zero; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; transition: all 0.2s ease; cursor: pointer; } .text-block:hover { background: #B7B7A3; list-style-type: ""; } .post-content { display: none; padding-top: 10px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .post-content p { padding-top: 10px; } .post-title { text-transform: uppercase; font-family: 'Source Sans Pro', sans-serif; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .post-description { font-family: 'Source Sans Pro', sans-serif; padding-top: 10px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .show-post .post-content { display: block; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .post-list p { position: relative; left: 20px; } /* Load More Button */ .loadmore { border: none; outline: none; font-family: 'Source Sans Pro', monospace; border-radius: 0; width: 100%; display: block; text-align: right; font-size: 70%; margin-top: 30px; padding-top: 10px; padding-bottom: 10px; background: #D7D7CC; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; cursor: pointer; } .loadmore:hover { background: #0C0C0C; color: #F1F2EF; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .loadmoreImage { width: auto; float: right; padding: 5px; margin-right: 10px; text-align: center; border: 1px solid #000; } .loadmorePosts { width: auto; padding: 5px; margin-right: 10px; text-align: center; border: 1px solid #000; } /* Footer */ .footer { position: fixed; bottom: 10px; left: 10px; padding: 10px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } .footer:hover { background: #B7B7A3; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; } /* Submit */ .submit-container { display: none; position: sticky; width: auto; height: 120%; background: #0C0C0C; color: #F1F2EF; z-index: 9; padding: 20px 50% 20px 20px; overflow: scroll; cursor: pointer; } .cont-container { display: block; padding: 50px 10px 200px 10px; } .cont-block { list-style-type: none; display: block; } .cont-des { display: block; width: 350px; padding-bottom: 20px; } .contList { display: block; width: 100%; font-size: 100%; list-style-type: none; } .contList a{ display: block; width: 100%; font-size: 100%; list-style-type: none; } @media only screen and (max-width: 940px) { .image-description { padding-right: 20px; margin-left: 20px; padding-right: 20px; } } @media only screen and (max-width: 870px) { .description-body { width: 1900px; } } @media only screen and (max-width: 800px) { .large { display: block; height: 75%; width: auto; overflow: auto; } .large .image { width: 100%; padding-bottom: 20px; } .image-description { display: none; padding-right: 20px; margin-left: 20px; } .posts { padding-left: 30px; } .submit-container { padding: 20px 30% 20px 20px; } } @media only screen and (max-width: 560px) { .content-flex-container { display: block; } .description-body { width: auto; padding: 0 0 0 0; } .image-gallery { width: auto; padding: 20px 0 0 0; text-align: left; } .image-block { width: 45%; } .large.image-block { width: auto; } .large .image-tag { width: auto; } .loadmoreImage { float: left; } .posts { padding-left: 30px; } } @media only screen and (max-width: 400px) { .large { display: block; } .large .image { width: 89%; padding: 10px; } .image-description { display: none; padding-right: 20px; margin-left: 20px; } .large.image-block { border: none; border: 1px solid #000; margin: 0% auto; margin-top: 50px; margin-right: 20px; margin-left: 20px; width: auto; padding-left: 10px; padding-right: 10px; padding-top: 15px; padding-bottom: 20px; } .submit-container { padding: 20px 20px 20px 20px; } }
0.331012
0.067148
@import url('https://rsms.me/inter/inter.css'); html { font-family: 'Inter', sans-serif; } @supports (font-variation-settings: normal) { html { font-family: 'Inter var', sans-serif; } } :root { --font-size: 4rem; --big-font-size: 5rem; --medium-font-size: 2rem; --small-font-size: .8rem; --text-font-weight: 700; --big-font-weight: 800; --medium-font-weight: 600; --small-font-weight: 400; } body { --text-color: #1a202c; --background-color: #FFF; --background-content-color: #e2e8f0; --separator-color: #e2e8f0; --highlight-color: #B721FF; --highlight-gradient-bg-color: background-color: #21D4FD; --highlight-gradient-bg-img: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%); } body.dark-mode { --text-color: #f7fafb; --background-color: #191f2a; --background-content-color: #2d3848; --separator-color: #2d3848; --highlight-color: #c1449b; --highlight-gradient-bg-color: #FBDA61; --highlight-gradient-bg-img: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%); } @media (prefers-color-scheme: dark) { body { --text-color: #f7fafb; --background-color: #191f2a; --background-content-color: #2d3848; --separator-color: #2d3848; --highlight-color: #c1449b; --highlight-gradient-bg-color: #FBDA61; --highlight-gradient-bg-img: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%); } body.light-mode { --text-color: #1a202c; --background-color: #FFF; --background-content-color: #e2e8f0; --separator-color: #e2e8f0; --highlight-color: #B721FF; --highlight-gradient-bg-color: background-color: #21D4FD; --highlight-gradient-bg-img: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%); } } body { color: var(--text-color); background: var(--background-color); display: grid; grid-template-rows: auto 1fr auto; height: 98vh; font-size: var(--font-size); font-weight: var(--font-weight); } a, a:visited { color: var(--text-color); } footer { padding-top: 0.5rem; border-top: 0.1rem solid var(--separator-color); font-size: var(--small-font-size); font-weight: var(--small-font-weight); } header, footer { text-align: center; } body > * { padding: 1rem; margin: 0 2rem; } #content { width: 60vw; margin: auto; text-align: left; } .delai { font-size: var(--big-font-size); font-weight: var(--big-font-weight); letter-spacing: -.02em; margin-block-start: 0.2em; } #compute-delai { background-color: var(--highlight-gradient-bg-color); background-image: var(--highlight-gradient-bg-img); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .jour { font-size: var(--medium-font-size); font-weight: var(--medium-font-weight); letter-spacing: -.05em; } #fetch-jour, #compute-delai, #compute-detail { color: var(--highlight-color); } #theme-switch { font-size: 2rem; cursor: pointer; border-radius: 50%; border: none; background: none; padding: 0.15rem 0.5rem; } @media (max-width: 812px) { html { font-size: 0.9rem; } body > * { padding: 1rem; margin: 0; } #content { font-size: 0.8em; margin: auto; width: 90%; padding: 1rem; } footer { font-size: 0.8rem; } }
styles.css
@import url('https://rsms.me/inter/inter.css'); html { font-family: 'Inter', sans-serif; } @supports (font-variation-settings: normal) { html { font-family: 'Inter var', sans-serif; } } :root { --font-size: 4rem; --big-font-size: 5rem; --medium-font-size: 2rem; --small-font-size: .8rem; --text-font-weight: 700; --big-font-weight: 800; --medium-font-weight: 600; --small-font-weight: 400; } body { --text-color: #1a202c; --background-color: #FFF; --background-content-color: #e2e8f0; --separator-color: #e2e8f0; --highlight-color: #B721FF; --highlight-gradient-bg-color: background-color: #21D4FD; --highlight-gradient-bg-img: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%); } body.dark-mode { --text-color: #f7fafb; --background-color: #191f2a; --background-content-color: #2d3848; --separator-color: #2d3848; --highlight-color: #c1449b; --highlight-gradient-bg-color: #FBDA61; --highlight-gradient-bg-img: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%); } @media (prefers-color-scheme: dark) { body { --text-color: #f7fafb; --background-color: #191f2a; --background-content-color: #2d3848; --separator-color: #2d3848; --highlight-color: #c1449b; --highlight-gradient-bg-color: #FBDA61; --highlight-gradient-bg-img: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%); } body.light-mode { --text-color: #1a202c; --background-color: #FFF; --background-content-color: #e2e8f0; --separator-color: #e2e8f0; --highlight-color: #B721FF; --highlight-gradient-bg-color: background-color: #21D4FD; --highlight-gradient-bg-img: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%); } } body { color: var(--text-color); background: var(--background-color); display: grid; grid-template-rows: auto 1fr auto; height: 98vh; font-size: var(--font-size); font-weight: var(--font-weight); } a, a:visited { color: var(--text-color); } footer { padding-top: 0.5rem; border-top: 0.1rem solid var(--separator-color); font-size: var(--small-font-size); font-weight: var(--small-font-weight); } header, footer { text-align: center; } body > * { padding: 1rem; margin: 0 2rem; } #content { width: 60vw; margin: auto; text-align: left; } .delai { font-size: var(--big-font-size); font-weight: var(--big-font-weight); letter-spacing: -.02em; margin-block-start: 0.2em; } #compute-delai { background-color: var(--highlight-gradient-bg-color); background-image: var(--highlight-gradient-bg-img); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .jour { font-size: var(--medium-font-size); font-weight: var(--medium-font-weight); letter-spacing: -.05em; } #fetch-jour, #compute-delai, #compute-detail { color: var(--highlight-color); } #theme-switch { font-size: 2rem; cursor: pointer; border-radius: 50%; border: none; background: none; padding: 0.15rem 0.5rem; } @media (max-width: 812px) { html { font-size: 0.9rem; } body > * { padding: 1rem; margin: 0; } #content { font-size: 0.8em; margin: auto; width: 90%; padding: 1rem; } footer { font-size: 0.8rem; } }
0.447943
0.120853
html, body { overflow: hidden; margin:0px auto; padding: 0px; font-family: arial, helvetica, sans-serif; font-size: 20px; } #bdy { width: 590px; margin: 0px auto; border: 1px solid #bbb; padding: 10px; } #header { border: 1px solid #bbb; height: 35px; width: 100%; padding: 0px; } #content { background-color: #fff; margin-top: 10px; width: 100%; padding-bottom:10px; padding: 10px; position: relative; } #content div { padding: 0px; border: 1px solid #bbb; float: left; } #l-side { width: 251px; padding: 0px; border: 0px solid #bbb; position: absolute; bottom: 0; } #main { margin-left: 0px; padding: 0px; width: 590px; } #spacer { height: 40px; } #community { font-size: 30; } #msg { width:100%; } .input { font-size: 60px; width: 210px; } #r-side { margin-left: 310px; padding: 0px; border: 0px solid #bbb; width:251px; position: absolute; bottom: 0; } .btn { passing: 10px; width: 248px; font-size: 40px; line-height: normal; } .btnctm { font-size: 30; } .blockquote { fount-size: 26px; } .btn-sm-ft { font-size: 19px; } .spacer5 { height: 5px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; } .spacer10 { height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; } .spacer15 { height: 15px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; } .spacer20 { height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; } .spacer25 { height: 25px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; } .spacer30 { height: 30px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; } .spacer35 { height: 35px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; } .spacer40 { height: 40px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; } .spacer45 { height: 45px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; } .spacer50 { height: 50px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; } .spacer100 { height: 100px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; } .spacer200 { height: 200px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
web/frbb/static/frbb.css
html, body { overflow: hidden; margin:0px auto; padding: 0px; font-family: arial, helvetica, sans-serif; font-size: 20px; } #bdy { width: 590px; margin: 0px auto; border: 1px solid #bbb; padding: 10px; } #header { border: 1px solid #bbb; height: 35px; width: 100%; padding: 0px; } #content { background-color: #fff; margin-top: 10px; width: 100%; padding-bottom:10px; padding: 10px; position: relative; } #content div { padding: 0px; border: 1px solid #bbb; float: left; } #l-side { width: 251px; padding: 0px; border: 0px solid #bbb; position: absolute; bottom: 0; } #main { margin-left: 0px; padding: 0px; width: 590px; } #spacer { height: 40px; } #community { font-size: 30; } #msg { width:100%; } .input { font-size: 60px; width: 210px; } #r-side { margin-left: 310px; padding: 0px; border: 0px solid #bbb; width:251px; position: absolute; bottom: 0; } .btn { passing: 10px; width: 248px; font-size: 40px; line-height: normal; } .btnctm { font-size: 30; } .blockquote { fount-size: 26px; } .btn-sm-ft { font-size: 19px; } .spacer5 { height: 5px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; } .spacer10 { height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; } .spacer15 { height: 15px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; } .spacer20 { height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; } .spacer25 { height: 25px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; } .spacer30 { height: 30px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; } .spacer35 { height: 35px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; } .spacer40 { height: 40px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; } .spacer45 { height: 45px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; } .spacer50 { height: 50px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; } .spacer100 { height: 100px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; } .spacer200 { height: 200px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
0.40157
0.132178
#galleria-loader { height: 1px !important } .galleria-container { position: relative; overflow: hidden; background: #000; } .galleria-container img { -moz-user-select: none; -webkit-user-select: none; -o-user-select: none; } .galleria-stage { position: absolute; top: 10px; bottom: 60px; left: 10px; right: 10px; overflow: hidden; } .galleria-thumbnails-container { height: 50px; position: absolute; left: 10px; right: 10px; z-index: 2; } .galleria-carousel .galleria-thumbnails-list { margin-left: 30px; margin-right: 30px; direction: ltr; } .galleria-thumbnails .galleria-image { height: 40px; width: 60px; background: #000; margin: 0 5px 0 0; border: 1px solid #000; float: left; cursor: pointer; } .galleria-counter { position: absolute; bottom: 10px; left: 10px; text-align: right; color: #fff; font: normal 11px/1 arial, sans-serif; z-index: 1; } .galleria-loader { background: #000; width: 20px; height: 20px; position: absolute; top: 10px; right: 10px; z-index: 2; display: none; background: url(classic-loader.gif) no-repeat 2px 2px; } .galleria-info { width: 50%; left: 15px; z-index: 2; position: absolute; } .galleria-info-text { background-color: #000; padding: 12px; display: none; /* IE7 */ zoom: 1; } .galleria-info-title { margin: 0; color: #fff; margin-bottom: 7px; } .galleria-info-description { margin: 0; color: #bbb; } .galleria-info-close { width: 9px; height: 9px; position: absolute; top: 5px; right: 5px; background-position: -753px -11px; opacity: .5; filter: alpha(opacity = 50); cursor: pointer; display: none; } .notouch .galleria-info-close:hover { opacity: 1; filter: alpha(opacity = 100); } .touch .galleria-info-close:active { opacity: 1; filter: alpha(opacity = 100); } .galleria-info-link { background-position: -669px -5px; opacity: .7; filter: alpha(opacity = 70); position: absolute; width: 20px; height: 20px; cursor: pointer; background-color: #000; } .notouch .galleria-info-link:hover { opacity: 1; filter: alpha(opacity = 100); } .touch .galleria-info-link:active { opacity: 1; filter: alpha(opacity = 100); } .galleria-image-nav { position: absolute; top: 50%; margin-top: -62px; width: 100%; height: 62px; left: 0; } .galleria-image-nav-left,.galleria-image-nav-right { opacity: .3; filter: alpha(opacity = 30); cursor: pointer; width: 62px; height: 124px; position: absolute; left: 10px; z-index: 2; background-position: 0 46px; } .galleria-image-nav-right { left: auto; right: 10px; background-position: -254px 46px; z-index: 2; } .notouch .galleria-image-nav-left:hover,.notouch .galleria-image-nav-right:hover { opacity: 1; filter: alpha(opacity = 100); } .touch .galleria-image-nav-left:active,.touch .galleria-image-nav-right:active { opacity: 1; filter: alpha(opacity = 100); } .galleria-thumb-nav-left,.galleria-thumb-nav-right { cursor: pointer; display: none; background-position: -495px 5px; position: absolute; left: 0; top: 0; height: 60px; width: 23px; z-index: 3; } .galleria-thumb-nav-right { background-position: -578px 5px; border-right: none; right: 0; left: auto; } .galleria-thumbnails-container .disabled { opacity: .2; filter: alpha(opacity = 20); cursor: default; } .notouch .galleria-thumb-nav-left:hover,.notouch .galleria-thumb-nav-right:hover { opacity: 1; filter: alpha(opacity = 100); background-color: #111; } .touch .galleria-thumb-nav-left:active,.touch .galleria-thumb-nav-right:active { opacity: 1; filter: alpha(opacity = 100); background-color: #111; } .notouch .galleria-thumbnails-container .disabled:hover { opacity: .2; filter: alpha(opacity = 20); background-color: transparent; } .galleria-carousel .galleria-thumb-nav-left,.galleria-carousel .galleria-thumb-nav-right { display: block; } .galleria-thumb-nav-left,.galleria-thumb-nav-right,.galleria-info-link,.galleria-info-close,.galleria-image-nav-left,.galleria-image-nav-right { background-image: url(classic-map.png); background-repeat: no-repeat; }
plugins/jsnimageshow/themeclassic/assets/js/galleria/themes/classic/galleria.classic.css
#galleria-loader { height: 1px !important } .galleria-container { position: relative; overflow: hidden; background: #000; } .galleria-container img { -moz-user-select: none; -webkit-user-select: none; -o-user-select: none; } .galleria-stage { position: absolute; top: 10px; bottom: 60px; left: 10px; right: 10px; overflow: hidden; } .galleria-thumbnails-container { height: 50px; position: absolute; left: 10px; right: 10px; z-index: 2; } .galleria-carousel .galleria-thumbnails-list { margin-left: 30px; margin-right: 30px; direction: ltr; } .galleria-thumbnails .galleria-image { height: 40px; width: 60px; background: #000; margin: 0 5px 0 0; border: 1px solid #000; float: left; cursor: pointer; } .galleria-counter { position: absolute; bottom: 10px; left: 10px; text-align: right; color: #fff; font: normal 11px/1 arial, sans-serif; z-index: 1; } .galleria-loader { background: #000; width: 20px; height: 20px; position: absolute; top: 10px; right: 10px; z-index: 2; display: none; background: url(classic-loader.gif) no-repeat 2px 2px; } .galleria-info { width: 50%; left: 15px; z-index: 2; position: absolute; } .galleria-info-text { background-color: #000; padding: 12px; display: none; /* IE7 */ zoom: 1; } .galleria-info-title { margin: 0; color: #fff; margin-bottom: 7px; } .galleria-info-description { margin: 0; color: #bbb; } .galleria-info-close { width: 9px; height: 9px; position: absolute; top: 5px; right: 5px; background-position: -753px -11px; opacity: .5; filter: alpha(opacity = 50); cursor: pointer; display: none; } .notouch .galleria-info-close:hover { opacity: 1; filter: alpha(opacity = 100); } .touch .galleria-info-close:active { opacity: 1; filter: alpha(opacity = 100); } .galleria-info-link { background-position: -669px -5px; opacity: .7; filter: alpha(opacity = 70); position: absolute; width: 20px; height: 20px; cursor: pointer; background-color: #000; } .notouch .galleria-info-link:hover { opacity: 1; filter: alpha(opacity = 100); } .touch .galleria-info-link:active { opacity: 1; filter: alpha(opacity = 100); } .galleria-image-nav { position: absolute; top: 50%; margin-top: -62px; width: 100%; height: 62px; left: 0; } .galleria-image-nav-left,.galleria-image-nav-right { opacity: .3; filter: alpha(opacity = 30); cursor: pointer; width: 62px; height: 124px; position: absolute; left: 10px; z-index: 2; background-position: 0 46px; } .galleria-image-nav-right { left: auto; right: 10px; background-position: -254px 46px; z-index: 2; } .notouch .galleria-image-nav-left:hover,.notouch .galleria-image-nav-right:hover { opacity: 1; filter: alpha(opacity = 100); } .touch .galleria-image-nav-left:active,.touch .galleria-image-nav-right:active { opacity: 1; filter: alpha(opacity = 100); } .galleria-thumb-nav-left,.galleria-thumb-nav-right { cursor: pointer; display: none; background-position: -495px 5px; position: absolute; left: 0; top: 0; height: 60px; width: 23px; z-index: 3; } .galleria-thumb-nav-right { background-position: -578px 5px; border-right: none; right: 0; left: auto; } .galleria-thumbnails-container .disabled { opacity: .2; filter: alpha(opacity = 20); cursor: default; } .notouch .galleria-thumb-nav-left:hover,.notouch .galleria-thumb-nav-right:hover { opacity: 1; filter: alpha(opacity = 100); background-color: #111; } .touch .galleria-thumb-nav-left:active,.touch .galleria-thumb-nav-right:active { opacity: 1; filter: alpha(opacity = 100); background-color: #111; } .notouch .galleria-thumbnails-container .disabled:hover { opacity: .2; filter: alpha(opacity = 20); background-color: transparent; } .galleria-carousel .galleria-thumb-nav-left,.galleria-carousel .galleria-thumb-nav-right { display: block; } .galleria-thumb-nav-left,.galleria-thumb-nav-right,.galleria-info-link,.galleria-info-close,.galleria-image-nav-left,.galleria-image-nav-right { background-image: url(classic-map.png); background-repeat: no-repeat; }
0.334046
0.079424
skin detected: material include extra file: skins/material.less */ @keyframes dhx_loader_rotate { 100% { transform: rotate(360deg); } } @keyframes dhx_loader_dash { 0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; } 50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35px; } 100% { stroke-dasharray: 89, 200; stroke-dashoffset: -124px; } } .dhxsidebar_base_material { position: relative; cursor: default; } .dhxsidebar_base_material div.dhxsidebar_cont { position: absolute; cursor: default; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side { position: absolute; left: 0px; top: 0px; background-color: #fafafa; border-style: solid; border-color: #dfdfdf; border-width: 1px 1px 0px 1px; overflow: hidden; z-index: 5; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0,0,0,0); } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items { position: absolute; width: 100%; overflow: hidden; box-sizing: border-box; -ms-touch-action: none; -webkit-transition: top 0.2s; -moz-transition: top 0.2s; -ms-transition: top 0.2s; -o-transition: top 0.2s; transition: top 0.2s; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item { position: relative; padding: 0px 10px; z-index: 1; cursor: default; margin: 1px 0px; background-color: #fafafa; overflow: hidden; opacity: 1; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; font-size: 14px; font-family: Roboto, Arial, Helvetica; color: #404040; -ms-touch-action: none; -webkit-touch-callout: none; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item.dhxsidebar_item_hidden { height: 0px !important; opacity: 0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item:hover { background-color: #f5f5f5; z-index: 2; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item.dhxsidebar_item_selected { z-index: 3; background-color: #ebebeb; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item img.dhxsidebar_item_icon { position: absolute; left: 9px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item div.dhxsidebar_item_text { position: absolute; left: 0px; top: 0px; height: inherit; line-height: inherit; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item div.dhxsidebar_bubble { position: absolute; width: 15px; height: 15px; line-height: 14px; right: 5px; top: 5px; border-radius: 10px; background-color: #fafafa; border: 1px solid #3399cc; font-family: Tahoma; font-size: 10px; text-align: center; font-weight: normal; color: #3399cc; cursor: default; overflow: hidden; z-index: 1; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item:hover div.dhxsidebar_bubble { background-color: #f5f5f5; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item.dhxsidebar_item_selected div.dhxsidebar_bubble { background-color: #ebebeb; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_sep { position: relative; height: 1px; margin: 1px 0px; overflow: hidden; background-color: #ededed; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_touch div.dhxsidebar_side_items div.dhxsidebar_item:hover { background-color: #fafafa; z-index: 1; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_touch div.dhxsidebar_side_items div.dhxsidebar_item.dhxsidebar_item_selected { z-index: 3; background-color: #ebebeb; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_details div.dhxsidebar_side_items div.dhxsidebar_item { height: 27px; line-height: 27px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_details div.dhxsidebar_side_items div.dhxsidebar_item img.dhxsidebar_item_icon { top: 5px; width: 16px; height: 16px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_details div.dhxsidebar_side_items div.dhxsidebar_item div.dhxsidebar_item_text { padding-left: 34px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_tiles div.dhxsidebar_side_items div.dhxsidebar_item { height: 47px; line-height: 47px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_tiles div.dhxsidebar_side_items div.dhxsidebar_item img.dhxsidebar_item_icon { top: 7px; width: 32px; height: 32px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_tiles div.dhxsidebar_side_items div.dhxsidebar_item div.dhxsidebar_item_text { padding-left: 50px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_tiles div.dhxsidebar_side_items div.dhxsidebar_item div.dhxsidebar_bubble { top: 15px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_icons div.dhxsidebar_side_items div.dhxsidebar_item { height: 47px; line-height: 47px; text-align: center; padding-left: 4px; padding-right: 4px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_icons div.dhxsidebar_side_items div.dhxsidebar_item img.dhxsidebar_item_icon { position: relative; display: inline; left: 0px; top: 7px; width: 32px; height: 32px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_icons_text div.dhxsidebar_side_items div.dhxsidebar_item { height: 66px; line-height: 1em; text-align: center; padding-left: 4px; padding-right: 4px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_icons_text div.dhxsidebar_side_items div.dhxsidebar_item img.dhxsidebar_item_icon { position: relative; display: inline; left: 0px; top: 4px; width: 32px; height: 32px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_icons_text div.dhxsidebar_side_items div.dhxsidebar_item div.dhxsidebar_item_text { position: relative; display: block; height: 16px; margin-top: 10px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_text div.dhxsidebar_side_items div.dhxsidebar_item { height: 27px; line-height: 27px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_text div.dhxsidebar_side_items div.dhxsidebar_item div.dhxsidebar_item_text { padding-left: 14px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar { position: absolute; background-color: white; margin: 0px; padding: 0px; overflow: hidden; cursor: default; z-index: 0; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_cover { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; margin: 0px; padding: 0px; font-size: 1px; background-color: white; overflow: hidden; z-index: 1; opacity: 0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_progress_bar { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: white; z-index: 1; opacity: 0.75; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75); -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_progress_img { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; border: 1px solid #e4e4e4; background-image: url('../imgs/dhxsidebar_material/dhxsidebar_cell_progress.gif'); background-position: center center; background-repeat: no-repeat; z-index: 2; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_progress_svg { border: 1px solid #e4e4e4; z-index: 2; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_progress_svg .dhx_cell_prsvg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 50px; height: 50px; animation: dhx_loader_rotate 2s linear infinite; transform-origin: center center; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_progress_svg .dhx_cell_prsvg .dhx_cell_prcircle { fill: none; stroke: #3399cc; stroke-width: 2; stroke-miterlimit: 10; stroke-dasharray: 1, 200; stroke-dashoffset: 0; stroke-linecap: round; animation: dhx_loader_dash 1.5s ease-in-out infinite; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_menu_def { position: relative; overflow: hidden; border-style: solid; border-width: 0px 1px 1px 1px; border-color: #dfdfdf; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_toolbar_def { position: relative; overflow: hidden; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_toolbar_def .dhx_toolbar_material { border-width: 0px 1px 1px 1px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_ribbon_def { position: relative; overflow: hidden; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_ribbon_def div.dhxrb_with_tabbar.dhxtabbar_base_material { border-top-width: 0px; margin-top: -1px; width: auto; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_ribbon_def div.dhtmlxribbon_material.dhxrb_without_tabbar { border-top-width: 0px; width: auto; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_statusbar_def { position: absolute; bottom: 0px; width: 100%; background-color: #fafafa; z-index: 1; font-size: 14px; font-family: Roboto, Arial, Helvetica; color: #404040; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_statusbar_def div.dhx_cell_statusbar_text { position: relative; font: inherit; height: 30px; line-height: 30px; border-style: solid; border-width: 0px 1px 1px 1px; border-color: #dfdfdf; white-space: nowrap; overflow: hidden; padding: 0px 12px; color: #737373; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_menu_def, .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_toolbar_def .dhx_toolbar_material, .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_ribbon_def div.dhtmlxribbon_material.dhxrb_without_tabbar { border-width: 1px 1px 0px 0px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_ribbon_def div.dhxrb_with_tabbar.dhxtabbar_base_material { border-width: 1px 1px 0px 0px; margin-top: 0px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_ribbon_def div.dhxrb_with_tabbar.dhxtabbar_base_material div.dhxtabbar_tabs { border-left-width: 0px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_ribbon_def div.dhxrb_with_tabbar.dhxtabbar_base_material div.dhxtabbar_tabs_top div.dhx_cell_tabbar div.dhx_cell_cont_tabbar { border-width: 0px 1px 0px 0px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_statusbar_def div.dhx_cell_statusbar_text { border-left-width: 0px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_progress_img { border-left-width: 0px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar.dhx_cell_cont_no_top div.dhx_cell_cont_sidebar { border-top-color: white; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_cont_sidebar { position: absolute; border-style: solid; border-color: #dfdfdf; border-width: 1px 1px 1px 0px; overflow: hidden; z-index: 0; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_cont_sidebar.dhx_cell_cont_no_borders { border-width: 0px; padding: 0px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_sidebar_hdr { position: relative; background-color: #fafafa; height: 36px; line-height: 35px; font-weight: normal; overflow: hidden; cursor: default; z-index: 1; border-style: solid; border-color: #dfdfdf; border-width: 1px 1px 0px 0px; font-size: 14px; font-family: Roboto, Arial, Helvetica; color: #404040; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0,0,0,0); } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_sidebar_hdr.dhx_cell_sidebar_hdr_hidden { border-width: 1px 0px 0px 0px; height: 0px; line-height: 0px; overflow: hidden; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_sidebar_hdr div.dhx_cell_sidebar_hdr_text { position: relative; margin: 0px 10px; overflow: hidden; white-space: nowrap; cursor: default; text-align: left; height: 100%; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_sidebar_hdr div.dhx_cell_sidebar_hdr_text.dhx_cell_sidebar_hdr_text_icon { margin-left: 34px !important; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_sidebar_hdr div.dhx_cell_sidebar_hdr_icon { position: absolute; top: 0px; left: 10px; width: 16px; height: 100%; background-image: url("../imgs/dhxsidebar_material/dhxsidebar_side_icon.gif"); background-position: center center; background-repeat: no-repeat; } .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide div.dhx_cell_sidebar div.dhx_cell_sidebar_hdr { border-left-width: 1px; } .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide div.dhx_cell_sidebar div.dhx_cell_cont_sidebar { border-left-width: 1px; } .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide div.dhx_cell_sidebar div.dhx_cell_cont_sidebar.dhx_cell_cont_no_borders { border-left-width: 0px; } .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide div.dhx_cell_sidebar div.dhx_cell_menu_def, .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide div.dhx_cell_sidebar div.dhx_cell_toolbar_def .dhx_toolbar_material, .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide div.dhx_cell_sidebar div.dhx_cell_ribbon_def div.dhtmlxribbon_material.dhxrb_without_tabbar, .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide div.dhx_cell_sidebar div.dhx_cell_statusbar_def div.dhx_cell_statusbar_text { border-left-width: 1px; } .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide div.dhx_cell_sidebar div.dhx_cell_ribbon_def div.dhxrb_with_tabbar.dhxtabbar_base_material div.dhxtabbar_tabs { border-left-width: 1px; } .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide div.dhx_cell_sidebar div.dhx_cell_ribbon_def div.dhxrb_with_tabbar.dhxtabbar_base_material div.dhxtabbar_tabs_top div.dhx_cell_tabbar div.dhx_cell_cont_tabbar { border-left-width: 1px; } .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide { overflow: hidden; } .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide div.dhxsidebar_side { -webkit-transition: left 0.2s; -moz-transition: left 0.2s; -ms-transition: left 0.2s; -o-transition: left 0.2s; transition: left 0.2s; box-shadow: 0px 2px 8px rgba(127,127,127,0.4); } .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide div.dhxsidebar_arrows { -webkit-transition: left 0.2s; -moz-transition: left 0.2s; -ms-transition: left 0.2s; -o-transition: left 0.2s; transition: left 0.2s; box-shadow: 0px 4px 6px rgba(127,127,127,0.4); } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side_cover { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; background-color: #fff; z-index: 3; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; -ms-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s; opacity: 0.0001; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side_cover.dhxsidebar_side_cover_actv { opacity: 0.6; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_arrows { position: absolute; left: 0px; bottom: 0px; height: 24px; border: 1px solid #dfdfdf; background-color: #fafafa; font-size: 1px; overflow: hidden; z-index: 6; -webkit-tap-highlight-color: rgba(0,0,0,0); -ms-touch-action: none; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_arrows.dhxsidebar_arrows_hidden { height: 0px; border-width: 0px 1px 1px 1px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_arrows div.dhxsidebar_arrow { position: absolute; width: 50%; height: 100%; top: 0px; font-size: 1px; overflow: hidden; z-index: 1; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_arrows div.dhxsidebar_arrow.dhxsidebar_arrow_left { left: 0px; border-right: 1px solid #dfdfdf; z-index: 2; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_arrows div.dhxsidebar_arrow.dhxsidebar_arrow_left div.dhxsidebar_arrow_image { background-image: url("../imgs/dhxsidebar_material/dhxsidebar_arrow_up.gif"); } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_arrows div.dhxsidebar_arrow.dhxsidebar_arrow_right { right: 0px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_arrows div.dhxsidebar_arrow.dhxsidebar_arrow_right div.dhxsidebar_arrow_image { background-image: url("../imgs/dhxsidebar_material/dhxsidebar_arrow_down.gif"); } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_arrows div.dhxsidebar_arrow div.dhxsidebar_arrow_image { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; font-size: 1px; overflow: hidden; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_arrows div.dhxsidebar_arrow:hover { background-color: #f5f5f5; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_arrows div.dhxsidebar_arrow:active { background-color: #f0f0f0; } .dhxsidebar_base_material div.dhxcelltop_hdr { position: relative; } .dhxsidebar_base_material div.dhxcelltop_ftr { position: absolute; } .dhxsidebar_base_material div.dhxcelltop_progress { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: white; z-index: 3; opacity: 0.55; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55); -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .dhxsidebar_base_material div.dhxcelltop_progress_img { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-image: url('../imgs/dhxsidebar_material/dhxsidebar_cell_progress.gif'); background-position: center center; background-repeat: no-repeat; z-index: 4; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .dhxsidebar_base_material div.dhxcelltop_progress_svg { z-index: 4; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .dhxsidebar_base_material div.dhxcelltop_progress_svg .dhx_cell_prsvg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 50px; height: 50px; animation: dhx_loader_rotate 2s linear infinite; transform-origin: center center; } .dhxsidebar_base_material div.dhxcelltop_progress_svg .dhx_cell_prsvg .dhx_cell_prcircle { fill: none; stroke: #3399cc; stroke-width: 2; stroke-miterlimit: 10; stroke-dasharray: 1, 200; stroke-dashoffset: 0; stroke-linecap: round; animation: dhx_loader_dash 1.5s ease-in-out infinite; } .dhxsidebar_base_material div.dhxcelltop_menu { position: relative; overflow: hidden; border-width: 1px 1px 0px 1px; border-style: solid; border-color: #dfdfdf; } .dhxsidebar_base_material div.dhxcelltop_toolbar { position: relative; overflow: hidden; } .dhxsidebar_base_material div.dhxcelltop_toolbar div.dhx_toolbar_material { border-width: 1px 1px 0px 1px; } .dhxsidebar_base_material div.dhxcelltop_ribbon { position: relative; overflow: hidden; } .dhxsidebar_base_material div.dhxcelltop_ribbon div.dhtmlxribbon_material.dhxrb_without_tabbar { border-bottom-width: 0px; width: auto; } .dhxsidebar_base_material div.dhxcelltop_ribbon div.dhtmlxribbon_material div.dhxrb_with_tabbar.dhxtabbar_base_material div.dhxtabbar_tabs_top div.dhx_cell_tabbar div.dhx_cell_cont_tabbar { border-bottom-width: 0px; } .dhxsidebar_base_material div.dhxcelltop_statusbar { position: absolute; overflow: hidden; background-color: #fafafa; font-size: 14px; font-family: Roboto, Arial, Helvetica; color: #404040; } .dhxsidebar_base_material div.dhxcelltop_statusbar div.dhxcont_statusbar { position: relative; background-color: #fafafa; font: inherit; height: 30px; line-height: 30px; border-width: 0px 1px 1px 1px; border-style: solid; border-color: #dfdfdf; padding: 0px 12px; color: #737373; white-space: nowrap; overflow: hidden; } .dhxsidebar_skin_detect { position: absolute; left: 0px; top: -100px; margin: 0; padding: 0; border: 0px solid white; width: 40px; height: 10px; overflow: hidden; }
web/dhtmlxSuite_v50_std/sources/dhtmlxSidebar/codebase/skins/dhtmlxsidebar_material.css
skin detected: material include extra file: skins/material.less */ @keyframes dhx_loader_rotate { 100% { transform: rotate(360deg); } } @keyframes dhx_loader_dash { 0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; } 50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35px; } 100% { stroke-dasharray: 89, 200; stroke-dashoffset: -124px; } } .dhxsidebar_base_material { position: relative; cursor: default; } .dhxsidebar_base_material div.dhxsidebar_cont { position: absolute; cursor: default; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side { position: absolute; left: 0px; top: 0px; background-color: #fafafa; border-style: solid; border-color: #dfdfdf; border-width: 1px 1px 0px 1px; overflow: hidden; z-index: 5; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0,0,0,0); } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items { position: absolute; width: 100%; overflow: hidden; box-sizing: border-box; -ms-touch-action: none; -webkit-transition: top 0.2s; -moz-transition: top 0.2s; -ms-transition: top 0.2s; -o-transition: top 0.2s; transition: top 0.2s; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item { position: relative; padding: 0px 10px; z-index: 1; cursor: default; margin: 1px 0px; background-color: #fafafa; overflow: hidden; opacity: 1; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; font-size: 14px; font-family: Roboto, Arial, Helvetica; color: #404040; -ms-touch-action: none; -webkit-touch-callout: none; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item.dhxsidebar_item_hidden { height: 0px !important; opacity: 0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item:hover { background-color: #f5f5f5; z-index: 2; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item.dhxsidebar_item_selected { z-index: 3; background-color: #ebebeb; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item img.dhxsidebar_item_icon { position: absolute; left: 9px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item div.dhxsidebar_item_text { position: absolute; left: 0px; top: 0px; height: inherit; line-height: inherit; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item div.dhxsidebar_bubble { position: absolute; width: 15px; height: 15px; line-height: 14px; right: 5px; top: 5px; border-radius: 10px; background-color: #fafafa; border: 1px solid #3399cc; font-family: Tahoma; font-size: 10px; text-align: center; font-weight: normal; color: #3399cc; cursor: default; overflow: hidden; z-index: 1; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item:hover div.dhxsidebar_bubble { background-color: #f5f5f5; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_item.dhxsidebar_item_selected div.dhxsidebar_bubble { background-color: #ebebeb; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side div.dhxsidebar_side_items div.dhxsidebar_sep { position: relative; height: 1px; margin: 1px 0px; overflow: hidden; background-color: #ededed; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_touch div.dhxsidebar_side_items div.dhxsidebar_item:hover { background-color: #fafafa; z-index: 1; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_touch div.dhxsidebar_side_items div.dhxsidebar_item.dhxsidebar_item_selected { z-index: 3; background-color: #ebebeb; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_details div.dhxsidebar_side_items div.dhxsidebar_item { height: 27px; line-height: 27px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_details div.dhxsidebar_side_items div.dhxsidebar_item img.dhxsidebar_item_icon { top: 5px; width: 16px; height: 16px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_details div.dhxsidebar_side_items div.dhxsidebar_item div.dhxsidebar_item_text { padding-left: 34px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_tiles div.dhxsidebar_side_items div.dhxsidebar_item { height: 47px; line-height: 47px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_tiles div.dhxsidebar_side_items div.dhxsidebar_item img.dhxsidebar_item_icon { top: 7px; width: 32px; height: 32px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_tiles div.dhxsidebar_side_items div.dhxsidebar_item div.dhxsidebar_item_text { padding-left: 50px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_tiles div.dhxsidebar_side_items div.dhxsidebar_item div.dhxsidebar_bubble { top: 15px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_icons div.dhxsidebar_side_items div.dhxsidebar_item { height: 47px; line-height: 47px; text-align: center; padding-left: 4px; padding-right: 4px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_icons div.dhxsidebar_side_items div.dhxsidebar_item img.dhxsidebar_item_icon { position: relative; display: inline; left: 0px; top: 7px; width: 32px; height: 32px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_icons_text div.dhxsidebar_side_items div.dhxsidebar_item { height: 66px; line-height: 1em; text-align: center; padding-left: 4px; padding-right: 4px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_icons_text div.dhxsidebar_side_items div.dhxsidebar_item img.dhxsidebar_item_icon { position: relative; display: inline; left: 0px; top: 4px; width: 32px; height: 32px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_icons_text div.dhxsidebar_side_items div.dhxsidebar_item div.dhxsidebar_item_text { position: relative; display: block; height: 16px; margin-top: 10px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_text div.dhxsidebar_side_items div.dhxsidebar_item { height: 27px; line-height: 27px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side.dhxsidebar_tpl_text div.dhxsidebar_side_items div.dhxsidebar_item div.dhxsidebar_item_text { padding-left: 14px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar { position: absolute; background-color: white; margin: 0px; padding: 0px; overflow: hidden; cursor: default; z-index: 0; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_cover { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; margin: 0px; padding: 0px; font-size: 1px; background-color: white; overflow: hidden; z-index: 1; opacity: 0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_progress_bar { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: white; z-index: 1; opacity: 0.75; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75); -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_progress_img { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; border: 1px solid #e4e4e4; background-image: url('../imgs/dhxsidebar_material/dhxsidebar_cell_progress.gif'); background-position: center center; background-repeat: no-repeat; z-index: 2; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_progress_svg { border: 1px solid #e4e4e4; z-index: 2; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_progress_svg .dhx_cell_prsvg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 50px; height: 50px; animation: dhx_loader_rotate 2s linear infinite; transform-origin: center center; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_progress_svg .dhx_cell_prsvg .dhx_cell_prcircle { fill: none; stroke: #3399cc; stroke-width: 2; stroke-miterlimit: 10; stroke-dasharray: 1, 200; stroke-dashoffset: 0; stroke-linecap: round; animation: dhx_loader_dash 1.5s ease-in-out infinite; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_menu_def { position: relative; overflow: hidden; border-style: solid; border-width: 0px 1px 1px 1px; border-color: #dfdfdf; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_toolbar_def { position: relative; overflow: hidden; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_toolbar_def .dhx_toolbar_material { border-width: 0px 1px 1px 1px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_ribbon_def { position: relative; overflow: hidden; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_ribbon_def div.dhxrb_with_tabbar.dhxtabbar_base_material { border-top-width: 0px; margin-top: -1px; width: auto; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_ribbon_def div.dhtmlxribbon_material.dhxrb_without_tabbar { border-top-width: 0px; width: auto; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_statusbar_def { position: absolute; bottom: 0px; width: 100%; background-color: #fafafa; z-index: 1; font-size: 14px; font-family: Roboto, Arial, Helvetica; color: #404040; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_statusbar_def div.dhx_cell_statusbar_text { position: relative; font: inherit; height: 30px; line-height: 30px; border-style: solid; border-width: 0px 1px 1px 1px; border-color: #dfdfdf; white-space: nowrap; overflow: hidden; padding: 0px 12px; color: #737373; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_menu_def, .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_toolbar_def .dhx_toolbar_material, .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_ribbon_def div.dhtmlxribbon_material.dhxrb_without_tabbar { border-width: 1px 1px 0px 0px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_ribbon_def div.dhxrb_with_tabbar.dhxtabbar_base_material { border-width: 1px 1px 0px 0px; margin-top: 0px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_ribbon_def div.dhxrb_with_tabbar.dhxtabbar_base_material div.dhxtabbar_tabs { border-left-width: 0px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_ribbon_def div.dhxrb_with_tabbar.dhxtabbar_base_material div.dhxtabbar_tabs_top div.dhx_cell_tabbar div.dhx_cell_cont_tabbar { border-width: 0px 1px 0px 0px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_statusbar_def div.dhx_cell_statusbar_text { border-left-width: 0px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_progress_img { border-left-width: 0px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar.dhx_cell_cont_no_top div.dhx_cell_cont_sidebar { border-top-color: white; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_cont_sidebar { position: absolute; border-style: solid; border-color: #dfdfdf; border-width: 1px 1px 1px 0px; overflow: hidden; z-index: 0; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_cont_sidebar.dhx_cell_cont_no_borders { border-width: 0px; padding: 0px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_sidebar_hdr { position: relative; background-color: #fafafa; height: 36px; line-height: 35px; font-weight: normal; overflow: hidden; cursor: default; z-index: 1; border-style: solid; border-color: #dfdfdf; border-width: 1px 1px 0px 0px; font-size: 14px; font-family: Roboto, Arial, Helvetica; color: #404040; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0,0,0,0); } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_sidebar_hdr.dhx_cell_sidebar_hdr_hidden { border-width: 1px 0px 0px 0px; height: 0px; line-height: 0px; overflow: hidden; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_sidebar_hdr div.dhx_cell_sidebar_hdr_text { position: relative; margin: 0px 10px; overflow: hidden; white-space: nowrap; cursor: default; text-align: left; height: 100%; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_sidebar_hdr div.dhx_cell_sidebar_hdr_text.dhx_cell_sidebar_hdr_text_icon { margin-left: 34px !important; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhx_cell_sidebar div.dhx_cell_sidebar_hdr div.dhx_cell_sidebar_hdr_icon { position: absolute; top: 0px; left: 10px; width: 16px; height: 100%; background-image: url("../imgs/dhxsidebar_material/dhxsidebar_side_icon.gif"); background-position: center center; background-repeat: no-repeat; } .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide div.dhx_cell_sidebar div.dhx_cell_sidebar_hdr { border-left-width: 1px; } .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide div.dhx_cell_sidebar div.dhx_cell_cont_sidebar { border-left-width: 1px; } .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide div.dhx_cell_sidebar div.dhx_cell_cont_sidebar.dhx_cell_cont_no_borders { border-left-width: 0px; } .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide div.dhx_cell_sidebar div.dhx_cell_menu_def, .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide div.dhx_cell_sidebar div.dhx_cell_toolbar_def .dhx_toolbar_material, .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide div.dhx_cell_sidebar div.dhx_cell_ribbon_def div.dhtmlxribbon_material.dhxrb_without_tabbar, .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide div.dhx_cell_sidebar div.dhx_cell_statusbar_def div.dhx_cell_statusbar_text { border-left-width: 1px; } .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide div.dhx_cell_sidebar div.dhx_cell_ribbon_def div.dhxrb_with_tabbar.dhxtabbar_base_material div.dhxtabbar_tabs { border-left-width: 1px; } .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide div.dhx_cell_sidebar div.dhx_cell_ribbon_def div.dhxrb_with_tabbar.dhxtabbar_base_material div.dhxtabbar_tabs_top div.dhx_cell_tabbar div.dhx_cell_cont_tabbar { border-left-width: 1px; } .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide { overflow: hidden; } .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide div.dhxsidebar_side { -webkit-transition: left 0.2s; -moz-transition: left 0.2s; -ms-transition: left 0.2s; -o-transition: left 0.2s; transition: left 0.2s; box-shadow: 0px 2px 8px rgba(127,127,127,0.4); } .dhxsidebar_base_material div.dhxsidebar_cont.dhxsidebar_autohide div.dhxsidebar_arrows { -webkit-transition: left 0.2s; -moz-transition: left 0.2s; -ms-transition: left 0.2s; -o-transition: left 0.2s; transition: left 0.2s; box-shadow: 0px 4px 6px rgba(127,127,127,0.4); } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side_cover { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; background-color: #fff; z-index: 3; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; -ms-transition: opacity 0.3s; -o-transition: opacity 0.3s; transition: opacity 0.3s; opacity: 0.0001; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_side_cover.dhxsidebar_side_cover_actv { opacity: 0.6; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_arrows { position: absolute; left: 0px; bottom: 0px; height: 24px; border: 1px solid #dfdfdf; background-color: #fafafa; font-size: 1px; overflow: hidden; z-index: 6; -webkit-tap-highlight-color: rgba(0,0,0,0); -ms-touch-action: none; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_arrows.dhxsidebar_arrows_hidden { height: 0px; border-width: 0px 1px 1px 1px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_arrows div.dhxsidebar_arrow { position: absolute; width: 50%; height: 100%; top: 0px; font-size: 1px; overflow: hidden; z-index: 1; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_arrows div.dhxsidebar_arrow.dhxsidebar_arrow_left { left: 0px; border-right: 1px solid #dfdfdf; z-index: 2; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_arrows div.dhxsidebar_arrow.dhxsidebar_arrow_left div.dhxsidebar_arrow_image { background-image: url("../imgs/dhxsidebar_material/dhxsidebar_arrow_up.gif"); } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_arrows div.dhxsidebar_arrow.dhxsidebar_arrow_right { right: 0px; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_arrows div.dhxsidebar_arrow.dhxsidebar_arrow_right div.dhxsidebar_arrow_image { background-image: url("../imgs/dhxsidebar_material/dhxsidebar_arrow_down.gif"); } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_arrows div.dhxsidebar_arrow div.dhxsidebar_arrow_image { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; font-size: 1px; overflow: hidden; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_arrows div.dhxsidebar_arrow:hover { background-color: #f5f5f5; } .dhxsidebar_base_material div.dhxsidebar_cont div.dhxsidebar_arrows div.dhxsidebar_arrow:active { background-color: #f0f0f0; } .dhxsidebar_base_material div.dhxcelltop_hdr { position: relative; } .dhxsidebar_base_material div.dhxcelltop_ftr { position: absolute; } .dhxsidebar_base_material div.dhxcelltop_progress { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: white; z-index: 3; opacity: 0.55; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55); -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .dhxsidebar_base_material div.dhxcelltop_progress_img { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-image: url('../imgs/dhxsidebar_material/dhxsidebar_cell_progress.gif'); background-position: center center; background-repeat: no-repeat; z-index: 4; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .dhxsidebar_base_material div.dhxcelltop_progress_svg { z-index: 4; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .dhxsidebar_base_material div.dhxcelltop_progress_svg .dhx_cell_prsvg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 50px; height: 50px; animation: dhx_loader_rotate 2s linear infinite; transform-origin: center center; } .dhxsidebar_base_material div.dhxcelltop_progress_svg .dhx_cell_prsvg .dhx_cell_prcircle { fill: none; stroke: #3399cc; stroke-width: 2; stroke-miterlimit: 10; stroke-dasharray: 1, 200; stroke-dashoffset: 0; stroke-linecap: round; animation: dhx_loader_dash 1.5s ease-in-out infinite; } .dhxsidebar_base_material div.dhxcelltop_menu { position: relative; overflow: hidden; border-width: 1px 1px 0px 1px; border-style: solid; border-color: #dfdfdf; } .dhxsidebar_base_material div.dhxcelltop_toolbar { position: relative; overflow: hidden; } .dhxsidebar_base_material div.dhxcelltop_toolbar div.dhx_toolbar_material { border-width: 1px 1px 0px 1px; } .dhxsidebar_base_material div.dhxcelltop_ribbon { position: relative; overflow: hidden; } .dhxsidebar_base_material div.dhxcelltop_ribbon div.dhtmlxribbon_material.dhxrb_without_tabbar { border-bottom-width: 0px; width: auto; } .dhxsidebar_base_material div.dhxcelltop_ribbon div.dhtmlxribbon_material div.dhxrb_with_tabbar.dhxtabbar_base_material div.dhxtabbar_tabs_top div.dhx_cell_tabbar div.dhx_cell_cont_tabbar { border-bottom-width: 0px; } .dhxsidebar_base_material div.dhxcelltop_statusbar { position: absolute; overflow: hidden; background-color: #fafafa; font-size: 14px; font-family: Roboto, Arial, Helvetica; color: #404040; } .dhxsidebar_base_material div.dhxcelltop_statusbar div.dhxcont_statusbar { position: relative; background-color: #fafafa; font: inherit; height: 30px; line-height: 30px; border-width: 0px 1px 1px 1px; border-style: solid; border-color: #dfdfdf; padding: 0px 12px; color: #737373; white-space: nowrap; overflow: hidden; } .dhxsidebar_skin_detect { position: absolute; left: 0px; top: -100px; margin: 0; padding: 0; border: 0px solid white; width: 40px; height: 10px; overflow: hidden; }
0.338624
0.07836
@charset "UTF-8"; * { font-family: 微軟正黑體; } body { padding: 20px; margin: 0; display: flex; justify-content: center; background-color: #003459; } hr { border-color: #FCE38A; } .data { padding-left: 0; font-size: 25px; margin-bottom: 0; } .data li { margin-top: 10px; font-size: 18px; } h4 { color: rgba(255, 255, 255, 0.5); margin-top: 60px; margin-bottom: 0; } h5 { font-size: 16px; margin: 0; } h2 { margin-bottom: 40px; font-weight: 700; margin-top: 0; } h2:after { content: ""; display: inline-block; width: 30px; height: 7px; background-color: #FCE38A; margin-left: 10px; } p { letter-spacing: 2px; } .coffee { width: 30px; height: 30px; position: absolute; left: 10px; top: 10px; } .namePic { width: 180px; height: 200px; border-radius: 20px; } .skill_detail { margin-bottom: 0; } .resume { display: flex; padding: 30px; border: solid 10px rgba(255, 255, 255, 0.8); color: white; max-width: 900px; position: relative; } .resume .left { flex: 5; padding: 20px; border-right: solid 2px #FCE38A; } .resume .right { flex: 7; padding: 20px; } .resume li { list-style: none; } .resume a { position: relative; text-decoration: none; padding: 15px 15px 15px 45px; background-color: #FCE38A; margin: 10px; color: black; transition: 0.5s; font-weight: bold; font-size: 15px; border-radius: 10px; margin-left: 5px; } .resume a:hover { background-color: #02C39A; color: white; } .resume .skill { padding-left: 0; } .resume .skill ul { display: flex; justify-content: center; width: 100%; padding-left: 0; } .resume .skill ul li { width: 33%; text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column; padding-top: 0; justify-content: center; } .resume .skill ul .circle { position: relative; width: 80px; height: 80px; display: flex; justify-content: center; align-items: center; margin-top: 10px; } .resume .skill ul h5 { margin-top: 0px; } .resume .skill ul .outerCircle { width: 60px; height: 60px; background-color: #FCE38A; border-radius: 50%; position: absolute; z-index: 5; } .resume .skill ul .outerCircle .p90 { position: absolute; background-color: rgba(0, 52, 89, 0.8); width: 50%; height: 50%; left: 50%; top: 0; } .resume .skill ul .outerCircle .p180 { position: absolute; background-color: rgba(0, 52, 89, 0.8); width: 50%; height: 50%; left: 50%; top: 50%; } .resume .skill ul .outerCircle .p270 { position: absolute; background-color: rgba(0, 52, 89, 0.8); width: 50%; height: 50%; left: 0%; top: 50%; } .resume .skill ul .outerCircle .p360 { position: absolute; background-color: rgba(0, 52, 89, 0.8); width: 50%; height: 50%; left: 0%; top: 0%; } .resume .skill ul .innerCircle { width: 40px; height: 40px; background-color: #003459; border-radius: 50%; z-index: 10; position: absolute; } .resume .pgSkill li { width: 100%; display: flex; position: relative; } .resume .pgSkill li .bar { width: 150px; height: 8px; border: solid 2px #FCE38A; border-radius: 4px; position: absolute; right: 0px; background-color: rgba(0, 52, 89, 0.8); top: 50%; transform: translate(0%, -50%); } .resume .pgSkill li .bar .value { width: 60%; height: 8px; background-color: #FCE38A; } .resume .pgSkill li .bar .value.w90 { width: 90%; } .resume .pgSkill li .bar .value.w70 { width: 70%; } .resume .pgSkill li .bar .value.w60 { width: 60%; } .resume .pgSkill li .bar .value.w50 { width: 50%; } .resume .experience { width: 100%; margin-top: 240px; } .resume .experience .itemUl { width: 100%; padding-left: 0; } .resume .experience .item { display: flex; width: 100%; } .resume .experience .item .count { border-right: solid 3px #FCE38A; width: 15%; margin: 10px; } .resume .experience .item .count.one { border-right: solid 3px #02C39A; } .resume .experience .item .count.two { border-right: solid 3px #028090; } .resume .experience .item .count.three { border-right: solid 3px #FCE38A; } .resume .decoration { width: 300px; height: 140px; background: linear-gradient(135deg, #FCE38A, white); border-radius: 70px 0px 0px 70px; position: absolute; right: 0; } .face { width: 80px; height: 80px; background-color: #FCE38A; border-radius: 50%; position: absolute; right: 5%; transition: 0.5s; margin-top: 180px; } .face .eye { width: 30px; height: 30px; border-radius: 50%; background-color: white; position: absolute; } .face .eye.eyeLeft { left: 5%; top: 25%; } .face .eye.eyeRight { right: 5%; top: 25%; } .face .eye .eyeball { width: 10px; height: 10px; background-color: black; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: 0.5s; } .face .eye .eyeball.moveLeft { transform: translate(80%, -50%); } .face .eye .eyeball.moveRight { transform: translate(-120%, -50%); } .face .mouth { width: 30px; height: 10px; background-color: #003459; border-radius: 25% 25% 100% 100%; position: absolute; left: 50%; transform: translate(-50%, 0%); bottom: 10%; overflow: hidden; } .face .hair { background-color: black; width: 50px; height: 20px; border-radius: 50%; position: absolute; } .face .hair.hairLeft { left: 0%; top: 0%; } .face .hair.hairRight { right: 0%; top: 0%; } .face .hair.hairTop { left: 50%; transform: translate(-50%, 0%); top: -10%; } .thank { position: absolute; font-size: 50px; color: #FCE38A; margin-top: 200px; right: 15%; } .pageLoading { position: fixed; width: 100%; height: 100%; background-color: #FCE38A; left: 0; top: 0; z-index: 100; display: flex; justify-content: center; align-items: center; transition: 0.5s 0.5s; pointer-events: none; } .pageLoading.complete { opacity: 0; } .pageLoading.complete .fadeOut { transform: scale(0.01) translate(-50%, 0%); } .pageLoading .face { background-color: #003459; margin-top: 50px; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: 0.5s; } .pageLoading .face .mouth { background-color: #FCE38A; } .pageLoading .face .eyeball { animation: moving 2s infinite alternate; } @keyframes moving { 0% { transform: translate(-140%, -50%); } 10% { transform: translate(-140%, -50%); } 90% { transform: translate(60%, -50%); } 100% { transform: translate(60%, -50%); } } .pageLoading .loading { width: 200px; height: 8px; background-color: white; margin-top: 300px; border-radius: 4px; overflow: hidden; } .pageLoading .loading .loadingBar { width: 60%; height: 100%; background-color: #003459; }
css/style.css
@charset "UTF-8"; * { font-family: 微軟正黑體; } body { padding: 20px; margin: 0; display: flex; justify-content: center; background-color: #003459; } hr { border-color: #FCE38A; } .data { padding-left: 0; font-size: 25px; margin-bottom: 0; } .data li { margin-top: 10px; font-size: 18px; } h4 { color: rgba(255, 255, 255, 0.5); margin-top: 60px; margin-bottom: 0; } h5 { font-size: 16px; margin: 0; } h2 { margin-bottom: 40px; font-weight: 700; margin-top: 0; } h2:after { content: ""; display: inline-block; width: 30px; height: 7px; background-color: #FCE38A; margin-left: 10px; } p { letter-spacing: 2px; } .coffee { width: 30px; height: 30px; position: absolute; left: 10px; top: 10px; } .namePic { width: 180px; height: 200px; border-radius: 20px; } .skill_detail { margin-bottom: 0; } .resume { display: flex; padding: 30px; border: solid 10px rgba(255, 255, 255, 0.8); color: white; max-width: 900px; position: relative; } .resume .left { flex: 5; padding: 20px; border-right: solid 2px #FCE38A; } .resume .right { flex: 7; padding: 20px; } .resume li { list-style: none; } .resume a { position: relative; text-decoration: none; padding: 15px 15px 15px 45px; background-color: #FCE38A; margin: 10px; color: black; transition: 0.5s; font-weight: bold; font-size: 15px; border-radius: 10px; margin-left: 5px; } .resume a:hover { background-color: #02C39A; color: white; } .resume .skill { padding-left: 0; } .resume .skill ul { display: flex; justify-content: center; width: 100%; padding-left: 0; } .resume .skill ul li { width: 33%; text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column; padding-top: 0; justify-content: center; } .resume .skill ul .circle { position: relative; width: 80px; height: 80px; display: flex; justify-content: center; align-items: center; margin-top: 10px; } .resume .skill ul h5 { margin-top: 0px; } .resume .skill ul .outerCircle { width: 60px; height: 60px; background-color: #FCE38A; border-radius: 50%; position: absolute; z-index: 5; } .resume .skill ul .outerCircle .p90 { position: absolute; background-color: rgba(0, 52, 89, 0.8); width: 50%; height: 50%; left: 50%; top: 0; } .resume .skill ul .outerCircle .p180 { position: absolute; background-color: rgba(0, 52, 89, 0.8); width: 50%; height: 50%; left: 50%; top: 50%; } .resume .skill ul .outerCircle .p270 { position: absolute; background-color: rgba(0, 52, 89, 0.8); width: 50%; height: 50%; left: 0%; top: 50%; } .resume .skill ul .outerCircle .p360 { position: absolute; background-color: rgba(0, 52, 89, 0.8); width: 50%; height: 50%; left: 0%; top: 0%; } .resume .skill ul .innerCircle { width: 40px; height: 40px; background-color: #003459; border-radius: 50%; z-index: 10; position: absolute; } .resume .pgSkill li { width: 100%; display: flex; position: relative; } .resume .pgSkill li .bar { width: 150px; height: 8px; border: solid 2px #FCE38A; border-radius: 4px; position: absolute; right: 0px; background-color: rgba(0, 52, 89, 0.8); top: 50%; transform: translate(0%, -50%); } .resume .pgSkill li .bar .value { width: 60%; height: 8px; background-color: #FCE38A; } .resume .pgSkill li .bar .value.w90 { width: 90%; } .resume .pgSkill li .bar .value.w70 { width: 70%; } .resume .pgSkill li .bar .value.w60 { width: 60%; } .resume .pgSkill li .bar .value.w50 { width: 50%; } .resume .experience { width: 100%; margin-top: 240px; } .resume .experience .itemUl { width: 100%; padding-left: 0; } .resume .experience .item { display: flex; width: 100%; } .resume .experience .item .count { border-right: solid 3px #FCE38A; width: 15%; margin: 10px; } .resume .experience .item .count.one { border-right: solid 3px #02C39A; } .resume .experience .item .count.two { border-right: solid 3px #028090; } .resume .experience .item .count.three { border-right: solid 3px #FCE38A; } .resume .decoration { width: 300px; height: 140px; background: linear-gradient(135deg, #FCE38A, white); border-radius: 70px 0px 0px 70px; position: absolute; right: 0; } .face { width: 80px; height: 80px; background-color: #FCE38A; border-radius: 50%; position: absolute; right: 5%; transition: 0.5s; margin-top: 180px; } .face .eye { width: 30px; height: 30px; border-radius: 50%; background-color: white; position: absolute; } .face .eye.eyeLeft { left: 5%; top: 25%; } .face .eye.eyeRight { right: 5%; top: 25%; } .face .eye .eyeball { width: 10px; height: 10px; background-color: black; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: 0.5s; } .face .eye .eyeball.moveLeft { transform: translate(80%, -50%); } .face .eye .eyeball.moveRight { transform: translate(-120%, -50%); } .face .mouth { width: 30px; height: 10px; background-color: #003459; border-radius: 25% 25% 100% 100%; position: absolute; left: 50%; transform: translate(-50%, 0%); bottom: 10%; overflow: hidden; } .face .hair { background-color: black; width: 50px; height: 20px; border-radius: 50%; position: absolute; } .face .hair.hairLeft { left: 0%; top: 0%; } .face .hair.hairRight { right: 0%; top: 0%; } .face .hair.hairTop { left: 50%; transform: translate(-50%, 0%); top: -10%; } .thank { position: absolute; font-size: 50px; color: #FCE38A; margin-top: 200px; right: 15%; } .pageLoading { position: fixed; width: 100%; height: 100%; background-color: #FCE38A; left: 0; top: 0; z-index: 100; display: flex; justify-content: center; align-items: center; transition: 0.5s 0.5s; pointer-events: none; } .pageLoading.complete { opacity: 0; } .pageLoading.complete .fadeOut { transform: scale(0.01) translate(-50%, 0%); } .pageLoading .face { background-color: #003459; margin-top: 50px; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: 0.5s; } .pageLoading .face .mouth { background-color: #FCE38A; } .pageLoading .face .eyeball { animation: moving 2s infinite alternate; } @keyframes moving { 0% { transform: translate(-140%, -50%); } 10% { transform: translate(-140%, -50%); } 90% { transform: translate(60%, -50%); } 100% { transform: translate(60%, -50%); } } .pageLoading .loading { width: 200px; height: 8px; background-color: white; margin-top: 300px; border-radius: 4px; overflow: hidden; } .pageLoading .loading .loadingBar { width: 60%; height: 100%; background-color: #003459; }
0.391639
0.07403
@charset "UTF-8"; /* CSS Document */ body, div, p, ul, ol, li, dl, dt, dd, table, tr, td, form, hr, fieldset, h1, h2, h3, h4, h5, h6, img, input { margin: 0; padding: 0; } html, body { height: 100%; } body { display: -webkit-flex; -webkit-flex-direction: column; } html { font-size: 26.67vw; } body { font-family: "微软雅黑",Arial; background: #f5f5f9; } html, body { height: 100%; } body { display: -webkit-flex; -webkit-flex-direction: clumn; -webkit-justifu-contemt: space-between; } a { text-decoration: none; } ul, ol { list-style: none; } img { border: 0; display: block; } header { width: 100%; height: 0.38rem; background: #00cc99; display: -webkit-flex; -webkit-justify-content: center; -webkit-align-items: center; } header a { font-size: 14px; color: #fff; } .content { -webkit-flex: 1; overflow-y: auto; overflow-x: 0; } .one { width: 100%; background: #fff; display: -webkit-flex; -webkit-justify-content: space-between; margin-bottom: 0.01rem; } .one .right { width: 1.4rem; height: 0.52rem; margin: 0.12rem 0 0.12rem 0.1rem; margin-left: 0.1rem; } .one .right :nth-child(1) { width: 0.51rem; height: 0.5rem; float: left; margin-right: 0.08rem; } .one .right :nth-child(2) { font-size: 10px; color: #333333; } .one .right :nth-child(3) { font-size: 10px; color: #333333; line-height: 0.19rem; margin-top: 0.05rem; } .one .right :nth-child(4) { font-size: 11px; color: #999999; line-height: 0.13rem; float: left; } .one .rspan { width: 0.43rem; height: 0.52rem; font-size: 10px; line-height: 0.52rem; color: #00cc99; float: left; margin-right: 0.1rem; } footer { width: 100%; height: 0.38rem; background: #eee; border-top: 1px solid #cccccc; display: -webkit-flex; -webkit-justify-content: center; -webkit-align-items: center; } footer a { height: 0.38rem; display: flex; color: #cccccc; font-size: 14px; flex: 1; -webkit-justify-content: center; -webkit-align-items: center; } footer a:hover { background: #ccffff; } footer img { width: 0.15rem; height: 0.15rem; }
sass/dist/lg.css
@charset "UTF-8"; /* CSS Document */ body, div, p, ul, ol, li, dl, dt, dd, table, tr, td, form, hr, fieldset, h1, h2, h3, h4, h5, h6, img, input { margin: 0; padding: 0; } html, body { height: 100%; } body { display: -webkit-flex; -webkit-flex-direction: column; } html { font-size: 26.67vw; } body { font-family: "微软雅黑",Arial; background: #f5f5f9; } html, body { height: 100%; } body { display: -webkit-flex; -webkit-flex-direction: clumn; -webkit-justifu-contemt: space-between; } a { text-decoration: none; } ul, ol { list-style: none; } img { border: 0; display: block; } header { width: 100%; height: 0.38rem; background: #00cc99; display: -webkit-flex; -webkit-justify-content: center; -webkit-align-items: center; } header a { font-size: 14px; color: #fff; } .content { -webkit-flex: 1; overflow-y: auto; overflow-x: 0; } .one { width: 100%; background: #fff; display: -webkit-flex; -webkit-justify-content: space-between; margin-bottom: 0.01rem; } .one .right { width: 1.4rem; height: 0.52rem; margin: 0.12rem 0 0.12rem 0.1rem; margin-left: 0.1rem; } .one .right :nth-child(1) { width: 0.51rem; height: 0.5rem; float: left; margin-right: 0.08rem; } .one .right :nth-child(2) { font-size: 10px; color: #333333; } .one .right :nth-child(3) { font-size: 10px; color: #333333; line-height: 0.19rem; margin-top: 0.05rem; } .one .right :nth-child(4) { font-size: 11px; color: #999999; line-height: 0.13rem; float: left; } .one .rspan { width: 0.43rem; height: 0.52rem; font-size: 10px; line-height: 0.52rem; color: #00cc99; float: left; margin-right: 0.1rem; } footer { width: 100%; height: 0.38rem; background: #eee; border-top: 1px solid #cccccc; display: -webkit-flex; -webkit-justify-content: center; -webkit-align-items: center; } footer a { height: 0.38rem; display: flex; color: #cccccc; font-size: 14px; flex: 1; -webkit-justify-content: center; -webkit-align-items: center; } footer a:hover { background: #ccffff; } footer img { width: 0.15rem; height: 0.15rem; }
0.263315
0.04888
.cell { background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(255, 255, 255) 19%, rgb(255, 255, 255) 72%, rgb(128, 130, 177) 76%, rgb(0, 5, 98) 78%, rgb(4, 13, 197) 79%, rgb(0, 52, 129) 84%, rgb(0, 5, 98) 95%); background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(255, 255, 255) 19%, rgb(255, 255, 255) 72%, rgb(128, 130, 177) 76%, rgb(0, 5, 98) 78%, rgb(4, 13, 197) 79%, rgb(0, 52, 129) 84%, rgb(0, 5, 98) 95%); background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(255, 255, 255) 19%, rgb(255, 255, 255) 72%, rgb(128, 130, 177) 76%, rgb(0, 5, 98) 78%, rgb(4, 13, 197) 79%, rgb(0, 52, 129) 84%, rgb(0, 5, 98) 95%); position: relative; padding-top: 11%; left: 0px; top: 0px; z-index: 1; } body { font-family: 'Bungee Shade', cursive !important; } table { border-collapse: collapse; width: 850px; height: 100% z-index: 10; } #cursor { pointer-events: none; position: absolute; } #menu { background-image: -moz-linear-gradient( 90deg, rgb(0, 4, 75) 3%, rgb(3, 8, 103) 58%, rgb(5, 11, 130) 96%); background-image: -webkit-linear-gradient( 90deg, rgb(0, 4, 75) 3%, rgb(3, 8, 103) 58%, rgb(5, 11, 130) 96%); background-image: -ms-linear-gradient( 90deg, rgb(0, 4, 75) 3%, rgb(3, 8, 103) 58%, rgb(5, 11, 130) 96%); position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 2; } .banner3 { color: rgb(255, 234, 0); } .banner2 { color: rgb(200, 0, 0); } .banner33 { font-family: 'Bungee Shade', cursive; text-align: center; color: rgb(255, 234, 0); font-size: 36px; } .banner22 { font-family: 'Bungee Shade', cursive; text-align: center; color: rgb(200, 0, 0); font-size: 36px; } .banner { font-size: 150px; font-family: 'Bungee Shade', cursive; color: rgb(255, 234, 0); line-height: 1.2; text-align: center; position: absolute; left: 11%; top: 10; z-index: 3; } .celda { position: absolute; left: 19px; top: 8px; } .Rojo { pointer-events: none; position: absolute; left: -38.75px; top: -38.75px; width: 77.5px; height: 77.5px; z-index: 3; } .cuatro { pointer-events: none; font-size: 50px; font-family: "Open Sans"; color: rgb(135, 0, 0); line-height: 1.2; text-align: center; position: absolute; left: 21px; top: 7.5px; width: 31.5px; height: 39.5px; z-index: 5; } .elipse { pointer-events: none; border-radius: 50%; background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(236, 0, 0) 78%, rgb(155, 0, 0) 86%, rgb(130, 0, 0) 92%, rgb(159, 0, 0) 97%, rgb(187, 0, 0) 100%); background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(236, 0, 0) 78%, rgb(155, 0, 0) 86%, rgb(130, 0, 0) 92%, rgb(159, 0, 0) 97%, rgb(187, 0, 0) 100%); background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(236, 0, 0) 78%, rgb(155, 0, 0) 86%, rgb(130, 0, 0) 92%, rgb(159, 0, 0) 97%, rgb(187, 0, 0) 100%); position: absolute; left: 0px; top: 0px; width: 77.5px; height: 77.5px; z-index: 4; } .Amarillo { pointer-events: none; position: absolute; left: -38.75px; top: -38.75px; width: 77.5px; height: 77.5px; z-index: 3; } .cuatro2 { pointer-events: none; font-size: 50px; font-family: "Open Sans"; color: rgb(200, 200, 0); line-height: 1.2; text-align: center; position: absolute; left: 21px; top: 7.5px; width: 31.5px; height: 39.5px; z-index: 5; } .elipse2 { pointer-events: none; border-radius: 50%; background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(222, 209, 6) 78%, rgb(215, 218, 4) 86%, rgb(186, 180, 7) 92%, rgb(207, 201, 11) 97%, rgb(227, 222, 15) 100%); background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(222, 209, 6) 78%, rgb(215, 218, 4) 86%, rgb(186, 180, 7) 92%, rgb(207, 201, 11) 97%, rgb(227, 222, 15) 100%); background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(222, 209, 6) 78%, rgb(215, 218, 4) 86%, rgb(186, 180, 7) 92%, rgb(207, 201, 11) 97%, rgb(227, 222, 15) 100%); position: absolute; left: 0px; top: 0px; width: 77.5px; height: 77.5px; z-index: 4; } #game { background-image: -moz-linear-gradient( 90deg, rgb(38, 72, 218) 0%, rgb(104, 42, 201) 47%, rgb(170, 12, 184) 100%); background-image: -webkit-linear-gradient( 90deg, rgb(38, 72, 218) 0%, rgb(104, 42, 201) 47%, rgb(170, 12, 184) 100%); background-image: -ms-linear-gradient( 90deg, rgb(38, 72, 218) 0%, rgb(104, 42, 201) 47%, rgb(170, 12, 184) 100%); width: 100%; height: 100%; z-index: -1; } html, body { height: 100%; }
App/4L.css
.cell { background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(255, 255, 255) 19%, rgb(255, 255, 255) 72%, rgb(128, 130, 177) 76%, rgb(0, 5, 98) 78%, rgb(4, 13, 197) 79%, rgb(0, 52, 129) 84%, rgb(0, 5, 98) 95%); background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(255, 255, 255) 19%, rgb(255, 255, 255) 72%, rgb(128, 130, 177) 76%, rgb(0, 5, 98) 78%, rgb(4, 13, 197) 79%, rgb(0, 52, 129) 84%, rgb(0, 5, 98) 95%); background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(255, 255, 255) 19%, rgb(255, 255, 255) 72%, rgb(128, 130, 177) 76%, rgb(0, 5, 98) 78%, rgb(4, 13, 197) 79%, rgb(0, 52, 129) 84%, rgb(0, 5, 98) 95%); position: relative; padding-top: 11%; left: 0px; top: 0px; z-index: 1; } body { font-family: 'Bungee Shade', cursive !important; } table { border-collapse: collapse; width: 850px; height: 100% z-index: 10; } #cursor { pointer-events: none; position: absolute; } #menu { background-image: -moz-linear-gradient( 90deg, rgb(0, 4, 75) 3%, rgb(3, 8, 103) 58%, rgb(5, 11, 130) 96%); background-image: -webkit-linear-gradient( 90deg, rgb(0, 4, 75) 3%, rgb(3, 8, 103) 58%, rgb(5, 11, 130) 96%); background-image: -ms-linear-gradient( 90deg, rgb(0, 4, 75) 3%, rgb(3, 8, 103) 58%, rgb(5, 11, 130) 96%); position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 2; } .banner3 { color: rgb(255, 234, 0); } .banner2 { color: rgb(200, 0, 0); } .banner33 { font-family: 'Bungee Shade', cursive; text-align: center; color: rgb(255, 234, 0); font-size: 36px; } .banner22 { font-family: 'Bungee Shade', cursive; text-align: center; color: rgb(200, 0, 0); font-size: 36px; } .banner { font-size: 150px; font-family: 'Bungee Shade', cursive; color: rgb(255, 234, 0); line-height: 1.2; text-align: center; position: absolute; left: 11%; top: 10; z-index: 3; } .celda { position: absolute; left: 19px; top: 8px; } .Rojo { pointer-events: none; position: absolute; left: -38.75px; top: -38.75px; width: 77.5px; height: 77.5px; z-index: 3; } .cuatro { pointer-events: none; font-size: 50px; font-family: "Open Sans"; color: rgb(135, 0, 0); line-height: 1.2; text-align: center; position: absolute; left: 21px; top: 7.5px; width: 31.5px; height: 39.5px; z-index: 5; } .elipse { pointer-events: none; border-radius: 50%; background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(236, 0, 0) 78%, rgb(155, 0, 0) 86%, rgb(130, 0, 0) 92%, rgb(159, 0, 0) 97%, rgb(187, 0, 0) 100%); background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(236, 0, 0) 78%, rgb(155, 0, 0) 86%, rgb(130, 0, 0) 92%, rgb(159, 0, 0) 97%, rgb(187, 0, 0) 100%); background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(236, 0, 0) 78%, rgb(155, 0, 0) 86%, rgb(130, 0, 0) 92%, rgb(159, 0, 0) 97%, rgb(187, 0, 0) 100%); position: absolute; left: 0px; top: 0px; width: 77.5px; height: 77.5px; z-index: 4; } .Amarillo { pointer-events: none; position: absolute; left: -38.75px; top: -38.75px; width: 77.5px; height: 77.5px; z-index: 3; } .cuatro2 { pointer-events: none; font-size: 50px; font-family: "Open Sans"; color: rgb(200, 200, 0); line-height: 1.2; text-align: center; position: absolute; left: 21px; top: 7.5px; width: 31.5px; height: 39.5px; z-index: 5; } .elipse2 { pointer-events: none; border-radius: 50%; background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(222, 209, 6) 78%, rgb(215, 218, 4) 86%, rgb(186, 180, 7) 92%, rgb(207, 201, 11) 97%, rgb(227, 222, 15) 100%); background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(222, 209, 6) 78%, rgb(215, 218, 4) 86%, rgb(186, 180, 7) 92%, rgb(207, 201, 11) 97%, rgb(227, 222, 15) 100%); background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(222, 209, 6) 78%, rgb(215, 218, 4) 86%, rgb(186, 180, 7) 92%, rgb(207, 201, 11) 97%, rgb(227, 222, 15) 100%); position: absolute; left: 0px; top: 0px; width: 77.5px; height: 77.5px; z-index: 4; } #game { background-image: -moz-linear-gradient( 90deg, rgb(38, 72, 218) 0%, rgb(104, 42, 201) 47%, rgb(170, 12, 184) 100%); background-image: -webkit-linear-gradient( 90deg, rgb(38, 72, 218) 0%, rgb(104, 42, 201) 47%, rgb(170, 12, 184) 100%); background-image: -ms-linear-gradient( 90deg, rgb(38, 72, 218) 0%, rgb(104, 42, 201) 47%, rgb(170, 12, 184) 100%); width: 100%; height: 100%; z-index: -1; } html, body { height: 100%; }
0.504394
0.116161
html{ scroll-behavior: smooth; } .textcontainer1{ color:white; display: grid; grid-template-columns: 1.5fr 1fr 3.5fr 1fr ; grid-template-rows: 10% 9% 20% 40% auto ; height: 650px;} .greentext{ color: #ABF63F; font-family: "Sofia", sans-serif; } .pinktext{ color:#F943AC; font-family: 'Aclonica'; } .hello{ grid-area: 2/1/4/6; font-size: 45px; padding-left: 30px; } .hello:hover{ font-size: 50px; } .imAssma{ grid-area: 3/2/5/6; font-size: 35px; } .imAssma:hover{ font-size: 45px; } .intro{ font-family: 'Montserrat Alternates', sans-serif; text-align:justify; font-size: 25px; grid-area: 4/3/4/auto; } .intro:hover { text-shadow: 10px 0 10px #ABF63F, 0 0 10px #F943AC; font-size: 27px; } .picborder{ grid-area: 2/4/auto/auto; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer2{ color:white; display: grid; grid-template-columns: 43% auto ; grid-template-rows: 20% 20% 40%; height: 900px; } .headabout{ grid-area: 2/2/auto/auto; font-size: 70px; margin-left: 200px; font-style: italic ; } .headabout:hover{ font-size: 80px; } .parabout{ grid-area: 3/2/auto/auto; text-align: center; font-size: 27px; font-family: 'Montserrat Alternates', sans-serif; margin-right: 60px; } .parabout:hover { text-shadow: 10px 0 10px #ABF63F, 0 0 10px #F943AC; font-size: 30px; } .pic1{ grid-area: 2/1/auto/auto; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer4{ color:white; height: 600px; } .headexperience{ font-size: 70px; margin-left: 500px; font-style: italic ; } .headexperience:hover{ font-size: 75px; } .parexperience{ text-align: center; font-size: 30px; font-family: 'Montserrat Alternates', sans-serif; margin-left: 100px; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr ; grid-template-rows: auto auto auto auto; column-gap: 10px; height: 300px; transition: 1s; margin-top: 100px; } .box1:hover{ box-shadow: 10px 0 10px #ABF63F, 0 0 10px #F943AC; font-size: 35px; } .box2:hover{ box-shadow: 10px 0 10px #ABF63F, 0 0 10px #F943AC; font-size: 35px; } .box3:hover{ box-shadow: 10px 0 10px #ABF63F, 0 0 10px #F943AC; font-size: 35px; } .box4:hover{ box-shadow: 10px 0 10px #ABF63F, 0 0 10px #F943AC; font-size: 35px; } .box1{ border: solid; grid-area:2/1/5/2 ; padding-top: 15%; width:230px; border-top: #ABF63F solid; border-right:#ABF63F solid; border-left: #F943AC solid; border-bottom:#F943AC solid; transition: 0.5s; } .box2{ border: solid; grid-area:2/2/5/3; padding-top: 15%; width:230px; border-top: #F943AC solid; border-right:#F943AC solid; border-left: #ABF63F solid; border-bottom:#ABF63F solid; transition: 0.5s; } .box3{ border: solid; grid-area:2/3/5/4; padding-top: 15%; width:230px; border-top: #ABF63F solid; border-right:#ABF63F solid; border-left: #F943AC solid; border-bottom:#F943AC solid; transition: 0.5s; } .box4{ border: solid; grid-area:2/4/5/5; padding-top: 13%; width:230px; border-top: #F943AC solid; border-right:#F943AC solid; border-left: #ABF63F solid; border-bottom:#ABF63F solid; transition: 0.5s; } .parexperience:hover { font-size: 35px; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer3{ color:white; display: grid; grid-template-columns: 60% auto ; grid-template-rows: 20% 20% 20%; position: relative; } .headeducation{ grid-area: 2/1/auto/auto; font-size: 70px; position: relative; margin-left: 180px; font-style: italic ; } .headeducation:hover{ font-size: 75px; } .pic2{ grid-area: 2/2/auto/auto; ; } .pareducation{ grid-area: 3/1/auto/auto; text-align: center; font-size: 30px; position: relative; font-family: 'Montserrat Alternates', sans-serif; margin-left: 20px; margin-top: 50px; } .pareducation:hover { text-shadow: 10px 0 10px #ABF63F, 0 0 10px #F943AC; font-size: 35px; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer5{ color:white; display: grid; grid-template-columns: 45% 55% ; grid-template-rows: 23% 50% 30% 0%; } /*-------------------------------------------*/ .headtecskills{ grid-area: 2/2/auto/auto; font-size: 70px; margin-top: 20px; margin-left: 300px; font-style: italic ; } .headtecskills:hover{ font-size: 75px; } .partechskills{ grid-area: 2/1/3/auto; text-align: center; font-size: 30px; position: relative; font-family: 'Montserrat Alternates', sans-serif; margin-left: 150px; margin-top: 100px; } .partechskills:hover { text-shadow: 10px 0 10px #ABF63F, 0 0 10px #F943AC; } .pic4{ grid-area: 2/1/auto/auto; } .headsoftskills{ grid-area: 3/1/auto/auto; font-size: 70px; margin-left: 130px; margin-top: 30px; font-style: italic ; } .headsoftskills:hover{ font-size: 75px; } .parsoftskills{ grid-area: 3/2/4/auto; text-align: center; font-size: 30px; position: relative; font-family: 'Montserrat Alternates', sans-serif; margin-left: 130px; margin-top: 120px; margin-right: 180px; } .parsoftskills:hover { text-shadow: 10px 0 10px #ABF63F, 0 0 10px #F943AC; } .pic5{ grid-area: 3/2/4/auto; margin-top: 20px; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer6{ color:white; display: grid; grid-template-columns: 40% auto ; grid-template-rows:30% 30% 25% 20%; } .headlanguages{ grid-area: 3/2/auto/auto; font-size: 70px; position: relative; margin-left: 200px; font-style: italic ; } .headlanguages:hover{ font-size: 75px; } .parlanguages{ grid-area: 4/2/auto/auto; font-size: 40px; font-family: 'Montserrat Alternates', sans-serif; margin-left: 200px; } .parlanguages:hover { text-shadow: 10px 0 10px #ABF63F, 0 0 10px #F943AC; font-size: 45px; } .pic6{ grid-area: 3/1/auto/auto; margin-left: 100px; ; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer7{ color:white; display: grid; grid-template-columns: 70% auto ; grid-template-rows: 45% 20% 30%; } .headreferences{ grid-area: 2/1/auto/auto; font-size: 70px; margin-left: 180px; font-style: italic ; } .headreferences:hover{ font-size: 75px; } .pic7{ grid-area: 2/2/auto/auto; ; } .parreferences{ grid-area: 3/1/auto/auto; font-size: 30px; font-family: 'Montserrat Alternates', sans-serif; margin-left: 100px; margin-top: 50px; } .parreferences:hover { font-size: 35px; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer8{ color:white; display: grid; grid-template-columns: 60% 40%; grid-template-rows: 23% 10% 5% 50% 30%; } .headcontact{ grid-area: 2/1/auto/auto; font-size: 70px; margin-left: 180px; font-style: italic ; } .headcontact:hover{ font-size: 75px; } .pic8{ grid-area: 3/2/auto/auto; margin-right: 20px; } .parcontact{ grid-area: 3/1/auto/auto; font-size: 30px; font-family: 'Montserrat Alternates', sans-serif; margin-left: 100px; margin-top: 50px; } .inp { grid-area: 4/1/auto/auto; margin-left: 100px; margin-top: 50px; } /*--------------------------------------------------------------------------------------------------------*/ .container9{ width: 1515px; height: 70px; background-color: rgba(27,27,27,.91); color: white; border-top: #ABF63F solid; display: flex; justify-content: space-evenly;} .copy{ margin-right: 280px; } .phone{ margin-right: 400px; } /*--------------------------------------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------------------*/ @media screen and (max-width: 768px) { body{ max-width: 768px;} } @media screen and (max-width: 1024px){ body{ max-width: 1024px;} } @media screen and (max-width: 1439px){ body{ max-width: 1439px;} } /*--------------------------------------------------------------------------------------------------------*/ @media screen and (max-width: 424px){ body{ max-width: 424px; } .textcontainer1{ display: grid; grid-template-columns:1fr 1fr; } .hello{ grid-area: 2/1/4/6; font-size: 25px; margin-left: 35px; } .imAssma{ grid-area: 3/1/5/3; font-size: 15px; margin-left: 35px; } .imAssma:hover{ font-size: 15px; } .intro{ font-size: 15px; grid-area: 4/1/4/3; margin-left: 40px; } .picborder{ grid-area: 2/4/auto/auto; } .picborder1{ width: 140px; height: 140px; margin-right: 20px; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer2{ display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr ; grid-template-rows: 10% 20% 40%; } .headabout{ grid-area: 2/1/auto/5; font-size: 25px; } .parabout{ grid-area: 3/2/auto/6; font-size: 17px; } .pic1{ grid-area: 2/1/auto/2; } .picc1{ width: 140px; height: 140px; margin-left: 15px; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer4{ color:white; height: 600px; } .headexperience{ margin-left: 100px; font-size: 25px; font-style: italic ; } .parexperience{ font-size: 10px; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr ; grid-template-rows: 20% 20% auto; column-gap: 2px; margin-left: 50px; } .box1{ grid-area:2/1/5/2 ; padding-top: 15%; width:150px; } .box2{ grid-area:2/2/5/3; padding-top: 15%; width:150px; } .box3{ grid-area:8/1/5/4; padding-top: 15%; width:150px; margin-right: 10px; } .box4{ grid-area:8/2/5/5; padding-top: 13%; width:150px; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer3{ display: grid; grid-template-columns: 60% auto ; grid-template-rows: 0% 20% 20%; } .headeducation{ grid-area: 2/1/auto/3; font-size: 20px; margin-left: 150px; } .pic2{ grid-area: 3/2/auto/auto; } .pareducation{ grid-area: 3/1/auto/auto; font-size: 10px; } .picc2{ width: 100px; height: 100px; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer5{ display: grid; grid-template-columns: 50% 50% ; grid-template-rows: 15% 50% 15% 0%; } /*-------------------------------------------*/ .headtecskills{ grid-area: 1/1/auto/3; font-size: 20px; margin-left: 30%; position: relative; } .partechskills{ grid-area: 2/1/auto/auto; font-size: 10px; margin-top: 50px; } .pic4{ grid-area: 2/1/auto/3; margin-left: 40px; } .headsoftskills{ grid-area: 3/1/auto/3; font-size: 20px; margin-left: 30%; position: relative; } .parsoftskills{ grid-area: 4/1/auto/auto; font-size: 15px; margin-top: 50px; } .pic5{ grid-area: 4/1/4/3; margin-left: 40px; } .picc5{ width: 250px; height: 330px; } .picc4{ width: 250px; height: 280px; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer6{ color:white; display: grid; grid-template-columns: 40% 20% 20% 20%; grid-template-rows:20% 30% 25% 20%; } .headlanguages{ grid-area: 3/1/auto/4; font-size: 20px; position: relative; margin-left: 100px; margin-top: 30px; } .parlanguages{ grid-area: 4/2/auto/4; font-size: 10px; margin-left: 100px; margin-top: 30px; } .pic6{ grid-area: 3/1/auto/auto; margin-left: 20px; margin-top: 150px; } .picc6{ width: 150px; height: 200px; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer7{ display: grid; grid-template-columns: 70% auto ; grid-template-rows: 45% 20% 30%; } .headreferences{ grid-area: 2/1/auto/auto; font-size: 20px; margin-left: 100px; font-style: italic ; } .pic7{ grid-area: 2/2/auto/auto; ; } .picc7{ width: 150px; height: 200px; } .parreferences{ grid-area: 3/1/auto/auto; font-size: 15px; margin-left: 100px; margin-top: 50px; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer8{ display: grid; grid-template-columns: 60% 40%; grid-template-rows: 23% 10% 5% 50% 30%; } .headcontact{ grid-area: 2/1/auto/auto; font-size: 20px; margin-left: 100px; } .pic8{ grid-area: 2/2/auto/auto; margin-right: 10px; } .picc8{ width: 140px; height: 140px; } .parcontact{ grid-area: 3/1/auto/auto; font-size: 15px; margin-left: 50px; margin-top: 50px; } .inp { grid-area: 4/1/auto/auto; margin-left: 0px; margin-top: 50px; } /*--------------------------------------------------------------------------------------------------------*/ .container9{ display: flex; flex-direction: column; width: 125vw; height: 100px; font-size: 10px; align-content: center; align-items: center; margin-top: 40px; } .copy{ } .phone{margin-left:500px; width: 300px; } .icons{ margin-left: 300px; }
portfolio.css
html{ scroll-behavior: smooth; } .textcontainer1{ color:white; display: grid; grid-template-columns: 1.5fr 1fr 3.5fr 1fr ; grid-template-rows: 10% 9% 20% 40% auto ; height: 650px;} .greentext{ color: #ABF63F; font-family: "Sofia", sans-serif; } .pinktext{ color:#F943AC; font-family: 'Aclonica'; } .hello{ grid-area: 2/1/4/6; font-size: 45px; padding-left: 30px; } .hello:hover{ font-size: 50px; } .imAssma{ grid-area: 3/2/5/6; font-size: 35px; } .imAssma:hover{ font-size: 45px; } .intro{ font-family: 'Montserrat Alternates', sans-serif; text-align:justify; font-size: 25px; grid-area: 4/3/4/auto; } .intro:hover { text-shadow: 10px 0 10px #ABF63F, 0 0 10px #F943AC; font-size: 27px; } .picborder{ grid-area: 2/4/auto/auto; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer2{ color:white; display: grid; grid-template-columns: 43% auto ; grid-template-rows: 20% 20% 40%; height: 900px; } .headabout{ grid-area: 2/2/auto/auto; font-size: 70px; margin-left: 200px; font-style: italic ; } .headabout:hover{ font-size: 80px; } .parabout{ grid-area: 3/2/auto/auto; text-align: center; font-size: 27px; font-family: 'Montserrat Alternates', sans-serif; margin-right: 60px; } .parabout:hover { text-shadow: 10px 0 10px #ABF63F, 0 0 10px #F943AC; font-size: 30px; } .pic1{ grid-area: 2/1/auto/auto; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer4{ color:white; height: 600px; } .headexperience{ font-size: 70px; margin-left: 500px; font-style: italic ; } .headexperience:hover{ font-size: 75px; } .parexperience{ text-align: center; font-size: 30px; font-family: 'Montserrat Alternates', sans-serif; margin-left: 100px; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr ; grid-template-rows: auto auto auto auto; column-gap: 10px; height: 300px; transition: 1s; margin-top: 100px; } .box1:hover{ box-shadow: 10px 0 10px #ABF63F, 0 0 10px #F943AC; font-size: 35px; } .box2:hover{ box-shadow: 10px 0 10px #ABF63F, 0 0 10px #F943AC; font-size: 35px; } .box3:hover{ box-shadow: 10px 0 10px #ABF63F, 0 0 10px #F943AC; font-size: 35px; } .box4:hover{ box-shadow: 10px 0 10px #ABF63F, 0 0 10px #F943AC; font-size: 35px; } .box1{ border: solid; grid-area:2/1/5/2 ; padding-top: 15%; width:230px; border-top: #ABF63F solid; border-right:#ABF63F solid; border-left: #F943AC solid; border-bottom:#F943AC solid; transition: 0.5s; } .box2{ border: solid; grid-area:2/2/5/3; padding-top: 15%; width:230px; border-top: #F943AC solid; border-right:#F943AC solid; border-left: #ABF63F solid; border-bottom:#ABF63F solid; transition: 0.5s; } .box3{ border: solid; grid-area:2/3/5/4; padding-top: 15%; width:230px; border-top: #ABF63F solid; border-right:#ABF63F solid; border-left: #F943AC solid; border-bottom:#F943AC solid; transition: 0.5s; } .box4{ border: solid; grid-area:2/4/5/5; padding-top: 13%; width:230px; border-top: #F943AC solid; border-right:#F943AC solid; border-left: #ABF63F solid; border-bottom:#ABF63F solid; transition: 0.5s; } .parexperience:hover { font-size: 35px; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer3{ color:white; display: grid; grid-template-columns: 60% auto ; grid-template-rows: 20% 20% 20%; position: relative; } .headeducation{ grid-area: 2/1/auto/auto; font-size: 70px; position: relative; margin-left: 180px; font-style: italic ; } .headeducation:hover{ font-size: 75px; } .pic2{ grid-area: 2/2/auto/auto; ; } .pareducation{ grid-area: 3/1/auto/auto; text-align: center; font-size: 30px; position: relative; font-family: 'Montserrat Alternates', sans-serif; margin-left: 20px; margin-top: 50px; } .pareducation:hover { text-shadow: 10px 0 10px #ABF63F, 0 0 10px #F943AC; font-size: 35px; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer5{ color:white; display: grid; grid-template-columns: 45% 55% ; grid-template-rows: 23% 50% 30% 0%; } /*-------------------------------------------*/ .headtecskills{ grid-area: 2/2/auto/auto; font-size: 70px; margin-top: 20px; margin-left: 300px; font-style: italic ; } .headtecskills:hover{ font-size: 75px; } .partechskills{ grid-area: 2/1/3/auto; text-align: center; font-size: 30px; position: relative; font-family: 'Montserrat Alternates', sans-serif; margin-left: 150px; margin-top: 100px; } .partechskills:hover { text-shadow: 10px 0 10px #ABF63F, 0 0 10px #F943AC; } .pic4{ grid-area: 2/1/auto/auto; } .headsoftskills{ grid-area: 3/1/auto/auto; font-size: 70px; margin-left: 130px; margin-top: 30px; font-style: italic ; } .headsoftskills:hover{ font-size: 75px; } .parsoftskills{ grid-area: 3/2/4/auto; text-align: center; font-size: 30px; position: relative; font-family: 'Montserrat Alternates', sans-serif; margin-left: 130px; margin-top: 120px; margin-right: 180px; } .parsoftskills:hover { text-shadow: 10px 0 10px #ABF63F, 0 0 10px #F943AC; } .pic5{ grid-area: 3/2/4/auto; margin-top: 20px; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer6{ color:white; display: grid; grid-template-columns: 40% auto ; grid-template-rows:30% 30% 25% 20%; } .headlanguages{ grid-area: 3/2/auto/auto; font-size: 70px; position: relative; margin-left: 200px; font-style: italic ; } .headlanguages:hover{ font-size: 75px; } .parlanguages{ grid-area: 4/2/auto/auto; font-size: 40px; font-family: 'Montserrat Alternates', sans-serif; margin-left: 200px; } .parlanguages:hover { text-shadow: 10px 0 10px #ABF63F, 0 0 10px #F943AC; font-size: 45px; } .pic6{ grid-area: 3/1/auto/auto; margin-left: 100px; ; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer7{ color:white; display: grid; grid-template-columns: 70% auto ; grid-template-rows: 45% 20% 30%; } .headreferences{ grid-area: 2/1/auto/auto; font-size: 70px; margin-left: 180px; font-style: italic ; } .headreferences:hover{ font-size: 75px; } .pic7{ grid-area: 2/2/auto/auto; ; } .parreferences{ grid-area: 3/1/auto/auto; font-size: 30px; font-family: 'Montserrat Alternates', sans-serif; margin-left: 100px; margin-top: 50px; } .parreferences:hover { font-size: 35px; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer8{ color:white; display: grid; grid-template-columns: 60% 40%; grid-template-rows: 23% 10% 5% 50% 30%; } .headcontact{ grid-area: 2/1/auto/auto; font-size: 70px; margin-left: 180px; font-style: italic ; } .headcontact:hover{ font-size: 75px; } .pic8{ grid-area: 3/2/auto/auto; margin-right: 20px; } .parcontact{ grid-area: 3/1/auto/auto; font-size: 30px; font-family: 'Montserrat Alternates', sans-serif; margin-left: 100px; margin-top: 50px; } .inp { grid-area: 4/1/auto/auto; margin-left: 100px; margin-top: 50px; } /*--------------------------------------------------------------------------------------------------------*/ .container9{ width: 1515px; height: 70px; background-color: rgba(27,27,27,.91); color: white; border-top: #ABF63F solid; display: flex; justify-content: space-evenly;} .copy{ margin-right: 280px; } .phone{ margin-right: 400px; } /*--------------------------------------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------------------*/ @media screen and (max-width: 768px) { body{ max-width: 768px;} } @media screen and (max-width: 1024px){ body{ max-width: 1024px;} } @media screen and (max-width: 1439px){ body{ max-width: 1439px;} } /*--------------------------------------------------------------------------------------------------------*/ @media screen and (max-width: 424px){ body{ max-width: 424px; } .textcontainer1{ display: grid; grid-template-columns:1fr 1fr; } .hello{ grid-area: 2/1/4/6; font-size: 25px; margin-left: 35px; } .imAssma{ grid-area: 3/1/5/3; font-size: 15px; margin-left: 35px; } .imAssma:hover{ font-size: 15px; } .intro{ font-size: 15px; grid-area: 4/1/4/3; margin-left: 40px; } .picborder{ grid-area: 2/4/auto/auto; } .picborder1{ width: 140px; height: 140px; margin-right: 20px; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer2{ display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr ; grid-template-rows: 10% 20% 40%; } .headabout{ grid-area: 2/1/auto/5; font-size: 25px; } .parabout{ grid-area: 3/2/auto/6; font-size: 17px; } .pic1{ grid-area: 2/1/auto/2; } .picc1{ width: 140px; height: 140px; margin-left: 15px; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer4{ color:white; height: 600px; } .headexperience{ margin-left: 100px; font-size: 25px; font-style: italic ; } .parexperience{ font-size: 10px; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr ; grid-template-rows: 20% 20% auto; column-gap: 2px; margin-left: 50px; } .box1{ grid-area:2/1/5/2 ; padding-top: 15%; width:150px; } .box2{ grid-area:2/2/5/3; padding-top: 15%; width:150px; } .box3{ grid-area:8/1/5/4; padding-top: 15%; width:150px; margin-right: 10px; } .box4{ grid-area:8/2/5/5; padding-top: 13%; width:150px; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer3{ display: grid; grid-template-columns: 60% auto ; grid-template-rows: 0% 20% 20%; } .headeducation{ grid-area: 2/1/auto/3; font-size: 20px; margin-left: 150px; } .pic2{ grid-area: 3/2/auto/auto; } .pareducation{ grid-area: 3/1/auto/auto; font-size: 10px; } .picc2{ width: 100px; height: 100px; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer5{ display: grid; grid-template-columns: 50% 50% ; grid-template-rows: 15% 50% 15% 0%; } /*-------------------------------------------*/ .headtecskills{ grid-area: 1/1/auto/3; font-size: 20px; margin-left: 30%; position: relative; } .partechskills{ grid-area: 2/1/auto/auto; font-size: 10px; margin-top: 50px; } .pic4{ grid-area: 2/1/auto/3; margin-left: 40px; } .headsoftskills{ grid-area: 3/1/auto/3; font-size: 20px; margin-left: 30%; position: relative; } .parsoftskills{ grid-area: 4/1/auto/auto; font-size: 15px; margin-top: 50px; } .pic5{ grid-area: 4/1/4/3; margin-left: 40px; } .picc5{ width: 250px; height: 330px; } .picc4{ width: 250px; height: 280px; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer6{ color:white; display: grid; grid-template-columns: 40% 20% 20% 20%; grid-template-rows:20% 30% 25% 20%; } .headlanguages{ grid-area: 3/1/auto/4; font-size: 20px; position: relative; margin-left: 100px; margin-top: 30px; } .parlanguages{ grid-area: 4/2/auto/4; font-size: 10px; margin-left: 100px; margin-top: 30px; } .pic6{ grid-area: 3/1/auto/auto; margin-left: 20px; margin-top: 150px; } .picc6{ width: 150px; height: 200px; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer7{ display: grid; grid-template-columns: 70% auto ; grid-template-rows: 45% 20% 30%; } .headreferences{ grid-area: 2/1/auto/auto; font-size: 20px; margin-left: 100px; font-style: italic ; } .pic7{ grid-area: 2/2/auto/auto; ; } .picc7{ width: 150px; height: 200px; } .parreferences{ grid-area: 3/1/auto/auto; font-size: 15px; margin-left: 100px; margin-top: 50px; } /*--------------------------------------------------------------------------------------------------------*/ .textcontainer8{ display: grid; grid-template-columns: 60% 40%; grid-template-rows: 23% 10% 5% 50% 30%; } .headcontact{ grid-area: 2/1/auto/auto; font-size: 20px; margin-left: 100px; } .pic8{ grid-area: 2/2/auto/auto; margin-right: 10px; } .picc8{ width: 140px; height: 140px; } .parcontact{ grid-area: 3/1/auto/auto; font-size: 15px; margin-left: 50px; margin-top: 50px; } .inp { grid-area: 4/1/auto/auto; margin-left: 0px; margin-top: 50px; } /*--------------------------------------------------------------------------------------------------------*/ .container9{ display: flex; flex-direction: column; width: 125vw; height: 100px; font-size: 10px; align-content: center; align-items: center; margin-top: 40px; } .copy{ } .phone{margin-left:500px; width: 300px; } .icons{ margin-left: 300px; }
0.359477
0.139748
/* ----------------------------------------------- */ /* Global styles */ /* ----------------------------------------------- */ html, body { height: 100%; } body { background: #9B9B9B; font-family: Helvetica, Arial, sans-serif; display: flex; flex-flow: column nowrap; /* align-items: center; */ font-size: 1.2vw; } h1 { color: #fff; font-size: 5vw; } h2 { padding-top: 2vw; font-size: 4vw; background: #4A4A4A; color: #fff; text-align: center; } button { text-transform: uppercase; background-color: #4A4A4A; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; /* display: inline-block; */ /* font-size: 16px; */ } /* ----------------------------------------------- */ /* header.ejs partial styles */ /* ----------------------------------------------- */ header { height: 12vw; background-color: black; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; flex: 0 0 auto; } header>* { padding: 0px 2vw; } #menu-symbol { height: 5vw; } header a { text-decoration: none; color: white; font-size: 5vw; } /* ----------------------------------------------- */ /* book.ejs partial styles */ /* ----------------------------------------------- */ #results-list { display: flex; flex-flow: column nowrap; align-items: center; } .books { background: #D8D8D8; /* border: 1px solid black; */ display: flex; flex-flow: column nowrap; align-items: center; width: 90%; margin: 3vw 0px; box-shadow: 1px 4px 6px rgb(100, 99, 99); } .top ul li { margin: 0vw auto; } .title, .author { text-align: center; } .title { color: white; text-shadow: 1px 1px 2px black; font-size: 3vw; } .author { font-style: italic; } .description { text-align: justify; width: 80%; line-height: 175%; /* max-height: 30vw; */ /* overflow: auto; */ } /* Form styles */ input, textarea { width: 80%; margin: 2vw 0vw; } .descript-textarea { text-align: left; height: 20vw; } /* ----------------------------------------------- */ /* footer.ejs partial styles */ /* ----------------------------------------------- */ /* ----------------------------------------------- */ /* show.ejs styles */ /* ----------------------------------------------- */ .top { /* border: 1px solid black; */ /* just to show it */ display: flex; flex-flow: column nowrap; align-items: center; width: 100%; } .bottom { /* border: 1px solid black; */ /* just to show it */ display: flex; flex-flow: column nowrap; align-items: center; width: 100%; } .book-img { border: 10px solid #fff; width: 30%; margin: 1vw 0vw; } /* input { border: none; display: inline; font-family: inherit; font-size: inherit; padding: none; width: auto; } */ /* body div { height: 8vw; background: #4A4A4A; } #search-results { } main { flex: 1 1 auto; position: relative; overflow-y: auto; } .books { background: #D8D8D8; margin: 5px; } .details-form { display: flex; flex-flow: column nowrap; } .details-form label { } .details-form input { width: 60vw; } */
public/styles/base.css
/* ----------------------------------------------- */ /* Global styles */ /* ----------------------------------------------- */ html, body { height: 100%; } body { background: #9B9B9B; font-family: Helvetica, Arial, sans-serif; display: flex; flex-flow: column nowrap; /* align-items: center; */ font-size: 1.2vw; } h1 { color: #fff; font-size: 5vw; } h2 { padding-top: 2vw; font-size: 4vw; background: #4A4A4A; color: #fff; text-align: center; } button { text-transform: uppercase; background-color: #4A4A4A; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; /* display: inline-block; */ /* font-size: 16px; */ } /* ----------------------------------------------- */ /* header.ejs partial styles */ /* ----------------------------------------------- */ header { height: 12vw; background-color: black; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; flex: 0 0 auto; } header>* { padding: 0px 2vw; } #menu-symbol { height: 5vw; } header a { text-decoration: none; color: white; font-size: 5vw; } /* ----------------------------------------------- */ /* book.ejs partial styles */ /* ----------------------------------------------- */ #results-list { display: flex; flex-flow: column nowrap; align-items: center; } .books { background: #D8D8D8; /* border: 1px solid black; */ display: flex; flex-flow: column nowrap; align-items: center; width: 90%; margin: 3vw 0px; box-shadow: 1px 4px 6px rgb(100, 99, 99); } .top ul li { margin: 0vw auto; } .title, .author { text-align: center; } .title { color: white; text-shadow: 1px 1px 2px black; font-size: 3vw; } .author { font-style: italic; } .description { text-align: justify; width: 80%; line-height: 175%; /* max-height: 30vw; */ /* overflow: auto; */ } /* Form styles */ input, textarea { width: 80%; margin: 2vw 0vw; } .descript-textarea { text-align: left; height: 20vw; } /* ----------------------------------------------- */ /* footer.ejs partial styles */ /* ----------------------------------------------- */ /* ----------------------------------------------- */ /* show.ejs styles */ /* ----------------------------------------------- */ .top { /* border: 1px solid black; */ /* just to show it */ display: flex; flex-flow: column nowrap; align-items: center; width: 100%; } .bottom { /* border: 1px solid black; */ /* just to show it */ display: flex; flex-flow: column nowrap; align-items: center; width: 100%; } .book-img { border: 10px solid #fff; width: 30%; margin: 1vw 0vw; } /* input { border: none; display: inline; font-family: inherit; font-size: inherit; padding: none; width: auto; } */ /* body div { height: 8vw; background: #4A4A4A; } #search-results { } main { flex: 1 1 auto; position: relative; overflow-y: auto; } .books { background: #D8D8D8; margin: 5px; } .details-form { display: flex; flex-flow: column nowrap; } .details-form label { } .details-form input { width: 60vw; } */
0.189409
0.043691
.bd-placeholder-img { font-size: 1.125rem; text-anchor: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } @media (min-width: 768px) { .bd-placeholder-img-lg { font-size: 3.5rem; } .dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { float: none; font-size: 14px; color: black; padding: 10px 14px; text-decoration: none; display: block; text-align: left; } .dropdown-content a:hover { background-color: #ddd; } .dropdown:hover .dropdown-content { display: block; } #footer-copyright { position: fixed; background: #1d2022; color: white; padding-top: 10px; right: 0; bottom: 0; width: 100%; font-size: 12px; } #footer-menu { position: fixed; background: #2a2d30; float: right; color: white; padding-top: 2px; right: 0; bottom: 8; width: 100%; font-size: 12px; } #footer-menu .col-md-4 { } #footer-menu ul { list-style-type:none; } #footer-menu hr { border-top: 1px solid grey; padding: 5px; margin: 0px; } .navbar-dark .navbar-nav .nav-link { color: white; } .bg-dark { background-color: #003a6a !important; } .btn-primary { background-color: #003a6a; } #top-navbar { float: right; right: 0; } #top-navbar a { font-size: 12px; color: lightgray; } .nav-wrapper { width: 100%; } @media (min-width: 576px) .jumbotron { padding: 6rem 2rem; } .carousel { position: relative; height: 600px; width: 80%; margin: 0 auto; } .carousel_image { width:100%; height: 100%; object-fit: cover; } .carousel_track-container{ background: white; height: 100%; position: relative; overflow: hidden; } .carousel_track{ padding:0; margin:0; list-style: none; position: relative; height: 100%; transition: transfrom 250ms ease-in; } .carousel_slide{ position: absolute; top: 0; bottom: 0; width: 100%; } .carousel_button{ position: absolute; top: 50%; transform: translateY(-50%); background: transparent; border: 0; cursor: pointer; } .carousel_button--left{ left: -40px; } .carousel_button--right{ right: -40px; } .carousel_button img{ width: 18px; } .carousel_nav{ display: flex; justify-content: center; padding: 10px 0; } .carousel_indicator{ border: 0; border-radius: 50%; width: 15px; height: 15px; background:rgba(0,0,0,.3); margin: 0 12px; cursor: pointer; } .carousel_indicator.current-slide{ background: rgba(0,0,0,.75); } .is-hidden { display: none; } .text-position{ width: 15px; height: 15px; margin: 0 12px; }
main.css
.bd-placeholder-img { font-size: 1.125rem; text-anchor: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } @media (min-width: 768px) { .bd-placeholder-img-lg { font-size: 3.5rem; } .dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { float: none; font-size: 14px; color: black; padding: 10px 14px; text-decoration: none; display: block; text-align: left; } .dropdown-content a:hover { background-color: #ddd; } .dropdown:hover .dropdown-content { display: block; } #footer-copyright { position: fixed; background: #1d2022; color: white; padding-top: 10px; right: 0; bottom: 0; width: 100%; font-size: 12px; } #footer-menu { position: fixed; background: #2a2d30; float: right; color: white; padding-top: 2px; right: 0; bottom: 8; width: 100%; font-size: 12px; } #footer-menu .col-md-4 { } #footer-menu ul { list-style-type:none; } #footer-menu hr { border-top: 1px solid grey; padding: 5px; margin: 0px; } .navbar-dark .navbar-nav .nav-link { color: white; } .bg-dark { background-color: #003a6a !important; } .btn-primary { background-color: #003a6a; } #top-navbar { float: right; right: 0; } #top-navbar a { font-size: 12px; color: lightgray; } .nav-wrapper { width: 100%; } @media (min-width: 576px) .jumbotron { padding: 6rem 2rem; } .carousel { position: relative; height: 600px; width: 80%; margin: 0 auto; } .carousel_image { width:100%; height: 100%; object-fit: cover; } .carousel_track-container{ background: white; height: 100%; position: relative; overflow: hidden; } .carousel_track{ padding:0; margin:0; list-style: none; position: relative; height: 100%; transition: transfrom 250ms ease-in; } .carousel_slide{ position: absolute; top: 0; bottom: 0; width: 100%; } .carousel_button{ position: absolute; top: 50%; transform: translateY(-50%); background: transparent; border: 0; cursor: pointer; } .carousel_button--left{ left: -40px; } .carousel_button--right{ right: -40px; } .carousel_button img{ width: 18px; } .carousel_nav{ display: flex; justify-content: center; padding: 10px 0; } .carousel_indicator{ border: 0; border-radius: 50%; width: 15px; height: 15px; background:rgba(0,0,0,.3); margin: 0 12px; cursor: pointer; } .carousel_indicator.current-slide{ background: rgba(0,0,0,.75); } .is-hidden { display: none; } .text-position{ width: 15px; height: 15px; margin: 0 12px; }
0.429549
0.095181
/*min-height: 2000px;*/ /*}*/ /*.navbar-static-top {*/ /*margin-bottom: 19px;*/ /*}*/ /*#footer {*/ /*clear: both;*/ /*font-size: 0.7em;*/ /*text-align: center;*/ /*}*/ a, a.active, a:active, a:focus, a:hover { color: #18bc9c; text-decoration: underline; -webkit-text-underline-position: under; -ms-text-underline-position: below; text-underline-position: under; /*text-underline-position: under;*/ outline: 0 } #map { height: 600px; } .pheno_1 { background-color: rgba(52, 128, 23, 0.7); } .pheno_12 { background-color: rgba(65, 163, 23, 0.7); } .pheno_23 { background-color: rgba(247, 93, 89, 0.7); } .pheno_3 { background-color: rgba(246, 40, 23, 0.7); } . in_box { padding-left: 10px; padding-right: 10px; } .blastResultBox { border: 1px solid gray; margin: 10px 10px; padding: 10px; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } .blastPosition { font-size: 11.5px; } div.sectionDivider { text-align: right; border-bottom: 1px solid #999; margin-bottom: 5px; padding-top: 12px; background: #FFF; font-weight: bold; color: #666666; } div.sectionDivider:hover { background: #cccccc; } div.sectionDivider a { text-decoration: none; } .toggleLeft { float: right; margin-top: 3px; margin-left: 4px; width: 12px; height: 12px; background: url(../images/toggle-left.png) no-repeat; } .toggleRight { float: left; margin-top: 3px; margin-right: 4px; width: 12px; height: 12px; background: url(../images/toggle-right.png) no-repeat; } .toggleLeftDown { float: right; margin-top: 3px; margin-left: 4px; width: 12px; height: 12px; background: url(../images/toggle-down.png) no-repeat; } .toggleRightDown { float: left; margin-top: 3px; margin-right: 4px; width: 12px; height: 12px; background: url(../images/toggle-down.png) no-repeat; } .dropzone { border: 2px dashed #bbb; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 25px; text-align: center; font: 20pt bold 'Vollkorn'; color: #bbb; width: 30% } .dlformat { font-weight: bold; font-style: italic; } #form { width: 80%; } .newstyle_link { color: #18bc9c; cursor: pointer; text-decoration: underline; -webkit-text-underline-position: under; -ms-text-underline-position: below; text-underline-position: under; /*text-underline-position: under;*/ outline: 0 } .list_service_table{ /*position: relative;*/ /*float: left;*/ /*top: 50%;*/ /*left: 50%;*/ /*transform: translate(-40%, 0%);*/ width: 150%; } .list_service_table_ul { list-style: none; } table.dataTable span.highlight { background-color: #FFFF88; border-radius: 0.28571429rem; } table.dataTable span.column_highlight { background-color: #ffcc99; border-radius: 0.28571429rem; } /*fieldset {*/ /*border: 1px groove #ddd !important;*/ /*padding: 0 1.4em 1.4em 1.4em !important;*/ /*margin: 0 0 1.5em 0 !important;*/ /*-webkit-box-shadow: 0px 0px 0px 0px #000;*/ /*box-shadow: 0px 0px 0px 0px #000;*/ /*}*/ /*legend{*/ /*font-size: 1.2em !important;*/ /*font-weight: bold !important;*/ /*text-align: left !important;*/ /*width:auto;*/ /*padding:0 10px;*/ /*border-bottom:none;*/ /*}*/
styles/style.css
/*min-height: 2000px;*/ /*}*/ /*.navbar-static-top {*/ /*margin-bottom: 19px;*/ /*}*/ /*#footer {*/ /*clear: both;*/ /*font-size: 0.7em;*/ /*text-align: center;*/ /*}*/ a, a.active, a:active, a:focus, a:hover { color: #18bc9c; text-decoration: underline; -webkit-text-underline-position: under; -ms-text-underline-position: below; text-underline-position: under; /*text-underline-position: under;*/ outline: 0 } #map { height: 600px; } .pheno_1 { background-color: rgba(52, 128, 23, 0.7); } .pheno_12 { background-color: rgba(65, 163, 23, 0.7); } .pheno_23 { background-color: rgba(247, 93, 89, 0.7); } .pheno_3 { background-color: rgba(246, 40, 23, 0.7); } . in_box { padding-left: 10px; padding-right: 10px; } .blastResultBox { border: 1px solid gray; margin: 10px 10px; padding: 10px; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } .blastPosition { font-size: 11.5px; } div.sectionDivider { text-align: right; border-bottom: 1px solid #999; margin-bottom: 5px; padding-top: 12px; background: #FFF; font-weight: bold; color: #666666; } div.sectionDivider:hover { background: #cccccc; } div.sectionDivider a { text-decoration: none; } .toggleLeft { float: right; margin-top: 3px; margin-left: 4px; width: 12px; height: 12px; background: url(../images/toggle-left.png) no-repeat; } .toggleRight { float: left; margin-top: 3px; margin-right: 4px; width: 12px; height: 12px; background: url(../images/toggle-right.png) no-repeat; } .toggleLeftDown { float: right; margin-top: 3px; margin-left: 4px; width: 12px; height: 12px; background: url(../images/toggle-down.png) no-repeat; } .toggleRightDown { float: left; margin-top: 3px; margin-right: 4px; width: 12px; height: 12px; background: url(../images/toggle-down.png) no-repeat; } .dropzone { border: 2px dashed #bbb; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 25px; text-align: center; font: 20pt bold 'Vollkorn'; color: #bbb; width: 30% } .dlformat { font-weight: bold; font-style: italic; } #form { width: 80%; } .newstyle_link { color: #18bc9c; cursor: pointer; text-decoration: underline; -webkit-text-underline-position: under; -ms-text-underline-position: below; text-underline-position: under; /*text-underline-position: under;*/ outline: 0 } .list_service_table{ /*position: relative;*/ /*float: left;*/ /*top: 50%;*/ /*left: 50%;*/ /*transform: translate(-40%, 0%);*/ width: 150%; } .list_service_table_ul { list-style: none; } table.dataTable span.highlight { background-color: #FFFF88; border-radius: 0.28571429rem; } table.dataTable span.column_highlight { background-color: #ffcc99; border-radius: 0.28571429rem; } /*fieldset {*/ /*border: 1px groove #ddd !important;*/ /*padding: 0 1.4em 1.4em 1.4em !important;*/ /*margin: 0 0 1.5em 0 !important;*/ /*-webkit-box-shadow: 0px 0px 0px 0px #000;*/ /*box-shadow: 0px 0px 0px 0px #000;*/ /*}*/ /*legend{*/ /*font-size: 1.2em !important;*/ /*font-weight: bold !important;*/ /*text-align: left !important;*/ /*width:auto;*/ /*padding:0 10px;*/ /*border-bottom:none;*/ /*}*/
0.115274
0.047891
body, html { margin: 0; padding: 0; background: #fbfbfb; font-size: 14px; } .qm-header-font, h1, h2, h3, h4, h5, h6 { font-family: 'Roboto Slab', serif; font-weight: normal; } .qm-body-font { font-family: 'Open Sans', sans-serif; } .qm-code-font { font-family: 'Source Code Pro', monospace; } a { color: #0b7fd8; text-decoration: none; cursor: pointer; } a:hover { text-decoration: underline; } .qm-docs-topic-header { font-size: 24px !important; } /* @example */ .docs-example { border: solid 1px rgba(0, 0, 0, 0.05); border-radius: 2px; margin: 1em 0; } .docs-example:first-child { margin-top: 0; } .docs-example:last-child { margin-bottom: 0; } .docs-example-heading { padding: 8px; border-top: solid 1px rgba(0, 0, 0, 0.05); border-bottom: solid 1px rgba(0, 0, 0, 0.05); background: #FFF; } .docs-example-heading:first-child { border-top: none; } .docs-example-body-section:not(:last-child), .docs-example-code-section:not(:last-child), .docs-example-code-body:not(:last-child) { margin-bottom: 0.5em; } .docs-example-body-heading, .docs-example-code-heading { font-weight: bold; margin-bottom: 0.5em; } .docs-example-body, .docs-example-code { padding: 16px; } .docs-example-no-background .docs-example-body, .docs-example-no-background .docs-example-code, .qm-api-extra .docs-example-body, .qm-api-extra .docs-example-code { background: transparent; box-shadow: none; } .docs-example-body > :last-child, .docs-example-code > :last-child { margin-bottom: 0; } .qm-api-extra .docs-example { margin: -0.5em -1em; } .qm-html-paragraph .docs-example-body { line-height: normal; } /* End @example */ /* @cheatsheet */ .docs-cheatsheet-example { display: flex; /*border: solid 1px rgba(0, 0, 0, 0.05);*/ align-items: center; } .docs-cheatsheet-example-code, .docs-cheatsheet-example-output { margin: 8px; flex: 1 1 0px; } .docs-cheatsheet-example-code .qm-code-highlight-codeblock { margin: 0; } /* End @cheatsheet */
docs/src/resources/quantum-site.css
body, html { margin: 0; padding: 0; background: #fbfbfb; font-size: 14px; } .qm-header-font, h1, h2, h3, h4, h5, h6 { font-family: 'Roboto Slab', serif; font-weight: normal; } .qm-body-font { font-family: 'Open Sans', sans-serif; } .qm-code-font { font-family: 'Source Code Pro', monospace; } a { color: #0b7fd8; text-decoration: none; cursor: pointer; } a:hover { text-decoration: underline; } .qm-docs-topic-header { font-size: 24px !important; } /* @example */ .docs-example { border: solid 1px rgba(0, 0, 0, 0.05); border-radius: 2px; margin: 1em 0; } .docs-example:first-child { margin-top: 0; } .docs-example:last-child { margin-bottom: 0; } .docs-example-heading { padding: 8px; border-top: solid 1px rgba(0, 0, 0, 0.05); border-bottom: solid 1px rgba(0, 0, 0, 0.05); background: #FFF; } .docs-example-heading:first-child { border-top: none; } .docs-example-body-section:not(:last-child), .docs-example-code-section:not(:last-child), .docs-example-code-body:not(:last-child) { margin-bottom: 0.5em; } .docs-example-body-heading, .docs-example-code-heading { font-weight: bold; margin-bottom: 0.5em; } .docs-example-body, .docs-example-code { padding: 16px; } .docs-example-no-background .docs-example-body, .docs-example-no-background .docs-example-code, .qm-api-extra .docs-example-body, .qm-api-extra .docs-example-code { background: transparent; box-shadow: none; } .docs-example-body > :last-child, .docs-example-code > :last-child { margin-bottom: 0; } .qm-api-extra .docs-example { margin: -0.5em -1em; } .qm-html-paragraph .docs-example-body { line-height: normal; } /* End @example */ /* @cheatsheet */ .docs-cheatsheet-example { display: flex; /*border: solid 1px rgba(0, 0, 0, 0.05);*/ align-items: center; } .docs-cheatsheet-example-code, .docs-cheatsheet-example-output { margin: 8px; flex: 1 1 0px; } .docs-cheatsheet-example-code .qm-code-highlight-codeblock { margin: 0; } /* End @cheatsheet */
0.394434
0.102215
html { font-size: 16px; } input { font-size: 14px; } body { line-height: 1.4; color: black; font-family: Helvetica, Arial, sans-serif; } * { margin: 0; padding: 0; box-sizing: border-box; } h1 { margin-bottom: 16px; } label { display: block; font-size: 14px; margin-bottom: 8px; color: #777; } input { border: 1px solid #eeeeee; padding: 12px; outline: none; /* border-style: none; */ } #mssg-form button { cursor: pointer; padding: 12px; background:#242582; border: none; color: white; font-size: 16px; transition: background .3s ease; border-radius: 100%; align-items: center; background-color: #eeeeee; } #mssg-form button:hover { background: #2022bd; } button:disabled { cursor: default; background: #7c5cbf94; } /* Join Page Styles */ .centered-form { background: #242582; width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; } .centered-form__box { box-shadow: 0px 0px 17px 1px #1D1F26; background: #F64C72; padding: 24px; width: 250px; } .centered-form button { width: 100%; border-style: none; background-color: #2F2FA2; border-radius: 0; } .centered-form input { margin-bottom: 16px; width: 100%; } /* Chat Page css => */ /* ---------------------------------------------------------------------- */ .main-chat-body { display: flex; } .sidebar { height: 100vh; color: white; background: #30011e; display: flex; width: 13%; /* flex-grow: 1; */ flex-direction: column; overflow-y: auto; /* border: 2px solid #242582 */ } .sidebar-ul { width: 100%; margin-top:5px; /* flex-grow: 1; */ height: 7%; align-items: center; } #room_name { background-color:white; color: black; animation: room 1s; } .sidebar-data { width: 100%; height: 100%; text-align: center; padding: 5%; color: black; background-color:#f57931; } .animate_room { animation: room 2s; } /* Chat styles */ .chat-window { flex-grow: 6; display: flex; flex-direction: column; max-height: 100vh; background-image: url('../assets/chatBack.png'); } .chat_messages { flex-grow: 1; padding: 24px 24px 0 24px; overflow-y: auto; } /* Message Styles */ .message { margin-bottom: 16px; display: flex; flex-direction: column; width: 40%; /* text-justify: distribute; */ } .message_name { font-weight: 600; font-size: 14px; margin-right: 8px; } .message_time { color: #777; font-size: 12px; } .message_data { font-size: medium; background-color: #0dd1c7; /* width: 40%; */ padding: 3%; height: 100%; border-radius: 20px; animation: message 1.5s; transition: 1.5s; flex-grow: 1; } /* Message form Styles */ .compose { display: flex; flex-shrink: 0; margin-top: 16px; flex-direction: row; padding: 25px; } .compose form { display: flex; flex-grow: 100; margin-right: 16px; } .compose input { border: 1px solid #eeeeee; width: 100%; padding: 12px; background-color: #eeeeee; color: black; margin: 0 16px 0 0; /* flex-grow: 16; */ } .compose #mssg-form button { font-size: 14px; } .compose #emojis { background-color: #eeeeee; /* size: 14px; */ padding: 14px; border-style: none; border-radius: 100%; } @keyframes message { 0%{background-color: #b309aa;} 100% {background-color: #0dd1c7;} } @keyframes room { 0%{background-color: #f57931;} 100% {background-color: #eeeeee} }
public/css/styles.css
html { font-size: 16px; } input { font-size: 14px; } body { line-height: 1.4; color: black; font-family: Helvetica, Arial, sans-serif; } * { margin: 0; padding: 0; box-sizing: border-box; } h1 { margin-bottom: 16px; } label { display: block; font-size: 14px; margin-bottom: 8px; color: #777; } input { border: 1px solid #eeeeee; padding: 12px; outline: none; /* border-style: none; */ } #mssg-form button { cursor: pointer; padding: 12px; background:#242582; border: none; color: white; font-size: 16px; transition: background .3s ease; border-radius: 100%; align-items: center; background-color: #eeeeee; } #mssg-form button:hover { background: #2022bd; } button:disabled { cursor: default; background: #7c5cbf94; } /* Join Page Styles */ .centered-form { background: #242582; width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; } .centered-form__box { box-shadow: 0px 0px 17px 1px #1D1F26; background: #F64C72; padding: 24px; width: 250px; } .centered-form button { width: 100%; border-style: none; background-color: #2F2FA2; border-radius: 0; } .centered-form input { margin-bottom: 16px; width: 100%; } /* Chat Page css => */ /* ---------------------------------------------------------------------- */ .main-chat-body { display: flex; } .sidebar { height: 100vh; color: white; background: #30011e; display: flex; width: 13%; /* flex-grow: 1; */ flex-direction: column; overflow-y: auto; /* border: 2px solid #242582 */ } .sidebar-ul { width: 100%; margin-top:5px; /* flex-grow: 1; */ height: 7%; align-items: center; } #room_name { background-color:white; color: black; animation: room 1s; } .sidebar-data { width: 100%; height: 100%; text-align: center; padding: 5%; color: black; background-color:#f57931; } .animate_room { animation: room 2s; } /* Chat styles */ .chat-window { flex-grow: 6; display: flex; flex-direction: column; max-height: 100vh; background-image: url('../assets/chatBack.png'); } .chat_messages { flex-grow: 1; padding: 24px 24px 0 24px; overflow-y: auto; } /* Message Styles */ .message { margin-bottom: 16px; display: flex; flex-direction: column; width: 40%; /* text-justify: distribute; */ } .message_name { font-weight: 600; font-size: 14px; margin-right: 8px; } .message_time { color: #777; font-size: 12px; } .message_data { font-size: medium; background-color: #0dd1c7; /* width: 40%; */ padding: 3%; height: 100%; border-radius: 20px; animation: message 1.5s; transition: 1.5s; flex-grow: 1; } /* Message form Styles */ .compose { display: flex; flex-shrink: 0; margin-top: 16px; flex-direction: row; padding: 25px; } .compose form { display: flex; flex-grow: 100; margin-right: 16px; } .compose input { border: 1px solid #eeeeee; width: 100%; padding: 12px; background-color: #eeeeee; color: black; margin: 0 16px 0 0; /* flex-grow: 16; */ } .compose #mssg-form button { font-size: 14px; } .compose #emojis { background-color: #eeeeee; /* size: 14px; */ padding: 14px; border-style: none; border-radius: 100%; } @keyframes message { 0%{background-color: #b309aa;} 100% {background-color: #0dd1c7;} } @keyframes room { 0%{background-color: #f57931;} 100% {background-color: #eeeeee} }
0.41739
0.077343
@font-face { font-family: 'TanukiMagic'; font-style: normal; font-weight: normal; src:local('TanukiMagic'), url('../font/TanukiMagic.ttf') format('truetype'); } @font-face { font-family: 'DejimaMincho'; font-style: normal; font-weight: normal; src:local('DejimaMincho'), url('../font/dejima-mincho-r227.ttf') format('truetype'); } @font-face { font-family: 'Hakidame'; font-style: normal; font-weight: normal; src:local('Hakidame'), url('../font/hakidame.TTF') format('truetype'); } @font-face { font-family: 'Mikachan'; font-style: normal; font-weight: normal; src:local('Mikachan'), url('../font/mikachan.ttf') format('truetype'); } @font-face { font-family: 'JiyunoTsubasa'; font-style: normal; font-weight: normal; src:local('JiyunoTsubasa'), url('../font/JiyunoTsubasa.ttf') format('truetype'); } @font-face { font-family: 'AoyagiReisyoSimo'; font-style: normal; font-weight: normal; src:local('AoyagiReisyoSimo'), url('../font/aoyagireisyosimo_ttf_2_02.ttf') format('truetype'); } @font-face { font-family: 'UmeGothic'; font-style: normal; font-weight: normal; src:local('UmeGothic'), url('../font/ume-ugo5.ttf') format('truetype'); } @font-face { font-family: 'HanazonoMincho'; font-style: normal; font-weight: normal; src:local('HanazonoMincho'), url('../font/HanaMinA.ttf') format('truetype'); } @font-face { font-family: 'IPAMincho'; font-style: normal; font-weight: normal; src:local('IPAMincho'), url('../font/ipam.ttf') format('truetype'); } @font-face { font-family: 'IPAGothic'; font-style: normal; font-weight: normal; src:local('IPAGothic'), url('../font/ipagp.ttf') format('truetype'); } @font-face { font-family: 'RoundM+'; font-style: normal; font-weight: normal; src:local('RoundM+'), url('../font/rounded-mplus-2c-medium.ttf') format('truetype'); } @font-face { font-family: 'M+Thin'; font-style: normal; font-weight: normal; src:local('M+Thin'), url('../font/mplus-2c-thin.ttf') format('truetype'); } @font-face { font-family: 'M+Black'; font-style: normal; font-weight: normal; src:local('M+Black'), url('../font/mplus-2c-black.ttf') format('truetype'); } @font-face { font-family: 'LogoTypeGothic'; font-style: normal; font-weight: normal; src:local('LogoTypeGothic'), url('../font/07LogoTypeGothic7.ttf') format('truetype'); } @font-face { font-family: 'Haranyan'; font-style: normal; font-weight: normal; src:local('Haranyan'), url('../font/haranyan.ttf') format('truetype'); } @font-face { font-family: 'KokuGothic'; font-style: normal; font-weight: normal; src:local('KokuGothic'), url('../font/font_1_kokugl_1.00_rls.ttf') format('truetype'); } @font-face { font-family: 'KokuMincho'; font-style: normal; font-weight: normal; src:local('KokuMincho'), url('../font/font_1_kokumr_1.00_rls.ttf') format('truetype'); } @font-face { font-family: 'MagicRing'; font-style: normal; font-weight: normal; src:local('MagicRing'), url('../font/MagicRing.ttf') format('truetype'); } @font-face { font-family: 'TOA'; font-style: normal; font-weight: normal; src:local('MagicRing'), url('../font/TOA_Heavy_Industries.ttf') format('truetype'); } @font-face { font-family: 'Ikamodoki'; font-style: normal; font-weight: normal; src:local('Ikamodoki'), url('../font/ikamodoki1_0.ttf') format('truetype'); }
css/fonts.css
@font-face { font-family: 'TanukiMagic'; font-style: normal; font-weight: normal; src:local('TanukiMagic'), url('../font/TanukiMagic.ttf') format('truetype'); } @font-face { font-family: 'DejimaMincho'; font-style: normal; font-weight: normal; src:local('DejimaMincho'), url('../font/dejima-mincho-r227.ttf') format('truetype'); } @font-face { font-family: 'Hakidame'; font-style: normal; font-weight: normal; src:local('Hakidame'), url('../font/hakidame.TTF') format('truetype'); } @font-face { font-family: 'Mikachan'; font-style: normal; font-weight: normal; src:local('Mikachan'), url('../font/mikachan.ttf') format('truetype'); } @font-face { font-family: 'JiyunoTsubasa'; font-style: normal; font-weight: normal; src:local('JiyunoTsubasa'), url('../font/JiyunoTsubasa.ttf') format('truetype'); } @font-face { font-family: 'AoyagiReisyoSimo'; font-style: normal; font-weight: normal; src:local('AoyagiReisyoSimo'), url('../font/aoyagireisyosimo_ttf_2_02.ttf') format('truetype'); } @font-face { font-family: 'UmeGothic'; font-style: normal; font-weight: normal; src:local('UmeGothic'), url('../font/ume-ugo5.ttf') format('truetype'); } @font-face { font-family: 'HanazonoMincho'; font-style: normal; font-weight: normal; src:local('HanazonoMincho'), url('../font/HanaMinA.ttf') format('truetype'); } @font-face { font-family: 'IPAMincho'; font-style: normal; font-weight: normal; src:local('IPAMincho'), url('../font/ipam.ttf') format('truetype'); } @font-face { font-family: 'IPAGothic'; font-style: normal; font-weight: normal; src:local('IPAGothic'), url('../font/ipagp.ttf') format('truetype'); } @font-face { font-family: 'RoundM+'; font-style: normal; font-weight: normal; src:local('RoundM+'), url('../font/rounded-mplus-2c-medium.ttf') format('truetype'); } @font-face { font-family: 'M+Thin'; font-style: normal; font-weight: normal; src:local('M+Thin'), url('../font/mplus-2c-thin.ttf') format('truetype'); } @font-face { font-family: 'M+Black'; font-style: normal; font-weight: normal; src:local('M+Black'), url('../font/mplus-2c-black.ttf') format('truetype'); } @font-face { font-family: 'LogoTypeGothic'; font-style: normal; font-weight: normal; src:local('LogoTypeGothic'), url('../font/07LogoTypeGothic7.ttf') format('truetype'); } @font-face { font-family: 'Haranyan'; font-style: normal; font-weight: normal; src:local('Haranyan'), url('../font/haranyan.ttf') format('truetype'); } @font-face { font-family: 'KokuGothic'; font-style: normal; font-weight: normal; src:local('KokuGothic'), url('../font/font_1_kokugl_1.00_rls.ttf') format('truetype'); } @font-face { font-family: 'KokuMincho'; font-style: normal; font-weight: normal; src:local('KokuMincho'), url('../font/font_1_kokumr_1.00_rls.ttf') format('truetype'); } @font-face { font-family: 'MagicRing'; font-style: normal; font-weight: normal; src:local('MagicRing'), url('../font/MagicRing.ttf') format('truetype'); } @font-face { font-family: 'TOA'; font-style: normal; font-weight: normal; src:local('MagicRing'), url('../font/TOA_Heavy_Industries.ttf') format('truetype'); } @font-face { font-family: 'Ikamodoki'; font-style: normal; font-weight: normal; src:local('Ikamodoki'), url('../font/ikamodoki1_0.ttf') format('truetype'); }
0.291586
0.087994
@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Orbitron:wght@800&family=Press+Start+2P&display=swap'); h1 { font-family: 'Audiowide', cursive; margin-top: 20px; } h1 span { animation: color-change 3s infinite; } @keyframes color-change { 0% { color: #ce1e1e; } 50% { color: #016dc8; } 100% { color: #ce1e1e; } } img { margin-top: 25px; margin-bottom: 20px; } .btn { border-radius: 30px; border: none; padding: 17px; margin: none; margin-top: 30px; background: linear-gradient(90deg, #016dc8, #55e7fc); text-transform: uppercase; cursor: pointer; box-shadow: 1px 7px 7px -3px rgba(0, 0, 0, 0.75); transition: 0.4s; font-weight: 600; } .btn:hover { background: linear-gradient(90deg, #f55a5a, #ce1e1e); color: #ffffff; box-shadow: 1px 7px 7px -3px rgba(112, 112, 112, 0.75); animation: shake 0.5s; animation-iteration-count: infinite; } @keyframes shake { 0% { transform: translate(1px, 1px) rotate(0deg); } 10% { transform: translate(-1px, -2px) rotate(-1deg); } 20% { transform: translate(-3px, 0px) rotate(1deg); } 30% { transform: translate(3px, 2px) rotate(0deg); } 40% { transform: translate(1px, -1px) rotate(1deg); } 50% { transform: translate(-1px, 2px) rotate(-1deg); } 60% { transform: translate(-3px, 1px) rotate(0deg); } 70% { transform: translate(3px, 1px) rotate(-1deg); } 80% { transform: translate(-1px, -1px) rotate(1deg); } 90% { transform: translate(1px, 2px) rotate(0deg); } 100% { transform: translate(1px, -2px) rotate(-1deg); } } .quote-container { margin: auto; width: 60%; border-radius: 26px; padding: 20px; /*color: #111111;*/ color: #ffffff; align-content: space-around; /*box-shadow: 8px 7px 8px -3px rgba(0, 0, 0, 0.75);*/ margin-top: 30px; /*background: #e2e1e1;*/ } .text-quotes { font-size: 20px; color: white; font-weight: 400; text-transform: uppercase; }
src/components/index.css
@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Orbitron:wght@800&family=Press+Start+2P&display=swap'); h1 { font-family: 'Audiowide', cursive; margin-top: 20px; } h1 span { animation: color-change 3s infinite; } @keyframes color-change { 0% { color: #ce1e1e; } 50% { color: #016dc8; } 100% { color: #ce1e1e; } } img { margin-top: 25px; margin-bottom: 20px; } .btn { border-radius: 30px; border: none; padding: 17px; margin: none; margin-top: 30px; background: linear-gradient(90deg, #016dc8, #55e7fc); text-transform: uppercase; cursor: pointer; box-shadow: 1px 7px 7px -3px rgba(0, 0, 0, 0.75); transition: 0.4s; font-weight: 600; } .btn:hover { background: linear-gradient(90deg, #f55a5a, #ce1e1e); color: #ffffff; box-shadow: 1px 7px 7px -3px rgba(112, 112, 112, 0.75); animation: shake 0.5s; animation-iteration-count: infinite; } @keyframes shake { 0% { transform: translate(1px, 1px) rotate(0deg); } 10% { transform: translate(-1px, -2px) rotate(-1deg); } 20% { transform: translate(-3px, 0px) rotate(1deg); } 30% { transform: translate(3px, 2px) rotate(0deg); } 40% { transform: translate(1px, -1px) rotate(1deg); } 50% { transform: translate(-1px, 2px) rotate(-1deg); } 60% { transform: translate(-3px, 1px) rotate(0deg); } 70% { transform: translate(3px, 1px) rotate(-1deg); } 80% { transform: translate(-1px, -1px) rotate(1deg); } 90% { transform: translate(1px, 2px) rotate(0deg); } 100% { transform: translate(1px, -2px) rotate(-1deg); } } .quote-container { margin: auto; width: 60%; border-radius: 26px; padding: 20px; /*color: #111111;*/ color: #ffffff; align-content: space-around; /*box-shadow: 8px 7px 8px -3px rgba(0, 0, 0, 0.75);*/ margin-top: 30px; /*background: #e2e1e1;*/ } .text-quotes { font-size: 20px; color: white; font-weight: 400; text-transform: uppercase; }
0.384912
0.174903
@import '../../shared/swipe-to-reveal.css'; .seats { float: right; } .featuresDiv { display: inline-block; } .features { width: 30px; border: 1px solid; padding: 5px; border-radius: 40px; margin-right: 10px; background: white; } .disableFeature { opacity: 0.2; } .mat-card-header-text { margin: 0px 0px !important; } .featureList { padding: 0px 0px 0px 24px; } .fab-bottom-right { position: fixed; left: auto; bottom: 5%; right: 10%; } .filterIcon { text-align: right; padding-right: 16px; margin-bottom: -8px; padding-bottom: 0px; } .filterIcon>img { border: 1px solid #555; border-radius: 15px; width: 30px; height: 30px; padding: 5px; } .swipe-box { --swipebox-height: 223px; } .mat-card-header { display: block; } img.mat-card-image.roomImageCls { width: 105%; padding-top: 10px; } .listHeader { display: block; overflow-y: auto; max-height: 85vh; padding-bottom: 20px; } @media(max-width: 320px) { .listHeader { padding-bottom: 50px; } } .restrictSwipeCls { position: relative !important; left: 0 !important; margin-left: 0 !important; } .mail-action { display: grid; } .shimmerContents { padding-left: 92px; width: 100%; margin-top: -40px; padding-bottom: 20px; } .shimmerAvatar { height: 82px; width: 82px; margin-left: 0px; } .shimmerCon { padding: 1px; padding-right: -20px; } .avatarSection { padding-right: 25px; } .avatarSection .mat-card-avatar { border-radius: 0%; height: 74px; width: 74px; } .imageColumn { margin-top: -50px; margin-left: 91px; } .ionLabel { height: 243px; } .ion-color-danger { background: #eb445a; } .ion-color-primary { background: #3880ff } .detailsClass { margin-top: 18px; } .addScroll { overflow: scroll; display: block; max-height: 94vh; padding-top: 0px; } .ionicListContainer.ng-star-inserted.hydrated.ionicListContainer { height: 250px; margin-top: 10px; padding: 10px 10px; border: 1px solid #eee; border-bottom: 1px solid #aaa; box-shadow: 2px 3px 3px #ddd; } .filter { height: 39px; width: 35px; margin-bottom: -7px; margin-right: 15px; } .roomTitle { margin-bottom: -4px; } .backBtn { margin-bottom: -5px; }
src/app/room/room-list/room-list.component.css
@import '../../shared/swipe-to-reveal.css'; .seats { float: right; } .featuresDiv { display: inline-block; } .features { width: 30px; border: 1px solid; padding: 5px; border-radius: 40px; margin-right: 10px; background: white; } .disableFeature { opacity: 0.2; } .mat-card-header-text { margin: 0px 0px !important; } .featureList { padding: 0px 0px 0px 24px; } .fab-bottom-right { position: fixed; left: auto; bottom: 5%; right: 10%; } .filterIcon { text-align: right; padding-right: 16px; margin-bottom: -8px; padding-bottom: 0px; } .filterIcon>img { border: 1px solid #555; border-radius: 15px; width: 30px; height: 30px; padding: 5px; } .swipe-box { --swipebox-height: 223px; } .mat-card-header { display: block; } img.mat-card-image.roomImageCls { width: 105%; padding-top: 10px; } .listHeader { display: block; overflow-y: auto; max-height: 85vh; padding-bottom: 20px; } @media(max-width: 320px) { .listHeader { padding-bottom: 50px; } } .restrictSwipeCls { position: relative !important; left: 0 !important; margin-left: 0 !important; } .mail-action { display: grid; } .shimmerContents { padding-left: 92px; width: 100%; margin-top: -40px; padding-bottom: 20px; } .shimmerAvatar { height: 82px; width: 82px; margin-left: 0px; } .shimmerCon { padding: 1px; padding-right: -20px; } .avatarSection { padding-right: 25px; } .avatarSection .mat-card-avatar { border-radius: 0%; height: 74px; width: 74px; } .imageColumn { margin-top: -50px; margin-left: 91px; } .ionLabel { height: 243px; } .ion-color-danger { background: #eb445a; } .ion-color-primary { background: #3880ff } .detailsClass { margin-top: 18px; } .addScroll { overflow: scroll; display: block; max-height: 94vh; padding-top: 0px; } .ionicListContainer.ng-star-inserted.hydrated.ionicListContainer { height: 250px; margin-top: 10px; padding: 10px 10px; border: 1px solid #eee; border-bottom: 1px solid #aaa; box-shadow: 2px 3px 3px #ddd; } .filter { height: 39px; width: 35px; margin-bottom: -7px; margin-right: 15px; } .roomTitle { margin-bottom: -4px; } .backBtn { margin-bottom: -5px; }
0.410284
0.131312
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 { border: 0; font-size: 100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0 } 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: none } table { border-collapse: collapse; border-spacing: 0 } * { font-family: 'Open Sans', sans-serif, Arial; } /* hide */ #secondary-banner, footer, .copyright-wrap, .content-nav, .content-nav .gradient_button, .recent-vehicles-wrap, .efficiency-rating, .social-likes, .flex-direction-nav, .financing_calculator, header, .example-tabs, .listing-slider, .car-info, #google-map-listing { display: none; } a:link:after, a:visited:after { content: ""; } #myTab li a { background: none; font-size: 26px; border: 0; box-shadow: none; } .print_friendly { display: block; font-family: 'Open Sans', sans-serif, Arial; } .print_image { display: block; float: left; } .print_header li { list-style-type: none; } h1 { font-size: 2em; } h2 { font-size: 1.5em; } h3 { font-size: 1.17em; } h5 { font-size: .83em; } h6 { font-size: .75em; } p, li { font-size: 14px; line-height: 16px; } p, h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif, Arial; font-weight: 400; } .print_tabs h2:first-of-type { margin-top: 20px; } .inventory-heading span, .inventory-heading .text-right em { font-family: 'Open Sans', sans-serif, Arial; } .print_friendly .car-info { display: table; } .print_friendly table.table, .print_friendly .car-info { font-family: 'Open Sans', sans-serif, Arial; width: 350px; float: right; border: none; padding-top: 1px; } .print_friendly .car-info .table>tbody>tr>td { padding: 0 0 9px 4px; } .print_header li { font-size: 18px; } .inventory-heading .row > div { float: left; margin: 0; padding: 0; } .inventory-heading .row .text-right { float: right; margin: 0; padding: 0 20px 0 0; margin-top: -70px; } .inventory-heading h2 { font-size: 28px; } .inventory-heading span { font-size: 18px; } .print_header { margin-bottom: -30px; padding-bottom: 0; } @page { margin: 30px 25px; } #features ul { -moz-column-count: 3; -moz-column-gap: 20px; -webkit-column-count: 3; -webkit-column-gap: 20px; column-count: 3; column-gap: 20px; margin-left: 0; } #features ul li { padding-left: 20px; line-height: 14px; } #features ul li .fa-li { left: -8px; top: 5px; color: #c7081b; }
Layout/css/print.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 { border: 0; font-size: 100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0 } 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: none } table { border-collapse: collapse; border-spacing: 0 } * { font-family: 'Open Sans', sans-serif, Arial; } /* hide */ #secondary-banner, footer, .copyright-wrap, .content-nav, .content-nav .gradient_button, .recent-vehicles-wrap, .efficiency-rating, .social-likes, .flex-direction-nav, .financing_calculator, header, .example-tabs, .listing-slider, .car-info, #google-map-listing { display: none; } a:link:after, a:visited:after { content: ""; } #myTab li a { background: none; font-size: 26px; border: 0; box-shadow: none; } .print_friendly { display: block; font-family: 'Open Sans', sans-serif, Arial; } .print_image { display: block; float: left; } .print_header li { list-style-type: none; } h1 { font-size: 2em; } h2 { font-size: 1.5em; } h3 { font-size: 1.17em; } h5 { font-size: .83em; } h6 { font-size: .75em; } p, li { font-size: 14px; line-height: 16px; } p, h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif, Arial; font-weight: 400; } .print_tabs h2:first-of-type { margin-top: 20px; } .inventory-heading span, .inventory-heading .text-right em { font-family: 'Open Sans', sans-serif, Arial; } .print_friendly .car-info { display: table; } .print_friendly table.table, .print_friendly .car-info { font-family: 'Open Sans', sans-serif, Arial; width: 350px; float: right; border: none; padding-top: 1px; } .print_friendly .car-info .table>tbody>tr>td { padding: 0 0 9px 4px; } .print_header li { font-size: 18px; } .inventory-heading .row > div { float: left; margin: 0; padding: 0; } .inventory-heading .row .text-right { float: right; margin: 0; padding: 0 20px 0 0; margin-top: -70px; } .inventory-heading h2 { font-size: 28px; } .inventory-heading span { font-size: 18px; } .print_header { margin-bottom: -30px; padding-bottom: 0; } @page { margin: 30px 25px; } #features ul { -moz-column-count: 3; -moz-column-gap: 20px; -webkit-column-count: 3; -webkit-column-gap: 20px; column-count: 3; column-gap: 20px; margin-left: 0; } #features ul li { padding-left: 20px; line-height: 14px; } #features ul li .fa-li { left: -8px; top: 5px; color: #c7081b; }
0.286269
0.094218
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900); a:link { text-decoration: none; color: #2d76bf; } a:visited { text-decoration: none; color: #a80136; } a:hover { text-decoration: none; color:yellow; } a:active { text-decoration: none; color:yellow; } h1,h2 { color:black; } #background { background:url(./imgs/darkdenim3.png); width:100%; height:100%; } #content{ border-top: 2px solid grey; border-right:2px solid grey; border-radius: 0 1% 1% 0; margin-top:2em; padding:1em; background:white; color:#7a7a7a ; /*#848484*/ display:inline-block; float:left; width:75%; padding-left:13em; } #side_bar{ position:fixed; border-top: 2px solid grey; border-bottom:2px solid grey; border-right:2px solid grey; margin-top:2em; width: 12em; background-color:#eaeaea; display:inline-block; float:left; } details>summary>code { font-size: 1.5em; font-family:'Lato'; } details>summary{ border-bottom: 1px dashed #ccc5c5; color:#898888; } details{ padding:1em; } #page_header { background: -moz-linear-gradient(top, rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,241,246,1)), color-stop(50%,rgba(171,211,238,1)), color-stop(51%,rgba(137,195,235,1)), color-stop(100%,rgba(213,235,251,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */ float:top; font-size: 4em; font-family: 'Vollkorn', 'Open Sans'; font-weight: bold; }
cheat_sheet/cheat_sheet.css
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900); a:link { text-decoration: none; color: #2d76bf; } a:visited { text-decoration: none; color: #a80136; } a:hover { text-decoration: none; color:yellow; } a:active { text-decoration: none; color:yellow; } h1,h2 { color:black; } #background { background:url(./imgs/darkdenim3.png); width:100%; height:100%; } #content{ border-top: 2px solid grey; border-right:2px solid grey; border-radius: 0 1% 1% 0; margin-top:2em; padding:1em; background:white; color:#7a7a7a ; /*#848484*/ display:inline-block; float:left; width:75%; padding-left:13em; } #side_bar{ position:fixed; border-top: 2px solid grey; border-bottom:2px solid grey; border-right:2px solid grey; margin-top:2em; width: 12em; background-color:#eaeaea; display:inline-block; float:left; } details>summary>code { font-size: 1.5em; font-family:'Lato'; } details>summary{ border-bottom: 1px dashed #ccc5c5; color:#898888; } details{ padding:1em; } #page_header { background: -moz-linear-gradient(top, rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,241,246,1)), color-stop(50%,rgba(171,211,238,1)), color-stop(51%,rgba(137,195,235,1)), color-stop(100%,rgba(213,235,251,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */ float:top; font-size: 4em; font-family: 'Vollkorn', 'Open Sans'; font-weight: bold; }
0.289372
0.085023
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400'); /* Style Definitions */ body { max-width: max-content; margin: 20px auto; word-wrap:break-word; font-family: "Open Sans", sans-serif; font-size: 9.5pt; background-color: #b9c9d7; } div.all { max-width: 550.0pt; width: 100%; margin: 0 auto; -moz-box-shadow: 0 0 20px #8ba6c0; -webkit-box-shadow: 0 0 20px #8ba6c0; box-shadow: 0 0 20px #8ba6c0; border-radius: 7px; padding-right: 50px; padding-left: 50px; padding-top: 45px; padding-bottom: 75px; background-color: white; } #MainContent{ margin-left: 40px; margin-right: 60px; } #HeaderBox{ width: 100%; clear: both; text-align: center; display: flex; flex-wrap: wrap-reverse; justify-content: space-around; vertical-align: center; align-content: center; padding-bottom: 0; /* border-bottom: 1px solid #8ba6c0; */ } #HeaderLeftTD{ padding: 0px 0px 0px 0px; margin-top: 30px; height: min-content; min-width: 400px; text-align: left; } #HeaderRightTD { padding:0 0cm 0cm 0cm; color:#595959; text-align: left; } #Name{ font-smooth: 2em; -webkit-font-smoothing:2em; -moz-osx-font-smoothing:2em; font-size:33.0pt; } #face_container { /* border: #303C4F solid 1px; */ text-align: center; } #face { border-radius: 2pt; margin-bottom: 15px; margin-top: 0px; /* margin-left: 20px; */ width: 120px; } .SocialIcons{ width: 15px; height: 15px; text-align: left; margin-right: 3px; } .ParagraphHeaderLeft { margin-left:0; text-align:left } .ParagraphHeaderRight { margin-left:20px; } a { color: blue; text-decoration: underline; } h1 { font-size: 15.0pt; mso-style-link: "Heading 1 Char"; margin-top: 30.0pt; margin-right: 0cm; margin-bottom: 0cm; margin-left: 0cm; line-height: 17.25pt; color: #303C4F; font-weight: normal; } p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph { margin-right: 0cm; } .BigEntry { margin-top: 8.0pt; margin-bottom: 6.0pt; margin-right:0cm; line-height: 150%; margin-left: 45pt; text-indent: -26pt; } .SmallEntry { margin-top: 0pt; display: block; line-height: 150%; margin-bottom:0cm; margin-left: 80pt; text-indent: -17pt; } p.VerySmallEntry { margin-left: 130pt; text-indent: -25pt; } #keywords{ display: None; } @media only screen and (max-width: 621px) { body{ margin-right:0; margin-left:0; } div.all{ width: 100%; padding-left:0; padding-right:0; } #name{ font-size: 28.0pt; } } /** When vertical display starts to break, we fit the title to the minimum width**/ @media only screen and (max-width: 480px) { #Name { font-size: 25pt; } } /****************************************************************************************/ /* Auto Generated. Maybe still hand modified. */ /****************************************************************************************/ .TableNormal1 tr{ height:63.55pt; } p.TableParagraph, li.TableParagraph, div.TableParagraph { mso-style-name: "Table Paragraph"; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0cm; margin-left: 10.0pt; font-size: 9.5pt; }
main.css
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400'); /* Style Definitions */ body { max-width: max-content; margin: 20px auto; word-wrap:break-word; font-family: "Open Sans", sans-serif; font-size: 9.5pt; background-color: #b9c9d7; } div.all { max-width: 550.0pt; width: 100%; margin: 0 auto; -moz-box-shadow: 0 0 20px #8ba6c0; -webkit-box-shadow: 0 0 20px #8ba6c0; box-shadow: 0 0 20px #8ba6c0; border-radius: 7px; padding-right: 50px; padding-left: 50px; padding-top: 45px; padding-bottom: 75px; background-color: white; } #MainContent{ margin-left: 40px; margin-right: 60px; } #HeaderBox{ width: 100%; clear: both; text-align: center; display: flex; flex-wrap: wrap-reverse; justify-content: space-around; vertical-align: center; align-content: center; padding-bottom: 0; /* border-bottom: 1px solid #8ba6c0; */ } #HeaderLeftTD{ padding: 0px 0px 0px 0px; margin-top: 30px; height: min-content; min-width: 400px; text-align: left; } #HeaderRightTD { padding:0 0cm 0cm 0cm; color:#595959; text-align: left; } #Name{ font-smooth: 2em; -webkit-font-smoothing:2em; -moz-osx-font-smoothing:2em; font-size:33.0pt; } #face_container { /* border: #303C4F solid 1px; */ text-align: center; } #face { border-radius: 2pt; margin-bottom: 15px; margin-top: 0px; /* margin-left: 20px; */ width: 120px; } .SocialIcons{ width: 15px; height: 15px; text-align: left; margin-right: 3px; } .ParagraphHeaderLeft { margin-left:0; text-align:left } .ParagraphHeaderRight { margin-left:20px; } a { color: blue; text-decoration: underline; } h1 { font-size: 15.0pt; mso-style-link: "Heading 1 Char"; margin-top: 30.0pt; margin-right: 0cm; margin-bottom: 0cm; margin-left: 0cm; line-height: 17.25pt; color: #303C4F; font-weight: normal; } p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph { margin-right: 0cm; } .BigEntry { margin-top: 8.0pt; margin-bottom: 6.0pt; margin-right:0cm; line-height: 150%; margin-left: 45pt; text-indent: -26pt; } .SmallEntry { margin-top: 0pt; display: block; line-height: 150%; margin-bottom:0cm; margin-left: 80pt; text-indent: -17pt; } p.VerySmallEntry { margin-left: 130pt; text-indent: -25pt; } #keywords{ display: None; } @media only screen and (max-width: 621px) { body{ margin-right:0; margin-left:0; } div.all{ width: 100%; padding-left:0; padding-right:0; } #name{ font-size: 28.0pt; } } /** When vertical display starts to break, we fit the title to the minimum width**/ @media only screen and (max-width: 480px) { #Name { font-size: 25pt; } } /****************************************************************************************/ /* Auto Generated. Maybe still hand modified. */ /****************************************************************************************/ .TableNormal1 tr{ height:63.55pt; } p.TableParagraph, li.TableParagraph, div.TableParagraph { mso-style-name: "Table Paragraph"; margin-top: 0cm; margin-right: 0cm; margin-bottom: 0cm; margin-left: 10.0pt; font-size: 9.5pt; }
0.243283
0.052668
body { background-image: url("../images/tmnt/background.png"); font-family: Verdana, Geneva, Tahoma, sans-serif; margin: 0; } .topBanner { margin: 0; text-align: center; height: 50px; background-repeat: repeat-x; background-image: url("../images/tmnt/bannerbg.png"); } body h1 { text-align: center; font-size: 24pt; font-family: Verdana, Tahoma, sans-serif; text-shadow: #999999 3px 3px; } .container { overflow: auto; width: 800px; margin-left: auto; margin-right: auto; border: 4px solid gray; border-radius: 20px; } .secondBanner { background-image: url("../images/tmnt/rbg.png"); float: left; width: 550px; height: 84px; /* border-top-right-radius: 16px; */ border-top-left-radius: 16px; /* display: inline-block; */ } .secondBanner span { font-size: 48pt; font-weight: bold; color: red; margin: 0; } .redText { font-size: 48pt; font-weight: bold; color: red; margin: 0; } .overviewBanner { float: left; width: 250px; } .definition { margin-top: -17px; background-color: #A2B964; font-family: Arial, sans-serif; font-size: 8pt; word-wrap: break-word; padding-left: 10pt; padding-top: 10pt; } .definition dt { font-weight: bold; margin-top: 10pt; } .definition ul { margin-left: -40px; list-style-type: none; } .criticColumn { /* display: inline-block; */ float: left; width: 47%; /* border: 1px solid black; */ margin-left: 2%; } .criticColumn img { float: left; margin-right: 2%; } .criticColumn p.quote { font-size: 8pt; background-color: #E8DC9B; border: 2px solid gray; border-radius: 10px; font-weight: bold; padding: 8px; text-align: justify; } .criticColumn p.fullName { margin-top: 10pt; font-size: 8pt; margin-bottom: 20pt; text-align: justify; } .pager-content { text-align: center; background-color: #A2B964; } .validator { position: fixed; /* display: flex; */ flex-flow: column; bottom: 0; right: 0; opacity: 0.5; } .footer { width: 100%; float: left; text-align: center; background-color: #A2B964; margin-top: -11px; padding: 5px; font-size: 8pt; font-family: Arial, sans-serif; }
style/movie.css
body { background-image: url("../images/tmnt/background.png"); font-family: Verdana, Geneva, Tahoma, sans-serif; margin: 0; } .topBanner { margin: 0; text-align: center; height: 50px; background-repeat: repeat-x; background-image: url("../images/tmnt/bannerbg.png"); } body h1 { text-align: center; font-size: 24pt; font-family: Verdana, Tahoma, sans-serif; text-shadow: #999999 3px 3px; } .container { overflow: auto; width: 800px; margin-left: auto; margin-right: auto; border: 4px solid gray; border-radius: 20px; } .secondBanner { background-image: url("../images/tmnt/rbg.png"); float: left; width: 550px; height: 84px; /* border-top-right-radius: 16px; */ border-top-left-radius: 16px; /* display: inline-block; */ } .secondBanner span { font-size: 48pt; font-weight: bold; color: red; margin: 0; } .redText { font-size: 48pt; font-weight: bold; color: red; margin: 0; } .overviewBanner { float: left; width: 250px; } .definition { margin-top: -17px; background-color: #A2B964; font-family: Arial, sans-serif; font-size: 8pt; word-wrap: break-word; padding-left: 10pt; padding-top: 10pt; } .definition dt { font-weight: bold; margin-top: 10pt; } .definition ul { margin-left: -40px; list-style-type: none; } .criticColumn { /* display: inline-block; */ float: left; width: 47%; /* border: 1px solid black; */ margin-left: 2%; } .criticColumn img { float: left; margin-right: 2%; } .criticColumn p.quote { font-size: 8pt; background-color: #E8DC9B; border: 2px solid gray; border-radius: 10px; font-weight: bold; padding: 8px; text-align: justify; } .criticColumn p.fullName { margin-top: 10pt; font-size: 8pt; margin-bottom: 20pt; text-align: justify; } .pager-content { text-align: center; background-color: #A2B964; } .validator { position: fixed; /* display: flex; */ flex-flow: column; bottom: 0; right: 0; opacity: 0.5; } .footer { width: 100%; float: left; text-align: center; background-color: #A2B964; margin-top: -11px; padding: 5px; font-size: 8pt; font-family: Arial, sans-serif; }
0.4436
0.121581
body{ font-family:corbel; margin:0; } #header{ background-color:#081c64; color:white; } #header a{ padding:0; margin-top:-2em; } a{ color:white; text-decoration:none; } #emblem{ width:1.5em; display:inline-block; margin-bottom:-.1em; } .navbar{ margin-left:42em; margin-top:-1.2em; } .navbar li{ list-style-type:none; display:inline-block; padding-bottom:1em; padding-left:.3em; } #login img{ width:15em; } .register{ background-color:#FFB500; color:black; padding:.5em; border-radius:.3em; float:right; font-weight:bold; margin-right:2.5em; } #banners{ width:100%; } #banner{ text-align:center; } #pin{ background-color:#081c64; padding-right:5em; padding-left:5em; padding-top:1em; padding-bottom:1em; border-radius:2em; font-weight:bold; } #district{ color:black; padding:1em 5em 1em 5em; border-radius:2em; border:1px solid black; } #district:hover{ background-color:#081c64; color:white; font-weight:bold; } #e_pin{ padding:.5em 20em .5em 0; border-radius:.4em; background-color:white; } #s{ background-color:#dddddd; color:#081c64; font-weight:bold; padding:.5em .3em .5em .3em; border-radius:.3em; border:1px solid #081c64; } #stats{ background-color:#ddd; padding-bottom:6em; margin-bottom:-1.7em; } #stats li{ list-style-type:none; display:inline-block; padding:.9em; font-size:1.1em; } #stats a{ background-color:white; border:2px bold #ddd; color: #081c64; text-align:center; padding:.5em 5em .5em 5em; margin-left:30em; border-radius:.2em; font-weight:bold; } #working{ background-color:#FFB500; padding-bottom:5em; margin-top:0; } #working img{ width:10em; } #working li{ list-style-type:none; display:inline-block; padding-right:6em; text-align:center; } #working a{ color:#081c64; } #working h3{ color:#081c64; text-align:center; } #howtobook{ border:2px solid white; border-radius:.3em; font-size:1.5em; text-align:center; margin-left:30%; padding:.3em .3em .3em .3em; margin-top:5em; font-weight:bold; } #working h2{ color:#081c64; text-align:center; padding-top:2em; font-size:2em; } #dosanddont{ border:2px solid white; border-radius:.3em; font-size:1.5em; text-align:center; margin-left:2%; padding:.3em .3em .3em .3em; margin-top:5em; font-weight:bold; } .partners img{ display:inline-block; width:12em; padding-right:1em; margin-left:2em; } #umang{ width:5em; } #csc{ width:7em; } .partners h2{ color:#494949; } #footer{ background-color:black; padding-bottom:.1em; margin-top:.5em; color:white; font-size:1.5em; } #footer a{ color:blue; font-weight:bold; } #footer h6{ margin-left:62%; padding-top:.9em; } .min{ background-color:#02003A; margin-bottom:-2.3em; } .min img{ display:inline-block; padding-left:3em; padding-bottom:5em; } #undp{ padding-top:2.5em; }
main.css
body{ font-family:corbel; margin:0; } #header{ background-color:#081c64; color:white; } #header a{ padding:0; margin-top:-2em; } a{ color:white; text-decoration:none; } #emblem{ width:1.5em; display:inline-block; margin-bottom:-.1em; } .navbar{ margin-left:42em; margin-top:-1.2em; } .navbar li{ list-style-type:none; display:inline-block; padding-bottom:1em; padding-left:.3em; } #login img{ width:15em; } .register{ background-color:#FFB500; color:black; padding:.5em; border-radius:.3em; float:right; font-weight:bold; margin-right:2.5em; } #banners{ width:100%; } #banner{ text-align:center; } #pin{ background-color:#081c64; padding-right:5em; padding-left:5em; padding-top:1em; padding-bottom:1em; border-radius:2em; font-weight:bold; } #district{ color:black; padding:1em 5em 1em 5em; border-radius:2em; border:1px solid black; } #district:hover{ background-color:#081c64; color:white; font-weight:bold; } #e_pin{ padding:.5em 20em .5em 0; border-radius:.4em; background-color:white; } #s{ background-color:#dddddd; color:#081c64; font-weight:bold; padding:.5em .3em .5em .3em; border-radius:.3em; border:1px solid #081c64; } #stats{ background-color:#ddd; padding-bottom:6em; margin-bottom:-1.7em; } #stats li{ list-style-type:none; display:inline-block; padding:.9em; font-size:1.1em; } #stats a{ background-color:white; border:2px bold #ddd; color: #081c64; text-align:center; padding:.5em 5em .5em 5em; margin-left:30em; border-radius:.2em; font-weight:bold; } #working{ background-color:#FFB500; padding-bottom:5em; margin-top:0; } #working img{ width:10em; } #working li{ list-style-type:none; display:inline-block; padding-right:6em; text-align:center; } #working a{ color:#081c64; } #working h3{ color:#081c64; text-align:center; } #howtobook{ border:2px solid white; border-radius:.3em; font-size:1.5em; text-align:center; margin-left:30%; padding:.3em .3em .3em .3em; margin-top:5em; font-weight:bold; } #working h2{ color:#081c64; text-align:center; padding-top:2em; font-size:2em; } #dosanddont{ border:2px solid white; border-radius:.3em; font-size:1.5em; text-align:center; margin-left:2%; padding:.3em .3em .3em .3em; margin-top:5em; font-weight:bold; } .partners img{ display:inline-block; width:12em; padding-right:1em; margin-left:2em; } #umang{ width:5em; } #csc{ width:7em; } .partners h2{ color:#494949; } #footer{ background-color:black; padding-bottom:.1em; margin-top:.5em; color:white; font-size:1.5em; } #footer a{ color:blue; font-weight:bold; } #footer h6{ margin-left:62%; padding-top:.9em; } .min{ background-color:#02003A; margin-bottom:-2.3em; } .min img{ display:inline-block; padding-left:3em; padding-bottom:5em; } #undp{ padding-top:2.5em; }
0.500732
0.063048
.uki-button { border: 1px solid #999; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-bottom-color: #777; border-radius: 3px; background: #D7DAE4 url(button.png) repeat-x 0 0; white-space: nowrap; vertical-align: top; text-align: center; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #111; padding: 0; height: 22px; text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0px; position: relative; z-index: 10; outline: 0; _zoom: 1; _display: inline; -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0px -1px 1px inset; -moz-box-shadow: rgba(255, 255, 255, 0.3) 0px -1px 1px inset; box-shadow: rgba(255, 255, 255, 0.3) 0px -1px 1px inset; } .uki-button::-moz-focus-inner { padding: 0; border: 0; } .uki-button:hover { background-color: #F5F7FD; background-position: 0 -40px; } .uki-button:active { border-color: #666; background-color: #C5C7CD; background-position: 0 -80px; -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px inset; -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px inset; box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px inset; } .uki-button__text { margin: 0 5px; } .uki-button:focus { border-color: #7594D2; -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0px -1px 1px inset, #7594D2 0 0 3px; -moz-box-shadow: rgba(255, 255, 255, 0.3) 0px -1px 1px inset, #7594D2 0 0 3px; box-shadow: rgba(255, 255, 255, 0.3) 0px -1px 1px inset, #7594D2 0 0 3px; } .uki-button__icon { vertical-align: top; /* convert 16x16 to 16x14 */ margin-top: -1px; margin-bottom: -1px; } .uki-button_disabled, .uki-button_disabled:active, .uki-button_disabled:hover { color: #999; background-color: #eee; background-image: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-color: #AAA; } .uki-button_disabled .uki-button__icon { opacity: 0.5; } .uki-button_image-only .uki-button__text { display: none; } .uki-button_confirm { background-position: 0 -120px; border-color: #999; border-bottom-color: #779; } .uki-button_confirm:hover { background-position: 0 -160px; } .uki-button_confirm:active { background-position: 0 -200px; border-color: #77A; } .uki-button_confirm.uki-button_disabled, .uki-button_confirm.uki-button_disabled:active, .uki-button_confirm.uki-button_disabled:hover { background-color: #EEEEFA; border-color: #AAC; }
src/uki-view/view/button/button.css
.uki-button { border: 1px solid #999; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-bottom-color: #777; border-radius: 3px; background: #D7DAE4 url(button.png) repeat-x 0 0; white-space: nowrap; vertical-align: top; text-align: center; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #111; padding: 0; height: 22px; text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0px; position: relative; z-index: 10; outline: 0; _zoom: 1; _display: inline; -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0px -1px 1px inset; -moz-box-shadow: rgba(255, 255, 255, 0.3) 0px -1px 1px inset; box-shadow: rgba(255, 255, 255, 0.3) 0px -1px 1px inset; } .uki-button::-moz-focus-inner { padding: 0; border: 0; } .uki-button:hover { background-color: #F5F7FD; background-position: 0 -40px; } .uki-button:active { border-color: #666; background-color: #C5C7CD; background-position: 0 -80px; -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px inset; -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px inset; box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px inset; } .uki-button__text { margin: 0 5px; } .uki-button:focus { border-color: #7594D2; -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0px -1px 1px inset, #7594D2 0 0 3px; -moz-box-shadow: rgba(255, 255, 255, 0.3) 0px -1px 1px inset, #7594D2 0 0 3px; box-shadow: rgba(255, 255, 255, 0.3) 0px -1px 1px inset, #7594D2 0 0 3px; } .uki-button__icon { vertical-align: top; /* convert 16x16 to 16x14 */ margin-top: -1px; margin-bottom: -1px; } .uki-button_disabled, .uki-button_disabled:active, .uki-button_disabled:hover { color: #999; background-color: #eee; background-image: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-color: #AAA; } .uki-button_disabled .uki-button__icon { opacity: 0.5; } .uki-button_image-only .uki-button__text { display: none; } .uki-button_confirm { background-position: 0 -120px; border-color: #999; border-bottom-color: #779; } .uki-button_confirm:hover { background-position: 0 -160px; } .uki-button_confirm:active { background-position: 0 -200px; border-color: #77A; } .uki-button_confirm.uki-button_disabled, .uki-button_confirm.uki-button_disabled:active, .uki-button_confirm.uki-button_disabled:hover { background-color: #EEEEFA; border-color: #AAC; }
0.339937
0.093099
:root { --green: #6aaa64; --darkendGreen: #538d4e; --yellow: #c9b458; --darkendYellow: #b59f3b; --lightGray: #d8d8d8; --gray: #86888a; --darkGray: #939598; --white: #fff; --black: #212121; /* Colorblind colors */ --orange: #f5793a; --blue: #85c0f9; font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif; font-size: 16px; --header-height: 50px; --keyboard-height: 200px; --game-max-width: 500px; } /* ------------------ */ /* Light theme colors */ /* ------------------ */ :root { --color-tone-1: #1a1a1b; --color-tone-2: #787c7e; --color-tone-3: #878a8c; --color-tone-4: #d3d6da; --color-tone-5: #edeff1; --color-tone-6: #f6f7f8; --color-tone-7: #ffffff; --opacity-50: rgba(255, 255, 255, 0.5); } /* ----------------- */ /* Dark Theme Colors */ /* ----------------- */ .nightmode { --color-tone-1: #f5f5f5; --color-tone-2: #818384; --color-tone-3: #565758; --color-tone-4: #3a3a3c; --color-tone-5: #272729; --color-tone-6: #1a1a1b; --color-tone-7: #121213; --opacity-50: rgba(0, 0, 0, 0.5); } /* -------------------------------- */ /* Constant colors and theme colors */ /* -------------------------------- */ :root, .nightmode { --color-background: var(--color-tone-7); } :root { --color-present: var(--yellow); --color-correct: var(--green); --color-absent: var(--color-tone-2); --tile-text-color: var(--color-tone-7); --key-text-color: var(--color-tone-1); --key-evaluated-text-color: var(--color-tone-7); --key-bg: var(--color-tone-4); --key-bg-present: var(--color-present); --key-bg-correct: var(--color-correct); --key-bg-absent: var(--color-absent); --modal-content-bg: var(--color-tone-7); } .nightmode { --color-present: var(--darkendYellow); --color-correct: var(--darkendGreen); --color-absent: var(--color-tone-4); --tile-text-color: var(--color-tone-1); --key-text-color: var(--color-tone-1); --key-evaluated-text-color: var(--color-tone-1); --key-bg: var(--color-tone-2); --key-bg-present: var(--color-present); --key-bg-correct: var(--color-correct); --key-bg-absent: var(--color-absent); --modal-content-bg: var(--color-tone-7); } .colorblind { --color-correct: var(--orange); --color-present: var(--blue); --tile-text-color: var(--white); --key-bg-present: var(--color-present); --key-bg-correct: var(--color-correct); --key-bg-absent: var(--color-absent); } html { height: 100%; } body { height: 100%; background-color: var(--color-background); margin: 0; padding: 0; overflow-y: hidden; } @media (max-width: 600px) { .github-corner { display: none; } } /* ------------------------------------------- */ /* See JS Lines ~217: Starting Game Grid Tiles */ /* ------------------------------------------- */ .tile { width: 100%; display: inline-flex; justify-content: center; align-items: center; font-size: 2rem; line-height: 2rem; font-weight: bold; vertical-align: middle; box-sizing: border-box; color: var(--tile-text-color); text-transform: uppercase; user-select: none; } .tile::before { content: ""; display: inline-block; padding-bottom: 100%; } @media (max-height: 600px) { .tile { font-size: 1em; line-height: 1em; } } .tile[data-state="empty"] { border: 2px solid var(--color-tone-4); } .tile[data-state="tbd"] { background-color: var(--color-tone-7); border: 2px solid var(--color-tone-3); color: var(--color-tone-1); } .tile[data-state="correct"] { background-color: var(--color-correct); } .tile[data-state="present"] { background-color: var(--color-present); } .tile[data-state="absent"] { background-color: var(--color-absent); } .tile[data-animation="pop"] { animation-name: PopIn; animation-duration: 100ms; } @keyframes PopIn { from { transform: scale(0.8); opacity: 0; } 40% { transform: scale(1.1); opacity: 1; } } .tile[data-animation="flip-in"] { animation-name: FlipIn; animation-duration: 250ms; animation-timing-function: ease-in; } @keyframes FlipIn { 0% { transform: rotateX(0); } 100% { transform: rotateX(-90deg); } } .tile[data-animation="flip-out"] { animation-name: FlipOut; animation-duration: 250ms; animation-timing-function: ease-in; } @keyframes FlipOut { 0% { transform: rotateX(-90deg); } 100% { transform: rotateX(0); } } /* ---------------------------------------------- */ /* See JS Lines ~329: Row tiles and win animation */ /* ---------------------------------------------- */ .row { display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 5px; } .win { animation-name: Bounce; animation-duration: 1000ms; } @keyframes Bounce { 0%, 20% { transform: translateY(0); } 40% { transform: translateY(-30px); } 50% { transform: translateY(5px); } 60% { transform: translateY(-15px); } 80% { transform: translateY(2px); } 100% { transform: translateY(0); } } @keyframes Shake { 10%, 90% { transform: translateX(-1px); } 20%, 80% { transform: translateX(2px); } 30%, 50%, 70% { transform: translateX(-4px); } 40%, 60% { transform: translateX(4px); } } /* ------------------------------------------------------------------ */ /* See JS Lines ~1187: Settings Modal (hard, dark, color blind modes) */ /* ------------------------------------------------------------------ */ .setting { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--color-tone-4); padding: 16px 0; } a, a:visited { color: var(--color-tone-2); } a:hover { color: var(--orange); } .setting-title { font-size: 18px; } .text { padding-right: 8px; } .description { font-size: 14px; color: var(--color-tone-2); } #footnote { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px; color: var(--color-tone-2); font-size: 13px; text-align: right; display: flex; justify-content: space-between; align-items: flex-end; } #privacy-policy, #copyright { text-align: left; padding: 5px; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { .setting { padding: 16px; } } /* ---------------------------------------------- */ /* See JS Lines ~1317: Toast window notifications */ /* ---------------------------------------------- */ .toast { position: relative; margin: 10px; background-color: var(--color-tone-1); color: var(--color-tone-7); padding: 16px; border: none; border-radius: 4px; opacity: 1; transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1); font-weight: 700; letter-spacing: 0.75px; } .win { background-color: var(--color-correct); color: var(--tile-text-color); } /* ------------------------------------------------- */ /* See JS Lines ~1480: Header, title, and game board */ /* ------------------------------------------------- */ .toaster { position: absolute; top: 10%; left: 50%; transform: translate(-50%, 0); pointer-events: none; width: fit-content; } #game { width: 100%; max-width: var(--game-max-width); margin: 0 auto; height: 100%; display: flex; flex-direction: column; } header { display: flex; justify-content: space-between; align-items: center; height: var(--header-height); color: var(--color-tone-1); border-bottom: 1px solid var(--color-tone-4); } .title { font-family: jubilat, serif; font-weight: 600; font-style: normal; font-size: 40px; letter-spacing: 0.07rem; text-align: center; position: absolute; left: 0; right: 0; pointer-events: none; } @media (max-width: 360px) { header .title { font-size: 22px; letter-spacing: 0.05rem; } } #board-container { display: flex; justify-content: center; align-items: center; flex-grow: 1; overflow: hidden; } #board { display: grid; grid-template-rows: repeat(6, 1fr); grid-gap: 5px; padding: 10px; box-sizing: border-box; } button.icon { background: none; border: none; cursor: pointer; padding: 0 4px; } #debug-tools { position: absolute; bottom: 0; } /* ------------------------------------ */ /* See JS Lines ~1927: Statistics modal */ /* ------------------------------------ */ .stats-content { position: relative; border-radius: 8px; border: 1px solid var(--color-tone-6); background-color: var(--modal-content-bg); color: var(--color-tone-1); box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.2); width: 90%; max-height: 90%; overflow-y: auto; animation: SlideIn 200ms; max-width: var(--game-max-width); padding: 16px; box-sizing: border-box; } .stats-content.closing { animation: SlideOut 200ms; } .stats-close-icon { width: 24px; height: 24px; position: absolute; top: 16px; right: 16px; } #stats-icon game-icon { position: fixed; user-select: none; cursor: pointer; } @keyframes SlideIn { 0% { transform: translateY(30px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } @keyframes SlideOut { 0% { transform: translateY(0px); opacity: 1; } 90% { opacity: 0; } 100% { opacity: 0; transform: translateY(60px); } } /* --------------------------------------- */ /* See JS Lines ~2000: The bottom keyboard */ /* --------------------------------------- */ #keyboard { margin: 0 8px; user-select: none; } .keyboard-row { display: flex; width: 100%; margin: 0 auto 8px; touch-action: manipulation; } button#key-button { font-family: inherit; font-weight: bold; font-size: 15px; border: 0; padding: 0; margin: 0 6px 0 0; height: 58px; border-radius: 4px; cursor: pointer; user-select: none; background-color: var(--key-bg); color: var(--key-text-color); flex: 1; display: flex; justify-content: center; align-items: center; text-transform: uppercase; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); } button#key-button:hover, button#key-button:focus { outline: none; background-color: var(--orange); } button#key-button.fade { transition: background-color 0.1s ease, color 0.1s ease; } button#key-button:last-of-type { margin: 0; } .half { flex: 0.5; } button#key-button.one { flex: 1; } button#key-button.one-and-a-half { flex: 1.5; font-size: 14px; } button#key-button.two { flex: 2; } button#key-button[data-state="correct"] { background-color: var(--key-bg-correct); color: var(--key-evaluated-text-color); } button#key-button[data-state="present"] { background-color: var(--key-bg-present); color: var(--key-evaluated-text-color); } button#key-button[data-state="absent"] { background-color: var(--key-bg-absent); color: var(--key-evaluated-text-color); } button#key-button[data-state="correct"]:focus, button#key-button[data-state="present"]:focus, button#key-button[data-state="absent"]:focus, button#key-button[data-state="correct"]:hover, button#key-button[data-state="present"]:hover, button#key-button[data-state="absent"]:hover { background-color: var(--orange); } /* ------------------------------------------------- */ /* See JS Lines ~2410: Statistics data and bar graph */ /* ------------------------------------------------- */ .stats-modal-container { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 16px 0; } #stats-modal-title { font-weight: 700; font-size: 18px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center; margin-bottom: 10px; color: var(--color-correct); } #statistics { display: flex; } .statistic-container { flex: 1; } .statistic-container .statistic { font-size: 36px; font-weight: 400; display: flex; align-items: center; justify-content: center; text-align: center; letter-spacing: 0.05em; font-variant-numeric: proportional-nums; } .statistic.timer { font-variant-numeric: initial; } .statistic-container .label { font-size: 12px; display: flex; align-items: center; justify-content: center; text-align: center; } #guess-distribution { width: 80%; } .graph-container { width: 100%; height: 20px; display: flex; align-items: center; padding-bottom: 4px; font-size: 14px; line-height: 20px; } .graph-container .graph { width: 100%; height: 100%; padding-left: 4px; } .graph-container .graph .graph-bar { height: 100%; width: 0%; position: relative; background-color: var(--color-absent); display: flex; justify-content: center; } .graph-container .graph .graph-bar.align-right.highlight { background-color: var(--color-correct); } .graph-container .graph .graph-bar.align-right { justify-content: flex-end; padding-right: 8px; background-color: var(--color-absent); } .graph-container .graph .num-guesses { font-weight: bold; color: var(--tile-text-color); } #statistics, #guess-distribution { padding-bottom: 10px; } .stats-footer { display: flex; width: 100%; place-content: center; } .countdown { border-right: 1px solid var(--color-tone-1); padding-right: 12px; width: 50%; } .share { display: flex; justify-content: center; align-items: center; padding-left: 12px; width: 50%; display: none; } .no-data { text-align: center; } button#retry-button { background-color: var(--key-bg-correct); color: var(--key-evaluated-text-color); font-family: inherit; font-weight: bold; letter-spacing: 0.5px; border-radius: 4px; cursor: pointer; border: none; user-select: none; display: flex; justify-content: center; align-items: center; text-transform: uppercase; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); width: 80%; font-size: 20px; height: 52px; filter: brightness(100%); } button#retry-button:hover { opacity: 0.9; } button#retry-button game-icon { width: 24px; height: 24px; padding-left: 8px; } /* ------------------------------------------------ */ /* See JS Lines ~2537: Settings modal: toggle knobs */ /* ------------------------------------------------ */ .toggle-container { display: flex; justify-content: space-between; } .switch { height: 20px; width: 32px; background: var(--color-tone-3); border-radius: 999px; display: block; position: relative; } .knob { display: block; position: absolute; left: 2px; top: 2px; height: calc(100% - 4px); width: 50%; border-radius: 8px; background: var(--white); transform: translateX(0); transition: transform 0.3s; } /* -------------------------------------------------- */ /* See JS Lines ~2620: Game help / instructions modal */ /* -------------------------------------------------- */ .instructions { font-size: 15px; color: var(--color-tone-1); } #example-title { font-size: 20px; } .examples { font-size: 16px; border-bottom: 1px solid var(--color-tone-4); border-top: 1px solid var(--color-tone-4); } .example { margin-top: 24px; margin-bottom: 24px; } #play-footnote { font-size: 18px; font-weight: 500; } #play-footnote span { font-size: 28px; color: var(--color-tone-1); font-family: jubilat, serif; font-weight: 600; } game-tile#intro { width: 46px; height: 46px; } /* ------------------------------------------------------------------------------- */ /* See JS Lines ~2700: Overlay for the header modals: "How to Play" and "Settings" */ /* ------------------------------------------------------------------------------- */ .content { position: relative; color: var(--color-tone-1); padding: 0 32px; max-width: var(--game-max-width); width: 100%; overflow-y: auto; height: 100%; display: flex; flex-direction: column; } .overlay-content-container { height: 100%; } .overlay.closing { animation: SlideOut 150ms linear; } #overlay-header { display: flex; justify-content: center; align-items: center; position: relative; } #overlay-header-title { font-weight: 700; font-size: 28px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center; margin-bottom: 10px; color: var(--color-correct); } @keyframes SlideIn { 0% { transform: translateY(30px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } @keyframes SlideOut { 0% { transform: translateY(0px); opacity: 1; } 90% { opacity: 0; } 100% { opacity: 0; transform: translateY(60px); } }
style.css
:root { --green: #6aaa64; --darkendGreen: #538d4e; --yellow: #c9b458; --darkendYellow: #b59f3b; --lightGray: #d8d8d8; --gray: #86888a; --darkGray: #939598; --white: #fff; --black: #212121; /* Colorblind colors */ --orange: #f5793a; --blue: #85c0f9; font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif; font-size: 16px; --header-height: 50px; --keyboard-height: 200px; --game-max-width: 500px; } /* ------------------ */ /* Light theme colors */ /* ------------------ */ :root { --color-tone-1: #1a1a1b; --color-tone-2: #787c7e; --color-tone-3: #878a8c; --color-tone-4: #d3d6da; --color-tone-5: #edeff1; --color-tone-6: #f6f7f8; --color-tone-7: #ffffff; --opacity-50: rgba(255, 255, 255, 0.5); } /* ----------------- */ /* Dark Theme Colors */ /* ----------------- */ .nightmode { --color-tone-1: #f5f5f5; --color-tone-2: #818384; --color-tone-3: #565758; --color-tone-4: #3a3a3c; --color-tone-5: #272729; --color-tone-6: #1a1a1b; --color-tone-7: #121213; --opacity-50: rgba(0, 0, 0, 0.5); } /* -------------------------------- */ /* Constant colors and theme colors */ /* -------------------------------- */ :root, .nightmode { --color-background: var(--color-tone-7); } :root { --color-present: var(--yellow); --color-correct: var(--green); --color-absent: var(--color-tone-2); --tile-text-color: var(--color-tone-7); --key-text-color: var(--color-tone-1); --key-evaluated-text-color: var(--color-tone-7); --key-bg: var(--color-tone-4); --key-bg-present: var(--color-present); --key-bg-correct: var(--color-correct); --key-bg-absent: var(--color-absent); --modal-content-bg: var(--color-tone-7); } .nightmode { --color-present: var(--darkendYellow); --color-correct: var(--darkendGreen); --color-absent: var(--color-tone-4); --tile-text-color: var(--color-tone-1); --key-text-color: var(--color-tone-1); --key-evaluated-text-color: var(--color-tone-1); --key-bg: var(--color-tone-2); --key-bg-present: var(--color-present); --key-bg-correct: var(--color-correct); --key-bg-absent: var(--color-absent); --modal-content-bg: var(--color-tone-7); } .colorblind { --color-correct: var(--orange); --color-present: var(--blue); --tile-text-color: var(--white); --key-bg-present: var(--color-present); --key-bg-correct: var(--color-correct); --key-bg-absent: var(--color-absent); } html { height: 100%; } body { height: 100%; background-color: var(--color-background); margin: 0; padding: 0; overflow-y: hidden; } @media (max-width: 600px) { .github-corner { display: none; } } /* ------------------------------------------- */ /* See JS Lines ~217: Starting Game Grid Tiles */ /* ------------------------------------------- */ .tile { width: 100%; display: inline-flex; justify-content: center; align-items: center; font-size: 2rem; line-height: 2rem; font-weight: bold; vertical-align: middle; box-sizing: border-box; color: var(--tile-text-color); text-transform: uppercase; user-select: none; } .tile::before { content: ""; display: inline-block; padding-bottom: 100%; } @media (max-height: 600px) { .tile { font-size: 1em; line-height: 1em; } } .tile[data-state="empty"] { border: 2px solid var(--color-tone-4); } .tile[data-state="tbd"] { background-color: var(--color-tone-7); border: 2px solid var(--color-tone-3); color: var(--color-tone-1); } .tile[data-state="correct"] { background-color: var(--color-correct); } .tile[data-state="present"] { background-color: var(--color-present); } .tile[data-state="absent"] { background-color: var(--color-absent); } .tile[data-animation="pop"] { animation-name: PopIn; animation-duration: 100ms; } @keyframes PopIn { from { transform: scale(0.8); opacity: 0; } 40% { transform: scale(1.1); opacity: 1; } } .tile[data-animation="flip-in"] { animation-name: FlipIn; animation-duration: 250ms; animation-timing-function: ease-in; } @keyframes FlipIn { 0% { transform: rotateX(0); } 100% { transform: rotateX(-90deg); } } .tile[data-animation="flip-out"] { animation-name: FlipOut; animation-duration: 250ms; animation-timing-function: ease-in; } @keyframes FlipOut { 0% { transform: rotateX(-90deg); } 100% { transform: rotateX(0); } } /* ---------------------------------------------- */ /* See JS Lines ~329: Row tiles and win animation */ /* ---------------------------------------------- */ .row { display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 5px; } .win { animation-name: Bounce; animation-duration: 1000ms; } @keyframes Bounce { 0%, 20% { transform: translateY(0); } 40% { transform: translateY(-30px); } 50% { transform: translateY(5px); } 60% { transform: translateY(-15px); } 80% { transform: translateY(2px); } 100% { transform: translateY(0); } } @keyframes Shake { 10%, 90% { transform: translateX(-1px); } 20%, 80% { transform: translateX(2px); } 30%, 50%, 70% { transform: translateX(-4px); } 40%, 60% { transform: translateX(4px); } } /* ------------------------------------------------------------------ */ /* See JS Lines ~1187: Settings Modal (hard, dark, color blind modes) */ /* ------------------------------------------------------------------ */ .setting { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--color-tone-4); padding: 16px 0; } a, a:visited { color: var(--color-tone-2); } a:hover { color: var(--orange); } .setting-title { font-size: 18px; } .text { padding-right: 8px; } .description { font-size: 14px; color: var(--color-tone-2); } #footnote { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px; color: var(--color-tone-2); font-size: 13px; text-align: right; display: flex; justify-content: space-between; align-items: flex-end; } #privacy-policy, #copyright { text-align: left; padding: 5px; } @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { .setting { padding: 16px; } } /* ---------------------------------------------- */ /* See JS Lines ~1317: Toast window notifications */ /* ---------------------------------------------- */ .toast { position: relative; margin: 10px; background-color: var(--color-tone-1); color: var(--color-tone-7); padding: 16px; border: none; border-radius: 4px; opacity: 1; transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1); font-weight: 700; letter-spacing: 0.75px; } .win { background-color: var(--color-correct); color: var(--tile-text-color); } /* ------------------------------------------------- */ /* See JS Lines ~1480: Header, title, and game board */ /* ------------------------------------------------- */ .toaster { position: absolute; top: 10%; left: 50%; transform: translate(-50%, 0); pointer-events: none; width: fit-content; } #game { width: 100%; max-width: var(--game-max-width); margin: 0 auto; height: 100%; display: flex; flex-direction: column; } header { display: flex; justify-content: space-between; align-items: center; height: var(--header-height); color: var(--color-tone-1); border-bottom: 1px solid var(--color-tone-4); } .title { font-family: jubilat, serif; font-weight: 600; font-style: normal; font-size: 40px; letter-spacing: 0.07rem; text-align: center; position: absolute; left: 0; right: 0; pointer-events: none; } @media (max-width: 360px) { header .title { font-size: 22px; letter-spacing: 0.05rem; } } #board-container { display: flex; justify-content: center; align-items: center; flex-grow: 1; overflow: hidden; } #board { display: grid; grid-template-rows: repeat(6, 1fr); grid-gap: 5px; padding: 10px; box-sizing: border-box; } button.icon { background: none; border: none; cursor: pointer; padding: 0 4px; } #debug-tools { position: absolute; bottom: 0; } /* ------------------------------------ */ /* See JS Lines ~1927: Statistics modal */ /* ------------------------------------ */ .stats-content { position: relative; border-radius: 8px; border: 1px solid var(--color-tone-6); background-color: var(--modal-content-bg); color: var(--color-tone-1); box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.2); width: 90%; max-height: 90%; overflow-y: auto; animation: SlideIn 200ms; max-width: var(--game-max-width); padding: 16px; box-sizing: border-box; } .stats-content.closing { animation: SlideOut 200ms; } .stats-close-icon { width: 24px; height: 24px; position: absolute; top: 16px; right: 16px; } #stats-icon game-icon { position: fixed; user-select: none; cursor: pointer; } @keyframes SlideIn { 0% { transform: translateY(30px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } @keyframes SlideOut { 0% { transform: translateY(0px); opacity: 1; } 90% { opacity: 0; } 100% { opacity: 0; transform: translateY(60px); } } /* --------------------------------------- */ /* See JS Lines ~2000: The bottom keyboard */ /* --------------------------------------- */ #keyboard { margin: 0 8px; user-select: none; } .keyboard-row { display: flex; width: 100%; margin: 0 auto 8px; touch-action: manipulation; } button#key-button { font-family: inherit; font-weight: bold; font-size: 15px; border: 0; padding: 0; margin: 0 6px 0 0; height: 58px; border-radius: 4px; cursor: pointer; user-select: none; background-color: var(--key-bg); color: var(--key-text-color); flex: 1; display: flex; justify-content: center; align-items: center; text-transform: uppercase; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); } button#key-button:hover, button#key-button:focus { outline: none; background-color: var(--orange); } button#key-button.fade { transition: background-color 0.1s ease, color 0.1s ease; } button#key-button:last-of-type { margin: 0; } .half { flex: 0.5; } button#key-button.one { flex: 1; } button#key-button.one-and-a-half { flex: 1.5; font-size: 14px; } button#key-button.two { flex: 2; } button#key-button[data-state="correct"] { background-color: var(--key-bg-correct); color: var(--key-evaluated-text-color); } button#key-button[data-state="present"] { background-color: var(--key-bg-present); color: var(--key-evaluated-text-color); } button#key-button[data-state="absent"] { background-color: var(--key-bg-absent); color: var(--key-evaluated-text-color); } button#key-button[data-state="correct"]:focus, button#key-button[data-state="present"]:focus, button#key-button[data-state="absent"]:focus, button#key-button[data-state="correct"]:hover, button#key-button[data-state="present"]:hover, button#key-button[data-state="absent"]:hover { background-color: var(--orange); } /* ------------------------------------------------- */ /* See JS Lines ~2410: Statistics data and bar graph */ /* ------------------------------------------------- */ .stats-modal-container { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 16px 0; } #stats-modal-title { font-weight: 700; font-size: 18px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center; margin-bottom: 10px; color: var(--color-correct); } #statistics { display: flex; } .statistic-container { flex: 1; } .statistic-container .statistic { font-size: 36px; font-weight: 400; display: flex; align-items: center; justify-content: center; text-align: center; letter-spacing: 0.05em; font-variant-numeric: proportional-nums; } .statistic.timer { font-variant-numeric: initial; } .statistic-container .label { font-size: 12px; display: flex; align-items: center; justify-content: center; text-align: center; } #guess-distribution { width: 80%; } .graph-container { width: 100%; height: 20px; display: flex; align-items: center; padding-bottom: 4px; font-size: 14px; line-height: 20px; } .graph-container .graph { width: 100%; height: 100%; padding-left: 4px; } .graph-container .graph .graph-bar { height: 100%; width: 0%; position: relative; background-color: var(--color-absent); display: flex; justify-content: center; } .graph-container .graph .graph-bar.align-right.highlight { background-color: var(--color-correct); } .graph-container .graph .graph-bar.align-right { justify-content: flex-end; padding-right: 8px; background-color: var(--color-absent); } .graph-container .graph .num-guesses { font-weight: bold; color: var(--tile-text-color); } #statistics, #guess-distribution { padding-bottom: 10px; } .stats-footer { display: flex; width: 100%; place-content: center; } .countdown { border-right: 1px solid var(--color-tone-1); padding-right: 12px; width: 50%; } .share { display: flex; justify-content: center; align-items: center; padding-left: 12px; width: 50%; display: none; } .no-data { text-align: center; } button#retry-button { background-color: var(--key-bg-correct); color: var(--key-evaluated-text-color); font-family: inherit; font-weight: bold; letter-spacing: 0.5px; border-radius: 4px; cursor: pointer; border: none; user-select: none; display: flex; justify-content: center; align-items: center; text-transform: uppercase; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); width: 80%; font-size: 20px; height: 52px; filter: brightness(100%); } button#retry-button:hover { opacity: 0.9; } button#retry-button game-icon { width: 24px; height: 24px; padding-left: 8px; } /* ------------------------------------------------ */ /* See JS Lines ~2537: Settings modal: toggle knobs */ /* ------------------------------------------------ */ .toggle-container { display: flex; justify-content: space-between; } .switch { height: 20px; width: 32px; background: var(--color-tone-3); border-radius: 999px; display: block; position: relative; } .knob { display: block; position: absolute; left: 2px; top: 2px; height: calc(100% - 4px); width: 50%; border-radius: 8px; background: var(--white); transform: translateX(0); transition: transform 0.3s; } /* -------------------------------------------------- */ /* See JS Lines ~2620: Game help / instructions modal */ /* -------------------------------------------------- */ .instructions { font-size: 15px; color: var(--color-tone-1); } #example-title { font-size: 20px; } .examples { font-size: 16px; border-bottom: 1px solid var(--color-tone-4); border-top: 1px solid var(--color-tone-4); } .example { margin-top: 24px; margin-bottom: 24px; } #play-footnote { font-size: 18px; font-weight: 500; } #play-footnote span { font-size: 28px; color: var(--color-tone-1); font-family: jubilat, serif; font-weight: 600; } game-tile#intro { width: 46px; height: 46px; } /* ------------------------------------------------------------------------------- */ /* See JS Lines ~2700: Overlay for the header modals: "How to Play" and "Settings" */ /* ------------------------------------------------------------------------------- */ .content { position: relative; color: var(--color-tone-1); padding: 0 32px; max-width: var(--game-max-width); width: 100%; overflow-y: auto; height: 100%; display: flex; flex-direction: column; } .overlay-content-container { height: 100%; } .overlay.closing { animation: SlideOut 150ms linear; } #overlay-header { display: flex; justify-content: center; align-items: center; position: relative; } #overlay-header-title { font-weight: 700; font-size: 28px; letter-spacing: 0.5px; text-transform: uppercase; text-align: center; margin-bottom: 10px; color: var(--color-correct); } @keyframes SlideIn { 0% { transform: translateY(30px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } @keyframes SlideOut { 0% { transform: translateY(0px); opacity: 1; } 90% { opacity: 0; } 100% { opacity: 0; transform: translateY(60px); } }
0.452052
0.107344
* { box-sizing: border-box; text-decoration: none; } html { scroll-behavior: smooth; } body{ font-size: 100%; background-image: url(imagens/flamengo9.jpg); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; padding: 10px; } #fundo_fosco{ background-color: rgba(255, 255, 255,0.9); border-radius: 8px; padding: 40px; } .cabecalho{ background-color: white; margin: none; padding: none; border-radius: 8px; display: flex; flex-direction: row; align-items: center; justify-content: space-evenly; } p{ font-family: 'Playfair Display', serif; } h1{ font-family: 'Varela Round', sans-serif; } h3 { font-family: 'Varela Round', sans-serif; } .estilolink { background-color:#a11722; color: white; padding: 10px; padding-top: 5px; padding-bottom: 5px; border-radius: 8px; border: 2px solid black; } .estilolink:hover{ background-color: black; } .rodape{ background-color: white; margin: none; padding: none; border-radius: 8px; display: flex; flex-direction: row; align-items: center; justify-content: space-evenly; } .linkrodape{ background-color:#a11722; color: white; padding: 10px; padding-top: 5px; padding-bottom: 5px; border-radius: 8px; border: 2px solid black; } .linkrodape:hover{ background-color: black; } .tagiuri{ background-color:#a11722; color: black; padding: 10px; padding-top: 2px; padding-bottom: 2px; border-radius: 30px; border: 2px solid white; } .tagiuri:hover{ background-color: white; color: red; } .centrotag{ display: flex; flex-direction: row; align-items: center; justify-content: space-evenly; } th{ color: black; border: 2px solid; text-align: center; border-radius: 3px; padding: 3px; } td{ border: 1px solid; text-align: center; padding: 3px; } .gabigol:visited{ color: black; } .flamengo:visited{ color: black; }
style.css
* { box-sizing: border-box; text-decoration: none; } html { scroll-behavior: smooth; } body{ font-size: 100%; background-image: url(imagens/flamengo9.jpg); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; padding: 10px; } #fundo_fosco{ background-color: rgba(255, 255, 255,0.9); border-radius: 8px; padding: 40px; } .cabecalho{ background-color: white; margin: none; padding: none; border-radius: 8px; display: flex; flex-direction: row; align-items: center; justify-content: space-evenly; } p{ font-family: 'Playfair Display', serif; } h1{ font-family: 'Varela Round', sans-serif; } h3 { font-family: 'Varela Round', sans-serif; } .estilolink { background-color:#a11722; color: white; padding: 10px; padding-top: 5px; padding-bottom: 5px; border-radius: 8px; border: 2px solid black; } .estilolink:hover{ background-color: black; } .rodape{ background-color: white; margin: none; padding: none; border-radius: 8px; display: flex; flex-direction: row; align-items: center; justify-content: space-evenly; } .linkrodape{ background-color:#a11722; color: white; padding: 10px; padding-top: 5px; padding-bottom: 5px; border-radius: 8px; border: 2px solid black; } .linkrodape:hover{ background-color: black; } .tagiuri{ background-color:#a11722; color: black; padding: 10px; padding-top: 2px; padding-bottom: 2px; border-radius: 30px; border: 2px solid white; } .tagiuri:hover{ background-color: white; color: red; } .centrotag{ display: flex; flex-direction: row; align-items: center; justify-content: space-evenly; } th{ color: black; border: 2px solid; text-align: center; border-radius: 3px; padding: 3px; } td{ border: 1px solid; text-align: center; padding: 3px; } .gabigol:visited{ color: black; } .flamengo:visited{ color: black; }
0.342132
0.147279
*{ font-size: 16px; } ul.mui-table-view { background-color: #EFEFF4; } ul.mui-table-view li { background-color: #fff; } .avatar { float: left; } .circle-img{ width: 45px; height: 45px; border-radius: 50%; 1box-shadow: 0 0 1px 1px rgba(130,130,130,0.7); } .user-img{ width: 60px; height: 60px; border-radius: 50%; 1box-shadow: 0 0 1px 1px rgba(130,130,130,0.7); } .user-cell4{ display: inline-block; float:left; } .user-cell_right { position: relative; display: inline-block; width: 50%; margin-left: 20px; margin-top: 10px; } .cell-top>span{ 1display: inline-block; height: 100px; border: 0px; padding: 8px 0px; text-align: center; } .userInfo { float: left; margin-left: 20px; } .userInfo p { font-size: 1em; color: #333333; } .userInfo .phoneno{ font-size: 0.8em; color: #666666; } #phoneno{ font-size: 1em; color: #666666; } #otherhalfPhoneno{ font-size: 1em; color: #666666; } .userline { margin-bottom: 12px; } .img-tip { float: left; } .img-tip>*{ vertical-align: middle; } .img-tip img{ width: 20px; height: 20px; margin-top: 3px; margin-left: 3px; } .menu-content{ margin-left: 12px; line-height: 1.8em; float: left; } .menu-content p{ font-size: 1em; color: #333333; } .menu-tip{ line-height: 1.8em; float:right; } .menu-tip p{ font-size: 12px; margin-right: 20px; } .menu-tip-higher{ line-height: 2.8em; float:right; } .menu-tip-higher p{ font-size: 12px; margin-right: 20px; } ul li.userline::after{ background-color: #fff !important; } ul li.userline a::after{ border: 0px; } .halfline{ margin-top: -15px; border-top: 2px dotted #EFEFF4; } .land-cell{ position: relative; } .land-cell a{ display: inline-block; border-left: 1px outset #E1E1E1; height: 60px; } .land-cell>span{ 1display: inline-block; height: 80px; border: 0px; padding: 8px 0px; text-align: center; } .land-cell .cell-left{ display: inline-block; width: 48%; } .land-cell .cell-right{ position: absolute; top: 0px; right: 0px; width: 48%; } .land-cell4{ position: relative; display: inline-block; width: 23%; } .land-cell img{ width: 40px; height: 40px; } .land-cell_add{ display: inline-block; width: 40px; height: 40px; box-shadow: 0 0 1px 1px #E1E1E1; border-radius: 50%; background-color: #F1F1F1; } .land-cell_add i{ margin-top: 4px; color: #666666; font-size: 34px; font-weight: 300; } #recharge{float:right; padding-right: 25px; padding-top: 3px;}
Public/Home/css/me.css
*{ font-size: 16px; } ul.mui-table-view { background-color: #EFEFF4; } ul.mui-table-view li { background-color: #fff; } .avatar { float: left; } .circle-img{ width: 45px; height: 45px; border-radius: 50%; 1box-shadow: 0 0 1px 1px rgba(130,130,130,0.7); } .user-img{ width: 60px; height: 60px; border-radius: 50%; 1box-shadow: 0 0 1px 1px rgba(130,130,130,0.7); } .user-cell4{ display: inline-block; float:left; } .user-cell_right { position: relative; display: inline-block; width: 50%; margin-left: 20px; margin-top: 10px; } .cell-top>span{ 1display: inline-block; height: 100px; border: 0px; padding: 8px 0px; text-align: center; } .userInfo { float: left; margin-left: 20px; } .userInfo p { font-size: 1em; color: #333333; } .userInfo .phoneno{ font-size: 0.8em; color: #666666; } #phoneno{ font-size: 1em; color: #666666; } #otherhalfPhoneno{ font-size: 1em; color: #666666; } .userline { margin-bottom: 12px; } .img-tip { float: left; } .img-tip>*{ vertical-align: middle; } .img-tip img{ width: 20px; height: 20px; margin-top: 3px; margin-left: 3px; } .menu-content{ margin-left: 12px; line-height: 1.8em; float: left; } .menu-content p{ font-size: 1em; color: #333333; } .menu-tip{ line-height: 1.8em; float:right; } .menu-tip p{ font-size: 12px; margin-right: 20px; } .menu-tip-higher{ line-height: 2.8em; float:right; } .menu-tip-higher p{ font-size: 12px; margin-right: 20px; } ul li.userline::after{ background-color: #fff !important; } ul li.userline a::after{ border: 0px; } .halfline{ margin-top: -15px; border-top: 2px dotted #EFEFF4; } .land-cell{ position: relative; } .land-cell a{ display: inline-block; border-left: 1px outset #E1E1E1; height: 60px; } .land-cell>span{ 1display: inline-block; height: 80px; border: 0px; padding: 8px 0px; text-align: center; } .land-cell .cell-left{ display: inline-block; width: 48%; } .land-cell .cell-right{ position: absolute; top: 0px; right: 0px; width: 48%; } .land-cell4{ position: relative; display: inline-block; width: 23%; } .land-cell img{ width: 40px; height: 40px; } .land-cell_add{ display: inline-block; width: 40px; height: 40px; box-shadow: 0 0 1px 1px #E1E1E1; border-radius: 50%; background-color: #F1F1F1; } .land-cell_add i{ margin-top: 4px; color: #666666; font-size: 34px; font-weight: 300; } #recharge{float:right; padding-right: 25px; padding-top: 3px;}
0.188473
0.122891
.UIMediaButton_Container{display:block;color:#777;text-decoration:none;} .UIMediaButton_Container .UIMediaButton_top_row{height:100%;} .UIMediaButton_Container .UIMediaButton_tl{height:11px;width:10px;background:url(/images/new_media_button.png) no-repeat left top;} .UIMediaButton_Container .UIMediaButton_tr{height:11px;width:10px;background:url(/images/new_media_button.png) no-repeat top right;} .UIMediaButton_Container .UIMediaButton_bl{background:url(/images/new_media_button.png) no-repeat bottom left;} .UIMediaButton_Container .UIMediaButton_br{background:url(/images/new_media_button.png) no-repeat bottom right;} .UIMediaButton_Container .UIMediaButton_bottom{background:url(/images/new_media_button.png) transparent -7px bottom;} .UIMediaButton_Container .UIMediaButton_content{background:url(/images/new_media_button.png) no-repeat -7px 0px;vertical-align:bottom;} .UIMediaButton_Container .UIMediaButton_corner{height:11px;overflow:hidden;width:10px;} .UIMediaButton_Container .UIMediaButton_tr_crop{margin-left:-590px;} .UIMediaButton_Container .UIMediaButton_bl_crop{margin-top:-189px;} .UIMediaButton_Container .UIMediaButton_br_crop{margin-left:-590px;margin-top:-189px;} .UIMediaButton_Container .UIMediaButton_lower_row{height:9px } .UIMediaButton_Container a{color:#333;font-size:11px;font-weight:bold;display:block;padding:3px 2px 4px 12px;text-shadow:white 0px 1px 1px;float:left;} .UIMediaButton_Container:hover{text-decoration:underline;} .UIMediaButton_Container:active .UIMediaButton_content, .UIMediaButton_Container:active .UIMediaButton_bottom, .UIMediaButton_Container:active .UIMediaButton_tl, .UIMediaButton_Container:active .UIMediaButton_tr, .UIMediaButton_Container:active .UIMediaButton_bl, .UIMediaButton_Container:active .UIMediaButton_br{background-image:url(/images/new_media_button_active.gif);} .UIMediaButton_Container .UIMediaButton_piped{border-right:1px solid #AAAAAA;margin-right:7px;margin-top:-1px;padding:3px 9px 4px 12px;} .UIMediaButton_Container .UIMediaButton_nohref{cursor:pointer;position:relative;top:-3px;} #UIMediaButton_plus{background:url(/images/buttons/toolbar_button_plus.gif) no-repeat left 5px;color:#333;font-size:11px;font-weight:bold;display:block;text-shadow:white 0px 1px 1px;} #UIMediaButton_record{background:url(/images/buttons/toolbar_button_record.gif) no-repeat left 5px;color:#333;font-size:11px;font-weight:bold;display:block;text-shadow:white 0px 1px 1px;} .UITabStructure_Container{margin:0px;padding:3px 0;} .UITabStructure_BottomBorder{border-bottom:1px solid #898989;} .UITabStructure_Left{padding-left:10px;float:left;} .UITabStructure_Right{padding-right:10px;float:right;} .UITabStructure_FullBleed{padding:0px;} .UITabStructure_Tabs{margin:0;padding:0;list-style:none;text-align:center;display:inline;} .UITabStructure_Tabs li{display:inline;padding:2px 0px 3px;background:#f1f1f1 url(/images/components/toggle_tab_gloss.gif) top left repeat-x;font-size:13px;} .UITabStructure_Tabs li a{border:1px solid #898989;border-left:0;color:#333;font-weight:bold;padding:2px 8px 3px 9px;} .UITabStructure_Tabs li a:focus{outline:0px;} .UITabStructure_Tabs li.UITabStructure_TabFirst a{border:1px solid #898989;} .UITabStructure_Tabs li a.UITabStructure_TabSelected{margin-left:-1px;background:#6d84b4;border:1px solid #3b5998;border-left:1px solid #5973a9;border-right:1px solid #5973a9;color:#fff;} .UITabStructure_Tabs li.UITabStructure_TabLast a.UITabStructure_TabSelected{margin-left:-1px;border-left:1px solid #5973a9;border-right:1px solid #36538f;} .UITabStructure_Tabs li.UITabStructure_TabFirst a.UITabStructure_TabSelected{margin:0;border-left:1px solid #36538f;border-right:1px solid #5973a9;} .UITabStructure_Tabs li.UITabStructure_TabFirst.UITabStructure_TabLast a.UITabStructure_TabSelected{border:1px solid #36538f;} .UITabStructure_Tabs li a.UITabStructure_TabSelected:hover{text-decoration:none;} .UITabStructure_Tabs li a.UITabStructure_TabDisabled{color:#999;cursor:default;} .UITabStructure_Tabs li a.UITabStructure_TabDisabled:hover{text-decoration:none;} #bootloader_css_4i7yo5evsa04so80_pkg_css { height: 42px; }
companies/facebook/simonsays/simonsays_files/4i7yo5evsa04so80.pkg.css
.UIMediaButton_Container{display:block;color:#777;text-decoration:none;} .UIMediaButton_Container .UIMediaButton_top_row{height:100%;} .UIMediaButton_Container .UIMediaButton_tl{height:11px;width:10px;background:url(/images/new_media_button.png) no-repeat left top;} .UIMediaButton_Container .UIMediaButton_tr{height:11px;width:10px;background:url(/images/new_media_button.png) no-repeat top right;} .UIMediaButton_Container .UIMediaButton_bl{background:url(/images/new_media_button.png) no-repeat bottom left;} .UIMediaButton_Container .UIMediaButton_br{background:url(/images/new_media_button.png) no-repeat bottom right;} .UIMediaButton_Container .UIMediaButton_bottom{background:url(/images/new_media_button.png) transparent -7px bottom;} .UIMediaButton_Container .UIMediaButton_content{background:url(/images/new_media_button.png) no-repeat -7px 0px;vertical-align:bottom;} .UIMediaButton_Container .UIMediaButton_corner{height:11px;overflow:hidden;width:10px;} .UIMediaButton_Container .UIMediaButton_tr_crop{margin-left:-590px;} .UIMediaButton_Container .UIMediaButton_bl_crop{margin-top:-189px;} .UIMediaButton_Container .UIMediaButton_br_crop{margin-left:-590px;margin-top:-189px;} .UIMediaButton_Container .UIMediaButton_lower_row{height:9px } .UIMediaButton_Container a{color:#333;font-size:11px;font-weight:bold;display:block;padding:3px 2px 4px 12px;text-shadow:white 0px 1px 1px;float:left;} .UIMediaButton_Container:hover{text-decoration:underline;} .UIMediaButton_Container:active .UIMediaButton_content, .UIMediaButton_Container:active .UIMediaButton_bottom, .UIMediaButton_Container:active .UIMediaButton_tl, .UIMediaButton_Container:active .UIMediaButton_tr, .UIMediaButton_Container:active .UIMediaButton_bl, .UIMediaButton_Container:active .UIMediaButton_br{background-image:url(/images/new_media_button_active.gif);} .UIMediaButton_Container .UIMediaButton_piped{border-right:1px solid #AAAAAA;margin-right:7px;margin-top:-1px;padding:3px 9px 4px 12px;} .UIMediaButton_Container .UIMediaButton_nohref{cursor:pointer;position:relative;top:-3px;} #UIMediaButton_plus{background:url(/images/buttons/toolbar_button_plus.gif) no-repeat left 5px;color:#333;font-size:11px;font-weight:bold;display:block;text-shadow:white 0px 1px 1px;} #UIMediaButton_record{background:url(/images/buttons/toolbar_button_record.gif) no-repeat left 5px;color:#333;font-size:11px;font-weight:bold;display:block;text-shadow:white 0px 1px 1px;} .UITabStructure_Container{margin:0px;padding:3px 0;} .UITabStructure_BottomBorder{border-bottom:1px solid #898989;} .UITabStructure_Left{padding-left:10px;float:left;} .UITabStructure_Right{padding-right:10px;float:right;} .UITabStructure_FullBleed{padding:0px;} .UITabStructure_Tabs{margin:0;padding:0;list-style:none;text-align:center;display:inline;} .UITabStructure_Tabs li{display:inline;padding:2px 0px 3px;background:#f1f1f1 url(/images/components/toggle_tab_gloss.gif) top left repeat-x;font-size:13px;} .UITabStructure_Tabs li a{border:1px solid #898989;border-left:0;color:#333;font-weight:bold;padding:2px 8px 3px 9px;} .UITabStructure_Tabs li a:focus{outline:0px;} .UITabStructure_Tabs li.UITabStructure_TabFirst a{border:1px solid #898989;} .UITabStructure_Tabs li a.UITabStructure_TabSelected{margin-left:-1px;background:#6d84b4;border:1px solid #3b5998;border-left:1px solid #5973a9;border-right:1px solid #5973a9;color:#fff;} .UITabStructure_Tabs li.UITabStructure_TabLast a.UITabStructure_TabSelected{margin-left:-1px;border-left:1px solid #5973a9;border-right:1px solid #36538f;} .UITabStructure_Tabs li.UITabStructure_TabFirst a.UITabStructure_TabSelected{margin:0;border-left:1px solid #36538f;border-right:1px solid #5973a9;} .UITabStructure_Tabs li.UITabStructure_TabFirst.UITabStructure_TabLast a.UITabStructure_TabSelected{border:1px solid #36538f;} .UITabStructure_Tabs li a.UITabStructure_TabSelected:hover{text-decoration:none;} .UITabStructure_Tabs li a.UITabStructure_TabDisabled{color:#999;cursor:default;} .UITabStructure_Tabs li a.UITabStructure_TabDisabled:hover{text-decoration:none;} #bootloader_css_4i7yo5evsa04so80_pkg_css { height: 42px; }
0.270095
0.04195
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap'); :root{ --theme-color: #18A0FB; --blue: #0168AD; --monts: 'Montserrat', sans-serif; } /*====================== Basic css ========================*/ html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, strong, i, ol, ul, li, form, label, footer, header, menu, nav, section { margin: 0; padding: 0; } h1, h2, h3, h4, h5, h6{ font-weight: bold; } html{ font-size: 80%; } body { font-family: 'Roboto', sans-serif; background-color: #fff; color: #000000; font-weight: 400; font-size: 1rem; line-height: 1.7rem; } ol, ul { list-style: none; } a, button{ -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } a:hover { text-decoration: none; } button:focus, a:focus, input:focus, textarea:focus{ outline: none; } header { position: fixed; top: 0; left: 0; height: 7rem; width: 100%; z-index: 1024; } /*sticky START CSS*/ header.sticky { background-color: #C4C4C4; } /*home area*/ .title{ font-size: 3.6rem; line-height: 4.5rem; } .title2{ font-size: 2.4rem; line-height: 3.4rem; } .sub_title{ font-size: 1.8rem; line-height: 2.4rem; margin-top: 0.7rem; } .feature_product { padding: 3rem 0; } .product_box{ border: 0.028rem solid rgba(0, 0, 0, 0.5); } .product_img{ width: 100%; height: 11.8rem; -o-object-fit: cover; object-fit: cover; } .product_details{ padding: 0.5rem; text-align: center; } .product_details p{ font-family: var(--monts); font-size: .75rem; font-weight: 700; line-height: 1.1rem; letter-spacing: -0.00015rem; } .product_details .button{ margin-top: 0.5rem; } .button{ display: inline-block; border: none; border-radius: 0.17rem; background-color: var(--theme-color); color: #ffffff; font-family: var(--monts); font-size: 0.7rem; font-weight: 500; line-height: .6rem; letter-spacing: -0.00015rem; padding: 0.65rem 1rem; } .button:hover{ background-color: var(--blue); color: #ffffff; } .product_container { position: relative; margin-top: 3rem; } .product_container::before{ position: absolute; content: ''; top: 0; right: calc(100% - 14px); height: 101%; width: 2000px; background-color: #ffffff; z-index: 2; } .product_container .owl-stage-outer{ overflow: visible; } .product_container .owl-stage-outer .owl-stage{ padding-left: 0px !important; } .feature_img{ width: 100%; height: 15.9rem; background-size: cover; background-repeat: no-repeat; background-position: center; margin-bottom: 3rem; } /*category*/ .category_area{ padding: 2.9rem 0rem 3rem; } .category_area .sub_title{ margin-bottom: 1.5rem; } .category_area .row{ margin-left: -7.5px; margin-right: -7.5px; } .category_area .row [class*=col-], .category_area .row .col{ padding-left: 7.5px; padding-right: 7.5px; } .product_box.v2 .product_details{ text-align: left; font-family: var(--monts); } .product_box.v2 .product_details h5, .product_box.v2 .product_details .price{ font-size: 1.12rem; line-height: 1.3rem; letter-spacing: -0.0015rem; color: #000000; } .product_box.v2 .product_details .price{ font-weight: 400; margin: 0.6rem 0 0.6rem; } .product_box.v2 .product_details .price del{ margin-left: 0.9rem; display: inline-block; } .rating{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .product_box.v2 .product_img{ height: 14.7rem; } .product_lg { padding: 3rem 0; } .product_lg .product_box.v2 .product_img{ height: 29.4rem; } .product_lg .product_box.v2 h5{ margin-top: 0.8rem; } .product_lg .product_box.v2 .price{ font-size: 2.4rem; line-height: 2.4rem; margin: 1.5rem 0 1.5rem; } .product_lg .product_box.v2 .rating{ margin-bottom: 1.5rem; } .horizontal_product .product_box.v2{ display: -webkit-box; display: -ms-flexbox; display: flex; } .horizontal_product .product_box.v2 .product_img{ width: 49%; height: auto; } .horizontal_product .product_box.v2 .product_details .rating{ margin-top: 0.7rem; margin-bottom: 0.8rem; } .horizontal_product .product_box.v2 .price{ font-size: 1.8rem; } .horizontal_product .product_box.v2 h5{ font-size: 1.4rem; margin-top: 0.4rem; } .horizontal_product .product_box.v2 .price del{ font-size: 1.4rem; } .horizontal_product{ padding: 1.5rem 0; } .horizontal_product .title2{ margin-top: 1.5rem; } /*--------------------------------------------product*/ .produt_wraper .title{ padding-top: 3rem; } .produt_wraper .reting_star li{ display: inline-block; font-size: 1.8rem; } .produt_wraper .reting_star{ padding: 1rem 0rem; } .produt_wraper .reting_star li a{ font-size: 1.8rem; } .produt_wraper .reting_star li:last-child{ font-size: 1.3rem !important; font-weight: 500; color: #000 !important; padding-left: 0rem; } .costomize form{ padding: 2rem 0rem; } .costomize button, .costomize .nice-select{ height: 3.8rem; width: 100%; background: #E8E8E8; border: 0.1rem solid #000000; border-radius: 0; } .costomize .nice-select{ font-size: 1.2rem; line-height: 3.8rem; float: none; } .nice-select .list{ -webkit-box-shadow: none; box-shadow: none; border-radius: 0; width: calc(100% + 2px); margin-left: -1px; margin-top: 0; border: 0.1rem solid #000000; background-color: #F3F3F3; } .nice-select .list .option:first-child{ border-top: none; } .nice-select .list .option{ padding: 0.5rem 1rem; text-align: center; border-top: 0.1rem solid #000000; min-height: auto; line-height: 1.2rem; } .costomize button{ font-size: 1.8rem; } .costomize .padd_rb{ padding: 3rem 0rem; } .produt_img2{ margin-top: 2rem; margin-bottom: 1.5rem; } .produt_img2 img{ width: 100%; height: 30.29rem; -o-object-fit: cover; object-fit: cover; } .sub_continer{ padding-top: 0.5rem; padding-bottom: 4rem; } .sim_title{ font-size: 1.8rem; font-family: var(--monts); margin-top: 2rem; margin-bottom: 1rem; } /* responsive */ /*Extra large devices (large desktops, 1200px and up)*/ @media(min-width: 992px){ header{ height: 6rem; } .feature_img{ height: 26rem; } .testi_area img{ height: 3rem; width: 3rem; border-radius: 50%; } .testi_box p { font-size: 0.8em; line-height: 1.2rem; } .testi_box h6 { font-size: 1.1rem; line-height: 1.6rem; } .testi_box a { font-size: 0.75rem; line-height: 1.2rem; } .social_icons span{ display: block; font-size: 1.24rem; line-height: 1.9rem; letter-spacing: -0.0015rem; padding: 0.4rem 0; font-weight: 700; } } @media (max-width: 991px) { #menu{ display: none; } } /*Medium devices (tablets, 767px and down)*/ @media (max-width: 767px) { html{ font-size: 62.5%; } } /*Small devices (landscape phones, 575px and down)*/ @media (max-width: 575px) { .p_sm_0{ padding: 0; } }
src/components/layout.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap'); :root{ --theme-color: #18A0FB; --blue: #0168AD; --monts: 'Montserrat', sans-serif; } /*====================== Basic css ========================*/ html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, strong, i, ol, ul, li, form, label, footer, header, menu, nav, section { margin: 0; padding: 0; } h1, h2, h3, h4, h5, h6{ font-weight: bold; } html{ font-size: 80%; } body { font-family: 'Roboto', sans-serif; background-color: #fff; color: #000000; font-weight: 400; font-size: 1rem; line-height: 1.7rem; } ol, ul { list-style: none; } a, button{ -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; } a:hover { text-decoration: none; } button:focus, a:focus, input:focus, textarea:focus{ outline: none; } header { position: fixed; top: 0; left: 0; height: 7rem; width: 100%; z-index: 1024; } /*sticky START CSS*/ header.sticky { background-color: #C4C4C4; } /*home area*/ .title{ font-size: 3.6rem; line-height: 4.5rem; } .title2{ font-size: 2.4rem; line-height: 3.4rem; } .sub_title{ font-size: 1.8rem; line-height: 2.4rem; margin-top: 0.7rem; } .feature_product { padding: 3rem 0; } .product_box{ border: 0.028rem solid rgba(0, 0, 0, 0.5); } .product_img{ width: 100%; height: 11.8rem; -o-object-fit: cover; object-fit: cover; } .product_details{ padding: 0.5rem; text-align: center; } .product_details p{ font-family: var(--monts); font-size: .75rem; font-weight: 700; line-height: 1.1rem; letter-spacing: -0.00015rem; } .product_details .button{ margin-top: 0.5rem; } .button{ display: inline-block; border: none; border-radius: 0.17rem; background-color: var(--theme-color); color: #ffffff; font-family: var(--monts); font-size: 0.7rem; font-weight: 500; line-height: .6rem; letter-spacing: -0.00015rem; padding: 0.65rem 1rem; } .button:hover{ background-color: var(--blue); color: #ffffff; } .product_container { position: relative; margin-top: 3rem; } .product_container::before{ position: absolute; content: ''; top: 0; right: calc(100% - 14px); height: 101%; width: 2000px; background-color: #ffffff; z-index: 2; } .product_container .owl-stage-outer{ overflow: visible; } .product_container .owl-stage-outer .owl-stage{ padding-left: 0px !important; } .feature_img{ width: 100%; height: 15.9rem; background-size: cover; background-repeat: no-repeat; background-position: center; margin-bottom: 3rem; } /*category*/ .category_area{ padding: 2.9rem 0rem 3rem; } .category_area .sub_title{ margin-bottom: 1.5rem; } .category_area .row{ margin-left: -7.5px; margin-right: -7.5px; } .category_area .row [class*=col-], .category_area .row .col{ padding-left: 7.5px; padding-right: 7.5px; } .product_box.v2 .product_details{ text-align: left; font-family: var(--monts); } .product_box.v2 .product_details h5, .product_box.v2 .product_details .price{ font-size: 1.12rem; line-height: 1.3rem; letter-spacing: -0.0015rem; color: #000000; } .product_box.v2 .product_details .price{ font-weight: 400; margin: 0.6rem 0 0.6rem; } .product_box.v2 .product_details .price del{ margin-left: 0.9rem; display: inline-block; } .rating{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .product_box.v2 .product_img{ height: 14.7rem; } .product_lg { padding: 3rem 0; } .product_lg .product_box.v2 .product_img{ height: 29.4rem; } .product_lg .product_box.v2 h5{ margin-top: 0.8rem; } .product_lg .product_box.v2 .price{ font-size: 2.4rem; line-height: 2.4rem; margin: 1.5rem 0 1.5rem; } .product_lg .product_box.v2 .rating{ margin-bottom: 1.5rem; } .horizontal_product .product_box.v2{ display: -webkit-box; display: -ms-flexbox; display: flex; } .horizontal_product .product_box.v2 .product_img{ width: 49%; height: auto; } .horizontal_product .product_box.v2 .product_details .rating{ margin-top: 0.7rem; margin-bottom: 0.8rem; } .horizontal_product .product_box.v2 .price{ font-size: 1.8rem; } .horizontal_product .product_box.v2 h5{ font-size: 1.4rem; margin-top: 0.4rem; } .horizontal_product .product_box.v2 .price del{ font-size: 1.4rem; } .horizontal_product{ padding: 1.5rem 0; } .horizontal_product .title2{ margin-top: 1.5rem; } /*--------------------------------------------product*/ .produt_wraper .title{ padding-top: 3rem; } .produt_wraper .reting_star li{ display: inline-block; font-size: 1.8rem; } .produt_wraper .reting_star{ padding: 1rem 0rem; } .produt_wraper .reting_star li a{ font-size: 1.8rem; } .produt_wraper .reting_star li:last-child{ font-size: 1.3rem !important; font-weight: 500; color: #000 !important; padding-left: 0rem; } .costomize form{ padding: 2rem 0rem; } .costomize button, .costomize .nice-select{ height: 3.8rem; width: 100%; background: #E8E8E8; border: 0.1rem solid #000000; border-radius: 0; } .costomize .nice-select{ font-size: 1.2rem; line-height: 3.8rem; float: none; } .nice-select .list{ -webkit-box-shadow: none; box-shadow: none; border-radius: 0; width: calc(100% + 2px); margin-left: -1px; margin-top: 0; border: 0.1rem solid #000000; background-color: #F3F3F3; } .nice-select .list .option:first-child{ border-top: none; } .nice-select .list .option{ padding: 0.5rem 1rem; text-align: center; border-top: 0.1rem solid #000000; min-height: auto; line-height: 1.2rem; } .costomize button{ font-size: 1.8rem; } .costomize .padd_rb{ padding: 3rem 0rem; } .produt_img2{ margin-top: 2rem; margin-bottom: 1.5rem; } .produt_img2 img{ width: 100%; height: 30.29rem; -o-object-fit: cover; object-fit: cover; } .sub_continer{ padding-top: 0.5rem; padding-bottom: 4rem; } .sim_title{ font-size: 1.8rem; font-family: var(--monts); margin-top: 2rem; margin-bottom: 1rem; } /* responsive */ /*Extra large devices (large desktops, 1200px and up)*/ @media(min-width: 992px){ header{ height: 6rem; } .feature_img{ height: 26rem; } .testi_area img{ height: 3rem; width: 3rem; border-radius: 50%; } .testi_box p { font-size: 0.8em; line-height: 1.2rem; } .testi_box h6 { font-size: 1.1rem; line-height: 1.6rem; } .testi_box a { font-size: 0.75rem; line-height: 1.2rem; } .social_icons span{ display: block; font-size: 1.24rem; line-height: 1.9rem; letter-spacing: -0.0015rem; padding: 0.4rem 0; font-weight: 700; } } @media (max-width: 991px) { #menu{ display: none; } } /*Medium devices (tablets, 767px and down)*/ @media (max-width: 767px) { html{ font-size: 62.5%; } } /*Small devices (landscape phones, 575px and down)*/ @media (max-width: 575px) { .p_sm_0{ padding: 0; } }
0.177454
0.051463
body, html { margin: 0; padding: 0; } .hero { align-items: center; background: black; display: flex; height: 100vh; justify-content: center; width: 100%; } .hero::after { background: rgba(0, 0, 0, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; z-index: 15; } .hero video { height: 100%; left: 0; object-fit: cover; position: absolute; top: 0; width: 100%; z-index: 5; } .texture { background: url("../texture.png"); height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 10; } .social { display: flex; position: absolute; right: 40px; top: 40px; z-index: 15; } .icon { filter: invert(100%); height: 64px; padding: 15px; width: 64px; } .headline-text { border: 5px solid white; color: white; font: 2.7em/1.2 "<NAME>"; font-weight: 600; padding: 40px; position: relative; text-align: center; z-index: 20; } .profile { background-color: #fbfbfb; display: block; overflow: hidden; padding: 50px; } .profile h1 { font: 40px/1.2 "<NAME>"; margin: auto; text-align: center; } .profile-wrapper { align-items: center; display: flex; flex-flow: row wrap; justify-content: center; padding: 50px; } #headshot { background-image: url(images/photos/me1.jpeg); background-position: center center; background-repeat: no-repeat; background-size: cover; border: 3px solid white; border-radius: 50%; height: 250px; margin-bottom: 20px; min-height: 250px; min-width: 250px; width: 250px; } .about-description { font: 16px/2 "<NAME>"; margin: 0; padding: 0; width: 80%; } .details { font-size: 12px; font-weight: 100; line-height: 1.6; } .first { display: inline-block; font-weight: bold; padding-right: 5px; } .titles { font: 40px/1.2 "<NAME>"; font-weight: 500; margin: auto; padding: 60px 0 0; text-align: center; text-decoration: underline; } .resume { display: flex; background-color: #f6f6f6; padding: 0px; } .resume hr { width: 85%; margin: 40px; } .resume h1 { font: 40px/1.2 "<NAME>"; margin: 50px 0 0; text-align: center; } .resume h2 { color: darkgoldenrod; font: 32px/2 "<NAME>"; font-weight: bold; margin: 20px 0 20px 40px; } .left { float: left; width: 100%; background-color: #f6f6f6; } .right { display: none; width: 0%; } .courses { font-size: 14px; line-height: 1.5; } #special { margin-top: 10px; } .courses li { margin-bottom: 15px; margin-top: 10px; } .masonry-edu { column-gap: 40px; display: grid; grid-template-columns: repeat(17, 1fr); grid-template-rows: repeat(3, 1fr); margin: 0 40px; row-gap: 40px; } .cell-00 { grid-column: 1 / 8; grid-row: 1 / 4; margin: 0; } .cell-01 { grid-column: 8 / 18; grid-row: 1 / 4; margin: 0; } .masonry-exp { column-gap: 40px; display: grid; grid-template-columns: repeat(17, 1fr); grid-template-rows: repeat(9, 1fr); margin: 0 40px; row-gap: 40px; } .cell-11 { grid-column: 1 / 8; grid-row: 1 / 4; margin: 0; } .cell-22 { grid-column: 8 / 18; grid-row: 1 / 4; margin: 0; } .cell-33 { grid-column: 1 / 8; grid-row: 4 / 7; margin: 0; } .cell-44 { grid-column: 8 / 18; grid-row: 4 / 7; margin: 0; } .cell-55 { grid-column: 1 / 8; grid-row: 7 / 10; margin: 0; } .cell-66 { grid-column: 8 / 18; grid-row: 7 / 10; margin: 0; } .projects { background-color: #fbfbfb; padding: 0; } #proj { margin: 0 auto; width: 200px; } .container { display: block; margin: auto; max-width: 1600px; } .cards { box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: center; margin-top: 15px; padding: 20px; } .card { background: #f6f6f6; border-radius: 10px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); color: darkslategrey; margin: 45px; max-width: 380px; position: relative; text-decoration: none; transition: all 0.3s ease-in-out; } .card::after { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: opacity 0.3s ease-in-out; z-index: -1; } .card:hover { transform: scale(1.1, 1.1); } .card:hover::after { opacity: 1; } span { display: block; } .card-summary { padding: 20px; } .card-thumbnail { background-blend-mode: overlay; background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 10px 10px 0 0; height: 270px; overflow: hidden; position: relative; } .card-topic { background: #e74c3c; bottom: 0; color: white; font: 16px/1.3 "<NAME>"; font-weight: bold; margin: 0; padding: 5px; position: absolute; text-align: center; text-transform: uppercase; width: 33%; } .card-title { color: #3e3f40; font: 24px/1.2 "<NAME>"; font-weight: 600; margin: 0; padding: 0 0 10px; } .card-subtitle { color: #e74c3c; font: 16px/1.2 "<NAME>"; margin: 0 auto; } .card-description { color: #3e3f40; font: 14px/2 "<NAME>"; font-weight: 500; } .thumb1 { background-image: url("images/photos/proj2.jpeg"); } .thumb2 { background-image: url("images/photos/proj1.jpeg"); } .thumb3 { background-image: url("images/photos/proj3.jpeg"); } .photography { align-items: center; background-color: #f6f6f6; display: block; padding: 40px; position: relative; } #photo { margin: 0 auto; width: 400px; } .masonry { column-gap: 40px; display: grid; grid-template-columns: repeat(18, 1fr); grid-template-rows: repeat(9, 1fr); margin: auto; max-height: 80vh; max-width: unset; padding-top: 40px; row-gap: 40px; } .grid-pic { display: block; border-radius: 5px; height: 100%; margin: 0; object-fit: cover; width: 100%; } .cell-1 { grid-column: 1 / 7; grid-row: 1 / 3; margin: 0; } .cell-2 { grid-column: 7 / 13; grid-row: 1 / 5; margin: 0; } .cell-3 { grid-column: 13 / 19; grid-row: 1 / 4; margin: 0; } .cell-4 { grid-column: 1 / 7; grid-row: 3 / 7; margin: 0; } .cell-5 { grid-column: 7 / 13; grid-row: 5 / 9; margin: 0; } .cell-6 { grid-column: 13 / 19; grid-row: 4 / 8; margin: 0; } .java-tests { display: flex; flex-flow: column wrap; justify-content: center; margin: 50px; } #name { font-size: 40px; } .comment-entry { width: 40%; } .comment-section { display: flex; flex-flow: row wrap; } .comment-container { position: relative; width: 100%; } #history-container { align-items: left; display: flex; flex-flow: row wrap; height: 600px; justify-content: flex-start; overflow: scroll; width: 100%; } #chart-container-sent { display: flex; } .comment { font-size: 14px; } .timestamp { font-size: 10px; font-weight: bold; padding-right: 10px; text-align: right; vertical-align: text-bottom; } .comment-divider { position: relative; margin: auto 0; width: 100%; } .controls { width: 45%; margin: auto 0; padding: 30px 0; } .remove { display: none !important; } .margin-fix { margin: auto; }
portfolio/src/main/webapp/765-1440.css
body, html { margin: 0; padding: 0; } .hero { align-items: center; background: black; display: flex; height: 100vh; justify-content: center; width: 100%; } .hero::after { background: rgba(0, 0, 0, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; z-index: 15; } .hero video { height: 100%; left: 0; object-fit: cover; position: absolute; top: 0; width: 100%; z-index: 5; } .texture { background: url("../texture.png"); height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 10; } .social { display: flex; position: absolute; right: 40px; top: 40px; z-index: 15; } .icon { filter: invert(100%); height: 64px; padding: 15px; width: 64px; } .headline-text { border: 5px solid white; color: white; font: 2.7em/1.2 "<NAME>"; font-weight: 600; padding: 40px; position: relative; text-align: center; z-index: 20; } .profile { background-color: #fbfbfb; display: block; overflow: hidden; padding: 50px; } .profile h1 { font: 40px/1.2 "<NAME>"; margin: auto; text-align: center; } .profile-wrapper { align-items: center; display: flex; flex-flow: row wrap; justify-content: center; padding: 50px; } #headshot { background-image: url(images/photos/me1.jpeg); background-position: center center; background-repeat: no-repeat; background-size: cover; border: 3px solid white; border-radius: 50%; height: 250px; margin-bottom: 20px; min-height: 250px; min-width: 250px; width: 250px; } .about-description { font: 16px/2 "<NAME>"; margin: 0; padding: 0; width: 80%; } .details { font-size: 12px; font-weight: 100; line-height: 1.6; } .first { display: inline-block; font-weight: bold; padding-right: 5px; } .titles { font: 40px/1.2 "<NAME>"; font-weight: 500; margin: auto; padding: 60px 0 0; text-align: center; text-decoration: underline; } .resume { display: flex; background-color: #f6f6f6; padding: 0px; } .resume hr { width: 85%; margin: 40px; } .resume h1 { font: 40px/1.2 "<NAME>"; margin: 50px 0 0; text-align: center; } .resume h2 { color: darkgoldenrod; font: 32px/2 "<NAME>"; font-weight: bold; margin: 20px 0 20px 40px; } .left { float: left; width: 100%; background-color: #f6f6f6; } .right { display: none; width: 0%; } .courses { font-size: 14px; line-height: 1.5; } #special { margin-top: 10px; } .courses li { margin-bottom: 15px; margin-top: 10px; } .masonry-edu { column-gap: 40px; display: grid; grid-template-columns: repeat(17, 1fr); grid-template-rows: repeat(3, 1fr); margin: 0 40px; row-gap: 40px; } .cell-00 { grid-column: 1 / 8; grid-row: 1 / 4; margin: 0; } .cell-01 { grid-column: 8 / 18; grid-row: 1 / 4; margin: 0; } .masonry-exp { column-gap: 40px; display: grid; grid-template-columns: repeat(17, 1fr); grid-template-rows: repeat(9, 1fr); margin: 0 40px; row-gap: 40px; } .cell-11 { grid-column: 1 / 8; grid-row: 1 / 4; margin: 0; } .cell-22 { grid-column: 8 / 18; grid-row: 1 / 4; margin: 0; } .cell-33 { grid-column: 1 / 8; grid-row: 4 / 7; margin: 0; } .cell-44 { grid-column: 8 / 18; grid-row: 4 / 7; margin: 0; } .cell-55 { grid-column: 1 / 8; grid-row: 7 / 10; margin: 0; } .cell-66 { grid-column: 8 / 18; grid-row: 7 / 10; margin: 0; } .projects { background-color: #fbfbfb; padding: 0; } #proj { margin: 0 auto; width: 200px; } .container { display: block; margin: auto; max-width: 1600px; } .cards { box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: center; margin-top: 15px; padding: 20px; } .card { background: #f6f6f6; border-radius: 10px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); color: darkslategrey; margin: 45px; max-width: 380px; position: relative; text-decoration: none; transition: all 0.3s ease-in-out; } .card::after { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: opacity 0.3s ease-in-out; z-index: -1; } .card:hover { transform: scale(1.1, 1.1); } .card:hover::after { opacity: 1; } span { display: block; } .card-summary { padding: 20px; } .card-thumbnail { background-blend-mode: overlay; background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 10px 10px 0 0; height: 270px; overflow: hidden; position: relative; } .card-topic { background: #e74c3c; bottom: 0; color: white; font: 16px/1.3 "<NAME>"; font-weight: bold; margin: 0; padding: 5px; position: absolute; text-align: center; text-transform: uppercase; width: 33%; } .card-title { color: #3e3f40; font: 24px/1.2 "<NAME>"; font-weight: 600; margin: 0; padding: 0 0 10px; } .card-subtitle { color: #e74c3c; font: 16px/1.2 "<NAME>"; margin: 0 auto; } .card-description { color: #3e3f40; font: 14px/2 "<NAME>"; font-weight: 500; } .thumb1 { background-image: url("images/photos/proj2.jpeg"); } .thumb2 { background-image: url("images/photos/proj1.jpeg"); } .thumb3 { background-image: url("images/photos/proj3.jpeg"); } .photography { align-items: center; background-color: #f6f6f6; display: block; padding: 40px; position: relative; } #photo { margin: 0 auto; width: 400px; } .masonry { column-gap: 40px; display: grid; grid-template-columns: repeat(18, 1fr); grid-template-rows: repeat(9, 1fr); margin: auto; max-height: 80vh; max-width: unset; padding-top: 40px; row-gap: 40px; } .grid-pic { display: block; border-radius: 5px; height: 100%; margin: 0; object-fit: cover; width: 100%; } .cell-1 { grid-column: 1 / 7; grid-row: 1 / 3; margin: 0; } .cell-2 { grid-column: 7 / 13; grid-row: 1 / 5; margin: 0; } .cell-3 { grid-column: 13 / 19; grid-row: 1 / 4; margin: 0; } .cell-4 { grid-column: 1 / 7; grid-row: 3 / 7; margin: 0; } .cell-5 { grid-column: 7 / 13; grid-row: 5 / 9; margin: 0; } .cell-6 { grid-column: 13 / 19; grid-row: 4 / 8; margin: 0; } .java-tests { display: flex; flex-flow: column wrap; justify-content: center; margin: 50px; } #name { font-size: 40px; } .comment-entry { width: 40%; } .comment-section { display: flex; flex-flow: row wrap; } .comment-container { position: relative; width: 100%; } #history-container { align-items: left; display: flex; flex-flow: row wrap; height: 600px; justify-content: flex-start; overflow: scroll; width: 100%; } #chart-container-sent { display: flex; } .comment { font-size: 14px; } .timestamp { font-size: 10px; font-weight: bold; padding-right: 10px; text-align: right; vertical-align: text-bottom; } .comment-divider { position: relative; margin: auto 0; width: 100%; } .controls { width: 45%; margin: auto 0; padding: 30px 0; } .remove { display: none !important; } .margin-fix { margin: auto; }
0.460532
0.076304
.PostSection .buttonulMorePosts{ margin-top: 2.5rem; border: 1px solid #282828; padding: 5px; color: #282828; font-size: 180%; margin-bottom: 2rem; } section.section{ padding-top: 0px; } section.section.aici{ height: 95%; /* min-height only! careful. This sets post area height to match the screen size */ } .SinglePost--Content.relative{ min-height: 100vh; } section.section.aici[data-state="null"]{ content: 'This div is empty'; font-size: 40px; } .not-found{ display:none; } .PostSection--Grid { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: stretch; } .PostSection button { margin-top: 1rem; margin-top: 5rem; background: white; border: 2px solid black; padding: 1rem 2rem; cursor: pointer; } .PostSection button:hover { background: black; border: 2px solid white; color: white; } .PostSection--Grid > * { width: calc(33.33% - 2rem); margin-bottom: 4rem; } @supports (display: grid) { .PostSection--Grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 4rem; } .PostSection--Grid > * { width: auto; margin: 0; } } .PostSection--Title { width: 100%; max-width: 200px; margin: 0 auto 4rem auto; line-height: 1.2; } @media screen and (max-width: 888px) { .PostSection--Grid > * { width: 100%; /* max-width: 50rem; */ margin: 0 auto 4rem; display: block; } @supports (display: grid) { .PostSection--Grid { display: block; grid-template-columns: 1; grid-gap: 0; } } } @media (max-width: 720px) { .PostSection{ padding-bottom: 5.1rem; /* Aici controlezi page- height, intaltime, postarile , mai multe articole, acasa, sa apara deasupra SecondNav */ margin: 0; height: auto; } .PostSection .buttonulMorePosts{ margin-top: 0.8rem; border: 1px solid #282828; padding: 5px; color: #282828; font-size: 180%; } .PostSection--Grid { margin-bottom: 10px; } .extraSpaceTop{ margin-top: 54px; } }
src/components/PostSection.css
.PostSection .buttonulMorePosts{ margin-top: 2.5rem; border: 1px solid #282828; padding: 5px; color: #282828; font-size: 180%; margin-bottom: 2rem; } section.section{ padding-top: 0px; } section.section.aici{ height: 95%; /* min-height only! careful. This sets post area height to match the screen size */ } .SinglePost--Content.relative{ min-height: 100vh; } section.section.aici[data-state="null"]{ content: 'This div is empty'; font-size: 40px; } .not-found{ display:none; } .PostSection--Grid { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: stretch; } .PostSection button { margin-top: 1rem; margin-top: 5rem; background: white; border: 2px solid black; padding: 1rem 2rem; cursor: pointer; } .PostSection button:hover { background: black; border: 2px solid white; color: white; } .PostSection--Grid > * { width: calc(33.33% - 2rem); margin-bottom: 4rem; } @supports (display: grid) { .PostSection--Grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 4rem; } .PostSection--Grid > * { width: auto; margin: 0; } } .PostSection--Title { width: 100%; max-width: 200px; margin: 0 auto 4rem auto; line-height: 1.2; } @media screen and (max-width: 888px) { .PostSection--Grid > * { width: 100%; /* max-width: 50rem; */ margin: 0 auto 4rem; display: block; } @supports (display: grid) { .PostSection--Grid { display: block; grid-template-columns: 1; grid-gap: 0; } } } @media (max-width: 720px) { .PostSection{ padding-bottom: 5.1rem; /* Aici controlezi page- height, intaltime, postarile , mai multe articole, acasa, sa apara deasupra SecondNav */ margin: 0; height: auto; } .PostSection .buttonulMorePosts{ margin-top: 0.8rem; border: 1px solid #282828; padding: 5px; color: #282828; font-size: 180%; } .PostSection--Grid { margin-bottom: 10px; } .extraSpaceTop{ margin-top: 54px; } }
0.25992
0.112016
html, body{ overflow: hidden; } @font-face { font-family: geoametria-normal; src: url("Geometria.woff") format("woff"); font-display: swap; } body{ height: 90vmin; display: flex; flex-direction: column; align-items: center; position: relative; overflow: hidden; } .topLine{ width: 2vmin; height: 0; border-radius: 1vmin; background-color: black; position: absolute; left: calc(65vmin/3 - 1vmin); z-index: 3; transition-property: height; transition-duration: 0.7s; transition-delay: 0.2s; /*box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.5);*/ } .bullshit{ left: calc((65vmin/3)*2 - 1vmin); transition-duration: 0.8s; transition-delay: 0s; } .leftLine{ width: 0; height: 2vmin; border-radius: 1vmin; background-color: black; position: absolute; top: calc(65vmin/3 - 1vmin); z-index: 3; transition-property: width; transition-duration: 0.5s; transition-delay: 0.1s; /*box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.5);*/ } .leftLine:last-of-type{ top: calc((65vmin/3)*2 - 1vmin); transition-duration: 0.5s; transition-delay: 0.3s; } #pitch{ height: 65vmin; width: 65vmin; margin-top: 5vmin; position: relative; display: flex; flex-wrap: wrap; transition-property: transform; transition-duration: 0.5s; } #message{ height: 20vmin; width: 80vmin; display: flex; overflow: hidden; } .place{ width: calc(65vmin/3); position: relative; } .cross1, .cross2{ height: 0; width: 3vmin; border-radius: 1.5vmin; transform: rotate(225deg) translateY(calc(65vmin/6)); transition-property: transform ,height, top; transition-duration: 0.3s; position: absolute; left: calc((65vmin/3)/2 - 1.5vmin); top: calc(65vmin/6); background-color: black; /*box-shadow: -2px 0 4px 0 rgba(0,0,0,0.5);*/ } .bigLine1, .bigLine2{ width: 3vmin; height: 0; background-color: black; box-shadow: -1vmin 1vmin 0 0 white; position: absolute; z-index: 100; border-radius: 1.5vmin; transition-property: transform ,height, top; top: 32.5vmin; left: calc((65vmin - 3vmin)/2); transition-duration: 0.5s; transform: rotate(225deg) translateY(calc((65vmin*1.4142135623 - 4vmin) / 2)); } .bigLine2{ transform: rotate(135deg) translateY(calc((65vmin*1.4142135623 - 4vmin) / 2)); } .cross2{ transition-delay:0.3s; /*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);*/ transform: rotate(-45deg) translateY(calc(-65vmin/6)); } .smallCircle{ width: 3vmin; height: 3vmin; background-color: black; position: absolute; top: 2vmin; left: calc(65vmin/6 - 1.5vmin); transform-origin: 1.5vmin calc(65vmin/6 - 2vmin); border-radius: 50%; /*box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.5);*/ } .bigCircle{ width: calc(65vmin/3 - 4vmin); height: calc(65vmin/3 - 4vmin); box-sizing: border-box; border: 3vmin black solid; position: absolute; left: 2vmin; top: 2vmin; border-radius: 50%; /*box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.5), inset 2px 2px 4px 0 rgba(0,0,0,0.5);*/ } #hi, .turn{ margin: auto 0 auto; min-width: 80vmin; font-family: geoametria-normal; text-align: center; } .turn{ font-size: 8vmin; } #about{ margin: auto; min-width: 100%; text-align: center; font-size: 7vmin; font-family: geoametria-normal; } #message > *{ transition-property: transform; transition-duration: 0.5s; } #chose > p{ font-size: 6vmin; text-align: center; font-family: geoametria-normal; } #chose{ display: flex; flex-direction: column; align-items: center; margin: 0 7.5vmin 0 7.5vmin; } #buttons{ height: 15vmin; width: 65vmin; display: flex; justify-content: space-between; } #buttons > *{ width: 25vmin; height: 10vmin; border-radius: 2vmin; border: black solid 1.5vmin; box-sizing: border-box; margin: auto; font-size: 7vmin; font-family: geoametria-normal; text-align: center; transition-property: background-color, color, transform; transition-duration: 0.5s; transition-delay: 0.15s; cursor: pointer; background-color: white; } @media not handheld { #buttons>*:hover{ background-color: black; color: white; } } .crossLineLeft{ height: 3vmin; width: 0; border-radius: 2vmin; background-color: black; box-shadow: 1vmin 1vmin 0 0 white; position: absolute; left: 2vmin; transition-property: width; transition-duration: 0.5s; z-index: 100; } .crossLineTop{ width: 3vmin; height: 0; border-radius: 2vmin; background-color: black; box-shadow: 1vmin 1vmin 0 0 white; position: absolute; top: 2vmin; transition-property: height; transition-duration: 0.5s; z-index: 100; }
TicTac.css
html, body{ overflow: hidden; } @font-face { font-family: geoametria-normal; src: url("Geometria.woff") format("woff"); font-display: swap; } body{ height: 90vmin; display: flex; flex-direction: column; align-items: center; position: relative; overflow: hidden; } .topLine{ width: 2vmin; height: 0; border-radius: 1vmin; background-color: black; position: absolute; left: calc(65vmin/3 - 1vmin); z-index: 3; transition-property: height; transition-duration: 0.7s; transition-delay: 0.2s; /*box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.5);*/ } .bullshit{ left: calc((65vmin/3)*2 - 1vmin); transition-duration: 0.8s; transition-delay: 0s; } .leftLine{ width: 0; height: 2vmin; border-radius: 1vmin; background-color: black; position: absolute; top: calc(65vmin/3 - 1vmin); z-index: 3; transition-property: width; transition-duration: 0.5s; transition-delay: 0.1s; /*box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.5);*/ } .leftLine:last-of-type{ top: calc((65vmin/3)*2 - 1vmin); transition-duration: 0.5s; transition-delay: 0.3s; } #pitch{ height: 65vmin; width: 65vmin; margin-top: 5vmin; position: relative; display: flex; flex-wrap: wrap; transition-property: transform; transition-duration: 0.5s; } #message{ height: 20vmin; width: 80vmin; display: flex; overflow: hidden; } .place{ width: calc(65vmin/3); position: relative; } .cross1, .cross2{ height: 0; width: 3vmin; border-radius: 1.5vmin; transform: rotate(225deg) translateY(calc(65vmin/6)); transition-property: transform ,height, top; transition-duration: 0.3s; position: absolute; left: calc((65vmin/3)/2 - 1.5vmin); top: calc(65vmin/6); background-color: black; /*box-shadow: -2px 0 4px 0 rgba(0,0,0,0.5);*/ } .bigLine1, .bigLine2{ width: 3vmin; height: 0; background-color: black; box-shadow: -1vmin 1vmin 0 0 white; position: absolute; z-index: 100; border-radius: 1.5vmin; transition-property: transform ,height, top; top: 32.5vmin; left: calc((65vmin - 3vmin)/2); transition-duration: 0.5s; transform: rotate(225deg) translateY(calc((65vmin*1.4142135623 - 4vmin) / 2)); } .bigLine2{ transform: rotate(135deg) translateY(calc((65vmin*1.4142135623 - 4vmin) / 2)); } .cross2{ transition-delay:0.3s; /*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);*/ transform: rotate(-45deg) translateY(calc(-65vmin/6)); } .smallCircle{ width: 3vmin; height: 3vmin; background-color: black; position: absolute; top: 2vmin; left: calc(65vmin/6 - 1.5vmin); transform-origin: 1.5vmin calc(65vmin/6 - 2vmin); border-radius: 50%; /*box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.5);*/ } .bigCircle{ width: calc(65vmin/3 - 4vmin); height: calc(65vmin/3 - 4vmin); box-sizing: border-box; border: 3vmin black solid; position: absolute; left: 2vmin; top: 2vmin; border-radius: 50%; /*box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.5), inset 2px 2px 4px 0 rgba(0,0,0,0.5);*/ } #hi, .turn{ margin: auto 0 auto; min-width: 80vmin; font-family: geoametria-normal; text-align: center; } .turn{ font-size: 8vmin; } #about{ margin: auto; min-width: 100%; text-align: center; font-size: 7vmin; font-family: geoametria-normal; } #message > *{ transition-property: transform; transition-duration: 0.5s; } #chose > p{ font-size: 6vmin; text-align: center; font-family: geoametria-normal; } #chose{ display: flex; flex-direction: column; align-items: center; margin: 0 7.5vmin 0 7.5vmin; } #buttons{ height: 15vmin; width: 65vmin; display: flex; justify-content: space-between; } #buttons > *{ width: 25vmin; height: 10vmin; border-radius: 2vmin; border: black solid 1.5vmin; box-sizing: border-box; margin: auto; font-size: 7vmin; font-family: geoametria-normal; text-align: center; transition-property: background-color, color, transform; transition-duration: 0.5s; transition-delay: 0.15s; cursor: pointer; background-color: white; } @media not handheld { #buttons>*:hover{ background-color: black; color: white; } } .crossLineLeft{ height: 3vmin; width: 0; border-radius: 2vmin; background-color: black; box-shadow: 1vmin 1vmin 0 0 white; position: absolute; left: 2vmin; transition-property: width; transition-duration: 0.5s; z-index: 100; } .crossLineTop{ width: 3vmin; height: 0; border-radius: 2vmin; background-color: black; box-shadow: 1vmin 1vmin 0 0 white; position: absolute; top: 2vmin; transition-property: height; transition-duration: 0.5s; z-index: 100; }
0.520496
0.121061
@-moz-document url-prefix(http://instasync.com/) { .navbar-fixed-top, .navbar-fixed-bottom { position: absolute } a.navbar-brand { color: #000; visibility:hidden; } a.navbar-brand:before { content: "poipleSync"; visibility:visible; color: #fff; } body.dim .navbar-default { background-image: linear-gradient(to bottom, #9664ff 0, #9664ff 100%); border-bottom: 1px solid #9664ff; } a { color: #326496; text-decoration: none; } .navbar-default .navbar-nav>li>a { color: #FFF; } .room-container .room-component-row { box-shadow: 0 6px 12px rgba(0,0,0,0.276); background-color: #9664ff; background-image: none; padding: 0px; border: 0px; margin: 0px; } .room-container .room-component-row .video-controls { border-right: #9664ff; } body.dim .room-container .room-component-row .video-controls .tab-content { background-color: #9664ff; } .room-container .room-component-row .video-controls .tab-content #tabs_playlist .playlist li.active { background-color: #320064; color: #FFFFFF; } .room-container .room-component-row .video-controls .tab-content #tabs_playlist .playlist li { background-color: #dcdcff; border-radius: 4px; border-bottom: 1px solid #b8b8b8; padding: 4px; /* font-size: 12px; */ color: #634A74; cursor: pointer; } .room-container .room-component-row .chat { border-bottom: 1px solid #320064; background-image: url("http://i.imgur.com/7jyU77N.jpg"); background-color: #ffffff; } .nav-tabs.chat-tabs { background-image: linear-gradient(to right, #fff 0, #320064 55%); } body.dim .room-container .room-component-row .video-controls { -webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; -o-transition: all 1.5s ease; transition: all 1.5s ease; background-color: #dcdcff; } body.dim { background-image: linear-gradient(to bottom,#320064 0,#000000 100%); background-color: #494949; } .btn-primary { background-image: linear-gradient(#320064, #fff 200%); background-color: #ffffff; border-color: #000; } .btn-primary:hover, btn-primary:focus { background-color: #00ff00; background-image: none; background-position: 0 -15px; color: #000000; } #poll_tab .poll.active, #poll_column .poll.active { box-shadow: 0 0 8px #808080; background-image: linear-gradient(to bottom,#ffffff 0,#c8c8ff 100%); } .text-info { color: #000000; } .room-container .room-info-row { background-image: none; } .room-container .room-info-row .overview { border-bottom: #ff55ff solid }}
data/usercss/110722.user.css
@-moz-document url-prefix(http://instasync.com/) { .navbar-fixed-top, .navbar-fixed-bottom { position: absolute } a.navbar-brand { color: #000; visibility:hidden; } a.navbar-brand:before { content: "poipleSync"; visibility:visible; color: #fff; } body.dim .navbar-default { background-image: linear-gradient(to bottom, #9664ff 0, #9664ff 100%); border-bottom: 1px solid #9664ff; } a { color: #326496; text-decoration: none; } .navbar-default .navbar-nav>li>a { color: #FFF; } .room-container .room-component-row { box-shadow: 0 6px 12px rgba(0,0,0,0.276); background-color: #9664ff; background-image: none; padding: 0px; border: 0px; margin: 0px; } .room-container .room-component-row .video-controls { border-right: #9664ff; } body.dim .room-container .room-component-row .video-controls .tab-content { background-color: #9664ff; } .room-container .room-component-row .video-controls .tab-content #tabs_playlist .playlist li.active { background-color: #320064; color: #FFFFFF; } .room-container .room-component-row .video-controls .tab-content #tabs_playlist .playlist li { background-color: #dcdcff; border-radius: 4px; border-bottom: 1px solid #b8b8b8; padding: 4px; /* font-size: 12px; */ color: #634A74; cursor: pointer; } .room-container .room-component-row .chat { border-bottom: 1px solid #320064; background-image: url("http://i.imgur.com/7jyU77N.jpg"); background-color: #ffffff; } .nav-tabs.chat-tabs { background-image: linear-gradient(to right, #fff 0, #320064 55%); } body.dim .room-container .room-component-row .video-controls { -webkit-transition: all 1.5s ease; -moz-transition: all 1.5s ease; -o-transition: all 1.5s ease; transition: all 1.5s ease; background-color: #dcdcff; } body.dim { background-image: linear-gradient(to bottom,#320064 0,#000000 100%); background-color: #494949; } .btn-primary { background-image: linear-gradient(#320064, #fff 200%); background-color: #ffffff; border-color: #000; } .btn-primary:hover, btn-primary:focus { background-color: #00ff00; background-image: none; background-position: 0 -15px; color: #000000; } #poll_tab .poll.active, #poll_column .poll.active { box-shadow: 0 0 8px #808080; background-image: linear-gradient(to bottom,#ffffff 0,#c8c8ff 100%); } .text-info { color: #000000; } .room-container .room-info-row { background-image: none; } .room-container .room-info-row .overview { border-bottom: #ff55ff solid }}
0.294114
0.050098
.toolview { display: inline; position: relative; z-index: 999; opacity: 1; } /* Trigger text */ .toolview-item { /*background: rgba(0,0,0,0.3);*/ cursor: pointer; display: inline-block; font-size: 16px; /*font-weight: 700;*/ /*padding: 0 10px;*/ } /* Gap filler */ .toolview-item::after { content: ''; position: absolute; /*width: 120px;*/ height: 20px; bottom: 100%; left: 50%; pointer-events: none; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .toolview:hover .toolview-item::after { pointer-events: auto; } /* Tooltip */ .toolview-content { position: absolute; z-index: 9999; /*width: 120px;*/ left: 50%; margin: 0 -125px 20px -150px; bottom: 100%; text-align: left; font-size: 14px; line-height: 1.4; box-shadow: -5px -5px 15px rgba(48,54,61,0.2); background: #2a3035; opacity: 0; cursor: default; pointer-events: none; } .toolview-effect-1 .toolview-content { -webkit-transform: translate3d(0,-10px,0); transform: translate3d(0,-10px,0); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, transform 0.3s; } .tooltip-effect-2 .tooltip-content { -webkit-transform-origin: 50% calc(100% + 10px); transform-origin: 50% calc(100% + 10px); -webkit-transform: perspective(1000px) rotate3d(1,0,0,45deg); transform: perspective(1000px) rotate3d(1,0,0,45deg); -webkit-transition: opacity 0.2s, -webkit-transform 0.2s; transition: opacity 0.2s, transform 0.2s; } .tooltip-effect-3 .tooltip-content { -webkit-transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg); transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, transform 0.3s; } .tooltip-effect-4 .tooltip-content { -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transform: scale3d(0.7,0.3,1); transform: scale3d(0.7,0.3,1); -webkit-transition: opacity 0.2s, -webkit-transform 0.2s; transition: opacity 0.2s, transform 0.2s; } .tooltip-effect-5 .tooltip-content { width: 180px; margin-left: -90px; -webkit-transform-origin: 50% calc(100% + 6em); transform-origin: 50% calc(100% + 6em); -webkit-transform: rotate3d(0,0,1,15deg); transform: rotate3d(0,0,1,15deg); -webkit-transition: opacity 0.2s, -webkit-transform 0.2s; transition: opacity 0.2s, transform 0.2s; -webkit-transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39); transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39); } .toolview:hover .toolview-content { pointer-events: auto; opacity: 1; -webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0); transform: translate3d(0,0,0) rotate3d(0,0,0,0); } .toolview.toolview-effect-2:hover .tooltip-content { -webkit-transform: perspective(1000px) rotate3d(1,0,0,0deg); transform: perspective(1000px) rotate3d(1,0,0,0deg); } /* Arrow */ .toolview-content::after { content: ''; top: 100%; left: 50%; border: solid transparent; height: 0; width: 0; position: absolute; pointer-events: none; border-color: transparent; border-top-color: #2a3035; border-width: 10px; margin-left: -10px; } /* Tooltip content*/ .toolview-content img { position: relative; height: 170px; display: block; float: left; margin-right: 1em; } .toolview-text { /*font-size: 0.68em; line-height: 1.35;*/ display: block; padding: 1.1em 1.21em 1.1em 1.21em; color: #fff; } .toolview-effect-5 .tooltip-text { padding: 1.4em; } .toolview-text a { font-weight: bold; }
web/css/tooltip-classic.css
.toolview { display: inline; position: relative; z-index: 999; opacity: 1; } /* Trigger text */ .toolview-item { /*background: rgba(0,0,0,0.3);*/ cursor: pointer; display: inline-block; font-size: 16px; /*font-weight: 700;*/ /*padding: 0 10px;*/ } /* Gap filler */ .toolview-item::after { content: ''; position: absolute; /*width: 120px;*/ height: 20px; bottom: 100%; left: 50%; pointer-events: none; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .toolview:hover .toolview-item::after { pointer-events: auto; } /* Tooltip */ .toolview-content { position: absolute; z-index: 9999; /*width: 120px;*/ left: 50%; margin: 0 -125px 20px -150px; bottom: 100%; text-align: left; font-size: 14px; line-height: 1.4; box-shadow: -5px -5px 15px rgba(48,54,61,0.2); background: #2a3035; opacity: 0; cursor: default; pointer-events: none; } .toolview-effect-1 .toolview-content { -webkit-transform: translate3d(0,-10px,0); transform: translate3d(0,-10px,0); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, transform 0.3s; } .tooltip-effect-2 .tooltip-content { -webkit-transform-origin: 50% calc(100% + 10px); transform-origin: 50% calc(100% + 10px); -webkit-transform: perspective(1000px) rotate3d(1,0,0,45deg); transform: perspective(1000px) rotate3d(1,0,0,45deg); -webkit-transition: opacity 0.2s, -webkit-transform 0.2s; transition: opacity 0.2s, transform 0.2s; } .tooltip-effect-3 .tooltip-content { -webkit-transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg); transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, transform 0.3s; } .tooltip-effect-4 .tooltip-content { -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transform: scale3d(0.7,0.3,1); transform: scale3d(0.7,0.3,1); -webkit-transition: opacity 0.2s, -webkit-transform 0.2s; transition: opacity 0.2s, transform 0.2s; } .tooltip-effect-5 .tooltip-content { width: 180px; margin-left: -90px; -webkit-transform-origin: 50% calc(100% + 6em); transform-origin: 50% calc(100% + 6em); -webkit-transform: rotate3d(0,0,1,15deg); transform: rotate3d(0,0,1,15deg); -webkit-transition: opacity 0.2s, -webkit-transform 0.2s; transition: opacity 0.2s, transform 0.2s; -webkit-transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39); transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39); } .toolview:hover .toolview-content { pointer-events: auto; opacity: 1; -webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0); transform: translate3d(0,0,0) rotate3d(0,0,0,0); } .toolview.toolview-effect-2:hover .tooltip-content { -webkit-transform: perspective(1000px) rotate3d(1,0,0,0deg); transform: perspective(1000px) rotate3d(1,0,0,0deg); } /* Arrow */ .toolview-content::after { content: ''; top: 100%; left: 50%; border: solid transparent; height: 0; width: 0; position: absolute; pointer-events: none; border-color: transparent; border-top-color: #2a3035; border-width: 10px; margin-left: -10px; } /* Tooltip content*/ .toolview-content img { position: relative; height: 170px; display: block; float: left; margin-right: 1em; } .toolview-text { /*font-size: 0.68em; line-height: 1.35;*/ display: block; padding: 1.1em 1.21em 1.1em 1.21em; color: #fff; } .toolview-effect-5 .tooltip-text { padding: 1.4em; } .toolview-text a { font-weight: bold; }
0.305594
0.057071
* { font-family: "Montserrat", sans-serif; background-color: #232323; color: grey; /*border: 1px solid #333333;*/ } header h1, .wasmCheck { display: inline; border: none; } header h1 { font-size: 36px; padding-top: 10px; } header { margin-top: 20px; text-align: center; } .wasmCheck { float: right; margin-right: 30px; border: none; } #git-link { margin-top: 7px; text-align: center; } #git-link, a { font-size: 24px; color: silver; text-decoration: none; } #git-link, a:hover { color: white; text-decoration: none; } #webcamButton { /*font-family: "Cochin", serif;*/ margin-top: 3px; margin-left: 20px; font-size: 20px; color: silver; border: 2px solid; border-radius: 2px; } #editor { display: flex; flex-direction: row; padding: 20px; width: 100%; border: none; } #c { border: 2px solid black; } #filters { min-width: 200px; width: 200px; height: 480px; overflow-y: scroll; overflow-x: hidden; padding-left: 5px; border: 2px solid black; } .indFilter { width: 200px; border: 1px solid #333333; } .indFilter:hover { cursor: pointer; background-color: darkslategray; color: silver; } .selectedFilter { background-color: #1d2544; } #controls, #timing { display: flex; justify-content: space-between; width: 725px; } #jsButton, #jsCanvas { margin-top: 10px; margin-right: 3px; font-size: 20px; border: 2px solid; border-radius: 2px; } #playButton, #rewind, #fastForward, #loopButton { margin-top: 3px; border-radius: 3px; border: 2px solid; height: 40px; width: 80px; } #slowButton, #fastButton { border: 2px solid; } #vidTime { margin-top: 0px; font-size: 48px; color: #EFEFEF; border: none; } #middle-col { margin-left: 10px; margin-right: 10px; border: none; } #duration, #slowButton, #fastButton { margin-bottom: 10px; display: block; } #statsContainer { width: 400px; margin: 5px; border: 2px solid black; padding: 5px; } #jsButtonDiv { text-align: center; border: none; } #statsCanvas { display: block; border: none; } .header { display: inline; }
style.css
* { font-family: "Montserrat", sans-serif; background-color: #232323; color: grey; /*border: 1px solid #333333;*/ } header h1, .wasmCheck { display: inline; border: none; } header h1 { font-size: 36px; padding-top: 10px; } header { margin-top: 20px; text-align: center; } .wasmCheck { float: right; margin-right: 30px; border: none; } #git-link { margin-top: 7px; text-align: center; } #git-link, a { font-size: 24px; color: silver; text-decoration: none; } #git-link, a:hover { color: white; text-decoration: none; } #webcamButton { /*font-family: "Cochin", serif;*/ margin-top: 3px; margin-left: 20px; font-size: 20px; color: silver; border: 2px solid; border-radius: 2px; } #editor { display: flex; flex-direction: row; padding: 20px; width: 100%; border: none; } #c { border: 2px solid black; } #filters { min-width: 200px; width: 200px; height: 480px; overflow-y: scroll; overflow-x: hidden; padding-left: 5px; border: 2px solid black; } .indFilter { width: 200px; border: 1px solid #333333; } .indFilter:hover { cursor: pointer; background-color: darkslategray; color: silver; } .selectedFilter { background-color: #1d2544; } #controls, #timing { display: flex; justify-content: space-between; width: 725px; } #jsButton, #jsCanvas { margin-top: 10px; margin-right: 3px; font-size: 20px; border: 2px solid; border-radius: 2px; } #playButton, #rewind, #fastForward, #loopButton { margin-top: 3px; border-radius: 3px; border: 2px solid; height: 40px; width: 80px; } #slowButton, #fastButton { border: 2px solid; } #vidTime { margin-top: 0px; font-size: 48px; color: #EFEFEF; border: none; } #middle-col { margin-left: 10px; margin-right: 10px; border: none; } #duration, #slowButton, #fastButton { margin-bottom: 10px; display: block; } #statsContainer { width: 400px; margin: 5px; border: 2px solid black; padding: 5px; } #jsButtonDiv { text-align: center; border: none; } #statsCanvas { display: block; border: none; } .header { display: inline; }
0.310694
0.086208
body{ font-family: 'Poppins', sans-serif; margin: 0; padding: 0; } section { background-color: white; } nav { display: flex; /*make them appear in-line rather than stacked*/ justify-content: space-between; } ul { display: flex; list-style-type: none; width: 500px; justify-content: space-around; font-size: 30px; } li { text-decoration: none; } h1 { font-size: 90px; margin: 0; } h2 { font-size: 50px; } p { margin: 0; font-size: 30px; font-weight: 300; } .information a { text-decoration: none; color: #ef744b; } .information a:hover { color: #ad4320 !important; } a { text-decoration: none; color: white; } a:hover { color: #ef744b !important; } hr { margin-left: 20px; margin-right: 20px; } .hero { height: 100vh; /*makes it the height of the browser*/ background-color: #1c1d25; color: white; font-size: 40px; } .thanks { height: 100vh; /*makes it the height of the browser*/ background-color: #1c1d25; color: white; font-size: 40px; } .logo { height: 80px; margin: 30px; } .hamburger { display: none; } .subtext { font-size: 15px; font-weight: 300; } .hero-area { display: flex; height: 100vh; justify-content: space-between; align-items: center; } .thanks-area { display: flex; height: 100vh; justify-content: space-between; align-items: center; } .hero-text { margin-left: 80px; margin-bottom: 200px; } .thanks-text { text-align: center; margin-left: 10%; margin-right: 10%; } .socials { padding-bottom: 200px; } .social { margin: 20px; color: white; } .social:hover { cursor: pointer; } .fa-twitter:hover { color: #1da1f2; } .fa-linkedin:hover { color: #0077b5; } .fa-github:hover { color: #6e5494; } .button { width: 200px; height: 55px; border-radius: 35px; background-color: coral; text-align: center; font-size: 30px; font-weight: 300; padding-top: 5px; margin-top: 20px; cursor: pointer; } .button a:hover { color: white; } .button:hover { background-color: #ef744b; } .button:active { background-color: #A9A9A9; color: #808080; } .abtme-header-container { display:flex; flex-direction: row; position: relative; } .abtme-line { background-color: #ef744b; height: 2px; width: 45%; margin: auto; position: absolute; top: 50%; left: 275px; } .proj-header-container { display:flex; flex-direction: row; position: relative; justify-content: space-around; } .left-proj-line { background-color: #ef744b; height: 2px; width: 25%; position: absolute; left:5em; top: 50%; } .right-proj-line { background-color: #ef744b; height: 2px; width: 25%; position: absolute; right:5em; top: 50%; } .sub-section { display: flex; justify-content: space-around; padding: 80px; } .sub-section-alt { display: flex; flex-direction: column; text-align: center; padding: 80px; } .headshot { width: 300px; border-radius: 150px; } .headshot-container { display: flex; align-items: center; } .project-container { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; } .project-card { min-width: 250px; width: 300px; height: 500px; /* border: 1px solid black; */ border-radius: 10%; box-shadow: 5px 5px 20px gray; margin: 10px; } .project-view-more-card { text-align: center; min-width: 250px; max-width: 400px; width: 300px; height: 500px; /* border: 1px solid black; */ border-radius: 10%; box-shadow: 5px 5px 20px gray; margin: 10px; } .project-view-more-card-details { margin-top: 65%; margin-bottom: 65%; } .project-image { margin-top: 25px; width: 250px; border-radius: 125px; } .project-link { text-decoration: none; color: #ef744b; } footer { background-color: black; color: white; text-align: center; padding: 80px; } .contact-input { border: 0px; border-color: #ef744b; border-radius: 15px; height: 25px; width: 250px; padding: 5px; padding-left: 10px; padding-right: 10px; margin-top: 10px; } .contact-input:required:focus, .contact-area:required:focus { border: 5px solid red; } .contact-area { border: 0px; border-color: #ef744b; border-radius: 15px; height: 100px; width: 250px; padding: 5px; padding-left: 10px; padding-right: 10px; margin-top: 10px; } .contact-input:hover, .contact-area:hover { outline: none; padding: 3px; padding-left: 10px; padding-right: 10px; border: 2px solid #ef744b; } .email-btn { width: 180px; height: 45px; border-radius: 55px; background-color: coral; text-align: center; font-size: 30px; font-weight: 300; cursor: pointer; color: white; } .email-btn:hover { background-color: #ef744b; } .button:active { background-color: #A9A9A9; color: #808080; } /* media queries */ @media only screen and (max-width: 1200px) { .project-container{ display: flex; flex-wrap: wrap; } .hamburger { display: block; border: 0; background-color: transparent; color:white; font-size: 30px; margin: 20px; align-self: flex-end; } ul { display: none; background-color: #2b2c38; margin: 0px; } ul.show { display: block; } nav { display: flex; flex-direction: column-reverse; background-color: #2b2c38; } .logo { display: none; } } /* @media (min-width: 768px) { } @media (min-width: 992px) { } @media (min-width: 1200px) { } @media (min-width: 1920px) { } */
src/css/style.css
body{ font-family: 'Poppins', sans-serif; margin: 0; padding: 0; } section { background-color: white; } nav { display: flex; /*make them appear in-line rather than stacked*/ justify-content: space-between; } ul { display: flex; list-style-type: none; width: 500px; justify-content: space-around; font-size: 30px; } li { text-decoration: none; } h1 { font-size: 90px; margin: 0; } h2 { font-size: 50px; } p { margin: 0; font-size: 30px; font-weight: 300; } .information a { text-decoration: none; color: #ef744b; } .information a:hover { color: #ad4320 !important; } a { text-decoration: none; color: white; } a:hover { color: #ef744b !important; } hr { margin-left: 20px; margin-right: 20px; } .hero { height: 100vh; /*makes it the height of the browser*/ background-color: #1c1d25; color: white; font-size: 40px; } .thanks { height: 100vh; /*makes it the height of the browser*/ background-color: #1c1d25; color: white; font-size: 40px; } .logo { height: 80px; margin: 30px; } .hamburger { display: none; } .subtext { font-size: 15px; font-weight: 300; } .hero-area { display: flex; height: 100vh; justify-content: space-between; align-items: center; } .thanks-area { display: flex; height: 100vh; justify-content: space-between; align-items: center; } .hero-text { margin-left: 80px; margin-bottom: 200px; } .thanks-text { text-align: center; margin-left: 10%; margin-right: 10%; } .socials { padding-bottom: 200px; } .social { margin: 20px; color: white; } .social:hover { cursor: pointer; } .fa-twitter:hover { color: #1da1f2; } .fa-linkedin:hover { color: #0077b5; } .fa-github:hover { color: #6e5494; } .button { width: 200px; height: 55px; border-radius: 35px; background-color: coral; text-align: center; font-size: 30px; font-weight: 300; padding-top: 5px; margin-top: 20px; cursor: pointer; } .button a:hover { color: white; } .button:hover { background-color: #ef744b; } .button:active { background-color: #A9A9A9; color: #808080; } .abtme-header-container { display:flex; flex-direction: row; position: relative; } .abtme-line { background-color: #ef744b; height: 2px; width: 45%; margin: auto; position: absolute; top: 50%; left: 275px; } .proj-header-container { display:flex; flex-direction: row; position: relative; justify-content: space-around; } .left-proj-line { background-color: #ef744b; height: 2px; width: 25%; position: absolute; left:5em; top: 50%; } .right-proj-line { background-color: #ef744b; height: 2px; width: 25%; position: absolute; right:5em; top: 50%; } .sub-section { display: flex; justify-content: space-around; padding: 80px; } .sub-section-alt { display: flex; flex-direction: column; text-align: center; padding: 80px; } .headshot { width: 300px; border-radius: 150px; } .headshot-container { display: flex; align-items: center; } .project-container { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; } .project-card { min-width: 250px; width: 300px; height: 500px; /* border: 1px solid black; */ border-radius: 10%; box-shadow: 5px 5px 20px gray; margin: 10px; } .project-view-more-card { text-align: center; min-width: 250px; max-width: 400px; width: 300px; height: 500px; /* border: 1px solid black; */ border-radius: 10%; box-shadow: 5px 5px 20px gray; margin: 10px; } .project-view-more-card-details { margin-top: 65%; margin-bottom: 65%; } .project-image { margin-top: 25px; width: 250px; border-radius: 125px; } .project-link { text-decoration: none; color: #ef744b; } footer { background-color: black; color: white; text-align: center; padding: 80px; } .contact-input { border: 0px; border-color: #ef744b; border-radius: 15px; height: 25px; width: 250px; padding: 5px; padding-left: 10px; padding-right: 10px; margin-top: 10px; } .contact-input:required:focus, .contact-area:required:focus { border: 5px solid red; } .contact-area { border: 0px; border-color: #ef744b; border-radius: 15px; height: 100px; width: 250px; padding: 5px; padding-left: 10px; padding-right: 10px; margin-top: 10px; } .contact-input:hover, .contact-area:hover { outline: none; padding: 3px; padding-left: 10px; padding-right: 10px; border: 2px solid #ef744b; } .email-btn { width: 180px; height: 45px; border-radius: 55px; background-color: coral; text-align: center; font-size: 30px; font-weight: 300; cursor: pointer; color: white; } .email-btn:hover { background-color: #ef744b; } .button:active { background-color: #A9A9A9; color: #808080; } /* media queries */ @media only screen and (max-width: 1200px) { .project-container{ display: flex; flex-wrap: wrap; } .hamburger { display: block; border: 0; background-color: transparent; color:white; font-size: 30px; margin: 20px; align-self: flex-end; } ul { display: none; background-color: #2b2c38; margin: 0px; } ul.show { display: block; } nav { display: flex; flex-direction: column-reverse; background-color: #2b2c38; } .logo { display: none; } } /* @media (min-width: 768px) { } @media (min-width: 992px) { } @media (min-width: 1200px) { } @media (min-width: 1920px) { } */
0.501953
0.097048
.home { width: 80%; height: 100vh; margin: auto; display: flex; align-items: center; justify-content: space-around; } .left_side { display: flex; flex-direction: column; align-items: center; justify-content: center; } .left_side h1 { font-size: 4rem; color: var(--color-white); text-align: center; -webkit-text-stroke: 1px black; margin-top: 1rem; } .social { margin-top: 8rem; } .social_icons { padding: 1rem; } .copy { color: var(--color-gray); font-size: 1.6rem; } .copy p span a { font-size: 1.8rem; color: var(--color-medium-green); } .copy p span a:hover { text-decoration: underline; } .first_step, .second_step { border: 8px solid var(--color-black); border-radius: 12px; background-color: var(--color-gray); padding: 2.4rem; } .first_step p, .second_step p { font-size: 1.6rem; } .first_step_option input { margin-top: 2rem; cursor: pointer; } .first_step_option label { font-family: var(--font-press); font-size: 1.4rem; line-height: 2; text-align: left; padding: 2rem; cursor: pointer; } .second_step { margin: 2rem 0; } .second_step input { font-family: var(--font-pressstar); font-size: 1.4rem; width: 70%; padding: 1rem; margin-top: 1rem; background-color: var(--color-light-green); border: none; box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25); } .home-btn { width: 40%; margin-top: 2.4rem; margin-left: 15rem; } [aria-label] { position: relative; } [aria-label]::after { width: 300px; content: attr(aria-label); display: none; position: absolute; top: 110%; left: 0px; /* z-index: 5000; */ pointer-events: none; padding: 4rem; text-decoration: none; font-size: .9em; line-height: 2; color: var(--color-white); background-color: var(--color-black); } [aria-label]:hover::after { display: block; } .change_to_landscape_container { display: none; } /* MEDIA QUERIES: */ @media (min-width: 320px) and (orientation: portrait){ .home { display: none; } .page_container { display: flex; } .change_to_landscape_container { width: 60%; display: block; background-color: var(--color-medium-gray); margin: auto; display: flex; flex-direction: column; border: 8px solid var(--color-black); border-radius: 12px; } .change_to_landscape_image { padding: 2rem; } .change_to_landscape_image img { width: 80%; } .change_to_landscape_message { font-size: 1.2rem; padding: 2rem; line-height: 2; } } @media (max-width: 720px) and (orientation: landscape) { .home { width: 100%; display: flex; } .change_to_landscape_container { display: none; } .left_side img { width: 60%; } .left_side h1 { font-size: 2.4rem; } .social { margin-top: 0; padding: 1rem; } .social_icons { width: 100%; display: flex; align-items: center; justify-content: center; } .copy { color: var(--color-gray); font-size: 1.2rem; text-align: center; } .copy p span a { font-size: 1rem; } .right_side { padding: 2rem; } .first_step, .second_step { border: 4px solid var(--color-black); padding: 1.4rem; } .first_step .first_step_description, .second_step .second_step_description { font-size: 1.2rem; font-weight: 600; } .first_step_option input { margin-top: 1.2rem; } .first_step_option label { font-size: 1rem; padding: 1rem; } .second_step { margin: 1rem 0; } .second_step input { font-size: 1rem; } .home-btn { width: 60%; margin-top: .8rem; margin-left: 5rem; } }
assets/css/home.css
.home { width: 80%; height: 100vh; margin: auto; display: flex; align-items: center; justify-content: space-around; } .left_side { display: flex; flex-direction: column; align-items: center; justify-content: center; } .left_side h1 { font-size: 4rem; color: var(--color-white); text-align: center; -webkit-text-stroke: 1px black; margin-top: 1rem; } .social { margin-top: 8rem; } .social_icons { padding: 1rem; } .copy { color: var(--color-gray); font-size: 1.6rem; } .copy p span a { font-size: 1.8rem; color: var(--color-medium-green); } .copy p span a:hover { text-decoration: underline; } .first_step, .second_step { border: 8px solid var(--color-black); border-radius: 12px; background-color: var(--color-gray); padding: 2.4rem; } .first_step p, .second_step p { font-size: 1.6rem; } .first_step_option input { margin-top: 2rem; cursor: pointer; } .first_step_option label { font-family: var(--font-press); font-size: 1.4rem; line-height: 2; text-align: left; padding: 2rem; cursor: pointer; } .second_step { margin: 2rem 0; } .second_step input { font-family: var(--font-pressstar); font-size: 1.4rem; width: 70%; padding: 1rem; margin-top: 1rem; background-color: var(--color-light-green); border: none; box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25); } .home-btn { width: 40%; margin-top: 2.4rem; margin-left: 15rem; } [aria-label] { position: relative; } [aria-label]::after { width: 300px; content: attr(aria-label); display: none; position: absolute; top: 110%; left: 0px; /* z-index: 5000; */ pointer-events: none; padding: 4rem; text-decoration: none; font-size: .9em; line-height: 2; color: var(--color-white); background-color: var(--color-black); } [aria-label]:hover::after { display: block; } .change_to_landscape_container { display: none; } /* MEDIA QUERIES: */ @media (min-width: 320px) and (orientation: portrait){ .home { display: none; } .page_container { display: flex; } .change_to_landscape_container { width: 60%; display: block; background-color: var(--color-medium-gray); margin: auto; display: flex; flex-direction: column; border: 8px solid var(--color-black); border-radius: 12px; } .change_to_landscape_image { padding: 2rem; } .change_to_landscape_image img { width: 80%; } .change_to_landscape_message { font-size: 1.2rem; padding: 2rem; line-height: 2; } } @media (max-width: 720px) and (orientation: landscape) { .home { width: 100%; display: flex; } .change_to_landscape_container { display: none; } .left_side img { width: 60%; } .left_side h1 { font-size: 2.4rem; } .social { margin-top: 0; padding: 1rem; } .social_icons { width: 100%; display: flex; align-items: center; justify-content: center; } .copy { color: var(--color-gray); font-size: 1.2rem; text-align: center; } .copy p span a { font-size: 1rem; } .right_side { padding: 2rem; } .first_step, .second_step { border: 4px solid var(--color-black); padding: 1.4rem; } .first_step .first_step_description, .second_step .second_step_description { font-size: 1.2rem; font-weight: 600; } .first_step_option input { margin-top: 1.2rem; } .first_step_option label { font-size: 1rem; padding: 1rem; } .second_step { margin: 1rem 0; } .second_step input { font-size: 1rem; } .home-btn { width: 60%; margin-top: .8rem; margin-left: 5rem; } }
0.538983
0.132122
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #fafafa; } .application { display: inline; } #app-container { display: inline; } .header { align-items: center; height: 54px; text-align: center; background-color: #ffffff; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #dbdbdb; margin-bottom: 10px; } .header__content { height: 54px; padding: 0 20px; align-items: center; display: inline-flex; flex-direction: row; justify-content: center; max-width: 930px; width: 100%; } .header__logo { flex: 1 9999 0; min-width: 40px; font-size: 24px; line-height: 54px; text-align: left; text-decoration: none; color:#000000 } .header__login { display: inline-block; width: 30px; height: 30px; background-image: url('/img/login.png'); background-size: contain; cursor: pointer; text-decoration: none; } .header__logout { display: inline-block; width: 30px; height: 30px; background-image: url('/img/logout.png'); background-size: contain; cursor: pointer; text-decoration: none; } .header__menu { align-content: center; align-items: center; display: flex; flex: 1 0 0%; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; } .header__menu_items { display: flex; flex-direction: row; padding-left: 24px; white-space: nowrap; } .gallery { width: 200px; height: 200px; background: no-repeat center; border-radius: 100px; margin: 40px; } @media (max-width: 990px) { .gallery { margin: 20px; width: 120px; height: 120px; } } .gallery--mini { width: 50px; height: 50px; margin: 5px; } .photo-grid { display: grid; grid-template-columns: repeat(3, 293px); justify-content: center; gap: 20px; grid-auto-rows: 293px; } @media (max-width: 990px) { .photo-grid { gap: 5px; grid-template-columns: repeat(3, 1fr); grid-auto-rows: calc(33vw - 10px); } } .link-grid { display: grid; grid-template-columns: auto auto; justify-content: center; gap: 20px; margin-bottom: 20px; } .tab-link { text-decoration: none; color: #ccc; text-transform: uppercase; letter-spacing: 3px; } .tab-link:active { color: black; } .image-link { background-repeat: no-repeat; background-position: center; background-size: 150%; } .image-link:hover { opacity: 0.7; } .post-grid { display: grid; grid-template-columns: 1fr 1fr; } @media (max-width: 990px) { .post-grid { grid-template-columns: 1fr; } } .info-grid { padding: 20px; display: grid; grid-template-rows: 60px auto; } .image-element { height: 100%; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; position: relative; } .image-element__shadow { cursor: pointer; display: flex; flex-direction: column; justify-content: center; bottom: 0; left: 0; position: absolute; right: 0; top: 0; width: 100%; height: 100%; } .image-element__shadow:hover { background-color: rgba(0, 0, 0, 0.3); } .image-element__heart { width: 23px; height: 23px; background-image: url('/img/heart.png'); } .image-element__likes { margin-left: 3px; } .image-element__info { opacity: 0; align-items: center; color: #fff; display: flex; font-size: 16px; font-weight: 600; height: 100%; justify-content: center; width: 100%; } .image-element__shadow:hover .image-element__info { opacity: 1; }
assets/application-lambda/static/styles.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #fafafa; } .application { display: inline; } #app-container { display: inline; } .header { align-items: center; height: 54px; text-align: center; background-color: #ffffff; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #dbdbdb; margin-bottom: 10px; } .header__content { height: 54px; padding: 0 20px; align-items: center; display: inline-flex; flex-direction: row; justify-content: center; max-width: 930px; width: 100%; } .header__logo { flex: 1 9999 0; min-width: 40px; font-size: 24px; line-height: 54px; text-align: left; text-decoration: none; color:#000000 } .header__login { display: inline-block; width: 30px; height: 30px; background-image: url('/img/login.png'); background-size: contain; cursor: pointer; text-decoration: none; } .header__logout { display: inline-block; width: 30px; height: 30px; background-image: url('/img/logout.png'); background-size: contain; cursor: pointer; text-decoration: none; } .header__menu { align-content: center; align-items: center; display: flex; flex: 1 0 0%; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; } .header__menu_items { display: flex; flex-direction: row; padding-left: 24px; white-space: nowrap; } .gallery { width: 200px; height: 200px; background: no-repeat center; border-radius: 100px; margin: 40px; } @media (max-width: 990px) { .gallery { margin: 20px; width: 120px; height: 120px; } } .gallery--mini { width: 50px; height: 50px; margin: 5px; } .photo-grid { display: grid; grid-template-columns: repeat(3, 293px); justify-content: center; gap: 20px; grid-auto-rows: 293px; } @media (max-width: 990px) { .photo-grid { gap: 5px; grid-template-columns: repeat(3, 1fr); grid-auto-rows: calc(33vw - 10px); } } .link-grid { display: grid; grid-template-columns: auto auto; justify-content: center; gap: 20px; margin-bottom: 20px; } .tab-link { text-decoration: none; color: #ccc; text-transform: uppercase; letter-spacing: 3px; } .tab-link:active { color: black; } .image-link { background-repeat: no-repeat; background-position: center; background-size: 150%; } .image-link:hover { opacity: 0.7; } .post-grid { display: grid; grid-template-columns: 1fr 1fr; } @media (max-width: 990px) { .post-grid { grid-template-columns: 1fr; } } .info-grid { padding: 20px; display: grid; grid-template-rows: 60px auto; } .image-element { height: 100%; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; position: relative; } .image-element__shadow { cursor: pointer; display: flex; flex-direction: column; justify-content: center; bottom: 0; left: 0; position: absolute; right: 0; top: 0; width: 100%; height: 100%; } .image-element__shadow:hover { background-color: rgba(0, 0, 0, 0.3); } .image-element__heart { width: 23px; height: 23px; background-image: url('/img/heart.png'); } .image-element__likes { margin-left: 3px; } .image-element__info { opacity: 0; align-items: center; color: #fff; display: flex; font-size: 16px; font-weight: 600; height: 100%; justify-content: center; width: 100%; } .image-element__shadow:hover .image-element__info { opacity: 1; }
0.4206
0.069289
.tags-widget ul li { display: inline-block; margin-right: 4px; margin-bottom: 6px; } .tags-widget ul li a { text-transform: uppercase; display: block; padding: 10px 15px; font-size: 12px; font-weight: 700; color: #97989b; background-color: #323335; border-radius: 2px; -webkit-transition: 0.2s all; transition: 0.2s all; } .tags-widget ul li a:hover, .tags-widget ul li a:focus { color: #fff !important; background-color: #A1CD39; } /*----------------------------*\ galery widget \*----------------------------*/ /* ========================================================================== Typography ========================================================================== */ /** * Address font sizes and margins set differently in IE 6/7. * Address font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome. */ h1 { font-size: 2em; margin: 0.67em 0; } h2 { font-size: 1.5em; margin: 0.83em 0; } h3 { font-size: 1.17em; margin: 1em 0; } h4 { font-size: 1em; margin: 1.33em 0; } h5 { font-size: 0.83em; /*margin: 1.67em 0;*/ margin: 0 0 15px; } h6 { font-size: 0.67em; margin: 2.33em 0; } /** * Address styling not present in IE 7/8/9, Safari 5, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */ b, strong { font-weight: bold; } blockquote { margin: 1em 40px; } /** * Address styling not present in Safari 5 and Chrome. */ dfn { font-style: italic; } /** * Address differences between Firefox and other browsers. * Known issue: no IE 6/7 normalization. */ /* line 134, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_common.scss */ h3 { font-size: 16px; line-height: 25px; } /* line 84, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_common.scss */ /* line 84, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_common.scss */ a { text-decoration: none; -webkit-transition: 0.5s; transition: 0.5s; } /* line 105, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_elements.scss */ h4 { font-size: 18px; } /* line 117, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_elements.scss */ h1, h2, h3, h4, h5, h6 { line-height: 1.2em; } h1 { font-size: 32.437px; } h2 { font-size: 25.629px; } h3 { font-size: 16px; } h4 { font-size: 16px; color:black; } .panel-heading h3{ color:black; } .login_part_form_iner h3{ color:black; } .login_part_form_iner h3{ color:black; } .breadcrumb_iner_item h2{ color:black } .container h3{ color:black; font-size:22px; } .contact-section h2{ color:black; } .contact-section h3{ color:black; } .s_product_text h2{ font-size:18px; } .media-body h5{ color:#A1CD39 } p { margin: 0px 0px 20px; } /* line 105, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_common.scss */ p { font-family: "Poppins", sans-serif; line-height: 2; font-size: 15px; margin-bottom: 0px; color: white; font-weight: 300; } .s_product_text p{ color:black; } .s_product_text h4{ color:black; font-weight: bold; } /* line 4, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_common.scss */ body { font-family: "Poppins", sans-serif; font-size: 16px; color:black; font-weight: 400; overflow-x: hidden; } /* line 231, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_common.scss */ ul { list-style: none; margin: 0; padding: 0; } .dropdown-body h4{ color:#A1CD39; } .product-filter .yazi-stili{ font-family: "Poppins", sans-serif; color: black; font-weight: bold; margin: 0px 0px 15px; }
WebProject-01-master/Onixa/Onixa_Web/css/footer_fonts.css
.tags-widget ul li { display: inline-block; margin-right: 4px; margin-bottom: 6px; } .tags-widget ul li a { text-transform: uppercase; display: block; padding: 10px 15px; font-size: 12px; font-weight: 700; color: #97989b; background-color: #323335; border-radius: 2px; -webkit-transition: 0.2s all; transition: 0.2s all; } .tags-widget ul li a:hover, .tags-widget ul li a:focus { color: #fff !important; background-color: #A1CD39; } /*----------------------------*\ galery widget \*----------------------------*/ /* ========================================================================== Typography ========================================================================== */ /** * Address font sizes and margins set differently in IE 6/7. * Address font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome. */ h1 { font-size: 2em; margin: 0.67em 0; } h2 { font-size: 1.5em; margin: 0.83em 0; } h3 { font-size: 1.17em; margin: 1em 0; } h4 { font-size: 1em; margin: 1.33em 0; } h5 { font-size: 0.83em; /*margin: 1.67em 0;*/ margin: 0 0 15px; } h6 { font-size: 0.67em; margin: 2.33em 0; } /** * Address styling not present in IE 7/8/9, Safari 5, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */ b, strong { font-weight: bold; } blockquote { margin: 1em 40px; } /** * Address styling not present in Safari 5 and Chrome. */ dfn { font-style: italic; } /** * Address differences between Firefox and other browsers. * Known issue: no IE 6/7 normalization. */ /* line 134, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_common.scss */ h3 { font-size: 16px; line-height: 25px; } /* line 84, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_common.scss */ /* line 84, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_common.scss */ a { text-decoration: none; -webkit-transition: 0.5s; transition: 0.5s; } /* line 105, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_elements.scss */ h4 { font-size: 18px; } /* line 117, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_elements.scss */ h1, h2, h3, h4, h5, h6 { line-height: 1.2em; } h1 { font-size: 32.437px; } h2 { font-size: 25.629px; } h3 { font-size: 16px; } h4 { font-size: 16px; color:black; } .panel-heading h3{ color:black; } .login_part_form_iner h3{ color:black; } .login_part_form_iner h3{ color:black; } .breadcrumb_iner_item h2{ color:black } .container h3{ color:black; font-size:22px; } .contact-section h2{ color:black; } .contact-section h3{ color:black; } .s_product_text h2{ font-size:18px; } .media-body h5{ color:#A1CD39 } p { margin: 0px 0px 20px; } /* line 105, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_common.scss */ p { font-family: "Poppins", sans-serif; line-height: 2; font-size: 15px; margin-bottom: 0px; color: white; font-weight: 300; } .s_product_text p{ color:black; } .s_product_text h4{ color:black; font-weight: bold; } /* line 4, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_common.scss */ body { font-family: "Poppins", sans-serif; font-size: 16px; color:black; font-weight: 400; overflow-x: hidden; } /* line 231, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_common.scss */ ul { list-style: none; margin: 0; padding: 0; } .dropdown-body h4{ color:#A1CD39; } .product-filter .yazi-stili{ font-family: "Poppins", sans-serif; color: black; font-weight: bold; margin: 0px 0px 15px; }
0.434941
0.086478
body { margin: 0; } /* NAVBAR RESPONSIVE BEGIN */ nav img { width: 100%; object-fit: cover; } .navbar { order: 1; display: flex; background-image: -webkit-linear-gradient(to left, #ffffff, #ffffff); background-image: -moz-linear-gradient(to left, #ffffff, #ffffff); background-image: -o-linear-gradient(to left, #ffffff, #ffffff); background-image: linear-gradient(to left, #ffffff, #ffffff); padding: 19px; font-family: 'Russo One', sans-serif; color: #333333; border-bottom: 2px solid #ffffff; box-shadow: 0px 0.5px 0.5px 0.5px #999999; text-align: center; } .navbar_items { display: flex; } .navbar a { text-decoration: none; color: #333333; } .navbar a:hover { border-top: 3px solid #ff4040; } .navbar a:active { transform: scale(0.9); } /* MEDIA QUERY */ @media only screen and (min-width: 1030px) { .navbar_link-toogle { display: none; } .navbar_link { padding-right: 50px; padding-left: 50px; } .navbar { order: 0; position: relative; /*width: 100%;*/ justify-content: center; opacity: 0.7; } .imgportrait { position: absolute; } .imglogocenter { position: absolute; margin-top: 545px; margin-left: 40%; margin-right: 50%; justify-content: center; align-items: center; align-content: center; text-align: center; width: 17%; border-radius: 50px; background-size: 45px; background-color: #ffffff; -webkit-box-shadow: 2px 2px 16px 0px rgba(175, 175, 175, 0.42); -moz-box-shadow: 2px 2px 16px 0px rgba(175, 175, 175, 0.42); box-shadow: 2px 2px 16px 0px rgba(175, 175, 175, 0.42); } } @media only screen and (max-width: 1024px) { .navbar, .navbar_items { flex-direction: column; font-size: 0.9em; } .navbar_items { display: none; } .imglogocenter { display: none; } .navbar_ToggleShow { display: flex; } .navbar_link-toogle { align-self: flex-end; display: initial; position: absolute; cursor: pointer; } .navbar_link { padding-right: 8px; padding-top: 3%; } .navbar { margin-top: -5px; } nav img { position: relative; } } /* NAVBAR RESPONSIVE -- END */ /* TITLE FOR CURSES */ .cursoTitle { font-family: 'Russo One', sans-serif; position: relative; } @media only screen and (min-width: 1030px) { .cursoTitle { margin-top: 600px; margin-left: 32%; font-size: 2.0em; } .cursoTitle_h1 { text-align: center; } } @media only screen and (max-width: 1024px) { .cursoTitle { margin-left: 16%; } .cursoTitle_h1 { text-align: center; } } /* FIRST CONTAINER */ .row { /*max-width: 1280px;*/ display: flex; flex-wrap: wrap; margin: 0 auto; } /* contener 1 para las 3 primeras cartas */ .container1 { margin: 3% 3% 2% 2%; } .inline1 { display: inline-flex; flex-direction: row; align-content: center; } .post1-l { background-color: #fff; margin: 1% 1%; margin-top: 1%; margin-bottom: 1%; position: relative; transition-duration: 1s; -webkit-box-shadow: 2px 2px 16px 0px rgba(175, 175, 175, 0.42); -moz-box-shadow: 2px 2px 16px 0px rgba(175, 175, 175, 0.42); box-shadow: 2px 2px 16px 0px rgba(175, 175, 175, 0.42); cursor: default; border-radius: 5px; } .post1-l:hover { box-shadow: 0px 3px 148px -26px #b2abb5; transform: scale(1.05,1.05); } /*Parrafo 1*/ .pf1 { color: #1b36eb; font-family: 'Comfortaa', cursive; } .pf1:hover { color: #999999; } .pf2 { color: #333333; font-family: 'Didact Gothic', sans-serif; } /*titulo 1*/ .hf1 { color: #333333; font-family: 'Libre Franklin', sans-serif; } /*button*/ .btn { font-family: 'Russo One', sans-serif; background-color: #ff4040; color: #fff; box-shadow: 0 1px 1.5px #808080; padding: 2%; border: none; border-radius: 10px; text-align: center; margin-left: 30%; margin-right: 30%; position: relative; transition-duration: 0.5s; } .btn:hover { box-shadow: 0px -1px -1px -1px #dbeeff; transform: scale(1.05,1.05); background-color: #ccff00; color: #0e2f44; } /*links*/ a { text-decoration: none; } /* Media query for container 1 fos Desktop */ @media only screen and (min-width: 1030px) { .btn { margin-bottom: 5%; } .mtop { margin-top: 10%; } .More { margin-top: 27%; } .MoreT { margin-top: 22%; } .hf1 { margin-left: 5%; /*font-weight: 500;*/ } .pf2 { margin-left: 5%; margin-right: 10%; font-size: 1.1em; } .pf1 { margin-left: 5%; font-size: 0.7em; font-weight: bold; } .margin_600 { margin-top: 1px; } .post1-l:hover { cursor: default; } .imgpost1-l { width: 100%; border-top-left-radius: 5px; border-top-right-radius: 5px; } .a1 { order: 1; flex: 2 2 10%; } .a2 { order: 2; flex: 2 2 10%; } .a3 { order: 3; flex: 2 2 10%; } } @media only screen and (max-width: 1024px) { .post1-l { margin-top: 15%; } .imgpost1-l { width: 100%; border-top-left-radius: 5px; border-top-right-radius: 5px; } .inline1 { display: inline-flex; flex-direction: column; align-content: center; } /*primer parrafo*/ .pf1 { margin-left: 5%; font-weight: bold; } /*Primer Titulo*/ .hf1 { margin-left: 5%; font-size: 1.6em; } /*Segundo Parrafo*/ .pf2 { margin-left: 5%; margin-right: 10%; font-size: 1.1em; } /*botón*/ .btn { margin-bottom: 5%; } } /* FOOTER STYLE */ hr { border: none; border-top: 2px dashed #bab7b7; color: #655a5a; overflow: visible; text-align: center; height: 5px; margin-left: 15%; margin-right: 15%; } hr:after { background: #fff; content: '||'; padding: 0 0px; position: relative; top: -10px; } .footerH1, .footerH2 { font-family: 'Russo One', sans-serif; text-align: center; } .footerImg { align-content: center; } .linkF { text-decoration: none; color: #333333; } .linkF:hover { color: #fc4747; } /*Media query for Phones*/ @media only screen and (min-width: 1030px) { .containerFooter { align-content: center; } .footerImg { width: 20%; text-align: center; margin-left: 40%; } } @media only screen and (max-width: 1024px) { .footerImg { width: 100%; text-align: center; margin-left: 0%; } }
css/main.css
body { margin: 0; } /* NAVBAR RESPONSIVE BEGIN */ nav img { width: 100%; object-fit: cover; } .navbar { order: 1; display: flex; background-image: -webkit-linear-gradient(to left, #ffffff, #ffffff); background-image: -moz-linear-gradient(to left, #ffffff, #ffffff); background-image: -o-linear-gradient(to left, #ffffff, #ffffff); background-image: linear-gradient(to left, #ffffff, #ffffff); padding: 19px; font-family: 'Russo One', sans-serif; color: #333333; border-bottom: 2px solid #ffffff; box-shadow: 0px 0.5px 0.5px 0.5px #999999; text-align: center; } .navbar_items { display: flex; } .navbar a { text-decoration: none; color: #333333; } .navbar a:hover { border-top: 3px solid #ff4040; } .navbar a:active { transform: scale(0.9); } /* MEDIA QUERY */ @media only screen and (min-width: 1030px) { .navbar_link-toogle { display: none; } .navbar_link { padding-right: 50px; padding-left: 50px; } .navbar { order: 0; position: relative; /*width: 100%;*/ justify-content: center; opacity: 0.7; } .imgportrait { position: absolute; } .imglogocenter { position: absolute; margin-top: 545px; margin-left: 40%; margin-right: 50%; justify-content: center; align-items: center; align-content: center; text-align: center; width: 17%; border-radius: 50px; background-size: 45px; background-color: #ffffff; -webkit-box-shadow: 2px 2px 16px 0px rgba(175, 175, 175, 0.42); -moz-box-shadow: 2px 2px 16px 0px rgba(175, 175, 175, 0.42); box-shadow: 2px 2px 16px 0px rgba(175, 175, 175, 0.42); } } @media only screen and (max-width: 1024px) { .navbar, .navbar_items { flex-direction: column; font-size: 0.9em; } .navbar_items { display: none; } .imglogocenter { display: none; } .navbar_ToggleShow { display: flex; } .navbar_link-toogle { align-self: flex-end; display: initial; position: absolute; cursor: pointer; } .navbar_link { padding-right: 8px; padding-top: 3%; } .navbar { margin-top: -5px; } nav img { position: relative; } } /* NAVBAR RESPONSIVE -- END */ /* TITLE FOR CURSES */ .cursoTitle { font-family: 'Russo One', sans-serif; position: relative; } @media only screen and (min-width: 1030px) { .cursoTitle { margin-top: 600px; margin-left: 32%; font-size: 2.0em; } .cursoTitle_h1 { text-align: center; } } @media only screen and (max-width: 1024px) { .cursoTitle { margin-left: 16%; } .cursoTitle_h1 { text-align: center; } } /* FIRST CONTAINER */ .row { /*max-width: 1280px;*/ display: flex; flex-wrap: wrap; margin: 0 auto; } /* contener 1 para las 3 primeras cartas */ .container1 { margin: 3% 3% 2% 2%; } .inline1 { display: inline-flex; flex-direction: row; align-content: center; } .post1-l { background-color: #fff; margin: 1% 1%; margin-top: 1%; margin-bottom: 1%; position: relative; transition-duration: 1s; -webkit-box-shadow: 2px 2px 16px 0px rgba(175, 175, 175, 0.42); -moz-box-shadow: 2px 2px 16px 0px rgba(175, 175, 175, 0.42); box-shadow: 2px 2px 16px 0px rgba(175, 175, 175, 0.42); cursor: default; border-radius: 5px; } .post1-l:hover { box-shadow: 0px 3px 148px -26px #b2abb5; transform: scale(1.05,1.05); } /*Parrafo 1*/ .pf1 { color: #1b36eb; font-family: 'Comfortaa', cursive; } .pf1:hover { color: #999999; } .pf2 { color: #333333; font-family: 'Didact Gothic', sans-serif; } /*titulo 1*/ .hf1 { color: #333333; font-family: 'Libre Franklin', sans-serif; } /*button*/ .btn { font-family: 'Russo One', sans-serif; background-color: #ff4040; color: #fff; box-shadow: 0 1px 1.5px #808080; padding: 2%; border: none; border-radius: 10px; text-align: center; margin-left: 30%; margin-right: 30%; position: relative; transition-duration: 0.5s; } .btn:hover { box-shadow: 0px -1px -1px -1px #dbeeff; transform: scale(1.05,1.05); background-color: #ccff00; color: #0e2f44; } /*links*/ a { text-decoration: none; } /* Media query for container 1 fos Desktop */ @media only screen and (min-width: 1030px) { .btn { margin-bottom: 5%; } .mtop { margin-top: 10%; } .More { margin-top: 27%; } .MoreT { margin-top: 22%; } .hf1 { margin-left: 5%; /*font-weight: 500;*/ } .pf2 { margin-left: 5%; margin-right: 10%; font-size: 1.1em; } .pf1 { margin-left: 5%; font-size: 0.7em; font-weight: bold; } .margin_600 { margin-top: 1px; } .post1-l:hover { cursor: default; } .imgpost1-l { width: 100%; border-top-left-radius: 5px; border-top-right-radius: 5px; } .a1 { order: 1; flex: 2 2 10%; } .a2 { order: 2; flex: 2 2 10%; } .a3 { order: 3; flex: 2 2 10%; } } @media only screen and (max-width: 1024px) { .post1-l { margin-top: 15%; } .imgpost1-l { width: 100%; border-top-left-radius: 5px; border-top-right-radius: 5px; } .inline1 { display: inline-flex; flex-direction: column; align-content: center; } /*primer parrafo*/ .pf1 { margin-left: 5%; font-weight: bold; } /*Primer Titulo*/ .hf1 { margin-left: 5%; font-size: 1.6em; } /*Segundo Parrafo*/ .pf2 { margin-left: 5%; margin-right: 10%; font-size: 1.1em; } /*botón*/ .btn { margin-bottom: 5%; } } /* FOOTER STYLE */ hr { border: none; border-top: 2px dashed #bab7b7; color: #655a5a; overflow: visible; text-align: center; height: 5px; margin-left: 15%; margin-right: 15%; } hr:after { background: #fff; content: '||'; padding: 0 0px; position: relative; top: -10px; } .footerH1, .footerH2 { font-family: 'Russo One', sans-serif; text-align: center; } .footerImg { align-content: center; } .linkF { text-decoration: none; color: #333333; } .linkF:hover { color: #fc4747; } /*Media query for Phones*/ @media only screen and (min-width: 1030px) { .containerFooter { align-content: center; } .footerImg { width: 20%; text-align: center; margin-left: 40%; } } @media only screen and (max-width: 1024px) { .footerImg { width: 100%; text-align: center; margin-left: 0%; } }
0.233532
0.092196
@import url(../font/Titillium_Web/TitilliumWeb.css); @import url(./settings.css); @import url(./rank.css); @import url(./gameover.css); body { position: absolute; width: 100%; height: 100%; margin: 0; background-color: black; color: #eee; font-family: 'Titillium Web', 'Open Sans', Roboto, Segoe UI, Microsoft YaHei UI, Tahoma, Geneva, Verdana, sans-serif; overflow-y: hidden; overflow-x: hidden; user-select: none; } * { outline: none; -webkit-tap-highlight-color: transparent; } #root { position: absolute; width: 100%; height: 100%; } #canvas { height: 100%; width: 100%; } input { font-size: 1em; } .page { position: absolute; z-index: 10; left: 0; top: 0; width: 100%; height: 100%; display: flex; flex-flow: column nowrap; align-items: center; justify-content: center; max-width: 100%; transition: all 1s; } ul { list-style: none; padding: 0; margin: 0; } .button { padding: .5em 2em; margin: .5em; text-align: center; user-select: none; cursor: pointer; opacity: 0.6; transition: all .3s; color: white; } .button:hover { opacity: 1; } .button::before { font-size: 1em; content: ">"; margin-right: .5em; opacity: 0; transition: all .3s; } .button::after { font-size: 1em; content: "<"; margin-left: .5em; opacity: 0; transition: all .3s; } .button:hover::before { opacity: 1; } .button:hover::after { opacity: 1; } .main-menu { font-size: 1.6em; } .page.ease-out { opacity: 0; transition: opacity .2s ease-out; } .page.ease-in { opacity: 0; } .page.present { opacity: 1; transition: opacity .2s ease-in; } .page.hidden { opacity: 0; } .page.inactive { pointer-events: none; } @media screen and (max-width:400px) { .button { margin-left: 0; margin-right: 0; } }
assets/style/style.css
@import url(../font/Titillium_Web/TitilliumWeb.css); @import url(./settings.css); @import url(./rank.css); @import url(./gameover.css); body { position: absolute; width: 100%; height: 100%; margin: 0; background-color: black; color: #eee; font-family: 'Titillium Web', 'Open Sans', Roboto, Segoe UI, Microsoft YaHei UI, Tahoma, Geneva, Verdana, sans-serif; overflow-y: hidden; overflow-x: hidden; user-select: none; } * { outline: none; -webkit-tap-highlight-color: transparent; } #root { position: absolute; width: 100%; height: 100%; } #canvas { height: 100%; width: 100%; } input { font-size: 1em; } .page { position: absolute; z-index: 10; left: 0; top: 0; width: 100%; height: 100%; display: flex; flex-flow: column nowrap; align-items: center; justify-content: center; max-width: 100%; transition: all 1s; } ul { list-style: none; padding: 0; margin: 0; } .button { padding: .5em 2em; margin: .5em; text-align: center; user-select: none; cursor: pointer; opacity: 0.6; transition: all .3s; color: white; } .button:hover { opacity: 1; } .button::before { font-size: 1em; content: ">"; margin-right: .5em; opacity: 0; transition: all .3s; } .button::after { font-size: 1em; content: "<"; margin-left: .5em; opacity: 0; transition: all .3s; } .button:hover::before { opacity: 1; } .button:hover::after { opacity: 1; } .main-menu { font-size: 1.6em; } .page.ease-out { opacity: 0; transition: opacity .2s ease-out; } .page.ease-in { opacity: 0; } .page.present { opacity: 1; transition: opacity .2s ease-in; } .page.hidden { opacity: 0; } .page.inactive { pointer-events: none; } @media screen and (max-width:400px) { .button { margin-left: 0; margin-right: 0; } }
0.386416
0.048994
html, body { font-family: sans-serif; height: 100%; margin: 0; line-height: 1; overflow: hidden; } #app { display: flex; flex-direction: column; justify-content: center; height: 100%; } #settings { background: rgba(0,0,0,0.3); padding: 16px; position: absolute; top: 0; left: 0; right: 0; visibility: hidden; display: flex; flex-direction: row-reverse; } #app:hover #settings { visibility: visible; } #settings fieldset { background: rgba(255,255,255,0.5); display: flex; flex-direction: column; } #settings label { display: flex; } #settings label span { width: 150px; } #credits { text-align: right; margin: 0 0 auto auto; } .badge { display: inline-block; vertical-align: middle; } h1 { font-size: 1.3em; margin: 0; } h1 a { color: inherit; text-decoration: none; } p { font-size: 0.8em; margin: 0 0 0.1em;} a { color: hsl(6, 63%, 46%); } #chordContainer { height: 50vh; display: flex; justify-content: center; align-items: center; flex-grow: 1; } #chord { font-size: 20vh; text-align: center; } #notes { height: 10vh; font-size: 8vh; margin: auto; flex-grow: 0; white-space: nowrap; } .flat, .sharp { margin: 0 -0.2em; } .key { font-weight: bolder; white-space: nowrap; } .chordname { font-style: italic; font-weight: normal; white-space: nowrap; } .bassnote { font-size: 0.6em; opacity: 0.5; } #keyboard { margin-top: auto; background: #222; padding: 8px; } #keyboard-bg { fill: #222; } #wheels { } #pitchWheel { } .wheel { fill: url(#wheelGradient); } .wheelSocket { fill: #222; filter: url(#insetWheel); } #board-border { fill: none; stroke: #000; } .piano-key { stroke: #666; } .piano-key-name { font-size: 14px; fill: rgba(0,0,0,0.2); } .note.white .piano-key { fill: url(#whiteKey); } .note.black .piano-key { fill: url(#blackKey); } .note.black { color:hsl(6, 63%, 46%); } .note.white { color:hsl(6, 63%, 80%); } .note.white.active .piano-key { fill: currentColor; filter: url(#insetKey); } .note.black.active .piano-key { fill: currentColor; filter: url(#insetKey); } .note.white .piano-tonic { fill: black; } .note.black .piano-tonic { fill: white; } .piano-tonic { opacity: 0; } .note.tonic .piano-tonic { opacity: 1; } /* Settings */ #app.hideChord #chord { display: none; } #app.hideBassNote .bassnote { display: none; } #app.hideNotes #notes { display: none; } #app.hideKeyboard #keyboard { display: none; } #app.hideKeyName .piano-key-name { display: none; } #app.hideTonic .piano-tonic { display: none; }
src/styles.css
html, body { font-family: sans-serif; height: 100%; margin: 0; line-height: 1; overflow: hidden; } #app { display: flex; flex-direction: column; justify-content: center; height: 100%; } #settings { background: rgba(0,0,0,0.3); padding: 16px; position: absolute; top: 0; left: 0; right: 0; visibility: hidden; display: flex; flex-direction: row-reverse; } #app:hover #settings { visibility: visible; } #settings fieldset { background: rgba(255,255,255,0.5); display: flex; flex-direction: column; } #settings label { display: flex; } #settings label span { width: 150px; } #credits { text-align: right; margin: 0 0 auto auto; } .badge { display: inline-block; vertical-align: middle; } h1 { font-size: 1.3em; margin: 0; } h1 a { color: inherit; text-decoration: none; } p { font-size: 0.8em; margin: 0 0 0.1em;} a { color: hsl(6, 63%, 46%); } #chordContainer { height: 50vh; display: flex; justify-content: center; align-items: center; flex-grow: 1; } #chord { font-size: 20vh; text-align: center; } #notes { height: 10vh; font-size: 8vh; margin: auto; flex-grow: 0; white-space: nowrap; } .flat, .sharp { margin: 0 -0.2em; } .key { font-weight: bolder; white-space: nowrap; } .chordname { font-style: italic; font-weight: normal; white-space: nowrap; } .bassnote { font-size: 0.6em; opacity: 0.5; } #keyboard { margin-top: auto; background: #222; padding: 8px; } #keyboard-bg { fill: #222; } #wheels { } #pitchWheel { } .wheel { fill: url(#wheelGradient); } .wheelSocket { fill: #222; filter: url(#insetWheel); } #board-border { fill: none; stroke: #000; } .piano-key { stroke: #666; } .piano-key-name { font-size: 14px; fill: rgba(0,0,0,0.2); } .note.white .piano-key { fill: url(#whiteKey); } .note.black .piano-key { fill: url(#blackKey); } .note.black { color:hsl(6, 63%, 46%); } .note.white { color:hsl(6, 63%, 80%); } .note.white.active .piano-key { fill: currentColor; filter: url(#insetKey); } .note.black.active .piano-key { fill: currentColor; filter: url(#insetKey); } .note.white .piano-tonic { fill: black; } .note.black .piano-tonic { fill: white; } .piano-tonic { opacity: 0; } .note.tonic .piano-tonic { opacity: 1; } /* Settings */ #app.hideChord #chord { display: none; } #app.hideBassNote .bassnote { display: none; } #app.hideNotes #notes { display: none; } #app.hideKeyboard #keyboard { display: none; } #app.hideKeyName .piano-key-name { display: none; } #app.hideTonic .piano-tonic { display: none; }
0.464416
0.065157
@charset "UTF-8"; .home-page-property-list h2 { font-family: var(--prompy-font-family); font-size: 1.8rem; font-weight: bold; margin-bottom: 1rem; } .home-page-property-list .property-list .form button { border: none; outline: none; } .home-page-property-list .property-list .wrapper { display: flex; height: 16rem; background: var(--gray5); box-shadow: var(--box-shadow); border-radius: 10px; margin: 2rem auto; overflow: hidden; transition: all 300ms ease-in-out; } .home-page-property-list .property-list .wrapper:hover { /* cursor: pointer; */ transform: translateY(-3px); } .home-page-property-list .property-list .wrapper img { display: block; width: 30%; object-fit: cover; } .home-page-property-list .property-list .wrapper .property-info { padding: 1rem; display: flex; flex-direction: column; align-items: flex-start; } .home-page-property-list .property-list .wrapper .property-info h3 { font-size: 2rem; font-family: var(--prompy-font-family); color: var(--text-color-1); } .home-page-property-list .property-list .wrapper .property-info .info { font-family: var(--jost-font-family); font-size: 1.2rem; color: var(--text-color-2); text-align: left; width: 40rem; white-space: nowrap; overflow: scroll; text-overflow: ellipsis; } .home-page-property-list .property-list .wrapper .property-info .price-info { margin-top: 1rem; font-family: var(--prompy-font-family); color: rgb(0, 132, 255); font-weight: bold; font-size: 1.2rem; } .home-page-property-list .btn-grp { width: 100%; display: flex; margin-top: 2rem; font-size: 1.4rem; } .home-page-property-list .green-btn, .home-page-property-list .black-btn { width: 20rem; height: 3rem; border-radius: 40px; box-shadow: var(--box-shadow); border: none; outline: none; margin: auto 0.5rem; font-family: var(--prompy-font-family); font-weight: bold; } .home-page-property-list .green-btn:hover, .home-page-property-list .black-btn:hover { cursor: pointer; } .home-page-property-list .green-btn { background-color: var(--green-color); color: var(--text-color-3); } .home-page-property-list .black-btn { background-color: var(--gray6); color: var(--text-color-1); height: 3.4rem; }
src/main/webapp/design/style/home.css
@charset "UTF-8"; .home-page-property-list h2 { font-family: var(--prompy-font-family); font-size: 1.8rem; font-weight: bold; margin-bottom: 1rem; } .home-page-property-list .property-list .form button { border: none; outline: none; } .home-page-property-list .property-list .wrapper { display: flex; height: 16rem; background: var(--gray5); box-shadow: var(--box-shadow); border-radius: 10px; margin: 2rem auto; overflow: hidden; transition: all 300ms ease-in-out; } .home-page-property-list .property-list .wrapper:hover { /* cursor: pointer; */ transform: translateY(-3px); } .home-page-property-list .property-list .wrapper img { display: block; width: 30%; object-fit: cover; } .home-page-property-list .property-list .wrapper .property-info { padding: 1rem; display: flex; flex-direction: column; align-items: flex-start; } .home-page-property-list .property-list .wrapper .property-info h3 { font-size: 2rem; font-family: var(--prompy-font-family); color: var(--text-color-1); } .home-page-property-list .property-list .wrapper .property-info .info { font-family: var(--jost-font-family); font-size: 1.2rem; color: var(--text-color-2); text-align: left; width: 40rem; white-space: nowrap; overflow: scroll; text-overflow: ellipsis; } .home-page-property-list .property-list .wrapper .property-info .price-info { margin-top: 1rem; font-family: var(--prompy-font-family); color: rgb(0, 132, 255); font-weight: bold; font-size: 1.2rem; } .home-page-property-list .btn-grp { width: 100%; display: flex; margin-top: 2rem; font-size: 1.4rem; } .home-page-property-list .green-btn, .home-page-property-list .black-btn { width: 20rem; height: 3rem; border-radius: 40px; box-shadow: var(--box-shadow); border: none; outline: none; margin: auto 0.5rem; font-family: var(--prompy-font-family); font-weight: bold; } .home-page-property-list .green-btn:hover, .home-page-property-list .black-btn:hover { cursor: pointer; } .home-page-property-list .green-btn { background-color: var(--green-color); color: var(--text-color-3); } .home-page-property-list .black-btn { background-color: var(--gray6); color: var(--text-color-1); height: 3.4rem; }
0.353428
0.046012
body { text-align: center; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } section { display: inline-block; max-width: 800px; padding: 8px; } p { text-align: left; } h1 { font-size: 2em; } .twocol { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 30px; max-width: 800px; margin: auto; } .failed {background-color: rgba(240, 128, 128, .3);} .succeeded {background-color: rgba(144, 238, 144, .3);} .dfailed {background-color: rgba(240, 128, 128, .8);} .dsucceeded {background-color: rgba(144, 238, 144, .8);} .campaign { margin: 12px 0; padding: 15px; text-align: left; } .ctitle { display: block; font-size: 1.1em; font-weight: bold; } .cdetails { color: rgba(0, 0, 0, .7) } .cmoney { font-weight: bold; } .campaign div { margin-top: 7px; } #options { display: grid; grid-template-columns: 1fr 1fr; column-gap: 15px; max-width: 500px; margin: auto; } .form { display: grid; grid-template-columns: repeat(2, 1fr); row-gap: 14px; column-gap: 18px; text-align: left; width: 100%; max-width: 500px; margin: 30px auto; } label { font-weight: bold; } .input { display: block; width: 100%; padding: 0; margin: 0; font-family: inherit; font-size: 1em; resize: vertical; } .double { grid-column: 1 / 3; } .cleanlink { color: inherit; text-decoration: none; } .cleanlink:hover { text-decoration: underline; } .button { display: block; margin-top: 10px; padding: 10px 30px; border-radius: 5px; border-width: 0; background-color: darkblue; color: white; font-weight: bold; font-size: 1em; text-decoration: none; } .button:hover { background-color: #4444a0; cursor: pointer; } #alertbox { border-radius: 3px; position: fixed; top: 30%; left: 50%; transform: translateX(-50%); visibility: hidden; padding: 30px; font-size: 1.2em; font-weight: bold; color: white; background-color: rgba(0,0,0,.7); } .bigresult { display: inline-block; padding: 30px 50px; margin-bottom: 50px; font-size: 3em; font-weight: bold; } @media (max-width: 500px) { .form { grid-template-columns: repeat(1, 1fr); } .double { grid-column: 1 / 2; } .twocol { column-gap: 14px; font-size: .9em; } .cstream { grid-column: 1 / 3; } .toggle { cursor: pointer; padding-top: 5px; padding-bottom: 5px; } #stoggle { background-color: rgba(0,0,0, .07); } #ftoggle { background-color: white; } #sstream { display: block; } #fstream { display: none; } }
static/css/styles.css
body { text-align: center; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } section { display: inline-block; max-width: 800px; padding: 8px; } p { text-align: left; } h1 { font-size: 2em; } .twocol { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 30px; max-width: 800px; margin: auto; } .failed {background-color: rgba(240, 128, 128, .3);} .succeeded {background-color: rgba(144, 238, 144, .3);} .dfailed {background-color: rgba(240, 128, 128, .8);} .dsucceeded {background-color: rgba(144, 238, 144, .8);} .campaign { margin: 12px 0; padding: 15px; text-align: left; } .ctitle { display: block; font-size: 1.1em; font-weight: bold; } .cdetails { color: rgba(0, 0, 0, .7) } .cmoney { font-weight: bold; } .campaign div { margin-top: 7px; } #options { display: grid; grid-template-columns: 1fr 1fr; column-gap: 15px; max-width: 500px; margin: auto; } .form { display: grid; grid-template-columns: repeat(2, 1fr); row-gap: 14px; column-gap: 18px; text-align: left; width: 100%; max-width: 500px; margin: 30px auto; } label { font-weight: bold; } .input { display: block; width: 100%; padding: 0; margin: 0; font-family: inherit; font-size: 1em; resize: vertical; } .double { grid-column: 1 / 3; } .cleanlink { color: inherit; text-decoration: none; } .cleanlink:hover { text-decoration: underline; } .button { display: block; margin-top: 10px; padding: 10px 30px; border-radius: 5px; border-width: 0; background-color: darkblue; color: white; font-weight: bold; font-size: 1em; text-decoration: none; } .button:hover { background-color: #4444a0; cursor: pointer; } #alertbox { border-radius: 3px; position: fixed; top: 30%; left: 50%; transform: translateX(-50%); visibility: hidden; padding: 30px; font-size: 1.2em; font-weight: bold; color: white; background-color: rgba(0,0,0,.7); } .bigresult { display: inline-block; padding: 30px 50px; margin-bottom: 50px; font-size: 3em; font-weight: bold; } @media (max-width: 500px) { .form { grid-template-columns: repeat(1, 1fr); } .double { grid-column: 1 / 2; } .twocol { column-gap: 14px; font-size: .9em; } .cstream { grid-column: 1 / 3; } .toggle { cursor: pointer; padding-top: 5px; padding-bottom: 5px; } #stoggle { background-color: rgba(0,0,0, .07); } #ftoggle { background-color: white; } #sstream { display: block; } #fstream { display: none; } }
0.455441
0.173568
body { background-color: #f1f1f1; } section { display: flex; justify-content: center; align-items: center; } textarea { width: 100%; resize: vertical; margin-top: 0.2rem; font-family: 'Montserrat', sans-serif; outline: none; line-height: 1; font-size: 1rem; padding: 0.1rem; } .wrapper { padding: 5rem 0; } .new-section { padding: 0 15rem; } .new-container { display: flex; justify-content: center; align-items: center; border-radius: 10px; height: 100%; min-height: 400px; background-color: #FFFFFF; width: 100%; } .form-container { width: 100%; padding: 2rem 5rem; } .form-container p{ margin-bottom: 0.25rem; } .form-container h2 { text-align: center; font-family: 'Montserrat', sans-serif; font-size: 3rem; font-weight: 200; } .input-field { display: grid; grid-template-columns: 25% 75%; margin: 2rem 0; align-items: center; } .input-field input { margin-top: 0.2rem; font-family: 'Montserrat', sans-serif; outline: none; line-height: 1; font-size: 1rem; padding: 0 20px 0 0; } .input-field select { margin-top: 0.2rem; font-family: 'Montserrat', sans-serif; outline: none; line-height: 1; font-size: 1rem; padding: 0 20px 0 0; } .buttons-section { display: flex; justify-content: end; align-items: flex-end; } .buttons-container a{ text-decoration: none; border: none; outline: none; border-radius: 6px; cursor: pointer; background-color: #1B8436; color: #F0ECD7; text-transform: uppercase; letter-spacing: 2px; font-size: 0.9rem; font-weight: 700; padding: 0.5rem 0.8rem; transition: 0.4s; } .buttons-container a:hover { background-color: #197730; } /* UPLOAD PHOTO */ .container { width: 100%; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; row-gap: 1rem; } .mobile-btn h3 { font-family: 'Fredoka One', sans-serif; color: #163A24; font-weight: lighter; font-size: 1.4rem; } .container .wrapper { position: relative; width: 500px; height: 350px; background: #FFFFFF; border: 2px solid #1B8436; display: flex; align-items: center; justify-content: center; overflow: hidden; margin: 0 auto; } .wrapper.active { border: none; } .wrapper .image { position: absolute; width: 550px; height: 400px; display: flex; align-items: center; justify-content: center; } .wrapper img { height: 100%; width: 100%; object-fit: cover; } .wrapper .icon { font-size: 50px; text-align: center; color: #1B8436; } .wrapper .text { font-size: 20px; font-weight: 500; color: #5b7b63; text-align: center; font-size: 1rem; font-family: 'Quicksand', sans-serif; } .wrapper .text i { font-size: 0.7rem; font-family: 'Quicksand', sans-serif; } .wrapper #cancel-btn i { position: absolute; font-size: 20px; right: 15px; top: 15px; color: #f0ecd7; cursor: pointer; display: none; transition: 0.3s; } .wrapper.active:hover #cancel-btn i { display: block; } .wrapper #cancel-btn i:hover { color: #1B8436; } /* .wrapper .file-name{ position: absolute; bottom: 0px; width: 100%; padding: 8px 0; color: #fff; display: none; background-color: #1B8436; font-size: 0.8rem; text-align: center; font-family: 'Quicksand', sans-serif; } */ .wrapper.active:hover .file-name { display: block; } .input-field #custom-btn { display: block; width: 100%; padding: 0.4rem 0; border: none; outline: none; border-radius: 6px; color: #FFFFFF; font-size: 1.1rem; font-weight: 600; font-family: 'Quicksand', sans-serif; letter-spacing: 1px; cursor: pointer; background-color: #1B8436; transition: 0.2s; } .input-field #custom-btn:hover { background-color: #163A24; } @media only screen and (max-width: 1000px) { .new-section { padding: 0 7rem; } } @media only screen and (max-width: 768px) { .container .wrapper{ width: 100%; } .new-section { padding: 0 2rem; } .form-container h2 { font-size: 2.5rem; } .input-field { display: flex; justify-content: center; align-items: center; flex-direction: column; } .input-field input { padding: 0; justify-content: center; text-align: center; width: 100%; } .input-field select { padding: 0; width: 100%; text-align: center; } .buttons-section { justify-content: center; align-items: center; } .buttons-container { width: 100%; } .buttons-section a { display: flex; flex-direction: column; text-align: center; margin-top: 0.5rem; width: 100%; } }
assets/css/new-portfolio-service-styles.css
body { background-color: #f1f1f1; } section { display: flex; justify-content: center; align-items: center; } textarea { width: 100%; resize: vertical; margin-top: 0.2rem; font-family: 'Montserrat', sans-serif; outline: none; line-height: 1; font-size: 1rem; padding: 0.1rem; } .wrapper { padding: 5rem 0; } .new-section { padding: 0 15rem; } .new-container { display: flex; justify-content: center; align-items: center; border-radius: 10px; height: 100%; min-height: 400px; background-color: #FFFFFF; width: 100%; } .form-container { width: 100%; padding: 2rem 5rem; } .form-container p{ margin-bottom: 0.25rem; } .form-container h2 { text-align: center; font-family: 'Montserrat', sans-serif; font-size: 3rem; font-weight: 200; } .input-field { display: grid; grid-template-columns: 25% 75%; margin: 2rem 0; align-items: center; } .input-field input { margin-top: 0.2rem; font-family: 'Montserrat', sans-serif; outline: none; line-height: 1; font-size: 1rem; padding: 0 20px 0 0; } .input-field select { margin-top: 0.2rem; font-family: 'Montserrat', sans-serif; outline: none; line-height: 1; font-size: 1rem; padding: 0 20px 0 0; } .buttons-section { display: flex; justify-content: end; align-items: flex-end; } .buttons-container a{ text-decoration: none; border: none; outline: none; border-radius: 6px; cursor: pointer; background-color: #1B8436; color: #F0ECD7; text-transform: uppercase; letter-spacing: 2px; font-size: 0.9rem; font-weight: 700; padding: 0.5rem 0.8rem; transition: 0.4s; } .buttons-container a:hover { background-color: #197730; } /* UPLOAD PHOTO */ .container { width: 100%; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; row-gap: 1rem; } .mobile-btn h3 { font-family: 'Fredoka One', sans-serif; color: #163A24; font-weight: lighter; font-size: 1.4rem; } .container .wrapper { position: relative; width: 500px; height: 350px; background: #FFFFFF; border: 2px solid #1B8436; display: flex; align-items: center; justify-content: center; overflow: hidden; margin: 0 auto; } .wrapper.active { border: none; } .wrapper .image { position: absolute; width: 550px; height: 400px; display: flex; align-items: center; justify-content: center; } .wrapper img { height: 100%; width: 100%; object-fit: cover; } .wrapper .icon { font-size: 50px; text-align: center; color: #1B8436; } .wrapper .text { font-size: 20px; font-weight: 500; color: #5b7b63; text-align: center; font-size: 1rem; font-family: 'Quicksand', sans-serif; } .wrapper .text i { font-size: 0.7rem; font-family: 'Quicksand', sans-serif; } .wrapper #cancel-btn i { position: absolute; font-size: 20px; right: 15px; top: 15px; color: #f0ecd7; cursor: pointer; display: none; transition: 0.3s; } .wrapper.active:hover #cancel-btn i { display: block; } .wrapper #cancel-btn i:hover { color: #1B8436; } /* .wrapper .file-name{ position: absolute; bottom: 0px; width: 100%; padding: 8px 0; color: #fff; display: none; background-color: #1B8436; font-size: 0.8rem; text-align: center; font-family: 'Quicksand', sans-serif; } */ .wrapper.active:hover .file-name { display: block; } .input-field #custom-btn { display: block; width: 100%; padding: 0.4rem 0; border: none; outline: none; border-radius: 6px; color: #FFFFFF; font-size: 1.1rem; font-weight: 600; font-family: 'Quicksand', sans-serif; letter-spacing: 1px; cursor: pointer; background-color: #1B8436; transition: 0.2s; } .input-field #custom-btn:hover { background-color: #163A24; } @media only screen and (max-width: 1000px) { .new-section { padding: 0 7rem; } } @media only screen and (max-width: 768px) { .container .wrapper{ width: 100%; } .new-section { padding: 0 2rem; } .form-container h2 { font-size: 2.5rem; } .input-field { display: flex; justify-content: center; align-items: center; flex-direction: column; } .input-field input { padding: 0; justify-content: center; text-align: center; width: 100%; } .input-field select { padding: 0; width: 100%; text-align: center; } .buttons-section { justify-content: center; align-items: center; } .buttons-container { width: 100%; } .buttons-section a { display: flex; flex-direction: column; text-align: center; margin-top: 0.5rem; width: 100%; } }
0.522446
0.087175
*{ padding: 0; margin: 0; transition-timing-function: cubic-bezier(.19,1,.22,1); } body,html{ height: 100%; width: 100%; font-family: "Microsoft YaHei"; -webkit-font-smoothing: antialiased; color: #fff; line-height: 1.5em; min-width: 1150px; background-color: #212121; font-size: 14px; overflow-x: hidden } body { background: #fff; background-attachment: fixed; cursor: url(https://cdn.jsdelivr.net/gh/Ukenn2112/[email protected]/cur/normal.cur), auto } div.background{ position: fixed; width: 100%; height: 100%; transition: .3s all; background-color: #252525; /*background: #73C8A9; background: -webkit-linear-gradient(to top, #A7BFE8, #6190E8); background: linear-gradient(to top, #A7BFE8, #6190E8); background: url(./h.pg) center center no-repeat; background-size: cover; */ } div.background:after{ display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(255,255,255,.3)); background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(255,255,255,.3)); } .intro{ position: relative; } .clear:after{ content:""; display:block; height:0; visibility:hidden; clear:both; } .chatbox>.line { display: none } #startrack { height: 140%; width: 100% } .background.fixed { position: fixed; top: -60% } .background { position: absolute; top: 0; left: 0; width: 100vw; height: 100vh } .background .cover { position: absolute; bottom: -42%; left: 0; height: 100%; width: 100%; background: linear-gradient(0deg,#202020 30%,rgba(32,32,32,0)) } @keyframes bg { 0% { transform:rotate(0deg); border-radius: 0; } 50% { transform:rotate(180deg); border-radius: 0; } 100% { transform:rotate(360deg); border-radius: 0; } } @-webkit-keyframes bg { 0% { transform:rotate(0deg); border-radius: 0; } 50% { transform:rotate(180deg); border-radius: 0; } 100% { transform:rotate(360deg); border-radius: 0; } } @-ms-keyframes bg { 0% { transform:rotate(0deg); border-radius: 0; } 50% { transform:rotate(180deg); border-radius: 0; } 100% { transform:rotate(360deg); border-radius: 0; } } @-moz-keyframes bg { 0% { transform:rotate(0deg); border-radius: 0; } 50% { transform:rotate(180deg); border-radius: 0; } 100% { transform:rotate(360deg); border-radius: 0; } } nav{ position: fixed; left: 20px; top: 0; z-index: 2333; transform:rotate(90deg) translate3d(0,0,0); transform-origin: 0% 100%; opacity: .7; transition: .3s all ease-out; font-family: 'Roboto', 'Tahoma',"Consolas","Microsoft YaHei"; } nav a{ display: inline-block; font-size: 15px; color: #fff; text-decoration: none; margin: 0 10px; opacity: .4; transition: .3s all; } nav a.time{ opacity: 1; } nav a.clip { height: 3px; width: 3px; background: #fff; border-radius: 100% } nav a:hover, nav a.active{ text-decoration: underline; opacity: 1; } .main{ position: relative; z-index: 1000; width: 100%; height: 100%; } .ch{ width: 100%; padding: 80px 0; animation: fadedown 1s cubic-bezier(.19,1,.22,1); -webkit-animation: fadedown 1s cubic-bezier(.19,1,.22,1); -ms-animation: fadedown 1s cubic-bezier(.19,1,.22,1); -moz-animation: fadedown 1s cubic-bezier(.19,1,.22,1); } .ch h2.chtitle{ padding-bottom: 30px; font-size: 26px; letter-spacing: .2em; color: rgba(255,255,255,.3); } .ch h2.chtitle span{ color: #fff; } .ch h2.chtitle:after{ content: ''; display: block; width: 10%; height: 2px; background-color: rgba(255,255,255,.3); margin-top: 30px; } @keyframes fadedown { 0% { opacity: 0; transform: translateY(-50px); } 100% { opacity: 1; transform: translateY(0); } } @-webkit-keyframes fadedown { 0% { opacity: 0; transform: translateY(-50px); } 100% { opacity: 1; transform: translateY(0); } } @-ms-keyframes fadedown { 0% { opacity: 0; transform: translateY(-50px); } 100% { opacity: 1; transform: translateY(0); } } @-moz-keyframes fadedown { 0% { opacity: 0; transform: translateY(-50px); } 100% { opacity: 1; transform: translateY(0); } } .container{ position: relative; width: 1000px; margin: 0 auto; height: 100%; padding: 20px 0; } .intro{ color: #fff; height: 100%; padding: 0; } .intro .container{ animation: fadedown 3.5s cubic-bezier(.19,1,.22,1); -webkit-animation: fadedown 3.5s cubic-bezier(.19,1,.22,1); -ms-animation: fadedown 3.5s cubic-bezier(.19,1,.22,1); -moz-animation: fadedown 3.5s cubic-bezier(.19,1,.22,1); } .hello { position: absolute; bottom: 20%; left: 0 } .hello h1,.hello h2 { font-weight: 400; font-size: 22px; line-height: 1.5em; letter-spacing: .16em } .hello h1 { font-size: 42px; letter-spacing: .45em } .hello h2{ font-family: 'YingHuaYuLuo-subfont'; padding-top: .6em; } .hello .circle{ float: left; margin-right: 10px; letter-spacing: 0; } .hello .circle span{ display: inline-block; width: 13px; height: 13px; background-color: #fff; border-radius: 100%; margin-right: 5px; } .hello .circle span:nth-child(1){ background-color: #FF493F; } .hello .circle span:nth-child(2){ background-color: #F7C900; } .hello .circle span:nth-child(3){ background-color: #00ff37; } .about .introduct { line-height: 2em } .about .introduct img.avatar { float: right; width: 140px; margin-left: 40px; margin-right: 20px; border-radius: 100% } .about ul.skill { margin-top: 50px } .about ul.skill li { list-style: none; padding: 10px 0; width: 45%; float: left; margin-right: 5% } .about ul.skill li p { display: inline-block; width: 25%; margin-right: 3%; font-size: 12px } .about ul.skill li .progress{ display: inline-block; width: 70%; height: 3px; background-color: hsla(0,0%,100%,.2); vertical-align: middle; } .about ul.skill li .progress span { font-size: 12px; color: hsla(0,0%,100%,.4); opacity: 0; position: relative; top: -5px; letter-spacing: .5em; transition: .3s all } .about ul.skill li:hover .progress span { opacity: 1; top: 0 } .about ul.skill li .progress div{ background-color: #fff; height: 3px; position: relative; } ul.skill li .progress div{ animation: progressin 7s; -webkit-animation: progressin 7s; -ms-animation: progressin 7s; -moz-animation: progressin 7s; } @keyframes progressin { from {width:0;} } @-webkit-keyframes progressin { from {width:0;} } @-ms-keyframes progressin { from {width:0;} } @-moz-keyframes progressin { from {width:0;} } .about ul.skill li .progress div:after{ content: ''; display: inline-block; position: absolute; right: -4px; top: -8px; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 3px solid #fff; } .links a{ color: #fff; text-decoration: none; } .find .links .item { position: relative; width: 17.6%; height: 80px; line-height: 80px; margin: 10px 1.2%; padding: 5px 0; text-align: center; float: left; transition: all .2s; opacity: .9 } .find .links .item:hover { opacity: 1; transform: translateY(-10px); -webkit-animation: index-link-active 1s cubic-bezier(.315,.605,.375,.925) forwards } .find .links .item .inner{ position: relative; z-index: 5; } .find .links .item .bg{ position: absolute; bottom: 0; left: 0; width: 100%; height: 1.8%; z-index: 0; transition: .15s all; } .find .links .item:hover .bg{ height: 100%; width: 100%; border-radius: 5px; box-shadow: 0 3px 20px rgba(0,0,0,.28); } .find .links .item i{ font-size: 20px; } .find .links .item span { display: inline-block; width: 100px } .find .links .col-3 .item { width: 30.93%; margin: 10px 1.2% } .gate .links .item { margin: 5px 0; padding: 15px 1.5%; float: left; width: 22%; height: 60px; transition: .2s all; opacity: .85; } .gate .links .item.akarin{ opacity: .58; } .gate .links .item:hover { opacity: 1; border-radius: 5px; background-color: rgba(255,255,255,.25); transform: translateY(-5px); box-shadow: 0 3px 20px rgba(0,0,0,.28); -webkit-animation: index-link-active 1s cubic-bezier(.315,.605,.375,.925) forwards } .gate .links .item .avatar{ float: left; height: 60px; line-height: 60px; width: 60px; border-radius: 100%; text-align: center; margin-right: 15px; background-color: #353535; overflow: hidden; } .gate .links .item .avatar i{ font-size: 24px; } .gate .links .item .avatar img{ height: 60px; max-width: 60px; border-radius: 100%; } .gate .links .item .inner{ padding: 6px; } .gate .links .item .inner h5{ font-weight: 400; font-size: 17px; } .gate .links .item .inner p{ font-size: 13px; color: hsla(0,0%,100%,.6) } .footer{ text-align: center; } .footer a{ color: inherit; text-decoration: none; } .footer a:hover{ text-decoration: underline; } .footer h3{ font-weight: 400; font-size: 20px; letter-spacing: .8em; margin: 6px 0; } .footer p{ font-size: 12px; letter-spacing: 1em; opacity: .3; } .footer p.c{ margin-top: 20px; letter-spacing: .1em; } .chatbox .line { margin: 40px 0 } .chatbox .line p { margin: 10px 0 } .chatbox .question a { display: inline-block; background-color: hsla(0,0%,100%,.3); border-radius: 10px 10px 10px 0; font-size: 12px; padding: 0 10px; margin-right: 10px; cursor: pointer; opacity: .8; transform: translateY(0); transition: .2s all } .chatbox .question a:hover { opacity: 1; transform: translateY(-2px); -webkit-animation: index-link-active 1s cubic-bezier(.315,.605,.375,.925) forwards } .chatbox .question.disable a { opacity: .3 } .chatbox .question.disable a.selected { opacity: .9 } .chatbox .question a.error { opacity: .3; animation: error .2s ease-in-out } .chatbox .loading span { display: inline-block; height: 10px; width: 10px; border-radius: 100%; background-color: #fff; margin-right: 5px; animation: loading-point 1.4s infinite ease-in-out both } .chatbox .loading span:nth-child(1) { animation-delay: .2s } .chatbox .loading span:nth-child(2) { animation-delay: .4s } .chatbox .loading span:nth-child(3) { animation-delay: .6s } @keyframes loading-point { 0% { opacity: .8 } 50% { opacity: .25 } 100% { opacity: 8 } } @keyframes error { 0% { transform: translateX(0) } 25% { transform: translateX(-2px) } 50% { transform: translateX(0) } 75% { transform: translateX(2px) } 100% { transform: translateX(0) } } @keyframes index-link-active { 0% { transform: perspective(1600px) rotateX(0) rotateY(0) translateZ(0) } 16% { transform: perspective(1600px) rotateX(10deg) rotateY(5deg) translateZ(32px) } 100% { transform: perspective(1600px) rotateX(0) rotateY(0) translateZ(65px) } } @media screen and (min-width: 1400px) { body{ } .container{ width: 70%; } nav a{ font-size: 18px; } } @media screen and (max-width: 700px) { body,html{ min-width: 0; } .container{ width: auto; margin: 0 5%; } div.el span{ display: block; width: 60%; left: 0; top: 75px; margin-left: 0; margin: 0 auto; margin-top: -40%; } nav{ padding: 15px 5%; overflow: auto; font-size: 13px; left: 0; top: inherit; bottom: 0; transform:rotate(0deg) translate3d(0,0,0); transform-origin: 0% 100%; white-space:nowrap; width: 90%; background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.8)); background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.8)); } .ch{ padding: 40px 0; } .hello { width: 90%; padding: 5%; text-align: center; bottom: 35% } .hello .circle { float: none; margin-right: 0; } .hello h2 { padding-top: 0; } .hello h1,.hello h2 { font-weight: 400; font-size: 16px } .hello .circle{ padding: 20px; } .hello .circle span { margin: 0 5px; width: 10px; height: 10px } .hello h1 { font-size: 26px } .about .introduct img.avatar { float: none; margin-left: 0; margin-right: 0; width: 100px } .about .introduct,.about .skill { float: none; width: auto } .about .skill{ padding-top: 40px; } .about ul.skill li { width: 100% } .find .links .item,.gate .links .item{ width: 46%; height: auto; padding: 5px 0; margin: 10px 2%; } .find .links .item{ height: 60px; line-height: 60px; font-size: 13px; } .gate .links .item .avatar { height: 40px; line-height: 40px; width: 40px; } .gate .links .item .avatar img { height: 40px; max-width: 40px; } .gate .links .item .inner { padding: 0; } .gate .links .item .inner h5 { font-size: 15px; } .gate .links .item .inner h5, .gate .links .item .inner p{ white-space:nowrap; text-overflow:ellipsis; overflow:hidden; } .footer{ padding-bottom: 100px; } .footer h3{ letter-spacing: .2em; } .footer p{ letter-spacing: .2em; } } .round_icon{ height: 35px; width: 35px; padding: 6px; float: inherit; } .toppic-line { position: relative; bottom: 0; left: 0; display: block; width: 100%; height: 2px; background-color: #fff; animation: lineWidth 2.5s; animation-fill-mode: forwards; } .kong { padding-top: .6em; } .kongk{ padding-top: .10em; } @keyframes lineWidth { 0% { width: 0; } 100% { width: 100%; } } @media (max-width: 860px) { .kong, .toppic-line{ display: none; } }
index/h.css
*{ padding: 0; margin: 0; transition-timing-function: cubic-bezier(.19,1,.22,1); } body,html{ height: 100%; width: 100%; font-family: "Microsoft YaHei"; -webkit-font-smoothing: antialiased; color: #fff; line-height: 1.5em; min-width: 1150px; background-color: #212121; font-size: 14px; overflow-x: hidden } body { background: #fff; background-attachment: fixed; cursor: url(https://cdn.jsdelivr.net/gh/Ukenn2112/[email protected]/cur/normal.cur), auto } div.background{ position: fixed; width: 100%; height: 100%; transition: .3s all; background-color: #252525; /*background: #73C8A9; background: -webkit-linear-gradient(to top, #A7BFE8, #6190E8); background: linear-gradient(to top, #A7BFE8, #6190E8); background: url(./h.pg) center center no-repeat; background-size: cover; */ } div.background:after{ display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(255,255,255,.3)); background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(255,255,255,.3)); } .intro{ position: relative; } .clear:after{ content:""; display:block; height:0; visibility:hidden; clear:both; } .chatbox>.line { display: none } #startrack { height: 140%; width: 100% } .background.fixed { position: fixed; top: -60% } .background { position: absolute; top: 0; left: 0; width: 100vw; height: 100vh } .background .cover { position: absolute; bottom: -42%; left: 0; height: 100%; width: 100%; background: linear-gradient(0deg,#202020 30%,rgba(32,32,32,0)) } @keyframes bg { 0% { transform:rotate(0deg); border-radius: 0; } 50% { transform:rotate(180deg); border-radius: 0; } 100% { transform:rotate(360deg); border-radius: 0; } } @-webkit-keyframes bg { 0% { transform:rotate(0deg); border-radius: 0; } 50% { transform:rotate(180deg); border-radius: 0; } 100% { transform:rotate(360deg); border-radius: 0; } } @-ms-keyframes bg { 0% { transform:rotate(0deg); border-radius: 0; } 50% { transform:rotate(180deg); border-radius: 0; } 100% { transform:rotate(360deg); border-radius: 0; } } @-moz-keyframes bg { 0% { transform:rotate(0deg); border-radius: 0; } 50% { transform:rotate(180deg); border-radius: 0; } 100% { transform:rotate(360deg); border-radius: 0; } } nav{ position: fixed; left: 20px; top: 0; z-index: 2333; transform:rotate(90deg) translate3d(0,0,0); transform-origin: 0% 100%; opacity: .7; transition: .3s all ease-out; font-family: 'Roboto', 'Tahoma',"Consolas","Microsoft YaHei"; } nav a{ display: inline-block; font-size: 15px; color: #fff; text-decoration: none; margin: 0 10px; opacity: .4; transition: .3s all; } nav a.time{ opacity: 1; } nav a.clip { height: 3px; width: 3px; background: #fff; border-radius: 100% } nav a:hover, nav a.active{ text-decoration: underline; opacity: 1; } .main{ position: relative; z-index: 1000; width: 100%; height: 100%; } .ch{ width: 100%; padding: 80px 0; animation: fadedown 1s cubic-bezier(.19,1,.22,1); -webkit-animation: fadedown 1s cubic-bezier(.19,1,.22,1); -ms-animation: fadedown 1s cubic-bezier(.19,1,.22,1); -moz-animation: fadedown 1s cubic-bezier(.19,1,.22,1); } .ch h2.chtitle{ padding-bottom: 30px; font-size: 26px; letter-spacing: .2em; color: rgba(255,255,255,.3); } .ch h2.chtitle span{ color: #fff; } .ch h2.chtitle:after{ content: ''; display: block; width: 10%; height: 2px; background-color: rgba(255,255,255,.3); margin-top: 30px; } @keyframes fadedown { 0% { opacity: 0; transform: translateY(-50px); } 100% { opacity: 1; transform: translateY(0); } } @-webkit-keyframes fadedown { 0% { opacity: 0; transform: translateY(-50px); } 100% { opacity: 1; transform: translateY(0); } } @-ms-keyframes fadedown { 0% { opacity: 0; transform: translateY(-50px); } 100% { opacity: 1; transform: translateY(0); } } @-moz-keyframes fadedown { 0% { opacity: 0; transform: translateY(-50px); } 100% { opacity: 1; transform: translateY(0); } } .container{ position: relative; width: 1000px; margin: 0 auto; height: 100%; padding: 20px 0; } .intro{ color: #fff; height: 100%; padding: 0; } .intro .container{ animation: fadedown 3.5s cubic-bezier(.19,1,.22,1); -webkit-animation: fadedown 3.5s cubic-bezier(.19,1,.22,1); -ms-animation: fadedown 3.5s cubic-bezier(.19,1,.22,1); -moz-animation: fadedown 3.5s cubic-bezier(.19,1,.22,1); } .hello { position: absolute; bottom: 20%; left: 0 } .hello h1,.hello h2 { font-weight: 400; font-size: 22px; line-height: 1.5em; letter-spacing: .16em } .hello h1 { font-size: 42px; letter-spacing: .45em } .hello h2{ font-family: 'YingHuaYuLuo-subfont'; padding-top: .6em; } .hello .circle{ float: left; margin-right: 10px; letter-spacing: 0; } .hello .circle span{ display: inline-block; width: 13px; height: 13px; background-color: #fff; border-radius: 100%; margin-right: 5px; } .hello .circle span:nth-child(1){ background-color: #FF493F; } .hello .circle span:nth-child(2){ background-color: #F7C900; } .hello .circle span:nth-child(3){ background-color: #00ff37; } .about .introduct { line-height: 2em } .about .introduct img.avatar { float: right; width: 140px; margin-left: 40px; margin-right: 20px; border-radius: 100% } .about ul.skill { margin-top: 50px } .about ul.skill li { list-style: none; padding: 10px 0; width: 45%; float: left; margin-right: 5% } .about ul.skill li p { display: inline-block; width: 25%; margin-right: 3%; font-size: 12px } .about ul.skill li .progress{ display: inline-block; width: 70%; height: 3px; background-color: hsla(0,0%,100%,.2); vertical-align: middle; } .about ul.skill li .progress span { font-size: 12px; color: hsla(0,0%,100%,.4); opacity: 0; position: relative; top: -5px; letter-spacing: .5em; transition: .3s all } .about ul.skill li:hover .progress span { opacity: 1; top: 0 } .about ul.skill li .progress div{ background-color: #fff; height: 3px; position: relative; } ul.skill li .progress div{ animation: progressin 7s; -webkit-animation: progressin 7s; -ms-animation: progressin 7s; -moz-animation: progressin 7s; } @keyframes progressin { from {width:0;} } @-webkit-keyframes progressin { from {width:0;} } @-ms-keyframes progressin { from {width:0;} } @-moz-keyframes progressin { from {width:0;} } .about ul.skill li .progress div:after{ content: ''; display: inline-block; position: absolute; right: -4px; top: -8px; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 3px solid #fff; } .links a{ color: #fff; text-decoration: none; } .find .links .item { position: relative; width: 17.6%; height: 80px; line-height: 80px; margin: 10px 1.2%; padding: 5px 0; text-align: center; float: left; transition: all .2s; opacity: .9 } .find .links .item:hover { opacity: 1; transform: translateY(-10px); -webkit-animation: index-link-active 1s cubic-bezier(.315,.605,.375,.925) forwards } .find .links .item .inner{ position: relative; z-index: 5; } .find .links .item .bg{ position: absolute; bottom: 0; left: 0; width: 100%; height: 1.8%; z-index: 0; transition: .15s all; } .find .links .item:hover .bg{ height: 100%; width: 100%; border-radius: 5px; box-shadow: 0 3px 20px rgba(0,0,0,.28); } .find .links .item i{ font-size: 20px; } .find .links .item span { display: inline-block; width: 100px } .find .links .col-3 .item { width: 30.93%; margin: 10px 1.2% } .gate .links .item { margin: 5px 0; padding: 15px 1.5%; float: left; width: 22%; height: 60px; transition: .2s all; opacity: .85; } .gate .links .item.akarin{ opacity: .58; } .gate .links .item:hover { opacity: 1; border-radius: 5px; background-color: rgba(255,255,255,.25); transform: translateY(-5px); box-shadow: 0 3px 20px rgba(0,0,0,.28); -webkit-animation: index-link-active 1s cubic-bezier(.315,.605,.375,.925) forwards } .gate .links .item .avatar{ float: left; height: 60px; line-height: 60px; width: 60px; border-radius: 100%; text-align: center; margin-right: 15px; background-color: #353535; overflow: hidden; } .gate .links .item .avatar i{ font-size: 24px; } .gate .links .item .avatar img{ height: 60px; max-width: 60px; border-radius: 100%; } .gate .links .item .inner{ padding: 6px; } .gate .links .item .inner h5{ font-weight: 400; font-size: 17px; } .gate .links .item .inner p{ font-size: 13px; color: hsla(0,0%,100%,.6) } .footer{ text-align: center; } .footer a{ color: inherit; text-decoration: none; } .footer a:hover{ text-decoration: underline; } .footer h3{ font-weight: 400; font-size: 20px; letter-spacing: .8em; margin: 6px 0; } .footer p{ font-size: 12px; letter-spacing: 1em; opacity: .3; } .footer p.c{ margin-top: 20px; letter-spacing: .1em; } .chatbox .line { margin: 40px 0 } .chatbox .line p { margin: 10px 0 } .chatbox .question a { display: inline-block; background-color: hsla(0,0%,100%,.3); border-radius: 10px 10px 10px 0; font-size: 12px; padding: 0 10px; margin-right: 10px; cursor: pointer; opacity: .8; transform: translateY(0); transition: .2s all } .chatbox .question a:hover { opacity: 1; transform: translateY(-2px); -webkit-animation: index-link-active 1s cubic-bezier(.315,.605,.375,.925) forwards } .chatbox .question.disable a { opacity: .3 } .chatbox .question.disable a.selected { opacity: .9 } .chatbox .question a.error { opacity: .3; animation: error .2s ease-in-out } .chatbox .loading span { display: inline-block; height: 10px; width: 10px; border-radius: 100%; background-color: #fff; margin-right: 5px; animation: loading-point 1.4s infinite ease-in-out both } .chatbox .loading span:nth-child(1) { animation-delay: .2s } .chatbox .loading span:nth-child(2) { animation-delay: .4s } .chatbox .loading span:nth-child(3) { animation-delay: .6s } @keyframes loading-point { 0% { opacity: .8 } 50% { opacity: .25 } 100% { opacity: 8 } } @keyframes error { 0% { transform: translateX(0) } 25% { transform: translateX(-2px) } 50% { transform: translateX(0) } 75% { transform: translateX(2px) } 100% { transform: translateX(0) } } @keyframes index-link-active { 0% { transform: perspective(1600px) rotateX(0) rotateY(0) translateZ(0) } 16% { transform: perspective(1600px) rotateX(10deg) rotateY(5deg) translateZ(32px) } 100% { transform: perspective(1600px) rotateX(0) rotateY(0) translateZ(65px) } } @media screen and (min-width: 1400px) { body{ } .container{ width: 70%; } nav a{ font-size: 18px; } } @media screen and (max-width: 700px) { body,html{ min-width: 0; } .container{ width: auto; margin: 0 5%; } div.el span{ display: block; width: 60%; left: 0; top: 75px; margin-left: 0; margin: 0 auto; margin-top: -40%; } nav{ padding: 15px 5%; overflow: auto; font-size: 13px; left: 0; top: inherit; bottom: 0; transform:rotate(0deg) translate3d(0,0,0); transform-origin: 0% 100%; white-space:nowrap; width: 90%; background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.8)); background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.8)); } .ch{ padding: 40px 0; } .hello { width: 90%; padding: 5%; text-align: center; bottom: 35% } .hello .circle { float: none; margin-right: 0; } .hello h2 { padding-top: 0; } .hello h1,.hello h2 { font-weight: 400; font-size: 16px } .hello .circle{ padding: 20px; } .hello .circle span { margin: 0 5px; width: 10px; height: 10px } .hello h1 { font-size: 26px } .about .introduct img.avatar { float: none; margin-left: 0; margin-right: 0; width: 100px } .about .introduct,.about .skill { float: none; width: auto } .about .skill{ padding-top: 40px; } .about ul.skill li { width: 100% } .find .links .item,.gate .links .item{ width: 46%; height: auto; padding: 5px 0; margin: 10px 2%; } .find .links .item{ height: 60px; line-height: 60px; font-size: 13px; } .gate .links .item .avatar { height: 40px; line-height: 40px; width: 40px; } .gate .links .item .avatar img { height: 40px; max-width: 40px; } .gate .links .item .inner { padding: 0; } .gate .links .item .inner h5 { font-size: 15px; } .gate .links .item .inner h5, .gate .links .item .inner p{ white-space:nowrap; text-overflow:ellipsis; overflow:hidden; } .footer{ padding-bottom: 100px; } .footer h3{ letter-spacing: .2em; } .footer p{ letter-spacing: .2em; } } .round_icon{ height: 35px; width: 35px; padding: 6px; float: inherit; } .toppic-line { position: relative; bottom: 0; left: 0; display: block; width: 100%; height: 2px; background-color: #fff; animation: lineWidth 2.5s; animation-fill-mode: forwards; } .kong { padding-top: .6em; } .kongk{ padding-top: .10em; } @keyframes lineWidth { 0% { width: 0; } 100% { width: 100%; } } @media (max-width: 860px) { .kong, .toppic-line{ display: none; } }
0.338952
0.122733
position: absolute; top: 0; left: 0; width: 120%; height: 120%; background-color: blue; opacity: 1.0; z-index: 9999; } #spinner { position: fixed; top: 50%; left: 45%; z-index: 99999; width: 109px; height: 108px; margin: -30px 0 0 -30px; filter: alpha(opacity=10); opacity: 10; text-indent: -999em; background: url(../icons/load.gif) no-repeat center center; } .panorama-container .area { overflow: hidden; } .panorama-container .next { position: absolute; top: 50%; left: 50%; display: block; filter: alpha(opacity=10); opacity: 0.5; width: 100%; height: auto; background: url(../icons/loader.gif) no-repeat center center; } .panorama-container .contact-me { position: absolute; top: 50%; left: 50%; display: block; width: 100%; height: auto; background: url(../icons/contact.gif) no-repeat center center; } .panorama-viewport { position: relative; width: auto; overflow: hidden; margin: 0; padding: 0; text-align: left; } .panorama-viewport.full { left: 0; margin: 0 -20px; padding: 0 20px; overflow: hidden; position: fixed; right: 0; top: 0; z-index: 600; } .img_panoramaViewport .panoramaContainer { top: 0; left: 0; right: 0; bottom: 0; margin: auto; } .panorama-container { position: relative; width: 5000px; margin: 0; padding: 0; } .panorama-control { position: relative; display: none; padding :0; margin: 0 auto; bottom: 1px; left: 0; width: 100%; height: 25px; text-align: left; } .panorama-control-right { float: right; padding: 0; top: 100%; margin: -150px 40px 0 0; } .panorama-control-right img { max-width: 160px; height: auto; } @media only screen and ( max-width: 767px){ .panorama-control-right { float: right; padding: 0; top: 100%; margin: -80px 20px 0 0; } .panorama-control-right img { max-width: 100px; } }
styles/panorama.css
position: absolute; top: 0; left: 0; width: 120%; height: 120%; background-color: blue; opacity: 1.0; z-index: 9999; } #spinner { position: fixed; top: 50%; left: 45%; z-index: 99999; width: 109px; height: 108px; margin: -30px 0 0 -30px; filter: alpha(opacity=10); opacity: 10; text-indent: -999em; background: url(../icons/load.gif) no-repeat center center; } .panorama-container .area { overflow: hidden; } .panorama-container .next { position: absolute; top: 50%; left: 50%; display: block; filter: alpha(opacity=10); opacity: 0.5; width: 100%; height: auto; background: url(../icons/loader.gif) no-repeat center center; } .panorama-container .contact-me { position: absolute; top: 50%; left: 50%; display: block; width: 100%; height: auto; background: url(../icons/contact.gif) no-repeat center center; } .panorama-viewport { position: relative; width: auto; overflow: hidden; margin: 0; padding: 0; text-align: left; } .panorama-viewport.full { left: 0; margin: 0 -20px; padding: 0 20px; overflow: hidden; position: fixed; right: 0; top: 0; z-index: 600; } .img_panoramaViewport .panoramaContainer { top: 0; left: 0; right: 0; bottom: 0; margin: auto; } .panorama-container { position: relative; width: 5000px; margin: 0; padding: 0; } .panorama-control { position: relative; display: none; padding :0; margin: 0 auto; bottom: 1px; left: 0; width: 100%; height: 25px; text-align: left; } .panorama-control-right { float: right; padding: 0; top: 100%; margin: -150px 40px 0 0; } .panorama-control-right img { max-width: 160px; height: auto; } @media only screen and ( max-width: 767px){ .panorama-control-right { float: right; padding: 0; top: 100%; margin: -80px 20px 0 0; } .panorama-control-right img { max-width: 100px; } }
0.570212
0.043957
Header 1 *******************/ .h1-nav { padding: 15px 0; } .h1-nav .navbar-nav .nav-item { margin: 0 20px; } .h1-nav .navbar-nav .nav-item .nav-link { padding: 12px 0px; color: #8d97ad; font-weight: 400; } .h1-nav .navbar-nav .nav-item .nav-link:hover { color: #2cdd9b; } .h1-nav .navbar-nav .nav-item:last-child { margin-right: 0px; } /******************* Header 2 *******************/ .h2-nav { width: 100%; z-index: 1; left: 0px; padding: 25px 15px; } .h2-nav .navbar-nav .nav-item { margin: 0 15px; } .h2-nav .navbar-nav .nav-item .nav-link { padding: 12px 0px; color: #ffffff; font-weight: 400; } .h2-nav .navbar-nav .nav-item .nav-link:hover { color: #263238; } .h2-nav .navbar-nav .nav-item .btn { opacity: 0.5; } .h2-nav .navbar-nav .nav-item .btn:hover { opacity: 1; } @media (max-width: 1023px) { .h2-nav .navbar-collapse { background: #2cdd9b; background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%); background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc)); background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%); background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%); background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%); padding: 15px 15px 20px; border-radius: 4px; -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); } .h2-nav .dropdown-menu, .h2-nav .dropdown-item:focus, .h2-nav .dropdown-item:hover { background: #2cdd9b; background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%); background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc)); background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%); background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%); background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%); border: 0px; } .h2-nav .dropdown-menu .dropdown-item, .h2-nav .dropdown-item:focus .dropdown-item, .h2-nav .dropdown-item:hover .dropdown-item { color: #ffffff; } } /******************* Header 3 *******************/ .h3-topbar { padding: 10px 0; } .h3-topbar .list-inline { margin-bottom: 0px; } .h3-topbar .list-inline li { display: inline-block; } .h3-topbar .list-inline li a { padding: 10px 8px; display: block; color: #8d97ad; font-weight: 400; font-size: 14px; } .h3-topbar .list-inline li a:hover { color: #263238; } .h3-topbar .list-inline li a .info-icon { display: inline-block; vertical-align: middle; margin-right: 8px; font-size: 25px; } .h3-topbar .list-inline li a .vdevider { width: 1px; background: rgba(120, 130, 140, 0.13); display: inline-block; height: 25px; vertical-align: middle; } .h3-topbar .t-r { text-align: right; } .h3-navbar { border-top: 1px solid rgba(120, 130, 140, 0.13); position: relative; } .h3-navbar .navbar-brand { position: absolute; left: 0; right: 0; margin: 0 auto; width: 240px; text-align: center; background: #ffffff; -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); padding: 30px 15px; top: -67px; } .h3-navbar .navbar { padding: 0px; margin-top: -1px; } .h3-navbar .navbar .navbar-nav .nav-item { margin: 0 10px; } .h3-navbar .navbar .navbar-nav .nav-link { padding: 22px 20px; font-weight: 500; text-transform: uppercase; font-size: 14px; color: #8d97ad; border-top: 1px solid transparent; } .h3-navbar .navbar .navbar-nav .nav-item.active .nav-link, .h3-navbar .navbar .navbar-nav .nav-item:hover .nav-link { border-top: 1px solid #ff4d7e; color: #ff4d7e; } @media (max-width: 1023px) { .h3-topbar .t-r { text-align: left; } .h3-navbar .navbar-brand { position: relative; top: 0px; margin-right: auto; -webkit-box-shadow: none; box-shadow: none; width: auto; background: transparent; padding: 10px 0; margin-left: 0px; } .h3-navbar .navbar-brand .spare-text { display: none; } .h3-navbar .navbar .navbar-nav .nav-link { border-top: 0px; border-left: 1px solid transparent; } .h3-navbar .navbar .navbar-nav .nav-item.active .nav-link, .h3-navbar .navbar .navbar-nav .nav-item:hover .nav-link { border-top: 0px solid #ff4d7e; border-left: 1px solid #ff4d7e; } } /******************* Header 4 *******************/ .h4-topbar { background: #2cdd9b; background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%); background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc)); background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%); background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%); background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%); } .h4-topbar .navbar { padding: 0; } .h4-topbar .navbar .hidden-lg-up { padding: 15px; color: #ffffff; font-weight: 500; font-size: 14px; text-transform: uppercase; } .h4-topbar .navbar .navbar-nav .nav-link { padding: 15px; color: #ffffff; font-weight: 500; font-size: 14px; text-transform: uppercase; } .h4-topbar .navbar .navbar-nav .nav-item:hover .nav-link, .h4-topbar .navbar .navbar-nav .nav-item.active .nav-link { background: #ffffff; color: #263238; } .h4-topbar .navbar .navbar-nav .search .nav-link { background: rgba(0, 0, 0, 0.05); padding: 15px 23px; } .h4-topbar .navbar .navbar-nav .search .dropdown-menu { padding: 20px; width: 300px; } .h4-nav-bar { padding: 15px 0px; } .h4-nav-bar .donate-btn a { font-size: 13px; font-weight: 500; padding: 13px 25px; margin-left: 15px; } .h4-nav-bar .nav-item .nav-link { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 0 25px; } @media (max-width: 1023px) { .h4-nav-bar .donate-btn a { display: block; margin-left: 0px; } .h4-nav-bar .nav-item .nav-link { padding: 0 10px; margin: 10px 0; } } /******************* Header 5 *******************/ .h5-nav-bar { padding: 25px 15px; position: relative; width: 100%; left: 0px; } .h5-nav-bar .navbar-brand { position: absolute; } .h5-nav-bar .navbar-nav .nav-link { color: #ffffff; font-size: 14px; padding: 25px 18px; font-weight: 500; } .h5-nav-bar .navbar-nav .nav-item:hover .nav-link { color: #ff4d7e; } .h5-nav-bar .rounded-button { border-radius: 60px; padding: 10px 30px; display: inline-block; border: 2px solid #ff4d7e; position: absolute; right: 0px; color: rgba(255, 255, 255, 0.5); font-size: 14px; } .h5-nav-bar .rounded-button a { color: #ffffff; font-weight: 500; } .h5-nav-bar .rounded-button a:hover { color: #ff4d7e; } @media (max-width: 1023px) { .h5-nav-bar .navbar-brand { position: relative; } .h5-nav-bar .navbar-collapse { background: #263238; padding: 15px 15px 20px; border-radius: 4px; -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); z-index: 10; } .h5-nav-bar .rounded-button { position: relative; } } /******************* Header 6 *******************/ .h6-topbar .authentication-box { margin-bottom: 0px; padding: 10px 0; } .h6-topbar .authentication-box li { display: inline-block; } .h6-topbar .authentication-box li a { padding: 3px 15px; display: block; color: #8d97ad; font-weight: 400; border-bottom: 0px !important; } .h6-topbar .authentication-box li a:hover { color: #188ef4; } .h6-topbar .authentication-box li a:last-child { padding-right: 0px; } .h6-topbar .authentication-box li i { font-size: 20px; vertical-align: text-bottom; } .h6-nav-bar { padding: 0px; } .h6-nav-bar .navbar-nav .nav-link { padding: 35px 15px; color: #8d97ad; } .h6-nav-bar .navbar-nav .nav-item:hover .nav-link, .h6-nav-bar .navbar-nav .nav-item.active .nav-link { color: #263238; } .h6-nav-bar .act-buttons .btn { margin: 10px 0 10px 10px; } @media (max-width: 1023px) { .h6-nav-bar .navbar-nav .nav-link { padding: 15px 15px; } .h6-nav-bar .act-buttons .btn { margin: 10px 0 10px 0px; } } /******************* Header 7 *******************/ .header7 { background: #3e4555; max-height: 120px; } .header7 .h7-topbar { padding: 15px 0; color: #ffffff; } .header7 .con-btn a { padding: 5px 20px; text-transform: uppercase; } .header7 .h7-nav-bar { background: #ffffff; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); } .header7 .h7-nav-bar .logo-box { padding: 20px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 230px; border-right: 1px solid rgba(120, 130, 140, 0.13); } .header7 .h7-nav-bar .h7-nav-box { display: block; width: calc(100% - 230px); } .header7 .h7-nav-bar .h7-nav-box .h7-mini-bar { border-bottom: 1px solid rgba(120, 130, 140, 0.13); } .header7 .h7-nav-bar .h7-nav-box .h7-mini-bar .gen-info span { display: inline-block; padding: 15px 20px; font-weight: 400; } .header7 .h7-nav-bar .h7-nav-box .h7-mini-bar .social-info { padding-right: 10px; } .header7 .h7-nav-bar .h7-nav-box .h7-mini-bar .social-info a { display: inline-block; padding: 15px 8px; font-weight: 400; color: #8d97ad; } .header7 .h7-nav-bar .h7-nav-box .h7-mini-bar .social-info a:hover { color: #263238; } .header7 .h7-nav-bar .h7-nav-box .main-nav ul { margin: 0px; padding: 0px; font-size: 13px; font-weight: 500; text-transform: uppercase; } .header7 .h7-nav-bar .h7-nav-box .main-nav ul li { list-style: none; margin: 0px; padding: 0px; position: relative; } .header7 .h7-nav-bar .h7-nav-box .main-nav ul li a { padding: 20px 0px 21px; color: #8d97ad; display: block; } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul { display: table; width: 100%; } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li { display: table-cell; text-align: center; border-left: 1px solid rgba(120, 130, 140, 0.13); } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li:first-child { border-left: 0px; } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li:hover { background: #f4f8fa; } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li:hover > ul { display: block; } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li ul { position: absolute; display: none; background: #f4f8fa; text-align: left; padding: 18px; width: 250px; } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li ul li a { padding: 13px 10px; -webkit-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li ul li a:hover { padding: 13px 10px 13px 18px; color: #263238; } @media (max-width: 767px) { .header7 .h7-nav-bar { display: block; } .header7 .h7-nav-bar .logo-box { display: inline-block; } .header7 .h7-nav-bar .h7-nav-box { display: none; width: 100%; } .header7 .h7-nav-bar .h7-nav-box.show { display: block; } .header7 .h7-nav-bar .h7-nav-box .h7-mini-bar { border-top: 1px solid rgba(120, 130, 140, 0.13); } .header7 .h7-nav-bar .h7-nav-box .main-nav { max-height: 200px; overflow: auto; } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul { display: block; } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li { display: block; text-align: left; } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li a { padding: 20px; } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li ul { position: relative; width: 100%; padding-top: 0px; } .header7 .h7-nav-bar .op-clo { padding: 20px 22px; float: right; margin: 25px 30px 0 0; } }
Database/font-pos/font-pos/apsth/css/headers/headers1-10.css
Header 1 *******************/ .h1-nav { padding: 15px 0; } .h1-nav .navbar-nav .nav-item { margin: 0 20px; } .h1-nav .navbar-nav .nav-item .nav-link { padding: 12px 0px; color: #8d97ad; font-weight: 400; } .h1-nav .navbar-nav .nav-item .nav-link:hover { color: #2cdd9b; } .h1-nav .navbar-nav .nav-item:last-child { margin-right: 0px; } /******************* Header 2 *******************/ .h2-nav { width: 100%; z-index: 1; left: 0px; padding: 25px 15px; } .h2-nav .navbar-nav .nav-item { margin: 0 15px; } .h2-nav .navbar-nav .nav-item .nav-link { padding: 12px 0px; color: #ffffff; font-weight: 400; } .h2-nav .navbar-nav .nav-item .nav-link:hover { color: #263238; } .h2-nav .navbar-nav .nav-item .btn { opacity: 0.5; } .h2-nav .navbar-nav .nav-item .btn:hover { opacity: 1; } @media (max-width: 1023px) { .h2-nav .navbar-collapse { background: #2cdd9b; background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%); background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc)); background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%); background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%); background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%); padding: 15px 15px 20px; border-radius: 4px; -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); } .h2-nav .dropdown-menu, .h2-nav .dropdown-item:focus, .h2-nav .dropdown-item:hover { background: #2cdd9b; background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%); background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc)); background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%); background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%); background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%); border: 0px; } .h2-nav .dropdown-menu .dropdown-item, .h2-nav .dropdown-item:focus .dropdown-item, .h2-nav .dropdown-item:hover .dropdown-item { color: #ffffff; } } /******************* Header 3 *******************/ .h3-topbar { padding: 10px 0; } .h3-topbar .list-inline { margin-bottom: 0px; } .h3-topbar .list-inline li { display: inline-block; } .h3-topbar .list-inline li a { padding: 10px 8px; display: block; color: #8d97ad; font-weight: 400; font-size: 14px; } .h3-topbar .list-inline li a:hover { color: #263238; } .h3-topbar .list-inline li a .info-icon { display: inline-block; vertical-align: middle; margin-right: 8px; font-size: 25px; } .h3-topbar .list-inline li a .vdevider { width: 1px; background: rgba(120, 130, 140, 0.13); display: inline-block; height: 25px; vertical-align: middle; } .h3-topbar .t-r { text-align: right; } .h3-navbar { border-top: 1px solid rgba(120, 130, 140, 0.13); position: relative; } .h3-navbar .navbar-brand { position: absolute; left: 0; right: 0; margin: 0 auto; width: 240px; text-align: center; background: #ffffff; -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); padding: 30px 15px; top: -67px; } .h3-navbar .navbar { padding: 0px; margin-top: -1px; } .h3-navbar .navbar .navbar-nav .nav-item { margin: 0 10px; } .h3-navbar .navbar .navbar-nav .nav-link { padding: 22px 20px; font-weight: 500; text-transform: uppercase; font-size: 14px; color: #8d97ad; border-top: 1px solid transparent; } .h3-navbar .navbar .navbar-nav .nav-item.active .nav-link, .h3-navbar .navbar .navbar-nav .nav-item:hover .nav-link { border-top: 1px solid #ff4d7e; color: #ff4d7e; } @media (max-width: 1023px) { .h3-topbar .t-r { text-align: left; } .h3-navbar .navbar-brand { position: relative; top: 0px; margin-right: auto; -webkit-box-shadow: none; box-shadow: none; width: auto; background: transparent; padding: 10px 0; margin-left: 0px; } .h3-navbar .navbar-brand .spare-text { display: none; } .h3-navbar .navbar .navbar-nav .nav-link { border-top: 0px; border-left: 1px solid transparent; } .h3-navbar .navbar .navbar-nav .nav-item.active .nav-link, .h3-navbar .navbar .navbar-nav .nav-item:hover .nav-link { border-top: 0px solid #ff4d7e; border-left: 1px solid #ff4d7e; } } /******************* Header 4 *******************/ .h4-topbar { background: #2cdd9b; background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%); background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc)); background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%); background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%); background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%); } .h4-topbar .navbar { padding: 0; } .h4-topbar .navbar .hidden-lg-up { padding: 15px; color: #ffffff; font-weight: 500; font-size: 14px; text-transform: uppercase; } .h4-topbar .navbar .navbar-nav .nav-link { padding: 15px; color: #ffffff; font-weight: 500; font-size: 14px; text-transform: uppercase; } .h4-topbar .navbar .navbar-nav .nav-item:hover .nav-link, .h4-topbar .navbar .navbar-nav .nav-item.active .nav-link { background: #ffffff; color: #263238; } .h4-topbar .navbar .navbar-nav .search .nav-link { background: rgba(0, 0, 0, 0.05); padding: 15px 23px; } .h4-topbar .navbar .navbar-nav .search .dropdown-menu { padding: 20px; width: 300px; } .h4-nav-bar { padding: 15px 0px; } .h4-nav-bar .donate-btn a { font-size: 13px; font-weight: 500; padding: 13px 25px; margin-left: 15px; } .h4-nav-bar .nav-item .nav-link { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 0 25px; } @media (max-width: 1023px) { .h4-nav-bar .donate-btn a { display: block; margin-left: 0px; } .h4-nav-bar .nav-item .nav-link { padding: 0 10px; margin: 10px 0; } } /******************* Header 5 *******************/ .h5-nav-bar { padding: 25px 15px; position: relative; width: 100%; left: 0px; } .h5-nav-bar .navbar-brand { position: absolute; } .h5-nav-bar .navbar-nav .nav-link { color: #ffffff; font-size: 14px; padding: 25px 18px; font-weight: 500; } .h5-nav-bar .navbar-nav .nav-item:hover .nav-link { color: #ff4d7e; } .h5-nav-bar .rounded-button { border-radius: 60px; padding: 10px 30px; display: inline-block; border: 2px solid #ff4d7e; position: absolute; right: 0px; color: rgba(255, 255, 255, 0.5); font-size: 14px; } .h5-nav-bar .rounded-button a { color: #ffffff; font-weight: 500; } .h5-nav-bar .rounded-button a:hover { color: #ff4d7e; } @media (max-width: 1023px) { .h5-nav-bar .navbar-brand { position: relative; } .h5-nav-bar .navbar-collapse { background: #263238; padding: 15px 15px 20px; border-radius: 4px; -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); z-index: 10; } .h5-nav-bar .rounded-button { position: relative; } } /******************* Header 6 *******************/ .h6-topbar .authentication-box { margin-bottom: 0px; padding: 10px 0; } .h6-topbar .authentication-box li { display: inline-block; } .h6-topbar .authentication-box li a { padding: 3px 15px; display: block; color: #8d97ad; font-weight: 400; border-bottom: 0px !important; } .h6-topbar .authentication-box li a:hover { color: #188ef4; } .h6-topbar .authentication-box li a:last-child { padding-right: 0px; } .h6-topbar .authentication-box li i { font-size: 20px; vertical-align: text-bottom; } .h6-nav-bar { padding: 0px; } .h6-nav-bar .navbar-nav .nav-link { padding: 35px 15px; color: #8d97ad; } .h6-nav-bar .navbar-nav .nav-item:hover .nav-link, .h6-nav-bar .navbar-nav .nav-item.active .nav-link { color: #263238; } .h6-nav-bar .act-buttons .btn { margin: 10px 0 10px 10px; } @media (max-width: 1023px) { .h6-nav-bar .navbar-nav .nav-link { padding: 15px 15px; } .h6-nav-bar .act-buttons .btn { margin: 10px 0 10px 0px; } } /******************* Header 7 *******************/ .header7 { background: #3e4555; max-height: 120px; } .header7 .h7-topbar { padding: 15px 0; color: #ffffff; } .header7 .con-btn a { padding: 5px 20px; text-transform: uppercase; } .header7 .h7-nav-bar { background: #ffffff; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); } .header7 .h7-nav-bar .logo-box { padding: 20px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 230px; border-right: 1px solid rgba(120, 130, 140, 0.13); } .header7 .h7-nav-bar .h7-nav-box { display: block; width: calc(100% - 230px); } .header7 .h7-nav-bar .h7-nav-box .h7-mini-bar { border-bottom: 1px solid rgba(120, 130, 140, 0.13); } .header7 .h7-nav-bar .h7-nav-box .h7-mini-bar .gen-info span { display: inline-block; padding: 15px 20px; font-weight: 400; } .header7 .h7-nav-bar .h7-nav-box .h7-mini-bar .social-info { padding-right: 10px; } .header7 .h7-nav-bar .h7-nav-box .h7-mini-bar .social-info a { display: inline-block; padding: 15px 8px; font-weight: 400; color: #8d97ad; } .header7 .h7-nav-bar .h7-nav-box .h7-mini-bar .social-info a:hover { color: #263238; } .header7 .h7-nav-bar .h7-nav-box .main-nav ul { margin: 0px; padding: 0px; font-size: 13px; font-weight: 500; text-transform: uppercase; } .header7 .h7-nav-bar .h7-nav-box .main-nav ul li { list-style: none; margin: 0px; padding: 0px; position: relative; } .header7 .h7-nav-bar .h7-nav-box .main-nav ul li a { padding: 20px 0px 21px; color: #8d97ad; display: block; } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul { display: table; width: 100%; } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li { display: table-cell; text-align: center; border-left: 1px solid rgba(120, 130, 140, 0.13); } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li:first-child { border-left: 0px; } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li:hover { background: #f4f8fa; } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li:hover > ul { display: block; } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li ul { position: absolute; display: none; background: #f4f8fa; text-align: left; padding: 18px; width: 250px; } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li ul li a { padding: 13px 10px; -webkit-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li ul li a:hover { padding: 13px 10px 13px 18px; color: #263238; } @media (max-width: 767px) { .header7 .h7-nav-bar { display: block; } .header7 .h7-nav-bar .logo-box { display: inline-block; } .header7 .h7-nav-bar .h7-nav-box { display: none; width: 100%; } .header7 .h7-nav-bar .h7-nav-box.show { display: block; } .header7 .h7-nav-bar .h7-nav-box .h7-mini-bar { border-top: 1px solid rgba(120, 130, 140, 0.13); } .header7 .h7-nav-bar .h7-nav-box .main-nav { max-height: 200px; overflow: auto; } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul { display: block; } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li { display: block; text-align: left; } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li a { padding: 20px; } .header7 .h7-nav-bar .h7-nav-box .main-nav > ul > li ul { position: relative; width: 100%; padding-top: 0px; } .header7 .h7-nav-bar .op-clo { padding: 20px 22px; float: right; margin: 25px 30px 0 0; } }
0.318273
0.04888
main > section { margin: 0 4% 50px; } main > section > header { text-align: center; margin: 0 0 30px 0; } main > section > header > h3 { margin: 10px 0; font-size: 28px; } /************************** Buttons for insert products **********************/ main > section > header > div { padding: 10px; margin: 10px 0; } main > section > header > div > a { padding: 10px; text-decoration: none; box-shadow: 5px 5px 5px rgba(196, 196, 196, 0.82); background-color: #0047A0; border-radius: 10px; color: white; } main > section > header > div > a:hover { background-color: #00D5FF; color: black; box-shadow: 6px 6px 6px rgba(196, 196, 196, 0.82); } /******************************** Search bar *********************************/ /* To hide the labels keeping them available to screen readers. * See [https://www.w3.org/WAI/tutorials/forms/labels/#hidden] */ main > section > header > label { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } main > section > header > input { width: 50%; color: #0047A0; font-weight: bold; font-size: 1em; background-image: url(../img/commons/search.svg); background-repeat: no-repeat; background-position: center left; border-radius: 10px; border: 1px solid #0047A0; box-sizing: border-box; box-shadow: 5px 5px 5px rgba(196, 196, 196, 0.82); padding: 10px 20px 10px 40px; -webkit-transition: width 0.4s ease-in-out; transition: width 0.4s ease-in-out; } main > section > header > input:focus { width: 100%; } /****************************** Products list ********************************/ main > section > ul > li { border-radius: 10px; height: 100px; border: 1px solid #0047A0; box-shadow: 5px 5px 5px rgba(196, 196, 196, 0.82); margin: 10px 0; display: flex; justify-content: space-between; align-items: center; } main > section > ul > li > div { text-align: center; } main > section > ul > li > div:first-child { width: 25%; height: 100px; } main > section > ul > li > div:nth-child(2) { width: 35%; } main > section > ul > li > div:last-child { width: 36%; line-height: 50px; } main > section > ul > li > div > img { height: 100%; width: 100%; object-fit: cover; border-radius: 10px; } main > section > ul > li > div > a { border: 1px solid #0047A0; border-radius: 10px; padding: 8px; box-shadow: 4px 4px 5px rgba(196, 196, 196, 0.82); text-decoration: none; font-weight: bold; } main > section > ul > li > div > a:hover { color: white; text-decoration: underline; } main > section > ul > li > div > a:first-child:hover { background-color: #0047A0; } main > section > ul > li > div > a:nth-child(2):hover { border-color: red; background-color: red; } /******************************** Messages **********************************/ main > section > form ul > li.hasError > input { border: 2px solid red !important; } main > section > form > ul > li > div.message { padding: 5px 15px; margin-bottom: 10px; text-align: left; border-radius: 5px; border: 2px solid; } main > section > form > ul > li > div.message.error { background-color: #F8D7DA; color: #721C24; border-color: red; } main > section > form > ul > li > div.message.error::before { content: "\f00d"; padding-right: 5px; font-family: FontAwesome; } main > section > form > ul > li > div.message.success { background-color: #D4EDD5; color: #155724; border-color: green; } main > section > form > ul > li > div.message.success::before { content: "\f00c"; padding-right: 5px; font-family: FontAwesome; } /******************************** Pagination *********************************/ main > section > footer { text-align: center; } main > section > footer > ul { list-style: none; } main > section > footer > ul > li { display: inline-block; border-radius: 10px; box-shadow: 5px 5px 5px rgba(196, 196, 196, 0.82); background-color: #0047A0; margin: 0 1%; width: 10%; } main > section > footer > ul > li > a { display: block; padding: 10px 3%; color: white; text-decoration: none; } main > section > footer > ul > li > a:hover { background-color: #00D5FF; font-weight: bold; color: black; box-shadow: 6px 6px 6px rgba(196, 196, 196, 0.82); border-radius: 10px; } /***************************** Desktop viewport ******************************/ @media screen and (min-width: 768px) and (max-width:992px) { main { margin: 0 10% 50px; } main > section > ul > li { height: 150px; } main > section > ul > li > div:first-child { height: 150px; } } @media screen and (min-width: 992px) and (max-width:1200px) { main { margin: 0 15% 50px; } main > section > ul > li { height: 150px; } main > section > ul > li > div:first-child { height: 150px; } } @media screen and (min-width: 1200px) { main { margin: 0 20% 50px; } main > section > ul > li { height: 150px; } main > section > ul > li > div:first-child { height: 150px; } }
css/manage-article.css
main > section { margin: 0 4% 50px; } main > section > header { text-align: center; margin: 0 0 30px 0; } main > section > header > h3 { margin: 10px 0; font-size: 28px; } /************************** Buttons for insert products **********************/ main > section > header > div { padding: 10px; margin: 10px 0; } main > section > header > div > a { padding: 10px; text-decoration: none; box-shadow: 5px 5px 5px rgba(196, 196, 196, 0.82); background-color: #0047A0; border-radius: 10px; color: white; } main > section > header > div > a:hover { background-color: #00D5FF; color: black; box-shadow: 6px 6px 6px rgba(196, 196, 196, 0.82); } /******************************** Search bar *********************************/ /* To hide the labels keeping them available to screen readers. * See [https://www.w3.org/WAI/tutorials/forms/labels/#hidden] */ main > section > header > label { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } main > section > header > input { width: 50%; color: #0047A0; font-weight: bold; font-size: 1em; background-image: url(../img/commons/search.svg); background-repeat: no-repeat; background-position: center left; border-radius: 10px; border: 1px solid #0047A0; box-sizing: border-box; box-shadow: 5px 5px 5px rgba(196, 196, 196, 0.82); padding: 10px 20px 10px 40px; -webkit-transition: width 0.4s ease-in-out; transition: width 0.4s ease-in-out; } main > section > header > input:focus { width: 100%; } /****************************** Products list ********************************/ main > section > ul > li { border-radius: 10px; height: 100px; border: 1px solid #0047A0; box-shadow: 5px 5px 5px rgba(196, 196, 196, 0.82); margin: 10px 0; display: flex; justify-content: space-between; align-items: center; } main > section > ul > li > div { text-align: center; } main > section > ul > li > div:first-child { width: 25%; height: 100px; } main > section > ul > li > div:nth-child(2) { width: 35%; } main > section > ul > li > div:last-child { width: 36%; line-height: 50px; } main > section > ul > li > div > img { height: 100%; width: 100%; object-fit: cover; border-radius: 10px; } main > section > ul > li > div > a { border: 1px solid #0047A0; border-radius: 10px; padding: 8px; box-shadow: 4px 4px 5px rgba(196, 196, 196, 0.82); text-decoration: none; font-weight: bold; } main > section > ul > li > div > a:hover { color: white; text-decoration: underline; } main > section > ul > li > div > a:first-child:hover { background-color: #0047A0; } main > section > ul > li > div > a:nth-child(2):hover { border-color: red; background-color: red; } /******************************** Messages **********************************/ main > section > form ul > li.hasError > input { border: 2px solid red !important; } main > section > form > ul > li > div.message { padding: 5px 15px; margin-bottom: 10px; text-align: left; border-radius: 5px; border: 2px solid; } main > section > form > ul > li > div.message.error { background-color: #F8D7DA; color: #721C24; border-color: red; } main > section > form > ul > li > div.message.error::before { content: "\f00d"; padding-right: 5px; font-family: FontAwesome; } main > section > form > ul > li > div.message.success { background-color: #D4EDD5; color: #155724; border-color: green; } main > section > form > ul > li > div.message.success::before { content: "\f00c"; padding-right: 5px; font-family: FontAwesome; } /******************************** Pagination *********************************/ main > section > footer { text-align: center; } main > section > footer > ul { list-style: none; } main > section > footer > ul > li { display: inline-block; border-radius: 10px; box-shadow: 5px 5px 5px rgba(196, 196, 196, 0.82); background-color: #0047A0; margin: 0 1%; width: 10%; } main > section > footer > ul > li > a { display: block; padding: 10px 3%; color: white; text-decoration: none; } main > section > footer > ul > li > a:hover { background-color: #00D5FF; font-weight: bold; color: black; box-shadow: 6px 6px 6px rgba(196, 196, 196, 0.82); border-radius: 10px; } /***************************** Desktop viewport ******************************/ @media screen and (min-width: 768px) and (max-width:992px) { main { margin: 0 10% 50px; } main > section > ul > li { height: 150px; } main > section > ul > li > div:first-child { height: 150px; } } @media screen and (min-width: 992px) and (max-width:1200px) { main { margin: 0 15% 50px; } main > section > ul > li { height: 150px; } main > section > ul > li > div:first-child { height: 150px; } } @media screen and (min-width: 1200px) { main { margin: 0 20% 50px; } main > section > ul > li { height: 150px; } main > section > ul > li > div:first-child { height: 150px; } }
0.407569
0.126731
.section4 { background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("bg2.jpg"); padding-top: 10rem; padding-bottom: 6rem; padding: auto; background-repeat: no-repeat; width: 100%; background-size: cover; } .sec4-contain { width: 100%; padding-left: 10%; padding-right: 10%; } .sec4-h1 { font-size: 42px; color: black; } .sec4-h2 { font-size: 18px; color: black; padding-top: 5px; padding-right: 10%; padding-left: 10%; } .btn4 { padding: 12px 30px; border-radius: 0px; border-width: 0px; margin: 1.5rem -0.4rem; background-color: #4e84c2; border-color: #4e84c2; color: #ffffff; transition-duration: 0.4s; font-size: larger; } .btn4:hover { background-color: #50b1dd; } @media (max-width: 952px) { .sec4-contain { width: 100%; padding-left: 10%; padding-right: 10%; } .sec4-h1 { font-size: 35px; color: black; text-align: justify; } .sec4-h2 { font-size: 14px; color: black; padding-top: 15px; text-align: justify; } .btn4 { padding: 12px 30px; border-radius: 0px; border-width: 0px; margin: 1.5rem -0.4rem; background-color: #4e84c2; border-color: #4e84c2; color: #ffffff; transition-duration: 0.4s; cursor: pointer; display: inline-block; font-size: 16px; } .btn4:hover { background-color: #50b1dd; } .sec4-img { float: left; width: 280px; height: 180px; margin-right: 20px; } } .sec4-img { float: left; width: 340px; height: 267px; margin-right: 20px; } @media (max-width: 520px) { .section4 { align-items: center; } .sec4-img { width: 250px; height: 160px; float: center; } .sec4-h1 { font-size: 35px; color: black; text-align: center; } .sec4-h2 { font-size: 15px; color: black; padding-top: 20px; text-align: justify; } .btn4 { padding: 14px 32px; border-radius: 0px; border-width: 0px; margin: 2.5rem -0.4rem; background-color: #4e84c2; border-color: #4e84c2; color: #ffffff; transition-duration: 0.4s; cursor: pointer; display: inline-block; font-size: 16px; } .btn4:hover { background-color: #50b1dd; } .cen { text-align: center; } } @media (max-width: 425px) { .sec4-img { width: 340px; height: 217px; float: center; } } @media (max-width: 375px) { .sec4-img { width: 290px; height: 180px; margin-bottom: 30px; } } @media (max-width: 320px) { .sec4-img { width: 252px; height: 177px; margin-bottom: 30px; } }
sec4.css
.section4 { background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("bg2.jpg"); padding-top: 10rem; padding-bottom: 6rem; padding: auto; background-repeat: no-repeat; width: 100%; background-size: cover; } .sec4-contain { width: 100%; padding-left: 10%; padding-right: 10%; } .sec4-h1 { font-size: 42px; color: black; } .sec4-h2 { font-size: 18px; color: black; padding-top: 5px; padding-right: 10%; padding-left: 10%; } .btn4 { padding: 12px 30px; border-radius: 0px; border-width: 0px; margin: 1.5rem -0.4rem; background-color: #4e84c2; border-color: #4e84c2; color: #ffffff; transition-duration: 0.4s; font-size: larger; } .btn4:hover { background-color: #50b1dd; } @media (max-width: 952px) { .sec4-contain { width: 100%; padding-left: 10%; padding-right: 10%; } .sec4-h1 { font-size: 35px; color: black; text-align: justify; } .sec4-h2 { font-size: 14px; color: black; padding-top: 15px; text-align: justify; } .btn4 { padding: 12px 30px; border-radius: 0px; border-width: 0px; margin: 1.5rem -0.4rem; background-color: #4e84c2; border-color: #4e84c2; color: #ffffff; transition-duration: 0.4s; cursor: pointer; display: inline-block; font-size: 16px; } .btn4:hover { background-color: #50b1dd; } .sec4-img { float: left; width: 280px; height: 180px; margin-right: 20px; } } .sec4-img { float: left; width: 340px; height: 267px; margin-right: 20px; } @media (max-width: 520px) { .section4 { align-items: center; } .sec4-img { width: 250px; height: 160px; float: center; } .sec4-h1 { font-size: 35px; color: black; text-align: center; } .sec4-h2 { font-size: 15px; color: black; padding-top: 20px; text-align: justify; } .btn4 { padding: 14px 32px; border-radius: 0px; border-width: 0px; margin: 2.5rem -0.4rem; background-color: #4e84c2; border-color: #4e84c2; color: #ffffff; transition-duration: 0.4s; cursor: pointer; display: inline-block; font-size: 16px; } .btn4:hover { background-color: #50b1dd; } .cen { text-align: center; } } @media (max-width: 425px) { .sec4-img { width: 340px; height: 217px; float: center; } } @media (max-width: 375px) { .sec4-img { width: 290px; height: 180px; margin-bottom: 30px; } } @media (max-width: 320px) { .sec4-img { width: 252px; height: 177px; margin-bottom: 30px; } }
0.50708
0.083367
.lb-loader,.lightbox{ text-align:center;line-height:0;position:absolute;left:0 } body.lb-disable-scrolling{ overflow:hidden } .lightboxOverlay{ position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none } .lightbox{ width:100%;z-index:10000;font-weight:400;outline:0 } .lightbox .lb-image{ display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff } .lightbox a img{ border:none } .lb-outerContainer{ position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff } .lb-outerContainer:after{ content:"";display:table;clear:both } .lb-loader{ top:43%;height:25%;width:100% } .lb-cancel{ display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat } .lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10} .lb-container>.nav{left:0} .lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)} .lb-next,.lb-prev{height:100%;cursor:pointer;display:block} .lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s} .lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1} .lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s} .lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1} .lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px} .lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc} .lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em} .lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em} .lb-data .lb-caption a{color:#4ae} .lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999} .lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s} .lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
resources/css/nguoidung/lightbox.min.css
.lb-loader,.lightbox{ text-align:center;line-height:0;position:absolute;left:0 } body.lb-disable-scrolling{ overflow:hidden } .lightboxOverlay{ position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none } .lightbox{ width:100%;z-index:10000;font-weight:400;outline:0 } .lightbox .lb-image{ display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff } .lightbox a img{ border:none } .lb-outerContainer{ position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff } .lb-outerContainer:after{ content:"";display:table;clear:both } .lb-loader{ top:43%;height:25%;width:100% } .lb-cancel{ display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat } .lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10} .lb-container>.nav{left:0} .lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)} .lb-next,.lb-prev{height:100%;cursor:pointer;display:block} .lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s} .lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1} .lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s} .lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1} .lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px} .lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc} .lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em} .lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em} .lb-data .lb-caption a{color:#4ae} .lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999} .lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s} .lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
0.543833
0.060863
.streaming-container { margin: 15% auto 0; width: 90%; } .streaming-antennas { position: relative; } .streaming-title { position: absolute; left: 50%; transform: translateX(-50%); z-index: 1; width: 100%; } .streaming-sections { padding: 5%; background-color: rgba(255, 255, 255, 0.35); border-radius: 20px; display: flex; } .streaming-section1 { display: flex; flex-direction: column; width: 65%; margin-right: 2%; } .streaming-video { height: 30vw; background-color: #CCCCCC; margin-bottom: 3%; } .streaming-video iframe { height: 100%; width: 100%; border: none; } .streaming-description p, .comment-info p { margin-bottom: 0; } .streaming-description .streaming-button, .streaming-description .streamingID { border: none; background-color: #CCCCCC; color: #0A1E49; padding: 0.5rem 1rem; } .streaming-description .admin { display: flex; justify-content: space-between; margin-bottom: 3%; } .streaming-section2 { display: flex; flex-direction: column; width: 33%; } .streaming-comments::-webkit-scrollbar { width: 0; } .streaming-comments, .streaming-send-comment { background-color: rgba(255, 255, 255, 0.63); border-radius: 20px; } .streaming-comments { position: relative; overflow-y: auto; height: 100%; max-height: 90vh; margin-bottom: 5%; padding: 5% 7%; } .streaming-comments .comments { position: absolute; width: 86%; } .streaming-comments>div>div { display: flex; margin-bottom: 8%; } .comment-icon { width: 3rem; height: 3rem; border-radius: 50%; margin-right: 3%; background-color: #0A1E49; display: flex; justify-content: center; align-items: center; } .comment-icon.me { background-color: #186fa1; } .comment-info { width: 80%; color: #0A1E49; display: flex; justify-content: flex-end; flex-direction: column; } .comment-info h6 { color: #0A1E49; margin-bottom: 0; font-weight: 600; } .comment-info.me>* { color: #186fa1 !important; } .comment-info p { font-size: 0.8rem; overflow-wrap: anywhere; } .streaming-send-comment { padding: 2% 5%; } .streaming-send-comment form { display: flex; justify-content: space-between; } .streaming-send-comment form input { width: 100%; } .streaming-send-comment form input, .streaming-send-comment form button { background: none; border: none; outline: none; color: #0A1E49; } .streaming-send-comment form button .icon { transform: rotate(45deg); } @media only screen and (max-width: 991px) { .comment-icon { width: 2rem; height: 2rem; } .comment-icon, .comment-info *, .streaming-description *, .streaming-send-comment form input { font-size: 85%; } } @media only screen and (max-width: 768px) { .comment-icon, .comment-info *, .streaming-description *, .streaming-send-comment form input { font-size: unset; } .streaming-sections { flex-direction: column; } .streaming-section1, .streaming-section2 { width: 100%; } .streaming-section1 { margin-bottom: 3%; flex-direction: column-reverse; } .streaming-description p { margin-bottom: 3%; } .streaming-comments { padding: 2% 4%; height: 28vw; } .streaming-comments .comments { width: 92%; } .streaming-comments>div>div { margin-bottom: 3%; } .comment-icon { width: 3rem; height: 3rem; } .comment-info { width: 90%; } } @media only screen and (max-width: 399px) { .streaming-container { margin: 20% auto 0; } .comment-icon, .comment-info *, .streaming-description *, .streaming-send-comment form input { font-size: 85%; } .streaming-comments { height: 40vw; } .streaming-comments>div>div { margin-bottom: 3%; } .comment-icon { width: 2.3rem; height: 2.3rem; } }
client/src/modules/Events/components/EventDetails/index.css
.streaming-container { margin: 15% auto 0; width: 90%; } .streaming-antennas { position: relative; } .streaming-title { position: absolute; left: 50%; transform: translateX(-50%); z-index: 1; width: 100%; } .streaming-sections { padding: 5%; background-color: rgba(255, 255, 255, 0.35); border-radius: 20px; display: flex; } .streaming-section1 { display: flex; flex-direction: column; width: 65%; margin-right: 2%; } .streaming-video { height: 30vw; background-color: #CCCCCC; margin-bottom: 3%; } .streaming-video iframe { height: 100%; width: 100%; border: none; } .streaming-description p, .comment-info p { margin-bottom: 0; } .streaming-description .streaming-button, .streaming-description .streamingID { border: none; background-color: #CCCCCC; color: #0A1E49; padding: 0.5rem 1rem; } .streaming-description .admin { display: flex; justify-content: space-between; margin-bottom: 3%; } .streaming-section2 { display: flex; flex-direction: column; width: 33%; } .streaming-comments::-webkit-scrollbar { width: 0; } .streaming-comments, .streaming-send-comment { background-color: rgba(255, 255, 255, 0.63); border-radius: 20px; } .streaming-comments { position: relative; overflow-y: auto; height: 100%; max-height: 90vh; margin-bottom: 5%; padding: 5% 7%; } .streaming-comments .comments { position: absolute; width: 86%; } .streaming-comments>div>div { display: flex; margin-bottom: 8%; } .comment-icon { width: 3rem; height: 3rem; border-radius: 50%; margin-right: 3%; background-color: #0A1E49; display: flex; justify-content: center; align-items: center; } .comment-icon.me { background-color: #186fa1; } .comment-info { width: 80%; color: #0A1E49; display: flex; justify-content: flex-end; flex-direction: column; } .comment-info h6 { color: #0A1E49; margin-bottom: 0; font-weight: 600; } .comment-info.me>* { color: #186fa1 !important; } .comment-info p { font-size: 0.8rem; overflow-wrap: anywhere; } .streaming-send-comment { padding: 2% 5%; } .streaming-send-comment form { display: flex; justify-content: space-between; } .streaming-send-comment form input { width: 100%; } .streaming-send-comment form input, .streaming-send-comment form button { background: none; border: none; outline: none; color: #0A1E49; } .streaming-send-comment form button .icon { transform: rotate(45deg); } @media only screen and (max-width: 991px) { .comment-icon { width: 2rem; height: 2rem; } .comment-icon, .comment-info *, .streaming-description *, .streaming-send-comment form input { font-size: 85%; } } @media only screen and (max-width: 768px) { .comment-icon, .comment-info *, .streaming-description *, .streaming-send-comment form input { font-size: unset; } .streaming-sections { flex-direction: column; } .streaming-section1, .streaming-section2 { width: 100%; } .streaming-section1 { margin-bottom: 3%; flex-direction: column-reverse; } .streaming-description p { margin-bottom: 3%; } .streaming-comments { padding: 2% 4%; height: 28vw; } .streaming-comments .comments { width: 92%; } .streaming-comments>div>div { margin-bottom: 3%; } .comment-icon { width: 3rem; height: 3rem; } .comment-info { width: 90%; } } @media only screen and (max-width: 399px) { .streaming-container { margin: 20% auto 0; } .comment-icon, .comment-info *, .streaming-description *, .streaming-send-comment form input { font-size: 85%; } .streaming-comments { height: 40vw; } .streaming-comments>div>div { margin-bottom: 3%; } .comment-icon { width: 2.3rem; height: 2.3rem; } }
0.493409
0.063222
@-moz-document domain("tgstorytime.com") { body { background-color: #333; color: #CCC; } a, a:link, a:visited, a:active, .Banner ul li a, ul.PanelInfo li.Active a { color: #C6BFFF; } a:hover, .Banner ul li a:hover { color: #FFF; } label, .listbox.even .content, .listbox.odd .content, .listbox.even .content span.label, .listbox.odd .content span.label, .classification, .sublabel, .storyinfo, .listbox .storystats, .notes, span.sbdatetime, .notation, .count, #otherresults, div.Box, ul.DataList div.Meta, ul.MessageList div.Meta, div.PostEdited, #actionmessage, #biocontent span.label { color: #999; } textarea, textarea:focus, select, input, input.textbox, input.TextBox, input.InputBox, input.textbox:focus, input.TextBox:focus, input.InputBox:focus { color: #CCC; background-color: #111; } textarea:focus, input.textbox:focus, input.TextBox:focus, input.InputBox:focus { -moz-box-shadow: 0px 0px 10px #000; -webkit-box-shadow: 0px 0px 10px #000; box-shadow: 0px 0px 10px #000; } .newsbox { -moz-box-shadow: 3px 3px 4px #000; -webkit-box-shadow: 3px 3px 3px #000; box-shadow: 3px 3px 4px #000; } #menulist a:link, #menulist a:visited { color: #C6BFFF; text-shadow: #7A72BB 0 0 3px; } #menulist a:hover { color: #EEEEEE; text-shadow: #C6BFFF 0 0 3px; } .bigblock, .block { background: #333; /* Old browsers */ background: -moz-linear-gradient(top, #555 0px, #333 200px); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #555 0px, #333 200px); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #555 0px, #333 200px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ box-shadow: 0px 6px 12px #000; border: 1px solid #999; } .listbox .title, .block .title, .bigblock .sectionheader, #bio #biotitle, #pagetitle, div.HeadingTabs div.SubTab { color: #AAA; } .listbox .title, .block .title, .bigblock .sectionheader, #bio #biotitle, #pagetitle, ul.DataList a.Title, div.Box h4, div.HeadingTabs div.SubTab { text-shadow: #000 0px 1px 0px; } #pagetitle a:hover { color: #FFF; } .listbox .content, .bigblock .content { -moz-column-rule: 1px solid #888; -webkit-column-rule: 1px solid #888; } div.showcase, #shoutlist, ul.PanelInfo li.Active, .Mine { background-color: #222; } a.linkbutton, a.BigButton, input.button, input.Button, #alphabet a, #pagelinks a, #bio #biotitle a, .Banner ul li a.SignOut { box-shadow: 0px 1px 1px #000; background-color: #7a72bb; color: #FFF; } a.linkbutton:hover, a.BigButton:hover, input.button:hover, input.Button:hover, #alphabet a:hover, #pagelinks a:hover, #bio #biotitle a:hover, .Banner ul li a.SignOut:hover { background-color: #978ee7; } #alphabet #currentletter, #pagelinks #currentpage { box-shadow: 0px 1px 1px #000; } #tabs span { background: #555; } #tabs span .count { color: #FFF; } #tabs #active, #tabs span { box-shadow: 0px 2px 4px #000; border: 1px solid #555; } #tabs #active, #tabs #active a { background: #333; } .collapsible a, .prev, .next { background-color: #555; border: 1px solid #333; box-shadow: 0px 1px 2px #000; } #prev a:link, .collapsible a:link { color: #D1CCFF; } #next a { background-color: #666; color: #FFF; } #prev a:hover, #next a:hover, .collapsible a:hover { background-color: #222; border: 1px solid #111; color: #FFF; } #story { background-color: #222; } .endbox { background-color: #555; } div.MessageForm, div.Tabs { background: none; } div.userpanel { background: #444; } div.userpanel .count { color: #FFF; } }
data/usercss/122884.user.css
@-moz-document domain("tgstorytime.com") { body { background-color: #333; color: #CCC; } a, a:link, a:visited, a:active, .Banner ul li a, ul.PanelInfo li.Active a { color: #C6BFFF; } a:hover, .Banner ul li a:hover { color: #FFF; } label, .listbox.even .content, .listbox.odd .content, .listbox.even .content span.label, .listbox.odd .content span.label, .classification, .sublabel, .storyinfo, .listbox .storystats, .notes, span.sbdatetime, .notation, .count, #otherresults, div.Box, ul.DataList div.Meta, ul.MessageList div.Meta, div.PostEdited, #actionmessage, #biocontent span.label { color: #999; } textarea, textarea:focus, select, input, input.textbox, input.TextBox, input.InputBox, input.textbox:focus, input.TextBox:focus, input.InputBox:focus { color: #CCC; background-color: #111; } textarea:focus, input.textbox:focus, input.TextBox:focus, input.InputBox:focus { -moz-box-shadow: 0px 0px 10px #000; -webkit-box-shadow: 0px 0px 10px #000; box-shadow: 0px 0px 10px #000; } .newsbox { -moz-box-shadow: 3px 3px 4px #000; -webkit-box-shadow: 3px 3px 3px #000; box-shadow: 3px 3px 4px #000; } #menulist a:link, #menulist a:visited { color: #C6BFFF; text-shadow: #7A72BB 0 0 3px; } #menulist a:hover { color: #EEEEEE; text-shadow: #C6BFFF 0 0 3px; } .bigblock, .block { background: #333; /* Old browsers */ background: -moz-linear-gradient(top, #555 0px, #333 200px); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #555 0px, #333 200px); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #555 0px, #333 200px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ box-shadow: 0px 6px 12px #000; border: 1px solid #999; } .listbox .title, .block .title, .bigblock .sectionheader, #bio #biotitle, #pagetitle, div.HeadingTabs div.SubTab { color: #AAA; } .listbox .title, .block .title, .bigblock .sectionheader, #bio #biotitle, #pagetitle, ul.DataList a.Title, div.Box h4, div.HeadingTabs div.SubTab { text-shadow: #000 0px 1px 0px; } #pagetitle a:hover { color: #FFF; } .listbox .content, .bigblock .content { -moz-column-rule: 1px solid #888; -webkit-column-rule: 1px solid #888; } div.showcase, #shoutlist, ul.PanelInfo li.Active, .Mine { background-color: #222; } a.linkbutton, a.BigButton, input.button, input.Button, #alphabet a, #pagelinks a, #bio #biotitle a, .Banner ul li a.SignOut { box-shadow: 0px 1px 1px #000; background-color: #7a72bb; color: #FFF; } a.linkbutton:hover, a.BigButton:hover, input.button:hover, input.Button:hover, #alphabet a:hover, #pagelinks a:hover, #bio #biotitle a:hover, .Banner ul li a.SignOut:hover { background-color: #978ee7; } #alphabet #currentletter, #pagelinks #currentpage { box-shadow: 0px 1px 1px #000; } #tabs span { background: #555; } #tabs span .count { color: #FFF; } #tabs #active, #tabs span { box-shadow: 0px 2px 4px #000; border: 1px solid #555; } #tabs #active, #tabs #active a { background: #333; } .collapsible a, .prev, .next { background-color: #555; border: 1px solid #333; box-shadow: 0px 1px 2px #000; } #prev a:link, .collapsible a:link { color: #D1CCFF; } #next a { background-color: #666; color: #FFF; } #prev a:hover, #next a:hover, .collapsible a:hover { background-color: #222; border: 1px solid #111; color: #FFF; } #story { background-color: #222; } .endbox { background-color: #555; } div.MessageForm, div.Tabs { background: none; } div.userpanel { background: #444; } div.userpanel .count { color: #FFF; } }
0.252661
0.08061
body { margin: 0; padding: 0; font-family: tahoma,sans-serif; background-color: #fcfcfc; /*background-image: url('/images/exclusive_paper.png');*/ } h3 { font-size: 22px; } h3:hover { color: #78A5A3; } .navbar-default { background-color: rgba(0, 0, 0, 0.0); } .navbar { border: 0; border-radius: 0; } .navbar-default .navbar-brand { color: #ffffff; } .font30 { font-size: 30px; margin: 15px auto; padding-left: 9px; } .thumbnail { background-color: #eee; padding: 0px; height: 350px; border-color: #c6c6c6; } .thumbnail .caption { padding: 0px; } .profile-img { width: 100px; } .profile-img-box { padding: 50px; background-color: #ffffff; text-align: center; border-top-left-radius: 4px; border-top-right-radius: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; } .profile-content-box { padding: 10px 0px 0 20px; } .profile-content-name { padding-bottom: 50px; padding-right: 20px; height: 80px; text-align: center; } .profile-content-buttons { padding-right: 20px; text-align: center; } #addButton { margin-left: 15px; margin-bottom: 15px; } .panel-default, .panel{ border: 0; box-shadow: none; background-color: inherit; } .panel-body { padding: 15px 0; } .glyph { padding: 5px 16px 6px 0px; text-align: center; margin-right: 8px; } .glyph-input { padding: 6px 9px 6px 0; } .input-group-addon { background-color: transparent; border: 0; } .input-group .form-control:last-child { border: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.3); } .form-control { box-shadow: none; border-radius: 0; border: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.3); } .form-control:focus { box-shadow: none; } .modal-backdrop.in { opacity: 0.9; } .modal-backdrop { background: linear-gradient(50deg, #e8bcbb, #a1e3e2); } .modal-header { padding: 20px; border-bottom: 0; } .modal-title { font-size: 30px; padding-left: 5px; } .card-modal { padding: 0; background-color: #d8e8e8; } .add-modal { padding: 15px 45px; } .modal-content { border-radius: 15px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); border: 0; } .modal-footer { /*background-color: #F5F5F5;*/ border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; -webkit-border-bottom-left-radius: 15px; -webkit-border-bottom-right-radius: 15px; -moz-border-radius-bottomleft: 15px; -moz-border-radius-bottomright: 15px; border-top: 0; padding: 25px 20px 20px 20px; } .parent_card { padding: 0 25px; } .card-effect { padding: 15px 50px; background-color: #f5dedd; box-shadow: 6px 5px 30px -4px rgba(0, 0, 0, 0.55); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; margin: 0 -15px 15px -15px; } .card-effect h4 { font-size: 25px; margin-bottom: 15px; } .card-effect .panel { margin-bottom: 0; } .list-group { margin: 0 0 15px 0; } .list-group-item { border: 0; background-color: transparent; padding: 10px 0px; border-bottom: 1px solid #b4b7bd; } .btn.custom { position: relative; outline: none !important; -moz-box-shadow:inset 0px 39px 0px -24px #444c5c; -webkit-box-shadow:inset 0px 39px 0px -24px #444c5c; box-shadow:none; background-color: #668887; -moz-border-radius:0; -webkit-border-radius:0; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:18px; padding:5px 42px; text-decoration:none; text-shadow:0 1px 2px rgba(0, 0, 0, 0.2); border: none; } .btn.bottomMargin { margin: 15px 0 16px 0; padding: 5px 10px; } .btn.custom:after { content:'\A'; position: absolute; width:100%; height:100%; top:0; left:0; background:rgba(0,0,0,0.2); opacity:0; transition: all 0.5s; -webkit-transition: all 0.5s; } .btn.custom:hover:after { opacity:1; } .btn-default:active:hover { color: #ffffff; background-color: #444c5c; border-color: transparent; } .btn.custom-submit { position: relative; width: 100%; outline: none !important; background: -webkit-linear-gradient(top, #557171, #668887); background: linear-gradient(180deg, #557171, #668887); font-size: 18px; border: none; box-shadow: none; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); color: white; margin-top: 15px; padding: 10px; } .btn.custom-submit:after { content:'\A'; position: absolute; width:100%; height:100%; top:0; left:0; background:rgba(0,0,0,0.2); opacity:0; transition: all 0.5s; -webkit-transition: all 0.5s; } .btn.custom-submit:hover:after { opacity:1; } .btn.connection-button { padding-bottom: 4px; } .btn.button-margin-top { margin-top: 15px; } .glyphicon { position: inherit; vertical-align: middle; line-height: inherit; top: 0; } /* react-datepicker */ .react-datepicker__input-container { display: block; } .react-datepicker { font-size: 1em; } .react-datepicker__header { padding-top: 0.8em; } .react-datepicker__month { margin: 0.4em 1em; } .react-datepicker__day-name, .react-datepicker__day { width: 1.9em; line-height: 1.9em; margin: 0.166em; } .react-datepicker__current-month { font-size: 1em; } .react-datepicker__navigation { top: 1em; line-height: 1.7em; border: 0.45em solid transparent; } .react-datepicker__navigation--previous { border-right-color: #ccc; left: 1em; } .react-datepicker__navigation--next { border-left-color: #ccc; right: 1em; }
src/App.css
body { margin: 0; padding: 0; font-family: tahoma,sans-serif; background-color: #fcfcfc; /*background-image: url('/images/exclusive_paper.png');*/ } h3 { font-size: 22px; } h3:hover { color: #78A5A3; } .navbar-default { background-color: rgba(0, 0, 0, 0.0); } .navbar { border: 0; border-radius: 0; } .navbar-default .navbar-brand { color: #ffffff; } .font30 { font-size: 30px; margin: 15px auto; padding-left: 9px; } .thumbnail { background-color: #eee; padding: 0px; height: 350px; border-color: #c6c6c6; } .thumbnail .caption { padding: 0px; } .profile-img { width: 100px; } .profile-img-box { padding: 50px; background-color: #ffffff; text-align: center; border-top-left-radius: 4px; border-top-right-radius: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; } .profile-content-box { padding: 10px 0px 0 20px; } .profile-content-name { padding-bottom: 50px; padding-right: 20px; height: 80px; text-align: center; } .profile-content-buttons { padding-right: 20px; text-align: center; } #addButton { margin-left: 15px; margin-bottom: 15px; } .panel-default, .panel{ border: 0; box-shadow: none; background-color: inherit; } .panel-body { padding: 15px 0; } .glyph { padding: 5px 16px 6px 0px; text-align: center; margin-right: 8px; } .glyph-input { padding: 6px 9px 6px 0; } .input-group-addon { background-color: transparent; border: 0; } .input-group .form-control:last-child { border: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.3); } .form-control { box-shadow: none; border-radius: 0; border: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.3); } .form-control:focus { box-shadow: none; } .modal-backdrop.in { opacity: 0.9; } .modal-backdrop { background: linear-gradient(50deg, #e8bcbb, #a1e3e2); } .modal-header { padding: 20px; border-bottom: 0; } .modal-title { font-size: 30px; padding-left: 5px; } .card-modal { padding: 0; background-color: #d8e8e8; } .add-modal { padding: 15px 45px; } .modal-content { border-radius: 15px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); border: 0; } .modal-footer { /*background-color: #F5F5F5;*/ border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; -webkit-border-bottom-left-radius: 15px; -webkit-border-bottom-right-radius: 15px; -moz-border-radius-bottomleft: 15px; -moz-border-radius-bottomright: 15px; border-top: 0; padding: 25px 20px 20px 20px; } .parent_card { padding: 0 25px; } .card-effect { padding: 15px 50px; background-color: #f5dedd; box-shadow: 6px 5px 30px -4px rgba(0, 0, 0, 0.55); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; margin: 0 -15px 15px -15px; } .card-effect h4 { font-size: 25px; margin-bottom: 15px; } .card-effect .panel { margin-bottom: 0; } .list-group { margin: 0 0 15px 0; } .list-group-item { border: 0; background-color: transparent; padding: 10px 0px; border-bottom: 1px solid #b4b7bd; } .btn.custom { position: relative; outline: none !important; -moz-box-shadow:inset 0px 39px 0px -24px #444c5c; -webkit-box-shadow:inset 0px 39px 0px -24px #444c5c; box-shadow:none; background-color: #668887; -moz-border-radius:0; -webkit-border-radius:0; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:18px; padding:5px 42px; text-decoration:none; text-shadow:0 1px 2px rgba(0, 0, 0, 0.2); border: none; } .btn.bottomMargin { margin: 15px 0 16px 0; padding: 5px 10px; } .btn.custom:after { content:'\A'; position: absolute; width:100%; height:100%; top:0; left:0; background:rgba(0,0,0,0.2); opacity:0; transition: all 0.5s; -webkit-transition: all 0.5s; } .btn.custom:hover:after { opacity:1; } .btn-default:active:hover { color: #ffffff; background-color: #444c5c; border-color: transparent; } .btn.custom-submit { position: relative; width: 100%; outline: none !important; background: -webkit-linear-gradient(top, #557171, #668887); background: linear-gradient(180deg, #557171, #668887); font-size: 18px; border: none; box-shadow: none; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); color: white; margin-top: 15px; padding: 10px; } .btn.custom-submit:after { content:'\A'; position: absolute; width:100%; height:100%; top:0; left:0; background:rgba(0,0,0,0.2); opacity:0; transition: all 0.5s; -webkit-transition: all 0.5s; } .btn.custom-submit:hover:after { opacity:1; } .btn.connection-button { padding-bottom: 4px; } .btn.button-margin-top { margin-top: 15px; } .glyphicon { position: inherit; vertical-align: middle; line-height: inherit; top: 0; } /* react-datepicker */ .react-datepicker__input-container { display: block; } .react-datepicker { font-size: 1em; } .react-datepicker__header { padding-top: 0.8em; } .react-datepicker__month { margin: 0.4em 1em; } .react-datepicker__day-name, .react-datepicker__day { width: 1.9em; line-height: 1.9em; margin: 0.166em; } .react-datepicker__current-month { font-size: 1em; } .react-datepicker__navigation { top: 1em; line-height: 1.7em; border: 0.45em solid transparent; } .react-datepicker__navigation--previous { border-right-color: #ccc; left: 1em; } .react-datepicker__navigation--next { border-left-color: #ccc; right: 1em; }
0.386532
0.075483
*, :after, :before { box-sizing: border-box; outline: none; } body, html { height: 100%; } body { background-color: #f5f5f5; font-size: 12px; -webkit-font-smoothing: antialiased; font-family: Microsoft YaHei,arial, sans-serif; } blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, iframe, img, input, legend, li, ol, p, pre, td, textarea, th, ul { margin: 0; padding: 0; } article, aside, audio, details, figcaption, figure, footer, header, mark, menu, nav, section, summary, time, video { display: block; margin: 0; padding: 0; } fieldset, img { border: 0; } address, caption, cite, dfn, em, i, th, var { font-style: normal; font-weight: 400; } ol, ul { list-style: none; } a { color: inherit; } a, a:hover { text-decoration: none; } a, button, input, label, select { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } button, input, select { font: 100%tahoma, \5b8b\4f53, arial; vertical-align: baseline; border-radius: 0; background-color: transparent; } select { -webkit-appearance: none; -moz-appearance: none; } button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=file]>input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner { border: none; } input[type=checkbox], input[type=radio] { vertical-align: middle; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none !important; -moz-appearance: none !important; margin: 0; } .timescountc_left_footer >>>.el-input__inner{ border: 1px solid #fff!important; background: #fff; } .timescountc_left_footer >>>.el-textarea__inner{ border: 1px solid #fff!important; background: #fff; } input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px#fff inset; } textarea { outline: none; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; overflow: auto; resize: none; font: 100%tahoma, \5b8b\4f53, arial; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{line-height: 1.3;} h1, .h1 { font-size: 36px; } h2, .h2 { font-size: 30px; } h3, .h3 { font-size: 24px; } h4, .h4 { font-size: 18px; } h5, .h5 { font-size: 14px; } h6, .h6 { font-size: 12px; } p { margin: 0 0 10px; } input, button, select, textarea, img{ max-width: 100%; } textarea{ width: 100%; } .font-2x { font-size: 2em; } .font-3x { font-size: 3em; } .font-4x { font-size: 4em; } .font-5x { font-size: 5em; } .block { display: block; } .inline { display: inline-block; } .inline-block { display: inline-block; } .relative { position: relative; } .absolute{ position: absolute; } .fixed { position: fixed; } .no-top{ top:0; } .no-bottom{ bottom:0; } .no-left{ left:0; } .no-right{ right:0; } .full-width { width: 100%; } .full-height { height:100%; } .half-full-width{ width: 50% } .no-padding { padding: 0 !important; } .no-p-top { padding-top: 0 !important; } .no-p-bottom { padding-bottom: 0 !important; } .no-p-left { padding-left: 0 !important; } .no-p-right { padding-right: 0 !important; } .padding-xs { padding: 5px !important; } .padding-sm { padding: 10px !important; } .padding-md { padding: 20px !important; } .padding-lg { padding: 40px !important; } .paddingLR-xs { padding-left: 5px !important; padding-right: 5px !important; } .paddingLR-sm { padding-left: 10px !important; padding-right: 10px !important; } .paddingLR-md { padding-left: 20px !important; padding-right: 20px !important; } .paddingLR-lg { padding-left: 40px !important; padding-right: 40px !important; } .paddingTB-xs { padding-top: 5px !important; padding-bottom: 5px !important; } .paddingTB-sm { padding-top: 10px !important; padding-bottom: 10px !important; } .paddingTB-md { padding-top: 20px !important; padding-bottom: 20px !important; } .paddingTB-lg { padding-top: 40px !important; padding-bottom: 40px !important; } .p-top-xs { padding-top: 5px; } .p-top-sm { padding-top: 10px; } .p-top-md { padding-top: 20px; } .p-top-lg { padding-top: 40px; } .p-left-xs { padding-left: 5px; } .p-left-sm { padding-left: 10px; } .p-left-md { padding-left: 20px; } .p-left-lg { padding-left: 40px; } .p-right-xs { padding-right: 5px; } .p-right-sm { padding-right: 10px; } .p-right-md { padding-right: 20px; } .p-right-lg { padding-right: 40px; } .p-bottom-xs { padding-bottom: 5px; } .p-bottom-sm { padding-bottom: 10px; } .p-bottom-md { padding-bottom: 20px; } .p-bottom-lg { padding-bottom: 40px; } .no-margin { margin: 0 !important; } .no-m-top { margin-top: 0 !important; } .no-m-bottom { margin-bottom: 0 !important; } .no-m-left { margin-left: 0 !important; } .no-m-right { margin-right: 0 !important; } .margin-xs { margin: 5px !important; } .margin-sm { margin: 10px !important; } .margin-md { margin: 20px !important; } .margin-lg { margin: 40px !important; } .marginTB-xs { margin-top: 5px !important; margin-bottom: 5px !important; } .marginTB-sm { margin-top: 10px !important; margin-bottom: 10px !important; } .marginTB-md { margin-top: 20px !important; margin-bottom: 20px !important; } .marginTB-lg { margin-top: 40px !important; margin-bottom: 40px !important; } .marginLR-xs { margin-left: 5px !important; margin-right: 5px !important; } .marginLR-sm { margin-left: 10px !important; margin-right: 10px !important; } .marginLR-md { margin-left: 20px !important; margin-right: 20px !important; } .marginLR-lg { margin-left: 40px !important; margin-right: 40px !important; } .m-top-xs { margin-top: 5px; } .m-top-sm { margin-top: 10px; } .m-top-md { margin-top: 20px; } .m-top-lg { margin-top: 40px; } .m-left-xs { margin-left: 5px; } .m-left-sm { margin-left: 10px; } .m-left-md { margin-left: 20px; } .m-left-lg { margin-left: 40px; } .m-right-xs { margin-right: 5px; } .m-right-sm { margin-right: 10px; } .m-right-md { margin-right: 20px; } .m-right-lg { margin-right: 40px; } .m-bottom-xs { margin-bottom: 5px; } .m-bottom-sm { margin-bottom: 10px; } .m-bottom-md { margin-bottom: 20px; } .m-bottom-lg { margin-bottom: 40px; } .font-normal { font-weight: normal; } .font-semi-bold { font-weight: 600; } .font-sm { font-size: 70%; } .font-12 { font-size: 12px; } .font-14 { font-size: 14px; } .font-16 { font-size: 16px; } .font-18 { font-size: 18px; } .font-20 { font-size: 20px; } .font-24 { font-size: 24px; } .font-26 { font-size: 26px; } .font-500 { font-weight: 500; } .font-600 { font-weight: 600; } .text-white { color: #fff; } .text-muted { color: #aaa; } .text-muted-light { color: #eee; } .text-dark { color: #2a2a2a; } .text-primary { color: #3278b3; } .text-info { color: #23b7e5; } .text-success { color: #2baab1; } .text-warning { color: #edbc6c; } .text-danger { color: #e36159; } .text-purple { color: #7266ba; } .text-skin { color: #2baab1; } .text-red { color: red; } .text-uppercase { text-transform: uppercase; } .text-underline{ text-decoration: underline; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .text-indent{ text-indent: 0.5em; } .text-left { text-align: left; } .text-center { text-align: center; } .text-right { text-align: right; } .bg-F1F2F3{ background-color: #F7F7F7 !important; } .bg-white { background-color: #fff; } .bg-palette1 { background-color: #2baab1; } .bg-palette2 { background-color: #23b7e5; } .bg-palette3 { background-color: #7266ba; } .bg-palette4 { background-color: #e36159; } .bg-light { background-color: #f9f9f9; } .bg-dark { background-color: #3f3f3b; } .bg-dark-blue { background-color: #4c5f70; color: #fff; } .bg-grey { background-color: #edeef1; } .bg-dark-grey { background-color: #bebfba; } .bg-primary { background-color: #3278b3; color: #fff; } .bg-warning { background-color: #edbc6c; color: #fff; } .bg-info { background-color: #23b7e5; color: #fff; } .bg-success { background-color: #2baab1; color: #fff; } .bg-success .text-muted { color: #e4e9ed; } .bg-danger { background-color: #e36159; color: #fff !important; } .bg-purple { background-color: #7266ba; color: #fff; } .bg-light-green { background-color: #1dc499; } .bg-dark { background-color: #3f3f3b; color: #fff !important; } .no-border { border: none; } .border-transparent { border: 1px solid transparent; } .border{ border: 1px solid #ddd; } .border-top { border-top: 1px solid #ddd; } .border-bottom { border-bottom: 1px solid #ddd; } .border-left { border-left: 1px solid #ddd; } .border-right { border-right: 1px solid #ddd; } .border-black{ border-color:black; } .border-white{ border-color:white; } .no-rounded { border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; } .rounded { border-radius: 50em; -moz-border-radius: 50em; -webkit-border-radius: 50em; } .rounded-xs{ border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } .rounded-sm{ border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; } .rounded-top { border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; } .rounded-bottom { border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; -webkit-border-radius: 0 0 6px 6px; } .overflow-hidden { overflow: hidden; } .overflowX-hidden{ overflow-x: hidden; } .overflowY-hidden{ overflow-x: hidden; } .overflowX-scroll{ overflow-x: scroll; } .overflowY-scroll{ overflow-y: scroll; } .vertical-top { vertical-align: top; } .vertical-bottom { vertical-align: bottom; } .vertical-middle { vertical-align: middle; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide,.hidden { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .clearfix:before, .clearfix:after{ display: table; content:''; clear: both; } .clear-left{ clear: left; } .clear-right{ clear: right; } .pointer{ cursor: pointer; } .opacity{ opacity:0;} .no-opacity{ opacity: 1; } .table { width: 100%; border-collapse: collapse; } /*文字内容溢出*/ .text-overflow-fag{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; /*display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;*/ /* word-break: break-all; */ } /* 垂直居中 */ .translateY-center{ position: absolute; top: 50%; transform:translateY(-50%); -ms-transform:translateY(-50%); /* IE 9 */ -moz-transform:translateY(-50%); /* Firefox */ -webkit-transform:translateY(-50%); /* Safari 和 Chrome */ -o-transform:translateY(-50%); /* Opera */ } /* flex */ .row-flex { display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ /*flex-direction 属性规定灵活项目的方向。*/ -webkit-flex-direction: row; -ms-flex-direction: row; -moz-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-justify-content: space-around; -moz-justify-content: space-around; justify-content: space-around; } .col-flex { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -webkit-justify-content: space-around; -ms-justify-content: space-around; -moz-justify-content: space-around; justify-content: space-around; } /*justify-content 用于设置或检索弹性盒子元素在主轴(横轴)方向上的对齐方式。*/ .flex-start{ -webkit-justify-content:flex-start; -ms-justify-content:flex-start; -moz-justify-content:flex-start; justify-content:flex-start; } .flex-end{ -webkit-justify-content:flex-end; -ms-justify-content:flex-end; -moz-justify-content:flex-end; justify-content:flex-end; } .flex-center{ -webkit-justify-content:center; -ms-justify-content:center; -moz-justify-content:center; justify-content:center; } .flex-between{ -webkit-justify-content:space-between; -ms-justify-content:space-between; -moz-justify-content:space-between; justify-content:space-between; } /*align-items 属性定义flex子项在flex容器的当前行的侧轴(纵轴)方向上的对齐方式。*/ .flex-items-start{ -webkit-align-items:flex-start; -ms-align-items:flex-start; -moz-align-items:flex-start; align-items:flex-start; } .flex-items-end{ -webkit-align-items:flex-end; -ms-align-items:flex-end; -moz-align-items:flex-end; align-items:flex-end; } .flex-items-center{ -webkit-align-items:center; -ms-align-items:center; -moz-align-items:center; align-items:center; } .flex-items-stretch{ -webkit-align-items:stretch; -ms-align-items:stretch; -moz-align-items:stretch; align-items:stretch; } /*flex-wrap 属性规定flex容器是单行或者多行,同时横轴的方向决定了新行堆叠的方向 */ .flex-wrap{ -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap; } /* * align-self 属性定义flex子项单独在侧轴(纵轴)方向上的对齐方式。 * 可重写 align-items 属性。 * flex子项 */ .align-self-start { -webkit-align-self: flex-start; -ms-align-self: flex-start; align-self: flex-start; align-self: flex-start; } .align-self-end { -webkit-align-self: flex-end; -ms-align-self: flex-end; -moz-align-self: flex-end; align-self: flex-end; } .align-self-center { -webkit-align-self: center; -ms-align-self: center; -moz-align-self: center; align-self: center; } /* * flex-grow 属性用于设置或检索弹性盒子的扩展比率 * flex子项 */ .flex-grow-1{ flex-grow:1; } .flex-grow-2{ flex-grow:2; } .flex-grow-3{ flex-grow:3; } .flex-grow-4{ flex-grow:4; } .flex-grow-5{ flex-grow:5; } .flex-grow-6{ flex-grow:6; } .flex-grow-7{ flex-grow:7; } .flex-grow-8{ flex-grow:8; } .flex-grow-9{ flex-grow:9; } .flex-grow-10{ flex-grow:10; } .flex-grow-11{ flex-grow:11; } .flex-grow-12{ flex-grow:12; } /* * order 属性 设置或检索弹性盒模型对象的子元素出现的順序。 * flex子项 */ .flex-order-default { -webkit-order: 0; -ms-order: 0; -moz-order: 0; order: 0; } .flex-order-1 { -webkit-order: 1; -ms-order: 1; -moz-order: 1; order: 1; } .flex-order-2 { -webkit-order: 2; -ms-order: 2; -moz-order: 2; order: 2; } .flex-order-3 { -webkit-order: 3; -ms-order: 3; -moz-order: 3; order: 3; } .flex-order-4 { -webkit-order: 4; -ms-order: 4; -moz-order: 4; order: 4; } .flex-order-5 { -webkit-order: 5; -ms-order: 5; -moz-order: 5; order: 5; } /* ./flex */ .boxSizing-border{ box-sizing: border-box; } .box-shadow { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .box-shadow2 { box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px, rgba(0, 0, 0, 0.04) 0px 0px 6px; -moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px, rgba(0, 0, 0, 0.04) 0px 0px 6px; -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px, rgba(0, 0, 0, 0.04) 0px 0px 6px; } .underLine { position: relative; } .underLine:after { height: 1px; position: absolute; z-index: 0; bottom: 0; left: 0; content: ""; width: 100%; border-bottom: 1px solid #ececec; -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); } .textCenter >.el-input--small .el-input__inner{ text-align:center !important }
src/static/css/default.css
*, :after, :before { box-sizing: border-box; outline: none; } body, html { height: 100%; } body { background-color: #f5f5f5; font-size: 12px; -webkit-font-smoothing: antialiased; font-family: Microsoft YaHei,arial, sans-serif; } blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, iframe, img, input, legend, li, ol, p, pre, td, textarea, th, ul { margin: 0; padding: 0; } article, aside, audio, details, figcaption, figure, footer, header, mark, menu, nav, section, summary, time, video { display: block; margin: 0; padding: 0; } fieldset, img { border: 0; } address, caption, cite, dfn, em, i, th, var { font-style: normal; font-weight: 400; } ol, ul { list-style: none; } a { color: inherit; } a, a:hover { text-decoration: none; } a, button, input, label, select { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } button, input, select { font: 100%tahoma, \5b8b\4f53, arial; vertical-align: baseline; border-radius: 0; background-color: transparent; } select { -webkit-appearance: none; -moz-appearance: none; } button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=file]>input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner { border: none; } input[type=checkbox], input[type=radio] { vertical-align: middle; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none !important; -moz-appearance: none !important; margin: 0; } .timescountc_left_footer >>>.el-input__inner{ border: 1px solid #fff!important; background: #fff; } .timescountc_left_footer >>>.el-textarea__inner{ border: 1px solid #fff!important; background: #fff; } input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px#fff inset; } textarea { outline: none; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; overflow: auto; resize: none; font: 100%tahoma, \5b8b\4f53, arial; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{line-height: 1.3;} h1, .h1 { font-size: 36px; } h2, .h2 { font-size: 30px; } h3, .h3 { font-size: 24px; } h4, .h4 { font-size: 18px; } h5, .h5 { font-size: 14px; } h6, .h6 { font-size: 12px; } p { margin: 0 0 10px; } input, button, select, textarea, img{ max-width: 100%; } textarea{ width: 100%; } .font-2x { font-size: 2em; } .font-3x { font-size: 3em; } .font-4x { font-size: 4em; } .font-5x { font-size: 5em; } .block { display: block; } .inline { display: inline-block; } .inline-block { display: inline-block; } .relative { position: relative; } .absolute{ position: absolute; } .fixed { position: fixed; } .no-top{ top:0; } .no-bottom{ bottom:0; } .no-left{ left:0; } .no-right{ right:0; } .full-width { width: 100%; } .full-height { height:100%; } .half-full-width{ width: 50% } .no-padding { padding: 0 !important; } .no-p-top { padding-top: 0 !important; } .no-p-bottom { padding-bottom: 0 !important; } .no-p-left { padding-left: 0 !important; } .no-p-right { padding-right: 0 !important; } .padding-xs { padding: 5px !important; } .padding-sm { padding: 10px !important; } .padding-md { padding: 20px !important; } .padding-lg { padding: 40px !important; } .paddingLR-xs { padding-left: 5px !important; padding-right: 5px !important; } .paddingLR-sm { padding-left: 10px !important; padding-right: 10px !important; } .paddingLR-md { padding-left: 20px !important; padding-right: 20px !important; } .paddingLR-lg { padding-left: 40px !important; padding-right: 40px !important; } .paddingTB-xs { padding-top: 5px !important; padding-bottom: 5px !important; } .paddingTB-sm { padding-top: 10px !important; padding-bottom: 10px !important; } .paddingTB-md { padding-top: 20px !important; padding-bottom: 20px !important; } .paddingTB-lg { padding-top: 40px !important; padding-bottom: 40px !important; } .p-top-xs { padding-top: 5px; } .p-top-sm { padding-top: 10px; } .p-top-md { padding-top: 20px; } .p-top-lg { padding-top: 40px; } .p-left-xs { padding-left: 5px; } .p-left-sm { padding-left: 10px; } .p-left-md { padding-left: 20px; } .p-left-lg { padding-left: 40px; } .p-right-xs { padding-right: 5px; } .p-right-sm { padding-right: 10px; } .p-right-md { padding-right: 20px; } .p-right-lg { padding-right: 40px; } .p-bottom-xs { padding-bottom: 5px; } .p-bottom-sm { padding-bottom: 10px; } .p-bottom-md { padding-bottom: 20px; } .p-bottom-lg { padding-bottom: 40px; } .no-margin { margin: 0 !important; } .no-m-top { margin-top: 0 !important; } .no-m-bottom { margin-bottom: 0 !important; } .no-m-left { margin-left: 0 !important; } .no-m-right { margin-right: 0 !important; } .margin-xs { margin: 5px !important; } .margin-sm { margin: 10px !important; } .margin-md { margin: 20px !important; } .margin-lg { margin: 40px !important; } .marginTB-xs { margin-top: 5px !important; margin-bottom: 5px !important; } .marginTB-sm { margin-top: 10px !important; margin-bottom: 10px !important; } .marginTB-md { margin-top: 20px !important; margin-bottom: 20px !important; } .marginTB-lg { margin-top: 40px !important; margin-bottom: 40px !important; } .marginLR-xs { margin-left: 5px !important; margin-right: 5px !important; } .marginLR-sm { margin-left: 10px !important; margin-right: 10px !important; } .marginLR-md { margin-left: 20px !important; margin-right: 20px !important; } .marginLR-lg { margin-left: 40px !important; margin-right: 40px !important; } .m-top-xs { margin-top: 5px; } .m-top-sm { margin-top: 10px; } .m-top-md { margin-top: 20px; } .m-top-lg { margin-top: 40px; } .m-left-xs { margin-left: 5px; } .m-left-sm { margin-left: 10px; } .m-left-md { margin-left: 20px; } .m-left-lg { margin-left: 40px; } .m-right-xs { margin-right: 5px; } .m-right-sm { margin-right: 10px; } .m-right-md { margin-right: 20px; } .m-right-lg { margin-right: 40px; } .m-bottom-xs { margin-bottom: 5px; } .m-bottom-sm { margin-bottom: 10px; } .m-bottom-md { margin-bottom: 20px; } .m-bottom-lg { margin-bottom: 40px; } .font-normal { font-weight: normal; } .font-semi-bold { font-weight: 600; } .font-sm { font-size: 70%; } .font-12 { font-size: 12px; } .font-14 { font-size: 14px; } .font-16 { font-size: 16px; } .font-18 { font-size: 18px; } .font-20 { font-size: 20px; } .font-24 { font-size: 24px; } .font-26 { font-size: 26px; } .font-500 { font-weight: 500; } .font-600 { font-weight: 600; } .text-white { color: #fff; } .text-muted { color: #aaa; } .text-muted-light { color: #eee; } .text-dark { color: #2a2a2a; } .text-primary { color: #3278b3; } .text-info { color: #23b7e5; } .text-success { color: #2baab1; } .text-warning { color: #edbc6c; } .text-danger { color: #e36159; } .text-purple { color: #7266ba; } .text-skin { color: #2baab1; } .text-red { color: red; } .text-uppercase { text-transform: uppercase; } .text-underline{ text-decoration: underline; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .text-indent{ text-indent: 0.5em; } .text-left { text-align: left; } .text-center { text-align: center; } .text-right { text-align: right; } .bg-F1F2F3{ background-color: #F7F7F7 !important; } .bg-white { background-color: #fff; } .bg-palette1 { background-color: #2baab1; } .bg-palette2 { background-color: #23b7e5; } .bg-palette3 { background-color: #7266ba; } .bg-palette4 { background-color: #e36159; } .bg-light { background-color: #f9f9f9; } .bg-dark { background-color: #3f3f3b; } .bg-dark-blue { background-color: #4c5f70; color: #fff; } .bg-grey { background-color: #edeef1; } .bg-dark-grey { background-color: #bebfba; } .bg-primary { background-color: #3278b3; color: #fff; } .bg-warning { background-color: #edbc6c; color: #fff; } .bg-info { background-color: #23b7e5; color: #fff; } .bg-success { background-color: #2baab1; color: #fff; } .bg-success .text-muted { color: #e4e9ed; } .bg-danger { background-color: #e36159; color: #fff !important; } .bg-purple { background-color: #7266ba; color: #fff; } .bg-light-green { background-color: #1dc499; } .bg-dark { background-color: #3f3f3b; color: #fff !important; } .no-border { border: none; } .border-transparent { border: 1px solid transparent; } .border{ border: 1px solid #ddd; } .border-top { border-top: 1px solid #ddd; } .border-bottom { border-bottom: 1px solid #ddd; } .border-left { border-left: 1px solid #ddd; } .border-right { border-right: 1px solid #ddd; } .border-black{ border-color:black; } .border-white{ border-color:white; } .no-rounded { border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; } .rounded { border-radius: 50em; -moz-border-radius: 50em; -webkit-border-radius: 50em; } .rounded-xs{ border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } .rounded-sm{ border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; } .rounded-top { border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; } .rounded-bottom { border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; -webkit-border-radius: 0 0 6px 6px; } .overflow-hidden { overflow: hidden; } .overflowX-hidden{ overflow-x: hidden; } .overflowY-hidden{ overflow-x: hidden; } .overflowX-scroll{ overflow-x: scroll; } .overflowY-scroll{ overflow-y: scroll; } .vertical-top { vertical-align: top; } .vertical-bottom { vertical-align: bottom; } .vertical-middle { vertical-align: middle; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide,.hidden { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .clearfix:before, .clearfix:after{ display: table; content:''; clear: both; } .clear-left{ clear: left; } .clear-right{ clear: right; } .pointer{ cursor: pointer; } .opacity{ opacity:0;} .no-opacity{ opacity: 1; } .table { width: 100%; border-collapse: collapse; } /*文字内容溢出*/ .text-overflow-fag{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; /*display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;*/ /* word-break: break-all; */ } /* 垂直居中 */ .translateY-center{ position: absolute; top: 50%; transform:translateY(-50%); -ms-transform:translateY(-50%); /* IE 9 */ -moz-transform:translateY(-50%); /* Firefox */ -webkit-transform:translateY(-50%); /* Safari 和 Chrome */ -o-transform:translateY(-50%); /* Opera */ } /* flex */ .row-flex { display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */ display: -moz-flex; /* Firefox 18+ */ display: -ms-flexbox; /* IE 10 */ display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */ /*flex-direction 属性规定灵活项目的方向。*/ -webkit-flex-direction: row; -ms-flex-direction: row; -moz-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-justify-content: space-around; -moz-justify-content: space-around; justify-content: space-around; } .col-flex { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -webkit-justify-content: space-around; -ms-justify-content: space-around; -moz-justify-content: space-around; justify-content: space-around; } /*justify-content 用于设置或检索弹性盒子元素在主轴(横轴)方向上的对齐方式。*/ .flex-start{ -webkit-justify-content:flex-start; -ms-justify-content:flex-start; -moz-justify-content:flex-start; justify-content:flex-start; } .flex-end{ -webkit-justify-content:flex-end; -ms-justify-content:flex-end; -moz-justify-content:flex-end; justify-content:flex-end; } .flex-center{ -webkit-justify-content:center; -ms-justify-content:center; -moz-justify-content:center; justify-content:center; } .flex-between{ -webkit-justify-content:space-between; -ms-justify-content:space-between; -moz-justify-content:space-between; justify-content:space-between; } /*align-items 属性定义flex子项在flex容器的当前行的侧轴(纵轴)方向上的对齐方式。*/ .flex-items-start{ -webkit-align-items:flex-start; -ms-align-items:flex-start; -moz-align-items:flex-start; align-items:flex-start; } .flex-items-end{ -webkit-align-items:flex-end; -ms-align-items:flex-end; -moz-align-items:flex-end; align-items:flex-end; } .flex-items-center{ -webkit-align-items:center; -ms-align-items:center; -moz-align-items:center; align-items:center; } .flex-items-stretch{ -webkit-align-items:stretch; -ms-align-items:stretch; -moz-align-items:stretch; align-items:stretch; } /*flex-wrap 属性规定flex容器是单行或者多行,同时横轴的方向决定了新行堆叠的方向 */ .flex-wrap{ -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap; } /* * align-self 属性定义flex子项单独在侧轴(纵轴)方向上的对齐方式。 * 可重写 align-items 属性。 * flex子项 */ .align-self-start { -webkit-align-self: flex-start; -ms-align-self: flex-start; align-self: flex-start; align-self: flex-start; } .align-self-end { -webkit-align-self: flex-end; -ms-align-self: flex-end; -moz-align-self: flex-end; align-self: flex-end; } .align-self-center { -webkit-align-self: center; -ms-align-self: center; -moz-align-self: center; align-self: center; } /* * flex-grow 属性用于设置或检索弹性盒子的扩展比率 * flex子项 */ .flex-grow-1{ flex-grow:1; } .flex-grow-2{ flex-grow:2; } .flex-grow-3{ flex-grow:3; } .flex-grow-4{ flex-grow:4; } .flex-grow-5{ flex-grow:5; } .flex-grow-6{ flex-grow:6; } .flex-grow-7{ flex-grow:7; } .flex-grow-8{ flex-grow:8; } .flex-grow-9{ flex-grow:9; } .flex-grow-10{ flex-grow:10; } .flex-grow-11{ flex-grow:11; } .flex-grow-12{ flex-grow:12; } /* * order 属性 设置或检索弹性盒模型对象的子元素出现的順序。 * flex子项 */ .flex-order-default { -webkit-order: 0; -ms-order: 0; -moz-order: 0; order: 0; } .flex-order-1 { -webkit-order: 1; -ms-order: 1; -moz-order: 1; order: 1; } .flex-order-2 { -webkit-order: 2; -ms-order: 2; -moz-order: 2; order: 2; } .flex-order-3 { -webkit-order: 3; -ms-order: 3; -moz-order: 3; order: 3; } .flex-order-4 { -webkit-order: 4; -ms-order: 4; -moz-order: 4; order: 4; } .flex-order-5 { -webkit-order: 5; -ms-order: 5; -moz-order: 5; order: 5; } /* ./flex */ .boxSizing-border{ box-sizing: border-box; } .box-shadow { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .box-shadow2 { box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px, rgba(0, 0, 0, 0.04) 0px 0px 6px; -moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px, rgba(0, 0, 0, 0.04) 0px 0px 6px; -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px, rgba(0, 0, 0, 0.04) 0px 0px 6px; } .underLine { position: relative; } .underLine:after { height: 1px; position: absolute; z-index: 0; bottom: 0; left: 0; content: ""; width: 100%; border-bottom: 1px solid #ececec; -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); } .textCenter >.el-input--small .el-input__inner{ text-align:center !important }
0.418816
0.069795
:root{ --defaultdwfChatcolor: #21303b; --newbgcolor: #2d2d2d; --mainfontcolor: white; } .dialog{ } .dialog table.table_window{ } #rahmen_um_alles{ background: var(--newbgcolor); color: var(--mainfontcolor); } #kopf{ color: var(--mainfontcolor); } /* Id sieht generiert aus... */ #kopf > #soitime314557103400{ color: var(--mainfontcolor) !important; font-family: "Play", "Play", sans-serif !important; } .wlcdesign_content, .wlcdesign_e, .wlcdesign_w, .wlcdesign_sw, .wlcdesign_s, .wlcdesign_sizer{ background: var(--newbgcolor); } .wlcdesign_content > a { padding: 1px 5px; background-color: var(--defaultdwfChatcolor); margin: 1px 0px; display: inline-block; color: white; text-decoration: none; border: solid 0.5px white; } #chatinhalt, .privat_mesages_window{ border-radius: 0; } /* Messages */ /*self */ .mess_back_priv, .mess_self{ background-color: #6a94b3; } .mess_back{ } /*idk*/ .mess_back, .mess_back_priv, .mess_self, .mess_self_priv{ box-shadow: 6px 4px 9px #00000094; } /* sysmsg */ .sysmsg > .systime{ background: #21303b; color: #e6e6e6; } .sysmsg > .sys_back{ } .sysmsg > .sys_back > b > div > font > a{ } .sysmsg > .sys_back > b > div > font > a::before { /*content: "aaaa"; */ } /* userrr */ #onlinelist{ background-color: black; } /* Display logo gescheit lol */ #onlinelist > center > img { width: 100%; } /* Background */ #chatinhalt, .privat_mesages_window{ background: linear-gradient(180deg, #69879e 21%, #2d3c48 79%); } #message.input{ border-radius: 0px; } /* Buttons */ #link_smileys, #link_color, #link_prop, #link_bild, #link_admin, #link_extrafenster, #link_RegFenster, #link_filesend, #link_video, #link_logout{ border-radius: 4px; border: 2px solid #ffffff; color: #ffffff; padding: 3px 10px; text-decoration: none; box-shadow: inset 0px 1px 0px 0px #f7c5c0; background: linear-gradient(to bottom, #21303b 5%, #244a4f 100%); background-color: #21303b; } /* Onlinelisttt */ .rooms{ } #onlinelist > center > center > div > div > img{ filter: brightness(10); } /* Copyright und so */ #copyright_inchat{ color: white; } #copyright_inchat::after{ content: " (modified by MmBdn)"; } /* https://www.deutscheswetlookforum.de/forum/index.php?user/7266/ */ /* https://www.deutscheswetlookforum.de/forum/index.php?user/7266-mmbdn-marlon/ */
data/usercss/185484.user.css
:root{ --defaultdwfChatcolor: #21303b; --newbgcolor: #2d2d2d; --mainfontcolor: white; } .dialog{ } .dialog table.table_window{ } #rahmen_um_alles{ background: var(--newbgcolor); color: var(--mainfontcolor); } #kopf{ color: var(--mainfontcolor); } /* Id sieht generiert aus... */ #kopf > #soitime314557103400{ color: var(--mainfontcolor) !important; font-family: "Play", "Play", sans-serif !important; } .wlcdesign_content, .wlcdesign_e, .wlcdesign_w, .wlcdesign_sw, .wlcdesign_s, .wlcdesign_sizer{ background: var(--newbgcolor); } .wlcdesign_content > a { padding: 1px 5px; background-color: var(--defaultdwfChatcolor); margin: 1px 0px; display: inline-block; color: white; text-decoration: none; border: solid 0.5px white; } #chatinhalt, .privat_mesages_window{ border-radius: 0; } /* Messages */ /*self */ .mess_back_priv, .mess_self{ background-color: #6a94b3; } .mess_back{ } /*idk*/ .mess_back, .mess_back_priv, .mess_self, .mess_self_priv{ box-shadow: 6px 4px 9px #00000094; } /* sysmsg */ .sysmsg > .systime{ background: #21303b; color: #e6e6e6; } .sysmsg > .sys_back{ } .sysmsg > .sys_back > b > div > font > a{ } .sysmsg > .sys_back > b > div > font > a::before { /*content: "aaaa"; */ } /* userrr */ #onlinelist{ background-color: black; } /* Display logo gescheit lol */ #onlinelist > center > img { width: 100%; } /* Background */ #chatinhalt, .privat_mesages_window{ background: linear-gradient(180deg, #69879e 21%, #2d3c48 79%); } #message.input{ border-radius: 0px; } /* Buttons */ #link_smileys, #link_color, #link_prop, #link_bild, #link_admin, #link_extrafenster, #link_RegFenster, #link_filesend, #link_video, #link_logout{ border-radius: 4px; border: 2px solid #ffffff; color: #ffffff; padding: 3px 10px; text-decoration: none; box-shadow: inset 0px 1px 0px 0px #f7c5c0; background: linear-gradient(to bottom, #21303b 5%, #244a4f 100%); background-color: #21303b; } /* Onlinelisttt */ .rooms{ } #onlinelist > center > center > div > div > img{ filter: brightness(10); } /* Copyright und so */ #copyright_inchat{ color: white; } #copyright_inchat::after{ content: " (modified by MmBdn)"; } /* https://www.deutscheswetlookforum.de/forum/index.php?user/7266/ */ /* https://www.deutscheswetlookforum.de/forum/index.php?user/7266-mmbdn-marlon/ */
0.26971
0.084191
body { font-family: "Montserrat", sans-serif; background-color: #ffffff; font-size: 14px; color: #999; font-weight: 300 !important; } a { color: #ffffff; } a:hover { text-decoration: none; } a:focus { text-decoration: none; } a:active { text-decoration: none; } a:visited { text-decoration: none; } h1 { font-weight: 300; } h2 { font-weight: 300; } h3 { font-weight: 300; } h4 { font-weight: 300; } h5 { font-weight: 300; } h6 { font-weight: 300; } blockquote { border: none; margin-bottom: -30px; position: relative; max-width: 900px; margin: 0 auto; padding-left: 0.4em; } blockquote p:before { content: "\201C"; font-weight: bold; font-size: 150px; color: rgba(238, 238, 238, 0.25); position: absolute; top: -80px; left: -100px; font-family: "Georgia"; } blockquote p:after { content: "\201D"; font-weight: bold; font-size: 150px; color: rgba(238, 238, 238, 0.25); position: absolute; bottom: -100px; right: -100px; font-family: "Georgia"; } .pdx-75 { padding-left: 75px; padding-right: 75px; } .pdl-75 { padding-left: 75px; } .mt-120 { margin-top: 120px; } .no-side-padding { padding-left: 0px !important; padding-right: 0px !important; } .white-color { color: #ffffff; } .no-padding { padding: 0px; } .no-right-padding { padding-right: 0px; } .no-left-padding { padding-left: 0px; } .no-margin { margin: 0px; } .pdy-15p { padding-top: 15%; } .pdy-5 { padding-top: 10px; padding-bottom: 5px; } .pdx-5 { padding-left: 5px; padding-right: 5px; } .pdx-15 { padding-left: 15px; padding-right: 15px; } .pdx-25 { padding-left: 25px !important; padding-right: 25px !important; } .pdl-5 { padding-left: 5px; } .pdt-20 { padding-top: 20px; } .pdt-40 { padding-top: 40px; } .pdb-20 { padding-bottom: 20px; } .pd-20 { padding: 20px; } .mb-5 { margin-bottom: 5px; } .mb-20 { margin-bottom: 20px; } .mb-40 { margin-bottom: 40px; } .mb-100 { margin-bottom: 100px; } .mt-5 { margin-top: 5px; } .mt-15 { margin-top: 15px; } .mt-20 { margin-top: 20px; } .mt-40 { margin-top: 40px; } .mt-75 { margin-top: 75px; } .fs-12 { font-size: 12px; } .fs-14 { font-size: 14px; } .width-50p { width: 50%; } .circled-img { border-radius: 100%; } .media-heading { margin-top: 10px; } .blue-bg { background: #3fa3e4; background: -moz-linear-gradient(left, #3fa3e4 0%, #3f7ce4 50%); background: -webkit-gradient(left top, right top, color-stop(0%, #3fa3e4), color-stop(50%, #3f7ce4)); background: -webkit-linear-gradient(left, #3fa3e4 0%, #3f7ce4 50%); background: -o-linear-gradient(left, #3fa3e4 0%, #3f7ce4 50%); background: -ms-linear-gradient(left, #3fa3e4 0%, #3f7ce4 50%); background: linear-gradient(to right, #3fa3e4 0%, #3f7ce4 50%); color: #ffffff !important; } .blue-color { color: #499fff; } .grey-color { color: #a9a9a9; } .oval-border { border-radius: 25px; } .rounded-border { border-radius: 100%; } .brt-white { border-right: 1px solid #ffffff; } .blt-white { border-left: 1px solid #ffffff; } .font-normal { font-weight: normal; } .main-bg { background-image: url("../../public/images/bg_image2.png"); } .main-bgc { background-color: rgba(0, 0, 0, 0.3); height: 100%; } .main-links { padding-left: 20px; margin: 10px; border-left: 1px solid #ffffff; } .cust-searchbar { margin: -20px; } .cust-search { border-radius: 25px; } .icon-rounded { border-radius: 100%; border: 1px solid #ffffff; width: 25px; height: 25px; text-align: center; color: #ffffff; padding: 0; padding-top: 2px; margin-right: 10px; } .contact-btn { padding: 3px; padding-left: 10px; padding-right: 10px; background-color: transparent; color: #ffffff; border-radius: 25px; } .contact-icon { padding: 0; width: 120px; height: 25px; } .flag-section { background-color: #eeeeee; -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75); box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75); margin-bottom: 50px; } .flag-width { width: 14%; margin-bottom: 30px; } .flag-width p { font-size: 11px; padding-top: 10px; min-height: 46px; color: #717171; } .btn-view { background-color: transparent; color: #61a5ea; border: 1px solid #61a5ea; border-radius: 25px; padding-left: 25px; padding-right: 25px; } .cust-row { margin-left: -5px; margin-right: -5px; } .category-big-image { height: 335px !important; width: 100%; } .category-small-image { height: 150px !important; width: 100%; } .category-title { margin-top: 0px; font-size: 16px; } .category-subtitle { margin-bottom: 0px; } .caption-one { background: #4267ff; background: -moz-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -webkit-gradient(left top, right top, color-stop(0%, #4267ff), color-stop(100%, #765cff)); background: -webkit-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -o-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -ms-linear-gradient(left, #4267ff 0%, #765cff 100%); background: linear-gradient(to right, #4267ff 0%, #765cff 100%); color: #ffffff !important; } .caption-one h3 { font-weight: 500; } .caption-two { background: #8c6239; background: -moz-linear-gradient(left, #8c6239 0%, #603813 50%, #603813 100%); background: -webkit-gradient(left top, right top, color-stop(0%, #8c6239), color-stop(50%, #603813), color-stop(100%, #603813)); background: -webkit-linear-gradient(left, #8c6239 0%, #603813 50%, #603813 100%); background: -o-linear-gradient(left, #8c6239 0%, #603813 50%, #603813 100%); background: -ms-linear-gradient(left, #8c6239 0%, #603813 50%, #603813 100%); background: linear-gradient(to right, #8c6239 0%, #603813 50%, #603813 100%); color: #ffffff !important; } .caption-two h4 { font-weight: 500; } .caption-three { background-color: #17C137; color: #ffffff !important; font-weight: 400; } .caption-three h4 { font-weight: 500; } .caption-four { background: #3f3f3f; background: -moz-linear-gradient(left, #3f3f3f 0%, #363636 50%, #2d2d2d 100%); background: -webkit-gradient(left top, right top, color-stop(0%, #3f3f3f), color-stop(50%, #363636), color-stop(100%, #2d2d2d)); background: -webkit-linear-gradient(left, #3f3f3f 0%, #363636 50%, #2d2d2d 100%); background: -o-linear-gradient(left, #3f3f3f 0%, #363636 50%, #2d2d2d 100%); background: -ms-linear-gradient(left, #3f3f3f 0%, #363636 50%, #2d2d2d 100%); background: linear-gradient(to right, #3f3f3f 0%, #363636 50%, #2d2d2d 100%); color: #ffffff !important; } .caption-four h4 { font-weight: 500; } .caption-five { background-color: #499FFF; color: #ffffff !important; } .caption-five h4 { font-weight: 500; } .caption-six { background: #e45738; background: -moz-linear-gradient(left, #e45738 0%, #e55830 50%, #e55928 100%); background: -webkit-gradient(left top, right top, color-stop(0%, #e45738), color-stop(50%, #e55830), color-stop(100%, #e55928)); background: -webkit-linear-gradient(left, #e45738 0%, #e55830 50%, #e55928 100%); background: -o-linear-gradient(left, #e45738 0%, #e55830 50%, #e55928 100%); background: -ms-linear-gradient(left, #e45738 0%, #e55830 50%, #e55928 100%); background: linear-gradient(to right, #e45738 0%, #e55830 50%, #e55928 100%); color: #ffffff !important; } .caption-six h4 { font-weight: 500; } .caption-seven { background: cyan; background: -moz-linear-gradient(left, cyan 0%, #1ee0a4 100%); background: -webkit-gradient(left top, right top, color-stop(0%, cyan), color-stop(100%, #1ee0a4)); background: -webkit-linear-gradient(left, cyan 0%, #1ee0a4 100%); background: -o-linear-gradient(left, cyan 0%, #1ee0a4 100%); background: -ms-linear-gradient(left, cyan 0%, #1ee0a4 100%); background: linear-gradient(to right, cyan 0%, #1ee0a4 100%); color: #ffffff !important; } .caption-seven h4 { font-weight: 500; } .listing-section { background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #ffffff 50%, #499fff 50%, #499fff 100%); } .listing-caption { padding-left: 25px !important; padding-right: 25px !important; border-bottom: 1px solid #dddddd; } .listing-action-box { padding: 10px 25px; } .listing-action-box h6 { color: #818181; } .listing-action-box .pull-right { line-height: 3; } .listings-actions { color: #818181; } .book-color { color: #ffffff; } .fav-color { color: red; } .navbar-inverse .navbar-nav > li > a { color: #ffffff; font-size: 12px; font-weight: 400; } .navbar-inverse .navbar-nav > li > a:focus { background-color: #222222; } .navbar-inverse .navbar-nav > li > a:hover { background-color: #222222; } .navbar-inverse .navbar-nav > li > a:active { background-color: #222222; } .logo-img { height: 40px; } .navbar-brand { padding-top: 5px; } .nav-flag-img { width: 35px; height: 20px; display: inline; } #categoryCarousel .carousel-control.right { background-image: none; } #categoryCarousel .carousel-control.left { background-image: none; } #categoryCarousel .carousel-control { width: 2%; opacity: .9; } #categoryCarousel .carousel-control .fa-arrow-left { width: 45px; height: 45px; margin-top: -10px; margin-top: -30px; font-size: 16px; background-color: #ffffff; border-radius: 100%; padding-top: 13px; color: #499fff; margin-left: -10px; position: absolute; top: 50%; left: 0px; } #categoryCarousel .carousel-control .fa-arrow-right { width: 45px; height: 45px; margin-top: -10px; margin-top: -30px; font-size: 16px; background-color: #ffffff; border-radius: 100%; padding-top: 13px; color: #499fff; margin-right: -10px; position: absolute; top: 50%; right: 0px; } #categoryCarousel .carousel-control .icon-next { width: 45px; height: 45px; margin-top: -10px; margin-top: -30px; font-size: 16px; background-color: #ffffff; border-radius: 100%; padding-top: 13px; color: #499fff; margin-right: -10px; position: absolute; top: 50%; right: 0px; } #categoryCarousel .carousel-control .icon-prev { width: 45px; height: 45px; margin-top: -10px; margin-top: -30px; font-size: 16px; background-color: #ffffff; border-radius: 100%; padding-top: 13px; color: #499fff; margin-left: -10px; position: absolute; top: 50%; left: 0px; } #categoryCarousel .carousel-indicators { bottom: -30px; } #categoryCarousel .carousel-indicators li { border: 1px solid #d3d3d3; width: 20px; height: 1px; } #categoryCarousel .carousel-indicators .active { width: 20px; height: 1px; margin: 1px; border: 1px solid #499fff; } #testimonialCarousel .carousel-control.right { background-image: none; } #testimonialCarousel .carousel-control.left { background-image: none; } #testimonialCarousel .carousel-control { width: 2%; opacity: .9; } #testimonialCarousel .carousel-control .fa-arrow-left { width: 35px; height: 35px; margin-top: -10px; margin-top: -30px; font-size: 14px; background-color: #ffffff; border-radius: 100%; padding-top: 10px; color: #499fff; margin-left: -10px; position: absolute; top: 40%; left: 30px; } #testimonialCarousel .carousel-control .fa-arrow-right { width: 35px; height: 35px; margin-top: -10px; margin-top: -30px; font-size: 14px; background-color: #ffffff; border-radius: 100%; padding-top: 10px; color: #499fff; margin-right: -10px; position: absolute; top: 40%; right: 30px; } #testimonialCarousel .carousel-control .icon-next { width: 35px; height: 35px; margin-top: -10px; margin-top: -30px; font-size: 14px; background-color: #ffffff; border-radius: 100%; padding-top: 10px; color: #499fff; margin-right: -10px; position: absolute; top: 40%; right: 30px; } #testimonialCarousel .carousel-control .icon-prev { width: 35px; height: 35px; margin-top: -10px; margin-top: -30px; font-size: 14px; background-color: #ffffff; border-radius: 100%; padding-top: 10px; color: #499fff; margin-left: -10px; position: absolute; top: 40%; left: 30px; } #newsCarousel .carousel-control.right { background-image: none; } #newsCarousel .carousel-control.left { background-image: none; } #newsCarousel .carousel-control { width: 2%; opacity: .9; } #newsCarousel .carousel-control .fa-arrow-left { width: 35px; height: 35px; margin-top: -10px; margin-top: -30px; font-size: 14px; background-color: #ffffff; border-radius: 100%; padding-top: 10px; color: #499fff; margin-left: -10px; position: absolute; top: 40%; left: 30px; background-color: #499fff; color: #ffffff; } #newsCarousel .carousel-control .fa-arrow-right { width: 35px; height: 35px; margin-top: -10px; margin-top: -30px; font-size: 14px; background-color: #ffffff; border-radius: 100%; padding-top: 10px; color: #499fff; margin-right: -10px; position: absolute; top: 40%; right: 30px; background-color: #499fff; color: #ffffff; } #newsCarousel .carousel-control .icon-next { width: 35px; height: 35px; margin-top: -10px; margin-top: -30px; font-size: 14px; background-color: #ffffff; border-radius: 100%; padding-top: 10px; color: #499fff; margin-right: -10px; position: absolute; top: 40%; right: 30px; background-color: #499fff; color: #ffffff; } #newsCarousel .carousel-control .icon-prev { width: 35px; height: 35px; margin-top: -10px; margin-top: -30px; font-size: 14px; background-color: #ffffff; border-radius: 100%; padding-top: 10px; color: #499fff; margin-left: -10px; position: absolute; top: 40%; left: 30px; background-color: #499fff; color: #ffffff; } .panel-tabs { position: relative; bottom: 30px; clear: both; border-bottom: 1px solid #c6c8ca; font-size: 12px; } .panel-tabs > li { float: left; margin-bottom: -1px; } .panel-tabs > li > a { margin-right: 2px; margin-top: 4px; line-height: .85; border: 1px solid transparent; border-radius: 4px 4px 0 0; color: #9e9d9d; font-weight: bold; } .panel-tabs > li > a:hover { border-color: transparent; color: #499fff; background-color: transparent; } .panel-tabs > li.active > a { color: #499fff; cursor: default; border-bottom: 3px solid #499fff; } .panel-tabs > li.active > a:hover { color: #499fff; cursor: default; border-bottom: 3px solid #499fff; } .panel-tabs > li.active > a:focus { color: #499fff; cursor: default; border-bottom: 3px solid #499fff; } .panel-default { border: transparent; background-color: transparent; } .panel-default > .panel-heading { border-color: transparent; background-color: transparent; } .bs-section { background-color: #ffffff; } .about-section { background-color: #ffffff; } .bs-flex { display: flex; } .bs-tabs > li { border: 1px solid #499fff; border-bottom: transparent; } .bs-tabs > li > a { color: #555; margin-right: 0px; } .bs-tabs > li.active { border: none; } .bs-tabs > li.active > a { background: #4267ff; background: -moz-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -webkit-gradient(left top, right top, color-stop(0%, #4267ff), color-stop(100%, #765cff)); background: -webkit-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -o-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -ms-linear-gradient(left, #4267ff 0%, #765cff 100%); background: linear-gradient(to right, #4267ff 0%, #765cff 100%); color: #ffffff !important; line-height: 35px; margin-top: -15px; } .bs-tabs > li.active > a:focus { background: #4267ff; background: -moz-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -webkit-gradient(left top, right top, color-stop(0%, #4267ff), color-stop(100%, #765cff)); background: -webkit-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -o-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -ms-linear-gradient(left, #4267ff 0%, #765cff 100%); background: linear-gradient(to right, #4267ff 0%, #765cff 100%); color: #ffffff !important; line-height: 35px; margin-top: -15px; } .bs-tabs > li.active > a:hover { background: #4267ff; background: -moz-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -webkit-gradient(left top, right top, color-stop(0%, #4267ff), color-stop(100%, #765cff)); background: -webkit-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -o-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -ms-linear-gradient(left, #4267ff 0%, #765cff 100%); background: linear-gradient(to right, #4267ff 0%, #765cff 100%); color: #ffffff !important; line-height: 35px; margin-top: -15px; } .bs-tab-content { background-color: #f2f2f2; padding: 15px; height: calc(100% - 43px); } .ts-con { padding: 50px; } .news-section { padding-bottom: 40px; } .news-section .news-icons { display: block; height: 80px; margin: 0 auto 20px; border: 1px solid #f2f2f2; overflow: hidden; } .news-section .news-icons img { position: absolute; left: 0; top: 0; bottom: 0; right: 0; vertical-align: middle; margin: auto; } .news-con { padding-left: 100px; padding-right: 100px; } .footer { width: 100%; background-color: rgba(34, 34, 34, 0.8); } .footer h4 { font-size: 16px; } .follow-spacing { margin-top: 1px; margin-right: 10px; } .hr-white { border-top: 2px solid #ffffff; margin-top: 36px; margin-bottom: 36px; } .rounded { border-radius: 100%; width: 75px; height: 75px; background-color: #ffffff; position: relative; outline: none !important; } .rounded:hover { background-color: #eeeeee; } .rounded:hover img { transform: scale(2); box-shadow: 0px 0px 5px 1px white; background-color: #ffffff; border-radius: 100%; padding: 5px; border: 2px solid #ff9520; z-index: 999; } .rounded::after { content: ""; height: 40px; background-color: #ff9520; border: 1px solid #ff9520; left: 50%; top: 100%; position: absolute; } .rounded::before { content: ""; width: 15px; height: 15px; background-color: #ffffff; border: 2px solid #ff9520; border-radius: 100%; left: 30px; top: 107px; position: absolute; z-index: 1; } .grounded { border-radius: 100%; width: 75px; height: 75px; background-color: #ffffff; position: relative; margin-left: -25%; outline: none !important; } .grounded:hover img { transform: scale(2); box-shadow: 0px 0px 5px 1px white; background-color: #ffffff; border-radius: 100%; padding: 5px; border: 2px solid #ff9520; z-index: 999; } .grounded::after { content: ""; height: 38px; background-color: #ff9520; border: 1px solid #ff9520; left: 50%; top: -53%; position: absolute; } .grounded::before { content: ""; width: 15px; height: 15px; background-color: #ffffff; border: 2px solid #ff9520; border-radius: 100%; left: 30px; top: -45px; position: absolute; z-index: 1; } .left-dashed-line { margin-right: -30px; margin-top: 27px; border-top: 2px dashed #eee; } .right-dashed-line { margin-left: -30px; margin-top: 27px; border-top: 2px dashed #eee; } .login-signup-modals .modal-header { background: #5388fc; color: #fff; } .login-signup-modals .modal-header h4 { font-size: 18px; font-weight: 300; } .login-signup-modals .modal-content { border-radius: 0px; top: 70px; } .login-signup-modals .modal-content .form-control { height: 40px; border-radius: 0; } .login-signup-modals .modal-content .input-group-addon { border-radius: 0; } .login-signup-modals .modal-body { padding: 15px 40px; } .login-signup-modals .btns-social a { display: inline-block; color: #fff; text-decoration: none; width: 30px; height: 30px; display: inline-block; line-height: 30px; border-radius: 100%; margin-right: 10px; } .login-signup-modals .btns-social a.fa-facebook { background: #3c5998; } .login-signup-modals .btns-social a.fa-google-plus { background: #dc4e42; } .login-signup-modals .btns-social a.fa-linkedin { background: #2b7ab9; } .login-signup-modals .btns-social a.fa-twitter { background: #55abee; } .login-signup-modals a:before { content: ''; } .login-or-signup-bar { text-align: center; position: relative; } .login-or-signup-bar:before { width: 10%; height: 2px; background: #5388fc; display: inline-block; position: relative; top: -3px; content: ''; margin-right: 10px; } .login-or-signup-bar:after { content: ''; width: 10%; height: 2px; background: #5388fc; display: inline-block; position: relative; top: -3px; margin-left: 10px; } .confirm_link { font-size: 12px; color: #1f782c; } .confirm_link::before { font-family: FontAwesome; content: "\f058"; } input.btn.btn-success { padding: 10px 54px; border-radius: 3px; } .select_package_table { background: #f9f9f9; } .select_package_table tbody td { text-align: center; padding: 15px 10px !important; } .select_package_table tbody td:first-child { background: #fff; text-align: left; } .select_package_table tbody td:first-child span { color: #4a9efc; width: 20px; height: 20px; border-radius: 100%; text-align: center; border: 1px solid #4fa5fb; font-size: 12px; line-height: 20px; } .select_package_table thead th { padding: 0 !important; padding-bottom: 20px !important; } .select_package_table.table > thead > tr > th { vertical-align: top; font-weight: 300 !important; } .select_package_row > div > h4 { background: rgba(0, 0, 0, 0.2); padding: 10px; margin-top: 0; } .select_package_row ul { padding-left: 25px; text-align: left; } .select_package_free { background: #bd7517; color: #fff; } .select_package_gold { background: #e2bf14; color: #fff; } .select_package_silver { background: #797782; color: #fff; } .package-yes { color: #2ec74b; font-size: 20px; } .package-no { color: #ef7373; font-size: 20px; } .select_a_package_heading { background: #447cff; margin: 0; font-size: 24px; text-align: center; color: #fff; padding: 15px; } .role_text { position: relative; top: 0; left: -11%; } .listing_section_li_a_tabs { padding: 10px 0px !important; margin-right: 30px !important; } .listing_section_li_a_tabs_thridtab { margin-right: 0px !important; } .table_margin_responsive { margin: 0px; } .packages_margin_bootom { margin-bottom: 52px; } .contact_business_button { background-color: #20b33f; border: 0px; padding: 8px 12px; font-size: 11px; font-weight: 500; border-radius: 1px; outline: 0; } .contact_business_button:hover { background-color: rgba(17, 183, 52, 0.73) !important; border: 0px !important; outline: 0; } .contact_business_button:focus { background-color: rgba(17, 183, 52, 0.73) !important; border: 0px !important; outline: 0; } .contact_business_button:active { background-color: rgba(17, 183, 52, 0.73) !important; border: 0px !important; outline: 0; } .register_msg p { padding-top: 25px; margin-bottom: 0px; } .register_msg a { color: #0d8b07; } .fb_iframe_widget { left: 34% !important; top: 74% !important; opacity: 0; display: inline-block; position: absolute !important; } .IN-widget { position: absolute; top: 277px; left: 258px; opacity: 1 !important; } a.g-signin2 { position: absolute; top: 277px; opacity: 0; } /*# sourceMappingURL=main.css.map */
public/sass/main.css
body { font-family: "Montserrat", sans-serif; background-color: #ffffff; font-size: 14px; color: #999; font-weight: 300 !important; } a { color: #ffffff; } a:hover { text-decoration: none; } a:focus { text-decoration: none; } a:active { text-decoration: none; } a:visited { text-decoration: none; } h1 { font-weight: 300; } h2 { font-weight: 300; } h3 { font-weight: 300; } h4 { font-weight: 300; } h5 { font-weight: 300; } h6 { font-weight: 300; } blockquote { border: none; margin-bottom: -30px; position: relative; max-width: 900px; margin: 0 auto; padding-left: 0.4em; } blockquote p:before { content: "\201C"; font-weight: bold; font-size: 150px; color: rgba(238, 238, 238, 0.25); position: absolute; top: -80px; left: -100px; font-family: "Georgia"; } blockquote p:after { content: "\201D"; font-weight: bold; font-size: 150px; color: rgba(238, 238, 238, 0.25); position: absolute; bottom: -100px; right: -100px; font-family: "Georgia"; } .pdx-75 { padding-left: 75px; padding-right: 75px; } .pdl-75 { padding-left: 75px; } .mt-120 { margin-top: 120px; } .no-side-padding { padding-left: 0px !important; padding-right: 0px !important; } .white-color { color: #ffffff; } .no-padding { padding: 0px; } .no-right-padding { padding-right: 0px; } .no-left-padding { padding-left: 0px; } .no-margin { margin: 0px; } .pdy-15p { padding-top: 15%; } .pdy-5 { padding-top: 10px; padding-bottom: 5px; } .pdx-5 { padding-left: 5px; padding-right: 5px; } .pdx-15 { padding-left: 15px; padding-right: 15px; } .pdx-25 { padding-left: 25px !important; padding-right: 25px !important; } .pdl-5 { padding-left: 5px; } .pdt-20 { padding-top: 20px; } .pdt-40 { padding-top: 40px; } .pdb-20 { padding-bottom: 20px; } .pd-20 { padding: 20px; } .mb-5 { margin-bottom: 5px; } .mb-20 { margin-bottom: 20px; } .mb-40 { margin-bottom: 40px; } .mb-100 { margin-bottom: 100px; } .mt-5 { margin-top: 5px; } .mt-15 { margin-top: 15px; } .mt-20 { margin-top: 20px; } .mt-40 { margin-top: 40px; } .mt-75 { margin-top: 75px; } .fs-12 { font-size: 12px; } .fs-14 { font-size: 14px; } .width-50p { width: 50%; } .circled-img { border-radius: 100%; } .media-heading { margin-top: 10px; } .blue-bg { background: #3fa3e4; background: -moz-linear-gradient(left, #3fa3e4 0%, #3f7ce4 50%); background: -webkit-gradient(left top, right top, color-stop(0%, #3fa3e4), color-stop(50%, #3f7ce4)); background: -webkit-linear-gradient(left, #3fa3e4 0%, #3f7ce4 50%); background: -o-linear-gradient(left, #3fa3e4 0%, #3f7ce4 50%); background: -ms-linear-gradient(left, #3fa3e4 0%, #3f7ce4 50%); background: linear-gradient(to right, #3fa3e4 0%, #3f7ce4 50%); color: #ffffff !important; } .blue-color { color: #499fff; } .grey-color { color: #a9a9a9; } .oval-border { border-radius: 25px; } .rounded-border { border-radius: 100%; } .brt-white { border-right: 1px solid #ffffff; } .blt-white { border-left: 1px solid #ffffff; } .font-normal { font-weight: normal; } .main-bg { background-image: url("../../public/images/bg_image2.png"); } .main-bgc { background-color: rgba(0, 0, 0, 0.3); height: 100%; } .main-links { padding-left: 20px; margin: 10px; border-left: 1px solid #ffffff; } .cust-searchbar { margin: -20px; } .cust-search { border-radius: 25px; } .icon-rounded { border-radius: 100%; border: 1px solid #ffffff; width: 25px; height: 25px; text-align: center; color: #ffffff; padding: 0; padding-top: 2px; margin-right: 10px; } .contact-btn { padding: 3px; padding-left: 10px; padding-right: 10px; background-color: transparent; color: #ffffff; border-radius: 25px; } .contact-icon { padding: 0; width: 120px; height: 25px; } .flag-section { background-color: #eeeeee; -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75); box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75); margin-bottom: 50px; } .flag-width { width: 14%; margin-bottom: 30px; } .flag-width p { font-size: 11px; padding-top: 10px; min-height: 46px; color: #717171; } .btn-view { background-color: transparent; color: #61a5ea; border: 1px solid #61a5ea; border-radius: 25px; padding-left: 25px; padding-right: 25px; } .cust-row { margin-left: -5px; margin-right: -5px; } .category-big-image { height: 335px !important; width: 100%; } .category-small-image { height: 150px !important; width: 100%; } .category-title { margin-top: 0px; font-size: 16px; } .category-subtitle { margin-bottom: 0px; } .caption-one { background: #4267ff; background: -moz-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -webkit-gradient(left top, right top, color-stop(0%, #4267ff), color-stop(100%, #765cff)); background: -webkit-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -o-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -ms-linear-gradient(left, #4267ff 0%, #765cff 100%); background: linear-gradient(to right, #4267ff 0%, #765cff 100%); color: #ffffff !important; } .caption-one h3 { font-weight: 500; } .caption-two { background: #8c6239; background: -moz-linear-gradient(left, #8c6239 0%, #603813 50%, #603813 100%); background: -webkit-gradient(left top, right top, color-stop(0%, #8c6239), color-stop(50%, #603813), color-stop(100%, #603813)); background: -webkit-linear-gradient(left, #8c6239 0%, #603813 50%, #603813 100%); background: -o-linear-gradient(left, #8c6239 0%, #603813 50%, #603813 100%); background: -ms-linear-gradient(left, #8c6239 0%, #603813 50%, #603813 100%); background: linear-gradient(to right, #8c6239 0%, #603813 50%, #603813 100%); color: #ffffff !important; } .caption-two h4 { font-weight: 500; } .caption-three { background-color: #17C137; color: #ffffff !important; font-weight: 400; } .caption-three h4 { font-weight: 500; } .caption-four { background: #3f3f3f; background: -moz-linear-gradient(left, #3f3f3f 0%, #363636 50%, #2d2d2d 100%); background: -webkit-gradient(left top, right top, color-stop(0%, #3f3f3f), color-stop(50%, #363636), color-stop(100%, #2d2d2d)); background: -webkit-linear-gradient(left, #3f3f3f 0%, #363636 50%, #2d2d2d 100%); background: -o-linear-gradient(left, #3f3f3f 0%, #363636 50%, #2d2d2d 100%); background: -ms-linear-gradient(left, #3f3f3f 0%, #363636 50%, #2d2d2d 100%); background: linear-gradient(to right, #3f3f3f 0%, #363636 50%, #2d2d2d 100%); color: #ffffff !important; } .caption-four h4 { font-weight: 500; } .caption-five { background-color: #499FFF; color: #ffffff !important; } .caption-five h4 { font-weight: 500; } .caption-six { background: #e45738; background: -moz-linear-gradient(left, #e45738 0%, #e55830 50%, #e55928 100%); background: -webkit-gradient(left top, right top, color-stop(0%, #e45738), color-stop(50%, #e55830), color-stop(100%, #e55928)); background: -webkit-linear-gradient(left, #e45738 0%, #e55830 50%, #e55928 100%); background: -o-linear-gradient(left, #e45738 0%, #e55830 50%, #e55928 100%); background: -ms-linear-gradient(left, #e45738 0%, #e55830 50%, #e55928 100%); background: linear-gradient(to right, #e45738 0%, #e55830 50%, #e55928 100%); color: #ffffff !important; } .caption-six h4 { font-weight: 500; } .caption-seven { background: cyan; background: -moz-linear-gradient(left, cyan 0%, #1ee0a4 100%); background: -webkit-gradient(left top, right top, color-stop(0%, cyan), color-stop(100%, #1ee0a4)); background: -webkit-linear-gradient(left, cyan 0%, #1ee0a4 100%); background: -o-linear-gradient(left, cyan 0%, #1ee0a4 100%); background: -ms-linear-gradient(left, cyan 0%, #1ee0a4 100%); background: linear-gradient(to right, cyan 0%, #1ee0a4 100%); color: #ffffff !important; } .caption-seven h4 { font-weight: 500; } .listing-section { background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #ffffff 50%, #499fff 50%, #499fff 100%); } .listing-caption { padding-left: 25px !important; padding-right: 25px !important; border-bottom: 1px solid #dddddd; } .listing-action-box { padding: 10px 25px; } .listing-action-box h6 { color: #818181; } .listing-action-box .pull-right { line-height: 3; } .listings-actions { color: #818181; } .book-color { color: #ffffff; } .fav-color { color: red; } .navbar-inverse .navbar-nav > li > a { color: #ffffff; font-size: 12px; font-weight: 400; } .navbar-inverse .navbar-nav > li > a:focus { background-color: #222222; } .navbar-inverse .navbar-nav > li > a:hover { background-color: #222222; } .navbar-inverse .navbar-nav > li > a:active { background-color: #222222; } .logo-img { height: 40px; } .navbar-brand { padding-top: 5px; } .nav-flag-img { width: 35px; height: 20px; display: inline; } #categoryCarousel .carousel-control.right { background-image: none; } #categoryCarousel .carousel-control.left { background-image: none; } #categoryCarousel .carousel-control { width: 2%; opacity: .9; } #categoryCarousel .carousel-control .fa-arrow-left { width: 45px; height: 45px; margin-top: -10px; margin-top: -30px; font-size: 16px; background-color: #ffffff; border-radius: 100%; padding-top: 13px; color: #499fff; margin-left: -10px; position: absolute; top: 50%; left: 0px; } #categoryCarousel .carousel-control .fa-arrow-right { width: 45px; height: 45px; margin-top: -10px; margin-top: -30px; font-size: 16px; background-color: #ffffff; border-radius: 100%; padding-top: 13px; color: #499fff; margin-right: -10px; position: absolute; top: 50%; right: 0px; } #categoryCarousel .carousel-control .icon-next { width: 45px; height: 45px; margin-top: -10px; margin-top: -30px; font-size: 16px; background-color: #ffffff; border-radius: 100%; padding-top: 13px; color: #499fff; margin-right: -10px; position: absolute; top: 50%; right: 0px; } #categoryCarousel .carousel-control .icon-prev { width: 45px; height: 45px; margin-top: -10px; margin-top: -30px; font-size: 16px; background-color: #ffffff; border-radius: 100%; padding-top: 13px; color: #499fff; margin-left: -10px; position: absolute; top: 50%; left: 0px; } #categoryCarousel .carousel-indicators { bottom: -30px; } #categoryCarousel .carousel-indicators li { border: 1px solid #d3d3d3; width: 20px; height: 1px; } #categoryCarousel .carousel-indicators .active { width: 20px; height: 1px; margin: 1px; border: 1px solid #499fff; } #testimonialCarousel .carousel-control.right { background-image: none; } #testimonialCarousel .carousel-control.left { background-image: none; } #testimonialCarousel .carousel-control { width: 2%; opacity: .9; } #testimonialCarousel .carousel-control .fa-arrow-left { width: 35px; height: 35px; margin-top: -10px; margin-top: -30px; font-size: 14px; background-color: #ffffff; border-radius: 100%; padding-top: 10px; color: #499fff; margin-left: -10px; position: absolute; top: 40%; left: 30px; } #testimonialCarousel .carousel-control .fa-arrow-right { width: 35px; height: 35px; margin-top: -10px; margin-top: -30px; font-size: 14px; background-color: #ffffff; border-radius: 100%; padding-top: 10px; color: #499fff; margin-right: -10px; position: absolute; top: 40%; right: 30px; } #testimonialCarousel .carousel-control .icon-next { width: 35px; height: 35px; margin-top: -10px; margin-top: -30px; font-size: 14px; background-color: #ffffff; border-radius: 100%; padding-top: 10px; color: #499fff; margin-right: -10px; position: absolute; top: 40%; right: 30px; } #testimonialCarousel .carousel-control .icon-prev { width: 35px; height: 35px; margin-top: -10px; margin-top: -30px; font-size: 14px; background-color: #ffffff; border-radius: 100%; padding-top: 10px; color: #499fff; margin-left: -10px; position: absolute; top: 40%; left: 30px; } #newsCarousel .carousel-control.right { background-image: none; } #newsCarousel .carousel-control.left { background-image: none; } #newsCarousel .carousel-control { width: 2%; opacity: .9; } #newsCarousel .carousel-control .fa-arrow-left { width: 35px; height: 35px; margin-top: -10px; margin-top: -30px; font-size: 14px; background-color: #ffffff; border-radius: 100%; padding-top: 10px; color: #499fff; margin-left: -10px; position: absolute; top: 40%; left: 30px; background-color: #499fff; color: #ffffff; } #newsCarousel .carousel-control .fa-arrow-right { width: 35px; height: 35px; margin-top: -10px; margin-top: -30px; font-size: 14px; background-color: #ffffff; border-radius: 100%; padding-top: 10px; color: #499fff; margin-right: -10px; position: absolute; top: 40%; right: 30px; background-color: #499fff; color: #ffffff; } #newsCarousel .carousel-control .icon-next { width: 35px; height: 35px; margin-top: -10px; margin-top: -30px; font-size: 14px; background-color: #ffffff; border-radius: 100%; padding-top: 10px; color: #499fff; margin-right: -10px; position: absolute; top: 40%; right: 30px; background-color: #499fff; color: #ffffff; } #newsCarousel .carousel-control .icon-prev { width: 35px; height: 35px; margin-top: -10px; margin-top: -30px; font-size: 14px; background-color: #ffffff; border-radius: 100%; padding-top: 10px; color: #499fff; margin-left: -10px; position: absolute; top: 40%; left: 30px; background-color: #499fff; color: #ffffff; } .panel-tabs { position: relative; bottom: 30px; clear: both; border-bottom: 1px solid #c6c8ca; font-size: 12px; } .panel-tabs > li { float: left; margin-bottom: -1px; } .panel-tabs > li > a { margin-right: 2px; margin-top: 4px; line-height: .85; border: 1px solid transparent; border-radius: 4px 4px 0 0; color: #9e9d9d; font-weight: bold; } .panel-tabs > li > a:hover { border-color: transparent; color: #499fff; background-color: transparent; } .panel-tabs > li.active > a { color: #499fff; cursor: default; border-bottom: 3px solid #499fff; } .panel-tabs > li.active > a:hover { color: #499fff; cursor: default; border-bottom: 3px solid #499fff; } .panel-tabs > li.active > a:focus { color: #499fff; cursor: default; border-bottom: 3px solid #499fff; } .panel-default { border: transparent; background-color: transparent; } .panel-default > .panel-heading { border-color: transparent; background-color: transparent; } .bs-section { background-color: #ffffff; } .about-section { background-color: #ffffff; } .bs-flex { display: flex; } .bs-tabs > li { border: 1px solid #499fff; border-bottom: transparent; } .bs-tabs > li > a { color: #555; margin-right: 0px; } .bs-tabs > li.active { border: none; } .bs-tabs > li.active > a { background: #4267ff; background: -moz-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -webkit-gradient(left top, right top, color-stop(0%, #4267ff), color-stop(100%, #765cff)); background: -webkit-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -o-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -ms-linear-gradient(left, #4267ff 0%, #765cff 100%); background: linear-gradient(to right, #4267ff 0%, #765cff 100%); color: #ffffff !important; line-height: 35px; margin-top: -15px; } .bs-tabs > li.active > a:focus { background: #4267ff; background: -moz-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -webkit-gradient(left top, right top, color-stop(0%, #4267ff), color-stop(100%, #765cff)); background: -webkit-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -o-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -ms-linear-gradient(left, #4267ff 0%, #765cff 100%); background: linear-gradient(to right, #4267ff 0%, #765cff 100%); color: #ffffff !important; line-height: 35px; margin-top: -15px; } .bs-tabs > li.active > a:hover { background: #4267ff; background: -moz-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -webkit-gradient(left top, right top, color-stop(0%, #4267ff), color-stop(100%, #765cff)); background: -webkit-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -o-linear-gradient(left, #4267ff 0%, #765cff 100%); background: -ms-linear-gradient(left, #4267ff 0%, #765cff 100%); background: linear-gradient(to right, #4267ff 0%, #765cff 100%); color: #ffffff !important; line-height: 35px; margin-top: -15px; } .bs-tab-content { background-color: #f2f2f2; padding: 15px; height: calc(100% - 43px); } .ts-con { padding: 50px; } .news-section { padding-bottom: 40px; } .news-section .news-icons { display: block; height: 80px; margin: 0 auto 20px; border: 1px solid #f2f2f2; overflow: hidden; } .news-section .news-icons img { position: absolute; left: 0; top: 0; bottom: 0; right: 0; vertical-align: middle; margin: auto; } .news-con { padding-left: 100px; padding-right: 100px; } .footer { width: 100%; background-color: rgba(34, 34, 34, 0.8); } .footer h4 { font-size: 16px; } .follow-spacing { margin-top: 1px; margin-right: 10px; } .hr-white { border-top: 2px solid #ffffff; margin-top: 36px; margin-bottom: 36px; } .rounded { border-radius: 100%; width: 75px; height: 75px; background-color: #ffffff; position: relative; outline: none !important; } .rounded:hover { background-color: #eeeeee; } .rounded:hover img { transform: scale(2); box-shadow: 0px 0px 5px 1px white; background-color: #ffffff; border-radius: 100%; padding: 5px; border: 2px solid #ff9520; z-index: 999; } .rounded::after { content: ""; height: 40px; background-color: #ff9520; border: 1px solid #ff9520; left: 50%; top: 100%; position: absolute; } .rounded::before { content: ""; width: 15px; height: 15px; background-color: #ffffff; border: 2px solid #ff9520; border-radius: 100%; left: 30px; top: 107px; position: absolute; z-index: 1; } .grounded { border-radius: 100%; width: 75px; height: 75px; background-color: #ffffff; position: relative; margin-left: -25%; outline: none !important; } .grounded:hover img { transform: scale(2); box-shadow: 0px 0px 5px 1px white; background-color: #ffffff; border-radius: 100%; padding: 5px; border: 2px solid #ff9520; z-index: 999; } .grounded::after { content: ""; height: 38px; background-color: #ff9520; border: 1px solid #ff9520; left: 50%; top: -53%; position: absolute; } .grounded::before { content: ""; width: 15px; height: 15px; background-color: #ffffff; border: 2px solid #ff9520; border-radius: 100%; left: 30px; top: -45px; position: absolute; z-index: 1; } .left-dashed-line { margin-right: -30px; margin-top: 27px; border-top: 2px dashed #eee; } .right-dashed-line { margin-left: -30px; margin-top: 27px; border-top: 2px dashed #eee; } .login-signup-modals .modal-header { background: #5388fc; color: #fff; } .login-signup-modals .modal-header h4 { font-size: 18px; font-weight: 300; } .login-signup-modals .modal-content { border-radius: 0px; top: 70px; } .login-signup-modals .modal-content .form-control { height: 40px; border-radius: 0; } .login-signup-modals .modal-content .input-group-addon { border-radius: 0; } .login-signup-modals .modal-body { padding: 15px 40px; } .login-signup-modals .btns-social a { display: inline-block; color: #fff; text-decoration: none; width: 30px; height: 30px; display: inline-block; line-height: 30px; border-radius: 100%; margin-right: 10px; } .login-signup-modals .btns-social a.fa-facebook { background: #3c5998; } .login-signup-modals .btns-social a.fa-google-plus { background: #dc4e42; } .login-signup-modals .btns-social a.fa-linkedin { background: #2b7ab9; } .login-signup-modals .btns-social a.fa-twitter { background: #55abee; } .login-signup-modals a:before { content: ''; } .login-or-signup-bar { text-align: center; position: relative; } .login-or-signup-bar:before { width: 10%; height: 2px; background: #5388fc; display: inline-block; position: relative; top: -3px; content: ''; margin-right: 10px; } .login-or-signup-bar:after { content: ''; width: 10%; height: 2px; background: #5388fc; display: inline-block; position: relative; top: -3px; margin-left: 10px; } .confirm_link { font-size: 12px; color: #1f782c; } .confirm_link::before { font-family: FontAwesome; content: "\f058"; } input.btn.btn-success { padding: 10px 54px; border-radius: 3px; } .select_package_table { background: #f9f9f9; } .select_package_table tbody td { text-align: center; padding: 15px 10px !important; } .select_package_table tbody td:first-child { background: #fff; text-align: left; } .select_package_table tbody td:first-child span { color: #4a9efc; width: 20px; height: 20px; border-radius: 100%; text-align: center; border: 1px solid #4fa5fb; font-size: 12px; line-height: 20px; } .select_package_table thead th { padding: 0 !important; padding-bottom: 20px !important; } .select_package_table.table > thead > tr > th { vertical-align: top; font-weight: 300 !important; } .select_package_row > div > h4 { background: rgba(0, 0, 0, 0.2); padding: 10px; margin-top: 0; } .select_package_row ul { padding-left: 25px; text-align: left; } .select_package_free { background: #bd7517; color: #fff; } .select_package_gold { background: #e2bf14; color: #fff; } .select_package_silver { background: #797782; color: #fff; } .package-yes { color: #2ec74b; font-size: 20px; } .package-no { color: #ef7373; font-size: 20px; } .select_a_package_heading { background: #447cff; margin: 0; font-size: 24px; text-align: center; color: #fff; padding: 15px; } .role_text { position: relative; top: 0; left: -11%; } .listing_section_li_a_tabs { padding: 10px 0px !important; margin-right: 30px !important; } .listing_section_li_a_tabs_thridtab { margin-right: 0px !important; } .table_margin_responsive { margin: 0px; } .packages_margin_bootom { margin-bottom: 52px; } .contact_business_button { background-color: #20b33f; border: 0px; padding: 8px 12px; font-size: 11px; font-weight: 500; border-radius: 1px; outline: 0; } .contact_business_button:hover { background-color: rgba(17, 183, 52, 0.73) !important; border: 0px !important; outline: 0; } .contact_business_button:focus { background-color: rgba(17, 183, 52, 0.73) !important; border: 0px !important; outline: 0; } .contact_business_button:active { background-color: rgba(17, 183, 52, 0.73) !important; border: 0px !important; outline: 0; } .register_msg p { padding-top: 25px; margin-bottom: 0px; } .register_msg a { color: #0d8b07; } .fb_iframe_widget { left: 34% !important; top: 74% !important; opacity: 0; display: inline-block; position: absolute !important; } .IN-widget { position: absolute; top: 277px; left: 258px; opacity: 1 !important; } a.g-signin2 { position: absolute; top: 277px; opacity: 0; } /*# sourceMappingURL=main.css.map */
0.370112
0.108283
.articles_contanier { width: 80%; display: grid; grid-template-columns: 450px 450px; grid-template-rows: 550px; margin-left: 15%; } .articles_result { grid-column: span 1; grid-row: span 1; background-color: #ab9964; margin: 5%; padding: 2%; } .articles_result img { width: 70%; margin-left: 15%; } .articles_result h2 { margin-top: 10px; font-size: 20px; font-weight: bold; } .articles_result h4 { margin-top: 10px; font-size: 12px; color: #4a4a4a; } .articles_result h5 { margin-top: 10px; font-size: 12px; color: #4a4a4a; } .articles_result p { position: relative; margin-top: 20px; overflow: hidden; height: 97px; color: #403121; } #articles_btn { margin-top: 5%; margin-left: 70%; width: 115px; height: 40px; background-color: black; color: white; cursor: pointer; font-size: 15px; border-radius: 15px; } #articles_btn:hover { font-weight: bold; background-color: #4a4a4a; } } */ /* Tablet */ /* @media (min-width: 800px) and (max-width: 1199px) { .articles_contanier { width: 80%; display: grid; grid-template-columns: 350px 350px; grid-template-rows: 450px; margin-left: 15%; } .articles_result { grid-column: span 1; grid-row: span 1; background-color: #ab9964; margin: 5%; padding: 2%; } .articles_result img { width: 70%; margin-left: 15%; } .articles_result h2 { margin-top: 10px; font-size: 20px; font-weight: bold; } .articles_result h4 { margin-top: 10px; font-size: 12px; color: #4a4a4a; } .articles_result h5 { margin-top: 10px; font-size: 12px; color: #4a4a4a; } .articles_result p { position: relative; margin-top: 20px; overflow: hidden; height: 97px; color: #403121; margin-bottom: 1%; } #articles_btn { margin-left: 65%; width: 100px; height: 25px; background-color: black; color: white; cursor: pointer; font-size: 12px; } #articles_btn:hover { font-weight: bold; background-color: #4a4a4a; } } */ /* Mopile */ /* @media (max-width: 799px) { .articles_contanier { width: 80%; display: grid; grid-template-columns: 450px; grid-template-rows: 550px; margin-left: 5%; } .articles_result { grid-column: span 1; grid-row: span 1; background-color: #ab9964; margin: 5%; padding: 2%; } .articles_result img { width: 70%; margin-left: 15%; } .articles_result h2 { margin-top: 10px; font-size: 20px; font-weight: bold; } .articles_result h4 { margin-top: 10px; font-size: 12px; color: #4a4a4a; } .articles_result h5 { margin-top: 10px; font-size: 12px; color: #4a4a4a; } .articles_result p { position: relative; margin-top: 20px; overflow: hidden; height: 97px; color: #403121; } #articles_btn { margin-top: 5%; margin-left: 70%; width: 115px; height: 40px; background-color: black; color: white; cursor: pointer; font-size: 15px; } #articles_btn:hover { font-weight: bold; background-color: #4a4a4a; } } */ .articles__h1 { margin: 50px 0px 20px 0px; font-size: 36px; font-weight: 700; font-family: "Montserrat", sans-serif; text-align: center; } .articles_contanier { display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-evenly; width: 80%; margin: 50px auto; font-family: "Montserrat", sans-serif; } .articles_result { width: 32%; padding: 20px; border: 1px solid black; box-shadow: 0 10px 6px -6px #777; /* height: 70vh; */ } .articles_result:hover { border: 1px solid var(--secondery-color); background-color: #1b71c118; } .articles_result img { width: 100%; height: 40vh; } .articles_result h2 { height: 8vh; font-weight: 600; font-size: 18px; margin: 8px 0px; } .articles_result h4 { font-weight: 500; font-size: 14px; margin: 10px 0px; } .articles_result h5 { font-weight: 300; font-size: 14px; margin: 10px 0px; margin-bottom: 20px; } .articles_result p { /* width: 100%; */ height: 24.6vh; overflow: hidden; text-overflow: ellipsis; margin-bottom: 20px; } .articles_result button { background-color: var(--secondery-color); border: none; padding: 10px 20px; color: white; display: block; margin: auto; cursor: pointer; } .articles_result button:hover { background-color: var(--first-color); }
public/css/articles.css
.articles_contanier { width: 80%; display: grid; grid-template-columns: 450px 450px; grid-template-rows: 550px; margin-left: 15%; } .articles_result { grid-column: span 1; grid-row: span 1; background-color: #ab9964; margin: 5%; padding: 2%; } .articles_result img { width: 70%; margin-left: 15%; } .articles_result h2 { margin-top: 10px; font-size: 20px; font-weight: bold; } .articles_result h4 { margin-top: 10px; font-size: 12px; color: #4a4a4a; } .articles_result h5 { margin-top: 10px; font-size: 12px; color: #4a4a4a; } .articles_result p { position: relative; margin-top: 20px; overflow: hidden; height: 97px; color: #403121; } #articles_btn { margin-top: 5%; margin-left: 70%; width: 115px; height: 40px; background-color: black; color: white; cursor: pointer; font-size: 15px; border-radius: 15px; } #articles_btn:hover { font-weight: bold; background-color: #4a4a4a; } } */ /* Tablet */ /* @media (min-width: 800px) and (max-width: 1199px) { .articles_contanier { width: 80%; display: grid; grid-template-columns: 350px 350px; grid-template-rows: 450px; margin-left: 15%; } .articles_result { grid-column: span 1; grid-row: span 1; background-color: #ab9964; margin: 5%; padding: 2%; } .articles_result img { width: 70%; margin-left: 15%; } .articles_result h2 { margin-top: 10px; font-size: 20px; font-weight: bold; } .articles_result h4 { margin-top: 10px; font-size: 12px; color: #4a4a4a; } .articles_result h5 { margin-top: 10px; font-size: 12px; color: #4a4a4a; } .articles_result p { position: relative; margin-top: 20px; overflow: hidden; height: 97px; color: #403121; margin-bottom: 1%; } #articles_btn { margin-left: 65%; width: 100px; height: 25px; background-color: black; color: white; cursor: pointer; font-size: 12px; } #articles_btn:hover { font-weight: bold; background-color: #4a4a4a; } } */ /* Mopile */ /* @media (max-width: 799px) { .articles_contanier { width: 80%; display: grid; grid-template-columns: 450px; grid-template-rows: 550px; margin-left: 5%; } .articles_result { grid-column: span 1; grid-row: span 1; background-color: #ab9964; margin: 5%; padding: 2%; } .articles_result img { width: 70%; margin-left: 15%; } .articles_result h2 { margin-top: 10px; font-size: 20px; font-weight: bold; } .articles_result h4 { margin-top: 10px; font-size: 12px; color: #4a4a4a; } .articles_result h5 { margin-top: 10px; font-size: 12px; color: #4a4a4a; } .articles_result p { position: relative; margin-top: 20px; overflow: hidden; height: 97px; color: #403121; } #articles_btn { margin-top: 5%; margin-left: 70%; width: 115px; height: 40px; background-color: black; color: white; cursor: pointer; font-size: 15px; } #articles_btn:hover { font-weight: bold; background-color: #4a4a4a; } } */ .articles__h1 { margin: 50px 0px 20px 0px; font-size: 36px; font-weight: 700; font-family: "Montserrat", sans-serif; text-align: center; } .articles_contanier { display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-evenly; width: 80%; margin: 50px auto; font-family: "Montserrat", sans-serif; } .articles_result { width: 32%; padding: 20px; border: 1px solid black; box-shadow: 0 10px 6px -6px #777; /* height: 70vh; */ } .articles_result:hover { border: 1px solid var(--secondery-color); background-color: #1b71c118; } .articles_result img { width: 100%; height: 40vh; } .articles_result h2 { height: 8vh; font-weight: 600; font-size: 18px; margin: 8px 0px; } .articles_result h4 { font-weight: 500; font-size: 14px; margin: 10px 0px; } .articles_result h5 { font-weight: 300; font-size: 14px; margin: 10px 0px; margin-bottom: 20px; } .articles_result p { /* width: 100%; */ height: 24.6vh; overflow: hidden; text-overflow: ellipsis; margin-bottom: 20px; } .articles_result button { background-color: var(--secondery-color); border: none; padding: 10px 20px; color: white; display: block; margin: auto; cursor: pointer; } .articles_result button:hover { background-color: var(--first-color); }
0.450359
0.142441
.background_fireBrick5, .hover_background_fireBrick5:hover, .active_background_fireBrick5:active:hover { background: #9b1e1e; background-image: -moz-linear-gradient(top, rgb(193, 37, 37) 0%, rgb(155, 30, 30) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(193, 37, 37)), color-stop(100%, rgb(155, 30, 30))); background-image: -webkit-linear-gradient(top, rgb(193, 37, 37) 0%, rgb(155, 30, 30) 100%); background-image: -o-linear-gradient(top, rgb(193, 37, 37) 0%, rgb(155, 30, 30) 100%); background-image: -ms-linear-gradient(top, rgb(193, 37, 37) 0%, rgb(155, 30, 30) 100%); background-image: linear-gradient(to bottom, rgb(193, 37, 37) 0%, rgb(155, 30, 30) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c12525', endColorstr='#9b1e1e',GradientType=0 ); } .background_fireBrick5h, .hover_background_fireBrick5h:hover, .active_background_fireBrick5h:active:hover { background: #9b1e1e; background-image: -moz-linear-gradient(top, rgb(217, 59, 59) 0%, rgb(185, 35, 35) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(217, 59, 59)), color-stop(100%, rgb(185, 35, 35))); background-image: -webkit-linear-gradient(top, rgb(217, 59, 59) 0%, rgb(185, 35, 35) 100%); background-image: -o-linear-gradient(top, rgb(217, 59, 59) 0%, rgb(185, 35, 35) 100%); background-image: -ms-linear-gradient(top, rgb(217, 59, 59) 0%, rgb(185, 35, 35) 100%); background-image: linear-gradient(to bottom, rgb(217, 59, 59) 0%, rgb(185, 35, 35) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93b3b', endColorstr='#b92323',GradientType=0 ); } .background_fireBrick5a, .hover_background_fireBrick5a:hover, .active_background_fireBrick5a:active:hover { background: #9b1e1e; background-image: -moz-linear-gradient(top, rgb(185, 35, 35) 0%, rgb(217, 59, 59) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(185, 35, 35)), color-stop(100%, rgb(217, 59, 59))); background-image: -webkit-linear-gradient(top, rgb(185, 35, 35) 0%, rgb(217, 59, 59) 100%); background-image: -o-linear-gradient(top, rgb(185, 35, 35) 0%, rgb(217, 59, 59) 100%); background-image: -ms-linear-gradient(top, rgb(185, 35, 35) 0%, rgb(217, 59, 59) 100%); background-image: linear-gradient(to bottom, rgb(185, 35, 35) 0%, rgb(217, 59, 59) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b92323', endColorstr='#d93b3b',GradientType=0 ); } .background_fireBrick5s, .hover_background_fireBrick5s:hover, .active_background_fireBrick5s:active:hover { background: #9b1e1e; background-image: -moz-linear-gradient(top, rgb(229, 117, 117) 0%, rgb(217, 59, 59) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(229, 117, 117)), color-stop(100%, rgb(217, 59, 59))); background-image: -webkit-linear-gradient(top, rgb(229, 117, 117) 0%, rgb(217, 59, 59) 100%); background-image: -o-linear-gradient(top, rgb(229, 117, 117) 0%, rgb(217, 59, 59) 100%); background-image: -ms-linear-gradient(top, rgb(229, 117, 117) 0%, rgb(217, 59, 59) 100%); background-image: linear-gradient(to bottom, rgb(229, 117, 117) 0%, rgb(217, 59, 59) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e57575', endColorstr='#d93b3b',GradientType=0 ); } .background_color_fireBrick5, .hover_background_color_fireBrick5:hover, .active_background_color_fireBrick5:active:hover { background-color:#9b1e1e; } .background_first_color_fireBrick5, .hover_background_first_color_fireBrick5:hover, .active_background_first_color_fireBrick5:active:hover { background-color:#c12525; } .background_last_color_fireBrick5, .hover_background_last_color_fireBrick5:hover, .active_background_color_last_fireBrick5:active:hover { background-color:#9b1e1e; } /* ------------------------------ color settings -------------------------------*/ .color_fireBrick5, .hover_color_fireBrick5:hover, .active_color_fireBrick5:active:hover { color: #c8c8c8; } .color_fireBrick5h, .hover_color_fireBrick5h:hover, .active_color_fireBrick5h:active:hover { color: #c8c8c8; } .color_fireBrick5a, .hover_color_fireBrick5a:hover, .active_color_fireBrick5a:active:hover { color: #ff0; } .color_fireBrick5s, .hover_color_fireBrick5s:hover, .active_color_fireBrick5s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_fireBrick5, .hover_border_fireBrick5:hover, .active_border_fireBrick5:active:hover { border-color: #9b1e1e #9b1e1e #9b1e1e #9b1e1e; } .border_fireBrick5h, .hover_border_fireBrick5h:hover, .active_border_fireBrick5h:active:hover { border-color: #8b1b1b #8b1b1b #8b1b1b #8b1b1b; } .border_fireBrick5a, .hover_border_fireBrick5a:hover, .active_border_fireBrick5a:active:hover { border-color: #7c1818 #7c1818 #7c1818 #7c1818; } .border_fireBrick5s, .hover_border_fireBrick5s:hover, .active_border_fireBrick5s:active:hover { border-color: #d93b3b #d93b3b #d93b3b #d93b3b; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_fireBrick5, .hover_shadow_expand_fireBrick5:hover, .active_shadow_expand_fireBrick5:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(155, 30, 30, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(155, 30, 30, .39); box-shadow: 0em 0em 1em 0.25em rgba(155, 30, 30, .39); } .shadow_expand_fireBrick5h, .hover_shadow_expand_fireBrick5h:hover, .active_shadow_expand_fireBrick5h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(185, 35, 35, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(185, 35, 35, .50); box-shadow: 0em 0em 1em 0.25em rgba(185, 35, 35, .50); } .shadow_expand_fireBrick5a, .hover_shadow_expand_fireBrick5a:hover, .active_shadow_expand_fireBrick5a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(217, 59, 59, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(217, 59, 59, .63); box-shadow: 0em 0em 1em 0.25em rgba(217, 59, 59, .63); } .shadow_expand_fireBrick5s, .hover_shadow_expand_fireBrick5s:hover, .active_shadow_expand_fireBrick5s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(217, 59, 59, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(217, 59, 59, .78); box-shadow: 0em 0em 1em 0.25em rgba(217, 59, 59, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_fireBrick5, .hover_shadow_left_fireBrick5:hover, .active_shadow_left_fireBrick5:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(155, 30, 30, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(155, 30, 30, .39); box-shadow: -0.5em -0.5em 1em rgba(155, 30, 30, .39); } .shadow_left_fireBrick5h, .hover_shadow_left_fireBrick5h:hover, .active_shadow_left_fireBrick5h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(185, 35, 35, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(185, 35, 35, .50); box-shadow: -0.5em -0.5em 1em rgba(185, 35, 35, .50); } .shadow_left_fireBrick5a, .hover_shadow_left_fireBrick5a:hover, .active_shadow_left_fireBrick5a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .63); box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .63); } .shadow_left_fireBrick5s, .hover_shadow_left_fireBrick5s:hover, .active_shadow_left_fireBrick5s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .78); box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_fireBrick5, .hover_shadow_right_fireBrick5:hover, .active_shadow_right_fireBrick5:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(155, 30, 30, .39); -moz-box-shadow: 0.5em 0em 1em rgba(155, 30, 30, .39); box-shadow: 0.5em 0em 1em rgba(155, 30, 30, .39); } .shadow_right_fireBrick5h, .hover_shadow_right_fireBrick5h:hover, .active_shadow_right_fireBrick5h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(185, 35, 35, .50); -moz-box-shadow: 0.5em 0em 1em rgba(185, 35, 35, .50); box-shadow: 0.5em 0em 1em rgba(185, 35, 35, .50); } .shadow_right_fireBrick5a, .hover_shadow_right_fireBrick5a:hover, .active_shadow_right_fireBrick5a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(217, 59, 59, .63); -moz-box-shadow: 0.5em 0em 1em rgba(217, 59, 59, .63); box-shadow: 0.5em 0em 1em rgba(217, 59, 59, .63); } .shadow_right_fireBrick5s, .hover_shadow_right_fireBrick5s:hover, .active_shadow_right_fireBrick5s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(217, 59, 59, .78); -moz-box-shadow: 0.5em 0em 1em rgba(217, 59, 59, .78); box-shadow: 0.5em 0em 1em rgba(217, 59, 59, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_fireBrick5, .hover_shadow_top_fireBrick5:hover, .active_shadow_top_fireBrick5:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(155, 30, 30, .39); -moz-box-shadow: 0em -0.5em 1em rgba(155, 30, 30, .39); box-shadow: 0em -0.5em 1em rgba(155, 30, 30, .39); } .shadow_top_fireBrick5h, .hover_shadow_top_fireBrick5h:hover, .active_shadow_top_fireBrick5h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(185, 35, 35, .50); -moz-box-shadow: 0em -0.5em 1em rgba(185, 35, 35, .50); box-shadow: 0em -0.5em 1em rgba(185, 35, 35, .50); } .shadow_top_fireBrick5a, .hover_shadow_top_fireBrick5a:hover, .active_shadow_top_fireBrick5a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(217, 59, 59, .63); -moz-box-shadow: 0em -0.5em 1em rgba(217, 59, 59, .63); box-shadow: 0em -0.5em 1em rgba(217, 59, 59, .63); } .shadow_top_fireBrick5s, .hover_shadow_top_fireBrick5s:hover, .active_shadow_top_fireBrick5s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(217, 59, 59, .78); -moz-box-shadow: 0em -0.5em 1em rgba(217, 59, 59, .78); box-shadow: 0em -0.5em 1em rgba(217, 59, 59, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_fireBrick5, .hover_shadow_bottom_fireBrick5:hover, .active_shadow_bottom_fireBrick5:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(155, 30, 30, .39); -moz-box-shadow: 0em 0.5em 1em rgba(155, 30, 30, .39); box-shadow: 0em 0.5em 1em rgba(155, 30, 30, .39); } .shadow_bottom_fireBrick5h, .hover_shadow_bottom_fireBrick5h:hover, .active_shadow_bottom_fireBrick5h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(185, 35, 35, .50); -moz-box-shadow: 0em 0.5em 1em rgba(185, 35, 35, .50); box-shadow: 0em 0.5em 1em rgba(185, 35, 35, .50); } .shadow_bottom_fireBrick5a, .hover_shadow_bottom_fireBrick5a:hover, .active_shadow_bottom_fireBrick5a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(217, 59, 59, .63); -moz-box-shadow: 0em 0.5em 1em rgba(217, 59, 59, .63); box-shadow: 0em 0.5em 1em rgba(217, 59, 59, .63); } .shadow_bottom_fireBrick5s, .hover_shadow_bottom_fireBrick5s:hover, .active_shadow_bottom_fireBrick5s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(217, 59, 59, .78); -moz-box-shadow: 0em 0.5em 1em rgba(217, 59, 59, .78); box-shadow: 0em 0.5em 1em rgba(217, 59, 59, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_fireBrick5, .hover_shadow_top_left_fireBrick5:hover, .active_shadow_top_left_fireBrick5:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(155, 30, 30, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(155, 30, 30, .39); box-shadow: -0.5em -0.5em 1em rgba(155, 30, 30, .39); } .shadow_top_left_fireBrick5h, .hover_shadow_top_left_fireBrick5h:hover, .active_shadow_top_left_fireBrick5h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(185, 35, 35, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(185, 35, 35, .50); box-shadow: -0.5em -0.5em 1em rgba(185, 35, 35, .50); } .shadow_top_left_fireBrick5a, .hover_shadow_top_left_fireBrick5a:hover, .active_shadow_top_left_fireBrick5a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .63); box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .63); } .shadow_top_left_fireBrick5s, .hover_shadow_top_left_fireBrick5s:hover, .active_shadow_top_left_fireBrick5s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .78); box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_fireBrick5, .hover_shadow_top_right_fireBrick5:hover, .active_shadow_top_right_fireBrick5:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(155, 30, 30, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(155, 30, 30, .39); box-shadow: 0.5em -0.5em 1em rgba(155, 30, 30, .39); } .shadow_top_right_fireBrick5h, .hover_shadow_top_right_fireBrick5h:hover, .active_shadow_top_right_fireBrick5h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(185, 35, 35, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(185, 35, 35, .50); box-shadow: 0.5em -0.5em 1em rgba(185, 35, 35, .50); } .shadow_top_right_fireBrick5a, .hover_shadow_top_right_fireBrick5a:hover, .active_shadow_top_right_fireBrick5a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(217, 59, 59, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(217, 59, 59, .63); box-shadow: 0.5em -0.5em 1em rgba(217, 59, 59, .63); } .shadow_top_right_fireBrick5s, .hover_shadow_top_right_fireBrick5s:hover, .active_shadow_top_right_fireBrick5s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(217, 59, 59, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(217, 59, 59, .78); box-shadow: 0.5em -0.5em 1em rgba(217, 59, 59, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_fireBrick5, .hover_shadow_bottom_left_fireBrick5:hover, .active_shadow_bottom_left_fireBrick5:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(155, 30, 30, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(155, 30, 30, .39); box-shadow: -0.5em 0.5em 1em rgba(155, 30, 30, .39); } .shadow_bottom_left_fireBrick5h, .hover_shadow_bottom_left_fireBrick5h:hover, .active_shadow_bottom_left_fireBrick5h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(185, 35, 35, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(185, 35, 35, .50); box-shadow: -0.5em 0.5em 1em rgba(185, 35, 35, .50); } .shadow_bottom_left_fireBrick5a, .hover_shadow_bottom_left_fireBrick5a:hover, .active_shadow_bottom_left_fireBrick5a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(217, 59, 59, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(217, 59, 59, .63); box-shadow: -0.5em 0.5em 1em rgba(217, 59, 59, .63); } .shadow_bottom_left_fireBrick5s, .hover_shadow_bottom_left_fireBrick5s:hover, .active_shadow_bottom_left_fireBrick5s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(217, 59, 59, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(217, 59, 59, .78); box-shadow: -0.5em 0.5em 1em rgba(217, 59, 59, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_fireBrick5, .hover_shadow_bottom_right_fireBrick5:hover, .active_shadow_bottom_right_fireBrick5:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(155, 30, 30, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(155, 30, 30, .39); box-shadow: 0.5em 0.5em 1em rgba(155, 30, 30, .39); } .shadow_bottom_right_fireBrick5h, .hover_shadow_bottom_right_fireBrick5h:hover, .active_shadow_bottom_right_fireBrick5h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(185, 35, 35, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(185, 35, 35, .50); box-shadow: 0.5em 0.5em 1em rgba(185, 35, 35, .50); } .shadow_bottom_right_fireBrick5a, .hover_shadow_bottom_right_fireBrick5a:hover, .active_shadow_bottom_right_fireBrick5a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(217, 59, 59, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(217, 59, 59, .63); box-shadow: 0.5em 0.5em 1em rgba(217, 59, 59, .63); } .shadow_bottom_right_fireBrick5s, .hover_shadow_bottom_right_fireBrick5s:hover, .active_shadow_bottom_right_fireBrick5s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(217, 59, 59, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(217, 59, 59, .78); box-shadow: 0.5em 0.5em 1em rgba(217, 59, 59, .78); }
widgets/common/assets/gradients/simple/fireBrick/fireBrick5.css
.background_fireBrick5, .hover_background_fireBrick5:hover, .active_background_fireBrick5:active:hover { background: #9b1e1e; background-image: -moz-linear-gradient(top, rgb(193, 37, 37) 0%, rgb(155, 30, 30) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(193, 37, 37)), color-stop(100%, rgb(155, 30, 30))); background-image: -webkit-linear-gradient(top, rgb(193, 37, 37) 0%, rgb(155, 30, 30) 100%); background-image: -o-linear-gradient(top, rgb(193, 37, 37) 0%, rgb(155, 30, 30) 100%); background-image: -ms-linear-gradient(top, rgb(193, 37, 37) 0%, rgb(155, 30, 30) 100%); background-image: linear-gradient(to bottom, rgb(193, 37, 37) 0%, rgb(155, 30, 30) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c12525', endColorstr='#9b1e1e',GradientType=0 ); } .background_fireBrick5h, .hover_background_fireBrick5h:hover, .active_background_fireBrick5h:active:hover { background: #9b1e1e; background-image: -moz-linear-gradient(top, rgb(217, 59, 59) 0%, rgb(185, 35, 35) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(217, 59, 59)), color-stop(100%, rgb(185, 35, 35))); background-image: -webkit-linear-gradient(top, rgb(217, 59, 59) 0%, rgb(185, 35, 35) 100%); background-image: -o-linear-gradient(top, rgb(217, 59, 59) 0%, rgb(185, 35, 35) 100%); background-image: -ms-linear-gradient(top, rgb(217, 59, 59) 0%, rgb(185, 35, 35) 100%); background-image: linear-gradient(to bottom, rgb(217, 59, 59) 0%, rgb(185, 35, 35) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93b3b', endColorstr='#b92323',GradientType=0 ); } .background_fireBrick5a, .hover_background_fireBrick5a:hover, .active_background_fireBrick5a:active:hover { background: #9b1e1e; background-image: -moz-linear-gradient(top, rgb(185, 35, 35) 0%, rgb(217, 59, 59) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(185, 35, 35)), color-stop(100%, rgb(217, 59, 59))); background-image: -webkit-linear-gradient(top, rgb(185, 35, 35) 0%, rgb(217, 59, 59) 100%); background-image: -o-linear-gradient(top, rgb(185, 35, 35) 0%, rgb(217, 59, 59) 100%); background-image: -ms-linear-gradient(top, rgb(185, 35, 35) 0%, rgb(217, 59, 59) 100%); background-image: linear-gradient(to bottom, rgb(185, 35, 35) 0%, rgb(217, 59, 59) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b92323', endColorstr='#d93b3b',GradientType=0 ); } .background_fireBrick5s, .hover_background_fireBrick5s:hover, .active_background_fireBrick5s:active:hover { background: #9b1e1e; background-image: -moz-linear-gradient(top, rgb(229, 117, 117) 0%, rgb(217, 59, 59) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(229, 117, 117)), color-stop(100%, rgb(217, 59, 59))); background-image: -webkit-linear-gradient(top, rgb(229, 117, 117) 0%, rgb(217, 59, 59) 100%); background-image: -o-linear-gradient(top, rgb(229, 117, 117) 0%, rgb(217, 59, 59) 100%); background-image: -ms-linear-gradient(top, rgb(229, 117, 117) 0%, rgb(217, 59, 59) 100%); background-image: linear-gradient(to bottom, rgb(229, 117, 117) 0%, rgb(217, 59, 59) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e57575', endColorstr='#d93b3b',GradientType=0 ); } .background_color_fireBrick5, .hover_background_color_fireBrick5:hover, .active_background_color_fireBrick5:active:hover { background-color:#9b1e1e; } .background_first_color_fireBrick5, .hover_background_first_color_fireBrick5:hover, .active_background_first_color_fireBrick5:active:hover { background-color:#c12525; } .background_last_color_fireBrick5, .hover_background_last_color_fireBrick5:hover, .active_background_color_last_fireBrick5:active:hover { background-color:#9b1e1e; } /* ------------------------------ color settings -------------------------------*/ .color_fireBrick5, .hover_color_fireBrick5:hover, .active_color_fireBrick5:active:hover { color: #c8c8c8; } .color_fireBrick5h, .hover_color_fireBrick5h:hover, .active_color_fireBrick5h:active:hover { color: #c8c8c8; } .color_fireBrick5a, .hover_color_fireBrick5a:hover, .active_color_fireBrick5a:active:hover { color: #ff0; } .color_fireBrick5s, .hover_color_fireBrick5s:hover, .active_color_fireBrick5s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_fireBrick5, .hover_border_fireBrick5:hover, .active_border_fireBrick5:active:hover { border-color: #9b1e1e #9b1e1e #9b1e1e #9b1e1e; } .border_fireBrick5h, .hover_border_fireBrick5h:hover, .active_border_fireBrick5h:active:hover { border-color: #8b1b1b #8b1b1b #8b1b1b #8b1b1b; } .border_fireBrick5a, .hover_border_fireBrick5a:hover, .active_border_fireBrick5a:active:hover { border-color: #7c1818 #7c1818 #7c1818 #7c1818; } .border_fireBrick5s, .hover_border_fireBrick5s:hover, .active_border_fireBrick5s:active:hover { border-color: #d93b3b #d93b3b #d93b3b #d93b3b; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_fireBrick5, .hover_shadow_expand_fireBrick5:hover, .active_shadow_expand_fireBrick5:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(155, 30, 30, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(155, 30, 30, .39); box-shadow: 0em 0em 1em 0.25em rgba(155, 30, 30, .39); } .shadow_expand_fireBrick5h, .hover_shadow_expand_fireBrick5h:hover, .active_shadow_expand_fireBrick5h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(185, 35, 35, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(185, 35, 35, .50); box-shadow: 0em 0em 1em 0.25em rgba(185, 35, 35, .50); } .shadow_expand_fireBrick5a, .hover_shadow_expand_fireBrick5a:hover, .active_shadow_expand_fireBrick5a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(217, 59, 59, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(217, 59, 59, .63); box-shadow: 0em 0em 1em 0.25em rgba(217, 59, 59, .63); } .shadow_expand_fireBrick5s, .hover_shadow_expand_fireBrick5s:hover, .active_shadow_expand_fireBrick5s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(217, 59, 59, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(217, 59, 59, .78); box-shadow: 0em 0em 1em 0.25em rgba(217, 59, 59, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_fireBrick5, .hover_shadow_left_fireBrick5:hover, .active_shadow_left_fireBrick5:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(155, 30, 30, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(155, 30, 30, .39); box-shadow: -0.5em -0.5em 1em rgba(155, 30, 30, .39); } .shadow_left_fireBrick5h, .hover_shadow_left_fireBrick5h:hover, .active_shadow_left_fireBrick5h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(185, 35, 35, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(185, 35, 35, .50); box-shadow: -0.5em -0.5em 1em rgba(185, 35, 35, .50); } .shadow_left_fireBrick5a, .hover_shadow_left_fireBrick5a:hover, .active_shadow_left_fireBrick5a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .63); box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .63); } .shadow_left_fireBrick5s, .hover_shadow_left_fireBrick5s:hover, .active_shadow_left_fireBrick5s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .78); box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_fireBrick5, .hover_shadow_right_fireBrick5:hover, .active_shadow_right_fireBrick5:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(155, 30, 30, .39); -moz-box-shadow: 0.5em 0em 1em rgba(155, 30, 30, .39); box-shadow: 0.5em 0em 1em rgba(155, 30, 30, .39); } .shadow_right_fireBrick5h, .hover_shadow_right_fireBrick5h:hover, .active_shadow_right_fireBrick5h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(185, 35, 35, .50); -moz-box-shadow: 0.5em 0em 1em rgba(185, 35, 35, .50); box-shadow: 0.5em 0em 1em rgba(185, 35, 35, .50); } .shadow_right_fireBrick5a, .hover_shadow_right_fireBrick5a:hover, .active_shadow_right_fireBrick5a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(217, 59, 59, .63); -moz-box-shadow: 0.5em 0em 1em rgba(217, 59, 59, .63); box-shadow: 0.5em 0em 1em rgba(217, 59, 59, .63); } .shadow_right_fireBrick5s, .hover_shadow_right_fireBrick5s:hover, .active_shadow_right_fireBrick5s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(217, 59, 59, .78); -moz-box-shadow: 0.5em 0em 1em rgba(217, 59, 59, .78); box-shadow: 0.5em 0em 1em rgba(217, 59, 59, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_fireBrick5, .hover_shadow_top_fireBrick5:hover, .active_shadow_top_fireBrick5:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(155, 30, 30, .39); -moz-box-shadow: 0em -0.5em 1em rgba(155, 30, 30, .39); box-shadow: 0em -0.5em 1em rgba(155, 30, 30, .39); } .shadow_top_fireBrick5h, .hover_shadow_top_fireBrick5h:hover, .active_shadow_top_fireBrick5h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(185, 35, 35, .50); -moz-box-shadow: 0em -0.5em 1em rgba(185, 35, 35, .50); box-shadow: 0em -0.5em 1em rgba(185, 35, 35, .50); } .shadow_top_fireBrick5a, .hover_shadow_top_fireBrick5a:hover, .active_shadow_top_fireBrick5a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(217, 59, 59, .63); -moz-box-shadow: 0em -0.5em 1em rgba(217, 59, 59, .63); box-shadow: 0em -0.5em 1em rgba(217, 59, 59, .63); } .shadow_top_fireBrick5s, .hover_shadow_top_fireBrick5s:hover, .active_shadow_top_fireBrick5s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(217, 59, 59, .78); -moz-box-shadow: 0em -0.5em 1em rgba(217, 59, 59, .78); box-shadow: 0em -0.5em 1em rgba(217, 59, 59, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_fireBrick5, .hover_shadow_bottom_fireBrick5:hover, .active_shadow_bottom_fireBrick5:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(155, 30, 30, .39); -moz-box-shadow: 0em 0.5em 1em rgba(155, 30, 30, .39); box-shadow: 0em 0.5em 1em rgba(155, 30, 30, .39); } .shadow_bottom_fireBrick5h, .hover_shadow_bottom_fireBrick5h:hover, .active_shadow_bottom_fireBrick5h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(185, 35, 35, .50); -moz-box-shadow: 0em 0.5em 1em rgba(185, 35, 35, .50); box-shadow: 0em 0.5em 1em rgba(185, 35, 35, .50); } .shadow_bottom_fireBrick5a, .hover_shadow_bottom_fireBrick5a:hover, .active_shadow_bottom_fireBrick5a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(217, 59, 59, .63); -moz-box-shadow: 0em 0.5em 1em rgba(217, 59, 59, .63); box-shadow: 0em 0.5em 1em rgba(217, 59, 59, .63); } .shadow_bottom_fireBrick5s, .hover_shadow_bottom_fireBrick5s:hover, .active_shadow_bottom_fireBrick5s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(217, 59, 59, .78); -moz-box-shadow: 0em 0.5em 1em rgba(217, 59, 59, .78); box-shadow: 0em 0.5em 1em rgba(217, 59, 59, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_fireBrick5, .hover_shadow_top_left_fireBrick5:hover, .active_shadow_top_left_fireBrick5:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(155, 30, 30, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(155, 30, 30, .39); box-shadow: -0.5em -0.5em 1em rgba(155, 30, 30, .39); } .shadow_top_left_fireBrick5h, .hover_shadow_top_left_fireBrick5h:hover, .active_shadow_top_left_fireBrick5h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(185, 35, 35, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(185, 35, 35, .50); box-shadow: -0.5em -0.5em 1em rgba(185, 35, 35, .50); } .shadow_top_left_fireBrick5a, .hover_shadow_top_left_fireBrick5a:hover, .active_shadow_top_left_fireBrick5a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .63); box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .63); } .shadow_top_left_fireBrick5s, .hover_shadow_top_left_fireBrick5s:hover, .active_shadow_top_left_fireBrick5s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .78); box-shadow: -0.5em -0.5em 1em rgba(217, 59, 59, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_fireBrick5, .hover_shadow_top_right_fireBrick5:hover, .active_shadow_top_right_fireBrick5:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(155, 30, 30, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(155, 30, 30, .39); box-shadow: 0.5em -0.5em 1em rgba(155, 30, 30, .39); } .shadow_top_right_fireBrick5h, .hover_shadow_top_right_fireBrick5h:hover, .active_shadow_top_right_fireBrick5h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(185, 35, 35, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(185, 35, 35, .50); box-shadow: 0.5em -0.5em 1em rgba(185, 35, 35, .50); } .shadow_top_right_fireBrick5a, .hover_shadow_top_right_fireBrick5a:hover, .active_shadow_top_right_fireBrick5a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(217, 59, 59, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(217, 59, 59, .63); box-shadow: 0.5em -0.5em 1em rgba(217, 59, 59, .63); } .shadow_top_right_fireBrick5s, .hover_shadow_top_right_fireBrick5s:hover, .active_shadow_top_right_fireBrick5s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(217, 59, 59, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(217, 59, 59, .78); box-shadow: 0.5em -0.5em 1em rgba(217, 59, 59, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_fireBrick5, .hover_shadow_bottom_left_fireBrick5:hover, .active_shadow_bottom_left_fireBrick5:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(155, 30, 30, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(155, 30, 30, .39); box-shadow: -0.5em 0.5em 1em rgba(155, 30, 30, .39); } .shadow_bottom_left_fireBrick5h, .hover_shadow_bottom_left_fireBrick5h:hover, .active_shadow_bottom_left_fireBrick5h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(185, 35, 35, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(185, 35, 35, .50); box-shadow: -0.5em 0.5em 1em rgba(185, 35, 35, .50); } .shadow_bottom_left_fireBrick5a, .hover_shadow_bottom_left_fireBrick5a:hover, .active_shadow_bottom_left_fireBrick5a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(217, 59, 59, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(217, 59, 59, .63); box-shadow: -0.5em 0.5em 1em rgba(217, 59, 59, .63); } .shadow_bottom_left_fireBrick5s, .hover_shadow_bottom_left_fireBrick5s:hover, .active_shadow_bottom_left_fireBrick5s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(217, 59, 59, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(217, 59, 59, .78); box-shadow: -0.5em 0.5em 1em rgba(217, 59, 59, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_fireBrick5, .hover_shadow_bottom_right_fireBrick5:hover, .active_shadow_bottom_right_fireBrick5:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(155, 30, 30, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(155, 30, 30, .39); box-shadow: 0.5em 0.5em 1em rgba(155, 30, 30, .39); } .shadow_bottom_right_fireBrick5h, .hover_shadow_bottom_right_fireBrick5h:hover, .active_shadow_bottom_right_fireBrick5h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(185, 35, 35, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(185, 35, 35, .50); box-shadow: 0.5em 0.5em 1em rgba(185, 35, 35, .50); } .shadow_bottom_right_fireBrick5a, .hover_shadow_bottom_right_fireBrick5a:hover, .active_shadow_bottom_right_fireBrick5a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(217, 59, 59, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(217, 59, 59, .63); box-shadow: 0.5em 0.5em 1em rgba(217, 59, 59, .63); } .shadow_bottom_right_fireBrick5s, .hover_shadow_bottom_right_fireBrick5s:hover, .active_shadow_bottom_right_fireBrick5s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(217, 59, 59, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(217, 59, 59, .78); box-shadow: 0.5em 0.5em 1em rgba(217, 59, 59, .78); }
0.497803
0.227233
body { font-size: 20px; color: #4E4E4E; font-family: 'Chivo', sans-serif; } p a { text-decoration: underline; } h1, h2, h3, h4, h5, h6 { font-weight: 800; } a { color: #212529; -webkit-transition: all 0.2s; transition: all 0.2s; text-decoration: none; } a:focus, a:hover { text-decoration: none; color: currentColor; } blockquote { font-style: italic; color: #868e96; } .navbar { padding: 0px; padding-bottom: 0.7rem; padding-top: 0.7rem; justify-content: flex-end; } .navbaritems { justify-content: flex-end; } .navbaritem { font-family: 'Comfortaa', 'Chivo', sans-serif; font-size: 1.2rem; color: #FF8B62; /* border-bottom: 3px dotted currentColor;*/ background-repeat: repeat-x; background-image: url("../img/Oval.png"); background-position: 0 0.96em; background-size: 8.3px 4px; -webkit-transition: border 0.1s, color 0.3s, background-image 0.3s; /* Safari */ transition: border 0.1s, color 0.3s, background-image 0.3s; } .selected { color: #4E4E4E; font-family: 'Comfortaa', 'Chivo', sans-serif; font-size: 1.2rem; border-bottom: 3px solid currentColor; border-radius: 2px; } .navbaritem:hover { color: #4E4E4E; background-image: none; border-bottom: 3px solid currentColor; border-radius: 2px; } @media only screen and (max-width: 768px) { .navbaritem { margin-bottom: 14px; } } #navbarResponsive { max-width: 1000px; margin-right: auto; margin-left: auto; } .navbar-toggler { border: 0px; } .section-heading { font-size: 36px; font-weight: 700; margin-top: 60px; } .container { padding-left: 0px; padding-right: 0px; } .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { padding: 0px; } .row { margin: 0px; } .content { display: flex; flex-direction: column; justify-content: center; max-width: 1000px; margin-left: auto; margin-right: auto; } .contact-content { max-width: 1000px; margin-left: auto; margin-right: auto; } .title { font-size: 1.5rem; font-family: 'Chivo', sans-serif; font-weight: bold; } .description { font-family: 'Comfortaa', 'Chivo', sans-serif; font-size: 1.4rem; } @media only screen and (min-width: 100px) { .title { font-size: 1.5rem; } .description { font-size: 0.8rem; } .navbaritem, .selected { font-size: 0.85rem; } } @media only screen and (max-width: 767px) { .title { margin-top: 15px; } } @media only screen and (min-width: 768px) { .title { font-size: 1.7rem; } .description { font-size: 0.9rem; } .navbaritem, .selected { font-size: 0.9rem; } } @media only screen and (min-width: 900px) { .title { font-size: 1.8rem; } .description { font-size: 1.1rem; } .navbaritem, .selected { font-size: 1.1rem; } } #sep { display: none; } @media only screen and (max-width: 767px) { #sep { display: flex; } } #portfolio { background-color: #ffe7de; padding-top: 45px; padding-bottom: 30px; margin-top: 55px } .rightcenter, .leftcenter { height: 20vw; max-height: 250px; box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.5); max-width: 1000px; margin-left: auto; margin-right: auto; } @media only screen and (max-width: 767px) { .rightcenter, .leftcenter { height: 27vw; } } @media only screen and (max-width: 575px) { .rightcenter, .leftcenter { height: 60vw; } } .midItem { margin-top: 80px; } @media only screen and (max-width: 1150px) { .midItem { margin-top: 50px; } } #item1 { background: url(../img/TitleVII.png) no-repeat center center ; background-size: cover; } @media only screen and (max-width: 575px) { #item1 { background: url(../img/TitleVII_Sqr.png) no-repeat center center; background-size: cover; } } #item2 { background: url(../img/FakeNews.png) no-repeat center center ; background-size: cover; } @media only screen and (max-width: 575px) { #item2 { background: url(../img/FakeNews_Sqr.png) no-repeat center center; background-size: cover; } } #item3 { background: url(../img/Polytone.png) no-repeat center center ; background-size: cover; } @media only screen and (max-width: 575px) { #item3 { background: url(../img/Polytone_Sqr.png) no-repeat center center; background-size: cover; } } #mainNav { position: absolute; border-bottom: 1px solid #e9ecef; background-color: white; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; } #mainNav .navbar-brand { font-weight: 800; color: #343a40; } #mainNav .navbar-toggler { font-size: 12px; font-weight: 800; padding: 13px; text-transform: uppercase; color: #343a40; } #mainNav .navbar-nav > li.nav-item > a { font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; } @media only screen and (min-width: 100px) { #mainNav { border-bottom: 1px solid transparent; background: transparent; } #mainNav .navbar-brand { padding: 10px 20px; color: #fff; } #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover { color: rgba(255, 255, 255, 0.8); } #mainNav .navbar-nav > li.nav-item > a { padding: 10px 20px; color: #fff; } #mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover { color: rgba(255, 255, 255, 0.8); } } @media only screen and (min-width: 100px) { #mainNav { -webkit-transition: background-color 0.2s; transition: background-color 0.2s; /* Force Hardware Acceleration in WebKit */ -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; } #mainNav.is-fixed { /* when the user scrolls down, we hide the header right above the viewport */ position: fixed; -webkit-transition: -webkit-transform 0.2s; transition: -webkit-transform 0.2s; transition: transform 0.2s; transition: transform 0.2s, -webkit-transform 0.2s; border-bottom: 1px solid white; background-color: rgba(255, 255, 255, 1); box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.5); } #mainNav.is-fixed .navbar-brand { color: #212529; } #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover { color: #0085A1; } #mainNav.is-fixed .navbar-nav > li.nav-item > a { color: #212529; } #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover { color: #0085A1; } } .item-content { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background-color: rgba(255, 255, 255, 0.8); opacity: 0; transition: visibility 0s, opacity 0.5s ease; flex-direction: column; padding-left: 10%; padding-right: 10%; } .item-content:hover, .item-content:active, .item-content:focus { visibility: visible; opacity: 1; } .item-title { font-size: 2rem; font-family: 'Chivo', sans-serif; font-weight: bold; margin-bottom: 4px; } .item-description { font-family: 'Comfortaa', 'Chivo', sans-serif; font-size: 1.2rem; } .body-font { font-family: 'Comfortaa', 'Chivo', sans-serif; font-size: 0.6em; } @media only screen and (min-width: 400px) { .item-title { font-size: 1.7rem; } .item-description { font-size: 1rem; } .body-font { font-size: 0.7em; } } @media only screen and (min-width: 768px) { .item-title { font-size: 1.3rem; } .item-description { font-size: 0.8rem; } .body-font { font-size: 0.8em; } } @media only screen and (min-width: 1000px) { .item-title { font-size: 2rem; } .item-description { font-size: 1.2rem; } .body-font { font-size: 1em; } } #pic { margin: auto; } #about-img { float: right; width: 30%; max-width: 400px; min-width: 100px; padding: 0 0 1em 1.5em; } .button { font-family: 'Chivo', sans-serif; padding: 0.5em 1em 0.5em 1em; border-width: 4px; border-color: #FF8B62; color: #FF8B62; border-style: solid; text-decoration: none; -webkit-transition: color 0.25s, background-color 0.25s; /* Safari */ transition: color 0.25s, background-color 0.25s; } .button:hover { background-color: #FF8B62; color: #fff; } .icon { display: flex; border-radius: 50%; border-style: solid; border-width: 2px; width: 44px; height: 44px; justify-content: center; align-items: center; border-color: #FF8B62; } .icon svg { width: 26px; max-height: 26px; } @media only screen and (max-width: 320px) { .icon { width: 30px; height: 30px; } .icon svg { width: 16px; max-height: 16px; } } .fg-path { fill: #FF8B62; } .icon:hover { background-color: #FF8B62; } #likes { margin-top: 8px; }
ComingWebsite/css/clean-blog.css
body { font-size: 20px; color: #4E4E4E; font-family: 'Chivo', sans-serif; } p a { text-decoration: underline; } h1, h2, h3, h4, h5, h6 { font-weight: 800; } a { color: #212529; -webkit-transition: all 0.2s; transition: all 0.2s; text-decoration: none; } a:focus, a:hover { text-decoration: none; color: currentColor; } blockquote { font-style: italic; color: #868e96; } .navbar { padding: 0px; padding-bottom: 0.7rem; padding-top: 0.7rem; justify-content: flex-end; } .navbaritems { justify-content: flex-end; } .navbaritem { font-family: 'Comfortaa', 'Chivo', sans-serif; font-size: 1.2rem; color: #FF8B62; /* border-bottom: 3px dotted currentColor;*/ background-repeat: repeat-x; background-image: url("../img/Oval.png"); background-position: 0 0.96em; background-size: 8.3px 4px; -webkit-transition: border 0.1s, color 0.3s, background-image 0.3s; /* Safari */ transition: border 0.1s, color 0.3s, background-image 0.3s; } .selected { color: #4E4E4E; font-family: 'Comfortaa', 'Chivo', sans-serif; font-size: 1.2rem; border-bottom: 3px solid currentColor; border-radius: 2px; } .navbaritem:hover { color: #4E4E4E; background-image: none; border-bottom: 3px solid currentColor; border-radius: 2px; } @media only screen and (max-width: 768px) { .navbaritem { margin-bottom: 14px; } } #navbarResponsive { max-width: 1000px; margin-right: auto; margin-left: auto; } .navbar-toggler { border: 0px; } .section-heading { font-size: 36px; font-weight: 700; margin-top: 60px; } .container { padding-left: 0px; padding-right: 0px; } .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { padding: 0px; } .row { margin: 0px; } .content { display: flex; flex-direction: column; justify-content: center; max-width: 1000px; margin-left: auto; margin-right: auto; } .contact-content { max-width: 1000px; margin-left: auto; margin-right: auto; } .title { font-size: 1.5rem; font-family: 'Chivo', sans-serif; font-weight: bold; } .description { font-family: 'Comfortaa', 'Chivo', sans-serif; font-size: 1.4rem; } @media only screen and (min-width: 100px) { .title { font-size: 1.5rem; } .description { font-size: 0.8rem; } .navbaritem, .selected { font-size: 0.85rem; } } @media only screen and (max-width: 767px) { .title { margin-top: 15px; } } @media only screen and (min-width: 768px) { .title { font-size: 1.7rem; } .description { font-size: 0.9rem; } .navbaritem, .selected { font-size: 0.9rem; } } @media only screen and (min-width: 900px) { .title { font-size: 1.8rem; } .description { font-size: 1.1rem; } .navbaritem, .selected { font-size: 1.1rem; } } #sep { display: none; } @media only screen and (max-width: 767px) { #sep { display: flex; } } #portfolio { background-color: #ffe7de; padding-top: 45px; padding-bottom: 30px; margin-top: 55px } .rightcenter, .leftcenter { height: 20vw; max-height: 250px; box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.5); max-width: 1000px; margin-left: auto; margin-right: auto; } @media only screen and (max-width: 767px) { .rightcenter, .leftcenter { height: 27vw; } } @media only screen and (max-width: 575px) { .rightcenter, .leftcenter { height: 60vw; } } .midItem { margin-top: 80px; } @media only screen and (max-width: 1150px) { .midItem { margin-top: 50px; } } #item1 { background: url(../img/TitleVII.png) no-repeat center center ; background-size: cover; } @media only screen and (max-width: 575px) { #item1 { background: url(../img/TitleVII_Sqr.png) no-repeat center center; background-size: cover; } } #item2 { background: url(../img/FakeNews.png) no-repeat center center ; background-size: cover; } @media only screen and (max-width: 575px) { #item2 { background: url(../img/FakeNews_Sqr.png) no-repeat center center; background-size: cover; } } #item3 { background: url(../img/Polytone.png) no-repeat center center ; background-size: cover; } @media only screen and (max-width: 575px) { #item3 { background: url(../img/Polytone_Sqr.png) no-repeat center center; background-size: cover; } } #mainNav { position: absolute; border-bottom: 1px solid #e9ecef; background-color: white; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; } #mainNav .navbar-brand { font-weight: 800; color: #343a40; } #mainNav .navbar-toggler { font-size: 12px; font-weight: 800; padding: 13px; text-transform: uppercase; color: #343a40; } #mainNav .navbar-nav > li.nav-item > a { font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; } @media only screen and (min-width: 100px) { #mainNav { border-bottom: 1px solid transparent; background: transparent; } #mainNav .navbar-brand { padding: 10px 20px; color: #fff; } #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover { color: rgba(255, 255, 255, 0.8); } #mainNav .navbar-nav > li.nav-item > a { padding: 10px 20px; color: #fff; } #mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover { color: rgba(255, 255, 255, 0.8); } } @media only screen and (min-width: 100px) { #mainNav { -webkit-transition: background-color 0.2s; transition: background-color 0.2s; /* Force Hardware Acceleration in WebKit */ -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; } #mainNav.is-fixed { /* when the user scrolls down, we hide the header right above the viewport */ position: fixed; -webkit-transition: -webkit-transform 0.2s; transition: -webkit-transform 0.2s; transition: transform 0.2s; transition: transform 0.2s, -webkit-transform 0.2s; border-bottom: 1px solid white; background-color: rgba(255, 255, 255, 1); box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.5); } #mainNav.is-fixed .navbar-brand { color: #212529; } #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover { color: #0085A1; } #mainNav.is-fixed .navbar-nav > li.nav-item > a { color: #212529; } #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover { color: #0085A1; } } .item-content { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background-color: rgba(255, 255, 255, 0.8); opacity: 0; transition: visibility 0s, opacity 0.5s ease; flex-direction: column; padding-left: 10%; padding-right: 10%; } .item-content:hover, .item-content:active, .item-content:focus { visibility: visible; opacity: 1; } .item-title { font-size: 2rem; font-family: 'Chivo', sans-serif; font-weight: bold; margin-bottom: 4px; } .item-description { font-family: 'Comfortaa', 'Chivo', sans-serif; font-size: 1.2rem; } .body-font { font-family: 'Comfortaa', 'Chivo', sans-serif; font-size: 0.6em; } @media only screen and (min-width: 400px) { .item-title { font-size: 1.7rem; } .item-description { font-size: 1rem; } .body-font { font-size: 0.7em; } } @media only screen and (min-width: 768px) { .item-title { font-size: 1.3rem; } .item-description { font-size: 0.8rem; } .body-font { font-size: 0.8em; } } @media only screen and (min-width: 1000px) { .item-title { font-size: 2rem; } .item-description { font-size: 1.2rem; } .body-font { font-size: 1em; } } #pic { margin: auto; } #about-img { float: right; width: 30%; max-width: 400px; min-width: 100px; padding: 0 0 1em 1.5em; } .button { font-family: 'Chivo', sans-serif; padding: 0.5em 1em 0.5em 1em; border-width: 4px; border-color: #FF8B62; color: #FF8B62; border-style: solid; text-decoration: none; -webkit-transition: color 0.25s, background-color 0.25s; /* Safari */ transition: color 0.25s, background-color 0.25s; } .button:hover { background-color: #FF8B62; color: #fff; } .icon { display: flex; border-radius: 50%; border-style: solid; border-width: 2px; width: 44px; height: 44px; justify-content: center; align-items: center; border-color: #FF8B62; } .icon svg { width: 26px; max-height: 26px; } @media only screen and (max-width: 320px) { .icon { width: 30px; height: 30px; } .icon svg { width: 16px; max-height: 16px; } } .fg-path { fill: #FF8B62; } .icon:hover { background-color: #FF8B62; } #likes { margin-top: 8px; }
0.31321
0.072145
*{ box-sizing: border-box; } body { margin: 0 auto; background-image: url(imgs/background.jpg); } header { margin: 0 auto; width: 100%; display: flex; align-content: center; height: 5rem; align-items: center; justify-content: center; background-color: #f5f5f5e6; } h1 { margin: 0 0; } main { width: 100%; } section { display: flex; flex-direction: row; width: 100%; justify-content: center; } div#formDiv { width: 30%; } form { width: auto; display: flex; flex-direction: column; justify-content: center; height: 100%; background: whitesmoke; margin: 0% 0; } fieldset { display: flex; flex-direction: column; align-items: flex-start; height: 100%; justify-content: space-around; margin: 0 0px; border: groove 3px; } .row { display: flex; flex-direction: row; width: 100%; align-items: baseline; justify-content: flex-start; } form input { width: fit-content; min-width: 100px; } form select { width: fit-content; } form label{ margin: 15px 0 0 0; } form button { margin: 15px 0 0 0; width: fit-content; } .inputes { width: 100%; display: flex; flex-direction: row; justify-content: space-around; align-items: center; } input[type="submit"] { background: #0079d9; color: whitesmoke; border: none; font-size: larger; padding: 1%; cursor: pointer; } input#clear { background: #a32f2f; color: whitesmoke; border: none; font-size: larger; padding: 1%; cursor: pointer; } div#myCars { width: 70%; height: 400px; overflow: overlay; border: dashed gray; background-color: #212121d1; } img { width: inherit; filter: drop-shadow(0px 1px 0px white); } table { width: 100%; height: inherit; color: whitesmoke; font-size: larger; } tr { display: flex; flex-direction: row; align-items: center; justify-content: space-around; height: 82px; } td { width: 50px; text-align: center; } th { display: flex; flex-direction: row; align-items: center; justify-content: space-around; height: 82px; } /* div#myCars ul li { display: flex; flex-direction: row; align-items: center; } */
style.css
*{ box-sizing: border-box; } body { margin: 0 auto; background-image: url(imgs/background.jpg); } header { margin: 0 auto; width: 100%; display: flex; align-content: center; height: 5rem; align-items: center; justify-content: center; background-color: #f5f5f5e6; } h1 { margin: 0 0; } main { width: 100%; } section { display: flex; flex-direction: row; width: 100%; justify-content: center; } div#formDiv { width: 30%; } form { width: auto; display: flex; flex-direction: column; justify-content: center; height: 100%; background: whitesmoke; margin: 0% 0; } fieldset { display: flex; flex-direction: column; align-items: flex-start; height: 100%; justify-content: space-around; margin: 0 0px; border: groove 3px; } .row { display: flex; flex-direction: row; width: 100%; align-items: baseline; justify-content: flex-start; } form input { width: fit-content; min-width: 100px; } form select { width: fit-content; } form label{ margin: 15px 0 0 0; } form button { margin: 15px 0 0 0; width: fit-content; } .inputes { width: 100%; display: flex; flex-direction: row; justify-content: space-around; align-items: center; } input[type="submit"] { background: #0079d9; color: whitesmoke; border: none; font-size: larger; padding: 1%; cursor: pointer; } input#clear { background: #a32f2f; color: whitesmoke; border: none; font-size: larger; padding: 1%; cursor: pointer; } div#myCars { width: 70%; height: 400px; overflow: overlay; border: dashed gray; background-color: #212121d1; } img { width: inherit; filter: drop-shadow(0px 1px 0px white); } table { width: 100%; height: inherit; color: whitesmoke; font-size: larger; } tr { display: flex; flex-direction: row; align-items: center; justify-content: space-around; height: 82px; } td { width: 50px; text-align: center; } th { display: flex; flex-direction: row; align-items: center; justify-content: space-around; height: 82px; } /* div#myCars ul li { display: flex; flex-direction: row; align-items: center; } */
0.324235
0.05875
.mk-photo-roller-frame { will-change: transform; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }*/ .mk-photo-roller { width: 100%; overflow: hidden; position: relative; } .mk-photo-roller-frame { width: 100%; position: relative; -webkit-animation: mk-photo-roller-horizontal 30s infinite linear; animation: mk-photo-roller-horizontal 30s infinite linear; } .mk-photo-roller-frame.mk-vertical { -webkit-animation: mk-photo-roller-vertical 30s infinite reverse linear; animation: mk-photo-roller-vertical 30s infinite reverse linear; } @media (max-width: 993px) { .mk-photo-roller div.mk-photo-roller-frame.mk-vertical { width: 100%; } } .mk-photo-roller-frame:after { content: ""; height: 100%; width: 500%; position: absolute; left: 0; top: 0; background-size: 20% 100%; } .mk-photo-roller-frame.mk-vertical:after { height: 500%; background-size: auto 20%; } .mk-photo-roller-frame.mk-reverse-direction { animation-direction: reverse; } .mk-photo-roller-frame.mk-vertical.mk-reverse-direction { animation-direction: normal; } .mk-photo-roller-frame.mk-pause-hover:hover { animation-play-state: paused; } .mk-photo-roller-frame-img { width: 100%; } @-webkit-keyframes mk-photo-roller-horizontal { 0% { -webkit-transform: translateX(-100%); transform: translateX(-100%); } 100% { -webkit-transform: translateX(-200%); transform: translateX(-200%); } } @keyframes mk-photo-roller-horizontal { 0% { -webkit-transform: translateX(-100%); transform: translateX(-100%); } 100% { -webkit-transform: translateX(-200%); transform: translateX(-200%); } } @-webkit-keyframes mk-photo-roller-vertical { 0% { -webkit-transform: translateY(-100%); transform: translateY(-100%); } 100% { -webkit-transform: translateY(-200%); transform: translateY(-200%); } } @keyframes mk-photo-roller-vertical { 0% { -webkit-transform: translateY(-100%); transform: translateY(-100%); } 100% { -webkit-transform: translateY(-200%); transform: translateY(-200%); } }
src/wordpress/wp-content/themes/jupiter/components/shortcodes/mk_photo_roller/styles.css
.mk-photo-roller-frame { will-change: transform; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }*/ .mk-photo-roller { width: 100%; overflow: hidden; position: relative; } .mk-photo-roller-frame { width: 100%; position: relative; -webkit-animation: mk-photo-roller-horizontal 30s infinite linear; animation: mk-photo-roller-horizontal 30s infinite linear; } .mk-photo-roller-frame.mk-vertical { -webkit-animation: mk-photo-roller-vertical 30s infinite reverse linear; animation: mk-photo-roller-vertical 30s infinite reverse linear; } @media (max-width: 993px) { .mk-photo-roller div.mk-photo-roller-frame.mk-vertical { width: 100%; } } .mk-photo-roller-frame:after { content: ""; height: 100%; width: 500%; position: absolute; left: 0; top: 0; background-size: 20% 100%; } .mk-photo-roller-frame.mk-vertical:after { height: 500%; background-size: auto 20%; } .mk-photo-roller-frame.mk-reverse-direction { animation-direction: reverse; } .mk-photo-roller-frame.mk-vertical.mk-reverse-direction { animation-direction: normal; } .mk-photo-roller-frame.mk-pause-hover:hover { animation-play-state: paused; } .mk-photo-roller-frame-img { width: 100%; } @-webkit-keyframes mk-photo-roller-horizontal { 0% { -webkit-transform: translateX(-100%); transform: translateX(-100%); } 100% { -webkit-transform: translateX(-200%); transform: translateX(-200%); } } @keyframes mk-photo-roller-horizontal { 0% { -webkit-transform: translateX(-100%); transform: translateX(-100%); } 100% { -webkit-transform: translateX(-200%); transform: translateX(-200%); } } @-webkit-keyframes mk-photo-roller-vertical { 0% { -webkit-transform: translateY(-100%); transform: translateY(-100%); } 100% { -webkit-transform: translateY(-200%); transform: translateY(-200%); } } @keyframes mk-photo-roller-vertical { 0% { -webkit-transform: translateY(-100%); transform: translateY(-100%); } 100% { -webkit-transform: translateY(-200%); transform: translateY(-200%); } }
0.30632
0.048473
*{ margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; } body{ max-width: 98.7vw; } header{ display: flex; justify-content: center; height: 120px; padding: 0px 20px; } .top{ width: 100%; display: flex; justify-content: space-between; } .container{ display: flex; max-width: 960px; } .logo{ display: flex; align-items: center; } .menu{ display: flex; justify-content: center; flex-direction: column; } .menuMobile{ display: none; } ul li{ list-style: none; } a{ text-decoration: none; } nav ul{ display: flex; } nav ul a{ display: block; padding: 15px; margin: 1px; text-transform: uppercase; color: #727272; } nav ul a:hover{ background-color: #39aae1; color: #FFFFFF; } .menu nav .active a{ background-color: #39aae1; color: white; } #banner{ display: flex; justify-content: center; background-image: url("../imagens/img1.jpg"); background-position: center center; background-size: cover; height: 100vh; width: 100%; } .column{ flex-direction: column; } .banner-texto{ display: flex; flex: 1; flex-direction: column; justify-content: center; color: white; max-width: 350px; } .banner-texto h1{ text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.493); font-size: 70px; margin-bottom: 30px; } .banner-texto h2{ font-size: 21px; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); } .banner-options{ height: 210px; display: flex; flex-wrap: wrap; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.425); } .option{ display: flex; flex-direction: column; justify-content: space-between; padding: 4vh; flex: 1; color: #FFFFFF; } .color1{ background-color: #39aae1; } .color2{ background-color:#0079c7; } .color3{ background-color: #2b4c99; } .option h1{ font-size: 22px; } .option p{ font-size: 14px; } .option p a{ display: inline-block; font-size: 14px; border: 1px solid #FFFFFF; padding: 5px; color: #FFFFFF; font-weight: bold; } .color1 p a:hover{ background-color: #FFFFFF; color: #39aae1; } .color2 p a:hover{ background-color: #FFFFFF; color: #0079c7; } .color3 p a:hover{ background-color: #FFFFFF; color: #2b4c99; } .hours{ display: flex; justify-content: space-between; border-bottom:1px solid #ffffff33; padding-bottom: 10px; font-size: 14px; } #principal{ display: flex; justify-content: center; } .principal{ width: 100%; } .noticias{ flex: 2; } .informacoes{ flex: 1; } .widget-title{ margin-top: 30px; margin-bottom: 20px; } .widget-title-text{ color: #000000; font-weight: bold; font-size: 21px; } .widget-title-bar{ width: 50px; height: 3px; background-color: #36a9e1; margin-top: 5px; } .widget-body{ display: flex; justify-content: space-between; flex-wrap: wrap; } .news-data{ display: flex; margin-bottom: 30px; } .date-news{ background-color: #2b4c99; color: #FFFFFF; padding: 10px; margin-right: 2px; } .news-comments{ color: #FFFFFF; background-color: #39aae1; padding: 10px; } .widget-body article{ max-width: 45%; min-width: 200px; margin-right: 15px; margin-bottom: 20px; } article .news-thumb1 img{ width: 100%; height: auto; } article .news-title{ margin-top: 25px; color: #000000; margin-bottom: 25px; font-size: 23px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; } article .news-resume{ font-size: 14px; color: #5c5c5c; line-height: 1.5; font-family: Arial, Helvetica, sans-serif; font-weight: bold; } .departamentos{ display: flex; flex-wrap: wrap; max-width: 500px; } .item-dep{ background-color: #36a9e1; width: 125px; height: 125px; margin: 10px; } .appointment{ display: flex; flex-direction: column; justify-content: center; } .contatos{ display: flex; flex-direction: column; justify-content: space-between; } .appointment p{ margin-bottom: 50px; } .contatos p{ margin: 15px; display: flex; align-items: center; } .contatos p::before{ content: ""; position: relative; width: 25px; height: 25px; margin-right: 5px; background-color: #727272; } .line{ width: 100%; height: 2px; background-color: #72727244; } #end-page{ display: flex; flex-direction: column; background-color: #1e1e1e; align-items: center; color: #FFFFFF; } .footer-aside{ display: flex; flex-direction: row; width: 100%; } .footer-aside .item-footer{ display: flex; flex-direction: column; flex: 1; padding: 20px; line-height: 2; } .rodape{ display: flex; flex-direction: row; flex: 1; } .rodape .item-rodape{ display: flex; flex-direction: column; flex-wrap: wrap; max-width: 33%; padding: 10px; } .item-rodape a .footer-title{ margin-top: 20px; color: #FFFFFF; } .item-rodape a .footer-bar{ background-color: #36a9e1; width: 30px; height: 3px; margin-top: 5px; display: block; } .item-rodape a .footer-body{ margin-top: 10px; display: flex; flex-direction: row; } .footer-body .l-body{ display: flex; flex-direction: column; margin-top: 15px; font-size: 14px; color: #5c5c5c; } .footer-body .l2{ display: flex; margin-right: 10px; } .footer-body .sub-l2{ display: flex; flex-direction: column; } .footer-body .icones{ display: flex; } .icones .simbolo{ background-color: #727272; width: 25px; height: 25px; margin-top: 10px; margin-right: 5px; } #end-page .copy{ display: flex; border-top: 1px solid #2c2c2c; height: 40px; justify-content: center; align-items: center; font-size: 14px; color: #5c5c5c; width: 100%; } @media (max-width:850px) { .top{ display: flex; flex-direction: column; align-items: center; margin: 20px; } header{ display: flex; flex-direction: column; height: auto; padding: 0px 20px; } } @media (max-width:720px){ .container{ flex-direction: column; } .top{ display: flex; flex-direction: row; justify-content: space-between; margin: 0; } header{ display: flex; flex-direction: column; height: auto; padding: 10px 20px; } nav ul{ display: none; flex-direction: column; position: absolute; left: 0; width: 100%; background-color: #FFFFFF; text-align: center; } .menuMobile{ display:flex; flex-direction: column; justify-content: center; align-items: center; height: 80px; } .mm-line{ background-color:#39aae1; width: 35px; height: 3px; margin-bottom: 5px; } .banner-texto h1{ font-size: 40px; } .banner-texto{ margin: 15px; } .banner-options{ display: flex; flex-direction: column; height: auto; } #baner{ height: auto; } article{ width: 100vw; } .rodape{ flex-direction: column; } .rodape .item-rodape{ flex-wrap: wrap; flex: 1; max-width: 100%; } } @media (max-width:460px){ .widget-body article{ max-width: 100%; padding: 15px; } }
HTML-CSS/b7web/flexbox-landingpage/assets/css/estilo.css
*{ margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; } body{ max-width: 98.7vw; } header{ display: flex; justify-content: center; height: 120px; padding: 0px 20px; } .top{ width: 100%; display: flex; justify-content: space-between; } .container{ display: flex; max-width: 960px; } .logo{ display: flex; align-items: center; } .menu{ display: flex; justify-content: center; flex-direction: column; } .menuMobile{ display: none; } ul li{ list-style: none; } a{ text-decoration: none; } nav ul{ display: flex; } nav ul a{ display: block; padding: 15px; margin: 1px; text-transform: uppercase; color: #727272; } nav ul a:hover{ background-color: #39aae1; color: #FFFFFF; } .menu nav .active a{ background-color: #39aae1; color: white; } #banner{ display: flex; justify-content: center; background-image: url("../imagens/img1.jpg"); background-position: center center; background-size: cover; height: 100vh; width: 100%; } .column{ flex-direction: column; } .banner-texto{ display: flex; flex: 1; flex-direction: column; justify-content: center; color: white; max-width: 350px; } .banner-texto h1{ text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.493); font-size: 70px; margin-bottom: 30px; } .banner-texto h2{ font-size: 21px; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); } .banner-options{ height: 210px; display: flex; flex-wrap: wrap; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.425); } .option{ display: flex; flex-direction: column; justify-content: space-between; padding: 4vh; flex: 1; color: #FFFFFF; } .color1{ background-color: #39aae1; } .color2{ background-color:#0079c7; } .color3{ background-color: #2b4c99; } .option h1{ font-size: 22px; } .option p{ font-size: 14px; } .option p a{ display: inline-block; font-size: 14px; border: 1px solid #FFFFFF; padding: 5px; color: #FFFFFF; font-weight: bold; } .color1 p a:hover{ background-color: #FFFFFF; color: #39aae1; } .color2 p a:hover{ background-color: #FFFFFF; color: #0079c7; } .color3 p a:hover{ background-color: #FFFFFF; color: #2b4c99; } .hours{ display: flex; justify-content: space-between; border-bottom:1px solid #ffffff33; padding-bottom: 10px; font-size: 14px; } #principal{ display: flex; justify-content: center; } .principal{ width: 100%; } .noticias{ flex: 2; } .informacoes{ flex: 1; } .widget-title{ margin-top: 30px; margin-bottom: 20px; } .widget-title-text{ color: #000000; font-weight: bold; font-size: 21px; } .widget-title-bar{ width: 50px; height: 3px; background-color: #36a9e1; margin-top: 5px; } .widget-body{ display: flex; justify-content: space-between; flex-wrap: wrap; } .news-data{ display: flex; margin-bottom: 30px; } .date-news{ background-color: #2b4c99; color: #FFFFFF; padding: 10px; margin-right: 2px; } .news-comments{ color: #FFFFFF; background-color: #39aae1; padding: 10px; } .widget-body article{ max-width: 45%; min-width: 200px; margin-right: 15px; margin-bottom: 20px; } article .news-thumb1 img{ width: 100%; height: auto; } article .news-title{ margin-top: 25px; color: #000000; margin-bottom: 25px; font-size: 23px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; } article .news-resume{ font-size: 14px; color: #5c5c5c; line-height: 1.5; font-family: Arial, Helvetica, sans-serif; font-weight: bold; } .departamentos{ display: flex; flex-wrap: wrap; max-width: 500px; } .item-dep{ background-color: #36a9e1; width: 125px; height: 125px; margin: 10px; } .appointment{ display: flex; flex-direction: column; justify-content: center; } .contatos{ display: flex; flex-direction: column; justify-content: space-between; } .appointment p{ margin-bottom: 50px; } .contatos p{ margin: 15px; display: flex; align-items: center; } .contatos p::before{ content: ""; position: relative; width: 25px; height: 25px; margin-right: 5px; background-color: #727272; } .line{ width: 100%; height: 2px; background-color: #72727244; } #end-page{ display: flex; flex-direction: column; background-color: #1e1e1e; align-items: center; color: #FFFFFF; } .footer-aside{ display: flex; flex-direction: row; width: 100%; } .footer-aside .item-footer{ display: flex; flex-direction: column; flex: 1; padding: 20px; line-height: 2; } .rodape{ display: flex; flex-direction: row; flex: 1; } .rodape .item-rodape{ display: flex; flex-direction: column; flex-wrap: wrap; max-width: 33%; padding: 10px; } .item-rodape a .footer-title{ margin-top: 20px; color: #FFFFFF; } .item-rodape a .footer-bar{ background-color: #36a9e1; width: 30px; height: 3px; margin-top: 5px; display: block; } .item-rodape a .footer-body{ margin-top: 10px; display: flex; flex-direction: row; } .footer-body .l-body{ display: flex; flex-direction: column; margin-top: 15px; font-size: 14px; color: #5c5c5c; } .footer-body .l2{ display: flex; margin-right: 10px; } .footer-body .sub-l2{ display: flex; flex-direction: column; } .footer-body .icones{ display: flex; } .icones .simbolo{ background-color: #727272; width: 25px; height: 25px; margin-top: 10px; margin-right: 5px; } #end-page .copy{ display: flex; border-top: 1px solid #2c2c2c; height: 40px; justify-content: center; align-items: center; font-size: 14px; color: #5c5c5c; width: 100%; } @media (max-width:850px) { .top{ display: flex; flex-direction: column; align-items: center; margin: 20px; } header{ display: flex; flex-direction: column; height: auto; padding: 0px 20px; } } @media (max-width:720px){ .container{ flex-direction: column; } .top{ display: flex; flex-direction: row; justify-content: space-between; margin: 0; } header{ display: flex; flex-direction: column; height: auto; padding: 10px 20px; } nav ul{ display: none; flex-direction: column; position: absolute; left: 0; width: 100%; background-color: #FFFFFF; text-align: center; } .menuMobile{ display:flex; flex-direction: column; justify-content: center; align-items: center; height: 80px; } .mm-line{ background-color:#39aae1; width: 35px; height: 3px; margin-bottom: 5px; } .banner-texto h1{ font-size: 40px; } .banner-texto{ margin: 15px; } .banner-options{ display: flex; flex-direction: column; height: auto; } #baner{ height: auto; } article{ width: 100vw; } .rodape{ flex-direction: column; } .rodape .item-rodape{ flex-wrap: wrap; flex: 1; max-width: 100%; } } @media (max-width:460px){ .widget-body article{ max-width: 100%; padding: 15px; } }
0.338624
0.062075
@media (min-width: 851px) { #mobileNav { display: none; } } /* Closed */ .closed-nav-container { display: flex; padding: 2%; justify-content: center; } .svg-container { position: absolute; left: 25px; display: flex; align-items: center; justify-content: center; background: #1f2436; width: 35px; height: 35px; margin-top: 12px; border-radius: 8px; cursor: pointer; } .img-container { width: 65px; display: flex; position: relative; justify-content: center; align-items: center; cursor: pointer; } @media (min-width: 650px) { .img-container { width: 75px; } } .img { border-radius: 100px; border: solid 2px #f8f6f5; } /* Closed End */ /* Open */ #social { transition: 3s; } .sidenav { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; left: 0; background-color: #1b4a79; overflow-x: hidden; transition: 0.5s; padding-top: 60px; } .anchors { padding: 3% 3% 3% 30%; text-decoration: none; font-size: 2rem; color: #f8f6f5; display: block; transition: 0.1s; background-color: #1b4a79; cursor: pointer; } @media (min-width: 850px) { .anchors { font-size: 2.8rem; } } .img-container-open { width: 80px; margin-left: 30%; margin-bottom: 25%; background-color: #1b4a79; } @media (min-width: 850px) { .img-container-open { width: 100px; } } .img-open { border-radius: 100px; border: solid 2px #151823; cursor: pointer; } .svg-container-open { margin-left: 80%; margin-right: 5%; margin-top: -31px; background: #151823; width: 35px; height: 35px; display: flex; justify-content: center; align-items: center; border-radius: 8px; cursor: pointer; } .mobile-contact-container { margin-top: 30%; background-color: #1b4a79; margin-left: 10%; border: solid 2px #151823; padding: 3% 0px 3% 0%; font-size: 1.5rem; color: #fdfdfd; background-color: #0ec3f0; display: block; transition: 0.3s; width: 75%; border-radius: 10px; text-align: center; cursor: pointer; } @media (min-width: 850px) { .mobile-contact-container { font-size: 2.8rem; } } .mobile-contact-container:hover { background: #0cce99; border: solid 2px #4875de; } .mobile-contact-anchor { text-decoration: none; color: #f8f6f5; } /* Open End */ /* == MobileNav End == */
portfolio-v2/src/components/nav/mobilenav/MobileNav.css
@media (min-width: 851px) { #mobileNav { display: none; } } /* Closed */ .closed-nav-container { display: flex; padding: 2%; justify-content: center; } .svg-container { position: absolute; left: 25px; display: flex; align-items: center; justify-content: center; background: #1f2436; width: 35px; height: 35px; margin-top: 12px; border-radius: 8px; cursor: pointer; } .img-container { width: 65px; display: flex; position: relative; justify-content: center; align-items: center; cursor: pointer; } @media (min-width: 650px) { .img-container { width: 75px; } } .img { border-radius: 100px; border: solid 2px #f8f6f5; } /* Closed End */ /* Open */ #social { transition: 3s; } .sidenav { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; left: 0; background-color: #1b4a79; overflow-x: hidden; transition: 0.5s; padding-top: 60px; } .anchors { padding: 3% 3% 3% 30%; text-decoration: none; font-size: 2rem; color: #f8f6f5; display: block; transition: 0.1s; background-color: #1b4a79; cursor: pointer; } @media (min-width: 850px) { .anchors { font-size: 2.8rem; } } .img-container-open { width: 80px; margin-left: 30%; margin-bottom: 25%; background-color: #1b4a79; } @media (min-width: 850px) { .img-container-open { width: 100px; } } .img-open { border-radius: 100px; border: solid 2px #151823; cursor: pointer; } .svg-container-open { margin-left: 80%; margin-right: 5%; margin-top: -31px; background: #151823; width: 35px; height: 35px; display: flex; justify-content: center; align-items: center; border-radius: 8px; cursor: pointer; } .mobile-contact-container { margin-top: 30%; background-color: #1b4a79; margin-left: 10%; border: solid 2px #151823; padding: 3% 0px 3% 0%; font-size: 1.5rem; color: #fdfdfd; background-color: #0ec3f0; display: block; transition: 0.3s; width: 75%; border-radius: 10px; text-align: center; cursor: pointer; } @media (min-width: 850px) { .mobile-contact-container { font-size: 2.8rem; } } .mobile-contact-container:hover { background: #0cce99; border: solid 2px #4875de; } .mobile-contact-anchor { text-decoration: none; color: #f8f6f5; } /* Open End */ /* == MobileNav End == */
0.284576
0.056288
div.error{ color:#fef9d9; text-align: center; } p.msg_ok{ color:#fef9d9; text-align: center; } p.ok{ color: #fef9d9; text-align: center; } .head{ /* margin-top: 25px;*/ } /* Dashboard */ .my_dashboard{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } #botones_sidreria{ margin-top:20px; } .my_dashboard_top{ margin-top: 25px; } .my_dashboard .callout.primary,.my_dashboard_top .callout.primary{ background-color: rgba(0,0,0,0.65); border-radius:5px; color: #fff; } span.badge.visit{ font-size: 0.85rem; color: #461a06; background-color: #fef9d9; } span.badge.visit#total{ font-size: 1.20rem; font-weight: bold; padding:0.5rem 0.75rem 0.5rem 0.65rem } #progressBar { width: 100%; height: 22px; border: 1px solid #111; background-color: #292929; } #progressBar div { height: 100%; color: #fff; text-align: right; line-height: 22px; /* same as #progressBar height if we want text middle aligned */ width: 0; background-color: #884c30; } ul.spacer{ margin-top: 15px; } ul.menu.smaller li{ width:18%; padding-right: 1%; padding-left: 1%; } ul.menu.smaller{ /* padding-bottom: 15px;*/ } ul.no-bullet.smaller li{ font-size: 0.85em; } a.button.sumachigre{ background-color: rgba(0,0,0,0.75); color: #fff; text-transform: uppercase; border-radius: 8px; } #logout{ float:right; position: absolute; top: 10px; right: 10px; } #logout img{ max-width: 30px; float:right; } div.spaceball{ min-height: 35px; width: 100%; } a#profile_link img#profile_pict{ border-radius: 5px; } /* Botones sidreria */ #botones_sidreria{ display: none; } /* ALERTS */ #popup_container { min-width: 300px; /* Dialog will be no smaller than this */ max-width: 500px; /* Dialog will wrap after this width */ background: #FFF; border: solid 5px #e2e2e2; color: #000; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } #popup_title { font-weight: bold; text-align: center; color: #000; /*background: #CCC url(../images/title.gif) top repeat-x;*/ /*border: solid 1px #FFF;*/ /*border-bottom: solid 1px #999;*/ cursor: default; padding: 0.25rem; margin: 0em; } #popup_content { /* background: 16px 16px no-repeat url(../images/info.gif);*/ padding: 1em 0.35rem; margin: 0em; } #popup_content.alert { /*background-image: url(../images/info.gif);*/ } #popup_content.confirm { background-image: url(../images/important.gif); } #popup_content.prompt { background-image: none; } #popup_message { padding-left: 0; font-size: 0.90rem; } #popup_content.prompt #popup_message { padding-left: 0; } #popup_panel { text-align: center; margin: 1em 0em 0em 1em; } #popup_prompt { margin: .5em 0em; } .screen-reader-text { position: absolute; top: -9999px; left: -9999px; } /* Boton sellar */ [class*="icon-"] { font-style: normal; font-size: 9rem; speak: none; height: 120px; } .icon-home:after { content: "\2302"; } .icon-cog:after { content: "\2699"; } .icon-cw:after { content: "\27f3"; } .icon-location:after { content: "\e724"; } .icon-ta:after {content: url(../images/guerrero.png);height: 120px;height: 154px;} .nav { list-style: none; text-align: center; margin: 0; padding: 0; display: block; } .nav li { position: relative; display: inline-block; } .nav li a:hover { cursor: pointer !important; } /* .nav li:before { content: ""; display: block; border-top: 1px solid #ddd; border-bottom: 1px solid #fff; width: 100%; height: 1px; position: absolute; top: 50%; z-index: -1; }*/ .nav a:link, .nav a:visited { display: block; text-decoration: none; background-color: #f1efe7; background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7)); background-image: -webkit-linear-gradient(top, #fbf9ee, #f9f7ea); background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7); background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7); background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7); color: #a7a7a7; margin: 36px; width: 120px; height: 120px; position: relative; text-align: center; line-height: 120px; border-radius: 50%; box-shadow: 0px 3px 8px #461a06, inset 0px 2px 3px #fff; border: solid 1px transparent; } .nav a:before { content: ""; display: block; background: #f9f6e5; border-top: 2px solid #ddd; position: absolute; top: -18px; left: -18px; bottom: -18px; right: -18px; z-index: -1; border-radius: 50%; /*box-shadow: 0px 8px 48px #351305*/ box-shadow: 0 0 45px 10px #000000; } .nav a:active { box-shadow: 0px 3px 4px #aaa inset, 0px 2px 3px #fff; } .nav a:hover { text-decoration: none; color: #555; /* background: #f5f5f5;*/ } /* Logros */ ul.logritos{ display: inline-flex; margin-top: 20px; } ul.logritos li{ display: inline; } img.logro.desactivado { -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */ filter: grayscale(100%); } a img.logro{ border: 4px solid #fefefe; box-shadow: 0 0 0 1px hsla(0,0%,4%,.2); display: inline-block; line-height: 0; max-width: 90%; transition: box-shadow .2s ease-out; border-radius: 5px; } /* Iphone 4,5 XSMall */ @media screen and (max-width: 320px) { body{ background: url("../images/background.jpg") #000 top right no-repeat; background-size:cover; } html{ font-size: 90%; } } /* Small only */ @media screen and (max-width: 39.9375em) { body{ background: url("../images/background.jpg") #000 top right no-repeat; background-size:cover; } } /* Medium and up */ @media screen and (min-width: 40em) { ul.spacer li { margin-top: 10px; } body{ background: url("../images/background.jpg") center center no-repeat; background-size:cover; } .child_my_dash{ margin: 0 auto; float: none; } .child_my_dash[data-page='auth/dashboard']{ margin: 0 ; float: left; } } /* Medium only */ @media screen and (min-width: 40em) and (max-width: 63.9375em) { #boton_sellar{ margin-top: 3em; } } /* Large and up */ @media screen and (min-width: 64em) { #logout{ top: 125px; } } /* Large only */ @media screen and (min-width: 64em) and (max-width: 74.9375em) { }
assets/css/app.css
div.error{ color:#fef9d9; text-align: center; } p.msg_ok{ color:#fef9d9; text-align: center; } p.ok{ color: #fef9d9; text-align: center; } .head{ /* margin-top: 25px;*/ } /* Dashboard */ .my_dashboard{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } #botones_sidreria{ margin-top:20px; } .my_dashboard_top{ margin-top: 25px; } .my_dashboard .callout.primary,.my_dashboard_top .callout.primary{ background-color: rgba(0,0,0,0.65); border-radius:5px; color: #fff; } span.badge.visit{ font-size: 0.85rem; color: #461a06; background-color: #fef9d9; } span.badge.visit#total{ font-size: 1.20rem; font-weight: bold; padding:0.5rem 0.75rem 0.5rem 0.65rem } #progressBar { width: 100%; height: 22px; border: 1px solid #111; background-color: #292929; } #progressBar div { height: 100%; color: #fff; text-align: right; line-height: 22px; /* same as #progressBar height if we want text middle aligned */ width: 0; background-color: #884c30; } ul.spacer{ margin-top: 15px; } ul.menu.smaller li{ width:18%; padding-right: 1%; padding-left: 1%; } ul.menu.smaller{ /* padding-bottom: 15px;*/ } ul.no-bullet.smaller li{ font-size: 0.85em; } a.button.sumachigre{ background-color: rgba(0,0,0,0.75); color: #fff; text-transform: uppercase; border-radius: 8px; } #logout{ float:right; position: absolute; top: 10px; right: 10px; } #logout img{ max-width: 30px; float:right; } div.spaceball{ min-height: 35px; width: 100%; } a#profile_link img#profile_pict{ border-radius: 5px; } /* Botones sidreria */ #botones_sidreria{ display: none; } /* ALERTS */ #popup_container { min-width: 300px; /* Dialog will be no smaller than this */ max-width: 500px; /* Dialog will wrap after this width */ background: #FFF; border: solid 5px #e2e2e2; color: #000; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } #popup_title { font-weight: bold; text-align: center; color: #000; /*background: #CCC url(../images/title.gif) top repeat-x;*/ /*border: solid 1px #FFF;*/ /*border-bottom: solid 1px #999;*/ cursor: default; padding: 0.25rem; margin: 0em; } #popup_content { /* background: 16px 16px no-repeat url(../images/info.gif);*/ padding: 1em 0.35rem; margin: 0em; } #popup_content.alert { /*background-image: url(../images/info.gif);*/ } #popup_content.confirm { background-image: url(../images/important.gif); } #popup_content.prompt { background-image: none; } #popup_message { padding-left: 0; font-size: 0.90rem; } #popup_content.prompt #popup_message { padding-left: 0; } #popup_panel { text-align: center; margin: 1em 0em 0em 1em; } #popup_prompt { margin: .5em 0em; } .screen-reader-text { position: absolute; top: -9999px; left: -9999px; } /* Boton sellar */ [class*="icon-"] { font-style: normal; font-size: 9rem; speak: none; height: 120px; } .icon-home:after { content: "\2302"; } .icon-cog:after { content: "\2699"; } .icon-cw:after { content: "\27f3"; } .icon-location:after { content: "\e724"; } .icon-ta:after {content: url(../images/guerrero.png);height: 120px;height: 154px;} .nav { list-style: none; text-align: center; margin: 0; padding: 0; display: block; } .nav li { position: relative; display: inline-block; } .nav li a:hover { cursor: pointer !important; } /* .nav li:before { content: ""; display: block; border-top: 1px solid #ddd; border-bottom: 1px solid #fff; width: 100%; height: 1px; position: absolute; top: 50%; z-index: -1; }*/ .nav a:link, .nav a:visited { display: block; text-decoration: none; background-color: #f1efe7; background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7)); background-image: -webkit-linear-gradient(top, #fbf9ee, #f9f7ea); background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7); background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7); background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7); color: #a7a7a7; margin: 36px; width: 120px; height: 120px; position: relative; text-align: center; line-height: 120px; border-radius: 50%; box-shadow: 0px 3px 8px #461a06, inset 0px 2px 3px #fff; border: solid 1px transparent; } .nav a:before { content: ""; display: block; background: #f9f6e5; border-top: 2px solid #ddd; position: absolute; top: -18px; left: -18px; bottom: -18px; right: -18px; z-index: -1; border-radius: 50%; /*box-shadow: 0px 8px 48px #351305*/ box-shadow: 0 0 45px 10px #000000; } .nav a:active { box-shadow: 0px 3px 4px #aaa inset, 0px 2px 3px #fff; } .nav a:hover { text-decoration: none; color: #555; /* background: #f5f5f5;*/ } /* Logros */ ul.logritos{ display: inline-flex; margin-top: 20px; } ul.logritos li{ display: inline; } img.logro.desactivado { -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */ filter: grayscale(100%); } a img.logro{ border: 4px solid #fefefe; box-shadow: 0 0 0 1px hsla(0,0%,4%,.2); display: inline-block; line-height: 0; max-width: 90%; transition: box-shadow .2s ease-out; border-radius: 5px; } /* Iphone 4,5 XSMall */ @media screen and (max-width: 320px) { body{ background: url("../images/background.jpg") #000 top right no-repeat; background-size:cover; } html{ font-size: 90%; } } /* Small only */ @media screen and (max-width: 39.9375em) { body{ background: url("../images/background.jpg") #000 top right no-repeat; background-size:cover; } } /* Medium and up */ @media screen and (min-width: 40em) { ul.spacer li { margin-top: 10px; } body{ background: url("../images/background.jpg") center center no-repeat; background-size:cover; } .child_my_dash{ margin: 0 auto; float: none; } .child_my_dash[data-page='auth/dashboard']{ margin: 0 ; float: left; } } /* Medium only */ @media screen and (min-width: 40em) and (max-width: 63.9375em) { #boton_sellar{ margin-top: 3em; } } /* Large and up */ @media screen and (min-width: 64em) { #logout{ top: 125px; } } /* Large only */ @media screen and (min-width: 64em) and (max-width: 74.9375em) { }
0.267887
0.071786
const{ color: #f8bf13; } fnc{ color: #ff8239; } string{ color: #9cf58c } props{ color: #73cc6a; } comment{ color: #027ed0; text-style: italic; } num{ color: #e35970; } temp{ color:#f8e57d } .code-area{ background-color: #193549; color: #fff; width: 100%; overflow-x: auto; margin: 20px 0 20px 0px; padding: 10px; border-radius: 10px; } .text-area{ margin: 0 auto; width: 80%; } .text-area h1{ text-decoration: underline; margin-bottom: 1.5rem; } .text-area h1>i{ color: #027ed0 } .text-area h4{ font-weight: 600; } .text-area p{ text-align: justify; } .text-area h2.underline{ text-decoration: underline; } #mongodb-documents h5{ font-weight: 600 } .code-area{ max-height: 200px; overflow: auto; } .code-area.h-sm{ height: 95px; } .code-area.h-xs{ height: 20px; } .code-area code>p{ font-size: 15px; margin-bottom: 2px; } .code-area code>p.inner{ padding-left:25px; } .code-area code>p.indent-1{ padding-left: 20px; } .code-area code>p.indent-2{ padding-left: 60px; } .code-area code>p.indent-3{ padding-left: 88px; } pre{ background: transparent; color: white; font-size: 15px; text-align: center } .code-area code{ background-color: transparent; padding: 5px; color: #fff; font-size: 15px; } .img-holder{ position: relative; margin: 0 auto; align-content: center; text-align: center; margin-top: 15px; margin-bottom: 15px; } .img-holder img{ border-radius: 7px; } .dots-li li{ list-style-type: disc; margin: 3px 0px 3px 0px; } /* Scrollbar */ /* width */ ::-webkit-scrollbar { width: 10px; } /* Track */ ::-webkit-scrollbar-track { box-shadow: inset 0 0 5px grey; border-radius: 1px; width: 344px; } /* Handle */ ::-webkit-scrollbar-thumb { background: #010182; border-radius: 2px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #010182; }
src/styles/markdown.css
const{ color: #f8bf13; } fnc{ color: #ff8239; } string{ color: #9cf58c } props{ color: #73cc6a; } comment{ color: #027ed0; text-style: italic; } num{ color: #e35970; } temp{ color:#f8e57d } .code-area{ background-color: #193549; color: #fff; width: 100%; overflow-x: auto; margin: 20px 0 20px 0px; padding: 10px; border-radius: 10px; } .text-area{ margin: 0 auto; width: 80%; } .text-area h1{ text-decoration: underline; margin-bottom: 1.5rem; } .text-area h1>i{ color: #027ed0 } .text-area h4{ font-weight: 600; } .text-area p{ text-align: justify; } .text-area h2.underline{ text-decoration: underline; } #mongodb-documents h5{ font-weight: 600 } .code-area{ max-height: 200px; overflow: auto; } .code-area.h-sm{ height: 95px; } .code-area.h-xs{ height: 20px; } .code-area code>p{ font-size: 15px; margin-bottom: 2px; } .code-area code>p.inner{ padding-left:25px; } .code-area code>p.indent-1{ padding-left: 20px; } .code-area code>p.indent-2{ padding-left: 60px; } .code-area code>p.indent-3{ padding-left: 88px; } pre{ background: transparent; color: white; font-size: 15px; text-align: center } .code-area code{ background-color: transparent; padding: 5px; color: #fff; font-size: 15px; } .img-holder{ position: relative; margin: 0 auto; align-content: center; text-align: center; margin-top: 15px; margin-bottom: 15px; } .img-holder img{ border-radius: 7px; } .dots-li li{ list-style-type: disc; margin: 3px 0px 3px 0px; } /* Scrollbar */ /* width */ ::-webkit-scrollbar { width: 10px; } /* Track */ ::-webkit-scrollbar-track { box-shadow: inset 0 0 5px grey; border-radius: 1px; width: 344px; } /* Handle */ ::-webkit-scrollbar-thumb { background: #010182; border-radius: 2px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #010182; }
0.347426
0.156459
@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Nunito&family=Orbitron&display=swap'); 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; } *{ box-sizing: border-box; max-width: 100%; /* border: 1px solid grey; */ margin: 0; padding: 0; } html{ font-size: 62.5%; } body{ font-size: 1.6rem; line-height: 2.5rem; background-color: #F5F5F5; color: black; font-family: 'Nunito', sans-serif; } .nav-links{ padding: 2%; display: flex; justify-content: flex-end; background:#e0e0dc; } .nav-links a { margin: 0 1%; text-decoration: none; color: grey; /* background: grey; */ padding: 0.5% 1%; border-radius: 5%; } .nav-links a:hover{ color: #a4cbdb; } .title-container { display: flex; align-items: center; justify-content: center; margin: 3% 0 0 0; } h1{ font-family: 'Audiowide', cursive; font-size: 4rem; padding: 3%; } /*Top Section*/ .header-img{ background-image: url(https://cdn.pixabay.com/photo/2017/08/06/00/27/yoga-2587066_1280.jpg); height: 40rem; display: flex; justify-content: center; align-items: center; overflow: hidden; margin: 2% 0; background-repeat: no-repeat; background-size: cover; } .login-button a{ text-decoration: none; font-size: 2rem; color: white; font-size: 2.5rem; } .login-button{ display: flex; flex-direction: column; align-items: center; background: black; padding: 1% 4%; border-radius: 5%; } .login-button:hover, .login-button a:hover{ background: white; color: black; } /*Class Section*/ #classes, #instructor{ display: flex; margin: 0 2% 7% 2%; } #classes img, #instructor img{ width: 40%; margin: 5% 3%; } #classes img{ filter: grayscale(15%); } .text-container{ font-size: 3rem; display: flex; flex-direction: column; text-align: center; line-height: 3rem; justify-content: center; } .text-container p{ font-size: 1.6rem; line-height: 2.2rem; margin: 3% 3% 0 3%; font-family: 'Nunito', sans-serif; padding: 2%; } .text-container h2{ margin: 5%; } .about-us{ background-image: url(https://cdn.pixabay.com/photo/2017/08/06/00/27/yoga-2587066_1280.jpg); height: 40rem; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; margin: 0 0 3% 0; } .about-button { text-decoration: none; font-size: 2rem; background: black; border-radius: 5%; color: white; padding: 2% 5%; } /*Contact Section*/ .contact{ display: flex; flex-wrap: wrap; text-align: center; padding: 5%; justify-content: center; background:#e0e0dc; margin-top: 3%; } .info{ width: 27%; margin: 3%; } .links a, .links address{ line-height: 3rem; text-decoration: none; color: grey; } .links a:hover, .links address:hover{ color: #a4cbdb; } .contact h2{ font-size: 2rem; } /*Footer Section*/ .footer-contact{ display: flex; flex-wrap: wrap; text-align: center; padding: 3%; justify-content: center; } .footer-contact a{ margin: 1%; text-decoration: none; color: white; background: grey; padding: 0.5% 1%; border-radius: 5%; } /*At home workouts page*/ /*Top Info Section*/ .home-workout{ display: flex; justify-content: center; height: 60rem; margin: 0 0 1% 0; } .workout-left-container{ width: 50%; line-height: 2.5rem; display: flex; flex-direction: column; align-items: flex-start; margin: 0 0 0 2%; justify-content: center; } .workout-left-container h2{ font-size: 3rem; margin: 0 0 3% 0; } .workout-left-container p{ margin: 0 0 5% 0; } .workout-text-container h2{ animation: type 3.5s; overflow:hidden; white-space:nowrap; } @keyframes type{ 0% { width:0ch; } 100%{ width:21ch; } } .access-button{ text-decoration: none; font-size: 2rem; background: black; border-radius: 5%; color: white; padding: 2% 5%; } .workout-right-container{ display: flex; width: 45%; padding: 2% 0; background-image: url(https://cdn.pixabay.com/photo/2019/07/11/02/15/yoga-day-4329901_1280.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position-x: 15rem; background-position-y: -90rem; background-size: cover; } /*Video Section*/ img{ width: 100%; } .at-home-workouts { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around; margin: 5% 0; } .image1, .image2, .image3, .image4, .image5, .image6, .image7, .image8{ width: 40%; margin: 3%; } .image1{ width: 43%; } .image1, .image2, .image3, .image4, .image5, .image6, .image7, .image8{ position: relative; display: inline; } .image{ display: block; } .overlay{ position: absolute; transition: all .3s ease; opacity: 0; background: #cff1ff; } .image1:hover .overlay-left, .image2:hover .overlay-left, .image3:hover .overlay-left, .image4:hover .overlay-left, .image5:hover .overlay-left, .image6:hover .overlay-left, .image7:hover .overlay-left, .image8:hover .overlay-left{ width: 100%; opacity: 0.8; } .text{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .text a{ text-decoration: none; color: black; } .overlay-left{ height: 100%; width: 100%; top:0; left:0; background-color: #cff1ff; color: black; } /*Middle Navigation*/ .middle-nav{ display: flex; flex-wrap: wrap; text-align: center; padding: 3%; justify-content: center; background: #e0e0dc; } .middle-nav a{ margin: 0 4%; text-decoration: none; color: grey; } .middle-nav a:hover{ color: #a4cbdb; } /*Media Queries*/ /*Tablet Styles for Landing Page at 800px*/ @media (max-width: 800px){ #classes, #instructor{ flex-direction: column; align-items: center; margin: 7% 3%; } #classes img, #instructor img { width: 70%; } #instructor h2{ margin: 5% 0 1% 0; } .contact{ margin-top: 7%; } } /*Iphone Styles for Landing Page at 800px*/ @media (max-width: 500px){ .title-container h1{ font-size: 3.8rem; } .contact{ flex-direction: column; } .info{ width: 100%; } } /*Styles for At-Home-Workouts Page at 1024px*/ @media (max-width: 1024px){ .workout-right-container{ background-position-x: 20rem; background-position-y: -30rem; } } /*Styles for At-Home-Workouts Page at 800px*/ @media (max-width: 800px){ .workout-right-container{ background-position-x: 15rem; background-position-y: -20rem; } } /*Iphone Styles for .at-home-workouts Page at 500px*/ @media (max-width: 500px){ .workout-right-container{ background-position-x: 10rem; background-position-y: -10rem; } .workout-text-container h2{ white-space: normal; } .at-home-workouts { flex-wrap: nowrap; flex-direction: column; } .image1, .image2, .image3, .image4, .image5, .image6, .image7, .image8 { width: 75%; } }
styles.css
@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Nunito&family=Orbitron&display=swap'); 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; } *{ box-sizing: border-box; max-width: 100%; /* border: 1px solid grey; */ margin: 0; padding: 0; } html{ font-size: 62.5%; } body{ font-size: 1.6rem; line-height: 2.5rem; background-color: #F5F5F5; color: black; font-family: 'Nunito', sans-serif; } .nav-links{ padding: 2%; display: flex; justify-content: flex-end; background:#e0e0dc; } .nav-links a { margin: 0 1%; text-decoration: none; color: grey; /* background: grey; */ padding: 0.5% 1%; border-radius: 5%; } .nav-links a:hover{ color: #a4cbdb; } .title-container { display: flex; align-items: center; justify-content: center; margin: 3% 0 0 0; } h1{ font-family: 'Audiowide', cursive; font-size: 4rem; padding: 3%; } /*Top Section*/ .header-img{ background-image: url(https://cdn.pixabay.com/photo/2017/08/06/00/27/yoga-2587066_1280.jpg); height: 40rem; display: flex; justify-content: center; align-items: center; overflow: hidden; margin: 2% 0; background-repeat: no-repeat; background-size: cover; } .login-button a{ text-decoration: none; font-size: 2rem; color: white; font-size: 2.5rem; } .login-button{ display: flex; flex-direction: column; align-items: center; background: black; padding: 1% 4%; border-radius: 5%; } .login-button:hover, .login-button a:hover{ background: white; color: black; } /*Class Section*/ #classes, #instructor{ display: flex; margin: 0 2% 7% 2%; } #classes img, #instructor img{ width: 40%; margin: 5% 3%; } #classes img{ filter: grayscale(15%); } .text-container{ font-size: 3rem; display: flex; flex-direction: column; text-align: center; line-height: 3rem; justify-content: center; } .text-container p{ font-size: 1.6rem; line-height: 2.2rem; margin: 3% 3% 0 3%; font-family: 'Nunito', sans-serif; padding: 2%; } .text-container h2{ margin: 5%; } .about-us{ background-image: url(https://cdn.pixabay.com/photo/2017/08/06/00/27/yoga-2587066_1280.jpg); height: 40rem; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; margin: 0 0 3% 0; } .about-button { text-decoration: none; font-size: 2rem; background: black; border-radius: 5%; color: white; padding: 2% 5%; } /*Contact Section*/ .contact{ display: flex; flex-wrap: wrap; text-align: center; padding: 5%; justify-content: center; background:#e0e0dc; margin-top: 3%; } .info{ width: 27%; margin: 3%; } .links a, .links address{ line-height: 3rem; text-decoration: none; color: grey; } .links a:hover, .links address:hover{ color: #a4cbdb; } .contact h2{ font-size: 2rem; } /*Footer Section*/ .footer-contact{ display: flex; flex-wrap: wrap; text-align: center; padding: 3%; justify-content: center; } .footer-contact a{ margin: 1%; text-decoration: none; color: white; background: grey; padding: 0.5% 1%; border-radius: 5%; } /*At home workouts page*/ /*Top Info Section*/ .home-workout{ display: flex; justify-content: center; height: 60rem; margin: 0 0 1% 0; } .workout-left-container{ width: 50%; line-height: 2.5rem; display: flex; flex-direction: column; align-items: flex-start; margin: 0 0 0 2%; justify-content: center; } .workout-left-container h2{ font-size: 3rem; margin: 0 0 3% 0; } .workout-left-container p{ margin: 0 0 5% 0; } .workout-text-container h2{ animation: type 3.5s; overflow:hidden; white-space:nowrap; } @keyframes type{ 0% { width:0ch; } 100%{ width:21ch; } } .access-button{ text-decoration: none; font-size: 2rem; background: black; border-radius: 5%; color: white; padding: 2% 5%; } .workout-right-container{ display: flex; width: 45%; padding: 2% 0; background-image: url(https://cdn.pixabay.com/photo/2019/07/11/02/15/yoga-day-4329901_1280.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position-x: 15rem; background-position-y: -90rem; background-size: cover; } /*Video Section*/ img{ width: 100%; } .at-home-workouts { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around; margin: 5% 0; } .image1, .image2, .image3, .image4, .image5, .image6, .image7, .image8{ width: 40%; margin: 3%; } .image1{ width: 43%; } .image1, .image2, .image3, .image4, .image5, .image6, .image7, .image8{ position: relative; display: inline; } .image{ display: block; } .overlay{ position: absolute; transition: all .3s ease; opacity: 0; background: #cff1ff; } .image1:hover .overlay-left, .image2:hover .overlay-left, .image3:hover .overlay-left, .image4:hover .overlay-left, .image5:hover .overlay-left, .image6:hover .overlay-left, .image7:hover .overlay-left, .image8:hover .overlay-left{ width: 100%; opacity: 0.8; } .text{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .text a{ text-decoration: none; color: black; } .overlay-left{ height: 100%; width: 100%; top:0; left:0; background-color: #cff1ff; color: black; } /*Middle Navigation*/ .middle-nav{ display: flex; flex-wrap: wrap; text-align: center; padding: 3%; justify-content: center; background: #e0e0dc; } .middle-nav a{ margin: 0 4%; text-decoration: none; color: grey; } .middle-nav a:hover{ color: #a4cbdb; } /*Media Queries*/ /*Tablet Styles for Landing Page at 800px*/ @media (max-width: 800px){ #classes, #instructor{ flex-direction: column; align-items: center; margin: 7% 3%; } #classes img, #instructor img { width: 70%; } #instructor h2{ margin: 5% 0 1% 0; } .contact{ margin-top: 7%; } } /*Iphone Styles for Landing Page at 800px*/ @media (max-width: 500px){ .title-container h1{ font-size: 3.8rem; } .contact{ flex-direction: column; } .info{ width: 100%; } } /*Styles for At-Home-Workouts Page at 1024px*/ @media (max-width: 1024px){ .workout-right-container{ background-position-x: 20rem; background-position-y: -30rem; } } /*Styles for At-Home-Workouts Page at 800px*/ @media (max-width: 800px){ .workout-right-container{ background-position-x: 15rem; background-position-y: -20rem; } } /*Iphone Styles for .at-home-workouts Page at 500px*/ @media (max-width: 500px){ .workout-right-container{ background-position-x: 10rem; background-position-y: -10rem; } .workout-text-container h2{ white-space: normal; } .at-home-workouts { flex-wrap: nowrap; flex-direction: column; } .image1, .image2, .image3, .image4, .image5, .image6, .image7, .image8 { width: 75%; } }
0.331552
0.108283
========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type=button], [type=reset], [type=submit] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type=checkbox], [type=radio] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type=search] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type=search]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } /*SCREEN PC*/ .navbar { font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 14px; background-color: #c0c1c5; color: black; } .navbar .feature { display: none; } .navbar .navbar-nav { padding-left: 24px !important; display: flex; flex-wrap: wrap; } .navbar .navbar-nav .nav-link { margin-right: 16px; padding: 0 4px !important; } .navbar .navbar-nav .nav-link span { margin: 0 4px; } .navbar button { margin-left: 80%; } #btnCreate { float: right; } #createContent { display: none; } #createContent label { margin-bottom: 5px; margin-top: 5px; } .dropdown-content { display: none; outline: none; max-height: 830px; position: relative; border-radius: 4px; background: white; box-sizing: border-box; font-size: 14px; width: 160px; padding-left: 44px; box-shadow: rgba(0, 0, 0, 0.11) 0px 1.2px 3.6px, rgba(0, 0, 0, 0.13) 0px 6.4px 14.4px; margin-left: 37px; margin-bottom: 0px; padding-left: 10px; z-index: 1; } .dropdown-content .content { padding-left: 0px; } .dropdown-content .content li { list-style-type: none; height: 32px; } .dropdown-content .content li button { background-color: transparent; border: none; width: 100%; height: 32px; line-height: 32px; display: block; cursor: pointer; text-align: left; padding-left: 0px; } .dropdown-content .content li button span { margin-left: 6px; } .nav_input2:checked ~ .dropdown-content { display: block; z-index: 1; } /*---NAV-MOBILE*/ .nav_mobile { position: fixed; top: 56px; right: 0; width: 100%; bottom: 61%; background-color: #ececec; transform: translateX(100%); opacity: 0; transition: transform linear 0.2s, opacity linear 0.2s; } .nav_mobile .nav_mobile-list { margin-bottom: 0px; padding-left: 0px; display: flex; flex-direction: column; } .nav_mobile .nav_mobile-list .nav_mobile-link { font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 14px; color: rgba(0, 0, 0, 0.9); display: block; padding: 8px 0; padding-left: 20px; } .nav_mobile .nav_mobile-list .nav_mobile-link i { width: 14px; height: 14px; } .nav_mobile .nav_mobile-list .nav_mobile-link:hover { background-color: #8f8d8d; } /*DROP DOWN*/ .nav_input:checked ~ .nav_mobile { transform: translateX(0%); opacity: 1; } @media (max-width: 768px) { .navbar { display: none; } .nav_mobile { z-index: 1; } } .aside-pc { font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 14px; display: flex; padding-top: 0 !important; } .aside-pc .container-fluid { margin-left: 73px; margin-right: 1px !important; } .aside-pc .container-fluid .row { padding: 8px 8px; color: black; } .aside-pc .container-fluid .row .icon { width: 40px !important; } .aside-pc .container-fluid .row .name { width: 370px !important; } .aside-pc .container-fluid .row .space { width: 40px !important; } .aside-pc .container-fluid .row .modify { width: 170px !important; } .aside-pc .container-fluid .row .flex-box { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; } .aside-pc .container-fluid .row .flex-box span:hover { text-decoration: underline !important; } .aside-pc .container-fluid #row-1 { border-bottom: 1px solid #c0c1c5; } .aside-pc .container-fluid #row-2, .aside-pc .container-fluid #row-6, .aside-pc .container-fluid #row-5, .aside-pc .container-fluid #row-4, .aside-pc .container-fluid #row-3 { border-bottom: 1px solid #e3e4e7; padding: 15px 8px 15px 8px; } .aside-pc .container-fluid #row-2 .modify span, .aside-pc .container-fluid #row-6 .modify span, .aside-pc .container-fluid #row-5 .modify span, .aside-pc .container-fluid #row-4 .modify span, .aside-pc .container-fluid #row-3 .modify span { color: #7b7a78; } /*-----ASIDE MOBILE-----*/ .aside-mobile { display: none; } @media (max-width: 768px) { .aside-pc { display: none; } .aside-mobile { z-index: -1; display: flex; font-size: 10px; flex-direction: column; } .aside-mobile .span-title { font-weight: 700; font-style: italic; } .aside-mobile .card { margin: 0 5px 15px 5px; } .aside-mobile .card .card-item-header { margin-top: 0; border: 1px solid #c0c1c5; padding: 8px 0 8px 18px; background-color: #dbdcdc; display: flex; } .aside-mobile .card .card-item-header img { margin: 0 4px 2px 82%; } .aside-mobile .card .card-item { border-left: 1px solid #c0c1c5; border-bottom: 1px solid #c0c1c5; margin-left: 0.1px; margin-right: 0.8px; padding: 8px 10px 8px 6px !important; } } .main-content { z-index: -1; } section { padding: 40px 12px 40px 75px !important; font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 28px; color: rgba(0, 0, 0, 0.55); z-index: -1; } i { font-size: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; margin: 0 4px; } img { width: 16px; height: 15px; margin: 0 4px; } @media (max-width: 768px) { section { padding: 5px 15px 5px 10px !important; font-size: 20px; margin: 10px 0 10px 0; } } .ms-Icon--ChevronDown { margin: 1px 4px 0px 6px; font-size: 12px; } .space{ width:40px!important; } /*# sourceMappingURL=home-page.css.map*/
wwwroot/css/home-page.css
========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type=button], [type=reset], [type=submit] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type=checkbox], [type=radio] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type=search] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type=search]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } /*SCREEN PC*/ .navbar { font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 14px; background-color: #c0c1c5; color: black; } .navbar .feature { display: none; } .navbar .navbar-nav { padding-left: 24px !important; display: flex; flex-wrap: wrap; } .navbar .navbar-nav .nav-link { margin-right: 16px; padding: 0 4px !important; } .navbar .navbar-nav .nav-link span { margin: 0 4px; } .navbar button { margin-left: 80%; } #btnCreate { float: right; } #createContent { display: none; } #createContent label { margin-bottom: 5px; margin-top: 5px; } .dropdown-content { display: none; outline: none; max-height: 830px; position: relative; border-radius: 4px; background: white; box-sizing: border-box; font-size: 14px; width: 160px; padding-left: 44px; box-shadow: rgba(0, 0, 0, 0.11) 0px 1.2px 3.6px, rgba(0, 0, 0, 0.13) 0px 6.4px 14.4px; margin-left: 37px; margin-bottom: 0px; padding-left: 10px; z-index: 1; } .dropdown-content .content { padding-left: 0px; } .dropdown-content .content li { list-style-type: none; height: 32px; } .dropdown-content .content li button { background-color: transparent; border: none; width: 100%; height: 32px; line-height: 32px; display: block; cursor: pointer; text-align: left; padding-left: 0px; } .dropdown-content .content li button span { margin-left: 6px; } .nav_input2:checked ~ .dropdown-content { display: block; z-index: 1; } /*---NAV-MOBILE*/ .nav_mobile { position: fixed; top: 56px; right: 0; width: 100%; bottom: 61%; background-color: #ececec; transform: translateX(100%); opacity: 0; transition: transform linear 0.2s, opacity linear 0.2s; } .nav_mobile .nav_mobile-list { margin-bottom: 0px; padding-left: 0px; display: flex; flex-direction: column; } .nav_mobile .nav_mobile-list .nav_mobile-link { font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 14px; color: rgba(0, 0, 0, 0.9); display: block; padding: 8px 0; padding-left: 20px; } .nav_mobile .nav_mobile-list .nav_mobile-link i { width: 14px; height: 14px; } .nav_mobile .nav_mobile-list .nav_mobile-link:hover { background-color: #8f8d8d; } /*DROP DOWN*/ .nav_input:checked ~ .nav_mobile { transform: translateX(0%); opacity: 1; } @media (max-width: 768px) { .navbar { display: none; } .nav_mobile { z-index: 1; } } .aside-pc { font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 14px; display: flex; padding-top: 0 !important; } .aside-pc .container-fluid { margin-left: 73px; margin-right: 1px !important; } .aside-pc .container-fluid .row { padding: 8px 8px; color: black; } .aside-pc .container-fluid .row .icon { width: 40px !important; } .aside-pc .container-fluid .row .name { width: 370px !important; } .aside-pc .container-fluid .row .space { width: 40px !important; } .aside-pc .container-fluid .row .modify { width: 170px !important; } .aside-pc .container-fluid .row .flex-box { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; } .aside-pc .container-fluid .row .flex-box span:hover { text-decoration: underline !important; } .aside-pc .container-fluid #row-1 { border-bottom: 1px solid #c0c1c5; } .aside-pc .container-fluid #row-2, .aside-pc .container-fluid #row-6, .aside-pc .container-fluid #row-5, .aside-pc .container-fluid #row-4, .aside-pc .container-fluid #row-3 { border-bottom: 1px solid #e3e4e7; padding: 15px 8px 15px 8px; } .aside-pc .container-fluid #row-2 .modify span, .aside-pc .container-fluid #row-6 .modify span, .aside-pc .container-fluid #row-5 .modify span, .aside-pc .container-fluid #row-4 .modify span, .aside-pc .container-fluid #row-3 .modify span { color: #7b7a78; } /*-----ASIDE MOBILE-----*/ .aside-mobile { display: none; } @media (max-width: 768px) { .aside-pc { display: none; } .aside-mobile { z-index: -1; display: flex; font-size: 10px; flex-direction: column; } .aside-mobile .span-title { font-weight: 700; font-style: italic; } .aside-mobile .card { margin: 0 5px 15px 5px; } .aside-mobile .card .card-item-header { margin-top: 0; border: 1px solid #c0c1c5; padding: 8px 0 8px 18px; background-color: #dbdcdc; display: flex; } .aside-mobile .card .card-item-header img { margin: 0 4px 2px 82%; } .aside-mobile .card .card-item { border-left: 1px solid #c0c1c5; border-bottom: 1px solid #c0c1c5; margin-left: 0.1px; margin-right: 0.8px; padding: 8px 10px 8px 6px !important; } } .main-content { z-index: -1; } section { padding: 40px 12px 40px 75px !important; font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; font-size: 28px; color: rgba(0, 0, 0, 0.55); z-index: -1; } i { font-size: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; margin: 0 4px; } img { width: 16px; height: 15px; margin: 0 4px; } @media (max-width: 768px) { section { padding: 5px 15px 5px 10px !important; font-size: 20px; margin: 10px 0 10px 0; } } .ms-Icon--ChevronDown { margin: 1px 4px 0px 6px; font-size: 12px; } .space{ width:40px!important; } /*# sourceMappingURL=home-page.css.map*/
0.654895
0.09343
.contact-form { color: black; padding-left: 0.3rem; color: rgb(253, 182, 49); } .contact-form:hover { color: rgb(253, 182, 49); } .footer { margin-top: auto; display: flex; justify-content: space-between; } .row { border-top: 0.6px solid rgba(212, 212, 212, 0.897); padding-top: 1rem; margin-top: 3rem; margin-bottom: 1rem; } .img { max-height: 3rem; max-width: 3rem; border-radius: 50%; margin-right: 1rem; } .author-details { display: flex; } .name { margin: 0; font-size: 1rem; } .title { margin: 0; font-size: 0.8rem; } .footer-social-media { display: flex; justify-content: space-around; } .social-media { color: rgb(66, 66, 66); font-size: 1.4rem; margin: 0rem 0.5rem; transition: color 0.6s; } .social-media :hover { color: rgb(253, 182, 49); } .footer-CTA { display: flex; justify-content: flex-end; text-align: right; } .p { margin: 0; font-size: 0.8rem; } .copyright { display: flex; justify-content: center; font-size: 0.8rem; margin-top: 3rem; } .privacy-policy { display: flex; justify-content: space-around; text-align: right; font-size: 0.8rem; } .cookie-notice { display: flex; justify-content: center; } .privacy-policy-disclaimer { padding-left: 0.3rem; } @media only screen and (max-device-width: 768px) { .name { margin: 0; font-size: 1rem; padding-top: 0.2rem; } .title { margin: 0; font-size: 0.8rem; } .img { margin-right: 0.6rem; } .author-details { padding-top: 0.4rem; display: flex; justify-content: center; } .footer-social-media { display: flex; justify-content: center; margin-top: 0.5rem; } .social-media { font-size: 1.6rem; margin: 0rem 0.5rem; } .footer-CTA { text-align: center; margin-top: 0.5rem; } .p { margin: 0; font-size: 0.9rem; } .copyright { font-size: 0.9rem; } } @media only screen and (max-device-width: 990px) { .author-details { align-items: center; } } @media only screen and (min-device-width: 769px) and (max-device-width: 992px) { .social-media { font-size: 1.6rem; margin: 0rem 0.5rem; } } @media only screen and (min-device-width: 992px) and (max-device-width: 1300px) { .social-media { font-size: 1.7rem; margin: 0rem 0.5rem; } } @media only screen and (min-device-width: 1300px) { .social-media { font-size: 1.8rem; margin: 0rem 0.8rem; } }
src/components/global/footer/footer.module.css
.contact-form { color: black; padding-left: 0.3rem; color: rgb(253, 182, 49); } .contact-form:hover { color: rgb(253, 182, 49); } .footer { margin-top: auto; display: flex; justify-content: space-between; } .row { border-top: 0.6px solid rgba(212, 212, 212, 0.897); padding-top: 1rem; margin-top: 3rem; margin-bottom: 1rem; } .img { max-height: 3rem; max-width: 3rem; border-radius: 50%; margin-right: 1rem; } .author-details { display: flex; } .name { margin: 0; font-size: 1rem; } .title { margin: 0; font-size: 0.8rem; } .footer-social-media { display: flex; justify-content: space-around; } .social-media { color: rgb(66, 66, 66); font-size: 1.4rem; margin: 0rem 0.5rem; transition: color 0.6s; } .social-media :hover { color: rgb(253, 182, 49); } .footer-CTA { display: flex; justify-content: flex-end; text-align: right; } .p { margin: 0; font-size: 0.8rem; } .copyright { display: flex; justify-content: center; font-size: 0.8rem; margin-top: 3rem; } .privacy-policy { display: flex; justify-content: space-around; text-align: right; font-size: 0.8rem; } .cookie-notice { display: flex; justify-content: center; } .privacy-policy-disclaimer { padding-left: 0.3rem; } @media only screen and (max-device-width: 768px) { .name { margin: 0; font-size: 1rem; padding-top: 0.2rem; } .title { margin: 0; font-size: 0.8rem; } .img { margin-right: 0.6rem; } .author-details { padding-top: 0.4rem; display: flex; justify-content: center; } .footer-social-media { display: flex; justify-content: center; margin-top: 0.5rem; } .social-media { font-size: 1.6rem; margin: 0rem 0.5rem; } .footer-CTA { text-align: center; margin-top: 0.5rem; } .p { margin: 0; font-size: 0.9rem; } .copyright { font-size: 0.9rem; } } @media only screen and (max-device-width: 990px) { .author-details { align-items: center; } } @media only screen and (min-device-width: 769px) and (max-device-width: 992px) { .social-media { font-size: 1.6rem; margin: 0rem 0.5rem; } } @media only screen and (min-device-width: 992px) and (max-device-width: 1300px) { .social-media { font-size: 1.7rem; margin: 0rem 0.5rem; } } @media only screen and (min-device-width: 1300px) { .social-media { font-size: 1.8rem; margin: 0rem 0.8rem; } }
0.424293
0.072243
.card-title{ text-align: center; color: #121CB9; } .divInterno{ margin: 5%; } #body{ background-color: white:; } /* default for mobile (Mobile first) */ .imagen-adaptativa1 { display: block; margin-left: auto; margin-right: auto; height: 40%; width: 40%; } /* Tablet Portrait size to standard 960 (devices and browsers) */ @media (max-width: 959px) { .imagen-adaptativa1 { display: block; margin-left: auto; margin-right: auto; height: 50%; width:50%; } } /* All Mobile Sizes (devices and browser) */ @media (max-width: 767px) { .imagen-adaptativa1 { display: block; margin-left: auto; margin-right: auto; height: 65%; width: 65%; } } /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */ @media (max-width: 767px) { .imagen-adaptativa1 { display: block; margin-left: auto; margin-right: auto; height: 70%; width: 70%; } } /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ @media (max-width: 576px) { .imagen-adaptativa1 { display: block; margin-left: auto; margin-right: auto; height: 80%; width: 80%; } } /* predeterminada para moviles (Mobile first) */ .imagen-adaptativa2 { display: block; margin-left: auto; margin-right: auto; height: 50%; width: 50%; } /* Smaller than standard 960 (devices and browsers) */ @media (max-width: 959px) { .imagen-adaptativa2 { display: block; margin-left: auto; margin-right: auto; height: 55%; width: 55%; } } /* Tablet Portrait size to standard 960 (devices and browsers) */ @media (min-width: 769px) and (max-width: 959px) { .imagen-adaptativa2 { display: block; margin-left: auto; margin-right: auto; height: 60%; width: 60%; } } /* All Mobile Sizes (devices and browser) */ @media (max-width: 767px) { .imagen-adaptativa2 { display: block; margin-left: auto; margin-right: auto; height: 65%; width: 65%; } } /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */ @media (min-width: 577px) and (max-width: 767px) { .imagen-adaptativa2 { display: block; margin-left: auto; margin-right: auto; height: 70%; width: 70%; } } /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ @media (max-width: 576px) { .imagen-adaptativa2 { display: block; margin-left: auto; margin-right: auto; height: 60%; width: 60%; } } /* predeterminada para moviles (Mobile first) */ .imagen-adaptativa3 { display: block; margin-left: auto; margin-right: auto; height: 77%; width: 77%; } /* Smaller than standard 960 (devices and browsers) */ @media (max-width: 959px) { .imagen-adaptativa3 { display: block; margin-left: auto; margin-right: auto; height: 55%; width: 55%; } } /* Tablet Portrait size to standard 960 (devices and browsers) */ @media (min-width: 769px) and (max-width: 959px) { .imagen-adaptativa3 { display: block; margin-left: auto; margin-right: auto; height: 60%; width: 60%; } } /* All Mobile Sizes (devices and browser) */ @media (max-width: 767px) { .imagen-adaptativa3 { display: block; margin-left: auto; margin-right: auto; height: 65%; width: 65%; } } /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */ @media (min-width: 577px) and (max-width: 767px) { .imagen-adaptativa3 { display: block; margin-left: auto; margin-right: auto; height: 70%; width: 70%; } } /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ @media (max-width: 576px) { .imagen-adaptativa3 { display: block; margin-left: auto; margin-right: auto; height: 90%; width: 90%; } } /* predeterminada para moviles (Mobile first) */ .imagen-adaptativa4 { display: block; margin-left: auto; margin-right: auto; height: 25%; width: 25%; } /* Smaller than standard 960 (devices and browsers) */ @media (max-width: 959px) { .imagen-adaptativa4 { display: block; margin-left: auto; margin-right: auto; height: 55%; width: 55%; } } /* Tablet Portrait size to standard 960 (devices and browsers) */ @media (min-width: 769px) and (max-width: 959px) { .imagen-adaptativa4 { display: block; margin-left: auto; margin-right: auto; height: 60%; width: 60%; } } /* All Mobile Sizes (devices and browser) */ @media (max-width: 767px) { .imagen-adaptativa4 { display: block; margin-left: auto; margin-right: auto; height: 65%; width: 65%; } } /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */ @media (min-width: 577px) and (max-width: 767px) { .imagen-adaptativa4 { display: block; margin-left: auto; margin-right: auto; height: 70%; width: 70%; } } /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ @media (max-width: 576px) { .imagen-adaptativa4 { display: block; margin-left: auto; margin-right: auto; height: 30%; width: 30%; } } .imagen-adaptativa5 { display: block; margin-left: auto; margin-right: auto; height: 20%; width: 20%; } /* Tablet Portrait size to standard 960 (devices and browsers) */ @media (max-width: 959px) { .imagen-adaptativa5 { display: block; margin-left: auto; margin-right: auto; height: 25%; width:25%; } } /* All Mobile Sizes (devices and browser) */ @media (max-width: 767px) { .imagen-adaptativa5 { display: block; margin-left: auto; margin-right: auto; height: 32%; width: 32%; } } /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */ @media (max-width: 767px) { .imagen-adaptativa5 { display: block; margin-left: auto; margin-right: auto; height: 35%; width: 35%; } } /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ @media (max-width: 576px) { .imagen-adaptativa5 { display: block; margin-left: auto; margin-right: auto; height: 40%; width: 40%; } } #slides{ color: grey; background-color: grey !important; } .carousel{ color: grey; background-color: grey !important; } .carousel .item{ color: grey; background-color: grey; } /* Otras funciones debajo de este comentario */ #first{ margin: 10%; text-align: center; background-color: rgba(0,200,200,0.5); } .parrafo { margin: 10px; } /*Con esta función se le coloca negrilla a los títulos e itálica*/ .titleONE{ font-weight:bold; font-style: italic; color:white; } /* Esta función permite colocarle el fondo a la página web y el color blanco al texto dentro de él*/ .principales{ background-image: url(../Images/foto_domotica.jpg); background-size: 100%; color:white; background-position: top; } #enviarFormulario{ background-color: #ff5c00; position: relative; text-shadow:0 1px 1px rgba(0, 0, 0, 0.25); border-top: rgba(255, 255, 255, .2) 1px solid; padding:0.6em 1.3em; line-height:1em; text-align:center; white-space: nowrap; } .contact-form { background-color: white; } .info{ text-align: justify; } h1{ text-align: center; color:black; font-family: "Palatino", sans-serif; font-weight: bolder; font-size: 55px; } h2{ text-align: center; font-size: 30px; font-weight: bolder; } #boton_domotica{ text-align: center; font-size: 80px; font-weight: bolder; color: darkgreen; } .domotica_titulos{ text-align: left; color:darkblue; font-family: "Palatino", sans-serif; font-weight: bolder; font-size: 20px; } img{ height: 400px; width: 450px; } #ventajas{ width: 1400px; display: block; height: auto; } #divTeamWork{ margin: 5%; text-align: center; background-color: rgba(255, 255, 255,0.6); } #grupoTrabajo { margin: 10px; } .integrantes { margin: 0 10% 10px 10%; display: block; color: black; } .apagado { background-color: black; border-radius: 100%; width: 30%; transition:ease; transition-duration: 0.5s; } .encendido { background-color: yellow; border-radius: 100%; width: 20%; transition:ease; transition-duration: 0.5s; } .form-type-send { margin:2% 15% 2% 15%; } .Encabezado { text-align: center; } .lettercolor { color: white; } .table { border: 5px; } .align { align-content: center; } .col-sm-4 { background-color:; }
ProyectoDEFINITIVO-master/css/style.css
.card-title{ text-align: center; color: #121CB9; } .divInterno{ margin: 5%; } #body{ background-color: white:; } /* default for mobile (Mobile first) */ .imagen-adaptativa1 { display: block; margin-left: auto; margin-right: auto; height: 40%; width: 40%; } /* Tablet Portrait size to standard 960 (devices and browsers) */ @media (max-width: 959px) { .imagen-adaptativa1 { display: block; margin-left: auto; margin-right: auto; height: 50%; width:50%; } } /* All Mobile Sizes (devices and browser) */ @media (max-width: 767px) { .imagen-adaptativa1 { display: block; margin-left: auto; margin-right: auto; height: 65%; width: 65%; } } /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */ @media (max-width: 767px) { .imagen-adaptativa1 { display: block; margin-left: auto; margin-right: auto; height: 70%; width: 70%; } } /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ @media (max-width: 576px) { .imagen-adaptativa1 { display: block; margin-left: auto; margin-right: auto; height: 80%; width: 80%; } } /* predeterminada para moviles (Mobile first) */ .imagen-adaptativa2 { display: block; margin-left: auto; margin-right: auto; height: 50%; width: 50%; } /* Smaller than standard 960 (devices and browsers) */ @media (max-width: 959px) { .imagen-adaptativa2 { display: block; margin-left: auto; margin-right: auto; height: 55%; width: 55%; } } /* Tablet Portrait size to standard 960 (devices and browsers) */ @media (min-width: 769px) and (max-width: 959px) { .imagen-adaptativa2 { display: block; margin-left: auto; margin-right: auto; height: 60%; width: 60%; } } /* All Mobile Sizes (devices and browser) */ @media (max-width: 767px) { .imagen-adaptativa2 { display: block; margin-left: auto; margin-right: auto; height: 65%; width: 65%; } } /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */ @media (min-width: 577px) and (max-width: 767px) { .imagen-adaptativa2 { display: block; margin-left: auto; margin-right: auto; height: 70%; width: 70%; } } /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ @media (max-width: 576px) { .imagen-adaptativa2 { display: block; margin-left: auto; margin-right: auto; height: 60%; width: 60%; } } /* predeterminada para moviles (Mobile first) */ .imagen-adaptativa3 { display: block; margin-left: auto; margin-right: auto; height: 77%; width: 77%; } /* Smaller than standard 960 (devices and browsers) */ @media (max-width: 959px) { .imagen-adaptativa3 { display: block; margin-left: auto; margin-right: auto; height: 55%; width: 55%; } } /* Tablet Portrait size to standard 960 (devices and browsers) */ @media (min-width: 769px) and (max-width: 959px) { .imagen-adaptativa3 { display: block; margin-left: auto; margin-right: auto; height: 60%; width: 60%; } } /* All Mobile Sizes (devices and browser) */ @media (max-width: 767px) { .imagen-adaptativa3 { display: block; margin-left: auto; margin-right: auto; height: 65%; width: 65%; } } /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */ @media (min-width: 577px) and (max-width: 767px) { .imagen-adaptativa3 { display: block; margin-left: auto; margin-right: auto; height: 70%; width: 70%; } } /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ @media (max-width: 576px) { .imagen-adaptativa3 { display: block; margin-left: auto; margin-right: auto; height: 90%; width: 90%; } } /* predeterminada para moviles (Mobile first) */ .imagen-adaptativa4 { display: block; margin-left: auto; margin-right: auto; height: 25%; width: 25%; } /* Smaller than standard 960 (devices and browsers) */ @media (max-width: 959px) { .imagen-adaptativa4 { display: block; margin-left: auto; margin-right: auto; height: 55%; width: 55%; } } /* Tablet Portrait size to standard 960 (devices and browsers) */ @media (min-width: 769px) and (max-width: 959px) { .imagen-adaptativa4 { display: block; margin-left: auto; margin-right: auto; height: 60%; width: 60%; } } /* All Mobile Sizes (devices and browser) */ @media (max-width: 767px) { .imagen-adaptativa4 { display: block; margin-left: auto; margin-right: auto; height: 65%; width: 65%; } } /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */ @media (min-width: 577px) and (max-width: 767px) { .imagen-adaptativa4 { display: block; margin-left: auto; margin-right: auto; height: 70%; width: 70%; } } /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ @media (max-width: 576px) { .imagen-adaptativa4 { display: block; margin-left: auto; margin-right: auto; height: 30%; width: 30%; } } .imagen-adaptativa5 { display: block; margin-left: auto; margin-right: auto; height: 20%; width: 20%; } /* Tablet Portrait size to standard 960 (devices and browsers) */ @media (max-width: 959px) { .imagen-adaptativa5 { display: block; margin-left: auto; margin-right: auto; height: 25%; width:25%; } } /* All Mobile Sizes (devices and browser) */ @media (max-width: 767px) { .imagen-adaptativa5 { display: block; margin-left: auto; margin-right: auto; height: 32%; width: 32%; } } /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */ @media (max-width: 767px) { .imagen-adaptativa5 { display: block; margin-left: auto; margin-right: auto; height: 35%; width: 35%; } } /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ @media (max-width: 576px) { .imagen-adaptativa5 { display: block; margin-left: auto; margin-right: auto; height: 40%; width: 40%; } } #slides{ color: grey; background-color: grey !important; } .carousel{ color: grey; background-color: grey !important; } .carousel .item{ color: grey; background-color: grey; } /* Otras funciones debajo de este comentario */ #first{ margin: 10%; text-align: center; background-color: rgba(0,200,200,0.5); } .parrafo { margin: 10px; } /*Con esta función se le coloca negrilla a los títulos e itálica*/ .titleONE{ font-weight:bold; font-style: italic; color:white; } /* Esta función permite colocarle el fondo a la página web y el color blanco al texto dentro de él*/ .principales{ background-image: url(../Images/foto_domotica.jpg); background-size: 100%; color:white; background-position: top; } #enviarFormulario{ background-color: #ff5c00; position: relative; text-shadow:0 1px 1px rgba(0, 0, 0, 0.25); border-top: rgba(255, 255, 255, .2) 1px solid; padding:0.6em 1.3em; line-height:1em; text-align:center; white-space: nowrap; } .contact-form { background-color: white; } .info{ text-align: justify; } h1{ text-align: center; color:black; font-family: "Palatino", sans-serif; font-weight: bolder; font-size: 55px; } h2{ text-align: center; font-size: 30px; font-weight: bolder; } #boton_domotica{ text-align: center; font-size: 80px; font-weight: bolder; color: darkgreen; } .domotica_titulos{ text-align: left; color:darkblue; font-family: "Palatino", sans-serif; font-weight: bolder; font-size: 20px; } img{ height: 400px; width: 450px; } #ventajas{ width: 1400px; display: block; height: auto; } #divTeamWork{ margin: 5%; text-align: center; background-color: rgba(255, 255, 255,0.6); } #grupoTrabajo { margin: 10px; } .integrantes { margin: 0 10% 10px 10%; display: block; color: black; } .apagado { background-color: black; border-radius: 100%; width: 30%; transition:ease; transition-duration: 0.5s; } .encendido { background-color: yellow; border-radius: 100%; width: 20%; transition:ease; transition-duration: 0.5s; } .form-type-send { margin:2% 15% 2% 15%; } .Encabezado { text-align: center; } .lettercolor { color: white; } .table { border: 5px; } .align { align-content: center; } .col-sm-4 { background-color:; }
0.501953
0.097777
* { margin: 0; padding: 0; box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; } body { background-color: #222831; display: flex; justify-content: center; padding: 75px; } .container { position: relative; width: 800px; height: 500px; background-color: #fff; box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1); overflow: hidden; border-radius: 10px; } .container .signin { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; } .container .signin img { position: relative; width: 57%; height: 100%; background-color: #222831; transition: 0.5s; } .container .signin .formSignin { position: relative; width: 50%; height: 100%; background-color: #FFD369; display: flex; justify-content: center; align-items: center; padding: 40px; transition: 0.5s; } .container .signin .formSignin form h2 { font-size: 18px; font-weight: bold; letter-spacing: 2px; text-align: center; width: 100%; margin-bottom: 10px; color: #222831; } .container .signin .formSignin form input { position: relative; width: 100%; padding: 10px; background-color: #f5f5f5; color: #333; border: none; outline: none; box-shadow: none; margin: 8px 0; font-size: 14px; border-radius: 5px; } .container .signin .formSignin form select { position: relative; width: 100%; padding: 10px; background-color: #f5f5f5; color: #333; border: none; outline: none; box-shadow: none; margin: 8px 0; font-size: 14px; border-radius: 5px; } .container .signin .formSignin form input[type="submit"] { max-width: 100px; background-color: #222831; color: #fff; cursor: pointer; font-size: 14px; font-weight: bold; letter-spacing: 1px; transition: 0.5s; } .container .signin .formSignin form .signup { position: relative; margin-top: 20px; font-size: 12px; letter-spacing: 1px; color: #555; font-weight: bold; } .container .signin .formSignin form .signup a { text-decoration: none; color: #222831; }
public/css/styleregistrasipage.css
* { margin: 0; padding: 0; box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; } body { background-color: #222831; display: flex; justify-content: center; padding: 75px; } .container { position: relative; width: 800px; height: 500px; background-color: #fff; box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1); overflow: hidden; border-radius: 10px; } .container .signin { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; } .container .signin img { position: relative; width: 57%; height: 100%; background-color: #222831; transition: 0.5s; } .container .signin .formSignin { position: relative; width: 50%; height: 100%; background-color: #FFD369; display: flex; justify-content: center; align-items: center; padding: 40px; transition: 0.5s; } .container .signin .formSignin form h2 { font-size: 18px; font-weight: bold; letter-spacing: 2px; text-align: center; width: 100%; margin-bottom: 10px; color: #222831; } .container .signin .formSignin form input { position: relative; width: 100%; padding: 10px; background-color: #f5f5f5; color: #333; border: none; outline: none; box-shadow: none; margin: 8px 0; font-size: 14px; border-radius: 5px; } .container .signin .formSignin form select { position: relative; width: 100%; padding: 10px; background-color: #f5f5f5; color: #333; border: none; outline: none; box-shadow: none; margin: 8px 0; font-size: 14px; border-radius: 5px; } .container .signin .formSignin form input[type="submit"] { max-width: 100px; background-color: #222831; color: #fff; cursor: pointer; font-size: 14px; font-weight: bold; letter-spacing: 1px; transition: 0.5s; } .container .signin .formSignin form .signup { position: relative; margin-top: 20px; font-size: 12px; letter-spacing: 1px; color: #555; font-weight: bold; } .container .signin .formSignin form .signup a { text-decoration: none; color: #222831; }
0.448668
0.063308
Table of contents: - Import Fonts - General - Button - Navbar - Slider - Offers - Note - Ebook - Courses - Product - Checkout - Product Details - Shopping Cart - Blog - Blog single - Login - Register - 404 pages - Testimonial - Faq - Footer ===================*/ /*=================== import fonts ===================*/ @import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900|Roboto:400,500,700'); /*=================== general ===================*/ *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { margin: 0; padding: 0; background: #fff; color: #999; font-size: 13px; font-family: 'Roboto', sans-serif; } body::-webkit-scrollbar { display: none; } h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; color: #232323; font-family: 'Raleway', sans-serif; } h1 { font-size: 34px; } h2 { font-size: 30px; } h3 { font-size: 28px; } h4 { font-size: 24px; } h5 { font-size: 18px; } h6 { font-size: 16px; } a { color: #333; } p { margin: 8px 0; line-height: 21px; } /*=================== button ===================*/ .button { background: #000; border: 0; color: #fff; padding: 4px 10px; border-radius: 3px; font-size: 12px; letter-spacing: 1px; position: relative; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; } /*=================== navbar ===================*/ .navbar { width: 100%; height: 50px; padding: 0; z-index: 9; background: #fddb17; position: fixed; top: 0; left: 0; right: 0; text-align: center; padding: 12px 0; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; } .navbar .panel-control-right a i { font-size: 22px; } .site-title { display: inline-block; } .site-title h1 { font-family: 'Roboto', sans-serif; font-size: 21px; padding: 0; margin: 0; font-weight: 700; line-height: 30px; color: #000; position: relative; left: 3px; } .site-title h1 span { color: #000; margin-right: 2px; } .side-nav { width: 250px; background: #fddb17; } .side-nav a { padding: 0 16px; font-weight: 400; } .side-nav a:hover { background: transparent; } .panel-control-left { float: left; font-size: 20px; } .panel-control-left a i, .panel-control-right a i { color: #000; } .panel-control-right { float: right; font-size: 18px; } .panel-control-right .contact-icon i { border-right: 1px solid #ddd; padding-right: 13px; margin-right: 10px; } /*panel control*/ .panel-control-left .sidenav-control-right i { color: #000; background: #000; padding: 8px; margin: 2px 0; border-radius: 2px; } .panel-control-left ul { padding: 0; border: none; } .panel-control-left ul li { } .panel-control-left ul li a { font-size: 15px; color: #000; } .panel-control-left .side-nav li a i { color: #000; } .panel-control-left .side-nav li a > i { margin-right: 20px; font-size: 20px; position: relative; top: -2px; } .panel-control-left ul li .photos { background: url(../img/photos-bg.jpg) center no-repeat; background-size: 100% 100%; height: 100%; width: 100%; vertical-align: top; position: relative; text-align: center; padding: 35px 0 25px 0; } .panel-control-left ul li .photos * { position: relative; } .panel-control-left ul li .photos:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; display: block; z-index: 0; background: rgba(249, 162, 49, 0.92); } .panel-control-left ul li .photos img { width: 80px; height: 80px; border-radius: 50%; } .panel-control-left ul li .photos h3 { font-size: 20px; color: #000; font-weight: 500; display: block; margin: 0; padding: 0; } .panel-control-left ul .first-list { padding-top: 15px; } .panel-control-left .side-nav .collapsible-header { font-size: 15px; color: #000; background: #fddb17; } .panel-control-left .side-nav .collapsible-header > i { margin-right: 20px; font-size: 20px; position: relative; top: -2px; } .panel-control-left .side-nav .collapsible-header span i { float: right; text-align: right; font-size: 10px; margin-right: 0; } .panel-control-left .side-nav .collapsible-header:hover { background: transparent; } .panel-control-left .side-nav .collapsible-header.active { } .panel-control-left .side-nav li.active { background: transparent; } .panel-control-left .side-nav .collapsible-header i { color: #000; width: 24px; text-align: left; } .panel-control-left .collapsible-body ul { padding: 0 0 0 0; margin: 0; } .panel-control-left .collapsible-body { background: #fddb17; } .panel-control-left .collapsible-body ul li a { padding-left: 60px; height: 40px; line-height: 40px; } .panel-control-left .categories-in li { line-height: 40px; } .panel-control-left .categories-in .collapsible-body ul li a { height: 36px; line-height: 36px; } .panel-control-left .categories-in .collapsible-header { padding-left: 45px; } .panel-control-left .categories-in .collapsible-body ul li a { padding-left: 60px; } /*=================== slider ===================*/ .slider-slick { position: relative; overflow: hidden; } .slider-slick .slider-entry { position: relative; height: 280px; } @media (min-width: 768px) { .slider-slick .slider-entry { position: relative; height: 430px; } } .slider-slick .overlay { background: linear-gradient( rgba(7, 7, 8, 0.38), rgba(0, 0, 0, 0.92) ); position: absolute; width: 100%; height: 100%; left: 0; top: 0; right: 0; } .slider-slick img { width: 100%; height: 100%; object-fit: cover; } .slider-slick .caption { position: absolute; left: 0; right: 0; margin: 0 auto; top: 30%; color: #fff; z-index: 999; overflow-wrap: break-word; text-align: center; } .slider-slick .caption h2 { color: #fff; font-weight: 600; font-size: 20px; text-transform: uppercase; font-family: 'Roboto', sans-serif; } .slider-slick .caption p { color: #eee; font-size: 15px; margin-bottom: 20px; } .slider-slick .caption ul { padding: 0; margin: 0; } .slider-slick .caption ul li { display: inline-block; margin: 0 4px; } .slider-slick .caption .button { border: 2px solid #000; } .slider-slick .caption .button-two { background: transparent; border: 0; color: #fff; border: 2px solid #fff; padding: 6px; border-radius: 1px; font-size: 12px; letter-spacing: 1px; position: relative; } .slider-slick .slick-dots { position: absolute; bottom: 0; left: 0; right: 0; display: block; width: 100%; } .slider-slick .slick-dots li { width: auto; } .slider-slick .slick-dots li button { width: 10px; height: 10px; background: #fff; border-radius: 50%; } .slider-slick .slick-dots li button { width: 10px; height: 10px; background: #fff; border-radius: 50%; } .slider-slick .slick-dots li.slick-active button { background: #fddb17; } .slider-slick .slick-dots li button::before { font-size: 0; color: transparent; } /*=================== offers ===================*/ .offers { text-align: left; padding: 10px 0 18px 0; } .offers .entry { box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; padding: 12px; } .offers .entry h5 { font-size: 16px; font-weight: 500; } .offers i { color: #fddb17; text-align: center; padding: 20px 0 4px; line-height: 11px; border-radius: 10px; font-size: 24px; margin: 0 auto; margin-bottom: 17px; } .offers span { text-align: right; display: block; } .offers span i { margin-bottom: 0; padding: 0; color: #555; } /*=================== features ===================*/ .features .entry .icon { float: left; width: 60px; height: 60px; background: #fddb17; color: #fff; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; border-radius: 50%; text-align: center; margin-right: 20px; font-size: 38px; line-height: 58px; } .features .entry .content { overflow: hidden; margin-bottom: -10px; } .features .entry ul { padding: 0; margin: 0; } .features .entry ul li { display: inline-block; } .features .entry ul li i { margin-right: 10px; font-size: 22px; color: #ff8f00; } .features .entry ul li h5 { color: #0e2a60; } .features .row:last-child { margin-bottom: 0; } /*=================== note ===================*/ .note { background: #fddb17; color: #000; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; } .note h5 { font-size: 22px; font-weight: 500; color: #fff; margin-bottom: 15px; color: #000; font-family: 'Roboto', sans-serif; } .note .button { margin-top: 15px; } .note ul { padding: 0; margin: 0; } .note ul li { display: inline-block; } .note ul .call { float: right; } .note-second { background: #fddb17; color: #eee; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; } .note-second h5 { font-size: 20px; font-weight: 500; color: #fff; } .note-second .button { background: #fddb17; position: relative; top: -3px; } .note-second ul { padding: 0; margin: 0; } .note-second ul li { display: inline-block; } .note-second ul .call { float: right; } /*=================== ebook ===================*/ .ebook .entry { position: relative; border-radius: 2px; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; padding: 10px 10px 18px; background: #fff; } .ebook .entry img { width: 100%; } .ebook .entry h6 { font-weight: 500; font-size: 16px; margin-top: 4px; } .ebook .pagination ul { margin-top: 25px; list-style: none; text-align: center; } .ebook .pagination ul li { display: inline-block; margin: 0 5px; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; } .ebook .pagination ul .active { background: #fddb17; color: #fff; border-color: #fddb17; } /*=================== courses ===================*/ .courses .entry { position: relative; border-radius: 2px; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; padding: 10px 10px 18px; background: #fff; } .courses .entry img { width: 100%; } .courses .entry h6 { font-weight: 500; font-size: 16px; margin-top: 4px; } .courses .pagination ul { margin-top: 25px; list-style: none; text-align: center; } .courses .pagination ul li { display: inline-block; margin: 0 5px; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; } .courses .pagination ul .active { background: #fddb17; color: #fff; border-color: #fddb17; } /*=================== courses single ===================*/ .courses-single { position: relative; } .courses-single .entry { margin-bottom: 30px; } .courses-single .entry img { width: 100%; height: 100%; } .courses-single .entry .user-date ul { list-style: none; } .courses-single .entry .user-date ul li { display: inline-block; margin-right: 12px; } .courses-single .entry .user-date ul li a i { margin-right: 6px; color: #f14330; } .courses-single .share ul { list-style: none; margin-top: 15px; } .courses-single .share ul li { display: inline-block; } .courses-single .share ul li h6 { margin-right: 4px; position: relative; bottom: 2px; } .courses-single .share ul li a i { font-size: 20px; margin: 0 4px; } .courses-single .author { border-top: 1px solid #eee; padding-top: 20px; position: relative; } .courses-single .author .entry { overflow: hidden; } .courses-single .author p { margin: 8px 0; } .courses-single .author img { width: 80px; height: 80px; border-radius: 50%; float: left; margin-right: 15px; } .courses-single .author .entry ul { padding: 0; margin: 0; } .courses-single .author .entry ul li { display: inline-block; margin-right: 3px; } .courses-single .comment .content .entry { overflow: hidden; margin-bottom: 22px; } .courses-single .comment .content p { margin: 8px 0; } .courses-single .comment .content img { width: 80px; height: 80px; float: left; margin-right: 15px; } .courses-single .comment .content { border-top: 1px solid #eee; padding-top: 20px; margin-top: 10px; } @media (min-width: 768px) { .courses-single .comment .content { border-top: 1px solid #eee; padding-top: 20px; margin-top: 10px; padding-bottom: 10px; } } .courses-single .post-comment .content { border-top: 1px solid #eee; padding-top: 20px; margin-top: 10px; } .courses-single .post-comment .content textarea { margin-bottom: 20px; } .courses-single .post-comment .content { } .courses-iframe { position:relative; padding-top: 1px; padding-bottom: 56.25%; height:0; overflow:hidden; } .courses-iframe iframe, .courses-iframe object, .courses-iframe embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .courses-single .entry h5 { margin: 15px 0 15px 0; font-size: 20px; } .courses-single .entry .thumb { float: left; width: 50px; height: 50px; margin-right: 15px; } .courses-single .entry .thumb img { border-radius: 50%; } .courses-single .entry .desc { overflow: hidden; } .courses-single .entry .desc h6 { padding: 0; margin: 0; font-size: 16px; } .courses-single .entry .desc span { font-size: 13px; display: block; margin-top: 5px; } .courses-single .description { display: block; clear: both; margin-top: 28px; padding-top: 15px; border-top: 1px solid #ddd; } /*=================== portfolio ===================*/ .portfolio ul { padding: 0; margin: 0 0 18px 0; cursor: default; text-align: center; } .portfolio ul li { background: #fddb17; display: inline-block; margin: 0 4px; cursor: pointer; color: #fff; padding: 5px 10px 3px 10px; border-radius: 3px; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; } .portfolio ul .active { background: #fddb17; color: #fff; } .portfolio .row { margin: 0; padding: 0; } .portfolio .row .col { padding: 3px; margin: 0; } .portfolio img { width: 100%; height: 100%; float: left; display: block; } /*=================== words ===================*/ .words { background: #fddb17; color: #eee; } .words h4 { color: #000; font-weight: 500; font-family: 'Roboto', sans-serif; } .words .button { margin-top: 8px; } /*=================== rating ===================*/ .rating { font-size: 12px; margin-top: 2px; margin-bottom: 5px; } .rating .active { color: #fecd2d; } /*=================== product ===================*/ .product { text-align: center; } .product.popular { padding: 0 0 25px 0; } .product .app-title { margin-bottom: 20px; } .product .tabs { margin-bottom: 10px; text-align: center; } .product .tabs .tab { text-transform: none; } .product .tabs .tab a { color: #444; font-size: 18px; } .product .tabs .tab a.active { color: #fddb17; } .product .tabs .indicator { background: transparent; } .product .entry { position: relative; text-align: center; border-radius: 2px; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; padding: 10px 10px 18px; background: #fff; } .product .entry h6 { font-weight: 500; } .product .entry .price h5 { font-size: 20px; font-weight: 500; color: #fddb17; letter-spacing: 1px; } .product .entry img { width: 100%; height: 100%; } .product .entry .button { margin-top: 10px; margin-bottom: 5px; } .rating .active { color: #fecd2d; } .product .entry h6, .product .entry .rating, .product .entry .price { margin-top: 2px; } .product .pagination ul { margin-top: 25px; list-style: none; text-align: center; } .product .pagination ul li { display: inline-block; margin: 0 5px; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; } .product .pagination ul .active { background: #fddb17; color: #fff; border-color: #fddb17; } /*=================== checkout ===================*/ .checkout .order { background: #fefefe; margin-top: 25px; padding: 16px 12px 2px; border: 1px solid #ddd; margin-bottom: 35px; } .checkout .order .title { text-align: center; } .checkout .order h5 { margin-bottom: 14px; } .checkout .order h5 span { font-size: 18px; } .checkout .order h6 { margin-bottom: 8px; font-size: 16px; color: #666; } .checkout .link { position: relative; top: -12px; } .checkout .order .text-right { text-align: right; } .checkout .order .button { margin-top: 10px; margin: auto; display: block; } /*=================== section, title and bg ===================*/ .app-section { padding: 30px 0 35px 0; } .app-pages { margin-top: 50px; } .app-title { margin-bottom: 20px; } .app-title .line { height: 2px; width: 30px; background: #fddb17; margin: 8px 0 3px 0; } .app-title p { margin: 2px 0; } .app-title h4 { font-weight: 600; font-size: 22px; margin-bottom: 5px; font-family: 'Roboto', sans-serif; text-align: left; } .pages-title { margin-bottom: 30px; text-align: center; } .pages-title h3 { font-size: 22px; font-weight: 600; } .app-bg-dark { background: #f9f9f9; } .app-bg-light { background: #fff; } .app-bg-light .entry { background: #f3f3f3; } .app-last-row { margin-bottom: 0; } .app-bg-color { background: #fddb17; color: #fff; } .app-bg-color h6 { color: #fff; } .app-bg-color .owl-theme .owl-controls .owl-page span { background: #fff; width: 10px; height: 10px; } .app-bg-color .app-title h4 { color: #fff; } .app-title h4 { font-weight: 500; } /*=================== product details ===================*/ .product-details .entry { position: relative; } .product-details .entry .big-image img { width: 100%; height: 100%; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; padding: 10px; margin-bottom: 5px; } .product-details .entry img { width: 100%; height: 100%; border: 1px solid #ddd; padding: 10px; margin-bottom: 5px; } .product-details .entry .tabs { height: auto; } .product-details .entry .tabs a.active { border-bottom: 2px solid #fddb17; } .product-details .entry .tabs a { border: 0 solid #fddb17; } .product-details .entry .tabs img { border: 0; } .product-details .entry .tabs .indicator { height: 0; background: transparent; } .product-details .entry .tabs .tab { height: auto; } .product-details .details .button { margin-top: 20px; } .product-details .desc-review { margin-top: 30px; } .product-details .desc-review .tabs { height: 30px; } .product-details .desc-review .tabs .indicator { background: #fddb17; } .product-details .desc-review .tab { height: 30px; text-transform: none; } .review .comment .content .entry { overflow: hidden; margin-bottom: 22px; } .review .comment .content p { margin: 8px 0; } .review .comment .content img { width: 80px; height: 80px; float: left; margin-right: 15px; border-radius: 50%; } .review .comment .content { border-bottom: 1px solid #eee; padding-top: 20px; margin-top: 10px; } .review .post-review { margin-top: 20px; } .review .post-review h6 { margin-bottom: 15px; } /*=================== product cart ===================*/ .product-cart .entry { border: 1px solid #ddd; padding: 10px 16px 0 10px; } .product-cart .entry h6, .product-cart .cart-total h6 { font-size: 15px; } .product-cart .entry img { width: 100%; height: 100%; border: 1px solid #ddd; } .product-cart .entry .cart-title { padding: 10px 0 0; } .product-cart .entry .cart-title i { text-align: right; float: right; } .product-cart .entry .s-title { border-top: 1px solid #ddd; padding-top: 20px; } .product-cart .entry input[type="number"] { height: 25px; border: 1px solid #ccc; padding: 0; width: 40px; text-align: center; position: relative; bottom: 4px; } .product-cart .cart-total { text-align: right; margin-top: 25px; } .product-cart .cart-total h5, .product-cart .cart-total h6 { margin-bottom: 10px; } .product-cart .cart-total .button { text-align: center; margin-right: 10px; margin-top: 10px; } /*=================== blog ===================*/ .blog { position: relative; } .blog .entry { margin-bottom: 30px; } .blog .entry .user-date { padding: 0; } .blog .entry .content { padding: 0 0 5px 0; } .blog .entry .content h5 a { font-weight: 500; } .blog .entry img { width: 100%; height: 100%; } .blog .entry .user-date ul { list-style: none; } .blog .entry .user-date ul li { display: inline-block; margin-right: 12px; } .blog .entry .user-date ul li a i { margin-right: 6px; color: #fddb17; } .blog .pagination ul { margin-top: 25px; list-style: none; text-align: center; } .blog .pagination ul li { display: inline-block; margin: 0 5px; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; } .blog .pagination ul .active { background: #fddb17; color: #fff; border-color: #fddb17; } /*=================== blog single ===================*/ .blog-single { position: relative; } .blog-single .entry { margin-bottom: 0; } .blog-single .entry img { width: 100%; height: 100%; } .blog-single .entry h5 { font-weight: 500; } .blog-single .entry .user-date ul { list-style: none; } .blog-single .entry .user-date ul li { display: inline-block; margin-right: 12px; } .blog-single .entry .user-date ul li a i { margin-right: 6px; color: #fddb17; } .blog-single .share ul { list-style: none; margin-top: 15px; } .blog-single .share ul li { display: inline-block; } .blog-single .share ul li h6 { margin-right: 4px; position: relative; bottom: 2px; } .blog-single .share ul li a i { font-size: 20px; margin: 0 4px; } .blog-single .author { border-top: 1px solid #eee; padding-top: 20px; position: relative; } .blog-single .author .entry { overflow: hidden; } .blog-single .author p { margin: 8px 0; } .blog-single .author img { width: 80px; height: 80px; border-radius: 50%; float: left; margin-right: 15px; } .blog-single .author .entry ul { padding: 0; margin: 0; } .blog-single .author .entry ul li { display: inline-block; margin-right: 3px; } .blog-single .comment .content .entry { overflow: hidden; margin-bottom: 22px; } .blog-single .comment .content p { margin: 8px 0; } .blog-single .comment .content img { width: 80px; height: 80px; float: left; margin-right: 15px; } .blog-single .comment .content { border-top: 1px solid #eee; padding-top: 20px; margin-top: 10px; } @media (min-width: 768px) { .blog-single .comment .content { border-top: 1px solid #eee; padding-top: 20px; margin-top: 10px; padding-bottom: 10px; } } .blog-single .post-comment .content { border-top: 1px solid #eee; padding-top: 20px; margin-top: 10px; } .blog-single .post-comment .content textarea { margin-bottom: 20px; } .blog-single .post-comment .content { } .blog-single .post-comment .content { } .blog-single .post-comment .content { } /*=================== form custom ===================*/ form input[type="text"], form input[type="email"], form input[type="password"], form input[type="tel"], form input[type="number"], form input[type="date"], form .select-wrapper input.select-dropdown { border: 1px solid #ddd; height: 36px; border-radius: 2px; width: 100%; overflow: visible; box-sizing: border-box; padding-left: 8px; padding-right: 8px; } form input:not([type]):focus:not([readonly]), form input[type="text"]:focus:not([readonly]), form input[type="email"]:focus:not([readonly]), form input[type="password"]:focus:not([readonly]), form input[type="tel"]:focus:not([readonly]), form input[type="number"]:focus:not([readonly]), form input[type="date"]:focus:not([readonly]) { border: 1px solid #999; box-shadow: none; } .input-field input:not([type]):focus:not([readonly]) + label, .input-field input[type="text"]:focus:not([readonly]) + label, .input-field input[type="email"]:focus:not([readonly]) + label, .input-field input[type="password"]:focus:not([readonly]) + label, .input-field input[type="tel"]:focus:not([readonly]) + label, .input-field input[type="number"]:focus:not([readonly]) + label, .input-field input[type="date"]:focus:not([readonly]) + label { color: #fddb17; box-shadow: none; } form textarea { border: none; border: 1px solid #ddd; border-radius: 2px; width: 100%; overflow: visible; box-sizing: border-box; height: auto; margin-bottom: 20px; padding-left: 8px; padding-right: 8px; padding-top: 8px; font-size: 14px; } form textarea:focus { border: 1px solid #999; } form textarea:focus + label { color: #fddb17; } form .picker__weekday-display { background-color: #fddb17; } form .picker__nav--prev:hover, .picker__nav--next:hover { background: #fddb17; } form .picker__date-display { background-color: #fddb17; } form .picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected { background-color: #fddb17; } form .picker__day.picker__day--today { color: #fddb17; } /*=================== placeholder color ===================*/ ::-webkit-input-placeholder { color: #666; } :-moz-placeholder { /* Firefox 18- */ color: #666; } ::-moz-placeholder { /* Firefox 19+ */ color: #666; } :-ms-input-placeholder { color: #666; } /*=================== login ===================*/ .login strong { display: block; position: relative; bottom: 5px; } .login .forgot { margin-bottom: 10px; display: block; } .login [type="checkbox"] + label { padding-left: 30px; color: #333; } .login [type="checkbox"]:checked + label::before { border-right: 2px solid #fddb17; border-bottom: 2px solid #fddb17; } .login .button { margin-top: 12px; margin-bottom: 24px; width: 100%; } .login .create-account { text-align: center; } .login .or h5 { text-align: center; margin-top: 10px; margin-bottom: 10px; width: 40px; height: 40px; background: #fddb17; color: #fff; margin-right: auto; margin-left: auto; border-radius: 50%; line-height: 40px; } .login .or .button { margin-top: 12px; margin-bottom: 12px; } .login .facebook { background: #3b5998; } .login .twitter { background: #00aced; } .login .google { background: #dd4b39; } /*=================== register ===================*/ .register .button { margin-top: 5px; margin-bottom: 14px; width: 100%; } .register .login-now { text-align: center; display: block; } .register .or h5 { text-align: center; margin-top: 20px; margin-bottom: 10px; width: 40px; height: 40px; background: #fddb17; color: #fff; margin-right: auto; margin-left: auto; border-radius: 50%; line-height: 40px; } .register .or .button { margin-top: 12px; margin-bottom: 12px; } .register .facebook { background: #3b5998; } .register .twitter { background: #00aced; } .register .google { background: #dd4b39; } /*=================== 404 page ===================*/ .page-404 { text-align: center; } .page-404 h3 { font-size: 96px; color: #fddb17; } .page-404 h3 span { color: #fddb17; } .page-404 .button { margin: 10px 0; display: inline-block; } .page-404 .button a { color: #fff; } /*=================== testimonial ===================*/ .testimonial { text-align: center; padding: 30px 0 15px 0; } .testimonial .app-title i { font-size: 26px; color: #fddb17; } .testimonial h6 { font-weight: 700; } .testimonial .app-title { margin-bottom: 10px; } .testimonial img { border-radius: 50%; margin: 5px 0 5px 0; height: 60px; width: 60px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0); } .testimonial .owl-theme .owl-controls .owl-page span { width: 10px; height: 10px; } .testimonial-home { background: #fddb17; color: #000; } .testimonial-home h6 { color: #000; } .testimonial-home i { font-size: 26px; } /*=================== latest news ===================*/ .latest-news img { width: 100%; } .latest-news h5 { font-size: 17px; margin-top: 5px; font-weight: 500; } .latest-news .row-last { margin-bottom: 0; } /*=================== faq ===================*/ .faq .collapsible { border: none; box-shadow: none; } .faq .collapsible li { margin-bottom: 6px; border: 1px solid #ddd; border-bottom-color: transparent; } .faq .collapsible li .collapsible-header { font-size: 16px; color: #666; } .faq .collapsible li .collapsible-header i { float: right; margin-right: 0; width: auto; font-size: 14px; } .faq .collapsible li .collapsible-body p { padding: 16px; } /*=================== footer ===================*/ footer { background: #fddb17; text-align: center; padding: 30px 0 0; } footer h6 { color: #000; font-size: 18px; font-weight: 600; } footer .icon-social { padding: 0; margin: 0; list-style: none; margin-top: 20px; margin-bottom: 15px; } footer .icon-social li { display: inline-block; width: 30px; height: 30px; text-align: center; line-height: 30px; margin: 0 3px; border-radius: 100%; } footer .icon-social .facebook { background: #3b5998; } footer .icon-social .twitter { background: #00aced; } footer .icon-social .google { background: #dd4b39; } footer .icon-social .instagram { background: #517fa6; } footer .icon-social .rss { background: #fe7e00; } footer ul li a { color: #000; } footer .tel-fax-mail ul { list-style: none; padding: 0; margin: 0; color: #000; } footer .tel-fax-mail ul li { padding: 4px 0; } footer .tel-fax-mail ul li span { font-weight: bold; padding: 0; margin: 0; } footer .ft-bottom { margin-top: 20px; padding-top: 20px; padding-bottom: 20px; color: #000; border-top: 1px solid #ccc; }
fut/css/style.css
Table of contents: - Import Fonts - General - Button - Navbar - Slider - Offers - Note - Ebook - Courses - Product - Checkout - Product Details - Shopping Cart - Blog - Blog single - Login - Register - 404 pages - Testimonial - Faq - Footer ===================*/ /*=================== import fonts ===================*/ @import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900|Roboto:400,500,700'); /*=================== general ===================*/ *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { margin: 0; padding: 0; background: #fff; color: #999; font-size: 13px; font-family: 'Roboto', sans-serif; } body::-webkit-scrollbar { display: none; } h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; color: #232323; font-family: 'Raleway', sans-serif; } h1 { font-size: 34px; } h2 { font-size: 30px; } h3 { font-size: 28px; } h4 { font-size: 24px; } h5 { font-size: 18px; } h6 { font-size: 16px; } a { color: #333; } p { margin: 8px 0; line-height: 21px; } /*=================== button ===================*/ .button { background: #000; border: 0; color: #fff; padding: 4px 10px; border-radius: 3px; font-size: 12px; letter-spacing: 1px; position: relative; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; } /*=================== navbar ===================*/ .navbar { width: 100%; height: 50px; padding: 0; z-index: 9; background: #fddb17; position: fixed; top: 0; left: 0; right: 0; text-align: center; padding: 12px 0; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; } .navbar .panel-control-right a i { font-size: 22px; } .site-title { display: inline-block; } .site-title h1 { font-family: 'Roboto', sans-serif; font-size: 21px; padding: 0; margin: 0; font-weight: 700; line-height: 30px; color: #000; position: relative; left: 3px; } .site-title h1 span { color: #000; margin-right: 2px; } .side-nav { width: 250px; background: #fddb17; } .side-nav a { padding: 0 16px; font-weight: 400; } .side-nav a:hover { background: transparent; } .panel-control-left { float: left; font-size: 20px; } .panel-control-left a i, .panel-control-right a i { color: #000; } .panel-control-right { float: right; font-size: 18px; } .panel-control-right .contact-icon i { border-right: 1px solid #ddd; padding-right: 13px; margin-right: 10px; } /*panel control*/ .panel-control-left .sidenav-control-right i { color: #000; background: #000; padding: 8px; margin: 2px 0; border-radius: 2px; } .panel-control-left ul { padding: 0; border: none; } .panel-control-left ul li { } .panel-control-left ul li a { font-size: 15px; color: #000; } .panel-control-left .side-nav li a i { color: #000; } .panel-control-left .side-nav li a > i { margin-right: 20px; font-size: 20px; position: relative; top: -2px; } .panel-control-left ul li .photos { background: url(../img/photos-bg.jpg) center no-repeat; background-size: 100% 100%; height: 100%; width: 100%; vertical-align: top; position: relative; text-align: center; padding: 35px 0 25px 0; } .panel-control-left ul li .photos * { position: relative; } .panel-control-left ul li .photos:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; display: block; z-index: 0; background: rgba(249, 162, 49, 0.92); } .panel-control-left ul li .photos img { width: 80px; height: 80px; border-radius: 50%; } .panel-control-left ul li .photos h3 { font-size: 20px; color: #000; font-weight: 500; display: block; margin: 0; padding: 0; } .panel-control-left ul .first-list { padding-top: 15px; } .panel-control-left .side-nav .collapsible-header { font-size: 15px; color: #000; background: #fddb17; } .panel-control-left .side-nav .collapsible-header > i { margin-right: 20px; font-size: 20px; position: relative; top: -2px; } .panel-control-left .side-nav .collapsible-header span i { float: right; text-align: right; font-size: 10px; margin-right: 0; } .panel-control-left .side-nav .collapsible-header:hover { background: transparent; } .panel-control-left .side-nav .collapsible-header.active { } .panel-control-left .side-nav li.active { background: transparent; } .panel-control-left .side-nav .collapsible-header i { color: #000; width: 24px; text-align: left; } .panel-control-left .collapsible-body ul { padding: 0 0 0 0; margin: 0; } .panel-control-left .collapsible-body { background: #fddb17; } .panel-control-left .collapsible-body ul li a { padding-left: 60px; height: 40px; line-height: 40px; } .panel-control-left .categories-in li { line-height: 40px; } .panel-control-left .categories-in .collapsible-body ul li a { height: 36px; line-height: 36px; } .panel-control-left .categories-in .collapsible-header { padding-left: 45px; } .panel-control-left .categories-in .collapsible-body ul li a { padding-left: 60px; } /*=================== slider ===================*/ .slider-slick { position: relative; overflow: hidden; } .slider-slick .slider-entry { position: relative; height: 280px; } @media (min-width: 768px) { .slider-slick .slider-entry { position: relative; height: 430px; } } .slider-slick .overlay { background: linear-gradient( rgba(7, 7, 8, 0.38), rgba(0, 0, 0, 0.92) ); position: absolute; width: 100%; height: 100%; left: 0; top: 0; right: 0; } .slider-slick img { width: 100%; height: 100%; object-fit: cover; } .slider-slick .caption { position: absolute; left: 0; right: 0; margin: 0 auto; top: 30%; color: #fff; z-index: 999; overflow-wrap: break-word; text-align: center; } .slider-slick .caption h2 { color: #fff; font-weight: 600; font-size: 20px; text-transform: uppercase; font-family: 'Roboto', sans-serif; } .slider-slick .caption p { color: #eee; font-size: 15px; margin-bottom: 20px; } .slider-slick .caption ul { padding: 0; margin: 0; } .slider-slick .caption ul li { display: inline-block; margin: 0 4px; } .slider-slick .caption .button { border: 2px solid #000; } .slider-slick .caption .button-two { background: transparent; border: 0; color: #fff; border: 2px solid #fff; padding: 6px; border-radius: 1px; font-size: 12px; letter-spacing: 1px; position: relative; } .slider-slick .slick-dots { position: absolute; bottom: 0; left: 0; right: 0; display: block; width: 100%; } .slider-slick .slick-dots li { width: auto; } .slider-slick .slick-dots li button { width: 10px; height: 10px; background: #fff; border-radius: 50%; } .slider-slick .slick-dots li button { width: 10px; height: 10px; background: #fff; border-radius: 50%; } .slider-slick .slick-dots li.slick-active button { background: #fddb17; } .slider-slick .slick-dots li button::before { font-size: 0; color: transparent; } /*=================== offers ===================*/ .offers { text-align: left; padding: 10px 0 18px 0; } .offers .entry { box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; padding: 12px; } .offers .entry h5 { font-size: 16px; font-weight: 500; } .offers i { color: #fddb17; text-align: center; padding: 20px 0 4px; line-height: 11px; border-radius: 10px; font-size: 24px; margin: 0 auto; margin-bottom: 17px; } .offers span { text-align: right; display: block; } .offers span i { margin-bottom: 0; padding: 0; color: #555; } /*=================== features ===================*/ .features .entry .icon { float: left; width: 60px; height: 60px; background: #fddb17; color: #fff; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; border-radius: 50%; text-align: center; margin-right: 20px; font-size: 38px; line-height: 58px; } .features .entry .content { overflow: hidden; margin-bottom: -10px; } .features .entry ul { padding: 0; margin: 0; } .features .entry ul li { display: inline-block; } .features .entry ul li i { margin-right: 10px; font-size: 22px; color: #ff8f00; } .features .entry ul li h5 { color: #0e2a60; } .features .row:last-child { margin-bottom: 0; } /*=================== note ===================*/ .note { background: #fddb17; color: #000; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; } .note h5 { font-size: 22px; font-weight: 500; color: #fff; margin-bottom: 15px; color: #000; font-family: 'Roboto', sans-serif; } .note .button { margin-top: 15px; } .note ul { padding: 0; margin: 0; } .note ul li { display: inline-block; } .note ul .call { float: right; } .note-second { background: #fddb17; color: #eee; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; } .note-second h5 { font-size: 20px; font-weight: 500; color: #fff; } .note-second .button { background: #fddb17; position: relative; top: -3px; } .note-second ul { padding: 0; margin: 0; } .note-second ul li { display: inline-block; } .note-second ul .call { float: right; } /*=================== ebook ===================*/ .ebook .entry { position: relative; border-radius: 2px; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; padding: 10px 10px 18px; background: #fff; } .ebook .entry img { width: 100%; } .ebook .entry h6 { font-weight: 500; font-size: 16px; margin-top: 4px; } .ebook .pagination ul { margin-top: 25px; list-style: none; text-align: center; } .ebook .pagination ul li { display: inline-block; margin: 0 5px; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; } .ebook .pagination ul .active { background: #fddb17; color: #fff; border-color: #fddb17; } /*=================== courses ===================*/ .courses .entry { position: relative; border-radius: 2px; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; padding: 10px 10px 18px; background: #fff; } .courses .entry img { width: 100%; } .courses .entry h6 { font-weight: 500; font-size: 16px; margin-top: 4px; } .courses .pagination ul { margin-top: 25px; list-style: none; text-align: center; } .courses .pagination ul li { display: inline-block; margin: 0 5px; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; } .courses .pagination ul .active { background: #fddb17; color: #fff; border-color: #fddb17; } /*=================== courses single ===================*/ .courses-single { position: relative; } .courses-single .entry { margin-bottom: 30px; } .courses-single .entry img { width: 100%; height: 100%; } .courses-single .entry .user-date ul { list-style: none; } .courses-single .entry .user-date ul li { display: inline-block; margin-right: 12px; } .courses-single .entry .user-date ul li a i { margin-right: 6px; color: #f14330; } .courses-single .share ul { list-style: none; margin-top: 15px; } .courses-single .share ul li { display: inline-block; } .courses-single .share ul li h6 { margin-right: 4px; position: relative; bottom: 2px; } .courses-single .share ul li a i { font-size: 20px; margin: 0 4px; } .courses-single .author { border-top: 1px solid #eee; padding-top: 20px; position: relative; } .courses-single .author .entry { overflow: hidden; } .courses-single .author p { margin: 8px 0; } .courses-single .author img { width: 80px; height: 80px; border-radius: 50%; float: left; margin-right: 15px; } .courses-single .author .entry ul { padding: 0; margin: 0; } .courses-single .author .entry ul li { display: inline-block; margin-right: 3px; } .courses-single .comment .content .entry { overflow: hidden; margin-bottom: 22px; } .courses-single .comment .content p { margin: 8px 0; } .courses-single .comment .content img { width: 80px; height: 80px; float: left; margin-right: 15px; } .courses-single .comment .content { border-top: 1px solid #eee; padding-top: 20px; margin-top: 10px; } @media (min-width: 768px) { .courses-single .comment .content { border-top: 1px solid #eee; padding-top: 20px; margin-top: 10px; padding-bottom: 10px; } } .courses-single .post-comment .content { border-top: 1px solid #eee; padding-top: 20px; margin-top: 10px; } .courses-single .post-comment .content textarea { margin-bottom: 20px; } .courses-single .post-comment .content { } .courses-iframe { position:relative; padding-top: 1px; padding-bottom: 56.25%; height:0; overflow:hidden; } .courses-iframe iframe, .courses-iframe object, .courses-iframe embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .courses-single .entry h5 { margin: 15px 0 15px 0; font-size: 20px; } .courses-single .entry .thumb { float: left; width: 50px; height: 50px; margin-right: 15px; } .courses-single .entry .thumb img { border-radius: 50%; } .courses-single .entry .desc { overflow: hidden; } .courses-single .entry .desc h6 { padding: 0; margin: 0; font-size: 16px; } .courses-single .entry .desc span { font-size: 13px; display: block; margin-top: 5px; } .courses-single .description { display: block; clear: both; margin-top: 28px; padding-top: 15px; border-top: 1px solid #ddd; } /*=================== portfolio ===================*/ .portfolio ul { padding: 0; margin: 0 0 18px 0; cursor: default; text-align: center; } .portfolio ul li { background: #fddb17; display: inline-block; margin: 0 4px; cursor: pointer; color: #fff; padding: 5px 10px 3px 10px; border-radius: 3px; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; } .portfolio ul .active { background: #fddb17; color: #fff; } .portfolio .row { margin: 0; padding: 0; } .portfolio .row .col { padding: 3px; margin: 0; } .portfolio img { width: 100%; height: 100%; float: left; display: block; } /*=================== words ===================*/ .words { background: #fddb17; color: #eee; } .words h4 { color: #000; font-weight: 500; font-family: 'Roboto', sans-serif; } .words .button { margin-top: 8px; } /*=================== rating ===================*/ .rating { font-size: 12px; margin-top: 2px; margin-bottom: 5px; } .rating .active { color: #fecd2d; } /*=================== product ===================*/ .product { text-align: center; } .product.popular { padding: 0 0 25px 0; } .product .app-title { margin-bottom: 20px; } .product .tabs { margin-bottom: 10px; text-align: center; } .product .tabs .tab { text-transform: none; } .product .tabs .tab a { color: #444; font-size: 18px; } .product .tabs .tab a.active { color: #fddb17; } .product .tabs .indicator { background: transparent; } .product .entry { position: relative; text-align: center; border-radius: 2px; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; padding: 10px 10px 18px; background: #fff; } .product .entry h6 { font-weight: 500; } .product .entry .price h5 { font-size: 20px; font-weight: 500; color: #fddb17; letter-spacing: 1px; } .product .entry img { width: 100%; height: 100%; } .product .entry .button { margin-top: 10px; margin-bottom: 5px; } .rating .active { color: #fecd2d; } .product .entry h6, .product .entry .rating, .product .entry .price { margin-top: 2px; } .product .pagination ul { margin-top: 25px; list-style: none; text-align: center; } .product .pagination ul li { display: inline-block; margin: 0 5px; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; } .product .pagination ul .active { background: #fddb17; color: #fff; border-color: #fddb17; } /*=================== checkout ===================*/ .checkout .order { background: #fefefe; margin-top: 25px; padding: 16px 12px 2px; border: 1px solid #ddd; margin-bottom: 35px; } .checkout .order .title { text-align: center; } .checkout .order h5 { margin-bottom: 14px; } .checkout .order h5 span { font-size: 18px; } .checkout .order h6 { margin-bottom: 8px; font-size: 16px; color: #666; } .checkout .link { position: relative; top: -12px; } .checkout .order .text-right { text-align: right; } .checkout .order .button { margin-top: 10px; margin: auto; display: block; } /*=================== section, title and bg ===================*/ .app-section { padding: 30px 0 35px 0; } .app-pages { margin-top: 50px; } .app-title { margin-bottom: 20px; } .app-title .line { height: 2px; width: 30px; background: #fddb17; margin: 8px 0 3px 0; } .app-title p { margin: 2px 0; } .app-title h4 { font-weight: 600; font-size: 22px; margin-bottom: 5px; font-family: 'Roboto', sans-serif; text-align: left; } .pages-title { margin-bottom: 30px; text-align: center; } .pages-title h3 { font-size: 22px; font-weight: 600; } .app-bg-dark { background: #f9f9f9; } .app-bg-light { background: #fff; } .app-bg-light .entry { background: #f3f3f3; } .app-last-row { margin-bottom: 0; } .app-bg-color { background: #fddb17; color: #fff; } .app-bg-color h6 { color: #fff; } .app-bg-color .owl-theme .owl-controls .owl-page span { background: #fff; width: 10px; height: 10px; } .app-bg-color .app-title h4 { color: #fff; } .app-title h4 { font-weight: 500; } /*=================== product details ===================*/ .product-details .entry { position: relative; } .product-details .entry .big-image img { width: 100%; height: 100%; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; padding: 10px; margin-bottom: 5px; } .product-details .entry img { width: 100%; height: 100%; border: 1px solid #ddd; padding: 10px; margin-bottom: 5px; } .product-details .entry .tabs { height: auto; } .product-details .entry .tabs a.active { border-bottom: 2px solid #fddb17; } .product-details .entry .tabs a { border: 0 solid #fddb17; } .product-details .entry .tabs img { border: 0; } .product-details .entry .tabs .indicator { height: 0; background: transparent; } .product-details .entry .tabs .tab { height: auto; } .product-details .details .button { margin-top: 20px; } .product-details .desc-review { margin-top: 30px; } .product-details .desc-review .tabs { height: 30px; } .product-details .desc-review .tabs .indicator { background: #fddb17; } .product-details .desc-review .tab { height: 30px; text-transform: none; } .review .comment .content .entry { overflow: hidden; margin-bottom: 22px; } .review .comment .content p { margin: 8px 0; } .review .comment .content img { width: 80px; height: 80px; float: left; margin-right: 15px; border-radius: 50%; } .review .comment .content { border-bottom: 1px solid #eee; padding-top: 20px; margin-top: 10px; } .review .post-review { margin-top: 20px; } .review .post-review h6 { margin-bottom: 15px; } /*=================== product cart ===================*/ .product-cart .entry { border: 1px solid #ddd; padding: 10px 16px 0 10px; } .product-cart .entry h6, .product-cart .cart-total h6 { font-size: 15px; } .product-cart .entry img { width: 100%; height: 100%; border: 1px solid #ddd; } .product-cart .entry .cart-title { padding: 10px 0 0; } .product-cart .entry .cart-title i { text-align: right; float: right; } .product-cart .entry .s-title { border-top: 1px solid #ddd; padding-top: 20px; } .product-cart .entry input[type="number"] { height: 25px; border: 1px solid #ccc; padding: 0; width: 40px; text-align: center; position: relative; bottom: 4px; } .product-cart .cart-total { text-align: right; margin-top: 25px; } .product-cart .cart-total h5, .product-cart .cart-total h6 { margin-bottom: 10px; } .product-cart .cart-total .button { text-align: center; margin-right: 10px; margin-top: 10px; } /*=================== blog ===================*/ .blog { position: relative; } .blog .entry { margin-bottom: 30px; } .blog .entry .user-date { padding: 0; } .blog .entry .content { padding: 0 0 5px 0; } .blog .entry .content h5 a { font-weight: 500; } .blog .entry img { width: 100%; height: 100%; } .blog .entry .user-date ul { list-style: none; } .blog .entry .user-date ul li { display: inline-block; margin-right: 12px; } .blog .entry .user-date ul li a i { margin-right: 6px; color: #fddb17; } .blog .pagination ul { margin-top: 25px; list-style: none; text-align: center; } .blog .pagination ul li { display: inline-block; margin: 0 5px; box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent; } .blog .pagination ul .active { background: #fddb17; color: #fff; border-color: #fddb17; } /*=================== blog single ===================*/ .blog-single { position: relative; } .blog-single .entry { margin-bottom: 0; } .blog-single .entry img { width: 100%; height: 100%; } .blog-single .entry h5 { font-weight: 500; } .blog-single .entry .user-date ul { list-style: none; } .blog-single .entry .user-date ul li { display: inline-block; margin-right: 12px; } .blog-single .entry .user-date ul li a i { margin-right: 6px; color: #fddb17; } .blog-single .share ul { list-style: none; margin-top: 15px; } .blog-single .share ul li { display: inline-block; } .blog-single .share ul li h6 { margin-right: 4px; position: relative; bottom: 2px; } .blog-single .share ul li a i { font-size: 20px; margin: 0 4px; } .blog-single .author { border-top: 1px solid #eee; padding-top: 20px; position: relative; } .blog-single .author .entry { overflow: hidden; } .blog-single .author p { margin: 8px 0; } .blog-single .author img { width: 80px; height: 80px; border-radius: 50%; float: left; margin-right: 15px; } .blog-single .author .entry ul { padding: 0; margin: 0; } .blog-single .author .entry ul li { display: inline-block; margin-right: 3px; } .blog-single .comment .content .entry { overflow: hidden; margin-bottom: 22px; } .blog-single .comment .content p { margin: 8px 0; } .blog-single .comment .content img { width: 80px; height: 80px; float: left; margin-right: 15px; } .blog-single .comment .content { border-top: 1px solid #eee; padding-top: 20px; margin-top: 10px; } @media (min-width: 768px) { .blog-single .comment .content { border-top: 1px solid #eee; padding-top: 20px; margin-top: 10px; padding-bottom: 10px; } } .blog-single .post-comment .content { border-top: 1px solid #eee; padding-top: 20px; margin-top: 10px; } .blog-single .post-comment .content textarea { margin-bottom: 20px; } .blog-single .post-comment .content { } .blog-single .post-comment .content { } .blog-single .post-comment .content { } /*=================== form custom ===================*/ form input[type="text"], form input[type="email"], form input[type="password"], form input[type="tel"], form input[type="number"], form input[type="date"], form .select-wrapper input.select-dropdown { border: 1px solid #ddd; height: 36px; border-radius: 2px; width: 100%; overflow: visible; box-sizing: border-box; padding-left: 8px; padding-right: 8px; } form input:not([type]):focus:not([readonly]), form input[type="text"]:focus:not([readonly]), form input[type="email"]:focus:not([readonly]), form input[type="password"]:focus:not([readonly]), form input[type="tel"]:focus:not([readonly]), form input[type="number"]:focus:not([readonly]), form input[type="date"]:focus:not([readonly]) { border: 1px solid #999; box-shadow: none; } .input-field input:not([type]):focus:not([readonly]) + label, .input-field input[type="text"]:focus:not([readonly]) + label, .input-field input[type="email"]:focus:not([readonly]) + label, .input-field input[type="password"]:focus:not([readonly]) + label, .input-field input[type="tel"]:focus:not([readonly]) + label, .input-field input[type="number"]:focus:not([readonly]) + label, .input-field input[type="date"]:focus:not([readonly]) + label { color: #fddb17; box-shadow: none; } form textarea { border: none; border: 1px solid #ddd; border-radius: 2px; width: 100%; overflow: visible; box-sizing: border-box; height: auto; margin-bottom: 20px; padding-left: 8px; padding-right: 8px; padding-top: 8px; font-size: 14px; } form textarea:focus { border: 1px solid #999; } form textarea:focus + label { color: #fddb17; } form .picker__weekday-display { background-color: #fddb17; } form .picker__nav--prev:hover, .picker__nav--next:hover { background: #fddb17; } form .picker__date-display { background-color: #fddb17; } form .picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected { background-color: #fddb17; } form .picker__day.picker__day--today { color: #fddb17; } /*=================== placeholder color ===================*/ ::-webkit-input-placeholder { color: #666; } :-moz-placeholder { /* Firefox 18- */ color: #666; } ::-moz-placeholder { /* Firefox 19+ */ color: #666; } :-ms-input-placeholder { color: #666; } /*=================== login ===================*/ .login strong { display: block; position: relative; bottom: 5px; } .login .forgot { margin-bottom: 10px; display: block; } .login [type="checkbox"] + label { padding-left: 30px; color: #333; } .login [type="checkbox"]:checked + label::before { border-right: 2px solid #fddb17; border-bottom: 2px solid #fddb17; } .login .button { margin-top: 12px; margin-bottom: 24px; width: 100%; } .login .create-account { text-align: center; } .login .or h5 { text-align: center; margin-top: 10px; margin-bottom: 10px; width: 40px; height: 40px; background: #fddb17; color: #fff; margin-right: auto; margin-left: auto; border-radius: 50%; line-height: 40px; } .login .or .button { margin-top: 12px; margin-bottom: 12px; } .login .facebook { background: #3b5998; } .login .twitter { background: #00aced; } .login .google { background: #dd4b39; } /*=================== register ===================*/ .register .button { margin-top: 5px; margin-bottom: 14px; width: 100%; } .register .login-now { text-align: center; display: block; } .register .or h5 { text-align: center; margin-top: 20px; margin-bottom: 10px; width: 40px; height: 40px; background: #fddb17; color: #fff; margin-right: auto; margin-left: auto; border-radius: 50%; line-height: 40px; } .register .or .button { margin-top: 12px; margin-bottom: 12px; } .register .facebook { background: #3b5998; } .register .twitter { background: #00aced; } .register .google { background: #dd4b39; } /*=================== 404 page ===================*/ .page-404 { text-align: center; } .page-404 h3 { font-size: 96px; color: #fddb17; } .page-404 h3 span { color: #fddb17; } .page-404 .button { margin: 10px 0; display: inline-block; } .page-404 .button a { color: #fff; } /*=================== testimonial ===================*/ .testimonial { text-align: center; padding: 30px 0 15px 0; } .testimonial .app-title i { font-size: 26px; color: #fddb17; } .testimonial h6 { font-weight: 700; } .testimonial .app-title { margin-bottom: 10px; } .testimonial img { border-radius: 50%; margin: 5px 0 5px 0; height: 60px; width: 60px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0); } .testimonial .owl-theme .owl-controls .owl-page span { width: 10px; height: 10px; } .testimonial-home { background: #fddb17; color: #000; } .testimonial-home h6 { color: #000; } .testimonial-home i { font-size: 26px; } /*=================== latest news ===================*/ .latest-news img { width: 100%; } .latest-news h5 { font-size: 17px; margin-top: 5px; font-weight: 500; } .latest-news .row-last { margin-bottom: 0; } /*=================== faq ===================*/ .faq .collapsible { border: none; box-shadow: none; } .faq .collapsible li { margin-bottom: 6px; border: 1px solid #ddd; border-bottom-color: transparent; } .faq .collapsible li .collapsible-header { font-size: 16px; color: #666; } .faq .collapsible li .collapsible-header i { float: right; margin-right: 0; width: auto; font-size: 14px; } .faq .collapsible li .collapsible-body p { padding: 16px; } /*=================== footer ===================*/ footer { background: #fddb17; text-align: center; padding: 30px 0 0; } footer h6 { color: #000; font-size: 18px; font-weight: 600; } footer .icon-social { padding: 0; margin: 0; list-style: none; margin-top: 20px; margin-bottom: 15px; } footer .icon-social li { display: inline-block; width: 30px; height: 30px; text-align: center; line-height: 30px; margin: 0 3px; border-radius: 100%; } footer .icon-social .facebook { background: #3b5998; } footer .icon-social .twitter { background: #00aced; } footer .icon-social .google { background: #dd4b39; } footer .icon-social .instagram { background: #517fa6; } footer .icon-social .rss { background: #fe7e00; } footer ul li a { color: #000; } footer .tel-fax-mail ul { list-style: none; padding: 0; margin: 0; color: #000; } footer .tel-fax-mail ul li { padding: 4px 0; } footer .tel-fax-mail ul li span { font-weight: bold; padding: 0; margin: 0; } footer .ft-bottom { margin-top: 20px; padding-top: 20px; padding-bottom: 20px; color: #000; border-top: 1px solid #ccc; }
0.344774
0.058025
@font-face { font-family: 'League Spartan'; src: url('/fonts/leaguespartan-bold.eot'); /* IE9 Compat Modes */ src: url('/fonts/leaguespartan-bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/leaguespartan-bold.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/leaguespartan-bold.woff') format('woff'), /* Pretty Modern Browsers */ url('/fonts/leaguespartan-bold.svg#league_spartanbold') format('svg'); /* Legacy iOS */ font-weight: bold; font-style: normal; } html, body { height: 100%; overflow: hidden; } body { background: #C7A88D; color: #C3B79D; font-family: 'League Spartan', 'Archivo Black', sans-serif; margin: 0; padding: 0; position: relative; } img { width: 100%; } /* styles for svncrwns UC theme */ .big-logo { bottom: -4em; position: absolute; text-align: center; width: 100%; z-index: 1; } .col-6 { height: 35vh; overflow: hidden; width: 100%; } .container { margin: 0 auto; position: relative; width: 90%; } .hero-content { margin: 0 auto; overflow: hidden; position: relative; width: 80%; z-index: 2; } .hero-text { font-size: 3.7em; letter-spacing: 12px; position: absolute; text-align: center; text-transform: uppercase; top: 21vh; width: 100%; z-index: 3; } .logo { width: 3em; } .logo2 { float: right; width: 4.5em; } .site-header { margin: 15px 15px 30px 15px; } .small-logo { display: block; margin: 0 auto; width: 1em; } /* Media Queries */ @media screen and (min-width: 400px) { .container { width: 380px; } } @media screen and (min-width:500px) { .col-6 { height: 40vh; } .container { width: 480px; } .hero-text { top: 23vh; } } @media screen and (min-width:600px) { .container { width: 580px; } .hero-text { top: 28vh; } } /* this is where the layout breaks to desktop view 700px */ @media screen and (min-width: 700px) { .col-6 { float: left; height: auto; width: 50%; } /* this is adjusted just for iPad view */ div.hero-content > div.col-6.first { width: 75%; height: 45vh; } /* this is adjusted just for iPad view */ div.hero-content > div.col-6.second { width: 70%; height: 45vh; margin-top: -6em; margin-left: 10em; opacity: 0.8; } .container { width: 680px; } .hero-content { width: 90%; } /* this is adjusted just for iPad view */ .hero-text { /*top: 25vh;*/ transform: rotate(-90deg); left: -2.4em; top: 7.7em; } .site-header { margin: 30px 50px 30px 50px; } } @media screen and (min-width: 1000px) { .big-logo_img { width: 65%; } /*.col-6 { height: 75vh; }*/ /* this is adjusted just for iPad Pro view */ div.hero-content > div.col-6.first { width: 65%; height: 45vh; } /* this is adjusted just for iPad Pro view */ div.hero-content > div.col-6.second { width: 70%; height: 50vh; margin-top: -12em; margin-left: 10em; } .container { width: 980px; } /* this is adjusted just for iPad view */ .hero-text { /*top: 35%;*/ top: 5.3em; left: -4.6em; } .site-header { margin: 30px 50px 30px 50px; } } @media screen and (min-width: 1200px) { .col-6 { float: left; height: auto; width: 50%; } /* this is adjusted just for Desktop view */ div.hero-content > div.col-6.first { float: left; height: 80vh; width: 50%; } /* this is adjusted just for Desktop view */ div.hero-content > div.col-6.second { float: left; height: 80vh; width: 50%; margin-top: 0; margin-left: 0; opacity: 1; } /* this is adjusted just for Desktop view */ .hero-text { transform: rotate(0deg); top: 25vh; left: 0; } } @media screen and (min-width: 1350px) { .big-logo_img { width: 45%; } .container { width: 1320px; } }
css/theme.css
@font-face { font-family: 'League Spartan'; src: url('/fonts/leaguespartan-bold.eot'); /* IE9 Compat Modes */ src: url('/fonts/leaguespartan-bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/leaguespartan-bold.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/leaguespartan-bold.woff') format('woff'), /* Pretty Modern Browsers */ url('/fonts/leaguespartan-bold.svg#league_spartanbold') format('svg'); /* Legacy iOS */ font-weight: bold; font-style: normal; } html, body { height: 100%; overflow: hidden; } body { background: #C7A88D; color: #C3B79D; font-family: 'League Spartan', 'Archivo Black', sans-serif; margin: 0; padding: 0; position: relative; } img { width: 100%; } /* styles for svncrwns UC theme */ .big-logo { bottom: -4em; position: absolute; text-align: center; width: 100%; z-index: 1; } .col-6 { height: 35vh; overflow: hidden; width: 100%; } .container { margin: 0 auto; position: relative; width: 90%; } .hero-content { margin: 0 auto; overflow: hidden; position: relative; width: 80%; z-index: 2; } .hero-text { font-size: 3.7em; letter-spacing: 12px; position: absolute; text-align: center; text-transform: uppercase; top: 21vh; width: 100%; z-index: 3; } .logo { width: 3em; } .logo2 { float: right; width: 4.5em; } .site-header { margin: 15px 15px 30px 15px; } .small-logo { display: block; margin: 0 auto; width: 1em; } /* Media Queries */ @media screen and (min-width: 400px) { .container { width: 380px; } } @media screen and (min-width:500px) { .col-6 { height: 40vh; } .container { width: 480px; } .hero-text { top: 23vh; } } @media screen and (min-width:600px) { .container { width: 580px; } .hero-text { top: 28vh; } } /* this is where the layout breaks to desktop view 700px */ @media screen and (min-width: 700px) { .col-6 { float: left; height: auto; width: 50%; } /* this is adjusted just for iPad view */ div.hero-content > div.col-6.first { width: 75%; height: 45vh; } /* this is adjusted just for iPad view */ div.hero-content > div.col-6.second { width: 70%; height: 45vh; margin-top: -6em; margin-left: 10em; opacity: 0.8; } .container { width: 680px; } .hero-content { width: 90%; } /* this is adjusted just for iPad view */ .hero-text { /*top: 25vh;*/ transform: rotate(-90deg); left: -2.4em; top: 7.7em; } .site-header { margin: 30px 50px 30px 50px; } } @media screen and (min-width: 1000px) { .big-logo_img { width: 65%; } /*.col-6 { height: 75vh; }*/ /* this is adjusted just for iPad Pro view */ div.hero-content > div.col-6.first { width: 65%; height: 45vh; } /* this is adjusted just for iPad Pro view */ div.hero-content > div.col-6.second { width: 70%; height: 50vh; margin-top: -12em; margin-left: 10em; } .container { width: 980px; } /* this is adjusted just for iPad view */ .hero-text { /*top: 35%;*/ top: 5.3em; left: -4.6em; } .site-header { margin: 30px 50px 30px 50px; } } @media screen and (min-width: 1200px) { .col-6 { float: left; height: auto; width: 50%; } /* this is adjusted just for Desktop view */ div.hero-content > div.col-6.first { float: left; height: 80vh; width: 50%; } /* this is adjusted just for Desktop view */ div.hero-content > div.col-6.second { float: left; height: 80vh; width: 50%; margin-top: 0; margin-left: 0; opacity: 1; } /* this is adjusted just for Desktop view */ .hero-text { transform: rotate(0deg); top: 25vh; left: 0; } } @media screen and (min-width: 1350px) { .big-logo_img { width: 45%; } .container { width: 1320px; } }
0.283484
0.057758
div#header{ border:1px 15px; padding: 1px 20px; width:95%; color:#FFFFFF; -webkit-border-top-left-radius: 20px; -webkit-border-bottom-right-radius: 20px; -moz-border-radius-topleft: 20px; -moz-border-radius-bottomright: 20px; border-top-left-radius: 20px; border-bottom-right-radius: 20px; background: rgb(135,224,253); /* Old browsers */ background: -moz-linear-gradient(top, rgba(135,224,253,1) 0%, rgba(83,203,241,1) 40%, rgba(5,171,224,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,224,253,1)), color-stop(40%,rgba(83,203,241,1)), color-stop(100%,rgba(5,171,224,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */ background: linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* W3C */ } div#left{ width:auto; float: left; } div#right{ width:auto; float: left; text-align:left; } div#header h1{ color:#FFFFFF; text-shadow: #6374AB 2px 2px 2px; } div#leftNav{ margin: 10px 5px 0px 5px; padding: 1px 15px; width:170px; background: rgb(255,255,255); /* Old browsers */ color:#309dcf; background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */ background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */ } div#leftNav a{ color:#309dcf; text-decoration:none; } div#leftNav a:hover{ text-decoration: underline; } div#network{ background-image: url("../images/springsocial/twitter/twitter_logo.png"); background-repeat: no-repeat; font-size:22px; padding-left:35px; height:33px; } #content a{ color:#309dcf; text-decoration:none; } #content a:hover{ text-decoration: underline; } dl dt{ color:#999999; font-size: 14px; } form[name='sendMessage'] textarea{ margin:0px 0px 15px 0px; font-family: Arial, "MS Trebuchet", sans-serif; padding: 5px; } form[name='search'] { margin:10px 0px; } form[name='search'] input[type='submit'] { margin: 5px 0px; } ul.imagedList li:hover{ background: rgb(255,255,255); /* Old browsers */ background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */ background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */ }
web-app/css/springsocial/twitter.css
div#header{ border:1px 15px; padding: 1px 20px; width:95%; color:#FFFFFF; -webkit-border-top-left-radius: 20px; -webkit-border-bottom-right-radius: 20px; -moz-border-radius-topleft: 20px; -moz-border-radius-bottomright: 20px; border-top-left-radius: 20px; border-bottom-right-radius: 20px; background: rgb(135,224,253); /* Old browsers */ background: -moz-linear-gradient(top, rgba(135,224,253,1) 0%, rgba(83,203,241,1) 40%, rgba(5,171,224,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,224,253,1)), color-stop(40%,rgba(83,203,241,1)), color-stop(100%,rgba(5,171,224,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */ background: linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* W3C */ } div#left{ width:auto; float: left; } div#right{ width:auto; float: left; text-align:left; } div#header h1{ color:#FFFFFF; text-shadow: #6374AB 2px 2px 2px; } div#leftNav{ margin: 10px 5px 0px 5px; padding: 1px 15px; width:170px; background: rgb(255,255,255); /* Old browsers */ color:#309dcf; background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */ background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */ } div#leftNav a{ color:#309dcf; text-decoration:none; } div#leftNav a:hover{ text-decoration: underline; } div#network{ background-image: url("../images/springsocial/twitter/twitter_logo.png"); background-repeat: no-repeat; font-size:22px; padding-left:35px; height:33px; } #content a{ color:#309dcf; text-decoration:none; } #content a:hover{ text-decoration: underline; } dl dt{ color:#999999; font-size: 14px; } form[name='sendMessage'] textarea{ margin:0px 0px 15px 0px; font-family: Arial, "MS Trebuchet", sans-serif; padding: 5px; } form[name='search'] { margin:10px 0px; } form[name='search'] input[type='submit'] { margin: 5px 0px; } ul.imagedList li:hover{ background: rgb(255,255,255); /* Old browsers */ background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */ background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */ }
0.244634
0.083106
@charset "UTF-8"; /* * * Índice * * 1. Colores * 2. Tipografías * 3. Mixins * 4. Puntos de ruptura * 5. Otros * ***********************************/ /* Estas son las clases de materialize, por si sirve: $small-screen-up: 601px !default; $medium-screen-up: 993px !default; $large-screen-up: 1326px !default; $small-screen: 600px !default; $medium-screen: 992px !default; $large-screen: 1325px !default; */ /* Estilos globales */ html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { background-color: #f2f2f2; font-family: 'Open Sans', sans-serif; } h2 { font-family: 'Oswald', sans-serif; text-transform: uppercase; text-align: center; } h2::after { content: ''; margin: 0 auto; background-image: url("../img/separador.png"); height: 30px; width: 100px; display: block; } h3 { font-size: 1.8em; color: #fe4918; font-family: 'PT Sans', sans-serif; margin: 0; } h4 { text-align: center; text-transform: uppercase; border-bottom: 2px solid #fe4918; padding-bottom: 10px; font-size: 1.2em; } .button { font-family: 'Oswald', sans-serif; background-color: #fe4918; padding: 10px 40px; color: #fff; text-transform: uppercase; font-weight: bold; text-decoration: none; font-size: 1em; margin-top: 20px; display: inline-block; transition: all .3s ease; border: 2px solid #fe4918; } .button:hover { background-color: #af2601; border: 2px solid #af2601; } .button.hollow { background-color: #fff; color: #fe4918; } .button.hollow:hover { background-color: #af2601; color: #fff; } .button.transparente { background-color: transparent; border-color: #fff; } .button.transparente:hover { border: 2px solid #fe4918; background-color: #fe4918; } ul { list-style: none; margin: 0; padding: 0; } .float-right { float: right; } .no-border { border: none !important; } .contenedor { width: 98%; margin: 0 auto; } @media (min-width: 480px) { .contenedor { width: 95%; } } @media (min-width: 768px) { .contenedor { width: 90%; } } @media (min-width: 992px) { .contenedor { width: 90%; max-width: 1100px; } } .seccion { padding: 30px 0; } .seccion p { font-size: 1.2em; text-align: center; } nav.redes-sociales { text-align: center; } nav.redes-sociales a { color: #fff; font-size: 2em; margin-right: 20px; } nav.redes-sociales a:last-child { margin-right: 0; } /* Estilos header */ header .hero { background-image: url("../img/encabezado.jpg"); height: 100vh; background-position: top center; background-size: cover; } header .hero .contenido-header { padding-top: 40px; } header .hero .contenido-header nav.redes-sociales { text-align: center; } header .hero .contenido-header nav.redes-sociales a { color: #fff; font-size: 2em; margin-right: 20px; } header .hero .contenido-header nav.redes-sociales a:last-child { margin-right: 0; } header .hero .contenido-header .informacion-evento { text-align: center; color: #fff; } header .hero .contenido-header .informacion-evento h1 { font-family: 'PT Sans', sans-serif; font-size: 5.8vw; text-transform: uppercase; } @media (min-width: 768px) { header .hero .contenido-header .informacion-evento h1 { font-size: 11.5vw; margin: 0; line-height: 1; } } header .hero .contenido-header .informacion-evento h1 span { position: relative; text-shadow: 0 0 30px #000; } @media (min-width: 992px) { header .hero .contenido-header .informacion-evento h1 span.char1 { top: 20px; right: 20px; } header .hero .contenido-header .informacion-evento h1 span.char2 { top: 0; left: -20px; } header .hero .contenido-header .informacion-evento h1 span.char3 { top: 10px; right: 20px; } header .hero .contenido-header .informacion-evento h1 span.char4 { top: 5px; right: 10px; } header .hero .contenido-header .informacion-evento h1 span.char5 { top: 15px; right: 10px; } header .hero .contenido-header .informacion-evento h1 span.char6 { top: 5px; right: 10px; } header .hero .contenido-header .informacion-evento h1 span.char7 { top: 20px; right: -10px; } header .hero .contenido-header .informacion-evento h1 span.char8 { top: 0px; right: 10px; } header .hero .contenido-header .informacion-evento h1 span.char9 { top: 10px; right: 20px; } header .hero .contenido-header .informacion-evento h1 span.char10 { top: 20px; right: 20px; } } header .hero .contenido-header .informacion-evento p { margin: 0; display: inline; font-size: 20px; text-transform: uppercase; } header .hero .contenido-header .informacion-evento p.fecha { float: left; } header .hero .contenido-header .informacion-evento p.ciudad { float: right; text-align: right; } header .hero .contenido-header .informacion-evento p.slogan { text-transform: none; } header .hero .contenido-header .informacion-evento p.slogan span { font-weight: bold; } header .hero .contenido-header .informacion-evento p i { color: #fe4918; font-size: 2.4rem; } @media (min-width: 768px) { header .hero .contenido-header .informacion-evento { width: 70%; margin: 0 auto; margin-top: 50px; } } @media (min-width: 768px) { header .hero .contenido-header { padding-top: 10px; } } /* ------------------------------------------------------------------------------------- Estilos para seccion programa ------------------------------------------------------------------------------------- */ section.programa { position: relative; } section.programa .contenedor-video { max-width: 100%; overflow-x: hidden; } section.programa .contenido-programa { position: absolute; top: 0; left: 0; height: 100%; width: 100%; } section.programa .contenido-programa .programa-evento { background-color: rgba(255, 255, 255, 0.8); padding: 15px; margin-top: 80px; } @media (min-width: 768px) { section.programa .contenido-programa .programa-evento { width: 70%; } } @media (min-width: 992px) { section.programa .contenido-programa .programa-evento { width: 50%; } } section.programa .contenido-programa .programa-evento nav.menu-programa { width: 100%; } section.programa .contenido-programa .programa-evento nav.menu-programa a { font-family: 'Oswald', sans-serif; display: block; text-align: center; color: #000; text-decoration: none; margin-bottom: 10px; font-size: 1.2em; position: relative; padding-bottom: 10px; border-bottom: 1px solid #fe4918; } section.programa .contenido-programa .programa-evento nav.menu-programa a i { color: #fe4918; font-size: 1.6em; margin-right: 10px; } section.programa .contenido-programa .programa-evento nav.menu-programa a.activo { color: #fe4918; } section.programa .contenido-programa .programa-evento nav.menu-programa a.activo:after { content: ''; position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; height: 20px; width: 30px; background-image: url("../img/talleres-flecha.jpg"); background-position: top center; background-repeat: no-repeat; bottom: -20px; } @media (min-width: 768px) { section.programa .contenido-programa .programa-evento nav.menu-programa { display: table; } section.programa .contenido-programa .programa-evento nav.menu-programa a { display: table-cell; } } section.programa .contenido-programa .programa-evento .detalle-evento { margin-top: 20px; border-bottom: 1px solid #000; padding: 0 20px; } section.programa .contenido-programa .programa-evento .detalle-evento:nth-child(2) { border: none; } section.programa .contenido-programa .programa-evento .detalle-evento p { margin-bottom: 20px; font-size: 20px; } section.programa .contenido-programa .programa-evento .detalle-evento p i { color: #fe4918; font-size: 1.6em; margin-right: 10px; } /* ------------------------------------------------------------------------------------- Estilos para seccion invitados ------------------------------------------------------------------------------------- */ section.invitados ul.lista-invitados li { padding: 10px; float: left; } @media (min-width: 480px) { section.invitados ul.lista-invitados li { width: 50%; } } @media (min-width: 768px) { section.invitados ul.lista-invitados li { width: 33%; } } section.invitados ul.lista-invitados .invitado { position: relative; overflow: hidden; } section.invitados ul.lista-invitados .invitado img { max-width: 100%; filter: gray; -webkit-filter: grayscale(1); -webkit-transition: all .5s ease-in-out; } section.invitados ul.lista-invitados .invitado p { position: absolute; bottom: 0; left: 0; padding: 15px 10px; margin: 0; background-color: rgba(0, 0, 0, 0.55); width: 100%; text-align: left; font-family: 'Oswald', sans-serif; color: #fe4918; text-transform: uppercase; -webkit-transition: all .5s ease-in-out; } section.invitados ul.lista-invitados .invitado:hover img { filter: gray; -webkit-filter: grayscale(0); -webkit-transform: scale(1.1); } section.invitados ul.lista-invitados .invitado:hover p { bottom: -80px; opacity: 0; } /* ------------------------------------------------------------------------------------- Estilos para el contador ------------------------------------------------------------------------------------- */ .parallax::before { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed; filter: brightness(0.8); -webkit-filter: brightness(0.8); } p.numero { color: #fe4918; font-size: 4em; display: block; margin: 0 0 10px 0; font-family: 'Oswald', sans-serif; } div.contador { position: relative; height: auto; } div.contador::before { background-image: url("../img/bg-resumen.jpg"); content: ''; } div.contador .resumen-evento { position: relative; padding: 120px 0; } div.contador .resumen-evento li { font-family: 'Oswald', sans-serif; font-size: 24px; width: 50%; float: left; text-align: center; color: #fff; text-transform: uppercase; } @media (min-width: 768px) { div.contador .resumen-evento li { width: 25%; } } /* ------------------------------------------------------------------------------------- Tablas d eprecios ------------------------------------------------------------------------------------- */ ul.lista-precios > li { padding: 10px; } @media (min-width: 768px) { ul.lista-precios > li { float: left; width: 33.3%; } } ul.lista-precios .tabla-precio { border: 1px solid #e1e1e1; background-color: #fff; padding: 40px 0; text-align: center; transition: all .3s ease; } ul.lista-precios .tabla-precio h3 { font-family: 'Oswald', sans-serif; font-size: 16px; text-transform: uppercase; } ul.lista-precios .tabla-precio p { color: #000; margin: 20px 0; } ul.lista-precios .tabla-precio ul li { font-family: 'PT Sans', sans-serif; font-size: 14px; margin-bottom: 20px; text-transform: uppercase; color: #868686; line-height: 26px; } ul.lista-precios .tabla-precio ul li::before { font-family: 'FontAwesome'; display: inline-block; vertical-align: top; padding: 0 5px; font-size: 20px; color: green; -webkit-font-smoothing: antialiased; content: '\f00c'; } ul.lista-precios .tabla-precio:hover { transform: scale(1.1); border: 1px solid #fe4918; box-shadow: 0px 0px 50px #666; } /* ------------------------------------------------------------------------------------- Mapa ------------------------------------------------------------------------------------- */ .mapa { height: 420px; background-color: green; } /* ------------------------------------------------------------------------------------- Testimoniales ------------------------------------------------------------------------------------- */ div.testimoniales { padding-bottom: 20px; } div.testimoniales .testimonial { padding: 5px; } @media (min-width: 768px) { div.testimoniales .testimonial { width: 33.3%; float: left; } } div.testimoniales .testimonial blockquote { background-color: #fff; border: 1px solid #e1e1e1; position: relative; margin: 0 0 10px 0; padding-bottom: 20px; } div.testimoniales .testimonial blockquote p { text-align: justify; font-size: 1em; font-family: 'PT Sans', sans-serif; padding: 0 20px 0 65px; } div.testimoniales .testimonial blockquote p::before { content: '\201c'; position: absolute; left: 13px; top: 8px; font-size: 8rem; margin: 0; padding: 0; line-height: 1; color: #fe4918; } div.testimoniales .testimonial footer.info-testimonial { padding: 0; } div.testimoniales .testimonial footer.info-testimonial img { float: left; width: 20%; border-radius: 50%; margin-left: 20px; } div.testimoniales .testimonial footer.info-testimonial cite { text-align: left; color: #fe4918; text-transform: uppercase; font-size: 12px; padding-top: 10px; width: 66.6%; float: right; font-weight: bold; font-style: normal; } div.testimoniales .testimonial footer.info-testimonial cite span { color: #000; display: block; text-transform: none; margin-top: 5px; } /* ------------------------------------------------------------------------------------- Newsletter ------------------------------------------------------------------------------------- */ div.newsletter { position: relative; height: auto; } div.newsletter::before { background-image: url("../img/bg-newsletter.jpg"); content: ''; } div.newsletter .contenido { padding: 100px 0; color: #fff; text-align: center; position: relative; } div.newsletter .contenido p { font-size: 1.2em; text-transform: lowercase; } div.newsletter .contenido h3 { color: #fff; text-transform: uppercase; font-size: 7vw; font-family: 'PT Sans', sans-serif; } /* ------------------------------------------------------------------------------------- Cuenta regresiva ------------------------------------------------------------------------------------- */ div.cuenta-regresiva ul li { text-transform: uppercase; font-family: "Oswald", sans-serif; font-size: 2rem; text-align: center; } @media (min-width: 768px) { div.cuenta-regresiva ul li { width: 25%; float: left; } } /* Estilos menu desktop */ div.barra { background-color: #353535; padding: 20px 0; } div.barra .logo { width: 80%; float: left; } div.barra .logo img { width: 100%; } @media (min-width: 768px) { div.barra .logo { width: 33%; } } div.barra nav.navegacion-principal { display: none; width: 100%; } @media (min-width: 768px) { div.barra nav.navegacion-principal { width: 67%; float: right; text-align: right; display: block; } } div.barra nav.navegacion-principal a { font-family: 'Oswald', sans-serif; color: #fff; font-size: 1.3em; text-transform: uppercase; text-decoration: none; transition: all .6s ease; width: 100%; display: block; text-align: center; margin-bottom: 20px; } @media (min-width: 768px) { div.barra nav.navegacion-principal a { padding: 10px 10px; display: inline-block; width: auto; text-align: center; margin: 0 10px 0 0; } } div.barra nav.navegacion-principal a:hover { background-color: #fe4918; } div.barra nav.navegacion-principal a:last-child { border: 2px solid #fe4918; color: #fe4918; } div.barra nav.navegacion-principal a:last-child:hover { color: #fff; } div.barra.fixed { position: fixed; width: 100%; top: 0; left: 0; z-index: 2; } /* Estilos menu movil */ div.menu-movil { width: 60px; display: block; float: right; text-align: right; margin-top: 12px; } div.menu-movil span { height: 8px; margin-bottom: 6px; background-color: #fff; display: block; } @media (min-width: 768px) { div.menu-movil { display: none; } } div.menu-movil:hover { cursor: pointer; } /* ------------------------------------------------------------------------------------- Footer ------------------------------------------------------------------------------------- */ footer.site-footer { background-color: #353535; padding-top: 40px; margin-top: 40px; } footer.site-footer .contenido > div { color: #fff; padding: 0px 20px; font-size: 12px; text-align: justify; } @media (min-width: 768px) { footer.site-footer .contenido > div { width: 33.3%; float: left; } } footer.site-footer .contenido .ultimos-tweets li { margin-bottom: 10px; } footer.site-footer h3 { color: #fff; text-transform: uppercase; font-family: "Oswald", sans-serif; margin-bottom: 20px; } footer.site-footer h3 span { color: #fe4918; } footer.site-footer nav.redes-sociales { text-align: left; } footer.site-footer p.copyright { background-color: #2e2e2e; color: #fff; padding: 10px 0; margin: 20px 0 0 0; text-align: center; } /* ------------------------------------------------------------------------------------- Interna de registro ------------------------------------------------------------------------------------- */ form.registro h3 { text-align: center; text-transform: uppercase; margin: 20px 0 0 0; } form.registro label { margin-bottom: 5px; } form.registro #error { clear: both; padding: 20px; text-align: center; display: none; } form.registro div.caja { background-color: #fff; border: 1px solid #e1e1e1; padding: 10px; margin: 10px; } form.registro div.caja .campo { padding: 20px; } @media (min-width: 768px) { form.registro div.caja .campo { float: left; width: 33.3%; } } form.registro div.paquetes .tabla-precio:hover { transform: none; box-shadow: none; } form.registro div.paquetes .tabla-precio input { clear: both; width: 100px; margin: 10px auto 0 auto; display: block; } form.registro div.eventos .contenido-dia { padding: 20px; display: none; } @media (min-width: 768px) { form.registro div.eventos .contenido-dia > div { float: left; width: 33.3%; } } form.registro div.eventos .contenido-dia > div p { text-align: left; font-weight: bold; } form.registro div.eventos .contenido-dia > div label { display: block; margin-bottom: 10px; } form.registro div.eventos .contenido-dia > div label time { color: #fe4918; font-weight: bold; } form.registro div.eventos .contenido-dia > div input { margin-right: 10px; } /* ------------------------------------------------------------------------------------- Resumen de registro ------------------------------------------------------------------------------------- */ .resumen p { font-size: 1.2em; text-transform: uppercase; } .resumen input { display: block; margin: 0 auto; } .resumen .extras { float: left; width: 50%; padding: 30px; } .resumen .extras .orden { text-align: left; margin-bottom: 10px; } .resumen .extras .orden input { margin: 10px 0 0 0; } .resumen .total { float: right; width: 50%; padding: 30px; } .resumen #lista-productos { display: none; background-color: #e1e1e1; padding: 20px; } .resumen #suma-total { text-align: center; font-size: 2em; color: #fe4918; } body.conferencia .navegacion-principal a.activo { border-bottom: 2px solid #fe4918; } body.conferencia div.galeria a { display: inline-block; margin-bottom: 10px; } /*# sourceMappingURL=estilos.css.map */
css/estilos.css
@charset "UTF-8"; /* * * Índice * * 1. Colores * 2. Tipografías * 3. Mixins * 4. Puntos de ruptura * 5. Otros * ***********************************/ /* Estas son las clases de materialize, por si sirve: $small-screen-up: 601px !default; $medium-screen-up: 993px !default; $large-screen-up: 1326px !default; $small-screen: 600px !default; $medium-screen: 992px !default; $large-screen: 1325px !default; */ /* Estilos globales */ html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { background-color: #f2f2f2; font-family: 'Open Sans', sans-serif; } h2 { font-family: 'Oswald', sans-serif; text-transform: uppercase; text-align: center; } h2::after { content: ''; margin: 0 auto; background-image: url("../img/separador.png"); height: 30px; width: 100px; display: block; } h3 { font-size: 1.8em; color: #fe4918; font-family: 'PT Sans', sans-serif; margin: 0; } h4 { text-align: center; text-transform: uppercase; border-bottom: 2px solid #fe4918; padding-bottom: 10px; font-size: 1.2em; } .button { font-family: 'Oswald', sans-serif; background-color: #fe4918; padding: 10px 40px; color: #fff; text-transform: uppercase; font-weight: bold; text-decoration: none; font-size: 1em; margin-top: 20px; display: inline-block; transition: all .3s ease; border: 2px solid #fe4918; } .button:hover { background-color: #af2601; border: 2px solid #af2601; } .button.hollow { background-color: #fff; color: #fe4918; } .button.hollow:hover { background-color: #af2601; color: #fff; } .button.transparente { background-color: transparent; border-color: #fff; } .button.transparente:hover { border: 2px solid #fe4918; background-color: #fe4918; } ul { list-style: none; margin: 0; padding: 0; } .float-right { float: right; } .no-border { border: none !important; } .contenedor { width: 98%; margin: 0 auto; } @media (min-width: 480px) { .contenedor { width: 95%; } } @media (min-width: 768px) { .contenedor { width: 90%; } } @media (min-width: 992px) { .contenedor { width: 90%; max-width: 1100px; } } .seccion { padding: 30px 0; } .seccion p { font-size: 1.2em; text-align: center; } nav.redes-sociales { text-align: center; } nav.redes-sociales a { color: #fff; font-size: 2em; margin-right: 20px; } nav.redes-sociales a:last-child { margin-right: 0; } /* Estilos header */ header .hero { background-image: url("../img/encabezado.jpg"); height: 100vh; background-position: top center; background-size: cover; } header .hero .contenido-header { padding-top: 40px; } header .hero .contenido-header nav.redes-sociales { text-align: center; } header .hero .contenido-header nav.redes-sociales a { color: #fff; font-size: 2em; margin-right: 20px; } header .hero .contenido-header nav.redes-sociales a:last-child { margin-right: 0; } header .hero .contenido-header .informacion-evento { text-align: center; color: #fff; } header .hero .contenido-header .informacion-evento h1 { font-family: 'PT Sans', sans-serif; font-size: 5.8vw; text-transform: uppercase; } @media (min-width: 768px) { header .hero .contenido-header .informacion-evento h1 { font-size: 11.5vw; margin: 0; line-height: 1; } } header .hero .contenido-header .informacion-evento h1 span { position: relative; text-shadow: 0 0 30px #000; } @media (min-width: 992px) { header .hero .contenido-header .informacion-evento h1 span.char1 { top: 20px; right: 20px; } header .hero .contenido-header .informacion-evento h1 span.char2 { top: 0; left: -20px; } header .hero .contenido-header .informacion-evento h1 span.char3 { top: 10px; right: 20px; } header .hero .contenido-header .informacion-evento h1 span.char4 { top: 5px; right: 10px; } header .hero .contenido-header .informacion-evento h1 span.char5 { top: 15px; right: 10px; } header .hero .contenido-header .informacion-evento h1 span.char6 { top: 5px; right: 10px; } header .hero .contenido-header .informacion-evento h1 span.char7 { top: 20px; right: -10px; } header .hero .contenido-header .informacion-evento h1 span.char8 { top: 0px; right: 10px; } header .hero .contenido-header .informacion-evento h1 span.char9 { top: 10px; right: 20px; } header .hero .contenido-header .informacion-evento h1 span.char10 { top: 20px; right: 20px; } } header .hero .contenido-header .informacion-evento p { margin: 0; display: inline; font-size: 20px; text-transform: uppercase; } header .hero .contenido-header .informacion-evento p.fecha { float: left; } header .hero .contenido-header .informacion-evento p.ciudad { float: right; text-align: right; } header .hero .contenido-header .informacion-evento p.slogan { text-transform: none; } header .hero .contenido-header .informacion-evento p.slogan span { font-weight: bold; } header .hero .contenido-header .informacion-evento p i { color: #fe4918; font-size: 2.4rem; } @media (min-width: 768px) { header .hero .contenido-header .informacion-evento { width: 70%; margin: 0 auto; margin-top: 50px; } } @media (min-width: 768px) { header .hero .contenido-header { padding-top: 10px; } } /* ------------------------------------------------------------------------------------- Estilos para seccion programa ------------------------------------------------------------------------------------- */ section.programa { position: relative; } section.programa .contenedor-video { max-width: 100%; overflow-x: hidden; } section.programa .contenido-programa { position: absolute; top: 0; left: 0; height: 100%; width: 100%; } section.programa .contenido-programa .programa-evento { background-color: rgba(255, 255, 255, 0.8); padding: 15px; margin-top: 80px; } @media (min-width: 768px) { section.programa .contenido-programa .programa-evento { width: 70%; } } @media (min-width: 992px) { section.programa .contenido-programa .programa-evento { width: 50%; } } section.programa .contenido-programa .programa-evento nav.menu-programa { width: 100%; } section.programa .contenido-programa .programa-evento nav.menu-programa a { font-family: 'Oswald', sans-serif; display: block; text-align: center; color: #000; text-decoration: none; margin-bottom: 10px; font-size: 1.2em; position: relative; padding-bottom: 10px; border-bottom: 1px solid #fe4918; } section.programa .contenido-programa .programa-evento nav.menu-programa a i { color: #fe4918; font-size: 1.6em; margin-right: 10px; } section.programa .contenido-programa .programa-evento nav.menu-programa a.activo { color: #fe4918; } section.programa .contenido-programa .programa-evento nav.menu-programa a.activo:after { content: ''; position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; height: 20px; width: 30px; background-image: url("../img/talleres-flecha.jpg"); background-position: top center; background-repeat: no-repeat; bottom: -20px; } @media (min-width: 768px) { section.programa .contenido-programa .programa-evento nav.menu-programa { display: table; } section.programa .contenido-programa .programa-evento nav.menu-programa a { display: table-cell; } } section.programa .contenido-programa .programa-evento .detalle-evento { margin-top: 20px; border-bottom: 1px solid #000; padding: 0 20px; } section.programa .contenido-programa .programa-evento .detalle-evento:nth-child(2) { border: none; } section.programa .contenido-programa .programa-evento .detalle-evento p { margin-bottom: 20px; font-size: 20px; } section.programa .contenido-programa .programa-evento .detalle-evento p i { color: #fe4918; font-size: 1.6em; margin-right: 10px; } /* ------------------------------------------------------------------------------------- Estilos para seccion invitados ------------------------------------------------------------------------------------- */ section.invitados ul.lista-invitados li { padding: 10px; float: left; } @media (min-width: 480px) { section.invitados ul.lista-invitados li { width: 50%; } } @media (min-width: 768px) { section.invitados ul.lista-invitados li { width: 33%; } } section.invitados ul.lista-invitados .invitado { position: relative; overflow: hidden; } section.invitados ul.lista-invitados .invitado img { max-width: 100%; filter: gray; -webkit-filter: grayscale(1); -webkit-transition: all .5s ease-in-out; } section.invitados ul.lista-invitados .invitado p { position: absolute; bottom: 0; left: 0; padding: 15px 10px; margin: 0; background-color: rgba(0, 0, 0, 0.55); width: 100%; text-align: left; font-family: 'Oswald', sans-serif; color: #fe4918; text-transform: uppercase; -webkit-transition: all .5s ease-in-out; } section.invitados ul.lista-invitados .invitado:hover img { filter: gray; -webkit-filter: grayscale(0); -webkit-transform: scale(1.1); } section.invitados ul.lista-invitados .invitado:hover p { bottom: -80px; opacity: 0; } /* ------------------------------------------------------------------------------------- Estilos para el contador ------------------------------------------------------------------------------------- */ .parallax::before { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-repeat: no-repeat; background-size: cover; background-position: center center; background-attachment: fixed; filter: brightness(0.8); -webkit-filter: brightness(0.8); } p.numero { color: #fe4918; font-size: 4em; display: block; margin: 0 0 10px 0; font-family: 'Oswald', sans-serif; } div.contador { position: relative; height: auto; } div.contador::before { background-image: url("../img/bg-resumen.jpg"); content: ''; } div.contador .resumen-evento { position: relative; padding: 120px 0; } div.contador .resumen-evento li { font-family: 'Oswald', sans-serif; font-size: 24px; width: 50%; float: left; text-align: center; color: #fff; text-transform: uppercase; } @media (min-width: 768px) { div.contador .resumen-evento li { width: 25%; } } /* ------------------------------------------------------------------------------------- Tablas d eprecios ------------------------------------------------------------------------------------- */ ul.lista-precios > li { padding: 10px; } @media (min-width: 768px) { ul.lista-precios > li { float: left; width: 33.3%; } } ul.lista-precios .tabla-precio { border: 1px solid #e1e1e1; background-color: #fff; padding: 40px 0; text-align: center; transition: all .3s ease; } ul.lista-precios .tabla-precio h3 { font-family: 'Oswald', sans-serif; font-size: 16px; text-transform: uppercase; } ul.lista-precios .tabla-precio p { color: #000; margin: 20px 0; } ul.lista-precios .tabla-precio ul li { font-family: 'PT Sans', sans-serif; font-size: 14px; margin-bottom: 20px; text-transform: uppercase; color: #868686; line-height: 26px; } ul.lista-precios .tabla-precio ul li::before { font-family: 'FontAwesome'; display: inline-block; vertical-align: top; padding: 0 5px; font-size: 20px; color: green; -webkit-font-smoothing: antialiased; content: '\f00c'; } ul.lista-precios .tabla-precio:hover { transform: scale(1.1); border: 1px solid #fe4918; box-shadow: 0px 0px 50px #666; } /* ------------------------------------------------------------------------------------- Mapa ------------------------------------------------------------------------------------- */ .mapa { height: 420px; background-color: green; } /* ------------------------------------------------------------------------------------- Testimoniales ------------------------------------------------------------------------------------- */ div.testimoniales { padding-bottom: 20px; } div.testimoniales .testimonial { padding: 5px; } @media (min-width: 768px) { div.testimoniales .testimonial { width: 33.3%; float: left; } } div.testimoniales .testimonial blockquote { background-color: #fff; border: 1px solid #e1e1e1; position: relative; margin: 0 0 10px 0; padding-bottom: 20px; } div.testimoniales .testimonial blockquote p { text-align: justify; font-size: 1em; font-family: 'PT Sans', sans-serif; padding: 0 20px 0 65px; } div.testimoniales .testimonial blockquote p::before { content: '\201c'; position: absolute; left: 13px; top: 8px; font-size: 8rem; margin: 0; padding: 0; line-height: 1; color: #fe4918; } div.testimoniales .testimonial footer.info-testimonial { padding: 0; } div.testimoniales .testimonial footer.info-testimonial img { float: left; width: 20%; border-radius: 50%; margin-left: 20px; } div.testimoniales .testimonial footer.info-testimonial cite { text-align: left; color: #fe4918; text-transform: uppercase; font-size: 12px; padding-top: 10px; width: 66.6%; float: right; font-weight: bold; font-style: normal; } div.testimoniales .testimonial footer.info-testimonial cite span { color: #000; display: block; text-transform: none; margin-top: 5px; } /* ------------------------------------------------------------------------------------- Newsletter ------------------------------------------------------------------------------------- */ div.newsletter { position: relative; height: auto; } div.newsletter::before { background-image: url("../img/bg-newsletter.jpg"); content: ''; } div.newsletter .contenido { padding: 100px 0; color: #fff; text-align: center; position: relative; } div.newsletter .contenido p { font-size: 1.2em; text-transform: lowercase; } div.newsletter .contenido h3 { color: #fff; text-transform: uppercase; font-size: 7vw; font-family: 'PT Sans', sans-serif; } /* ------------------------------------------------------------------------------------- Cuenta regresiva ------------------------------------------------------------------------------------- */ div.cuenta-regresiva ul li { text-transform: uppercase; font-family: "Oswald", sans-serif; font-size: 2rem; text-align: center; } @media (min-width: 768px) { div.cuenta-regresiva ul li { width: 25%; float: left; } } /* Estilos menu desktop */ div.barra { background-color: #353535; padding: 20px 0; } div.barra .logo { width: 80%; float: left; } div.barra .logo img { width: 100%; } @media (min-width: 768px) { div.barra .logo { width: 33%; } } div.barra nav.navegacion-principal { display: none; width: 100%; } @media (min-width: 768px) { div.barra nav.navegacion-principal { width: 67%; float: right; text-align: right; display: block; } } div.barra nav.navegacion-principal a { font-family: 'Oswald', sans-serif; color: #fff; font-size: 1.3em; text-transform: uppercase; text-decoration: none; transition: all .6s ease; width: 100%; display: block; text-align: center; margin-bottom: 20px; } @media (min-width: 768px) { div.barra nav.navegacion-principal a { padding: 10px 10px; display: inline-block; width: auto; text-align: center; margin: 0 10px 0 0; } } div.barra nav.navegacion-principal a:hover { background-color: #fe4918; } div.barra nav.navegacion-principal a:last-child { border: 2px solid #fe4918; color: #fe4918; } div.barra nav.navegacion-principal a:last-child:hover { color: #fff; } div.barra.fixed { position: fixed; width: 100%; top: 0; left: 0; z-index: 2; } /* Estilos menu movil */ div.menu-movil { width: 60px; display: block; float: right; text-align: right; margin-top: 12px; } div.menu-movil span { height: 8px; margin-bottom: 6px; background-color: #fff; display: block; } @media (min-width: 768px) { div.menu-movil { display: none; } } div.menu-movil:hover { cursor: pointer; } /* ------------------------------------------------------------------------------------- Footer ------------------------------------------------------------------------------------- */ footer.site-footer { background-color: #353535; padding-top: 40px; margin-top: 40px; } footer.site-footer .contenido > div { color: #fff; padding: 0px 20px; font-size: 12px; text-align: justify; } @media (min-width: 768px) { footer.site-footer .contenido > div { width: 33.3%; float: left; } } footer.site-footer .contenido .ultimos-tweets li { margin-bottom: 10px; } footer.site-footer h3 { color: #fff; text-transform: uppercase; font-family: "Oswald", sans-serif; margin-bottom: 20px; } footer.site-footer h3 span { color: #fe4918; } footer.site-footer nav.redes-sociales { text-align: left; } footer.site-footer p.copyright { background-color: #2e2e2e; color: #fff; padding: 10px 0; margin: 20px 0 0 0; text-align: center; } /* ------------------------------------------------------------------------------------- Interna de registro ------------------------------------------------------------------------------------- */ form.registro h3 { text-align: center; text-transform: uppercase; margin: 20px 0 0 0; } form.registro label { margin-bottom: 5px; } form.registro #error { clear: both; padding: 20px; text-align: center; display: none; } form.registro div.caja { background-color: #fff; border: 1px solid #e1e1e1; padding: 10px; margin: 10px; } form.registro div.caja .campo { padding: 20px; } @media (min-width: 768px) { form.registro div.caja .campo { float: left; width: 33.3%; } } form.registro div.paquetes .tabla-precio:hover { transform: none; box-shadow: none; } form.registro div.paquetes .tabla-precio input { clear: both; width: 100px; margin: 10px auto 0 auto; display: block; } form.registro div.eventos .contenido-dia { padding: 20px; display: none; } @media (min-width: 768px) { form.registro div.eventos .contenido-dia > div { float: left; width: 33.3%; } } form.registro div.eventos .contenido-dia > div p { text-align: left; font-weight: bold; } form.registro div.eventos .contenido-dia > div label { display: block; margin-bottom: 10px; } form.registro div.eventos .contenido-dia > div label time { color: #fe4918; font-weight: bold; } form.registro div.eventos .contenido-dia > div input { margin-right: 10px; } /* ------------------------------------------------------------------------------------- Resumen de registro ------------------------------------------------------------------------------------- */ .resumen p { font-size: 1.2em; text-transform: uppercase; } .resumen input { display: block; margin: 0 auto; } .resumen .extras { float: left; width: 50%; padding: 30px; } .resumen .extras .orden { text-align: left; margin-bottom: 10px; } .resumen .extras .orden input { margin: 10px 0 0 0; } .resumen .total { float: right; width: 50%; padding: 30px; } .resumen #lista-productos { display: none; background-color: #e1e1e1; padding: 20px; } .resumen #suma-total { text-align: center; font-size: 2em; color: #fe4918; } body.conferencia .navegacion-principal a.activo { border-bottom: 2px solid #fe4918; } body.conferencia div.galeria a { display: inline-block; margin-bottom: 10px; } /*# sourceMappingURL=estilos.css.map */
0.271348
0.053725
body { font-family: var(--maintext-font), Arial, sans-serif; color: var(--maintext-color); } table { margin-top: 2rem; } thead { font-weight: 700; } footer { text-align: center; color: white; background: gray; padding: 1.5rem; } h1, h2, h3, h4 { margin: 0; } a:link { text-decoration: none; } /* This may change, I noticed bootstrap's navbar.scss has styling */ a:active { font-weight: 700; } a h2 { color: var(--maintext-color); } .center-div { text-align: center; } /* Layout styles */ .page-banner { height: var(--mainpage-bannerheight); max-height: var(--mainpage-bannerheight); margin-bottom: 2rem; } .banner-accessories { display: flex; flex-direction: column; justify-content: start; } .audio-section, .tech-section, .computers-section, .accessories-section { margin-bottom: 2rem; } .banner-accessories { display: flex; flex-direction: column; justify-content: space-between; align-items: center; } .banner-accessories .bannerpic-smaller { width: 100%; height: 150px; border-radius: 2px; } #boy-pic { width: 60%; height: 100%; /* border: 1px solid blue; */ margin: 0 auto; } .review-quote h2 { color: gray; line-height: 2; font-style: italic; margin: 0 auto; width: 90%; position: relative; top: 20%; } .review-quote h2::before, .review-quote h2::after { content: '\0022'; margin: 5px; } /* Products styles */ .products-display { display: flex; flex-flow: row wrap; justify-content: space-between; align-content: center; } .product-header+p { margin-bottom: 2rem; } .product { /* text-align: center; */ margin-bottom: 3.2rem; } .product-name { margin-bottom: 2.2rem; } .product-img { width: 210px; height: 400px; margin-bottom: 2rem; max-width: 100%; max-height: 180px; transition: transform .2s ease-in-out; } .product-img:hover { -webkit-transform: scale(1.2); transform: scale(1.2); border-radius: 2px; cursor: pointer; } .product-price { font-size: 1.3rem; margin-bottom: 1.5rem; } .product-header { margin-bottom: 2rem; text-align: center; } .see-more { visibility: hidden; } /* Reviews section styles */ .product-reviews { margin-bottom: 2rem; display: flex; flex-flow: row wrap; justify-content: space-between; } .product-reviews .review { width: 210px; text-align: center; } .product-reviews .customer-img { border-radius: 100px; margin-bottom: 0.9rem; } .product-reviews .customer-info { color: #909090; } .product-reviews blockquote { font-style: italic; } .product-reviews .customer-rating { display: flex; flex-flow: row wrap; justify-content: space-around; align-items: flex-start; } .product-reviews .rating-star { width: 30px; } /* main page sliding banner styles */ .carousel-inner img { width: 100%; height: var(--mainpage-bannerheight); } .comp_mountain h2 { color: var(--green); } .comp_mountain p { color: var(--brown-light); } /* ratings to be implemented */ .stars-outer { position: relative; display: inline-block; } .stars-inner { position: absolute; top: 0; left: 0; white-space: nowrap; overflow: hidden; width: 0; } .stars-outer::before { content: "\f005 \f005 \f005 \f005 \f005"; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: #ccc; } .stars-inner::before { content: "\f005 \f005 \f005 \f005 \f005"; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: #f8ce0b; }
css/global_styles.css
body { font-family: var(--maintext-font), Arial, sans-serif; color: var(--maintext-color); } table { margin-top: 2rem; } thead { font-weight: 700; } footer { text-align: center; color: white; background: gray; padding: 1.5rem; } h1, h2, h3, h4 { margin: 0; } a:link { text-decoration: none; } /* This may change, I noticed bootstrap's navbar.scss has styling */ a:active { font-weight: 700; } a h2 { color: var(--maintext-color); } .center-div { text-align: center; } /* Layout styles */ .page-banner { height: var(--mainpage-bannerheight); max-height: var(--mainpage-bannerheight); margin-bottom: 2rem; } .banner-accessories { display: flex; flex-direction: column; justify-content: start; } .audio-section, .tech-section, .computers-section, .accessories-section { margin-bottom: 2rem; } .banner-accessories { display: flex; flex-direction: column; justify-content: space-between; align-items: center; } .banner-accessories .bannerpic-smaller { width: 100%; height: 150px; border-radius: 2px; } #boy-pic { width: 60%; height: 100%; /* border: 1px solid blue; */ margin: 0 auto; } .review-quote h2 { color: gray; line-height: 2; font-style: italic; margin: 0 auto; width: 90%; position: relative; top: 20%; } .review-quote h2::before, .review-quote h2::after { content: '\0022'; margin: 5px; } /* Products styles */ .products-display { display: flex; flex-flow: row wrap; justify-content: space-between; align-content: center; } .product-header+p { margin-bottom: 2rem; } .product { /* text-align: center; */ margin-bottom: 3.2rem; } .product-name { margin-bottom: 2.2rem; } .product-img { width: 210px; height: 400px; margin-bottom: 2rem; max-width: 100%; max-height: 180px; transition: transform .2s ease-in-out; } .product-img:hover { -webkit-transform: scale(1.2); transform: scale(1.2); border-radius: 2px; cursor: pointer; } .product-price { font-size: 1.3rem; margin-bottom: 1.5rem; } .product-header { margin-bottom: 2rem; text-align: center; } .see-more { visibility: hidden; } /* Reviews section styles */ .product-reviews { margin-bottom: 2rem; display: flex; flex-flow: row wrap; justify-content: space-between; } .product-reviews .review { width: 210px; text-align: center; } .product-reviews .customer-img { border-radius: 100px; margin-bottom: 0.9rem; } .product-reviews .customer-info { color: #909090; } .product-reviews blockquote { font-style: italic; } .product-reviews .customer-rating { display: flex; flex-flow: row wrap; justify-content: space-around; align-items: flex-start; } .product-reviews .rating-star { width: 30px; } /* main page sliding banner styles */ .carousel-inner img { width: 100%; height: var(--mainpage-bannerheight); } .comp_mountain h2 { color: var(--green); } .comp_mountain p { color: var(--brown-light); } /* ratings to be implemented */ .stars-outer { position: relative; display: inline-block; } .stars-inner { position: absolute; top: 0; left: 0; white-space: nowrap; overflow: hidden; width: 0; } .stars-outer::before { content: "\f005 \f005 \f005 \f005 \f005"; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: #ccc; } .stars-inner::before { content: "\f005 \f005 \f005 \f005 \f005"; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: #f8ce0b; }
0.342681
0.071235
body { margin: 0; padding: 0; } #section-slider { display: grid; justify-items: center; align-tiems: center; padding: 20px 0 0 0; direction: rtl /*slider goes from right to left as dictated by Arabic*/ } #slider=container { position: relative; } #slider { display: flex; height: 600px; width: 800px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scroll-behavior: smooth; } #slider-container button { position: absolute; top: 50%; transform: translateY(-50%); border: none; cursor: pointer; padding: 10px 15px; border-radius: 50%; } #prev { left: 10px; } #next { right: 10px; } #slider-container:hover button { opacity: 1; } #slider-container button:hover { background-color: #000; } .imgslider { flex: none; scroll-snap-align: end; padding-bottom: 5px; position: relative; animation: fader; } .imgslider img { display: block; width: 100%; height: 50%; } .imgslider1, .imgslider2, .imgslider3, .imgslider4 { position: absolute; width: 100%; height: 100%; } .imgslider1 { background-image:SimplyArabic/images/clip1.png; background-repeat: no-repeat; background-size: cover; animation: fade1 8s; } .imgslider2 { background-image:SimplyArabic/images/clip2.png; background-repeat: no-repeat; background-size: cover; animation: fade2 8s; } .imgslider3 { background-image:SimplyArabic/images/clip3.png; background-repeat: no-repeat; background-size: cover; animation: fade3 8s; } .imgslider4 { background-image:SimplyArabic/images/clip4.png; background-repeat: no-repeat; background-size: cover; animation: fade4 8s; } @keyframes fade1 { 0% { opacity: 1; } 25% { opacity:0; } 75% { opacity: 0; } 100% { opacity: 0; } } @keyframes fade2 { 0% { opacity: 0; } 25% { opacity:1; } 75% { opacity: 0; } 100% { opacity: 0; } } @keyframes fade3 { 0% { opacity: 0; } 25% { opacity:0; } 75% { opacity: 1; } 100% { opacity: 0; } } @keyframes fade4 { 0% { opacity: 0; } 25% { opacity:0; } 75% { opacity: 0; } 100% { opacity: 1; } }
assets/css/conversation.css
body { margin: 0; padding: 0; } #section-slider { display: grid; justify-items: center; align-tiems: center; padding: 20px 0 0 0; direction: rtl /*slider goes from right to left as dictated by Arabic*/ } #slider=container { position: relative; } #slider { display: flex; height: 600px; width: 800px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scroll-behavior: smooth; } #slider-container button { position: absolute; top: 50%; transform: translateY(-50%); border: none; cursor: pointer; padding: 10px 15px; border-radius: 50%; } #prev { left: 10px; } #next { right: 10px; } #slider-container:hover button { opacity: 1; } #slider-container button:hover { background-color: #000; } .imgslider { flex: none; scroll-snap-align: end; padding-bottom: 5px; position: relative; animation: fader; } .imgslider img { display: block; width: 100%; height: 50%; } .imgslider1, .imgslider2, .imgslider3, .imgslider4 { position: absolute; width: 100%; height: 100%; } .imgslider1 { background-image:SimplyArabic/images/clip1.png; background-repeat: no-repeat; background-size: cover; animation: fade1 8s; } .imgslider2 { background-image:SimplyArabic/images/clip2.png; background-repeat: no-repeat; background-size: cover; animation: fade2 8s; } .imgslider3 { background-image:SimplyArabic/images/clip3.png; background-repeat: no-repeat; background-size: cover; animation: fade3 8s; } .imgslider4 { background-image:SimplyArabic/images/clip4.png; background-repeat: no-repeat; background-size: cover; animation: fade4 8s; } @keyframes fade1 { 0% { opacity: 1; } 25% { opacity:0; } 75% { opacity: 0; } 100% { opacity: 0; } } @keyframes fade2 { 0% { opacity: 0; } 25% { opacity:1; } 75% { opacity: 0; } 100% { opacity: 0; } } @keyframes fade3 { 0% { opacity: 0; } 25% { opacity:0; } 75% { opacity: 1; } 100% { opacity: 0; } } @keyframes fade4 { 0% { opacity: 0; } 25% { opacity:0; } 75% { opacity: 0; } 100% { opacity: 1; } }
0.356895
0.062904
body {font-family:Ubuntu, Arial;margin:35px 0;z-index:100;} #container {width:800px;padding:0;margin:0 auto;} p {color:#333;margin:0;} div#tres {padding:20px;} div#tres p {} header {width:100%;text-align: center;margin:0;padding:0;border-bottom:solid 1px #333;} h1:first-child {padding:10px;color:#AAA;text-shadow: 2px 2px 2px #000000;} body header {/*display:none;visibility:hidden;*/height:100px;background-image:url(../imagens/green_leaf_natural_w_YbfH4.jpg);background-size:cover;} nav a {display:inline-block;margin:0;padding:0.4em 1em 0.3em;text-decoration:none;} nav a:hover, nav a:focus, nav a.ativo {background:#519100;color:#fff;} main h1:nth-child(2)::after{content:" - Exemplo de tabela feita por DIV+CSS";} div#botao {position:relative;margin:0 0.3em;padding-left: 6.5em;} div#bloqueia {z-index:100;position:absolute;padding:0.5em;background:#fff;} table th, table td {padding:0.3em 0.5em 0.1em;} table th {background:#DDD;text-transform: uppercase;padding:0;} table thead th {text-align: center;} table tfoot td {background:#DDD;padding:5px;} table#teste {margin:2em auto;border:solid 3px #EEEEEE;} table#teste caption {background:#DDDDDD;padding:0.5em 1em 0.3em;text-align:center;font-weight:bold;font-size:larger;/*text-transform:uppercase;*/font-family: 'Lobster', cursive;} table#teste tr:nth-child(odd) {background:#CCC;} table#teste th, table#teste td {padding:0.5em;} table#teste th {background:#EEEEEE;text-align:center;font-weight:bold;text-transform: uppercase;} table#teste tfoot {background:#EEEEEE;font-size:smaller;} label {margin:0 0.3em;min-width: 6em;display: inline-block;text-align:right;} label, input {margin-bottom:0.5em;} .pessoal {margin-left: 6em;} fieldset {margin:1em auto;} legend {padding:0 0.5em;} #valida, .erro {color:#A00;} footer {box-sizing:border-box;background:#000;text-align:center;padding:10px;margin:1em 0 0;position:fixed;left:0;bottom:0;width:100%;} /* Configuração de tabela com div */ .tabela {display:table;width:60%;border:solid red 1px;} .linha {display:table-row;border:solid blue 1px;} .celula {display:table-cell;border: solid green 1px;} /* Posicionamento absoluto dentro de relativo, filtros */ #primeira, #segunda {width:50%;height:400px;margin:10px auto;} #primeira {float:left;background:#CCF;} #segunda { position:relative; float:right; background-color:/*#A00*/ rgba(212, 127, 127, .5); /*filter:opacity(50%); -moz-filter:opacity(50%); -widget-filter:opacity(50%);*/ } #percentual {box-sizing:border-box;padding:2em;width:50%;border:dashed 1px #999;margin:5.8em auto;} #absoluta {color:#FFF; text-shadow: 0 0 8px rgba(5, 5, 5, 1); font-weight:bold; box-sizing:border-box; padding:15px 0 0 0; position:absolute; top:100px;right:107px; font-size:smaller; background: url("../imagens/sprite.jpg") -848px -4px /*-616px -236px*/; width:70px; height:70px; text-align:center; -webkit-border-radius: 50%;-moz-border-radius: 50%x;border-radius: 50%; /*filter:opacity(100%); -moz-filter:opacity(100%); -widget-filter:opacity(100%); -webkit-filter: hue-rotate(80deg);*/ /*filter: hue-rotate(90deg);*/ } #absoluta::after {content:"Absoluta";} div#primeira div {background:#DDD;} div#primeira div:first-child {background:#009;} div#primeira div#dois { width:100px; height:100px; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; background-color: #FF4136; } .slideOutRight { -webkit-animation-name: slideOutRight; animation-name: slideOutRight; -webkit-animation-duration: 10s; animation-duration: 10s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes slideOutRight { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 100% { background:yellow; margin:10px; -webkit-transform: translateX(100%); transform: translateX(100%); } } @keyframes slideOutRight { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 100% { background:yellow; margin:10px; content: "\272A"; -webkit-transform: translateX(100%); transform: translateX(100%); } } .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .clearfix {display: inline-block;} /* start commented backslash hack \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* close commented backslash hack */ /* Vão começar as media queries */ @media (max-width:768px){ #container {width:80vw;} body {margin:2px;padding:5em 0.5em 1em;} .tabela {width:97%;margin:5px auto;} label {display:block;text-align:left;margin:1em auto 0.3em 0.3em;} #primeira, #segunda {float:none;width:100%;} table#teste {float:none;} } @media (max-width:480px) { nav {display:block;position:fixed;top:5px;right:5px;border:solid 1px #333;background-color:#FFF;} nav a {display:block;} header {margin-top:15px;} .tabela, .linha, .celula {display:block;} fieldset legend {display:block;clear:both;} }
css/estilo.css
body {font-family:Ubuntu, Arial;margin:35px 0;z-index:100;} #container {width:800px;padding:0;margin:0 auto;} p {color:#333;margin:0;} div#tres {padding:20px;} div#tres p {} header {width:100%;text-align: center;margin:0;padding:0;border-bottom:solid 1px #333;} h1:first-child {padding:10px;color:#AAA;text-shadow: 2px 2px 2px #000000;} body header {/*display:none;visibility:hidden;*/height:100px;background-image:url(../imagens/green_leaf_natural_w_YbfH4.jpg);background-size:cover;} nav a {display:inline-block;margin:0;padding:0.4em 1em 0.3em;text-decoration:none;} nav a:hover, nav a:focus, nav a.ativo {background:#519100;color:#fff;} main h1:nth-child(2)::after{content:" - Exemplo de tabela feita por DIV+CSS";} div#botao {position:relative;margin:0 0.3em;padding-left: 6.5em;} div#bloqueia {z-index:100;position:absolute;padding:0.5em;background:#fff;} table th, table td {padding:0.3em 0.5em 0.1em;} table th {background:#DDD;text-transform: uppercase;padding:0;} table thead th {text-align: center;} table tfoot td {background:#DDD;padding:5px;} table#teste {margin:2em auto;border:solid 3px #EEEEEE;} table#teste caption {background:#DDDDDD;padding:0.5em 1em 0.3em;text-align:center;font-weight:bold;font-size:larger;/*text-transform:uppercase;*/font-family: 'Lobster', cursive;} table#teste tr:nth-child(odd) {background:#CCC;} table#teste th, table#teste td {padding:0.5em;} table#teste th {background:#EEEEEE;text-align:center;font-weight:bold;text-transform: uppercase;} table#teste tfoot {background:#EEEEEE;font-size:smaller;} label {margin:0 0.3em;min-width: 6em;display: inline-block;text-align:right;} label, input {margin-bottom:0.5em;} .pessoal {margin-left: 6em;} fieldset {margin:1em auto;} legend {padding:0 0.5em;} #valida, .erro {color:#A00;} footer {box-sizing:border-box;background:#000;text-align:center;padding:10px;margin:1em 0 0;position:fixed;left:0;bottom:0;width:100%;} /* Configuração de tabela com div */ .tabela {display:table;width:60%;border:solid red 1px;} .linha {display:table-row;border:solid blue 1px;} .celula {display:table-cell;border: solid green 1px;} /* Posicionamento absoluto dentro de relativo, filtros */ #primeira, #segunda {width:50%;height:400px;margin:10px auto;} #primeira {float:left;background:#CCF;} #segunda { position:relative; float:right; background-color:/*#A00*/ rgba(212, 127, 127, .5); /*filter:opacity(50%); -moz-filter:opacity(50%); -widget-filter:opacity(50%);*/ } #percentual {box-sizing:border-box;padding:2em;width:50%;border:dashed 1px #999;margin:5.8em auto;} #absoluta {color:#FFF; text-shadow: 0 0 8px rgba(5, 5, 5, 1); font-weight:bold; box-sizing:border-box; padding:15px 0 0 0; position:absolute; top:100px;right:107px; font-size:smaller; background: url("../imagens/sprite.jpg") -848px -4px /*-616px -236px*/; width:70px; height:70px; text-align:center; -webkit-border-radius: 50%;-moz-border-radius: 50%x;border-radius: 50%; /*filter:opacity(100%); -moz-filter:opacity(100%); -widget-filter:opacity(100%); -webkit-filter: hue-rotate(80deg);*/ /*filter: hue-rotate(90deg);*/ } #absoluta::after {content:"Absoluta";} div#primeira div {background:#DDD;} div#primeira div:first-child {background:#009;} div#primeira div#dois { width:100px; height:100px; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; background-color: #FF4136; } .slideOutRight { -webkit-animation-name: slideOutRight; animation-name: slideOutRight; -webkit-animation-duration: 10s; animation-duration: 10s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes slideOutRight { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 100% { background:yellow; margin:10px; -webkit-transform: translateX(100%); transform: translateX(100%); } } @keyframes slideOutRight { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 100% { background:yellow; margin:10px; content: "\272A"; -webkit-transform: translateX(100%); transform: translateX(100%); } } .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .clearfix {display: inline-block;} /* start commented backslash hack \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* close commented backslash hack */ /* Vão começar as media queries */ @media (max-width:768px){ #container {width:80vw;} body {margin:2px;padding:5em 0.5em 1em;} .tabela {width:97%;margin:5px auto;} label {display:block;text-align:left;margin:1em auto 0.3em 0.3em;} #primeira, #segunda {float:none;width:100%;} table#teste {float:none;} } @media (max-width:480px) { nav {display:block;position:fixed;top:5px;right:5px;border:solid 1px #333;background-color:#FFF;} nav a {display:block;} header {margin-top:15px;} .tabela, .linha, .celula {display:block;} fieldset legend {display:block;clear:both;} }
0.203549
0.105533
@import url("https://fonts.googleapis.com/css2?family=Arapey:ital@1&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap"); html, body { width: 100%; height: 100%; overflow: hidden; background-color: gray; } nav.mobile { background-color: black; border-bottom: 3px solid white; } nav.mobile button { font-family: "Arapey", serif; font-style: normal; font-weight: bold; font-size: 20px; line-height: 40px; text-transform: uppercase; color: white; border: 0; background-color: black; } nav.mobile li { border-bottom: 1px solid lightgray; line-height: 300%; font-weight: lighter; font-size: 14px; } nav.mobile li a { color: white; font-family: "Arapey", serif; } nav.mobile li.active { font-weight: bold; } nav.mobile li:last-child { border: 0; } nav.desktop { position: fixed; z-index: 2000; height: 100%; right: 0; } nav.desktop li { font-weight: lighter; font-size: 1rem; } .nav-tabs { border: none; display: flex; flex-flow: column; justify-content: space-between; background-color: transparent; height: 100%; padding-top: 4rem; padding-bottom: 4rem; } .nav-tabs > li { writing-mode: vertical-lr; transform-origin: center center; list-style-type: none; } .nav-tabs > li > a { display: block; padding: 0 1.6rem 1rem 1rem; background-color: transparent; color: white; font-family: "Nunito Sans", sans-serif; font-weight: normal; font-size: 2rem; } .nav-tabs a { text-decoration: none; padding-top: 0; } .nav-tabs .line { height: 25vh; border-left: 1px solid black; padding-left: .5rem; margin-bottom: 2rem; margin-top: -5vh; } .nav-tabs a:hover { font-style: italic; } .nav-tabs .active { text-decoration: underline; } .nav-tabs .active { text-decoration: underline; } .jumbotron { height: 100vh; padding: 4rem; background-image: url("../img/wave-bg2.png"); background-size: cover; } .jumbotron h1, .jumbotron p { color: white; } .jumbotron h1 { font-family: "Arapey", serif; font-size: 6rem; } .jumbotron p.lead { font-family: "Nunito Sans", sans-serif; font-size: 3rem; } .jumbotron p.about { font-family: "Nunito Sans", sans-serif; font-size: 2rem; padding-right: 4rem; line-height: 127%; } .jumbotron.experience { background-image: none; background-color: gray; padding: 0; } button.launch-button { font-family: "Arapey", serif; font-size: 4rem; border: 0; color: white; background-color: darkgray; } button.launch-button a { color: white; text-decoration: none; } button.launch-button a:hover { text-decoration: none; } .overlayed { position: relative; } .overlayed video { width: 100%; } .overlayed::before { content: ' '; z-index: 1; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(255, 215, 0, 0.2); } @media (max-width: 991.98px) { .overlayed::before { background-color: rgba(231, 84, 128, 0.2); } h1 { font-size: 2rem; } } @media (max-width: 767.98px) { html, body { overflow-y: scroll; height: fit-content; } .jumbotron { height: 100%; min-height: 100vh; } .jumbotron h1 { font-size: 2.5rem; } .jumbotron p.lead { font-size: 1.8rem; } .jumbotron p.about { font-size: 1.5rem; padding-right: 0; } .overlayed::before { background-color: rgba(0, 128, 255, 0.2); } } /*# sourceMappingURL=cacaphony.css.map */
css/cacaphony.css
@import url("https://fonts.googleapis.com/css2?family=Arapey:ital@1&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap"); html, body { width: 100%; height: 100%; overflow: hidden; background-color: gray; } nav.mobile { background-color: black; border-bottom: 3px solid white; } nav.mobile button { font-family: "Arapey", serif; font-style: normal; font-weight: bold; font-size: 20px; line-height: 40px; text-transform: uppercase; color: white; border: 0; background-color: black; } nav.mobile li { border-bottom: 1px solid lightgray; line-height: 300%; font-weight: lighter; font-size: 14px; } nav.mobile li a { color: white; font-family: "Arapey", serif; } nav.mobile li.active { font-weight: bold; } nav.mobile li:last-child { border: 0; } nav.desktop { position: fixed; z-index: 2000; height: 100%; right: 0; } nav.desktop li { font-weight: lighter; font-size: 1rem; } .nav-tabs { border: none; display: flex; flex-flow: column; justify-content: space-between; background-color: transparent; height: 100%; padding-top: 4rem; padding-bottom: 4rem; } .nav-tabs > li { writing-mode: vertical-lr; transform-origin: center center; list-style-type: none; } .nav-tabs > li > a { display: block; padding: 0 1.6rem 1rem 1rem; background-color: transparent; color: white; font-family: "Nunito Sans", sans-serif; font-weight: normal; font-size: 2rem; } .nav-tabs a { text-decoration: none; padding-top: 0; } .nav-tabs .line { height: 25vh; border-left: 1px solid black; padding-left: .5rem; margin-bottom: 2rem; margin-top: -5vh; } .nav-tabs a:hover { font-style: italic; } .nav-tabs .active { text-decoration: underline; } .nav-tabs .active { text-decoration: underline; } .jumbotron { height: 100vh; padding: 4rem; background-image: url("../img/wave-bg2.png"); background-size: cover; } .jumbotron h1, .jumbotron p { color: white; } .jumbotron h1 { font-family: "Arapey", serif; font-size: 6rem; } .jumbotron p.lead { font-family: "Nunito Sans", sans-serif; font-size: 3rem; } .jumbotron p.about { font-family: "Nunito Sans", sans-serif; font-size: 2rem; padding-right: 4rem; line-height: 127%; } .jumbotron.experience { background-image: none; background-color: gray; padding: 0; } button.launch-button { font-family: "Arapey", serif; font-size: 4rem; border: 0; color: white; background-color: darkgray; } button.launch-button a { color: white; text-decoration: none; } button.launch-button a:hover { text-decoration: none; } .overlayed { position: relative; } .overlayed video { width: 100%; } .overlayed::before { content: ' '; z-index: 1; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(255, 215, 0, 0.2); } @media (max-width: 991.98px) { .overlayed::before { background-color: rgba(231, 84, 128, 0.2); } h1 { font-size: 2rem; } } @media (max-width: 767.98px) { html, body { overflow-y: scroll; height: fit-content; } .jumbotron { height: 100%; min-height: 100vh; } .jumbotron h1 { font-size: 2.5rem; } .jumbotron p.lead { font-size: 1.8rem; } .jumbotron p.about { font-size: 1.5rem; padding-right: 0; } .overlayed::before { background-color: rgba(0, 128, 255, 0.2); } } /*# sourceMappingURL=cacaphony.css.map */
0.500732
0.06989
.dialog-container { position: relative; width: 100%; background-color: #2c3e50; } .dialog-container > button{ width: 100%; padding: 7px; transition: all 0.2s; border: none; outline: none; background-color: #32465a; } .dialog-container > button > span{ width: 100%; margin-left: 10px; color: #d2d2d2; font-size: 14px; } .dialog-container > button:hover{ transition: all 0.2s; background-color: #435f7a; } .dialog-input-search{ display: flex; flex-direction: row; align-items: center; margin-top: 10px; padding: 5px; background-color:#32465a; } .dialog-input-search-icon { margin: 0 15px; } .dialog-input-search > input{ width: 90%; padding: 3px; background-color:#32465a; font-size: 14px; outline: none; border: none; color: #d2d2d2; } .dialog-input-search > input::placeholder{ color: #d2d2d2; } .dialog-info-container{ position: relative; height: calc(100vh - 231px); } .dialog-container ::-webkit-scrollbar{ width: 10px; } .dialog-container ::-webkit-scrollbar-thumb { background: #243140; } .dialog-info-container ul { margin: 0; padding: 0; list-style-type: none; } .dialog-info-container ul li{ height: 75px; padding-left:15px; display: flex; flex-direction: row; align-items: center; border-right: 5px solid transparent; cursor: pointer; } .dialog-info-container ul li:hover{ cursor: pointer; background: #32465a; border-right: 5px solid #435f7a; } .dialog-wrap-block { display: flex; flex-direction: row; width: 100%; margin: 10px; justify-content: space-between; align-items: center; -webkit-font-smoothing: antialiased; } .dialog-wrap-block-left { display: flex; flex-direction: column; } .dialog-wrap-block-left span{ display: block; max-width: 180px; color: #f5f5f5; font-size: 0.9em; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .dialog-wrap-block-left h5{ color: #f5f5f5; font-weight: 600; font-size: 1em; max-width: 180px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .dialog-wrap-block-right { display: flex; flex-direction: column; align-items: flex-end; } .dialog-wrap-block-right p { margin: 0; padding: 0; color: white; font-size: 0.9em; margin: 0 0 5px 0; } .dialog-wrap-block-right span { display: flex; border-radius: 50%; font-size: 0.9em; color: white; font-weight: 600; align-items: center; justify-content: center; width: 25px; height: 25px; background-color: #228d1c; } .dialog-no-chats { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: white; }
chat/src/components/home/sideBar/dialogs/dialogs.css
.dialog-container { position: relative; width: 100%; background-color: #2c3e50; } .dialog-container > button{ width: 100%; padding: 7px; transition: all 0.2s; border: none; outline: none; background-color: #32465a; } .dialog-container > button > span{ width: 100%; margin-left: 10px; color: #d2d2d2; font-size: 14px; } .dialog-container > button:hover{ transition: all 0.2s; background-color: #435f7a; } .dialog-input-search{ display: flex; flex-direction: row; align-items: center; margin-top: 10px; padding: 5px; background-color:#32465a; } .dialog-input-search-icon { margin: 0 15px; } .dialog-input-search > input{ width: 90%; padding: 3px; background-color:#32465a; font-size: 14px; outline: none; border: none; color: #d2d2d2; } .dialog-input-search > input::placeholder{ color: #d2d2d2; } .dialog-info-container{ position: relative; height: calc(100vh - 231px); } .dialog-container ::-webkit-scrollbar{ width: 10px; } .dialog-container ::-webkit-scrollbar-thumb { background: #243140; } .dialog-info-container ul { margin: 0; padding: 0; list-style-type: none; } .dialog-info-container ul li{ height: 75px; padding-left:15px; display: flex; flex-direction: row; align-items: center; border-right: 5px solid transparent; cursor: pointer; } .dialog-info-container ul li:hover{ cursor: pointer; background: #32465a; border-right: 5px solid #435f7a; } .dialog-wrap-block { display: flex; flex-direction: row; width: 100%; margin: 10px; justify-content: space-between; align-items: center; -webkit-font-smoothing: antialiased; } .dialog-wrap-block-left { display: flex; flex-direction: column; } .dialog-wrap-block-left span{ display: block; max-width: 180px; color: #f5f5f5; font-size: 0.9em; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .dialog-wrap-block-left h5{ color: #f5f5f5; font-weight: 600; font-size: 1em; max-width: 180px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .dialog-wrap-block-right { display: flex; flex-direction: column; align-items: flex-end; } .dialog-wrap-block-right p { margin: 0; padding: 0; color: white; font-size: 0.9em; margin: 0 0 5px 0; } .dialog-wrap-block-right span { display: flex; border-radius: 50%; font-size: 0.9em; color: white; font-weight: 600; align-items: center; justify-content: center; width: 25px; height: 25px; background-color: #228d1c; } .dialog-no-chats { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: white; }
0.44553
0.05328
* { margin: 0; padding: 0; outline: none !important; } html, body { height: 100%; } body { position: relative; } /* Slick Slider */ .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; left: 0; top: 0; display: block; } .slick-track:before, .slick-track:after { content: ""; display: table; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { float: left; height: 100%; min-height: 1px; display: none; } [dir="rtl"] .slick-slide { float: right; } .slick-slide img { display: block; width: 100%; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; } /** Super Slides **/ #slides { position: relative; } #slides .slides-container { display: none; } #slides .scrollable { *zoom: 1; position: relative; top: 0; left: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; height: 100%; } #slides .scrollable:after { content: ""; display: table; clear: both; } .slides-navigation { margin: 0 auto; position: absolute; z-index: 3; top: 46%; width: 100%; } .slides-navigation a { position: absolute; display: block; background: url("../images/arrows.png") no-repeat 0 -40px; width: 40px; height: 40px; } .slides-navigation a.prev { opacity: 0; left: 0; transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out; -webkit-transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out; -moz-transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out; } .slides-navigation a.next { opacity: 0; transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out; -webkit-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out; -moz-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out; right: 0; background-position: 0 0px; } #slides:hover .slides-navigation a { opacity: 0.6; } #slides:hover .slides-navigation a.prev { left: 10px; } #slides:hover .slides-navigation a.next { right: 10px; } .slides-navigation a:hover { opacity: 0.9 !important; } .slides-pagination { position: absolute; z-index: 3; bottom: 30px; text-align: center; width: 100%; display: none; } .slides-pagination a { border: 2px solid #222; border-radius: 15px; width: 10px; height: 10px; display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII="); margin: 2px; overflow: hidden; text-indent: -100%; } .slides-pagination a.current { background: #222; } .navbar-default.sticky { border: 0; position: fixed; left: 0; top: 0; z-index: 1000; width: 100%; background-color: rgba(0, 0, 0, 0.6); } .navbar-default.custom-navbar { border-bottom: 1px solid #ddd; } .navbar-default.custom-navbar .custom-nav > li > a { color: #333; } .navbar-default .custom-nav { float: none; text-align: center; } .navbar-default .custom-nav > li { float: none; display: inline-block; vertical-align: middle; text-transform: uppercase; } .navbar-default .custom-nav > li > a { font-weight: 600; letter-spacing: 0.4px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; } .logo-black { display: none; } .scroll-down { color: #fff; position: absolute; bottom: 20px; left: 50%; z-index: 1000; } .gift-card svg { display: inline-block; vertical-align: middle; width: 21px; height: 21px; margin-top: -5px; margin-right: 3px; } .gift-card-icon { display: inline-block; vertical-align: middle; background: url(../images/gift-card.png) no-repeat center center; width: 34px; height: 24px; background-size: 25px auto; margin-top: -4px; } /** Footer **/ .footer { background-color: #0f0d0d; padding: 30px 0; color: #fff; font-size: 12px; line-height: 20px; letter-spacing: 0.3px; } .footer-top { padding-bottom: 35px; border-bottom: 1px solid #6f6e6e; } .footer-logo { margin-bottom: 35px; } .footer-logo > img { width: 185px; display: block; max-width: 100%; height: auto; } .footer-title { color: #d9bb9e; text-transform: uppercase; font-weight: 600; line-height: 20px; font-size: 12px; margin: 0 0 15px; letter-spacing: 0.5px; } .footer-contact { margin-bottom: 28px; } .footer-contact .footer-title { margin-bottom: 5px; } .hours-list { list-style: none; margin: -1px 0 12px; } .hours-list > li { padding: 1px 0; } .hours-list > li > span { min-width: 100px; display: inline-block; vertical-align: middle; } .footer-col { color: #e6e6e6; } .text-highlighted { color: #d9bb9e; } .footer-list { list-style: none; } .footer-list > li { padding: 2px 0; } .footer-list > li > a { color: #fff; display: inline-block; vertical-align: middle; } .social-list { list-style: none; margin: 0 -8px; font-size: 0; } .social-list > li { display: inline-block; vertical-align: middle; padding: 0 8px; } .social-list > li > a { color: #ccaf94; text-decoration: none !important; display: block; box-shadow: 0; border-radius: 2px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; border-radius: 6px; } .social-list > li > a:hover { box-shadow: 0 0px 25px rgba(255, 255, 255, 0.4); } .social-list > li > a svg { vertical-align: middle; } .social-list > li > a svg.fill { transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; stroke-width: 0; fill: #ccaf94; } .footer-bottom { padding-top: 30px; color: #6f6e6e; } .copyright { text-transform: uppercase; margin: 0; text-align: right; } .copyright, .footer-bottom-links { padding: 5px 0; } .footer-bottom-links { margin: 0 -8px; } .footer-bottom-links > a { color: #6f6e6e; display: inline-block; vertical-align: middle; margin: 0 8px; } .app-download-section { background-color: #f0eae2; padding: 35px 0; } .app-download-inner { position: relative; padding-right: 430px; } .app-download-content > h4 { line-height: 27px; font-weight: 700; margin: 0 0 10px; } .app-download-content > p { font-size: 12px; line-height: 20px; margin-bottom: 0; letter-spacing: 0.1px; font-weight: 500; } .app-download-action { position: absolute; right: 0; top: 50%; margin: -28px -5px 0; z-index: 5; } .app-download-action > a { display: block; width: 191px; float: left; height: 62px; background: url("../images/app-logos.png") no-repeat; margin: 0 5px; } .app-download-action > a.android-app { background-position: 0 0; } .app-download-action > a.ios-app { background-position: 0 -65px; } #footer-map { height: 250px; margin-right: 35px; } /*! * Datetimepicker for Bootstrap 3 * version : 4.17.37 * https://github.com/Eonasdan/bootstrap-datetimepicker/ */ .bootstrap-datetimepicker-widget { list-style: none; } .bootstrap-datetimepicker-widget.dropdown-menu { margin: 2px 0; padding: 4px; width: 19em; position: absolute; background: #fff; border: 1px solid #ddd; z-index: 100; border-radius: 2px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); } @media (min-width: 768px) { .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em; } } @media (min-width: 992px) { .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em; } } @media (min-width: 1200px) { .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em; } } .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after { content: ''; display: inline-block; position: absolute; } .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before { border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #cccccc; border-bottom-color: rgba(0, 0, 0, 0.2); top: -7px; left: 7px; } .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after { border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid white; top: -6px; left: 8px; } .bootstrap-datetimepicker-widget.dropdown-menu.top:before { border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #cccccc; border-top-color: rgba(0, 0, 0, 0.2); bottom: -7px; left: 6px; } .bootstrap-datetimepicker-widget.dropdown-menu.top:after { border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid white; bottom: -6px; left: 7px; } .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before { left: auto; right: 6px; } .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after { left: auto; right: 7px; } .bootstrap-datetimepicker-widget .list-unstyled { margin: 0; } .bootstrap-datetimepicker-widget a[data-action] { padding: 6px 0; } .bootstrap-datetimepicker-widget a[data-action]:active { box-shadow: none; } .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second { width: 54px; font-weight: bold; font-size: 1.2em; margin: 0; } .bootstrap-datetimepicker-widget button[data-action] { padding: 6px; } .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Increment Hours"; } .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Increment Minutes"; } .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Decrement Hours"; } .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Decrement Minutes"; } .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Show Hours"; } .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Show Minutes"; } .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Toggle AM/PM"; } .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Clear the picker"; } .bootstrap-datetimepicker-widget .btn[data-action="today"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Set the date to today"; } .bootstrap-datetimepicker-widget .picker-switch { text-align: center; } .bootstrap-datetimepicker-widget .picker-switch::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Toggle Date and Time Screens"; } .bootstrap-datetimepicker-widget .picker-switch td { padding: 0; margin: 0; height: auto; width: auto; line-height: inherit; } .bootstrap-datetimepicker-widget .picker-switch td span { line-height: 2.5; height: 2.5em; width: 100%; } .bootstrap-datetimepicker-widget table { width: 100%; font-size: 13px; margin: 0; } .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th { text-align: center; border-radius: 4px; } .bootstrap-datetimepicker-widget table th { height: 20px; line-height: 20px; width: 20px; text-transform: uppercase; font-size: 12px; } .bootstrap-datetimepicker-widget table th.picker-switch { width: 145px; } .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover { background: none; color: #777777; cursor: not-allowed; } .bootstrap-datetimepicker-widget table th.prev::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Previous Month"; } .bootstrap-datetimepicker-widget table th.next::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Next Month"; } .bootstrap-datetimepicker-widget table thead tr:first-child th { cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: 700; letter-spacing: 0.1px; } .bootstrap-datetimepicker-widget table thead tr:first-child th:hover { background: #eeeeee; } .bootstrap-datetimepicker-widget table td { height: 54px; line-height: 54px; width: 54px; } .bootstrap-datetimepicker-widget table td.cw { font-size: .8em; height: 20px; line-height: 20px; color: #777777; } .bootstrap-datetimepicker-widget table td.day { height: 20px; line-height: 20px; width: 20px; } .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover { background: #eeeeee; cursor: pointer; } .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new { color: #777777; } .bootstrap-datetimepicker-widget table td.today { position: relative; } .bootstrap-datetimepicker-widget table td.today:before { content: ''; display: inline-block; border: solid transparent; border-width: 0 0 7px 7px; border-bottom-color: #b38860; border-top-color: rgba(0, 0, 0, 0.2); position: absolute; bottom: 4px; right: 4px; } .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover { background-color: #b38860; color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .bootstrap-datetimepicker-widget table td.active.today:before { border-bottom-color: #fff; } .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover { background: none; color: #777777; cursor: not-allowed; } .bootstrap-datetimepicker-widget table td span { display: inline-block; width: 54px; height: 54px; line-height: 54px; margin: 2px 1.5px; cursor: pointer; border-radius: 4px; } .bootstrap-datetimepicker-widget table td span:hover { background: #eeeeee; } .bootstrap-datetimepicker-widget table td span.active { background-color: #b38860; color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .bootstrap-datetimepicker-widget table td span.old { color: #777777; } .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover { background: none; color: #777777; cursor: not-allowed; } .bootstrap-datetimepicker-widget.usetwentyfour td.hour { height: 27px; line-height: 27px; } .bootstrap-datetimepicker-widget.wider { width: 21em; } .bootstrap-datetimepicker-widget .datepicker-decades .decade { line-height: 1.8em !important; } .input-group.date .input-group-addon { cursor: pointer; } .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .animated { -webkit-animation-duration: 0.7s; animation-duration: 0.7s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .wrapper { position: relative; min-height: 100%; } .table-container { display: table; width: 100%; height: 100%; } .table-cell { display: table-cell; vertical-align: middle; } .svg20 { width: 20px; height: 20px; vertical-align: middle; margin-top: -3px; } @-webkit-keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes slideDownDot { 0% { opacity: 0.8; top: 10%; } 50% { opacity: 0.5; top: 50%; } 100% { opacity: 0; top: 90%; } } @keyframes slideDownDot { 0% { opacity: 0.8; top: 20%; } 50% { opacity: 0.5; top: 50%; } 100% { opacity: 0; top: 90%; } } @-webkit-keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } @keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } #slides { background-color: #222; } .slides-container > li .container { height: 100%; } .slides-bg { background-size: cover !important; background-position: center center !important; background-attachment: fixed !important; height: inherit; position: absolute; left: 0; top: 0; width: 100%; z-index: -1; -moz-transform: scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); -o-transform: scale(1) rotate(0deg); -ms-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); -webkit-transition: all 11s linear; -moz-transition: all 11s linear; -ms-transition: all 11s linear; -o-transition: all 11s linear; transition: all 11s linear; } .slides-item.zoomin .slides-bg { -moz-transform: scale(1.1) rotate(2deg); -webkit-transform: scale(1.1) rotate(2deg); -o-transform: scale(1.1) rotate(2deg); -ms-transform: scale(1.1) rotate(2deg); transform: scale(1.1) rotate(2deg); } .scroll-down { width: 25px; height: 40px; border: 2px solid #ddd; border-radius: 20px; position: absolute; bottom: 25px; z-index: 100; margin-left: -13px; } .scroll-dot { width: 4px; height: 4px; background-color: #dcbc9e; border-radius: 24px; display: block; position: absolute; top: 50%; left: 50%; margin-left: -2px; margin-top: -2px; animation: slideDownDot 1.1s ease-in infinite; -webkit-animation: slideDownDot 1.1s ease-in infinite; } .btn { transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; } .instagram-slick { visibility: hidden; margin: 0 -10px; } .instagram-slick.slick-initialized { visibility: visible; } .instagram-slick-col { padding: 0 2px; } .instagram-slick-col > a { display: block; overflow: hidden; } .instagram-slick-col > a > img { max-width: 100%; height: auto; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); transition: all 2s ease-in-out; -webkit-transition: all 2s ease-in-out; -moz-transition: all 2s ease-in-out; } .instagram-slick-col > a:hover img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } .instagram-section { padding: 50px 10px 0; } .instagram-head { text-align: center; margin-bottom: 30px; } .instagram-head > h3 { text-align: center; text-transform: uppercase; font-size: 25px; line-height: 40px; font-weight: 700; color: #4e4a47; margin: 0 0 20px; letter-spacing: 0.2px; } .instagram-head svg { width: 38px; height: 38px; vertical-align: middle; color: #ccaf94; } .event-section { padding: 70px 0; } .event-head { text-align: center; margin-bottom: 30px; } .event-head > h1 { text-transform: uppercase; font-size: 38px; line-height: 48px; font-weight: 700; margin: 15px 0; } .event-head > p { font-size: 14px; line-height: 25px; font-weight: 500; } .event-head > h3 { margin: 0; padding-top: 35px; font-weight: 700; font-size: 22px; color: #4e4a47; letter-spacing: 0; line-height: 34px; } .event-list-wrapper { padding: 0 50px; } .event-list-wrapper > div { width: 50%; float: left; padding: 0 25px; } .event-image { overflow: hidden; } .event-image > img { max-width: 100%; display: block; -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1) rotate(0deg); -webkit-transition: all 1s linear; -moz-transition: all 1s linear; -ms-transition: all 1s linear; -o-transition: all 1s linear; transition: all 1s linear; } .event-col { position: relative; } .event-col:hover .event-image > img { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .event-content { text-align: center; padding: 40px; margin: -50px 25px 0; position: relative; background-color: #fff; border: 1px solid #eaeaea; box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1); transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; } .event-content > h3 { font-size: 18px; font-weight: 700; margin: 0 0 7px; line-height: 27px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .event-content > p { font-size: 13px; line-height: 22px; margin-bottom: 25px; } .event-button { display: inline-block; vertical-align: middle; border-radius: 3px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; font-size: 12px; color: #333; text-decoration: none !important; } .event-button > svg { vertical-align: middle; margin-top: -3px; border: 1px solid #b38860; border-radius: 50%; padding: 2px; margin-right: 5px; color: #b38860; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; } .event-button:hover > svg { background-color: #b38860; color: #fff; } .subpage-banner { background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; height: 250px; } .subpage-banner > .table-container { background-color: rgba(0, 0, 0, 0.2); } .subpage-head { color: #fff; text-align: center; } .subpage-head > h3 { margin: 0 0 3px; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; line-height: 45px; font-size: 34px; } .subpage-head .breadcrumb { margin-bottom: 0; font-size: 12px; line-height: 18px; } .subpage-head .breadcrumb > li { color: #ccc; text-transform: uppercase; letter-spacing: 0.2px; } .subpage-head .breadcrumb > li > a { color: #ccc; } .subpage-wrapper { padding: 70px 0; } .team-page > h4 { font-size: 16px; line-height: 28px; text-align: center; max-width: 1024px; margin: 0 auto 20px; } .custom-nav-tab { list-style: none; margin: 0 0 50px; text-align: center; font-size: 0; } .custom-nav-tab > li { display: inline-block; vertical-align: middle; } .custom-nav-tab > li.active > a { border-color: #bf9771 !important; color: #986534; } .custom-nav-tab > li > a { display: block; padding: 8px 20px; border: 2px solid transparent; font-size: 14px; line-height: 22px; margin: 0 15px; text-transform: uppercase; letter-spacing: 0.5px; border-radius: 0; color: #666; font-weight: 600; text-decoration: none !important; transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out; -webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out; -moz-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out; } .custom-nav-tab > li > a:hover { border-color: #e0d6cb; } .team-member-row { margin-left: -10px; margin-right: -10px; margin-bottom: 30px; text-align: center; font-size: 0; } .team-member-row > div { padding-left: 10px; padding-right: 10px; float: none; display: inline-block; vertical-align: middle; } .team-mem-col { cursor: pointer; position: relative; margin-bottom: 20px; } .team-mem-col > img { border-radius: 1px; } .team-mem-col:hover .team-mem-col-hover { display: block; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; animation-name: flipInY; } .team-mem-col-hover { position: absolute; top: 0; background-color: rgba(0, 0, 0, 0.75); text-align: center; color: #fff !important; z-index: 10; width: 100%; height: 100%; left: 0; text-decoration: none !important; border-radius: 1px; display: none; font-size: 13px; } .team-mem-hover-content { padding: 20px; } .team-mem-hover-content > h3 { text-transform: uppercase; margin: 0; font-size: 18px; line-height: 27px; font-weight: 600; letter-spacing: 0.5px; } .team-mem-hover-content > hr { border-color: rgba(255, 255, 255, 0.45); width: 100px; margin: 7px auto; } .team-mem-hover-content > h4 { color: #a2a2a2; font-size: 13px; line-height: 28px; font-weight: 500; letter-spacing: 0.5px; margin: 0 0 5px; text-transform: uppercase; } .team-mem-hover-content > p { font-size: 12px; line-height: 20px; margin-bottom: 15px; } .team-mem-hover-content .btn-outline { line-height: 1.45; padding: 6px 15px; } .team-mem-hover-content .btn-outline > svg { width: 18px; height: 18px; vertical-align: middle; margin: -3px 5px 0 0; } .service-row { margin-left: -25px; margin-right: -25px; margin-bottom: 25px; } .service-row.all-service > div { display: block !important; } .service-row.all-service + .text-center { display: none; } .service-row > div { padding-left: 25px; padding-right: 25px; } .service-row > div:nth-last-child(-n+6) { display: none; } .service-col { text-align: center; margin: 15px 0 60px; display: block; text-decoration: none !important; } .service-col:hover .service-image { box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); border-color: #f5eeea; } .service-col:hover .service-info > h4:after { width: 70px; margin-left: -35px; background-color: #cfad8c; } .service-image { background: #fdf7f3; /*#fff9f5*/ width: 150px; height: 150px; margin: 0 auto 35px; border-radius: 50%; padding: 47px 30px; border: 1px solid transparent; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; } .service-image > img { width: 55px; height: 55px; margin: 0 auto; display: block; } .service-info { color: #000; } .service-info > h4 { text-transform: uppercase; font-weight: 700; font-size: 14px; line-height: 24px; letter-spacing: 0.5px; margin: 0 0 30px; position: relative; } .service-info > h4:after { content: ""; height: 1px; width: 50px; background-color: #ddd; position: absolute; bottom: -12px; left: 50%; margin-left: -25px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; } .service-info > p { font-size: 13px; line-height: 22px; height: 70px; overflow: hidden; margin: 0; } .view-insta-button { padding: 15px 0; } .view-insta-button a svg { vertical-align: middle; width: 22px; height: 22px; margin-top: -4px; margin-right: 5px; } .team-mem-detail > h1 { font-size: 30px; text-transform: uppercase; font-weight: 700; line-height: 45px; margin: 0px 0 15px; letter-spacing: 0.5px; } .team-mem-detail > h1 sub { bottom: 0; font-size: 14px; line-height: 20px; color: #ceac8b; } .team-mem-info { color: #000; } .team-mem-info > h5 { text-transform: uppercase; font-size: 12px; line-height: 18px; display: block; letter-spacing: 0.4px; font-weight: 700; margin: 0 0 5px; } .team-mem-info > p { margin-bottom: 28px; font-size: 13px; line-height: 21px; } .team-mem-info > p strong { text-transform: uppercase; font-size: 12px; line-height: 20px; letter-spacing: 0.4px; } .team-quote { padding-top: 25px; border-top: 1px solid #ddd; margin-top: 30px; } .about-page .event-head > p { line-height: 27px; } .about-page .service-image { width: 110px; height: 110px; padding: 25px 20px; margin-bottom: 25px; box-shadow: none !important; } .menu-list-wrapper { text-align: center; } .menu-title { text-transform: uppercase; font-size: 22px; line-height: 36px; font-weight: 700; margin: 15px 0; } .menu-list-row { margin-bottom: 35px; text-align: center; } .menu-list-row > p { line-height: 24px; } .menu-item { position: relative; margin-bottom: 20px; text-align: center; } .menu-item > h3 { font-size: 14px; font-weight: 600; line-height: 30px; margin: 0; letter-spacing: 0.2px; color: #555; } .menu-item > p { font-size: 13px; line-height: 20px; margin: 5px 0 0; } .m-price { display: block; font-size: 14px; font-weight: 600; line-height: 30px; letter-spacing: 1px; color: #bb9671; } .contact-page .event-head { margin-bottom: 35px; } .contact-page .event-head > h1 { font-size: 30px; } .contact-page .event-head strong { font-weight: 600; } .contact-page .hours-list > li { padding: 3px 0; font-weight: 500; } .contact-page .event-list-wrapper .event-col { margin-bottom: 35px; } .contact-page .event-list-wrapper .event-content { border-radius: 1px; margin-top: -75px; min-height: 305px; } .contact-page .event-list-wrapper .event-content > h3 { text-transform: uppercase; margin-bottom: 10px; } .contact-page .event-list-wrapper .event-content > p { margin-bottom: 0; } .contact-page .event-list-wrapper .event-content > p + p { margin: 10px 0 25px; } .contact-page .event-list-wrapper .event-image { border-radius: 1px; } .btn-back { color: #333; border-color: #333 !important; padding-left: 15px; padding-right: 15px; margin: 10px 0; } .btn-back > svg { width: 20px; height: 19px; vertical-align: middle; margin: -3px 0px 0 -5px; } .btn-back:hover { background: #333; color: #fff; } /** Career Form **/ .career-form { max-width: 700px; margin: 0 auto; } .career-form .form-group { margin-bottom: 25px; } .career-form .form-control, .bridal-form .form-control { font-size: 13px; } .career-form .row, .bridal-form .row { margin-left: -7px; margin-right: -7px; } .career-form .row > div, .bridal-form .row > div { padding-left: 7px; padding-right: 7px; } .c-label { text-transform: uppercase; font-size: 12px; font-weight: 700; color: #444; letter-spacing: 0.2px; } .mandatory { color: red; } .r-label, .check-label { display: block; margin: 8px 0; font-weight: normal; } .radio-inline, .checkbox-inline, .r-label, .check-label { font-size: 13px; } input[type="file"] { font-size: 13px; margin: 5px 0 0; } .bridal-form { max-width: 800px; margin: 0 auto; } .bridal-form-group { margin-bottom: 50px; } .bridal-form-group > h4 { color: #cdaf91; font-weight: 600; margin: 0 0 20px; font-size: 18px; line-height: 28px; letter-spacing: -0.2px; } .radio-group { padding: 5px 0; } input[type="file"].form-control { border-style: dotted; padding: 8px 12px; border-color: #bbb; border-radius: 2px; } .input-other { margin-top: 5px; height: 35px; } .team-level { text-align: center; } .team-level > h2 { text-transform: uppercase; font-weight: 700; line-height: 35px; font-size: 20px; letter-spacing: 1px; margin: 0 0 15px; text-align: center; } .carousel-fade .carousel-inner .item { opacity: 0; transition-property: opacity; } .carousel-fade .carousel-inner .active { opacity: 1; } .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1; } .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right { opacity: 1; } .carousel-fade .carousel-control { z-index: 2; } .carousel-control { top: 50%; width: 35px; height: 50px; padding: 13px 3px; background: rgba(0, 0, 0, 0.8); transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; margin-top: -25px; } .carousel-indicators li { opacity: 0.85; } .service-head { padding: 40px 0; text-align: center; border-width: 0 0 1px 0; border-style: solid; margin: -70px 0 30px; border-color: #ddd; } .service-head .custom-nav-tab { margin: 0; } .service-menu-list { list-style: none; margin: 0; padding: 20px 40px 20px 10px; } .service-menu-list > li { padding: 14px 0; } .service-menu-list > li > a { position: relative; text-transform: uppercase; display: block; color: #777; font-weight: 600; font-size: 16px; line-height: 24px; letter-spacing: 0.5px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; text-decoration: none !important; } .service-menu-list > li > a:hover { color: #cfad8c; } .service-menu-list > li > a:hover:before { background-color: #ddd; border-color: #cfad8c; background-color: #cfad8c; } .service-menu-list > li:last-child { padding-top: 35px; } .service-menu-list > li:last-child > a { pointer-events: none; font-size: 14px; line-height: 22px; } .service-menu-list > li:last-child span { display: block; line-height: 24px; margin-top: 10px; } .form-head { text-align: center; margin-bottom: 70px; } .form-head > h3 { text-transform: uppercase; font-weight: 700; margin: 0 0 15px; line-height: 36px; letter-spacing: 0.6px; font-size: 24px; } .form-head > h4 { line-height: 27px; margin: 0 0 10px; text-transform: uppercase; font-size: 16px; letter-spacing: 0.5px; font-weight: 600; } .form-head > p { margin-bottom: 25px; line-height: 24px; } .form-head > p.pos-available { line-height: 26px; } .form-head > p.pos-available strong { font-size: 17px; margin: 0 2px; } .fw600 { font-weight: 600; } .flex-row { display: flex; flex-wrap: wrap; align-items: center; } .flex-row > div { position: relative; padding-left: 15px; padding-right: 15px; min-height: 1px; width: 100%; } .fcol-md-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .fcol-md-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .custom-marker-content { color: #333; font-family: "Montserrat", sans-serif; } .custom-marker-content > h3 { margin: 0 0 5px; font-size: 14px; text-transform: uppercase; font-weight: bold; line-height: 22px; letter-spacing: 0; } .custom-marker-content > p { margin: 0; font-size: 12px; font-family: "Montserrat", sans-serif; letter-spacing: 0; line-height: 18px; } @media (min-width: 767px) { .navbar-default.sticky.subpage-header { background-color: #fff; position: relative; } .navbar-default.sticky.subpage-header .custom-nav > li > a { color: #333; } .navbar-default.sticky.subpage-header .custom-nav > li > a .logo-black { display: block !important; } .navbar-default.sticky.subpage-header .custom-nav > li > a .logo-gray { display: none !important; } .navbar-default.sticky100 { background-color: rgba(255, 255, 255, 0.96) !important; border-bottom: 1px solid #e8e8e8; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); min-height: 75px; position: fixed !important; top: 0; left: 0; z-index: 1000; width: 100%; } .navbar-default.sticky100 + .subpage-banner { margin-top: 75px; } .navbar-default.sticky100 .navbar-nav > li.active > a { color: #d9bb9e; } .navbar-default.sticky100 .navbar-nav > li > a { color: #333; } .navbar-default.sticky100 .custom-nav > li { padding-top: 5px; padding-bottom: 5px; } .navbar-default.sticky100 .logo-gray { display: none; } .navbar-default.sticky100 .logo-black { display: block; height: 65px; } .navbar-default .custom-nav > li { padding: 10px 35px; } .navbar-default .custom-nav > li.active > a:after { left: 0; right: 0; } .navbar-default .custom-nav > li.logo > a:after { display: none; } .navbar-default .custom-nav > li > a { padding: 0; display: inline-block; position: relative; vertical-align: middle; } .navbar-default .custom-nav > li > a:hover:after { left: 0; right: 0; } .navbar-default .custom-nav > li > a:after { content: ""; position: absolute; display: block; height: 2px; background-color: #dcbea2; bottom: -5px; left: 50%; right: 50%; z-index: 5; transition: left 0.3s ease-in-out, right 0.3s ease-in-out; -webkit-transition: left 0.3s ease-in-out, right 0.3s ease-in-out; -moz-transition: left 0.3s ease-in-out, right 0.3s ease-in-out; } .gift-card { position: absolute; right: 25px; top: 50%; margin-top: -10px; text-transform: uppercase; font-weight: 600; font-size: 0; line-height: 20px; letter-spacing: 0.2px; z-index: 5; text-decoration: none !important; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; } #slides { min-height: 600px; } .row20 { margin-left: -20px; margin-right: -20px; } .row20 > div { padding-left: 20px; padding-right: 20px; } .team-mem-image { padding: 10px; } .btn-back { margin: 10px; } } @media (min-width: 1200px) { .navbar-default .custom-nav > li { min-width: 17%; } } @media (min-width: 1400px) { .gift-card { font-size: 14px; line-height: 20px; color: #cdaf91; } .gift-card:hover { color: #e8c4a0; } } /*# sourceMappingURL=style.css.map */
assets/style/style.css
* { margin: 0; padding: 0; outline: none !important; } html, body { height: 100%; } body { position: relative; } /* Slick Slider */ .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; left: 0; top: 0; display: block; } .slick-track:before, .slick-track:after { content: ""; display: table; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { float: left; height: 100%; min-height: 1px; display: none; } [dir="rtl"] .slick-slide { float: right; } .slick-slide img { display: block; width: 100%; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; } /** Super Slides **/ #slides { position: relative; } #slides .slides-container { display: none; } #slides .scrollable { *zoom: 1; position: relative; top: 0; left: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; height: 100%; } #slides .scrollable:after { content: ""; display: table; clear: both; } .slides-navigation { margin: 0 auto; position: absolute; z-index: 3; top: 46%; width: 100%; } .slides-navigation a { position: absolute; display: block; background: url("../images/arrows.png") no-repeat 0 -40px; width: 40px; height: 40px; } .slides-navigation a.prev { opacity: 0; left: 0; transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out; -webkit-transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out; -moz-transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out; } .slides-navigation a.next { opacity: 0; transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out; -webkit-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out; -moz-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out; right: 0; background-position: 0 0px; } #slides:hover .slides-navigation a { opacity: 0.6; } #slides:hover .slides-navigation a.prev { left: 10px; } #slides:hover .slides-navigation a.next { right: 10px; } .slides-navigation a:hover { opacity: 0.9 !important; } .slides-pagination { position: absolute; z-index: 3; bottom: 30px; text-align: center; width: 100%; display: none; } .slides-pagination a { border: 2px solid #222; border-radius: 15px; width: 10px; height: 10px; display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII="); margin: 2px; overflow: hidden; text-indent: -100%; } .slides-pagination a.current { background: #222; } .navbar-default.sticky { border: 0; position: fixed; left: 0; top: 0; z-index: 1000; width: 100%; background-color: rgba(0, 0, 0, 0.6); } .navbar-default.custom-navbar { border-bottom: 1px solid #ddd; } .navbar-default.custom-navbar .custom-nav > li > a { color: #333; } .navbar-default .custom-nav { float: none; text-align: center; } .navbar-default .custom-nav > li { float: none; display: inline-block; vertical-align: middle; text-transform: uppercase; } .navbar-default .custom-nav > li > a { font-weight: 600; letter-spacing: 0.4px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; } .logo-black { display: none; } .scroll-down { color: #fff; position: absolute; bottom: 20px; left: 50%; z-index: 1000; } .gift-card svg { display: inline-block; vertical-align: middle; width: 21px; height: 21px; margin-top: -5px; margin-right: 3px; } .gift-card-icon { display: inline-block; vertical-align: middle; background: url(../images/gift-card.png) no-repeat center center; width: 34px; height: 24px; background-size: 25px auto; margin-top: -4px; } /** Footer **/ .footer { background-color: #0f0d0d; padding: 30px 0; color: #fff; font-size: 12px; line-height: 20px; letter-spacing: 0.3px; } .footer-top { padding-bottom: 35px; border-bottom: 1px solid #6f6e6e; } .footer-logo { margin-bottom: 35px; } .footer-logo > img { width: 185px; display: block; max-width: 100%; height: auto; } .footer-title { color: #d9bb9e; text-transform: uppercase; font-weight: 600; line-height: 20px; font-size: 12px; margin: 0 0 15px; letter-spacing: 0.5px; } .footer-contact { margin-bottom: 28px; } .footer-contact .footer-title { margin-bottom: 5px; } .hours-list { list-style: none; margin: -1px 0 12px; } .hours-list > li { padding: 1px 0; } .hours-list > li > span { min-width: 100px; display: inline-block; vertical-align: middle; } .footer-col { color: #e6e6e6; } .text-highlighted { color: #d9bb9e; } .footer-list { list-style: none; } .footer-list > li { padding: 2px 0; } .footer-list > li > a { color: #fff; display: inline-block; vertical-align: middle; } .social-list { list-style: none; margin: 0 -8px; font-size: 0; } .social-list > li { display: inline-block; vertical-align: middle; padding: 0 8px; } .social-list > li > a { color: #ccaf94; text-decoration: none !important; display: block; box-shadow: 0; border-radius: 2px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; border-radius: 6px; } .social-list > li > a:hover { box-shadow: 0 0px 25px rgba(255, 255, 255, 0.4); } .social-list > li > a svg { vertical-align: middle; } .social-list > li > a svg.fill { transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; stroke-width: 0; fill: #ccaf94; } .footer-bottom { padding-top: 30px; color: #6f6e6e; } .copyright { text-transform: uppercase; margin: 0; text-align: right; } .copyright, .footer-bottom-links { padding: 5px 0; } .footer-bottom-links { margin: 0 -8px; } .footer-bottom-links > a { color: #6f6e6e; display: inline-block; vertical-align: middle; margin: 0 8px; } .app-download-section { background-color: #f0eae2; padding: 35px 0; } .app-download-inner { position: relative; padding-right: 430px; } .app-download-content > h4 { line-height: 27px; font-weight: 700; margin: 0 0 10px; } .app-download-content > p { font-size: 12px; line-height: 20px; margin-bottom: 0; letter-spacing: 0.1px; font-weight: 500; } .app-download-action { position: absolute; right: 0; top: 50%; margin: -28px -5px 0; z-index: 5; } .app-download-action > a { display: block; width: 191px; float: left; height: 62px; background: url("../images/app-logos.png") no-repeat; margin: 0 5px; } .app-download-action > a.android-app { background-position: 0 0; } .app-download-action > a.ios-app { background-position: 0 -65px; } #footer-map { height: 250px; margin-right: 35px; } /*! * Datetimepicker for Bootstrap 3 * version : 4.17.37 * https://github.com/Eonasdan/bootstrap-datetimepicker/ */ .bootstrap-datetimepicker-widget { list-style: none; } .bootstrap-datetimepicker-widget.dropdown-menu { margin: 2px 0; padding: 4px; width: 19em; position: absolute; background: #fff; border: 1px solid #ddd; z-index: 100; border-radius: 2px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); } @media (min-width: 768px) { .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em; } } @media (min-width: 992px) { .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em; } } @media (min-width: 1200px) { .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em; } } .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after { content: ''; display: inline-block; position: absolute; } .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before { border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #cccccc; border-bottom-color: rgba(0, 0, 0, 0.2); top: -7px; left: 7px; } .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after { border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid white; top: -6px; left: 8px; } .bootstrap-datetimepicker-widget.dropdown-menu.top:before { border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #cccccc; border-top-color: rgba(0, 0, 0, 0.2); bottom: -7px; left: 6px; } .bootstrap-datetimepicker-widget.dropdown-menu.top:after { border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid white; bottom: -6px; left: 7px; } .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before { left: auto; right: 6px; } .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after { left: auto; right: 7px; } .bootstrap-datetimepicker-widget .list-unstyled { margin: 0; } .bootstrap-datetimepicker-widget a[data-action] { padding: 6px 0; } .bootstrap-datetimepicker-widget a[data-action]:active { box-shadow: none; } .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second { width: 54px; font-weight: bold; font-size: 1.2em; margin: 0; } .bootstrap-datetimepicker-widget button[data-action] { padding: 6px; } .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Increment Hours"; } .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Increment Minutes"; } .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Decrement Hours"; } .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Decrement Minutes"; } .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Show Hours"; } .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Show Minutes"; } .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Toggle AM/PM"; } .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Clear the picker"; } .bootstrap-datetimepicker-widget .btn[data-action="today"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Set the date to today"; } .bootstrap-datetimepicker-widget .picker-switch { text-align: center; } .bootstrap-datetimepicker-widget .picker-switch::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Toggle Date and Time Screens"; } .bootstrap-datetimepicker-widget .picker-switch td { padding: 0; margin: 0; height: auto; width: auto; line-height: inherit; } .bootstrap-datetimepicker-widget .picker-switch td span { line-height: 2.5; height: 2.5em; width: 100%; } .bootstrap-datetimepicker-widget table { width: 100%; font-size: 13px; margin: 0; } .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th { text-align: center; border-radius: 4px; } .bootstrap-datetimepicker-widget table th { height: 20px; line-height: 20px; width: 20px; text-transform: uppercase; font-size: 12px; } .bootstrap-datetimepicker-widget table th.picker-switch { width: 145px; } .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover { background: none; color: #777777; cursor: not-allowed; } .bootstrap-datetimepicker-widget table th.prev::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Previous Month"; } .bootstrap-datetimepicker-widget table th.next::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Next Month"; } .bootstrap-datetimepicker-widget table thead tr:first-child th { cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: 700; letter-spacing: 0.1px; } .bootstrap-datetimepicker-widget table thead tr:first-child th:hover { background: #eeeeee; } .bootstrap-datetimepicker-widget table td { height: 54px; line-height: 54px; width: 54px; } .bootstrap-datetimepicker-widget table td.cw { font-size: .8em; height: 20px; line-height: 20px; color: #777777; } .bootstrap-datetimepicker-widget table td.day { height: 20px; line-height: 20px; width: 20px; } .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover { background: #eeeeee; cursor: pointer; } .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new { color: #777777; } .bootstrap-datetimepicker-widget table td.today { position: relative; } .bootstrap-datetimepicker-widget table td.today:before { content: ''; display: inline-block; border: solid transparent; border-width: 0 0 7px 7px; border-bottom-color: #b38860; border-top-color: rgba(0, 0, 0, 0.2); position: absolute; bottom: 4px; right: 4px; } .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover { background-color: #b38860; color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .bootstrap-datetimepicker-widget table td.active.today:before { border-bottom-color: #fff; } .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover { background: none; color: #777777; cursor: not-allowed; } .bootstrap-datetimepicker-widget table td span { display: inline-block; width: 54px; height: 54px; line-height: 54px; margin: 2px 1.5px; cursor: pointer; border-radius: 4px; } .bootstrap-datetimepicker-widget table td span:hover { background: #eeeeee; } .bootstrap-datetimepicker-widget table td span.active { background-color: #b38860; color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .bootstrap-datetimepicker-widget table td span.old { color: #777777; } .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover { background: none; color: #777777; cursor: not-allowed; } .bootstrap-datetimepicker-widget.usetwentyfour td.hour { height: 27px; line-height: 27px; } .bootstrap-datetimepicker-widget.wider { width: 21em; } .bootstrap-datetimepicker-widget .datepicker-decades .decade { line-height: 1.8em !important; } .input-group.date .input-group-addon { cursor: pointer; } .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .animated { -webkit-animation-duration: 0.7s; animation-duration: 0.7s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .wrapper { position: relative; min-height: 100%; } .table-container { display: table; width: 100%; height: 100%; } .table-cell { display: table-cell; vertical-align: middle; } .svg20 { width: 20px; height: 20px; vertical-align: middle; margin-top: -3px; } @-webkit-keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes slideDownDot { 0% { opacity: 0.8; top: 10%; } 50% { opacity: 0.5; top: 50%; } 100% { opacity: 0; top: 90%; } } @keyframes slideDownDot { 0% { opacity: 0.8; top: 20%; } 50% { opacity: 0.5; top: 50%; } 100% { opacity: 0; top: 90%; } } @-webkit-keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } @keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } #slides { background-color: #222; } .slides-container > li .container { height: 100%; } .slides-bg { background-size: cover !important; background-position: center center !important; background-attachment: fixed !important; height: inherit; position: absolute; left: 0; top: 0; width: 100%; z-index: -1; -moz-transform: scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); -o-transform: scale(1) rotate(0deg); -ms-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); -webkit-transition: all 11s linear; -moz-transition: all 11s linear; -ms-transition: all 11s linear; -o-transition: all 11s linear; transition: all 11s linear; } .slides-item.zoomin .slides-bg { -moz-transform: scale(1.1) rotate(2deg); -webkit-transform: scale(1.1) rotate(2deg); -o-transform: scale(1.1) rotate(2deg); -ms-transform: scale(1.1) rotate(2deg); transform: scale(1.1) rotate(2deg); } .scroll-down { width: 25px; height: 40px; border: 2px solid #ddd; border-radius: 20px; position: absolute; bottom: 25px; z-index: 100; margin-left: -13px; } .scroll-dot { width: 4px; height: 4px; background-color: #dcbc9e; border-radius: 24px; display: block; position: absolute; top: 50%; left: 50%; margin-left: -2px; margin-top: -2px; animation: slideDownDot 1.1s ease-in infinite; -webkit-animation: slideDownDot 1.1s ease-in infinite; } .btn { transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; } .instagram-slick { visibility: hidden; margin: 0 -10px; } .instagram-slick.slick-initialized { visibility: visible; } .instagram-slick-col { padding: 0 2px; } .instagram-slick-col > a { display: block; overflow: hidden; } .instagram-slick-col > a > img { max-width: 100%; height: auto; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); transition: all 2s ease-in-out; -webkit-transition: all 2s ease-in-out; -moz-transition: all 2s ease-in-out; } .instagram-slick-col > a:hover img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } .instagram-section { padding: 50px 10px 0; } .instagram-head { text-align: center; margin-bottom: 30px; } .instagram-head > h3 { text-align: center; text-transform: uppercase; font-size: 25px; line-height: 40px; font-weight: 700; color: #4e4a47; margin: 0 0 20px; letter-spacing: 0.2px; } .instagram-head svg { width: 38px; height: 38px; vertical-align: middle; color: #ccaf94; } .event-section { padding: 70px 0; } .event-head { text-align: center; margin-bottom: 30px; } .event-head > h1 { text-transform: uppercase; font-size: 38px; line-height: 48px; font-weight: 700; margin: 15px 0; } .event-head > p { font-size: 14px; line-height: 25px; font-weight: 500; } .event-head > h3 { margin: 0; padding-top: 35px; font-weight: 700; font-size: 22px; color: #4e4a47; letter-spacing: 0; line-height: 34px; } .event-list-wrapper { padding: 0 50px; } .event-list-wrapper > div { width: 50%; float: left; padding: 0 25px; } .event-image { overflow: hidden; } .event-image > img { max-width: 100%; display: block; -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1) rotate(0deg); -webkit-transition: all 1s linear; -moz-transition: all 1s linear; -ms-transition: all 1s linear; -o-transition: all 1s linear; transition: all 1s linear; } .event-col { position: relative; } .event-col:hover .event-image > img { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .event-content { text-align: center; padding: 40px; margin: -50px 25px 0; position: relative; background-color: #fff; border: 1px solid #eaeaea; box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1); transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; } .event-content > h3 { font-size: 18px; font-weight: 700; margin: 0 0 7px; line-height: 27px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .event-content > p { font-size: 13px; line-height: 22px; margin-bottom: 25px; } .event-button { display: inline-block; vertical-align: middle; border-radius: 3px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; font-size: 12px; color: #333; text-decoration: none !important; } .event-button > svg { vertical-align: middle; margin-top: -3px; border: 1px solid #b38860; border-radius: 50%; padding: 2px; margin-right: 5px; color: #b38860; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; } .event-button:hover > svg { background-color: #b38860; color: #fff; } .subpage-banner { background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; height: 250px; } .subpage-banner > .table-container { background-color: rgba(0, 0, 0, 0.2); } .subpage-head { color: #fff; text-align: center; } .subpage-head > h3 { margin: 0 0 3px; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; line-height: 45px; font-size: 34px; } .subpage-head .breadcrumb { margin-bottom: 0; font-size: 12px; line-height: 18px; } .subpage-head .breadcrumb > li { color: #ccc; text-transform: uppercase; letter-spacing: 0.2px; } .subpage-head .breadcrumb > li > a { color: #ccc; } .subpage-wrapper { padding: 70px 0; } .team-page > h4 { font-size: 16px; line-height: 28px; text-align: center; max-width: 1024px; margin: 0 auto 20px; } .custom-nav-tab { list-style: none; margin: 0 0 50px; text-align: center; font-size: 0; } .custom-nav-tab > li { display: inline-block; vertical-align: middle; } .custom-nav-tab > li.active > a { border-color: #bf9771 !important; color: #986534; } .custom-nav-tab > li > a { display: block; padding: 8px 20px; border: 2px solid transparent; font-size: 14px; line-height: 22px; margin: 0 15px; text-transform: uppercase; letter-spacing: 0.5px; border-radius: 0; color: #666; font-weight: 600; text-decoration: none !important; transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out; -webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out; -moz-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out; } .custom-nav-tab > li > a:hover { border-color: #e0d6cb; } .team-member-row { margin-left: -10px; margin-right: -10px; margin-bottom: 30px; text-align: center; font-size: 0; } .team-member-row > div { padding-left: 10px; padding-right: 10px; float: none; display: inline-block; vertical-align: middle; } .team-mem-col { cursor: pointer; position: relative; margin-bottom: 20px; } .team-mem-col > img { border-radius: 1px; } .team-mem-col:hover .team-mem-col-hover { display: block; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; animation-name: flipInY; } .team-mem-col-hover { position: absolute; top: 0; background-color: rgba(0, 0, 0, 0.75); text-align: center; color: #fff !important; z-index: 10; width: 100%; height: 100%; left: 0; text-decoration: none !important; border-radius: 1px; display: none; font-size: 13px; } .team-mem-hover-content { padding: 20px; } .team-mem-hover-content > h3 { text-transform: uppercase; margin: 0; font-size: 18px; line-height: 27px; font-weight: 600; letter-spacing: 0.5px; } .team-mem-hover-content > hr { border-color: rgba(255, 255, 255, 0.45); width: 100px; margin: 7px auto; } .team-mem-hover-content > h4 { color: #a2a2a2; font-size: 13px; line-height: 28px; font-weight: 500; letter-spacing: 0.5px; margin: 0 0 5px; text-transform: uppercase; } .team-mem-hover-content > p { font-size: 12px; line-height: 20px; margin-bottom: 15px; } .team-mem-hover-content .btn-outline { line-height: 1.45; padding: 6px 15px; } .team-mem-hover-content .btn-outline > svg { width: 18px; height: 18px; vertical-align: middle; margin: -3px 5px 0 0; } .service-row { margin-left: -25px; margin-right: -25px; margin-bottom: 25px; } .service-row.all-service > div { display: block !important; } .service-row.all-service + .text-center { display: none; } .service-row > div { padding-left: 25px; padding-right: 25px; } .service-row > div:nth-last-child(-n+6) { display: none; } .service-col { text-align: center; margin: 15px 0 60px; display: block; text-decoration: none !important; } .service-col:hover .service-image { box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); border-color: #f5eeea; } .service-col:hover .service-info > h4:after { width: 70px; margin-left: -35px; background-color: #cfad8c; } .service-image { background: #fdf7f3; /*#fff9f5*/ width: 150px; height: 150px; margin: 0 auto 35px; border-radius: 50%; padding: 47px 30px; border: 1px solid transparent; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; } .service-image > img { width: 55px; height: 55px; margin: 0 auto; display: block; } .service-info { color: #000; } .service-info > h4 { text-transform: uppercase; font-weight: 700; font-size: 14px; line-height: 24px; letter-spacing: 0.5px; margin: 0 0 30px; position: relative; } .service-info > h4:after { content: ""; height: 1px; width: 50px; background-color: #ddd; position: absolute; bottom: -12px; left: 50%; margin-left: -25px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; } .service-info > p { font-size: 13px; line-height: 22px; height: 70px; overflow: hidden; margin: 0; } .view-insta-button { padding: 15px 0; } .view-insta-button a svg { vertical-align: middle; width: 22px; height: 22px; margin-top: -4px; margin-right: 5px; } .team-mem-detail > h1 { font-size: 30px; text-transform: uppercase; font-weight: 700; line-height: 45px; margin: 0px 0 15px; letter-spacing: 0.5px; } .team-mem-detail > h1 sub { bottom: 0; font-size: 14px; line-height: 20px; color: #ceac8b; } .team-mem-info { color: #000; } .team-mem-info > h5 { text-transform: uppercase; font-size: 12px; line-height: 18px; display: block; letter-spacing: 0.4px; font-weight: 700; margin: 0 0 5px; } .team-mem-info > p { margin-bottom: 28px; font-size: 13px; line-height: 21px; } .team-mem-info > p strong { text-transform: uppercase; font-size: 12px; line-height: 20px; letter-spacing: 0.4px; } .team-quote { padding-top: 25px; border-top: 1px solid #ddd; margin-top: 30px; } .about-page .event-head > p { line-height: 27px; } .about-page .service-image { width: 110px; height: 110px; padding: 25px 20px; margin-bottom: 25px; box-shadow: none !important; } .menu-list-wrapper { text-align: center; } .menu-title { text-transform: uppercase; font-size: 22px; line-height: 36px; font-weight: 700; margin: 15px 0; } .menu-list-row { margin-bottom: 35px; text-align: center; } .menu-list-row > p { line-height: 24px; } .menu-item { position: relative; margin-bottom: 20px; text-align: center; } .menu-item > h3 { font-size: 14px; font-weight: 600; line-height: 30px; margin: 0; letter-spacing: 0.2px; color: #555; } .menu-item > p { font-size: 13px; line-height: 20px; margin: 5px 0 0; } .m-price { display: block; font-size: 14px; font-weight: 600; line-height: 30px; letter-spacing: 1px; color: #bb9671; } .contact-page .event-head { margin-bottom: 35px; } .contact-page .event-head > h1 { font-size: 30px; } .contact-page .event-head strong { font-weight: 600; } .contact-page .hours-list > li { padding: 3px 0; font-weight: 500; } .contact-page .event-list-wrapper .event-col { margin-bottom: 35px; } .contact-page .event-list-wrapper .event-content { border-radius: 1px; margin-top: -75px; min-height: 305px; } .contact-page .event-list-wrapper .event-content > h3 { text-transform: uppercase; margin-bottom: 10px; } .contact-page .event-list-wrapper .event-content > p { margin-bottom: 0; } .contact-page .event-list-wrapper .event-content > p + p { margin: 10px 0 25px; } .contact-page .event-list-wrapper .event-image { border-radius: 1px; } .btn-back { color: #333; border-color: #333 !important; padding-left: 15px; padding-right: 15px; margin: 10px 0; } .btn-back > svg { width: 20px; height: 19px; vertical-align: middle; margin: -3px 0px 0 -5px; } .btn-back:hover { background: #333; color: #fff; } /** Career Form **/ .career-form { max-width: 700px; margin: 0 auto; } .career-form .form-group { margin-bottom: 25px; } .career-form .form-control, .bridal-form .form-control { font-size: 13px; } .career-form .row, .bridal-form .row { margin-left: -7px; margin-right: -7px; } .career-form .row > div, .bridal-form .row > div { padding-left: 7px; padding-right: 7px; } .c-label { text-transform: uppercase; font-size: 12px; font-weight: 700; color: #444; letter-spacing: 0.2px; } .mandatory { color: red; } .r-label, .check-label { display: block; margin: 8px 0; font-weight: normal; } .radio-inline, .checkbox-inline, .r-label, .check-label { font-size: 13px; } input[type="file"] { font-size: 13px; margin: 5px 0 0; } .bridal-form { max-width: 800px; margin: 0 auto; } .bridal-form-group { margin-bottom: 50px; } .bridal-form-group > h4 { color: #cdaf91; font-weight: 600; margin: 0 0 20px; font-size: 18px; line-height: 28px; letter-spacing: -0.2px; } .radio-group { padding: 5px 0; } input[type="file"].form-control { border-style: dotted; padding: 8px 12px; border-color: #bbb; border-radius: 2px; } .input-other { margin-top: 5px; height: 35px; } .team-level { text-align: center; } .team-level > h2 { text-transform: uppercase; font-weight: 700; line-height: 35px; font-size: 20px; letter-spacing: 1px; margin: 0 0 15px; text-align: center; } .carousel-fade .carousel-inner .item { opacity: 0; transition-property: opacity; } .carousel-fade .carousel-inner .active { opacity: 1; } .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1; } .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right { opacity: 1; } .carousel-fade .carousel-control { z-index: 2; } .carousel-control { top: 50%; width: 35px; height: 50px; padding: 13px 3px; background: rgba(0, 0, 0, 0.8); transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; margin-top: -25px; } .carousel-indicators li { opacity: 0.85; } .service-head { padding: 40px 0; text-align: center; border-width: 0 0 1px 0; border-style: solid; margin: -70px 0 30px; border-color: #ddd; } .service-head .custom-nav-tab { margin: 0; } .service-menu-list { list-style: none; margin: 0; padding: 20px 40px 20px 10px; } .service-menu-list > li { padding: 14px 0; } .service-menu-list > li > a { position: relative; text-transform: uppercase; display: block; color: #777; font-weight: 600; font-size: 16px; line-height: 24px; letter-spacing: 0.5px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; text-decoration: none !important; } .service-menu-list > li > a:hover { color: #cfad8c; } .service-menu-list > li > a:hover:before { background-color: #ddd; border-color: #cfad8c; background-color: #cfad8c; } .service-menu-list > li:last-child { padding-top: 35px; } .service-menu-list > li:last-child > a { pointer-events: none; font-size: 14px; line-height: 22px; } .service-menu-list > li:last-child span { display: block; line-height: 24px; margin-top: 10px; } .form-head { text-align: center; margin-bottom: 70px; } .form-head > h3 { text-transform: uppercase; font-weight: 700; margin: 0 0 15px; line-height: 36px; letter-spacing: 0.6px; font-size: 24px; } .form-head > h4 { line-height: 27px; margin: 0 0 10px; text-transform: uppercase; font-size: 16px; letter-spacing: 0.5px; font-weight: 600; } .form-head > p { margin-bottom: 25px; line-height: 24px; } .form-head > p.pos-available { line-height: 26px; } .form-head > p.pos-available strong { font-size: 17px; margin: 0 2px; } .fw600 { font-weight: 600; } .flex-row { display: flex; flex-wrap: wrap; align-items: center; } .flex-row > div { position: relative; padding-left: 15px; padding-right: 15px; min-height: 1px; width: 100%; } .fcol-md-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .fcol-md-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .custom-marker-content { color: #333; font-family: "Montserrat", sans-serif; } .custom-marker-content > h3 { margin: 0 0 5px; font-size: 14px; text-transform: uppercase; font-weight: bold; line-height: 22px; letter-spacing: 0; } .custom-marker-content > p { margin: 0; font-size: 12px; font-family: "Montserrat", sans-serif; letter-spacing: 0; line-height: 18px; } @media (min-width: 767px) { .navbar-default.sticky.subpage-header { background-color: #fff; position: relative; } .navbar-default.sticky.subpage-header .custom-nav > li > a { color: #333; } .navbar-default.sticky.subpage-header .custom-nav > li > a .logo-black { display: block !important; } .navbar-default.sticky.subpage-header .custom-nav > li > a .logo-gray { display: none !important; } .navbar-default.sticky100 { background-color: rgba(255, 255, 255, 0.96) !important; border-bottom: 1px solid #e8e8e8; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); min-height: 75px; position: fixed !important; top: 0; left: 0; z-index: 1000; width: 100%; } .navbar-default.sticky100 + .subpage-banner { margin-top: 75px; } .navbar-default.sticky100 .navbar-nav > li.active > a { color: #d9bb9e; } .navbar-default.sticky100 .navbar-nav > li > a { color: #333; } .navbar-default.sticky100 .custom-nav > li { padding-top: 5px; padding-bottom: 5px; } .navbar-default.sticky100 .logo-gray { display: none; } .navbar-default.sticky100 .logo-black { display: block; height: 65px; } .navbar-default .custom-nav > li { padding: 10px 35px; } .navbar-default .custom-nav > li.active > a:after { left: 0; right: 0; } .navbar-default .custom-nav > li.logo > a:after { display: none; } .navbar-default .custom-nav > li > a { padding: 0; display: inline-block; position: relative; vertical-align: middle; } .navbar-default .custom-nav > li > a:hover:after { left: 0; right: 0; } .navbar-default .custom-nav > li > a:after { content: ""; position: absolute; display: block; height: 2px; background-color: #dcbea2; bottom: -5px; left: 50%; right: 50%; z-index: 5; transition: left 0.3s ease-in-out, right 0.3s ease-in-out; -webkit-transition: left 0.3s ease-in-out, right 0.3s ease-in-out; -moz-transition: left 0.3s ease-in-out, right 0.3s ease-in-out; } .gift-card { position: absolute; right: 25px; top: 50%; margin-top: -10px; text-transform: uppercase; font-weight: 600; font-size: 0; line-height: 20px; letter-spacing: 0.2px; z-index: 5; text-decoration: none !important; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; } #slides { min-height: 600px; } .row20 { margin-left: -20px; margin-right: -20px; } .row20 > div { padding-left: 20px; padding-right: 20px; } .team-mem-image { padding: 10px; } .btn-back { margin: 10px; } } @media (min-width: 1200px) { .navbar-default .custom-nav > li { min-width: 17%; } } @media (min-width: 1400px) { .gift-card { font-size: 14px; line-height: 20px; color: #cdaf91; } .gift-card:hover { color: #e8c4a0; } } /*# sourceMappingURL=style.css.map */
0.375134
0.056392
@charset "UTF-8"; * { font-family: "Oswald", sans-serif, "微軟正黑體"; } body { height: 1000px; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: bold; } nav.navbar { transition: 0.5s; } nav.navbar.navbar-default.navbar-fixed-top.navbar-top { background-color: transparent; } nav.navbar.navbar-default.navbar-fixed-top.navbar-top a { color: grey; transition: 0.5s; } nav.navbar.navbar-default.navbar-fixed-top.navbar-top a:hover { color: #125D98; } header.jumbotron { text-align: center; background-image: url(https://i.imgur.com/5fVTbn6.jpg); background-size: cover; background-attachment: fixed; margin-bottom: 0px; } header.jumbotron .container { color: white; padding: 200px 0px; } header.jumbotron hr { max-width: 50px; border: solid 2px #125D98; } header.jumbotron h4 { color: rgba(255, 255, 255, 0.5); font-weight: normal; } section { padding: 50px 0px; } section#section_ask { background-color: #125D98; } section#section_ask .col-sm-5.img { background-image: url(https://i.imgur.com/JTDtVy9.jpg); background-size: cover; background-position: center; height: 350px; } section#section_ask h2 { margin-top: 130px; padding: 0px 20px; color: white; } section#section_ask p { margin-top: 0px; padding: 0px 20px; color: white; } section#section_about img, section#section_story img { width: 100%; } section#section_about .img_wrap, section#section_story .img_wrap { overflow: hidden; } section#section_future img { width: 100%; } section#section_future i { font-size: 30px; } section#section_future .feature { padding-top: 10px; padding-bottom: 10px; } footer.jumbotron { text-align: center; background-image: url(https://i.imgur.com/5fVTbn6.jpg); background-size: cover; background-attachment: fixed; margin-bottom: 0px; } footer.jumbotron .container { color: white; padding: 60px 0px; width: 200px; margin-top: 40px; margin-right: auto; margin-bottom: auto; margin-left: auto; padding-top: 20px; padding-right: 10px; padding-bottom: 20px; padding-left: 10px; text-align: center; vertical-align: middle; border-radius: 0px; text-transform: uppercase; font-weight: bold; letter-spacing: 2px; border: 3px solid #FFFFFF; color: #FFFFFF; transition: all 0.3s linear; } footer.jumbotron .container:hover { background-color: #FEFEFE; color: #C4C4C4; cursor: pointer; } footer.jumbotron .copyright { color: white; } /* Small Desktop */ @media (min-width: 768px) and (max-width: 1096px) { .text_column { width: 100%; } .thumbnail { width: 50%; } .text_column { width: 100%; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .banner { margin-top: 0px; padding-top: 0px; } }
dist/style.css
@charset "UTF-8"; * { font-family: "Oswald", sans-serif, "微軟正黑體"; } body { height: 1000px; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: bold; } nav.navbar { transition: 0.5s; } nav.navbar.navbar-default.navbar-fixed-top.navbar-top { background-color: transparent; } nav.navbar.navbar-default.navbar-fixed-top.navbar-top a { color: grey; transition: 0.5s; } nav.navbar.navbar-default.navbar-fixed-top.navbar-top a:hover { color: #125D98; } header.jumbotron { text-align: center; background-image: url(https://i.imgur.com/5fVTbn6.jpg); background-size: cover; background-attachment: fixed; margin-bottom: 0px; } header.jumbotron .container { color: white; padding: 200px 0px; } header.jumbotron hr { max-width: 50px; border: solid 2px #125D98; } header.jumbotron h4 { color: rgba(255, 255, 255, 0.5); font-weight: normal; } section { padding: 50px 0px; } section#section_ask { background-color: #125D98; } section#section_ask .col-sm-5.img { background-image: url(https://i.imgur.com/JTDtVy9.jpg); background-size: cover; background-position: center; height: 350px; } section#section_ask h2 { margin-top: 130px; padding: 0px 20px; color: white; } section#section_ask p { margin-top: 0px; padding: 0px 20px; color: white; } section#section_about img, section#section_story img { width: 100%; } section#section_about .img_wrap, section#section_story .img_wrap { overflow: hidden; } section#section_future img { width: 100%; } section#section_future i { font-size: 30px; } section#section_future .feature { padding-top: 10px; padding-bottom: 10px; } footer.jumbotron { text-align: center; background-image: url(https://i.imgur.com/5fVTbn6.jpg); background-size: cover; background-attachment: fixed; margin-bottom: 0px; } footer.jumbotron .container { color: white; padding: 60px 0px; width: 200px; margin-top: 40px; margin-right: auto; margin-bottom: auto; margin-left: auto; padding-top: 20px; padding-right: 10px; padding-bottom: 20px; padding-left: 10px; text-align: center; vertical-align: middle; border-radius: 0px; text-transform: uppercase; font-weight: bold; letter-spacing: 2px; border: 3px solid #FFFFFF; color: #FFFFFF; transition: all 0.3s linear; } footer.jumbotron .container:hover { background-color: #FEFEFE; color: #C4C4C4; cursor: pointer; } footer.jumbotron .copyright { color: white; } /* Small Desktop */ @media (min-width: 768px) and (max-width: 1096px) { .text_column { width: 100%; } .thumbnail { width: 50%; } .text_column { width: 100%; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } .banner { margin-top: 0px; padding-top: 0px; } }
0.387343
0.08698