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
.team_member_main_wrapper{ float:left; width:100%; padding-top:100px; padding-bottom:100px; } .team_member_image{ float:left; width:100%; text-align:Center; } .team_member_image img{ display:inline-block; } .text_wrapper{ float:left; width:100%; } .text_wrapper_heading{ float:left; width:100%; } .team_member_title{ float:left; } .team_member_title h2{ font-size:28px; font-weight:500; color:#222222; margin-bottom:10px; } .team_member_title h3{ font-size:16px; color:#4285f4; } .team_member_social_icons{ float:right; margin-top:15px; } .team_member_social_icons ul li { float: left; margin-right: 18px; } .team_member_social_icons ul li a{ float: left; line-height: 32px; color: #fff; border-radius:3px; height: 30px; width: 30px; text-align: center; transform: rotate(45deg); } .team_member_social_icons ul li a i{ transform: rotate(-46deg); } .f_facebook{ background: #2a66b3; } .t_twitter{ background: #35bbec; } .g_google{ background: #e55644; } .dribbble{ background: #ea4c89; } .team_member_content{ float:left; width:100%; margin-top:30px; padding-bottom:30px; margin-bottom:40px; border-bottom:1px solid #e4e4e4; } .team_member_content p{ font-size:16px; } .team_member_content_wrapper tbody td { color: #999; font-size: 16px; padding: 8px 15px; font-weight:400; } .team_member_content_wrapper tbody td a { color: #4385f5; } /* team_member_main_wrapper end */ /*progress_section start*/ .progress_section{ float:left; width:100%; padding-bottom:100px; } .progress_section .progress-item { position: relative; } .progress_section h3 { margin: 0 0 15px; } .progress_section .progress-title { font-size: 16px; display: inline-block; margin-bottom: 5px; padding-bottom: 8px; color:#999; } .progress_section .progress { height: 11px; box-shadow: none; border-radius: 0px; } .progress_section .progress-bar { background-color: #4285f4; box-shadow: none; text-align: right; border-radius: 5px 0px 0px 5px; } .progress_section .progress-percent { font-size: 10px; background-color: #111111; position: absolute; top: 5px; padding: 0 8px; border-radius: 3px; } .progress_section .progress-percent::before { content: ""; position: absolute; left: 0px; bottom: -4px; border-top: 6px solid #111111; border-right: 8px solid transparent; } /*progress_section end*/ /** comments_form start **/ .comments_form { float:left; width:100%; padding-bottom:100px; } .comments_form_heading h4{ font-size: 24px; margin-bottom: 40px; color: #222; font-weight:500; } .comments_form h4:after{ display: block; content: ""; background: #4285f4; border: 1px solid #4285f4; width: 40px; height: 4px; border-radius: 3px; margin-top: 13px; } .comments_form .form-control { height: 53px; padding: 15px 20px; font-size: 14px; line-height: 24px; border: 1px solid #efefef; border-radius: 3px; box-shadow: none; font-family: 'Roboto'; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; background-color: transparent; } .comments_form textarea.form-control{ height:auto; resize:none; } .comments_form input::placeholder, .comments_form textarea::placeholder { color: #999; } .comments_form .form-control:focus { color: #999; background-color: transparent; border: 1px solid #4285f4 !important; } .comments_form .btn{ margin: 0 auto; padding: 15px 32px; letter-spacing:1px; text-transform:uppercase; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .comments_form .btn-primary{ background: #4285f4; border: 1px solid #4285f4 !important; } .comments_form .btn-primary.focus, .comments_form .btn-primary:hover{ background-color: transparent; color: #4285f4; border: 1px solid #4285f4 !important; } .comments_form .btn:focus{ outline:none; } .comments_form-pos,.comments_form-e,.comments_form-m,.comments_form-p{ position: relative; } .form-group.i-name:after, .form-group.i-email:after, .form-group.i-phone:after, .form-group.i-message:after { position: absolute; top: 13px; font-size: 18px; font-family: "FontAwesome"; color: #c0c0c0; } .comments_form .form-group.i-name:after{ content: "\f007"; right: 32px; } .comments_form .form-group.i-email:after{ content: "\f003"; right: 32px; } .comments_form .form-group.i-message:after{ content: "\f0e5"; right: 32px; } /** comments_form end **/ /* realted_team_members_wrapper start*/ .realted_team_members_wrapper{ float:left; width:100%; padding-top:100px; padding-bottom:100px; background:#f7f7f7; } .realted_team_heading{ margin-bottom:50px; text-align:center; } .realted_team_heading h2{ font-size:36px; padding-bottom:30px; position:relative; } .realted_team_heading h2:after { content: ""; background: #4285f4; width: 40px; height: 4px; border-radius: 3px; margin-top: 13px; position: absolute; left: 50%; bottom: 10px; margin-left: -25px; } .realted_team_members_slider{ float:left; width:100%; text-align:center; } .realted_team_members_slider .owl-carousel .owl-item{ background:#ffffff; } .realted_team_members_slider .owl-theme .owl-dots .owl-dot{ margin-left: 3px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; padding-top:30px; } .realted_team_members_slider .owl-theme .owl-dots .owl-dot span{ width:5px; height:5px; background:#cccccc; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .realted_team_members_slider .owl-theme .owl-dots .owl-dot.active span, .realted_team_members_slider .owl-theme .owl-dots .owl-dot:hover span { background:#4285f4; width:8px; height:8px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .realted_team_members_slider .owl-theme .owl-dots .owl-dot.active, .realted_team_members_slider .owl-theme .owl-dots .owl-dot:hover{ -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .realted_team_members_slider .owl-theme .owl-nav{ display:none; } .slider_main_wrapper{ text-align:center; } .slider_main_wrapper:hover .team_members_slider_content h4 a{ color:#4285f4; } .team_members_slider_image{ display:inline-block; } .team_members_slider_content h4{ font-size:20px; color:#222; font-weight:500; } .team_members_slider_content h5{ font-size:14px; color:#4285f4; padding-top:30px; padding-bottom:10px; } .team_members_slider_content p { font-size: 16px; margin-top: 20px; margin-bottom: 30px; padding: 0px 25px; } .team_members_slider_content .btn { background-color: #f8f8f8; color: #999999; text-transform: uppercase; border: 0; height:40px; width:130px; line-height:30px; border-radius: 4px 4px 0px 0px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .team_members_slider_content .btn:hover { background: #4285f4; color: #ffffff; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .team_members_slider_social_icons{ margin:0; padding:0; list-style-type:none; padding-top:20px; padding-bottom:20px; display: inline-block; } .team_members_slider_social_icons li{ float:left; margin-left:24px; } .team_members_slider_social_icons li:first-child{ margin-left:0; } .team_members_slider_social_icons li a{ float:left; color: #999999; font-size:14px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; } .team_members_slider_social_icons li a:hover{ color:#4285f4; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; } /* realted_team_members_wrapper end*/ @media (min-width: 768px) and (max-width: 991px){ .team_member_image { margin-bottom:40px; } } @media (max-width: 767px){ .team_member_image { margin-bottom:40px; } } @media (max-width: 480px){ .team_member_social_icons { float: left; width:100%; margin-top:30px; } } @media (max-width: 360px){ .team_member_content_wrapper tbody td { font-size: 14px; } }
public/assets/client/css/team_single.css
.team_member_main_wrapper{ float:left; width:100%; padding-top:100px; padding-bottom:100px; } .team_member_image{ float:left; width:100%; text-align:Center; } .team_member_image img{ display:inline-block; } .text_wrapper{ float:left; width:100%; } .text_wrapper_heading{ float:left; width:100%; } .team_member_title{ float:left; } .team_member_title h2{ font-size:28px; font-weight:500; color:#222222; margin-bottom:10px; } .team_member_title h3{ font-size:16px; color:#4285f4; } .team_member_social_icons{ float:right; margin-top:15px; } .team_member_social_icons ul li { float: left; margin-right: 18px; } .team_member_social_icons ul li a{ float: left; line-height: 32px; color: #fff; border-radius:3px; height: 30px; width: 30px; text-align: center; transform: rotate(45deg); } .team_member_social_icons ul li a i{ transform: rotate(-46deg); } .f_facebook{ background: #2a66b3; } .t_twitter{ background: #35bbec; } .g_google{ background: #e55644; } .dribbble{ background: #ea4c89; } .team_member_content{ float:left; width:100%; margin-top:30px; padding-bottom:30px; margin-bottom:40px; border-bottom:1px solid #e4e4e4; } .team_member_content p{ font-size:16px; } .team_member_content_wrapper tbody td { color: #999; font-size: 16px; padding: 8px 15px; font-weight:400; } .team_member_content_wrapper tbody td a { color: #4385f5; } /* team_member_main_wrapper end */ /*progress_section start*/ .progress_section{ float:left; width:100%; padding-bottom:100px; } .progress_section .progress-item { position: relative; } .progress_section h3 { margin: 0 0 15px; } .progress_section .progress-title { font-size: 16px; display: inline-block; margin-bottom: 5px; padding-bottom: 8px; color:#999; } .progress_section .progress { height: 11px; box-shadow: none; border-radius: 0px; } .progress_section .progress-bar { background-color: #4285f4; box-shadow: none; text-align: right; border-radius: 5px 0px 0px 5px; } .progress_section .progress-percent { font-size: 10px; background-color: #111111; position: absolute; top: 5px; padding: 0 8px; border-radius: 3px; } .progress_section .progress-percent::before { content: ""; position: absolute; left: 0px; bottom: -4px; border-top: 6px solid #111111; border-right: 8px solid transparent; } /*progress_section end*/ /** comments_form start **/ .comments_form { float:left; width:100%; padding-bottom:100px; } .comments_form_heading h4{ font-size: 24px; margin-bottom: 40px; color: #222; font-weight:500; } .comments_form h4:after{ display: block; content: ""; background: #4285f4; border: 1px solid #4285f4; width: 40px; height: 4px; border-radius: 3px; margin-top: 13px; } .comments_form .form-control { height: 53px; padding: 15px 20px; font-size: 14px; line-height: 24px; border: 1px solid #efefef; border-radius: 3px; box-shadow: none; font-family: 'Roboto'; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; background-color: transparent; } .comments_form textarea.form-control{ height:auto; resize:none; } .comments_form input::placeholder, .comments_form textarea::placeholder { color: #999; } .comments_form .form-control:focus { color: #999; background-color: transparent; border: 1px solid #4285f4 !important; } .comments_form .btn{ margin: 0 auto; padding: 15px 32px; letter-spacing:1px; text-transform:uppercase; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .comments_form .btn-primary{ background: #4285f4; border: 1px solid #4285f4 !important; } .comments_form .btn-primary.focus, .comments_form .btn-primary:hover{ background-color: transparent; color: #4285f4; border: 1px solid #4285f4 !important; } .comments_form .btn:focus{ outline:none; } .comments_form-pos,.comments_form-e,.comments_form-m,.comments_form-p{ position: relative; } .form-group.i-name:after, .form-group.i-email:after, .form-group.i-phone:after, .form-group.i-message:after { position: absolute; top: 13px; font-size: 18px; font-family: "FontAwesome"; color: #c0c0c0; } .comments_form .form-group.i-name:after{ content: "\f007"; right: 32px; } .comments_form .form-group.i-email:after{ content: "\f003"; right: 32px; } .comments_form .form-group.i-message:after{ content: "\f0e5"; right: 32px; } /** comments_form end **/ /* realted_team_members_wrapper start*/ .realted_team_members_wrapper{ float:left; width:100%; padding-top:100px; padding-bottom:100px; background:#f7f7f7; } .realted_team_heading{ margin-bottom:50px; text-align:center; } .realted_team_heading h2{ font-size:36px; padding-bottom:30px; position:relative; } .realted_team_heading h2:after { content: ""; background: #4285f4; width: 40px; height: 4px; border-radius: 3px; margin-top: 13px; position: absolute; left: 50%; bottom: 10px; margin-left: -25px; } .realted_team_members_slider{ float:left; width:100%; text-align:center; } .realted_team_members_slider .owl-carousel .owl-item{ background:#ffffff; } .realted_team_members_slider .owl-theme .owl-dots .owl-dot{ margin-left: 3px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; padding-top:30px; } .realted_team_members_slider .owl-theme .owl-dots .owl-dot span{ width:5px; height:5px; background:#cccccc; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .realted_team_members_slider .owl-theme .owl-dots .owl-dot.active span, .realted_team_members_slider .owl-theme .owl-dots .owl-dot:hover span { background:#4285f4; width:8px; height:8px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .realted_team_members_slider .owl-theme .owl-dots .owl-dot.active, .realted_team_members_slider .owl-theme .owl-dots .owl-dot:hover{ -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .realted_team_members_slider .owl-theme .owl-nav{ display:none; } .slider_main_wrapper{ text-align:center; } .slider_main_wrapper:hover .team_members_slider_content h4 a{ color:#4285f4; } .team_members_slider_image{ display:inline-block; } .team_members_slider_content h4{ font-size:20px; color:#222; font-weight:500; } .team_members_slider_content h5{ font-size:14px; color:#4285f4; padding-top:30px; padding-bottom:10px; } .team_members_slider_content p { font-size: 16px; margin-top: 20px; margin-bottom: 30px; padding: 0px 25px; } .team_members_slider_content .btn { background-color: #f8f8f8; color: #999999; text-transform: uppercase; border: 0; height:40px; width:130px; line-height:30px; border-radius: 4px 4px 0px 0px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .team_members_slider_content .btn:hover { background: #4285f4; color: #ffffff; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .team_members_slider_social_icons{ margin:0; padding:0; list-style-type:none; padding-top:20px; padding-bottom:20px; display: inline-block; } .team_members_slider_social_icons li{ float:left; margin-left:24px; } .team_members_slider_social_icons li:first-child{ margin-left:0; } .team_members_slider_social_icons li a{ float:left; color: #999999; font-size:14px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; } .team_members_slider_social_icons li a:hover{ color:#4285f4; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; } /* realted_team_members_wrapper end*/ @media (min-width: 768px) and (max-width: 991px){ .team_member_image { margin-bottom:40px; } } @media (max-width: 767px){ .team_member_image { margin-bottom:40px; } } @media (max-width: 480px){ .team_member_social_icons { float: left; width:100%; margin-top:30px; } } @media (max-width: 360px){ .team_member_content_wrapper tbody td { font-size: 14px; } }
0.353651
0.056029
:root { --primary: purple !important; --white: white !important; --gray-900: #212529 !important; --lavender:#007bff3d; } /* Global*/ body, html { width: 100%; height: 100%; font-size:1.2rem !important; } body { @include serif-font; } hr { max-width: 50px; border-width: 3px; border-color: var(--primary); } hr.light { border-color: var(--white); } a { color: var(--primary); @include transition-all; } a:hover { color: var(--primary); opacity: .9; } h1, h2, h3, h4, h5, h6 { @include sans-serif-font; } .bg-primary { background-color: var(--primary) !important; } .bg-dark { background-color: var(--gray-900) !important; } .text-faded { color: fade-out(var(--white), 0.3); } section { padding-bottom: 8rem !important; } .section-heading { margin-top: 1rem; } ::-moz-selection { color: var(--white); background: var(--gray-900); text-shadow: none; } ::selection { color: var(--white); background: var(--gray-900); text-shadow: none; } img::selection { color: var(--white); background: transparent; } img::-moz-selection { color: var(--white); background: transparent; } /*portfolio*/ .portfolio-box { position: relative; display: block; max-width: 650px; margin: 0 auto; } .portfolio-box .portfolio-box-caption { position: absolute; bottom: 0; display: block; width: 100%; height: 100%; text-align: center; opacity: 0; color: var(--white); background: fade-out(var(--primary), 0.1); @include transition-all; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content { position: absolute; top: 50%; width: 100%; transform: translateY(-50%); text-align: center; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { padding: 0 15px; @include sans-serif-font; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { font-size: 14px; font-weight: 600; text-transform: uppercase; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 18px; } .portfolio-box:hover .portfolio-box-caption { opacity: 1; } .portfolio-box:focus { outline: none; } @media (min-width: 768px) { .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { font-size: 16px; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 22px; } } /*navbar*/ #mainNav { border-bottom: 1px solid fade-out(var(--gray-900), 0.9); background-color: var(--white) !important; @include sans-serif-font; @include transition-all; } #mainNav .navbar-brand { font-weight: 700; text-transform: uppercase; color: var(--primary); @include sans-serif-font; } .navbar-light .navbar-toggler{ outline:none; } .navbar-light .navbar-toggler:active{ position: relative; top: 2px; right:2px; } #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover { color: var(--primary); } #mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus { font-size: .9rem; font-weight: 700; text-transform: uppercase; color: var(--gray-900); } #mainNav .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover { color: var(--primary); } #mainNav .navbar-nav > li.nav-item > a.nav-link.active, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active { color: var(--primary) !important; background-color: transparent; } #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover { background-color: transparent; } @media (min-width: 992px) { #mainNav { border-color: transparent; background-color:var(--primary); filter:opacity(80%); } #mainNav .navbar-brand { color: var(--primary) !important; } #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover { color: var(--primary);opacity:.9 !important; } #mainNav .navbar-nav > li.nav-item > a.nav-link { padding: 0.5rem 1rem; } #mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus { color: fade-out(var(--white), 0.3); } #mainNav .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover { color: var(--primary) !important;opacity:.9; } #mainNav.navbar-shrink { border-bottom: 1px solid fade-out(var(--gray-900), 0.9); background-color: var(--white); } #mainNav.navbar-shrink .navbar-brand { color: var(--primary); } #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover { color: var(--primary); opacity: .6; } #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus { color: var(--gray-900); } #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover { color: var(--primary); } } /*Bootstrap overrides*/ .text-primary { color: var(--primary) !important; } .btn { font-weight: 700; text-transform: uppercase; border: none; border-radius: 300px; @include sans-serif-font; } .btn-xl { padding: 1rem 2rem; } .btn-primary { background-color: var(--primary); border-color: var(--primary); } .btn-primary:hover, .btn-primary:focus, .btn-primary:active { color: var(--white); background-color: var(--primary) !important; opacity: .6 !important; } .btn-primary:active, .btn-primary:focus { box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important; } /*css*/ body, html { width: 100%; height: 100%; } body { font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif; } hr { max-width: 50px; border-width: 3px; border-color: var(--primary); } hr.light { border-color: #fff; } a { color: var(--primary); -webkit-transition: all 0.2s; transition: all 0.2s; } a:hover { color: var(--primary); } h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; } .bg-primary { background-color: var(--primary) !important; } .bg-dark { background-color: #212529 !important; } .text-faded { color:var(--primary);opacity:.6; } section { padding: 8rem 0; } .section-heading { margin-top: 0; } ::-moz-selection { color:var(--white); var(--gray-900) text-shadow: none; } ::selection { color:var(--white); background: var(--gray-900); text-shadow: none; } img::-moz-selection { color:var(--white); background: transparent; } img::selection { color:var(--white); background: transparent; } img::-moz-selection { color:var(--white); background: transparent; } #mainNav { border-bottom: 1px solid rgba(33, 37, 41, 0.1); background-color: #fff; font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; -webkit-transition: all 0.2s; transition: all 0.2s; } #mainNav .navbar-brand { font-weight: 700; text-transform: uppercase; color: var(--primary); font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; } #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover { color: var(--primary); } #mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus { font-size: .9rem; font-weight: 700; text-transform: uppercase; color: #212529; } #mainNav .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover { color: var(--primary); } #mainNav .navbar-nav > li.nav-item > a.nav-link.active, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active { color: var(--primary) !important; background-color: transparent; } #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover { background-color: transparent; } @media (min-width: 992px) { #mainNav { border-color: transparent; background-color: var(--primary); } #mainNav .navbar-brand { color:var(--gray-900);opacity:1; } #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover { color:var(--white);opacity:.9; } #mainNav .navbar-nav > li.nav-item > a.nav-link { padding: 0.5rem 1rem; } #mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus { color:var(--gray-900); } #mainNav .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover { color:var(--primary); } #mainNav.navbar-shrink { border-bottom: 1px solid rgba(33, 37, 41, 0.1); background-color: #fff; } #mainNav.navbar-shrink .navbar-brand { color: var(--primary); } #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover { color: var(--primary); } #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus { color: #212529; } #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover { color: var(--primary); } } header.masthead { padding-top: 10rem; padding-bottom: calc(10rem - 56px); background-image: url("../img/header.jpg"); background-position: center center; background-size: cover; } header.masthead hr { margin-top: 30px; margin-bottom: 30px; } header.masthead h1 { font-size: 2rem; } header.masthead p { font-weight: 300; } @media (min-width: 768px) { header.masthead p { font-size: 1.15rem; } } @media (min-width: 992px) { header.masthead { height: 100vh; min-height: 650px; padding-top: 0; padding-bottom: 0; } header.masthead h1 { font-size: 3rem; } } @media (min-width: 1200px) { header.masthead h1 { font-size: 4rem; } } .service-box { max-width: 400px; } .portfolio-box { position: relative; display: block; max-width: 650px; margin: 0 auto; } .portfolio-box .portfolio-box-caption { position: absolute; bottom: 0; display: block; width: 100%; height: 100%; text-align: center; opacity: 0; color:var(--white); background: rgba(240, 95, 64, 0.9); -webkit-transition: all 0.2s; transition: all 0.2s; } .portfolio-box .portfolio-box-caption:hover{ background: var(--primary); filter: opacity(60%); } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content { position: absolute; top: 50%; width: 100%; -webkit-transform: translateY(-50%); transform: translateY(-50%); text-align: center; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { padding: 0 15px; font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { font-size: 14px; font-weight: 600; text-transform: uppercase; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 18px; } .portfolio-box:hover .portfolio-box-caption { opacity: 1; } .portfolio-box:focus { outline: none; } @media (min-width: 768px) { .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { font-size: 16px; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 22px; } } .text-primary { color: var(--primary) !important; } .btn { font-weight: 700; text-transform: uppercase; border: none; border-radius: 300px; font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; } .btn-xl { padding: 1rem 2rem; } .btn-primary { background-color: var(--primary); border-color: var(--primary); } .btn-primary:hover, .btn-primary:focus, .btn-primary:active { color:var(--white); background-color: #ee4b28 !important; } .btn-primary:active, .btn-primary:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important; box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important; } #line{ animation:flashing; animation-duration:0.5s; animation-iteration-count: infinite; } @keyframes flashing{ 0%{color:black;} 100%{color:transparent;} } #coderImg{ position: relative; padding:2rem; animation:float-left; animation-duration:2s; } @keyframes float-left{ 0%{right:-1000px} 100%{right:0px} } #heart:hover{ animation:pump; animation-duration:1s; animation-iteration-count:infinite; color:red; position:relative; cursor:none; } @keyframes pump{ 0%{font-size:2rem;top:-.8rem;right:.8rem;} 50%{font-size:1.6rem;top:-.4rem;right:.4rem;} 75%{font-size:2rem;top:-.8rem;right:.8rem;} 100%{font-size:1.2rem;top:0rem;right:0rem;} } #footer{ min-width:600px; font-size:1rem; position:absolute; } .form-control:focus{ color: rgb(73, 80, 87); background-color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 0.2rem !important; border-color: var(--primary) !important; outline: 0px; } .zoomPic{ position:fixed; top:0; left:0; margin:auto; height:100vh; padding:6rem; background-color:rgba(0,0,0,0.7); z-index:10000; min-width:100%; display:none; } #imgContainer{ } .galleryImg{ position:relative; height:300px; margin:4rem auto; padding:1rem; } #closeX{ transform:rotate(45deg); top:-15px; right:-5px; } #closeX:hover, .previous:hover, .next:hover{ color:var(--primary); opacity:.6; } .previous, .next, #closeX{ color:white; font-size:2rem; text-transform:uppercase; text-transform:bold; position:absolute; } .previous, .next{ top:150px; font-size:5rem; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; z-index:10001; } .next{ right:0; } .previous{ left:0; }
style.css
:root { --primary: purple !important; --white: white !important; --gray-900: #212529 !important; --lavender:#007bff3d; } /* Global*/ body, html { width: 100%; height: 100%; font-size:1.2rem !important; } body { @include serif-font; } hr { max-width: 50px; border-width: 3px; border-color: var(--primary); } hr.light { border-color: var(--white); } a { color: var(--primary); @include transition-all; } a:hover { color: var(--primary); opacity: .9; } h1, h2, h3, h4, h5, h6 { @include sans-serif-font; } .bg-primary { background-color: var(--primary) !important; } .bg-dark { background-color: var(--gray-900) !important; } .text-faded { color: fade-out(var(--white), 0.3); } section { padding-bottom: 8rem !important; } .section-heading { margin-top: 1rem; } ::-moz-selection { color: var(--white); background: var(--gray-900); text-shadow: none; } ::selection { color: var(--white); background: var(--gray-900); text-shadow: none; } img::selection { color: var(--white); background: transparent; } img::-moz-selection { color: var(--white); background: transparent; } /*portfolio*/ .portfolio-box { position: relative; display: block; max-width: 650px; margin: 0 auto; } .portfolio-box .portfolio-box-caption { position: absolute; bottom: 0; display: block; width: 100%; height: 100%; text-align: center; opacity: 0; color: var(--white); background: fade-out(var(--primary), 0.1); @include transition-all; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content { position: absolute; top: 50%; width: 100%; transform: translateY(-50%); text-align: center; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { padding: 0 15px; @include sans-serif-font; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { font-size: 14px; font-weight: 600; text-transform: uppercase; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 18px; } .portfolio-box:hover .portfolio-box-caption { opacity: 1; } .portfolio-box:focus { outline: none; } @media (min-width: 768px) { .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { font-size: 16px; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 22px; } } /*navbar*/ #mainNav { border-bottom: 1px solid fade-out(var(--gray-900), 0.9); background-color: var(--white) !important; @include sans-serif-font; @include transition-all; } #mainNav .navbar-brand { font-weight: 700; text-transform: uppercase; color: var(--primary); @include sans-serif-font; } .navbar-light .navbar-toggler{ outline:none; } .navbar-light .navbar-toggler:active{ position: relative; top: 2px; right:2px; } #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover { color: var(--primary); } #mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus { font-size: .9rem; font-weight: 700; text-transform: uppercase; color: var(--gray-900); } #mainNav .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover { color: var(--primary); } #mainNav .navbar-nav > li.nav-item > a.nav-link.active, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active { color: var(--primary) !important; background-color: transparent; } #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover { background-color: transparent; } @media (min-width: 992px) { #mainNav { border-color: transparent; background-color:var(--primary); filter:opacity(80%); } #mainNav .navbar-brand { color: var(--primary) !important; } #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover { color: var(--primary);opacity:.9 !important; } #mainNav .navbar-nav > li.nav-item > a.nav-link { padding: 0.5rem 1rem; } #mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus { color: fade-out(var(--white), 0.3); } #mainNav .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover { color: var(--primary) !important;opacity:.9; } #mainNav.navbar-shrink { border-bottom: 1px solid fade-out(var(--gray-900), 0.9); background-color: var(--white); } #mainNav.navbar-shrink .navbar-brand { color: var(--primary); } #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover { color: var(--primary); opacity: .6; } #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus { color: var(--gray-900); } #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover { color: var(--primary); } } /*Bootstrap overrides*/ .text-primary { color: var(--primary) !important; } .btn { font-weight: 700; text-transform: uppercase; border: none; border-radius: 300px; @include sans-serif-font; } .btn-xl { padding: 1rem 2rem; } .btn-primary { background-color: var(--primary); border-color: var(--primary); } .btn-primary:hover, .btn-primary:focus, .btn-primary:active { color: var(--white); background-color: var(--primary) !important; opacity: .6 !important; } .btn-primary:active, .btn-primary:focus { box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important; } /*css*/ body, html { width: 100%; height: 100%; } body { font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif; } hr { max-width: 50px; border-width: 3px; border-color: var(--primary); } hr.light { border-color: #fff; } a { color: var(--primary); -webkit-transition: all 0.2s; transition: all 0.2s; } a:hover { color: var(--primary); } h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; } .bg-primary { background-color: var(--primary) !important; } .bg-dark { background-color: #212529 !important; } .text-faded { color:var(--primary);opacity:.6; } section { padding: 8rem 0; } .section-heading { margin-top: 0; } ::-moz-selection { color:var(--white); var(--gray-900) text-shadow: none; } ::selection { color:var(--white); background: var(--gray-900); text-shadow: none; } img::-moz-selection { color:var(--white); background: transparent; } img::selection { color:var(--white); background: transparent; } img::-moz-selection { color:var(--white); background: transparent; } #mainNav { border-bottom: 1px solid rgba(33, 37, 41, 0.1); background-color: #fff; font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; -webkit-transition: all 0.2s; transition: all 0.2s; } #mainNav .navbar-brand { font-weight: 700; text-transform: uppercase; color: var(--primary); font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; } #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover { color: var(--primary); } #mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus { font-size: .9rem; font-weight: 700; text-transform: uppercase; color: #212529; } #mainNav .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover { color: var(--primary); } #mainNav .navbar-nav > li.nav-item > a.nav-link.active, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active { color: var(--primary) !important; background-color: transparent; } #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover { background-color: transparent; } @media (min-width: 992px) { #mainNav { border-color: transparent; background-color: var(--primary); } #mainNav .navbar-brand { color:var(--gray-900);opacity:1; } #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover { color:var(--white);opacity:.9; } #mainNav .navbar-nav > li.nav-item > a.nav-link { padding: 0.5rem 1rem; } #mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus { color:var(--gray-900); } #mainNav .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover { color:var(--primary); } #mainNav.navbar-shrink { border-bottom: 1px solid rgba(33, 37, 41, 0.1); background-color: #fff; } #mainNav.navbar-shrink .navbar-brand { color: var(--primary); } #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover { color: var(--primary); } #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus { color: #212529; } #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover { color: var(--primary); } } header.masthead { padding-top: 10rem; padding-bottom: calc(10rem - 56px); background-image: url("../img/header.jpg"); background-position: center center; background-size: cover; } header.masthead hr { margin-top: 30px; margin-bottom: 30px; } header.masthead h1 { font-size: 2rem; } header.masthead p { font-weight: 300; } @media (min-width: 768px) { header.masthead p { font-size: 1.15rem; } } @media (min-width: 992px) { header.masthead { height: 100vh; min-height: 650px; padding-top: 0; padding-bottom: 0; } header.masthead h1 { font-size: 3rem; } } @media (min-width: 1200px) { header.masthead h1 { font-size: 4rem; } } .service-box { max-width: 400px; } .portfolio-box { position: relative; display: block; max-width: 650px; margin: 0 auto; } .portfolio-box .portfolio-box-caption { position: absolute; bottom: 0; display: block; width: 100%; height: 100%; text-align: center; opacity: 0; color:var(--white); background: rgba(240, 95, 64, 0.9); -webkit-transition: all 0.2s; transition: all 0.2s; } .portfolio-box .portfolio-box-caption:hover{ background: var(--primary); filter: opacity(60%); } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content { position: absolute; top: 50%; width: 100%; -webkit-transform: translateY(-50%); transform: translateY(-50%); text-align: center; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { padding: 0 15px; font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { font-size: 14px; font-weight: 600; text-transform: uppercase; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 18px; } .portfolio-box:hover .portfolio-box-caption { opacity: 1; } .portfolio-box:focus { outline: none; } @media (min-width: 768px) { .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { font-size: 16px; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 22px; } } .text-primary { color: var(--primary) !important; } .btn { font-weight: 700; text-transform: uppercase; border: none; border-radius: 300px; font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; } .btn-xl { padding: 1rem 2rem; } .btn-primary { background-color: var(--primary); border-color: var(--primary); } .btn-primary:hover, .btn-primary:focus, .btn-primary:active { color:var(--white); background-color: #ee4b28 !important; } .btn-primary:active, .btn-primary:focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important; box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important; } #line{ animation:flashing; animation-duration:0.5s; animation-iteration-count: infinite; } @keyframes flashing{ 0%{color:black;} 100%{color:transparent;} } #coderImg{ position: relative; padding:2rem; animation:float-left; animation-duration:2s; } @keyframes float-left{ 0%{right:-1000px} 100%{right:0px} } #heart:hover{ animation:pump; animation-duration:1s; animation-iteration-count:infinite; color:red; position:relative; cursor:none; } @keyframes pump{ 0%{font-size:2rem;top:-.8rem;right:.8rem;} 50%{font-size:1.6rem;top:-.4rem;right:.4rem;} 75%{font-size:2rem;top:-.8rem;right:.8rem;} 100%{font-size:1.2rem;top:0rem;right:0rem;} } #footer{ min-width:600px; font-size:1rem; position:absolute; } .form-control:focus{ color: rgb(73, 80, 87); background-color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 0.2rem !important; border-color: var(--primary) !important; outline: 0px; } .zoomPic{ position:fixed; top:0; left:0; margin:auto; height:100vh; padding:6rem; background-color:rgba(0,0,0,0.7); z-index:10000; min-width:100%; display:none; } #imgContainer{ } .galleryImg{ position:relative; height:300px; margin:4rem auto; padding:1rem; } #closeX{ transform:rotate(45deg); top:-15px; right:-5px; } #closeX:hover, .previous:hover, .next:hover{ color:var(--primary); opacity:.6; } .previous, .next, #closeX{ color:white; font-size:2rem; text-transform:uppercase; text-transform:bold; position:absolute; } .previous, .next{ top:150px; font-size:5rem; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; z-index:10001; } .next{ right:0; } .previous{ left:0; }
0.411702
0.089574
.pricing6 { font-family: "Montserrat", sans-serif; color: #8d97ad; font-weight: 300; } .pricing6 h1, .pricing6 h2, .pricing6 h3, .pricing6 h4, .pricing6 h5, .pricing6 h6 { color: #3e4555; } .pricing6 .font-weight-medium { font-weight: 500; } .pricing6 .bg-light { background-color: #f4f8fa !important; } .pricing6 h5 { line-height: 22px; font-size: 18px; } .pricing6 .subtitle { color: #8d97ad; line-height: 24px; } .pricing6 .card.card-shadow { -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); } .pricing6 .price-box sup { top: -20px; font-size: 16px; } .pricing6 .price-box .display-5 { line-height: 58px; font-size: 3rem; } .pricing6 .btn-info-gradiant { background: #188ef4; background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%); background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8)); background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%); background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%); background: linear-gradient(to right, #188ef4 0%, #316ce8 100%); } .pricing6 .btn-info-gradiant:hover { background: #316ce8; background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%); background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4)); background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%); background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%); background: linear-gradient(to right, #316ce8 0%, #188ef4 100%); } .pricing6 .btn-md { padding: 15px 45px; font-size: 16px; } .pricing6 .text-info { color: #188ef4 !important; } .pricing6 .badge-danger { background-color: #ff4d7e; } .pricing6 .font-14 { font-size: 14px; } #toTopBtn { position: fixed; bottom: 26px; right: 39px; z-index: 98; padding: 21px; background-color: hsla(5, 76%, 62%, .8) } .js .cd-top--fade-out { opacity: .5 } .js .cd-top--is-visible { visibility: visible; opacity: 1 } .js .cd-top { visibility: hidden; opacity: 0; transition: opacity .3s, visibility .3s, background-color .3s } .cd-top { position: fixed; bottom: 20px; bottom: var(--cd-back-to-top-margin); right: 20px; right: var(--cd-back-to-top-margin); display: inline-block; height: 40px; height: var(--cd-back-to-top-size); width: 40px; width: var(--cd-back-to-top-size); box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important; background: url(../../app-assets/images/svg/cd-top-arrow.svg) no-repeat center 50%; background-color: hsla(5, 76%, 62%, .8); background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8) }
asset/style.css
.pricing6 { font-family: "Montserrat", sans-serif; color: #8d97ad; font-weight: 300; } .pricing6 h1, .pricing6 h2, .pricing6 h3, .pricing6 h4, .pricing6 h5, .pricing6 h6 { color: #3e4555; } .pricing6 .font-weight-medium { font-weight: 500; } .pricing6 .bg-light { background-color: #f4f8fa !important; } .pricing6 h5 { line-height: 22px; font-size: 18px; } .pricing6 .subtitle { color: #8d97ad; line-height: 24px; } .pricing6 .card.card-shadow { -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); } .pricing6 .price-box sup { top: -20px; font-size: 16px; } .pricing6 .price-box .display-5 { line-height: 58px; font-size: 3rem; } .pricing6 .btn-info-gradiant { background: #188ef4; background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%); background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8)); background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%); background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%); background: linear-gradient(to right, #188ef4 0%, #316ce8 100%); } .pricing6 .btn-info-gradiant:hover { background: #316ce8; background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%); background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4)); background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%); background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%); background: linear-gradient(to right, #316ce8 0%, #188ef4 100%); } .pricing6 .btn-md { padding: 15px 45px; font-size: 16px; } .pricing6 .text-info { color: #188ef4 !important; } .pricing6 .badge-danger { background-color: #ff4d7e; } .pricing6 .font-14 { font-size: 14px; } #toTopBtn { position: fixed; bottom: 26px; right: 39px; z-index: 98; padding: 21px; background-color: hsla(5, 76%, 62%, .8) } .js .cd-top--fade-out { opacity: .5 } .js .cd-top--is-visible { visibility: visible; opacity: 1 } .js .cd-top { visibility: hidden; opacity: 0; transition: opacity .3s, visibility .3s, background-color .3s } .cd-top { position: fixed; bottom: 20px; bottom: var(--cd-back-to-top-margin); right: 20px; right: var(--cd-back-to-top-margin); display: inline-block; height: 40px; height: var(--cd-back-to-top-size); width: 40px; width: var(--cd-back-to-top-size); box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important; background: url(../../app-assets/images/svg/cd-top-arrow.svg) no-repeat center 50%; background-color: hsla(5, 76%, 62%, .8); background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8) }
0.409929
0.174621
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;300;400;600&family=Red+Hat+Display:wght@300;500;700;900&display=swap'); :root { --primary-color: hsl(217, 54%, 11%); } body { background: var(--primary-color); color: aliceblue; font-family: 'Outfit', sans-serif; font-size: 18px; align-items: center; } .main-container { background-color: hsl(216, 50%, 16%); width: 300px; height: 565px; display: flex; flex-direction: column; justify-content: space-between; margin: auto; border-radius: 1em; padding: 1.5em; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .overlay { background-color: hsl(178, 100%, 50%); width: 300px; opacity: 0; border-radius: inherit; } .overlay:hover { opacity: .5; } .hero { background-image: url('images/image-equilibrium.jpg'); background-repeat: no-repeat; background-size: 300px 300px; display: flex; width: 300px; height: 300px; border-radius: 1em; cursor: pointer; } .heading { font-size: 1.2em; line-height: 1.2em; cursor: pointer; } .heading:hover { color: hsl(178, 100%, 50%); } .description { color: hsl(215, 51%, 70%); font-weight: 300; line-height: 1.5em; margin-top: 0; } .row { display: flex; width: auto; place-content: space-between; } .price-div { display: flex; align-items: center; } .price { color: hsl(178, 100%, 50%); margin-left: .5em; } .timeline { font-size: smaller; margin-left: .5em; color: hsl(215, 51%, 70%); font-weight: 300; } .price::before { background-image: url ('../images/icon-ethereum.svg'); width: 1em; } hr { margin: auto; margin-top: 1.5em; margin-bottom: 1em; color: hsl(215, 51%, 70%); opacity: .5; width: 100%; } .author { display: flex; align-items: center; } .avi { width: 2em; height: 2em; margin-right: 1em; border: 1px solid white; border-radius: 50%; } h5 { font-weight: lighter; color: hsl(215, 51%, 70%); font-weight: 300; } span { opacity: 1; font-weight: 300; color: white; cursor: pointer; } span:hover { color: hsl(178, 100%, 50%); } footer { display: none; } @media screen and (max-width: 600px) { .main-container { width: 250px; border-radius: 1em; padding: 1.4em; } .overlay { width: 250px; } .hero { background-size: 250px 250px; width: 250px; height: 250px; border-radius: 1em; } .heading { font-size: 1.1em; line-height: 1.1em; } .description { color: hsl(215, 51%, 70%); font-weight: 100; font-size: .9em; line-height: 1.4em; } .row { display: flex; width: auto; place-content: space-between; } .price-div { display: flex; align-items: center; } .price { color: hsl(178, 100%, 50%); margin-left: .5em; } .timeline { font-size: smaller; margin-left: .5em; color: hsl(215, 51%, 70%); font-weight: 300; } .price::before { background-image: url ('../images/icon-ethereum.svg'); width: 1em; } .author { display: flex; align-items: center; } h5 { font-weight: lighter; font-size: .8em; color: hsl(215, 51%, 70%); font-weight: 300; } span { opacity: 1; font-weight: 300; color: white; cursor: pointer; }
main.css
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;300;400;600&family=Red+Hat+Display:wght@300;500;700;900&display=swap'); :root { --primary-color: hsl(217, 54%, 11%); } body { background: var(--primary-color); color: aliceblue; font-family: 'Outfit', sans-serif; font-size: 18px; align-items: center; } .main-container { background-color: hsl(216, 50%, 16%); width: 300px; height: 565px; display: flex; flex-direction: column; justify-content: space-between; margin: auto; border-radius: 1em; padding: 1.5em; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .overlay { background-color: hsl(178, 100%, 50%); width: 300px; opacity: 0; border-radius: inherit; } .overlay:hover { opacity: .5; } .hero { background-image: url('images/image-equilibrium.jpg'); background-repeat: no-repeat; background-size: 300px 300px; display: flex; width: 300px; height: 300px; border-radius: 1em; cursor: pointer; } .heading { font-size: 1.2em; line-height: 1.2em; cursor: pointer; } .heading:hover { color: hsl(178, 100%, 50%); } .description { color: hsl(215, 51%, 70%); font-weight: 300; line-height: 1.5em; margin-top: 0; } .row { display: flex; width: auto; place-content: space-between; } .price-div { display: flex; align-items: center; } .price { color: hsl(178, 100%, 50%); margin-left: .5em; } .timeline { font-size: smaller; margin-left: .5em; color: hsl(215, 51%, 70%); font-weight: 300; } .price::before { background-image: url ('../images/icon-ethereum.svg'); width: 1em; } hr { margin: auto; margin-top: 1.5em; margin-bottom: 1em; color: hsl(215, 51%, 70%); opacity: .5; width: 100%; } .author { display: flex; align-items: center; } .avi { width: 2em; height: 2em; margin-right: 1em; border: 1px solid white; border-radius: 50%; } h5 { font-weight: lighter; color: hsl(215, 51%, 70%); font-weight: 300; } span { opacity: 1; font-weight: 300; color: white; cursor: pointer; } span:hover { color: hsl(178, 100%, 50%); } footer { display: none; } @media screen and (max-width: 600px) { .main-container { width: 250px; border-radius: 1em; padding: 1.4em; } .overlay { width: 250px; } .hero { background-size: 250px 250px; width: 250px; height: 250px; border-radius: 1em; } .heading { font-size: 1.1em; line-height: 1.1em; } .description { color: hsl(215, 51%, 70%); font-weight: 100; font-size: .9em; line-height: 1.4em; } .row { display: flex; width: auto; place-content: space-between; } .price-div { display: flex; align-items: center; } .price { color: hsl(178, 100%, 50%); margin-left: .5em; } .timeline { font-size: smaller; margin-left: .5em; color: hsl(215, 51%, 70%); font-weight: 300; } .price::before { background-image: url ('../images/icon-ethereum.svg'); width: 1em; } .author { display: flex; align-items: center; } h5 { font-weight: lighter; font-size: .8em; color: hsl(215, 51%, 70%); font-weight: 300; } span { opacity: 1; font-weight: 300; color: white; cursor: pointer; }
0.503418
0.134634
body { background-color: black; color: white; background: linear-gradient(rgba(0,0,0,.85), rgba(0,0,0,.85)), url(img/pattern.png); } nav { background-color: black; } #logoWrapper { background-color: black; color: white; } #searchInput { background-color: black; color: white; } #searchInput::placeholder { color: white; } .dropdown-menu { background-color: black !important; border: 1px solid white !important; } .dropdown-item { background-color: black; color: white !important; } .dropdown-item:hover { color: black !important; } .form-control { background-color: black !important; color: white !important; } .allFilter { background-color: black; color: white; } #typeFilter option { background-color: black; color: white; } #controls { background-color: black; color: white; } .form-control::placeholder { color: white !important; } .gridItemWrapper { background-color: black; color: white; } .custom-select { background-color: black !important; color: white !important; } .custom-select option { background-color: black; color: white; } thead { background-color: black; color: white; } tr { color: white; } .table-striped tbody tr:nth-of-type(odd) { background-color: black !important; } .table-striped tbody tr:nth-of-type(even) { background-color: dimgray !important; } .emptyContent { color: white; } /*Preferences and Settings*/ .title, .subtitle { color: white; } .window { background-color: black; color: white; } .colorPreview { border: 1px solid white; } .preview { border: 4px solid white; } #user, #pass, #pass2 { background-color: black; color: white; } #user::placeholder, #pass::placeholder, #pass2::placeholder { color: white; } .showButton { background-color: black !important; color: white !important; } .showButton:hover, .showButton:focus, .showButton:active { background: black !important; color: white !important; outline: none !important; box-shadow: none !important; }
hosted/darkStyle.css
body { background-color: black; color: white; background: linear-gradient(rgba(0,0,0,.85), rgba(0,0,0,.85)), url(img/pattern.png); } nav { background-color: black; } #logoWrapper { background-color: black; color: white; } #searchInput { background-color: black; color: white; } #searchInput::placeholder { color: white; } .dropdown-menu { background-color: black !important; border: 1px solid white !important; } .dropdown-item { background-color: black; color: white !important; } .dropdown-item:hover { color: black !important; } .form-control { background-color: black !important; color: white !important; } .allFilter { background-color: black; color: white; } #typeFilter option { background-color: black; color: white; } #controls { background-color: black; color: white; } .form-control::placeholder { color: white !important; } .gridItemWrapper { background-color: black; color: white; } .custom-select { background-color: black !important; color: white !important; } .custom-select option { background-color: black; color: white; } thead { background-color: black; color: white; } tr { color: white; } .table-striped tbody tr:nth-of-type(odd) { background-color: black !important; } .table-striped tbody tr:nth-of-type(even) { background-color: dimgray !important; } .emptyContent { color: white; } /*Preferences and Settings*/ .title, .subtitle { color: white; } .window { background-color: black; color: white; } .colorPreview { border: 1px solid white; } .preview { border: 4px solid white; } #user, #pass, #pass2 { background-color: black; color: white; } #user::placeholder, #pass::placeholder, #pass2::placeholder { color: white; } .showButton { background-color: black !important; color: white !important; } .showButton:hover, .showButton:focus, .showButton:active { background: black !important; color: white !important; outline: none !important; box-shadow: none !important; }
0.432782
0.167832
h1 { font-size: 2em; } h2 { font-size: 1.6em; } /************End Global**************/ /************End Global**************/ .btn { display: inline-block; } /************End Global**************/ div.datarow div.label { text-align: left; float: left; width: 85%; } div.datarow div.count { text-align: right; float: left; width: 15%; } /************Structure**************/ .logo { margin: 0; font-size: 1.6em; position: relative; z-index: 1; } .logo a { display: block; height: 19px; padding: 0.6em 1em 0.4em 0.7em; } .logo img { padding: 0.5em; } .nav-anchors { display: none; } .nav { border-left: 1px solid #333; border-right: 1px solid #333; } header[role="banner"] .nav { float: left; clear: none; margin: 0; border-top: 0; } .search { border: 0; padding: 0; position: absolute; top: 0.8em; right: 1em; width: 10em; } .queryselectorall .search, .queryselectorall [role="banner"] .nav { display: block; } .product-main { padding-bottom: 2em; } .product-img { float: left; width: 50%; height: auto; margin-top: -4.8em; } .product-main > header { padding-top: 1em; } .product-main > header, .product-desc, .product-form, .product-utils, .product-description { padding-left: 2em; margin-left: 50%; } /*Aux content*/ .aux { padding: 1em 0; } .aux header { cursor: default; padding: 0; border: 0; } .aux header a:after, .aux header a.open:after { content: ""; } [aria-hidden="true"] { display: block; } .product-description header { display: none; } .reviews { padding-bottom: 3em; } /*Related*/ .related-products { clear: both; border: 0; } .related-products header { border: 0; } .related-products li { width: 16.6666667%; } .related-nav a { position: absolute; top: 50%; left: -2.5em; z-index: 0; display: block; height: 160px; width: 2.5em; text-indent: -99999em; background: url(http://www.tiffany.com/Shared/images/misc/arrow2_left_on.gif) no-repeat 50% -65px; } .related-nav a.nav-next { left: auto; right: -2.5em; background: url(http://www.tiffany.com/Shared/images/misc/arrow2_right_on.gif) no-repeat 50% -65px; } /*Reviews*/ .reviews { border: 0; } .reviews-list img { max-width: 6em; max-height: 6em; margin: 0 1em 0 0; } .review-meta { font-size: 1em; float: left; width: 30%; padding-top: 0.8em; } .review-content { clear: none; padding-top: 0.8em; margin-left: 50%; } .reviews .btn { display: block; margin: 0 auto; max-width: 11em; } /*Footer*/ .footer ul { margin: 0; } .footer .nav { float: left; } .footer .nav li a { padding: 1.3em; line-height: 1; } .footer ul.service-links { float: right; margin-top: 0.9em; } .service-links li.tel { display: inline-block; } .service-links li.tel a { display: inline; } /************End Structure**************/ @media screen and (min-width: 40.5em) and (max-width: 60em) { .product-img { width: 60%; } .product-main > header, .product-desc, .product-form, .product-utils, .product-description { margin-left: 60%; padding-left: 1em; } } @media screen and (min-width: 60em) { .product-img { width: 67%; } .product-main > header, .product-desc, .product-form, .product-utils, .product-description { padding-left: 2em; margin-left: 67%; } .product-share { margin: 0; width: 19%; float: left; } .img-container { margin-left: 7em; } .product-img nav { position: absolute; top: 0; left: 0; width: 6em; } .product-img nav li { display: block; margin: 0 0 1em; } .product-img nav img { width: auto; } .submit-form input { position: relative; z-index: 1; } .product-utils { position: relative; z-index: 0; } .reviews-list > li { padding: 2em 7em; } } /************Comment Mode**************/ #comment-link { position: fixed; bottom: 0; right: 0; z-index: 4; width: 100px; height: 100px; overflow: hidden; line-height: 1; } .csstransforms #comment-link a { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); width: 182px; height: 100px; margin-top: 40px; padding: 5px; text-align: center; } #comment-link a strong { display: block; } #comment-container { position: fixed; top: auto; padding: 1em 1em 4em; bottom: 0; left: 0; width: 100%; -webkit-transition: bottom 0.3s ease-out; -moz-transition: bottom 0.3s ease-out; -webkit-transition: bottom 0.3s ease-out; -ms-transition: bottom 0.3s ease-out; -o-transition: bottom 0.3s ease-out; transition: bottom 0.3s ease-out; } #close-comments { display: block; } /* For IE 7, which doesn't support display: inline-block; */ label, input,textarea, .nav-anchors li, .nav li, .price, .star, .star li, .product-img nav, .product-img nav li, .product-utils a, .reviews header h2, .footer li { zoom: 1; *display: inline; }
src/Coalesce.Services/Search/service-data/src/main/webapp/resources/enhanced.css
h1 { font-size: 2em; } h2 { font-size: 1.6em; } /************End Global**************/ /************End Global**************/ .btn { display: inline-block; } /************End Global**************/ div.datarow div.label { text-align: left; float: left; width: 85%; } div.datarow div.count { text-align: right; float: left; width: 15%; } /************Structure**************/ .logo { margin: 0; font-size: 1.6em; position: relative; z-index: 1; } .logo a { display: block; height: 19px; padding: 0.6em 1em 0.4em 0.7em; } .logo img { padding: 0.5em; } .nav-anchors { display: none; } .nav { border-left: 1px solid #333; border-right: 1px solid #333; } header[role="banner"] .nav { float: left; clear: none; margin: 0; border-top: 0; } .search { border: 0; padding: 0; position: absolute; top: 0.8em; right: 1em; width: 10em; } .queryselectorall .search, .queryselectorall [role="banner"] .nav { display: block; } .product-main { padding-bottom: 2em; } .product-img { float: left; width: 50%; height: auto; margin-top: -4.8em; } .product-main > header { padding-top: 1em; } .product-main > header, .product-desc, .product-form, .product-utils, .product-description { padding-left: 2em; margin-left: 50%; } /*Aux content*/ .aux { padding: 1em 0; } .aux header { cursor: default; padding: 0; border: 0; } .aux header a:after, .aux header a.open:after { content: ""; } [aria-hidden="true"] { display: block; } .product-description header { display: none; } .reviews { padding-bottom: 3em; } /*Related*/ .related-products { clear: both; border: 0; } .related-products header { border: 0; } .related-products li { width: 16.6666667%; } .related-nav a { position: absolute; top: 50%; left: -2.5em; z-index: 0; display: block; height: 160px; width: 2.5em; text-indent: -99999em; background: url(http://www.tiffany.com/Shared/images/misc/arrow2_left_on.gif) no-repeat 50% -65px; } .related-nav a.nav-next { left: auto; right: -2.5em; background: url(http://www.tiffany.com/Shared/images/misc/arrow2_right_on.gif) no-repeat 50% -65px; } /*Reviews*/ .reviews { border: 0; } .reviews-list img { max-width: 6em; max-height: 6em; margin: 0 1em 0 0; } .review-meta { font-size: 1em; float: left; width: 30%; padding-top: 0.8em; } .review-content { clear: none; padding-top: 0.8em; margin-left: 50%; } .reviews .btn { display: block; margin: 0 auto; max-width: 11em; } /*Footer*/ .footer ul { margin: 0; } .footer .nav { float: left; } .footer .nav li a { padding: 1.3em; line-height: 1; } .footer ul.service-links { float: right; margin-top: 0.9em; } .service-links li.tel { display: inline-block; } .service-links li.tel a { display: inline; } /************End Structure**************/ @media screen and (min-width: 40.5em) and (max-width: 60em) { .product-img { width: 60%; } .product-main > header, .product-desc, .product-form, .product-utils, .product-description { margin-left: 60%; padding-left: 1em; } } @media screen and (min-width: 60em) { .product-img { width: 67%; } .product-main > header, .product-desc, .product-form, .product-utils, .product-description { padding-left: 2em; margin-left: 67%; } .product-share { margin: 0; width: 19%; float: left; } .img-container { margin-left: 7em; } .product-img nav { position: absolute; top: 0; left: 0; width: 6em; } .product-img nav li { display: block; margin: 0 0 1em; } .product-img nav img { width: auto; } .submit-form input { position: relative; z-index: 1; } .product-utils { position: relative; z-index: 0; } .reviews-list > li { padding: 2em 7em; } } /************Comment Mode**************/ #comment-link { position: fixed; bottom: 0; right: 0; z-index: 4; width: 100px; height: 100px; overflow: hidden; line-height: 1; } .csstransforms #comment-link a { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); width: 182px; height: 100px; margin-top: 40px; padding: 5px; text-align: center; } #comment-link a strong { display: block; } #comment-container { position: fixed; top: auto; padding: 1em 1em 4em; bottom: 0; left: 0; width: 100%; -webkit-transition: bottom 0.3s ease-out; -moz-transition: bottom 0.3s ease-out; -webkit-transition: bottom 0.3s ease-out; -ms-transition: bottom 0.3s ease-out; -o-transition: bottom 0.3s ease-out; transition: bottom 0.3s ease-out; } #close-comments { display: block; } /* For IE 7, which doesn't support display: inline-block; */ label, input,textarea, .nav-anchors li, .nav li, .price, .star, .star li, .product-img nav, .product-img nav li, .product-utils a, .reviews header h2, .footer li { zoom: 1; *display: inline; }
0.41253
0.121764
.offer_holder{ border-radius: 4px; margin-bottom: 40px; max-width: 500px; } .offer_tagline{ height:40px; background: rgba(0,0,0,0.6); font-family: sans-serif; font-size: 16px; font-weight: 300; padding: 10px; text-transform: capitalize; color:#fff; letter-spacing: 0.025em; border-top-left-radius: 10px; border-top-right-radius: 10px; } .offer_img_holder{ text-align: center; padding: 10px; border-right: 1px solid #efefef; border-left: 1px solid #efefef; } .offer_img{ height: 150px; width: 150px; } .offer_info_holder{ background: rgb(250, 250, 250); height: 420px; padding-top: 20px; border-left: 1px solid #efefef; border: 1px solid #efefef; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } .offer_description{ margin: 20px; margin-bottom:14px; margin-top:0px; border: 1px dashed #afafaf; padding: 5px; padding-top: 12px; height: 120px; text-align: center; font-size: 12px; vertical-align: middle; color:#343434; font-family: sans-serif; font-weight: bold; } .offer_price{ text-align: center; font-size: 28px; font-weight: 300; color:#00b0ff; font-family: sans-serif; } .original_price{ text-align: center; font-size: 16px; font-weight: 300; color:#afafaf; font-family: sans-serif; } .pct_savings{ text-align: center; font-size: 18px; font-weight: 300; color:#afafaf; font-family: sans-serif; } .retailer{ text-transform: capitalize; text-align: center; font-size: 20px; font-weight: 400; color:#afafaf; margin-top: 5px; margin-bottom: 20px; font-family: sans-serif; } .indiv_offer_brand{ text-transform:capitalize; font-size:28px; color:#afafaf; } .indiv_offer_description{ border-top:1px solid #efefef; border-bottom:1px solid #efefef; margin-top:20px; margin-bottom:20px; padding-top:28px; padding-bottom:28px; font-size:22px; margin: 0px auto; margin-top:28px; max-width: 80%; font-family:Lato; font-weight:300; } .indiv_offer_valid{ font-family:Lato; font-size:22px; font-weight:300; padding:24px; padding-bottom:10px; } .indiv_offer_valid_text{ color:#38d5b8; font-weight:600; } .indiv_offer_not_valid_text{ color:#FF0000; font-weight:600; } .indiv_offer_img_holder{ padding:28px; padding-top:10px; } .indiv_offer_img{ width:160px; height:160px; } .indiv_offer_label{ text-decoration:none; font-size:22px; font-family: Lato; width:220px; margin:0px auto; padding:10px; } .indiv_go_to_offer{ border: 4px solid #38d5b8; } .indiv_go_to_offer:hover{ border: 4px dashed #38d5b8; text-decoration: none; } .indiv_go_to_offer_text{ text-decoration:none !important; color:#38d5b8 !important; padding-left: 20px; padding-right: 20px; text-transform: capitalize; } .indiv_offer_price{ font-size:25px; border: 1px dashed #afafaf; color:#343434; font-weight:300; margin-top:20px; } .indiv_original_price{ border: 1px dashed #afafaf; color:#afafaf; font-weight:300; margin-top:10px; } .indiv_saving{ border: 1px dashed #afafaf; color:#afafaf; font-weight:300; margin-top:10px; } .indiv_logo_holder{ padding:20px; padding-bottom:0px; } .indiv_padding{ padding:40px; } @media (max-width: 767px){ .indiv_padding{ padding:0px; padding-top: 40px; padding-bottom: 40px; } /** no max-width for mobile **/ .offer_holder{ border-radius: 4px; margin-bottom: 40px; max-width: none; } .indiv_offer_img{ width:110px; height:110px; } .indiv_go_to_offer{ border: 2px solid #38d5b8; width: 220px; } .indiv_go_to_offer_text{ text-decoration:none !important; color:#38d5b8 !important; padding-left: 5px; padding-right: 5px; text-transform: capitalize; font-size: 20px; padding-bottom: 15px; } .indiv_offer_description{ font-size:20px; } .indiv_offer_brand{ text-transform:capitalize; font-size:20px; color:#afafaf; } /*.indiv_offer_label{ text-decoration:none; font-size:20px; font-family: Lato; width:220px; margin:0px auto; padding:10px; }*/ }
public/css/views/offers.css
.offer_holder{ border-radius: 4px; margin-bottom: 40px; max-width: 500px; } .offer_tagline{ height:40px; background: rgba(0,0,0,0.6); font-family: sans-serif; font-size: 16px; font-weight: 300; padding: 10px; text-transform: capitalize; color:#fff; letter-spacing: 0.025em; border-top-left-radius: 10px; border-top-right-radius: 10px; } .offer_img_holder{ text-align: center; padding: 10px; border-right: 1px solid #efefef; border-left: 1px solid #efefef; } .offer_img{ height: 150px; width: 150px; } .offer_info_holder{ background: rgb(250, 250, 250); height: 420px; padding-top: 20px; border-left: 1px solid #efefef; border: 1px solid #efefef; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } .offer_description{ margin: 20px; margin-bottom:14px; margin-top:0px; border: 1px dashed #afafaf; padding: 5px; padding-top: 12px; height: 120px; text-align: center; font-size: 12px; vertical-align: middle; color:#343434; font-family: sans-serif; font-weight: bold; } .offer_price{ text-align: center; font-size: 28px; font-weight: 300; color:#00b0ff; font-family: sans-serif; } .original_price{ text-align: center; font-size: 16px; font-weight: 300; color:#afafaf; font-family: sans-serif; } .pct_savings{ text-align: center; font-size: 18px; font-weight: 300; color:#afafaf; font-family: sans-serif; } .retailer{ text-transform: capitalize; text-align: center; font-size: 20px; font-weight: 400; color:#afafaf; margin-top: 5px; margin-bottom: 20px; font-family: sans-serif; } .indiv_offer_brand{ text-transform:capitalize; font-size:28px; color:#afafaf; } .indiv_offer_description{ border-top:1px solid #efefef; border-bottom:1px solid #efefef; margin-top:20px; margin-bottom:20px; padding-top:28px; padding-bottom:28px; font-size:22px; margin: 0px auto; margin-top:28px; max-width: 80%; font-family:Lato; font-weight:300; } .indiv_offer_valid{ font-family:Lato; font-size:22px; font-weight:300; padding:24px; padding-bottom:10px; } .indiv_offer_valid_text{ color:#38d5b8; font-weight:600; } .indiv_offer_not_valid_text{ color:#FF0000; font-weight:600; } .indiv_offer_img_holder{ padding:28px; padding-top:10px; } .indiv_offer_img{ width:160px; height:160px; } .indiv_offer_label{ text-decoration:none; font-size:22px; font-family: Lato; width:220px; margin:0px auto; padding:10px; } .indiv_go_to_offer{ border: 4px solid #38d5b8; } .indiv_go_to_offer:hover{ border: 4px dashed #38d5b8; text-decoration: none; } .indiv_go_to_offer_text{ text-decoration:none !important; color:#38d5b8 !important; padding-left: 20px; padding-right: 20px; text-transform: capitalize; } .indiv_offer_price{ font-size:25px; border: 1px dashed #afafaf; color:#343434; font-weight:300; margin-top:20px; } .indiv_original_price{ border: 1px dashed #afafaf; color:#afafaf; font-weight:300; margin-top:10px; } .indiv_saving{ border: 1px dashed #afafaf; color:#afafaf; font-weight:300; margin-top:10px; } .indiv_logo_holder{ padding:20px; padding-bottom:0px; } .indiv_padding{ padding:40px; } @media (max-width: 767px){ .indiv_padding{ padding:0px; padding-top: 40px; padding-bottom: 40px; } /** no max-width for mobile **/ .offer_holder{ border-radius: 4px; margin-bottom: 40px; max-width: none; } .indiv_offer_img{ width:110px; height:110px; } .indiv_go_to_offer{ border: 2px solid #38d5b8; width: 220px; } .indiv_go_to_offer_text{ text-decoration:none !important; color:#38d5b8 !important; padding-left: 5px; padding-right: 5px; text-transform: capitalize; font-size: 20px; padding-bottom: 15px; } .indiv_offer_description{ font-size:20px; } .indiv_offer_brand{ text-transform:capitalize; font-size:20px; color:#afafaf; } /*.indiv_offer_label{ text-decoration:none; font-size:20px; font-family: Lato; width:220px; margin:0px auto; padding:10px; }*/ }
0.26827
0.081849
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"); @import url("https://fonts.googleapis.com/css?family=Ubuntu&display=swap"); @font-face { font-family: "Google Sans"; src: url("../fonts/GoogleSans-Regular.ttf"); } p { font-family: "Google Sans", sans-serif; font-size: 16px; line-height: 1.56; color: #252525; } canvas { width: 100%; height: 100%; } h1 { font-size: 2.8em; font-weight: 400; } h3 { font-weight: bold; font-size: 30px; margin: 0; } h3, h4 { box-sizing: border-box; color: black; } h4 { margin: 0; line-height: 1.2em; font-weight: bold; } h3, h4, h2, p { font-family: "Google Sans", sans-serif !important; } h2 { font-family: "Google Sans", sans-serif; font-weight: bold; letter-spacing: 5px; font-weight: 500; text-align: center; padding: 1em; font-size: 1.1em; } .hero h1, .hero h2, .hero a { color: white; text-transform: uppercase; text-decoration: none; } .hero h1, .hero a { font-family: "Ubuntu" !important; } .hero a { border: 2px solid #fff; border-radius: 30px; padding: 1em 2em; margin: 1em 0.5em 0.5em 0.5em; } .section-title { text-align: center; font-size: 2em; font-weight: 300; letter-spacing: 8px; } a { color: #862f32; font-weight: bold; text-decoration: none; } .avatar { border-radius: 50%; max-width: 200px; } .divider { background: #fff; width: 70%; margin: 15px auto; padding: 1px; } .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .particles_full { background: #1e2125; z-index: 4; width: 100%; height: 100vh; overflow-y: hidden; } .hero { position: relative; } .hero-content { width: 680px; left: 50%; margin: 0 0 0 -340px; text-align: center; position: absolute; top: 50%; transform: translateY(-50%); } .section-title { letter-spacing: 5px; font-weight: 400; text-align: center; padding: 1em; font-size: 1.4em; } .buttons-container { margin-top: 2em; } @media (max-width: 719px) { .avatar { margin-bottom: 2em; } .hero-content { width: 100%; margin: 0 0 0 -50%; } } @media (max-width: 460px) { h1 { font-size: 2.2em; } .buttons-container { margin-top: 3em; } .avatar { width: 150px; } } .section-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .inner-container { padding-top: 15px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } section .description { padding: 0 10px; width: 30%; } section .description hr { border: none; margin: 0.8em 0; padding: 1px; width: 50px; height: 1px; background-color: #862f32; } section .content { padding: 0 10px; width: 70%; } section .content img { width: 60px; height: 60px; border: solid 1px #e3e3e3; border-radius: 50%; margin-right: 10px; } section .content p { margin: 0; opacity: 0.8; font-style: italic; } section .content .time { font-size: 13px; font-style: normal; } section .content .location { opacity: 0.8; font-weight: 400; padding-left: 10px; } section .content ul { list-style: none; } section .content ul li { margin-bottom: 20px; display: flex; flex-direction: row; } section .content h3 { font-size: 25px; margin-bottom: 16px; } section:not(:first-of-type) { border-bottom: 1px solid #ddd; } @media screen and (max-width: 960px) { body, section:not(.hero) { overflow-x: hidden; } section .inner-container { flex-direction: column; } section .inner-container .description { width: 100%; } section .inner-container .description p { display: none; } section .inner-container .content { width: 100%; } section .inner-container .content ul { margin-top: 16px; } section .inner-container .content h3:first-of-type { margin-top: 16px; } section .inner-container .content p, section .inner-container .content h4 { margin-right: 20px; } } @media screen and (min-width: 720px) { .img-container { float: left; margin-right: 1em; } .text-container { float: right; display: flex; justify-content: center; flex-direction: column; height: 180px; margin-left: 1em; } } /*# sourceMappingURL=main.css.map */
assets/css/main.css
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"); @import url("https://fonts.googleapis.com/css?family=Ubuntu&display=swap"); @font-face { font-family: "Google Sans"; src: url("../fonts/GoogleSans-Regular.ttf"); } p { font-family: "Google Sans", sans-serif; font-size: 16px; line-height: 1.56; color: #252525; } canvas { width: 100%; height: 100%; } h1 { font-size: 2.8em; font-weight: 400; } h3 { font-weight: bold; font-size: 30px; margin: 0; } h3, h4 { box-sizing: border-box; color: black; } h4 { margin: 0; line-height: 1.2em; font-weight: bold; } h3, h4, h2, p { font-family: "Google Sans", sans-serif !important; } h2 { font-family: "Google Sans", sans-serif; font-weight: bold; letter-spacing: 5px; font-weight: 500; text-align: center; padding: 1em; font-size: 1.1em; } .hero h1, .hero h2, .hero a { color: white; text-transform: uppercase; text-decoration: none; } .hero h1, .hero a { font-family: "Ubuntu" !important; } .hero a { border: 2px solid #fff; border-radius: 30px; padding: 1em 2em; margin: 1em 0.5em 0.5em 0.5em; } .section-title { text-align: center; font-size: 2em; font-weight: 300; letter-spacing: 8px; } a { color: #862f32; font-weight: bold; text-decoration: none; } .avatar { border-radius: 50%; max-width: 200px; } .divider { background: #fff; width: 70%; margin: 15px auto; padding: 1px; } .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .particles_full { background: #1e2125; z-index: 4; width: 100%; height: 100vh; overflow-y: hidden; } .hero { position: relative; } .hero-content { width: 680px; left: 50%; margin: 0 0 0 -340px; text-align: center; position: absolute; top: 50%; transform: translateY(-50%); } .section-title { letter-spacing: 5px; font-weight: 400; text-align: center; padding: 1em; font-size: 1.4em; } .buttons-container { margin-top: 2em; } @media (max-width: 719px) { .avatar { margin-bottom: 2em; } .hero-content { width: 100%; margin: 0 0 0 -50%; } } @media (max-width: 460px) { h1 { font-size: 2.2em; } .buttons-container { margin-top: 3em; } .avatar { width: 150px; } } .section-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .inner-container { padding-top: 15px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } section .description { padding: 0 10px; width: 30%; } section .description hr { border: none; margin: 0.8em 0; padding: 1px; width: 50px; height: 1px; background-color: #862f32; } section .content { padding: 0 10px; width: 70%; } section .content img { width: 60px; height: 60px; border: solid 1px #e3e3e3; border-radius: 50%; margin-right: 10px; } section .content p { margin: 0; opacity: 0.8; font-style: italic; } section .content .time { font-size: 13px; font-style: normal; } section .content .location { opacity: 0.8; font-weight: 400; padding-left: 10px; } section .content ul { list-style: none; } section .content ul li { margin-bottom: 20px; display: flex; flex-direction: row; } section .content h3 { font-size: 25px; margin-bottom: 16px; } section:not(:first-of-type) { border-bottom: 1px solid #ddd; } @media screen and (max-width: 960px) { body, section:not(.hero) { overflow-x: hidden; } section .inner-container { flex-direction: column; } section .inner-container .description { width: 100%; } section .inner-container .description p { display: none; } section .inner-container .content { width: 100%; } section .inner-container .content ul { margin-top: 16px; } section .inner-container .content h3:first-of-type { margin-top: 16px; } section .inner-container .content p, section .inner-container .content h4 { margin-right: 20px; } } @media screen and (min-width: 720px) { .img-container { float: left; margin-right: 1em; } .text-container { float: right; display: flex; justify-content: center; flex-direction: column; height: 180px; margin-left: 1em; } } /*# sourceMappingURL=main.css.map */
0.382949
0.076684
body { background-color: white; } .contact-info .fa { margin-top: 0.5vh; } #paddingContact { margin-top: 0; } .section-title img { max-height: 45vh; } .section-title { padding-top: 0vh !important; padding-bottom: 2vh !important; } #paddingContactImage { padding-top: 0vh; margin-left: 18vw; padding-right: 2vw; } #PaddingDescription { padding-top: 0.2vh; } #contact .form-control { border: none; width: 25vw !important; border-bottom: 1.5px solid #000000; border-radius: 0px; background-color: transparent; box-shadow: none; font-size: 1.8vh; margin-top: 1vh; margin-left: 5vw; margin-bottom: 1vh; -webkit-transition: all ease-in-out 0.4s; transition: all ease-in-out 0.4s; } .cardBody { display: flex; justify-content: center; margin: auto; size: 30vh; } .cardLogin { border: none; position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; } .logForm { border: none; border-bottom: 2px solid #000000; border-radius: 0px; background-color: transparent; box-shadow: none; font-size: 1.8vh; margin-top: 1vh; -webkit-transition: all ease-in-out 0.4s; transition: all ease-in-out 0.4s; margin-bottom: 4vh; } .buttonForm { border: none; border-radius: 0px; background-color: transparent; box-shadow: none; font-size: 1.8vh; margin-top: 1vh; margin-bottom: 1vh; -webkit-transition: all ease-in-out 0.4s; transition: all ease-in-out 0.4s; margin-left: 7vh; } #contact .form-control:focus { border-bottom-color: #000000; } #contact input { height: 2.86vw; } #contact button#submit { border: none; color: #000000; height: 2.6vw; margin-top: 5vh; margin-left: 15vw; } #contact button#submit:hover { color: #ffd000; } #contact{ margin: auto; } @media only screen and (max-width: 768px) { #paddingContact { padding-left: 10vw; padding-top: 3vh; } #contact button#submit { padding-left: 25vw; } .cardLogin{ margin-left: 8vh; } .noDeco{ margin-top: 8vh; margin-left: 2vh; } #contact .form-control { width: 100% !important; padding: 5vw; } }
resources/css/contact.css
body { background-color: white; } .contact-info .fa { margin-top: 0.5vh; } #paddingContact { margin-top: 0; } .section-title img { max-height: 45vh; } .section-title { padding-top: 0vh !important; padding-bottom: 2vh !important; } #paddingContactImage { padding-top: 0vh; margin-left: 18vw; padding-right: 2vw; } #PaddingDescription { padding-top: 0.2vh; } #contact .form-control { border: none; width: 25vw !important; border-bottom: 1.5px solid #000000; border-radius: 0px; background-color: transparent; box-shadow: none; font-size: 1.8vh; margin-top: 1vh; margin-left: 5vw; margin-bottom: 1vh; -webkit-transition: all ease-in-out 0.4s; transition: all ease-in-out 0.4s; } .cardBody { display: flex; justify-content: center; margin: auto; size: 30vh; } .cardLogin { border: none; position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; } .logForm { border: none; border-bottom: 2px solid #000000; border-radius: 0px; background-color: transparent; box-shadow: none; font-size: 1.8vh; margin-top: 1vh; -webkit-transition: all ease-in-out 0.4s; transition: all ease-in-out 0.4s; margin-bottom: 4vh; } .buttonForm { border: none; border-radius: 0px; background-color: transparent; box-shadow: none; font-size: 1.8vh; margin-top: 1vh; margin-bottom: 1vh; -webkit-transition: all ease-in-out 0.4s; transition: all ease-in-out 0.4s; margin-left: 7vh; } #contact .form-control:focus { border-bottom-color: #000000; } #contact input { height: 2.86vw; } #contact button#submit { border: none; color: #000000; height: 2.6vw; margin-top: 5vh; margin-left: 15vw; } #contact button#submit:hover { color: #ffd000; } #contact{ margin: auto; } @media only screen and (max-width: 768px) { #paddingContact { padding-left: 10vw; padding-top: 3vh; } #contact button#submit { padding-left: 25vw; } .cardLogin{ margin-left: 8vh; } .noDeco{ margin-top: 8vh; margin-left: 2vh; } #contact .form-control { width: 100% !important; padding: 5vw; } }
0.461502
0.059483
.wrapper { display: flex; background: #fff; max-width: 1200px; margin: 0 auto; box-shadow: 5px 9px 20px rgba(0, 0, 0, 0.15); } .sidebar { padding-top: 40px; padding-bottom: 40px; width: 370px; background-color: #1e2939; } .my-photo { width: 370px; } .about-me-container { padding: 5rem 4rem; } .contacts-container { margin: 60px 40px 0 40px; } .contacts-title { color: #ffffff; font-size: 22px; font-weight: 700; line-height: 24px; margin-bottom: 20px; } .contact-address { margin-bottom: 1rem; color: #fff; } .contact-link { font-size: 14px; font-weight: 400; line-height: 24px; color: #d8dadd; text-decoration: none; } .contact-link:hover { color: #ff8635; } .contact-link-type { font-size: 14px; font-weight: 700; line-height: 24px; color: #fff; margin-right: 10px; } .skills-container { margin: 54px 40px 0 40px; } .skills-title { font-size: 22px; font-weight: 700; line-height: 24px; margin-bottom: 20px; color: #fff; } .sub-title { color: #fff; font-size: 14px; margin-bottom: 0.5rem; margin-top: 1.5rem; } .skills-item { font-size: 14px; font-weight: 400; line-height: 24px; margin-left: 15px; color: #ff6b08; } .skills-item span { color: #d8dadd; } .profession { font-size: 22px; font-weight: 700; line-height: 24px; margin-bottom: 2rem; } .summary { margin-bottom: 10px; } .name { font-size: 45px; font-weight: 700; line-height: 89px; } .description { font-size: 14px; font-weight: 400; line-height: 24px; } .info-container { margin-bottom: 3rem; } .about-me-title { font-size: 22px; font-weight: 700; line-height: 24px; margin-bottom: 10px; } .projects-link, .tech-name { font-size: 14px; font-weight: 400; line-height: 24px; color: #595959; } .dots { color: #bebebe; font-weight: 100; } .projects-item { font-weight: 700; margin-left: 17px; } .projects-container { margin-bottom: 3rem; } .work-container { margin-bottom: 3rem; } .profession-title { font-size: 16px; font-weight: 700; line-height: 24px; margin-top: 18px; margin-bottom: 4px; } .profession-company { color: #ff7011; } .time-period { color: #949494; font-size: 12px; font-weight: 700; line-height: 24px; } .time-period span { color: #000; } .profession-duties { padding-left: 16px; margin-top: 4px; margin-bottom: 30px; } .profession-duties li { color: #3a3a3a; font-size: 14px; font-weight: 400; line-height: 24px; } .education { font-size: 16px; font-weight: 700; line-height: 24px; color: #ff6b08; margin-top: 18px; margin-bottom: 4px; } .specialty { font-size: 14px; font-weight: 700; line-height: 24px; margin-bottom: 4px; }
src/styles/main.css
.wrapper { display: flex; background: #fff; max-width: 1200px; margin: 0 auto; box-shadow: 5px 9px 20px rgba(0, 0, 0, 0.15); } .sidebar { padding-top: 40px; padding-bottom: 40px; width: 370px; background-color: #1e2939; } .my-photo { width: 370px; } .about-me-container { padding: 5rem 4rem; } .contacts-container { margin: 60px 40px 0 40px; } .contacts-title { color: #ffffff; font-size: 22px; font-weight: 700; line-height: 24px; margin-bottom: 20px; } .contact-address { margin-bottom: 1rem; color: #fff; } .contact-link { font-size: 14px; font-weight: 400; line-height: 24px; color: #d8dadd; text-decoration: none; } .contact-link:hover { color: #ff8635; } .contact-link-type { font-size: 14px; font-weight: 700; line-height: 24px; color: #fff; margin-right: 10px; } .skills-container { margin: 54px 40px 0 40px; } .skills-title { font-size: 22px; font-weight: 700; line-height: 24px; margin-bottom: 20px; color: #fff; } .sub-title { color: #fff; font-size: 14px; margin-bottom: 0.5rem; margin-top: 1.5rem; } .skills-item { font-size: 14px; font-weight: 400; line-height: 24px; margin-left: 15px; color: #ff6b08; } .skills-item span { color: #d8dadd; } .profession { font-size: 22px; font-weight: 700; line-height: 24px; margin-bottom: 2rem; } .summary { margin-bottom: 10px; } .name { font-size: 45px; font-weight: 700; line-height: 89px; } .description { font-size: 14px; font-weight: 400; line-height: 24px; } .info-container { margin-bottom: 3rem; } .about-me-title { font-size: 22px; font-weight: 700; line-height: 24px; margin-bottom: 10px; } .projects-link, .tech-name { font-size: 14px; font-weight: 400; line-height: 24px; color: #595959; } .dots { color: #bebebe; font-weight: 100; } .projects-item { font-weight: 700; margin-left: 17px; } .projects-container { margin-bottom: 3rem; } .work-container { margin-bottom: 3rem; } .profession-title { font-size: 16px; font-weight: 700; line-height: 24px; margin-top: 18px; margin-bottom: 4px; } .profession-company { color: #ff7011; } .time-period { color: #949494; font-size: 12px; font-weight: 700; line-height: 24px; } .time-period span { color: #000; } .profession-duties { padding-left: 16px; margin-top: 4px; margin-bottom: 30px; } .profession-duties li { color: #3a3a3a; font-size: 14px; font-weight: 400; line-height: 24px; } .education { font-size: 16px; font-weight: 700; line-height: 24px; color: #ff6b08; margin-top: 18px; margin-bottom: 4px; } .specialty { font-size: 14px; font-weight: 700; line-height: 24px; margin-bottom: 4px; }
0.356783
0.060169
body { margin: 0; overflow-x: hidden; max-width: 100%; } ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-track { background: #666; z-index: 1; } ::-webkit-scrollbar-thumb { background: #ddd; border-radius: 5px; } .top-background { position: absolute; z-index:-1; top: -30vw; left:-10vh; width:150vw; min-width: 600px; max-width: 150vw; display: inline-block; height: 200vh; background-image: url('../src/components/img/Token BIG-01.png'); background-position: top left; background-size:contain; background-repeat:no-repeat; } .logo { position:absolute; top: 4.9375rem; left: 5vw; width: 38rem; max-width: 95vw; height: 8rem; background: transparent url('../src/components/Token Host Brand Assets/SVG/Wordmark.svg') 0% 0% no-repeat padding-box; opacity: 1; background-size: contain; } .navbutton { position: absolute; top: 6.75rem; right: 10rem; width:fit-content; height: 2.125rem; font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-28)/var(--unnamed-line-spacing-34) Montserrat; letter-spacing: var(--unnamed-character-spacing-0); color: var(--primary-blue-0528f2); text-align: left; font: normal normal bold 1.75rem/2.125rem Montserrat; letter-spacing: 0rem; color:#021E73; opacity: 1; line-height:1.5rem; cursor:pointer; text-decoration: none; padding-bottom: 0.125rem; z-index: 2; } #overviewlink { right: 37.5rem; } .active { color: #0528F2; border-bottom: 0.1875rem solid #0528F2; } .wedge { height:75rem; min-height:90vh; pointer-events: none; } .upload-cloud-graphic { position: absolute; top: 16.4375rem; left: 67.0625rem; width: 41.25rem; height: 46.875rem; background-image:url('../src/components/img/Scenes_upload.svg'); background-position: center right; background-size:contain; background-repeat: no-repeat; opacity: 1; background-size: contain; } .navbox-grid { position: absolute; top:15rem; left:45px; display: grid; grid-template-columns: 27rem 1fr 27rem; grid-template-rows: 20rem 20rem 1rem; width:60rem; gap:2rem 1rem; max-width: 90vw; } .navbox { } .navbox .title { font-size:2.5rem; color:#0528F2; } .navbox .body { font-size:1.5rem; } .navbox .link { width: 100%; display: grid; grid-template-columns: 1fr 22px 1fr 1fr; text-align: center; vertical-align: text-top; font-size:1.7rem; height: 4rem; background: #FFD338 0% 0% no-repeat padding-box; color:white; line-height: 2rem; padding:1rem 0; box-sizing: border-box; cursor: pointer; font-weight: bold; z-index: 2; } .navbox input { width: 34.125rem; height: 3.375rem; border: 0.1875rem solid var(--primary-blue-0528f2); background: #FFFFFF 0% 0% no-repeat padding-box; border: 0.1875rem solid #0528F2; opacity: 1; padding:1rem; font-weight: bold; color:black; font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-28)/var(--unnamed-line-spacing-34) Montserrat; letter-spacing: var(--unnamed-character-spacing-0); color: var(--not-black-001131); font: normal normal bold 1.75rem/2.125rem Montserrat; letter-spacing: 0rem; color: #001131; opacity: 1; } #explorer-wedge { height: 65rem; right: 20rem; } #explorer{ right: 10rem; } #AppBuilder { right: 25rem; } .mobile-container { left:0; width:100vw; max-width:100vw; position: absolute; } .container { margin:auto; width:106.75rem; position: relative; } #desktop { display: static; } #mobile { opacity: 0; height: 0; } #hash { word-break: break-all; max-width:80vw; min-width: 0px; } @media only screen and (max-width:1050px) { .upload-cloud-graphic { display:none; } #date { width:18ch; } .navbutton{ top: 130px; } #explorer{ /* left: 32.75rem; */ left: 24rem; } #AppBuilder{ /* left: 20.75rem; */ left: 12rem; } #overviewlink{ /* left: 10.75rem; */ left: 2rem; } .logo { left:2rem; max-width: 93vw; } } @media only screen and (max-width:800px){ .navbutton { top:13rem; } } @media only screen and (max-width:680px) { #mobile { opacity: 1; height: auto; } #desktop { display: none; } } @media only screen and (max-width:630px) { .navbox-grid { grid-template-columns: 100%; grid-template-rows: 20rem 1fr 20rem 20rem 1fr 20rem 1rem 1fr 1rem; gap:0.1rem; width:34rem; position: static; margin: auto; margin-top:20rem; } #explorer-wedge { height: 110rem; } } @media only screen and (max-width:400px) { #overviewlink { left:2rem; } .navbutton { left:13rem; } }
src/App.css
body { margin: 0; overflow-x: hidden; max-width: 100%; } ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-track { background: #666; z-index: 1; } ::-webkit-scrollbar-thumb { background: #ddd; border-radius: 5px; } .top-background { position: absolute; z-index:-1; top: -30vw; left:-10vh; width:150vw; min-width: 600px; max-width: 150vw; display: inline-block; height: 200vh; background-image: url('../src/components/img/Token BIG-01.png'); background-position: top left; background-size:contain; background-repeat:no-repeat; } .logo { position:absolute; top: 4.9375rem; left: 5vw; width: 38rem; max-width: 95vw; height: 8rem; background: transparent url('../src/components/Token Host Brand Assets/SVG/Wordmark.svg') 0% 0% no-repeat padding-box; opacity: 1; background-size: contain; } .navbutton { position: absolute; top: 6.75rem; right: 10rem; width:fit-content; height: 2.125rem; font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-28)/var(--unnamed-line-spacing-34) Montserrat; letter-spacing: var(--unnamed-character-spacing-0); color: var(--primary-blue-0528f2); text-align: left; font: normal normal bold 1.75rem/2.125rem Montserrat; letter-spacing: 0rem; color:#021E73; opacity: 1; line-height:1.5rem; cursor:pointer; text-decoration: none; padding-bottom: 0.125rem; z-index: 2; } #overviewlink { right: 37.5rem; } .active { color: #0528F2; border-bottom: 0.1875rem solid #0528F2; } .wedge { height:75rem; min-height:90vh; pointer-events: none; } .upload-cloud-graphic { position: absolute; top: 16.4375rem; left: 67.0625rem; width: 41.25rem; height: 46.875rem; background-image:url('../src/components/img/Scenes_upload.svg'); background-position: center right; background-size:contain; background-repeat: no-repeat; opacity: 1; background-size: contain; } .navbox-grid { position: absolute; top:15rem; left:45px; display: grid; grid-template-columns: 27rem 1fr 27rem; grid-template-rows: 20rem 20rem 1rem; width:60rem; gap:2rem 1rem; max-width: 90vw; } .navbox { } .navbox .title { font-size:2.5rem; color:#0528F2; } .navbox .body { font-size:1.5rem; } .navbox .link { width: 100%; display: grid; grid-template-columns: 1fr 22px 1fr 1fr; text-align: center; vertical-align: text-top; font-size:1.7rem; height: 4rem; background: #FFD338 0% 0% no-repeat padding-box; color:white; line-height: 2rem; padding:1rem 0; box-sizing: border-box; cursor: pointer; font-weight: bold; z-index: 2; } .navbox input { width: 34.125rem; height: 3.375rem; border: 0.1875rem solid var(--primary-blue-0528f2); background: #FFFFFF 0% 0% no-repeat padding-box; border: 0.1875rem solid #0528F2; opacity: 1; padding:1rem; font-weight: bold; color:black; font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-28)/var(--unnamed-line-spacing-34) Montserrat; letter-spacing: var(--unnamed-character-spacing-0); color: var(--not-black-001131); font: normal normal bold 1.75rem/2.125rem Montserrat; letter-spacing: 0rem; color: #001131; opacity: 1; } #explorer-wedge { height: 65rem; right: 20rem; } #explorer{ right: 10rem; } #AppBuilder { right: 25rem; } .mobile-container { left:0; width:100vw; max-width:100vw; position: absolute; } .container { margin:auto; width:106.75rem; position: relative; } #desktop { display: static; } #mobile { opacity: 0; height: 0; } #hash { word-break: break-all; max-width:80vw; min-width: 0px; } @media only screen and (max-width:1050px) { .upload-cloud-graphic { display:none; } #date { width:18ch; } .navbutton{ top: 130px; } #explorer{ /* left: 32.75rem; */ left: 24rem; } #AppBuilder{ /* left: 20.75rem; */ left: 12rem; } #overviewlink{ /* left: 10.75rem; */ left: 2rem; } .logo { left:2rem; max-width: 93vw; } } @media only screen and (max-width:800px){ .navbutton { top:13rem; } } @media only screen and (max-width:680px) { #mobile { opacity: 1; height: auto; } #desktop { display: none; } } @media only screen and (max-width:630px) { .navbox-grid { grid-template-columns: 100%; grid-template-rows: 20rem 1fr 20rem 20rem 1fr 20rem 1rem 1fr 1rem; gap:0.1rem; width:34rem; position: static; margin: auto; margin-top:20rem; } #explorer-wedge { height: 110rem; } } @media only screen and (max-width:400px) { #overviewlink { left:2rem; } .navbutton { left:13rem; } }
0.303938
0.060474
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Quicksand', sans-serif; } h2, h3, h4, a { color: black; } a:hover { color: black; } #cadastro { display: flex; } a img { width: 60px; margin-right: 10px; } .btn-outline-dark { background-color: white; } .btn-outline-dark:hover { background-color: #F9B5FF; color: black; } #body-center { display: flex; flex-direction: column; align-items: center; } #body-center > div { width: 90%; } .carousel-item { overflow: hidden; height: 350px; } .row { margin: 100px 0; } .col-sm-6 { display: flex; justify-content: center; } .card { border: none; border-radius: 2em; overflow: hidden; background-color: #F949FF; margin-top: 20px; } .card-body { border-radius: 2em; padding: 30px; } #accordionExample { margin: 100px 0; } .accordion-item { border: none; margin-bottom: 8px; border-radius: 2em; } .accordion-button { background-color: #778AFF; padding: 20px; border-radius: 2em; } .accordion-button:hover { background-color: #7C75FF; color: black; } .accordion-button:active { background-color: #778AFF; } .txt-img { display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap-reverse; margin-bottom: 100px; border-width: 5px; border-style: solid; border-image: linear-gradient(to bottom, #50A3FF, #F949FF) 1 100%; padding: 20px 0; } .txt-img div { width: 40%; line-height: 30px; } .txt-img div h2{ margin-bottom: 20px; font-size: 40px; background-color: #B5EDFF; text-align: center; border-radius: 0 20px; } .txt-img img { width: 40%; height: auto; } footer { background-color: #50A3FF; } footer > div { display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center; flex-direction: row; padding: 40px 0; } #footer { width: 70%; } #footer-section { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around; } #footer-img { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px; } h4 + section, h4 + section + section { margin-top: 20px; } #footer + div { width: 30%; display: flex; flex-direction: column; align-items: center; } .card + form { background-color: #99E9DF; border-radius: 2em; padding: 20px; } .card > img { height: 150px; } .form-control, .form-check-input, .enviar { background-color: #CCF4EF; } .card-header { background-color: #CCF4EF; } .border-dark { width: 100%; background-color: #99E9DF; } #redes-sociais { display: flex; align-items: center; padding: 20px; } #redes-sociais>div { display: flex; justify-content: space-around; width: 100%; margin-bottom: 10px; } svg { transition: transform 0.2s; cursor: pointer; } svg:hover { transform: scale(1.25); } @media screen and (max-width: 950px) { #footer { width: 100%; } #footer + div { width: 70%; flex-direction: row; justify-content: space-between; } } @media screen and (max-width: 821px) { .txt-img img { width: 70%; height: auto; } .txt-img div { width: 70%; margin-top: 20px; } } @media screen and (max-width: 770px) { #footer + div { width: 80%; } } @media screen and (max-width: 670px) { #footer-section { flex-direction: column; } div + section { margin-top: 20px; } #footer + div { flex-direction: column; } .card + form { width: 290px; } } @media screen and (max-width: 375px) { .col-sm-6 .card { background-color: #F9B5FF; } .txt-img img, .txt-img div { width: 90%; } #footer + div { width: 100%; } }
css/home.css
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Quicksand', sans-serif; } h2, h3, h4, a { color: black; } a:hover { color: black; } #cadastro { display: flex; } a img { width: 60px; margin-right: 10px; } .btn-outline-dark { background-color: white; } .btn-outline-dark:hover { background-color: #F9B5FF; color: black; } #body-center { display: flex; flex-direction: column; align-items: center; } #body-center > div { width: 90%; } .carousel-item { overflow: hidden; height: 350px; } .row { margin: 100px 0; } .col-sm-6 { display: flex; justify-content: center; } .card { border: none; border-radius: 2em; overflow: hidden; background-color: #F949FF; margin-top: 20px; } .card-body { border-radius: 2em; padding: 30px; } #accordionExample { margin: 100px 0; } .accordion-item { border: none; margin-bottom: 8px; border-radius: 2em; } .accordion-button { background-color: #778AFF; padding: 20px; border-radius: 2em; } .accordion-button:hover { background-color: #7C75FF; color: black; } .accordion-button:active { background-color: #778AFF; } .txt-img { display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap-reverse; margin-bottom: 100px; border-width: 5px; border-style: solid; border-image: linear-gradient(to bottom, #50A3FF, #F949FF) 1 100%; padding: 20px 0; } .txt-img div { width: 40%; line-height: 30px; } .txt-img div h2{ margin-bottom: 20px; font-size: 40px; background-color: #B5EDFF; text-align: center; border-radius: 0 20px; } .txt-img img { width: 40%; height: auto; } footer { background-color: #50A3FF; } footer > div { display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center; flex-direction: row; padding: 40px 0; } #footer { width: 70%; } #footer-section { width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around; } #footer-img { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px; } h4 + section, h4 + section + section { margin-top: 20px; } #footer + div { width: 30%; display: flex; flex-direction: column; align-items: center; } .card + form { background-color: #99E9DF; border-radius: 2em; padding: 20px; } .card > img { height: 150px; } .form-control, .form-check-input, .enviar { background-color: #CCF4EF; } .card-header { background-color: #CCF4EF; } .border-dark { width: 100%; background-color: #99E9DF; } #redes-sociais { display: flex; align-items: center; padding: 20px; } #redes-sociais>div { display: flex; justify-content: space-around; width: 100%; margin-bottom: 10px; } svg { transition: transform 0.2s; cursor: pointer; } svg:hover { transform: scale(1.25); } @media screen and (max-width: 950px) { #footer { width: 100%; } #footer + div { width: 70%; flex-direction: row; justify-content: space-between; } } @media screen and (max-width: 821px) { .txt-img img { width: 70%; height: auto; } .txt-img div { width: 70%; margin-top: 20px; } } @media screen and (max-width: 770px) { #footer + div { width: 80%; } } @media screen and (max-width: 670px) { #footer-section { flex-direction: column; } div + section { margin-top: 20px; } #footer + div { flex-direction: column; } .card + form { width: 290px; } } @media screen and (max-width: 375px) { .col-sm-6 .card { background-color: #F9B5FF; } .txt-img img, .txt-img div { width: 90%; } #footer + div { width: 100%; } }
0.478041
0.14682
*{ padding: 0; margin: 0; box-sizing: border-box; } .container-fluid{ display: flex; justify-content: center; width: 100%; padding-left: 0px !important; padding-right: 0px !important; flex-direction: column; } /* IMAGEN DEBAJO DEL HEADER */ .serverInfoContainer{ display: flex; } .serverInfo{ display: flex; width: 100%; background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/images/image-background-bottomHeader.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; min-height: 100vh; margin-top: 55px !important; height: 200px; align-items: flex-end; z-index: 0; /* left: 50%; transform: translateX(-50%); */ } .serverInfoDiv{ width: 100%; display: flex; height: 200px; justify-content: center; flex-wrap: wrap; white-space: nowrap; text-align: center; flex-direction: column; overflow: hidden; } .serverInfoDiv h1{ font-size: 27px; color: white; font-weight: bold; opacity: 0.7; } .botonesServerInfoUl{ display: flex; flex-direction: row; justify-content: center; } .botonesServerInfoLi{ list-style: none; color: white; font-weight: bold; margin-right: 8px; margin-left: 8px; opacity: 0.7; } .botonesServerInfoLi:first-child{ margin-left: 0px; } .botonesServerInfoLi:last-child{ margin-right: 0px; } .botonesServerInfoLi:after { content: ''; display: block; margin: auto; height: 3px; width: 0px; background: transparent; transition: width .5s ease, background-color .5s ease; opacity: 1; } .botonesServerInfoLi:hover:after { width: 100%; background: white; opacity: 1; } /* NOTICIAS */ .contentContainer { display: flex; flex-direction: column; justify-content: center; flex-wrap: nowrap; } .noticias { display: flex; width: 100%; flex-wrap: wrap; justify-content: center; background-color: #110c11; z-index: 0; } .noticiaTitulo{ display: flex; width: 100%; justify-content: flex-start; margin-top: 2%; border-bottom: 2px solid #cc0000; } .noticiaTitulo h4{ font-weight: bold; color: white; vertical-align: text-bottom; margin-bottom: 0 !important; background-color: #cc0000; border-right: 14px solid transparent; border-top-right-radius: 60px; font-size: 20px; margin-top: 2%; } .noticia{ width: 100%; height: 125px; } #noticia_1{ background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/images/noticias/mu_new_1.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } #noticia_2{ background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/images/noticias/mu_new_2.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } #noticia_3{ background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/images/noticias/mu_new_3.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } #noticia_4{ background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/images/noticias/mu_new_4.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .noticiaContent{ display: flex; flex-direction: column; flex-wrap: wrap; color: rgba(255, 255, 255, 0.5); height: 125px; } .tituloNoticia h5{ font-weight: bold; margin-left: 1%; margin-top: 3%; color: rgba(255, 255, 255, 0.5); } .tituloDescripcion p{ font-size: 8px; margin-top: 1%; margin-left: 1%; color: rgba(255, 255, 255, 0.5) } .buttonContainerRead{ display: flex; justify-content: flex-end; align-items: flex-end; margin-right: 2%; } .buttonContainerRead button { background-color: rgba(0, 0, 0, 0.3); padding: 5px; border: none; border-radius: 10px; } .buttonContainerRead button a { color: rgba(255, 255, 255, 0.3); text-decoration: none; } #noticia_1:hover { background: url('/images/noticias/mu_new_1.jpg') no-repeat center center; } #noticia_2:hover { background: url('/images/noticias/mu_new_2.jpg') no-repeat center center; } #noticia_3:hover { background: url('/images/noticias/mu_new_3.jpg') no-repeat center center; } #noticia_4:hover { background: url('/images/noticias/mu_new_4.jpg') no-repeat center center; } .leerMasContainer{ display: flex; width: 100%; justify-content: flex-end; margin-top: 1.5%; } .leerMasContainer button { display: flex; background-color: rgba(0, 0, 0, 0); padding: 2px; border: 2px solid rgba(255, 255, 255, 0.5); border-radius: 5px; margin-right: 1%; margin-bottom: 1%; } .leerMasContainer button a { color: rgba(255, 255, 255, 0.5); text-decoration: none; font-weight: bold; font-size: 10px; } /* GUIAS */ .guias { display: flex; flex-direction: column; justify-content: center; background-color: #110c11; width: 100%; } .tituloGuias { display: flex; border-bottom: 2px solid #cc0000; opacity: 0.7; } .containerTags { display: flex; width: 100%; justify-content: center; flex-wrap: wrap; flex-direction: row; padding: 3%; } .tags { text-decoration: none; color: rgba(255, 255, 255, 0.5); padding: 4px; border: 2px solid rgba(255, 255, 255, 0.5); margin-left: 1%; margin-right: 1%; margin-top: 1%; margin-bottom: 1%; border-radius: 2px; } .tags:last-child { margin-right: 0%; } .tags:first-child { margin-left: 0%; } .tags:hover { color: white; border: 2px solid white; text-decoration: none; } .moduleContainer { display: none; } #module_guild { display: none; } /* Login */ .loginContent { display: flex; flex-direction: column; width: 100%; margin-bottom: 30%; } .LoginContainer { display: flex; width: 100%; background-color: #110c11; flex-direction: column; padding: 0px 10px 0px 10px; } .formContainer { display: flex; flex-direction: column; width: 100%; margin-top: 30%; background-color: #fff; padding: 10px; border-radius: 10px; } .infoContainer { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 0px 20px 0px 20px; } .tituloLogin { display: flex; justify-content: center; padding: 10px; color: #555; font-weight: bold; } .labelLogin { display: flex; justify-content: flex-start; color: #555; width: 100%; font-weight: bold; } .labelLogin span { margin-left: 3%; } .inputLogin { display: flex; width: 100%; justify-content: center; } .inputLogin input{ width: 100%; padding: 10px; border-radius: 10px; border: 1px solid #e6e6e6; background-color: #f7f7f7; color: #333; font-weight: bold; } .inputLogin input:focus { border: 2px solid #028090; outline:0px; } #selectContainer { display: inherit; margin-bottom: 5%; text-align: center; } #country { width: 100%; padding: 10px; border-radius: 10px; border: 1px solid #e6e6e6; background-color: #f7f7f7; color: #333; font-weight: bold; } #country:focus { border: 2px solid #028090; outline:0px; } #secretQuestion { width: 100%; padding: 10px; border-radius: 10px; border: 1px solid #e6e6e6; background-color: #f7f7f7; color: #333; font-weight: bold; margin-bottom: 2%; } #secretQuestion:focus { border: 2px solid #028090; outline:0px; } #respuestaSecreta { margin-top: 4%; } .inputLogin input:first-child { margin-bottom: 5%; } .buttonLogin { display: flex; width: 100%; justify-content: center; margin-top: 5%; } .buttonLogin button { width: 85%; padding: 10px; border-radius: 10px; background-color: #333; color: white; line-height: 1.2; font-size: 16px; font-weight: bold; border: none; } .buttonLogin button:focus { background-color: #028090; color: #333; transition-duration: 2s; outline: 0px; } /* PANEL USUARIO */ .userPanelContainer { display: flex; flex-direction: column; width: 100%; justify-content: center; background-color: #110c11; } .pjContainer { display: flex; flex-direction: column; width: 100%; align-items: center; margin-bottom: 4%; } .card { /* Add shadows to create the "card" effect */ box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s; width: 50%; margin-bottom: 2%; } /* On mouse-over, add a deeper shadow */ .card:hover { box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); } /* Add some padding inside the card container */ .container-card { padding: 2px 16px; } .container-card h4{ text-align: center; } .ul-card { display: flex; flex-direction: column; list-style-type: none; align-items: center; } .ul-card li { padding: 3px; width: 90%; text-align: center; background-color: #028090; padding: 10px; font-weight: bold; color: #fff; margin-top: 1%; margin-bottom: 1%; } .ul-card li:hover { background-color: #cc0000; border: 2px solid #333; } .card-info { font-size: 10px; } .menuPersonaje { display: flex; width: 100%; justify-content: center; } .menuPersonajeUl { display: flex; flex-direction: row; justify-content: center; width: 100%; border-radius: 5px; margin-top: 3%; } .menuPersonajeUl li { display: flex; font-weight: bold; color: #fff; margin-right: 1%; margin-left: 1%; background-color: rgba(255, 255, 255, 0.7); padding: 5px; border-radius: 5px; } .menuPersonajeUl li:hover{ background-color: #028090; padding: 5px; border-radius: 5px; color: #333; transition-duration: 2s; outline: none; } #aCharacter:hover { text-decoration: none; } #aChangePass:hover { text-decoration: none; } .menuPersonajeUl li:first-child { margin-left: 0%; } .menuPersonajeUl li:last-child { margin-right: 0%; } .menuAñadirPuntos { display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: center; } .puntosContainer { display: flex; flex-direction: column; background-color: #fff; padding: 10px; border-radius: 10px; width: 90%; } .avaiblePoints { display: flex; flex-direction: row; color: #333; font-weight: bold; } .addPointsContainer { display: flex; flex-direction: row; justify-content: space-around; margin-bottom: 8%; } .addPointsContainer p { font-weight: bold; color: #333; } .addPointsContainer input { display: flex; border: 1px solid #e6e6e6; background-color: #f7f7f7; font-weight: bold; color: #333; padding: 2px; width: 20%; border-radius: 5px; } .addPointsContainer input:focus { border: 2px solid #028090; outline:0px; } .addPointsButton { display: flex; justify-content: flex-end; } .addPointsButton button { background-color: #333; border: none; padding: 5px; border-radius: 8px; font-weight: bold; color: white; } .addPointsButton button:focus { background-color: #028090; color: #333; transition-duration: 2s; outline: 0px; } .confirmarPass { display: flex; flex-direction: column; justify-content: center; align-items: center; margin-top: 5%; } .formPass { display: flex; flex-direction: column; justify-content: center; background-color: #fff; border-radius: 5px; padding: 10px; } /* Ranking */ .rankingContainer { display: flex; flex-direction: column; width: 100%; justify-content: center; background-color: #110c11; } .rankingButtons { display: flex; flex-direction: row; justify-content: center; margin-top: 2%; flex-wrap: wrap; margin-top: 10%; } .rankingButtons a { padding: 5px; border: 2px solid #fff; opacity: 0.7; margin: 0% 2% 2% 2%; color: #fff; font-weight: bold; border-radius: 5px; } .rankingButtonsA:hover { background-color: #fff; color: #110c11; border: 2px solid #fff; transition-duration: 2s; outline: none; } .rankingTable { display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: center; } .guildContainer { display: flex; flex-direction: column; width: 90%; justify-content: center; align-items: center; background-color: #fff; border-radius: 10px; margin-top: 2%; padding: 10px; } .guildRow { display: flex; flex-direction: row; width: 90%; justify-content: space-around; margin-top: 1%; margin-bottom: 1%; } .guildRow p { color: #000; font-weight: bold; } #guildTittleRanking { border-bottom: 1px solid #333; font-weight: bold; color: #333 !important; display: flex; flex-direction: row; width: 90%; justify-content: space-around; margin-top: 1%; margin-bottom: 1%; } #msjError { display: flex; justify-content: center; } #msjError div { text-align: center; } /* Descargas */ .downlaods { display: flex; width: 100%; flex-direction: column; background-color: #110c11; padding: 10px; } .tittleSystem { display: none; } .systemRequiresContainer { display: none; } .links { display: flex; flex-direction: column; width: 100%; background-color: #110c11; } .cliente { display: flex; width: 100%; flex-direction: column; margin: 3% 0% 3% 0%; border-bottom: 2px solid #fff; } .cliente h2{ color: #fff; } .descarga img { margin-bottom: 2%; margin-right: 2%; } @media (min-width: 414px) { .tituloDescripcion p{ margin-top: 2%; } } @media (min-width: 481px) { .buttonContainerRead { margin-top: -2%; } #buttonRead_1 { margin-bottom: -2%; } } @media (min-width: 500px) { .formContainer { margin-top: 15%; } .LoginContainer { padding: 0px; } } @media (min-width: 576px) { body { background-color: rgba(0, 0, 0, 0.7) !important; } } @media (min-width: 600px) { .loginContent { align-items: center; } .formContainer { width: 70%; margin-top: 10%; } } @media (min-width: 800px) { .contentContainer { display: flex; flex-direction: row; width: 100%; justify-content: center; background-color: #110c11; } .separator { display: flex; flex-direction: column; width: 100%; } #separator_2 { width: 20% !important; background-color: #110c11; } .moduleContainer { display: flex; justify-content: center; background-color: transparent; width: 100%; color: white; } .modulo { display: flex; flex-direction: column; justify-content: center; width: 100%; padding: 16px; } .tituloModulo { display: flex; text-align: center; justify-content: center; padding: 5px 2px 5px 2px; background-color: #cc0000; border-radius: 3px; margin-bottom: 5%; font-weight: bold; font-size: 12px; } .tablaModulo { display: flex; justify-content: space-between; flex-direction: column; font-weight: bold; } .modulo_renglon { display: flex; flex-direction: row; justify-content: space-between; width: 100%; padding: 0px 0px 0px 0px; font-size: 11px; color: #fff; } .modulo_parrafo{ display: flex; text-align: start; } .bgcVerde { background-color: #5cb85c; padding: 0px 5px 0px 5px; border-radius: 2px; color: white; } .modulo_eventos { font-size: 10px; } .server_name h2{ width: 99% !important; } .first_module { margin-top: 25%; } .formContainer { width: 50%; } .tittleSystem { display: flex; background-color: #110c11; } .systemRequiresContainer { display: flex; justify-content: center; align-items: center; width: 100%; } .systemRequired { display: flex; width: 80%; justify-content: center; flex-direction: row; margin-top: 5%; border-radius: 10px; } .titleSystem { display: flex; font-weight: bold; border-bottom: 1px solid #555; font-size: 15px; flex-direction: row; margin-bottom: 2%; } .titleSystem p{ margin-bottom: 0 !important; } .tableSystem { display: flex; flex-direction: column; padding: 10px; color: #fff; } } @media (min-width: 1000px) { .formContainer { width: 40%; } .pjContainer { flex-direction: row; flex-wrap: wrap; justify-content: center; } .card { margin-right: 2%; margin-left: 2%; } } @media (min-width: 1200px) { #module_guild { display: flex !important; } .formContainer { width: 37%; } .buttonLogin button { margin-bottom: 3%; } } @media (min-width: 900px) { .card { width: 41%; } } @media (min-width: 1200px) { .card { width: 36%; } } @media (min-width: 1300px) { .card { width: 33%; } } @media (min-width: 1500px) { .card { width: 29%; } } @media (min-width: 1700px) { .formContainer { width: 30%; } .buttonLogin button { margin-bottom: 5%; } .card { width: 26%; } } @media (min-width: 1800px) { .formContainer { width: 27%; } .buttonLogin button { margin-bottom: 5%; } .card { width: 24%; } }
public/css/main.css
*{ padding: 0; margin: 0; box-sizing: border-box; } .container-fluid{ display: flex; justify-content: center; width: 100%; padding-left: 0px !important; padding-right: 0px !important; flex-direction: column; } /* IMAGEN DEBAJO DEL HEADER */ .serverInfoContainer{ display: flex; } .serverInfo{ display: flex; width: 100%; background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/images/image-background-bottomHeader.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; min-height: 100vh; margin-top: 55px !important; height: 200px; align-items: flex-end; z-index: 0; /* left: 50%; transform: translateX(-50%); */ } .serverInfoDiv{ width: 100%; display: flex; height: 200px; justify-content: center; flex-wrap: wrap; white-space: nowrap; text-align: center; flex-direction: column; overflow: hidden; } .serverInfoDiv h1{ font-size: 27px; color: white; font-weight: bold; opacity: 0.7; } .botonesServerInfoUl{ display: flex; flex-direction: row; justify-content: center; } .botonesServerInfoLi{ list-style: none; color: white; font-weight: bold; margin-right: 8px; margin-left: 8px; opacity: 0.7; } .botonesServerInfoLi:first-child{ margin-left: 0px; } .botonesServerInfoLi:last-child{ margin-right: 0px; } .botonesServerInfoLi:after { content: ''; display: block; margin: auto; height: 3px; width: 0px; background: transparent; transition: width .5s ease, background-color .5s ease; opacity: 1; } .botonesServerInfoLi:hover:after { width: 100%; background: white; opacity: 1; } /* NOTICIAS */ .contentContainer { display: flex; flex-direction: column; justify-content: center; flex-wrap: nowrap; } .noticias { display: flex; width: 100%; flex-wrap: wrap; justify-content: center; background-color: #110c11; z-index: 0; } .noticiaTitulo{ display: flex; width: 100%; justify-content: flex-start; margin-top: 2%; border-bottom: 2px solid #cc0000; } .noticiaTitulo h4{ font-weight: bold; color: white; vertical-align: text-bottom; margin-bottom: 0 !important; background-color: #cc0000; border-right: 14px solid transparent; border-top-right-radius: 60px; font-size: 20px; margin-top: 2%; } .noticia{ width: 100%; height: 125px; } #noticia_1{ background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/images/noticias/mu_new_1.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } #noticia_2{ background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/images/noticias/mu_new_2.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } #noticia_3{ background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/images/noticias/mu_new_3.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } #noticia_4{ background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/images/noticias/mu_new_4.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .noticiaContent{ display: flex; flex-direction: column; flex-wrap: wrap; color: rgba(255, 255, 255, 0.5); height: 125px; } .tituloNoticia h5{ font-weight: bold; margin-left: 1%; margin-top: 3%; color: rgba(255, 255, 255, 0.5); } .tituloDescripcion p{ font-size: 8px; margin-top: 1%; margin-left: 1%; color: rgba(255, 255, 255, 0.5) } .buttonContainerRead{ display: flex; justify-content: flex-end; align-items: flex-end; margin-right: 2%; } .buttonContainerRead button { background-color: rgba(0, 0, 0, 0.3); padding: 5px; border: none; border-radius: 10px; } .buttonContainerRead button a { color: rgba(255, 255, 255, 0.3); text-decoration: none; } #noticia_1:hover { background: url('/images/noticias/mu_new_1.jpg') no-repeat center center; } #noticia_2:hover { background: url('/images/noticias/mu_new_2.jpg') no-repeat center center; } #noticia_3:hover { background: url('/images/noticias/mu_new_3.jpg') no-repeat center center; } #noticia_4:hover { background: url('/images/noticias/mu_new_4.jpg') no-repeat center center; } .leerMasContainer{ display: flex; width: 100%; justify-content: flex-end; margin-top: 1.5%; } .leerMasContainer button { display: flex; background-color: rgba(0, 0, 0, 0); padding: 2px; border: 2px solid rgba(255, 255, 255, 0.5); border-radius: 5px; margin-right: 1%; margin-bottom: 1%; } .leerMasContainer button a { color: rgba(255, 255, 255, 0.5); text-decoration: none; font-weight: bold; font-size: 10px; } /* GUIAS */ .guias { display: flex; flex-direction: column; justify-content: center; background-color: #110c11; width: 100%; } .tituloGuias { display: flex; border-bottom: 2px solid #cc0000; opacity: 0.7; } .containerTags { display: flex; width: 100%; justify-content: center; flex-wrap: wrap; flex-direction: row; padding: 3%; } .tags { text-decoration: none; color: rgba(255, 255, 255, 0.5); padding: 4px; border: 2px solid rgba(255, 255, 255, 0.5); margin-left: 1%; margin-right: 1%; margin-top: 1%; margin-bottom: 1%; border-radius: 2px; } .tags:last-child { margin-right: 0%; } .tags:first-child { margin-left: 0%; } .tags:hover { color: white; border: 2px solid white; text-decoration: none; } .moduleContainer { display: none; } #module_guild { display: none; } /* Login */ .loginContent { display: flex; flex-direction: column; width: 100%; margin-bottom: 30%; } .LoginContainer { display: flex; width: 100%; background-color: #110c11; flex-direction: column; padding: 0px 10px 0px 10px; } .formContainer { display: flex; flex-direction: column; width: 100%; margin-top: 30%; background-color: #fff; padding: 10px; border-radius: 10px; } .infoContainer { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 0px 20px 0px 20px; } .tituloLogin { display: flex; justify-content: center; padding: 10px; color: #555; font-weight: bold; } .labelLogin { display: flex; justify-content: flex-start; color: #555; width: 100%; font-weight: bold; } .labelLogin span { margin-left: 3%; } .inputLogin { display: flex; width: 100%; justify-content: center; } .inputLogin input{ width: 100%; padding: 10px; border-radius: 10px; border: 1px solid #e6e6e6; background-color: #f7f7f7; color: #333; font-weight: bold; } .inputLogin input:focus { border: 2px solid #028090; outline:0px; } #selectContainer { display: inherit; margin-bottom: 5%; text-align: center; } #country { width: 100%; padding: 10px; border-radius: 10px; border: 1px solid #e6e6e6; background-color: #f7f7f7; color: #333; font-weight: bold; } #country:focus { border: 2px solid #028090; outline:0px; } #secretQuestion { width: 100%; padding: 10px; border-radius: 10px; border: 1px solid #e6e6e6; background-color: #f7f7f7; color: #333; font-weight: bold; margin-bottom: 2%; } #secretQuestion:focus { border: 2px solid #028090; outline:0px; } #respuestaSecreta { margin-top: 4%; } .inputLogin input:first-child { margin-bottom: 5%; } .buttonLogin { display: flex; width: 100%; justify-content: center; margin-top: 5%; } .buttonLogin button { width: 85%; padding: 10px; border-radius: 10px; background-color: #333; color: white; line-height: 1.2; font-size: 16px; font-weight: bold; border: none; } .buttonLogin button:focus { background-color: #028090; color: #333; transition-duration: 2s; outline: 0px; } /* PANEL USUARIO */ .userPanelContainer { display: flex; flex-direction: column; width: 100%; justify-content: center; background-color: #110c11; } .pjContainer { display: flex; flex-direction: column; width: 100%; align-items: center; margin-bottom: 4%; } .card { /* Add shadows to create the "card" effect */ box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s; width: 50%; margin-bottom: 2%; } /* On mouse-over, add a deeper shadow */ .card:hover { box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); } /* Add some padding inside the card container */ .container-card { padding: 2px 16px; } .container-card h4{ text-align: center; } .ul-card { display: flex; flex-direction: column; list-style-type: none; align-items: center; } .ul-card li { padding: 3px; width: 90%; text-align: center; background-color: #028090; padding: 10px; font-weight: bold; color: #fff; margin-top: 1%; margin-bottom: 1%; } .ul-card li:hover { background-color: #cc0000; border: 2px solid #333; } .card-info { font-size: 10px; } .menuPersonaje { display: flex; width: 100%; justify-content: center; } .menuPersonajeUl { display: flex; flex-direction: row; justify-content: center; width: 100%; border-radius: 5px; margin-top: 3%; } .menuPersonajeUl li { display: flex; font-weight: bold; color: #fff; margin-right: 1%; margin-left: 1%; background-color: rgba(255, 255, 255, 0.7); padding: 5px; border-radius: 5px; } .menuPersonajeUl li:hover{ background-color: #028090; padding: 5px; border-radius: 5px; color: #333; transition-duration: 2s; outline: none; } #aCharacter:hover { text-decoration: none; } #aChangePass:hover { text-decoration: none; } .menuPersonajeUl li:first-child { margin-left: 0%; } .menuPersonajeUl li:last-child { margin-right: 0%; } .menuAñadirPuntos { display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: center; } .puntosContainer { display: flex; flex-direction: column; background-color: #fff; padding: 10px; border-radius: 10px; width: 90%; } .avaiblePoints { display: flex; flex-direction: row; color: #333; font-weight: bold; } .addPointsContainer { display: flex; flex-direction: row; justify-content: space-around; margin-bottom: 8%; } .addPointsContainer p { font-weight: bold; color: #333; } .addPointsContainer input { display: flex; border: 1px solid #e6e6e6; background-color: #f7f7f7; font-weight: bold; color: #333; padding: 2px; width: 20%; border-radius: 5px; } .addPointsContainer input:focus { border: 2px solid #028090; outline:0px; } .addPointsButton { display: flex; justify-content: flex-end; } .addPointsButton button { background-color: #333; border: none; padding: 5px; border-radius: 8px; font-weight: bold; color: white; } .addPointsButton button:focus { background-color: #028090; color: #333; transition-duration: 2s; outline: 0px; } .confirmarPass { display: flex; flex-direction: column; justify-content: center; align-items: center; margin-top: 5%; } .formPass { display: flex; flex-direction: column; justify-content: center; background-color: #fff; border-radius: 5px; padding: 10px; } /* Ranking */ .rankingContainer { display: flex; flex-direction: column; width: 100%; justify-content: center; background-color: #110c11; } .rankingButtons { display: flex; flex-direction: row; justify-content: center; margin-top: 2%; flex-wrap: wrap; margin-top: 10%; } .rankingButtons a { padding: 5px; border: 2px solid #fff; opacity: 0.7; margin: 0% 2% 2% 2%; color: #fff; font-weight: bold; border-radius: 5px; } .rankingButtonsA:hover { background-color: #fff; color: #110c11; border: 2px solid #fff; transition-duration: 2s; outline: none; } .rankingTable { display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: center; } .guildContainer { display: flex; flex-direction: column; width: 90%; justify-content: center; align-items: center; background-color: #fff; border-radius: 10px; margin-top: 2%; padding: 10px; } .guildRow { display: flex; flex-direction: row; width: 90%; justify-content: space-around; margin-top: 1%; margin-bottom: 1%; } .guildRow p { color: #000; font-weight: bold; } #guildTittleRanking { border-bottom: 1px solid #333; font-weight: bold; color: #333 !important; display: flex; flex-direction: row; width: 90%; justify-content: space-around; margin-top: 1%; margin-bottom: 1%; } #msjError { display: flex; justify-content: center; } #msjError div { text-align: center; } /* Descargas */ .downlaods { display: flex; width: 100%; flex-direction: column; background-color: #110c11; padding: 10px; } .tittleSystem { display: none; } .systemRequiresContainer { display: none; } .links { display: flex; flex-direction: column; width: 100%; background-color: #110c11; } .cliente { display: flex; width: 100%; flex-direction: column; margin: 3% 0% 3% 0%; border-bottom: 2px solid #fff; } .cliente h2{ color: #fff; } .descarga img { margin-bottom: 2%; margin-right: 2%; } @media (min-width: 414px) { .tituloDescripcion p{ margin-top: 2%; } } @media (min-width: 481px) { .buttonContainerRead { margin-top: -2%; } #buttonRead_1 { margin-bottom: -2%; } } @media (min-width: 500px) { .formContainer { margin-top: 15%; } .LoginContainer { padding: 0px; } } @media (min-width: 576px) { body { background-color: rgba(0, 0, 0, 0.7) !important; } } @media (min-width: 600px) { .loginContent { align-items: center; } .formContainer { width: 70%; margin-top: 10%; } } @media (min-width: 800px) { .contentContainer { display: flex; flex-direction: row; width: 100%; justify-content: center; background-color: #110c11; } .separator { display: flex; flex-direction: column; width: 100%; } #separator_2 { width: 20% !important; background-color: #110c11; } .moduleContainer { display: flex; justify-content: center; background-color: transparent; width: 100%; color: white; } .modulo { display: flex; flex-direction: column; justify-content: center; width: 100%; padding: 16px; } .tituloModulo { display: flex; text-align: center; justify-content: center; padding: 5px 2px 5px 2px; background-color: #cc0000; border-radius: 3px; margin-bottom: 5%; font-weight: bold; font-size: 12px; } .tablaModulo { display: flex; justify-content: space-between; flex-direction: column; font-weight: bold; } .modulo_renglon { display: flex; flex-direction: row; justify-content: space-between; width: 100%; padding: 0px 0px 0px 0px; font-size: 11px; color: #fff; } .modulo_parrafo{ display: flex; text-align: start; } .bgcVerde { background-color: #5cb85c; padding: 0px 5px 0px 5px; border-radius: 2px; color: white; } .modulo_eventos { font-size: 10px; } .server_name h2{ width: 99% !important; } .first_module { margin-top: 25%; } .formContainer { width: 50%; } .tittleSystem { display: flex; background-color: #110c11; } .systemRequiresContainer { display: flex; justify-content: center; align-items: center; width: 100%; } .systemRequired { display: flex; width: 80%; justify-content: center; flex-direction: row; margin-top: 5%; border-radius: 10px; } .titleSystem { display: flex; font-weight: bold; border-bottom: 1px solid #555; font-size: 15px; flex-direction: row; margin-bottom: 2%; } .titleSystem p{ margin-bottom: 0 !important; } .tableSystem { display: flex; flex-direction: column; padding: 10px; color: #fff; } } @media (min-width: 1000px) { .formContainer { width: 40%; } .pjContainer { flex-direction: row; flex-wrap: wrap; justify-content: center; } .card { margin-right: 2%; margin-left: 2%; } } @media (min-width: 1200px) { #module_guild { display: flex !important; } .formContainer { width: 37%; } .buttonLogin button { margin-bottom: 3%; } } @media (min-width: 900px) { .card { width: 41%; } } @media (min-width: 1200px) { .card { width: 36%; } } @media (min-width: 1300px) { .card { width: 33%; } } @media (min-width: 1500px) { .card { width: 29%; } } @media (min-width: 1700px) { .formContainer { width: 30%; } .buttonLogin button { margin-bottom: 5%; } .card { width: 26%; } } @media (min-width: 1800px) { .formContainer { width: 27%; } .buttonLogin button { margin-bottom: 5%; } .card { width: 24%; } }
0.430387
0.08207
html, body { margin: 5px 0 0; padding: 0; } .wrapper { width: 384px; margin: 0 auto; padding-left: 8px; padding-top: 8px; padding-right: 8px; padding-bottom: 10px; border-radius: 5px; border-color: #d0af8b; border-width: 2px; border-style: solid; background-color: #ececec; font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif; opacity: 1; } .animation { position: relative; max-height: 0; transition: max-height 0.4s ease-out; } .animation__eye { position: absolute; display: none; width: 6px; height: 5px; background-image: url("../img/eye.png"); background-repeat: no-repeat; z-index: 1; opacity: 0; } .animation__eye--one-one { left: 58px; top: 107px; } .animation__eye--one-two { left: 104px; top: 108px; } .animation__eye--two-one { left: 250px; top: 164px; } .animation__eye--two-two { left: 296px; top: 164px; } .animation__video { display: none; opacity: 0; } .form { display: flex; flex-direction: column; } .form__fieldset { display: flex; flex-direction: column; margin: 0; padding: 0; padding-top: 10px; padding-left: 30px; padding-right: 30px; padding-bottom: 30px; border: none; } .form__field { display: flex; flex-direction: column; align-items: center; } .form__label { padding-top: 14px; padding-bottom: 10px; font-size: 16px; font-weight: bold; text-transform: uppercase; } .form__input { width: 246px; padding-left: 22px; padding-top: 5px; padding-right: 22px; padding-bottom: 5px; font-size: 24px; letter-spacing: 1.4px; border-radius: 5px; border-color: #d0af8b; border-width: 2px; border-style: solid; outline: none; } .form__input:focus { border-color: #9c7b5a; } .form__button { display: block; width: 50%; padding: 10px; align-self: center; background-color: #d0af8b; text-align: center; border-radius: 5px; border: none; cursor: pointer; } .form__button:hover { background-color: #9c7b5a; } .form__button:active { padding: 9px; margin-top: 1px; margin-bottom: 1px; } .about { padding-top: 20px; opacity: 0; }
public/login_page/css/style.css
html, body { margin: 5px 0 0; padding: 0; } .wrapper { width: 384px; margin: 0 auto; padding-left: 8px; padding-top: 8px; padding-right: 8px; padding-bottom: 10px; border-radius: 5px; border-color: #d0af8b; border-width: 2px; border-style: solid; background-color: #ececec; font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif; opacity: 1; } .animation { position: relative; max-height: 0; transition: max-height 0.4s ease-out; } .animation__eye { position: absolute; display: none; width: 6px; height: 5px; background-image: url("../img/eye.png"); background-repeat: no-repeat; z-index: 1; opacity: 0; } .animation__eye--one-one { left: 58px; top: 107px; } .animation__eye--one-two { left: 104px; top: 108px; } .animation__eye--two-one { left: 250px; top: 164px; } .animation__eye--two-two { left: 296px; top: 164px; } .animation__video { display: none; opacity: 0; } .form { display: flex; flex-direction: column; } .form__fieldset { display: flex; flex-direction: column; margin: 0; padding: 0; padding-top: 10px; padding-left: 30px; padding-right: 30px; padding-bottom: 30px; border: none; } .form__field { display: flex; flex-direction: column; align-items: center; } .form__label { padding-top: 14px; padding-bottom: 10px; font-size: 16px; font-weight: bold; text-transform: uppercase; } .form__input { width: 246px; padding-left: 22px; padding-top: 5px; padding-right: 22px; padding-bottom: 5px; font-size: 24px; letter-spacing: 1.4px; border-radius: 5px; border-color: #d0af8b; border-width: 2px; border-style: solid; outline: none; } .form__input:focus { border-color: #9c7b5a; } .form__button { display: block; width: 50%; padding: 10px; align-self: center; background-color: #d0af8b; text-align: center; border-radius: 5px; border: none; cursor: pointer; } .form__button:hover { background-color: #9c7b5a; } .form__button:active { padding: 9px; margin-top: 1px; margin-bottom: 1px; } .about { padding-top: 20px; opacity: 0; }
0.548674
0.086323
@import url(global.css); body{ width: 1400px; margin: 0 auto; height: 1080px; } #nvConsul{ border-right: solid 4px #166CD0; } #nvConsul a{ color: #166CD0; } #nvConsul rect{ fill: #166CD0; } .todo{ width: 909px; MAX-height: 769PX; margin-top: 91px; padding: 27px 0 0 55px; height: 100%; float: left; border-top: 1px solid rgba(84, 101, 130, 0.3); font-family: 'Mulish', sans-serif; } .titulo { height: 55px; } .titulo svg{ float: left; } .titulo h1{ margin: 0 0 0 10px; float: left; font-size: 20px; color: #166CD0; } .busca{ margin-top: 55px; } .busca input[type="submit"]{ width: 169px; height: 50px; margin-left: 33px; background: #1CC4BF; border-radius: 8px; border: none; color: #fff; font-size: 15.5px; } .busca input[type='submit']:hover, .msgForm button:hover{ background: linear-gradient(258.4deg, rgba(0, 255, 240, 0.43) 58.84%, rgba(255, 255, 255, 0) 101.8%), #1CC4BF; } .busca input[type='submit']:focus, .msgForm button:focus{ background: linear-gradient(258.4deg, rgba(0, 255, 240, 0.43) 58.84%, rgba(255, 255, 255, 0) 101.8%), #1CC4BF; box-shadow: 0px 10px 25px rgba(28, 196, 191, 0.3); } .cidade{ width: 123px; height: 40px; padding: 7.5px 0 0 10px; } .cidade select{ width: 113px; height: 30px; border: none; } .bairro{ width: 153px; height: 40px; margin: 0 33px; padding: 7.5px 0 0 10px; } .bairro select{ width: 143px; height: 30px; border: none; } .cosulEspe{ width: 326px; height: 40px; padding: 7.5px 0 0 10px; } .cosulEspe input[type="text"]{ width: 316px; height: 30px; border: none; } .cosulEspe input[type="text"]::placeholder{ color: rgba(80, 95, 121, 0.7); } .cidade select, .bairro select, .cosulEspe input[type="text"]{ font-size: 15px; } .cidade, .bairro, .cosulEspe{ border: 1.4px solid rgba(80, 95, 121, 0.1); border-radius: 8px; float: left; } .cidade:hover, .bairro:hover, .cosulEspe:hover{ border: 1.4px solid #858FA1; } .formFiltro{ width: 907px; height: 668px; margin-top: 60px; border: 1.4px solid rgba(84, 101, 130, 0.1); border-radius: 8px; } .filtro{ width: 212px; height: 653px; padding: 18px 0 0 15px; border-right: 1px solid rgba(84, 101, 130, 0.2); float: left; } .filtro svg{ float: left; } .filtro h3{ width: 120px; margin: 5px 0 30px 10px; float: left; font-size: 18px; font-weight: 600; color: #1CC4BF; } .filtro h2{ margin: 30px 0 25px 0; font-size: 17px; color: #505F79; } .filtro p{ margin-bottom: 20px; font-size: 15px; color: rgba(133, 143, 161, 0.7); } .filtro input[type="text"]{ width: 73px; height: 36px; margin-bottom: 30px; float: left; border: 1.4px solid rgba(80, 95, 121, 0.1); border-radius: 8px; text-align: center; font-size: 15px; } .filtro input[type="text"]::placeholder{ color: #858FA1; } .filtro input[type="text"]:hover{ border: 1.4px solid #858FA1; } .filtro input[type="submit"]{ width: 197px; height: 40px; margin-top: 10px; background: #1CC4BF; border: none; border-radius: 4px; color: #FFFFFF; } .filtro input[type='submit']:hover{ background: linear-gradient(258.4deg, rgba(0, 255, 240, 0.43) 58.84%, rgba(255, 255, 255, 0) 101.8%), #1CC4BF; } .filtro input[type='submit']:focus{ background: linear-gradient(258.4deg, rgba(0, 255, 240, 0.43) 58.84%, rgba(255, 255, 255, 0) 101.8%), #1CC4BF; box-shadow: 0px 10px 25px rgba(28, 196, 191, 0.3); } .filtro button{ margin: 32px 0 0 30px; background-color: transparent; border: none; font-size: 15px; color: rgba(84, 101, 130, 0.5); } /*css checkbox*/ .container-label{ width: 1px; height: 1px; margin-right: 10px; float: left; display: block; position: relative; padding-left: 20px; font-size: 12px; color: #424242; font-weight: 400; } .container-label input{ position: absolute; opacity: 0; height: 0; width: 0; } .checkmark{ position: absolute; top: 0; left: 0; height: 15px; width: 15px; background-color: white; border: 1.4px solid rgba(84, 101, 130, 0.1); border-radius: 2px; } .container-label input:checked ~ .checkmark{ background-color: #1CC4BF; border: none; } .checkmark::after{ display: none; content: ''; position: absolute; } .container-label .checkmark::after{ content: ''; left: 4px; top: 0px; width: 5px; height: 9px; transform: rotate(45deg); border-right: 3px solid #fff; border-bottom: 3px solid #fff; } .container-label input:checked ~ .checkmark::after{ display: block; } /*fim css checkbox*/ .slide input[type="range"]{ width: 195px; } .slide p{ float: left; } /*inicio css slide*/ .slider { -webkit-appearance: none; width: 195px; height: 4px; border-radius: 5px; background: #1CC4BF; outline: none; opacity: 0.7; -webkit-transition: .2s; transition: opacity .2s; border: none; } .slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 25px; height: 25px; border-radius: 50%; background-image: url(/web/imagens/pontoSlider.svg); background-repeat: no-repeat; cursor: pointer; border: 1.4px solid rgba(80, 95, 121, 0.1); } /*fim css slide*/ .resulBusca{ width: 648px; height: 634px; margin-top: 17px; padding: 0 0 0 30px; float: left; overflow: auto; } .med{ width: 602px; height: 123px; margin-top: 16px; padding: 16px 0 0 16px; border: 1.4px solid rgba(84, 101, 130, 0.1); border-radius: 8px; } .med img{ width: 106px; height: 106px; margin-right: 24px; float: left; } .med input[type="submit"]{ width: 122.57px; height: 40.86px; margin: 10px 0 0 43px; border: none; background: #1CC4BF; border-radius: 8px; font-size: 15.5px; color: #fff; } .med input[type='submit']:hover{ background: linear-gradient(258.4deg, rgba(0, 255, 240, 0.43) 58.84%, rgba(255, 255, 255, 0) 101.8%), #1CC4BF; } .med input[type='submit']:focus{ background: linear-gradient(258.4deg, rgba(0, 255, 240, 0.43) 58.84%, rgba(255, 255, 255, 0) 101.8%), #1CC4BF; box-shadow: 0px 10px 25px rgba(28, 196, 191, 0.3); } .ptMed{ width: 54.75px; height: 20.43px; margin-right: 400px; background: rgba(84, 101, 130, 0.8); border-radius: 4px; text-align: center; float: left; } .ptMed h3{ margin: 4px 0 0 0; font-weight: 500; font-size: 12px; color: #fff; } .dadosMed{ width: 290px; height: 68px; margin-top: 19px; float: left; } .dadosMed h2{ margin: 0; font-size: 15px; color: #1CC4BF; } .dadosMed p{ margin: 4px 0 0 0; font-size: 14px; color: #505F79; } /*scroll css*/ .resulBusca::-webkit-scrollbar { width: 2px; } /* Track */ .resulBusca::-webkit-scrollbar-track { box-shadow: inset 0 0 5px #E8E8E8; border-radius: 10px; } /* Handle */ .resulBusca::-webkit-scrollbar-thumb { background: #546582; } /* Handle on hover */ .resulBusca::-webkit-scrollbar-thumb:hover { background: #546582; } /*fim scroll*/
web/CSS/novaCosulta.css
@import url(global.css); body{ width: 1400px; margin: 0 auto; height: 1080px; } #nvConsul{ border-right: solid 4px #166CD0; } #nvConsul a{ color: #166CD0; } #nvConsul rect{ fill: #166CD0; } .todo{ width: 909px; MAX-height: 769PX; margin-top: 91px; padding: 27px 0 0 55px; height: 100%; float: left; border-top: 1px solid rgba(84, 101, 130, 0.3); font-family: 'Mulish', sans-serif; } .titulo { height: 55px; } .titulo svg{ float: left; } .titulo h1{ margin: 0 0 0 10px; float: left; font-size: 20px; color: #166CD0; } .busca{ margin-top: 55px; } .busca input[type="submit"]{ width: 169px; height: 50px; margin-left: 33px; background: #1CC4BF; border-radius: 8px; border: none; color: #fff; font-size: 15.5px; } .busca input[type='submit']:hover, .msgForm button:hover{ background: linear-gradient(258.4deg, rgba(0, 255, 240, 0.43) 58.84%, rgba(255, 255, 255, 0) 101.8%), #1CC4BF; } .busca input[type='submit']:focus, .msgForm button:focus{ background: linear-gradient(258.4deg, rgba(0, 255, 240, 0.43) 58.84%, rgba(255, 255, 255, 0) 101.8%), #1CC4BF; box-shadow: 0px 10px 25px rgba(28, 196, 191, 0.3); } .cidade{ width: 123px; height: 40px; padding: 7.5px 0 0 10px; } .cidade select{ width: 113px; height: 30px; border: none; } .bairro{ width: 153px; height: 40px; margin: 0 33px; padding: 7.5px 0 0 10px; } .bairro select{ width: 143px; height: 30px; border: none; } .cosulEspe{ width: 326px; height: 40px; padding: 7.5px 0 0 10px; } .cosulEspe input[type="text"]{ width: 316px; height: 30px; border: none; } .cosulEspe input[type="text"]::placeholder{ color: rgba(80, 95, 121, 0.7); } .cidade select, .bairro select, .cosulEspe input[type="text"]{ font-size: 15px; } .cidade, .bairro, .cosulEspe{ border: 1.4px solid rgba(80, 95, 121, 0.1); border-radius: 8px; float: left; } .cidade:hover, .bairro:hover, .cosulEspe:hover{ border: 1.4px solid #858FA1; } .formFiltro{ width: 907px; height: 668px; margin-top: 60px; border: 1.4px solid rgba(84, 101, 130, 0.1); border-radius: 8px; } .filtro{ width: 212px; height: 653px; padding: 18px 0 0 15px; border-right: 1px solid rgba(84, 101, 130, 0.2); float: left; } .filtro svg{ float: left; } .filtro h3{ width: 120px; margin: 5px 0 30px 10px; float: left; font-size: 18px; font-weight: 600; color: #1CC4BF; } .filtro h2{ margin: 30px 0 25px 0; font-size: 17px; color: #505F79; } .filtro p{ margin-bottom: 20px; font-size: 15px; color: rgba(133, 143, 161, 0.7); } .filtro input[type="text"]{ width: 73px; height: 36px; margin-bottom: 30px; float: left; border: 1.4px solid rgba(80, 95, 121, 0.1); border-radius: 8px; text-align: center; font-size: 15px; } .filtro input[type="text"]::placeholder{ color: #858FA1; } .filtro input[type="text"]:hover{ border: 1.4px solid #858FA1; } .filtro input[type="submit"]{ width: 197px; height: 40px; margin-top: 10px; background: #1CC4BF; border: none; border-radius: 4px; color: #FFFFFF; } .filtro input[type='submit']:hover{ background: linear-gradient(258.4deg, rgba(0, 255, 240, 0.43) 58.84%, rgba(255, 255, 255, 0) 101.8%), #1CC4BF; } .filtro input[type='submit']:focus{ background: linear-gradient(258.4deg, rgba(0, 255, 240, 0.43) 58.84%, rgba(255, 255, 255, 0) 101.8%), #1CC4BF; box-shadow: 0px 10px 25px rgba(28, 196, 191, 0.3); } .filtro button{ margin: 32px 0 0 30px; background-color: transparent; border: none; font-size: 15px; color: rgba(84, 101, 130, 0.5); } /*css checkbox*/ .container-label{ width: 1px; height: 1px; margin-right: 10px; float: left; display: block; position: relative; padding-left: 20px; font-size: 12px; color: #424242; font-weight: 400; } .container-label input{ position: absolute; opacity: 0; height: 0; width: 0; } .checkmark{ position: absolute; top: 0; left: 0; height: 15px; width: 15px; background-color: white; border: 1.4px solid rgba(84, 101, 130, 0.1); border-radius: 2px; } .container-label input:checked ~ .checkmark{ background-color: #1CC4BF; border: none; } .checkmark::after{ display: none; content: ''; position: absolute; } .container-label .checkmark::after{ content: ''; left: 4px; top: 0px; width: 5px; height: 9px; transform: rotate(45deg); border-right: 3px solid #fff; border-bottom: 3px solid #fff; } .container-label input:checked ~ .checkmark::after{ display: block; } /*fim css checkbox*/ .slide input[type="range"]{ width: 195px; } .slide p{ float: left; } /*inicio css slide*/ .slider { -webkit-appearance: none; width: 195px; height: 4px; border-radius: 5px; background: #1CC4BF; outline: none; opacity: 0.7; -webkit-transition: .2s; transition: opacity .2s; border: none; } .slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 25px; height: 25px; border-radius: 50%; background-image: url(/web/imagens/pontoSlider.svg); background-repeat: no-repeat; cursor: pointer; border: 1.4px solid rgba(80, 95, 121, 0.1); } /*fim css slide*/ .resulBusca{ width: 648px; height: 634px; margin-top: 17px; padding: 0 0 0 30px; float: left; overflow: auto; } .med{ width: 602px; height: 123px; margin-top: 16px; padding: 16px 0 0 16px; border: 1.4px solid rgba(84, 101, 130, 0.1); border-radius: 8px; } .med img{ width: 106px; height: 106px; margin-right: 24px; float: left; } .med input[type="submit"]{ width: 122.57px; height: 40.86px; margin: 10px 0 0 43px; border: none; background: #1CC4BF; border-radius: 8px; font-size: 15.5px; color: #fff; } .med input[type='submit']:hover{ background: linear-gradient(258.4deg, rgba(0, 255, 240, 0.43) 58.84%, rgba(255, 255, 255, 0) 101.8%), #1CC4BF; } .med input[type='submit']:focus{ background: linear-gradient(258.4deg, rgba(0, 255, 240, 0.43) 58.84%, rgba(255, 255, 255, 0) 101.8%), #1CC4BF; box-shadow: 0px 10px 25px rgba(28, 196, 191, 0.3); } .ptMed{ width: 54.75px; height: 20.43px; margin-right: 400px; background: rgba(84, 101, 130, 0.8); border-radius: 4px; text-align: center; float: left; } .ptMed h3{ margin: 4px 0 0 0; font-weight: 500; font-size: 12px; color: #fff; } .dadosMed{ width: 290px; height: 68px; margin-top: 19px; float: left; } .dadosMed h2{ margin: 0; font-size: 15px; color: #1CC4BF; } .dadosMed p{ margin: 4px 0 0 0; font-size: 14px; color: #505F79; } /*scroll css*/ .resulBusca::-webkit-scrollbar { width: 2px; } /* Track */ .resulBusca::-webkit-scrollbar-track { box-shadow: inset 0 0 5px #E8E8E8; border-radius: 10px; } /* Handle */ .resulBusca::-webkit-scrollbar-thumb { background: #546582; } /* Handle on hover */ .resulBusca::-webkit-scrollbar-thumb:hover { background: #546582; } /*fim scroll*/
0.334481
0.110807
@font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-BoldItalic.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-BoldItalic.woff') format('woff'); font-weight: bold; font-style: italic; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-Bold.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-CondensedBold.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-CondensedBold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-CondensedBlack.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-CondensedBlack.woff') format('woff'); font-weight: 900; font-style: normal; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-Light.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-Italic.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-Italic.woff') format('woff'); font-weight: normal; font-style: italic; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-LightItalic.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-LightItalic.woff') format('woff'); font-weight: 300; font-style: italic; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-Medium.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-MediumItalic.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-MediumItalic.woff') format('woff'); font-weight: 500; font-style: italic; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-UltraLightItalic.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-UltraLightItalic.woff') format('woff'); font-weight: 100; font-style: italic; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-ThinItalic.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-ThinItalic.woff') format('woff'); font-weight: 100; font-style: italic; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-Thin.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-Thin.woff') format('woff'); font-weight: 100; font-style: normal; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-UltraLight.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-UltraLight.woff') format('woff'); font-weight: 100; font-style: normal; font-display: swap; } @font-face { font-family: 'Neue Pixel Grotesk'; src: url('/fonts/NeuePixelGrotesk/NeuePixelGrotesk.woff2') format('woff2'), url('/fonts/NeuePixelGrotesk/NeuePixelGrotesk.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; }
apps/folio/styles/fonts.css
@font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-BoldItalic.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-BoldItalic.woff') format('woff'); font-weight: bold; font-style: italic; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-Bold.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-CondensedBold.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-CondensedBold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-CondensedBlack.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-CondensedBlack.woff') format('woff'); font-weight: 900; font-style: normal; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-Light.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-Italic.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-Italic.woff') format('woff'); font-weight: normal; font-style: italic; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-LightItalic.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-LightItalic.woff') format('woff'); font-weight: 300; font-style: italic; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-Medium.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-MediumItalic.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-MediumItalic.woff') format('woff'); font-weight: 500; font-style: italic; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-UltraLightItalic.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-UltraLightItalic.woff') format('woff'); font-weight: 100; font-style: italic; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-ThinItalic.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-ThinItalic.woff') format('woff'); font-weight: 100; font-style: italic; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-Thin.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-Thin.woff') format('woff'); font-weight: 100; font-style: normal; font-display: swap; } @font-face { font-family: 'Helvetica Neue'; src: url('/fonts/HelveticaNeue/HelveticaNeue-UltraLight.woff2') format('woff2'), url('/fonts/HelveticaNeue/HelveticaNeue-UltraLight.woff') format('woff'); font-weight: 100; font-style: normal; font-display: swap; } @font-face { font-family: 'Neue Pixel Grotesk'; src: url('/fonts/NeuePixelGrotesk/NeuePixelGrotesk.woff2') format('woff2'), url('/fonts/NeuePixelGrotesk/NeuePixelGrotesk.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; }
0.359252
0.042186
body{ margin: 0; font-family: 'Raleway', sans-serif; font-weight:lighter; font-size: 30px; background-color: whitesmoke; background-image: url(servizi.jpg); background-attachment: fixed; background-size: cover; background-position: center; } header{ color: white; height: 1000px; width: 100%; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; } header:before { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: rgba(0, 0, 0, .3); } #nome{ font-family: 'Raleway', sans-serif; font-style: normal; text-shadow: 3px 3px grey; font-size: 100px; color: black; text-align: center; z-index: 1; } header nav { font-family: 'Raleway', sans-serif; position: absolute; top: 0; left: 0; right: 0; font-size: 25px; padding: 20px; display: flex; justify-content: flex-end; align-items:center; } #menu { display: none; } nav div a{ text-decoration: none; cursor: pointer; text-transform: uppercase; color: white; } nav div#menu { display: block; } #links a:hover{ text-decoration: underline; font-weight: bold; } article{ height: auto; width: auto; } article div { margin: 25px 30px; text-align:left; background-color: #edf2fb; border-radius: 20px; height: auto; width: 97%; color: black; } .service{ display: flex; flex-direction: row; justify-content: space-between; } article img{ margin: 20px; height: 230px; width: 300px; border-top-left-radius: 15px; border-bottom-left-radius: 15px; } article p, article h2{ margin: 0px; text-align:justify; } footer{ height: 350px; width: 100%; background-color: grey; color: white; text-align: center; font-family:'Times New Roman', Times, serif; } #col{ width: 100%; display: flex; justify-content: space-around; } footer div ul{ text-align: start; } #dati{ margin: 80px 80px; } footer div img{ width: 10%; height: 80px; border: 2px solid #013A63; border-radius: 50px; } div button.tasto{ margin-right: 10px; } div#case{ background-color: white; /*background-color: rgba(237, 224, 212);*/ margin: 25px 30px; } div.case{ background-color: transparent; } .div_prenota{ width: auto; display: flex; flex-direction: column; align-items: center; border-bottom: 1px solid black; padding: 10px; margin: 0px; } button.rimuovi{ width: 150px; height: 21px; } .img_prenotazione{ height: 130px; width: 180px; border-radius: 20px; } form{ background-color: transparent; display: flex; justify-content:center; margin-top: 25px; } input{ border: 1px solid black; border-radius: 3px; font-size: 33px; } h1.intestazione{ font-weight: bold; font-size: 40px; display: flex; justify-content: center; } img.indietro{ cursor: pointer; position: relative; height: 48px; width: 48px; top: -93px; left: -1140px; } .messaggio{ height: 25px; width: 25px; margin: 1px; } .hidden{ display: none; }
public/css/servizi.css
body{ margin: 0; font-family: 'Raleway', sans-serif; font-weight:lighter; font-size: 30px; background-color: whitesmoke; background-image: url(servizi.jpg); background-attachment: fixed; background-size: cover; background-position: center; } header{ color: white; height: 1000px; width: 100%; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; } header:before { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: rgba(0, 0, 0, .3); } #nome{ font-family: 'Raleway', sans-serif; font-style: normal; text-shadow: 3px 3px grey; font-size: 100px; color: black; text-align: center; z-index: 1; } header nav { font-family: 'Raleway', sans-serif; position: absolute; top: 0; left: 0; right: 0; font-size: 25px; padding: 20px; display: flex; justify-content: flex-end; align-items:center; } #menu { display: none; } nav div a{ text-decoration: none; cursor: pointer; text-transform: uppercase; color: white; } nav div#menu { display: block; } #links a:hover{ text-decoration: underline; font-weight: bold; } article{ height: auto; width: auto; } article div { margin: 25px 30px; text-align:left; background-color: #edf2fb; border-radius: 20px; height: auto; width: 97%; color: black; } .service{ display: flex; flex-direction: row; justify-content: space-between; } article img{ margin: 20px; height: 230px; width: 300px; border-top-left-radius: 15px; border-bottom-left-radius: 15px; } article p, article h2{ margin: 0px; text-align:justify; } footer{ height: 350px; width: 100%; background-color: grey; color: white; text-align: center; font-family:'Times New Roman', Times, serif; } #col{ width: 100%; display: flex; justify-content: space-around; } footer div ul{ text-align: start; } #dati{ margin: 80px 80px; } footer div img{ width: 10%; height: 80px; border: 2px solid #013A63; border-radius: 50px; } div button.tasto{ margin-right: 10px; } div#case{ background-color: white; /*background-color: rgba(237, 224, 212);*/ margin: 25px 30px; } div.case{ background-color: transparent; } .div_prenota{ width: auto; display: flex; flex-direction: column; align-items: center; border-bottom: 1px solid black; padding: 10px; margin: 0px; } button.rimuovi{ width: 150px; height: 21px; } .img_prenotazione{ height: 130px; width: 180px; border-radius: 20px; } form{ background-color: transparent; display: flex; justify-content:center; margin-top: 25px; } input{ border: 1px solid black; border-radius: 3px; font-size: 33px; } h1.intestazione{ font-weight: bold; font-size: 40px; display: flex; justify-content: center; } img.indietro{ cursor: pointer; position: relative; height: 48px; width: 48px; top: -93px; left: -1140px; } .messaggio{ height: 25px; width: 25px; margin: 1px; } .hidden{ display: none; }
0.340924
0.082623
article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video {display:block} mark,rp,rt,ruby,summary,time {display:inline} /* Global properties */ body {background:#fff;font-family:Arial,Helvetica,sans-serif;font-size:100%;line-height:1em;color:#5c5c5c} html {min-width:1000px} html,body {height:100%} /* Global Structure */ #main {margin:0 auto;width:1000px;font-size:.814em} /* Header */ header {height:108px;position:relative} /* Content */ section#content {width:739px;float:left} .ic, .ic a {border:0;float:left;background:#fff;color:#f00;width:50% !important;line-height:10px;font-size:10px;margin:-120% 0 0 0;overflow:hidden;padding:0} /* Sidebar */ aside {float:left;width:261px} /* Footer */ footer {text-align:center;height:111px;line-height:1.538em} /* Left & Right alignment */ .fleft {float:left} .fright {float:right} .clear {clear:both} .col-1,.col-2,.col-3 {float:left} .alignright {text-align:right} .aligncenter {text-align:center} .wrapper {width:100%;overflow:hidden} /* tailings */ .tail-bottom {background:url(../images/tail-bottom.gif) left bottom repeat-x} /* form defaults */ input,select,textarea {font-family:Arial,Helvetica,sans-serif;font-size:1em;vertical-align:middle;font-weight:normal;color:#5c5c5c;margin:0;padding:0} fieldset {border:0} /* lists */ .news {margin-top:-20px} .news li {line-height:1.538em;padding-top:20px} .news li strong {display:block;padding-bottom:6px} .recent {margin-bottom:-20px} .recent li {width:100%;clear:left;vertical-align:top;line-height:1.538em;padding-bottom:20px} .recent li img {float:left} .recent li strong {display:block;padding-bottom:6px} .recent li.alt {padding-bottom:0} .recent li.alt img {margin:0 -5px 0 -38px;position:relative} .insurance {padding-bottom:45px} .insurance li {line-height:1.538em;padding-bottom:17px} .insurance li strong {color:#f85811;display:block;font-size:1.231em;line-height:1.4em} .services {padding-bottom:26px} .services li {padding:0 0 9px 13px;background:url(../images/marker.gif) no-repeat left 5px} .services li a {color:#5c5c5c} .team {width:100%;overflow:hidden} .team li {float:left;width:177px;line-height:1.538em;margin-right:54px} .team li.last {margin:0} .team li strong {color:#f85811;display:block;padding:14px 0 6px 0} .articles {margin-top:-30px} .articles li {width:100%;overflow:hidden;vertical-align:top;line-height:1.538em;padding-top:30px} .articles li img {float:left;margin-right:20px} .articles li a {text-decoration:none;font-weight:bold} .articles li a:hover {color:#000} .sitemap {padding-bottom:15px} .sitemap li {padding:0 0 5px 12px;background:url(../images/marker.gif) no-repeat left 5px} .sitemap li ul {margin-bottom:-5px;padding-top:5px} /* other */ .img-indent {margin:0 20px 0 0;float:left} .img-box {width:100%;overflow:hidden;padding-bottom:12px;line-height:1.538em} .img-box img {float:left;margin:0 20px 0 0} .extra-wrap {overflow:hidden} p {margin-bottom:20px;line-height:1.538em} .p0 {margin:0;padding:0} dl {} dl dt {} dl dd {} address {font-style:normal;line-height:1.538em;float:left;margin-right:55px} address b {width:84px !important;width:81px;float:left} #slogan {width:739px;height:270px;background:url(../images/slogan-bg.jpg) no-repeat left top;position:relative} #slogan img {position:absolute;right:49px;top:62px} .indent {padding-bottom:49px} /* txt,links,lines,titles */ a {color:#f85811;outline:none} a:hover {text-decoration:none} h1 {text-indent:-9999px} h1 a {width:307px;height:78px;position:absolute;left:36px;top:16px;background:url(../images/logo.gif) no-repeat left top} h2 {color:#434343;font-family:"trebuchet MS",Helvetica,sans-serif;font-weight:normal;text-transform:uppercase;font-size:2.308em;line-height:1.2em;margin-bottom:20px} h2 span {color:#f85811} .link1 {display:block;float:right;background:url(../images/link1-bgd.gif) left top repeat-x;color:#fff;text-decoration:none} .link1:hover {color:#000} .link1 span {display:block;background:url(../images/link1-border.gif) no-repeat left top} .link1 span span {background:url(../images/link1-border.gif) no-repeat right top;padding:3px 15px 3px 15px} /* boxes */ .nav-box {width:100%;background:url(../images/nav-box-tail.gif) repeat-x left top} .nav-box nav {background:url(../images/nav-box-right.gif) no-repeat right top} .nav-box nav ul {height:77px;background:url(../images/nav-box-left.gif) no-repeat left top;overflow:hidden} .nav-box nav ul li {float:left;padding:0 36px 0 38px;background:url(../images/divider.gif) no-repeat left top;margin:0 2px 0 -2px} .nav-box nav ul li a {color:#434343;font-size:1.231em;line-height:1.2em;text-decoration:none;font-family:"trebuchet MS",Helvetica,sans-serif;text-transform:uppercase;display:block;padding-top:25px} .nav-box nav ul li a:hover,.nav-box nav ul li.current a {color:#f85811} .nav-box nav ul.fright {background:none;padding-right:34px} .nav-box nav ul.fright li {padding:0 23px 0 25px} .box {background:url(../images/border-top.gif) repeat-x left top #f7f7f7;width:100%} .box .border-bot {background:url(../images/border.gif) repeat-x left bottom} .box .border-left {background:url(../images/border.gif) repeat-y left top} .box .border-right {background:url(../images/border.gif) repeat-y right top} .box .left-top-corner {background:url(../images/left-top-corner.gif) no-repeat left top} .box .right-top-corner {background:url(../images/right-top-corner.gif) no-repeat right top;width:100%} .box .inner {padding:25px 49px 45px 49px} .box h2 {font-size:1.923em;margin-bottom:50px} /* content */ #content .inside {padding:24px 40px 30px 50px} /* Sidebar */ aside .inside {padding:12px 45px 0 40px} aside h2 {letter-spacing:-1px} /* footer */ footer .inside {padding-top:36px} /* forms */ #search-form fieldset {position:absolute;right:50px;top:129px} #search-form input {width:128px;background:#fff;padding:2px 3px 2px 3px;border:1px solid #d9d9d9;float:left} #search-form a {float:left;margin-left:5px} #contacts-form {clear:right;width:100%;overflow:hidden} #contacts-form fieldset {border:none;float:left;} #contacts-form .field {clear:both;min-height:30px;height:auto !important;height:30px} #contacts-form label {float:left;width:104px;font-weight:bold} #contacts-form input {width:267px;padding:2px 0 2px 3px;border:1px solid #d2d2d2;float:left} #contacts-form textarea {width:531px;height:167px;padding:2px 0 2px 3px;border:1px solid #d2d2d2;margin-bottom:15px;overflow:auto;float:left} #contacts-form .link1 {float:left}
web/bundles/agencia/css/style.css
article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video {display:block} mark,rp,rt,ruby,summary,time {display:inline} /* Global properties */ body {background:#fff;font-family:Arial,Helvetica,sans-serif;font-size:100%;line-height:1em;color:#5c5c5c} html {min-width:1000px} html,body {height:100%} /* Global Structure */ #main {margin:0 auto;width:1000px;font-size:.814em} /* Header */ header {height:108px;position:relative} /* Content */ section#content {width:739px;float:left} .ic, .ic a {border:0;float:left;background:#fff;color:#f00;width:50% !important;line-height:10px;font-size:10px;margin:-120% 0 0 0;overflow:hidden;padding:0} /* Sidebar */ aside {float:left;width:261px} /* Footer */ footer {text-align:center;height:111px;line-height:1.538em} /* Left & Right alignment */ .fleft {float:left} .fright {float:right} .clear {clear:both} .col-1,.col-2,.col-3 {float:left} .alignright {text-align:right} .aligncenter {text-align:center} .wrapper {width:100%;overflow:hidden} /* tailings */ .tail-bottom {background:url(../images/tail-bottom.gif) left bottom repeat-x} /* form defaults */ input,select,textarea {font-family:Arial,Helvetica,sans-serif;font-size:1em;vertical-align:middle;font-weight:normal;color:#5c5c5c;margin:0;padding:0} fieldset {border:0} /* lists */ .news {margin-top:-20px} .news li {line-height:1.538em;padding-top:20px} .news li strong {display:block;padding-bottom:6px} .recent {margin-bottom:-20px} .recent li {width:100%;clear:left;vertical-align:top;line-height:1.538em;padding-bottom:20px} .recent li img {float:left} .recent li strong {display:block;padding-bottom:6px} .recent li.alt {padding-bottom:0} .recent li.alt img {margin:0 -5px 0 -38px;position:relative} .insurance {padding-bottom:45px} .insurance li {line-height:1.538em;padding-bottom:17px} .insurance li strong {color:#f85811;display:block;font-size:1.231em;line-height:1.4em} .services {padding-bottom:26px} .services li {padding:0 0 9px 13px;background:url(../images/marker.gif) no-repeat left 5px} .services li a {color:#5c5c5c} .team {width:100%;overflow:hidden} .team li {float:left;width:177px;line-height:1.538em;margin-right:54px} .team li.last {margin:0} .team li strong {color:#f85811;display:block;padding:14px 0 6px 0} .articles {margin-top:-30px} .articles li {width:100%;overflow:hidden;vertical-align:top;line-height:1.538em;padding-top:30px} .articles li img {float:left;margin-right:20px} .articles li a {text-decoration:none;font-weight:bold} .articles li a:hover {color:#000} .sitemap {padding-bottom:15px} .sitemap li {padding:0 0 5px 12px;background:url(../images/marker.gif) no-repeat left 5px} .sitemap li ul {margin-bottom:-5px;padding-top:5px} /* other */ .img-indent {margin:0 20px 0 0;float:left} .img-box {width:100%;overflow:hidden;padding-bottom:12px;line-height:1.538em} .img-box img {float:left;margin:0 20px 0 0} .extra-wrap {overflow:hidden} p {margin-bottom:20px;line-height:1.538em} .p0 {margin:0;padding:0} dl {} dl dt {} dl dd {} address {font-style:normal;line-height:1.538em;float:left;margin-right:55px} address b {width:84px !important;width:81px;float:left} #slogan {width:739px;height:270px;background:url(../images/slogan-bg.jpg) no-repeat left top;position:relative} #slogan img {position:absolute;right:49px;top:62px} .indent {padding-bottom:49px} /* txt,links,lines,titles */ a {color:#f85811;outline:none} a:hover {text-decoration:none} h1 {text-indent:-9999px} h1 a {width:307px;height:78px;position:absolute;left:36px;top:16px;background:url(../images/logo.gif) no-repeat left top} h2 {color:#434343;font-family:"trebuchet MS",Helvetica,sans-serif;font-weight:normal;text-transform:uppercase;font-size:2.308em;line-height:1.2em;margin-bottom:20px} h2 span {color:#f85811} .link1 {display:block;float:right;background:url(../images/link1-bgd.gif) left top repeat-x;color:#fff;text-decoration:none} .link1:hover {color:#000} .link1 span {display:block;background:url(../images/link1-border.gif) no-repeat left top} .link1 span span {background:url(../images/link1-border.gif) no-repeat right top;padding:3px 15px 3px 15px} /* boxes */ .nav-box {width:100%;background:url(../images/nav-box-tail.gif) repeat-x left top} .nav-box nav {background:url(../images/nav-box-right.gif) no-repeat right top} .nav-box nav ul {height:77px;background:url(../images/nav-box-left.gif) no-repeat left top;overflow:hidden} .nav-box nav ul li {float:left;padding:0 36px 0 38px;background:url(../images/divider.gif) no-repeat left top;margin:0 2px 0 -2px} .nav-box nav ul li a {color:#434343;font-size:1.231em;line-height:1.2em;text-decoration:none;font-family:"trebuchet MS",Helvetica,sans-serif;text-transform:uppercase;display:block;padding-top:25px} .nav-box nav ul li a:hover,.nav-box nav ul li.current a {color:#f85811} .nav-box nav ul.fright {background:none;padding-right:34px} .nav-box nav ul.fright li {padding:0 23px 0 25px} .box {background:url(../images/border-top.gif) repeat-x left top #f7f7f7;width:100%} .box .border-bot {background:url(../images/border.gif) repeat-x left bottom} .box .border-left {background:url(../images/border.gif) repeat-y left top} .box .border-right {background:url(../images/border.gif) repeat-y right top} .box .left-top-corner {background:url(../images/left-top-corner.gif) no-repeat left top} .box .right-top-corner {background:url(../images/right-top-corner.gif) no-repeat right top;width:100%} .box .inner {padding:25px 49px 45px 49px} .box h2 {font-size:1.923em;margin-bottom:50px} /* content */ #content .inside {padding:24px 40px 30px 50px} /* Sidebar */ aside .inside {padding:12px 45px 0 40px} aside h2 {letter-spacing:-1px} /* footer */ footer .inside {padding-top:36px} /* forms */ #search-form fieldset {position:absolute;right:50px;top:129px} #search-form input {width:128px;background:#fff;padding:2px 3px 2px 3px;border:1px solid #d9d9d9;float:left} #search-form a {float:left;margin-left:5px} #contacts-form {clear:right;width:100%;overflow:hidden} #contacts-form fieldset {border:none;float:left;} #contacts-form .field {clear:both;min-height:30px;height:auto !important;height:30px} #contacts-form label {float:left;width:104px;font-weight:bold} #contacts-form input {width:267px;padding:2px 0 2px 3px;border:1px solid #d2d2d2;float:left} #contacts-form textarea {width:531px;height:167px;padding:2px 0 2px 3px;border:1px solid #d2d2d2;margin-bottom:15px;overflow:auto;float:left} #contacts-form .link1 {float:left}
0.330363
0.06236
:root { /* Colors */ --md-signature-red: #dc0000; --md-teal: #0accaf; --md-dark-teal: #0accaf; --md-lime: #30a632; --md-dark-lime: #35800d; --md-shade-30: #1e1e1e; --md-shade-37: #252525; --md-shade-51: #333333; --md-shade-65: #414141; --md-shade-90: #5a5a5a; --md-shade-133: #858585; --primary-color: var(--ghost-accent-color, --md-signature-red); --primary-text-color: #FFF; --secondary-text-color: #AAA; --white-color: #FFF; --yellow-color: rgba(255, 255, 0, 1); --highlight: rgba(144, 166, 48, 0.5); --font-heading: 'Lato', sans-serif; --font-base: 'Raleway', sans-serif; --shadow-base: 0 0 10px rgba(0, 0, 0, 0.2); --dark-base: var(--md-shade-30); --dark-middle: var(--md-shade-37); --dark-light: var(--md-shade-51); --scrollbar-thumb: var(--dark-light); --scrollbar-border: var(--md-shade-65); /* Animations */ --animation-base: ease; --animation-base-duration: 400ms; --pulse-loading-animation-duration: 1500ms; --intro-animation-duration: 3500ms; --accent-line-width: 2px; --accent-charm-width: 2rem; --accent-charm-animation-duration: var(--animation-base-duration); --term-name-strikebefore-delay: 500ms; /* Misc */ --off-canvas-width: 350px; --site-header-height: 7rem; } html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } ::selection { background: var(--highlight); } body { color: var(--secondary-text-color); font-family: var(--font-base); font-size: 16px; line-height: 1.7; text-rendering: optimizeLegibility; word-break: break-word; background-color: var(--dark-middle); transition: background-color 0.3s var(--animation-base); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: 300; } *::-webkit-scrollbar { width: 0.75rem; } * { scrollbar-width: thin; scrollbar-color: var(--md-shade65) var(--md-shade37); } *::-webkit-scrollbar-track { background: var(--dark-base); border-left: 1px solid var(--scrollbar-border); } *::-webkit-scrollbar-thumb { background-color: var(--scrollbar-thumb) ; } a { color: var(--primary-text-color); text-decoration: none; } h1, h2, h3, h4, h5, h6 { margin: 0 0 15px; color: var(--primary-text-color); line-height: 1.2; font-weight: 400; font-family: var(--font-heading); } p { margin: 0 0 30px; } img { display: block; max-width: 100%; height: auto; } blockquote { margin-right: auto; margin-left: auto; max-width: 550px; color: var(--secondary-text-color); font-size: 22px; line-height: 1.4; font-weight: 800; text-align: center; } ul, ol { margin: 30px 0; padding-left: 20px; } li { margin: 15px 0; line-height: 1.7; } iframe, embed { display: block; overflow: hidden; width: 100%; border: 0; } figure { margin: 0; } figcaption { margin-top: 15px; color: var(--secondary-text-color); font-size: 14px; text-align: center; } pre { overflow-x: scroll; margin: 30px 0; } hr { position: relative; margin-right: auto; margin-left: auto; width: 5px; height: 5px; border: 0; background-color: var(--primary-text-color); border-radius: 50%; } hr::before, hr::after { content: ""; position: absolute; width: inherit; height: inherit; background-color: inherit; border-radius: inherit; } hr::before { right: 20px; } hr::after { left: 20px; }
assets/css/general/basics.css
:root { /* Colors */ --md-signature-red: #dc0000; --md-teal: #0accaf; --md-dark-teal: #0accaf; --md-lime: #30a632; --md-dark-lime: #35800d; --md-shade-30: #1e1e1e; --md-shade-37: #252525; --md-shade-51: #333333; --md-shade-65: #414141; --md-shade-90: #5a5a5a; --md-shade-133: #858585; --primary-color: var(--ghost-accent-color, --md-signature-red); --primary-text-color: #FFF; --secondary-text-color: #AAA; --white-color: #FFF; --yellow-color: rgba(255, 255, 0, 1); --highlight: rgba(144, 166, 48, 0.5); --font-heading: 'Lato', sans-serif; --font-base: 'Raleway', sans-serif; --shadow-base: 0 0 10px rgba(0, 0, 0, 0.2); --dark-base: var(--md-shade-30); --dark-middle: var(--md-shade-37); --dark-light: var(--md-shade-51); --scrollbar-thumb: var(--dark-light); --scrollbar-border: var(--md-shade-65); /* Animations */ --animation-base: ease; --animation-base-duration: 400ms; --pulse-loading-animation-duration: 1500ms; --intro-animation-duration: 3500ms; --accent-line-width: 2px; --accent-charm-width: 2rem; --accent-charm-animation-duration: var(--animation-base-duration); --term-name-strikebefore-delay: 500ms; /* Misc */ --off-canvas-width: 350px; --site-header-height: 7rem; } html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } ::selection { background: var(--highlight); } body { color: var(--secondary-text-color); font-family: var(--font-base); font-size: 16px; line-height: 1.7; text-rendering: optimizeLegibility; word-break: break-word; background-color: var(--dark-middle); transition: background-color 0.3s var(--animation-base); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: 300; } *::-webkit-scrollbar { width: 0.75rem; } * { scrollbar-width: thin; scrollbar-color: var(--md-shade65) var(--md-shade37); } *::-webkit-scrollbar-track { background: var(--dark-base); border-left: 1px solid var(--scrollbar-border); } *::-webkit-scrollbar-thumb { background-color: var(--scrollbar-thumb) ; } a { color: var(--primary-text-color); text-decoration: none; } h1, h2, h3, h4, h5, h6 { margin: 0 0 15px; color: var(--primary-text-color); line-height: 1.2; font-weight: 400; font-family: var(--font-heading); } p { margin: 0 0 30px; } img { display: block; max-width: 100%; height: auto; } blockquote { margin-right: auto; margin-left: auto; max-width: 550px; color: var(--secondary-text-color); font-size: 22px; line-height: 1.4; font-weight: 800; text-align: center; } ul, ol { margin: 30px 0; padding-left: 20px; } li { margin: 15px 0; line-height: 1.7; } iframe, embed { display: block; overflow: hidden; width: 100%; border: 0; } figure { margin: 0; } figcaption { margin-top: 15px; color: var(--secondary-text-color); font-size: 14px; text-align: center; } pre { overflow-x: scroll; margin: 30px 0; } hr { position: relative; margin-right: auto; margin-left: auto; width: 5px; height: 5px; border: 0; background-color: var(--primary-text-color); border-radius: 50%; } hr::before, hr::after { content: ""; position: absolute; width: inherit; height: inherit; background-color: inherit; border-radius: inherit; } hr::before { right: 20px; } hr::after { left: 20px; }
0.498291
0.128006
html, body { margin: 0; height: 100%; overflow-x: hidden; overflow-y: auto; font-family: arial !important; } * { font-family: "SF Pro Display Regular", calibri !important; font-family: 'MyWebFont', Fallback, sans-serif; } @font-face { font-family: "SF Pro Display Regular"; src: url("/font/sf_pro.ttf")format("ttf"); font-weight: normal; font-style: normal; } @font-face { font-family: "SF Pro Display Regular"; src: url("/font/sf_pro.ttf"); } body::-webkit-scrollbar-track { background: #F5F5F5; } body::-webkit-scrollbar { width: 7px; background-color: #F5F5F5; } body::-webkit-scrollbar-thumb { background:linear-gradient(to bottom, #fffcaf, #ffe7a7, #ffd4aa, #ffc3b2, #ffb6bc); } a:hover{ text-decoration: none !important; color: teal !important; } /*/---------------------------------------------------//*/ .dropdown .dropdown-menu .dropdown-item:hover { background-color: #d9d9d9 !important; color: #ffffff !important; } .content-wrapper{ padding: 1rem 1.5rem !important; } .page-header{ margin: 0 0 1rem 0 !important; } .btn.btn-fw { min-width: 115px !important; } .card .card-body { padding: 2.5rem 2.5rem !important; } /*imgae input file*/ .image-upload > input { display: none; } .image-upload img { width: 100px; height: 100px; cursor: pointer; } /*end-imgae input*/ .sidebar .nav.sub-sidebar .nav-item.sub-sidebar .nav-link { padding: 0.75rem 0 0.75rem 1.25rem !important; color: #a5a5a5 !important; } .text-imgedit { position: absolute; top:-200px; bottom:0; left:48.5%; right:0; display: table; vertical-align:middle; opacity:0; margin: auto; text-align: center; } .text-imgedit { text-align:center; transition: .5s ease-in-out all; } .image-upload:hover img { opacity:.4; } .image-upload:hover .text-imgedit{ opacity:1; } /*MODAL INITIAL LOGIN */ #initial1 .modal-content{ height: 440px; background-color: #ffffff !important; } #initial2 .modal-content{ height: auto; background-color: #ffffff !important; } #initial3 .modal-content{ height: 440px; background-color: #ffffff !important; } #img-initial1{ width: 55%; height: auto; margin-bottom: 1.5em; margin-top: 2em; } #img-initial2{ width: 35%; height: auto; margin-bottom: 1em; margin-top: 0.5em; } #img-initial3{ width: 55%; height: auto; margin-bottom: 1.5em; margin-top: 2em; } #btn-initial1{ border-radius: 6px; margin-top: 1em; } #btn-initial2{ border-radius: 6px; margin-top: 0.5em; margin-bottom: 0.5em; } #btn-initial3{ border-radius: 6px; margin-top: 0.5em; margin-bottom: 0.5em; } /*END-MODAL INITIAL*/ /*ICON SIDEBAR MINIMIZE*/ .navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini img { width: auto !important; max-width: 100%; height: 28px; margin: auto; } /*dashboard subscriber*/ .card .card-body.sumari { padding: 1rem 1rem !important; border: none; } .card-header.sumari { border: none; } .pad-5px{ padding: 5px !important; border: none; } .top-ico-right{ position: absolute; right: 0; top: 0; } .col.icon-atas{ position: absolute; right: 20px; top: 10px; font-size: 25px; } .bg-pastel-red{ background: linear-gradient(to right, #ffcea4, #fdd8e1) !important; } .cdgrey{ color: #656565; } .cgrey{ color: rgb(95, 95, 95); } .cputih{ color: white; } .cwhite{ color: white; } .cgrey-mid{ color: #777777; } .clight{ color: #BDBDBD !important; } .cteal{ color: #0E5F75; } .cteal2{ color: #4596ad; } .ctosca{ color: #4596ad; } .coren{ color: #FF9A44; } .cgrey1{ color: #828282; } .cgrey2{ color: #8c8c8c; } .cblue{ color: #0FB1B5; } .cred{ color: red; } .cgreen{ color: #27AE60; } .s18{ font-size: 16px; } .s16{ font-size: 16px; } .s15{ font-size: 15px; } .s12{ font-size: 12px; } .s11{ font-size: 11px; } .s10{ font-size: 10px; } .s13{ font-size: 13px; } .s14{ font-size: 14px; } .s19{ font-size: 19px; } .s20{ font-size: 20px; } .s21{ font-size: 21px; } .s22{ font-size: 22px; } .s24{ font-size: 25px; } .s25{ font-size: 25px; } .s27{ font-size: 27px; } .s30{ font-size: 30px; } .s32{ font-size: 32px; } .s35{ font-size: 35px; } /* ______________________________ */ /* mas adi */ /* .modal.modal_ajax{ background: radial-gradient(#ffffffd1, #118655b0); } */ .modal.modal_ajax{ background: radial-gradient(#ffffff7a, #caf7ff45); } .modal_ajax .modal-content{ background-color: #fff0 !important; border: none; color: white; } .modal-content { background-color: #ffffff !important; border: none; } .label-oren{ background: linear-gradient(106deg, #FC6076 -2.66%, #FF9A44 102.89%); border-radius: 10px; } .bg-hijau{ background-color: #cbe8b9 !important; } .bg-ijo{ background: linear-gradient(106deg, #43b95f -2.66%, #b3e273 102.89%); border: none; } .bg-merah{ background-color: #ffd6d6; } .bg-kuning{ background-color: #fcf5b0; } .bg-abu{ background-color: #cacaca; } .bg-biru{ background-color: #beebe9; } .bg-tosca{ background-color: #50b7b9; } .btn-ready-card{ background: linear-gradient(106deg, #FC6076 -2.66%, #FF9A44 102.89%); border-radius: 15px; font-size: 0.65rem !important; } .mgb-04-03{ margin-bottom: 0.4em; margin-top: -0.3em; } .mgb-05{ margin-bottom: 0.5em; } .bg-gradient-kuning{ background: linear-gradient(106.53deg, #efeac4 0%, #f1f1f1 56.6%); } .bg-gradient-blue{ background: linear-gradient(106.53deg, #91e4e0 0%, #80d8d4 56.6%); } .bg-gradient-abublue { background: linear-gradient(106.53deg, #bde6ea 0%, #bcd1e4 56.6%); } .bg-gradient-abupurple { background: linear-gradient(129.53deg, #efe4f2 30%, #ddcfff 90%); } .melengkung15px{ border-radius: 15px !important; } .melengkung10px{ border-radius: 10px !important; } .melengkung8px{ border-radius: 8px !important; } .melengkung6px{ border-radius: 6px !important; } .detilhref{ border-radius: 20px !important; width: 30px !important; height: 30px !important; } .mdi.matadetail{ position: relative !important; top: 7px !important; } .round-label{ min-width: 80px; border-radius: 12px; color: white; } .zoom:hover { -ms-transform: scale(1.5); /* IE 9 */ -webkit-transform: scale(1.5); /* Safari 3-8 */ transform: scale(1.5); } #mdl-img-click .modal-header { border: none; background-color: #f2edf300; padding: none; } #mdl-img-click .modal-content { border: none; background-color: #f2edf300; } .putih.card-header{ background-color: white !important; font-weight: bold; padding-top: 1em; padding-bottom: 1em; min-height: 63px; } .putih.card-footer{ background-color: white !important; border: none; } .btn-ijo{ background: #299643; color: white; border-radius: 10px; font-weight: lighter !important; border: none; } .btn-gradient-ijo{ background: linear-gradient(117.13deg, #22bf6f 0%, #6adc6a 56.6%); color: white; border-radius: 10px; font-weight: lighster !important; border: none; min-width: 75px;; } .btn-ijo:hover{ background: linear-gradient(to right, #a7f97c, #43b95f); } .mt-01{ margin-top: 1em; } .mb-01{ margin-bottom: 1em; } .mb-1half{ margin-bottom: 1.5em; } .tebal{ font-weight: bold; } .btn-teal{ background-color: #0E5F75; border-radius: 6px; color: white; } .btn-white{ background-color: #fff; border-radius: 6px; color: #656565; min-width: 150px; } .btn-birumuda{ background: linear-gradient(117.13deg, #96DEDA 0%, #50C9C3 56.6%); border-radius: 6px; border: none; color: white; } .input-abu{ border-radius: 10px; background-color: #efefef; outline: none !important; border-radius: none; } .sidebar .nav .nav-item { padding: 0 1.5rem !important; } .btn-tosca { background: linear-gradient(125.96deg, #96deda 0%, #50c9c3 56.6%); color: white; min-width: 15%; border-radius: 10px; border: none; } .btn-purpleabu { background: linear-gradient(125.96deg, #a9a4cd 0%, #8093d8 56.6%); color: white; min-width: 15%; border-radius: 10px; border: none; } .btn-abu { background: linear-gradient(125.96deg, #ded0d0 0%, #c3cdd6 56.6%); color: white; min-width: 15%; border-radius: 10px; border: none; } .btn-ijo { background: linear-gradient(125.96deg, #0fb34e 0%, #5cc377 56.6%); color: white; min-width: 15%; border-radius: 10px; } .btn-oren{ background: linear-gradient(108.22deg, #FC6076 -2.66%, #FF9A44 102.89%); color: white; border-radius: 10px; } .btn-oren2{ background: linear-gradient(108.22deg, #eca64e -2.66%, #efce5d 102.89%); color: white; border-radius: 10px; } .mgtop-minus-1em{ margin-top: -1em; } /* //PAGINATION DATATABLE */ .pagination { font-size: 11px !important; } .page-item.active .page-link { z-index: 1 !important; color: #fff !important; background-color: #0e5f75 !important; border: none !important; border-radius: 10px !important; min-width: 30px !important; text-align: center !important; } .paginate_button.page-item { margin-left: 3px !important; margin-right: 3px !important; border-radius: 10px !important; } .page-item:last-child .page-link { background-color: #f3f2f7 !important; border: none !important; border-radius: 10px !important; } .page-item.disabled .page-link { background-color: #f3f2f7 !important; border: none !important; border-radius: 10px !important; } .page-item:first-child .page-link { background-color: #f3f2f7 !important; border: none !important; border-radius: 10px !important; } .pagination a.page-link { border: none !important; color: rgb(88, 88, 88) !important; font-weight: bold; } .pagination a.page-link { border: none !important; border-radius: 10px !important; text-align: center !important; } .paginate_button.page-item { margin-left: 3px !important; margin-right: 3px !important; } div.dataTables_wrapper div.dataTables_filter input { border-radius: 8px !important; } /* //end-PGINATION DATATBLE */ /* SIDEBAR SUPERADMIN */ .sidebar .nav .nav-item .nav-link { padding: 0.75rem 0 0.75rem 0 !important; color: #a5a5a5 !important; } .sidebar .nav .nav-item .nav-link i.menu-icon { color: #b5b5b5 !important; } .sidebar .nav .nav-item.active .nav-link i.menu-icon { color: #0e5f75 !important; } .sidebar .nav .nav-item.active > .nav-link i { color: #0e5f75 !important; } .sidebar .nav .nav-item.active > .nav-link .menu-title { color: #0e5f75 !important; font-weight: bold; } /* END- SIDEBAR SUPERADMIN */ /* FOOTER */ .footer { background: #ffffff !important; padding: 20px 1rem !important; border: none; } .footer a { color: #888888; font-size: inherit; } /* END FOOTER */ /* NEW FROM SUPERADMIN */ /* //modal scroll */ .modal-body::-webkit-scrollbar-track { background: #f5f5f5; } .modal-body::-webkit-scrollbar { width: 7px; background-color: #f5f5f5; } .modal-body::-webkit-scrollbar-thumb { background: linear-gradient( to bottom, #faf9da, #e0fcfa, #def0f3, #c8cfd3, #ded5e6 ); } #mdl-img-click .modal-content { background-color: #ffffff00 !important; border: none; } #tab_transaction_param .card .card-body { padding: 1.5rem 1.5rem !important; } #tab_transaction_param { border: 1px solid #d9d9d9; } .dropdown .dropdown-menu .dropdown-item:hover { background-color: #d9d9d9 !important; color: #ffffff !important; } .page-header { margin: 0 0 1rem 0; } .sidebar .nav .nav-item { padding: 0 1.25rem !important; } .navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini img { width: auto !important; max-width: 100%; height: 28px; margin: auto; } .content-wrapper { padding: 1rem 1.5rem !important; } .form-group { margin-bottom: 0.5rem !important; } .bg-grey { background-color: #ebedf2; } .redhide { display: none; color: red; font-size: 12px; } .text-wrap { white-space: normal !important; word-break: break-word; vertical-align: top; } .width-500 { width: 500px !important; } .width-450 { width: 450px !important; } .width-400 { width: 400px !important; } .width-300 { width: 300px !important; } .width-200 { width: 200px !important; } .width-250 { width: 250px !important; } .width-150 { width: 150px !important; } .width-100 { width: 100px !important; } .putih { background-color: #ffffff !important; } /* btn datatble export */ button.dt-button, div.dt-button, a.dt-button { position: relative; display: inline-block; box-sizing: border-box; margin-right: 0.333em !important; margin-bottom: 0.333em !important; padding: 0.3em 0.5em !important; /* border: 1px solid #dcdcdc !important; */ border: none !important; border-radius: 6px !important; cursor: pointer; font-size: 0.88em; line-height: 1em !important; color: black; white-space: nowrap; overflow: hidden; background: linear-gradient( 106.53deg, #e6e9ea 0%, #e4f2f7 56.6% ) !important; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9'); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-decoration: none; outline: none; text-overflow: ellipsis; } .bg-hijau { background-color: #cbe8b9; } .bg-ijo { background: linear-gradient(106deg, #43b95f -2.66%, #b3e273 102.89%); border: none; } .bg-merah { background-color: #ffd6d6; } .bg-kuning { background-color: #fcf5b0; } .bg-abu { background-color: #cacaca; } .bg-biru { background-color: #c1e4e3; } .bg-biru { background-color: #c1e4e3; } .bg-tosca { background-color: #50b7b9; } #img_signout_subs{ width: 90px; height: 90px; margin-top: 2em; margin-bottom: 1.5em; } .img-modal-teman{ width: 90px; height: 90px; margin-top: 2em; margin-bottom: 1.5em; } /*//IMAGE UPLOAD BUNDER - FILE BROWSER*/ .img-upload-profil{ display: block; margin-left: auto; margin-right: auto; width: 25%; margin-top: 1em; margin-bottom: 10%; } .profile-pic { max-width: 128px; max-height: 128px; width: 100%; height: 100%; display: block; } .file-upload { display: none; } .detail_member{ padding-left: 15%; padding-right: 15%; } .bunder-ring { border-radius: 1000px !important; overflow: hidden; width: 125px; height: 125px; border: 8px solid #efefef; margin-left: auto; margin-right: auto; text-align: center; margin-bottom: 1em; } .bunder-ring-mid { border-radius: 1000px !important; overflow: hidden; width: 102px; height: 102px; border: 5px solid #efefef; margin-left: auto; margin-right: auto; text-align: center; margin-bottom: 1em; } .img_file_bayar_subs{ background: #f1f1f1; border-radius: 10%; width: 250px; height: 250px; text-align: center; border: none; margin-bottom: 1em; } .icon-req-member{ width: 60px; height: 60px; } .bunder-ring2 { border-radius: 1000px !important; overflow: hidden; width: 80px; height: 80px; border: 6px solid #efefef; margin-left: auto; margin-right: auto; text-align: center; margin-bottom: 1em; margin-left: 5em; } .circle { border-radius: 1000px !important; overflow: hidden; width: 128px; height: 128px; border: 8px solid #efefef; position: absolute; top: 72px; margin-left: auto; margin-right: auto; text-align: center; } img .profile-pic { max-width: 100%; height: auto; } .p-image { margin-top: 3em; left: 60%; color: #666666; transition: all .3s cubic-bezier(.175, .885, .32, 1.275); position: relative; } /*//edit community profil*/ .p-image.editcom { margin-top: 3.5em; left: 0%; color: #666666; transition: all .3s cubic-bezier(.175, .885, .32, 1.275); position: relative; } .p-image:hover { transition: all .3s cubic-bezier(.175, .885, .32, 1.275); } .upload-button { font-size: 1.2em; } .upload-button:hover { transition: all .3s cubic-bezier(.175, .885, .32, 1.275); color: #999; } /*END-FILE IMAGE UPLOAD*/ .circle.editprofil{ border-radius: 1000px !important; overflow: hidden; width: 100px; height: 100px; border: 6px solid #efefef; margin-left: auto; margin-right: auto; text-align: center; position: static; } .p-image.editprofil { margin-top: -2em; left: 70%; color: #666666; transition: all .3s cubic-bezier(.175, .885, .32, 1.275); position: relative; } .img-upload-profil.editprofil { display: block; margin-left: auto; margin-right: auto; width: 25%; margin-bottom: 5%; } #img_changepass{ width: 70px; height: 70px; margin-top: 0.5em; margin-bottom: 1em; } .bg-gradient-purple{ background: linear-gradient(283.62deg, #667EEA 0.64%, #764BA2 100.72%); } #img-dash2{ width: 225px; position: absolute; top: -38px; right: 10px; } .card .card-body.card-dashsub { padding: 0.5rem 1rem 0rem 1rem!important; height: 50px; } .card-footer.card-dashsub{ padding: 0.5rem 1rem 0.5rem 1rem; background-color: #fff; border: none; border-radius: 0px 0px 8px 8px; } img.artikeldash{ position:absolute; transform:translate(0, -50%); } .card .card-body.color { padding: 1rem 1.5rem !important; } /* //div scroll */ div::-webkit-scrollbar-track { background: #f5f5f5; border-radius: 15px; } div::-webkit-scrollbar { width: 7px; height: 12px; background-color: #f5f5f5; border-radius: 10px; } div::-webkit-scrollbar-button { height: 0; width: 0; } div::-webkit-scrollbar-thumb { background: linear-gradient( to bottom, #faf9da, #e0fcfa, #def0f3, #c8cfd3, #ded5e6 ); border-radius: 15px; width: 30%; } .btn-center{ display: flex; align-items: center; justify-content: center; } .navbar.nav-biru{ background: linear-gradient(159.95deg, #bce3ec 0%, #50C9C3 56.6%) !important; height: 40px !important; } .card .card-body.member { padding: 1.5rem 2rem !important; } /* //CARD MEMBRSIP */ .bg-cardpricing{ position: absolute; margin-left: 3.2em; top: -21px; height: 399px; width: 320px; left: -76px; } .fiturcard{ width: 9.5rem; height: auto; min-height: 11.5rem; margin-top: 5%; } .dash-img-profil{ height: 80px; width: 80px; margin-top: 1em; } .cd-pricing { width: 55%; min-width: 230px; min-height: 310px; height: auto; margin-top: 10%; border-radius: 10px; background-image: url("/visual/card-pricing2.png"); background-repeat: no-repeat; background-position: center; background-size: cover; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .clr-blue{ background: linear-gradient(159.95deg, #bce3ec 0%, #50C9C3 56.6%) !important; border-radius: 40px; color: white; width: 150px; text-align: center; padding: 0.5rem 0.5rem !important; border: none; outline: none; } .card.cd-pricing:hover{ border-style: solid; height: auto; margin-top: 3%; border-width: 3px; border-color: rgb(39, 208, 250); margin-top: 0em; border-radius: 10px; } .card-harga{ font-size: 23px; } .imgprice{ width: 50px; height: auto; margin-bottom: 0.5em; } a.detailmember:hover{ color: orange !important; } img.mediumsize{ width: 75px !important; height: 75px !important; margin-bottom: 1em; } /* choose paymnet module management */ #modal_pay_initial .modal-dialog{ width: 100% !important; } /* choose paymnet module management */ #modal_pay_module .modal-dialog{ width: 100% !important; } /* //modal paymet module */ .btn-blueline{ margin-top: 2%; border: 1.2px solid #b9dbde; box-sizing: border-box; border-radius: 6px; color: #777777; width: 400px; margin-right: 1em; } #btn_pay_next{ width: 30%; height: auto; margin-top: 5%; } .btn-blueline:hover{ background: linear-gradient(106.53deg, #cefffd 0%, #aacefd 56.6%); } .active.btn-blueline{ margin-top: 1em; border:3.5px solid #2e93af; box-sizing: border-box; border-radius: 6px; color: #384049; } /* //acordion payment module */ .card.border-oren{ border: 1.2px solid #b9dbde; width: 100%; border-radius: 8px; margin-bottom: 1em; } .card.border-oren.active{ border: 3.5px solid #2e93af !important; } .collapse-accordion .card-header { background-color: white !important; color: rgb(75, 75, 75); padding:0; border-bottom: none; border-radius: 8px; } .card-header.paybankmember{ background-color: white !important; color: rgb(75, 75, 75); padding: 10px; border-bottom: none; border-radius: 6px; } ul.paybankmember li { line-height: 1.3 !important; margin-left: 1em !important; } .collapse-accordion.paybankmember .card-header:hover { background: linear-gradient(106.53deg, #f7fafa 0%, #f5f9ff 56.6%); } .collapse-accordion .card-header:hover { background: linear-gradient(106.53deg, #f7fafa 0%, #f5f9ff 56.6%); } .collapse-accordion .card a[data-toggle=collapse] { display: block; padding: 0.75rem 1rem; color: grey; } .collapse-accordion .tree .active, .active li { background: #fff !important; } .collapse-accordion .card-block{ padding: 5%; } .hidendulu{ display: none; } .hidendulu.dipilih{ display: block; } /* NAVBAR NOTIF */ .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown .dropdown-item { margin-bottom: 0; padding: 10px 15px !important; cursor: pointer; } .preview-list .preview-item .preview-thumbnail.medium img, .preview-list .preview-item .preview-thumbnail .preview-icon { width: 30px !important; height: 30px !important; border-radius: 100%; } .dropdown-item.preview-item.notif{ width: 265px !important; } /* .modal_ajax .modal-content.membership{ background-color: rgba(0, 0, 0, 0.192) !important; border: none; color: white; } */ #modal_initial_membership .modal-dialog-scrollable .modal-body { overflow-y: auto; overflow-x: hidden !important; } /* MEMBERSHIP PAY CONFIRM */ .img_confirm1 { width: 35%; position: absolute; right: 0px; top: 0; border-radius: 0px 4px 0px; } .img_confirm2 { position: absolute; right: 20px; width: 27%; top: 85px; } .img_confirm3{ position: absolute; bottom: 0px; left: 0px; width: 245px; border-radius: 0px 0px 0px 4px; } #mdl-img-view{ max-height: 515px; width: auto; } /* RADIO BUTTON SETTING MODULE */ .form-check.set_mod { position: relative; display: block; margin-top: 3px !important; margin-bottom: 0px !important; padding-left: 0; } .form-check.set_mod .form-check-label input[type="radio"]:checked + .input-helper:before { background: -webkit-gradient(linear, left top, right top, from(#9bd7ff), to(#91caff)); background: linear-gradient(to right, #42cdcf, #0e97cc) !important; border-width: 0; } .form-check.set_mod .form-check-label input[type="radio"] + .input-helper:before { border: solid #95e4e1 !important; } .profile.tabbable-line > .nav-tabs.profile { border: none; margin: 0px; position: relative; left: 0 !important; } /*SUBCRIBER MANAGEMEN TAB */ .tabbable-panel { border:1px solid #eee; padding: 10px; } .tabbable-line > .nav-tabs { border: none; margin: 0px; position: relative; left: 78%; } /* dashboard setting */ .tabbable-line > .nav-tabs.dashsetting { border: none; margin: 0px; position: relative; left: 68%; } /*//member*/ .tabbable-line > .nav-tabs.member{ border: none; margin: 0px; position: relative; left: 64%; } .tabbable-line > .nav-tabs.member > li { margin-right: 5px; text-align: center; min-width: 174px; } .tabbable-line > .nav-tabs > li { margin-right: 5px; text-align: center; min-width: 100px; } .tabbable-line > .nav-tabs > li > a { border: 0; margin-right: 0; color: #737373; } .tabbable-line > .nav-tabs > li > a > i { color: #a6a6a6; } .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover { border-bottom: 3px solid rgb(80,144,247); min-width: 100px; text-align: center; } .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs.member > li:hover { border-bottom: 3px solid rgb(80,144,247); min-width: 174px; text-align: center; } .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs.member > li:hover { border-bottom: 3px solid rgb(80,144,247); min-width: 174px; text-align: center; } .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a { border: 0; background: none !important; color: #333333; } .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i { color: #a6a6a6; } .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu { margin-top: 0px; } .tabbable-line > .nav-tabs > li.active { border-bottom: 3px solid #0E5F75; position: relative; min-width: 100px; text-align: center; } /*member*/ .tabbable-line > .nav-tabs.member > li.active { border-bottom: 3px solid #0E5F75; position: relative; min-width: 174px; text-align: center; } .tabbable-line > .nav-tabs > li.active > a { border: 0; color: #333333; } .tabbable-line > .nav-tabs > li.active > a > i { color: #404040; } .tabbable-line > .tab-content { margin-top: -3px; background-color: #fff; border: 0; border-top: 1px solid #eee; padding: 15px 0; } .portlet .tabbable-line > .tab-content { padding-bottom: 0; } .form-check .form-check-label.cekbox { margin-left: 0rem !important; } .form-check.profile { position: relative; display: block; margin-top: 1px !important; margin-bottom: 1px !important; padding-left: 0; } #custom_input_regis{ padding-left: 20px; padding-right: 20px; padding-top: 5px; min-height: 427px; height: auto; } .customprofil{ padding-top: 0px !important; padding-bottom: 0px !important; border: none; margin-top: -1em; } .kananin{ text-align: right !important; } .pad-right{ padding-right: 40px; } .btn-loveme{ width: 26px !important; height: 26px !important; margin-right: 1em; } .kanankiri30px{ padding-left: 30px !important; padding-right: 30px !important; margin-bottom: 0.4em; } .mgl-1em{ margin-left: 1.5em !important; } /* //img friends sugestion */ img.konco{ width: 55px; height: 55px; } .btn.konco{ width: 100px; padding: 4px; margin-top: 0.4em; } .fototeman{ width: 100%; height: 100%; } .btn.konco2{ width: 75px; padding: 4px; } .bg-absolut{ position: absolute; } .center{ margin: auto; } .card.konco{ background: #ffffff57; border-radius: 20px; margin-bottom: 1em; width: 150px; min-height: 160px; height: auto; display: inline-block; margin-right: 1.2em; white-space: normal !important; word-break: break-word; vertical-align: top; } .close_konco{ position: absolute; right: 10px; top: 5px; } .divkonco{ height: 200px; width: 100%; overflow-x : auto; overflow-y : hidden; white-space : nowrap; margin-bottom : 0.5em; } .linkprofilesubs{ margin-top: -0.3em; margin-bottom: 2em; } .nopaddingtop{ padding-top: 0em !important; } .card .card-body.nopaddingtop { padding: 0rem 2.5rem !important; } /* /top love news */ img.lovenews{ width: 32px; height: 32px; margin: auto; } .pd-5px{ padding: 5px; } .pad-1em{ padding-bottom: 0.3em; padding-top: 1em; } .mgt-half{ margin-top: -1em; } .dikanan{ text-align: right; margin: auto; } .wd-25px{ height: 25px; width: 25px; } .mgt-1half{ margin-top: 1.5em; } .pas_tengah{ text-align: center; margin: auto; width: 100%; } /* NEWS MODULE CSS */ #news_container{ margin:0 10vw 0 10vw; } .news-card{ margin-bottom:25px; background:#ffff; } .news_content_container{ padding: 2%; } .news_pic_container{ overflow:hidden; width:200px; height:175px; margin-top: auto; margin-bottom: auto; margin-right: auto; margin-left: auto; padding: 0px; background-color: rgb(204, 208, 212); } .imgsub-cont{ height: 110px; overflow: hidden; position: relative; } /* .card-dashub{ position:absolute; transform:translate(0, -50%); } */ .picimg_news{ height: 100%; width: 100%; margin-top: auto !important; margin-bottom: auto !important; margin-right: auto !important; margin-left: auto !important; } .news-title{ margin: 0 auto; color:#62d0d0; margin-top: 0.5em; } .author_name{ font-style: italic; } .img-mini { width: 50px !important; height: 50px !important; } .img-supermini { width: 50px !important; height: 50px !important; } .img-event-card{ position: absolute; width: 50px !important; height: 50px !important; margin-top: 10px; margin-top: auto; margin-bottom: auto; border-radius: 100%; } .img-profile-friends{ height: 100px; width: auto; } .news-body{ margin: 0 auto; } .img-mid{ width:100%; } .news-info{ margin: 0 auto; text-align: center; padding:2%; } .news-content{ padding: 2%; } .news_pic_cont{ overflow:hidden; width:200px; height:180px; } .news_pic_dash{ overflow:hidden; width:Auto; height:180px; } .news_pic{ width:75%; padding:2% 10% 2% 10%; border-radius:3%; } .news-img-upload{ display: block; margin-left: auto; margin-right: auto; margin-bottom: 10%; height:auto; } /* //SETTING NAV BAR */ .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown .dropdown-item.langimg { margin-bottom: 0; padding: 5px 10px 5px 20px !important; cursor: pointer; } .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown .dropdown-item.langimg:hover { color: black !important; } .body250{ min-height: 250px; padding-left: 5%; padding-right: 5%; } .mod-header{ padding: 5%; padding-bottom: 0px !important; } .img-mdl-bottom{ position: absolute; width: 175px; height: auto; bottom: 0px; left: 0px; border-radius: 0px 0px 0px 4px; opacity: 0.3; } .img-mdl-top{ position: absolute; width: 125px; height: auto; top: 0px; right: 0px; border-radius: 4px 0px; opacity: 0.3; } ul.submember li { line-height: 1.4 !important; } .img-stretch{ width: auto; height: 170px; position: absolute; right: 0; } .card .card-body.nopadding{ padding: 1rem !important; } .nopadding{ padding: 0px; } .sidebar .nav.sub-sidebar .nav-item.sub-sidebar .nav-link { padding: 0.75rem 0 0.75rem 1.25rem !important; color: #a5a5a5 !important; } .modal-body.set-group{ padding-left: 40px !important; padding-right: 40px !important; } .profil-grup{ height: 165px !important; width: 100%; } .card-img.profil-grup{ opacity: 0.5; } .img-profil-grup{ width: 80px; height: 80px; margin-top: auto; margin-bottom: auto; position: absolute; } .head-cover-group{ margin-left: 3em; } .set-admin{ border: solid 1px #cacaca !important; } .btn-addadmingrup{ position: absolute; bottom: 0px; padding: 2px 10px 2px 10px !important; } .pas-tengah{ margin-bottom: auto; margin-top: auto; } .des-group{ min-height: 82px; } /* Small devices (portrait tablets and large phones, 600px and up) */ @media only screen and (max-width: 600px) { #img-dash2 { width: 145px; position: absolute; top: -33px; right: 10px; } .card-body.setnotifdash{ margin-top: 3em; } .mpad-0{ padding: 0em; font-size: 20px; } } /* END - MEDIA 600PX */ /*XL Extra large devices (large laptops and desktops, 1200px and up) */ @media only screen and (min-width: 1200px) { } .modal-footer.changepass{ border: none; margin-left: 10%; margin-right: 10%; margin-bottom: 5%; } #div_tipe_event{ margin-top: 0.5em !important; } .link-tbl-event { text-decoration: none; color: teal; font-size: 12px; } .sidebar .nav.sub-sidebar .nav-item.sub-sidebar .nav-link { padding: 0.75rem 0 0.75rem 1.25rem !important; color: #a5a5a5 !important; } .modal-body.set-group{ padding-left: 40px !important; padding-right: 40px !important; } .profil-grup{ height: 165px !important; width: 100%; } .card-img.profil-grup{ opacity: 0.5; } .img-profil-grup{ width: 80px; height: 80px; margin-top: auto; margin-bottom: auto; position: absolute; } .head-cover-group{ margin-left: 3em; } .set-admin{ border: solid 1px #cacaca !important; } .btn-addadmingrup{ position: absolute; bottom: 0px; padding: 2px 10px 2px 10px !important; } .pas-tengah{ margin-bottom: auto; margin-top: auto; } .des-group{ min-height: 82px; } .img-supermini{ width: 33px !important; height: 33px !important; margin-right: 10px; } .invit-member{ height: 250px; overflow-y: scroll; overflow-x: hidden; padding-left: 30px; } .img-icon-acc{ margin-top: 3em; margin-bottom: 1em; } .modal-acc{ border: none; margin-left: auto; margin-right: auto; margin-bottom: 1em; }
public/css/subscriber.css
html, body { margin: 0; height: 100%; overflow-x: hidden; overflow-y: auto; font-family: arial !important; } * { font-family: "SF Pro Display Regular", calibri !important; font-family: 'MyWebFont', Fallback, sans-serif; } @font-face { font-family: "SF Pro Display Regular"; src: url("/font/sf_pro.ttf")format("ttf"); font-weight: normal; font-style: normal; } @font-face { font-family: "SF Pro Display Regular"; src: url("/font/sf_pro.ttf"); } body::-webkit-scrollbar-track { background: #F5F5F5; } body::-webkit-scrollbar { width: 7px; background-color: #F5F5F5; } body::-webkit-scrollbar-thumb { background:linear-gradient(to bottom, #fffcaf, #ffe7a7, #ffd4aa, #ffc3b2, #ffb6bc); } a:hover{ text-decoration: none !important; color: teal !important; } /*/---------------------------------------------------//*/ .dropdown .dropdown-menu .dropdown-item:hover { background-color: #d9d9d9 !important; color: #ffffff !important; } .content-wrapper{ padding: 1rem 1.5rem !important; } .page-header{ margin: 0 0 1rem 0 !important; } .btn.btn-fw { min-width: 115px !important; } .card .card-body { padding: 2.5rem 2.5rem !important; } /*imgae input file*/ .image-upload > input { display: none; } .image-upload img { width: 100px; height: 100px; cursor: pointer; } /*end-imgae input*/ .sidebar .nav.sub-sidebar .nav-item.sub-sidebar .nav-link { padding: 0.75rem 0 0.75rem 1.25rem !important; color: #a5a5a5 !important; } .text-imgedit { position: absolute; top:-200px; bottom:0; left:48.5%; right:0; display: table; vertical-align:middle; opacity:0; margin: auto; text-align: center; } .text-imgedit { text-align:center; transition: .5s ease-in-out all; } .image-upload:hover img { opacity:.4; } .image-upload:hover .text-imgedit{ opacity:1; } /*MODAL INITIAL LOGIN */ #initial1 .modal-content{ height: 440px; background-color: #ffffff !important; } #initial2 .modal-content{ height: auto; background-color: #ffffff !important; } #initial3 .modal-content{ height: 440px; background-color: #ffffff !important; } #img-initial1{ width: 55%; height: auto; margin-bottom: 1.5em; margin-top: 2em; } #img-initial2{ width: 35%; height: auto; margin-bottom: 1em; margin-top: 0.5em; } #img-initial3{ width: 55%; height: auto; margin-bottom: 1.5em; margin-top: 2em; } #btn-initial1{ border-radius: 6px; margin-top: 1em; } #btn-initial2{ border-radius: 6px; margin-top: 0.5em; margin-bottom: 0.5em; } #btn-initial3{ border-radius: 6px; margin-top: 0.5em; margin-bottom: 0.5em; } /*END-MODAL INITIAL*/ /*ICON SIDEBAR MINIMIZE*/ .navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini img { width: auto !important; max-width: 100%; height: 28px; margin: auto; } /*dashboard subscriber*/ .card .card-body.sumari { padding: 1rem 1rem !important; border: none; } .card-header.sumari { border: none; } .pad-5px{ padding: 5px !important; border: none; } .top-ico-right{ position: absolute; right: 0; top: 0; } .col.icon-atas{ position: absolute; right: 20px; top: 10px; font-size: 25px; } .bg-pastel-red{ background: linear-gradient(to right, #ffcea4, #fdd8e1) !important; } .cdgrey{ color: #656565; } .cgrey{ color: rgb(95, 95, 95); } .cputih{ color: white; } .cwhite{ color: white; } .cgrey-mid{ color: #777777; } .clight{ color: #BDBDBD !important; } .cteal{ color: #0E5F75; } .cteal2{ color: #4596ad; } .ctosca{ color: #4596ad; } .coren{ color: #FF9A44; } .cgrey1{ color: #828282; } .cgrey2{ color: #8c8c8c; } .cblue{ color: #0FB1B5; } .cred{ color: red; } .cgreen{ color: #27AE60; } .s18{ font-size: 16px; } .s16{ font-size: 16px; } .s15{ font-size: 15px; } .s12{ font-size: 12px; } .s11{ font-size: 11px; } .s10{ font-size: 10px; } .s13{ font-size: 13px; } .s14{ font-size: 14px; } .s19{ font-size: 19px; } .s20{ font-size: 20px; } .s21{ font-size: 21px; } .s22{ font-size: 22px; } .s24{ font-size: 25px; } .s25{ font-size: 25px; } .s27{ font-size: 27px; } .s30{ font-size: 30px; } .s32{ font-size: 32px; } .s35{ font-size: 35px; } /* ______________________________ */ /* mas adi */ /* .modal.modal_ajax{ background: radial-gradient(#ffffffd1, #118655b0); } */ .modal.modal_ajax{ background: radial-gradient(#ffffff7a, #caf7ff45); } .modal_ajax .modal-content{ background-color: #fff0 !important; border: none; color: white; } .modal-content { background-color: #ffffff !important; border: none; } .label-oren{ background: linear-gradient(106deg, #FC6076 -2.66%, #FF9A44 102.89%); border-radius: 10px; } .bg-hijau{ background-color: #cbe8b9 !important; } .bg-ijo{ background: linear-gradient(106deg, #43b95f -2.66%, #b3e273 102.89%); border: none; } .bg-merah{ background-color: #ffd6d6; } .bg-kuning{ background-color: #fcf5b0; } .bg-abu{ background-color: #cacaca; } .bg-biru{ background-color: #beebe9; } .bg-tosca{ background-color: #50b7b9; } .btn-ready-card{ background: linear-gradient(106deg, #FC6076 -2.66%, #FF9A44 102.89%); border-radius: 15px; font-size: 0.65rem !important; } .mgb-04-03{ margin-bottom: 0.4em; margin-top: -0.3em; } .mgb-05{ margin-bottom: 0.5em; } .bg-gradient-kuning{ background: linear-gradient(106.53deg, #efeac4 0%, #f1f1f1 56.6%); } .bg-gradient-blue{ background: linear-gradient(106.53deg, #91e4e0 0%, #80d8d4 56.6%); } .bg-gradient-abublue { background: linear-gradient(106.53deg, #bde6ea 0%, #bcd1e4 56.6%); } .bg-gradient-abupurple { background: linear-gradient(129.53deg, #efe4f2 30%, #ddcfff 90%); } .melengkung15px{ border-radius: 15px !important; } .melengkung10px{ border-radius: 10px !important; } .melengkung8px{ border-radius: 8px !important; } .melengkung6px{ border-radius: 6px !important; } .detilhref{ border-radius: 20px !important; width: 30px !important; height: 30px !important; } .mdi.matadetail{ position: relative !important; top: 7px !important; } .round-label{ min-width: 80px; border-radius: 12px; color: white; } .zoom:hover { -ms-transform: scale(1.5); /* IE 9 */ -webkit-transform: scale(1.5); /* Safari 3-8 */ transform: scale(1.5); } #mdl-img-click .modal-header { border: none; background-color: #f2edf300; padding: none; } #mdl-img-click .modal-content { border: none; background-color: #f2edf300; } .putih.card-header{ background-color: white !important; font-weight: bold; padding-top: 1em; padding-bottom: 1em; min-height: 63px; } .putih.card-footer{ background-color: white !important; border: none; } .btn-ijo{ background: #299643; color: white; border-radius: 10px; font-weight: lighter !important; border: none; } .btn-gradient-ijo{ background: linear-gradient(117.13deg, #22bf6f 0%, #6adc6a 56.6%); color: white; border-radius: 10px; font-weight: lighster !important; border: none; min-width: 75px;; } .btn-ijo:hover{ background: linear-gradient(to right, #a7f97c, #43b95f); } .mt-01{ margin-top: 1em; } .mb-01{ margin-bottom: 1em; } .mb-1half{ margin-bottom: 1.5em; } .tebal{ font-weight: bold; } .btn-teal{ background-color: #0E5F75; border-radius: 6px; color: white; } .btn-white{ background-color: #fff; border-radius: 6px; color: #656565; min-width: 150px; } .btn-birumuda{ background: linear-gradient(117.13deg, #96DEDA 0%, #50C9C3 56.6%); border-radius: 6px; border: none; color: white; } .input-abu{ border-radius: 10px; background-color: #efefef; outline: none !important; border-radius: none; } .sidebar .nav .nav-item { padding: 0 1.5rem !important; } .btn-tosca { background: linear-gradient(125.96deg, #96deda 0%, #50c9c3 56.6%); color: white; min-width: 15%; border-radius: 10px; border: none; } .btn-purpleabu { background: linear-gradient(125.96deg, #a9a4cd 0%, #8093d8 56.6%); color: white; min-width: 15%; border-radius: 10px; border: none; } .btn-abu { background: linear-gradient(125.96deg, #ded0d0 0%, #c3cdd6 56.6%); color: white; min-width: 15%; border-radius: 10px; border: none; } .btn-ijo { background: linear-gradient(125.96deg, #0fb34e 0%, #5cc377 56.6%); color: white; min-width: 15%; border-radius: 10px; } .btn-oren{ background: linear-gradient(108.22deg, #FC6076 -2.66%, #FF9A44 102.89%); color: white; border-radius: 10px; } .btn-oren2{ background: linear-gradient(108.22deg, #eca64e -2.66%, #efce5d 102.89%); color: white; border-radius: 10px; } .mgtop-minus-1em{ margin-top: -1em; } /* //PAGINATION DATATABLE */ .pagination { font-size: 11px !important; } .page-item.active .page-link { z-index: 1 !important; color: #fff !important; background-color: #0e5f75 !important; border: none !important; border-radius: 10px !important; min-width: 30px !important; text-align: center !important; } .paginate_button.page-item { margin-left: 3px !important; margin-right: 3px !important; border-radius: 10px !important; } .page-item:last-child .page-link { background-color: #f3f2f7 !important; border: none !important; border-radius: 10px !important; } .page-item.disabled .page-link { background-color: #f3f2f7 !important; border: none !important; border-radius: 10px !important; } .page-item:first-child .page-link { background-color: #f3f2f7 !important; border: none !important; border-radius: 10px !important; } .pagination a.page-link { border: none !important; color: rgb(88, 88, 88) !important; font-weight: bold; } .pagination a.page-link { border: none !important; border-radius: 10px !important; text-align: center !important; } .paginate_button.page-item { margin-left: 3px !important; margin-right: 3px !important; } div.dataTables_wrapper div.dataTables_filter input { border-radius: 8px !important; } /* //end-PGINATION DATATBLE */ /* SIDEBAR SUPERADMIN */ .sidebar .nav .nav-item .nav-link { padding: 0.75rem 0 0.75rem 0 !important; color: #a5a5a5 !important; } .sidebar .nav .nav-item .nav-link i.menu-icon { color: #b5b5b5 !important; } .sidebar .nav .nav-item.active .nav-link i.menu-icon { color: #0e5f75 !important; } .sidebar .nav .nav-item.active > .nav-link i { color: #0e5f75 !important; } .sidebar .nav .nav-item.active > .nav-link .menu-title { color: #0e5f75 !important; font-weight: bold; } /* END- SIDEBAR SUPERADMIN */ /* FOOTER */ .footer { background: #ffffff !important; padding: 20px 1rem !important; border: none; } .footer a { color: #888888; font-size: inherit; } /* END FOOTER */ /* NEW FROM SUPERADMIN */ /* //modal scroll */ .modal-body::-webkit-scrollbar-track { background: #f5f5f5; } .modal-body::-webkit-scrollbar { width: 7px; background-color: #f5f5f5; } .modal-body::-webkit-scrollbar-thumb { background: linear-gradient( to bottom, #faf9da, #e0fcfa, #def0f3, #c8cfd3, #ded5e6 ); } #mdl-img-click .modal-content { background-color: #ffffff00 !important; border: none; } #tab_transaction_param .card .card-body { padding: 1.5rem 1.5rem !important; } #tab_transaction_param { border: 1px solid #d9d9d9; } .dropdown .dropdown-menu .dropdown-item:hover { background-color: #d9d9d9 !important; color: #ffffff !important; } .page-header { margin: 0 0 1rem 0; } .sidebar .nav .nav-item { padding: 0 1.25rem !important; } .navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini img { width: auto !important; max-width: 100%; height: 28px; margin: auto; } .content-wrapper { padding: 1rem 1.5rem !important; } .form-group { margin-bottom: 0.5rem !important; } .bg-grey { background-color: #ebedf2; } .redhide { display: none; color: red; font-size: 12px; } .text-wrap { white-space: normal !important; word-break: break-word; vertical-align: top; } .width-500 { width: 500px !important; } .width-450 { width: 450px !important; } .width-400 { width: 400px !important; } .width-300 { width: 300px !important; } .width-200 { width: 200px !important; } .width-250 { width: 250px !important; } .width-150 { width: 150px !important; } .width-100 { width: 100px !important; } .putih { background-color: #ffffff !important; } /* btn datatble export */ button.dt-button, div.dt-button, a.dt-button { position: relative; display: inline-block; box-sizing: border-box; margin-right: 0.333em !important; margin-bottom: 0.333em !important; padding: 0.3em 0.5em !important; /* border: 1px solid #dcdcdc !important; */ border: none !important; border-radius: 6px !important; cursor: pointer; font-size: 0.88em; line-height: 1em !important; color: black; white-space: nowrap; overflow: hidden; background: linear-gradient( 106.53deg, #e6e9ea 0%, #e4f2f7 56.6% ) !important; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9'); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-decoration: none; outline: none; text-overflow: ellipsis; } .bg-hijau { background-color: #cbe8b9; } .bg-ijo { background: linear-gradient(106deg, #43b95f -2.66%, #b3e273 102.89%); border: none; } .bg-merah { background-color: #ffd6d6; } .bg-kuning { background-color: #fcf5b0; } .bg-abu { background-color: #cacaca; } .bg-biru { background-color: #c1e4e3; } .bg-biru { background-color: #c1e4e3; } .bg-tosca { background-color: #50b7b9; } #img_signout_subs{ width: 90px; height: 90px; margin-top: 2em; margin-bottom: 1.5em; } .img-modal-teman{ width: 90px; height: 90px; margin-top: 2em; margin-bottom: 1.5em; } /*//IMAGE UPLOAD BUNDER - FILE BROWSER*/ .img-upload-profil{ display: block; margin-left: auto; margin-right: auto; width: 25%; margin-top: 1em; margin-bottom: 10%; } .profile-pic { max-width: 128px; max-height: 128px; width: 100%; height: 100%; display: block; } .file-upload { display: none; } .detail_member{ padding-left: 15%; padding-right: 15%; } .bunder-ring { border-radius: 1000px !important; overflow: hidden; width: 125px; height: 125px; border: 8px solid #efefef; margin-left: auto; margin-right: auto; text-align: center; margin-bottom: 1em; } .bunder-ring-mid { border-radius: 1000px !important; overflow: hidden; width: 102px; height: 102px; border: 5px solid #efefef; margin-left: auto; margin-right: auto; text-align: center; margin-bottom: 1em; } .img_file_bayar_subs{ background: #f1f1f1; border-radius: 10%; width: 250px; height: 250px; text-align: center; border: none; margin-bottom: 1em; } .icon-req-member{ width: 60px; height: 60px; } .bunder-ring2 { border-radius: 1000px !important; overflow: hidden; width: 80px; height: 80px; border: 6px solid #efefef; margin-left: auto; margin-right: auto; text-align: center; margin-bottom: 1em; margin-left: 5em; } .circle { border-radius: 1000px !important; overflow: hidden; width: 128px; height: 128px; border: 8px solid #efefef; position: absolute; top: 72px; margin-left: auto; margin-right: auto; text-align: center; } img .profile-pic { max-width: 100%; height: auto; } .p-image { margin-top: 3em; left: 60%; color: #666666; transition: all .3s cubic-bezier(.175, .885, .32, 1.275); position: relative; } /*//edit community profil*/ .p-image.editcom { margin-top: 3.5em; left: 0%; color: #666666; transition: all .3s cubic-bezier(.175, .885, .32, 1.275); position: relative; } .p-image:hover { transition: all .3s cubic-bezier(.175, .885, .32, 1.275); } .upload-button { font-size: 1.2em; } .upload-button:hover { transition: all .3s cubic-bezier(.175, .885, .32, 1.275); color: #999; } /*END-FILE IMAGE UPLOAD*/ .circle.editprofil{ border-radius: 1000px !important; overflow: hidden; width: 100px; height: 100px; border: 6px solid #efefef; margin-left: auto; margin-right: auto; text-align: center; position: static; } .p-image.editprofil { margin-top: -2em; left: 70%; color: #666666; transition: all .3s cubic-bezier(.175, .885, .32, 1.275); position: relative; } .img-upload-profil.editprofil { display: block; margin-left: auto; margin-right: auto; width: 25%; margin-bottom: 5%; } #img_changepass{ width: 70px; height: 70px; margin-top: 0.5em; margin-bottom: 1em; } .bg-gradient-purple{ background: linear-gradient(283.62deg, #667EEA 0.64%, #764BA2 100.72%); } #img-dash2{ width: 225px; position: absolute; top: -38px; right: 10px; } .card .card-body.card-dashsub { padding: 0.5rem 1rem 0rem 1rem!important; height: 50px; } .card-footer.card-dashsub{ padding: 0.5rem 1rem 0.5rem 1rem; background-color: #fff; border: none; border-radius: 0px 0px 8px 8px; } img.artikeldash{ position:absolute; transform:translate(0, -50%); } .card .card-body.color { padding: 1rem 1.5rem !important; } /* //div scroll */ div::-webkit-scrollbar-track { background: #f5f5f5; border-radius: 15px; } div::-webkit-scrollbar { width: 7px; height: 12px; background-color: #f5f5f5; border-radius: 10px; } div::-webkit-scrollbar-button { height: 0; width: 0; } div::-webkit-scrollbar-thumb { background: linear-gradient( to bottom, #faf9da, #e0fcfa, #def0f3, #c8cfd3, #ded5e6 ); border-radius: 15px; width: 30%; } .btn-center{ display: flex; align-items: center; justify-content: center; } .navbar.nav-biru{ background: linear-gradient(159.95deg, #bce3ec 0%, #50C9C3 56.6%) !important; height: 40px !important; } .card .card-body.member { padding: 1.5rem 2rem !important; } /* //CARD MEMBRSIP */ .bg-cardpricing{ position: absolute; margin-left: 3.2em; top: -21px; height: 399px; width: 320px; left: -76px; } .fiturcard{ width: 9.5rem; height: auto; min-height: 11.5rem; margin-top: 5%; } .dash-img-profil{ height: 80px; width: 80px; margin-top: 1em; } .cd-pricing { width: 55%; min-width: 230px; min-height: 310px; height: auto; margin-top: 10%; border-radius: 10px; background-image: url("/visual/card-pricing2.png"); background-repeat: no-repeat; background-position: center; background-size: cover; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .clr-blue{ background: linear-gradient(159.95deg, #bce3ec 0%, #50C9C3 56.6%) !important; border-radius: 40px; color: white; width: 150px; text-align: center; padding: 0.5rem 0.5rem !important; border: none; outline: none; } .card.cd-pricing:hover{ border-style: solid; height: auto; margin-top: 3%; border-width: 3px; border-color: rgb(39, 208, 250); margin-top: 0em; border-radius: 10px; } .card-harga{ font-size: 23px; } .imgprice{ width: 50px; height: auto; margin-bottom: 0.5em; } a.detailmember:hover{ color: orange !important; } img.mediumsize{ width: 75px !important; height: 75px !important; margin-bottom: 1em; } /* choose paymnet module management */ #modal_pay_initial .modal-dialog{ width: 100% !important; } /* choose paymnet module management */ #modal_pay_module .modal-dialog{ width: 100% !important; } /* //modal paymet module */ .btn-blueline{ margin-top: 2%; border: 1.2px solid #b9dbde; box-sizing: border-box; border-radius: 6px; color: #777777; width: 400px; margin-right: 1em; } #btn_pay_next{ width: 30%; height: auto; margin-top: 5%; } .btn-blueline:hover{ background: linear-gradient(106.53deg, #cefffd 0%, #aacefd 56.6%); } .active.btn-blueline{ margin-top: 1em; border:3.5px solid #2e93af; box-sizing: border-box; border-radius: 6px; color: #384049; } /* //acordion payment module */ .card.border-oren{ border: 1.2px solid #b9dbde; width: 100%; border-radius: 8px; margin-bottom: 1em; } .card.border-oren.active{ border: 3.5px solid #2e93af !important; } .collapse-accordion .card-header { background-color: white !important; color: rgb(75, 75, 75); padding:0; border-bottom: none; border-radius: 8px; } .card-header.paybankmember{ background-color: white !important; color: rgb(75, 75, 75); padding: 10px; border-bottom: none; border-radius: 6px; } ul.paybankmember li { line-height: 1.3 !important; margin-left: 1em !important; } .collapse-accordion.paybankmember .card-header:hover { background: linear-gradient(106.53deg, #f7fafa 0%, #f5f9ff 56.6%); } .collapse-accordion .card-header:hover { background: linear-gradient(106.53deg, #f7fafa 0%, #f5f9ff 56.6%); } .collapse-accordion .card a[data-toggle=collapse] { display: block; padding: 0.75rem 1rem; color: grey; } .collapse-accordion .tree .active, .active li { background: #fff !important; } .collapse-accordion .card-block{ padding: 5%; } .hidendulu{ display: none; } .hidendulu.dipilih{ display: block; } /* NAVBAR NOTIF */ .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown .dropdown-item { margin-bottom: 0; padding: 10px 15px !important; cursor: pointer; } .preview-list .preview-item .preview-thumbnail.medium img, .preview-list .preview-item .preview-thumbnail .preview-icon { width: 30px !important; height: 30px !important; border-radius: 100%; } .dropdown-item.preview-item.notif{ width: 265px !important; } /* .modal_ajax .modal-content.membership{ background-color: rgba(0, 0, 0, 0.192) !important; border: none; color: white; } */ #modal_initial_membership .modal-dialog-scrollable .modal-body { overflow-y: auto; overflow-x: hidden !important; } /* MEMBERSHIP PAY CONFIRM */ .img_confirm1 { width: 35%; position: absolute; right: 0px; top: 0; border-radius: 0px 4px 0px; } .img_confirm2 { position: absolute; right: 20px; width: 27%; top: 85px; } .img_confirm3{ position: absolute; bottom: 0px; left: 0px; width: 245px; border-radius: 0px 0px 0px 4px; } #mdl-img-view{ max-height: 515px; width: auto; } /* RADIO BUTTON SETTING MODULE */ .form-check.set_mod { position: relative; display: block; margin-top: 3px !important; margin-bottom: 0px !important; padding-left: 0; } .form-check.set_mod .form-check-label input[type="radio"]:checked + .input-helper:before { background: -webkit-gradient(linear, left top, right top, from(#9bd7ff), to(#91caff)); background: linear-gradient(to right, #42cdcf, #0e97cc) !important; border-width: 0; } .form-check.set_mod .form-check-label input[type="radio"] + .input-helper:before { border: solid #95e4e1 !important; } .profile.tabbable-line > .nav-tabs.profile { border: none; margin: 0px; position: relative; left: 0 !important; } /*SUBCRIBER MANAGEMEN TAB */ .tabbable-panel { border:1px solid #eee; padding: 10px; } .tabbable-line > .nav-tabs { border: none; margin: 0px; position: relative; left: 78%; } /* dashboard setting */ .tabbable-line > .nav-tabs.dashsetting { border: none; margin: 0px; position: relative; left: 68%; } /*//member*/ .tabbable-line > .nav-tabs.member{ border: none; margin: 0px; position: relative; left: 64%; } .tabbable-line > .nav-tabs.member > li { margin-right: 5px; text-align: center; min-width: 174px; } .tabbable-line > .nav-tabs > li { margin-right: 5px; text-align: center; min-width: 100px; } .tabbable-line > .nav-tabs > li > a { border: 0; margin-right: 0; color: #737373; } .tabbable-line > .nav-tabs > li > a > i { color: #a6a6a6; } .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover { border-bottom: 3px solid rgb(80,144,247); min-width: 100px; text-align: center; } .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs.member > li:hover { border-bottom: 3px solid rgb(80,144,247); min-width: 174px; text-align: center; } .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs.member > li:hover { border-bottom: 3px solid rgb(80,144,247); min-width: 174px; text-align: center; } .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a { border: 0; background: none !important; color: #333333; } .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i { color: #a6a6a6; } .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu { margin-top: 0px; } .tabbable-line > .nav-tabs > li.active { border-bottom: 3px solid #0E5F75; position: relative; min-width: 100px; text-align: center; } /*member*/ .tabbable-line > .nav-tabs.member > li.active { border-bottom: 3px solid #0E5F75; position: relative; min-width: 174px; text-align: center; } .tabbable-line > .nav-tabs > li.active > a { border: 0; color: #333333; } .tabbable-line > .nav-tabs > li.active > a > i { color: #404040; } .tabbable-line > .tab-content { margin-top: -3px; background-color: #fff; border: 0; border-top: 1px solid #eee; padding: 15px 0; } .portlet .tabbable-line > .tab-content { padding-bottom: 0; } .form-check .form-check-label.cekbox { margin-left: 0rem !important; } .form-check.profile { position: relative; display: block; margin-top: 1px !important; margin-bottom: 1px !important; padding-left: 0; } #custom_input_regis{ padding-left: 20px; padding-right: 20px; padding-top: 5px; min-height: 427px; height: auto; } .customprofil{ padding-top: 0px !important; padding-bottom: 0px !important; border: none; margin-top: -1em; } .kananin{ text-align: right !important; } .pad-right{ padding-right: 40px; } .btn-loveme{ width: 26px !important; height: 26px !important; margin-right: 1em; } .kanankiri30px{ padding-left: 30px !important; padding-right: 30px !important; margin-bottom: 0.4em; } .mgl-1em{ margin-left: 1.5em !important; } /* //img friends sugestion */ img.konco{ width: 55px; height: 55px; } .btn.konco{ width: 100px; padding: 4px; margin-top: 0.4em; } .fototeman{ width: 100%; height: 100%; } .btn.konco2{ width: 75px; padding: 4px; } .bg-absolut{ position: absolute; } .center{ margin: auto; } .card.konco{ background: #ffffff57; border-radius: 20px; margin-bottom: 1em; width: 150px; min-height: 160px; height: auto; display: inline-block; margin-right: 1.2em; white-space: normal !important; word-break: break-word; vertical-align: top; } .close_konco{ position: absolute; right: 10px; top: 5px; } .divkonco{ height: 200px; width: 100%; overflow-x : auto; overflow-y : hidden; white-space : nowrap; margin-bottom : 0.5em; } .linkprofilesubs{ margin-top: -0.3em; margin-bottom: 2em; } .nopaddingtop{ padding-top: 0em !important; } .card .card-body.nopaddingtop { padding: 0rem 2.5rem !important; } /* /top love news */ img.lovenews{ width: 32px; height: 32px; margin: auto; } .pd-5px{ padding: 5px; } .pad-1em{ padding-bottom: 0.3em; padding-top: 1em; } .mgt-half{ margin-top: -1em; } .dikanan{ text-align: right; margin: auto; } .wd-25px{ height: 25px; width: 25px; } .mgt-1half{ margin-top: 1.5em; } .pas_tengah{ text-align: center; margin: auto; width: 100%; } /* NEWS MODULE CSS */ #news_container{ margin:0 10vw 0 10vw; } .news-card{ margin-bottom:25px; background:#ffff; } .news_content_container{ padding: 2%; } .news_pic_container{ overflow:hidden; width:200px; height:175px; margin-top: auto; margin-bottom: auto; margin-right: auto; margin-left: auto; padding: 0px; background-color: rgb(204, 208, 212); } .imgsub-cont{ height: 110px; overflow: hidden; position: relative; } /* .card-dashub{ position:absolute; transform:translate(0, -50%); } */ .picimg_news{ height: 100%; width: 100%; margin-top: auto !important; margin-bottom: auto !important; margin-right: auto !important; margin-left: auto !important; } .news-title{ margin: 0 auto; color:#62d0d0; margin-top: 0.5em; } .author_name{ font-style: italic; } .img-mini { width: 50px !important; height: 50px !important; } .img-supermini { width: 50px !important; height: 50px !important; } .img-event-card{ position: absolute; width: 50px !important; height: 50px !important; margin-top: 10px; margin-top: auto; margin-bottom: auto; border-radius: 100%; } .img-profile-friends{ height: 100px; width: auto; } .news-body{ margin: 0 auto; } .img-mid{ width:100%; } .news-info{ margin: 0 auto; text-align: center; padding:2%; } .news-content{ padding: 2%; } .news_pic_cont{ overflow:hidden; width:200px; height:180px; } .news_pic_dash{ overflow:hidden; width:Auto; height:180px; } .news_pic{ width:75%; padding:2% 10% 2% 10%; border-radius:3%; } .news-img-upload{ display: block; margin-left: auto; margin-right: auto; margin-bottom: 10%; height:auto; } /* //SETTING NAV BAR */ .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown .dropdown-item.langimg { margin-bottom: 0; padding: 5px 10px 5px 20px !important; cursor: pointer; } .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown .dropdown-item.langimg:hover { color: black !important; } .body250{ min-height: 250px; padding-left: 5%; padding-right: 5%; } .mod-header{ padding: 5%; padding-bottom: 0px !important; } .img-mdl-bottom{ position: absolute; width: 175px; height: auto; bottom: 0px; left: 0px; border-radius: 0px 0px 0px 4px; opacity: 0.3; } .img-mdl-top{ position: absolute; width: 125px; height: auto; top: 0px; right: 0px; border-radius: 4px 0px; opacity: 0.3; } ul.submember li { line-height: 1.4 !important; } .img-stretch{ width: auto; height: 170px; position: absolute; right: 0; } .card .card-body.nopadding{ padding: 1rem !important; } .nopadding{ padding: 0px; } .sidebar .nav.sub-sidebar .nav-item.sub-sidebar .nav-link { padding: 0.75rem 0 0.75rem 1.25rem !important; color: #a5a5a5 !important; } .modal-body.set-group{ padding-left: 40px !important; padding-right: 40px !important; } .profil-grup{ height: 165px !important; width: 100%; } .card-img.profil-grup{ opacity: 0.5; } .img-profil-grup{ width: 80px; height: 80px; margin-top: auto; margin-bottom: auto; position: absolute; } .head-cover-group{ margin-left: 3em; } .set-admin{ border: solid 1px #cacaca !important; } .btn-addadmingrup{ position: absolute; bottom: 0px; padding: 2px 10px 2px 10px !important; } .pas-tengah{ margin-bottom: auto; margin-top: auto; } .des-group{ min-height: 82px; } /* Small devices (portrait tablets and large phones, 600px and up) */ @media only screen and (max-width: 600px) { #img-dash2 { width: 145px; position: absolute; top: -33px; right: 10px; } .card-body.setnotifdash{ margin-top: 3em; } .mpad-0{ padding: 0em; font-size: 20px; } } /* END - MEDIA 600PX */ /*XL Extra large devices (large laptops and desktops, 1200px and up) */ @media only screen and (min-width: 1200px) { } .modal-footer.changepass{ border: none; margin-left: 10%; margin-right: 10%; margin-bottom: 5%; } #div_tipe_event{ margin-top: 0.5em !important; } .link-tbl-event { text-decoration: none; color: teal; font-size: 12px; } .sidebar .nav.sub-sidebar .nav-item.sub-sidebar .nav-link { padding: 0.75rem 0 0.75rem 1.25rem !important; color: #a5a5a5 !important; } .modal-body.set-group{ padding-left: 40px !important; padding-right: 40px !important; } .profil-grup{ height: 165px !important; width: 100%; } .card-img.profil-grup{ opacity: 0.5; } .img-profil-grup{ width: 80px; height: 80px; margin-top: auto; margin-bottom: auto; position: absolute; } .head-cover-group{ margin-left: 3em; } .set-admin{ border: solid 1px #cacaca !important; } .btn-addadmingrup{ position: absolute; bottom: 0px; padding: 2px 10px 2px 10px !important; } .pas-tengah{ margin-bottom: auto; margin-top: auto; } .des-group{ min-height: 82px; } .img-supermini{ width: 33px !important; height: 33px !important; margin-right: 10px; } .invit-member{ height: 250px; overflow-y: scroll; overflow-x: hidden; padding-left: 30px; } .img-icon-acc{ margin-top: 3em; margin-bottom: 1em; } .modal-acc{ border: none; margin-left: auto; margin-right: auto; margin-bottom: 1em; }
0.272993
0.050705
*, body, h1, h2, h3, h4 { font-family: Quicksand, sans-serif; font-weight: 400; letter-spacing: 0.5px; } .smart-form .label, th { font-weight: 500; } #logo { margin-top: 3px; } #logo img { width: auto; height: 40px; padding-left: 3px; } .jarvismetro-tile .iconbox span { display: block; text-align: center; font-size: 12px; } sup.color-red { color: red; font-weight: bold; } .row { margin-right: -13px; margin-left: -13px; } .table_thumb, .table_thumb img { max-width: 40px; max-height: 40px; } .actioncell { min-width: 70px; } .have_data { border: 1px solid #BDBDBD; width: 100%; } .have_data>div { font: 13px/16px 'Open Sans', Helvetica, Arial, sans-serif; height: 20px; line-height: 20px; padding: 5px 10px; } .smart-form .col-12 { width: 100%; } .one_set { background-color: rgb(232, 232, 232); padding: 10px; border-radius: 10px; } [data-toggle=buttons]>.btn input[type=radio] { width: initial!important; } /** * PAGE - DASHBOARD */ .dash-count { color: white; padding-left: 30px; padding-right: 30px; } .count-title { font-size: 20px; } .counter { font-size: 40px; } /* Email Blast Modal Box */ .modal-title { color: #212121; font-size: 26px; float: left; font-weight: 700; } .modal-content { border-radius: 2px; padding: 40px; } .modal-header { padding: 0 0 20px 0; } .modal-body { padding: 0; } .modal-dialog { max-width: 100%; } /* Email Blast */ .wrapper-title { font-size: 16px; color: #595959; margin: 15px 0px 15px 0px; font-weight: 600; } .wrapper input[type="checkbox"] { margin: 8px 8px 8px 0; } .wrapper .check-all { margin-bottom: 15px; } /*page set pemeneng*/ .smart-form .select2-container .select2-choice, .smart-form .select2-selection { padding: 0 8px; } .select2-results li { padding: 5px; } .form-inline .hasinput .input-group, .form-inline .hasinput .form-group { width: 100% !important; } /* DATATABLES RESPONSIVE Highlight*/ td.highlighted, li.highlighted { background-color: antiquewhite; } .margin-bottom-20 { margin-bottom: 20px; } .each_data.hide { display: none !important; } .each_data.show { display: table-row !important; } .smart-form .state-error input, .smart-form .state-error select, .smart-form .state-error textarea, .smart-form .radio.state-error i, .smart-form .checkbox.state-error i, .smart-form .toggle.state-error i, .smart-form .state-error .select2-selection { background: #fff0f0; border-color: #A90329; } .m-top-25 { margin-top: 25px; } .hide_select { display: none; } .smart-form .select2-selection__choice { padding: 1px 28px 1px 8px; margin: 4px 0 3px 5px; box-sizing: border-box; -moz-box-sizing: border-box; } .smart-form .select2-selection__choice__remove { padding: 3px 4px 3px 6px; box-sizing: border-box; -moz-box-sizing: border-box } .shape_row { background-color: #d0d0d0; margin: 10px !important; padding: 10px; border-radius: 10px; } .select2-container--default .select2-search--inline .select2-search__field { width: 100% !important; } /* Yakult Loading */ .cssload-box-loading:after { background: url('../img/yakultbottle.png') center center no-repeat; } .dataTables_wrapper { overflow: hidden; } .dataTables_processing { width: 100%; height: 1000px; background: rgba(256, 256, 256, 0.90) !important; font-size: 0px; text-indent: -100%; z-index: 5; } .dataTables_processing:before { content: ''; width: 44px; height: 4px; background: rgb(49, 143, 68); opacity: 0.1; position: absolute; top: 112px; left: 50%; margin-left: -22px; border-radius: 50%; animation: shadow 1.16s linear infinite; -o-animation: shadow 1.16s linear infinite; -ms-animation: shadow 1.16s linear infinite; -webkit-animation: shadow 1.16s linear infinite; -moz-animation: shadow 1.16s linear infinite; } .dataTables_processing:after { content: ''; width: 44px; height: 44px; background: url('../img/yakultbottle.png') center center no-repeat; position: absolute; top: 60px; left: 50%; margin-left: -22px; border-radius: 3px; animation: cssload-animate 2.32s linear infinite; -o-animation: cssload-animate 2.32s linear infinite; -ms-animation: cssload-animate 2.32s linear infinite; -webkit-animation: cssload-animate 2.32s linear infinite; -moz-animation: cssload-animate 2.32s linear infinite; } .dataTables_length { float: right; } .add-image-preview { overflow: hidden; } /* color picker */ .colorpicker-2x .colorpicker-saturation { width: 200px; height: 200px; } .colorpicker-2x .colorpicker-hue, .colorpicker-2x .colorpicker-alpha { width: 30px; height: 200px; } .colorpicker-2x .colorpicker-color, .colorpicker-2x .colorpicker-color div { height: 30px; } .input-group-btn button.clear-filter { border: 1px solid #ccc; } .list-thumbs { max-height: 100px; } .csr-thumbs { max-width: 250px; } .reset-rating{ color: #F44336; cursor: pointer; } .label-unapproved { background-color: #4CAF50; } .label-approved { background-color: #2196F3; } .label-rejected { background-color: #F44336; } .center{ text-align: center; } input[readonly], textarea[readonly] { background-color:#eee !important; } .select2-container--default .select2-search--inline .select2-search__field { height: 28px; line-height: 28px; margin: 0px; } .select2-container--default .select2-selection--multiple { border: 1px solid #ccc; min-height: 32px; border-radius: 0px; } .smart-form .select2-container .select2-choice, .smart-form .select2-selection { padding: 0px; } .select2-container--default .select2-selection--multiple .select2-selection__rendered { padding: 5px 25px 5px 5px; } .select2-container--default .select2-selection--multiple .select2-selection__choice { margin: 0px 5px 5px 0px; } .select2-container--default .select2-selection--multiple .select2-selection__rendered li { font-size: 15px; height: 28px; } .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { font-size: 22px; line-height: 22px; padding: 0px; } textarea.form-control { padding: 5px 8px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .smart-form .input input, .smart-form .select select, .smart-form .textarea textarea { padding: 5px 8px; } .select2-container { max-width: 100%; min-width: 100%; }
assets/css/style.css
*, body, h1, h2, h3, h4 { font-family: Quicksand, sans-serif; font-weight: 400; letter-spacing: 0.5px; } .smart-form .label, th { font-weight: 500; } #logo { margin-top: 3px; } #logo img { width: auto; height: 40px; padding-left: 3px; } .jarvismetro-tile .iconbox span { display: block; text-align: center; font-size: 12px; } sup.color-red { color: red; font-weight: bold; } .row { margin-right: -13px; margin-left: -13px; } .table_thumb, .table_thumb img { max-width: 40px; max-height: 40px; } .actioncell { min-width: 70px; } .have_data { border: 1px solid #BDBDBD; width: 100%; } .have_data>div { font: 13px/16px 'Open Sans', Helvetica, Arial, sans-serif; height: 20px; line-height: 20px; padding: 5px 10px; } .smart-form .col-12 { width: 100%; } .one_set { background-color: rgb(232, 232, 232); padding: 10px; border-radius: 10px; } [data-toggle=buttons]>.btn input[type=radio] { width: initial!important; } /** * PAGE - DASHBOARD */ .dash-count { color: white; padding-left: 30px; padding-right: 30px; } .count-title { font-size: 20px; } .counter { font-size: 40px; } /* Email Blast Modal Box */ .modal-title { color: #212121; font-size: 26px; float: left; font-weight: 700; } .modal-content { border-radius: 2px; padding: 40px; } .modal-header { padding: 0 0 20px 0; } .modal-body { padding: 0; } .modal-dialog { max-width: 100%; } /* Email Blast */ .wrapper-title { font-size: 16px; color: #595959; margin: 15px 0px 15px 0px; font-weight: 600; } .wrapper input[type="checkbox"] { margin: 8px 8px 8px 0; } .wrapper .check-all { margin-bottom: 15px; } /*page set pemeneng*/ .smart-form .select2-container .select2-choice, .smart-form .select2-selection { padding: 0 8px; } .select2-results li { padding: 5px; } .form-inline .hasinput .input-group, .form-inline .hasinput .form-group { width: 100% !important; } /* DATATABLES RESPONSIVE Highlight*/ td.highlighted, li.highlighted { background-color: antiquewhite; } .margin-bottom-20 { margin-bottom: 20px; } .each_data.hide { display: none !important; } .each_data.show { display: table-row !important; } .smart-form .state-error input, .smart-form .state-error select, .smart-form .state-error textarea, .smart-form .radio.state-error i, .smart-form .checkbox.state-error i, .smart-form .toggle.state-error i, .smart-form .state-error .select2-selection { background: #fff0f0; border-color: #A90329; } .m-top-25 { margin-top: 25px; } .hide_select { display: none; } .smart-form .select2-selection__choice { padding: 1px 28px 1px 8px; margin: 4px 0 3px 5px; box-sizing: border-box; -moz-box-sizing: border-box; } .smart-form .select2-selection__choice__remove { padding: 3px 4px 3px 6px; box-sizing: border-box; -moz-box-sizing: border-box } .shape_row { background-color: #d0d0d0; margin: 10px !important; padding: 10px; border-radius: 10px; } .select2-container--default .select2-search--inline .select2-search__field { width: 100% !important; } /* Yakult Loading */ .cssload-box-loading:after { background: url('../img/yakultbottle.png') center center no-repeat; } .dataTables_wrapper { overflow: hidden; } .dataTables_processing { width: 100%; height: 1000px; background: rgba(256, 256, 256, 0.90) !important; font-size: 0px; text-indent: -100%; z-index: 5; } .dataTables_processing:before { content: ''; width: 44px; height: 4px; background: rgb(49, 143, 68); opacity: 0.1; position: absolute; top: 112px; left: 50%; margin-left: -22px; border-radius: 50%; animation: shadow 1.16s linear infinite; -o-animation: shadow 1.16s linear infinite; -ms-animation: shadow 1.16s linear infinite; -webkit-animation: shadow 1.16s linear infinite; -moz-animation: shadow 1.16s linear infinite; } .dataTables_processing:after { content: ''; width: 44px; height: 44px; background: url('../img/yakultbottle.png') center center no-repeat; position: absolute; top: 60px; left: 50%; margin-left: -22px; border-radius: 3px; animation: cssload-animate 2.32s linear infinite; -o-animation: cssload-animate 2.32s linear infinite; -ms-animation: cssload-animate 2.32s linear infinite; -webkit-animation: cssload-animate 2.32s linear infinite; -moz-animation: cssload-animate 2.32s linear infinite; } .dataTables_length { float: right; } .add-image-preview { overflow: hidden; } /* color picker */ .colorpicker-2x .colorpicker-saturation { width: 200px; height: 200px; } .colorpicker-2x .colorpicker-hue, .colorpicker-2x .colorpicker-alpha { width: 30px; height: 200px; } .colorpicker-2x .colorpicker-color, .colorpicker-2x .colorpicker-color div { height: 30px; } .input-group-btn button.clear-filter { border: 1px solid #ccc; } .list-thumbs { max-height: 100px; } .csr-thumbs { max-width: 250px; } .reset-rating{ color: #F44336; cursor: pointer; } .label-unapproved { background-color: #4CAF50; } .label-approved { background-color: #2196F3; } .label-rejected { background-color: #F44336; } .center{ text-align: center; } input[readonly], textarea[readonly] { background-color:#eee !important; } .select2-container--default .select2-search--inline .select2-search__field { height: 28px; line-height: 28px; margin: 0px; } .select2-container--default .select2-selection--multiple { border: 1px solid #ccc; min-height: 32px; border-radius: 0px; } .smart-form .select2-container .select2-choice, .smart-form .select2-selection { padding: 0px; } .select2-container--default .select2-selection--multiple .select2-selection__rendered { padding: 5px 25px 5px 5px; } .select2-container--default .select2-selection--multiple .select2-selection__choice { margin: 0px 5px 5px 0px; } .select2-container--default .select2-selection--multiple .select2-selection__rendered li { font-size: 15px; height: 28px; } .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { font-size: 22px; line-height: 22px; padding: 0px; } textarea.form-control { padding: 5px 8px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .smart-form .input input, .smart-form .select select, .smart-form .textarea textarea { padding: 5px 8px; } .select2-container { max-width: 100%; min-width: 100%; }
0.47025
0.114369
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); body{ font-family:'Open Sans', sans-serif; } .pane, .view { background-color:#f6f6f6; } /***-login-***/ .login-wrp{ background: rgba(165,222,60,1); background: -moz-linear-gradient(top, rgba(165,222,60,1) 0%, rgba(133,185,38,1) 62%, rgba(114,163,24,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(165,222,60,1)), color-stop(62%, rgba(133,185,38,1)), color-stop(100%, rgba(114,163,24,1))); background: -webkit-linear-gradient(top, rgba(165,222,60,1) 0%, rgba(133,185,38,1) 62%, rgba(114,163,24,1) 100%); background: -o-linear-gradient(top, rgba(165,222,60,1) 0%, rgba(133,185,38,1) 62%, rgba(114,163,24,1) 100%); background: -ms-linear-gradient(top, rgba(165,222,60,1) 0%, rgba(133,185,38,1) 62%, rgba(114,163,24,1) 100%); background: linear-gradient(to bottom, rgba(165,222,60,1) 0%, rgba(133,185,38,1) 62%, rgba(114,163,24,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5de3c', endColorstr='#72a318', GradientType=0 ); } .login-wrp{ xbackground:#8ac228; color:#000; outline: 1px solid; } .login{ position:relative; padding:16px; } .logo{ text-align:center; margin-top: 50px; } .logo i{ font-size:60px; color:#fff; } .logo h1{ font-size:24px; margin: 5px 0; } .log-frm{border-top:1px solid rgba(0,0,0,.1);} .log-frm label.item-input{ border-bottom:1px solid rgba(0,0,0,.1); padding:0; } .log-frm .input-label { max-width:30px; width: 30px; color: #fff; font-size: 20px; } .log-frm input{ background:transparent; color:#000; } .log-frm input:-webkit-autofill{ background-color:transparent !important; } input::-moz-placeholder, textarea::-moz-placeholder { color:rgba(255,255,255,.7); } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color:rgba(255,255,255,.7); } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: rgba(255,255,255,.7); text-indent: 0; } button.button.button-full.log-submt{ background:#ff7900; color:#fff; margin-top: 10px; margin-bottom: 10px; border-radius: 5px; min-height: 41px; line-height: normal; margin-top: 30px; } .btm-prt{ margin-top:200px; width: 100%; padding: 16px; } /*--- side menu ----*/ .side-bar{ color:#fff; background:#3e3e3e !important; height:120px !important; text-align:center; display:block; } .side-bar i{ font-size:48px; display:block; width:100%; line-height: normal; margin-top:25px; } .side-bar h1{ font-size:20px; margin:0; display:block; width:100%; line-height: normal; } .menu.menu-left .has-header { top:120px !important; background:#484747; } .menu.menu-left .has-header .item { border-color: rgba(221, 221, 221, 0.03); background-color: transparent; color: #E2E2E2; position: relative; z-index: 2; display: block; margin: -1px; padding:0; border-width: 1px; border-style: solid; font-size: 14px; } /*.menu-content{ box-shadow:-4px 0px 6px rgba(0, 0, 0, 0.38); }*/ .menu.menu-left i{ margin-right:8px; } .menu.menu-left .has-header .item-complex .item-content{ background-color: transparent; padding:16px; } /*--- header ---*/ .bar.bar-dark, .bar-header { background-color: #8ac228; background-image:none; } .bar-dark .button { background-color: rgba(4, 128, 90, 0.48); } /*--- footer ---*/ .bar.bar-footer.pagination-bar{padding:0;} .bar.bar-footer.pagination-bar button.lst{ top: 0; right: 0; bottom: 0; margin:0; } .c-odr a.item-content{ padding-bottom:5px !important; } .footer-btn{ margin:auto; display:block; background:#E0E0E0; text-align:center; } .footer-btn button{ background:#2ca600 !important; padding:0 50px !important; } /*--- loader ---*/ .loader{ text-align:center; padding:30px; } /*---- box ----*/ .box{ padding:10px; background:rgba(234, 234, 234, 0.48); border:1px solid rgba(0,0,0,.1); border-radius:3px; color:#000; margin-bottom:8px; } .box-grp{ border:1px solid rgba(0,0,0,.1); border-radius:3px; margin-bottom:20px; } .box-grp .box:last-child{ border-bottom:none; } .box-grp .box{ margin-bottom:0; border-radius:0; border-right:none; border-top:none; border-left:none; border-bottom:1px solid rgba(0,0,0,.1); } .available .box{ background:rgba(0, 128, 0, 0.08); } /*---- orders ----**/ .orders{ position:relative; background-image: url(../img/orders-icon.png); background-repeat:no-repeat; background-position:98% 8px ; } .orders i{margin-right:8px;} .orders p{margin:0;} /*---- order details ----*/ .odr-dtls{position:relative;} .odr-dtls p{padding: 5px 0 0; font-size:15px;} .odr-dtls i{margin-right: 5px;} .odr-dtls button{ border-radius: 3px; box-shadow: none; border: none; padding: 5px 15px; position:absolute; right:0; top:0; } .odr-dtls button.btn-positive{ background:#2ca600; color:#fff; } .button.button-assertive { background-color: #AFADAD; } .odr-dtls button.btn-disable{ opacity:.3; border:1px solid rgba(153,153,153,.7); } .btn-fix{ position: fixed; bottom: 20px; right: 15px; z-index: 10; background: #2ca600; color: #fff; border-radius: 50%; height: 50px; width: 50px; min-height: auto; box-shadow:0 0 10px rgba(0,0,0,.5); } .btn-fix.button-icon.icon:before { font-size: 22px; line-height: 44px; } address{margin:0;} address i{margin-right:5px; font-size:16px;} /*------ popup ------*/ .ordr-pop div.item{ padding:10px; } .adr-wrp{ margin:0 0 5px;} .adr-wrp i{ float: left; margin-right: 5px; font-size: 20px; margin-top: 3px; } .ordr-pop address{ display:inline-block; width:90%; } /*--- button ---*/ .button.button-positive { background-color: #2ca600; border-radius: 3px; min-height: auto; } .button.button-positive.activated { background-color:#92d23f; } /*--- back button ----*/ .back-button{font-size:12px !important;} .back-button i:before{ font-size: 20px !important; } /**--- pick-order ----**/ .pick-order{ border: 1px solid rgba(0, 0, 0, 0.15); margin-bottom: 10px; border-radius: 3px; position:relative; color: #272727; } .pick-order .row{ padding:3px 0; background:rgba(0, 0, 0, 0.02); } .pick-order .row + .row{ margin:0; } .pick-order .row:last-child{ border-bottom:1px solid #000; } .pick-order .row:nth-child(even) { background-color: rgba(255, 255, 255, 0.02); } .col-25{font-weight:600;} .pick-order a{ position: absolute; top: 4px; right: 5px; xbackground: #049267; color: #000; font-size: 13px; line-height: normal; min-height: 0; padding: 3px 6px 3px 3px; min-width: 66px; border: 1px solid rgba(0, 0, 0, 0.26); } .pick-order a.button:before, .pick-order a.button:before { font-size: 16px; line-height:16px; } /*----- destination -----*/ .destination .item{ padding:10px; font-size:14px; } /*---- sign-area -----*/ .sign-area h3{ font-size:16px; margin: 3px 0 0; } .sign-area button { background: transparent; color: #1D1D1D; padding: 2px 5px; border-radius: 3px; border: 1px solid rgba(0, 0, 0, 0.39); } .sgn-cvr{padding:0 10px;} .sign-area img { border: 1px solid rgba(0, 0, 0, 0.16); width: 100%; display: block; } .bar-header h1{ color:#fff; } .cls:before { font-size: 18px !important; } #signature{ width:100%; border: 1px solid rgba(0, 0, 0, 0.38); } .col-54{width: 170px !important;} #signature{border-color:rgba(0, 0, 0, 0.23) !important;} .shp-lst .row, .shp-lst .col{ padding:0; margin-bottom:3px; } .shp-lst .item{ padding:10px; } .customers.pick-order .row:last-child { border-bottom:none; } .customers.pick-order{ margin-bottom:20px; } /*---- side menu ----*/ .menu-left h1{color:#fff;} /*--- nothing available ---*/ .nothing-show{ text-align:center; padding-top:5em; } .nothing-show h1, .nothing-show h2, .nothing-show h3{ font-size:20px; } /***--- sub header ----*/ .sub-header{ padding:10px; background: #05a373; border-top:1px solid rgba(255,255,255,.2); } .sub-header h1{ font-size:18px; color:#fff; margin:0; } .sub-header p{ color:#fff; margin:0; } .secondery-header{ padding:10px 10px 0; xbackground: #05a373; border-top:1px solid rgba(255,255,255,.2); } .secondery-header h1{ font-size:18px; color:#000; margin:0; } .secondery-header h2{ font-size:16px; color:#000; margin:0; } .secondery-header p, .secondery-header address{ color:#000; margin:0; font-size:13px; } /*----- dashboard -----*/ .dshbrd .item-content button{ margin-right:150px; z-index:1; } .dtpicker{position:relative;} .dtpicker button{ position: absolute; top:12px; right:50px; z-index:10; xbackground-color: rgba(4, 146, 103, 0.83); color: #FFF; padding: 0 4px; min-width: 37px; min-height: 34px; height:30px; } .dtpicker .button:before { font-size: 19px; line-height: 32px; } span.error { display: block; width: 100%; text-align: center; color: red; } /*--- order ----*/ .order address{ margin:0; } .order .item { padding: 5px; } .order .item-checkbox { padding-left: 60px; } .order p, .order address{ font-size: 14px; padding-right: 100px; white-space: normal; } .order p i, .order address i{ font-size:16px; margin-right: 5px; color:#9FE446; } .item { background-color: rgba(255, 255, 255, 0); } .item.itm-lst{ padding: 10px 0 !important; font-size: 14px; border-left: none; border-right: none; border-color: rgba(0, 0, 0, 0.05); } /* checkbox .my-chkbx{ position:relative; margin-bottom:5px; } .my-chkbx a{ position: absolute; top: 40%; z-index: 2; display: inline-block; right: 5px; text-decoration: none; xbackground: #049267; color: #fff; padding: 5px 15px; border-radius: 3px; line-height: normal; min-height: 0; } .my-chkbx a.disable, .disable { background:#E0E0E0 !important; } .checkbox input:checked:before, .checkbox input:checked + .checkbox-icon:before { background: #9FE446; border-color: #9FE446; } */ /***---- fix search ----- .srch-stp{border-top:1px solid rgba(255, 255, 255, 0.19);} .srch-stp button{color:#fff !important;} ---*/
client/fresh_carton_delivery/www/css/style.css
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); body{ font-family:'Open Sans', sans-serif; } .pane, .view { background-color:#f6f6f6; } /***-login-***/ .login-wrp{ background: rgba(165,222,60,1); background: -moz-linear-gradient(top, rgba(165,222,60,1) 0%, rgba(133,185,38,1) 62%, rgba(114,163,24,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(165,222,60,1)), color-stop(62%, rgba(133,185,38,1)), color-stop(100%, rgba(114,163,24,1))); background: -webkit-linear-gradient(top, rgba(165,222,60,1) 0%, rgba(133,185,38,1) 62%, rgba(114,163,24,1) 100%); background: -o-linear-gradient(top, rgba(165,222,60,1) 0%, rgba(133,185,38,1) 62%, rgba(114,163,24,1) 100%); background: -ms-linear-gradient(top, rgba(165,222,60,1) 0%, rgba(133,185,38,1) 62%, rgba(114,163,24,1) 100%); background: linear-gradient(to bottom, rgba(165,222,60,1) 0%, rgba(133,185,38,1) 62%, rgba(114,163,24,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5de3c', endColorstr='#72a318', GradientType=0 ); } .login-wrp{ xbackground:#8ac228; color:#000; outline: 1px solid; } .login{ position:relative; padding:16px; } .logo{ text-align:center; margin-top: 50px; } .logo i{ font-size:60px; color:#fff; } .logo h1{ font-size:24px; margin: 5px 0; } .log-frm{border-top:1px solid rgba(0,0,0,.1);} .log-frm label.item-input{ border-bottom:1px solid rgba(0,0,0,.1); padding:0; } .log-frm .input-label { max-width:30px; width: 30px; color: #fff; font-size: 20px; } .log-frm input{ background:transparent; color:#000; } .log-frm input:-webkit-autofill{ background-color:transparent !important; } input::-moz-placeholder, textarea::-moz-placeholder { color:rgba(255,255,255,.7); } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color:rgba(255,255,255,.7); } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: rgba(255,255,255,.7); text-indent: 0; } button.button.button-full.log-submt{ background:#ff7900; color:#fff; margin-top: 10px; margin-bottom: 10px; border-radius: 5px; min-height: 41px; line-height: normal; margin-top: 30px; } .btm-prt{ margin-top:200px; width: 100%; padding: 16px; } /*--- side menu ----*/ .side-bar{ color:#fff; background:#3e3e3e !important; height:120px !important; text-align:center; display:block; } .side-bar i{ font-size:48px; display:block; width:100%; line-height: normal; margin-top:25px; } .side-bar h1{ font-size:20px; margin:0; display:block; width:100%; line-height: normal; } .menu.menu-left .has-header { top:120px !important; background:#484747; } .menu.menu-left .has-header .item { border-color: rgba(221, 221, 221, 0.03); background-color: transparent; color: #E2E2E2; position: relative; z-index: 2; display: block; margin: -1px; padding:0; border-width: 1px; border-style: solid; font-size: 14px; } /*.menu-content{ box-shadow:-4px 0px 6px rgba(0, 0, 0, 0.38); }*/ .menu.menu-left i{ margin-right:8px; } .menu.menu-left .has-header .item-complex .item-content{ background-color: transparent; padding:16px; } /*--- header ---*/ .bar.bar-dark, .bar-header { background-color: #8ac228; background-image:none; } .bar-dark .button { background-color: rgba(4, 128, 90, 0.48); } /*--- footer ---*/ .bar.bar-footer.pagination-bar{padding:0;} .bar.bar-footer.pagination-bar button.lst{ top: 0; right: 0; bottom: 0; margin:0; } .c-odr a.item-content{ padding-bottom:5px !important; } .footer-btn{ margin:auto; display:block; background:#E0E0E0; text-align:center; } .footer-btn button{ background:#2ca600 !important; padding:0 50px !important; } /*--- loader ---*/ .loader{ text-align:center; padding:30px; } /*---- box ----*/ .box{ padding:10px; background:rgba(234, 234, 234, 0.48); border:1px solid rgba(0,0,0,.1); border-radius:3px; color:#000; margin-bottom:8px; } .box-grp{ border:1px solid rgba(0,0,0,.1); border-radius:3px; margin-bottom:20px; } .box-grp .box:last-child{ border-bottom:none; } .box-grp .box{ margin-bottom:0; border-radius:0; border-right:none; border-top:none; border-left:none; border-bottom:1px solid rgba(0,0,0,.1); } .available .box{ background:rgba(0, 128, 0, 0.08); } /*---- orders ----**/ .orders{ position:relative; background-image: url(../img/orders-icon.png); background-repeat:no-repeat; background-position:98% 8px ; } .orders i{margin-right:8px;} .orders p{margin:0;} /*---- order details ----*/ .odr-dtls{position:relative;} .odr-dtls p{padding: 5px 0 0; font-size:15px;} .odr-dtls i{margin-right: 5px;} .odr-dtls button{ border-radius: 3px; box-shadow: none; border: none; padding: 5px 15px; position:absolute; right:0; top:0; } .odr-dtls button.btn-positive{ background:#2ca600; color:#fff; } .button.button-assertive { background-color: #AFADAD; } .odr-dtls button.btn-disable{ opacity:.3; border:1px solid rgba(153,153,153,.7); } .btn-fix{ position: fixed; bottom: 20px; right: 15px; z-index: 10; background: #2ca600; color: #fff; border-radius: 50%; height: 50px; width: 50px; min-height: auto; box-shadow:0 0 10px rgba(0,0,0,.5); } .btn-fix.button-icon.icon:before { font-size: 22px; line-height: 44px; } address{margin:0;} address i{margin-right:5px; font-size:16px;} /*------ popup ------*/ .ordr-pop div.item{ padding:10px; } .adr-wrp{ margin:0 0 5px;} .adr-wrp i{ float: left; margin-right: 5px; font-size: 20px; margin-top: 3px; } .ordr-pop address{ display:inline-block; width:90%; } /*--- button ---*/ .button.button-positive { background-color: #2ca600; border-radius: 3px; min-height: auto; } .button.button-positive.activated { background-color:#92d23f; } /*--- back button ----*/ .back-button{font-size:12px !important;} .back-button i:before{ font-size: 20px !important; } /**--- pick-order ----**/ .pick-order{ border: 1px solid rgba(0, 0, 0, 0.15); margin-bottom: 10px; border-radius: 3px; position:relative; color: #272727; } .pick-order .row{ padding:3px 0; background:rgba(0, 0, 0, 0.02); } .pick-order .row + .row{ margin:0; } .pick-order .row:last-child{ border-bottom:1px solid #000; } .pick-order .row:nth-child(even) { background-color: rgba(255, 255, 255, 0.02); } .col-25{font-weight:600;} .pick-order a{ position: absolute; top: 4px; right: 5px; xbackground: #049267; color: #000; font-size: 13px; line-height: normal; min-height: 0; padding: 3px 6px 3px 3px; min-width: 66px; border: 1px solid rgba(0, 0, 0, 0.26); } .pick-order a.button:before, .pick-order a.button:before { font-size: 16px; line-height:16px; } /*----- destination -----*/ .destination .item{ padding:10px; font-size:14px; } /*---- sign-area -----*/ .sign-area h3{ font-size:16px; margin: 3px 0 0; } .sign-area button { background: transparent; color: #1D1D1D; padding: 2px 5px; border-radius: 3px; border: 1px solid rgba(0, 0, 0, 0.39); } .sgn-cvr{padding:0 10px;} .sign-area img { border: 1px solid rgba(0, 0, 0, 0.16); width: 100%; display: block; } .bar-header h1{ color:#fff; } .cls:before { font-size: 18px !important; } #signature{ width:100%; border: 1px solid rgba(0, 0, 0, 0.38); } .col-54{width: 170px !important;} #signature{border-color:rgba(0, 0, 0, 0.23) !important;} .shp-lst .row, .shp-lst .col{ padding:0; margin-bottom:3px; } .shp-lst .item{ padding:10px; } .customers.pick-order .row:last-child { border-bottom:none; } .customers.pick-order{ margin-bottom:20px; } /*---- side menu ----*/ .menu-left h1{color:#fff;} /*--- nothing available ---*/ .nothing-show{ text-align:center; padding-top:5em; } .nothing-show h1, .nothing-show h2, .nothing-show h3{ font-size:20px; } /***--- sub header ----*/ .sub-header{ padding:10px; background: #05a373; border-top:1px solid rgba(255,255,255,.2); } .sub-header h1{ font-size:18px; color:#fff; margin:0; } .sub-header p{ color:#fff; margin:0; } .secondery-header{ padding:10px 10px 0; xbackground: #05a373; border-top:1px solid rgba(255,255,255,.2); } .secondery-header h1{ font-size:18px; color:#000; margin:0; } .secondery-header h2{ font-size:16px; color:#000; margin:0; } .secondery-header p, .secondery-header address{ color:#000; margin:0; font-size:13px; } /*----- dashboard -----*/ .dshbrd .item-content button{ margin-right:150px; z-index:1; } .dtpicker{position:relative;} .dtpicker button{ position: absolute; top:12px; right:50px; z-index:10; xbackground-color: rgba(4, 146, 103, 0.83); color: #FFF; padding: 0 4px; min-width: 37px; min-height: 34px; height:30px; } .dtpicker .button:before { font-size: 19px; line-height: 32px; } span.error { display: block; width: 100%; text-align: center; color: red; } /*--- order ----*/ .order address{ margin:0; } .order .item { padding: 5px; } .order .item-checkbox { padding-left: 60px; } .order p, .order address{ font-size: 14px; padding-right: 100px; white-space: normal; } .order p i, .order address i{ font-size:16px; margin-right: 5px; color:#9FE446; } .item { background-color: rgba(255, 255, 255, 0); } .item.itm-lst{ padding: 10px 0 !important; font-size: 14px; border-left: none; border-right: none; border-color: rgba(0, 0, 0, 0.05); } /* checkbox .my-chkbx{ position:relative; margin-bottom:5px; } .my-chkbx a{ position: absolute; top: 40%; z-index: 2; display: inline-block; right: 5px; text-decoration: none; xbackground: #049267; color: #fff; padding: 5px 15px; border-radius: 3px; line-height: normal; min-height: 0; } .my-chkbx a.disable, .disable { background:#E0E0E0 !important; } .checkbox input:checked:before, .checkbox input:checked + .checkbox-icon:before { background: #9FE446; border-color: #9FE446; } */ /***---- fix search ----- .srch-stp{border-top:1px solid rgba(255, 255, 255, 0.19);} .srch-stp button{color:#fff !important;} ---*/
0.240329
0.075414
@charset "UTF-8"; body { background: #F3F3F3; } /*======头部======*/ #header { width: 100%; background: #fff; border-bottom: 1px solid #ccc; } #header .con { width: 1000px; height: 40px; margin: 0 auto; } #header .con .top_l { width: 350px; } #header .con .top_l li { float: left; width: 60px; height: 40px; text-align: center; line-height: 40px; margin-right: 10px; } #header .con .top_l li a { color: #000; font-size: 14px; } #header .con .top_l li a:hover { color: red; text-decoration: underline; } #header .con .top_r { width: 350px; } #header .con .top_r li { float: left; width: 60px; height: 40px; text-align: center; line-height: 40px; margin-right: 10px; } #header .con .top_r li a { display: inline-block; width: 60px; height: 20px; line-height: 20px; vertical-align: middle; padding-right: 5px; color: #000; border-right: 1px solid #ccc; font-size: 14px; } #header .con .top_r li a:hover { color: red; text-decoration: underline; } #header .con .top_r li:last-child a { border-right: none; } /* =====logo====*/ .logo { width: 1000px; margin: 0 auto; } .logo .logo_l { width: 500px; } .logo .logo_l a { width: 250px; height: 80px; } .logo .logo_l a img { float: left; width: 250px; height: 80px; } .logo .logo_l h1 { float: left; font-size: 30px; color: #666666; border-left: 1px solid #ccc; padding: 0 0 0 10px; height: 40px; margin: 28px 0 0 10px; } .logo span { height: 80px; } .logo span p { color: #000; line-height: 140px; } .logo span p a { color: #469EEB; } /*====注册页======*/ .login { width: 1000px; border: 1px solid #ccc; background: #fff; margin: 20px auto; } .login div { padding: 40px 0 0 50px; position: relative; } .login div i { display: inline-block; width: 14px; height: 24px; background: url(../images/login.png) 0 -195px; position: absolute; top: 48px; left: 60px; } .login div h1 { width: 120px; height: 40px; font-size: 20px; text-align: center; padding-left: 40px; line-height: 40px; border-bottom: 2px solid red; } .login div form { width: 620px; } .login div form p { margin-top: 10px; position: relative; } .login div form p span { display: inline-block; text-align: center; width: 100px; color: #000; font-size: 16px; } .login div form p input { border: 1px solid #ccc; height: 40px; width: 260px; padding-left: 20px; } /*====提醒======*/ .login div form p .phone, .login div form p .pass, .login div form p .aPass, .login div form p .nickname{ border: 1px solid #ffbdbf; padding: 4px 10px; width: 210px; height: 25px; font-size: 14px; color: #f65; background:#ffebec; display:none; } .login div form p .verify { width: 100px; } /*====图标错存放====*/ .login div form p .error1, .login div form p .error2{ display:inline-block; width: 20px; height: 20px; position: absolute; display: none; } .login div form p .error1{ background: url(../images/login.png) -36px -33px; top: 10px; left: 180px; } .login div form p .error2{ background: url(../images/login.png) -36px -33px; top: 10px; left: 180px; } /*=======图标对存放=====*/ .login div form p .right1, .login div form p .right2, .login div form p .right3, .login div form p .right4, .login div form p .right5, .login div form p .right6{ display: inline-block; width: 30px; height: 30px; position: absolute; display: none; } .login div form p .right1{ background: url(../images/login.png) 0 -33px; top: 10px; left: 365px; } .login div form p .right2{ background: url(../images/login.png) 0 -33px; top: 10px; left: 365px; } .login div form p .right3{ background: url(../images/login.png) 0 -33px; top: 10px; left: 365px; } .login div form p .right4{ background: url(../images/login.png) 0 -33px; top: 10px; left: 365px; } .login div form p .right5{ background: url(../images/login.png) 0 -33px; top: 9px; left: 175px; } .login div form p .right6{ background: url(../images/login.png) 0 -33px; top: 9px; left: 175px; } .login div form p em { display: inline-block; width: 80px; height: 30px; font-size: 20px; text-align: center; vertical-align: bottom; border: 1px solid #ccc; margin-right: 70px; } .login div form p a:hover { color: red; text-decoration: underline; } .login div form p .note { width: 140px; height: 40px; background: #F3F3F3; border: 1px solid #ccc; color: #CFCCCC; line-height: 35px; } .login .read { width: 350px; margin-top: 20px; padding-top: 0; } .login .read span { display: inline-block; width: 50px; } .login .read a { color: #3366cc; } .login .btn { width: 250px; height: 40px; background: red; text-align: center; line-height: 40px; font-size: 24px; padding: 0; margin: 20px 0 30px 55px; } .login .login_r { width: 200px; padding: 0; } .login .login_r img { width: 200px; height: 480px; } /*=====尾部=============*/ #footer { width: 620px; height: 160px; margin: 0 auto; text-align: center; } #footer a { width: 60px; height: 20px; color: #000; padding-right: 5px; border-right: 1px solid #ccc; } #footer a:last-child { border-right: none; } #footer .beian { margin-top: 10px; } #footer .beian a { color: #000; border-right: 1px solid #ccc; padding-right: 5px; } #footer .beian a:first-child { margin-left: 20px; } #footer .beian a:last-child { border-right: none; } #footer .beian .police { display: inline-block; width: 20px; height: 20px; background: url("../images/beian.png"); } #footer .copy { color: #000; margin: 10px 0 10px 0; } /*# sourceMappingURL=login.css.map */
css/login.css
@charset "UTF-8"; body { background: #F3F3F3; } /*======头部======*/ #header { width: 100%; background: #fff; border-bottom: 1px solid #ccc; } #header .con { width: 1000px; height: 40px; margin: 0 auto; } #header .con .top_l { width: 350px; } #header .con .top_l li { float: left; width: 60px; height: 40px; text-align: center; line-height: 40px; margin-right: 10px; } #header .con .top_l li a { color: #000; font-size: 14px; } #header .con .top_l li a:hover { color: red; text-decoration: underline; } #header .con .top_r { width: 350px; } #header .con .top_r li { float: left; width: 60px; height: 40px; text-align: center; line-height: 40px; margin-right: 10px; } #header .con .top_r li a { display: inline-block; width: 60px; height: 20px; line-height: 20px; vertical-align: middle; padding-right: 5px; color: #000; border-right: 1px solid #ccc; font-size: 14px; } #header .con .top_r li a:hover { color: red; text-decoration: underline; } #header .con .top_r li:last-child a { border-right: none; } /* =====logo====*/ .logo { width: 1000px; margin: 0 auto; } .logo .logo_l { width: 500px; } .logo .logo_l a { width: 250px; height: 80px; } .logo .logo_l a img { float: left; width: 250px; height: 80px; } .logo .logo_l h1 { float: left; font-size: 30px; color: #666666; border-left: 1px solid #ccc; padding: 0 0 0 10px; height: 40px; margin: 28px 0 0 10px; } .logo span { height: 80px; } .logo span p { color: #000; line-height: 140px; } .logo span p a { color: #469EEB; } /*====注册页======*/ .login { width: 1000px; border: 1px solid #ccc; background: #fff; margin: 20px auto; } .login div { padding: 40px 0 0 50px; position: relative; } .login div i { display: inline-block; width: 14px; height: 24px; background: url(../images/login.png) 0 -195px; position: absolute; top: 48px; left: 60px; } .login div h1 { width: 120px; height: 40px; font-size: 20px; text-align: center; padding-left: 40px; line-height: 40px; border-bottom: 2px solid red; } .login div form { width: 620px; } .login div form p { margin-top: 10px; position: relative; } .login div form p span { display: inline-block; text-align: center; width: 100px; color: #000; font-size: 16px; } .login div form p input { border: 1px solid #ccc; height: 40px; width: 260px; padding-left: 20px; } /*====提醒======*/ .login div form p .phone, .login div form p .pass, .login div form p .aPass, .login div form p .nickname{ border: 1px solid #ffbdbf; padding: 4px 10px; width: 210px; height: 25px; font-size: 14px; color: #f65; background:#ffebec; display:none; } .login div form p .verify { width: 100px; } /*====图标错存放====*/ .login div form p .error1, .login div form p .error2{ display:inline-block; width: 20px; height: 20px; position: absolute; display: none; } .login div form p .error1{ background: url(../images/login.png) -36px -33px; top: 10px; left: 180px; } .login div form p .error2{ background: url(../images/login.png) -36px -33px; top: 10px; left: 180px; } /*=======图标对存放=====*/ .login div form p .right1, .login div form p .right2, .login div form p .right3, .login div form p .right4, .login div form p .right5, .login div form p .right6{ display: inline-block; width: 30px; height: 30px; position: absolute; display: none; } .login div form p .right1{ background: url(../images/login.png) 0 -33px; top: 10px; left: 365px; } .login div form p .right2{ background: url(../images/login.png) 0 -33px; top: 10px; left: 365px; } .login div form p .right3{ background: url(../images/login.png) 0 -33px; top: 10px; left: 365px; } .login div form p .right4{ background: url(../images/login.png) 0 -33px; top: 10px; left: 365px; } .login div form p .right5{ background: url(../images/login.png) 0 -33px; top: 9px; left: 175px; } .login div form p .right6{ background: url(../images/login.png) 0 -33px; top: 9px; left: 175px; } .login div form p em { display: inline-block; width: 80px; height: 30px; font-size: 20px; text-align: center; vertical-align: bottom; border: 1px solid #ccc; margin-right: 70px; } .login div form p a:hover { color: red; text-decoration: underline; } .login div form p .note { width: 140px; height: 40px; background: #F3F3F3; border: 1px solid #ccc; color: #CFCCCC; line-height: 35px; } .login .read { width: 350px; margin-top: 20px; padding-top: 0; } .login .read span { display: inline-block; width: 50px; } .login .read a { color: #3366cc; } .login .btn { width: 250px; height: 40px; background: red; text-align: center; line-height: 40px; font-size: 24px; padding: 0; margin: 20px 0 30px 55px; } .login .login_r { width: 200px; padding: 0; } .login .login_r img { width: 200px; height: 480px; } /*=====尾部=============*/ #footer { width: 620px; height: 160px; margin: 0 auto; text-align: center; } #footer a { width: 60px; height: 20px; color: #000; padding-right: 5px; border-right: 1px solid #ccc; } #footer a:last-child { border-right: none; } #footer .beian { margin-top: 10px; } #footer .beian a { color: #000; border-right: 1px solid #ccc; padding-right: 5px; } #footer .beian a:first-child { margin-left: 20px; } #footer .beian a:last-child { border-right: none; } #footer .beian .police { display: inline-block; width: 20px; height: 20px; background: url("../images/beian.png"); } #footer .copy { color: #000; margin: 10px 0 10px 0; } /*# sourceMappingURL=login.css.map */
0.297776
0.072966
.valu-fallback { background-color: #FEEFB3; margin: 10px 0; padding: 10px; } .js .valu-fallback { display: none; } .no-js .valu-interactive { display: none; } .valu-clear { clear: both; } .valu-header { margin: 1em 0 0; } a.valu-header__sign { background-color: #cc6d2a; color: #fff; display: inline-block; float: right; font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif; font-size: 1.3em; margin: 6px 20px 0 10px; padding: 6px 12px; text-decoration: none; } a.valu-header__sign:hover { color: #fff; } .valu-header__heading { font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif; font-size: 3.1em; font-weight: bold; line-height: 1; } .valu-header__subheading { font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif; font-size: 1.3em; font-weight: bold; padding: 10px 0 0; } .valu-header--reversed { margin: 1em 0 0; } .valu-header--reversed a.valu-header__sign--reversed { background-color: #cc6d2a; color: #fff; display: inline-block; float: right; font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif; font-size: 1.3em; margin: 6px 20px 0 10px; padding: 6px 12px; text-decoration: none; } .valu-header--reversed a.valu-header__sign--reversed:hover { color: #fff; } .valu-header--reversed .valu-header__heading--reversed { font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif; font-size: 3.1em; font-weight: bold; line-height: 1; } .valu-header--reversed .valu-header__subheading--reversed { font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif; font-size: 1.3em; font-weight: bold; margin-top: -1em; padding: 10px 0 0; } .valu-article { font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif; font-size: 14px; line-height: 18px; } .valu-article .valu-article__lead { font-size: 18px; font-weight: bold; line-height: 24px; margin: 13px 0; } .valu-article .valu-article__main { float: left; width: 68.118%; } .valu-article .valu-article__main p { margin-bottom: 12px; } .valu-article .valu-article__aside { float: right; width: 29.859%; } @media only screen and (max-width: 800px) { .valu-article .valu-article__main { width: 100%; } .valu-article .valu-article__main p { margin-bottom: 12px; } .valu-article .valu-article__aside { width: 100%; } } @media only screen and (max-width: 400px) { .valu-header .valu-header__heading { font-size: 1.85em; margin-top: -1em; } .valu-header .valu-header__heading.flow { margin-top: 0; } .valu-header .valu-header__subheading { float: none; font-size: 1.1em; } .valu-header .valu-header__sign { margin-right: 0; } .valu-header--reversed .valu-header__heading--reversed { font-size: 1.85em; } .valu-header--reversed .valu-header__subheading--reversed { float: none; font-size: 1.1em; margin-top: 0; } .valu-header--reversed .valu-clear { clear: none; } .valu-dropdown { width: 100%; } } .js.no-svg .valu-fallback { display: block; } .no-svg .valu-interactive { display: none; } .right-box .party-box { fill: #BD8C6C; cursor: auto; } .left-box .party-box { fill: #5A7558; } .party-box { cursor: pointer; } .party-box.s { fill: #c13b38; } .party-box.v { fill: #b02522; } .party-box.mp { fill: #acc768; } .party-box.c { fill: #78ae5a; } .party-box.m { fill: #88c7d9; } .party-box.fp { fill: #378cab; } .party-box.kd { fill: #366da3; } .party-box.s { fill: #e7d960; } .party-box.f { fill: #b9527d; } .flowchart-dynamic-title { font-size: 1.5em; } .party-short { fill: #fff; font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif; font-size: 0.9em; font-weight: bold; pointer-events: none; text-anchor: start; } .main-header { font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif; font-size: 2.45em; font-weight: bold; letter-spacing: -.03em; margin: 25px 0 30px; overflow: hidden; padding-top: 2px; } #flowchart { height: 1050px; margin-top: 1.8em; min-height: 450px; margin-bottom: 50px; padding: 1em 0 0; width: 100%; } #flowchart:focus { outline: none !important; } .flowchart-label { font-size: 1.2em; font-weight: normal; } .flowchart-label--from { float: left; } .flowchart-label--to { float: right; margin-right: 54px; } .percentage-label { fill: #000; font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif; font-size: 1em; font-weight: bold; text-anchor: start; } div.tooltip { position: absolute; width:352px; padding: 5px; background-color: #fff; font: 12px sans-serif; border: 1px solid #ccc; border-radius: 2px; pointer-events: none; } div.tooltip2 { box-sizing: border-box; position: absolute; height: 25px; padding: 5px; background-color: #fff; font: 12px sans-serif; font-weight: bold; border: 1px solid #666; border-radius: 2px; pointer-events: none; }
Sankey/NewSankeyV1.8/style.04c5b46f317db1f389f51dc0d2ac35ec.css
.valu-fallback { background-color: #FEEFB3; margin: 10px 0; padding: 10px; } .js .valu-fallback { display: none; } .no-js .valu-interactive { display: none; } .valu-clear { clear: both; } .valu-header { margin: 1em 0 0; } a.valu-header__sign { background-color: #cc6d2a; color: #fff; display: inline-block; float: right; font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif; font-size: 1.3em; margin: 6px 20px 0 10px; padding: 6px 12px; text-decoration: none; } a.valu-header__sign:hover { color: #fff; } .valu-header__heading { font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif; font-size: 3.1em; font-weight: bold; line-height: 1; } .valu-header__subheading { font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif; font-size: 1.3em; font-weight: bold; padding: 10px 0 0; } .valu-header--reversed { margin: 1em 0 0; } .valu-header--reversed a.valu-header__sign--reversed { background-color: #cc6d2a; color: #fff; display: inline-block; float: right; font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif; font-size: 1.3em; margin: 6px 20px 0 10px; padding: 6px 12px; text-decoration: none; } .valu-header--reversed a.valu-header__sign--reversed:hover { color: #fff; } .valu-header--reversed .valu-header__heading--reversed { font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif; font-size: 3.1em; font-weight: bold; line-height: 1; } .valu-header--reversed .valu-header__subheading--reversed { font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif; font-size: 1.3em; font-weight: bold; margin-top: -1em; padding: 10px 0 0; } .valu-article { font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif; font-size: 14px; line-height: 18px; } .valu-article .valu-article__lead { font-size: 18px; font-weight: bold; line-height: 24px; margin: 13px 0; } .valu-article .valu-article__main { float: left; width: 68.118%; } .valu-article .valu-article__main p { margin-bottom: 12px; } .valu-article .valu-article__aside { float: right; width: 29.859%; } @media only screen and (max-width: 800px) { .valu-article .valu-article__main { width: 100%; } .valu-article .valu-article__main p { margin-bottom: 12px; } .valu-article .valu-article__aside { width: 100%; } } @media only screen and (max-width: 400px) { .valu-header .valu-header__heading { font-size: 1.85em; margin-top: -1em; } .valu-header .valu-header__heading.flow { margin-top: 0; } .valu-header .valu-header__subheading { float: none; font-size: 1.1em; } .valu-header .valu-header__sign { margin-right: 0; } .valu-header--reversed .valu-header__heading--reversed { font-size: 1.85em; } .valu-header--reversed .valu-header__subheading--reversed { float: none; font-size: 1.1em; margin-top: 0; } .valu-header--reversed .valu-clear { clear: none; } .valu-dropdown { width: 100%; } } .js.no-svg .valu-fallback { display: block; } .no-svg .valu-interactive { display: none; } .right-box .party-box { fill: #BD8C6C; cursor: auto; } .left-box .party-box { fill: #5A7558; } .party-box { cursor: pointer; } .party-box.s { fill: #c13b38; } .party-box.v { fill: #b02522; } .party-box.mp { fill: #acc768; } .party-box.c { fill: #78ae5a; } .party-box.m { fill: #88c7d9; } .party-box.fp { fill: #378cab; } .party-box.kd { fill: #366da3; } .party-box.s { fill: #e7d960; } .party-box.f { fill: #b9527d; } .flowchart-dynamic-title { font-size: 1.5em; } .party-short { fill: #fff; font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif; font-size: 0.9em; font-weight: bold; pointer-events: none; text-anchor: start; } .main-header { font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif; font-size: 2.45em; font-weight: bold; letter-spacing: -.03em; margin: 25px 0 30px; overflow: hidden; padding-top: 2px; } #flowchart { height: 1050px; margin-top: 1.8em; min-height: 450px; margin-bottom: 50px; padding: 1em 0 0; width: 100%; } #flowchart:focus { outline: none !important; } .flowchart-label { font-size: 1.2em; font-weight: normal; } .flowchart-label--from { float: left; } .flowchart-label--to { float: right; margin-right: 54px; } .percentage-label { fill: #000; font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", "Bitstream Vera Sans", sans-serif; font-size: 1em; font-weight: bold; text-anchor: start; } div.tooltip { position: absolute; width:352px; padding: 5px; background-color: #fff; font: 12px sans-serif; border: 1px solid #ccc; border-radius: 2px; pointer-events: none; } div.tooltip2 { box-sizing: border-box; position: absolute; height: 25px; padding: 5px; background-color: #fff; font: 12px sans-serif; font-weight: bold; border: 1px solid #666; border-radius: 2px; pointer-events: none; }
0.359027
0.102799
Body --------------------*/ *, *::before, *::after { box-sizing: border-box; } html, body { height: 100%; object-position: center; background: #000; background-size: cover; font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 1.3; overflow: hidden; } h1{ color: white; } /*-------------------- Chat --------------------*/ .chat { position: relative; top: 20%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 90%; height: 80vh; max-height: 500px; z-index: 2; overflow: hidden; box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2); background: rgba(255,255,255, 1); border-radius: 20px; display: flex; justify-content: space-between; flex-direction: column; } /*-------------------- Chat Title --------------------*/ .chat-title { flex: 0 1 45px; position: relative; z-index: 2; background: rgba(0,0,0, 1); color: #fff; box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2); border: 1px solid white; border-radius: 20px 20px 0 0; text-transform: uppercase; text-align: center; padding: 10px 10px 10px 50px; } .chat-title h1, .chat-title h2 { font-weight: normal; font-size: 18px; text-align: center; margin: 0; padding: 0; } .chat-title h2 { color: rgba(255, 255, 255, 0.5); font-size: 8px; letter-spacing: 1px; } .chat-title .avatar { position: absolute; z-index: 1; top: 8px; left: 9px; border-radius: 30px; width: 30px; height: 30px; overflow: hidden; margin: 0; padding: 0; border: 2px solid rgba(255, 255, 255, 1); } .chat-title .avatar img { width: 100%; height: auto; } /*-------------------- Messages --------------------*/ .messages { flex: 1 1 auto; color: rgba(255, 255, 255, 1); background-color: black; overflow: hidden; position: relative; width: 100%; border: 2px solid rgba(255, 255, 255, 1); } .messages .messages-content { position: absolute; top: 0; left: 0; height: 101%; width: 100%; overflow: scroll; } .messages .message { clear: both; float: left; padding: 6px 10px 7px; border-radius: 10px 10px 10px 0; border: 1px solid rgba(255, 255, 255, 1); background: rgba(0, 0, 0, 0.3); margin: 8px 0; font-size: 14px; line-height: 1.4; margin-left: 35px; position: relative; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); } .messages .message::before { content: ''; position: absolute; bottom: -6px; border-top: 5px solid rgba(225, 225, 225, 1); left: 0; border-right: 6px solid transparent; } .messages .message .avatar { position: absolute; z-index: 1; bottom: -15px; left: -35px; border-radius: 30px; width: 30px; height: 30px; overflow: hidden; margin: 0; padding: 0; border: 2px solid rgba(255, 255, 255, 1); } .messages .message .avatar img { width: 100%; height: auto; } .messages .message.message-personal { float: right; color: #000; text-align: right; background: #FC0; border: px solid rgba(255, 204, 0, 1); border-radius: 10px 10px 0 10px; } .messages .message.message-personal::before { left: auto; right: 0; border-right: none; border-left: 5px solid transparent; border-top: 5px solid #FC0; bottom: -3px; } .messages .message:last-child { margin-bottom: 30px; } .messages .message.new { -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-animation: fade 700ms linear both; animation: fade 700ms linear both; } /*-------------------- Message Box --------------------*/ .message-box { flex: 0 1 40px; width: 100%; background: rgba(0, 0, 0, 1); padding: 10px; position: relative; border: 2px solid rgba(255, 255, 255, 1); border-radius: 0px 0px 20px 20px; } .message-box .message-input { background: none; border: none; outline: none !important; resize: none; color: rgba(255, 255, 255, 0.7); font-size: 13px; height: 100%; margin: 0; padding-right: 20px; width: 80%; } .message-box textarea:focus:-webkit-placeholder { color: transparent; } .message-box .message-submit { position: absolute; z-index: 1; top: 9px; right: 18px; color: #000; border: none; background: #FC0; font-size: 14px; text-transform: uppercase; line-height: 1; padding: 6px 14px; border-radius: 10px; outline: none !important; transition: background .2s ease; } .message-box .message-submit:hover { background: #1D7745; } /*-------------------- Custom Srollbar --------------------*/ .mCSB_scrollTools { margin: 1px -3px 1px 0; opacity: 0; } .mCSB_inside > .mCSB_container { margin-right: 0px; padding: 0 10px; } /*-------------------- fade --------------------*/ @-webkit-keyframes fade { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fade { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes ball { from { -webkit-transform: translateY(0) scaleY(0.8); transform: translateY(0) scaleY(0.8); } to { -webkit-transform: translateY(-10px); transform: translateY(-10px); } } @keyframes ball { from { -webkit-transform: translateY(0) scaleY(0.8); transform: translateY(0) scaleY(0.8); } to { -webkit-transform: translateY(-10px); transform: translateY(-10px); } } /*----------------- eye ------------------*/ .holder{ height: 30%; } .centering{ position: relative; top: 20%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; display:block; } .eyelid { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; width: 12.6vw; height: 12.6vw; border-top: 0.5vw solid white; border-radius: 9vw 0.1vw 13.5vw 0vw; background: #OOO; -webkit-transform: rotate(45deg); transform: rotate(45deg); overflow: hidden; } .eye { position: absolute; top: 0.9vw; right: 0; bottom: 0; left: -1.0vw; margin: auto; width: 10.25vw; height: 10.25vw; border: 0.372vw solid white; border-radius: 7.8vw 0vw 9vw 0vw; background: #OOO; -webkit-transform: rotate(0deg); transform: rotate(0deg); overflow: hidden; box-shadow: #FC0 0vw 0vw 0vw 0.15vw; } .eye .outline { position: absolute; top: -0.8vw; left: -0.8vw; width: 11.25vw; height: 11.25vw; border: 0.23vw solid transparent; border-radius: 7.8vw 0vw 7.8vw 0vw; box-shadow: inset #fc0 0vw 1.12vw 0vw 0.23vw; } .ball { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; z-index: 3; width: 11.25vw; height: 11.25vw; background: #236F61; border: 0.6vh solid white; border-radius: 100%; box-shadow: #FC0 0vw 0vw 0vw 0.45vw; } .pupil { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; z-index: 4; width: 1.68vw; height: 1.68vw; border: 1.68vw solid white; border-radius: 100%; box-shadow: #FC0 0.42vw 0vw 0vw 0.84vw; -webkit-animation: look-around-you 8s linear alternate infinite; animation: look-around-you 8s linear alternate infinite; } @-webkit-keyframes look-around-you { 19% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 20% { -webkit-transform: translate3d(4px, -4px, 0); transform: translate3d(4px, -4px, 0); } 30% { -webkit-transform: translate3d(4px, -4px, 0); transform: translate3d(4px, -4px, 0); } 50% { -webkit-transform: translate3d(4px, -4px, 0); transform: translate3d(4px, -4px, 0); } 54% { -webkit-transform: translate3d(-4px, -4px, 0); transform: translate3d(-4px, -4px, 0); } 70% { -webkit-transform: translate3d(-4px, -4px, 0); transform: translate3d(-4px, -4px, 0); } 72% { -webkit-transform: translate3d(4px, 4px, 0); transform: translate3d(4px, 4px, 0); } 80% { -webkit-transform: translate3d(4px, 4px, 0); transform: translate3d(4px, 4px, 0); } 85% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes look-around-you { 19% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 20% { -webkit-transform: translate3d(4px, -4px, 0); transform: translate3d(4px, -4px, 0); } 30% { -webkit-transform: translate3d(4px, -4px, 0); transform: translate3d(4px, -4px, 0); } 50% { -webkit-transform: translate3d(4px, -4px, 0); transform: translate3d(4px, -4px, 0); } 54% { -webkit-transform: translate3d(-4px, -4px, 0); transform: translate3d(-4px, -4px, 0); } 70% { -webkit-transform: translate3d(-4px, -4px, 0); transform: translate3d(-4px, -4px, 0); } 72% { -webkit-transform: translate3d(4px, 4px, 0); transform: translate3d(4px, 4px, 0); } 80% { -webkit-transform: translate3d(4px, 4px, 0); transform: translate3d(4px, 4px, 0); } 85% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
static/style.css
Body --------------------*/ *, *::before, *::after { box-sizing: border-box; } html, body { height: 100%; object-position: center; background: #000; background-size: cover; font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 1.3; overflow: hidden; } h1{ color: white; } /*-------------------- Chat --------------------*/ .chat { position: relative; top: 20%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 90%; height: 80vh; max-height: 500px; z-index: 2; overflow: hidden; box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2); background: rgba(255,255,255, 1); border-radius: 20px; display: flex; justify-content: space-between; flex-direction: column; } /*-------------------- Chat Title --------------------*/ .chat-title { flex: 0 1 45px; position: relative; z-index: 2; background: rgba(0,0,0, 1); color: #fff; box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2); border: 1px solid white; border-radius: 20px 20px 0 0; text-transform: uppercase; text-align: center; padding: 10px 10px 10px 50px; } .chat-title h1, .chat-title h2 { font-weight: normal; font-size: 18px; text-align: center; margin: 0; padding: 0; } .chat-title h2 { color: rgba(255, 255, 255, 0.5); font-size: 8px; letter-spacing: 1px; } .chat-title .avatar { position: absolute; z-index: 1; top: 8px; left: 9px; border-radius: 30px; width: 30px; height: 30px; overflow: hidden; margin: 0; padding: 0; border: 2px solid rgba(255, 255, 255, 1); } .chat-title .avatar img { width: 100%; height: auto; } /*-------------------- Messages --------------------*/ .messages { flex: 1 1 auto; color: rgba(255, 255, 255, 1); background-color: black; overflow: hidden; position: relative; width: 100%; border: 2px solid rgba(255, 255, 255, 1); } .messages .messages-content { position: absolute; top: 0; left: 0; height: 101%; width: 100%; overflow: scroll; } .messages .message { clear: both; float: left; padding: 6px 10px 7px; border-radius: 10px 10px 10px 0; border: 1px solid rgba(255, 255, 255, 1); background: rgba(0, 0, 0, 0.3); margin: 8px 0; font-size: 14px; line-height: 1.4; margin-left: 35px; position: relative; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); } .messages .message::before { content: ''; position: absolute; bottom: -6px; border-top: 5px solid rgba(225, 225, 225, 1); left: 0; border-right: 6px solid transparent; } .messages .message .avatar { position: absolute; z-index: 1; bottom: -15px; left: -35px; border-radius: 30px; width: 30px; height: 30px; overflow: hidden; margin: 0; padding: 0; border: 2px solid rgba(255, 255, 255, 1); } .messages .message .avatar img { width: 100%; height: auto; } .messages .message.message-personal { float: right; color: #000; text-align: right; background: #FC0; border: px solid rgba(255, 204, 0, 1); border-radius: 10px 10px 0 10px; } .messages .message.message-personal::before { left: auto; right: 0; border-right: none; border-left: 5px solid transparent; border-top: 5px solid #FC0; bottom: -3px; } .messages .message:last-child { margin-bottom: 30px; } .messages .message.new { -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-animation: fade 700ms linear both; animation: fade 700ms linear both; } /*-------------------- Message Box --------------------*/ .message-box { flex: 0 1 40px; width: 100%; background: rgba(0, 0, 0, 1); padding: 10px; position: relative; border: 2px solid rgba(255, 255, 255, 1); border-radius: 0px 0px 20px 20px; } .message-box .message-input { background: none; border: none; outline: none !important; resize: none; color: rgba(255, 255, 255, 0.7); font-size: 13px; height: 100%; margin: 0; padding-right: 20px; width: 80%; } .message-box textarea:focus:-webkit-placeholder { color: transparent; } .message-box .message-submit { position: absolute; z-index: 1; top: 9px; right: 18px; color: #000; border: none; background: #FC0; font-size: 14px; text-transform: uppercase; line-height: 1; padding: 6px 14px; border-radius: 10px; outline: none !important; transition: background .2s ease; } .message-box .message-submit:hover { background: #1D7745; } /*-------------------- Custom Srollbar --------------------*/ .mCSB_scrollTools { margin: 1px -3px 1px 0; opacity: 0; } .mCSB_inside > .mCSB_container { margin-right: 0px; padding: 0 10px; } /*-------------------- fade --------------------*/ @-webkit-keyframes fade { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fade { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes ball { from { -webkit-transform: translateY(0) scaleY(0.8); transform: translateY(0) scaleY(0.8); } to { -webkit-transform: translateY(-10px); transform: translateY(-10px); } } @keyframes ball { from { -webkit-transform: translateY(0) scaleY(0.8); transform: translateY(0) scaleY(0.8); } to { -webkit-transform: translateY(-10px); transform: translateY(-10px); } } /*----------------- eye ------------------*/ .holder{ height: 30%; } .centering{ position: relative; top: 20%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; display:block; } .eyelid { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; width: 12.6vw; height: 12.6vw; border-top: 0.5vw solid white; border-radius: 9vw 0.1vw 13.5vw 0vw; background: #OOO; -webkit-transform: rotate(45deg); transform: rotate(45deg); overflow: hidden; } .eye { position: absolute; top: 0.9vw; right: 0; bottom: 0; left: -1.0vw; margin: auto; width: 10.25vw; height: 10.25vw; border: 0.372vw solid white; border-radius: 7.8vw 0vw 9vw 0vw; background: #OOO; -webkit-transform: rotate(0deg); transform: rotate(0deg); overflow: hidden; box-shadow: #FC0 0vw 0vw 0vw 0.15vw; } .eye .outline { position: absolute; top: -0.8vw; left: -0.8vw; width: 11.25vw; height: 11.25vw; border: 0.23vw solid transparent; border-radius: 7.8vw 0vw 7.8vw 0vw; box-shadow: inset #fc0 0vw 1.12vw 0vw 0.23vw; } .ball { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; z-index: 3; width: 11.25vw; height: 11.25vw; background: #236F61; border: 0.6vh solid white; border-radius: 100%; box-shadow: #FC0 0vw 0vw 0vw 0.45vw; } .pupil { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; z-index: 4; width: 1.68vw; height: 1.68vw; border: 1.68vw solid white; border-radius: 100%; box-shadow: #FC0 0.42vw 0vw 0vw 0.84vw; -webkit-animation: look-around-you 8s linear alternate infinite; animation: look-around-you 8s linear alternate infinite; } @-webkit-keyframes look-around-you { 19% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 20% { -webkit-transform: translate3d(4px, -4px, 0); transform: translate3d(4px, -4px, 0); } 30% { -webkit-transform: translate3d(4px, -4px, 0); transform: translate3d(4px, -4px, 0); } 50% { -webkit-transform: translate3d(4px, -4px, 0); transform: translate3d(4px, -4px, 0); } 54% { -webkit-transform: translate3d(-4px, -4px, 0); transform: translate3d(-4px, -4px, 0); } 70% { -webkit-transform: translate3d(-4px, -4px, 0); transform: translate3d(-4px, -4px, 0); } 72% { -webkit-transform: translate3d(4px, 4px, 0); transform: translate3d(4px, 4px, 0); } 80% { -webkit-transform: translate3d(4px, 4px, 0); transform: translate3d(4px, 4px, 0); } 85% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes look-around-you { 19% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 20% { -webkit-transform: translate3d(4px, -4px, 0); transform: translate3d(4px, -4px, 0); } 30% { -webkit-transform: translate3d(4px, -4px, 0); transform: translate3d(4px, -4px, 0); } 50% { -webkit-transform: translate3d(4px, -4px, 0); transform: translate3d(4px, -4px, 0); } 54% { -webkit-transform: translate3d(-4px, -4px, 0); transform: translate3d(-4px, -4px, 0); } 70% { -webkit-transform: translate3d(-4px, -4px, 0); transform: translate3d(-4px, -4px, 0); } 72% { -webkit-transform: translate3d(4px, 4px, 0); transform: translate3d(4px, 4px, 0); } 80% { -webkit-transform: translate3d(4px, 4px, 0); transform: translate3d(4px, 4px, 0); } 85% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
0.474631
0.107414
@import '~@angular/material/prebuilt-themes/deeppurple-amber.css'; @import '~https://fonts.googleapis.com/icon?family=Material+Icons'; body { font-family: Roboto,Arial,sans-serif; } button:focus { outline: none; } .border { border: 1px solid black; } .border-shadow { box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5); } button { background-color: transparent; border: none; } .no-background { background-color: transparent; } .span-button { background-color: transparent; border: none; } a.no-decoration { text-decoration: none; } .h1 { font-size: 1.5rem; } .h2 { font-size: 1.25rem; } .h3 { font-size: 1rem; } .form-container { background: white; padding: 1em; width: 400px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5); margin-left: auto; margin-right: auto; margin-top: 2em; margin-bottom: 2em; } /* button { padding:1.2em; width:100%; cursor:pointer; margin-bottom:15px; font-size:1.3em; }*/ .basic-btn { background: #3B8598; color:white; } /*input.txt { background:#fff !important; padding:1.3em 1em; font-size:1.3em; border: 1px solid #BBBBBB; }*/ .alc { text-align:center; display:block; margin: 15px 0; } .error { background:#f1f0ef; padding:1em; width:100%; display:block; margin-bottom:20px; } #goback { font-weight:bold; text-transform:uppercase; font-size:.8em; color:#3B8598; } #goback span { font-size:1em; } .loading { width: 30px; height: 30px; border: 5px solid #ccc; position: fixed; left: 50%; margin-left: -20px; top: 50%; margin-top: -20px; border-radius: 50%; } .loading:after { content: ''; position: absolute; width: 40px; height: 10px; background: white; top: 10px; left: -5px; animation: spin 1.2s infinite; } @keyframes spin { 100% { transform: rotate(360deg); } } @media (max-width: 600px) { .form-container { padding:.8em; width:90%; margin-left:-45%; } button { font-size:1em; } } .fis-color { color: #007d8a; } .description-container { background-color: #8dc63f; padding: 30px; }
AppStore-Developer/src/styles.css
@import '~@angular/material/prebuilt-themes/deeppurple-amber.css'; @import '~https://fonts.googleapis.com/icon?family=Material+Icons'; body { font-family: Roboto,Arial,sans-serif; } button:focus { outline: none; } .border { border: 1px solid black; } .border-shadow { box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5); } button { background-color: transparent; border: none; } .no-background { background-color: transparent; } .span-button { background-color: transparent; border: none; } a.no-decoration { text-decoration: none; } .h1 { font-size: 1.5rem; } .h2 { font-size: 1.25rem; } .h3 { font-size: 1rem; } .form-container { background: white; padding: 1em; width: 400px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5); margin-left: auto; margin-right: auto; margin-top: 2em; margin-bottom: 2em; } /* button { padding:1.2em; width:100%; cursor:pointer; margin-bottom:15px; font-size:1.3em; }*/ .basic-btn { background: #3B8598; color:white; } /*input.txt { background:#fff !important; padding:1.3em 1em; font-size:1.3em; border: 1px solid #BBBBBB; }*/ .alc { text-align:center; display:block; margin: 15px 0; } .error { background:#f1f0ef; padding:1em; width:100%; display:block; margin-bottom:20px; } #goback { font-weight:bold; text-transform:uppercase; font-size:.8em; color:#3B8598; } #goback span { font-size:1em; } .loading { width: 30px; height: 30px; border: 5px solid #ccc; position: fixed; left: 50%; margin-left: -20px; top: 50%; margin-top: -20px; border-radius: 50%; } .loading:after { content: ''; position: absolute; width: 40px; height: 10px; background: white; top: 10px; left: -5px; animation: spin 1.2s infinite; } @keyframes spin { 100% { transform: rotate(360deg); } } @media (max-width: 600px) { .form-container { padding:.8em; width:90%; margin-left:-45%; } button { font-size:1em; } } .fis-color { color: #007d8a; } .description-container { background-color: #8dc63f; padding: 30px; }
0.432303
0.083031
* { margin: 0; padding: 0; } .width { width: 1200px; margin: auto; } .title { background-color: #055C92; height: 40px; border-bottom: 1px solid #B2C3CE; } .title span, .title a { font-size: 13px; color: #fff; line-height: 40px; text-decoration: none; } .title span.right { float: right; } .nav { display: flex; height: 113px; } .nav img { margin: auto 0; } .nav ul { list-style: none; margin-left: 50px; } .nav li { float: left; line-height: 113px; font-size: 16px; margin-left: 20px; } .nav li a { color: #333333; text-decoration: none; } .content { height: 439px; } .content .banner { float: left; height: 400px; width: 958px; background: url(images/banner.jpg) no-repeat; box-shadow: 1px -1px rgba(0, 0, 0, 0.5); } .content .infoPort { float: right; width: 232px; height: 400px; } .content .infoPort .title { height: 45px; font-size: 18px; color: #ffffff; line-height: 45px; text-align: center; } .content .infoPort .news { height: 354px; border-top: 1px solid #E0E0E0; border-right: 1px solid #E0E0E0; background-color: #F9F9F9; } .news ul { padding: 20px 0 20px 25px; list-style: square; } .news li { margin-bottom: 15px; } .news a { color: #333333; font-size: 13px; text-decoration: none; } .course { height: 507px; background-color: #F3F3F3; padding: 51px 0; box-sizing: border-box; } .course .mobile { float: left; height: 350px; width: 232px; padding: 30px 20px; background-color: #F5717C; box-sizing: border-box; color: white; position: relative; } .course h3 { font-size: 20px; } .course p { color: rgba(255, 255, 255, 0.8); margin-top: 5px; font-size: 13px; } .course .mobile img { position: absolute; left: 50%; top: 120px; margin-left: -74px; } .course ul { list-style: none; } .course li { float: left; width: 232px; height: 170px; margin-left: 10px; margin-bottom: 10px; background-color: #fff; } .course a { display: inline-block; width: 100%; height: 100%; text-align: center; position: relative; } .course a span { position: absolute; top: 40px; right: 80px; width: 40px; height: 40px; color: #FABFC4; } .course a img { margin-top: 40px; } .course a p { position: absolute; bottom: 24px; width: 100%; font-size: 15px; color: #333333; } .otherInfo { margin-top: 54px; height: 147px; border-bottom: 1px solid #E6E6E6; } .otherInfo div { float: left; width: 170px; } .otherInfo div h3, .link h3{ font-size: 15px; font-weight: normal; color: #333333; } .otherInfo div ul { margin-top: 10px; list-style: none; } .otherInfo div li { margin-top: 3px; } li a { font-size: 12px; color: #8D8D8D; text-decoration: none; } li a:hover { color: rgba(141, 141, 141, 0.8); } .link { height: 138px; border-bottom: 1px solid #E6E6E6; padding-top: 20px; box-sizing: border-box; } .link ul { margin-top: 10px; list-style: none; } .link li { float: left; margin-right: 10px; } .copyright { height: 142px; box-sizing: border-box; padding-top: 30px; } .copyright img { float: left; width: 150px; } .copyright p { float: left; margin-left: 15px; font-size: 12px; color: #333333; } .copyright p:first-of-type { margin-top: 5px; } .copyright p:last-of-type { margin-top: 5px; }
itcast/index.css
* { margin: 0; padding: 0; } .width { width: 1200px; margin: auto; } .title { background-color: #055C92; height: 40px; border-bottom: 1px solid #B2C3CE; } .title span, .title a { font-size: 13px; color: #fff; line-height: 40px; text-decoration: none; } .title span.right { float: right; } .nav { display: flex; height: 113px; } .nav img { margin: auto 0; } .nav ul { list-style: none; margin-left: 50px; } .nav li { float: left; line-height: 113px; font-size: 16px; margin-left: 20px; } .nav li a { color: #333333; text-decoration: none; } .content { height: 439px; } .content .banner { float: left; height: 400px; width: 958px; background: url(images/banner.jpg) no-repeat; box-shadow: 1px -1px rgba(0, 0, 0, 0.5); } .content .infoPort { float: right; width: 232px; height: 400px; } .content .infoPort .title { height: 45px; font-size: 18px; color: #ffffff; line-height: 45px; text-align: center; } .content .infoPort .news { height: 354px; border-top: 1px solid #E0E0E0; border-right: 1px solid #E0E0E0; background-color: #F9F9F9; } .news ul { padding: 20px 0 20px 25px; list-style: square; } .news li { margin-bottom: 15px; } .news a { color: #333333; font-size: 13px; text-decoration: none; } .course { height: 507px; background-color: #F3F3F3; padding: 51px 0; box-sizing: border-box; } .course .mobile { float: left; height: 350px; width: 232px; padding: 30px 20px; background-color: #F5717C; box-sizing: border-box; color: white; position: relative; } .course h3 { font-size: 20px; } .course p { color: rgba(255, 255, 255, 0.8); margin-top: 5px; font-size: 13px; } .course .mobile img { position: absolute; left: 50%; top: 120px; margin-left: -74px; } .course ul { list-style: none; } .course li { float: left; width: 232px; height: 170px; margin-left: 10px; margin-bottom: 10px; background-color: #fff; } .course a { display: inline-block; width: 100%; height: 100%; text-align: center; position: relative; } .course a span { position: absolute; top: 40px; right: 80px; width: 40px; height: 40px; color: #FABFC4; } .course a img { margin-top: 40px; } .course a p { position: absolute; bottom: 24px; width: 100%; font-size: 15px; color: #333333; } .otherInfo { margin-top: 54px; height: 147px; border-bottom: 1px solid #E6E6E6; } .otherInfo div { float: left; width: 170px; } .otherInfo div h3, .link h3{ font-size: 15px; font-weight: normal; color: #333333; } .otherInfo div ul { margin-top: 10px; list-style: none; } .otherInfo div li { margin-top: 3px; } li a { font-size: 12px; color: #8D8D8D; text-decoration: none; } li a:hover { color: rgba(141, 141, 141, 0.8); } .link { height: 138px; border-bottom: 1px solid #E6E6E6; padding-top: 20px; box-sizing: border-box; } .link ul { margin-top: 10px; list-style: none; } .link li { float: left; margin-right: 10px; } .copyright { height: 142px; box-sizing: border-box; padding-top: 30px; } .copyright img { float: left; width: 150px; } .copyright p { float: left; margin-left: 15px; font-size: 12px; color: #333333; } .copyright p:first-of-type { margin-top: 5px; } .copyright p:last-of-type { margin-top: 5px; }
0.601359
0.120827
body { color: #333333; background: white; font-family: 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif; font-size: 10pt; line-height: 1.3em; } table, td, th { font-size: 1em; } table th { text-align: left; font-weight: bold; } h1, h2, h3, h4, h5, h6 { color: #3A3E43; font-family: 'Segoe UI Semibold','Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif; font-weight: normal; line-height: 1.25em; clear: both; } h1, .title { font-size: 1.5em; margin: 0.5em 0; } h1 strong { font-family: 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif; font-weight: bold; } h3 { color: #260859; background: #E8E8E8; font-size: 1.2em; border: 5px solid #E8E8E8; margin-left: -5px; -moz-border-radius: 4px; } pre { font-family: Consolas, 'Courier New CE', monospace; white-space: pre-wrap; } .clear { clear: both; height: 0; } #page-center { width: 966px; margin: 0 auto; } #page-wrapper { width: 100%; margin-top: 50px; xoutline: 1px solid black; } #content-wrapper { background: white; margin: 0 9px 0 7px; border: 1px solid #ccc; padding-top: 1px; } #content { margin: 0 1.5em; width: 90%; } #footer { border-top: 3px solid #E8E8E8; border-radius: 3px; -moz-border-radius: 3px; margin-top: 2em; } #header { border-bottom: 3px solid #E8E8E8; border-radius: 3px; -moz-border-radius: 3px; } .mso-border { border-bottom: 3px solid #E8E8E8; } .success { color: green; /*#bfda55;*/ } .failure { color: red; /*#fd7a6d;*/ } table.build-summary { } table.build-summary th { text-align: left; width: 11em; } table.modifications-header { width: 100%; } table.modifications-header th { font-weight: normal; } table.modifications-details { font-size: 0.9em; width: 100%; } td.modified, td.added, td.deleted { border-left: 3px solid; } td.modified { border-color: #69b3fe; } td.added { border-color: #bfda55; } td.deleted { border-color: #fd7a6d; } p.error { color: red; }
src/email2.css
body { color: #333333; background: white; font-family: 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif; font-size: 10pt; line-height: 1.3em; } table, td, th { font-size: 1em; } table th { text-align: left; font-weight: bold; } h1, h2, h3, h4, h5, h6 { color: #3A3E43; font-family: 'Segoe UI Semibold','Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif; font-weight: normal; line-height: 1.25em; clear: both; } h1, .title { font-size: 1.5em; margin: 0.5em 0; } h1 strong { font-family: 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif; font-weight: bold; } h3 { color: #260859; background: #E8E8E8; font-size: 1.2em; border: 5px solid #E8E8E8; margin-left: -5px; -moz-border-radius: 4px; } pre { font-family: Consolas, 'Courier New CE', monospace; white-space: pre-wrap; } .clear { clear: both; height: 0; } #page-center { width: 966px; margin: 0 auto; } #page-wrapper { width: 100%; margin-top: 50px; xoutline: 1px solid black; } #content-wrapper { background: white; margin: 0 9px 0 7px; border: 1px solid #ccc; padding-top: 1px; } #content { margin: 0 1.5em; width: 90%; } #footer { border-top: 3px solid #E8E8E8; border-radius: 3px; -moz-border-radius: 3px; margin-top: 2em; } #header { border-bottom: 3px solid #E8E8E8; border-radius: 3px; -moz-border-radius: 3px; } .mso-border { border-bottom: 3px solid #E8E8E8; } .success { color: green; /*#bfda55;*/ } .failure { color: red; /*#fd7a6d;*/ } table.build-summary { } table.build-summary th { text-align: left; width: 11em; } table.modifications-header { width: 100%; } table.modifications-header th { font-weight: normal; } table.modifications-details { font-size: 0.9em; width: 100%; } td.modified, td.added, td.deleted { border-left: 3px solid; } td.modified { border-color: #69b3fe; } td.added { border-color: #bfda55; } td.deleted { border-color: #fd7a6d; } p.error { color: red; }
0.498779
0.136522
.main-container { position: relative; padding: 2rem; } .legContainer { text-align: center; min-height: 400px; } .hitButton { position: absolute; top: 45%; left: 20%; z-index: 999; border: none; background-color: rgb(90, 189, 181); color: white; cursor: pointer; width: 80px; height: 80px; border-radius: 500px; } .hitButton:focus{ outline: none; } .hitButton:disabled { background-color: rgb(128, 128, 128); cursor: initial; color: rgb(201, 201, 201); } .hitButton:disabled::after { animation: none; background-color: rgba(161, 161, 161, 0.582); } .hitButton::after { content: ""; position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; animation: wave 0.8s ease-in-out infinite; background-color: rgba(146, 241, 233, 0.580); border-radius: 500px; } .btn { border: none; color: white; cursor: pointer; padding: 5px; vertical-align: middle; } .btn--red { background-color: rgb(236, 69, 69); } .btn--white { background-color: rgb(255, 255, 255); color: #474747; } .lottie-container1{ position: absolute; left: 32%; top: 14.5%; } .lottie-container2{ transform: rotate(30deg); position: absolute; left: 54%; top: 45%; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 52%; top: 62%; } .ml-2{ margin-left: 2rem; } @media screen and (max-width: 399px){ .lottie-container1 div[aria-label="animation"]{ width: 170px !important; } .lottie-container1{ position: absolute; left: 29%; top: 35%; } #moelle2{ width: 25%; top: 20% !important; left: 77.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 400px)and (max-width: 420px){ .lottie-container1 div[aria-label="animation"]{ width: 190px !important; } .lottie-container1{ position: absolute; left: 29%; top: 33%; } #moelle2{ width: 25%; top: 20% !important; left: 79.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 421px)and (max-width: 449px){ .lottie-container1 div[aria-label="animation"]{ width: 210px !important; } .lottie-container1{ position: absolute; left: 29%; top: 32%; } #moelle2{ width: 25%; top: 20% !important; left: 79.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 450px)and (max-width: 474px){ .lottie-container1 div[aria-label="animation"]{ width: 200px !important; } .lottie-container1{ position: absolute; left: 31%; top: 33%; } #moelle2{ width: 25%; top: 20% !important; left: 75.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 475px)and (max-width: 499px){ .lottie-container1 div[aria-label="animation"]{ width: 220px !important; } .lottie-container1{ position: absolute; left: 32%; top: 32%; } #moelle2{ width: 25%; top: 20% !important; left: 77.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 500px)and (max-width: 524px){ .lottie-container1 div[aria-label="animation"]{ width: 220px !important; } .lottie-container1{ position: absolute; left: 32%; top: 32%; } #moelle2{ width: 25%; top: 20% !important; left: 74.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 525px)and (max-width: 554px){ .lottie-container1 div[aria-label="animation"]{ width: 230px !important; } .lottie-container1{ position: absolute; left: 32%; top: 31%; } #moelle2{ width: 25%; top: 20% !important; left: 73.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 555px)and (max-width: 584px){ .lottie-container1 div[aria-label="animation"]{ width: 240px !important; } .lottie-container1{ position: absolute; left: 32%; top: 31.5%; } #moelle2{ width: 25%; top: 21% !important; left: 72.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 585px)and (max-width: 621px){ .lottie-container1 div[aria-label="animation"]{ width: 260px !important; } .lottie-container1{ position: absolute; left: 32%; top: 29.5%; } #moelle2{ width: 25%; top: 21% !important; left: 72.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 622px)and (max-width: 659px){ .lottie-container1 div[aria-label="animation"]{ width: 270px !important; } .lottie-container1{ position: absolute; left: 32%; top: 29.5%; } #moelle2{ width: 25%; top: 21% !important; left: 70.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 660px)and (max-width: 699px){ .lottie-container1 div[aria-label="animation"]{ width: 290px !important; } .lottie-container1{ position: absolute; left: 32%; top: 28.5%; } #moelle2{ width: 25%; top: 21% !important; left: 70.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 700px)and (max-width: 739px){ .lottie-container1 div[aria-label="animation"]{ width: 290px !important; } .lottie-container1{ position: absolute; left: 32%; top: 28.5%; } #moelle2{ width: 23%; top: 21% !important; left: 68.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 740px)and (max-width: 789px){ .lottie-container1 div[aria-label="animation"]{ width: 335px !important; } .lottie-container1{ position: absolute; left: 32%; top: 26%; } #moelle2{ width: 27%; top: 21% !important; left: 70% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 790px) and (max-width: 849px){ .lottie-container1 div[aria-label="animation"]{ width: 360px !important; } .lottie-container1{ position: absolute; left: 32%; top: 24.5%; } #moelle2{ width: 27%; top: 21% !important; left: 70% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 850px) and (max-width: 899px){ .lottie-container1 div[aria-label="animation"]{ width: 390px !important; } .lottie-container1{ position: absolute; left: 32%; top: 23.5%; } #moelle2{ width: 28%; /* top: 25% !important; */ left: 70% !important; } } @media screen and (min-width: 900px) and (max-width: 974px){ .lottie-container1 div[aria-label="animation"]{ width: 390px !important; } .lottie-container1{ position: absolute; left: 32%; top: 24.5%; } #moelle2{ /* width: 23%; */ /* top: 25% !important; */ left: 57.5% !important; } } @media screen and (min-width: 975px) and (max-width: 1037px){ .lottie-container1 div[aria-label="animation"]{ width: 390px !important; } .lottie-container1{ position: absolute; left: 32%; top: 24.5%; } #moelle2{ /* width: 23%; */ /* top: 25% !important; */ left: 54% !important; } } @media screen and (min-width: 1038px) and (max-width: 1094px){ .lottie-container1 div[aria-label="animation"]{ width: 450px !important; } .lottie-container1{ position: absolute; left: 32%; top: 21.5%; } #moelle2{ /* width: 23%; */ /* top: 25% !important; */ left: 57% !important; } } @media all and (min-width: 1095px) and (max-width: 1159px) { .lottie-container1 div[aria-label="animation"]{ width: 425px !important; } .lottie-container1{ position: absolute; left: 32%; top: 22.5%; } #moelle2{ /* width: 25%; */ top: 25% !important; /* left: 62% !important; */ } .lottie-container3 { transform: rotate(130deg); position: absolute; left: 50%; top: 62%; } } @media all and (min-width: 1160px) and (max-width: 1239px){ .lottie-container1 div[aria-label="animation"]{ width: 460px !important; } .lottie-container1{ position: absolute; left: 32%; top: 20.5%; } } @media all and (min-width: 1240px) and (max-width: 1319px){ .lottie-container1 div[aria-label="animation"]{ width: 495px !important; } .lottie-container1{ position: absolute; left: 32%; top: 19.5%; } } @media all and (min-width: 1320px) and (max-width: 1389px){ .lottie-container1 div[aria-label="animation"]{ width: 620px !important; } .lottie-container1{ position: absolute; left: 32%; top: 12.5%; } #moelle2{ /* width: 25%; */ /* top: 25% !important; */ left: 59% !important; } } @media all and (min-width: 1390px) and (max-width: 1459px){ .lottie-container1 div[aria-label="animation"]{ width: 560px !important; } .lottie-container1{ position: absolute; left: 32%; top: 15.5%; } } @media all and (min-width: 1460px) and (max-width: 1539px){ .lottie-container1 div[aria-label="animation"]{ width: 590px !important; } .lottie-container1{ position: absolute; left: 32%; top: 15.5%; } } @media all and (min-width: 1540px) and (max-width: 1600px){ .lottie-container1 div[aria-label="animation"]{ width: 600px !important; } .lottie-container1{ position: absolute; left: 34%; top: 14.5%; } #moelle2{ width: 45%; /* top: 25% !important; */ /* left: 62% !important; */ } } @media all and (max-width: 514px){ .toolBox button span{ font-size: 6px; } .hitButton{ width: 50px; height: 50px; font-size: 11px; } } @media all and (min-width: 515px) and (max-width: 600px){ .toolBox button span{ font-size: 8px; } .hitButton{ width: 50px; height: 50px; font-size: 11px; } } @media all and (min-width: 600px) and (max-width: 899px){ .toolBox button span{ font-size: 10px; } .hitButton{ width: 50px; height: 50px; font-size: 11px; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media all and (min-width: 900px) and (max-width: 1024px){ .toolBox button span{ font-size: 12px; } .hitButton{ width: 70px; height: 70px; font-size: 13px; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @keyframes wave { 0% { transform: scale(1); opacity: 0; } 50% { transform: scale(1.5); opacity: 1; } 80% { transform: scale(1.2); opacity: 1; } 100% { transform: scale(1); opacity: 0; } }
src/layout/main/Main.css
.main-container { position: relative; padding: 2rem; } .legContainer { text-align: center; min-height: 400px; } .hitButton { position: absolute; top: 45%; left: 20%; z-index: 999; border: none; background-color: rgb(90, 189, 181); color: white; cursor: pointer; width: 80px; height: 80px; border-radius: 500px; } .hitButton:focus{ outline: none; } .hitButton:disabled { background-color: rgb(128, 128, 128); cursor: initial; color: rgb(201, 201, 201); } .hitButton:disabled::after { animation: none; background-color: rgba(161, 161, 161, 0.582); } .hitButton::after { content: ""; position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; animation: wave 0.8s ease-in-out infinite; background-color: rgba(146, 241, 233, 0.580); border-radius: 500px; } .btn { border: none; color: white; cursor: pointer; padding: 5px; vertical-align: middle; } .btn--red { background-color: rgb(236, 69, 69); } .btn--white { background-color: rgb(255, 255, 255); color: #474747; } .lottie-container1{ position: absolute; left: 32%; top: 14.5%; } .lottie-container2{ transform: rotate(30deg); position: absolute; left: 54%; top: 45%; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 52%; top: 62%; } .ml-2{ margin-left: 2rem; } @media screen and (max-width: 399px){ .lottie-container1 div[aria-label="animation"]{ width: 170px !important; } .lottie-container1{ position: absolute; left: 29%; top: 35%; } #moelle2{ width: 25%; top: 20% !important; left: 77.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 400px)and (max-width: 420px){ .lottie-container1 div[aria-label="animation"]{ width: 190px !important; } .lottie-container1{ position: absolute; left: 29%; top: 33%; } #moelle2{ width: 25%; top: 20% !important; left: 79.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 421px)and (max-width: 449px){ .lottie-container1 div[aria-label="animation"]{ width: 210px !important; } .lottie-container1{ position: absolute; left: 29%; top: 32%; } #moelle2{ width: 25%; top: 20% !important; left: 79.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 450px)and (max-width: 474px){ .lottie-container1 div[aria-label="animation"]{ width: 200px !important; } .lottie-container1{ position: absolute; left: 31%; top: 33%; } #moelle2{ width: 25%; top: 20% !important; left: 75.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 475px)and (max-width: 499px){ .lottie-container1 div[aria-label="animation"]{ width: 220px !important; } .lottie-container1{ position: absolute; left: 32%; top: 32%; } #moelle2{ width: 25%; top: 20% !important; left: 77.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 500px)and (max-width: 524px){ .lottie-container1 div[aria-label="animation"]{ width: 220px !important; } .lottie-container1{ position: absolute; left: 32%; top: 32%; } #moelle2{ width: 25%; top: 20% !important; left: 74.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 525px)and (max-width: 554px){ .lottie-container1 div[aria-label="animation"]{ width: 230px !important; } .lottie-container1{ position: absolute; left: 32%; top: 31%; } #moelle2{ width: 25%; top: 20% !important; left: 73.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 555px)and (max-width: 584px){ .lottie-container1 div[aria-label="animation"]{ width: 240px !important; } .lottie-container1{ position: absolute; left: 32%; top: 31.5%; } #moelle2{ width: 25%; top: 21% !important; left: 72.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 585px)and (max-width: 621px){ .lottie-container1 div[aria-label="animation"]{ width: 260px !important; } .lottie-container1{ position: absolute; left: 32%; top: 29.5%; } #moelle2{ width: 25%; top: 21% !important; left: 72.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 622px)and (max-width: 659px){ .lottie-container1 div[aria-label="animation"]{ width: 270px !important; } .lottie-container1{ position: absolute; left: 32%; top: 29.5%; } #moelle2{ width: 25%; top: 21% !important; left: 70.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 660px)and (max-width: 699px){ .lottie-container1 div[aria-label="animation"]{ width: 290px !important; } .lottie-container1{ position: absolute; left: 32%; top: 28.5%; } #moelle2{ width: 25%; top: 21% !important; left: 70.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 700px)and (max-width: 739px){ .lottie-container1 div[aria-label="animation"]{ width: 290px !important; } .lottie-container1{ position: absolute; left: 32%; top: 28.5%; } #moelle2{ width: 23%; top: 21% !important; left: 68.5% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 740px)and (max-width: 789px){ .lottie-container1 div[aria-label="animation"]{ width: 335px !important; } .lottie-container1{ position: absolute; left: 32%; top: 26%; } #moelle2{ width: 27%; top: 21% !important; left: 70% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 790px) and (max-width: 849px){ .lottie-container1 div[aria-label="animation"]{ width: 360px !important; } .lottie-container1{ position: absolute; left: 32%; top: 24.5%; } #moelle2{ width: 27%; top: 21% !important; left: 70% !important; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media screen and (min-width: 850px) and (max-width: 899px){ .lottie-container1 div[aria-label="animation"]{ width: 390px !important; } .lottie-container1{ position: absolute; left: 32%; top: 23.5%; } #moelle2{ width: 28%; /* top: 25% !important; */ left: 70% !important; } } @media screen and (min-width: 900px) and (max-width: 974px){ .lottie-container1 div[aria-label="animation"]{ width: 390px !important; } .lottie-container1{ position: absolute; left: 32%; top: 24.5%; } #moelle2{ /* width: 23%; */ /* top: 25% !important; */ left: 57.5% !important; } } @media screen and (min-width: 975px) and (max-width: 1037px){ .lottie-container1 div[aria-label="animation"]{ width: 390px !important; } .lottie-container1{ position: absolute; left: 32%; top: 24.5%; } #moelle2{ /* width: 23%; */ /* top: 25% !important; */ left: 54% !important; } } @media screen and (min-width: 1038px) and (max-width: 1094px){ .lottie-container1 div[aria-label="animation"]{ width: 450px !important; } .lottie-container1{ position: absolute; left: 32%; top: 21.5%; } #moelle2{ /* width: 23%; */ /* top: 25% !important; */ left: 57% !important; } } @media all and (min-width: 1095px) and (max-width: 1159px) { .lottie-container1 div[aria-label="animation"]{ width: 425px !important; } .lottie-container1{ position: absolute; left: 32%; top: 22.5%; } #moelle2{ /* width: 25%; */ top: 25% !important; /* left: 62% !important; */ } .lottie-container3 { transform: rotate(130deg); position: absolute; left: 50%; top: 62%; } } @media all and (min-width: 1160px) and (max-width: 1239px){ .lottie-container1 div[aria-label="animation"]{ width: 460px !important; } .lottie-container1{ position: absolute; left: 32%; top: 20.5%; } } @media all and (min-width: 1240px) and (max-width: 1319px){ .lottie-container1 div[aria-label="animation"]{ width: 495px !important; } .lottie-container1{ position: absolute; left: 32%; top: 19.5%; } } @media all and (min-width: 1320px) and (max-width: 1389px){ .lottie-container1 div[aria-label="animation"]{ width: 620px !important; } .lottie-container1{ position: absolute; left: 32%; top: 12.5%; } #moelle2{ /* width: 25%; */ /* top: 25% !important; */ left: 59% !important; } } @media all and (min-width: 1390px) and (max-width: 1459px){ .lottie-container1 div[aria-label="animation"]{ width: 560px !important; } .lottie-container1{ position: absolute; left: 32%; top: 15.5%; } } @media all and (min-width: 1460px) and (max-width: 1539px){ .lottie-container1 div[aria-label="animation"]{ width: 590px !important; } .lottie-container1{ position: absolute; left: 32%; top: 15.5%; } } @media all and (min-width: 1540px) and (max-width: 1600px){ .lottie-container1 div[aria-label="animation"]{ width: 600px !important; } .lottie-container1{ position: absolute; left: 34%; top: 14.5%; } #moelle2{ width: 45%; /* top: 25% !important; */ /* left: 62% !important; */ } } @media all and (max-width: 514px){ .toolBox button span{ font-size: 6px; } .hitButton{ width: 50px; height: 50px; font-size: 11px; } } @media all and (min-width: 515px) and (max-width: 600px){ .toolBox button span{ font-size: 8px; } .hitButton{ width: 50px; height: 50px; font-size: 11px; } } @media all and (min-width: 600px) and (max-width: 899px){ .toolBox button span{ font-size: 10px; } .hitButton{ width: 50px; height: 50px; font-size: 11px; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @media all and (min-width: 900px) and (max-width: 1024px){ .toolBox button span{ font-size: 12px; } .hitButton{ width: 70px; height: 70px; font-size: 13px; } .lottie-container3{ transform: rotate(130deg); position: absolute; left: 48%; top: 50%; } } @keyframes wave { 0% { transform: scale(1); opacity: 0; } 50% { transform: scale(1.5); opacity: 1; } 80% { transform: scale(1.2); opacity: 1; } 100% { transform: scale(1); opacity: 0; } }
0.383641
0.046616
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap'); :root { --azure: #0290ff; --black-two: #121212; } body { font-family: Montserrat, sans-serif; background-color: rgba(0, 0, 0, 0.05); } header { background-color: #fff; border-bottom: 1px solid #ccc; margin-top: -1em; } .header { display: flex; justify-content: space-between; max-width: 1200px; margin: 0 auto; } .header-left { display: flex; align-items: center; } .Bookstore-CMS { font-size: 1.875rem; font-weight: bold; color: var(--azure); } .header-left-links { margin-left: 2em; } .header-left-links .BOOKS { color: var(--black-two); } .header-left span { margin-left: 1em; font-size: 0.8rem; color: #ccc; } .header-left span > .active { color: #000; } .category-filter { border: none; margin-left: 1em; background: transparent; appearance: none; color: var(--azure); } .category-filter:focus { outline: none; } .header-right { margin-right: 2em; color: var(--azure); margin-top: 1.8em; transform: scale(1.5); } /* ------------BOOK ITEM------------------ */ main { max-width: 1200px; margin: 1em auto; } .Lesson-Panel { width: 1200px; margin: 1em auto; padding: 1em; border-radius: 4px; border: solid 1px #e8e8e8; background-color: #fff; display: flex; justify-content: space-between; } .Lesson-Panel-left { display: flex; flex-direction: column; } .category { opacity: 0.5; font-size: 0.8rem; font-weight: bold; color: var(--black-two); } .title { font-family: 'Roboto Slab', serif; font-size: 1.375rem; font-weight: bold; letter-spacing: -0.2px; color: var(--black-two); } .author { font-family: 'Roboto Slab', serif; font-size: 0.8rem; font-weight: 400; color: #4386bf; } .Lesson-Panel-left .links { font-family: 'Roboto Slab', serif; display: flex; font-size: 0.8rem; color: #4386bf; margin-top: 1.5em; } .Lesson-Panel-left .links .link { padding-right: 1em; } .Lesson-Panel-left .links .link:not(:first-child) { padding-left: 1em; border-left: 1px solid #ccc; } .Remove { font-size: 0.8rem; font-weight: 400; color: #4386bf; border: none; background-color: inherit; } /* -------------Lesson-Panel-middle--------------------- */ .Lesson-Panel-middle { display: flex; align-items: center; justify-content: space-between; } .progress-circle .circle { height: 60px; width: 60px; border-top: 5px solid var(--azure); border-right: 5px solid var(--azure); border-bottom: 5px solid var(--azure); border-left: 5px solid #ccc; transform: rotate(45deg); border-radius: 50%; } .progress-info { display: flex; flex-direction: column; font-size: 0.8rem; margin-left: 1em; } .progress-info-percentage { font-size: 2rem; } .progress-info-status { color: #121212; opacity: 0.5; } /* ----------------Lesson-Panel-right------------------- */ .Lesson-Panel-right { font-family: 'Roboto Slab', serif; display: flex; flex-direction: column; justify-content: space-between; margin-right: 8em; } .chapter { opacity: 0.5; font-size: 0.8rem; font-weight: 400; color: var(--black-two); } .chapter-number { font-weight: 400; letter-spacing: -0.4px; color: var(--black-two); } .chapter-progress-button { border-radius: 3px; font-size: 0.8rem; text-transform: uppercase; color: #fff; background-color: var(--azure); padding: 0.5em 1.5em; } .line { height: 4.375rem; border: solid 1px #e8e8e8; } /* ----------------------FORM----------------- */ .form-container { max-width: 1200px; margin: 0 auto; } .form-container h2 { color: #888; font-size: 1.25rem; font-weight: 700; text-transform: uppercase; } form { width: 100%; display: flex; justify-content: space-between; } form input { width: 60%; border-radius: 4px; border: solid 1px #e8e8e8; background-color: #fff; padding: 1em; } form select { width: 18%; padding: 1em; border: none; background-color: #fff; } form button { width: 18%; padding: 1em; text-transform: uppercase; color: #fff; background-color: var(--azure); font-family: 'Roboto Slab', serif; border: none; border-radius: 0.2em; }
src/index.css
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap'); :root { --azure: #0290ff; --black-two: #121212; } body { font-family: Montserrat, sans-serif; background-color: rgba(0, 0, 0, 0.05); } header { background-color: #fff; border-bottom: 1px solid #ccc; margin-top: -1em; } .header { display: flex; justify-content: space-between; max-width: 1200px; margin: 0 auto; } .header-left { display: flex; align-items: center; } .Bookstore-CMS { font-size: 1.875rem; font-weight: bold; color: var(--azure); } .header-left-links { margin-left: 2em; } .header-left-links .BOOKS { color: var(--black-two); } .header-left span { margin-left: 1em; font-size: 0.8rem; color: #ccc; } .header-left span > .active { color: #000; } .category-filter { border: none; margin-left: 1em; background: transparent; appearance: none; color: var(--azure); } .category-filter:focus { outline: none; } .header-right { margin-right: 2em; color: var(--azure); margin-top: 1.8em; transform: scale(1.5); } /* ------------BOOK ITEM------------------ */ main { max-width: 1200px; margin: 1em auto; } .Lesson-Panel { width: 1200px; margin: 1em auto; padding: 1em; border-radius: 4px; border: solid 1px #e8e8e8; background-color: #fff; display: flex; justify-content: space-between; } .Lesson-Panel-left { display: flex; flex-direction: column; } .category { opacity: 0.5; font-size: 0.8rem; font-weight: bold; color: var(--black-two); } .title { font-family: 'Roboto Slab', serif; font-size: 1.375rem; font-weight: bold; letter-spacing: -0.2px; color: var(--black-two); } .author { font-family: 'Roboto Slab', serif; font-size: 0.8rem; font-weight: 400; color: #4386bf; } .Lesson-Panel-left .links { font-family: 'Roboto Slab', serif; display: flex; font-size: 0.8rem; color: #4386bf; margin-top: 1.5em; } .Lesson-Panel-left .links .link { padding-right: 1em; } .Lesson-Panel-left .links .link:not(:first-child) { padding-left: 1em; border-left: 1px solid #ccc; } .Remove { font-size: 0.8rem; font-weight: 400; color: #4386bf; border: none; background-color: inherit; } /* -------------Lesson-Panel-middle--------------------- */ .Lesson-Panel-middle { display: flex; align-items: center; justify-content: space-between; } .progress-circle .circle { height: 60px; width: 60px; border-top: 5px solid var(--azure); border-right: 5px solid var(--azure); border-bottom: 5px solid var(--azure); border-left: 5px solid #ccc; transform: rotate(45deg); border-radius: 50%; } .progress-info { display: flex; flex-direction: column; font-size: 0.8rem; margin-left: 1em; } .progress-info-percentage { font-size: 2rem; } .progress-info-status { color: #121212; opacity: 0.5; } /* ----------------Lesson-Panel-right------------------- */ .Lesson-Panel-right { font-family: 'Roboto Slab', serif; display: flex; flex-direction: column; justify-content: space-between; margin-right: 8em; } .chapter { opacity: 0.5; font-size: 0.8rem; font-weight: 400; color: var(--black-two); } .chapter-number { font-weight: 400; letter-spacing: -0.4px; color: var(--black-two); } .chapter-progress-button { border-radius: 3px; font-size: 0.8rem; text-transform: uppercase; color: #fff; background-color: var(--azure); padding: 0.5em 1.5em; } .line { height: 4.375rem; border: solid 1px #e8e8e8; } /* ----------------------FORM----------------- */ .form-container { max-width: 1200px; margin: 0 auto; } .form-container h2 { color: #888; font-size: 1.25rem; font-weight: 700; text-transform: uppercase; } form { width: 100%; display: flex; justify-content: space-between; } form input { width: 60%; border-radius: 4px; border: solid 1px #e8e8e8; background-color: #fff; padding: 1em; } form select { width: 18%; padding: 1em; border: none; background-color: #fff; } form button { width: 18%; padding: 1em; text-transform: uppercase; color: #fff; background-color: var(--azure); font-family: 'Roboto Slab', serif; border: none; border-radius: 0.2em; }
0.422981
0.094887
body { text-align: center; color: white; background: #000; opacity: 1; overflow: hidden; background-image: url(../img/mainMenuBG.jpg); background-repeat: no-repeat; background-size: 100% 100%; height: 100vh; } #civInfo { font-weight: bold; margin-top: 0px; color: white; margin-bottom: 20px; transition: 0.5s; font-size: 15px; margin-left: 10px; margin-right: 10px; } #settingsVar{ margin-right: -160px; margin-top: 10px; margin-bottom: 10px; } #nationMenuInfo { text-align:center; user-select: none; font-family: Trebuchet MS; position: absolute; top: 0; right: 0; display:inline-block; width: 215px; background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(1,1,4,1) 46%, rgba(70,72,73,1) 100%); border-radius: 8px; margin-top: 50px; margin-right: 70px; visibility: hidden; transition: 0.5s; } #rulerTab { text-align:center; user-select: none; font-family: Trebuchet MS; position: absolute; bottom: 0; right: 0; display:inline-block; width: 170px; background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(1,1,4,1) 46%, rgba(70,72,73,1) 100%); border-radius: 8px; margin-bottom: 40px; margin-right: 70px; visibility: hidden; transition: 0.5s; } #rulerInfo { font-weight: bold; margin-top: 0px; color: white; margin-bottom: 20px; transition: 0.5s; font-size: 20px; margin-left: 10px; margin-right: 10px; } #rulerIcon { margin-top: 20px; margin-left: 10px; margin-right: 10px; margin-bottom: 10px; width: 150px; height: 20vh; /* border-radius: 20px; border: none; */ overflow: hidden; background-image: url(../img/noFlag.jpg); background-repeat: no-repeat; background-position: center; background-size: contain; transition: all 0.5s; } #englandPick { margin-bottom: 10px; width: 130px; } #nationName { margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS; font-size: 3vh; font-weight: bold; } #homeButtons { position: absolute; top: 0; right: 0; display:inline-block; width: 150px; background-color: rgba(0, 0, 0, 0.7); border-radius: 8px; margin-top: 7.5vh; margin-right: 7.5vw; visibility: hidden; } #mapForEverything { image-rendering: crisp-edges; text-align: center; color: white; animation: fadeInMenu 2.5s linear; overflow: hidden; background-image: url(../img/europa.jpg); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat: no-repeat; background-size: 60vh; height: 100vh; background-position: center; transform-origin: 50% 50%; margin: 0 auto; margin-top: -50px; margin-left: -10px; margin-right: -10px; margin-bottom: -0px; transition: 0.5s ease; visibility: hidden; } #loadingMan { image-rendering: pixelated; text-align: center; color: white; overflow: hidden; background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat: no-repeat; background-size: 60vh; height: 100vh; background-position: center; transform-origin: 50% 50%; margin: 0 auto; margin-top: -50px; margin-left: -10px; margin-right: -10px; margin-bottom: -0px; transition: 0.5s ease; visibility: visible; } #parisLocation { image-rendering: pixelated; text-align: center; color: white; overflow: hidden; background-image: url(../img/commonAnimSheet/flags/french/francePostAnim.gif); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat: no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 43.9% 49.4%; transform: scale(0.09); margin: 0 auto; transition: 0.5s ease; visibility: visible; } #parisCity { text-align: center; color: white; overflow: hidden; background-image: url(../img/europeanCity.png); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat: no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 10% 50%; transform: scale(1); margin: 0 auto; margin-left: -5px; margin-top: 60px; transition: 0.5s ease; visibility: visible; } #parisTab { text-align:center; user-select: none; font-family: Trebuchet MS; position: absolute; margin-top: 53.5vh; margin-left: -4vw; display:inline-block; width: 7.4vw; background-color: rgba(13, 20, 132, 0.7); border-radius: 8px; transition: 0.5s; } #parisName { font-family: Trebuchet MS; font-weight: bold; margin-top: 0px; color: white; transition: 0.5s; font-size: 3vh; margin-bottom: 5px; } #bordeauxLocation { image-rendering: pixelated; text-align: center; color: white; overflow: hidden; background-image: url(../img/commonAnimSheet/flags/french/francePostAnim.gif); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat : no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 42.25% -57.5%; transform: scale(0.09); margin: 0 auto; transition: 0.5s ease; visibility: visible; } #bordeauxCity { text-align: center; color: white; overflow: hidden; background-image: url(../img/europeanFort.png); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat: no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 10% 50%; transform: scale(1); margin: 0 auto; margin-left: -5px; margin-top: 60px; transition: 0.5s ease; visibility: visible; } #bordeauxTab { text-align:center; user-select: none; font-family: Trebuchet MS; position: absolute; margin-top: 53.5vh; margin-left: -4vw; display:inline-block; width: 9vw; background-color: rgba(13, 20, 132, 0.7); border-radius: 8px; transition: 0.5s; } #bordeauxName { font-family: Trebuchet MS; font-weight: bold; margin-top: 5px; color: white; transition: 0.5s; font-size: 3vh; margin-bottom: 5px; } #londonLocation { image-rendering: pixelated; text-align: center; color: white; overflow: hidden; background-image: url(../img/commonAnimSheet/flags/england/englandPostAnim.gif); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat : no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 43.25% -172.75%; transform: scale(0.09); margin: 0 auto; transition: 0.5s ease; visibility: visible; } #londonCity { text-align: center; color: white; overflow: hidden; background-image: url(../img/europeanCity.png); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat: no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 10% 50%; transform: scale(1); margin: 0 auto; margin-left: -5px; margin-top: 60px; transition: 0.5s ease; visibility: visible; } #londonTab { text-align:center; user-select: none; font-family: Trebuchet MS; position: absolute; margin-top: 53.5vh; margin-left: -4vw; display:inline-block; width: 9vw; background-color: rgba(255, 0, 0, 0.7); border-radius: 8px; transition: 0.5s; } #londonName { font-family: Trebuchet MS; font-weight: bold; margin-top: 0px; color: white; transition: 0.5s; font-size: 3vh; margin-bottom: 5px; } #edinburghLocation { image-rendering: pixelated; text-align: center; color: white; overflow: hidden; background-image: url(../img/commonAnimSheet/flags/england/englandPostAnim.gif); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat : no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 43% -286.25%; transform: scale(0.09); margin: 0 auto; transition: 0.5s ease; visibility: visible; } #edinburghCity { text-align: center; color: white; overflow: hidden; background-image: url(../img/europeanFort.png); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat: no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 10% 50%; transform: scale(1); margin: 0 auto; margin-left: -5px; margin-top: 60px; transition: 0.5s ease; visibility: visible; } #edinburghTab { text-align:center; user-select: none; font-family: Trebuchet MS; position: absolute; margin-top: 53.5vh; margin-left: -4vw; display:inline-block; width:9.5vw; background-color: rgba(255, 0, 0, 0.7); border-radius: 8px; transition: 0.5s; } #edinburghName { font-family: Trebuchet MS; font-weight: bold; margin-top: 0px; color: white; transition: 0.5s; font-size: 3vh; margin-bottom: 5px; margin-top: 5px; } #madridLocation { image-rendering: pixelated; text-align: center; color: white; overflow: hidden; background-image: url(../img/commonAnimSheet/flags/spain/spainPostAnim.gif); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat : no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 40.5% -384.5%; transform: scale(0.09); margin: 0 auto; transition: 0.5s ease; visibility: visible; } #madridCity { text-align: center; color: white; overflow: hidden; background-image: url(../img/europeanCity.png); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat: no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 10% 50%; transform: scale(1); margin: 0 auto; margin-left: -5px; margin-top: 60px; transition: 0.5s ease; visibility: visible; } #madridTab { text-align:center; user-select: none; font-family: Trebuchet MS; position: absolute; margin-top: 53.5vh; margin-left: -4vw; display:inline-block; width: 9vw; background-color: rgba(255, 202, 24, 0.7); border-radius: 8px; transition: 0.5s; } #madridName { font-family: Trebuchet MS; font-weight: bold; margin-top: 0px; color: white; transition: 0.5s; font-size: 3vh; margin-bottom: 5px; } #sevilleLocation { image-rendering: pixelated; text-align: center; color: white; overflow: hidden; background-image: url(../img/commonAnimSheet/flags/spain/spainPostAnim.gif); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat : no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 39.2% -493%; transform: scale(0.09); margin: 0 auto; transition: 0.5s ease; visibility: visible; } #sevilleCity { text-align: center; color: white; overflow: hidden; background-image: url(../img/europeanFort.png); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat: no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 10% 50%; transform: scale(1); margin: 0 auto; margin-left: -5px; margin-top: 60px; transition: 0.5s ease; visibility: visible; } #sevilleTab { text-align:center; user-select: none; font-family: Trebuchet MS; position: absolute; margin-top: 53.5vh; margin-left: -3vw; display:inline-block; width: 7vw; background-color: rgba(255, 202, 24, 0.7); border-radius: 8px; transition: 0.5s; } #sevilleName { font-family: Trebuchet MS; font-weight: bold; color: white; transition: 0.5s; font-size: 3vh; margin-bottom: 5px; margin-top: 5px; } #amsterdamLocation { image-rendering: pixelated; text-align: center; color: white; overflow: hidden; background-image: url(../img/commonAnimSheet/flags/dutch/dutchPostAnim.gif); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat : no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 45.15% -614%; transform: scale(0.09); margin: 0 auto; transition: 0.5s ease; visibility: visible; } #amsterdamCity { text-align: center; color: white; overflow: hidden; background-image: url(../img/europeanCity.png); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat: no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 10% 50%; transform: scale(1); margin: 0 auto; margin-left: -5px; margin-top: 60px; transition: 0.5s ease; visibility: visible; } #amsterdamTab { text-align:center; user-select: none; font-family: Trebuchet MS; position: absolute; margin-top: 53.5vh; margin-left: -5.5vw; display:inline-block; width: 11.5vw; background-color: rgba(15, 203, 68, 0.7); border-radius: 8px; transition: 0.5s; } #amsterdamName { font-family: Trebuchet MS; font-weight: bold; margin-top: 0px; color: white; transition: 0.5s; font-size: 3vh; margin-bottom: 5px; } #nationFlag { margin-top: 10px; margin-left: 10px; margin-right: 10px; margin-bottom: 10px; width: 195px; height: 100px; /* border-radius: 20px; border: none; */ overflow: hidden; background-image: url(../img/noFlag.jpg); background-repeat: no-repeat; background-position: center; background-size: contain; transition: all 0.5s; } @keyframes zoomHomeNationENG { 0% { background-image: url(https://raw.githubusercontent.com/AvixSoft/CW/master/img/englandPoliticalMarked.png); opacity: 100%; } 25% { opacity: 0%; transform: scale(12); } 50% { transform-origin: 20% 40%; opacity: 0%; } 100% { opacity: 100%; background-image: url(https://raw.githubusercontent.com/AvixSoft/CW/master/img/london.png); -webkit-transform-origin: 50% 50%; transform: scale(1); /* transform: rotate3d(1, 2, -1, 70deg); */ background-size: 100% 100%; background-position: center; } } @keyframes changeNationAndChooseFinalENG{ 0% { opacity: 100%; } 25% { opacity: 0%; transform: scale(12); } 50% { transform-origin: 20% 40%; opacity: 0%; }100% { opacity: 100%; background-image: url(https://raw.githubusercontent.com/AvixSoft/CW/master/img/englandPoliticalMarked.png); -webkit-transform-origin: 50% 50%; transform: scale(1); /* transform: rotate3d(1, 2, -1, 70deg); */ background-size: 60vh; background-position: center; } } @keyframes changeENG{ 0% { } 50% { transform: scale(2); transform-origin: 50% 50%; }100% { transform-origin: 42.5% 45%; transform: scale(14); } } @keyframes changeNationAndChooseFinalSPN{ 0% { opacity: 100%; } 25% { opacity: 0%; transform: scale(12); } 50% { transform-origin: 10% 70%; opacity: 0%; } 100% { opacity: 100%; background-image: url(https://raw.githubusercontent.com/AvixSoft/CW/master/img/spainPolitical.png); -webkit-transform-origin: 50% 50%; transform: scale(1); /* transform: rotate3d(1, 2, -1, 70deg); */ background-size: 80vh; background-position: center; } } canvas { position: absolute; top: 0; left: 0; z-index: 0; } .gameTitle { right: 0; top: 0; } .notif { user-select: none; font-family: Trebuchet MS; position: absolute; bottom: 0; right: 0; height: 150px; width: 215px; background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(1,1,4,1) 46%, rgba(70,72,73,1) 100%); border-radius: 8px; margin-top: 20px; margin-right: 0px; visibility: visible; } .notifInfo { font-weight: bold; font-size: 15px; color: rgba(255, 255, 255, 0.6); margin-top: 15px; margin-left: 15px; margin-right: 15px; } .notifTitle { color: white; margin-top: 15px; margin-left: 15px; margin-bottom: 0px; } #objectives { user-select: none; font-family: Trebuchet MS; position: absolute; left: 0; top: 0; width: 10vw; background: radial-gradient(circle, rgba(0,0,0,0.0) 0%, rgba(1,1,4,0.0) 46%, rgba(70,72,73,0.0) 100%); border-radius: 8px; border-width: 4px; border-color: #d4af37; margin-top: 50px; margin-left: 70px; visibility: hidden; display: block; } .objectivesTitle { font-family: Trebuchet MS; font-weight: bold; color: white; font-size: 40px; text-align: center; margin-top:10px; margin-bottom: 0px; } .objectivesSubTitle { font-family: Trebuchet MS; font-weight: bold; color: white; font-size: 40px; text-align: center; margin-top: 0px; margin-bottom: 0px; text-decoration: overline; } .closeNotif { margin-left: 95px; font-size: 20px; font-family: Trebuchet MS; font-weight: bold; color: rgba(0, 0, 0, 0.7); background-color: rgba(255, 255, 255, 0.6); border-radius: 4px; border: none; outline: none; } @keyframes goAwayNotif { 0% { opacity: 100%; } 100% { opacity: 0; } } @keyframes comeInNotif { 0% { opacity: 0 } 100% { opacity: 100% } } .britonsSelect { margin-left: 150px; margin-top: 220px; width: 200px; height: 200px; background-color: transparent; border: none; color: white; font-size: 40px; font-weight: bold; } .franksSelect { display: block; margin-left: 230px; margin-top: -50px; width: 200px; height: 200px; background-color: transparent; border: none; color: white; font-size: 40px; font-weight: bold; } .italiansSelect { display: block; margin-left: 400px; margin-top: -10px; width: 100px; height: 100px; background-color: transparent; border: none; color: white; font-size: 30px; font-weight: bold; } .buttons { text-align: center; } .britonsChoice { text-align: center; font-size: 20px; border: none; border-radius: 4px; font-weight: normal; color: white; border-radius: 4px; border: none; width: 130px; height: 30px; background-color: rgba(0, 0, 0, 0.4); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; transition: 0.25s; background-repeat:no-repeat; margin-top: 5px; margin-bottom: 5px; margin-right: 5px; margin-left: 5px } button { border-radius: 4px; color: rgba(0,0,0,0.7); font-weight: bold; margin-top: 10px; margin: 2px; } .franksMap{ text-align: center; } #britonMapIMG{ position: absolute; left:0; top:0; visibility: hidden; margin-top: 10vh; margin-left: 10vw; width: 40vw; height: 80vh; border-radius: 16px } .click{ width: 10px; height: 10px; background: transparent; border:2px solid #15f3d5cc; border-radius: 50%; position: absolute; z-index: -1 !important; visibility: hidden; -webkit-pointer-events:none; pointer-events:none; } @keyframes click{ 0%{ transform: scale(1); opacity: 1; filter: blur(1px) } 50%{ transform: scale(2); opacity: 0.2; filter: blur(1px) } 100%{ transform: scale(1); opacity: 1; filter: blur(1px) } } /* .container { overflow: hidden; border-radius: 12px; margin-top: 20px; margin-left: 8vw; margin-right: 8vw; } .sliding-background { background: url("https://raw.githubusercontent.com/AvixSoft/CW/master/img/bgCW.jpg") repeat-x; height: 60vh; width: 5076px; animation: slide 100s linear infinite; https://cdnb.artstation.com/p/assets/images/images/003/520/261/large/joeri-lefevre-castelum-siege-web3.jpg?1474590169 } */ @keyframes slide{ 0%{ transform: translate3d(0, 0, 0); } 50%{ transform: translate3d(-2092px, 0, 0); } 100%{ transform: translate3d(0, 0, 0); } } @keyframes zoom{ 0% { transform-origin: 50% 50%; transform: scale(0.5); }100% { transform-origin: 50% 50%; transform: scale(2); } } @keyframes fallInOne { 0% { font-size: 0vh; } 100% { font-size: 12vh; } } @keyframes fallInButtons { 0% { opacity: 0%; } 25% { opacity: 0%; }100% { opacity: 100%; } } @keyframes fadeInGame { 0%{ opacity: 0%; } 25% { opacity: 0%; } 75% { opacity: 0%; } 100%{ opacity: 100%; } } @font-face { font-family: 'CWFont'; src: url(../fonts/RingbearerMedium-w173.ttf) format('truetype'); } .mainTitle { font-family: 'CWFont', Fallback, sans-serif; font-weight: bold; color: white; font-size: 0vh; text-align: center; margin-top: 6vh; margin-bottom: 0px; animation: fallInOne 1s forwards; } .mainSubTitle { font-family: 'CWFont', Fallback, sans-serif; font-weight: bold; color: white; font-size: 12vh; text-align: center; margin-top: -2vh; margin-bottom: 0px; /* text-decoration: overline; */ animation: fallInOne 1.5s forwards; } .fancyButton { text-align: center; font-family: 'CWFont', Fallback, sans-serif; font-weight: normal; color: white; border-radius: 4px; border: none; width: 17vw; height: 8vh; padding: 2vh; font-size: 4vh; margin-top: 3vh; background:url(../img/UI/mainMenuNormal.png); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; transition: all 0.25s; background-repeat:no-repeat; animation: fallInButtons 5s forwards; } .fancyButton:hover { text-align: center; font-family: 'CWFont', Fallback, sans-serif; font-weight: normal; color: white; border-radius: 4px; border: none; width: 18vw; height: 8vh; padding: 2vh; font-size: 4vh; margin-top: 3vh; background:url(../img/UI/mainMenu.png); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; transition: all 0.25s; background-repeat:no-repeat; } .fullscreenButton { text-align: center; font-family: 'CWFont', Fallback, sans-serif; font-weight: normal; color: white; border-radius: 4px; border: none; width: 4vw; height: 8vh; padding: 1vh; font-size: 4vh; margin-top: 3vh; background:url(../img/UI/mainMenuNormal.png); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; transition: all 0.25s; background-repeat:no-repeat; position: absolute; right: 0; bottom: 0; margin-bottom: 30px; margin-right: 70px; } .fullscreenButton:hover { text-align: center; font-family: 'CWFont', Fallback, sans-serif; font-weight: normal; color: white; border-radius: 4px; border: none; width: 4vw; height: 8vh; padding: 1vh; font-size: 4vh; margin-top: 3vh; background:url(../img/UI/mainMenu.png); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; transition: all 0.25s; background-repeat:no-repeat; } .audioButton { text-align: center; font-family: 'CWFont', Fallback, sans-serif; font-weight: normal; color: white; border-radius: 4px; border: none; width: 4vw; height: 8vh; padding: 1vh; font-size: 4vh; margin-top: 3vh; background:url(../img/UI/mainMenuNormal.png); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; transition: all 0.25s; background-repeat:no-repeat; position: absolute; left: 0; bottom: 0; margin-bottom: 30px; margin-left: 70px; } .audioButton:hover { text-align: center; font-family: 'CWFont', Fallback, sans-serif; font-weight: normal; color: white; border-radius: 4px; border: none; width: 4vw; height: 8vh; padding: 1vh; font-size: 4vh; margin-top: 3vh; background:url(../img/UI/mainMenu.png); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; transition: all 0.25s; background-repeat:no-repeat; position: absolute; left: 0; bottom: 0; margin-bottom: 30px; margin-left: 70px; }
client/otherHTML/css/style.css
body { text-align: center; color: white; background: #000; opacity: 1; overflow: hidden; background-image: url(../img/mainMenuBG.jpg); background-repeat: no-repeat; background-size: 100% 100%; height: 100vh; } #civInfo { font-weight: bold; margin-top: 0px; color: white; margin-bottom: 20px; transition: 0.5s; font-size: 15px; margin-left: 10px; margin-right: 10px; } #settingsVar{ margin-right: -160px; margin-top: 10px; margin-bottom: 10px; } #nationMenuInfo { text-align:center; user-select: none; font-family: Trebuchet MS; position: absolute; top: 0; right: 0; display:inline-block; width: 215px; background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(1,1,4,1) 46%, rgba(70,72,73,1) 100%); border-radius: 8px; margin-top: 50px; margin-right: 70px; visibility: hidden; transition: 0.5s; } #rulerTab { text-align:center; user-select: none; font-family: Trebuchet MS; position: absolute; bottom: 0; right: 0; display:inline-block; width: 170px; background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(1,1,4,1) 46%, rgba(70,72,73,1) 100%); border-radius: 8px; margin-bottom: 40px; margin-right: 70px; visibility: hidden; transition: 0.5s; } #rulerInfo { font-weight: bold; margin-top: 0px; color: white; margin-bottom: 20px; transition: 0.5s; font-size: 20px; margin-left: 10px; margin-right: 10px; } #rulerIcon { margin-top: 20px; margin-left: 10px; margin-right: 10px; margin-bottom: 10px; width: 150px; height: 20vh; /* border-radius: 20px; border: none; */ overflow: hidden; background-image: url(../img/noFlag.jpg); background-repeat: no-repeat; background-position: center; background-size: contain; transition: all 0.5s; } #englandPick { margin-bottom: 10px; width: 130px; } #nationName { margin-top: 10px; margin-bottom: 10px; font-family: Trebuchet MS; font-size: 3vh; font-weight: bold; } #homeButtons { position: absolute; top: 0; right: 0; display:inline-block; width: 150px; background-color: rgba(0, 0, 0, 0.7); border-radius: 8px; margin-top: 7.5vh; margin-right: 7.5vw; visibility: hidden; } #mapForEverything { image-rendering: crisp-edges; text-align: center; color: white; animation: fadeInMenu 2.5s linear; overflow: hidden; background-image: url(../img/europa.jpg); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat: no-repeat; background-size: 60vh; height: 100vh; background-position: center; transform-origin: 50% 50%; margin: 0 auto; margin-top: -50px; margin-left: -10px; margin-right: -10px; margin-bottom: -0px; transition: 0.5s ease; visibility: hidden; } #loadingMan { image-rendering: pixelated; text-align: center; color: white; overflow: hidden; background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat: no-repeat; background-size: 60vh; height: 100vh; background-position: center; transform-origin: 50% 50%; margin: 0 auto; margin-top: -50px; margin-left: -10px; margin-right: -10px; margin-bottom: -0px; transition: 0.5s ease; visibility: visible; } #parisLocation { image-rendering: pixelated; text-align: center; color: white; overflow: hidden; background-image: url(../img/commonAnimSheet/flags/french/francePostAnim.gif); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat: no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 43.9% 49.4%; transform: scale(0.09); margin: 0 auto; transition: 0.5s ease; visibility: visible; } #parisCity { text-align: center; color: white; overflow: hidden; background-image: url(../img/europeanCity.png); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat: no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 10% 50%; transform: scale(1); margin: 0 auto; margin-left: -5px; margin-top: 60px; transition: 0.5s ease; visibility: visible; } #parisTab { text-align:center; user-select: none; font-family: Trebuchet MS; position: absolute; margin-top: 53.5vh; margin-left: -4vw; display:inline-block; width: 7.4vw; background-color: rgba(13, 20, 132, 0.7); border-radius: 8px; transition: 0.5s; } #parisName { font-family: Trebuchet MS; font-weight: bold; margin-top: 0px; color: white; transition: 0.5s; font-size: 3vh; margin-bottom: 5px; } #bordeauxLocation { image-rendering: pixelated; text-align: center; color: white; overflow: hidden; background-image: url(../img/commonAnimSheet/flags/french/francePostAnim.gif); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat : no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 42.25% -57.5%; transform: scale(0.09); margin: 0 auto; transition: 0.5s ease; visibility: visible; } #bordeauxCity { text-align: center; color: white; overflow: hidden; background-image: url(../img/europeanFort.png); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat: no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 10% 50%; transform: scale(1); margin: 0 auto; margin-left: -5px; margin-top: 60px; transition: 0.5s ease; visibility: visible; } #bordeauxTab { text-align:center; user-select: none; font-family: Trebuchet MS; position: absolute; margin-top: 53.5vh; margin-left: -4vw; display:inline-block; width: 9vw; background-color: rgba(13, 20, 132, 0.7); border-radius: 8px; transition: 0.5s; } #bordeauxName { font-family: Trebuchet MS; font-weight: bold; margin-top: 5px; color: white; transition: 0.5s; font-size: 3vh; margin-bottom: 5px; } #londonLocation { image-rendering: pixelated; text-align: center; color: white; overflow: hidden; background-image: url(../img/commonAnimSheet/flags/england/englandPostAnim.gif); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat : no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 43.25% -172.75%; transform: scale(0.09); margin: 0 auto; transition: 0.5s ease; visibility: visible; } #londonCity { text-align: center; color: white; overflow: hidden; background-image: url(../img/europeanCity.png); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat: no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 10% 50%; transform: scale(1); margin: 0 auto; margin-left: -5px; margin-top: 60px; transition: 0.5s ease; visibility: visible; } #londonTab { text-align:center; user-select: none; font-family: Trebuchet MS; position: absolute; margin-top: 53.5vh; margin-left: -4vw; display:inline-block; width: 9vw; background-color: rgba(255, 0, 0, 0.7); border-radius: 8px; transition: 0.5s; } #londonName { font-family: Trebuchet MS; font-weight: bold; margin-top: 0px; color: white; transition: 0.5s; font-size: 3vh; margin-bottom: 5px; } #edinburghLocation { image-rendering: pixelated; text-align: center; color: white; overflow: hidden; background-image: url(../img/commonAnimSheet/flags/england/englandPostAnim.gif); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat : no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 43% -286.25%; transform: scale(0.09); margin: 0 auto; transition: 0.5s ease; visibility: visible; } #edinburghCity { text-align: center; color: white; overflow: hidden; background-image: url(../img/europeanFort.png); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat: no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 10% 50%; transform: scale(1); margin: 0 auto; margin-left: -5px; margin-top: 60px; transition: 0.5s ease; visibility: visible; } #edinburghTab { text-align:center; user-select: none; font-family: Trebuchet MS; position: absolute; margin-top: 53.5vh; margin-left: -4vw; display:inline-block; width:9.5vw; background-color: rgba(255, 0, 0, 0.7); border-radius: 8px; transition: 0.5s; } #edinburghName { font-family: Trebuchet MS; font-weight: bold; margin-top: 0px; color: white; transition: 0.5s; font-size: 3vh; margin-bottom: 5px; margin-top: 5px; } #madridLocation { image-rendering: pixelated; text-align: center; color: white; overflow: hidden; background-image: url(../img/commonAnimSheet/flags/spain/spainPostAnim.gif); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat : no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 40.5% -384.5%; transform: scale(0.09); margin: 0 auto; transition: 0.5s ease; visibility: visible; } #madridCity { text-align: center; color: white; overflow: hidden; background-image: url(../img/europeanCity.png); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat: no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 10% 50%; transform: scale(1); margin: 0 auto; margin-left: -5px; margin-top: 60px; transition: 0.5s ease; visibility: visible; } #madridTab { text-align:center; user-select: none; font-family: Trebuchet MS; position: absolute; margin-top: 53.5vh; margin-left: -4vw; display:inline-block; width: 9vw; background-color: rgba(255, 202, 24, 0.7); border-radius: 8px; transition: 0.5s; } #madridName { font-family: Trebuchet MS; font-weight: bold; margin-top: 0px; color: white; transition: 0.5s; font-size: 3vh; margin-bottom: 5px; } #sevilleLocation { image-rendering: pixelated; text-align: center; color: white; overflow: hidden; background-image: url(../img/commonAnimSheet/flags/spain/spainPostAnim.gif); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat : no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 39.2% -493%; transform: scale(0.09); margin: 0 auto; transition: 0.5s ease; visibility: visible; } #sevilleCity { text-align: center; color: white; overflow: hidden; background-image: url(../img/europeanFort.png); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat: no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 10% 50%; transform: scale(1); margin: 0 auto; margin-left: -5px; margin-top: 60px; transition: 0.5s ease; visibility: visible; } #sevilleTab { text-align:center; user-select: none; font-family: Trebuchet MS; position: absolute; margin-top: 53.5vh; margin-left: -3vw; display:inline-block; width: 7vw; background-color: rgba(255, 202, 24, 0.7); border-radius: 8px; transition: 0.5s; } #sevilleName { font-family: Trebuchet MS; font-weight: bold; color: white; transition: 0.5s; font-size: 3vh; margin-bottom: 5px; margin-top: 5px; } #amsterdamLocation { image-rendering: pixelated; text-align: center; color: white; overflow: hidden; background-image: url(../img/commonAnimSheet/flags/dutch/dutchPostAnim.gif); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat : no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 45.15% -614%; transform: scale(0.09); margin: 0 auto; transition: 0.5s ease; visibility: visible; } #amsterdamCity { text-align: center; color: white; overflow: hidden; background-image: url(../img/europeanCity.png); /* background-image: url(../img/soldierAnimSheet/marching2/marchAnim2.gif); */ background-repeat: no-repeat; background-size: 10vh; height: 100vh; background-position: center; transform-origin: 10% 50%; transform: scale(1); margin: 0 auto; margin-left: -5px; margin-top: 60px; transition: 0.5s ease; visibility: visible; } #amsterdamTab { text-align:center; user-select: none; font-family: Trebuchet MS; position: absolute; margin-top: 53.5vh; margin-left: -5.5vw; display:inline-block; width: 11.5vw; background-color: rgba(15, 203, 68, 0.7); border-radius: 8px; transition: 0.5s; } #amsterdamName { font-family: Trebuchet MS; font-weight: bold; margin-top: 0px; color: white; transition: 0.5s; font-size: 3vh; margin-bottom: 5px; } #nationFlag { margin-top: 10px; margin-left: 10px; margin-right: 10px; margin-bottom: 10px; width: 195px; height: 100px; /* border-radius: 20px; border: none; */ overflow: hidden; background-image: url(../img/noFlag.jpg); background-repeat: no-repeat; background-position: center; background-size: contain; transition: all 0.5s; } @keyframes zoomHomeNationENG { 0% { background-image: url(https://raw.githubusercontent.com/AvixSoft/CW/master/img/englandPoliticalMarked.png); opacity: 100%; } 25% { opacity: 0%; transform: scale(12); } 50% { transform-origin: 20% 40%; opacity: 0%; } 100% { opacity: 100%; background-image: url(https://raw.githubusercontent.com/AvixSoft/CW/master/img/london.png); -webkit-transform-origin: 50% 50%; transform: scale(1); /* transform: rotate3d(1, 2, -1, 70deg); */ background-size: 100% 100%; background-position: center; } } @keyframes changeNationAndChooseFinalENG{ 0% { opacity: 100%; } 25% { opacity: 0%; transform: scale(12); } 50% { transform-origin: 20% 40%; opacity: 0%; }100% { opacity: 100%; background-image: url(https://raw.githubusercontent.com/AvixSoft/CW/master/img/englandPoliticalMarked.png); -webkit-transform-origin: 50% 50%; transform: scale(1); /* transform: rotate3d(1, 2, -1, 70deg); */ background-size: 60vh; background-position: center; } } @keyframes changeENG{ 0% { } 50% { transform: scale(2); transform-origin: 50% 50%; }100% { transform-origin: 42.5% 45%; transform: scale(14); } } @keyframes changeNationAndChooseFinalSPN{ 0% { opacity: 100%; } 25% { opacity: 0%; transform: scale(12); } 50% { transform-origin: 10% 70%; opacity: 0%; } 100% { opacity: 100%; background-image: url(https://raw.githubusercontent.com/AvixSoft/CW/master/img/spainPolitical.png); -webkit-transform-origin: 50% 50%; transform: scale(1); /* transform: rotate3d(1, 2, -1, 70deg); */ background-size: 80vh; background-position: center; } } canvas { position: absolute; top: 0; left: 0; z-index: 0; } .gameTitle { right: 0; top: 0; } .notif { user-select: none; font-family: Trebuchet MS; position: absolute; bottom: 0; right: 0; height: 150px; width: 215px; background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(1,1,4,1) 46%, rgba(70,72,73,1) 100%); border-radius: 8px; margin-top: 20px; margin-right: 0px; visibility: visible; } .notifInfo { font-weight: bold; font-size: 15px; color: rgba(255, 255, 255, 0.6); margin-top: 15px; margin-left: 15px; margin-right: 15px; } .notifTitle { color: white; margin-top: 15px; margin-left: 15px; margin-bottom: 0px; } #objectives { user-select: none; font-family: Trebuchet MS; position: absolute; left: 0; top: 0; width: 10vw; background: radial-gradient(circle, rgba(0,0,0,0.0) 0%, rgba(1,1,4,0.0) 46%, rgba(70,72,73,0.0) 100%); border-radius: 8px; border-width: 4px; border-color: #d4af37; margin-top: 50px; margin-left: 70px; visibility: hidden; display: block; } .objectivesTitle { font-family: Trebuchet MS; font-weight: bold; color: white; font-size: 40px; text-align: center; margin-top:10px; margin-bottom: 0px; } .objectivesSubTitle { font-family: Trebuchet MS; font-weight: bold; color: white; font-size: 40px; text-align: center; margin-top: 0px; margin-bottom: 0px; text-decoration: overline; } .closeNotif { margin-left: 95px; font-size: 20px; font-family: Trebuchet MS; font-weight: bold; color: rgba(0, 0, 0, 0.7); background-color: rgba(255, 255, 255, 0.6); border-radius: 4px; border: none; outline: none; } @keyframes goAwayNotif { 0% { opacity: 100%; } 100% { opacity: 0; } } @keyframes comeInNotif { 0% { opacity: 0 } 100% { opacity: 100% } } .britonsSelect { margin-left: 150px; margin-top: 220px; width: 200px; height: 200px; background-color: transparent; border: none; color: white; font-size: 40px; font-weight: bold; } .franksSelect { display: block; margin-left: 230px; margin-top: -50px; width: 200px; height: 200px; background-color: transparent; border: none; color: white; font-size: 40px; font-weight: bold; } .italiansSelect { display: block; margin-left: 400px; margin-top: -10px; width: 100px; height: 100px; background-color: transparent; border: none; color: white; font-size: 30px; font-weight: bold; } .buttons { text-align: center; } .britonsChoice { text-align: center; font-size: 20px; border: none; border-radius: 4px; font-weight: normal; color: white; border-radius: 4px; border: none; width: 130px; height: 30px; background-color: rgba(0, 0, 0, 0.4); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; transition: 0.25s; background-repeat:no-repeat; margin-top: 5px; margin-bottom: 5px; margin-right: 5px; margin-left: 5px } button { border-radius: 4px; color: rgba(0,0,0,0.7); font-weight: bold; margin-top: 10px; margin: 2px; } .franksMap{ text-align: center; } #britonMapIMG{ position: absolute; left:0; top:0; visibility: hidden; margin-top: 10vh; margin-left: 10vw; width: 40vw; height: 80vh; border-radius: 16px } .click{ width: 10px; height: 10px; background: transparent; border:2px solid #15f3d5cc; border-radius: 50%; position: absolute; z-index: -1 !important; visibility: hidden; -webkit-pointer-events:none; pointer-events:none; } @keyframes click{ 0%{ transform: scale(1); opacity: 1; filter: blur(1px) } 50%{ transform: scale(2); opacity: 0.2; filter: blur(1px) } 100%{ transform: scale(1); opacity: 1; filter: blur(1px) } } /* .container { overflow: hidden; border-radius: 12px; margin-top: 20px; margin-left: 8vw; margin-right: 8vw; } .sliding-background { background: url("https://raw.githubusercontent.com/AvixSoft/CW/master/img/bgCW.jpg") repeat-x; height: 60vh; width: 5076px; animation: slide 100s linear infinite; https://cdnb.artstation.com/p/assets/images/images/003/520/261/large/joeri-lefevre-castelum-siege-web3.jpg?1474590169 } */ @keyframes slide{ 0%{ transform: translate3d(0, 0, 0); } 50%{ transform: translate3d(-2092px, 0, 0); } 100%{ transform: translate3d(0, 0, 0); } } @keyframes zoom{ 0% { transform-origin: 50% 50%; transform: scale(0.5); }100% { transform-origin: 50% 50%; transform: scale(2); } } @keyframes fallInOne { 0% { font-size: 0vh; } 100% { font-size: 12vh; } } @keyframes fallInButtons { 0% { opacity: 0%; } 25% { opacity: 0%; }100% { opacity: 100%; } } @keyframes fadeInGame { 0%{ opacity: 0%; } 25% { opacity: 0%; } 75% { opacity: 0%; } 100%{ opacity: 100%; } } @font-face { font-family: 'CWFont'; src: url(../fonts/RingbearerMedium-w173.ttf) format('truetype'); } .mainTitle { font-family: 'CWFont', Fallback, sans-serif; font-weight: bold; color: white; font-size: 0vh; text-align: center; margin-top: 6vh; margin-bottom: 0px; animation: fallInOne 1s forwards; } .mainSubTitle { font-family: 'CWFont', Fallback, sans-serif; font-weight: bold; color: white; font-size: 12vh; text-align: center; margin-top: -2vh; margin-bottom: 0px; /* text-decoration: overline; */ animation: fallInOne 1.5s forwards; } .fancyButton { text-align: center; font-family: 'CWFont', Fallback, sans-serif; font-weight: normal; color: white; border-radius: 4px; border: none; width: 17vw; height: 8vh; padding: 2vh; font-size: 4vh; margin-top: 3vh; background:url(../img/UI/mainMenuNormal.png); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; transition: all 0.25s; background-repeat:no-repeat; animation: fallInButtons 5s forwards; } .fancyButton:hover { text-align: center; font-family: 'CWFont', Fallback, sans-serif; font-weight: normal; color: white; border-radius: 4px; border: none; width: 18vw; height: 8vh; padding: 2vh; font-size: 4vh; margin-top: 3vh; background:url(../img/UI/mainMenu.png); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; transition: all 0.25s; background-repeat:no-repeat; } .fullscreenButton { text-align: center; font-family: 'CWFont', Fallback, sans-serif; font-weight: normal; color: white; border-radius: 4px; border: none; width: 4vw; height: 8vh; padding: 1vh; font-size: 4vh; margin-top: 3vh; background:url(../img/UI/mainMenuNormal.png); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; transition: all 0.25s; background-repeat:no-repeat; position: absolute; right: 0; bottom: 0; margin-bottom: 30px; margin-right: 70px; } .fullscreenButton:hover { text-align: center; font-family: 'CWFont', Fallback, sans-serif; font-weight: normal; color: white; border-radius: 4px; border: none; width: 4vw; height: 8vh; padding: 1vh; font-size: 4vh; margin-top: 3vh; background:url(../img/UI/mainMenu.png); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; transition: all 0.25s; background-repeat:no-repeat; } .audioButton { text-align: center; font-family: 'CWFont', Fallback, sans-serif; font-weight: normal; color: white; border-radius: 4px; border: none; width: 4vw; height: 8vh; padding: 1vh; font-size: 4vh; margin-top: 3vh; background:url(../img/UI/mainMenuNormal.png); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; transition: all 0.25s; background-repeat:no-repeat; position: absolute; left: 0; bottom: 0; margin-bottom: 30px; margin-left: 70px; } .audioButton:hover { text-align: center; font-family: 'CWFont', Fallback, sans-serif; font-weight: normal; color: white; border-radius: 4px; border: none; width: 4vw; height: 8vh; padding: 1vh; font-size: 4vh; margin-top: 3vh; background:url(../img/UI/mainMenu.png); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; transition: all 0.25s; background-repeat:no-repeat; position: absolute; left: 0; bottom: 0; margin-bottom: 30px; margin-left: 70px; }
0.462716
0.073132
body { margin-top: 200px; background-color: #e7e7e7; font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; } @media(min-width:768px) { body { margin-top: 50px; } } .form-control:focus { border-color: #039691; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(3, 150, 145, 0.6); outline: 0 none; } .panel a,.breadcrumb a { color:#039691; } .navbar-inverse {background-color:#444;} .form-group {padding: 0 10px;} .inline-form input { display: inline-block; font-size:1.2em; width: 250px; } [type="checkbox"] { width:20px; height:20px; border-radius: 3px; } .side-nav { background-color:#fff; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); } .side-nav li img {padding:15px;} .side-nav li a { font-size:1.2em !important; color:#777 !important; } .side-nav>li.active>a, .side-nav li a:hover, .side-nav li a:focus { color:#039691 !important; background-color: #f0f0f0 !important; } .side-nav>li>a.urgence { color:#fff !important; background-color: #777 !important; } .side-nav>li>a.urgence:hover, .side-nav>li>a.urgence:focus { background-color: #be2025 !important; } .cpas_yellow_border { border-top:solid 5px #febd29; } .cpas_orange_border { border-top:solid 5px #f7942a; } .cpas_red_border { border-top:solid 5px #ee2e2a; } .cpas_darkred_border { border-top:solid 5px #be2025; } #wrapper { padding-left: 0; } #page-wrapper { width: 100%; padding: 0; background-color:#e7e7e7; } .tooltip {font-size:14px;width:140px;} @media(min-width:768px) { #wrapper { padding-left: 225px; } #page-wrapper { padding: 10px; } } /* Top Navigation */ .top-nav { padding: 0 15px; } .top-nav i {font-size:1.5em} .top-nav>li { display: inline-block; /*float: left;*/ } .top-nav>li>a { padding-top: 15px; padding-bottom: 15px; line-height: 20px; color: #ddd; -webkit-transition: background .3s ease-in-out; /* Safari */ transition: background .3s ease-in-out; } .top-nav>li>a.urgence { color: #fff; background-color: #e51626; } .top-nav>li>a.urgence:hover, .top-nav>li>a.urgence:focus, .top-nav>.open>a.urgence, .top-nav>.open>a.urgence:hover, .top-nav>.open>a.urgence:focus { color: #fff; background-color: #be2025; } .top-nav>li>a.network { color: #fff; background-color: #039691; } .top-nav>li>a.network:hover, .top-nav>li>a.network:focus, .top-nav>.open>a.network, .top-nav>.open>a.network:hover, .top-nav>.open>a.network:focus { color: #fff; background-color: #027a74; } .top-nav>li>a:hover, .top-nav>li>a:focus, .top-nav>.open>a, .top-nav>.open>a:hover, .top-nav>.open>a:focus { color: #fff; background-color:grey; } .color-line { background: #f7f9fa; border-bottom:5px solid #444; height: 10px; background-image: -webkit-linear-gradient(left, #febd29, #febd29 25%, #f7942A 25%, #f7942A 50%, #e51626 50%, #e51626 75%, #9f0a0c 75%, #9f0a0c 100%); background-image: -moz-linear-gradient(left, #febd29, #febd29 25%, #f7942A 25%, #f7942A 50%, #e51626 50%, #e51626 75%, #9f0a0c 75%, #9f0a0c 100%); background-image: -ms-linear-gradient(left, #febd29, #febd29 25%, #f7942A 25%, #f7942A 50%, #e51626 50%, #e51626 75%, #9f0a0c 75%, #9f0a0c 100%); background-image: linear-gradient(to right, #febd29, #febd29 25%, #f7942A 25%, #f7942A 50%, #e51626 50%, #e51626 75%, #9f0a0c 75%, #9f0a0c 100%); background-size: 100% 10px; background-position: 50% 100%; background-repeat: no-repeat; } .top-nav>.open>.dropdown-menu { float: left; position: absolute; margin-top: 0; border: 1px solid rgba(0,0,0,.15); border-top-left-radius: 0; border-top-right-radius: 0; background-color: #fff; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); } .top-nav>.open>.dropdown-menu>li>a { white-space: normal; } ul.message-dropdown { padding: 0; max-height: 250px; overflow-x: hidden; overflow-y: auto; } li.message-preview { width: 275px; border-bottom: 1px solid rgba(0,0,0,.15); } li.message-preview>a { padding-top: 15px; padding-bottom: 15px; } li.message-footer { margin: 5px 0; } ul.alert-dropdown { width: 200px; } /* Side Navigation */ @media(min-width:768px) { .side-nav { position: fixed; top: 10px; left: 225px; width: 225px; margin-left: -225px; border-top-right-radius: 10px; overflow-y: auto; bottom: 0; overflow-x: hidden; padding-bottom: 40px; } .side-nav>li>a { width: 225px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } } .side-nav>li>ul { padding: 0; } .side-nav>li>ul>li>a { display: block; padding: 10px 15px 10px 38px; text-decoration: none; color: #999; } .side-nav>li>ul>li>a:hover, .side-nav>li>ul>li>a:focus, .side-nav>li>ul>li>a.active{ color:#039691 !important; } ul.pagination>li.paginate_button>a { color:#039691; } .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { background-color:#039691; border-color:#039691; color:#fff !important; } div.col-lg-12>ul>li>a { color:#039691; font-size:1.2em; } .text-grey-blue {color:#039691;} .logo-center{ width:156px; margin:0 auto; } .btn-primary { background-color:#039691 !important; border-color:#027f79; } .btn-primary:hover, .btn-primary:focus { background-color:#027f79 !important; border-color:#027f79; } /* Flot Chart Containers */ .flot-chart { display: block; height: 400px; } .flot-chart-content { width: 100%; height: 100%; } /* Custom Colored Panels */ .huge { font-size: 40px; } .panel-red { border-color: #ee2e2a; -webkit-box-shadow: 0 0 12px rgba(238,46,42,0.5); box-shadow: 0 0 12px rgba(238,46,42,0.5); } .panel-yellow { border-color: #febd29; -webkit-box-shadow: 0 0 12px rgba(253,188,41,0.5); box-shadow: 0 0 12px rgba(253,188,41,0.5); } .panel-darkred { border-color: #be2025; -webkit-box-shadow: 0 0 12px rgba(159,10,12,0.5); box-shadow: 0 0 12px rgba(159,10,12,0.5); } .panel-orange { border-color: #f7942a; -webkit-box-shadow: 0 0 12px rgba(247,148,42,0.5); box-shadow: 0 0 12px rgba(247,148,42,0.5); } .accordion .link { cursor: pointer; display: block; padding: 15px 15px 15px 42px; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } .accordion li i { position: absolute; top: 16px; left: 12px; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } .accordion li i.fa-chevron-down { right: 12px; left: auto; } .accordion li.active i.fa-chevron-down { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } /** * Submenu -----------------------------*/ .submenu { display: none; font-size: 12px; font-weight:bold; } .submenu li a { border-bottom:1px solid grey; }
assets/css/sb-admin.css
body { margin-top: 200px; background-color: #e7e7e7; font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; } @media(min-width:768px) { body { margin-top: 50px; } } .form-control:focus { border-color: #039691; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(3, 150, 145, 0.6); outline: 0 none; } .panel a,.breadcrumb a { color:#039691; } .navbar-inverse {background-color:#444;} .form-group {padding: 0 10px;} .inline-form input { display: inline-block; font-size:1.2em; width: 250px; } [type="checkbox"] { width:20px; height:20px; border-radius: 3px; } .side-nav { background-color:#fff; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); } .side-nav li img {padding:15px;} .side-nav li a { font-size:1.2em !important; color:#777 !important; } .side-nav>li.active>a, .side-nav li a:hover, .side-nav li a:focus { color:#039691 !important; background-color: #f0f0f0 !important; } .side-nav>li>a.urgence { color:#fff !important; background-color: #777 !important; } .side-nav>li>a.urgence:hover, .side-nav>li>a.urgence:focus { background-color: #be2025 !important; } .cpas_yellow_border { border-top:solid 5px #febd29; } .cpas_orange_border { border-top:solid 5px #f7942a; } .cpas_red_border { border-top:solid 5px #ee2e2a; } .cpas_darkred_border { border-top:solid 5px #be2025; } #wrapper { padding-left: 0; } #page-wrapper { width: 100%; padding: 0; background-color:#e7e7e7; } .tooltip {font-size:14px;width:140px;} @media(min-width:768px) { #wrapper { padding-left: 225px; } #page-wrapper { padding: 10px; } } /* Top Navigation */ .top-nav { padding: 0 15px; } .top-nav i {font-size:1.5em} .top-nav>li { display: inline-block; /*float: left;*/ } .top-nav>li>a { padding-top: 15px; padding-bottom: 15px; line-height: 20px; color: #ddd; -webkit-transition: background .3s ease-in-out; /* Safari */ transition: background .3s ease-in-out; } .top-nav>li>a.urgence { color: #fff; background-color: #e51626; } .top-nav>li>a.urgence:hover, .top-nav>li>a.urgence:focus, .top-nav>.open>a.urgence, .top-nav>.open>a.urgence:hover, .top-nav>.open>a.urgence:focus { color: #fff; background-color: #be2025; } .top-nav>li>a.network { color: #fff; background-color: #039691; } .top-nav>li>a.network:hover, .top-nav>li>a.network:focus, .top-nav>.open>a.network, .top-nav>.open>a.network:hover, .top-nav>.open>a.network:focus { color: #fff; background-color: #027a74; } .top-nav>li>a:hover, .top-nav>li>a:focus, .top-nav>.open>a, .top-nav>.open>a:hover, .top-nav>.open>a:focus { color: #fff; background-color:grey; } .color-line { background: #f7f9fa; border-bottom:5px solid #444; height: 10px; background-image: -webkit-linear-gradient(left, #febd29, #febd29 25%, #f7942A 25%, #f7942A 50%, #e51626 50%, #e51626 75%, #9f0a0c 75%, #9f0a0c 100%); background-image: -moz-linear-gradient(left, #febd29, #febd29 25%, #f7942A 25%, #f7942A 50%, #e51626 50%, #e51626 75%, #9f0a0c 75%, #9f0a0c 100%); background-image: -ms-linear-gradient(left, #febd29, #febd29 25%, #f7942A 25%, #f7942A 50%, #e51626 50%, #e51626 75%, #9f0a0c 75%, #9f0a0c 100%); background-image: linear-gradient(to right, #febd29, #febd29 25%, #f7942A 25%, #f7942A 50%, #e51626 50%, #e51626 75%, #9f0a0c 75%, #9f0a0c 100%); background-size: 100% 10px; background-position: 50% 100%; background-repeat: no-repeat; } .top-nav>.open>.dropdown-menu { float: left; position: absolute; margin-top: 0; border: 1px solid rgba(0,0,0,.15); border-top-left-radius: 0; border-top-right-radius: 0; background-color: #fff; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); } .top-nav>.open>.dropdown-menu>li>a { white-space: normal; } ul.message-dropdown { padding: 0; max-height: 250px; overflow-x: hidden; overflow-y: auto; } li.message-preview { width: 275px; border-bottom: 1px solid rgba(0,0,0,.15); } li.message-preview>a { padding-top: 15px; padding-bottom: 15px; } li.message-footer { margin: 5px 0; } ul.alert-dropdown { width: 200px; } /* Side Navigation */ @media(min-width:768px) { .side-nav { position: fixed; top: 10px; left: 225px; width: 225px; margin-left: -225px; border-top-right-radius: 10px; overflow-y: auto; bottom: 0; overflow-x: hidden; padding-bottom: 40px; } .side-nav>li>a { width: 225px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } } .side-nav>li>ul { padding: 0; } .side-nav>li>ul>li>a { display: block; padding: 10px 15px 10px 38px; text-decoration: none; color: #999; } .side-nav>li>ul>li>a:hover, .side-nav>li>ul>li>a:focus, .side-nav>li>ul>li>a.active{ color:#039691 !important; } ul.pagination>li.paginate_button>a { color:#039691; } .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { background-color:#039691; border-color:#039691; color:#fff !important; } div.col-lg-12>ul>li>a { color:#039691; font-size:1.2em; } .text-grey-blue {color:#039691;} .logo-center{ width:156px; margin:0 auto; } .btn-primary { background-color:#039691 !important; border-color:#027f79; } .btn-primary:hover, .btn-primary:focus { background-color:#027f79 !important; border-color:#027f79; } /* Flot Chart Containers */ .flot-chart { display: block; height: 400px; } .flot-chart-content { width: 100%; height: 100%; } /* Custom Colored Panels */ .huge { font-size: 40px; } .panel-red { border-color: #ee2e2a; -webkit-box-shadow: 0 0 12px rgba(238,46,42,0.5); box-shadow: 0 0 12px rgba(238,46,42,0.5); } .panel-yellow { border-color: #febd29; -webkit-box-shadow: 0 0 12px rgba(253,188,41,0.5); box-shadow: 0 0 12px rgba(253,188,41,0.5); } .panel-darkred { border-color: #be2025; -webkit-box-shadow: 0 0 12px rgba(159,10,12,0.5); box-shadow: 0 0 12px rgba(159,10,12,0.5); } .panel-orange { border-color: #f7942a; -webkit-box-shadow: 0 0 12px rgba(247,148,42,0.5); box-shadow: 0 0 12px rgba(247,148,42,0.5); } .accordion .link { cursor: pointer; display: block; padding: 15px 15px 15px 42px; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } .accordion li i { position: absolute; top: 16px; left: 12px; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } .accordion li i.fa-chevron-down { right: 12px; left: auto; } .accordion li.active i.fa-chevron-down { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } /** * Submenu -----------------------------*/ .submenu { display: none; font-size: 12px; font-weight:bold; } .submenu li a { border-bottom:1px solid grey; }
0.265309
0.077378
body.darkbod { color:#9A9892; background-color:#2E2C29; } .darkbod .panel { border:none; } .darkbod .panel-default { border-color: #444; } .darkbod .panel-default>.panel-heading { background-color: #484641; color: #A29F99; } .darkbod .panel-collapse>.panel-body { background-color: #fdf6e3; color: #657B83; } #log { font-family: sans-serif; background-color: #fdf6e3; padding: 6px; font-size: 0.8em; overflow-y:auto; resize: vertical; max-height: 600px; height: 100px; } .ib { display:inline-block; padding: 5px; margin: 5px; } .vert-left { border-left: 1px solid #484641; padding-left: 20px; } .fl { float: left; } .panel-heading { cursor:pointer; } .switch { position: relative; display: inline-block; width: 60px; height: 34px; } .fullwide input.char { width: 30px; } .fullwide input.short { width: 50px; } .fullwide input { width: 100%; } .switch input {display:none;} .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #2E2C29; -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; background-color: #484641; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: #4BB543; } input:focus + .slider { box-shadow: 0 0 1px #2196F3; } input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); background-color: #d3d2c0; } .btn-themed { background-color: #484641; color: #9A9892 !important; } .btn-themed:hover { background-color: #484641; color: #d3d2c0 !important; } .btn-themed:active { background-color: #2E2C29; color: #d3d2c0 !important; } .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; } ::-webkit-scrollbar { width: 16px; } /* Track */ ::-webkit-scrollbar-track { background: #fdf6e3; } /* Handle */ ::-webkit-scrollbar-thumb { background: #484641; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #2E2C29; }
views/css/server.css
body.darkbod { color:#9A9892; background-color:#2E2C29; } .darkbod .panel { border:none; } .darkbod .panel-default { border-color: #444; } .darkbod .panel-default>.panel-heading { background-color: #484641; color: #A29F99; } .darkbod .panel-collapse>.panel-body { background-color: #fdf6e3; color: #657B83; } #log { font-family: sans-serif; background-color: #fdf6e3; padding: 6px; font-size: 0.8em; overflow-y:auto; resize: vertical; max-height: 600px; height: 100px; } .ib { display:inline-block; padding: 5px; margin: 5px; } .vert-left { border-left: 1px solid #484641; padding-left: 20px; } .fl { float: left; } .panel-heading { cursor:pointer; } .switch { position: relative; display: inline-block; width: 60px; height: 34px; } .fullwide input.char { width: 30px; } .fullwide input.short { width: 50px; } .fullwide input { width: 100%; } .switch input {display:none;} .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #2E2C29; -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; background-color: #484641; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: #4BB543; } input:focus + .slider { box-shadow: 0 0 1px #2196F3; } input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); background-color: #d3d2c0; } .btn-themed { background-color: #484641; color: #9A9892 !important; } .btn-themed:hover { background-color: #484641; color: #d3d2c0 !important; } .btn-themed:active { background-color: #2E2C29; color: #d3d2c0 !important; } .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; } ::-webkit-scrollbar { width: 16px; } /* Track */ ::-webkit-scrollbar-track { background: #fdf6e3; } /* Handle */ ::-webkit-scrollbar-thumb { background: #484641; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #2E2C29; }
0.274838
0.063337
.vue-tabs.stacked { display: flex; } .vue-tabs .tabs__link { text-decoration: none; color: gray; } .vue-tabs .nav { margin-bottom: 0; margin-top: 0; padding-left: 0; list-style: none; } .vue-tabs .nav:before, .vue-tabs .nav:after { content: " "; display: table; } .vue-tabs .nav:after { clear: both; } .vue-tabs .nav > li { position: relative; display: block; } .vue-tabs .nav > li > a { position: relative; display: block; padding: 10px 15px; } .vue-tabs .nav > li > a:hover, .vue-tabs .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } .vue-tabs .nav > li span.title { display: flex; justify-content: center; } .vue-tabs .nav > li.disabled > a { color: #777777; } .vue-tabs .nav > li.disabled > a:hover, .vue-tabs .nav > li.disabled > a:focus { color: #777777; text-decoration: none; cursor: not-allowed; background-color: transparent; border-color: transparent; } .vue-tabs .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .vue-tabs .nav > li > a > img { max-width: none; } .vue-tabs .nav-tabs { border-bottom: 1px solid #ddd; } .vue-tabs .nav-tabs > li { float: left; margin-bottom: -1px; } .vue-tabs .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857; border: 1px solid transparent; border-radius: 4px 4px 0 0; } .vue-tabs .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; } .vue-tabs .nav-tabs > li.active > a, .vue-tabs .nav-tabs > li.active > a:hover, .vue-tabs .nav-tabs > li.active > a:focus { color: #555555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } .vue-tabs .nav-pills > li { float: left; } .vue-tabs .nav-pills > li > a { border-radius: 4px; } .vue-tabs .nav-pills > li + li { margin-left: 2px; } .vue-tabs .nav-pills > li.active > a, .vue-tabs .nav-pills > li.active > a:hover, .vue-tabs .nav-pills > li.active > a:focus { color: #fff; background-color: #337ab7; } .vue-tabs .nav-stacked > li { float: none; } .vue-tabs .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .vue-tabs .nav-justified, .vue-tabs .nav-tabs.nav-justified { width: 100%; } .vue-tabs .nav-justified > li, .vue-tabs .nav-tabs.nav-justified > li { float: none; } .vue-tabs .nav-justified > li > a, .vue-tabs .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } .vue-tabs .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .vue-tabs .nav-justified > li, .vue-tabs .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .vue-tabs .nav-justified > li > a, .vue-tabs .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } .vue-tabs .nav-tabs-justified, .vue-tabs .nav-tabs.nav-justified { border-bottom: 0; } .vue-tabs .nav-tabs-justified > li > a, .vue-tabs .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px; } .vue-tabs .nav-tabs-justified > .active > a, .vue-tabs .nav-tabs.nav-justified > .active > a, .vue-tabs .nav-tabs-justified > .active > a:hover, .vue-tabs .nav-tabs.nav-justified > .active > a:hover, .vue-tabs .nav-tabs-justified > .active > a:focus, .vue-tabs .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .vue-tabs .nav-tabs-justified > li > a, .vue-tabs .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; } .vue-tabs .nav-tabs-justified > .active > a, .vue-tabs .nav-tabs.nav-justified > .active > a, .vue-tabs .nav-tabs-justified > .active > a:hover, .vue-tabs .nav-tabs.nav-justified > .active > a:hover, .vue-tabs .nav-tabs-justified > .active > a:focus, .vue-tabs .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } } .vue-tabs .tab-content > .tab-pane { display: none; } .vue-tabs .tab-content > .active { display: block; } .vue-tabs section[aria-hidden="true"] { display: none; } .vue-tabs.stacked { display: flex; flex-direction: row; } .vue-tabs .nav-tabs-navigation { text-align: center; border-bottom: 1px solid #F1EAE0; margin-bottom: 30px; } .vue-tabs .nav-tabs-navigation .nav > li > a { padding-bottom: 20px; } .vue-tabs .nav-tabs-wrapper { display: inline-block; margin-bottom: -6px; position: relative; width: 100%; } .vue-tabs .nav-tabs { border-bottom: 0 none; font-size: 14px; font-weight: 600; } .vue-tabs .nav-tabs > li > a { border: 0 none !important; color: #A49E93; } .vue-tabs .nav-tabs > li > a:hover { color: #66615b; background-color: transparent; } .vue-tabs .nav-tabs > li.active { color: #66615b; position: relative; } .vue-tabs .nav-tabs > li.active > a, .vue-tabs .nav-tabs > li.active > a:hover, .vue-tabs .nav-tabs > li.active > a:focus { background-color: transparent; border: 0 none; } .vue-tabs .nav-tabs > li.active a:after { border-bottom: 11px solid #FFFFFF; border-left: 11px solid transparent; border-right: 11px solid transparent; content: ""; display: inline-block; position: absolute; right: calc(50% - 11px); bottom: 0; } .vue-tabs .nav-tabs > li.active a:before { border-bottom: 11px solid #F1EAE0; border-left: 11px solid transparent; border-right: 11px solid transparent; content: ""; display: inline-block; position: absolute; right: calc(50% - 11px); bottom: 1px; } .vue-tabs .nav-stacked { border-right: 1px solid #F1EAE0; font-size: 14px; font-weight: 600; padding: 20px 0; } .vue-tabs .nav-stacked > li > a { color: #A49E93; padding: 7px 25px; text-align: right; } .vue-tabs .nav-stacked > li > a:hover { color: #66615b; } .vue-tabs .nav-stacked > li.active > a { color: #66615b; } .vue-tabs .nav-stacked > li.active a:after { border-right: 11px solid #FFFFFF; border-top: 11px solid transparent; border-bottom: 11px solid transparent; content: ""; display: inline-block; position: absolute; right: -1px; bottom: 7px; } .vue-tabs .nav-stacked > li.active a:before { border-right: 11px solid #F1EAE0; border-top: 11px solid transparent; border-bottom: 11px solid transparent; content: ""; display: inline-block; position: absolute; right: 0; bottom: 7px; } .vue-tabs .left-vertical-tabs { width: 170px; min-width: 170px; } .vue-tabs .right-text-tabs { width: calc(100% - 170px); float: left; padding: 6px 15px; }
node_modules/vue-nav-tabs/themes/paper.css
.vue-tabs.stacked { display: flex; } .vue-tabs .tabs__link { text-decoration: none; color: gray; } .vue-tabs .nav { margin-bottom: 0; margin-top: 0; padding-left: 0; list-style: none; } .vue-tabs .nav:before, .vue-tabs .nav:after { content: " "; display: table; } .vue-tabs .nav:after { clear: both; } .vue-tabs .nav > li { position: relative; display: block; } .vue-tabs .nav > li > a { position: relative; display: block; padding: 10px 15px; } .vue-tabs .nav > li > a:hover, .vue-tabs .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } .vue-tabs .nav > li span.title { display: flex; justify-content: center; } .vue-tabs .nav > li.disabled > a { color: #777777; } .vue-tabs .nav > li.disabled > a:hover, .vue-tabs .nav > li.disabled > a:focus { color: #777777; text-decoration: none; cursor: not-allowed; background-color: transparent; border-color: transparent; } .vue-tabs .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .vue-tabs .nav > li > a > img { max-width: none; } .vue-tabs .nav-tabs { border-bottom: 1px solid #ddd; } .vue-tabs .nav-tabs > li { float: left; margin-bottom: -1px; } .vue-tabs .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857; border: 1px solid transparent; border-radius: 4px 4px 0 0; } .vue-tabs .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; } .vue-tabs .nav-tabs > li.active > a, .vue-tabs .nav-tabs > li.active > a:hover, .vue-tabs .nav-tabs > li.active > a:focus { color: #555555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } .vue-tabs .nav-pills > li { float: left; } .vue-tabs .nav-pills > li > a { border-radius: 4px; } .vue-tabs .nav-pills > li + li { margin-left: 2px; } .vue-tabs .nav-pills > li.active > a, .vue-tabs .nav-pills > li.active > a:hover, .vue-tabs .nav-pills > li.active > a:focus { color: #fff; background-color: #337ab7; } .vue-tabs .nav-stacked > li { float: none; } .vue-tabs .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .vue-tabs .nav-justified, .vue-tabs .nav-tabs.nav-justified { width: 100%; } .vue-tabs .nav-justified > li, .vue-tabs .nav-tabs.nav-justified > li { float: none; } .vue-tabs .nav-justified > li > a, .vue-tabs .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } .vue-tabs .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .vue-tabs .nav-justified > li, .vue-tabs .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .vue-tabs .nav-justified > li > a, .vue-tabs .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } .vue-tabs .nav-tabs-justified, .vue-tabs .nav-tabs.nav-justified { border-bottom: 0; } .vue-tabs .nav-tabs-justified > li > a, .vue-tabs .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px; } .vue-tabs .nav-tabs-justified > .active > a, .vue-tabs .nav-tabs.nav-justified > .active > a, .vue-tabs .nav-tabs-justified > .active > a:hover, .vue-tabs .nav-tabs.nav-justified > .active > a:hover, .vue-tabs .nav-tabs-justified > .active > a:focus, .vue-tabs .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .vue-tabs .nav-tabs-justified > li > a, .vue-tabs .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; } .vue-tabs .nav-tabs-justified > .active > a, .vue-tabs .nav-tabs.nav-justified > .active > a, .vue-tabs .nav-tabs-justified > .active > a:hover, .vue-tabs .nav-tabs.nav-justified > .active > a:hover, .vue-tabs .nav-tabs-justified > .active > a:focus, .vue-tabs .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } } .vue-tabs .tab-content > .tab-pane { display: none; } .vue-tabs .tab-content > .active { display: block; } .vue-tabs section[aria-hidden="true"] { display: none; } .vue-tabs.stacked { display: flex; flex-direction: row; } .vue-tabs .nav-tabs-navigation { text-align: center; border-bottom: 1px solid #F1EAE0; margin-bottom: 30px; } .vue-tabs .nav-tabs-navigation .nav > li > a { padding-bottom: 20px; } .vue-tabs .nav-tabs-wrapper { display: inline-block; margin-bottom: -6px; position: relative; width: 100%; } .vue-tabs .nav-tabs { border-bottom: 0 none; font-size: 14px; font-weight: 600; } .vue-tabs .nav-tabs > li > a { border: 0 none !important; color: #A49E93; } .vue-tabs .nav-tabs > li > a:hover { color: #66615b; background-color: transparent; } .vue-tabs .nav-tabs > li.active { color: #66615b; position: relative; } .vue-tabs .nav-tabs > li.active > a, .vue-tabs .nav-tabs > li.active > a:hover, .vue-tabs .nav-tabs > li.active > a:focus { background-color: transparent; border: 0 none; } .vue-tabs .nav-tabs > li.active a:after { border-bottom: 11px solid #FFFFFF; border-left: 11px solid transparent; border-right: 11px solid transparent; content: ""; display: inline-block; position: absolute; right: calc(50% - 11px); bottom: 0; } .vue-tabs .nav-tabs > li.active a:before { border-bottom: 11px solid #F1EAE0; border-left: 11px solid transparent; border-right: 11px solid transparent; content: ""; display: inline-block; position: absolute; right: calc(50% - 11px); bottom: 1px; } .vue-tabs .nav-stacked { border-right: 1px solid #F1EAE0; font-size: 14px; font-weight: 600; padding: 20px 0; } .vue-tabs .nav-stacked > li > a { color: #A49E93; padding: 7px 25px; text-align: right; } .vue-tabs .nav-stacked > li > a:hover { color: #66615b; } .vue-tabs .nav-stacked > li.active > a { color: #66615b; } .vue-tabs .nav-stacked > li.active a:after { border-right: 11px solid #FFFFFF; border-top: 11px solid transparent; border-bottom: 11px solid transparent; content: ""; display: inline-block; position: absolute; right: -1px; bottom: 7px; } .vue-tabs .nav-stacked > li.active a:before { border-right: 11px solid #F1EAE0; border-top: 11px solid transparent; border-bottom: 11px solid transparent; content: ""; display: inline-block; position: absolute; right: 0; bottom: 7px; } .vue-tabs .left-vertical-tabs { width: 170px; min-width: 170px; } .vue-tabs .right-text-tabs { width: calc(100% - 170px); float: left; padding: 6px 15px; }
0.510008
0.044953
* { margin: 0; padding: 0; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "Droid Sans", sans-serif; } .bubble-left { float: left; clear: both; background: #B7CC90; } .bubble-left:hover { background: #A9C07F; } .bubble-left:before { content: " "; display: block; position: relative; top: 0px; left: -11px; height: 13px; width: 13px; background: inherit; /*#B7CC90*/ z-index: 100; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .bubble-right { float: right; clear: both; text-align: right; background: #fdb45e; } .bubble-right:hover { background: #82A6C1; } .bubble-right:before { content: " "; display: block; position: relative; top: 0px; right: -99.8%; height: 13px; width: 13px; background: inherit; /*#90B2CC*/ -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .message-container { display: block; margin: auto; margin-bottom: 2.5%; height: 620px; /*Global Height of Widget*/ width: 97%; /*Global Width of Widget*/ background: #E1E1E1; } .message-container > .message-north { width: 100%; height: 80%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .message-container > .message-south { width: 100%; height: 20%; padding: 1%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .message-container > .message-north > .message-user-list { list-style-type: none; float: left; clear: left; width: 25%; height: 100%; overflow-x: hidden; overflow-y: scroll; } .message-container > .message-north > .message-user-list a { display: block; padding: 10px; height: 40px; /*Keep height same as img thumbnail height*/ text-decoration: none; color: #313131; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -ms-transition: all ease .2s; -o-transition: all ease .2s; transition: all ease .2s; } .message-container > .message-north > .message-user-list a:hover { background: #fdb45e; height: 80px; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -ms-transition: all ease .2s; -o-transition: all ease .2s; transition: all ease .2s; } .message-container > .message-north > .message-user-list a .user-img { display: block; float: left; height: 40px; width: 40px; background: #6A8BBA; } .message-container > .message-north > .message-user-list a .user-title { margin-left: 5px; } .message-container > .message-north > .message-user-list a .user-desc { padding-left: 5px; padding-top: 5px; font-size: 12px; color: #5A5A5A; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .message-container > .message-north > .message-user-list a.active { background: #BFBFBF; } .message-container > .message-north > .message-user-list a.highlight { background: #90B2CC; } .message-container > .message-north > .message-user-list a.highlight .user-title, .message-container > .message-north > .message-user-list a.highlight .user-desc { font-weight: bold; } .message-container > .message-north > .message-thread { float: right; width: 75%; height: 100%; padding-left: 10px; padding-right: 10px; background: #F5F5F5; overflow-x: hidden; overflow-y: scroll; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .message-container > .message-north > .message-thread > .message { min-width: 40%; max-width: 70%; margin: 5px; margin-bottom: 2%; padding: 3px 5px 3px 5px; cursor: pointer; } .message-container > .message-north > .message-thread > .message > p { display: block; clear: both; margin-left: 3px; margin-right: 3px; font-size: 15px; } .message-container > .message-north > .message-thread > .message label { margin-top: -13px; font-size: 13px; font-weight: bold; color: #5A5A5A; cursor: pointer; } .message-container > .message-north > .message-thread > .message .message-user { display: block; float: left; margin-left: 3px; } .message-container > .message-north > .message-thread > .message .message-timestamp { display: block; float: right; margin-right: 3px; text-align: right; } .message-container > .message-south > textarea { width: 100%; height: 65%; padding: 7px 10px; outline: none; resize: none; font-size: 13px; color: #666; background: #f6f6f6; border: 1px solid #b9b9b9; border-top-color: #a4a4a4; box-shadow: 0 1px 1px rgba(0,0,0,.17) inset; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .message-container > .message-south > textarea:focus { background: #FFF; } .message-container > .message-south > button { display: inline-block; float: right; margin-top: 0px; height: 35px; width: 80px; color: #000000; background: -webkit-linear-gradient(#F5F5F5, #E9E9E9); background: -moz-linear-gradient(#F5F5F5, #E9E9E9); background: -o-linear-gradient(#F5F5F5, #E9E9E9); background: linear-gradient(#F5F5F5, #E9E9E9); border: 2px solid #CCC; box-shadow: 0px 1px 2px #C6C6C6; cursor: pointer; } .message-container > .message-south > button:hover { background: -webkit-linear-gradient(#FFFFFF, #DFDFDF); background: -moz-linear-gradient(#FFFFFF, #DFDFDF); background: -o-linear-gradient(#FFFFFF, #DFDFDF); background: linear-gradient(#FFFFFF, #DFDFDF); } .message-container > .message-south > button:active { box-shadow: inset 0px 0px 10px #5A5A5A; background: -webkit-linear-gradient(#E9E9E9, #F5F5F5); background: -moz-linear-gradient(#E9E9E9, #F5F5F5); background: -o-linear-gradient(#E9E9E9, #F5F5F5); background: linear-gradient(#E9E9E9, #F5F5F5); }
public/css/chat.css
* { margin: 0; padding: 0; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "Droid Sans", sans-serif; } .bubble-left { float: left; clear: both; background: #B7CC90; } .bubble-left:hover { background: #A9C07F; } .bubble-left:before { content: " "; display: block; position: relative; top: 0px; left: -11px; height: 13px; width: 13px; background: inherit; /*#B7CC90*/ z-index: 100; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .bubble-right { float: right; clear: both; text-align: right; background: #fdb45e; } .bubble-right:hover { background: #82A6C1; } .bubble-right:before { content: " "; display: block; position: relative; top: 0px; right: -99.8%; height: 13px; width: 13px; background: inherit; /*#90B2CC*/ -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .message-container { display: block; margin: auto; margin-bottom: 2.5%; height: 620px; /*Global Height of Widget*/ width: 97%; /*Global Width of Widget*/ background: #E1E1E1; } .message-container > .message-north { width: 100%; height: 80%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .message-container > .message-south { width: 100%; height: 20%; padding: 1%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .message-container > .message-north > .message-user-list { list-style-type: none; float: left; clear: left; width: 25%; height: 100%; overflow-x: hidden; overflow-y: scroll; } .message-container > .message-north > .message-user-list a { display: block; padding: 10px; height: 40px; /*Keep height same as img thumbnail height*/ text-decoration: none; color: #313131; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -ms-transition: all ease .2s; -o-transition: all ease .2s; transition: all ease .2s; } .message-container > .message-north > .message-user-list a:hover { background: #fdb45e; height: 80px; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -ms-transition: all ease .2s; -o-transition: all ease .2s; transition: all ease .2s; } .message-container > .message-north > .message-user-list a .user-img { display: block; float: left; height: 40px; width: 40px; background: #6A8BBA; } .message-container > .message-north > .message-user-list a .user-title { margin-left: 5px; } .message-container > .message-north > .message-user-list a .user-desc { padding-left: 5px; padding-top: 5px; font-size: 12px; color: #5A5A5A; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .message-container > .message-north > .message-user-list a.active { background: #BFBFBF; } .message-container > .message-north > .message-user-list a.highlight { background: #90B2CC; } .message-container > .message-north > .message-user-list a.highlight .user-title, .message-container > .message-north > .message-user-list a.highlight .user-desc { font-weight: bold; } .message-container > .message-north > .message-thread { float: right; width: 75%; height: 100%; padding-left: 10px; padding-right: 10px; background: #F5F5F5; overflow-x: hidden; overflow-y: scroll; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .message-container > .message-north > .message-thread > .message { min-width: 40%; max-width: 70%; margin: 5px; margin-bottom: 2%; padding: 3px 5px 3px 5px; cursor: pointer; } .message-container > .message-north > .message-thread > .message > p { display: block; clear: both; margin-left: 3px; margin-right: 3px; font-size: 15px; } .message-container > .message-north > .message-thread > .message label { margin-top: -13px; font-size: 13px; font-weight: bold; color: #5A5A5A; cursor: pointer; } .message-container > .message-north > .message-thread > .message .message-user { display: block; float: left; margin-left: 3px; } .message-container > .message-north > .message-thread > .message .message-timestamp { display: block; float: right; margin-right: 3px; text-align: right; } .message-container > .message-south > textarea { width: 100%; height: 65%; padding: 7px 10px; outline: none; resize: none; font-size: 13px; color: #666; background: #f6f6f6; border: 1px solid #b9b9b9; border-top-color: #a4a4a4; box-shadow: 0 1px 1px rgba(0,0,0,.17) inset; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .message-container > .message-south > textarea:focus { background: #FFF; } .message-container > .message-south > button { display: inline-block; float: right; margin-top: 0px; height: 35px; width: 80px; color: #000000; background: -webkit-linear-gradient(#F5F5F5, #E9E9E9); background: -moz-linear-gradient(#F5F5F5, #E9E9E9); background: -o-linear-gradient(#F5F5F5, #E9E9E9); background: linear-gradient(#F5F5F5, #E9E9E9); border: 2px solid #CCC; box-shadow: 0px 1px 2px #C6C6C6; cursor: pointer; } .message-container > .message-south > button:hover { background: -webkit-linear-gradient(#FFFFFF, #DFDFDF); background: -moz-linear-gradient(#FFFFFF, #DFDFDF); background: -o-linear-gradient(#FFFFFF, #DFDFDF); background: linear-gradient(#FFFFFF, #DFDFDF); } .message-container > .message-south > button:active { box-shadow: inset 0px 0px 10px #5A5A5A; background: -webkit-linear-gradient(#E9E9E9, #F5F5F5); background: -moz-linear-gradient(#E9E9E9, #F5F5F5); background: -o-linear-gradient(#E9E9E9, #F5F5F5); background: linear-gradient(#E9E9E9, #F5F5F5); }
0.282493
0.110856
/*height: 80px;*/ width: 100%; background-color: white; border-bottom: 1px solid #e5e5e5; position: absolute; top: 0; left: 0; z-index: 3; } #u-topbar .title { text-align: left; background-color: #474c5a; font-size: 24px; padding: 28px 0px 23px 40px; color: #2dc0e8; font-weight: 100; float: left; line-height: 12px; width: 200px; position: relative; } #u-topbar .title .title-sub { text-transform: uppercase; font-weight: 700; font-size: 10px; } .left-panel-toggle { margin: 22px 0 0 10px; display: inline-block; font-size: 17px; } .left-panel-toggle:hover { cursor: pointer; } @media (max-width: 768px) { #u-topbar .title { padding: 28px 0px 23px 10px; width: 80px; } #u-topbar .left-panel-toggle { margin: 27px 0px 0px 20px; } #u-topbar .topbar-button { margin: 27px 0px 0px 40px; } .right-true #u-topbar .left-panel-toggle { margin-right: 15px; } } @media (max-width: 429px) { #u-topbar .message-btn { display: none; } #u-topbar .topbar-button { margin: 27px 0px 0px 30px; } } @media (max-width: 768px) { #u-topbar .topbar-user span { display: none; } #u-topbar .topbar-user .topbar-username { display: inline-block; margin-top: 15px; margin-left: 0; } } .topbar-button { display: inline-block; margin: 27px 0px 0px 60px; } .topbar-button > li { display: inline-block; margin-right: 25px; } .topbar-button > li > a { position: relative; } .topbar-button > li > a > i { color: #95a5a6; font-size: 20px; } .topbar-button > li > a em { position: absolute; display: inline-block; width: 15px; height: 15px; opacity: 0.65; right: -5px; top: -5px; border-radius: 50%; } .topbar-button .em-blue { background-color: #37A1E7; } .topbar-button .em-orange { background-color: #F5883C; } .topbar-user { display: inline-block; float: right; margin: 17px 60px 0 0; } .topbar-user span { display: inline-block; } .topbar-user .badge-user { margin-top: 0px; } .topbar-user .topbar-username { color: #37A1E7; font-size: 13px; font-weight: 600; margin-left: 10px; padding-left: 10px; border-left: 1px solid #E2E6E9; } .topbar-user .topbar-username > i { margin-left: 3px; } .topbar-user .topbar-userimage { margin-left: 10px; } .topbar-user .topbar-userimage img { border-radius: 50%; width: 45px; height: 45px; } .topbar-user .dropdown a, .topbar-user .dropdown a:hover, .topbar-user .dropdown a:focus { outline: 0; text-decoration: none; } .topbar-user .dropdown .dropdown-menu { border: 1px solid #E5E5E5; box-shadow: none; border-radius: 0px; padding: 0; } .topbar-user .dropdown .dropdown-menu > li a { padding-top: 8px; padding-bottom: 8px; color: #777; font-size: 13px; font-weight: 600; } .topbar-user .dropdown .dropdown-menu > li a:hover { background-color: #45C7A6; color: white; } .badge { font-size: 11px; font-weight: 600; } .link-badge { margin-left: 20px; margin-top: -4px; } .left-menu-sub .link-badge { margin-left: 15px; margin-top: 2px; } .badge-green { background-color: #45C7A6; } .badge-blue { background-color: #37A1E7; } .badge-orange { background-color: #F5883C; } .badge-gray { background-color: #7F8C8D; }
web/css/ultra/ultra/topbar.css
/*height: 80px;*/ width: 100%; background-color: white; border-bottom: 1px solid #e5e5e5; position: absolute; top: 0; left: 0; z-index: 3; } #u-topbar .title { text-align: left; background-color: #474c5a; font-size: 24px; padding: 28px 0px 23px 40px; color: #2dc0e8; font-weight: 100; float: left; line-height: 12px; width: 200px; position: relative; } #u-topbar .title .title-sub { text-transform: uppercase; font-weight: 700; font-size: 10px; } .left-panel-toggle { margin: 22px 0 0 10px; display: inline-block; font-size: 17px; } .left-panel-toggle:hover { cursor: pointer; } @media (max-width: 768px) { #u-topbar .title { padding: 28px 0px 23px 10px; width: 80px; } #u-topbar .left-panel-toggle { margin: 27px 0px 0px 20px; } #u-topbar .topbar-button { margin: 27px 0px 0px 40px; } .right-true #u-topbar .left-panel-toggle { margin-right: 15px; } } @media (max-width: 429px) { #u-topbar .message-btn { display: none; } #u-topbar .topbar-button { margin: 27px 0px 0px 30px; } } @media (max-width: 768px) { #u-topbar .topbar-user span { display: none; } #u-topbar .topbar-user .topbar-username { display: inline-block; margin-top: 15px; margin-left: 0; } } .topbar-button { display: inline-block; margin: 27px 0px 0px 60px; } .topbar-button > li { display: inline-block; margin-right: 25px; } .topbar-button > li > a { position: relative; } .topbar-button > li > a > i { color: #95a5a6; font-size: 20px; } .topbar-button > li > a em { position: absolute; display: inline-block; width: 15px; height: 15px; opacity: 0.65; right: -5px; top: -5px; border-radius: 50%; } .topbar-button .em-blue { background-color: #37A1E7; } .topbar-button .em-orange { background-color: #F5883C; } .topbar-user { display: inline-block; float: right; margin: 17px 60px 0 0; } .topbar-user span { display: inline-block; } .topbar-user .badge-user { margin-top: 0px; } .topbar-user .topbar-username { color: #37A1E7; font-size: 13px; font-weight: 600; margin-left: 10px; padding-left: 10px; border-left: 1px solid #E2E6E9; } .topbar-user .topbar-username > i { margin-left: 3px; } .topbar-user .topbar-userimage { margin-left: 10px; } .topbar-user .topbar-userimage img { border-radius: 50%; width: 45px; height: 45px; } .topbar-user .dropdown a, .topbar-user .dropdown a:hover, .topbar-user .dropdown a:focus { outline: 0; text-decoration: none; } .topbar-user .dropdown .dropdown-menu { border: 1px solid #E5E5E5; box-shadow: none; border-radius: 0px; padding: 0; } .topbar-user .dropdown .dropdown-menu > li a { padding-top: 8px; padding-bottom: 8px; color: #777; font-size: 13px; font-weight: 600; } .topbar-user .dropdown .dropdown-menu > li a:hover { background-color: #45C7A6; color: white; } .badge { font-size: 11px; font-weight: 600; } .link-badge { margin-left: 20px; margin-top: -4px; } .left-menu-sub .link-badge { margin-left: 15px; margin-top: 2px; } .badge-green { background-color: #45C7A6; } .badge-blue { background-color: #37A1E7; } .badge-orange { background-color: #F5883C; } .badge-gray { background-color: #7F8C8D; }
0.391988
0.088229
.banner{ background-image: url("../images/banner_image1.jpg"); background-repeat: round; height: 400px; width: 100%; margin-top: -50px; } .banner h3{ color: #ffffff; font-size: 40px; margin-left: 150px; margin-top: 150px; } .dog{ border: #f9f2f4; background-color: #ffffff; border-style: solid; width: 800px; height: 1000px; margin-top: -100px; margin-left: 150px; } .dog .loz1{ text-align: center; } .loz1 small{ font-size: 14px; font-weight: 700; line-height: 24px; margin-bottom: 15px; color: #fff; background: #101010; display: inline-block; padding: 3px 18px; text-transform: uppercase; margin-top: 60px; } .dog .mu h3{ font-size: 30px; text-align: center; margin-top: 10px; } .mu span{ font-size: 50px; } .name input{ font-size: 14px; border: 1px solid #e8e8eb; margin-top: 40px; margin-left:45px; height: 45px; } .last input{ font-size: 14px; border: 1px solid #e8e8eb; margin-left:470px; height: 45px; } .your input { font-size: 14px; border: 1px solid #e8e8eb; margin-top: 40px; margin-left: 45px; height: 45px; } .phone input{ font-size: 14px; border: 1px solid #e8e8eb; margin-left:470px; height: 45px; } .sub input { font-size: 14px; border: 1px solid #e8e8eb; margin-top: 40px; margin-left: 45px; height: 45px; } .ge select { font-size: 14px; border: 1px solid #e8e8eb; margin-left:470px; height: 45px; width: 150px; } .mess textarea{ height: 245px; width: 750px; margin-top: 30px; font-size: 20px; margin-left: 25px; border: 1px solid #e8e8eb; } .sum input{ font-size: 14px; font-weight: 700; line-height: 24px; margin-bottom: 15px; color: #fff; background: #101010; display: inline-block; padding: 3px 18px; text-transform: uppercase; margin-top: 40px; margin-left: 50px; } .hahaha{ border: #f9f2f4; background-color:#f9f2f4; border-style: solid; width: 400px; height: 1000px; margin-top: -1020.5px; margin-left: 953px; } .gu h3{ font-size: 30px; margin-top: 10px; margin-left: 30px; } .gu span{ font-size: 50px; } .uni h2{ margin-left:30px ; } .uni1{ margin-left: 30px; font-size: 18px; } .uni2{ margin-left: 30px; font-size: 18px; } .uni2 a{ text-decoration: none; color: #c7254e; } .uni3{ margin-left: 30px; font-size: 18px; } .uni3 a{ text-decoration: none; color: #c7254e; } .king h2{ margin-left: 30px; margin-top: 50px; } .bando{ margin-top: 70px; } .yeu{ margin-top: 30px; background-color: #f9f2f4; height: 130px; width: 100%; margin-left: 0px; } .h1 { margin-left: 50px; } .yeu img{ margin-top: 40px; } .h2{ margin-left: 300px; margin-top: -88px; } .h3{ margin-top: -88px; margin-left: 550px; } .h4{ margin-top: -90px; margin-left: 900px; } .h5{ margin-top: -88px; margin-left: 1250px; }
h-php/contact.css
.banner{ background-image: url("../images/banner_image1.jpg"); background-repeat: round; height: 400px; width: 100%; margin-top: -50px; } .banner h3{ color: #ffffff; font-size: 40px; margin-left: 150px; margin-top: 150px; } .dog{ border: #f9f2f4; background-color: #ffffff; border-style: solid; width: 800px; height: 1000px; margin-top: -100px; margin-left: 150px; } .dog .loz1{ text-align: center; } .loz1 small{ font-size: 14px; font-weight: 700; line-height: 24px; margin-bottom: 15px; color: #fff; background: #101010; display: inline-block; padding: 3px 18px; text-transform: uppercase; margin-top: 60px; } .dog .mu h3{ font-size: 30px; text-align: center; margin-top: 10px; } .mu span{ font-size: 50px; } .name input{ font-size: 14px; border: 1px solid #e8e8eb; margin-top: 40px; margin-left:45px; height: 45px; } .last input{ font-size: 14px; border: 1px solid #e8e8eb; margin-left:470px; height: 45px; } .your input { font-size: 14px; border: 1px solid #e8e8eb; margin-top: 40px; margin-left: 45px; height: 45px; } .phone input{ font-size: 14px; border: 1px solid #e8e8eb; margin-left:470px; height: 45px; } .sub input { font-size: 14px; border: 1px solid #e8e8eb; margin-top: 40px; margin-left: 45px; height: 45px; } .ge select { font-size: 14px; border: 1px solid #e8e8eb; margin-left:470px; height: 45px; width: 150px; } .mess textarea{ height: 245px; width: 750px; margin-top: 30px; font-size: 20px; margin-left: 25px; border: 1px solid #e8e8eb; } .sum input{ font-size: 14px; font-weight: 700; line-height: 24px; margin-bottom: 15px; color: #fff; background: #101010; display: inline-block; padding: 3px 18px; text-transform: uppercase; margin-top: 40px; margin-left: 50px; } .hahaha{ border: #f9f2f4; background-color:#f9f2f4; border-style: solid; width: 400px; height: 1000px; margin-top: -1020.5px; margin-left: 953px; } .gu h3{ font-size: 30px; margin-top: 10px; margin-left: 30px; } .gu span{ font-size: 50px; } .uni h2{ margin-left:30px ; } .uni1{ margin-left: 30px; font-size: 18px; } .uni2{ margin-left: 30px; font-size: 18px; } .uni2 a{ text-decoration: none; color: #c7254e; } .uni3{ margin-left: 30px; font-size: 18px; } .uni3 a{ text-decoration: none; color: #c7254e; } .king h2{ margin-left: 30px; margin-top: 50px; } .bando{ margin-top: 70px; } .yeu{ margin-top: 30px; background-color: #f9f2f4; height: 130px; width: 100%; margin-left: 0px; } .h1 { margin-left: 50px; } .yeu img{ margin-top: 40px; } .h2{ margin-left: 300px; margin-top: -88px; } .h3{ margin-top: -88px; margin-left: 550px; } .h4{ margin-top: -90px; margin-left: 900px; } .h5{ margin-top: -88px; margin-left: 1250px; }
0.379263
0.13589
body { font-family:Arial; font-size: 12px; color: #212529; margin:0; } .tooltips { position: absolute; text-align: left; border-radius: 3px; line-height: 1; color:white; } .tool-title { font-size: 11px; font-weight: 700; } .D { color: #2471A3; } .R{ color: #CA6F1E; } .headerpart { background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://www.wildlifeforever.org/wp-content/uploads/2017/05/speak-on-the-issues.jpg); background-position: center; background-size: cover; height: 400px; } .header-text{ text-align: center; padding: 100px 0; } .header-text h1{ margin-top: 0px; font-size: 70px; color:white; } .header-text h2{ margin-top: 0px; font-size: 20px; font-weight: normal; color:white; } .body-text{ text-align: center; padding-top:80px; padding-bottom: 100px; padding-left: 350px; padding-right: 350px; background-color: #F8F9F9; margin-bottom: 100px; } .body-text h1{ margin-top: 0px; font-size: 25px; } .body-text h2{ margin-top: 0px; font-size: 18px; font-weight: normal; } .footer h2{ margin-top: 0px; font-size: 18px; font-weight: 600; } .maps { height:700px; } .map { margin: auto; width: 80%; } .section { margin-bottom: 50px; } .body-text h1{ font-weight: 100; font-size: 40px; color: #566573; } .body-text h2 { font-weight: 600; font-size: 18px; color: #283747; margin-bottom:30px; } .body-text p { font-weight: 300; font-size: 16px; color: #566573; line-height: 170%; margin-bottom:-10px; } .body-text img { margin-top: 30px; } .body-text-map { margin: auto; width: 80%; margin-top: 75px; margin-bottom: 75px; } .body-text-map h1{ text-align: center; font-weight: 600; font-size: 27px; color: #2C3E50; } .body-text-map p{ font-weight: 300; font-size: 16px; color: #566573; line-height: 170%; margin-bottom:-10px; } .footer { background-color: #F8F9F9; padding-top: 60px; text-align: center; padding-bottom: 40px; } .sc { padding-bottom: 30px; } .countryName { color: #2C3E50; font-size: 14px; } /*style for bubble chart*/ #bubble-chart { margin: auto; width: 80%; } #controls { margin: auto; width: 35%; font-size: 18px; margin-bottom: 20px; font-size:20px; color: #2C3E50; } input[type="radio"] { margin-top: -1px; vertical-align: middle; } label{ margin-right: 20px; } span:nth-child(2) { margin-left: 20px; } #country-info { color: #666; font-size: 28px; position: absolute; top: 1930px; left: 150px; } svg { border: 1px solid #ddd; } circle { stroke: white; stroke-width: 1.5; } .continent-key-element text { fill: white; } /*style for bar chart*/ .bar1 { fill: blue; } .bar2 { fill: green; } #export, #import{ width: 800px; height: 600px; } #container{ display: flex; } /*style for bar chart*/ .barChart{ margin:auto; width:80%; height:1000px; } #pie_tooltip{ position: absolute; width:600px; height:600px; left: 850px; top: 4700px; font-size: 18px; } .animal_image{ height:200px; } /*style for column text*/ #first-paragraph{ width:100%; padding:0px; text-align:center; } .column { float: left; width: 33.33%; background-color: #F8F9F9; height: 180px; margin-top: -50px; margin-bottom: 100px; padding-top: 50px; }
style.css
body { font-family:Arial; font-size: 12px; color: #212529; margin:0; } .tooltips { position: absolute; text-align: left; border-radius: 3px; line-height: 1; color:white; } .tool-title { font-size: 11px; font-weight: 700; } .D { color: #2471A3; } .R{ color: #CA6F1E; } .headerpart { background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://www.wildlifeforever.org/wp-content/uploads/2017/05/speak-on-the-issues.jpg); background-position: center; background-size: cover; height: 400px; } .header-text{ text-align: center; padding: 100px 0; } .header-text h1{ margin-top: 0px; font-size: 70px; color:white; } .header-text h2{ margin-top: 0px; font-size: 20px; font-weight: normal; color:white; } .body-text{ text-align: center; padding-top:80px; padding-bottom: 100px; padding-left: 350px; padding-right: 350px; background-color: #F8F9F9; margin-bottom: 100px; } .body-text h1{ margin-top: 0px; font-size: 25px; } .body-text h2{ margin-top: 0px; font-size: 18px; font-weight: normal; } .footer h2{ margin-top: 0px; font-size: 18px; font-weight: 600; } .maps { height:700px; } .map { margin: auto; width: 80%; } .section { margin-bottom: 50px; } .body-text h1{ font-weight: 100; font-size: 40px; color: #566573; } .body-text h2 { font-weight: 600; font-size: 18px; color: #283747; margin-bottom:30px; } .body-text p { font-weight: 300; font-size: 16px; color: #566573; line-height: 170%; margin-bottom:-10px; } .body-text img { margin-top: 30px; } .body-text-map { margin: auto; width: 80%; margin-top: 75px; margin-bottom: 75px; } .body-text-map h1{ text-align: center; font-weight: 600; font-size: 27px; color: #2C3E50; } .body-text-map p{ font-weight: 300; font-size: 16px; color: #566573; line-height: 170%; margin-bottom:-10px; } .footer { background-color: #F8F9F9; padding-top: 60px; text-align: center; padding-bottom: 40px; } .sc { padding-bottom: 30px; } .countryName { color: #2C3E50; font-size: 14px; } /*style for bubble chart*/ #bubble-chart { margin: auto; width: 80%; } #controls { margin: auto; width: 35%; font-size: 18px; margin-bottom: 20px; font-size:20px; color: #2C3E50; } input[type="radio"] { margin-top: -1px; vertical-align: middle; } label{ margin-right: 20px; } span:nth-child(2) { margin-left: 20px; } #country-info { color: #666; font-size: 28px; position: absolute; top: 1930px; left: 150px; } svg { border: 1px solid #ddd; } circle { stroke: white; stroke-width: 1.5; } .continent-key-element text { fill: white; } /*style for bar chart*/ .bar1 { fill: blue; } .bar2 { fill: green; } #export, #import{ width: 800px; height: 600px; } #container{ display: flex; } /*style for bar chart*/ .barChart{ margin:auto; width:80%; height:1000px; } #pie_tooltip{ position: absolute; width:600px; height:600px; left: 850px; top: 4700px; font-size: 18px; } .animal_image{ height:200px; } /*style for column text*/ #first-paragraph{ width:100%; padding:0px; text-align:center; } .column { float: left; width: 33.33%; background-color: #F8F9F9; height: 180px; margin-top: -50px; margin-bottom: 100px; padding-top: 50px; }
0.442155
0.106272
.welcome-box { background-color: #FFF; border: 1px solid #CDCBCB; margin-top: 50px; } .welcome-box h3 { font-size: 34px; letter-spacing: 0.5px; font-weight: 100; text-shadow: 0 1px 0 rgba(255, 255, 255, .7); } .welcome-box .welcome-top { height: 54px; background-color: #464141; padding: 0 20px; color: #fff; line-height: 54px; } .welcome-box .welcome-body { height: 425px; } @url getStartedBgr getStartedBgr; .welcome-box .welcome-body .get-started { position: relative; background: getStartedBgr no-repeat top left; height: 425px; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; } .welcome-box .welcome-body .get-started h3 { margin-bottom: 20px; } .welcome-box .welcome-body .get-started::before { position: absolute; height: 423px; border-right: 1px solid #CDCBCB; right: -15px; content: ''; top: 1px; } @url gitBgr gitBgr; .welcome-box .welcome-body .git { height: 212px; border-bottom: 1px solid #CDCBCB; margin-left: -15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: gitBgr no-repeat top right; } @url downloadsBgr downloadsBgr; .welcome-box .welcome-body .downloads { height: 212px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: downloadsBgr no-repeat top right; } .welcome-box .link-list a { display: block; padding: 0 20px; background-color: #464141; color: #fff; text-decoration: none; margin-bottom: 1px; height: 34px; line-height: 34px; font-size: 13px; } .welcome-box .link-list a:hover { background-color: #E95A35; } .welcome-box .git .link-list a { display: block; width: 170px; text-align: center; background-color: #6BACC6; } .welcome-box .git .link-list a:hover { background-color: #4886B9; } .welcome-box .downloads .link-list a { display: block; width: 170px; text-align: center; background-color: #84C1A7; } .welcome-box .downloads .link-list a:hover { background-color: #63A38F; }
uberfire-archetype/uberfire-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-showcase/__rootArtifactId__-webapp/src/main/java/client/resources/css/welcome.css
.welcome-box { background-color: #FFF; border: 1px solid #CDCBCB; margin-top: 50px; } .welcome-box h3 { font-size: 34px; letter-spacing: 0.5px; font-weight: 100; text-shadow: 0 1px 0 rgba(255, 255, 255, .7); } .welcome-box .welcome-top { height: 54px; background-color: #464141; padding: 0 20px; color: #fff; line-height: 54px; } .welcome-box .welcome-body { height: 425px; } @url getStartedBgr getStartedBgr; .welcome-box .welcome-body .get-started { position: relative; background: getStartedBgr no-repeat top left; height: 425px; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; } .welcome-box .welcome-body .get-started h3 { margin-bottom: 20px; } .welcome-box .welcome-body .get-started::before { position: absolute; height: 423px; border-right: 1px solid #CDCBCB; right: -15px; content: ''; top: 1px; } @url gitBgr gitBgr; .welcome-box .welcome-body .git { height: 212px; border-bottom: 1px solid #CDCBCB; margin-left: -15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: gitBgr no-repeat top right; } @url downloadsBgr downloadsBgr; .welcome-box .welcome-body .downloads { height: 212px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: downloadsBgr no-repeat top right; } .welcome-box .link-list a { display: block; padding: 0 20px; background-color: #464141; color: #fff; text-decoration: none; margin-bottom: 1px; height: 34px; line-height: 34px; font-size: 13px; } .welcome-box .link-list a:hover { background-color: #E95A35; } .welcome-box .git .link-list a { display: block; width: 170px; text-align: center; background-color: #6BACC6; } .welcome-box .git .link-list a:hover { background-color: #4886B9; } .welcome-box .downloads .link-list a { display: block; width: 170px; text-align: center; background-color: #84C1A7; } .welcome-box .downloads .link-list a:hover { background-color: #63A38F; }
0.403449
0.088623
.sender-template-edit-wrap { padding: 20px; background: #fff; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; } .bx-sender-caption { display: block; margin: 0 0 6px 0; font: 13px/15px "Helvetica Neue", Arial, Helvetica, sans-serif; color: #80868E; } .bx-sender-form-control { display: inline-block; padding: 7px 30px 7px 14px; min-width: 308px; height: 38px; border: none; -webkit-box-shadow: inset 0 0 0 1px #C6CDD3; box-shadow: inset 0 0 0 1px #C6CDD3; border-radius: 2px; font: 15px/17px "Helvetica Neue", Arial, Helvetica, sans-serif; color: #333; background: #fff; box-sizing: border-box; vertical-align: middle; transition: border-color .3s ease; -webkit-appearance: none; -moz-appearance: none; outline: none; text-indent: 1px; text-overflow: ''; } .bx-sender-form-control:focus { -webkit-box-shadow: inset 0 0 0 1px rgba(81, 203, 238, 1); box-shadow: inset 0 0 0 1px rgba(81, 203, 238, 1); } .bx-sender-letter-field-input { width: 100%; } .bx-sender-letter-steps { margin: -15px; background: #eef2f4; } .bx-sender-letter-step { padding: 25px; margin: 0 0 30px 0; background: #ffffff; } .bx-sender-letter-step-caption { margin: 0 0 30px 0; font: 26px/25px "Helvetica Neue", Arial, Helvetica, sans-serif; } .bx-sender-letter-step-content { } .bx-sender-letter-types { height: 40px; } .bx-sender-letter-type { background: #85c2f7; color: white; padding: 15px; float: left; margin: 0 10px 0 0; cursor: pointer; font: 20px/19px "Helvetica Neue", Arial, Helvetica, sans-serif; } .bx-sender-letter-type:hover { background: #5cb4ff; } .bx-sender-letter-field { margin: 0 0 30px; } .bx-sender-letter-field .bx-sender-caption { margin: 0 0 10px; font: 16px/15px "Helvetica Neue", Arial, Helvetica, sans-serif; } .bx-sender-letter-field .bx-sender-value { } .bx-sender-message-editor-field-text { width: 100%; height: 100px; } .bx-sender-message-editor-field-select { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2219%22%20height%3D%227%22%20viewBox%3D%220%200%2019%207%22%3E%0A%20%20%3Cpolygon%20fill%3D%22%23535C69%22%20fill-rule%3D%22evenodd%22%20points%3D%223.546%207.425%203.546%201.607%201.607%201.607%201.607%208.394%201.607%209.364%209.364%209.364%209.364%207.425%22%20transform%3D%22rotate%28-45%20.657%203.485%29%22/%3E%0A%3C/svg%3E%0A'); background-repeat: no-repeat; background-position: right center; font: 15px/38px "Helvetica Neue", Arial, Helvetica, sans-serif; padding: 0 30px 0 14px; }
www/html/bitrix/modules/sender/install/components/bitrix/sender.campaign.edit/templates/.default/style.css
.sender-template-edit-wrap { padding: 20px; background: #fff; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; } .bx-sender-caption { display: block; margin: 0 0 6px 0; font: 13px/15px "Helvetica Neue", Arial, Helvetica, sans-serif; color: #80868E; } .bx-sender-form-control { display: inline-block; padding: 7px 30px 7px 14px; min-width: 308px; height: 38px; border: none; -webkit-box-shadow: inset 0 0 0 1px #C6CDD3; box-shadow: inset 0 0 0 1px #C6CDD3; border-radius: 2px; font: 15px/17px "Helvetica Neue", Arial, Helvetica, sans-serif; color: #333; background: #fff; box-sizing: border-box; vertical-align: middle; transition: border-color .3s ease; -webkit-appearance: none; -moz-appearance: none; outline: none; text-indent: 1px; text-overflow: ''; } .bx-sender-form-control:focus { -webkit-box-shadow: inset 0 0 0 1px rgba(81, 203, 238, 1); box-shadow: inset 0 0 0 1px rgba(81, 203, 238, 1); } .bx-sender-letter-field-input { width: 100%; } .bx-sender-letter-steps { margin: -15px; background: #eef2f4; } .bx-sender-letter-step { padding: 25px; margin: 0 0 30px 0; background: #ffffff; } .bx-sender-letter-step-caption { margin: 0 0 30px 0; font: 26px/25px "Helvetica Neue", Arial, Helvetica, sans-serif; } .bx-sender-letter-step-content { } .bx-sender-letter-types { height: 40px; } .bx-sender-letter-type { background: #85c2f7; color: white; padding: 15px; float: left; margin: 0 10px 0 0; cursor: pointer; font: 20px/19px "Helvetica Neue", Arial, Helvetica, sans-serif; } .bx-sender-letter-type:hover { background: #5cb4ff; } .bx-sender-letter-field { margin: 0 0 30px; } .bx-sender-letter-field .bx-sender-caption { margin: 0 0 10px; font: 16px/15px "Helvetica Neue", Arial, Helvetica, sans-serif; } .bx-sender-letter-field .bx-sender-value { } .bx-sender-message-editor-field-text { width: 100%; height: 100px; } .bx-sender-message-editor-field-select { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2219%22%20height%3D%227%22%20viewBox%3D%220%200%2019%207%22%3E%0A%20%20%3Cpolygon%20fill%3D%22%23535C69%22%20fill-rule%3D%22evenodd%22%20points%3D%223.546%207.425%203.546%201.607%201.607%201.607%201.607%208.394%201.607%209.364%209.364%209.364%209.364%207.425%22%20transform%3D%22rotate%28-45%20.657%203.485%29%22/%3E%0A%3C/svg%3E%0A'); background-repeat: no-repeat; background-position: right center; font: 15px/38px "Helvetica Neue", Arial, Helvetica, sans-serif; padding: 0 30px 0 14px; }
0.201892
0.075927
.padding { padding: 15px; } .wrapper { display: flex; align-items: center; flex-direction: column; justify-content: center; padding: 30px; } .custom-control { padding-left: 0; } #formContent { color: #ffc038; -webkit-border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px; background: #1d1d1d; width: 100%; max-width: 450px; position: relative; padding: 0px; text-align: center; } input:-internal-autofill-selected { appearance: menulist-button; background-color: #262626 !important; background-image: none !important; color: #ffc038 !important; } /* Change the white to any color ;) */ input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { box-shadow: 0 0 0 30px white inset !important; -webkit-box-shadow: 0 0 0 30px white inset !important; } /*Change text in autofill textbox*/ input:-webkit-autofill { -webkit-text-fill-color: #ffc038 !important; } /* Change the white to any color ;) */ input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { box-shadow: 0 0 0 30px #262626 inset !important; -webkit-box-shadow: 0 0 0 30px #262626 inset !important; } #formFooter { background-color: #1d1d1d; color: #ffc038; padding: 25px; text-align: center; -webkit-border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px; } /* FORM TYPOGRAPHY*/ input[type=button], input[type=submit], input[type=reset] { background-color: #262626; border: 2px solid #ffc038; color: #ffc038; padding: 15px 5%; width: 45%; text-align: center; text-decoration: none; display: inline-block; text-transform: uppercase; font-size: 13px; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; margin: 5px 20px 15px 20px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover { background-color: #030303; border: 2px solid #ffc038; color: gold; } input[type=button]:active, input[type=submit]:active, input[type=reset]:active { background-color: #030303; -moz-transform: scale(0.95); -webkit-transform: scale(0.95); -o-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95); } ::-webkit-calendar-picker-indicator { background-color: #ffc038; } input[type=text],input[type=email],input[type=password],input[type=date] { background-color: #262626; /* border: 2px solid #ffc038; */ color: #ffc038; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 5px; width: 100%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=date]:focus { background-color: #3d3d3d; border: 2px solid #ffc038; color: #ffc038; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 5px; width: 100%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } input[type=text]:placeholder,input[type=email]:placeholder,input[type=password]:placeholder { color: #ffc038; } /* ANIMATIONS */ /* Simple CSS3 Fade-in-down Animation */ .fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } /* Simple CSS3 Fade-in Animation */ @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } } @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } } @keyframes fadeIn { from { opacity:0; } to { opacity:1; } } .fadeIn { opacity:0; -webkit-animation:fadeIn ease-in 1; -moz-animation:fadeIn ease-in 1; animation:fadeIn ease-in 1; -webkit-animation-fill-mode:forwards; -moz-animation-fill-mode:forwards; animation-fill-mode:forwards; -webkit-animation-duration:1s; -moz-animation-duration:1s; animation-duration:1s; } .fadeIn.first { -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; animation-delay: 0.4s; } .fadeIn.second { -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; animation-delay: 0.6s; } .fadeIn.third { -webkit-animation-delay: 0.8s; -moz-animation-delay: 0.8s; animation-delay: 0.8s; } .fadeIn.fourth { -webkit-animation-delay: 1s; -moz-animation-delay: 1s; animation-delay: 1s; } /* Simple CSS3 Fade-in Animation */ .underlineHover:after { display: block; left: 0; bottom: -10px; width: 0; height: 2px; background-color: gold; content: ""; transition: width 0.2s; } .underlineHover:hover { color: gold; } .underlineHover:hover:after{ width: 100%; } /* OTHERS */ *:focus { outline: none; } #icon { width:60%; } .responsive { width: 100%; max-height: 120px; max-width: 120px; height: auto; }
users/static/css/users/style.css
.padding { padding: 15px; } .wrapper { display: flex; align-items: center; flex-direction: column; justify-content: center; padding: 30px; } .custom-control { padding-left: 0; } #formContent { color: #ffc038; -webkit-border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px; background: #1d1d1d; width: 100%; max-width: 450px; position: relative; padding: 0px; text-align: center; } input:-internal-autofill-selected { appearance: menulist-button; background-color: #262626 !important; background-image: none !important; color: #ffc038 !important; } /* Change the white to any color ;) */ input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { box-shadow: 0 0 0 30px white inset !important; -webkit-box-shadow: 0 0 0 30px white inset !important; } /*Change text in autofill textbox*/ input:-webkit-autofill { -webkit-text-fill-color: #ffc038 !important; } /* Change the white to any color ;) */ input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { box-shadow: 0 0 0 30px #262626 inset !important; -webkit-box-shadow: 0 0 0 30px #262626 inset !important; } #formFooter { background-color: #1d1d1d; color: #ffc038; padding: 25px; text-align: center; -webkit-border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px; } /* FORM TYPOGRAPHY*/ input[type=button], input[type=submit], input[type=reset] { background-color: #262626; border: 2px solid #ffc038; color: #ffc038; padding: 15px 5%; width: 45%; text-align: center; text-decoration: none; display: inline-block; text-transform: uppercase; font-size: 13px; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; margin: 5px 20px 15px 20px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover { background-color: #030303; border: 2px solid #ffc038; color: gold; } input[type=button]:active, input[type=submit]:active, input[type=reset]:active { background-color: #030303; -moz-transform: scale(0.95); -webkit-transform: scale(0.95); -o-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95); } ::-webkit-calendar-picker-indicator { background-color: #ffc038; } input[type=text],input[type=email],input[type=password],input[type=date] { background-color: #262626; /* border: 2px solid #ffc038; */ color: #ffc038; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 5px; width: 100%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=date]:focus { background-color: #3d3d3d; border: 2px solid #ffc038; color: #ffc038; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 5px; width: 100%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } input[type=text]:placeholder,input[type=email]:placeholder,input[type=password]:placeholder { color: #ffc038; } /* ANIMATIONS */ /* Simple CSS3 Fade-in-down Animation */ .fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } /* Simple CSS3 Fade-in Animation */ @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } } @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } } @keyframes fadeIn { from { opacity:0; } to { opacity:1; } } .fadeIn { opacity:0; -webkit-animation:fadeIn ease-in 1; -moz-animation:fadeIn ease-in 1; animation:fadeIn ease-in 1; -webkit-animation-fill-mode:forwards; -moz-animation-fill-mode:forwards; animation-fill-mode:forwards; -webkit-animation-duration:1s; -moz-animation-duration:1s; animation-duration:1s; } .fadeIn.first { -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; animation-delay: 0.4s; } .fadeIn.second { -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; animation-delay: 0.6s; } .fadeIn.third { -webkit-animation-delay: 0.8s; -moz-animation-delay: 0.8s; animation-delay: 0.8s; } .fadeIn.fourth { -webkit-animation-delay: 1s; -moz-animation-delay: 1s; animation-delay: 1s; } /* Simple CSS3 Fade-in Animation */ .underlineHover:after { display: block; left: 0; bottom: -10px; width: 0; height: 2px; background-color: gold; content: ""; transition: width 0.2s; } .underlineHover:hover { color: gold; } .underlineHover:hover:after{ width: 100%; } /* OTHERS */ *:focus { outline: none; } #icon { width:60%; } .responsive { width: 100%; max-height: 120px; max-width: 120px; height: auto; }
0.176246
0.057626
.bluelighting .nw { background:transparent url(lighting/corners_top-blue.gif) no-repeat scroll 0 -26px; height:26px; padding-left:6px; } .bluelighting .ne { background:transparent url(lighting/corners_top-blue.gif) no-repeat scroll right 0; height:26px; padding-right:6px; } .bluelighting .n { background:transparent url(lighting/corners_top-blue.gif) repeat-x scroll 0 -52px; color:#17385B; font:bold 14px/26px Verdana, Arial, sans-serif; height:26px; margin:0; padding:0; text-align:center; padding-right: 60px; overflow: hidden; } .bluelighting .content { background:#BFDBFF; color:#000; font:normal 12px/1em Verdana, Arial, sans-serif; overflow:auto; } .bluelighting .w { border-left:1px solid #425F82; border-right:1px solid #425F82; } .bluelighting .e { border-left:1px solid #FFF; border-right:1px solid #FFF; } .bluelighting .sw { background:transparent url(lighting/corners_bottom-blue.gif) no-repeat scroll 0 -12px; font-size:2px; height:12px; padding-left:6px; } .bluelighting .se { background:transparent url(lighting/corners_bottom-blue.gif) no-repeat scroll right 0; font-size:2px; height:12px; padding-right:6px; } .bluelighting .se_resize_handle { background:transparent url(lighting/sizer-blue.gif) no-repeat scroll right 0; font-size:2px; height:12px; padding-right:12px; } .bluelighting .se_sizer { width:12px; height:12px; } .bluelighting .s { background:transparent url(lighting/corners_bottom-blue.gif) repeat-x scroll 0 -24px; font-size:11px; line-height:12px; height:12px; overflow:hidden; } .bluelighting .buttons { position: absolute; top:1px; right:10px; height: 20px; } .bluelighting .buttons a.close { float:left; background:transparent url(lighting/buttons-blue.gif) no-repeat 0 0; height:20px; width:21px; padding-top:2px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/ } .bluelighting .buttons a.close:hover { background:transparent url(lighting/buttons-blue.gif) no-repeat 0 -20px; } .bluelighting .buttons a.maximize { float:left; background:transparent url(lighting/buttons-blue.gif) no-repeat 0 -40px; height:20px; width:21px; padding-top:1px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/ } .bluelighting .buttons a.maximize:hover { background:transparent url(lighting/buttons-blue.gif) no-repeat 0 -60px; } .bluelighting .buttons a.minimize { float:left; background:transparent url(lighting/buttons-blue.gif) no-repeat 0 -80px; height:20px; width:21px; padding-top:0px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/ } .bluelighting .buttons a.minimize:hover { background:transparent url(lighting/buttons-blue.gif) no-repeat 0 -100px; } .bluelighting .buttons a.minimize.disabled, .bluelighting .buttons.over a.minimize.disabled { background:none; } .bluelighting_overlay { background-color:#DDD; filter:alpha(opacity=60); height:0; opacity: 0.6; position:absolute; top:0; width:100%; -moz-opacity: 0.6; }
javascript/prototype-ui/window/themes/window/lighting.css
.bluelighting .nw { background:transparent url(lighting/corners_top-blue.gif) no-repeat scroll 0 -26px; height:26px; padding-left:6px; } .bluelighting .ne { background:transparent url(lighting/corners_top-blue.gif) no-repeat scroll right 0; height:26px; padding-right:6px; } .bluelighting .n { background:transparent url(lighting/corners_top-blue.gif) repeat-x scroll 0 -52px; color:#17385B; font:bold 14px/26px Verdana, Arial, sans-serif; height:26px; margin:0; padding:0; text-align:center; padding-right: 60px; overflow: hidden; } .bluelighting .content { background:#BFDBFF; color:#000; font:normal 12px/1em Verdana, Arial, sans-serif; overflow:auto; } .bluelighting .w { border-left:1px solid #425F82; border-right:1px solid #425F82; } .bluelighting .e { border-left:1px solid #FFF; border-right:1px solid #FFF; } .bluelighting .sw { background:transparent url(lighting/corners_bottom-blue.gif) no-repeat scroll 0 -12px; font-size:2px; height:12px; padding-left:6px; } .bluelighting .se { background:transparent url(lighting/corners_bottom-blue.gif) no-repeat scroll right 0; font-size:2px; height:12px; padding-right:6px; } .bluelighting .se_resize_handle { background:transparent url(lighting/sizer-blue.gif) no-repeat scroll right 0; font-size:2px; height:12px; padding-right:12px; } .bluelighting .se_sizer { width:12px; height:12px; } .bluelighting .s { background:transparent url(lighting/corners_bottom-blue.gif) repeat-x scroll 0 -24px; font-size:11px; line-height:12px; height:12px; overflow:hidden; } .bluelighting .buttons { position: absolute; top:1px; right:10px; height: 20px; } .bluelighting .buttons a.close { float:left; background:transparent url(lighting/buttons-blue.gif) no-repeat 0 0; height:20px; width:21px; padding-top:2px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/ } .bluelighting .buttons a.close:hover { background:transparent url(lighting/buttons-blue.gif) no-repeat 0 -20px; } .bluelighting .buttons a.maximize { float:left; background:transparent url(lighting/buttons-blue.gif) no-repeat 0 -40px; height:20px; width:21px; padding-top:1px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/ } .bluelighting .buttons a.maximize:hover { background:transparent url(lighting/buttons-blue.gif) no-repeat 0 -60px; } .bluelighting .buttons a.minimize { float:left; background:transparent url(lighting/buttons-blue.gif) no-repeat 0 -80px; height:20px; width:21px; padding-top:0px; /* padding-top = buttons order, it will be reset to 0, do not use padding, use margin*/ } .bluelighting .buttons a.minimize:hover { background:transparent url(lighting/buttons-blue.gif) no-repeat 0 -100px; } .bluelighting .buttons a.minimize.disabled, .bluelighting .buttons.over a.minimize.disabled { background:none; } .bluelighting_overlay { background-color:#DDD; filter:alpha(opacity=60); height:0; opacity: 0.6; position:absolute; top:0; width:100%; -moz-opacity: 0.6; }
0.477067
0.125386
@font-face{ font-family: "Playball"; src: url('fonts/Playball.ttf') format("truetype"); font-weight: normal; } @font-face { font-family: 'MaidenOrange'; src: url('fonts/MaidenOrange.ttf') format("truetype"); font-weight: normal; } html { font-size: 62.5%; } body { margin: 0px; padding: 0px; color: #424242; display: grid; grid-template-areas: "header header" "banniere titrage" "presentation actualites" "films films" "reservation reservation" "main-foot main-foot" "footer footer" } header { grid-area: header; background-color:#FFF3E0; width: 100%; display: flex; justify-content: space-around; align-items: center; } a { text-decoration: none; color: #424242; } nav { padding-right: 3rem; } nav ul { display: flex; justify-content: space-around; } .titre-principal { font-size: 3.5rem; font-family: "playball"; } nav li { margin-right: 5rem; list-style-type: none; font-size: 2.5rem; font-family: "playball"; } .banniere { grid-area: banniere; width: 100%; margin: 0; } .banniere img { width: 100%; height: 100%; } .titrage { font-size: 3.5rem; padding-left: 4.5rem; padding-bottom: 2rem; background-color: #FFE0B2; font-family: "playball"; } .presentation { grid-area: presentation; display: flex; background-color: #FFF3E0; flex-direction: column; align-items: center; padding: 2.5rem; font-size: 1.8rem; font-family: "MaidenOrange"; border-right: solid 0.1rem #424242; } .para-presentation { padding: 1.5rem; border-radius: 0.5rem; border: none; font-family: "MaidenOrange"; background-color: #FFE0B2; font-size: 2rem; cursor: pointer; } .actualites { grid-area: actualites; background-color:#FFF3E0; display: flex; flex-direction: column; align-items: center; padding: 2.5rem; font-size: 1.8rem; font-family: "MaidenOrange"; } .para-actu { padding: 0.7rem; border-radius: 0.2rem; border: none; font-family: "MaidenOrange"; background-color: #FFE0B2; font-size: 2rem; cursor: pointer; } .btn-article { padding: 0.5rem; margin-top:0.5rem; border-radius: 0.7rem; border: solid 0.1rem #424242; font-family: "MaidenOrange"; background-color: #FFE0B2; font-size: 2rem; cursor: pointer; } .btn-article:hover { transform: scale(1.01); } .films { grid-area: films; background-color: #FFF3E0; font-size: 2rem; font-family: "playball"; } .titre-film { text-align: center; background-color: #FFCC80; } .img-film { display: flex; justify-content: space-around; } .img-film img { width: 25rem; height: 35rem; } #reservation { grid-area: reservation; background-color: #FFE0B2; font-size: 1.6rem; font-family: "playball"; } .titre-reserv { text-align: center; } form { text-align: center; padding-bottom: 2rem; } .input-name { background-color: #FFB74D; padding: 0.5rem; border-radius: 0.3rem; border:none; } .input-email { background-color: #FFB74D; padding: 0.5rem; border-radius: 0.3rem; border:none; } .input-place { background-color: #FFB74D; padding: 0.5rem; border-radius: 0.3rem; border:none; } .select { background-color: #FFB74D; padding: 0.5rem; border-radius: 0.3rem; border:none; } .main-foot { grid-area: main-foot; display: flex; background-color: #FFCC80; justify-content: space-around; font-size: 2rem; font-family: "playball"; } .main-foot ul, li { list-style-type: none; padding: 0; } .reseaux img { width: 3rem; } footer { grid-area: footer; background-color:#FFB74D; text-align: center; font-size: 1.5rem; } nav label { display: none } #menu-mobile { display: none; } /*De smartphone et tablette*/ @media screen and (max-width: 1100px) { .img-film img { width: 25rem; height: 35rem; } } @media screen and (max-width: 992px) { body { display: grid; grid-template-columns: 1fr; grid-template-areas: "header" "banniere" "titrage" "presentation" "actualites" "films" "reservation" "main-foot" "footer" } header nav label { display: block; background-color:#FFF3E0 ; text-align: center; font-size: 3.5rem; font-family: "playball"; padding: 1.2rem 0rem; } nav input[type=checkbox]:checked ~ ul { display: block; } nav ul, .titre-principal { display: none; } form { display: flex; flex-direction: column; align-items: center; } form input, select { width: 50%; } .input-place { margin-bottom: 1rem; } .main-foot { display: flex; flex-direction: column; align-items: center; } .main-foot div { width: 18rem; } } @media screen and (max-width: 600px) { html { font-size: 50%; } .img-film { display: flex; flex-direction: column; align-items: center; } .img-film h1 { background-color: #FFE0B2; } }
index.css
@font-face{ font-family: "Playball"; src: url('fonts/Playball.ttf') format("truetype"); font-weight: normal; } @font-face { font-family: 'MaidenOrange'; src: url('fonts/MaidenOrange.ttf') format("truetype"); font-weight: normal; } html { font-size: 62.5%; } body { margin: 0px; padding: 0px; color: #424242; display: grid; grid-template-areas: "header header" "banniere titrage" "presentation actualites" "films films" "reservation reservation" "main-foot main-foot" "footer footer" } header { grid-area: header; background-color:#FFF3E0; width: 100%; display: flex; justify-content: space-around; align-items: center; } a { text-decoration: none; color: #424242; } nav { padding-right: 3rem; } nav ul { display: flex; justify-content: space-around; } .titre-principal { font-size: 3.5rem; font-family: "playball"; } nav li { margin-right: 5rem; list-style-type: none; font-size: 2.5rem; font-family: "playball"; } .banniere { grid-area: banniere; width: 100%; margin: 0; } .banniere img { width: 100%; height: 100%; } .titrage { font-size: 3.5rem; padding-left: 4.5rem; padding-bottom: 2rem; background-color: #FFE0B2; font-family: "playball"; } .presentation { grid-area: presentation; display: flex; background-color: #FFF3E0; flex-direction: column; align-items: center; padding: 2.5rem; font-size: 1.8rem; font-family: "MaidenOrange"; border-right: solid 0.1rem #424242; } .para-presentation { padding: 1.5rem; border-radius: 0.5rem; border: none; font-family: "MaidenOrange"; background-color: #FFE0B2; font-size: 2rem; cursor: pointer; } .actualites { grid-area: actualites; background-color:#FFF3E0; display: flex; flex-direction: column; align-items: center; padding: 2.5rem; font-size: 1.8rem; font-family: "MaidenOrange"; } .para-actu { padding: 0.7rem; border-radius: 0.2rem; border: none; font-family: "MaidenOrange"; background-color: #FFE0B2; font-size: 2rem; cursor: pointer; } .btn-article { padding: 0.5rem; margin-top:0.5rem; border-radius: 0.7rem; border: solid 0.1rem #424242; font-family: "MaidenOrange"; background-color: #FFE0B2; font-size: 2rem; cursor: pointer; } .btn-article:hover { transform: scale(1.01); } .films { grid-area: films; background-color: #FFF3E0; font-size: 2rem; font-family: "playball"; } .titre-film { text-align: center; background-color: #FFCC80; } .img-film { display: flex; justify-content: space-around; } .img-film img { width: 25rem; height: 35rem; } #reservation { grid-area: reservation; background-color: #FFE0B2; font-size: 1.6rem; font-family: "playball"; } .titre-reserv { text-align: center; } form { text-align: center; padding-bottom: 2rem; } .input-name { background-color: #FFB74D; padding: 0.5rem; border-radius: 0.3rem; border:none; } .input-email { background-color: #FFB74D; padding: 0.5rem; border-radius: 0.3rem; border:none; } .input-place { background-color: #FFB74D; padding: 0.5rem; border-radius: 0.3rem; border:none; } .select { background-color: #FFB74D; padding: 0.5rem; border-radius: 0.3rem; border:none; } .main-foot { grid-area: main-foot; display: flex; background-color: #FFCC80; justify-content: space-around; font-size: 2rem; font-family: "playball"; } .main-foot ul, li { list-style-type: none; padding: 0; } .reseaux img { width: 3rem; } footer { grid-area: footer; background-color:#FFB74D; text-align: center; font-size: 1.5rem; } nav label { display: none } #menu-mobile { display: none; } /*De smartphone et tablette*/ @media screen and (max-width: 1100px) { .img-film img { width: 25rem; height: 35rem; } } @media screen and (max-width: 992px) { body { display: grid; grid-template-columns: 1fr; grid-template-areas: "header" "banniere" "titrage" "presentation" "actualites" "films" "reservation" "main-foot" "footer" } header nav label { display: block; background-color:#FFF3E0 ; text-align: center; font-size: 3.5rem; font-family: "playball"; padding: 1.2rem 0rem; } nav input[type=checkbox]:checked ~ ul { display: block; } nav ul, .titre-principal { display: none; } form { display: flex; flex-direction: column; align-items: center; } form input, select { width: 50%; } .input-place { margin-bottom: 1rem; } .main-foot { display: flex; flex-direction: column; align-items: center; } .main-foot div { width: 18rem; } } @media screen and (max-width: 600px) { html { font-size: 50%; } .img-film { display: flex; flex-direction: column; align-items: center; } .img-film h1 { background-color: #FFE0B2; } }
0.380644
0.093969
a, a:visited, button.bm-item { text-decoration: none; outline: 0; color: #666666; } a:hover,button.link-looking-button:hover, button.bm-item{ color: #444444; cursor: pointer; } /* App styles */ .App { text-align: center; } .App-logo { animation: App-logo-spin infinite 20s linear; height: 80px; } .App-header { background-color: #222; height: 150px; padding: 20px; color: white; } .App-title { font-size: 1.5em; } .App-intro { font-size: large; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } /* Sidebar wrapper styles Note: Beware of modifying this element as it can break the animations - you should not need to touch it in most cases */ .bm-menu-wrap { position: fixed; height: 100%; } /* General sidebar styles */ .bm-menu { overflow: hidden !important; background: #f7f7f7; padding: 2.5em 1.5em 0; font-size: 1.15em; } /* Morph shape necessary with bubble or elastic */ .bm-morph-shape { fill: #373a47; } /* Wrapper for item list */ .bm-item-list { color: #b8b7ad; padding: 0.8em; } /* Individual item */ .bm-item { display: inline-block; } /* Obviously a button.bm-item*/ button.bm-item { all: revert; background: none!important; border: none; padding: 0!important; /*optional*/ font-family: sans-serif; font-weight: normal; background: none!important; border: none; cursor: pointer; font-size: 1.15em; color: #666666; text-decoration: none; outline: 0; cursor: pointer; } button.link-looking-button{ all:revert; background: none!important; border: none; padding: 0!important; /*optional*/ font-family: sans-serif; font-weight: normal; background: none!important; border: none; cursor: pointer; font-size: 1em; color: #666666; text-decoration: none; outline: 0; cursor: pointer; } /* Styling of overlay */ .bm-overlay { background: rgba(0, 0, 0, 0.3); } /* Position and sizing of burger button */ .bm-burger-button { position: fixed; width: 22px; height: 18px; left: 22px; top: 22px; box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; background: white; margin: 14px; } .bm-burger-button button { width: 48px !important; margin: -14px !important; padding: 6px 11px 12px 11px !important; border: 14px solid white !important; } /* Color/shape of burger icon bars */ .bm-burger-bars { background: #666666; } /* Color/shape of burger icon bars on hover*/ .bm-burger-bars-hover { opacity: 1 !important; background: #444444; } /* Position and sizing of clickable cross button */ .bm-cross-button { height: 24px; width: 24px; } /* Color/shape of close button cross */ .bm-cross { background: #bdc3c7; }
client/src/App.css
a, a:visited, button.bm-item { text-decoration: none; outline: 0; color: #666666; } a:hover,button.link-looking-button:hover, button.bm-item{ color: #444444; cursor: pointer; } /* App styles */ .App { text-align: center; } .App-logo { animation: App-logo-spin infinite 20s linear; height: 80px; } .App-header { background-color: #222; height: 150px; padding: 20px; color: white; } .App-title { font-size: 1.5em; } .App-intro { font-size: large; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } /* Sidebar wrapper styles Note: Beware of modifying this element as it can break the animations - you should not need to touch it in most cases */ .bm-menu-wrap { position: fixed; height: 100%; } /* General sidebar styles */ .bm-menu { overflow: hidden !important; background: #f7f7f7; padding: 2.5em 1.5em 0; font-size: 1.15em; } /* Morph shape necessary with bubble or elastic */ .bm-morph-shape { fill: #373a47; } /* Wrapper for item list */ .bm-item-list { color: #b8b7ad; padding: 0.8em; } /* Individual item */ .bm-item { display: inline-block; } /* Obviously a button.bm-item*/ button.bm-item { all: revert; background: none!important; border: none; padding: 0!important; /*optional*/ font-family: sans-serif; font-weight: normal; background: none!important; border: none; cursor: pointer; font-size: 1.15em; color: #666666; text-decoration: none; outline: 0; cursor: pointer; } button.link-looking-button{ all:revert; background: none!important; border: none; padding: 0!important; /*optional*/ font-family: sans-serif; font-weight: normal; background: none!important; border: none; cursor: pointer; font-size: 1em; color: #666666; text-decoration: none; outline: 0; cursor: pointer; } /* Styling of overlay */ .bm-overlay { background: rgba(0, 0, 0, 0.3); } /* Position and sizing of burger button */ .bm-burger-button { position: fixed; width: 22px; height: 18px; left: 22px; top: 22px; box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; background: white; margin: 14px; } .bm-burger-button button { width: 48px !important; margin: -14px !important; padding: 6px 11px 12px 11px !important; border: 14px solid white !important; } /* Color/shape of burger icon bars */ .bm-burger-bars { background: #666666; } /* Color/shape of burger icon bars on hover*/ .bm-burger-bars-hover { opacity: 1 !important; background: #444444; } /* Position and sizing of clickable cross button */ .bm-cross-button { height: 24px; width: 24px; } /* Color/shape of close button cross */ .bm-cross { background: #bdc3c7; }
0.464416
0.137243
body { background: #f2f2f2; } .wrapper { width: 1550px; margin: 0 auto; } .mainStory__relatedElement:before { content: ''; display: block; top: 0; right: 0; width: 32px; height: 5px; margin-bottom: 8px; background: #fec300; } .mainStory { background: #fff; margin-top: 0; border-bottom: solid 1px rgba(178, 178, 178, .5); padding-bottom: 16px; } .card__title { font-family: Al-Jazeera-Arabic-Bold; display: block; color: #000; font-size: 26px; } .leftCard__title:before { content: ''; position: absolute; bottom: 8px; height: 4px; width: 100%; right: 0; background: #fec300; z-index: 1; } .leftCard__title { margin-bottom: 32px; color: #011f75; font-size: 26px; position: relative; padding-right: 16px; line-height: 1; } .leftCard__title span { position: relative; z-index: 2; background: #fff; padding-right: 6px; padding-left: 10px; } .newsBlock { border-bottom: solid 1px #d8d8d8; margin-bottom: 16px; } a { padding-bottom: 16px; display: block; color: #000; } .newsBlock:last-child { border-bottom: none; } .avatar { vertical-align: middle; width: 100px; height: 100px; border-radius: 100%; } .avatarsmall { vertical-align: middle; border-radius: 50%; } .card__blogger { margin-top: 16px; display: inline-block; } .slider { width: 95%; margin: 0px auto; } .slick-slide { margin: 0px 20px; } .slick-slide img { width: 100%; } .slick-prev:before, .slick-next:before { color: black; } .slick-slide { transition: all ease-in-out .3s; /* opacity: .2; */ } .slick-active { opacity: 1; } .slick-current { opacity: 1; } .articleparent { position: relative; border-radius: 30px; } .articleparent>img { border-radius: 20px 20px 0 0; } .articleprofile { position: absolute; bottom: 10px; } .cookie-container { position: fixed; bottom: -100%; left: 0; right: 0; background: #04162fbd; color: #f5f6fa; padding: 0 32px; box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39); z-index: 9999; transition: 800ms; } .cookie-container.active { bottom: 0; } .cookie-container a { color: #f5f6fa; } .cookie-btn { background: #e84118; border: 0; color: #f5f6fa; padding: 12px 48px; font-size: 18px; margin-bottom: 16px; border-radius: 8px; cursor: pointer; } .progress { background-color: #f1f1f1; border: 1px solid #d8e0e2; width: 100%; background-image: none; height: 9px; margin-top: 4px; margin-bottom: 0; overflow: hidden; } .progress .progress-bar { background-color: #00b5ef; background-image: none; border-radius: 10px; } .progress .progress-bar-red { background-color: #ef2100; background-image: none; border-radius: 10px; } .br { border-radius: 10px; }
public/assets/css/style.css
body { background: #f2f2f2; } .wrapper { width: 1550px; margin: 0 auto; } .mainStory__relatedElement:before { content: ''; display: block; top: 0; right: 0; width: 32px; height: 5px; margin-bottom: 8px; background: #fec300; } .mainStory { background: #fff; margin-top: 0; border-bottom: solid 1px rgba(178, 178, 178, .5); padding-bottom: 16px; } .card__title { font-family: Al-Jazeera-Arabic-Bold; display: block; color: #000; font-size: 26px; } .leftCard__title:before { content: ''; position: absolute; bottom: 8px; height: 4px; width: 100%; right: 0; background: #fec300; z-index: 1; } .leftCard__title { margin-bottom: 32px; color: #011f75; font-size: 26px; position: relative; padding-right: 16px; line-height: 1; } .leftCard__title span { position: relative; z-index: 2; background: #fff; padding-right: 6px; padding-left: 10px; } .newsBlock { border-bottom: solid 1px #d8d8d8; margin-bottom: 16px; } a { padding-bottom: 16px; display: block; color: #000; } .newsBlock:last-child { border-bottom: none; } .avatar { vertical-align: middle; width: 100px; height: 100px; border-radius: 100%; } .avatarsmall { vertical-align: middle; border-radius: 50%; } .card__blogger { margin-top: 16px; display: inline-block; } .slider { width: 95%; margin: 0px auto; } .slick-slide { margin: 0px 20px; } .slick-slide img { width: 100%; } .slick-prev:before, .slick-next:before { color: black; } .slick-slide { transition: all ease-in-out .3s; /* opacity: .2; */ } .slick-active { opacity: 1; } .slick-current { opacity: 1; } .articleparent { position: relative; border-radius: 30px; } .articleparent>img { border-radius: 20px 20px 0 0; } .articleprofile { position: absolute; bottom: 10px; } .cookie-container { position: fixed; bottom: -100%; left: 0; right: 0; background: #04162fbd; color: #f5f6fa; padding: 0 32px; box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39); z-index: 9999; transition: 800ms; } .cookie-container.active { bottom: 0; } .cookie-container a { color: #f5f6fa; } .cookie-btn { background: #e84118; border: 0; color: #f5f6fa; padding: 12px 48px; font-size: 18px; margin-bottom: 16px; border-radius: 8px; cursor: pointer; } .progress { background-color: #f1f1f1; border: 1px solid #d8e0e2; width: 100%; background-image: none; height: 9px; margin-top: 4px; margin-bottom: 0; overflow: hidden; } .progress .progress-bar { background-color: #00b5ef; background-image: none; border-radius: 10px; } .progress .progress-bar-red { background-color: #ef2100; background-image: none; border-radius: 10px; } .br { border-radius: 10px; }
0.609989
0.112308
body{ background:url(../images/pat_bg.png) #515b5e; font-family:Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; font-size: 12px; color:#424242; height: 100%; } .iconsweet{ font-family:iconSweets; font-weight:normal; } /*=====LAYOUT=====*/ .one_wrap{ width:100%; display:inline-block; } .one_two_wrap{ width:49%; float:left; } .one_three_wrap{ width:32%; float:left; margin-left:2%; } .one_three_wrap:first-child{ margin-left:0%!important; float:left; } .one_four_wrap{ width:23.5%; float:left; margin-left:2%; } .one_four_wrap:first-child{ margin-left:0%!important; float:left; } .widget{ background:#fff; box-shadow:0px 1px 2px 0px #acaeaf; -webkit-box-shadow:0px 1px 2px 0px #acaeaf; margin-top:22px; clear:both; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } .no_overflow{ overflow:hidden; } .widget .widget_title{ background:url(../images/widget_title_bg.png) repeat-x center top #eeeeee; height:38px; border-bottom:solid 1px #e0e0e0; border-radius:3px 3px 0px 0px; } .widget .widget_title span{ font-size:24px; float:left; padding:3px 0px; text-shadow: 0px 1px 0px #fff; -webkit-text-shadow: 0px 1px 0px #fff; color:#6c6c6c; width:35px; text-align:center; } .widget .widget_title h5{ color:#6c6c6c; font-size:14px; font-family:CorbelBold; float:left; padding:13px 0px 10px; text-shadow: 0px 1px 0px #fff; } .fl_left{ float:left; } .fl_right{ float:right; } .clear{ clear:both; } .auto{ height:auto; overflow:hidden; } .content_pad{ padding:15px; } .text_center{ text-align:center; } .text_right{ text-align:right; } .text_left{ text-align:left; } /*=====HEADER=====*/ header{ background:url(../images/pat_bg2.png) #515b5e; padding:15px; border-bottom:solid 1px #526267; height:36px; } header #logo{ float:left; } header .header_search{ float:right; position:relative; } header .header_search input[type="text"] { width:170px; padding:9px 10px; border:solid 1px #43494b; background:#2b2e2f; color:#686f72; font-size:11px; text-shadow:1px 1px 1px #000; border-radius:3px; } header .header_search input[type="submit"] { width:20px; height:20px; background:url(../images/search.png) no-repeat center; border:0px; position:absolute; right:7px; top:7px; cursor:pointer; } /*=====DREAMWORKS CONTAINER=====*/ #dreamworks_container{ margin:8px; height:100%; overflow:auto; } /*====PRIMARY NAV====*/ nav#primary_nav{ float:left; padding-top:92px; font-family:CorbelRegular/*CORBEL*/; } nav#primary_nav ul{ margin:0px; padding:0px; } nav#primary_nav ul li{ list_style:none; clear:both; width:83px; padding:5px 9px 10px 1px; background:none; margin-bottom:15px; text-align:center; font-size:14px; } nav#primary_nav ul li a{ color:#d8e0e2; text-decoration:none; display:block; width:82px; padding-top:45px; background:url(../images/nav_sprite.png) no-repeat center; text-shadow: 0px 1px 1px #202324; } nav#primary_nav ul li.nav_dashboard a{ background-position:12px -64px; } nav#primary_nav ul li.nav_dashboard.active a{ background-position:12px 0px; } nav#primary_nav ul li.nav_graphs a{ background-position:-73px -64px; } nav#primary_nav ul li.nav_graphs.active a{ background-position:-73px 0px; } nav#primary_nav ul li.nav_forms a{ background-position:-434px -64px; } nav#primary_nav ul li.nav_forms.active a{ background-position:-434px 0px; } nav#primary_nav ul li.nav_typography a{ background-position:-249px -64px; } nav#primary_nav ul li.nav_typography.active a{ background-position:-249px 0px; } nav#primary_nav ul li.nav_uielements a{ background-position:-341px -64px; } nav#primary_nav ul li.nav_uielements.active a{ background-position:-341px 0px; } nav#primary_nav ul li.nav_pages a{ background-position:-159px -64px; } nav#primary_nav ul li.nav_pages.active a{ background-position:-158px 0px; } nav#primary_nav ul li.active{ background:url(../images/active_tab.png) no-repeat left top #fff; border-radius:5px 0px 0px 5px; box-shadow: 0px 3px 0px 0px #444d50; -webkit-box-shadow: 0px 3px 0px 0px #444d50; padding-left:4px; padding-right:6px; } nav#primary_nav ul li.active a{ color:#4a4a4a; text-shadow:none; font-family:'CorbelBold'; text-shadow: 0px 1px 1px #ffffff; } /*====SECONDARY NAV====*/ #secondary_nav{ width:210px; height:100%; font-family:'CorbelRegular'/*CORBEL*/; float:left; border-radius:3px 0px 0px 0px; } /*UserInfo*/ dl.user_info{ width:302px; height:92px; position:relative; margin-left:-92px; } dl.user_info dt{ padding:5px; float:left; margin-right:3px; } dl.user_info dd{ padding:14px 12px; float:left; width:185px; height:64px; background:#889395; border-radius:3px 0px 0px 0px; border-right:solid 1px #e0e5e6; } dl.user_info dd a.welcome_user{ text-decoration:none; color:#393939; font-size:14px; display:block; margin-bottom:9px; } dl.user_info dd a.welcome_user strong{ font-weight:bold; color:#fff; text-shadow: 0px 1px 0px #515b5e; } dl.user_info dd span.log_data{ color:#393939; display:block; margin-bottom:12px; font-size:11px; font-family:Arial, Helvetica, sans-serif; line-height:15px; } dl.user_info dd a.logout{ display:block; float:left; color:#f5f5f5; text-decoration:none; padding-left:15px; background:url(../images/logoff.png) no-repeat left center; margin-top:5px; } dl.user_info dd a.user_messages{ padding-right:28px; float:right; height:21px; background:url(../images/msg.png) no-repeat right center; text-decoration:none; line-height:100%; } dl.user_info dd a.user_messages span{ font-size:10px; color:#fff; background:#f2364e; padding:1px 3px; border-radius:3px; font-family:Arial, Helvetica, sans-serif; display:inline-block; } #secondary_nav h2{ color:#8a9294; font-size:20px; padding:0px 15px; margin-top:21px; line-height:32px; font-family:Arial, Helvetica, sans-serif; text-shadow: 0px 1px 0px #ffffff; } #secondary_nav ul{ margin:21px 15px; } #secondary_nav ul li{ list-style:none; padding:12px 0px; border-top:solid 1px #dcdfe0; line-height:100%; box-shadow:inset 0px 1px 0px #ffffff; } #secondary_nav ul li a{ color:#818386; font-size:14px; text-decoration:none; display:inline-block; line-height:17px; } #secondary_nav ul li a span{ font-size:21px; float:left; margin:-4px 8px 0px 5px; } #secondary_nav ul li.active a{ font-family: 'CorbelBold'; } #secondary_nav ul li.active a span{ color:#478cfe; text-shadow: 0px 1px 0px #f4f4f4; } /*====MAIN CONTENT====*/ section#main_content{ overflow:visible; margin-left:93px; background:url(../images/section_bg.png) repeat-y left center #ebebeb; border-radius:4px 3px 3px 3px; min-height:750px; } #content_wrap{ padding:18px; display:block; margin-left:210px; } /*CHART HOME*/ #chart_linear{ } /*SUMMARY*/ ul.dw_summary{ margin:0px; } ul.dw_summary li{ margin:0px!important; padding:16px 20px; border-top:solid 1px #e4e4e4; font-size:13px; color:#737373; list-style:none!important; } ul.dw_summary li:first-child{ border:none; } ul.dw_summary li span.percentage_done{ display:inline-block; font-size:17px; font-weight:bold; color:#484848; width:67px; } ul.dw_summary li .progress_wrap{ width:152px; float:right; height:6px; background:#e4e4e4; margin:5px 0px; } ul.dw_summary li .progress_wrap .progress_bar{ height:6px; background:#517bac; width:0px; } /*PROJECT SORT*/ ul.filter_project{ background:#d3d3d3; border-top:solid 1px #f6f6f6; } ul.filter_project li{ padding:8px 15px; display:inline-block; list-style:none; } ul.filter_project li a{ color:#6c6c6c; text-decoration:none; font-weight:bold; text-shadow: 0px 1px 0px #fff; } ul.filter_project li span.count{ line-height:100%; color:#fff; text-shadow: 0px 1px 0px #353535; padding:2px 2px 2px; background:#707070; border-radius:2px; margin-left:8px; min-width:16px; text-align:center; display:inline-block; box-shadow:0px 1px 0px 0px #ffffff; -webkit-box-shadow:0px 1px 0px 0px #ffffff; } ul.filter_project li.selected{ background:#ffffff; box-shadow:inset 0px 10px 8px #eaeaea; -webkit-box-shadow:inset 0px 10px 8px #eaeaea; border:solid 1px #fff; border-width:0px 1px; } ul.filter_project li.selected a{ color:#4a4a4a; } ul.filter_project li.selected span.count{ background:#4a4a4a; } .project_sort ul.project_list{ margin:0px; padding:18px 0px 0px 18px; } .project_sort ul.project_list li{ padding:10px; width:75px; height:70px; position:relative; border:solid 1px #c4c4c4; border-radius:3px; list-style:none; display:inline-block; margin-right:16px; margin-bottom:16px; background:url(../images/project_bg.png) repeat-x bottom center #ededed; } .project_sort ul.project_list .project_badge{ width:36px; height:36px; position:absolute; right:-1px; top:-1px; background:url(../images/project_badge.png) no-repeat center; color:#fff; font-size:19px; text-align:right; line-height:17px; } .project_sort ul.project_list .project_badge.red{ background-position:-148px 0px; } .project_sort ul.project_list .project_badge.blue{ background-position:-299px 0px; } .project_sort ul.project_list .project_badge.grey{ background-position:-1px 0px; } .project_sort ul.project_list a.project_title{ font-size:14px; color:#5c5c5c; text-shadow: 0px 1px 0px #fff; display:inline-block; line-height:18px; font-family: 'CorbelBold'; text-decoration:none; } .project_sort ul.project_list a.assigned_user{ font-size:12px; color:#6c6c6c; text-shadow: 0px 1px 0px #fff; position:absolute; bottom:11px; left:10px; text-decoration:none; } .project_sort ul.project_list a.assigned_user span{ font-size:19px; float:left; margin-top:-7px; margin-right:2px; } /*ACTIVITY DATATABLE*/ table.activity_datatable{ } table.activity_datatable th{ background:url(../images/thead_bg.png) repeat-x bottom center; text-transform:uppercase; font-size:11px; color:#6c6c6c; font-weight:bold; padding:12px 0px; text-align:center; border-right:solid 1px #e5e5e5; border-bottom:solid 1px #d3d3d3; box-shadow:inset 0px 1px 0px 1px #fff; -webkit-box-shadow:inset 0px 1px 0px 1px #fff; } table.activity_datatable td{ padding:10px 15px; color:#6c6c6c; vertical-align:middle; } table.activity_datatable tr{ border-bottom:solid 1px #e5e5e5; } table.activity_datatable a{ color:#363e40; text-decoration:none; line-height:18px; } table.activity_datatable span.pj_cat{ display:inline-block; line-height:100%; background:#757673; padding:3px 5px; font-size:10px; text-transform:uppercase; color:#fff; text-shadow: 0px 1px 0px #646464; border-radius:3px; } table.activity_datatable span.stat_up{ color:#637b11; } table.activity_datatable span.stat_down{ color:#7b1111; } table.activity_datatable span.iconsweet{ font-size:17px; } table.activity_datatable span.data_actions a{ color:#6c6c6c; float:left; margin-right:1px; padding:0px 5px; } table.activity_datatable span.green_highlight{ background:#87ac51; } table.activity_datatable span.grey_highlight{ background:#757673; } table.activity_datatable span.blue_highlight{ background:#4572a7; } /*Actionbar*/ .action_bar{ background:#f2f0f0; padding:8px; border-top:solid 1px #e3e3e3; } .action_bar a.button_small{ margin-right:5px; } /*Button - basic*/ a.button_big{ font-family: 'CorbelBold'; color:#6c6c6c; display:inline-block; border:solid 1px #cfcfcf; font-size:14px; margin-right:15px; height: 2.78em; line-height: 2.8em; background-color: #F0F0F0; background-image: -moz-linear-gradient(center top , #FFFFFF 0pt, #E0E0E0 100%); background-image: -webkit-linear-gradient(top,white 0,#E0E0E0 100%); background-image: linear-gradient(to bottom,white 0,#E0E0E0 100%); border-color: #CCCCCC #CCCCCC #AAAAAA; box-shadow: 0 0 1px #FFFFFF inset; text-shadow: 0 1px 0 #FFFFFF; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding:0px 10px; text-decoration:none; margin-bottom:5px; } a.button_big:hover{ box-shadow:0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.08); } a.button_big:active{ background-image: -moz-linear-gradient(center bottom , #FFFFFF 0pt, #E0E0E0 100%); background-image: -webkit-linear-gradient(bottom,white 0,#E0E0E0 100%); background-image: linear-gradient(to bottom,white 0,#E0E0E0 100%); } a.button_big:hover span.iconsweet{ color:#478CFE; } a.btn_grey{ background-color: #787b83; background-image: -moz-linear-gradient(center top , #787b83 0pt, #44474e 100%); background-image: -webkit-linear-gradient(top,#787b83 0,#44474e 100%); background-image: linear-gradient(to bottom,#787b83 0,#44474e 100%); border-color: #7a828d #7a828d #3d4046; box-shadow: 0 1px 0 rgba(152, 155, 160, 0.45) inset; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45); color:#f0f0f0; } a.btn_grey:hover{ box-shadow:0 1px 0 #a1a5af inset, 0 1px 3px rgba(0, 0, 0, 0.08); } a.btn_grey:hover span.iconsweet{ color:#000; } a.btn_grey:active{ background-image: -moz-linear-gradient(center bottom , #787b83 0pt, #44474e 100%); background-image: -webkit-linear-gradient(bottom,#787b83 0,#44474e 100%); background-image: linear-gradient(to bottom,#787b83 0,#44474e 100%); } a.btn_grey span.iconsweet{ color:#f0f0f0; } a.button_big span{ font-size:18px; color:#606060; float:left; margin-top:-3px; padding-right:10px; } /*=Message Bar=*/ div.msgbar{ padding:10px 8px; cursor:pointer; border-radius:3px; margin-top:15px; } div.msgbar p{ display:inline; margin:0px; line-height:inherit; } .content_pad .msgbar:first-child{ margin-top:0px; } /*Info*/ div.msgbar.msg_Info{ background:#96bcca; border:solid 1px #82a5b2; text-shadow: 0px 1px 0px #b3dded; box-shadow: inset 0px 1px 0px 0px #b6d7e3; -webkit-box-shadow: inset 0px 1px 0px 0px #b6d7e3; color:#4e646c; } div.msgbar span.iconsweet{ float:left; font-size:18px; margin-top:-6px; padding-right:5px; } div.msgbar.msg_Info p{ border-left:dotted 1px #708a93; padding-left:8px; } /*Success*/ div.msgbar.msg_Success{ background:#adca96; border:solid 1px #98b383; text-shadow: 0px 1px 0px #d3edb3; box-shadow: inset 0px 1px 0px 0px #b8e3b6; -webkit-box-shadow: inset 0px 1px 0px 0px #b8e3b6; color:#647458; } div.msgbar.msg_Success p{ border-left:dotted 1px #708a93; padding-left:8px; color:#434f3b; } /*Error*/ div.msgbar.msg_Error{ background:#c68989; border:solid 1px #ad7373; text-shadow: 0px 1px 0px #f7b1b1; box-shadow: inset 0px 1px 0px 0px #eca1a1; -webkit-box-shadow: inset 0px 1px 0px 0px #eca1a1; color:#785151; } div.msgbar.msg_Error p{ border-left:dotted 1px #785151; padding-left:8px; color:#372323; } /*Alert*/ div.msgbar.msg_Alert{ background:#d6d792; border:solid 1px #a8a969; text-shadow: 0px 1px 0px #e7e89c; box-shadow: inset 0px 1px 0px 0px #ddde93; -webkit-box-shadow:inset 0px 1px 0px 0px #ddde93; color:#72734b; } div.msgbar.msg_Alert p{ border-left:dotted 1px #785151; padding-left:8px; } /*ACTIVITY STATS*/ #activity_stats{ border-bottom:solid 1px #cdd1d3; box-shadow:0px 1px 0px 0px #fff; -webkit-box-shadow:0px 1px 0px 0px #fff; margin-bottom:8px; } #activity_stats h3{ color:#6C6C6C; font-size:20px; font-family: 'CorbelRegular'; display:inline-block; text-shadow: 0px 1px 0px #fff; } #activity_stats .activity_column{ display:inline-block; padding:0px 15px 8px; color:#6C6C6C; font-size:14px; text-shadow: 0px 1px 0px #fff; line-height:100%; } #activity_stats .activity_column span.iconsweet{ font-size:18px; color:#6C6C6C; } #activity_stats .activity_column span.big_txt{ font-size:28px; padding-right:5px; } #activity_stats .activity_column span.rd_txt{ color:#c68989; } #activity_stats .activity_column span.gr_txt{ color:#9cc591; } /*LOGIN*/ #login_container{ border-top:solid 6px #3c4143; background:url(../images/pat_bg2.png) #515b5e; } #login{ width:289px; background:url(../images/pat_bg.png) #515b5e; margin:100px auto; padding:35px; border:solid 1px #586366; border-radius:3px; box-shadow:0px 0px 1px 0px #262e30; -webkit-box-shadow:0px 0px 1px 0px #262e30; } #login div{ display:inline-block; width:100%; } #login img{ margin-bottom:25px; } #login .input_box{ width:287px; height:36px; background:url(../images/login_input_b.png) repeat-x top center; border-radius:3px; margin-bottom:15px; } #login .input_box span{ float:left; width:37px; height:36px; text-align:center; font-size:22px; text-shadow: 0px 1px 0px #70797c; color:#2b3032; line-height:29px; margin-right:0px; } #login .input_box input{ background:none; border:0; outline:none; width:230px; padding:7px 4px 4px; height:24px; line-height:15px; font-size:14px; color:#2a2f31; text-shadow: 0px 1px 0px #70797c; font-family:Arial, Helvetica, sans-serif; } #login .input_box input::-webkit-input-placeholder{ color:#2a2f31; } #login .input_box input:focus{ color:#dbe7eb; text-shadow: 0px 1px 0px #222526; } #login input[type=submit]{ background:url(../images/login_b_bg.png) repeat-x center; padding:10px 24px 9px 24; line-height:100%; font-size:13px; font-weight:bold; color:#cad2d4; text-shadow: 0px 1px 0px #000; border:0; font-family:Arial, Helvetica, sans-serif; border-radius:3px; float:right; overflow:hidden; padding:9px 24px; } #login a.forgot_password{ color:#9eaeb3; text-shadow: 0px 1px 0px #363d3f; margin-top:12px; display:inline-block; } <!--FORM FILEDS--> .form_fields_container{ } .form_fields_container li:first-child{ border:none; } .form_fields_container li{ padding:15px 0px; border-top:dotted 1px #E6E6E6; list-style:none; display:inline-block; width:100%; background:#fff; } .form_fields_container>li>label{ padding:5px 0px; float:left; display:block; margin:5px 0px 5px 25px; color:#818386; font-size:13px; } .form_fields_container li div.form_input{ width:75%; float:right; display:block; margin-right:25px; text-shadow: 0px 1px 0px #fff; } .form_fields_container li div.form_input input, .form_fields_container li div.form_input textarea{ width:98%; border:solid 1px #ccc; padding:8px; font-family:Arial, Helvetica, sans-serif; font-size:12px; background:#f8f8f8; border-radius:3px; color:#666; box-shadow: inset 0 1px 0 0px #fff; -webkit-box-shadow:inset 0 1px 0 0px #fff; } div.form_input textarea{ width:98%!important; } .form_fields_container li div.form_input input[disabled="disabled"]{ background:#E4E4E4; color:#999; } .form_fields_container li div.form_input .in_processing{ background-image:url(../images/processing.gif); background-repeat:no-repeat; background-position: right center; } .form_fields_container li div.form_input .in_submitted{ background-image:url(../images/Tick.png); background-repeat:no-repeat; background-position: right center; box-shadow:0px 0px 3px 0px #a6e259; -webkit-box-shadow:0px 0px 3px 0px #a6e259; border-color:#a6e259; } .form_fields_container li div.form_input .in_error{ background-image:url(../images/Remove.png); background-repeat:no-repeat; background-position: right center; box-shadow:0px 0px 3px 0px #dc5c5c; -webkit-box-shadow:0px 0px 3px 0px #dc5c5c; border-color:#dc5c5c; } .form_fields_container li div.form_input .in_warning{ background-image:url(../images/Warning.png); background-repeat:no-repeat; background-position: right center; box-shadow:0px 0px 3px 0px #f0d648; -webkit-box-shadow:0px 0px 3px 0px #f0d648; border-color:#f0d648; } /*File Uploader*/ #file_uploader{ padding:15px 25px; min-height:150px; } /*Forms*/ div.selector { background: url(../images/form_elements/select_left.png) no-repeat scroll left top transparent; float: left; height: 28px; padding-left: 10px; position: relative; width: 190px; } div.selector select { cursor: pointer; font-size: 12px; height: 28px; left: 0; position: absolute; top: 0; width: 200px; } div.selector select option{ padding:5px; border:none; } div.selector span { background: url(../images/form_elements/select_right.png) no-repeat scroll right top transparent; cursor: pointer; font-size: 11px; height: 28px; line-height: 28px; position: absolute; right: 0; top: 0; width: 190px; } .dataTables_length div.selector { background: url(../images/form_elements/select_left_datatable.png) no-repeat scroll left top transparent; float: left; height: 22px; padding-left: 8px; width: 45px; } .dataTables_length div.selector span { background: url(../images/form_elements/select_right_datatable.png) no-repeat scroll right center transparent; height: 22px; line-height: 22px; width: 45px; } .dataTables_length div.selector select { height: 22px; left: -5px; width: 65px; } div.checker { float: left; height: 15px; margin-top: 6px; position: relative; width: 15px; } div.checker input { background: none repeat scroll 0 0 transparent; display: inline-block; height: 15px; opacity: 0; width: 15px; } div.checker span { background: url(../images/form_elements/checkbox.png) no-repeat scroll 0 0 transparent; display: inline-block; height: 17px; text-align: center; vertical-align: middle; width: 17px; } div.checker span.checked { background-position: center bottom; } div.radio { float: left; height: 18px; margin-top: 5px; position: relative; width: 18px; } div.radio input { background: none repeat scroll 0 0 transparent; display: inline-block; height: 18px; opacity: 0; text-align: center; width: 18px; } div.radio span { background: url(../images/form_elements/radio.png) no-repeat scroll 0 0 transparent; display: inline-block; height: 17px; text-align: center; vertical-align: middle; width: 17px; } div.radio span.checked { background-position: center bottom; } div.form_input label{ margin:8px 10px; display:inline-block; } /*Slider*/ .widget_body ul.slider_container li{ list-style:none; padding:10px 0px; margin:0px; display:inline-block; width:100%; } .widget_body ul.slider_container li label{ font-size:11px; color:#9fa4a8; } .widget_body ul.slider_container li input{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#4283d1; } /*UI Elements*/ .elements_container{ } .elements_container li:first-child{ border:none; } .elements_container li{ padding:15px 0px; border-top:dotted 1px #E6E6E6; list-style:none; display:inline-block; width:100%; background:#fff; } .elements_container>li>label{ padding:5px 0px; float:left; display:block; margin:5px 0px 5px 25px; color:#a9a9a9; font-size:13px; } .elements_container li div.elements_right{ width:80%; float:right; display:block; margin-right:25px; text-shadow: 0px 1px 0px #fff; } /*Button*/ /*Button*/ .greyishBtn { background: url(../images/button/greishBtn.png) repeat-x scroll 0 0 transparent; border: 1px solid #4F5A68; color: #FFFFFF; } .whitishBtn { background: url(../images/button/whiteBtn.png) repeat-x scroll 0 0 transparent; border: 1px solid #cccccc; color: #555555; text-shadow: 0 1px 0 #FFFFFF; box-shadow: 0 1px 0 0 #FFFFFF; -webkit-box-shadow:0 1px 0 0 #FFFFFF; } .bluishBtn { background: url(../images/button/bluishBtn.png) repeat-x scroll 0 0 transparent; border: 1px solid #3079ed; color: #FFFFFF; } .redishBtn { background: url(../images/button/redishBtn.png) repeat-x scroll 0 0 transparent; border: 1px solid #d22a15; color: #FFFFFF; } .greenishBtn { background: url(../images/button/greenishBtn.png) repeat-x scroll 0 0 transparent; border: 1px solid #4ba301; color: #FFFFFF; } .magentaBtn { background: url(../images/button/magentaBtn.png) repeat-x scroll 0 0 transparent; border: 1px solid #ba4c6f; color: #FFFFFF; } .yellowBtn { background: url(../images/button/yellow_btn.png) repeat-x scroll 0 0 transparent; border: 1px solid #d5ad23; color: #FFFFFF; } .dblueBtn { background: url(../images/button/dark_blue_btn.png) repeat-x scroll 0 0 transparent; border: 1px solid #41597c; color: #FFFFFF; } .button_small { cursor: pointer; font-family: Arial,Helvetica,sans-serif; font-size: 11px; font-weight: bold; line-height: 16px; padding: 4px 16px 4px; text-transform: uppercase; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin-left:5px; text-decoration:none; font-size:11px; display:inline-block; } .button_small:hover{ background-position:bottom; } .button_small:active{ background-position:center; } .button_small span.iconsweet{ float:left; font-size:16px; padding-right:8px; margin-top:-3px; margin-left:-8px; } /*Gallery*/ .gallery_container{ padding:15px; } .gallery_container ul li{ margin:0px 10px 10px 0px; background:#f4f4f4; padding:5px; border:solid 1px #e4e4e4; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; width:136px; height:136px; display:inline-block; } .gallery_container ul li img{ border:solid 1px #fdfdfd; margin-bottom:10px; } .gallery_container ul li a{ text-decoration:none; color:#4a4a4a; } .gallery_container ul li span.name{ color:#4a4a4a; text-decoration:none; font-weight:bold; text-shadow: 0 1px 0 #FFFFFF; padding-left:5px; } .gallery_container ul li .modify_image{ float:right; } .gallery_container ul li a.iconsweet{ display:inline-block; margin-top:-5px; margin-right:4px; font-size:16px; text-shadow: 0 1px 0 #FFFFFF; } /*Error Pages*/ .error_pages{ margin:100px auto; text-align:center; } .error_pages h1{ font-size:55px; color:#5a5f60; text-shadow: 0 2px 0px #d1d1d1; margin:30px; } .error_full_page h1{ color:#35383a; font-size:60px; text-shadow: 0 2px 0px #697477; font-family:Arial, Helvetica, sans-serif; margin:15px 0px; } .error_full_page span.iconsweet{ font-size:40px; color:#f04e3a; text-shadow: 0 1px 0px #131516; } .error_full_page p{ color:#748084; text-shadow: 0 1px 0px #272d2f; font-size:14px; font-weight:bold; line-height:20px; margin-bottom:15px; } /*RESPONSIVE*/ @media only screen and (max-width: 1080px) { .one_two_wrap { width:100%; } .form_fields_container li div.form_input{ width:65%; } } @media only screen and (max-width: 780px) { .one_two_wrap { } #secondary_nav{ width:155px; } #content_wrap{ margin-left:155px; } section#main_content{ background-position:-55px center; } dl.user_info dd{ width:130px; } dl.user_info { width:247px; } dl.user_info dd span.log_data{ margin-bottom:0px; } #activity_stats .activity_column { padding-right:5px; padding-left:5px; } .form_fields_container li div.form_input{ width:60%; } #secondary_nav ul li a span{ display:none; } } /*Search result*/ .search-result { position:absolute; width:180px; overflow:auto; background:#CCC; padding:5px; border:solid 1px #999; } .search-result h5 { border-bottom: solid 1px #999; font-size: 16px; padding: 2px; } .search-result li { padding: 5px 1px;} .search-result ul li a { text-decoration: none; color:#000;} .search-result ul li a:hover { text-decoration: none; color:#999;} .question { font-size: 20px; width: 100%; padding: 5px 2px; overflow: auto;} .question p { float: left;} .optionss { width: 100%; } .countdown_section { float: left; padding: 2px; text-align: center; font-weight: bold; font-size:15px;} .box { width: 100%; } #timeleft { float:right; font-weight: bold;} em { font-style: italic;}
assets/theme/css/main.css
body{ background:url(../images/pat_bg.png) #515b5e; font-family:Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; font-size: 12px; color:#424242; height: 100%; } .iconsweet{ font-family:iconSweets; font-weight:normal; } /*=====LAYOUT=====*/ .one_wrap{ width:100%; display:inline-block; } .one_two_wrap{ width:49%; float:left; } .one_three_wrap{ width:32%; float:left; margin-left:2%; } .one_three_wrap:first-child{ margin-left:0%!important; float:left; } .one_four_wrap{ width:23.5%; float:left; margin-left:2%; } .one_four_wrap:first-child{ margin-left:0%!important; float:left; } .widget{ background:#fff; box-shadow:0px 1px 2px 0px #acaeaf; -webkit-box-shadow:0px 1px 2px 0px #acaeaf; margin-top:22px; clear:both; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; } .no_overflow{ overflow:hidden; } .widget .widget_title{ background:url(../images/widget_title_bg.png) repeat-x center top #eeeeee; height:38px; border-bottom:solid 1px #e0e0e0; border-radius:3px 3px 0px 0px; } .widget .widget_title span{ font-size:24px; float:left; padding:3px 0px; text-shadow: 0px 1px 0px #fff; -webkit-text-shadow: 0px 1px 0px #fff; color:#6c6c6c; width:35px; text-align:center; } .widget .widget_title h5{ color:#6c6c6c; font-size:14px; font-family:CorbelBold; float:left; padding:13px 0px 10px; text-shadow: 0px 1px 0px #fff; } .fl_left{ float:left; } .fl_right{ float:right; } .clear{ clear:both; } .auto{ height:auto; overflow:hidden; } .content_pad{ padding:15px; } .text_center{ text-align:center; } .text_right{ text-align:right; } .text_left{ text-align:left; } /*=====HEADER=====*/ header{ background:url(../images/pat_bg2.png) #515b5e; padding:15px; border-bottom:solid 1px #526267; height:36px; } header #logo{ float:left; } header .header_search{ float:right; position:relative; } header .header_search input[type="text"] { width:170px; padding:9px 10px; border:solid 1px #43494b; background:#2b2e2f; color:#686f72; font-size:11px; text-shadow:1px 1px 1px #000; border-radius:3px; } header .header_search input[type="submit"] { width:20px; height:20px; background:url(../images/search.png) no-repeat center; border:0px; position:absolute; right:7px; top:7px; cursor:pointer; } /*=====DREAMWORKS CONTAINER=====*/ #dreamworks_container{ margin:8px; height:100%; overflow:auto; } /*====PRIMARY NAV====*/ nav#primary_nav{ float:left; padding-top:92px; font-family:CorbelRegular/*CORBEL*/; } nav#primary_nav ul{ margin:0px; padding:0px; } nav#primary_nav ul li{ list_style:none; clear:both; width:83px; padding:5px 9px 10px 1px; background:none; margin-bottom:15px; text-align:center; font-size:14px; } nav#primary_nav ul li a{ color:#d8e0e2; text-decoration:none; display:block; width:82px; padding-top:45px; background:url(../images/nav_sprite.png) no-repeat center; text-shadow: 0px 1px 1px #202324; } nav#primary_nav ul li.nav_dashboard a{ background-position:12px -64px; } nav#primary_nav ul li.nav_dashboard.active a{ background-position:12px 0px; } nav#primary_nav ul li.nav_graphs a{ background-position:-73px -64px; } nav#primary_nav ul li.nav_graphs.active a{ background-position:-73px 0px; } nav#primary_nav ul li.nav_forms a{ background-position:-434px -64px; } nav#primary_nav ul li.nav_forms.active a{ background-position:-434px 0px; } nav#primary_nav ul li.nav_typography a{ background-position:-249px -64px; } nav#primary_nav ul li.nav_typography.active a{ background-position:-249px 0px; } nav#primary_nav ul li.nav_uielements a{ background-position:-341px -64px; } nav#primary_nav ul li.nav_uielements.active a{ background-position:-341px 0px; } nav#primary_nav ul li.nav_pages a{ background-position:-159px -64px; } nav#primary_nav ul li.nav_pages.active a{ background-position:-158px 0px; } nav#primary_nav ul li.active{ background:url(../images/active_tab.png) no-repeat left top #fff; border-radius:5px 0px 0px 5px; box-shadow: 0px 3px 0px 0px #444d50; -webkit-box-shadow: 0px 3px 0px 0px #444d50; padding-left:4px; padding-right:6px; } nav#primary_nav ul li.active a{ color:#4a4a4a; text-shadow:none; font-family:'CorbelBold'; text-shadow: 0px 1px 1px #ffffff; } /*====SECONDARY NAV====*/ #secondary_nav{ width:210px; height:100%; font-family:'CorbelRegular'/*CORBEL*/; float:left; border-radius:3px 0px 0px 0px; } /*UserInfo*/ dl.user_info{ width:302px; height:92px; position:relative; margin-left:-92px; } dl.user_info dt{ padding:5px; float:left; margin-right:3px; } dl.user_info dd{ padding:14px 12px; float:left; width:185px; height:64px; background:#889395; border-radius:3px 0px 0px 0px; border-right:solid 1px #e0e5e6; } dl.user_info dd a.welcome_user{ text-decoration:none; color:#393939; font-size:14px; display:block; margin-bottom:9px; } dl.user_info dd a.welcome_user strong{ font-weight:bold; color:#fff; text-shadow: 0px 1px 0px #515b5e; } dl.user_info dd span.log_data{ color:#393939; display:block; margin-bottom:12px; font-size:11px; font-family:Arial, Helvetica, sans-serif; line-height:15px; } dl.user_info dd a.logout{ display:block; float:left; color:#f5f5f5; text-decoration:none; padding-left:15px; background:url(../images/logoff.png) no-repeat left center; margin-top:5px; } dl.user_info dd a.user_messages{ padding-right:28px; float:right; height:21px; background:url(../images/msg.png) no-repeat right center; text-decoration:none; line-height:100%; } dl.user_info dd a.user_messages span{ font-size:10px; color:#fff; background:#f2364e; padding:1px 3px; border-radius:3px; font-family:Arial, Helvetica, sans-serif; display:inline-block; } #secondary_nav h2{ color:#8a9294; font-size:20px; padding:0px 15px; margin-top:21px; line-height:32px; font-family:Arial, Helvetica, sans-serif; text-shadow: 0px 1px 0px #ffffff; } #secondary_nav ul{ margin:21px 15px; } #secondary_nav ul li{ list-style:none; padding:12px 0px; border-top:solid 1px #dcdfe0; line-height:100%; box-shadow:inset 0px 1px 0px #ffffff; } #secondary_nav ul li a{ color:#818386; font-size:14px; text-decoration:none; display:inline-block; line-height:17px; } #secondary_nav ul li a span{ font-size:21px; float:left; margin:-4px 8px 0px 5px; } #secondary_nav ul li.active a{ font-family: 'CorbelBold'; } #secondary_nav ul li.active a span{ color:#478cfe; text-shadow: 0px 1px 0px #f4f4f4; } /*====MAIN CONTENT====*/ section#main_content{ overflow:visible; margin-left:93px; background:url(../images/section_bg.png) repeat-y left center #ebebeb; border-radius:4px 3px 3px 3px; min-height:750px; } #content_wrap{ padding:18px; display:block; margin-left:210px; } /*CHART HOME*/ #chart_linear{ } /*SUMMARY*/ ul.dw_summary{ margin:0px; } ul.dw_summary li{ margin:0px!important; padding:16px 20px; border-top:solid 1px #e4e4e4; font-size:13px; color:#737373; list-style:none!important; } ul.dw_summary li:first-child{ border:none; } ul.dw_summary li span.percentage_done{ display:inline-block; font-size:17px; font-weight:bold; color:#484848; width:67px; } ul.dw_summary li .progress_wrap{ width:152px; float:right; height:6px; background:#e4e4e4; margin:5px 0px; } ul.dw_summary li .progress_wrap .progress_bar{ height:6px; background:#517bac; width:0px; } /*PROJECT SORT*/ ul.filter_project{ background:#d3d3d3; border-top:solid 1px #f6f6f6; } ul.filter_project li{ padding:8px 15px; display:inline-block; list-style:none; } ul.filter_project li a{ color:#6c6c6c; text-decoration:none; font-weight:bold; text-shadow: 0px 1px 0px #fff; } ul.filter_project li span.count{ line-height:100%; color:#fff; text-shadow: 0px 1px 0px #353535; padding:2px 2px 2px; background:#707070; border-radius:2px; margin-left:8px; min-width:16px; text-align:center; display:inline-block; box-shadow:0px 1px 0px 0px #ffffff; -webkit-box-shadow:0px 1px 0px 0px #ffffff; } ul.filter_project li.selected{ background:#ffffff; box-shadow:inset 0px 10px 8px #eaeaea; -webkit-box-shadow:inset 0px 10px 8px #eaeaea; border:solid 1px #fff; border-width:0px 1px; } ul.filter_project li.selected a{ color:#4a4a4a; } ul.filter_project li.selected span.count{ background:#4a4a4a; } .project_sort ul.project_list{ margin:0px; padding:18px 0px 0px 18px; } .project_sort ul.project_list li{ padding:10px; width:75px; height:70px; position:relative; border:solid 1px #c4c4c4; border-radius:3px; list-style:none; display:inline-block; margin-right:16px; margin-bottom:16px; background:url(../images/project_bg.png) repeat-x bottom center #ededed; } .project_sort ul.project_list .project_badge{ width:36px; height:36px; position:absolute; right:-1px; top:-1px; background:url(../images/project_badge.png) no-repeat center; color:#fff; font-size:19px; text-align:right; line-height:17px; } .project_sort ul.project_list .project_badge.red{ background-position:-148px 0px; } .project_sort ul.project_list .project_badge.blue{ background-position:-299px 0px; } .project_sort ul.project_list .project_badge.grey{ background-position:-1px 0px; } .project_sort ul.project_list a.project_title{ font-size:14px; color:#5c5c5c; text-shadow: 0px 1px 0px #fff; display:inline-block; line-height:18px; font-family: 'CorbelBold'; text-decoration:none; } .project_sort ul.project_list a.assigned_user{ font-size:12px; color:#6c6c6c; text-shadow: 0px 1px 0px #fff; position:absolute; bottom:11px; left:10px; text-decoration:none; } .project_sort ul.project_list a.assigned_user span{ font-size:19px; float:left; margin-top:-7px; margin-right:2px; } /*ACTIVITY DATATABLE*/ table.activity_datatable{ } table.activity_datatable th{ background:url(../images/thead_bg.png) repeat-x bottom center; text-transform:uppercase; font-size:11px; color:#6c6c6c; font-weight:bold; padding:12px 0px; text-align:center; border-right:solid 1px #e5e5e5; border-bottom:solid 1px #d3d3d3; box-shadow:inset 0px 1px 0px 1px #fff; -webkit-box-shadow:inset 0px 1px 0px 1px #fff; } table.activity_datatable td{ padding:10px 15px; color:#6c6c6c; vertical-align:middle; } table.activity_datatable tr{ border-bottom:solid 1px #e5e5e5; } table.activity_datatable a{ color:#363e40; text-decoration:none; line-height:18px; } table.activity_datatable span.pj_cat{ display:inline-block; line-height:100%; background:#757673; padding:3px 5px; font-size:10px; text-transform:uppercase; color:#fff; text-shadow: 0px 1px 0px #646464; border-radius:3px; } table.activity_datatable span.stat_up{ color:#637b11; } table.activity_datatable span.stat_down{ color:#7b1111; } table.activity_datatable span.iconsweet{ font-size:17px; } table.activity_datatable span.data_actions a{ color:#6c6c6c; float:left; margin-right:1px; padding:0px 5px; } table.activity_datatable span.green_highlight{ background:#87ac51; } table.activity_datatable span.grey_highlight{ background:#757673; } table.activity_datatable span.blue_highlight{ background:#4572a7; } /*Actionbar*/ .action_bar{ background:#f2f0f0; padding:8px; border-top:solid 1px #e3e3e3; } .action_bar a.button_small{ margin-right:5px; } /*Button - basic*/ a.button_big{ font-family: 'CorbelBold'; color:#6c6c6c; display:inline-block; border:solid 1px #cfcfcf; font-size:14px; margin-right:15px; height: 2.78em; line-height: 2.8em; background-color: #F0F0F0; background-image: -moz-linear-gradient(center top , #FFFFFF 0pt, #E0E0E0 100%); background-image: -webkit-linear-gradient(top,white 0,#E0E0E0 100%); background-image: linear-gradient(to bottom,white 0,#E0E0E0 100%); border-color: #CCCCCC #CCCCCC #AAAAAA; box-shadow: 0 0 1px #FFFFFF inset; text-shadow: 0 1px 0 #FFFFFF; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding:0px 10px; text-decoration:none; margin-bottom:5px; } a.button_big:hover{ box-shadow:0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.08); } a.button_big:active{ background-image: -moz-linear-gradient(center bottom , #FFFFFF 0pt, #E0E0E0 100%); background-image: -webkit-linear-gradient(bottom,white 0,#E0E0E0 100%); background-image: linear-gradient(to bottom,white 0,#E0E0E0 100%); } a.button_big:hover span.iconsweet{ color:#478CFE; } a.btn_grey{ background-color: #787b83; background-image: -moz-linear-gradient(center top , #787b83 0pt, #44474e 100%); background-image: -webkit-linear-gradient(top,#787b83 0,#44474e 100%); background-image: linear-gradient(to bottom,#787b83 0,#44474e 100%); border-color: #7a828d #7a828d #3d4046; box-shadow: 0 1px 0 rgba(152, 155, 160, 0.45) inset; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45); color:#f0f0f0; } a.btn_grey:hover{ box-shadow:0 1px 0 #a1a5af inset, 0 1px 3px rgba(0, 0, 0, 0.08); } a.btn_grey:hover span.iconsweet{ color:#000; } a.btn_grey:active{ background-image: -moz-linear-gradient(center bottom , #787b83 0pt, #44474e 100%); background-image: -webkit-linear-gradient(bottom,#787b83 0,#44474e 100%); background-image: linear-gradient(to bottom,#787b83 0,#44474e 100%); } a.btn_grey span.iconsweet{ color:#f0f0f0; } a.button_big span{ font-size:18px; color:#606060; float:left; margin-top:-3px; padding-right:10px; } /*=Message Bar=*/ div.msgbar{ padding:10px 8px; cursor:pointer; border-radius:3px; margin-top:15px; } div.msgbar p{ display:inline; margin:0px; line-height:inherit; } .content_pad .msgbar:first-child{ margin-top:0px; } /*Info*/ div.msgbar.msg_Info{ background:#96bcca; border:solid 1px #82a5b2; text-shadow: 0px 1px 0px #b3dded; box-shadow: inset 0px 1px 0px 0px #b6d7e3; -webkit-box-shadow: inset 0px 1px 0px 0px #b6d7e3; color:#4e646c; } div.msgbar span.iconsweet{ float:left; font-size:18px; margin-top:-6px; padding-right:5px; } div.msgbar.msg_Info p{ border-left:dotted 1px #708a93; padding-left:8px; } /*Success*/ div.msgbar.msg_Success{ background:#adca96; border:solid 1px #98b383; text-shadow: 0px 1px 0px #d3edb3; box-shadow: inset 0px 1px 0px 0px #b8e3b6; -webkit-box-shadow: inset 0px 1px 0px 0px #b8e3b6; color:#647458; } div.msgbar.msg_Success p{ border-left:dotted 1px #708a93; padding-left:8px; color:#434f3b; } /*Error*/ div.msgbar.msg_Error{ background:#c68989; border:solid 1px #ad7373; text-shadow: 0px 1px 0px #f7b1b1; box-shadow: inset 0px 1px 0px 0px #eca1a1; -webkit-box-shadow: inset 0px 1px 0px 0px #eca1a1; color:#785151; } div.msgbar.msg_Error p{ border-left:dotted 1px #785151; padding-left:8px; color:#372323; } /*Alert*/ div.msgbar.msg_Alert{ background:#d6d792; border:solid 1px #a8a969; text-shadow: 0px 1px 0px #e7e89c; box-shadow: inset 0px 1px 0px 0px #ddde93; -webkit-box-shadow:inset 0px 1px 0px 0px #ddde93; color:#72734b; } div.msgbar.msg_Alert p{ border-left:dotted 1px #785151; padding-left:8px; } /*ACTIVITY STATS*/ #activity_stats{ border-bottom:solid 1px #cdd1d3; box-shadow:0px 1px 0px 0px #fff; -webkit-box-shadow:0px 1px 0px 0px #fff; margin-bottom:8px; } #activity_stats h3{ color:#6C6C6C; font-size:20px; font-family: 'CorbelRegular'; display:inline-block; text-shadow: 0px 1px 0px #fff; } #activity_stats .activity_column{ display:inline-block; padding:0px 15px 8px; color:#6C6C6C; font-size:14px; text-shadow: 0px 1px 0px #fff; line-height:100%; } #activity_stats .activity_column span.iconsweet{ font-size:18px; color:#6C6C6C; } #activity_stats .activity_column span.big_txt{ font-size:28px; padding-right:5px; } #activity_stats .activity_column span.rd_txt{ color:#c68989; } #activity_stats .activity_column span.gr_txt{ color:#9cc591; } /*LOGIN*/ #login_container{ border-top:solid 6px #3c4143; background:url(../images/pat_bg2.png) #515b5e; } #login{ width:289px; background:url(../images/pat_bg.png) #515b5e; margin:100px auto; padding:35px; border:solid 1px #586366; border-radius:3px; box-shadow:0px 0px 1px 0px #262e30; -webkit-box-shadow:0px 0px 1px 0px #262e30; } #login div{ display:inline-block; width:100%; } #login img{ margin-bottom:25px; } #login .input_box{ width:287px; height:36px; background:url(../images/login_input_b.png) repeat-x top center; border-radius:3px; margin-bottom:15px; } #login .input_box span{ float:left; width:37px; height:36px; text-align:center; font-size:22px; text-shadow: 0px 1px 0px #70797c; color:#2b3032; line-height:29px; margin-right:0px; } #login .input_box input{ background:none; border:0; outline:none; width:230px; padding:7px 4px 4px; height:24px; line-height:15px; font-size:14px; color:#2a2f31; text-shadow: 0px 1px 0px #70797c; font-family:Arial, Helvetica, sans-serif; } #login .input_box input::-webkit-input-placeholder{ color:#2a2f31; } #login .input_box input:focus{ color:#dbe7eb; text-shadow: 0px 1px 0px #222526; } #login input[type=submit]{ background:url(../images/login_b_bg.png) repeat-x center; padding:10px 24px 9px 24; line-height:100%; font-size:13px; font-weight:bold; color:#cad2d4; text-shadow: 0px 1px 0px #000; border:0; font-family:Arial, Helvetica, sans-serif; border-radius:3px; float:right; overflow:hidden; padding:9px 24px; } #login a.forgot_password{ color:#9eaeb3; text-shadow: 0px 1px 0px #363d3f; margin-top:12px; display:inline-block; } <!--FORM FILEDS--> .form_fields_container{ } .form_fields_container li:first-child{ border:none; } .form_fields_container li{ padding:15px 0px; border-top:dotted 1px #E6E6E6; list-style:none; display:inline-block; width:100%; background:#fff; } .form_fields_container>li>label{ padding:5px 0px; float:left; display:block; margin:5px 0px 5px 25px; color:#818386; font-size:13px; } .form_fields_container li div.form_input{ width:75%; float:right; display:block; margin-right:25px; text-shadow: 0px 1px 0px #fff; } .form_fields_container li div.form_input input, .form_fields_container li div.form_input textarea{ width:98%; border:solid 1px #ccc; padding:8px; font-family:Arial, Helvetica, sans-serif; font-size:12px; background:#f8f8f8; border-radius:3px; color:#666; box-shadow: inset 0 1px 0 0px #fff; -webkit-box-shadow:inset 0 1px 0 0px #fff; } div.form_input textarea{ width:98%!important; } .form_fields_container li div.form_input input[disabled="disabled"]{ background:#E4E4E4; color:#999; } .form_fields_container li div.form_input .in_processing{ background-image:url(../images/processing.gif); background-repeat:no-repeat; background-position: right center; } .form_fields_container li div.form_input .in_submitted{ background-image:url(../images/Tick.png); background-repeat:no-repeat; background-position: right center; box-shadow:0px 0px 3px 0px #a6e259; -webkit-box-shadow:0px 0px 3px 0px #a6e259; border-color:#a6e259; } .form_fields_container li div.form_input .in_error{ background-image:url(../images/Remove.png); background-repeat:no-repeat; background-position: right center; box-shadow:0px 0px 3px 0px #dc5c5c; -webkit-box-shadow:0px 0px 3px 0px #dc5c5c; border-color:#dc5c5c; } .form_fields_container li div.form_input .in_warning{ background-image:url(../images/Warning.png); background-repeat:no-repeat; background-position: right center; box-shadow:0px 0px 3px 0px #f0d648; -webkit-box-shadow:0px 0px 3px 0px #f0d648; border-color:#f0d648; } /*File Uploader*/ #file_uploader{ padding:15px 25px; min-height:150px; } /*Forms*/ div.selector { background: url(../images/form_elements/select_left.png) no-repeat scroll left top transparent; float: left; height: 28px; padding-left: 10px; position: relative; width: 190px; } div.selector select { cursor: pointer; font-size: 12px; height: 28px; left: 0; position: absolute; top: 0; width: 200px; } div.selector select option{ padding:5px; border:none; } div.selector span { background: url(../images/form_elements/select_right.png) no-repeat scroll right top transparent; cursor: pointer; font-size: 11px; height: 28px; line-height: 28px; position: absolute; right: 0; top: 0; width: 190px; } .dataTables_length div.selector { background: url(../images/form_elements/select_left_datatable.png) no-repeat scroll left top transparent; float: left; height: 22px; padding-left: 8px; width: 45px; } .dataTables_length div.selector span { background: url(../images/form_elements/select_right_datatable.png) no-repeat scroll right center transparent; height: 22px; line-height: 22px; width: 45px; } .dataTables_length div.selector select { height: 22px; left: -5px; width: 65px; } div.checker { float: left; height: 15px; margin-top: 6px; position: relative; width: 15px; } div.checker input { background: none repeat scroll 0 0 transparent; display: inline-block; height: 15px; opacity: 0; width: 15px; } div.checker span { background: url(../images/form_elements/checkbox.png) no-repeat scroll 0 0 transparent; display: inline-block; height: 17px; text-align: center; vertical-align: middle; width: 17px; } div.checker span.checked { background-position: center bottom; } div.radio { float: left; height: 18px; margin-top: 5px; position: relative; width: 18px; } div.radio input { background: none repeat scroll 0 0 transparent; display: inline-block; height: 18px; opacity: 0; text-align: center; width: 18px; } div.radio span { background: url(../images/form_elements/radio.png) no-repeat scroll 0 0 transparent; display: inline-block; height: 17px; text-align: center; vertical-align: middle; width: 17px; } div.radio span.checked { background-position: center bottom; } div.form_input label{ margin:8px 10px; display:inline-block; } /*Slider*/ .widget_body ul.slider_container li{ list-style:none; padding:10px 0px; margin:0px; display:inline-block; width:100%; } .widget_body ul.slider_container li label{ font-size:11px; color:#9fa4a8; } .widget_body ul.slider_container li input{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#4283d1; } /*UI Elements*/ .elements_container{ } .elements_container li:first-child{ border:none; } .elements_container li{ padding:15px 0px; border-top:dotted 1px #E6E6E6; list-style:none; display:inline-block; width:100%; background:#fff; } .elements_container>li>label{ padding:5px 0px; float:left; display:block; margin:5px 0px 5px 25px; color:#a9a9a9; font-size:13px; } .elements_container li div.elements_right{ width:80%; float:right; display:block; margin-right:25px; text-shadow: 0px 1px 0px #fff; } /*Button*/ /*Button*/ .greyishBtn { background: url(../images/button/greishBtn.png) repeat-x scroll 0 0 transparent; border: 1px solid #4F5A68; color: #FFFFFF; } .whitishBtn { background: url(../images/button/whiteBtn.png) repeat-x scroll 0 0 transparent; border: 1px solid #cccccc; color: #555555; text-shadow: 0 1px 0 #FFFFFF; box-shadow: 0 1px 0 0 #FFFFFF; -webkit-box-shadow:0 1px 0 0 #FFFFFF; } .bluishBtn { background: url(../images/button/bluishBtn.png) repeat-x scroll 0 0 transparent; border: 1px solid #3079ed; color: #FFFFFF; } .redishBtn { background: url(../images/button/redishBtn.png) repeat-x scroll 0 0 transparent; border: 1px solid #d22a15; color: #FFFFFF; } .greenishBtn { background: url(../images/button/greenishBtn.png) repeat-x scroll 0 0 transparent; border: 1px solid #4ba301; color: #FFFFFF; } .magentaBtn { background: url(../images/button/magentaBtn.png) repeat-x scroll 0 0 transparent; border: 1px solid #ba4c6f; color: #FFFFFF; } .yellowBtn { background: url(../images/button/yellow_btn.png) repeat-x scroll 0 0 transparent; border: 1px solid #d5ad23; color: #FFFFFF; } .dblueBtn { background: url(../images/button/dark_blue_btn.png) repeat-x scroll 0 0 transparent; border: 1px solid #41597c; color: #FFFFFF; } .button_small { cursor: pointer; font-family: Arial,Helvetica,sans-serif; font-size: 11px; font-weight: bold; line-height: 16px; padding: 4px 16px 4px; text-transform: uppercase; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin-left:5px; text-decoration:none; font-size:11px; display:inline-block; } .button_small:hover{ background-position:bottom; } .button_small:active{ background-position:center; } .button_small span.iconsweet{ float:left; font-size:16px; padding-right:8px; margin-top:-3px; margin-left:-8px; } /*Gallery*/ .gallery_container{ padding:15px; } .gallery_container ul li{ margin:0px 10px 10px 0px; background:#f4f4f4; padding:5px; border:solid 1px #e4e4e4; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; width:136px; height:136px; display:inline-block; } .gallery_container ul li img{ border:solid 1px #fdfdfd; margin-bottom:10px; } .gallery_container ul li a{ text-decoration:none; color:#4a4a4a; } .gallery_container ul li span.name{ color:#4a4a4a; text-decoration:none; font-weight:bold; text-shadow: 0 1px 0 #FFFFFF; padding-left:5px; } .gallery_container ul li .modify_image{ float:right; } .gallery_container ul li a.iconsweet{ display:inline-block; margin-top:-5px; margin-right:4px; font-size:16px; text-shadow: 0 1px 0 #FFFFFF; } /*Error Pages*/ .error_pages{ margin:100px auto; text-align:center; } .error_pages h1{ font-size:55px; color:#5a5f60; text-shadow: 0 2px 0px #d1d1d1; margin:30px; } .error_full_page h1{ color:#35383a; font-size:60px; text-shadow: 0 2px 0px #697477; font-family:Arial, Helvetica, sans-serif; margin:15px 0px; } .error_full_page span.iconsweet{ font-size:40px; color:#f04e3a; text-shadow: 0 1px 0px #131516; } .error_full_page p{ color:#748084; text-shadow: 0 1px 0px #272d2f; font-size:14px; font-weight:bold; line-height:20px; margin-bottom:15px; } /*RESPONSIVE*/ @media only screen and (max-width: 1080px) { .one_two_wrap { width:100%; } .form_fields_container li div.form_input{ width:65%; } } @media only screen and (max-width: 780px) { .one_two_wrap { } #secondary_nav{ width:155px; } #content_wrap{ margin-left:155px; } section#main_content{ background-position:-55px center; } dl.user_info dd{ width:130px; } dl.user_info { width:247px; } dl.user_info dd span.log_data{ margin-bottom:0px; } #activity_stats .activity_column { padding-right:5px; padding-left:5px; } .form_fields_container li div.form_input{ width:60%; } #secondary_nav ul li a span{ display:none; } } /*Search result*/ .search-result { position:absolute; width:180px; overflow:auto; background:#CCC; padding:5px; border:solid 1px #999; } .search-result h5 { border-bottom: solid 1px #999; font-size: 16px; padding: 2px; } .search-result li { padding: 5px 1px;} .search-result ul li a { text-decoration: none; color:#000;} .search-result ul li a:hover { text-decoration: none; color:#999;} .question { font-size: 20px; width: 100%; padding: 5px 2px; overflow: auto;} .question p { float: left;} .optionss { width: 100%; } .countdown_section { float: left; padding: 2px; text-align: center; font-weight: bold; font-size:15px;} .box { width: 100%; } #timeleft { float:right; font-weight: bold;} em { font-style: italic;}
0.111543
0.039214
.card { border-radius: 0.2rem; border-color: rgba(215, 215, 215, 0.5); box-shadow: 0 0.125rem 0.125rem 0 #d7d7d7; margin: 0 0 0.6rem; } .card-block.search-item { margin: 0 0.5rem; padding: 0.5rem 0.25rem; border-bottom-color: rgb(195, 195, 195); } .temporal-sub-card-header { display: flex; justify-content: space-between; padding: .5rem .75rem; } .card-header, .card-footer { color: rgb(38, 34, 98); background-color: rgb(226, 226, 233); font-size: 14px; font-weight: 600; min-width: 100%; } :host::ng-deep clr-icon[shape=ellipsis-vertical] { color: #2691D0; } .card-footer > span{ font-size: 14px; font-weight: 600; } .selection-button { color: rgb(114, 114, 114); border-color: rgb(195, 195, 195); font-weight: 100 !important; } .selection-button:hover { background-color: rgb(219, 228, 233); color: rgb(114, 114, 114); border-color: rgb(195, 195, 195); } .time-selection-button{ color: rgb(114, 114, 114); border-color: rgb(195, 195, 195); font-weight: 100 !important; width:12rem; text-align: start; } .time-selection-button:hover { background-color: rgb(219, 228, 233); color: rgb(114, 114, 114); border-color: rgb(195, 195, 195); } .dropdown-item:hover { background-color: rgb(219, 228, 233); } .toggle-switch, .toggle-switch label { display: inline-block; position: relative; height: 1rem; margin-right: 0rem!important; margin-left: -0.2rem; } .toggle-switch input[type=checkbox] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; position: absolute; top: .25rem; right: .25rem; height: .666667rem; width: .666667rem; opacity: 0; } [type=checkbox], [type=radio], legend { box-sizing: border-box; padding: 0; } .toggle-switch input[type=checkbox]+label::before { position: absolute; display: inline-block; content: ''; height: .75rem; width: 1.375rem; border: 2px solid #737373; border-radius: .375rem; background-color: #737373; top: .125rem; right: -1.75rem; transition: .15s ease-in; transition-property: border-color,background-color; } .toggle-switch input[type=checkbox]+label::after { position: absolute; display: inline-block; content: ''; height: .5833rem; width: .5833rem; border: 1px solid #fff; border-radius: 50%; background-color: #fff; top: .20835rem; right: -1.041667rem; transition: right .15s ease-in; } .toggle-switch input[type=checkbox]:checked+label::before { border-color: #62a420; background-color: #62a420; transition: .15s ease-in; transition-property: border-color,background-color; } .toggle-switch input[type=checkbox]:checked+label::after { right: -1.666667rem; transition: right .15s ease-in; } .time-inputBox { width: 3.4rem; border: 1px solid #9a9a9a; padding: 0.6rem; border-radius: 0.1rem; text-align: center; } .of-text{ padding-right: 6rem; padding-top: 0.2rem; font-size: 14px; } clr-icon[shape=error-standard] { color: #d9534f; } .group-overlay { position: relative; background: rgba(255, 255, 255, 0.9); text-align: center; vertical-align: middle; display: none; } .group-overlay.hidden, .group-overlay.pending { display: table; } .group-overlay > .group-overlay-inner { display: table-cell; vertical-align: middle; color: #E28327; font-size: 18px; } .overlay-text > .btn.btn-link { color: #2691D0; font-weight: 600; letter-spacing: 0; } .overlay-text > .btn.btn-link:focus { border: 1px solid transparent; } .item-or { float: right; margin-right: 46%; padding: 0 10px; background: #ffffff; color: rgb(195, 195, 195); } clr-icon[shape=warning-standard] { color: #E28327; } ul { list-style-type: none; margin: 0; padding: 0; } .toggle-no-cursor { cursor: not-allowed; } .toggle-switch-disable { pointer-events: none; } .form-padding { padding-top: 0rem; } .card-footer .temporal-container { display: flex; } .col-sm-6 > .error { display: inline-block; background: #f7981c; color: #ffffff; padding: 0.25rem 0.5rem; border-radius: 5px; }
ui/src/app/cohort-search/search-group/search-group.component.css
.card { border-radius: 0.2rem; border-color: rgba(215, 215, 215, 0.5); box-shadow: 0 0.125rem 0.125rem 0 #d7d7d7; margin: 0 0 0.6rem; } .card-block.search-item { margin: 0 0.5rem; padding: 0.5rem 0.25rem; border-bottom-color: rgb(195, 195, 195); } .temporal-sub-card-header { display: flex; justify-content: space-between; padding: .5rem .75rem; } .card-header, .card-footer { color: rgb(38, 34, 98); background-color: rgb(226, 226, 233); font-size: 14px; font-weight: 600; min-width: 100%; } :host::ng-deep clr-icon[shape=ellipsis-vertical] { color: #2691D0; } .card-footer > span{ font-size: 14px; font-weight: 600; } .selection-button { color: rgb(114, 114, 114); border-color: rgb(195, 195, 195); font-weight: 100 !important; } .selection-button:hover { background-color: rgb(219, 228, 233); color: rgb(114, 114, 114); border-color: rgb(195, 195, 195); } .time-selection-button{ color: rgb(114, 114, 114); border-color: rgb(195, 195, 195); font-weight: 100 !important; width:12rem; text-align: start; } .time-selection-button:hover { background-color: rgb(219, 228, 233); color: rgb(114, 114, 114); border-color: rgb(195, 195, 195); } .dropdown-item:hover { background-color: rgb(219, 228, 233); } .toggle-switch, .toggle-switch label { display: inline-block; position: relative; height: 1rem; margin-right: 0rem!important; margin-left: -0.2rem; } .toggle-switch input[type=checkbox] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; position: absolute; top: .25rem; right: .25rem; height: .666667rem; width: .666667rem; opacity: 0; } [type=checkbox], [type=radio], legend { box-sizing: border-box; padding: 0; } .toggle-switch input[type=checkbox]+label::before { position: absolute; display: inline-block; content: ''; height: .75rem; width: 1.375rem; border: 2px solid #737373; border-radius: .375rem; background-color: #737373; top: .125rem; right: -1.75rem; transition: .15s ease-in; transition-property: border-color,background-color; } .toggle-switch input[type=checkbox]+label::after { position: absolute; display: inline-block; content: ''; height: .5833rem; width: .5833rem; border: 1px solid #fff; border-radius: 50%; background-color: #fff; top: .20835rem; right: -1.041667rem; transition: right .15s ease-in; } .toggle-switch input[type=checkbox]:checked+label::before { border-color: #62a420; background-color: #62a420; transition: .15s ease-in; transition-property: border-color,background-color; } .toggle-switch input[type=checkbox]:checked+label::after { right: -1.666667rem; transition: right .15s ease-in; } .time-inputBox { width: 3.4rem; border: 1px solid #9a9a9a; padding: 0.6rem; border-radius: 0.1rem; text-align: center; } .of-text{ padding-right: 6rem; padding-top: 0.2rem; font-size: 14px; } clr-icon[shape=error-standard] { color: #d9534f; } .group-overlay { position: relative; background: rgba(255, 255, 255, 0.9); text-align: center; vertical-align: middle; display: none; } .group-overlay.hidden, .group-overlay.pending { display: table; } .group-overlay > .group-overlay-inner { display: table-cell; vertical-align: middle; color: #E28327; font-size: 18px; } .overlay-text > .btn.btn-link { color: #2691D0; font-weight: 600; letter-spacing: 0; } .overlay-text > .btn.btn-link:focus { border: 1px solid transparent; } .item-or { float: right; margin-right: 46%; padding: 0 10px; background: #ffffff; color: rgb(195, 195, 195); } clr-icon[shape=warning-standard] { color: #E28327; } ul { list-style-type: none; margin: 0; padding: 0; } .toggle-no-cursor { cursor: not-allowed; } .toggle-switch-disable { pointer-events: none; } .form-padding { padding-top: 0rem; } .card-footer .temporal-container { display: flex; } .col-sm-6 > .error { display: inline-block; background: #f7981c; color: #ffffff; padding: 0.25rem 0.5rem; border-radius: 5px; }
0.527803
0.07703
.hBookmark-star { text-decoration: none; } .hBookmark-star > img { margin-bottom: 3px; border: none; vertical-align: middle; } .hBookmark-star-add-button, /* |#hBookmark-comment-list li img| での指定を上書き */ #hBookmark-comment-list .hBookmark-star-add-button { /* XXX |middle| など、フォントサイズに依存した指定のほうがよくないか? */ vertical-align: -3px; cursor: pointer; } .hBookmark-star-add-button:not(:only-child) { -moz-margin-end: 3px; } .hBookmark-star-inner-count { padding: 0 2px; cursor: pointer; } .hBookmark-star, .hBookmark-star-inner-count { font: bold 0.88em Arial, sans-serif; } .hBookmark-star.yellow, .hBookmark-star-inner-count.yellow { color: #f4b128; } .hBookmark-star.green, .hBookmark-star-inner-count.green { color: #8ed701; } .hBookmark-star.red, .hBookmark-star-inner-count.red { color: #ea475c; } .hBookmark-star.blue, .hBookmark-star-inner-count.blue { color: #57b1ff; } .hBookmark-star.purple, .hBookmark-star-inner-count.purple { color: #cd34e3; } .hBookmark-star-highlight { font-style: normal; font-weight: normal; background-color: #f4f798; } #hBookmark-star-palette { -moz-appearance: none !important; background-color: #fff; border: 1px solid #b0b0e0; padding: 1px; } .hBookmark-star-palette-color { margin: 1px 0 0 0; list-style-image: url("chrome://hatenabookmark/skin/images/star-palette.png"); cursor: pointer; } .hBookmark-star-palette-color:first-child { margin: 0; } #hBookmark-star-palette-green { -moz-image-region: rect(11px, 28px, 22px, 14px); } #hBookmark-star-palette-green[canadd] { -moz-image-region: rect(11px, 14px, 22px, 0px); } #hBookmark-star-palette-red { -moz-image-region: rect(22px, 28px, 33px, 14px); } #hBookmark-star-palette-red[canadd] { -moz-image-region: rect(22px, 14px, 33px, 0px); } #hBookmark-star-palette-blue { -moz-image-region: rect(33px, 28px, 44px, 14px); } #hBookmark-star-palette-blue[canadd] { -moz-image-region: rect(33px, 14px, 44px, 0px); } #hBookmark-star-palette-purple { -moz-image-region: rect(44px, 28px, 55px, 14px); } #hBookmark-star-palette-purple[canadd] { -moz-image-region: rect(44px, 14px, 55px, 0px); }
chrome/skin/classic/star.css
.hBookmark-star { text-decoration: none; } .hBookmark-star > img { margin-bottom: 3px; border: none; vertical-align: middle; } .hBookmark-star-add-button, /* |#hBookmark-comment-list li img| での指定を上書き */ #hBookmark-comment-list .hBookmark-star-add-button { /* XXX |middle| など、フォントサイズに依存した指定のほうがよくないか? */ vertical-align: -3px; cursor: pointer; } .hBookmark-star-add-button:not(:only-child) { -moz-margin-end: 3px; } .hBookmark-star-inner-count { padding: 0 2px; cursor: pointer; } .hBookmark-star, .hBookmark-star-inner-count { font: bold 0.88em Arial, sans-serif; } .hBookmark-star.yellow, .hBookmark-star-inner-count.yellow { color: #f4b128; } .hBookmark-star.green, .hBookmark-star-inner-count.green { color: #8ed701; } .hBookmark-star.red, .hBookmark-star-inner-count.red { color: #ea475c; } .hBookmark-star.blue, .hBookmark-star-inner-count.blue { color: #57b1ff; } .hBookmark-star.purple, .hBookmark-star-inner-count.purple { color: #cd34e3; } .hBookmark-star-highlight { font-style: normal; font-weight: normal; background-color: #f4f798; } #hBookmark-star-palette { -moz-appearance: none !important; background-color: #fff; border: 1px solid #b0b0e0; padding: 1px; } .hBookmark-star-palette-color { margin: 1px 0 0 0; list-style-image: url("chrome://hatenabookmark/skin/images/star-palette.png"); cursor: pointer; } .hBookmark-star-palette-color:first-child { margin: 0; } #hBookmark-star-palette-green { -moz-image-region: rect(11px, 28px, 22px, 14px); } #hBookmark-star-palette-green[canadd] { -moz-image-region: rect(11px, 14px, 22px, 0px); } #hBookmark-star-palette-red { -moz-image-region: rect(22px, 28px, 33px, 14px); } #hBookmark-star-palette-red[canadd] { -moz-image-region: rect(22px, 14px, 33px, 0px); } #hBookmark-star-palette-blue { -moz-image-region: rect(33px, 28px, 44px, 14px); } #hBookmark-star-palette-blue[canadd] { -moz-image-region: rect(33px, 14px, 44px, 0px); } #hBookmark-star-palette-purple { -moz-image-region: rect(44px, 28px, 55px, 14px); } #hBookmark-star-palette-purple[canadd] { -moz-image-region: rect(44px, 14px, 55px, 0px); }
0.273769
0.072341
@charset "utf-8"; /* CSS Document */ /*Factory tour*/ .zhanshi_tp{position:relative;width:685px; margin-top:25px; margin-left:15px;} .zhanshi_tp .ulBigPic{width:562px;height:376px; margin-left:60px;overflow:hidden;} .zhanshi_tp .ulBigPic li{width:562px;height:376px;display:none;} .zhanshi_tp .ulBigPic .liSelected{display:block;} .zhanshi_tp .ulBigPic img{width:562px;height:376px} .zhanshi_tp .sLeftBtnA,.zhanshi_tp .sLeftBtnASel,.zhanshi_tp .sLeftBtnABan,.zhanshi_tp .sRightBtnA,.zhanshi_tp .sRightBtnASel,.zhanshi_tp .sRightBtnABan{width:28px;height:57px;display:block;position:absolute;top:270px; } .zhanshi_tp .sLeftBtnA,.zhanshi_tp .sLeftBtnASel,.zhanshi_tp .sRightBtnA,.zhanshi_tp .sRightBtnASel{cursor:pointer;} .zhanshi_tp .sLeftBtnA,.zhanshi_tp .sLeftBtnASel,.zhanshi_tp .sLeftBtnABan{left:10px; background:url(../images/Factory_left_da.jpg)} .zhanshi_tp .sRightBtnA,.zhanshi_tp .sRightBtnASel,.zhanshi_tp .sRightBtnABan{right:10px;background:url(../images/Factory_right_da.jpg)} .zhanshi_tp .dSmallPicBox{width:685px;height:154px;position:relative; margin-top:16px; } .zhanshi_tp .dSmallPic{width:565px;height:77px;position:absolute;left:60px;top:0px;overflow:hidden;} .zhanshi_tp .dSmallPic ul{position:absolute;} .zhanshi_tp .dSmallPic li{width:115px;height:77px;float:left;display:inline;cursor:pointer;overflow:hidden; margin-left:13px; margin-right:13px} .zhanshi_tp .dSmallPic .sPic{width:115px;height:77px;display:block;} .zhanshi_tp .dSmallPic .sPic img{width:115px;height:77px;} .zhanshi_tp .sLeftBtnB,.zhanshi_tp .sLeftBtnBSel,.zhanshi_tp .sLeftBtnBBan,.zhanshi_tp .sRightBtnB,.zhanshi_tp .sRightBtnBSel,.zhanshi_tp .sRightBtnBBan{width:19px;height:20px;display:block;position:absolute;top:28px;} .zhanshi_tp .sLeftBtnB,.zhanshi_tp .sLeftBtnBSel,.zhanshi_tp .sRightBtnB,.zhanshi_tp .sRightBtnBSel{cursor:pointer;} .zhanshi_tp .sLeftBtnB,.zhanshi_tp .sLeftBtnBSel,.zhanshi_tp .sLeftBtnBBan{left:30px; background:url(../images/Factory_left_xiao.jpg) no-repeat} .zhanshi_tp .sRightBtnB,.zhanshi_tp .sRightBtnBSel,.zhanshi_tp .sRightBtnBBan{right:30px; background:url(../images/Factory_right_xiao.jpg) no-repeat}
src/main/webapp/css/inde1x.css
@charset "utf-8"; /* CSS Document */ /*Factory tour*/ .zhanshi_tp{position:relative;width:685px; margin-top:25px; margin-left:15px;} .zhanshi_tp .ulBigPic{width:562px;height:376px; margin-left:60px;overflow:hidden;} .zhanshi_tp .ulBigPic li{width:562px;height:376px;display:none;} .zhanshi_tp .ulBigPic .liSelected{display:block;} .zhanshi_tp .ulBigPic img{width:562px;height:376px} .zhanshi_tp .sLeftBtnA,.zhanshi_tp .sLeftBtnASel,.zhanshi_tp .sLeftBtnABan,.zhanshi_tp .sRightBtnA,.zhanshi_tp .sRightBtnASel,.zhanshi_tp .sRightBtnABan{width:28px;height:57px;display:block;position:absolute;top:270px; } .zhanshi_tp .sLeftBtnA,.zhanshi_tp .sLeftBtnASel,.zhanshi_tp .sRightBtnA,.zhanshi_tp .sRightBtnASel{cursor:pointer;} .zhanshi_tp .sLeftBtnA,.zhanshi_tp .sLeftBtnASel,.zhanshi_tp .sLeftBtnABan{left:10px; background:url(../images/Factory_left_da.jpg)} .zhanshi_tp .sRightBtnA,.zhanshi_tp .sRightBtnASel,.zhanshi_tp .sRightBtnABan{right:10px;background:url(../images/Factory_right_da.jpg)} .zhanshi_tp .dSmallPicBox{width:685px;height:154px;position:relative; margin-top:16px; } .zhanshi_tp .dSmallPic{width:565px;height:77px;position:absolute;left:60px;top:0px;overflow:hidden;} .zhanshi_tp .dSmallPic ul{position:absolute;} .zhanshi_tp .dSmallPic li{width:115px;height:77px;float:left;display:inline;cursor:pointer;overflow:hidden; margin-left:13px; margin-right:13px} .zhanshi_tp .dSmallPic .sPic{width:115px;height:77px;display:block;} .zhanshi_tp .dSmallPic .sPic img{width:115px;height:77px;} .zhanshi_tp .sLeftBtnB,.zhanshi_tp .sLeftBtnBSel,.zhanshi_tp .sLeftBtnBBan,.zhanshi_tp .sRightBtnB,.zhanshi_tp .sRightBtnBSel,.zhanshi_tp .sRightBtnBBan{width:19px;height:20px;display:block;position:absolute;top:28px;} .zhanshi_tp .sLeftBtnB,.zhanshi_tp .sLeftBtnBSel,.zhanshi_tp .sRightBtnB,.zhanshi_tp .sRightBtnBSel{cursor:pointer;} .zhanshi_tp .sLeftBtnB,.zhanshi_tp .sLeftBtnBSel,.zhanshi_tp .sLeftBtnBBan{left:30px; background:url(../images/Factory_left_xiao.jpg) no-repeat} .zhanshi_tp .sRightBtnB,.zhanshi_tp .sRightBtnBSel,.zhanshi_tp .sRightBtnBBan{right:30px; background:url(../images/Factory_right_xiao.jpg) no-repeat}
0.152473
0.048541
*{padding:0%;margin:0%;box-sizing: border-box;} body{overflow-x: hidden;} #brandname{text-align: center;padding:30px;} #Bname{font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;} #slogan{font-family:cursive;} #navbar{margin-bottom:10px;background-color: rgba(117, 162, 163,0.6);width:100%;height: 12vh;padding:10px;} ul{margin:2vw;display: flex;justify-content: center;} li a,#contact_dropdown a{text-decoration: none;padding:10px;position:relative;} li a:hover{text-decoration: underline;color:rgb(250, 243, 221);font-variant: small-caps;} #contact_purpose{display: none;position: absolute;} #contact_dropdown:hover #contact_purpose{display: block;padding-bottom:5px;background:cadetblue} .header_background img{width: 100%;height: 70vh;} #nature{position:relative;bottom: 30vh;left:20vw;color:rgb(46, 43, 46);text-shadow:-5px 5px 5px white,-7px 7px 4px black; word-spacing: 2px;letter-spacing: 2px;font-family: Verdana, Geneva, Tahoma, sans-serif;width:50vw;} #_explore{border-radius: 15px 4px;padding: 4px;background-color: rgb(250, 243, 221);margin-left:20vw;margin-top: 5vh;} #_explore:hover{background-color: rgb(46, 43, 46);color:white;border-radius: 20px;padding:10px;font-variant: small-caps;font-family: cursive;} .container{display: flex;width:90vw;} #niche_list{ display: flex;flex-direction: column;height: 100vh; padding: 3vw;border-bottom: 1px outset black; background-color: rgba(188, 143, 143, 0.7); } #niche_list li{ display: flex;flex-direction: column; height: 90vh;box-shadow: 5px 5px 5px rgb(160, 102, 102); background-color: rosybrown;padding: 3vw;border-bottom: 1px outset black; } #niche_list li:hover{ border-radius: 1vw 0 0 0; background-color: blanchedalmond;font-family: cursive;padding:3vw;text-decoration: underline;color:red; } #niche_list li{margin: 5px;} #col2{ width: 50%;margin:4vw;letter-spacing: 1.5px; word-spacing: 4px; } figure img{ width: 100%; } /* form stylings */ form{margin:4vw;} fieldset{margin:2vw;padding:3vw;} button{background-color:rgb(252, 226, 157);border-radius:10px 0 10px 0;padding:5px;margin:5vw;} footer{background-color: rgb(152, 224, 224);padding:4vw;} #up{position: fixed;bottom:2vh;left:1px;background-color: wheat;padding:5px;margin:2px;border-radius: 0 0 10px 0;box-shadow: 3px 4px 4px gray;} #writeforus{display: none;} #contribute{display: none;} #raise-issue{display: none;} #sign_in{display: none;} #login{display: none;}
home.css
*{padding:0%;margin:0%;box-sizing: border-box;} body{overflow-x: hidden;} #brandname{text-align: center;padding:30px;} #Bname{font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;} #slogan{font-family:cursive;} #navbar{margin-bottom:10px;background-color: rgba(117, 162, 163,0.6);width:100%;height: 12vh;padding:10px;} ul{margin:2vw;display: flex;justify-content: center;} li a,#contact_dropdown a{text-decoration: none;padding:10px;position:relative;} li a:hover{text-decoration: underline;color:rgb(250, 243, 221);font-variant: small-caps;} #contact_purpose{display: none;position: absolute;} #contact_dropdown:hover #contact_purpose{display: block;padding-bottom:5px;background:cadetblue} .header_background img{width: 100%;height: 70vh;} #nature{position:relative;bottom: 30vh;left:20vw;color:rgb(46, 43, 46);text-shadow:-5px 5px 5px white,-7px 7px 4px black; word-spacing: 2px;letter-spacing: 2px;font-family: Verdana, Geneva, Tahoma, sans-serif;width:50vw;} #_explore{border-radius: 15px 4px;padding: 4px;background-color: rgb(250, 243, 221);margin-left:20vw;margin-top: 5vh;} #_explore:hover{background-color: rgb(46, 43, 46);color:white;border-radius: 20px;padding:10px;font-variant: small-caps;font-family: cursive;} .container{display: flex;width:90vw;} #niche_list{ display: flex;flex-direction: column;height: 100vh; padding: 3vw;border-bottom: 1px outset black; background-color: rgba(188, 143, 143, 0.7); } #niche_list li{ display: flex;flex-direction: column; height: 90vh;box-shadow: 5px 5px 5px rgb(160, 102, 102); background-color: rosybrown;padding: 3vw;border-bottom: 1px outset black; } #niche_list li:hover{ border-radius: 1vw 0 0 0; background-color: blanchedalmond;font-family: cursive;padding:3vw;text-decoration: underline;color:red; } #niche_list li{margin: 5px;} #col2{ width: 50%;margin:4vw;letter-spacing: 1.5px; word-spacing: 4px; } figure img{ width: 100%; } /* form stylings */ form{margin:4vw;} fieldset{margin:2vw;padding:3vw;} button{background-color:rgb(252, 226, 157);border-radius:10px 0 10px 0;padding:5px;margin:5vw;} footer{background-color: rgb(152, 224, 224);padding:4vw;} #up{position: fixed;bottom:2vh;left:1px;background-color: wheat;padding:5px;margin:2px;border-radius: 0 0 10px 0;box-shadow: 3px 4px 4px gray;} #writeforus{display: none;} #contribute{display: none;} #raise-issue{display: none;} #sign_in{display: none;} #login{display: none;}
0.261425
0.051797
 @import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap'); .resim { height: 250px; display: flex; align-items: center; } table, th, td { padding-top: 1%; padding-left: 1%; padding-right: 1%; padding-bottom: 5%; /*border: 1px solid black;*/ } .kutu { float: left; width: 100%; height: auto; color: #393939; box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); font-family: 'Century Gothic'; font-size: 14px; font-family: 'Rubik', sans-serif; padding-bottom: 5px; /*border-radius: 10px;*/ } .indirim { background-color: #ff1f00; color: white; font-size: 15px; padding: 8px 12px; position: absolute; text-align: center; } .icerik-yazi { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #393939; } .baslik { text-decoration: none; text-align: left; margin: 10px; color: #393939; } .baslik:hover { text-decoration: underline; cursor: pointer; } .fiyat { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-family: 'Rubik', sans-serif; font-size: 14px; color: red; margin: 10px; } .eski-fiyat { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; text-decoration: line-through; color: gray; font-family: 'Rubik', sans-serif; } .bbb { display: none } .iii { vertical-align: middle; } .slideshow-container { width: 100%; position: relative; } .zzz, .ill { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px; margin-top: -22px; color: white; font-weight: bold; font-size: 18px; transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; } /* Position the "next button" to the right */ .ill { right: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .zzz:hover, .ill:hover { background-color: rgba(0,0,0,0.8); } /* Caption text */ .text { color: #f2f2f2; font-size: 22px; padding: 5px 12px; position: absolute; background-color: black; opacity: 0.7; bottom: 0px; width: 30%; text-align: left; font-family: 'Century Gothic'; } /* Number text (1/3 etc) */ .numbertext { background-color: gray; opacity: 0.5; color: #f2f2f2; font-size: 12px; padding: 8px 8px; position: absolute; top: 0; } /* The dots/bullets/indicators */ .ccc { cursor: pointer; height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .aaa, .ccc:hover { background-color: #717171; } #user-title { padding-top: 3px; padding-left: 10px; padding-right: 10px; width: 100%; height: 27px; background-color: #E9E9E9; color: black; font-size: 13px; vertical-align: center; } #giris { font-size: 16px; font-weight: 300; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #000000; background-image: url(https://i.hizliresim.com/0OxNsz.png); background-repeat: no-repeat; background-position: left center; height: 23px; display: flex; align-items: center; padding-left: 25px; background-size: 20px; margin-left: 15px; } #sepet { font-size: 16px; font-weight: 300; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #000000; background-image: url(https://i.hizliresim.com/zam8xP.png); background-repeat: no-repeat; background-position: left center; height: 23px; display: flex; align-items: center; padding-left: 25px; background-size: 20px; margin-left: 15px; } #sepet:hover, #giris:hover { text-decoration: none; } @media (max-width: 576px) { #giris, #sepet { margin-left: 0px; } } #ara { width: 100%; background-image: url(https://i.hizliresim.com/8X93hV.png); background-position: 10px 12px; background-repeat: no-repeat; background-size: 15px; font-size: 12px; padding: 10px 20px 10px 42px; border: 1px solid #ddd; } #title-info { padding: 0px 0px 0px 0px; overflow: hidden; }
FinalApp/wwwroot/css/title.css
 @import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap'); .resim { height: 250px; display: flex; align-items: center; } table, th, td { padding-top: 1%; padding-left: 1%; padding-right: 1%; padding-bottom: 5%; /*border: 1px solid black;*/ } .kutu { float: left; width: 100%; height: auto; color: #393939; box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); font-family: 'Century Gothic'; font-size: 14px; font-family: 'Rubik', sans-serif; padding-bottom: 5px; /*border-radius: 10px;*/ } .indirim { background-color: #ff1f00; color: white; font-size: 15px; padding: 8px 12px; position: absolute; text-align: center; } .icerik-yazi { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #393939; } .baslik { text-decoration: none; text-align: left; margin: 10px; color: #393939; } .baslik:hover { text-decoration: underline; cursor: pointer; } .fiyat { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-family: 'Rubik', sans-serif; font-size: 14px; color: red; margin: 10px; } .eski-fiyat { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; text-decoration: line-through; color: gray; font-family: 'Rubik', sans-serif; } .bbb { display: none } .iii { vertical-align: middle; } .slideshow-container { width: 100%; position: relative; } .zzz, .ill { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px; margin-top: -22px; color: white; font-weight: bold; font-size: 18px; transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; } /* Position the "next button" to the right */ .ill { right: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .zzz:hover, .ill:hover { background-color: rgba(0,0,0,0.8); } /* Caption text */ .text { color: #f2f2f2; font-size: 22px; padding: 5px 12px; position: absolute; background-color: black; opacity: 0.7; bottom: 0px; width: 30%; text-align: left; font-family: 'Century Gothic'; } /* Number text (1/3 etc) */ .numbertext { background-color: gray; opacity: 0.5; color: #f2f2f2; font-size: 12px; padding: 8px 8px; position: absolute; top: 0; } /* The dots/bullets/indicators */ .ccc { cursor: pointer; height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .aaa, .ccc:hover { background-color: #717171; } #user-title { padding-top: 3px; padding-left: 10px; padding-right: 10px; width: 100%; height: 27px; background-color: #E9E9E9; color: black; font-size: 13px; vertical-align: center; } #giris { font-size: 16px; font-weight: 300; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #000000; background-image: url(https://i.hizliresim.com/0OxNsz.png); background-repeat: no-repeat; background-position: left center; height: 23px; display: flex; align-items: center; padding-left: 25px; background-size: 20px; margin-left: 15px; } #sepet { font-size: 16px; font-weight: 300; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #000000; background-image: url(https://i.hizliresim.com/zam8xP.png); background-repeat: no-repeat; background-position: left center; height: 23px; display: flex; align-items: center; padding-left: 25px; background-size: 20px; margin-left: 15px; } #sepet:hover, #giris:hover { text-decoration: none; } @media (max-width: 576px) { #giris, #sepet { margin-left: 0px; } } #ara { width: 100%; background-image: url(https://i.hizliresim.com/8X93hV.png); background-position: 10px 12px; background-repeat: no-repeat; background-size: 15px; font-size: 12px; padding: 10px 20px 10px 42px; border: 1px solid #ddd; } #title-info { padding: 0px 0px 0px 0px; overflow: hidden; }
0.47244
0.121895
.dropdown-item:hover{ background-color: #00D2DB !important; color: #fff !important; } .dropdown-item{ padding: 10px 25px; } .dropdown-menu{ padding: 0px; } .navbar-light .navbar-nav .nav-link:focus{ color: #fff !important; } .table-primary, .table-primary>td, .table-primary>th { background-color: #00D2DB; color: #fff; } .navbar-expand-lg { color: #88E2EB !important; background-color: #00D2DB !important; } .btn.btn-rounded { border-radius: 30px; } .navbar-light .navbar-nav .nav-link{ color: #FCFEFF ; } .navbar-light .navbar-nav .nav-link:hover{ color: #FCFEFF !important; border-bottom: 1px solid; } .navbar-light .navbar-nav .active>.nav-link{ color: #FCFEFF !important; border-bottom: 1px solid; } .btn-outline-primary { color: #00D2DB; background-color: #FCFEFF; border-color: #6EC9F1; } .btn-outline-primary:hover { color: #fff; background-color: #00D2DB; border-color: #93748A; } .btn-primary { color: #fff; background-color: #00D2DB; border-color: #93748A; } .btn-primary:hover { color: #00D2DB; background-color: #fff; border-color: #93748A; } .text-danger{ color: #FF5714 !important; font-weight: bold; } .btn-danger { color: #fff; background-color: #FF5714; border-color: #FFFFFF; } .btn-danger:hover { color: #FF5714; background-color: #fff; border-color: #FF5714; } .form-control:focus { color: #495057; background-color: #fff; border-color: #93748A; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25); } .nav-item{ margin:5px ; } .primary-color{ color: #00D2DB !important; } .second-color{ color: #2D3E50 !important; } .h-primary:hover{ color: #00D2DB !important; } .alert-primary { color: #fff; background-color: #00D2DB; border-color: #b8daff; } .title{ font-size: 1.8em; margin: 15px; } .footer { background-color: #2D3E50; padding: 50px; color: #ffefdc; text-align: center !important; } .col-link li{ margin: 10px; } .col-link a{ color: #ffefdc; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; transition: all .4ms ease-in-out; } .col-link a:hover, .col-link a:focus { text-decoration: none; color: #fff; font-size: 1em; } .social-icons a { transition: all .6s ease; display: inline-block; text-align: center; border-radius: 50%; position: relative; color: #1a1a1a; background: #3E4551; padding: 4px; margin-left: 5px; font-size: 1.6em; width: 40px; height: 40px; } .social-body a { background: #ffffff; color: #000000; } .social-icons a:hover { border-radius: 3px; } a.facebook:hover { background: #194e91; } a.twitter:hover { background: #09adeb; } a.google-plus:hover { background: #dd4b39; } a.rss:hover { background: #FF5714; } a.instagram:hover { background: #3e6d97; } a.youtubeIcon:hover { background: #cf3427; } .footer-link > a:hover { color: #00D2DB !important; } .card-1 { box-shadow: 0 0px 0px rgba(0,0,0,0.12), 0 0px 1px rgba(0,0,0,0.12); transition: all 0.3s cubic-bezier(.25,.8,.25,1); } .card-1:hover { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); } a{ text-decoration: none !important; color: #00D2DB ; } .breadcrumb{ background-color: #e9ecef1f; } /*-----------------------START CAROUSEL-------------------*/ .carousel-item > div { float: left; } .carousel-by-item [class*="cloneditem-"] { display: none; } /*-----------------------END CAROUSEL-------------------*/ .fa{ padding-right:5px; padding-left:5px; }
public/css/style.css
.dropdown-item:hover{ background-color: #00D2DB !important; color: #fff !important; } .dropdown-item{ padding: 10px 25px; } .dropdown-menu{ padding: 0px; } .navbar-light .navbar-nav .nav-link:focus{ color: #fff !important; } .table-primary, .table-primary>td, .table-primary>th { background-color: #00D2DB; color: #fff; } .navbar-expand-lg { color: #88E2EB !important; background-color: #00D2DB !important; } .btn.btn-rounded { border-radius: 30px; } .navbar-light .navbar-nav .nav-link{ color: #FCFEFF ; } .navbar-light .navbar-nav .nav-link:hover{ color: #FCFEFF !important; border-bottom: 1px solid; } .navbar-light .navbar-nav .active>.nav-link{ color: #FCFEFF !important; border-bottom: 1px solid; } .btn-outline-primary { color: #00D2DB; background-color: #FCFEFF; border-color: #6EC9F1; } .btn-outline-primary:hover { color: #fff; background-color: #00D2DB; border-color: #93748A; } .btn-primary { color: #fff; background-color: #00D2DB; border-color: #93748A; } .btn-primary:hover { color: #00D2DB; background-color: #fff; border-color: #93748A; } .text-danger{ color: #FF5714 !important; font-weight: bold; } .btn-danger { color: #fff; background-color: #FF5714; border-color: #FFFFFF; } .btn-danger:hover { color: #FF5714; background-color: #fff; border-color: #FF5714; } .form-control:focus { color: #495057; background-color: #fff; border-color: #93748A; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25); } .nav-item{ margin:5px ; } .primary-color{ color: #00D2DB !important; } .second-color{ color: #2D3E50 !important; } .h-primary:hover{ color: #00D2DB !important; } .alert-primary { color: #fff; background-color: #00D2DB; border-color: #b8daff; } .title{ font-size: 1.8em; margin: 15px; } .footer { background-color: #2D3E50; padding: 50px; color: #ffefdc; text-align: center !important; } .col-link li{ margin: 10px; } .col-link a{ color: #ffefdc; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; transition: all .4ms ease-in-out; } .col-link a:hover, .col-link a:focus { text-decoration: none; color: #fff; font-size: 1em; } .social-icons a { transition: all .6s ease; display: inline-block; text-align: center; border-radius: 50%; position: relative; color: #1a1a1a; background: #3E4551; padding: 4px; margin-left: 5px; font-size: 1.6em; width: 40px; height: 40px; } .social-body a { background: #ffffff; color: #000000; } .social-icons a:hover { border-radius: 3px; } a.facebook:hover { background: #194e91; } a.twitter:hover { background: #09adeb; } a.google-plus:hover { background: #dd4b39; } a.rss:hover { background: #FF5714; } a.instagram:hover { background: #3e6d97; } a.youtubeIcon:hover { background: #cf3427; } .footer-link > a:hover { color: #00D2DB !important; } .card-1 { box-shadow: 0 0px 0px rgba(0,0,0,0.12), 0 0px 1px rgba(0,0,0,0.12); transition: all 0.3s cubic-bezier(.25,.8,.25,1); } .card-1:hover { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); } a{ text-decoration: none !important; color: #00D2DB ; } .breadcrumb{ background-color: #e9ecef1f; } /*-----------------------START CAROUSEL-------------------*/ .carousel-item > div { float: left; } .carousel-by-item [class*="cloneditem-"] { display: none; } /*-----------------------END CAROUSEL-------------------*/ .fa{ padding-right:5px; padding-left:5px; }
0.304248
0.073397
body { font-family: '微软雅黑' } .brand-logo { border: 0; } .brand-logo + .brand-text { margin-left: 48px; } .brand-logo img { height: 35px;} .header.navbar .navbar-nav > li > a { font-size: 15px; } .navbar-nav .dropdown-menu { font-size: 15px; } .navbar-nav .dropdown-menu > li > a { color: #fff; } /*.container { width: 100% }*/ /*.container.thin { width: 1170px;} @media (max-width: 1170px) { .container.thin { width: 100% } }*/ .header.navbar.navbar-small .login-btn a[datafld=login] { color: #2d353c } .header.navbar.navbar-small .login-btn .btn { padding: 5px 30px; } .m-t-50 { margin-top:50px; } ol.indent0 { margin-left: -20px; } .line-h-150 { line-height: 150%; } .line-h-180 { line-height: 180%; } .lc-timeline { height: 134px; border-bottom: 4px solid #D9D9D9 } .lc-timeline.downpart { height: 250px; border-bottom: none; } .lc-timeline .lc-timeline-col { position: relative; border-left: 1px solid #bfbfbf; height:134px; } .lc-timeline .lc-timeline-col .iconwrap { position: absolute; left: -34px; top: 0; width: 68px; height: 68px; text-align: center; line-height: 68px; background: #af935c; color: #fff; border-radius: 50%; } .lc-timeline.downpart .lc-timeline-col .iconwrap { position: absolute; left: -34px; top: 68px; } .lc-timeline .lc-timeline-col .iconwrap .icon { font-size:30px; } .lc-timeline .lc-timeline-col .iconpin { position: absolute; bottom: -4px; left: -7px; width: 13px; height: 13px; line-height: 14px; background: #af935c; border-radius: 50%; } .lc-timeline.downpart .lc-timeline-col .iconpin { top: -7px; left: -7px; } .lc-timeline .lc-timeline-col .textwrap { margin: 0 40px; } .lc-timeline.downpart .lc-timeline-col .textwrap { margin: 68px 40px 0; } .lc-timeline.downpart .lc-timeline-col .textwrap2 { margin-top: 20px; } .lc-timeline .lc-timeline-col .textwrap .t_title { font-size: 18px; color: #af935c; } .lc-timeline .lc-timeline-col .textwrap .t_content { font-size: 14px; color: #000; line-height:150%; } .isotope-item { z-index: 2; } .isotope-hidden.isotope-item { pointer-events: none; z-index: 1; } .isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; } .isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; } .isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: -o-transform, opacity; transition-property: transform, opacity; } .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; } .navy-line { width: 60px; height: 1px; margin: 20px auto; border-bottom: 2px solid #1ab394; } .features-icon { color: #1ab394; font-size: 36px; } .bodyTop { margin-top:80px; } .header_solution { position:relative; height: 400px; overflow: hidden; text-align:center; } .header_solution img { position: absolute; left: 0; top: 0; z-index: 1 } .header_solution .solution-name { font-family: 'Microsoft YaHei'; position: absolute; top: 45%; left: 0; z-index: 99; width: 100%; height: 100px; font-size: 50px; text-align: center; color: #fff; letter-spacing: 8px; } .header_solution .solution-name .solution-summary { margin-top: 20px; font-size: 20px; letter-spacing: 1px; } .solution-content { margin:50px auto; } .solution-content p{ font-size:14px; line-height:150%; } .solution-category { border-right: 1px solid #d9d9d9; padding-left: 50px !important; padding-top: 20px !important; padding-bottom: 20px !important; } .solution-category .item{ height:60px; line-height:60px; font-size:16px; color:#999; display:block; text-decoration:none } .solution-category .item.active { color:#1ab394; position:relative; } .solution-category .item:hover { color: #1ab394; } .solution-category .item.active:after { content: ''; width: 7px; height: 60px; position: absolute; right: -14px; top: 0; background: #1ab394; } .solution-article { padding-left: 50px !important; } .intention-title { color:#333; font-size:16px; margin-top:25px; }
Portal/wwwroot/css/site.css
body { font-family: '微软雅黑' } .brand-logo { border: 0; } .brand-logo + .brand-text { margin-left: 48px; } .brand-logo img { height: 35px;} .header.navbar .navbar-nav > li > a { font-size: 15px; } .navbar-nav .dropdown-menu { font-size: 15px; } .navbar-nav .dropdown-menu > li > a { color: #fff; } /*.container { width: 100% }*/ /*.container.thin { width: 1170px;} @media (max-width: 1170px) { .container.thin { width: 100% } }*/ .header.navbar.navbar-small .login-btn a[datafld=login] { color: #2d353c } .header.navbar.navbar-small .login-btn .btn { padding: 5px 30px; } .m-t-50 { margin-top:50px; } ol.indent0 { margin-left: -20px; } .line-h-150 { line-height: 150%; } .line-h-180 { line-height: 180%; } .lc-timeline { height: 134px; border-bottom: 4px solid #D9D9D9 } .lc-timeline.downpart { height: 250px; border-bottom: none; } .lc-timeline .lc-timeline-col { position: relative; border-left: 1px solid #bfbfbf; height:134px; } .lc-timeline .lc-timeline-col .iconwrap { position: absolute; left: -34px; top: 0; width: 68px; height: 68px; text-align: center; line-height: 68px; background: #af935c; color: #fff; border-radius: 50%; } .lc-timeline.downpart .lc-timeline-col .iconwrap { position: absolute; left: -34px; top: 68px; } .lc-timeline .lc-timeline-col .iconwrap .icon { font-size:30px; } .lc-timeline .lc-timeline-col .iconpin { position: absolute; bottom: -4px; left: -7px; width: 13px; height: 13px; line-height: 14px; background: #af935c; border-radius: 50%; } .lc-timeline.downpart .lc-timeline-col .iconpin { top: -7px; left: -7px; } .lc-timeline .lc-timeline-col .textwrap { margin: 0 40px; } .lc-timeline.downpart .lc-timeline-col .textwrap { margin: 68px 40px 0; } .lc-timeline.downpart .lc-timeline-col .textwrap2 { margin-top: 20px; } .lc-timeline .lc-timeline-col .textwrap .t_title { font-size: 18px; color: #af935c; } .lc-timeline .lc-timeline-col .textwrap .t_content { font-size: 14px; color: #000; line-height:150%; } .isotope-item { z-index: 2; } .isotope-hidden.isotope-item { pointer-events: none; z-index: 1; } .isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; } .isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; } .isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: -o-transform, opacity; transition-property: transform, opacity; } .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; } .navy-line { width: 60px; height: 1px; margin: 20px auto; border-bottom: 2px solid #1ab394; } .features-icon { color: #1ab394; font-size: 36px; } .bodyTop { margin-top:80px; } .header_solution { position:relative; height: 400px; overflow: hidden; text-align:center; } .header_solution img { position: absolute; left: 0; top: 0; z-index: 1 } .header_solution .solution-name { font-family: 'Microsoft YaHei'; position: absolute; top: 45%; left: 0; z-index: 99; width: 100%; height: 100px; font-size: 50px; text-align: center; color: #fff; letter-spacing: 8px; } .header_solution .solution-name .solution-summary { margin-top: 20px; font-size: 20px; letter-spacing: 1px; } .solution-content { margin:50px auto; } .solution-content p{ font-size:14px; line-height:150%; } .solution-category { border-right: 1px solid #d9d9d9; padding-left: 50px !important; padding-top: 20px !important; padding-bottom: 20px !important; } .solution-category .item{ height:60px; line-height:60px; font-size:16px; color:#999; display:block; text-decoration:none } .solution-category .item.active { color:#1ab394; position:relative; } .solution-category .item:hover { color: #1ab394; } .solution-category .item.active:after { content: ''; width: 7px; height: 60px; position: absolute; right: -14px; top: 0; background: #1ab394; } .solution-article { padding-left: 50px !important; } .intention-title { color:#333; font-size:16px; margin-top:25px; }
0.385953
0.068881
.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{ text-shadow:0 -1px 0 rgba(0,0,0,0.2); -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075); box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)} .btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{ -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125); box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)} .btn:active,.btn.active{ background-image:none} .btn-default{ text-shadow:0 1px 0 #fff; background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%); background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%); background-repeat:repeat-x; border-color:#dbdbdb; border-color:#ccc; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0); filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)} .btn-default:hover,.btn-default:focus{ background-color:#e0e0e0; background-position:0 -15px} .btn-default:active,.btn-default.active{ background-color:#e0e0e0; border-color:#dbdbdb} .btn-primary{ background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%); background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%); background-repeat:repeat-x; border-color:#2b669a; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff2d6ca2',GradientType=0); filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)} .btn-primary:hover,.btn-primary:focus{ background-color:#2d6ca2; background-position:0 -15px} .btn-primary:active,.btn-primary.active{ background-color:#2d6ca2; border-color:#2b669a} .btn-success{ background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%); background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%); background-repeat:repeat-x; border-color:#3e8f3e; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0); filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)} .btn-success:hover,.btn-success:focus{ background-color:#419641; background-position:0 -15px} .btn-success:active,.btn-success.active{ background-color:#419641; border-color:#3e8f3e} .btn-warning{ background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%); background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%); background-repeat:repeat-x; border-color:#e38d13; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffeb9316',GradientType=0); filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)} .btn-warning:hover,.btn-warning:focus{ background-color:#eb9316; background-position:0 -15px} .btn-warning:active,.btn-warning.active{ background-color:#eb9316; border-color:#e38d13} .btn-danger{ background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%); background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%); background-repeat:repeat-x; border-color:#b92c28; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0); filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)} .btn-danger:hover,.btn-danger:focus{ background-color:#c12e2a; background-position:0 -15px} .btn-danger:active,.btn-danger.active{ background-color:#c12e2a; border-color:#b92c28} .btn-info{ background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%); background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%); background-repeat:repeat-x; border-color:#28a4c9; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0); filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)} .btn-info:hover,.btn-info:focus{ background-color:#2aabd2; background-position:0 -15px} .btn-info:active,.btn-info.active{ background-color:#2aabd2; border-color:#28a4c9} .thumbnail,.img-thumbnail{ -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075); box-shadow:0 1px 2px rgba(0,0,0,0.075)} .dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{ background-color:#e8e8e8; background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%); background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)} .dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{ background-color:#357ebd; background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%); background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)} .navbar-default{ #background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%); #background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%); #background-repeat:repeat-x; background-color: #2980b9; border-radius:4px; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0); filter:progid:DXImageTransform.Microsoft.gradient(enabled=false); -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075); box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)} .navbar-default .navbar-nav>.active>a{ background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%); background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff3f3f3',GradientType=0); -webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075); box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)} .navbar-brand,.navbar-nav>li>a{ #text-shadow:0 1px 0 rgba(255,255,255,0.25)} .navbar-inverse{ #background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%); #background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%); #background-repeat:repeat-x; background-color: #2980b9; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0); filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)} .navbar-inverse .navbar-nav>.active>a{ background-image:-webkit-linear-gradient(top,#222 0,#282828 100%); background-image:linear-gradient(to bottom,#222 0,#282828 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff282828',GradientType=0); -webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25); box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)} .navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{ text-shadow:0 -1px 0 rgba(0,0,0,0.25)} .navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{ border-radius:0} .alert{ text-shadow:0 1px 0 rgba(255,255,255,0.2); -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05); box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)} .alert-success{ background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%); background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%); background-repeat:repeat-x; border-color:#b2dba1; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0)} .alert-info{ background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%); background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%); background-repeat:repeat-x; border-color:#9acfea; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0)} .alert-warning{ background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%); background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%); background-repeat:repeat-x; border-color:#f5e79e; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0)} .alert-danger{ background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%); background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%); background-repeat:repeat-x; border-color:#dca7a7; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0)} .progress{ background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%); background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0)} .progress-bar{ background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%); background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0)} .progress-bar-success{ background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%); background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0)} .progress-bar-info{ background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%); background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0)} .progress-bar-warning{ background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%); background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0)} .progress-bar-danger{ background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%); background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0)} .list-group{ border-radius:4px; -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075); box-shadow:0 1px 2px rgba(0,0,0,0.075)} .list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{ text-shadow:0 -1px 0 #3071a9; background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%); background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%); background-repeat:repeat-x; border-color:#3278b3; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3278b3',GradientType=0)} .panel{ -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05); box-shadow:0 1px 2px rgba(0,0,0,0.05)} .panel-default>.panel-heading{ background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%); background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)} .panel-primary>.panel-heading{ background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%); background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)} .panel-success>.panel-heading{ background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%); background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0)} .panel-info>.panel-heading{ background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%); background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0)} .panel-warning>.panel-heading{ background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%); background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0)} .panel-danger>.panel-heading{ background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%); background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0)} .well{ background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%); background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%); background-repeat:repeat-x; border-color:#dcdcdc; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0); -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1); box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)}
assets/themes/bootstrap-3/bootstrap/css/bootstrap-theme.min.css
.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{ text-shadow:0 -1px 0 rgba(0,0,0,0.2); -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075); box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)} .btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{ -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125); box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)} .btn:active,.btn.active{ background-image:none} .btn-default{ text-shadow:0 1px 0 #fff; background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%); background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%); background-repeat:repeat-x; border-color:#dbdbdb; border-color:#ccc; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0); filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)} .btn-default:hover,.btn-default:focus{ background-color:#e0e0e0; background-position:0 -15px} .btn-default:active,.btn-default.active{ background-color:#e0e0e0; border-color:#dbdbdb} .btn-primary{ background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%); background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%); background-repeat:repeat-x; border-color:#2b669a; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff2d6ca2',GradientType=0); filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)} .btn-primary:hover,.btn-primary:focus{ background-color:#2d6ca2; background-position:0 -15px} .btn-primary:active,.btn-primary.active{ background-color:#2d6ca2; border-color:#2b669a} .btn-success{ background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%); background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%); background-repeat:repeat-x; border-color:#3e8f3e; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0); filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)} .btn-success:hover,.btn-success:focus{ background-color:#419641; background-position:0 -15px} .btn-success:active,.btn-success.active{ background-color:#419641; border-color:#3e8f3e} .btn-warning{ background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%); background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%); background-repeat:repeat-x; border-color:#e38d13; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffeb9316',GradientType=0); filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)} .btn-warning:hover,.btn-warning:focus{ background-color:#eb9316; background-position:0 -15px} .btn-warning:active,.btn-warning.active{ background-color:#eb9316; border-color:#e38d13} .btn-danger{ background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%); background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%); background-repeat:repeat-x; border-color:#b92c28; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0); filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)} .btn-danger:hover,.btn-danger:focus{ background-color:#c12e2a; background-position:0 -15px} .btn-danger:active,.btn-danger.active{ background-color:#c12e2a; border-color:#b92c28} .btn-info{ background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%); background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%); background-repeat:repeat-x; border-color:#28a4c9; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0); filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)} .btn-info:hover,.btn-info:focus{ background-color:#2aabd2; background-position:0 -15px} .btn-info:active,.btn-info.active{ background-color:#2aabd2; border-color:#28a4c9} .thumbnail,.img-thumbnail{ -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075); box-shadow:0 1px 2px rgba(0,0,0,0.075)} .dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{ background-color:#e8e8e8; background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%); background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)} .dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{ background-color:#357ebd; background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%); background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)} .navbar-default{ #background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%); #background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%); #background-repeat:repeat-x; background-color: #2980b9; border-radius:4px; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0); filter:progid:DXImageTransform.Microsoft.gradient(enabled=false); -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075); box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)} .navbar-default .navbar-nav>.active>a{ background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%); background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff3f3f3',GradientType=0); -webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075); box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)} .navbar-brand,.navbar-nav>li>a{ #text-shadow:0 1px 0 rgba(255,255,255,0.25)} .navbar-inverse{ #background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%); #background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%); #background-repeat:repeat-x; background-color: #2980b9; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0); filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)} .navbar-inverse .navbar-nav>.active>a{ background-image:-webkit-linear-gradient(top,#222 0,#282828 100%); background-image:linear-gradient(to bottom,#222 0,#282828 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff282828',GradientType=0); -webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25); box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)} .navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{ text-shadow:0 -1px 0 rgba(0,0,0,0.25)} .navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{ border-radius:0} .alert{ text-shadow:0 1px 0 rgba(255,255,255,0.2); -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05); box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)} .alert-success{ background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%); background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%); background-repeat:repeat-x; border-color:#b2dba1; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0)} .alert-info{ background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%); background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%); background-repeat:repeat-x; border-color:#9acfea; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0)} .alert-warning{ background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%); background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%); background-repeat:repeat-x; border-color:#f5e79e; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0)} .alert-danger{ background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%); background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%); background-repeat:repeat-x; border-color:#dca7a7; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0)} .progress{ background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%); background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0)} .progress-bar{ background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%); background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0)} .progress-bar-success{ background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%); background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0)} .progress-bar-info{ background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%); background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0)} .progress-bar-warning{ background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%); background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0)} .progress-bar-danger{ background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%); background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0)} .list-group{ border-radius:4px; -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075); box-shadow:0 1px 2px rgba(0,0,0,0.075)} .list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{ text-shadow:0 -1px 0 #3071a9; background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%); background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%); background-repeat:repeat-x; border-color:#3278b3; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3278b3',GradientType=0)} .panel{ -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05); box-shadow:0 1px 2px rgba(0,0,0,0.05)} .panel-default>.panel-heading{ background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%); background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)} .panel-primary>.panel-heading{ background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%); background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)} .panel-success>.panel-heading{ background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%); background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0)} .panel-info>.panel-heading{ background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%); background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0)} .panel-warning>.panel-heading{ background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%); background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0)} .panel-danger>.panel-heading{ background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%); background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0)} .well{ background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%); background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%); background-repeat:repeat-x; border-color:#dcdcdc; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0); -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1); box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)}
0.300438
0.076961
.TagBase { --tag-base-typo-color: var(--color-control-typo-ghost); --tag-base-half-space: calc(var(--tag-base-spaсe)/2); position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; overflow: hidden; height: var(--tag-base-height); padding-top: 0; padding-right: var(--tag-base-spaсe); padding-left: var(--tag-base-spaсe); padding-bottom: 0; color: var(--tag-base-typo-color); background: var(--tag-base-bg-color); border: none; border-radius: var(--control-radius); -webkit-box-shadow: inset 0 0 0 1px var(--tag-base-border-color); box-shadow: inset 0 0 0 1px var(--tag-base-border-color); font-family: var(--font--primary); font-size: var(--tag-base-font-size); line-height: var(--tag-base-height); text-decoration: none; -webkit-transition: background 0.15s ease, color 0.15s ease, -webkit-box-shadow 0.15s ease; transition: background 0.15s ease, color 0.15s ease, -webkit-box-shadow 0.15s ease; transition: box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease; transition: box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease, -webkit-box-shadow 0.15s ease; } .TagBase:focus, .TagBase:focus:hover { outline: none; } .TagBase_view_stroked { --tag-base-border-color: var(--color-control-bg-border-default); --tag-base-bg-color: var(--color-bg-default); } .TagBase_view_filled { --tag-base-border-color: transparent; --tag-base-bg-color: var(--color-control-bg-ghost); } .TagBase_withAction { cursor: pointer; } .TagBase_withAction.TagBase_view_stroked:hover { --tag-base-border-color: var(--color-control-bg-border-default-hover); } .TagBase_withAction.TagBase_view_filled:hover { --tag-base-bg-color: var(--color-control-bg-ghost-hover); --tag-base-border-color: transparent; } .TagBase_size_xs { --tag-base-height: var(--space-l); --tag-base-spaсe: var(--space-2xs); --tag-base-font-size: var(--size-text-xs); } .TagBase_size_s { --tag-base-height: var(--space-xl); --tag-base-spaсe: var(--space-xs); --tag-base-font-size: var(--size-text-xs); } .TagBase_size_m { --tag-base-height: calc(var(--space-2xl) - var(--space-2xs)); --tag-base-spaсe: var(--space-xs); --tag-base-font-size: var(--size-text-s); } .TagBase_size_l { --tag-base-height: var(--space-2xl); --tag-base-spaсe: var(--space-s); --tag-base-font-size: var(--size-text-m); } .TagBase_withCancel { padding-right: 0; } .TagBase_withIcon { padding-left: 0; } .TagBase[class*='TagBase_group']::before { content: ''; position: absolute; top: 0; left: 0; width: 2px; height: 100%; background: var(--tag-base-group-color); } .TagBase_group_1 { --tag-base-group-color: #e92064; } .TagBase_group_2 { --tag-base-group-color: #b92eff; } .TagBase_group_3 { --tag-base-group-color: #1160ff; } .TagBase_group_4 { --tag-base-group-color: #0fafff; } .TagBase_group_5 { --tag-base-group-color: #02e2ff; } .TagBase_group_6 { --tag-base-group-color: #0c6; } .TagBase_group_7 { --tag-base-group-color: #b4d50b; } .TagBase_group_8 { --tag-base-group-color: #f5b800; } .TagBase_group_9 { --tag-base-group-color: #f56600; } .TagBase-CancelButton { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: var(--tag-base-height); padding: 0 var(--tag-base-half-space) 0 var(--tag-base-half-space); color: var(--color-control-typo-ghost); background: transparent; border: none; outline: none; opacity: 0.4; cursor: pointer; -webkit-transition: opacity 0.15s ease; transition: opacity 0.15s ease; } .TagBase-CancelButton:hover { background: transparent; outline: none; opacity: 1; } .TagBase-Label { height: var(--tag-base-height); line-height: var(--tag-base-height); } .TagBase-IconWrapper { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: var(--tag-base-height); padding: 0 var(--tag-base-half-space) 0 var(--tag-base-half-space); }
MuZero/muzero-general/games/RocAlphaGo_aug25_keras2_py35/node_modules/@consta/uikit/__internal__/cjs-src/components/TagBase/TagBase.css
.TagBase { --tag-base-typo-color: var(--color-control-typo-ghost); --tag-base-half-space: calc(var(--tag-base-spaсe)/2); position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; overflow: hidden; height: var(--tag-base-height); padding-top: 0; padding-right: var(--tag-base-spaсe); padding-left: var(--tag-base-spaсe); padding-bottom: 0; color: var(--tag-base-typo-color); background: var(--tag-base-bg-color); border: none; border-radius: var(--control-radius); -webkit-box-shadow: inset 0 0 0 1px var(--tag-base-border-color); box-shadow: inset 0 0 0 1px var(--tag-base-border-color); font-family: var(--font--primary); font-size: var(--tag-base-font-size); line-height: var(--tag-base-height); text-decoration: none; -webkit-transition: background 0.15s ease, color 0.15s ease, -webkit-box-shadow 0.15s ease; transition: background 0.15s ease, color 0.15s ease, -webkit-box-shadow 0.15s ease; transition: box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease; transition: box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease, -webkit-box-shadow 0.15s ease; } .TagBase:focus, .TagBase:focus:hover { outline: none; } .TagBase_view_stroked { --tag-base-border-color: var(--color-control-bg-border-default); --tag-base-bg-color: var(--color-bg-default); } .TagBase_view_filled { --tag-base-border-color: transparent; --tag-base-bg-color: var(--color-control-bg-ghost); } .TagBase_withAction { cursor: pointer; } .TagBase_withAction.TagBase_view_stroked:hover { --tag-base-border-color: var(--color-control-bg-border-default-hover); } .TagBase_withAction.TagBase_view_filled:hover { --tag-base-bg-color: var(--color-control-bg-ghost-hover); --tag-base-border-color: transparent; } .TagBase_size_xs { --tag-base-height: var(--space-l); --tag-base-spaсe: var(--space-2xs); --tag-base-font-size: var(--size-text-xs); } .TagBase_size_s { --tag-base-height: var(--space-xl); --tag-base-spaсe: var(--space-xs); --tag-base-font-size: var(--size-text-xs); } .TagBase_size_m { --tag-base-height: calc(var(--space-2xl) - var(--space-2xs)); --tag-base-spaсe: var(--space-xs); --tag-base-font-size: var(--size-text-s); } .TagBase_size_l { --tag-base-height: var(--space-2xl); --tag-base-spaсe: var(--space-s); --tag-base-font-size: var(--size-text-m); } .TagBase_withCancel { padding-right: 0; } .TagBase_withIcon { padding-left: 0; } .TagBase[class*='TagBase_group']::before { content: ''; position: absolute; top: 0; left: 0; width: 2px; height: 100%; background: var(--tag-base-group-color); } .TagBase_group_1 { --tag-base-group-color: #e92064; } .TagBase_group_2 { --tag-base-group-color: #b92eff; } .TagBase_group_3 { --tag-base-group-color: #1160ff; } .TagBase_group_4 { --tag-base-group-color: #0fafff; } .TagBase_group_5 { --tag-base-group-color: #02e2ff; } .TagBase_group_6 { --tag-base-group-color: #0c6; } .TagBase_group_7 { --tag-base-group-color: #b4d50b; } .TagBase_group_8 { --tag-base-group-color: #f5b800; } .TagBase_group_9 { --tag-base-group-color: #f56600; } .TagBase-CancelButton { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: var(--tag-base-height); padding: 0 var(--tag-base-half-space) 0 var(--tag-base-half-space); color: var(--color-control-typo-ghost); background: transparent; border: none; outline: none; opacity: 0.4; cursor: pointer; -webkit-transition: opacity 0.15s ease; transition: opacity 0.15s ease; } .TagBase-CancelButton:hover { background: transparent; outline: none; opacity: 1; } .TagBase-Label { height: var(--tag-base-height); line-height: var(--tag-base-height); } .TagBase-IconWrapper { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: var(--tag-base-height); padding: 0 var(--tag-base-half-space) 0 var(--tag-base-half-space); }
0.460046
0.073132
* Pantheon Documentation * Special styles for presenting Pantheon's documentation and code examples. */ /* * Scaffolding * * Update the basics of our documents to prep for docs content. */ /* */ /* */ /* shared */ /* h1.main-headline { font-family: "TabletGothic"; font-weight: 700; } */ /* h1.title { font-family: "TabletGothic"; font-weight: 700; font-size: 50px; color: #313945; line-height: 46px; margin-bottom: 30px; margin-top: 30px; margin-left: 15px; } */ /* */ /* .share-buttons { margin-bottom: 20px; } */ /* .featured > li > a { text-transform: capitalize; margin-bottom: 10px; } .featured > li { margin-top: 15px; font-size: 17px; } .featured { display: block; } */ /* */ /* .start { display: block; background-color: white; padding: 30px; } .start > li > a { text-align: left; } */ /* shared */ .ctaBtn { display: block; } .mb-20 { margin-bottom: 20px !important; } .mb-30 { margin-bottom: 30px !important; } .mb-40 { margin-bottom: 40px !important; } .mb-70 { margin-bottom: 70px !important; } body { font-family: "Open Sans", sans-serif; font-size: 16px; line-height: 1.65em; -webkit-font-smoothing: antialiased; -webkit-text-stroke: 1px transparent; font-smoothing: antialiased; background-color: #fff; padding-top: 160px; color: #333; min-height: 100%; margin: 0; } /* */ body.row.main { position: relative; top: 50px; /* For scrollspy */ } header { margin-bottom: 20px; } .main { margin-bottom: 40px; } .topnav { font-size: 0.9em; color: #000; padding-bottom: 20px; text-transform: capitalize; } .top-container { padding-top: 70px; } .pio-breadcrumb { list-style-type: none; padding-left: 0; } .pio-breadcrumb li { display: inline; color: rgb(18, 124, 187); } .pio-breadcrumb a { color: rgb(18, 124, 187); } .pio-breadcrumb a:hover { text-decoration: none; opacity: 0.65; } a.not-allowed { color: #313945; text-decoration: none; } a.not-allowed:hover { cursor: not-allowed; color: #313945; text-decoration: none; opacity: inherit; } .pio-breadcrumb li:after { content: " / "; } .pio-breadcrumb li:last-child:after { content: ""; } /* * Related * * Related Links in the sidebar */ .related { padding-left: 0; } .related li { list-style-type: none; padding-left: 0; margin-bottom: 14px; } .related li a { font-family: "Open Sans", sans-serif; font-size: 13px; color: rgb(18, 124, 187); line-height: 18px; } .related li a:hover { text-decoration: none; opacity: 0.65; } .pio-action-container { text-align: center; margin-top: 20px; } .pio-action-container-inner { width: 100%; padding: 20px; display: inline-block; float: none; color: rgb(18, 124, 187); border: #eef2f3 solid 2px; } .pio-category-container { text-align: center; margin-top: 20px; } .pio-category-container-inner { width: 100%; display: inline-block; float: none; } .pio-cat-container-inner { width: 100%; padding: 20px; display: inline-block; float: none; border: rgb(18, 124, 187) solid 2px; } .pio-action-container-inner:hover { border: rgb(18, 124, 187) solid 2px; transition: 200ms all; } .pio-cat-container-inner:hover { border: #217ca1 solid 2px; transition: 200ms all; } .has-feedback .form-control-feedback { top: 0px; } .search-landing { margin-left: 16.6666667%; text-align: center; } img { max-width: 100%; margin: 15px 0px; } img.noborder { border: none; margin: auto; } pre code { font-size: 14px; } code.command::before { content: "$ "; } code.sftp-command::before { content: "sftp> "; } /* Keep code small in tables on account of limited space */ .table code { font-size: 13px; font-weight: normal; } .popover-content { font-size: smaller; } /* Table Striping */ tr:nth-child(even) { background-color: #d2d9dd; } thead tr { padding-left: 10px; background-color: #d2d9dd; } thead th:not(:last-child) { border-right: 1px solid #ffffff !important; } tr:nth-child(even) td:not(:last-child) { border-right: 1px solid #ffffff !important; } /* Pantheon "B" icon */ .pio-docs-booticon { display: block; font-weight: 500; color: #fff; text-align: center; cursor: default; background-color: #563d7c; border-radius: 15%; } .pio-docs-booticon-sm { width: 30px; height: 30px; font-size: 20px; line-height: 28px; } .pio-docs-booticon-lg { width: 144px; height: 144px; font-size: 108px; line-height: 140px; } .pio-docs-booticon-inverse { color: #563d7c; background-color: #fff; } .pio-docs-booticon-outline { background-color: transparent; border: 1px solid #cdbfe3; } /* * Main navigation * * Turn the `.navbar` at the top of the docs purple. */ /* .docs svg { } */ a.ctaBtn:hover { color: #000 !important; background-color: #fff !important; border: 2px solid #000; } /* */ /* */ /* */ .pio-home-nav .pio-nav-b { display: none; } /* */ @media (max-width: 1214px) { .hero-video__text { padding: 20px; } } @media (max-width: 1006px) { .hero-video__video { padding-right: 0; } } .pantheon-logo { max-height: 60px; margin-left: 20px; } /* */ /* */ #subnav { float: left; top: 60px; position: absolute; background-color: #dde5e7 !important; z-index: 1001; color: #222; padding: 0px; } #subnav ul li { background-color: #efefef !important; } #subnav ul li a { color: #222; background-color: #efefef !important; font-weight: bold; text-transform: capitalize; background-color: transparent; padding-left: 0px; padding-right: 0px; margin-left: 10px; margin-right: 5px; } span#drop-rsaquo { float: right; margin-left: 10px; margin-right: 0px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); color: #efd01b; } span#changelog-rsaquo { font-weight: bold; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } /* */ /* */ /* */ /* */ /* */ .navbar-fixed-top > .col-md-8 > . { font-weight: 400; cursor: not-allowed; } #subnav .subnav-search { } /*Responsive layout*/ /* */ @media screen and (min-width: 995px) { /* */ .doc-fm-br br { display: none; } } @-moz-document url-prefix() { .subnav-search { margin-top: 0px !important; } } .subnav-search { margin-top: 7px; } @media (max-width: 995px) { /* */ /* */ .float-foot { height: 110px !important; } .pio-category-container#powerusers { border-right: none !important; border-bottom: solid 1px #bdbdbd !important; } #cta-changelog-powerusers { margin-bottom: 40px !important; } /* */ .jumbotron h1 { font-size: 32px !important; } /* */ /* */ /* */ /* */ } /* */ /* */ /* .docs svg { margin-left: 15px; margin-top: 8px; } @media (max-width: 340px) { .docs svg { margin-left: 3px; margin-top: 8px; } } */ /* * Footer * * Separated section of content at the bottom of all pages, save the homepage. */ .float-foot { position: absolute; left: 0; right: 0; bottom: 200px; background: #78868e; height: 70px; text-align: center; color: white; font-size: 18px; font-weight: 700; z-index: 10; margin-top: 10px; color: #fff; } .float-foot a { margin-top: 15px; color: #efd01b; } .float-foot a:hover { text-decoration: none; } #footer { background-color: #000; font-size: 13px; line-height: 1; position: relative; left: 0; bottom: 0px; height: 716px; width: 100%; } #footer-icon p { margin: 0px 15px 0px 15px; } #footer-icon img { display: block; margin-right: auto; margin-left: auto; margin-bottom: 10px; margin-top: 20px; } .centerdiv { margin-left: auto; margin-right: auto; display: block; } /* */ /* */ /* * Responsive Footer * */ @media (min-width: 995px) and (max-width: 1200px) { } @media (max-width: 995px) { .hidden-s { display: none !important; } .guide-nav { margin-top: 0px !important; } .guide-doc-body { border-left: none !important; padding-left: 15px !important; } } @media (min-width: 995px) { .footer { padding-bottom: 40px; } } @media (max-width: 725px) { } @media (max-width: 725px) { .hidden-sff { display: none; } } @media (max-width: 998px) { .container { width: auto; } } @media (min-width: 430px) { .container.content { max-width: 90%; } } /* */ /* */ /* * Social buttons * * Twitter and GitHub social action buttons (for homepage and footer). */ .pio-docs-social { margin-bottom: 20px; text-align: center; } .pio-docs-social-buttons { display: inline-block; padding-left: 0; margin-bottom: 0; list-style: none; } .pio-docs-social-buttons li { display: inline-block; padding: 5px 8px; line-height: 1; } .pio-docs-social-buttons .twitter-follow-button { width: 225px !important; } .pio-docs-social-buttons .twitter-share-button { width: 98px !important; } /* Style the GitHub buttons via CSS instead of inline attributes */ .github-btn { overflow: hidden; border: 0; } /* .btn-pio { display: inline-block; padding: 4px 14px; border-radius: 3px; box-sizing: border-box; background: #333; color: #fff; font-weight: 700; text-decoration: none; white-space: nowrap; } .btn-pio:hover { color: #fff; } */ /* * Homepage * * Tweaks to the custom homepage and the masthead (main jumbotron). */ .jumbotron { padding: 30px 0px; margin-bottom: 0px; color: inherit; background: transparent; text-align: center; } /* Share masthead with page headers */ /* .pio-docs-masthead, .pio-docs-header { position: relative; padding: 30px 15px; color: #000000; text-align: center; } */ .category { margin-bottom: 15px; display: inline-block; } .document-list { margin-top: 30px; margin-bottom: 50px; } /* Masthead (headings and download button) */ /* .pio-docs-masthead .pio-docs-booticon { margin: 0 auto 30px; } .pio-docs-masthead h1 { font-weight: 300; line-height: 1; color: #fff; } .pio-docs-masthead .lead { margin: 0 auto 30px; font-size: 20px; color: #fff; } .pio-docs-masthead .version { margin-top: -15px; margin-bottom: 30px; color: #9783b9; } .pio-docs-masthead .btn { width: 100%; padding: 15px 30px; font-size: 20px; } */ @media (min-width: 480px) { } @media (max-width: 768px) { .manual-guide-toc .navbar-toggle { display: block; margin-top: 0 !important; order: 1; margin-left: auto; position: absolute; right: 0; top: 13px; } } @media (min-width: 768px){ .manual-guide-toc .navbar-toggle { display: none; } .navbar-collapse.collapse { width: 100%; } } @media (min-width: 992px) { } /* * Page headers * * Jumbotron-esque headers at the top of every page that's not the homepage. */ /* Page headers */ /* .pio-docs-header { margin-bottom: 20px; font-size: 20px; } .pio-docs-header h1 { margin-top: 0; color: #000; } .pio-docs-header p { margin-bottom: 0; font-weight: 300; line-height: 1.4; } .pio-docs-header .container { position: relative; } */ @media (min-width: 995px) { /* .pio-docs-header { padding-top: 20px; padding-bottom: 20px; font-size: 24px; text-align: center; } .pio-docs-header h1 { font-size: 60px; line-height: 1; } */ } @media (min-width: 992px) { /* .pio-docs-header h1, .pio-docs-header p { } */ } /* * Homepage featurettes * * Reasons to use Pantheon, entries from the Expo, and more. */ /* .pio-docs-featurette { padding-top: 40px; padding-bottom: 40px; font-size: 16px; line-height: 1.5; color: #555; text-align: center; background-color: #fff; border-bottom: 1px solid #e5e5e5; } .pio-docs-featurette + .pio-docs-footer { margin-top: 0; border-top: 0; } */ /* .pio-docs-featurette-title { margin-bottom: 5px; font-size: 30px; font-weight: normal; color: #333; } */ /* .half-rule { width: 100px; margin: 40px auto; } */ /* .pio-docs-featurette h3 { margin-bottom: 5px; font-weight: normal; color: #333; } .pio-docs-featurette-img { display: block; margin-bottom: 20px; color: #333; } .pio-docs-featurette-img:hover { color: rgb(18, 124, 187); text-decoration: none; } .pio-docs-featurette-img img { display: block; margin-bottom: 15px; } */ /* @media (min-width: 480px) { .pio-docs-featurette .img-responsive { margin-top: 30px; } } @media (min-width: 995px) { .pio-docs-featurette { padding-top: 100px; padding-bottom: 100px; } .pio-docs-featurette-title { font-size: 40px; } .pio-docs-featurette .lead { max-width: 80%; margin-right: auto; margin-left: auto; } .pio-docs-featurette .img-responsive { margin-top: 0; } } */ /* * Document Layout * */ /* */ /* * Featured sites * * Homepage thumbnails from the Expo. */ .pio-docs-featured-sites { margin-right: -1px; margin-left: -1px; } .pio-docs-featured-sites .col-xs-6 { padding: 1px; } .pio-docs-featured-sites .img-responsive { margin-top: 0; } @media (min-width: 995px) { .pio-docs-featured-sites .col-sm-3:first-child img { border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .pio-docs-featured-sites .col-sm-3:last-child img { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } } /* * Examples * * Linked docs examples. */ /* .pio-examples .thumbnail { margin-bottom: 10px; } .pio-examples h4 { margin-bottom: 5px; } .pio-examples p { margin-bottom: 20px; } */ @media (max-width: 480px) { /* .pio-examples { margin-right: -10px; margin-left: -10px; } .pio-examples > [class^="col-"] { padding-right: 10px; padding-left: 10px; } */ } /* * Side navigation * * Scrollspy and affixed enhanced navigation to highlight sections and secondary * sections of docs content. */ /* By default it's not affixed in mobile views, so undo that */ .tocify-hide { display: none !important; } .tocify { } /* First level of nav */ .pio-docs-sidenav { margin-bottom: 20px; } .pio-landing-sidenav { margin-left: -15px; margin-right: 15px; padding-left: 30px; padding-top: 9px; padding-bottom: 30px; height: 100%; min-height: 100%; background: #f5f8f8; } .pio-landing-sidenav ul { list-style: none; padding-left: 0px; } .pio-landing-sidenav .list-group { box-shadow: 0px 0px 0px; border-radius: 0; -webkit-box-shadow: 0px 0px 0px; } .pio-landing-sidenav .list-group-item { padding: 10px 0; border: 0px; background-color: transparent; } .pio-landing-sidenav p { margin-bottom: 0px; line-height: normal; text-indent: 0; } .pio-landing-sidenav .list-group-item:before { font-family: "Glyphicons Halflings"; content: "\E022"; float: left; color: #44525e; opacity: 0.7; display: block; width: 1.5em; position: relative; top: -3px; } .pio-landing-sidenav a { color: #44525e; text-decoration: none; font-size: 14px; } .pio-landing-sidenav a:hover { color: #222222; } /* Back to top (hidden on mobile) */ .back-to-top, .pio-docs-theme-toggle { display: none; padding: 4px 10px; margin-top: 10px; margin-left: 10px; font-size: 12px; font-weight: 500; color: #44525e; } .back-to-top:hover, .pio-docs-theme-toggle:hover { color: #44525e; text-decoration: none; } .pio-docs-theme-toggle { margin-top: 0; } @media (min-width: 995px) { .back-to-top, .pio-docs-theme-toggle { display: block; } } .guide-content-well { /*border-bottom: .1em solid #eef2f3;*/ } .doc-content-well { padding-bottom: 50px; } .survey-pio-outter { padding: 0px; background-color: #fff; margin-bottom: -10px; } /* * Docs sections * * Content blocks for each component or feature. */ /* Space things out */ .pio-docs-section { margin-bottom: 60px; } .pio-docs-section:last-child { margin-bottom: 0; } h1[id] { padding-top: 20px; margin-top: 0; } /* * Callouts * * Not quite alerts, but custom and helpful notes for folks reading the docs. * Requires a base and modifier class. */ /* Common styles for all types */ .pio-callout { padding: 20px; margin: 20px 0; border: 1px solid #eee; border-left-width: 5px; border-radius: 3px; } .pio-callout h4 { margin-top: 0; margin-bottom: 5px; } .pio-callout p:last-child { margin-bottom: 0; } .pio-callout code { border-radius: 3px; } /* Tighten up space between multiple callouts */ .pio-callout + .pio-callout { margin-top: -5px; } /* Variations */ .pio-callout-danger { border-left-color: #d9534f; } .pio-callout-danger h4 { color: #d9534f; } .pio-callout-warning { border-left-color: #f0ad4e; } .pio-callout-warning h4 { color: #f0ad4e; } .pio-callout-info { border-left-color: #5bc0de; } .pio-callout-info h4 { color: #5bc0de; } /* * Color swatches * * Color swatches and associated values for our grayscale and brand colors. */ .color-swatches { margin: 0 -5px; overflow: hidden; /* clearfix */ } .color-swatch { float: left; width: 60px; height: 60px; margin: 0 5px; border-radius: 3px; } @media (min-width: 995px) { .color-swatch { width: 100px; height: 100px; } } /* Framework colors */ .color-swatches .gray-darker { background-color: #222; } .color-swatches .gray-dark { background-color: #333; } .color-swatches .gray { background-color: #555; } .color-swatches .gray-light { background-color: #999; } .color-swatches .gray-lighter { } .color-swatches .brand-primary { background-color: rgb(18, 124, 187); } .color-swatches .brand-success { background-color: #5cb85c; } .color-swatches .brand-warning { background-color: #f0ad4e; } .color-swatches .brand-danger { background-color: #d9534f; } .color-swatches .brand-info { background-color: #5bc0de; } /* Docs colors */ .color-swatches .pio-purple { background-color: #563d7c; } .color-swatches .pio-purple-light { background-color: #c7bfd3; } .color-swatches .pio-purple-lighter { background-color: #e5e1ea; } .color-swatches .pio-gray { background-color: #f9f9f9; } /* * Team members * * Avatars, names, and usernames for core team. */ .avatar { margin: 15px; } .pio-team .team-member { line-height: 32px; color: #555; } .pio-team .team-member:hover { color: #333; text-decoration: none; } .pio-team .github-btn { float: right; width: 180px; height: 20px; margin-top: 6px; } .pio-team img { float: left; width: 32px; margin-right: 10px; border-radius: 4px; } /* * Wall of Browser Bugs * * Better display for the responsive table on the Wall of Browser Bugs. */ .pio-docs-browser-bugs td p { margin-bottom: 0; } .pio-docs-browser-bugs th:first-child { width: 18%; } /* * Grid examples * * Highlight the grid columns within the docs so folks can see their padding, * alignment, sizing, etc. */ .show-grid { margin-bottom: 15px; } .show-grid [class^="col-"] { padding-top: 10px; padding-bottom: 10px; background-color: #eee; background-color: rgba(86, 61, 124, 0.15); border: 1px solid #ddd; border: 1px solid rgba(86, 61, 124, 0.2); } /* * Examples * * Isolated sections of example content for each component or feature. Usually * followed by a code snippet. */ /* .pio-example { position: relative; padding: 45px 15px 15px; margin: 0 -15px 15px; border-color: #e5e5e5 #eee #eee; border-style: solid; border-width: 1px 0; -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05); box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05); } */ /* Echo out a label for the example */ /* .pio-example:after { position: absolute; top: 15px; left: 15px; font-size: 12px; font-weight: bold; color: #959595; letter-spacing: 1px; content: "Example"; } */ /* Tweak display of the code snippets when following an example .pio-example + .hljs, .pio-example + .zero-clipboard + .hljs { margin: -15px -15px 15px; border-width: 0 0 1px; border-radius: 0; }*/ /* Make the examples and snippets not full-width */ @media (min-width: 995px) { /* .pio-example { margin-right: 0; margin-left: 0; background-color: #fff; border-color: #ddd; border-width: 1px; border-radius: 4px 4px 0 0; -webkit-box-shadow: none; box-shadow: none; } .pio-example + .hljs, .pio-example + .zero-clipboard + .hljs { margin-top: -16px; margin-right: 0; margin-left: 0; border-width: 1px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }*/ .pio-example-standalone { border-radius: 4px; } } /* Undo width of container */ /* .pio-example .container { width: auto; } */ /* Tweak content of examples for optimum awesome */ /* .pio-example > p:last-child, .pio-example > ul:last-child, .pio-example > ol:last-child, .pio-example > blockquote:last-child, .pio-example > .form-control:last-child, .pio-example > .table:last-child, .pio-example > .navbar:last-child, .pio-example > .jumbotron:last-child, .pio-example > .alert:last-child, .pio-example > .panel:last-child, .pio-example > .list-group:last-child, .pio-example > .well:last-child, .pio-example > .progress:last-child, .pio-example > .table-responsive:last-child > .table { margin-bottom: 0; } .pio-example > p > .close { float: none; } */ /* Typography */ .pio-example-type .table .type-info { color: #999; vertical-align: middle; } .pio-example-type .table td { padding: 15px 0; border-color: #eee; } .pio-example-type .table tr:first-child td { border-top: 0; } .pio-example-type h1, .pio-example-type h2, .pio-example-type h3, .pio-example-type h4, .pio-example-type h5, .pio-example-type h6 { margin: 0; } /* Contextual background colors */ .pio-example-bg-classes p { padding: 15px; } /* Images */ /* .pio-example > .img-circle, .pio-example > .img-rounded, .pio-example > .img-thumbnail { margin: 5px; } */ /* Tables */ /* .pio-example > .table-responsive > .table { background-color: #fff; } */ /* Buttons */ /* .pio-example > .btn, .pio-example > .btn-group { margin-top: 5px; margin-bottom: 5px; } .pio-example > .btn-toolbar + .btn-toolbar { margin-top: 10px; } */ /* .btn-warning { background-image: -webkit-linear-gradient(top, #fe4a45 0%, #fe4a45 100%); background-image: linear-gradient(to bottom, #fe4a45 0%, #fe4a45 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FE4A45', endColorstr='#FE4A45', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #fe4a45; margin-top: 25px; color: #ffffff; text-decoration: none; font-weight: bold; padding: 15px 10px; float: right; } .btn-warning:hover, .btn-warning:focus { background-color: #fe4a45; background-position: 0 -15px; } .btn-warning:active, .btn-warning.active { background-color: #fe4a45; border-color: #fe4a45; } */ .panel-default > .panel-heading { background-color: #dde5e7 !important; background-image: none !important; } .panel-drop { border: solid 10px #eef2f3; border-radius: 0px; } .docs-2col-panel { padding: 15px 15px 0px !important; } .panel-drop-heading { background-color: #eef2f3; border-radius: 0px; border-color: #eef2f3 !important; padding: 20px; } h3.panel-drop-title { text-decoration: none; color: #000 !important; font-weight: 700; font-family: "Open Sans", sans-serif; font-size: 14px; line-height: 1; } h4.panel-drop-title { text-decoration: none; color: #000 !important; font-weight: 700; font-family: "Open Sans", sans-serif; font-size: 14px; line-height: 1; } a.panel-drop-title { text-decoration: none; cursor: pointer; } #doc-head { background-color: #fff; } .col-md-3 i.fa { display: block !important; } #script-file { border-radius: 0 0 4px 4px !important; } .copy-snippet { position: relative; margin-bottom: 20px; } .btn-clippy { position: absolute; right: 3px; top: 3px; border-radius: 0 4px 4px 0; } img.clippy { margin: 0px; border: none; } #script-file { border-radius: 0 0 4px 4px !important; } img.clippy { margin: 0px; border: none; } #script-file { border-radius: 0 0 4px 4px !important; } /* Forms */ /* .pio-example-control-sizing select, .pio-example-control-sizing input[type="text"] + input[type="text"] { margin-top: 10px; } .pio-example-form .input-group { margin-bottom: 10px; } */ /* .pio-example > textarea.form-control { resize: vertical; } */ /* List groups */ /* .pio-example > .list-group { max-width: 400px; } */ /* Navbars */ /* .pio-example .navbar:last-child { margin-bottom: 0; } */ .pio-navbar-top-example, .pio-navbar-bottom-example { z-index: 1; padding: 0; overflow: hidden; /* cut the drop shadows off */ } .pio-navbar-top-example .navbar-header, .pio-navbar-bottom-example .navbar-header { margin-left: 0; } /* .navbar-header .docs { padding: 0 0 0 5px; height: 87px; } */ .pio-navbar-top-example .navbar-fixed-top, .pio-navbar-bottom-example .navbar-fixed-bottom { } .navbar-fixed-top { position: fixed; left: 0; right: 0; } .pio-navbar-top-example { padding-bottom: 45px; } .pio-navbar-top-example:after { top: auto; bottom: 15px; } .pio-navbar-top-example .navbar-fixed-top { top: -1px; } .pio-navbar-bottom-example { padding-top: 45px; } .pio-navbar-bottom-example .navbar-fixed-bottom { bottom: -1px; } .pio-navbar-bottom-example .navbar { margin-bottom: 0; } @media (min-width: 995px) { .pio-navbar-top-example .navbar-fixed-top, .pio-navbar-bottom-example .navbar-fixed-bottom { position: absolute; } } /* Pagination */ /* .pio-example .pagination { margin-top: 10px; margin-bottom: 10px; } */ /* Pager */ /* .pio-example > .pager { margin-top: 0; } */ /* Example modals */ .pio-example-modal { background-color: #f5f5f5; } .pio-example-modal .modal { position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: 1; display: block; } .pio-example-modal .modal-dialog { left: auto; margin-right: auto; margin-left: auto; } /* Example dropdowns */ /* */ /* Example tabbable tabs */ .pio-example-tabs .nav-tabs { margin-bottom: 15px; } /* Tooltips */ .pio-example-tooltips { text-align: center; } .pio-example-tooltips > .btn { margin-top: 5px; margin-bottom: 5px; } .pio-example-tooltip .tooltip { position: relative; display: inline-block; margin: 10px 20px; opacity: 1; } /* Popovers */ .pio-example-popover { padding-bottom: 24px; background-color: #f9f9f9; } .pio-example-popover .popover { position: relative; display: block; float: left; width: 260px; margin: 20px; } /* Scrollspy demo on fixed height div */ .scrollspy-example { position: relative; height: 200px; margin-top: 10px; overflow: auto; } /* Simple collapse example */ #collapseExample .well { margin-bottom: 0; } /* Don't wrap event names in Events tables in JS plugin docs */ .pio-events-table > thead > tr > th:first-child, .pio-events-table > tbody > tr > td:first-child { white-space: nowrap; } /* * Code snippets * * Generated via Pygments and Jekyll, these are snippets of HTML, CSS, and JS. */ pre { display: block; width: 100%; padding: 0px; margin: 0 0 0px; word-break: break-all; word-wrap: break-word; background-color: #000; border-radius: 4px; margin-bottom: 14px; word-break: break-word; } pre code, pre code .hljs, .hljs { } /**.hljs { padding: 9px 14px; background-color: #f7f7f9; border: 1px solid #e1e1e8; border-radius: 4px; } .hljs pre { padding: 0; margin-top: 0; margin-bottom: 0; word-break: normal; white-space: nowrap; background-color: transparent; border: 0; } .hljs pre code { font-size: inherit; color: #333; /* Effectively the base text color */ /**} .hljs pre code:first-child { display: inline-block; padding-right: 45px; } /* * Responsive tests * * Generate a set of tests to show the responsive utilities in action. */ /* Responsive (scrollable) doc tables */ /**.table-responsive .hljs pre { white-space: normal; }*/ /* Utility classes table */ .pio-table th small, .responsive-utilities th small { display: block; font-weight: normal; color: #999; } .responsive-utilities tbody th { font-weight: normal; } .responsive-utilities td { text-align: center; } .responsive-utilities td.is-visible { color: #468847; background-color: #dff0d8 !important; } .responsive-utilities td.is-hidden { color: #ccc; background-color: #f9f9f9 !important; } /* Responsive tests */ .responsive-utilities-test { margin-top: 5px; } .responsive-utilities-test .col-xs-6 { margin-bottom: 10px; } .responsive-utilities-test span { display: block; padding: 15px 10px; font-size: 14px; font-weight: bold; line-height: 1.1; text-align: center; border-radius: 4px; } .visible-on .col-xs-6 .hidden-xs, .visible-on .col-xs-6 .hidden-sm, .visible-on .col-xs-6 .hidden-md, .visible-on .col-xs-6 .hidden-lg, .hidden-on .col-xs-6 .hidden-xs, .hidden-on .col-xs-6 .hidden-sm, .hidden-on .col-xs-6 .hidden-md, .hidden-on .col-xs-6 .hidden-lg { color: #999; border: 1px solid #ddd; } .visible-on .col-xs-6 .visible-xs-block, .visible-on .col-xs-6 .visible-sm-block, .visible-on .col-xs-6 .visible-md-block, .visible-on .col-xs-6 .visible-lg-block, .hidden-on .col-xs-6 .visible-xs-block, .hidden-on .col-xs-6 .visible-sm-block, .hidden-on .col-xs-6 .visible-md-block, .hidden-on .col-xs-6 .visible-lg-block { color: #468847; background-color: #dff0d8; border: 1px solid #d6e9c6; } /* * Glyphicons * * Special styles for displaying the icons and their classes in the docs. */ .pio-glyphicons { margin: 0 -10px 20px; overflow: hidden; } .pio-glyphicons-list { padding-left: 0; list-style: none; } .pio-glyphicons li { float: left; width: 25%; height: 115px; padding: 10px; font-size: 10px; line-height: 1.4; text-align: center; background-color: #f9f9f9; border: 1px solid #fff; } .pio-glyphicons .glyphicon { margin-top: 5px; margin-bottom: 10px; font-size: 24px; } .pio-glyphicons .glyphicon-class { display: block; text-align: center; word-wrap: break-word; /* Help out IE10+ with class names */ } .pio-glyphicons li:hover { color: #fff; background-color: #563d7c; } @media (min-width: 995px) { .pio-glyphicons { margin-right: 0; margin-left: 0; } .pio-glyphicons li { width: 12.5%; font-size: 12px; } } /* * Customizer * * Since this is so form control heavy, we have quite a few styles to customize * the display of inputs, headings, and more. Also included are all the download * buttons and actions. */ .pio-customizer .toggle { float: right; margin-top: 25px; } /* Headings and form contrls */ .pio-customizer label { margin-top: 10px; font-weight: 500; color: #555; } .pio-customizer h2 { padding-top: 30px; margin-top: 0; margin-bottom: 5px; } .pio-customizer h3 { margin-bottom: 0; } .pio-customizer h4 { margin-top: 15px; margin-bottom: 0; } .pio-customizer .pio-callout h4 { margin-top: 0; /* lame, but due to specificity we have to duplicate */ margin-bottom: 5px; } .pio-customizer input[type="text"] { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; background-color: #fafafa; } .pio-customizer .help-block { margin-bottom: 5px; font-size: 12px; } /* For the variables, use regular weight */ #less-section label { font-weight: normal; } /* Downloads */ .pio-customize-download .btn-outline { padding: 20px; } /* Error handling */ .pio-customizer-alert { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; padding: 15px 0; color: #fff; background-color: #d9534f; border-bottom: 1px solid #b94441; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); } .pio-customizer-alert .close { margin-top: -4px; font-size: 24px; } .pio-customizer-alert p { margin-bottom: 0; } .pio-customizer-alert .glyphicon { margin-right: 5px; } .pio-customizer-alert pre { margin: 10px 0 0; color: #fff; background-color: #a83c3a; border-color: #973634; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); } .pio-dropzone { position: relative; padding: 20px; margin-bottom: 20px; color: #777; text-align: center; border: 2px dashed #eee; border-radius: 4px; } .pio-dropzone h2 { margin-top: 0; margin-bottom: 5px; } .pio-dropzone hr { width: 100px; } .pio-dropzone .lead { margin-bottom: 10px; font-weight: normal; color: #333; } /*.pio-dropzone*/ #import-manual-trigger { cursor: pointer; } .pio-dropzone p:last-child { margin-bottom: 0; } /* * Brand guidelines * * Extra styles for displaying wordmarks, logos, etc. */ /* Logo series wrapper */ .pio-brand-logos { display: table; width: 100%; margin-bottom: 15px; overflow: hidden; color: #563d7c; background-color: #f9f9f9; border-radius: 4px; } /* Individual items */ .pio-brand-item { padding: 60px 0; text-align: center; } .pio-brand-item + .pio-brand-item { border-top: 1px solid #fff; } .pio-brand-logos .inverse { color: #fff; background-color: #563d7c; } .pio-brand-item .svg { width: 144px; height: 144px; } /* Heading content within */ .pio-brand-item h1, .pio-brand-item h3 { margin-top: 0; margin-bottom: 0; } .pio-brand-item .pio-docs-booticon { margin-right: auto; margin-left: auto; } /* Make the icons stand out on what is/isn't okay */ .pio-brand-item .glyphicon { width: 30px; height: 30px; margin: 10px auto -10px; line-height: 30px; color: #fff; border-radius: 50%; } .pio-brand-item .glyphicon-ok { background-color: #5cb85c; } .pio-brand-item .glyphicon-remove { background-color: #d9534f; } @media (min-width: 995px) { .pio-brand-item { display: table-cell; width: 1%; } .pio-brand-item + .pio-brand-item { border-top: 0; border-left: 1px solid #fff; } .pio-brand-item h1 { font-size: 60px; } } /* * ZeroClipboard styles */ .zero-clipboard { position: relative; display: none; } .btn-clipboard { position: absolute; top: 0; right: 0; z-index: 10; display: block; padding: 5px 8px; font-size: 12px; color: #777; cursor: pointer; background-color: #fff; border: 1px solid #e1e1e8; border-radius: 0 4px 0 4px; } .btn-clipboard-hover { color: #fff; background-color: #563d7c; border-color: #563d7c; } @media (min-width: 995px) { .zero-clipboard { display: block; } .pio-example + .zero-clipboard .btn-clipboard { top: -16px; border-top-right-radius: 0; } } /* * Miscellaneous * * Odds and ends for optimum docs display. */ /*No fill alert tag*/ .outline-alert { padding: 15px; border: 1px solid; border-radius: 4px; text-align: center; margin-top: 30px; margin-bottom: 30px; } /* Pseudo :focus state for showing how it looks in the docs */ #focusedInput { border-color: rgb( 204, 204, 204 ); /* Restate unfocused value to make CSSLint happy that there's a pre-CSS3 fallback*/ border-color: rgba(82, 168, 236, 0.8); outline: 0; outline: thin dotted \9; /* IE6-9 */ -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: 0 0 8px rgba(82, 168, 236, 0.6); } .entry-meta { padding-bottom: 10px; } .thumbnail { border: none; box-shadow: none; } /* */ /* Google Custom Search input boxes */ .gsc-input { background-image: none !important; background-position: left !important; background-repeat: no-repeat !important; padding: none !important; border: 0px !important; width: 99%; height: 25px !important; padding-right: 5px !important; padding-right: 0px !important; } .gsc-input-box { height: 35px !important; border: 1px solid #fff !important; } .gssb_c { } .cse input.gsc-input:focus, input.gsc-input:focus { background-image: none !important; background-repeat: no-repeat !important; border-radius: 0px; } .gscb_a { display: none !important; } /* Google Custom Search Engine button */ input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus { background-color: #efd01b !important; background-image: url("https://www.google.com/uds/css/v2/search_box_icon.png") !important; background-repeat: no-repeat !important; background-position: center !important; width: 85% !important; height: 100% !important; margin-top: 8px !important; border: 2px #fdd835 solid !important; margin-bottom: 0px !important; border-radius: 0px; z-index: 100; margin-left: 0px !important; display: none !important; } @-moz-document url-prefix() { input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus { padding-top: 20px !important; padding-bottom: 15px !important; } } @-moz-document url-prefix() { .gsc-search-box-tools .gsc-search-box .gsc-input { width: 100% !important; } } .gs-result .gs-title, .gs-result .gs-title * { font-size: 18px !important; text-decoration: none !important; } /* Google Custom Search results sort by */ .gsc-selected-option-container { min-width: 80px !important; } .gsc-results { /* Sets font for titles, snippets, and URLs. */ line-height: 1.25em !important; color: #1a0dab !important; } .gs-visibleUrl { color: #274e13 !important; } .gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top { padding-left: 0px !important; padding-right: 0px !important; } .gsc-above-wrapper-area { border-bottom: none !important; } #bread a { color: #000; text-decoration: none; } #bread a:hover { color: #000; } .page-header { padding-bottom: 9px; margin: auto; margin-bottom: 20px; border-bottom: 1px solid #eee; } .nohighlight { background: #2d2d2d; color: #cccccc; padding: 0.5em; white-space: pre-wrap; display: block; } /* FIXME: */ /* */ .contributor { background-color: #f0f4f5; padding: 15px; margin: 20px 0px 20px 0px; } .jumbotron { text-align: left; background-color: transparent; } .featured-docs { margin: 0 auto; float: none; max-width: 800px; } .jumbotron > p > a:hover { text-decoration: none; } .featured-docs h2 { text-align: center; margin-top: 0px; } .featured_docs a { text-decoration: none; } .featured_docs small { padding-left: 10px; } .jumbotron small { padding-left: 10px; } /* .manual-toc a { background: #fff; color: #44525e; text-decoration: none; list-style-type: none; } .manual-toc .child ul > a { padding: 10px 10px 10px 50px; font-size: medium; } .manual-toc ul { } .manual-toc li { list-style-type: none; } */ .manual-guide-toc-well { display: flex; } /* */ /* .manual-toc .active-trail > li > a:hover { background-color: #eef2f3 !important; } .manual-toc .active-trail { font-weight: bold; background-color: #eef2f3; color: #44525e; border-right: 4px solid #dde5e7; padding: 10px 10px 10px 40px; } .manual-toc .active-trail { font-weight: bold; background-color: #eef2f3; color: #44525e; border-right: 4px solid #dde5e7; padding: 10px 10px 10px 40px; } .panel-default > .panel-heading { background-color: #fff !important; } .manual-toc a { padding: 10px 10px 10px 40px; display: block; } */ /* */ .manual-doc { padding-left: 50px; border-left: solid 2px #eef2f3; } .guide-nav { margin-top: -30px; padding-left: 0px; padding-right: 0px; } .guide-doc-body { padding-left: 30px; } /* .manual-toc { padding: 0px; } */ /* */ .manual-body { width: 70%; float: right; margin-right: 80px; } #back:before { content: "\f053"; font-family: "FontAwesome"; margin-right: 10px; } .terminus-plugin { margin: 10px; flex: 1; overflow: overlay; } .devbar { background-color: #0a6bb5; border-radius: 0px; } .devbar h3, .devbar p { color: #fff; margin-top: 10px; } p.devbar > a { color: #fff !important; font-weight: bolder !important; text-decoration: underline !important; } p.devbar > a:hover { opacity: 0.65; } .depbar { background-color: #fcf8e3; border-color: #faebcc; border-radius: 0px; } .depbar h3, .depbar p { color: #8a6d3b; margin-top: 10px; } p.depbar > a { color: #8a6d3b !important; font-weight: bolder !important; } p.depbar > a:hover { opacity: 0.65; } #earlyaccessoutter { padding: 25px; margin-bottom: 30px; } .label { display: inline-block !important; vertical-align: text-bottom; margin-left: 4px; } .label-info { background-color: rgb(18, 124, 187); } /* Footer from Pantheon.io */ /* ========================================================================== Footer ========================================================================== */ /** * Footer stuff n' things. * Footer is set in a 3-col layout to handle Logo | Nav(s) | Copyright. */ /* */ /* */ /* */ /* */ .ctaBtn a:hover { text-decoration: underline; } /* .oh-description { max-width: 560px; margin: auto; } */ /* */ /* Adjustments*/ /* */ /* .footer-topic-col1 { width: 40%; float: left; padding-right: 10px; } .footer-topic-col2 { width: 60%; float: left; padding-right: 10px; border-right: solid 1px #efd01b; } */ /* .license-text { width: 80%; float: left; padding-right: 10px; }*/ /* */ /*}*/ /* CTA */ /* CTA Standard */ /* To be used on white background */ a.ctaBtn { font-size: 14px; line-height: 1; white-space: nowrap; max-width: none; padding: 0 0 0 12px !important; margin-bottom: 0px; transition: 200ms all; font-weight: 800; font-family: "Open Sans", sans-serif; text-decoration: none; background: #000 !important; color: #fff !important; border: 2px solid #000; letter-spacing: 1px !important; display: inline-block; } a.ctaBtn:after { font-family: "FontAwesome" !important; content: "\f105"; margin: 0 !important; padding: 12px !important; display: inline-block !important; background: none; height: 100%; } a.ctaBtn:hover, a.ctaBtn:after:hover { background: #efd01b !important; box-shadow: none !important; color: #000 !important; text-decoration: none !important; } /* CTA Yellow */ /* To be used on very dark backgrounds */ /* */ /* CTA Black on Yellow */ /* To be used on yellow backgrounds */ a.ctaBtn.cta-black-on-yellow:hover, a.ctaBtn.cta-black-on-yellow:after:hover { background: white !important; box-shadow: none !important; } /* CTA Black on Yellow */ /* To be used on yellow backgrounds */ a.ctaBtn.cta-black-on-yellow:hover, a.ctaBtn.cta-black-on-yellow:after:hover { background: white !important; box-shadow: none !important; } /* Author Info */ .author-info { /* margin-bottom: 254px; margin-top: 140px*/ } .author-info__name { font-size: 24px; font-family: "Open Sans", sans-serif; line-height: 1.2; color: #313945; margin-top: 10px; } .author-info__title { font-weight: 300; font-family: "Open Sans", sans-serif; font-size: 18px; color: #44525e; } .author-info__img { text-align: left; } .author-info__img img { border-radius: 50%; height: auto; border: none; width: 200px; } /* Guest Info */ #guest-info { border: #ddd solid 1px; padding: 50px; margin: 20px 0px 20px 0px; } .preview-contributor { display: flow-root; margin: 20px 20px 20px 20px; border: 1px solid #ddd; background-color: #f7f7f7; } /* */ .media-body h1 { margin-top: 0px; } .media-body h2 { margin-top: 10px; } .guest-info__header { font-weight: 300; } .guest-info__name { font-size: 24px; font-family: "Open Sans", sans-serif; line-height: 1.2; margin-top: 10px; } .guest-info__title { font-weight: 300; font-family: "Open Sans", sans-serif; font-size: 18px; } .media-body { padding: 15px; padding-top: 30px; } .media-body__preview { padding: 15px; padding-top: 30px; display: table; } /* Topic Info */ .topic-info { background-image: linear-gradient(0deg, #dbe4e6 0%, #ffffff 100%); border: 1px solid #a4bbc1; min-height: 136px; } .plugin-dir { background-image: none !important; border: 1px solid #a4bbc1; min-height: 265px !important; padding: 0px 8px 0px 8px; margin-bottom: 20px; } .row-topics-list .topic-info { margin: 0 15px 30px; } /*.topic-info > a.topic-info-link { display:flex; }*/ .main-topic-info { background-image: linear-gradient(0deg, #dbe4e6 0%, #ffffff 100%); border: 1px solid #a4bbc1; margin: 0 15px 30px; } .main-topic-info__image { height: 80px; background-size: contain; background-repeat: no-repeat; background-position: center; margin-top: 25px; } /* */ /* */ /* */ @media (max-width: 910px) { /* .row-topics-list.row-topics-list-secondary { display: block; } .row-topics-list.row-topics-list-secondary > div { max-width: 100%; } */ /* .row-topics-list-secondary .topic-info .topic-info__image { width: 20%; height: 136px; background-size: 70%; margin: 0 5%; background-position: center; } */ } @media (max-width: 995px) { .row-topics-list.row-topics-list-main { display: block; } .row-topics-list.row-topics-list-main > div { max-width: 100%; } div.col-md-3.manual-guide-toc { background-color: #fff; display: block; position: relative; top: 0px; border-right: none; } .manual-guide-toc-well { display: block; } /* */ } @media (max-width: 448px) { #headless { flex: 1 100% !important; } } .topic-info:hover, .main-topic-info:hover { background: #ffffff; border: 1px solid #a4bbc1; box-shadow: 0px 0px 11px 0px rgba(120, 134, 142, 0.62); } .topic-info__text { padding: 15px; float: left; } .topic-info .topic-info__text { width: 70%; padding-left: 0; } /* */ .main-topic-info__title { font-family: "Open Sans", sans-serif; font-size: 32px; color: rgb(18, 124, 187); line-height: 32px; margin-top: 30px; text-align: center; } /* */ /* Video Info */ .video-info-link:hover { text-decoration: none; } .video-info { border: 1px solid #a4bbc1; height: 93px; border: 1px solid #a4bbc1; display: flex; margin-bottom: 30px; } .video-info:hover { background: #ffffff; border: 1px solid #a4bbc1; box-shadow: 0px 0px 11px 0px rgba(120, 134, 142, 0.62); } .video-info__image { float: left; flex-basis: 166px; max-width: 166px; margin: 0; background-size: cover; background-repeat: no-repeat; background-position: center; border-right: 1px solid #b5c0c3; position: relative; } .video-info__image-overlay { position: absolute; width: 100%; height: 100%; background-color: rgba(49, 57, 69, 0.2); background-repeat: no-repeat; background-position: center; background-image: url("../../static/images/play-btn-small.svg"); } .video-info__text { padding: 10px; float: left; flex: 1; } .video-info__title { font-family: "Open Sans", sans-serif; margin-top: 0; font-size: 13px; color: #181d21; line-height: 18px; margin-bottom: 2px; } .video-info__description { font-family: "Open Sans", sans-serif; font-size: 12px; color: #44525e; line-height: 17px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box !important; } a:focus { text-decoration: none; } /* Video Hero */ /* */ /* */ /* .guide-cta__text { flex-basis: inherit; flex: 4; padding: 0px !important; border-radius: 0px 4px 4px 0px; align-self: center; } .guide-cta__text_inner { padding: 25px !important; margin-top: -30px; } */ /* .guide-cta-feature-image { padding: 0px; } .home-guide-cta-feature-image > img { padding: 30px 0px 0px 10px; margin: 0px; border-radius: 4px 0px 0px 4px; } .guide-cta-feature-image > img { padding: 0px; margin: 0px; border-radius: 4px 0px 0px 4px; } */ /* .demo-cta-landing { padding: 30px; display: flex; padding: 0px; border: 1px solid #b5c0c3; border-radius: 4px; color: #ffffff; padding: 25px !important; display: block; background-color: #000000; vertical-align: bottom; } */ /* .hero-video__demo-cta-title { font-family: "Open Sans", sans-serif; font-size: 32px; line-height: 43px; margin-bottom: 5px; margin-top: 5px; color: #ffffff !important; } .hero-video__demo-cta-subtitle { font-family: "TabletGothic"; line-height: 20px; margin-bottom: 0px; color: #ffffff !important; } */ /* */ /* */ /* */ /* .hero-video { background-image: linear-gradient(0deg, #dbe4e6 0%, #ffffff 100%); border: 1px solid #a4bbc1; } .hero-video__title { font-family: "Open Sans", sans-serif; font-size: 36px; color: #44525e; line-height: 43px; margin-bottom: 20px; margin-top: 0; } */ /* */ /* */ /* */ /* #guide-cta > a:hover { text-decoration: none; opacity: 0.65; } */ /* .hero-video__subtitle { font-family: "TabletGothic-SemiBold"; font-size: 14px; color: #313945; line-height: 20px; margin-bottom: 35px; } */ /* .hero-video__bullets { margin-bottom: 0; padding-left: 18px; } .hero-video__bullets li { font-family: "Open Sans", sans-serif; font-size: 14px; color: #44525e; line-height: 17px; margin-bottom: 10px; padding-left: 8px; } */ .hero-video__video { padding: 0; border: solid 10px #eef2f3; margin-bottom: 30px; } .hero-video__video iframe { width: 100%; } .hero-video__text { padding: 40px; } /* */ /* shared */ .topic-docs { padding: 0; list-style-type: none; display: flex; flex-flow: row wrap; position: relative; margin-top: 20px; } .topic-docs li { flex-basis: 100%; max-width: 100%; /* min-height: 55px; */ display: flex; margin-bottom: 20px; padding-right: 15px; padding-left: 0px; } .topic-docs li a { width: 100%; align-self: flex-end; display: inline-block; padding-bottom: 10px; border-bottom: 1px solid #a4bbc1; font-family: "Open Sans", sans-serif; font-size: 17px; color: rgb(18, 124, 187); line-height: 22px; } .topic-docs li a:hover { text-decoration: none; opacity: 0.65; } /* */ /* */ .external-link { position: relative; } .external-link:after { position: absolute; font-family: "FontAwesome"; content: "\f08e"; right: -17px; top: -10px; width: auto; color: #313945; font-size: 13px; line-height: 20px; } .notfound { display: block; margin-left: auto; margin-right: auto; align-self: center; width: 50%; padding-top: 1rem; padding-bottom: 2rem; } /* Was this helpful widget */ /* .helpful { margin: 60px 0; } */ /* .helpful__text { font-family: "Open Sans", sans-serif; font-size: 18px; color: #313945; line-height: 17px; margin-right: 10px; } */ /* Responsive tweaks */ @media (max-width: 500px) { h1.title { font-size: 36px; } } @media (max-width: 1214px) { .hero-video__text { padding: 20px; } } @media (max-width: 1006px) { /* .author-info { margin-bottom: 60px; margin-top: 60px; } */ } @media (max-width: 998px) { /* */ } @media (max-width: 400px) { /* .helpful__text { display: block; margin-bottom: 20px; } */ } @media screen and (max-width: 995px) { /* .manual-doc { margin-top: 30px; margin-bottom: 30px; } */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ } /* */ /* */ /* Front page Icon boxes */ /* .row-topics-list { display: flex; } .row-topics-list > div { flex-basis: 33.3%; max-width: 33.3%; } */ /* .upstream-overview-outter { padding: 25px; border-radius: 5px; border: solid rgb(18, 124, 187) 2px; display: inline-flex; } .upstream-content-inner-icon { text-align: left; margin-left: 10px; display: block; } .upstream-content-inner-content { text-align: left; margin-left: 10px; display: block; width: 90%; margin-top: -10px; } .upstream-overview-outter-clear::after { content: url("../../static/images/arrow.svg"); } .upstream-overview-outter-clear { text-align: center; } .upstream { padding-left: 10px; font-size: small; } .upstream li { line-height: 1.35; padding-bottom: 4px; } .row-fluid { margin-left: -15px; margin-right: -15px; } */ /* .terminus-dir-row { -webkit-justify-content: flex-start; display: flex; flex-flow: row wrap; justify-content: space-around; } */ /* .preview-flex-panel-item { flex: 1 46%; margin: 0px 0px 15px 15px; color: #333; min-width: 450px; } */ /* */ /* */ /* .platform-integrations { color: #78868e; font-size: xx-small; margin: 0px; align-self: center; text-align: center; } */ /* .flex-panel-item-home { flex: 1 1 0%; margin: 0px 0px 15px 15px; border: 1px solid #b5c0c3; border-radius: 4px; color: #333; } .flex-panel-item-home:hover { background: #ffffff; border: 1px solid #a4bbc1; box-shadow: 0px 0px 11px; border-radius: 4px; } */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* blockquote.block-info { border: 1px solid #ddd; border-left-color: #5bc0de; border-left-width: 5px; border-radius: 4px; font-family: "Open Sans", sans-serif; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } */ /* .block-info h3, .block-success h3 { margin-top: 0; } blockquote.block-success { border: 1px solid #ddd; border-left-color: #5cb85c; border-left-width: 5px; border-radius: 4px; font-family: "Open Sans", sans-serif; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } */ /* .upstreams-regular { content: url("../../static/images/upstreams-regular.svg"); display: inline-block; font-style: normal; font-weight: normal; line-height: 1.4; vertical-align: top; margin-right: 2px; margin-left: 3px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } */ /* .secure { color: #0b8043 !important; } */ /* .no-border { border: none !important; } */ /* .checklist-icons { color: inherit; pointer-events: none; display: inline-block; font-style: normal; font-weight: normal; font-family: "Glyphicons Halflings"; line-height: 1.4; vertical-align: top; margin-right: 2px; margin-left: 3px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } */ /* .asana { border: solid 1px; border-radius: 50%; padding: 1px 4px; } */ /* .style-example { border: solid 2px #e5e5e5; position: relative; padding: 45px 15px 15px; margin-bottom: 20px; } .style-example::after { position: absolute; top: 15px; left: 15px; font-size: 12px; font-weight: 700; color: #959595; text-transform: uppercase; letter-spacing: 1px; content: "Example"; } */ /* hr.source-code { margin-bottom: 40px; position: relative; } hr.source-code::after { position: absolute; font-size: 12px; font-weight: 700; color: #959595; text-transform: uppercase; letter-spacing: 1px; content: "Source"; margin-top: 10px; } */ /* .no-border { border: none !important; } */ /* .pop-desc { font-size: smaller; color: gray; margin-top: -30px; } .cdn-map-container { background-color: #313945; } */ /* Override Tables with table-responsive and table-bordered */ /* */
src/styles/main.css
* Pantheon Documentation * Special styles for presenting Pantheon's documentation and code examples. */ /* * Scaffolding * * Update the basics of our documents to prep for docs content. */ /* */ /* */ /* shared */ /* h1.main-headline { font-family: "TabletGothic"; font-weight: 700; } */ /* h1.title { font-family: "TabletGothic"; font-weight: 700; font-size: 50px; color: #313945; line-height: 46px; margin-bottom: 30px; margin-top: 30px; margin-left: 15px; } */ /* */ /* .share-buttons { margin-bottom: 20px; } */ /* .featured > li > a { text-transform: capitalize; margin-bottom: 10px; } .featured > li { margin-top: 15px; font-size: 17px; } .featured { display: block; } */ /* */ /* .start { display: block; background-color: white; padding: 30px; } .start > li > a { text-align: left; } */ /* shared */ .ctaBtn { display: block; } .mb-20 { margin-bottom: 20px !important; } .mb-30 { margin-bottom: 30px !important; } .mb-40 { margin-bottom: 40px !important; } .mb-70 { margin-bottom: 70px !important; } body { font-family: "Open Sans", sans-serif; font-size: 16px; line-height: 1.65em; -webkit-font-smoothing: antialiased; -webkit-text-stroke: 1px transparent; font-smoothing: antialiased; background-color: #fff; padding-top: 160px; color: #333; min-height: 100%; margin: 0; } /* */ body.row.main { position: relative; top: 50px; /* For scrollspy */ } header { margin-bottom: 20px; } .main { margin-bottom: 40px; } .topnav { font-size: 0.9em; color: #000; padding-bottom: 20px; text-transform: capitalize; } .top-container { padding-top: 70px; } .pio-breadcrumb { list-style-type: none; padding-left: 0; } .pio-breadcrumb li { display: inline; color: rgb(18, 124, 187); } .pio-breadcrumb a { color: rgb(18, 124, 187); } .pio-breadcrumb a:hover { text-decoration: none; opacity: 0.65; } a.not-allowed { color: #313945; text-decoration: none; } a.not-allowed:hover { cursor: not-allowed; color: #313945; text-decoration: none; opacity: inherit; } .pio-breadcrumb li:after { content: " / "; } .pio-breadcrumb li:last-child:after { content: ""; } /* * Related * * Related Links in the sidebar */ .related { padding-left: 0; } .related li { list-style-type: none; padding-left: 0; margin-bottom: 14px; } .related li a { font-family: "Open Sans", sans-serif; font-size: 13px; color: rgb(18, 124, 187); line-height: 18px; } .related li a:hover { text-decoration: none; opacity: 0.65; } .pio-action-container { text-align: center; margin-top: 20px; } .pio-action-container-inner { width: 100%; padding: 20px; display: inline-block; float: none; color: rgb(18, 124, 187); border: #eef2f3 solid 2px; } .pio-category-container { text-align: center; margin-top: 20px; } .pio-category-container-inner { width: 100%; display: inline-block; float: none; } .pio-cat-container-inner { width: 100%; padding: 20px; display: inline-block; float: none; border: rgb(18, 124, 187) solid 2px; } .pio-action-container-inner:hover { border: rgb(18, 124, 187) solid 2px; transition: 200ms all; } .pio-cat-container-inner:hover { border: #217ca1 solid 2px; transition: 200ms all; } .has-feedback .form-control-feedback { top: 0px; } .search-landing { margin-left: 16.6666667%; text-align: center; } img { max-width: 100%; margin: 15px 0px; } img.noborder { border: none; margin: auto; } pre code { font-size: 14px; } code.command::before { content: "$ "; } code.sftp-command::before { content: "sftp> "; } /* Keep code small in tables on account of limited space */ .table code { font-size: 13px; font-weight: normal; } .popover-content { font-size: smaller; } /* Table Striping */ tr:nth-child(even) { background-color: #d2d9dd; } thead tr { padding-left: 10px; background-color: #d2d9dd; } thead th:not(:last-child) { border-right: 1px solid #ffffff !important; } tr:nth-child(even) td:not(:last-child) { border-right: 1px solid #ffffff !important; } /* Pantheon "B" icon */ .pio-docs-booticon { display: block; font-weight: 500; color: #fff; text-align: center; cursor: default; background-color: #563d7c; border-radius: 15%; } .pio-docs-booticon-sm { width: 30px; height: 30px; font-size: 20px; line-height: 28px; } .pio-docs-booticon-lg { width: 144px; height: 144px; font-size: 108px; line-height: 140px; } .pio-docs-booticon-inverse { color: #563d7c; background-color: #fff; } .pio-docs-booticon-outline { background-color: transparent; border: 1px solid #cdbfe3; } /* * Main navigation * * Turn the `.navbar` at the top of the docs purple. */ /* .docs svg { } */ a.ctaBtn:hover { color: #000 !important; background-color: #fff !important; border: 2px solid #000; } /* */ /* */ /* */ .pio-home-nav .pio-nav-b { display: none; } /* */ @media (max-width: 1214px) { .hero-video__text { padding: 20px; } } @media (max-width: 1006px) { .hero-video__video { padding-right: 0; } } .pantheon-logo { max-height: 60px; margin-left: 20px; } /* */ /* */ #subnav { float: left; top: 60px; position: absolute; background-color: #dde5e7 !important; z-index: 1001; color: #222; padding: 0px; } #subnav ul li { background-color: #efefef !important; } #subnav ul li a { color: #222; background-color: #efefef !important; font-weight: bold; text-transform: capitalize; background-color: transparent; padding-left: 0px; padding-right: 0px; margin-left: 10px; margin-right: 5px; } span#drop-rsaquo { float: right; margin-left: 10px; margin-right: 0px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); color: #efd01b; } span#changelog-rsaquo { font-weight: bold; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } /* */ /* */ /* */ /* */ /* */ .navbar-fixed-top > .col-md-8 > . { font-weight: 400; cursor: not-allowed; } #subnav .subnav-search { } /*Responsive layout*/ /* */ @media screen and (min-width: 995px) { /* */ .doc-fm-br br { display: none; } } @-moz-document url-prefix() { .subnav-search { margin-top: 0px !important; } } .subnav-search { margin-top: 7px; } @media (max-width: 995px) { /* */ /* */ .float-foot { height: 110px !important; } .pio-category-container#powerusers { border-right: none !important; border-bottom: solid 1px #bdbdbd !important; } #cta-changelog-powerusers { margin-bottom: 40px !important; } /* */ .jumbotron h1 { font-size: 32px !important; } /* */ /* */ /* */ /* */ } /* */ /* */ /* .docs svg { margin-left: 15px; margin-top: 8px; } @media (max-width: 340px) { .docs svg { margin-left: 3px; margin-top: 8px; } } */ /* * Footer * * Separated section of content at the bottom of all pages, save the homepage. */ .float-foot { position: absolute; left: 0; right: 0; bottom: 200px; background: #78868e; height: 70px; text-align: center; color: white; font-size: 18px; font-weight: 700; z-index: 10; margin-top: 10px; color: #fff; } .float-foot a { margin-top: 15px; color: #efd01b; } .float-foot a:hover { text-decoration: none; } #footer { background-color: #000; font-size: 13px; line-height: 1; position: relative; left: 0; bottom: 0px; height: 716px; width: 100%; } #footer-icon p { margin: 0px 15px 0px 15px; } #footer-icon img { display: block; margin-right: auto; margin-left: auto; margin-bottom: 10px; margin-top: 20px; } .centerdiv { margin-left: auto; margin-right: auto; display: block; } /* */ /* */ /* * Responsive Footer * */ @media (min-width: 995px) and (max-width: 1200px) { } @media (max-width: 995px) { .hidden-s { display: none !important; } .guide-nav { margin-top: 0px !important; } .guide-doc-body { border-left: none !important; padding-left: 15px !important; } } @media (min-width: 995px) { .footer { padding-bottom: 40px; } } @media (max-width: 725px) { } @media (max-width: 725px) { .hidden-sff { display: none; } } @media (max-width: 998px) { .container { width: auto; } } @media (min-width: 430px) { .container.content { max-width: 90%; } } /* */ /* */ /* * Social buttons * * Twitter and GitHub social action buttons (for homepage and footer). */ .pio-docs-social { margin-bottom: 20px; text-align: center; } .pio-docs-social-buttons { display: inline-block; padding-left: 0; margin-bottom: 0; list-style: none; } .pio-docs-social-buttons li { display: inline-block; padding: 5px 8px; line-height: 1; } .pio-docs-social-buttons .twitter-follow-button { width: 225px !important; } .pio-docs-social-buttons .twitter-share-button { width: 98px !important; } /* Style the GitHub buttons via CSS instead of inline attributes */ .github-btn { overflow: hidden; border: 0; } /* .btn-pio { display: inline-block; padding: 4px 14px; border-radius: 3px; box-sizing: border-box; background: #333; color: #fff; font-weight: 700; text-decoration: none; white-space: nowrap; } .btn-pio:hover { color: #fff; } */ /* * Homepage * * Tweaks to the custom homepage and the masthead (main jumbotron). */ .jumbotron { padding: 30px 0px; margin-bottom: 0px; color: inherit; background: transparent; text-align: center; } /* Share masthead with page headers */ /* .pio-docs-masthead, .pio-docs-header { position: relative; padding: 30px 15px; color: #000000; text-align: center; } */ .category { margin-bottom: 15px; display: inline-block; } .document-list { margin-top: 30px; margin-bottom: 50px; } /* Masthead (headings and download button) */ /* .pio-docs-masthead .pio-docs-booticon { margin: 0 auto 30px; } .pio-docs-masthead h1 { font-weight: 300; line-height: 1; color: #fff; } .pio-docs-masthead .lead { margin: 0 auto 30px; font-size: 20px; color: #fff; } .pio-docs-masthead .version { margin-top: -15px; margin-bottom: 30px; color: #9783b9; } .pio-docs-masthead .btn { width: 100%; padding: 15px 30px; font-size: 20px; } */ @media (min-width: 480px) { } @media (max-width: 768px) { .manual-guide-toc .navbar-toggle { display: block; margin-top: 0 !important; order: 1; margin-left: auto; position: absolute; right: 0; top: 13px; } } @media (min-width: 768px){ .manual-guide-toc .navbar-toggle { display: none; } .navbar-collapse.collapse { width: 100%; } } @media (min-width: 992px) { } /* * Page headers * * Jumbotron-esque headers at the top of every page that's not the homepage. */ /* Page headers */ /* .pio-docs-header { margin-bottom: 20px; font-size: 20px; } .pio-docs-header h1 { margin-top: 0; color: #000; } .pio-docs-header p { margin-bottom: 0; font-weight: 300; line-height: 1.4; } .pio-docs-header .container { position: relative; } */ @media (min-width: 995px) { /* .pio-docs-header { padding-top: 20px; padding-bottom: 20px; font-size: 24px; text-align: center; } .pio-docs-header h1 { font-size: 60px; line-height: 1; } */ } @media (min-width: 992px) { /* .pio-docs-header h1, .pio-docs-header p { } */ } /* * Homepage featurettes * * Reasons to use Pantheon, entries from the Expo, and more. */ /* .pio-docs-featurette { padding-top: 40px; padding-bottom: 40px; font-size: 16px; line-height: 1.5; color: #555; text-align: center; background-color: #fff; border-bottom: 1px solid #e5e5e5; } .pio-docs-featurette + .pio-docs-footer { margin-top: 0; border-top: 0; } */ /* .pio-docs-featurette-title { margin-bottom: 5px; font-size: 30px; font-weight: normal; color: #333; } */ /* .half-rule { width: 100px; margin: 40px auto; } */ /* .pio-docs-featurette h3 { margin-bottom: 5px; font-weight: normal; color: #333; } .pio-docs-featurette-img { display: block; margin-bottom: 20px; color: #333; } .pio-docs-featurette-img:hover { color: rgb(18, 124, 187); text-decoration: none; } .pio-docs-featurette-img img { display: block; margin-bottom: 15px; } */ /* @media (min-width: 480px) { .pio-docs-featurette .img-responsive { margin-top: 30px; } } @media (min-width: 995px) { .pio-docs-featurette { padding-top: 100px; padding-bottom: 100px; } .pio-docs-featurette-title { font-size: 40px; } .pio-docs-featurette .lead { max-width: 80%; margin-right: auto; margin-left: auto; } .pio-docs-featurette .img-responsive { margin-top: 0; } } */ /* * Document Layout * */ /* */ /* * Featured sites * * Homepage thumbnails from the Expo. */ .pio-docs-featured-sites { margin-right: -1px; margin-left: -1px; } .pio-docs-featured-sites .col-xs-6 { padding: 1px; } .pio-docs-featured-sites .img-responsive { margin-top: 0; } @media (min-width: 995px) { .pio-docs-featured-sites .col-sm-3:first-child img { border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .pio-docs-featured-sites .col-sm-3:last-child img { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } } /* * Examples * * Linked docs examples. */ /* .pio-examples .thumbnail { margin-bottom: 10px; } .pio-examples h4 { margin-bottom: 5px; } .pio-examples p { margin-bottom: 20px; } */ @media (max-width: 480px) { /* .pio-examples { margin-right: -10px; margin-left: -10px; } .pio-examples > [class^="col-"] { padding-right: 10px; padding-left: 10px; } */ } /* * Side navigation * * Scrollspy and affixed enhanced navigation to highlight sections and secondary * sections of docs content. */ /* By default it's not affixed in mobile views, so undo that */ .tocify-hide { display: none !important; } .tocify { } /* First level of nav */ .pio-docs-sidenav { margin-bottom: 20px; } .pio-landing-sidenav { margin-left: -15px; margin-right: 15px; padding-left: 30px; padding-top: 9px; padding-bottom: 30px; height: 100%; min-height: 100%; background: #f5f8f8; } .pio-landing-sidenav ul { list-style: none; padding-left: 0px; } .pio-landing-sidenav .list-group { box-shadow: 0px 0px 0px; border-radius: 0; -webkit-box-shadow: 0px 0px 0px; } .pio-landing-sidenav .list-group-item { padding: 10px 0; border: 0px; background-color: transparent; } .pio-landing-sidenav p { margin-bottom: 0px; line-height: normal; text-indent: 0; } .pio-landing-sidenav .list-group-item:before { font-family: "Glyphicons Halflings"; content: "\E022"; float: left; color: #44525e; opacity: 0.7; display: block; width: 1.5em; position: relative; top: -3px; } .pio-landing-sidenav a { color: #44525e; text-decoration: none; font-size: 14px; } .pio-landing-sidenav a:hover { color: #222222; } /* Back to top (hidden on mobile) */ .back-to-top, .pio-docs-theme-toggle { display: none; padding: 4px 10px; margin-top: 10px; margin-left: 10px; font-size: 12px; font-weight: 500; color: #44525e; } .back-to-top:hover, .pio-docs-theme-toggle:hover { color: #44525e; text-decoration: none; } .pio-docs-theme-toggle { margin-top: 0; } @media (min-width: 995px) { .back-to-top, .pio-docs-theme-toggle { display: block; } } .guide-content-well { /*border-bottom: .1em solid #eef2f3;*/ } .doc-content-well { padding-bottom: 50px; } .survey-pio-outter { padding: 0px; background-color: #fff; margin-bottom: -10px; } /* * Docs sections * * Content blocks for each component or feature. */ /* Space things out */ .pio-docs-section { margin-bottom: 60px; } .pio-docs-section:last-child { margin-bottom: 0; } h1[id] { padding-top: 20px; margin-top: 0; } /* * Callouts * * Not quite alerts, but custom and helpful notes for folks reading the docs. * Requires a base and modifier class. */ /* Common styles for all types */ .pio-callout { padding: 20px; margin: 20px 0; border: 1px solid #eee; border-left-width: 5px; border-radius: 3px; } .pio-callout h4 { margin-top: 0; margin-bottom: 5px; } .pio-callout p:last-child { margin-bottom: 0; } .pio-callout code { border-radius: 3px; } /* Tighten up space between multiple callouts */ .pio-callout + .pio-callout { margin-top: -5px; } /* Variations */ .pio-callout-danger { border-left-color: #d9534f; } .pio-callout-danger h4 { color: #d9534f; } .pio-callout-warning { border-left-color: #f0ad4e; } .pio-callout-warning h4 { color: #f0ad4e; } .pio-callout-info { border-left-color: #5bc0de; } .pio-callout-info h4 { color: #5bc0de; } /* * Color swatches * * Color swatches and associated values for our grayscale and brand colors. */ .color-swatches { margin: 0 -5px; overflow: hidden; /* clearfix */ } .color-swatch { float: left; width: 60px; height: 60px; margin: 0 5px; border-radius: 3px; } @media (min-width: 995px) { .color-swatch { width: 100px; height: 100px; } } /* Framework colors */ .color-swatches .gray-darker { background-color: #222; } .color-swatches .gray-dark { background-color: #333; } .color-swatches .gray { background-color: #555; } .color-swatches .gray-light { background-color: #999; } .color-swatches .gray-lighter { } .color-swatches .brand-primary { background-color: rgb(18, 124, 187); } .color-swatches .brand-success { background-color: #5cb85c; } .color-swatches .brand-warning { background-color: #f0ad4e; } .color-swatches .brand-danger { background-color: #d9534f; } .color-swatches .brand-info { background-color: #5bc0de; } /* Docs colors */ .color-swatches .pio-purple { background-color: #563d7c; } .color-swatches .pio-purple-light { background-color: #c7bfd3; } .color-swatches .pio-purple-lighter { background-color: #e5e1ea; } .color-swatches .pio-gray { background-color: #f9f9f9; } /* * Team members * * Avatars, names, and usernames for core team. */ .avatar { margin: 15px; } .pio-team .team-member { line-height: 32px; color: #555; } .pio-team .team-member:hover { color: #333; text-decoration: none; } .pio-team .github-btn { float: right; width: 180px; height: 20px; margin-top: 6px; } .pio-team img { float: left; width: 32px; margin-right: 10px; border-radius: 4px; } /* * Wall of Browser Bugs * * Better display for the responsive table on the Wall of Browser Bugs. */ .pio-docs-browser-bugs td p { margin-bottom: 0; } .pio-docs-browser-bugs th:first-child { width: 18%; } /* * Grid examples * * Highlight the grid columns within the docs so folks can see their padding, * alignment, sizing, etc. */ .show-grid { margin-bottom: 15px; } .show-grid [class^="col-"] { padding-top: 10px; padding-bottom: 10px; background-color: #eee; background-color: rgba(86, 61, 124, 0.15); border: 1px solid #ddd; border: 1px solid rgba(86, 61, 124, 0.2); } /* * Examples * * Isolated sections of example content for each component or feature. Usually * followed by a code snippet. */ /* .pio-example { position: relative; padding: 45px 15px 15px; margin: 0 -15px 15px; border-color: #e5e5e5 #eee #eee; border-style: solid; border-width: 1px 0; -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05); box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05); } */ /* Echo out a label for the example */ /* .pio-example:after { position: absolute; top: 15px; left: 15px; font-size: 12px; font-weight: bold; color: #959595; letter-spacing: 1px; content: "Example"; } */ /* Tweak display of the code snippets when following an example .pio-example + .hljs, .pio-example + .zero-clipboard + .hljs { margin: -15px -15px 15px; border-width: 0 0 1px; border-radius: 0; }*/ /* Make the examples and snippets not full-width */ @media (min-width: 995px) { /* .pio-example { margin-right: 0; margin-left: 0; background-color: #fff; border-color: #ddd; border-width: 1px; border-radius: 4px 4px 0 0; -webkit-box-shadow: none; box-shadow: none; } .pio-example + .hljs, .pio-example + .zero-clipboard + .hljs { margin-top: -16px; margin-right: 0; margin-left: 0; border-width: 1px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }*/ .pio-example-standalone { border-radius: 4px; } } /* Undo width of container */ /* .pio-example .container { width: auto; } */ /* Tweak content of examples for optimum awesome */ /* .pio-example > p:last-child, .pio-example > ul:last-child, .pio-example > ol:last-child, .pio-example > blockquote:last-child, .pio-example > .form-control:last-child, .pio-example > .table:last-child, .pio-example > .navbar:last-child, .pio-example > .jumbotron:last-child, .pio-example > .alert:last-child, .pio-example > .panel:last-child, .pio-example > .list-group:last-child, .pio-example > .well:last-child, .pio-example > .progress:last-child, .pio-example > .table-responsive:last-child > .table { margin-bottom: 0; } .pio-example > p > .close { float: none; } */ /* Typography */ .pio-example-type .table .type-info { color: #999; vertical-align: middle; } .pio-example-type .table td { padding: 15px 0; border-color: #eee; } .pio-example-type .table tr:first-child td { border-top: 0; } .pio-example-type h1, .pio-example-type h2, .pio-example-type h3, .pio-example-type h4, .pio-example-type h5, .pio-example-type h6 { margin: 0; } /* Contextual background colors */ .pio-example-bg-classes p { padding: 15px; } /* Images */ /* .pio-example > .img-circle, .pio-example > .img-rounded, .pio-example > .img-thumbnail { margin: 5px; } */ /* Tables */ /* .pio-example > .table-responsive > .table { background-color: #fff; } */ /* Buttons */ /* .pio-example > .btn, .pio-example > .btn-group { margin-top: 5px; margin-bottom: 5px; } .pio-example > .btn-toolbar + .btn-toolbar { margin-top: 10px; } */ /* .btn-warning { background-image: -webkit-linear-gradient(top, #fe4a45 0%, #fe4a45 100%); background-image: linear-gradient(to bottom, #fe4a45 0%, #fe4a45 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FE4A45', endColorstr='#FE4A45', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #fe4a45; margin-top: 25px; color: #ffffff; text-decoration: none; font-weight: bold; padding: 15px 10px; float: right; } .btn-warning:hover, .btn-warning:focus { background-color: #fe4a45; background-position: 0 -15px; } .btn-warning:active, .btn-warning.active { background-color: #fe4a45; border-color: #fe4a45; } */ .panel-default > .panel-heading { background-color: #dde5e7 !important; background-image: none !important; } .panel-drop { border: solid 10px #eef2f3; border-radius: 0px; } .docs-2col-panel { padding: 15px 15px 0px !important; } .panel-drop-heading { background-color: #eef2f3; border-radius: 0px; border-color: #eef2f3 !important; padding: 20px; } h3.panel-drop-title { text-decoration: none; color: #000 !important; font-weight: 700; font-family: "Open Sans", sans-serif; font-size: 14px; line-height: 1; } h4.panel-drop-title { text-decoration: none; color: #000 !important; font-weight: 700; font-family: "Open Sans", sans-serif; font-size: 14px; line-height: 1; } a.panel-drop-title { text-decoration: none; cursor: pointer; } #doc-head { background-color: #fff; } .col-md-3 i.fa { display: block !important; } #script-file { border-radius: 0 0 4px 4px !important; } .copy-snippet { position: relative; margin-bottom: 20px; } .btn-clippy { position: absolute; right: 3px; top: 3px; border-radius: 0 4px 4px 0; } img.clippy { margin: 0px; border: none; } #script-file { border-radius: 0 0 4px 4px !important; } img.clippy { margin: 0px; border: none; } #script-file { border-radius: 0 0 4px 4px !important; } /* Forms */ /* .pio-example-control-sizing select, .pio-example-control-sizing input[type="text"] + input[type="text"] { margin-top: 10px; } .pio-example-form .input-group { margin-bottom: 10px; } */ /* .pio-example > textarea.form-control { resize: vertical; } */ /* List groups */ /* .pio-example > .list-group { max-width: 400px; } */ /* Navbars */ /* .pio-example .navbar:last-child { margin-bottom: 0; } */ .pio-navbar-top-example, .pio-navbar-bottom-example { z-index: 1; padding: 0; overflow: hidden; /* cut the drop shadows off */ } .pio-navbar-top-example .navbar-header, .pio-navbar-bottom-example .navbar-header { margin-left: 0; } /* .navbar-header .docs { padding: 0 0 0 5px; height: 87px; } */ .pio-navbar-top-example .navbar-fixed-top, .pio-navbar-bottom-example .navbar-fixed-bottom { } .navbar-fixed-top { position: fixed; left: 0; right: 0; } .pio-navbar-top-example { padding-bottom: 45px; } .pio-navbar-top-example:after { top: auto; bottom: 15px; } .pio-navbar-top-example .navbar-fixed-top { top: -1px; } .pio-navbar-bottom-example { padding-top: 45px; } .pio-navbar-bottom-example .navbar-fixed-bottom { bottom: -1px; } .pio-navbar-bottom-example .navbar { margin-bottom: 0; } @media (min-width: 995px) { .pio-navbar-top-example .navbar-fixed-top, .pio-navbar-bottom-example .navbar-fixed-bottom { position: absolute; } } /* Pagination */ /* .pio-example .pagination { margin-top: 10px; margin-bottom: 10px; } */ /* Pager */ /* .pio-example > .pager { margin-top: 0; } */ /* Example modals */ .pio-example-modal { background-color: #f5f5f5; } .pio-example-modal .modal { position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: 1; display: block; } .pio-example-modal .modal-dialog { left: auto; margin-right: auto; margin-left: auto; } /* Example dropdowns */ /* */ /* Example tabbable tabs */ .pio-example-tabs .nav-tabs { margin-bottom: 15px; } /* Tooltips */ .pio-example-tooltips { text-align: center; } .pio-example-tooltips > .btn { margin-top: 5px; margin-bottom: 5px; } .pio-example-tooltip .tooltip { position: relative; display: inline-block; margin: 10px 20px; opacity: 1; } /* Popovers */ .pio-example-popover { padding-bottom: 24px; background-color: #f9f9f9; } .pio-example-popover .popover { position: relative; display: block; float: left; width: 260px; margin: 20px; } /* Scrollspy demo on fixed height div */ .scrollspy-example { position: relative; height: 200px; margin-top: 10px; overflow: auto; } /* Simple collapse example */ #collapseExample .well { margin-bottom: 0; } /* Don't wrap event names in Events tables in JS plugin docs */ .pio-events-table > thead > tr > th:first-child, .pio-events-table > tbody > tr > td:first-child { white-space: nowrap; } /* * Code snippets * * Generated via Pygments and Jekyll, these are snippets of HTML, CSS, and JS. */ pre { display: block; width: 100%; padding: 0px; margin: 0 0 0px; word-break: break-all; word-wrap: break-word; background-color: #000; border-radius: 4px; margin-bottom: 14px; word-break: break-word; } pre code, pre code .hljs, .hljs { } /**.hljs { padding: 9px 14px; background-color: #f7f7f9; border: 1px solid #e1e1e8; border-radius: 4px; } .hljs pre { padding: 0; margin-top: 0; margin-bottom: 0; word-break: normal; white-space: nowrap; background-color: transparent; border: 0; } .hljs pre code { font-size: inherit; color: #333; /* Effectively the base text color */ /**} .hljs pre code:first-child { display: inline-block; padding-right: 45px; } /* * Responsive tests * * Generate a set of tests to show the responsive utilities in action. */ /* Responsive (scrollable) doc tables */ /**.table-responsive .hljs pre { white-space: normal; }*/ /* Utility classes table */ .pio-table th small, .responsive-utilities th small { display: block; font-weight: normal; color: #999; } .responsive-utilities tbody th { font-weight: normal; } .responsive-utilities td { text-align: center; } .responsive-utilities td.is-visible { color: #468847; background-color: #dff0d8 !important; } .responsive-utilities td.is-hidden { color: #ccc; background-color: #f9f9f9 !important; } /* Responsive tests */ .responsive-utilities-test { margin-top: 5px; } .responsive-utilities-test .col-xs-6 { margin-bottom: 10px; } .responsive-utilities-test span { display: block; padding: 15px 10px; font-size: 14px; font-weight: bold; line-height: 1.1; text-align: center; border-radius: 4px; } .visible-on .col-xs-6 .hidden-xs, .visible-on .col-xs-6 .hidden-sm, .visible-on .col-xs-6 .hidden-md, .visible-on .col-xs-6 .hidden-lg, .hidden-on .col-xs-6 .hidden-xs, .hidden-on .col-xs-6 .hidden-sm, .hidden-on .col-xs-6 .hidden-md, .hidden-on .col-xs-6 .hidden-lg { color: #999; border: 1px solid #ddd; } .visible-on .col-xs-6 .visible-xs-block, .visible-on .col-xs-6 .visible-sm-block, .visible-on .col-xs-6 .visible-md-block, .visible-on .col-xs-6 .visible-lg-block, .hidden-on .col-xs-6 .visible-xs-block, .hidden-on .col-xs-6 .visible-sm-block, .hidden-on .col-xs-6 .visible-md-block, .hidden-on .col-xs-6 .visible-lg-block { color: #468847; background-color: #dff0d8; border: 1px solid #d6e9c6; } /* * Glyphicons * * Special styles for displaying the icons and their classes in the docs. */ .pio-glyphicons { margin: 0 -10px 20px; overflow: hidden; } .pio-glyphicons-list { padding-left: 0; list-style: none; } .pio-glyphicons li { float: left; width: 25%; height: 115px; padding: 10px; font-size: 10px; line-height: 1.4; text-align: center; background-color: #f9f9f9; border: 1px solid #fff; } .pio-glyphicons .glyphicon { margin-top: 5px; margin-bottom: 10px; font-size: 24px; } .pio-glyphicons .glyphicon-class { display: block; text-align: center; word-wrap: break-word; /* Help out IE10+ with class names */ } .pio-glyphicons li:hover { color: #fff; background-color: #563d7c; } @media (min-width: 995px) { .pio-glyphicons { margin-right: 0; margin-left: 0; } .pio-glyphicons li { width: 12.5%; font-size: 12px; } } /* * Customizer * * Since this is so form control heavy, we have quite a few styles to customize * the display of inputs, headings, and more. Also included are all the download * buttons and actions. */ .pio-customizer .toggle { float: right; margin-top: 25px; } /* Headings and form contrls */ .pio-customizer label { margin-top: 10px; font-weight: 500; color: #555; } .pio-customizer h2 { padding-top: 30px; margin-top: 0; margin-bottom: 5px; } .pio-customizer h3 { margin-bottom: 0; } .pio-customizer h4 { margin-top: 15px; margin-bottom: 0; } .pio-customizer .pio-callout h4 { margin-top: 0; /* lame, but due to specificity we have to duplicate */ margin-bottom: 5px; } .pio-customizer input[type="text"] { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; background-color: #fafafa; } .pio-customizer .help-block { margin-bottom: 5px; font-size: 12px; } /* For the variables, use regular weight */ #less-section label { font-weight: normal; } /* Downloads */ .pio-customize-download .btn-outline { padding: 20px; } /* Error handling */ .pio-customizer-alert { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; padding: 15px 0; color: #fff; background-color: #d9534f; border-bottom: 1px solid #b94441; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); } .pio-customizer-alert .close { margin-top: -4px; font-size: 24px; } .pio-customizer-alert p { margin-bottom: 0; } .pio-customizer-alert .glyphicon { margin-right: 5px; } .pio-customizer-alert pre { margin: 10px 0 0; color: #fff; background-color: #a83c3a; border-color: #973634; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); } .pio-dropzone { position: relative; padding: 20px; margin-bottom: 20px; color: #777; text-align: center; border: 2px dashed #eee; border-radius: 4px; } .pio-dropzone h2 { margin-top: 0; margin-bottom: 5px; } .pio-dropzone hr { width: 100px; } .pio-dropzone .lead { margin-bottom: 10px; font-weight: normal; color: #333; } /*.pio-dropzone*/ #import-manual-trigger { cursor: pointer; } .pio-dropzone p:last-child { margin-bottom: 0; } /* * Brand guidelines * * Extra styles for displaying wordmarks, logos, etc. */ /* Logo series wrapper */ .pio-brand-logos { display: table; width: 100%; margin-bottom: 15px; overflow: hidden; color: #563d7c; background-color: #f9f9f9; border-radius: 4px; } /* Individual items */ .pio-brand-item { padding: 60px 0; text-align: center; } .pio-brand-item + .pio-brand-item { border-top: 1px solid #fff; } .pio-brand-logos .inverse { color: #fff; background-color: #563d7c; } .pio-brand-item .svg { width: 144px; height: 144px; } /* Heading content within */ .pio-brand-item h1, .pio-brand-item h3 { margin-top: 0; margin-bottom: 0; } .pio-brand-item .pio-docs-booticon { margin-right: auto; margin-left: auto; } /* Make the icons stand out on what is/isn't okay */ .pio-brand-item .glyphicon { width: 30px; height: 30px; margin: 10px auto -10px; line-height: 30px; color: #fff; border-radius: 50%; } .pio-brand-item .glyphicon-ok { background-color: #5cb85c; } .pio-brand-item .glyphicon-remove { background-color: #d9534f; } @media (min-width: 995px) { .pio-brand-item { display: table-cell; width: 1%; } .pio-brand-item + .pio-brand-item { border-top: 0; border-left: 1px solid #fff; } .pio-brand-item h1 { font-size: 60px; } } /* * ZeroClipboard styles */ .zero-clipboard { position: relative; display: none; } .btn-clipboard { position: absolute; top: 0; right: 0; z-index: 10; display: block; padding: 5px 8px; font-size: 12px; color: #777; cursor: pointer; background-color: #fff; border: 1px solid #e1e1e8; border-radius: 0 4px 0 4px; } .btn-clipboard-hover { color: #fff; background-color: #563d7c; border-color: #563d7c; } @media (min-width: 995px) { .zero-clipboard { display: block; } .pio-example + .zero-clipboard .btn-clipboard { top: -16px; border-top-right-radius: 0; } } /* * Miscellaneous * * Odds and ends for optimum docs display. */ /*No fill alert tag*/ .outline-alert { padding: 15px; border: 1px solid; border-radius: 4px; text-align: center; margin-top: 30px; margin-bottom: 30px; } /* Pseudo :focus state for showing how it looks in the docs */ #focusedInput { border-color: rgb( 204, 204, 204 ); /* Restate unfocused value to make CSSLint happy that there's a pre-CSS3 fallback*/ border-color: rgba(82, 168, 236, 0.8); outline: 0; outline: thin dotted \9; /* IE6-9 */ -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: 0 0 8px rgba(82, 168, 236, 0.6); } .entry-meta { padding-bottom: 10px; } .thumbnail { border: none; box-shadow: none; } /* */ /* Google Custom Search input boxes */ .gsc-input { background-image: none !important; background-position: left !important; background-repeat: no-repeat !important; padding: none !important; border: 0px !important; width: 99%; height: 25px !important; padding-right: 5px !important; padding-right: 0px !important; } .gsc-input-box { height: 35px !important; border: 1px solid #fff !important; } .gssb_c { } .cse input.gsc-input:focus, input.gsc-input:focus { background-image: none !important; background-repeat: no-repeat !important; border-radius: 0px; } .gscb_a { display: none !important; } /* Google Custom Search Engine button */ input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus { background-color: #efd01b !important; background-image: url("https://www.google.com/uds/css/v2/search_box_icon.png") !important; background-repeat: no-repeat !important; background-position: center !important; width: 85% !important; height: 100% !important; margin-top: 8px !important; border: 2px #fdd835 solid !important; margin-bottom: 0px !important; border-radius: 0px; z-index: 100; margin-left: 0px !important; display: none !important; } @-moz-document url-prefix() { input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus { padding-top: 20px !important; padding-bottom: 15px !important; } } @-moz-document url-prefix() { .gsc-search-box-tools .gsc-search-box .gsc-input { width: 100% !important; } } .gs-result .gs-title, .gs-result .gs-title * { font-size: 18px !important; text-decoration: none !important; } /* Google Custom Search results sort by */ .gsc-selected-option-container { min-width: 80px !important; } .gsc-results { /* Sets font for titles, snippets, and URLs. */ line-height: 1.25em !important; color: #1a0dab !important; } .gs-visibleUrl { color: #274e13 !important; } .gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top { padding-left: 0px !important; padding-right: 0px !important; } .gsc-above-wrapper-area { border-bottom: none !important; } #bread a { color: #000; text-decoration: none; } #bread a:hover { color: #000; } .page-header { padding-bottom: 9px; margin: auto; margin-bottom: 20px; border-bottom: 1px solid #eee; } .nohighlight { background: #2d2d2d; color: #cccccc; padding: 0.5em; white-space: pre-wrap; display: block; } /* FIXME: */ /* */ .contributor { background-color: #f0f4f5; padding: 15px; margin: 20px 0px 20px 0px; } .jumbotron { text-align: left; background-color: transparent; } .featured-docs { margin: 0 auto; float: none; max-width: 800px; } .jumbotron > p > a:hover { text-decoration: none; } .featured-docs h2 { text-align: center; margin-top: 0px; } .featured_docs a { text-decoration: none; } .featured_docs small { padding-left: 10px; } .jumbotron small { padding-left: 10px; } /* .manual-toc a { background: #fff; color: #44525e; text-decoration: none; list-style-type: none; } .manual-toc .child ul > a { padding: 10px 10px 10px 50px; font-size: medium; } .manual-toc ul { } .manual-toc li { list-style-type: none; } */ .manual-guide-toc-well { display: flex; } /* */ /* .manual-toc .active-trail > li > a:hover { background-color: #eef2f3 !important; } .manual-toc .active-trail { font-weight: bold; background-color: #eef2f3; color: #44525e; border-right: 4px solid #dde5e7; padding: 10px 10px 10px 40px; } .manual-toc .active-trail { font-weight: bold; background-color: #eef2f3; color: #44525e; border-right: 4px solid #dde5e7; padding: 10px 10px 10px 40px; } .panel-default > .panel-heading { background-color: #fff !important; } .manual-toc a { padding: 10px 10px 10px 40px; display: block; } */ /* */ .manual-doc { padding-left: 50px; border-left: solid 2px #eef2f3; } .guide-nav { margin-top: -30px; padding-left: 0px; padding-right: 0px; } .guide-doc-body { padding-left: 30px; } /* .manual-toc { padding: 0px; } */ /* */ .manual-body { width: 70%; float: right; margin-right: 80px; } #back:before { content: "\f053"; font-family: "FontAwesome"; margin-right: 10px; } .terminus-plugin { margin: 10px; flex: 1; overflow: overlay; } .devbar { background-color: #0a6bb5; border-radius: 0px; } .devbar h3, .devbar p { color: #fff; margin-top: 10px; } p.devbar > a { color: #fff !important; font-weight: bolder !important; text-decoration: underline !important; } p.devbar > a:hover { opacity: 0.65; } .depbar { background-color: #fcf8e3; border-color: #faebcc; border-radius: 0px; } .depbar h3, .depbar p { color: #8a6d3b; margin-top: 10px; } p.depbar > a { color: #8a6d3b !important; font-weight: bolder !important; } p.depbar > a:hover { opacity: 0.65; } #earlyaccessoutter { padding: 25px; margin-bottom: 30px; } .label { display: inline-block !important; vertical-align: text-bottom; margin-left: 4px; } .label-info { background-color: rgb(18, 124, 187); } /* Footer from Pantheon.io */ /* ========================================================================== Footer ========================================================================== */ /** * Footer stuff n' things. * Footer is set in a 3-col layout to handle Logo | Nav(s) | Copyright. */ /* */ /* */ /* */ /* */ .ctaBtn a:hover { text-decoration: underline; } /* .oh-description { max-width: 560px; margin: auto; } */ /* */ /* Adjustments*/ /* */ /* .footer-topic-col1 { width: 40%; float: left; padding-right: 10px; } .footer-topic-col2 { width: 60%; float: left; padding-right: 10px; border-right: solid 1px #efd01b; } */ /* .license-text { width: 80%; float: left; padding-right: 10px; }*/ /* */ /*}*/ /* CTA */ /* CTA Standard */ /* To be used on white background */ a.ctaBtn { font-size: 14px; line-height: 1; white-space: nowrap; max-width: none; padding: 0 0 0 12px !important; margin-bottom: 0px; transition: 200ms all; font-weight: 800; font-family: "Open Sans", sans-serif; text-decoration: none; background: #000 !important; color: #fff !important; border: 2px solid #000; letter-spacing: 1px !important; display: inline-block; } a.ctaBtn:after { font-family: "FontAwesome" !important; content: "\f105"; margin: 0 !important; padding: 12px !important; display: inline-block !important; background: none; height: 100%; } a.ctaBtn:hover, a.ctaBtn:after:hover { background: #efd01b !important; box-shadow: none !important; color: #000 !important; text-decoration: none !important; } /* CTA Yellow */ /* To be used on very dark backgrounds */ /* */ /* CTA Black on Yellow */ /* To be used on yellow backgrounds */ a.ctaBtn.cta-black-on-yellow:hover, a.ctaBtn.cta-black-on-yellow:after:hover { background: white !important; box-shadow: none !important; } /* CTA Black on Yellow */ /* To be used on yellow backgrounds */ a.ctaBtn.cta-black-on-yellow:hover, a.ctaBtn.cta-black-on-yellow:after:hover { background: white !important; box-shadow: none !important; } /* Author Info */ .author-info { /* margin-bottom: 254px; margin-top: 140px*/ } .author-info__name { font-size: 24px; font-family: "Open Sans", sans-serif; line-height: 1.2; color: #313945; margin-top: 10px; } .author-info__title { font-weight: 300; font-family: "Open Sans", sans-serif; font-size: 18px; color: #44525e; } .author-info__img { text-align: left; } .author-info__img img { border-radius: 50%; height: auto; border: none; width: 200px; } /* Guest Info */ #guest-info { border: #ddd solid 1px; padding: 50px; margin: 20px 0px 20px 0px; } .preview-contributor { display: flow-root; margin: 20px 20px 20px 20px; border: 1px solid #ddd; background-color: #f7f7f7; } /* */ .media-body h1 { margin-top: 0px; } .media-body h2 { margin-top: 10px; } .guest-info__header { font-weight: 300; } .guest-info__name { font-size: 24px; font-family: "Open Sans", sans-serif; line-height: 1.2; margin-top: 10px; } .guest-info__title { font-weight: 300; font-family: "Open Sans", sans-serif; font-size: 18px; } .media-body { padding: 15px; padding-top: 30px; } .media-body__preview { padding: 15px; padding-top: 30px; display: table; } /* Topic Info */ .topic-info { background-image: linear-gradient(0deg, #dbe4e6 0%, #ffffff 100%); border: 1px solid #a4bbc1; min-height: 136px; } .plugin-dir { background-image: none !important; border: 1px solid #a4bbc1; min-height: 265px !important; padding: 0px 8px 0px 8px; margin-bottom: 20px; } .row-topics-list .topic-info { margin: 0 15px 30px; } /*.topic-info > a.topic-info-link { display:flex; }*/ .main-topic-info { background-image: linear-gradient(0deg, #dbe4e6 0%, #ffffff 100%); border: 1px solid #a4bbc1; margin: 0 15px 30px; } .main-topic-info__image { height: 80px; background-size: contain; background-repeat: no-repeat; background-position: center; margin-top: 25px; } /* */ /* */ /* */ @media (max-width: 910px) { /* .row-topics-list.row-topics-list-secondary { display: block; } .row-topics-list.row-topics-list-secondary > div { max-width: 100%; } */ /* .row-topics-list-secondary .topic-info .topic-info__image { width: 20%; height: 136px; background-size: 70%; margin: 0 5%; background-position: center; } */ } @media (max-width: 995px) { .row-topics-list.row-topics-list-main { display: block; } .row-topics-list.row-topics-list-main > div { max-width: 100%; } div.col-md-3.manual-guide-toc { background-color: #fff; display: block; position: relative; top: 0px; border-right: none; } .manual-guide-toc-well { display: block; } /* */ } @media (max-width: 448px) { #headless { flex: 1 100% !important; } } .topic-info:hover, .main-topic-info:hover { background: #ffffff; border: 1px solid #a4bbc1; box-shadow: 0px 0px 11px 0px rgba(120, 134, 142, 0.62); } .topic-info__text { padding: 15px; float: left; } .topic-info .topic-info__text { width: 70%; padding-left: 0; } /* */ .main-topic-info__title { font-family: "Open Sans", sans-serif; font-size: 32px; color: rgb(18, 124, 187); line-height: 32px; margin-top: 30px; text-align: center; } /* */ /* Video Info */ .video-info-link:hover { text-decoration: none; } .video-info { border: 1px solid #a4bbc1; height: 93px; border: 1px solid #a4bbc1; display: flex; margin-bottom: 30px; } .video-info:hover { background: #ffffff; border: 1px solid #a4bbc1; box-shadow: 0px 0px 11px 0px rgba(120, 134, 142, 0.62); } .video-info__image { float: left; flex-basis: 166px; max-width: 166px; margin: 0; background-size: cover; background-repeat: no-repeat; background-position: center; border-right: 1px solid #b5c0c3; position: relative; } .video-info__image-overlay { position: absolute; width: 100%; height: 100%; background-color: rgba(49, 57, 69, 0.2); background-repeat: no-repeat; background-position: center; background-image: url("../../static/images/play-btn-small.svg"); } .video-info__text { padding: 10px; float: left; flex: 1; } .video-info__title { font-family: "Open Sans", sans-serif; margin-top: 0; font-size: 13px; color: #181d21; line-height: 18px; margin-bottom: 2px; } .video-info__description { font-family: "Open Sans", sans-serif; font-size: 12px; color: #44525e; line-height: 17px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box !important; } a:focus { text-decoration: none; } /* Video Hero */ /* */ /* */ /* .guide-cta__text { flex-basis: inherit; flex: 4; padding: 0px !important; border-radius: 0px 4px 4px 0px; align-self: center; } .guide-cta__text_inner { padding: 25px !important; margin-top: -30px; } */ /* .guide-cta-feature-image { padding: 0px; } .home-guide-cta-feature-image > img { padding: 30px 0px 0px 10px; margin: 0px; border-radius: 4px 0px 0px 4px; } .guide-cta-feature-image > img { padding: 0px; margin: 0px; border-radius: 4px 0px 0px 4px; } */ /* .demo-cta-landing { padding: 30px; display: flex; padding: 0px; border: 1px solid #b5c0c3; border-radius: 4px; color: #ffffff; padding: 25px !important; display: block; background-color: #000000; vertical-align: bottom; } */ /* .hero-video__demo-cta-title { font-family: "Open Sans", sans-serif; font-size: 32px; line-height: 43px; margin-bottom: 5px; margin-top: 5px; color: #ffffff !important; } .hero-video__demo-cta-subtitle { font-family: "TabletGothic"; line-height: 20px; margin-bottom: 0px; color: #ffffff !important; } */ /* */ /* */ /* */ /* .hero-video { background-image: linear-gradient(0deg, #dbe4e6 0%, #ffffff 100%); border: 1px solid #a4bbc1; } .hero-video__title { font-family: "Open Sans", sans-serif; font-size: 36px; color: #44525e; line-height: 43px; margin-bottom: 20px; margin-top: 0; } */ /* */ /* */ /* */ /* #guide-cta > a:hover { text-decoration: none; opacity: 0.65; } */ /* .hero-video__subtitle { font-family: "TabletGothic-SemiBold"; font-size: 14px; color: #313945; line-height: 20px; margin-bottom: 35px; } */ /* .hero-video__bullets { margin-bottom: 0; padding-left: 18px; } .hero-video__bullets li { font-family: "Open Sans", sans-serif; font-size: 14px; color: #44525e; line-height: 17px; margin-bottom: 10px; padding-left: 8px; } */ .hero-video__video { padding: 0; border: solid 10px #eef2f3; margin-bottom: 30px; } .hero-video__video iframe { width: 100%; } .hero-video__text { padding: 40px; } /* */ /* shared */ .topic-docs { padding: 0; list-style-type: none; display: flex; flex-flow: row wrap; position: relative; margin-top: 20px; } .topic-docs li { flex-basis: 100%; max-width: 100%; /* min-height: 55px; */ display: flex; margin-bottom: 20px; padding-right: 15px; padding-left: 0px; } .topic-docs li a { width: 100%; align-self: flex-end; display: inline-block; padding-bottom: 10px; border-bottom: 1px solid #a4bbc1; font-family: "Open Sans", sans-serif; font-size: 17px; color: rgb(18, 124, 187); line-height: 22px; } .topic-docs li a:hover { text-decoration: none; opacity: 0.65; } /* */ /* */ .external-link { position: relative; } .external-link:after { position: absolute; font-family: "FontAwesome"; content: "\f08e"; right: -17px; top: -10px; width: auto; color: #313945; font-size: 13px; line-height: 20px; } .notfound { display: block; margin-left: auto; margin-right: auto; align-self: center; width: 50%; padding-top: 1rem; padding-bottom: 2rem; } /* Was this helpful widget */ /* .helpful { margin: 60px 0; } */ /* .helpful__text { font-family: "Open Sans", sans-serif; font-size: 18px; color: #313945; line-height: 17px; margin-right: 10px; } */ /* Responsive tweaks */ @media (max-width: 500px) { h1.title { font-size: 36px; } } @media (max-width: 1214px) { .hero-video__text { padding: 20px; } } @media (max-width: 1006px) { /* .author-info { margin-bottom: 60px; margin-top: 60px; } */ } @media (max-width: 998px) { /* */ } @media (max-width: 400px) { /* .helpful__text { display: block; margin-bottom: 20px; } */ } @media screen and (max-width: 995px) { /* .manual-doc { margin-top: 30px; margin-bottom: 30px; } */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ } /* */ /* */ /* Front page Icon boxes */ /* .row-topics-list { display: flex; } .row-topics-list > div { flex-basis: 33.3%; max-width: 33.3%; } */ /* .upstream-overview-outter { padding: 25px; border-radius: 5px; border: solid rgb(18, 124, 187) 2px; display: inline-flex; } .upstream-content-inner-icon { text-align: left; margin-left: 10px; display: block; } .upstream-content-inner-content { text-align: left; margin-left: 10px; display: block; width: 90%; margin-top: -10px; } .upstream-overview-outter-clear::after { content: url("../../static/images/arrow.svg"); } .upstream-overview-outter-clear { text-align: center; } .upstream { padding-left: 10px; font-size: small; } .upstream li { line-height: 1.35; padding-bottom: 4px; } .row-fluid { margin-left: -15px; margin-right: -15px; } */ /* .terminus-dir-row { -webkit-justify-content: flex-start; display: flex; flex-flow: row wrap; justify-content: space-around; } */ /* .preview-flex-panel-item { flex: 1 46%; margin: 0px 0px 15px 15px; color: #333; min-width: 450px; } */ /* */ /* */ /* .platform-integrations { color: #78868e; font-size: xx-small; margin: 0px; align-self: center; text-align: center; } */ /* .flex-panel-item-home { flex: 1 1 0%; margin: 0px 0px 15px 15px; border: 1px solid #b5c0c3; border-radius: 4px; color: #333; } .flex-panel-item-home:hover { background: #ffffff; border: 1px solid #a4bbc1; box-shadow: 0px 0px 11px; border-radius: 4px; } */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* blockquote.block-info { border: 1px solid #ddd; border-left-color: #5bc0de; border-left-width: 5px; border-radius: 4px; font-family: "Open Sans", sans-serif; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } */ /* .block-info h3, .block-success h3 { margin-top: 0; } blockquote.block-success { border: 1px solid #ddd; border-left-color: #5cb85c; border-left-width: 5px; border-radius: 4px; font-family: "Open Sans", sans-serif; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } */ /* .upstreams-regular { content: url("../../static/images/upstreams-regular.svg"); display: inline-block; font-style: normal; font-weight: normal; line-height: 1.4; vertical-align: top; margin-right: 2px; margin-left: 3px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } */ /* .secure { color: #0b8043 !important; } */ /* .no-border { border: none !important; } */ /* .checklist-icons { color: inherit; pointer-events: none; display: inline-block; font-style: normal; font-weight: normal; font-family: "Glyphicons Halflings"; line-height: 1.4; vertical-align: top; margin-right: 2px; margin-left: 3px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } */ /* .asana { border: solid 1px; border-radius: 50%; padding: 1px 4px; } */ /* .style-example { border: solid 2px #e5e5e5; position: relative; padding: 45px 15px 15px; margin-bottom: 20px; } .style-example::after { position: absolute; top: 15px; left: 15px; font-size: 12px; font-weight: 700; color: #959595; text-transform: uppercase; letter-spacing: 1px; content: "Example"; } */ /* hr.source-code { margin-bottom: 40px; position: relative; } hr.source-code::after { position: absolute; font-size: 12px; font-weight: 700; color: #959595; text-transform: uppercase; letter-spacing: 1px; content: "Source"; margin-top: 10px; } */ /* .no-border { border: none !important; } */ /* .pop-desc { font-size: smaller; color: gray; margin-top: -30px; } .cdn-map-container { background-color: #313945; } */ /* Override Tables with table-responsive and table-bordered */ /* */
0.341473
0.078784
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800"); body { font-family: "Poppins", sans-serif; font-weight: normal; font-style: normal; color: #121212; } * { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; scroll-behavior: smooth} img { max-width: 100%; } a:focus, input:focus, textarea:focus, button:focus { text-decoration: none; outline: none; } a:focus, a:hover { text-decoration: none; } i, span, a { display: inline-block; } h1, h2, h3, h4, h5, h6 { font-family: "Poppins", sans-serif; font-weight: 700; color: #121212; margin: 0; } h1 { font-size: 48px; } h2 { font-size: 36px; } h3 { font-size: 28px; } h4 { font-size: 22px; } h5 { font-size: 18px; } h6 { font-size: 16px; } ul, ol { margin: 0; padding: 0; list-style-type: none; /* Styl odrazek */ } p { font-size: 16px; font-weight: 400; line-height: 24px; color: #121212; margin: 0 0 0 0; } hr { background-color: red; } .navigation { padding: 10px 0; transition: all 0.3s ease-out 0s; } .navigation.navigation-transparent { background-color: transparent; position: absolute; top: 0; left: 0; width: 100%; z-index: 99; } .navigation.fixed { /* Stala pozice, pri scrollovani mysi zustava navigace viditelna - nezmizi */ position: fixed; background-color: #fff; box-shadow: 0 2px 4px 0 rgba(200, 0, 0, 0.8);} .navigation .navbar { position: relative; padding: 0; width: 100%; } @media only screen and (min-width: 768px) and (max-width: 991px) { /* MOBILE-FIRST rozvržení*/ .navigation .navbar .navbar-collapse { position: absolute; top: 116%; left: 0; width: 100%; background-color: #fff; z-index: 8; padding: 10px 0; box-shadow: 0 2px 4px 0 rgba(200, 0, 0, 0.8); } } .navigation .navbar .navbar-nav .nav-item { margin: 0 16px; position: relative; } .navigation .navbar .navbar-nav .nav-item a { font-size: 20px; line-height: 30px; font-weight: 700; padding: 26px 0; color: red; position: relative; transition: all 0.3s ease-out 0s; } @media only screen and (min-width: 768px) and (max-width: 991px) { .navigation .navbar .navbar-nav .nav-item a { padding: 10px 0; display: block; } } .navbar-brand img { padding-left: 15px; } /* -------------- ÚVOD -------------- */ .header-title { padding-bottom: 25px; font-size: 44px; line-height: 55px; color: black; font-weight: 800; } .header-area { padding-top: 200px } .button-main { padding: 0 15px 5px 18px; /* vycentrovani tlacitka */ border-radius: 50px; overflow: hidden; color: white; font-weight: bold; font-size: 24px; background-image: -webkit-linear-gradient(left, red, darkred); line-height: 50px; /* Výška tlačítka */ } .button-main:hover { padding: 0 15px 5px 18px; border-radius: 50px; overflow: hidden; color: white; font-weight: bold; font-size: 24px; background-image: -webkit-linear-gradient(right, red, darkred); line-height: 50px; /* Výška tlačítka */ text-decoration: none; } .button-main img{ height: 32px; margin-bottom: 5px; } /* -------------- SLUŽBY -------------- */ .services-area { padding-top: 120px; padding-bottom: 30px; position: relative; } @media only screen and (min-width: 768px) and (max-width: 991px) { .services-area { padding-top: 100px; padding-bottom: 100px; } } .services-detail { padding: 10px; } .services-content .services-icon img { height: 40px; margin-bottom: 5px; } @media only screen and (min-width: 576px) and (max-width: 767px) { .services-content .services-content { padding-left: 15px; padding-top: 0; } } /* -------------- CERTIFIKÁTY | PARTNEŘI -------------- */ .certificate-area { padding-top: 120px; padding-bottom: 120px; position: relative; } @media only screen and (min-width: 768px) and (max-width: 991px) { .certificate-area { padding-top: 100px; padding-bottom: 100px; } } .certificate { width: 170px; height: auto; padding: 0 10px 0 10px; /* TODO Přidat mobile-first rozvržení*/ } .partners { margin-top: 24px; } .partners img { padding: 10px; max-width: 250px; max-height: 125px; opacity: 0.3; transition: all 0.3s ease-out 0s; /* Vrstva šedé barvy, který překryje obrázek a na :hover zmizí */ -webkit-filter: grayscale(100%); filter: grayscale(100%); } .partners img:hover { opacity: 1; -webkit-filter: grayscale(0%); filter: grayscale(0%); } /* -------------- REFERENCE -------------- */ .reference-area { padding-top: 120px; padding-bottom: 120px; position: relative; } @media only screen and (min-width: 768px) and (max-width: 991px) { .reference-area { padding-top: 100px; padding-bottom: 100px; } } /* -------------- KONTAKTY -------------- */ .contact-area { padding-top: 120px; padding-bottom: 120px; position: relative; } @media only screen and (min-width: 768px) and (max-width: 991px) { .contact-area { padding-top: 100px; padding-bottom: 100px; } } /* -------------- FOOTER -------------- */ .copyright { padding: 23px 0; } .copyright .text { color: #6c6c6c; font-size: 20px } .back-to-top { /* Tlacitko co po kliknuti presune uzivatele na zacatek stranky*/ position: fixed; width: 40px; height: 40px; line-height: 5px; border-radius: 50%; text-align: center; background-color: red; bottom: 20px; right: 20px; z-index: 999; color: #fff; } .back-to-top:hover { background-color: #0067f4; color: #fff; }
assets/css/style.css
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800"); body { font-family: "Poppins", sans-serif; font-weight: normal; font-style: normal; color: #121212; } * { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; scroll-behavior: smooth} img { max-width: 100%; } a:focus, input:focus, textarea:focus, button:focus { text-decoration: none; outline: none; } a:focus, a:hover { text-decoration: none; } i, span, a { display: inline-block; } h1, h2, h3, h4, h5, h6 { font-family: "Poppins", sans-serif; font-weight: 700; color: #121212; margin: 0; } h1 { font-size: 48px; } h2 { font-size: 36px; } h3 { font-size: 28px; } h4 { font-size: 22px; } h5 { font-size: 18px; } h6 { font-size: 16px; } ul, ol { margin: 0; padding: 0; list-style-type: none; /* Styl odrazek */ } p { font-size: 16px; font-weight: 400; line-height: 24px; color: #121212; margin: 0 0 0 0; } hr { background-color: red; } .navigation { padding: 10px 0; transition: all 0.3s ease-out 0s; } .navigation.navigation-transparent { background-color: transparent; position: absolute; top: 0; left: 0; width: 100%; z-index: 99; } .navigation.fixed { /* Stala pozice, pri scrollovani mysi zustava navigace viditelna - nezmizi */ position: fixed; background-color: #fff; box-shadow: 0 2px 4px 0 rgba(200, 0, 0, 0.8);} .navigation .navbar { position: relative; padding: 0; width: 100%; } @media only screen and (min-width: 768px) and (max-width: 991px) { /* MOBILE-FIRST rozvržení*/ .navigation .navbar .navbar-collapse { position: absolute; top: 116%; left: 0; width: 100%; background-color: #fff; z-index: 8; padding: 10px 0; box-shadow: 0 2px 4px 0 rgba(200, 0, 0, 0.8); } } .navigation .navbar .navbar-nav .nav-item { margin: 0 16px; position: relative; } .navigation .navbar .navbar-nav .nav-item a { font-size: 20px; line-height: 30px; font-weight: 700; padding: 26px 0; color: red; position: relative; transition: all 0.3s ease-out 0s; } @media only screen and (min-width: 768px) and (max-width: 991px) { .navigation .navbar .navbar-nav .nav-item a { padding: 10px 0; display: block; } } .navbar-brand img { padding-left: 15px; } /* -------------- ÚVOD -------------- */ .header-title { padding-bottom: 25px; font-size: 44px; line-height: 55px; color: black; font-weight: 800; } .header-area { padding-top: 200px } .button-main { padding: 0 15px 5px 18px; /* vycentrovani tlacitka */ border-radius: 50px; overflow: hidden; color: white; font-weight: bold; font-size: 24px; background-image: -webkit-linear-gradient(left, red, darkred); line-height: 50px; /* Výška tlačítka */ } .button-main:hover { padding: 0 15px 5px 18px; border-radius: 50px; overflow: hidden; color: white; font-weight: bold; font-size: 24px; background-image: -webkit-linear-gradient(right, red, darkred); line-height: 50px; /* Výška tlačítka */ text-decoration: none; } .button-main img{ height: 32px; margin-bottom: 5px; } /* -------------- SLUŽBY -------------- */ .services-area { padding-top: 120px; padding-bottom: 30px; position: relative; } @media only screen and (min-width: 768px) and (max-width: 991px) { .services-area { padding-top: 100px; padding-bottom: 100px; } } .services-detail { padding: 10px; } .services-content .services-icon img { height: 40px; margin-bottom: 5px; } @media only screen and (min-width: 576px) and (max-width: 767px) { .services-content .services-content { padding-left: 15px; padding-top: 0; } } /* -------------- CERTIFIKÁTY | PARTNEŘI -------------- */ .certificate-area { padding-top: 120px; padding-bottom: 120px; position: relative; } @media only screen and (min-width: 768px) and (max-width: 991px) { .certificate-area { padding-top: 100px; padding-bottom: 100px; } } .certificate { width: 170px; height: auto; padding: 0 10px 0 10px; /* TODO Přidat mobile-first rozvržení*/ } .partners { margin-top: 24px; } .partners img { padding: 10px; max-width: 250px; max-height: 125px; opacity: 0.3; transition: all 0.3s ease-out 0s; /* Vrstva šedé barvy, který překryje obrázek a na :hover zmizí */ -webkit-filter: grayscale(100%); filter: grayscale(100%); } .partners img:hover { opacity: 1; -webkit-filter: grayscale(0%); filter: grayscale(0%); } /* -------------- REFERENCE -------------- */ .reference-area { padding-top: 120px; padding-bottom: 120px; position: relative; } @media only screen and (min-width: 768px) and (max-width: 991px) { .reference-area { padding-top: 100px; padding-bottom: 100px; } } /* -------------- KONTAKTY -------------- */ .contact-area { padding-top: 120px; padding-bottom: 120px; position: relative; } @media only screen and (min-width: 768px) and (max-width: 991px) { .contact-area { padding-top: 100px; padding-bottom: 100px; } } /* -------------- FOOTER -------------- */ .copyright { padding: 23px 0; } .copyright .text { color: #6c6c6c; font-size: 20px } .back-to-top { /* Tlacitko co po kliknuti presune uzivatele na zacatek stranky*/ position: fixed; width: 40px; height: 40px; line-height: 5px; border-radius: 50%; text-align: center; background-color: red; bottom: 20px; right: 20px; z-index: 999; color: #fff; } .back-to-top:hover { background-color: #0067f4; color: #fff; }
0.238284
0.064388
/** * ---------------------------------------------------------------- * 유동(Liquid, Fluid) 그리드 * ---------------------------------------------------------------- */ .container.fluid { width: 100%; } .container.fluid.show-grid::before { background: linear-gradient(transparent 9px, #33ebe2 9px), linear-gradient(90deg, transparent 12.173913043478262%, hsla(163, 64%, 49%, 0.2) 12.173913043478262%, hsla(163, 64%, 49%, 0.2) 87.82608695652175%, transparent 87.82608695652175%); background-size: 1px 10px, 8.333333333333332% 1px; } .container.fluid.show-columns::before { background: linear-gradient(90deg, transparent 12.173913043478262%, hsla(163, 64%, 49%, 0.2) 12.173913043478262%, hsla(163, 64%, 49%, 0.2) 87.82608695652175%, transparent 87.82608695652175%); background-size: 8.333333333333332% 1px; } .fluid .col-1 { width: 6.304347826086956%; } .fluid .col-2 { width: 14.637681159420291%; } .fluid .col-3 { width: 22.97101449275362%; } .fluid .col-4 { width: 31.30434782608696%; } .fluid .col-5 { width: 39.63768115942029%; } .fluid .col-6 { width: 47.971014492753625%; } .fluid .col-7 { width: 56.30434782608695%; } .fluid .col-8 { width: 64.6376811594203%; } .fluid .col-9 { width: 72.97101449275362%; } .fluid .col-10 { width: 81.30434782608695%; } .fluid .col-11 { width: 89.6376811594203%; } .fluid .col-12 { width: 97.97101449275362%; } .fluid .push-1 { left: 8.333333333333332%; } .fluid .push-2 { left: 16.666666666666664%; } .fluid .push-3 { left: 25%; } .fluid .push-4 { left: 33.33333333333333%; } .fluid .push-5 { left: 41.66666666666667%; } .fluid .push-6 { left: 50%; } .fluid .push-7 { left: 58.333333333333336%; } .fluid .push-8 { left: 66.66666666666666%; } .fluid .push-9 { left: 75%; } .fluid .push-10 { left: 83.33333333333334%; } .fluid .push-11 { left: 91.66666666666666%; } .fluid .push-12 { left: 100%; } .fluid .pull-1 { right: 8.333333333333332%; } .fluid .pull-2 { right: 16.666666666666664%; } .fluid .pull-3 { right: 25%; } .fluid .pull-4 { right: 33.33333333333333%; } .fluid .pull-5 { right: 41.66666666666667%; } .fluid .pull-6 { right: 50%; } .fluid .pull-7 { right: 58.333333333333336%; } .fluid .pull-8 { right: 66.66666666666666%; } .fluid .pull-9 { right: 75%; } .fluid .pull-10 { right: 83.33333333333334%; } .fluid .pull-11 { right: 91.66666666666666%; } .fluid .pull-12 { right: 100%; } .fluid .prefix-1 { margin-left: 9.347826086956522%; } .fluid .prefix-2 { margin-left: 17.681159420289855%; } .fluid .prefix-3 { margin-left: 26.014492753623188%; } .fluid .prefix-4 { margin-left: 34.34782608695652%; } .fluid .prefix-5 { margin-left: 42.68115942028985%; } .fluid .prefix-6 { margin-left: 51.01449275362319%; } .fluid .prefix-7 { margin-left: 59.34782608695652%; } .fluid .prefix-8 { margin-left: 67.68115942028986%; } .fluid .prefix-9 { margin-left: 76.01449275362319%; } .fluid .prefix-10 { margin-left: 84.34782608695653%; } .fluid .prefix-11 { margin-left: 92.68115942028986%; } .fluid .prefix-12 { margin-left: 101.0144927536232%; } .fluid .suffix-1 { margin-right: 9.347826086956522%; } .fluid .suffix-2 { margin-right: 17.681159420289855%; } .fluid .suffix-3 { margin-right: 26.014492753623188%; } .fluid .suffix-4 { margin-right: 34.34782608695652%; } .fluid .suffix-5 { margin-right: 42.68115942028985%; } .fluid .suffix-6 { margin-right: 51.01449275362319%; } .fluid .suffix-7 { margin-right: 59.34782608695652%; } .fluid .suffix-8 { margin-right: 67.68115942028986%; } .fluid .suffix-9 { margin-right: 76.01449275362319%; } .fluid .suffix-10 { margin-right: 84.34782608695653%; } .fluid .suffix-11 { margin-right: 92.68115942028986%; } .fluid .suffix-12 { margin-right: 101.0144927536232%; } .fluid .row.isolate .order-1, .fluid .row.isolate .o1 { margin-left: 1.0144927536231882%; } .fluid .row.isolate .order-2, .fluid .row.isolate .o2 { margin-left: 9.347826086956522%; } .fluid .row.isolate .order-3, .fluid .row.isolate .o3 { margin-left: 17.681159420289855%; } .fluid .row.isolate .order-4, .fluid .row.isolate .o4 { margin-left: 26.014492753623188%; } .fluid .row.isolate .order-5, .fluid .row.isolate .o5 { margin-left: 34.34782608695652%; } .fluid .row.isolate .order-6, .fluid .row.isolate .o6 { margin-left: 42.68115942028985%; } .fluid .row.isolate .order-7, .fluid .row.isolate .o7 { margin-left: 51.01449275362319%; } .fluid .row.isolate .order-8, .fluid .row.isolate .o8 { margin-left: 59.34782608695652%; } .fluid .row.isolate .order-9, .fluid .row.isolate .o9 { margin-left: 67.68115942028986%; } .fluid .row.isolate .order-10, .fluid .row.isolate .o10 { margin-left: 76.01449275362319%; } .fluid .row.isolate .order-11, .fluid .row.isolate .o11 { margin-left: 84.34782608695653%; } .fluid .row.isolate .order-12, .fluid .row.isolate .o12 { margin-left: 92.68115942028986%; }
FDS-class/Day11/html+CSS/Modules/CSS/grid-system-fluid.css
/** * ---------------------------------------------------------------- * 유동(Liquid, Fluid) 그리드 * ---------------------------------------------------------------- */ .container.fluid { width: 100%; } .container.fluid.show-grid::before { background: linear-gradient(transparent 9px, #33ebe2 9px), linear-gradient(90deg, transparent 12.173913043478262%, hsla(163, 64%, 49%, 0.2) 12.173913043478262%, hsla(163, 64%, 49%, 0.2) 87.82608695652175%, transparent 87.82608695652175%); background-size: 1px 10px, 8.333333333333332% 1px; } .container.fluid.show-columns::before { background: linear-gradient(90deg, transparent 12.173913043478262%, hsla(163, 64%, 49%, 0.2) 12.173913043478262%, hsla(163, 64%, 49%, 0.2) 87.82608695652175%, transparent 87.82608695652175%); background-size: 8.333333333333332% 1px; } .fluid .col-1 { width: 6.304347826086956%; } .fluid .col-2 { width: 14.637681159420291%; } .fluid .col-3 { width: 22.97101449275362%; } .fluid .col-4 { width: 31.30434782608696%; } .fluid .col-5 { width: 39.63768115942029%; } .fluid .col-6 { width: 47.971014492753625%; } .fluid .col-7 { width: 56.30434782608695%; } .fluid .col-8 { width: 64.6376811594203%; } .fluid .col-9 { width: 72.97101449275362%; } .fluid .col-10 { width: 81.30434782608695%; } .fluid .col-11 { width: 89.6376811594203%; } .fluid .col-12 { width: 97.97101449275362%; } .fluid .push-1 { left: 8.333333333333332%; } .fluid .push-2 { left: 16.666666666666664%; } .fluid .push-3 { left: 25%; } .fluid .push-4 { left: 33.33333333333333%; } .fluid .push-5 { left: 41.66666666666667%; } .fluid .push-6 { left: 50%; } .fluid .push-7 { left: 58.333333333333336%; } .fluid .push-8 { left: 66.66666666666666%; } .fluid .push-9 { left: 75%; } .fluid .push-10 { left: 83.33333333333334%; } .fluid .push-11 { left: 91.66666666666666%; } .fluid .push-12 { left: 100%; } .fluid .pull-1 { right: 8.333333333333332%; } .fluid .pull-2 { right: 16.666666666666664%; } .fluid .pull-3 { right: 25%; } .fluid .pull-4 { right: 33.33333333333333%; } .fluid .pull-5 { right: 41.66666666666667%; } .fluid .pull-6 { right: 50%; } .fluid .pull-7 { right: 58.333333333333336%; } .fluid .pull-8 { right: 66.66666666666666%; } .fluid .pull-9 { right: 75%; } .fluid .pull-10 { right: 83.33333333333334%; } .fluid .pull-11 { right: 91.66666666666666%; } .fluid .pull-12 { right: 100%; } .fluid .prefix-1 { margin-left: 9.347826086956522%; } .fluid .prefix-2 { margin-left: 17.681159420289855%; } .fluid .prefix-3 { margin-left: 26.014492753623188%; } .fluid .prefix-4 { margin-left: 34.34782608695652%; } .fluid .prefix-5 { margin-left: 42.68115942028985%; } .fluid .prefix-6 { margin-left: 51.01449275362319%; } .fluid .prefix-7 { margin-left: 59.34782608695652%; } .fluid .prefix-8 { margin-left: 67.68115942028986%; } .fluid .prefix-9 { margin-left: 76.01449275362319%; } .fluid .prefix-10 { margin-left: 84.34782608695653%; } .fluid .prefix-11 { margin-left: 92.68115942028986%; } .fluid .prefix-12 { margin-left: 101.0144927536232%; } .fluid .suffix-1 { margin-right: 9.347826086956522%; } .fluid .suffix-2 { margin-right: 17.681159420289855%; } .fluid .suffix-3 { margin-right: 26.014492753623188%; } .fluid .suffix-4 { margin-right: 34.34782608695652%; } .fluid .suffix-5 { margin-right: 42.68115942028985%; } .fluid .suffix-6 { margin-right: 51.01449275362319%; } .fluid .suffix-7 { margin-right: 59.34782608695652%; } .fluid .suffix-8 { margin-right: 67.68115942028986%; } .fluid .suffix-9 { margin-right: 76.01449275362319%; } .fluid .suffix-10 { margin-right: 84.34782608695653%; } .fluid .suffix-11 { margin-right: 92.68115942028986%; } .fluid .suffix-12 { margin-right: 101.0144927536232%; } .fluid .row.isolate .order-1, .fluid .row.isolate .o1 { margin-left: 1.0144927536231882%; } .fluid .row.isolate .order-2, .fluid .row.isolate .o2 { margin-left: 9.347826086956522%; } .fluid .row.isolate .order-3, .fluid .row.isolate .o3 { margin-left: 17.681159420289855%; } .fluid .row.isolate .order-4, .fluid .row.isolate .o4 { margin-left: 26.014492753623188%; } .fluid .row.isolate .order-5, .fluid .row.isolate .o5 { margin-left: 34.34782608695652%; } .fluid .row.isolate .order-6, .fluid .row.isolate .o6 { margin-left: 42.68115942028985%; } .fluid .row.isolate .order-7, .fluid .row.isolate .o7 { margin-left: 51.01449275362319%; } .fluid .row.isolate .order-8, .fluid .row.isolate .o8 { margin-left: 59.34782608695652%; } .fluid .row.isolate .order-9, .fluid .row.isolate .o9 { margin-left: 67.68115942028986%; } .fluid .row.isolate .order-10, .fluid .row.isolate .o10 { margin-left: 76.01449275362319%; } .fluid .row.isolate .order-11, .fluid .row.isolate .o11 { margin-left: 84.34782608695653%; } .fluid .row.isolate .order-12, .fluid .row.isolate .o12 { margin-left: 92.68115942028986%; }
0.470007
0.105395
@CHARSET "UTF-8"; .fixed {position: fixed !important;} .relative {position: relative !important;} .absolute {position: absolute !important;} .float-left {float: left;} .float-right {float: right;} .hidden {display: none;} .block {display: block;} .inline {display: inline;} .inline-block {display: inline-block;} ul.inline > li {float: left; font-size: 12px; line-height: 40px; margin-right: 10px;} ul.block > li {display: block; font-size: 10px; line-height: 20px; white-space: nowrap;} ul > li.drop-down {position: relative;} ul > li.drop-down > ul {display: none;} ul > li.drop-down:hover > ul {display: block; position: absolute; top: 40px;} hr {border: 0; border-top: 1px solid #505050; display: block; height: 1px; margin: 1em 0; padding: 0;} p {line-height: 1.5; text-align: justify;} .margin-top {margin-top: 12px;} .margin-right {margin-right: 12px;} .margin-bottom {margin-bottom: 12px;} .margin-left {margin-left: 12px;} .margin {margin: 12px;} .small-square {height: 25px; width: 25px;} .medium-square {height: 40px; width: 40px;} .radius {border-radius: 100px;} .padding-top {padding-top: 12px;} .padding-right {padding-right: 12px;} .padding-bottom {padding-bottom: 12px;} .padding-left {padding-left: 12px;} .padding {padding: 12px;} [class$="-icon"] {background: url("../img/bundles.png") no-repeat transparent; cursor: pointer;} .x-icon {height: 32px; width: 32px;} .friend-icon {background-position: -67px -1px;} .chat-icon {background-position: -100px -1px;} .book-icon {background-position: -133px -1px;} .search-icon {background-position: -36px -6px;} .btn {background-color: #F9B546; border-top: none; border-left: none; border-right: none; border-bottom: 1px solid #A0702E; color: #505050; cursor: pointer; padding: 2px 9px;} .title, .btn, .message {font-family: "Open Sans", sans-serif; font-weight: bold;} h1, h2, h3, h4, h5, h6, h7 {margin-bottom: 12px;} h1 {font-size: 20px;} .italic {font-style: italic;} .clearfix:after {clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden;} form.spaced > * {margin: 12px;} form.spaced label {display: block; margin-bottom: 5px;} .message {border-radius: 0 0 2px 2px; color: #FAFAFA; cursor : pointer; font-size: 14px; padding: 10px;} .message.success {background: #ADA; border: 2px solid #5D5;} .message.error {background: #DAA; border: 2px solid #D55;} .message.info {background: #AAD; border: 2px solid #55D;} /* DEFAULTS */ * { color: #505050; } *:not([data-no-animation]) { transition: all ease-in-out 0.15s; -webkit-transition: all ease-in-out 0.15s; } body { background: #F0E8D5;} body, textarea {font-family: Georgia, serif; font-size: 12pt;} input[type="text"], textarea, select {color: #505050; height: 17px; padding: 3px; outline: 0;} select {background: white; height: 25px;} textarea.full {height: 250px; width: 98%;} input[type="text"]:focus, textarea:focus, select:focus {box-shadow: 0 0 3px 2px #A0702E; outline: 0;} input[type="text"], .input-container, textarea, select {border: 1px solid #A0702E; line-height: 1.5;} .input-container {background: #FFFFFF; height: 28px; line-height: 28px; position: relative;} .input-container > input[type="text"] {border: none; float: left; height: 100%; margin: 0; padding: 0 32px 0 7px;} .input-container > i {border-left: 1px solid #A0A0A0; display: inline-block; height: 16px; margin: 3px 3px 3px 0; padding: 3px; position: absolute; right: 0; width: 23px;} /* CONTAINERS */ .container {background: #FFFFFF; margin: 0 auto;} .main-content-container {margin-top: 42px; width: 1037px;} /* HEADER */ .header, .header li.drop-down ul {background: #F9B546; border-bottom: 1px solid #A0702E; box-shadow: 0 3px 3px 0 #E6D0BB;} .header { height: 40px; text-align: center; top: 0; width: 100%; z-index: 100;} .header-container{margin: 0 auto; width: 1037px; height: 40px;} .header ul > li > * {display: inline-block; vertical-align: middle;} .header ul > li > input {width: 330px;} .header ul > .logo {font-family: "Crete Round"; font-size: 14pt; margin-top: -2px;} .header ul > .logo > a {margin-right: 0; width:75px;} .header ul li a:not(.x-icon) {padding: 0 6px; width: 89%} .header ul > li a:hover, .header ul > li a:active, .header ul > li a:focus {background-color: #FFD566; } .header input {width: 330px;} .header .you {position: relative;} .header li.drop-down > ul {border-left: 1px solid #A0702E; border-right: 1px solid #A0702E; font-size: 8pt; left: 0;} .header ul li.you a {line-height: 28px; padding: 6px 0 0 0; height: 34px; width: 104px;} .header .you span.you {margin-left: 7px; vertical-align: top;} /* BREADCRUMB */ .breadcrumb {padding: 12px 0 0 12px;} .breadcrumb h3 {display: inline-block; margin-bottom: 0; text-transform: capitalize;} .breadcrumb h3 a span {color: #F9B546;} /* PROFILE */ .profile-header {background: #CCC; height: 60px; padding: 130px 12px 12px; position: relative;} .profile-header *:not(.btn) {color: #FFFFFF;} .profile-header > * {float: left; vertical-align: bottom;} .profile-header .profile-pic {border-radius: 50px; height: 50px; width: 50px;} .profile-header ul li {float: left; margin-right: 60px;} .profile-header .follow-button {float: right; height: 33px; margin: 24px 12px 0; padding: 0 9px; text-align: right; width: 82px;text-align:middle;} /* BOOK */ .books-list .book, .books-list .chapter-list .chapter {border: 1px solid #A0702E; cursor: pointer; position: relative; width: 239px;} .books-list .book .book-cape, .books-list .chapter-list .chapter .chapter-cape {border-bottom: 1px solid #A0702E; height: 300px; overflow: hidden; position: relative; text-align: center;} .books-list .book .book-cape a {display: block; height: 280px; width: 100%;} .books-list .book .book-cape div, .books-list .chapter-list .chapter .chapter-cape div {font-size: 40px;} .books-list .book .book-cape img, .books-list .chapter-list .chapter .chapter-cape img {height: 100%; width: 100%;} .books-list .book .book-cape .buttons, .books-list .chapter-list .chapter .chapter-cape .buttons {bottom: -18px; position: absolute;} .books-list .book:hover .book-cape .buttons, .books-list .chapter-list .chapter:hover .chapter-cape .buttons {bottom: 0;} .books-list .book .book-cape .buttons [class^=btn], .books-list .chapter .chapter-cape .buttons [class^=btn] {border: none; float: left; font-size: 12px; height:14px; margin-right: 1px; overflow: hidden;} .books-list .book.new, .books-list .chapter-list .chapter.new {background: #F0E8D5;} .books-list .book.new .book-cape, .books-list .chapter-list .chapter.new .chapter-cape {border: none; height: 341px; margin: none;} .books-list .chapter-list .chapter.new .chapter-cape {height: 325px;} .books-list .book.new .book-cape .title, .books-list .chapter-list .chapter.new .chapter-cape .title {color: #AAA;} .books-list .chapter-list.active {border: 1px solid #A0702E;} .book-read .sidebar {text-align: right; vertical-align: top; width: 200px;} .book-read .sidebar .author-pic img {border-radius: 100px; height: 200px; width: 200px;} .book-read .sidebar .chapter-list a {font-size: 11px; font-weight: bold;} .book-read .sidebar .chapter-list a.active {color : #F9B546;} .book-read .chapter-read {width: 765px;} .book-read .chapter-read .chapter-cape {height: 220px; overflow: hidden; width: 100%; }
view/src/main/webapp/css/style.css
@CHARSET "UTF-8"; .fixed {position: fixed !important;} .relative {position: relative !important;} .absolute {position: absolute !important;} .float-left {float: left;} .float-right {float: right;} .hidden {display: none;} .block {display: block;} .inline {display: inline;} .inline-block {display: inline-block;} ul.inline > li {float: left; font-size: 12px; line-height: 40px; margin-right: 10px;} ul.block > li {display: block; font-size: 10px; line-height: 20px; white-space: nowrap;} ul > li.drop-down {position: relative;} ul > li.drop-down > ul {display: none;} ul > li.drop-down:hover > ul {display: block; position: absolute; top: 40px;} hr {border: 0; border-top: 1px solid #505050; display: block; height: 1px; margin: 1em 0; padding: 0;} p {line-height: 1.5; text-align: justify;} .margin-top {margin-top: 12px;} .margin-right {margin-right: 12px;} .margin-bottom {margin-bottom: 12px;} .margin-left {margin-left: 12px;} .margin {margin: 12px;} .small-square {height: 25px; width: 25px;} .medium-square {height: 40px; width: 40px;} .radius {border-radius: 100px;} .padding-top {padding-top: 12px;} .padding-right {padding-right: 12px;} .padding-bottom {padding-bottom: 12px;} .padding-left {padding-left: 12px;} .padding {padding: 12px;} [class$="-icon"] {background: url("../img/bundles.png") no-repeat transparent; cursor: pointer;} .x-icon {height: 32px; width: 32px;} .friend-icon {background-position: -67px -1px;} .chat-icon {background-position: -100px -1px;} .book-icon {background-position: -133px -1px;} .search-icon {background-position: -36px -6px;} .btn {background-color: #F9B546; border-top: none; border-left: none; border-right: none; border-bottom: 1px solid #A0702E; color: #505050; cursor: pointer; padding: 2px 9px;} .title, .btn, .message {font-family: "Open Sans", sans-serif; font-weight: bold;} h1, h2, h3, h4, h5, h6, h7 {margin-bottom: 12px;} h1 {font-size: 20px;} .italic {font-style: italic;} .clearfix:after {clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden;} form.spaced > * {margin: 12px;} form.spaced label {display: block; margin-bottom: 5px;} .message {border-radius: 0 0 2px 2px; color: #FAFAFA; cursor : pointer; font-size: 14px; padding: 10px;} .message.success {background: #ADA; border: 2px solid #5D5;} .message.error {background: #DAA; border: 2px solid #D55;} .message.info {background: #AAD; border: 2px solid #55D;} /* DEFAULTS */ * { color: #505050; } *:not([data-no-animation]) { transition: all ease-in-out 0.15s; -webkit-transition: all ease-in-out 0.15s; } body { background: #F0E8D5;} body, textarea {font-family: Georgia, serif; font-size: 12pt;} input[type="text"], textarea, select {color: #505050; height: 17px; padding: 3px; outline: 0;} select {background: white; height: 25px;} textarea.full {height: 250px; width: 98%;} input[type="text"]:focus, textarea:focus, select:focus {box-shadow: 0 0 3px 2px #A0702E; outline: 0;} input[type="text"], .input-container, textarea, select {border: 1px solid #A0702E; line-height: 1.5;} .input-container {background: #FFFFFF; height: 28px; line-height: 28px; position: relative;} .input-container > input[type="text"] {border: none; float: left; height: 100%; margin: 0; padding: 0 32px 0 7px;} .input-container > i {border-left: 1px solid #A0A0A0; display: inline-block; height: 16px; margin: 3px 3px 3px 0; padding: 3px; position: absolute; right: 0; width: 23px;} /* CONTAINERS */ .container {background: #FFFFFF; margin: 0 auto;} .main-content-container {margin-top: 42px; width: 1037px;} /* HEADER */ .header, .header li.drop-down ul {background: #F9B546; border-bottom: 1px solid #A0702E; box-shadow: 0 3px 3px 0 #E6D0BB;} .header { height: 40px; text-align: center; top: 0; width: 100%; z-index: 100;} .header-container{margin: 0 auto; width: 1037px; height: 40px;} .header ul > li > * {display: inline-block; vertical-align: middle;} .header ul > li > input {width: 330px;} .header ul > .logo {font-family: "Crete Round"; font-size: 14pt; margin-top: -2px;} .header ul > .logo > a {margin-right: 0; width:75px;} .header ul li a:not(.x-icon) {padding: 0 6px; width: 89%} .header ul > li a:hover, .header ul > li a:active, .header ul > li a:focus {background-color: #FFD566; } .header input {width: 330px;} .header .you {position: relative;} .header li.drop-down > ul {border-left: 1px solid #A0702E; border-right: 1px solid #A0702E; font-size: 8pt; left: 0;} .header ul li.you a {line-height: 28px; padding: 6px 0 0 0; height: 34px; width: 104px;} .header .you span.you {margin-left: 7px; vertical-align: top;} /* BREADCRUMB */ .breadcrumb {padding: 12px 0 0 12px;} .breadcrumb h3 {display: inline-block; margin-bottom: 0; text-transform: capitalize;} .breadcrumb h3 a span {color: #F9B546;} /* PROFILE */ .profile-header {background: #CCC; height: 60px; padding: 130px 12px 12px; position: relative;} .profile-header *:not(.btn) {color: #FFFFFF;} .profile-header > * {float: left; vertical-align: bottom;} .profile-header .profile-pic {border-radius: 50px; height: 50px; width: 50px;} .profile-header ul li {float: left; margin-right: 60px;} .profile-header .follow-button {float: right; height: 33px; margin: 24px 12px 0; padding: 0 9px; text-align: right; width: 82px;text-align:middle;} /* BOOK */ .books-list .book, .books-list .chapter-list .chapter {border: 1px solid #A0702E; cursor: pointer; position: relative; width: 239px;} .books-list .book .book-cape, .books-list .chapter-list .chapter .chapter-cape {border-bottom: 1px solid #A0702E; height: 300px; overflow: hidden; position: relative; text-align: center;} .books-list .book .book-cape a {display: block; height: 280px; width: 100%;} .books-list .book .book-cape div, .books-list .chapter-list .chapter .chapter-cape div {font-size: 40px;} .books-list .book .book-cape img, .books-list .chapter-list .chapter .chapter-cape img {height: 100%; width: 100%;} .books-list .book .book-cape .buttons, .books-list .chapter-list .chapter .chapter-cape .buttons {bottom: -18px; position: absolute;} .books-list .book:hover .book-cape .buttons, .books-list .chapter-list .chapter:hover .chapter-cape .buttons {bottom: 0;} .books-list .book .book-cape .buttons [class^=btn], .books-list .chapter .chapter-cape .buttons [class^=btn] {border: none; float: left; font-size: 12px; height:14px; margin-right: 1px; overflow: hidden;} .books-list .book.new, .books-list .chapter-list .chapter.new {background: #F0E8D5;} .books-list .book.new .book-cape, .books-list .chapter-list .chapter.new .chapter-cape {border: none; height: 341px; margin: none;} .books-list .chapter-list .chapter.new .chapter-cape {height: 325px;} .books-list .book.new .book-cape .title, .books-list .chapter-list .chapter.new .chapter-cape .title {color: #AAA;} .books-list .chapter-list.active {border: 1px solid #A0702E;} .book-read .sidebar {text-align: right; vertical-align: top; width: 200px;} .book-read .sidebar .author-pic img {border-radius: 100px; height: 200px; width: 200px;} .book-read .sidebar .chapter-list a {font-size: 11px; font-weight: bold;} .book-read .sidebar .chapter-list a.active {color : #F9B546;} .book-read .chapter-read {width: 765px;} .book-read .chapter-read .chapter-cape {height: 220px; overflow: hidden; width: 100%; }
0.229794
0.174164
*{ margin: 0; padding: 0; box-sizing: border-box; font-family: "Open Sans",sans-serif; scroll-behavior: smooth; } body{ overflow-x: hidden; background: url('../../assets/bannerProfile.jpg'); background-position: center center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; } header{ position: fixed; top: 0; left: 0; width: 100%; padding: 20px 100px; z-index: 10000; display: flex; justify-content: space-between; align-items: center; backdrop-filter: blur(5px); box-shadow: 0 25px 45px rgba(0,0,0,0.1); border: 1px solid rgba(255, 255, 255, 0.5); border-right: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); } header .logo{ color: #fff; font-weight: 700; font-size: 2em; text-decoration: none; } header .logo span{ color: #FF00C6; } header .navegador{ position: relative; display: flex; } header .navegador li{ list-style: none; margin-left: 30px; } header .navegador li a{ text-decoration: none; padding: 10px; color: #fff; font-weight: 700; transition: .7s ease; border-radius: 35px; } header .navegador li a:hover, header .navegador li a.activo{ color: #FF6C00; background: #fff; } section{ display: flex; align-items: center; justify-content: center; min-height: 100vh; } .contenedor{ position: relative; } .caja{ position: relative; width: 700px; min-height: 400px; background: rgba(255, 255, 255, 0.1); border-radius: 10px; display: flex; justify-content: center; align-items: center; backdrop-filter: blur(5px); box-shadow: 0 25px 45px rgba(0,0,0,0.1); border: 1px solid rgba(255, 255, 255, 0.5); border-right: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); } .formulario{ position: relative; width: 100%; height: 100%; padding: 40px; } .formulario h2{ position: relative; color: #fff; font-size: 24px; font-weight: 600; letter-spacing: 1px; margin-bottom: 20px; } .formulario span{ color: #FF7800; } form{ display: flex; flex-wrap: wrap; justify-content: space-between; } .formulario h2::before{ content: ''; position: absolute; left: 0; bottom: -10px; width: 140px; height: 4px; background: #fff; } .formulario .entrada{ width: 100%; margin-top: 25px; } .formulario .entrada h3{ color: #fff; margin-bottom: 5px; } .formulario .entrada input, .formulario .entrada .Btn{ width: 100%; background: rgba(255, 255, 255, 0.2); border: none; outline: none; padding: 10px 20px; border-radius: 35px; border: 1px solid rgba(255, 255, 255, 0.5); border-right: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); font-size: 16px; letter-spacing: 1px; color: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.05); } .formulario .entrada input::placeholder{ color: #fff; } .formulario .entrada a{ text-decoration: none; background: #fff; color: #666; cursor: pointer; font-weight: 600; width: 100%; } .btn{ font-size: 1em; color: #666; font-weight: 500; background: #FFFFFF; display: inline-block; padding: 10px 50px; margin-top: 20px; text-transform: uppercase; text-decoration: none; letter-spacing: 2px; transition: 0.5s; border-radius: 35px; } .btn:hover{ letter-spacing: 4px; } #cname{ width: 45%; } #clast{ width: 50%; } #cweight{ width: 15%; } #cheight{ width: 15%; } #cmail{ width: 60%; } #csubmit{ width: 60%; } #celiminar{ width: 35%; } footer{ padding: 8px 40px; align-items: center; backdrop-filter: blur(5px); box-shadow: 0 25px 45px rgba(0,0,0,0.1); border: 1px solid rgba(255, 255, 255, 0.5); border-right: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); } footer p{ color: #fff; text-align: center; } footer span{ color: #FF6000; font-weight: 700; text-decoration: none; }
web/user/profile/StyleUser.css
*{ margin: 0; padding: 0; box-sizing: border-box; font-family: "Open Sans",sans-serif; scroll-behavior: smooth; } body{ overflow-x: hidden; background: url('../../assets/bannerProfile.jpg'); background-position: center center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; } header{ position: fixed; top: 0; left: 0; width: 100%; padding: 20px 100px; z-index: 10000; display: flex; justify-content: space-between; align-items: center; backdrop-filter: blur(5px); box-shadow: 0 25px 45px rgba(0,0,0,0.1); border: 1px solid rgba(255, 255, 255, 0.5); border-right: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); } header .logo{ color: #fff; font-weight: 700; font-size: 2em; text-decoration: none; } header .logo span{ color: #FF00C6; } header .navegador{ position: relative; display: flex; } header .navegador li{ list-style: none; margin-left: 30px; } header .navegador li a{ text-decoration: none; padding: 10px; color: #fff; font-weight: 700; transition: .7s ease; border-radius: 35px; } header .navegador li a:hover, header .navegador li a.activo{ color: #FF6C00; background: #fff; } section{ display: flex; align-items: center; justify-content: center; min-height: 100vh; } .contenedor{ position: relative; } .caja{ position: relative; width: 700px; min-height: 400px; background: rgba(255, 255, 255, 0.1); border-radius: 10px; display: flex; justify-content: center; align-items: center; backdrop-filter: blur(5px); box-shadow: 0 25px 45px rgba(0,0,0,0.1); border: 1px solid rgba(255, 255, 255, 0.5); border-right: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); } .formulario{ position: relative; width: 100%; height: 100%; padding: 40px; } .formulario h2{ position: relative; color: #fff; font-size: 24px; font-weight: 600; letter-spacing: 1px; margin-bottom: 20px; } .formulario span{ color: #FF7800; } form{ display: flex; flex-wrap: wrap; justify-content: space-between; } .formulario h2::before{ content: ''; position: absolute; left: 0; bottom: -10px; width: 140px; height: 4px; background: #fff; } .formulario .entrada{ width: 100%; margin-top: 25px; } .formulario .entrada h3{ color: #fff; margin-bottom: 5px; } .formulario .entrada input, .formulario .entrada .Btn{ width: 100%; background: rgba(255, 255, 255, 0.2); border: none; outline: none; padding: 10px 20px; border-radius: 35px; border: 1px solid rgba(255, 255, 255, 0.5); border-right: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); font-size: 16px; letter-spacing: 1px; color: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.05); } .formulario .entrada input::placeholder{ color: #fff; } .formulario .entrada a{ text-decoration: none; background: #fff; color: #666; cursor: pointer; font-weight: 600; width: 100%; } .btn{ font-size: 1em; color: #666; font-weight: 500; background: #FFFFFF; display: inline-block; padding: 10px 50px; margin-top: 20px; text-transform: uppercase; text-decoration: none; letter-spacing: 2px; transition: 0.5s; border-radius: 35px; } .btn:hover{ letter-spacing: 4px; } #cname{ width: 45%; } #clast{ width: 50%; } #cweight{ width: 15%; } #cheight{ width: 15%; } #cmail{ width: 60%; } #csubmit{ width: 60%; } #celiminar{ width: 35%; } footer{ padding: 8px 40px; align-items: center; backdrop-filter: blur(5px); box-shadow: 0 25px 45px rgba(0,0,0,0.1); border: 1px solid rgba(255, 255, 255, 0.5); border-right: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); } footer p{ color: #fff; text-align: center; } footer span{ color: #FF6000; font-weight: 700; text-decoration: none; }
0.229967
0.052158
.navigation { width: 100%; height: 50px; background: #FFFFFF; position:absolute; top: 0; left: 0; } .navigation ul { margin-right: 30px; text-align: center; float: right; } .navigation ul li { color: #212121; font-family: 'Vollkorn', serif; height: 100%; float: left; line-height: 50px; vertical-align: middle; font-size: 1em; margin-left: 30px; } .logoNav { height: 40px; margin-left: 5px; margin-top: 5px; } /* Main text module */ h1 { margin: .67em 0; font-size: 2em; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: 100; line-height: 1.1; color: inherit; } li { margin-top:20px; } .scrollDowccnArrow { position:absolute; bottom: 0; margin-left: auto; } .absolute-center { margin-top:200px; /* Internet Explorer 10 */ display:-ms-flexbox; -ms-flex-pack:center; -ms-flex-align:center; /* Firefox */ display:-moz-box; -moz-box-pack:center; -moz-box-align:center; /* Safari, Opera, and Chrome */ display:-webkit-box; -webkit-box-pack:center; -webkit-box-align:center; /* W3C */ display:box; box-pack:center; box-align:center; } .absolute-center h1 { font-family: 'Vollkorn', serif; text-shadow: 2px 4px 3px rgba(0,0,0,0.3); color: #ffffff; text-align: center; } .introduction { color: white; font-family: 'Vollkorn', serif; font-size: 1.2em; } .contact-footer { text-align: center; font-family: 'Vollkorn', serif; text-shadow: 2px 4px 3px rgba(0,0,0,0.3); color: #ffffff; text-align: center; } .contact-footer .contact-icon{ font-family: 'Vollkorn', serif; margin-top:20px; margin-left: 10px; width: 10%; min-width: 50px; } a { color: #e8e8e8; } a:visited { color: #e8e8e8; } /* Sections * --------------------------------------- */ html { background: url(../img/backgrounds/sgrid_dark.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .section { min-height: 100vh; } .textArea { background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */ background: rgba(0, 0, 0, .5); height: 95%; width: 90%; margin: auto; padding: 2em; color: #ffffff; line-height: 15px; } .textArea p { font-size: 0.9em; margin-top: 30px; } .textArea h3 { font-size: 1.4em; margin-top: 30px; } .textArea .logo { height: 5em; } .soulsplitIcon { background: url(../img/icons/soulsplit.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .whitespellIcon { background: url(../img/icons/whitespell-og.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
css/customizations.css
.navigation { width: 100%; height: 50px; background: #FFFFFF; position:absolute; top: 0; left: 0; } .navigation ul { margin-right: 30px; text-align: center; float: right; } .navigation ul li { color: #212121; font-family: 'Vollkorn', serif; height: 100%; float: left; line-height: 50px; vertical-align: middle; font-size: 1em; margin-left: 30px; } .logoNav { height: 40px; margin-left: 5px; margin-top: 5px; } /* Main text module */ h1 { margin: .67em 0; font-size: 2em; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: 100; line-height: 1.1; color: inherit; } li { margin-top:20px; } .scrollDowccnArrow { position:absolute; bottom: 0; margin-left: auto; } .absolute-center { margin-top:200px; /* Internet Explorer 10 */ display:-ms-flexbox; -ms-flex-pack:center; -ms-flex-align:center; /* Firefox */ display:-moz-box; -moz-box-pack:center; -moz-box-align:center; /* Safari, Opera, and Chrome */ display:-webkit-box; -webkit-box-pack:center; -webkit-box-align:center; /* W3C */ display:box; box-pack:center; box-align:center; } .absolute-center h1 { font-family: 'Vollkorn', serif; text-shadow: 2px 4px 3px rgba(0,0,0,0.3); color: #ffffff; text-align: center; } .introduction { color: white; font-family: 'Vollkorn', serif; font-size: 1.2em; } .contact-footer { text-align: center; font-family: 'Vollkorn', serif; text-shadow: 2px 4px 3px rgba(0,0,0,0.3); color: #ffffff; text-align: center; } .contact-footer .contact-icon{ font-family: 'Vollkorn', serif; margin-top:20px; margin-left: 10px; width: 10%; min-width: 50px; } a { color: #e8e8e8; } a:visited { color: #e8e8e8; } /* Sections * --------------------------------------- */ html { background: url(../img/backgrounds/sgrid_dark.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .section { min-height: 100vh; } .textArea { background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */ background: rgba(0, 0, 0, .5); height: 95%; width: 90%; margin: auto; padding: 2em; color: #ffffff; line-height: 15px; } .textArea p { font-size: 0.9em; margin-top: 30px; } .textArea h3 { font-size: 1.4em; margin-top: 30px; } .textArea .logo { height: 5em; } .soulsplitIcon { background: url(../img/icons/soulsplit.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .whitespellIcon { background: url(../img/icons/whitespell-og.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
0.462473
0.076857
.SimpleSlide { display:block; overflow:hidden; border:none; padding:0px; margin:0 auto 10px auto; position:relative; background:url(../images/ajax-loader.gif) no-repeat center 38%; } .SimpleSlide .slide { display:block; position:relative; clear:both; margin:0px auto 20px auto; visibility:hidden; } .SimpleSlide .SimpleSlide_inner { display:block; position:relative; margin:0px; } .SimpleSlide .SimpleSlide_slide { display:block; position:relative; margin:0px; padding:0; overflow:hidden; } .SimpleSlide_slide a{ display:block; width:100%; max-width:100%; overflow:hidden; position:relative; height:auto; } .SimpleSlide .SimpleSlide_slide img{ width:100%; max-width:100%; height:auto; } /* navigation*/ .SimpleSlide .navContainer { display:block; position:relative; clear:both; text-align:left; margin:0 auto 20px auto; float:left; padding:5px 0 0 0; background:none; } .SimpleSlide .nav_inner { display:block; position:relative; visibility:hidden; display:block; position:relative; width:5000px; } .SimpleSlide .SimpleSlide_nav { display:block; position:relative; overflow:hidden; margin:0 0 0 1px; height:70px; padding:0; } .SimpleSlide .navContainer a.SimpleSlide_navLink { margin:0px 11px 0px 0px; width:115px; height:62px; overflow:hidden; display:block; position:relative; float:left; font-weight:bold; background:#f6f6f6; border:1px solid #e5e5e5; } .SimpleSlide .navContainer a.selected, .navContainer a.SimpleSlide_navLink:hover { background:#121212; border:1px solid #e6e6e6; } .SimpleSlide .navContainer a.SimpleSlide_navLink span.slide_img { display:block; width:105px; height:52px; float:left; margin:5px; clear:right; overflow:hidden; } .SimpleSlide .navContainer a.SimpleSlide_navLink span.slide_img img { width:105px!important; height:52px!important; } .SimpleSlide .SimpleSlide_left, .SimpleSlide .SimpleSlide_right { background:url(../images/navs.png) no-repeat left top; display: block; height:48px; left:5px; position: absolute; top: 48%; width:48px; z-index: 200; } .SimpleSlide .SimpleSlide_right { left:auto; right:5px; background-position:right bottom; } .SimpleSlide .SimpleSlide_intro { display:block; position:absolute; left:0; bottom:10px; z-index:5000; width:inherit; height:auto; padding:10px 0px; background:url(../images/trans.png); } .SimpleSlide .SimpleSlide_title { display:block; overflow:hidden; font-weight:bold; font-size:130%; color:#fff; padding:0 0 10px 10px; margin:0; } .SimpleSlide .SimpleSlide_desc { display:block; overflow:hidden; padding:0 0 0 10px; margin:0; color:#efefef; }
plugins/k2/yjk2slider/tmpl/SimpleSlide/css/stylesheet.css
.SimpleSlide { display:block; overflow:hidden; border:none; padding:0px; margin:0 auto 10px auto; position:relative; background:url(../images/ajax-loader.gif) no-repeat center 38%; } .SimpleSlide .slide { display:block; position:relative; clear:both; margin:0px auto 20px auto; visibility:hidden; } .SimpleSlide .SimpleSlide_inner { display:block; position:relative; margin:0px; } .SimpleSlide .SimpleSlide_slide { display:block; position:relative; margin:0px; padding:0; overflow:hidden; } .SimpleSlide_slide a{ display:block; width:100%; max-width:100%; overflow:hidden; position:relative; height:auto; } .SimpleSlide .SimpleSlide_slide img{ width:100%; max-width:100%; height:auto; } /* navigation*/ .SimpleSlide .navContainer { display:block; position:relative; clear:both; text-align:left; margin:0 auto 20px auto; float:left; padding:5px 0 0 0; background:none; } .SimpleSlide .nav_inner { display:block; position:relative; visibility:hidden; display:block; position:relative; width:5000px; } .SimpleSlide .SimpleSlide_nav { display:block; position:relative; overflow:hidden; margin:0 0 0 1px; height:70px; padding:0; } .SimpleSlide .navContainer a.SimpleSlide_navLink { margin:0px 11px 0px 0px; width:115px; height:62px; overflow:hidden; display:block; position:relative; float:left; font-weight:bold; background:#f6f6f6; border:1px solid #e5e5e5; } .SimpleSlide .navContainer a.selected, .navContainer a.SimpleSlide_navLink:hover { background:#121212; border:1px solid #e6e6e6; } .SimpleSlide .navContainer a.SimpleSlide_navLink span.slide_img { display:block; width:105px; height:52px; float:left; margin:5px; clear:right; overflow:hidden; } .SimpleSlide .navContainer a.SimpleSlide_navLink span.slide_img img { width:105px!important; height:52px!important; } .SimpleSlide .SimpleSlide_left, .SimpleSlide .SimpleSlide_right { background:url(../images/navs.png) no-repeat left top; display: block; height:48px; left:5px; position: absolute; top: 48%; width:48px; z-index: 200; } .SimpleSlide .SimpleSlide_right { left:auto; right:5px; background-position:right bottom; } .SimpleSlide .SimpleSlide_intro { display:block; position:absolute; left:0; bottom:10px; z-index:5000; width:inherit; height:auto; padding:10px 0px; background:url(../images/trans.png); } .SimpleSlide .SimpleSlide_title { display:block; overflow:hidden; font-weight:bold; font-size:130%; color:#fff; padding:0 0 10px 10px; margin:0; } .SimpleSlide .SimpleSlide_desc { display:block; overflow:hidden; padding:0 0 0 10px; margin:0; color:#efefef; }
0.34632
0.07538
@import url("//fonts.googleapis.com/css?family=Lato:100,300,400,700,900"); @import url("//fonts.googleapis.com/css?family=Oswald:700"); /* --------------------------------------------- Some of my own mixins -------------------------------------------------*/ /*--------------------------------------------------- LESS Elements 0.6 --------------------------------------------------- A set of useful LESS mixins by <NAME> Special thanks for mixin suggestions to: <NAME>, <NAME>, <NAME>, <NAME> More info at: http://lesselements.com -----------------------------------------------------*/ body { background: #FF4E00; color: #fff; margin: 0; padding: 0; position: relative; } body.active { background: #ff3000; } body.active #number #number-value { opacity: 1; } body a { color: #fff; font-weight: 900; text-decoration: none; } body a:hover { text-decoration: underline; } html { margin: 0; padding: 0; } div.header { font-family: Oswald, sans-serif; text-align: center; height: 600px; position: relative; margin-bottom: 230px; } div.header a.brand { padding-top: 50px; width: 550px; display: inline-block; border-bottom: 5px solid #fff; } div.header a.brand img { width: 500px; } div.header h1 span.date { font-size: 300px; display: block; line-height: 1; } div.header h1 span.text { text-transform: uppercase; font-size: 80px; } div.header div.instr { font-size: 30px; font-family: Lato; font-weight: 100; position: absolute; bottom: 20px; width: 100%; text-align: center; } div#number { margin: 0; font-size: 125px; position: absolute; width: 500px; text-align: right; top: 0; left: 0; font-family: Oswald, sans-serif; } div#number.fixed { position: fixed; left: 0; } div#number #number-value { opacity: .5; } div.content { margin: 0; padding: 0; position: relative; min-height: 1500px; } div.content ul#facts { padding: 0; margin-left: 540px; width: 500px; } div.content ul#facts li.fact { list-style-type: none; } div.content ul#facts li.fact h2 { font-family: Oswald; text-transform: uppercase; font-size: 70px; margin: 0; padding: 0; line-height: 1; margin-bottom: 20px; } div.content ul#facts li.fact section { font-family: Lato; font-weight: 100; font-size: 30px; } div.content ul#facts li.fact section div.clear { clear: both; } div.content ul#facts li.fact section li { list-style-type: disc; } div.content ul#facts li.fact section ul.cities { float: left; } div.content ul#facts li.fact section div.tweets div.tweet { font-size: 18px; font-weight: 300; margin: 30px 0 0 30px; } div.content ul#facts li.fact section div.tweets div.tweet a { font-weight: 300; } div.content ul#facts li.fact section div.tweets div.tweet div.author { margin-left: 10px; } div.content ul#facts li.fact section div.tweets div.tweet div.author a { font-weight: 900; } div.footer { background: red; text-align: center; } div.footer a.brand { padding: 200px 0 0; display: block; margin-bottom: 50px; } div.footer a.brand img { width: 500px; } div.footer div.links a.call-to-action { font-family: Lato; display: inline-block; font-weight: 900; font-size: 19px; background: #eee; color: #444; text-decoration: none; -webkit-border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topleft: 3px; border-top-right-radius: 4px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; vertical-align: 8px; padding: 10px 16px 9px 16px; margin-right: 20px; border: 1px solid ccc; } div.footer div.links a.call-to-action i { margin-right: 6px; color: #0053b0; font-size: 120%; } div.footer div.links iframe { display: inline; }
totalimpactwebapp/static/less/css/2013.css
@import url("//fonts.googleapis.com/css?family=Lato:100,300,400,700,900"); @import url("//fonts.googleapis.com/css?family=Oswald:700"); /* --------------------------------------------- Some of my own mixins -------------------------------------------------*/ /*--------------------------------------------------- LESS Elements 0.6 --------------------------------------------------- A set of useful LESS mixins by <NAME> Special thanks for mixin suggestions to: <NAME>, <NAME>, <NAME>, <NAME> More info at: http://lesselements.com -----------------------------------------------------*/ body { background: #FF4E00; color: #fff; margin: 0; padding: 0; position: relative; } body.active { background: #ff3000; } body.active #number #number-value { opacity: 1; } body a { color: #fff; font-weight: 900; text-decoration: none; } body a:hover { text-decoration: underline; } html { margin: 0; padding: 0; } div.header { font-family: Oswald, sans-serif; text-align: center; height: 600px; position: relative; margin-bottom: 230px; } div.header a.brand { padding-top: 50px; width: 550px; display: inline-block; border-bottom: 5px solid #fff; } div.header a.brand img { width: 500px; } div.header h1 span.date { font-size: 300px; display: block; line-height: 1; } div.header h1 span.text { text-transform: uppercase; font-size: 80px; } div.header div.instr { font-size: 30px; font-family: Lato; font-weight: 100; position: absolute; bottom: 20px; width: 100%; text-align: center; } div#number { margin: 0; font-size: 125px; position: absolute; width: 500px; text-align: right; top: 0; left: 0; font-family: Oswald, sans-serif; } div#number.fixed { position: fixed; left: 0; } div#number #number-value { opacity: .5; } div.content { margin: 0; padding: 0; position: relative; min-height: 1500px; } div.content ul#facts { padding: 0; margin-left: 540px; width: 500px; } div.content ul#facts li.fact { list-style-type: none; } div.content ul#facts li.fact h2 { font-family: Oswald; text-transform: uppercase; font-size: 70px; margin: 0; padding: 0; line-height: 1; margin-bottom: 20px; } div.content ul#facts li.fact section { font-family: Lato; font-weight: 100; font-size: 30px; } div.content ul#facts li.fact section div.clear { clear: both; } div.content ul#facts li.fact section li { list-style-type: disc; } div.content ul#facts li.fact section ul.cities { float: left; } div.content ul#facts li.fact section div.tweets div.tweet { font-size: 18px; font-weight: 300; margin: 30px 0 0 30px; } div.content ul#facts li.fact section div.tweets div.tweet a { font-weight: 300; } div.content ul#facts li.fact section div.tweets div.tweet div.author { margin-left: 10px; } div.content ul#facts li.fact section div.tweets div.tweet div.author a { font-weight: 900; } div.footer { background: red; text-align: center; } div.footer a.brand { padding: 200px 0 0; display: block; margin-bottom: 50px; } div.footer a.brand img { width: 500px; } div.footer div.links a.call-to-action { font-family: Lato; display: inline-block; font-weight: 900; font-size: 19px; background: #eee; color: #444; text-decoration: none; -webkit-border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topleft: 3px; border-top-right-radius: 4px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; vertical-align: 8px; padding: 10px 16px 9px 16px; margin-right: 20px; border: 1px solid ccc; } div.footer div.links a.call-to-action i { margin-right: 6px; color: #0053b0; font-size: 120%; } div.footer div.links iframe { display: inline; }
0.239972
0.061819
.selectize-input{ min-width: 200px; } #footer{font-size: 40px;} #total-cart{ position:relative; display:inline; top:-13px; left:-16px; } .sidebar { display: none; } .sidebarHead { display: block; } @media (min-width: 768px){ .sidebar { display: block; } .sidebarHead { display: none; } } * .homeintro{font-size: 16px;} .grayscaleimg img{ -webkit-filter: none; filter: none; -webkit-transition: all 0.5s ease; /* Safari and Chrome */ -moz-transition: all 0.3s ease; /* Firefox */ -ms-transition: all 0.3s ease; /* IE 9 */ -o-transition: all 0.3s ease; /* Opera */ transition: all 0.3s ease; } .grayscaleimg:hover img { -webkit-filter: grayscale(50%); filter: grayscale(50%); -webkit-transform:scale(1.03); /* Safari and Chrome */ -moz-transform:scale(1.03); /* Firefox */ -ms-transform:scale(1.03); /* IE 9 */ -o-transform:scale(1.03); /* Opera */ transform:scale(1.03); } /*.lightboxcover { position: relative; width: 30%; } .categorieimg { display: block; width: 100%; height: auto; } .overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 0; transition: .5s ease; background-color: #74787E; } .lightboxcover:hover .overlay { opacity:0.2; } .text { color: white; font-size: 20px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); } */ .form-control.selectize-control{ height: 34px; } .selectize-dropdown-content img{ width:20px; height:20px; margin-right: 3px; float:left; } .selectize-control::before { -moz-transition: opacity 0.2s; -webkit-transition: opacity 0.2s; transition: opacity 0.2s; content: ' '; z-index: 2; position: absolute; display: block; top: 10px; right: 34px; width: 16px; height: 16px; background: url(../img/spinner.gif); background-size: 16px 16px; opacity: 0; } .selectize-control.loading::before { opacity: 1; }
public/css/style.css
.selectize-input{ min-width: 200px; } #footer{font-size: 40px;} #total-cart{ position:relative; display:inline; top:-13px; left:-16px; } .sidebar { display: none; } .sidebarHead { display: block; } @media (min-width: 768px){ .sidebar { display: block; } .sidebarHead { display: none; } } * .homeintro{font-size: 16px;} .grayscaleimg img{ -webkit-filter: none; filter: none; -webkit-transition: all 0.5s ease; /* Safari and Chrome */ -moz-transition: all 0.3s ease; /* Firefox */ -ms-transition: all 0.3s ease; /* IE 9 */ -o-transition: all 0.3s ease; /* Opera */ transition: all 0.3s ease; } .grayscaleimg:hover img { -webkit-filter: grayscale(50%); filter: grayscale(50%); -webkit-transform:scale(1.03); /* Safari and Chrome */ -moz-transform:scale(1.03); /* Firefox */ -ms-transform:scale(1.03); /* IE 9 */ -o-transform:scale(1.03); /* Opera */ transform:scale(1.03); } /*.lightboxcover { position: relative; width: 30%; } .categorieimg { display: block; width: 100%; height: auto; } .overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 0; transition: .5s ease; background-color: #74787E; } .lightboxcover:hover .overlay { opacity:0.2; } .text { color: white; font-size: 20px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); } */ .form-control.selectize-control{ height: 34px; } .selectize-dropdown-content img{ width:20px; height:20px; margin-right: 3px; float:left; } .selectize-control::before { -moz-transition: opacity 0.2s; -webkit-transition: opacity 0.2s; transition: opacity 0.2s; content: ' '; z-index: 2; position: absolute; display: block; top: 10px; right: 34px; width: 16px; height: 16px; background: url(../img/spinner.gif); background-size: 16px 16px; opacity: 0; } .selectize-control.loading::before { opacity: 1; }
0.244363
0.096578
* { box-sizing: border-box; } body { margin: 0; padding: 0; font-family: Poppins-Regular, sans-serif; background-image: url(https://cdn.pixabay.com/photo/2015/08/28/11/27/space-911785_1280.jpg); background-size: 100%; } #logo { float: left; display: inline-block; height: 50px; width: 200px; } .clear { clear: both; } .notification { background-color: rgb(255, 255, 255); color: white; text-decoration: none; padding: 15px 26px; position: relative; display: inline-block; border-radius: 2px; } .notification:hover { background: red; } .notification .badge { position: absolute; top: 15px; right: -18px; padding: 5px 7px; size: 10px; font-size: 10px; border-radius: 50%; background: #6D6D6D; color: white; } #nav { background-color: rgb(255, 255, 255); /*turns nav bar white*/ color: white; width: 100%; } .nav { float: right; list-style: none; /*gets rid of bullet points*/ text-align: left; padding: 0px -10px 0px -10px; margin: 0; } .nav > li { /*max-width: 768px*/ display:Inline-block; padding: 12px 9px 10px 9px; /*nav bar text*/ } .nav > li a { text-decoration: none; color: #ED8074; text-align: end; font-weight: normal; font-size: 20px; padding: 5px 0px 5px 0px } .nav > li > a:hover { background-color: #ED8074; color: white; border-radius: 16px; } .nav > li > a.active { background-color: #ED8074; color: rgb(255, 255, 255); } #myInput { background-image: url('https://www.freeiconspng.com/thumbs/search-icon-png/search-icon-png-5.png'); background-size: 20px; background-position: 10px 12px; /* Position the search icon */ background-repeat: no-repeat; /* Do not repeat the icon image */ width: 85%; /* Full-width */ font-size: 16px; /* Increase font-size */ padding: 12px 20px 12px 40px; /* Add some padding */ border: 1px solid #ddd; /* Add a grey border */ border-radius: 16px; margin-top: 20px; margin-bottom: 20px; /* Add some space below the input */ } #myTable { border-collapse: collapse; /* Collapse borders */ border-radius: 100px; position: relative; right: -50px; width: 90%; /* Full-width */ border: 3px solid #ddd; /* Add a grey border */ font-size: 18px; /* Increase font-size */ } #myTable th, #myTable td { background-color: #ED8074; color:#6D6D6D; text-align: left; /* Left-align text */ vertical-align: top; border-left: 3px solid white; padding: 12px; /* Add padding */ } #myTable tr { /* Add a bottom border to all table rows */ border-bottom: 3px solid white; } #myTable tr.header, #myTable tr:hover { /* Add a grey background color to the table header and on hover */ background-color: rgb(233, 3, 3); } /* Style buttons */ .btn { background-color: #6D6D6D; border: none; border-radius: 16px; color: white; padding: 12px 30px; cursor: pointer; font-size: 20px; } /* Darker background on mouse-over */ .btn:hover { background-color: RoyalBlue; } .btn2 { background-color: #6D6D6D; position: absolute; left: 1250px; top: 75px; width: 175px; border: none; border-radius: 16px; color: white; padding: 12px 20px; cursor: pointer; font-size: 15px; } /* Darker background on mouse-over */ .btn2:hover { background-color: RoyalBlue; }
notes.css
* { box-sizing: border-box; } body { margin: 0; padding: 0; font-family: Poppins-Regular, sans-serif; background-image: url(https://cdn.pixabay.com/photo/2015/08/28/11/27/space-911785_1280.jpg); background-size: 100%; } #logo { float: left; display: inline-block; height: 50px; width: 200px; } .clear { clear: both; } .notification { background-color: rgb(255, 255, 255); color: white; text-decoration: none; padding: 15px 26px; position: relative; display: inline-block; border-radius: 2px; } .notification:hover { background: red; } .notification .badge { position: absolute; top: 15px; right: -18px; padding: 5px 7px; size: 10px; font-size: 10px; border-radius: 50%; background: #6D6D6D; color: white; } #nav { background-color: rgb(255, 255, 255); /*turns nav bar white*/ color: white; width: 100%; } .nav { float: right; list-style: none; /*gets rid of bullet points*/ text-align: left; padding: 0px -10px 0px -10px; margin: 0; } .nav > li { /*max-width: 768px*/ display:Inline-block; padding: 12px 9px 10px 9px; /*nav bar text*/ } .nav > li a { text-decoration: none; color: #ED8074; text-align: end; font-weight: normal; font-size: 20px; padding: 5px 0px 5px 0px } .nav > li > a:hover { background-color: #ED8074; color: white; border-radius: 16px; } .nav > li > a.active { background-color: #ED8074; color: rgb(255, 255, 255); } #myInput { background-image: url('https://www.freeiconspng.com/thumbs/search-icon-png/search-icon-png-5.png'); background-size: 20px; background-position: 10px 12px; /* Position the search icon */ background-repeat: no-repeat; /* Do not repeat the icon image */ width: 85%; /* Full-width */ font-size: 16px; /* Increase font-size */ padding: 12px 20px 12px 40px; /* Add some padding */ border: 1px solid #ddd; /* Add a grey border */ border-radius: 16px; margin-top: 20px; margin-bottom: 20px; /* Add some space below the input */ } #myTable { border-collapse: collapse; /* Collapse borders */ border-radius: 100px; position: relative; right: -50px; width: 90%; /* Full-width */ border: 3px solid #ddd; /* Add a grey border */ font-size: 18px; /* Increase font-size */ } #myTable th, #myTable td { background-color: #ED8074; color:#6D6D6D; text-align: left; /* Left-align text */ vertical-align: top; border-left: 3px solid white; padding: 12px; /* Add padding */ } #myTable tr { /* Add a bottom border to all table rows */ border-bottom: 3px solid white; } #myTable tr.header, #myTable tr:hover { /* Add a grey background color to the table header and on hover */ background-color: rgb(233, 3, 3); } /* Style buttons */ .btn { background-color: #6D6D6D; border: none; border-radius: 16px; color: white; padding: 12px 30px; cursor: pointer; font-size: 20px; } /* Darker background on mouse-over */ .btn:hover { background-color: RoyalBlue; } .btn2 { background-color: #6D6D6D; position: absolute; left: 1250px; top: 75px; width: 175px; border: none; border-radius: 16px; color: white; padding: 12px 20px; cursor: pointer; font-size: 15px; } /* Darker background on mouse-over */ .btn2:hover { background-color: RoyalBlue; }
0.496338
0.161485
:root { --background: rgba( 0, 0, 0, 0.5); --nav-around: rgb(245, 0, 100); --card-info: #f7f7f7; --gray-dark-custom: #9c9c9c30; --blue: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orange: #fd7e14; --yellow: #ffc107; --green: #28a745; --teal: #20c997; --cyan: #17a2b8; --white: #fff; --gray: #6c757d; --gray-dark: #343a40; --primary: #007bff; --secondary: #6c757d; --success: #28a745; --info: #17a2b8; --warning: #ffc107; --danger: #dc3545; --light: #f8f9fa; --dark: #343a40; --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; } body{ padding-top: 60px; font-family: var(--font-family-sans-serif); } /* .container .row .jumbo-style{ background: url("<?php echo URLROOT; ?>/public/assets/default-fav.jpg"); background-position: center; background-size: cover; } */ .dropdown-menu{ right: 0; left: auto; } nav { padding-right: 17.2px !important; } nav strong{ font-weight: bold; } nav .custom-links li{ margin-left: 1.8em; } nav .custom-links li a{ font-size: 1.5em; } nav .custom-links form{ margin-right: -10em; } nav .custom-links form input[type="search"]{ width: 18em; } nav .nav-item a img{ background-size: 35px 35px; -moz-border-radius: 10%; border-radius: 10%; height: 35px; width: 35px; -o-object-fit: cover; object-fit: cover; } /***profile***/ .jumbotron .container a{ text-decoration: none; } .jumbotron .container a .fa-camera{ font-size: 3em; color: rgba(19, 5, 182, 0.3); } .jumbotron .container .fa-camera:hover{ color: rgba(19, 5, 182, 0.8); transition: .3s ease-in-out; cursor: pointer; } .profile-image a{ text-decoration: none; position: absolute; top: 5em; left: 3.4em; } .profile-image a .fa-camera{ font-size: 3em; color: rgba(19, 5, 182, 0.0); } .profile-image a .fa-camera:hover{ color: rgba(19, 5, 182, 0.8); transition: .3s ease-in-out; cursor: pointer; } /* .profile-cover-move{ width: 1090px; height: 200px; overflow: hidden; background-color: black; margin-bottom: 2em; } .profile-cover-move > img { position: relative; width: 100%; } */ .profile-image{ position: relative; top: -5em; left: 1.7em; } .profile-image .inner-image{ width: 160px; height: 150px; } .profile-image .inner-image img{ width: 100%; height: 150px; object-fit: cover; } .perso-data{ position: relative; top: -.5em; left: 3em; } .perso-data{ margin-left: -.5em; margin-top: -.5em; } .user-bio{ position: relative; top: -4em; } .user-bio .card{ -moz-border-radius: 2%; -webkit-border-radius: 2%; border-radius: 4px; box-shadow: 0 1px 15px 1px rgba(52,40,104,.1); width: 50em; } .profile .profile-body { padding: 20px; background-color: transparent; width: 50em; } /*not used may be used later*/ .profile .profile-bio { background: #fff; position: relative; padding: 15px 10px 5px 15px; } .profile .profile-bio a { left: 50%; bottom: 20px; margin: -62px; text-align: center; position: absolute; } .profile .profile-bio h2 { margin-top: 0; font-weight: 200; } .activity-starts .stats strong{ display:block; color:#5a5a5a; font-size:11px; font-weight:700; } .activity-starts .stats div{ border-right:1px solid #ebeff2; width:90px; float:left; text-align:center; align-content:center; } .activity-starts .stats div:nth-of-type(5){ border:none; } .activity-starts .stats{ position:relative; top:-.7em; left: 6em; } .contact-info-card{ position:relative; top:-5.4em; } .contact-info-card .contact-card-customize{ width: 50em; height: auto; background-color: transparent; -moz-border-radius: 2%; -webkit-border-radius: 2%; border-radius: 4px; box-shadow: 0 1px 15px 1px rgba(52,40,104,.1); padding: 20px; } .edit-contact{ position:relative; top:-2em; } .contact-info-card .contact-card-customize span strong{ font-weight: bold; } .left-controller-option{ position: relative; top: -3.5em; } .left-controller-option .card-size-resize{ width: 16.4em; } .left-controller-option .card-size-resize .card{ border-radius: 1px; box-shadow: 0 1px 15px 1px rgba(52,40,104,.1); } .content-wraper-out-favourite, .content-wraper-out-privacy, .content-wraper-out-security, .content-wraper-out-manage, .content-wraper-out-friends{ display: flex; align-items: center; justify-content: center; position: relative; top: -5.4em; } .content-wraper-inside{ width: 50em; height: auto; background-color: transparent; -moz-border-radius: 2%; -webkit-border-radius: 2%; border-radius: 4px; box-shadow: 0 1px 15px 1px rgba(52,40,104,.1); padding: 20px; } /*favourite tyling*/ .content-wraper-out-favourite .content-wraper-inside .card{ -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.02),0 2px 10px 0 rgba(0,0,0,.01); box-shadow: 0 2px 5px 0 rgba(0,0,0,.02),0 2px 10px 0 rgba(0,0,0,.01); border: 1px solid var(--gray-dark-custom); margin-top: 1em; width: 45em; } .content-wraper-out-favourite .content-wraper-inside .card-cascade .back-image{ background-image: url('http://localhost/friendmiiDemo/assets/default-fav.jpg'); background-size: cover; background-position: center; height: 5em; margin-left: 1em; margin-right: 1em; } .back-image, .back-image-movie, .back-image-quote, .back-image-animal, .back-image-book, .Darkened-back{ background-color: var(--background); height: inherit; -moz-border-radius: .25rem; -webkit-border-radius: .25rem; border-radius: .25rem; } .content-wraper-out-favourite .content-wraper-inside .card-cascade .back-image-movie{ background-image: url('http://localhost/friendmiiDemo/assets/moviel.jpg'); background-size: cover; background-position: center; height: 5em; margin-left: 1em; margin-right: 1em; } .content-wraper-out-favourite .content-wraper-inside .card-cascade .back-image-quote{ background-image: url('http://localhost/friendmiiDemo/assets/quotes.jpg'); background-size: cover; background-position: center; height: 5em; margin-left: 1em; margin-right: 1em; } .content-wraper-out-favourite .content-wraper-inside .card-cascade .back-image-animal{ background-image: url('http://localhost/friendmiiDemo/assets/animals.jpg'); background-size: cover; background-position: center; height: 5em; margin-left: 1em; margin-right: 1em; } .content-wraper-out-favourite .content-wraper-inside .card-cascade .back-image-book{ background-image: url('http://localhost/friendmiiDemo/assets/booksl.jpg'); background-size: cover; background-position: center; height: 5em; margin-left: 1em; margin-right: 1em; } /*end profile*/ /*start posts feed*/ .notificationsProfilePic img{ background-size: 40px 40px; border-radius: 100px; -o-object-fit: cover; object-fit: cover; height: 40px; width: 40px; } .dropdown_data_window { background-color: #fff; border: 1px solid #DADADA; border-radius: 0 0 8px 8px; border-top: none; width: 30%; position: absolute; left: 469.9px; top: 60px; overflow: scroll; } .resultDisplayNotification { height: auto; color: #1485BD; padding-bottom: 7px; } /*.resultDisplayNotification img { height: 40px; border-radius: 5px; margin: 1px 12px 0px 2px; float: left; }*/ .timestamp_smaller { font-size: 85%; margin: 0; margin-top: 0px; margin-left: 0px; margin-top: -.7em; margin-left: 20em; width: 100px; } .resultDisplay { padding: 5px 5px 0 5px; height: 60px; border-bottom: 1px solid #00dfff30; } .resultDisplay a { float: none; } .resultDisplay:hover { background-color: blue; text-decoration: none; }
assets/css/style.css
:root { --background: rgba( 0, 0, 0, 0.5); --nav-around: rgb(245, 0, 100); --card-info: #f7f7f7; --gray-dark-custom: #9c9c9c30; --blue: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orange: #fd7e14; --yellow: #ffc107; --green: #28a745; --teal: #20c997; --cyan: #17a2b8; --white: #fff; --gray: #6c757d; --gray-dark: #343a40; --primary: #007bff; --secondary: #6c757d; --success: #28a745; --info: #17a2b8; --warning: #ffc107; --danger: #dc3545; --light: #f8f9fa; --dark: #343a40; --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; } body{ padding-top: 60px; font-family: var(--font-family-sans-serif); } /* .container .row .jumbo-style{ background: url("<?php echo URLROOT; ?>/public/assets/default-fav.jpg"); background-position: center; background-size: cover; } */ .dropdown-menu{ right: 0; left: auto; } nav { padding-right: 17.2px !important; } nav strong{ font-weight: bold; } nav .custom-links li{ margin-left: 1.8em; } nav .custom-links li a{ font-size: 1.5em; } nav .custom-links form{ margin-right: -10em; } nav .custom-links form input[type="search"]{ width: 18em; } nav .nav-item a img{ background-size: 35px 35px; -moz-border-radius: 10%; border-radius: 10%; height: 35px; width: 35px; -o-object-fit: cover; object-fit: cover; } /***profile***/ .jumbotron .container a{ text-decoration: none; } .jumbotron .container a .fa-camera{ font-size: 3em; color: rgba(19, 5, 182, 0.3); } .jumbotron .container .fa-camera:hover{ color: rgba(19, 5, 182, 0.8); transition: .3s ease-in-out; cursor: pointer; } .profile-image a{ text-decoration: none; position: absolute; top: 5em; left: 3.4em; } .profile-image a .fa-camera{ font-size: 3em; color: rgba(19, 5, 182, 0.0); } .profile-image a .fa-camera:hover{ color: rgba(19, 5, 182, 0.8); transition: .3s ease-in-out; cursor: pointer; } /* .profile-cover-move{ width: 1090px; height: 200px; overflow: hidden; background-color: black; margin-bottom: 2em; } .profile-cover-move > img { position: relative; width: 100%; } */ .profile-image{ position: relative; top: -5em; left: 1.7em; } .profile-image .inner-image{ width: 160px; height: 150px; } .profile-image .inner-image img{ width: 100%; height: 150px; object-fit: cover; } .perso-data{ position: relative; top: -.5em; left: 3em; } .perso-data{ margin-left: -.5em; margin-top: -.5em; } .user-bio{ position: relative; top: -4em; } .user-bio .card{ -moz-border-radius: 2%; -webkit-border-radius: 2%; border-radius: 4px; box-shadow: 0 1px 15px 1px rgba(52,40,104,.1); width: 50em; } .profile .profile-body { padding: 20px; background-color: transparent; width: 50em; } /*not used may be used later*/ .profile .profile-bio { background: #fff; position: relative; padding: 15px 10px 5px 15px; } .profile .profile-bio a { left: 50%; bottom: 20px; margin: -62px; text-align: center; position: absolute; } .profile .profile-bio h2 { margin-top: 0; font-weight: 200; } .activity-starts .stats strong{ display:block; color:#5a5a5a; font-size:11px; font-weight:700; } .activity-starts .stats div{ border-right:1px solid #ebeff2; width:90px; float:left; text-align:center; align-content:center; } .activity-starts .stats div:nth-of-type(5){ border:none; } .activity-starts .stats{ position:relative; top:-.7em; left: 6em; } .contact-info-card{ position:relative; top:-5.4em; } .contact-info-card .contact-card-customize{ width: 50em; height: auto; background-color: transparent; -moz-border-radius: 2%; -webkit-border-radius: 2%; border-radius: 4px; box-shadow: 0 1px 15px 1px rgba(52,40,104,.1); padding: 20px; } .edit-contact{ position:relative; top:-2em; } .contact-info-card .contact-card-customize span strong{ font-weight: bold; } .left-controller-option{ position: relative; top: -3.5em; } .left-controller-option .card-size-resize{ width: 16.4em; } .left-controller-option .card-size-resize .card{ border-radius: 1px; box-shadow: 0 1px 15px 1px rgba(52,40,104,.1); } .content-wraper-out-favourite, .content-wraper-out-privacy, .content-wraper-out-security, .content-wraper-out-manage, .content-wraper-out-friends{ display: flex; align-items: center; justify-content: center; position: relative; top: -5.4em; } .content-wraper-inside{ width: 50em; height: auto; background-color: transparent; -moz-border-radius: 2%; -webkit-border-radius: 2%; border-radius: 4px; box-shadow: 0 1px 15px 1px rgba(52,40,104,.1); padding: 20px; } /*favourite tyling*/ .content-wraper-out-favourite .content-wraper-inside .card{ -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.02),0 2px 10px 0 rgba(0,0,0,.01); box-shadow: 0 2px 5px 0 rgba(0,0,0,.02),0 2px 10px 0 rgba(0,0,0,.01); border: 1px solid var(--gray-dark-custom); margin-top: 1em; width: 45em; } .content-wraper-out-favourite .content-wraper-inside .card-cascade .back-image{ background-image: url('http://localhost/friendmiiDemo/assets/default-fav.jpg'); background-size: cover; background-position: center; height: 5em; margin-left: 1em; margin-right: 1em; } .back-image, .back-image-movie, .back-image-quote, .back-image-animal, .back-image-book, .Darkened-back{ background-color: var(--background); height: inherit; -moz-border-radius: .25rem; -webkit-border-radius: .25rem; border-radius: .25rem; } .content-wraper-out-favourite .content-wraper-inside .card-cascade .back-image-movie{ background-image: url('http://localhost/friendmiiDemo/assets/moviel.jpg'); background-size: cover; background-position: center; height: 5em; margin-left: 1em; margin-right: 1em; } .content-wraper-out-favourite .content-wraper-inside .card-cascade .back-image-quote{ background-image: url('http://localhost/friendmiiDemo/assets/quotes.jpg'); background-size: cover; background-position: center; height: 5em; margin-left: 1em; margin-right: 1em; } .content-wraper-out-favourite .content-wraper-inside .card-cascade .back-image-animal{ background-image: url('http://localhost/friendmiiDemo/assets/animals.jpg'); background-size: cover; background-position: center; height: 5em; margin-left: 1em; margin-right: 1em; } .content-wraper-out-favourite .content-wraper-inside .card-cascade .back-image-book{ background-image: url('http://localhost/friendmiiDemo/assets/booksl.jpg'); background-size: cover; background-position: center; height: 5em; margin-left: 1em; margin-right: 1em; } /*end profile*/ /*start posts feed*/ .notificationsProfilePic img{ background-size: 40px 40px; border-radius: 100px; -o-object-fit: cover; object-fit: cover; height: 40px; width: 40px; } .dropdown_data_window { background-color: #fff; border: 1px solid #DADADA; border-radius: 0 0 8px 8px; border-top: none; width: 30%; position: absolute; left: 469.9px; top: 60px; overflow: scroll; } .resultDisplayNotification { height: auto; color: #1485BD; padding-bottom: 7px; } /*.resultDisplayNotification img { height: 40px; border-radius: 5px; margin: 1px 12px 0px 2px; float: left; }*/ .timestamp_smaller { font-size: 85%; margin: 0; margin-top: 0px; margin-left: 0px; margin-top: -.7em; margin-left: 20em; width: 100px; } .resultDisplay { padding: 5px 5px 0 5px; height: 60px; border-bottom: 1px solid #00dfff30; } .resultDisplay a { float: none; } .resultDisplay:hover { background-color: blue; text-decoration: none; }
0.317426
0.136954
.container{ position: relative; left: 15%; width: 850px; height: 725px; margin-left: 40px; } /* div-ul logoului */ .logo{ padding: 0; margin-left: 35%; } /* imaginea logoului */ .logo_picture{ width:100%; max-width:45%; } /* div-ul cu link-uri externe */ .external_links { text-align:center; } .footer { position: relative; text-align: center; bottom: 0; border-top: solid; } /* categoriile de butoane folosite de admin */ .dropdown_1 { margin: 0; padding: 0; left: 0; position: absolute; display: inline-block; z-index: 2; } .dropdown_2 { left:110px; margin: 0; padding: 0; position: absolute; display: inline-block; z-index: 2; } .dropdown_3 { left:220px; margin: 0; padding: 0; position: absolute; display: inline-block; z-index: 2; } .dropdown_4 { left:330px; margin: 0; padding: 0; position: absolute; display: inline-block; z-index: 2; } .dropdown_5 { left:440px; margin: 0; padding: 0; position: absolute; display: inline-block; z-index: 2; } .dropdown_6 { left:550px; margin: 0; padding: 0; position: absolute; display: inline-block; z-index: 2; } .dropdown_7 { left:660px; margin: 0; padding: 0; position: absolute; display: inline-block; z-index: 2; } .dropdown_8 { left:770px; margin: 0; padding: 0; position: absolute; display: inline-block; z-index: 2; } /* afisarea butoanelor dintr-o categorie */ .dropdown-content { display: none; position: absolute; top: 100%; box-shadow: 1px 8px 16px 1px #242424; } /* stil pt afisarea butoanelor folosite de admin */ .dropdown_1:hover .dropdown-content { display: block; } .dropdown_2:hover .dropdown-content { display: block; } .dropdown_3:hover .dropdown-content { display: block; } .dropdown_4:hover .dropdown-content { display: block; } .dropdown_5:hover .dropdown-content { display: block; } .dropdown_6:hover .dropdown-content { display: block; } .dropdown_7:hover .dropdown-content { display: block; } /* stilul butonului */ .btn{ background-color: #25243D; font-family: Tahoma; text-align: center; font-size: 20px; color: #dde1db; border: double; height: 80px; width: 115px; } /* div-ul unde se insereaza pagina straina */ .page{ top:12%; position: absolute; width: 104%; height: auto; border: solid 2px; } body { margin: 0; padding: 0; background-color: #b8c4d0; }
ADMIN/FRONT/CSS/admin_frame.css
.container{ position: relative; left: 15%; width: 850px; height: 725px; margin-left: 40px; } /* div-ul logoului */ .logo{ padding: 0; margin-left: 35%; } /* imaginea logoului */ .logo_picture{ width:100%; max-width:45%; } /* div-ul cu link-uri externe */ .external_links { text-align:center; } .footer { position: relative; text-align: center; bottom: 0; border-top: solid; } /* categoriile de butoane folosite de admin */ .dropdown_1 { margin: 0; padding: 0; left: 0; position: absolute; display: inline-block; z-index: 2; } .dropdown_2 { left:110px; margin: 0; padding: 0; position: absolute; display: inline-block; z-index: 2; } .dropdown_3 { left:220px; margin: 0; padding: 0; position: absolute; display: inline-block; z-index: 2; } .dropdown_4 { left:330px; margin: 0; padding: 0; position: absolute; display: inline-block; z-index: 2; } .dropdown_5 { left:440px; margin: 0; padding: 0; position: absolute; display: inline-block; z-index: 2; } .dropdown_6 { left:550px; margin: 0; padding: 0; position: absolute; display: inline-block; z-index: 2; } .dropdown_7 { left:660px; margin: 0; padding: 0; position: absolute; display: inline-block; z-index: 2; } .dropdown_8 { left:770px; margin: 0; padding: 0; position: absolute; display: inline-block; z-index: 2; } /* afisarea butoanelor dintr-o categorie */ .dropdown-content { display: none; position: absolute; top: 100%; box-shadow: 1px 8px 16px 1px #242424; } /* stil pt afisarea butoanelor folosite de admin */ .dropdown_1:hover .dropdown-content { display: block; } .dropdown_2:hover .dropdown-content { display: block; } .dropdown_3:hover .dropdown-content { display: block; } .dropdown_4:hover .dropdown-content { display: block; } .dropdown_5:hover .dropdown-content { display: block; } .dropdown_6:hover .dropdown-content { display: block; } .dropdown_7:hover .dropdown-content { display: block; } /* stilul butonului */ .btn{ background-color: #25243D; font-family: Tahoma; text-align: center; font-size: 20px; color: #dde1db; border: double; height: 80px; width: 115px; } /* div-ul unde se insereaza pagina straina */ .page{ top:12%; position: absolute; width: 104%; height: auto; border: solid 2px; } body { margin: 0; padding: 0; background-color: #b8c4d0; }
0.397938
0.071884
.example02-container { width: 1000px; height: 500px; display: grid; background-color: aliceblue; box-shadow: 0 0 3px 1px dimgray; } .example02-button { margin: 2px 3px; padding: 2px 6px; border: none; border-radius: 1px; color: black; background-color: whitesmoke; height: 22px; transition: background-color 100ms ease-out; } .example02-button.active { background-color: lightskyblue; } .example02-button:not(.active) { cursor: pointer; } .example02-button:hover { background-color: lightskyblue; } .example02-tab { background-color: steelblue; } .example02-resize-separator-column, .example02-resize-separator-row { position: relative; } .example02-resize-separator-column { width: 100%; height: 1px; } .example02-resize-separator-row { width: 1px; height: 100%; } .example02-resize-handle { background-color: steelblue; position: absolute; width: 100%; height: 100%; transition: background-color 100ms ease-out; } .example02-resize-handle:hover { background-color: lightskyblue; } .example02-resize-handle-column { cursor: row-resize; } .example02-resize-handle-row { cursor: col-resize; } .example02-resize-handle-column::after, .example02-resize-handle-row::after { content: ""; position: absolute; } .example02-resize-handle-column::after { left: 0; top: -9px; height: 19px; width: 100%; } .example02-resize-handle-row::after { left: -9px; top: 0; height: 100%; width: 19px; } .example02-content { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } .example02-bomb { font-size: 100px; } .example02-fruit { font-size: 100px; cursor: grab; position: relative; } .example02-fruit:hover:after { content: "Grab me!"; font-size: 1rem; position: absolute; top: 100%; width: 100%; left: 0; text-align: center; } .example02-drop-area { position: fixed; background-color: rgba(0, 0, 0, 0.5); transition: top 100ms ease-out, left 100ms ease-out, width 100ms ease-out, height 100ms ease-out; } .example02-stack-container { display: grid; grid-template-rows: max-content 1fr; overflow: auto; }
examples/02-custom-style/style.css
.example02-container { width: 1000px; height: 500px; display: grid; background-color: aliceblue; box-shadow: 0 0 3px 1px dimgray; } .example02-button { margin: 2px 3px; padding: 2px 6px; border: none; border-radius: 1px; color: black; background-color: whitesmoke; height: 22px; transition: background-color 100ms ease-out; } .example02-button.active { background-color: lightskyblue; } .example02-button:not(.active) { cursor: pointer; } .example02-button:hover { background-color: lightskyblue; } .example02-tab { background-color: steelblue; } .example02-resize-separator-column, .example02-resize-separator-row { position: relative; } .example02-resize-separator-column { width: 100%; height: 1px; } .example02-resize-separator-row { width: 1px; height: 100%; } .example02-resize-handle { background-color: steelblue; position: absolute; width: 100%; height: 100%; transition: background-color 100ms ease-out; } .example02-resize-handle:hover { background-color: lightskyblue; } .example02-resize-handle-column { cursor: row-resize; } .example02-resize-handle-row { cursor: col-resize; } .example02-resize-handle-column::after, .example02-resize-handle-row::after { content: ""; position: absolute; } .example02-resize-handle-column::after { left: 0; top: -9px; height: 19px; width: 100%; } .example02-resize-handle-row::after { left: -9px; top: 0; height: 100%; width: 19px; } .example02-content { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } .example02-bomb { font-size: 100px; } .example02-fruit { font-size: 100px; cursor: grab; position: relative; } .example02-fruit:hover:after { content: "Grab me!"; font-size: 1rem; position: absolute; top: 100%; width: 100%; left: 0; text-align: center; } .example02-drop-area { position: fixed; background-color: rgba(0, 0, 0, 0.5); transition: top 100ms ease-out, left 100ms ease-out, width 100ms ease-out, height 100ms ease-out; } .example02-stack-container { display: grid; grid-template-rows: max-content 1fr; overflow: auto; }
0.615781
0.147955
.goHome{ float: right; display: block; } .goHome{ position: absolute; border-radius: 2000px; background-image: url("./homeButton.png"); background-repeat: no-repeat; width: 400px; height: 400px; } .wrapper{ padding: 10px; width: 100%; background-color: rgba(68, 115, 185, 0.43); text-align: center; font-family: Georgia,Helvetica; margin: 0px; border-radius: 30px; } div{ align-items: center; justify-content: center; } .quizNameWrapper{ display: flex; width: 100%; height: 350px; } .quizName{ display: flex; border-radius: 30px; background-color: rgb(129, 224, 237); font-size: 150px; width: 95%; height: 95%; text-align: center; text-shadow: 2px 4px rgba(33, 12, 52, 0.84); } form{ align-items: center; justify-content: center; display: inline-flex; width: 100%; height: 200px; font-size: 80px; border-radius: 30px; background-color: rgb(50, 80, 148); } .question{ display: flex; width: 50%; background-color: rgba(66, 146, 180, 0.8); border-radius: 30px; margin: 10px; } input{ display: flex; width: 40%; text-align: center; font-size: 80px; } input[type='number'] { -moz-appearance:textfield; } input[type='submit']{ flex: 0 1 100%; } input[type='text']{ font-size: 30px; background-color: rgb(224, 224, 224) } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; } form .selectionTab{ flex: 1 0 48%; background-color: rgba(0, 235, 251, 0.6); width: 48%; height: 170px; margin: 5px; } .selectionTab{ align-items: center; justify-content: center; display: inline-flex; border: solid black 5px; border-radius: 30px; background-color: rgb(224, 206, 76); height: 200px; width: 30%; color: rgb(218, 102, 27); font-size: 40px; text-shadow: 2px 2px rgba(246, 2, 2, 0.65); } .selectionTab:hover{ border-color: red; } #qLanding:hover{ cursor: pointer; background: rgba(247, 222, 92, 0.56); font-style: italic; } #top10{ width: 98%; border: solid rgb(10, 15, 45) 3px; border-radius: 30px; border-spacing: 0px; background-color: rgba(217, 235, 77, 0.65); font-size: 30px; } tr:first-child > td:first-child{ color: red; font-weight: bold; } tr:first-child > td{ font-size: 40px; font-weight: bold; background-color: rgba(235, 155, 61, 0.86); } th:first-child{ border-top-left-radius: 30px; } th:last-child{ border-top-right-radius: 30px; } tr:last-child > td:first-child{ border-bottom-left-radius: 30px; } tr:last-child > td:last-child{ border-bottom-right-radius: 30px; } td,th{ border: solid rgb(30, 37, 103) 1.5px; }
Unsolved_Problems/QuizGameV2/css/default.css
.goHome{ float: right; display: block; } .goHome{ position: absolute; border-radius: 2000px; background-image: url("./homeButton.png"); background-repeat: no-repeat; width: 400px; height: 400px; } .wrapper{ padding: 10px; width: 100%; background-color: rgba(68, 115, 185, 0.43); text-align: center; font-family: Georgia,Helvetica; margin: 0px; border-radius: 30px; } div{ align-items: center; justify-content: center; } .quizNameWrapper{ display: flex; width: 100%; height: 350px; } .quizName{ display: flex; border-radius: 30px; background-color: rgb(129, 224, 237); font-size: 150px; width: 95%; height: 95%; text-align: center; text-shadow: 2px 4px rgba(33, 12, 52, 0.84); } form{ align-items: center; justify-content: center; display: inline-flex; width: 100%; height: 200px; font-size: 80px; border-radius: 30px; background-color: rgb(50, 80, 148); } .question{ display: flex; width: 50%; background-color: rgba(66, 146, 180, 0.8); border-radius: 30px; margin: 10px; } input{ display: flex; width: 40%; text-align: center; font-size: 80px; } input[type='number'] { -moz-appearance:textfield; } input[type='submit']{ flex: 0 1 100%; } input[type='text']{ font-size: 30px; background-color: rgb(224, 224, 224) } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; } form .selectionTab{ flex: 1 0 48%; background-color: rgba(0, 235, 251, 0.6); width: 48%; height: 170px; margin: 5px; } .selectionTab{ align-items: center; justify-content: center; display: inline-flex; border: solid black 5px; border-radius: 30px; background-color: rgb(224, 206, 76); height: 200px; width: 30%; color: rgb(218, 102, 27); font-size: 40px; text-shadow: 2px 2px rgba(246, 2, 2, 0.65); } .selectionTab:hover{ border-color: red; } #qLanding:hover{ cursor: pointer; background: rgba(247, 222, 92, 0.56); font-style: italic; } #top10{ width: 98%; border: solid rgb(10, 15, 45) 3px; border-radius: 30px; border-spacing: 0px; background-color: rgba(217, 235, 77, 0.65); font-size: 30px; } tr:first-child > td:first-child{ color: red; font-weight: bold; } tr:first-child > td{ font-size: 40px; font-weight: bold; background-color: rgba(235, 155, 61, 0.86); } th:first-child{ border-top-left-radius: 30px; } th:last-child{ border-top-right-radius: 30px; } tr:last-child > td:first-child{ border-bottom-left-radius: 30px; } tr:last-child > td:last-child{ border-bottom-right-radius: 30px; } td,th{ border: solid rgb(30, 37, 103) 1.5px; }
0.481698
0.123762
canvas { display: block; } .banner-padding { padding-top: 75px !important; padding-bottom: 75px !important; } .ui.menu { border-radius: 0; } /** * Vertical alignment utilities * Depends on an appropriate `display` value. */ .u-alignBaseline { vertical-align: baseline !important; } .u-alignBottom { vertical-align: bottom !important; } .u-alignMiddle { vertical-align: middle !important; } .u-alignTop { vertical-align: top !important; } /** * @name Utils-Align * @description Utilities for vertically aligning elements. * @section utils.align.index * * * @markup * <style>.test { font-size: 32px; padding: 15px 0; } * .Box { height: 60px; width: 20px; display: inline-block; background: red;} * </style> * <div class="test">text <span class="u-alignBaseline Box"></span></div> * <div class="test">text <span class="u-alignBottom Box"></span></div> * <div class="test">text <span class="u-alignMiddle Box"></span></div> * <div class="test">text <span class="u-alignTop Box"></span></div> */ /** * Specify the proportional offset after an element. * Intentional redundancy build into each set of unit classes. * Supports: 2, 4, 5, 6, 8, 10, 12 section */ .u-after1of12 { margin-right: 8.33333% !important; } .u-after1of10 { margin-right: 10% !important; } .u-after1of8 { margin-right: 12.5% !important; } .u-after1of6, .u-after2of12 { margin-right: 16.66667% !important; } .u-after1of5, .u-after2of10 { margin-right: 20% !important; } .u-after1of4, .u-after2of8, .u-after3of12 { margin-right: 25% !important; } .u-after3of10 { margin-right: 30% !important; } .u-after1of3, .u-after2of6, .u-after4of12 { margin-right: 33.33333% !important; } .u-after3of8 { margin-right: 37.5% !important; } .u-after2of5, .u-after4of10 { margin-right: 40% !important; } .u-after5of12 { margin-right: 41.66667% !important; } .u-after1of2, .u-after2of4, .u-after3of6, .u-after4of8, .u-after5of10, .u-after6of12 { margin-right: 50% !important; } .u-after7of12 { margin-right: 58.33333% !important; } .u-after3of5, .u-after6of10 { margin-right: 60% !important; } .u-after5of8 { margin-right: 62.5% !important; } .u-after2of3, .u-after4of6, .u-after8of12 { margin-right: 66.66667% !important; } .u-after7of10 { margin-right: 70% !important; } .u-after3of4, .u-after6of8, .u-after9of12 { margin-right: 75% !important; } .u-after4of5, .u-after8of10 { margin-right: 80% !important; } .u-after5of6, .u-after10of12 { margin-right: 83.33333% !important; } .u-after7of8 { margin-right: 87.5% !important; } .u-after9of10 { margin-right: 90% !important; } .u-after11of12 { margin-right: 91.66667% !important; } /** * Offset: breakpoint 1 (small) * * Specify the proportional offset after an element. * Intentional redundancy build into each set of unit classes. * Supports: 2, 4, 5, 6, 8, 10, 12 section */ @media (min-width: 320px) and (max-width: 640px) { .u-sm-afterNone { margin-left: 0 !important; } .u-sm-after1of12 { margin-right: 8.33333% !important; } .u-sm-after1of10 { margin-right: 10% !important; } .u-sm-after1of8 { margin-right: 12.5% !important; } .u-sm-after1of6, .u-sm-after2of12 { margin-right: 16.66667% !important; } .u-sm-after1of5, .u-sm-after2of10 { margin-right: 20% !important; } .u-sm-after1of4, .u-sm-after2of8, .u-sm-after3of12 { margin-right: 25% !important; } .u-sm-after3of10 { margin-right: 30% !important; } .u-sm-after1of3, .u-sm-after2of6, .u-sm-after4of12 { margin-right: 33.33333% !important; } .u-sm-after3of8 { margin-right: 37.5% !important; } .u-sm-after2of5, .u-sm-after4of10 { margin-right: 40% !important; } .u-sm-after5of12 { margin-right: 41.66667% !important; } .u-sm-after1of2, .u-sm-after2of4, .u-sm-after3of6, .u-sm-after4of8, .u-sm-after5of10, .u-sm-after6of12 { margin-right: 50% !important; } .u-sm-after7of12 { margin-right: 58.33333% !important; } .u-sm-after3of5, .u-sm-after6of10 { margin-right: 60% !important; } .u-sm-after5of8 { margin-right: 62.5% !important; } .u-sm-after2of3, .u-sm-after4of6, .u-sm-after8of12 { margin-right: 66.66667% !important; } .u-sm-after7of10 { margin-right: 70% !important; } .u-sm-after3of4, .u-sm-after6of8, .u-sm-after9of12 { margin-right: 75% !important; } .u-sm-after4of5, .u-sm-after8of10 { margin-right: 80% !important; } .u-sm-after5of6, .u-sm-after10of12 { margin-right: 83.33333% !important; } .u-sm-after7of8 { margin-right: 87.5% !important; } .u-sm-after9of10 { margin-right: 90% !important; } .u-sm-after11of12 { margin-right: 91.66667% !important; } } /** * Offset: breakpoint 2 (medium) * * Specify the proportional offset after an element. * Intentional redundancy build into each set of unit classes. * Supports: 2, 4, 5, 6, 8, 10, 12 section */ @media (min-width: 640px) and (max-width: 960px) { .u-md-afterNone { margin-left: 0 !important; } .u-md-after1of12 { margin-right: 8.33333% !important; } .u-md-after1of10 { margin-right: 10% !important; } .u-md-after1of8 { margin-right: 12.5% !important; } .u-md-after1of6, .u-md-after2of12 { margin-right: 16.66667% !important; } .u-md-after1of5, .u-md-after2of10 { margin-right: 20% !important; } .u-md-after1of4, .u-md-after2of8, .u-md-after3of12 { margin-right: 25% !important; } .u-md-after3of10 { margin-right: 30% !important; } .u-md-after1of3, .u-md-after2of6, .u-md-after4of12 { margin-right: 33.33333% !important; } .u-md-after3of8 { margin-right: 37.5% !important; } .u-md-after2of5, .u-md-after4of10 { margin-right: 40% !important; } .u-md-after5of12 { margin-right: 41.66667% !important; } .u-md-after1of2, .u-md-after2of4, .u-md-after3of6, .u-md-after4of8, .u-md-after5of10, .u-md-after6of12 { margin-right: 50% !important; } .u-md-after7of12 { margin-right: 58.33333% !important; } .u-md-after3of5, .u-md-after6of10 { margin-right: 60% !important; } .u-md-after5of8 { margin-right: 62.5% !important; } .u-md-after2of3, .u-md-after4of6, .u-md-after8of12 { margin-right: 66.66667% !important; } .u-md-after7of10 { margin-right: 70% !important; } .u-md-after3of4, .u-md-after6of8, .u-md-after9of12 { margin-right: 75% !important; } .u-md-after4of5, .u-md-after8of10 { margin-right: 80% !important; } .u-md-after5of6, .u-md-after10of12 { margin-right: 83.33333% !important; } .u-md-after7of8 { margin-right: 87.5% !important; } .u-md-after9of10 { margin-right: 90% !important; } .u-md-after11of12 { margin-right: 91.66667% !important; } } /** * Offset: breakpoint 3 (large) * * Specify the proportional offset after an element. * Intentional redundancy build into each set of unit classes. * Supports: 2, 4, 5, 6, 8, 10, 12 section */ /** * Specify the proportional offset before an object. * Intentional redundancy build into each set of unit classes. * Supports: 2, 3, 4, 5, 6, 8, 10, 12 section */ .u-before1of12 { margin-left: 8.33333% !important; } .u-before1of10 { margin-left: 10% !important; } .u-before1of8 { margin-left: 12.5% !important; } .u-before1of6, .u-before2of12 { margin-left: 16.66667% !important; } .u-before1of5, .u-before2of10 { margin-left: 20% !important; } .u-before1of4, .u-before2of8, .u-before3of12 { margin-left: 25% !important; } .u-before3of10 { margin-left: 30% !important; } .u-before1of3, .u-before2of6, .u-before4of12 { margin-left: 33.33333% !important; } .u-before3of8 { margin-left: 37.5% !important; } .u-before2of5, .u-before4of10 { margin-left: 40% !important; } .u-before5of12 { margin-left: 41.66667% !important; } .u-before1of2, .u-before2of4, .u-before3of6, .u-before4of8, .u-before5of10, .u-before6of12 { margin-left: 50% !important; } .u-before7of12 { margin-left: 58.33333% !important; } .u-before3of5, .u-before6of10 { margin-left: 60% !important; } .u-before5of8 { margin-left: 62.5% !important; } .u-before2of3, .u-before4of6, .u-before8of12 { margin-left: 66.66667% !important; } .u-before7of10 { margin-left: 70% !important; } .u-before3of4, .u-before6of8, .u-before9of12 { margin-left: 75% !important; } .u-before4of5, .u-before8of10 { margin-left: 80% !important; } .u-before5of6, .u-before10of12 { margin-left: 83.33333% !important; } .u-before7of8 { margin-left: 87.5% !important; } .u-before9of10 { margin-left: 90% !important; } .u-before11of12 { margin-left: 91.66667% !important; } /** * Offset: breakpoint 1 (small) * * Specify the proportional offset before an element. * Intentional redundancy build into each set of unit classes. * Supports: 2, 3, 4, 5, 6, 8, 10, 12 section */ @media (min-width: 320px) and (max-width: 640px) { .u-sm-beforeNone { margin-left: 0 !important; } .u-sm-before1of12 { margin-left: 8.33333% !important; } .u-sm-before1of10 { margin-left: 10% !important; } .u-sm-before1of8 { margin-left: 12.5% !important; } .u-sm-before1of6, .u-sm-before2of12 { margin-left: 16.66667% !important; } .u-sm-before1of5, .u-sm-before2of10 { margin-left: 20% !important; } .u-sm-before1of4, .u-sm-before2of8, .u-sm-before3of12 { margin-left: 25% !important; } .u-sm-before3of10 { margin-left: 30% !important; } .u-sm-before1of3, .u-sm-before2of6, .u-sm-before4of12 { margin-left: 33.33333% !important; } .u-sm-before3of8 { margin-left: 37.5% !important; } .u-sm-before2of5, .u-sm-before4of10 { margin-left: 40% !important; } .u-sm-before5of12 { margin-left: 41.66667% !important; } .u-sm-before1of2, .u-sm-before2of4, .u-sm-before3of6, .u-sm-before4of8, .u-sm-before5of10, .u-sm-before6of12 { margin-left: 50% !important; } .u-sm-before7of12 { margin-left: 58.33333% !important; } .u-sm-before3of5, .u-sm-before6of10 { margin-left: 60% !important; } .u-sm-before5of8 { margin-left: 62.5% !important; } .u-sm-before2of3, .u-sm-before4of6, .u-sm-before8of12 { margin-left: 66.66667% !important; } .u-sm-before7of10 { margin-left: 70% !important; } .u-sm-before3of4, .u-sm-before6of8, .u-sm-before9of12 { margin-left: 75% !important; } .u-sm-before4of5, .u-sm-before8of10 { margin-left: 80% !important; } .u-sm-before5of6, .u-sm-before10of12 { margin-left: 83.33333% !important; } .u-sm-before7of8 { margin-left: 87.5% !important; } .u-sm-before9of10 { margin-left: 90% !important; } .u-sm-before11of12 { margin-left: 91.66667% !important; } } /** * Offset: breakpoint 2 (medium) * * Specify the proportional offset before an element. * Intentional redundancy build into each set of unit classes. * Supports: 2, 3, 4, 5, 6, 8, 10, 12 section */ @media (min-width: 640px) and (max-width: 960px) { .u-md-beforeNone { margin-left: 0 !important; } .u-md-before1of12 { margin-left: 8.33333% !important; } .u-md-before1of10 { margin-left: 10% !important; } .u-md-before1of8 { margin-left: 12.5% !important; } .u-md-before1of6, .u-md-before2of12 { margin-left: 16.66667% !important; } .u-md-before1of5, .u-md-before2of10 { margin-left: 20% !important; } .u-md-before1of4, .u-md-before2of8, .u-md-before3of12 { margin-left: 25% !important; } .u-md-before3of10 { margin-left: 30% !important; } .u-md-before1of3, .u-md-before2of6, .u-md-before4of12 { margin-left: 33.33333% !important; } .u-md-before3of8 { margin-left: 37.5% !important; } .u-md-before2of5, .u-md-before4of10 { margin-left: 40% !important; } .u-md-before5of12 { margin-left: 41.66667% !important; } .u-md-before1of2, .u-md-before2of4, .u-md-before3of6, .u-md-before4of8, .u-md-before5of10, .u-md-before6of12 { margin-left: 50% !important; } .u-md-before7of12 { margin-left: 58.33333% !important; } .u-md-before3of5, .u-md-before6of10 { margin-left: 60% !important; } .u-md-before5of8 { margin-left: 62.5% !important; } .u-md-before2of3, .u-md-before4of6, .u-md-before8of12 { margin-left: 66.66667% !important; } .u-md-before7of10 { margin-left: 70% !important; } .u-md-before3of4, .u-md-before6of8, .u-md-before9of12 { margin-left: 75% !important; } .u-md-before4of5, .u-md-before8of10 { margin-left: 80% !important; } .u-md-before5of6, .u-md-before10of12 { margin-left: 83.33333% !important; } .u-md-before7of8 { margin-left: 87.5% !important; } .u-md-before9of10 { margin-left: 90% !important; } .u-md-before11of12 { margin-left: 91.66667% !important; } } /** * Offset: breakpoint 3 (large) * * Specify the proportional offset before an element. * Intentional redundancy build into each set of unit classes. * Supports: 2, 3, 4, 5, 6, 8, 10, 12 section */ /** * @name Offset Utilities * @description Utilities for offset. * @section utils.offset.index * * * @markup * <style> * .test-Box { * background: #649632; * margin-bottom: 10px; * } * </style> */ /** * @name Offset Utilities - After * @description Utilities for offsetting after an element. * @section utils.offset.after * * * @markup * <div> * <div class="u-after1of2 test-Box">1of2</div> * </div> * <div> * <div class="u-after1of3 test-Box">1of3</div> * <div class="u-after2of3 test-Box">2of3</div> * </div> * <div> * <div class="u-after1of4 test-Box">1of4</div> * <div class="u-after2of4 test-Box">2of4</div> * <div class="u-after3of4 test-Box">3of4</div> * </div> * <div> * <div class="u-after1of6 test-Box">1of6</div> * <div class="u-after2of6 test-Box">2of6</div> * <div class="u-after3of6 test-Box">3of6</div> * <div class="u-after4of6 test-Box">4of6</div> * <div class="u-after5of6 test-Box">5of6</div> * </div> * <div> * <div class="u-after1of8 test-Box">1of8</div> * <div class="u-after2of8 test-Box">2of8</div> * <div class="u-after3of8 test-Box">3of8</div> * <div class="u-after4of8 test-Box">4of8</div> * <div class="u-after5of8 test-Box">5of8</div> * <div class="u-after6of8 test-Box">6of8</div> * <div class="u-after7of8 test-Box">7of8</div> * </div> * <div> * <div class="u-after1of10 test-Box">1of10</div> * <div class="u-after2of10 test-Box">2of10</div> * <div class="u-after3of10 test-Box">3of10</div> * <div class="u-after4of10 test-Box">4of10</div> * <div class="u-after5of10 test-Box">5of10</div> * <div class="u-after6of10 test-Box">6of10</div> * <div class="u-after7of10 test-Box">7of10</div> * <div class="u-after8of10 test-Box">8of10</div> * <div class="u-after9of10 test-Box">9of10</div> * </div> * <div> * <div class="u-after1of12 test-Box">1of12</div> * <div class="u-after2of12 test-Box">2of12</div> * <div class="u-after3of12 test-Box">3of12</div> * <div class="u-after4of12 test-Box">4of12</div> * <div class="u-after5of12 test-Box">5of12</div> * <div class="u-after6of12 test-Box">6of12</div> * <div class="u-after7of12 test-Box">7of12</div> * <div class="u-after8of12 test-Box">8of12</div> * <div class="u-after9of12 test-Box">9of12</div> * <div class="u-after10of12 test-Box">10of12</div> * <div class="u-after11of12 test-Box">11of12</div> * </div> */ /** * @name Offset Utilities - Before * @description Utilities for offsetting before an element. * @section utils.offset.before * * * @markup * <div> * <div class="u-before1of2 test-Box">1of2</div> * </div> * <div> * <div class="u-before1of3 test-Box">1of3</div> * <div class="u-before2of3 test-Box">2of3</div> * </div> * <div> * <div class="u-before1of4 test-Box">1of4</div> * <div class="u-before2of4 test-Box">2of4</div> * <div class="u-before3of4 test-Box">3of4</div> * </div> * <div> * <div class="u-before1of6 test-Box">1of6</div> * <div class="u-before2of6 test-Box">2of6</div> * <div class="u-before3of6 test-Box">3of6</div> * <div class="u-before4of6 test-Box">4of6</div> * <div class="u-before5of6 test-Box">5of6</div> * </div> * <div> * <div class="u-before1of8 test-Box">1of8</div> * <div class="u-before2of8 test-Box">2of8</div> * <div class="u-before3of8 test-Box">3of8</div> * <div class="u-before4of8 test-Box">4of8</div> * <div class="u-before5of8 test-Box">5of8</div> * <div class="u-before6of8 test-Box">6of8</div> * <div class="u-before7of8 test-Box">7of8</div> * </div> * <div> * <div class="u-before1of10 test-Box">1of10</div> * <div class="u-before2of10 test-Box">2of10</div> * <div class="u-before3of10 test-Box">3of10</div> * <div class="u-before4of10 test-Box">4of10</div> * <div class="u-before5of10 test-Box">5of10</div> * <div class="u-before6of10 test-Box">6of10</div> * <div class="u-before7of10 test-Box">7of10</div> * <div class="u-before8of10 test-Box">8of10</div> * <div class="u-before9of10 test-Box">9of10</div> * </div> * <div> * <div class="u-before1of12 test-Box">1of12</div> * <div class="u-before2of12 test-Box">2of12</div> * <div class="u-before3of12 test-Box">3of12</div> * <div class="u-before4of12 test-Box">4of12</div> * <div class="u-before5of12 test-Box">5of12</div> * <div class="u-before6of12 test-Box">6of12</div> * <div class="u-before7of12 test-Box">7of12</div> * <div class="u-before8of12 test-Box">8of12</div> * <div class="u-before9of12 test-Box">9of12</div> * <div class="u-before10of12 test-Box">10of12</div> * <div class="u-before11of12 test-Box">11of12</div> * </div> */ /** * @name Offset Utilities - Offset with Media Query breakpoints. * @description Utilities can be limited to specific Media Query breakpoints. Often used in combination for different offsets at breakpoints. * @section utils.offset.mediaQuery * * * @markup * <div> * <div class="u-sm-before1of2 test-Box">1of2 within smallest breakpoint</div> * <div class="u-md-before1of3 test-Box">1of3 within medium breakpoint</div> * <div class="u-lg-before1of4 test-Box">1of4 within large breakpoint</div> * <div class="u-sm-after1of2 test-Box">1of2 within smallest breakpoint</div> * <div class="u-md-after1of3 test-Box">1of3 within medium breakpoint</div> * <div class="u-lg-after1of4 test-Box">1of4 within large breakpoint</div> * </div> */ /** * Display-type utilities */ .u-block { display: block !important; } .u-hidden { display: none !important; } /** * Completely remove from the flow but leave available to screen readers. */ .u-hiddenVisually { position: absolute !important; overflow: hidden !important; clip: rect(1px, 1px, 1px, 1px) !important; padding: 0 !important; width: 1px !important; height: 1px !important; border: 0 !important; } .u-inline { display: inline !important; } /** * 1. Fix for Firefox bug: an image styled `max-width:100%` within an * inline-block will display at its default size, and not limit its width to * 100% of an ancestral container. */ .u-inlineBlock { display: inline-block !important; max-width: 100%; /* 1 */ } .u-table { display: table !important; } .u-tableCell { display: table-cell !important; } .u-tableRow { display: table-row !important; } /** * @name Display Utilities * @description Utilities for display. * @section utils.display.index */ /** * @name Display Utilities - Block * @description Renders with block display. * @section utils.display.block * * * @markup * <span class="u-block"> * This <code>span</code> should be <code>block</code> * </span> */ /** * @name Display Utilities - Hidden * @description Render as hidden. * @section utils.display.hidden * * * @markup * <span class="u-hidden"> * This <code>span</code> should be hidden * </span> */ /** * @name Display Utilities - Visually Hidden * @description Renders visually hidden (but available to screen readers). * @section utils.display.hiddenVisually * * * @markup * <span class="u-hiddenVisually"> * This <code>span</code> should be read by screenreaders * </span> */ /** * @name Display Utilities - Inline block * @description Renders inline block. Does not expand beyond its parent with wide children. * @section utils.display.inlineBlock * * * @markup * <span class="u-inlineBlock dev-Inner"> * This <code>span</code> should be <code>inline-block</code> * </span> * <div style="width:200px"> * <div class="u-inlineBlock dev-Inner"> * <img src="http://lorempixel.com/300/300/sports/1" alt="" style="margin:10px 0; max-width:100%;"> * </div> * </div> */ /** * @name Display Utilities - Table * @description Renders as a table. * @section utils.display.table * * * @markup * <div class="u-table Test-area"> * <div class="u-tableRow"> * <div class="u-tableCell"> * This <code>div</code> should be <code>table-cell</code> within <code>table</code> * </div> * </div> * <div class="u-tableRow"> * <div class="u-tableCell"> * A table-cell within table * </div> * <div class="u-tableCell"> * A table-cell within table * </div> * </div> * </div> */ /** * @name Display Utilities - Overflow * @description Controls overflow style of an element * @section utils.display.overflow * * @markupUrl url(node_modules/hammock-utils-display/guide/overflow.html) */ .u-overflowScroll { overflow: auto; } .u-overflowScroll-x { overflow-x: auto; } .u-overflowScroll-y { overflow-y: auto; } .u-overflowHidden { overflow: hidden; } .u-overflowHidden-x { overflow-x: hidden; } .u-overflowHidden-y { overflow-y: hidden; } .u-overflowVisible { overflow: visible; } /** * @name Utils FontSize * @description Utilities for adjusting fontsize by trumps * @section utils.fontsize.index * */ /** * @name Utils Font Size - basic ordinal sizing trumps * @description Used to force font size. ordinal classes. * @section utils.fontsize.Basic * * @markupUrl url(node_modules/hammock-utils-fontsize/guide/default.html) */ /* meant to follow h1 to h6 sizing but are abstracted to be flexible */ .u-alpha { font-size: 32px !important; font-size: 2rem !important; } .u-beta { font-size: 24px !important; font-size: 1.5rem !important; } .u-gamma { font-size: 20px !important; font-size: 1.25rem !important; } .u-delta { font-size: 16px !important; font-size: 1rem !important; } .u-epsilon { font-size: 14px !important; font-size: .875rem !important; } .u-zeta { font-size: 12px !important; font-size: .75rem !important; } /** * @name Utils Font Size - Large trumps * @description Used to force larger font size. * @section utils.fontsize.Larger * * @markupUrl url(node_modules/hammock-utils-fontsize/guide/large.html) */ /* based on manipulation of --u-alpha size */ .u-giga { font-size: 80px !important; font-size: 5rem !important; } .u-mega { font-size: 64px !important; font-size: 4rem !important; } .u-kilo { font-size: 48px !important; font-size: 3rem !important; } /** * @name Utils Font Size - Small trumps * @description Used to force smaller font size * @section utils.fontsize.Smaller * * @markupUrl url(node_modules/hammock-utils-fontsize/guide/small.html) */ /* based on manipulation of --u-zeta size */ .u-milli { font-size: 10px !important; font-size: 0.675rem !important; } .u-micro { font-size: 9px !important; font-size: 0.6rem !important; } /** * Sizing utilities */ /* Intrinsic widths ========================================================================== */ /** * Make an element shrink wrap its content. */ .u-sizeFit, .u-sizeFitAlt { display: block !important; float: left !important; width: auto !important; } .u-sizeFitAlt { float: right !important; } /** * Make an element fill the remaining space. * N.B. This will hide overflow. */ .u-sizeFill { display: block !important; overflow: hidden !important; width: auto !important; } /** * An alternative method to make an element fill the remaining space. * N.B. Do not use if child elements might be wider than the remaining space. * In Chrome, Safari, and Firefox it results in undesired layout. */ .u-sizeFillAlt { display: table-cell !important; max-width: 100% !important; width: 10000px !important; } /** * Make an element the width of its parent. */ .u-sizeFull { display: block !important; box-sizing: border-box !important; width: 100% !important; } /* Proportional widths ========================================================================== */ /** * Specify the proportional width of an object. * Intentional redundancy build into each set of unit classes. * Supports: 2, 3, 4, 5, 6, 8, 10, 12 part */ .u-size1of12 { width: 8.33333% !important; } .u-size1of10 { width: 10% !important; } .u-size1of8 { width: 12.5% !important; } .u-size1of6, .u-size2of12 { width: 16.66667% !important; } .u-size1of5, .u-size2of10 { width: 20% !important; } .u-size1of4, .u-size2of8, .u-size3of12 { width: 25% !important; } .u-size3of10 { width: 30% !important; } .u-size1of3, .u-size2of6, .u-size4of12 { width: 33.33333% !important; } .u-size3of8 { width: 37.5% !important; } .u-size2of5, .u-size4of10 { width: 40% !important; } .u-size5of12 { width: 41.66667% !important; } .u-size1of2, .u-size2of4, .u-size3of6, .u-size4of8, .u-size5of10, .u-size6of12 { width: 50% !important; } .u-size7of12 { width: 58.33333% !important; } .u-size3of5, .u-size6of10 { width: 60% !important; } .u-size5of8 { width: 62.5% !important; } .u-size2of3, .u-size4of6, .u-size8of12 { width: 66.66667% !important; } .u-size7of10 { width: 70% !important; } .u-size3of4, .u-size6of8, .u-size9of12 { width: 75% !important; } .u-size4of5, .u-size8of10 { width: 80% !important; } .u-size5of6, .u-size10of12 { width: 83.33333% !important; } .u-size7of8 { width: 87.5% !important; } .u-size9of10 { width: 90% !important; } .u-size11of12 { width: 91.66667% !important; } /** * Size: breakpoint 1 (small) */ @media (min-width: 320px) and (max-width: 640px) { /** * Make an element shrink wrap its content. */ .u-sm-sizeFit, .u-sm-sizeFitAlt { display: block !important; float: left !important; width: auto !important; } .u-sm-sizeFitAlt { float: right !important; } /** * Make an element fill the remaining space. * N.B. This will hide overflow. */ .u-sm-sizeFill { display: block !important; overflow: hidden !important; width: auto !important; } /** * An alternative method to make an element fill the remaining space. * N.B. Do not use if child elements might be wider than the remaining space. * In Chrome, Safari, and Firefox it results in undesired layout. */ .u-sm-sizeFillAlt { display: table-cell !important; max-width: 100% !important; width: 10000px !important; } /** * Make an element the width of its parent. */ .u-sm-sizeFull { display: block !important; box-sizing: border-box !important; width: 100% !important; } /* Proportional widths: breakpoint 1 (small) ========================================================================== */ /** * Specify the proportional width of an object. * Intentional redundancy build into each set of unit classes. * Supports: 2, 3, 4, 5, 6, 8, 10, 12 part */ .u-sm-size1of12 { width: 8.33333% !important; } .u-sm-size1of10 { width: 10% !important; } .u-sm-size1of8 { width: 12.5% !important; } .u-sm-size1of6, .u-sm-size2of12 { width: 16.66667% !important; } .u-sm-size1of5, .u-sm-size2of10 { width: 20% !important; } .u-sm-size1of4, .u-sm-size2of8, .u-sm-size3of12 { width: 25% !important; } .u-sm-size3of10 { width: 30% !important; } .u-sm-size1of3, .u-sm-size2of6, .u-sm-size4of12 { width: 33.33333% !important; } .u-sm-size3of8 { width: 37.5% !important; } .u-sm-size2of5, .u-sm-size4of10 { width: 40% !important; } .u-sm-size5of12 { width: 41.66667% !important; } .u-sm-size1of2, .u-sm-size2of4, .u-sm-size3of6, .u-sm-size4of8, .u-sm-size5of10, .u-sm-size6of12 { width: 50% !important; } .u-sm-size7of12 { width: 58.33333% !important; } .u-sm-size3of5, .u-sm-size6of10 { width: 60% !important; } .u-sm-size5of8 { width: 62.5% !important; } .u-sm-size2of3, .u-sm-size4of6, .u-sm-size8of12 { width: 66.66667% !important; } .u-sm-size7of10 { width: 70% !important; } .u-sm-size3of4, .u-sm-size6of8, .u-sm-size9of12 { width: 75% !important; } .u-sm-size4of5, .u-sm-size8of10 { width: 80% !important; } .u-sm-size5of6, .u-sm-size10of12 { width: 83.33333% !important; } .u-sm-size7of8 { width: 87.5% !important; } .u-sm-size9of10 { width: 90% !important; } .u-sm-size11of12 { width: 91.66667% !important; } } /** * Size: breakpoint 2 (medium) */ @media (min-width: 640px) and (max-width: 960px) { /** * Make an element shrink wrap its content. */ .u-md-sizeFit, .u-md-sizeFitAlt { display: block !important; float: left !important; width: auto !important; } .u-md-sizeFitAlt { float: right !important; } /** * Make an element fill the remaining space. * N.B. This will hide overflow. */ .u-md-sizeFill { display: block !important; overflow: hidden !important; width: auto !important; } /** * An alternative method to make an element fill the remaining space. * N.B. Do not use if child elements might be wider than the remaining space. * In Chrome, Safari, and Firefox it results in undesired layout. */ .u-md-sizeFillAlt { display: table-cell !important; max-width: 100% !important; width: 10000px !important; } /** * Make an element the width of its parent. */ .u-md-sizeFull { display: block !important; box-sizing: border-box !important; width: 100% !important; } /* Proportional widths: breakpoint 2 (medium) ========================================================================== */ /** * Specify the proportional width of an object. * Intentional redundancy build into each set of unit classes. * Supports: 2, 3, 4, 5, 6, 8, 10, 12 part */ .u-md-size1of12 { width: 8.33333% !important; } .u-md-size1of10 { width: 10% !important; } .u-md-size1of8 { width: 12.5% !important; } .u-md-size1of6, .u-md-size2of12 { width: 16.66667% !important; } .u-md-size1of5, .u-md-size2of10 { width: 20% !important; } .u-md-size1of4, .u-md-size2of8, .u-md-size3of12 { width: 25% !important; } .u-md-size3of10 { width: 30% !important; } .u-md-size1of3, .u-md-size2of6, .u-md-size4of12 { width: 33.33333% !important; } .u-md-size3of8 { width: 37.5% !important; } .u-md-size2of5, .u-md-size4of10 { width: 40% !important; } .u-md-size5of12 { width: 41.66667% !important; } .u-md-size1of2, .u-md-size2of4, .u-md-size3of6, .u-md-size4of8, .u-md-size5of10, .u-md-size6of12 { width: 50% !important; } .u-md-size7of12 { width: 58.33333% !important; } .u-md-size3of5, .u-md-size6of10 { width: 60% !important; } .u-md-size5of8 { width: 62.5% !important; } .u-md-size2of3, .u-md-size4of6, .u-md-size8of12 { width: 66.66667% !important; } .u-md-size7of10 { width: 70% !important; } .u-md-size3of4, .u-md-size6of8, .u-md-size9of12 { width: 75% !important; } .u-md-size4of5, .u-md-size8of10 { width: 80% !important; } .u-md-size5of6, .u-md-size10of12 { width: 83.33333% !important; } .u-md-size7of8 { width: 87.5% !important; } .u-md-size9of10 { width: 90% !important; } .u-md-size11of12 { width: 91.66667% !important; } } /** * Size: breakpoint 3 (large) */ /** * @name Size Utilities * @description Utilities for size. * @section utils.size.index * * * @markup * <style> * .u-cf:after { * clear: both; * content:""; * display: table; * } * .Test-highlight { * background: #ff0; * margin: 0 0 10px; * } * .Test-box { * background: #649632; * height: 25px; * margin-bottom: 10px; * color: #fff; * } * .Test-box--square { * height: 50px; * width: 50px; * } * </style> */ /** * @name Explicit Sizes * @description Utilities for sizing and element to an explicit size. * @section utils.size.sizeXofY * * * @markup * <div> * <div class="u-size1of2 Test-box">1of2</div> * </div> * <div> * <div class="u-size1of3 Test-box">1of3</div> * <div class="u-size2of3 Test-box">2of3</div> * </div> * <div> * <div class="u-size1of4 Test-box">1of4</div> * <div class="u-size2of4 Test-box">2of4</div> * <div class="u-size3of4 Test-box">3of4</div> * </div> * <div> * <div class="u-size1of6 Test-box">1of6</div> * <div class="u-size2of6 Test-box">2of6</div> * <div class="u-size3of6 Test-box">3of6</div> * <div class="u-size4of6 Test-box">4of6</div> * <div class="u-size5of6 Test-box">5of6</div> * </div> * <div> * <div class="u-size1of8 Test-box">1of8</div> * <div class="u-size2of8 Test-box">2of8</div> * <div class="u-size3of8 Test-box">3of8</div> * <div class="u-size4of8 Test-box">4of8</div> * <div class="u-size5of8 Test-box">5of8</div> * <div class="u-size6of8 Test-box">6of8</div> * <div class="u-size7of8 Test-box">7of8</div> * </div> * <div> * <div class="u-size1of10 Test-box">1of10</div> * <div class="u-size2of10 Test-box">2of10</div> * <div class="u-size3of10 Test-box">3of10</div> * <div class="u-size4of10 Test-box">4of10</div> * <div class="u-size5of10 Test-box">5of10</div> * <div class="u-size6of10 Test-box">6of10</div> * <div class="u-size7of10 Test-box">7of10</div> * <div class="u-size8of10 Test-box">8of10</div> * <div class="u-size9of10 Test-box">9of10</div> * </div> * <div> * <div class="u-size1of12 Test-box">1of12</div> * <div class="u-size2of12 Test-box">2of12</div> * <div class="u-size3of12 Test-box">3of12</div> * <div class="u-size4of12 Test-box">4of12</div> * <div class="u-size5of12 Test-box">5of12</div> * <div class="u-size6of12 Test-box">6of12</div> * <div class="u-size7of12 Test-box">7of12</div> * <div class="u-size8of12 Test-box">8of12</div> * <div class="u-size9of12 Test-box">9of12</div> * <div class="u-size10of12 Test-box">10of12</div> * <div class="u-size11of12 Test-box">11of12</div> * </div> */ /** * @name Size with Media Query breakpoints. * @description Size utilities can be limited to specific Media Query breakpoints. Often used in combination for different sizes at breakpoints. * @section utils.size.mediaQuery * * * @markup * <div> * <div class="u-sm-size1of2 Test-box">1of2 within smallest breakpoint</div> * <div class="u-md-size1of3 Test-box">1of3 within medium breakpoint</div> * <div class="u-lg-size1of4 Test-box">1of4 within large breakpoint</div> * </div> */ /** * @name Size Fit / Size Fill * @description Shrink-wraps (on left) / fills remaining space. * @section utils.size.sizeFitsizeFill * * * @markup * <div class="u-cf"> * <div class="u-sizeFit"> * <div class="Test-box Test-box--square"></div> * </div> * <div class="u-sizeFill Test-highlight"> * content * </div> * </div> */ /** * @name Size Fit / Size Fill (Alternate) * @description Shrink-wraps (on left) / fills remaining space. * @section utils.size.sizeFitsizeFillAlt * * * @markup * <div class="u-cf"> * <div class="u-sizeFit"> * <div class="Test-box Test-box--square"></div> * </div> * <div class="u-sizeFillAlt Test-highlight"> * content * </div> * </div> */ /** * @name Size Fit (Alternate) / Size Fill * @description Shrink-wraps (on right) / fills remaining space. * @section utils.size.sizeFitAltsizeFill * * * @markup * <div class="u-cf"> * <div class="u-sizeFitAlt"> * <div class="Test-box Test-box--square"></div> * </div> * <div class="u-sizeFill Test-highlight"> * content * </div> * </div> */ /** * @name Size Full * @description Fluidly fits to its container/parent in height and width * @section utils.size.sizeFull * * * @markup * <div class="u-cf"> * <div class="u-sizeFull Test-highlight"> * content * </div> * </div> * <div class="u-cf" style="height: 200px"> * <div class="u-sizeFullHeight Test-highlight"> * content * </div> * </div> */ /** * Make an element the height of its parent. */ .u-sizeFullHeight { display: block !important; box-sizing: border-box !important; height: 100% !important; } /** * @name Size Viewport * @description Fluidly fits to the viewport's height and width. Resize window to see changes. * @section utils.size.sizeView * * * @markup * <div class="u-cf"> * <div class="Test-box u-sizeViewFull">Sets this element's width to that of the viewport.</div> * <div class="Test-box u-sizeViewFullHeight">Sets this element's height to that of the viewport.</div> * <div class="Test-box u-sizeViewFullHeight--Min" style="width:50px">Set the height to at least the same height as the viewport size.</div> * <div class="Test-box u-sizeViewFullHeight--Max" style="width:50px">Set the height to at most the same height as the viewport size.</div> * </div> */ /** * Make an element the width of the viewport */ .u-sizeViewFull { width: 100vw !important; } /** * Make an element the height of the viewport */ .u-sizeViewFullHeight { height: 100vh !important; } /** * Make an element's height at least as tall as the viewport */ .u-sizeViewFullHeight--Min { height: 100vm !important; height: 100vmin !important; } /** * Make an element's height at most as tall as the viewport */ .u-sizeViewFullHeight--Max { height: 100vmax !important; } /*@custom-media --lg-viewport (min-width:960px);*/ /** * @name Utils Spacing * @description Utilities for spacing elements using paddings and margins. Also supports 2 media queries. The custom-media configuration can be overriden by your app or excluded. * @section utils.spacing.index * * @markup @custom-media --sm-viewport (min-width:320px) and (max-width:640px); @custom-media --md-viewport (min-width:640px) and (max-width:960px); * */ /** * @name Utils Spacing - Margin Default * @description Used to force margins on any element. Default margin spacing. * @section utils.spacing.margin.Default * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-margin-default.html) */ .m { margin: 1em !important; } .mt { margin-top: 1em !important; } .mr { margin-right: 1em !important; } .mb { margin-bottom: 1em !important; } .ml { margin-left: 1em !important; } .mh { margin-right: 1em !important; margin-left: 1em !important; } .mv { margin-top: 1em !important; margin-bottom: 1em !important; } /** * @name Utils Spacing - Margin Small * @description Used to force margins on any element. Small variation. * @section utils.spacing.margin.Small * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-margin-small.html) */ .m- { margin: 0.5em !important; } .mt- { margin-top: 0.5em !important; } .mr- { margin-right: 0.5em !important; } .mb- { margin-bottom: 0.5em !important; } .ml- { margin-left: 0.5em !important; } .mh- { margin-right: 0.5em !important; margin-left: 0.5em !important; } .mv- { margin-top: 0.5em !important; margin-bottom: 0.5em !important; } /** * @name Utils Spacing - Margin Tiny * @description Tiny variation. * @section utils.spacing.margin.Tiny * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-margin-tiny.html) */ .m-- { margin: 0.25em !important; } .mt-- { margin-top: 0.25em !important; } .mr-- { margin-right: 0.25em !important; } .mb-- { margin-bottom: 0.25em !important; } .ml-- { margin-left: 0.25em !important; } .mh-- { margin-right: 0.25em !important; margin-left: 0.25em !important; } .mv-- { margin-top: 0.25em !important; margin-bottom: 0.25em !important; } /** * @name Utils Spacing - Margin Large * @description Used to force margins on any element. Large variation. * @section utils.spacing.margin.Large * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-margin-large.html) */ .m\+ { margin: 2em !important; } .mt\+ { margin-top: 2em !important; } .mr\+ { margin-right: 2em !important; } .mb\+ { margin-bottom: 2em !important; } .ml\+ { margin-left: 2em !important; } .mh\+ { margin-right: 2em !important; margin-left: 2em !important; } .mv\+ { margin-top: 2em !important; margin-bottom: 2em !important; } /** * @name Utils Spacing - Margin Huge * @description Used to force margins on any element. Huge variation. * @section utils.spacing.margin.Huge * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-margin-huge.html) */ .m\+\+ { margin: 4em !important; } .mt\+\+ { margin-top: 4em !important; } .mr\+\+ { margin-right: 4em !important; } .mb\+\+ { margin-bottom: 4em !important; } .ml\+\+ { margin-left: 4em !important; } .mh\+\+ { margin-right: 4em !important; margin-left: 4em !important; } .mv\+\+ { margin-top: 4em !important; margin-bottom: 4em !important; } /** * @name Utils Spacing - No Margin * @description Used to force no margins on any element. * @section utils.spacing.margin.None * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-margin-none.html) */ .m0 { margin: 0 !important; } .mt0 { margin-top: 0 !important; } .mr0 { margin-right: 0 !important; } .mb0 { margin-bottom: 0 !important; } .ml0 { margin-left: 0 !important; } .mh0 { margin-right: 0 !important; margin-left: 0 !important; } .mv0 { margin-top: 0 !important; margin-bottom: 0 !important; } /** * @name Utils Spacing - Negative Default Margin * @description Used to force default negative margins on any element. * @section utils.spacing.negative.margin.Default * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-margin-negative.html) */ .-m { margin: -1em !important; } .-mt { margin-top: -1em !important; } .-mr { margin-right: -1em !important; } .-mb { margin-bottom: -1em !important; } .-ml { margin-left: -1em !important; } .-mh { margin-right: -1em !important; margin-left: -1em !important; } .-mv { margin-top: -1em !important; margin-bottom: -1em !important; } /** * @name Utils Spacing - Negative Margin Tiny * @description Used to force negative margins on any element. Tiny variation. * @section utils.spacing.negative.margin.Tiny * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-margin-negative-tiny.html) */ .-m-- { margin: -0.25em !important; } .-mt-- { margin-top: -0.25em !important; } .-mr-- { margin-right: -0.25em !important; } .-mb-- { margin-bottom: -0.25em !important; } .-ml-- { margin-left: -0.25em !important; } .-mh-- { margin-right: -0.25em !important; margin-left: -0.25em !important; } .-mv-- { margin-top: -0.25em !important; margin-bottom: -0.25em !important; } /** * @name Utils Spacing - Negative Margin Small * @description Used to force negative margins on any element. Small variation. * @section utils.spacing.negative.margin.Small * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-margin-negative-small.html) */ .-m- { margin: -0.5em !important; } .-mt- { margin-top: -0.5em !important; } .-mr- { margin-right: -0.5em !important; } .-mb- { margin-bottom: -0.5em !important; } .-ml- { margin-left: -0.5em !important; } .-mh- { margin-right: -0.5em !important; margin-left: -0.5em !important; } .-mv- { margin-top: -0.5em !important; margin-bottom: -0.5em !important; } /** * @name Utils Spacing - Negative Margin Large * @description Used to force negative margins on any element. Large variation. * @section utils.spacing.negative.margin.Large * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-margin-negative-large.html) */ .-m\+ { margin: -2em !important; } .-mt\+ { margin-top: -2em !important; } .-mr\+ { margin-right: -2em !important; } .-mb\+ { margin-bottom: -2em !important; } .-ml\+ { margin-left: -2em !important; } .-mh\+ { margin-right: -2em !important; margin-left: -2em !important; } .-mv\+ { margin-top: -2em !important; margin-bottom: -2em !important; } /** * @name Utils Spacing - Negative Margin Huge * @description Used to force negative margins on any element. Huge variation. * @section utils.spacing.negative.margin.Huge * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-margin-negative-huge.html) */ .-m\+\+ { margin: -4em !important; } .-mt\+\+ { margin-top: -4em !important; } .-mr\+\+ { margin-right: -4em !important; } .-mb\+\+ { margin-bottom: -4em !important; } .-ml\+\+ { margin-left: -4em !important; } .-mh\+\+ { margin-right: -4em !important; margin-left: -4em !important; } .-mv\+\+ { margin-top: -4em !important; margin-bottom: -4em !important; } /** * @name Utils Spacing - Padding Default * @description Used to force paddings on any element. Default padding spacing. * @section utils.spacing.padding.Default * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-padding-default.html) */ .p { padding: 1em !important; } .pt { padding-top: 1em !important; } .pr { padding-right: 1em !important; } .pb { padding-bottom: 1em !important; } .pl { padding-left: 1em !important; } .ph { padding-right: 1em !important; padding-left: 1em !important; } .pv { padding-top: 1em !important; padding-bottom: 1em !important; } /** * @name Utils Spacing - Padding Small * @description Used to force paddings on any element. Small variation. * @section utils.spacing.padding.Small * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-padding-small.html) */ .p- { padding: 0.5em !important; } .pt- { padding-top: 0.5em !important; } .pr- { padding-right: 0.5em !important; } .pb- { padding-bottom: 0.5em !important; } .pl- { padding-left: 0.5em !important; } .ph- { padding-right: 0.5em !important; padding-left: 0.5em !important; } .pv- { padding-top: 0.5em !important; padding-bottom: 0.5em !important; } /** * @name Utils Spacing - Padding Tiny * @description Tiny variation. * @section utils.spacing.padding.Tiny * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-padding-tiny.html) */ .p-- { padding: 0.25em !important; } .pt-- { padding-top: 0.25em !important; } .pr-- { padding-right: 0.25em !important; } .pb-- { padding-bottom: 0.25em !important; } .pl-- { padding-left: 0.25em !important; } .ph-- { padding-right: 0.25em !important; padding-left: 0.25em !important; } .pv-- { padding-top: 0.25em !important; padding-bottom: 0.25em !important; } /** * @name Utils Spacing - Padding Large * @description Used to force paddings on any element. Large variation. * @section utils.spacing.padding.Large * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-padding-large.html) */ .p\+ { padding: 2em !important; } .pt\+ { padding-top: 2em !important; } .pr\+ { padding-right: 2em !important; } .pb\+ { padding-bottom: 2em !important; } .pl\+ { padding-left: 2em !important; } .ph\+ { padding-right: 2em !important; padding-left: 2em !important; } .pv\+ { padding-top: 2em !important; padding-bottom: 2em !important; } /** * @name Utils Spacing - Padding Huge * @description Used to force paddings on any element. Huge variation. * @section utils.spacing.padding.Huge * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-padding-huge.html) */ .p\+\+ { padding: 4em !important; } .pt\+\+ { padding-top: 4em !important; } .pr\+\+ { padding-right: 4em !important; } .pb\+\+ { padding-bottom: 4em !important; } .pl\+\+ { padding-left: 4em !important; } .ph\+\+ { padding-right: 4em !important; padding-left: 4em !important; } .pv\+\+ { padding-top: 4em !important; padding-bottom: 4em !important; } /** * @name Utils Spacing - No Padding * @description Used to force no paddings on any element. * @section utils.spacing.padding.None * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-padding-none.html) */ .p0 { padding: 0 !important; } .pt0 { padding-top: 0 !important; } .pr0 { padding-right: 0 !important; } .pb0 { padding-bottom: 0 !important; } .pl0 { padding-left: 0 !important; } .ph0 { padding-right: 0 !important; padding-left: 0 !important; } .pv0 { padding-top: 0 !important; padding-bottom: 0 !important; } /*** something broken with postcss-mixin and how we pull it in. this use to compile perfectly fine. keeping it here for when we fix that issue @mixin viewportPadding p 0.5; @mixin viewportMargin m 1 +; ***/ /*@define-mixin viewportMargin $class, $size, $suffix { &--$class$(suffix) { margin: calc(var(--spacing-unit) * $size) !important; } &--$(class)t$(suffix) { margin-top: calc(var(--spacing-unit) * $size) !important; } &--$(class)r$(suffix) { margin-right: calc(var(--spacing-unit) * $size) !important; } &--$(class)b$(suffix) { margin-bottom: calc(var(--spacing-unit) * $size) !important; } &--$(class)l$(suffix) { margin-left: calc(var(--spacing-unit) * $size) !important; } &--$(class)h$(suffix) { margin-right: calc(var(--spacing-unit) * $size) !important; margin-left: calc(var(--spacing-unit) * $size) !important; } &--$(class)v$(suffix) { margin-top: calc(var(--spacing-unit) * $size) !important; margin-bottom: calc(var(--spacing-unit) * $size) !important; } } */ /** media query **/ @media (min-width: 320px) and (max-width: 640px) { .sm--view-m { margin: 0.5em !important; } .sm--view-mt { margin-top: 0.5em !important; } .sm--view-mr { margin-right: 0.5em !important; } .sm--view-mb { margin-bottom: 0.5em !important; } .sm--view-ml { margin-left: 0.5em !important; } .sm--view-mh { margin-right: 0.5em !important; margin-left: 0.5em !important; } .sm--view-mv { margin-top: 0.5em !important; margin-bottom: 0.5em !important; } .sm--view-m- { margin: 0.25em !important; } .sm--view-mt- { margin-top: 0.25em !important; } .sm--view-mr- { margin-right: 0.25em !important; } .sm--view-mb- { margin-bottom: 0.25em !important; } .sm--view-ml- { margin-left: 0.25em !important; } .sm--view-mh- { margin-right: 0.25em !important; margin-left: 0.25em !important; } .sm--view-mv- { margin-top: 0.25em !important; margin-bottom: 0.25em !important; } .sm--view-m-- { margin: 0.125em !important; } .sm--view-mt-- { margin-top: 0.125em !important; } .sm--view-mr-- { margin-right: 0.125em !important; } .sm--view-mb-- { margin-bottom: 0.125em !important; } .sm--view-ml-- { margin-left: 0.125em !important; } .sm--view-mh-- { margin-right: 0.125em !important; margin-left: 0.125em !important; } .sm--view-mv-- { margin-top: 0.125em !important; margin-bottom: 0.125em !important; } .sm--view-m\+ { margin: 1em !important; } .sm--view-mt\+ { margin-top: 1em !important; } .sm--view-mr\+ { margin-right: 1em !important; } .sm--view-mb\+ { margin-bottom: 1em !important; } .sm--view-ml\+ { margin-left: 1em !important; } .sm--view-mh\+ { margin-right: 1em !important; margin-left: 1em !important; } .sm--view-mv\+ { margin-top: 1em !important; margin-bottom: 1em !important; } .sm--view-m\+\+ { margin: 2em !important; } .sm--view-mt\+\+ { margin-top: 2em !important; } .sm--view-mr\+\+ { margin-right: 2em !important; } .sm--view-mb\+\+ { margin-bottom: 2em !important; } .sm--view-ml\+\+ { margin-left: 2em !important; } .sm--view-mh\+\+ { margin-right: 2em !important; margin-left: 2em !important; } .sm--view-mv\+\+ { margin-top: 2em !important; margin-bottom: 2em !important; } .sm--view--m { margin: -2em !important; } .sm--view--mt { margin-top: -2em !important; } .sm--view--mr { margin-right: -2em !important; } .sm--view--mb { margin-bottom: -2em !important; } .sm--view--ml { margin-left: -2em !important; } .sm--view--mh { margin-right: -2em !important; margin-left: -2em !important; } .sm--view--mv { margin-top: -2em !important; margin-bottom: -2em !important; } .sm--view--m-- { margin: -0.5em !important; } .sm--view--mt-- { margin-top: -0.5em !important; } .sm--view--mr-- { margin-right: -0.5em !important; } .sm--view--mb-- { margin-bottom: -0.5em !important; } .sm--view--ml-- { margin-left: -0.5em !important; } .sm--view--mh-- { margin-right: -0.5em !important; margin-left: -0.5em !important; } .sm--view--mv-- { margin-top: -0.5em !important; margin-bottom: -0.5em !important; } .sm--view--m- { margin: -1em !important; } .sm--view--mt- { margin-top: -1em !important; } .sm--view--mr- { margin-right: -1em !important; } .sm--view--mb- { margin-bottom: -1em !important; } .sm--view--ml- { margin-left: -1em !important; } .sm--view--mh- { margin-right: -1em !important; margin-left: -1em !important; } .sm--view--mv- { margin-top: -1em !important; margin-bottom: -1em !important; } .sm--view--m\+ { margin: -4em !important; } .sm--view--mt\+ { margin-top: -4em !important; } .sm--view--mr\+ { margin-right: -4em !important; } .sm--view--mb\+ { margin-bottom: -4em !important; } .sm--view--ml\+ { margin-left: -4em !important; } .sm--view--mh\+ { margin-right: -4em !important; margin-left: -4em !important; } .sm--view--mv\+ { margin-top: -4em !important; margin-bottom: -4em !important; } .sm--view--m\+\+ { margin: -8em !important; } .sm--view--mt\+\+ { margin-top: -8em !important; } .sm--view--mr\+\+ { margin-right: -8em !important; } .sm--view--mb\+\+ { margin-bottom: -8em !important; } .sm--view--ml\+\+ { margin-left: -8em !important; } .sm--view--mh\+\+ { margin-right: -8em !important; margin-left: -8em !important; } .sm--view--mv\+\+ { margin-top: -8em !important; margin-bottom: -8em !important; } .sm--view-p { padding: 0.5em !important; } .sm--view-pt { padding-top: 0.5em !important; } .sm--view-pr { padding-right: 0.5em !important; } .sm--view-pb { padding-bottom: 0.5em !important; } .sm--view-pl { padding-left: 0.5em !important; } .sm--view-ph { padding-right: 0.5em !important; padding-left: 0.5em !important; } .sm--view-pv { padding-top: 0.5em !important; padding-bottom: 0.5em !important; } .sm--view-p- { padding: 0.25em !important; } .sm--view-pt- { padding-top: 0.25em !important; } .sm--view-pr- { padding-right: 0.25em !important; } .sm--view-pb- { padding-bottom: 0.25em !important; } .sm--view-pl- { padding-left: 0.25em !important; } .sm--view-ph- { padding-right: 0.25em !important; padding-left: 0.25em !important; } .sm--view-pv- { padding-top: 0.25em !important; padding-bottom: 0.25em !important; } .sm--view-p-- { padding: 0.125em !important; } .sm--view-pt-- { padding-top: 0.125em !important; } .sm--view-pr-- { padding-right: 0.125em !important; } .sm--view-pb-- { padding-bottom: 0.125em !important; } .sm--view-pl-- { padding-left: 0.125em !important; } .sm--view-ph-- { padding-right: 0.125em !important; padding-left: 0.125em !important; } .sm--view-pv-- { padding-top: 0.125em !important; padding-bottom: 0.125em !important; } .sm--view-p\+ { padding: 1em !important; } .sm--view-pt\+ { padding-top: 1em !important; } .sm--view-pr\+ { padding-right: 1em !important; } .sm--view-pb\+ { padding-bottom: 1em !important; } .sm--view-pl\+ { padding-left: 1em !important; } .sm--view-ph\+ { padding-right: 1em !important; padding-left: 1em !important; } .sm--view-pv\+ { padding-top: 1em !important; padding-bottom: 1em !important; } .sm--view-p\+\+ { padding: 2em !important; } .sm--view-pt\+\+ { padding-top: 2em !important; } .sm--view-pr\+\+ { padding-right: 2em !important; } .sm--view-pb\+\+ { padding-bottom: 2em !important; } .sm--view-pl\+\+ { padding-left: 2em !important; } .sm--view-ph\+\+ { padding-right: 2em !important; padding-left: 2em !important; } .sm--view-pv\+\+ { padding-top: 2em !important; padding-bottom: 2em !important; } } @media (min-width: 640px) and (max-width: 960px) { .md--view-m { margin: 0.75em !important; } .md--view-mt { margin-top: 0.75em !important; } .md--view-mr { margin-right: 0.75em !important; } .md--view-mb { margin-bottom: 0.75em !important; } .md--view-ml { margin-left: 0.75em !important; } .md--view-mh { margin-right: 0.75em !important; margin-left: 0.75em !important; } .md--view-mv { margin-top: 0.75em !important; margin-bottom: 0.75em !important; } .md--view-m- { margin: 0.375em !important; } .md--view-mt- { margin-top: 0.375em !important; } .md--view-mr- { margin-right: 0.375em !important; } .md--view-mb- { margin-bottom: 0.375em !important; } .md--view-ml- { margin-left: 0.375em !important; } .md--view-mh- { margin-right: 0.375em !important; margin-left: 0.375em !important; } .md--view-mv- { margin-top: 0.375em !important; margin-bottom: 0.375em !important; } .md--view-m-- { margin: 0.1875em !important; } .md--view-mt-- { margin-top: 0.1875em !important; } .md--view-mr-- { margin-right: 0.1875em !important; } .md--view-mb-- { margin-bottom: 0.1875em !important; } .md--view-ml-- { margin-left: 0.1875em !important; } .md--view-mh-- { margin-right: 0.1875em !important; margin-left: 0.1875em !important; } .md--view-mv-- { margin-top: 0.1875em !important; margin-bottom: 0.1875em !important; } .md--view-m\+ { margin: 1.5em !important; } .md--view-mt\+ { margin-top: 1.5em !important; } .md--view-mr\+ { margin-right: 1.5em !important; } .md--view-mb\+ { margin-bottom: 1.5em !important; } .md--view-ml\+ { margin-left: 1.5em !important; } .md--view-mh\+ { margin-right: 1.5em !important; margin-left: 1.5em !important; } .md--view-mv\+ { margin-top: 1.5em !important; margin-bottom: 1.5em !important; } .md--view-m\+\+ { margin: 3em !important; } .md--view-mt\+\+ { margin-top: 3em !important; } .md--view-mr\+\+ { margin-right: 3em !important; } .md--view-mb\+\+ { margin-bottom: 3em !important; } .md--view-ml\+\+ { margin-left: 3em !important; } .md--view-mh\+\+ { margin-right: 3em !important; margin-left: 3em !important; } .md--view-mv\+\+ { margin-top: 3em !important; margin-bottom: 3em !important; } .md--view--m { margin: -1.33333em !important; } .md--view--mt { margin-top: -1.33333em !important; } .md--view--mr { margin-right: -1.33333em !important; } .md--view--mb { margin-bottom: -1.33333em !important; } .md--view--ml { margin-left: -1.33333em !important; } .md--view--mh { margin-right: -1.33333em !important; margin-left: -1.33333em !important; } .md--view--mv { margin-top: -1.33333em !important; margin-bottom: -1.33333em !important; } .md--view--m-- { margin: -0.33333em !important; } .md--view--mt-- { margin-top: -0.33333em !important; } .md--view--mr-- { margin-right: -0.33333em !important; } .md--view--mb-- { margin-bottom: -0.33333em !important; } .md--view--ml-- { margin-left: -0.33333em !important; } .md--view--mh-- { margin-right: -0.33333em !important; margin-left: -0.33333em !important; } .md--view--mv-- { margin-top: -0.33333em !important; margin-bottom: -0.33333em !important; } .md--view--m- { margin: -0.66667em !important; } .md--view--mt- { margin-top: -0.66667em !important; } .md--view--mr- { margin-right: -0.66667em !important; } .md--view--mb- { margin-bottom: -0.66667em !important; } .md--view--ml- { margin-left: -0.66667em !important; } .md--view--mh- { margin-right: -0.66667em !important; margin-left: -0.66667em !important; } .md--view--mv- { margin-top: -0.66667em !important; margin-bottom: -0.66667em !important; } .md--view--m\+ { margin: -2.66667em !important; } .md--view--mt\+ { margin-top: -2.66667em !important; } .md--view--mr\+ { margin-right: -2.66667em !important; } .md--view--mb\+ { margin-bottom: -2.66667em !important; } .md--view--ml\+ { margin-left: -2.66667em !important; } .md--view--mh\+ { margin-right: -2.66667em !important; margin-left: -2.66667em !important; } .md--view--mv\+ { margin-top: -2.66667em !important; margin-bottom: -2.66667em !important; } .md--view--m\+\+ { margin: -5.33333em !important; } .md--view--mt\+\+ { margin-top: -5.33333em !important; } .md--view--mr\+\+ { margin-right: -5.33333em !important; } .md--view--mb\+\+ { margin-bottom: -5.33333em !important; } .md--view--ml\+\+ { margin-left: -5.33333em !important; } .md--view--mh\+\+ { margin-right: -5.33333em !important; margin-left: -5.33333em !important; } .md--view--mv\+\+ { margin-top: -5.33333em !important; margin-bottom: -5.33333em !important; } .md--view-p { padding: 0.75em !important; } .md--view-pt { padding-top: 0.75em !important; } .md--view-pr { padding-right: 0.75em !important; } .md--view-pb { padding-bottom: 0.75em !important; } .md--view-pl { padding-left: 0.75em !important; } .md--view-ph { padding-right: 0.75em !important; padding-left: 0.75em !important; } .md--view-pv { padding-top: 0.75em !important; padding-bottom: 0.75em !important; } .md--view-p- { padding: 0.375em !important; } .md--view-pt- { padding-top: 0.375em !important; } .md--view-pr- { padding-right: 0.375em !important; } .md--view-pb- { padding-bottom: 0.375em !important; } .md--view-pl- { padding-left: 0.375em !important; } .md--view-ph- { padding-right: 0.375em !important; padding-left: 0.375em !important; } .md--view-pv- { padding-top: 0.375em !important; padding-bottom: 0.375em !important; } .md--view-p-- { padding: 0.1875em !important; } .md--view-pt-- { padding-top: 0.1875em !important; } .md--view-pr-- { padding-right: 0.1875em !important; } .md--view-pb-- { padding-bottom: 0.1875em !important; } .md--view-pl-- { padding-left: 0.1875em !important; } .md--view-ph-- { padding-right: 0.1875em !important; padding-left: 0.1875em !important; } .md--view-pv-- { padding-top: 0.1875em !important; padding-bottom: 0.1875em !important; } .md--view-p\+ { padding: 1.5em !important; } .md--view-pt\+ { padding-top: 1.5em !important; } .md--view-pr\+ { padding-right: 1.5em !important; } .md--view-pb\+ { padding-bottom: 1.5em !important; } .md--view-pl\+ { padding-left: 1.5em !important; } .md--view-ph\+ { padding-right: 1.5em !important; padding-left: 1.5em !important; } .md--view-pv\+ { padding-top: 1.5em !important; padding-bottom: 1.5em !important; } .md--view-p\+\+ { padding: 3em !important; } .md--view-pt\+\+ { padding-top: 3em !important; } .md--view-pr\+\+ { padding-right: 3em !important; } .md--view-pb\+\+ { padding-bottom: 3em !important; } .md--view-pl\+\+ { padding-left: 3em !important; } .md--view-ph\+\+ { padding-right: 3em !important; padding-left: 3em !important; } .md--view-pv\+\+ { padding-top: 3em !important; padding-bottom: 3em !important; } } /** * Word breaking * * Break strings when their length exceeds the width of their container. */ .u-textBreak { word-wrap: break-word !important; } /** * Horizontal text alignment */ .u-textCenter { text-align: center !important; } .u-textLeft { text-align: left !important; } .u-textRight { text-align: right !important; } /** * Inherit the ancestor's text color. */ .u-textInheritColor { color: inherit !important; } /** * Enables font kerning in all browsers. * http://blog.typekit.com/2014/02/05/kerning-on-the-web/ * * 1. Chrome (not Windows), Firefox, Safari 6+, iOS, Android * 2. Chrome (not Windows), Firefox, IE 10+ * 3. Safari 7 and future browsers */ .u-textKern { text-rendering: optimizeLegibility; /* 1 */ -webkit-font-feature-settings: "kern" 1, "kern"; -moz-font-feature-settings: "kern" 1, "kern"; font-feature-settings: "kern" 1, "kern"; /* 2 */ -webkit-font-kerning: normal; -moz-font-kerning: normal; font-kerning: normal; /* 3 */ } /** * Prevent whitespace wrapping */ .u-textNoWrap { white-space: nowrap !important; } /** * Text truncation * * Prevent text from wrapping onto multiple lines, and truncate with an * ellipsis. * * 1. Ensure that the node has a maximum width after which truncation can * occur. * 2. Fix for IE 8/9 if `word-wrap: break-word` is in effect on ancestor * nodes. */ .u-textTruncate { overflow: hidden !important; max-width: 100%; /* 1 */ text-overflow: ellipsis !important; white-space: nowrap !important; word-wrap: normal !important; /* 2 */ } /** * @name Text Utilities * @description Utilities for text. * @section utils.text.index * * @markupUrl url(node_modules/hammock-utils-text/guide/default.html) */ /** * @name Text Breaks * @description Breaks stings across multiple lines, when they are wider than the container. * @section utils.text.breaks * * @markupUrl url(node_modules/hammock-utils-text/guide/breaks.html) */ /** * @name Text Alignment * @description Used to control text alignment and justification. * @section utils.text.alignment * * @markupUrl url(node_modules/hammock-utils-text/guide/alignment.html) */ /** * @name Text Inherit Color * @description Should inherit the color set by an ancestor. (Useful for linked anchor elements.) * @section utils.text.inheritColor * * * @markup * <div class="Test-box"> * <a class="u-textInheritColor" href="#pound">Should always be black</a> * </div> */ /** * @name Text Kerning * @description Should enable kerning in the supported browsers. * @section utils.text.kerning * * * @markup * <div style="font-family:arial;font-size:20px"> * <div>The quick brown fox jumps over the lazy dog (default)</div> * <div class="u-textKern">The quick brown fox jumps over the lazy dog (kerning enabled)</div> * </div> */ /** * @name Text No Wrap * @description Should not wrap the text. * @section utils.text.noWrap * * * @markup * <div class="Test-box u-textNoWrap"> * Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla hendrerit blandit dolor, at euismod ante eleifend in. Duis imperdiet cursus nibh, quis tincidunt nibh rhoncus at. * </div> */ /** * @name Text Truncate * @description Should truncate the text to a single line with ellipsis at the end. * @section utils.text.truncate * * * @markup * <div class="Test-box u-textTruncate"> * Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla hendrerit blandit dolor, at euismod ante eleifend in. Duis imperdiet cursus nibh, quis tincidunt nibh rhoncus at. * </div> */ /** * @name Text Transform * @description Should capitalize or uppercase text * @section utils.text.transform * * * @markup * <div class="Test-box u-textUpper"> * lorem ipsum dolor sit amet * </div> * <div class="Test-box u-textCap"> * lorem ipsum dolor sit amet * </div> */ .u-textUpper { text-transform: uppercase !important; } .u-textCap { text-transform: capitalize !important; } .u-posAbsolute { position: absolute !important; } /** * Pins to all corners by default. But when a width and/or height are * provided, the element will be centered in its nearest relatively-positioned * ancestor. */ .u-posAbsoluteCenter { position: absolute !important; top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; margin: auto !important; } /** * 1. Make sure fixed elements are promoted into a new layer, for performance * reasons. */ .u-posFixed { position: fixed !important; -webkit-backface-visibility: hidden; backface-visibility: hidden; /* 1 */ } .u-posRelative { position: relative !important; } .u-posStatic { position: static !important; } /** * @name Position Utilities * @description Utilities for position. * @section utils.position.index * * * @markup * <style> * .Test-area { * border: 1px solid black; * height: 200px; * width: 200px; * } * .Test-box { * display: inline-block; * height: 20px; * width: 20px; * } * .Test-highlight { * background: blue; * } * .Test-fixed { * top: 200px; * right: 200px; * } * </style> */ /** * @name Position Utilities - Absolute & Relative * @description Positioning elements using absolute and relative positioning. * @section utils.position.absolute * * * @markup * <div class="Test-area u-posRelative" id="center"> * <span class="u-posAbsoluteCenter Test-highlight"></span> * </div> * <div class="Test-area u-posRelative" id="center"> * <span class="u-posAbsoluteCenter Test-highlight Test-box"></span> * </div> */ /** * @name Position Utilities - Fixed * @description Elements can be fixed to the viewport. Fixed elements are promoted to a new layer for performance. * @section utils.position.fixed * * * @markup * <span class="u-posFixed Test-highlight Test-box Test-fixed"></span> */ /** * @name Position Utilities - Static * @description Elements can be formally set to static. * @section utils.position.static * * * @markup * <span class="u-posStatic Test-highlight Test-box"></span> */ /** * @name Position Utilities - Absolute with Top/Left/Bottom/Right * @description Elements can be explicitly positioned with top/left/bottom/right for fixed or absolute positioning. * @section utils.position.absolute * * @markupUrl url(node_modules/hammock-utils-position/guide/templates/declareposition.html) */ .u-posTop { top: 0; } .u-posLeft { left: 0; } .u-posRight { right: 0; } .u-posBottom { bottom: 0; } /** * Clean link * * A link without any text-decoration at all. */ .u-linkClean, .u-linkClean:hover, .u-linkClean:focus, .u-linkClean:active { text-decoration: none !important; } /** * Link complex * * A common pattern is to have a link with several pieces of text and/or an * icon, where only one piece of text should display the underline when the * link is the subject of user interaction. * * Example HTML: * * <a class="u-linkComplex" href="#"> * Link complex * <span class="u-linkComplexTarget">target</span> * </a> */ .u-linkComplex, .u-linkComplex:hover, .u-linkComplex:focus, .u-linkComplex:active { text-decoration: none !important; } .u-linkComplex:hover .u-linkComplexTarget, .u-linkComplex:focus .u-linkComplexTarget, .u-linkComplex:active .u-linkComplexTarget { text-decoration: underline !important; } /** * Block-level link * * Combination of traits commonly used in vertical navigation lists. */ .u-linkBlock, .u-linkBlock:hover, .u-linkBlock:focus, .u-linkBlock:active { display: block !important; text-decoration: none !important; } /** * @name Link Utilities * @description Utilities for controlling basic link display. * @section utils.link.index * */ /** * @name Link Utilities - Block * @description Renders a block-level link with no text decoration for any state * @section utils.link.block * * * @markup * <div class="Test-area"> * <a class="u-linkBlock" href="#">Link text</a> * </div> */ /** * @name Link Utilities - Clean * @description Renders a link with no text decoration for any state * @section utils.link.clean * * * @markup * <div class="Test-area"> * <a class="u-linkClean" href="#">Link text</a> * </div> */ /** * @name Link Utilities - Block * @description Renders a link with only specified targets received text decoration. * @section utils.link.complex * * * @markup * <div class="Test-area"> * <a class="u-linkComplex" href="#"> * Link complex * <span class="u-linkComplexTarget">target</span> * </a> * </div> */ /** * Contain floats * * Make an element expand to contain floated children. * Uses pseudo-elements (micro clearfix). * * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of the * element. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .u-cf:before, .u-cf:after { display: table; /* 2 */ content: " "; /* 1 */ } .u-cf:after { clear: both; } /** * New block formatting context * * This affords some useful properties to the element. It won't wrap under * floats. Will also contain any floated children. * N.B. This will clip overflow. Use the alternative method below if this is * problematic. */ .u-nbfc { overflow: hidden !important; } /** * New block formatting context (alternative) * * Alternative method when overflow must not be clipped. * * 1. Create a new block formatting context (NBFC). * 2. Avoid shrink-wrap behaviour of table-cell. * * N.B. This breaks down in some browsers when elements within this element * exceed its width. */ .u-nbfcAlt { display: table-cell !important; /* 1 */ width: 10000px !important; /* 2 */ } /** * Floats */ .u-floatLeft { float: left !important; } .u-floatRight { float: right !important; } /** * @name Layout Utilities * @description Utilities for layout. * @section utils.layout.index * @markup * <style> * .test-Box { * background: #649632; * height: 100px; * width: 100px; * } * .test-Highlight { * background: #ff0; * } * </style> */ /** * @name Layout Utilities - clearfix * @description Contains & clears floats * @section utils.layout.clearfix * * * @markup * <div class="u-cf"> * <div class="test-Box" style="float:left"></div> * <div class="test-Box" style="float:left; margin-left:10px"></div> * </div> */ /** * @name Layout Utilities - floats left * @description Floats left * @section utils.layout.floatLeft * * * @markup * <div class="u-cf"> * <div class="test-Box u-floatLeft"></div> * </div> */ /** * @name Layout Utilities - floats right * @description Floats right * @section utils.layout.floatRight * * * @markup * <div class="u-cf"> * <div class="test-Box u-floatRight"></div> * </div> */ /** * @name Layout Utilities - floats none * @description Floats None * @section utils.layout.floatNone * * * @markup * <div class="u-cf"> * <div class="test-Box u-floatNone" style="float:right"></div> * </div> */ .u-floatNone { float: none !important; } /** * @name Layout Utilities - New Block Context * @description Create s a new block formatting context. This will clip overflow. * @section utils.layout.newBlockFormattingContext * * * @markup * <div class="test-Highlight" style="width:300px;"> * <div class="test-Box u-floatLeft"></div> * <div class="u-nbfc"> * <p>The text should not wrap under the float.</p> * <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras ut tincidunt nulla. Suspendisse semper, nisl vitae ultricies vulputate, metus tortor tincidunt neque, sed feugiat lacus ipsum eu neque. Mauris pharetra facilisis turpis, ac lacinia justo fermentum vel. Maecenas sed semper nisi. Integer sed erat nec sem mattis dignissim.</p> * </div> * </div> */ /** * @name Layout Utilities - New Block Context * @description Create s a new block formatting context. Useful when overflow must not be clipped. * @section utils.layout.newBlockFormattingContextAlt * * * @markup * <div class="test-Highlight" style="width:300px;"> * <div class="test-Box u-floatLeft"></div> * <div class="u-nbfcAlt"> * <p>The text should not wrap under the float.</p> * <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras ut tincidunt nulla. Suspendisse semper, nisl vitae ultricies vulputate, metus tortor tincidunt neque, sed feugiat lacus ipsum eu neque. Mauris pharetra facilisis turpis, ac lacinia justo fermentum vel. Maecenas sed semper nisi. Integer sed erat nec sem mattis dignissim.</p> * </div> * </div> */ /** @define Grid; use strict */ /** * Core grid component * * DO NOT apply dimension or offset utilities to the `Grid` element. All cell * widths and offsets should be applied to child grid cells. */ /* Grid container ========================================================================== */ /** * All content must be contained within child `Grid-cell` elements. * * 1. Account for browser defaults of elements that might be the root node of * the component. * 2. Remove inter-cell whitespace that appears between `inline-block` child * elements. * 3. Ensure consistent default alignment. */ .Grid { display: block; /* 1 */ margin: 0; /* 1 */ padding: 0; /* 1 */ text-align: left; /* 3 */ font-size: 0; /* 2 */ } /** * Modifier: center align all grid cells */ .Grid--alignCenter { text-align: center; } /** * Modifier: right align all grid cells */ .Grid--alignRight { text-align: right; } /** * Modifier: middle-align grid cells */ .Grid--alignMiddle > .Grid-cell { vertical-align: middle; } /** * Modifier: bottom-align grid cells */ .Grid--alignBottom > .Grid-cell { vertical-align: bottom; } /** * Modifier: gutters * * NOTE: this can trigger a horizontal scrollbar if the component is as wide as * the viewport. Use padding on a container, or `overflow-x:hidden` to protect * against it. */ .Grid--withGutter { margin: 0 -10px; } .Grid--withGutter > .Grid-cell { padding: 0 10px; } /* Grid cell ========================================================================== */ /** * No explicit width by default. Rely on combining `Grid-cell` with a dimension * utility or a component class that extends 'grid'. * * 1. Fundamentals of the non-float grid layout. * 2. Reset font size change made in `Grid`. * 3. Keeps content correctly aligned with the grid direction. * 4. Controls vertical positioning of units. * 5. Make cells full-width by default. */ .Grid-cell { display: inline-block; /* 1 */ box-sizing: border-box; margin: 0; padding: 0; width: 100%; /* 5 */ vertical-align: top; /* 4 */ text-align: left; /* 3 */ font-size: 16px; font-size: 1rem; /* 2 */ } /** * Modifier: horizontally center one unit * Set a specific unit to be horizontally centered. Doesn't affect * any other units. Can still contain a child `Grid` object. */ .Grid-cell--center { display: block; margin: 0 auto; } /** * @name Grid Component - Setup * @description Some style to help illustrate the grid component. * @section components.grid.index * * * @markupUrl url(node_modules/hammock-components-grid/guide/setup.html) */ /** * @name Grid Component - Default * @description the most basic usage of grid. * @section components.grid.index * * * @markupUrl url(node_modules/hammock-components-grid/guide/default.html) */ /** * @name Grid - Align Center * @description center-align all grid cells but not their content * @section components.grid.alignCenter * * * @markupUrl url(node_modules/hammock-components-grid/guide/alignCenter.html) */ /** * @name Grid - Align Right * @description right-align all grid cells but not their content * @section components.grid.alignCenter * * * @markupUrl url(node_modules/hammock-components-grid/guide/alignRight.html) */ /** * @name Grid - Align Middle * @description middle-align all grid cells * @section components.grid.alignMiddle * * * @markupUrl url(node_modules/hammock-components-grid/guide/alignMiddle.html) */ /** * @name Grid - Align Bottom * @description bottom align grid cells * @section components.grid.alignBottom * * * @markupUrl url(node_modules/hammock-components-grid/guide/alignBottom.html) */ /** * @name Grid - Align Center Single Cell * @description * @section components.grid.cellCenter * * @markupUrl url(node_modules/hammock-components-grid/guide/cellCenter.html) */ /** * @name Grid - With Gutters * @description grid with gutters * @section components.grid.gutters * * * @markupUrl url(node_modules/hammock-components-grid/guide/gutters.html) */ /** @define Arrange */ /** * This component lets you lay out a row of cells in various ways. You can * specify whether a cell should be wide enough to fit its content, or take up * the remaining space in the row. It's also possible to give all cells an * equal width, and to control their vertical alignment. */ /** * 1. Protect against the component expanding beyond the confines of its * container if properties affecting the box-model are applied to the * component. Mainly necessary because of (5). * 2. Rely on table layout. * 3. Zero out the default spacing that might be on an element (e.g., `ul`). * 4. Make sure the component fills at least the full width of its parent. * 5. Reset the table-layout algorithm in case a component is nested. */ .Arrange { display: table; /* 2 */ box-sizing: border-box; /* 1 */ margin: 0; /* 3 */ padding: 0; /* 3 */ min-width: 100%; /* 4 */ table-layout: auto; /* 5 */ } /** * There are two possible types of child. `sizeFill` will expand to fill all * of the remaining space not filled by `sizeFit` elements. * * 1. Zero out any default spacing that might be on an element (e.g., `li`); * Margin has no effect when coupled with `display: table-cell`. * 2. All cells are top-aligned by default */ .Arrange-sizeFill, .Arrange-sizeFit { display: table-cell; padding: 0; /* 1 */ vertical-align: top; /* 2 */ } /** * Make sure the main content block expands to fill the remaining space. */ .Arrange-sizeFill { width: 100%; } /** * Where possible, protect against large images breaking the layout. Prevent them from * exceeding the width of the main content block by making them fluid. * * Only work for all browsers with the `Arrange--equally` variant. For Firefox * and IE to constrain image dimensions for other layouts, large images will * need their width set to `100%`. */ .Arrange-sizeFill img { max-width: 100%; height: auto; } /** * Defend against a side-effect of this layout pattern: images in * 'Arrange-sizeFit' cannot be fluid, otherwise they lose their ability to * provide size to a cell. */ .Arrange-sizeFit img { max-width: none !important; width: auto !important; } /* Vertical alignment modifiers ========================================================================== */ .Arrange--middle .Arrange-sizeFill, .Arrange--middle .Arrange-sizeFit { vertical-align: middle; } .Arrange--bottom .Arrange-sizeFill, .Arrange--bottom .Arrange-sizeFit { vertical-align: bottom; } /* Equal-width modifier ========================================================================== */ /** * This layout algorithm will create equal-width table cells, irrespective of * the width of their content. * * 1. The layout algorithm requires a set width to correctly calculate table * cell width. */ .Arrange--equal { width: 100%; /* 1 */ table-layout: fixed; } /** * Give the cells an equal width. This value ensures that Arrange is still 100% * wide when gutters are used in conjunctions with equal-width cells. * * It's recommended that only 'Arrange-sizeFill' be used for equal width cells. * Their inner images will automatically be responsive. */ .Arrange--equal > .Arrange-sizeFill, .Arrange--equal > .Arrange-sizeFit { width: 1%; } /* Gutter modifier ========================================================================== */ /** * Add a gutter between cells * * NOTE: this can trigger a horizontal scrollbar if the component is as wide as * the viewport. Use padding on a container, or `overflow-x:hidden` to protect * against it. */ .Arrange--withGutter { margin: 0 -5px; } .Arrange--withGutter > .Arrange-sizeFit, .Arrange--withGutter > .Arrange-sizeFill { padding: 0 5px; } /** * @name Arrange Component * @description This component lets you lay out a row of cells in various ways. You can specify whether a cell should be wide enough to fit its content, or take up the remaining space in the row. It's also possible to give all cells an equal width, and to control their vertical alignment. * @section components.arrange.index * * * @markup * <style> * .fixture-Box { * background: rgb(100, 150, 50); * border: 1px solid black; * min-height: 150px; * width: 150px; * } * .dev-Highlight { * background: yellow; * } * </style> */ /** * @name Arrange - Full Width * @description Arrange render full width by default * @section components.arrange.fullWidth * * * @markup * <div class="Arrange"> * <div class="fixture-Box" style="width: auto;"></div> * </div> */ /** * @name Arrange - Size Fit * @description Sizefit/Sizefill shrinkwraps content of .Arrange-sizeFit. Fills the remaining space with content of .Arrange-sizeFill. Each column has equal height. * @section components.arrange.sizeFit * * * @markup * <div class="Arrange"> * <div class="Arrange-sizeFit"> * <div class="fixture-Box"></div> * </div> * <div class="Arrange-sizeFill dev-Highlight">Main Content</div> * </div> */ /** * @name Arrange - Ordering * @description Arrange can work with Sizefit/Sizefill in either order. * @section components.arrange.order * * * @markup * <div class="Arrange"> * <div class="Arrange-sizeFill"> * Arrange-sizeFill * </div> * <div class="Arrange-sizeFit dev-Highlight"> * <div class="fixture-Box"></div> * </div> * </div> */ /** * @name Arrange - Multiple Instances * @description Arrange allows multiple instances of .Arrange-sizeFit in any order * @section components.arrange.multiple * * * @markup * <div class="Arrange"> * <div class="Arrange-sizeFit dev-highlight"> * <div class="fixture-Box"></div> * <small>Copywrite notice</small> * <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> * </div> * <div class="Arrange-sizeFill"> * <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id massa dui. In quam sapien, vulputate ut ultrices eu, ultricies non felis. Donec nisi diam, accumsan viverra laoreet sed, ultricies ut lacus. Sed sed iaculis sapien. Phasellus nec massa elit. Nullam rutrum, sapien non semper fermentum, mauris libero eleifend diam, ac rhoncus risus metus sed magna. Duis venenatis, orci at fermentum pulvinar, est diam consequat eros, in tristique neque ligula commodo lorem. Pellentesque eleifend mollis tincidunt. Donec a porta nisl. Phasellus ultrices rutrum odio tincidunt tristique. In hac habitasse platea dictumst. Proin nec massa ultrices est fermentum pretium sed non elit. Aenean nec erat augue.</p> * </div> * <div class="Arrange-sizeFit dev-highlight"> * <div class="fixture-Box"></div> * </div> * </div> * <br> * <div class="Arrange"> * <div class="Arrange-sizeFit dev-highlight"> * <div class="fixture-Box"></div> * <small>Copywrite notice</small> * <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> * </div> * <div class="Arrange-sizeFit dev-highlight"> * <div class="fixture-Box"></div> * </div> * <div class="Arrange-sizeFill"> * <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id massa dui. In quam sapien, vulputate ut ultrices eu, ultricies non felis. Donec nisi diam, accumsan viverra laoreet sed, ultricies ut lacus. Sed sed iaculis sapien. Phasellus nec massa elit. Nullam rutrum, sapien non semper fermentum, mauris libero eleifend diam, ac rhoncus risus metus sed magna. Duis venenatis, orci at fermentum pulvinar, est diam consequat eros, in tristique neque ligula commodo lorem. Pellentesque eleifend mollis tincidunt. Donec a porta nisl. Phasellus ultrices rutrum odio tincidunt tristique. In hac habitasse platea dictumst. Proin nec massa ultrices est fermentum pretium sed non elit. Aenean nec erat augue.</p> * </div> * </div> * <br> * <div class="Arrange"> * <div class="Arrange-sizeFill"> * <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id massa dui. In quam sapien, vulputate ut ultrices eu, ultricies non felis. Donec nisi diam, accumsan viverra laoreet sed, ultricies ut lacus. Sed sed iaculis sapien. Phasellus nec massa elit. Nullam rutrum, sapien non semper fermentum, mauris libero eleifend diam, ac rhoncus risus metus sed magna. Duis venenatis, orci at fermentum pulvinar, est diam consequat eros, in tristique neque ligula commodo lorem. Pellentesque eleifend mollis tincidunt. Donec a porta nisl. Phasellus ultrices rutrum odio tincidunt tristique. In hac habitasse platea dictumst. Proin nec massa ultrices est fermentum pretium sed non elit. Aenean nec erat augue.</p> * </div> * <div class="Arrange-sizeFit dev-highlight"> * <div class="fixture-Box"></div> * <small>Copywrite notice</small> * <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> * </div> * <div class="Arrange-sizeFit dev-highlight"> * <div class="fixture-Box"></div> * </div> * </div> */ /** * @name Arrange - With Gutter * @description Supports inter-cell gutters. * @section components.arrange.gutter * * * @markup * <div class="Arrange Arrange--withGutter"> * <div class="Arrange-sizeFit"> * <div class="fixture-Box"></div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">Main content</div> * </div> * </div> */ /** * @name Arrange - Middle * @description Middle aligns content. * @section components.arrange.middle * * * @markup * <div class="Arrange Arrange--middle"> * <div class="Arrange-sizeFit dev-highlight"> * <div class="fixture-Box"></div> * </div> * <div class="Arrange-sizeFill dev-highlight"> * <p>Main content.</p> * </div> * </div> */ /** * @name Arrange - Bottom * @description Bottom aligns content. * @section components.arrange.bottom * * * @markup * <div class="Arrange Arrange--bottom"> * <div class="Arrange-sizeFit dev-highlight"> * <div class="fixture-Box"></div> * </div> * <div class="Arrange-sizeFill dev-highlight"> * <p>Main content.</p> * </div> * </div> */ /** * @name Arrange - Equal * @description Renders equal width cells * @section components.arrange.equal * * * @markup * <div class="Arrange Arrange--equal"> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">A</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">B</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">C</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">D</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">E</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">F</div> * </div> * </div> */ /** * @name Arrange - Equal with Gutter * @description Can arrange equal width cells with a gutter * @section components.arrange.equalGutter * * * @markup * <div class="Arrange Arrange--equal Arrange--withGutter"> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">A</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">B</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">C</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">D</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">E</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">F</div> * </div> * </div> */ /** * @name Arrange - Equal Cells Varying Content * @description Renders equal width cells even when content width varies. * @section components.arrange.equalVarying * * * @markup * <div class="Arrange Arrange--equal"> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">Orangutan</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">Gorilla</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">Chimpanzee</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">Bonobo</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">Gibbon</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">Siamang</div> * </div> * </div> */ /** * @name Arrange - Complex Example * @description A complex example that shows intermixing images with fit and fill. * @section components.arrange.complex * * * @markup * <div class="Arrange"> * <div class="Arrange-sizeFit dev-highlight"> * <img class="u-block" src="http://lorempixel.com/120/120" alt=""> * </div> * <div class="Arrange-sizeFill u-textBreak dev-highlight"> * <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> * <img class="u-sizeFull" src="http://lorempixel.com/700/150" alt=""> * <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id massa dui. In quam sapien, vulputate ut ultrices eu, ultricies non felis. Donec nisi diam, accumsan viverra laoreet sed, ultricies ut lacus. Sed sed iaculis sapien. Phasellus nec massa elit. Nullam rutrum, sapien non semper fermentum, mauris libero eleifend diam, ac rhoncus risus metus sed magna. Duis venenatis, orci at fermentum pulvinar, est diam consequat eros, in tristique neque ligula commodo lorem. Pellentesque eleifend mollis tincidunt. Donec a porta nisl. Phasellus ultrices rutrum odio tincidunt tristique. In hac habitasse platea dictumst. Proin nec massa ultrices est fermentum pretium sed non elit. Aenean nec erat augue.</p> * </div> * <div class="Arrange-sizeFit dev-highlight"> * <img class="u-block" src="http://lorempixel.com/80/80" alt=""> * </div> * <div class="Arrange-sizeFit dev-highlight"> * <img class="u-block" src="http://lorempixel.com/40/40" alt=""> * </div> * </div> */ /* * @name Utils-Flexbox * @description Utilities for using flexbox. These are single-purpose classes aimed to help module layout concerns. Can also use it as trumps for overwrites. It is not ideal to use this utility set to layout everything in your app. Use hammock-components-flexbox for components and page/app layouts. * @section utils.flexbox.index */ /* * @name Utils-Flexbox - Basic container layout * @description Utilities for using flexbox. Sets up the flexbox container and how items inside flow. * @section utils.flexbox.container * * @markup * <style> * .Test-area { * width: 300px; * border: 1px solid black; * } * .Test-area-2 { * height: 100px; * border: 1px solid black; * } * .Test-area > div, .Test-box { * background-color: green; * color: white; * width: 100px; * height: 50px; * margin: .2em; * } * .Test-inner { * background-color: green; * color: white; * border: 1px solid cyan; * text-overflow: ellipsis; * white-space: nowrap; * } * .Test-overflow, .Test-overflow .Test-inner { * overflow:hidden; * } * </style> * * <div>Flex default, flow in a row. Same as using <code>class="u-flexInline</code> which ensures inline-level flex display.</div> * <div class="u-flex Test-area"> * <div>1</div> * <div>2</div> * <div>3</div> * <div>4</div> * </div> * * <div>Flex items in a column</div> * <div class="u-flex u-flexColumn Test-area"> * <div>1</div> * <div>2</div> * <div>3</div> * <div>4</div> * </div> * * <div>Flex items in a row</div> * <div class="u-flex u-flexRow Test-area"> * <div>1</div> * <div>2</div> * <div>3</div> * <div>4</div> * </div> * * <div>Flex items wrap to container width</div> * <div class="u-flex u-flexWrap Test-area"> * <div>1</div> * <div>2</div> * <div>3</div> * <div>4</div> * </div> */ .u-flex { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } .u-flexInline { display: -webkit-inline-box !important; display: -webkit-inline-flex !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } .u-flexColumn { -webkit-flex-direction: column !important; -ms-flex-direction: column !important; flex-direction: column !important; -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; } .u-flexRow { -webkit-flex-direction: row !important; -ms-flex-direction: row !important; flex-direction: row !important; -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; } .u-flexWrap { -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } /** * @name Utils-Flexbox - Reverse direction in container * @description Flow items in the reversed order on x- or y-axis * @section utils.flexbox.containerReverse * * @markup * * <div>Flex items in a column in reversed order</div> * <div class="u-flex u-flexColumnReverse Test-area"> * <div>1</div> * <div>2</div> * <div>3</div> * <div>4</div> * </div> * * <div>Flex items in a row in reversed order</div> * <div class="u-flex u-flexRowReverse Test-area"> * <div>1</div> * <div>2</div> * <div>3</div> * <div>4</div> * </div> * * <div>Flex items in reversed order and wrap to container width</div> * <div class="u-flex u-flexWrapReverse Test-area"> * <div>1</div> * <div>2</div> * <div>3</div> * <div>4</div> * </div> */ .u-flexColumnReverse { -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; } .u-flexRowReverse { -webkit-flex-direction: row-reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; } .u-flexWrapReverse { -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } /** * @name Utils-Flexbox - Justify/Space items along the main X-axis * @description Control spacing of items on the X-axis * @section utils.flexbox.contentJustify * * @markup * * <div>Space items evenly or justified on x-axis</div> * <div class="u-flex u-flexSpaced" style="border:1px solid black"> * <div class="Test-box">1</div> * <div class="Test-box">2</div> * <div class="Test-box">3</div> * </div> * * <div>Space items evenly but with equal space around it</div> * <div class="u-flex u-flexSpacedAround" style="border:1px solid black"> * <div class="Test-box">1</div> * <div class="Test-box">2</div> * <div class="Test-box">3</div> * </div> * * <div>Center items on the x-axis</div> * <div class="u-flex u-flexCentered" style="border:1px solid black"> * <div class="Test-box">1</div> * <div class="Test-box">2</div> * <div class="Test-box">3</div> * </div> * * <div>Item flow begins at the start of x-axis. This is the default behavior for flex container items.</div> * <div class="u-flex u-flexStart" style="border:1px solid black"> * <div class="Test-box">1</div> * <div class="Test-box">2</div> * <div class="Test-box">3</div> * </div> * * <div>Item flow begins at the end of x-axis.</div> * <div class="u-flex u-flexEnd" style="border:1px solid black"> * <div class="Test-box">1</div> * <div class="Test-box">2</div> * <div class="Test-box">3</div> * </div> */ .u-flexSpaced { -ms-flex-pack: justify !important; -webkit-box-pack: justify !important; -webkit-justify-content: space-between !important; justify-content: space-between !important; } .u-flexSpacedAround { -ms-flex-pack: distribute !important; -webkit-justify-content: space-around !important; justify-content: space-around !important; } .u-flexCentered { -ms-flex-pack: center !important; -webkit-box-pack: center !important; -webkit-justify-content: center !important; justify-content: center !important; } .u-flexStart { -ms-flex-pack: start !important; -webkit-box-pack: start !important; -webkit-justify-content: flex-start !important; justify-content: flex-start !important; } .u-flexEnd { -ms-flex-pack: end !important; -webkit-box-pack: end !important; -webkit-justify-content: flex-end !important; justify-content: flex-end !important; } /** * @name Utils-Flexbox - Align items along the cross Y-axis * @description Control spacing and positioining of items on the Y-axis * @section utils.flexbox.contentAlign * * @markup * * <div>Items are stretched to fill the container across the Y-axis. This is default flexbox behavior, repects height value.</div> * <div class="u-flex u-flexStretch Test-area-2"> * <div style="background: green; width: 50px">1</div> * <div style="background: green; width: 50px">2</div> * <div style="background: green; width: 50px;">3</div> * </div> * * <div>Align items in the middle of the y-axis</div> * <div class="u-flex u-flexMiddle Test-area-2"> * <div class="Test-box" style="height: 80px">1</div> * <div class="Test-box" style="height: 30px">2</div> * <div class="Test-box">3</div> * </div> * * <div>Items are aligned along their baselines</div> * <div class="u-flex u-flexBaseline Test-area-2"> * <div class="Test-box" style="height: 80px; padding: 1em">1</div> * <div class="Test-box" style="height: 30px">2</div> * <div class="Test-box">3</div> * </div> * * <div>Item flow begins at the start/top of y-axis.</div> * <div class="u-flex u-flexTop Test-area-2"> * <div class="Test-box" style="height: 80px; padding: 1em">1</div> * <div class="Test-box" style="height: 30px">2</div> * <div class="Test-box">3</div> * </div> * * <div>Item flow begins at the end (bottom) of y-axis.</div> * <div class="u-flex u-flexBottom Test-area-2"> * <div class="Test-box" style="height: 80px">1</div> * <div class="Test-box" style="height: 30px">2</div> * <div class="Test-box">3</div> * </div> * * */ .u-flexMiddle { -ms-flex-align: center !important; -webkit-box-align: center !important; -webkit-align-items: center !important; align-items: center !important; } .u-flexBaseline { -ms-flex-align: baseline !important; -webkit-box-align: baseline !important; -webkit-align-items: baseline !important; align-items: baseline !important; } .u-flexStretch { -ms-flex-align: stretch !important; -webkit-box-align: stretch !important; -webkit-align-items: stretch !important; align-items: stretch !important; } .u-flexTop { -ms-flex-align: start !important; -webkit-box-align: start !important; -webkit-align-items: flex-start !important; align-items: flex-start !important; } .u-flexBottom { -ms-flex-align: end !important; -webkit-box-align: end !important; -webkit-align-items: flex-end !important; align-items: flex-end !important; } /** * @name Utils-Flexbox - Grow, Srhink * @description Grow or shrink * @section utils.flexbox.itemGrowShrink * * @markup * * <div>Grow items to fit the container in height and width</div> * <div class="u-flex" style="height:50px; width:500px"> * <span class="u-flexItemGrow Test-inner" style="width: 100px">1</span> * <span class="u-flexItemGrow Test-inner" style="width: 100px">2</span> * </div> * * <div>Shrink items to fit the container in height and width</div> * <div class="u-flex" style="height:50px; width:500px"> * <span class="u-flexItemShrink Test-inner" style="width: 800px">1</span> * <span class="u-flexItemShrink Test-inner" style="width: 800px">2</span> * </div> * */ .u-flexItemGrow { min-width: 0; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; } .u-flexItemShrink { -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; } /** * @name Utils-Flexbox - Grow, Srhink * @description Test bug fix to address overflow flexbox items in chrome browser; * @section utils.flexbox.itemGrowShrink * * @markup * * <div class="u-flex Test-overflow" style="height:20px; width:200px"> * <span class="u-flexItemGrow Test-inner">1 let's add some texts to test test this issue</span> * <span class="Test-inner">2 Test box</span> * </div> * * <div class="u-flex u-flexColumn Test-overflow" style="height:50px; width:50px"> * <span class="u-flexItemGrow Test-inner">1 let's add some texts to test test this issue</span> * <span class="Test-inner">2 Test box</span> * </div> */ .u-flexColumn .u-flexItemGrow, .u-flexColumnReverse .u-flexItemGrow { min-width: auto; min-height: 0; } /** * @name Utils-Flexbox - Keep width and height * @description preserve the width and height of the element itself, no grow or shrink * @section utils.flexbox.itemheightpreservation * * @markup * * <div>Not shrinking width of item</div> * <div class="u-flex" style="height:50px; width:500px"> * <span class="u-flexItemNoShrink Test-inner" style="width: 800px;">1</span> * </div> * * <div>maintain height of the element to the container in height and width</div> * <div class="u-flex" style="height:60px; width:500px;"> * <span class="u-flexKeepHeight Test-inner">1</span> * </div> */ .u-flexItemNoShrink { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } .u-flexKeepHeight { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; min-height: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; } /** * @name Utils-Flexbox - Self Alignment * @description Specify individual item's alignment overriding one defined on the container. Float, clear and vertical-align are ignored on flex items. * @section utils.flexbox.itemSelfAlignment * * @markup * * <div class="u-flex Test-area-2"> * <div class="Test-box u-flexItemBaseline" style="height: 80px">1 Middle</div> * <div class="Test-box u-flexItemMiddle" style="height: 30px">2 Baseline</div> * <div class="Test-box u-flexItemBottom">3 Bottom</div> * <div class="Test-box u-flexItemTop">4 Top</div> * </div> * * <div class="u-flex Test-area-2"> * <div class="u-flexItemStretch Test-box">1</div> * <div class="u-flexItemStretch Test-box">2</div> * <div class="u-flexItemStretch Test-box">3</div> * <div class="u-flexItemStretch Test-box">4</div> * </div> * */ .u-flexItemMiddle { -webkit-align-self: center !important; -ms-flex-item-align: center !important; align-self: center !important; } .u-flexItemBaseline { -ms-flex-align: baseline !important; -webkit-box-align: baseline !important; -webkit-align-items: baseline !important; align-items: baseline !important; } .u-flexItemStretch { -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; align-self: stretch !important; } .u-flexItemTop { -webkit-align-self: flex-start !important; -ms-flex-item-align: start !important; align-self: flex-start !important; } .u-flexItemBottom { -webkit-align-self: flex-end !important; -ms-flex-item-align: end !important; align-self: flex-end !important; } /** * @name Utils-Flexbox - Item Order * @description Force move an item to be the first or last in a container * @section utils.flexbox.itemOrder * * @markup * * <div class="u-flex Test-area-2"> * <div class="Test-box">1</div> * <div class="Test-box">2</div> * <div class="Test-box u-flexItemFirst">3 (force to first)</div> * <div class="Test-box">4</div> * </div> * * <div class="u-flex Test-area-2"> * <div class="Test-box">1</div> * <div class="Test-box u-flexItemLast">2 (force to last)</div> * <div class="Test-box">3</div> * <div class="Test-box">4</div> * </div> */ .u-flexItemFirst { -ms-flex-order: -1 !important; -webkit-box-ordinal-group: 0 !important; -webkit-order: -1 !important; order: -1 !important; } .u-flexItemLast { -ms-flex-order: 99999 !important; -webkit-box-ordinal-group: 100000 !important; -webkit-order: 99999 !important; order: 99999 !important; } /** * @name Utils-Flexbox - Item Porportional Sizing * @description Relative sizing of items in container * @section utils.flexbox.itemSizing * * @markup * * <div class="u-flex Test-area-2"> * <div class="Test-inner u-flexItemSized">1</div> * <div class="Test-inner u-flexItemSized+">2</div> * <div class="Test-inner u-flexItemSized++">3</div> * </div> * * <div class="u-flex Test-area-2"> * <div class="Test-box u-flexItemSized">1</div> * <div class="Test-box u-flexItemSized+">2</div> * <div class="Test-box u-flexItemSized++">3</div> * <div class="Test-box u-flexItemSized">4</div> * <div class="Test-box u-flexItemSized++">5</div> * </div> */ .u-flexItemSized { -webkit-box-flex: 100 !important; -webkit-flex: 100 !important; -ms-flex: 100 !important; flex: 100 !important; } .u-flexItemSized\+ { -webkit-box-flex: 200 !important; -webkit-flex: 200 !important; -ms-flex: 200 !important; flex: 200 !important; } .u-flexItemSized\+\+ { -webkit-box-flex: 300 !important; -webkit-flex: 300 !important; -ms-flex: 300 !important; flex: 300 !important; } .monty-hall .door { height: 250px; width: 175px; background-color: #00aced; font-weight: bold; font-size: 60px; cursor: pointer; } .monty-hall .door.selected { box-shadow: orange 0 0 11px 5px; } .monty-hall .door.open:not(.winner) { background: url("images/montyHall/goat1.jpg") no-repeat center/cover; } .monty-hall .door.open.winner { background: url("images/montyHall/money.jpg") no-repeat center/cover; } .monty-hall .test-output { display: inline-block; margin-right: 20px; margin-bottom: 10px; font-size: 30px; } .monty-hall .test-output.WIN { color: green; } .monty-hall .test-output.LOSE { color: red; }
app/style.css
canvas { display: block; } .banner-padding { padding-top: 75px !important; padding-bottom: 75px !important; } .ui.menu { border-radius: 0; } /** * Vertical alignment utilities * Depends on an appropriate `display` value. */ .u-alignBaseline { vertical-align: baseline !important; } .u-alignBottom { vertical-align: bottom !important; } .u-alignMiddle { vertical-align: middle !important; } .u-alignTop { vertical-align: top !important; } /** * @name Utils-Align * @description Utilities for vertically aligning elements. * @section utils.align.index * * * @markup * <style>.test { font-size: 32px; padding: 15px 0; } * .Box { height: 60px; width: 20px; display: inline-block; background: red;} * </style> * <div class="test">text <span class="u-alignBaseline Box"></span></div> * <div class="test">text <span class="u-alignBottom Box"></span></div> * <div class="test">text <span class="u-alignMiddle Box"></span></div> * <div class="test">text <span class="u-alignTop Box"></span></div> */ /** * Specify the proportional offset after an element. * Intentional redundancy build into each set of unit classes. * Supports: 2, 4, 5, 6, 8, 10, 12 section */ .u-after1of12 { margin-right: 8.33333% !important; } .u-after1of10 { margin-right: 10% !important; } .u-after1of8 { margin-right: 12.5% !important; } .u-after1of6, .u-after2of12 { margin-right: 16.66667% !important; } .u-after1of5, .u-after2of10 { margin-right: 20% !important; } .u-after1of4, .u-after2of8, .u-after3of12 { margin-right: 25% !important; } .u-after3of10 { margin-right: 30% !important; } .u-after1of3, .u-after2of6, .u-after4of12 { margin-right: 33.33333% !important; } .u-after3of8 { margin-right: 37.5% !important; } .u-after2of5, .u-after4of10 { margin-right: 40% !important; } .u-after5of12 { margin-right: 41.66667% !important; } .u-after1of2, .u-after2of4, .u-after3of6, .u-after4of8, .u-after5of10, .u-after6of12 { margin-right: 50% !important; } .u-after7of12 { margin-right: 58.33333% !important; } .u-after3of5, .u-after6of10 { margin-right: 60% !important; } .u-after5of8 { margin-right: 62.5% !important; } .u-after2of3, .u-after4of6, .u-after8of12 { margin-right: 66.66667% !important; } .u-after7of10 { margin-right: 70% !important; } .u-after3of4, .u-after6of8, .u-after9of12 { margin-right: 75% !important; } .u-after4of5, .u-after8of10 { margin-right: 80% !important; } .u-after5of6, .u-after10of12 { margin-right: 83.33333% !important; } .u-after7of8 { margin-right: 87.5% !important; } .u-after9of10 { margin-right: 90% !important; } .u-after11of12 { margin-right: 91.66667% !important; } /** * Offset: breakpoint 1 (small) * * Specify the proportional offset after an element. * Intentional redundancy build into each set of unit classes. * Supports: 2, 4, 5, 6, 8, 10, 12 section */ @media (min-width: 320px) and (max-width: 640px) { .u-sm-afterNone { margin-left: 0 !important; } .u-sm-after1of12 { margin-right: 8.33333% !important; } .u-sm-after1of10 { margin-right: 10% !important; } .u-sm-after1of8 { margin-right: 12.5% !important; } .u-sm-after1of6, .u-sm-after2of12 { margin-right: 16.66667% !important; } .u-sm-after1of5, .u-sm-after2of10 { margin-right: 20% !important; } .u-sm-after1of4, .u-sm-after2of8, .u-sm-after3of12 { margin-right: 25% !important; } .u-sm-after3of10 { margin-right: 30% !important; } .u-sm-after1of3, .u-sm-after2of6, .u-sm-after4of12 { margin-right: 33.33333% !important; } .u-sm-after3of8 { margin-right: 37.5% !important; } .u-sm-after2of5, .u-sm-after4of10 { margin-right: 40% !important; } .u-sm-after5of12 { margin-right: 41.66667% !important; } .u-sm-after1of2, .u-sm-after2of4, .u-sm-after3of6, .u-sm-after4of8, .u-sm-after5of10, .u-sm-after6of12 { margin-right: 50% !important; } .u-sm-after7of12 { margin-right: 58.33333% !important; } .u-sm-after3of5, .u-sm-after6of10 { margin-right: 60% !important; } .u-sm-after5of8 { margin-right: 62.5% !important; } .u-sm-after2of3, .u-sm-after4of6, .u-sm-after8of12 { margin-right: 66.66667% !important; } .u-sm-after7of10 { margin-right: 70% !important; } .u-sm-after3of4, .u-sm-after6of8, .u-sm-after9of12 { margin-right: 75% !important; } .u-sm-after4of5, .u-sm-after8of10 { margin-right: 80% !important; } .u-sm-after5of6, .u-sm-after10of12 { margin-right: 83.33333% !important; } .u-sm-after7of8 { margin-right: 87.5% !important; } .u-sm-after9of10 { margin-right: 90% !important; } .u-sm-after11of12 { margin-right: 91.66667% !important; } } /** * Offset: breakpoint 2 (medium) * * Specify the proportional offset after an element. * Intentional redundancy build into each set of unit classes. * Supports: 2, 4, 5, 6, 8, 10, 12 section */ @media (min-width: 640px) and (max-width: 960px) { .u-md-afterNone { margin-left: 0 !important; } .u-md-after1of12 { margin-right: 8.33333% !important; } .u-md-after1of10 { margin-right: 10% !important; } .u-md-after1of8 { margin-right: 12.5% !important; } .u-md-after1of6, .u-md-after2of12 { margin-right: 16.66667% !important; } .u-md-after1of5, .u-md-after2of10 { margin-right: 20% !important; } .u-md-after1of4, .u-md-after2of8, .u-md-after3of12 { margin-right: 25% !important; } .u-md-after3of10 { margin-right: 30% !important; } .u-md-after1of3, .u-md-after2of6, .u-md-after4of12 { margin-right: 33.33333% !important; } .u-md-after3of8 { margin-right: 37.5% !important; } .u-md-after2of5, .u-md-after4of10 { margin-right: 40% !important; } .u-md-after5of12 { margin-right: 41.66667% !important; } .u-md-after1of2, .u-md-after2of4, .u-md-after3of6, .u-md-after4of8, .u-md-after5of10, .u-md-after6of12 { margin-right: 50% !important; } .u-md-after7of12 { margin-right: 58.33333% !important; } .u-md-after3of5, .u-md-after6of10 { margin-right: 60% !important; } .u-md-after5of8 { margin-right: 62.5% !important; } .u-md-after2of3, .u-md-after4of6, .u-md-after8of12 { margin-right: 66.66667% !important; } .u-md-after7of10 { margin-right: 70% !important; } .u-md-after3of4, .u-md-after6of8, .u-md-after9of12 { margin-right: 75% !important; } .u-md-after4of5, .u-md-after8of10 { margin-right: 80% !important; } .u-md-after5of6, .u-md-after10of12 { margin-right: 83.33333% !important; } .u-md-after7of8 { margin-right: 87.5% !important; } .u-md-after9of10 { margin-right: 90% !important; } .u-md-after11of12 { margin-right: 91.66667% !important; } } /** * Offset: breakpoint 3 (large) * * Specify the proportional offset after an element. * Intentional redundancy build into each set of unit classes. * Supports: 2, 4, 5, 6, 8, 10, 12 section */ /** * Specify the proportional offset before an object. * Intentional redundancy build into each set of unit classes. * Supports: 2, 3, 4, 5, 6, 8, 10, 12 section */ .u-before1of12 { margin-left: 8.33333% !important; } .u-before1of10 { margin-left: 10% !important; } .u-before1of8 { margin-left: 12.5% !important; } .u-before1of6, .u-before2of12 { margin-left: 16.66667% !important; } .u-before1of5, .u-before2of10 { margin-left: 20% !important; } .u-before1of4, .u-before2of8, .u-before3of12 { margin-left: 25% !important; } .u-before3of10 { margin-left: 30% !important; } .u-before1of3, .u-before2of6, .u-before4of12 { margin-left: 33.33333% !important; } .u-before3of8 { margin-left: 37.5% !important; } .u-before2of5, .u-before4of10 { margin-left: 40% !important; } .u-before5of12 { margin-left: 41.66667% !important; } .u-before1of2, .u-before2of4, .u-before3of6, .u-before4of8, .u-before5of10, .u-before6of12 { margin-left: 50% !important; } .u-before7of12 { margin-left: 58.33333% !important; } .u-before3of5, .u-before6of10 { margin-left: 60% !important; } .u-before5of8 { margin-left: 62.5% !important; } .u-before2of3, .u-before4of6, .u-before8of12 { margin-left: 66.66667% !important; } .u-before7of10 { margin-left: 70% !important; } .u-before3of4, .u-before6of8, .u-before9of12 { margin-left: 75% !important; } .u-before4of5, .u-before8of10 { margin-left: 80% !important; } .u-before5of6, .u-before10of12 { margin-left: 83.33333% !important; } .u-before7of8 { margin-left: 87.5% !important; } .u-before9of10 { margin-left: 90% !important; } .u-before11of12 { margin-left: 91.66667% !important; } /** * Offset: breakpoint 1 (small) * * Specify the proportional offset before an element. * Intentional redundancy build into each set of unit classes. * Supports: 2, 3, 4, 5, 6, 8, 10, 12 section */ @media (min-width: 320px) and (max-width: 640px) { .u-sm-beforeNone { margin-left: 0 !important; } .u-sm-before1of12 { margin-left: 8.33333% !important; } .u-sm-before1of10 { margin-left: 10% !important; } .u-sm-before1of8 { margin-left: 12.5% !important; } .u-sm-before1of6, .u-sm-before2of12 { margin-left: 16.66667% !important; } .u-sm-before1of5, .u-sm-before2of10 { margin-left: 20% !important; } .u-sm-before1of4, .u-sm-before2of8, .u-sm-before3of12 { margin-left: 25% !important; } .u-sm-before3of10 { margin-left: 30% !important; } .u-sm-before1of3, .u-sm-before2of6, .u-sm-before4of12 { margin-left: 33.33333% !important; } .u-sm-before3of8 { margin-left: 37.5% !important; } .u-sm-before2of5, .u-sm-before4of10 { margin-left: 40% !important; } .u-sm-before5of12 { margin-left: 41.66667% !important; } .u-sm-before1of2, .u-sm-before2of4, .u-sm-before3of6, .u-sm-before4of8, .u-sm-before5of10, .u-sm-before6of12 { margin-left: 50% !important; } .u-sm-before7of12 { margin-left: 58.33333% !important; } .u-sm-before3of5, .u-sm-before6of10 { margin-left: 60% !important; } .u-sm-before5of8 { margin-left: 62.5% !important; } .u-sm-before2of3, .u-sm-before4of6, .u-sm-before8of12 { margin-left: 66.66667% !important; } .u-sm-before7of10 { margin-left: 70% !important; } .u-sm-before3of4, .u-sm-before6of8, .u-sm-before9of12 { margin-left: 75% !important; } .u-sm-before4of5, .u-sm-before8of10 { margin-left: 80% !important; } .u-sm-before5of6, .u-sm-before10of12 { margin-left: 83.33333% !important; } .u-sm-before7of8 { margin-left: 87.5% !important; } .u-sm-before9of10 { margin-left: 90% !important; } .u-sm-before11of12 { margin-left: 91.66667% !important; } } /** * Offset: breakpoint 2 (medium) * * Specify the proportional offset before an element. * Intentional redundancy build into each set of unit classes. * Supports: 2, 3, 4, 5, 6, 8, 10, 12 section */ @media (min-width: 640px) and (max-width: 960px) { .u-md-beforeNone { margin-left: 0 !important; } .u-md-before1of12 { margin-left: 8.33333% !important; } .u-md-before1of10 { margin-left: 10% !important; } .u-md-before1of8 { margin-left: 12.5% !important; } .u-md-before1of6, .u-md-before2of12 { margin-left: 16.66667% !important; } .u-md-before1of5, .u-md-before2of10 { margin-left: 20% !important; } .u-md-before1of4, .u-md-before2of8, .u-md-before3of12 { margin-left: 25% !important; } .u-md-before3of10 { margin-left: 30% !important; } .u-md-before1of3, .u-md-before2of6, .u-md-before4of12 { margin-left: 33.33333% !important; } .u-md-before3of8 { margin-left: 37.5% !important; } .u-md-before2of5, .u-md-before4of10 { margin-left: 40% !important; } .u-md-before5of12 { margin-left: 41.66667% !important; } .u-md-before1of2, .u-md-before2of4, .u-md-before3of6, .u-md-before4of8, .u-md-before5of10, .u-md-before6of12 { margin-left: 50% !important; } .u-md-before7of12 { margin-left: 58.33333% !important; } .u-md-before3of5, .u-md-before6of10 { margin-left: 60% !important; } .u-md-before5of8 { margin-left: 62.5% !important; } .u-md-before2of3, .u-md-before4of6, .u-md-before8of12 { margin-left: 66.66667% !important; } .u-md-before7of10 { margin-left: 70% !important; } .u-md-before3of4, .u-md-before6of8, .u-md-before9of12 { margin-left: 75% !important; } .u-md-before4of5, .u-md-before8of10 { margin-left: 80% !important; } .u-md-before5of6, .u-md-before10of12 { margin-left: 83.33333% !important; } .u-md-before7of8 { margin-left: 87.5% !important; } .u-md-before9of10 { margin-left: 90% !important; } .u-md-before11of12 { margin-left: 91.66667% !important; } } /** * Offset: breakpoint 3 (large) * * Specify the proportional offset before an element. * Intentional redundancy build into each set of unit classes. * Supports: 2, 3, 4, 5, 6, 8, 10, 12 section */ /** * @name Offset Utilities * @description Utilities for offset. * @section utils.offset.index * * * @markup * <style> * .test-Box { * background: #649632; * margin-bottom: 10px; * } * </style> */ /** * @name Offset Utilities - After * @description Utilities for offsetting after an element. * @section utils.offset.after * * * @markup * <div> * <div class="u-after1of2 test-Box">1of2</div> * </div> * <div> * <div class="u-after1of3 test-Box">1of3</div> * <div class="u-after2of3 test-Box">2of3</div> * </div> * <div> * <div class="u-after1of4 test-Box">1of4</div> * <div class="u-after2of4 test-Box">2of4</div> * <div class="u-after3of4 test-Box">3of4</div> * </div> * <div> * <div class="u-after1of6 test-Box">1of6</div> * <div class="u-after2of6 test-Box">2of6</div> * <div class="u-after3of6 test-Box">3of6</div> * <div class="u-after4of6 test-Box">4of6</div> * <div class="u-after5of6 test-Box">5of6</div> * </div> * <div> * <div class="u-after1of8 test-Box">1of8</div> * <div class="u-after2of8 test-Box">2of8</div> * <div class="u-after3of8 test-Box">3of8</div> * <div class="u-after4of8 test-Box">4of8</div> * <div class="u-after5of8 test-Box">5of8</div> * <div class="u-after6of8 test-Box">6of8</div> * <div class="u-after7of8 test-Box">7of8</div> * </div> * <div> * <div class="u-after1of10 test-Box">1of10</div> * <div class="u-after2of10 test-Box">2of10</div> * <div class="u-after3of10 test-Box">3of10</div> * <div class="u-after4of10 test-Box">4of10</div> * <div class="u-after5of10 test-Box">5of10</div> * <div class="u-after6of10 test-Box">6of10</div> * <div class="u-after7of10 test-Box">7of10</div> * <div class="u-after8of10 test-Box">8of10</div> * <div class="u-after9of10 test-Box">9of10</div> * </div> * <div> * <div class="u-after1of12 test-Box">1of12</div> * <div class="u-after2of12 test-Box">2of12</div> * <div class="u-after3of12 test-Box">3of12</div> * <div class="u-after4of12 test-Box">4of12</div> * <div class="u-after5of12 test-Box">5of12</div> * <div class="u-after6of12 test-Box">6of12</div> * <div class="u-after7of12 test-Box">7of12</div> * <div class="u-after8of12 test-Box">8of12</div> * <div class="u-after9of12 test-Box">9of12</div> * <div class="u-after10of12 test-Box">10of12</div> * <div class="u-after11of12 test-Box">11of12</div> * </div> */ /** * @name Offset Utilities - Before * @description Utilities for offsetting before an element. * @section utils.offset.before * * * @markup * <div> * <div class="u-before1of2 test-Box">1of2</div> * </div> * <div> * <div class="u-before1of3 test-Box">1of3</div> * <div class="u-before2of3 test-Box">2of3</div> * </div> * <div> * <div class="u-before1of4 test-Box">1of4</div> * <div class="u-before2of4 test-Box">2of4</div> * <div class="u-before3of4 test-Box">3of4</div> * </div> * <div> * <div class="u-before1of6 test-Box">1of6</div> * <div class="u-before2of6 test-Box">2of6</div> * <div class="u-before3of6 test-Box">3of6</div> * <div class="u-before4of6 test-Box">4of6</div> * <div class="u-before5of6 test-Box">5of6</div> * </div> * <div> * <div class="u-before1of8 test-Box">1of8</div> * <div class="u-before2of8 test-Box">2of8</div> * <div class="u-before3of8 test-Box">3of8</div> * <div class="u-before4of8 test-Box">4of8</div> * <div class="u-before5of8 test-Box">5of8</div> * <div class="u-before6of8 test-Box">6of8</div> * <div class="u-before7of8 test-Box">7of8</div> * </div> * <div> * <div class="u-before1of10 test-Box">1of10</div> * <div class="u-before2of10 test-Box">2of10</div> * <div class="u-before3of10 test-Box">3of10</div> * <div class="u-before4of10 test-Box">4of10</div> * <div class="u-before5of10 test-Box">5of10</div> * <div class="u-before6of10 test-Box">6of10</div> * <div class="u-before7of10 test-Box">7of10</div> * <div class="u-before8of10 test-Box">8of10</div> * <div class="u-before9of10 test-Box">9of10</div> * </div> * <div> * <div class="u-before1of12 test-Box">1of12</div> * <div class="u-before2of12 test-Box">2of12</div> * <div class="u-before3of12 test-Box">3of12</div> * <div class="u-before4of12 test-Box">4of12</div> * <div class="u-before5of12 test-Box">5of12</div> * <div class="u-before6of12 test-Box">6of12</div> * <div class="u-before7of12 test-Box">7of12</div> * <div class="u-before8of12 test-Box">8of12</div> * <div class="u-before9of12 test-Box">9of12</div> * <div class="u-before10of12 test-Box">10of12</div> * <div class="u-before11of12 test-Box">11of12</div> * </div> */ /** * @name Offset Utilities - Offset with Media Query breakpoints. * @description Utilities can be limited to specific Media Query breakpoints. Often used in combination for different offsets at breakpoints. * @section utils.offset.mediaQuery * * * @markup * <div> * <div class="u-sm-before1of2 test-Box">1of2 within smallest breakpoint</div> * <div class="u-md-before1of3 test-Box">1of3 within medium breakpoint</div> * <div class="u-lg-before1of4 test-Box">1of4 within large breakpoint</div> * <div class="u-sm-after1of2 test-Box">1of2 within smallest breakpoint</div> * <div class="u-md-after1of3 test-Box">1of3 within medium breakpoint</div> * <div class="u-lg-after1of4 test-Box">1of4 within large breakpoint</div> * </div> */ /** * Display-type utilities */ .u-block { display: block !important; } .u-hidden { display: none !important; } /** * Completely remove from the flow but leave available to screen readers. */ .u-hiddenVisually { position: absolute !important; overflow: hidden !important; clip: rect(1px, 1px, 1px, 1px) !important; padding: 0 !important; width: 1px !important; height: 1px !important; border: 0 !important; } .u-inline { display: inline !important; } /** * 1. Fix for Firefox bug: an image styled `max-width:100%` within an * inline-block will display at its default size, and not limit its width to * 100% of an ancestral container. */ .u-inlineBlock { display: inline-block !important; max-width: 100%; /* 1 */ } .u-table { display: table !important; } .u-tableCell { display: table-cell !important; } .u-tableRow { display: table-row !important; } /** * @name Display Utilities * @description Utilities for display. * @section utils.display.index */ /** * @name Display Utilities - Block * @description Renders with block display. * @section utils.display.block * * * @markup * <span class="u-block"> * This <code>span</code> should be <code>block</code> * </span> */ /** * @name Display Utilities - Hidden * @description Render as hidden. * @section utils.display.hidden * * * @markup * <span class="u-hidden"> * This <code>span</code> should be hidden * </span> */ /** * @name Display Utilities - Visually Hidden * @description Renders visually hidden (but available to screen readers). * @section utils.display.hiddenVisually * * * @markup * <span class="u-hiddenVisually"> * This <code>span</code> should be read by screenreaders * </span> */ /** * @name Display Utilities - Inline block * @description Renders inline block. Does not expand beyond its parent with wide children. * @section utils.display.inlineBlock * * * @markup * <span class="u-inlineBlock dev-Inner"> * This <code>span</code> should be <code>inline-block</code> * </span> * <div style="width:200px"> * <div class="u-inlineBlock dev-Inner"> * <img src="http://lorempixel.com/300/300/sports/1" alt="" style="margin:10px 0; max-width:100%;"> * </div> * </div> */ /** * @name Display Utilities - Table * @description Renders as a table. * @section utils.display.table * * * @markup * <div class="u-table Test-area"> * <div class="u-tableRow"> * <div class="u-tableCell"> * This <code>div</code> should be <code>table-cell</code> within <code>table</code> * </div> * </div> * <div class="u-tableRow"> * <div class="u-tableCell"> * A table-cell within table * </div> * <div class="u-tableCell"> * A table-cell within table * </div> * </div> * </div> */ /** * @name Display Utilities - Overflow * @description Controls overflow style of an element * @section utils.display.overflow * * @markupUrl url(node_modules/hammock-utils-display/guide/overflow.html) */ .u-overflowScroll { overflow: auto; } .u-overflowScroll-x { overflow-x: auto; } .u-overflowScroll-y { overflow-y: auto; } .u-overflowHidden { overflow: hidden; } .u-overflowHidden-x { overflow-x: hidden; } .u-overflowHidden-y { overflow-y: hidden; } .u-overflowVisible { overflow: visible; } /** * @name Utils FontSize * @description Utilities for adjusting fontsize by trumps * @section utils.fontsize.index * */ /** * @name Utils Font Size - basic ordinal sizing trumps * @description Used to force font size. ordinal classes. * @section utils.fontsize.Basic * * @markupUrl url(node_modules/hammock-utils-fontsize/guide/default.html) */ /* meant to follow h1 to h6 sizing but are abstracted to be flexible */ .u-alpha { font-size: 32px !important; font-size: 2rem !important; } .u-beta { font-size: 24px !important; font-size: 1.5rem !important; } .u-gamma { font-size: 20px !important; font-size: 1.25rem !important; } .u-delta { font-size: 16px !important; font-size: 1rem !important; } .u-epsilon { font-size: 14px !important; font-size: .875rem !important; } .u-zeta { font-size: 12px !important; font-size: .75rem !important; } /** * @name Utils Font Size - Large trumps * @description Used to force larger font size. * @section utils.fontsize.Larger * * @markupUrl url(node_modules/hammock-utils-fontsize/guide/large.html) */ /* based on manipulation of --u-alpha size */ .u-giga { font-size: 80px !important; font-size: 5rem !important; } .u-mega { font-size: 64px !important; font-size: 4rem !important; } .u-kilo { font-size: 48px !important; font-size: 3rem !important; } /** * @name Utils Font Size - Small trumps * @description Used to force smaller font size * @section utils.fontsize.Smaller * * @markupUrl url(node_modules/hammock-utils-fontsize/guide/small.html) */ /* based on manipulation of --u-zeta size */ .u-milli { font-size: 10px !important; font-size: 0.675rem !important; } .u-micro { font-size: 9px !important; font-size: 0.6rem !important; } /** * Sizing utilities */ /* Intrinsic widths ========================================================================== */ /** * Make an element shrink wrap its content. */ .u-sizeFit, .u-sizeFitAlt { display: block !important; float: left !important; width: auto !important; } .u-sizeFitAlt { float: right !important; } /** * Make an element fill the remaining space. * N.B. This will hide overflow. */ .u-sizeFill { display: block !important; overflow: hidden !important; width: auto !important; } /** * An alternative method to make an element fill the remaining space. * N.B. Do not use if child elements might be wider than the remaining space. * In Chrome, Safari, and Firefox it results in undesired layout. */ .u-sizeFillAlt { display: table-cell !important; max-width: 100% !important; width: 10000px !important; } /** * Make an element the width of its parent. */ .u-sizeFull { display: block !important; box-sizing: border-box !important; width: 100% !important; } /* Proportional widths ========================================================================== */ /** * Specify the proportional width of an object. * Intentional redundancy build into each set of unit classes. * Supports: 2, 3, 4, 5, 6, 8, 10, 12 part */ .u-size1of12 { width: 8.33333% !important; } .u-size1of10 { width: 10% !important; } .u-size1of8 { width: 12.5% !important; } .u-size1of6, .u-size2of12 { width: 16.66667% !important; } .u-size1of5, .u-size2of10 { width: 20% !important; } .u-size1of4, .u-size2of8, .u-size3of12 { width: 25% !important; } .u-size3of10 { width: 30% !important; } .u-size1of3, .u-size2of6, .u-size4of12 { width: 33.33333% !important; } .u-size3of8 { width: 37.5% !important; } .u-size2of5, .u-size4of10 { width: 40% !important; } .u-size5of12 { width: 41.66667% !important; } .u-size1of2, .u-size2of4, .u-size3of6, .u-size4of8, .u-size5of10, .u-size6of12 { width: 50% !important; } .u-size7of12 { width: 58.33333% !important; } .u-size3of5, .u-size6of10 { width: 60% !important; } .u-size5of8 { width: 62.5% !important; } .u-size2of3, .u-size4of6, .u-size8of12 { width: 66.66667% !important; } .u-size7of10 { width: 70% !important; } .u-size3of4, .u-size6of8, .u-size9of12 { width: 75% !important; } .u-size4of5, .u-size8of10 { width: 80% !important; } .u-size5of6, .u-size10of12 { width: 83.33333% !important; } .u-size7of8 { width: 87.5% !important; } .u-size9of10 { width: 90% !important; } .u-size11of12 { width: 91.66667% !important; } /** * Size: breakpoint 1 (small) */ @media (min-width: 320px) and (max-width: 640px) { /** * Make an element shrink wrap its content. */ .u-sm-sizeFit, .u-sm-sizeFitAlt { display: block !important; float: left !important; width: auto !important; } .u-sm-sizeFitAlt { float: right !important; } /** * Make an element fill the remaining space. * N.B. This will hide overflow. */ .u-sm-sizeFill { display: block !important; overflow: hidden !important; width: auto !important; } /** * An alternative method to make an element fill the remaining space. * N.B. Do not use if child elements might be wider than the remaining space. * In Chrome, Safari, and Firefox it results in undesired layout. */ .u-sm-sizeFillAlt { display: table-cell !important; max-width: 100% !important; width: 10000px !important; } /** * Make an element the width of its parent. */ .u-sm-sizeFull { display: block !important; box-sizing: border-box !important; width: 100% !important; } /* Proportional widths: breakpoint 1 (small) ========================================================================== */ /** * Specify the proportional width of an object. * Intentional redundancy build into each set of unit classes. * Supports: 2, 3, 4, 5, 6, 8, 10, 12 part */ .u-sm-size1of12 { width: 8.33333% !important; } .u-sm-size1of10 { width: 10% !important; } .u-sm-size1of8 { width: 12.5% !important; } .u-sm-size1of6, .u-sm-size2of12 { width: 16.66667% !important; } .u-sm-size1of5, .u-sm-size2of10 { width: 20% !important; } .u-sm-size1of4, .u-sm-size2of8, .u-sm-size3of12 { width: 25% !important; } .u-sm-size3of10 { width: 30% !important; } .u-sm-size1of3, .u-sm-size2of6, .u-sm-size4of12 { width: 33.33333% !important; } .u-sm-size3of8 { width: 37.5% !important; } .u-sm-size2of5, .u-sm-size4of10 { width: 40% !important; } .u-sm-size5of12 { width: 41.66667% !important; } .u-sm-size1of2, .u-sm-size2of4, .u-sm-size3of6, .u-sm-size4of8, .u-sm-size5of10, .u-sm-size6of12 { width: 50% !important; } .u-sm-size7of12 { width: 58.33333% !important; } .u-sm-size3of5, .u-sm-size6of10 { width: 60% !important; } .u-sm-size5of8 { width: 62.5% !important; } .u-sm-size2of3, .u-sm-size4of6, .u-sm-size8of12 { width: 66.66667% !important; } .u-sm-size7of10 { width: 70% !important; } .u-sm-size3of4, .u-sm-size6of8, .u-sm-size9of12 { width: 75% !important; } .u-sm-size4of5, .u-sm-size8of10 { width: 80% !important; } .u-sm-size5of6, .u-sm-size10of12 { width: 83.33333% !important; } .u-sm-size7of8 { width: 87.5% !important; } .u-sm-size9of10 { width: 90% !important; } .u-sm-size11of12 { width: 91.66667% !important; } } /** * Size: breakpoint 2 (medium) */ @media (min-width: 640px) and (max-width: 960px) { /** * Make an element shrink wrap its content. */ .u-md-sizeFit, .u-md-sizeFitAlt { display: block !important; float: left !important; width: auto !important; } .u-md-sizeFitAlt { float: right !important; } /** * Make an element fill the remaining space. * N.B. This will hide overflow. */ .u-md-sizeFill { display: block !important; overflow: hidden !important; width: auto !important; } /** * An alternative method to make an element fill the remaining space. * N.B. Do not use if child elements might be wider than the remaining space. * In Chrome, Safari, and Firefox it results in undesired layout. */ .u-md-sizeFillAlt { display: table-cell !important; max-width: 100% !important; width: 10000px !important; } /** * Make an element the width of its parent. */ .u-md-sizeFull { display: block !important; box-sizing: border-box !important; width: 100% !important; } /* Proportional widths: breakpoint 2 (medium) ========================================================================== */ /** * Specify the proportional width of an object. * Intentional redundancy build into each set of unit classes. * Supports: 2, 3, 4, 5, 6, 8, 10, 12 part */ .u-md-size1of12 { width: 8.33333% !important; } .u-md-size1of10 { width: 10% !important; } .u-md-size1of8 { width: 12.5% !important; } .u-md-size1of6, .u-md-size2of12 { width: 16.66667% !important; } .u-md-size1of5, .u-md-size2of10 { width: 20% !important; } .u-md-size1of4, .u-md-size2of8, .u-md-size3of12 { width: 25% !important; } .u-md-size3of10 { width: 30% !important; } .u-md-size1of3, .u-md-size2of6, .u-md-size4of12 { width: 33.33333% !important; } .u-md-size3of8 { width: 37.5% !important; } .u-md-size2of5, .u-md-size4of10 { width: 40% !important; } .u-md-size5of12 { width: 41.66667% !important; } .u-md-size1of2, .u-md-size2of4, .u-md-size3of6, .u-md-size4of8, .u-md-size5of10, .u-md-size6of12 { width: 50% !important; } .u-md-size7of12 { width: 58.33333% !important; } .u-md-size3of5, .u-md-size6of10 { width: 60% !important; } .u-md-size5of8 { width: 62.5% !important; } .u-md-size2of3, .u-md-size4of6, .u-md-size8of12 { width: 66.66667% !important; } .u-md-size7of10 { width: 70% !important; } .u-md-size3of4, .u-md-size6of8, .u-md-size9of12 { width: 75% !important; } .u-md-size4of5, .u-md-size8of10 { width: 80% !important; } .u-md-size5of6, .u-md-size10of12 { width: 83.33333% !important; } .u-md-size7of8 { width: 87.5% !important; } .u-md-size9of10 { width: 90% !important; } .u-md-size11of12 { width: 91.66667% !important; } } /** * Size: breakpoint 3 (large) */ /** * @name Size Utilities * @description Utilities for size. * @section utils.size.index * * * @markup * <style> * .u-cf:after { * clear: both; * content:""; * display: table; * } * .Test-highlight { * background: #ff0; * margin: 0 0 10px; * } * .Test-box { * background: #649632; * height: 25px; * margin-bottom: 10px; * color: #fff; * } * .Test-box--square { * height: 50px; * width: 50px; * } * </style> */ /** * @name Explicit Sizes * @description Utilities for sizing and element to an explicit size. * @section utils.size.sizeXofY * * * @markup * <div> * <div class="u-size1of2 Test-box">1of2</div> * </div> * <div> * <div class="u-size1of3 Test-box">1of3</div> * <div class="u-size2of3 Test-box">2of3</div> * </div> * <div> * <div class="u-size1of4 Test-box">1of4</div> * <div class="u-size2of4 Test-box">2of4</div> * <div class="u-size3of4 Test-box">3of4</div> * </div> * <div> * <div class="u-size1of6 Test-box">1of6</div> * <div class="u-size2of6 Test-box">2of6</div> * <div class="u-size3of6 Test-box">3of6</div> * <div class="u-size4of6 Test-box">4of6</div> * <div class="u-size5of6 Test-box">5of6</div> * </div> * <div> * <div class="u-size1of8 Test-box">1of8</div> * <div class="u-size2of8 Test-box">2of8</div> * <div class="u-size3of8 Test-box">3of8</div> * <div class="u-size4of8 Test-box">4of8</div> * <div class="u-size5of8 Test-box">5of8</div> * <div class="u-size6of8 Test-box">6of8</div> * <div class="u-size7of8 Test-box">7of8</div> * </div> * <div> * <div class="u-size1of10 Test-box">1of10</div> * <div class="u-size2of10 Test-box">2of10</div> * <div class="u-size3of10 Test-box">3of10</div> * <div class="u-size4of10 Test-box">4of10</div> * <div class="u-size5of10 Test-box">5of10</div> * <div class="u-size6of10 Test-box">6of10</div> * <div class="u-size7of10 Test-box">7of10</div> * <div class="u-size8of10 Test-box">8of10</div> * <div class="u-size9of10 Test-box">9of10</div> * </div> * <div> * <div class="u-size1of12 Test-box">1of12</div> * <div class="u-size2of12 Test-box">2of12</div> * <div class="u-size3of12 Test-box">3of12</div> * <div class="u-size4of12 Test-box">4of12</div> * <div class="u-size5of12 Test-box">5of12</div> * <div class="u-size6of12 Test-box">6of12</div> * <div class="u-size7of12 Test-box">7of12</div> * <div class="u-size8of12 Test-box">8of12</div> * <div class="u-size9of12 Test-box">9of12</div> * <div class="u-size10of12 Test-box">10of12</div> * <div class="u-size11of12 Test-box">11of12</div> * </div> */ /** * @name Size with Media Query breakpoints. * @description Size utilities can be limited to specific Media Query breakpoints. Often used in combination for different sizes at breakpoints. * @section utils.size.mediaQuery * * * @markup * <div> * <div class="u-sm-size1of2 Test-box">1of2 within smallest breakpoint</div> * <div class="u-md-size1of3 Test-box">1of3 within medium breakpoint</div> * <div class="u-lg-size1of4 Test-box">1of4 within large breakpoint</div> * </div> */ /** * @name Size Fit / Size Fill * @description Shrink-wraps (on left) / fills remaining space. * @section utils.size.sizeFitsizeFill * * * @markup * <div class="u-cf"> * <div class="u-sizeFit"> * <div class="Test-box Test-box--square"></div> * </div> * <div class="u-sizeFill Test-highlight"> * content * </div> * </div> */ /** * @name Size Fit / Size Fill (Alternate) * @description Shrink-wraps (on left) / fills remaining space. * @section utils.size.sizeFitsizeFillAlt * * * @markup * <div class="u-cf"> * <div class="u-sizeFit"> * <div class="Test-box Test-box--square"></div> * </div> * <div class="u-sizeFillAlt Test-highlight"> * content * </div> * </div> */ /** * @name Size Fit (Alternate) / Size Fill * @description Shrink-wraps (on right) / fills remaining space. * @section utils.size.sizeFitAltsizeFill * * * @markup * <div class="u-cf"> * <div class="u-sizeFitAlt"> * <div class="Test-box Test-box--square"></div> * </div> * <div class="u-sizeFill Test-highlight"> * content * </div> * </div> */ /** * @name Size Full * @description Fluidly fits to its container/parent in height and width * @section utils.size.sizeFull * * * @markup * <div class="u-cf"> * <div class="u-sizeFull Test-highlight"> * content * </div> * </div> * <div class="u-cf" style="height: 200px"> * <div class="u-sizeFullHeight Test-highlight"> * content * </div> * </div> */ /** * Make an element the height of its parent. */ .u-sizeFullHeight { display: block !important; box-sizing: border-box !important; height: 100% !important; } /** * @name Size Viewport * @description Fluidly fits to the viewport's height and width. Resize window to see changes. * @section utils.size.sizeView * * * @markup * <div class="u-cf"> * <div class="Test-box u-sizeViewFull">Sets this element's width to that of the viewport.</div> * <div class="Test-box u-sizeViewFullHeight">Sets this element's height to that of the viewport.</div> * <div class="Test-box u-sizeViewFullHeight--Min" style="width:50px">Set the height to at least the same height as the viewport size.</div> * <div class="Test-box u-sizeViewFullHeight--Max" style="width:50px">Set the height to at most the same height as the viewport size.</div> * </div> */ /** * Make an element the width of the viewport */ .u-sizeViewFull { width: 100vw !important; } /** * Make an element the height of the viewport */ .u-sizeViewFullHeight { height: 100vh !important; } /** * Make an element's height at least as tall as the viewport */ .u-sizeViewFullHeight--Min { height: 100vm !important; height: 100vmin !important; } /** * Make an element's height at most as tall as the viewport */ .u-sizeViewFullHeight--Max { height: 100vmax !important; } /*@custom-media --lg-viewport (min-width:960px);*/ /** * @name Utils Spacing * @description Utilities for spacing elements using paddings and margins. Also supports 2 media queries. The custom-media configuration can be overriden by your app or excluded. * @section utils.spacing.index * * @markup @custom-media --sm-viewport (min-width:320px) and (max-width:640px); @custom-media --md-viewport (min-width:640px) and (max-width:960px); * */ /** * @name Utils Spacing - Margin Default * @description Used to force margins on any element. Default margin spacing. * @section utils.spacing.margin.Default * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-margin-default.html) */ .m { margin: 1em !important; } .mt { margin-top: 1em !important; } .mr { margin-right: 1em !important; } .mb { margin-bottom: 1em !important; } .ml { margin-left: 1em !important; } .mh { margin-right: 1em !important; margin-left: 1em !important; } .mv { margin-top: 1em !important; margin-bottom: 1em !important; } /** * @name Utils Spacing - Margin Small * @description Used to force margins on any element. Small variation. * @section utils.spacing.margin.Small * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-margin-small.html) */ .m- { margin: 0.5em !important; } .mt- { margin-top: 0.5em !important; } .mr- { margin-right: 0.5em !important; } .mb- { margin-bottom: 0.5em !important; } .ml- { margin-left: 0.5em !important; } .mh- { margin-right: 0.5em !important; margin-left: 0.5em !important; } .mv- { margin-top: 0.5em !important; margin-bottom: 0.5em !important; } /** * @name Utils Spacing - Margin Tiny * @description Tiny variation. * @section utils.spacing.margin.Tiny * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-margin-tiny.html) */ .m-- { margin: 0.25em !important; } .mt-- { margin-top: 0.25em !important; } .mr-- { margin-right: 0.25em !important; } .mb-- { margin-bottom: 0.25em !important; } .ml-- { margin-left: 0.25em !important; } .mh-- { margin-right: 0.25em !important; margin-left: 0.25em !important; } .mv-- { margin-top: 0.25em !important; margin-bottom: 0.25em !important; } /** * @name Utils Spacing - Margin Large * @description Used to force margins on any element. Large variation. * @section utils.spacing.margin.Large * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-margin-large.html) */ .m\+ { margin: 2em !important; } .mt\+ { margin-top: 2em !important; } .mr\+ { margin-right: 2em !important; } .mb\+ { margin-bottom: 2em !important; } .ml\+ { margin-left: 2em !important; } .mh\+ { margin-right: 2em !important; margin-left: 2em !important; } .mv\+ { margin-top: 2em !important; margin-bottom: 2em !important; } /** * @name Utils Spacing - Margin Huge * @description Used to force margins on any element. Huge variation. * @section utils.spacing.margin.Huge * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-margin-huge.html) */ .m\+\+ { margin: 4em !important; } .mt\+\+ { margin-top: 4em !important; } .mr\+\+ { margin-right: 4em !important; } .mb\+\+ { margin-bottom: 4em !important; } .ml\+\+ { margin-left: 4em !important; } .mh\+\+ { margin-right: 4em !important; margin-left: 4em !important; } .mv\+\+ { margin-top: 4em !important; margin-bottom: 4em !important; } /** * @name Utils Spacing - No Margin * @description Used to force no margins on any element. * @section utils.spacing.margin.None * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-margin-none.html) */ .m0 { margin: 0 !important; } .mt0 { margin-top: 0 !important; } .mr0 { margin-right: 0 !important; } .mb0 { margin-bottom: 0 !important; } .ml0 { margin-left: 0 !important; } .mh0 { margin-right: 0 !important; margin-left: 0 !important; } .mv0 { margin-top: 0 !important; margin-bottom: 0 !important; } /** * @name Utils Spacing - Negative Default Margin * @description Used to force default negative margins on any element. * @section utils.spacing.negative.margin.Default * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-margin-negative.html) */ .-m { margin: -1em !important; } .-mt { margin-top: -1em !important; } .-mr { margin-right: -1em !important; } .-mb { margin-bottom: -1em !important; } .-ml { margin-left: -1em !important; } .-mh { margin-right: -1em !important; margin-left: -1em !important; } .-mv { margin-top: -1em !important; margin-bottom: -1em !important; } /** * @name Utils Spacing - Negative Margin Tiny * @description Used to force negative margins on any element. Tiny variation. * @section utils.spacing.negative.margin.Tiny * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-margin-negative-tiny.html) */ .-m-- { margin: -0.25em !important; } .-mt-- { margin-top: -0.25em !important; } .-mr-- { margin-right: -0.25em !important; } .-mb-- { margin-bottom: -0.25em !important; } .-ml-- { margin-left: -0.25em !important; } .-mh-- { margin-right: -0.25em !important; margin-left: -0.25em !important; } .-mv-- { margin-top: -0.25em !important; margin-bottom: -0.25em !important; } /** * @name Utils Spacing - Negative Margin Small * @description Used to force negative margins on any element. Small variation. * @section utils.spacing.negative.margin.Small * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-margin-negative-small.html) */ .-m- { margin: -0.5em !important; } .-mt- { margin-top: -0.5em !important; } .-mr- { margin-right: -0.5em !important; } .-mb- { margin-bottom: -0.5em !important; } .-ml- { margin-left: -0.5em !important; } .-mh- { margin-right: -0.5em !important; margin-left: -0.5em !important; } .-mv- { margin-top: -0.5em !important; margin-bottom: -0.5em !important; } /** * @name Utils Spacing - Negative Margin Large * @description Used to force negative margins on any element. Large variation. * @section utils.spacing.negative.margin.Large * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-margin-negative-large.html) */ .-m\+ { margin: -2em !important; } .-mt\+ { margin-top: -2em !important; } .-mr\+ { margin-right: -2em !important; } .-mb\+ { margin-bottom: -2em !important; } .-ml\+ { margin-left: -2em !important; } .-mh\+ { margin-right: -2em !important; margin-left: -2em !important; } .-mv\+ { margin-top: -2em !important; margin-bottom: -2em !important; } /** * @name Utils Spacing - Negative Margin Huge * @description Used to force negative margins on any element. Huge variation. * @section utils.spacing.negative.margin.Huge * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-margin-negative-huge.html) */ .-m\+\+ { margin: -4em !important; } .-mt\+\+ { margin-top: -4em !important; } .-mr\+\+ { margin-right: -4em !important; } .-mb\+\+ { margin-bottom: -4em !important; } .-ml\+\+ { margin-left: -4em !important; } .-mh\+\+ { margin-right: -4em !important; margin-left: -4em !important; } .-mv\+\+ { margin-top: -4em !important; margin-bottom: -4em !important; } /** * @name Utils Spacing - Padding Default * @description Used to force paddings on any element. Default padding spacing. * @section utils.spacing.padding.Default * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-padding-default.html) */ .p { padding: 1em !important; } .pt { padding-top: 1em !important; } .pr { padding-right: 1em !important; } .pb { padding-bottom: 1em !important; } .pl { padding-left: 1em !important; } .ph { padding-right: 1em !important; padding-left: 1em !important; } .pv { padding-top: 1em !important; padding-bottom: 1em !important; } /** * @name Utils Spacing - Padding Small * @description Used to force paddings on any element. Small variation. * @section utils.spacing.padding.Small * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-padding-small.html) */ .p- { padding: 0.5em !important; } .pt- { padding-top: 0.5em !important; } .pr- { padding-right: 0.5em !important; } .pb- { padding-bottom: 0.5em !important; } .pl- { padding-left: 0.5em !important; } .ph- { padding-right: 0.5em !important; padding-left: 0.5em !important; } .pv- { padding-top: 0.5em !important; padding-bottom: 0.5em !important; } /** * @name Utils Spacing - Padding Tiny * @description Tiny variation. * @section utils.spacing.padding.Tiny * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-padding-tiny.html) */ .p-- { padding: 0.25em !important; } .pt-- { padding-top: 0.25em !important; } .pr-- { padding-right: 0.25em !important; } .pb-- { padding-bottom: 0.25em !important; } .pl-- { padding-left: 0.25em !important; } .ph-- { padding-right: 0.25em !important; padding-left: 0.25em !important; } .pv-- { padding-top: 0.25em !important; padding-bottom: 0.25em !important; } /** * @name Utils Spacing - Padding Large * @description Used to force paddings on any element. Large variation. * @section utils.spacing.padding.Large * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-padding-large.html) */ .p\+ { padding: 2em !important; } .pt\+ { padding-top: 2em !important; } .pr\+ { padding-right: 2em !important; } .pb\+ { padding-bottom: 2em !important; } .pl\+ { padding-left: 2em !important; } .ph\+ { padding-right: 2em !important; padding-left: 2em !important; } .pv\+ { padding-top: 2em !important; padding-bottom: 2em !important; } /** * @name Utils Spacing - Padding Huge * @description Used to force paddings on any element. Huge variation. * @section utils.spacing.padding.Huge * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-padding-huge.html) */ .p\+\+ { padding: 4em !important; } .pt\+\+ { padding-top: 4em !important; } .pr\+\+ { padding-right: 4em !important; } .pb\+\+ { padding-bottom: 4em !important; } .pl\+\+ { padding-left: 4em !important; } .ph\+\+ { padding-right: 4em !important; padding-left: 4em !important; } .pv\+\+ { padding-top: 4em !important; padding-bottom: 4em !important; } /** * @name Utils Spacing - No Padding * @description Used to force no paddings on any element. * @section utils.spacing.padding.None * * @markupUrl url(node_modules/hammock-utils-spacing/guide/spacing-padding-none.html) */ .p0 { padding: 0 !important; } .pt0 { padding-top: 0 !important; } .pr0 { padding-right: 0 !important; } .pb0 { padding-bottom: 0 !important; } .pl0 { padding-left: 0 !important; } .ph0 { padding-right: 0 !important; padding-left: 0 !important; } .pv0 { padding-top: 0 !important; padding-bottom: 0 !important; } /*** something broken with postcss-mixin and how we pull it in. this use to compile perfectly fine. keeping it here for when we fix that issue @mixin viewportPadding p 0.5; @mixin viewportMargin m 1 +; ***/ /*@define-mixin viewportMargin $class, $size, $suffix { &--$class$(suffix) { margin: calc(var(--spacing-unit) * $size) !important; } &--$(class)t$(suffix) { margin-top: calc(var(--spacing-unit) * $size) !important; } &--$(class)r$(suffix) { margin-right: calc(var(--spacing-unit) * $size) !important; } &--$(class)b$(suffix) { margin-bottom: calc(var(--spacing-unit) * $size) !important; } &--$(class)l$(suffix) { margin-left: calc(var(--spacing-unit) * $size) !important; } &--$(class)h$(suffix) { margin-right: calc(var(--spacing-unit) * $size) !important; margin-left: calc(var(--spacing-unit) * $size) !important; } &--$(class)v$(suffix) { margin-top: calc(var(--spacing-unit) * $size) !important; margin-bottom: calc(var(--spacing-unit) * $size) !important; } } */ /** media query **/ @media (min-width: 320px) and (max-width: 640px) { .sm--view-m { margin: 0.5em !important; } .sm--view-mt { margin-top: 0.5em !important; } .sm--view-mr { margin-right: 0.5em !important; } .sm--view-mb { margin-bottom: 0.5em !important; } .sm--view-ml { margin-left: 0.5em !important; } .sm--view-mh { margin-right: 0.5em !important; margin-left: 0.5em !important; } .sm--view-mv { margin-top: 0.5em !important; margin-bottom: 0.5em !important; } .sm--view-m- { margin: 0.25em !important; } .sm--view-mt- { margin-top: 0.25em !important; } .sm--view-mr- { margin-right: 0.25em !important; } .sm--view-mb- { margin-bottom: 0.25em !important; } .sm--view-ml- { margin-left: 0.25em !important; } .sm--view-mh- { margin-right: 0.25em !important; margin-left: 0.25em !important; } .sm--view-mv- { margin-top: 0.25em !important; margin-bottom: 0.25em !important; } .sm--view-m-- { margin: 0.125em !important; } .sm--view-mt-- { margin-top: 0.125em !important; } .sm--view-mr-- { margin-right: 0.125em !important; } .sm--view-mb-- { margin-bottom: 0.125em !important; } .sm--view-ml-- { margin-left: 0.125em !important; } .sm--view-mh-- { margin-right: 0.125em !important; margin-left: 0.125em !important; } .sm--view-mv-- { margin-top: 0.125em !important; margin-bottom: 0.125em !important; } .sm--view-m\+ { margin: 1em !important; } .sm--view-mt\+ { margin-top: 1em !important; } .sm--view-mr\+ { margin-right: 1em !important; } .sm--view-mb\+ { margin-bottom: 1em !important; } .sm--view-ml\+ { margin-left: 1em !important; } .sm--view-mh\+ { margin-right: 1em !important; margin-left: 1em !important; } .sm--view-mv\+ { margin-top: 1em !important; margin-bottom: 1em !important; } .sm--view-m\+\+ { margin: 2em !important; } .sm--view-mt\+\+ { margin-top: 2em !important; } .sm--view-mr\+\+ { margin-right: 2em !important; } .sm--view-mb\+\+ { margin-bottom: 2em !important; } .sm--view-ml\+\+ { margin-left: 2em !important; } .sm--view-mh\+\+ { margin-right: 2em !important; margin-left: 2em !important; } .sm--view-mv\+\+ { margin-top: 2em !important; margin-bottom: 2em !important; } .sm--view--m { margin: -2em !important; } .sm--view--mt { margin-top: -2em !important; } .sm--view--mr { margin-right: -2em !important; } .sm--view--mb { margin-bottom: -2em !important; } .sm--view--ml { margin-left: -2em !important; } .sm--view--mh { margin-right: -2em !important; margin-left: -2em !important; } .sm--view--mv { margin-top: -2em !important; margin-bottom: -2em !important; } .sm--view--m-- { margin: -0.5em !important; } .sm--view--mt-- { margin-top: -0.5em !important; } .sm--view--mr-- { margin-right: -0.5em !important; } .sm--view--mb-- { margin-bottom: -0.5em !important; } .sm--view--ml-- { margin-left: -0.5em !important; } .sm--view--mh-- { margin-right: -0.5em !important; margin-left: -0.5em !important; } .sm--view--mv-- { margin-top: -0.5em !important; margin-bottom: -0.5em !important; } .sm--view--m- { margin: -1em !important; } .sm--view--mt- { margin-top: -1em !important; } .sm--view--mr- { margin-right: -1em !important; } .sm--view--mb- { margin-bottom: -1em !important; } .sm--view--ml- { margin-left: -1em !important; } .sm--view--mh- { margin-right: -1em !important; margin-left: -1em !important; } .sm--view--mv- { margin-top: -1em !important; margin-bottom: -1em !important; } .sm--view--m\+ { margin: -4em !important; } .sm--view--mt\+ { margin-top: -4em !important; } .sm--view--mr\+ { margin-right: -4em !important; } .sm--view--mb\+ { margin-bottom: -4em !important; } .sm--view--ml\+ { margin-left: -4em !important; } .sm--view--mh\+ { margin-right: -4em !important; margin-left: -4em !important; } .sm--view--mv\+ { margin-top: -4em !important; margin-bottom: -4em !important; } .sm--view--m\+\+ { margin: -8em !important; } .sm--view--mt\+\+ { margin-top: -8em !important; } .sm--view--mr\+\+ { margin-right: -8em !important; } .sm--view--mb\+\+ { margin-bottom: -8em !important; } .sm--view--ml\+\+ { margin-left: -8em !important; } .sm--view--mh\+\+ { margin-right: -8em !important; margin-left: -8em !important; } .sm--view--mv\+\+ { margin-top: -8em !important; margin-bottom: -8em !important; } .sm--view-p { padding: 0.5em !important; } .sm--view-pt { padding-top: 0.5em !important; } .sm--view-pr { padding-right: 0.5em !important; } .sm--view-pb { padding-bottom: 0.5em !important; } .sm--view-pl { padding-left: 0.5em !important; } .sm--view-ph { padding-right: 0.5em !important; padding-left: 0.5em !important; } .sm--view-pv { padding-top: 0.5em !important; padding-bottom: 0.5em !important; } .sm--view-p- { padding: 0.25em !important; } .sm--view-pt- { padding-top: 0.25em !important; } .sm--view-pr- { padding-right: 0.25em !important; } .sm--view-pb- { padding-bottom: 0.25em !important; } .sm--view-pl- { padding-left: 0.25em !important; } .sm--view-ph- { padding-right: 0.25em !important; padding-left: 0.25em !important; } .sm--view-pv- { padding-top: 0.25em !important; padding-bottom: 0.25em !important; } .sm--view-p-- { padding: 0.125em !important; } .sm--view-pt-- { padding-top: 0.125em !important; } .sm--view-pr-- { padding-right: 0.125em !important; } .sm--view-pb-- { padding-bottom: 0.125em !important; } .sm--view-pl-- { padding-left: 0.125em !important; } .sm--view-ph-- { padding-right: 0.125em !important; padding-left: 0.125em !important; } .sm--view-pv-- { padding-top: 0.125em !important; padding-bottom: 0.125em !important; } .sm--view-p\+ { padding: 1em !important; } .sm--view-pt\+ { padding-top: 1em !important; } .sm--view-pr\+ { padding-right: 1em !important; } .sm--view-pb\+ { padding-bottom: 1em !important; } .sm--view-pl\+ { padding-left: 1em !important; } .sm--view-ph\+ { padding-right: 1em !important; padding-left: 1em !important; } .sm--view-pv\+ { padding-top: 1em !important; padding-bottom: 1em !important; } .sm--view-p\+\+ { padding: 2em !important; } .sm--view-pt\+\+ { padding-top: 2em !important; } .sm--view-pr\+\+ { padding-right: 2em !important; } .sm--view-pb\+\+ { padding-bottom: 2em !important; } .sm--view-pl\+\+ { padding-left: 2em !important; } .sm--view-ph\+\+ { padding-right: 2em !important; padding-left: 2em !important; } .sm--view-pv\+\+ { padding-top: 2em !important; padding-bottom: 2em !important; } } @media (min-width: 640px) and (max-width: 960px) { .md--view-m { margin: 0.75em !important; } .md--view-mt { margin-top: 0.75em !important; } .md--view-mr { margin-right: 0.75em !important; } .md--view-mb { margin-bottom: 0.75em !important; } .md--view-ml { margin-left: 0.75em !important; } .md--view-mh { margin-right: 0.75em !important; margin-left: 0.75em !important; } .md--view-mv { margin-top: 0.75em !important; margin-bottom: 0.75em !important; } .md--view-m- { margin: 0.375em !important; } .md--view-mt- { margin-top: 0.375em !important; } .md--view-mr- { margin-right: 0.375em !important; } .md--view-mb- { margin-bottom: 0.375em !important; } .md--view-ml- { margin-left: 0.375em !important; } .md--view-mh- { margin-right: 0.375em !important; margin-left: 0.375em !important; } .md--view-mv- { margin-top: 0.375em !important; margin-bottom: 0.375em !important; } .md--view-m-- { margin: 0.1875em !important; } .md--view-mt-- { margin-top: 0.1875em !important; } .md--view-mr-- { margin-right: 0.1875em !important; } .md--view-mb-- { margin-bottom: 0.1875em !important; } .md--view-ml-- { margin-left: 0.1875em !important; } .md--view-mh-- { margin-right: 0.1875em !important; margin-left: 0.1875em !important; } .md--view-mv-- { margin-top: 0.1875em !important; margin-bottom: 0.1875em !important; } .md--view-m\+ { margin: 1.5em !important; } .md--view-mt\+ { margin-top: 1.5em !important; } .md--view-mr\+ { margin-right: 1.5em !important; } .md--view-mb\+ { margin-bottom: 1.5em !important; } .md--view-ml\+ { margin-left: 1.5em !important; } .md--view-mh\+ { margin-right: 1.5em !important; margin-left: 1.5em !important; } .md--view-mv\+ { margin-top: 1.5em !important; margin-bottom: 1.5em !important; } .md--view-m\+\+ { margin: 3em !important; } .md--view-mt\+\+ { margin-top: 3em !important; } .md--view-mr\+\+ { margin-right: 3em !important; } .md--view-mb\+\+ { margin-bottom: 3em !important; } .md--view-ml\+\+ { margin-left: 3em !important; } .md--view-mh\+\+ { margin-right: 3em !important; margin-left: 3em !important; } .md--view-mv\+\+ { margin-top: 3em !important; margin-bottom: 3em !important; } .md--view--m { margin: -1.33333em !important; } .md--view--mt { margin-top: -1.33333em !important; } .md--view--mr { margin-right: -1.33333em !important; } .md--view--mb { margin-bottom: -1.33333em !important; } .md--view--ml { margin-left: -1.33333em !important; } .md--view--mh { margin-right: -1.33333em !important; margin-left: -1.33333em !important; } .md--view--mv { margin-top: -1.33333em !important; margin-bottom: -1.33333em !important; } .md--view--m-- { margin: -0.33333em !important; } .md--view--mt-- { margin-top: -0.33333em !important; } .md--view--mr-- { margin-right: -0.33333em !important; } .md--view--mb-- { margin-bottom: -0.33333em !important; } .md--view--ml-- { margin-left: -0.33333em !important; } .md--view--mh-- { margin-right: -0.33333em !important; margin-left: -0.33333em !important; } .md--view--mv-- { margin-top: -0.33333em !important; margin-bottom: -0.33333em !important; } .md--view--m- { margin: -0.66667em !important; } .md--view--mt- { margin-top: -0.66667em !important; } .md--view--mr- { margin-right: -0.66667em !important; } .md--view--mb- { margin-bottom: -0.66667em !important; } .md--view--ml- { margin-left: -0.66667em !important; } .md--view--mh- { margin-right: -0.66667em !important; margin-left: -0.66667em !important; } .md--view--mv- { margin-top: -0.66667em !important; margin-bottom: -0.66667em !important; } .md--view--m\+ { margin: -2.66667em !important; } .md--view--mt\+ { margin-top: -2.66667em !important; } .md--view--mr\+ { margin-right: -2.66667em !important; } .md--view--mb\+ { margin-bottom: -2.66667em !important; } .md--view--ml\+ { margin-left: -2.66667em !important; } .md--view--mh\+ { margin-right: -2.66667em !important; margin-left: -2.66667em !important; } .md--view--mv\+ { margin-top: -2.66667em !important; margin-bottom: -2.66667em !important; } .md--view--m\+\+ { margin: -5.33333em !important; } .md--view--mt\+\+ { margin-top: -5.33333em !important; } .md--view--mr\+\+ { margin-right: -5.33333em !important; } .md--view--mb\+\+ { margin-bottom: -5.33333em !important; } .md--view--ml\+\+ { margin-left: -5.33333em !important; } .md--view--mh\+\+ { margin-right: -5.33333em !important; margin-left: -5.33333em !important; } .md--view--mv\+\+ { margin-top: -5.33333em !important; margin-bottom: -5.33333em !important; } .md--view-p { padding: 0.75em !important; } .md--view-pt { padding-top: 0.75em !important; } .md--view-pr { padding-right: 0.75em !important; } .md--view-pb { padding-bottom: 0.75em !important; } .md--view-pl { padding-left: 0.75em !important; } .md--view-ph { padding-right: 0.75em !important; padding-left: 0.75em !important; } .md--view-pv { padding-top: 0.75em !important; padding-bottom: 0.75em !important; } .md--view-p- { padding: 0.375em !important; } .md--view-pt- { padding-top: 0.375em !important; } .md--view-pr- { padding-right: 0.375em !important; } .md--view-pb- { padding-bottom: 0.375em !important; } .md--view-pl- { padding-left: 0.375em !important; } .md--view-ph- { padding-right: 0.375em !important; padding-left: 0.375em !important; } .md--view-pv- { padding-top: 0.375em !important; padding-bottom: 0.375em !important; } .md--view-p-- { padding: 0.1875em !important; } .md--view-pt-- { padding-top: 0.1875em !important; } .md--view-pr-- { padding-right: 0.1875em !important; } .md--view-pb-- { padding-bottom: 0.1875em !important; } .md--view-pl-- { padding-left: 0.1875em !important; } .md--view-ph-- { padding-right: 0.1875em !important; padding-left: 0.1875em !important; } .md--view-pv-- { padding-top: 0.1875em !important; padding-bottom: 0.1875em !important; } .md--view-p\+ { padding: 1.5em !important; } .md--view-pt\+ { padding-top: 1.5em !important; } .md--view-pr\+ { padding-right: 1.5em !important; } .md--view-pb\+ { padding-bottom: 1.5em !important; } .md--view-pl\+ { padding-left: 1.5em !important; } .md--view-ph\+ { padding-right: 1.5em !important; padding-left: 1.5em !important; } .md--view-pv\+ { padding-top: 1.5em !important; padding-bottom: 1.5em !important; } .md--view-p\+\+ { padding: 3em !important; } .md--view-pt\+\+ { padding-top: 3em !important; } .md--view-pr\+\+ { padding-right: 3em !important; } .md--view-pb\+\+ { padding-bottom: 3em !important; } .md--view-pl\+\+ { padding-left: 3em !important; } .md--view-ph\+\+ { padding-right: 3em !important; padding-left: 3em !important; } .md--view-pv\+\+ { padding-top: 3em !important; padding-bottom: 3em !important; } } /** * Word breaking * * Break strings when their length exceeds the width of their container. */ .u-textBreak { word-wrap: break-word !important; } /** * Horizontal text alignment */ .u-textCenter { text-align: center !important; } .u-textLeft { text-align: left !important; } .u-textRight { text-align: right !important; } /** * Inherit the ancestor's text color. */ .u-textInheritColor { color: inherit !important; } /** * Enables font kerning in all browsers. * http://blog.typekit.com/2014/02/05/kerning-on-the-web/ * * 1. Chrome (not Windows), Firefox, Safari 6+, iOS, Android * 2. Chrome (not Windows), Firefox, IE 10+ * 3. Safari 7 and future browsers */ .u-textKern { text-rendering: optimizeLegibility; /* 1 */ -webkit-font-feature-settings: "kern" 1, "kern"; -moz-font-feature-settings: "kern" 1, "kern"; font-feature-settings: "kern" 1, "kern"; /* 2 */ -webkit-font-kerning: normal; -moz-font-kerning: normal; font-kerning: normal; /* 3 */ } /** * Prevent whitespace wrapping */ .u-textNoWrap { white-space: nowrap !important; } /** * Text truncation * * Prevent text from wrapping onto multiple lines, and truncate with an * ellipsis. * * 1. Ensure that the node has a maximum width after which truncation can * occur. * 2. Fix for IE 8/9 if `word-wrap: break-word` is in effect on ancestor * nodes. */ .u-textTruncate { overflow: hidden !important; max-width: 100%; /* 1 */ text-overflow: ellipsis !important; white-space: nowrap !important; word-wrap: normal !important; /* 2 */ } /** * @name Text Utilities * @description Utilities for text. * @section utils.text.index * * @markupUrl url(node_modules/hammock-utils-text/guide/default.html) */ /** * @name Text Breaks * @description Breaks stings across multiple lines, when they are wider than the container. * @section utils.text.breaks * * @markupUrl url(node_modules/hammock-utils-text/guide/breaks.html) */ /** * @name Text Alignment * @description Used to control text alignment and justification. * @section utils.text.alignment * * @markupUrl url(node_modules/hammock-utils-text/guide/alignment.html) */ /** * @name Text Inherit Color * @description Should inherit the color set by an ancestor. (Useful for linked anchor elements.) * @section utils.text.inheritColor * * * @markup * <div class="Test-box"> * <a class="u-textInheritColor" href="#pound">Should always be black</a> * </div> */ /** * @name Text Kerning * @description Should enable kerning in the supported browsers. * @section utils.text.kerning * * * @markup * <div style="font-family:arial;font-size:20px"> * <div>The quick brown fox jumps over the lazy dog (default)</div> * <div class="u-textKern">The quick brown fox jumps over the lazy dog (kerning enabled)</div> * </div> */ /** * @name Text No Wrap * @description Should not wrap the text. * @section utils.text.noWrap * * * @markup * <div class="Test-box u-textNoWrap"> * Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla hendrerit blandit dolor, at euismod ante eleifend in. Duis imperdiet cursus nibh, quis tincidunt nibh rhoncus at. * </div> */ /** * @name Text Truncate * @description Should truncate the text to a single line with ellipsis at the end. * @section utils.text.truncate * * * @markup * <div class="Test-box u-textTruncate"> * Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla hendrerit blandit dolor, at euismod ante eleifend in. Duis imperdiet cursus nibh, quis tincidunt nibh rhoncus at. * </div> */ /** * @name Text Transform * @description Should capitalize or uppercase text * @section utils.text.transform * * * @markup * <div class="Test-box u-textUpper"> * lorem ipsum dolor sit amet * </div> * <div class="Test-box u-textCap"> * lorem ipsum dolor sit amet * </div> */ .u-textUpper { text-transform: uppercase !important; } .u-textCap { text-transform: capitalize !important; } .u-posAbsolute { position: absolute !important; } /** * Pins to all corners by default. But when a width and/or height are * provided, the element will be centered in its nearest relatively-positioned * ancestor. */ .u-posAbsoluteCenter { position: absolute !important; top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; margin: auto !important; } /** * 1. Make sure fixed elements are promoted into a new layer, for performance * reasons. */ .u-posFixed { position: fixed !important; -webkit-backface-visibility: hidden; backface-visibility: hidden; /* 1 */ } .u-posRelative { position: relative !important; } .u-posStatic { position: static !important; } /** * @name Position Utilities * @description Utilities for position. * @section utils.position.index * * * @markup * <style> * .Test-area { * border: 1px solid black; * height: 200px; * width: 200px; * } * .Test-box { * display: inline-block; * height: 20px; * width: 20px; * } * .Test-highlight { * background: blue; * } * .Test-fixed { * top: 200px; * right: 200px; * } * </style> */ /** * @name Position Utilities - Absolute & Relative * @description Positioning elements using absolute and relative positioning. * @section utils.position.absolute * * * @markup * <div class="Test-area u-posRelative" id="center"> * <span class="u-posAbsoluteCenter Test-highlight"></span> * </div> * <div class="Test-area u-posRelative" id="center"> * <span class="u-posAbsoluteCenter Test-highlight Test-box"></span> * </div> */ /** * @name Position Utilities - Fixed * @description Elements can be fixed to the viewport. Fixed elements are promoted to a new layer for performance. * @section utils.position.fixed * * * @markup * <span class="u-posFixed Test-highlight Test-box Test-fixed"></span> */ /** * @name Position Utilities - Static * @description Elements can be formally set to static. * @section utils.position.static * * * @markup * <span class="u-posStatic Test-highlight Test-box"></span> */ /** * @name Position Utilities - Absolute with Top/Left/Bottom/Right * @description Elements can be explicitly positioned with top/left/bottom/right for fixed or absolute positioning. * @section utils.position.absolute * * @markupUrl url(node_modules/hammock-utils-position/guide/templates/declareposition.html) */ .u-posTop { top: 0; } .u-posLeft { left: 0; } .u-posRight { right: 0; } .u-posBottom { bottom: 0; } /** * Clean link * * A link without any text-decoration at all. */ .u-linkClean, .u-linkClean:hover, .u-linkClean:focus, .u-linkClean:active { text-decoration: none !important; } /** * Link complex * * A common pattern is to have a link with several pieces of text and/or an * icon, where only one piece of text should display the underline when the * link is the subject of user interaction. * * Example HTML: * * <a class="u-linkComplex" href="#"> * Link complex * <span class="u-linkComplexTarget">target</span> * </a> */ .u-linkComplex, .u-linkComplex:hover, .u-linkComplex:focus, .u-linkComplex:active { text-decoration: none !important; } .u-linkComplex:hover .u-linkComplexTarget, .u-linkComplex:focus .u-linkComplexTarget, .u-linkComplex:active .u-linkComplexTarget { text-decoration: underline !important; } /** * Block-level link * * Combination of traits commonly used in vertical navigation lists. */ .u-linkBlock, .u-linkBlock:hover, .u-linkBlock:focus, .u-linkBlock:active { display: block !important; text-decoration: none !important; } /** * @name Link Utilities * @description Utilities for controlling basic link display. * @section utils.link.index * */ /** * @name Link Utilities - Block * @description Renders a block-level link with no text decoration for any state * @section utils.link.block * * * @markup * <div class="Test-area"> * <a class="u-linkBlock" href="#">Link text</a> * </div> */ /** * @name Link Utilities - Clean * @description Renders a link with no text decoration for any state * @section utils.link.clean * * * @markup * <div class="Test-area"> * <a class="u-linkClean" href="#">Link text</a> * </div> */ /** * @name Link Utilities - Block * @description Renders a link with only specified targets received text decoration. * @section utils.link.complex * * * @markup * <div class="Test-area"> * <a class="u-linkComplex" href="#"> * Link complex * <span class="u-linkComplexTarget">target</span> * </a> * </div> */ /** * Contain floats * * Make an element expand to contain floated children. * Uses pseudo-elements (micro clearfix). * * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of the * element. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .u-cf:before, .u-cf:after { display: table; /* 2 */ content: " "; /* 1 */ } .u-cf:after { clear: both; } /** * New block formatting context * * This affords some useful properties to the element. It won't wrap under * floats. Will also contain any floated children. * N.B. This will clip overflow. Use the alternative method below if this is * problematic. */ .u-nbfc { overflow: hidden !important; } /** * New block formatting context (alternative) * * Alternative method when overflow must not be clipped. * * 1. Create a new block formatting context (NBFC). * 2. Avoid shrink-wrap behaviour of table-cell. * * N.B. This breaks down in some browsers when elements within this element * exceed its width. */ .u-nbfcAlt { display: table-cell !important; /* 1 */ width: 10000px !important; /* 2 */ } /** * Floats */ .u-floatLeft { float: left !important; } .u-floatRight { float: right !important; } /** * @name Layout Utilities * @description Utilities for layout. * @section utils.layout.index * @markup * <style> * .test-Box { * background: #649632; * height: 100px; * width: 100px; * } * .test-Highlight { * background: #ff0; * } * </style> */ /** * @name Layout Utilities - clearfix * @description Contains & clears floats * @section utils.layout.clearfix * * * @markup * <div class="u-cf"> * <div class="test-Box" style="float:left"></div> * <div class="test-Box" style="float:left; margin-left:10px"></div> * </div> */ /** * @name Layout Utilities - floats left * @description Floats left * @section utils.layout.floatLeft * * * @markup * <div class="u-cf"> * <div class="test-Box u-floatLeft"></div> * </div> */ /** * @name Layout Utilities - floats right * @description Floats right * @section utils.layout.floatRight * * * @markup * <div class="u-cf"> * <div class="test-Box u-floatRight"></div> * </div> */ /** * @name Layout Utilities - floats none * @description Floats None * @section utils.layout.floatNone * * * @markup * <div class="u-cf"> * <div class="test-Box u-floatNone" style="float:right"></div> * </div> */ .u-floatNone { float: none !important; } /** * @name Layout Utilities - New Block Context * @description Create s a new block formatting context. This will clip overflow. * @section utils.layout.newBlockFormattingContext * * * @markup * <div class="test-Highlight" style="width:300px;"> * <div class="test-Box u-floatLeft"></div> * <div class="u-nbfc"> * <p>The text should not wrap under the float.</p> * <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras ut tincidunt nulla. Suspendisse semper, nisl vitae ultricies vulputate, metus tortor tincidunt neque, sed feugiat lacus ipsum eu neque. Mauris pharetra facilisis turpis, ac lacinia justo fermentum vel. Maecenas sed semper nisi. Integer sed erat nec sem mattis dignissim.</p> * </div> * </div> */ /** * @name Layout Utilities - New Block Context * @description Create s a new block formatting context. Useful when overflow must not be clipped. * @section utils.layout.newBlockFormattingContextAlt * * * @markup * <div class="test-Highlight" style="width:300px;"> * <div class="test-Box u-floatLeft"></div> * <div class="u-nbfcAlt"> * <p>The text should not wrap under the float.</p> * <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras ut tincidunt nulla. Suspendisse semper, nisl vitae ultricies vulputate, metus tortor tincidunt neque, sed feugiat lacus ipsum eu neque. Mauris pharetra facilisis turpis, ac lacinia justo fermentum vel. Maecenas sed semper nisi. Integer sed erat nec sem mattis dignissim.</p> * </div> * </div> */ /** @define Grid; use strict */ /** * Core grid component * * DO NOT apply dimension or offset utilities to the `Grid` element. All cell * widths and offsets should be applied to child grid cells. */ /* Grid container ========================================================================== */ /** * All content must be contained within child `Grid-cell` elements. * * 1. Account for browser defaults of elements that might be the root node of * the component. * 2. Remove inter-cell whitespace that appears between `inline-block` child * elements. * 3. Ensure consistent default alignment. */ .Grid { display: block; /* 1 */ margin: 0; /* 1 */ padding: 0; /* 1 */ text-align: left; /* 3 */ font-size: 0; /* 2 */ } /** * Modifier: center align all grid cells */ .Grid--alignCenter { text-align: center; } /** * Modifier: right align all grid cells */ .Grid--alignRight { text-align: right; } /** * Modifier: middle-align grid cells */ .Grid--alignMiddle > .Grid-cell { vertical-align: middle; } /** * Modifier: bottom-align grid cells */ .Grid--alignBottom > .Grid-cell { vertical-align: bottom; } /** * Modifier: gutters * * NOTE: this can trigger a horizontal scrollbar if the component is as wide as * the viewport. Use padding on a container, or `overflow-x:hidden` to protect * against it. */ .Grid--withGutter { margin: 0 -10px; } .Grid--withGutter > .Grid-cell { padding: 0 10px; } /* Grid cell ========================================================================== */ /** * No explicit width by default. Rely on combining `Grid-cell` with a dimension * utility or a component class that extends 'grid'. * * 1. Fundamentals of the non-float grid layout. * 2. Reset font size change made in `Grid`. * 3. Keeps content correctly aligned with the grid direction. * 4. Controls vertical positioning of units. * 5. Make cells full-width by default. */ .Grid-cell { display: inline-block; /* 1 */ box-sizing: border-box; margin: 0; padding: 0; width: 100%; /* 5 */ vertical-align: top; /* 4 */ text-align: left; /* 3 */ font-size: 16px; font-size: 1rem; /* 2 */ } /** * Modifier: horizontally center one unit * Set a specific unit to be horizontally centered. Doesn't affect * any other units. Can still contain a child `Grid` object. */ .Grid-cell--center { display: block; margin: 0 auto; } /** * @name Grid Component - Setup * @description Some style to help illustrate the grid component. * @section components.grid.index * * * @markupUrl url(node_modules/hammock-components-grid/guide/setup.html) */ /** * @name Grid Component - Default * @description the most basic usage of grid. * @section components.grid.index * * * @markupUrl url(node_modules/hammock-components-grid/guide/default.html) */ /** * @name Grid - Align Center * @description center-align all grid cells but not their content * @section components.grid.alignCenter * * * @markupUrl url(node_modules/hammock-components-grid/guide/alignCenter.html) */ /** * @name Grid - Align Right * @description right-align all grid cells but not their content * @section components.grid.alignCenter * * * @markupUrl url(node_modules/hammock-components-grid/guide/alignRight.html) */ /** * @name Grid - Align Middle * @description middle-align all grid cells * @section components.grid.alignMiddle * * * @markupUrl url(node_modules/hammock-components-grid/guide/alignMiddle.html) */ /** * @name Grid - Align Bottom * @description bottom align grid cells * @section components.grid.alignBottom * * * @markupUrl url(node_modules/hammock-components-grid/guide/alignBottom.html) */ /** * @name Grid - Align Center Single Cell * @description * @section components.grid.cellCenter * * @markupUrl url(node_modules/hammock-components-grid/guide/cellCenter.html) */ /** * @name Grid - With Gutters * @description grid with gutters * @section components.grid.gutters * * * @markupUrl url(node_modules/hammock-components-grid/guide/gutters.html) */ /** @define Arrange */ /** * This component lets you lay out a row of cells in various ways. You can * specify whether a cell should be wide enough to fit its content, or take up * the remaining space in the row. It's also possible to give all cells an * equal width, and to control their vertical alignment. */ /** * 1. Protect against the component expanding beyond the confines of its * container if properties affecting the box-model are applied to the * component. Mainly necessary because of (5). * 2. Rely on table layout. * 3. Zero out the default spacing that might be on an element (e.g., `ul`). * 4. Make sure the component fills at least the full width of its parent. * 5. Reset the table-layout algorithm in case a component is nested. */ .Arrange { display: table; /* 2 */ box-sizing: border-box; /* 1 */ margin: 0; /* 3 */ padding: 0; /* 3 */ min-width: 100%; /* 4 */ table-layout: auto; /* 5 */ } /** * There are two possible types of child. `sizeFill` will expand to fill all * of the remaining space not filled by `sizeFit` elements. * * 1. Zero out any default spacing that might be on an element (e.g., `li`); * Margin has no effect when coupled with `display: table-cell`. * 2. All cells are top-aligned by default */ .Arrange-sizeFill, .Arrange-sizeFit { display: table-cell; padding: 0; /* 1 */ vertical-align: top; /* 2 */ } /** * Make sure the main content block expands to fill the remaining space. */ .Arrange-sizeFill { width: 100%; } /** * Where possible, protect against large images breaking the layout. Prevent them from * exceeding the width of the main content block by making them fluid. * * Only work for all browsers with the `Arrange--equally` variant. For Firefox * and IE to constrain image dimensions for other layouts, large images will * need their width set to `100%`. */ .Arrange-sizeFill img { max-width: 100%; height: auto; } /** * Defend against a side-effect of this layout pattern: images in * 'Arrange-sizeFit' cannot be fluid, otherwise they lose their ability to * provide size to a cell. */ .Arrange-sizeFit img { max-width: none !important; width: auto !important; } /* Vertical alignment modifiers ========================================================================== */ .Arrange--middle .Arrange-sizeFill, .Arrange--middle .Arrange-sizeFit { vertical-align: middle; } .Arrange--bottom .Arrange-sizeFill, .Arrange--bottom .Arrange-sizeFit { vertical-align: bottom; } /* Equal-width modifier ========================================================================== */ /** * This layout algorithm will create equal-width table cells, irrespective of * the width of their content. * * 1. The layout algorithm requires a set width to correctly calculate table * cell width. */ .Arrange--equal { width: 100%; /* 1 */ table-layout: fixed; } /** * Give the cells an equal width. This value ensures that Arrange is still 100% * wide when gutters are used in conjunctions with equal-width cells. * * It's recommended that only 'Arrange-sizeFill' be used for equal width cells. * Their inner images will automatically be responsive. */ .Arrange--equal > .Arrange-sizeFill, .Arrange--equal > .Arrange-sizeFit { width: 1%; } /* Gutter modifier ========================================================================== */ /** * Add a gutter between cells * * NOTE: this can trigger a horizontal scrollbar if the component is as wide as * the viewport. Use padding on a container, or `overflow-x:hidden` to protect * against it. */ .Arrange--withGutter { margin: 0 -5px; } .Arrange--withGutter > .Arrange-sizeFit, .Arrange--withGutter > .Arrange-sizeFill { padding: 0 5px; } /** * @name Arrange Component * @description This component lets you lay out a row of cells in various ways. You can specify whether a cell should be wide enough to fit its content, or take up the remaining space in the row. It's also possible to give all cells an equal width, and to control their vertical alignment. * @section components.arrange.index * * * @markup * <style> * .fixture-Box { * background: rgb(100, 150, 50); * border: 1px solid black; * min-height: 150px; * width: 150px; * } * .dev-Highlight { * background: yellow; * } * </style> */ /** * @name Arrange - Full Width * @description Arrange render full width by default * @section components.arrange.fullWidth * * * @markup * <div class="Arrange"> * <div class="fixture-Box" style="width: auto;"></div> * </div> */ /** * @name Arrange - Size Fit * @description Sizefit/Sizefill shrinkwraps content of .Arrange-sizeFit. Fills the remaining space with content of .Arrange-sizeFill. Each column has equal height. * @section components.arrange.sizeFit * * * @markup * <div class="Arrange"> * <div class="Arrange-sizeFit"> * <div class="fixture-Box"></div> * </div> * <div class="Arrange-sizeFill dev-Highlight">Main Content</div> * </div> */ /** * @name Arrange - Ordering * @description Arrange can work with Sizefit/Sizefill in either order. * @section components.arrange.order * * * @markup * <div class="Arrange"> * <div class="Arrange-sizeFill"> * Arrange-sizeFill * </div> * <div class="Arrange-sizeFit dev-Highlight"> * <div class="fixture-Box"></div> * </div> * </div> */ /** * @name Arrange - Multiple Instances * @description Arrange allows multiple instances of .Arrange-sizeFit in any order * @section components.arrange.multiple * * * @markup * <div class="Arrange"> * <div class="Arrange-sizeFit dev-highlight"> * <div class="fixture-Box"></div> * <small>Copywrite notice</small> * <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> * </div> * <div class="Arrange-sizeFill"> * <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id massa dui. In quam sapien, vulputate ut ultrices eu, ultricies non felis. Donec nisi diam, accumsan viverra laoreet sed, ultricies ut lacus. Sed sed iaculis sapien. Phasellus nec massa elit. Nullam rutrum, sapien non semper fermentum, mauris libero eleifend diam, ac rhoncus risus metus sed magna. Duis venenatis, orci at fermentum pulvinar, est diam consequat eros, in tristique neque ligula commodo lorem. Pellentesque eleifend mollis tincidunt. Donec a porta nisl. Phasellus ultrices rutrum odio tincidunt tristique. In hac habitasse platea dictumst. Proin nec massa ultrices est fermentum pretium sed non elit. Aenean nec erat augue.</p> * </div> * <div class="Arrange-sizeFit dev-highlight"> * <div class="fixture-Box"></div> * </div> * </div> * <br> * <div class="Arrange"> * <div class="Arrange-sizeFit dev-highlight"> * <div class="fixture-Box"></div> * <small>Copywrite notice</small> * <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> * </div> * <div class="Arrange-sizeFit dev-highlight"> * <div class="fixture-Box"></div> * </div> * <div class="Arrange-sizeFill"> * <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id massa dui. In quam sapien, vulputate ut ultrices eu, ultricies non felis. Donec nisi diam, accumsan viverra laoreet sed, ultricies ut lacus. Sed sed iaculis sapien. Phasellus nec massa elit. Nullam rutrum, sapien non semper fermentum, mauris libero eleifend diam, ac rhoncus risus metus sed magna. Duis venenatis, orci at fermentum pulvinar, est diam consequat eros, in tristique neque ligula commodo lorem. Pellentesque eleifend mollis tincidunt. Donec a porta nisl. Phasellus ultrices rutrum odio tincidunt tristique. In hac habitasse platea dictumst. Proin nec massa ultrices est fermentum pretium sed non elit. Aenean nec erat augue.</p> * </div> * </div> * <br> * <div class="Arrange"> * <div class="Arrange-sizeFill"> * <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id massa dui. In quam sapien, vulputate ut ultrices eu, ultricies non felis. Donec nisi diam, accumsan viverra laoreet sed, ultricies ut lacus. Sed sed iaculis sapien. Phasellus nec massa elit. Nullam rutrum, sapien non semper fermentum, mauris libero eleifend diam, ac rhoncus risus metus sed magna. Duis venenatis, orci at fermentum pulvinar, est diam consequat eros, in tristique neque ligula commodo lorem. Pellentesque eleifend mollis tincidunt. Donec a porta nisl. Phasellus ultrices rutrum odio tincidunt tristique. In hac habitasse platea dictumst. Proin nec massa ultrices est fermentum pretium sed non elit. Aenean nec erat augue.</p> * </div> * <div class="Arrange-sizeFit dev-highlight"> * <div class="fixture-Box"></div> * <small>Copywrite notice</small> * <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> * </div> * <div class="Arrange-sizeFit dev-highlight"> * <div class="fixture-Box"></div> * </div> * </div> */ /** * @name Arrange - With Gutter * @description Supports inter-cell gutters. * @section components.arrange.gutter * * * @markup * <div class="Arrange Arrange--withGutter"> * <div class="Arrange-sizeFit"> * <div class="fixture-Box"></div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">Main content</div> * </div> * </div> */ /** * @name Arrange - Middle * @description Middle aligns content. * @section components.arrange.middle * * * @markup * <div class="Arrange Arrange--middle"> * <div class="Arrange-sizeFit dev-highlight"> * <div class="fixture-Box"></div> * </div> * <div class="Arrange-sizeFill dev-highlight"> * <p>Main content.</p> * </div> * </div> */ /** * @name Arrange - Bottom * @description Bottom aligns content. * @section components.arrange.bottom * * * @markup * <div class="Arrange Arrange--bottom"> * <div class="Arrange-sizeFit dev-highlight"> * <div class="fixture-Box"></div> * </div> * <div class="Arrange-sizeFill dev-highlight"> * <p>Main content.</p> * </div> * </div> */ /** * @name Arrange - Equal * @description Renders equal width cells * @section components.arrange.equal * * * @markup * <div class="Arrange Arrange--equal"> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">A</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">B</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">C</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">D</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">E</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">F</div> * </div> * </div> */ /** * @name Arrange - Equal with Gutter * @description Can arrange equal width cells with a gutter * @section components.arrange.equalGutter * * * @markup * <div class="Arrange Arrange--equal Arrange--withGutter"> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">A</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">B</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">C</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">D</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">E</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">F</div> * </div> * </div> */ /** * @name Arrange - Equal Cells Varying Content * @description Renders equal width cells even when content width varies. * @section components.arrange.equalVarying * * * @markup * <div class="Arrange Arrange--equal"> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">Orangutan</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">Gorilla</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">Chimpanzee</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">Bonobo</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">Gibbon</div> * </div> * <div class="Arrange-sizeFill"> * <div class="dev-highlight">Siamang</div> * </div> * </div> */ /** * @name Arrange - Complex Example * @description A complex example that shows intermixing images with fit and fill. * @section components.arrange.complex * * * @markup * <div class="Arrange"> * <div class="Arrange-sizeFit dev-highlight"> * <img class="u-block" src="http://lorempixel.com/120/120" alt=""> * </div> * <div class="Arrange-sizeFill u-textBreak dev-highlight"> * <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> * <img class="u-sizeFull" src="http://lorempixel.com/700/150" alt=""> * <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id massa dui. In quam sapien, vulputate ut ultrices eu, ultricies non felis. Donec nisi diam, accumsan viverra laoreet sed, ultricies ut lacus. Sed sed iaculis sapien. Phasellus nec massa elit. Nullam rutrum, sapien non semper fermentum, mauris libero eleifend diam, ac rhoncus risus metus sed magna. Duis venenatis, orci at fermentum pulvinar, est diam consequat eros, in tristique neque ligula commodo lorem. Pellentesque eleifend mollis tincidunt. Donec a porta nisl. Phasellus ultrices rutrum odio tincidunt tristique. In hac habitasse platea dictumst. Proin nec massa ultrices est fermentum pretium sed non elit. Aenean nec erat augue.</p> * </div> * <div class="Arrange-sizeFit dev-highlight"> * <img class="u-block" src="http://lorempixel.com/80/80" alt=""> * </div> * <div class="Arrange-sizeFit dev-highlight"> * <img class="u-block" src="http://lorempixel.com/40/40" alt=""> * </div> * </div> */ /* * @name Utils-Flexbox * @description Utilities for using flexbox. These are single-purpose classes aimed to help module layout concerns. Can also use it as trumps for overwrites. It is not ideal to use this utility set to layout everything in your app. Use hammock-components-flexbox for components and page/app layouts. * @section utils.flexbox.index */ /* * @name Utils-Flexbox - Basic container layout * @description Utilities for using flexbox. Sets up the flexbox container and how items inside flow. * @section utils.flexbox.container * * @markup * <style> * .Test-area { * width: 300px; * border: 1px solid black; * } * .Test-area-2 { * height: 100px; * border: 1px solid black; * } * .Test-area > div, .Test-box { * background-color: green; * color: white; * width: 100px; * height: 50px; * margin: .2em; * } * .Test-inner { * background-color: green; * color: white; * border: 1px solid cyan; * text-overflow: ellipsis; * white-space: nowrap; * } * .Test-overflow, .Test-overflow .Test-inner { * overflow:hidden; * } * </style> * * <div>Flex default, flow in a row. Same as using <code>class="u-flexInline</code> which ensures inline-level flex display.</div> * <div class="u-flex Test-area"> * <div>1</div> * <div>2</div> * <div>3</div> * <div>4</div> * </div> * * <div>Flex items in a column</div> * <div class="u-flex u-flexColumn Test-area"> * <div>1</div> * <div>2</div> * <div>3</div> * <div>4</div> * </div> * * <div>Flex items in a row</div> * <div class="u-flex u-flexRow Test-area"> * <div>1</div> * <div>2</div> * <div>3</div> * <div>4</div> * </div> * * <div>Flex items wrap to container width</div> * <div class="u-flex u-flexWrap Test-area"> * <div>1</div> * <div>2</div> * <div>3</div> * <div>4</div> * </div> */ .u-flex { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } .u-flexInline { display: -webkit-inline-box !important; display: -webkit-inline-flex !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } .u-flexColumn { -webkit-flex-direction: column !important; -ms-flex-direction: column !important; flex-direction: column !important; -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; } .u-flexRow { -webkit-flex-direction: row !important; -ms-flex-direction: row !important; flex-direction: row !important; -webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; } .u-flexWrap { -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } /** * @name Utils-Flexbox - Reverse direction in container * @description Flow items in the reversed order on x- or y-axis * @section utils.flexbox.containerReverse * * @markup * * <div>Flex items in a column in reversed order</div> * <div class="u-flex u-flexColumnReverse Test-area"> * <div>1</div> * <div>2</div> * <div>3</div> * <div>4</div> * </div> * * <div>Flex items in a row in reversed order</div> * <div class="u-flex u-flexRowReverse Test-area"> * <div>1</div> * <div>2</div> * <div>3</div> * <div>4</div> * </div> * * <div>Flex items in reversed order and wrap to container width</div> * <div class="u-flex u-flexWrapReverse Test-area"> * <div>1</div> * <div>2</div> * <div>3</div> * <div>4</div> * </div> */ .u-flexColumnReverse { -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; -webkit-box-orient: vertical !important; -webkit-box-direction: reverse !important; } .u-flexRowReverse { -webkit-flex-direction: row-reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; -webkit-box-orient: horizontal !important; -webkit-box-direction: reverse !important; } .u-flexWrapReverse { -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } /** * @name Utils-Flexbox - Justify/Space items along the main X-axis * @description Control spacing of items on the X-axis * @section utils.flexbox.contentJustify * * @markup * * <div>Space items evenly or justified on x-axis</div> * <div class="u-flex u-flexSpaced" style="border:1px solid black"> * <div class="Test-box">1</div> * <div class="Test-box">2</div> * <div class="Test-box">3</div> * </div> * * <div>Space items evenly but with equal space around it</div> * <div class="u-flex u-flexSpacedAround" style="border:1px solid black"> * <div class="Test-box">1</div> * <div class="Test-box">2</div> * <div class="Test-box">3</div> * </div> * * <div>Center items on the x-axis</div> * <div class="u-flex u-flexCentered" style="border:1px solid black"> * <div class="Test-box">1</div> * <div class="Test-box">2</div> * <div class="Test-box">3</div> * </div> * * <div>Item flow begins at the start of x-axis. This is the default behavior for flex container items.</div> * <div class="u-flex u-flexStart" style="border:1px solid black"> * <div class="Test-box">1</div> * <div class="Test-box">2</div> * <div class="Test-box">3</div> * </div> * * <div>Item flow begins at the end of x-axis.</div> * <div class="u-flex u-flexEnd" style="border:1px solid black"> * <div class="Test-box">1</div> * <div class="Test-box">2</div> * <div class="Test-box">3</div> * </div> */ .u-flexSpaced { -ms-flex-pack: justify !important; -webkit-box-pack: justify !important; -webkit-justify-content: space-between !important; justify-content: space-between !important; } .u-flexSpacedAround { -ms-flex-pack: distribute !important; -webkit-justify-content: space-around !important; justify-content: space-around !important; } .u-flexCentered { -ms-flex-pack: center !important; -webkit-box-pack: center !important; -webkit-justify-content: center !important; justify-content: center !important; } .u-flexStart { -ms-flex-pack: start !important; -webkit-box-pack: start !important; -webkit-justify-content: flex-start !important; justify-content: flex-start !important; } .u-flexEnd { -ms-flex-pack: end !important; -webkit-box-pack: end !important; -webkit-justify-content: flex-end !important; justify-content: flex-end !important; } /** * @name Utils-Flexbox - Align items along the cross Y-axis * @description Control spacing and positioining of items on the Y-axis * @section utils.flexbox.contentAlign * * @markup * * <div>Items are stretched to fill the container across the Y-axis. This is default flexbox behavior, repects height value.</div> * <div class="u-flex u-flexStretch Test-area-2"> * <div style="background: green; width: 50px">1</div> * <div style="background: green; width: 50px">2</div> * <div style="background: green; width: 50px;">3</div> * </div> * * <div>Align items in the middle of the y-axis</div> * <div class="u-flex u-flexMiddle Test-area-2"> * <div class="Test-box" style="height: 80px">1</div> * <div class="Test-box" style="height: 30px">2</div> * <div class="Test-box">3</div> * </div> * * <div>Items are aligned along their baselines</div> * <div class="u-flex u-flexBaseline Test-area-2"> * <div class="Test-box" style="height: 80px; padding: 1em">1</div> * <div class="Test-box" style="height: 30px">2</div> * <div class="Test-box">3</div> * </div> * * <div>Item flow begins at the start/top of y-axis.</div> * <div class="u-flex u-flexTop Test-area-2"> * <div class="Test-box" style="height: 80px; padding: 1em">1</div> * <div class="Test-box" style="height: 30px">2</div> * <div class="Test-box">3</div> * </div> * * <div>Item flow begins at the end (bottom) of y-axis.</div> * <div class="u-flex u-flexBottom Test-area-2"> * <div class="Test-box" style="height: 80px">1</div> * <div class="Test-box" style="height: 30px">2</div> * <div class="Test-box">3</div> * </div> * * */ .u-flexMiddle { -ms-flex-align: center !important; -webkit-box-align: center !important; -webkit-align-items: center !important; align-items: center !important; } .u-flexBaseline { -ms-flex-align: baseline !important; -webkit-box-align: baseline !important; -webkit-align-items: baseline !important; align-items: baseline !important; } .u-flexStretch { -ms-flex-align: stretch !important; -webkit-box-align: stretch !important; -webkit-align-items: stretch !important; align-items: stretch !important; } .u-flexTop { -ms-flex-align: start !important; -webkit-box-align: start !important; -webkit-align-items: flex-start !important; align-items: flex-start !important; } .u-flexBottom { -ms-flex-align: end !important; -webkit-box-align: end !important; -webkit-align-items: flex-end !important; align-items: flex-end !important; } /** * @name Utils-Flexbox - Grow, Srhink * @description Grow or shrink * @section utils.flexbox.itemGrowShrink * * @markup * * <div>Grow items to fit the container in height and width</div> * <div class="u-flex" style="height:50px; width:500px"> * <span class="u-flexItemGrow Test-inner" style="width: 100px">1</span> * <span class="u-flexItemGrow Test-inner" style="width: 100px">2</span> * </div> * * <div>Shrink items to fit the container in height and width</div> * <div class="u-flex" style="height:50px; width:500px"> * <span class="u-flexItemShrink Test-inner" style="width: 800px">1</span> * <span class="u-flexItemShrink Test-inner" style="width: 800px">2</span> * </div> * */ .u-flexItemGrow { min-width: 0; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; } .u-flexItemShrink { -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; } /** * @name Utils-Flexbox - Grow, Srhink * @description Test bug fix to address overflow flexbox items in chrome browser; * @section utils.flexbox.itemGrowShrink * * @markup * * <div class="u-flex Test-overflow" style="height:20px; width:200px"> * <span class="u-flexItemGrow Test-inner">1 let's add some texts to test test this issue</span> * <span class="Test-inner">2 Test box</span> * </div> * * <div class="u-flex u-flexColumn Test-overflow" style="height:50px; width:50px"> * <span class="u-flexItemGrow Test-inner">1 let's add some texts to test test this issue</span> * <span class="Test-inner">2 Test box</span> * </div> */ .u-flexColumn .u-flexItemGrow, .u-flexColumnReverse .u-flexItemGrow { min-width: auto; min-height: 0; } /** * @name Utils-Flexbox - Keep width and height * @description preserve the width and height of the element itself, no grow or shrink * @section utils.flexbox.itemheightpreservation * * @markup * * <div>Not shrinking width of item</div> * <div class="u-flex" style="height:50px; width:500px"> * <span class="u-flexItemNoShrink Test-inner" style="width: 800px;">1</span> * </div> * * <div>maintain height of the element to the container in height and width</div> * <div class="u-flex" style="height:60px; width:500px;"> * <span class="u-flexKeepHeight Test-inner">1</span> * </div> */ .u-flexItemNoShrink { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } .u-flexKeepHeight { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; min-height: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; } /** * @name Utils-Flexbox - Self Alignment * @description Specify individual item's alignment overriding one defined on the container. Float, clear and vertical-align are ignored on flex items. * @section utils.flexbox.itemSelfAlignment * * @markup * * <div class="u-flex Test-area-2"> * <div class="Test-box u-flexItemBaseline" style="height: 80px">1 Middle</div> * <div class="Test-box u-flexItemMiddle" style="height: 30px">2 Baseline</div> * <div class="Test-box u-flexItemBottom">3 Bottom</div> * <div class="Test-box u-flexItemTop">4 Top</div> * </div> * * <div class="u-flex Test-area-2"> * <div class="u-flexItemStretch Test-box">1</div> * <div class="u-flexItemStretch Test-box">2</div> * <div class="u-flexItemStretch Test-box">3</div> * <div class="u-flexItemStretch Test-box">4</div> * </div> * */ .u-flexItemMiddle { -webkit-align-self: center !important; -ms-flex-item-align: center !important; align-self: center !important; } .u-flexItemBaseline { -ms-flex-align: baseline !important; -webkit-box-align: baseline !important; -webkit-align-items: baseline !important; align-items: baseline !important; } .u-flexItemStretch { -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; align-self: stretch !important; } .u-flexItemTop { -webkit-align-self: flex-start !important; -ms-flex-item-align: start !important; align-self: flex-start !important; } .u-flexItemBottom { -webkit-align-self: flex-end !important; -ms-flex-item-align: end !important; align-self: flex-end !important; } /** * @name Utils-Flexbox - Item Order * @description Force move an item to be the first or last in a container * @section utils.flexbox.itemOrder * * @markup * * <div class="u-flex Test-area-2"> * <div class="Test-box">1</div> * <div class="Test-box">2</div> * <div class="Test-box u-flexItemFirst">3 (force to first)</div> * <div class="Test-box">4</div> * </div> * * <div class="u-flex Test-area-2"> * <div class="Test-box">1</div> * <div class="Test-box u-flexItemLast">2 (force to last)</div> * <div class="Test-box">3</div> * <div class="Test-box">4</div> * </div> */ .u-flexItemFirst { -ms-flex-order: -1 !important; -webkit-box-ordinal-group: 0 !important; -webkit-order: -1 !important; order: -1 !important; } .u-flexItemLast { -ms-flex-order: 99999 !important; -webkit-box-ordinal-group: 100000 !important; -webkit-order: 99999 !important; order: 99999 !important; } /** * @name Utils-Flexbox - Item Porportional Sizing * @description Relative sizing of items in container * @section utils.flexbox.itemSizing * * @markup * * <div class="u-flex Test-area-2"> * <div class="Test-inner u-flexItemSized">1</div> * <div class="Test-inner u-flexItemSized+">2</div> * <div class="Test-inner u-flexItemSized++">3</div> * </div> * * <div class="u-flex Test-area-2"> * <div class="Test-box u-flexItemSized">1</div> * <div class="Test-box u-flexItemSized+">2</div> * <div class="Test-box u-flexItemSized++">3</div> * <div class="Test-box u-flexItemSized">4</div> * <div class="Test-box u-flexItemSized++">5</div> * </div> */ .u-flexItemSized { -webkit-box-flex: 100 !important; -webkit-flex: 100 !important; -ms-flex: 100 !important; flex: 100 !important; } .u-flexItemSized\+ { -webkit-box-flex: 200 !important; -webkit-flex: 200 !important; -ms-flex: 200 !important; flex: 200 !important; } .u-flexItemSized\+\+ { -webkit-box-flex: 300 !important; -webkit-flex: 300 !important; -ms-flex: 300 !important; flex: 300 !important; } .monty-hall .door { height: 250px; width: 175px; background-color: #00aced; font-weight: bold; font-size: 60px; cursor: pointer; } .monty-hall .door.selected { box-shadow: orange 0 0 11px 5px; } .monty-hall .door.open:not(.winner) { background: url("images/montyHall/goat1.jpg") no-repeat center/cover; } .monty-hall .door.open.winner { background: url("images/montyHall/money.jpg") no-repeat center/cover; } .monty-hall .test-output { display: inline-block; margin-right: 20px; margin-bottom: 10px; font-size: 30px; } .monty-hall .test-output.WIN { color: green; } .monty-hall .test-output.LOSE { color: red; }
0.682574
0.171269
.alarmRecordBack { width:100%; background:#285166; position: relative; } .titlePall { width:16rem; height:3.6rem; background:#eee; position: relative; color:#000; } .titleicon { width:1.6rem; height:1.2rem; margin:0.5rem 0; display: inline-block; } .alarmrecordiconleft { background:url("../img/bell_icon.png") no-repeat; -webkit-background-size:contain; background-size:contain; position:absolute; left:1rem; } .alarmrecordiconright { background:url("../img/calendar.png") no-repeat; -webkit-background-size:contain; background-size:contain; position:absolute; right:1rem; } .alarmtabletitle { background:#082f45; height:1.6rem; text-align: center; font-size:0.6rem; color:#9da9b2; } .alarmtablefir { width:3.4rem; border-right:0.05rem solid #fff; } .alarmtablesed { width:8rem; border-right:0.05rem solid #fff; } .alarmtablethr { width:4.5rem; } .alarmrecordcontent { position: absolute; top:5.6rem; bottom:2.6rem; left:0; right:0; overflow: auto; } .alarmtabletr { height:2.2rem; font-size:0.55rem; text-align: center; } .alarmrctdsed { text-align: left; } .alarmrdtdborder { border-bottom:0.05rem solid #16384a; } .colorthr { color:#fda300; font-size:0.6rem; } .widthcenter { width:16rem; text-align: center; line-height:2rem; } .alarmclick { display: none; } .alarmcenter { display: none; } .alarmover { display: none; } .alarmno { display:none; } .alarmnew { display: none; } .alarmdateyespo{ position:absolute; top:0.5rem; right:1rem; } .titledatealarmstyle { width:16rem; font-size:0.6rem; color:#305469; padding:0 1rem; height:1.5rem; line-height:1.5rem; } .titledatebigp { position: absolute; top:2.2rem; left:0rem; /*border-bottom: 0.01rem solid #9fa3a6;*/ } .titledatebigpbott { position: absolute; top:4rem; left:0rem; } .alarmdateinputstyle { width:5rem; border:0.05rem solid #9fa3a6; height:1.3rem; -webkit-border-radius:0.4rem; -moz-border-radius:0.4rem; border-radius:0.4rem; position:absolute; right:8.3rem; color:#305469; text-align: center; } @media(min-device-height:751px){ .alarmdatayespojianr { font-size: 0.5rem; } .alarmrecordcontentjianr { position: absolute; top:4.2rem; bottom:2.3rem; font-size:0.5rem; left:0; right:0; overflow: auto; } .titlePalljianr { height:2.5rem; } } .colorthrnorm { color:#fff; font-size: 0.6rem; } .alarmallstatusmodelstyle { width: 4.5rem; border: 0.05rem solid #9fa3a6; height: 1.3rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; border-radius: 0.4rem; position: absolute; right: 3rem; color: #305469; text-align: center; font-size: 0.5rem; } .allstatusalarmblue { background:#8fafb5; } .allstatusnoalarmblue { background:#8fafb5; }
EBike11/android/assets/www/css/main.home.alarmRecord.css
.alarmRecordBack { width:100%; background:#285166; position: relative; } .titlePall { width:16rem; height:3.6rem; background:#eee; position: relative; color:#000; } .titleicon { width:1.6rem; height:1.2rem; margin:0.5rem 0; display: inline-block; } .alarmrecordiconleft { background:url("../img/bell_icon.png") no-repeat; -webkit-background-size:contain; background-size:contain; position:absolute; left:1rem; } .alarmrecordiconright { background:url("../img/calendar.png") no-repeat; -webkit-background-size:contain; background-size:contain; position:absolute; right:1rem; } .alarmtabletitle { background:#082f45; height:1.6rem; text-align: center; font-size:0.6rem; color:#9da9b2; } .alarmtablefir { width:3.4rem; border-right:0.05rem solid #fff; } .alarmtablesed { width:8rem; border-right:0.05rem solid #fff; } .alarmtablethr { width:4.5rem; } .alarmrecordcontent { position: absolute; top:5.6rem; bottom:2.6rem; left:0; right:0; overflow: auto; } .alarmtabletr { height:2.2rem; font-size:0.55rem; text-align: center; } .alarmrctdsed { text-align: left; } .alarmrdtdborder { border-bottom:0.05rem solid #16384a; } .colorthr { color:#fda300; font-size:0.6rem; } .widthcenter { width:16rem; text-align: center; line-height:2rem; } .alarmclick { display: none; } .alarmcenter { display: none; } .alarmover { display: none; } .alarmno { display:none; } .alarmnew { display: none; } .alarmdateyespo{ position:absolute; top:0.5rem; right:1rem; } .titledatealarmstyle { width:16rem; font-size:0.6rem; color:#305469; padding:0 1rem; height:1.5rem; line-height:1.5rem; } .titledatebigp { position: absolute; top:2.2rem; left:0rem; /*border-bottom: 0.01rem solid #9fa3a6;*/ } .titledatebigpbott { position: absolute; top:4rem; left:0rem; } .alarmdateinputstyle { width:5rem; border:0.05rem solid #9fa3a6; height:1.3rem; -webkit-border-radius:0.4rem; -moz-border-radius:0.4rem; border-radius:0.4rem; position:absolute; right:8.3rem; color:#305469; text-align: center; } @media(min-device-height:751px){ .alarmdatayespojianr { font-size: 0.5rem; } .alarmrecordcontentjianr { position: absolute; top:4.2rem; bottom:2.3rem; font-size:0.5rem; left:0; right:0; overflow: auto; } .titlePalljianr { height:2.5rem; } } .colorthrnorm { color:#fff; font-size: 0.6rem; } .alarmallstatusmodelstyle { width: 4.5rem; border: 0.05rem solid #9fa3a6; height: 1.3rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; border-radius: 0.4rem; position: absolute; right: 3rem; color: #305469; text-align: center; font-size: 0.5rem; } .allstatusalarmblue { background:#8fafb5; } .allstatusnoalarmblue { background:#8fafb5; }
0.444806
0.065038
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&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; } /*@font-face { font-family: 'roboto'; src: url("./public/font/Roboto-Bold.ttf") format("truetype"); font-weight: 700; } @font-face { font-family: 'roboto'; src: url("./public/font/Roboto-Medium.ttf") format("truetype"); font-weight: 500; } @font-face { font-family: 'roboto'; src: url("./public/font/Roboto-Regular.ttf") format("truetype"); font-weight: 400; } $font-main: 'roboto', sans-serif;*/ body { margin: 0; background-color: #ecf0f1; } .wrap { max-width: 1440px; width: 100%; box-sizing: border-box; padding: 0 145px; display: flex; align-items: center; flex-direction: column; } .titleContainer { position: absolute; top: 0px; left: 0px; padding: 20px; } .titleContainer h2 { margin-bottom: 10px; } span { font-family: "Roboto", sans-serif; font-weight: 700; } a { font-family: "Roboto", sans-serif; font-weight: 400; text-decoration: none; } h1 { font-family: "Roboto", sans-serif; font-weight: 700; font-size: 2em; } h2 { font-family: "Roboto", sans-serif; font-weight: 500; } p, .js-iso { font-family: "Roboto", sans-serif; font-weight: 400; opacity: 0.5; } .messageError { position: absolute; } nav { background-color: #FFF; height: 70px; margin-bottom: 20px; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09); } nav .wrap { flex-direction: initial; justify-content: space-between; align-items: center; height: 100%; } nav .wrap > div { width: initial; } nav .wrap a { color: #5c4ae4; } nav form { box-sizing: border-box; border-radius: 3px; } nav form h1 { box-sizing: border-box; padding: 20px; } nav input { width: 200px; display: block; border: none; padding: 10px 0; border-bottom: solid 1px #6c5ce7; transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #6c5ce7 4%); background-position: -200px 0; background-size: 200px 100%; background-repeat: no-repeat; color: #2f1cc1; } nav input:focus, nav input:valid { box-shadow: none; outline: none; background-position: 0 0; } nav input:focus::-webkit-input-placeholder, nav input:valid::-webkit-input-placeholder { color: #6c5ce7; font-size: 11px; transform: translateY(-20px); visibility: visible !important; } body[data-content=homePage] > .wrap > div { width: 100%; } body[data-content=homePage] > .wrap .items { background-color: #FFF; border-radius: 16px 16px 16px 16px; -moz-border-radius: 16px 16px 16px 16px; -webkit-border-radius: 16px 16px 16px 16px; border: 0px solid #000000; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09); position: relative; width: 100%; display: flex; justify-content: center; align-items: center; margin: 10px 0; } body[data-content=homePage] > .wrap .globalStats { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 1fr; grid-column-gap: 20px; grid-row-gap: 0px; } body[data-content=homePage] > .wrap .globalStats > div { height: 300px; } body[data-content=homePage] > .wrap .globalStats .div1 { grid-area: 1/1/2/2; } body[data-content=homePage] > .wrap .globalStats .div2 { grid-area: 1/2/2/3; } body[data-content=homePage] > .wrap .globalStats .div3 { grid-area: 1/3/2/4; } body[data-content=homePage] > .wrap .globalStats span { font-size: 3em; color: #2E2E2E; } body[data-content=homePage] > .wrap .globalCurves .curves { padding: 50px 50px; } body[data-content=homePage] > .wrap .globalCurves .curves canvas { width: 100%; height: 600px; } body[data-content=homePage] > .wrap .countriesStats .countriesStat { display: flex; align-items: flex-start; justify-content: space-between; flex-direction: column; width: 100%; margin: 20px 0; } body[data-content=homePage] > .wrap .countriesStats .countriesStat .countriesStat_content { width: 100%; margin: 20px 0; padding: 0 50px; box-sizing: border-box; } body[data-content=homePage] > .wrap .countriesStats .countriesStat .countriesStat_content .countriesStat_categories { width: 100%; display: flex; padding: 15px 0; box-sizing: border-box; border-bottom: 1px solid #000000; } body[data-content=homePage] > .wrap .countriesStats .countriesStat .countriesStat_content .countriesStat_categories span { width: 25%; display: block; } body[data-content=homePage] > .wrap .countriesStats .countriesStat .countriesStat_content .countriesStat_data { width: 100%; padding-bottom: 15px; box-sizing: border-box; } body[data-content=homePage] > .wrap .countriesStats .countriesStat .countriesStat_content .countriesStat_data div:nth-of-type(2n+1) { background-color: rgba(36, 36, 36, 0.03); } body[data-content=homePage] > .wrap .countriesStats .countriesStat .countriesStat_content .countriesStat_data div { width: 100%; display: flex; padding: 20px 0; box-sizing: border-box; } body[data-content=homePage] > .wrap .countriesStats .countriesStat .countriesStat_content .countriesStat_data div span, body[data-content=homePage] > .wrap .countriesStats .countriesStat .countriesStat_content .countriesStat_data div a { width: 25%; display: block; font-family: "Roboto", sans-serif; font-weight: 400; color: #000; } body[data-content=homePage] > .wrap .countriesStats .countriesStat .countriesStat_content .countriesStat_data div span:nth-of-type(1) { color: #6c5ce7; } body[data-content=countryPage] > .wrap > div { width: 100%; } body[data-content=countryPage] > .wrap .itemsCountry { padding: 50px 50px; background-color: #FFF; border-radius: 16px 16px 16px 16px; -moz-border-radius: 16px 16px 16px 16px; -webkit-border-radius: 16px 16px 16px 16px; border: 0px solid #000000; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09); position: relative; width: 100%; display: flex; justify-content: center; align-items: center; margin: 10px 0; box-sizing: border-box; } body[data-content=countryPage] > .wrap .country { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: 1fr; grid-column-gap: 20px; grid-row-gap: 0px; } body[data-content=countryPage] > .wrap .country .div1 { grid-area: 1/1/2/3; } body[data-content=countryPage] > .wrap .country .div2 { grid-area: 1/3/2/4; } body[data-content=countryPage] > .wrap .country .countryDesc { display: flex; justify-content: space-between; align-items: center; } body[data-content=countryPage] > .wrap .country .countryDesc > div { width: 48%; } body[data-content=countryPage] > .wrap .country .countryDesc > div img { width: 100%; } body[data-content=countryPage] > .wrap .country .countryDesc div:first-child { margin-right: 20px; } body[data-content=countryPage] > .wrap .country .countryDesc div:last-child * { margin-bottom: 5px; } body[data-content=infectedPage] > .wrap > div { width: 100%; display: flex; flex-direction: column; } body[data-content=infectedPage] > .wrap > div form { width: 100%; } body[data-content=infectedPage] > .wrap > div form > div { margin: 50px 0; display: flex; } body[data-content=infectedPage] > .wrap > div form label { font-family: "Roboto", sans-serif; font-weight: 400; } body[data-content=infectedPage] > .wrap > div form .inputInfectedForm { width: 250px; display: block; border: none; padding: 10px 0; margin-right: 30px; border-bottom: solid 1px #6c5ce7; transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #6c5ce7 4%); background-position: -250px 0; background-size: 250px 100%; background-repeat: no-repeat; color: #2f1cc1; font-family: "Roboto", sans-serif; font-weight: 400; } body[data-content=infectedPage] > .wrap > div form .inputInfectedForm:focus, body[data-content=infectedPage] > .wrap > div form .inputInfectedForm:valid { box-shadow: none; outline: none; background-position: 0 0; } body[data-content=infectedPage] > .wrap > div form .inputInfectedForm:focus::-webkit-input-placeholder, body[data-content=infectedPage] > .wrap > div form .inputInfectedForm:valid::-webkit-input-placeholder { color: #6c5ce7; font-size: 11px; transform: translateY(-20px); visibility: visible !important; } body[data-content=infectedPage] > .wrap > div form .radioGroup { justify-content: flex-start; } body[data-content=infectedPage] > .wrap > div form .radioGroup .inputGroup { background-color: #fff; display: block; margin: 10px 100px 10px 0; position: relative; } body[data-content=infectedPage] > .wrap > div form .radioGroup .inputGroup label { padding: 12px 30px; width: 100%; display: block; text-align: left; color: #3C454C; cursor: pointer; position: relative; z-index: 2; transition: color 200ms ease-in; overflow: hidden; } body[data-content=infectedPage] > .wrap > div form .radioGroup .inputGroup label:before { width: 10px; height: 10px; border-radius: 50%; content: ""; background-color: #6c5ce7; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale3d(1, 1, 1); transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); opacity: 0; z-index: -1; } body[data-content=infectedPage] > .wrap > div form .radioGroup .inputGroup label:after { width: 15px; height: 15px; content: ""; border: 2px solid #D1D7DC; background-color: #fff; border-radius: 50%; z-index: 2; position: absolute; right: 30px; top: 50%; transform: translateY(-50%); cursor: pointer; transition: all 200ms ease-in; } body[data-content=infectedPage] > .wrap > div form .radioGroup .inputGroup input:checked ~ label { color: #fff; } body[data-content=infectedPage] > .wrap > div form .radioGroup .inputGroup input:checked ~ label:before { transform: translate(-50%, -50%) scale3d(56, 56, 1); opacity: 1; } body[data-content=infectedPage] > .wrap > div form .radioGroup .inputGroup input:checked ~ label:after { background-color: #54E0C7; border-color: #54E0C7; } body[data-content=infectedPage] > .wrap > div form .radioGroup .inputGroup input { width: 32px; height: 32px; order: 1; z-index: 2; position: absolute; right: 30px; top: 50%; transform: translateY(-50%); cursor: pointer; visibility: hidden; } body[data-content=infectedPage] > .wrap .item { padding: 50px 50px; background-color: #FFF; border-radius: 16px 16px 16px 16px; -moz-border-radius: 16px 16px 16px 16px; -webkit-border-radius: 16px 16px 16px 16px; border: 0px solid #000000; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09); position: relative; width: 100%; display: flex; justify-content: center; align-items: center; margin: 10px 0; box-sizing: border-box; }
public/css/app.css
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&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; } /*@font-face { font-family: 'roboto'; src: url("./public/font/Roboto-Bold.ttf") format("truetype"); font-weight: 700; } @font-face { font-family: 'roboto'; src: url("./public/font/Roboto-Medium.ttf") format("truetype"); font-weight: 500; } @font-face { font-family: 'roboto'; src: url("./public/font/Roboto-Regular.ttf") format("truetype"); font-weight: 400; } $font-main: 'roboto', sans-serif;*/ body { margin: 0; background-color: #ecf0f1; } .wrap { max-width: 1440px; width: 100%; box-sizing: border-box; padding: 0 145px; display: flex; align-items: center; flex-direction: column; } .titleContainer { position: absolute; top: 0px; left: 0px; padding: 20px; } .titleContainer h2 { margin-bottom: 10px; } span { font-family: "Roboto", sans-serif; font-weight: 700; } a { font-family: "Roboto", sans-serif; font-weight: 400; text-decoration: none; } h1 { font-family: "Roboto", sans-serif; font-weight: 700; font-size: 2em; } h2 { font-family: "Roboto", sans-serif; font-weight: 500; } p, .js-iso { font-family: "Roboto", sans-serif; font-weight: 400; opacity: 0.5; } .messageError { position: absolute; } nav { background-color: #FFF; height: 70px; margin-bottom: 20px; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09); } nav .wrap { flex-direction: initial; justify-content: space-between; align-items: center; height: 100%; } nav .wrap > div { width: initial; } nav .wrap a { color: #5c4ae4; } nav form { box-sizing: border-box; border-radius: 3px; } nav form h1 { box-sizing: border-box; padding: 20px; } nav input { width: 200px; display: block; border: none; padding: 10px 0; border-bottom: solid 1px #6c5ce7; transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #6c5ce7 4%); background-position: -200px 0; background-size: 200px 100%; background-repeat: no-repeat; color: #2f1cc1; } nav input:focus, nav input:valid { box-shadow: none; outline: none; background-position: 0 0; } nav input:focus::-webkit-input-placeholder, nav input:valid::-webkit-input-placeholder { color: #6c5ce7; font-size: 11px; transform: translateY(-20px); visibility: visible !important; } body[data-content=homePage] > .wrap > div { width: 100%; } body[data-content=homePage] > .wrap .items { background-color: #FFF; border-radius: 16px 16px 16px 16px; -moz-border-radius: 16px 16px 16px 16px; -webkit-border-radius: 16px 16px 16px 16px; border: 0px solid #000000; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09); position: relative; width: 100%; display: flex; justify-content: center; align-items: center; margin: 10px 0; } body[data-content=homePage] > .wrap .globalStats { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 1fr; grid-column-gap: 20px; grid-row-gap: 0px; } body[data-content=homePage] > .wrap .globalStats > div { height: 300px; } body[data-content=homePage] > .wrap .globalStats .div1 { grid-area: 1/1/2/2; } body[data-content=homePage] > .wrap .globalStats .div2 { grid-area: 1/2/2/3; } body[data-content=homePage] > .wrap .globalStats .div3 { grid-area: 1/3/2/4; } body[data-content=homePage] > .wrap .globalStats span { font-size: 3em; color: #2E2E2E; } body[data-content=homePage] > .wrap .globalCurves .curves { padding: 50px 50px; } body[data-content=homePage] > .wrap .globalCurves .curves canvas { width: 100%; height: 600px; } body[data-content=homePage] > .wrap .countriesStats .countriesStat { display: flex; align-items: flex-start; justify-content: space-between; flex-direction: column; width: 100%; margin: 20px 0; } body[data-content=homePage] > .wrap .countriesStats .countriesStat .countriesStat_content { width: 100%; margin: 20px 0; padding: 0 50px; box-sizing: border-box; } body[data-content=homePage] > .wrap .countriesStats .countriesStat .countriesStat_content .countriesStat_categories { width: 100%; display: flex; padding: 15px 0; box-sizing: border-box; border-bottom: 1px solid #000000; } body[data-content=homePage] > .wrap .countriesStats .countriesStat .countriesStat_content .countriesStat_categories span { width: 25%; display: block; } body[data-content=homePage] > .wrap .countriesStats .countriesStat .countriesStat_content .countriesStat_data { width: 100%; padding-bottom: 15px; box-sizing: border-box; } body[data-content=homePage] > .wrap .countriesStats .countriesStat .countriesStat_content .countriesStat_data div:nth-of-type(2n+1) { background-color: rgba(36, 36, 36, 0.03); } body[data-content=homePage] > .wrap .countriesStats .countriesStat .countriesStat_content .countriesStat_data div { width: 100%; display: flex; padding: 20px 0; box-sizing: border-box; } body[data-content=homePage] > .wrap .countriesStats .countriesStat .countriesStat_content .countriesStat_data div span, body[data-content=homePage] > .wrap .countriesStats .countriesStat .countriesStat_content .countriesStat_data div a { width: 25%; display: block; font-family: "Roboto", sans-serif; font-weight: 400; color: #000; } body[data-content=homePage] > .wrap .countriesStats .countriesStat .countriesStat_content .countriesStat_data div span:nth-of-type(1) { color: #6c5ce7; } body[data-content=countryPage] > .wrap > div { width: 100%; } body[data-content=countryPage] > .wrap .itemsCountry { padding: 50px 50px; background-color: #FFF; border-radius: 16px 16px 16px 16px; -moz-border-radius: 16px 16px 16px 16px; -webkit-border-radius: 16px 16px 16px 16px; border: 0px solid #000000; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09); position: relative; width: 100%; display: flex; justify-content: center; align-items: center; margin: 10px 0; box-sizing: border-box; } body[data-content=countryPage] > .wrap .country { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: 1fr; grid-column-gap: 20px; grid-row-gap: 0px; } body[data-content=countryPage] > .wrap .country .div1 { grid-area: 1/1/2/3; } body[data-content=countryPage] > .wrap .country .div2 { grid-area: 1/3/2/4; } body[data-content=countryPage] > .wrap .country .countryDesc { display: flex; justify-content: space-between; align-items: center; } body[data-content=countryPage] > .wrap .country .countryDesc > div { width: 48%; } body[data-content=countryPage] > .wrap .country .countryDesc > div img { width: 100%; } body[data-content=countryPage] > .wrap .country .countryDesc div:first-child { margin-right: 20px; } body[data-content=countryPage] > .wrap .country .countryDesc div:last-child * { margin-bottom: 5px; } body[data-content=infectedPage] > .wrap > div { width: 100%; display: flex; flex-direction: column; } body[data-content=infectedPage] > .wrap > div form { width: 100%; } body[data-content=infectedPage] > .wrap > div form > div { margin: 50px 0; display: flex; } body[data-content=infectedPage] > .wrap > div form label { font-family: "Roboto", sans-serif; font-weight: 400; } body[data-content=infectedPage] > .wrap > div form .inputInfectedForm { width: 250px; display: block; border: none; padding: 10px 0; margin-right: 30px; border-bottom: solid 1px #6c5ce7; transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #6c5ce7 4%); background-position: -250px 0; background-size: 250px 100%; background-repeat: no-repeat; color: #2f1cc1; font-family: "Roboto", sans-serif; font-weight: 400; } body[data-content=infectedPage] > .wrap > div form .inputInfectedForm:focus, body[data-content=infectedPage] > .wrap > div form .inputInfectedForm:valid { box-shadow: none; outline: none; background-position: 0 0; } body[data-content=infectedPage] > .wrap > div form .inputInfectedForm:focus::-webkit-input-placeholder, body[data-content=infectedPage] > .wrap > div form .inputInfectedForm:valid::-webkit-input-placeholder { color: #6c5ce7; font-size: 11px; transform: translateY(-20px); visibility: visible !important; } body[data-content=infectedPage] > .wrap > div form .radioGroup { justify-content: flex-start; } body[data-content=infectedPage] > .wrap > div form .radioGroup .inputGroup { background-color: #fff; display: block; margin: 10px 100px 10px 0; position: relative; } body[data-content=infectedPage] > .wrap > div form .radioGroup .inputGroup label { padding: 12px 30px; width: 100%; display: block; text-align: left; color: #3C454C; cursor: pointer; position: relative; z-index: 2; transition: color 200ms ease-in; overflow: hidden; } body[data-content=infectedPage] > .wrap > div form .radioGroup .inputGroup label:before { width: 10px; height: 10px; border-radius: 50%; content: ""; background-color: #6c5ce7; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale3d(1, 1, 1); transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); opacity: 0; z-index: -1; } body[data-content=infectedPage] > .wrap > div form .radioGroup .inputGroup label:after { width: 15px; height: 15px; content: ""; border: 2px solid #D1D7DC; background-color: #fff; border-radius: 50%; z-index: 2; position: absolute; right: 30px; top: 50%; transform: translateY(-50%); cursor: pointer; transition: all 200ms ease-in; } body[data-content=infectedPage] > .wrap > div form .radioGroup .inputGroup input:checked ~ label { color: #fff; } body[data-content=infectedPage] > .wrap > div form .radioGroup .inputGroup input:checked ~ label:before { transform: translate(-50%, -50%) scale3d(56, 56, 1); opacity: 1; } body[data-content=infectedPage] > .wrap > div form .radioGroup .inputGroup input:checked ~ label:after { background-color: #54E0C7; border-color: #54E0C7; } body[data-content=infectedPage] > .wrap > div form .radioGroup .inputGroup input { width: 32px; height: 32px; order: 1; z-index: 2; position: absolute; right: 30px; top: 50%; transform: translateY(-50%); cursor: pointer; visibility: hidden; } body[data-content=infectedPage] > .wrap .item { padding: 50px 50px; background-color: #FFF; border-radius: 16px 16px 16px 16px; -moz-border-radius: 16px 16px 16px 16px; -webkit-border-radius: 16px 16px 16px 16px; border: 0px solid #000000; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09); position: relative; width: 100%; display: flex; justify-content: center; align-items: center; margin: 10px 0; box-sizing: border-box; }
0.350088
0.073963
*{ padding:0px; margin:0px; } .white,.white a{color:#fff}.blue,.blue a{color:#004499}.gray4,a.gray4{color:#999} a{text-decoration:none; color:#444} html,body{ z-index:1; margin:0; width: 100%; height: 100%;padding:0; *padding:0px 0 0px 0;_padding:0px 0 0px 0; /* IE8 FF,IE7,IE6 */ overflow:hidden; } body{ height:100%; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; overflow: hidden; z-index:1; margin:0; width: 100%; height: 100%;padding:0; *padding:0px 0 0px 0;_padding:0px 0 0px 0; /* IE8 FF,IE7,IE6 */ overflow:hidden; } body.showmenu{ /*background:url(leftmenu_bg.gif) -11px top repeat-y;*/ } body.hidemenu{ background:none; } ul{ list-style:none; } form{ margin:0; padding:0; } .head{ width:100%; height:66px; overflow:hidden; z-index:8; position:absolute;left:0;top:0; } .top{ height:37px; width:100%; background:url(admin_top_bg.jpg) left top repeat-x; overflow:hidden; clear:both; } .footer { clear:both; width:100%; margin-right:auto; margin-left:auto; padding:0px; height:1px; } .container { position: absolute; top: 66px;*top:66px;_top:66px;/*_top:50px;*/ /* IE8 FF,IE7,IE6 */ bottom: 0px;*bottom:0px;/*_bottom:40px;*//* IE8 FF,IE7,IE6 */ left: 0; right: 0; overflow:auto;/*overflow-x:hidden;overflow-y:auto; */*width:100%;*height:auto;_height:100%; } .top .top_logo{ width:170px; height:37px; float:left; } .top .top_menu{ float:left; } .top .top_menu .nav{ display:block; height:34px; position:relative; bottom:-1px} .top .top_menu .nav li, .top .top_menu .nav li a{background: url(./nav_bg.png) no-repeat;display:block;_float:left;height:34px; line-height:38px; font-size:14px; font-weight:700} .top .top_menu .nav li{float:left;padding:0 0 0 8px} .top .top_menu .nav li a{background-position: right top; padding:0 15px 0 7px} .top .top_menu .nav li.on{background-position: left -43px;} .top .top_menu .nav li.on a{background-position: right -43px; color:#367abb;} .top .top_link{ float:right; padding:5px 10px 0px 0px; } .top .top_link ul{ float:left; padding:8px 0px 0px 0px; line-height:14px; overflow:hidden; } .top .top_link ul li.welcome{ border-right:none; color:#A8C280; padding-right:6px; } .top .top_link ul li{ float:left; color:#CBDAB3; border-right:1px solid #61910F; margin-right:-1px; } .top .top_link ul li a{ color:#CBDAB3; padding-left:11px; padding-right:11px; text-decoration:none; } .top .top_link ul li a:hover{ color:#FFF; text-decoration:underline; } .top .top_link .quick{ padding:3px 0px 0px 0px; float:left; } .top .top_link .quick a{ display:block; text-decoration:none; color:#C60; float:left; line-height:21px; height:21px; overflow:hidden; } .top .top_link .quick a.ac_qucikmenu{ width:81px; background:url(quick_bg.gif) left top no-repeat; letter-spacing:1px; text-indent:8px; } .top .top_link .quick a.ac_qucikmenu:hover{ background:url(quick_bg.gif) left bottom no-repeat; } .top .top_link .quick a.ac_qucikadd{ width:19px; background:url(quick_bg.gif) right top no-repeat; } .top .top_link .quick a.ac_qucikadd:hover{ background:url(quick_bg.gif) right bottom no-repeat; } .topnav{ width:100%; height:29px; background:url(admin_top_bg.jpg) left -37px repeat-x; overflow:hidden; clear:both; } .topnav .menuact{ width:168px; float:left; padding-left:10px; overflow:hidden; padding-top:6px; } .topnav .menuact a{ overflow:hidden; color:#999999; padding-left:22px; padding-right:3px; text-decoration:none; } .topnav .menuact a:hover{ color:#FFF; text-decoration:none; } .topnav .menuact #togglemenu{ background:url(toggle_menu.gif) 5px 0px no-repeat; } .topnav .menuact #allmenu{ background:url(allmenu.gif) 5px 0px no-repeat; } .nav{ float:left; padding-left:2px; line-height:27px; color:#999; } .nav ul li{ float:left; display:block; margin-left:4px; } .nav ul li a{ padding:0px 11px 0px 11px; color:#FFCC00; text-decoration:none; } .nav ul li a:hover{ color:#FFFFFF; } .nav ul li a.thisclass,.nav ul li a.thisclass:hover{ color:#4E8100; display:block; font-weight:bold; background:#FFF; line-height:23px; border-top:2px solid #FFDE59; margin-top:4px; padding:0px 10px 0px 10px; } .sysmsg{ height:27px; overflow:hidden; line-height:27px; padding-right:10px; float:right; color:#999; width:500px; } .sysmsg h3{ font-size:12px; float:left; padding-right:6px; font-weight:normal; color:#FC0; display:none; } .scroll{ padding-top:1px; float:right; overflow:hidden; height:25px; } .scroll ul{ } .scroll ul li,.sysmsg ul li a{ color:#BBB; text-decoration:none; } .scroll ul li{ height:27px; overflow:hidden; line-height:27px; *line-height:27px; float:right; clear:both; padding-left:19px; background:url(ico-sysmsg.png) 5px 8px no-repeat; } .scroll ul li a:hover{ text-decoration:underline; } .scroll { padding-right:20px; } .scroll a{ padding-left:20px; color:#ffffff; text-decoration:none; margin-right:10px; background:url(ico-sysmsg.png) 3px 1px no-repeat; } .scroll a:hover{ text-decoration:underline; } body.showmenu .left{ display:block; } body.hidemenu .left{ display:none; } body.showmenu .right{ left:212px; } body.hidemenu .right{ left:0px; } .left{ position:float; width: 212px; height:100%; *height:100%; float: left; /*position:absolute; top:66px; width:212px; left:0px; bottom:0px;*/ z-index:7; overflow:auto; } /* .left{ top:66px; bottom:0px; *border-top:0px solid #FFF; *border-bottom:0px solid #FFF; *z-index:1; } */ .menu{ margin:0; top:0px; bottom:0px; height:100%; overflow: auto; } .menu iframe{ height:100%; width:99.99%; z-index:20; } .right{ /*position:absolute; right:0; top:66px; bottom:0px;*/ position:float; height: 100%; *height:100%; overflow: auto; z-index:7; } .right{ *height:100%; /*top:66; *bottom:0; *border-top:0px solid #FFF; *border-bottom:0px solid #FFF;*/ *z-index:1; } .main{ height:100%; } .main iframe{ height:100%; width:99.99%; overflow-x:hidden; z-index:20; } .qucikmenu{ position:absolute; right:10px; top:32px; z-index:9; display:none; /*-moz-opacity:0.98; filter:alpha(opacity=98); /**/ } .qucikmenu ul{ width:110px; list-style:none; border:1px solid #E7E7E7; background:#FFF; } .qucikmenu ul li{ display:block; text-align:left; } .qucikmenu ul li a{ height:29px; line-height:29px; display:block; color:#666666; padding-left:10px; padding-right:10px; text-decoration:none; } .qucikmenu ul li a:hover{ text-decoration:none; background:#F7F7F7; } .pagemask{ width:100%; height:100%; background:#000; position:absolute; z-index:100; filter:alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7; display:none; } .iframemask{ position:absolute; z-index:80; top: 0; left: 0; background-color:#fff; border:none; filter:alpha(opacity=0); -moz-opacity:0; opacity: 0; height:100%; width:100%; display:none; } .allmenu{ width:700px; background:#FFF; border: 4px solid #333; z-index:999; position:absolute; left:50%; top:38px; margin-left:-350px; display:none; padding:5px 0px; *text-align:center; *width:708px; } .allmenu .allmenu-box{ width:686px; margin:0px auto; text-align:left; overflow:hidden; padding-left:2px; } .maptop{ float:left; width:107px; overflow:hidden; padding-right:3px; padding-left:3px; border-right:1px solid #EEE; border-left:1px solid #EEE; margin-left:-1px; *width:115px; } .maptop dt.bigitem { padding:2px; background:#455656; color:#FFF; line-height:19px; font-weight:bold; margin-bottom:3px; text-indent:3px; } .mapitem dt { line-height:21px; font-weight:bold; text-indent:10px; background:#EFF1F1; } .mapitem ul{ margin-top:2px; margin-bottom:5px; } .mapitem ul li { text-indent:13px; line-height:19px; background:url(arrr.gif) 4px 6px no-repeat; } .allmenu a { color:#5C604F; text-decoration:none; } .allmenu a:hover{ color:#F63; } /* 登录box for Fangyu -------------------------------------------------------------------*/ #login .theme { clear: both; padding: 10px; width: 70%; margin-top: 20px; } #login .theme li { margin-bottom: 15px; line-height: 20px; height: 20px; } #login .theme span { color: #000000; width: 15%; display: block; float: left; text-align: right; } input { color:#000; font-size:12px; font-family:Tahoma, SimSun, Arial; } input[type="text"], input[type="password"] { *margin:-1px 5px 0 5px; width:219px; height:20px; border:1px solid #a7a6aa; background:#FFF url("input.gif") 0 0 no-repeat; margin-top: 0; margin-right: 5px; margin-bottom: 0; margin-left: 5px; padding: 2px; } * html input.text { width:223px; /*height:12px;*/ border:1px solid #a7a6aa; background:#FFF url("input.gif") 0 0 no-repeat; margin-top: -1px; margin-right: 5px; margin-bottom: 0; margin-left: 2px; padding: 3px; line-height: 12px; } input[type="radio"] { *margin:-1px 0 0 1px; } * html input.radio { margin:-1px 0 0 -2px; } .allsearch{ float:left; margin-top:3px!important; background:#FFF url("input.gif") 0 0 no-repeat; border:1px solid #a7a6aa; padding: 2px; height:13px !important; height:19px; } .np{ width:40px; height:19px; line-height:19px; border:none; background: url(search_bn.gif) #EFF7D0; cursor:pointer; margin-top:3px; margin-left:1px; margin-right:5px; }
web/html/plugin/cms/workbench3/img/frame.css
*{ padding:0px; margin:0px; } .white,.white a{color:#fff}.blue,.blue a{color:#004499}.gray4,a.gray4{color:#999} a{text-decoration:none; color:#444} html,body{ z-index:1; margin:0; width: 100%; height: 100%;padding:0; *padding:0px 0 0px 0;_padding:0px 0 0px 0; /* IE8 FF,IE7,IE6 */ overflow:hidden; } body{ height:100%; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; overflow: hidden; z-index:1; margin:0; width: 100%; height: 100%;padding:0; *padding:0px 0 0px 0;_padding:0px 0 0px 0; /* IE8 FF,IE7,IE6 */ overflow:hidden; } body.showmenu{ /*background:url(leftmenu_bg.gif) -11px top repeat-y;*/ } body.hidemenu{ background:none; } ul{ list-style:none; } form{ margin:0; padding:0; } .head{ width:100%; height:66px; overflow:hidden; z-index:8; position:absolute;left:0;top:0; } .top{ height:37px; width:100%; background:url(admin_top_bg.jpg) left top repeat-x; overflow:hidden; clear:both; } .footer { clear:both; width:100%; margin-right:auto; margin-left:auto; padding:0px; height:1px; } .container { position: absolute; top: 66px;*top:66px;_top:66px;/*_top:50px;*/ /* IE8 FF,IE7,IE6 */ bottom: 0px;*bottom:0px;/*_bottom:40px;*//* IE8 FF,IE7,IE6 */ left: 0; right: 0; overflow:auto;/*overflow-x:hidden;overflow-y:auto; */*width:100%;*height:auto;_height:100%; } .top .top_logo{ width:170px; height:37px; float:left; } .top .top_menu{ float:left; } .top .top_menu .nav{ display:block; height:34px; position:relative; bottom:-1px} .top .top_menu .nav li, .top .top_menu .nav li a{background: url(./nav_bg.png) no-repeat;display:block;_float:left;height:34px; line-height:38px; font-size:14px; font-weight:700} .top .top_menu .nav li{float:left;padding:0 0 0 8px} .top .top_menu .nav li a{background-position: right top; padding:0 15px 0 7px} .top .top_menu .nav li.on{background-position: left -43px;} .top .top_menu .nav li.on a{background-position: right -43px; color:#367abb;} .top .top_link{ float:right; padding:5px 10px 0px 0px; } .top .top_link ul{ float:left; padding:8px 0px 0px 0px; line-height:14px; overflow:hidden; } .top .top_link ul li.welcome{ border-right:none; color:#A8C280; padding-right:6px; } .top .top_link ul li{ float:left; color:#CBDAB3; border-right:1px solid #61910F; margin-right:-1px; } .top .top_link ul li a{ color:#CBDAB3; padding-left:11px; padding-right:11px; text-decoration:none; } .top .top_link ul li a:hover{ color:#FFF; text-decoration:underline; } .top .top_link .quick{ padding:3px 0px 0px 0px; float:left; } .top .top_link .quick a{ display:block; text-decoration:none; color:#C60; float:left; line-height:21px; height:21px; overflow:hidden; } .top .top_link .quick a.ac_qucikmenu{ width:81px; background:url(quick_bg.gif) left top no-repeat; letter-spacing:1px; text-indent:8px; } .top .top_link .quick a.ac_qucikmenu:hover{ background:url(quick_bg.gif) left bottom no-repeat; } .top .top_link .quick a.ac_qucikadd{ width:19px; background:url(quick_bg.gif) right top no-repeat; } .top .top_link .quick a.ac_qucikadd:hover{ background:url(quick_bg.gif) right bottom no-repeat; } .topnav{ width:100%; height:29px; background:url(admin_top_bg.jpg) left -37px repeat-x; overflow:hidden; clear:both; } .topnav .menuact{ width:168px; float:left; padding-left:10px; overflow:hidden; padding-top:6px; } .topnav .menuact a{ overflow:hidden; color:#999999; padding-left:22px; padding-right:3px; text-decoration:none; } .topnav .menuact a:hover{ color:#FFF; text-decoration:none; } .topnav .menuact #togglemenu{ background:url(toggle_menu.gif) 5px 0px no-repeat; } .topnav .menuact #allmenu{ background:url(allmenu.gif) 5px 0px no-repeat; } .nav{ float:left; padding-left:2px; line-height:27px; color:#999; } .nav ul li{ float:left; display:block; margin-left:4px; } .nav ul li a{ padding:0px 11px 0px 11px; color:#FFCC00; text-decoration:none; } .nav ul li a:hover{ color:#FFFFFF; } .nav ul li a.thisclass,.nav ul li a.thisclass:hover{ color:#4E8100; display:block; font-weight:bold; background:#FFF; line-height:23px; border-top:2px solid #FFDE59; margin-top:4px; padding:0px 10px 0px 10px; } .sysmsg{ height:27px; overflow:hidden; line-height:27px; padding-right:10px; float:right; color:#999; width:500px; } .sysmsg h3{ font-size:12px; float:left; padding-right:6px; font-weight:normal; color:#FC0; display:none; } .scroll{ padding-top:1px; float:right; overflow:hidden; height:25px; } .scroll ul{ } .scroll ul li,.sysmsg ul li a{ color:#BBB; text-decoration:none; } .scroll ul li{ height:27px; overflow:hidden; line-height:27px; *line-height:27px; float:right; clear:both; padding-left:19px; background:url(ico-sysmsg.png) 5px 8px no-repeat; } .scroll ul li a:hover{ text-decoration:underline; } .scroll { padding-right:20px; } .scroll a{ padding-left:20px; color:#ffffff; text-decoration:none; margin-right:10px; background:url(ico-sysmsg.png) 3px 1px no-repeat; } .scroll a:hover{ text-decoration:underline; } body.showmenu .left{ display:block; } body.hidemenu .left{ display:none; } body.showmenu .right{ left:212px; } body.hidemenu .right{ left:0px; } .left{ position:float; width: 212px; height:100%; *height:100%; float: left; /*position:absolute; top:66px; width:212px; left:0px; bottom:0px;*/ z-index:7; overflow:auto; } /* .left{ top:66px; bottom:0px; *border-top:0px solid #FFF; *border-bottom:0px solid #FFF; *z-index:1; } */ .menu{ margin:0; top:0px; bottom:0px; height:100%; overflow: auto; } .menu iframe{ height:100%; width:99.99%; z-index:20; } .right{ /*position:absolute; right:0; top:66px; bottom:0px;*/ position:float; height: 100%; *height:100%; overflow: auto; z-index:7; } .right{ *height:100%; /*top:66; *bottom:0; *border-top:0px solid #FFF; *border-bottom:0px solid #FFF;*/ *z-index:1; } .main{ height:100%; } .main iframe{ height:100%; width:99.99%; overflow-x:hidden; z-index:20; } .qucikmenu{ position:absolute; right:10px; top:32px; z-index:9; display:none; /*-moz-opacity:0.98; filter:alpha(opacity=98); /**/ } .qucikmenu ul{ width:110px; list-style:none; border:1px solid #E7E7E7; background:#FFF; } .qucikmenu ul li{ display:block; text-align:left; } .qucikmenu ul li a{ height:29px; line-height:29px; display:block; color:#666666; padding-left:10px; padding-right:10px; text-decoration:none; } .qucikmenu ul li a:hover{ text-decoration:none; background:#F7F7F7; } .pagemask{ width:100%; height:100%; background:#000; position:absolute; z-index:100; filter:alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7; display:none; } .iframemask{ position:absolute; z-index:80; top: 0; left: 0; background-color:#fff; border:none; filter:alpha(opacity=0); -moz-opacity:0; opacity: 0; height:100%; width:100%; display:none; } .allmenu{ width:700px; background:#FFF; border: 4px solid #333; z-index:999; position:absolute; left:50%; top:38px; margin-left:-350px; display:none; padding:5px 0px; *text-align:center; *width:708px; } .allmenu .allmenu-box{ width:686px; margin:0px auto; text-align:left; overflow:hidden; padding-left:2px; } .maptop{ float:left; width:107px; overflow:hidden; padding-right:3px; padding-left:3px; border-right:1px solid #EEE; border-left:1px solid #EEE; margin-left:-1px; *width:115px; } .maptop dt.bigitem { padding:2px; background:#455656; color:#FFF; line-height:19px; font-weight:bold; margin-bottom:3px; text-indent:3px; } .mapitem dt { line-height:21px; font-weight:bold; text-indent:10px; background:#EFF1F1; } .mapitem ul{ margin-top:2px; margin-bottom:5px; } .mapitem ul li { text-indent:13px; line-height:19px; background:url(arrr.gif) 4px 6px no-repeat; } .allmenu a { color:#5C604F; text-decoration:none; } .allmenu a:hover{ color:#F63; } /* 登录box for Fangyu -------------------------------------------------------------------*/ #login .theme { clear: both; padding: 10px; width: 70%; margin-top: 20px; } #login .theme li { margin-bottom: 15px; line-height: 20px; height: 20px; } #login .theme span { color: #000000; width: 15%; display: block; float: left; text-align: right; } input { color:#000; font-size:12px; font-family:Tahoma, SimSun, Arial; } input[type="text"], input[type="password"] { *margin:-1px 5px 0 5px; width:219px; height:20px; border:1px solid #a7a6aa; background:#FFF url("input.gif") 0 0 no-repeat; margin-top: 0; margin-right: 5px; margin-bottom: 0; margin-left: 5px; padding: 2px; } * html input.text { width:223px; /*height:12px;*/ border:1px solid #a7a6aa; background:#FFF url("input.gif") 0 0 no-repeat; margin-top: -1px; margin-right: 5px; margin-bottom: 0; margin-left: 2px; padding: 3px; line-height: 12px; } input[type="radio"] { *margin:-1px 0 0 1px; } * html input.radio { margin:-1px 0 0 -2px; } .allsearch{ float:left; margin-top:3px!important; background:#FFF url("input.gif") 0 0 no-repeat; border:1px solid #a7a6aa; padding: 2px; height:13px !important; height:19px; } .np{ width:40px; height:19px; line-height:19px; border:none; background: url(search_bn.gif) #EFF7D0; cursor:pointer; margin-top:3px; margin-left:1px; margin-right:5px; }
0.297674
0.055132
@charset "utf-8"; @import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900'); *{margin:0px; padding:0px; outline:none !important;} body{ /*font-family: 'Roboto Slab', serif !important;*/ font-family: 'Lato', sans-serif !important; /*font-family: 'Quattrocento', serif !important;*/ overflow-x:hidden; /* background:#f7f7f7 !important;*/ } h1,h2,h3,h4,h5,h6{ /*font-family: 'Lato', sans-serif !important;*/ font-family: 'Spectral SC', serif !important; /*font-family: 'Roboto Slab', serif !important;*/ color:rgb(214, 58, 58) !important; } p {font-size: 16px;} li{list-style: none} .pad-t-3{padding-top: 3% !important;} a:hover {text-decoration: none !important;} #header_top{ position:absolute; width:100%; top:0px; left:0; z-index:10; box-shadow: 0px 3px 6px #484646; } #header_top h3{ color: #f8f8f8; font-size: 16px; font-weight: 400; background: #000; padding: 5px 14px; margin: 0 !important; } .head { clear: both; background: #ffffff; padding: 8px 0px; box-shadow: black 4px; /*-webkit-box-shadow: 1px 5px 8px 0px rgba(0,0,0,0.75); -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); box-shadow: 1px 5px 8px 0px rgba(0,0,0,0.75);*/ } .menu .navbar{ margin:8px 0px 0px 25px; } .menu .navbar-nav > li > a{ color:#2b77bf; font-size:16px; padding-left:29px; padding-right:29px; transition:.3s ease; -webkit-transition:.3s ease-in; -moz-transition:.3s ease-in; -o-transition:.3s ease-in; } .menu .navbar-collapse{ padding:0px; } .menu .nav > li > a:hover, .menu .nav > li > a:focus, .menu .nav .active a{ color:#e79c3b; background:none; } .menu .navbar-right a{ padding-left:0px !important; padding-right:0px !important; } .menu .navbar-right a i{ padding-left:4px; } li.dropdown:hover > .dropdown-menu { display: block; } .v_algn i{ vertical-align: text-bottom; } #featured{ position:relative; color:#fff; } .ftd_img_pstn{ position:absolute; width:100%; } .ftd_img_pstn img{ left:55px; position:relative; width:73%; height:auto; } .ftd_img_pstn h1{ margin:35px 0px 25px; text-align:center; font-weight:900; color:#fff; font-size:30px; } .ftd_img_pstn h1:after{ content:''; position:relative; width:75px; padding-bottom:15px; margin:auto; display:block; color:#324a5e; border-bottom:5px solid #166184; } #green_bg{ background:#f5e5a3; } #blue_bg{ background:#f5e5a3; } #orange_bg{ background:#f5e5a3; } #lightgreen_bg{ background: #f5e5a3; } #green_bg, #blue_bg, #orange_bg, #lightgreen_bg{ padding:20px 0px; min-height:240px; } #green_bg h3, #blue_bg h3, #orange_bg h3, #lightgreen_bg h3{ font-size:13px; letter-spacing:.8px; font-weight:900; margin:10px 0px; text-transform:uppercase; color: #324a5e; text-align:center; } #green_bg p, #blue_bg p, #orange_bg p, #lightgreen_bg p{ font-size:13px; line-height:22px; margin-bottom:12px; width:95%; color: #464655; } #green_bg .zoom, #blue_bg .zoom, #orange_bg .zoom, #lightgreen_bg.zoom{ -webkit-transition: all 2s ease-in; -moz-transition: all 2s ease-in; -ms-transition: all 2s ease-in; transition: all 2s ease-in; } #green_bg .zoom:hover, #blue_bg .zoom:hover, #orange_bg .zoom:hover, #lightgreen_bg .zoom:hover{ width:29%; } #green_bg .zoom1:hover, #blue_bg .zoom1:hover, #orange_bg .zoom1:hover, #lightgreen_bg .zoom1:hover{ width:33%; } #blue_bg .zoom2:hover{ width:37%; } .grid_1:after, .grid_2:after, .grid_3:after, .grid_4:after{ content:''; position:absolute; height:100%; display:block; top:0; right:5px; border-right:1px solid #9cbf6f; } .grid_1:after{ border-right:1px solid #9cbf6f; } .grid_2:after{ border-right:1px solid #60acd3; } .grid_3:after{ border-right:1px solid #dd825c; } .grid_4:after{ border-right:1px solid #f2f2f2; } .pd_lft h3, .pd_lft p{ padding-left:15px; } .no_pad{ padding-left:0px !important; padding-right:0px !important; } #slide{ position:relative; min-height:340px; } #slide1{ position:relative; min-height:360px; } #slide h1{ width:48%; } #slide h1, #slide1 h1{ color:#fff; line-height:38px; position:relative; z-index:1; margin:0px ; letter-spacing:.5px; text-align:center; font-size:26px; font-weight:900; display:inline-block; padding:130px 0px 0px; } #slide1 h1{ position:absolute; right:70px; width:50%; } .sld_power{ z-index:10; padding-top:35px; } .slide2{ position:absolute !important; left:0; } .bg{ min-height:340px !important; position:absolute !important; left:0; background:url(../imgs/Newimages/bg.jpg) no-repeat center; background-size:cover; } .bg_overlay{ position:absolute; left:0; top:0; right:0; height:100%; background-color:rgba(22, 97, 152, 0.9); } .bg:after{ content:''; position:absolute; right:0; width: 0; z-index:8; height: 0; border-top: 340px solid #f7f7f7; border-left: 140px solid transparent; } .bg1{ min-height:360px !important; position:absolute !important; right:0; background:url(../imgs/Newimages/bg1.jpg) no-repeat center; background-size:cover; } .bg1:before{ content:''; position:absolute; left:0; width: 0; height: 0; z-index:8; border-bottom: 360px solid #f7f7f7; border-right: 140px solid transparent; } .box-about { background: #0e7094; padding: 40px; margin-bottom:50px; } .box-about p{ line-height:27px; color:#ffffff; margin-top:15px;} /*color text */ .color-orange { color: #e3801e; } .color-green { color: #80b23f; } .color-blue { color: #2997ce; } /*section */ .sec { position: relative; } .sec-left { position: absolute; left: 0px; width: 100%; height: 340px; background: url(../images/left.png) no-repeat; background-position: left;/* height: 340px;*/ } .sec-right { position: absolute; right: 0px; width: 100%; height: 340px; background: url(../images/right.png) no-repeat; background-position: right; } .no-padd { padding-left: 0px; padding-right: 0px; } .carousel-control.left { background: none !important; } .carousel-control.right { background: none !important; } .s-logo-section { position: relative; } .s-logo { position: absolute; top: 27%; left: 45.5%; right: 46%; z-index: 99999; } .s-logo-section h3 { padding-bottom: 10px; color: #FFEB3B; margin:0px; font-weight:900; font-size:18px; } /* title underline */ .line1 { position: relative; } .line1:before { content: ""; position: absolute; padding-top: 20px; width: 14%; top: 20px; height: 1px; bottom: 0; left: 43%; right: 43%; border-bottom: 4px solid #166184; } .line2 { position: relative; } .line2:before { content: ""; position: absolute; padding-top: 20px; width: 50%; top: 20px; height: 1px; bottom: 0; left: 25%; right: 25%; border-bottom: 4px solid #166184; } .line3 { position: relative; padding-bottom: 10px; font-weight:900; } .line3:before { content: ""; position: absolute; padding-top: 25px; width: 9%; top: 20px; height: 1px; bottom: 0; left: 45%; right: 45%; border-bottom: 6px solid #000; } .line4 { position: relative; } .line4:before { content: ""; position: absolute; padding-top: 20px; width: 10%; top: 10px; height: 1px; bottom: 0; right: 0%; border-bottom: 4px solid #166184; } .line5 { position: relative; } .line5:before { content: ""; position: absolute; padding-top: 20px; width: 10%; top: 10px; height: 1px; bottom: 0; left: 0%; border-bottom: 4px solid #166184; } #clients{ padding-top:20px; padding-bottom:25px; background: url(../imgs/Newimages/doted-bg.png) ; box-shadow: 3px 3px 10px #676d71; } .download-sec { padding-top: 40px; padding-bottom: 30px; } /* foooter */ .footer-sec { padding-top: 10px; padding-bottom: 10px; box-shadow: 3px 4px 13px #000; background: linear-gradient(141deg, #2b93c952 0%, #ffffff 51%, #2b93c952 75%); } .footer-sec h2 { color: #333e50; font-weight: 700; position: relative; padding-bottom: 20px; } .copyright ul li a { color: #000; text-decoration: none; } .copyright { padding-top: 6px; padding-bottom: 5px; background-color: #2b93c9; } /* Subscribe box*/ .input-group { margin: 11px 0px; width: 282px; } input.btn.btn-lg, input.btn.btn-lg:focus { outline: none; background: none; border: 1px solid #ccc !important; text-align: left; width: 60%; height: 45px; border-radius: 0; } button.btn { width: 40%; height: 45px; border-top-left-radius: 0; border-bottom-left-radius: 0; } .promise { color: #999; } /*social Icon*/ ul.social-network { list-style: none; display: inline; margin-left: 0 !important; padding: 0; margin-top: 9px; } ul.social-network li { display: inline; margin: 0px -2px; } .social-network a.icon:hover { background-color: #000; } .social-network a.icon1 { background-color: #4671c5; } .social-network a.icon2 { background-color: #4acff4; } .social-network a.icon3 { background-color: #c7c6b2; } .social-network a.icon4 { background-color: #fe4d5d; } .social-network a.icon5 { background-color: #70c9e1; } a.socialIcon:hover, .socialHoverClass { color: #44BCDD; } .social-circle li a { display: inline-block; position: relative; background-color: #00000000; margin: 0 auto 0 auto; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 16%; text-align: center; width: 35px; margin: 1%; height: 35px; border: 2px solid #fff; font-size: 20px; } .social-circle li i { margin: 0; line-height: 35px; text-align: center; } .social-circle li a:hover i, .triggeredHover { -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -ms--transform: rotate(360deg); transform: rotate(360deg); -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; transition: all 0.2s; } .social-circle i { color: #fff; -webkit-transition: all 0.8s; -moz-transition: all 0.8s; -o-transition: all 0.8s; -ms-transition: all 0.8s; transition: all 0.8s; } .btn1 { background: #166184; font-weight: 700; border-radius: 6px; color: #FFF; font-size: 12px; padding: 10px 25px 10px 25px; text-decoration: none; } .btn1:hover { background: #006697; color: #FFF; text-decoration: none; } a.btn1{ text-decoration:none;} .sld_power .btn-primary{ font-size:12px; font-weight:700; background:#006697; padding:10px 30px; } .sld_power .line5, .download-sec .line5{ font-size:20px; font-weight:900; padding-bottom:20px; color:#166198; text-transform:uppercase; } .sld_power p{ line-height:27px; color:#333; width:85%; text-align:justify; } /*Inner Page Styles*/ #header_top .in_txt{ color:#f4f4f4; } #inner_banner{ width:100%; float:left; min-height:105px; /*background:linear-gradient(141deg, #2e429d 0%, #28a0da 51%, #2d47a1 75%);*/ } /* #inner_banner img{ width:100%; height:auto; } */ #inner_content{ padding:40px 0px 30px; } #inner_content h1, #inner_content h3, #inner_content h4{ margin:0px; font-weight:900; color:#e69c3b; display:inline-block; text-transform:uppercase; } #inner_content h1{ font-size:27px; padding-bottom:25px; } #inner_content h3, #inner_content h4{ font-size:18px; display:inline-block; padding:15px 0px; line-height:24px; } #inner_content h4:after{ content: ''; position: absolute; top: 60px; right: 15px; padding-bottom: 10px; width: 40%; border-bottom: 4px solid #333e50; } #inner_content h1:after, #inner_content h3:after{ content:''; position:relative; left:0px; width:75%; top:0px; display:block; padding-bottom:10px; border-bottom: 4px solid #333e50; } #inner_content .shine:after{ width:45% !important; } #inner_content .std:after{ width:20% !important; top:38px !important; } #inner_content p{ color:#222; text-align:justify; line-height:25px; font-size:14px; margin-bottom:20px; } .brdr_rgt:before{ content:''; position:absolute; left:30px; height:100%; border-left:1px solid #166198; } .brdr_rgt .list-unstyled{ line-height:30px; padding-left:48px; font-weight:700; color:#222; } .brdr_rgt .list-unstyled i{ color:#e69c3b; padding-right:8px; } .lst .list-unstyled{ margin-top:60px; } .lst1{ padding-right:5px !important; } .lst1 .list-unstyled{ margin-top:80px; } .lst .list-unstyled, .lst1 .list-unstyled{ margin-left:5px; font-weight:normal !important; text-align:justify; } .lst .list-unstyled li{ line-height:24px; padding-bottom:10px; color:#222; } .lst1 .list-unstyled li{ line-height:22px; padding-bottom:8px; color:#222; } .lst .list-unstyled li:before, .lst1 .list-unstyled li:before, .lst1 .lst_ftd li:before{ content:'\f0da'; position:absolute; left:5px; font-family:fontAwesome; color:#002b4b; font-size:16px; } .lst1 .lst_ftd{ list-style-type:none; margin-top:120px; } .lst1 .lst_ftd li{ padding-bottom:10px; } .mg_tp{ clear:both; margin-top:15px; } .mg_tp1{ margin-top:70px; } #dashboard{ background:url(../imgs/Newimages/dashboard.jpg) no-repeat; background-size:cover; padding:40px 0px 50px; position:relative; color:#f9f9f9; } #dashboard:before{ content:''; position:absolute; left:0; top:0; right:0; height:100%; width:100%; background:rgba(22, 97, 152, 0.9); opacity:0.65; } #dashboard h1, #master_table h1{ margin:0px; color:#fff; text-align:center; z-index:3; position:relative; text-transform:uppercase; font-size:28px; font-weight:700; display:block; } #dashboard h1:after, #master_table h1:after{ content:''; position:relative; width:100px; padding-bottom:10px; margin:0px auto 30px; display:block; border-bottom:5px solid #e69c3b; } #master_table h1{ color:#000; } .dashboard_bg{ background:rgba(218, 0, 60, 0.75); text-align:center; padding-top:25px; padding-bottom:25px; text-transform:uppercase; font-weight:700; font-size:14px; text-align:center; border-radius:2px; } .dashboard_bg i{ font-size:32px; padding-bottom:10px; } .dashboard_text{ overflow: hidden; position: relative; display: block; } .dashboard_text:hover .dashboard_caption{ display: block; top: 0%; } .dashboard_caption{ height: 100%; width: 100%; position: absolute; text-align: center; padding:10px; top: -100%; background-color: rgba(2, 88, 151, 0.8); -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } #master_table{ background:#ececec; position:relative; padding:40px 0px 0px; } #master_table h5{ margin:15px 0px 50px; font-weight:900; color: #166198; text-transform:uppercase; } #master_table p{ margin-bottom:50px; } #master_table i{ font-size: 60px; color: #166198; } #employee_ftd{ background:url(../imgs/Newimages/employee-ftd.jpg) no-repeat; background-size:cover; padding:40px 0px; position:relative; color:#f9f9f9; } #employee_ftd:before{ content:''; position:absolute; left:0; top:0; right:0; height:100%; width:100%; background:rgb(22, 97, 152); opacity:0.75; } #employee_ftd h1{ position:relative; z-index:1; color:#f9f9f9; font-size:28px; font-weight:700; margin:10px 0px 28px; display:inline-block; } #employee_ftd h1:after{ content:''; position:absolute; width:35%; display:block; padding-bottom:14px; border-bottom:4.5px solid #e69c3b; } #employee_ftd .list-unstyled{ line-height:40px; } #employee_ftd .list-unstyled li span{ font-weight:900; padding-right:5px; } #employee_ftd .list-unstyled li i{ color:#e79c3b; padding-right:3px; } .emp_ftd{ padding-left:35px !important; } #featured_bottom{ padding:30px 0px 10px; } #featured_bottom h3{ margin:0px 0px 15px; font-size:20px; color:#e69c3b; font-weight:700; } #featured_bottom p{ margin:0px; line-height:22px; text-align:justify; } #featured_bottom li{ line-height:26.5px; padding-top:15px; } #featured_bottom li i{ font-size:8px; vertical-align:middle; padding-right:8px; padding-left:15px; } .form-control::-webkit-input-placeholder { font-family: 'Lato', sans-serif; font-size:12px !important; color:#bbb !important; } .form-control:-moz-placeholder{ font-family: 'Lato', sans-serif; font-size:12px !important; color:#bbb !important; } .form-control::-moz-placeholder{ font-family: 'Lato', sans-serif; font-size:12px !important; color:#bbb !important; } .form-control:-ms-input-placeholder{ font-family: 'Lato', sans-serif; font-size:12px !important; color:#bbb !important; } .address:before, .email:before, .mobile:before, .phon:before{ font-family:fontAwesome; position:absolute; color:#e69c3b; } /*.address:before{ content:'\f041'; font-size:22px; left:15px; } .email:before{ content:'\f0e0'; font-size:18px; left:10px; } .mobile:before{ content:'\f10b'; font-size:28px; left:15px; } */ .phon:before{ content:'\f095'; font-size:20px; left:15px; } /*.address, .email, .mobile, .phon{ padding-left:20px; }*/ .address strong, .email strong, .mobile strong, .phon strong{ font-size:15px; color:#f04343; } .email a{ color:#333e50; } .lst2{ margin-top:60px; } #clients a img{ margin-bottom:12px; } .thumbnail {margin-bottom:6px;} .gl_pop .carousel-control.left, .gl_pop .carousel-control.right{ background-image:none; margin-top:40%; width:5%; } .gl_pop .carousel-control.left i, .gl_pop .carousel-control.right i{ color:#166198; } .gl_pop .modal-dialog{ margin-top:100px; } .pricing_bg{ background:url(../imgs/Newimages/pricing-bg.jpg) no-repeat; background-size:cover; /*min-height:500px;*/ position:relative; } .pricing_bg:before{ content:''; position:absolute; left:0; right:0; top:0; bottom:0; background:rgb(22, 97, 152); } .pricing_bg h1{ position: relative; z-index: 2; display: block !important; text-align: center; width: 10%; padding-top:30px; margin: auto !important; color: #e79c3b !important; } .pricing_bg h1:after{ width:100% !important; border-bottom:4px solid #fff !important; } .inner_pricing_bg{ background:#fefefe; box-shadow:2px 5px 10px #bfbdbd; border-top-right-radius:20px; border-top-left-radius:20px; } .inner_standard{ background:#e79c3b; padding:20px 0px 15px; text-align:center; color:#fff; border-radius:0px; box-shadow:1px 1px 5px #333; } .inner_standard h5{ font-size:25px; text-transform:uppercase; margin:0px 0px 0px; font-weight:700; } .std_prce{ font-size:45px; font-weight:700; } .std_mnth{ font-size:14px; } .inner_pricing_bg ul{ line-height:40px; color:#222; font-weight:700; font-size:16px; padding:20px 0px; } .inner_pricing_bg ul li i{ padding-right:5px; font-size:18px; } [aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed { display: none; } .mg_tb{ margin-top:30px; } .mg_tb1{ margin-top:50px; } /*tam-11.1*/ .wishes-board-wr {position: fixed;top: 81%;z-index: 999;} .wishes-board-wr img.wishes-wr {width: 200px;} /*tam-12-01*/ /*new-modifi*/ .index-mobile-wr > img {width: 90%;} .fr {float: right !important} .navbar-toggle {background-color: #337ab7 !important;} .navbar-brand img {width: 77%;} .navbar-brand {padding: 0 !important;} .bs-slider .bs-slider-overlay{background: none !important;} .bs-slider {max-height: fit-content !important;} .shine-top-scroll .slide-text p { width: 70%; margin: 0 auto;} .shine-top-scroll .slide-text a.btn-primary { color: #28da3e;width: 241px; padding: 13px 23px; background: #ff572200; border: 2px solid; border-radius: 4px; -webkit-animation-delay: 1s; animation-delay: 1s; margin-top: 2%; margin-right: 2%; } .shine-top-scroll .slide-text a.btn-primary:hover {background: none; color: #ffb100;} .shine-top-scroll .slide-text a:hover i {color: #ffb100;} .shine-top-ar .carousel-control.left {/*background-color:#ffb100 !important;*/display: none;} .shine-top-scroll .item {max-height: 794px;} .rec-clnt-img {width: 111px;webkit-filter: grayscale(100%);filter: grayscale(100%);opacity: 0.7;transition: 0.3s;} .rec-clnt-img:hover {filter: none;opacity: 1;} .col-md-4.index-mobile-wr.text-center {position: relative;} .mob-in-slide {position: absolute;top: 15%;z-index: -99;width: 62%;left: 19.5%;height: 508px;} .col-md-8.index-fea-wr li {padding: 1% 0%;font-size: 18px;} .shine-intro{background:url(../imgs/Newimages/spk-bg-sm.png) no-repeat; } /**/ .service-block { margin-bottom: 40px; } .heading-bar { display: block; border-bottom: 2px solid #f15651 !important; width: 50px; margin: 7px auto; } .mkdf-process-border { position: absolute; top: 28%; left: calc(84% + 0px); } .service-img { display: block; text-align: center; margin-bottom: 40px; } .shine-top-scroll h1{color: #fff !important;} .heading-div {padding-bottom: 3% !important;} .index-mobile-wr {z-index: 9;} .more-fe-index a {background: #3375a7;display: inline-block;padding: 9px 14px;color: #fff;text-decoration: none;} .more-fe-index a:hover {background: #075896;color: #fff;text-decoration: none;} .try-demo-wr { margin: 3% 0%; background: #0f6097; padding: 3% 0%; } .white{color: #fff !important;} .yellow{color: #fea !important;} .red{color: #d63a3a !important;} .try-demo-wr h4{color: #fff !important;} .version {font-size: 80px;} .jumbotron.version-bg {background: #fff;} .s-robo {width: 175px; position: absolute; top: 28%; left: 7%;} a.try-free-btn { padding: 1%; background: white; border: 2px solid #d63a3a; color: #d63a3a !important; margin-top: 12px !important; display: inline-block; transition: 0.3s; } a.try-free-btn:hover { background: #d63a3a; color: #fff !important; text-decoration: none; } .index-mobile-wr.lap-dash > img { width: 86% !important; } .lap-dash .mob-in-slide {top: 8% !important;} .sprite{background: url(../imgs/Newimages/dash-sprite-ic.png) no-repeat;display: block;} .sprite.ad-mgnt { background-position:-6px -91px; width: 83px; height: 83px; margin: 0 auto;transition: 0.2s;margin-top: 12px; } .sprite.emp-ic { background-position:-111px -91px; width: 83px; height: 83px; margin: 0 auto;transition: 0.2s;margin-top: 12px; } .sprite.sch-bus-ic { background-position:-216px -91px; width: 83px; height: 83px; margin: 0 auto;transition: 0.2s;margin-top: 12px; } .sprite.msg-ic { background-position:-324px -91px; width: 83px; height: 83px; margin: 0 auto;transition: 0.2s;margin-top: 12px; } .sprite.total-att-ic { background-position:-423px -91px; width: 83px; height: 83px; margin: 0 auto;transition: 0.2s;margin-top: 12px; } .sprite.sch-prf-ic { background-position:-530px -91px; width: 83px; height: 83px; margin: 0 auto;transition: 0.2s;margin-top: 12px; } .index-fea-wr-ul li:hover .sprite.ad-mgnt{background-position:-6px -3px;} .index-fea-wr-ul li:hover .sprite.emp-ic{background-position:-111px -3px;} .index-fea-wr-ul li:hover .sprite.sch-bus-ic{background-position:-216px -3px;} .index-fea-wr-ul li:hover .sprite.msg-ic{background-position:-324px -3px;} .index-fea-wr-ul li:hover .sprite.total-att-ic{background-position: -423px -3px;} .index-fea-wr-ul li:hover .sprite.sch-prf-ic{background-position:-530px -3px;} .index-fea-wr-ul h4 {color: #0f6097 !important} .benefits-img-wr img {width: 100%;} p{text-align: justify;} .benefits-img-wr .col-md-8 { background: #4f5356; border-radius: 6px; box-shadow: 3px 4px 3px #524c4c45; } .benefits-wr h2{ color: rgb(249, 194, 21) !important; } .benefits-wr p{ color: #fff; } .mar-t-5 { margin-top: 5% !important; } .benefits-wr { margin-bottom: 6px; } .foot-nav a { color: #3a3838; text-transform: uppercase; font-weight: 600; margin: 3px 1px; display: inline-block; padding: 0% 1%; } .border-rt-2 { border-right: 1px solid #ccc; } .ppt-dwnd-sec { background: #fff; padding: 3% 0%; } .ppt-dwnd-sec a { background: #4a9461; padding: 3%; display: inline-block; float: left; text-align: center; /* margin: 0% 2%;*/ /* width: 21%;*/ font-size: 21px; font-weight: 700; color: #fff;transition: 0.3s; } .ppt-dwnd-sec i { font-size: 28px; margin-right: 4%; } .ppt-dwnd-sec a:hover { transform: translateY(-12px); } .down-ppt-btn a:before { content: "bb"; height: 18px; bottom: 0; width: 50px; box-shadow: 3px 6px 4px #ccc; background: #ccc; } a.down-ppt-btn {background: #019bdb;border:2px solid #019bdb;} a.contact-clr-btn{background: #f66b44;border:2px solid #f66b44;} a.rqt-clr-btn{background: #af0477;border:2px solid #af0477;} a.log-clr-btn{background: #e9971e;border:2px solid #e9971e;} a.down-ppt-btn:hover {background: #fff;color:#019bdb;box-shadow: 0px 8px 8px #019bdb33; } a.contact-clr-btn:hover {background: #fff;color:#f66b44;box-shadow: 0px 8px 8px #f66b4447;} a.rqt-clr-btn:hover {background: #fff;color:#af0477;box-shadow: 0px 8px 8px #af047730;} a.log-clr-btn:hover {background: #fff;color:#e9971e;box-shadow: 0px 8px 8px #e9971e2b;} img.service-top-img {width: 111%;} #service { background: linear-gradient(141deg, #2e429d 0%, #28a0da 51%, #2d47a1 75%); padding: 4% 0%; } #service h3,#service h4,#service h2,.tab-content h4,.tab-content h3,.tab-content h2{color: #fea !important; } #service p{color: #fff !important; } #topBtn { display: none; position: fixed; bottom: 20px; right: 30px; z-index: 99; border: none; outline: none; background-color: #0f9791; color: white; cursor: pointer; padding: 15px; border-radius: 10px; box-shadow: 5px 4px 9px rgba(49, 78, 36, 0.19); transition: 0.3s; } #topBtn:hover { background-color: #4caf50; transform: translateY(-10px); transition: 0.3s; transition-property: initial; transition-duration: 0.3s; transition-timing-function: initial; transition-delay: initial; } .srl-up-img-wr { position: absolute; bottom: 0; z-index: 99; left: 46%; } /*.about-wr .srl-up-img-wr { bottom: -51px; }*/ .srl-up-img i { position: absolute; -webkit-transform: translateX(-50%); transform: translateX(-50%); color: #42b773; font-size: 38px; left: 50%; top: 17px; transition: 0.2s; } /*new-feature*/ .feature-wr .banner { background: url(../imgs/Newimages/about-bg.png) no-repeat;display: block; background-size: cover; position: relative; background-attachment: fixed;background-position: center; } .service-wr .banner { background: url(../imgs/Newimages/banner1.jpg) no-repeat;display: block; background-size: cover; position: relative; /* background-attachment: fixed;*/ } .about-wr .banner { background: url(../imgs/Newimages/about-bg3.png) no-repeat;display: block; background-size: cover; position: relative; /* background-attachment: fixed;*/ } .contact-wr .banner { background: url(../imgs/Newimages/contact-banner.jpg) no-repeat;display: block; background-size: cover; position: relative; /* background-attachment: fixed;*/ } .pricing-wr .banner { background: url(../imgs/Newimages/general-banner.jpg) no-repeat;display: block; background-size: cover; position: relative; background-attachment: fixed; } .about-wr .banner .fixed-banner, .feature-wr .banner .fixed-banner, .service-wr .banner .fixed-banner, .contact-wr .banner .fixed-banner, .pricing-wr .banner .fixed-banner { min-height: 794px; } .about-wr .banner-middle .inner, .feature-wr .banner-middle .inner, .service-wr .banner-middle .inner, .contact-wr .banner-middle .inner, .pricing-wr .banner-middle .inner { vertical-align: middle; } .banner-middle .inner { display: table-cell; vertical-align: bottom; text-align: center; } .banner { overflow: hidden; } .banner .fixed-banner { position: relative; width: 100%; min-height: 700px; background-repeat: no-repeat; /* background-size: cover; */ background-position: center; } .banner-address { position: absolute; width: 100%; height: 100%; } .banner-middle { position: absolute; display: table; width: 100%; height: 100%; margin: 0 auto; top: 0; left: 0; } .banner-detail a { padding: 10px 20px; background-color: #f15651; color: #fff; text-decoration: none; border: 2px solid #f15651; margin-right: 13px; font-size: 18px; display: inline-block; transition: 0.3s; margin-top: 2%; } .banner-detail a:hover { background-color: transparent; color: #f15651; font-weight: 500; } /*fea-tab*/ .fea-tab-wr .nav-tabs { border-bottom: none !important; text-align: center; } .fea-tab-wr .nav-tabs > li { margin-bottom: 5px; width: 154px; text-align: center; display: inline-block; float: none; } .fea-tab-wr .nav-tabs > li.active > a, .fea-tab-wr .nav-tabs > li.active > a:hover, .fea-tab-wr .nav-tabs > li.active > a:focus { color: #fff; cursor: default; background-color: #389a48; border: none; } .fea-tab-wr .nav-tabs a { background-color: #cdd2d5; border-radius: 4px; border: 0 !important; color: #fff; } .fea-tab-wr .nav > li > a:hover, .fea-tab-wr .nav > li > a:focus { text-decoration: none; background-color: #5d5c5c; } .tab-content { float: left; padding: 3% 0; } .row-container { margin-right: -15px; margin-left: -15px; padding-top: 50px; } .column-inner { box-sizing: border-box; padding-left: 15px; padding-right: 15px; width: 100%; } .wrapper { box-sizing: border-box; } .activity-item { padding: 20px 15px 30px; text-align: center; /* border: 1px solid #FF4F57;*/ -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; margin-bottom: 85px; } .activity-item .icon { margin: 0 auto; width: 50px; height: 50px; /* background: white;*/ display: table; border-radius: 4px; /*border: 1px solid #ffffff;*/ } .activity-item h3, .bright-feature-item .content h3, .section-title { font-weight: 700; letter-spacing: 1px; } .activity-item h3 { font-size: 16px; text-transform: uppercase; padding: 10px 0; color: #FF4F57; } /*.column-inner:hover .activity-item { transform: translateY(-71px); }*/ .column-inner .wrapper { /* box-sizing: border-box; */ /* border: 1px solid #FF4F57;*/ border-radius: 5px; height: 219px; margin-bottom: 82px; background: linear-gradient(141deg, #337ab7 0%, #2b72af 51%, #337ab7 75%); } .wrapper:hover > .activity-item { transform: translateY(-79px); transition: 0.4s; } .activity-item-blue .icon img { margin: 7px auto; display: table-cell; vertical-align: middle; font-size: 20px; } .show-hr-p { opacity: 0; transition: 0.3s; color: #fff; } .wrapper:hover .show-hr-p { display: block; opacity: 1; } /*about*/ .banner-detail img { width: 88%; } /*.abt-heading { background-color: #4362bb; font-size: 18px; height: 278px; margin-top: -21px; width: 100%; background-size: cover; } */ .about-wr #inner_content { padding: 0; } .vis-mis-wr img { position: relative; border-radius: 9px; } .vis-mis-wr .text-wr { position: absolute; top: 57%; color: #fff !important; left: 10%; background: #383636c7; } .vis-mis-wr .text-wr h3,.about-project h2{ width: 150px; color: #ffffff !important; background: #f05550; padding: 2%; margin: 0; margin-left: -15px; } .about-project h2{ width: auto; margin-left: -30px; } .vis-mis-wr .text-wr h3:after,.about-project h3:after { content: ""; width: 0; height: 0; border-style: solid; border-width: 45px 40px 0 0; border-color: #e01e18 transparent transparent transparent; position: absolute; top: 0; left: 150.1px; } .Values-wr h2:after{ content: ""; width: 0; height: 0; border-style: solid; border-width: 54px 40px 0 0; border-color: #e01e18 transparent transparent transparent; position: absolute; top: 0; left: 97.4%;} /*section{float: left;}*/ section.about-project{background: linear-gradient(to right,#2097d0 0%,#2097d0 50%,#eee 50%,#eee 100%); padding: 3% 0%;} .abt-shine-wr {width: 90%;margin: 0 auto;} .Values-wr img { width: 88%; text-align: center; margin: 16px auto; } .Values-wr h4 { font-size: 25px; } .contact-wr .banner-detail { margin-top: 11%; } .contact-input-wr { background: rgba(0, 0, 0, .5); padding: 4%; } .contact-wr .btn-primary { color: #fff; background-color: #f05551; border-color: #ffffff; } .contact-wr .control-label { font-weight: bold; font-size: 15px;color: #fe8b0c;float: left; } .contact-wr .btn-primary:hover { color: #f05551; background-color: #ffffff; border-color: #f05551; } .contact-wr .form-control{border-radius: 0;} .contact-wr h1.banner-content { color: yellow !important; } .contact-wr .banner-detail { font-size: 22px; color: #fff; font-weight: normal; } .alert-danger {font-size: 13px;} .contact-wr #inner_content img {width: 100%;} .add-on-ser h3{font-size: 20px;} .add-on-heading {background: #e69c3b;padding: 3% 2%;margin-bottom: 3%;margin-top: 3%;} .sprite.pricing-basic{ background-position: 2px -221px; width: 83px; height: 30px; margin: 0 auto; transition: 0.2s; margin-top: 12px;} .sprite.pricing-sta{ background-position: -105px -221px; width: 83px; height: 30px; margin: 0 auto; transition: 0.2s; margin-top: 12px;} .sprite.pricing-pri{ background-position: -210px -191px; width: 83px; height: 61px; margin: 0 auto; transition: 0.2s; margin-top: 12px;} .sprite.pricing-micro{ background-position: -295px -220px; width: 83px; height: 30px; margin: 0 auto; transition: 0.2s; margin-top: 12px;} /*add-on*/ .plan-container .plan-header { padding: 14px 0; border-radius: 5px 5px 0 0; background-color: #ffffff; text-align: center; border: 2px solid #f95d5d; border-bottom: 0; } .plan-header-voice { background: url(../images/images/voice-call.jpg) no-repeat; background-size: cover; } .plan-container .plan-header h2 { font-weight: bold; margin: 0; /* text-shadow: 0px 2px 3px #000; */ padding-top: 0.625em; } .rate-wr { background: #f95d5d; padding: 10px; text-align: center; } .add-on-rate { font-size: 25px !important; font-weight: 600; color: #ffffff !important; line-height: 16px; } .plan-container .plan-details button { background-color: #1b89c1; padding: 20px 0; border-radius: 3px; color: #fff; text-align: center; width: 100%; border: 0; } .sec-1-wr { margin-bottom: 3%; } .basic-wr-pricing { background: #08a4f1 !important; float: left; } .standard-wr-pricing { background: #ffb204 !important; float: left; } .add-on-wr h2.cap.head-h.gray { font-size: 45px; font-weight: 600; } .owl-item p{text-align: center !important} @media screen and (min-width:768px){ .navbar-brand{ display:none; } } .modal-body { position: relative;padding: 15px;border-radius: 0px;color: #3e5062; } .modal-body {position: relative;padding: 15px;border-radius: 0px;color: #3e5062;} #feature-popup .modal-content{background-repeat:no-repeat;background-size: cover; background: #d9edf7;border-radius: 0; border: none;} #feature-popup .modal-footer{border-top: 0px;background: #3E5062;} #feature-popup .modal-header {padding: 2px 12px;border-bottom: 0px;} #feature-popup h4.modal-title {color: #fff;} #feature-popup li {list-style-image:url(../imgs/popup/list-img.png); font-weight: 700;} #feature-popup .btn-success {color: #ffffff;background-color: #D43C00;border-color: #D43C00;font-size: large;transition: 0.2s;font-weight: 400; margin-right: 2%;} #feature-popup .btn-success:hover { background-color: #c73c05;color: #ffffff;} #feature-popup .modal-dialog {margin:10% auto;min-width: 320px;max-width: 663px;} #feature-popup span.congrat {display: block;font-size: 26px;color: #0180ff;margin-left: 3%;font-weight: bold;} #feature-popup span.shine-scroll{display: block;font-size: 22px;color: #ad7504;margin-left: 5%;} #feature-popup img.Coming-soon-rib {position: absolute;top: -13px;right: -12px;z-index: 999;} #feature-popup img.pop-foot-logo {width: 50%;} /*blink*/ .blink { animation: blink-animation 0.4s steps(5, start) infinite; -webkit-animation: blink-animation 0.4s steps(5, start) infinite; } @keyframes blink-animation { to { visibility: hidden; } } @-webkit-keyframes blink-animation { to { visibility: hidden; } } /*blink*/ /*jumping-text*/ .angrytext { -webkit-animation: jump 1.5s ease 0s 1 normal ; animation: jump 1.5s ease 0s 1 normal ; } @-webkit-keyframes jump { 0%{ -webkit-transform: translateY(0); transform: translateY(0); } 20%{ -webkit-transform: translateY(0); transform: translateY(0); } 40%{ -webkit-transform: translateY(-30px); transform: translateY(-30px); } 50%{ -webkit-transform: translateY(0); transform: translateY(0); } 60%{ -webkit-transform: translateY(-15px); transform: translateY(-15px); } 80%{ -webkit-transform: translateY(0); transform: translateY(0); } 100%{ -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes jump { 0%{ transform: translateY(0); } 20%{ transform: translateY(0); } 40%{ transform: translateY(-30px); } 50%{ transform: translateY(0); } 60%{ transform: translateY(-15px); } 80%{ transform: translateY(0); } 100%{ transform: translateY(0); } } /*jumping-text*/ /*floting*/ .floating { animation-name: floating; animation-duration: 3s; animation-iteration-count: infinite; animation-timing-function: ease-in-out; margin-right: 14px; } @keyframes floating { from { transform: translate(0, 0px); } 65% { transform: translate(0, 10px); } to { transform: translate(0, -0px); } } #feature-popup span.for-more-update { display: block; width: 180px; text-align: left; margin: 4% auto; } #feature-popup span.update-cmt { margin-left: 18px; display: block; } div#gif-pop { width: 80%; margin: 0 auto; overflow: initial; } /*floting*/ div#feature-popup span.blink {color: #4cb350;} /*modal*/ /*price-page*/ .inner_standard.basic-plan {background: #20a8d8;} .inner_standard.standard-plan {background: #f9c900;} .inner_standard.premium-plan {background: #f86c6b;} .pricing-tb td img {width: 42px;} .table-responsive.pricing-tb {background: #fff;} .pricing-tb img.g-tick {width: 14px;margin: 0 auto;} .pricing-tb img.pricing-cs-png {position: absolute;width: 100px;top: -6px;right: -7px;} .pricing-tb td:first-child {text-align: left;font-weight:700;}​ .control-round .carousel-control.left { display: none !important; } .control-round .carousel-control.right { display: none !important; } .add-on-wr h2{color: rgb(38, 128, 171) !important;font-size: 25px;} /*media-query*/ @media only screen and (min-width:1366px){ } @media only screen and (max-width:1366px) and (min-width:1023px){ /*.about-wr .banner .fixed-banner, .feature-wr .banner .fixed-banner, .service-wr .banner .fixed-banner, .contact-wr .banner .fixed-banner, .pricing-wr .banner .fixed-banner { min-height: 568px; }*/ .menu .navbar-nav > li > a { padding-left: 17px; padding-right: 17px;} } @media only screen and (max-width:1024px) and (min-width:771px){ .vis-mis-wr .text-wr h3:after, .about-project h3:after {border-width: 42px 40px 0 0;} .s-robo {width: 140px;top: 32%;} .about-wr .banner .fixed-banner, .feature-wr .banner .fixed-banner, .service-wr .banner .fixed-banner, .contact-wr .banner .fixed-banner, .pricing-wr .banner .fixed-banner { min-height: 668px;} .srl-up-img-wr {left: 42%;} .Values-wr h2:after {border-width: 50px 40px 0 0;left: 96.4%;} .pricing-wr .banner h1 {font-size: 29px !important;} } @media screen and (min-width:768px){ .navbar-brand{display:none;} .s-robo {width: 135px;top: 32%;} } @media only screen and (max-width: 770px) and (min-width: 639px){ .about-wr .banner .fixed-banner, .feature-wr .banner .fixed-banner {min-height: 340px;} #myNavbar .navbar-nav li {float: left;width: 88%;border-bottom: 1px solid #f7f5f5;} .banner-content {margin-top: 18%;} .banner-detail a {padding: 3px 15px;font-size: 14px;} .banner-content {font-size: 22px;} .fea-tab-wr .nav-tabs > li {padding: 0px;} .fea-tab-wr .nav-tabs > li {width: 141px;} .srl-up-img-wr{display: none;} /* .feature-wr .banner {background-size: contain !important;background-attachment: }*/ .navbar-toggle {position: absolute !important;right: 0px !important;} .mkdf-process-border{display: none;} .slide-text h1 {margin-top: 18px !important;} .index-mobile-wr {margin-left: 26% !important;} .index-mobile-wr.lap-dash {margin-left: 0 !important;} .ppt-dwnd-sec a {width: 25% !important; font-size: 15px;} .banner-detail img {width: 62%;margin-top: 36%;} .contact-wr .banner-detail img {margin-top: 0% !important;} p {font-size: 14px !important;} .image-sec1, .image-sec2 {margin-bottom: 8%;} .about-project {background: #1c5896 !important;} .Values-wr {background: #fff;} .Values-wr img {width: 171px;} .vis-mis-wr .text-wr h3:after, .about-project h3:after {border-width: 38px 40px 0 0 !important;} .carousel-inner.shine-top-scroll {height: 503px !important;} .shine-top-scroll .slide-text p {width: 100% !important; margin: 0 !important; } .slide-text {padding: 23% 38px !important;} .index-fea-wr-ul h4 {font-size: 16px;} .benefits-wr h2 {font-size: 20px;} .heading-div h2 {font-size: 24px;} .benefits-img-wr {float: left;} .service-img img {width: 80px;} .Values-wr h2:after{display: none;} .vis-mis-wr .text-wr h3:after, .about-project h3:after{display: none;} .service-top-img {width: 50%; margin: 0 auto;} .service-top-img {width: 50% !important; margin: 0 auto !important;} .contact-wr #inner_content img {width: 65px;} } @media only screen and (max-width: 640px) and (min-width: 320px){ .about-wr .banner .fixed-banner, .feature-wr .banner .fixed-banner {min-height: 340px;} #myNavbar .navbar-nav li {float: left;width: 88%;border-bottom: 1px solid #f7f5f5;} .banner-content {margin-top: 18%;} .contact-wr .banner-content {margin-top: 36%;} .banner-detail a {padding: 3px 15px;font-size: 14px;} .banner-content {font-size: 19px;} .fea-tab-wr .nav-tabs > li {padding: 0px;} .fea-tab-wr .nav-tabs > li {width: 141px;} .srl-up-img-wr{display: none;} /*.feature-wr .banner {background-size: contain !important;background-attachment: }*/ .navbar-toggle {position: absolute !important;right: 0px !important;} .mkdf-process-border{display: none;} .slide-text h1 {margin-top: 18px !important;} .index-mobile-wr {margin-left: 26% !important;} .index-mobile-wr.lap-dash {margin-left: 0 !important;} .ppt-dwnd-sec a {width: 50% !important; font-size: 15px;} .banner-detail img {width: 62%;margin-top: 36%;} .contact-wr .banner-detail img {margin-top: 0% !important;} p {font-size: 14px !important;} .image-sec1, .image-sec2 {margin-bottom: 20%;} .about-project {background: #1c5896 !important;} .Values-wr {background: #fff;} .Values-wr img {width: 54%;} .vis-mis-wr .text-wr h3:after, .about-project h3:after {border-width: 38px 40px 0 0 !important;} .carousel-inner.shine-top-scroll {height: 503px !important;} .slide-text {top: 40% !important;} .shine-top-scroll .slide-text p {width: 100% !important; margin: 0 !important;text-align: left; } .slide-text {padding:43% 38px !important} .index-fea-wr-ul h4 {font-size: 16px;} img.benefits {width: 100%;} .benefits-wr h2 {font-size: 20px;} .heading-div h2 {font-size: 24px;} .benefits-img-wr {float: left;} .service-img img {width: 80px;} .Values-wr h2:after{display: none;} .vis-mis-wr .text-wr h3:after, .about-project h3:after{display: none;} .service-top-img {width: 50% !important; margin: 0 auto !important;} .about-wr .banner .fixed-banner, .feature-wr .banner .fixed-banner, .service-wr .banner .fixed-banner, .contact-wr .banner .fixed-banner, .pricing-wr .banner .fixed-banner { min-height: 617px;} #header_top h3 {color: #f8f8f8;font-size: 10px;} .contact-wr #inner_content img {width: 65px;} .contact-input-wr {background: rgb(9, 95, 156);margin-top: 5%;} } @media screen and (max-width:320px){ .index-mobile-wr > img {width: 104% !important;} }
public/assets/css/style.css
@charset "utf-8"; @import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900'); *{margin:0px; padding:0px; outline:none !important;} body{ /*font-family: 'Roboto Slab', serif !important;*/ font-family: 'Lato', sans-serif !important; /*font-family: 'Quattrocento', serif !important;*/ overflow-x:hidden; /* background:#f7f7f7 !important;*/ } h1,h2,h3,h4,h5,h6{ /*font-family: 'Lato', sans-serif !important;*/ font-family: 'Spectral SC', serif !important; /*font-family: 'Roboto Slab', serif !important;*/ color:rgb(214, 58, 58) !important; } p {font-size: 16px;} li{list-style: none} .pad-t-3{padding-top: 3% !important;} a:hover {text-decoration: none !important;} #header_top{ position:absolute; width:100%; top:0px; left:0; z-index:10; box-shadow: 0px 3px 6px #484646; } #header_top h3{ color: #f8f8f8; font-size: 16px; font-weight: 400; background: #000; padding: 5px 14px; margin: 0 !important; } .head { clear: both; background: #ffffff; padding: 8px 0px; box-shadow: black 4px; /*-webkit-box-shadow: 1px 5px 8px 0px rgba(0,0,0,0.75); -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); box-shadow: 1px 5px 8px 0px rgba(0,0,0,0.75);*/ } .menu .navbar{ margin:8px 0px 0px 25px; } .menu .navbar-nav > li > a{ color:#2b77bf; font-size:16px; padding-left:29px; padding-right:29px; transition:.3s ease; -webkit-transition:.3s ease-in; -moz-transition:.3s ease-in; -o-transition:.3s ease-in; } .menu .navbar-collapse{ padding:0px; } .menu .nav > li > a:hover, .menu .nav > li > a:focus, .menu .nav .active a{ color:#e79c3b; background:none; } .menu .navbar-right a{ padding-left:0px !important; padding-right:0px !important; } .menu .navbar-right a i{ padding-left:4px; } li.dropdown:hover > .dropdown-menu { display: block; } .v_algn i{ vertical-align: text-bottom; } #featured{ position:relative; color:#fff; } .ftd_img_pstn{ position:absolute; width:100%; } .ftd_img_pstn img{ left:55px; position:relative; width:73%; height:auto; } .ftd_img_pstn h1{ margin:35px 0px 25px; text-align:center; font-weight:900; color:#fff; font-size:30px; } .ftd_img_pstn h1:after{ content:''; position:relative; width:75px; padding-bottom:15px; margin:auto; display:block; color:#324a5e; border-bottom:5px solid #166184; } #green_bg{ background:#f5e5a3; } #blue_bg{ background:#f5e5a3; } #orange_bg{ background:#f5e5a3; } #lightgreen_bg{ background: #f5e5a3; } #green_bg, #blue_bg, #orange_bg, #lightgreen_bg{ padding:20px 0px; min-height:240px; } #green_bg h3, #blue_bg h3, #orange_bg h3, #lightgreen_bg h3{ font-size:13px; letter-spacing:.8px; font-weight:900; margin:10px 0px; text-transform:uppercase; color: #324a5e; text-align:center; } #green_bg p, #blue_bg p, #orange_bg p, #lightgreen_bg p{ font-size:13px; line-height:22px; margin-bottom:12px; width:95%; color: #464655; } #green_bg .zoom, #blue_bg .zoom, #orange_bg .zoom, #lightgreen_bg.zoom{ -webkit-transition: all 2s ease-in; -moz-transition: all 2s ease-in; -ms-transition: all 2s ease-in; transition: all 2s ease-in; } #green_bg .zoom:hover, #blue_bg .zoom:hover, #orange_bg .zoom:hover, #lightgreen_bg .zoom:hover{ width:29%; } #green_bg .zoom1:hover, #blue_bg .zoom1:hover, #orange_bg .zoom1:hover, #lightgreen_bg .zoom1:hover{ width:33%; } #blue_bg .zoom2:hover{ width:37%; } .grid_1:after, .grid_2:after, .grid_3:after, .grid_4:after{ content:''; position:absolute; height:100%; display:block; top:0; right:5px; border-right:1px solid #9cbf6f; } .grid_1:after{ border-right:1px solid #9cbf6f; } .grid_2:after{ border-right:1px solid #60acd3; } .grid_3:after{ border-right:1px solid #dd825c; } .grid_4:after{ border-right:1px solid #f2f2f2; } .pd_lft h3, .pd_lft p{ padding-left:15px; } .no_pad{ padding-left:0px !important; padding-right:0px !important; } #slide{ position:relative; min-height:340px; } #slide1{ position:relative; min-height:360px; } #slide h1{ width:48%; } #slide h1, #slide1 h1{ color:#fff; line-height:38px; position:relative; z-index:1; margin:0px ; letter-spacing:.5px; text-align:center; font-size:26px; font-weight:900; display:inline-block; padding:130px 0px 0px; } #slide1 h1{ position:absolute; right:70px; width:50%; } .sld_power{ z-index:10; padding-top:35px; } .slide2{ position:absolute !important; left:0; } .bg{ min-height:340px !important; position:absolute !important; left:0; background:url(../imgs/Newimages/bg.jpg) no-repeat center; background-size:cover; } .bg_overlay{ position:absolute; left:0; top:0; right:0; height:100%; background-color:rgba(22, 97, 152, 0.9); } .bg:after{ content:''; position:absolute; right:0; width: 0; z-index:8; height: 0; border-top: 340px solid #f7f7f7; border-left: 140px solid transparent; } .bg1{ min-height:360px !important; position:absolute !important; right:0; background:url(../imgs/Newimages/bg1.jpg) no-repeat center; background-size:cover; } .bg1:before{ content:''; position:absolute; left:0; width: 0; height: 0; z-index:8; border-bottom: 360px solid #f7f7f7; border-right: 140px solid transparent; } .box-about { background: #0e7094; padding: 40px; margin-bottom:50px; } .box-about p{ line-height:27px; color:#ffffff; margin-top:15px;} /*color text */ .color-orange { color: #e3801e; } .color-green { color: #80b23f; } .color-blue { color: #2997ce; } /*section */ .sec { position: relative; } .sec-left { position: absolute; left: 0px; width: 100%; height: 340px; background: url(../images/left.png) no-repeat; background-position: left;/* height: 340px;*/ } .sec-right { position: absolute; right: 0px; width: 100%; height: 340px; background: url(../images/right.png) no-repeat; background-position: right; } .no-padd { padding-left: 0px; padding-right: 0px; } .carousel-control.left { background: none !important; } .carousel-control.right { background: none !important; } .s-logo-section { position: relative; } .s-logo { position: absolute; top: 27%; left: 45.5%; right: 46%; z-index: 99999; } .s-logo-section h3 { padding-bottom: 10px; color: #FFEB3B; margin:0px; font-weight:900; font-size:18px; } /* title underline */ .line1 { position: relative; } .line1:before { content: ""; position: absolute; padding-top: 20px; width: 14%; top: 20px; height: 1px; bottom: 0; left: 43%; right: 43%; border-bottom: 4px solid #166184; } .line2 { position: relative; } .line2:before { content: ""; position: absolute; padding-top: 20px; width: 50%; top: 20px; height: 1px; bottom: 0; left: 25%; right: 25%; border-bottom: 4px solid #166184; } .line3 { position: relative; padding-bottom: 10px; font-weight:900; } .line3:before { content: ""; position: absolute; padding-top: 25px; width: 9%; top: 20px; height: 1px; bottom: 0; left: 45%; right: 45%; border-bottom: 6px solid #000; } .line4 { position: relative; } .line4:before { content: ""; position: absolute; padding-top: 20px; width: 10%; top: 10px; height: 1px; bottom: 0; right: 0%; border-bottom: 4px solid #166184; } .line5 { position: relative; } .line5:before { content: ""; position: absolute; padding-top: 20px; width: 10%; top: 10px; height: 1px; bottom: 0; left: 0%; border-bottom: 4px solid #166184; } #clients{ padding-top:20px; padding-bottom:25px; background: url(../imgs/Newimages/doted-bg.png) ; box-shadow: 3px 3px 10px #676d71; } .download-sec { padding-top: 40px; padding-bottom: 30px; } /* foooter */ .footer-sec { padding-top: 10px; padding-bottom: 10px; box-shadow: 3px 4px 13px #000; background: linear-gradient(141deg, #2b93c952 0%, #ffffff 51%, #2b93c952 75%); } .footer-sec h2 { color: #333e50; font-weight: 700; position: relative; padding-bottom: 20px; } .copyright ul li a { color: #000; text-decoration: none; } .copyright { padding-top: 6px; padding-bottom: 5px; background-color: #2b93c9; } /* Subscribe box*/ .input-group { margin: 11px 0px; width: 282px; } input.btn.btn-lg, input.btn.btn-lg:focus { outline: none; background: none; border: 1px solid #ccc !important; text-align: left; width: 60%; height: 45px; border-radius: 0; } button.btn { width: 40%; height: 45px; border-top-left-radius: 0; border-bottom-left-radius: 0; } .promise { color: #999; } /*social Icon*/ ul.social-network { list-style: none; display: inline; margin-left: 0 !important; padding: 0; margin-top: 9px; } ul.social-network li { display: inline; margin: 0px -2px; } .social-network a.icon:hover { background-color: #000; } .social-network a.icon1 { background-color: #4671c5; } .social-network a.icon2 { background-color: #4acff4; } .social-network a.icon3 { background-color: #c7c6b2; } .social-network a.icon4 { background-color: #fe4d5d; } .social-network a.icon5 { background-color: #70c9e1; } a.socialIcon:hover, .socialHoverClass { color: #44BCDD; } .social-circle li a { display: inline-block; position: relative; background-color: #00000000; margin: 0 auto 0 auto; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 16%; text-align: center; width: 35px; margin: 1%; height: 35px; border: 2px solid #fff; font-size: 20px; } .social-circle li i { margin: 0; line-height: 35px; text-align: center; } .social-circle li a:hover i, .triggeredHover { -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -ms--transform: rotate(360deg); transform: rotate(360deg); -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; transition: all 0.2s; } .social-circle i { color: #fff; -webkit-transition: all 0.8s; -moz-transition: all 0.8s; -o-transition: all 0.8s; -ms-transition: all 0.8s; transition: all 0.8s; } .btn1 { background: #166184; font-weight: 700; border-radius: 6px; color: #FFF; font-size: 12px; padding: 10px 25px 10px 25px; text-decoration: none; } .btn1:hover { background: #006697; color: #FFF; text-decoration: none; } a.btn1{ text-decoration:none;} .sld_power .btn-primary{ font-size:12px; font-weight:700; background:#006697; padding:10px 30px; } .sld_power .line5, .download-sec .line5{ font-size:20px; font-weight:900; padding-bottom:20px; color:#166198; text-transform:uppercase; } .sld_power p{ line-height:27px; color:#333; width:85%; text-align:justify; } /*Inner Page Styles*/ #header_top .in_txt{ color:#f4f4f4; } #inner_banner{ width:100%; float:left; min-height:105px; /*background:linear-gradient(141deg, #2e429d 0%, #28a0da 51%, #2d47a1 75%);*/ } /* #inner_banner img{ width:100%; height:auto; } */ #inner_content{ padding:40px 0px 30px; } #inner_content h1, #inner_content h3, #inner_content h4{ margin:0px; font-weight:900; color:#e69c3b; display:inline-block; text-transform:uppercase; } #inner_content h1{ font-size:27px; padding-bottom:25px; } #inner_content h3, #inner_content h4{ font-size:18px; display:inline-block; padding:15px 0px; line-height:24px; } #inner_content h4:after{ content: ''; position: absolute; top: 60px; right: 15px; padding-bottom: 10px; width: 40%; border-bottom: 4px solid #333e50; } #inner_content h1:after, #inner_content h3:after{ content:''; position:relative; left:0px; width:75%; top:0px; display:block; padding-bottom:10px; border-bottom: 4px solid #333e50; } #inner_content .shine:after{ width:45% !important; } #inner_content .std:after{ width:20% !important; top:38px !important; } #inner_content p{ color:#222; text-align:justify; line-height:25px; font-size:14px; margin-bottom:20px; } .brdr_rgt:before{ content:''; position:absolute; left:30px; height:100%; border-left:1px solid #166198; } .brdr_rgt .list-unstyled{ line-height:30px; padding-left:48px; font-weight:700; color:#222; } .brdr_rgt .list-unstyled i{ color:#e69c3b; padding-right:8px; } .lst .list-unstyled{ margin-top:60px; } .lst1{ padding-right:5px !important; } .lst1 .list-unstyled{ margin-top:80px; } .lst .list-unstyled, .lst1 .list-unstyled{ margin-left:5px; font-weight:normal !important; text-align:justify; } .lst .list-unstyled li{ line-height:24px; padding-bottom:10px; color:#222; } .lst1 .list-unstyled li{ line-height:22px; padding-bottom:8px; color:#222; } .lst .list-unstyled li:before, .lst1 .list-unstyled li:before, .lst1 .lst_ftd li:before{ content:'\f0da'; position:absolute; left:5px; font-family:fontAwesome; color:#002b4b; font-size:16px; } .lst1 .lst_ftd{ list-style-type:none; margin-top:120px; } .lst1 .lst_ftd li{ padding-bottom:10px; } .mg_tp{ clear:both; margin-top:15px; } .mg_tp1{ margin-top:70px; } #dashboard{ background:url(../imgs/Newimages/dashboard.jpg) no-repeat; background-size:cover; padding:40px 0px 50px; position:relative; color:#f9f9f9; } #dashboard:before{ content:''; position:absolute; left:0; top:0; right:0; height:100%; width:100%; background:rgba(22, 97, 152, 0.9); opacity:0.65; } #dashboard h1, #master_table h1{ margin:0px; color:#fff; text-align:center; z-index:3; position:relative; text-transform:uppercase; font-size:28px; font-weight:700; display:block; } #dashboard h1:after, #master_table h1:after{ content:''; position:relative; width:100px; padding-bottom:10px; margin:0px auto 30px; display:block; border-bottom:5px solid #e69c3b; } #master_table h1{ color:#000; } .dashboard_bg{ background:rgba(218, 0, 60, 0.75); text-align:center; padding-top:25px; padding-bottom:25px; text-transform:uppercase; font-weight:700; font-size:14px; text-align:center; border-radius:2px; } .dashboard_bg i{ font-size:32px; padding-bottom:10px; } .dashboard_text{ overflow: hidden; position: relative; display: block; } .dashboard_text:hover .dashboard_caption{ display: block; top: 0%; } .dashboard_caption{ height: 100%; width: 100%; position: absolute; text-align: center; padding:10px; top: -100%; background-color: rgba(2, 88, 151, 0.8); -o-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } #master_table{ background:#ececec; position:relative; padding:40px 0px 0px; } #master_table h5{ margin:15px 0px 50px; font-weight:900; color: #166198; text-transform:uppercase; } #master_table p{ margin-bottom:50px; } #master_table i{ font-size: 60px; color: #166198; } #employee_ftd{ background:url(../imgs/Newimages/employee-ftd.jpg) no-repeat; background-size:cover; padding:40px 0px; position:relative; color:#f9f9f9; } #employee_ftd:before{ content:''; position:absolute; left:0; top:0; right:0; height:100%; width:100%; background:rgb(22, 97, 152); opacity:0.75; } #employee_ftd h1{ position:relative; z-index:1; color:#f9f9f9; font-size:28px; font-weight:700; margin:10px 0px 28px; display:inline-block; } #employee_ftd h1:after{ content:''; position:absolute; width:35%; display:block; padding-bottom:14px; border-bottom:4.5px solid #e69c3b; } #employee_ftd .list-unstyled{ line-height:40px; } #employee_ftd .list-unstyled li span{ font-weight:900; padding-right:5px; } #employee_ftd .list-unstyled li i{ color:#e79c3b; padding-right:3px; } .emp_ftd{ padding-left:35px !important; } #featured_bottom{ padding:30px 0px 10px; } #featured_bottom h3{ margin:0px 0px 15px; font-size:20px; color:#e69c3b; font-weight:700; } #featured_bottom p{ margin:0px; line-height:22px; text-align:justify; } #featured_bottom li{ line-height:26.5px; padding-top:15px; } #featured_bottom li i{ font-size:8px; vertical-align:middle; padding-right:8px; padding-left:15px; } .form-control::-webkit-input-placeholder { font-family: 'Lato', sans-serif; font-size:12px !important; color:#bbb !important; } .form-control:-moz-placeholder{ font-family: 'Lato', sans-serif; font-size:12px !important; color:#bbb !important; } .form-control::-moz-placeholder{ font-family: 'Lato', sans-serif; font-size:12px !important; color:#bbb !important; } .form-control:-ms-input-placeholder{ font-family: 'Lato', sans-serif; font-size:12px !important; color:#bbb !important; } .address:before, .email:before, .mobile:before, .phon:before{ font-family:fontAwesome; position:absolute; color:#e69c3b; } /*.address:before{ content:'\f041'; font-size:22px; left:15px; } .email:before{ content:'\f0e0'; font-size:18px; left:10px; } .mobile:before{ content:'\f10b'; font-size:28px; left:15px; } */ .phon:before{ content:'\f095'; font-size:20px; left:15px; } /*.address, .email, .mobile, .phon{ padding-left:20px; }*/ .address strong, .email strong, .mobile strong, .phon strong{ font-size:15px; color:#f04343; } .email a{ color:#333e50; } .lst2{ margin-top:60px; } #clients a img{ margin-bottom:12px; } .thumbnail {margin-bottom:6px;} .gl_pop .carousel-control.left, .gl_pop .carousel-control.right{ background-image:none; margin-top:40%; width:5%; } .gl_pop .carousel-control.left i, .gl_pop .carousel-control.right i{ color:#166198; } .gl_pop .modal-dialog{ margin-top:100px; } .pricing_bg{ background:url(../imgs/Newimages/pricing-bg.jpg) no-repeat; background-size:cover; /*min-height:500px;*/ position:relative; } .pricing_bg:before{ content:''; position:absolute; left:0; right:0; top:0; bottom:0; background:rgb(22, 97, 152); } .pricing_bg h1{ position: relative; z-index: 2; display: block !important; text-align: center; width: 10%; padding-top:30px; margin: auto !important; color: #e79c3b !important; } .pricing_bg h1:after{ width:100% !important; border-bottom:4px solid #fff !important; } .inner_pricing_bg{ background:#fefefe; box-shadow:2px 5px 10px #bfbdbd; border-top-right-radius:20px; border-top-left-radius:20px; } .inner_standard{ background:#e79c3b; padding:20px 0px 15px; text-align:center; color:#fff; border-radius:0px; box-shadow:1px 1px 5px #333; } .inner_standard h5{ font-size:25px; text-transform:uppercase; margin:0px 0px 0px; font-weight:700; } .std_prce{ font-size:45px; font-weight:700; } .std_mnth{ font-size:14px; } .inner_pricing_bg ul{ line-height:40px; color:#222; font-weight:700; font-size:16px; padding:20px 0px; } .inner_pricing_bg ul li i{ padding-right:5px; font-size:18px; } [aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed { display: none; } .mg_tb{ margin-top:30px; } .mg_tb1{ margin-top:50px; } /*tam-11.1*/ .wishes-board-wr {position: fixed;top: 81%;z-index: 999;} .wishes-board-wr img.wishes-wr {width: 200px;} /*tam-12-01*/ /*new-modifi*/ .index-mobile-wr > img {width: 90%;} .fr {float: right !important} .navbar-toggle {background-color: #337ab7 !important;} .navbar-brand img {width: 77%;} .navbar-brand {padding: 0 !important;} .bs-slider .bs-slider-overlay{background: none !important;} .bs-slider {max-height: fit-content !important;} .shine-top-scroll .slide-text p { width: 70%; margin: 0 auto;} .shine-top-scroll .slide-text a.btn-primary { color: #28da3e;width: 241px; padding: 13px 23px; background: #ff572200; border: 2px solid; border-radius: 4px; -webkit-animation-delay: 1s; animation-delay: 1s; margin-top: 2%; margin-right: 2%; } .shine-top-scroll .slide-text a.btn-primary:hover {background: none; color: #ffb100;} .shine-top-scroll .slide-text a:hover i {color: #ffb100;} .shine-top-ar .carousel-control.left {/*background-color:#ffb100 !important;*/display: none;} .shine-top-scroll .item {max-height: 794px;} .rec-clnt-img {width: 111px;webkit-filter: grayscale(100%);filter: grayscale(100%);opacity: 0.7;transition: 0.3s;} .rec-clnt-img:hover {filter: none;opacity: 1;} .col-md-4.index-mobile-wr.text-center {position: relative;} .mob-in-slide {position: absolute;top: 15%;z-index: -99;width: 62%;left: 19.5%;height: 508px;} .col-md-8.index-fea-wr li {padding: 1% 0%;font-size: 18px;} .shine-intro{background:url(../imgs/Newimages/spk-bg-sm.png) no-repeat; } /**/ .service-block { margin-bottom: 40px; } .heading-bar { display: block; border-bottom: 2px solid #f15651 !important; width: 50px; margin: 7px auto; } .mkdf-process-border { position: absolute; top: 28%; left: calc(84% + 0px); } .service-img { display: block; text-align: center; margin-bottom: 40px; } .shine-top-scroll h1{color: #fff !important;} .heading-div {padding-bottom: 3% !important;} .index-mobile-wr {z-index: 9;} .more-fe-index a {background: #3375a7;display: inline-block;padding: 9px 14px;color: #fff;text-decoration: none;} .more-fe-index a:hover {background: #075896;color: #fff;text-decoration: none;} .try-demo-wr { margin: 3% 0%; background: #0f6097; padding: 3% 0%; } .white{color: #fff !important;} .yellow{color: #fea !important;} .red{color: #d63a3a !important;} .try-demo-wr h4{color: #fff !important;} .version {font-size: 80px;} .jumbotron.version-bg {background: #fff;} .s-robo {width: 175px; position: absolute; top: 28%; left: 7%;} a.try-free-btn { padding: 1%; background: white; border: 2px solid #d63a3a; color: #d63a3a !important; margin-top: 12px !important; display: inline-block; transition: 0.3s; } a.try-free-btn:hover { background: #d63a3a; color: #fff !important; text-decoration: none; } .index-mobile-wr.lap-dash > img { width: 86% !important; } .lap-dash .mob-in-slide {top: 8% !important;} .sprite{background: url(../imgs/Newimages/dash-sprite-ic.png) no-repeat;display: block;} .sprite.ad-mgnt { background-position:-6px -91px; width: 83px; height: 83px; margin: 0 auto;transition: 0.2s;margin-top: 12px; } .sprite.emp-ic { background-position:-111px -91px; width: 83px; height: 83px; margin: 0 auto;transition: 0.2s;margin-top: 12px; } .sprite.sch-bus-ic { background-position:-216px -91px; width: 83px; height: 83px; margin: 0 auto;transition: 0.2s;margin-top: 12px; } .sprite.msg-ic { background-position:-324px -91px; width: 83px; height: 83px; margin: 0 auto;transition: 0.2s;margin-top: 12px; } .sprite.total-att-ic { background-position:-423px -91px; width: 83px; height: 83px; margin: 0 auto;transition: 0.2s;margin-top: 12px; } .sprite.sch-prf-ic { background-position:-530px -91px; width: 83px; height: 83px; margin: 0 auto;transition: 0.2s;margin-top: 12px; } .index-fea-wr-ul li:hover .sprite.ad-mgnt{background-position:-6px -3px;} .index-fea-wr-ul li:hover .sprite.emp-ic{background-position:-111px -3px;} .index-fea-wr-ul li:hover .sprite.sch-bus-ic{background-position:-216px -3px;} .index-fea-wr-ul li:hover .sprite.msg-ic{background-position:-324px -3px;} .index-fea-wr-ul li:hover .sprite.total-att-ic{background-position: -423px -3px;} .index-fea-wr-ul li:hover .sprite.sch-prf-ic{background-position:-530px -3px;} .index-fea-wr-ul h4 {color: #0f6097 !important} .benefits-img-wr img {width: 100%;} p{text-align: justify;} .benefits-img-wr .col-md-8 { background: #4f5356; border-radius: 6px; box-shadow: 3px 4px 3px #524c4c45; } .benefits-wr h2{ color: rgb(249, 194, 21) !important; } .benefits-wr p{ color: #fff; } .mar-t-5 { margin-top: 5% !important; } .benefits-wr { margin-bottom: 6px; } .foot-nav a { color: #3a3838; text-transform: uppercase; font-weight: 600; margin: 3px 1px; display: inline-block; padding: 0% 1%; } .border-rt-2 { border-right: 1px solid #ccc; } .ppt-dwnd-sec { background: #fff; padding: 3% 0%; } .ppt-dwnd-sec a { background: #4a9461; padding: 3%; display: inline-block; float: left; text-align: center; /* margin: 0% 2%;*/ /* width: 21%;*/ font-size: 21px; font-weight: 700; color: #fff;transition: 0.3s; } .ppt-dwnd-sec i { font-size: 28px; margin-right: 4%; } .ppt-dwnd-sec a:hover { transform: translateY(-12px); } .down-ppt-btn a:before { content: "bb"; height: 18px; bottom: 0; width: 50px; box-shadow: 3px 6px 4px #ccc; background: #ccc; } a.down-ppt-btn {background: #019bdb;border:2px solid #019bdb;} a.contact-clr-btn{background: #f66b44;border:2px solid #f66b44;} a.rqt-clr-btn{background: #af0477;border:2px solid #af0477;} a.log-clr-btn{background: #e9971e;border:2px solid #e9971e;} a.down-ppt-btn:hover {background: #fff;color:#019bdb;box-shadow: 0px 8px 8px #019bdb33; } a.contact-clr-btn:hover {background: #fff;color:#f66b44;box-shadow: 0px 8px 8px #f66b4447;} a.rqt-clr-btn:hover {background: #fff;color:#af0477;box-shadow: 0px 8px 8px #af047730;} a.log-clr-btn:hover {background: #fff;color:#e9971e;box-shadow: 0px 8px 8px #e9971e2b;} img.service-top-img {width: 111%;} #service { background: linear-gradient(141deg, #2e429d 0%, #28a0da 51%, #2d47a1 75%); padding: 4% 0%; } #service h3,#service h4,#service h2,.tab-content h4,.tab-content h3,.tab-content h2{color: #fea !important; } #service p{color: #fff !important; } #topBtn { display: none; position: fixed; bottom: 20px; right: 30px; z-index: 99; border: none; outline: none; background-color: #0f9791; color: white; cursor: pointer; padding: 15px; border-radius: 10px; box-shadow: 5px 4px 9px rgba(49, 78, 36, 0.19); transition: 0.3s; } #topBtn:hover { background-color: #4caf50; transform: translateY(-10px); transition: 0.3s; transition-property: initial; transition-duration: 0.3s; transition-timing-function: initial; transition-delay: initial; } .srl-up-img-wr { position: absolute; bottom: 0; z-index: 99; left: 46%; } /*.about-wr .srl-up-img-wr { bottom: -51px; }*/ .srl-up-img i { position: absolute; -webkit-transform: translateX(-50%); transform: translateX(-50%); color: #42b773; font-size: 38px; left: 50%; top: 17px; transition: 0.2s; } /*new-feature*/ .feature-wr .banner { background: url(../imgs/Newimages/about-bg.png) no-repeat;display: block; background-size: cover; position: relative; background-attachment: fixed;background-position: center; } .service-wr .banner { background: url(../imgs/Newimages/banner1.jpg) no-repeat;display: block; background-size: cover; position: relative; /* background-attachment: fixed;*/ } .about-wr .banner { background: url(../imgs/Newimages/about-bg3.png) no-repeat;display: block; background-size: cover; position: relative; /* background-attachment: fixed;*/ } .contact-wr .banner { background: url(../imgs/Newimages/contact-banner.jpg) no-repeat;display: block; background-size: cover; position: relative; /* background-attachment: fixed;*/ } .pricing-wr .banner { background: url(../imgs/Newimages/general-banner.jpg) no-repeat;display: block; background-size: cover; position: relative; background-attachment: fixed; } .about-wr .banner .fixed-banner, .feature-wr .banner .fixed-banner, .service-wr .banner .fixed-banner, .contact-wr .banner .fixed-banner, .pricing-wr .banner .fixed-banner { min-height: 794px; } .about-wr .banner-middle .inner, .feature-wr .banner-middle .inner, .service-wr .banner-middle .inner, .contact-wr .banner-middle .inner, .pricing-wr .banner-middle .inner { vertical-align: middle; } .banner-middle .inner { display: table-cell; vertical-align: bottom; text-align: center; } .banner { overflow: hidden; } .banner .fixed-banner { position: relative; width: 100%; min-height: 700px; background-repeat: no-repeat; /* background-size: cover; */ background-position: center; } .banner-address { position: absolute; width: 100%; height: 100%; } .banner-middle { position: absolute; display: table; width: 100%; height: 100%; margin: 0 auto; top: 0; left: 0; } .banner-detail a { padding: 10px 20px; background-color: #f15651; color: #fff; text-decoration: none; border: 2px solid #f15651; margin-right: 13px; font-size: 18px; display: inline-block; transition: 0.3s; margin-top: 2%; } .banner-detail a:hover { background-color: transparent; color: #f15651; font-weight: 500; } /*fea-tab*/ .fea-tab-wr .nav-tabs { border-bottom: none !important; text-align: center; } .fea-tab-wr .nav-tabs > li { margin-bottom: 5px; width: 154px; text-align: center; display: inline-block; float: none; } .fea-tab-wr .nav-tabs > li.active > a, .fea-tab-wr .nav-tabs > li.active > a:hover, .fea-tab-wr .nav-tabs > li.active > a:focus { color: #fff; cursor: default; background-color: #389a48; border: none; } .fea-tab-wr .nav-tabs a { background-color: #cdd2d5; border-radius: 4px; border: 0 !important; color: #fff; } .fea-tab-wr .nav > li > a:hover, .fea-tab-wr .nav > li > a:focus { text-decoration: none; background-color: #5d5c5c; } .tab-content { float: left; padding: 3% 0; } .row-container { margin-right: -15px; margin-left: -15px; padding-top: 50px; } .column-inner { box-sizing: border-box; padding-left: 15px; padding-right: 15px; width: 100%; } .wrapper { box-sizing: border-box; } .activity-item { padding: 20px 15px 30px; text-align: center; /* border: 1px solid #FF4F57;*/ -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; margin-bottom: 85px; } .activity-item .icon { margin: 0 auto; width: 50px; height: 50px; /* background: white;*/ display: table; border-radius: 4px; /*border: 1px solid #ffffff;*/ } .activity-item h3, .bright-feature-item .content h3, .section-title { font-weight: 700; letter-spacing: 1px; } .activity-item h3 { font-size: 16px; text-transform: uppercase; padding: 10px 0; color: #FF4F57; } /*.column-inner:hover .activity-item { transform: translateY(-71px); }*/ .column-inner .wrapper { /* box-sizing: border-box; */ /* border: 1px solid #FF4F57;*/ border-radius: 5px; height: 219px; margin-bottom: 82px; background: linear-gradient(141deg, #337ab7 0%, #2b72af 51%, #337ab7 75%); } .wrapper:hover > .activity-item { transform: translateY(-79px); transition: 0.4s; } .activity-item-blue .icon img { margin: 7px auto; display: table-cell; vertical-align: middle; font-size: 20px; } .show-hr-p { opacity: 0; transition: 0.3s; color: #fff; } .wrapper:hover .show-hr-p { display: block; opacity: 1; } /*about*/ .banner-detail img { width: 88%; } /*.abt-heading { background-color: #4362bb; font-size: 18px; height: 278px; margin-top: -21px; width: 100%; background-size: cover; } */ .about-wr #inner_content { padding: 0; } .vis-mis-wr img { position: relative; border-radius: 9px; } .vis-mis-wr .text-wr { position: absolute; top: 57%; color: #fff !important; left: 10%; background: #383636c7; } .vis-mis-wr .text-wr h3,.about-project h2{ width: 150px; color: #ffffff !important; background: #f05550; padding: 2%; margin: 0; margin-left: -15px; } .about-project h2{ width: auto; margin-left: -30px; } .vis-mis-wr .text-wr h3:after,.about-project h3:after { content: ""; width: 0; height: 0; border-style: solid; border-width: 45px 40px 0 0; border-color: #e01e18 transparent transparent transparent; position: absolute; top: 0; left: 150.1px; } .Values-wr h2:after{ content: ""; width: 0; height: 0; border-style: solid; border-width: 54px 40px 0 0; border-color: #e01e18 transparent transparent transparent; position: absolute; top: 0; left: 97.4%;} /*section{float: left;}*/ section.about-project{background: linear-gradient(to right,#2097d0 0%,#2097d0 50%,#eee 50%,#eee 100%); padding: 3% 0%;} .abt-shine-wr {width: 90%;margin: 0 auto;} .Values-wr img { width: 88%; text-align: center; margin: 16px auto; } .Values-wr h4 { font-size: 25px; } .contact-wr .banner-detail { margin-top: 11%; } .contact-input-wr { background: rgba(0, 0, 0, .5); padding: 4%; } .contact-wr .btn-primary { color: #fff; background-color: #f05551; border-color: #ffffff; } .contact-wr .control-label { font-weight: bold; font-size: 15px;color: #fe8b0c;float: left; } .contact-wr .btn-primary:hover { color: #f05551; background-color: #ffffff; border-color: #f05551; } .contact-wr .form-control{border-radius: 0;} .contact-wr h1.banner-content { color: yellow !important; } .contact-wr .banner-detail { font-size: 22px; color: #fff; font-weight: normal; } .alert-danger {font-size: 13px;} .contact-wr #inner_content img {width: 100%;} .add-on-ser h3{font-size: 20px;} .add-on-heading {background: #e69c3b;padding: 3% 2%;margin-bottom: 3%;margin-top: 3%;} .sprite.pricing-basic{ background-position: 2px -221px; width: 83px; height: 30px; margin: 0 auto; transition: 0.2s; margin-top: 12px;} .sprite.pricing-sta{ background-position: -105px -221px; width: 83px; height: 30px; margin: 0 auto; transition: 0.2s; margin-top: 12px;} .sprite.pricing-pri{ background-position: -210px -191px; width: 83px; height: 61px; margin: 0 auto; transition: 0.2s; margin-top: 12px;} .sprite.pricing-micro{ background-position: -295px -220px; width: 83px; height: 30px; margin: 0 auto; transition: 0.2s; margin-top: 12px;} /*add-on*/ .plan-container .plan-header { padding: 14px 0; border-radius: 5px 5px 0 0; background-color: #ffffff; text-align: center; border: 2px solid #f95d5d; border-bottom: 0; } .plan-header-voice { background: url(../images/images/voice-call.jpg) no-repeat; background-size: cover; } .plan-container .plan-header h2 { font-weight: bold; margin: 0; /* text-shadow: 0px 2px 3px #000; */ padding-top: 0.625em; } .rate-wr { background: #f95d5d; padding: 10px; text-align: center; } .add-on-rate { font-size: 25px !important; font-weight: 600; color: #ffffff !important; line-height: 16px; } .plan-container .plan-details button { background-color: #1b89c1; padding: 20px 0; border-radius: 3px; color: #fff; text-align: center; width: 100%; border: 0; } .sec-1-wr { margin-bottom: 3%; } .basic-wr-pricing { background: #08a4f1 !important; float: left; } .standard-wr-pricing { background: #ffb204 !important; float: left; } .add-on-wr h2.cap.head-h.gray { font-size: 45px; font-weight: 600; } .owl-item p{text-align: center !important} @media screen and (min-width:768px){ .navbar-brand{ display:none; } } .modal-body { position: relative;padding: 15px;border-radius: 0px;color: #3e5062; } .modal-body {position: relative;padding: 15px;border-radius: 0px;color: #3e5062;} #feature-popup .modal-content{background-repeat:no-repeat;background-size: cover; background: #d9edf7;border-radius: 0; border: none;} #feature-popup .modal-footer{border-top: 0px;background: #3E5062;} #feature-popup .modal-header {padding: 2px 12px;border-bottom: 0px;} #feature-popup h4.modal-title {color: #fff;} #feature-popup li {list-style-image:url(../imgs/popup/list-img.png); font-weight: 700;} #feature-popup .btn-success {color: #ffffff;background-color: #D43C00;border-color: #D43C00;font-size: large;transition: 0.2s;font-weight: 400; margin-right: 2%;} #feature-popup .btn-success:hover { background-color: #c73c05;color: #ffffff;} #feature-popup .modal-dialog {margin:10% auto;min-width: 320px;max-width: 663px;} #feature-popup span.congrat {display: block;font-size: 26px;color: #0180ff;margin-left: 3%;font-weight: bold;} #feature-popup span.shine-scroll{display: block;font-size: 22px;color: #ad7504;margin-left: 5%;} #feature-popup img.Coming-soon-rib {position: absolute;top: -13px;right: -12px;z-index: 999;} #feature-popup img.pop-foot-logo {width: 50%;} /*blink*/ .blink { animation: blink-animation 0.4s steps(5, start) infinite; -webkit-animation: blink-animation 0.4s steps(5, start) infinite; } @keyframes blink-animation { to { visibility: hidden; } } @-webkit-keyframes blink-animation { to { visibility: hidden; } } /*blink*/ /*jumping-text*/ .angrytext { -webkit-animation: jump 1.5s ease 0s 1 normal ; animation: jump 1.5s ease 0s 1 normal ; } @-webkit-keyframes jump { 0%{ -webkit-transform: translateY(0); transform: translateY(0); } 20%{ -webkit-transform: translateY(0); transform: translateY(0); } 40%{ -webkit-transform: translateY(-30px); transform: translateY(-30px); } 50%{ -webkit-transform: translateY(0); transform: translateY(0); } 60%{ -webkit-transform: translateY(-15px); transform: translateY(-15px); } 80%{ -webkit-transform: translateY(0); transform: translateY(0); } 100%{ -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes jump { 0%{ transform: translateY(0); } 20%{ transform: translateY(0); } 40%{ transform: translateY(-30px); } 50%{ transform: translateY(0); } 60%{ transform: translateY(-15px); } 80%{ transform: translateY(0); } 100%{ transform: translateY(0); } } /*jumping-text*/ /*floting*/ .floating { animation-name: floating; animation-duration: 3s; animation-iteration-count: infinite; animation-timing-function: ease-in-out; margin-right: 14px; } @keyframes floating { from { transform: translate(0, 0px); } 65% { transform: translate(0, 10px); } to { transform: translate(0, -0px); } } #feature-popup span.for-more-update { display: block; width: 180px; text-align: left; margin: 4% auto; } #feature-popup span.update-cmt { margin-left: 18px; display: block; } div#gif-pop { width: 80%; margin: 0 auto; overflow: initial; } /*floting*/ div#feature-popup span.blink {color: #4cb350;} /*modal*/ /*price-page*/ .inner_standard.basic-plan {background: #20a8d8;} .inner_standard.standard-plan {background: #f9c900;} .inner_standard.premium-plan {background: #f86c6b;} .pricing-tb td img {width: 42px;} .table-responsive.pricing-tb {background: #fff;} .pricing-tb img.g-tick {width: 14px;margin: 0 auto;} .pricing-tb img.pricing-cs-png {position: absolute;width: 100px;top: -6px;right: -7px;} .pricing-tb td:first-child {text-align: left;font-weight:700;}​ .control-round .carousel-control.left { display: none !important; } .control-round .carousel-control.right { display: none !important; } .add-on-wr h2{color: rgb(38, 128, 171) !important;font-size: 25px;} /*media-query*/ @media only screen and (min-width:1366px){ } @media only screen and (max-width:1366px) and (min-width:1023px){ /*.about-wr .banner .fixed-banner, .feature-wr .banner .fixed-banner, .service-wr .banner .fixed-banner, .contact-wr .banner .fixed-banner, .pricing-wr .banner .fixed-banner { min-height: 568px; }*/ .menu .navbar-nav > li > a { padding-left: 17px; padding-right: 17px;} } @media only screen and (max-width:1024px) and (min-width:771px){ .vis-mis-wr .text-wr h3:after, .about-project h3:after {border-width: 42px 40px 0 0;} .s-robo {width: 140px;top: 32%;} .about-wr .banner .fixed-banner, .feature-wr .banner .fixed-banner, .service-wr .banner .fixed-banner, .contact-wr .banner .fixed-banner, .pricing-wr .banner .fixed-banner { min-height: 668px;} .srl-up-img-wr {left: 42%;} .Values-wr h2:after {border-width: 50px 40px 0 0;left: 96.4%;} .pricing-wr .banner h1 {font-size: 29px !important;} } @media screen and (min-width:768px){ .navbar-brand{display:none;} .s-robo {width: 135px;top: 32%;} } @media only screen and (max-width: 770px) and (min-width: 639px){ .about-wr .banner .fixed-banner, .feature-wr .banner .fixed-banner {min-height: 340px;} #myNavbar .navbar-nav li {float: left;width: 88%;border-bottom: 1px solid #f7f5f5;} .banner-content {margin-top: 18%;} .banner-detail a {padding: 3px 15px;font-size: 14px;} .banner-content {font-size: 22px;} .fea-tab-wr .nav-tabs > li {padding: 0px;} .fea-tab-wr .nav-tabs > li {width: 141px;} .srl-up-img-wr{display: none;} /* .feature-wr .banner {background-size: contain !important;background-attachment: }*/ .navbar-toggle {position: absolute !important;right: 0px !important;} .mkdf-process-border{display: none;} .slide-text h1 {margin-top: 18px !important;} .index-mobile-wr {margin-left: 26% !important;} .index-mobile-wr.lap-dash {margin-left: 0 !important;} .ppt-dwnd-sec a {width: 25% !important; font-size: 15px;} .banner-detail img {width: 62%;margin-top: 36%;} .contact-wr .banner-detail img {margin-top: 0% !important;} p {font-size: 14px !important;} .image-sec1, .image-sec2 {margin-bottom: 8%;} .about-project {background: #1c5896 !important;} .Values-wr {background: #fff;} .Values-wr img {width: 171px;} .vis-mis-wr .text-wr h3:after, .about-project h3:after {border-width: 38px 40px 0 0 !important;} .carousel-inner.shine-top-scroll {height: 503px !important;} .shine-top-scroll .slide-text p {width: 100% !important; margin: 0 !important; } .slide-text {padding: 23% 38px !important;} .index-fea-wr-ul h4 {font-size: 16px;} .benefits-wr h2 {font-size: 20px;} .heading-div h2 {font-size: 24px;} .benefits-img-wr {float: left;} .service-img img {width: 80px;} .Values-wr h2:after{display: none;} .vis-mis-wr .text-wr h3:after, .about-project h3:after{display: none;} .service-top-img {width: 50%; margin: 0 auto;} .service-top-img {width: 50% !important; margin: 0 auto !important;} .contact-wr #inner_content img {width: 65px;} } @media only screen and (max-width: 640px) and (min-width: 320px){ .about-wr .banner .fixed-banner, .feature-wr .banner .fixed-banner {min-height: 340px;} #myNavbar .navbar-nav li {float: left;width: 88%;border-bottom: 1px solid #f7f5f5;} .banner-content {margin-top: 18%;} .contact-wr .banner-content {margin-top: 36%;} .banner-detail a {padding: 3px 15px;font-size: 14px;} .banner-content {font-size: 19px;} .fea-tab-wr .nav-tabs > li {padding: 0px;} .fea-tab-wr .nav-tabs > li {width: 141px;} .srl-up-img-wr{display: none;} /*.feature-wr .banner {background-size: contain !important;background-attachment: }*/ .navbar-toggle {position: absolute !important;right: 0px !important;} .mkdf-process-border{display: none;} .slide-text h1 {margin-top: 18px !important;} .index-mobile-wr {margin-left: 26% !important;} .index-mobile-wr.lap-dash {margin-left: 0 !important;} .ppt-dwnd-sec a {width: 50% !important; font-size: 15px;} .banner-detail img {width: 62%;margin-top: 36%;} .contact-wr .banner-detail img {margin-top: 0% !important;} p {font-size: 14px !important;} .image-sec1, .image-sec2 {margin-bottom: 20%;} .about-project {background: #1c5896 !important;} .Values-wr {background: #fff;} .Values-wr img {width: 54%;} .vis-mis-wr .text-wr h3:after, .about-project h3:after {border-width: 38px 40px 0 0 !important;} .carousel-inner.shine-top-scroll {height: 503px !important;} .slide-text {top: 40% !important;} .shine-top-scroll .slide-text p {width: 100% !important; margin: 0 !important;text-align: left; } .slide-text {padding:43% 38px !important} .index-fea-wr-ul h4 {font-size: 16px;} img.benefits {width: 100%;} .benefits-wr h2 {font-size: 20px;} .heading-div h2 {font-size: 24px;} .benefits-img-wr {float: left;} .service-img img {width: 80px;} .Values-wr h2:after{display: none;} .vis-mis-wr .text-wr h3:after, .about-project h3:after{display: none;} .service-top-img {width: 50% !important; margin: 0 auto !important;} .about-wr .banner .fixed-banner, .feature-wr .banner .fixed-banner, .service-wr .banner .fixed-banner, .contact-wr .banner .fixed-banner, .pricing-wr .banner .fixed-banner { min-height: 617px;} #header_top h3 {color: #f8f8f8;font-size: 10px;} .contact-wr #inner_content img {width: 65px;} .contact-input-wr {background: rgb(9, 95, 156);margin-top: 5%;} } @media screen and (max-width:320px){ .index-mobile-wr > img {width: 104% !important;} }
0.221856
0.043528
.mod-sidebar-appbox{ position: relative; width: 240px; height: 450px; background-color: #f0f3f5; } .mod-sidebar-appbox .apps{ padding-bottom: 9px; } .mod-sidebar-appbox .app-item{ padding: 7px 16px 0 9px; } .mod-sidebar-appbox .app-link{ position: relative; display: block; border-radius: 2px; border: 1px solid #d9d9d9; border-bottom: 2px solid #d9d9d9; padding: 7px; background-color: #fff; } .mod-sidebar-appbox .app-link:hover{ box-shadow: 2px 2px 5px #aaa; } .mod-sidebar-appbox .app-icon{ display: inline-block; float: left; width: 35px; height: 35px; border: 1px solid #d2d4d5; border-radius: 2px; } .mod-sidebar-appbox .app-item.first .app-icon{ width: 48px; height: 48px; } .mod-sidebar-appbox .app-name, .mod-sidebar-appbox .app-num, .mod-sidebar-appbox .app-des, .mod-sidebar-appbox .app-played-number{ display: inline-block; line-height: 14px; width: 152px; margin-left: 10px; position: relative; overflow: hidden; } .mod-sidebar-appbox .app-item.first .app-icon{ } .mod-sidebar-appbox .app-name{ padding-top: 2px; height: 19px; font-size: 13px; line-height: 19px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .mod-sidebar-appbox .app-item.first .app-name{ width: 132px; font-weight: 900; } .mod-sidebar-appbox .app-item.first .app-played-number{ width: 132px; margin-top: 3px; color: #b3b3b3; } .mod-sidebar-appbox .app-num .mod-sidebar-appbox .app-users{ float: left; max-width: 110px; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .mod-sidebar-appbox .app-des{ color: #999999; overflow: hidden; } .mod-sidebar-appbox .app-item.first .app-des{ width: 185px; margin-left: 0px; margin-top: 3px; } .mod-sidebar-appbox .app-icon-star{ display: block; width: 19px; height: 24px; background: url(../img/sidebar-app-tool-star.png?__sprite) no-repeat; position: absolute; right: 5px; top: -2px; } .mod-sidebar-appbox .app-people-icon{ display: inline-block; width: 11px; height: 11px; background: url(../img/sidebar-app-tool-people.png?__sprite); margin-right: 5px; }
test/diff_fis3_smarty/product_code/hao123_fis3_smarty/home/widget/sidebar-appbox/ltr/ltr.css
.mod-sidebar-appbox{ position: relative; width: 240px; height: 450px; background-color: #f0f3f5; } .mod-sidebar-appbox .apps{ padding-bottom: 9px; } .mod-sidebar-appbox .app-item{ padding: 7px 16px 0 9px; } .mod-sidebar-appbox .app-link{ position: relative; display: block; border-radius: 2px; border: 1px solid #d9d9d9; border-bottom: 2px solid #d9d9d9; padding: 7px; background-color: #fff; } .mod-sidebar-appbox .app-link:hover{ box-shadow: 2px 2px 5px #aaa; } .mod-sidebar-appbox .app-icon{ display: inline-block; float: left; width: 35px; height: 35px; border: 1px solid #d2d4d5; border-radius: 2px; } .mod-sidebar-appbox .app-item.first .app-icon{ width: 48px; height: 48px; } .mod-sidebar-appbox .app-name, .mod-sidebar-appbox .app-num, .mod-sidebar-appbox .app-des, .mod-sidebar-appbox .app-played-number{ display: inline-block; line-height: 14px; width: 152px; margin-left: 10px; position: relative; overflow: hidden; } .mod-sidebar-appbox .app-item.first .app-icon{ } .mod-sidebar-appbox .app-name{ padding-top: 2px; height: 19px; font-size: 13px; line-height: 19px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .mod-sidebar-appbox .app-item.first .app-name{ width: 132px; font-weight: 900; } .mod-sidebar-appbox .app-item.first .app-played-number{ width: 132px; margin-top: 3px; color: #b3b3b3; } .mod-sidebar-appbox .app-num .mod-sidebar-appbox .app-users{ float: left; max-width: 110px; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .mod-sidebar-appbox .app-des{ color: #999999; overflow: hidden; } .mod-sidebar-appbox .app-item.first .app-des{ width: 185px; margin-left: 0px; margin-top: 3px; } .mod-sidebar-appbox .app-icon-star{ display: block; width: 19px; height: 24px; background: url(../img/sidebar-app-tool-star.png?__sprite) no-repeat; position: absolute; right: 5px; top: -2px; } .mod-sidebar-appbox .app-people-icon{ display: inline-block; width: 11px; height: 11px; background: url(../img/sidebar-app-tool-people.png?__sprite); margin-right: 5px; }
0.244003
0.043043
.container { width: 100%; max-width: 960px; margin: auto; } .content { padding: 80px 0; } #reservation-page .content { background: url(../images/bg1.jpg) no-repeat center; background-size: cover; background-attachment: fixed; } #checkout-form .content { background: url(../images/bg4.jpg) no-repeat center; background-size: cover; background-attachment: fixed; } #gallery-page .content { background: url(../images/bg2.jpg) no-repeat center; background-size: cover; background-attachment: fixed; } #contact-page .content { background: url(../images/bg3.jpg) no-repeat center; background-size: cover; background-attachment: fixed; } @media (max-width: 767px) { .content { padding-bottom: 0; } } /* header */ .header { background-color: #fff; box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1); width: 100%; z-index: 100; transition: all 0.5s ease; } .header ul { margin: 0; padding: 0; list-style: none; overflow: hidden; background-color: #fff; } .header li a { display: block; padding: 20px 20px; border-right: 1px solid #f4f4f4; text-decoration: none; color: #45301d; } .header li a.active { font-weight: bold; } .header li a:hover, .header .menu-btn:hover { background-color: #f4f4f4; } .header .logo { display: block; float: left; width: 160px; padding: 5px 0; transition: all 0.5s ease; } @media (max-width: 767px) { .header .menu li a { padding: 10px 20px; text-align: center; } .header .menu li:first-child a { padding-top: 20px; } .header .menu li:last-child a { padding-bottom: 20px; } } /* menu */ .header .menu { clear: both; max-height: 0; transition: max-height .2s ease-out; } /* menu icon */ .header .menu-icon { cursor: pointer; display: inline-block; float: right; padding: 28px 20px; position: relative; user-select: none; } .header .menu-icon .navicon { background: #715633; display: block; height: 2px; position: relative; transition: background .2s ease-out; width: 18px; } .header .menu-icon .navicon:before, .header .menu-icon .navicon:after { background: #715633; content: ''; display: block; height: 100%; position: absolute; transition: all .2s ease-out; width: 100%; } .header .menu-icon .navicon:before { top: 5px; } .header .menu-icon .navicon:after { top: -5px; } /* menu btn */ .header .menu-btn { display: none; } .header .menu-btn:checked ~ .menu { max-height: 240px; } .header .menu-btn:checked ~ .menu-icon .navicon { background: transparent; } .header .menu-btn:checked ~ .menu-icon .navicon:before { transform: rotate(-45deg); } .header .menu-btn:checked ~ .menu-icon .navicon:after { transform: rotate(45deg); } .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after { top: 0; } @media (min-width: 768px) { .header li { float: left; } .header li a { padding: 20px; } .header .menu { clear: none; float: right; max-height: none; margin-top: 10px; transition: all 0.5s ease; } .header.sticky .menu { margin-top: 5px; } .header .menu-icon { display: none; } } .sticky-header.sticky { background: #fff; position: fixed; top: 0; left: 0; width: 100%; z-index: 999px; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5); transition: all 0.5s ease; animation-name: example; animation-duration: 0.4s; } @keyframes example { from { top: -100px; } to { top: 0; } } .sticky-header.sticky .logo { /* width: 140px;*/ } .overlay { position: relative; } .overlay * { position: relative; z-index: 2; } .overlay:before { content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(199, 161, 94, 0.5); z-index: 1; } .form_container { background: #fff; } .top-bar { background: #3f2c1d; text-align: right; padding: 5px 0; } .top-bar a { display: inline-block; text-decoration: none; color: #ddd; font-size: 12px; margin-right: 10px; } .top-bar a i { color: #ddd; } .inner { padding: 4%; } .white { background: #fff; } .row-inner { margin: 0 1%; } .two-col { margin: 40px auto; } .two-col .item-col { width: 49%; padding: 20px; background: #f7efe3; } .two-col .item-col p { margin-bottom: 10px; } .row-title { font-weight: bold; margin: 0 1% 30px; } .light-color { opacity: 0.7; } .red { color: #e74c3c; } .bold { font-weight: bold; } .mt0 { margin-top: 0; } .mb0 { margin-bottom: 0; } .mt30 { margin-top: 30px; } .mb30 { margin-bottom: 30px; } .no-bg { background: transparent !important; } .no-pd { padding: 0 !important; } .pb0 { padding-bottom: 0; } .text-two-col { column-count: 2; } .text-block { margin: 40px 0 80px; } .list01 li, .list02 li { text-indent: -16px; padding-left: 16px; } .list01 li:before { content: '→'; color: #715633; margin-right: 8px; } .list02 li:before { content: '•'; color: #715633; margin-right: 8px; } /* reservation */ .room-charges { margin-bottom: 10px; padding-bottom: 15px; border-bottom: 1px solid #ccc; } .type-of-room { color: #715633; font-weight: bold; margin-bottom: 15px; font-size: 18px; } .booking-details, .booking-amount { margin-bottom: 30px; } .booking-details .check-in-and-out { padding: 15px; background: #ece2d2; } .total-room-charges-price .amount { font-weight: bold; font-size: 20px; } @media screen and (max-width: 767px) { .spmb40 { margin-bottom: 40px; } .two-col { margin: 30px 0; display: block; } .text-two-col { column-count: 1; } .two-col .item-col { width: 100%; margin: 0 0 20px; } .text-block { padding: 0 15px; margin-bottom: 60px; } .row.white { margin-bottom: 0; } .content { padding-top: 60px; padding-bottom: 0; } .top-bar { display: none; } .header .logo { padding: 5px 15px; } .inner { padding: 15px; } } /*FOOTER*/ footer { font-size: 12px; text-align: center; background: #222; padding: 15px; color: #ddd; } /* btn area */ .btn-area { text-align: center; margin: 30px 0 0; } .btn-area a { display: inline-block; text-decoration: none; color: #fff; padding: 10px 30px; border-radius: 20px; border: none; background: #715633; border: 1px solid #715633; } .btn-area a:hover { text-decoration: none; background: #fff; color: #715633; border: 1px solid #715633; } /*reservation page*/ #reservation-page .agileits-left, #reservation-page .agileits-right { width: 48.75%; } .search-results { margin-top: 40px; } .search-results-message p { font-size: 30px; opacity: 0.3; text-align: center; margin-bottom: 30px; } @media screen and (max-width: 767px) { .search-results { margin-top: 30px; } #reservation-page { /* margin-bottom: 100px;*/ } .search-results-message p { font-size: 18px; } } /* slick slider */ .slick-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; cursor: pointer; outline: none; text-indent: -1000px; overflow: hidden; width: 40px; height: 40px; border: 0; } .slick-prev { left: 0; background: #715633 url(../images/prev-icon.gif) no-repeat center center; } .slick-next { right: 0; background: #715633 url(../images/next-icon.gif) no-repeat center center; } .slick-dots { position: absolute; left: 0; right: 0; bottom: 10px; margin: auto; text-align: center; } .slick-dots li { display: inline-block; margin: 0 5px; } .slick-dots li button { cursor: pointer; outline: none; text-indent: -1000px; overflow: hidden; width: 15px; height: 15px; border-radius: 20px; background: #715633; opacity: 0.4; border: 0; } .slick-dots .slick-active button { opacity: 0.7; } @media screen and (max-width: 767px) { .slick-arrow { width: 25px; height: 25px; } .slick-prev { background-size: 20%; } .slick-next { background-size: 20%; } } /* request box */ .request-box { position: fixed; bottom: 0; right: 0; padding: 20px; background: #fff; z-index: 10; text-align: center; } .request-info { margin-bottom: 10px; } .request-box .submit input[type=submit] { margin: 0; } .room-charges-price { font-size: 18px; } @media screen and (max-width: 767px) { .request-box { left: 0; right: 0; border-top: 2px solid #715633; padding: 15px; } .request-info br { display: none; } } /* home page */ .home-slider img { margin: auto; } .home-slider .slide01 { background-color: #f6e7cc; } .home-slider .slide02 { background-color: #e0f6fc; } .home-slider .slide03 { background-color: #f5f5f5; } .home-slider .slide04 { background-color: #00a5df; } .home-slider .slide05 { background-color: #ffbd4a; } /* services */ .services-box { background: #f7efe3; padding: 80px 0; } .services-tabs { width: 30%; } .services-tabs li a.active { background: #fff; border-left: 4px solid #715633; } .services-tabs li a { display: block; padding: 20px; background: #f5e8de; border-bottom: 1px solid #e4e4e4e4; transition: all 0.5s ease; } .services-tabs li a:hover { background: #fff; } .services-tabs li:last-child a { border-bottom: 0; } .services-content { width: 70%; padding: 40px; background: #fff; } .service-img { margin-bottom: 30px; } .tabs-content { display: none; } .tabs-content.default { display: block; } @media screen and (max-width: 767px) { .services-box { padding: 60px 0; } .services-tabs { overflow: auto; white-space: nowrap; } .services-tabs, .services-content { width: 100%; } .services-content { padding: 20px 15px 40px; } .services-tabs li { display: inline-block; } .services-tabs li a { border-bottom: 0; padding: 15px; } .services-tabs li a.active { border-left: 0; border-top: 2px solid #715633; } } /* cta */ .cta { text-align: center; padding: 50px 0; background: #9b7739; } .cta p { margin-bottom: 15px; color: #fff; font-size: 24px; } @keyframes bounce-7 { 0% { transform: scale(1, 1) translateY(0); } 10% { transform: scale(1.1, .9) translateY(0); } 30% { transform: scale(.9, 1.1) translateY(-20px); } 50% { transform: scale(1, .95) translateY(0); } 57% { transform: scale(1, 1) translateY(-1px); } 64% { transform: scale(1, 1) translateY(0); } 100% { transform: scale(1, 1) translateY(0); } } .cta p img { width: 70px; animation-name: bounce-7; animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1); animation-duration: 2s; animation-iteration-count: infinite; } @media screen and (max-width: 767px) { .cta { padding: 40px 0; } .cta p img { width: 50px; } .cta p { font-size: 18px; padding: 0 15px; } .cta p br { display: none; } } /* google map */ .map { position: relative; overflow: hidden; display: block; height: 400px; } .map iframe { position: absolute; width: 100%; top: 0; bottom: 0; left: 0; right: 0; } .map.pc { display: block; } .map.sp { display: none; } @media screen and (max-width: 767px) { .map { height: 250px; } .map.pc { display: none; } .map.sp { display: block; } } /* gallery page */ #gallery-page .gallery-box { padding-bottom: 80px; } #gallery-page .gallery-display { min-height: 543px; } @media screen and (max-width: 767px) { #gallery-page .gallery-box { padding-bottom: 0; } } /* contact us page */ .contact-info p .bold { display: block; margin-bottom: 8px; } .contact-info p { margin-bottom: 20px !important; } .contact-info p a { line-height: 2; } /* cta mobile */ @media screen and (min-width: 768px) { .cta-mobile { display: none; } } @media screen and (max-width: 767px) { .cta-mobile { position: fixed; bottom: 0; left: 0; right: 0; z-index: 10; } .cta-mobile a { padding: 10px; text-align: center; display: block; font-size: 16px; color: #fff; background: #715633; height: 40px; } .cta-mobile a i { color: #fff; } } .container { width: 100%; max-width: 960px; margin: auto; } .content { padding: 80px 0 0; background: url(../images/bg1.jpg) no-repeat center; background-size: cover; background-attachment: fixed; } /* header */ .header { background-color: #fff; box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1); width: 100%; z-index: 100; transition: all 0.5s ease; } .header ul { margin: 0; padding: 0; list-style: none; overflow: hidden; background-color: #fff; } .header li a { display: block; padding: 20px 20px; border-right: 1px solid #f4f4f4; text-decoration: none; color: #45301d; } .header li a.active { font-weight: bold; } .header li a:hover, .header .menu-btn:hover { background-color: #f4f4f4; } .header .logo { display: block; float: left; width: 160px; padding: 5px 0; transition: all 0.5s ease; } /* menu */ .header .menu { clear: both; max-height: 0; transition: max-height .2s ease-out; } /* menu icon */ .header .menu-icon { cursor: pointer; display: inline-block; float: right; padding: 28px 20px; position: relative; user-select: none; } .header .menu-icon .navicon { background: #333; display: block; height: 2px; position: relative; transition: background .2s ease-out; width: 18px; } .header .menu-icon .navicon:before, .header .menu-icon .navicon:after { background: #333; content: ''; display: block; height: 100%; position: absolute; transition: all .2s ease-out; width: 100%; } .header .menu-icon .navicon:before { top: 5px; } .header .menu-icon .navicon:after { top: -5px; } /* menu btn */ .header .menu-btn { display: none; } .header .menu-btn:checked ~ .menu { max-height: 240px; } .header .menu-btn:checked ~ .menu-icon .navicon { background: transparent; } .header .menu-btn:checked ~ .menu-icon .navicon:before { transform: rotate(-45deg); } .header .menu-btn:checked ~ .menu-icon .navicon:after { transform: rotate(45deg); } .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after { top: 0; } @media (min-width: 768px) { .header li { float: left; } .header li a { padding: 20px; } .header .menu { clear: none; float: right; max-height: none; margin-top: 10px; transition: all 0.5s ease; } .header.sticky .menu { margin-top: 5px; } .header .menu-icon { display: none; } } .sticky-header.sticky { background: #fff; position: fixed; top: 0; left: 0; width: 100%; z-index: 999px; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5); transition: all 0.5s ease; animation-name: example; animation-duration: 0.4s; } @keyframes example { from { top: -100px; } to { top: 0; } } .sticky-header.sticky .logo { /* width: 140px;*/ } .overlay { position: relative; } .overlay * { position: relative; z-index: 2; } .overlay:before { content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(199, 161, 94, 0.5); z-index: 1; } .form_container { background: #fff; } .top-bar { background: #3f2c1d; text-align: right; padding: 5px 0; } .top-bar a { display: inline-block; text-decoration: none; color: #ddd; font-size: 12px; margin-right: 10px; } .top-bar a i { color: #ddd; } .inner { margin-bottom: 20px; padding: 4%; } .inner.white { background: #fff; } .row-inner { margin: 0 1%; } .two-col { margin: 2% auto; } .two-col .item-col { width: 49%; padding: 20px; background: #f7efe3; } .two-col .item-col p { margin-bottom: 10px; } .row-title { font-weight: bold; margin: 0 1% 30px; } .light-color { opacity: 0.7; } .red { color: #e74c3c; } .bold { font-weight: bold; } .mt0 { margin-top: 0; } .mt30 { margin-top: 30px; } .no-bg { background: transparent !important; } .no-pd { padding: 0 !important; } /* reservation */ .room-charges { margin-bottom: 10px; padding-bottom: 15px; border-bottom: 1px solid #ccc; } .type-of-room { color: #715633; font-weight: bold; margin-bottom: 15px; font-size: 18px; } .booking-details, .booking-amount { margin-bottom: 30px; } .booking-details .check-in-and-out { padding: 15px; background: #ece2d2; } .total-room-charges-price .amount { font-weight: bold; font-size: 20px; } @media screen and (max-width: 768px) { .two-col { display: block; } .two-col .item-col { width: 100%; margin: 0 0 20px; } .row.white { margin-bottom: 0; } .content { padding-top: 60px; padding-bottom: 0; } .top-bar { display: none; } .header .logo { padding: 5px 15px; } .inner { padding: 15px; } } /*FOOTER*/ footer { font-size: 12px; text-align: center; background: #222; padding: 15px; color: #ddd; } /*reservation page*/ #reservation-page .agileits-left, #reservation-page .agileits-right { width: 48.75%; } @media screen and (max-width: 768px) { .search-results { margin-top: 30px; } } /* slick slider */ .slick-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; cursor: pointer; outline: none; text-indent: -1000px; overflow: hidden; width: 40px; height: 40px; border: 0; } .slick-prev { left: 0; background: #715633 url(../images/prev-icon.gif) no-repeat center center; } .slick-next { right: 0; background: #715633 url(../images/next-icon.gif) no-repeat center center; } /* request box */ .request-box { position: fixed; bottom: 0; right: 0; padding: 20px; background: #fff; z-index: 10; text-align: center; } .request-info { margin-bottom: 10px; } .request-box .submit input[type=submit] { margin: 0; } .room-charges-price { font-size: 18px; } @media screen and (max-width: 768px) { .request-box { left: 0; right: 0; border-top: 2px solid #715633; padding: 15px; } .request-info br { display: none; } } @media print { .no-print, .no-print * { display: none !important; } } footer { font-size: 12px !important; text-align: center !important; background: #222 !important; padding: 15px !important; color: #ddd !important; } #modal-order-addEdit label, #modal-order-addEdit button, #modal-order-addEdit input, #modal-order-addEdit td, #modal-order-addEdit th, #modal-order-addEdit p, #modal-order-history label, #modal-order-history button, #modal-order-history input, #modal-order-history td, #modal-order-history th, #modal-order-history p { font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif; } #modal-order-addEdit .modal-title, #modal-order-history .modal-title { font-size: 18px; text-align: left; } #modal-order-addEdit label, #modal-order-history label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 700; } #modal-order-addEdit .addCartBtn { float: right; } #modal-order-addEdit button i, #modal-order-addEdit .grandTotal { color: #fff; } #modal-order-addEdit .cartWrap { clear: both; margin: 50px 0; } #modal-order-addEdit .gtWrap { text-align: right; background: #00a65a !important; color: #fff; padding: 5px 14px; display: none; margin-top: 10px; } #modal-order-addEdit .form-control { color: #000 !important; } #modal-order-addEdit .select2-container { width: 100% !important; } #modal-order-addEdit .select2-container .select2-selection--single { height: 35px !important; } #modal-order-addEdit .orderTbl td:nth-child(2), #modal-order-addEdit .orderListTbl td:nth-child(2) { width: 200px; } #modal-order-addEdit .orderTbl td:nth-child(4), #modal-order-addEdit .orderListTbl td:nth-child(4) { width: 170px; } #modal-order-addEdit .orderListTbl td:first-child, #modal-order-addEdit .orderTbl td:first-child { width: 115px; } #modal-order-addEdit .orderTbl td:last-child { width: 175px; text-align: center; } #modal-order-addEdit .orderTbl td:last-child button { margin-right: 15px; } #modal-order-addEdit .orderTbl th:last-child { text-align: center; } #modal-order-addEdit .orderTbl th, .orderTbl td { vertical-align: middle !important; } .jq-toast-heading { text-align: left !important; } #modal-order-history .modal-dialog { overflow: scroll !important; } #modal-order-history .table-responsive { height: 300px; overflow: auto; }
assets/css/style.css
.container { width: 100%; max-width: 960px; margin: auto; } .content { padding: 80px 0; } #reservation-page .content { background: url(../images/bg1.jpg) no-repeat center; background-size: cover; background-attachment: fixed; } #checkout-form .content { background: url(../images/bg4.jpg) no-repeat center; background-size: cover; background-attachment: fixed; } #gallery-page .content { background: url(../images/bg2.jpg) no-repeat center; background-size: cover; background-attachment: fixed; } #contact-page .content { background: url(../images/bg3.jpg) no-repeat center; background-size: cover; background-attachment: fixed; } @media (max-width: 767px) { .content { padding-bottom: 0; } } /* header */ .header { background-color: #fff; box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1); width: 100%; z-index: 100; transition: all 0.5s ease; } .header ul { margin: 0; padding: 0; list-style: none; overflow: hidden; background-color: #fff; } .header li a { display: block; padding: 20px 20px; border-right: 1px solid #f4f4f4; text-decoration: none; color: #45301d; } .header li a.active { font-weight: bold; } .header li a:hover, .header .menu-btn:hover { background-color: #f4f4f4; } .header .logo { display: block; float: left; width: 160px; padding: 5px 0; transition: all 0.5s ease; } @media (max-width: 767px) { .header .menu li a { padding: 10px 20px; text-align: center; } .header .menu li:first-child a { padding-top: 20px; } .header .menu li:last-child a { padding-bottom: 20px; } } /* menu */ .header .menu { clear: both; max-height: 0; transition: max-height .2s ease-out; } /* menu icon */ .header .menu-icon { cursor: pointer; display: inline-block; float: right; padding: 28px 20px; position: relative; user-select: none; } .header .menu-icon .navicon { background: #715633; display: block; height: 2px; position: relative; transition: background .2s ease-out; width: 18px; } .header .menu-icon .navicon:before, .header .menu-icon .navicon:after { background: #715633; content: ''; display: block; height: 100%; position: absolute; transition: all .2s ease-out; width: 100%; } .header .menu-icon .navicon:before { top: 5px; } .header .menu-icon .navicon:after { top: -5px; } /* menu btn */ .header .menu-btn { display: none; } .header .menu-btn:checked ~ .menu { max-height: 240px; } .header .menu-btn:checked ~ .menu-icon .navicon { background: transparent; } .header .menu-btn:checked ~ .menu-icon .navicon:before { transform: rotate(-45deg); } .header .menu-btn:checked ~ .menu-icon .navicon:after { transform: rotate(45deg); } .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after { top: 0; } @media (min-width: 768px) { .header li { float: left; } .header li a { padding: 20px; } .header .menu { clear: none; float: right; max-height: none; margin-top: 10px; transition: all 0.5s ease; } .header.sticky .menu { margin-top: 5px; } .header .menu-icon { display: none; } } .sticky-header.sticky { background: #fff; position: fixed; top: 0; left: 0; width: 100%; z-index: 999px; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5); transition: all 0.5s ease; animation-name: example; animation-duration: 0.4s; } @keyframes example { from { top: -100px; } to { top: 0; } } .sticky-header.sticky .logo { /* width: 140px;*/ } .overlay { position: relative; } .overlay * { position: relative; z-index: 2; } .overlay:before { content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(199, 161, 94, 0.5); z-index: 1; } .form_container { background: #fff; } .top-bar { background: #3f2c1d; text-align: right; padding: 5px 0; } .top-bar a { display: inline-block; text-decoration: none; color: #ddd; font-size: 12px; margin-right: 10px; } .top-bar a i { color: #ddd; } .inner { padding: 4%; } .white { background: #fff; } .row-inner { margin: 0 1%; } .two-col { margin: 40px auto; } .two-col .item-col { width: 49%; padding: 20px; background: #f7efe3; } .two-col .item-col p { margin-bottom: 10px; } .row-title { font-weight: bold; margin: 0 1% 30px; } .light-color { opacity: 0.7; } .red { color: #e74c3c; } .bold { font-weight: bold; } .mt0 { margin-top: 0; } .mb0 { margin-bottom: 0; } .mt30 { margin-top: 30px; } .mb30 { margin-bottom: 30px; } .no-bg { background: transparent !important; } .no-pd { padding: 0 !important; } .pb0 { padding-bottom: 0; } .text-two-col { column-count: 2; } .text-block { margin: 40px 0 80px; } .list01 li, .list02 li { text-indent: -16px; padding-left: 16px; } .list01 li:before { content: '→'; color: #715633; margin-right: 8px; } .list02 li:before { content: '•'; color: #715633; margin-right: 8px; } /* reservation */ .room-charges { margin-bottom: 10px; padding-bottom: 15px; border-bottom: 1px solid #ccc; } .type-of-room { color: #715633; font-weight: bold; margin-bottom: 15px; font-size: 18px; } .booking-details, .booking-amount { margin-bottom: 30px; } .booking-details .check-in-and-out { padding: 15px; background: #ece2d2; } .total-room-charges-price .amount { font-weight: bold; font-size: 20px; } @media screen and (max-width: 767px) { .spmb40 { margin-bottom: 40px; } .two-col { margin: 30px 0; display: block; } .text-two-col { column-count: 1; } .two-col .item-col { width: 100%; margin: 0 0 20px; } .text-block { padding: 0 15px; margin-bottom: 60px; } .row.white { margin-bottom: 0; } .content { padding-top: 60px; padding-bottom: 0; } .top-bar { display: none; } .header .logo { padding: 5px 15px; } .inner { padding: 15px; } } /*FOOTER*/ footer { font-size: 12px; text-align: center; background: #222; padding: 15px; color: #ddd; } /* btn area */ .btn-area { text-align: center; margin: 30px 0 0; } .btn-area a { display: inline-block; text-decoration: none; color: #fff; padding: 10px 30px; border-radius: 20px; border: none; background: #715633; border: 1px solid #715633; } .btn-area a:hover { text-decoration: none; background: #fff; color: #715633; border: 1px solid #715633; } /*reservation page*/ #reservation-page .agileits-left, #reservation-page .agileits-right { width: 48.75%; } .search-results { margin-top: 40px; } .search-results-message p { font-size: 30px; opacity: 0.3; text-align: center; margin-bottom: 30px; } @media screen and (max-width: 767px) { .search-results { margin-top: 30px; } #reservation-page { /* margin-bottom: 100px;*/ } .search-results-message p { font-size: 18px; } } /* slick slider */ .slick-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; cursor: pointer; outline: none; text-indent: -1000px; overflow: hidden; width: 40px; height: 40px; border: 0; } .slick-prev { left: 0; background: #715633 url(../images/prev-icon.gif) no-repeat center center; } .slick-next { right: 0; background: #715633 url(../images/next-icon.gif) no-repeat center center; } .slick-dots { position: absolute; left: 0; right: 0; bottom: 10px; margin: auto; text-align: center; } .slick-dots li { display: inline-block; margin: 0 5px; } .slick-dots li button { cursor: pointer; outline: none; text-indent: -1000px; overflow: hidden; width: 15px; height: 15px; border-radius: 20px; background: #715633; opacity: 0.4; border: 0; } .slick-dots .slick-active button { opacity: 0.7; } @media screen and (max-width: 767px) { .slick-arrow { width: 25px; height: 25px; } .slick-prev { background-size: 20%; } .slick-next { background-size: 20%; } } /* request box */ .request-box { position: fixed; bottom: 0; right: 0; padding: 20px; background: #fff; z-index: 10; text-align: center; } .request-info { margin-bottom: 10px; } .request-box .submit input[type=submit] { margin: 0; } .room-charges-price { font-size: 18px; } @media screen and (max-width: 767px) { .request-box { left: 0; right: 0; border-top: 2px solid #715633; padding: 15px; } .request-info br { display: none; } } /* home page */ .home-slider img { margin: auto; } .home-slider .slide01 { background-color: #f6e7cc; } .home-slider .slide02 { background-color: #e0f6fc; } .home-slider .slide03 { background-color: #f5f5f5; } .home-slider .slide04 { background-color: #00a5df; } .home-slider .slide05 { background-color: #ffbd4a; } /* services */ .services-box { background: #f7efe3; padding: 80px 0; } .services-tabs { width: 30%; } .services-tabs li a.active { background: #fff; border-left: 4px solid #715633; } .services-tabs li a { display: block; padding: 20px; background: #f5e8de; border-bottom: 1px solid #e4e4e4e4; transition: all 0.5s ease; } .services-tabs li a:hover { background: #fff; } .services-tabs li:last-child a { border-bottom: 0; } .services-content { width: 70%; padding: 40px; background: #fff; } .service-img { margin-bottom: 30px; } .tabs-content { display: none; } .tabs-content.default { display: block; } @media screen and (max-width: 767px) { .services-box { padding: 60px 0; } .services-tabs { overflow: auto; white-space: nowrap; } .services-tabs, .services-content { width: 100%; } .services-content { padding: 20px 15px 40px; } .services-tabs li { display: inline-block; } .services-tabs li a { border-bottom: 0; padding: 15px; } .services-tabs li a.active { border-left: 0; border-top: 2px solid #715633; } } /* cta */ .cta { text-align: center; padding: 50px 0; background: #9b7739; } .cta p { margin-bottom: 15px; color: #fff; font-size: 24px; } @keyframes bounce-7 { 0% { transform: scale(1, 1) translateY(0); } 10% { transform: scale(1.1, .9) translateY(0); } 30% { transform: scale(.9, 1.1) translateY(-20px); } 50% { transform: scale(1, .95) translateY(0); } 57% { transform: scale(1, 1) translateY(-1px); } 64% { transform: scale(1, 1) translateY(0); } 100% { transform: scale(1, 1) translateY(0); } } .cta p img { width: 70px; animation-name: bounce-7; animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1); animation-duration: 2s; animation-iteration-count: infinite; } @media screen and (max-width: 767px) { .cta { padding: 40px 0; } .cta p img { width: 50px; } .cta p { font-size: 18px; padding: 0 15px; } .cta p br { display: none; } } /* google map */ .map { position: relative; overflow: hidden; display: block; height: 400px; } .map iframe { position: absolute; width: 100%; top: 0; bottom: 0; left: 0; right: 0; } .map.pc { display: block; } .map.sp { display: none; } @media screen and (max-width: 767px) { .map { height: 250px; } .map.pc { display: none; } .map.sp { display: block; } } /* gallery page */ #gallery-page .gallery-box { padding-bottom: 80px; } #gallery-page .gallery-display { min-height: 543px; } @media screen and (max-width: 767px) { #gallery-page .gallery-box { padding-bottom: 0; } } /* contact us page */ .contact-info p .bold { display: block; margin-bottom: 8px; } .contact-info p { margin-bottom: 20px !important; } .contact-info p a { line-height: 2; } /* cta mobile */ @media screen and (min-width: 768px) { .cta-mobile { display: none; } } @media screen and (max-width: 767px) { .cta-mobile { position: fixed; bottom: 0; left: 0; right: 0; z-index: 10; } .cta-mobile a { padding: 10px; text-align: center; display: block; font-size: 16px; color: #fff; background: #715633; height: 40px; } .cta-mobile a i { color: #fff; } } .container { width: 100%; max-width: 960px; margin: auto; } .content { padding: 80px 0 0; background: url(../images/bg1.jpg) no-repeat center; background-size: cover; background-attachment: fixed; } /* header */ .header { background-color: #fff; box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1); width: 100%; z-index: 100; transition: all 0.5s ease; } .header ul { margin: 0; padding: 0; list-style: none; overflow: hidden; background-color: #fff; } .header li a { display: block; padding: 20px 20px; border-right: 1px solid #f4f4f4; text-decoration: none; color: #45301d; } .header li a.active { font-weight: bold; } .header li a:hover, .header .menu-btn:hover { background-color: #f4f4f4; } .header .logo { display: block; float: left; width: 160px; padding: 5px 0; transition: all 0.5s ease; } /* menu */ .header .menu { clear: both; max-height: 0; transition: max-height .2s ease-out; } /* menu icon */ .header .menu-icon { cursor: pointer; display: inline-block; float: right; padding: 28px 20px; position: relative; user-select: none; } .header .menu-icon .navicon { background: #333; display: block; height: 2px; position: relative; transition: background .2s ease-out; width: 18px; } .header .menu-icon .navicon:before, .header .menu-icon .navicon:after { background: #333; content: ''; display: block; height: 100%; position: absolute; transition: all .2s ease-out; width: 100%; } .header .menu-icon .navicon:before { top: 5px; } .header .menu-icon .navicon:after { top: -5px; } /* menu btn */ .header .menu-btn { display: none; } .header .menu-btn:checked ~ .menu { max-height: 240px; } .header .menu-btn:checked ~ .menu-icon .navicon { background: transparent; } .header .menu-btn:checked ~ .menu-icon .navicon:before { transform: rotate(-45deg); } .header .menu-btn:checked ~ .menu-icon .navicon:after { transform: rotate(45deg); } .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after { top: 0; } @media (min-width: 768px) { .header li { float: left; } .header li a { padding: 20px; } .header .menu { clear: none; float: right; max-height: none; margin-top: 10px; transition: all 0.5s ease; } .header.sticky .menu { margin-top: 5px; } .header .menu-icon { display: none; } } .sticky-header.sticky { background: #fff; position: fixed; top: 0; left: 0; width: 100%; z-index: 999px; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5); transition: all 0.5s ease; animation-name: example; animation-duration: 0.4s; } @keyframes example { from { top: -100px; } to { top: 0; } } .sticky-header.sticky .logo { /* width: 140px;*/ } .overlay { position: relative; } .overlay * { position: relative; z-index: 2; } .overlay:before { content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(199, 161, 94, 0.5); z-index: 1; } .form_container { background: #fff; } .top-bar { background: #3f2c1d; text-align: right; padding: 5px 0; } .top-bar a { display: inline-block; text-decoration: none; color: #ddd; font-size: 12px; margin-right: 10px; } .top-bar a i { color: #ddd; } .inner { margin-bottom: 20px; padding: 4%; } .inner.white { background: #fff; } .row-inner { margin: 0 1%; } .two-col { margin: 2% auto; } .two-col .item-col { width: 49%; padding: 20px; background: #f7efe3; } .two-col .item-col p { margin-bottom: 10px; } .row-title { font-weight: bold; margin: 0 1% 30px; } .light-color { opacity: 0.7; } .red { color: #e74c3c; } .bold { font-weight: bold; } .mt0 { margin-top: 0; } .mt30 { margin-top: 30px; } .no-bg { background: transparent !important; } .no-pd { padding: 0 !important; } /* reservation */ .room-charges { margin-bottom: 10px; padding-bottom: 15px; border-bottom: 1px solid #ccc; } .type-of-room { color: #715633; font-weight: bold; margin-bottom: 15px; font-size: 18px; } .booking-details, .booking-amount { margin-bottom: 30px; } .booking-details .check-in-and-out { padding: 15px; background: #ece2d2; } .total-room-charges-price .amount { font-weight: bold; font-size: 20px; } @media screen and (max-width: 768px) { .two-col { display: block; } .two-col .item-col { width: 100%; margin: 0 0 20px; } .row.white { margin-bottom: 0; } .content { padding-top: 60px; padding-bottom: 0; } .top-bar { display: none; } .header .logo { padding: 5px 15px; } .inner { padding: 15px; } } /*FOOTER*/ footer { font-size: 12px; text-align: center; background: #222; padding: 15px; color: #ddd; } /*reservation page*/ #reservation-page .agileits-left, #reservation-page .agileits-right { width: 48.75%; } @media screen and (max-width: 768px) { .search-results { margin-top: 30px; } } /* slick slider */ .slick-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; cursor: pointer; outline: none; text-indent: -1000px; overflow: hidden; width: 40px; height: 40px; border: 0; } .slick-prev { left: 0; background: #715633 url(../images/prev-icon.gif) no-repeat center center; } .slick-next { right: 0; background: #715633 url(../images/next-icon.gif) no-repeat center center; } /* request box */ .request-box { position: fixed; bottom: 0; right: 0; padding: 20px; background: #fff; z-index: 10; text-align: center; } .request-info { margin-bottom: 10px; } .request-box .submit input[type=submit] { margin: 0; } .room-charges-price { font-size: 18px; } @media screen and (max-width: 768px) { .request-box { left: 0; right: 0; border-top: 2px solid #715633; padding: 15px; } .request-info br { display: none; } } @media print { .no-print, .no-print * { display: none !important; } } footer { font-size: 12px !important; text-align: center !important; background: #222 !important; padding: 15px !important; color: #ddd !important; } #modal-order-addEdit label, #modal-order-addEdit button, #modal-order-addEdit input, #modal-order-addEdit td, #modal-order-addEdit th, #modal-order-addEdit p, #modal-order-history label, #modal-order-history button, #modal-order-history input, #modal-order-history td, #modal-order-history th, #modal-order-history p { font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif; } #modal-order-addEdit .modal-title, #modal-order-history .modal-title { font-size: 18px; text-align: left; } #modal-order-addEdit label, #modal-order-history label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 700; } #modal-order-addEdit .addCartBtn { float: right; } #modal-order-addEdit button i, #modal-order-addEdit .grandTotal { color: #fff; } #modal-order-addEdit .cartWrap { clear: both; margin: 50px 0; } #modal-order-addEdit .gtWrap { text-align: right; background: #00a65a !important; color: #fff; padding: 5px 14px; display: none; margin-top: 10px; } #modal-order-addEdit .form-control { color: #000 !important; } #modal-order-addEdit .select2-container { width: 100% !important; } #modal-order-addEdit .select2-container .select2-selection--single { height: 35px !important; } #modal-order-addEdit .orderTbl td:nth-child(2), #modal-order-addEdit .orderListTbl td:nth-child(2) { width: 200px; } #modal-order-addEdit .orderTbl td:nth-child(4), #modal-order-addEdit .orderListTbl td:nth-child(4) { width: 170px; } #modal-order-addEdit .orderListTbl td:first-child, #modal-order-addEdit .orderTbl td:first-child { width: 115px; } #modal-order-addEdit .orderTbl td:last-child { width: 175px; text-align: center; } #modal-order-addEdit .orderTbl td:last-child button { margin-right: 15px; } #modal-order-addEdit .orderTbl th:last-child { text-align: center; } #modal-order-addEdit .orderTbl th, .orderTbl td { vertical-align: middle !important; } .jq-toast-heading { text-align: left !important; } #modal-order-history .modal-dialog { overflow: scroll !important; } #modal-order-history .table-responsive { height: 300px; overflow: auto; }
0.457864
0.111241
@media (max-width:1250px) {/*del px 1 al 1250px se van a aplicar estos estilos*/ .wrap{ width: 90%; margin: 0px auto ; } #banner h1{ font-size: 35px; text-align: center; margin: 33px auto; width: 100%; } .card{ width: 17%; margin: 1.45%; } .card p{ display: block; width: 90%; margin: 0 auto; text-align: center; } #articles{ width: 65%; } #articles article{ width: 97%; } footer .wrap > div{ width: 24%; } footer #browsers img{ width: 14%; } footer h5{ font-size:30px; } } @media (max-width:1080px){ .card .category{ font-size: 17px; } .card .description{ font-size: 14px; } #articles{ width: 61%; } } @media (max-width:970px) { #articles{ width: 59%; } footer .wrap > div{ width: 26%; margin: 20px; } footer h5{ font-size: 22px; } } @media (max-width:925px) { #articles{ width: 65%; } #lateral{ width: 25%; } #lateral input[type="text"]{ width: 78%; } .asidebox{ width: 95%; height: auto; min-height: 140px; padding-bottom: 10px; } #login a { margin-top: 10px; margin-bottom: 10px; } #login input[type="email"], #login input[type="password"]{ width: 65%; } #login #user, #login #password{ margin-left: 24px; } #login input[type="button"], #login input[type="submit"], #login input[type="reset"], #login button{ margin-bottom: 0px; } #login input[type="reset"]{ display: none; } } @media (max-width:845px) { #lateral h3{ font-size: 20px; } } @media (max-width:799px) { #banner h1{ font-size: 29px; } .card{ height: auto; } .card .category{ font-size: 15px; margin-top: -23px; } .card .description{ display: none; } footer img{ margin-bottom: 15px; max-width: 100%; } } @media (max-width:724px) { header{ width: 100%; height: 123px; padding-top: 10px; } #logo{ float: none; width: 200px; margin: 0px auto; } #menu{ clear: both; float: none; width: 440px; margin: 0 auto; } #lateral input[type="text"]{ width: 70%; } } @media (max-width:660px) { #banner h1{ font-size: 25px; } #lateral{ float: right; width: 100%; margin: 0px auto; min-height: auto; margin-top: 20px; } #lateral input[type="text"]{ width: 93%; } #login input[type="email"], #login input[type="password"] { width: 88%; } #articles{ clear: both; width: 100%; float: none; margin: 0px auto; min-height: auto; } footer{ height: auto; padding-bottom: 40px; } footer .wrap > div{ width: 100%; margin: 0px auto; margin-top: 20px; } footer h5{ font-size: 25px; } } @media (max-width:475px) { #logo{ float: left; } header{ width: 100%; height: 275px; padding-top: 10px; } #menu{ clear: both; float: none; width: 100%; margin: 0 auto; } #menu ul li{ width: 100%; line-height:52px; } #menu ul li a{ width: 100%; line-height:52px; } #menu ul li a:hover{ color: #37bcf9; transform: scale(1,1); } #banner{ height: 85px; } #banner h1{ font-size: 18px; } #lateral input[type="text"]{ width: 85%; } .card .icon{ font-size: 35px; } .card:hover .icon{ font-size: 35px; } .card .category{ font-size: 13px; } #articles .data{ float: none; margin: -10%; border-radius: 0px 0px 0px 0px; } #articles article h4{ margin-top: 20px; } }
Maquetacion-Responsive/css/responsive.css
@media (max-width:1250px) {/*del px 1 al 1250px se van a aplicar estos estilos*/ .wrap{ width: 90%; margin: 0px auto ; } #banner h1{ font-size: 35px; text-align: center; margin: 33px auto; width: 100%; } .card{ width: 17%; margin: 1.45%; } .card p{ display: block; width: 90%; margin: 0 auto; text-align: center; } #articles{ width: 65%; } #articles article{ width: 97%; } footer .wrap > div{ width: 24%; } footer #browsers img{ width: 14%; } footer h5{ font-size:30px; } } @media (max-width:1080px){ .card .category{ font-size: 17px; } .card .description{ font-size: 14px; } #articles{ width: 61%; } } @media (max-width:970px) { #articles{ width: 59%; } footer .wrap > div{ width: 26%; margin: 20px; } footer h5{ font-size: 22px; } } @media (max-width:925px) { #articles{ width: 65%; } #lateral{ width: 25%; } #lateral input[type="text"]{ width: 78%; } .asidebox{ width: 95%; height: auto; min-height: 140px; padding-bottom: 10px; } #login a { margin-top: 10px; margin-bottom: 10px; } #login input[type="email"], #login input[type="password"]{ width: 65%; } #login #user, #login #password{ margin-left: 24px; } #login input[type="button"], #login input[type="submit"], #login input[type="reset"], #login button{ margin-bottom: 0px; } #login input[type="reset"]{ display: none; } } @media (max-width:845px) { #lateral h3{ font-size: 20px; } } @media (max-width:799px) { #banner h1{ font-size: 29px; } .card{ height: auto; } .card .category{ font-size: 15px; margin-top: -23px; } .card .description{ display: none; } footer img{ margin-bottom: 15px; max-width: 100%; } } @media (max-width:724px) { header{ width: 100%; height: 123px; padding-top: 10px; } #logo{ float: none; width: 200px; margin: 0px auto; } #menu{ clear: both; float: none; width: 440px; margin: 0 auto; } #lateral input[type="text"]{ width: 70%; } } @media (max-width:660px) { #banner h1{ font-size: 25px; } #lateral{ float: right; width: 100%; margin: 0px auto; min-height: auto; margin-top: 20px; } #lateral input[type="text"]{ width: 93%; } #login input[type="email"], #login input[type="password"] { width: 88%; } #articles{ clear: both; width: 100%; float: none; margin: 0px auto; min-height: auto; } footer{ height: auto; padding-bottom: 40px; } footer .wrap > div{ width: 100%; margin: 0px auto; margin-top: 20px; } footer h5{ font-size: 25px; } } @media (max-width:475px) { #logo{ float: left; } header{ width: 100%; height: 275px; padding-top: 10px; } #menu{ clear: both; float: none; width: 100%; margin: 0 auto; } #menu ul li{ width: 100%; line-height:52px; } #menu ul li a{ width: 100%; line-height:52px; } #menu ul li a:hover{ color: #37bcf9; transform: scale(1,1); } #banner{ height: 85px; } #banner h1{ font-size: 18px; } #lateral input[type="text"]{ width: 85%; } .card .icon{ font-size: 35px; } .card:hover .icon{ font-size: 35px; } .card .category{ font-size: 13px; } #articles .data{ float: none; margin: -10%; border-radius: 0px 0px 0px 0px; } #articles article h4{ margin-top: 20px; } }
0.161717
0.061734
================================================== #Typography #General #Header #Footer #Home -- #Property Expert -- #Property Featured v1 -- #Property Featured v2 -- #Special Property #Blog #Contacts #Property Grid and Listing #Property Single (Product detail) #Price Table #404 Error /* #Typography ================================================== */ a:focus { outline: none; } #nav-section a { cursor: pointer; } a:hover, a:visited, a:focus { text-decoration: none; } h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', sans-serif; color: #353535; font-weight: 600; margin: 0; text-transform: uppercase; } h1, h2, h3 { margin-top: 20px; margin-bottom: 10px; } h4, h5, h6 { margin-top: 10px; margin-bottom: 10px; } h1 { font-size: 60px; } h2 { font-size: 40px; } h3 { font-size: 30px; font-weight: 600; } h4 { font-size: 21px; } h5 { font-size: 17px; font-weight: 900; } h6 { font-size: 14px; font-weight: 900; } p { font-family: 'Poppins', sans-serif; font-size: 14px; line-height: 25px; margin: 0 0 15px; } small, .small { font-size: 85%; } code { font-size: 17px; font-weight: 500; } .text-normal { text-transform: none; } .manuscript { font-family: 'Dancing Script', cursive; text-transform: none; font-weight: 700; padding: 10px 0; } .text-uppercase{ text-transform: uppercase; } .center-text { text-align: center; float: none; } .section-title { text-align: center; font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: uppercase; margin-top: 0; margin-bottom: 0px; } .center-position { display: inline-block; width: 100%; text-align: center; float: none; } .center-block { display: block; margin-left: auto; margin-right: auto; } .textBox-width80 { width: 80%; } .textBox-width70 { width: 70%; } .textBox-width60 { width: 60%; } .textBox-width50 { width: 50%; } .textBox-width40 { width: 40%; } .section-title .fa { display: block; margin-top: 3px; font-size: 25px; color: #51a3e9; } .decor-pin { display: block; top: -21px; position: relative; width: 200px; text-align: center; margin-left: auto; margin-right: auto; } .decor-pin:before { content: ""; display: inline-block; position: absolute; top: 0px; right: 30px; text-align: center; height: 3px; width: 50px; background-color: #51a3e9; margin: 6px auto 6px auto; } .decor-pin:after { content: ""; display: inline-block; position: absolute; top: 0; left: 30px; text-align: center; height: 3px; width: 50px; background-color: #51a3e9; margin: 6px auto 6px auto; } .white-decor:after { } .section-title-border:after { content: ""; display: block; position: relative; height: 3px; width: 113px; background-color: #51a3e9; margin: 5px auto 0px; } .whiteTitleBorder:after { content: ""; background-color: #ffffff; } .section-title-border.whiteTitleBorder { color: #ffffff; } .sectionBox-color .section-title-border { color: #ffffff; } .section-title-border { text-align: center; font-family: 'Poppins', sans-serif; font-weight: 600; color: #353535; padding: 0px 0 0; width: 100%; max-width: 600px; margin: 0 auto; } .section-subtitle { text-align: center; font-family: 'Poppins', sans-serif; font-weight: 500; text-transform: uppercase; line-height: 20px; font-size: 16px; color: #7a7a7a; padding: 10px 0; width: 100%; max-width: 470px; margin: 0 auto; } .section-subtitle.white { color: #ffffff; } .sectionBox-color .section-subtitle { color: #ffffff; } .fa-2 { font-size: 16px; } .edit-padding0 { padding: 0; } .edit-paddingBoth10 { padding-top: 10px; padding-bottom: 10px; } .edit-paddingTop0 { padding-top: 0px; } .edit-paddingTop10 { padding-top: 10px; } .edit-paddingBottom0 { padding-bottom: 0px; } .edit-paddingBottom10 { padding-bottom: 10px; } .edit-paddingBoth20 { padding-top: 20px; padding-bottom: 20px; } .edit-paddingTop20 { padding-top: 20px; } .edit-paddingBottom20 { padding-bottom: 20px; } .edit-paddingBoth30 { padding-top: 30px; padding-bottom: 30px; } .edit-paddingTop30 { padding-top: 30px; } .edit-paddingBottom30 { padding-bottom: 30px; } .edit-paddingBoth40 { padding-top: 40px; padding-bottom: 40px; } .edit-paddingTop40 { padding-top: 40px; } .edit-paddingBottom40 { padding-bottom: 40px; } .edit-paddingBoth50 { padding-top: 50px; padding-bottom: 50px; } .edit-paddingTop50 { padding-top: 50px; } .edit-paddingBottom50 { padding-bottom: 50px; } .edit-paddingBoth60 { padding-top: 60px; padding-bottom: 60px; } .edit-paddingTop60 { padding-top: 60px; } .edit-paddingBottom60 { padding-bottom: 60px; } .edit-paddingBoth70 { padding-top: 70px; padding-bottom: 70px; } .edit-paddingTop70 { padding-top: 70px; } .edit-paddingBottom70 { padding-bottom: 70px; } .edit-paddingBoth80 { padding-top: 80px; padding-bottom: 80px; } .edit-paddingTop80 { padding-top: 80px; } .edit-paddingBottom80 { padding-bottom: 80px; } .edit-paddingBoth90 { padding-top: 90px; padding-bottom: 90px; } .edit-paddingTop90 { padding-top: 90px; } .edit-paddingBottom90 { padding-bottom: 90px; } .edit-paddingBoth100 { padding-top: 100px; padding-bottom: 100px; } .edit-paddingTop100 { padding-top: 100px; } .edit-paddingBottom100 { padding-bottom: 100px; } .edit-paddingBoth150 { padding-top: 150px; padding-bottom: 150px; } .edit-paddingTop150 { padding-top: 150px; } .edit-paddingBottom150 { padding-bottom: 150px; } .edit-paddingRight30 { padding-right: 30px; } .edit-margin0 { margin: 0; } .edit-marginBoth10 { margin-top: 10px; margin-bottom: 10px; } .edit-marginTop10 { margin-top: 10px; } .edit-marginBottom10 { margin-bottom: 10px; } .edit-marginBoth20 { margin-top: 20px; margin-bottom: 20px; } .edit-marginTop20 { margin-top: 20px; } .edit-marginBottom20 { margin-bottom: 20px; } .edit-marginBoth30 { margin-top: 30px; margin-bottom: 30px; } .edit-marginTop30 { margin-top: 30px; } .edit-marginBottom30 { margin-bottom: 30px; } .edit-marginBoth40 { margin-top: 40px; margin-bottom: 40px; } .edit-marginTop40 { margin-top: 40px; } .edit-marginBottom40 { margin-bottom: 40px; } .edit-marginBoth50 { margin-top: 50px; margin-bottom: 50px; } .edit-marginTop50 { margin-top: 50px; } .edit-marginBottom50 { margin-bottom: 50px; } .edit-marginBoth60 { margin-top: 60px; margin-bottom: 60px; } .edit-marginTop60 { margin-top: 60px; } .edit-marginBottom60 { margin-bottom: 60px; } .edit-marginBoth70 { margin-top: 70px; margin-bottom: 70px; } .edit-marginTop70 { margin-top: 70px; } .edit-marginBottom70 { margin-bottom: 70px; } .edit-marginBoth80 { margin-top: 80px; margin-bottom: 80px; } .edit-marginTop80 { margin-top: 80px; } .edit-marginBottom80 { margin-bottom: 80px; } .edit-marginBoth90 { margin-top: 90px; margin-bottom: 90px; } .edit-marginTop90 { margin-top: 90px; } .edit-marginBottom90 { margin-bottom: 90px; } .edit-marginBoth100 { margin-top: 100px; margin-bottom: 100px; } .edit-marginTop100 { margin-top: 100px; } .edit-marginBottom100 { margin-bottom: 100px; } .edit-marginBoth150 { margin-top: 150px; margin-bottom: 150px; } .edit-marginTop150 { margin-top: 150px; } .edit-marginBottom150 { margin-bottom: 150px; } /******Letter Spacing********/ .edit-letterSpacing1 { letter-spacing: 1px; } .edit-letterSpacing2 { letter-spacing: 2px; } .edit-letterSpacing3 { letter-spacing: 3px; } .edit-letterSpacing4 { letter-spacing: 4px; } .edit-letterSpacing5 { letter-spacing: 5px; } .edit-letterSpacing6 { letter-spacing: 6px; } .edit-letterSpacing7 { letter-spacing: 7px; } .edit-letterSpacing8 { letter-spacing: 8px; } .edit-letterSpacing9 { letter-spacing: 9px; } .edit-letterSpacing10 { letter-spacing: 10px; } .cs-padding { padding-left: 10px; padding-right: 10px; } .edit-displayTable { display: table; } .edit-displayTable-cell { display: table-cell; } .edit-verticalalignMiddle { vertical-align: middle; } .edit-verticalalignTop { vertical-align: top; } .edit-verticalalignBottom { vertical-align: bottom; } /* #General ================================================== */ html { overflow: auto; } body { padding: 0; height: 100%; color: #7a7a7a; overflow: hidden; background-color: #fff; font-size: 14px; font-family: 'Lato', sans-serif; } .overflow-visible { overflow: visible; } #pageloader { width: 100%; height: 100%; position: relative; background: rgba(0, 0, 0, 0.90); z-index: 10000; position: fixed; display: block; } .loaded #pageloader { visibility: hidden; zoom: 1; filter: alpha(opacity=50); opacity: 1; -webkit-transition: opacity .15s ease-in-out; -moz-transition: opacity .15s ease-in-out; -ms-transition: opacity .15s ease-in-out; -o-transition: opacity .15s ease-in-out; transition: opacity .15s ease-in-out; } .sk-cube-grid { width: 40px; height: 40px; margin: auto; display: table-cell; vertical-align: middle; top: 50%; left: 50%; margin-left: -15px; position: absolute; } .sk-cube-grid .sk-cube { width: 33%; height: 33%; background-color: #51a3e9; float: left; -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; } .sk-cube-grid .sk-cube1 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } .sk-cube-grid .sk-cube2 { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } .sk-cube-grid .sk-cube3 { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; } .sk-cube-grid .sk-cube4 { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; } .sk-cube-grid .sk-cube5 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } .sk-cube-grid .sk-cube6 { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } .sk-cube-grid .sk-cube7 { -webkit-animation-delay: 0s; animation-delay: 0s; } .sk-cube-grid .sk-cube8 { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; } .sk-cube-grid .sk-cube9 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } @-webkit-keyframes sk-cubeGridScaleDelay { 0%, 70%, 100% { -webkit-transform: scale3D(1, 1, 1); transform: scale3D(1, 1, 1); } 35% { -webkit-transform: scale3D(0, 0, 1); transform: scale3D(0, 0, 1); } } @keyframes sk-cubeGridScaleDelay { 0%, 70%, 100% { -webkit-transform: scale3D(1, 1, 1); transform: scale3D(1, 1, 1); } 35% { -webkit-transform: scale3D(0, 0, 1); transform: scale3D(0, 0, 1); } } ::selection { background: #51a3e9; color: #fff; } ::-moz-selection { background: #51a3e9; color: #fff; } .color { color: #51a3e9; } a { color: #353535; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } a:hover, a:focus { color: #51a3e9; } iframe[src="about:blank"] { display: none; } #wrapper.open { -webkit-transform: translate3d(270px, 0, 0); transform: translate3d(270px, 0, 0); } #wrapper { position: relative; overflow: hidden; left: 0; z-index: 99; height: 100%; background-color: #fff; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } #wrapper.boxed { max-width: 1230px; margin-left: auto; margin-right: auto; -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); } /* mozilla solution - this is for firefox 18- */ :-moz-placeholder { color:#e7e7e7; } section { padding:70px 0; background: #fff; overflow: hidden; } img { width: 100%; height: auto; } .divider { border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; height: 4px; } .content { padding: 20px 10px; } .content p { line-height: 30px; margin-bottom: 25px; } .show-more { max-height: 240px; overflow: hidden; position: relative; transition: max-height 1s; } .show-more:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 180px; display: block; background: linear-gradient(rgba(255,255,255,0),#fff 88%); z-index: 9; opacity: 1; visibility: visible; transition: all 1s; } .show-more-button { position: absolute; bottom: -15px; left: 0; margin-left: 50%; transform: translateX(-50.5%); z-index: 10; text-align: center; display: block; opacity: 1; visibility: visible; transition: all 0.3s; padding: 10px 20px; } .show-more.visible { max-height: 2000px; } .show-more.visible:after, .show-more.visible .show-more-button { opacity: 0; visibility: hidden; } .content .first-letter::first-letter { font-size: 60px; color: #c5a866; margin-right: 3px; } .about-us .content img{ width: 100%; height: auto; display: block; } .checkbox-list { margin: 0; padding: 0px 10px 20px 10px; list-style: none; } .checkbox-list li { margin-bottom: 10px; display: -webkit-flex; display: flex; font-size: 14px; } .checkbox-list li .fa { margin-right: 10px; } .number-list { list-style-type: none; counter-reset: li-counter; margin: 0; padding: 0px 10px 20px 40px; } .number-list li { display: list-item; margin-bottom: 10px } .number-list>li:before{ position: absolute; left: 25px; width: 20px; height: 20px; font-size: 14px; line-height: 20px; font-weight: 500; border-radius: 50%; text-align: center; color: #fff; content: counter(li-counter); counter-increment: li-counter; background-color: #6f6f6f; } .normal-list { padding: 0px 10px 20px 40px; } .normal-list li{ margin-bottom: 5px; font-size: 14px; } .socials-box { display: table-cell; vertical-align: middle; margin: 1px 5px; padding: 0; } .socials-box li { display: inline-block; opacity: 1; margin-left: 7px; } .socials-box a { line-height: 20px; } .socials-box a:hover .social-circle-border{ color: #51a3e9; border-color:#51a3e9; } #top-bar .socials-box a:hover .social-circle-border, #footer .socials-box a:hover .social-circle-border { color: #51a3e9; border-color:#51a3e9; } #top-bar .social-circle-border, #footer .social-circle-border{ background-color: transparent; border: 2px solid #e7e7e7; color: #fff; } .social-circle-border { font-size: 14px; line-height: 21px; margin-right: 2px; height: 25px; width: 25px; border-radius: 50%; background-color: transparent; border: 2px solid #6f6f6f; color: #6f6f6f; text-align: center; } .social-square-border { font-size: 14px; line-height: 21px; margin-right: 2px; height: 25px; width: 25px; border: 2px solid #6f6f6f; color: #6f6f6f; background-color: transparent; border-radius: 5px; text-align: center; } .social-square-border:hover { border-color: #51a3e9; color: #51a3e9; } .social-square-border.icon-sm { font-size: 18px; line-height: 36px; height: 39px; width: 39px; } .social-circle-border, .social-square-border { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .socials-box .social-circle-border:hover{ border: 2px solid #51a3e9; color: #51a3e9; } .center-button { width: 100%; text-align: center; } /*Owl Carousel*/ .owl-carousel { font-family: 'Poppins', sans-serif; } .owl-nav { text-align: center; position: absolute; top: 45%; width: 100%; display: block; } .owl-nav .owl-prev, .owl-nav .owl-next { position: absolute; opacity: 0.5; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .owl-nav .owl-prev:hover, .owl-nav .owl-next:hover { opacity: 1; } .owl-nav .owl-prev { left: -40px; } .owl-nav .owl-next { right: 10px; } .owl-nav .owl-button-icons { margin: auto; background-image: url(../images/default.png); background-repeat: no-repeat; position: absolute; } .owl-nav .owl-prev-icon, .owl-nav .owl-next-icon { width: 48px; height: 48px; } .owl-nav .owl-prev-icon { background-position: -48px 0px; } .owl-nav .owl-next-icon { background-position: 0px 0px; } /*Owl button nav modern style*/ /*-- TOP nav --*/ .owl-top-nav .owl-nav { position: absolute; top: -5px; right: 20px; display: block; background-color: #2e363d; height: 17px; width: 130px; z-index: 100; } .owl-top-nav .owl-nav:before { content: ""; float: left; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 5px 12px 0px; border-right-color: #1f1f1f; position: relative; top: 0px; margin-top: 5px; margin-left: -5px; } .owl-top-nav .owl-nav:after{ content: ""; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 0 12px 5px; border-left-color: #1f1f1f; position: relative; top: 0px; margin-top: 5px; margin-right: -5px; } .owl-top-nav .owl-nav .owl-next { right: 17px; top: -40px; } .owl-top-nav .owl-nav .owl-prev { left: 17px; top: -40px; } .owl-top-nav .owl-nav .owl-next, .owl-top-nav .owl-nav .owl-prev { background-color: #51a3e9; border-bottom: 3px solid #247dca; border-radius: 3px; opacity: 0.9; } .owl-top-nav .owl-nav .owl-prev:hover, .owl-top-nav .owl-nav .owl-next:hover { background-color: #51a3e9; border-bottom: 3px solid #247dca; opacity: 1; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .owl-top-nav .owl-nav .owl-next-icon { background-position: 0px 0px; } .owl-top-nav .owl-nav .owl-prev-icon, .owl-top-nav .owl-nav .owl-next-icon { width: 45px; height: 30px; color: #fff; padding: 10px 20px 0 17px; } .owl-top-nav .owl-nav .owl-next:after, .owl-top-nav .owl-nav .owl-prev:after { content: ""; height: 7px; left: 45%; border-right: 4px solid; border-color: #247dca; position: absolute; bottom: -10px; } .owl-top-nav .owl-nav .owl-button-icons { margin: auto; background-image: url(../images/default-black.png); background-repeat: no-repeat; position: absolute; } /*-- CENTER nav --*/ .owl-center-nav .owl-nav { position: absolute; right: 0; display: block; background-color: transparent; height: auto; width: 100%; } .owl-center-nav .owl-nav:before { content: ""; background-image: url(../images/owl-button-decor.png); background-repeat: no-repeat; float: left; width: 15px; height: 135px; position: relative; top: -45px; margin-top: 5px; margin-left: -5px; } .owl-center-nav .owl-nav:after{ content: ""; background-image: url(../images/owl-button-decor.png); background-repeat: no-repeat; background-position-x: -17px; float: right; width: 15px; height: 135px; position: relative; top: -45px; margin-top: 5px; margin-right: -5px; } .owl-center-nav .owl-nav .owl-next { right: -47px; top: 0px; } .owl-center-nav .owl-nav .owl-prev { left: -47px; top: 0px; } .owl-center-nav .owl-nav .owl-next, .owl-center-nav .owl-nav .owl-prev { background-color: #51a3e9; border-bottom: 3px solid #247dca; border-radius: 3px; opacity: 0.9; } .owl-center-nav .owl-nav .owl-prev:hover, .owl-center-nav .owl-nav .owl-next:hover { background-color: #51a3e9; border-bottom: 3px solid #247dca; opacity: 1; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .owl-center-nav .owl-nav .owl-next-icon { background-position: 0px 0px; } .owl-center-nav .owl-nav .owl-prev-icon, .owl-center-nav .owl-nav .owl-next-icon { width: 35px; height: 45px; color: #fff; padding: 17px 0px 10px 0px; } .owl-center-nav .owl-nav .owl-next:after, .owl-center-nav .owl-nav .owl-prev:after { content: ""; top: 50%; border-top: 4px solid; border-color: #51a3e9; -webkit-box-shadow:0 2px 0 #3a8acf; box-shadow: 0 2px 0 #3a8acf; position: absolute; } .owl-center-nav .owl-nav .owl-next:after { width: 7px; left: -7px; } .owl-center-nav .owl-nav .owl-prev:after { width: 7px; } .owl-center-nav .owl-nav .owl-button-icons { margin: auto; background-image: url(../images/default-black.png); background-repeat: no-repeat; position: absolute; } /* Progress Bars customise */ .progress .progress-bar { line-height: 23px; } .progress-bar { font-weight: bold; font-family: 'Poppins', sans-serif; } .progress.progress-e { background-color: #e2e2e2; } .progress-bar-e { background-color: #aebbc7; color: #2e363d; } /* Select Elements */ .bootstrap-select .dropdown-menu { padding: 0px 0; } .bootstrap-select .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { text-decoration: none; color: #ffffff; background-color: #51a3e9; } .bootstrap-select .dropdown-menu>li>a { padding: 7px 15px; height: 35px; font-weight: 800; font-family: 'Poppins', sans-serif; } .input-group { display: block; } /* Search elements */ .search-form { width: auto; position: relative; display: inline-block; } .search-form button[type="submit"] { border: none; background: none; position: absolute; right: 8px; top: 8px; color: #97aab7; } .search-module { padding: 0; background: transparent; overflow: visible; position: relative; top: -10px; } .form-action.form-default { background: transparent; border: 1px solid; border-color: rgb(226, 226, 226); border-bottom: 3px solid rgb(226, 226, 226); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .form-action.form-dark { background: #2e363d; border-bottom: 3px solid #1f1f1f; border-radius: 3px 3px 3px 3px; } .form-action.form-default { background: #ffffff; border-bottom: 3px solid #e2e2e2; border-radius: 3px 3px 3px 3px; } .form-action { position: relative; } .form-action .form-group { margin-bottom: 0; } aside .form-action .row > [class*='col-'] { margin-bottom: 20px; } .form-action.form-default .row > [class*='col-'] { margin-bottom: 20px; } .hidden-box { width: 100%; padding: 0 15px; position: relative; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; } .box-action-one { padding: 0px 15px 0px 15px; margin: 0; height: auto; } .form-toggled-box .box-action-one { border-radius: 3px 3px 0px 0px; } .form-action.form-default .box-action-two { background: #aebbc7; } .form-action.form-dark .box-action-two { background: #22282d; box-shadow: inset 0 1px 3px rgba(0,0,0,0.125); } .box-action-two { z-index: 2; border-radius: 0px 0px 3px 3px; position: relative; padding: 20px 15px 5px 15px; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; } .form-toggled-box .box-action-two { } .form-title-section { position: relative; text-align: center; width: 100%; top: -15px; } .form-title-display { background-color: #51a3e9; border-bottom: 3px solid rgba(0, 0, 0, 0.39); border-radius: 3px; position: relative; text-align: center; width: auto; display: inline-block; } .form-title-section .form-group-btn { display: table-cell; width: 40px; } .form-title-section .form-group-btn button{ background-color: #247dca; border-color: #247dca; margin: 0; padding: 8px 12px 6px; border-top-right-radius: 0; border-bottom-right-radius: 0; } .form-title-section .form-group-btn button:hover { background-color: #1f76c1; border-color: #1f76c1; } .form-title-section .form-group-btn .btn { background-color: #6fb1e9; border-color: #6fb1e9; margin: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; } .form-title-section .form-group-btn .btn:hover { background-color: #4c9bde; border-color: #4c9bde; } .form-title-section .form-title { vertical-align: middle; display: table-cell; color: #fff; } .form-title-section .form-title span { padding: 5px 20px; } .form-title-section .form-title, .form-title-section .form-group-btn { font-family: 'Poppins', sans-serif; } .form-title-section .btn { font-size: 14px; padding: 7px 10px 6px; } .form-group label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-size: 16px; font-weight: 500; font-family: 'Poppins', sans-serif; } .form-default .form-group label { color: #353535; } .form-dark .form-group label { color: #fff; } .input-group .form-control:first-child { border-bottom-right-radius: 3px; border-top-right-radius: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .search-module-inside { padding: 0; border-radius: 3px 3px 3px 3px; } .search-module-inside .input-group-addon { color: #999999; background-color: transparent; border: 1px solid #505b65; border-left: 0; } .search-module-inside .input-group-addon:active, .search-module-inside .input-group-addon:focus { border: 2px solid #acacac; } .search-module-inside .bootstrap-select > .dropdown-toggle { border-color: #505b65 !important; } .form-decor-shadow { } .form-decor-shadow:before { content:""; float: left; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 15px 100px 0px; border-right-color: #1f1f1f; position: relative; top: 0px; margin-top: 10px; margin-left: -15px; } .form-decor-shadow:after { content: ""; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 0 100px 15px; border-left-color: #1f1f1f; position: relative; top: 0px; margin-top: 10px; margin-right: -15px; } .form-decor-shadow.defult:before { border-right-color: #aebbc7; } .form-decor-shadow.default:after { border-left-color: #aebbc7; } .btn { font-family: 'poppins', sans-serif; font-size: 16px; font-weight: 400; text-transform: uppercase; } .btn { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .btn:active { -webkit-transition: all 0.1s; -moz-transition: all 0.1s; -ms-transition: all 0.1s; -o-transition: all 0.1s; transition: all 0.1s; } .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover { background-color: #51a3e9; border-color: #51a3e9; } .btn { padding: 6px 10px 3px; font-size: 14px; line-height: 1.3333333; border-radius: 3px; } .btn-sm { padding: 7px 10px; font-size: 16px; line-height: 1.3333333; } .btn-lg { padding: 10px 15px; font-size: 18px; line-height: 1.3333333; } .btn-o { text-align: center; line-height: 1.3333333; border-radius: 5px; } .btn-o-primary { color: #51a3e9; background-color: transparent; border: 2px solid #51a3e9; border-radius: 5px; } .btn-o-primary:hover { background-color: #51a3e9; color: #fff; } .btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus { color: #fff; background-color: #4695d8; border-color: #4695d8; outline: none; } .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline:none; } .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #4695d8; border-color: #4695d8; } .btn-primary:hover { color: #fff; background-color: #4695d8; border-color: #4695d8; } .btn-primary:active { color: #fff; background-color: #4695d8; border-color: #4695d8; } .btn-primary { background-color: #51a3e9; border-color: #51a3e9; } .btn-success:active, .btn-success:active:focus, .btn-success:focus, .btn-success.focus{ background-color: #8eba39; border-color: #8eba39; } .btn-success { background-color: #9cce3d; border-color: #9cce3d; } .btn-success:hover { background-color: #8eba39; border-color: #8eba39; } .btn-info:active, .btn-info:active:focus, .btn-info:focus, .btn-info.focus{ background-color: #52aaad; border-color: #52aaad; } .btn-info { background-color: #62babd; border-color: #62babd; } .btn-info:hover { background-color: #52aaad; border-color: #52aaad; } .btn-warning:active, .btn-warning:active:focus, .btn-warning:focus, .btn-warning.focus{ background-color: #e2902f; border-color: #e2902f; } .btn-warning { background-color: #ffa73f; border-color: #ffa73f; } .btn-warning:hover { background-color: #e2902f; border-color: #e2902f; } .btn-danger:active, .btn-danger:active:focus, .btn-danger:focus, .btn-danger.focus{ background-color: #cc3434; border-color: #cc3434; } .btn-danger { background-color: #ff3f3f; border-color: #ff3f3f; } .btn-danger:hover { background-color: #cc3434; border-color: #cc3434; } .btn-black { background-color: #2e363d; border-color: #2e363d; } .btn-black:hover { background-color: #434b52; border-color: #434b52; } .btn-black:active, .btn-black:active:focus, .btn-black:focus, .btn-black.focus{ background-color: #434b52; border-color: #434b52; } .btn-primary .fa { font-size: 13px; } .button-section { text-align: center; padding: 20px 0; } .special-button-box { display: inline-block; border-left: 1px solid #51a3e9; margin-left: 18px; padding: 5px 0 5px 20px; } aside .cs-search-btn { text-align: center; width: 100%; } .sb-search { margin: 0px 0 20px; padding-bottom: 0; position: relative; } .sb-search .search-form { width: 100%; } .sb-search .search-form input { border: 1px solid rgba(0, 0, 0, 0.13); margin-bottom: 0; width: 100%; } .other-alter-box { color: #3b7795; padding: 5px 10px; margin: 5px 0 10px; background: #d9edf7; display: inline-block; } .alert { font-size: 15px; } .close { font-size: 35px; } .alert-dismissable .close, .alert-dismissible .close { top: -10px; } .close:hover, .close:focus { color: #000; } .panel-group .panel { border-radius: 0; box-shadow: none; border-color: #efefef; } .panel-default > .panel-heading { padding: 0; border-radius: 0; color: #6f6f6f; background-color: #efefef; border: 1px solid #e7e7e7; border-bottom: none; } .panel-default:last-child > .panel-heading { border-bottom: 1px solid #e7e7e7; } .panel-title { font-size: 14px; } .panel-title > a { display: block; padding: 15px; text-decoration: none; color:#6f6f6f; font-size: 18px; } .more-less { float: right; color: #6f6f6f; } .panel-default > .panel-heading + .panel-collapse > .panel-body { padding: 10px 15px; border: 1px solid #e7e7e7; border-bottom: none; font-size: 17px; line-height: 25px; } .panel-default:last-child > .panel-heading + .panel-collapse > .panel-body { border-bottom: 1px solid #e7e7e7; border-top: none; } input, textarea, select { width: auto; padding: 9px; margin-bottom: 20px; border-radius: 3px; border: none; font-weight: 300; font-family: 'Poppins', sans-serif; background: white; } .form-group input, .form-group textarea { border-radius: 3px; border: 1px solid rgba(0, 0, 0, 0.13); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; padding: 8px 6px; height: 40px; color: #151515; font-size: 14px; } .ct-formLogin { max-width: 370px; } .ct-formLogin .btn { width: 100%; } .regular-checkbox { display: none; } .regular-checkbox + label { background-color: #fafafa; border: 1px solid #cacece; box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); padding: 9px; border-radius: 3px; display: inline-block; position: relative; } .regular-checkbox + label:active, .regular-checkbox:checked + label:active { box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1); } .regular-checkbox:checked + label { background-color: #efefef; border: 1px solid #dadada; box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1); color: #dadada; } .regular-checkbox:checked + label:after { content: '\2714'; font-size: 14px; position: absolute; top: 0px; left: 3px; color: #99a1a7; } .big-checkbox + label { padding: 18px; } .big-checkbox:checked + label:after { font-size: 28px; left: 6px; } .radio-1 { width: 193px; } /* RADIO */ .regular-radio { display: none; } .regular-radio + label { -webkit-appearance: none; background-color: #fafafa; border: 1px solid #cacece; box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); padding: 9px; border-radius: 50px; display: inline-block; position: relative; } .regular-radio:checked + label:after { content: ' '; width: 12px; height: 12px; border-radius: 50px; position: absolute; top: 3px; background: #dadada; box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3); text-shadow: 0px; left: 3px; font-size: 32px; } .regular-radio:checked + label { background-color: #efefef; color: #dadada; border: 1px solid #dadada; box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1); } .regular-radio + label:active, .regular-radio:checked + label:active { box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1); } .big-radio + label { padding: 16px; } .big-radio:checked + label:after { width: 24px; height: 24px; left: 4px; top: 4px; } .checkbox label { font-weight: normal; cursor: pointer; font-size: 14px; } .checkbox input { left: 0; margin-left: 0; width: auto; height: auto; } .checkbox span { position: absolute; margin-left: 10px; } .checkbox label a { color: #51a3e9; } .form-default .form-title-section .form-title span { padding: 10px 20px 7px; display: block; } .form-default .form-title-display { background-color: #efefef; border-bottom: 3px solid rgb(226, 226, 226); } .form-default .form-title-section .form-title { vertical-align: middle; display: table-cell; color: #515151; } .form-default .bootstrap-select > .dropdown-toggle { border-color: rgba(0, 0, 0, 0.13) !important; font-weight: 400; color: #a5a5a5; } .form-default .bootstrap-select.btn-group .dropdown-toggle .bs-caret { border-left: 1px solid rgba(0, 0, 0, 0.13); color: #2e363d; } .form-default .bootstrap-select.btn-group .dropdown-toggle:focus .bs-caret { border-left: 2px solid #acacac; } .form-default .bootstrap-select .dropdown-toggle:focus { border-color: #acacac !important; -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(172, 172, 172); -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233); box-shadow: inset 0 0px 0px rgb(172, 172, 172), 0px 0px 0px 1px rgb(172, 172, 172); } .form-default input, .form-default textarea { border: 1px solid rgba(0, 0, 0, 0.13); background-color: transparent; padding: 5px 10px; height: 35px; font-weight: 500; } .form-dark input, .form-dark textarea { border: 1px solid #505b65; background-color: transparent; padding: 5px 10px; height: 35px; color: #999999; font-weight: 800; } .form-group input:focus, .form-group textarea:focus { outline: none; outline-offset: -2px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-color: #acacac !important; -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(172, 172, 172); -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233); box-shadow: inset 0 0px 0px rgb(172, 172, 172), 0px 0px 0px 1px rgb(172, 172, 172); } .form-control:focus { border-color: #acacac; outline: 0; -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(172, 172, 172); -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233); box-shadow: inset 0 0px 0px rgb(172, 172, 172), 0px 0px 0px 1px rgb(172, 172, 172); } .contact-form input[type='number'] { -moz-appearance:textfield; } /* Internet explorer - 11+ */ .contact-form input::-webkit-outer-spin-button, .contact-form input::-webkit-inner-spin-button { -webkit-appearance: none; } .contact-form { margin: 20px 0; } .parallax-box{ background-color: #111111; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed; background-repeat: no-repeat; background-position: center; overflow: hidden; width: 100%; height: 100%; display: flex; display: -webkit-flex; } .parallax-box .mediaSection-box { display: block; position: relative; vertical-align: middle; text-align: center; width: 100%; height: 100%; padding: 50px 0; } .note-new { font-family: 'Oswald', cursive; font-size: 18px; color: #2e363d; background-color: #51a3e9; border-bottom-right-radius: 5px; padding: 2px 10px; margin-left: 10px; border-top-right-radius: 5px; } .note-spicy { font-family: 'Oswald', cursive; font-size: 18px; color: #fff; background-color: #df400b; border-bottom-right-radius: 5px; padding: 2px 10px; margin-left: 10px; border-top-right-radius: 5px; } .note-milk { font-family: 'Oswald', cursive; font-size: 18px; color: #b4985b; background-color: #ece6da; border: 1px solid #e3d6bc; border-bottom-right-radius: 5px; padding: 2px 10px; margin-left: 10px; border-top-right-radius: 5px; } .embed-container { position: relative; padding-bottom: 56.56%; margin-bottom: 30px; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #e2e2e2; } gm-map { display: block; width: 100%; height: 300px; } section.colorsidebar:before { content: ""; top: 0; right: 0; width: 33.3%; height: 100%; position: absolute; background-color: #51a3e9; } .colorsidebar { position: relative; } .sidebar.colorsidebar{ background-color: #51a3e9; color: #fff; } .sidebar { padding: 70px 40px 40px; } .sidebar.colorsidebar .section-title-border { color: #fff; margin-bottom: 15px; } .sidebar.colorsidebar .section-title-border:after { background-color: #ffffff; } .colorsidebar .sidebar .title { color: #fff; text-align:center; } .blog-content .main { padding: 70px 15px 40px; } .blog-content .main .title { text-align: center; } .colorsidebar .btn-o-primary { color: rgba(255, 255, 255, 0.73); background-color: transparent; border: 2px solid rgba(255, 255, 255, 0.73); border-radius: 5px; } .colorsidebar .btn-o-primary:hover { background-color: transparent; border: 2px solid #ffffff; color: #ffffff; } /******* Widget secton ******/ aside>div { padding-bottom: 20px; margin-bottom: 20px; position: relative; } aside { font-family: 'Poppins semi-bold', sans-serif; } aside .widget-title { font-family: 'Poppins semi-bold', sans-serif; position: relative; margin: 0 0 25px; padding: 16px 0 21px; text-transform: uppercase; } aside .sb-category { } .sb-category .widget-title { } aside .widget-title:before, aside .widget-title:after { content: ''; position: absolute; width: 100%; height: 1px; left: 0; bottom: 0; background-color: rgba(103, 100, 93, 0.38); } aside .widget-title:before { width: 50%; left: 0; height: 3px; background-color: #51a3e9; z-index: 1; } aside ul { padding: 0; margin: 0; list-style: none; } aside ul li a:hover { color:#51a3e9; } aside ul li a, aside ul li, aside img{ -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } aside .bootstrap-datetimepicker-widget table td span:hover{ color: #fff; } .sb-latest-posts .text-box { float: left; width: 60%; padding: 0; margin: 0; } .sb-category ul li a:hover, .sb-latest-posts ul li a:hover { color:#51a3e9; } .sb-category ul li a, .sb-latest-posts ul li a { text-decoration: none; color:#6f6f6f; } .sb-category ul li { font-size: 16px; list-style: none; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #eee; } .sb-latest-posts ul li { font-size: 16px; list-style: none; display: inline-block; margin-bottom: 10px; padding-bottom: 10px; } .sb-latest-posts img { float: left; width: 80px; margin-right: 10px; margin-bottom: 10px; border-radius: 5px; border: 2px solid #e7e7e7; } .sb-latest-posts img:hover, .sb-latest-posts a:hover>img { border: 2px solid #51a3e9; } .sb-latest-posts .title { margin-bottom: 5px; display: block; } .sb-latest-posts .date { color:#aaa; font-style: italic; } .sb-featured .property-price { line-height: 20px; font-size: 17px; font-weight: 600; color: #9cce3d; margin: 5px 0; } .sb-featured .property-price .old-price { text-decoration: line-through; color: #9b1616; } .sb-tags .tag-content{ width: 100%; padding: 5px; } .sb-tags ul li{ font-size: 16px; list-style: none; display: inline-block; margin: 11px 1px; } .sb-tags ul li a { text-decoration: none; color:#353535; background: #efefef; border: 1px solid #eee; padding: 10px 12px; } .sb-tags ul li a:hover { background: #51a3e9; border: 1px solid #51a3e9; color: #fff; } .sb-advert { text-align: center; } .sb-advert .advert-image { height: auto; width: 100%; padding: 35px 20px 20px 20px; position: relative; z-index: 0; } .sb-advert .advert-image .ads-overlay { background: rgba(57, 41, 31, 0.6); position: absolute; width: 100%; height: 100%; padding: 0; margin: 0; left: 0; top: 0; z-index: -1; } .sb-advert .advert-image span { text-align: center; font-family: 'Oswald', sans-serif; font-size: 17px; text-transform: uppercase; color: #ffffff; display: block; padding-bottom: 30px; } .sb-advert .advert-image h3 { text-align: center; font-family: 'Poppins', sans-serif; font-size: 19px; text-transform: uppercase; color:#ffffff; margin-bottom: 10px; line-height: 22px; } .sb-advert .advert-image a { text-decoration: none; color:#ffffff; } .sb-advert .advert-image a:hover { color: #51a3e9; } .sb-advert .advert-image h3:after { content: ""; border-bottom: 2px solid #ffffff; width: 100%; max-width: 150px; display: block; margin: 10px auto; } .sb-advert .advert-image p { color: #d9d9d9; line-height: 20px; font-size: 16px; text-align: center; } .blog-content .flex-row.row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .blog-content .flex-row.row > [class*='col-'] { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .blog-content .sb-advert .button-section { text-align: center; } .sb-advert .button-section .btn-o-primary { border: 2px solid #ffffff; } .sb-advert .button-section .btn-o-primary:hover { background-color: #51a3e9; border: 2px solid #51a3e9; color: #ffffff; } .sidebarAds-section { margin: 20px 0; padding-bottom: 0px; width: 100%; display: table; } .sidebarAds-box { text-align: center; vertical-align: middle; display: table-cell; float: left; padding: 10px 10px 35px; margin-bottom: 60px; } .sidebarAds-box { border: 1px solid #e2e2e2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .colorsidebar .sidebarAds-box { border: 1px solid rgba(255, 255, 255, 0.3); } .sidebarAds-box .ads-title { font-size: 18px; color: #fff; line-height: 21px; font-weight: 400; } .sidebarAds-box .ads-desc { font-size: 14px; line-height: 25px; margin: 0 0 25px; padding: 0; } .sidebarAbout-box { text-align: center; vertical-align: middle; display: table-cell; float: left; padding: 10px 10px 20px; margin-bottom: 10px; } .sidebarAbout-box .desc { font-size: 14px; line-height: 25px; margin: 0 0 15px; padding: 0; } .sidebarAbout-box strong { color: rgba(0, 0, 0, 0.42); } .persons-section { /*padding: 0;*/ margin-top: 5px; } .person-item { width: 100%; margin: 14px 0; padding-bottom: 0; border-radius: 4px; -webkit-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); -moz-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); } .person-item ul { list-style: none; padding: 0; } .person-box { position: relative; border: 3px solid #fff; border-radius: 4px 4px 0 0; } .person-box .person-image { overflow: hidden; border-radius: 2px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; position: relative; } .person-image .socials-box { top: 0; right: 0px; padding: 15px 0px; margin: 0; position: absolute; height: 100%; } .person-box .socials-box { background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 110px); background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 110px); background: -o-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 110px); background: linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 110px); } .person-image .socials-box { overflow: hidden; opacity: 0; margin-right: -45px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .person-item:hover .person-image .socials-box { overflow: visible; opacity: 1; margin-right: 0px; } .person-box .socials-box li { display: block; margin-bottom: 7px; } .person-box .socials-box a { padding: 7px 10px; } .person-box .person-image img { width: 100%; } .person-item .person-box .person-image .overlay{ top: 0; left: 0; position: absolute; height: 100%; width: 100%; background: #51a3e9; text-align: center; -webkit-opacity: 0; -moz-opacity: 0; opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .person-item:hover .person-box .person-image .overlay{ -webkit-opacity: 0.2; -moz-opacity: 0.2; opacity: 0.2; } .person-box .person-content { padding: 20px 20px; background: #ffffff; } .person-box .person-content h4 small, .person-box .person-content small { display: block; font-size: 11pt; margin-top: 5px; } .person-box .btn { width: 100%; } .person-contacts { font-size: 14px; line-height: 24px; } .person-contacts i { margin-right: 10px; } /*Person Detail*/ .person-detail .person-box { display: table; } .person-detail .person-box .person-image { float: left; width: 50%; border: 1px solid #efefef; padding: 5px 5px 0; } .person-detail .person-box .person-content { float: left; width: 50%; } .person-detail .person-item .person-image .socials-box { overflow: visible; opacity: 1; margin-right: 0px; background: #efefef; } .person-progress-boxes { margin-bottom: 10px; } .person-progress-boxes .small-title { margin-bottom: 5px; display: block; } .person-progress-boxes .progress { height: 14px; margin-bottom: 10px; } .person-progress-boxes .progress .progress-bar { line-height: 18px; font-size: 11px; } .person-contact { padding: 0; margin: 0; } .person-contact .btn { width: 100%; } .owl-persons { padding-right: 20px; padding-left: 20px; } .owl-persons .owl-item { padding: 0 10px; } .owl-persons .person-item { margin: 10px 0; } .owl-persons ul { padding: 0; margin: 0; list-style: none; } .pagination { width: 100%; text-align: center; padding: 20px 0 15px; margin-top: 20px; border-top: 1px solid #e4e4e4; display: inline-block; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .pagination ul { list-style: none; display: inline-block; padding: 0; margin: 0 5px; } .pagination ul > li { font-size: 12pt; font-weight: bold; display: inline-block; margin: 0 2px; width: 37px; height: 35px; text-align: center; float: left; line-height: 32px; border-radius: 3px; border: 1px solid #e4e4e4; -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out; -ms-transition: background-color 0.2s ease-out; -o-transition: background-color 0.2s ease-out; transition: background-color 0.2s ease-out; } .pagination ul > li a { display: block; width: 34px; height: 34px; color: #74777c; } .pagination ul > li a:hover, .pagination ul > li a:focus { text-decoration: none; } .pagination ul li:hover, .pagination ul li.active { background-color: #51a3e9; border: 1px solid #51a3e9; border-bottom: 3px solid #2169a6; } .pagination ul li:hover a, .pagination ul li.active a { color: #fff; } /**** Comment Section ****/ .comment-section { margin-top: 30px; } .comment-section .comment-title{ margin:0 0 50px 0; } .comment-section .comment-list-children { margin-left: 70px; margin-bottom: 0px; padding: 15px; list-style: none; } .comment-section .comment-listings { margin-bottom: 50px; padding: 0; } .comment-section .comment-listings>li { list-style: none; border-bottom: 2px dotted #e7e7e7; padding-bottom: 10px; margin-bottom: 20px; display: inline-block; } .comment-listings .comment { padding-bottom: 20px; display: inline-block; } .comment-listings .user-image { float:left; margin-right: 20px; } .comment-listings .user-image .image-thumb { width: 80px; border: 1px solid #e7e7e7; border-radius: 50%; box-shadow: 0px 3px 0 #c5c4c1; -webkit-box-shadow: 0px 3px 0 #c5c4c1; -moz-box-shadow: 0px 3px 0 #c5c4c1; } .comment-listings .comment-info { padding-left: 100px; } .comment-listings .comment-info .author { font-size: 16px; font-weight: bold; color: #353535; float: left; } .comment-listings .comment-info .time { float: right; text-align: right; font-size: 16px; color: #aaa; } .comment-listings .comment-info .desc { padding: 10px 0px; float: left; color: #656565; } .comment-listings .btn-comment { float: right; text-decoration: none; color: #353535; } .comment-listings .btn-comment:hover { color: #51a3e9; } .comment-listings a { list-style: none; } .comment-reply-title { margin: 0 0 40px 0; } .comment-respond .form-group textarea { height: 160px; } aside .comment-respond .form-group textarea { height: 100px; } /* webkit solution */ .comment-respond ::-webkit-input-placeholder { color:#7e7e7e;} /* mozilla solution - this is for firefox 18+ */ .comment-respond ::-moz-placeholder { color:#7e7e7e;} .comment-respond input[type='number'] { -moz-appearance:textfield; } .comment-respond input::-webkit-outer-spin-button, .comment-respond input::-webkit-inner-spin-button { -webkit-appearance: none; } /*Begin Deail Page*/ .product-cheader .product-title { margin-top: 0px; margin-bottom: 0px; } .product-cheader .text-small { text-transform: none; font-size: 16px; margin-bottom: 10px; display: block; } .product-topicon { margin-bottom: 5px; display: inline-block; width: 100%; } .product-topicon .socials-box { margin: 0; margin-bottom: 10px; padding-right: 0; display: block; } .product-topicon .socials-box li{ margin-left: 2px; } .product-topinfo { width: 100%; text-transform: none; text-align: left; margin: 0; margin-bottom: 20px; border: 1px solid #e3e3e3; background-color: #efefef; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; clear: both; } .product-topinfo .amenities { list-style: none; margin: 0; padding: 5px 0; background-color: #fff; display: inline-block; border-right: 1px solid #E4E4E4; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; } .product-topinfo .amenities li { display: inline-block; height: 30px; border-right: 1px solid #E4E4E4; margin: 0; padding: 5px 18px 0 18px; } .product-topinfo .amenities li:last-child { border-right: none; } .product-topinfo .amenities li .fa { color: #777777; font-size: 18px; } .product-topinfo .property-id { float: right; line-height: 45px; margin-right: 20px; } .product-topinfo:after, .product-topinfo:before { content: " "; display: table; } .product-topinfo:after { clear: both; } /* # Product Item Slide */ .product-item-slide { position: relative; } .product-item-slide .decor-label { height: auto; right: -7px; padding: 10px 20px 5px 10px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.4); } .product-item-slide .decor-label span{ display: block; font-size: 16pt; font-weight: 700; margin-top: 0px; line-height: 1.4; } .product-item-slide .decor-label:before { border-width: 30px; margin-top: -30px; } .product-item-slide #item-thumbs .owl-stage-outer { background: #efefef; border: 1px solid #eee; margin: 10px 0; } .product-item-slide #item-thumbs .item img { width: 100%; height: auto; } .product-item-slide #item-thumbs .item{ background: #C9C9C9; padding: 0; margin: 5px; color: #FFF; text-align: center; cursor: pointer; } .product-item-slide #item-thumbs.item{ font-size: 18px; } .product-item-slide #item-thumbs .item-active .item img{ } .product-item-slide #item-thumbs .item-active .item{ background: #51a3e9; } .product-item-slide #item-thumbs .owl-item:hover{ opacity: 0.8; } .product-item-slide #item-thumbs .owl-item{ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .product-item-slide .owl-theme .owl-nav { top: 45%; } .product-item-slide .owl-theme .owl-nav div { padding: 0px 30px; margin: 5px; } .product-item-slide .owl-nav .owl-prev { left: 10px; } .product-item-slide .owl-nav .owl-next { right: 60px; } .product-item-slide .owl-nav .owl-button-icons { margin: auto; background-image: url(../images/default-black.png); background-repeat: no-repeat; position: absolute; background-color: rgba(255, 255, 255, 0.58); } /*FINISH*/ /* # Price Tabs */ .pricingTables { } .priceTableBox .priceTab-section .priceTab-overlay { background: rgba(0, 0, 0, 0.41); position: relative; width: 100%; height: 100%; margin: 0; top: 0px; display: table; } .priceTableBox.ct-basic .priceTab-section .priceTab-overlay { background: rgba(0, 112, 255, 0.38); } .priceTableBox.ct-silver .priceTab-section .priceTab-overlay { background: rgba(97, 32, 32, 0.38); } .priceTableBox.ct-gold .priceTab-section .priceTab-overlay { background: rgba(220, 121, 15, 0.71); } .priceTableBox { width: 100%; margin: 0 10px; margin-left: 0; border-radius: 3px; border: 1px solid #e2e2e2; } .priceTable-group { margin-bottom: 20px; position: relative; } .priceTableBox .priceTab-section { position: relative; border: 3px solid #fff; border-radius: 4px 4px 0 0; text-align: center; } .priceTableBox .priceTab-section .tab-title{ color: #fff; text-align: center; } .priceTableBox .priceTab-section .tab-title span { font-size: 24px; color: #fff; } .priceTableBox .priceTab-section .tab-title .flat-text{ font-weight: 300; } .priceTableBox .priceTab-section .tab-price{ color: #fff; text-align: center; display: inline-block; margin-bottom: 15px; } .priceTableBox .priceTab-section .tab-price span{ text-align: center; } .priceTableBox .priceTab-section .tab-price .ct-currency { display: table-cell; vertical-align: top; } .priceTableBox .priceTab-section .tab-price .ct-value { font-size: 55px; font-weight: 500; display: table-cell; vertical-align: middle; } .priceTableBox .priceTab-section .tab-price .ct-duration { display: table-cell; vertical-align: bottom; } .priceTableBox .priceTab-section .tab-price .ct-currency, .priceTableBox .priceTab-section .tab-price .ct-duration { font-size: 17px; opacity: 0.9; } .priceTableBox .priceTab-section .tab-featured{ position: absolute; font-size: 12px; font-weight: 500; text-transform: uppercase; background: rgba(0, 0, 0, 0.47); color: #ffffff; border-top-right-radius: 8px; padding: 6px 15px; line-height: 1; bottom: 0; left: 0; z-index: 10; } .priceTableBox .priceContent-section { position: relative; text-align: center; border: 3px solid #fff; border-radius: 4px 4px 0 0; } .priceTableBox .priceContent-section ul{ list-style: none; padding: 0; } .priceTableBox .priceContent-section ul li:nth-child(odd) { background: #ffffff; } .priceTableBox .priceContent-section ul li:nth-child(even) { background: #efefef; } .priceTableBox .priceContent-section ul li{ text-align: center; color: #353535; padding: 10px; font-weight: 600; font-family: 'Porpple', sans-serif; } .priceTableBox .priceContent-section li span{ font-weight: 500; color: #777777; } .priceTableBox .priceContent-section .btn { margin-bottom: 10px; } /* # Responsive Tabs */ /*----- Tabs -----*/ .tabs { width:100%; display:inline-block; } /*----- Tab Links -----*/ /* Clearfix */ .tab-links:after { display:block; clear:both; content:''; } .tab-links { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 0; padding: 0; } .tab-links li { margin:0px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; margin-right: 4px; display: inline-block; border-radius: 3px 3px 0px 0px; color: #6f6f6f; background: #efefef; border-top: 3px solid transparent; border-bottom: 1px solid transparent; border-left: 1px solid #efefef; border-right: 1px solid #efefef; margin-bottom: 1px; float:none; text-align: center; list-style:none; } .tab-links li:last-child { margin-right: 0px; } .tab-links li.active:last-child, .tab-links li.active:hover:last-child{ margin-right: 0px; } .tab-links a { color: #6f6f6f; text-align: center; font-size: 16px; padding: 12px; display: block; font-weight: 600; text-decoration: none; transition:all linear 0.15s; } .tab-links a:hover { color: #51a3e9; text-decoration:none; } .tab-links li.active a, .tab-links li.active a:hover { color: #2e363d; } .tab-links li.active, .tab-links li.active:hover { background-color: #fff; border-top: 3px solid #51a3e9; border-bottom: 0px solid #fff; border-left: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; margin-bottom: -1px; margin-right: 4px; } /*----- Content of Tabs -----*/ .tab-content { } .tab { display:none; padding: 15px; border-radius: 3px; background: #fff; border-left: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; border-bottom: 3px solid #e7e7e7; border-bottom: 3px solid #e7e7e7; border-top: 1px solid #e7e7e7; } .tab.active { display:block; padding: 15px; border-radius: 3px; background: #fff; border-left: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; border-bottom: 3px solid #e7e7e7; border-top: 1px solid #e7e7e7; } .tab-links li i, .tab-links li span { margin: 0; padding: 0; line-height: 1; } .tab-links li i { font-size: 18px; margin-right: 7px; } .tab-links span { display: none; font-size: 18px; } @media all and (min-width: 720px) { .tab-links i { /*margin-right: 7px;*/ font-size: 22px; } .tab-links span { display: inline-block; } } /* Tables Style 1*/ .pasta-table { width: 100%; border-collapse: collapse; border-spacing: 0; border-color: #dadada; } .pasta-table th, .pasta-table td{ font-size:14px; padding:10px 5px; border-style:solid; border-width:0px; overflow:hidden; word-break:normal; border-color:#dadada; color:#6f6f6f; border-top-width:1px; border-bottom-width:1px; text-align:center } .pasta-table th { background-color:#efefef; font-weight:bold; } .pasta-table td { background-color:#fff; } .pasta-table td { } /* Tables Style 2*/ .pasta-table2 { width: 100%; border-collapse: collapse; border-spacing: 0; border-color: #dadada; } .pasta-table2 th, .pasta-table2 td{ font-size:14px; padding:10px 5px; border-style:solid; border-width:0px; overflow:hidden; word-break:normal; border-color:#dadada; color:#6f6f6f; border-top-width:1px; border-bottom-width:1px; text-align:center } .pasta-table2 th { background-color:#efefef; font-weight:bold; } .pasta-table2 td { background-color: #efefef; border-color: transparent; } .pasta-table2 tr:nth-child(2n) td { background-color:#fff; } /** icon Boxes **/ .iconBox { cursor: pointer; } .iconBox a { text-decoration: none; } .iconBox .iconBox-icon { text-align: center; width: 95px; height: 95px; background: transparent; border-radius: 50%; position: relative; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .iconBox .iconBox-icon:before { height: 115px; width: 115px; border: 2px solid #51a3e9; border-radius: 50%; position: absolute; content: ""; top: -10px; left: -10px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .iconBox:hover .iconBox-icon { background-color: #51a3e9; } .iconBox .iconBox-description { } .iconBox .iconBox-title { display: block; text-align: center; color: #353535; font-size: 23px; line-height: 30px; font-weight: 500; text-transform: uppercase; font-family: 'Poppins', sans-serif; } .iconBox .iconBox-text { font-size: 16px; line-height: 25px; display: block; text-align: center; } .iconBox .iconBox-icon .glyph-icon:before { font-size: 65px; margin-left: 0px; color: #51a3e9; } .iconBox:hover .iconBox-icon .glyph-icon:before { color: #fff; } .iconBox .iconBox-icon .fa { font-size: 60px; margin-top: 20px; color: #51a3e9; } .iconBox:hover .iconBox-icon .fa { color: #fff; } /*Property map*/ .map-property { position: relative; margin: 0 5px; padding: 10px 0; max-width: 270px; opacity: 0; filter: alpha(opacity=0); } .map-property .item-box a { text-decoration: none; color: #7a7a7a; } .map-property .item-box { width: auto; height: auto; margin: 0 10px; margin-left: 10px; border-radius: 4px; -webkit-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); -moz-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); } .map-property .main-content { position: relative; border: 3px solid #fff; border-radius: 4px 4px 0 0; } .map-property .image-box { overflow: hidden; border-radius: 2px; position: relative; } .map-property .image-box i { display: none; top: 50%; left: 50%; color: #fff; position: absolute; font-size: 20px; line-height: 10px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; margin-left: -5px; margin-top: -5px; } .map-property .main-info { padding: 10px; background-color: #fff; } .map-property .main-info-overlay { background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.9)), color-stop(100%, transparent)); background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1) 110px); background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1) 110px); background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1) 110px); background: linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1) 110px); height: 100%; top: 0px; left: 0px; position: absolute; width: 100%; } .map-property .property-bottom-info { padding: 5px 20px; background-color: #51a3e9; border-bottom: 3px solid #2169a6; border-radius: 0 0 4px 4px; text-align: right; } .map-property .property-bottom-info .icons { float: left; display: inline-block; } .map-property .property-bottom-info .icons span, .map-property .property-bottom-info .text span { font-size: 16px; font-weight: 600; font-family: 'Poppins semi-bold', sans-serif; color: #fff; margin-right: 7px; } .map-property .property-bottom-info .text { display: inline-block; } .map-property .main-info .property-address { font-size: 16px; } .map-property .main-info-overlay .property-tilte { position: absolute; left: 0; bottom: 0; padding: 10px 15px; } .map-property .main-info-overlay .property-tilte { line-height: 22px; font-size: 17px; font-weight: 600; color: #fff; } .map-property .line-decor { display: block; text-align: center; margin: 5px 0px 0px; width: 100%; } .map-property hr { margin-top: 15px; margin-bottom: 10px; border-color: #e2e2e2; } .map-property .line-decor:before { content: ""; position: absolute; border-bottom: 1px solid; width: 40px; margin-top: 8px; left: 30%; } .map-property .line-decor:after{ position: absolute; content: ""; border-bottom: 1px solid; width: 40px; margin-top: 8px; right: 30%; } .map-property .line-decor { color: #bebebe; border-color: #bebebe; } .map-property .bottom-arrow { position: absolute; width: 92%; height: 0; left: 0; margin: 7px 10px; bottom: 0; border-radius: 0 0 3px 3px; z-index: 100; } .map-property .bottom-arrow:before { content: ""; width: 0; height: 0; position: relative; top: 3px; left: 50%; margin-left: -4px; border-style: solid; border-width: 6px 7px 0 7px; border-color: #2169a6 transparent transparent transparent; z-index: 100; } .gm-style-iw .map-property { width: 265px !important; } .gm-style-iw { width: 270px !important; left: 13px !important; } .mapSlideDown{ opacity: 1; filter: alpha(opacity=1); animation-name: mapSlideDown; -webkit-animation-name: mapSlideDown; animation-duration: 0.5s; -webkit-animation-duration: 0.5s; animation-timing-function: ease; -webkit-animation-timing-function: ease; visibility: visible !important; } @keyframes mapSlideDown { 0% { opacity: 0; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes mapSlideDown { 0% { opacity: 0; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } .gm-style-iw div > div{ overflow: hidden !important; } /* #Header ================================================== */ #header { width: 100%; position: relative; z-index: 100; } #header:after { content: " "; position: absolute; bottom: -6px; left: 0; width: 100%; height: 6px; background-color: transparent; z-index: 10; } #top-bar { width: 100%; min-height: 30px; font-size: 13px; line-height: 30px; background-color: #F0F2F5; position: relative; z-index: 1020; } #top-bar a { color: #777777; } #top-bar a:hover, #top-bar a:focus { color: #51A3E9; text-decoration: none; } #top-info, #top-buttons{ display: inline-block; list-style: none; margin: 0; padding: 0; } #top-info li, #top-buttons li { color:#777777; } #top-info li, #top-buttons li { display: inline-block; margin-left: 20px; } #top-info .fa { margin-right: 5px; } #top-buttons { float: right; } #top-buttons .divider { position: relative; border-left: 1px solid #74777c; width: 1px; height: 22px; overflow: hidden; margin-bottom: -6px; } #top-social a::after { content: ""; background: transparent; width: 26px; height: 26px; position: absolute; margin: 8px -18px; border: 2px solid; border-radius: 50%; } .header-default .navbar-header { float: none; } .header-default .header-search input { border: 1px solid rgba(0, 0, 0, 0.13); margin-bottom: 0; } .header-default .header-search input, .header-default .header-search textarea, .header-default .header-search select { padding: 8px 16px; } .header-left { float: left; text-align: left; margin: 11.5px auto; } .header-right { float: right; text-align: right; margin: 20px auto; padding-right: 0px; } .header-search { display: inline-block; padding: 0; vertical-align: middle; } .call-center { display: inline-block; width: auto; margin: 0 10px; padding: 0; vertical-align: middle; text-align: left; font-size: 13px; } .call-center div { display: inline-block; margin: 0 10px; } .call-center i { color: #51a3e9; } .call-center span { display: block; font-size: 16px; color: #535353; font-weight: 600; } .navbar-header .btn { margin-left: 5px; } .header-default .special-actions { padding: 0; margin-left: 20px; float: right; } .header-default .special-actions .btn-primary { padding: 5px 10px 4px; line-height: 20px; letter-spacing: 0.4px; font-size: 14px; border-radius: 0; background-color: #247dca; border-color: #247dca; } .header-default .special-actions .btn-primary:hover{ background-color: #1f76c1; border-color: #1f76c1; } .header-default .special-actions .fa { height: auto; width: 29px; height: 29px; padding-top: 5px; border-radius: 50%; margin-left: -24px; margin-right: 6px; background-color: #247dca; border: 3px solid #51a3e9; } .header-default .special-actions .btn-primary:hover .fa { background-color: #1f76c1; border-color: #51a3e9; } .header-default .special-actions .btn-primary, .header-default .special-actions .fa { -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .nav-mobile-btn, .search-mobile-btn { display: none; } .header-default .logo img { height: 55px; width: auto; } #nav-section .mob-logo img { display: none; } #nav-section { min-height: 40px; padding: 0; background-color: #ffffff; width: 100%; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } #nav-section.stuck { position: fixed; top: 0; left: 0; } #nav-section.stuck:after { content: " "; position: absolute; bottom: -3px; left: 0; width: 100%; height: 3px; background-color: transparent; z-index: 10; } #nav-section.navshrink { min-height: 0px; background-color: #ffffff; } #nav-section.navshrink .nav-logo img { height: 45px; } .header-default #nav-section.navshrink .navbar-nav > li > a { line-height: 20px; } #nav-section.navshrink .sb-search { margin-top: 15px; } .navbar-btn { display: none; } .header-background-box .header-background { width: 100%; height: 100vh; z-index: 0; } .header-background-box .header-background { display: table; position: relative; vertical-align: middle; text-align: center; background-color: #111; } .half .header-background { height: auto; } .half .center-section { padding: 50px 0 80px; } .header-background .center-section { width: 100%; position: relative; text-align: center; } .header-background-box .section-title, .header-background-box .section-subtitle { color:#ffffff; } .header-background-box .section-title-border { color: #ffffff; padding-bottom: 0px; } .webkit-and-moz-overlay-background { background: rgba(50, 29, 29, 0.26); position: relative; width: 100%; height: 100%; top: 0px; vertical-align: middle; display: table-cell; } .site-map { background-color: #1b1b1b; overflow: hidden; line-height: 10px; position: relative; width: 100%; margin-top: -30px; } .site-map .container { text-align: left; } .site-map a { text-decoration: none; text-transform: uppercase; display: inline-block; color: #959595; font-size: 12px; line-height: 18px; position: relative; margin-right: 20px; padding: 6px 25px 6px 0; overflow: hidden; } .site-map a:hover { color:#51a3e9; } .site-map a:after { content: ""; height: 30px; width: 30px; border-top: 1px dashed #5b5b5b; border-right: 1px dashed #5b5b5b; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); display: block; position: absolute; right: 6px; top: 0; border-radius: 2px; } .site-map a:before { content: ""; background: #5b5b5b; height: 6px; width: 6px; display: block; position: absolute; right: 0px; top: 12px; border-radius: 5px; } /* #Navigation ================================================== */ .nav-background { background: #51a3e9; webkit-box-shadow: 0 1px 3px 0 rgba(4, 4, 4, 0.32); -moz-box-shadow: 0 1px 3px 0 rgba(4, 4, 4, 0.32); box-shadow: 0 1px 3px 0 rgba(4, 4, 4, 0.72); } .navbar { float: right; margin: 0px 30px 0 0; min-height: 0; border: none; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 400; } .navbar-nav > li > a { padding: 10px 10px; display: block; color: #fff; line-height: 20px; text-transform: uppercase; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > li > a:hover, .nav > li > a:focus, .navbar-nav > li > a.active { background-color: rgba(0, 0, 0, 0.07); color: #ffffff; } .onepage .navbar-nav > li > a.active { background-color: transparent; color: #ffffff; } .onepage .navbar-nav > .current > a, .onepage .navbar-nav > .current > a.active { background-color: rgba(0, 0, 0, 0.07); color: #ffffff; } .navbar-nav > li.dropdown > a i { margin-left: 5px; font-size: 15px; } .navbar-nav .dropdown-submenu:hover > a i { margin-left: 5px; font-size: 15px; } .navbar-nav > li.dropdown > a .caret { border-right: 3px solid rgba(0, 0, 0, 0); border-top: 3px solid; margin-left: 10px; } .navshrink .navbar-nav .dropdown-menu { background-color: #1b1b1b; } .navbar-nav .dropdown-menu { background-color: rgba(2, 2, 2, 0.8); text-align: center; padding: 0; border: none; display: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); } .navbar-nav .open > .dropdown-menu, .navbar-nav .dropdown-menu:hover { display: block; border-top: 5px solid transparent; } .navbar-nav .dropdown-menu > li:last-child > a { border-bottom: 4px solid #247dca; } .navbar-nav .dropdown-menu > li > a { display: block; line-height: 40px; padding: 0 25px 0 25px; border-bottom: 1px solid rgba(255, 255, 255, 0.29); color: #fff; background-color: #51a3e9; font-family: 'Poppins', sans-serif; font-weight: 300; text-transform: initial; text-align: left; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; } .navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus, .navbar-nav .dropdown-menu > li > a.active { background-color: #247dca; color: #fff; } .navbar-nav .dropdown-submenu { position: relative; } .navbar-nav .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: 0px; margin-left: -1px; max-height: 0; overflow: hidden; } .navbar-nav .dropdown-submenu:hover > .dropdown-menu { max-height: 500px; overflow: visible; border-left: 1px solid rgba(0, 0, 0, 0.08) !important; display: block } .navbar-nav .dropdown-submenu:hover > .dropdown-menu:hover { border-top: 0px solid transparent; } .navbar-nav .dropdown-submenu > a:after { content: "\f105"; margin-left: 5px; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .navbar-nav .dropdown-submenu:hover > a:after { border-left-color: #51a3e9; } .navbar-nav .dropdown-submenu .pull-left { float: none; } .navbar-nav .dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; } #home-advanced-search .container { overflow: visible; } /* #Home ============================================= */ /**** Property Expert ****/ .property-expert { padding: 0; margin: 10px 0 0; overflow: visible; background: #fbfbfb; border-bottom: 1px solid; border-color: #eeeeee; } .property-expert .item { position: relative; } .property-expert .item-box { padding: 30px 0px 30px; margin: 0; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; } .property-expert .item-box > [class*='col-'] { border-right: 1px solid; border-color: #e7e7e7; padding: 0px 30px; } .property-expert .item-box > [class*='col-']:last-child { border: none; } .property-expert .image { bottom: -30px; margin-left: 50px; position: absolute; } .property-expert .image img { width: 240px; margin: 20px 20px 0; text-align: center; } .property-expert span { font-size: 16px; color: #7a7a7a; line-height: 25px; margin-bottom: 10px; display: block; font-family: 'Poppins', sans-serif; } .property-expert .section-title-border { padding: 40px 0 0; } .property-expert p { font-size: 14px; } .property-expert hr { border-color: #e7e7e7; } .property-expert .title { color: #353535; font-weight: 600; } .property-expert .socials-box { margin: 0 0 20px; width: 100%; } .search-box { margin: 20px 0 0; display: block } .search-box .search-form { width: auto; } .search-box .search-form input { border: 1px solid rgba(0, 0, 0, 0.13); margin-bottom: 10px; } /**** Main icon box ****/ /*.main-iconBox .main{ padding-top: 30px; padding-bottom: 20px; display: inline-block; }*/ /**** Featured Property ****/ .featured-property .container { padding-right: 30px; padding-left: 30px; } .featured-property .parallax-box { height: 100%; border: 1px solid rgba(0, 0, 0, 0.16); /* background-attachment: scroll!important; */ display: flex; overflow: visible; } .featured-property .parallax-box .mediaSection-box { padding: 0; } .featured-property-title { margin-left: 50px; } .owl-featured { padding: 40px 20px; } .featured-property.ct-background-color .owl-featured { padding: 40px 0px; } .owl-featured .owl-dots { margin-top: 20px; } /*.featured-property .owl-top-nav { padding: 40px 0; }*/ .featured-property .item { position: relative; margin: 0 5px; } .featured-property .item-box a { text-decoration: none; color: #7a7a7a; } .featured-property .item-box { width: auto; margin: 0 10px; margin-left: 10px; border-radius: 4px; -webkit-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); -moz-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); } .featured-property .main-content { position: relative; border: 3px solid #fff; border-radius: 4px 4px 0 0; } .featured-property .image-box { overflow: hidden; border-radius: 2px; position: relative; } .featured-property .main-info { padding: 20px 10px 15px; background-color: #fff; } .featured-property .property-bottom-info { padding: 5px 20px; background-color: #51a3e9; border-bottom: 3px solid #2169a6; border-radius: 0 0 4px 4px; text-align: right; } .featured-property .property-bottom-info .icons { float: left; display: inline-block; } .featured-property .property-bottom-info .icons span, .featured-property .property-bottom-info .text span { font-size: 16px; font-weight: 600; font-family: 'Poppins semi-bold', sans-serif; color: #fff; margin-right: 7px; } .featured-property .property-bottom-info .text { display: inline-block; } .featured-property .main-info .property-tilte { line-height: 20px; font-size: 18px; font-weight: 600; text-align: left; padding: 0px 10px; color: #353535; } .featured-property .main-info .property-price { line-height: 18px; font-size: 20px; font-weight: 600; font-family: 'Poppins semi-bold', sans-serif; text-align: left; color: #9cce3d; margin: 10px 0; padding: 0px 10px; } .featured-property .main-info .property-price .old-price { text-decoration: line-through; color: #9b1616; } .featured-property .line-decor { display: block; text-align: center; margin: 5px 0px 0px; width: 100%; } .featured-property hr { margin-top: 15px; margin-bottom: 10px; border-color: #e2e2e2; } .featured-property .line-decor:before { content: ""; position: absolute; border-bottom: 1px solid; width: 40px; margin-top: 8px; left: 30%; } .featured-property .line-decor:after{ position: absolute; content: ""; border-bottom: 1px solid; width: 40px; margin-top: 8px; right: 30%; } .featured-property .line-decor { color: #bebebe; border-color: #bebebe; } .featured-property .item-box .main-info .property-category { width: 92%; text-align: center; position: absolute; display: block; bottom: -3px; } .featured-property .item-box .main-info .property-category { opacity: 0; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s; } .featured-property .item-box:hover .main-info .property-category { opacity:1; } .featured-property .item-box .main-info .property-category .title { font-size: 12px; font-weight: 500; color: #fff; line-height: 17px; padding: 5px 25px 2px; text-transform: uppercase; width: 83%; text-align: center; display: inline-block; bottom: 0px; position: relative; z-index: 10; } .featured-property .item-box .main-info .property-category .title { background: #2169a6; } .featured-property .item-box .main-info .property-category .title { border-top-left-radius: 5px; border-top-right-radius: 5px; } .featured-property .item-box .main-info .property-category .decor { padding: 0; position: absolute; width: 83%; height: 22px; background: transparent; bottom: 0px; text-align: center; z-index: 0; } .featured-property .item-box .main-info .property-category .decor:before { content: ""; float: left; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 0px 22px 10px; border-bottom-color: #2169a6; position: relative; bottom: 0px; margin-top: 0; margin-left: -9px; } .featured-property .item-box .main-info .property-category .decor:after { content: ""; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 10px 22px 0px; border-bottom-color: #2169a6; position: relative; bottom: 0px; right: 0; margin-top: 0; margin-right: -9px; } .featured-property .main-info .property-desc { font-size: 14px; margin-bottom: 10px; text-align: left; padding: 0px 10px; } .decor-label:before { content: ""; position: absolute; width: 0; height: 0; border-style: solid; border-width: 16px; margin-top: -16px; top: 50%; bottom: 0px; right: 100%; } .let-agreed:before { border-color: transparent #9cce3d transparent transparent; } .to-let:before { border-color: transparent #51a3e9 transparent transparent; } .for-sale:before { border-color: transparent #e44343 transparent transparent; } .decor-label { box-shadow: 2px 1px 6px -2px #000; position: absolute; font-size: 14px; font-family: 'Poppins', sans-serif; font-weight: 500; text-transform: uppercase; color: #ffffff; padding: 8px 10px 8px 7px; line-height: 16px; height: auto; width: auto; top: 15px; right: 3px; z-index: 10; -webkit-text-resize: 100%; -ms-text-resize: 100%; -webkit-text-size-adjust: 100%; /*-moz-hyphens:none; -ms-hyphens:none; -webkit-hyphens: none; hyphens:none; word-break: keep-all; word-wrap: break-word; word-break: break-all;*/ } .decor-label:after { content: ""; position: absolute; width: 0; height: 0; border-style: solid; border-width: 0 0 7px 7px; bottom: -7px; right: 0; } .to-let:after { border-color: transparent transparent transparent #2169a6; } .to-let { background-color: #51a3e9; } .let-agreed:after { border-color: transparent transparent transparent #5d8c05; } .let-agreed { background-color: #9cce3d; } .for-sale:after { border-color: transparent transparent transparent #9b1616; } .for-sale { background-color: #e44343; } /***** Testimonials ******/ .testimonials { height: 100%; /* background-attachment: scroll!important; */ display: flex; } .testimonials .mediaSection-box { padding: 10px 0; } .testimonials { background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.57) 0%,rgba(0, 0, 0, 0.87) 100%), url(..images/content/testimonials-parallax.jpg); background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.57) 0%,rgba(0, 0, 0, 0.87) 100%), url(../images/content/testimonials-parallax.jpg); background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.57) 0%,rgba(0, 0, 0, 0.87) 100%), url(../images/content/testimonials-parallax.jpg); } .testimonials .thumb-section { display: inline-block; } .testimonials .desc { width: 100%; text-align: center; margin-left: auto; margin-right: auto; } .testimonials .thumb-section img { max-width: 120px; padding: 5px; border: 3px solid #e7e7e7; border-radius: 50%; -ms-border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; } .testimonials .thumb-section .name { font-size: 30px; color: #51a3e9; position: relative; padding: 10px 0 0 0; font-family: 'Cabin', sans-serif; font-weight: 300; text-transform: none; } .testimonials .thumb-section .town { font-size: 18px; font-weight: 400; color: #fff; position: relative; padding: 0 0 10px 0; } .testimonials .desc p { font-size: 27px; font-weight: 300; line-height: 40px; color: #fff; padding: 0 50px; } .testimonials .desc p .fa-quote-left { margin-top: -20px; left: 10px; position: absolute; } .testimonials .desc p .fa-quote-right { margin-top: 20px; right: 20px; position: absolute; } .testimonials .owl-nav { margin-top: 10px; text-align: center; position: relative; } /***** Testimonials version two ******/ .testimonials-two { height: 100%; background: #fbfbfb; border-top: 1px solid #eeeeee; } .testimonials-two .item-bg-box { text-align: center; } .testimonials-two .thumb-section { display: inline-block; margin: 10px 0; } .testimonials-two .desc { width: 100%; text-align: center; margin-left: auto; margin-right: auto; } .testimonials-two .thumb-section img { max-width: 120px; padding: 5px; border: 3px solid #e7e7e7; border-radius: 50%; -ms-border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; } .testimonials-two .thumb-section .name { font-size: 20px; color: #22282d; position: relative; margin: 10px 0 0; padding: 10px 0 0; font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: none; } .testimonials-two .thumb-section .town { font-size: 16px; font-weight: 400; color: #7a7a7a; position: relative; padding: 0 0 10px 0; } .testimonials-two .desc p { font-size: 14px; font-weight: 400; line-height: 25px; color: #7a7a7a; padding: 0 50px; } .testimonials-two .desc p .fa-quote-left { margin-top: -20px; left: 10px; position: absolute; } .testimonials-two .desc p .fa-quote-right { margin-top: 20px; right: 20px; position: absolute; } .testimonials-two .thumb-section .town, .testimonials-two .desc p { font-family: 'Poppins', sans-serif; } .testimonials-two .owl-nav { margin-top: 10px; text-align: center; position: relative; } .testimonials-two .embed-container { margin: 40px 0 40px; } .testimonials-two .owl-testimonials { margin: 20px 0; } .testimonials-two .other-info { position: relative; display: inline-block; width: 100%; } .testimonials-two .other-info .info-title { font-size: 15px; font-weight: 400; text-transform: none; color: #7a7a7a; margin-bottom: 15px; } /***** Special Properties ******/ .specialBox-section { padding: 30px 0; } .sectionBox-color { background: -moz-radial-gradient(center, ellipse cover, rgb(125, 195, 255) 0%,rgb(31, 99, 158) 100%); background: -webkit-radial-gradient(center, ellipse cover, rgb(125, 195, 255) 0%,rgb(31, 99, 158) 100%); background: radial-gradient(ellipse at center, rgb(125, 195, 255) 0%,rgb(31, 99, 158) 100%); } .sectionBox-image { background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%,rgba(0, 0, 0, 0.6) 100%), url(..images/content/reservation-parallax.jpg); background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%,rgba(0, 0, 0, 0.6) 100%), url(../images/content/reservation-parallax.jpg); background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%,rgba(0, 0, 0, 0.6) 100%), url(../images/content/reservation-parallax.jpg); } .special-item-box { position: relative; width: 100%; } .special-item-box .decor-label { right: -7px; } .special-item-box .image-box { position: relative; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .special-item-box .image-box img { border: 2px solid rgba(255, 255, 255, 0.43); border-radius: 3px; } .special-item-box .image-box:hover { -webkit-box-shadow: 0 0 20px 0 rgba(4, 4, 4, 0.32); -moz-box-shadow: 0 0 20px 0 rgba(4, 4, 4, 0.32); box-shadow: 0 0 20px 0 rgba(4, 4, 4, 0.32); } .special-item-box .image-box .mini-info { background: transparent; height: 100%; top: 0px; left: 0px; position: absolute; width: 100%; overflow: hidden; opacity: 0; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear; } .special-item-box .image-box:hover .mini-info { background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.9)), color-stop(100%, transparent)); background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1) 110px); background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1) 110px); background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1) 110px); background: linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1) 110px); overflow:visible; opacity: 1; } .special-item-box { font-family: 'Poppins', sans-serif; } .special-item-box .mini-info .property-price { position: absolute; left: 0; bottom: 15px; margin: 15px 0; padding: 10px 17px 7px; } .special-item-box .mini-info .icons { position: absolute; left: 0; bottom: 0; padding: 4px 12px; } .special-item-box .mini-info .text { position: absolute; right: 0; bottom: 0; text-align: right; padding: 4px 12px; } .special-item-box .mini-info .property-price { line-height: 18px; font-size: 16px; font-weight: 500; color: #fff; } .special-item-box .mini-info .icons span, .special-item-box .mini-info .text span { font-size: 16px; font-weight: 600; font-family: 'Poppins semi-bold', sans-serif; color: #fff; margin: 0 7px; } .special-item-box .main-info { width: 100%; margin: 20px 0 30px; } .special-item-box .main-info .property-tilte { font-size: 21px; font-weight: 400; line-height: 27px; text-transform: uppercase; color: #fff; } .special-item-box .main-info .property-desc { font-size: 14px; line-height: 25px; color: rgba(255, 255, 255, 0.79); margin: 5px 0; } /***** Our Partners ******/ .our-partners { } .owl-ourPartners.owl-center-nav .owl-nav { top:18%; } .owl-ourPartners .owl-dots { margin-top: 30px; } .owl-ourPartners { list-style: none; padding: 0 20px; } .owl-ourPartners li { background: #f4f4f4; border: 1px solid #e2e2e2; padding: 10px; margin: 5px 10px; border-radius: 3px; text-align: center; } .owl-ourPartners li:hover { -webkit-box-shadow: 0 0 7px 0 rgba(4, 4, 4, 0.19); -moz-box-shadow: 0 0 7px 0 rgba(4, 4, 4, 0.19); box-shadow: 0 0 7px 0 rgba(4, 4, 4, 0.19); } .owl-ourPartners li { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .owl-ourPartners img { max-width: 155px; } /***** Certificates ******/ .sertificates { background-color: #fff; } .newsletter { background-color: #efefef; border-top: 1px solid #e2e2e2; padding: 35px 0; font-family: 'Poppins', sans-serif; position: relative; } .newsletter.decor-bg:before { content: ""; background: url(../images/decoration-patter.png); background-repeat: no-repeat; width: 258px; height: 100%; position: absolute; top: 0; right: 0; margin: 0 30% 0 0; } .newsletter .big-title { float: none; margin: 15px 0px 15px 20px; font-size: 30px; font-weight: 600; color: #353535; display: inline-block; vertical-align: middle; text-transform: none; } .newsletter .small-title { float: none; font-size: 18px; color: #2e363d; margin: 20px 0px 15px 30px; display: inline-block; vertical-align: middle; } .newsletter .nl-box { display: inline-block; width: 320px; margin: 11px 0 0px 30px; float: none; } .newsletter .newsletter-form { vertical-align: middle; } .newsletter .form-group { float: left; margin: 0; width: 100%; } .newsletter button { background-color: #bfbfbf; padding: 6px 15px; margin: 0; color: #2e363d; border-radius: 0; } .newsletter button:hover { background-color: #d5d5d5; } .newsletter .btn { background-color: #51a3e9; border: 1px solid #51a3e9; margin: -3px 10px 0px; padding: 5px 12px; color: #ffffff; font-size: 17px; width: auto; } .newsletter .btn:hover { background-color: #4695d8; border-color: #4695d8; } .newsletter input, .newsletter textarea { background-color: #ffffff; border-radius: 3px; padding: 6px 12px; margin-bottom: 0; color: #2e363d; -webkit-appearance: none; width: auto; height: 40px; display: inline-block; } .newsletter .form-control:focus { -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233); -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233); box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233); } .newsletter .alert-success { margin-top: -20px; } #nl-message { display: block; margin-top: 10px; width: 100%; float: left; } .contact-form .loader, .newsletter .loader{ width: 16px; height: 16px; display: inline-block; position: absolute; margin-top: 15px; margin-left: 8px; background: url('../images/ajax-loader-bg.gif'); } .newsletter .alert-danger { background-color: rgba(255, 214, 214, 0.27); border-color: rgba(255, 126, 126, 0.18); color: #a94442; margin-bottom: 0; font-family: 'Lato', sans-serif; } /* #Blog Post ================================================== */ .blog-content .post-info { margin-bottom: 20px; } .blog-content .articleTop-info { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #eeeeee; } .blog-content .post-title { margin: 0; padding-bottom: 20px; } .blog-content a { text-decoration: none; } .blog-content a .post-title{ color: #353535; } .blog-content a:hover .post-title{ color: #51a3e9; } .blog-content .post-author { font-size: 13px; margin-right: 10px; } .blog-content .post-author a { text-decoration: none; color: #51a3e9; } .blog-content .post-author a:hover { color: #353535; } .blog-content .post-category { font-size: 13px; } .blog-content .post-category a{ text-decoration: none; color: #51a3e9; } .blog-content .post-category a:hover{ color: #2e363d; } .blog-content .post-comment { display: inline-block; font-size: 16px; } .blog-content .right-position { float: right; } .blog-content .left-position { float: left; } .content-share .print-button { float: right; font-size: 15pt; margin: 7px 0; padding-left: 20px; border-left: 1px solid #a9a9a9; color: #6f6f6f; } .content-share .share-title { display: inline-block; margin-right: 20px; } .content-share .right-position .socials-box{ display: inline-block; margin-right: 20px; margin: 0px 0px 10px; } .content-share .left-position .socials-box{ display: inline-block; margin-left: 20px; margin: 0px 0px 10px; } .blog-content p { line-height: 25px; margin-bottom: 25px; } .blog-content .button-section { text-align: left; padding: 5px 0; } .blog-content article { margin-bottom: 60px; } .blog-content article img{ margin-bottom: 30px; } .blog-page .header-background-box .button-section { padding: 5px 0 5px 0; } .header-background-box .btn-o-primary { color: #ffffff; background-color: transparent; border: 2px solid #ffffff; border-radius: 5px; } .header-background-box .btn-o-primary:hover { background-color: #51a3e9; border: 2px solid #51a3e9; color: #ffffff; } .blog-content a .post-title, .blog-content .post-author a, .blog-content .post-category a { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } /***** Special article box section ******/ .articleBox { width: 100%; } .articleBox-body, .articleBox-body a { font-family: 'Poppins', sans-serif; } .articleBox-body { width: 100%; display: table; border-top: 1px solid #eeeeee; } .blog-content .main .articleBox-body:first-child { border-top: none; } .articleBox-vidgets { float: left; width: auto; display: table; margin: 20px 10px 0; padding: 20px 0 0; } .articleBox-vidgets .calendar-day { vertical-align: middle; color: #fff; text-align: center; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; overflow: hidden; height: 100px; width: 100px; } .calendar-day .day { font-size: 30px; line-height: 25px; font-weight: 600; background-color: #51a3e9; padding: 20px 20px 10px; } .calendar-day .month { font-size: 20px; line-height: 18px; font-weight: 400; background-color: #2e363d; padding: 15px 0 20px; } .articleBox-vidgets .comments { vertical-align: middle; text-align: center; } .articleBox-vidgets .comments { font-size: 20px; line-height: 25px; margin: 20px 0; padding: 10px; border-top: 1px solid #e2e2e2; } .articleBox-media { width: 40%; float: left; vertical-align: middle; line-height: 1; display: table-cell; margin: 20px 0px; } .articleBox-media img { border: 1px solid #e2e2e2; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .articleBox-info { width: 56%; float: left; margin: 20px 0px 10px 20px; padding: 20px 0 0; } .articleBox-info .articleBox-titles { width: 100%; line-height: 1; vertical-align: middle; display: table-cell; margin-bottom: 5px; } .articleBox-info .articleBox-titles a { display: block; font-size: 18px; line-height: 21px; text-transform: uppercase; font-weight: 500; margin-bottom: 7px; } .articleBox-info .articleTop-info { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #eeeeee; } .articleTop-info span { font-size: 13px; line-height: 15px; color: #a9a9a9; margin-right: 14px; display: inline-block; } .articleBox-info .articleBox-description { margin: 0 0 10px; color: #7a7a7a; line-height: 25px; } .articleBox-info .articleBox-description a { color: #51a3e9; } .articleBox-info .articleBox-description a:hover { color: #7a7a7a; } /* #Key Featured list ================================================== */ .bd-ratings { display: inline-block; text-align: right; margin-left: 20px; margin-right: 20px; } .bd-ratings .star-box li{ padding: 5px 0px; margin: 0 5px; cursor: pointer; } .bd-ratings .star-box .fa { font-size: 20px; color:#b2b2b2; } .bd-ratings .star-box .active { color:#51a3e9; } .bd-com-icon { float: right; padding: 5px; margin: 15px 12px 15px 0px; font-size: 16px; } .bd-com-icon .fa { color: #b2b2b2; } .key-featured-list { margin: 0; padding: 0px 20px 0px 0px; list-style: none; } .key-featured-list li { margin-bottom: 15px; display: -webkit-flex; display: flex; font-size: 14px; line-height: 14px; } .key-featured-list li .fa { margin-right: 10px; } .key-featured-list .enabled { color: #51a3e9; } .key-featured-list .disabled { color: #9b1616; } .property-features { list-style: none; padding: 0; } .property-features li{ position: relative; margin: 0 15px 15px 0; padding: 15px 20px 15px 60px; border: 1px solid #e2e2e2; background: #efefef; border-radius: 3px; font-size: 14px; } .property-features:nth-child(even) li { margin: 0 0 15px 15px; } .property-features li i { color: #51a3e9; font-size: 20px; margin-right: 10px; float: left; top: 5px; left: 20px; position: absolute; } .property-features li .glyph-icon:before { font-size: 30px; } /* #Contact ================================================== */ .contact-section { padding: 0; } .contact-section .contact-map { width: 100%; } .contact-section .contact-map, .contact-section .contact-info-right { height: 620px; } .contact-info { display: table-cell; vertical-align: middle; text-align: center; padding: 0 10%; } .contact-info p { } .contact-section p{ display: flex; } .contact-section h3 { /*margin: 10px 0px 20px 0px;*/ padding-left: 15px; padding-right: 15px; } .contact-page .contact-section h3 { padding-left: 0; padding-right: 0; } .contact-section a { text-decoration: none; } .contact-section a { color: #6f6f6f; } .contact-section a:hover { color: #51a3e9; } .contact-section .iconBox .iconBox-title { color: #2e363d; font-size: 23px; line-height: 25px; } .contact-section .iconBox .iconBox-text { font-size: 14px; color: #353535; } .contact-section .iconBox { padding: 35px 15px; border-radius: 5px; margin: 12px 0; box-shadow: 0px 0px 0px 1px #fff; } .contact-section .container > [class*='col-']:nth-child(odd) .iconBox { background: #f5f5f5; border: 1px solid#dedede; } .contact-section .container > [class*='col-']:nth-child(even) .iconBox { background: #f5f5f5; border: 1px solid#dedede; } .contact-section .iconBox .iconBox-icon { width: 65px; height: 65px; } .contact-section .iconBox .iconBox-icon:before { height: 85px; width: 85px; } .contact-section .iconBox .iconBox-icon .glyph-icon:before { font-size: 50px; } .contact-section .iconBox .iconBox-icon .fa { font-size: 45px; margin-top: 10px; } .contact-section .socials-box a { color: #2e363d; } .contact-section .socials-box a:hover { color: #51a3e9; } .contact-section .contact-form .form-group textarea { height: 120px; } .contact-section .socials-box { display: block; margin: 10px 5px 15px; padding: 0; text-align: center; } .contact-section .socials-box li { margin: 5px 8px; } .contact-section .socials-box i { font-size: 23px; } .contact-section #message { position: absolute; width: 100%; max-width: 77%; top: 40px; } .contact-section .alert p { display: block; text-align: center; } .home-page.onepage .contact-section { padding: 0; } /* #Property Location Goofle Map ================================================== */ .googleMap { height: 290px; width: 100%; border: 1px solid #e7e7e7; } .googleMap1 { height: 600px; width: 100%; } /* #Property Sorting Bar ================================================== */ .sorting-bar { margin-top: 60px; margin-bottom: 20px; border-bottom: 1px solid #e4e4e4; } .sorting-bar .form-sort-control { margin-left: 0; padding: 0; display: inline-block; margin: 0; float: left; width: 205px; } .sorting-bar .bootstrap-select > .dropdown-toggle { border-color: #dedede !important; padding: 0; height: 35px; color: #2e363d; font-size: 14px; font-weight: 800; } .sorting-bar .bootstrap-select.btn-group .dropdown-toggle .bs-caret{ border-color: #dedede; color: #2e363d; } .sorting-bar .bootstrap-select.open>.dropdown-toggle .bs-caret { border-left: 1px solid #dedede; } .sorting-bar .bootstrap-select .dropdown-toggle:focus .bs-caret, .sorting-bar .bootstrap-select .dropdown-toggle:active .bs-caret { border-left: 1px solid #dedede; } .sorting-bar .bootstrap-select > .dropdown-toggle { border-color: #dedede !important; padding: 0; height: 35px; color: #6f6f6f; font-size: 14px; font-weight: 600; } .sorting-bar .bootstrap-select .dropdown-toggle:focus { outline: none; outline-offset: -2px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-color: #dedede !important; -webkit-box-shadow: none; box-shadow: none; } .view-mode, .sort { float: right; margin-left: 15px; height: 40px; margin-bottom: 15px; display: inline-block; } .view-mode span, .sort span { display: inline-block; float: left; line-height: 34px; } .view-mode ul, .sort ul { list-style: none; display: inline-block; padding: 0; margin-left: 5px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .view-mode ul li, .sort ul li { float: left; display: inline-block; height: 35px; line-height: 34px; padding: 0; margin: 0; text-align: center; font-size: 19pt; padding: 0 6px; border: 1px solid #e4e4e4; border-radius: 3px; color: #a9a9a9; cursor: pointer; -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out; -ms-transition: background-color 0.2s ease-out; -o-transition: background-color 0.2s ease-out; transition: background-color 0.2s ease-out; } .view-mode ul li:hover, .sort ul li:hover, .view-mode ul li.active, .sort ul li.active { background-color: #51a3e9; color: #fff; border-color: #51a3e9; } .view-mode ul li + li, .sort ul li + li { margin-left: 4px; } /* #Property Grid and Listing ================================================== */ .properties-items { overflow: visible; padding-top: 10px; } .grid-style .item { position: relative; margin-bottom: 25px } .grid-style .item-box a { text-decoration: none; color: #7a7a7a; } .grid-style .item-box { width: 100%; margin: 0 10px; margin-left: 0; border-radius: 4px; -webkit-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); -moz-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); } .grid-style .main-content { position: relative; border: 3px solid #fff; border-radius: 4px 4px 0 0; } .grid-style .image-box, .articleBox-body .articleBox-media { overflow: hidden; border-radius: 2px; position: relative; } .articleBox-body .articleBox-media { border-radius: 0; } .item-box .image-box .overlay-box, .articleBox-body .articleBox-media .overlay-box { position: absolute; height: 100%; width: 100%; top: 0; left: 0; } .item-box .image-box .overlay, .articleBox-body .articleBox-media .overlay { top: 0; left: 0; position: absolute; height: 100%; width: 100%; background: #002a4e; text-align: center; opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .item-box:hover .image-box .overlay, .articleBox-body:hover .articleBox-media .overlay { opacity: 0.7; -webkit-opacity: 0.7; -moz-opacity: 0.7; } .item-box .image-box .overlay-box i, .articleBox-body .articleBox-media .overlay-box i { display: none; top: 50%; left: 50%; color: #fff; position: absolute; font-size: 20px; line-height: 10px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; margin-left: -5px; margin-top: -5px; } .item-box:hover .image-box .overlay-box i, .articleBox-body:hover .articleBox-media .overlay-box i { display: block; } .grid-style .main-info { padding: 20px 10px 15px; background-color: #fff; } .grid-style .property-bottom-info { padding: 5px 20px; background-color: #51a3e9; border-bottom: 3px solid #2169a6; border-radius: 0 0 4px 4px; text-align: right; } .grid-style .property-bottom-info .icons { float: left; display: inline-block; } .grid-style .property-bottom-info .icons span, .grid-style .property-bottom-info .text span { font-size: 16px; font-weight: 600; font-family: 'Poppins semi-bold', sans-serif; color: #fff; margin-right: 7px; } .grid-style .property-bottom-info .text { display: inline-block; } .grid-style .main-info .property-tilte { line-height: 20px; font-size: 18px; font-weight: 600; color: #353535; } .grid-style .item-box:hover .main-info .property-tilte, .list-style .item-box:hover .main-info .property-tilte{ color:#51a3e9; } .main-info .property-price { line-height: 18px; font-size: 20px; font-weight: 600; font-family: 'Poppins semi-bold', sans-serif; color: #9cce3d; margin: 10px 0; } .main-info .property-price .old-price { text-decoration: line-through; color: #9b1616; } .grid-style .line-decor { display: block; text-align: center; margin: 5px 0px 0px; width: 100%; } .grid-style .decor-label { right: 8px; } .grid-style hr { margin-top: 15px; margin-bottom: 10px; border-color: #e2e2e2; } .grid-style .line-decor:before { content: ""; position: absolute; border-bottom: 1px solid; width: 40px; margin-top: 8px; left: 30%; } .grid-style .line-decor:after{ position: absolute; content: ""; border-bottom: 1px solid; width: 40px; margin-top: 8px; right: 30%; } .grid-style .line-decor { color: #bebebe; border-color: #bebebe; } .grid-style .item-box .main-info .property-category { width: 92%; text-align: center; position: absolute; display: inline-block; bottom: -3px; } .grid-style .item-box .main-info .property-category { opacity: 0; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s; } .grid-style .item-box:hover .main-info .property-category { opacity:1; } .grid-style .item-box .main-info .property-category .title { font-size: 12px; font-weight: 500; color: #fff; line-height: 17px; padding: 5px 25px 2px; text-transform: uppercase; width: 83%; text-align: center; display: inline-block; bottom: 0px; position: relative; z-index: 10; } .nav-ios .grid-style .item-box .main-info .property-category .title, .nav-ios .featured-property .item-box .main-info .property-category .title { /*bottom: 0;*/ } .grid-style .item-box .main-info .property-category .title { background: #2169a6; } .grid-style .item-box .main-info .property-category .title { border-top-left-radius: 5px; border-top-right-radius: 5px; } .grid-style .item-box .main-info .property-category .decor { padding: 0; position: absolute; width: 83%; height: 22px; background: transparent; bottom: 0px; text-align: center; z-index: 0; } .grid-style .item-box .main-info .property-category .decor:before { content: ""; float: left; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 0px 22px 10px; border-bottom-color: #2169a6; position: relative; bottom: 0px; margin-top: 0; margin-left: -9px; } .grid-style .item-box .main-info .property-category .decor:after { content: ""; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 10px 22px 0px; border-bottom-color: #2169a6; position: relative; bottom: 0px; right: 0; margin-top: 0; margin-right: -9px; } .grid-style .main-info .property-desc { font-size: 14px; margin-bottom: 10px; } /*List style*/ .list-style .item { width: 100%; float: left; position: relative; margin-bottom: 25px } .list-style .item-box a { text-decoration: none; color: #7a7a7a; } .list-style .item-box { width: 100%; margin: 0 10px; margin-left: 0; border-radius: 4px; display: table-cell; -webkit-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); -moz-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); } .list-style .main-content { position: relative; border: 3px solid #fff; border-radius: 4px; display: flex; } .list-style .image-box { overflow: hidden; border-radius: 2px; position: relative; width: 35%; float: left; } .list-style .main-info { padding: 20px 25px; background-color: #fff; float: left; width: auto; display: table-cell; vertical-align: middle; position: relative; } .list-style .property-bottom-info { padding: 5px 20px; margin-right: 10px; background-color: transparent; border: none; border-radius: 4px; text-align: right; position: absolute; bottom: 10px; right: 0; } .list-style .property-bottom-info .icons { float: left; display: inline-block; } .list-style .property-bottom-info .icons span, .list-style .property-bottom-info .text span { font-size: 16px; font-weight: 600; font-family: 'Poppins semi-bold', sans-serif; color: #777777; margin-right: 7px; } .list-style .property-bottom-info .icons span i, .list-style .property-bottom-info .text span i{ color: #a9a9a9; } .list-style .property-bottom-info .text { display: inline-block; } .list-style .main-info .property-tilte { line-height: 20px; font-size: 18px; font-weight: 600; color: #353535; width: 90%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .list-style .line-decor { display: block; text-align: center; margin: 5px 0px 0px; width: 100%; } .list-style .decor-label { right: 8px; } .list-style hr { margin-top: 15px; margin-bottom: 10px; border-color: #e2e2e2; } .list-style .line-decor:before { content: ""; position: absolute; border-bottom: 1px solid; width: 40px; margin-top: 8px; left: 30%; } .list-style .line-decor:after{ position: absolute; content: ""; border-bottom: 1px solid; width: 40px; margin-top: 8px; right: 30%; } .list-style .line-decor { color: #bebebe; border-color: #bebebe; } .list-style .item-box .main-info .property-category { position: absolute; display: inline-block; bottom: 0px; } .list-style .item-box .main-info .property-category .title { font-size: 14px; font-weight: 700; color: #353535; line-height: 17px; padding: 5px 10px 5px; text-transform: none; width: auto; text-align: left; display: inline-block; position: relative; } .list-style .item-box .main-info .property-category .title { border-top-left-radius: 5px; border-top-right-radius: 5px; } .list-style .item-box .main-info .property-category .decor { display: none; } .list-style .main-info .property-desc { font-size: 14px; margin-bottom: 10px; } /* #Gallery Page ================================================== */ .gallery-content { padding: 70px 0 40px; } /* #404 Page ================================================== */ .error-header .button-section { padding: 0; } .error-header .btn-primary { margin: 10px 3px; border: 2px solid; border-color: #51a3e9; } .error-header .error-title { font-size: 120px; color: #e7e7e7; padding-top: 20px; margin-top: 0px; } /* #One Page ================================================== */ .home-gallery { padding: 70px 0 60px; background: #efefef; } .home-page .contact-section { padding: 60px 0; } .home-page .contact-map { padding: 15px 0px 30px; position: relative; width: 100%; border-top: none; border-bottom: none; } .home-page .contact-map #googleMap { position: relative; height: 361px; border: 1px solid #e7e7e7; } /* #Footer ================================================== */ #footer { color:#b8c1c9; height: 100%; font-family: 'Poppins', sans-serif; font-weight: 400; } .footer-background{ background-color: #2e363d; } #footer a { text-decoration: none; } #footer ul { line-height: 30px; list-style: none; padding: 0; } #footer .footer-overlay { background-color: rgba(0, 0, 0, 0.63); opacity: 1; position: absolute; z-index: 0; width: 100%; height: 100%; transition: all 1s ease-in-out 0.5s; transform: perspective(800px); } #footer-top .block { padding-top: 40px; padding-bottom: 20px; } #footer-top .footer-title { font-size: 20px; font-weight: 400; padding: 20px 0; margin: 0; color: #f4f4f4; } #footer-top p { font-size: 14px; line-height: 30px; font-weight: normal; letter-spacing: 0.2px; } #footer-top img { max-width: 100%; } #footer-top a { color: #b8c1c9; } #footer-top a:hover { color: #51a3e9; text-decoration: none; } #footer-top hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid rgba(238, 238, 238, 0.16); } #footer .socials-box i { font-size: 23px; } #footer-about .brend-logo { width: auto; text-align: left; padding: 0px 0px 10px; } #footer .socials-box a { opacity: 0.7; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } #footer .socials-box a:hover { opacity: 1; } .footer-socials-m { margin: 10px 0; line-height: 30px; border: 2px solid rgba(255, 255, 255, 0.1); background: rgba(197, 168, 106, 0.18); border-radius: 7px; padding: 4px; /*width: 100%;*/ text-align: center; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .footer-socials-m:hover { border: 2px solid #51a3e9; background: rgba(197, 168, 106, 0.09); } #footer .footer-contacts { line-height: 20px; padding: 0; } .footer-contacts li { font-weight: 600; letter-spacing: 0.2px; } .footer-contacts .fa { color: #b8c1c9; margin-right: 15px; margin-top: 5px; font-size: 20px; } #footer-work-time { line-height: 12px; padding: 0; overflow: hidden; position: relative; } #footer-work-time li{ font-weight: normal; letter-spacing: 0.2px; width: 100%; display: inline-block; } #footer-work-time .date { background: transparent; position: relative; overflow: hidden; width: auto; max-width: 100%; float: left; padding: 5px 5px 5px 0px; margin: 0; } #footer-work-time .time { background: transparent; position: relative; color: #f4f4f4; float: right; width: auto; max-width: 100%; padding: 5px 0px 5px 5px; margin: 0; } #footer-work-time .line-box { position: relative; top: 12px; overflow: hidden; } #footer-work-time .line-dotted { position: relative; border-top: 2px dotted #ccc; z-index: 1; left: 0; } #footer-recent-post { line-height: 25px; padding: 0; overflow: hidden; } #footer-recent-post .post-image { float: left; margin-right: 5px; } #footer-recent-post .post-image img { width: 80px; height: 80px; border: 2px solid; border-color: rgba(255, 255, 255, 0.7); border-radius: 3px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } #footer-recent-post .post-image img:hover, #footer-recent-post a:hover > .post-image img{ border-color: #51a3e9; } #footer-recent-post li { padding-bottom: 10px; display: inline-flex; } #footer-recent-post .info { padding-left: 80px; } #footer-recent-post .data-time{ display: block; opacity: 0.6; } #footer-recent-post .title { line-height: 25px; display: block; } #footer .logo-partners { text-align: center; margin: 20px 0; } #footer .logo-partners .item { width: 155px; margin: 0 10px; display: inline-block; opacity: 0.7; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } #footer .logo-partners .item:hover { opacity: 1; } #footer .logo-partners .item img { max-width: 155px; } #footer .logo-cards { text-align: center; margin: 20px 0 40px; } #footer .logo-cards .item { width: 40px; margin: 4px 5px; opacity: 0.7; display: inline-block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } #footer .logo-cards .item:hover { opacity: 1; } #footer .logo-cards .item img { width: auto; } #copyright { background: #22282d; border-top: 4px solid #474d52; text-align: center; position: relative; margin-top: 40px; } #copyright span { font-size: 14px; font-weight: 400; letter-spacing: 0.2px; display: inline-block; text-align: center; color: #82868b; padding: 15px 0; } #copyright .allright { padding: 20px 0; } #copyright .t-color { color: #51a3e9; font-weight: 600; } #copyright .scrollTopButton { position: absolute; left: 48%; top: -50px; line-height: 19px; margin-left: -19px; } #copyright .button-square { background: #22282d; border: 4px solid; border-color: #474d52; border-bottom: none; border-left: none; border-right: none; border-radius: 80%; width: 100px; height: 100px; position: absolute; display: block; } #copyright .scrollTopButton i, #copyright .bugutton-square i { font-size: 30px; line-height: 24px; color: #b8c1c9; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } #copyright .scrollTopButton i:hover, #copyright .bugutton-square i:hover { color:#51a3e9; } /* #Media Queries ================================================== */ @media (min-width: 993px) and (max-width: 1199px) { .navbar-nav { font-size: 17px; } .navbar-nav > li > a { padding: 10px; } .navbar-nav .nav-logo img { width: 100px; height: auto; } .form-group label { font-size: 14px; } .newsletter .big-title { font-size: 25px; padding: 10px 0; margin: 10px 0; } .newsletter .small-title { font-size: 15px; margin: 0 0 0 30px; padding: 25px 10px 25px 0px; } .newsletter .nl-box { width: auto; margin: 0 0 0 20px; } .newsletter input { width: 175px; } .special-menu-slider .item-bg-box .info span { float: none; } .header-background-box .header-background { height: auto; } .note-new { font-size: 16px; font-weight: 500; } .note-spicy { font-size: 16px; font-weight: 500; } .note-milk { font-size: 16px; font-weight: 500; } .widget-search .form-group { width: 70%; } .navbar-nav > li:nth-child(n+7) .dropdown-submenu > .dropdown-menu { left: -100%; margin-top: 0; margin-left: 0px; } /*ON Article Box */ .articleBox-vidgets { margin: 20px 10px 0; padding: 20px 0; } .articleBox-vidgets .calendar-day { height: 80px; width: 80px; } .calendar-day .day { font-size: 18px; line-height: 18px; padding: 15px 10px 10px; } .calendar-day .month { font-size: 18px; line-height: 18px; padding: 10px 10px 10px 10px; } .articleBox-vidgets .comments { line-height: 20px; margin: 15px 0; } .articleBox-vidgets { margin: 20px 10px 0; padding: 20px 0; } .articleBox-media { width: 40%; margin: 20px 10px; } .articleBox-info { width: 52.9%; margin: 20px 10px; padding: 5px 0; } .articleBox-info .articleBox-titles a { font-size: 17px; line-height: 20px; } .articleBox-info .articleBox-description { margin: 10px 0 0px; } /*OFF Article Box*/ .bd-ratings { margin-left: 20px; margin-right: auto; } .bd-ratings .star-box .fa { font-size: 16px; } #nl-message { width:93%; } #page-loader-box { left: 53%; } .parallax-box { background-attachment: scroll!important; } /*** Property Expert ***/ .property-expert .image { margin-left: auto; } .grid-style .property-bottom-info .icons span, .grid-style .property-bottom-info .text span, .featured-property .property-bottom-info .icons span, .featured-property .property-bottom-info .text span { font-size: 14px; } .sb-latest-posts img { width: 50px; } .sb-latest-posts .text-box { width: 70%; } .sb-latest-posts ul li { font-size: 14px; } .sb-featured .property-price { line-height: 15px; } } @media (min-width: 768px) and (max-width: 992px) { .navbar-nav .nav-logo img { width: 100px; height: auto; } .pad100 { width:100%; } #footer-about .brend-logo { padding: 5px 0px 10px; } #footer-recent-post li { padding-bottom: 20px; } #footer-recent-post .info { padding-left: 0; font-size: 12px; } #footer-top p { font-size: 12px; line-height: 25px; } #footer-contacts { line-height: 25px; font-size: 12px; } .footer-contacts li { font-size: 12px; font-weight: 400; } .footer-contacts .fa { margin-right: 3px; font-size: 12px; } #footer ul { line-height: 25px; font-size: 12px; } #footer-work-time { line-height: 12px; font-size: 12px; } #footer { max-height: none; } .newsletter .small-title { font-size: 15px; } .note-new { font-size: 16px; font-weight: 500; } .note-spicy { font-size: 16px; font-weight: 500; } .note-milk { font-size: 16px; font-weight: 500; } .header-background .center-section { } } @media (max-width: 992px) { .navbar { border-bottom: none; border-top: none; margin: 0 0px 0 0px; float: none; font-size: 14px; } .navbar-nav > li > a { padding: 10px 7px; } #nav-section.navshrink .navbar-header { margin-top: -145px; } .header-left { float: none; text-align: center; margin: 11.5px auto; } .header-right { float: none; text-align: center; margin: 20px auto; } .header-default .special-actions { padding: 0; float: right; position: relative; margin-left: 0; } .header-default .special-actions .btn-primary { font-size: 13px; } .action-box { text-align: center; } .social-networks { float: none; margin-top: 20px; } .section-title { margin-bottom: 0px; } .section-title:after { } .white-decor:after { } .chef-team-section { padding: 60px 0 80px; } /*Property list style*/ .list-style .item-box { /*display: table-cell;*/ } .list-style .main-content { position: relative; border: 3px solid #fff; border-radius: 4px 4px 0 0; display: block; } .list-style .image-box { overflow: hidden; border-radius: 2px; position: relative; width: auto; float: none; } .list-style .image-hover:hover .image-box i { display: block; } .list-style .main-info { padding: 20px 10px 15px; background-color: #fff; float: none; width: 100%; display: inline-block; vertical-align: middle; } .list-style .property-bottom-info { padding: 5px 20px; margin-right: 0; background-color: #51a3e9; border-bottom: 3px solid #2169a6; border-radius: 0 0 4px 4px; text-align: right; position: relative; bottom: auto; right: auto; } .list-style .property-bottom-info .icons span i, .list-style .property-bottom-info .text span i { color: #fff; } .list-style .property-bottom-info .icons span, .list-style .property-bottom-info .text span { font-size: 16px; font-weight: 600; font-family: 'Poppins semi-bold', sans-serif; color: #fff; margin-right: 7px; } .list-style .main-info .property-tilte { line-height: 20px; font-size: 18px; font-weight: 600; color: #2e363d; width: 100%; } .list-style .line-decor { display: block; text-align: center; margin: 5px 0px 0px; width: 100%; } .list-style .decor-label { right: 8px; } .list-style hr { margin-top: 15px; margin-bottom: 10px; border-color: #e2e2e2; } .list-style .line-decor:before { content: ""; position: absolute; border-bottom: 1px solid; width: 40px; margin-top: 8px; left: 30%; } .list-style .line-decor:after{ position: absolute; content: ""; border-bottom: 1px solid; width: 40px; margin-top: 8px; right: 30%; } .list-style .line-decor { color: #bebebe; border-color: #bebebe; } .list-style .item-box .main-info .property-category { width: 92%; text-align: center; bottom: -3px; opacity: 0; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s; } .list-style .item-box:hover .main-info .property-category { opacity:1; } .list-style .item-box .main-info .property-category .title { font-size: 12px; font-weight: 500; color: #fff; line-height: 17px; padding: 5px 25px 2px; text-transform: uppercase; width: 83%; text-align: center; display: inline-block; bottom: 0px; position: relative; z-index: 10; } .list-style .item-box .main-info .property-category .title { background: #2169a6; } .list-style .item-box .main-info .property-category .title { border-top-left-radius: 5px; border-top-right-radius: 5px; } .list-style .item-box .main-info .property-category .decor { padding: 0; position: absolute; width: 83%; height: 22px; background: transparent; bottom: 0px; text-align: center; z-index: 0; display: inline-block; } .list-style .item-box .main-info .property-category .decor:before { content: ""; float: left; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 0px 22px 10px; border-bottom-color: #2169a6; position: relative; bottom: 0px; margin-top: 0; margin-left: -9px; } .list-style .item-box .main-info .property-category .decor:after { content: ""; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 10px 22px 0px; border-bottom-color: #2169a6; position: relative; bottom: 0px; right: 0; margin-top: 0; margin-right: -9px; } .list-style .main-info .property-desc { font-size: 14px; margin-bottom: 10px; } .owl-featured-recipe .owl-nav .owl-prev { left: -50px; } .owl-featured-recipe .owl-nav .owl-next { right: auto; } .owl-featured-recipe .item-box .view-image { position: relative; } /*ON Article Box */ .articleBox-vidgets { margin: 20px 10px 0; padding: 20px 0; } .articleBox-vidgets .calendar-day { height: 80px; width: 80px; } .calendar-day .day { font-size: 18px; line-height: 18px; padding: 15px 10px 10px; } .calendar-day .month { font-size: 18px; line-height: 18px; padding: 10px 10px 10px 10px; } .articleBox-vidgets .comments { line-height: 20px; margin: 15px 0; } .articleBox-vidgets { margin: 20px 10px 0; padding: 20px 0; } .articleBox-media { width: 40%; margin: 20px 10px; } .articleBox-info { width: 53.9%; margin: 20px 10px; padding: 5px 0; } .articleBox-info .articleBox-titles a { font-size: 17px; line-height: 20px; } .articleBox-info .articleBox-description { margin: 10px 0 0px; } section.colorsidebar:before { background-color: transparent; } /*OFF Article Box*/ .newsletter .big-title { float: none; text-align: center; display: block; margin: 15px 0px 10px 0; } .newsletter .small-title { float: none; border: none; text-align: center; display: block; padding: 0px 30px 0px 30px; margin: 10px 0 15px 0; } .newsletter .nl-box { width: 100%; float: none; text-align: center; margin-left: 0; } .newsletter .form-group { float: none; display: inline-block; -moz-display: inline-block; margin: 0; margin-right: -5px; } .newsletter button { margin-top: 0; vertical-align: top; } #nl-message { width:100%; } .header-background-box .header-background { height: auto; } .menu-page .background-img-static { background-image: none; } .sb-latest-posts ul li { display: flex; } .sb-latest-posts .text-box { width: auto; } .comment-respond { margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid #eee; } .product-topinfo .amenities { /*width: 100%;*/ /*border-right:none;*/ } .person-detail .person-box { display: block; } .person-detail .person-box .person-image { float: none; width: auto; } .person-detail .person-box .person-content { float: none; width: auto; } .featured-property .container { padding-right: 15px; padding-left: 15px; } .featured-property .parallax-box { margin-top: 60px; } .featured-property-title { margin-left: 40px; } .owl-center-nav .owl-nav { position: absolute; top: -5px; right: 20px; display: block; background-color: #2e363d; height: 17px; width: 130px; z-index: 100; } .owl-center-nav .owl-nav:before { content: ""; float: left; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 5px 12px 0px; border-right-color: #1f1f1f; position: relative; top: 0px; margin-top: 5px; margin-left: -5px; } .owl-center-nav .owl-nav:after{ content: ""; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 0 12px 5px; border-left-color: #1f1f1f; position: relative; top: 0px; margin-top: 5px; margin-right: -5px; } .owl-center-nav .owl-nav:before { content: ""; background-image: none; } .owl-center-nav .owl-nav:after{ content: ""; background-image: none; } .owl-center-nav .owl-nav .owl-next { right: 17px; top: -40px; } .owl-center-nav .owl-nav .owl-prev { left: 17px; top: -40px; } .owl-center-nav .owl-nav .owl-next, .owl-center-nav .owl-nav .owl-prev { background-color: #51a3e9; border-bottom: 3px solid #247dca; border-radius: 3px; opacity: 0.9; } .owl-center-nav .owl-nav .owl-prev:hover, .owl-center-nav .owl-nav .owl-next:hover { background-color: #51a3e9; border-bottom: 3px solid #247dca; opacity: 1; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .owl-center-nav .owl-nav .owl-next-icon { background-position: 0px 0px; } .owl-center-nav .owl-nav .owl-prev-icon, .owl-center-nav .owl-nav .owl-next-icon { width: 45px; height: 30px; color: #fff; padding: 10px 20px 0 17px; } .owl-center-nav .owl-nav .owl-next:after, .owl-center-nav .owl-nav .owl-prev:after { content: ""; height: 7px; width: auto; top: auto; left: 45%; border-top: none; border-right: 4px solid; border-color: #247dca; box-shadow: 0px 0px 0 #3a8acf; position: absolute; bottom: -10px; } .owl-center-nav .owl-nav .owl-button-icons { margin: auto; background-image: url(../images/default-black.png); background-repeat: no-repeat; position: absolute; } #footer .logo-partners .item { margin: 5px 10px; } .contact-section .contact-loacation, .contact-section .contact-socials, .contact-section .contact-drect { padding: 0px 20px; margin-bottom: 40px; } .parallax-box { background-attachment: scroll!important; } .sb-latest-posts img { width: 100%; } } @media (max-width: 767px) { #nav-section { padding: 0; background-color: transparent; margin-top: 0; top: 0; left: 0; min-height: 0; z-index: 11; } .toggled #nav-section { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 11; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); } .nav-background { background: transparent; webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } #nav-section.stuck .nav-background { /*background: transparent;*/ } #wrapper.toggled #nav-section.stuck .nav-background { /*background: transparent; height: auto; position: relative; width: 100%;*/ } .sticky-wrapper { height: auto !important; } #nav-section .mob-logo { float: none; text-align: center; position: fixed; width: 94%; margin-top: 10px; display: none; } .toggled #nav-section .mob-logo, .search-toggled #nav-section .mob-logo { display: block; height: 80px; width: 100%; background: #fff; margin-top: 0; margin-left: -15px; padding-top: 25px; z-index: 10; } #nav-section .mob-logo img{ width: auto; height: 55px; display: block; margin: 0 auto; } .nav { float: left; position: relative; top: 10px; text-align: left; width: 100%; } .navbar-nav { margin: 0; } #nav-section.stuck { background-color: transparent; } .header-default .special-actions { margin-top: 80px; } .header-default .special-actions .fa { border-color:#fff; margin-left: -15px; left: 0; top: 8px; position: absolute; } .grid-style .property-bottom-info .icons span, .grid-style .property-bottom-info .text span, .featured-property .property-bottom-info .icons span, .featured-property .property-bottom-info .text span { font-size: 14px; } /*-------------------------------*/ /* Nav mobile btn */ /*-------------------------------*/ .navbar-nav .nav-mobile-btn{ background: transparent; border: none; display: block; height: auto; margin-left: 0px; position: relative; top: auto; width: auto; z-index: 999; left: auto; } .nav-mobile-btn { background: transparent; border: none; display: block; height: 32px; margin-left: 0px; position: absolute; top: 30px; width: 32px; z-index: 999; left: 25px; } .navmobBtn .stuck .nav-mobile-btn { position: relative; } .nav-mobile-btn:hover { outline: none; } .nav-mobile-btn:focus { outline: none; } .nav-mobile-btn:active { outline: none; } .toggled .nav-mobile-btn { position: fixed; } .onepage .navbar-nav .nav-mobile-btn { position: relative; } .nav-mobile-btn.is-closed:before { -o-transform: translate3d(0, 0, 0); -o-transition: all 0.35s ease-in-out; -ms-transform: translate3d(0, 0, 0); -ms-transition: all 0.35s ease-in-out; -moz-transform: translate3d(0, 0, 0); -moz-transition: all 0.35s ease-in-out; -webkit-transform: translate3d(0, 0, 0); -webkit-transition: all 0.35s ease-in-out; color: #ffffff; content: ''; display: block; font-size: 14px; line-height: 32px; opacity: 0; text-align: center; width: 100px; } .nav-mobile-btn.is-closed:hover before { -o-transform: translate3d(-100px, 0, 0); -o-transition: all 0.35s ease-in-out; -ms-transform: translate3d(-100px, 0, 0); -ms-transition: all 0.35s ease-in-out; -moz-transform: translate3d(-100px, 0, 0); -moz-transition: all 0.35s ease-in-out; -webkit-transform: translate3d(-100px, 0, 0); -webkit-transition: all 0.35s ease-in-out; display: block; opacity: 1; } .nav-mobile-btn.is-closed:hover .hamb-top { -o-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out; top: 0; } .nav-mobile-btn.is-closed:hover .hamb-bottom { -o-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out; bottom: 0; } .nav-mobile-btn.is-closed .hamb-top { -o-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out; background-color: #353535; top: 5px; } .nav-mobile-btn.is-closed .hamb-middle { background-color: #353535; margin-top: -2px; top: 50%; } .nav-mobile-btn.is-closed .hamb-bottom { -o-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out; background-color: #353535; bottom: 5px; } .nav-mobile-btn.is-closed .hamb-top, .nav-mobile-btn.is-closed .hamb-middle, .nav-mobile-btn.is-closed .hamb-bottom, .nav-mobile-btn.is-open .hamb-top, .nav-mobile-btn.is-open .hamb-middle, .nav-mobile-btn.is-open .hamb-bottom { height: 4px; left: 0; position: absolute; width: 100%; } .nav-mobile-btn.is-open .hamb-top { -o-transform: rotate(45deg); -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); -ms-transform: rotate(45deg); -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); -moz-transform: rotate(45deg); -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); -webkit-transform: rotate(45deg); -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); background-color: #353535; margin-top: -2px; top: 50%; } .nav-mobile-btn.is-open .hamb-middle { background-color: #353535; display: none; } .nav-mobile-btn.is-open .hamb-bottom { -o-transform: rotate(-45deg); -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); -ms-transform: rotate(-45deg); -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); -moz-transform: rotate(-45deg); -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); -webkit-transform: rotate(-45deg); -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); background-color: #353535; margin-top: -2px; top: 50%; } .nav-mobile-btn.is-open:before { -o-transform: translate3d(0, 0, 0); -o-transition: all 0.35s ease-in-out; -ms-transform: translate3d(0, 0, 0); -ms-transition: all 0.35s ease-in-out; -moz-transform: translate3d(0, 0, 0); -moz-transition: all 0.35s ease-in-out; -webkit-transform: translate3d(0, 0, 0); -webkit-transition: all 0.35s ease-in-out; color: #ffffff; content: ''; display: block; font-size: 14px; line-height: 32px; opacity: 0; text-align: center; width: 100px; } .nav-mobile-btn.is-open:hover before { -o-transform: translate3d(-100px, 0, 0); -o-transition: all 0.35s ease-in-out; -ms-transform: translate3d(-100px, 0, 0); -ms-transition: all 0.35s ease-in-out; -moz-transform: translate3d(-100px, 0, 0); -moz-transition: all 0.35s ease-in-out; -webkit-transform: translate3d(-100px, 0, 0); -webkit-transition: all 0.35s ease-in-out; display: block; opacity: 1; } html.noscroll { position: fixed; overflow-y: scroll; width: 100%; } /* END Nav mobile btn */ /*-------------------------------*/ /* Search mobile btn */ /*-------------------------------*/ .search-mobile-btn { background: transparent; border: none; display: block; height: 50px; margin-right: 0px; position: absolute; top: 20px; width: 50px; z-index: 3000; right: 18px; outline: none; } .search-toggled .search-mobile-btn { position: fixed; } .search-mobile-btn:hover { outline: none; } .search-mobile-btn .fa { border: 3px solid; border-radius: 50%; width: 35px; height: 35px; padding: 4px; font-size: 20px; color: #353535; background: #fff; } .search-mobile-btn .fa:after { content: "\f00d"; } .search-mobile-btn.s-is-closed .fa:after { opacity: 0; overflow: hidden; display: none; } .search-mobile-btn.s-is-closed .fa, .search-mobile-btn.s-is-closed .fa:after { -o-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out; } .search-mobile-btn.s-is-open .fa:after { opacity: 1; overflow: visible; } .search-mobile-btn.s-is-open .fa:before { opacity: 0; overflow: hidden; display: none; } .search-mobile-btn.s-is-open .fa{ -o-transform: rotate(90deg); -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); -ms-transform: rotate(90deg); -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); -moz-transform: rotate(90deg); -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); -webkit-transform: rotate(90deg); -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); } .search-module-inside { position: fixed; top: 0; right: 0; z-index: 1; visibility: hidden; opacity: 0; width: 100%; height: auto; max-height: 670px; padding: 15px 10px 15px; overflow: auto; } .search-module-inside { margin-right: 0; margin-top: 90px; margin-bottom: 0px; bottom: 0px; float: none; z-index: 1000; } .nav-ios .search-module-inside { -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .search-toggled .search-module-inside { visibility: visible; opacity: 1; overflow-y: scroll; margin-right: 0; background: #fff; } .toggled .header-right, .search-toggled .header-right { opacity: 0; display: none; } #wrapper.search-toggled { z-index: 10; } .search-toggled #nav-section { background: transparent; position: relative; min-height: 0; } #wrapper.search-toggled #nav-section.stuck .nav-background { background: transparent; height: auto; position: relative; width: 100%; } .search-toggled .nav-mobile-btn { display: none; } .toggled .search-mobile-btn { display: none; } .input-group .form-control:first-child { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } .cs-search-btn { margin-top: 25px; margin-bottom: 20px; width: 100%; } .input-group { position: relative; display: table; border-collapse: separate; width: 100%; } .default-page .search-module-inside { display: block; } .form-action .row > [class*='col-'] { margin-bottom: 20px; } .form-action.form-default { margin-top: 30px; } /* END Search mobile btn */ #wrapper.toggled { left: 0; z-index: 10; } #wrapper { } .toggled .navbar { opacity: 1; background: #ffffff; overflow-y: scroll; margin-left: 0; visibility: visible; -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s; } .page-overlay { position: absolute; display: none; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.54) !important; z-index: 5000; opacity: 1; } .onepage .page-overlay { opacity: 0; } .navbar { position: fixed; top: 0px; left: 0; z-index: 1; visibility: hidden; opacity: 0; width: 100%; height: 100%; padding: 15px 15px 15px; overflow: auto; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .navbar > i { position: absolute; top: 6px; right: 15px; font-size: 28px; cursor: pointer; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #605339; background-color: #51a3e9; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .navbar > i:hover, .navbar > i:active { color: #605339; background-color: #51a3e9; } .navbar h2 { text-align: center; margin: 10px 0 25px; color: #e7e7e7; } .navbar h2 i { margin-right: 10px; } .navbar a { color: #e7e7e7; } .navbar a:hover { color: #51a3e9; text-decoration: none; } .navbar a:focus { text-decoration: none; } .navbar ul { list-style: none; } .navbar > ul { padding: 0; padding-bottom: 10px; } .navbar > ul li { margin-bottom: 10px; } .navbar > ul li > a { line-height: 61px; margin-bottom: 10px; display: block; } .navbar > ul > li { margin-bottom: 10px; margin-left: 0px; float: none; } .onepage .navbar > ul > li { margin-bottom: 20px; margin-left: 0px; float: none; } .navbar > ul ul { padding-right: 0px; border-left: 1px dashed #5c5c5c; padding: 0 15px; } .navbar-nav > li > a { color: #353535; } .navbar::after { position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); content: ''; display: none; opacity: 1; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; } .navbar-nav .open .dropdown-menu>li>a { line-height: normal; text-align: left; padding: 0; } .navbar-nav .dropdown-menu > li > a { border: none; line-height: normal; text-align: left; } .navbar-nav .open > .dropdown-menu, .navbar-nav .dropdown-menu:hover { background: transparent; border-left: 1px solid rgba(0, 0, 0, 0.08) !important; width: 100%; float: none; position: static; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-nav .dropdown-menu > li:last-child > a { border-bottom: none; padding-bottom: 10px; } .navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus, .navbar-nav .dropdown-menu > li > a.active { background-color: transparent; color: #353535; } .navbar-nav .dropdown-menu>li>a { background-color: transparent; color: #353535; } .navbar-nav .open .dropdown-menu > li:last-child > a { border-bottom: none; padding-bottom: 10px; } .navbar-nav .dropdown-menu .dropdown-submenu a { border-bottom: none; padding-bottom: 10px; } .navbar-nav .dropdown-submenu .dropdown-menu > li:last-child > a { padding-bottom: 10px; } .navbar-nav .open .dropdown-menu { width: 100%; position: static; margin-top: 0; padding-left: 15px; border-left: 1px solid rgba(0, 0, 0, 0.08) !important; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-nav .open .dropdown-menu { visibility: visible; -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .navbar-nav .dropdown-submenu > .dropdown-menu { top: 0; left: auto; margin-left: 15px; display: block; background: transparent; width: 100%; float: none; position: static; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-nav .dropdown-submenu > .dropdown-menu > li > a { color:#353535 !important; } .navshrink .navbar-nav .dropdown-menu { background-color: transparent; } .navbar-nav .dropdown-submenu:hover > a:after { margin-top: -4px; } .toggled .border-none { position: absolute; top: -50px; display: none; } .navbar-nav>li:before, .navbar-nav > li:after { border-top: none; border-bottom: none; } .stuck .navbar-nav>li:after { border:none; } .navbar { float: none; } .nav-ios .navbar { -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .mob-logo img { -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .navbar-header .btn { margin: 5px; } #top-bar { display: none } .header-default .navbar-header { float: none; background: #ffffff; display: block; height: auto; position: relative; width: 100%; margin-top: 0px; } .toggled .header-default .navbar-header, .search-toggled .header-default .navbar-header{ position: fixed; height: 95px; z-index: 100; } .header-left { width: 100%; z-index: 100; margin: 10px auto 0; padding: 0; } .header-search { display: none; } .header-default .special-actions { float: none; opacity: 0; } .toggled .header-default .special-actions { opacity: 1; } .header-default .special-actions .btn-primary { width: 100%; padding: 10px 20px; } /*Search Filtir */ .form-decor-shadow { display: none; } .form-title-section .form-title, .form-title-section .form-group-btn { font-size: 10px; text-align: center; } .form-title-section .mobSearch-btn { display: none; } .form-title-section .form-title span { padding: 5px 10px; text-align: center; } aside .form-title-section .form-title span { font-size: 14px; padding: 10px 20px 7px; display: block; } .form-title-section .btn { font-size: 10px; padding: 8px 10px 6px; } .form-title-section .btn .fa { font-size: 10px; } .section-title { font-size: 30px; margin-bottom: 0px; } .section-title:after { } .white-decor:after { } .section-title-border:after { width: 110px; } .section-subtitle { font-size: 15px; padding: 10px 0; } hr { margin-top: 10px; margin-bottom: 10px; } .content { padding: 10px 0; } .content p { line-height: 25px; margin-bottom: 18px; } p { font-family: 'Cabin', sans-serif; font-size: 14px; } .content .first-letter::first-letter { font-size: 45px; } .property-features li, .property-features:nth-child(even) li { margin: 0 0 15px 0; } #footer { max-height: none; } #footer-top .block { padding-top: 30px; padding-bottom: 10px; } #footer-contacts li { display: flex; } #footer-about { padding-bottom: 30px; } /*ON Article Box */ .articleBox-body { border-top: none; margin-bottom: 25px; background: #f4f4f4; padding: 15px; border: 1px solid #e2e2e2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .articleBox-vidgets { margin: 10px 0; padding: 0; float: none; text-align: center; width: 100%; position: relative; } .articleBox-vidgets .calendar-day { height: auto; width: 50%; float: left; display: inline-block; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .articleBox { margin-bottom: 60px; } .calendar-day .day { font-size: 18px; line-height: 18px; padding: 10px 10px 10px; float: left; width: 50%; text-align: center; } .calendar-day .month { font-size: 18px; line-height: 18px; padding: 10px 10px 10px; float: left; width: 50%; } .articleBox-vidgets .comments { line-height: 0px; margin: 0; padding: 8.5px 15px; width: 50%; float: left; text-align: right; display: inline-block; height: auto; overflow: hidden; border: 1px solid #e2e2e2; } .articleBox-media { width: 100%; margin: 10px 0px; } .articleBox-info { width: 100%; margin: 0px 0px 0px; padding: 15px 0; } .articleBox-info .articleBox-titles a { font-size: 17px; line-height: 20px; margin-bottom: 2px; } .articleBox-info .articleBox-description { margin: 10px 0 0px; } /*OFF Article Box*/ .menu-button-filter .iconBox-icon { width: 45px; height: 45px; } .menu-button-filter .iconBox-icon:before { width: 60px; height: 60px; left: -10px; } .menu-button-filter .iconBox-icon .glyph-icon:before { font-size: 30px; } .testimonials .desc p { font-size: 20px; line-height: 28px; } .header-background .center-section { } .half .header-background { height: auto; } .comment-listings .user-image { float: none; margin-right: 0; padding-bottom: 10px; margin-bottom: 10px; text-align: center; } .comment-listings .user-image:after { content: ""; height: 4px; width: 100%; color: #e7e7e7; text-align: center; position: relative; bottom: 10px; display: inline-block; } .comment-section .comment-list-children { margin-left: 0px; margin-bottom: 0px; padding: 15px; list-style: none; border-left: 2px dotted #e7e7e7; border-right: 2px dotted #e7e7e7; } .comment-listings .comment-info { padding-left: 0px; } .comment-section .comment-listings>li { padding-bottom: 0; } .blog-content .right-position { margin-top: 10px; float: none; text-align: left; } .contact-section .contact-loacation, .contact-section .contact-socials, .contact-section .contact-drect { text-align: center; } .contact-section p { display: block; } .contact-section .socials-box { display: block; } .error-page .error-title { font-size: 30px; margin: 3% 3% 0px; } .error-page .btn-lg { margin-bottom: 10px; } .error-page .center-position { margin-top: 30px; } #page-loader-box { left: 54%; top: 50%; width: 100px; height: 100px; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > li > a:hover, .nav > li > a:focus, .navbar-nav > li > a.active { background-color: transparent; color: #353535; } .onepage .navbar-nav > li > a.active { background-color: transparent; color: #353535; } .onepage .navbar-nav > .current > a, .onepage .navbar-nav > .current > a.active { background-color: transparent; color: #353535; } .navbar > ul li > a { display: inline-block; line-height: normal; padding: 0; } .navbar-nav .dropdown-menu>li>a { line-height: normal; padding: 0 10px 0 15px; } .navbar-nav .dropdown-submenu:hover > a:after { margin-top: -3px; } .property-expert .search-box .search-form { width: auto; text-align: center; display: block; } .property-expert .search-box .search-form input { width: 100%; } } @media (max-width: 600px) { } @media (min-width: 481px) and (max-width: 992px) { } @media (max-width: 480px) { .header-search { margin-bottom: 20px; } #top-info { display: block; line-height: 20px; margin-top: 7px; } #top-info li { width: 100%; display: inline-block; text-align: center; margin: 0; } #top-buttons { display: inline-block; width: 100%; text-align: center; } #top-social { display: inline-block; float: none; text-align: center; width: 100%; } #copyright .scrollTopButton { left: 42%; } .note-new { font-size: 16px; font-weight: 500; position: relative; } #page-loader-box { left: 54%; } .newsletter .newsletter-form { position: relative; } .newsletter input { margin-bottom: 15px; width: 80%; } .header-left { margin: 25px auto 0; } .header-default .logo img { height: 45px; } #nav-section .mob-logo { margin-top: 25px; } #nav-section .mob-logo img { height: 45px; } .owl-top-nav .owl-nav { right: 50% !important; margin-right: -70px; } .property-expert-title { margin-bottom: 50px; text-align: center; } .featured-property-title { margin-bottom: 60px; margin-left: auto; text-align: center; } .persons-section-title { margin-bottom: 60px; margin-left: auto; text-align: center; } } @media (max-width: 350px) { .owl-carousel-3 .owl-wrapper-outer{ width: 255px; } #page-loader-box { left: 57%; } .section-title:after { width: 270px; height: 26px; } .white-decor:after { width: 270px; height: 26px; } } @media (max-width: 992px) { #top-social { display: inline-block; float: none; text-align: center; width: 100%; } .cs-search-btn { margin-top: 28px; text-transform: none; padding: 8px 10px 6px; font-size: 14px; } aside .cs-search-btn { margin-top: 10px; } .search-module-inside label { font-size: 12px; font-weight: 500; } .search-module-inside #collapseBox label { font-size: 11px; font-weight: 400; } .widget-search .form-group { float: none; width: 75%; display: inline-block; } .widget-search button { margin-left: -4px; vertical-align: top; } .owl-top-nav .owl-nav { right: 30px; } /*** Property Expert ***/ .property-expert .item-box { display: block; } .property-expert .image { bottom: -10px; margin-left: auto; position: relative; text-align: center; border-bottom: 3px solid #dedede; } .property-expert .image img { width: 170px; } .property-expert .item-box > [class*='col-'] { border-right: none; padding: 10px 30px; } .property-expert .title, .property-expert span, .property-expert .socials-box { text-align: center; } } @media (min-width: 1100px){ .menu-page .menu-standart .container { width: 1100px; } } @media(min-width: 1200px){ .contact-section .center-button { width: auto; } .video-background video { position: absolute; top: calc(53% - 0px); top: -webkit-calc(50% - 0px); left: 50%; height: calc(180%) !important; height: -webkit-calc(180%) !important; -webkit-transform: translateY(-50%) translateX(-50%); } } @media (min-width: 1440px){ } @media (min-width: 768px) { aside .form-title-section .form-title span { padding: 10px 20px 7px; display: block; } aside .form-action input { margin-bottom: 0; } .form-default input { margin-bottom: 0; } aside .search-module-inside .cs-search-btn { text-transform: none; font-size: 14px; width: 100%; margin-top: 10px; } .footer-flex-row.row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .footer-flex-row.row > [class*='col-'] { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .flex-row.row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .flex-row.row > [class*='col-'] { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } } @media only screen and (min-width: 992px){ .header-default .navbar { float: none; margin: 0; } .header-default .navbar-nav { float: left; margin: 0; text-align: center; } .header-default .navbar-nav>li { float: left; display: block; } .search-module-inside .col-md-3 { width: 20%; } .search-module-inside .cs-search-btn { margin-top: 25px; text-transform: none; } .menu-thubnail .flex-row.row > [class*='col-'] { padding: 15px 10px; } .recipe-content .col-md-6 .view-image { width: 50%; } .owl-featured-recipe .item-box .view-image { width: 50%; } .featured-property .container { padding-right: 30px; padding-left: 30px; } .featured-property.ct-background-color .container { padding-right: 0px; padding-left: 0px; } .owl-persons { padding-right: 0px; padding-left: 0px; } }
public/online/css/style.css
================================================== #Typography #General #Header #Footer #Home -- #Property Expert -- #Property Featured v1 -- #Property Featured v2 -- #Special Property #Blog #Contacts #Property Grid and Listing #Property Single (Product detail) #Price Table #404 Error /* #Typography ================================================== */ a:focus { outline: none; } #nav-section a { cursor: pointer; } a:hover, a:visited, a:focus { text-decoration: none; } h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', sans-serif; color: #353535; font-weight: 600; margin: 0; text-transform: uppercase; } h1, h2, h3 { margin-top: 20px; margin-bottom: 10px; } h4, h5, h6 { margin-top: 10px; margin-bottom: 10px; } h1 { font-size: 60px; } h2 { font-size: 40px; } h3 { font-size: 30px; font-weight: 600; } h4 { font-size: 21px; } h5 { font-size: 17px; font-weight: 900; } h6 { font-size: 14px; font-weight: 900; } p { font-family: 'Poppins', sans-serif; font-size: 14px; line-height: 25px; margin: 0 0 15px; } small, .small { font-size: 85%; } code { font-size: 17px; font-weight: 500; } .text-normal { text-transform: none; } .manuscript { font-family: 'Dancing Script', cursive; text-transform: none; font-weight: 700; padding: 10px 0; } .text-uppercase{ text-transform: uppercase; } .center-text { text-align: center; float: none; } .section-title { text-align: center; font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: uppercase; margin-top: 0; margin-bottom: 0px; } .center-position { display: inline-block; width: 100%; text-align: center; float: none; } .center-block { display: block; margin-left: auto; margin-right: auto; } .textBox-width80 { width: 80%; } .textBox-width70 { width: 70%; } .textBox-width60 { width: 60%; } .textBox-width50 { width: 50%; } .textBox-width40 { width: 40%; } .section-title .fa { display: block; margin-top: 3px; font-size: 25px; color: #51a3e9; } .decor-pin { display: block; top: -21px; position: relative; width: 200px; text-align: center; margin-left: auto; margin-right: auto; } .decor-pin:before { content: ""; display: inline-block; position: absolute; top: 0px; right: 30px; text-align: center; height: 3px; width: 50px; background-color: #51a3e9; margin: 6px auto 6px auto; } .decor-pin:after { content: ""; display: inline-block; position: absolute; top: 0; left: 30px; text-align: center; height: 3px; width: 50px; background-color: #51a3e9; margin: 6px auto 6px auto; } .white-decor:after { } .section-title-border:after { content: ""; display: block; position: relative; height: 3px; width: 113px; background-color: #51a3e9; margin: 5px auto 0px; } .whiteTitleBorder:after { content: ""; background-color: #ffffff; } .section-title-border.whiteTitleBorder { color: #ffffff; } .sectionBox-color .section-title-border { color: #ffffff; } .section-title-border { text-align: center; font-family: 'Poppins', sans-serif; font-weight: 600; color: #353535; padding: 0px 0 0; width: 100%; max-width: 600px; margin: 0 auto; } .section-subtitle { text-align: center; font-family: 'Poppins', sans-serif; font-weight: 500; text-transform: uppercase; line-height: 20px; font-size: 16px; color: #7a7a7a; padding: 10px 0; width: 100%; max-width: 470px; margin: 0 auto; } .section-subtitle.white { color: #ffffff; } .sectionBox-color .section-subtitle { color: #ffffff; } .fa-2 { font-size: 16px; } .edit-padding0 { padding: 0; } .edit-paddingBoth10 { padding-top: 10px; padding-bottom: 10px; } .edit-paddingTop0 { padding-top: 0px; } .edit-paddingTop10 { padding-top: 10px; } .edit-paddingBottom0 { padding-bottom: 0px; } .edit-paddingBottom10 { padding-bottom: 10px; } .edit-paddingBoth20 { padding-top: 20px; padding-bottom: 20px; } .edit-paddingTop20 { padding-top: 20px; } .edit-paddingBottom20 { padding-bottom: 20px; } .edit-paddingBoth30 { padding-top: 30px; padding-bottom: 30px; } .edit-paddingTop30 { padding-top: 30px; } .edit-paddingBottom30 { padding-bottom: 30px; } .edit-paddingBoth40 { padding-top: 40px; padding-bottom: 40px; } .edit-paddingTop40 { padding-top: 40px; } .edit-paddingBottom40 { padding-bottom: 40px; } .edit-paddingBoth50 { padding-top: 50px; padding-bottom: 50px; } .edit-paddingTop50 { padding-top: 50px; } .edit-paddingBottom50 { padding-bottom: 50px; } .edit-paddingBoth60 { padding-top: 60px; padding-bottom: 60px; } .edit-paddingTop60 { padding-top: 60px; } .edit-paddingBottom60 { padding-bottom: 60px; } .edit-paddingBoth70 { padding-top: 70px; padding-bottom: 70px; } .edit-paddingTop70 { padding-top: 70px; } .edit-paddingBottom70 { padding-bottom: 70px; } .edit-paddingBoth80 { padding-top: 80px; padding-bottom: 80px; } .edit-paddingTop80 { padding-top: 80px; } .edit-paddingBottom80 { padding-bottom: 80px; } .edit-paddingBoth90 { padding-top: 90px; padding-bottom: 90px; } .edit-paddingTop90 { padding-top: 90px; } .edit-paddingBottom90 { padding-bottom: 90px; } .edit-paddingBoth100 { padding-top: 100px; padding-bottom: 100px; } .edit-paddingTop100 { padding-top: 100px; } .edit-paddingBottom100 { padding-bottom: 100px; } .edit-paddingBoth150 { padding-top: 150px; padding-bottom: 150px; } .edit-paddingTop150 { padding-top: 150px; } .edit-paddingBottom150 { padding-bottom: 150px; } .edit-paddingRight30 { padding-right: 30px; } .edit-margin0 { margin: 0; } .edit-marginBoth10 { margin-top: 10px; margin-bottom: 10px; } .edit-marginTop10 { margin-top: 10px; } .edit-marginBottom10 { margin-bottom: 10px; } .edit-marginBoth20 { margin-top: 20px; margin-bottom: 20px; } .edit-marginTop20 { margin-top: 20px; } .edit-marginBottom20 { margin-bottom: 20px; } .edit-marginBoth30 { margin-top: 30px; margin-bottom: 30px; } .edit-marginTop30 { margin-top: 30px; } .edit-marginBottom30 { margin-bottom: 30px; } .edit-marginBoth40 { margin-top: 40px; margin-bottom: 40px; } .edit-marginTop40 { margin-top: 40px; } .edit-marginBottom40 { margin-bottom: 40px; } .edit-marginBoth50 { margin-top: 50px; margin-bottom: 50px; } .edit-marginTop50 { margin-top: 50px; } .edit-marginBottom50 { margin-bottom: 50px; } .edit-marginBoth60 { margin-top: 60px; margin-bottom: 60px; } .edit-marginTop60 { margin-top: 60px; } .edit-marginBottom60 { margin-bottom: 60px; } .edit-marginBoth70 { margin-top: 70px; margin-bottom: 70px; } .edit-marginTop70 { margin-top: 70px; } .edit-marginBottom70 { margin-bottom: 70px; } .edit-marginBoth80 { margin-top: 80px; margin-bottom: 80px; } .edit-marginTop80 { margin-top: 80px; } .edit-marginBottom80 { margin-bottom: 80px; } .edit-marginBoth90 { margin-top: 90px; margin-bottom: 90px; } .edit-marginTop90 { margin-top: 90px; } .edit-marginBottom90 { margin-bottom: 90px; } .edit-marginBoth100 { margin-top: 100px; margin-bottom: 100px; } .edit-marginTop100 { margin-top: 100px; } .edit-marginBottom100 { margin-bottom: 100px; } .edit-marginBoth150 { margin-top: 150px; margin-bottom: 150px; } .edit-marginTop150 { margin-top: 150px; } .edit-marginBottom150 { margin-bottom: 150px; } /******Letter Spacing********/ .edit-letterSpacing1 { letter-spacing: 1px; } .edit-letterSpacing2 { letter-spacing: 2px; } .edit-letterSpacing3 { letter-spacing: 3px; } .edit-letterSpacing4 { letter-spacing: 4px; } .edit-letterSpacing5 { letter-spacing: 5px; } .edit-letterSpacing6 { letter-spacing: 6px; } .edit-letterSpacing7 { letter-spacing: 7px; } .edit-letterSpacing8 { letter-spacing: 8px; } .edit-letterSpacing9 { letter-spacing: 9px; } .edit-letterSpacing10 { letter-spacing: 10px; } .cs-padding { padding-left: 10px; padding-right: 10px; } .edit-displayTable { display: table; } .edit-displayTable-cell { display: table-cell; } .edit-verticalalignMiddle { vertical-align: middle; } .edit-verticalalignTop { vertical-align: top; } .edit-verticalalignBottom { vertical-align: bottom; } /* #General ================================================== */ html { overflow: auto; } body { padding: 0; height: 100%; color: #7a7a7a; overflow: hidden; background-color: #fff; font-size: 14px; font-family: 'Lato', sans-serif; } .overflow-visible { overflow: visible; } #pageloader { width: 100%; height: 100%; position: relative; background: rgba(0, 0, 0, 0.90); z-index: 10000; position: fixed; display: block; } .loaded #pageloader { visibility: hidden; zoom: 1; filter: alpha(opacity=50); opacity: 1; -webkit-transition: opacity .15s ease-in-out; -moz-transition: opacity .15s ease-in-out; -ms-transition: opacity .15s ease-in-out; -o-transition: opacity .15s ease-in-out; transition: opacity .15s ease-in-out; } .sk-cube-grid { width: 40px; height: 40px; margin: auto; display: table-cell; vertical-align: middle; top: 50%; left: 50%; margin-left: -15px; position: absolute; } .sk-cube-grid .sk-cube { width: 33%; height: 33%; background-color: #51a3e9; float: left; -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; } .sk-cube-grid .sk-cube1 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } .sk-cube-grid .sk-cube2 { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } .sk-cube-grid .sk-cube3 { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; } .sk-cube-grid .sk-cube4 { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; } .sk-cube-grid .sk-cube5 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } .sk-cube-grid .sk-cube6 { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } .sk-cube-grid .sk-cube7 { -webkit-animation-delay: 0s; animation-delay: 0s; } .sk-cube-grid .sk-cube8 { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; } .sk-cube-grid .sk-cube9 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } @-webkit-keyframes sk-cubeGridScaleDelay { 0%, 70%, 100% { -webkit-transform: scale3D(1, 1, 1); transform: scale3D(1, 1, 1); } 35% { -webkit-transform: scale3D(0, 0, 1); transform: scale3D(0, 0, 1); } } @keyframes sk-cubeGridScaleDelay { 0%, 70%, 100% { -webkit-transform: scale3D(1, 1, 1); transform: scale3D(1, 1, 1); } 35% { -webkit-transform: scale3D(0, 0, 1); transform: scale3D(0, 0, 1); } } ::selection { background: #51a3e9; color: #fff; } ::-moz-selection { background: #51a3e9; color: #fff; } .color { color: #51a3e9; } a { color: #353535; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } a:hover, a:focus { color: #51a3e9; } iframe[src="about:blank"] { display: none; } #wrapper.open { -webkit-transform: translate3d(270px, 0, 0); transform: translate3d(270px, 0, 0); } #wrapper { position: relative; overflow: hidden; left: 0; z-index: 99; height: 100%; background-color: #fff; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } #wrapper.boxed { max-width: 1230px; margin-left: auto; margin-right: auto; -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); } /* mozilla solution - this is for firefox 18- */ :-moz-placeholder { color:#e7e7e7; } section { padding:70px 0; background: #fff; overflow: hidden; } img { width: 100%; height: auto; } .divider { border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; height: 4px; } .content { padding: 20px 10px; } .content p { line-height: 30px; margin-bottom: 25px; } .show-more { max-height: 240px; overflow: hidden; position: relative; transition: max-height 1s; } .show-more:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 180px; display: block; background: linear-gradient(rgba(255,255,255,0),#fff 88%); z-index: 9; opacity: 1; visibility: visible; transition: all 1s; } .show-more-button { position: absolute; bottom: -15px; left: 0; margin-left: 50%; transform: translateX(-50.5%); z-index: 10; text-align: center; display: block; opacity: 1; visibility: visible; transition: all 0.3s; padding: 10px 20px; } .show-more.visible { max-height: 2000px; } .show-more.visible:after, .show-more.visible .show-more-button { opacity: 0; visibility: hidden; } .content .first-letter::first-letter { font-size: 60px; color: #c5a866; margin-right: 3px; } .about-us .content img{ width: 100%; height: auto; display: block; } .checkbox-list { margin: 0; padding: 0px 10px 20px 10px; list-style: none; } .checkbox-list li { margin-bottom: 10px; display: -webkit-flex; display: flex; font-size: 14px; } .checkbox-list li .fa { margin-right: 10px; } .number-list { list-style-type: none; counter-reset: li-counter; margin: 0; padding: 0px 10px 20px 40px; } .number-list li { display: list-item; margin-bottom: 10px } .number-list>li:before{ position: absolute; left: 25px; width: 20px; height: 20px; font-size: 14px; line-height: 20px; font-weight: 500; border-radius: 50%; text-align: center; color: #fff; content: counter(li-counter); counter-increment: li-counter; background-color: #6f6f6f; } .normal-list { padding: 0px 10px 20px 40px; } .normal-list li{ margin-bottom: 5px; font-size: 14px; } .socials-box { display: table-cell; vertical-align: middle; margin: 1px 5px; padding: 0; } .socials-box li { display: inline-block; opacity: 1; margin-left: 7px; } .socials-box a { line-height: 20px; } .socials-box a:hover .social-circle-border{ color: #51a3e9; border-color:#51a3e9; } #top-bar .socials-box a:hover .social-circle-border, #footer .socials-box a:hover .social-circle-border { color: #51a3e9; border-color:#51a3e9; } #top-bar .social-circle-border, #footer .social-circle-border{ background-color: transparent; border: 2px solid #e7e7e7; color: #fff; } .social-circle-border { font-size: 14px; line-height: 21px; margin-right: 2px; height: 25px; width: 25px; border-radius: 50%; background-color: transparent; border: 2px solid #6f6f6f; color: #6f6f6f; text-align: center; } .social-square-border { font-size: 14px; line-height: 21px; margin-right: 2px; height: 25px; width: 25px; border: 2px solid #6f6f6f; color: #6f6f6f; background-color: transparent; border-radius: 5px; text-align: center; } .social-square-border:hover { border-color: #51a3e9; color: #51a3e9; } .social-square-border.icon-sm { font-size: 18px; line-height: 36px; height: 39px; width: 39px; } .social-circle-border, .social-square-border { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .socials-box .social-circle-border:hover{ border: 2px solid #51a3e9; color: #51a3e9; } .center-button { width: 100%; text-align: center; } /*Owl Carousel*/ .owl-carousel { font-family: 'Poppins', sans-serif; } .owl-nav { text-align: center; position: absolute; top: 45%; width: 100%; display: block; } .owl-nav .owl-prev, .owl-nav .owl-next { position: absolute; opacity: 0.5; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .owl-nav .owl-prev:hover, .owl-nav .owl-next:hover { opacity: 1; } .owl-nav .owl-prev { left: -40px; } .owl-nav .owl-next { right: 10px; } .owl-nav .owl-button-icons { margin: auto; background-image: url(../images/default.png); background-repeat: no-repeat; position: absolute; } .owl-nav .owl-prev-icon, .owl-nav .owl-next-icon { width: 48px; height: 48px; } .owl-nav .owl-prev-icon { background-position: -48px 0px; } .owl-nav .owl-next-icon { background-position: 0px 0px; } /*Owl button nav modern style*/ /*-- TOP nav --*/ .owl-top-nav .owl-nav { position: absolute; top: -5px; right: 20px; display: block; background-color: #2e363d; height: 17px; width: 130px; z-index: 100; } .owl-top-nav .owl-nav:before { content: ""; float: left; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 5px 12px 0px; border-right-color: #1f1f1f; position: relative; top: 0px; margin-top: 5px; margin-left: -5px; } .owl-top-nav .owl-nav:after{ content: ""; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 0 12px 5px; border-left-color: #1f1f1f; position: relative; top: 0px; margin-top: 5px; margin-right: -5px; } .owl-top-nav .owl-nav .owl-next { right: 17px; top: -40px; } .owl-top-nav .owl-nav .owl-prev { left: 17px; top: -40px; } .owl-top-nav .owl-nav .owl-next, .owl-top-nav .owl-nav .owl-prev { background-color: #51a3e9; border-bottom: 3px solid #247dca; border-radius: 3px; opacity: 0.9; } .owl-top-nav .owl-nav .owl-prev:hover, .owl-top-nav .owl-nav .owl-next:hover { background-color: #51a3e9; border-bottom: 3px solid #247dca; opacity: 1; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .owl-top-nav .owl-nav .owl-next-icon { background-position: 0px 0px; } .owl-top-nav .owl-nav .owl-prev-icon, .owl-top-nav .owl-nav .owl-next-icon { width: 45px; height: 30px; color: #fff; padding: 10px 20px 0 17px; } .owl-top-nav .owl-nav .owl-next:after, .owl-top-nav .owl-nav .owl-prev:after { content: ""; height: 7px; left: 45%; border-right: 4px solid; border-color: #247dca; position: absolute; bottom: -10px; } .owl-top-nav .owl-nav .owl-button-icons { margin: auto; background-image: url(../images/default-black.png); background-repeat: no-repeat; position: absolute; } /*-- CENTER nav --*/ .owl-center-nav .owl-nav { position: absolute; right: 0; display: block; background-color: transparent; height: auto; width: 100%; } .owl-center-nav .owl-nav:before { content: ""; background-image: url(../images/owl-button-decor.png); background-repeat: no-repeat; float: left; width: 15px; height: 135px; position: relative; top: -45px; margin-top: 5px; margin-left: -5px; } .owl-center-nav .owl-nav:after{ content: ""; background-image: url(../images/owl-button-decor.png); background-repeat: no-repeat; background-position-x: -17px; float: right; width: 15px; height: 135px; position: relative; top: -45px; margin-top: 5px; margin-right: -5px; } .owl-center-nav .owl-nav .owl-next { right: -47px; top: 0px; } .owl-center-nav .owl-nav .owl-prev { left: -47px; top: 0px; } .owl-center-nav .owl-nav .owl-next, .owl-center-nav .owl-nav .owl-prev { background-color: #51a3e9; border-bottom: 3px solid #247dca; border-radius: 3px; opacity: 0.9; } .owl-center-nav .owl-nav .owl-prev:hover, .owl-center-nav .owl-nav .owl-next:hover { background-color: #51a3e9; border-bottom: 3px solid #247dca; opacity: 1; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .owl-center-nav .owl-nav .owl-next-icon { background-position: 0px 0px; } .owl-center-nav .owl-nav .owl-prev-icon, .owl-center-nav .owl-nav .owl-next-icon { width: 35px; height: 45px; color: #fff; padding: 17px 0px 10px 0px; } .owl-center-nav .owl-nav .owl-next:after, .owl-center-nav .owl-nav .owl-prev:after { content: ""; top: 50%; border-top: 4px solid; border-color: #51a3e9; -webkit-box-shadow:0 2px 0 #3a8acf; box-shadow: 0 2px 0 #3a8acf; position: absolute; } .owl-center-nav .owl-nav .owl-next:after { width: 7px; left: -7px; } .owl-center-nav .owl-nav .owl-prev:after { width: 7px; } .owl-center-nav .owl-nav .owl-button-icons { margin: auto; background-image: url(../images/default-black.png); background-repeat: no-repeat; position: absolute; } /* Progress Bars customise */ .progress .progress-bar { line-height: 23px; } .progress-bar { font-weight: bold; font-family: 'Poppins', sans-serif; } .progress.progress-e { background-color: #e2e2e2; } .progress-bar-e { background-color: #aebbc7; color: #2e363d; } /* Select Elements */ .bootstrap-select .dropdown-menu { padding: 0px 0; } .bootstrap-select .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { text-decoration: none; color: #ffffff; background-color: #51a3e9; } .bootstrap-select .dropdown-menu>li>a { padding: 7px 15px; height: 35px; font-weight: 800; font-family: 'Poppins', sans-serif; } .input-group { display: block; } /* Search elements */ .search-form { width: auto; position: relative; display: inline-block; } .search-form button[type="submit"] { border: none; background: none; position: absolute; right: 8px; top: 8px; color: #97aab7; } .search-module { padding: 0; background: transparent; overflow: visible; position: relative; top: -10px; } .form-action.form-default { background: transparent; border: 1px solid; border-color: rgb(226, 226, 226); border-bottom: 3px solid rgb(226, 226, 226); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .form-action.form-dark { background: #2e363d; border-bottom: 3px solid #1f1f1f; border-radius: 3px 3px 3px 3px; } .form-action.form-default { background: #ffffff; border-bottom: 3px solid #e2e2e2; border-radius: 3px 3px 3px 3px; } .form-action { position: relative; } .form-action .form-group { margin-bottom: 0; } aside .form-action .row > [class*='col-'] { margin-bottom: 20px; } .form-action.form-default .row > [class*='col-'] { margin-bottom: 20px; } .hidden-box { width: 100%; padding: 0 15px; position: relative; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; } .box-action-one { padding: 0px 15px 0px 15px; margin: 0; height: auto; } .form-toggled-box .box-action-one { border-radius: 3px 3px 0px 0px; } .form-action.form-default .box-action-two { background: #aebbc7; } .form-action.form-dark .box-action-two { background: #22282d; box-shadow: inset 0 1px 3px rgba(0,0,0,0.125); } .box-action-two { z-index: 2; border-radius: 0px 0px 3px 3px; position: relative; padding: 20px 15px 5px 15px; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; } .form-toggled-box .box-action-two { } .form-title-section { position: relative; text-align: center; width: 100%; top: -15px; } .form-title-display { background-color: #51a3e9; border-bottom: 3px solid rgba(0, 0, 0, 0.39); border-radius: 3px; position: relative; text-align: center; width: auto; display: inline-block; } .form-title-section .form-group-btn { display: table-cell; width: 40px; } .form-title-section .form-group-btn button{ background-color: #247dca; border-color: #247dca; margin: 0; padding: 8px 12px 6px; border-top-right-radius: 0; border-bottom-right-radius: 0; } .form-title-section .form-group-btn button:hover { background-color: #1f76c1; border-color: #1f76c1; } .form-title-section .form-group-btn .btn { background-color: #6fb1e9; border-color: #6fb1e9; margin: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; } .form-title-section .form-group-btn .btn:hover { background-color: #4c9bde; border-color: #4c9bde; } .form-title-section .form-title { vertical-align: middle; display: table-cell; color: #fff; } .form-title-section .form-title span { padding: 5px 20px; } .form-title-section .form-title, .form-title-section .form-group-btn { font-family: 'Poppins', sans-serif; } .form-title-section .btn { font-size: 14px; padding: 7px 10px 6px; } .form-group label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-size: 16px; font-weight: 500; font-family: 'Poppins', sans-serif; } .form-default .form-group label { color: #353535; } .form-dark .form-group label { color: #fff; } .input-group .form-control:first-child { border-bottom-right-radius: 3px; border-top-right-radius: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .search-module-inside { padding: 0; border-radius: 3px 3px 3px 3px; } .search-module-inside .input-group-addon { color: #999999; background-color: transparent; border: 1px solid #505b65; border-left: 0; } .search-module-inside .input-group-addon:active, .search-module-inside .input-group-addon:focus { border: 2px solid #acacac; } .search-module-inside .bootstrap-select > .dropdown-toggle { border-color: #505b65 !important; } .form-decor-shadow { } .form-decor-shadow:before { content:""; float: left; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 15px 100px 0px; border-right-color: #1f1f1f; position: relative; top: 0px; margin-top: 10px; margin-left: -15px; } .form-decor-shadow:after { content: ""; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 0 100px 15px; border-left-color: #1f1f1f; position: relative; top: 0px; margin-top: 10px; margin-right: -15px; } .form-decor-shadow.defult:before { border-right-color: #aebbc7; } .form-decor-shadow.default:after { border-left-color: #aebbc7; } .btn { font-family: 'poppins', sans-serif; font-size: 16px; font-weight: 400; text-transform: uppercase; } .btn { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .btn:active { -webkit-transition: all 0.1s; -moz-transition: all 0.1s; -ms-transition: all 0.1s; -o-transition: all 0.1s; transition: all 0.1s; } .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover { background-color: #51a3e9; border-color: #51a3e9; } .btn { padding: 6px 10px 3px; font-size: 14px; line-height: 1.3333333; border-radius: 3px; } .btn-sm { padding: 7px 10px; font-size: 16px; line-height: 1.3333333; } .btn-lg { padding: 10px 15px; font-size: 18px; line-height: 1.3333333; } .btn-o { text-align: center; line-height: 1.3333333; border-radius: 5px; } .btn-o-primary { color: #51a3e9; background-color: transparent; border: 2px solid #51a3e9; border-radius: 5px; } .btn-o-primary:hover { background-color: #51a3e9; color: #fff; } .btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus { color: #fff; background-color: #4695d8; border-color: #4695d8; outline: none; } .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline:none; } .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #4695d8; border-color: #4695d8; } .btn-primary:hover { color: #fff; background-color: #4695d8; border-color: #4695d8; } .btn-primary:active { color: #fff; background-color: #4695d8; border-color: #4695d8; } .btn-primary { background-color: #51a3e9; border-color: #51a3e9; } .btn-success:active, .btn-success:active:focus, .btn-success:focus, .btn-success.focus{ background-color: #8eba39; border-color: #8eba39; } .btn-success { background-color: #9cce3d; border-color: #9cce3d; } .btn-success:hover { background-color: #8eba39; border-color: #8eba39; } .btn-info:active, .btn-info:active:focus, .btn-info:focus, .btn-info.focus{ background-color: #52aaad; border-color: #52aaad; } .btn-info { background-color: #62babd; border-color: #62babd; } .btn-info:hover { background-color: #52aaad; border-color: #52aaad; } .btn-warning:active, .btn-warning:active:focus, .btn-warning:focus, .btn-warning.focus{ background-color: #e2902f; border-color: #e2902f; } .btn-warning { background-color: #ffa73f; border-color: #ffa73f; } .btn-warning:hover { background-color: #e2902f; border-color: #e2902f; } .btn-danger:active, .btn-danger:active:focus, .btn-danger:focus, .btn-danger.focus{ background-color: #cc3434; border-color: #cc3434; } .btn-danger { background-color: #ff3f3f; border-color: #ff3f3f; } .btn-danger:hover { background-color: #cc3434; border-color: #cc3434; } .btn-black { background-color: #2e363d; border-color: #2e363d; } .btn-black:hover { background-color: #434b52; border-color: #434b52; } .btn-black:active, .btn-black:active:focus, .btn-black:focus, .btn-black.focus{ background-color: #434b52; border-color: #434b52; } .btn-primary .fa { font-size: 13px; } .button-section { text-align: center; padding: 20px 0; } .special-button-box { display: inline-block; border-left: 1px solid #51a3e9; margin-left: 18px; padding: 5px 0 5px 20px; } aside .cs-search-btn { text-align: center; width: 100%; } .sb-search { margin: 0px 0 20px; padding-bottom: 0; position: relative; } .sb-search .search-form { width: 100%; } .sb-search .search-form input { border: 1px solid rgba(0, 0, 0, 0.13); margin-bottom: 0; width: 100%; } .other-alter-box { color: #3b7795; padding: 5px 10px; margin: 5px 0 10px; background: #d9edf7; display: inline-block; } .alert { font-size: 15px; } .close { font-size: 35px; } .alert-dismissable .close, .alert-dismissible .close { top: -10px; } .close:hover, .close:focus { color: #000; } .panel-group .panel { border-radius: 0; box-shadow: none; border-color: #efefef; } .panel-default > .panel-heading { padding: 0; border-radius: 0; color: #6f6f6f; background-color: #efefef; border: 1px solid #e7e7e7; border-bottom: none; } .panel-default:last-child > .panel-heading { border-bottom: 1px solid #e7e7e7; } .panel-title { font-size: 14px; } .panel-title > a { display: block; padding: 15px; text-decoration: none; color:#6f6f6f; font-size: 18px; } .more-less { float: right; color: #6f6f6f; } .panel-default > .panel-heading + .panel-collapse > .panel-body { padding: 10px 15px; border: 1px solid #e7e7e7; border-bottom: none; font-size: 17px; line-height: 25px; } .panel-default:last-child > .panel-heading + .panel-collapse > .panel-body { border-bottom: 1px solid #e7e7e7; border-top: none; } input, textarea, select { width: auto; padding: 9px; margin-bottom: 20px; border-radius: 3px; border: none; font-weight: 300; font-family: 'Poppins', sans-serif; background: white; } .form-group input, .form-group textarea { border-radius: 3px; border: 1px solid rgba(0, 0, 0, 0.13); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; padding: 8px 6px; height: 40px; color: #151515; font-size: 14px; } .ct-formLogin { max-width: 370px; } .ct-formLogin .btn { width: 100%; } .regular-checkbox { display: none; } .regular-checkbox + label { background-color: #fafafa; border: 1px solid #cacece; box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); padding: 9px; border-radius: 3px; display: inline-block; position: relative; } .regular-checkbox + label:active, .regular-checkbox:checked + label:active { box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1); } .regular-checkbox:checked + label { background-color: #efefef; border: 1px solid #dadada; box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1); color: #dadada; } .regular-checkbox:checked + label:after { content: '\2714'; font-size: 14px; position: absolute; top: 0px; left: 3px; color: #99a1a7; } .big-checkbox + label { padding: 18px; } .big-checkbox:checked + label:after { font-size: 28px; left: 6px; } .radio-1 { width: 193px; } /* RADIO */ .regular-radio { display: none; } .regular-radio + label { -webkit-appearance: none; background-color: #fafafa; border: 1px solid #cacece; box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); padding: 9px; border-radius: 50px; display: inline-block; position: relative; } .regular-radio:checked + label:after { content: ' '; width: 12px; height: 12px; border-radius: 50px; position: absolute; top: 3px; background: #dadada; box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3); text-shadow: 0px; left: 3px; font-size: 32px; } .regular-radio:checked + label { background-color: #efefef; color: #dadada; border: 1px solid #dadada; box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1); } .regular-radio + label:active, .regular-radio:checked + label:active { box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1); } .big-radio + label { padding: 16px; } .big-radio:checked + label:after { width: 24px; height: 24px; left: 4px; top: 4px; } .checkbox label { font-weight: normal; cursor: pointer; font-size: 14px; } .checkbox input { left: 0; margin-left: 0; width: auto; height: auto; } .checkbox span { position: absolute; margin-left: 10px; } .checkbox label a { color: #51a3e9; } .form-default .form-title-section .form-title span { padding: 10px 20px 7px; display: block; } .form-default .form-title-display { background-color: #efefef; border-bottom: 3px solid rgb(226, 226, 226); } .form-default .form-title-section .form-title { vertical-align: middle; display: table-cell; color: #515151; } .form-default .bootstrap-select > .dropdown-toggle { border-color: rgba(0, 0, 0, 0.13) !important; font-weight: 400; color: #a5a5a5; } .form-default .bootstrap-select.btn-group .dropdown-toggle .bs-caret { border-left: 1px solid rgba(0, 0, 0, 0.13); color: #2e363d; } .form-default .bootstrap-select.btn-group .dropdown-toggle:focus .bs-caret { border-left: 2px solid #acacac; } .form-default .bootstrap-select .dropdown-toggle:focus { border-color: #acacac !important; -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(172, 172, 172); -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233); box-shadow: inset 0 0px 0px rgb(172, 172, 172), 0px 0px 0px 1px rgb(172, 172, 172); } .form-default input, .form-default textarea { border: 1px solid rgba(0, 0, 0, 0.13); background-color: transparent; padding: 5px 10px; height: 35px; font-weight: 500; } .form-dark input, .form-dark textarea { border: 1px solid #505b65; background-color: transparent; padding: 5px 10px; height: 35px; color: #999999; font-weight: 800; } .form-group input:focus, .form-group textarea:focus { outline: none; outline-offset: -2px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-color: #acacac !important; -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(172, 172, 172); -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233); box-shadow: inset 0 0px 0px rgb(172, 172, 172), 0px 0px 0px 1px rgb(172, 172, 172); } .form-control:focus { border-color: #acacac; outline: 0; -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(172, 172, 172); -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233); box-shadow: inset 0 0px 0px rgb(172, 172, 172), 0px 0px 0px 1px rgb(172, 172, 172); } .contact-form input[type='number'] { -moz-appearance:textfield; } /* Internet explorer - 11+ */ .contact-form input::-webkit-outer-spin-button, .contact-form input::-webkit-inner-spin-button { -webkit-appearance: none; } .contact-form { margin: 20px 0; } .parallax-box{ background-color: #111111; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed; background-repeat: no-repeat; background-position: center; overflow: hidden; width: 100%; height: 100%; display: flex; display: -webkit-flex; } .parallax-box .mediaSection-box { display: block; position: relative; vertical-align: middle; text-align: center; width: 100%; height: 100%; padding: 50px 0; } .note-new { font-family: 'Oswald', cursive; font-size: 18px; color: #2e363d; background-color: #51a3e9; border-bottom-right-radius: 5px; padding: 2px 10px; margin-left: 10px; border-top-right-radius: 5px; } .note-spicy { font-family: 'Oswald', cursive; font-size: 18px; color: #fff; background-color: #df400b; border-bottom-right-radius: 5px; padding: 2px 10px; margin-left: 10px; border-top-right-radius: 5px; } .note-milk { font-family: 'Oswald', cursive; font-size: 18px; color: #b4985b; background-color: #ece6da; border: 1px solid #e3d6bc; border-bottom-right-radius: 5px; padding: 2px 10px; margin-left: 10px; border-top-right-radius: 5px; } .embed-container { position: relative; padding-bottom: 56.56%; margin-bottom: 30px; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #e2e2e2; } gm-map { display: block; width: 100%; height: 300px; } section.colorsidebar:before { content: ""; top: 0; right: 0; width: 33.3%; height: 100%; position: absolute; background-color: #51a3e9; } .colorsidebar { position: relative; } .sidebar.colorsidebar{ background-color: #51a3e9; color: #fff; } .sidebar { padding: 70px 40px 40px; } .sidebar.colorsidebar .section-title-border { color: #fff; margin-bottom: 15px; } .sidebar.colorsidebar .section-title-border:after { background-color: #ffffff; } .colorsidebar .sidebar .title { color: #fff; text-align:center; } .blog-content .main { padding: 70px 15px 40px; } .blog-content .main .title { text-align: center; } .colorsidebar .btn-o-primary { color: rgba(255, 255, 255, 0.73); background-color: transparent; border: 2px solid rgba(255, 255, 255, 0.73); border-radius: 5px; } .colorsidebar .btn-o-primary:hover { background-color: transparent; border: 2px solid #ffffff; color: #ffffff; } /******* Widget secton ******/ aside>div { padding-bottom: 20px; margin-bottom: 20px; position: relative; } aside { font-family: 'Poppins semi-bold', sans-serif; } aside .widget-title { font-family: 'Poppins semi-bold', sans-serif; position: relative; margin: 0 0 25px; padding: 16px 0 21px; text-transform: uppercase; } aside .sb-category { } .sb-category .widget-title { } aside .widget-title:before, aside .widget-title:after { content: ''; position: absolute; width: 100%; height: 1px; left: 0; bottom: 0; background-color: rgba(103, 100, 93, 0.38); } aside .widget-title:before { width: 50%; left: 0; height: 3px; background-color: #51a3e9; z-index: 1; } aside ul { padding: 0; margin: 0; list-style: none; } aside ul li a:hover { color:#51a3e9; } aside ul li a, aside ul li, aside img{ -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } aside .bootstrap-datetimepicker-widget table td span:hover{ color: #fff; } .sb-latest-posts .text-box { float: left; width: 60%; padding: 0; margin: 0; } .sb-category ul li a:hover, .sb-latest-posts ul li a:hover { color:#51a3e9; } .sb-category ul li a, .sb-latest-posts ul li a { text-decoration: none; color:#6f6f6f; } .sb-category ul li { font-size: 16px; list-style: none; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #eee; } .sb-latest-posts ul li { font-size: 16px; list-style: none; display: inline-block; margin-bottom: 10px; padding-bottom: 10px; } .sb-latest-posts img { float: left; width: 80px; margin-right: 10px; margin-bottom: 10px; border-radius: 5px; border: 2px solid #e7e7e7; } .sb-latest-posts img:hover, .sb-latest-posts a:hover>img { border: 2px solid #51a3e9; } .sb-latest-posts .title { margin-bottom: 5px; display: block; } .sb-latest-posts .date { color:#aaa; font-style: italic; } .sb-featured .property-price { line-height: 20px; font-size: 17px; font-weight: 600; color: #9cce3d; margin: 5px 0; } .sb-featured .property-price .old-price { text-decoration: line-through; color: #9b1616; } .sb-tags .tag-content{ width: 100%; padding: 5px; } .sb-tags ul li{ font-size: 16px; list-style: none; display: inline-block; margin: 11px 1px; } .sb-tags ul li a { text-decoration: none; color:#353535; background: #efefef; border: 1px solid #eee; padding: 10px 12px; } .sb-tags ul li a:hover { background: #51a3e9; border: 1px solid #51a3e9; color: #fff; } .sb-advert { text-align: center; } .sb-advert .advert-image { height: auto; width: 100%; padding: 35px 20px 20px 20px; position: relative; z-index: 0; } .sb-advert .advert-image .ads-overlay { background: rgba(57, 41, 31, 0.6); position: absolute; width: 100%; height: 100%; padding: 0; margin: 0; left: 0; top: 0; z-index: -1; } .sb-advert .advert-image span { text-align: center; font-family: 'Oswald', sans-serif; font-size: 17px; text-transform: uppercase; color: #ffffff; display: block; padding-bottom: 30px; } .sb-advert .advert-image h3 { text-align: center; font-family: 'Poppins', sans-serif; font-size: 19px; text-transform: uppercase; color:#ffffff; margin-bottom: 10px; line-height: 22px; } .sb-advert .advert-image a { text-decoration: none; color:#ffffff; } .sb-advert .advert-image a:hover { color: #51a3e9; } .sb-advert .advert-image h3:after { content: ""; border-bottom: 2px solid #ffffff; width: 100%; max-width: 150px; display: block; margin: 10px auto; } .sb-advert .advert-image p { color: #d9d9d9; line-height: 20px; font-size: 16px; text-align: center; } .blog-content .flex-row.row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .blog-content .flex-row.row > [class*='col-'] { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .blog-content .sb-advert .button-section { text-align: center; } .sb-advert .button-section .btn-o-primary { border: 2px solid #ffffff; } .sb-advert .button-section .btn-o-primary:hover { background-color: #51a3e9; border: 2px solid #51a3e9; color: #ffffff; } .sidebarAds-section { margin: 20px 0; padding-bottom: 0px; width: 100%; display: table; } .sidebarAds-box { text-align: center; vertical-align: middle; display: table-cell; float: left; padding: 10px 10px 35px; margin-bottom: 60px; } .sidebarAds-box { border: 1px solid #e2e2e2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .colorsidebar .sidebarAds-box { border: 1px solid rgba(255, 255, 255, 0.3); } .sidebarAds-box .ads-title { font-size: 18px; color: #fff; line-height: 21px; font-weight: 400; } .sidebarAds-box .ads-desc { font-size: 14px; line-height: 25px; margin: 0 0 25px; padding: 0; } .sidebarAbout-box { text-align: center; vertical-align: middle; display: table-cell; float: left; padding: 10px 10px 20px; margin-bottom: 10px; } .sidebarAbout-box .desc { font-size: 14px; line-height: 25px; margin: 0 0 15px; padding: 0; } .sidebarAbout-box strong { color: rgba(0, 0, 0, 0.42); } .persons-section { /*padding: 0;*/ margin-top: 5px; } .person-item { width: 100%; margin: 14px 0; padding-bottom: 0; border-radius: 4px; -webkit-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); -moz-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); } .person-item ul { list-style: none; padding: 0; } .person-box { position: relative; border: 3px solid #fff; border-radius: 4px 4px 0 0; } .person-box .person-image { overflow: hidden; border-radius: 2px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; position: relative; } .person-image .socials-box { top: 0; right: 0px; padding: 15px 0px; margin: 0; position: absolute; height: 100%; } .person-box .socials-box { background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 110px); background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 110px); background: -o-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 110px); background: linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 110px); } .person-image .socials-box { overflow: hidden; opacity: 0; margin-right: -45px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .person-item:hover .person-image .socials-box { overflow: visible; opacity: 1; margin-right: 0px; } .person-box .socials-box li { display: block; margin-bottom: 7px; } .person-box .socials-box a { padding: 7px 10px; } .person-box .person-image img { width: 100%; } .person-item .person-box .person-image .overlay{ top: 0; left: 0; position: absolute; height: 100%; width: 100%; background: #51a3e9; text-align: center; -webkit-opacity: 0; -moz-opacity: 0; opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .person-item:hover .person-box .person-image .overlay{ -webkit-opacity: 0.2; -moz-opacity: 0.2; opacity: 0.2; } .person-box .person-content { padding: 20px 20px; background: #ffffff; } .person-box .person-content h4 small, .person-box .person-content small { display: block; font-size: 11pt; margin-top: 5px; } .person-box .btn { width: 100%; } .person-contacts { font-size: 14px; line-height: 24px; } .person-contacts i { margin-right: 10px; } /*Person Detail*/ .person-detail .person-box { display: table; } .person-detail .person-box .person-image { float: left; width: 50%; border: 1px solid #efefef; padding: 5px 5px 0; } .person-detail .person-box .person-content { float: left; width: 50%; } .person-detail .person-item .person-image .socials-box { overflow: visible; opacity: 1; margin-right: 0px; background: #efefef; } .person-progress-boxes { margin-bottom: 10px; } .person-progress-boxes .small-title { margin-bottom: 5px; display: block; } .person-progress-boxes .progress { height: 14px; margin-bottom: 10px; } .person-progress-boxes .progress .progress-bar { line-height: 18px; font-size: 11px; } .person-contact { padding: 0; margin: 0; } .person-contact .btn { width: 100%; } .owl-persons { padding-right: 20px; padding-left: 20px; } .owl-persons .owl-item { padding: 0 10px; } .owl-persons .person-item { margin: 10px 0; } .owl-persons ul { padding: 0; margin: 0; list-style: none; } .pagination { width: 100%; text-align: center; padding: 20px 0 15px; margin-top: 20px; border-top: 1px solid #e4e4e4; display: inline-block; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .pagination ul { list-style: none; display: inline-block; padding: 0; margin: 0 5px; } .pagination ul > li { font-size: 12pt; font-weight: bold; display: inline-block; margin: 0 2px; width: 37px; height: 35px; text-align: center; float: left; line-height: 32px; border-radius: 3px; border: 1px solid #e4e4e4; -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out; -ms-transition: background-color 0.2s ease-out; -o-transition: background-color 0.2s ease-out; transition: background-color 0.2s ease-out; } .pagination ul > li a { display: block; width: 34px; height: 34px; color: #74777c; } .pagination ul > li a:hover, .pagination ul > li a:focus { text-decoration: none; } .pagination ul li:hover, .pagination ul li.active { background-color: #51a3e9; border: 1px solid #51a3e9; border-bottom: 3px solid #2169a6; } .pagination ul li:hover a, .pagination ul li.active a { color: #fff; } /**** Comment Section ****/ .comment-section { margin-top: 30px; } .comment-section .comment-title{ margin:0 0 50px 0; } .comment-section .comment-list-children { margin-left: 70px; margin-bottom: 0px; padding: 15px; list-style: none; } .comment-section .comment-listings { margin-bottom: 50px; padding: 0; } .comment-section .comment-listings>li { list-style: none; border-bottom: 2px dotted #e7e7e7; padding-bottom: 10px; margin-bottom: 20px; display: inline-block; } .comment-listings .comment { padding-bottom: 20px; display: inline-block; } .comment-listings .user-image { float:left; margin-right: 20px; } .comment-listings .user-image .image-thumb { width: 80px; border: 1px solid #e7e7e7; border-radius: 50%; box-shadow: 0px 3px 0 #c5c4c1; -webkit-box-shadow: 0px 3px 0 #c5c4c1; -moz-box-shadow: 0px 3px 0 #c5c4c1; } .comment-listings .comment-info { padding-left: 100px; } .comment-listings .comment-info .author { font-size: 16px; font-weight: bold; color: #353535; float: left; } .comment-listings .comment-info .time { float: right; text-align: right; font-size: 16px; color: #aaa; } .comment-listings .comment-info .desc { padding: 10px 0px; float: left; color: #656565; } .comment-listings .btn-comment { float: right; text-decoration: none; color: #353535; } .comment-listings .btn-comment:hover { color: #51a3e9; } .comment-listings a { list-style: none; } .comment-reply-title { margin: 0 0 40px 0; } .comment-respond .form-group textarea { height: 160px; } aside .comment-respond .form-group textarea { height: 100px; } /* webkit solution */ .comment-respond ::-webkit-input-placeholder { color:#7e7e7e;} /* mozilla solution - this is for firefox 18+ */ .comment-respond ::-moz-placeholder { color:#7e7e7e;} .comment-respond input[type='number'] { -moz-appearance:textfield; } .comment-respond input::-webkit-outer-spin-button, .comment-respond input::-webkit-inner-spin-button { -webkit-appearance: none; } /*Begin Deail Page*/ .product-cheader .product-title { margin-top: 0px; margin-bottom: 0px; } .product-cheader .text-small { text-transform: none; font-size: 16px; margin-bottom: 10px; display: block; } .product-topicon { margin-bottom: 5px; display: inline-block; width: 100%; } .product-topicon .socials-box { margin: 0; margin-bottom: 10px; padding-right: 0; display: block; } .product-topicon .socials-box li{ margin-left: 2px; } .product-topinfo { width: 100%; text-transform: none; text-align: left; margin: 0; margin-bottom: 20px; border: 1px solid #e3e3e3; background-color: #efefef; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; clear: both; } .product-topinfo .amenities { list-style: none; margin: 0; padding: 5px 0; background-color: #fff; display: inline-block; border-right: 1px solid #E4E4E4; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; } .product-topinfo .amenities li { display: inline-block; height: 30px; border-right: 1px solid #E4E4E4; margin: 0; padding: 5px 18px 0 18px; } .product-topinfo .amenities li:last-child { border-right: none; } .product-topinfo .amenities li .fa { color: #777777; font-size: 18px; } .product-topinfo .property-id { float: right; line-height: 45px; margin-right: 20px; } .product-topinfo:after, .product-topinfo:before { content: " "; display: table; } .product-topinfo:after { clear: both; } /* # Product Item Slide */ .product-item-slide { position: relative; } .product-item-slide .decor-label { height: auto; right: -7px; padding: 10px 20px 5px 10px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.4); } .product-item-slide .decor-label span{ display: block; font-size: 16pt; font-weight: 700; margin-top: 0px; line-height: 1.4; } .product-item-slide .decor-label:before { border-width: 30px; margin-top: -30px; } .product-item-slide #item-thumbs .owl-stage-outer { background: #efefef; border: 1px solid #eee; margin: 10px 0; } .product-item-slide #item-thumbs .item img { width: 100%; height: auto; } .product-item-slide #item-thumbs .item{ background: #C9C9C9; padding: 0; margin: 5px; color: #FFF; text-align: center; cursor: pointer; } .product-item-slide #item-thumbs.item{ font-size: 18px; } .product-item-slide #item-thumbs .item-active .item img{ } .product-item-slide #item-thumbs .item-active .item{ background: #51a3e9; } .product-item-slide #item-thumbs .owl-item:hover{ opacity: 0.8; } .product-item-slide #item-thumbs .owl-item{ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .product-item-slide .owl-theme .owl-nav { top: 45%; } .product-item-slide .owl-theme .owl-nav div { padding: 0px 30px; margin: 5px; } .product-item-slide .owl-nav .owl-prev { left: 10px; } .product-item-slide .owl-nav .owl-next { right: 60px; } .product-item-slide .owl-nav .owl-button-icons { margin: auto; background-image: url(../images/default-black.png); background-repeat: no-repeat; position: absolute; background-color: rgba(255, 255, 255, 0.58); } /*FINISH*/ /* # Price Tabs */ .pricingTables { } .priceTableBox .priceTab-section .priceTab-overlay { background: rgba(0, 0, 0, 0.41); position: relative; width: 100%; height: 100%; margin: 0; top: 0px; display: table; } .priceTableBox.ct-basic .priceTab-section .priceTab-overlay { background: rgba(0, 112, 255, 0.38); } .priceTableBox.ct-silver .priceTab-section .priceTab-overlay { background: rgba(97, 32, 32, 0.38); } .priceTableBox.ct-gold .priceTab-section .priceTab-overlay { background: rgba(220, 121, 15, 0.71); } .priceTableBox { width: 100%; margin: 0 10px; margin-left: 0; border-radius: 3px; border: 1px solid #e2e2e2; } .priceTable-group { margin-bottom: 20px; position: relative; } .priceTableBox .priceTab-section { position: relative; border: 3px solid #fff; border-radius: 4px 4px 0 0; text-align: center; } .priceTableBox .priceTab-section .tab-title{ color: #fff; text-align: center; } .priceTableBox .priceTab-section .tab-title span { font-size: 24px; color: #fff; } .priceTableBox .priceTab-section .tab-title .flat-text{ font-weight: 300; } .priceTableBox .priceTab-section .tab-price{ color: #fff; text-align: center; display: inline-block; margin-bottom: 15px; } .priceTableBox .priceTab-section .tab-price span{ text-align: center; } .priceTableBox .priceTab-section .tab-price .ct-currency { display: table-cell; vertical-align: top; } .priceTableBox .priceTab-section .tab-price .ct-value { font-size: 55px; font-weight: 500; display: table-cell; vertical-align: middle; } .priceTableBox .priceTab-section .tab-price .ct-duration { display: table-cell; vertical-align: bottom; } .priceTableBox .priceTab-section .tab-price .ct-currency, .priceTableBox .priceTab-section .tab-price .ct-duration { font-size: 17px; opacity: 0.9; } .priceTableBox .priceTab-section .tab-featured{ position: absolute; font-size: 12px; font-weight: 500; text-transform: uppercase; background: rgba(0, 0, 0, 0.47); color: #ffffff; border-top-right-radius: 8px; padding: 6px 15px; line-height: 1; bottom: 0; left: 0; z-index: 10; } .priceTableBox .priceContent-section { position: relative; text-align: center; border: 3px solid #fff; border-radius: 4px 4px 0 0; } .priceTableBox .priceContent-section ul{ list-style: none; padding: 0; } .priceTableBox .priceContent-section ul li:nth-child(odd) { background: #ffffff; } .priceTableBox .priceContent-section ul li:nth-child(even) { background: #efefef; } .priceTableBox .priceContent-section ul li{ text-align: center; color: #353535; padding: 10px; font-weight: 600; font-family: 'Porpple', sans-serif; } .priceTableBox .priceContent-section li span{ font-weight: 500; color: #777777; } .priceTableBox .priceContent-section .btn { margin-bottom: 10px; } /* # Responsive Tabs */ /*----- Tabs -----*/ .tabs { width:100%; display:inline-block; } /*----- Tab Links -----*/ /* Clearfix */ .tab-links:after { display:block; clear:both; content:''; } .tab-links { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 0; padding: 0; } .tab-links li { margin:0px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; margin-right: 4px; display: inline-block; border-radius: 3px 3px 0px 0px; color: #6f6f6f; background: #efefef; border-top: 3px solid transparent; border-bottom: 1px solid transparent; border-left: 1px solid #efefef; border-right: 1px solid #efefef; margin-bottom: 1px; float:none; text-align: center; list-style:none; } .tab-links li:last-child { margin-right: 0px; } .tab-links li.active:last-child, .tab-links li.active:hover:last-child{ margin-right: 0px; } .tab-links a { color: #6f6f6f; text-align: center; font-size: 16px; padding: 12px; display: block; font-weight: 600; text-decoration: none; transition:all linear 0.15s; } .tab-links a:hover { color: #51a3e9; text-decoration:none; } .tab-links li.active a, .tab-links li.active a:hover { color: #2e363d; } .tab-links li.active, .tab-links li.active:hover { background-color: #fff; border-top: 3px solid #51a3e9; border-bottom: 0px solid #fff; border-left: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; margin-bottom: -1px; margin-right: 4px; } /*----- Content of Tabs -----*/ .tab-content { } .tab { display:none; padding: 15px; border-radius: 3px; background: #fff; border-left: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; border-bottom: 3px solid #e7e7e7; border-bottom: 3px solid #e7e7e7; border-top: 1px solid #e7e7e7; } .tab.active { display:block; padding: 15px; border-radius: 3px; background: #fff; border-left: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; border-bottom: 3px solid #e7e7e7; border-top: 1px solid #e7e7e7; } .tab-links li i, .tab-links li span { margin: 0; padding: 0; line-height: 1; } .tab-links li i { font-size: 18px; margin-right: 7px; } .tab-links span { display: none; font-size: 18px; } @media all and (min-width: 720px) { .tab-links i { /*margin-right: 7px;*/ font-size: 22px; } .tab-links span { display: inline-block; } } /* Tables Style 1*/ .pasta-table { width: 100%; border-collapse: collapse; border-spacing: 0; border-color: #dadada; } .pasta-table th, .pasta-table td{ font-size:14px; padding:10px 5px; border-style:solid; border-width:0px; overflow:hidden; word-break:normal; border-color:#dadada; color:#6f6f6f; border-top-width:1px; border-bottom-width:1px; text-align:center } .pasta-table th { background-color:#efefef; font-weight:bold; } .pasta-table td { background-color:#fff; } .pasta-table td { } /* Tables Style 2*/ .pasta-table2 { width: 100%; border-collapse: collapse; border-spacing: 0; border-color: #dadada; } .pasta-table2 th, .pasta-table2 td{ font-size:14px; padding:10px 5px; border-style:solid; border-width:0px; overflow:hidden; word-break:normal; border-color:#dadada; color:#6f6f6f; border-top-width:1px; border-bottom-width:1px; text-align:center } .pasta-table2 th { background-color:#efefef; font-weight:bold; } .pasta-table2 td { background-color: #efefef; border-color: transparent; } .pasta-table2 tr:nth-child(2n) td { background-color:#fff; } /** icon Boxes **/ .iconBox { cursor: pointer; } .iconBox a { text-decoration: none; } .iconBox .iconBox-icon { text-align: center; width: 95px; height: 95px; background: transparent; border-radius: 50%; position: relative; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .iconBox .iconBox-icon:before { height: 115px; width: 115px; border: 2px solid #51a3e9; border-radius: 50%; position: absolute; content: ""; top: -10px; left: -10px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .iconBox:hover .iconBox-icon { background-color: #51a3e9; } .iconBox .iconBox-description { } .iconBox .iconBox-title { display: block; text-align: center; color: #353535; font-size: 23px; line-height: 30px; font-weight: 500; text-transform: uppercase; font-family: 'Poppins', sans-serif; } .iconBox .iconBox-text { font-size: 16px; line-height: 25px; display: block; text-align: center; } .iconBox .iconBox-icon .glyph-icon:before { font-size: 65px; margin-left: 0px; color: #51a3e9; } .iconBox:hover .iconBox-icon .glyph-icon:before { color: #fff; } .iconBox .iconBox-icon .fa { font-size: 60px; margin-top: 20px; color: #51a3e9; } .iconBox:hover .iconBox-icon .fa { color: #fff; } /*Property map*/ .map-property { position: relative; margin: 0 5px; padding: 10px 0; max-width: 270px; opacity: 0; filter: alpha(opacity=0); } .map-property .item-box a { text-decoration: none; color: #7a7a7a; } .map-property .item-box { width: auto; height: auto; margin: 0 10px; margin-left: 10px; border-radius: 4px; -webkit-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); -moz-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); } .map-property .main-content { position: relative; border: 3px solid #fff; border-radius: 4px 4px 0 0; } .map-property .image-box { overflow: hidden; border-radius: 2px; position: relative; } .map-property .image-box i { display: none; top: 50%; left: 50%; color: #fff; position: absolute; font-size: 20px; line-height: 10px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; margin-left: -5px; margin-top: -5px; } .map-property .main-info { padding: 10px; background-color: #fff; } .map-property .main-info-overlay { background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.9)), color-stop(100%, transparent)); background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1) 110px); background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1) 110px); background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1) 110px); background: linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1) 110px); height: 100%; top: 0px; left: 0px; position: absolute; width: 100%; } .map-property .property-bottom-info { padding: 5px 20px; background-color: #51a3e9; border-bottom: 3px solid #2169a6; border-radius: 0 0 4px 4px; text-align: right; } .map-property .property-bottom-info .icons { float: left; display: inline-block; } .map-property .property-bottom-info .icons span, .map-property .property-bottom-info .text span { font-size: 16px; font-weight: 600; font-family: 'Poppins semi-bold', sans-serif; color: #fff; margin-right: 7px; } .map-property .property-bottom-info .text { display: inline-block; } .map-property .main-info .property-address { font-size: 16px; } .map-property .main-info-overlay .property-tilte { position: absolute; left: 0; bottom: 0; padding: 10px 15px; } .map-property .main-info-overlay .property-tilte { line-height: 22px; font-size: 17px; font-weight: 600; color: #fff; } .map-property .line-decor { display: block; text-align: center; margin: 5px 0px 0px; width: 100%; } .map-property hr { margin-top: 15px; margin-bottom: 10px; border-color: #e2e2e2; } .map-property .line-decor:before { content: ""; position: absolute; border-bottom: 1px solid; width: 40px; margin-top: 8px; left: 30%; } .map-property .line-decor:after{ position: absolute; content: ""; border-bottom: 1px solid; width: 40px; margin-top: 8px; right: 30%; } .map-property .line-decor { color: #bebebe; border-color: #bebebe; } .map-property .bottom-arrow { position: absolute; width: 92%; height: 0; left: 0; margin: 7px 10px; bottom: 0; border-radius: 0 0 3px 3px; z-index: 100; } .map-property .bottom-arrow:before { content: ""; width: 0; height: 0; position: relative; top: 3px; left: 50%; margin-left: -4px; border-style: solid; border-width: 6px 7px 0 7px; border-color: #2169a6 transparent transparent transparent; z-index: 100; } .gm-style-iw .map-property { width: 265px !important; } .gm-style-iw { width: 270px !important; left: 13px !important; } .mapSlideDown{ opacity: 1; filter: alpha(opacity=1); animation-name: mapSlideDown; -webkit-animation-name: mapSlideDown; animation-duration: 0.5s; -webkit-animation-duration: 0.5s; animation-timing-function: ease; -webkit-animation-timing-function: ease; visibility: visible !important; } @keyframes mapSlideDown { 0% { opacity: 0; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @-webkit-keyframes mapSlideDown { 0% { opacity: 0; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } .gm-style-iw div > div{ overflow: hidden !important; } /* #Header ================================================== */ #header { width: 100%; position: relative; z-index: 100; } #header:after { content: " "; position: absolute; bottom: -6px; left: 0; width: 100%; height: 6px; background-color: transparent; z-index: 10; } #top-bar { width: 100%; min-height: 30px; font-size: 13px; line-height: 30px; background-color: #F0F2F5; position: relative; z-index: 1020; } #top-bar a { color: #777777; } #top-bar a:hover, #top-bar a:focus { color: #51A3E9; text-decoration: none; } #top-info, #top-buttons{ display: inline-block; list-style: none; margin: 0; padding: 0; } #top-info li, #top-buttons li { color:#777777; } #top-info li, #top-buttons li { display: inline-block; margin-left: 20px; } #top-info .fa { margin-right: 5px; } #top-buttons { float: right; } #top-buttons .divider { position: relative; border-left: 1px solid #74777c; width: 1px; height: 22px; overflow: hidden; margin-bottom: -6px; } #top-social a::after { content: ""; background: transparent; width: 26px; height: 26px; position: absolute; margin: 8px -18px; border: 2px solid; border-radius: 50%; } .header-default .navbar-header { float: none; } .header-default .header-search input { border: 1px solid rgba(0, 0, 0, 0.13); margin-bottom: 0; } .header-default .header-search input, .header-default .header-search textarea, .header-default .header-search select { padding: 8px 16px; } .header-left { float: left; text-align: left; margin: 11.5px auto; } .header-right { float: right; text-align: right; margin: 20px auto; padding-right: 0px; } .header-search { display: inline-block; padding: 0; vertical-align: middle; } .call-center { display: inline-block; width: auto; margin: 0 10px; padding: 0; vertical-align: middle; text-align: left; font-size: 13px; } .call-center div { display: inline-block; margin: 0 10px; } .call-center i { color: #51a3e9; } .call-center span { display: block; font-size: 16px; color: #535353; font-weight: 600; } .navbar-header .btn { margin-left: 5px; } .header-default .special-actions { padding: 0; margin-left: 20px; float: right; } .header-default .special-actions .btn-primary { padding: 5px 10px 4px; line-height: 20px; letter-spacing: 0.4px; font-size: 14px; border-radius: 0; background-color: #247dca; border-color: #247dca; } .header-default .special-actions .btn-primary:hover{ background-color: #1f76c1; border-color: #1f76c1; } .header-default .special-actions .fa { height: auto; width: 29px; height: 29px; padding-top: 5px; border-radius: 50%; margin-left: -24px; margin-right: 6px; background-color: #247dca; border: 3px solid #51a3e9; } .header-default .special-actions .btn-primary:hover .fa { background-color: #1f76c1; border-color: #51a3e9; } .header-default .special-actions .btn-primary, .header-default .special-actions .fa { -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .nav-mobile-btn, .search-mobile-btn { display: none; } .header-default .logo img { height: 55px; width: auto; } #nav-section .mob-logo img { display: none; } #nav-section { min-height: 40px; padding: 0; background-color: #ffffff; width: 100%; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } #nav-section.stuck { position: fixed; top: 0; left: 0; } #nav-section.stuck:after { content: " "; position: absolute; bottom: -3px; left: 0; width: 100%; height: 3px; background-color: transparent; z-index: 10; } #nav-section.navshrink { min-height: 0px; background-color: #ffffff; } #nav-section.navshrink .nav-logo img { height: 45px; } .header-default #nav-section.navshrink .navbar-nav > li > a { line-height: 20px; } #nav-section.navshrink .sb-search { margin-top: 15px; } .navbar-btn { display: none; } .header-background-box .header-background { width: 100%; height: 100vh; z-index: 0; } .header-background-box .header-background { display: table; position: relative; vertical-align: middle; text-align: center; background-color: #111; } .half .header-background { height: auto; } .half .center-section { padding: 50px 0 80px; } .header-background .center-section { width: 100%; position: relative; text-align: center; } .header-background-box .section-title, .header-background-box .section-subtitle { color:#ffffff; } .header-background-box .section-title-border { color: #ffffff; padding-bottom: 0px; } .webkit-and-moz-overlay-background { background: rgba(50, 29, 29, 0.26); position: relative; width: 100%; height: 100%; top: 0px; vertical-align: middle; display: table-cell; } .site-map { background-color: #1b1b1b; overflow: hidden; line-height: 10px; position: relative; width: 100%; margin-top: -30px; } .site-map .container { text-align: left; } .site-map a { text-decoration: none; text-transform: uppercase; display: inline-block; color: #959595; font-size: 12px; line-height: 18px; position: relative; margin-right: 20px; padding: 6px 25px 6px 0; overflow: hidden; } .site-map a:hover { color:#51a3e9; } .site-map a:after { content: ""; height: 30px; width: 30px; border-top: 1px dashed #5b5b5b; border-right: 1px dashed #5b5b5b; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); display: block; position: absolute; right: 6px; top: 0; border-radius: 2px; } .site-map a:before { content: ""; background: #5b5b5b; height: 6px; width: 6px; display: block; position: absolute; right: 0px; top: 12px; border-radius: 5px; } /* #Navigation ================================================== */ .nav-background { background: #51a3e9; webkit-box-shadow: 0 1px 3px 0 rgba(4, 4, 4, 0.32); -moz-box-shadow: 0 1px 3px 0 rgba(4, 4, 4, 0.32); box-shadow: 0 1px 3px 0 rgba(4, 4, 4, 0.72); } .navbar { float: right; margin: 0px 30px 0 0; min-height: 0; border: none; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 400; } .navbar-nav > li > a { padding: 10px 10px; display: block; color: #fff; line-height: 20px; text-transform: uppercase; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > li > a:hover, .nav > li > a:focus, .navbar-nav > li > a.active { background-color: rgba(0, 0, 0, 0.07); color: #ffffff; } .onepage .navbar-nav > li > a.active { background-color: transparent; color: #ffffff; } .onepage .navbar-nav > .current > a, .onepage .navbar-nav > .current > a.active { background-color: rgba(0, 0, 0, 0.07); color: #ffffff; } .navbar-nav > li.dropdown > a i { margin-left: 5px; font-size: 15px; } .navbar-nav .dropdown-submenu:hover > a i { margin-left: 5px; font-size: 15px; } .navbar-nav > li.dropdown > a .caret { border-right: 3px solid rgba(0, 0, 0, 0); border-top: 3px solid; margin-left: 10px; } .navshrink .navbar-nav .dropdown-menu { background-color: #1b1b1b; } .navbar-nav .dropdown-menu { background-color: rgba(2, 2, 2, 0.8); text-align: center; padding: 0; border: none; display: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); } .navbar-nav .open > .dropdown-menu, .navbar-nav .dropdown-menu:hover { display: block; border-top: 5px solid transparent; } .navbar-nav .dropdown-menu > li:last-child > a { border-bottom: 4px solid #247dca; } .navbar-nav .dropdown-menu > li > a { display: block; line-height: 40px; padding: 0 25px 0 25px; border-bottom: 1px solid rgba(255, 255, 255, 0.29); color: #fff; background-color: #51a3e9; font-family: 'Poppins', sans-serif; font-weight: 300; text-transform: initial; text-align: left; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; } .navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus, .navbar-nav .dropdown-menu > li > a.active { background-color: #247dca; color: #fff; } .navbar-nav .dropdown-submenu { position: relative; } .navbar-nav .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: 0px; margin-left: -1px; max-height: 0; overflow: hidden; } .navbar-nav .dropdown-submenu:hover > .dropdown-menu { max-height: 500px; overflow: visible; border-left: 1px solid rgba(0, 0, 0, 0.08) !important; display: block } .navbar-nav .dropdown-submenu:hover > .dropdown-menu:hover { border-top: 0px solid transparent; } .navbar-nav .dropdown-submenu > a:after { content: "\f105"; margin-left: 5px; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .navbar-nav .dropdown-submenu:hover > a:after { border-left-color: #51a3e9; } .navbar-nav .dropdown-submenu .pull-left { float: none; } .navbar-nav .dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; } #home-advanced-search .container { overflow: visible; } /* #Home ============================================= */ /**** Property Expert ****/ .property-expert { padding: 0; margin: 10px 0 0; overflow: visible; background: #fbfbfb; border-bottom: 1px solid; border-color: #eeeeee; } .property-expert .item { position: relative; } .property-expert .item-box { padding: 30px 0px 30px; margin: 0; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; } .property-expert .item-box > [class*='col-'] { border-right: 1px solid; border-color: #e7e7e7; padding: 0px 30px; } .property-expert .item-box > [class*='col-']:last-child { border: none; } .property-expert .image { bottom: -30px; margin-left: 50px; position: absolute; } .property-expert .image img { width: 240px; margin: 20px 20px 0; text-align: center; } .property-expert span { font-size: 16px; color: #7a7a7a; line-height: 25px; margin-bottom: 10px; display: block; font-family: 'Poppins', sans-serif; } .property-expert .section-title-border { padding: 40px 0 0; } .property-expert p { font-size: 14px; } .property-expert hr { border-color: #e7e7e7; } .property-expert .title { color: #353535; font-weight: 600; } .property-expert .socials-box { margin: 0 0 20px; width: 100%; } .search-box { margin: 20px 0 0; display: block } .search-box .search-form { width: auto; } .search-box .search-form input { border: 1px solid rgba(0, 0, 0, 0.13); margin-bottom: 10px; } /**** Main icon box ****/ /*.main-iconBox .main{ padding-top: 30px; padding-bottom: 20px; display: inline-block; }*/ /**** Featured Property ****/ .featured-property .container { padding-right: 30px; padding-left: 30px; } .featured-property .parallax-box { height: 100%; border: 1px solid rgba(0, 0, 0, 0.16); /* background-attachment: scroll!important; */ display: flex; overflow: visible; } .featured-property .parallax-box .mediaSection-box { padding: 0; } .featured-property-title { margin-left: 50px; } .owl-featured { padding: 40px 20px; } .featured-property.ct-background-color .owl-featured { padding: 40px 0px; } .owl-featured .owl-dots { margin-top: 20px; } /*.featured-property .owl-top-nav { padding: 40px 0; }*/ .featured-property .item { position: relative; margin: 0 5px; } .featured-property .item-box a { text-decoration: none; color: #7a7a7a; } .featured-property .item-box { width: auto; margin: 0 10px; margin-left: 10px; border-radius: 4px; -webkit-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); -moz-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); } .featured-property .main-content { position: relative; border: 3px solid #fff; border-radius: 4px 4px 0 0; } .featured-property .image-box { overflow: hidden; border-radius: 2px; position: relative; } .featured-property .main-info { padding: 20px 10px 15px; background-color: #fff; } .featured-property .property-bottom-info { padding: 5px 20px; background-color: #51a3e9; border-bottom: 3px solid #2169a6; border-radius: 0 0 4px 4px; text-align: right; } .featured-property .property-bottom-info .icons { float: left; display: inline-block; } .featured-property .property-bottom-info .icons span, .featured-property .property-bottom-info .text span { font-size: 16px; font-weight: 600; font-family: 'Poppins semi-bold', sans-serif; color: #fff; margin-right: 7px; } .featured-property .property-bottom-info .text { display: inline-block; } .featured-property .main-info .property-tilte { line-height: 20px; font-size: 18px; font-weight: 600; text-align: left; padding: 0px 10px; color: #353535; } .featured-property .main-info .property-price { line-height: 18px; font-size: 20px; font-weight: 600; font-family: 'Poppins semi-bold', sans-serif; text-align: left; color: #9cce3d; margin: 10px 0; padding: 0px 10px; } .featured-property .main-info .property-price .old-price { text-decoration: line-through; color: #9b1616; } .featured-property .line-decor { display: block; text-align: center; margin: 5px 0px 0px; width: 100%; } .featured-property hr { margin-top: 15px; margin-bottom: 10px; border-color: #e2e2e2; } .featured-property .line-decor:before { content: ""; position: absolute; border-bottom: 1px solid; width: 40px; margin-top: 8px; left: 30%; } .featured-property .line-decor:after{ position: absolute; content: ""; border-bottom: 1px solid; width: 40px; margin-top: 8px; right: 30%; } .featured-property .line-decor { color: #bebebe; border-color: #bebebe; } .featured-property .item-box .main-info .property-category { width: 92%; text-align: center; position: absolute; display: block; bottom: -3px; } .featured-property .item-box .main-info .property-category { opacity: 0; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s; } .featured-property .item-box:hover .main-info .property-category { opacity:1; } .featured-property .item-box .main-info .property-category .title { font-size: 12px; font-weight: 500; color: #fff; line-height: 17px; padding: 5px 25px 2px; text-transform: uppercase; width: 83%; text-align: center; display: inline-block; bottom: 0px; position: relative; z-index: 10; } .featured-property .item-box .main-info .property-category .title { background: #2169a6; } .featured-property .item-box .main-info .property-category .title { border-top-left-radius: 5px; border-top-right-radius: 5px; } .featured-property .item-box .main-info .property-category .decor { padding: 0; position: absolute; width: 83%; height: 22px; background: transparent; bottom: 0px; text-align: center; z-index: 0; } .featured-property .item-box .main-info .property-category .decor:before { content: ""; float: left; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 0px 22px 10px; border-bottom-color: #2169a6; position: relative; bottom: 0px; margin-top: 0; margin-left: -9px; } .featured-property .item-box .main-info .property-category .decor:after { content: ""; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 10px 22px 0px; border-bottom-color: #2169a6; position: relative; bottom: 0px; right: 0; margin-top: 0; margin-right: -9px; } .featured-property .main-info .property-desc { font-size: 14px; margin-bottom: 10px; text-align: left; padding: 0px 10px; } .decor-label:before { content: ""; position: absolute; width: 0; height: 0; border-style: solid; border-width: 16px; margin-top: -16px; top: 50%; bottom: 0px; right: 100%; } .let-agreed:before { border-color: transparent #9cce3d transparent transparent; } .to-let:before { border-color: transparent #51a3e9 transparent transparent; } .for-sale:before { border-color: transparent #e44343 transparent transparent; } .decor-label { box-shadow: 2px 1px 6px -2px #000; position: absolute; font-size: 14px; font-family: 'Poppins', sans-serif; font-weight: 500; text-transform: uppercase; color: #ffffff; padding: 8px 10px 8px 7px; line-height: 16px; height: auto; width: auto; top: 15px; right: 3px; z-index: 10; -webkit-text-resize: 100%; -ms-text-resize: 100%; -webkit-text-size-adjust: 100%; /*-moz-hyphens:none; -ms-hyphens:none; -webkit-hyphens: none; hyphens:none; word-break: keep-all; word-wrap: break-word; word-break: break-all;*/ } .decor-label:after { content: ""; position: absolute; width: 0; height: 0; border-style: solid; border-width: 0 0 7px 7px; bottom: -7px; right: 0; } .to-let:after { border-color: transparent transparent transparent #2169a6; } .to-let { background-color: #51a3e9; } .let-agreed:after { border-color: transparent transparent transparent #5d8c05; } .let-agreed { background-color: #9cce3d; } .for-sale:after { border-color: transparent transparent transparent #9b1616; } .for-sale { background-color: #e44343; } /***** Testimonials ******/ .testimonials { height: 100%; /* background-attachment: scroll!important; */ display: flex; } .testimonials .mediaSection-box { padding: 10px 0; } .testimonials { background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.57) 0%,rgba(0, 0, 0, 0.87) 100%), url(..images/content/testimonials-parallax.jpg); background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.57) 0%,rgba(0, 0, 0, 0.87) 100%), url(../images/content/testimonials-parallax.jpg); background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.57) 0%,rgba(0, 0, 0, 0.87) 100%), url(../images/content/testimonials-parallax.jpg); } .testimonials .thumb-section { display: inline-block; } .testimonials .desc { width: 100%; text-align: center; margin-left: auto; margin-right: auto; } .testimonials .thumb-section img { max-width: 120px; padding: 5px; border: 3px solid #e7e7e7; border-radius: 50%; -ms-border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; } .testimonials .thumb-section .name { font-size: 30px; color: #51a3e9; position: relative; padding: 10px 0 0 0; font-family: 'Cabin', sans-serif; font-weight: 300; text-transform: none; } .testimonials .thumb-section .town { font-size: 18px; font-weight: 400; color: #fff; position: relative; padding: 0 0 10px 0; } .testimonials .desc p { font-size: 27px; font-weight: 300; line-height: 40px; color: #fff; padding: 0 50px; } .testimonials .desc p .fa-quote-left { margin-top: -20px; left: 10px; position: absolute; } .testimonials .desc p .fa-quote-right { margin-top: 20px; right: 20px; position: absolute; } .testimonials .owl-nav { margin-top: 10px; text-align: center; position: relative; } /***** Testimonials version two ******/ .testimonials-two { height: 100%; background: #fbfbfb; border-top: 1px solid #eeeeee; } .testimonials-two .item-bg-box { text-align: center; } .testimonials-two .thumb-section { display: inline-block; margin: 10px 0; } .testimonials-two .desc { width: 100%; text-align: center; margin-left: auto; margin-right: auto; } .testimonials-two .thumb-section img { max-width: 120px; padding: 5px; border: 3px solid #e7e7e7; border-radius: 50%; -ms-border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; } .testimonials-two .thumb-section .name { font-size: 20px; color: #22282d; position: relative; margin: 10px 0 0; padding: 10px 0 0; font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: none; } .testimonials-two .thumb-section .town { font-size: 16px; font-weight: 400; color: #7a7a7a; position: relative; padding: 0 0 10px 0; } .testimonials-two .desc p { font-size: 14px; font-weight: 400; line-height: 25px; color: #7a7a7a; padding: 0 50px; } .testimonials-two .desc p .fa-quote-left { margin-top: -20px; left: 10px; position: absolute; } .testimonials-two .desc p .fa-quote-right { margin-top: 20px; right: 20px; position: absolute; } .testimonials-two .thumb-section .town, .testimonials-two .desc p { font-family: 'Poppins', sans-serif; } .testimonials-two .owl-nav { margin-top: 10px; text-align: center; position: relative; } .testimonials-two .embed-container { margin: 40px 0 40px; } .testimonials-two .owl-testimonials { margin: 20px 0; } .testimonials-two .other-info { position: relative; display: inline-block; width: 100%; } .testimonials-two .other-info .info-title { font-size: 15px; font-weight: 400; text-transform: none; color: #7a7a7a; margin-bottom: 15px; } /***** Special Properties ******/ .specialBox-section { padding: 30px 0; } .sectionBox-color { background: -moz-radial-gradient(center, ellipse cover, rgb(125, 195, 255) 0%,rgb(31, 99, 158) 100%); background: -webkit-radial-gradient(center, ellipse cover, rgb(125, 195, 255) 0%,rgb(31, 99, 158) 100%); background: radial-gradient(ellipse at center, rgb(125, 195, 255) 0%,rgb(31, 99, 158) 100%); } .sectionBox-image { background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%,rgba(0, 0, 0, 0.6) 100%), url(..images/content/reservation-parallax.jpg); background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%,rgba(0, 0, 0, 0.6) 100%), url(../images/content/reservation-parallax.jpg); background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%,rgba(0, 0, 0, 0.6) 100%), url(../images/content/reservation-parallax.jpg); } .special-item-box { position: relative; width: 100%; } .special-item-box .decor-label { right: -7px; } .special-item-box .image-box { position: relative; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .special-item-box .image-box img { border: 2px solid rgba(255, 255, 255, 0.43); border-radius: 3px; } .special-item-box .image-box:hover { -webkit-box-shadow: 0 0 20px 0 rgba(4, 4, 4, 0.32); -moz-box-shadow: 0 0 20px 0 rgba(4, 4, 4, 0.32); box-shadow: 0 0 20px 0 rgba(4, 4, 4, 0.32); } .special-item-box .image-box .mini-info { background: transparent; height: 100%; top: 0px; left: 0px; position: absolute; width: 100%; overflow: hidden; opacity: 0; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear; } .special-item-box .image-box:hover .mini-info { background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.9)), color-stop(100%, transparent)); background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1) 110px); background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1) 110px); background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1) 110px); background: linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1) 110px); overflow:visible; opacity: 1; } .special-item-box { font-family: 'Poppins', sans-serif; } .special-item-box .mini-info .property-price { position: absolute; left: 0; bottom: 15px; margin: 15px 0; padding: 10px 17px 7px; } .special-item-box .mini-info .icons { position: absolute; left: 0; bottom: 0; padding: 4px 12px; } .special-item-box .mini-info .text { position: absolute; right: 0; bottom: 0; text-align: right; padding: 4px 12px; } .special-item-box .mini-info .property-price { line-height: 18px; font-size: 16px; font-weight: 500; color: #fff; } .special-item-box .mini-info .icons span, .special-item-box .mini-info .text span { font-size: 16px; font-weight: 600; font-family: 'Poppins semi-bold', sans-serif; color: #fff; margin: 0 7px; } .special-item-box .main-info { width: 100%; margin: 20px 0 30px; } .special-item-box .main-info .property-tilte { font-size: 21px; font-weight: 400; line-height: 27px; text-transform: uppercase; color: #fff; } .special-item-box .main-info .property-desc { font-size: 14px; line-height: 25px; color: rgba(255, 255, 255, 0.79); margin: 5px 0; } /***** Our Partners ******/ .our-partners { } .owl-ourPartners.owl-center-nav .owl-nav { top:18%; } .owl-ourPartners .owl-dots { margin-top: 30px; } .owl-ourPartners { list-style: none; padding: 0 20px; } .owl-ourPartners li { background: #f4f4f4; border: 1px solid #e2e2e2; padding: 10px; margin: 5px 10px; border-radius: 3px; text-align: center; } .owl-ourPartners li:hover { -webkit-box-shadow: 0 0 7px 0 rgba(4, 4, 4, 0.19); -moz-box-shadow: 0 0 7px 0 rgba(4, 4, 4, 0.19); box-shadow: 0 0 7px 0 rgba(4, 4, 4, 0.19); } .owl-ourPartners li { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } .owl-ourPartners img { max-width: 155px; } /***** Certificates ******/ .sertificates { background-color: #fff; } .newsletter { background-color: #efefef; border-top: 1px solid #e2e2e2; padding: 35px 0; font-family: 'Poppins', sans-serif; position: relative; } .newsletter.decor-bg:before { content: ""; background: url(../images/decoration-patter.png); background-repeat: no-repeat; width: 258px; height: 100%; position: absolute; top: 0; right: 0; margin: 0 30% 0 0; } .newsletter .big-title { float: none; margin: 15px 0px 15px 20px; font-size: 30px; font-weight: 600; color: #353535; display: inline-block; vertical-align: middle; text-transform: none; } .newsletter .small-title { float: none; font-size: 18px; color: #2e363d; margin: 20px 0px 15px 30px; display: inline-block; vertical-align: middle; } .newsletter .nl-box { display: inline-block; width: 320px; margin: 11px 0 0px 30px; float: none; } .newsletter .newsletter-form { vertical-align: middle; } .newsletter .form-group { float: left; margin: 0; width: 100%; } .newsletter button { background-color: #bfbfbf; padding: 6px 15px; margin: 0; color: #2e363d; border-radius: 0; } .newsletter button:hover { background-color: #d5d5d5; } .newsletter .btn { background-color: #51a3e9; border: 1px solid #51a3e9; margin: -3px 10px 0px; padding: 5px 12px; color: #ffffff; font-size: 17px; width: auto; } .newsletter .btn:hover { background-color: #4695d8; border-color: #4695d8; } .newsletter input, .newsletter textarea { background-color: #ffffff; border-radius: 3px; padding: 6px 12px; margin-bottom: 0; color: #2e363d; -webkit-appearance: none; width: auto; height: 40px; display: inline-block; } .newsletter .form-control:focus { -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233); -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233); box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233); } .newsletter .alert-success { margin-top: -20px; } #nl-message { display: block; margin-top: 10px; width: 100%; float: left; } .contact-form .loader, .newsletter .loader{ width: 16px; height: 16px; display: inline-block; position: absolute; margin-top: 15px; margin-left: 8px; background: url('../images/ajax-loader-bg.gif'); } .newsletter .alert-danger { background-color: rgba(255, 214, 214, 0.27); border-color: rgba(255, 126, 126, 0.18); color: #a94442; margin-bottom: 0; font-family: 'Lato', sans-serif; } /* #Blog Post ================================================== */ .blog-content .post-info { margin-bottom: 20px; } .blog-content .articleTop-info { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #eeeeee; } .blog-content .post-title { margin: 0; padding-bottom: 20px; } .blog-content a { text-decoration: none; } .blog-content a .post-title{ color: #353535; } .blog-content a:hover .post-title{ color: #51a3e9; } .blog-content .post-author { font-size: 13px; margin-right: 10px; } .blog-content .post-author a { text-decoration: none; color: #51a3e9; } .blog-content .post-author a:hover { color: #353535; } .blog-content .post-category { font-size: 13px; } .blog-content .post-category a{ text-decoration: none; color: #51a3e9; } .blog-content .post-category a:hover{ color: #2e363d; } .blog-content .post-comment { display: inline-block; font-size: 16px; } .blog-content .right-position { float: right; } .blog-content .left-position { float: left; } .content-share .print-button { float: right; font-size: 15pt; margin: 7px 0; padding-left: 20px; border-left: 1px solid #a9a9a9; color: #6f6f6f; } .content-share .share-title { display: inline-block; margin-right: 20px; } .content-share .right-position .socials-box{ display: inline-block; margin-right: 20px; margin: 0px 0px 10px; } .content-share .left-position .socials-box{ display: inline-block; margin-left: 20px; margin: 0px 0px 10px; } .blog-content p { line-height: 25px; margin-bottom: 25px; } .blog-content .button-section { text-align: left; padding: 5px 0; } .blog-content article { margin-bottom: 60px; } .blog-content article img{ margin-bottom: 30px; } .blog-page .header-background-box .button-section { padding: 5px 0 5px 0; } .header-background-box .btn-o-primary { color: #ffffff; background-color: transparent; border: 2px solid #ffffff; border-radius: 5px; } .header-background-box .btn-o-primary:hover { background-color: #51a3e9; border: 2px solid #51a3e9; color: #ffffff; } .blog-content a .post-title, .blog-content .post-author a, .blog-content .post-category a { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } /***** Special article box section ******/ .articleBox { width: 100%; } .articleBox-body, .articleBox-body a { font-family: 'Poppins', sans-serif; } .articleBox-body { width: 100%; display: table; border-top: 1px solid #eeeeee; } .blog-content .main .articleBox-body:first-child { border-top: none; } .articleBox-vidgets { float: left; width: auto; display: table; margin: 20px 10px 0; padding: 20px 0 0; } .articleBox-vidgets .calendar-day { vertical-align: middle; color: #fff; text-align: center; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; overflow: hidden; height: 100px; width: 100px; } .calendar-day .day { font-size: 30px; line-height: 25px; font-weight: 600; background-color: #51a3e9; padding: 20px 20px 10px; } .calendar-day .month { font-size: 20px; line-height: 18px; font-weight: 400; background-color: #2e363d; padding: 15px 0 20px; } .articleBox-vidgets .comments { vertical-align: middle; text-align: center; } .articleBox-vidgets .comments { font-size: 20px; line-height: 25px; margin: 20px 0; padding: 10px; border-top: 1px solid #e2e2e2; } .articleBox-media { width: 40%; float: left; vertical-align: middle; line-height: 1; display: table-cell; margin: 20px 0px; } .articleBox-media img { border: 1px solid #e2e2e2; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .articleBox-info { width: 56%; float: left; margin: 20px 0px 10px 20px; padding: 20px 0 0; } .articleBox-info .articleBox-titles { width: 100%; line-height: 1; vertical-align: middle; display: table-cell; margin-bottom: 5px; } .articleBox-info .articleBox-titles a { display: block; font-size: 18px; line-height: 21px; text-transform: uppercase; font-weight: 500; margin-bottom: 7px; } .articleBox-info .articleTop-info { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #eeeeee; } .articleTop-info span { font-size: 13px; line-height: 15px; color: #a9a9a9; margin-right: 14px; display: inline-block; } .articleBox-info .articleBox-description { margin: 0 0 10px; color: #7a7a7a; line-height: 25px; } .articleBox-info .articleBox-description a { color: #51a3e9; } .articleBox-info .articleBox-description a:hover { color: #7a7a7a; } /* #Key Featured list ================================================== */ .bd-ratings { display: inline-block; text-align: right; margin-left: 20px; margin-right: 20px; } .bd-ratings .star-box li{ padding: 5px 0px; margin: 0 5px; cursor: pointer; } .bd-ratings .star-box .fa { font-size: 20px; color:#b2b2b2; } .bd-ratings .star-box .active { color:#51a3e9; } .bd-com-icon { float: right; padding: 5px; margin: 15px 12px 15px 0px; font-size: 16px; } .bd-com-icon .fa { color: #b2b2b2; } .key-featured-list { margin: 0; padding: 0px 20px 0px 0px; list-style: none; } .key-featured-list li { margin-bottom: 15px; display: -webkit-flex; display: flex; font-size: 14px; line-height: 14px; } .key-featured-list li .fa { margin-right: 10px; } .key-featured-list .enabled { color: #51a3e9; } .key-featured-list .disabled { color: #9b1616; } .property-features { list-style: none; padding: 0; } .property-features li{ position: relative; margin: 0 15px 15px 0; padding: 15px 20px 15px 60px; border: 1px solid #e2e2e2; background: #efefef; border-radius: 3px; font-size: 14px; } .property-features:nth-child(even) li { margin: 0 0 15px 15px; } .property-features li i { color: #51a3e9; font-size: 20px; margin-right: 10px; float: left; top: 5px; left: 20px; position: absolute; } .property-features li .glyph-icon:before { font-size: 30px; } /* #Contact ================================================== */ .contact-section { padding: 0; } .contact-section .contact-map { width: 100%; } .contact-section .contact-map, .contact-section .contact-info-right { height: 620px; } .contact-info { display: table-cell; vertical-align: middle; text-align: center; padding: 0 10%; } .contact-info p { } .contact-section p{ display: flex; } .contact-section h3 { /*margin: 10px 0px 20px 0px;*/ padding-left: 15px; padding-right: 15px; } .contact-page .contact-section h3 { padding-left: 0; padding-right: 0; } .contact-section a { text-decoration: none; } .contact-section a { color: #6f6f6f; } .contact-section a:hover { color: #51a3e9; } .contact-section .iconBox .iconBox-title { color: #2e363d; font-size: 23px; line-height: 25px; } .contact-section .iconBox .iconBox-text { font-size: 14px; color: #353535; } .contact-section .iconBox { padding: 35px 15px; border-radius: 5px; margin: 12px 0; box-shadow: 0px 0px 0px 1px #fff; } .contact-section .container > [class*='col-']:nth-child(odd) .iconBox { background: #f5f5f5; border: 1px solid#dedede; } .contact-section .container > [class*='col-']:nth-child(even) .iconBox { background: #f5f5f5; border: 1px solid#dedede; } .contact-section .iconBox .iconBox-icon { width: 65px; height: 65px; } .contact-section .iconBox .iconBox-icon:before { height: 85px; width: 85px; } .contact-section .iconBox .iconBox-icon .glyph-icon:before { font-size: 50px; } .contact-section .iconBox .iconBox-icon .fa { font-size: 45px; margin-top: 10px; } .contact-section .socials-box a { color: #2e363d; } .contact-section .socials-box a:hover { color: #51a3e9; } .contact-section .contact-form .form-group textarea { height: 120px; } .contact-section .socials-box { display: block; margin: 10px 5px 15px; padding: 0; text-align: center; } .contact-section .socials-box li { margin: 5px 8px; } .contact-section .socials-box i { font-size: 23px; } .contact-section #message { position: absolute; width: 100%; max-width: 77%; top: 40px; } .contact-section .alert p { display: block; text-align: center; } .home-page.onepage .contact-section { padding: 0; } /* #Property Location Goofle Map ================================================== */ .googleMap { height: 290px; width: 100%; border: 1px solid #e7e7e7; } .googleMap1 { height: 600px; width: 100%; } /* #Property Sorting Bar ================================================== */ .sorting-bar { margin-top: 60px; margin-bottom: 20px; border-bottom: 1px solid #e4e4e4; } .sorting-bar .form-sort-control { margin-left: 0; padding: 0; display: inline-block; margin: 0; float: left; width: 205px; } .sorting-bar .bootstrap-select > .dropdown-toggle { border-color: #dedede !important; padding: 0; height: 35px; color: #2e363d; font-size: 14px; font-weight: 800; } .sorting-bar .bootstrap-select.btn-group .dropdown-toggle .bs-caret{ border-color: #dedede; color: #2e363d; } .sorting-bar .bootstrap-select.open>.dropdown-toggle .bs-caret { border-left: 1px solid #dedede; } .sorting-bar .bootstrap-select .dropdown-toggle:focus .bs-caret, .sorting-bar .bootstrap-select .dropdown-toggle:active .bs-caret { border-left: 1px solid #dedede; } .sorting-bar .bootstrap-select > .dropdown-toggle { border-color: #dedede !important; padding: 0; height: 35px; color: #6f6f6f; font-size: 14px; font-weight: 600; } .sorting-bar .bootstrap-select .dropdown-toggle:focus { outline: none; outline-offset: -2px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-color: #dedede !important; -webkit-box-shadow: none; box-shadow: none; } .view-mode, .sort { float: right; margin-left: 15px; height: 40px; margin-bottom: 15px; display: inline-block; } .view-mode span, .sort span { display: inline-block; float: left; line-height: 34px; } .view-mode ul, .sort ul { list-style: none; display: inline-block; padding: 0; margin-left: 5px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .view-mode ul li, .sort ul li { float: left; display: inline-block; height: 35px; line-height: 34px; padding: 0; margin: 0; text-align: center; font-size: 19pt; padding: 0 6px; border: 1px solid #e4e4e4; border-radius: 3px; color: #a9a9a9; cursor: pointer; -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out; -ms-transition: background-color 0.2s ease-out; -o-transition: background-color 0.2s ease-out; transition: background-color 0.2s ease-out; } .view-mode ul li:hover, .sort ul li:hover, .view-mode ul li.active, .sort ul li.active { background-color: #51a3e9; color: #fff; border-color: #51a3e9; } .view-mode ul li + li, .sort ul li + li { margin-left: 4px; } /* #Property Grid and Listing ================================================== */ .properties-items { overflow: visible; padding-top: 10px; } .grid-style .item { position: relative; margin-bottom: 25px } .grid-style .item-box a { text-decoration: none; color: #7a7a7a; } .grid-style .item-box { width: 100%; margin: 0 10px; margin-left: 0; border-radius: 4px; -webkit-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); -moz-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); } .grid-style .main-content { position: relative; border: 3px solid #fff; border-radius: 4px 4px 0 0; } .grid-style .image-box, .articleBox-body .articleBox-media { overflow: hidden; border-radius: 2px; position: relative; } .articleBox-body .articleBox-media { border-radius: 0; } .item-box .image-box .overlay-box, .articleBox-body .articleBox-media .overlay-box { position: absolute; height: 100%; width: 100%; top: 0; left: 0; } .item-box .image-box .overlay, .articleBox-body .articleBox-media .overlay { top: 0; left: 0; position: absolute; height: 100%; width: 100%; background: #002a4e; text-align: center; opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .item-box:hover .image-box .overlay, .articleBox-body:hover .articleBox-media .overlay { opacity: 0.7; -webkit-opacity: 0.7; -moz-opacity: 0.7; } .item-box .image-box .overlay-box i, .articleBox-body .articleBox-media .overlay-box i { display: none; top: 50%; left: 50%; color: #fff; position: absolute; font-size: 20px; line-height: 10px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; margin-left: -5px; margin-top: -5px; } .item-box:hover .image-box .overlay-box i, .articleBox-body:hover .articleBox-media .overlay-box i { display: block; } .grid-style .main-info { padding: 20px 10px 15px; background-color: #fff; } .grid-style .property-bottom-info { padding: 5px 20px; background-color: #51a3e9; border-bottom: 3px solid #2169a6; border-radius: 0 0 4px 4px; text-align: right; } .grid-style .property-bottom-info .icons { float: left; display: inline-block; } .grid-style .property-bottom-info .icons span, .grid-style .property-bottom-info .text span { font-size: 16px; font-weight: 600; font-family: 'Poppins semi-bold', sans-serif; color: #fff; margin-right: 7px; } .grid-style .property-bottom-info .text { display: inline-block; } .grid-style .main-info .property-tilte { line-height: 20px; font-size: 18px; font-weight: 600; color: #353535; } .grid-style .item-box:hover .main-info .property-tilte, .list-style .item-box:hover .main-info .property-tilte{ color:#51a3e9; } .main-info .property-price { line-height: 18px; font-size: 20px; font-weight: 600; font-family: 'Poppins semi-bold', sans-serif; color: #9cce3d; margin: 10px 0; } .main-info .property-price .old-price { text-decoration: line-through; color: #9b1616; } .grid-style .line-decor { display: block; text-align: center; margin: 5px 0px 0px; width: 100%; } .grid-style .decor-label { right: 8px; } .grid-style hr { margin-top: 15px; margin-bottom: 10px; border-color: #e2e2e2; } .grid-style .line-decor:before { content: ""; position: absolute; border-bottom: 1px solid; width: 40px; margin-top: 8px; left: 30%; } .grid-style .line-decor:after{ position: absolute; content: ""; border-bottom: 1px solid; width: 40px; margin-top: 8px; right: 30%; } .grid-style .line-decor { color: #bebebe; border-color: #bebebe; } .grid-style .item-box .main-info .property-category { width: 92%; text-align: center; position: absolute; display: inline-block; bottom: -3px; } .grid-style .item-box .main-info .property-category { opacity: 0; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s; } .grid-style .item-box:hover .main-info .property-category { opacity:1; } .grid-style .item-box .main-info .property-category .title { font-size: 12px; font-weight: 500; color: #fff; line-height: 17px; padding: 5px 25px 2px; text-transform: uppercase; width: 83%; text-align: center; display: inline-block; bottom: 0px; position: relative; z-index: 10; } .nav-ios .grid-style .item-box .main-info .property-category .title, .nav-ios .featured-property .item-box .main-info .property-category .title { /*bottom: 0;*/ } .grid-style .item-box .main-info .property-category .title { background: #2169a6; } .grid-style .item-box .main-info .property-category .title { border-top-left-radius: 5px; border-top-right-radius: 5px; } .grid-style .item-box .main-info .property-category .decor { padding: 0; position: absolute; width: 83%; height: 22px; background: transparent; bottom: 0px; text-align: center; z-index: 0; } .grid-style .item-box .main-info .property-category .decor:before { content: ""; float: left; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 0px 22px 10px; border-bottom-color: #2169a6; position: relative; bottom: 0px; margin-top: 0; margin-left: -9px; } .grid-style .item-box .main-info .property-category .decor:after { content: ""; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 10px 22px 0px; border-bottom-color: #2169a6; position: relative; bottom: 0px; right: 0; margin-top: 0; margin-right: -9px; } .grid-style .main-info .property-desc { font-size: 14px; margin-bottom: 10px; } /*List style*/ .list-style .item { width: 100%; float: left; position: relative; margin-bottom: 25px } .list-style .item-box a { text-decoration: none; color: #7a7a7a; } .list-style .item-box { width: 100%; margin: 0 10px; margin-left: 0; border-radius: 4px; display: table-cell; -webkit-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); -moz-box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); box-shadow: 0 0 3px 0 rgba(4, 4, 4, 0.3); } .list-style .main-content { position: relative; border: 3px solid #fff; border-radius: 4px; display: flex; } .list-style .image-box { overflow: hidden; border-radius: 2px; position: relative; width: 35%; float: left; } .list-style .main-info { padding: 20px 25px; background-color: #fff; float: left; width: auto; display: table-cell; vertical-align: middle; position: relative; } .list-style .property-bottom-info { padding: 5px 20px; margin-right: 10px; background-color: transparent; border: none; border-radius: 4px; text-align: right; position: absolute; bottom: 10px; right: 0; } .list-style .property-bottom-info .icons { float: left; display: inline-block; } .list-style .property-bottom-info .icons span, .list-style .property-bottom-info .text span { font-size: 16px; font-weight: 600; font-family: 'Poppins semi-bold', sans-serif; color: #777777; margin-right: 7px; } .list-style .property-bottom-info .icons span i, .list-style .property-bottom-info .text span i{ color: #a9a9a9; } .list-style .property-bottom-info .text { display: inline-block; } .list-style .main-info .property-tilte { line-height: 20px; font-size: 18px; font-weight: 600; color: #353535; width: 90%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .list-style .line-decor { display: block; text-align: center; margin: 5px 0px 0px; width: 100%; } .list-style .decor-label { right: 8px; } .list-style hr { margin-top: 15px; margin-bottom: 10px; border-color: #e2e2e2; } .list-style .line-decor:before { content: ""; position: absolute; border-bottom: 1px solid; width: 40px; margin-top: 8px; left: 30%; } .list-style .line-decor:after{ position: absolute; content: ""; border-bottom: 1px solid; width: 40px; margin-top: 8px; right: 30%; } .list-style .line-decor { color: #bebebe; border-color: #bebebe; } .list-style .item-box .main-info .property-category { position: absolute; display: inline-block; bottom: 0px; } .list-style .item-box .main-info .property-category .title { font-size: 14px; font-weight: 700; color: #353535; line-height: 17px; padding: 5px 10px 5px; text-transform: none; width: auto; text-align: left; display: inline-block; position: relative; } .list-style .item-box .main-info .property-category .title { border-top-left-radius: 5px; border-top-right-radius: 5px; } .list-style .item-box .main-info .property-category .decor { display: none; } .list-style .main-info .property-desc { font-size: 14px; margin-bottom: 10px; } /* #Gallery Page ================================================== */ .gallery-content { padding: 70px 0 40px; } /* #404 Page ================================================== */ .error-header .button-section { padding: 0; } .error-header .btn-primary { margin: 10px 3px; border: 2px solid; border-color: #51a3e9; } .error-header .error-title { font-size: 120px; color: #e7e7e7; padding-top: 20px; margin-top: 0px; } /* #One Page ================================================== */ .home-gallery { padding: 70px 0 60px; background: #efefef; } .home-page .contact-section { padding: 60px 0; } .home-page .contact-map { padding: 15px 0px 30px; position: relative; width: 100%; border-top: none; border-bottom: none; } .home-page .contact-map #googleMap { position: relative; height: 361px; border: 1px solid #e7e7e7; } /* #Footer ================================================== */ #footer { color:#b8c1c9; height: 100%; font-family: 'Poppins', sans-serif; font-weight: 400; } .footer-background{ background-color: #2e363d; } #footer a { text-decoration: none; } #footer ul { line-height: 30px; list-style: none; padding: 0; } #footer .footer-overlay { background-color: rgba(0, 0, 0, 0.63); opacity: 1; position: absolute; z-index: 0; width: 100%; height: 100%; transition: all 1s ease-in-out 0.5s; transform: perspective(800px); } #footer-top .block { padding-top: 40px; padding-bottom: 20px; } #footer-top .footer-title { font-size: 20px; font-weight: 400; padding: 20px 0; margin: 0; color: #f4f4f4; } #footer-top p { font-size: 14px; line-height: 30px; font-weight: normal; letter-spacing: 0.2px; } #footer-top img { max-width: 100%; } #footer-top a { color: #b8c1c9; } #footer-top a:hover { color: #51a3e9; text-decoration: none; } #footer-top hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid rgba(238, 238, 238, 0.16); } #footer .socials-box i { font-size: 23px; } #footer-about .brend-logo { width: auto; text-align: left; padding: 0px 0px 10px; } #footer .socials-box a { opacity: 0.7; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } #footer .socials-box a:hover { opacity: 1; } .footer-socials-m { margin: 10px 0; line-height: 30px; border: 2px solid rgba(255, 255, 255, 0.1); background: rgba(197, 168, 106, 0.18); border-radius: 7px; padding: 4px; /*width: 100%;*/ text-align: center; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .footer-socials-m:hover { border: 2px solid #51a3e9; background: rgba(197, 168, 106, 0.09); } #footer .footer-contacts { line-height: 20px; padding: 0; } .footer-contacts li { font-weight: 600; letter-spacing: 0.2px; } .footer-contacts .fa { color: #b8c1c9; margin-right: 15px; margin-top: 5px; font-size: 20px; } #footer-work-time { line-height: 12px; padding: 0; overflow: hidden; position: relative; } #footer-work-time li{ font-weight: normal; letter-spacing: 0.2px; width: 100%; display: inline-block; } #footer-work-time .date { background: transparent; position: relative; overflow: hidden; width: auto; max-width: 100%; float: left; padding: 5px 5px 5px 0px; margin: 0; } #footer-work-time .time { background: transparent; position: relative; color: #f4f4f4; float: right; width: auto; max-width: 100%; padding: 5px 0px 5px 5px; margin: 0; } #footer-work-time .line-box { position: relative; top: 12px; overflow: hidden; } #footer-work-time .line-dotted { position: relative; border-top: 2px dotted #ccc; z-index: 1; left: 0; } #footer-recent-post { line-height: 25px; padding: 0; overflow: hidden; } #footer-recent-post .post-image { float: left; margin-right: 5px; } #footer-recent-post .post-image img { width: 80px; height: 80px; border: 2px solid; border-color: rgba(255, 255, 255, 0.7); border-radius: 3px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } #footer-recent-post .post-image img:hover, #footer-recent-post a:hover > .post-image img{ border-color: #51a3e9; } #footer-recent-post li { padding-bottom: 10px; display: inline-flex; } #footer-recent-post .info { padding-left: 80px; } #footer-recent-post .data-time{ display: block; opacity: 0.6; } #footer-recent-post .title { line-height: 25px; display: block; } #footer .logo-partners { text-align: center; margin: 20px 0; } #footer .logo-partners .item { width: 155px; margin: 0 10px; display: inline-block; opacity: 0.7; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } #footer .logo-partners .item:hover { opacity: 1; } #footer .logo-partners .item img { max-width: 155px; } #footer .logo-cards { text-align: center; margin: 20px 0 40px; } #footer .logo-cards .item { width: 40px; margin: 4px 5px; opacity: 0.7; display: inline-block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } #footer .logo-cards .item:hover { opacity: 1; } #footer .logo-cards .item img { width: auto; } #copyright { background: #22282d; border-top: 4px solid #474d52; text-align: center; position: relative; margin-top: 40px; } #copyright span { font-size: 14px; font-weight: 400; letter-spacing: 0.2px; display: inline-block; text-align: center; color: #82868b; padding: 15px 0; } #copyright .allright { padding: 20px 0; } #copyright .t-color { color: #51a3e9; font-weight: 600; } #copyright .scrollTopButton { position: absolute; left: 48%; top: -50px; line-height: 19px; margin-left: -19px; } #copyright .button-square { background: #22282d; border: 4px solid; border-color: #474d52; border-bottom: none; border-left: none; border-right: none; border-radius: 80%; width: 100px; height: 100px; position: absolute; display: block; } #copyright .scrollTopButton i, #copyright .bugutton-square i { font-size: 30px; line-height: 24px; color: #b8c1c9; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } #copyright .scrollTopButton i:hover, #copyright .bugutton-square i:hover { color:#51a3e9; } /* #Media Queries ================================================== */ @media (min-width: 993px) and (max-width: 1199px) { .navbar-nav { font-size: 17px; } .navbar-nav > li > a { padding: 10px; } .navbar-nav .nav-logo img { width: 100px; height: auto; } .form-group label { font-size: 14px; } .newsletter .big-title { font-size: 25px; padding: 10px 0; margin: 10px 0; } .newsletter .small-title { font-size: 15px; margin: 0 0 0 30px; padding: 25px 10px 25px 0px; } .newsletter .nl-box { width: auto; margin: 0 0 0 20px; } .newsletter input { width: 175px; } .special-menu-slider .item-bg-box .info span { float: none; } .header-background-box .header-background { height: auto; } .note-new { font-size: 16px; font-weight: 500; } .note-spicy { font-size: 16px; font-weight: 500; } .note-milk { font-size: 16px; font-weight: 500; } .widget-search .form-group { width: 70%; } .navbar-nav > li:nth-child(n+7) .dropdown-submenu > .dropdown-menu { left: -100%; margin-top: 0; margin-left: 0px; } /*ON Article Box */ .articleBox-vidgets { margin: 20px 10px 0; padding: 20px 0; } .articleBox-vidgets .calendar-day { height: 80px; width: 80px; } .calendar-day .day { font-size: 18px; line-height: 18px; padding: 15px 10px 10px; } .calendar-day .month { font-size: 18px; line-height: 18px; padding: 10px 10px 10px 10px; } .articleBox-vidgets .comments { line-height: 20px; margin: 15px 0; } .articleBox-vidgets { margin: 20px 10px 0; padding: 20px 0; } .articleBox-media { width: 40%; margin: 20px 10px; } .articleBox-info { width: 52.9%; margin: 20px 10px; padding: 5px 0; } .articleBox-info .articleBox-titles a { font-size: 17px; line-height: 20px; } .articleBox-info .articleBox-description { margin: 10px 0 0px; } /*OFF Article Box*/ .bd-ratings { margin-left: 20px; margin-right: auto; } .bd-ratings .star-box .fa { font-size: 16px; } #nl-message { width:93%; } #page-loader-box { left: 53%; } .parallax-box { background-attachment: scroll!important; } /*** Property Expert ***/ .property-expert .image { margin-left: auto; } .grid-style .property-bottom-info .icons span, .grid-style .property-bottom-info .text span, .featured-property .property-bottom-info .icons span, .featured-property .property-bottom-info .text span { font-size: 14px; } .sb-latest-posts img { width: 50px; } .sb-latest-posts .text-box { width: 70%; } .sb-latest-posts ul li { font-size: 14px; } .sb-featured .property-price { line-height: 15px; } } @media (min-width: 768px) and (max-width: 992px) { .navbar-nav .nav-logo img { width: 100px; height: auto; } .pad100 { width:100%; } #footer-about .brend-logo { padding: 5px 0px 10px; } #footer-recent-post li { padding-bottom: 20px; } #footer-recent-post .info { padding-left: 0; font-size: 12px; } #footer-top p { font-size: 12px; line-height: 25px; } #footer-contacts { line-height: 25px; font-size: 12px; } .footer-contacts li { font-size: 12px; font-weight: 400; } .footer-contacts .fa { margin-right: 3px; font-size: 12px; } #footer ul { line-height: 25px; font-size: 12px; } #footer-work-time { line-height: 12px; font-size: 12px; } #footer { max-height: none; } .newsletter .small-title { font-size: 15px; } .note-new { font-size: 16px; font-weight: 500; } .note-spicy { font-size: 16px; font-weight: 500; } .note-milk { font-size: 16px; font-weight: 500; } .header-background .center-section { } } @media (max-width: 992px) { .navbar { border-bottom: none; border-top: none; margin: 0 0px 0 0px; float: none; font-size: 14px; } .navbar-nav > li > a { padding: 10px 7px; } #nav-section.navshrink .navbar-header { margin-top: -145px; } .header-left { float: none; text-align: center; margin: 11.5px auto; } .header-right { float: none; text-align: center; margin: 20px auto; } .header-default .special-actions { padding: 0; float: right; position: relative; margin-left: 0; } .header-default .special-actions .btn-primary { font-size: 13px; } .action-box { text-align: center; } .social-networks { float: none; margin-top: 20px; } .section-title { margin-bottom: 0px; } .section-title:after { } .white-decor:after { } .chef-team-section { padding: 60px 0 80px; } /*Property list style*/ .list-style .item-box { /*display: table-cell;*/ } .list-style .main-content { position: relative; border: 3px solid #fff; border-radius: 4px 4px 0 0; display: block; } .list-style .image-box { overflow: hidden; border-radius: 2px; position: relative; width: auto; float: none; } .list-style .image-hover:hover .image-box i { display: block; } .list-style .main-info { padding: 20px 10px 15px; background-color: #fff; float: none; width: 100%; display: inline-block; vertical-align: middle; } .list-style .property-bottom-info { padding: 5px 20px; margin-right: 0; background-color: #51a3e9; border-bottom: 3px solid #2169a6; border-radius: 0 0 4px 4px; text-align: right; position: relative; bottom: auto; right: auto; } .list-style .property-bottom-info .icons span i, .list-style .property-bottom-info .text span i { color: #fff; } .list-style .property-bottom-info .icons span, .list-style .property-bottom-info .text span { font-size: 16px; font-weight: 600; font-family: 'Poppins semi-bold', sans-serif; color: #fff; margin-right: 7px; } .list-style .main-info .property-tilte { line-height: 20px; font-size: 18px; font-weight: 600; color: #2e363d; width: 100%; } .list-style .line-decor { display: block; text-align: center; margin: 5px 0px 0px; width: 100%; } .list-style .decor-label { right: 8px; } .list-style hr { margin-top: 15px; margin-bottom: 10px; border-color: #e2e2e2; } .list-style .line-decor:before { content: ""; position: absolute; border-bottom: 1px solid; width: 40px; margin-top: 8px; left: 30%; } .list-style .line-decor:after{ position: absolute; content: ""; border-bottom: 1px solid; width: 40px; margin-top: 8px; right: 30%; } .list-style .line-decor { color: #bebebe; border-color: #bebebe; } .list-style .item-box .main-info .property-category { width: 92%; text-align: center; bottom: -3px; opacity: 0; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s; } .list-style .item-box:hover .main-info .property-category { opacity:1; } .list-style .item-box .main-info .property-category .title { font-size: 12px; font-weight: 500; color: #fff; line-height: 17px; padding: 5px 25px 2px; text-transform: uppercase; width: 83%; text-align: center; display: inline-block; bottom: 0px; position: relative; z-index: 10; } .list-style .item-box .main-info .property-category .title { background: #2169a6; } .list-style .item-box .main-info .property-category .title { border-top-left-radius: 5px; border-top-right-radius: 5px; } .list-style .item-box .main-info .property-category .decor { padding: 0; position: absolute; width: 83%; height: 22px; background: transparent; bottom: 0px; text-align: center; z-index: 0; display: inline-block; } .list-style .item-box .main-info .property-category .decor:before { content: ""; float: left; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 0px 22px 10px; border-bottom-color: #2169a6; position: relative; bottom: 0px; margin-top: 0; margin-left: -9px; } .list-style .item-box .main-info .property-category .decor:after { content: ""; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 10px 22px 0px; border-bottom-color: #2169a6; position: relative; bottom: 0px; right: 0; margin-top: 0; margin-right: -9px; } .list-style .main-info .property-desc { font-size: 14px; margin-bottom: 10px; } .owl-featured-recipe .owl-nav .owl-prev { left: -50px; } .owl-featured-recipe .owl-nav .owl-next { right: auto; } .owl-featured-recipe .item-box .view-image { position: relative; } /*ON Article Box */ .articleBox-vidgets { margin: 20px 10px 0; padding: 20px 0; } .articleBox-vidgets .calendar-day { height: 80px; width: 80px; } .calendar-day .day { font-size: 18px; line-height: 18px; padding: 15px 10px 10px; } .calendar-day .month { font-size: 18px; line-height: 18px; padding: 10px 10px 10px 10px; } .articleBox-vidgets .comments { line-height: 20px; margin: 15px 0; } .articleBox-vidgets { margin: 20px 10px 0; padding: 20px 0; } .articleBox-media { width: 40%; margin: 20px 10px; } .articleBox-info { width: 53.9%; margin: 20px 10px; padding: 5px 0; } .articleBox-info .articleBox-titles a { font-size: 17px; line-height: 20px; } .articleBox-info .articleBox-description { margin: 10px 0 0px; } section.colorsidebar:before { background-color: transparent; } /*OFF Article Box*/ .newsletter .big-title { float: none; text-align: center; display: block; margin: 15px 0px 10px 0; } .newsletter .small-title { float: none; border: none; text-align: center; display: block; padding: 0px 30px 0px 30px; margin: 10px 0 15px 0; } .newsletter .nl-box { width: 100%; float: none; text-align: center; margin-left: 0; } .newsletter .form-group { float: none; display: inline-block; -moz-display: inline-block; margin: 0; margin-right: -5px; } .newsletter button { margin-top: 0; vertical-align: top; } #nl-message { width:100%; } .header-background-box .header-background { height: auto; } .menu-page .background-img-static { background-image: none; } .sb-latest-posts ul li { display: flex; } .sb-latest-posts .text-box { width: auto; } .comment-respond { margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid #eee; } .product-topinfo .amenities { /*width: 100%;*/ /*border-right:none;*/ } .person-detail .person-box { display: block; } .person-detail .person-box .person-image { float: none; width: auto; } .person-detail .person-box .person-content { float: none; width: auto; } .featured-property .container { padding-right: 15px; padding-left: 15px; } .featured-property .parallax-box { margin-top: 60px; } .featured-property-title { margin-left: 40px; } .owl-center-nav .owl-nav { position: absolute; top: -5px; right: 20px; display: block; background-color: #2e363d; height: 17px; width: 130px; z-index: 100; } .owl-center-nav .owl-nav:before { content: ""; float: left; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 5px 12px 0px; border-right-color: #1f1f1f; position: relative; top: 0px; margin-top: 5px; margin-left: -5px; } .owl-center-nav .owl-nav:after{ content: ""; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 0 12px 5px; border-left-color: #1f1f1f; position: relative; top: 0px; margin-top: 5px; margin-right: -5px; } .owl-center-nav .owl-nav:before { content: ""; background-image: none; } .owl-center-nav .owl-nav:after{ content: ""; background-image: none; } .owl-center-nav .owl-nav .owl-next { right: 17px; top: -40px; } .owl-center-nav .owl-nav .owl-prev { left: 17px; top: -40px; } .owl-center-nav .owl-nav .owl-next, .owl-center-nav .owl-nav .owl-prev { background-color: #51a3e9; border-bottom: 3px solid #247dca; border-radius: 3px; opacity: 0.9; } .owl-center-nav .owl-nav .owl-prev:hover, .owl-center-nav .owl-nav .owl-next:hover { background-color: #51a3e9; border-bottom: 3px solid #247dca; opacity: 1; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .owl-center-nav .owl-nav .owl-next-icon { background-position: 0px 0px; } .owl-center-nav .owl-nav .owl-prev-icon, .owl-center-nav .owl-nav .owl-next-icon { width: 45px; height: 30px; color: #fff; padding: 10px 20px 0 17px; } .owl-center-nav .owl-nav .owl-next:after, .owl-center-nav .owl-nav .owl-prev:after { content: ""; height: 7px; width: auto; top: auto; left: 45%; border-top: none; border-right: 4px solid; border-color: #247dca; box-shadow: 0px 0px 0 #3a8acf; position: absolute; bottom: -10px; } .owl-center-nav .owl-nav .owl-button-icons { margin: auto; background-image: url(../images/default-black.png); background-repeat: no-repeat; position: absolute; } #footer .logo-partners .item { margin: 5px 10px; } .contact-section .contact-loacation, .contact-section .contact-socials, .contact-section .contact-drect { padding: 0px 20px; margin-bottom: 40px; } .parallax-box { background-attachment: scroll!important; } .sb-latest-posts img { width: 100%; } } @media (max-width: 767px) { #nav-section { padding: 0; background-color: transparent; margin-top: 0; top: 0; left: 0; min-height: 0; z-index: 11; } .toggled #nav-section { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 11; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); } .nav-background { background: transparent; webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } #nav-section.stuck .nav-background { /*background: transparent;*/ } #wrapper.toggled #nav-section.stuck .nav-background { /*background: transparent; height: auto; position: relative; width: 100%;*/ } .sticky-wrapper { height: auto !important; } #nav-section .mob-logo { float: none; text-align: center; position: fixed; width: 94%; margin-top: 10px; display: none; } .toggled #nav-section .mob-logo, .search-toggled #nav-section .mob-logo { display: block; height: 80px; width: 100%; background: #fff; margin-top: 0; margin-left: -15px; padding-top: 25px; z-index: 10; } #nav-section .mob-logo img{ width: auto; height: 55px; display: block; margin: 0 auto; } .nav { float: left; position: relative; top: 10px; text-align: left; width: 100%; } .navbar-nav { margin: 0; } #nav-section.stuck { background-color: transparent; } .header-default .special-actions { margin-top: 80px; } .header-default .special-actions .fa { border-color:#fff; margin-left: -15px; left: 0; top: 8px; position: absolute; } .grid-style .property-bottom-info .icons span, .grid-style .property-bottom-info .text span, .featured-property .property-bottom-info .icons span, .featured-property .property-bottom-info .text span { font-size: 14px; } /*-------------------------------*/ /* Nav mobile btn */ /*-------------------------------*/ .navbar-nav .nav-mobile-btn{ background: transparent; border: none; display: block; height: auto; margin-left: 0px; position: relative; top: auto; width: auto; z-index: 999; left: auto; } .nav-mobile-btn { background: transparent; border: none; display: block; height: 32px; margin-left: 0px; position: absolute; top: 30px; width: 32px; z-index: 999; left: 25px; } .navmobBtn .stuck .nav-mobile-btn { position: relative; } .nav-mobile-btn:hover { outline: none; } .nav-mobile-btn:focus { outline: none; } .nav-mobile-btn:active { outline: none; } .toggled .nav-mobile-btn { position: fixed; } .onepage .navbar-nav .nav-mobile-btn { position: relative; } .nav-mobile-btn.is-closed:before { -o-transform: translate3d(0, 0, 0); -o-transition: all 0.35s ease-in-out; -ms-transform: translate3d(0, 0, 0); -ms-transition: all 0.35s ease-in-out; -moz-transform: translate3d(0, 0, 0); -moz-transition: all 0.35s ease-in-out; -webkit-transform: translate3d(0, 0, 0); -webkit-transition: all 0.35s ease-in-out; color: #ffffff; content: ''; display: block; font-size: 14px; line-height: 32px; opacity: 0; text-align: center; width: 100px; } .nav-mobile-btn.is-closed:hover before { -o-transform: translate3d(-100px, 0, 0); -o-transition: all 0.35s ease-in-out; -ms-transform: translate3d(-100px, 0, 0); -ms-transition: all 0.35s ease-in-out; -moz-transform: translate3d(-100px, 0, 0); -moz-transition: all 0.35s ease-in-out; -webkit-transform: translate3d(-100px, 0, 0); -webkit-transition: all 0.35s ease-in-out; display: block; opacity: 1; } .nav-mobile-btn.is-closed:hover .hamb-top { -o-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out; top: 0; } .nav-mobile-btn.is-closed:hover .hamb-bottom { -o-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out; bottom: 0; } .nav-mobile-btn.is-closed .hamb-top { -o-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out; background-color: #353535; top: 5px; } .nav-mobile-btn.is-closed .hamb-middle { background-color: #353535; margin-top: -2px; top: 50%; } .nav-mobile-btn.is-closed .hamb-bottom { -o-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out; background-color: #353535; bottom: 5px; } .nav-mobile-btn.is-closed .hamb-top, .nav-mobile-btn.is-closed .hamb-middle, .nav-mobile-btn.is-closed .hamb-bottom, .nav-mobile-btn.is-open .hamb-top, .nav-mobile-btn.is-open .hamb-middle, .nav-mobile-btn.is-open .hamb-bottom { height: 4px; left: 0; position: absolute; width: 100%; } .nav-mobile-btn.is-open .hamb-top { -o-transform: rotate(45deg); -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); -ms-transform: rotate(45deg); -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); -moz-transform: rotate(45deg); -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); -webkit-transform: rotate(45deg); -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); background-color: #353535; margin-top: -2px; top: 50%; } .nav-mobile-btn.is-open .hamb-middle { background-color: #353535; display: none; } .nav-mobile-btn.is-open .hamb-bottom { -o-transform: rotate(-45deg); -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); -ms-transform: rotate(-45deg); -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); -moz-transform: rotate(-45deg); -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); -webkit-transform: rotate(-45deg); -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); background-color: #353535; margin-top: -2px; top: 50%; } .nav-mobile-btn.is-open:before { -o-transform: translate3d(0, 0, 0); -o-transition: all 0.35s ease-in-out; -ms-transform: translate3d(0, 0, 0); -ms-transition: all 0.35s ease-in-out; -moz-transform: translate3d(0, 0, 0); -moz-transition: all 0.35s ease-in-out; -webkit-transform: translate3d(0, 0, 0); -webkit-transition: all 0.35s ease-in-out; color: #ffffff; content: ''; display: block; font-size: 14px; line-height: 32px; opacity: 0; text-align: center; width: 100px; } .nav-mobile-btn.is-open:hover before { -o-transform: translate3d(-100px, 0, 0); -o-transition: all 0.35s ease-in-out; -ms-transform: translate3d(-100px, 0, 0); -ms-transition: all 0.35s ease-in-out; -moz-transform: translate3d(-100px, 0, 0); -moz-transition: all 0.35s ease-in-out; -webkit-transform: translate3d(-100px, 0, 0); -webkit-transition: all 0.35s ease-in-out; display: block; opacity: 1; } html.noscroll { position: fixed; overflow-y: scroll; width: 100%; } /* END Nav mobile btn */ /*-------------------------------*/ /* Search mobile btn */ /*-------------------------------*/ .search-mobile-btn { background: transparent; border: none; display: block; height: 50px; margin-right: 0px; position: absolute; top: 20px; width: 50px; z-index: 3000; right: 18px; outline: none; } .search-toggled .search-mobile-btn { position: fixed; } .search-mobile-btn:hover { outline: none; } .search-mobile-btn .fa { border: 3px solid; border-radius: 50%; width: 35px; height: 35px; padding: 4px; font-size: 20px; color: #353535; background: #fff; } .search-mobile-btn .fa:after { content: "\f00d"; } .search-mobile-btn.s-is-closed .fa:after { opacity: 0; overflow: hidden; display: none; } .search-mobile-btn.s-is-closed .fa, .search-mobile-btn.s-is-closed .fa:after { -o-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out; } .search-mobile-btn.s-is-open .fa:after { opacity: 1; overflow: visible; } .search-mobile-btn.s-is-open .fa:before { opacity: 0; overflow: hidden; display: none; } .search-mobile-btn.s-is-open .fa{ -o-transform: rotate(90deg); -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); -ms-transform: rotate(90deg); -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); -moz-transform: rotate(90deg); -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); -webkit-transform: rotate(90deg); -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); } .search-module-inside { position: fixed; top: 0; right: 0; z-index: 1; visibility: hidden; opacity: 0; width: 100%; height: auto; max-height: 670px; padding: 15px 10px 15px; overflow: auto; } .search-module-inside { margin-right: 0; margin-top: 90px; margin-bottom: 0px; bottom: 0px; float: none; z-index: 1000; } .nav-ios .search-module-inside { -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .search-toggled .search-module-inside { visibility: visible; opacity: 1; overflow-y: scroll; margin-right: 0; background: #fff; } .toggled .header-right, .search-toggled .header-right { opacity: 0; display: none; } #wrapper.search-toggled { z-index: 10; } .search-toggled #nav-section { background: transparent; position: relative; min-height: 0; } #wrapper.search-toggled #nav-section.stuck .nav-background { background: transparent; height: auto; position: relative; width: 100%; } .search-toggled .nav-mobile-btn { display: none; } .toggled .search-mobile-btn { display: none; } .input-group .form-control:first-child { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } .cs-search-btn { margin-top: 25px; margin-bottom: 20px; width: 100%; } .input-group { position: relative; display: table; border-collapse: separate; width: 100%; } .default-page .search-module-inside { display: block; } .form-action .row > [class*='col-'] { margin-bottom: 20px; } .form-action.form-default { margin-top: 30px; } /* END Search mobile btn */ #wrapper.toggled { left: 0; z-index: 10; } #wrapper { } .toggled .navbar { opacity: 1; background: #ffffff; overflow-y: scroll; margin-left: 0; visibility: visible; -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s; } .page-overlay { position: absolute; display: none; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.54) !important; z-index: 5000; opacity: 1; } .onepage .page-overlay { opacity: 0; } .navbar { position: fixed; top: 0px; left: 0; z-index: 1; visibility: hidden; opacity: 0; width: 100%; height: 100%; padding: 15px 15px 15px; overflow: auto; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; } .navbar > i { position: absolute; top: 6px; right: 15px; font-size: 28px; cursor: pointer; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #605339; background-color: #51a3e9; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .navbar > i:hover, .navbar > i:active { color: #605339; background-color: #51a3e9; } .navbar h2 { text-align: center; margin: 10px 0 25px; color: #e7e7e7; } .navbar h2 i { margin-right: 10px; } .navbar a { color: #e7e7e7; } .navbar a:hover { color: #51a3e9; text-decoration: none; } .navbar a:focus { text-decoration: none; } .navbar ul { list-style: none; } .navbar > ul { padding: 0; padding-bottom: 10px; } .navbar > ul li { margin-bottom: 10px; } .navbar > ul li > a { line-height: 61px; margin-bottom: 10px; display: block; } .navbar > ul > li { margin-bottom: 10px; margin-left: 0px; float: none; } .onepage .navbar > ul > li { margin-bottom: 20px; margin-left: 0px; float: none; } .navbar > ul ul { padding-right: 0px; border-left: 1px dashed #5c5c5c; padding: 0 15px; } .navbar-nav > li > a { color: #353535; } .navbar::after { position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); content: ''; display: none; opacity: 1; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; } .navbar-nav .open .dropdown-menu>li>a { line-height: normal; text-align: left; padding: 0; } .navbar-nav .dropdown-menu > li > a { border: none; line-height: normal; text-align: left; } .navbar-nav .open > .dropdown-menu, .navbar-nav .dropdown-menu:hover { background: transparent; border-left: 1px solid rgba(0, 0, 0, 0.08) !important; width: 100%; float: none; position: static; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-nav .dropdown-menu > li:last-child > a { border-bottom: none; padding-bottom: 10px; } .navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus, .navbar-nav .dropdown-menu > li > a.active { background-color: transparent; color: #353535; } .navbar-nav .dropdown-menu>li>a { background-color: transparent; color: #353535; } .navbar-nav .open .dropdown-menu > li:last-child > a { border-bottom: none; padding-bottom: 10px; } .navbar-nav .dropdown-menu .dropdown-submenu a { border-bottom: none; padding-bottom: 10px; } .navbar-nav .dropdown-submenu .dropdown-menu > li:last-child > a { padding-bottom: 10px; } .navbar-nav .open .dropdown-menu { width: 100%; position: static; margin-top: 0; padding-left: 15px; border-left: 1px solid rgba(0, 0, 0, 0.08) !important; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-nav .open .dropdown-menu { visibility: visible; -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .navbar-nav .dropdown-submenu > .dropdown-menu { top: 0; left: auto; margin-left: 15px; display: block; background: transparent; width: 100%; float: none; position: static; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-nav .dropdown-submenu > .dropdown-menu > li > a { color:#353535 !important; } .navshrink .navbar-nav .dropdown-menu { background-color: transparent; } .navbar-nav .dropdown-submenu:hover > a:after { margin-top: -4px; } .toggled .border-none { position: absolute; top: -50px; display: none; } .navbar-nav>li:before, .navbar-nav > li:after { border-top: none; border-bottom: none; } .stuck .navbar-nav>li:after { border:none; } .navbar { float: none; } .nav-ios .navbar { -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .mob-logo img { -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .navbar-header .btn { margin: 5px; } #top-bar { display: none } .header-default .navbar-header { float: none; background: #ffffff; display: block; height: auto; position: relative; width: 100%; margin-top: 0px; } .toggled .header-default .navbar-header, .search-toggled .header-default .navbar-header{ position: fixed; height: 95px; z-index: 100; } .header-left { width: 100%; z-index: 100; margin: 10px auto 0; padding: 0; } .header-search { display: none; } .header-default .special-actions { float: none; opacity: 0; } .toggled .header-default .special-actions { opacity: 1; } .header-default .special-actions .btn-primary { width: 100%; padding: 10px 20px; } /*Search Filtir */ .form-decor-shadow { display: none; } .form-title-section .form-title, .form-title-section .form-group-btn { font-size: 10px; text-align: center; } .form-title-section .mobSearch-btn { display: none; } .form-title-section .form-title span { padding: 5px 10px; text-align: center; } aside .form-title-section .form-title span { font-size: 14px; padding: 10px 20px 7px; display: block; } .form-title-section .btn { font-size: 10px; padding: 8px 10px 6px; } .form-title-section .btn .fa { font-size: 10px; } .section-title { font-size: 30px; margin-bottom: 0px; } .section-title:after { } .white-decor:after { } .section-title-border:after { width: 110px; } .section-subtitle { font-size: 15px; padding: 10px 0; } hr { margin-top: 10px; margin-bottom: 10px; } .content { padding: 10px 0; } .content p { line-height: 25px; margin-bottom: 18px; } p { font-family: 'Cabin', sans-serif; font-size: 14px; } .content .first-letter::first-letter { font-size: 45px; } .property-features li, .property-features:nth-child(even) li { margin: 0 0 15px 0; } #footer { max-height: none; } #footer-top .block { padding-top: 30px; padding-bottom: 10px; } #footer-contacts li { display: flex; } #footer-about { padding-bottom: 30px; } /*ON Article Box */ .articleBox-body { border-top: none; margin-bottom: 25px; background: #f4f4f4; padding: 15px; border: 1px solid #e2e2e2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .articleBox-vidgets { margin: 10px 0; padding: 0; float: none; text-align: center; width: 100%; position: relative; } .articleBox-vidgets .calendar-day { height: auto; width: 50%; float: left; display: inline-block; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .articleBox { margin-bottom: 60px; } .calendar-day .day { font-size: 18px; line-height: 18px; padding: 10px 10px 10px; float: left; width: 50%; text-align: center; } .calendar-day .month { font-size: 18px; line-height: 18px; padding: 10px 10px 10px; float: left; width: 50%; } .articleBox-vidgets .comments { line-height: 0px; margin: 0; padding: 8.5px 15px; width: 50%; float: left; text-align: right; display: inline-block; height: auto; overflow: hidden; border: 1px solid #e2e2e2; } .articleBox-media { width: 100%; margin: 10px 0px; } .articleBox-info { width: 100%; margin: 0px 0px 0px; padding: 15px 0; } .articleBox-info .articleBox-titles a { font-size: 17px; line-height: 20px; margin-bottom: 2px; } .articleBox-info .articleBox-description { margin: 10px 0 0px; } /*OFF Article Box*/ .menu-button-filter .iconBox-icon { width: 45px; height: 45px; } .menu-button-filter .iconBox-icon:before { width: 60px; height: 60px; left: -10px; } .menu-button-filter .iconBox-icon .glyph-icon:before { font-size: 30px; } .testimonials .desc p { font-size: 20px; line-height: 28px; } .header-background .center-section { } .half .header-background { height: auto; } .comment-listings .user-image { float: none; margin-right: 0; padding-bottom: 10px; margin-bottom: 10px; text-align: center; } .comment-listings .user-image:after { content: ""; height: 4px; width: 100%; color: #e7e7e7; text-align: center; position: relative; bottom: 10px; display: inline-block; } .comment-section .comment-list-children { margin-left: 0px; margin-bottom: 0px; padding: 15px; list-style: none; border-left: 2px dotted #e7e7e7; border-right: 2px dotted #e7e7e7; } .comment-listings .comment-info { padding-left: 0px; } .comment-section .comment-listings>li { padding-bottom: 0; } .blog-content .right-position { margin-top: 10px; float: none; text-align: left; } .contact-section .contact-loacation, .contact-section .contact-socials, .contact-section .contact-drect { text-align: center; } .contact-section p { display: block; } .contact-section .socials-box { display: block; } .error-page .error-title { font-size: 30px; margin: 3% 3% 0px; } .error-page .btn-lg { margin-bottom: 10px; } .error-page .center-position { margin-top: 30px; } #page-loader-box { left: 54%; top: 50%; width: 100px; height: 100px; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > li > a:hover, .nav > li > a:focus, .navbar-nav > li > a.active { background-color: transparent; color: #353535; } .onepage .navbar-nav > li > a.active { background-color: transparent; color: #353535; } .onepage .navbar-nav > .current > a, .onepage .navbar-nav > .current > a.active { background-color: transparent; color: #353535; } .navbar > ul li > a { display: inline-block; line-height: normal; padding: 0; } .navbar-nav .dropdown-menu>li>a { line-height: normal; padding: 0 10px 0 15px; } .navbar-nav .dropdown-submenu:hover > a:after { margin-top: -3px; } .property-expert .search-box .search-form { width: auto; text-align: center; display: block; } .property-expert .search-box .search-form input { width: 100%; } } @media (max-width: 600px) { } @media (min-width: 481px) and (max-width: 992px) { } @media (max-width: 480px) { .header-search { margin-bottom: 20px; } #top-info { display: block; line-height: 20px; margin-top: 7px; } #top-info li { width: 100%; display: inline-block; text-align: center; margin: 0; } #top-buttons { display: inline-block; width: 100%; text-align: center; } #top-social { display: inline-block; float: none; text-align: center; width: 100%; } #copyright .scrollTopButton { left: 42%; } .note-new { font-size: 16px; font-weight: 500; position: relative; } #page-loader-box { left: 54%; } .newsletter .newsletter-form { position: relative; } .newsletter input { margin-bottom: 15px; width: 80%; } .header-left { margin: 25px auto 0; } .header-default .logo img { height: 45px; } #nav-section .mob-logo { margin-top: 25px; } #nav-section .mob-logo img { height: 45px; } .owl-top-nav .owl-nav { right: 50% !important; margin-right: -70px; } .property-expert-title { margin-bottom: 50px; text-align: center; } .featured-property-title { margin-bottom: 60px; margin-left: auto; text-align: center; } .persons-section-title { margin-bottom: 60px; margin-left: auto; text-align: center; } } @media (max-width: 350px) { .owl-carousel-3 .owl-wrapper-outer{ width: 255px; } #page-loader-box { left: 57%; } .section-title:after { width: 270px; height: 26px; } .white-decor:after { width: 270px; height: 26px; } } @media (max-width: 992px) { #top-social { display: inline-block; float: none; text-align: center; width: 100%; } .cs-search-btn { margin-top: 28px; text-transform: none; padding: 8px 10px 6px; font-size: 14px; } aside .cs-search-btn { margin-top: 10px; } .search-module-inside label { font-size: 12px; font-weight: 500; } .search-module-inside #collapseBox label { font-size: 11px; font-weight: 400; } .widget-search .form-group { float: none; width: 75%; display: inline-block; } .widget-search button { margin-left: -4px; vertical-align: top; } .owl-top-nav .owl-nav { right: 30px; } /*** Property Expert ***/ .property-expert .item-box { display: block; } .property-expert .image { bottom: -10px; margin-left: auto; position: relative; text-align: center; border-bottom: 3px solid #dedede; } .property-expert .image img { width: 170px; } .property-expert .item-box > [class*='col-'] { border-right: none; padding: 10px 30px; } .property-expert .title, .property-expert span, .property-expert .socials-box { text-align: center; } } @media (min-width: 1100px){ .menu-page .menu-standart .container { width: 1100px; } } @media(min-width: 1200px){ .contact-section .center-button { width: auto; } .video-background video { position: absolute; top: calc(53% - 0px); top: -webkit-calc(50% - 0px); left: 50%; height: calc(180%) !important; height: -webkit-calc(180%) !important; -webkit-transform: translateY(-50%) translateX(-50%); } } @media (min-width: 1440px){ } @media (min-width: 768px) { aside .form-title-section .form-title span { padding: 10px 20px 7px; display: block; } aside .form-action input { margin-bottom: 0; } .form-default input { margin-bottom: 0; } aside .search-module-inside .cs-search-btn { text-transform: none; font-size: 14px; width: 100%; margin-top: 10px; } .footer-flex-row.row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .footer-flex-row.row > [class*='col-'] { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .flex-row.row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .flex-row.row > [class*='col-'] { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } } @media only screen and (min-width: 992px){ .header-default .navbar { float: none; margin: 0; } .header-default .navbar-nav { float: left; margin: 0; text-align: center; } .header-default .navbar-nav>li { float: left; display: block; } .search-module-inside .col-md-3 { width: 20%; } .search-module-inside .cs-search-btn { margin-top: 25px; text-transform: none; } .menu-thubnail .flex-row.row > [class*='col-'] { padding: 15px 10px; } .recipe-content .col-md-6 .view-image { width: 50%; } .owl-featured-recipe .item-box .view-image { width: 50%; } .featured-property .container { padding-right: 30px; padding-left: 30px; } .featured-property.ct-background-color .container { padding-right: 0px; padding-left: 0px; } .owl-persons { padding-right: 0px; padding-left: 0px; } }
0.20458
0.059428
{% load static %} #aboutus { position: fixed; left: 0px; bottom: -10vh; z-index: -1; opacity: 0.1; } #aboutuspic { width: 100vw; } body { background-color: #f9f9f9; font-family: Mukta; text-align: justify; text-justify: inter-word; } .carousel-item { height: 40vh; } .carousel-item img { width: 100% } #closebut { border: 2px solid white; } .collapse { color: black; } .contactus { margin-top: 40px; padding-left: 100px; } #hometext > h1{ font-weight: 1000; } .container { max-width: 100vw; } .enquiryfield { width: 70%; padding: 20px; } .enquiryfield1 { width: 86%; padding: 20px; } .featbar { margin-top: 15vh; padding-right: 80px; text-align: center; margin-bottom: 15vh; } .feat { display: inline-block; margin: auto; } .feat img { width: 50%; margin-bottom: 20px; } #homepic { width: 50vw; opacity: 0.6; } #homepage { position: absolute; margin-left: 50vw; top: 0px; float: right; z-index: -1; } #hometext { margin-top: 10vh; padding: 40px; } #hometext > h3 { color: gray; margin-top: 20px; } #hometext > form {margin-top: 40px;} #hometext2 { padding-left: 100px; margin-top: 40px; } #homeimg { width: 10vw; margin-left: 50px; } #interest { border-radius: 20px; padding: 8px; padding-left: 20px; padding-right: 20px; margin-left: 10px; border: none; } #loginbut { margin: 10px; background-color: rgba( 255, 170, 7, 1); border: 2px solid white; border-radius: 20px; color: white } .aboutustext { width:80vw; padding-left: auto; padding-right: auto; margin:auto; } .misvis { display: inline-block; width: 30vw; height: 100px; margin: 10px 40px; } .misvis2 { display: inline-block; width: 66.5vw; height: 100px; margin: 40px 40px; } .team-view { display: inline-block; width: 30vw; height: auto; margin: 40px 40px; vertical-align: top; } #team-photo { border-radius: 50%; width: 150px; height: auto } #team-photo-placement { display: inline-block; width: 30vw; height: 100px; margin: 40px 40px; } .modal-body { text-align: center; } .modal-content { padding: 20px; background-color: rgba( 255, 225, 0, 0.9); } .nav-pills .nav-link.active, .nav-pills .show>.nav-link { background-color: #f9f9f9; color: black; } .nav { margin: 20px; margin-left: 10px; } .nav-item { color: black; margin-right: 10px; } .nav-item.nav-link.active { background-color: #f9f9f9; color: black; text-decoration: underline; } #nav-login-tab { border-radius: 20px; } .navbar-toggler { background-color: gray; border-color: rgba(255,255,255,1); } #nav-profile { margin: 40px; margin-left: 80px; width: 40vw; } .prof { padding: 40px; } #subform { margin-right: 40px; } #subform label { margin-right: 20px; } .youtube { display: inline-block; } #youtubevid { margin-top: } #yvid { margin-left: 40px; } @media (max-width: 992px) { .container { margin-left: -60px; margin-right: 20px;} #homepic {opacity: 0.7;} .nav { text-align: center; display: block; } .nav-item {width: 100px; text-align: center; margin: 0 auto; padding: 5px; margin-bottom: 5px; } .navbar-light { background-color: rgba(0,0,0,0.1); } #interest { margin-top: 10px; } #hometext2 { margin-top: 0px; } .youtube { margin-top: 40px; } #youtubevid { width: 70vw; height: 40vh; } .featbar { padding-right: 0px; } .feat img { width: 20vw; } .subformc{ text-align: center; margin-left: auto; margin-right: auto; } #subform { width: 80%; display: block; margin: auto; } .carousel { margin-top: 80px; width: 150%; padding-left: 40px; } .contactus { margin-top: 40px; } }
portal/static/css/home.css
{% load static %} #aboutus { position: fixed; left: 0px; bottom: -10vh; z-index: -1; opacity: 0.1; } #aboutuspic { width: 100vw; } body { background-color: #f9f9f9; font-family: Mukta; text-align: justify; text-justify: inter-word; } .carousel-item { height: 40vh; } .carousel-item img { width: 100% } #closebut { border: 2px solid white; } .collapse { color: black; } .contactus { margin-top: 40px; padding-left: 100px; } #hometext > h1{ font-weight: 1000; } .container { max-width: 100vw; } .enquiryfield { width: 70%; padding: 20px; } .enquiryfield1 { width: 86%; padding: 20px; } .featbar { margin-top: 15vh; padding-right: 80px; text-align: center; margin-bottom: 15vh; } .feat { display: inline-block; margin: auto; } .feat img { width: 50%; margin-bottom: 20px; } #homepic { width: 50vw; opacity: 0.6; } #homepage { position: absolute; margin-left: 50vw; top: 0px; float: right; z-index: -1; } #hometext { margin-top: 10vh; padding: 40px; } #hometext > h3 { color: gray; margin-top: 20px; } #hometext > form {margin-top: 40px;} #hometext2 { padding-left: 100px; margin-top: 40px; } #homeimg { width: 10vw; margin-left: 50px; } #interest { border-radius: 20px; padding: 8px; padding-left: 20px; padding-right: 20px; margin-left: 10px; border: none; } #loginbut { margin: 10px; background-color: rgba( 255, 170, 7, 1); border: 2px solid white; border-radius: 20px; color: white } .aboutustext { width:80vw; padding-left: auto; padding-right: auto; margin:auto; } .misvis { display: inline-block; width: 30vw; height: 100px; margin: 10px 40px; } .misvis2 { display: inline-block; width: 66.5vw; height: 100px; margin: 40px 40px; } .team-view { display: inline-block; width: 30vw; height: auto; margin: 40px 40px; vertical-align: top; } #team-photo { border-radius: 50%; width: 150px; height: auto } #team-photo-placement { display: inline-block; width: 30vw; height: 100px; margin: 40px 40px; } .modal-body { text-align: center; } .modal-content { padding: 20px; background-color: rgba( 255, 225, 0, 0.9); } .nav-pills .nav-link.active, .nav-pills .show>.nav-link { background-color: #f9f9f9; color: black; } .nav { margin: 20px; margin-left: 10px; } .nav-item { color: black; margin-right: 10px; } .nav-item.nav-link.active { background-color: #f9f9f9; color: black; text-decoration: underline; } #nav-login-tab { border-radius: 20px; } .navbar-toggler { background-color: gray; border-color: rgba(255,255,255,1); } #nav-profile { margin: 40px; margin-left: 80px; width: 40vw; } .prof { padding: 40px; } #subform { margin-right: 40px; } #subform label { margin-right: 20px; } .youtube { display: inline-block; } #youtubevid { margin-top: } #yvid { margin-left: 40px; } @media (max-width: 992px) { .container { margin-left: -60px; margin-right: 20px;} #homepic {opacity: 0.7;} .nav { text-align: center; display: block; } .nav-item {width: 100px; text-align: center; margin: 0 auto; padding: 5px; margin-bottom: 5px; } .navbar-light { background-color: rgba(0,0,0,0.1); } #interest { margin-top: 10px; } #hometext2 { margin-top: 0px; } .youtube { margin-top: 40px; } #youtubevid { width: 70vw; height: 40vh; } .featbar { padding-right: 0px; } .feat img { width: 20vw; } .subformc{ text-align: center; margin-left: auto; margin-right: auto; } #subform { width: 80%; display: block; margin: auto; } .carousel { margin-top: 80px; width: 150%; padding-left: 40px; } .contactus { margin-top: 40px; } }
0.336004
0.109515
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css); @import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700); @tailwind base; @tailwind components; @tailwind utilities; /* reset html, */ body #random-quote { font: normal 1em "Josefin Sans"; } .quote-box { border-radius: 3px; margin: auto; padding: 35px 50px; background-color: #fff; overflow: hidden; } #quote { overflow: hidden; margin-bottom: 20px; min-height: 250px; } #random-quote blockquote { display: block; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 40px; margin-inline-end: 40px; } i.fa.fa-quote-left { font-size: 1.8em; position: relative; top: 65px; } i.fa.fa-twitter { color: #fff; } .quote-text { font-size: 2em; } .author { font-size: 1.4em; font-weight: 600; float: right; } .quote-box .btn { cursor: pointer; opacity: 1; background: #4c7fa7; color: #fff; font: bold 1.5em "Josefin Sans"; height: 50px; line-height: 50px; margin-top: 30px; padding: 0 20px; border-radius: 3px; border: none; outline: none; } .quote-box .btn:hover { opacity: 0.8; } .quote-box #new-quote { float: right; } /* PERIODIC TABLE */ #periodic-table { background: #202e38; font-family: "Poppins", sans-serif; } #periodic-table h1 { margin: 2em auto 0; font: 700 3em "Poppins", sans-serif; color: #f1f5f6; text-align: center; } #periodic-table h5 { margin: 0 auto 2em; font: 400 1.3em "Poppins", sans-serif; color: #f1f5f6; text-align: center; } #periodic-table a { text-decoration: none; } #periodic-table aside.context { text-align: center; color: #fff; line-height: 1.7; } #periodic-table aside.context a { text-decoration: none; color: #fff; padding: 3px 0; border-bottom: 1px dashed; } #periodic-table aside.context .explanation { max-width: 700px; margin: 4em auto 0; } #periodic-table footer { text-align: center; margin: 2em auto; width: 100%; } #periodic-table footer a { text-decoration: none; display: inline-block; width: 45px; height: 45px; border-radius: 50%; background: transparent; border: 1px dashed #fff; color: #fff; margin: 5px; } #periodic-table footer a:hover { background: rgba(255, 255, 255, 0.1); } #periodic-table footer a .icons { margin-top: 12px; display: inline-block; font-size: 20px; } .periodic-table { /* display: grid; */ /* grid-template-columns: repeat(9, 100px); */ /* grid-template-rows: repeat(4, 100px); */ /* grid-gap: 10px; */ margin: auto; /* max-width: 1200px; */ justify-content: center; } .periodic-element { padding: 4px; position: relative; z-index: 1; cursor: default; transition: all 0.3s ease; } .periodic-element .periodic-element-inner { background: #202e38; /* padding: 10px 15px; */ /* width: calc(100% - 30px); height: calc(100% - 20px); */ transition: inherit; } .periodic-element .title { font-family: "Poppins", sans-serif; margin: 0.3em 0 0; transition: 0.8s ease 600ms; } .periodic-element .description { font-family: "Poppins", sans-serif; margin-top: -0.2em; } .periodic-element:after { z-index: 10; content: attr(data-description); background: #f9f8f7; color: #333; width: 180px; position: absolute; top: 80%; opacity: 0; transition: opacity 0.3s ease 0.3s, top 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s; height: auto; font-size: 12px; line-height: 1.4; padding: 10px; margin: 0 0 0 -50px; border-radius: 6px; text-align: center; } .periodic-element:hover { transform: scale(1.12); z-index: 10; } .periodic-element:hover .periodic-element-inner { background: transparent; } .periodic-element:hover .title, .periodic-element:hover .description { -webkit-text-fill-color: #222 !important; } .periodic-element:hover:after { top: 105%; opacity: 1; } a.periodic-element { cursor: pointer; } #periodic-table .social-media { background: linear-gradient(to bottom right, #f3f9a6 0%, #cbc634 100%); } #periodic-table .social-media .title, #periodic-table .social-media .description { background: -webkit-linear-gradient(#f3f9a6, #cbc634); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .fun-stuff { background: linear-gradient(to bottom right, #ff616d 0%, #ffc171 100%); } .fun-stuff .title, .fun-stuff .description { background: -webkit-linear-gradient(#ff616d, #ffc171); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .just-trying { background: linear-gradient(to bottom right, #37cfdc 0%, #5a88e5 100%); } .just-trying .title, .just-trying .description { background: -webkit-linear-gradient(#37cfdc, #5a88e5); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .intense-work { background: linear-gradient(to bottom right, #58ac30 0%, #a7df62 100%); } .intense-work .title, .intense-work .description { background: -webkit-linear-gradient(#58ac30, #a7df62); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .legend-table { padding: 15px; text-align: center; font-size: 15px; margin: 2em auto 0; } .legend-table__marker { width: 25px; height: 25px; margin: 5px 5px 10px; display: inline-block; vertical-align: middle; box-shadow: 0.5px 1px rgba(0, 0, 0, 0.15); } .legend-table__text { display: inline-block; vertical-align: middle; margin: 0 25px 5px 5px; background: -webkit-linear-gradient(#ccc, #eee); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .legend-table__direction { display: inline-block; margin: 10px 15px 10px 10px; background: -webkit-linear-gradient(#ccc, #eee); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .empty-spacer-1 { grid-column: 3 / span 4; grid-row: 1; } .empty-spacer-2 { grid-column: 1; grid-row: 4; } /* PERIODIC TABLE */ .dot { height: 5px; width: 5px; margin: 10px; background-color: #000; border-radius: 50%; vertical-align: middle; display: inline-block; }
styles/base.css
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css); @import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700); @tailwind base; @tailwind components; @tailwind utilities; /* reset html, */ body #random-quote { font: normal 1em "Josefin Sans"; } .quote-box { border-radius: 3px; margin: auto; padding: 35px 50px; background-color: #fff; overflow: hidden; } #quote { overflow: hidden; margin-bottom: 20px; min-height: 250px; } #random-quote blockquote { display: block; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 40px; margin-inline-end: 40px; } i.fa.fa-quote-left { font-size: 1.8em; position: relative; top: 65px; } i.fa.fa-twitter { color: #fff; } .quote-text { font-size: 2em; } .author { font-size: 1.4em; font-weight: 600; float: right; } .quote-box .btn { cursor: pointer; opacity: 1; background: #4c7fa7; color: #fff; font: bold 1.5em "Josefin Sans"; height: 50px; line-height: 50px; margin-top: 30px; padding: 0 20px; border-radius: 3px; border: none; outline: none; } .quote-box .btn:hover { opacity: 0.8; } .quote-box #new-quote { float: right; } /* PERIODIC TABLE */ #periodic-table { background: #202e38; font-family: "Poppins", sans-serif; } #periodic-table h1 { margin: 2em auto 0; font: 700 3em "Poppins", sans-serif; color: #f1f5f6; text-align: center; } #periodic-table h5 { margin: 0 auto 2em; font: 400 1.3em "Poppins", sans-serif; color: #f1f5f6; text-align: center; } #periodic-table a { text-decoration: none; } #periodic-table aside.context { text-align: center; color: #fff; line-height: 1.7; } #periodic-table aside.context a { text-decoration: none; color: #fff; padding: 3px 0; border-bottom: 1px dashed; } #periodic-table aside.context .explanation { max-width: 700px; margin: 4em auto 0; } #periodic-table footer { text-align: center; margin: 2em auto; width: 100%; } #periodic-table footer a { text-decoration: none; display: inline-block; width: 45px; height: 45px; border-radius: 50%; background: transparent; border: 1px dashed #fff; color: #fff; margin: 5px; } #periodic-table footer a:hover { background: rgba(255, 255, 255, 0.1); } #periodic-table footer a .icons { margin-top: 12px; display: inline-block; font-size: 20px; } .periodic-table { /* display: grid; */ /* grid-template-columns: repeat(9, 100px); */ /* grid-template-rows: repeat(4, 100px); */ /* grid-gap: 10px; */ margin: auto; /* max-width: 1200px; */ justify-content: center; } .periodic-element { padding: 4px; position: relative; z-index: 1; cursor: default; transition: all 0.3s ease; } .periodic-element .periodic-element-inner { background: #202e38; /* padding: 10px 15px; */ /* width: calc(100% - 30px); height: calc(100% - 20px); */ transition: inherit; } .periodic-element .title { font-family: "Poppins", sans-serif; margin: 0.3em 0 0; transition: 0.8s ease 600ms; } .periodic-element .description { font-family: "Poppins", sans-serif; margin-top: -0.2em; } .periodic-element:after { z-index: 10; content: attr(data-description); background: #f9f8f7; color: #333; width: 180px; position: absolute; top: 80%; opacity: 0; transition: opacity 0.3s ease 0.3s, top 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s; height: auto; font-size: 12px; line-height: 1.4; padding: 10px; margin: 0 0 0 -50px; border-radius: 6px; text-align: center; } .periodic-element:hover { transform: scale(1.12); z-index: 10; } .periodic-element:hover .periodic-element-inner { background: transparent; } .periodic-element:hover .title, .periodic-element:hover .description { -webkit-text-fill-color: #222 !important; } .periodic-element:hover:after { top: 105%; opacity: 1; } a.periodic-element { cursor: pointer; } #periodic-table .social-media { background: linear-gradient(to bottom right, #f3f9a6 0%, #cbc634 100%); } #periodic-table .social-media .title, #periodic-table .social-media .description { background: -webkit-linear-gradient(#f3f9a6, #cbc634); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .fun-stuff { background: linear-gradient(to bottom right, #ff616d 0%, #ffc171 100%); } .fun-stuff .title, .fun-stuff .description { background: -webkit-linear-gradient(#ff616d, #ffc171); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .just-trying { background: linear-gradient(to bottom right, #37cfdc 0%, #5a88e5 100%); } .just-trying .title, .just-trying .description { background: -webkit-linear-gradient(#37cfdc, #5a88e5); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .intense-work { background: linear-gradient(to bottom right, #58ac30 0%, #a7df62 100%); } .intense-work .title, .intense-work .description { background: -webkit-linear-gradient(#58ac30, #a7df62); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .legend-table { padding: 15px; text-align: center; font-size: 15px; margin: 2em auto 0; } .legend-table__marker { width: 25px; height: 25px; margin: 5px 5px 10px; display: inline-block; vertical-align: middle; box-shadow: 0.5px 1px rgba(0, 0, 0, 0.15); } .legend-table__text { display: inline-block; vertical-align: middle; margin: 0 25px 5px 5px; background: -webkit-linear-gradient(#ccc, #eee); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .legend-table__direction { display: inline-block; margin: 10px 15px 10px 10px; background: -webkit-linear-gradient(#ccc, #eee); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .empty-spacer-1 { grid-column: 3 / span 4; grid-row: 1; } .empty-spacer-2 { grid-column: 1; grid-row: 4; } /* PERIODIC TABLE */ .dot { height: 5px; width: 5px; margin: 10px; background-color: #000; border-radius: 50%; vertical-align: middle; display: inline-block; }
0.430626
0.091788
@font-face { font-family: "cyberchimps"; src: url("../../../lib/fonts/cyberchimps.eot"); src: url("../../../lib/fonts/cyberchimps.eot?#iefix") format("embedded-opentype"), url("../../../lib/fonts/cyberchimps.woff") format("woff"), url("../../../lib/fonts/cyberchimps.ttf") format("truetype"), url("../../../lib/fonts/cyberchimps.svg#cyberchimps") format("svg"); font-weight: normal; font-style: normal; } @font-face { font-family: "Glyphicons Halflings"; src: url("../../../lib/fonts/glyphicons-halflings-regular.eot"); src: url("../../../lib/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../../lib/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../../lib/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../../lib/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg"); font-weight: normal; font-style: normal; } /* Glyphicons ===================*/ .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; -webkit-font-smoothing: antialiased; font-style: normal; font-weight: normal; line-height: 1; -moz-osx-font-smoothing: grayscale; } .glyphicon:empty { width: 1em; } .glyphicon-arrow-right:before { content: "\e092"; } .glyphicon-minus-sign:before { content: "\e082"; font-size: 88%; color: #c00000; margin-right: 3px; } .glyphicon-chevron-down:before { content: "\e114"; font-size: 60%; } .glyphicon-chevron-up:before { content: "\e113"; font-size: 60%; } .glyphicon-circle-arrow-right:before { content: "\e131"; } /************************************************************************************************************/ /********************************************* MAIN BOX STYLES **********************************************/ /************************************************************************************************************/ table.form-table { display: table; table-layout: fixed; width: 100%; } .postbox tr { border-top: none; } .form-table td { border-bottom: 1px solid #dfdfdf; padding: 18px 10px; font-size: 14px; line-height: 1.3; margin-bottom: 9px; vertical-align: middle; } .postbox tr:last-child td { border-bottom: none; } .at-field input, .at-field select, .at-field .wp-picker-container { float: right; } .at-label { font-size: 1.5em; margin-bottom: 15px; } /* ==================================== IMAGE UPLOADER ================================================== */ .image-preview { float: right; width: 100%\9; max-width: 100%; margin-bottom: 15px; clear: both; } .upload-image-button, .remove-image { float: right; clear: both; font-size: 1em; margin-bottom: 15px; padding: 8px 15px; border: 3px solid #cccccc; background-color: #eeeeee; cursor: pointer; } .upload-image-button:hover, .upload-image-button:active { border: 3px solid #5da7f2; } .upload-image-field, .upload-desc-field { float: right; clear: both; } #pages label, #post_slide_options label, #slides label, #Carousel label { font-weight: bold; } #pages .hndle, #post_slide_options .hndle, #slides .hndle, #Carousel .hndle { border-bottom-color: #cccccc; } #pages .inside .form-table td, #post_slide_options .inside td, #slides .inside .form-table td, #Carousel .inside .form-table td { text-align: right; } .js .checkbox, .js .checkbox-toggle { display: none; } .toggle { font-family: "cyberchimps"; src:url("fonts/cyberchimps.eot"); src:url("fonts/cyberchimps.eot?#iefix") format("embedded-opentype"), url("fonts/cyberchimps.woff") format("woff"), url("fonts/cyberchimps.ttf") format("truetype"), url("fonts/cyberchimps.svg#cyberchimps") format("svg"); font-weight: normal; font-style: normal; color: #9e9e9e; text-decoration: none; float: right; } .toggle:before { content: "\e006"; /*off*/ line-height: 40%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 70px; /*font-size: 414%;*/ /*color: #5fb53c;*/ } .toggle.checked:before { content: "\e005"; /*on*/ color: #4993e7; } ul.metabox-tabs { display: none; margin-top: 12px; margin-bottom: 3px; } .metabox-tabs-div ul { list-style: none; } .metabox-tabs li { display: inline; } ul.metabox-tabs li.active { background-color: #ffffff; border-top: 1px solid #cccccc; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; } ul.metabox-tabs li.active, div.tab-content { border-color: #dfdfdf; } .metabox-tabs .active a { color: #000000; } .metabox-tabs a { color: #444444; font-size: 13px; font-weight: 400; } ul.metabox-tabs li { padding: 5px; -moz-border-radius: 3px 3px 0 0; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -khtml-border-top-left-radius: 3px; -khtml-border-top-right-radius: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; } .metabox-tabs a { text-decoration: none; } .metabox-tabs-div div.tabs-panel { overflow: auto; padding: 0.5em 0.9em; border-style: solid; border-width: 1px; } .heading { padding-left: 10px; } .tab-content { overflow: auto; padding: 0.5em 0.9em; border-style: solid; border-width: 1px; background: #ffffff; border-radius: 0px 4px 4px; } .farbtastic { float: right; } /** Page Elements */ .section_order { text-align: left; } .right_list { background: #999999; padding: 10px; border: 1px solid #cccccc; box-shadow: inset 0 0 8px #000000; } .left_list { background: #ffffff; border: 1px solid #cccccc; padding: 10px; } .list_item { padding: 5px 5px 5px 10px; color: #444444; margin-bottom: 5px; border: 1px solid #888888; border-radius: 4px; cursor: move; font-weight: bold; background: #eeeeee; /* Old browsers */ background: -moz-linear-gradient(top, #f8f8f8 0%, #ededed 40%, #dddddd 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(40%, #ededed), color-stop(100%, #dddddd)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #f8f8f8 0%, #ededed 40%, #dddddd 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #f8f8f8 0%, #ededed 40%, #dddddd 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #f8f8f8 0%, #ededed 40%, #dddddd 100%); /* IE10+ */ background: linear-gradient(top, #f8f8f8 0%, #ededed 40%, #dddddd 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dddddd', GradientType=0); /* IE6-9 */ } #active { font-size: 12px; font-weight: bold; color: #000000; text-align: center; margin-top: -10px; margin-left: -10px; margin-right: -10px; margin-bottom: 10px; border-bottom: 1px solid #cccccc; background: #ffffff; /* Old browsers */ background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* IE10+ */ background: linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0); /* IE6-9 */ } #drag { font-size: 10px; font-weight: bold; color: #ffffff; text-align: center; margin-top: -5px; margin-bottom: 5px; } #inactive { font-size: 12px; color: #000000; font-weight: bold; text-align: center; margin-top: -10px; margin-left: -10px; margin-right: -10px; margin-bottom: 10px; border-bottom: 1px solid #cccccc; background: #ffffff; /* Old browsers */ background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* IE10+ */ background: linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0); /* IE6-9 */ } #arrow { float: left; margin-top: 60px; } img.action { margin-right: 5px; margin-bottom: -3px; background: #ffffff; border: 1px solid #acacac; text-align: right; cursor: pointer; padding: 2px; } h4 { margin-top: 0px; margin-bottom: 0px; font-size: 1.17em; } .subsection h4 { padding: 7px 10px; background: white; border-radius: 4px; -moz-border-radius: 4px; cursor: pointer; } .subsection { border: 1px solid #cccccc; background: white; border-radius: 4px; margin-top: 8px; margin-bottom: 8px; } tr { border-top: 1px solid #e7e7e7; } .form-table { margin-top: 0em; } .subsection h4 span { background: url(../../../lib/images/downarrow.png); display: block; height: 16px; width: 16px; float: right; } .subsection h4 span.minus { background: url(../../../lib/images/uparrow.png); } .subsection select { float: right; } .image-select { float: right; } .image-select img { margin-left: 10px; padding: 1px; border: 3px solid #eeeeee; } .image-select img.selected { border: 5px solid #5da7f2; padding: 1px; } .error, .validation_error { color: red; } /* ==================================== NEW META BOX STYLING ================================================== */ .section-order { margin-top: 30px; } .section-order .left-list { float: left; width: 30%; } /*TODO delete this after you have deleted the original styling*/ .section-order .left-list #inactive, .section-order .right-list #active { background: transparent; border-bottom: none; } .section-order #arrow { float: left; width: 10%; text-align: center; } .section-order .right-list { float: left; width: 30%; } .section-order .list-items { padding-bottom: 20px; } .section-order .list-item { padding: 5px 5px 5px 10px; color: #444444; margin-bottom: 5px; border: 1px solid #888888; border-radius: 1px; cursor: move; font-weight: bold; background: #eeeeee; /* Old browsers */ background: -moz-linear-gradient(top, #f8f8f8 0%, #ededed 40%, #dddddd 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(40%, #ededed), color-stop(100%, #dddddd)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #f8f8f8 0%, #ededed 40%, #dddddd 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #f8f8f8 0%, #ededed 40%, #dddddd 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #f8f8f8 0%, #ededed 40%, #dddddd 100%); /* IE10+ */ background: linear-gradient(top, #f8f8f8 0%, #ededed 40%, #dddddd 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dddddd', GradientType=0); /* IE6-9 */ } .sortable-placeholder { background-color: #efefef; height: 30px; border: 3px solid #5da7f2; margin-top: 10px; margin-bottom: 10px; } .colorSelector { position: relative; left: 1px; cursor: pointer; height: 28px; width: 24px; padding: 0; background: none; z-index: 10; float: right !important; border: 1px solid #CCCCCC; } .colorSelector div { position: absolute; top: 0; left: 0; width: 24px; height: 28px; -webkit-border-radius: 2px 0px 0px 2px; border-radius: 2px 0px 0px 2px; background-color: #ffffff; } .of-color { z-index: 5; } .colorpicker { z-index: 1000; } .colorSelector:before { content: ''; position: absolute; display: block; top: 8px; bottom: auto; margin-left: -5px; left: 100%; border-style: solid; border-width: 6px 6px 6px 0; border-color: transparent #cccccc; z-index: 11; } .colorSelector:after { content: ''; position: absolute; top: 9px; bottom: auto; margin-left: -3px; left: 100%; border-style: solid; border-width: 5px 5px 5px 0; border-color: transparent #ffffff; z-index: 12; }
cyberchimps/options/meta-box-class/css/meta-box.css
@font-face { font-family: "cyberchimps"; src: url("../../../lib/fonts/cyberchimps.eot"); src: url("../../../lib/fonts/cyberchimps.eot?#iefix") format("embedded-opentype"), url("../../../lib/fonts/cyberchimps.woff") format("woff"), url("../../../lib/fonts/cyberchimps.ttf") format("truetype"), url("../../../lib/fonts/cyberchimps.svg#cyberchimps") format("svg"); font-weight: normal; font-style: normal; } @font-face { font-family: "Glyphicons Halflings"; src: url("../../../lib/fonts/glyphicons-halflings-regular.eot"); src: url("../../../lib/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../../lib/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../../lib/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../../lib/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg"); font-weight: normal; font-style: normal; } /* Glyphicons ===================*/ .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; -webkit-font-smoothing: antialiased; font-style: normal; font-weight: normal; line-height: 1; -moz-osx-font-smoothing: grayscale; } .glyphicon:empty { width: 1em; } .glyphicon-arrow-right:before { content: "\e092"; } .glyphicon-minus-sign:before { content: "\e082"; font-size: 88%; color: #c00000; margin-right: 3px; } .glyphicon-chevron-down:before { content: "\e114"; font-size: 60%; } .glyphicon-chevron-up:before { content: "\e113"; font-size: 60%; } .glyphicon-circle-arrow-right:before { content: "\e131"; } /************************************************************************************************************/ /********************************************* MAIN BOX STYLES **********************************************/ /************************************************************************************************************/ table.form-table { display: table; table-layout: fixed; width: 100%; } .postbox tr { border-top: none; } .form-table td { border-bottom: 1px solid #dfdfdf; padding: 18px 10px; font-size: 14px; line-height: 1.3; margin-bottom: 9px; vertical-align: middle; } .postbox tr:last-child td { border-bottom: none; } .at-field input, .at-field select, .at-field .wp-picker-container { float: right; } .at-label { font-size: 1.5em; margin-bottom: 15px; } /* ==================================== IMAGE UPLOADER ================================================== */ .image-preview { float: right; width: 100%\9; max-width: 100%; margin-bottom: 15px; clear: both; } .upload-image-button, .remove-image { float: right; clear: both; font-size: 1em; margin-bottom: 15px; padding: 8px 15px; border: 3px solid #cccccc; background-color: #eeeeee; cursor: pointer; } .upload-image-button:hover, .upload-image-button:active { border: 3px solid #5da7f2; } .upload-image-field, .upload-desc-field { float: right; clear: both; } #pages label, #post_slide_options label, #slides label, #Carousel label { font-weight: bold; } #pages .hndle, #post_slide_options .hndle, #slides .hndle, #Carousel .hndle { border-bottom-color: #cccccc; } #pages .inside .form-table td, #post_slide_options .inside td, #slides .inside .form-table td, #Carousel .inside .form-table td { text-align: right; } .js .checkbox, .js .checkbox-toggle { display: none; } .toggle { font-family: "cyberchimps"; src:url("fonts/cyberchimps.eot"); src:url("fonts/cyberchimps.eot?#iefix") format("embedded-opentype"), url("fonts/cyberchimps.woff") format("woff"), url("fonts/cyberchimps.ttf") format("truetype"), url("fonts/cyberchimps.svg#cyberchimps") format("svg"); font-weight: normal; font-style: normal; color: #9e9e9e; text-decoration: none; float: right; } .toggle:before { content: "\e006"; /*off*/ line-height: 40%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 70px; /*font-size: 414%;*/ /*color: #5fb53c;*/ } .toggle.checked:before { content: "\e005"; /*on*/ color: #4993e7; } ul.metabox-tabs { display: none; margin-top: 12px; margin-bottom: 3px; } .metabox-tabs-div ul { list-style: none; } .metabox-tabs li { display: inline; } ul.metabox-tabs li.active { background-color: #ffffff; border-top: 1px solid #cccccc; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; } ul.metabox-tabs li.active, div.tab-content { border-color: #dfdfdf; } .metabox-tabs .active a { color: #000000; } .metabox-tabs a { color: #444444; font-size: 13px; font-weight: 400; } ul.metabox-tabs li { padding: 5px; -moz-border-radius: 3px 3px 0 0; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -khtml-border-top-left-radius: 3px; -khtml-border-top-right-radius: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; } .metabox-tabs a { text-decoration: none; } .metabox-tabs-div div.tabs-panel { overflow: auto; padding: 0.5em 0.9em; border-style: solid; border-width: 1px; } .heading { padding-left: 10px; } .tab-content { overflow: auto; padding: 0.5em 0.9em; border-style: solid; border-width: 1px; background: #ffffff; border-radius: 0px 4px 4px; } .farbtastic { float: right; } /** Page Elements */ .section_order { text-align: left; } .right_list { background: #999999; padding: 10px; border: 1px solid #cccccc; box-shadow: inset 0 0 8px #000000; } .left_list { background: #ffffff; border: 1px solid #cccccc; padding: 10px; } .list_item { padding: 5px 5px 5px 10px; color: #444444; margin-bottom: 5px; border: 1px solid #888888; border-radius: 4px; cursor: move; font-weight: bold; background: #eeeeee; /* Old browsers */ background: -moz-linear-gradient(top, #f8f8f8 0%, #ededed 40%, #dddddd 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(40%, #ededed), color-stop(100%, #dddddd)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #f8f8f8 0%, #ededed 40%, #dddddd 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #f8f8f8 0%, #ededed 40%, #dddddd 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #f8f8f8 0%, #ededed 40%, #dddddd 100%); /* IE10+ */ background: linear-gradient(top, #f8f8f8 0%, #ededed 40%, #dddddd 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dddddd', GradientType=0); /* IE6-9 */ } #active { font-size: 12px; font-weight: bold; color: #000000; text-align: center; margin-top: -10px; margin-left: -10px; margin-right: -10px; margin-bottom: 10px; border-bottom: 1px solid #cccccc; background: #ffffff; /* Old browsers */ background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* IE10+ */ background: linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0); /* IE6-9 */ } #drag { font-size: 10px; font-weight: bold; color: #ffffff; text-align: center; margin-top: -5px; margin-bottom: 5px; } #inactive { font-size: 12px; color: #000000; font-weight: bold; text-align: center; margin-top: -10px; margin-left: -10px; margin-right: -10px; margin-bottom: 10px; border-bottom: 1px solid #cccccc; background: #ffffff; /* Old browsers */ background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* IE10+ */ background: linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0); /* IE6-9 */ } #arrow { float: left; margin-top: 60px; } img.action { margin-right: 5px; margin-bottom: -3px; background: #ffffff; border: 1px solid #acacac; text-align: right; cursor: pointer; padding: 2px; } h4 { margin-top: 0px; margin-bottom: 0px; font-size: 1.17em; } .subsection h4 { padding: 7px 10px; background: white; border-radius: 4px; -moz-border-radius: 4px; cursor: pointer; } .subsection { border: 1px solid #cccccc; background: white; border-radius: 4px; margin-top: 8px; margin-bottom: 8px; } tr { border-top: 1px solid #e7e7e7; } .form-table { margin-top: 0em; } .subsection h4 span { background: url(../../../lib/images/downarrow.png); display: block; height: 16px; width: 16px; float: right; } .subsection h4 span.minus { background: url(../../../lib/images/uparrow.png); } .subsection select { float: right; } .image-select { float: right; } .image-select img { margin-left: 10px; padding: 1px; border: 3px solid #eeeeee; } .image-select img.selected { border: 5px solid #5da7f2; padding: 1px; } .error, .validation_error { color: red; } /* ==================================== NEW META BOX STYLING ================================================== */ .section-order { margin-top: 30px; } .section-order .left-list { float: left; width: 30%; } /*TODO delete this after you have deleted the original styling*/ .section-order .left-list #inactive, .section-order .right-list #active { background: transparent; border-bottom: none; } .section-order #arrow { float: left; width: 10%; text-align: center; } .section-order .right-list { float: left; width: 30%; } .section-order .list-items { padding-bottom: 20px; } .section-order .list-item { padding: 5px 5px 5px 10px; color: #444444; margin-bottom: 5px; border: 1px solid #888888; border-radius: 1px; cursor: move; font-weight: bold; background: #eeeeee; /* Old browsers */ background: -moz-linear-gradient(top, #f8f8f8 0%, #ededed 40%, #dddddd 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(40%, #ededed), color-stop(100%, #dddddd)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #f8f8f8 0%, #ededed 40%, #dddddd 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #f8f8f8 0%, #ededed 40%, #dddddd 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #f8f8f8 0%, #ededed 40%, #dddddd 100%); /* IE10+ */ background: linear-gradient(top, #f8f8f8 0%, #ededed 40%, #dddddd 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dddddd', GradientType=0); /* IE6-9 */ } .sortable-placeholder { background-color: #efefef; height: 30px; border: 3px solid #5da7f2; margin-top: 10px; margin-bottom: 10px; } .colorSelector { position: relative; left: 1px; cursor: pointer; height: 28px; width: 24px; padding: 0; background: none; z-index: 10; float: right !important; border: 1px solid #CCCCCC; } .colorSelector div { position: absolute; top: 0; left: 0; width: 24px; height: 28px; -webkit-border-radius: 2px 0px 0px 2px; border-radius: 2px 0px 0px 2px; background-color: #ffffff; } .of-color { z-index: 5; } .colorpicker { z-index: 1000; } .colorSelector:before { content: ''; position: absolute; display: block; top: 8px; bottom: auto; margin-left: -5px; left: 100%; border-style: solid; border-width: 6px 6px 6px 0; border-color: transparent #cccccc; z-index: 11; } .colorSelector:after { content: ''; position: absolute; top: 9px; bottom: auto; margin-left: -3px; left: 100%; border-style: solid; border-width: 5px 5px 5px 0; border-color: transparent #ffffff; z-index: 12; }
0.145146
0.048271
/* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html, button, input, select, textarea { color: #222; } html { font-size: 1em; line-height: 1.4; } /* * Remove text-shadow in selection highlight: h5bp.com/i * These selection rule sets have to be separate. * Customize the background color to match your design. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between images, videos, audio and canvas and the bottom of * their containers: h5bp.com/i/440 */ audio, canvas, img, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Browse Happy prompt ========================================================================== */ .browsehappy { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ /* ========================================================================== Helper classes ========================================================================== */ /* * Image replacement */ .ir { background-color: transparent; border: 0; overflow: hidden; /* IE 6/7 fallback */ *text-indent: -9999px; } .ir:before { content: ""; display: block; width: 0; height: 150%; } /* * Hide from both screenreaders and browsers: h5bp.com/u */ .hidden { display: none !important; visibility: hidden; } /* * Hide only visually, but have it available for screenreaders: h5bp.com/v */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* * Extends the .visuallyhidden class to allow the element to be focusable * when navigated to via the keyboard: h5bp.com/p */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /* * Hide visually and from screenreaders, but maintain layout */ .invisible { visibility: hidden; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */ .clearfix { *zoom: 1; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ } @media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } /* ========================================================================== Print styles. Inlined to avoid required HTTP connection: h5bp.com/r ========================================================================== */ @media print { * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links for images, or javascript/internal links */ .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; /* h5bp.com/t */ } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } /* ========================================================================== Custom styles C&P from generated styles at codepen.io -> http://codepen.io/stefanjudis/pen/ojDif ========================================================================== */ body { background-color: #6da; text-align: center; } p { background-color: #fbd; padding: 0.5em; color: #fff; -webkit-box-shadow: 0 0.1em 0.2em #393939; -moz-box-shadow: 0 0.1em 0.2em #393939; box-shadow: 0 0.1em 0.2em #393939; } p a { display: block; color: #fff; text-decoration: none; text-transform: uppercase; text-shadow: 0 1px 1px #000; margin: 0.5em 0 0 0; -webkit-transition: font-size 0.2s ease-in; -moz-transition: font-size 0.2s ease-in; -o-transition: font-size 0.2s ease-in; transition: font-size 0.2s ease-in; } p a:hover { font-size: 1.2em; } h1 { position: relative; color: #fff; font-family: sans-serif; text-align: center; margin: 100px 0 0 0; text-shadow: 0 2px 3px #000; } h1:before, h1:after { position: absolute; content: ''; width: 50px; height: 50px; top: -50px; left: 50%; border-radius: 50%; -webkit-box-shadow: 0 1px 1px black; -moz-box-shadow: 0 1px 1px black; box-shadow: 0 1px 1px black; -webkit-transition: margin 0.2s ease-in; -moz-transition: margin 0.2s ease-in; -o-transition: margin 0.2s ease-in; transition: margin 0.2s ease-in; } h1:before { background-color: #63D6A5; margin-left: -37.5px; } h1:after { margin-left: -12.5px; background-color: #fbd; } h1:hover:before { margin-left: -12.5px; } h1:hover:after { margin-left: -37.5px; } h2 { color: #fff; text-shadow: 0 2px 3px #000; } .notification { color: #fff; font-size: 1.5em; height: 2em; line-height: 2em; } #switches, #switchesComponents, #switchesComponentsBug { list-style: none; margin: 1em 0 0 0; padding: 0; } #switches li, #switchesComponents li, #switchesComponentsBug li { margin: 1em; display: inline-block; } /* * Component styles */ .switch { position: relative; width: 150px; height: 150px; background-color: #baf0d8; border-radius: 20%; overflow-x: hidden; -webkit-box-shadow: 0 0.333em 0.75em #393939; -moz-box-shadow: 0 0.333em 0.75em #393939; box-shadow: 0 0.333em 0.75em #393939; z-index: 0; /* * Helper classes for defining size */ } .switch:before, .switch:after { position: absolute; content: ''; left: 0; width: 100%; height: 20%; } .switch:before { top: 0; -webkit-box-shadow: inset 0 5px 10px #e4f9f0; -moz-box-shadow: inset 0 5px 10px #e4f9f0; box-shadow: inset 0 5px 10px #e4f9f0; } .switch:after { bottom: 0; -webkit-box-shadow: inset 0 -3px 5px #99eecc; -moz-box-shadow: inset 0 -3px 5px #99eecc; box-shadow: inset 0 -3px 5px #99eecc; } .switch.small { width: 50px; height: 50px; font-size: 0.5em; } .switch.medium { width: 100px; height: 100px; font-size: 1em; } .switch.big { width: 150px; height: 150px; font-size: 2em; } .switch__circle { position: absolute; width: 96%; height: 96%; top: 2%; left: 2%; border-radius: 50%; background-color: #bfd; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #99eecc)); background-image: -webkit-linear-gradient(#ffffff, #99eecc); background-image: -moz-linear-gradient(#ffffff, #99eecc); background-image: -o-linear-gradient(#ffffff, #99eecc); background-image: linear-gradient(#ffffff, #99eecc); -webkit-box-shadow: 0 0 1em rgba(255, 255, 255, 0.2); -moz-box-shadow: 0 0 1em rgba(255, 255, 255, 0.2); box-shadow: 0 0 1em rgba(255, 255, 255, 0.2); z-index: 1; } .switch__circle:before, .switch__circle:after { position: absolute; content: ''; border-radius: 50%; } .switch__circle:before { width: 85%; height: 85%; top: 7.5%; left: 7.5%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #57e3ab), color-stop(100%, #ffffff)); background-image: -webkit-linear-gradient(#57e3ab, #ffffff); background-image: -moz-linear-gradient(#57e3ab, #ffffff); background-image: -o-linear-gradient(#57e3ab, #ffffff); background-image: linear-gradient(#57e3ab, #ffffff); } .switch__circle:after { width: 70%; height: 70%; top: 15%; left: 15%; background-color: #7ed; -webkit-box-shadow: inset 0 0.175em 0.5em #393939; -moz-box-shadow: inset 0 0.175em 0.5em #393939; box-shadow: inset 0 0.175em 0.5em #393939; } .switch__innerCircles { position: absolute; width: 40%; height: 40%; top: 30%; left: 30%; z-index: 3; } .switch__innerCircles:before, .switch__innerCircles:after { position: absolute; content: ''; width: 100%; height: 100%; top: 0; border-radius: 50%; -webkit-box-shadow: inset 0 1px 1px black; -moz-box-shadow: inset 0 1px 1px black; box-shadow: inset 0 1px 1px black; } .switch__innerCircles:before { right: -25%; background-color: #63d6a5; } .switch__innerCircles:after { left: -25%; background-color: #ffbbdd; } .switch__input { position: absolute; width: 10%; height: 10%; top: 50%; left: 50%; margin: -5% 0 0 -5%; z-index: 2; } .switch__input:checked ~ .switch__label { left: 20%; } .switch__label { position: absolute; width: 40%; height: 0; top: 30%; left: 40%; overflow: hidden; padding-top: 40%; background-color: #fff; border-radius: 50%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ececec)); background-image: -webkit-linear-gradient(#ffffff, #ececec); background-image: -moz-linear-gradient(#ffffff, #ececec); background-image: -o-linear-gradient(#ffffff, #ececec); background-image: linear-gradient(#ffffff, #ececec); -webkit-box-shadow: 0 0.15em 0.2em #393939; -moz-box-shadow: 0 0.15em 0.2em #393939; box-shadow: 0 0.15em 0.2em #393939; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; transition: all 0.2s ease-in; z-index: 4; } .switch__label:before { position: absolute; content: ''; width: 70%; height: 70%; top: 15%; left: 15%; border-radius: 50%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e0e0e0), color-stop(100%, #ececec)); background-image: -webkit-linear-gradient(#e0e0e0, #ececec); background-image: -moz-linear-gradient(#e0e0e0, #ececec); background-image: -o-linear-gradient(#e0e0e0, #ececec); background-image: linear-gradient(#e0e0e0, #ececec); }
css/main.css
/* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html, button, input, select, textarea { color: #222; } html { font-size: 1em; line-height: 1.4; } /* * Remove text-shadow in selection highlight: h5bp.com/i * These selection rule sets have to be separate. * Customize the background color to match your design. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between images, videos, audio and canvas and the bottom of * their containers: h5bp.com/i/440 */ audio, canvas, img, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Browse Happy prompt ========================================================================== */ .browsehappy { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ /* ========================================================================== Helper classes ========================================================================== */ /* * Image replacement */ .ir { background-color: transparent; border: 0; overflow: hidden; /* IE 6/7 fallback */ *text-indent: -9999px; } .ir:before { content: ""; display: block; width: 0; height: 150%; } /* * Hide from both screenreaders and browsers: h5bp.com/u */ .hidden { display: none !important; visibility: hidden; } /* * Hide only visually, but have it available for screenreaders: h5bp.com/v */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* * Extends the .visuallyhidden class to allow the element to be focusable * when navigated to via the keyboard: h5bp.com/p */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /* * Hide visually and from screenreaders, but maintain layout */ .invisible { visibility: hidden; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */ .clearfix { *zoom: 1; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ } @media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } /* ========================================================================== Print styles. Inlined to avoid required HTTP connection: h5bp.com/r ========================================================================== */ @media print { * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links for images, or javascript/internal links */ .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; /* h5bp.com/t */ } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } /* ========================================================================== Custom styles C&P from generated styles at codepen.io -> http://codepen.io/stefanjudis/pen/ojDif ========================================================================== */ body { background-color: #6da; text-align: center; } p { background-color: #fbd; padding: 0.5em; color: #fff; -webkit-box-shadow: 0 0.1em 0.2em #393939; -moz-box-shadow: 0 0.1em 0.2em #393939; box-shadow: 0 0.1em 0.2em #393939; } p a { display: block; color: #fff; text-decoration: none; text-transform: uppercase; text-shadow: 0 1px 1px #000; margin: 0.5em 0 0 0; -webkit-transition: font-size 0.2s ease-in; -moz-transition: font-size 0.2s ease-in; -o-transition: font-size 0.2s ease-in; transition: font-size 0.2s ease-in; } p a:hover { font-size: 1.2em; } h1 { position: relative; color: #fff; font-family: sans-serif; text-align: center; margin: 100px 0 0 0; text-shadow: 0 2px 3px #000; } h1:before, h1:after { position: absolute; content: ''; width: 50px; height: 50px; top: -50px; left: 50%; border-radius: 50%; -webkit-box-shadow: 0 1px 1px black; -moz-box-shadow: 0 1px 1px black; box-shadow: 0 1px 1px black; -webkit-transition: margin 0.2s ease-in; -moz-transition: margin 0.2s ease-in; -o-transition: margin 0.2s ease-in; transition: margin 0.2s ease-in; } h1:before { background-color: #63D6A5; margin-left: -37.5px; } h1:after { margin-left: -12.5px; background-color: #fbd; } h1:hover:before { margin-left: -12.5px; } h1:hover:after { margin-left: -37.5px; } h2 { color: #fff; text-shadow: 0 2px 3px #000; } .notification { color: #fff; font-size: 1.5em; height: 2em; line-height: 2em; } #switches, #switchesComponents, #switchesComponentsBug { list-style: none; margin: 1em 0 0 0; padding: 0; } #switches li, #switchesComponents li, #switchesComponentsBug li { margin: 1em; display: inline-block; } /* * Component styles */ .switch { position: relative; width: 150px; height: 150px; background-color: #baf0d8; border-radius: 20%; overflow-x: hidden; -webkit-box-shadow: 0 0.333em 0.75em #393939; -moz-box-shadow: 0 0.333em 0.75em #393939; box-shadow: 0 0.333em 0.75em #393939; z-index: 0; /* * Helper classes for defining size */ } .switch:before, .switch:after { position: absolute; content: ''; left: 0; width: 100%; height: 20%; } .switch:before { top: 0; -webkit-box-shadow: inset 0 5px 10px #e4f9f0; -moz-box-shadow: inset 0 5px 10px #e4f9f0; box-shadow: inset 0 5px 10px #e4f9f0; } .switch:after { bottom: 0; -webkit-box-shadow: inset 0 -3px 5px #99eecc; -moz-box-shadow: inset 0 -3px 5px #99eecc; box-shadow: inset 0 -3px 5px #99eecc; } .switch.small { width: 50px; height: 50px; font-size: 0.5em; } .switch.medium { width: 100px; height: 100px; font-size: 1em; } .switch.big { width: 150px; height: 150px; font-size: 2em; } .switch__circle { position: absolute; width: 96%; height: 96%; top: 2%; left: 2%; border-radius: 50%; background-color: #bfd; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #99eecc)); background-image: -webkit-linear-gradient(#ffffff, #99eecc); background-image: -moz-linear-gradient(#ffffff, #99eecc); background-image: -o-linear-gradient(#ffffff, #99eecc); background-image: linear-gradient(#ffffff, #99eecc); -webkit-box-shadow: 0 0 1em rgba(255, 255, 255, 0.2); -moz-box-shadow: 0 0 1em rgba(255, 255, 255, 0.2); box-shadow: 0 0 1em rgba(255, 255, 255, 0.2); z-index: 1; } .switch__circle:before, .switch__circle:after { position: absolute; content: ''; border-radius: 50%; } .switch__circle:before { width: 85%; height: 85%; top: 7.5%; left: 7.5%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #57e3ab), color-stop(100%, #ffffff)); background-image: -webkit-linear-gradient(#57e3ab, #ffffff); background-image: -moz-linear-gradient(#57e3ab, #ffffff); background-image: -o-linear-gradient(#57e3ab, #ffffff); background-image: linear-gradient(#57e3ab, #ffffff); } .switch__circle:after { width: 70%; height: 70%; top: 15%; left: 15%; background-color: #7ed; -webkit-box-shadow: inset 0 0.175em 0.5em #393939; -moz-box-shadow: inset 0 0.175em 0.5em #393939; box-shadow: inset 0 0.175em 0.5em #393939; } .switch__innerCircles { position: absolute; width: 40%; height: 40%; top: 30%; left: 30%; z-index: 3; } .switch__innerCircles:before, .switch__innerCircles:after { position: absolute; content: ''; width: 100%; height: 100%; top: 0; border-radius: 50%; -webkit-box-shadow: inset 0 1px 1px black; -moz-box-shadow: inset 0 1px 1px black; box-shadow: inset 0 1px 1px black; } .switch__innerCircles:before { right: -25%; background-color: #63d6a5; } .switch__innerCircles:after { left: -25%; background-color: #ffbbdd; } .switch__input { position: absolute; width: 10%; height: 10%; top: 50%; left: 50%; margin: -5% 0 0 -5%; z-index: 2; } .switch__input:checked ~ .switch__label { left: 20%; } .switch__label { position: absolute; width: 40%; height: 0; top: 30%; left: 40%; overflow: hidden; padding-top: 40%; background-color: #fff; border-radius: 50%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ececec)); background-image: -webkit-linear-gradient(#ffffff, #ececec); background-image: -moz-linear-gradient(#ffffff, #ececec); background-image: -o-linear-gradient(#ffffff, #ececec); background-image: linear-gradient(#ffffff, #ececec); -webkit-box-shadow: 0 0.15em 0.2em #393939; -moz-box-shadow: 0 0.15em 0.2em #393939; box-shadow: 0 0.15em 0.2em #393939; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; transition: all 0.2s ease-in; z-index: 4; } .switch__label:before { position: absolute; content: ''; width: 70%; height: 70%; top: 15%; left: 15%; border-radius: 50%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e0e0e0), color-stop(100%, #ececec)); background-image: -webkit-linear-gradient(#e0e0e0, #ececec); background-image: -moz-linear-gradient(#e0e0e0, #ececec); background-image: -o-linear-gradient(#e0e0e0, #ececec); background-image: linear-gradient(#e0e0e0, #ececec); }
0.501953
0.098729
html { width: 1080px; height: 1920px; } body { width: 100%; height: 100%; overflow: hidden; font-family: 'microsoft yahei'; } .return { width: 194px; height: 81px; text-align: center; line-height: 81px; border-radius: 10px; background-color: #5D1113; position: relative; top: 82px; left: 51px; } .return a { color: #FFF; font-size: 30px; } .return a .iconfont { font-size: 70px; vertical-align: middle; } body { background: url("../imgs/bg/jsnd_bg.jpg") 100% 100% no-repeat; } .intro-wrapper { width: 991px; height: 1020px; padding: 60px 40px; margin: 150px auto 0; border-radius: 10px; background-color: rgba(255, 255, 255, 0.9); box-shadow: 0px 0px 30px 2px #555; overflow-x: hidden; overflow-y: scroll; } .intro-wrapper::-webkit-scrollbar { display: none; } .intro-wrapper h2 { color: #CD332A; font-size: 51px; text-align: center; line-height: 80px; margin-top: 20px; } .intro-wrapper p { color: #515151; font-size: 40px; line-height: 60px; text-indent: 2em; } .intro-wrapper p span { font-weight: 700; } .intro-wrapper img { display: block; width: 430px; height: 430px; margin: 0 auto; } .photo-wrapper { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; align-content: space-between; width: 991px; height: 592px; margin: 34px auto 0; border-radius: 10px; } .photo-wrapper .photo-tb { flex-basis: 100%; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; justify-content: space-between; } .photo-wrapper .photo-tb .swiper-container { width: 474px; height: 274px; border-radius: 10px; position: relative; } .photo-wrapper .photo-tb .swiper-container > img { display: block; width: 100%; height: 100%; } .photo-wrapper .photo-tb .swiper-container .bar { width: 100%; height: 52px; color: #FFF; line-height: 52px; padding: 0 20px; box-sizing: border-box; background-color: rgba(0, 0, 0, 0.8); white-space: nowrap; text-overflow: ellipsis; overflow: hidden; position: absolute; bottom: 0; }
Public/ljz3/css/golden.css
html { width: 1080px; height: 1920px; } body { width: 100%; height: 100%; overflow: hidden; font-family: 'microsoft yahei'; } .return { width: 194px; height: 81px; text-align: center; line-height: 81px; border-radius: 10px; background-color: #5D1113; position: relative; top: 82px; left: 51px; } .return a { color: #FFF; font-size: 30px; } .return a .iconfont { font-size: 70px; vertical-align: middle; } body { background: url("../imgs/bg/jsnd_bg.jpg") 100% 100% no-repeat; } .intro-wrapper { width: 991px; height: 1020px; padding: 60px 40px; margin: 150px auto 0; border-radius: 10px; background-color: rgba(255, 255, 255, 0.9); box-shadow: 0px 0px 30px 2px #555; overflow-x: hidden; overflow-y: scroll; } .intro-wrapper::-webkit-scrollbar { display: none; } .intro-wrapper h2 { color: #CD332A; font-size: 51px; text-align: center; line-height: 80px; margin-top: 20px; } .intro-wrapper p { color: #515151; font-size: 40px; line-height: 60px; text-indent: 2em; } .intro-wrapper p span { font-weight: 700; } .intro-wrapper img { display: block; width: 430px; height: 430px; margin: 0 auto; } .photo-wrapper { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; align-content: space-between; width: 991px; height: 592px; margin: 34px auto 0; border-radius: 10px; } .photo-wrapper .photo-tb { flex-basis: 100%; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; justify-content: space-between; } .photo-wrapper .photo-tb .swiper-container { width: 474px; height: 274px; border-radius: 10px; position: relative; } .photo-wrapper .photo-tb .swiper-container > img { display: block; width: 100%; height: 100%; } .photo-wrapper .photo-tb .swiper-container .bar { width: 100%; height: 52px; color: #FFF; line-height: 52px; padding: 0 20px; box-sizing: border-box; background-color: rgba(0, 0, 0, 0.8); white-space: nowrap; text-overflow: ellipsis; overflow: hidden; position: absolute; bottom: 0; }
0.36886
0.044974
.w0 { width: 0%; } .w20 { width: 20%; } .w40 { width: 40%; } .w60 { width: 60%; } .w80 { width: 80%; } .w25 { width: 25%; } .w50 { width: 50%; } .w75 { width: 75%; } .w100 { width: 100%; } /* HEIGHT */ .h0 { height: 0%; } .h20 { height: 20%; } .h40 { height: 40%; } .h60 { height: 60%; } .h80 { height: 80%; } .h25 { height: 25%; } .h50 { height: 50%; } .h75 { height: 75%; } .h100 { height: 100%; } /* MARGIN AUTO */ .mta { margin-top: auto !important; } .mla { margin-left: auto !important; } .mra { margin-right: auto !important; } .mba { margin-bottom: auto !important; } /* MARGIN ALL */ .m0 { margin: 0; } .m1 { margin: 1rem; } .m2 { margin: 2rem; } .m3 { margin: 3rem; } .m4 { margin: 4rem; } .m5 { margin: 5rem; } .m05 { margin: 0.5rem; } /* MARGIN X-AXIS */ .mx0 { margin-left: 0; margin-right: 0; } .mx1 { margin-left: 1rem; margin-right: 1rem; } .mx2 { margin-left: 2rem; margin-right: 2rem; } .mx3 { margin-left: 3rem; margin-right: 3rem; } .mx4 { margin-left: 4rem; margin-right: 4rem; } .mx5 { margin-left: 5rem; margin-right: 5rem; } .mx05 { margin-left: 0.5rem; margin-right: 0.5rem; } /* MARGIN Y-AXIS */ .my0 { margin-top: 0; margin-bottom: 0; } .my1 { margin-top: 1rem; margin-bottom: 1rem;} .my2 { margin-top: 2rem; margin-bottom: 2rem; } .my3 { margin-top: 3rem; margin-bottom: 3rem; } .my4 { margin-top: 4rem; margin-bottom: 4rem; } .my5 { margin-top: 5rem; margin-bottom: 5rem; } .my05 { margin-top: 0.5rem; margin-bottom: 0.5rem; } /* MARGIN TOP, LEFT, RIGHT, BOTTOM */ .mt0 { margin-top: 0; } .mt1 { margin-top: 1rem; } .mt2 { margin-top: 2rem; } .mt3 { margin-top: 3rem; } .mt4 { margin-top: 4rem; } .mt5 { margin-top: 5rem; } .mt05 { margin-top: 0.5rem; } .ml0 { margin-left: 0; } .ml1 { margin-left: 1rem; } .ml2 { margin-left: 2rem; } .ml3 { margin-left: 3rem; } .ml4 { margin-left: 4rem; } .ml5 { margin-left: 5rem; } .ml05 { margin-left: 0.5rem; } .mr0 { margin-right: 0; } .mr1 { margin-right: 1rem; } .mr2 { margin-right: 2rem; } .mr3 { margin-right: 3rem; } .mr4 { margin-right: 4rem; } .mr5 { margin-right: 5rem; } .mr05 { margin-right: 0.5rem; } .mb0 { margin-bottom: 0; } .mb1 { margin-bottom: 1rem; } .mb2 { margin-bottom: 2rem; } .mb3 { margin-bottom: 3rem; } .mb4 { margin-bottom: 4rem; } .mb5 { margin-bottom: 5rem; } .mb05 { margin-bottom: 0.5rem; } /* PADDING ALL */ .p0 { padding: 0; } .p1 { padding: 1rem; } .p2 { padding: 2rem; } .p3 { padding: 3rem; } .p4 { padding: 4rem; } .p5 { padding: 5rem; } .p05 { padding: 0.5rem; } /* PADDING X-AXIS */ .px0 { padding-left: 0; padding-right: 0; } .px1 { padding-left: 1rem; padding-right: 1rem; } .px2 { padding-left: 2rem; padding-right: 2rem; } .px3 { padding-left: 3rem; padding-right: 3rem; } .px4 { padding-left: 4rem; padding-right: 4rem; } .px5 { padding-left: 5rem; padding-right: 5rem; } .px05 { padding-left: 0.5rem; padding-right: 0.5rem; } /* PADDING Y-AXIS */ .py0 { padding-top: 0; padding-bottom: 0; } .py1 { padding-top: 1rem; padding-bottom: 1rem; } .py2 { padding-top: 2rem; padding-bottom: 2rem; } .py3 { padding-top: 3rem; padding-bottom: 3rem; } .py4 { padding-top: 4rem; padding-bottom: 4rem; } .py5 { padding-top: 5rem; padding-bottom: 5rem; } .py05 { padding-top: 0.5rem; padding-bottom: 0.5rem; } /* PADDING TOP, LEFT, RIGHT, BOTTOM */ .pt0 { padding-top: 0; } .pt1 { padding-top: 1rem; } .pt2 { padding-top: 2rem; } .pt3 { padding-top: 3rem; } .pt4 { padding-top: 4rem; } .pt5 { padding-top: 5rem; } .pt05 { padding-top: 0.5rem; } .pl0 { padding-left: 0; } .pl1 { padding-left: 1rem; } .pl2 { padding-left: 2rem; } .pl3 { padding-left: 3rem; } .pl4 { padding-left: 4rem; } .pl5 { padding-left: 5rem; } .pl05 { padding-left: 0.5rem; } .pr0 { padding-right: 0; } .pr1 { padding-right: 1rem; } .pr2 { padding-right: 2rem; } .pr3 { padding-right: 3rem; } .pr4 { padding-right: 4rem; } .pr5 { padding-right: 5rem; } .pr05 { padding-right: 0.5rem; } .pb0 { padding-bottom: 0; } .pb1 { padding-bottom: 1rem; } .pb2 { padding-bottom: 2rem; } .pb3 { padding-bottom: 3rem; } .pb4 { padding-bottom: 4rem; } .pb5 { padding-bottom: 5rem; } .pb05 { padding-bottom: 0.5rem; }
src/assets/your-css/sizes.css
.w0 { width: 0%; } .w20 { width: 20%; } .w40 { width: 40%; } .w60 { width: 60%; } .w80 { width: 80%; } .w25 { width: 25%; } .w50 { width: 50%; } .w75 { width: 75%; } .w100 { width: 100%; } /* HEIGHT */ .h0 { height: 0%; } .h20 { height: 20%; } .h40 { height: 40%; } .h60 { height: 60%; } .h80 { height: 80%; } .h25 { height: 25%; } .h50 { height: 50%; } .h75 { height: 75%; } .h100 { height: 100%; } /* MARGIN AUTO */ .mta { margin-top: auto !important; } .mla { margin-left: auto !important; } .mra { margin-right: auto !important; } .mba { margin-bottom: auto !important; } /* MARGIN ALL */ .m0 { margin: 0; } .m1 { margin: 1rem; } .m2 { margin: 2rem; } .m3 { margin: 3rem; } .m4 { margin: 4rem; } .m5 { margin: 5rem; } .m05 { margin: 0.5rem; } /* MARGIN X-AXIS */ .mx0 { margin-left: 0; margin-right: 0; } .mx1 { margin-left: 1rem; margin-right: 1rem; } .mx2 { margin-left: 2rem; margin-right: 2rem; } .mx3 { margin-left: 3rem; margin-right: 3rem; } .mx4 { margin-left: 4rem; margin-right: 4rem; } .mx5 { margin-left: 5rem; margin-right: 5rem; } .mx05 { margin-left: 0.5rem; margin-right: 0.5rem; } /* MARGIN Y-AXIS */ .my0 { margin-top: 0; margin-bottom: 0; } .my1 { margin-top: 1rem; margin-bottom: 1rem;} .my2 { margin-top: 2rem; margin-bottom: 2rem; } .my3 { margin-top: 3rem; margin-bottom: 3rem; } .my4 { margin-top: 4rem; margin-bottom: 4rem; } .my5 { margin-top: 5rem; margin-bottom: 5rem; } .my05 { margin-top: 0.5rem; margin-bottom: 0.5rem; } /* MARGIN TOP, LEFT, RIGHT, BOTTOM */ .mt0 { margin-top: 0; } .mt1 { margin-top: 1rem; } .mt2 { margin-top: 2rem; } .mt3 { margin-top: 3rem; } .mt4 { margin-top: 4rem; } .mt5 { margin-top: 5rem; } .mt05 { margin-top: 0.5rem; } .ml0 { margin-left: 0; } .ml1 { margin-left: 1rem; } .ml2 { margin-left: 2rem; } .ml3 { margin-left: 3rem; } .ml4 { margin-left: 4rem; } .ml5 { margin-left: 5rem; } .ml05 { margin-left: 0.5rem; } .mr0 { margin-right: 0; } .mr1 { margin-right: 1rem; } .mr2 { margin-right: 2rem; } .mr3 { margin-right: 3rem; } .mr4 { margin-right: 4rem; } .mr5 { margin-right: 5rem; } .mr05 { margin-right: 0.5rem; } .mb0 { margin-bottom: 0; } .mb1 { margin-bottom: 1rem; } .mb2 { margin-bottom: 2rem; } .mb3 { margin-bottom: 3rem; } .mb4 { margin-bottom: 4rem; } .mb5 { margin-bottom: 5rem; } .mb05 { margin-bottom: 0.5rem; } /* PADDING ALL */ .p0 { padding: 0; } .p1 { padding: 1rem; } .p2 { padding: 2rem; } .p3 { padding: 3rem; } .p4 { padding: 4rem; } .p5 { padding: 5rem; } .p05 { padding: 0.5rem; } /* PADDING X-AXIS */ .px0 { padding-left: 0; padding-right: 0; } .px1 { padding-left: 1rem; padding-right: 1rem; } .px2 { padding-left: 2rem; padding-right: 2rem; } .px3 { padding-left: 3rem; padding-right: 3rem; } .px4 { padding-left: 4rem; padding-right: 4rem; } .px5 { padding-left: 5rem; padding-right: 5rem; } .px05 { padding-left: 0.5rem; padding-right: 0.5rem; } /* PADDING Y-AXIS */ .py0 { padding-top: 0; padding-bottom: 0; } .py1 { padding-top: 1rem; padding-bottom: 1rem; } .py2 { padding-top: 2rem; padding-bottom: 2rem; } .py3 { padding-top: 3rem; padding-bottom: 3rem; } .py4 { padding-top: 4rem; padding-bottom: 4rem; } .py5 { padding-top: 5rem; padding-bottom: 5rem; } .py05 { padding-top: 0.5rem; padding-bottom: 0.5rem; } /* PADDING TOP, LEFT, RIGHT, BOTTOM */ .pt0 { padding-top: 0; } .pt1 { padding-top: 1rem; } .pt2 { padding-top: 2rem; } .pt3 { padding-top: 3rem; } .pt4 { padding-top: 4rem; } .pt5 { padding-top: 5rem; } .pt05 { padding-top: 0.5rem; } .pl0 { padding-left: 0; } .pl1 { padding-left: 1rem; } .pl2 { padding-left: 2rem; } .pl3 { padding-left: 3rem; } .pl4 { padding-left: 4rem; } .pl5 { padding-left: 5rem; } .pl05 { padding-left: 0.5rem; } .pr0 { padding-right: 0; } .pr1 { padding-right: 1rem; } .pr2 { padding-right: 2rem; } .pr3 { padding-right: 3rem; } .pr4 { padding-right: 4rem; } .pr5 { padding-right: 5rem; } .pr05 { padding-right: 0.5rem; } .pb0 { padding-bottom: 0; } .pb1 { padding-bottom: 1rem; } .pb2 { padding-bottom: 2rem; } .pb3 { padding-bottom: 3rem; } .pb4 { padding-bottom: 4rem; } .pb5 { padding-bottom: 5rem; } .pb05 { padding-bottom: 0.5rem; }
0.663778
0.337449
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700); @font-face { font-family:"olivier Regular"; src:url("../fonts/olivier_01.eot?") format("eot"),url("../fonts/olivier_01.woff") format("woff"),url("../fonts/olivier_01.ttf") format("truetype"), url("../fonts/olivier_01.svg#olivier") format("svg"); font-weight:normal; font-style:normal; } /* ************************ End Font Initialize ************************ */ /* ********************************************************************* */ /* ************************ Start Normalize ************************ */ /* ***************************************************************** */ html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body{ font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 400; line-height: 1; } h1,h2,h3,h4,h5,h6{ font-weight: 700; margin: 0; line-height: 1; } ul,ol{ margin: 0; padding: 0; list-style: none; } a{ display: inline-block; -webkit-transition: all 400ms ease; -ms-transition: all 400ms ease; transition: all 400ms ease; } a:hover,a:focus{ text-decoration: none; outline-offset: 0; color: inherit; } .no-padding{ padding: 0 !important; } .no-padding-left{ padding-left: 0 !important; } .no-padding-right{ padding-right: 0 !important; } input:focus{ outline: 0; padding: 0; } img{ max-width: 100%; } iframe{ border: 0; float: left; width: 100%; } .section-title{ font-size: 48px; text-transform: uppercase; color: #ed1c24; margin-bottom: 28px; } .section-title span{ color: #06396a; } .section-subtitle{ font-size: 16px; color: #aeaeae; line-height: 22px; margin-bottom: 44px; } .section-title-2{ font-size: 48px; color: #fff; text-transform: uppercase; margin-bottom: 63px; } .section-subtitle-2{ font-size: 18px; color: #fff; text-transform: uppercase; margin-bottom: 10px; } .section-subtitle-2.black{ color: #000; } .pos-reletive{ position: relative; } /* ************************ End Normalize ************************ */ /* *************************************************************** */
src/static/css/preset.css
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700); @font-face { font-family:"olivier Regular"; src:url("../fonts/olivier_01.eot?") format("eot"),url("../fonts/olivier_01.woff") format("woff"),url("../fonts/olivier_01.ttf") format("truetype"), url("../fonts/olivier_01.svg#olivier") format("svg"); font-weight:normal; font-style:normal; } /* ************************ End Font Initialize ************************ */ /* ********************************************************************* */ /* ************************ Start Normalize ************************ */ /* ***************************************************************** */ html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body{ font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 400; line-height: 1; } h1,h2,h3,h4,h5,h6{ font-weight: 700; margin: 0; line-height: 1; } ul,ol{ margin: 0; padding: 0; list-style: none; } a{ display: inline-block; -webkit-transition: all 400ms ease; -ms-transition: all 400ms ease; transition: all 400ms ease; } a:hover,a:focus{ text-decoration: none; outline-offset: 0; color: inherit; } .no-padding{ padding: 0 !important; } .no-padding-left{ padding-left: 0 !important; } .no-padding-right{ padding-right: 0 !important; } input:focus{ outline: 0; padding: 0; } img{ max-width: 100%; } iframe{ border: 0; float: left; width: 100%; } .section-title{ font-size: 48px; text-transform: uppercase; color: #ed1c24; margin-bottom: 28px; } .section-title span{ color: #06396a; } .section-subtitle{ font-size: 16px; color: #aeaeae; line-height: 22px; margin-bottom: 44px; } .section-title-2{ font-size: 48px; color: #fff; text-transform: uppercase; margin-bottom: 63px; } .section-subtitle-2{ font-size: 18px; color: #fff; text-transform: uppercase; margin-bottom: 10px; } .section-subtitle-2.black{ color: #000; } .pos-reletive{ position: relative; } /* ************************ End Normalize ************************ */ /* *************************************************************** */
0.266453
0.077204
.btn { filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)!important; padding:9px 15px!important; } .modal-footer { padding-top: 12px; padding-bottom: 14px; border-top-color: #e4e9ee; -webkit-box-shadow: none; box-shadow: none; background-color: #eff3f8; } .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{ background-color: #EDEDED!important; background: linear-gradient(#EDEDED, #D2D2D2)!important; } label { font-weight: normal; font-size: 14px; } .tab-content { border: 1px solid #c5d0dc; /*padding: 16px 24px;*/ position: relative; z-index: 11; } .content-font{ padding:30px 24px; } .content-back{ padding: 0 40px; margin-top: -12px; } .badge-yellow, .label-yellow { color: #963!important; border-color: #fee188; } .label-success, .badge-success { background-color: #82af6f!important; } .label-info, .badge-info { background-color: #3a87ad!important; } .label-warning, .badge-warning { background-color: #f89406!important; } .find{ height: 28px; margin-top: 6px; } .footer { text-align: center; font-size: 15px; margin-top: 3%; } .nav-user-photo { margin: -4px 0 0 -8px; border-radius: 100%; border: 2px solid #FFF; max-width: 40px!important; } .light-blue>a{ padding-bottom:8px!important; } .nav-sidebar i{ margin-right: 6px; } #dataEntering{ margin-left: 20px; } #dataManage,#planManage,#userManage,#problemManage{ margin-left: 10px; } .badge-primary{ background-color:#428bca!important; margin-left: 10px; } .nav-header>.arrow { display: inline-block; width: 14px!important; height: 14px; line-height: 14px; text-shadow: none; font-size: 18px; position: absolute; right: 11px; top: 11px; padding: 0; color: #666; } @media (min-width: 992px){ .col-md-2 { width: 13.66666667%; } .col-md-10{ width: 86.3333333%; } .col-md-offset-2 { margin-left: 13.66666667%; } } textarea, 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"] { /*border-radius: 0!important;*/ color: #858585; background-color: #fff; /*border: 1px solid #d5d5d5;*/ padding: 5px 4px; line-height: 1.2; font-size: 14px; font-family: inherit; -webkit-box-shadow: none!important; box-shadow: none!important; -webkit-transition-duration: .1s; transition-duration: .1s; } .label { border-radius: 0; text-shadow: none; font-weight: normal; display: inline-block; background-color: #abbac3!important; } .label-lg.arrowed-right { margin-right: 6px; } .label.arrowed-right { margin-right: 5px; } .label.arrowed-right, .label.arrowed-in-right { position: relative; z-index: 1; } .label-lg { padding: .3em .6em .4em; font-size: 13px; line-height: 1.1; height: 24px; } .label-purple, .badge-purple { background-color: #9585bf!important; } .nav-tabs.background-blue { padding-top: 6px; background-color: #eff3f8; border: 1px solid #c5d0dc; } .nav-tabs.tab-color-blue { border-bottom-color: #c5d0dc; } .nav-tabs.padding-12 { padding-left: 12px; } .nav-tabs { border-color: #c5d0dc; margin-bottom: 0; margin-left: 0; position: relative; top: 1px; } .nav-tabs.tab-color-blue>li.active>a, .nav-tabs.tab-color-blue>li.active>a:focus, .nav-tabs.tab-color-blue>li.active>a:hover { color: #4c718a; border-color: #7db4d8 #7db4d8 transparent; } .nav-tabs[class*="tab-color-"]>li.active>a, .nav-tabs[class*="tab-color-"]>li.active>a:focus, .nav-tabs[class*="tab-color-"]>li.active>a:hover { background-color: #FFF; color: #4f80a0; box-shadow: none; } .nav-tabs.tab-color-blue>li>a, .nav-tabs.tab-color-blue>li>a:focus { background-color: #7db4d8; } .nav-tabs[class*="tab-color-"]>li>a, .nav-tabs[class*="tab-color-"]>li>a:focus, .nav-tabs[class*="tab-color-"]>li>a:hover { color: #FFF; border-color: transparent; margin-right: 3px; } .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { color: #576373; border-color: #c5d0dc; border-top: 2px solid #4c8fbd; border-bottom-color: transparent; background-color: #FFF; z-index: 12; line-height: 16px; margin-top: -1px; box-shadow: 0 -2px 3px 0 rgba(0,0,0,0.15); } .nav-tabs>li>a { padding: 8px 12px; } .label-yellow, .badge-yellow { background-color: #fee188!important; } .label-success, .badge-success { background-color: #82af6f!important; } .label-info, .badge-info { background-color: #3a87ad!important; } .label-warning, .badge-warning { background-color: #f89406!important; } .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { color: #576373; border-color: #c5d0dc; border-top: 2px solid #4c8fbd; border-bottom-color: transparent; background-color: #FFF; z-index: 12; line-height: 16px; margin-top: -1px; box-shadow: 0 -2px 3px 0 rgba(0,0,0,0.15); } .nav-tabs>li>a, .nav-tabs>li>a:focus { border-radius: 0!important; background-color: #f9f9f9; color: #999; margin-right: -1px; line-height: 16px; position: relative; z-index: 11; border-color: #c5d0dc; } .btn-yellow, .btn-yellow:focus { background-color: #fee188!important; border-color: #fee188; } .btn-yellow { color: #963!important; text-shadow: 0 -1px 0 rgba(255,255,255,0.4)!important; } .label-lg.arrowed-right:after { right: -12px; border-width: 12px 6px; } .label-purple.arrowed-right:after { border-left-color: #9585bf; } .label.arrowed-right:after { right: -10px; border-width: 10px 5px; } .label.arrowed-right:after, .label.arrowed-in-right:after { display: inline-block; content: ""; position: absolute; top: 0; z-index: -1; border: 1px solid transparent; border-left-color: #abbac3; } .dropdown-toggle .user-info,.dropdown-toggle i{ color: white; } .btn-yellow:hover{ background-color: rgb(247,208,91)!important; } .select-year{ height: 34px; vertical-align: middle; border:1px solid #ccc; border-radius: 4px; } body{ /*background-color: #EDEDED !important;*/ background-color: #FCFCFC !important; } .form-content{ padding: 10px 30px 30px 42px; } .page-box{ box-shadow:0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); /*box-shadow: 0px 0px 25px lightgray;*/ border-radius:2px; border: 0; }
public/assets/css/common.css
.btn { filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)!important; padding:9px 15px!important; } .modal-footer { padding-top: 12px; padding-bottom: 14px; border-top-color: #e4e9ee; -webkit-box-shadow: none; box-shadow: none; background-color: #eff3f8; } .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{ background-color: #EDEDED!important; background: linear-gradient(#EDEDED, #D2D2D2)!important; } label { font-weight: normal; font-size: 14px; } .tab-content { border: 1px solid #c5d0dc; /*padding: 16px 24px;*/ position: relative; z-index: 11; } .content-font{ padding:30px 24px; } .content-back{ padding: 0 40px; margin-top: -12px; } .badge-yellow, .label-yellow { color: #963!important; border-color: #fee188; } .label-success, .badge-success { background-color: #82af6f!important; } .label-info, .badge-info { background-color: #3a87ad!important; } .label-warning, .badge-warning { background-color: #f89406!important; } .find{ height: 28px; margin-top: 6px; } .footer { text-align: center; font-size: 15px; margin-top: 3%; } .nav-user-photo { margin: -4px 0 0 -8px; border-radius: 100%; border: 2px solid #FFF; max-width: 40px!important; } .light-blue>a{ padding-bottom:8px!important; } .nav-sidebar i{ margin-right: 6px; } #dataEntering{ margin-left: 20px; } #dataManage,#planManage,#userManage,#problemManage{ margin-left: 10px; } .badge-primary{ background-color:#428bca!important; margin-left: 10px; } .nav-header>.arrow { display: inline-block; width: 14px!important; height: 14px; line-height: 14px; text-shadow: none; font-size: 18px; position: absolute; right: 11px; top: 11px; padding: 0; color: #666; } @media (min-width: 992px){ .col-md-2 { width: 13.66666667%; } .col-md-10{ width: 86.3333333%; } .col-md-offset-2 { margin-left: 13.66666667%; } } textarea, 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"] { /*border-radius: 0!important;*/ color: #858585; background-color: #fff; /*border: 1px solid #d5d5d5;*/ padding: 5px 4px; line-height: 1.2; font-size: 14px; font-family: inherit; -webkit-box-shadow: none!important; box-shadow: none!important; -webkit-transition-duration: .1s; transition-duration: .1s; } .label { border-radius: 0; text-shadow: none; font-weight: normal; display: inline-block; background-color: #abbac3!important; } .label-lg.arrowed-right { margin-right: 6px; } .label.arrowed-right { margin-right: 5px; } .label.arrowed-right, .label.arrowed-in-right { position: relative; z-index: 1; } .label-lg { padding: .3em .6em .4em; font-size: 13px; line-height: 1.1; height: 24px; } .label-purple, .badge-purple { background-color: #9585bf!important; } .nav-tabs.background-blue { padding-top: 6px; background-color: #eff3f8; border: 1px solid #c5d0dc; } .nav-tabs.tab-color-blue { border-bottom-color: #c5d0dc; } .nav-tabs.padding-12 { padding-left: 12px; } .nav-tabs { border-color: #c5d0dc; margin-bottom: 0; margin-left: 0; position: relative; top: 1px; } .nav-tabs.tab-color-blue>li.active>a, .nav-tabs.tab-color-blue>li.active>a:focus, .nav-tabs.tab-color-blue>li.active>a:hover { color: #4c718a; border-color: #7db4d8 #7db4d8 transparent; } .nav-tabs[class*="tab-color-"]>li.active>a, .nav-tabs[class*="tab-color-"]>li.active>a:focus, .nav-tabs[class*="tab-color-"]>li.active>a:hover { background-color: #FFF; color: #4f80a0; box-shadow: none; } .nav-tabs.tab-color-blue>li>a, .nav-tabs.tab-color-blue>li>a:focus { background-color: #7db4d8; } .nav-tabs[class*="tab-color-"]>li>a, .nav-tabs[class*="tab-color-"]>li>a:focus, .nav-tabs[class*="tab-color-"]>li>a:hover { color: #FFF; border-color: transparent; margin-right: 3px; } .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { color: #576373; border-color: #c5d0dc; border-top: 2px solid #4c8fbd; border-bottom-color: transparent; background-color: #FFF; z-index: 12; line-height: 16px; margin-top: -1px; box-shadow: 0 -2px 3px 0 rgba(0,0,0,0.15); } .nav-tabs>li>a { padding: 8px 12px; } .label-yellow, .badge-yellow { background-color: #fee188!important; } .label-success, .badge-success { background-color: #82af6f!important; } .label-info, .badge-info { background-color: #3a87ad!important; } .label-warning, .badge-warning { background-color: #f89406!important; } .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { color: #576373; border-color: #c5d0dc; border-top: 2px solid #4c8fbd; border-bottom-color: transparent; background-color: #FFF; z-index: 12; line-height: 16px; margin-top: -1px; box-shadow: 0 -2px 3px 0 rgba(0,0,0,0.15); } .nav-tabs>li>a, .nav-tabs>li>a:focus { border-radius: 0!important; background-color: #f9f9f9; color: #999; margin-right: -1px; line-height: 16px; position: relative; z-index: 11; border-color: #c5d0dc; } .btn-yellow, .btn-yellow:focus { background-color: #fee188!important; border-color: #fee188; } .btn-yellow { color: #963!important; text-shadow: 0 -1px 0 rgba(255,255,255,0.4)!important; } .label-lg.arrowed-right:after { right: -12px; border-width: 12px 6px; } .label-purple.arrowed-right:after { border-left-color: #9585bf; } .label.arrowed-right:after { right: -10px; border-width: 10px 5px; } .label.arrowed-right:after, .label.arrowed-in-right:after { display: inline-block; content: ""; position: absolute; top: 0; z-index: -1; border: 1px solid transparent; border-left-color: #abbac3; } .dropdown-toggle .user-info,.dropdown-toggle i{ color: white; } .btn-yellow:hover{ background-color: rgb(247,208,91)!important; } .select-year{ height: 34px; vertical-align: middle; border:1px solid #ccc; border-radius: 4px; } body{ /*background-color: #EDEDED !important;*/ background-color: #FCFCFC !important; } .form-content{ padding: 10px 30px 30px 42px; } .page-box{ box-shadow:0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); /*box-shadow: 0px 0px 25px lightgray;*/ border-radius:2px; border: 0; }
0.324449
0.069007
* BUNDLE ITEMS IN INBOX html.simpl div[gh='tl'] tr[labels*='Promotions'] ~ tr[labels*='Promotions'], html.simpl div[gh='tl'] tr[labels*='Social'] ~ tr[labels*='Social'], html.simpl div[gh='tl'] tr[labels*='Updates'] ~ tr[labels*='Updates'], html.simpl div[gh='tl'] tr[labels*='Forums'] ~ tr[labels*='Forums'] { display: none; } */ /* ==================================================================== * KEEP CHAT ROSTER MINIMIZED AFTER RELOAD */ html.simpl.chatClosed .aeN div[role="complementary"] { height: 0px !important; } html.simpl.chatClosed .aeN div[gh="ns"] { display: none !important; } html.simpl.chatClosed .aeN div[role="navigation"] { height: calc(100vh - 95px) !important; } /* ==================================================================== * SHRINK FOOTPRINT OF MEET SECTION IN NAV TO ONE LINE */ /* Hide "New" badge */ html.simpl .aeN div[role="complementary"] > div[role="navigation"] > div:first-child > span { display: none; } /* Shrink width of title to make room for icons */ html.simpl .aeN div[role="complementary"] > div[role="navigation"] > div:first-child { float: left; width: 122px; } /* Shrink two actions to icons and put them inline with the title */ html.simpl .aeN div[role="complementary"] > div[role="navigation"] > div:nth-child(2) { display: block; position: absolute; right: 12px; } html.simpl .aeN div[role="complementary"] > div[role="navigation"] > div:nth-child(2) .aim { width: 40px; float: left; } html.simpl .aeN div[role="complementary"] > div[role="navigation"] > div:nth-child(2) .aim .TN { padding: 0 10px; } html.simpl .aeN div[role="complementary"] > div[role="navigation"] > div:nth-child(2) .aim .TO { border-radius: 16px; } /* Change action label to something shown on hover */ html.simpl .aeN div[role="complementary"] > div[role="navigation"] > div:nth-child(2) .aim .aio { display: none; } html.simpl .aeN div[role="complementary"] > div[role="navigation"] > div:nth-child(2) .aim:hover .aio { display: block !important; position: absolute; top: 0px; left: -150px; width: fit-content; max-width: 130px; border-radius: 4px; padding: 5px 12px 7px 12px; background-color: white; } html.simpl .aeN div[role="complementary"] > div[role="navigation"] > div:nth-child(2) .aim:nth-child(2):hover .aio { left: -190px; } html.simpl .aeN div[role="complementary"] > div[role="navigation"] > div:nth-child(2) .aim:hover .aio a { color: #202124; text-shadow: none; white-space: nowrap; } /* Move start call buttons when chat is minimized */ html.simpl .aeN div[role="complementary"][style*="height: 0px"] > div[role="navigation"] > div:nth-child(2) { z-index: 999; right: 48px; } html.simpl .aeN div[role="complementary"][style*="height: 0px"] > div[role="navigation"] > div:nth-child(2) .aim:hover .aio { display: none !important; } /* ==================================================================== * INBOX DATE GROUPING */ html.simpl tr[date="today"], html.simpl tr[date="yesterday"], html.simpl tr[date="month0"], html.simpl tr[date="month1"], html.simpl tr[date="month2"], html.simpl tr[date="earlier"] { margin-top: 3em; } html.simpl tr[date="today"] ~ tr[date="today"], html.simpl tr[date="yesterday"] ~ tr[date="yesterday"], html.simpl tr[date="month0"] ~ tr[date="month0"], html.simpl tr[date="month1"] ~ tr[date="month1"], html.simpl tr[date="month2"] ~ tr[date="month2"], html.simpl tr[date="earlier"] ~ tr[date="earlier"] { margin-top: initial; } html.simpl tr[date="today"]::before, html.simpl tr[date="yesterday"]::before, html.simpl tr[date="month0"]::before, html.simpl tr[date="month1"]::before, html.simpl tr[date="month2"]::before, html.simpl tr[date="earlier"]::before { height: 0px; width: 0px; white-space: nowrap; overflow: visible; font-size: 0.7em; letter-spacing: 1.2; color: #aaa; font-weight: bold; display: block; position: relative; top: -32px; left: 16px; } html.simpl.mediumTheme tr[date="today"]::before, html.simpl.mediumTheme tr[date="yesterday"]::before, html.simpl.mediumTheme tr[date="month0"]::before, html.simpl.mediumTheme tr[date="month1"]::before, html.simpl.mediumTheme tr[date="month2"]::before, html.simpl.mediumTheme tr[date="earlier"]::before, html.simpl.darkTheme tr[date="today"]::before, html.simpl.darkTheme tr[date="yesterday"]::before, html.simpl.darkTheme tr[date="month0"]::before, html.simpl.darkTheme tr[date="month1"]::before, html.simpl.darkTheme tr[date="month2"]::before, html.simpl.darkTheme tr[date="earlier"]::before { color: #ffffff; } html.simpl tr[date="today"]::before { content: "TODAY"; } html.simpl tr[date="yesterday"]::before { content: "YESTERDAY"; } html.simpl tr[date="month0"]::before { content: "THIS MONTH"; } html.simpl tr[date="month1"]::before { content: "LAST MONTH"; } html.simpl tr[date="earlier"]::before { content: "EARLIER"; } html.simpl tr[date="today"] ~ tr[date="today"]::before, html.simpl tr[date="yesterday"] ~ tr[date="yesterday"]::before, html.simpl tr[date="month0"] ~ tr[date="month0"]::before, html.simpl tr[date="month1"] ~ tr[date="month1"]::before, html.simpl tr[date="month2"] ~ tr[date="month2"]::before, html.simpl tr[date="earlier"] ~ tr[date="earlier"]::before { content: ""; display: none; } /* ==================================================================== * GLOBAL / APP-LEVEL */ /* Hide footer html.simpl.multiBoxHorz .pfiaof, html.simpl.multiBoxVert .pfiaof, html.simpl .ae4 + .pfiaof, */ html.simpl .aeG, html.simpl .pfiaof, html.simpl.readingPane .apc, html.simpl.readingPane .apO { display: none; } /* Move and restyle banners (vacation auto-responder, account delegation) */ html.simpl .w-MH, html.simpl .ZY, html.simpl .w-asV .aG, html.simpl .bir { position: fixed; width: auto; max-width: 300px; text-align: left; padding: 18px 24px; bottom: 24px; left: 24px; font-size: 0.875rem; font-weight: bold; border: none; box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.302), 0 4px 8px 3px rgba(60, 64, 67, 0.149); border-radius: 2px; /* Override the black on yellow default theme */ color: #fff; background-color: #202124; } html.simpl .w-MH .e, html.simpl .ZY .e, html.simpl .w-asV .aG a, html.simpl .bir a { margin-left: 16px; color: #8ab4f8; } /* ==================================================================== * APP BAR (menu and account switcher + container for search) */ /* Hide Gmail logo and name */ html.simpl #gb a[href="#inbox"] { display: none !important; } /* Hide App Switcher */ html.simpl #gbwa { display: none !important; position: absolute; right: 0px; padding: 12px 66px 14px 12px; margin: -8px -12px 0 0; } html.simpl.appSwitcher #gbwa { display: block !important; } html.simpl.appSwitcher.quickSettings #gb .FI, html.simpl.appSwitcher.quickSettings #gb div[data-tooltip="Settings"] { display: none; } html.simpl #gb .Yb { display: none; } html.simpl.appSwitcher #gb .Yb { display: inline-block; margin-right: 54px; } /* Remove padding around profile photo so settings is better spaced */ /* UNSTABLE */ html.simpl .gb_Da { padding-left: 2px !important; } /* Clean up the butter bar (loading, etc) */ html.simpl .vX .vh { border: none; border-radius: 0 0 4px 4px; padding: 8px 16px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); } /* Reduce width of app bar when Addons are open */ html.simpl.addOnsOpen header#gb { width: calc(100vw - 300px); } /* Hide Support button */ html.simpl #gb .zo, html.simpl #gb img[src*="help_outline"] { display: none; } /* ==================================================================== * ACTION BAR (actions, pagination, and settings) */ /* Move action bar on top of app bar and to right of menu button */ html.simpl .aeH { position: absolute !important; top: 0px !important; left: 60px !important; width: calc(var(--action-bar-width) - 92px); /* Reduce z-index from 986 so action bar can live on top of it */ z-index: 6; } html.simpl .aeH .G-atb { height: 64px; } /* Remove extra right margin from action bar so it is spaced correctly */ html.simpl .aeH .G-atb[gh="tm"] { margin-right: 0px !important; top: 0px; } /* Hide extra drop shadow on action bar - it bleeds through on the filter pop-up */ html.simpl .aeH .G-atb::before { box-shadow: none; -webkit-box-shadow: none; } /* Make bar wider when search is hidden */ html.simpl { --quickSettingsGap: 0px; } html.simpl.quickSettings { --quickSettingsGap: 42px; } html.simpl.hideSearch .aeH { width: calc(100vw - 172px - var(--quickSettingsGap)); } html.simpl.hideSearch.addOnsOpen .aeH { width: calc(100vw - 172px - 300px - var(--quickSettingsGap)); } /* Dim pagination controls unless hovered over html.simpl .aeH .G-atb .aqJ, html.simpl .aeF .G-atb .aqJ, html.simpl .aeH .G-atb .adF { opacity: 0.5; transition: opacity 0.2s ease-in 0s; } html.simpl .aeH .G-atb .aqJ:hover, html.simpl .aeF .G-atb .aqJ:hover, html.simpl .aeH .G-atb .adF:hover { opacity: 1; } */ /* Don't show pagination menu */ html.simpl .aeH .G-atb .aqJ .amG, html.simpl .aeF .G-atb .aqJ .amG, html.simpl .aeH .G-atb .adF .amG { display: none; } /* Below 1350px, hide pagination when search and addOns are both open */ @media only screen and (max-width: 1370.98px) { html.simpl.addOnsOpen:not(.hideSearch) .aeH .G-atb .aqJ > div:not([gh="s"]), html.simpl.addOnsOpen:not(.hideSearch) .aeH .G-atb .adF > div:not([gh="s"]) { display: none; } } /* Below 1200px, hide pagination AND settings when search and addOns are both open */ @media only screen and (max-width: 1200.98px) { html.simpl.addOnsOpen:not(.hideSearch) .adF, html.simpl.addOnsOpen:not(.hideSearch) .aqJ { display: none; } } /* Below 1100px wide, when search is expanded, hide pagination controls even if AddOns aren't open */ @media only screen and (max-width: 1100.98px) { html.simpl:not(.hideSearch) .aeH .G-atb .aqJ > div:not([gh="s"]), html.simpl:not(.hideSearch) .aeH .G-atb .adF > div:not([gh="s"]) { display: none; } } /* Below 850px wide, when search is expanded, pagination AND settings */ @media only screen and (max-width: 850.98px) { html.simpl:not(.hideSearch) .aeH .G-atb .aqJ, html.simpl:not(.hideSearch) .aeH .G-atb .adF { display: none; } } /* Remove drop shadow from action bar */ html.simpl .aeI .G-atb { box-shadow: none; -webkit-box-shadow: none; } /* Move action bar for Horizontal Multiple Inboxes */ html.simpl.multiBoxHorz .aeF .G-atb[gh="tm"] { position: fixed; top: 8px; left: 60px; z-index: 6 !important; width: calc(var(--action-bar-width) - 128px); transition: width 0s ease-in 0s; /* was 0.15s - Looks bad with 3rd party extensions */ } html.simpl.multiBoxHorz .aeF .G-atb[gh="tm"]::before { box-shadow: none; -webkit-box-shadow: none; } html.simpl.multiBoxHorz.hideSearch:not(.addOnsOpen) .aeF .G-atb[gh="tm"] { width: calc(100vw - 206px) !important; } html.simpl.multiBoxHorz.hideSearch.addOnsOpen .aeF .G-atb[gh="tm"] { width: calc(var(--action-bar-width) - 152px); } html.simpl.multiBoxHorz.addOnsOpen:not(.hideSearch) .aeF .G-atb[gh="tm"] { width: calc(var(--action-bar-width) - 370px); } /* Further adjustments for side-by-side multiple inboxes */ html.simpl.multiBoxHorz div[role="main"] .byR { margin-top: 0px; } @media only screen and (max-width: 1441.98px) { html.simpl.multiBoxHorz .aeF > div.nH { max-width: 1400px !important; } /* Keep the max-width of the conversation narrow -- fragile due to use of .BltHke */ /* TODO: I should do this at all resolutions for horizontal split view */ html.simpl.multiBoxHorz .aeF > div.nH > div.nH:last-child:not(.BltHke) { max-width: 960px !important; margin: 0 auto; } } @media only screen and (min-width: 1441.98px) { /* Allow the side-by-side multiBox to be a lot wider... */ html.simpl.multiBoxHorz .aeF > div.nH { max-width: 2200px !important; } /* ... while keeping the max-width of the conversation narrow */ html.simpl.multiBoxHorz .aeF > div.nH > div.nH[role="main"]:not(.BltHke) { max-width: 1100px !important; margin: 0 auto; } } /* Nudge the offline button closer to the settings gear */ html.simpl .aqJ .bvX, html.simpl .adF .bvX { margin-right: 16px !important; } /* Hide the Offline icon */ html.simpl .bvE { display: none; } /* ==================================================================== * ALIGN ACTION BAR WITH CONTENT */ /* Resolutions Low (< 960px) Mid (961 - 1440) High (> 1441) Views Default inbox w/ tabs Search (including label) Priority inbox Preview pane vertical Preview pane horizontal Multiple inboxes vertical Multiple inboxes horizontal States (icon buttons) Menu closed Menu closed, Right side chat Menu closed, Right side chat, Search open Menu closed, Add-ons open Menu closed, Add-ons open, Search open Menu open Menu open, Right side chat Menu open, Right side chat, Search open Menu open, Add-ons open Menu open, Add-ons open, Search open States (text button labels) Menu closed Menu closed, Right side chat Menu closed, Right side chat, Search open Menu closed, Add-ons open Menu closed, Add-ons open, Search open Menu open Menu open, Right side chat Menu open, Right side chat, Search open Menu open, Add-ons open Menu open, Add-ons open, Search open */ @media only screen and (max-width: 1278.97px) { html.simpl { --content-width: 100%; } } @media only screen and (min-width: 1278.98px) { /* DETAULT VIEWS: Move actions to left edge of content */ html.simpl { --content-width: 960px; --left-offset: 60px; } html.simpl.quickSettings { --left-offset: 60px; /* was 88px */ } html.simpl.navOpen { --left-offset: -32px; } html.simpl.navOpen.quickSettings { --left-offset: -32px; /* was -4px */ } html.simpl.readingPane.navOpen:not(.noSplitPane) { --left-offset: -1px; } html.simpl.rhsChat.navOpen { --left-offset: 68px; --content-width: 1164px; } html.simpl.rhsChat:not(.navOpen) { --left-offset: 160px; } html.simpl.addOnsOpen, html.simpl.addOnsOpen.rhsChat { --left-offset: 210px; --content-width: 1260px; } html.simpl.addOnsOpen.rhsChat { --left-offset: 12px; } html.simpl.addOnsOpen.navOpen { --left-offset: 118px; } html.simpl.addOnsOpen.rhsChat.navOpen { --left-offset: -82px; } /* No Split Reading pane */ html.simpl.noSplitPane { --left-offset: 64px; } html.simpl.noSplitPane.navOpen { --left-offset: -60px; } html.simpl.noSplitPane.addOnsOpen { --content-width: 960px; --left-offset: 212px; } html.simpl.noSplitPane.navOpen.addOnsOpen { --left-offset: 90px; } /* Apply variables to align left edge except if the menu and addOns or rhsChat are both open */ html.simpl:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert):not(.addOnsOpen):not(.rhsChat):not(.textButtons) .aeH .G-atb, html.simpl:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert):not(.navOpen):not(.textButtons) .aeH .G-atb, html.simpl.noSplitPane:not(.multiBoxHorz):not(.multiBoxVert):not(.textButtons) /* :not(.multiBoxVert2):not(.readingPane) */ .aeF .G-atb, html.simpl.noSplitPane:not(.multiBoxHorz):not(.multiBoxVert):not(.textButtons) /* :not(.multiBoxVert2):not(.readingPane) */ .aeH .G-atb { padding-left: calc( ((100vw - var(--content-width)) / 2) - var(--left-offset) ); margin-left: 16px !important; /* 44px */ } /* html.simpl.multiBoxVert2 .G-atb[gh="tm"] { padding-left: calc( ((100vw - var(--content-width)) / 2) - var(--left-offset) ); margin-left: 18px !important; } html.simpl.readingPane.noSplitPane .G-atb { padding-left: calc( ((100vw - var(--content-width)) / 2) - var(--left-offset) ); margin-left: 16px !important; } */ /* Adjust width of action bar for reading pane */ html.simpl.readingPane.hideSearch:not(.navOpen) .G-atb[gh="tm"] { width: calc(100vw - 234px); } html.simpl.readingPane:not(.hideSearch):not(.navOpen) .G-atb[gh="tm"] { width: calc(var(--action-bar-width) - 126px); } html.simpl.readingPane.navOpen.hideSearch .G-atb[gh="tm"] { width: calc(100vw - 430px); } html.simpl.readingPane.navOpen:not(.hideSearch) .G-atb[gh="tm"] { width: calc(var(--action-bar-width) - 126px); } /* Correct width of action bar for No Split reading pane */ html.simpl.noSplitPane.hideSearch:not(.navOpen) .G-atb[gh="tm"] { width: calc(var(--content-width) / 2 + 50vw - 170px); } html.simpl.noSplitPane.hideSearch.navOpen .G-atb[gh="tm"] { width: calc(var(--content-width) / 2 + 50vw - 294px); } html.simpl.noSplitPane:not(.navOpen):not(.hideSearch) .G-atb[gh="tm"] { width: calc(var(--content-width) / 2 + 50vw - 152px - 16%); } html.simpl.noSplitPane.navOpen:not(.hideSearch) .G-atb[gh="tm"] { width: calc(var(--content-width) / 2 + 50vw - 276px - 16%); } html.simpl.noSplitPane.addOnsOpen:not(.hideSearch) .G-atb[gh="tm"] { width: calc(var(--content-width) / 2 + 50vw - 253px - 16%); } html.simpl.noSplitPane.hideSearch.addOnsOpen:not(.navOpen) .G-atb[gh="tm"] { width: calc(var(--content-width) / 2 + 50vw - 324px); } html.simpl.noSplitPane.hideSearch.addOnsOpen.navOpen .G-atb[gh="tm"] { width: calc(var(--content-width) / 2 + 50vw - 446px); } html.simpl.noSplitPane.addOnsOpen.navOpen:not(.hideSearch) .G-atb[gh="tm"] { width: calc(var(--content-width) / 2 + 50vw - 375px - 16%); } /* Move pagination controls to right edge of content * while leaving settings to far right */ html.simpl.hideSearch { --right-offset: 158px; } html.simpl.hideSearch.navOpen { --right-offset: 252px; } html.simpl.hideSearch.addOnsOpen { --right-offset: 310px; } html.simpl.hideSearch.rhsChat { --right-offset: 58px; } html.simpl.hideSearch.rhsChat.navOpen { --right-offset: 150px; } html.simpl.hideSearch.addOnsOpen.rhsChat { --right-offset: 208px; } html.simpl.hideSearch.navOpen.addOnsOpen { --right-offset: 400px; } html.simpl.hideSearch.navOpen.addOnsOpen.rhsChat { --right-offset: 300px; } /* No Split reading pane */ html.simpl.hideSearch.noSplitPane { --right-offset: 218px; } html.simpl.hideSearch.noSplitPane.navOpen { --right-offset: 340px; } html.simpl.hideSearch.noSplitPane.addOnsOpen { --right-offset: 368px; } html.simpl.hideSearch.noSplitPane.addOnsOpen.navOpen { --right-offset: 490px; } /* Quick Settings Alt */ html.simpl.hideSearch { --right-offset: 132px; } html.simpl.hideSearch.navOpen.quickSettings { --right-offset: 220px; } html.simpl.hideSearch.addOnsOpen.quickSettings { --right-offset: 278px; } html.simpl.hideSearch.rhsChat.quickSettings { --right-offset: 26px; } html.simpl.hideSearch.rhsChat.navOpen.quickSettings { --right-offset: 118px; } html.simpl.hideSearch.addOnsOpen.rhsChat.quickSettings { --right-offset: 176px; } html.simpl.hideSearch.navOpen.addOnsOpen.quickSettings { --right-offset: 368px; } html.simpl.hideSearch.navOpen.addOnsOpen.rhsChat.quickSettings { --right-offset: 268px; } html.simpl.hideSearch.noSplitPane.quickSettings { --right-offset: 186px; } html.simpl.hideSearch.noSplitPane.navOpen.quickSettings { --right-offset: 308px; } html.simpl.hideSearch.noSplitPane.addOnsOpen.quickSettings { --right-offset: 336px; } html.simpl.hideSearch.noSplitPane.addOnsOpen.navOpen.quickSettings { --right-offset: 458px; } /* Apply variables to align right edge with content */ html.simpl.hideSearch:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert):not(.addOnsOpen):not(.rhsChat):not(.textButtons) .aeH .ar5, html.simpl.hideSearch:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert):not(.addOnsOpen):not(.rhsChat):not(.textButtons) .adF .iG, html.simpl.hideSearch:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert):not(.navOpen):not(.textButtons) .aeH .ar5, html.simpl.hideSearch:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert):not(.navOpen):not(.textButtons) .adF .iG, html.simpl.hideSearch.noSplitPane:not(.multiBoxHorz):not(.multiBoxVert):not(.textButtons) .aeF .ar5 { padding-right: calc( ((100vw - var(--content-width)) / 2) - var(--right-offset) ); } /* There is no split pane button in conversation view -- add more padding */ html.simpl.hideSearch.noSplitPane:not(.multiBoxHorz):not(.multiBoxVert):not(.textButtons) .adF .iG { padding-right: calc( ((100vw - var(--content-width)) / 2) - var(--right-offset) + 60px ); } /* Keep pagination next to settings when search is open */ html.simpl:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert):not(.addOnsOpen):not(.rhsChat):not(.textButtons) .aeH .ar5, html.simpl:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert):not(.addOnsOpen):not(.rhsChat):not(.textButtons) .adF .iG, html.simpl:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert):not(.navOpen):not(.textButtons) .aeH .ar5, html.simpl:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert):not(.navOpen):not(.textButtons) .adF .iG, html.simpl.noSplitPane:not(.hideSearch):not(.multiBoxHorz):not(.multiBoxVert):not(.textButtons) .aeF .ar5, html.simpl.noSplitPane:not(.hideSearch):not(.multiBoxHorz):not(.multiBoxVert):not(.textButtons) .adF .iG { padding-right: initial; } } @media only screen and (min-width: 1278.98px) and (max-width: 1638.98px) { /* Don't align the actions if the nav and add-ons are both open */ html.simpl.noSplitPane.navOpen.addOnsOpen .aeF .G-atb[gh="tm"], html.simpl.noSplitPane.navOpen.addOnsOpen .aeH .G-atb[gh="tm"] { padding-left: initial; width: calc(100vw - 445px - 16%); } } /* Adjust aligment and spacing for higher resolutions */ @media only screen and (min-width: 1441.98px) { html.simpl { --content-width: 1100px !important; } html.simpl.rhsChat { --content-width: 1304px; } html.simpl.addOnsOpen, html.simpl.addOnsOpen.rhsChat { --content-width: 1400px; } /* Reading pane: Apply variables to align left edge for vertical reading pane when the nav is open */ html.simpl.navOpen.readingPane:not(.hideSearch):not(.noSplitPane):not(.multiBoxHorz):not(.multiBoxVert):not(.textButtons):not(.rhsChat):not(.addOnsOpen) .aeF .G-atb { padding-left: 196px !important; margin-left: 16px !important; width: calc(var(--action-bar-width) - 322px) !important; } html.simpl.navOpen.readingPane.hideSearch:not(.noSplitPane):not(.multiBoxHorz):not(.multiBoxVert):not(.textButtons):not(.rhsChat):not(.addOnsOpen) .adF .G-atb { padding-left: 196px !important; margin-left: 16px !important; width: calc(var(--action-bar-width) - 49px) !important; } } @media only screen and (min-width: 1638.98px) { /* Apply variables to align left edge */ html.simpl.navOpen.addOnsOpen:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert) { --left-offset: 94px; } html.simpl:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert) .aeH .G-atb, html.simpl.noSplitPane:not(.multiBoxHorz):not(.multiBoxVert) .aeF .G-atb[gh="tm"] { padding-left: calc( ((100vw - var(--content-width)) / 2) - var(--left-offset) ); margin-left: 16px !important; } /* Apply variables to align right edge with content */ html.simpl.hideSearch:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert) .aeH .ar5, html.simpl.hideSearch:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert) .adF .iG { padding-right: calc( ((100vw - var(--content-width)) / 2) - var(--right-offset) ); } /* Keep pagination next to settings when search is open */ html.simpl:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert) .aeH .ar5, html.simpl:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert) .adF .iG { padding-right: initial; } } /* ==================================================================== * SEARCH */ /* Push search to the right */ html.simpl #gb form { float: right; width: 20%; max-width: none; margin-right: 8px; position: relative; right: 0px; transition: width 0s; } html.simpl.quickSettings #gb form { width: 16%; } html.simpl { --action-bar-width: 79%; } /* Make search wider and hide pagination/settings when search is focused */ html.simpl.searchFocused #gb form { width: 40%; } html.simpl.searchFocused { --action-bar-width: 59%; } /* Hack fix b/c I'm not using --action-bar-width in all cases */ html.simpl.searchFocused.readingPane .aeF .G-atb, html.simpl.searchFocused.textButtons .aeH .G-atb { width: 40% !important; overflow: hidden; } html.simpl.searchFocused .aeH .G-atb .aqJ, html.simpl.searchFocused .aeF .G-atb .aqJ, html.simpl.searchFocused .aeH .G-atb .adF { display: none; } /* Shorter search box when using text label buttons html.simpl.textButtons #gb form { width: 25%; } html.simpl.textButtons { --action-bar-width: 74.5%; } */ /* Shorter search box when nav is open on smaller screens @media only screen and (max-width: 1441.98px) { html.simpl.navOpen #gb form { width: 25%; } html.simpl.navOpen { --action-bar-width: 74.5%; } } */ /* Minimize search to an icon when hidden */ html.simpl.hideSearch #gb form { width: 54px; margin-right: 0px; box-shadow: none; background-color: transparent; } /* Hide all search form buttons except search button when search is hidden */ html.simpl.hideSearch #gb form button { display: none; } html.simpl.hideSearch #gb form button[role="button"]:not([gh="sda"]) { display: block; } /* Move filter form to be under search box */ html.simpl .ZF-Av { left: auto !important; right: 71px !important; width: calc(100% - var(--action-bar-width) + 1%) !important; min-width: 450px; } html.simpl .ZF-Av > div { border: 0px; } /* Hide or shrink search when app switcher is shown */ html.simpl.appSwitcher.hideSearch #gb form { display: none; } html.simpl.appSwitcher:not(.hideSearch) #gb form { width: calc(100% - var(--action-bar-width) - 1% - 50px); margin-right: 58px; } /* Hide search options button until you hover over search box html.simpl:not(.hideSearch) #gb form button[gh="sda"] { display: none; } html.simpl:not(.hideSearch) #gb form:hover button[gh="sda"] { display: block; } */ /* Hide "Search the web" option from search auto-complete */ html.simpl #gb form td.gssb_e tr[role="separator"], html.simpl #gb form td.gssb_e tr[role="option"]:last-child { display: none; } /* ==================================================================== * SEARCH REFINEMENT BAR */ /* Move search refinement bar below action bar */ html.simpl .aeH div[gh="tm"] div[role="toolbar"] { position: absolute; top: 44px; } /* Reading pane */ html.simpl.readingPane .G-atb[gh="tm"] > div.G6 { position: absolute; top: 60px; height: 54px; margin-bottom: 14px; overflow-y: hidden; overflow-x: auto; } html.simpl.readingPane .G-atb[gh="tm"] > div[role="toolbar"] > div:first-child { overflow-y: hidden; overflow-x: inherit; height: 54px; margin-right: 0px; } /* No Split Pane only */ html.simpl.noSplitPane .G-atb[gh="tm"] > div.G6, html.simpl.noSplitPane .G-atb[gh="tm"] > div[role="toolbar"] { width: calc(var(--content-width) - 16px); max-width: calc(var(--content-width) - 16px); } /* Reading pane only */ html.simpl.readingPane:not(.noSplitPane) .G-atb[gh="tm"] > div.G6 { left: -32px; width: var(--readingPane-width); } /* BUG: The search refinement bar is pos:absolute making it a higher * z-index than the search auto-complete that is pos:relative. * FIX: (More of a temporary hack): Hide the search refinement bar * when search is focused because */ html.simpl.searchFocused .G-atb[gh="tm"] > div.G6, html.simpl.searchFocused .G-atb[gh="tm"] > div[role="toolbar"] { display: none; } /* Add expand button to show all the search chips * TODO: setup event listener for .G6 and see if e.target = .G6 * if so, toggle width of search chips bar html.simpl.readingPane:not(.noSplitPane) .G-atb[gh='tm'] > div.G6 { pointer-events: none; } html.simpl.readingPane .G-atb[gh='tm'] > div[role='toolbar'] > div:first-child { pointer-events: auto; } html.simpl.readingPane:not(.noSplitPane) .G-atb[gh='tm'] > div.G6::before { content: '»'; width: 30px; height: 30px; background: white; display: block; position: absolute; right: 30px; top: 0px; z-index: 1; border-radius: 16px; box-shadow: 0 1px 1px #aaa; line-height: 1.2; text-align: center; font-size: 24px; font-family: Arial, sans-serif; color: #4185f4; border: 1px solid #eee; letter-spacing: -2px; pointer-events: auto; cursor: pointer; } */ /* Move search refinement bar over when nav and add-ons are open */ /* TODO: set left to be dynamic when nav is closed below 1278px so it stays with the content */ @media only screen and (max-width: 960.98px) { html.simpl div[gh="tm"] div[role="toolbar"] { left: -36px; } } @media only screen and (max-width: 1278.98px) { html.simpl.navOpen div[gh="tm"] div[role="toolbar"] { left: 205px; } } @media only screen and (max-width: 1638.98px) { html.simpl.navOpen.readingPane:not(.noSplitPane) div[gh="tm"] div[role="toolbar"], html.simpl.navOpen.readingPane:not(.noSplitPane) div[gh="tm"] div.G6 { left: 205px; max-width: calc(100vw - 266px); } html.simpl.navOpen.addOnsOpen div[gh="tm"] div[role="toolbar"], html.simpl.navOpen.addOnsOpen div[gh="tm"] div.G6 { left: 205px; max-width: calc(100vw - 566px); } html.simpl.navOpen.addOnsOpen.noSplitPane div.G-atb[gh="tm"] div[role="toolbar"], html.simpl.navOpen.addOnsOpen.noSplitPane div.G-atb[gh="tm"] div.G6 { left: 185px; max-width: calc(100vw - 566px); } } @media only screen and (min-width: 1638.98px) { html.simpl.navOpen.readingPane:not(.noSplitPane) div[gh="tm"] div.G6 { left: 205px; } } /* Hide search refinement bar when you scroll */ /* .aeI is added to a parent Div when you are scrolled to the top */ /* but not for Reading Pane = Vertical|Horizontal */ html.simpl .aeI .aeH div.G-atb[gh="tm"] div[role="toolbar"], html.simpl .aeI .aeF div.G-atb[gh="tm"] div[role="toolbar"] { display: none; } /* Move action bar into correct spot */ /* Maybe add .inSearch for not reading pane? */ html.simpl .aeH div[gh="tm"] div[role="toolbar"] + .aqK { margin-top: 22px; } /* Reading pane */ html.simpl.readingPane.inSearch .G-atb[gh="tm"] > div.G6 ~ div.aqK, html.simpl.readingPane.inSearch .G-atb[gh="tm"] > div[role="toolbar"] ~ div.aqK { margin-top: 14px; } /* Create more space above the results for the search chips in Reading pane */ /* TODO not sure if .PY only is added when the search chips are present or if it is a stable classname */ html.simpl.noSplitPane.inSearch .aeF .G-atb.PY ~ .UI .ae4 { padding-top: 20px; } html.simpl.readingPane.inSearch:not(.noSplitPane) .aeF .G-atb.PY ~ .UI .ae4 { padding-top: 70px; } /* Make space for the Did you mean bar when it comes up */ html.simpl.inSearch .Wz { margin-top: 70px; margin-bottom: -50px; } html.simpl.inSearch.noSplitPane .Wz { margin-top: 70px; margin-bottom: -28px; max-width: var(--content-width); margin-left: auto; margin-right: auto; } html.simpl.inSearch.readingPane:not(.noSplitPane) .Wz { max-width: var(--readingPane-width); margin-bottom: 0px; } /* Keep the action bar from covering the left nav */ html.simpl.readingPane.inSearch .G-atb[gh="tm"] { height: 54px; } /* Shift message list down to make space for search chips */ html.simpl.inSearch .aeF div[role="main"] > .bX, html.simpl.inSearch .aeF div[role="main"] > .afn + .ae4 { margin-top: 72px; } /* Hide Advanced search link */ html.simpl div.G-atb[gh="tm"] div[role="toolbar"] div[data-impression-suffix="ADVANCED_SEARCH_LINK"], html.simpl .aeH div[gh="tm"] div[role="toolbar"] div:first-child > div[role="button"]:last-child { display: none; } /* ==================================================================== * NAV & COMPOSE BUTTON */ /* SHOW NAV ON HOVER */ /* This is buggy b/c the animation is not instant and flipping between positions is */ html.simpl .bhZ:not(.bym) div[role="navigation"] { /* display: none; */ } html.simpl .bhZ.bym { /* position: absolute; */ } /* Don't show the nav when hovering over the compose button * TODO: fix this, probably by adding a class on hover of the compose button */ html.simpl .bym { box-shadow: none !important; } html.simpl .bhZ div[role="complementary"], html.simpl .bhZ div[gh="ns"] { display: none !important; } /* Hide nav when minimized or in Settings */ html.simpl .bhZ, html.simpl.inSettings .aeN { position: relative; z-index: 3 !important; /* Remove this to show nav on hover */ max-width: 0px !important; min-width: 0px !important; } html.simpl.inSettings .aeN { width: 0px !important; overflow: hidden; } /* No shadow or label on compose button */ html.simpl .z0 > .L3 { box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3) !important; border-radius: 28px; font-size: 0; height: 56px; padding: 0; width: 56px; min-width: 56px; } /* Make FAB dark in dark themes */ html.simpl.darkTheme .z0 > .L3 { background-color: rgba(51, 51, 51, 0.9); } /* Move compose button out of menu */ html.simpl .z0 { position: absolute; left: calc(100vw - 92px); top: calc(100vh - 140px); z-index: 3 !important; width: 54px; margin: 0; padding: 0; } /* Move it over futher if RHS Chat is enabled */ html.simpl.rhsChat .z0 { left: calc(100vw - 275px); } /* Add some padding above the nav that the compose button used to provide */ html.simpl .wT { padding-top: 20px; } /* But not for the new Gmail */ html.simpl .V3 .wT { padding-top: 0px; } /* Hide top shadow when you scroll long label list */ html.simpl .aeN .ajj:before { -webkit-box-shadow: none; box-shadow: none; } /* Hide the compose and add-ons button when in Settings */ html.simpl.inSettings .z0, html.simpl.inSettings .bAw { display: none; } /* Make the bottom Hangouts tabs a little less ugly */ html.simpl div[gh="gt"] { text-align: left; border-top: 0px; padding-left: 18px; } html.simpl.rhsChat div[gh="gt"] { text-align: right; border-top: 0px; padding-left: 0px; } html.simpl.rhsChat .akj { margin-top: 12px; } /* Remove extra right padding from rhsChat */ html.simpl.rhsChat .aCl .akj { padding-right: 0px !important; } /* Hide unread counts in nav if Simplify Setting enabled */ html.simpl.hideUnreads .bsU { display: none !important; } /* ==================================================================== * INBOX */ /* Bump up the line height a little in the inbox */ html.simpl.lowDensityInbox:not(.readingPane) .zA { padding-top: 12px !important; padding-bottom: 12px !important; } html.simpl.highDensityInbox:not(.readingPane) .zA { padding-top: 4px !important; padding-bottom: 4px !important; } /* Right and bottom padding on inbox and messages */ html.simpl .aeF { padding-right: 56px !important; margin-bottom: 150px; } /* Max width inbox and conversation and add top padding */ html.simpl .AO .aeF > .nH { margin: 40px auto 0 auto; max-width: 960px; } html.simpl.readingPane.inSettings .AO .aeF > .nH { margin: 40px auto 100px auto !important; max-width: 960px !important; } @media only screen and (min-width: 1441.98px) { html.simpl:not(.readingPane) .AO .aeF > .nH { max-width: 1100px; } html.simpl.readingPane.inSettings .AO .aeF > .nH { max-width: 1100px !important; } } /* Less padding on inbox and messages for low resolutions */ @media only screen and (max-width: 960.98px) { html.simpl .bhZ + .bkK { margin-left: 12px !important; } html.simpl .aeF { padding-right: 12px !important; margin-bottom: 50px; } html.simpl .AO .aeF > .nH { margin-top: 12px !important; } } /* Add extra padding between inbox groups */ html.simpl div[gh="tl"] div[role="tabpanel"] { padding-bottom: 1em; } /* TODO: Remove that extra padding if the section is hidden * This doesn't work html.simpl div[gh="tl"] div[role="tabpanel"] > div.afn { margin-bottom: -2em; } */ /* Remove top border on TL */ html.simpl:not(.readingPane) .aeF div[gh="tl"] { border-top: 0px; } /* Add spacing between vertically stacked Multiple Inboxes */ html.simpl.multiBoxVert .nH > .nK { margin-top: 1em; } /* Hide toggle next to inbox groups */ html.simpl div[gh="tl"] div[role="tabpanel"] h3 img { display: none; } /* Different treatment of read items in inbox except highlighted items in splitpane view*/ html.simpl.lightTheme .yO:not(.aps), html.simpl.mediumTheme .yO:not(.aps) { /* White with lighter text */ background-color: rgba(255, 255, 255, 0.8); color: #333; } /* Back to defaults for selected items */ html.simpl.lightTheme .yO.x7, html.simpl.mediumTheme .yO.x7 { background-color: #c2dbff; color: #202124; } /* Dim snippets for read messages a little more */ html.simpl.lightTheme .yO .y2, html.simpl.mediumTheme .yO .y2 { opacity: 0.7; } /* Make sure minimized search icon is white for medium themes */ html.simpl.mediumTheme.hideSearch #gb form button[role="button"] > svg, html.simpl.mediumTheme.hideSearch #gb form button[role="button"] > svg > path { color: rgba(255, 255, 255, 0.87); } /* Different background colors for dark themes */ html.simpl.darkTheme .yO:not(.aps) { background: rgba(0, 0, 0, 0.8); color: rgba(255, 255, 255, 0.7); } html.simpl.darkTheme .yO.x7 { color: rgba(255, 255, 255, 1); background: #174ea6; } /* Dim the Snoozed N days ago text in the inbox */ html.simpl .zA .cL { font-weight: normal; opacity: 0.8; } html.simpl .zA.yO .cL { opacity: 0.4; } /* Less shadow on items on hover */ html.simpl .zA:hover { box-shadow: inset 1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.15) !important; } /* Dim Default Inbox category tabs */ html.simpl .aKh { opacity: 0.7; transition: opacity 0.2s ease-in 0s; border-radius: 8px 8px 0 0; } html.simpl .aKh:hover { opacity: 1; } /* Further dim the non-active category tab */ html.simpl .aKh .aAy[aria-selected="false"] { opacity: 0.5; transition: opacity 0.2s ease-in 0s; } html.simpl .aKh .aAy[aria-selected="false"]:hover, html.simpl .aKh .aAy[aria-selected="true"] { opacity: 1; } /* Make "new" badges on tabs grayscale */ html.simpl .aKh .aDG { filter: grayscale(100%); } /* Hide ads in top of inbox tabs */ html.simpl div[gh="tl"] .aKB, /* old way */ html.simpl div[gh="tl"] div[role="tabpanel"] > div.Cp:first-child, html.simpl div[gh="tl"] .U9:first-child + .Cp + .Cp { display: none; } /* Dim attachment type icons on read messages */ html.simpl div[gh="tl"] tr.yO img.brf { /* filter: grayscale(100%) brightness(135%); */ opacity: 0.6; } /* Hide underlines on category tabs in default inbox */ html.simpl div[role="main"] .J-KU-KO.aAy:before { background-color: transparent !important; } /* ==================================================================== * POPOUTS */ /* Correct max-width */ html.simpl.popout .aeF { padding-right: 0px !important; margin-bottom: 0px !important; max-width: 960px; } html.simpl.popout .aeF > div { box-shadow: none !important; } html.simpl.popout .G-atb[gh="tm"] { max-width: 930px; margin: 0 auto !important; } @media only screen and (min-width: 799.98px) { html.simpl.popout .G-atb[gh="tm"] { min-width: 730px; } } @media only screen and (min-width: 1441.98px) { html.simpl.popout .aeF { max-width: 1100px; } html.simpl.popout .G-atb[gh="tm"] { max-width: 1070px; } } @media only screen and (min-width: 1679.98px) { html.simpl.popout .aeF { max-width: 100%; } html.simpl.popout .aeF > div { max-width: 100% !important; } html.simpl.popout .aDc { max-width: 100% !important; } html.simpl.popout .G-atb[gh="tm"] { max-width: calc(100% - 30px); } } /* Hide theme background */ html.simpl.popout .wl, html.simpl.popout .wl div, html.simpl.popout .wq, html.simpl.popout .wp { background-image: none !important; background-color: #fff !important; } /* ==================================================================== * READING PANE VIEW */ /* Move action bar over app bar */ html.simpl.readingPane .G-atb[gh="tm"] { position: fixed; top: 5px; left: 60px; z-index: 7 !important; padding-right: 0px !important; height: 54px; } /* Different top pos for when search chips are enabled */ html.simpl.readingPane.inSearch .PY.G-atb[gh="tm"] { top: 8px; } html.simpl.readingPane .G-atb[gh="tm"]:before { box-shadow: none; -webkit-box-shadow: none; } @media only screen and (min-width: 1278.98px) { html.simpl.readingPane.navOpen.hideSearch:not(.noSplitPane) .G-atb[gh="tm"] { padding-left: 212px; } } /* Add border under app bar, remove for threadlist */ html.simpl.readingPane header#gb { border-bottom: 1px solid rgba(100, 121, 143, 0.122); } html.simpl.readingPane .UJ { border-top: none; } /* Adjust width of action bar for small resolutions */ @media only screen and (max-width: 1278.98px) { html.simpl.readingPane.hideSearch .G-atb[gh="tm"] { width: calc(100vw - 234px); } html.simpl.readingPane:not(.hideSearch) .G-atb[gh="tm"] { width: calc(var(--action-bar-width) - 126px); } html.simpl.readingPane.addOnsOpen.hideSearch .G-atb[gh="tm"] { width: calc(100vw - 502px); } html.simpl.readingPane.addOnsOpen:not(.hideSearch) .G-atb[gh="tm"] { width: calc(var(--action-bar-width) - 366px); } } /* Reduce left margin on main view */ html.simpl.readingPane .bhZ + .bkK { margin-left: 12px !important; } /* Override padding around main view */ html.simpl.readingPane .aeF { padding-right: 0px !important; margin-bottom: 0px !important; } /* Max width view 100% */ html.simpl.readingPane .AO .aeF > .nH { margin: 0px; /*40px auto 0 auto;*/ max-width: 100%; } /* Max-width and margin on conversation */ html.simpl.readingPane .apg .aNW .age .Bs { max-width: 1050px; } html.simpl.readingPane .aNW td.Bu:first-child > div.nH:last-child { padding-bottom: 200px; } @media only screen and (min-width: 1441.98px) { html.simpl.readingPane .apg .aNW .age .Bs { max-width: 1100px; /* float conversation view margin: 1.5vw auto 200px auto; border-radius: 8px; */ margin: 0 auto; } /* Swap margin for padding when message is likely to * switch from pane to floating card */ html.simpl.readingPane .aNW td.Bu:first-child > div.nH:last-child { padding-bottom: 0px; } } /* Add right margin to inbox tabs */ html.simpl.readingPane .aeF .aKh { margin-right: 16px; } /* No bottom border on app bar */ html.simpl.readingPane .aiw { box-shadow: none; -webkit-box-shadow: none; } /* Drop the double border between panes to a single border */ html.simpl.readingPane .apj { border-right: none; border-left: none; background-color: transparent; } html.simpl.readingPane .aph { border-bottom: none; } /* Below 1250px, hide the pagination controls */ /* TODO: Shouldn't I do this for all setups, not just reading pane? */ @media only screen and (max-width: 1278.98px) { html.simpl.readingPane.addOnsOpen:not(.hideSearch) .aE3 .G-atb .aqJ > div:not([gh="s"]) { display: none; } } @media only screen and (max-width: 1100.98px) { html.simpl.readingPane:not(.hideSearch) .aE3 .G-atb .aqJ > div:not([gh="s"]) { display: none; } } /* Move the right aligned actions on the inline reply over so the * compose button doesn't cover them * TODO: Find a more elegant solution to this problem */ html.simpl.readingPane div[role="listitem"] .btC > .az5 { padding-right: 50px; } /* Add a bit of right margin to the "Select all?" butter bar */ html.simpl.readingPane .Tm .ya { margin-right: 16px; } /* ==================================================================== * NO SPLIT PREVIEW PANE */ /* Center the inbox */ html.simpl.noSplitPane div[gh="tl"] .ae4 { max-width: var(--content-width); margin: 0 auto; } @media only screen and (min-width: 1278.98px) { /* Inbox tabs */ html.simpl.noSplitPane .aeF .aKh { max-width: var(--content-width); margin: 0 auto; position: relative; left: -8px; } html.simpl.noSplitPane.navOpen.addOnsOpen .aeF .aKh { max-width: calc(100vw - 573px); } html.simpl.noSplitPane .aeF .aKh > table.aKk { min-width: var(--content-width); } } /* Add padding below inbox */ html.simpl.noSplitPane:not(.multiBoxVert2) .aeF .Nu { padding-bottom: 150px; } html.simpl.noSplitPane.multiBoxVert2 .aeF .Nu { padding-bottom: 40px; } /* Add padding above inbox if there are no tabs */ html.simpl.noSplitPane .aeF .Nu { padding-top: 35px; } /* More padding if there are search chips */ html.simpl.noSplitPane .aeF .PY.G-atb ~ .UI > .Nu { padding-top: 55px; } html.simpl.noSplitPane .aeF .aKh ~ .UI .Nu { padding-top: initial; } /* Center the conversation */ html.simpl.noSplitPane .aeF div[role="main"][class="nH"] { max-width: var(--content-width); margin: 40px auto 200px auto; } /* Correctly position toolbar in Conversation view html.simpl.noSplitPane .aeH .G-atb[gh='tm'] { top: 0px !important; } */ /* Center "Select all?" butter bar */ html.simpl.readingPane.noSplitPane .Tm .ya { max-width: var(--content-width); margin: 4px auto; position: relative; left: -8px; } @media only screen and (max-width: 1278.98px) { html.simpl.readingPane.noSplitPane .Tm .ya { left: 0; margin-right: 16px; } } /* ==================================================================== * CONVERSATION VIEW */ /* Not sure why, but sometimes this div (the footer I believe) below the conversation gets 440px bottom padding */ html.simpl .pfiaof { padding-bottom: 0px !important; } /* Round corners of conversation for themes */ html.simpl .bAn { border-radius: 8px; } /* Dim print and pop-out icons in conversation view */ html.simpl .bAn .ade { opacity: 0.2; transition: opacity 0.4s ease-in 0s; } html.simpl .bAn .ade:hover { opacity: 1; } /* Make the right gutter inside the card the same as the left */ html.simpl div[role="listitem"] .a3s { padding-right: 48px; } /* Slightly larger message body text in conversation view and composer * TODO: There are some bugs with this -- so I'm disabling for now until I can be sure it works 100%; html.simpl div[contenteditable="true"], html.simpl div[contenteditable="true"] font[size="2"] { font-size: 0.874rem; } html.simpl div[role="listitem"] .a3s, html.simpl div[role="listitem"] .a3s font[size="2"], html.simpl div[role="listitem"] .g6, html.simpl div[role="listitem"] div:not(.ajA) h3.iw { font-size: 0.875rem; } */ /* Force it when the font size is set inline html.simpl div[role="listitem"] .a3s [style*="font-size: small"], html.simpl div[role="listitem"] .a3s [style*="font-size:small"] { font-size: 0.875rem !important; } html.simpl div[role="listitem"] .a3s [style*="font-size: .875rem"], html.simpl div[role="listitem"] .a3s [style*="font-size:.875rem"], html.simpl div[role="listitem"] .a3s [style*="font-size: 0.875rem"], html.simpl div[role="listitem"] .a3s [style*="font-size:0.875rem"] { font-size: 1rem !important; background-color: yellow; } html.simpl div[role="listitem"] .a3s [style*="font-size: .874rem"], html.simpl div[role="listitem"] .a3s [style*="font-size:.874rem"], html.simpl div[role="listitem"] .a3s [style*="font-size: 0.874rem"], html.simpl div[role="listitem"] .a3s [style*="font-size:0.874rem"] { font-size: 1rem !important; background-color: red; color: white; } */ /* In case the font size is set to 14px or .875rem, bump it up so it is noticably larger html.simpl div[contenteditable="true"] [style*="font-size: 0.875rem"], html.simpl div[contenteditable="true"] [style*="font-size:0.875rem"], html.simpl div[contenteditable="true"] [style*="font-size: .875rem"], html.simpl div[contenteditable="true"] [style*="font-size:.875rem"], html.simpl div[contenteditable="true"] [style*="font-size: 14px"], html.simpl div[contenteditable="true"] [style*="font-size:14px"], html.simpl div[contenteditable="true"] [style*="font-size: small"], html.simpl div[contenteditable="true"] [style*="font-size:small"] { font-size: 1rem !important; background: yellow; } html.simpl div[contenteditable="true"] [style*="font-size: 0.874rem"], html.simpl div[contenteditable="true"] [style*="font-size:0.874rem"] { font-size: 1rem !important; background: red; color: white; } */ /* Dim from email address in conversation view */ html.simpl div[role="listitem"] h3.iw .go { opacity: 0.5; } /* Clean up "New message from" banner */ html.simpl .ata-asE { right: auto; left: 24px; bottom: 24px; font-size: 0.875rem; color: #fff; background-color: #202124; padding: 18px; border: none; box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.302), 0 4px 8px 3px rgba(60, 64, 67, 0.149); } html.simpl .ata-asE > span:first-child:not(.ata-asJ) { padding-right: 12px; } html.simpl .ata-asE .ata-asJ { color: #8ab4f8; padding-left: 12px; } /* Keep inline images from being wider than the current view */ html.simpl table.Bs .gs > div:not(.gE) img:not([src*="cleardot.gif"]) { max-width: 100%; /* Without this, large portrait images will be squished * but with this, large images that are forced to be small * but not given a height in css are made their actual big size */ height: auto; } /* If the content is wider, the image will still scroll horizontally * We can set the max-width the the max-width of the content but * this sometimes has unintended consequences in html emails html.simpl table.Bs .gs img { max-width: calc(var(--content-width) - 80px); height: auto; } html.simpl.readingPane table.Bs .gs img { max-width: 100%; } */ /* Boost width of the cell that has the reply and more actions buttons */ html.simpl div[role="listitem"] div:not([dir="ltr"]) table td:last-child[rowspan="2"] { width: 110px; } /* ==================================================================== * COMPOSER */ /* A touch more padding above the from field and subject */ html.simpl .dw form.bAs, html.simpl .aSs .aSt .I5 > form.bAs { padding-top: 6px; } /* Make full screen composer less wide */ html.simpl .aSs > .aSt { width: 900px !important; left: calc(50vw - 450px) !important; } html.simpl .aSs .aDg > .aDj { width: 865px !important; left: calc(50vw - 435px) !important; } /* Make scrim behind full screen composer darker */ html.simpl .aSs { background-color: rgba(0, 0, 0, 0.7); } /* BUGS: moving stuff around here is causing problems */ /* Move extended compose buttons inline html.simpl .aSs .aDl > .Ur, html.simpl .aSs .aDn > .aDl > .Ur, html.simpl .aSs .aDi > .aDl > .Ur { left: 205px !important; bottom: -54px !important; } html.simpl .aSs .aZ > .J-Z { box-shadow: none !important; -webkit-box-shadow: none !important; } */ /* Hide useless buttons in full screen compose and move bar inline html.simpl .aSs .aZ .J-Z-I[command^="+undo"], html.simpl .aSs .aZ .J-Z-I[command^="+redo"], html.simpl .aSs .aZ .J-Z-I[command^="+bold"], html.simpl .aSs .aZ .J-Z-I[command^="+italic"], html.simpl .aSs .aZ .J-Z-I[command^="+underline"], html.simpl .aSs .btC .oc.gU, html.simpl .aSs .a8X .wG[command^="docs"], html.simpl .aSs .a8X .wG[command^="op.money"] { display: none !important; } */ /* ==================================================================== * ADD-ONS RIGHT SIDE PANE */ /* Shrink the add-on chooser to a small FAB when not hovered on */ html.simpl .bAw { position: fixed; right: 47px !important; bottom: 100px !important; height: 36px !important; width: 36px !important; min-width: 36px !important; overflow-y: hidden; overflow-x: hidden; border-radius: 27px; box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3) !important; transition: height 0s ease-out 0s; transition: width 0s ease-out 0s; transition: right 0s ease-out 0s; background-color: rgba(255, 255, 255, 0.9); background-image: url("https://www.gstatic.com/images/icons/material/system/2x/more_horiz_grey600_24dp.png"); background-repeat: no-repeat; background-position: 6px 7px; background-size: 24px; } html.simpl.darkTheme .bAw { background-color: rgba(51, 51, 51, 0.9); background-image: url("https://www.gstatic.com/images/icons/material/system/2x/more_horiz_white_24dp.png"); } /* Hide add-ons chooser entirely if Simplify Setting enabled */ html.simpl.hideAddons .bAw { display: none !important; } /* Hide everything inside the add-ons menu until you hover on it */ html.simpl .bAw > div:first-child { display: none; } /* Show add-ons when you hover over the menu */ :root { --add-on-height: 168px; } html.simpl .bAw:hover { background: initial; right: 38px !important; width: 54px !important; height: var(--add-on-height) !important; } html.simpl .bAw:hover > div:first-child { display: flex !important; border-left: 0px; border-radius: 16px; background-color: #fff; } html.simpl .bAw > div:first-child > div { margin: 0px; opacity: 1; } /* Hide buttons other than add-ons */ html.simpl .bAw div[role="tablist"] > div[role="tab"] { display: block !important; } html.simpl .bAw div[role="tablist"] > div[role="tab"]:nth-last-child(-n + 2), html.simpl .bAw div[role="separator"], html.simpl .bAw div[role="presentation"] { display: none !important; } /* Hide the add-on minimize button in the add-on chooser */ html.simpl .bAw .brC-dA-I-Jw { display: none !important; } /* Hide the about button in the add-on chooser */ html.simpl .bAw .brC-by0-P6-I { display: none; } /* Style the add-ons pane */ html.simpl.darkTheme .bAw div[role="navigation"] { background-color: rgba(51, 51, 51, 0.9); } html.simpl .bAw div[role="navigation"] > div:first-child { margin: -var(--add-on-height) 0px 0px -10px; } /* Move add-on chooser labels to left so they aren't easily * hovered on (which causes add-on chooser to hide) */ html.simpl .brC-ays { margin: -41px 0 0 -65px; max-width: 54px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } /* Set the active add-on icon to still have a white background */ html.simpl .aT5-aOt-I-JX-Jw { background-color: #fff !important; } /* Move Add-ons chooser over when Add-ons pane and/or quick settings are open */ html.simpl.addOnsOpen .bAw { right: 347px !important; } html.simpl.addOnsOpen .bAw:hover { right: 338px !important; } html.simpl.addOnsOpen.quickSettingsOpen .bAw { right: 637px !important; } html.simpl.addOnsOpen.quickSettingsOpen .bAw:hover { right: 628px !important; } html.simpl.quickSettingsOpen .bAw { right: 337px !important; } html.simpl.quickSettingsOpen .bAw:hover { right: 326px !important; } /* Move Add-ons chooser over when Right side chat is enabled */ html.simpl.rhsChat:not(.addOnsOpen) .bAw { right: 229px !important; } html.simpl.rhsChat:not(.addOnsOpen) .bAw:hover { right: 219px !important; } /* Move the compose button over when the add on pane and/or quick settings are open */ html.simpl.addOnsOpen .z0 { left: calc(100vw - 392px); } html.simpl.quickSettingsOpen .z0 { left: calc(100vw - 382px); } html.simpl.addOnsOpen.quickSettingsOpen .z0 { left: calc(100vw - 682px); } /* Less shadow on the button to show the add-ons pane */ html.simpl .brC-dA-I.aT5-aOt-I-Jp .aT5-aOt-I-JX-Jw { box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.2) !important; -webkit-box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.2) !important; } /* Change the add-ons pane drop shadow to a stroke */ html.simpl .bq9, html.simpl .bq9 div { box-shadow: none; } html.simpl .bq9 { border-left: 1px solid rgba(0, 0, 0, 0.1); } /* Shrink the action bar when the AddOnsPane AND Search are open */ html.simpl.addOnsOpen:not(.hideSearch):not(.noSplitPane) .aeH { width: calc(var(--action-bar-width) - 92px) !important; } html.simpl.addOnsOpen.readingPane:not(.hideSearch):not(.noSplitPane) .G-atb[gh="tm"] { width: calc(var(--action-bar-width) - 365px) !important; } /* Shrink the action bar when the AddOnsPane is open BUT NOT Search */ html.simpl.addOnsOpen.hideSearch:not(.noSplitPane) .aeH { width: calc(100vw - 540px) !important; } html.simpl.addOnsOpen.hideSearch.readingPane:not(.noSplitPane) .G-atb[gh="tm"] { width: calc(100vw - 535px) !important; } @media only screen and (min-width: 1278.98px) { html.simpl.addOnsOpen.hideSearch.navOpen.readingPane:not(.noSplitPane) .G-atb[gh="tm"] { width: calc(100vw - 731px) !important; } } /* Quick Settings changes */ html.simpl .bkK ~ .nH.nn[style*="width: 56px"]:not(.bAw) { width: 0px !important; min-width: 0px !important; } html.simpl .bkK ~ .nH.nn[style*="width: 356px"]:not(.bAw) { width: 300px !important; min-width: 300px !important; } /* ==================================================================== * SETTINGS */ /* Hide app bar and action bar when in Settings */ html.simpl.inSettings #gb { height: 0px !important; } html.simpl.inSettings .aeH, html.simpl.inSettings.hideSearch .aeH { position: relative !important; left: 0px !important; width: calc(100vw - 144px) !important; margin-top: -8px; } /* Shift settings Tessa tabs over so they don't cover the back button */ html.simpl.inSettings.readingPane .aeH { left: 64px !important; } html.simpl.inSettings .bkK { margin-left: 72px !important; } html.simpl.inSettings .aeH .G-atb, html.simpl.inSettings.hideSearch .aeH .G-atb { display: none; } html.simpl.inSettings .aeH .nH, html.simpl.inSettings.hideSearch .aeH .nH { box-shadow: none; -webkit-box-shadow: none; } html.simpl.inSettings .aeH .nH > div, html.simpl.inSettings.hideSearch .aeH .nH > div { padding: 4px 8px !important; } html.simpl.inSettings header#gb form, html.simpl.inSettings.hideSearch header#gb form { display: none; } html.simpl.inSettings .aeH .f2 .fY { margin: 16px 0 0 0 !important; padding: 0 8px !important; border-radius: 8px; } /* I'm not sure what element is for but it is ugly when using themes */ html.simpl.inSettings .aeH .f2 .dJ { display: none; } /* Invert the settings tab bar in the dark theme so it is more seamless */ html.simpl.inSettings.darkTheme .fY { filter: invert(0.93); } /* Invert back the selected tab */ html.simpl.inSettings.darkTheme .fY .fZ { filter: invert(1); } /* Hide right side chat when in Settings */ html.simpl.inSettings.rhsChat .aCl { display: none; } /* ==================================================================== * 3RD PARTY EXTENTIONS */ /* BOOMERANG ---------------------------------------- */ /* Hide Pause Inbox button when Nav is hidden */ html.simpl:not(.navOpen) .aeN #ibp-main { display: none; } /* Reduce action button to icon and desaturate until hover */ html.simpl .gm-boomerang-button-home, html.simpl .gm-boomerang-button-thread { border: 0px !important; font-size: 0px !important; background: transparent !important; width: auto; filter: grayscale(100%); } html.simpl .gm-boomerang-button-home:hover, html.simpl .gm-boomerang-button-thread:hover { filter: grayscale(0%); } /* STREAK / INBOX SDK ------------------------------- */ /* Reduce action button to icon and desaturate until hover */ html.simpl .inboxsdk__button { filter: grayscale(100%); } html.simpl .inboxsdk__button:hover { filter: grayscale(0%); } html.simpl .streak__appToolbarButton_title { display: none; } /* MIXMAX ------------------------------------------ */ /* Turn big blue buttons in action bar into subtle gray icon buttons */ html.simpl div.G-atb div.mixmax-reminder-thread-button, html.simpl div.G-atb div.mixmax-collaborator-thread-button { font-size: 0 !important; background-image: linear-gradient(transparent, transparent) !important; background-color: transparent !important; filter: invert(50%); max-width: 20px !important; border: none !important; box-shadow: none !important; width: 20px !important; padding-left: 8px !important; min-width: 20px !important; padding-right: 8px !important; } html.simpl div.G-atb div.mixmax-reminder-thread-button { padding-left: 0px !important; } html.simpl div.G-atb div.mixmax-reminder-thread-button i, html.simpl div.G-atb div.mixmax-collaborator-thread-button i { font-size: initial !important; padding: 0 8px; } /* Turn labeled color buttons in the conversation into grey icons */ html.simpl .mixmax-export-buttons .js-mixmax-export-menu-button-text { display: none !important; } html.simpl .mixmax-export-buttons { margin: 1px 8px 0 16px !important; } html.simpl .mixmax-export-buttons ~ .mixmax-reply-button, html.simpl .mixmax-export-buttons + div[role="button"] { margin-left: 4px !important; } html.simpl .mixmax-export-buttons i.mixmax-icon-export { background-color: #5f6368; } /* If/when I support a true dark theme... html.simpl.lightTheme .mixmax-export-buttons i.mixmax-icon-export { background-color: #5f6368; } html.simpl.darkTheme .mixmax-export-buttons i.mixmax-icon-export, html.simpl.mediumTheme .mixmax-export-buttons i.mixmax-icon-export { background-color: #fff; } */ html.simpl.mixmax table[role="presentation"] div[role="listitem"] td[rowspan="2"] { width: 123px !important; } /* MAIL TRACK ---------------------------------------- */ /* For some reason Mail Track sets the action bar to position:relative * which screws up moving it on top of the app bar */ html.simpl.otherExtensions .aeN + .bkK { position: static !important; } /* GMELIUS ------------------------------------------ */ /* Hide the "The tracker was blocked on this email" notification */ /* TODO: Restyle this instead of hiding it */ html.simpl .gmelius-tracking_notification { display: none; } /* Vertically center unread count */ html.simpl .inboxsdk__navItem .gmelius-nav_accessory > img { top: 4px; } /* ALL EXTENSIONS ----------------------------------- */ /* Hide top-right icons by default */ html.simpl:not(.appSwitcher) #gb .manage_menu, /* Boomerang */ html.simpl:not(.appSwitcher) #gb .mixmax-appbar, /* Mixmax */ html.simpl:not(.appSwitcher) #gb #mailtrack-menu-opener, /* Mail track */ html.simpl:not(.appSwitcher) #gb .inboxsdk__appButton /* Streak */ { display: none !important; } /* Hide label on Streak button */ html.simpl #gb .inboxsdk__button_icon { margin-right: 0px; } html.simpl #gb .inboxsdk__appButton_title { font-size: 0px; } html.simpl #gb .streak__appToolbarButton_title::after { margin-top: -8px; } /* Show them when you hover over the profile pic */ html.simpl.appSwitcher #gb .manage_menu, /* Boomerang */ html.simpl.appSwitcher #gb .mixmax-appbar, /* Mixmax */ html.simpl.appSwitcher #gb #mailtrack-menu-opener, /* Mail track */ html.simpl.appSwitcher #gb .inboxsdk__appButton /* Streak */ { display: block !important; position: absolute; right: 100px; padding: inherit 0px !important; margin: inherit 0px !important; } /* Hide Search and Settings when showing extension buttons */ html.simpl.appSwitcher.otherExtensions div[gh="tm"] div[gh="s"], html.simpl.appSwitcher.otherExtensions #gb form, html.simpl.appSwitcher.otherExtensions .aeH .aqJ, html.simpl.appSwitcher.otherExtensions .aeF .aqJ, html.simpl.appSwitcher.otherExtensions .aeH .adF { display: none; } html.simpl.appSwitcher.otherExtensions .aeH, html.simpl.appSwitcher.otherExtensions div.G-atb[gh="tm"] { width: 50vw !important; } /* ==================================================================== * SIMPLIFY IN-GMAIL NOTIFICATIONS */ #simplNotification { position: absolute; z-index: 999; top: 100px; right: 48px; max-width: 300px; line-height: 1.7em; border-radius: 8px; padding: 20px 24px 24px 24px; background-color: white; box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.151), 0 4px 8px 3px rgba(60, 64, 67, 0.091); } #simplNotification button { user-select: none; font-size: 0.87em; font-weight: bold; color: white; padding: 8px 16px; background: #0a6cdd; border-radius: 4px; text-decoration: none; margin: 24px 16px 0 0; border-color: rgba(0, 0, 0, 0.12); cursor: pointer; /* text-shadow: 0 1px 1px rgba(0,0,0,.5); border: 2px solid #0A6CDD; box-shadow: inset 0 -1px 0 rgba(100,121,143,0.122), 0 3px 4px -2px rgba(0,0,0,.3); */ } #simplNotification button.secondary { color: #0a6cdd; background-color: #f5f5f5; /* background: #fff; border: 2px solid rgba(0,0,0,0.12); text-shadow: 0 1px 1px rgba(0,0,0,.12); */ } #simplNotification button:focus { outline: none; } /* ==================================================================== * SIMPLIFY EXTENSION OPTIONS PAGE */ #simplOptions { padding: 10px 50px 50px 50px; max-width: 800px; margin: 5vh auto 0 auto; font-family: system-ui, sans-serif; font-size: 15px; line-height: 2em; text-align: center; } #simplOptions img { margin-bottom: 2em; zoom: 60%; } #simplOptions a { color: #555; } #simplOptions kbd { background-color: #eee; border-radius: 3px; border: 1px solid #b4b4b4; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 0 0 rgba(255, 255, 255, 0.7) inset; color: #333; display: inline-block; font-size: 1em; font-family: monospace; font-weight: 700; line-height: 1; padding: 4px 6px; margin: 0 4px; white-space: nowrap; } #simplOptions .footer { opacity: 0.3; } #simplOptions table { padding: 0; margin: 0 auto; border: 0; border-spacing: 0; min-width: 550px; } #simplOptions td { padding: 16px 8px; text-align: left; border: 0; } #simplOptions tr td { border-bottom: 1px solid #ddd; } #simplOptions tr.label td { font-weight: bold; } #simplOptions tr:first-child td { border-top: 0px; } #simplOptions tr:not(.label):hover td { background-color: rgba(0, 0, 0, 0.04); } #simplOptions td.toggle { width: 48px; text-align: center; } #simplOptions label { width: 100%; display: block; } #simplOptions label, #simplOptions input { cursor: pointer; } #simplOptions .beta { display: none; } /* Toggle buttons */ #simplOptions button.toggle { margin: 8px 0 0 0; border-radius: 20px; border: 2px solid #d0d0d0; height: 28px; cursor: pointer; width: 54px; position: relative; display: inline-block; user-select: none; -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; } #simplOptions button.toggle:focus { outline: none; } #simplOptions button.toggle span { position: absolute; left: 0; top: 0; border-radius: 100%; width: 26px; height: 26px; background-color: white; float: left; margin: -3px 0 0 -3px; border: 2px solid #d0d0d0; transition: left 0.3s; } #simplOptions button.toggle.on { background-color: #59e20e; border: 2px solid #4ecd09; } #simplOptions button.toggle.on span { left: 26px; top: 0; margin: 0; border: none; width: 24px; height: 24px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
gmail/style.css
* BUNDLE ITEMS IN INBOX html.simpl div[gh='tl'] tr[labels*='Promotions'] ~ tr[labels*='Promotions'], html.simpl div[gh='tl'] tr[labels*='Social'] ~ tr[labels*='Social'], html.simpl div[gh='tl'] tr[labels*='Updates'] ~ tr[labels*='Updates'], html.simpl div[gh='tl'] tr[labels*='Forums'] ~ tr[labels*='Forums'] { display: none; } */ /* ==================================================================== * KEEP CHAT ROSTER MINIMIZED AFTER RELOAD */ html.simpl.chatClosed .aeN div[role="complementary"] { height: 0px !important; } html.simpl.chatClosed .aeN div[gh="ns"] { display: none !important; } html.simpl.chatClosed .aeN div[role="navigation"] { height: calc(100vh - 95px) !important; } /* ==================================================================== * SHRINK FOOTPRINT OF MEET SECTION IN NAV TO ONE LINE */ /* Hide "New" badge */ html.simpl .aeN div[role="complementary"] > div[role="navigation"] > div:first-child > span { display: none; } /* Shrink width of title to make room for icons */ html.simpl .aeN div[role="complementary"] > div[role="navigation"] > div:first-child { float: left; width: 122px; } /* Shrink two actions to icons and put them inline with the title */ html.simpl .aeN div[role="complementary"] > div[role="navigation"] > div:nth-child(2) { display: block; position: absolute; right: 12px; } html.simpl .aeN div[role="complementary"] > div[role="navigation"] > div:nth-child(2) .aim { width: 40px; float: left; } html.simpl .aeN div[role="complementary"] > div[role="navigation"] > div:nth-child(2) .aim .TN { padding: 0 10px; } html.simpl .aeN div[role="complementary"] > div[role="navigation"] > div:nth-child(2) .aim .TO { border-radius: 16px; } /* Change action label to something shown on hover */ html.simpl .aeN div[role="complementary"] > div[role="navigation"] > div:nth-child(2) .aim .aio { display: none; } html.simpl .aeN div[role="complementary"] > div[role="navigation"] > div:nth-child(2) .aim:hover .aio { display: block !important; position: absolute; top: 0px; left: -150px; width: fit-content; max-width: 130px; border-radius: 4px; padding: 5px 12px 7px 12px; background-color: white; } html.simpl .aeN div[role="complementary"] > div[role="navigation"] > div:nth-child(2) .aim:nth-child(2):hover .aio { left: -190px; } html.simpl .aeN div[role="complementary"] > div[role="navigation"] > div:nth-child(2) .aim:hover .aio a { color: #202124; text-shadow: none; white-space: nowrap; } /* Move start call buttons when chat is minimized */ html.simpl .aeN div[role="complementary"][style*="height: 0px"] > div[role="navigation"] > div:nth-child(2) { z-index: 999; right: 48px; } html.simpl .aeN div[role="complementary"][style*="height: 0px"] > div[role="navigation"] > div:nth-child(2) .aim:hover .aio { display: none !important; } /* ==================================================================== * INBOX DATE GROUPING */ html.simpl tr[date="today"], html.simpl tr[date="yesterday"], html.simpl tr[date="month0"], html.simpl tr[date="month1"], html.simpl tr[date="month2"], html.simpl tr[date="earlier"] { margin-top: 3em; } html.simpl tr[date="today"] ~ tr[date="today"], html.simpl tr[date="yesterday"] ~ tr[date="yesterday"], html.simpl tr[date="month0"] ~ tr[date="month0"], html.simpl tr[date="month1"] ~ tr[date="month1"], html.simpl tr[date="month2"] ~ tr[date="month2"], html.simpl tr[date="earlier"] ~ tr[date="earlier"] { margin-top: initial; } html.simpl tr[date="today"]::before, html.simpl tr[date="yesterday"]::before, html.simpl tr[date="month0"]::before, html.simpl tr[date="month1"]::before, html.simpl tr[date="month2"]::before, html.simpl tr[date="earlier"]::before { height: 0px; width: 0px; white-space: nowrap; overflow: visible; font-size: 0.7em; letter-spacing: 1.2; color: #aaa; font-weight: bold; display: block; position: relative; top: -32px; left: 16px; } html.simpl.mediumTheme tr[date="today"]::before, html.simpl.mediumTheme tr[date="yesterday"]::before, html.simpl.mediumTheme tr[date="month0"]::before, html.simpl.mediumTheme tr[date="month1"]::before, html.simpl.mediumTheme tr[date="month2"]::before, html.simpl.mediumTheme tr[date="earlier"]::before, html.simpl.darkTheme tr[date="today"]::before, html.simpl.darkTheme tr[date="yesterday"]::before, html.simpl.darkTheme tr[date="month0"]::before, html.simpl.darkTheme tr[date="month1"]::before, html.simpl.darkTheme tr[date="month2"]::before, html.simpl.darkTheme tr[date="earlier"]::before { color: #ffffff; } html.simpl tr[date="today"]::before { content: "TODAY"; } html.simpl tr[date="yesterday"]::before { content: "YESTERDAY"; } html.simpl tr[date="month0"]::before { content: "THIS MONTH"; } html.simpl tr[date="month1"]::before { content: "LAST MONTH"; } html.simpl tr[date="earlier"]::before { content: "EARLIER"; } html.simpl tr[date="today"] ~ tr[date="today"]::before, html.simpl tr[date="yesterday"] ~ tr[date="yesterday"]::before, html.simpl tr[date="month0"] ~ tr[date="month0"]::before, html.simpl tr[date="month1"] ~ tr[date="month1"]::before, html.simpl tr[date="month2"] ~ tr[date="month2"]::before, html.simpl tr[date="earlier"] ~ tr[date="earlier"]::before { content: ""; display: none; } /* ==================================================================== * GLOBAL / APP-LEVEL */ /* Hide footer html.simpl.multiBoxHorz .pfiaof, html.simpl.multiBoxVert .pfiaof, html.simpl .ae4 + .pfiaof, */ html.simpl .aeG, html.simpl .pfiaof, html.simpl.readingPane .apc, html.simpl.readingPane .apO { display: none; } /* Move and restyle banners (vacation auto-responder, account delegation) */ html.simpl .w-MH, html.simpl .ZY, html.simpl .w-asV .aG, html.simpl .bir { position: fixed; width: auto; max-width: 300px; text-align: left; padding: 18px 24px; bottom: 24px; left: 24px; font-size: 0.875rem; font-weight: bold; border: none; box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.302), 0 4px 8px 3px rgba(60, 64, 67, 0.149); border-radius: 2px; /* Override the black on yellow default theme */ color: #fff; background-color: #202124; } html.simpl .w-MH .e, html.simpl .ZY .e, html.simpl .w-asV .aG a, html.simpl .bir a { margin-left: 16px; color: #8ab4f8; } /* ==================================================================== * APP BAR (menu and account switcher + container for search) */ /* Hide Gmail logo and name */ html.simpl #gb a[href="#inbox"] { display: none !important; } /* Hide App Switcher */ html.simpl #gbwa { display: none !important; position: absolute; right: 0px; padding: 12px 66px 14px 12px; margin: -8px -12px 0 0; } html.simpl.appSwitcher #gbwa { display: block !important; } html.simpl.appSwitcher.quickSettings #gb .FI, html.simpl.appSwitcher.quickSettings #gb div[data-tooltip="Settings"] { display: none; } html.simpl #gb .Yb { display: none; } html.simpl.appSwitcher #gb .Yb { display: inline-block; margin-right: 54px; } /* Remove padding around profile photo so settings is better spaced */ /* UNSTABLE */ html.simpl .gb_Da { padding-left: 2px !important; } /* Clean up the butter bar (loading, etc) */ html.simpl .vX .vh { border: none; border-radius: 0 0 4px 4px; padding: 8px 16px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); } /* Reduce width of app bar when Addons are open */ html.simpl.addOnsOpen header#gb { width: calc(100vw - 300px); } /* Hide Support button */ html.simpl #gb .zo, html.simpl #gb img[src*="help_outline"] { display: none; } /* ==================================================================== * ACTION BAR (actions, pagination, and settings) */ /* Move action bar on top of app bar and to right of menu button */ html.simpl .aeH { position: absolute !important; top: 0px !important; left: 60px !important; width: calc(var(--action-bar-width) - 92px); /* Reduce z-index from 986 so action bar can live on top of it */ z-index: 6; } html.simpl .aeH .G-atb { height: 64px; } /* Remove extra right margin from action bar so it is spaced correctly */ html.simpl .aeH .G-atb[gh="tm"] { margin-right: 0px !important; top: 0px; } /* Hide extra drop shadow on action bar - it bleeds through on the filter pop-up */ html.simpl .aeH .G-atb::before { box-shadow: none; -webkit-box-shadow: none; } /* Make bar wider when search is hidden */ html.simpl { --quickSettingsGap: 0px; } html.simpl.quickSettings { --quickSettingsGap: 42px; } html.simpl.hideSearch .aeH { width: calc(100vw - 172px - var(--quickSettingsGap)); } html.simpl.hideSearch.addOnsOpen .aeH { width: calc(100vw - 172px - 300px - var(--quickSettingsGap)); } /* Dim pagination controls unless hovered over html.simpl .aeH .G-atb .aqJ, html.simpl .aeF .G-atb .aqJ, html.simpl .aeH .G-atb .adF { opacity: 0.5; transition: opacity 0.2s ease-in 0s; } html.simpl .aeH .G-atb .aqJ:hover, html.simpl .aeF .G-atb .aqJ:hover, html.simpl .aeH .G-atb .adF:hover { opacity: 1; } */ /* Don't show pagination menu */ html.simpl .aeH .G-atb .aqJ .amG, html.simpl .aeF .G-atb .aqJ .amG, html.simpl .aeH .G-atb .adF .amG { display: none; } /* Below 1350px, hide pagination when search and addOns are both open */ @media only screen and (max-width: 1370.98px) { html.simpl.addOnsOpen:not(.hideSearch) .aeH .G-atb .aqJ > div:not([gh="s"]), html.simpl.addOnsOpen:not(.hideSearch) .aeH .G-atb .adF > div:not([gh="s"]) { display: none; } } /* Below 1200px, hide pagination AND settings when search and addOns are both open */ @media only screen and (max-width: 1200.98px) { html.simpl.addOnsOpen:not(.hideSearch) .adF, html.simpl.addOnsOpen:not(.hideSearch) .aqJ { display: none; } } /* Below 1100px wide, when search is expanded, hide pagination controls even if AddOns aren't open */ @media only screen and (max-width: 1100.98px) { html.simpl:not(.hideSearch) .aeH .G-atb .aqJ > div:not([gh="s"]), html.simpl:not(.hideSearch) .aeH .G-atb .adF > div:not([gh="s"]) { display: none; } } /* Below 850px wide, when search is expanded, pagination AND settings */ @media only screen and (max-width: 850.98px) { html.simpl:not(.hideSearch) .aeH .G-atb .aqJ, html.simpl:not(.hideSearch) .aeH .G-atb .adF { display: none; } } /* Remove drop shadow from action bar */ html.simpl .aeI .G-atb { box-shadow: none; -webkit-box-shadow: none; } /* Move action bar for Horizontal Multiple Inboxes */ html.simpl.multiBoxHorz .aeF .G-atb[gh="tm"] { position: fixed; top: 8px; left: 60px; z-index: 6 !important; width: calc(var(--action-bar-width) - 128px); transition: width 0s ease-in 0s; /* was 0.15s - Looks bad with 3rd party extensions */ } html.simpl.multiBoxHorz .aeF .G-atb[gh="tm"]::before { box-shadow: none; -webkit-box-shadow: none; } html.simpl.multiBoxHorz.hideSearch:not(.addOnsOpen) .aeF .G-atb[gh="tm"] { width: calc(100vw - 206px) !important; } html.simpl.multiBoxHorz.hideSearch.addOnsOpen .aeF .G-atb[gh="tm"] { width: calc(var(--action-bar-width) - 152px); } html.simpl.multiBoxHorz.addOnsOpen:not(.hideSearch) .aeF .G-atb[gh="tm"] { width: calc(var(--action-bar-width) - 370px); } /* Further adjustments for side-by-side multiple inboxes */ html.simpl.multiBoxHorz div[role="main"] .byR { margin-top: 0px; } @media only screen and (max-width: 1441.98px) { html.simpl.multiBoxHorz .aeF > div.nH { max-width: 1400px !important; } /* Keep the max-width of the conversation narrow -- fragile due to use of .BltHke */ /* TODO: I should do this at all resolutions for horizontal split view */ html.simpl.multiBoxHorz .aeF > div.nH > div.nH:last-child:not(.BltHke) { max-width: 960px !important; margin: 0 auto; } } @media only screen and (min-width: 1441.98px) { /* Allow the side-by-side multiBox to be a lot wider... */ html.simpl.multiBoxHorz .aeF > div.nH { max-width: 2200px !important; } /* ... while keeping the max-width of the conversation narrow */ html.simpl.multiBoxHorz .aeF > div.nH > div.nH[role="main"]:not(.BltHke) { max-width: 1100px !important; margin: 0 auto; } } /* Nudge the offline button closer to the settings gear */ html.simpl .aqJ .bvX, html.simpl .adF .bvX { margin-right: 16px !important; } /* Hide the Offline icon */ html.simpl .bvE { display: none; } /* ==================================================================== * ALIGN ACTION BAR WITH CONTENT */ /* Resolutions Low (< 960px) Mid (961 - 1440) High (> 1441) Views Default inbox w/ tabs Search (including label) Priority inbox Preview pane vertical Preview pane horizontal Multiple inboxes vertical Multiple inboxes horizontal States (icon buttons) Menu closed Menu closed, Right side chat Menu closed, Right side chat, Search open Menu closed, Add-ons open Menu closed, Add-ons open, Search open Menu open Menu open, Right side chat Menu open, Right side chat, Search open Menu open, Add-ons open Menu open, Add-ons open, Search open States (text button labels) Menu closed Menu closed, Right side chat Menu closed, Right side chat, Search open Menu closed, Add-ons open Menu closed, Add-ons open, Search open Menu open Menu open, Right side chat Menu open, Right side chat, Search open Menu open, Add-ons open Menu open, Add-ons open, Search open */ @media only screen and (max-width: 1278.97px) { html.simpl { --content-width: 100%; } } @media only screen and (min-width: 1278.98px) { /* DETAULT VIEWS: Move actions to left edge of content */ html.simpl { --content-width: 960px; --left-offset: 60px; } html.simpl.quickSettings { --left-offset: 60px; /* was 88px */ } html.simpl.navOpen { --left-offset: -32px; } html.simpl.navOpen.quickSettings { --left-offset: -32px; /* was -4px */ } html.simpl.readingPane.navOpen:not(.noSplitPane) { --left-offset: -1px; } html.simpl.rhsChat.navOpen { --left-offset: 68px; --content-width: 1164px; } html.simpl.rhsChat:not(.navOpen) { --left-offset: 160px; } html.simpl.addOnsOpen, html.simpl.addOnsOpen.rhsChat { --left-offset: 210px; --content-width: 1260px; } html.simpl.addOnsOpen.rhsChat { --left-offset: 12px; } html.simpl.addOnsOpen.navOpen { --left-offset: 118px; } html.simpl.addOnsOpen.rhsChat.navOpen { --left-offset: -82px; } /* No Split Reading pane */ html.simpl.noSplitPane { --left-offset: 64px; } html.simpl.noSplitPane.navOpen { --left-offset: -60px; } html.simpl.noSplitPane.addOnsOpen { --content-width: 960px; --left-offset: 212px; } html.simpl.noSplitPane.navOpen.addOnsOpen { --left-offset: 90px; } /* Apply variables to align left edge except if the menu and addOns or rhsChat are both open */ html.simpl:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert):not(.addOnsOpen):not(.rhsChat):not(.textButtons) .aeH .G-atb, html.simpl:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert):not(.navOpen):not(.textButtons) .aeH .G-atb, html.simpl.noSplitPane:not(.multiBoxHorz):not(.multiBoxVert):not(.textButtons) /* :not(.multiBoxVert2):not(.readingPane) */ .aeF .G-atb, html.simpl.noSplitPane:not(.multiBoxHorz):not(.multiBoxVert):not(.textButtons) /* :not(.multiBoxVert2):not(.readingPane) */ .aeH .G-atb { padding-left: calc( ((100vw - var(--content-width)) / 2) - var(--left-offset) ); margin-left: 16px !important; /* 44px */ } /* html.simpl.multiBoxVert2 .G-atb[gh="tm"] { padding-left: calc( ((100vw - var(--content-width)) / 2) - var(--left-offset) ); margin-left: 18px !important; } html.simpl.readingPane.noSplitPane .G-atb { padding-left: calc( ((100vw - var(--content-width)) / 2) - var(--left-offset) ); margin-left: 16px !important; } */ /* Adjust width of action bar for reading pane */ html.simpl.readingPane.hideSearch:not(.navOpen) .G-atb[gh="tm"] { width: calc(100vw - 234px); } html.simpl.readingPane:not(.hideSearch):not(.navOpen) .G-atb[gh="tm"] { width: calc(var(--action-bar-width) - 126px); } html.simpl.readingPane.navOpen.hideSearch .G-atb[gh="tm"] { width: calc(100vw - 430px); } html.simpl.readingPane.navOpen:not(.hideSearch) .G-atb[gh="tm"] { width: calc(var(--action-bar-width) - 126px); } /* Correct width of action bar for No Split reading pane */ html.simpl.noSplitPane.hideSearch:not(.navOpen) .G-atb[gh="tm"] { width: calc(var(--content-width) / 2 + 50vw - 170px); } html.simpl.noSplitPane.hideSearch.navOpen .G-atb[gh="tm"] { width: calc(var(--content-width) / 2 + 50vw - 294px); } html.simpl.noSplitPane:not(.navOpen):not(.hideSearch) .G-atb[gh="tm"] { width: calc(var(--content-width) / 2 + 50vw - 152px - 16%); } html.simpl.noSplitPane.navOpen:not(.hideSearch) .G-atb[gh="tm"] { width: calc(var(--content-width) / 2 + 50vw - 276px - 16%); } html.simpl.noSplitPane.addOnsOpen:not(.hideSearch) .G-atb[gh="tm"] { width: calc(var(--content-width) / 2 + 50vw - 253px - 16%); } html.simpl.noSplitPane.hideSearch.addOnsOpen:not(.navOpen) .G-atb[gh="tm"] { width: calc(var(--content-width) / 2 + 50vw - 324px); } html.simpl.noSplitPane.hideSearch.addOnsOpen.navOpen .G-atb[gh="tm"] { width: calc(var(--content-width) / 2 + 50vw - 446px); } html.simpl.noSplitPane.addOnsOpen.navOpen:not(.hideSearch) .G-atb[gh="tm"] { width: calc(var(--content-width) / 2 + 50vw - 375px - 16%); } /* Move pagination controls to right edge of content * while leaving settings to far right */ html.simpl.hideSearch { --right-offset: 158px; } html.simpl.hideSearch.navOpen { --right-offset: 252px; } html.simpl.hideSearch.addOnsOpen { --right-offset: 310px; } html.simpl.hideSearch.rhsChat { --right-offset: 58px; } html.simpl.hideSearch.rhsChat.navOpen { --right-offset: 150px; } html.simpl.hideSearch.addOnsOpen.rhsChat { --right-offset: 208px; } html.simpl.hideSearch.navOpen.addOnsOpen { --right-offset: 400px; } html.simpl.hideSearch.navOpen.addOnsOpen.rhsChat { --right-offset: 300px; } /* No Split reading pane */ html.simpl.hideSearch.noSplitPane { --right-offset: 218px; } html.simpl.hideSearch.noSplitPane.navOpen { --right-offset: 340px; } html.simpl.hideSearch.noSplitPane.addOnsOpen { --right-offset: 368px; } html.simpl.hideSearch.noSplitPane.addOnsOpen.navOpen { --right-offset: 490px; } /* Quick Settings Alt */ html.simpl.hideSearch { --right-offset: 132px; } html.simpl.hideSearch.navOpen.quickSettings { --right-offset: 220px; } html.simpl.hideSearch.addOnsOpen.quickSettings { --right-offset: 278px; } html.simpl.hideSearch.rhsChat.quickSettings { --right-offset: 26px; } html.simpl.hideSearch.rhsChat.navOpen.quickSettings { --right-offset: 118px; } html.simpl.hideSearch.addOnsOpen.rhsChat.quickSettings { --right-offset: 176px; } html.simpl.hideSearch.navOpen.addOnsOpen.quickSettings { --right-offset: 368px; } html.simpl.hideSearch.navOpen.addOnsOpen.rhsChat.quickSettings { --right-offset: 268px; } html.simpl.hideSearch.noSplitPane.quickSettings { --right-offset: 186px; } html.simpl.hideSearch.noSplitPane.navOpen.quickSettings { --right-offset: 308px; } html.simpl.hideSearch.noSplitPane.addOnsOpen.quickSettings { --right-offset: 336px; } html.simpl.hideSearch.noSplitPane.addOnsOpen.navOpen.quickSettings { --right-offset: 458px; } /* Apply variables to align right edge with content */ html.simpl.hideSearch:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert):not(.addOnsOpen):not(.rhsChat):not(.textButtons) .aeH .ar5, html.simpl.hideSearch:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert):not(.addOnsOpen):not(.rhsChat):not(.textButtons) .adF .iG, html.simpl.hideSearch:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert):not(.navOpen):not(.textButtons) .aeH .ar5, html.simpl.hideSearch:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert):not(.navOpen):not(.textButtons) .adF .iG, html.simpl.hideSearch.noSplitPane:not(.multiBoxHorz):not(.multiBoxVert):not(.textButtons) .aeF .ar5 { padding-right: calc( ((100vw - var(--content-width)) / 2) - var(--right-offset) ); } /* There is no split pane button in conversation view -- add more padding */ html.simpl.hideSearch.noSplitPane:not(.multiBoxHorz):not(.multiBoxVert):not(.textButtons) .adF .iG { padding-right: calc( ((100vw - var(--content-width)) / 2) - var(--right-offset) + 60px ); } /* Keep pagination next to settings when search is open */ html.simpl:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert):not(.addOnsOpen):not(.rhsChat):not(.textButtons) .aeH .ar5, html.simpl:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert):not(.addOnsOpen):not(.rhsChat):not(.textButtons) .adF .iG, html.simpl:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert):not(.navOpen):not(.textButtons) .aeH .ar5, html.simpl:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert):not(.navOpen):not(.textButtons) .adF .iG, html.simpl.noSplitPane:not(.hideSearch):not(.multiBoxHorz):not(.multiBoxVert):not(.textButtons) .aeF .ar5, html.simpl.noSplitPane:not(.hideSearch):not(.multiBoxHorz):not(.multiBoxVert):not(.textButtons) .adF .iG { padding-right: initial; } } @media only screen and (min-width: 1278.98px) and (max-width: 1638.98px) { /* Don't align the actions if the nav and add-ons are both open */ html.simpl.noSplitPane.navOpen.addOnsOpen .aeF .G-atb[gh="tm"], html.simpl.noSplitPane.navOpen.addOnsOpen .aeH .G-atb[gh="tm"] { padding-left: initial; width: calc(100vw - 445px - 16%); } } /* Adjust aligment and spacing for higher resolutions */ @media only screen and (min-width: 1441.98px) { html.simpl { --content-width: 1100px !important; } html.simpl.rhsChat { --content-width: 1304px; } html.simpl.addOnsOpen, html.simpl.addOnsOpen.rhsChat { --content-width: 1400px; } /* Reading pane: Apply variables to align left edge for vertical reading pane when the nav is open */ html.simpl.navOpen.readingPane:not(.hideSearch):not(.noSplitPane):not(.multiBoxHorz):not(.multiBoxVert):not(.textButtons):not(.rhsChat):not(.addOnsOpen) .aeF .G-atb { padding-left: 196px !important; margin-left: 16px !important; width: calc(var(--action-bar-width) - 322px) !important; } html.simpl.navOpen.readingPane.hideSearch:not(.noSplitPane):not(.multiBoxHorz):not(.multiBoxVert):not(.textButtons):not(.rhsChat):not(.addOnsOpen) .adF .G-atb { padding-left: 196px !important; margin-left: 16px !important; width: calc(var(--action-bar-width) - 49px) !important; } } @media only screen and (min-width: 1638.98px) { /* Apply variables to align left edge */ html.simpl.navOpen.addOnsOpen:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert) { --left-offset: 94px; } html.simpl:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert) .aeH .G-atb, html.simpl.noSplitPane:not(.multiBoxHorz):not(.multiBoxVert) .aeF .G-atb[gh="tm"] { padding-left: calc( ((100vw - var(--content-width)) / 2) - var(--left-offset) ); margin-left: 16px !important; } /* Apply variables to align right edge with content */ html.simpl.hideSearch:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert) .aeH .ar5, html.simpl.hideSearch:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert) .adF .iG { padding-right: calc( ((100vw - var(--content-width)) / 2) - var(--right-offset) ); } /* Keep pagination next to settings when search is open */ html.simpl:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert) .aeH .ar5, html.simpl:not(.readingPane):not(.multiBoxHorz):not(.multiBoxVert) .adF .iG { padding-right: initial; } } /* ==================================================================== * SEARCH */ /* Push search to the right */ html.simpl #gb form { float: right; width: 20%; max-width: none; margin-right: 8px; position: relative; right: 0px; transition: width 0s; } html.simpl.quickSettings #gb form { width: 16%; } html.simpl { --action-bar-width: 79%; } /* Make search wider and hide pagination/settings when search is focused */ html.simpl.searchFocused #gb form { width: 40%; } html.simpl.searchFocused { --action-bar-width: 59%; } /* Hack fix b/c I'm not using --action-bar-width in all cases */ html.simpl.searchFocused.readingPane .aeF .G-atb, html.simpl.searchFocused.textButtons .aeH .G-atb { width: 40% !important; overflow: hidden; } html.simpl.searchFocused .aeH .G-atb .aqJ, html.simpl.searchFocused .aeF .G-atb .aqJ, html.simpl.searchFocused .aeH .G-atb .adF { display: none; } /* Shorter search box when using text label buttons html.simpl.textButtons #gb form { width: 25%; } html.simpl.textButtons { --action-bar-width: 74.5%; } */ /* Shorter search box when nav is open on smaller screens @media only screen and (max-width: 1441.98px) { html.simpl.navOpen #gb form { width: 25%; } html.simpl.navOpen { --action-bar-width: 74.5%; } } */ /* Minimize search to an icon when hidden */ html.simpl.hideSearch #gb form { width: 54px; margin-right: 0px; box-shadow: none; background-color: transparent; } /* Hide all search form buttons except search button when search is hidden */ html.simpl.hideSearch #gb form button { display: none; } html.simpl.hideSearch #gb form button[role="button"]:not([gh="sda"]) { display: block; } /* Move filter form to be under search box */ html.simpl .ZF-Av { left: auto !important; right: 71px !important; width: calc(100% - var(--action-bar-width) + 1%) !important; min-width: 450px; } html.simpl .ZF-Av > div { border: 0px; } /* Hide or shrink search when app switcher is shown */ html.simpl.appSwitcher.hideSearch #gb form { display: none; } html.simpl.appSwitcher:not(.hideSearch) #gb form { width: calc(100% - var(--action-bar-width) - 1% - 50px); margin-right: 58px; } /* Hide search options button until you hover over search box html.simpl:not(.hideSearch) #gb form button[gh="sda"] { display: none; } html.simpl:not(.hideSearch) #gb form:hover button[gh="sda"] { display: block; } */ /* Hide "Search the web" option from search auto-complete */ html.simpl #gb form td.gssb_e tr[role="separator"], html.simpl #gb form td.gssb_e tr[role="option"]:last-child { display: none; } /* ==================================================================== * SEARCH REFINEMENT BAR */ /* Move search refinement bar below action bar */ html.simpl .aeH div[gh="tm"] div[role="toolbar"] { position: absolute; top: 44px; } /* Reading pane */ html.simpl.readingPane .G-atb[gh="tm"] > div.G6 { position: absolute; top: 60px; height: 54px; margin-bottom: 14px; overflow-y: hidden; overflow-x: auto; } html.simpl.readingPane .G-atb[gh="tm"] > div[role="toolbar"] > div:first-child { overflow-y: hidden; overflow-x: inherit; height: 54px; margin-right: 0px; } /* No Split Pane only */ html.simpl.noSplitPane .G-atb[gh="tm"] > div.G6, html.simpl.noSplitPane .G-atb[gh="tm"] > div[role="toolbar"] { width: calc(var(--content-width) - 16px); max-width: calc(var(--content-width) - 16px); } /* Reading pane only */ html.simpl.readingPane:not(.noSplitPane) .G-atb[gh="tm"] > div.G6 { left: -32px; width: var(--readingPane-width); } /* BUG: The search refinement bar is pos:absolute making it a higher * z-index than the search auto-complete that is pos:relative. * FIX: (More of a temporary hack): Hide the search refinement bar * when search is focused because */ html.simpl.searchFocused .G-atb[gh="tm"] > div.G6, html.simpl.searchFocused .G-atb[gh="tm"] > div[role="toolbar"] { display: none; } /* Add expand button to show all the search chips * TODO: setup event listener for .G6 and see if e.target = .G6 * if so, toggle width of search chips bar html.simpl.readingPane:not(.noSplitPane) .G-atb[gh='tm'] > div.G6 { pointer-events: none; } html.simpl.readingPane .G-atb[gh='tm'] > div[role='toolbar'] > div:first-child { pointer-events: auto; } html.simpl.readingPane:not(.noSplitPane) .G-atb[gh='tm'] > div.G6::before { content: '»'; width: 30px; height: 30px; background: white; display: block; position: absolute; right: 30px; top: 0px; z-index: 1; border-radius: 16px; box-shadow: 0 1px 1px #aaa; line-height: 1.2; text-align: center; font-size: 24px; font-family: Arial, sans-serif; color: #4185f4; border: 1px solid #eee; letter-spacing: -2px; pointer-events: auto; cursor: pointer; } */ /* Move search refinement bar over when nav and add-ons are open */ /* TODO: set left to be dynamic when nav is closed below 1278px so it stays with the content */ @media only screen and (max-width: 960.98px) { html.simpl div[gh="tm"] div[role="toolbar"] { left: -36px; } } @media only screen and (max-width: 1278.98px) { html.simpl.navOpen div[gh="tm"] div[role="toolbar"] { left: 205px; } } @media only screen and (max-width: 1638.98px) { html.simpl.navOpen.readingPane:not(.noSplitPane) div[gh="tm"] div[role="toolbar"], html.simpl.navOpen.readingPane:not(.noSplitPane) div[gh="tm"] div.G6 { left: 205px; max-width: calc(100vw - 266px); } html.simpl.navOpen.addOnsOpen div[gh="tm"] div[role="toolbar"], html.simpl.navOpen.addOnsOpen div[gh="tm"] div.G6 { left: 205px; max-width: calc(100vw - 566px); } html.simpl.navOpen.addOnsOpen.noSplitPane div.G-atb[gh="tm"] div[role="toolbar"], html.simpl.navOpen.addOnsOpen.noSplitPane div.G-atb[gh="tm"] div.G6 { left: 185px; max-width: calc(100vw - 566px); } } @media only screen and (min-width: 1638.98px) { html.simpl.navOpen.readingPane:not(.noSplitPane) div[gh="tm"] div.G6 { left: 205px; } } /* Hide search refinement bar when you scroll */ /* .aeI is added to a parent Div when you are scrolled to the top */ /* but not for Reading Pane = Vertical|Horizontal */ html.simpl .aeI .aeH div.G-atb[gh="tm"] div[role="toolbar"], html.simpl .aeI .aeF div.G-atb[gh="tm"] div[role="toolbar"] { display: none; } /* Move action bar into correct spot */ /* Maybe add .inSearch for not reading pane? */ html.simpl .aeH div[gh="tm"] div[role="toolbar"] + .aqK { margin-top: 22px; } /* Reading pane */ html.simpl.readingPane.inSearch .G-atb[gh="tm"] > div.G6 ~ div.aqK, html.simpl.readingPane.inSearch .G-atb[gh="tm"] > div[role="toolbar"] ~ div.aqK { margin-top: 14px; } /* Create more space above the results for the search chips in Reading pane */ /* TODO not sure if .PY only is added when the search chips are present or if it is a stable classname */ html.simpl.noSplitPane.inSearch .aeF .G-atb.PY ~ .UI .ae4 { padding-top: 20px; } html.simpl.readingPane.inSearch:not(.noSplitPane) .aeF .G-atb.PY ~ .UI .ae4 { padding-top: 70px; } /* Make space for the Did you mean bar when it comes up */ html.simpl.inSearch .Wz { margin-top: 70px; margin-bottom: -50px; } html.simpl.inSearch.noSplitPane .Wz { margin-top: 70px; margin-bottom: -28px; max-width: var(--content-width); margin-left: auto; margin-right: auto; } html.simpl.inSearch.readingPane:not(.noSplitPane) .Wz { max-width: var(--readingPane-width); margin-bottom: 0px; } /* Keep the action bar from covering the left nav */ html.simpl.readingPane.inSearch .G-atb[gh="tm"] { height: 54px; } /* Shift message list down to make space for search chips */ html.simpl.inSearch .aeF div[role="main"] > .bX, html.simpl.inSearch .aeF div[role="main"] > .afn + .ae4 { margin-top: 72px; } /* Hide Advanced search link */ html.simpl div.G-atb[gh="tm"] div[role="toolbar"] div[data-impression-suffix="ADVANCED_SEARCH_LINK"], html.simpl .aeH div[gh="tm"] div[role="toolbar"] div:first-child > div[role="button"]:last-child { display: none; } /* ==================================================================== * NAV & COMPOSE BUTTON */ /* SHOW NAV ON HOVER */ /* This is buggy b/c the animation is not instant and flipping between positions is */ html.simpl .bhZ:not(.bym) div[role="navigation"] { /* display: none; */ } html.simpl .bhZ.bym { /* position: absolute; */ } /* Don't show the nav when hovering over the compose button * TODO: fix this, probably by adding a class on hover of the compose button */ html.simpl .bym { box-shadow: none !important; } html.simpl .bhZ div[role="complementary"], html.simpl .bhZ div[gh="ns"] { display: none !important; } /* Hide nav when minimized or in Settings */ html.simpl .bhZ, html.simpl.inSettings .aeN { position: relative; z-index: 3 !important; /* Remove this to show nav on hover */ max-width: 0px !important; min-width: 0px !important; } html.simpl.inSettings .aeN { width: 0px !important; overflow: hidden; } /* No shadow or label on compose button */ html.simpl .z0 > .L3 { box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3) !important; border-radius: 28px; font-size: 0; height: 56px; padding: 0; width: 56px; min-width: 56px; } /* Make FAB dark in dark themes */ html.simpl.darkTheme .z0 > .L3 { background-color: rgba(51, 51, 51, 0.9); } /* Move compose button out of menu */ html.simpl .z0 { position: absolute; left: calc(100vw - 92px); top: calc(100vh - 140px); z-index: 3 !important; width: 54px; margin: 0; padding: 0; } /* Move it over futher if RHS Chat is enabled */ html.simpl.rhsChat .z0 { left: calc(100vw - 275px); } /* Add some padding above the nav that the compose button used to provide */ html.simpl .wT { padding-top: 20px; } /* But not for the new Gmail */ html.simpl .V3 .wT { padding-top: 0px; } /* Hide top shadow when you scroll long label list */ html.simpl .aeN .ajj:before { -webkit-box-shadow: none; box-shadow: none; } /* Hide the compose and add-ons button when in Settings */ html.simpl.inSettings .z0, html.simpl.inSettings .bAw { display: none; } /* Make the bottom Hangouts tabs a little less ugly */ html.simpl div[gh="gt"] { text-align: left; border-top: 0px; padding-left: 18px; } html.simpl.rhsChat div[gh="gt"] { text-align: right; border-top: 0px; padding-left: 0px; } html.simpl.rhsChat .akj { margin-top: 12px; } /* Remove extra right padding from rhsChat */ html.simpl.rhsChat .aCl .akj { padding-right: 0px !important; } /* Hide unread counts in nav if Simplify Setting enabled */ html.simpl.hideUnreads .bsU { display: none !important; } /* ==================================================================== * INBOX */ /* Bump up the line height a little in the inbox */ html.simpl.lowDensityInbox:not(.readingPane) .zA { padding-top: 12px !important; padding-bottom: 12px !important; } html.simpl.highDensityInbox:not(.readingPane) .zA { padding-top: 4px !important; padding-bottom: 4px !important; } /* Right and bottom padding on inbox and messages */ html.simpl .aeF { padding-right: 56px !important; margin-bottom: 150px; } /* Max width inbox and conversation and add top padding */ html.simpl .AO .aeF > .nH { margin: 40px auto 0 auto; max-width: 960px; } html.simpl.readingPane.inSettings .AO .aeF > .nH { margin: 40px auto 100px auto !important; max-width: 960px !important; } @media only screen and (min-width: 1441.98px) { html.simpl:not(.readingPane) .AO .aeF > .nH { max-width: 1100px; } html.simpl.readingPane.inSettings .AO .aeF > .nH { max-width: 1100px !important; } } /* Less padding on inbox and messages for low resolutions */ @media only screen and (max-width: 960.98px) { html.simpl .bhZ + .bkK { margin-left: 12px !important; } html.simpl .aeF { padding-right: 12px !important; margin-bottom: 50px; } html.simpl .AO .aeF > .nH { margin-top: 12px !important; } } /* Add extra padding between inbox groups */ html.simpl div[gh="tl"] div[role="tabpanel"] { padding-bottom: 1em; } /* TODO: Remove that extra padding if the section is hidden * This doesn't work html.simpl div[gh="tl"] div[role="tabpanel"] > div.afn { margin-bottom: -2em; } */ /* Remove top border on TL */ html.simpl:not(.readingPane) .aeF div[gh="tl"] { border-top: 0px; } /* Add spacing between vertically stacked Multiple Inboxes */ html.simpl.multiBoxVert .nH > .nK { margin-top: 1em; } /* Hide toggle next to inbox groups */ html.simpl div[gh="tl"] div[role="tabpanel"] h3 img { display: none; } /* Different treatment of read items in inbox except highlighted items in splitpane view*/ html.simpl.lightTheme .yO:not(.aps), html.simpl.mediumTheme .yO:not(.aps) { /* White with lighter text */ background-color: rgba(255, 255, 255, 0.8); color: #333; } /* Back to defaults for selected items */ html.simpl.lightTheme .yO.x7, html.simpl.mediumTheme .yO.x7 { background-color: #c2dbff; color: #202124; } /* Dim snippets for read messages a little more */ html.simpl.lightTheme .yO .y2, html.simpl.mediumTheme .yO .y2 { opacity: 0.7; } /* Make sure minimized search icon is white for medium themes */ html.simpl.mediumTheme.hideSearch #gb form button[role="button"] > svg, html.simpl.mediumTheme.hideSearch #gb form button[role="button"] > svg > path { color: rgba(255, 255, 255, 0.87); } /* Different background colors for dark themes */ html.simpl.darkTheme .yO:not(.aps) { background: rgba(0, 0, 0, 0.8); color: rgba(255, 255, 255, 0.7); } html.simpl.darkTheme .yO.x7 { color: rgba(255, 255, 255, 1); background: #174ea6; } /* Dim the Snoozed N days ago text in the inbox */ html.simpl .zA .cL { font-weight: normal; opacity: 0.8; } html.simpl .zA.yO .cL { opacity: 0.4; } /* Less shadow on items on hover */ html.simpl .zA:hover { box-shadow: inset 1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.15) !important; } /* Dim Default Inbox category tabs */ html.simpl .aKh { opacity: 0.7; transition: opacity 0.2s ease-in 0s; border-radius: 8px 8px 0 0; } html.simpl .aKh:hover { opacity: 1; } /* Further dim the non-active category tab */ html.simpl .aKh .aAy[aria-selected="false"] { opacity: 0.5; transition: opacity 0.2s ease-in 0s; } html.simpl .aKh .aAy[aria-selected="false"]:hover, html.simpl .aKh .aAy[aria-selected="true"] { opacity: 1; } /* Make "new" badges on tabs grayscale */ html.simpl .aKh .aDG { filter: grayscale(100%); } /* Hide ads in top of inbox tabs */ html.simpl div[gh="tl"] .aKB, /* old way */ html.simpl div[gh="tl"] div[role="tabpanel"] > div.Cp:first-child, html.simpl div[gh="tl"] .U9:first-child + .Cp + .Cp { display: none; } /* Dim attachment type icons on read messages */ html.simpl div[gh="tl"] tr.yO img.brf { /* filter: grayscale(100%) brightness(135%); */ opacity: 0.6; } /* Hide underlines on category tabs in default inbox */ html.simpl div[role="main"] .J-KU-KO.aAy:before { background-color: transparent !important; } /* ==================================================================== * POPOUTS */ /* Correct max-width */ html.simpl.popout .aeF { padding-right: 0px !important; margin-bottom: 0px !important; max-width: 960px; } html.simpl.popout .aeF > div { box-shadow: none !important; } html.simpl.popout .G-atb[gh="tm"] { max-width: 930px; margin: 0 auto !important; } @media only screen and (min-width: 799.98px) { html.simpl.popout .G-atb[gh="tm"] { min-width: 730px; } } @media only screen and (min-width: 1441.98px) { html.simpl.popout .aeF { max-width: 1100px; } html.simpl.popout .G-atb[gh="tm"] { max-width: 1070px; } } @media only screen and (min-width: 1679.98px) { html.simpl.popout .aeF { max-width: 100%; } html.simpl.popout .aeF > div { max-width: 100% !important; } html.simpl.popout .aDc { max-width: 100% !important; } html.simpl.popout .G-atb[gh="tm"] { max-width: calc(100% - 30px); } } /* Hide theme background */ html.simpl.popout .wl, html.simpl.popout .wl div, html.simpl.popout .wq, html.simpl.popout .wp { background-image: none !important; background-color: #fff !important; } /* ==================================================================== * READING PANE VIEW */ /* Move action bar over app bar */ html.simpl.readingPane .G-atb[gh="tm"] { position: fixed; top: 5px; left: 60px; z-index: 7 !important; padding-right: 0px !important; height: 54px; } /* Different top pos for when search chips are enabled */ html.simpl.readingPane.inSearch .PY.G-atb[gh="tm"] { top: 8px; } html.simpl.readingPane .G-atb[gh="tm"]:before { box-shadow: none; -webkit-box-shadow: none; } @media only screen and (min-width: 1278.98px) { html.simpl.readingPane.navOpen.hideSearch:not(.noSplitPane) .G-atb[gh="tm"] { padding-left: 212px; } } /* Add border under app bar, remove for threadlist */ html.simpl.readingPane header#gb { border-bottom: 1px solid rgba(100, 121, 143, 0.122); } html.simpl.readingPane .UJ { border-top: none; } /* Adjust width of action bar for small resolutions */ @media only screen and (max-width: 1278.98px) { html.simpl.readingPane.hideSearch .G-atb[gh="tm"] { width: calc(100vw - 234px); } html.simpl.readingPane:not(.hideSearch) .G-atb[gh="tm"] { width: calc(var(--action-bar-width) - 126px); } html.simpl.readingPane.addOnsOpen.hideSearch .G-atb[gh="tm"] { width: calc(100vw - 502px); } html.simpl.readingPane.addOnsOpen:not(.hideSearch) .G-atb[gh="tm"] { width: calc(var(--action-bar-width) - 366px); } } /* Reduce left margin on main view */ html.simpl.readingPane .bhZ + .bkK { margin-left: 12px !important; } /* Override padding around main view */ html.simpl.readingPane .aeF { padding-right: 0px !important; margin-bottom: 0px !important; } /* Max width view 100% */ html.simpl.readingPane .AO .aeF > .nH { margin: 0px; /*40px auto 0 auto;*/ max-width: 100%; } /* Max-width and margin on conversation */ html.simpl.readingPane .apg .aNW .age .Bs { max-width: 1050px; } html.simpl.readingPane .aNW td.Bu:first-child > div.nH:last-child { padding-bottom: 200px; } @media only screen and (min-width: 1441.98px) { html.simpl.readingPane .apg .aNW .age .Bs { max-width: 1100px; /* float conversation view margin: 1.5vw auto 200px auto; border-radius: 8px; */ margin: 0 auto; } /* Swap margin for padding when message is likely to * switch from pane to floating card */ html.simpl.readingPane .aNW td.Bu:first-child > div.nH:last-child { padding-bottom: 0px; } } /* Add right margin to inbox tabs */ html.simpl.readingPane .aeF .aKh { margin-right: 16px; } /* No bottom border on app bar */ html.simpl.readingPane .aiw { box-shadow: none; -webkit-box-shadow: none; } /* Drop the double border between panes to a single border */ html.simpl.readingPane .apj { border-right: none; border-left: none; background-color: transparent; } html.simpl.readingPane .aph { border-bottom: none; } /* Below 1250px, hide the pagination controls */ /* TODO: Shouldn't I do this for all setups, not just reading pane? */ @media only screen and (max-width: 1278.98px) { html.simpl.readingPane.addOnsOpen:not(.hideSearch) .aE3 .G-atb .aqJ > div:not([gh="s"]) { display: none; } } @media only screen and (max-width: 1100.98px) { html.simpl.readingPane:not(.hideSearch) .aE3 .G-atb .aqJ > div:not([gh="s"]) { display: none; } } /* Move the right aligned actions on the inline reply over so the * compose button doesn't cover them * TODO: Find a more elegant solution to this problem */ html.simpl.readingPane div[role="listitem"] .btC > .az5 { padding-right: 50px; } /* Add a bit of right margin to the "Select all?" butter bar */ html.simpl.readingPane .Tm .ya { margin-right: 16px; } /* ==================================================================== * NO SPLIT PREVIEW PANE */ /* Center the inbox */ html.simpl.noSplitPane div[gh="tl"] .ae4 { max-width: var(--content-width); margin: 0 auto; } @media only screen and (min-width: 1278.98px) { /* Inbox tabs */ html.simpl.noSplitPane .aeF .aKh { max-width: var(--content-width); margin: 0 auto; position: relative; left: -8px; } html.simpl.noSplitPane.navOpen.addOnsOpen .aeF .aKh { max-width: calc(100vw - 573px); } html.simpl.noSplitPane .aeF .aKh > table.aKk { min-width: var(--content-width); } } /* Add padding below inbox */ html.simpl.noSplitPane:not(.multiBoxVert2) .aeF .Nu { padding-bottom: 150px; } html.simpl.noSplitPane.multiBoxVert2 .aeF .Nu { padding-bottom: 40px; } /* Add padding above inbox if there are no tabs */ html.simpl.noSplitPane .aeF .Nu { padding-top: 35px; } /* More padding if there are search chips */ html.simpl.noSplitPane .aeF .PY.G-atb ~ .UI > .Nu { padding-top: 55px; } html.simpl.noSplitPane .aeF .aKh ~ .UI .Nu { padding-top: initial; } /* Center the conversation */ html.simpl.noSplitPane .aeF div[role="main"][class="nH"] { max-width: var(--content-width); margin: 40px auto 200px auto; } /* Correctly position toolbar in Conversation view html.simpl.noSplitPane .aeH .G-atb[gh='tm'] { top: 0px !important; } */ /* Center "Select all?" butter bar */ html.simpl.readingPane.noSplitPane .Tm .ya { max-width: var(--content-width); margin: 4px auto; position: relative; left: -8px; } @media only screen and (max-width: 1278.98px) { html.simpl.readingPane.noSplitPane .Tm .ya { left: 0; margin-right: 16px; } } /* ==================================================================== * CONVERSATION VIEW */ /* Not sure why, but sometimes this div (the footer I believe) below the conversation gets 440px bottom padding */ html.simpl .pfiaof { padding-bottom: 0px !important; } /* Round corners of conversation for themes */ html.simpl .bAn { border-radius: 8px; } /* Dim print and pop-out icons in conversation view */ html.simpl .bAn .ade { opacity: 0.2; transition: opacity 0.4s ease-in 0s; } html.simpl .bAn .ade:hover { opacity: 1; } /* Make the right gutter inside the card the same as the left */ html.simpl div[role="listitem"] .a3s { padding-right: 48px; } /* Slightly larger message body text in conversation view and composer * TODO: There are some bugs with this -- so I'm disabling for now until I can be sure it works 100%; html.simpl div[contenteditable="true"], html.simpl div[contenteditable="true"] font[size="2"] { font-size: 0.874rem; } html.simpl div[role="listitem"] .a3s, html.simpl div[role="listitem"] .a3s font[size="2"], html.simpl div[role="listitem"] .g6, html.simpl div[role="listitem"] div:not(.ajA) h3.iw { font-size: 0.875rem; } */ /* Force it when the font size is set inline html.simpl div[role="listitem"] .a3s [style*="font-size: small"], html.simpl div[role="listitem"] .a3s [style*="font-size:small"] { font-size: 0.875rem !important; } html.simpl div[role="listitem"] .a3s [style*="font-size: .875rem"], html.simpl div[role="listitem"] .a3s [style*="font-size:.875rem"], html.simpl div[role="listitem"] .a3s [style*="font-size: 0.875rem"], html.simpl div[role="listitem"] .a3s [style*="font-size:0.875rem"] { font-size: 1rem !important; background-color: yellow; } html.simpl div[role="listitem"] .a3s [style*="font-size: .874rem"], html.simpl div[role="listitem"] .a3s [style*="font-size:.874rem"], html.simpl div[role="listitem"] .a3s [style*="font-size: 0.874rem"], html.simpl div[role="listitem"] .a3s [style*="font-size:0.874rem"] { font-size: 1rem !important; background-color: red; color: white; } */ /* In case the font size is set to 14px or .875rem, bump it up so it is noticably larger html.simpl div[contenteditable="true"] [style*="font-size: 0.875rem"], html.simpl div[contenteditable="true"] [style*="font-size:0.875rem"], html.simpl div[contenteditable="true"] [style*="font-size: .875rem"], html.simpl div[contenteditable="true"] [style*="font-size:.875rem"], html.simpl div[contenteditable="true"] [style*="font-size: 14px"], html.simpl div[contenteditable="true"] [style*="font-size:14px"], html.simpl div[contenteditable="true"] [style*="font-size: small"], html.simpl div[contenteditable="true"] [style*="font-size:small"] { font-size: 1rem !important; background: yellow; } html.simpl div[contenteditable="true"] [style*="font-size: 0.874rem"], html.simpl div[contenteditable="true"] [style*="font-size:0.874rem"] { font-size: 1rem !important; background: red; color: white; } */ /* Dim from email address in conversation view */ html.simpl div[role="listitem"] h3.iw .go { opacity: 0.5; } /* Clean up "New message from" banner */ html.simpl .ata-asE { right: auto; left: 24px; bottom: 24px; font-size: 0.875rem; color: #fff; background-color: #202124; padding: 18px; border: none; box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.302), 0 4px 8px 3px rgba(60, 64, 67, 0.149); } html.simpl .ata-asE > span:first-child:not(.ata-asJ) { padding-right: 12px; } html.simpl .ata-asE .ata-asJ { color: #8ab4f8; padding-left: 12px; } /* Keep inline images from being wider than the current view */ html.simpl table.Bs .gs > div:not(.gE) img:not([src*="cleardot.gif"]) { max-width: 100%; /* Without this, large portrait images will be squished * but with this, large images that are forced to be small * but not given a height in css are made their actual big size */ height: auto; } /* If the content is wider, the image will still scroll horizontally * We can set the max-width the the max-width of the content but * this sometimes has unintended consequences in html emails html.simpl table.Bs .gs img { max-width: calc(var(--content-width) - 80px); height: auto; } html.simpl.readingPane table.Bs .gs img { max-width: 100%; } */ /* Boost width of the cell that has the reply and more actions buttons */ html.simpl div[role="listitem"] div:not([dir="ltr"]) table td:last-child[rowspan="2"] { width: 110px; } /* ==================================================================== * COMPOSER */ /* A touch more padding above the from field and subject */ html.simpl .dw form.bAs, html.simpl .aSs .aSt .I5 > form.bAs { padding-top: 6px; } /* Make full screen composer less wide */ html.simpl .aSs > .aSt { width: 900px !important; left: calc(50vw - 450px) !important; } html.simpl .aSs .aDg > .aDj { width: 865px !important; left: calc(50vw - 435px) !important; } /* Make scrim behind full screen composer darker */ html.simpl .aSs { background-color: rgba(0, 0, 0, 0.7); } /* BUGS: moving stuff around here is causing problems */ /* Move extended compose buttons inline html.simpl .aSs .aDl > .Ur, html.simpl .aSs .aDn > .aDl > .Ur, html.simpl .aSs .aDi > .aDl > .Ur { left: 205px !important; bottom: -54px !important; } html.simpl .aSs .aZ > .J-Z { box-shadow: none !important; -webkit-box-shadow: none !important; } */ /* Hide useless buttons in full screen compose and move bar inline html.simpl .aSs .aZ .J-Z-I[command^="+undo"], html.simpl .aSs .aZ .J-Z-I[command^="+redo"], html.simpl .aSs .aZ .J-Z-I[command^="+bold"], html.simpl .aSs .aZ .J-Z-I[command^="+italic"], html.simpl .aSs .aZ .J-Z-I[command^="+underline"], html.simpl .aSs .btC .oc.gU, html.simpl .aSs .a8X .wG[command^="docs"], html.simpl .aSs .a8X .wG[command^="op.money"] { display: none !important; } */ /* ==================================================================== * ADD-ONS RIGHT SIDE PANE */ /* Shrink the add-on chooser to a small FAB when not hovered on */ html.simpl .bAw { position: fixed; right: 47px !important; bottom: 100px !important; height: 36px !important; width: 36px !important; min-width: 36px !important; overflow-y: hidden; overflow-x: hidden; border-radius: 27px; box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3) !important; transition: height 0s ease-out 0s; transition: width 0s ease-out 0s; transition: right 0s ease-out 0s; background-color: rgba(255, 255, 255, 0.9); background-image: url("https://www.gstatic.com/images/icons/material/system/2x/more_horiz_grey600_24dp.png"); background-repeat: no-repeat; background-position: 6px 7px; background-size: 24px; } html.simpl.darkTheme .bAw { background-color: rgba(51, 51, 51, 0.9); background-image: url("https://www.gstatic.com/images/icons/material/system/2x/more_horiz_white_24dp.png"); } /* Hide add-ons chooser entirely if Simplify Setting enabled */ html.simpl.hideAddons .bAw { display: none !important; } /* Hide everything inside the add-ons menu until you hover on it */ html.simpl .bAw > div:first-child { display: none; } /* Show add-ons when you hover over the menu */ :root { --add-on-height: 168px; } html.simpl .bAw:hover { background: initial; right: 38px !important; width: 54px !important; height: var(--add-on-height) !important; } html.simpl .bAw:hover > div:first-child { display: flex !important; border-left: 0px; border-radius: 16px; background-color: #fff; } html.simpl .bAw > div:first-child > div { margin: 0px; opacity: 1; } /* Hide buttons other than add-ons */ html.simpl .bAw div[role="tablist"] > div[role="tab"] { display: block !important; } html.simpl .bAw div[role="tablist"] > div[role="tab"]:nth-last-child(-n + 2), html.simpl .bAw div[role="separator"], html.simpl .bAw div[role="presentation"] { display: none !important; } /* Hide the add-on minimize button in the add-on chooser */ html.simpl .bAw .brC-dA-I-Jw { display: none !important; } /* Hide the about button in the add-on chooser */ html.simpl .bAw .brC-by0-P6-I { display: none; } /* Style the add-ons pane */ html.simpl.darkTheme .bAw div[role="navigation"] { background-color: rgba(51, 51, 51, 0.9); } html.simpl .bAw div[role="navigation"] > div:first-child { margin: -var(--add-on-height) 0px 0px -10px; } /* Move add-on chooser labels to left so they aren't easily * hovered on (which causes add-on chooser to hide) */ html.simpl .brC-ays { margin: -41px 0 0 -65px; max-width: 54px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } /* Set the active add-on icon to still have a white background */ html.simpl .aT5-aOt-I-JX-Jw { background-color: #fff !important; } /* Move Add-ons chooser over when Add-ons pane and/or quick settings are open */ html.simpl.addOnsOpen .bAw { right: 347px !important; } html.simpl.addOnsOpen .bAw:hover { right: 338px !important; } html.simpl.addOnsOpen.quickSettingsOpen .bAw { right: 637px !important; } html.simpl.addOnsOpen.quickSettingsOpen .bAw:hover { right: 628px !important; } html.simpl.quickSettingsOpen .bAw { right: 337px !important; } html.simpl.quickSettingsOpen .bAw:hover { right: 326px !important; } /* Move Add-ons chooser over when Right side chat is enabled */ html.simpl.rhsChat:not(.addOnsOpen) .bAw { right: 229px !important; } html.simpl.rhsChat:not(.addOnsOpen) .bAw:hover { right: 219px !important; } /* Move the compose button over when the add on pane and/or quick settings are open */ html.simpl.addOnsOpen .z0 { left: calc(100vw - 392px); } html.simpl.quickSettingsOpen .z0 { left: calc(100vw - 382px); } html.simpl.addOnsOpen.quickSettingsOpen .z0 { left: calc(100vw - 682px); } /* Less shadow on the button to show the add-ons pane */ html.simpl .brC-dA-I.aT5-aOt-I-Jp .aT5-aOt-I-JX-Jw { box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.2) !important; -webkit-box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.2) !important; } /* Change the add-ons pane drop shadow to a stroke */ html.simpl .bq9, html.simpl .bq9 div { box-shadow: none; } html.simpl .bq9 { border-left: 1px solid rgba(0, 0, 0, 0.1); } /* Shrink the action bar when the AddOnsPane AND Search are open */ html.simpl.addOnsOpen:not(.hideSearch):not(.noSplitPane) .aeH { width: calc(var(--action-bar-width) - 92px) !important; } html.simpl.addOnsOpen.readingPane:not(.hideSearch):not(.noSplitPane) .G-atb[gh="tm"] { width: calc(var(--action-bar-width) - 365px) !important; } /* Shrink the action bar when the AddOnsPane is open BUT NOT Search */ html.simpl.addOnsOpen.hideSearch:not(.noSplitPane) .aeH { width: calc(100vw - 540px) !important; } html.simpl.addOnsOpen.hideSearch.readingPane:not(.noSplitPane) .G-atb[gh="tm"] { width: calc(100vw - 535px) !important; } @media only screen and (min-width: 1278.98px) { html.simpl.addOnsOpen.hideSearch.navOpen.readingPane:not(.noSplitPane) .G-atb[gh="tm"] { width: calc(100vw - 731px) !important; } } /* Quick Settings changes */ html.simpl .bkK ~ .nH.nn[style*="width: 56px"]:not(.bAw) { width: 0px !important; min-width: 0px !important; } html.simpl .bkK ~ .nH.nn[style*="width: 356px"]:not(.bAw) { width: 300px !important; min-width: 300px !important; } /* ==================================================================== * SETTINGS */ /* Hide app bar and action bar when in Settings */ html.simpl.inSettings #gb { height: 0px !important; } html.simpl.inSettings .aeH, html.simpl.inSettings.hideSearch .aeH { position: relative !important; left: 0px !important; width: calc(100vw - 144px) !important; margin-top: -8px; } /* Shift settings Tessa tabs over so they don't cover the back button */ html.simpl.inSettings.readingPane .aeH { left: 64px !important; } html.simpl.inSettings .bkK { margin-left: 72px !important; } html.simpl.inSettings .aeH .G-atb, html.simpl.inSettings.hideSearch .aeH .G-atb { display: none; } html.simpl.inSettings .aeH .nH, html.simpl.inSettings.hideSearch .aeH .nH { box-shadow: none; -webkit-box-shadow: none; } html.simpl.inSettings .aeH .nH > div, html.simpl.inSettings.hideSearch .aeH .nH > div { padding: 4px 8px !important; } html.simpl.inSettings header#gb form, html.simpl.inSettings.hideSearch header#gb form { display: none; } html.simpl.inSettings .aeH .f2 .fY { margin: 16px 0 0 0 !important; padding: 0 8px !important; border-radius: 8px; } /* I'm not sure what element is for but it is ugly when using themes */ html.simpl.inSettings .aeH .f2 .dJ { display: none; } /* Invert the settings tab bar in the dark theme so it is more seamless */ html.simpl.inSettings.darkTheme .fY { filter: invert(0.93); } /* Invert back the selected tab */ html.simpl.inSettings.darkTheme .fY .fZ { filter: invert(1); } /* Hide right side chat when in Settings */ html.simpl.inSettings.rhsChat .aCl { display: none; } /* ==================================================================== * 3RD PARTY EXTENTIONS */ /* BOOMERANG ---------------------------------------- */ /* Hide Pause Inbox button when Nav is hidden */ html.simpl:not(.navOpen) .aeN #ibp-main { display: none; } /* Reduce action button to icon and desaturate until hover */ html.simpl .gm-boomerang-button-home, html.simpl .gm-boomerang-button-thread { border: 0px !important; font-size: 0px !important; background: transparent !important; width: auto; filter: grayscale(100%); } html.simpl .gm-boomerang-button-home:hover, html.simpl .gm-boomerang-button-thread:hover { filter: grayscale(0%); } /* STREAK / INBOX SDK ------------------------------- */ /* Reduce action button to icon and desaturate until hover */ html.simpl .inboxsdk__button { filter: grayscale(100%); } html.simpl .inboxsdk__button:hover { filter: grayscale(0%); } html.simpl .streak__appToolbarButton_title { display: none; } /* MIXMAX ------------------------------------------ */ /* Turn big blue buttons in action bar into subtle gray icon buttons */ html.simpl div.G-atb div.mixmax-reminder-thread-button, html.simpl div.G-atb div.mixmax-collaborator-thread-button { font-size: 0 !important; background-image: linear-gradient(transparent, transparent) !important; background-color: transparent !important; filter: invert(50%); max-width: 20px !important; border: none !important; box-shadow: none !important; width: 20px !important; padding-left: 8px !important; min-width: 20px !important; padding-right: 8px !important; } html.simpl div.G-atb div.mixmax-reminder-thread-button { padding-left: 0px !important; } html.simpl div.G-atb div.mixmax-reminder-thread-button i, html.simpl div.G-atb div.mixmax-collaborator-thread-button i { font-size: initial !important; padding: 0 8px; } /* Turn labeled color buttons in the conversation into grey icons */ html.simpl .mixmax-export-buttons .js-mixmax-export-menu-button-text { display: none !important; } html.simpl .mixmax-export-buttons { margin: 1px 8px 0 16px !important; } html.simpl .mixmax-export-buttons ~ .mixmax-reply-button, html.simpl .mixmax-export-buttons + div[role="button"] { margin-left: 4px !important; } html.simpl .mixmax-export-buttons i.mixmax-icon-export { background-color: #5f6368; } /* If/when I support a true dark theme... html.simpl.lightTheme .mixmax-export-buttons i.mixmax-icon-export { background-color: #5f6368; } html.simpl.darkTheme .mixmax-export-buttons i.mixmax-icon-export, html.simpl.mediumTheme .mixmax-export-buttons i.mixmax-icon-export { background-color: #fff; } */ html.simpl.mixmax table[role="presentation"] div[role="listitem"] td[rowspan="2"] { width: 123px !important; } /* MAIL TRACK ---------------------------------------- */ /* For some reason Mail Track sets the action bar to position:relative * which screws up moving it on top of the app bar */ html.simpl.otherExtensions .aeN + .bkK { position: static !important; } /* GMELIUS ------------------------------------------ */ /* Hide the "The tracker was blocked on this email" notification */ /* TODO: Restyle this instead of hiding it */ html.simpl .gmelius-tracking_notification { display: none; } /* Vertically center unread count */ html.simpl .inboxsdk__navItem .gmelius-nav_accessory > img { top: 4px; } /* ALL EXTENSIONS ----------------------------------- */ /* Hide top-right icons by default */ html.simpl:not(.appSwitcher) #gb .manage_menu, /* Boomerang */ html.simpl:not(.appSwitcher) #gb .mixmax-appbar, /* Mixmax */ html.simpl:not(.appSwitcher) #gb #mailtrack-menu-opener, /* Mail track */ html.simpl:not(.appSwitcher) #gb .inboxsdk__appButton /* Streak */ { display: none !important; } /* Hide label on Streak button */ html.simpl #gb .inboxsdk__button_icon { margin-right: 0px; } html.simpl #gb .inboxsdk__appButton_title { font-size: 0px; } html.simpl #gb .streak__appToolbarButton_title::after { margin-top: -8px; } /* Show them when you hover over the profile pic */ html.simpl.appSwitcher #gb .manage_menu, /* Boomerang */ html.simpl.appSwitcher #gb .mixmax-appbar, /* Mixmax */ html.simpl.appSwitcher #gb #mailtrack-menu-opener, /* Mail track */ html.simpl.appSwitcher #gb .inboxsdk__appButton /* Streak */ { display: block !important; position: absolute; right: 100px; padding: inherit 0px !important; margin: inherit 0px !important; } /* Hide Search and Settings when showing extension buttons */ html.simpl.appSwitcher.otherExtensions div[gh="tm"] div[gh="s"], html.simpl.appSwitcher.otherExtensions #gb form, html.simpl.appSwitcher.otherExtensions .aeH .aqJ, html.simpl.appSwitcher.otherExtensions .aeF .aqJ, html.simpl.appSwitcher.otherExtensions .aeH .adF { display: none; } html.simpl.appSwitcher.otherExtensions .aeH, html.simpl.appSwitcher.otherExtensions div.G-atb[gh="tm"] { width: 50vw !important; } /* ==================================================================== * SIMPLIFY IN-GMAIL NOTIFICATIONS */ #simplNotification { position: absolute; z-index: 999; top: 100px; right: 48px; max-width: 300px; line-height: 1.7em; border-radius: 8px; padding: 20px 24px 24px 24px; background-color: white; box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.151), 0 4px 8px 3px rgba(60, 64, 67, 0.091); } #simplNotification button { user-select: none; font-size: 0.87em; font-weight: bold; color: white; padding: 8px 16px; background: #0a6cdd; border-radius: 4px; text-decoration: none; margin: 24px 16px 0 0; border-color: rgba(0, 0, 0, 0.12); cursor: pointer; /* text-shadow: 0 1px 1px rgba(0,0,0,.5); border: 2px solid #0A6CDD; box-shadow: inset 0 -1px 0 rgba(100,121,143,0.122), 0 3px 4px -2px rgba(0,0,0,.3); */ } #simplNotification button.secondary { color: #0a6cdd; background-color: #f5f5f5; /* background: #fff; border: 2px solid rgba(0,0,0,0.12); text-shadow: 0 1px 1px rgba(0,0,0,.12); */ } #simplNotification button:focus { outline: none; } /* ==================================================================== * SIMPLIFY EXTENSION OPTIONS PAGE */ #simplOptions { padding: 10px 50px 50px 50px; max-width: 800px; margin: 5vh auto 0 auto; font-family: system-ui, sans-serif; font-size: 15px; line-height: 2em; text-align: center; } #simplOptions img { margin-bottom: 2em; zoom: 60%; } #simplOptions a { color: #555; } #simplOptions kbd { background-color: #eee; border-radius: 3px; border: 1px solid #b4b4b4; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 0 0 rgba(255, 255, 255, 0.7) inset; color: #333; display: inline-block; font-size: 1em; font-family: monospace; font-weight: 700; line-height: 1; padding: 4px 6px; margin: 0 4px; white-space: nowrap; } #simplOptions .footer { opacity: 0.3; } #simplOptions table { padding: 0; margin: 0 auto; border: 0; border-spacing: 0; min-width: 550px; } #simplOptions td { padding: 16px 8px; text-align: left; border: 0; } #simplOptions tr td { border-bottom: 1px solid #ddd; } #simplOptions tr.label td { font-weight: bold; } #simplOptions tr:first-child td { border-top: 0px; } #simplOptions tr:not(.label):hover td { background-color: rgba(0, 0, 0, 0.04); } #simplOptions td.toggle { width: 48px; text-align: center; } #simplOptions label { width: 100%; display: block; } #simplOptions label, #simplOptions input { cursor: pointer; } #simplOptions .beta { display: none; } /* Toggle buttons */ #simplOptions button.toggle { margin: 8px 0 0 0; border-radius: 20px; border: 2px solid #d0d0d0; height: 28px; cursor: pointer; width: 54px; position: relative; display: inline-block; user-select: none; -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; } #simplOptions button.toggle:focus { outline: none; } #simplOptions button.toggle span { position: absolute; left: 0; top: 0; border-radius: 100%; width: 26px; height: 26px; background-color: white; float: left; margin: -3px 0 0 -3px; border: 2px solid #d0d0d0; transition: left 0.3s; } #simplOptions button.toggle.on { background-color: #59e20e; border: 2px solid #4ecd09; } #simplOptions button.toggle.on span { left: 26px; top: 0; margin: 0; border: none; width: 24px; height: 24px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
0.31732
0.097907
.log{ display: flex; align-items: center; height: 90vh; } .mid-one{ display: grid; align-items: center; } .regbox{ max-width: 440px; margin: 0 auto; } .dark{ font-weight: 500; margin: 10px 0; text-align: center; font-family: 'Recursive', sans-serif; } .light{ font-weight: 400; margin: 10px 0; color: #7e859b; text-align: center; line-height:30px; } .para{ margin: 10px 0; color: #7e859b; text-align: center; line-height: 23px; } .registerBox .ripple{ margin: 15px 0 4px; border: none; background: none; outline: none; padding: 15px 40px; border-radius: 2px; text-align: center; font-size: 1rem; font-weight: bold; line-height: 1; cursor: pointer; position: relative; overflow: hidden; } .registerBox .transparent{ box-shadow: 0 0 0 1px #e2e5f1 inset; color: #404553; box-sizing: border-box; width: 100% !important; } .butt{ height: 55px; padding-top: 15px; background-color:#2AC37D; outline:none; } .start{ text-decoration:none; font-size:13px; font-size:16px; margin-top:20px; color:black; font-weight:bold; } .start:hover{ text-decoration:none; } .sign{ font-size: 1.4rem; font-weight: 600; margin-bottom: 30px; text-align: center; } .loginbox{ max-width: 440px; margin: 0 auto; } .email{ font-size:16px; } .forgot{ font-size:11px; text-align: right; line-height: 1.5; color: rgb(56, 102, 223); margin: 10px 0px; } .sig{ width: 100%; height: 50px; } .signin{ font-size: 18px; font-weight: bold; } .signin:hover{ color:#fff; } .box{ height: auto; padding: 40px; border: 1px solid rgba(0,0,0,.125); background-color: #fff; background-clip: border-box; border-radius: 10px; box-shadow: 2px 2px 2px; } .s{ font-size:25px; } .fo:hover{ text-decoration:none; cursor:pointer; } .start:hover{ color:#fff; } .my_nav{ width:100%; height:100px; background-color:#2AC37D; } .disp_1{ display:none; } .disp_2{ display:block; } .sub_images{ width:60px; height:60px; } @media screen and (max-width:700px) { .log{ display:unset; } .box{ box-shadow:unset; } .registerInfoCtr{ padding-top:20px; } .my_nav{ display:none; } .disp_1{ display:block; } .disp_2{ display:none; } .logo_bottom{ font-size:10px; } }
assets/css/style1.css
.log{ display: flex; align-items: center; height: 90vh; } .mid-one{ display: grid; align-items: center; } .regbox{ max-width: 440px; margin: 0 auto; } .dark{ font-weight: 500; margin: 10px 0; text-align: center; font-family: 'Recursive', sans-serif; } .light{ font-weight: 400; margin: 10px 0; color: #7e859b; text-align: center; line-height:30px; } .para{ margin: 10px 0; color: #7e859b; text-align: center; line-height: 23px; } .registerBox .ripple{ margin: 15px 0 4px; border: none; background: none; outline: none; padding: 15px 40px; border-radius: 2px; text-align: center; font-size: 1rem; font-weight: bold; line-height: 1; cursor: pointer; position: relative; overflow: hidden; } .registerBox .transparent{ box-shadow: 0 0 0 1px #e2e5f1 inset; color: #404553; box-sizing: border-box; width: 100% !important; } .butt{ height: 55px; padding-top: 15px; background-color:#2AC37D; outline:none; } .start{ text-decoration:none; font-size:13px; font-size:16px; margin-top:20px; color:black; font-weight:bold; } .start:hover{ text-decoration:none; } .sign{ font-size: 1.4rem; font-weight: 600; margin-bottom: 30px; text-align: center; } .loginbox{ max-width: 440px; margin: 0 auto; } .email{ font-size:16px; } .forgot{ font-size:11px; text-align: right; line-height: 1.5; color: rgb(56, 102, 223); margin: 10px 0px; } .sig{ width: 100%; height: 50px; } .signin{ font-size: 18px; font-weight: bold; } .signin:hover{ color:#fff; } .box{ height: auto; padding: 40px; border: 1px solid rgba(0,0,0,.125); background-color: #fff; background-clip: border-box; border-radius: 10px; box-shadow: 2px 2px 2px; } .s{ font-size:25px; } .fo:hover{ text-decoration:none; cursor:pointer; } .start:hover{ color:#fff; } .my_nav{ width:100%; height:100px; background-color:#2AC37D; } .disp_1{ display:none; } .disp_2{ display:block; } .sub_images{ width:60px; height:60px; } @media screen and (max-width:700px) { .log{ display:unset; } .box{ box-shadow:unset; } .registerInfoCtr{ padding-top:20px; } .my_nav{ display:none; } .disp_1{ display:block; } .disp_2{ display:none; } .logo_bottom{ font-size:10px; } }
0.425128
0.099821
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: "Montserrat", sans-serif; } ul { list-style: none; } a { text-decoration: none; } .flex-center { display: flex; align-items: center; justify-content: center; } /* Navbar */ .nav { z-index: 3; position: absolute; width: 100%; max-width: 1100px; left: 0; padding: 0 2rem; right: 0; margin: 0 auto; top: 5rem; } .nav-list { border-radius: 4px; overflow: hidden; width: 100%; background: rgb(124, 124, 124); background: linear-gradient(0deg, rgba(124, 124, 124, 1) 0%, rgba(106, 106, 106, 1) 44%, rgba(158, 158, 158, 1) 100%); display: grid; grid-template-columns: repeat(9, 1fr); position: relative; } .nav-list::after { content: ""; width: 100%; height: 50%; bottom: 0; background-color: rgba(0, 0, 0, 0.15); position: absolute; } .nav-list__item { text-align: center; position: relative; height: 2.4rem; border-left: 1px solid rgb(78, 78, 78); } .nav-list__item a { width: 100%; height: 100%; z-index: 4; position: relative; color: white; font-size: 0.9rem; font-weight: 500; } .nav-list__item:hover { background-color: rgba(0, 0, 0, 0.15); } .nav-list__item:first-child { border: 0; } label { position: absolute; z-index: 4; width: 100%; cursor: text; height: 100%; } .nav-list__item input { width: 100%; border: 0; margin: 0 0.5rem; padding: 0.1rem 0; background-color: rgb(129, 128, 128); border-radius: 50px; border-top: 1px solid rgb(58, 58, 58); color: white; padding-left: 1.4rem; border-bottom: 1px solid grey; } /* Main */ .main { display: grid; grid-template-rows: 40rem 1fr; grid-template-columns: repeat(4, 1fr); } .hero { grid-column: 1 / -1; width: 100%; height: 100%; background-image: url("https://archive.fo/UW4oR/c737ac2a39d31e8407c5d08a73daddc5ddcf5d3e.jpg"); background-position: bottom center; background-size: cover; flex-direction: column; color: white; } .hero__title { font-size: 4.2rem; margin-bottom: 1.4rem; font-weight: 300; } .hero__desc { max-width: 69rem; text-align: center; width: 100%; font-size: 2.4rem; font-weight: 300; margin-bottom: 2.4rem; } .hero__link { color: white; font-size: 2rem; } .hero__link i { margin-left: 1rem; margin-top: 0.2rem; } .product { width: 100%; } .product img { object-fit: cover; width: 100%; height: 100%; } /* FOOTER */ .footer { font-size: 0.8rem; padding: 1.7rem 2rem 3rem; margin-bottom: 1.7rem; } .footer__description { float: left; } .footer__links { float: right; } .footer a { color: rgb(33, 149, 184); } .footer a:hover { text-decoration: underline; } .footer-link__item { margin-left: 1.2rem; } /* OTHERS */ .fa-search { color: white; position: absolute; left: 0.9rem; font-size: 0.8rem; top: 0.94rem; } .america-flag { width: 20px; } @media screen and (max-width: 1200px) { html { font-size: 14px; } .main { grid-template-columns: repeat(2, 1fr); } } @media screen and (max-width: 700px) { html { font-size: 10px; } .main { grid-template-columns: 1fr; } }
style.css
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: "Montserrat", sans-serif; } ul { list-style: none; } a { text-decoration: none; } .flex-center { display: flex; align-items: center; justify-content: center; } /* Navbar */ .nav { z-index: 3; position: absolute; width: 100%; max-width: 1100px; left: 0; padding: 0 2rem; right: 0; margin: 0 auto; top: 5rem; } .nav-list { border-radius: 4px; overflow: hidden; width: 100%; background: rgb(124, 124, 124); background: linear-gradient(0deg, rgba(124, 124, 124, 1) 0%, rgba(106, 106, 106, 1) 44%, rgba(158, 158, 158, 1) 100%); display: grid; grid-template-columns: repeat(9, 1fr); position: relative; } .nav-list::after { content: ""; width: 100%; height: 50%; bottom: 0; background-color: rgba(0, 0, 0, 0.15); position: absolute; } .nav-list__item { text-align: center; position: relative; height: 2.4rem; border-left: 1px solid rgb(78, 78, 78); } .nav-list__item a { width: 100%; height: 100%; z-index: 4; position: relative; color: white; font-size: 0.9rem; font-weight: 500; } .nav-list__item:hover { background-color: rgba(0, 0, 0, 0.15); } .nav-list__item:first-child { border: 0; } label { position: absolute; z-index: 4; width: 100%; cursor: text; height: 100%; } .nav-list__item input { width: 100%; border: 0; margin: 0 0.5rem; padding: 0.1rem 0; background-color: rgb(129, 128, 128); border-radius: 50px; border-top: 1px solid rgb(58, 58, 58); color: white; padding-left: 1.4rem; border-bottom: 1px solid grey; } /* Main */ .main { display: grid; grid-template-rows: 40rem 1fr; grid-template-columns: repeat(4, 1fr); } .hero { grid-column: 1 / -1; width: 100%; height: 100%; background-image: url("https://archive.fo/UW4oR/c737ac2a39d31e8407c5d08a73daddc5ddcf5d3e.jpg"); background-position: bottom center; background-size: cover; flex-direction: column; color: white; } .hero__title { font-size: 4.2rem; margin-bottom: 1.4rem; font-weight: 300; } .hero__desc { max-width: 69rem; text-align: center; width: 100%; font-size: 2.4rem; font-weight: 300; margin-bottom: 2.4rem; } .hero__link { color: white; font-size: 2rem; } .hero__link i { margin-left: 1rem; margin-top: 0.2rem; } .product { width: 100%; } .product img { object-fit: cover; width: 100%; height: 100%; } /* FOOTER */ .footer { font-size: 0.8rem; padding: 1.7rem 2rem 3rem; margin-bottom: 1.7rem; } .footer__description { float: left; } .footer__links { float: right; } .footer a { color: rgb(33, 149, 184); } .footer a:hover { text-decoration: underline; } .footer-link__item { margin-left: 1.2rem; } /* OTHERS */ .fa-search { color: white; position: absolute; left: 0.9rem; font-size: 0.8rem; top: 0.94rem; } .america-flag { width: 20px; } @media screen and (max-width: 1200px) { html { font-size: 14px; } .main { grid-template-columns: repeat(2, 1fr); } } @media screen and (max-width: 700px) { html { font-size: 10px; } .main { grid-template-columns: 1fr; } }
0.572006
0.092811
.PlatformUI-Control { font-family: Tahoma, Verdana; font-size: 12px !important; } .PlatformUI-Control a { color: #323232; } .PlatformUI-Control a img { border: 0; } input[type=button].PlatformUI-Button, input[type=submit].PlatformUI-Button, a.PlatformUI-Button { display: inline-block; text-align: center; vertical-align: middle; margin: 1px 2px 1px 2px; padding: 3px 8px 3px 8px; border: 1px solid #727272; background-color: #ffffff; border-radius: 3px; background-image: linear-gradient(to bottom, #eaeaea 0%, #acacac 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eaeaea', EndColorStr='#acacac')"; /* IE8 */ outline-width: 0; color: black; text-decoration: none; } input[type=button].PlatformUI-Button.Over, input[type=submit].PlatformUI-Button.Over, a.PlatformUI-Button.Over { border: 1px solid #727272; box-shadow: 0px 0px 5px 0px #000000; } input[type=button].PlatformUI-Button.Pushed, input[type=submit].PlatformUI-Button.Pushed, a.PlatformUI-Button.Pushed { background-color: #525252; color: white; border: none; border: 1px solid #525252; background-image: linear-gradient(to bottom, #acacac 0%, #525252 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#acacac', EndColorStr='#525252')"; /* IE8 */ box-shadow: 0px 0px 3px 0px #000000; } input[type=button].PlatformUI-Button.Disabled, input[type=submit].PlatformUI-Button.Disabled, a.PlatformUI-Button.Disabled { cursor: default; background-color: #eaeaea; color: #acacac; border: none; border: 1px solid #acacac; background-image: linear-gradient(to bottom, #eaeaea 0%, #cacaca 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eaeaea', EndColorStr='#cacaca')"; /* IE8 */ } .PlatformUI-Calendar { } .PlatformUI-Calendar > div.PlatformUI-Header { padding: 5px; background-color: #eaeaea; border-top: 1px solid #dadada; border-left: 1px solid #dadada; border-right: 1px solid #dadada; } .PlatformUI-Calendar > div.PlatformUI-Header > a.PlatformUI-PrevYearButton, .PlatformUI-Calendar > div.PlatformUI-Header > a.PlatformUI-NextYearButton { margin-left: 10px; margin-right: 10px; color: #525252; } .PlatformUI-Calendar > div.PlatformUI-Header > span.PlatformUI-YearLabel { color: #525252; font-weight: bold; cursor: default; } .PlatformUI-Calendar > div.PlatformUI-Body > table.PlatformUI-MonthView { border-collapse: collapse; border-left: 1px solid #dadada; border-right: 1px solid #dadada; border-bottom: 1px solid #dadada; width: 100%; } .PlatformUI-Calendar > div.PlatformUI-Body > table.PlatformUI-MonthView > thead > tr > th, .PlatformUI-Calendar > div.PlatformUI-Body > table.PlatformUI-MonthView > tbody > tr > td { border-collapse: collapse; border: 1px solid #eaeaea; padding: 5px; cursor: default; } .PlatformUI-Calendar > div.PlatformUI-Body > table.PlatformUI-MonthView > thead > tr > th { font-weight: bold; color: #525252; text-align: center; } .PlatformUI-Calendar > div.PlatformUI-Body > table.PlatformUI-MonthView > tbody > tr > td { text-align: right; } .PlatformUI-Calendar > div.PlatformUI-Body > table.PlatformUI-MonthView > tbody > tr > td.PlatformUI-Selected { background-color: #cc0000; color: white; } .PlatformUI-Calendar > div.PlatformUI-Body > table.PlatformUI-MonthView > tbody > tr > td.PlatformUI-Inactive { background-color: #f0f0f0; }.PlatformUI-TimePickerSeparator { display: inline-block; width: 20px; text-align: center; } .PlatformUI-TimePickerItem { padding-left: 10px; padding-right: 30px; text-align: center; } .PlatformUI-TimePickerDisplayItem { width: 30px; text-align: center; } .PlatformUI-DateTimePicker-Separator { display: inline-block; width: 50px; }.PlatformUI-Dialog { } .PlatformUI-Dialog .Background { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: white; opacity: 0.7; filter: alpha(Opacity=50); } .PlatformUI-Dialog .Dialog { position: fixed; left: 50%; top: 50%; border: 1px solid #525252; box-shadow: 0px 0px 3px 0px #525252; } .PlatformUI-Dialog .Dialog h1 { background-color: #525252; background-image: linear-gradient(to bottom, #525252 0%, #424242 100%); -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#525252', endColorStr='#424242')"; color: white; font-size: 1em; padding: 5px; margin: 0; } .PlatformUI-Dialog .Dialog .Container { padding: 5px; border-bottom: 1px solid #cacaca; background-color: white; background-image: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%); -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff', endColorStr='#f0f0f0')"; } .PlatformUI-Dialog .Dialog .CommandPanel { padding: 5px; border-top: 1px solid #f8f8f8; background-color: #eaeaea; background-image: linear-gradient(to bottom, #eaeaea 0%, #cacaca 100%); -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#eaeaea', endColorStr='#cacaca')"; text-align: right; text-wrap: none; } .PlatformUI-Dialog .Dialog .CommandPanel .PlatformUI-Button { min-width: 100px; } .PlatformUI-DropDown-Button { display: inline-block; padding: 5px 10px 5px 10px; border: 2px solid #adadad; background-color: #eaeaea; color: black; outline-width: 0; } .PlatformUI-DropDown-Button.Selected { background-color: #525252; color: white; border: 2px solid #525252; -webkit-box-shadow: 0px 0px 5px 0px #525252; -moz-box-shadow: 0px 0px 5px 0px #525252; box-shadow: 0px 0px 5px 0px #525252; } a.PlatformUI-DropDown-Button.Disabled, a.PlatformUI-DropDown-Button.Disabled:hover { cursor: default; background-color: #ffffff; border: 1px solid #eaeaea; color: #eaeaea !important; } .PlatformUI-DropDown-Popup { padding: 10px; border: 2px solid #525252; background-color: white; -webkit-box-shadow: 0px 0px 5px 0px #525252; -moz-box-shadow: 0px 0px 5px 0px #525252; box-shadow: 0px 0px 5px 0px #525252; } table.PlatformUI-Grid { border-collapse: collapse; } table.PlatformUI-Grid th { background-color: #525252; color: white; padding: 5px; border-left: 1px solid #525252; border-right: 1px solid #525252; border-top: 3px solid #424242; border-bottom: 3px solid #424242; } table.PlatformUI-Grid th a { color: white; } table.PlatformUI-Grid td { padding: 5px; border: 1px solid #eaeaea; }.PlatformUI-ItemsList { display: block; border: 1px solid #eaeaea; padding: 1px; } .PlatformUI-ItemsList a.Item { display: block; padding: 5px; outline-width: 0; text-decoration: none; } .PlatformUI-ItemsList a.Item.Selected { background-color: #eaeaea; } .PlatformUI-ItemsList a.Item.Highlighted { background-color: #727272; } .PlatformUI-ItemsList a.Item.Highlighted * { color: white !important; } .PlatformUI-DropDown-Popup .PlatformUI-ItemsList { margin: -10px; border: none; }.PlatformUI-Pager { margin: 5px; } .PlatformUI-Pager > .PlatformUI-Page { margin-left: 10px; margin-right: 10px; } .PlatformUI-Pager > .PlatformUI-Page.PlatformUI-Selected { font-weight: bold; color: red; }.PlatformUI-TabContainer { margin-top: 10px; } .PlatformUI-TabContainer > ul.PlatformUI-TabStrip { margin: 0; padding: 0; list-style-type: none; } .PlatformUI-TabContainer > ul.PlatformUI-TabStrip > li { float: left; } .PlatformUI-TabContainer > ul.PlatformUI-TabStrip > li:last-child { float: none; } .PlatformUI-TabContainer > ul.PlatformUI-TabStrip > li > a { padding: 5px 15px 5px 15px; border-left: 1px solid #dadada; border-top: 1px solid #dadada; border-bottom: 1px solid #dadada; background-color: #eaeaea; outline-width: 0; } .PlatformUI-TabContainer > ul.PlatformUI-TabStrip > li:last-child > a { border-right: 1px solid #dadada; } .PlatformUI-TabContainer > ul.PlatformUI-TabStrip > li.PlatformUI-Selected > a { background-color: #525252; border-left: 1px solid #525252; border-top: 1px solid #525252; border-bottom: 1px solid #525252; color: white; } .PlatformUI-TabContainer > ul.PlatformUI-TabStrip > li.PlatformUI-Selected:last-child > a { border-right: 1px solid #525252; } .PlatformUI-TabContainer > div.PlatformUI-TabBody { margin-top: 5px; display: block; border: 1px solid #dadada; padding: 5px; background-color: white; } .PlatformUI-FieldValidator, .PlatformUI-ElementValidator { padding: 3px; background-color: #cc0000; background-image: linear-gradient(to bottom, #cc0000 0%, #a80000 100%); -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#cc0000', endColorStr='#a80000')"; color: white; font-weight: bold; border: 1px solid #990000; box-shadow: 0px 0px 10px 0px #aaa; } .PlatformUI-WaitArea { color: black; padding: 10px; border: 3px solid #525252; background-color: white; -webkit-box-shadow: 0px 0px 10px 0px #aaa; -moz-box-shadow: 0px 0px 10px 0px #aaa; box-shadow: 0px 0px 10px 0px #aaa; } .PlatformUI-WaitArea-Background { background: white; opacity: 0.7; filter: alpha(Opacity=50); }
platformui.2.0.css
.PlatformUI-Control { font-family: Tahoma, Verdana; font-size: 12px !important; } .PlatformUI-Control a { color: #323232; } .PlatformUI-Control a img { border: 0; } input[type=button].PlatformUI-Button, input[type=submit].PlatformUI-Button, a.PlatformUI-Button { display: inline-block; text-align: center; vertical-align: middle; margin: 1px 2px 1px 2px; padding: 3px 8px 3px 8px; border: 1px solid #727272; background-color: #ffffff; border-radius: 3px; background-image: linear-gradient(to bottom, #eaeaea 0%, #acacac 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eaeaea', EndColorStr='#acacac')"; /* IE8 */ outline-width: 0; color: black; text-decoration: none; } input[type=button].PlatformUI-Button.Over, input[type=submit].PlatformUI-Button.Over, a.PlatformUI-Button.Over { border: 1px solid #727272; box-shadow: 0px 0px 5px 0px #000000; } input[type=button].PlatformUI-Button.Pushed, input[type=submit].PlatformUI-Button.Pushed, a.PlatformUI-Button.Pushed { background-color: #525252; color: white; border: none; border: 1px solid #525252; background-image: linear-gradient(to bottom, #acacac 0%, #525252 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#acacac', EndColorStr='#525252')"; /* IE8 */ box-shadow: 0px 0px 3px 0px #000000; } input[type=button].PlatformUI-Button.Disabled, input[type=submit].PlatformUI-Button.Disabled, a.PlatformUI-Button.Disabled { cursor: default; background-color: #eaeaea; color: #acacac; border: none; border: 1px solid #acacac; background-image: linear-gradient(to bottom, #eaeaea 0%, #cacaca 100%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eaeaea', EndColorStr='#cacaca')"; /* IE8 */ } .PlatformUI-Calendar { } .PlatformUI-Calendar > div.PlatformUI-Header { padding: 5px; background-color: #eaeaea; border-top: 1px solid #dadada; border-left: 1px solid #dadada; border-right: 1px solid #dadada; } .PlatformUI-Calendar > div.PlatformUI-Header > a.PlatformUI-PrevYearButton, .PlatformUI-Calendar > div.PlatformUI-Header > a.PlatformUI-NextYearButton { margin-left: 10px; margin-right: 10px; color: #525252; } .PlatformUI-Calendar > div.PlatformUI-Header > span.PlatformUI-YearLabel { color: #525252; font-weight: bold; cursor: default; } .PlatformUI-Calendar > div.PlatformUI-Body > table.PlatformUI-MonthView { border-collapse: collapse; border-left: 1px solid #dadada; border-right: 1px solid #dadada; border-bottom: 1px solid #dadada; width: 100%; } .PlatformUI-Calendar > div.PlatformUI-Body > table.PlatformUI-MonthView > thead > tr > th, .PlatformUI-Calendar > div.PlatformUI-Body > table.PlatformUI-MonthView > tbody > tr > td { border-collapse: collapse; border: 1px solid #eaeaea; padding: 5px; cursor: default; } .PlatformUI-Calendar > div.PlatformUI-Body > table.PlatformUI-MonthView > thead > tr > th { font-weight: bold; color: #525252; text-align: center; } .PlatformUI-Calendar > div.PlatformUI-Body > table.PlatformUI-MonthView > tbody > tr > td { text-align: right; } .PlatformUI-Calendar > div.PlatformUI-Body > table.PlatformUI-MonthView > tbody > tr > td.PlatformUI-Selected { background-color: #cc0000; color: white; } .PlatformUI-Calendar > div.PlatformUI-Body > table.PlatformUI-MonthView > tbody > tr > td.PlatformUI-Inactive { background-color: #f0f0f0; }.PlatformUI-TimePickerSeparator { display: inline-block; width: 20px; text-align: center; } .PlatformUI-TimePickerItem { padding-left: 10px; padding-right: 30px; text-align: center; } .PlatformUI-TimePickerDisplayItem { width: 30px; text-align: center; } .PlatformUI-DateTimePicker-Separator { display: inline-block; width: 50px; }.PlatformUI-Dialog { } .PlatformUI-Dialog .Background { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: white; opacity: 0.7; filter: alpha(Opacity=50); } .PlatformUI-Dialog .Dialog { position: fixed; left: 50%; top: 50%; border: 1px solid #525252; box-shadow: 0px 0px 3px 0px #525252; } .PlatformUI-Dialog .Dialog h1 { background-color: #525252; background-image: linear-gradient(to bottom, #525252 0%, #424242 100%); -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#525252', endColorStr='#424242')"; color: white; font-size: 1em; padding: 5px; margin: 0; } .PlatformUI-Dialog .Dialog .Container { padding: 5px; border-bottom: 1px solid #cacaca; background-color: white; background-image: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%); -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff', endColorStr='#f0f0f0')"; } .PlatformUI-Dialog .Dialog .CommandPanel { padding: 5px; border-top: 1px solid #f8f8f8; background-color: #eaeaea; background-image: linear-gradient(to bottom, #eaeaea 0%, #cacaca 100%); -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#eaeaea', endColorStr='#cacaca')"; text-align: right; text-wrap: none; } .PlatformUI-Dialog .Dialog .CommandPanel .PlatformUI-Button { min-width: 100px; } .PlatformUI-DropDown-Button { display: inline-block; padding: 5px 10px 5px 10px; border: 2px solid #adadad; background-color: #eaeaea; color: black; outline-width: 0; } .PlatformUI-DropDown-Button.Selected { background-color: #525252; color: white; border: 2px solid #525252; -webkit-box-shadow: 0px 0px 5px 0px #525252; -moz-box-shadow: 0px 0px 5px 0px #525252; box-shadow: 0px 0px 5px 0px #525252; } a.PlatformUI-DropDown-Button.Disabled, a.PlatformUI-DropDown-Button.Disabled:hover { cursor: default; background-color: #ffffff; border: 1px solid #eaeaea; color: #eaeaea !important; } .PlatformUI-DropDown-Popup { padding: 10px; border: 2px solid #525252; background-color: white; -webkit-box-shadow: 0px 0px 5px 0px #525252; -moz-box-shadow: 0px 0px 5px 0px #525252; box-shadow: 0px 0px 5px 0px #525252; } table.PlatformUI-Grid { border-collapse: collapse; } table.PlatformUI-Grid th { background-color: #525252; color: white; padding: 5px; border-left: 1px solid #525252; border-right: 1px solid #525252; border-top: 3px solid #424242; border-bottom: 3px solid #424242; } table.PlatformUI-Grid th a { color: white; } table.PlatformUI-Grid td { padding: 5px; border: 1px solid #eaeaea; }.PlatformUI-ItemsList { display: block; border: 1px solid #eaeaea; padding: 1px; } .PlatformUI-ItemsList a.Item { display: block; padding: 5px; outline-width: 0; text-decoration: none; } .PlatformUI-ItemsList a.Item.Selected { background-color: #eaeaea; } .PlatformUI-ItemsList a.Item.Highlighted { background-color: #727272; } .PlatformUI-ItemsList a.Item.Highlighted * { color: white !important; } .PlatformUI-DropDown-Popup .PlatformUI-ItemsList { margin: -10px; border: none; }.PlatformUI-Pager { margin: 5px; } .PlatformUI-Pager > .PlatformUI-Page { margin-left: 10px; margin-right: 10px; } .PlatformUI-Pager > .PlatformUI-Page.PlatformUI-Selected { font-weight: bold; color: red; }.PlatformUI-TabContainer { margin-top: 10px; } .PlatformUI-TabContainer > ul.PlatformUI-TabStrip { margin: 0; padding: 0; list-style-type: none; } .PlatformUI-TabContainer > ul.PlatformUI-TabStrip > li { float: left; } .PlatformUI-TabContainer > ul.PlatformUI-TabStrip > li:last-child { float: none; } .PlatformUI-TabContainer > ul.PlatformUI-TabStrip > li > a { padding: 5px 15px 5px 15px; border-left: 1px solid #dadada; border-top: 1px solid #dadada; border-bottom: 1px solid #dadada; background-color: #eaeaea; outline-width: 0; } .PlatformUI-TabContainer > ul.PlatformUI-TabStrip > li:last-child > a { border-right: 1px solid #dadada; } .PlatformUI-TabContainer > ul.PlatformUI-TabStrip > li.PlatformUI-Selected > a { background-color: #525252; border-left: 1px solid #525252; border-top: 1px solid #525252; border-bottom: 1px solid #525252; color: white; } .PlatformUI-TabContainer > ul.PlatformUI-TabStrip > li.PlatformUI-Selected:last-child > a { border-right: 1px solid #525252; } .PlatformUI-TabContainer > div.PlatformUI-TabBody { margin-top: 5px; display: block; border: 1px solid #dadada; padding: 5px; background-color: white; } .PlatformUI-FieldValidator, .PlatformUI-ElementValidator { padding: 3px; background-color: #cc0000; background-image: linear-gradient(to bottom, #cc0000 0%, #a80000 100%); -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#cc0000', endColorStr='#a80000')"; color: white; font-weight: bold; border: 1px solid #990000; box-shadow: 0px 0px 10px 0px #aaa; } .PlatformUI-WaitArea { color: black; padding: 10px; border: 3px solid #525252; background-color: white; -webkit-box-shadow: 0px 0px 10px 0px #aaa; -moz-box-shadow: 0px 0px 10px 0px #aaa; box-shadow: 0px 0px 10px 0px #aaa; } .PlatformUI-WaitArea-Background { background: white; opacity: 0.7; filter: alpha(Opacity=50); }
0.431105
0.10434
/* Move down content because we have a fixed navbar that is 50px tall */ body { padding-top: 50px; padding-bottom: 20px; color: #0C2340; margin: 0; } /* Wrapping element */ /* Set some basic padding to keep content from hitting the edges */ .body-content { padding-left: 15px; padding-right: 15px; } /* Set widths on the form inputs since otherwise they're 100% wide */ input, select, textarea { max-width: 280px; } /* Responsive: Portrait tablets and up */ @media screen and (min-width: 768px) { .jumbotron { margin-top: 20px; } .body-content { padding: 0; } } .navbar-inverse { background-color: #0c2340; border-color: #4B92DB; } .navbar-inverse .navbar-nav > li > a { color: #4B92DB; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #0C2340; background-color: #4B92DB; } .navbar-inverse .navbar-brand { color: #4B92DB; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #0C2340; background-color: #4B92DB; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; font-size: 14px; text-align: left; list-style: none; background-color: #0C2340; color: #4B92DB; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: 400; line-height: 1.42857143; background-color: #0C2340; color: #4B92DB; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #0C2340; text-decoration: none; background-color: #4B92DB; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { color: #4B92DB; background-color: #0C2340; } .navbar-fixed-bottom { position: fixed; right: 0; left: 0; border-width: 0 0 1px; background-color: #0C2340; border-color: #ffffff; color: #ffffff; } .btn-default { color: #4B92DB; background-color: #0C2340; border-color: #4B92DB; } a { color: #4B92DB; text-decoration: none; } .table-striped > tbody > tr:nth-of-type(odd) { background-color: #537598; } .table > tbody > tr > th { border-top: 1px solid grey; } hr { border-top: 1px solid #0C2340; }
Content/Site.css
/* Move down content because we have a fixed navbar that is 50px tall */ body { padding-top: 50px; padding-bottom: 20px; color: #0C2340; margin: 0; } /* Wrapping element */ /* Set some basic padding to keep content from hitting the edges */ .body-content { padding-left: 15px; padding-right: 15px; } /* Set widths on the form inputs since otherwise they're 100% wide */ input, select, textarea { max-width: 280px; } /* Responsive: Portrait tablets and up */ @media screen and (min-width: 768px) { .jumbotron { margin-top: 20px; } .body-content { padding: 0; } } .navbar-inverse { background-color: #0c2340; border-color: #4B92DB; } .navbar-inverse .navbar-nav > li > a { color: #4B92DB; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #0C2340; background-color: #4B92DB; } .navbar-inverse .navbar-brand { color: #4B92DB; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #0C2340; background-color: #4B92DB; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; font-size: 14px; text-align: left; list-style: none; background-color: #0C2340; color: #4B92DB; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: 400; line-height: 1.42857143; background-color: #0C2340; color: #4B92DB; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #0C2340; text-decoration: none; background-color: #4B92DB; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { color: #4B92DB; background-color: #0C2340; } .navbar-fixed-bottom { position: fixed; right: 0; left: 0; border-width: 0 0 1px; background-color: #0C2340; border-color: #ffffff; color: #ffffff; } .btn-default { color: #4B92DB; background-color: #0C2340; border-color: #4B92DB; } a { color: #4B92DB; text-decoration: none; } .table-striped > tbody > tr:nth-of-type(odd) { background-color: #537598; } .table > tbody > tr > th { border-top: 1px solid grey; } hr { border-top: 1px solid #0C2340; }
0.47098
0.095181
.fc{direction:ltr;text-align:left} .fc table{border-collapse:collapse;border-spacing:0} html .fc,.fc table{font-size:1em} .fc td,.fc th{vertical-align:top;padding:0} .fc-header td{white-space:nowrap} .fc-header-left{width:25%;text-align:left} .fc-header-right{width:25%;text-align:right} .fc-header-title{display:inline-block;vertical-align:middle} .fc-header-title h2{margin-top:0;white-space:nowrap} .fc .fc-header-space{padding-left:10px} .fc-header .fc-button{margin-bottom:1em;vertical-align:top;margin-right:-1px} .fc-header .ui-corner-right{margin-right:0} .fc-header .fc-state-hover,.fc-header .ui-state-hover{z-index:2} .fc-header .fc-state-down{z-index:3} .fc-header .fc-state-active,.fc-header .ui-state-active{z-index:4} .fc-content{clear:both} .fc-view{width:100%;overflow:hidden} .fc-widget-header,/* <th>,usually */ .fc-widget-content{border:1px solid #e5e5e5} .fc-state-highlight{background:#fffad7} .fc-cell-overlay{background:#9cf;opacity:.2;filter:alpha(opacity=20)} .fc-state-disabled{cursor:default} .fc-state-disabled .fc-button-effect{display:none} .fc-event{font-size:.85em;cursor:default;border-style:solid;border-width:0} a.fc-event,.fc-event-draggable{cursor:pointer} a.fc-event{text-decoration:none} .fc-rtl .fc-event{text-align:right} .fc-event-skin{background-color:#36c;color:#1c546d;border-color:#36c} .fc-event-inner{position:relative;width:100%;height:100%;overflow:hidden;border-style:solid;border-width:0} .fc-event-time,.fc-event-title{padding:0 1px} .fc .ui-resizable-handle{display:block;position:absolute;z-index:99999;overflow:hidden;font-size:300%;line-height:50%} .fc-event-hori{margin-bottom:1px;border-width:1px 0} .fc-event-hori .ui-resizable-e{top:0!important;right:-3px!important;width:7px!important;height:100%!important;cursor:e-resize} .fc-event-hori .ui-resizable-w{top:0!important;left:-3px!important;width:7px!important;height:100%!important;cursor:w-resize} .fc-event-hori .ui-resizable-handle{_padding-bottom:14px} .fc-corner-left{margin-left:1px} .fc-corner-left .fc-button-inner,.fc-corner-left .fc-event-inner{margin-left:-1px} .fc-corner-right .fc-button-inner,.fc-corner-right .fc-event-inner{margin-right:-1px} .fc-corner-top{margin-top:1px} .fc-corner-top .fc-event-inner{margin-top:-1px;border-top-width:1px} .fc-corner-bottom{margin-bottom:1px} .fc-corner-bottom .fc-event-inner{margin-bottom:-1px;border-bottom-width:1px} .fc-corner-left .fc-event-inner{border-left-width:1px} .fc-border-separate th,.fc-border-separate td{border-width:1px 0 0 1px} .fc-border-separate tr.fc-last th,.fc-border-separate tr.fc-last td{border-bottom-width:1px} .fc-grid .fc-day-number{float:left;padding:0 2px} .fc-grid .fc-other-month .fc-day-number{opacity:0.4;filter:alpha(opacity=40)} .fc-grid .fc-day-content{clear:both;padding:2px 2px 1px} .fc-grid .fc-event-time{font-weight:700} .fc-rtl .fc-grid .fc-day-number{float:left} .fc-rtl .fc-grid .fc-event-time{float:right} .fc-agenda .fc-agenda-axis{width:50px;vertical-align:middle;text-align:right;white-space:nowrap;font-weight:400;padding:0 4px} .fc-agenda .fc-day-content{padding:2px 2px 1px} .fc-agenda-days .fc-col0{border-left-width:0} .fc-agenda-allday .fc-day-content{min-height:34px;_height:34px} .fc-agenda-divider-inner{height:2px;overflow:hidden} .fc-widget-header .fc-agenda-divider-inner{background:#eee} .fc-agenda-slots th{border-width:1px 1px 0} .fc-agenda-slots td{background:none;border-width:1px 0 0} .fc-agenda-slots td div{height:20px} .fc-agenda-slots tr.fc-minor th,.fc-agenda-slots tr.fc-minor td{border-top-style:dotted} .fc-agenda-slots tr.fc-minor th.ui-widget-header{border-top-style:solid} .fc-event-vert .fc-event-head,.fc-event-vert .fc-event-content{position:relative;z-index:2;width:100%;overflow:hidden} .fc-event-vert .fc-event-time{white-space:nowrap;font-size:10px} .fc-event-vert .fc-event-bg{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:#fff;opacity:.3;filter:alpha(opacity=30)} .fc .ui-draggable-dragging .fc-event-bg,/* TODO: something nicer like .fc-opacity */ .fc-select-helper .fc-event-bg{display:none\9} .fc-event-vert .ui-resizable-s{bottom:0!important;width:100%!important;height:8px!important;overflow:hidden!important;line-height:8px!important;font-size:11px!important;font-family:monospace;text-align:center;cursor:s-resize} .fc-agenda .ui-resizable-resizing{_overflow:hidden} .fc-header-center,.fc-grid th,.fc-agenda-days th{text-align:center} .fc-header .fc-corner-right,.fc-corner-right{margin-right:1px} .fc-corner-right .fc-event-inner,.fc-border-separate th.fc-last,.fc-border-separate td.fc-last,.fc-agenda-days .fc-agenda-axis{border-right-width:1px} table.fc-border-separate,.fc-agenda table{border-collapse:separate} .fc-border-separate tbody tr.fc-first td,.fc-border-separate tbody tr.fc-first th,.fc-agenda-slots tr.fc-slot0 th,.fc-agenda-slots tr.fc-slot0 td{border-top-width:0} .fc-agenda-allday th,.fc-event-vert{border-width:0 1px} .fc thead {background: #f9f9f9; background: -moz-linear-gradient(top, #f9f9f9 0%, #ececec 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ececec)); background: -webkit-linear-gradient(top, #f9f9f9 0%,#ececec 100%); background: linear-gradient(top, #f9f9f9 0%,#ececec 100%); } .fc tbody {background:#fff} .fc thead th {background: none;padding:10px 0;font-size:14px;border-color:#e5e5e5 #e5e5e5 #dadada} .fc-header {position:relative} .fc-header-left {width:100%;float:none;height:38px;overflow:hidden} .fc-header-center {position:absolute;width:80%;text-align:center;left:10%;top:0} .fc-header-title h2{font-size:18px;color:#222;font-family: 'PT Sans', sans-serif;font-weight:400} .fc-header-right {position:absolute;width:auto;top:-48px;right:10px} .fc-header-right > .fc-btn {float:left;padding-right:12px;padding-left:12px;margin-right:2px;line-height:26px;color:#0088CC;display:block;border:1px solid transparent} .fc-header-right .fc-state-hover {background: #eee;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px} .fc-header-right .fc-state-active {position:relative;top:-2px;line-height:30px;color:#555;background-color:#fff !important;border:1px solid #ddd;border-bottom-color:transparent;cursor:default;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0} .fc-btn {cursor:pointer} .cal_prev {float:left;margin:11px 0 0 8px} .cal_next {float:right;margin:11px 8px 0 0} .cal_prev,.cal_next {opacity:0.7} .cal_prev:hover,.cal_next:hover {opacity:1} .fc-state-hover .table_prev {background-position:0 -26px} .fc-state-hover .table_next {background-position:right -26px} .fc-day-number {font-size:11px;color:#777} .fc-event-title,.fc-event-time {padding-left:3px} .fc-button-today {vertical-align:middle;font-size:11px;margin-left:15px;color: #0088cc;display:inline-block} .fc-button-today.fc-state-disabled {color:#999;cursor:default}
public/lib/fullcalendar/fullcalendar_gebo.css
.fc{direction:ltr;text-align:left} .fc table{border-collapse:collapse;border-spacing:0} html .fc,.fc table{font-size:1em} .fc td,.fc th{vertical-align:top;padding:0} .fc-header td{white-space:nowrap} .fc-header-left{width:25%;text-align:left} .fc-header-right{width:25%;text-align:right} .fc-header-title{display:inline-block;vertical-align:middle} .fc-header-title h2{margin-top:0;white-space:nowrap} .fc .fc-header-space{padding-left:10px} .fc-header .fc-button{margin-bottom:1em;vertical-align:top;margin-right:-1px} .fc-header .ui-corner-right{margin-right:0} .fc-header .fc-state-hover,.fc-header .ui-state-hover{z-index:2} .fc-header .fc-state-down{z-index:3} .fc-header .fc-state-active,.fc-header .ui-state-active{z-index:4} .fc-content{clear:both} .fc-view{width:100%;overflow:hidden} .fc-widget-header,/* <th>,usually */ .fc-widget-content{border:1px solid #e5e5e5} .fc-state-highlight{background:#fffad7} .fc-cell-overlay{background:#9cf;opacity:.2;filter:alpha(opacity=20)} .fc-state-disabled{cursor:default} .fc-state-disabled .fc-button-effect{display:none} .fc-event{font-size:.85em;cursor:default;border-style:solid;border-width:0} a.fc-event,.fc-event-draggable{cursor:pointer} a.fc-event{text-decoration:none} .fc-rtl .fc-event{text-align:right} .fc-event-skin{background-color:#36c;color:#1c546d;border-color:#36c} .fc-event-inner{position:relative;width:100%;height:100%;overflow:hidden;border-style:solid;border-width:0} .fc-event-time,.fc-event-title{padding:0 1px} .fc .ui-resizable-handle{display:block;position:absolute;z-index:99999;overflow:hidden;font-size:300%;line-height:50%} .fc-event-hori{margin-bottom:1px;border-width:1px 0} .fc-event-hori .ui-resizable-e{top:0!important;right:-3px!important;width:7px!important;height:100%!important;cursor:e-resize} .fc-event-hori .ui-resizable-w{top:0!important;left:-3px!important;width:7px!important;height:100%!important;cursor:w-resize} .fc-event-hori .ui-resizable-handle{_padding-bottom:14px} .fc-corner-left{margin-left:1px} .fc-corner-left .fc-button-inner,.fc-corner-left .fc-event-inner{margin-left:-1px} .fc-corner-right .fc-button-inner,.fc-corner-right .fc-event-inner{margin-right:-1px} .fc-corner-top{margin-top:1px} .fc-corner-top .fc-event-inner{margin-top:-1px;border-top-width:1px} .fc-corner-bottom{margin-bottom:1px} .fc-corner-bottom .fc-event-inner{margin-bottom:-1px;border-bottom-width:1px} .fc-corner-left .fc-event-inner{border-left-width:1px} .fc-border-separate th,.fc-border-separate td{border-width:1px 0 0 1px} .fc-border-separate tr.fc-last th,.fc-border-separate tr.fc-last td{border-bottom-width:1px} .fc-grid .fc-day-number{float:left;padding:0 2px} .fc-grid .fc-other-month .fc-day-number{opacity:0.4;filter:alpha(opacity=40)} .fc-grid .fc-day-content{clear:both;padding:2px 2px 1px} .fc-grid .fc-event-time{font-weight:700} .fc-rtl .fc-grid .fc-day-number{float:left} .fc-rtl .fc-grid .fc-event-time{float:right} .fc-agenda .fc-agenda-axis{width:50px;vertical-align:middle;text-align:right;white-space:nowrap;font-weight:400;padding:0 4px} .fc-agenda .fc-day-content{padding:2px 2px 1px} .fc-agenda-days .fc-col0{border-left-width:0} .fc-agenda-allday .fc-day-content{min-height:34px;_height:34px} .fc-agenda-divider-inner{height:2px;overflow:hidden} .fc-widget-header .fc-agenda-divider-inner{background:#eee} .fc-agenda-slots th{border-width:1px 1px 0} .fc-agenda-slots td{background:none;border-width:1px 0 0} .fc-agenda-slots td div{height:20px} .fc-agenda-slots tr.fc-minor th,.fc-agenda-slots tr.fc-minor td{border-top-style:dotted} .fc-agenda-slots tr.fc-minor th.ui-widget-header{border-top-style:solid} .fc-event-vert .fc-event-head,.fc-event-vert .fc-event-content{position:relative;z-index:2;width:100%;overflow:hidden} .fc-event-vert .fc-event-time{white-space:nowrap;font-size:10px} .fc-event-vert .fc-event-bg{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:#fff;opacity:.3;filter:alpha(opacity=30)} .fc .ui-draggable-dragging .fc-event-bg,/* TODO: something nicer like .fc-opacity */ .fc-select-helper .fc-event-bg{display:none\9} .fc-event-vert .ui-resizable-s{bottom:0!important;width:100%!important;height:8px!important;overflow:hidden!important;line-height:8px!important;font-size:11px!important;font-family:monospace;text-align:center;cursor:s-resize} .fc-agenda .ui-resizable-resizing{_overflow:hidden} .fc-header-center,.fc-grid th,.fc-agenda-days th{text-align:center} .fc-header .fc-corner-right,.fc-corner-right{margin-right:1px} .fc-corner-right .fc-event-inner,.fc-border-separate th.fc-last,.fc-border-separate td.fc-last,.fc-agenda-days .fc-agenda-axis{border-right-width:1px} table.fc-border-separate,.fc-agenda table{border-collapse:separate} .fc-border-separate tbody tr.fc-first td,.fc-border-separate tbody tr.fc-first th,.fc-agenda-slots tr.fc-slot0 th,.fc-agenda-slots tr.fc-slot0 td{border-top-width:0} .fc-agenda-allday th,.fc-event-vert{border-width:0 1px} .fc thead {background: #f9f9f9; background: -moz-linear-gradient(top, #f9f9f9 0%, #ececec 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ececec)); background: -webkit-linear-gradient(top, #f9f9f9 0%,#ececec 100%); background: linear-gradient(top, #f9f9f9 0%,#ececec 100%); } .fc tbody {background:#fff} .fc thead th {background: none;padding:10px 0;font-size:14px;border-color:#e5e5e5 #e5e5e5 #dadada} .fc-header {position:relative} .fc-header-left {width:100%;float:none;height:38px;overflow:hidden} .fc-header-center {position:absolute;width:80%;text-align:center;left:10%;top:0} .fc-header-title h2{font-size:18px;color:#222;font-family: 'PT Sans', sans-serif;font-weight:400} .fc-header-right {position:absolute;width:auto;top:-48px;right:10px} .fc-header-right > .fc-btn {float:left;padding-right:12px;padding-left:12px;margin-right:2px;line-height:26px;color:#0088CC;display:block;border:1px solid transparent} .fc-header-right .fc-state-hover {background: #eee;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px} .fc-header-right .fc-state-active {position:relative;top:-2px;line-height:30px;color:#555;background-color:#fff !important;border:1px solid #ddd;border-bottom-color:transparent;cursor:default;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0} .fc-btn {cursor:pointer} .cal_prev {float:left;margin:11px 0 0 8px} .cal_next {float:right;margin:11px 8px 0 0} .cal_prev,.cal_next {opacity:0.7} .cal_prev:hover,.cal_next:hover {opacity:1} .fc-state-hover .table_prev {background-position:0 -26px} .fc-state-hover .table_next {background-position:right -26px} .fc-day-number {font-size:11px;color:#777} .fc-event-title,.fc-event-time {padding-left:3px} .fc-button-today {vertical-align:middle;font-size:11px;margin-left:15px;color: #0088cc;display:inline-block} .fc-button-today.fc-state-disabled {color:#999;cursor:default}
0.45181
0.124985
html{width:100%;height:100%;} body{width:100%; height: 98%; background-color:rgba(0,0,0,0)!important;} body input[type=text]{color:#000!important;border:1px #DFD7D7 solid!important} /*.toushang{margin-top:0px;height:5% border:1px red solid;}*/ .toushangzuo{float:left;width:20%;margin-left:50px} .toushangzh{float:left;width:50%} .toushangyou{float:left;width:20%} .qisfudong{clear:both} .zhongjinade{width:100%;height:100%;margin-top: 5px;} .zhongzuo{float:left;width:23%;height:91%;margin-left:5px;border-radius:5px;border:1px #DFD7D7 solid} .mtfenlzuo{border:1px #DFD7D7 solid;float:left;width:25%;height:380px; overflow: auto; margin-top:11px;margin-right:15px;margin-left:10px;} .mtfenlzuogdjt{height:366px;overflow:auto} .mtfenlyou{border-radius:5px;width:98%;height:100%;margin-top:20px;margin-left:10px} .quxiaofdmtfenl{clear:both} .zhongyou{float:left;width:75%;height:98%;margin-left:5px;} .zhongyoushang{height:28%} .zysbiaoge1{float:left;width:100%;height:100%} .ka3YouShangDakuaiChuFang{height:96%;overflow:auto;border-radius:5px;background-color:#fff;border:1px #DFD7D7 solid} .zysbiaoge2{float:left;width:30%;height:100%} .ka3YouShangDakuaiChuFang2{height:100%;overflow:auto;border-radius:5px;} .quxiaofudzysbiaoge{clear:both} .zhongyouxia{border-radius:5px;border:1px #DFD7D7 solid;float:left;width:100%;height:65%;} .ka3xiaCeChuFang{height:77%;width:100%;overflow:auto;border-radius:5px} .ka3xiaCeChuFangZI{border:1px #FFFBF0 solid;width:600px;height:35px;margin-top:10px;text-align:center;font-size:20px} .zhongyouanniu{float:left;margin-left:30px;margin-top:200px} .qingchuzhongyouanniu{clear:both} .qichuzhongfudong{clear:both} .sty1{color:#333333;background-color:#ffffff;cursor: pointer;} .sty1:hover{font-weight: bold;} #shexiangfenleiqita:hover{font-weight: bold;} #maixiangfenleiqita:hover{font-weight: bold;} .sty2{cursor: pointer;} .cfyaopin{cursor:pointer;} .cfyuanshishuju{cursor:pointer;} .styzhengx{cursor:pointer;} .styzhengx:hover{font-weight: bold;} .yuanshizhengx {background-color:#C9DBEE;} .cfyaopin:hover{font-weight: bold;} .cfyuanshishuju {background-color:#C9DBEE;} .yjdiv{ width:800px; height:90%; border:1px solid #333; background-color:rgba(255,255,255,1); display:none; z-index:2; position:absolute; top:5%; left:13%; border-radius:5px; } .yjdiv-top{ line-height:28px; width:100%; height:40px; border-bottom:1px solid #e6e6e6; } .yjdiv-top span{margin-left:25px;line-height:40px;color:#333333;} .yjdiv-top button{ line-height:30px;height:30px;width:30px;font-size:30px;margin-top:5px;font-weight: 200; } .yjdiv-top img{ height:20px; width:20px; } .yaojiemodal-tcon{ width:95%; margin-left:2.5%; margin-top:1%; border:1px solid #30bdb5; border-radius:5px; } .yaojiemodal-tcon-tab{ width:95%; margin-left:2.5%; margin-top:1%; margin-bottom:1%; } .yaojiemodal-tcon-tab tr{ height:30px; } .yaojiemodal-tcon-tab tr:first-child th{ width:80px; } .yaojiemodal-tcon-tab tr td{white-space:nowrap;} .yaojiemodal-tcon-tab tr th span:first-child{ text-align:justify;text-justify:distribute-all-lines;text-align-last:justify; display: inline-block;width:90%;text-align:right; } .yaojiemodal-tcon-tab tr th span:last-child{ display: inline-block;width:10%; } .yaojiemodal-tcon-tab tr td input{border:0px;width:100px;} #gdt{ height:90%;width:100%;overflow:auto;position:relative; } #gdt::-webkit-scrollbar{ width:10px;height:10px; } #gdt::-webkit-scrollbar-track{ background-color: #c3c3c3; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; } #gdt::-webkit-scrollbar-thumb{ background-color: #f1f2ec; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; } .changg{ border:none; background:none; outline:none; border-bottom:1px solid #333; } .nchangg{ border:1px solid #333; height:50px; background:none; outline:none; } .yaojiemodal-con{ margin-top:1%; width:95%; margin-left:2.5%; } .b{ font-size:15px; font-weight:bold; color:#30bdb5; } /*按钮*/ .input_text{ width: 179px; height: 30px; padding: 0; border: 1px solid #bec3c7; border-right: none; border-bottom-left-radius: 3px; border-top-left-radius: 3px; text-indent: 10px; float: left; } .input_btn{ border: none; width: 60px; height: 32px; border-top-right-radius:3px ; border-bottom-right-radius: 3px; background-color:#30bdb5 ; color: #fff; font-size: 14px; text-align: center; line-height: 32px; float: left; } .hui{ position: fixed; width: 100%; height: 100%; background-color: #000; opacity: .5; display: none; } .box{ position: fixed; width: 850px; height: 720px; border-radius: 3px; background-color: #fff; top: 50%; margin-top: -360px; left: 50%; margin-left: -425px; display: none; } /*滚动条美化*/ #tbgdt::-webkit-scrollbar { width: 10px;height: 10px; } /*#374554*/ #tbgdt::-webkit-scrollbar-track { background-color: #EEE; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; } #tbgdt::-webkit-scrollbar-thumb { background-color: #d7dadd; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; } /*滚动条美化*/ #yzzbhsct::-webkit-scrollbar { width: 10px;height: 10px; } /*#374554*/ #yzzbhsct::-webkit-scrollbar-track { background-color: #EEE; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; } #yzzbhsct::-webkit-scrollbar-thumb { background-color: #d7dadd; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; }
Public/yeMiancss/kaifang6.css
html{width:100%;height:100%;} body{width:100%; height: 98%; background-color:rgba(0,0,0,0)!important;} body input[type=text]{color:#000!important;border:1px #DFD7D7 solid!important} /*.toushang{margin-top:0px;height:5% border:1px red solid;}*/ .toushangzuo{float:left;width:20%;margin-left:50px} .toushangzh{float:left;width:50%} .toushangyou{float:left;width:20%} .qisfudong{clear:both} .zhongjinade{width:100%;height:100%;margin-top: 5px;} .zhongzuo{float:left;width:23%;height:91%;margin-left:5px;border-radius:5px;border:1px #DFD7D7 solid} .mtfenlzuo{border:1px #DFD7D7 solid;float:left;width:25%;height:380px; overflow: auto; margin-top:11px;margin-right:15px;margin-left:10px;} .mtfenlzuogdjt{height:366px;overflow:auto} .mtfenlyou{border-radius:5px;width:98%;height:100%;margin-top:20px;margin-left:10px} .quxiaofdmtfenl{clear:both} .zhongyou{float:left;width:75%;height:98%;margin-left:5px;} .zhongyoushang{height:28%} .zysbiaoge1{float:left;width:100%;height:100%} .ka3YouShangDakuaiChuFang{height:96%;overflow:auto;border-radius:5px;background-color:#fff;border:1px #DFD7D7 solid} .zysbiaoge2{float:left;width:30%;height:100%} .ka3YouShangDakuaiChuFang2{height:100%;overflow:auto;border-radius:5px;} .quxiaofudzysbiaoge{clear:both} .zhongyouxia{border-radius:5px;border:1px #DFD7D7 solid;float:left;width:100%;height:65%;} .ka3xiaCeChuFang{height:77%;width:100%;overflow:auto;border-radius:5px} .ka3xiaCeChuFangZI{border:1px #FFFBF0 solid;width:600px;height:35px;margin-top:10px;text-align:center;font-size:20px} .zhongyouanniu{float:left;margin-left:30px;margin-top:200px} .qingchuzhongyouanniu{clear:both} .qichuzhongfudong{clear:both} .sty1{color:#333333;background-color:#ffffff;cursor: pointer;} .sty1:hover{font-weight: bold;} #shexiangfenleiqita:hover{font-weight: bold;} #maixiangfenleiqita:hover{font-weight: bold;} .sty2{cursor: pointer;} .cfyaopin{cursor:pointer;} .cfyuanshishuju{cursor:pointer;} .styzhengx{cursor:pointer;} .styzhengx:hover{font-weight: bold;} .yuanshizhengx {background-color:#C9DBEE;} .cfyaopin:hover{font-weight: bold;} .cfyuanshishuju {background-color:#C9DBEE;} .yjdiv{ width:800px; height:90%; border:1px solid #333; background-color:rgba(255,255,255,1); display:none; z-index:2; position:absolute; top:5%; left:13%; border-radius:5px; } .yjdiv-top{ line-height:28px; width:100%; height:40px; border-bottom:1px solid #e6e6e6; } .yjdiv-top span{margin-left:25px;line-height:40px;color:#333333;} .yjdiv-top button{ line-height:30px;height:30px;width:30px;font-size:30px;margin-top:5px;font-weight: 200; } .yjdiv-top img{ height:20px; width:20px; } .yaojiemodal-tcon{ width:95%; margin-left:2.5%; margin-top:1%; border:1px solid #30bdb5; border-radius:5px; } .yaojiemodal-tcon-tab{ width:95%; margin-left:2.5%; margin-top:1%; margin-bottom:1%; } .yaojiemodal-tcon-tab tr{ height:30px; } .yaojiemodal-tcon-tab tr:first-child th{ width:80px; } .yaojiemodal-tcon-tab tr td{white-space:nowrap;} .yaojiemodal-tcon-tab tr th span:first-child{ text-align:justify;text-justify:distribute-all-lines;text-align-last:justify; display: inline-block;width:90%;text-align:right; } .yaojiemodal-tcon-tab tr th span:last-child{ display: inline-block;width:10%; } .yaojiemodal-tcon-tab tr td input{border:0px;width:100px;} #gdt{ height:90%;width:100%;overflow:auto;position:relative; } #gdt::-webkit-scrollbar{ width:10px;height:10px; } #gdt::-webkit-scrollbar-track{ background-color: #c3c3c3; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; } #gdt::-webkit-scrollbar-thumb{ background-color: #f1f2ec; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; } .changg{ border:none; background:none; outline:none; border-bottom:1px solid #333; } .nchangg{ border:1px solid #333; height:50px; background:none; outline:none; } .yaojiemodal-con{ margin-top:1%; width:95%; margin-left:2.5%; } .b{ font-size:15px; font-weight:bold; color:#30bdb5; } /*按钮*/ .input_text{ width: 179px; height: 30px; padding: 0; border: 1px solid #bec3c7; border-right: none; border-bottom-left-radius: 3px; border-top-left-radius: 3px; text-indent: 10px; float: left; } .input_btn{ border: none; width: 60px; height: 32px; border-top-right-radius:3px ; border-bottom-right-radius: 3px; background-color:#30bdb5 ; color: #fff; font-size: 14px; text-align: center; line-height: 32px; float: left; } .hui{ position: fixed; width: 100%; height: 100%; background-color: #000; opacity: .5; display: none; } .box{ position: fixed; width: 850px; height: 720px; border-radius: 3px; background-color: #fff; top: 50%; margin-top: -360px; left: 50%; margin-left: -425px; display: none; } /*滚动条美化*/ #tbgdt::-webkit-scrollbar { width: 10px;height: 10px; } /*#374554*/ #tbgdt::-webkit-scrollbar-track { background-color: #EEE; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; } #tbgdt::-webkit-scrollbar-thumb { background-color: #d7dadd; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; } /*滚动条美化*/ #yzzbhsct::-webkit-scrollbar { width: 10px;height: 10px; } /*#374554*/ #yzzbhsct::-webkit-scrollbar-track { background-color: #EEE; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; } #yzzbhsct::-webkit-scrollbar-thumb { background-color: #d7dadd; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; }
0.31216
0.07208
* @file ext.okw.page.sidebar.css * @author <NAME> * @since Aug 01, 2015 * @comment */ #okw-sidebar-wrapper { float: right; margin: 4px; padding: 4px; width: 40%; border: #99CCFF 1px solid; } #okw-sidebar-wrapper .hierarchy { margin: 4px; padding: 4px; border: #99CCFF 1px solid; background-color: #EAF1F2; } #okw-sidebar-wrapper .heading { text-align: center; font-weight: bold; } #okw-sidebar-wrapper .hierarchy .main { margin-top: 4px; margin-bottom: 12px; list-style-image: none; overflow-x:auto; } #okw-sidebar-wrapper .hierarchy .main .top { list-style-image: none; list-style-type: none; padding-left: 0;m margin-left: 4px; padding-top: 0px; margin-top: 4px; } #okw-sidebar-wrapper .hierarchy .main .top-term { list-style-type: none; } #okw-sidebar-wrapper .hierarchy .main ul { list-style-image: none; list-style-type: none; padding-left: 0; margin-left: 10px; } #okw-sidebar-wrapper .hierarchy .main li { } #okw-sidebar-wrapper .hierarchy .main .sup-term { } #okw-sidebar-wrapper .hierarchy .main .sib-term { } #okw-sidebar-wrapper .hierarchy .main .sib-more { color: #CC0000; font-size: 120%; } #okw-sidebar-wrapper .hierarchy .main .sib-less { color: #CC0000; font-size: 120%; display: none; } #okw-sidebar-wrapper .hierarchy .main .cur-term { background-color: #ffffa0; } #okw-sidebar-wrapper .hierarchy .main .sub-term { } #okw-sidebar-wrapper .hierarchy .main .sub-more { color: #CC0000; font-size: 120%; } #okw-sidebar-wrapper .hierarchy .main .sub-less { color: #CC0000; font-size: 120%; display: none; } #okw-sidebar-wrapper .axiom { margin: 4px; padding: 4px; border: #99CCFF 1px solid; } #okw-sidebar-wrapper .axiom .supclass-heading { font-weight:bold; } #okw-sidebar-wrapper .axiom .supclass-main { background-color:#EAF1F2; border:#99CCFF 1px solid; margin-top:4px; margin-bottom:12px; } #okw-sidebar-wrapper .axiom .equivalent-heading { font-weight:bold; } #okw-sidebar-wrapper .axiom .equivalent-main { background-color:#EAF1F2; border:#99CCFF 1px solid; margin-top:4px; margin-bottom:12px; }
modules/css/ext.okw.page.sidebar.css
* @file ext.okw.page.sidebar.css * @author <NAME> * @since Aug 01, 2015 * @comment */ #okw-sidebar-wrapper { float: right; margin: 4px; padding: 4px; width: 40%; border: #99CCFF 1px solid; } #okw-sidebar-wrapper .hierarchy { margin: 4px; padding: 4px; border: #99CCFF 1px solid; background-color: #EAF1F2; } #okw-sidebar-wrapper .heading { text-align: center; font-weight: bold; } #okw-sidebar-wrapper .hierarchy .main { margin-top: 4px; margin-bottom: 12px; list-style-image: none; overflow-x:auto; } #okw-sidebar-wrapper .hierarchy .main .top { list-style-image: none; list-style-type: none; padding-left: 0;m margin-left: 4px; padding-top: 0px; margin-top: 4px; } #okw-sidebar-wrapper .hierarchy .main .top-term { list-style-type: none; } #okw-sidebar-wrapper .hierarchy .main ul { list-style-image: none; list-style-type: none; padding-left: 0; margin-left: 10px; } #okw-sidebar-wrapper .hierarchy .main li { } #okw-sidebar-wrapper .hierarchy .main .sup-term { } #okw-sidebar-wrapper .hierarchy .main .sib-term { } #okw-sidebar-wrapper .hierarchy .main .sib-more { color: #CC0000; font-size: 120%; } #okw-sidebar-wrapper .hierarchy .main .sib-less { color: #CC0000; font-size: 120%; display: none; } #okw-sidebar-wrapper .hierarchy .main .cur-term { background-color: #ffffa0; } #okw-sidebar-wrapper .hierarchy .main .sub-term { } #okw-sidebar-wrapper .hierarchy .main .sub-more { color: #CC0000; font-size: 120%; } #okw-sidebar-wrapper .hierarchy .main .sub-less { color: #CC0000; font-size: 120%; display: none; } #okw-sidebar-wrapper .axiom { margin: 4px; padding: 4px; border: #99CCFF 1px solid; } #okw-sidebar-wrapper .axiom .supclass-heading { font-weight:bold; } #okw-sidebar-wrapper .axiom .supclass-main { background-color:#EAF1F2; border:#99CCFF 1px solid; margin-top:4px; margin-bottom:12px; } #okw-sidebar-wrapper .axiom .equivalent-heading { font-weight:bold; } #okw-sidebar-wrapper .axiom .equivalent-main { background-color:#EAF1F2; border:#99CCFF 1px solid; margin-top:4px; margin-bottom:12px; }
0.252661
0.042762
.dw, .dwo { -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: rgba(0,0,0,0) } .dw { max-width: 98%; position: absolute; top: 0; left: 0; z-index: 2; font-size: 12px; text-shadow: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -ms-touch-action: none; user-select: none } .dw:focus { outline: 0 } .dw:focus { outline-offset: -2px } .dw-rtl { direction: rtl } .dw, .dwbc { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } .dwwr { min-width: 200px; zoom: 1; overflow: hidden; text-align: center; font-family: arial, verdana, sans-serif } .dw-persp, .dwo { width: 100%; height: 100%; position: absolute; top: 0; left: 0 } .dw-persp { z-index: 99998; pointer-events: auto } .dwo { z-index: 1; background: #000; background: rgba(0,0,0,.7); filter: Alpha(Opacity=70) } .dw-liq .dw { max-width: 100% } .dw-top .dw, .dw-bottom .dw { width: 100%; max-width: 100% } .dw-inline .dw { position: static; display: inline-block; max-width: 100% } .dw-inline.dw-liq .dw-persp .dw { display: block } .dw-inline .dw-persp { position: static } .dw-bubble .dw { margin: 20px 0 } .dw-bubble .dw-arrw { position: absolute; left: 0; width: 100% } .dw-bubble-top .dw-arrw { bottom: -36px } .dw-bubble-bottom .dw-arrw { top: -36px } .dw-bubble .dw-arrw-i { margin: 0 30px; position: relative; height: 36px } .dw-bubble .dw-arr { display: block } .dw-arr { display: none; position: absolute; left: 0; width: 0; height: 0; border-width: 18px 18px; border-style: solid; margin-left: -18px } .dw-bubble-bottom .dw-arr { top: 0 } .dw-bubble-top .dw-arr { bottom: 0 } .dw-hidden { width: 0; height: 0; margin: 0; padding: 0; border: 0; overflow: hidden } .dwv { overflow: hidden; text-overflow: ellipsis } .dwb { overflow: hidden; display: block; text-decoration: none; white-space: nowrap; text-overflow: ellipsis; vertical-align: top } .dwb-e { cursor: pointer } .dwb-d { cursor: default } .dwbc { display: table; width: 100%; text-align: center } .dwbc .dwb-d { opacity: .3 } .dwbw { vertical-align: top; display: table-cell; position: relative; z-index: 5 } .dwbw .dwb:before { padding: .375em } .mbsc-wdg .dwcc { position: relative; z-index: 0; padding: 1em; font-size: 14px; text-align: left; white-space: normal } .mbsc-mobiscroll .dwwr { min-width: 16em; background: #f7f7f7; color: #454545; font-size: 16px } .mbsc-mobiscroll .dwv { padding: 0 .6666em; padding-top: .6666em; color: #4eccc4; font-size: .75em; text-transform: uppercase; min-height: 2em; line-height: 2em } .mbsc-mobiscroll .dwbc { display: block; overflow: hidden; text-align: right; padding: 0 .5em .5em .5em } .mbsc-mobiscroll .dwbw { display: block; float: right } .mbsc-mobiscroll .dw-rtl .dwbw { float: left } .mbsc-mobiscroll .dwb { height: 2.5em; line-height: 2.5em; padding: 0 1em; color: #4eccc4; text-transform: uppercase } .mbsc-mobiscroll .dwb-a { background: rgba(78,204,196,.3) } .mbsc-mobiscroll .dw-bubble-bottom .dw-arr { border-color: transparent transparent #f7f7f7 transparent } .mbsc-mobiscroll .dw-bubble-top .dw-arr { border-color: #f7f7f7 transparent transparent transparent } .mbsc-ios .dwo { background: rgba(0,0,0,.2); filter: Alpha(Opacity=20) } .mbsc-ios .dwwr { position: relative; background: #f7f7f7; color: #000; padding-top: 40px } .mbsc-ios .dwv { padding: 0 5px; color: #9d9d9d; line-height: 30px; min-height: 30px; font-size: 12px; border-bottom: 1px solid #acacac } .mbsc-ios .dwbc { position: absolute; top: 0; left: 0; width: 100%; border-bottom: 1px solid #acacac } .mbsc-ios .dwb { height: 40px; line-height: 40px; padding: 0 10px; display: inline-block; color: #007aff; font-size: 17px } .mbsc-ios .dwb-a { opacity: .5 } .mbsc-ios .dwbw { display: block; float: right } .mbsc-ios .dwb-c { float: left } .mbsc-ios .dwb-s .dwb { font-weight:normal } .mbsc-ios .dw-bubble-bottom .dw-arr { border-color: transparent transparent #f7f7f7 transparent } .mbsc-ios .dw-bubble-top .dw-arr { border-color: #f7f7f7 transparent transparent transparent } .mbsc-ios.dw-bubble .dwwr { border-radius: 8px } .mbsc-ios.dw-nobtn .dwwr { padding-top: 0 } .dwwb, .dwwo, .dwwol { -webkit-transform: translateZ(0) } .dwc { max-width: 100%; vertical-align: middle; display: inline-block; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } .dwl { line-height: 30px; height: 30px; top: -30px; left: 0; text-align: center; white-space: nowrap; position: absolute; width: 100% } .dwwc { margin: 0 auto; position: relative; zoom: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center } .dwfl { max-width: 100%; -webkit-box-flex: 1; -webkit-flex: 1 auto; -ms-flex: 1 auto; flex: 1 auto } .dwwl { position: relative; z-index: 5 } .dwww { position: relative; padding: 1px } .dww { overflow: hidden; position: relative; border-radius: 1px } .dw-bf { -webkit-backface-visibility: hidden; -webkit-perspective: 1000px; backface-visibility: hidden; perspective: 1000px } .dw-ul { position: relative; z-index: 3 } .dw-li { padding: 0 5px; position: relative; text-align: center; white-space: nowrap; vertical-align: bottom; opacity: .3; filter: Alpha(Opacity=30); cursor: pointer; -webkit-transition: opacity .2s ease-out; -moz-transition: opacity .2s ease-out; transition: opacity .2s ease-out } .dw-li.dw-v, .dw-li.dw-fv { opacity: 1; filter: Alpha(Opacity=100) } .dw-li.dw-h { visibility: hidden } .dw-i { position: relative; height: 100%; overflow: hidden; text-overflow: ellipsis } .dwwb { position: absolute; z-index: 4; left: 0; cursor: pointer; width: 100%; text-decoration: none; text-align: center; opacity: 1; -webkit-transition: opacity .2s linear; transition: opacity .2s linear } .dwa .dwwb { opacity: 0 } .dwpm .dwwbp { top: 0 } .dwpm .dwwbm { bottom: 0 } .dwpm .dwwol { display: none } .dwwo { position: absolute; z-index: 3; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none } .dwwol { position: absolute; z-index: 1; top: 50%; left: 0; width: 100%; pointer-events: none } .dw-liq .dwc { display: block } .dw-liq .dw-tbl { width: 100%; table-layout: fixed } .dwhl .dwl { display: none } .dw-hsel { position: absolute; height: 1px; width: 1px; left: 0; overflow: hidden; clip: rect(1px,1px,1px,1px) } .dw-ml .dw-li { overflow: hidden } .dw-ml .dw-li .dw-i { width: 100%; height: auto; display: inline-block; vertical-align: middle; white-space: normal } .dwwms .dw-li { padding: 0 40px } .dwwms .dwwol { display: none } .dw-msel:before { width: 40px; text-align: center; position: absolute; top: 0; left: 0 } .dww .dw-w-gr { padding: 0 5px; opacity: 1; font-weight: bold; text-align: left } .mbsc-mobiscroll .dwc { padding: 2em .25em 0 .25em } .mbsc-mobiscroll .dwl { color: #4eccc4; font-size: .75em; text-transform: uppercase } .mbsc-mobiscroll .dwhl { padding-top: 0 } .mbsc-mobiscroll .dwfl { padding: .5em .25em } .mbsc-mobiscroll .dw-li { font-size: 1.375em } .mbsc-mobiscroll .dw-hl { background: rgba(78,204,196,.3) } .mbsc-mobiscroll .dwwol { border-top: 1px solid #4eccc4; border-bottom: 1px solid #4eccc4 } .mbsc-mobiscroll .dwpm .dwwol { display: block } .mbsc-mobiscroll .dwwb { color: #4eccc4; background: #f7f7f7 } .mbsc-mobiscroll .dwwbp { bottom: 0; top: auto } .mbsc-mobiscroll .dwwbm { top: 0; bottom: auto } .mbsc-mobiscroll .dwwb span { display: none } .mbsc-mobiscroll .dwwb:before { position: absolute; left: 0; top: 0; width: 100%; font-size: 24px; text-align: center } .mbsc-mobiscroll .dwwb.dwb-a:before { background: rgba(78,204,196,.3) } .mbsc-mobiscroll .dw-w-gr { font-size: 1.125em } .mbsc-mobiscroll .dw-msel:before { font-size: 40px; color: #4eccc4 } .mbsc-mobiscroll .dwwms .dwwol { display: none } .mbsc-ios .dwl { text-align: left; text-indent: 5px; color: #ababab } .mbsc-ios .dwwc { padding: 30px 10px 10px 10px } .mbsc-ios .dwhl .dwwc { padding-top: 10px } .mbsc-ios .dwwo { background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), color-stop(0.52, rgba(245,245,245,0)), color-stop(0.48, rgba(245,245,245,0)), to(#f7f7f7)); background: -webkit-linear-gradient(#f7f7f7, rgba(245,245,245,0) 52%, rgba(245,245,245,0) 48%, #f7f7f7); background: -moz-linear-gradient(#f7f7f7, rgba(245,245,245,0) 52%, rgba(245,245,245,0) 48%, #f7f7f7); background: linear-gradient(#f7f7f7, rgba(245,245,245,0) 52%, rgba(245,245,245,0) 48%, #f7f7f7) } .mbsc-ios .dwwol { padding: 0 10px; height: 34px; margin: -18px 0 0 -10px; border-top: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb } .mbsc-ios .dw-li { color: #9d9d9d; font-size: 22px; text-align: left } .mbsc-ios .dw-hl { background: rgba(0,122,255,.2) } .mbsc-ios .dw-sel { color: #000 } .mbsc-ios .dwpm .dw-li { text-align: center } .mbsc-ios .dwpm .dwwol { display: block } .mbsc-ios .dwwb { color: #007aff; background: #f7f7f7 } .mbsc-ios .dwwbp { bottom: 0; top: auto } .mbsc-ios .dwwbm { top: 0; bottom: auto } .mbsc-ios .dwwb span { display: none } .mbsc-ios .dwwb:before { position: absolute; left: 0; top: 0; width: 100%; font-size: 24px; text-align: center } .mbsc-ios.dw-select .dwwo { display: none } .mbsc-ios .dwwms .dw-li { padding: 0 5px 0 40px; color: #000 } .mbsc-ios .dwwms .dw-msel { color: #007aff } .mbsc-ios .dw-msel:before { font-size: 40px } .mbsc-ios .dw-select-gr .dw-li { padding-left: 40px } .mbsc-ios .dw-select-gr .dw-w-gr { padding-left: 5px; font-weight: normal; font-size: 18px } .dw-trans .dw-persp { overflow: hidden; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px } .dw-trans .dw, .dw-trans .dwo { -webkit-animation-fill-mode: forwards; -webkit-animation-duration: 200ms; -moz-animation-fill-mode: forwards; -moz-animation-duration: 200ms; animation-fill-mode: forwards; animation-duration: 200ms } .dw-trans .dwo { -webkit-backface-visibility: hidden } .dw-in .dw { -webkit-animation-timing-function: ease-out; -moz-animation-timing-function: ease-out; animation-timing-function: ease-out } .dw-out .dw { -webkit-animation-timing-function: ease-in; -moz-animation-timing-function: ease-in; animation-timing-function: ease-in } .dw-in .dwo { -webkit-animation-name: dw-f-in; -moz-animation-name: dw-f-in; animation-name: dw-f-in } .dw-out .dwo { -webkit-animation-name: dw-f-out; -moz-animation-name: dw-f-out; animation-name: dw-f-out } .dw-flip, .dw-swing, .dw-slidehorizontal, .dw-slidevertical, .dw-slidedown, .dw-slideup, .dw-fade { -webkit-backface-visibility: hidden; -webkit-transform: translateX(0); -moz-backface-visibility: hidden; -moz-transform: translateX(0); backface-visibility: hidden; transform: translateX(0) } .dw-swing, .dw-slidehorizontal, .dw-slidevertical, .dw-slidedown, .dw-slideup, .dw-fade { -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; transform-origin: 0 0 } .dw-flip, .dw-pop { -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; transform-origin: 50% 50% } .dw-in .dw-pop { opacity: 1; -webkit-animation-name: dw-p-in; -webkit-transform: scale(1); -moz-animation-name: dw-p-in; -moz-transform: scale(1); transform: scale(1); animation-name: dw-p-in } .dw-out .dw-pop { opacity: 0; -webkit-animation-name: dw-p-out; -moz-animation-name: dw-p-out; animation-name: dw-p-out } .dw-in .dw-flip { opacity: 1; -webkit-animation-name: dw-fl-in; -webkit-transform: scale(1); -moz-animation-name: dw-fl-in; -moz-transform: scale(1); animation-name: dw-fl-in; transform: scale(1) } .dw-out .dw-flip { opacity: 0; animation-name: dw-fl-out; -webkit-animation-name: dw-fl-out; -moz-animation-name: dw-fl-out } .dw-in .dw-swing { opacity: 1; -webkit-animation-name: dw-sw-in; -webkit-transform: scale(1); -moz-animation-name: dw-sw-in; -moz-transform: scale(1); transform: scale(1); animation-name: dw-sw-in } .dw-out .dw-swing { opacity: 0; -webkit-animation-name: dw-sw-out; -moz-animation-name: dw-sw-out; animation-name: dw-sw-out } .dw-in .dw-slidehorizontal { opacity: 1; -webkit-animation-name: dw-sh-in; -webkit-transform: scale(1); -moz-animation-name: dw-sh-in; -moz-transform: scale(1); transform: scale(1); animation-name: dw-sh-in } .dw-out .dw-slidehorizontal { opacity: 0; -webkit-animation-name: dw-sh-out; -moz-animation-name: dw-sh-out; animation-name: dw-sh-out } .dw-in .dw-slidevertical { opacity: 1; -webkit-animation-name: dw-sv-in; -webkit-transform: scale(1); -moz-animation-name: dw-sv-in; -moz-transform: scale(1); animation-name: dw-sv-in; transform: scale(1) } .dw-out .dw-slidevertical { opacity: 0; -webkit-animation-name: dw-sv-out; -moz-animation-name: dw-sv-out; animation-name: dw-sv-out } .dw-in .dw-slidedown { -webkit-animation-name: dw-sd-in; -webkit-transform: scale(1); -moz-animation-name: dw-sd-in; -moz-transform: scale(1); animation-name: dw-sd-in; transform: scale(1) } .dw-out .dw-slidedown { animation-name: dw-sd-out; -webkit-animation-name: dw-sd-out; -webkit-transform: translateY(-100%); -moz-animation-name: dw-sd-out; -moz-transform: translateY(-100%) } .dw-in .dw-slideup { -webkit-animation-name: dw-su-in; -webkit-transform: scale(1); -moz-animation-name: dw-su-in; -moz-transform: scale(1); transform: scale(1); animation-name: dw-su-in } .dw-out .dw-slideup { animation-name: dw-su-out; -webkit-animation-name: dw-su-out; -webkit-transform: translateY(100%); -moz-animation-name: dw-su-out; -moz-transform: translateY(100%) } .dw-in .dw-fade { opacity: 1; -webkit-animation-name: dw-f-in; -moz-animation-name: dw-f-in; animation-name: dw-f-in } .dw-out .dw-fade { opacity: 0; -webkit-animation-name: dw-f-out; -moz-animation-name: dw-f-out; animation-name: dw-f-out } @keyframes dw-f-in { from { opacity:0 } to { opacity: 1 } } @-webkit-keyframes dw-f-in { from { opacity:0 } to { opacity: 1 } } @-moz-keyframes dw-f-in { from { opacity:0 } to { opacity: 1 } } @keyframes dw-f-out { from { visibility:visible; opacity:1 } to { opacity: 0 } } @-webkit-keyframes dw-f-out { from { visibility:visible; opacity:1 } to { opacity: 0 } } @-moz-keyframes dw-f-out { from { visibility:visible; opacity:1 } to { opacity: 0 } } @keyframes dw-p-in { from { opacity:0; transform:scale(0.8) } to { opacity: 1; transform: scale(1) } } @-webkit-keyframes dw-p-in { from { opacity:0; -webkit-transform:scale(0.8) } to { opacity: 1; -webkit-transform: scale(1) } } @-moz-keyframes dw-p-in { from { opacity:0; -moz-transform:scale(0.8) } to { opacity: 1; -moz-transform: scale(1) } } @keyframes dw-p-out { from { opacity:1; transform:scale(1) } to { opacity: 0; transform: scale(0.8) } } @-webkit-keyframes dw-p-out { from { opacity:1; -webkit-transform:scale(1) } to { opacity: 0; -webkit-transform: scale(0.8) } } @-moz-keyframes dw-p-out { from { opacity:1; -moz-transform:scale(1) } to { opacity: 0; -moz-transform: scale(0.8) } } @keyframes dw-fl-in { from { opacity:0; transform:rotateY(90deg) } to { opacity: 1; transform: rotateY(0) } } @-webkit-keyframes dw-fl-in { from { opacity:0; -webkit-transform:rotateY(90deg) } to { opacity: 1; -webkit-transform: rotateY(0) } } @-moz-keyframes dw-fl-in { from { opacity:0; -moz-transform:rotateY(90deg) } to { opacity: 1; -moz-transform: rotateY(0) } } @keyframes dw-fl-out { from { opacity:1; transform:rotateY(0deg) } to { opacity: 0; transform: rotateY(-90deg) } } @-webkit-keyframes dw-fl-out { from { opacity:1; -webkit-transform:rotateY(0deg) } to { opacity: 0; -webkit-transform: rotateY(-90deg) } } @-moz-keyframes dw-fl-out { from { opacity:1; -moz-transform:rotateY(0deg) } to { opacity: 0; -moz-transform: rotateY(-90deg) } } @keyframes dw-sw-in { from { opacity:0; transform:rotateY(-90deg) } to { opacity: 1; transform: rotateY(0deg) } } @-webkit-keyframes dw-sw-in { from { opacity:0; -webkit-transform:rotateY(-90deg) } to { opacity: 1; -webkit-transform: rotateY(0deg) } } @-moz-keyframes dw-sw-in { from { opacity:0; -moz-transform:rotateY(-90deg) } to { opacity: 1; -moz-transform: rotateY(0deg) } } @keyframes dw-sw-out { from { opacity:1; transform:rotateY(0deg) } to { opacity: 0; transform: rotateY(-90deg) } } @-webkit-keyframes dw-sw-out { from { opacity:1; -webkit-transform:rotateY(0deg) } to { opacity: 0; -webkit-transform: rotateY(-90deg) } } @-moz-keyframes dw-sw-out { from { opacity:1; -moz-transform:rotateY(0deg) } to { opacity: 0; -moz-transform: rotateY(-90deg) } } @keyframes dw-sh-in { from { opacity:0; transform:translateX(-100%) } to { opacity: 1; transform: translateX(0) } } @-webkit-keyframes dw-sh-in { from { opacity:0; -webkit-transform:translateX(-100%) } to { opacity: 1; -webkit-transform: translateX(0) } } @-moz-keyframes dw-sh-in { from { opacity:0; -moz-transform:translateX(-100%) } to { opacity: 1; -moz-transform: translateX(0) } } @keyframes dw-sh-out { from { opacity:1; transform:translateX(0) } to { opacity: 0; transform: translateX(100%) } } @-webkit-keyframes dw-sh-out { from { opacity:1; -webkit-transform:translateX(0) } to { opacity: 0; -webkit-transform: translateX(100%) } } @-moz-keyframes dw-sh-out { from { opacity:1; -moz-transform:translateX(0) } to { opacity: 0; -moz-transform: translateX(100%) } } @keyframes dw-sv-in { from { opacity:0; transform:translateY(-100%) } to { opacity: 1; transform: translateY(0) } } @-webkit-keyframes dw-sv-in { from { opacity:0; -webkit-transform:translateY(-100%) } to { opacity: 1; -webkit-transform: translateY(0) } } @-moz-keyframes dw-sv-in { from { opacity:0; -moz-transform:translateY(-100%) } to { opacity: 1; -moz-transform: translateY(0) } } @keyframes dw-sv-out { from { opacity:1; transform:translateY(0) } to { opacity: 0; transform: translateY(100%) } } @-webkit-keyframes dw-sv-out { from { opacity:1; -webkit-transform:translateY(0) } to { opacity: 0; -webkit-transform: translateY(100%) } } @-moz-keyframes dw-sv-out { from { opacity:1; -moz-transform:translateY(0) } to { opacity: 0; -moz-transform: translateY(100%) } } @keyframes dw-sd-in { from { transform:translateY(-100%) } to { transform: translateY(0) } } @-webkit-keyframes dw-sd-in { from { opacity:1; -webkit-transform:translateY(-100%) } to { opacity: 1; -webkit-transform: translateY(0) } } @-moz-keyframes dw-sd-in { from { -moz-transform:translateY(-100%) } to { -moz-transform: translateY(0) } } @keyframes dw-sd-out { from { transform:translateY(0) } to { transform: translateY(-100%) } } @-webkit-keyframes dw-sd-out { from { opacity:1; -webkit-transform:translateY(0) } to { opacity: 1; -webkit-transform: translateY(-100%) } } @-moz-keyframes dw-sd-out { from { -moz-transform:translateY(0) } to { -moz-transform: translateY(-100%) } } @keyframes dw-su-in { from { transform:translateY(100%) } to { transform: translateY(0) } } @-webkit-keyframes dw-su-in { from { opacity:1; -webkit-transform:translateY(100%) } to { opacity: 1; -webkit-transform: translateY(0) } } @-moz-keyframes dw-su-in { from { -moz-transform:translateY(100%) } to { -moz-transform: translateY(0) } } @keyframes dw-su-out { from { transform:translateY(0) } to { transform: translateY(100%) } } @-webkit-keyframes dw-su-out { from { opacity:1; -webkit-transform:translateY(0) } to { opacity: 1; -webkit-transform: translateY(100%) } } @-moz-keyframes dw-su-out { from { -moz-transform:translateY(0) } to { -moz-transform: translateY(100%) } }
Template/mobile/new/Static/css/mobiscroll.custom-2.16.1.min.css
.dw, .dwo { -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: rgba(0,0,0,0) } .dw { max-width: 98%; position: absolute; top: 0; left: 0; z-index: 2; font-size: 12px; text-shadow: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -ms-touch-action: none; user-select: none } .dw:focus { outline: 0 } .dw:focus { outline-offset: -2px } .dw-rtl { direction: rtl } .dw, .dwbc { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } .dwwr { min-width: 200px; zoom: 1; overflow: hidden; text-align: center; font-family: arial, verdana, sans-serif } .dw-persp, .dwo { width: 100%; height: 100%; position: absolute; top: 0; left: 0 } .dw-persp { z-index: 99998; pointer-events: auto } .dwo { z-index: 1; background: #000; background: rgba(0,0,0,.7); filter: Alpha(Opacity=70) } .dw-liq .dw { max-width: 100% } .dw-top .dw, .dw-bottom .dw { width: 100%; max-width: 100% } .dw-inline .dw { position: static; display: inline-block; max-width: 100% } .dw-inline.dw-liq .dw-persp .dw { display: block } .dw-inline .dw-persp { position: static } .dw-bubble .dw { margin: 20px 0 } .dw-bubble .dw-arrw { position: absolute; left: 0; width: 100% } .dw-bubble-top .dw-arrw { bottom: -36px } .dw-bubble-bottom .dw-arrw { top: -36px } .dw-bubble .dw-arrw-i { margin: 0 30px; position: relative; height: 36px } .dw-bubble .dw-arr { display: block } .dw-arr { display: none; position: absolute; left: 0; width: 0; height: 0; border-width: 18px 18px; border-style: solid; margin-left: -18px } .dw-bubble-bottom .dw-arr { top: 0 } .dw-bubble-top .dw-arr { bottom: 0 } .dw-hidden { width: 0; height: 0; margin: 0; padding: 0; border: 0; overflow: hidden } .dwv { overflow: hidden; text-overflow: ellipsis } .dwb { overflow: hidden; display: block; text-decoration: none; white-space: nowrap; text-overflow: ellipsis; vertical-align: top } .dwb-e { cursor: pointer } .dwb-d { cursor: default } .dwbc { display: table; width: 100%; text-align: center } .dwbc .dwb-d { opacity: .3 } .dwbw { vertical-align: top; display: table-cell; position: relative; z-index: 5 } .dwbw .dwb:before { padding: .375em } .mbsc-wdg .dwcc { position: relative; z-index: 0; padding: 1em; font-size: 14px; text-align: left; white-space: normal } .mbsc-mobiscroll .dwwr { min-width: 16em; background: #f7f7f7; color: #454545; font-size: 16px } .mbsc-mobiscroll .dwv { padding: 0 .6666em; padding-top: .6666em; color: #4eccc4; font-size: .75em; text-transform: uppercase; min-height: 2em; line-height: 2em } .mbsc-mobiscroll .dwbc { display: block; overflow: hidden; text-align: right; padding: 0 .5em .5em .5em } .mbsc-mobiscroll .dwbw { display: block; float: right } .mbsc-mobiscroll .dw-rtl .dwbw { float: left } .mbsc-mobiscroll .dwb { height: 2.5em; line-height: 2.5em; padding: 0 1em; color: #4eccc4; text-transform: uppercase } .mbsc-mobiscroll .dwb-a { background: rgba(78,204,196,.3) } .mbsc-mobiscroll .dw-bubble-bottom .dw-arr { border-color: transparent transparent #f7f7f7 transparent } .mbsc-mobiscroll .dw-bubble-top .dw-arr { border-color: #f7f7f7 transparent transparent transparent } .mbsc-ios .dwo { background: rgba(0,0,0,.2); filter: Alpha(Opacity=20) } .mbsc-ios .dwwr { position: relative; background: #f7f7f7; color: #000; padding-top: 40px } .mbsc-ios .dwv { padding: 0 5px; color: #9d9d9d; line-height: 30px; min-height: 30px; font-size: 12px; border-bottom: 1px solid #acacac } .mbsc-ios .dwbc { position: absolute; top: 0; left: 0; width: 100%; border-bottom: 1px solid #acacac } .mbsc-ios .dwb { height: 40px; line-height: 40px; padding: 0 10px; display: inline-block; color: #007aff; font-size: 17px } .mbsc-ios .dwb-a { opacity: .5 } .mbsc-ios .dwbw { display: block; float: right } .mbsc-ios .dwb-c { float: left } .mbsc-ios .dwb-s .dwb { font-weight:normal } .mbsc-ios .dw-bubble-bottom .dw-arr { border-color: transparent transparent #f7f7f7 transparent } .mbsc-ios .dw-bubble-top .dw-arr { border-color: #f7f7f7 transparent transparent transparent } .mbsc-ios.dw-bubble .dwwr { border-radius: 8px } .mbsc-ios.dw-nobtn .dwwr { padding-top: 0 } .dwwb, .dwwo, .dwwol { -webkit-transform: translateZ(0) } .dwc { max-width: 100%; vertical-align: middle; display: inline-block; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } .dwl { line-height: 30px; height: 30px; top: -30px; left: 0; text-align: center; white-space: nowrap; position: absolute; width: 100% } .dwwc { margin: 0 auto; position: relative; zoom: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center } .dwfl { max-width: 100%; -webkit-box-flex: 1; -webkit-flex: 1 auto; -ms-flex: 1 auto; flex: 1 auto } .dwwl { position: relative; z-index: 5 } .dwww { position: relative; padding: 1px } .dww { overflow: hidden; position: relative; border-radius: 1px } .dw-bf { -webkit-backface-visibility: hidden; -webkit-perspective: 1000px; backface-visibility: hidden; perspective: 1000px } .dw-ul { position: relative; z-index: 3 } .dw-li { padding: 0 5px; position: relative; text-align: center; white-space: nowrap; vertical-align: bottom; opacity: .3; filter: Alpha(Opacity=30); cursor: pointer; -webkit-transition: opacity .2s ease-out; -moz-transition: opacity .2s ease-out; transition: opacity .2s ease-out } .dw-li.dw-v, .dw-li.dw-fv { opacity: 1; filter: Alpha(Opacity=100) } .dw-li.dw-h { visibility: hidden } .dw-i { position: relative; height: 100%; overflow: hidden; text-overflow: ellipsis } .dwwb { position: absolute; z-index: 4; left: 0; cursor: pointer; width: 100%; text-decoration: none; text-align: center; opacity: 1; -webkit-transition: opacity .2s linear; transition: opacity .2s linear } .dwa .dwwb { opacity: 0 } .dwpm .dwwbp { top: 0 } .dwpm .dwwbm { bottom: 0 } .dwpm .dwwol { display: none } .dwwo { position: absolute; z-index: 3; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none } .dwwol { position: absolute; z-index: 1; top: 50%; left: 0; width: 100%; pointer-events: none } .dw-liq .dwc { display: block } .dw-liq .dw-tbl { width: 100%; table-layout: fixed } .dwhl .dwl { display: none } .dw-hsel { position: absolute; height: 1px; width: 1px; left: 0; overflow: hidden; clip: rect(1px,1px,1px,1px) } .dw-ml .dw-li { overflow: hidden } .dw-ml .dw-li .dw-i { width: 100%; height: auto; display: inline-block; vertical-align: middle; white-space: normal } .dwwms .dw-li { padding: 0 40px } .dwwms .dwwol { display: none } .dw-msel:before { width: 40px; text-align: center; position: absolute; top: 0; left: 0 } .dww .dw-w-gr { padding: 0 5px; opacity: 1; font-weight: bold; text-align: left } .mbsc-mobiscroll .dwc { padding: 2em .25em 0 .25em } .mbsc-mobiscroll .dwl { color: #4eccc4; font-size: .75em; text-transform: uppercase } .mbsc-mobiscroll .dwhl { padding-top: 0 } .mbsc-mobiscroll .dwfl { padding: .5em .25em } .mbsc-mobiscroll .dw-li { font-size: 1.375em } .mbsc-mobiscroll .dw-hl { background: rgba(78,204,196,.3) } .mbsc-mobiscroll .dwwol { border-top: 1px solid #4eccc4; border-bottom: 1px solid #4eccc4 } .mbsc-mobiscroll .dwpm .dwwol { display: block } .mbsc-mobiscroll .dwwb { color: #4eccc4; background: #f7f7f7 } .mbsc-mobiscroll .dwwbp { bottom: 0; top: auto } .mbsc-mobiscroll .dwwbm { top: 0; bottom: auto } .mbsc-mobiscroll .dwwb span { display: none } .mbsc-mobiscroll .dwwb:before { position: absolute; left: 0; top: 0; width: 100%; font-size: 24px; text-align: center } .mbsc-mobiscroll .dwwb.dwb-a:before { background: rgba(78,204,196,.3) } .mbsc-mobiscroll .dw-w-gr { font-size: 1.125em } .mbsc-mobiscroll .dw-msel:before { font-size: 40px; color: #4eccc4 } .mbsc-mobiscroll .dwwms .dwwol { display: none } .mbsc-ios .dwl { text-align: left; text-indent: 5px; color: #ababab } .mbsc-ios .dwwc { padding: 30px 10px 10px 10px } .mbsc-ios .dwhl .dwwc { padding-top: 10px } .mbsc-ios .dwwo { background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), color-stop(0.52, rgba(245,245,245,0)), color-stop(0.48, rgba(245,245,245,0)), to(#f7f7f7)); background: -webkit-linear-gradient(#f7f7f7, rgba(245,245,245,0) 52%, rgba(245,245,245,0) 48%, #f7f7f7); background: -moz-linear-gradient(#f7f7f7, rgba(245,245,245,0) 52%, rgba(245,245,245,0) 48%, #f7f7f7); background: linear-gradient(#f7f7f7, rgba(245,245,245,0) 52%, rgba(245,245,245,0) 48%, #f7f7f7) } .mbsc-ios .dwwol { padding: 0 10px; height: 34px; margin: -18px 0 0 -10px; border-top: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb } .mbsc-ios .dw-li { color: #9d9d9d; font-size: 22px; text-align: left } .mbsc-ios .dw-hl { background: rgba(0,122,255,.2) } .mbsc-ios .dw-sel { color: #000 } .mbsc-ios .dwpm .dw-li { text-align: center } .mbsc-ios .dwpm .dwwol { display: block } .mbsc-ios .dwwb { color: #007aff; background: #f7f7f7 } .mbsc-ios .dwwbp { bottom: 0; top: auto } .mbsc-ios .dwwbm { top: 0; bottom: auto } .mbsc-ios .dwwb span { display: none } .mbsc-ios .dwwb:before { position: absolute; left: 0; top: 0; width: 100%; font-size: 24px; text-align: center } .mbsc-ios.dw-select .dwwo { display: none } .mbsc-ios .dwwms .dw-li { padding: 0 5px 0 40px; color: #000 } .mbsc-ios .dwwms .dw-msel { color: #007aff } .mbsc-ios .dw-msel:before { font-size: 40px } .mbsc-ios .dw-select-gr .dw-li { padding-left: 40px } .mbsc-ios .dw-select-gr .dw-w-gr { padding-left: 5px; font-weight: normal; font-size: 18px } .dw-trans .dw-persp { overflow: hidden; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px } .dw-trans .dw, .dw-trans .dwo { -webkit-animation-fill-mode: forwards; -webkit-animation-duration: 200ms; -moz-animation-fill-mode: forwards; -moz-animation-duration: 200ms; animation-fill-mode: forwards; animation-duration: 200ms } .dw-trans .dwo { -webkit-backface-visibility: hidden } .dw-in .dw { -webkit-animation-timing-function: ease-out; -moz-animation-timing-function: ease-out; animation-timing-function: ease-out } .dw-out .dw { -webkit-animation-timing-function: ease-in; -moz-animation-timing-function: ease-in; animation-timing-function: ease-in } .dw-in .dwo { -webkit-animation-name: dw-f-in; -moz-animation-name: dw-f-in; animation-name: dw-f-in } .dw-out .dwo { -webkit-animation-name: dw-f-out; -moz-animation-name: dw-f-out; animation-name: dw-f-out } .dw-flip, .dw-swing, .dw-slidehorizontal, .dw-slidevertical, .dw-slidedown, .dw-slideup, .dw-fade { -webkit-backface-visibility: hidden; -webkit-transform: translateX(0); -moz-backface-visibility: hidden; -moz-transform: translateX(0); backface-visibility: hidden; transform: translateX(0) } .dw-swing, .dw-slidehorizontal, .dw-slidevertical, .dw-slidedown, .dw-slideup, .dw-fade { -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; transform-origin: 0 0 } .dw-flip, .dw-pop { -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; transform-origin: 50% 50% } .dw-in .dw-pop { opacity: 1; -webkit-animation-name: dw-p-in; -webkit-transform: scale(1); -moz-animation-name: dw-p-in; -moz-transform: scale(1); transform: scale(1); animation-name: dw-p-in } .dw-out .dw-pop { opacity: 0; -webkit-animation-name: dw-p-out; -moz-animation-name: dw-p-out; animation-name: dw-p-out } .dw-in .dw-flip { opacity: 1; -webkit-animation-name: dw-fl-in; -webkit-transform: scale(1); -moz-animation-name: dw-fl-in; -moz-transform: scale(1); animation-name: dw-fl-in; transform: scale(1) } .dw-out .dw-flip { opacity: 0; animation-name: dw-fl-out; -webkit-animation-name: dw-fl-out; -moz-animation-name: dw-fl-out } .dw-in .dw-swing { opacity: 1; -webkit-animation-name: dw-sw-in; -webkit-transform: scale(1); -moz-animation-name: dw-sw-in; -moz-transform: scale(1); transform: scale(1); animation-name: dw-sw-in } .dw-out .dw-swing { opacity: 0; -webkit-animation-name: dw-sw-out; -moz-animation-name: dw-sw-out; animation-name: dw-sw-out } .dw-in .dw-slidehorizontal { opacity: 1; -webkit-animation-name: dw-sh-in; -webkit-transform: scale(1); -moz-animation-name: dw-sh-in; -moz-transform: scale(1); transform: scale(1); animation-name: dw-sh-in } .dw-out .dw-slidehorizontal { opacity: 0; -webkit-animation-name: dw-sh-out; -moz-animation-name: dw-sh-out; animation-name: dw-sh-out } .dw-in .dw-slidevertical { opacity: 1; -webkit-animation-name: dw-sv-in; -webkit-transform: scale(1); -moz-animation-name: dw-sv-in; -moz-transform: scale(1); animation-name: dw-sv-in; transform: scale(1) } .dw-out .dw-slidevertical { opacity: 0; -webkit-animation-name: dw-sv-out; -moz-animation-name: dw-sv-out; animation-name: dw-sv-out } .dw-in .dw-slidedown { -webkit-animation-name: dw-sd-in; -webkit-transform: scale(1); -moz-animation-name: dw-sd-in; -moz-transform: scale(1); animation-name: dw-sd-in; transform: scale(1) } .dw-out .dw-slidedown { animation-name: dw-sd-out; -webkit-animation-name: dw-sd-out; -webkit-transform: translateY(-100%); -moz-animation-name: dw-sd-out; -moz-transform: translateY(-100%) } .dw-in .dw-slideup { -webkit-animation-name: dw-su-in; -webkit-transform: scale(1); -moz-animation-name: dw-su-in; -moz-transform: scale(1); transform: scale(1); animation-name: dw-su-in } .dw-out .dw-slideup { animation-name: dw-su-out; -webkit-animation-name: dw-su-out; -webkit-transform: translateY(100%); -moz-animation-name: dw-su-out; -moz-transform: translateY(100%) } .dw-in .dw-fade { opacity: 1; -webkit-animation-name: dw-f-in; -moz-animation-name: dw-f-in; animation-name: dw-f-in } .dw-out .dw-fade { opacity: 0; -webkit-animation-name: dw-f-out; -moz-animation-name: dw-f-out; animation-name: dw-f-out } @keyframes dw-f-in { from { opacity:0 } to { opacity: 1 } } @-webkit-keyframes dw-f-in { from { opacity:0 } to { opacity: 1 } } @-moz-keyframes dw-f-in { from { opacity:0 } to { opacity: 1 } } @keyframes dw-f-out { from { visibility:visible; opacity:1 } to { opacity: 0 } } @-webkit-keyframes dw-f-out { from { visibility:visible; opacity:1 } to { opacity: 0 } } @-moz-keyframes dw-f-out { from { visibility:visible; opacity:1 } to { opacity: 0 } } @keyframes dw-p-in { from { opacity:0; transform:scale(0.8) } to { opacity: 1; transform: scale(1) } } @-webkit-keyframes dw-p-in { from { opacity:0; -webkit-transform:scale(0.8) } to { opacity: 1; -webkit-transform: scale(1) } } @-moz-keyframes dw-p-in { from { opacity:0; -moz-transform:scale(0.8) } to { opacity: 1; -moz-transform: scale(1) } } @keyframes dw-p-out { from { opacity:1; transform:scale(1) } to { opacity: 0; transform: scale(0.8) } } @-webkit-keyframes dw-p-out { from { opacity:1; -webkit-transform:scale(1) } to { opacity: 0; -webkit-transform: scale(0.8) } } @-moz-keyframes dw-p-out { from { opacity:1; -moz-transform:scale(1) } to { opacity: 0; -moz-transform: scale(0.8) } } @keyframes dw-fl-in { from { opacity:0; transform:rotateY(90deg) } to { opacity: 1; transform: rotateY(0) } } @-webkit-keyframes dw-fl-in { from { opacity:0; -webkit-transform:rotateY(90deg) } to { opacity: 1; -webkit-transform: rotateY(0) } } @-moz-keyframes dw-fl-in { from { opacity:0; -moz-transform:rotateY(90deg) } to { opacity: 1; -moz-transform: rotateY(0) } } @keyframes dw-fl-out { from { opacity:1; transform:rotateY(0deg) } to { opacity: 0; transform: rotateY(-90deg) } } @-webkit-keyframes dw-fl-out { from { opacity:1; -webkit-transform:rotateY(0deg) } to { opacity: 0; -webkit-transform: rotateY(-90deg) } } @-moz-keyframes dw-fl-out { from { opacity:1; -moz-transform:rotateY(0deg) } to { opacity: 0; -moz-transform: rotateY(-90deg) } } @keyframes dw-sw-in { from { opacity:0; transform:rotateY(-90deg) } to { opacity: 1; transform: rotateY(0deg) } } @-webkit-keyframes dw-sw-in { from { opacity:0; -webkit-transform:rotateY(-90deg) } to { opacity: 1; -webkit-transform: rotateY(0deg) } } @-moz-keyframes dw-sw-in { from { opacity:0; -moz-transform:rotateY(-90deg) } to { opacity: 1; -moz-transform: rotateY(0deg) } } @keyframes dw-sw-out { from { opacity:1; transform:rotateY(0deg) } to { opacity: 0; transform: rotateY(-90deg) } } @-webkit-keyframes dw-sw-out { from { opacity:1; -webkit-transform:rotateY(0deg) } to { opacity: 0; -webkit-transform: rotateY(-90deg) } } @-moz-keyframes dw-sw-out { from { opacity:1; -moz-transform:rotateY(0deg) } to { opacity: 0; -moz-transform: rotateY(-90deg) } } @keyframes dw-sh-in { from { opacity:0; transform:translateX(-100%) } to { opacity: 1; transform: translateX(0) } } @-webkit-keyframes dw-sh-in { from { opacity:0; -webkit-transform:translateX(-100%) } to { opacity: 1; -webkit-transform: translateX(0) } } @-moz-keyframes dw-sh-in { from { opacity:0; -moz-transform:translateX(-100%) } to { opacity: 1; -moz-transform: translateX(0) } } @keyframes dw-sh-out { from { opacity:1; transform:translateX(0) } to { opacity: 0; transform: translateX(100%) } } @-webkit-keyframes dw-sh-out { from { opacity:1; -webkit-transform:translateX(0) } to { opacity: 0; -webkit-transform: translateX(100%) } } @-moz-keyframes dw-sh-out { from { opacity:1; -moz-transform:translateX(0) } to { opacity: 0; -moz-transform: translateX(100%) } } @keyframes dw-sv-in { from { opacity:0; transform:translateY(-100%) } to { opacity: 1; transform: translateY(0) } } @-webkit-keyframes dw-sv-in { from { opacity:0; -webkit-transform:translateY(-100%) } to { opacity: 1; -webkit-transform: translateY(0) } } @-moz-keyframes dw-sv-in { from { opacity:0; -moz-transform:translateY(-100%) } to { opacity: 1; -moz-transform: translateY(0) } } @keyframes dw-sv-out { from { opacity:1; transform:translateY(0) } to { opacity: 0; transform: translateY(100%) } } @-webkit-keyframes dw-sv-out { from { opacity:1; -webkit-transform:translateY(0) } to { opacity: 0; -webkit-transform: translateY(100%) } } @-moz-keyframes dw-sv-out { from { opacity:1; -moz-transform:translateY(0) } to { opacity: 0; -moz-transform: translateY(100%) } } @keyframes dw-sd-in { from { transform:translateY(-100%) } to { transform: translateY(0) } } @-webkit-keyframes dw-sd-in { from { opacity:1; -webkit-transform:translateY(-100%) } to { opacity: 1; -webkit-transform: translateY(0) } } @-moz-keyframes dw-sd-in { from { -moz-transform:translateY(-100%) } to { -moz-transform: translateY(0) } } @keyframes dw-sd-out { from { transform:translateY(0) } to { transform: translateY(-100%) } } @-webkit-keyframes dw-sd-out { from { opacity:1; -webkit-transform:translateY(0) } to { opacity: 1; -webkit-transform: translateY(-100%) } } @-moz-keyframes dw-sd-out { from { -moz-transform:translateY(0) } to { -moz-transform: translateY(-100%) } } @keyframes dw-su-in { from { transform:translateY(100%) } to { transform: translateY(0) } } @-webkit-keyframes dw-su-in { from { opacity:1; -webkit-transform:translateY(100%) } to { opacity: 1; -webkit-transform: translateY(0) } } @-moz-keyframes dw-su-in { from { -moz-transform:translateY(100%) } to { -moz-transform: translateY(0) } } @keyframes dw-su-out { from { transform:translateY(0) } to { transform: translateY(100%) } } @-webkit-keyframes dw-su-out { from { opacity:1; -webkit-transform:translateY(0) } to { opacity: 1; -webkit-transform: translateY(100%) } } @-moz-keyframes dw-su-out { from { -moz-transform:translateY(0) } to { -moz-transform: translateY(100%) } }
0.467818
0.113506
@charset "utf-8"; /*1:1팝업 상품 리스트 출력 파트*/ .product_line{ height:auto; padding: 5px; display: -ms-grid; display: grid; -ms-grid-rows : 70px auto; grid-template-rows:70px auto; -ms-grid-columns: 100%; grid-template-columns:100%; } .aside_title{ font-family: 'Noto Sans KR', sans-serif; font-weight: 500; font-size: 17px; display: flex; flex-direction: row; justify-content: center; align-items: center; -ms-grid-row:1; grid-row: 1; } .aside_view { -ms-grid-row:2; grid-row: 2; } .aside_span { width: 100%; height: 30px; margin-bottom:15px; } .aside_span > ul{ width: 100%; height: auto; } .aside_span > ul > li{ float: left; font-family: 'Noto Sans KR', sans-serif; font-weight: 300; font-size: 14px; height: 30px; line-height: 30px; } .aside_span>ul>li:nth-of-type(1){ width: 20%; text-align: center; } .p_part { width:80px; height:28px; border:1px solid #454952; outline: 0; text-indent:10px; outline:0; background: url('../images/select.svg') no-repeat 99% 50%; appearance: none; } .p_part::-ms-expand{ display:none; } .aside_span>ul>li:nth-of-type(3){ padding-top: 2.5px; } .p_search{ width:200px; height:28px; float: left; margin-left: 3px; margin-right: 3px; border:1px solid #454952; outline: 0; text-indent: 5px; } .p_btn{ width:80px; height:28px; display: flex; flex-direction: row; justify-content: center; align-items: center; border: 0; background-color:#454952; color:white; cursor: pointer; } .p_btn > em{ font-style: normal; } .list_view{ clear:both; width:100%; height:auto; font-family: 'Noto Sans KR', sans-serif; font-weight: 300; font-size: 14px } .list_viewol{ border-top:1px solid #454952; width:100%; height:auto; } .list_viewol>li{ float:left; height:30px; line-height: 30px; text-align:center; font-weight:700; border-bottom:1px solid #ccc; } .list_viewol>li:nth-of-type(1){ width:150px; } .list_viewol>li:nth-of-type(2){ width:300px; } .list_viewol>li:nth-of-type(3){ min-width:120px; } .list_viewol2{ width:100%; height:auto; font-size: 13px; } .list_viewol2>li{ float:left; height:30px; line-height: 30px; text-align:center; border-bottom:1px solid #ccc; } .list_viewol2>li:nth-of-type(1){ width:150px; cursor:pointer; } .list_viewol2>li:nth-of-type(2){ width:300px; text-align: left; } .list_viewol2>li:nth-of-type(3){ min-width:120px; } .list_viewol2>li:nth-of-type(2)>label{ cursor:pointer; height:30px; display: flex; align-items: center; } .pimgs{ width:20px; height:20px; object-fit:cover; margin:2px 5px 0 0; }
shop/css/write.css
@charset "utf-8"; /*1:1팝업 상품 리스트 출력 파트*/ .product_line{ height:auto; padding: 5px; display: -ms-grid; display: grid; -ms-grid-rows : 70px auto; grid-template-rows:70px auto; -ms-grid-columns: 100%; grid-template-columns:100%; } .aside_title{ font-family: 'Noto Sans KR', sans-serif; font-weight: 500; font-size: 17px; display: flex; flex-direction: row; justify-content: center; align-items: center; -ms-grid-row:1; grid-row: 1; } .aside_view { -ms-grid-row:2; grid-row: 2; } .aside_span { width: 100%; height: 30px; margin-bottom:15px; } .aside_span > ul{ width: 100%; height: auto; } .aside_span > ul > li{ float: left; font-family: 'Noto Sans KR', sans-serif; font-weight: 300; font-size: 14px; height: 30px; line-height: 30px; } .aside_span>ul>li:nth-of-type(1){ width: 20%; text-align: center; } .p_part { width:80px; height:28px; border:1px solid #454952; outline: 0; text-indent:10px; outline:0; background: url('../images/select.svg') no-repeat 99% 50%; appearance: none; } .p_part::-ms-expand{ display:none; } .aside_span>ul>li:nth-of-type(3){ padding-top: 2.5px; } .p_search{ width:200px; height:28px; float: left; margin-left: 3px; margin-right: 3px; border:1px solid #454952; outline: 0; text-indent: 5px; } .p_btn{ width:80px; height:28px; display: flex; flex-direction: row; justify-content: center; align-items: center; border: 0; background-color:#454952; color:white; cursor: pointer; } .p_btn > em{ font-style: normal; } .list_view{ clear:both; width:100%; height:auto; font-family: 'Noto Sans KR', sans-serif; font-weight: 300; font-size: 14px } .list_viewol{ border-top:1px solid #454952; width:100%; height:auto; } .list_viewol>li{ float:left; height:30px; line-height: 30px; text-align:center; font-weight:700; border-bottom:1px solid #ccc; } .list_viewol>li:nth-of-type(1){ width:150px; } .list_viewol>li:nth-of-type(2){ width:300px; } .list_viewol>li:nth-of-type(3){ min-width:120px; } .list_viewol2{ width:100%; height:auto; font-size: 13px; } .list_viewol2>li{ float:left; height:30px; line-height: 30px; text-align:center; border-bottom:1px solid #ccc; } .list_viewol2>li:nth-of-type(1){ width:150px; cursor:pointer; } .list_viewol2>li:nth-of-type(2){ width:300px; text-align: left; } .list_viewol2>li:nth-of-type(3){ min-width:120px; } .list_viewol2>li:nth-of-type(2)>label{ cursor:pointer; height:30px; display: flex; align-items: center; } .pimgs{ width:20px; height:20px; object-fit:cover; margin:2px 5px 0 0; }
0.214362
0.107344
/* [Table of contents] */ /* ========================================================================== */ /* ========================================================================== */ /* ## Shortcodes -- Photo Slider -- About Studio -- About Section -- About Studio Tab -- Team Section -- Service Section -- Service Section 1 -- Video Section -- Gallery Section -- Call Out 1 -- Call Out -- Pricing Section -- Recent Blog -- Latest Blog -- Discover Section -- Client -- Contact Section -- Testimonial Section -- Client 1 -- Contact Us -- Portfolio Detail -- Blog Left -- Blogsingle Left -- Error Page ## Responsive -- min-width: 1200 -- min-width: 992 -- min-width: 768 -- max-width: 1200 -- min-width: 992 to max-width: 1199 -- max-width: 991 -- min-width: 768 to max-width: 991 -- max-width: 767 -- max-width: 639 -- max-width: 479 */ /* ## Shortcodes */ /* -- Photo Slider */ .photo-slider { position: relative; } .photo-slider .carousel-control { background-image: none; top: 50%; width: auto; bottom: auto; z-index: 11; opacity: 1; transform: translate(0%, -50%); -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); } .photo-slider .carousel-control.left { left: 15px; } .photo-slider .carousel-control.right { right: 15px; } .photo-slider .carousel-fade .carousel-inner .item { opacity: 0; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; } .photo-slider .carousel-fade .carousel-inner .active { opacity: 1; transform: rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); } .photo-slider .carousel-fade .carousel-inner .active.left, .photo-slider .carousel-fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1; } .photo-slider .carousel-fade .carousel-inner .next.left, .photo-slider .carousel-fade .carousel-inner .prev.right { opacity: 1; } .photo-slider .carousel-fade .carousel-control { z-index: 2; } .photo-slider .item { text-align: center; } .photo-slider .item > img { display: inline-block; } .photo-slider .item::before { background-color: rgba(0, 0, 0, 0.6); bottom: 0; content: ""; display: inline-block; left: 0; position: absolute; right: 0; top: 0; } .photo-slider .carousel-caption { bottom: auto; top: 50%; transform: translate(0%, -50%); -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); } .photo-slider .carousel-caption h5 { font-family: 'Lora', serif; font-weight: 700; font-style: italic; font-size: 14px; color: #fff; margin-bottom: 30px; margin-top: 0; display: inline-block; letter-spacing: 7px; animation-delay: 1s; } .photo-slider .carousel-caption h3 { color: #fff; font-family: 'Montserrat', sans-serif; font-size: 30px; font-weight: 700; margin-top: 0; margin-bottom: 30px; text-shadow: none; letter-spacing: 8.1px; text-transform: uppercase; animation-delay: 2s; } .photo-slider .carousel-caption a { font-size: 12px; color: #fff; text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-weight: 700; text-shadow: none; background-color: #e6ae48; padding: 16px 28px; display: inline-block; letter-spacing: 2.16px; text-decoration: none; animation-delay: 3s; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .photo-slider .carousel-caption a:hover { color: #e6ae48; background-color: #fff; } /* -- About Studio */ .about-section .about-img-box { overflow: hidden; } .about-section .about-content img { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .about-section .about-content:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); } .about-studio .about-content h5 { position: relative; text-transform: uppercase; font-family: 'montserratsemi_bold'; font-size: 20px; margin-top: 0; letter-spacing: 2px; color: #333; padding-bottom: 20px; word-wrap: break-word; } .about-studio .about-content h5::after { content: ""; position: absolute; background-color: #333; width: 34px; height: 2px; bottom: 0; left: 0; } .about-section.about-studio .about-content h3 { font-weight: normal; } .about-studio .about-content p { margin-bottom: 25px; } .about-studio .about-content p span { font-family: 'Lora', serif; font-weight: 700; color: #333; } .about-studio .skill-progress-box { position: relative; } .about-section.about-studio .skill-progress-box h3 { font-size: 11px; position: relative; font-family: 'Raleway', sans-serif; font-weight: 600; margin-top: 8px; color: #000; text-transform: uppercase; margin-bottom: 12px; } .about-studio .skill-progress-box h3 span { padding-left: 8px; } .about-studio .skill-progress-box h3 span::before { content: "-"; padding-right: 3px; } .about-studio .skill-progress-box h3 span::after { content: "%"; padding-left: 3px; } .about-studio .skill-progress-box .progress { height: 8px; margin-bottom: 16px; border-radius: 0; padding: 3px 0 3px 3px; background-color: #efefef; box-shadow: none; } .about-studio .skill-progress-box .progress-bar { background-color: #000; height: 2px; -webkit-transition: all ease 5s; -moz-transition: all ease 5s; -o-transition: all ease 5s; -ms-transition: all ease 5s; transition: all ease 5s; } .about-studio .about-content a { border: 1px solid #e9b85f; display: inline-block; text-decoration: none; font-size: 10px; font-family: 'montserratlight'; margin-top: 18px; letter-spacing: 0.5px; text-transform: uppercase; color: #444; padding: 10px 16px; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .about-studio .about-content a:hover { border: 1px solid #333; color: #e9b85f; } /* -- About Section */ .about-section .about-content h3 { font-family: 'Raleway', sans-serif; font-size: 20px; letter-spacing: 2px; margin-bottom: 18px; color: #333; font-weight: 600; margin-top: 26px; word-wrap: break-word; } .about-section .about-content p { font-family: 'Lora', serif; font-size: 14px; color: #888; letter-spacing: 0.28px; line-height: 26px; } /* -- About Studio Tab */ .about-studio-tab { background-color: #f9f9f9; } .about-studio-tab .about-content h5 { padding-bottom: 15px; } .about-studio-tab .skill-progress-box h3 span::before, .about-studio-tab .skill-progress-box h3 span, .about-studio-tab .skill-progress-box h3 span::after { display: none; } .about-studio-tab .skill-progress-box .progress { margin-bottom: 25px; } .about-studio-tab p.about-studio-content { font-family: 'Lora', serif; font-size: 13px; letter-spacing: 0.39px; color: #999; margin-bottom: 10px; } .about-studio-tab .about-content a { border: none; color: #444; padding: 0; font-weight: 600; } .about-studio-tab .about-content a:hover { color: #e9b85f; border: none; padding-left: 10px; } .about-studio-tab .about-details-tab { text-align: center; } .about-studio-tab .about-details-tab .nav-tabs { border-bottom: none; margin-bottom: 55px; display: inline-block; } .about-studio-tab .about-details-tab .nav > li { margin-right: 15px; } .about-studio-tab .about-details-tab .nav > li > a { border-radius: 0; color: #333; font-family: 'Raleway', sans-serif; font-weight: 600; font-size: 12px; letter-spacing: 2.4px; padding: 8px 62px; text-transform: uppercase; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .about-studio-tab .about-details-tab .nav > li > a:focus, .about-studio-tab .about-details-tab .nav > li > a:hover { background-color: transparent; border-color: #333; } .about-studio-tab .about-details-tab .nav-tabs > li.active > a, .about-studio-tab .about-details-tab .nav-tabs > li.active > a:focus, .about-studio-tab .about-details-tab .nav-tabs > li.active > a:hover { background-color: transparent; border: 1px solid #333; } /* -- Team Section */ .team-section { background-color: #252525; } .team-section .section-header.left-header h3 { color: #fff; } .team-member { position: relative; } .team-social-icon { position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding: 60px 35px; background-color: rgba(0, 0, 0, 0.8); display: inline-block; opacity: 0; transition: opacity ease-out 0.3s; /* vendorless fallback */ -o-transition: opacity ease-out 0.3s; /* opera */ -ms-transition: opacity ease-out 0.3s; /* IE 10 betas, not needed in final build. */ -moz-transition: opacity ease-out 0.3s; /* Firefox */ -webkit-transition: opacity ease-out 0.3s; /*safari and chrome */; } .team-member:hover .team-social-icon { opacity: 1; transition: opacity 2s ease-in; /* vendorless fallback */ -o-transition: opacity 2s ease-in; /* opera */ -ms-transition: opacity 2s ease-in; /* IE 10 betas, not needed in final build. */ -moz-transition: opacity 2s ease-in; /* Firefox */ -webkit-transition: opacity 2s ease-in; /*safari and chrome */; } .team-member:hover .counter-block { opacity: 1; bottom: 0; } .team-section .team-social-icon h3 { font-family: 'Montserrat', sans-serif; font-size: 13px; color: #e6ae48; letter-spacing: 1.3px; text-transform: uppercase; margin-top: 0; position: relative; padding-bottom: 18px; margin-bottom: 15px; } .team-section .team-social-icon h3::after { content: ""; position: absolute; width: 36px; height: 2px; background-color: #5b5b5b; bottom: 0; left: 0; } .team-section .team-social-icon h5 { font-family: 'Lora', serif; font-style: italic; letter-spacing: 1.2px; font-size: 12px; color: #9e9e9e; margin-bottom: 20px; } .team-section .team-social-icon p { font-family: 'Lora', serif; font-weight: 700; font-size: 10px; letter-spacing: 1px; color: #f8f8f8; text-transform: uppercase; line-height: 30px; } .team-section .team-social-icon .social-icons li a { color: #fff; } .counter-block { position: absolute; bottom: 50%; opacity: 0; left: 0; right: 0; -webkit-transition: all 1.3s ease 0s; -moz-transition: all 1.3s ease 0s; -o-transition: all 1.3s ease 0s; transition: all 1.3s ease 0s; } .statistics-box { text-align: center; padding: 10px 30px; } .statistics-box.html-color { background-color: #404040; } .statistics-box.photo-color { background-color: #333; } .statistics-box.illustrator-color { background-color: #262626; } .statistics-box h3 { text-transform: capitalize; font-size: 11px; font-family: 'Lora', serif; display: inline-block; font-style: italic; letter-spacing: 1.32px; color: #fff; margin-bottom: 3px; margin-top: 0; } .statistics-box span { font-family: 'Droid Serif', serif; font-size: 11px; display: block; letter-spacing: 1.32px; color: #fff; font-style: italic; } .statistics-box span::after { content: "%"; } /* -- Common Social Icons*/ .social-icons { list-style: none; padding-left: 0; margin-top: 20px; } .social-icons li { display: inline-block; margin-right: 10px; } .social-icons li a { color: #333; font-size: 13px; height: 33px; width: 33px; line-height: 32px; border-radius: 50px; display: inline-block; border: 1px solid transparent; text-align: center; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .social-icons li a:hover { display: inline-block; height: 33px; width: 33px; line-height: 32px; border-radius: 50px; border: 1px solid #e0aa47; color: #e0aa47; } /* -- Service Section */ .service-section .srv-img { background-position: center; background-repeat: no-repeat; background-size: cover; } .service-section-1.service-section .srv-box { border-bottom: none; border: 1px solid #ececec; padding: 72px 23px 72px; background-color: #f8f8f8; } .service-section-1.service-section .srv-box::after { display: none; } /* -- Service Section 1 */ .service-section-1 { background-color: #f8f8f8; } .service-section-1 .srv-box { text-align: center; background-color: #fff; border-bottom: 3px solid #e6ae48; padding: 52px 23px 60px; position: relative; } .service-section-1 .srv-box::after { border: 1px solid #f6f6f6; bottom: 50px; content: ""; display: inline-block; left: 16px; position: absolute; right: 16px; top: 16px; opacity: 0; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .service-section-1 .srv-box i { min-height: 50px; display: inline-block; } .service-section-1 .srv-box h3 { color: #333; position: relative; padding-top: 18px; font-family: 'montserratsemi_bold'; font-size: 12px; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 1.2px; } .service-section-1 .srv-box h3::after { content: ""; background-color: #333; display: inline-block; width: 34px; height: 2px; top: 0; left: 0; right: 0; margin: 0 auto; position: absolute; } .service-section-1 .srv-box p { font-family: 'Lora', serif; font-size: 13px; font-style: italic; line-height: 24px; margin-bottom: 10px; color: #999; letter-spacing: 1.3px; } .service-section-1 a.read-more { background-color: #e6ae48; color: #fff; font-family: 'montserratsemi_bold'; font-size: 9px; padding: 10px 0; text-transform: uppercase; bottom: 50%; left: 0; margin: 0 auto; letter-spacing: 1.08px; position: absolute; right: 0; text-align: center; text-decoration: none; opacity: 0; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .service-section-1 a.read-more:hover { color: #333; } .service-section-1 .srv-box:hover a.read-more { bottom: 0; z-index: 1; } .service-section-1 .srv-box:hover a.read-more, .service-section-1 .srv-box:hover::after { opacity: 1; } /* -- Video Section */ .video-section { background-image: url("../images/video-bg.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; max-height: 552px; min-height: 552px; text-align: center; } .video-section::before { background-color: rgba(0, 0, 0,0.75); bottom: 0; content: ""; display: inline-block; left: 0; position: absolute; right: 0; top: 0; } .video-section .video-section-content { position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); left: 0; right: 0; margin: 0 auto; } .video-section .video-section-content a { width: 50px; height: 50px; border: 2px solid #fff; border-radius: 100%; display: inline-block; line-height: 48px; font-size: 18px; color: #fff; } .video-section a i { margin-left: 5px; } .video-section .video-section-content h3 { color: #fff; font-family: 'Raleway', sans-serif; font-size: 32px; letter-spacing: 1.6px; font-weight: 500; } .video-section .video-section-content h3 span { font-weight: 700; } /* -- Gallery Section */ .gallery-section .section-header h3 { margin-bottom: 0; } .gallery-section { position: relative; display: inline-block; width: 100%; } .gallery-section .portfolio-categories > a { float: right; margin-left: 15px; padding: 12px 0; } .gallery-section a { color: #e6ae48; text-decoration: none; } .gallery-section .section-header { display: inline-block; } .portfolio-categories ul { padding-left: 0; margin-bottom: 0; display: inline-block; } .portfolio-categories li { display: inline-block; } .portfolio-categories li a { padding: 15px 10px 15px; position: relative; text-decoration: none; display: inline-block; color: #999; font-size: 11px; letter-spacing: 2.2px; text-transform: uppercase; font-family: 'Montserrat', sans-serif; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .portfolio-categories li a.active,.portfolio-categories li a:hover,.portfolio-categories li a:focus { background-color: transparent; color: #333; } .portfolio-categories li a.active:before, .portfolio-categories li a:focus:before, .portfolio-categories li a:hover:before { background-color: transparent; } .portfolio-list { margin-bottom: 0; } .portfolio-list li { list-style: none; width: 25%; } .portfolio-list li img { width: 100%; } .portfolio-list li.wide { width: 50%; } .gallery-section .content-image-block a { text-decoration: none; position: relative; display: inline-block; width: 100%; } .gallery-section .content-image-block a::before, .gallery-section .content-image-block a::before { -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .gallery-section .content-image-block a::before { bottom: 0; background-color: rgba(51,51,51,0.7); content: ""; display: inline-block; position: absolute; top: 0; left: 0; right: 0; transform: scale(0); -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); } .gallery-section .content-image-block a::after { color: #fff; content: "\f0c1"; font-family: 'FontAwesome'; font-size: 25px; margin: 0 auto; position: absolute; left: 50%; top: 50%; text-decoration: none; transform: translate(-50%, -50%) scale(0); -webkit-transform: translate(-50%, -50%) scale(0); -moz-transform: translate(-50%, -50%) scale(0); -ms-transform: translate(-50%, -50%); } .gallery-section .content-image-block a:hover::before { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); } .gallery-section .content-image-block a:hover::after { transform: translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); -moz-transform: translate(-50%, -50%) scale(1); -ms-transform: translate(-50%, -50%) scale(1); } /* -- Gallery Section 1 */ .gallery-section-1 .portfolio-list { margin-left: -5px; margin-right: -5px; } .gallery-section-1 .content-image-block { padding: 5px; } .gallery-section-1 .content-image-block.br-left { border-left: none; } .gallery-section-1 .content-image-block.br-right { border-right: none; } /* -- Call Out */ .call-out { background-color: #252525; padding: 65px 0; color: #fff; } .call-out .call-out-content { padding-left: 80px; padding: 8px 0; vertical-align: middle; } .call-out .call-out-content p { font-family: 'Montserrat', sans-serif; font-size: 14px; letter-spacing: 1.68px; text-transform: uppercase; margin-bottom: 0; position: relative; } .call-out .call-out-content p img { margin-right: 40px; } .call-out .col-md-5 { text-align: right; } .call-out a.learn-more { margin-right: 15px; background-color: transparent; border: 2px solid #fff; padding: 12px 30px; display: inline-block; } .call-out a { text-decoration: none; border-radius: 0; background-color: #e6ae48; padding: 14px 30px; color: #fff; font-family: 'Raleway', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; font-size: 12px; float: right; margin-top: 5px; transition: all 1s ease 0s; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; } .call-out a:hover { background-color: #fff; color: #e6ae48; } .call-out.call-out-1 .call-out-content p { margin-top: 0; text-transform: uppercase; font-family: 'Raleway', sans-serif; font-weight: 500; font-size: 12px; color: #969696; letter-spacing: 1.44px; padding-left: 115px; display: inline-block; width: 100%; position: relative; } .call-out.call-out-1 .call-out-content p img { position: absolute; left: 0; top: -10px; margin-right: 0; } .call-out .call-out-content b { letter-spacing: 2.64px; color: #f8f8f8; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 22px; text-transform: uppercase; margin-bottom: 0; display: block; } .call-out.call-out-1 a { float: none; width: 100%; display: inline-block; padding-left: 27px; padding-right: 27px; } .call-out a { margin-top: 0; } /* -- Pricing Section */ .pricing-section { background-color: #f9f9f9; } .price-box:hover .price-title { background-color: #e6ae48; } .price-box .price-title { background-color: #252525; padding: 46px 60px; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .price-box .price-title i { min-height: 38px; display: inline-block; } .price-box .price-title h5 { font-family: 'Montserrat', sans-serif; font-size: 12px; text-transform: uppercase; color: #f8f8f8; letter-spacing: 1.44px; margin-top: 24px; margin-bottom: 0; word-wrap: break-word; } .price-box .price-content { padding: 34px 60px; border: 1px solid #efefef; border-right: none; } .price-box .price-content:last-child { border-right: 1px solid #efefef; } .price-box .price-content h3 { font-family: 'Droid Serif', serif; font-size: 60px; letter-spacing: 6px; color: #444; margin-bottom: 26px; margin-top: 0; } .price-box .price-content h3 sup { font-size: 20px; font-family: 'montserrathairline'; letter-spacing: 2px; top: -35px; } .price-box .price-content h3 sub { font-size: 24px; font-family: 'montserratlight'; letter-spacing: 2.4px; } .price-box .price-content ul { padding-left: 0; list-style: none; } .price-box .price-content li { margin-bottom: 20px; font-family: 'Raleway', sans-serif; font-weight: 600; font-size: 10px; color: #777; letter-spacing: 1.6px; text-transform: uppercase; word-wrap: break-word; } .price-box .price-content a.sign-in { text-transform: uppercase; font-size: 11px; color: #333; letter-spacing: 0.99px; font-family: 'Montserrat', sans-serif; border: 2px solid #333; padding: 12px 40px; display: inline-block; margin-top: 8px; text-decoration: none; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .price-box .price-content a.sign-in:hover { border-color: #e6ae48; } /* -- Recent Blog */ .recent-blog .entry-cover { position: relative; } .recent-blog .entry-cover img { -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .recent-blog .entry-cover img:hover { opacity: 0.6; } .recent-blog .post-date { background-color: #252525; color: #ffffff; font-size: 20px; height: 86px; padding: 14px; width: 80px; text-align: center; position: relative; } .recent-blog .post-date::before { background-color: #e6ae48; bottom: 0; content: ""; left: 0; display: inline-block; position: absolute; right: 0; margin: 0 auto; top: 50%; height: 1px; width: 40px; margin-top: 8px; } .recent-blog .post-date span { display: block; font-family: 'Droid Serif', serif; font-size: 26px; letter-spacing: 2.08px; } .recent-blog .post-date span:last-child { font-size: 11px; text-transform: uppercase; margin-top: 8px; } .recent-blog .recent-blog-content { position: absolute; bottom: 0; right: 0; } .recent-blog .recent-blog-content > a { display: inline-block; background-color: #e6ae48; font-family: 'Lora', serif; font-size: 10px; text-transform: uppercase; font-weight: 700; color: #fff; text-align: center; padding: 4px 10px; text-decoration: none; } .recent-blog .recent-blog-content > a:hover { color: #252525; } .recent-blog .post-content { background-color: #f9f9f9; text-align: center; padding: 36px 0 28px; } .recent-blog .post-content h3 { font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; font-family: 'Montserrat', sans-serif; margin-top: 0; padding: 0 15px; line-height: 18px; } .recent-blog .post-content h3 a { color: #333; display: inline-block; text-decoration: none; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .recent-blog .post-content h3 a:hover { color: #e6ae48; } .recent-blog .post-content .byline p { color: #999; font-family: 'Lora', serif; font-size: 14px; letter-spacing: 1.4px; font-style: italic; } .recent-blog .post-content .byline a { color: #999; text-decoration: none; } .recent-blog .post-content .byline a:hover { color: #e6ae48; } /* -- Latest Blog */ .latest-blog .recent-blog-content { position: relative; } .latest-blog .post-date { height: 100px; width: 70px; position: absolute; left: 0; top: 0; } .latest-blog .post-date span:last-child { margin-top: 18px; } .latest-blog .post-content { background-color: transparent; padding-bottom: 13px; padding-left: 100px; padding-top: 28px; text-align: left; } .latest-blog .post-content .entry-meta { margin-top: 15px; } .latest-blog .post-content .entry-meta a { margin-right: 20px; font-family: 'Lora', serif; font-style: italic; font-size: 11px; letter-spacing: 1.32px; color: #333; text-decoration: none; display: inline-block; } .latest-blog .post-content .entry-meta a:hover { color: #e6ae48; } .latest-blog .post-content .entry-meta i { display: inline-block; height: 29px; width: 29px; border: 1px solid #333; border-radius: 100%; margin-right: 15px; text-align: center; line-height: 27px; color: #333; } .latest-blog .post-content .entry-content p { font-family: 'Lora', serif; color: #777; text-transform: uppercase; font-size: 11px; letter-spacing: 1.1px; margin-top: 20px; line-height: 28px; } /* -- Discover Section */ .discover-section { background-color: #f5f5f5; } .discover-section .discover-testi-content { background-color: #f5f5f5; text-align: center; position: relative; padding: 123px 30px; } .discover-section .discover-testi-content p { font-family: 'Lora', serif; font-style: italic; color: #666; font-size: 14px; margin-top: 35px; letter-spacing: 0.28px; line-height: 32px; margin-bottom: 22px; } .discover-section .carousel-control { background-image: none; width: auto; top: auto; bottom: 35%; z-index: 11; opacity: 1; color: #ddd; text-shadow: none; position: absolute; margin: 0 auto; } .discover-section .left.carousel-control { right: 80px; } .discover-section .right.carousel-control { left: 80px; } .discover-section .discover-testi-content h3 { font-family: 'Montserrat', sans-serif; font-size: 15px; letter-spacing: 1.2px; color: #333; } .discover-section .discover-testi-content span { font-family: 'Lora', serif; font-style: italic; font-size: 11px; letter-spacing: 0.44px; color: #e8b353; } .discover-section .img-box { background-repeat: no-repeat; background-size: cover; } .discover-section .discover-box { text-align: center; background-color: #f5f5f5; padding: 0 75px; } .discover-section .discover-content { margin: 130px 0; } .discover-section .discover-content h3 { font-family: 'montserratsemi_bold'; font-size: 20px; margin-top: 35px; letter-spacing: 2px; color: #333; margin-bottom: 20px; text-transform: uppercase; word-wrap: break-word; } .discover-section .discover-content p { font-family: 'Lora', serif; font-size: 14px; font-style: italic; letter-spacing: 0.28px; color: #666; margin-bottom: 20px; line-height: 30px; } .discover-section .discover-content a { font-family: 'montserratsemi_bold'; font-size: 12px; color: #fff; display: inline-block; text-transform: uppercase; letter-spacing: 1.2px; background-color: #252525; text-decoration: none; padding: 14px 35px; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .discover-section .discover-content a:hover { background-color: #fff; color: #333; } /* -- Client */ .client { background-color: #252525; padding: 10px 0; } .client .owl-carousel .owl-item img { width: auto; display: inline-block; } .client .clients-carousel .item a { text-align: center; line-height: 180px; width: 100%; display: inline-block; vertical-align: middle; min-height: 180px; max-height: 180px; } /* -- Contact Section */ .contact-section { background-color: #f9f9f9; } .contact-section .section-header { margin-bottom: 50px; } .contact-section .contact-section-content { padding: 140px 125px; } .contact-section .input-group { border-bottom: 2px solid #d1d1d1; } .contact-section .form-control { background-color: #f3f3f3; border: none; border-radius: 0; height: 52px; padding: 6px 25px; font-family: 'Raleway', sans-serif; font-weight: 600; text-transform: uppercase; font-size: 10px; letter-spacing: 2px; } .contact-us.contact-section .form-control { height: auto; padding: 6px 0; } .contact-section .btn { background-color: #e0aa47; border-radius: 0; color: #fff; margin-left: -1px; padding: 15px 25px; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .contact-section .btn:hover { background-color: #333; } .contact-section .form-control:focus { border-color: transparent; box-shadow: none; } .contact-section .form-control::-webkit-input-placeholder { color: #555; } .contact-section .form-control:-moz-placeholder { color: #555; } .contact-section .form-control::-moz-placeholder { color: #555; } .contact-section .form-control:-ms-input-placeholder { color: #555; } /* -- Map */ .map-content { max-width: 335px; display: block; margin: 0 auto; background-color: #fff; height: 260px; position: relative; padding: 13px 30px 13px; } .map-content h3 { font-family: 'montserratsemi_bold'; font-size: 11px; letter-spacing: 1.1px; color: #333; margin-top: 0; margin-bottom: 0; display: inline-block; text-transform: uppercase; position: relative; padding-bottom: 18px; } .map-content h3::after { content: ""; display: inline-block; left: 0; right: 0; bottom: 0; background-color: #e0aa47; position: absolute; height: 2px; width: 32px; } .map-content p { position: relative; z-index: 1; color: #7b7b7b; text-align: left; margin-top: 20px; margin-bottom: 0; padding-left: 40px; font-style: italic; font-family: 'Lora', serif; font-size: 12px; line-height: 24px; letter-spacing: 1.02px; } .map-content p i { position: absolute; width: 24px; left: 0; text-align: center; top: 0; font-size: 20px; color: #949494; } .map-content p a { display: block; text-decoration: none; } .map-content p, .map-content p a { color: #777; } .map-content p a:hover { color: #e0aa47; } /* -- Testimonial Section */ .testimonial-section { background: url("../images/testimonial-bg.jpg") no-repeat center center; -webkit-background-size: cover; background-size: cover; color: #fff; text-align: center; position: relative; } .testimonial-section::before { background-color: rgba(0, 0, 0, 0.851); bottom: 0; content: ""; display: inline-block; left: 0; position: absolute; right: 0; top: 0; } .testimonial-section .carousel-indicators { bottom: -30px; margin-bottom: 0; } .testimonial-section .carousel-indicators li { border-radius: 0; border: none; width: 7px; height: 7px; margin-right: 6px; background-color: #fff; } .testimonial-section .carousel-indicators li.active { background-color: #e8b353; } .testimonial-section .testimonial-content .testimonial-img { display: inline-block; position: relative; } .testimonial-section .testimonial-content img { border-radius: 100%; border: 1px solid #fff; padding: 5px; position: relative; display: inline-block; } .testimonial-section .testimonial-content i { position: absolute; bottom: 0; right: 10px; font-size: 12px; display: inline-block; height: 24px; width: 24px; line-height: 26px; background-color: #e8b353; color: #fff; text-align: center; border-radius: 100%; font-style: italic; } .testimonial-section .testimonial-content h3 { font-family: 'Montserrat', sans-serif; font-size: 15px; letter-spacing: 1.2px; color: #fff; } .testimonial-section .testimonial-content span { font-family: 'Lora', serif; font-style: italic; color: #e8b353; margin-bottom: 18px; display: inline-block; font-size: 12px; letter-spacing: 0.48px; } .testimonial-section .testimonial-content p { font-family: 'Droid Serif', serif; font-style: italic; font-size: 13px; color: #fff; line-height: 32px; padding: 0 16%; } .testimonial-section .carousel-control { background-image: none; top: 50%; width: auto; bottom: auto; z-index: 11; opacity: 1; display: inline-block; height: 38px; width: 38px; line-height: 38px; text-align: center; border-radius: 100%; border: 1px solid #78797a; color: #78797a; transform: translate(0%, -50%); -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); } .testimonial-section .carousel-control:hover { border: 1px solid #fff; } /* -- Client 1 */ .client-1 .owl-carousel .owl-item img { width: auto; display: inline-block; } .client-1 .clients-carousel-1 .item a { text-align: center; line-height: 160px; width: 100%; display: inline-block; min-height: 160px; max-height: 281px; border: 1px solid #ececec; margin-bottom: 10px; opacity: 0.5; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .client-1 .clients-carousel-1 .item a:hover { opacity: 1; } /* -- Contact Us */ .contact-us { background-color: #f9f9f9; } .contact-us .contact-form { padding: 130px; } .contact-us .form-group { margin-bottom: 30px; } .contact-us .form-control { border: none; border-bottom: 1px solid #ddd; border-radius: 0; background-color: transparent; box-shadow: none; font-family: 'Raleway', sans-serif; font-weight: 600; text-transform: uppercase; font-size: 10px; letter-spacing: 2px; } .contact-us .form-control::-webkit-input-placeholder { color: #555; } .contact-us .form-control:-moz-placeholder { color: #555; } .contact-us .form-control::-moz-placeholder { color: #555; } .contact-us .form-control:-ms-input-placeholder { color: #555; } .contact-us .contact-form .form-control:focus { border-color: #e6ae48; box-shadow: none; } .contact-us input[type="submit"] { display: inline-block; padding: 10px 25px; border-radius: 0; font-size: 12px; margin-top: 20px; color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; background-color: #e6ae48; letter-spacing: 2.4px; border: 1px solid #e6ae48; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .contact-us input[type="submit"]:hover { background-color: #fff; color: #e6ae48; } /* - Map */ .map { position: relative; } .map-canvas { width: 100%; display: inline-block; } /* - Alert Msg */ .alert-msg { color: #ccc; margin: 10px 18px; position: relative; text-align: left; z-index: 1; } .alert-msg-success { color: #50B948; } .alert-msg-failure { color: #FF0000; } /* -- Portfolio Detail */ .portfolio-detail .section-padding { padding-bottom: 40px; padding-top: 40px; } .portfolio-detail .portfolio-detail-header { padding: 40px 0 60px; } .portfolio-detail a { color: #333; letter-spacing: 3.15px; font-size: 30px; text-transform: uppercase; font-family: 'radiometryregular'; padding: 0; } .portfolio-detail .pager { text-align: center; margin: 0 auto; } .portfolio-detail .pager li > a { font-size: 23.75px; border: none; background-color: transparent; padding: 0; } .portfolio-detail .pager li > a::after { content: "|"; padding: 0 14px; } .portfolio-detail .pager li:last-child a::after { content: ""; } .portfolio-detail a.close { font-size: 14px; } .portfolio-content { background-color: #fcfcfc; } .portfolio-content .section-title h5 { color: #333333; font-family: "montserratsemi_bold"; font-size: 20px; letter-spacing: 2px; margin-bottom: 20px; padding-bottom: 20px; position: relative; text-transform: uppercase; } .portfolio-content .section-title h5::after { background-color: #333333; bottom: 0; content: ""; height: 2px; left: 0; position: absolute; width: 34px; } .portfolio-content .section-title p { font-family: 'Lora', serif; font-style: italic; color: #9e9e9e; margin-bottom: 68px; letter-spacing: 0.42px; font-size: 14px; line-height: 26px; padding-right: 25%; } .portfolio-content .client-bg { position: relative; margin-bottom: 90px; } .portfolio-content .client-text { background-color: #fff; text-align: left; position: absolute; top: 50%; padding: 15px 35px; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); right: 10%; } .portfolio-content .client-text h3 { display: inline-block; position: relative; margin-bottom: 20px; padding-bottom: 20px; font-family: 'Montserrat', sans-serif; font-size: 14px; letter-spacing: 1.4px; color: #333; text-transform: uppercase; } .portfolio-content .client-text h3::after { background-color: #e6ae48; bottom: 0; content: ""; height: 2px; left: 0; position: absolute; width: 36px; } .portfolio-content .client-text p span { font-family: 'montserratsemi_bold'; letter-spacing: 1.2px; color: #444; font-size: 12px; font-style: normal; } .portfolio-content .client-text p { font-family: 'Lora', serif; font-size: 13px; letter-spacing: 0.52px; color: #999; font-style: italic; line-height: 28px; } .portfolio-content .client-text h2 { font-family: 'Montserrat', sans-serif; font-size: 11px; letter-spacing: 1.32px; color: #666; text-transform: uppercase; } .portfolio-content .client-text h2 span { font-family: 'Lora', serif; color: #999; font-style: italic; text-transform: capitalize; } .social-icons { list-style: none; padding-left: 0; margin-top: 20px; } .social-icons li { display: inline-block; margin-right: 10px; } .social-icons li a { color: #333; font-size: 13px; height: 33px; width: 33px; line-height: 32px; border-radius: 50px; display: inline-block; border: 1px solid transparent; text-align: center; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .social-icons li a:hover { display: inline-block; height: 33px; width: 33px; line-height: 32px; border-radius: 50px; border: 1px solid #e0aa47; color: #e0aa47; } .related-project .section-title h5,.project-description .section-title h5 { font-size: 14px; } .related-project .section-title { padding-left: 15px; } .project-description .description-content p { font-family: 'Lora', serif; font-style: italic; color: #999; margin-bottom: 20px; letter-spacing: 0.42px; font-size: 14px; line-height: 26px; } .project-description .description-content a.launch-project { font-family: 'Montserrat', sans-serif; font-size: 11px; letter-spacing: 1.76px; color: #333; display: inline-block; margin-top: 50px; border: 2px solid #333; padding: 10px 21px; text-decoration: none; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .project-description .description-content a.launch-project:hover { border: 2px solid #e6ae48; color: #e6ae48; } .related-project ul { list-style: none; padding-left: 0; } .related-project ul li { display: inline-block; margin-bottom: 38px; position: relative; } .related-project li a.view-more { font-family: 'Lora', serif; color: #6c6c6c; display: inline-block; font-style: italic; font-size: 12px; letter-spacing: 0.48px; text-transform: capitalize; text-align: center; text-decoration: none; position: relative; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; position: absolute; transform: translate(0%, -50%); -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); top: 50%; left: 15px; right: 15px; text-align: center; } .related-project li a.view-more:hover { color: #e6ae48; } .related-project li a.view-more::after { content: ""; position: absolute; width: 65px; height: 1px; background-color: #333; bottom: 0px; left: 0; right: 0; margin: 0 auto; } /* -- Blog Left */ .blog-left .post-content { padding-left: 90px; } .blog-left .post-content .entry-content p { text-transform: capitalize; font-size: 12px; letter-spacing: 1.2px; margin-top: 15px; } .blog-left .col-xs-6 { margin-bottom: 30px; } .blog-left .type-post:nth-child(2n+1) { clear: both; } /* -- Widget Area */ .blog-left .widget-area .widget { display: inline-block; margin-bottom: 38px; width: 100%; text-align: left; } .blog-left .widget:last-child { margin-bottom: 0; } .blog-left .widget-title { color: #333; font-family: 'montserratsemi_bold'; font-size: 18px; letter-spacing: 1.26px; line-height: 19.98px; margin-bottom: 30px; margin-top: 0; text-transform: uppercase; border-bottom: 1px solid #e1e1e1; padding-bottom: 22px; } /* -- Search Widget */ .blog-left .widget-search { background-color: transparent; } .blog-left .widget-search .input-group { border: 1px solid #ebebeb; } .blog-left .widget-search .input-group .form-control,.blog-left .widget-search .btn-search { height: 42px; border-radius: 0; outline: none; box-shadow: none; border: none; color: #ccc; } .blog-left .widget-search .input-group .form-control { text-transform: capitalize; font-family: 'Lora', serif; font-size: 11px; letter-spacing: 0.66px; padding: 10px 26px; color: #777; background-color: transparent; } .blog-left .widget-search .input-group .input-group-btn i { font-size: 18px; padding-right: 10px; } .blog-left .widget-search .form-control::-webkit-input-placeholder { color: #777; } .blog-left .widget-search .form-control:-moz-placeholder { color: #777; } .blog-left .widget-search .form-control::-moz-placeholder { color: #777; } .blog-left .widget-search .form-control:-ms-input-placeholder { color: #777; } .blog-left .widget-search .btn-search,.blog-left .widget-search .btn-search:focus { background-color: transparent; outline: none; } /* -- Widget Categories */ .blog-left .widget.widget-categories { margin-bottom: 0; } .blog-left .widget-categories ul { padding-left: 0; margin-bottom: 15px; } .blog-left .widget-categories ul li { list-style: none; display: inline-block; width: 100%; margin-bottom: 14px; } .blog-left .widget-categories ul li a { font-size: 14px; color: #777; font-family: 'Lora', serif; text-decoration: none; position: relative; padding-left: 20px; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; } .blog-left .widget-categories li a::before { content: "\f0da"; font-family: 'FontAwesome'; left: 0; position: absolute; top: 0; } .blog-left .widget-categories li span { width: 30px; height: 30px; line-height: 30px; background-color: #f5f5f5; font-size: 10px; font-family: 'Lora', serif; text-align: center; border-radius: 100%; color: #777; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; } .blog-left .widget-categories li a:hover { color: #e6ae48; padding-left: 25px; } .blog-left .widget-categories li a:hover span { background-color: #e6ae48; color: #fff; } .blog-left .widget-categories.widget-archives li a::before { content: ""; } .blog-left .widget-categories.widget-archives ul li a { padding-left: 20px; line-height: 30px; } /* -- Latest Post */ .blog-left .widget-latestposts .widget-title h3 { padding-bottom: 0; } .blog-left .widget-latestposts .latest-content { border-bottom: 1px solid #e1e1e1; display: inline-block; position: relative; width: 100%; margin-bottom: 25px; padding-left: 70px; padding-right: 0; min-height: 72px; } .blog-left .widget-latestposts .latest-content:last-of-type { margin-bottom: 0; border-bottom: none; } .blog-left .widget-latestposts .latest-content > a { left: 0; position: absolute; } .blog-left .widget-latestposts .latest-content img:hover { opacity: 0.5; } .blog-left .widget-latestposts .latest-content h3 { margin: 0; display: inline-block; font-family: 'Lora', serif; font-size: 13px; width: 100%; letter-spacing: 0.52px; } .blog-left .widget-latestposts .latest-content h3 a { color: #333; text-decoration: none; line-height: 20px; } .blog-left .widget-latestposts .latest-content h3 a:hover { color: #e6ae48; } .blog-left .widget-latestposts .latest-content p { font-size: 11px; color: #777; line-height: 20px; display: block; font-family: 'Lora', serif; letter-spacing: 0.77px; display: inline-block; width: 100%; } .blog-left .widget-latestposts .latest-content p span { font-size: 12px; font-weight: 400; font-family: 'PT Sans'; color: #ff0000; float: right; } /* -- Tags */ .blog-left .widget-tag { padding-right: 45px; display: inline-block; } .blog-left .widget-tag > a { font-size: 12px; padding: 6px 10px; margin-bottom: 10px; font-style: italic; margin-right: 3px; display: inline-block; color: #969595; text-decoration: none; text-align: center; font-family: 'Lora', serif; text-transform: capitalize; border: 1px solid #dadada; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .blog-left .widget-tag > a:hover { background-color: #e7b14f; color: #fff; border-color: #e7b14f; } /* -- Blogsingle Left */ .blogsingle-left .post-content .entry-title { font-family: 'montserratsemi_bold'; font-size: 13px; letter-spacing: 0.78px; line-height: 32px; } .blogsingle-left .post-content .entry-meta { margin-bottom: 32px; } .blogsingle-left .post-content .entry-content p { font-family: 'Lora', serif; font-style: italic; font-size: 14px; line-height: 28px; color: #959595; letter-spacing: 1px; margin-bottom: 18px; position: relative; } .blogsingle-left .post-content .entry-content blockquote { border-left: none; background-color: #f9f9f9; padding: 40px 36px 40px 72px; position: relative; font-family: 'Lora', serif; letter-spacing: 0.52px; margin-top: 45px; font-size: 13px; color: #333; margin-bottom: 30px; line-height: 30px; font-style: italic; z-index: 1; } .blogsingle-left .post-content .entry-content blockquote::before { content: ""; position: absolute; bottom: 0; right: 0; border-width: 22px 22px 0 0; border-style: solid; border-color: #dfdfdf #fff; } .blogsingle-left .post-content .entry-content blockquote > i { font-size: 60px; color: #f4f4f4; position: absolute; top: 15px; left: 35px; z-index: -1; } .blogsingle-left .pager { border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; margin: 20px 0 56px 90px; padding: 28px 0; } .blogsingle-left .pager li.previous a,.blogsingle-left .pager li.next a { border: none; background-color: transparent; padding: 0; font-family: 'Raleway', sans-serif; text-transform: uppercase; font-size: 11px; color: #232323; letter-spacing: 1.32px; font-weight: 600; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .blogsingle-left .pager li.previous a:hover,.blogsingle-left .pager li.next a:hover { color: #e7b14f; } .blogsingle-left .pager li.previous i { padding-right: 18px; } .blogsingle-left .pager li.next i { padding-left: 18px; } .blogsingle-left .pager li > a { padding: 3px; background-color: #dfdfdf; } .blogsingle-left .pager li.active > a { background-color: transparent; border-color: #e7b14f; margin: 0 5px; } /* -- Post Comment */ .post-comment h3 { font-family: 'montserratsemi_bold'; font-size: 20px; letter-spacing: 2px; color: #333; margin-bottom: 30px; text-transform: uppercase; display: inline-block; } .post-comment .media { position: relative; overflow: visible; margin-bottom: 22px; } .post-comment .media-object { border-radius: 100%; } .post-comment .media-left { position: absolute; left: 30px; top: 40px; } .post-comment .media-body .media-content { padding: 38px 30px 38px 135px; display: inline-block; border: 1px solid #e9e9e9; } .post-comment .media-body .media-content a { float: right; border: 1px solid #969595; background-color: transparent; color: #969595; font-family: 'Montserrat', sans-serif; font-size: 10px; padding: 5px 12px; letter-spacing: 0.4px; text-decoration: none; text-transform: uppercase; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .post-comment .media-body .media-content a:hover { border-color: #e7b14f; color: #000; } .post-comment .media-body .media-heading { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.56px; color: #333; display: inline-block; } .post-comment .media-body .media-heading span { font-family: 'Montserrat', sans-serif; font-size: 12px; color: #969595; letter-spacing: 0.84px; text-transform: uppercase; font-weight: normal; padding-left: 16px; } .post-comment .media-content > p { font-family: 'Lora', serif; font-size: 14px; color: #959595; display: inline-block; margin-top: 5px; padding-right: 38px; line-height: 26px; } /* -- Comment Form */ .comment-form { margin-top: 60px; } .comment-form .form-group { margin-bottom: 20px; } .comment-form .form-control { padding: 14px 28px; height: auto; outline: none; box-shadow: none; letter-spacing: 1.1px; border-radius: 0; border: 1px solid #ddd; background-color: transparent; position: relative; font-family: 'Lora', serif; font-size: 10px; text-transform: uppercase; } .comment-form .form-control::-webkit-input-placeholder { color: #959595; } .comment-form .form-control:-moz-placeholder { color: #959595; } .comment-form .form-control::-moz-placeholder { color: #959595; } .comment-form .form-control:-ms-input-placeholder { color: #959595; } .comment-form input[type="submit"] { color: #fff; font-size: 14px; width: 100%; font-weight: 500; font-family: 'montserratsemi_bold'; background-color: #e7b14f; border: 1px solid #e7b14f; padding: 11px 64px; text-transform: uppercase; border-radius: 0; margin-top: 12px; letter-spacing: 0.56px; text-decoration: none; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .comment-form input[type="submit"]:hover { color: #e7b14f; background-color: transparent; border: 1px solid #e7b14f; } /* -- Error Page */ .error-page { text-align: center; } /* ========================================================================== */ /* ========================================================================== */ /* [ ## Responsive ] */ /* ========================================================================== */ /* ========================================================================== */ /* -- min-width: 1800 */ @media (min-width: 1800px) { } /* -- min-width: 992 */ @media (min-width: 992px) { /* -- Gallery Section */ .portfolio-categories { float: right; } .portfolio-categories ul { float: left; } /* -- Discover Section */ .discover-section .img-box img { display: none; } } /* -- max-width: 1200px */ @media (max-width: 1200px) { /* -- Photo Slider */ .photo-slider .carousel-caption h3 { font-size: 20px; } /* -- Pricing Section */ .price-box .price-title { padding: 46px 30px; } .price-box .price-content h3 { font-size: 40px; } .price-box .price-content h3 sub { font-size: 14px; } .price-box .price-content li { letter-spacing: 1px; } .price-box .price-content a.sign-in { padding: 15px 25px; } /* -- Latest Blog */ .latest-blog .post-content h3 { font-size: 11px; } .latest-blog .post-content .entry-meta a { margin-right: 10px; } .latest-blog .post-content .entry-meta i { margin-right: 5px; } /* -- Contact Section */ .contact-section .contact-section-content { padding: 50px; } .map-canvas-1 { height: 425px; } /* -- Contact Us */ .contact-us .contact-form { padding: 50px; } /* -- Blog Left */ .blog-left .post-content { padding-left: 80px; padding-top: 20px; } .blog-left .post-content .entry-meta a { margin-right: 0; } .blog-left .post-content .entry-content p { margin-top: 8px; } /* -- Blogsingle Left */ .blogsingle-left .post-content .entry-title { line-height: 24px; } .blogsingle-left .post-content { padding-left: 100px; } } /* -- min-width: 1201 to max-width: 1366 */ @media only screen and (min-width: 1201px) and (max-width: 1366px) { /* -- Photo Slider */ .photo-slider .carousel-caption h3 { font-size: 30px; } /* -- Contact Section */ .contact-section .contact-section-content { padding: 140px 50px; } /* -- Discover Section */ .discover-section .carousel-control { bottom: 33%; } .discover-section .discover-testi-content { padding: 133px 30px; } } /* -- min-width: 1200 to max-width: 1366 */ @media only screen and (min-width: 1200px) and (max-width: 1366px) { /* -- Service Section */ .service-section .srv-box { padding: 50px 23px; } } /* -- min-width: 992 to max-width: 1199 */ @media only screen and (min-width: 992px) and (max-width: 1199px) { /* -- Photo Slider */ .photo-slider .carousel-caption h5 { margin-bottom: 20px; } /* -- Team Section */ .team-social-icon { padding: 30px; } .team-section .team-social-icon p { line-height: 24px; } .team-section .social-icons { margin-top: 12px; } .statistics-box { padding: 10px 15px; } /* -- Service Section */ .service-section .col-md-4 { width: 50%; } .service-section .srv-box { padding: 30px 22px; } /* -- Call Out */ .call-out.call-out-1 a { padding-left: 15px; padding-right: 15px; font-size: 10px; } .discover-section .carousel-control { bottom: 30%; } } /* -- max-width: 991 */ @media (max-width: 991px) { /* -- Team Section */ .team-member { margin-bottom: 30px; } /* -- About Section */ .about-section .about-content { margin-bottom: 30px; } /* -- About Studio */ .about-studio .col-sm-6.col-xs-6:nth-child(2n+1) { clear: left; } /* -- Service Section */ .service-section { background-image: none; } .service-section .srv-img { display: block; text-align: center; } .service-section .col-md-7.col-sm-7.col-xs-7 { width: 100%; display: block; } .service-section .srv-box { margin-bottom: 0; } /* -- Gallery Section */ .gallery-section .section-header { margin-bottom: 40px; width: 100%; } .portfolio-categories { float: left; margin-bottom: 20px; width: 100%; } .gallery-section .portfolio-categories > a { float: left; margin-left: 0; margin-right: 15px; } .portfolio-categories > ul { float: right; } /* -- Call Out 1 */ .call-out-1 a { padding: 11px; } /* -- Call Out */ .call-out:not(.call-out-1), .call-out .col-md-5 { text-align: center; } .call-out a { float: none; display: inline-block; margin-top: 20px; margin-left: 10px; margin-right: 10px; } .call-out.call-out-1 a { width: auto; } /* -- Pricing Section */ .price-box .price-title { padding: 46px 50px; } .price-box { margin-bottom: 30px; } /* -- Latest Blog */ .latest-blog .post-content { padding-left: 0; padding-top: 15px; } .latest-blog .post-content h3 { padding-left: 80px; line-height: 22px; } .latest-blog .post-date { height: 60px; width: 60px; padding: 8px; } .latest-blog .post-date::before { top: 43%; } .latest-blog .post-date span { font-size: 15px; } .latest-blog .post-date span:last-child { margin-top: 8px; } .latest-blog .post-content .entry-meta a { margin-right: 5px; margin-bottom: 5px; } /* -- Discover Section */ .discover-section { background-image: none; } .discover-section .img-box { display: block; } .discover-section .col-sm-4.col-xs-4.testi-box { width: 100%; } .discover-section .col-sm-4.col-xs-4.img-box { width: 100%; text-align: center; } .discover-section .col-sm-4.col-xs-4.discover-box { width: 100%; } /* -- Contact Section */ .contact-section .col-sm-6.col-xs-6.contact-section-content, .contact-section .col-sm-6.col-xs-6.map.container-fluid { width: 100%; } /* -- Testimonial Section */ .testimonial-section .testimonial-content i { left: 8%; top: 22%; } /* -- Contact Us */ .contact-form.col-sm-6.col-xs-6, .contact-us .col-sm-6.col-xs-6.map { width: 100%; } /* -- Portfolio Detail */ .portfolio-content .client-text { right: 0; } /* -- Blog Left */ .blog-left .post-content h3 { line-height: 18px; } .blog-left .post-content { padding-left: 0; padding-top: 6px; } .blog-left .post-content .entry-meta i { border: none; margin-right: 0; height: 19px; width: 19px; line-height: 19px; } /* -- Blogsingle Left */ .blogsingle-left .post-content { padding-left: 0; } .blog-left .post-content .entry-meta i { border: 1px solid #333; margin-right: 10px; height: 29px; width: 29px; line-height: 29px; } .blogsingle-left .pager { margin: 20px 0 56px; } } /* -- min-width: 768 to max-width: 991 */ @media only screen and (min-width: 768px) and (max-width: 991px) { .about-section.about-studio .skill-progress-box h3 { font-size: 9px; } } /* -- min-width: 480 to max-width: 767 */ @media only screen and (min-width: 480px) and (max-width: 991px) { .portfolio-categories { position: relative; } .gallery-section .portfolio-categories > a { position: absolute; right: 15px; top: -100px; } .portfolio-categories > ul { text-align: center; width: 100%; } } /* -- max-width: 767 */ @media (max-width: 767px) { /* -- About Studio */ .about-studio .about-content { margin-bottom: 35px; } /* -- Team Section */ .team-social-icon { padding: 25px 30px; } .team-section .team-social-icon p { line-height: 22px; } .team-section .social-icons { margin-top: 10px; } .statistics-box { padding: 10px 12px; } /* -- Gallery Section */ .portfolio-list li { width: 50%; } .portfolio-list li.wide { width: 100%; } /* -- Gallery Section 1 */ .gallery-section-1 .content-image-block.br-left, .gallery-section-1 .content-image-block.br-right { border: 5px solid #fff; } /* -- Call Out 1 */ .call-out-1 .col-md-7.col-sm-7.col-xs-12 { text-align: center; margin-bottom: 30px; } .call-out-1 .col-md-5 { text-align: center; } /* -- Call Out */ .call-out .call-out-content h5 { font-size: 10px; } .call-out .call-out-content p { font-size: 15px; } /* -- Latest Blog */ .latest-blog .post-content .entry-meta i { border: none; margin-right: -2px; font-size: 10px; } .latest-blog .post-content .entry-meta a { margin-right: -4px; } /* -- Portfolio Detail */ .portfolio-detail a.close { margin-top: 10px; } .portfolio-content .client-text { padding: 0 15px; } .portfolio-content .client-text h3 { margin-top: 5px; } .related-project li a.view-more { left: 15px; right: 15px; } .col-xs-6.project-description { width: 100%; margin-bottom: 30px; } /* -- Blog Left */ .blog-left .post-content .entry-meta { margin-top: 30px; } /* -- Blogsingle Left */ .comment-form { margin-bottom: 30px; } } /* -- max-width: 639 */ @media (max-width: 639px) { /* -- Photo Slider */ .photo-slider .carousel-caption h5 { margin-bottom: 15px; } .photo-slider .carousel-caption h3 { font-size: 20px; } .photo-slider .carousel-caption a { padding: 10px 24px; } /* -- About Studio Tab */ .about-studio-tab .col-xs-6.text-left { width: 100%; } .about-studio-tab .about-details-tab .nav > li > a { padding: 8px 25px; } /* -- Team Section */ .team-section .col-xs-6 { width: 100%; text-align: center; } .team-section .team-social-icon { text-align: left; padding: 35px; } .team-section .team-social-icon p { line-height: 30px; } .team-section .social-icons { margin-top: 20px; } .team-section .team-member { max-width: 370px; display: block; margin: 0 auto 30px; } /* -- Service Section 1 */ .service-section-1 .col-xs-6 { width: 100%; } .service-section-1 .srv-box { max-width: 400px; display: block; margin: 0 auto 30px; } /* -- Gallery Section */ .gallery-section .portfolio-categories > a { margin-right: 0; } .portfolio-categories li a { padding: 15px 7px; } .gallery-section .portfolio-categories > a { padding: 12px 0; } /* -- Call Out */ .call-out .col-xs-8 { width: 100%; margin-bottom: 40px; } .call-out .col-xs-4 { width: 100%; } /* -- Pricing Section */ .pricing-section .col-xs-6 { width: 100%; } .price-box { max-width: 370px; display: block; text-align: center; margin: 0 auto 30px; } /* -- Latest Blog */ .latest-blog .entry-cover { max-width: 570px; margin: 0 auto; display: block; } .latest-blog .col-xs-6 { width: 100%; } .latest-blog .post-content h3 { padding-left: 90px; } .latest-blog .post-content .entry-meta { margin-top: 30px; text-align: center; } .latest-blog .post-content .entry-meta a { margin-right: 5px; } .latest-blog .post-content .entry-meta i { border: 1px solid #333; margin-right: 5px; } .latest-blog .post-content .entry-content { text-align: center; } /* -- Testimonial Section */ .testimonial-section .testimonial-content i { left: 10%; top: 18%; } /* -- Portfolio Detail */ .portfolio-detail a { font-size: 20px; } .portfolio-detail .pager li > a { font-size: 14px; } .portfolio-detail a.close { margin-top: 5px; } .portfolio-content .client-text h3 { margin-top: 10px; } .portfolio-content .client-text { position: relative; transform: none; } .client-text.col-xs-6 { width: 100%; display: inline-block; margin-bottom: 30px; } /* -- Blog Left */ .blog-left .entry-cover { max-width: 405px; margin: 0 auto; display: block; } .blog-left .col-xs-6 { width: 100%; } .blog-left .post-content { max-width: 405px; margin: 0 auto; } .blog-left .post-content h3 { padding-left: 90px; } .blog-left .post-content .entry-meta i { border: 1px solid #333; margin-right: 5px; height: 25px; width: 25px; line-height: 25px; } /* -- Blogsingle Left */ .blogsingle-left .entry-cover { max-width: 850px; } .blogsingle-left .post-content { max-width: 850px; margin: 0 auto; } .blogsingle-left .post-content h3 { padding-left: 80px; } .blogsingle-left .post-content .entry-title { padding-right: 0; } .post-comment .media-body .media-heading { width: 100%; margin-bottom: 15px; } .post-comment .media-body .media-content a { float: none; display: inline-block; margin-bottom: 10px; } } /* -- max-width: 479 */ @media (max-width: 479px) { /* -- Photo Slider */ .photo-slider .carousel-caption h5 { font-size: 13px; letter-spacing: 4px; margin-bottom: 8px; } .photo-slider .carousel-caption h3 { font-size: 14px; letter-spacing: 5px; margin-bottom: 12px; } /* -- About Section */ .about-section .col-xs-6 { width: 100%; } .about-studio .about-content { max-width: 370px; display: block; margin: 0 auto 35px; } /* -- About Studio Tab */ .about-studio-tab .about-details-tab .nav > li { margin-right: 8px; } .about-studio-tab .about-details-tab .nav > li > a { padding: 8px 8px; } /* -- Team Section */ .team-section .team-social-icon p { line-height: 20px; } .team-section .social-icons { margin-top: 10px; } /* -- Gallery Section */ .portfolio-list li { width: 100%; } .gallery-section .portfolio-categories > a { padding: 12px 0; width: 25px; display: block; margin-left: auto; margin-right: auto; float: none; text-align: center; } /* -- Recent Blog */ .recent-blog .post-content h3 { padding: 0 10px; } /* -- Latest Blog */ .latest-blog .post-content h3 { padding-left: 80px; } .latest-blog .post-content .entry-meta a { display: block; text-align: left; margin-top: 10px; } .latest-blog .post-content .entry-content { text-align: left; } /* -- Discover Section */ .discover-section .discover-testi-content { padding: 80px 40px; } .discover-section .discover-box { padding: 0 40px; } .discover-section .carousel-control { bottom: 27%; } /* -- Contact Section */ .contact-section .contact-section-content { padding: 20px; } .contact-section .form-control { height: 42px; } .contact-section .btn { padding: 10px 15px; } /* -- Testimonial Section */ .testimonial-section .testimonial-content i { left: 16%; top: 14%; } /* -- Portfolio Detail */ .portfolio-detail-header .col-xs-4.text-left { width: 100%; text-align: center; margin-bottom: 20px; } .portfolio-detail-header a.navbar-brand { float: none; } .portfolio-detail-header .col-xs-4.text-center { width: 50%; } .related-project .col-md-4.col-sm-6.col-xs-4 { width: 50%; } /* -- Blog Left */ .blog-left .post-content .entry-meta { /*margin-top: 50px;*/; } .blog-left .post-content .entry-meta a { display: inline-block; } .blog-left .post-content .entry-content { text-align: center; } /* -- Blogsingle Left */ .blog-left .post-content .entry-meta i { border: none; margin-right: 5px; height: 12px; width: 12px; line-height: 12px; } .post-comment .media-left { left: 5px; top: 10px; } .post-comment .media-body .media-content { padding: 25px 20px 21px 100px; } .post-comment .media-body .media-heading { font-size: 12px; } .post-comment .media-body .media-heading span { display: block; padding-left: 0; margin-top: 5px; } }
css/shortcode.css
/* [Table of contents] */ /* ========================================================================== */ /* ========================================================================== */ /* ## Shortcodes -- Photo Slider -- About Studio -- About Section -- About Studio Tab -- Team Section -- Service Section -- Service Section 1 -- Video Section -- Gallery Section -- Call Out 1 -- Call Out -- Pricing Section -- Recent Blog -- Latest Blog -- Discover Section -- Client -- Contact Section -- Testimonial Section -- Client 1 -- Contact Us -- Portfolio Detail -- Blog Left -- Blogsingle Left -- Error Page ## Responsive -- min-width: 1200 -- min-width: 992 -- min-width: 768 -- max-width: 1200 -- min-width: 992 to max-width: 1199 -- max-width: 991 -- min-width: 768 to max-width: 991 -- max-width: 767 -- max-width: 639 -- max-width: 479 */ /* ## Shortcodes */ /* -- Photo Slider */ .photo-slider { position: relative; } .photo-slider .carousel-control { background-image: none; top: 50%; width: auto; bottom: auto; z-index: 11; opacity: 1; transform: translate(0%, -50%); -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); } .photo-slider .carousel-control.left { left: 15px; } .photo-slider .carousel-control.right { right: 15px; } .photo-slider .carousel-fade .carousel-inner .item { opacity: 0; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; } .photo-slider .carousel-fade .carousel-inner .active { opacity: 1; transform: rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); } .photo-slider .carousel-fade .carousel-inner .active.left, .photo-slider .carousel-fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1; } .photo-slider .carousel-fade .carousel-inner .next.left, .photo-slider .carousel-fade .carousel-inner .prev.right { opacity: 1; } .photo-slider .carousel-fade .carousel-control { z-index: 2; } .photo-slider .item { text-align: center; } .photo-slider .item > img { display: inline-block; } .photo-slider .item::before { background-color: rgba(0, 0, 0, 0.6); bottom: 0; content: ""; display: inline-block; left: 0; position: absolute; right: 0; top: 0; } .photo-slider .carousel-caption { bottom: auto; top: 50%; transform: translate(0%, -50%); -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); } .photo-slider .carousel-caption h5 { font-family: 'Lora', serif; font-weight: 700; font-style: italic; font-size: 14px; color: #fff; margin-bottom: 30px; margin-top: 0; display: inline-block; letter-spacing: 7px; animation-delay: 1s; } .photo-slider .carousel-caption h3 { color: #fff; font-family: 'Montserrat', sans-serif; font-size: 30px; font-weight: 700; margin-top: 0; margin-bottom: 30px; text-shadow: none; letter-spacing: 8.1px; text-transform: uppercase; animation-delay: 2s; } .photo-slider .carousel-caption a { font-size: 12px; color: #fff; text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-weight: 700; text-shadow: none; background-color: #e6ae48; padding: 16px 28px; display: inline-block; letter-spacing: 2.16px; text-decoration: none; animation-delay: 3s; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .photo-slider .carousel-caption a:hover { color: #e6ae48; background-color: #fff; } /* -- About Studio */ .about-section .about-img-box { overflow: hidden; } .about-section .about-content img { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .about-section .about-content:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); } .about-studio .about-content h5 { position: relative; text-transform: uppercase; font-family: 'montserratsemi_bold'; font-size: 20px; margin-top: 0; letter-spacing: 2px; color: #333; padding-bottom: 20px; word-wrap: break-word; } .about-studio .about-content h5::after { content: ""; position: absolute; background-color: #333; width: 34px; height: 2px; bottom: 0; left: 0; } .about-section.about-studio .about-content h3 { font-weight: normal; } .about-studio .about-content p { margin-bottom: 25px; } .about-studio .about-content p span { font-family: 'Lora', serif; font-weight: 700; color: #333; } .about-studio .skill-progress-box { position: relative; } .about-section.about-studio .skill-progress-box h3 { font-size: 11px; position: relative; font-family: 'Raleway', sans-serif; font-weight: 600; margin-top: 8px; color: #000; text-transform: uppercase; margin-bottom: 12px; } .about-studio .skill-progress-box h3 span { padding-left: 8px; } .about-studio .skill-progress-box h3 span::before { content: "-"; padding-right: 3px; } .about-studio .skill-progress-box h3 span::after { content: "%"; padding-left: 3px; } .about-studio .skill-progress-box .progress { height: 8px; margin-bottom: 16px; border-radius: 0; padding: 3px 0 3px 3px; background-color: #efefef; box-shadow: none; } .about-studio .skill-progress-box .progress-bar { background-color: #000; height: 2px; -webkit-transition: all ease 5s; -moz-transition: all ease 5s; -o-transition: all ease 5s; -ms-transition: all ease 5s; transition: all ease 5s; } .about-studio .about-content a { border: 1px solid #e9b85f; display: inline-block; text-decoration: none; font-size: 10px; font-family: 'montserratlight'; margin-top: 18px; letter-spacing: 0.5px; text-transform: uppercase; color: #444; padding: 10px 16px; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .about-studio .about-content a:hover { border: 1px solid #333; color: #e9b85f; } /* -- About Section */ .about-section .about-content h3 { font-family: 'Raleway', sans-serif; font-size: 20px; letter-spacing: 2px; margin-bottom: 18px; color: #333; font-weight: 600; margin-top: 26px; word-wrap: break-word; } .about-section .about-content p { font-family: 'Lora', serif; font-size: 14px; color: #888; letter-spacing: 0.28px; line-height: 26px; } /* -- About Studio Tab */ .about-studio-tab { background-color: #f9f9f9; } .about-studio-tab .about-content h5 { padding-bottom: 15px; } .about-studio-tab .skill-progress-box h3 span::before, .about-studio-tab .skill-progress-box h3 span, .about-studio-tab .skill-progress-box h3 span::after { display: none; } .about-studio-tab .skill-progress-box .progress { margin-bottom: 25px; } .about-studio-tab p.about-studio-content { font-family: 'Lora', serif; font-size: 13px; letter-spacing: 0.39px; color: #999; margin-bottom: 10px; } .about-studio-tab .about-content a { border: none; color: #444; padding: 0; font-weight: 600; } .about-studio-tab .about-content a:hover { color: #e9b85f; border: none; padding-left: 10px; } .about-studio-tab .about-details-tab { text-align: center; } .about-studio-tab .about-details-tab .nav-tabs { border-bottom: none; margin-bottom: 55px; display: inline-block; } .about-studio-tab .about-details-tab .nav > li { margin-right: 15px; } .about-studio-tab .about-details-tab .nav > li > a { border-radius: 0; color: #333; font-family: 'Raleway', sans-serif; font-weight: 600; font-size: 12px; letter-spacing: 2.4px; padding: 8px 62px; text-transform: uppercase; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .about-studio-tab .about-details-tab .nav > li > a:focus, .about-studio-tab .about-details-tab .nav > li > a:hover { background-color: transparent; border-color: #333; } .about-studio-tab .about-details-tab .nav-tabs > li.active > a, .about-studio-tab .about-details-tab .nav-tabs > li.active > a:focus, .about-studio-tab .about-details-tab .nav-tabs > li.active > a:hover { background-color: transparent; border: 1px solid #333; } /* -- Team Section */ .team-section { background-color: #252525; } .team-section .section-header.left-header h3 { color: #fff; } .team-member { position: relative; } .team-social-icon { position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding: 60px 35px; background-color: rgba(0, 0, 0, 0.8); display: inline-block; opacity: 0; transition: opacity ease-out 0.3s; /* vendorless fallback */ -o-transition: opacity ease-out 0.3s; /* opera */ -ms-transition: opacity ease-out 0.3s; /* IE 10 betas, not needed in final build. */ -moz-transition: opacity ease-out 0.3s; /* Firefox */ -webkit-transition: opacity ease-out 0.3s; /*safari and chrome */; } .team-member:hover .team-social-icon { opacity: 1; transition: opacity 2s ease-in; /* vendorless fallback */ -o-transition: opacity 2s ease-in; /* opera */ -ms-transition: opacity 2s ease-in; /* IE 10 betas, not needed in final build. */ -moz-transition: opacity 2s ease-in; /* Firefox */ -webkit-transition: opacity 2s ease-in; /*safari and chrome */; } .team-member:hover .counter-block { opacity: 1; bottom: 0; } .team-section .team-social-icon h3 { font-family: 'Montserrat', sans-serif; font-size: 13px; color: #e6ae48; letter-spacing: 1.3px; text-transform: uppercase; margin-top: 0; position: relative; padding-bottom: 18px; margin-bottom: 15px; } .team-section .team-social-icon h3::after { content: ""; position: absolute; width: 36px; height: 2px; background-color: #5b5b5b; bottom: 0; left: 0; } .team-section .team-social-icon h5 { font-family: 'Lora', serif; font-style: italic; letter-spacing: 1.2px; font-size: 12px; color: #9e9e9e; margin-bottom: 20px; } .team-section .team-social-icon p { font-family: 'Lora', serif; font-weight: 700; font-size: 10px; letter-spacing: 1px; color: #f8f8f8; text-transform: uppercase; line-height: 30px; } .team-section .team-social-icon .social-icons li a { color: #fff; } .counter-block { position: absolute; bottom: 50%; opacity: 0; left: 0; right: 0; -webkit-transition: all 1.3s ease 0s; -moz-transition: all 1.3s ease 0s; -o-transition: all 1.3s ease 0s; transition: all 1.3s ease 0s; } .statistics-box { text-align: center; padding: 10px 30px; } .statistics-box.html-color { background-color: #404040; } .statistics-box.photo-color { background-color: #333; } .statistics-box.illustrator-color { background-color: #262626; } .statistics-box h3 { text-transform: capitalize; font-size: 11px; font-family: 'Lora', serif; display: inline-block; font-style: italic; letter-spacing: 1.32px; color: #fff; margin-bottom: 3px; margin-top: 0; } .statistics-box span { font-family: 'Droid Serif', serif; font-size: 11px; display: block; letter-spacing: 1.32px; color: #fff; font-style: italic; } .statistics-box span::after { content: "%"; } /* -- Common Social Icons*/ .social-icons { list-style: none; padding-left: 0; margin-top: 20px; } .social-icons li { display: inline-block; margin-right: 10px; } .social-icons li a { color: #333; font-size: 13px; height: 33px; width: 33px; line-height: 32px; border-radius: 50px; display: inline-block; border: 1px solid transparent; text-align: center; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .social-icons li a:hover { display: inline-block; height: 33px; width: 33px; line-height: 32px; border-radius: 50px; border: 1px solid #e0aa47; color: #e0aa47; } /* -- Service Section */ .service-section .srv-img { background-position: center; background-repeat: no-repeat; background-size: cover; } .service-section-1.service-section .srv-box { border-bottom: none; border: 1px solid #ececec; padding: 72px 23px 72px; background-color: #f8f8f8; } .service-section-1.service-section .srv-box::after { display: none; } /* -- Service Section 1 */ .service-section-1 { background-color: #f8f8f8; } .service-section-1 .srv-box { text-align: center; background-color: #fff; border-bottom: 3px solid #e6ae48; padding: 52px 23px 60px; position: relative; } .service-section-1 .srv-box::after { border: 1px solid #f6f6f6; bottom: 50px; content: ""; display: inline-block; left: 16px; position: absolute; right: 16px; top: 16px; opacity: 0; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .service-section-1 .srv-box i { min-height: 50px; display: inline-block; } .service-section-1 .srv-box h3 { color: #333; position: relative; padding-top: 18px; font-family: 'montserratsemi_bold'; font-size: 12px; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 1.2px; } .service-section-1 .srv-box h3::after { content: ""; background-color: #333; display: inline-block; width: 34px; height: 2px; top: 0; left: 0; right: 0; margin: 0 auto; position: absolute; } .service-section-1 .srv-box p { font-family: 'Lora', serif; font-size: 13px; font-style: italic; line-height: 24px; margin-bottom: 10px; color: #999; letter-spacing: 1.3px; } .service-section-1 a.read-more { background-color: #e6ae48; color: #fff; font-family: 'montserratsemi_bold'; font-size: 9px; padding: 10px 0; text-transform: uppercase; bottom: 50%; left: 0; margin: 0 auto; letter-spacing: 1.08px; position: absolute; right: 0; text-align: center; text-decoration: none; opacity: 0; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .service-section-1 a.read-more:hover { color: #333; } .service-section-1 .srv-box:hover a.read-more { bottom: 0; z-index: 1; } .service-section-1 .srv-box:hover a.read-more, .service-section-1 .srv-box:hover::after { opacity: 1; } /* -- Video Section */ .video-section { background-image: url("../images/video-bg.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; max-height: 552px; min-height: 552px; text-align: center; } .video-section::before { background-color: rgba(0, 0, 0,0.75); bottom: 0; content: ""; display: inline-block; left: 0; position: absolute; right: 0; top: 0; } .video-section .video-section-content { position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); left: 0; right: 0; margin: 0 auto; } .video-section .video-section-content a { width: 50px; height: 50px; border: 2px solid #fff; border-radius: 100%; display: inline-block; line-height: 48px; font-size: 18px; color: #fff; } .video-section a i { margin-left: 5px; } .video-section .video-section-content h3 { color: #fff; font-family: 'Raleway', sans-serif; font-size: 32px; letter-spacing: 1.6px; font-weight: 500; } .video-section .video-section-content h3 span { font-weight: 700; } /* -- Gallery Section */ .gallery-section .section-header h3 { margin-bottom: 0; } .gallery-section { position: relative; display: inline-block; width: 100%; } .gallery-section .portfolio-categories > a { float: right; margin-left: 15px; padding: 12px 0; } .gallery-section a { color: #e6ae48; text-decoration: none; } .gallery-section .section-header { display: inline-block; } .portfolio-categories ul { padding-left: 0; margin-bottom: 0; display: inline-block; } .portfolio-categories li { display: inline-block; } .portfolio-categories li a { padding: 15px 10px 15px; position: relative; text-decoration: none; display: inline-block; color: #999; font-size: 11px; letter-spacing: 2.2px; text-transform: uppercase; font-family: 'Montserrat', sans-serif; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .portfolio-categories li a.active,.portfolio-categories li a:hover,.portfolio-categories li a:focus { background-color: transparent; color: #333; } .portfolio-categories li a.active:before, .portfolio-categories li a:focus:before, .portfolio-categories li a:hover:before { background-color: transparent; } .portfolio-list { margin-bottom: 0; } .portfolio-list li { list-style: none; width: 25%; } .portfolio-list li img { width: 100%; } .portfolio-list li.wide { width: 50%; } .gallery-section .content-image-block a { text-decoration: none; position: relative; display: inline-block; width: 100%; } .gallery-section .content-image-block a::before, .gallery-section .content-image-block a::before { -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .gallery-section .content-image-block a::before { bottom: 0; background-color: rgba(51,51,51,0.7); content: ""; display: inline-block; position: absolute; top: 0; left: 0; right: 0; transform: scale(0); -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); } .gallery-section .content-image-block a::after { color: #fff; content: "\f0c1"; font-family: 'FontAwesome'; font-size: 25px; margin: 0 auto; position: absolute; left: 50%; top: 50%; text-decoration: none; transform: translate(-50%, -50%) scale(0); -webkit-transform: translate(-50%, -50%) scale(0); -moz-transform: translate(-50%, -50%) scale(0); -ms-transform: translate(-50%, -50%); } .gallery-section .content-image-block a:hover::before { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); } .gallery-section .content-image-block a:hover::after { transform: translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); -moz-transform: translate(-50%, -50%) scale(1); -ms-transform: translate(-50%, -50%) scale(1); } /* -- Gallery Section 1 */ .gallery-section-1 .portfolio-list { margin-left: -5px; margin-right: -5px; } .gallery-section-1 .content-image-block { padding: 5px; } .gallery-section-1 .content-image-block.br-left { border-left: none; } .gallery-section-1 .content-image-block.br-right { border-right: none; } /* -- Call Out */ .call-out { background-color: #252525; padding: 65px 0; color: #fff; } .call-out .call-out-content { padding-left: 80px; padding: 8px 0; vertical-align: middle; } .call-out .call-out-content p { font-family: 'Montserrat', sans-serif; font-size: 14px; letter-spacing: 1.68px; text-transform: uppercase; margin-bottom: 0; position: relative; } .call-out .call-out-content p img { margin-right: 40px; } .call-out .col-md-5 { text-align: right; } .call-out a.learn-more { margin-right: 15px; background-color: transparent; border: 2px solid #fff; padding: 12px 30px; display: inline-block; } .call-out a { text-decoration: none; border-radius: 0; background-color: #e6ae48; padding: 14px 30px; color: #fff; font-family: 'Raleway', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; font-size: 12px; float: right; margin-top: 5px; transition: all 1s ease 0s; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; } .call-out a:hover { background-color: #fff; color: #e6ae48; } .call-out.call-out-1 .call-out-content p { margin-top: 0; text-transform: uppercase; font-family: 'Raleway', sans-serif; font-weight: 500; font-size: 12px; color: #969696; letter-spacing: 1.44px; padding-left: 115px; display: inline-block; width: 100%; position: relative; } .call-out.call-out-1 .call-out-content p img { position: absolute; left: 0; top: -10px; margin-right: 0; } .call-out .call-out-content b { letter-spacing: 2.64px; color: #f8f8f8; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 22px; text-transform: uppercase; margin-bottom: 0; display: block; } .call-out.call-out-1 a { float: none; width: 100%; display: inline-block; padding-left: 27px; padding-right: 27px; } .call-out a { margin-top: 0; } /* -- Pricing Section */ .pricing-section { background-color: #f9f9f9; } .price-box:hover .price-title { background-color: #e6ae48; } .price-box .price-title { background-color: #252525; padding: 46px 60px; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .price-box .price-title i { min-height: 38px; display: inline-block; } .price-box .price-title h5 { font-family: 'Montserrat', sans-serif; font-size: 12px; text-transform: uppercase; color: #f8f8f8; letter-spacing: 1.44px; margin-top: 24px; margin-bottom: 0; word-wrap: break-word; } .price-box .price-content { padding: 34px 60px; border: 1px solid #efefef; border-right: none; } .price-box .price-content:last-child { border-right: 1px solid #efefef; } .price-box .price-content h3 { font-family: 'Droid Serif', serif; font-size: 60px; letter-spacing: 6px; color: #444; margin-bottom: 26px; margin-top: 0; } .price-box .price-content h3 sup { font-size: 20px; font-family: 'montserrathairline'; letter-spacing: 2px; top: -35px; } .price-box .price-content h3 sub { font-size: 24px; font-family: 'montserratlight'; letter-spacing: 2.4px; } .price-box .price-content ul { padding-left: 0; list-style: none; } .price-box .price-content li { margin-bottom: 20px; font-family: 'Raleway', sans-serif; font-weight: 600; font-size: 10px; color: #777; letter-spacing: 1.6px; text-transform: uppercase; word-wrap: break-word; } .price-box .price-content a.sign-in { text-transform: uppercase; font-size: 11px; color: #333; letter-spacing: 0.99px; font-family: 'Montserrat', sans-serif; border: 2px solid #333; padding: 12px 40px; display: inline-block; margin-top: 8px; text-decoration: none; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .price-box .price-content a.sign-in:hover { border-color: #e6ae48; } /* -- Recent Blog */ .recent-blog .entry-cover { position: relative; } .recent-blog .entry-cover img { -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .recent-blog .entry-cover img:hover { opacity: 0.6; } .recent-blog .post-date { background-color: #252525; color: #ffffff; font-size: 20px; height: 86px; padding: 14px; width: 80px; text-align: center; position: relative; } .recent-blog .post-date::before { background-color: #e6ae48; bottom: 0; content: ""; left: 0; display: inline-block; position: absolute; right: 0; margin: 0 auto; top: 50%; height: 1px; width: 40px; margin-top: 8px; } .recent-blog .post-date span { display: block; font-family: 'Droid Serif', serif; font-size: 26px; letter-spacing: 2.08px; } .recent-blog .post-date span:last-child { font-size: 11px; text-transform: uppercase; margin-top: 8px; } .recent-blog .recent-blog-content { position: absolute; bottom: 0; right: 0; } .recent-blog .recent-blog-content > a { display: inline-block; background-color: #e6ae48; font-family: 'Lora', serif; font-size: 10px; text-transform: uppercase; font-weight: 700; color: #fff; text-align: center; padding: 4px 10px; text-decoration: none; } .recent-blog .recent-blog-content > a:hover { color: #252525; } .recent-blog .post-content { background-color: #f9f9f9; text-align: center; padding: 36px 0 28px; } .recent-blog .post-content h3 { font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; font-family: 'Montserrat', sans-serif; margin-top: 0; padding: 0 15px; line-height: 18px; } .recent-blog .post-content h3 a { color: #333; display: inline-block; text-decoration: none; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .recent-blog .post-content h3 a:hover { color: #e6ae48; } .recent-blog .post-content .byline p { color: #999; font-family: 'Lora', serif; font-size: 14px; letter-spacing: 1.4px; font-style: italic; } .recent-blog .post-content .byline a { color: #999; text-decoration: none; } .recent-blog .post-content .byline a:hover { color: #e6ae48; } /* -- Latest Blog */ .latest-blog .recent-blog-content { position: relative; } .latest-blog .post-date { height: 100px; width: 70px; position: absolute; left: 0; top: 0; } .latest-blog .post-date span:last-child { margin-top: 18px; } .latest-blog .post-content { background-color: transparent; padding-bottom: 13px; padding-left: 100px; padding-top: 28px; text-align: left; } .latest-blog .post-content .entry-meta { margin-top: 15px; } .latest-blog .post-content .entry-meta a { margin-right: 20px; font-family: 'Lora', serif; font-style: italic; font-size: 11px; letter-spacing: 1.32px; color: #333; text-decoration: none; display: inline-block; } .latest-blog .post-content .entry-meta a:hover { color: #e6ae48; } .latest-blog .post-content .entry-meta i { display: inline-block; height: 29px; width: 29px; border: 1px solid #333; border-radius: 100%; margin-right: 15px; text-align: center; line-height: 27px; color: #333; } .latest-blog .post-content .entry-content p { font-family: 'Lora', serif; color: #777; text-transform: uppercase; font-size: 11px; letter-spacing: 1.1px; margin-top: 20px; line-height: 28px; } /* -- Discover Section */ .discover-section { background-color: #f5f5f5; } .discover-section .discover-testi-content { background-color: #f5f5f5; text-align: center; position: relative; padding: 123px 30px; } .discover-section .discover-testi-content p { font-family: 'Lora', serif; font-style: italic; color: #666; font-size: 14px; margin-top: 35px; letter-spacing: 0.28px; line-height: 32px; margin-bottom: 22px; } .discover-section .carousel-control { background-image: none; width: auto; top: auto; bottom: 35%; z-index: 11; opacity: 1; color: #ddd; text-shadow: none; position: absolute; margin: 0 auto; } .discover-section .left.carousel-control { right: 80px; } .discover-section .right.carousel-control { left: 80px; } .discover-section .discover-testi-content h3 { font-family: 'Montserrat', sans-serif; font-size: 15px; letter-spacing: 1.2px; color: #333; } .discover-section .discover-testi-content span { font-family: 'Lora', serif; font-style: italic; font-size: 11px; letter-spacing: 0.44px; color: #e8b353; } .discover-section .img-box { background-repeat: no-repeat; background-size: cover; } .discover-section .discover-box { text-align: center; background-color: #f5f5f5; padding: 0 75px; } .discover-section .discover-content { margin: 130px 0; } .discover-section .discover-content h3 { font-family: 'montserratsemi_bold'; font-size: 20px; margin-top: 35px; letter-spacing: 2px; color: #333; margin-bottom: 20px; text-transform: uppercase; word-wrap: break-word; } .discover-section .discover-content p { font-family: 'Lora', serif; font-size: 14px; font-style: italic; letter-spacing: 0.28px; color: #666; margin-bottom: 20px; line-height: 30px; } .discover-section .discover-content a { font-family: 'montserratsemi_bold'; font-size: 12px; color: #fff; display: inline-block; text-transform: uppercase; letter-spacing: 1.2px; background-color: #252525; text-decoration: none; padding: 14px 35px; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .discover-section .discover-content a:hover { background-color: #fff; color: #333; } /* -- Client */ .client { background-color: #252525; padding: 10px 0; } .client .owl-carousel .owl-item img { width: auto; display: inline-block; } .client .clients-carousel .item a { text-align: center; line-height: 180px; width: 100%; display: inline-block; vertical-align: middle; min-height: 180px; max-height: 180px; } /* -- Contact Section */ .contact-section { background-color: #f9f9f9; } .contact-section .section-header { margin-bottom: 50px; } .contact-section .contact-section-content { padding: 140px 125px; } .contact-section .input-group { border-bottom: 2px solid #d1d1d1; } .contact-section .form-control { background-color: #f3f3f3; border: none; border-radius: 0; height: 52px; padding: 6px 25px; font-family: 'Raleway', sans-serif; font-weight: 600; text-transform: uppercase; font-size: 10px; letter-spacing: 2px; } .contact-us.contact-section .form-control { height: auto; padding: 6px 0; } .contact-section .btn { background-color: #e0aa47; border-radius: 0; color: #fff; margin-left: -1px; padding: 15px 25px; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .contact-section .btn:hover { background-color: #333; } .contact-section .form-control:focus { border-color: transparent; box-shadow: none; } .contact-section .form-control::-webkit-input-placeholder { color: #555; } .contact-section .form-control:-moz-placeholder { color: #555; } .contact-section .form-control::-moz-placeholder { color: #555; } .contact-section .form-control:-ms-input-placeholder { color: #555; } /* -- Map */ .map-content { max-width: 335px; display: block; margin: 0 auto; background-color: #fff; height: 260px; position: relative; padding: 13px 30px 13px; } .map-content h3 { font-family: 'montserratsemi_bold'; font-size: 11px; letter-spacing: 1.1px; color: #333; margin-top: 0; margin-bottom: 0; display: inline-block; text-transform: uppercase; position: relative; padding-bottom: 18px; } .map-content h3::after { content: ""; display: inline-block; left: 0; right: 0; bottom: 0; background-color: #e0aa47; position: absolute; height: 2px; width: 32px; } .map-content p { position: relative; z-index: 1; color: #7b7b7b; text-align: left; margin-top: 20px; margin-bottom: 0; padding-left: 40px; font-style: italic; font-family: 'Lora', serif; font-size: 12px; line-height: 24px; letter-spacing: 1.02px; } .map-content p i { position: absolute; width: 24px; left: 0; text-align: center; top: 0; font-size: 20px; color: #949494; } .map-content p a { display: block; text-decoration: none; } .map-content p, .map-content p a { color: #777; } .map-content p a:hover { color: #e0aa47; } /* -- Testimonial Section */ .testimonial-section { background: url("../images/testimonial-bg.jpg") no-repeat center center; -webkit-background-size: cover; background-size: cover; color: #fff; text-align: center; position: relative; } .testimonial-section::before { background-color: rgba(0, 0, 0, 0.851); bottom: 0; content: ""; display: inline-block; left: 0; position: absolute; right: 0; top: 0; } .testimonial-section .carousel-indicators { bottom: -30px; margin-bottom: 0; } .testimonial-section .carousel-indicators li { border-radius: 0; border: none; width: 7px; height: 7px; margin-right: 6px; background-color: #fff; } .testimonial-section .carousel-indicators li.active { background-color: #e8b353; } .testimonial-section .testimonial-content .testimonial-img { display: inline-block; position: relative; } .testimonial-section .testimonial-content img { border-radius: 100%; border: 1px solid #fff; padding: 5px; position: relative; display: inline-block; } .testimonial-section .testimonial-content i { position: absolute; bottom: 0; right: 10px; font-size: 12px; display: inline-block; height: 24px; width: 24px; line-height: 26px; background-color: #e8b353; color: #fff; text-align: center; border-radius: 100%; font-style: italic; } .testimonial-section .testimonial-content h3 { font-family: 'Montserrat', sans-serif; font-size: 15px; letter-spacing: 1.2px; color: #fff; } .testimonial-section .testimonial-content span { font-family: 'Lora', serif; font-style: italic; color: #e8b353; margin-bottom: 18px; display: inline-block; font-size: 12px; letter-spacing: 0.48px; } .testimonial-section .testimonial-content p { font-family: 'Droid Serif', serif; font-style: italic; font-size: 13px; color: #fff; line-height: 32px; padding: 0 16%; } .testimonial-section .carousel-control { background-image: none; top: 50%; width: auto; bottom: auto; z-index: 11; opacity: 1; display: inline-block; height: 38px; width: 38px; line-height: 38px; text-align: center; border-radius: 100%; border: 1px solid #78797a; color: #78797a; transform: translate(0%, -50%); -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); } .testimonial-section .carousel-control:hover { border: 1px solid #fff; } /* -- Client 1 */ .client-1 .owl-carousel .owl-item img { width: auto; display: inline-block; } .client-1 .clients-carousel-1 .item a { text-align: center; line-height: 160px; width: 100%; display: inline-block; min-height: 160px; max-height: 281px; border: 1px solid #ececec; margin-bottom: 10px; opacity: 0.5; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .client-1 .clients-carousel-1 .item a:hover { opacity: 1; } /* -- Contact Us */ .contact-us { background-color: #f9f9f9; } .contact-us .contact-form { padding: 130px; } .contact-us .form-group { margin-bottom: 30px; } .contact-us .form-control { border: none; border-bottom: 1px solid #ddd; border-radius: 0; background-color: transparent; box-shadow: none; font-family: 'Raleway', sans-serif; font-weight: 600; text-transform: uppercase; font-size: 10px; letter-spacing: 2px; } .contact-us .form-control::-webkit-input-placeholder { color: #555; } .contact-us .form-control:-moz-placeholder { color: #555; } .contact-us .form-control::-moz-placeholder { color: #555; } .contact-us .form-control:-ms-input-placeholder { color: #555; } .contact-us .contact-form .form-control:focus { border-color: #e6ae48; box-shadow: none; } .contact-us input[type="submit"] { display: inline-block; padding: 10px 25px; border-radius: 0; font-size: 12px; margin-top: 20px; color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; background-color: #e6ae48; letter-spacing: 2.4px; border: 1px solid #e6ae48; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .contact-us input[type="submit"]:hover { background-color: #fff; color: #e6ae48; } /* - Map */ .map { position: relative; } .map-canvas { width: 100%; display: inline-block; } /* - Alert Msg */ .alert-msg { color: #ccc; margin: 10px 18px; position: relative; text-align: left; z-index: 1; } .alert-msg-success { color: #50B948; } .alert-msg-failure { color: #FF0000; } /* -- Portfolio Detail */ .portfolio-detail .section-padding { padding-bottom: 40px; padding-top: 40px; } .portfolio-detail .portfolio-detail-header { padding: 40px 0 60px; } .portfolio-detail a { color: #333; letter-spacing: 3.15px; font-size: 30px; text-transform: uppercase; font-family: 'radiometryregular'; padding: 0; } .portfolio-detail .pager { text-align: center; margin: 0 auto; } .portfolio-detail .pager li > a { font-size: 23.75px; border: none; background-color: transparent; padding: 0; } .portfolio-detail .pager li > a::after { content: "|"; padding: 0 14px; } .portfolio-detail .pager li:last-child a::after { content: ""; } .portfolio-detail a.close { font-size: 14px; } .portfolio-content { background-color: #fcfcfc; } .portfolio-content .section-title h5 { color: #333333; font-family: "montserratsemi_bold"; font-size: 20px; letter-spacing: 2px; margin-bottom: 20px; padding-bottom: 20px; position: relative; text-transform: uppercase; } .portfolio-content .section-title h5::after { background-color: #333333; bottom: 0; content: ""; height: 2px; left: 0; position: absolute; width: 34px; } .portfolio-content .section-title p { font-family: 'Lora', serif; font-style: italic; color: #9e9e9e; margin-bottom: 68px; letter-spacing: 0.42px; font-size: 14px; line-height: 26px; padding-right: 25%; } .portfolio-content .client-bg { position: relative; margin-bottom: 90px; } .portfolio-content .client-text { background-color: #fff; text-align: left; position: absolute; top: 50%; padding: 15px 35px; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); right: 10%; } .portfolio-content .client-text h3 { display: inline-block; position: relative; margin-bottom: 20px; padding-bottom: 20px; font-family: 'Montserrat', sans-serif; font-size: 14px; letter-spacing: 1.4px; color: #333; text-transform: uppercase; } .portfolio-content .client-text h3::after { background-color: #e6ae48; bottom: 0; content: ""; height: 2px; left: 0; position: absolute; width: 36px; } .portfolio-content .client-text p span { font-family: 'montserratsemi_bold'; letter-spacing: 1.2px; color: #444; font-size: 12px; font-style: normal; } .portfolio-content .client-text p { font-family: 'Lora', serif; font-size: 13px; letter-spacing: 0.52px; color: #999; font-style: italic; line-height: 28px; } .portfolio-content .client-text h2 { font-family: 'Montserrat', sans-serif; font-size: 11px; letter-spacing: 1.32px; color: #666; text-transform: uppercase; } .portfolio-content .client-text h2 span { font-family: 'Lora', serif; color: #999; font-style: italic; text-transform: capitalize; } .social-icons { list-style: none; padding-left: 0; margin-top: 20px; } .social-icons li { display: inline-block; margin-right: 10px; } .social-icons li a { color: #333; font-size: 13px; height: 33px; width: 33px; line-height: 32px; border-radius: 50px; display: inline-block; border: 1px solid transparent; text-align: center; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .social-icons li a:hover { display: inline-block; height: 33px; width: 33px; line-height: 32px; border-radius: 50px; border: 1px solid #e0aa47; color: #e0aa47; } .related-project .section-title h5,.project-description .section-title h5 { font-size: 14px; } .related-project .section-title { padding-left: 15px; } .project-description .description-content p { font-family: 'Lora', serif; font-style: italic; color: #999; margin-bottom: 20px; letter-spacing: 0.42px; font-size: 14px; line-height: 26px; } .project-description .description-content a.launch-project { font-family: 'Montserrat', sans-serif; font-size: 11px; letter-spacing: 1.76px; color: #333; display: inline-block; margin-top: 50px; border: 2px solid #333; padding: 10px 21px; text-decoration: none; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .project-description .description-content a.launch-project:hover { border: 2px solid #e6ae48; color: #e6ae48; } .related-project ul { list-style: none; padding-left: 0; } .related-project ul li { display: inline-block; margin-bottom: 38px; position: relative; } .related-project li a.view-more { font-family: 'Lora', serif; color: #6c6c6c; display: inline-block; font-style: italic; font-size: 12px; letter-spacing: 0.48px; text-transform: capitalize; text-align: center; text-decoration: none; position: relative; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; position: absolute; transform: translate(0%, -50%); -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); top: 50%; left: 15px; right: 15px; text-align: center; } .related-project li a.view-more:hover { color: #e6ae48; } .related-project li a.view-more::after { content: ""; position: absolute; width: 65px; height: 1px; background-color: #333; bottom: 0px; left: 0; right: 0; margin: 0 auto; } /* -- Blog Left */ .blog-left .post-content { padding-left: 90px; } .blog-left .post-content .entry-content p { text-transform: capitalize; font-size: 12px; letter-spacing: 1.2px; margin-top: 15px; } .blog-left .col-xs-6 { margin-bottom: 30px; } .blog-left .type-post:nth-child(2n+1) { clear: both; } /* -- Widget Area */ .blog-left .widget-area .widget { display: inline-block; margin-bottom: 38px; width: 100%; text-align: left; } .blog-left .widget:last-child { margin-bottom: 0; } .blog-left .widget-title { color: #333; font-family: 'montserratsemi_bold'; font-size: 18px; letter-spacing: 1.26px; line-height: 19.98px; margin-bottom: 30px; margin-top: 0; text-transform: uppercase; border-bottom: 1px solid #e1e1e1; padding-bottom: 22px; } /* -- Search Widget */ .blog-left .widget-search { background-color: transparent; } .blog-left .widget-search .input-group { border: 1px solid #ebebeb; } .blog-left .widget-search .input-group .form-control,.blog-left .widget-search .btn-search { height: 42px; border-radius: 0; outline: none; box-shadow: none; border: none; color: #ccc; } .blog-left .widget-search .input-group .form-control { text-transform: capitalize; font-family: 'Lora', serif; font-size: 11px; letter-spacing: 0.66px; padding: 10px 26px; color: #777; background-color: transparent; } .blog-left .widget-search .input-group .input-group-btn i { font-size: 18px; padding-right: 10px; } .blog-left .widget-search .form-control::-webkit-input-placeholder { color: #777; } .blog-left .widget-search .form-control:-moz-placeholder { color: #777; } .blog-left .widget-search .form-control::-moz-placeholder { color: #777; } .blog-left .widget-search .form-control:-ms-input-placeholder { color: #777; } .blog-left .widget-search .btn-search,.blog-left .widget-search .btn-search:focus { background-color: transparent; outline: none; } /* -- Widget Categories */ .blog-left .widget.widget-categories { margin-bottom: 0; } .blog-left .widget-categories ul { padding-left: 0; margin-bottom: 15px; } .blog-left .widget-categories ul li { list-style: none; display: inline-block; width: 100%; margin-bottom: 14px; } .blog-left .widget-categories ul li a { font-size: 14px; color: #777; font-family: 'Lora', serif; text-decoration: none; position: relative; padding-left: 20px; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; } .blog-left .widget-categories li a::before { content: "\f0da"; font-family: 'FontAwesome'; left: 0; position: absolute; top: 0; } .blog-left .widget-categories li span { width: 30px; height: 30px; line-height: 30px; background-color: #f5f5f5; font-size: 10px; font-family: 'Lora', serif; text-align: center; border-radius: 100%; color: #777; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s; } .blog-left .widget-categories li a:hover { color: #e6ae48; padding-left: 25px; } .blog-left .widget-categories li a:hover span { background-color: #e6ae48; color: #fff; } .blog-left .widget-categories.widget-archives li a::before { content: ""; } .blog-left .widget-categories.widget-archives ul li a { padding-left: 20px; line-height: 30px; } /* -- Latest Post */ .blog-left .widget-latestposts .widget-title h3 { padding-bottom: 0; } .blog-left .widget-latestposts .latest-content { border-bottom: 1px solid #e1e1e1; display: inline-block; position: relative; width: 100%; margin-bottom: 25px; padding-left: 70px; padding-right: 0; min-height: 72px; } .blog-left .widget-latestposts .latest-content:last-of-type { margin-bottom: 0; border-bottom: none; } .blog-left .widget-latestposts .latest-content > a { left: 0; position: absolute; } .blog-left .widget-latestposts .latest-content img:hover { opacity: 0.5; } .blog-left .widget-latestposts .latest-content h3 { margin: 0; display: inline-block; font-family: 'Lora', serif; font-size: 13px; width: 100%; letter-spacing: 0.52px; } .blog-left .widget-latestposts .latest-content h3 a { color: #333; text-decoration: none; line-height: 20px; } .blog-left .widget-latestposts .latest-content h3 a:hover { color: #e6ae48; } .blog-left .widget-latestposts .latest-content p { font-size: 11px; color: #777; line-height: 20px; display: block; font-family: 'Lora', serif; letter-spacing: 0.77px; display: inline-block; width: 100%; } .blog-left .widget-latestposts .latest-content p span { font-size: 12px; font-weight: 400; font-family: 'PT Sans'; color: #ff0000; float: right; } /* -- Tags */ .blog-left .widget-tag { padding-right: 45px; display: inline-block; } .blog-left .widget-tag > a { font-size: 12px; padding: 6px 10px; margin-bottom: 10px; font-style: italic; margin-right: 3px; display: inline-block; color: #969595; text-decoration: none; text-align: center; font-family: 'Lora', serif; text-transform: capitalize; border: 1px solid #dadada; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .blog-left .widget-tag > a:hover { background-color: #e7b14f; color: #fff; border-color: #e7b14f; } /* -- Blogsingle Left */ .blogsingle-left .post-content .entry-title { font-family: 'montserratsemi_bold'; font-size: 13px; letter-spacing: 0.78px; line-height: 32px; } .blogsingle-left .post-content .entry-meta { margin-bottom: 32px; } .blogsingle-left .post-content .entry-content p { font-family: 'Lora', serif; font-style: italic; font-size: 14px; line-height: 28px; color: #959595; letter-spacing: 1px; margin-bottom: 18px; position: relative; } .blogsingle-left .post-content .entry-content blockquote { border-left: none; background-color: #f9f9f9; padding: 40px 36px 40px 72px; position: relative; font-family: 'Lora', serif; letter-spacing: 0.52px; margin-top: 45px; font-size: 13px; color: #333; margin-bottom: 30px; line-height: 30px; font-style: italic; z-index: 1; } .blogsingle-left .post-content .entry-content blockquote::before { content: ""; position: absolute; bottom: 0; right: 0; border-width: 22px 22px 0 0; border-style: solid; border-color: #dfdfdf #fff; } .blogsingle-left .post-content .entry-content blockquote > i { font-size: 60px; color: #f4f4f4; position: absolute; top: 15px; left: 35px; z-index: -1; } .blogsingle-left .pager { border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; margin: 20px 0 56px 90px; padding: 28px 0; } .blogsingle-left .pager li.previous a,.blogsingle-left .pager li.next a { border: none; background-color: transparent; padding: 0; font-family: 'Raleway', sans-serif; text-transform: uppercase; font-size: 11px; color: #232323; letter-spacing: 1.32px; font-weight: 600; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .blogsingle-left .pager li.previous a:hover,.blogsingle-left .pager li.next a:hover { color: #e7b14f; } .blogsingle-left .pager li.previous i { padding-right: 18px; } .blogsingle-left .pager li.next i { padding-left: 18px; } .blogsingle-left .pager li > a { padding: 3px; background-color: #dfdfdf; } .blogsingle-left .pager li.active > a { background-color: transparent; border-color: #e7b14f; margin: 0 5px; } /* -- Post Comment */ .post-comment h3 { font-family: 'montserratsemi_bold'; font-size: 20px; letter-spacing: 2px; color: #333; margin-bottom: 30px; text-transform: uppercase; display: inline-block; } .post-comment .media { position: relative; overflow: visible; margin-bottom: 22px; } .post-comment .media-object { border-radius: 100%; } .post-comment .media-left { position: absolute; left: 30px; top: 40px; } .post-comment .media-body .media-content { padding: 38px 30px 38px 135px; display: inline-block; border: 1px solid #e9e9e9; } .post-comment .media-body .media-content a { float: right; border: 1px solid #969595; background-color: transparent; color: #969595; font-family: 'Montserrat', sans-serif; font-size: 10px; padding: 5px 12px; letter-spacing: 0.4px; text-decoration: none; text-transform: uppercase; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .post-comment .media-body .media-content a:hover { border-color: #e7b14f; color: #000; } .post-comment .media-body .media-heading { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.56px; color: #333; display: inline-block; } .post-comment .media-body .media-heading span { font-family: 'Montserrat', sans-serif; font-size: 12px; color: #969595; letter-spacing: 0.84px; text-transform: uppercase; font-weight: normal; padding-left: 16px; } .post-comment .media-content > p { font-family: 'Lora', serif; font-size: 14px; color: #959595; display: inline-block; margin-top: 5px; padding-right: 38px; line-height: 26px; } /* -- Comment Form */ .comment-form { margin-top: 60px; } .comment-form .form-group { margin-bottom: 20px; } .comment-form .form-control { padding: 14px 28px; height: auto; outline: none; box-shadow: none; letter-spacing: 1.1px; border-radius: 0; border: 1px solid #ddd; background-color: transparent; position: relative; font-family: 'Lora', serif; font-size: 10px; text-transform: uppercase; } .comment-form .form-control::-webkit-input-placeholder { color: #959595; } .comment-form .form-control:-moz-placeholder { color: #959595; } .comment-form .form-control::-moz-placeholder { color: #959595; } .comment-form .form-control:-ms-input-placeholder { color: #959595; } .comment-form input[type="submit"] { color: #fff; font-size: 14px; width: 100%; font-weight: 500; font-family: 'montserratsemi_bold'; background-color: #e7b14f; border: 1px solid #e7b14f; padding: 11px 64px; text-transform: uppercase; border-radius: 0; margin-top: 12px; letter-spacing: 0.56px; text-decoration: none; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; } .comment-form input[type="submit"]:hover { color: #e7b14f; background-color: transparent; border: 1px solid #e7b14f; } /* -- Error Page */ .error-page { text-align: center; } /* ========================================================================== */ /* ========================================================================== */ /* [ ## Responsive ] */ /* ========================================================================== */ /* ========================================================================== */ /* -- min-width: 1800 */ @media (min-width: 1800px) { } /* -- min-width: 992 */ @media (min-width: 992px) { /* -- Gallery Section */ .portfolio-categories { float: right; } .portfolio-categories ul { float: left; } /* -- Discover Section */ .discover-section .img-box img { display: none; } } /* -- max-width: 1200px */ @media (max-width: 1200px) { /* -- Photo Slider */ .photo-slider .carousel-caption h3 { font-size: 20px; } /* -- Pricing Section */ .price-box .price-title { padding: 46px 30px; } .price-box .price-content h3 { font-size: 40px; } .price-box .price-content h3 sub { font-size: 14px; } .price-box .price-content li { letter-spacing: 1px; } .price-box .price-content a.sign-in { padding: 15px 25px; } /* -- Latest Blog */ .latest-blog .post-content h3 { font-size: 11px; } .latest-blog .post-content .entry-meta a { margin-right: 10px; } .latest-blog .post-content .entry-meta i { margin-right: 5px; } /* -- Contact Section */ .contact-section .contact-section-content { padding: 50px; } .map-canvas-1 { height: 425px; } /* -- Contact Us */ .contact-us .contact-form { padding: 50px; } /* -- Blog Left */ .blog-left .post-content { padding-left: 80px; padding-top: 20px; } .blog-left .post-content .entry-meta a { margin-right: 0; } .blog-left .post-content .entry-content p { margin-top: 8px; } /* -- Blogsingle Left */ .blogsingle-left .post-content .entry-title { line-height: 24px; } .blogsingle-left .post-content { padding-left: 100px; } } /* -- min-width: 1201 to max-width: 1366 */ @media only screen and (min-width: 1201px) and (max-width: 1366px) { /* -- Photo Slider */ .photo-slider .carousel-caption h3 { font-size: 30px; } /* -- Contact Section */ .contact-section .contact-section-content { padding: 140px 50px; } /* -- Discover Section */ .discover-section .carousel-control { bottom: 33%; } .discover-section .discover-testi-content { padding: 133px 30px; } } /* -- min-width: 1200 to max-width: 1366 */ @media only screen and (min-width: 1200px) and (max-width: 1366px) { /* -- Service Section */ .service-section .srv-box { padding: 50px 23px; } } /* -- min-width: 992 to max-width: 1199 */ @media only screen and (min-width: 992px) and (max-width: 1199px) { /* -- Photo Slider */ .photo-slider .carousel-caption h5 { margin-bottom: 20px; } /* -- Team Section */ .team-social-icon { padding: 30px; } .team-section .team-social-icon p { line-height: 24px; } .team-section .social-icons { margin-top: 12px; } .statistics-box { padding: 10px 15px; } /* -- Service Section */ .service-section .col-md-4 { width: 50%; } .service-section .srv-box { padding: 30px 22px; } /* -- Call Out */ .call-out.call-out-1 a { padding-left: 15px; padding-right: 15px; font-size: 10px; } .discover-section .carousel-control { bottom: 30%; } } /* -- max-width: 991 */ @media (max-width: 991px) { /* -- Team Section */ .team-member { margin-bottom: 30px; } /* -- About Section */ .about-section .about-content { margin-bottom: 30px; } /* -- About Studio */ .about-studio .col-sm-6.col-xs-6:nth-child(2n+1) { clear: left; } /* -- Service Section */ .service-section { background-image: none; } .service-section .srv-img { display: block; text-align: center; } .service-section .col-md-7.col-sm-7.col-xs-7 { width: 100%; display: block; } .service-section .srv-box { margin-bottom: 0; } /* -- Gallery Section */ .gallery-section .section-header { margin-bottom: 40px; width: 100%; } .portfolio-categories { float: left; margin-bottom: 20px; width: 100%; } .gallery-section .portfolio-categories > a { float: left; margin-left: 0; margin-right: 15px; } .portfolio-categories > ul { float: right; } /* -- Call Out 1 */ .call-out-1 a { padding: 11px; } /* -- Call Out */ .call-out:not(.call-out-1), .call-out .col-md-5 { text-align: center; } .call-out a { float: none; display: inline-block; margin-top: 20px; margin-left: 10px; margin-right: 10px; } .call-out.call-out-1 a { width: auto; } /* -- Pricing Section */ .price-box .price-title { padding: 46px 50px; } .price-box { margin-bottom: 30px; } /* -- Latest Blog */ .latest-blog .post-content { padding-left: 0; padding-top: 15px; } .latest-blog .post-content h3 { padding-left: 80px; line-height: 22px; } .latest-blog .post-date { height: 60px; width: 60px; padding: 8px; } .latest-blog .post-date::before { top: 43%; } .latest-blog .post-date span { font-size: 15px; } .latest-blog .post-date span:last-child { margin-top: 8px; } .latest-blog .post-content .entry-meta a { margin-right: 5px; margin-bottom: 5px; } /* -- Discover Section */ .discover-section { background-image: none; } .discover-section .img-box { display: block; } .discover-section .col-sm-4.col-xs-4.testi-box { width: 100%; } .discover-section .col-sm-4.col-xs-4.img-box { width: 100%; text-align: center; } .discover-section .col-sm-4.col-xs-4.discover-box { width: 100%; } /* -- Contact Section */ .contact-section .col-sm-6.col-xs-6.contact-section-content, .contact-section .col-sm-6.col-xs-6.map.container-fluid { width: 100%; } /* -- Testimonial Section */ .testimonial-section .testimonial-content i { left: 8%; top: 22%; } /* -- Contact Us */ .contact-form.col-sm-6.col-xs-6, .contact-us .col-sm-6.col-xs-6.map { width: 100%; } /* -- Portfolio Detail */ .portfolio-content .client-text { right: 0; } /* -- Blog Left */ .blog-left .post-content h3 { line-height: 18px; } .blog-left .post-content { padding-left: 0; padding-top: 6px; } .blog-left .post-content .entry-meta i { border: none; margin-right: 0; height: 19px; width: 19px; line-height: 19px; } /* -- Blogsingle Left */ .blogsingle-left .post-content { padding-left: 0; } .blog-left .post-content .entry-meta i { border: 1px solid #333; margin-right: 10px; height: 29px; width: 29px; line-height: 29px; } .blogsingle-left .pager { margin: 20px 0 56px; } } /* -- min-width: 768 to max-width: 991 */ @media only screen and (min-width: 768px) and (max-width: 991px) { .about-section.about-studio .skill-progress-box h3 { font-size: 9px; } } /* -- min-width: 480 to max-width: 767 */ @media only screen and (min-width: 480px) and (max-width: 991px) { .portfolio-categories { position: relative; } .gallery-section .portfolio-categories > a { position: absolute; right: 15px; top: -100px; } .portfolio-categories > ul { text-align: center; width: 100%; } } /* -- max-width: 767 */ @media (max-width: 767px) { /* -- About Studio */ .about-studio .about-content { margin-bottom: 35px; } /* -- Team Section */ .team-social-icon { padding: 25px 30px; } .team-section .team-social-icon p { line-height: 22px; } .team-section .social-icons { margin-top: 10px; } .statistics-box { padding: 10px 12px; } /* -- Gallery Section */ .portfolio-list li { width: 50%; } .portfolio-list li.wide { width: 100%; } /* -- Gallery Section 1 */ .gallery-section-1 .content-image-block.br-left, .gallery-section-1 .content-image-block.br-right { border: 5px solid #fff; } /* -- Call Out 1 */ .call-out-1 .col-md-7.col-sm-7.col-xs-12 { text-align: center; margin-bottom: 30px; } .call-out-1 .col-md-5 { text-align: center; } /* -- Call Out */ .call-out .call-out-content h5 { font-size: 10px; } .call-out .call-out-content p { font-size: 15px; } /* -- Latest Blog */ .latest-blog .post-content .entry-meta i { border: none; margin-right: -2px; font-size: 10px; } .latest-blog .post-content .entry-meta a { margin-right: -4px; } /* -- Portfolio Detail */ .portfolio-detail a.close { margin-top: 10px; } .portfolio-content .client-text { padding: 0 15px; } .portfolio-content .client-text h3 { margin-top: 5px; } .related-project li a.view-more { left: 15px; right: 15px; } .col-xs-6.project-description { width: 100%; margin-bottom: 30px; } /* -- Blog Left */ .blog-left .post-content .entry-meta { margin-top: 30px; } /* -- Blogsingle Left */ .comment-form { margin-bottom: 30px; } } /* -- max-width: 639 */ @media (max-width: 639px) { /* -- Photo Slider */ .photo-slider .carousel-caption h5 { margin-bottom: 15px; } .photo-slider .carousel-caption h3 { font-size: 20px; } .photo-slider .carousel-caption a { padding: 10px 24px; } /* -- About Studio Tab */ .about-studio-tab .col-xs-6.text-left { width: 100%; } .about-studio-tab .about-details-tab .nav > li > a { padding: 8px 25px; } /* -- Team Section */ .team-section .col-xs-6 { width: 100%; text-align: center; } .team-section .team-social-icon { text-align: left; padding: 35px; } .team-section .team-social-icon p { line-height: 30px; } .team-section .social-icons { margin-top: 20px; } .team-section .team-member { max-width: 370px; display: block; margin: 0 auto 30px; } /* -- Service Section 1 */ .service-section-1 .col-xs-6 { width: 100%; } .service-section-1 .srv-box { max-width: 400px; display: block; margin: 0 auto 30px; } /* -- Gallery Section */ .gallery-section .portfolio-categories > a { margin-right: 0; } .portfolio-categories li a { padding: 15px 7px; } .gallery-section .portfolio-categories > a { padding: 12px 0; } /* -- Call Out */ .call-out .col-xs-8 { width: 100%; margin-bottom: 40px; } .call-out .col-xs-4 { width: 100%; } /* -- Pricing Section */ .pricing-section .col-xs-6 { width: 100%; } .price-box { max-width: 370px; display: block; text-align: center; margin: 0 auto 30px; } /* -- Latest Blog */ .latest-blog .entry-cover { max-width: 570px; margin: 0 auto; display: block; } .latest-blog .col-xs-6 { width: 100%; } .latest-blog .post-content h3 { padding-left: 90px; } .latest-blog .post-content .entry-meta { margin-top: 30px; text-align: center; } .latest-blog .post-content .entry-meta a { margin-right: 5px; } .latest-blog .post-content .entry-meta i { border: 1px solid #333; margin-right: 5px; } .latest-blog .post-content .entry-content { text-align: center; } /* -- Testimonial Section */ .testimonial-section .testimonial-content i { left: 10%; top: 18%; } /* -- Portfolio Detail */ .portfolio-detail a { font-size: 20px; } .portfolio-detail .pager li > a { font-size: 14px; } .portfolio-detail a.close { margin-top: 5px; } .portfolio-content .client-text h3 { margin-top: 10px; } .portfolio-content .client-text { position: relative; transform: none; } .client-text.col-xs-6 { width: 100%; display: inline-block; margin-bottom: 30px; } /* -- Blog Left */ .blog-left .entry-cover { max-width: 405px; margin: 0 auto; display: block; } .blog-left .col-xs-6 { width: 100%; } .blog-left .post-content { max-width: 405px; margin: 0 auto; } .blog-left .post-content h3 { padding-left: 90px; } .blog-left .post-content .entry-meta i { border: 1px solid #333; margin-right: 5px; height: 25px; width: 25px; line-height: 25px; } /* -- Blogsingle Left */ .blogsingle-left .entry-cover { max-width: 850px; } .blogsingle-left .post-content { max-width: 850px; margin: 0 auto; } .blogsingle-left .post-content h3 { padding-left: 80px; } .blogsingle-left .post-content .entry-title { padding-right: 0; } .post-comment .media-body .media-heading { width: 100%; margin-bottom: 15px; } .post-comment .media-body .media-content a { float: none; display: inline-block; margin-bottom: 10px; } } /* -- max-width: 479 */ @media (max-width: 479px) { /* -- Photo Slider */ .photo-slider .carousel-caption h5 { font-size: 13px; letter-spacing: 4px; margin-bottom: 8px; } .photo-slider .carousel-caption h3 { font-size: 14px; letter-spacing: 5px; margin-bottom: 12px; } /* -- About Section */ .about-section .col-xs-6 { width: 100%; } .about-studio .about-content { max-width: 370px; display: block; margin: 0 auto 35px; } /* -- About Studio Tab */ .about-studio-tab .about-details-tab .nav > li { margin-right: 8px; } .about-studio-tab .about-details-tab .nav > li > a { padding: 8px 8px; } /* -- Team Section */ .team-section .team-social-icon p { line-height: 20px; } .team-section .social-icons { margin-top: 10px; } /* -- Gallery Section */ .portfolio-list li { width: 100%; } .gallery-section .portfolio-categories > a { padding: 12px 0; width: 25px; display: block; margin-left: auto; margin-right: auto; float: none; text-align: center; } /* -- Recent Blog */ .recent-blog .post-content h3 { padding: 0 10px; } /* -- Latest Blog */ .latest-blog .post-content h3 { padding-left: 80px; } .latest-blog .post-content .entry-meta a { display: block; text-align: left; margin-top: 10px; } .latest-blog .post-content .entry-content { text-align: left; } /* -- Discover Section */ .discover-section .discover-testi-content { padding: 80px 40px; } .discover-section .discover-box { padding: 0 40px; } .discover-section .carousel-control { bottom: 27%; } /* -- Contact Section */ .contact-section .contact-section-content { padding: 20px; } .contact-section .form-control { height: 42px; } .contact-section .btn { padding: 10px 15px; } /* -- Testimonial Section */ .testimonial-section .testimonial-content i { left: 16%; top: 14%; } /* -- Portfolio Detail */ .portfolio-detail-header .col-xs-4.text-left { width: 100%; text-align: center; margin-bottom: 20px; } .portfolio-detail-header a.navbar-brand { float: none; } .portfolio-detail-header .col-xs-4.text-center { width: 50%; } .related-project .col-md-4.col-sm-6.col-xs-4 { width: 50%; } /* -- Blog Left */ .blog-left .post-content .entry-meta { /*margin-top: 50px;*/; } .blog-left .post-content .entry-meta a { display: inline-block; } .blog-left .post-content .entry-content { text-align: center; } /* -- Blogsingle Left */ .blog-left .post-content .entry-meta i { border: none; margin-right: 5px; height: 12px; width: 12px; line-height: 12px; } .post-comment .media-left { left: 5px; top: 10px; } .post-comment .media-body .media-content { padding: 25px 20px 21px 100px; } .post-comment .media-body .media-heading { font-size: 12px; } .post-comment .media-body .media-heading span { display: block; padding-left: 0; margin-top: 5px; } }
0.341912
0.037892
html { height: 100%; background-color: #333; } body { margin: 0; background-color: #222; color: #AAA; overflow-y: scroll; font-family: Avenir, Futura, "Century Gothic", sans-serif; -webkit-text-size-adjust: none; } a { color: #4593C7; } a:hover { text-decoration: underline; } img { vertical-align: middle; } button { background-color: #4387B4; padding: 4px 13px 3px; color: #fff; font-size: 17px; border: 0 none; cursor: pointer; } button:hover { background-color: #5C98C0; } button[disabled] { opacity: 0.4; color: #CCC; } header { background-color: #333; padding: 15px; } header h1 { display: inline; color: #4593C7; font-weight: normal; line-height: 1em; } header a { float: right; margin-top: 6px; font-size: 18px; } @media (max-width:400px) { header h1 { display: block; margin: 0 0 0.1em; } header a { float: none; } } footer { margin-top: 2em; background-color: #333; padding: 1em 15px 3em; } .error { margin: 15px; padding: 15px; background-color: #422; border: 1px solid #300; } .songs { padding: 8px 5px; } .songs span { display: inline-block; } .songs label { display: inline-block; margin: 5px 10px; border: 1px solid #888; border-radius: 4px; padding: 3px 6px; cursor: pointer; } .songs span:last-child label { margin-right: 0; } .songs input:focus + label { box-shadow: 0 0 0 1px #ddd; } .songs input:checked + label { background-color: #EEE; border-color: #EEE; color: #050505; } .songs input { position: absolute; top: -20px; } .controls { padding: 0px 15px 10px; line-height: 2.5em; } .controls h2 { margin: 0 1.5em 0 0; color: #EEE; display: inline-block; } .controls > div { text-align: center; } .controls button { margin:0 1.5em 0 0; } .track-container { margin: 2em 5px; min-height: 400px; } .track { display: inline-block; position: relative; margin: 0 10px 30px; } .track h2 { margin: 0 0 4px; font-size: 14px; } .track input[type="range"] { position: absolute; right: 0; top: 5px; height: 4px; margin: 0; width: 130px; } .track input[type='range'] { -webkit-appearance: none !important; background: #666; height: 7px; } .track input[type='range']::-webkit-slider-thumb { -webkit-appearance: none !important; background: #888; height: 15px; width: 15px; border-radius: 50%; } .track canvas { background-color: #333; border: 1px solid #4F4F4F; vertical-align: middle; } .track .spinner { height: 40px; width: 40px; position: absolute; left: 50%; top: 50%; margin: -25px 0 0 -25px; -webkit-animation: spinner-frames .5s infinite linear; animation: spinner-frames .5s infinite linear; border-width: 5px; border-style: solid; border-color: #B6D6FF transparent transparent; border-radius: 50%; } @-webkit-keyframes spinner-frames { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); } } @keyframes spinner-frames { from { transform: rotate(0deg); } to { transform: rotate(359deg); } }
styles.css
html { height: 100%; background-color: #333; } body { margin: 0; background-color: #222; color: #AAA; overflow-y: scroll; font-family: Avenir, Futura, "Century Gothic", sans-serif; -webkit-text-size-adjust: none; } a { color: #4593C7; } a:hover { text-decoration: underline; } img { vertical-align: middle; } button { background-color: #4387B4; padding: 4px 13px 3px; color: #fff; font-size: 17px; border: 0 none; cursor: pointer; } button:hover { background-color: #5C98C0; } button[disabled] { opacity: 0.4; color: #CCC; } header { background-color: #333; padding: 15px; } header h1 { display: inline; color: #4593C7; font-weight: normal; line-height: 1em; } header a { float: right; margin-top: 6px; font-size: 18px; } @media (max-width:400px) { header h1 { display: block; margin: 0 0 0.1em; } header a { float: none; } } footer { margin-top: 2em; background-color: #333; padding: 1em 15px 3em; } .error { margin: 15px; padding: 15px; background-color: #422; border: 1px solid #300; } .songs { padding: 8px 5px; } .songs span { display: inline-block; } .songs label { display: inline-block; margin: 5px 10px; border: 1px solid #888; border-radius: 4px; padding: 3px 6px; cursor: pointer; } .songs span:last-child label { margin-right: 0; } .songs input:focus + label { box-shadow: 0 0 0 1px #ddd; } .songs input:checked + label { background-color: #EEE; border-color: #EEE; color: #050505; } .songs input { position: absolute; top: -20px; } .controls { padding: 0px 15px 10px; line-height: 2.5em; } .controls h2 { margin: 0 1.5em 0 0; color: #EEE; display: inline-block; } .controls > div { text-align: center; } .controls button { margin:0 1.5em 0 0; } .track-container { margin: 2em 5px; min-height: 400px; } .track { display: inline-block; position: relative; margin: 0 10px 30px; } .track h2 { margin: 0 0 4px; font-size: 14px; } .track input[type="range"] { position: absolute; right: 0; top: 5px; height: 4px; margin: 0; width: 130px; } .track input[type='range'] { -webkit-appearance: none !important; background: #666; height: 7px; } .track input[type='range']::-webkit-slider-thumb { -webkit-appearance: none !important; background: #888; height: 15px; width: 15px; border-radius: 50%; } .track canvas { background-color: #333; border: 1px solid #4F4F4F; vertical-align: middle; } .track .spinner { height: 40px; width: 40px; position: absolute; left: 50%; top: 50%; margin: -25px 0 0 -25px; -webkit-animation: spinner-frames .5s infinite linear; animation: spinner-frames .5s infinite linear; border-width: 5px; border-style: solid; border-color: #B6D6FF transparent transparent; border-radius: 50%; } @-webkit-keyframes spinner-frames { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); } } @keyframes spinner-frames { from { transform: rotate(0deg); } to { transform: rotate(359deg); } }
0.306631
0.082438
@import '../colors.css'; @import '../variables.css'; @import './config.css'; .flipCard { display: inline-block; min-height: 340px; & > div { width: 80%; margin: 0 auto; & > div { &:after, &:before { content: ''; clear: both; } & > div { position: absolute; } } } } .cardDesciption { padding : 0.5em 1.1rem; height: 200px; & p { opacity: 0.63; color: #000000; font-family: var(--preferred-font); font-size: 18px; line-height: 27px; } } .CardContainer { & div { &:focus { outline-style : none; } } & .cardDesciption { padding : 0; & p { margin: 0px; margin-top: 10px; line-height: 27px; margin-right: 10px; &:first-child { margin-top: 0; } } & [data-react-toolobox="dashletCardDesciption"] { & > div:last-child { opacity: 0.58; background-color: #D8D8D8; border-radius: 52px; } } & > div { padding : 0px 20px; } } & .chartCard { background: #fff; box-shadow: var(--shadow-dpl); border-radius: 3px; float: left; font-style: var(--preferred-font); min-height: 278px; &:hover { -webkit-box-shadow: var(--shadow-hover-dpl); -moz-box-shadow: var(--shadow-hover-dpl); box-shadow: var(--shadow-hover-dpl); } & .chartTitle { padding: 5px 10px 0px 10px; & button { display: inline-block; line-height: 1; font-size: 20px; opacity: 1; text-align: right; width: 12%; padding-right: 15px; border: none; background: transparent; cursor: pointer; margin: 0; &:focus { outline-style : none; } } & h2 { color: #232323; display: inline-block; padding: 0.5em 1.1rem; margin: 0px; width: 88%; font-size: 27px; } } } & [data-react-toolbox="card"][pattern="grid"] { padding: 0px !important; background: #fff; margin-left: 20px; margin-right: 20px; & label { font-size: 27px; font-weight: 600; line-height: 34px; color: #232323; } & a { display: block; text-decoration: none; } & img { width: 100%; display: block; } &:first-child { margin-left: 0px; } &:last-child { margin-right: 0px; } &:nth-child(3n) { margin-right: 0px; } &:nth-child(3n+1) { margin-left: 0px; } & .description { border-bottom: 1px solid #EDEDED; & label { display: block; padding: 15px 25px 5px 27px; } & p { padding: 5px 25px 25px 0px; color: #000; margin: 0px; font-size: 18px; display: block; opacity: 0.63; } } & .buttons { padding: 25px 30px !important; border-radius: 5px; } & .buttons i { opacity: 0.5; font-family: FontAwesome; font-size: 18px; line-height: 18px; color: #232323; } & .buttons > span { display: inline-block; width: 50%; } & .buttons span label { padding-left: 10px; opacity: 0.4; font-size: 27px; line-height: 27px; color: #000000; font-weight: 100; display: inline; } & .text_bold { & h5 { font-weight: bold !important; color: #232323; } } } & [data-react-toolbox="card"][pattern="list"] { width : 100%; clear : both; margin-left : 0px; & .description { border-bottom: none; } & .buttons { padding: 0px 18px 0px !important; border-radius: 5px; } & .text_bold { & h5 { font-weight: bold !important; color: #232323; } } & .buttons i { opacity: 0.5; font-family: FontAwesome; font-size: 18px; line-height: 18px; color: #232323; } & .buttons > span { padding-right: 30px; } & .buttons span label { padding-left: 10px; opacity: 0.4; font-size: 27px; line-height: 27px; color: #000000; font-weight: 100; display: inline; } & .buttons span label { font-size: 18px; } & a { display: block; text-decoration: none; & .CardMediaOption { display: block; width: 100%; overflow: auto; } } & .ListCardMedia { width: 30%; float: left; } & .CardDetails { width: 70%; float: right; } & p { padding: 5px 25px 25px 0px; color: #000; margin: 0px; font-size: 18px; display: block; opacity: 0.63; } } } .CardContainer > div { width: 100%; & > div { width: 100%; & [class="ReactFlipCard__Flipper"] { & [class="ReactFlipCard__Front"], & [class="ReactFlipCard__Back"] { width: 100%; & > div { width: 100%; float: none; } } } } } @media screen and (width <= 420px) { .flipCard { & > div { & > div { margin-left: 0; } } } } @media screen and (width < 340px) { .CardContainer { & [data-react-toolbox="card"][pattern="grid"] { & .buttons { display: block; } } } }
components/dpl_card/theme.css
@import '../colors.css'; @import '../variables.css'; @import './config.css'; .flipCard { display: inline-block; min-height: 340px; & > div { width: 80%; margin: 0 auto; & > div { &:after, &:before { content: ''; clear: both; } & > div { position: absolute; } } } } .cardDesciption { padding : 0.5em 1.1rem; height: 200px; & p { opacity: 0.63; color: #000000; font-family: var(--preferred-font); font-size: 18px; line-height: 27px; } } .CardContainer { & div { &:focus { outline-style : none; } } & .cardDesciption { padding : 0; & p { margin: 0px; margin-top: 10px; line-height: 27px; margin-right: 10px; &:first-child { margin-top: 0; } } & [data-react-toolobox="dashletCardDesciption"] { & > div:last-child { opacity: 0.58; background-color: #D8D8D8; border-radius: 52px; } } & > div { padding : 0px 20px; } } & .chartCard { background: #fff; box-shadow: var(--shadow-dpl); border-radius: 3px; float: left; font-style: var(--preferred-font); min-height: 278px; &:hover { -webkit-box-shadow: var(--shadow-hover-dpl); -moz-box-shadow: var(--shadow-hover-dpl); box-shadow: var(--shadow-hover-dpl); } & .chartTitle { padding: 5px 10px 0px 10px; & button { display: inline-block; line-height: 1; font-size: 20px; opacity: 1; text-align: right; width: 12%; padding-right: 15px; border: none; background: transparent; cursor: pointer; margin: 0; &:focus { outline-style : none; } } & h2 { color: #232323; display: inline-block; padding: 0.5em 1.1rem; margin: 0px; width: 88%; font-size: 27px; } } } & [data-react-toolbox="card"][pattern="grid"] { padding: 0px !important; background: #fff; margin-left: 20px; margin-right: 20px; & label { font-size: 27px; font-weight: 600; line-height: 34px; color: #232323; } & a { display: block; text-decoration: none; } & img { width: 100%; display: block; } &:first-child { margin-left: 0px; } &:last-child { margin-right: 0px; } &:nth-child(3n) { margin-right: 0px; } &:nth-child(3n+1) { margin-left: 0px; } & .description { border-bottom: 1px solid #EDEDED; & label { display: block; padding: 15px 25px 5px 27px; } & p { padding: 5px 25px 25px 0px; color: #000; margin: 0px; font-size: 18px; display: block; opacity: 0.63; } } & .buttons { padding: 25px 30px !important; border-radius: 5px; } & .buttons i { opacity: 0.5; font-family: FontAwesome; font-size: 18px; line-height: 18px; color: #232323; } & .buttons > span { display: inline-block; width: 50%; } & .buttons span label { padding-left: 10px; opacity: 0.4; font-size: 27px; line-height: 27px; color: #000000; font-weight: 100; display: inline; } & .text_bold { & h5 { font-weight: bold !important; color: #232323; } } } & [data-react-toolbox="card"][pattern="list"] { width : 100%; clear : both; margin-left : 0px; & .description { border-bottom: none; } & .buttons { padding: 0px 18px 0px !important; border-radius: 5px; } & .text_bold { & h5 { font-weight: bold !important; color: #232323; } } & .buttons i { opacity: 0.5; font-family: FontAwesome; font-size: 18px; line-height: 18px; color: #232323; } & .buttons > span { padding-right: 30px; } & .buttons span label { padding-left: 10px; opacity: 0.4; font-size: 27px; line-height: 27px; color: #000000; font-weight: 100; display: inline; } & .buttons span label { font-size: 18px; } & a { display: block; text-decoration: none; & .CardMediaOption { display: block; width: 100%; overflow: auto; } } & .ListCardMedia { width: 30%; float: left; } & .CardDetails { width: 70%; float: right; } & p { padding: 5px 25px 25px 0px; color: #000; margin: 0px; font-size: 18px; display: block; opacity: 0.63; } } } .CardContainer > div { width: 100%; & > div { width: 100%; & [class="ReactFlipCard__Flipper"] { & [class="ReactFlipCard__Front"], & [class="ReactFlipCard__Back"] { width: 100%; & > div { width: 100%; float: none; } } } } } @media screen and (width <= 420px) { .flipCard { & > div { & > div { margin-left: 0; } } } } @media screen and (width < 340px) { .CardContainer { & [data-react-toolbox="card"][pattern="grid"] { & .buttons { display: block; } } } }
0.304765
0.126326
body { font-family: 'Roboto', sans-serif; } a:hover { text-decoration: none; } header { position: relative; width: 100%; height: 5em; z-index: 999; background-color: #4FC3F7; -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); } .logo { margin: 0; padding: 0 30px; font-family: 'Raleway', sans-serif; font-size: 3em; line-height: 70px; color: white; letter-spacing: 2px; } .action-btn { display: block; width: 10%; margin: 2% auto; padding: 10px 0; border: 0; background-color: #FF6D00; font-family: 'Roboto', sans-serif; font-weight: 500; text-align: center; color: white; -webkit-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s; transition: all ease-in-out 0.2s; } .action-btn:hover:enabled { color: white; -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); } input { display: block; width: 80%; height: 30px; padding: 0 5px; margin: 5% auto; border: none; } input::-webkit-input-placeholder{ font-family: 'Roboto', sans-serif; font-style: italic; font-weight: 100; } input:focus { outline: none; border-bottom: 2px solid #0054A6; } form { display: block; width: 30%; margin: 10% auto; padding: 2% 0; background-color: #F5F5F5; -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); } form .action-btn { width: 50%; } .disabled { cursor: not-allowed; } .new-btn { display: block; position: fixed; bottom: 5%; right: 5%; width: 50px; height: 50px; border-radius: 50px; background-color: #FF6D00; color: white; text-align: center; line-height: 50px; font-size: 2em; font-weight: 100; -webkit-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s; transition: all ease-in-out 0.2s; -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); } .new-btn:hover { color: white; background-color: #FF9100; cursor: pointer; } button:disabled { background-color: #F5F5F5; color: #ACACAC; } select { display: block; width: 80%; margin: 5% auto; padding: 5px 30px 5px 5px; background: url(../img/arrow.png) no-repeat white; background-position: right; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; } /***************** INDIVIDUAL VALUES *****************/ .login, .register { margin-bottom: 1%; } html, body, .container-fluid, .container-fluid > .row, .sidebar, .main-content { height: 100%; } /******** SIDEBAR ********/ .sidebar { padding-top: 2%; } .sidebar .username { display: block; text-align: center; text-transform: uppercase; font-size: 1.5em; } .sidebar .email { display: block; text-align: center; font-style: italic; font-weight: 100; } .sidebar .logout { display: block; margin-top: 10px; text-align: center; color: #FF6D00; } .sidebar .logout:hover { color: #FF9100; } .sidebar .action-links { margin-top: 100%; } .sidebar .action-links ul { padding: 0; list-style: none; } .sidebar .action-links a { display: block; width: 100%; height: 3em; line-height: 3em; color: #333; text-indent: 10px; border-bottom: 1px solid #EEEEEE; -webkit-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s; transition: all ease-in-out 0.2s; } .sidebar .action-links .active { background-color: #E0E0E0; } .sidebar .action-links a:hover { background-color: #E0E0E0; } .main-content { background-color: #F5F5F5; } .main-content h1 { font-weight: 400; } .main-content table { display: block; width: 80%; margin: 0 auto 1% auto; -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); } .main-content .dataTables_filter { margin-left: 8%; } .main-content [type=search] { font-weight: 300; } .main-content .dataTables_info, .main-content .dataTables_paginate { text-align: right; padding-right: 10%; } .main-content .dataTables_paginate a { text-transform: uppercase; color: #FF6D00; padding: 5px; } .main-content table thead { background-color: #FAFAFA; } .main-content table tbody { background-color: white; } .main-content table th, .main-content table td { width: 10%; padding: 5px; } .main-content table th { font-weight: 500; text-transform: uppercase; } .network-info table tr { line-height: 30px; } .error-rate-graph table { width: 500px; margin: 0; margin-top: 20px; background-color: white!important; text-align: center; } .error-rate-graph table tr { line-height: 30px; } .inference { margin-top: 50px; } .inference .form-input { text-align: center; } .inference textarea { border: 0; } .inference .action-btn { width: 65%; }
JARVIS/static/css/style.css
body { font-family: 'Roboto', sans-serif; } a:hover { text-decoration: none; } header { position: relative; width: 100%; height: 5em; z-index: 999; background-color: #4FC3F7; -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); } .logo { margin: 0; padding: 0 30px; font-family: 'Raleway', sans-serif; font-size: 3em; line-height: 70px; color: white; letter-spacing: 2px; } .action-btn { display: block; width: 10%; margin: 2% auto; padding: 10px 0; border: 0; background-color: #FF6D00; font-family: 'Roboto', sans-serif; font-weight: 500; text-align: center; color: white; -webkit-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s; transition: all ease-in-out 0.2s; } .action-btn:hover:enabled { color: white; -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); } input { display: block; width: 80%; height: 30px; padding: 0 5px; margin: 5% auto; border: none; } input::-webkit-input-placeholder{ font-family: 'Roboto', sans-serif; font-style: italic; font-weight: 100; } input:focus { outline: none; border-bottom: 2px solid #0054A6; } form { display: block; width: 30%; margin: 10% auto; padding: 2% 0; background-color: #F5F5F5; -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); } form .action-btn { width: 50%; } .disabled { cursor: not-allowed; } .new-btn { display: block; position: fixed; bottom: 5%; right: 5%; width: 50px; height: 50px; border-radius: 50px; background-color: #FF6D00; color: white; text-align: center; line-height: 50px; font-size: 2em; font-weight: 100; -webkit-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s; transition: all ease-in-out 0.2s; -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); } .new-btn:hover { color: white; background-color: #FF9100; cursor: pointer; } button:disabled { background-color: #F5F5F5; color: #ACACAC; } select { display: block; width: 80%; margin: 5% auto; padding: 5px 30px 5px 5px; background: url(../img/arrow.png) no-repeat white; background-position: right; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; } /***************** INDIVIDUAL VALUES *****************/ .login, .register { margin-bottom: 1%; } html, body, .container-fluid, .container-fluid > .row, .sidebar, .main-content { height: 100%; } /******** SIDEBAR ********/ .sidebar { padding-top: 2%; } .sidebar .username { display: block; text-align: center; text-transform: uppercase; font-size: 1.5em; } .sidebar .email { display: block; text-align: center; font-style: italic; font-weight: 100; } .sidebar .logout { display: block; margin-top: 10px; text-align: center; color: #FF6D00; } .sidebar .logout:hover { color: #FF9100; } .sidebar .action-links { margin-top: 100%; } .sidebar .action-links ul { padding: 0; list-style: none; } .sidebar .action-links a { display: block; width: 100%; height: 3em; line-height: 3em; color: #333; text-indent: 10px; border-bottom: 1px solid #EEEEEE; -webkit-transition: all ease-in-out 0.2s; -moz-transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s; transition: all ease-in-out 0.2s; } .sidebar .action-links .active { background-color: #E0E0E0; } .sidebar .action-links a:hover { background-color: #E0E0E0; } .main-content { background-color: #F5F5F5; } .main-content h1 { font-weight: 400; } .main-content table { display: block; width: 80%; margin: 0 auto 1% auto; -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5); } .main-content .dataTables_filter { margin-left: 8%; } .main-content [type=search] { font-weight: 300; } .main-content .dataTables_info, .main-content .dataTables_paginate { text-align: right; padding-right: 10%; } .main-content .dataTables_paginate a { text-transform: uppercase; color: #FF6D00; padding: 5px; } .main-content table thead { background-color: #FAFAFA; } .main-content table tbody { background-color: white; } .main-content table th, .main-content table td { width: 10%; padding: 5px; } .main-content table th { font-weight: 500; text-transform: uppercase; } .network-info table tr { line-height: 30px; } .error-rate-graph table { width: 500px; margin: 0; margin-top: 20px; background-color: white!important; text-align: center; } .error-rate-graph table tr { line-height: 30px; } .inference { margin-top: 50px; } .inference .form-input { text-align: center; } .inference textarea { border: 0; } .inference .action-btn { width: 65%; }
0.312055
0.086093