code
stringlengths
2k
1.04M
repo_path
stringlengths
5
517
parsed_code
stringlengths
0
1.04M
quality_prob
float64
0.02
0.95
learning_prob
float64
0.02
0.93
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin&display=swap'); body { font-family: 'Libre Franklin', sans-serif; position: relative; font-weight: 300; color: #212529; font-size: 15px; line-height: 1.8; background: #f7f7f7; } ul, h1, h2, h3, h4, h5, p { padding: 0; margin: 0; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 400; } li { list-style: none; } a:hover, a:focus { text-decoration: none; } .form-control:focus { outline: 0; box-shadow: none; border-color: #f1bd06 !important; } button:focus { outline: 0; box-shadow: none; border-color: transparent; } img { max-width: 100%; } input[type="date"], input[type="datetime-local"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], textarea, select { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: none; box-shadow: none; outline: none; width: 100%; padding: 0 20px; } h1 { font-size: 3.5rem; font-weight: 300; } h2 { font-size: 2.25rem; } h4 { font-size: 1.25rem; } h5 { font-size: 1.125rem; line-height: 2rem; } ::-webkit-input-placeholder { color: #898f96; } ::-moz-placeholder { color: #898f96; } ::-ms-input-placeholder { color: #898f96; } ::-ms-input-placeholder { color: #898f96; } ::placeholder { color: #898f96; } .display-5 { font-size: 1.58rem; } .display-6 { font-size: 1.22rem; } .font-23 { font-size: 23px; } .no-bg-color { background-color: transparent; } .text-theme { color: #f1bd06; } .text-grey { color: #555; } .text-danger { color: #f62d51 !important; } .table-responsive { white-space: nowrap; } .custom-badge { padding: 0.8rem 1.25rem; border-radius: 50em; background: #f1f3f6; margin-bottom: 5px; color: #fff; background-color: #6c757d; } .ctm-bg-danger { background: #ff6a6c; } .ctm-bg-warning { background: #feb71d; } .ctm-bg-info { background: #58c9e9; } .ctm-bg-success { background: #62d03a; } .ctm-border-radius { border-radius: 10px; } .ctm-btn-padding { padding: 10px 15px; } .ctm-text-sm { font-size: 14px; color: #888; } .ctm-padding { padding: 1.25rem; } .ctm-margin-btm { margin-bottom: 1.25rem !important; } .bg-theme { background-color: #3e007c; } .l-1 { left: 0.5rem; } .t-1 { top: 0.5rem; } .display-6 { font-size: 1.22rem; } .sidebar-overlay { background-color: rgba(0, 0, 0, 0.6); z-index: 1048; height: 100%; width: 100%; position: fixed; top: 0; display: none; overflow: hidden; } .card:hover { box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08) !important; -webkit-box-shadow: 0 10px 6px -6px #777; -moz-box-shadow: 0 10px 6px -6px #777; box-shadow: 0 10px 6px -6px #777; } .accordion > .card:last-of-type { border-top-left-radius: 10px; border-top-right-radius: 10px; } .btn-theme { background: #3e007c; border-bottom: 5px solid #f1bd06; } .btn-theme:hover, .btn-theme:focus { box-shadow: 0 9px 14px 1px rgba(62, 0, 124, 0.18); } .btn-secondary { background: #7347c1; } .btn-outline { border: 1px solid #fff; } .text-primary { color: #3e007c !important; } .text-pink { color: #f00f89 !important; } .bg-primary { background-color: #3e007c !important; } .badge-primary { color: #fff; background-color: #3e007c; } a.text-primary:focus, a.text-primary:hover { color: #f1bd06 !important; } a.text-warning:focus, a.text-warning:hover { color: #dea705 !important; } .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { /* color: #dea705 !important; */ } .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover { background-color: #3e007c; } .btn-outline-primary { color: #3e007c; border-color: #3e007c; } .btn-outline-primary:hover { color: #fff; background-color: #3e007c; border-color: #3e007c; } .btn-white { background-color: #fff; border: 1px solid #ccc; color: #333; } .btn.focus, .btn:focus { outline: 0; box-shadow: none; } .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #3e007c; border-color: #3e007c; } .btn-danger { color: #fff; background-color: #dc3545; border-color: #dc3545; border-bottom: 5px solid #8e0a0a; } .btn-danger:hover { color: #fff; background-color: #c82333; border-color: #bd2130; border-bottom: 5px solid #7b111b; } .button-1 { color: #fff; border-bottom: 5px solid #d8a400; background-image: -webkit-linear-gradient(30deg, #3e007c 50%, transparent 50%); background-image: linear-gradient(30deg, #3e007c 50%, transparent 50%); background-size: 900px; background-repeat: no-repeat; background-position: 0%; -webkit-transition: background 0.8s ease-in-out; transition: background 0.8s ease-in-out; } .button-1:hover { background-position: -900px; color: #fff; background-color: #f1bd06; border-bottom: 5px solid #d8a400; } .button-5 { background-color: #f1bd06; background-image: -moz-linear-gradient(top, #d8a400 0%, #f1bd06 100%); background-image: -webkit-linear-gradient(top, #d8a400 0%, #f1bd06 100%); background-image: linear-gradient(to bottom, #d8a400 0%, #f1bd06 100%); background-size: 900px; background-repeat: no-repeat; background-position: 0%; -webkit-transition: background 300ms ease-in-out; transition: background 300ms ease-in-out; } .button-5:hover { background-position: -900px; transition: background 0.5s ease-in-out; } .button-6 { background-color: #f1f1f1; background-image: -moz-linear-gradient(top, #fff 0%, #fff 100%); background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%); background-image: linear-gradient(to bottom, #fff 0%, #fff 100%); background-size: 900px; background-repeat: no-repeat; background-position: 0%; -webkit-transition: background 300ms ease-in-out; transition: background 0.5s ease-in-out; } .button-6:hover { background-position: -900px; transition: background 0.5s ease-in-out; } .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #f1bd06; color: #fff; } .select2-container--default .select2-selection--single .select2-selection__arrow { height: 42px; right: 7px; } .select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #e3e3e3 transparent transparent; border-style: solid; border-width: 6px 6px 0; height: 0; left: 50%; margin-left: -10px; margin-top: -2px; position: absolute; top: 50%; width: 0; } .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #e3e3e3; border-width: 0 6px 6px; } .select2-container .select2-selection--single .select2-selection__rendered { padding-right: 30px; padding-left: 15px; } .select2-container--default .select2-selection--multiple { border: 1px solid #e3e3e3; min-height: 40px; } .select2-dropdown { border: 1px solid #e3e3e3; } .select2-container--default .select2-selection--single { border-color: #e3e3e3; box-shadow: none; font-size: 15px; height: 44px; outline: none; } .select2-container--default .select2-selection--single .select2-selection__rendered { color: #495057; line-height: 42px; border-color: transparent; outline: 0; padding-left: 1.25rem; font-size: 15px; font-weight: 400; } .header { background-color: #3e007c; padding: 0 15px 45px; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; } .header-dropdown:hover > .dropdown-menu { display: block; } .top-header-section { padding-bottom: 25px; padding-top: 25px; } .logo a img { width: 170px; } .header-menu-list { padding: 20px; border-radius: 10px; } .user-notification-block ul li a.menu-style { color: #7e8fa1; padding: 32px 14px; } .user-info a.menu-style { color: #7e8fa1; padding: 18px 14px; padding-right: 0; } .user-details h4{ color:#fff; display: inline-block; vertical-align: middle; } .user-details{ line-height: 6; } .user-notification-block ul li .badge { font-family: open sans, sans-serif; width: 23px; height: 23px; top: 14px; right: 5px; font-weight: 500; font-size: 14px; } nav ul li a { color: #333; display: block; } nav ul li.active a, nav ul li.focus a, nav ul li.hover a { color: #f1bd06; } .nav-link:focus, .nav-link:hover { background: #e2e2e2; border-radius: 10px; border-bottom: 5px solid #ccc; } .user-block .dropdown-toggle:after { display: none; } .user-block .notification-dropdown-menu { min-width: 23rem; } .user-block .user-info .notification-dropdown-menu { min-width: 5rem; width: 300px; } .user-block .notification-dropdown-menu .dropdown-item p { width: 230px; } .user-block .notification-dropdown-menu .media a.trash-btn { background: #ffe6e6; border-radius: 50%; width: 50px; height: 50px; color: #900; } .user-block .notification-dropdown-menu .media a.position-relative span { font-size: 2rem; position: absolute; top: 50%; transform: translateY(-50%); } .dropdown-item:focus, .dropdown-item:hover { color: #16181b; text-decoration: none; background-color: #f4f6f9; } .side-menu-container li.active { background: #0091D5; color:#fff; } .side-menu-container li.active a { color:#fff; } .side-menu-container{ width:100%; } .sidebar-user{ width:100%; word-wrap: break-word; background-color: #fff; background-clip: border-box; margin: 10px 5px; padding: 10px; border-radius: 5px; } .sidebar-wrapper a { border-bottom: 1px solid #ededed; display: flex; text-align: center; vertical-align: middle; align-items: center; justify-content: center; align-self: center; flex-direction: column; } .side-menu-container a:hover { background: #ededed; } .side-menu-container li.active a:hover { background: #677eff !important; color:#fff !important; } .sidebar-wrapper .first-slider-btn { border-top-left-radius: 10px; } .sidebar-wrapper .second-slider-btn { border-top-right-radius: 10px; } .sidebar-wrapper .last-slider-btn { border-bottom-right-radius: 10px; } .sidebar-wrapper .last-slider-btn1 { border-bottom-left-radius: 10px; } .ctm-border-right { border-right: 1px solid #ededed; } .ctm-border-left { border-left: 1px solid #ededed; } .ctm-border-top { border-top: 1px solid #ededed; } .ctm-border-full { border: 1px solid #ededed; } /*img:hover { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }*/ a .avatar:hover > img { -webkit-transform: scale(1.5); transform: scale(1.5); -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } .rt_nav_header.horizontal-layout.fixed-on-scroll.nav-bottom { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; border-bottom: 1px solid #f2f2f2; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } #loader-wrapper { background-color: #fff; bottom: 0; height: 100%; left: 0; position: fixed; right: 0; top: 0; width: 100%; z-index: 9999; } .loader { position: absolute; top: 50%; left: 40%; margin-left: 10%; transform: translate3d(-50%, -50%, 0); } .dot { width: 15px; height: 15px; background: #3ac; border-radius: 100%; display: inline-block; animation: slide 1s infinite; } .dot:nth-child(1) { animation-delay: 0.1s; background: #3e007c; } .dot:nth-child(2) { animation-delay: 0.2s; background: #f1bd06; } .dot:nth-child(3) { animation-delay: 0.3s; background: #007bff; } .dot:nth-child(4) { animation-delay: 0.4s; background: #dc3545; } .dot:nth-child(5) { animation-delay: 0.5s; background: #28a745; } @-moz-keyframes slide { 0% { transform: scale(1); } 50% { opacity: 0.3; transform: scale(2); } 100% { transform: scale(1); } } @-webkit-keyframes slide { 0% { transform: scale(1); } 50% { opacity: 0.3; transform: scale(2); } 100% { transform: scale(1); } } @-o-keyframes slide { 0% { transform: scale(1); } 50% { opacity: 0.3; transform: scale(2); } 100% { transform: scale(1); } } @keyframes slide { 0% { transform: scale(1); } 50% { opacity: 0.3; transform: scale(2); } 100% { transform: scale(1); } } .calendar-events { border: 1px solid transparent; cursor: move; padding: 10px 15px; } .calendar-events:hover { border-color: #e9e9e9; background-color: #fff; } .calendar-events i { margin-right: 8px; } .calendar { float: left; margin-bottom: 0; } .fc-toolbar.fc-header-toolbar { margin-bottom: 1.5rem; } .none-border .modal-footer { border-top: none; } .fc-toolbar h2 { font-size: 18px; font-weight: 600; font-family: open sans, sans-serif; line-height: 30px; text-transform: uppercase; } .fc-day-grid-event .fc-time { font-family: open sans, sans-serif; } .fc-day { background: #fff; } .fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active, .fc-toolbar button:focus, .fc-toolbar button:hover, .fc-toolbar .ui-state-hover { z-index: 0; } .fc th.fc-widget-header { background: #f9dc77; font-size: 14px; line-height: 20px; padding: 10px 0; text-transform: uppercase; color: #333; } .fc-axis.fc-widget-header { width: 70px !important; } .fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover { border-color: #f1bd06; } .fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number { padding: 2px 5px; } .fc-button { background: #f1f1f1; border: none; color: #797979; text-transform: capitalize; box-shadow: none !important; border-radius: 3px !important; margin: 0 3px !important; padding: 6px 12px !important; height: auto !important; } .fc-text-arrow { font-family: inherit; font-size: 16px; } .fc-state-hover { background: #f3f3f3; } .fc-state-highlight { background: #f0f0f0; } .fc-state-down, .fc-state-active, .fc-state-disabled { background-color: #3e007c !important; color: #fff !important; text-shadow: none !important; } .fc-cell-overlay { background: #f0f0f0; } .fc-unthemed .fc-today { background: #fff; } .fc-event { border-radius: 2px; border: none; color: #fff !important; cursor: move; font-size: 13px; margin: 1px 7px; padding: 5px; text-align: center; } .fc-basic-view td.fc-week-number span { padding-right: 8px; font-weight: 700; font-family: open sans, sans-serif; } .fc-basic-view td.fc-day-number { padding-right: 8px; font-weight: 700; font-family: open sans, sans-serif; } .event-form .input-group .form-control { height: 40px; } .offcanvas-menu { position: fixed; height: 100%; width: 0; top: 0; right: 0; background: #fff; z-index: 989999; overflow-y: scroll; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease; transition: 0.3s ease; -webkit-box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.3); box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.3); padding-bottom: 25px; } .filter-row a { height: 44px; } .custom-search .input-group-append { border-radius: 0 5rem 5rem 0; } .custom-search button { border-radius: 5rem !important; } .header-wrapper ul li.active { z-index: 2; color: #fff; background-color: #f1bd06; border-color: #f1bd06; border-radius: 10px; } .header-wrapper ul li:hover { background-color: #e8e8e8; border-color: #e8e8e8; border-radius: 10px; } .header-wrapper ul li.active:hover { background-color: #f1bd06; border-color: #f1bd06; border-radius: 10px; } .header-wrapper div.append select { display: none; height: 45px; border: 1px solid #ececec; padding: 0 40px 0 20px; -webkit-border-radius: 4px; border-radius: 4px; -moz-appearance: none; -webkit-appearance: none; cursor: pointer; } .header-wrapper .nav-arrow { right: 14px; } .page-wrapper { padding: 0 15px 0; margin-top: -15px; } .list-group-item.active { z-index: 2; color: #fff; background-color: #f1bd06; border-color: #f1bd06; } .list-group-item:first-child { border-top-left-radius: 10px; border-top-right-radius: 10px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; } .page-title { border-left: 3px solid #f1bd06; border-right: 3px solid #f1bd06; } .card { border: 1px solid #ededed; margin-bottom: 30px; border-radius: 10px; } .card-header { background: 0 0; padding: 1.25rem; border-bottom: 1px solid #ededed; } .card-title { color: #333; margin-bottom: 20px; } hr { border-top: 1px solid #ededed; } .list-group-item { border: 1px solid #ededed; } .team-lead .media { align-items: center; } .avatar-upload { position: relative; max-width: 205px; margin: 15px auto; } .avatar-upload .avatar-edit { position: absolute; right: 12px; z-index: 1; top: 10px; } .avatar-upload .avatar-edit input { display: none; } .avatar-upload .avatar-edit input + label { display: inline-block; width: 34px; height: 34px; margin-bottom: 0; border-radius: 100%; background: #fff; border: 1px solid transparent; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12); cursor: pointer; font-weight: 400; transition: all 0.2s ease-in-out; } .avatar-upload .avatar-edit input + label:hover { background: #f1f1f1; border-color: #d6d6d6; } .avatar-upload .avatar-edit input + label:after { content: "\f040"; font-family: fontawesome; color: #757575; position: absolute; top: 3px; left: 0; right: 0; text-align: center; margin: auto; } .avatar-upload .avatar-preview { width: 200px; height: 200px; position: relative; border-radius: 10px; border: 6px solid #f3f3f3; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); } .avatar-upload .avatar-preview > div { width: 100%; height: 100%; border-radius: 100%; background-size: contain; background-repeat: no-repeat; background-position: center; } .avatar-preview div { background-image: url(../img/logo2.png); } .e-avatar:first-of-type { margin-left: 0 !important; } .e-avatar { background-color: #fff; border: 3px solid #e7e7e7; border-radius: 50%; height: 40px; position: relative; width: 40px; margin-left: -20px; } .e-avatar > img { border-radius: 50%; width: 100%; } .dash-card-container { display: flex; flex-direction: row; flex-grow: 1; min-height: 50px; } .dash-card-icon { align-items: center; display: flex; flex-direction: row; padding-right: 15px; } .dash-card-icon i { width: 20px; } .today-list .card-body .dash-card-content { color: #333; } .dash-card-content p { margin-bottom: 0; } .dash-card-avatars { align-items: center; display: flex; flex-grow: 1; justify-content: flex-end; padding: 0 15px; padding-right: 0; } .dash-card-content { align-items: center; display: flex; flex-direction: row; } .notice-board { display: flex; align-items: center; } .time-list { display: flex; flex-grow: 1; } .dash-stats-list { align-items: center; display: flex; flex-flow: column wrap; flex-grow: 1; padding-left: 15px; padding-right: 15px; } .dash-stats-list span { min-width: 105px; } .dash-stats-list h4 { font-size: 20px; font-weight: 500; margin-bottom: 15px; } .dash-stats-list + .dash-stats-list { border-left: 1px solid #e7e7e7; } .dash-stats-list { align-items: center; display: flex; flex-flow: column wrap; flex-grow: 1; padding-left: 5px; padding-right: 5px; } .dash-widget .card-body { display: flex; flex-direction: row; align-items: center; } .card-icon { float: left; width: 45px; height: 45px; border-radius: 10px; display: flex; align-items: center; vertical-align: middle; background: #26a69a; } .card-icon .fa { font-size: 24px; margin: auto; color: #fff; } .card-right { padding-left: 15px; display: flex; flex-direction: column; justify-content: center; } .card-right .card-title { margin-bottom: 5px; font-size: 14px; } .card-right p { font-size: 20px; font-weight: 700; } .drop-active a { min-width: 90px; } .avatar { background-color: #3e007c; border-radius: 50%; color: #fff; display: inline-block; font-weight: 500; height: 30px; line-height: 34px; margin: 0 -17px 0 0; text-align: center; text-decoration: none; text-transform: uppercase; vertical-align: middle; width: 30px; position: relative; white-space: nowrap; border: 0px solid #fff; box-shadow: 0 1px 5px 0 rgba(53, 53, 53, 0.3); } .avatar:hover { color: #fff; } .avatar.avatar-xs { width: 24px; height: 24px; } .avatar > img { border-radius: 50%; display: block; overflow: hidden; width: 100%; } .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #3e007c; border-radius: 10px; border-bottom: 5px solid #f1bd06; } .nav-pills .nav-link { color: #3e007c; } .quicklink-sidebar-menu ul li a { display: block; } .header-menu-list div ul li a { display: block; } .yalign { position: absolute; top: 50%; transform: translateY(-50%); } .admin-activ .recent-comment { max-height: 234px; overflow-y: auto; position: relative; } .btn-add { margin-bottom: 30px; } .last-card-row, .last-card-row1 { margin-bottom: 0; } .grow { animation: bounce-in-right 3s ease; } @keyframes bounce-in-right { 0% { opacity: 0; transform: translateX(2000px); } 60% { opacity: 1; transform: translateX(-10px); } 80% { transform: translateX(0px); } 100% { transform: translateX(0); } } .custom-table tr { background-color: #fff; } .table.custom-table > tbody > tr > td, .table.custom-table > tbody > tr > th, .table.custom-table > tfoot > tr > td, .table.custom-table > tfoot > tr > th, .table.custom-table > thead > tr > td, .table.custom-table > thead > tr > th { padding: 10px 8px; vertical-align: middle; } .table.custom-table > tbody > tr > td:first-child, .table.custom-table > thead > tr > th:first-child { padding-left: 20px; } .table.custom-table > tbody > tr > td:last-child, .table.custom-table > thead > tr > th:last-child { padding-right: 20px; } .table.custom-table > thead > tr > th { font-weight: 700; border-top: 0; text-transform: capitalize; } .table td, .table th { /* padding-left: 20px; */ } .admin-table.table td, .admin-table.table th { padding-left: 0; vertical-align: middle; } .table { color: #333; margin-bottom: 0; } .table.table-white { background-color: #fff; } .table thead th { letter-spacing: 0.05em; border-bottom: 0 solid #dee2e6; } .table-striped > tbody > tr:nth-of-type(2n + 1) { background-color: #f6f6f6; } table.table td .avatar { margin: 0 5px 0 0; } table.table td h2 { display: inline-block; font-size: inherit; font-weight: 400; margin: 0; padding: 0; vertical-align: middle; } table.table td h2.table-avatar { align-items: center; display: inline-flex; font-size: inherit; font-weight: 400; margin: 0; padding: 0; vertical-align: middle; white-space: nowrap; } table.table td h2.table-avatar.blue-link a { color: #007bff; } table.table td h2 a { color: #333; } table.table td h2 a:hover { color: #f1bd06; } table.table td h2 span { color: #888; display: block; font-size: 12px; margin-top: 3px; } table.dataTable { margin-bottom: 15px !important; margin-top: 15px !important; } .table-hover tbody tr:hover { background-color: #f7f7f7; color: #212529; } table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting { padding-right: 30px !important; } .form-check-input { position: absolute; margin-top: -0.7rem; height: auto; width: auto; } .custom-control-input:not(:disabled):active ~ .custom-control-label::before { color: #fff; } .custom-control-input:checked ~ .custom-control-label::before { color: #fff; border-color: #3e007c; background-color: #3e007c; } .form-control { border-color: #e3e3e3; box-shadow: none; font-size: 15px; height: 44px; color: #333; } .company-logo .form-control { border-color: #e3e3e3; box-shadow: none; font-size: 15px; height: 40px; } .form-control:focus { border-color: #ccc; box-shadow: none; outline: 0; } .form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; } .form-group.row { align-items: center; } .form-group { margin-bottom: 1.25rem; } .accordion > .card:first-of-type { border-bottom: 0; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; } .table td, .table th { border-top: 0 solid #dee2e6; } .accordion > .card:not(:first-of-type):not(:last-of-type) { border-bottom: 0; border-radius: 10px; } .employee-office-table .table.custom-table > tbody > tr > td:first-child, .employee-office-table .table.custom-table > thead > tr > th:first-child { padding-left: 0; } .employee-office-table .table.custom-table > tbody > tr > td:last-child, .employee-office-table .table.custom-table > thead > tr > th:last-child { padding-right: 0; } .top-nav-search { margin-right: 15px; margin-left: 15px; } .top-nav-search form { margin-top: 9px; position: relative; width: auto; } .top-nav-search .form-control { background-color: #3e007c; border-color: rgba(150, 148, 148, 0.9); border-radius: 50px; color: #fff; height: 42px; padding: 10px 50px 10px 15px; } .top-nav-search:hover { margin-right: 20px; transition: all 0.4s ease 0s; } .offcanvas-menu .top-nav-search form { margin-top: 20px; } .top-nav-search .btn { background-color: transparent; border-color: transparent; color: #fff; min-height: 40px; padding: 7px 15px; position: absolute; right: 0; top: 0; } .top-nav-search .form-control::-webkit-input-placeholder { color: #fff; } .top-nav-search .form-control::-moz-placeholder { color: #fff; } .top-nav-search .form-control:-ms-input-placeholder { color: #fff; } .top-nav-search .form-control::-ms-input-placeholder { color: #fff; } .top-nav-search .form-control::placeholder { color: #fff; } .top-nav-search.active form { display: block; left: 0; position: absolute; } .user-info a .user-avatar img { margin-bottom: 3px; } .document-up a { padding: 15px; background: #fff; margin-bottom: 0; border-radius: 5px; display: block; color: #333; border: 1px solid #e5e5e5; } .leave-img { width: 20px; } .dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #3e007c; } .widget-profile .profile-info-widget { display: block; text-align: center; } .widget-profile .profile-info-widget .booking-doc-img { display: inline-block; margin: 0 0 10px; width: auto; padding: 5px; background-color: #f7f7f7; border-radius: 50%; } .widget-profile .profile-info-widget .booking-doc-img img { border-radius: 50%; height: 60px; width: 60px; } .profile-info-widget { display: -webkit-box; display: -ms-flexbox; display: flex; text-align: left; } .profile-info-widget .booking-doc-img { margin-right: 15px; } .profile-info-widget .booking-doc-img img { border-radius: 4px; height: 90px; width: 90px; object-fit: cover; } .profile-det-info { overflow: hidden; } .profile-det-info h3 { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .login-body { display: table; height: 100vh; min-height: 100vh; } .login-wrapper { width: 100%; height: 100%; display: table-cell; vertical-align: middle; } .login-wrapper .loginbox { background-color: #fff; border-radius: 10px; display: flex; margin: 1.875rem auto; max-width: 800px; min-height: 500px; width: 100%; } .login-wrapper .loginbox .login-left { align-items: center; background: #3e007c; border-radius: 6px 0 0 6px; flex-direction: column; justify-content: center; padding: 80px; width: 400px; display: flex; } .login-wrapper .loginbox .login-right { align-items: center; display: flex; justify-content: center; padding: 40px; width: 400px; } .login-wrapper .loginbox .login-right .login-right-wrap { max-width: 100%; flex: 0 0 100%; } .login-wrapper .loginbox .login-right h1 { font-size: 26px; font-weight: 500; margin-bottom: 5px; text-align: center; } .account-subtitle { color: #4c4c4c; font-size: 17px; margin-bottom: 1.875rem; text-align: center; } .login-wrapper .loginbox .login-right .forgotpass a { color: #a0a0a0; } .login-wrapper .loginbox .login-right .forgotpass a:hover { color: #333; text-decoration: underline; } .login-wrapper .loginbox .login-right .dont-have { color: #a0a0a0; margin-top: 1.875rem; } .login-wrapper .loginbox .login-right .dont-have a { color: #333; } .login-wrapper .loginbox .login-right .dont-have a:hover { text-decoration: underline; } .social-login { text-align: center; } .social-login > span { color: #a0a0a0; margin-right: 8px; } .social-login > a { background-color: #ccc; border-radius: 4px; color: #fff; display: inline-block; font-size: 18px; height: 32px; line-height: 32px; margin-right: 6px; text-align: center; width: 32px; } .social-login > a:last-child { margin-right: 0; } .social-login > a.facebook { background-color: #4b75bd; } .social-login > a.google { background-color: #fe5240; } .login-or { color: #a0a0a0; margin-bottom: 20px; margin-top: 20px; padding-bottom: 10px; padding-top: 10px; position: relative; } .or-line { background-color: #e5e5e5; height: 1px; margin-bottom: 0; margin-top: 0; display: block; } .span-or { background-color: #fff; display: block; left: 50%; margin-left: -20px; position: absolute; text-align: center; text-transform: uppercase; top: 0; width: 42px; } .inner-wrapper { width: 100%; height: 100vh; min-height: 100vh; } a.list-group-item { color: #333; } .tab-list-emp li a { padding: 0 15px; } .nav-tabs .nav-item.show .list-view, .nav-tabs .list-view.active { color: #f1bd06; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; } .nav-tabs .nav-item.show .grid-view, .nav-tabs .grid-view.active { color: #f1bd06; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; } .nav-tabs .grid-view, .nav-tabs .list-view { color: #3e007c; } textarea.form-control { color: #898f96; } .coll-arrow:after { font-family: FontAwesome; font-weight: 900; float: right; position: relative; } .coll-arrow:not(.collapsed):after { content: "\f106"; } .coll-arrow.collapsed:after { content: "\f107"; } .news { width: 160px } .news-scroll a { text-decoration: none } .breaking-news .dot { height: 6px; width: 6px; margin-left: 3px; margin-right: 3px; margin-top: 2px !important; background-color: rgb(207, 23, 23); border-radius: 50%; display: inline-block } .circle_percent { font-size:120px; width:1em; height:1em; position: relative; background: #eee; border-radius:50%; overflow:hidden; display:inline-block; margin:0px 90px; } .employee-live-challenge .circle_percent { font-size:120px; width:1em; height:1em; position: relative; background: #eee; border-radius:50%; overflow:hidden; display:inline-block; margin:0px; } .circle_inner { position: absolute; left: 0; top: 0; width: 1em; height: 1em; clip:rect(0 1em 1em .5em); } .round_per { position: absolute; left: 0; top: 0; width: 1em; height: 1em; background: #4527A0; clip:rect(0 1em 1em .5em); transform:rotate(180deg); transition:1.05s; } .percent_more .circle_inner { clip:rect(0 .5em 1em 0em); } .percent_more:after { position: absolute; left: .5em; top:0em; right: 0; bottom: 0; background: #4527A0; content:''; } .circle_inbox { position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; background: #fff; z-index:3; border-radius: 50%; } .percent_text { position: absolute; font-size: 36px; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3; } .Content { /* height: 210px; */ display:grid; width: 100%; } .employee-live-challenge .Content{ height: 100%; padding: 0; margin: 0; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center; } .joinchallenge-caption{ padding: 20px 23px 25px 0px; } .emp-join-challenge p{ text-align: center; font-weight: 600; font-size: 18px; font-family: system-ui; padding: 5px 0px; } .first-fieldset p{ text-align: left; } .submit-fit-id{ width: 100px; background: #1C4E80; font-weight: bold; color: white; border: 0 none; border-radius: 0px; cursor: pointer; padding: 10px 5px; margin: 10px 0px 10px 5px; } @-webkit-keyframes loader { 0% { width: 0; } 20% { width: 10%; } 25% { width: 24%; } 43% { width: 41%; } 56% { width: 50%; } 66% { width: 52%; } 71% { width: 60%; } 75% { width: 76%; } 94% { width: 86%; } 100% { width: 100%; } } @keyframes loader { 0% { width: 0; } 20% { width: 10%; } 25% { width: 24%; } 43% { width: 41%; } 56% { width: 50%; } 66% { width: 52%; } 71% { width: 60%; } 75% { width: 76%; } 94% { width: 86%; } 100% { width: 100%; } } .connect-progress-bar { border-radius: 60px; overflow: hidden; width: 100%; } .connect-progress-bar span { display: block; } .connect-bar { background: rgba(0, 0, 0, 0.075); } .connect-progress { -webkit-animation: loader 8s ease infinite; animation: loader 8s ease infinite; background: #75b800; color: #fff; padding: 5px; width: 0; } .connect-progress-bar { left: 50%; max-width: 70%; position: relative; top: 50%; transform: translate3d(-50%, -50%, 0); margin-bottom: 20px; } .connect-to-app{ display: block; } .List { display: flex; list-style: none; margin: 10px; } .List-item { float: left; width: 100%; margin: 0px 10px; border: 1px solid #cccccc38; border-radius: 10px; padding: 10px; } .employee-live-challenge .List-item { border: 1px solid transparent; border-radius: 10px; padding: 10px; } .list-item-title .btn{ border: 1px solid #0091D5; background: #0091D5; padding: 0px 10px; color: #fff; height:30px; float: right; } .list-item-title{ /* display:flex; */ margin-bottom:15px; padding: 0px 5px; } .list-item-title span{ font-weight: 600; } .list-item-title h6{ width:60%; padding: 7px 0px; margin: 0px; } .List-item p{ text-align:center; font-weight:700; } .more-graph-item{ /* position:absolute; */ bottom:20px; /* width:26%; */ margin-bottom:10px; } .more-graph-item .btn{ border: 1px solid #0091D5; background: #0091D5; padding: 0px 10px; color: #fff; } .carousel-control-next, .carousel-control-prev { width: 0% !important; } .carousel-control-next svg, .carousel-control-prev svg { font-size:30px !important; color:#0091D5 !important; } .carousel-item{ padding:10px; } .carousel-indicators li { background-color: #000; width:7px; height:7px; border-radius:50%; } .carousel-indicators li.active { background-color: #0091D5 ; } .carousel-indicators { margin-bottom:-15px; } .nav-tabs { box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); border: none; } .nav-tabs .nav-link{ border: none; border-radius: 0; transition: color .2s ease-out; } .tabs-dark .nav-link { color: #fff; } .tabs-light .nav-link { color: rgba(0,0,0,.5); } .tabs-dark .nav-link:not(.active):hover { color: #282929; } .tabs-light .nav-link:not(.active):hover { color: #495057; } .nav-pills .nav-link{ border-radius: 2px; color: #495057; transition: color .2s ease-out, box-shadow .2s; } .nav-pills .nav-link:hover{ box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); } .nav-pills .nav-item { margin: 0 5px; } .nav-pills.pills-dark .nav-link.active { background-color: #343a40!important; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); } .nav-pills.pills-dark .nav-link:not(.active):hover { color: #1d1e22; } .tabs-marker .nav-link { position: relative; } .tabs-marker .nav-link.active .marker { height: 30px; width: 30px; left: 50%; bottom: -30px; transform: translatex(-50%); position: absolute; overflow: hidden; } .tabs-marker .nav-link.active .marker:after { content: ""; height: 15px; width: 15px; top: -8px; left: 50%; transform: rotate(45deg) translatex(-50%); transform-origin: left; background-color: #fff; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); position: absolute; } .table button{ border:1px solid #0091D5; background:#0091D5; color:#fff; border-radius:5px; } .table button:hover{ color:#fff !important; } .table td .fa{ font-size:30px; color:#f1bd06; } .leader-table td, .leader-table th{ padding:2px 10px; font-size:15px; text-align:center; } .leader-table td ul{ list-style:none; display:inline-block; } .leader-table td ul li{ float:left; } .dash-widget .card-icon svg{ font-size:20px; width:45px; color:#fff; } .challenge-tab-content{ border:1px solid #ededed; margin:25px 0px 0px; border-radius:10px; } .award-tab-content{ max-height: 212px; height: 212px; overflow-y: scroll; } .empty-reward{ text-align: center; padding: 55px; } .empty-reward p{ font-size: 18px; font-weight: 600; } .empty-reward p svg{ color: mediumpurple; } .empty-reward button{ border: 1px solid #0091D5; background: #0091D5; color: #fff; border-radius: 5px; } .empty-reward button:hover{ color: #fff !important; } .stats { text-align:center; padding:0px; } .stats button{ background:#fff; padding: 0 25px; } .gifted-section{ padding:31px 0px !important; } .stats-icon{ font-size:43px; } .highlight { font-size:25px; } .stat-section{ padding:0px; } .milestone-details { font-weight:bold; font-size:18px; color:#fff; background:#0091D5; margin: 4px; border-radius: 10px; padding:15px 0px; } .grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); grid-gap: 1rem; } .grid > div { background: black; padding: 0; display: grid; place-items: center; } .grid > div::before { content: ""; display: block; padding-bottom: 100%; grid-area: 1/1/2/2; } .grid > div img { width: 100%; grid-area: 1/1/2/2; } .brand-activ .recent-comment { max-height: 375px; overflow-y: auto; position: relative; } /*--- Login/Register ---*/ section { position: relative; min-height: 100vh; background-color: #f8dd30; display: flex; justify-content: center; align-items: center; padding: 20px; } section .container { position: relative; width: 800px; height: 500px; background: #fff; box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1); overflow: hidden; } section .container .user { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; } section .container .user .imgBx { position: relative; width: 50%; height: 100%; background: #ff0; transition: 0.5s; } section .container .user .imgBx img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } section .container .user .formBx { position: relative; width: 50%; height: 100%; background: #fff; /* display: flex; */ justify-content: center; align-items: center; padding: 55px 40px; transition: 0.5s; vertical-align: middle; display: grid; } section .container .user .formBx form h2 { font-size: 18px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; text-align: center; width: 100%; margin-bottom: 10px; color: #555; } section .container .user .formBx form input { position: relative; width: 100%; padding: 10px; background: #f5f5f5; color: #333; border: none; outline: none; box-shadow: none; margin: 8px 0; font-size: 14px; letter-spacing: 1px; font-weight: 300; } section .container .user .formBx form input[type='submit'] { max-width: 100px; background: #677eff; color: #fff; cursor: pointer; font-size: 14px; font-weight: 500; letter-spacing: 1px; transition: 0.5s; } section .container .user .formBx form .signup { position: relative; margin-top: 20px; font-size: 12px; letter-spacing: 1px; color: #555; text-transform: uppercase; font-weight: 300; } section .container .user .formBx form .signup a { font-weight: 600; text-decoration: none; color: #677eff; } section .container .signupBx { pointer-events: none; } section .container.active .signupBx { pointer-events: initial; } section .container .signupBx .formBx { left: 100%; } section .container.active .signupBx .formBx { left: 0; } section .container .signupBx .imgBx { left: -100%; } section .container.active .signupBx .imgBx { left: 0%; } section .container .signinBx .formBx { left: 0%; } section .container.active .signinBx .formBx { left: 100%; } section .container .signinBx .imgBx { left: 0%; } section .container.active .signinBx .imgBx { left: -100%; } @media (max-width: 991px) { section .container { max-width: 400px; } section .container .imgBx { display: none; } section .container .user .formBx { width: 100%; } } .register-tab { box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); border: none; display: flex; justify-content: center; width: fit-content; margin: auto; margin: 0px auto 25px; } .formBx .nav-tabs .nav-link{ border: none; color: #000; border-radius: 0; /* transition: color .2s ease-out; */ } .nav-pills .nav-link{ border-radius: 2px; color: #000 !important; /* transition: color .2s ease-out, box-shadow .2s; */ } .nav-pills .nav-item { margin: 0 5px; } .nav-tabs .nav-link.active { color: #fff; background-color: #0091D5 !important; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); } .tabs-marker .nav-link { position: relative; } .tabs-marker .nav-link.active .marker { height: 30px; width: 30px; left: 50%; bottom: -30px; transform: translatex(-50%); position: absolute; overflow: hidden; } .tabs-marker .nav-link.active .marker:after { content: ""; height: 15px; width: 15px; top: -8px; left: 50%; transform: rotate(45deg) translatex(-50%); transform-origin: left; background-color: #0091D5; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); position: absolute; } .formCheck{ display: flex; justify-content: left; } .formCheck input { width: 25px !important; } .formCheck .form-check-label{ line-height: 2; } /* Employee Dashboard */ .progress-item{ display: flex; justify-content: center; align-items: center; margin-bottom: 10px; } .progress-item button{ border: 1px solid #677eff; background: #677eff; padding: 0px 10px; color: #fff; } .progress-item button:hover{ color: #fff; } .wrapper { width: 520px; max-width: 100%; } .wrapper label{ margin: 0; } .emp-progress-bar { height: 25px; width: 100%; background-color: #BFADA3; border-radius: 20px; overflow: hidden; box-shadow: 2px 0 10px inset rgba(0,0,0,0.2); position: relative; margin-right: 10px; } * + .emp-progress-bar { margin-bottom: 10px; } .bar { width: 0; height: 100%; background-color: #677eff; /*Lollipop background gradient*/ background-image: linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent ); background-size: 30px 30px; animation: move 2s linear infinite; box-shadow: 2px 0 10px inset rgba(0,0,0,0.2); transition: width 2s ease-out; } /*Lollipop background gradient animation*/ @keyframes move { 0% { background-position: 0 0; } 100% { background-position: 30px 30px; } } .perc { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-weight: bold; } .carouseloffers .item img { padding: 0px 5px; } .carouseloffers button{ margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .slide-arrow{ position: absolute; top: 50%; margin-top: -15px; } .prev-arrow{ left: -15px; width: 0; height: 0; border-left: 0 solid transparent; border-right: 15px solid #113463; border-top: 10px solid transparent; border-bottom: 10px solid transparent; } .next-arrow{ right: -3px; width: 0; height: 0; border-right: 0 solid transparent; border-left: 15px solid #113463; border-top: 10px solid transparent; border-bottom: 10px solid transparent; } .carouseloffers .prev-arrow svg, .carouseloffers .next-arrow svg { font-size: 30px !important; color: #f1bd06 !important; } .slick-dots li button { width: 10px; height: 10px; background: #00000070; border-radius: 50%; } .slick-dots li { width: 10px; } .slick-active button{ background-color: #f1bd06 !important; } .achievement-avatar { vertical-align: middle; width: 70px; height: 60px; border-radius: 50%; } .stat-part{ justify-content: center; align-content: center; display: grid; } .achievement-item{ border: 1px solid #ddd; padding: 0px 5px; border-radius: 15px; margin-bottom: 15px; } .achievement-main{ max-height: 376px; overflow-y: scroll; overflow-x: hidden; } @media only screen and (max-width: 1199.98px) { .header-menu-list ul li a { font-size: 14px; } h1 { font-size: 2.75rem; } h2 { font-size: 2.03rem; } .h3, h3 { font-size: 1.4rem; } h5 { font-size: 1rem; } .last-card-row { margin-bottom: 30px; } .last-card-row1 { margin-bottom: 0; } } @media only screen and (max-width: 991.98px) { h4 { font-size: 1.2rem; } .header-menu-list ul li a { font-size: 18px; } .user-menu-items a { color: #212529; } .header { padding: 0 15px 45px; } } @media only screen and (max-width: 767.98px) { .user-block .dropdown-menu { display: block; opacity: 0; visibility: hidden; top: calc(100% + 20px); } .dropdown:hover > .notification-dropdown-menu { opacity: 1; visibility: visible; top: 100%; } h1 { font-size: 2.75rem; } h2 { font-size: 2.03rem; } .h3, h3 { font-size: 1.3rem; } h5 { font-size: 1rem; } .header-wrapper div.append { width: 100%; } .header-wrapper div.append ul { display: none; } .header-wrapper div.append select { display: block; position: relative; background: #fff; font-size: 16px; } .header-menu-list { padding: 10px; } .header-wrapper div.append select:after { position: absolute; content: "\e874"; font-family: linearicons-free; } .offcanvas-menu .user-notification-block ul li a.menu-style { padding: 27px 14px 14px; } .user-notification-block ul li .badge { right: 23px; } .login-wrapper .loginbox .login-left { display: none; } .login-wrapper .loginbox { max-width: 450px; min-height: unset; } .login-wrapper .loginbox .login-right { float: none; padding: 1.875rem; width: 100%; } .top-nav-search form { width: 212px; } } @media only screen and (max-width: 575.98px) { h1 { font-size: 1.22rem; } h2 { font-size: 1.67rem; } .h3, h3 { font-size: 1.2rem; } h4 { font-size: 1rem; } p { font-size: 0.9rem; } .top-header-section { padding-bottom: 5px; padding-top: 5px; } .page-wrapper { padding: 0; margin-top: -45px; } .header { padding: 0 0 45px; } .card { margin-bottom: 15px; } .fc-toolbar .fc-right { display: inline-block; float: none; margin: 10px auto 0; width: 200px; clear: both; } .fc-toolbar .fc-left { float: none; margin: 0 auto; width: 200px; } .fc-toolbar .fc-center { display: inline-block; width: 100%; text-align: center; } .fc-toolbar .fc-center h2 { width: 100%; } .fc button { font-size: 14px; } .nav-pills .nav-link { padding: 0.5rem; } .tab-list-emp li a { padding: 0 5px; } .btn-add { margin-bottom: 15px; } .last-card-row1 { margin-bottom: 0; } } .navbar-default { background-color: #FFF; margin-left: 200px; } .mnb{ background:#1C4E80; } /*main side bar*/ .msb { width: 200px; background-color: #F5F7F9; position: fixed; left: 0; top: 0; right: auto; min-height: 100%; overflow-y: auto; white-space: nowrap; height: 100%; z-index: 1; border-right: 1px solid #ddd; } .msb .navbar { border: none; margin-left: 0; background-color: inherit; padding:0; } .msb .navbar-header { width: 100%; border-bottom: 1px solid #e7e7e7; margin-bottom: 20px; background: #fff; } .navbar-header a svg{ color: #fff; font-size: 22px; } .msb .navbar-nav .panel { border: 0 none; box-shadow: none; margin: 0; background: inherit; } .msb .navbar-nav li { display: block; width: 100%; } .msb .navbar-nav li a { padding: 20px; /* color: #5f5f5f; */ } .msb .navbar-nav li a .glyphicon, .msb .navbar-nav li a .fa { margin-right: 8px; } .msb .nb { padding-top: 5px; padding-left: 10px; margin-bottom: 30px; overflow: hidden; } ul.nv, ul.ns { position: relative; padding: 0; list-style: none; } .nv { /*ns: nav-sub*/ } .nv li { display: block; position: relative; } .nv li::before { clear: both; content: ""; display: table; } .nv li a { color: #444; padding: 10px 25px; display: block; vertical-align: middle; } .nv li a .ic { font-size: 16px; margin-right: 5px; font-weight: 300; display: inline-block; } .nv .ns li a { padding: 10px 50px; } /*main content wrapper*/ .mcw { /* margin-left: 200px; */ /* position: relative; */ /* min-height: 100%; */ /*content view*/ } /*globals*/ a, a:focus, a:hover { text-decoration: none; } .inbox .container-fluid { padding-left: 0; padding-right: 0; } .inbox ul, .inbox li { margin: 0; padding: 0; } .inbox ul li { list-style: none; } .inbox ul li a { display: block; padding: 10px 20px; } .msb, .mnb { -moz-animation: slidein 300ms forwards; -o-animation: slidein 300ms forwards; -webkit-animation: slidein 300ms forwards; animation: slidein 300ms forwards; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .mcw { -moz-animation: bodyslidein 300ms forwards; -o-animation: bodyslidein 300ms forwards; -webkit-animation: bodyslidein 300ms forwards; animation: bodyslidein 300ms forwards; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } body.msb-x .mcw, body.msb-x .mnb { margin-left: 0; -moz-animation: bodyslideout 300ms forwards; -o-animation: bodyslideout 300ms forwards; -webkit-animation: bodyslideout 300ms forwards; animation: bodyslideout 300ms forwards; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } body.msb-x .msb { -moz-animation: slideout 300ms forwards; -o-animation: slideout 300ms forwards; -webkit-animation: slideout 300ms forwards; animation: slideout 300ms forwards; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } /* Slide in animation */ @-moz-keyframes slidein { 0% { left: -200px; } 100% { left: 0; } } @-webkit-keyframes slidein { 0% { left: -200px; } 100% { left: 0; } } @keyframes slidein { 0% { left: -200px; } 100% { left: 0; } } @-moz-keyframes slideout { 0% { left: 0; } 100% { left: -200px; } } @-webkit-keyframes slideout { 0% { left: 0; } 100% { left: -200px; } } @keyframes slideout { 0% { left: 0; } 100% { left: -200px; } } @-moz-keyframes bodyslidein { 0% { left: 0; } 100% { margin-left: 200px; } } @-webkit-keyframes bodyslidein { 0% { left: 0; } 100% { left: 0; } } @keyframes bodyslidein { 0% { margin-left: 0; } 100% { margin-left: 200px; } } @-moz-keyframes bodyslideout { 0% { margin-left: 200px; } 100% { margin-right: 0; } } @-webkit-keyframes bodyslideout { 0% { margin-left: 200px; } 100% { margin-left: 0; } } @keyframes bodyslideout { 0% { margin-left: 200px; } 100% { margin-left: 0; } } #heading { text-transform: uppercase; color: #1C4E80; font-weight: normal } #msform { text-align: center; position: relative; /*margin-top: 20px*/ } #joinchallenge .modal-body{ padding: 0; } #joinchallenge fieldset{ padding: 35px; border-radius: 0 !important; } #joinchallenge fieldset:nth-child(3){ background: #5d696f; } #joinchallenge fieldset:nth-child(3) p{ color: #fff; } #joinchallenge fieldset:nth-child(3) img{ margin-bottom: 20px; } #msform fieldset { background: white; border: 0 none; border-radius: 0.5rem; box-sizing: border-box; width: 100%; margin: 0; padding-bottom: 20px; position: relative } .form-card { text-align: left } #msform fieldset:not(:first-of-type) { display: none } .popupinput{ padding: 8px 15px 8px 15px; border: 1px solid #ccc; border-radius: 0px; margin-bottom: 25px; margin-top: 2px; width: 100%; box-sizing: border-box; font-family: montserrat; color: #2C3E50; background-color: #ECEFF1; font-size: 16px; letter-spacing: 1px } #msform textarea, #msform select { padding: 8px 15px 8px 15px; border: 1px solid #ccc; border-radius: 0px; margin-bottom: 25px; margin-top: 2px; width: 100%; box-sizing: border-box; font-family: montserrat; color: #2C3E50; background-color: #ECEFF1; font-size: 16px; letter-spacing: 1px } #msform input[type="radio"]{ width: 2%; } .fieldlabelradio{ margin-right:20px; } #msform input:focus, #msform textarea:focus { -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; border: 1px solid #673AB7; outline-width: 0 } #msform .action-button { width: 100px; background: #1C4E80; font-weight: bold; color: white; border: 0 none; border-radius: 0px; cursor: pointer; padding: 10px 5px; margin: 10px 0px 10px 5px; float: right } #msform .action-button:hover, #msform .action-button:focus { background-color: #0091D5 } #msform .action-button-previous { width: 100px; background: #616161; font-weight: bold; color: white; border: 0 none; border-radius: 0px; cursor: pointer; padding: 10px 5px; margin: 10px 5px 10px 0px; float: right } #msform .action-button-previous:hover, #msform .action-button-previous:focus { background-color: #000000 } .badge-image { opacity: 0.8; width: 115px; height: 115px; background-position: center center; background-color: gray; display: inline-block; margin: 10px; border-radius: 10px; background-size: contain; } .badge-image:hover { opacity: 1; } .radio-img > input { display: none; } .radio-img > .badge-image { cursor: pointer; border: 2px solid black; } .radio-img > input:checked + .badge-image { border: 2px solid orange; } .card-main-body { z-index: 0; border: none; position: relative } .fs-title { font-size: 25px; color: #673AB7; margin-bottom: 15px; font-weight: normal; text-align: left } .purple-text { color: #673AB7; font-weight: normal } .steps { font-size: 25px; color: gray; margin-bottom: 10px; font-weight: normal; text-align: right } .fieldlabels { color: gray; text-align: left } #progressbar { margin-bottom: 30px; overflow: hidden; color: lightgrey } #progressbar .active { color: #1C4E80 } .create-challenge #progressbar li { width: 50%; } #progressbar li { list-style-type: none; font-size: 15px; width: 33%; float: left; position: relative; font-weight: 400 } #progressbar #detail:before { content: ""; } #progressbar #badge:before { content: "" } #progressbar #summary:before { content: "" } #progressbar #confirm:before { content: "" } #progressbar #event:before { content: "" } #progressbar #createbadge:before { content: "" } #progressbar li:before { width: 30px; height: 30px; line-height: 44px; display: block; font-size: 20px; color: #ffffff; background: lightgray; border-radius: 50%; margin: 10px auto 10px auto; padding: 2px; } #progressbar li:after { content: ''; width: 100%; height: 2px; background: lightgray; position: absolute; left: 0; top: 25px; z-index: -1 } #progressbar li.active:before, #progressbar li.active:after { background: #1C4E80 } .progress { height: 20px } .progress-bar { background-color: #1C4E80 } .fit-image { width: 100%; object-fit: cover }
assets/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin&display=swap'); body { font-family: 'Libre Franklin', sans-serif; position: relative; font-weight: 300; color: #212529; font-size: 15px; line-height: 1.8; background: #f7f7f7; } ul, h1, h2, h3, h4, h5, p { padding: 0; margin: 0; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 400; } li { list-style: none; } a:hover, a:focus { text-decoration: none; } .form-control:focus { outline: 0; box-shadow: none; border-color: #f1bd06 !important; } button:focus { outline: 0; box-shadow: none; border-color: transparent; } img { max-width: 100%; } input[type="date"], input[type="datetime-local"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], textarea, select { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: none; box-shadow: none; outline: none; width: 100%; padding: 0 20px; } h1 { font-size: 3.5rem; font-weight: 300; } h2 { font-size: 2.25rem; } h4 { font-size: 1.25rem; } h5 { font-size: 1.125rem; line-height: 2rem; } ::-webkit-input-placeholder { color: #898f96; } ::-moz-placeholder { color: #898f96; } ::-ms-input-placeholder { color: #898f96; } ::-ms-input-placeholder { color: #898f96; } ::placeholder { color: #898f96; } .display-5 { font-size: 1.58rem; } .display-6 { font-size: 1.22rem; } .font-23 { font-size: 23px; } .no-bg-color { background-color: transparent; } .text-theme { color: #f1bd06; } .text-grey { color: #555; } .text-danger { color: #f62d51 !important; } .table-responsive { white-space: nowrap; } .custom-badge { padding: 0.8rem 1.25rem; border-radius: 50em; background: #f1f3f6; margin-bottom: 5px; color: #fff; background-color: #6c757d; } .ctm-bg-danger { background: #ff6a6c; } .ctm-bg-warning { background: #feb71d; } .ctm-bg-info { background: #58c9e9; } .ctm-bg-success { background: #62d03a; } .ctm-border-radius { border-radius: 10px; } .ctm-btn-padding { padding: 10px 15px; } .ctm-text-sm { font-size: 14px; color: #888; } .ctm-padding { padding: 1.25rem; } .ctm-margin-btm { margin-bottom: 1.25rem !important; } .bg-theme { background-color: #3e007c; } .l-1 { left: 0.5rem; } .t-1 { top: 0.5rem; } .display-6 { font-size: 1.22rem; } .sidebar-overlay { background-color: rgba(0, 0, 0, 0.6); z-index: 1048; height: 100%; width: 100%; position: fixed; top: 0; display: none; overflow: hidden; } .card:hover { box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08) !important; -webkit-box-shadow: 0 10px 6px -6px #777; -moz-box-shadow: 0 10px 6px -6px #777; box-shadow: 0 10px 6px -6px #777; } .accordion > .card:last-of-type { border-top-left-radius: 10px; border-top-right-radius: 10px; } .btn-theme { background: #3e007c; border-bottom: 5px solid #f1bd06; } .btn-theme:hover, .btn-theme:focus { box-shadow: 0 9px 14px 1px rgba(62, 0, 124, 0.18); } .btn-secondary { background: #7347c1; } .btn-outline { border: 1px solid #fff; } .text-primary { color: #3e007c !important; } .text-pink { color: #f00f89 !important; } .bg-primary { background-color: #3e007c !important; } .badge-primary { color: #fff; background-color: #3e007c; } a.text-primary:focus, a.text-primary:hover { color: #f1bd06 !important; } a.text-warning:focus, a.text-warning:hover { color: #dea705 !important; } .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { /* color: #dea705 !important; */ } .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover { background-color: #3e007c; } .btn-outline-primary { color: #3e007c; border-color: #3e007c; } .btn-outline-primary:hover { color: #fff; background-color: #3e007c; border-color: #3e007c; } .btn-white { background-color: #fff; border: 1px solid #ccc; color: #333; } .btn.focus, .btn:focus { outline: 0; box-shadow: none; } .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #3e007c; border-color: #3e007c; } .btn-danger { color: #fff; background-color: #dc3545; border-color: #dc3545; border-bottom: 5px solid #8e0a0a; } .btn-danger:hover { color: #fff; background-color: #c82333; border-color: #bd2130; border-bottom: 5px solid #7b111b; } .button-1 { color: #fff; border-bottom: 5px solid #d8a400; background-image: -webkit-linear-gradient(30deg, #3e007c 50%, transparent 50%); background-image: linear-gradient(30deg, #3e007c 50%, transparent 50%); background-size: 900px; background-repeat: no-repeat; background-position: 0%; -webkit-transition: background 0.8s ease-in-out; transition: background 0.8s ease-in-out; } .button-1:hover { background-position: -900px; color: #fff; background-color: #f1bd06; border-bottom: 5px solid #d8a400; } .button-5 { background-color: #f1bd06; background-image: -moz-linear-gradient(top, #d8a400 0%, #f1bd06 100%); background-image: -webkit-linear-gradient(top, #d8a400 0%, #f1bd06 100%); background-image: linear-gradient(to bottom, #d8a400 0%, #f1bd06 100%); background-size: 900px; background-repeat: no-repeat; background-position: 0%; -webkit-transition: background 300ms ease-in-out; transition: background 300ms ease-in-out; } .button-5:hover { background-position: -900px; transition: background 0.5s ease-in-out; } .button-6 { background-color: #f1f1f1; background-image: -moz-linear-gradient(top, #fff 0%, #fff 100%); background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%); background-image: linear-gradient(to bottom, #fff 0%, #fff 100%); background-size: 900px; background-repeat: no-repeat; background-position: 0%; -webkit-transition: background 300ms ease-in-out; transition: background 0.5s ease-in-out; } .button-6:hover { background-position: -900px; transition: background 0.5s ease-in-out; } .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #f1bd06; color: #fff; } .select2-container--default .select2-selection--single .select2-selection__arrow { height: 42px; right: 7px; } .select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #e3e3e3 transparent transparent; border-style: solid; border-width: 6px 6px 0; height: 0; left: 50%; margin-left: -10px; margin-top: -2px; position: absolute; top: 50%; width: 0; } .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #e3e3e3; border-width: 0 6px 6px; } .select2-container .select2-selection--single .select2-selection__rendered { padding-right: 30px; padding-left: 15px; } .select2-container--default .select2-selection--multiple { border: 1px solid #e3e3e3; min-height: 40px; } .select2-dropdown { border: 1px solid #e3e3e3; } .select2-container--default .select2-selection--single { border-color: #e3e3e3; box-shadow: none; font-size: 15px; height: 44px; outline: none; } .select2-container--default .select2-selection--single .select2-selection__rendered { color: #495057; line-height: 42px; border-color: transparent; outline: 0; padding-left: 1.25rem; font-size: 15px; font-weight: 400; } .header { background-color: #3e007c; padding: 0 15px 45px; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; } .header-dropdown:hover > .dropdown-menu { display: block; } .top-header-section { padding-bottom: 25px; padding-top: 25px; } .logo a img { width: 170px; } .header-menu-list { padding: 20px; border-radius: 10px; } .user-notification-block ul li a.menu-style { color: #7e8fa1; padding: 32px 14px; } .user-info a.menu-style { color: #7e8fa1; padding: 18px 14px; padding-right: 0; } .user-details h4{ color:#fff; display: inline-block; vertical-align: middle; } .user-details{ line-height: 6; } .user-notification-block ul li .badge { font-family: open sans, sans-serif; width: 23px; height: 23px; top: 14px; right: 5px; font-weight: 500; font-size: 14px; } nav ul li a { color: #333; display: block; } nav ul li.active a, nav ul li.focus a, nav ul li.hover a { color: #f1bd06; } .nav-link:focus, .nav-link:hover { background: #e2e2e2; border-radius: 10px; border-bottom: 5px solid #ccc; } .user-block .dropdown-toggle:after { display: none; } .user-block .notification-dropdown-menu { min-width: 23rem; } .user-block .user-info .notification-dropdown-menu { min-width: 5rem; width: 300px; } .user-block .notification-dropdown-menu .dropdown-item p { width: 230px; } .user-block .notification-dropdown-menu .media a.trash-btn { background: #ffe6e6; border-radius: 50%; width: 50px; height: 50px; color: #900; } .user-block .notification-dropdown-menu .media a.position-relative span { font-size: 2rem; position: absolute; top: 50%; transform: translateY(-50%); } .dropdown-item:focus, .dropdown-item:hover { color: #16181b; text-decoration: none; background-color: #f4f6f9; } .side-menu-container li.active { background: #0091D5; color:#fff; } .side-menu-container li.active a { color:#fff; } .side-menu-container{ width:100%; } .sidebar-user{ width:100%; word-wrap: break-word; background-color: #fff; background-clip: border-box; margin: 10px 5px; padding: 10px; border-radius: 5px; } .sidebar-wrapper a { border-bottom: 1px solid #ededed; display: flex; text-align: center; vertical-align: middle; align-items: center; justify-content: center; align-self: center; flex-direction: column; } .side-menu-container a:hover { background: #ededed; } .side-menu-container li.active a:hover { background: #677eff !important; color:#fff !important; } .sidebar-wrapper .first-slider-btn { border-top-left-radius: 10px; } .sidebar-wrapper .second-slider-btn { border-top-right-radius: 10px; } .sidebar-wrapper .last-slider-btn { border-bottom-right-radius: 10px; } .sidebar-wrapper .last-slider-btn1 { border-bottom-left-radius: 10px; } .ctm-border-right { border-right: 1px solid #ededed; } .ctm-border-left { border-left: 1px solid #ededed; } .ctm-border-top { border-top: 1px solid #ededed; } .ctm-border-full { border: 1px solid #ededed; } /*img:hover { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }*/ a .avatar:hover > img { -webkit-transform: scale(1.5); transform: scale(1.5); -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } .rt_nav_header.horizontal-layout.fixed-on-scroll.nav-bottom { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; border-bottom: 1px solid #f2f2f2; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } #loader-wrapper { background-color: #fff; bottom: 0; height: 100%; left: 0; position: fixed; right: 0; top: 0; width: 100%; z-index: 9999; } .loader { position: absolute; top: 50%; left: 40%; margin-left: 10%; transform: translate3d(-50%, -50%, 0); } .dot { width: 15px; height: 15px; background: #3ac; border-radius: 100%; display: inline-block; animation: slide 1s infinite; } .dot:nth-child(1) { animation-delay: 0.1s; background: #3e007c; } .dot:nth-child(2) { animation-delay: 0.2s; background: #f1bd06; } .dot:nth-child(3) { animation-delay: 0.3s; background: #007bff; } .dot:nth-child(4) { animation-delay: 0.4s; background: #dc3545; } .dot:nth-child(5) { animation-delay: 0.5s; background: #28a745; } @-moz-keyframes slide { 0% { transform: scale(1); } 50% { opacity: 0.3; transform: scale(2); } 100% { transform: scale(1); } } @-webkit-keyframes slide { 0% { transform: scale(1); } 50% { opacity: 0.3; transform: scale(2); } 100% { transform: scale(1); } } @-o-keyframes slide { 0% { transform: scale(1); } 50% { opacity: 0.3; transform: scale(2); } 100% { transform: scale(1); } } @keyframes slide { 0% { transform: scale(1); } 50% { opacity: 0.3; transform: scale(2); } 100% { transform: scale(1); } } .calendar-events { border: 1px solid transparent; cursor: move; padding: 10px 15px; } .calendar-events:hover { border-color: #e9e9e9; background-color: #fff; } .calendar-events i { margin-right: 8px; } .calendar { float: left; margin-bottom: 0; } .fc-toolbar.fc-header-toolbar { margin-bottom: 1.5rem; } .none-border .modal-footer { border-top: none; } .fc-toolbar h2 { font-size: 18px; font-weight: 600; font-family: open sans, sans-serif; line-height: 30px; text-transform: uppercase; } .fc-day-grid-event .fc-time { font-family: open sans, sans-serif; } .fc-day { background: #fff; } .fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active, .fc-toolbar button:focus, .fc-toolbar button:hover, .fc-toolbar .ui-state-hover { z-index: 0; } .fc th.fc-widget-header { background: #f9dc77; font-size: 14px; line-height: 20px; padding: 10px 0; text-transform: uppercase; color: #333; } .fc-axis.fc-widget-header { width: 70px !important; } .fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover { border-color: #f1bd06; } .fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number { padding: 2px 5px; } .fc-button { background: #f1f1f1; border: none; color: #797979; text-transform: capitalize; box-shadow: none !important; border-radius: 3px !important; margin: 0 3px !important; padding: 6px 12px !important; height: auto !important; } .fc-text-arrow { font-family: inherit; font-size: 16px; } .fc-state-hover { background: #f3f3f3; } .fc-state-highlight { background: #f0f0f0; } .fc-state-down, .fc-state-active, .fc-state-disabled { background-color: #3e007c !important; color: #fff !important; text-shadow: none !important; } .fc-cell-overlay { background: #f0f0f0; } .fc-unthemed .fc-today { background: #fff; } .fc-event { border-radius: 2px; border: none; color: #fff !important; cursor: move; font-size: 13px; margin: 1px 7px; padding: 5px; text-align: center; } .fc-basic-view td.fc-week-number span { padding-right: 8px; font-weight: 700; font-family: open sans, sans-serif; } .fc-basic-view td.fc-day-number { padding-right: 8px; font-weight: 700; font-family: open sans, sans-serif; } .event-form .input-group .form-control { height: 40px; } .offcanvas-menu { position: fixed; height: 100%; width: 0; top: 0; right: 0; background: #fff; z-index: 989999; overflow-y: scroll; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease; transition: 0.3s ease; -webkit-box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.3); box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.3); padding-bottom: 25px; } .filter-row a { height: 44px; } .custom-search .input-group-append { border-radius: 0 5rem 5rem 0; } .custom-search button { border-radius: 5rem !important; } .header-wrapper ul li.active { z-index: 2; color: #fff; background-color: #f1bd06; border-color: #f1bd06; border-radius: 10px; } .header-wrapper ul li:hover { background-color: #e8e8e8; border-color: #e8e8e8; border-radius: 10px; } .header-wrapper ul li.active:hover { background-color: #f1bd06; border-color: #f1bd06; border-radius: 10px; } .header-wrapper div.append select { display: none; height: 45px; border: 1px solid #ececec; padding: 0 40px 0 20px; -webkit-border-radius: 4px; border-radius: 4px; -moz-appearance: none; -webkit-appearance: none; cursor: pointer; } .header-wrapper .nav-arrow { right: 14px; } .page-wrapper { padding: 0 15px 0; margin-top: -15px; } .list-group-item.active { z-index: 2; color: #fff; background-color: #f1bd06; border-color: #f1bd06; } .list-group-item:first-child { border-top-left-radius: 10px; border-top-right-radius: 10px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; } .page-title { border-left: 3px solid #f1bd06; border-right: 3px solid #f1bd06; } .card { border: 1px solid #ededed; margin-bottom: 30px; border-radius: 10px; } .card-header { background: 0 0; padding: 1.25rem; border-bottom: 1px solid #ededed; } .card-title { color: #333; margin-bottom: 20px; } hr { border-top: 1px solid #ededed; } .list-group-item { border: 1px solid #ededed; } .team-lead .media { align-items: center; } .avatar-upload { position: relative; max-width: 205px; margin: 15px auto; } .avatar-upload .avatar-edit { position: absolute; right: 12px; z-index: 1; top: 10px; } .avatar-upload .avatar-edit input { display: none; } .avatar-upload .avatar-edit input + label { display: inline-block; width: 34px; height: 34px; margin-bottom: 0; border-radius: 100%; background: #fff; border: 1px solid transparent; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12); cursor: pointer; font-weight: 400; transition: all 0.2s ease-in-out; } .avatar-upload .avatar-edit input + label:hover { background: #f1f1f1; border-color: #d6d6d6; } .avatar-upload .avatar-edit input + label:after { content: "\f040"; font-family: fontawesome; color: #757575; position: absolute; top: 3px; left: 0; right: 0; text-align: center; margin: auto; } .avatar-upload .avatar-preview { width: 200px; height: 200px; position: relative; border-radius: 10px; border: 6px solid #f3f3f3; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); } .avatar-upload .avatar-preview > div { width: 100%; height: 100%; border-radius: 100%; background-size: contain; background-repeat: no-repeat; background-position: center; } .avatar-preview div { background-image: url(../img/logo2.png); } .e-avatar:first-of-type { margin-left: 0 !important; } .e-avatar { background-color: #fff; border: 3px solid #e7e7e7; border-radius: 50%; height: 40px; position: relative; width: 40px; margin-left: -20px; } .e-avatar > img { border-radius: 50%; width: 100%; } .dash-card-container { display: flex; flex-direction: row; flex-grow: 1; min-height: 50px; } .dash-card-icon { align-items: center; display: flex; flex-direction: row; padding-right: 15px; } .dash-card-icon i { width: 20px; } .today-list .card-body .dash-card-content { color: #333; } .dash-card-content p { margin-bottom: 0; } .dash-card-avatars { align-items: center; display: flex; flex-grow: 1; justify-content: flex-end; padding: 0 15px; padding-right: 0; } .dash-card-content { align-items: center; display: flex; flex-direction: row; } .notice-board { display: flex; align-items: center; } .time-list { display: flex; flex-grow: 1; } .dash-stats-list { align-items: center; display: flex; flex-flow: column wrap; flex-grow: 1; padding-left: 15px; padding-right: 15px; } .dash-stats-list span { min-width: 105px; } .dash-stats-list h4 { font-size: 20px; font-weight: 500; margin-bottom: 15px; } .dash-stats-list + .dash-stats-list { border-left: 1px solid #e7e7e7; } .dash-stats-list { align-items: center; display: flex; flex-flow: column wrap; flex-grow: 1; padding-left: 5px; padding-right: 5px; } .dash-widget .card-body { display: flex; flex-direction: row; align-items: center; } .card-icon { float: left; width: 45px; height: 45px; border-radius: 10px; display: flex; align-items: center; vertical-align: middle; background: #26a69a; } .card-icon .fa { font-size: 24px; margin: auto; color: #fff; } .card-right { padding-left: 15px; display: flex; flex-direction: column; justify-content: center; } .card-right .card-title { margin-bottom: 5px; font-size: 14px; } .card-right p { font-size: 20px; font-weight: 700; } .drop-active a { min-width: 90px; } .avatar { background-color: #3e007c; border-radius: 50%; color: #fff; display: inline-block; font-weight: 500; height: 30px; line-height: 34px; margin: 0 -17px 0 0; text-align: center; text-decoration: none; text-transform: uppercase; vertical-align: middle; width: 30px; position: relative; white-space: nowrap; border: 0px solid #fff; box-shadow: 0 1px 5px 0 rgba(53, 53, 53, 0.3); } .avatar:hover { color: #fff; } .avatar.avatar-xs { width: 24px; height: 24px; } .avatar > img { border-radius: 50%; display: block; overflow: hidden; width: 100%; } .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #3e007c; border-radius: 10px; border-bottom: 5px solid #f1bd06; } .nav-pills .nav-link { color: #3e007c; } .quicklink-sidebar-menu ul li a { display: block; } .header-menu-list div ul li a { display: block; } .yalign { position: absolute; top: 50%; transform: translateY(-50%); } .admin-activ .recent-comment { max-height: 234px; overflow-y: auto; position: relative; } .btn-add { margin-bottom: 30px; } .last-card-row, .last-card-row1 { margin-bottom: 0; } .grow { animation: bounce-in-right 3s ease; } @keyframes bounce-in-right { 0% { opacity: 0; transform: translateX(2000px); } 60% { opacity: 1; transform: translateX(-10px); } 80% { transform: translateX(0px); } 100% { transform: translateX(0); } } .custom-table tr { background-color: #fff; } .table.custom-table > tbody > tr > td, .table.custom-table > tbody > tr > th, .table.custom-table > tfoot > tr > td, .table.custom-table > tfoot > tr > th, .table.custom-table > thead > tr > td, .table.custom-table > thead > tr > th { padding: 10px 8px; vertical-align: middle; } .table.custom-table > tbody > tr > td:first-child, .table.custom-table > thead > tr > th:first-child { padding-left: 20px; } .table.custom-table > tbody > tr > td:last-child, .table.custom-table > thead > tr > th:last-child { padding-right: 20px; } .table.custom-table > thead > tr > th { font-weight: 700; border-top: 0; text-transform: capitalize; } .table td, .table th { /* padding-left: 20px; */ } .admin-table.table td, .admin-table.table th { padding-left: 0; vertical-align: middle; } .table { color: #333; margin-bottom: 0; } .table.table-white { background-color: #fff; } .table thead th { letter-spacing: 0.05em; border-bottom: 0 solid #dee2e6; } .table-striped > tbody > tr:nth-of-type(2n + 1) { background-color: #f6f6f6; } table.table td .avatar { margin: 0 5px 0 0; } table.table td h2 { display: inline-block; font-size: inherit; font-weight: 400; margin: 0; padding: 0; vertical-align: middle; } table.table td h2.table-avatar { align-items: center; display: inline-flex; font-size: inherit; font-weight: 400; margin: 0; padding: 0; vertical-align: middle; white-space: nowrap; } table.table td h2.table-avatar.blue-link a { color: #007bff; } table.table td h2 a { color: #333; } table.table td h2 a:hover { color: #f1bd06; } table.table td h2 span { color: #888; display: block; font-size: 12px; margin-top: 3px; } table.dataTable { margin-bottom: 15px !important; margin-top: 15px !important; } .table-hover tbody tr:hover { background-color: #f7f7f7; color: #212529; } table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting { padding-right: 30px !important; } .form-check-input { position: absolute; margin-top: -0.7rem; height: auto; width: auto; } .custom-control-input:not(:disabled):active ~ .custom-control-label::before { color: #fff; } .custom-control-input:checked ~ .custom-control-label::before { color: #fff; border-color: #3e007c; background-color: #3e007c; } .form-control { border-color: #e3e3e3; box-shadow: none; font-size: 15px; height: 44px; color: #333; } .company-logo .form-control { border-color: #e3e3e3; box-shadow: none; font-size: 15px; height: 40px; } .form-control:focus { border-color: #ccc; box-shadow: none; outline: 0; } .form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; } .form-group.row { align-items: center; } .form-group { margin-bottom: 1.25rem; } .accordion > .card:first-of-type { border-bottom: 0; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; } .table td, .table th { border-top: 0 solid #dee2e6; } .accordion > .card:not(:first-of-type):not(:last-of-type) { border-bottom: 0; border-radius: 10px; } .employee-office-table .table.custom-table > tbody > tr > td:first-child, .employee-office-table .table.custom-table > thead > tr > th:first-child { padding-left: 0; } .employee-office-table .table.custom-table > tbody > tr > td:last-child, .employee-office-table .table.custom-table > thead > tr > th:last-child { padding-right: 0; } .top-nav-search { margin-right: 15px; margin-left: 15px; } .top-nav-search form { margin-top: 9px; position: relative; width: auto; } .top-nav-search .form-control { background-color: #3e007c; border-color: rgba(150, 148, 148, 0.9); border-radius: 50px; color: #fff; height: 42px; padding: 10px 50px 10px 15px; } .top-nav-search:hover { margin-right: 20px; transition: all 0.4s ease 0s; } .offcanvas-menu .top-nav-search form { margin-top: 20px; } .top-nav-search .btn { background-color: transparent; border-color: transparent; color: #fff; min-height: 40px; padding: 7px 15px; position: absolute; right: 0; top: 0; } .top-nav-search .form-control::-webkit-input-placeholder { color: #fff; } .top-nav-search .form-control::-moz-placeholder { color: #fff; } .top-nav-search .form-control:-ms-input-placeholder { color: #fff; } .top-nav-search .form-control::-ms-input-placeholder { color: #fff; } .top-nav-search .form-control::placeholder { color: #fff; } .top-nav-search.active form { display: block; left: 0; position: absolute; } .user-info a .user-avatar img { margin-bottom: 3px; } .document-up a { padding: 15px; background: #fff; margin-bottom: 0; border-radius: 5px; display: block; color: #333; border: 1px solid #e5e5e5; } .leave-img { width: 20px; } .dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #3e007c; } .widget-profile .profile-info-widget { display: block; text-align: center; } .widget-profile .profile-info-widget .booking-doc-img { display: inline-block; margin: 0 0 10px; width: auto; padding: 5px; background-color: #f7f7f7; border-radius: 50%; } .widget-profile .profile-info-widget .booking-doc-img img { border-radius: 50%; height: 60px; width: 60px; } .profile-info-widget { display: -webkit-box; display: -ms-flexbox; display: flex; text-align: left; } .profile-info-widget .booking-doc-img { margin-right: 15px; } .profile-info-widget .booking-doc-img img { border-radius: 4px; height: 90px; width: 90px; object-fit: cover; } .profile-det-info { overflow: hidden; } .profile-det-info h3 { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .login-body { display: table; height: 100vh; min-height: 100vh; } .login-wrapper { width: 100%; height: 100%; display: table-cell; vertical-align: middle; } .login-wrapper .loginbox { background-color: #fff; border-radius: 10px; display: flex; margin: 1.875rem auto; max-width: 800px; min-height: 500px; width: 100%; } .login-wrapper .loginbox .login-left { align-items: center; background: #3e007c; border-radius: 6px 0 0 6px; flex-direction: column; justify-content: center; padding: 80px; width: 400px; display: flex; } .login-wrapper .loginbox .login-right { align-items: center; display: flex; justify-content: center; padding: 40px; width: 400px; } .login-wrapper .loginbox .login-right .login-right-wrap { max-width: 100%; flex: 0 0 100%; } .login-wrapper .loginbox .login-right h1 { font-size: 26px; font-weight: 500; margin-bottom: 5px; text-align: center; } .account-subtitle { color: #4c4c4c; font-size: 17px; margin-bottom: 1.875rem; text-align: center; } .login-wrapper .loginbox .login-right .forgotpass a { color: #a0a0a0; } .login-wrapper .loginbox .login-right .forgotpass a:hover { color: #333; text-decoration: underline; } .login-wrapper .loginbox .login-right .dont-have { color: #a0a0a0; margin-top: 1.875rem; } .login-wrapper .loginbox .login-right .dont-have a { color: #333; } .login-wrapper .loginbox .login-right .dont-have a:hover { text-decoration: underline; } .social-login { text-align: center; } .social-login > span { color: #a0a0a0; margin-right: 8px; } .social-login > a { background-color: #ccc; border-radius: 4px; color: #fff; display: inline-block; font-size: 18px; height: 32px; line-height: 32px; margin-right: 6px; text-align: center; width: 32px; } .social-login > a:last-child { margin-right: 0; } .social-login > a.facebook { background-color: #4b75bd; } .social-login > a.google { background-color: #fe5240; } .login-or { color: #a0a0a0; margin-bottom: 20px; margin-top: 20px; padding-bottom: 10px; padding-top: 10px; position: relative; } .or-line { background-color: #e5e5e5; height: 1px; margin-bottom: 0; margin-top: 0; display: block; } .span-or { background-color: #fff; display: block; left: 50%; margin-left: -20px; position: absolute; text-align: center; text-transform: uppercase; top: 0; width: 42px; } .inner-wrapper { width: 100%; height: 100vh; min-height: 100vh; } a.list-group-item { color: #333; } .tab-list-emp li a { padding: 0 15px; } .nav-tabs .nav-item.show .list-view, .nav-tabs .list-view.active { color: #f1bd06; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; } .nav-tabs .nav-item.show .grid-view, .nav-tabs .grid-view.active { color: #f1bd06; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; } .nav-tabs .grid-view, .nav-tabs .list-view { color: #3e007c; } textarea.form-control { color: #898f96; } .coll-arrow:after { font-family: FontAwesome; font-weight: 900; float: right; position: relative; } .coll-arrow:not(.collapsed):after { content: "\f106"; } .coll-arrow.collapsed:after { content: "\f107"; } .news { width: 160px } .news-scroll a { text-decoration: none } .breaking-news .dot { height: 6px; width: 6px; margin-left: 3px; margin-right: 3px; margin-top: 2px !important; background-color: rgb(207, 23, 23); border-radius: 50%; display: inline-block } .circle_percent { font-size:120px; width:1em; height:1em; position: relative; background: #eee; border-radius:50%; overflow:hidden; display:inline-block; margin:0px 90px; } .employee-live-challenge .circle_percent { font-size:120px; width:1em; height:1em; position: relative; background: #eee; border-radius:50%; overflow:hidden; display:inline-block; margin:0px; } .circle_inner { position: absolute; left: 0; top: 0; width: 1em; height: 1em; clip:rect(0 1em 1em .5em); } .round_per { position: absolute; left: 0; top: 0; width: 1em; height: 1em; background: #4527A0; clip:rect(0 1em 1em .5em); transform:rotate(180deg); transition:1.05s; } .percent_more .circle_inner { clip:rect(0 .5em 1em 0em); } .percent_more:after { position: absolute; left: .5em; top:0em; right: 0; bottom: 0; background: #4527A0; content:''; } .circle_inbox { position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; background: #fff; z-index:3; border-radius: 50%; } .percent_text { position: absolute; font-size: 36px; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3; } .Content { /* height: 210px; */ display:grid; width: 100%; } .employee-live-challenge .Content{ height: 100%; padding: 0; margin: 0; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center; } .joinchallenge-caption{ padding: 20px 23px 25px 0px; } .emp-join-challenge p{ text-align: center; font-weight: 600; font-size: 18px; font-family: system-ui; padding: 5px 0px; } .first-fieldset p{ text-align: left; } .submit-fit-id{ width: 100px; background: #1C4E80; font-weight: bold; color: white; border: 0 none; border-radius: 0px; cursor: pointer; padding: 10px 5px; margin: 10px 0px 10px 5px; } @-webkit-keyframes loader { 0% { width: 0; } 20% { width: 10%; } 25% { width: 24%; } 43% { width: 41%; } 56% { width: 50%; } 66% { width: 52%; } 71% { width: 60%; } 75% { width: 76%; } 94% { width: 86%; } 100% { width: 100%; } } @keyframes loader { 0% { width: 0; } 20% { width: 10%; } 25% { width: 24%; } 43% { width: 41%; } 56% { width: 50%; } 66% { width: 52%; } 71% { width: 60%; } 75% { width: 76%; } 94% { width: 86%; } 100% { width: 100%; } } .connect-progress-bar { border-radius: 60px; overflow: hidden; width: 100%; } .connect-progress-bar span { display: block; } .connect-bar { background: rgba(0, 0, 0, 0.075); } .connect-progress { -webkit-animation: loader 8s ease infinite; animation: loader 8s ease infinite; background: #75b800; color: #fff; padding: 5px; width: 0; } .connect-progress-bar { left: 50%; max-width: 70%; position: relative; top: 50%; transform: translate3d(-50%, -50%, 0); margin-bottom: 20px; } .connect-to-app{ display: block; } .List { display: flex; list-style: none; margin: 10px; } .List-item { float: left; width: 100%; margin: 0px 10px; border: 1px solid #cccccc38; border-radius: 10px; padding: 10px; } .employee-live-challenge .List-item { border: 1px solid transparent; border-radius: 10px; padding: 10px; } .list-item-title .btn{ border: 1px solid #0091D5; background: #0091D5; padding: 0px 10px; color: #fff; height:30px; float: right; } .list-item-title{ /* display:flex; */ margin-bottom:15px; padding: 0px 5px; } .list-item-title span{ font-weight: 600; } .list-item-title h6{ width:60%; padding: 7px 0px; margin: 0px; } .List-item p{ text-align:center; font-weight:700; } .more-graph-item{ /* position:absolute; */ bottom:20px; /* width:26%; */ margin-bottom:10px; } .more-graph-item .btn{ border: 1px solid #0091D5; background: #0091D5; padding: 0px 10px; color: #fff; } .carousel-control-next, .carousel-control-prev { width: 0% !important; } .carousel-control-next svg, .carousel-control-prev svg { font-size:30px !important; color:#0091D5 !important; } .carousel-item{ padding:10px; } .carousel-indicators li { background-color: #000; width:7px; height:7px; border-radius:50%; } .carousel-indicators li.active { background-color: #0091D5 ; } .carousel-indicators { margin-bottom:-15px; } .nav-tabs { box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); border: none; } .nav-tabs .nav-link{ border: none; border-radius: 0; transition: color .2s ease-out; } .tabs-dark .nav-link { color: #fff; } .tabs-light .nav-link { color: rgba(0,0,0,.5); } .tabs-dark .nav-link:not(.active):hover { color: #282929; } .tabs-light .nav-link:not(.active):hover { color: #495057; } .nav-pills .nav-link{ border-radius: 2px; color: #495057; transition: color .2s ease-out, box-shadow .2s; } .nav-pills .nav-link:hover{ box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); } .nav-pills .nav-item { margin: 0 5px; } .nav-pills.pills-dark .nav-link.active { background-color: #343a40!important; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); } .nav-pills.pills-dark .nav-link:not(.active):hover { color: #1d1e22; } .tabs-marker .nav-link { position: relative; } .tabs-marker .nav-link.active .marker { height: 30px; width: 30px; left: 50%; bottom: -30px; transform: translatex(-50%); position: absolute; overflow: hidden; } .tabs-marker .nav-link.active .marker:after { content: ""; height: 15px; width: 15px; top: -8px; left: 50%; transform: rotate(45deg) translatex(-50%); transform-origin: left; background-color: #fff; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); position: absolute; } .table button{ border:1px solid #0091D5; background:#0091D5; color:#fff; border-radius:5px; } .table button:hover{ color:#fff !important; } .table td .fa{ font-size:30px; color:#f1bd06; } .leader-table td, .leader-table th{ padding:2px 10px; font-size:15px; text-align:center; } .leader-table td ul{ list-style:none; display:inline-block; } .leader-table td ul li{ float:left; } .dash-widget .card-icon svg{ font-size:20px; width:45px; color:#fff; } .challenge-tab-content{ border:1px solid #ededed; margin:25px 0px 0px; border-radius:10px; } .award-tab-content{ max-height: 212px; height: 212px; overflow-y: scroll; } .empty-reward{ text-align: center; padding: 55px; } .empty-reward p{ font-size: 18px; font-weight: 600; } .empty-reward p svg{ color: mediumpurple; } .empty-reward button{ border: 1px solid #0091D5; background: #0091D5; color: #fff; border-radius: 5px; } .empty-reward button:hover{ color: #fff !important; } .stats { text-align:center; padding:0px; } .stats button{ background:#fff; padding: 0 25px; } .gifted-section{ padding:31px 0px !important; } .stats-icon{ font-size:43px; } .highlight { font-size:25px; } .stat-section{ padding:0px; } .milestone-details { font-weight:bold; font-size:18px; color:#fff; background:#0091D5; margin: 4px; border-radius: 10px; padding:15px 0px; } .grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); grid-gap: 1rem; } .grid > div { background: black; padding: 0; display: grid; place-items: center; } .grid > div::before { content: ""; display: block; padding-bottom: 100%; grid-area: 1/1/2/2; } .grid > div img { width: 100%; grid-area: 1/1/2/2; } .brand-activ .recent-comment { max-height: 375px; overflow-y: auto; position: relative; } /*--- Login/Register ---*/ section { position: relative; min-height: 100vh; background-color: #f8dd30; display: flex; justify-content: center; align-items: center; padding: 20px; } section .container { position: relative; width: 800px; height: 500px; background: #fff; box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1); overflow: hidden; } section .container .user { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; } section .container .user .imgBx { position: relative; width: 50%; height: 100%; background: #ff0; transition: 0.5s; } section .container .user .imgBx img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } section .container .user .formBx { position: relative; width: 50%; height: 100%; background: #fff; /* display: flex; */ justify-content: center; align-items: center; padding: 55px 40px; transition: 0.5s; vertical-align: middle; display: grid; } section .container .user .formBx form h2 { font-size: 18px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; text-align: center; width: 100%; margin-bottom: 10px; color: #555; } section .container .user .formBx form input { position: relative; width: 100%; padding: 10px; background: #f5f5f5; color: #333; border: none; outline: none; box-shadow: none; margin: 8px 0; font-size: 14px; letter-spacing: 1px; font-weight: 300; } section .container .user .formBx form input[type='submit'] { max-width: 100px; background: #677eff; color: #fff; cursor: pointer; font-size: 14px; font-weight: 500; letter-spacing: 1px; transition: 0.5s; } section .container .user .formBx form .signup { position: relative; margin-top: 20px; font-size: 12px; letter-spacing: 1px; color: #555; text-transform: uppercase; font-weight: 300; } section .container .user .formBx form .signup a { font-weight: 600; text-decoration: none; color: #677eff; } section .container .signupBx { pointer-events: none; } section .container.active .signupBx { pointer-events: initial; } section .container .signupBx .formBx { left: 100%; } section .container.active .signupBx .formBx { left: 0; } section .container .signupBx .imgBx { left: -100%; } section .container.active .signupBx .imgBx { left: 0%; } section .container .signinBx .formBx { left: 0%; } section .container.active .signinBx .formBx { left: 100%; } section .container .signinBx .imgBx { left: 0%; } section .container.active .signinBx .imgBx { left: -100%; } @media (max-width: 991px) { section .container { max-width: 400px; } section .container .imgBx { display: none; } section .container .user .formBx { width: 100%; } } .register-tab { box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); border: none; display: flex; justify-content: center; width: fit-content; margin: auto; margin: 0px auto 25px; } .formBx .nav-tabs .nav-link{ border: none; color: #000; border-radius: 0; /* transition: color .2s ease-out; */ } .nav-pills .nav-link{ border-radius: 2px; color: #000 !important; /* transition: color .2s ease-out, box-shadow .2s; */ } .nav-pills .nav-item { margin: 0 5px; } .nav-tabs .nav-link.active { color: #fff; background-color: #0091D5 !important; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); } .tabs-marker .nav-link { position: relative; } .tabs-marker .nav-link.active .marker { height: 30px; width: 30px; left: 50%; bottom: -30px; transform: translatex(-50%); position: absolute; overflow: hidden; } .tabs-marker .nav-link.active .marker:after { content: ""; height: 15px; width: 15px; top: -8px; left: 50%; transform: rotate(45deg) translatex(-50%); transform-origin: left; background-color: #0091D5; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); position: absolute; } .formCheck{ display: flex; justify-content: left; } .formCheck input { width: 25px !important; } .formCheck .form-check-label{ line-height: 2; } /* Employee Dashboard */ .progress-item{ display: flex; justify-content: center; align-items: center; margin-bottom: 10px; } .progress-item button{ border: 1px solid #677eff; background: #677eff; padding: 0px 10px; color: #fff; } .progress-item button:hover{ color: #fff; } .wrapper { width: 520px; max-width: 100%; } .wrapper label{ margin: 0; } .emp-progress-bar { height: 25px; width: 100%; background-color: #BFADA3; border-radius: 20px; overflow: hidden; box-shadow: 2px 0 10px inset rgba(0,0,0,0.2); position: relative; margin-right: 10px; } * + .emp-progress-bar { margin-bottom: 10px; } .bar { width: 0; height: 100%; background-color: #677eff; /*Lollipop background gradient*/ background-image: linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent ); background-size: 30px 30px; animation: move 2s linear infinite; box-shadow: 2px 0 10px inset rgba(0,0,0,0.2); transition: width 2s ease-out; } /*Lollipop background gradient animation*/ @keyframes move { 0% { background-position: 0 0; } 100% { background-position: 30px 30px; } } .perc { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-weight: bold; } .carouseloffers .item img { padding: 0px 5px; } .carouseloffers button{ margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .slide-arrow{ position: absolute; top: 50%; margin-top: -15px; } .prev-arrow{ left: -15px; width: 0; height: 0; border-left: 0 solid transparent; border-right: 15px solid #113463; border-top: 10px solid transparent; border-bottom: 10px solid transparent; } .next-arrow{ right: -3px; width: 0; height: 0; border-right: 0 solid transparent; border-left: 15px solid #113463; border-top: 10px solid transparent; border-bottom: 10px solid transparent; } .carouseloffers .prev-arrow svg, .carouseloffers .next-arrow svg { font-size: 30px !important; color: #f1bd06 !important; } .slick-dots li button { width: 10px; height: 10px; background: #00000070; border-radius: 50%; } .slick-dots li { width: 10px; } .slick-active button{ background-color: #f1bd06 !important; } .achievement-avatar { vertical-align: middle; width: 70px; height: 60px; border-radius: 50%; } .stat-part{ justify-content: center; align-content: center; display: grid; } .achievement-item{ border: 1px solid #ddd; padding: 0px 5px; border-radius: 15px; margin-bottom: 15px; } .achievement-main{ max-height: 376px; overflow-y: scroll; overflow-x: hidden; } @media only screen and (max-width: 1199.98px) { .header-menu-list ul li a { font-size: 14px; } h1 { font-size: 2.75rem; } h2 { font-size: 2.03rem; } .h3, h3 { font-size: 1.4rem; } h5 { font-size: 1rem; } .last-card-row { margin-bottom: 30px; } .last-card-row1 { margin-bottom: 0; } } @media only screen and (max-width: 991.98px) { h4 { font-size: 1.2rem; } .header-menu-list ul li a { font-size: 18px; } .user-menu-items a { color: #212529; } .header { padding: 0 15px 45px; } } @media only screen and (max-width: 767.98px) { .user-block .dropdown-menu { display: block; opacity: 0; visibility: hidden; top: calc(100% + 20px); } .dropdown:hover > .notification-dropdown-menu { opacity: 1; visibility: visible; top: 100%; } h1 { font-size: 2.75rem; } h2 { font-size: 2.03rem; } .h3, h3 { font-size: 1.3rem; } h5 { font-size: 1rem; } .header-wrapper div.append { width: 100%; } .header-wrapper div.append ul { display: none; } .header-wrapper div.append select { display: block; position: relative; background: #fff; font-size: 16px; } .header-menu-list { padding: 10px; } .header-wrapper div.append select:after { position: absolute; content: "\e874"; font-family: linearicons-free; } .offcanvas-menu .user-notification-block ul li a.menu-style { padding: 27px 14px 14px; } .user-notification-block ul li .badge { right: 23px; } .login-wrapper .loginbox .login-left { display: none; } .login-wrapper .loginbox { max-width: 450px; min-height: unset; } .login-wrapper .loginbox .login-right { float: none; padding: 1.875rem; width: 100%; } .top-nav-search form { width: 212px; } } @media only screen and (max-width: 575.98px) { h1 { font-size: 1.22rem; } h2 { font-size: 1.67rem; } .h3, h3 { font-size: 1.2rem; } h4 { font-size: 1rem; } p { font-size: 0.9rem; } .top-header-section { padding-bottom: 5px; padding-top: 5px; } .page-wrapper { padding: 0; margin-top: -45px; } .header { padding: 0 0 45px; } .card { margin-bottom: 15px; } .fc-toolbar .fc-right { display: inline-block; float: none; margin: 10px auto 0; width: 200px; clear: both; } .fc-toolbar .fc-left { float: none; margin: 0 auto; width: 200px; } .fc-toolbar .fc-center { display: inline-block; width: 100%; text-align: center; } .fc-toolbar .fc-center h2 { width: 100%; } .fc button { font-size: 14px; } .nav-pills .nav-link { padding: 0.5rem; } .tab-list-emp li a { padding: 0 5px; } .btn-add { margin-bottom: 15px; } .last-card-row1 { margin-bottom: 0; } } .navbar-default { background-color: #FFF; margin-left: 200px; } .mnb{ background:#1C4E80; } /*main side bar*/ .msb { width: 200px; background-color: #F5F7F9; position: fixed; left: 0; top: 0; right: auto; min-height: 100%; overflow-y: auto; white-space: nowrap; height: 100%; z-index: 1; border-right: 1px solid #ddd; } .msb .navbar { border: none; margin-left: 0; background-color: inherit; padding:0; } .msb .navbar-header { width: 100%; border-bottom: 1px solid #e7e7e7; margin-bottom: 20px; background: #fff; } .navbar-header a svg{ color: #fff; font-size: 22px; } .msb .navbar-nav .panel { border: 0 none; box-shadow: none; margin: 0; background: inherit; } .msb .navbar-nav li { display: block; width: 100%; } .msb .navbar-nav li a { padding: 20px; /* color: #5f5f5f; */ } .msb .navbar-nav li a .glyphicon, .msb .navbar-nav li a .fa { margin-right: 8px; } .msb .nb { padding-top: 5px; padding-left: 10px; margin-bottom: 30px; overflow: hidden; } ul.nv, ul.ns { position: relative; padding: 0; list-style: none; } .nv { /*ns: nav-sub*/ } .nv li { display: block; position: relative; } .nv li::before { clear: both; content: ""; display: table; } .nv li a { color: #444; padding: 10px 25px; display: block; vertical-align: middle; } .nv li a .ic { font-size: 16px; margin-right: 5px; font-weight: 300; display: inline-block; } .nv .ns li a { padding: 10px 50px; } /*main content wrapper*/ .mcw { /* margin-left: 200px; */ /* position: relative; */ /* min-height: 100%; */ /*content view*/ } /*globals*/ a, a:focus, a:hover { text-decoration: none; } .inbox .container-fluid { padding-left: 0; padding-right: 0; } .inbox ul, .inbox li { margin: 0; padding: 0; } .inbox ul li { list-style: none; } .inbox ul li a { display: block; padding: 10px 20px; } .msb, .mnb { -moz-animation: slidein 300ms forwards; -o-animation: slidein 300ms forwards; -webkit-animation: slidein 300ms forwards; animation: slidein 300ms forwards; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .mcw { -moz-animation: bodyslidein 300ms forwards; -o-animation: bodyslidein 300ms forwards; -webkit-animation: bodyslidein 300ms forwards; animation: bodyslidein 300ms forwards; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } body.msb-x .mcw, body.msb-x .mnb { margin-left: 0; -moz-animation: bodyslideout 300ms forwards; -o-animation: bodyslideout 300ms forwards; -webkit-animation: bodyslideout 300ms forwards; animation: bodyslideout 300ms forwards; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } body.msb-x .msb { -moz-animation: slideout 300ms forwards; -o-animation: slideout 300ms forwards; -webkit-animation: slideout 300ms forwards; animation: slideout 300ms forwards; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } /* Slide in animation */ @-moz-keyframes slidein { 0% { left: -200px; } 100% { left: 0; } } @-webkit-keyframes slidein { 0% { left: -200px; } 100% { left: 0; } } @keyframes slidein { 0% { left: -200px; } 100% { left: 0; } } @-moz-keyframes slideout { 0% { left: 0; } 100% { left: -200px; } } @-webkit-keyframes slideout { 0% { left: 0; } 100% { left: -200px; } } @keyframes slideout { 0% { left: 0; } 100% { left: -200px; } } @-moz-keyframes bodyslidein { 0% { left: 0; } 100% { margin-left: 200px; } } @-webkit-keyframes bodyslidein { 0% { left: 0; } 100% { left: 0; } } @keyframes bodyslidein { 0% { margin-left: 0; } 100% { margin-left: 200px; } } @-moz-keyframes bodyslideout { 0% { margin-left: 200px; } 100% { margin-right: 0; } } @-webkit-keyframes bodyslideout { 0% { margin-left: 200px; } 100% { margin-left: 0; } } @keyframes bodyslideout { 0% { margin-left: 200px; } 100% { margin-left: 0; } } #heading { text-transform: uppercase; color: #1C4E80; font-weight: normal } #msform { text-align: center; position: relative; /*margin-top: 20px*/ } #joinchallenge .modal-body{ padding: 0; } #joinchallenge fieldset{ padding: 35px; border-radius: 0 !important; } #joinchallenge fieldset:nth-child(3){ background: #5d696f; } #joinchallenge fieldset:nth-child(3) p{ color: #fff; } #joinchallenge fieldset:nth-child(3) img{ margin-bottom: 20px; } #msform fieldset { background: white; border: 0 none; border-radius: 0.5rem; box-sizing: border-box; width: 100%; margin: 0; padding-bottom: 20px; position: relative } .form-card { text-align: left } #msform fieldset:not(:first-of-type) { display: none } .popupinput{ padding: 8px 15px 8px 15px; border: 1px solid #ccc; border-radius: 0px; margin-bottom: 25px; margin-top: 2px; width: 100%; box-sizing: border-box; font-family: montserrat; color: #2C3E50; background-color: #ECEFF1; font-size: 16px; letter-spacing: 1px } #msform textarea, #msform select { padding: 8px 15px 8px 15px; border: 1px solid #ccc; border-radius: 0px; margin-bottom: 25px; margin-top: 2px; width: 100%; box-sizing: border-box; font-family: montserrat; color: #2C3E50; background-color: #ECEFF1; font-size: 16px; letter-spacing: 1px } #msform input[type="radio"]{ width: 2%; } .fieldlabelradio{ margin-right:20px; } #msform input:focus, #msform textarea:focus { -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; border: 1px solid #673AB7; outline-width: 0 } #msform .action-button { width: 100px; background: #1C4E80; font-weight: bold; color: white; border: 0 none; border-radius: 0px; cursor: pointer; padding: 10px 5px; margin: 10px 0px 10px 5px; float: right } #msform .action-button:hover, #msform .action-button:focus { background-color: #0091D5 } #msform .action-button-previous { width: 100px; background: #616161; font-weight: bold; color: white; border: 0 none; border-radius: 0px; cursor: pointer; padding: 10px 5px; margin: 10px 5px 10px 0px; float: right } #msform .action-button-previous:hover, #msform .action-button-previous:focus { background-color: #000000 } .badge-image { opacity: 0.8; width: 115px; height: 115px; background-position: center center; background-color: gray; display: inline-block; margin: 10px; border-radius: 10px; background-size: contain; } .badge-image:hover { opacity: 1; } .radio-img > input { display: none; } .radio-img > .badge-image { cursor: pointer; border: 2px solid black; } .radio-img > input:checked + .badge-image { border: 2px solid orange; } .card-main-body { z-index: 0; border: none; position: relative } .fs-title { font-size: 25px; color: #673AB7; margin-bottom: 15px; font-weight: normal; text-align: left } .purple-text { color: #673AB7; font-weight: normal } .steps { font-size: 25px; color: gray; margin-bottom: 10px; font-weight: normal; text-align: right } .fieldlabels { color: gray; text-align: left } #progressbar { margin-bottom: 30px; overflow: hidden; color: lightgrey } #progressbar .active { color: #1C4E80 } .create-challenge #progressbar li { width: 50%; } #progressbar li { list-style-type: none; font-size: 15px; width: 33%; float: left; position: relative; font-weight: 400 } #progressbar #detail:before { content: ""; } #progressbar #badge:before { content: "" } #progressbar #summary:before { content: "" } #progressbar #confirm:before { content: "" } #progressbar #event:before { content: "" } #progressbar #createbadge:before { content: "" } #progressbar li:before { width: 30px; height: 30px; line-height: 44px; display: block; font-size: 20px; color: #ffffff; background: lightgray; border-radius: 50%; margin: 10px auto 10px auto; padding: 2px; } #progressbar li:after { content: ''; width: 100%; height: 2px; background: lightgray; position: absolute; left: 0; top: 25px; z-index: -1 } #progressbar li.active:before, #progressbar li.active:after { background: #1C4E80 } .progress { height: 20px } .progress-bar { background-color: #1C4E80 } .fit-image { width: 100%; object-fit: cover }
0.256739
0.062732
.social-items-bg{ position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; display: none; background-color: transparent; transition: background .4s; z-index: 999; } .social-items-bg.active{ transition: background .4s; background-color: rgba(41, 41, 41,0.6); } .social-items-wrapper{ position: fixed; right: 5%; bottom: 20%; z-index: 99999; } .social-items-menu{ display: none; } .social-item{ display: flex; justify-content: center; flex-wrap: wrap; margin: 15px 0px; position: relative; } .social-item__description{ cursor: pointer; background-color: white; text-align: center; padding: 5px 10px; border-radius: 20px; position: absolute; top: 50%; left: 0; transform: translate(0%,-50%); opacity: 0; transition: all .3s linear; color: #000000; font-size: 14px; } .social-item:hover .social-item__description{ transform: translate(-100%,-50%); opacity: 1; } .item-icon{ background-position: center; background-size: 60%; background-repeat: no-repeat; height: 45px; width: 45px; border-radius: 50%; } .item-icon-viber{ background-image: url('../images/social_buttons/viber.svg'); background-color: #995aca; } .item-icon-phone{ background-color: var(--gray-color); background-image: url('../images/social_buttons/telephone.svg'); background-size: 50%; } .item-icon-chat{ background-color: var(--gray-color); background-image: url('../images/social_buttons/chat.svg'); } .item-icon-calc{ background-color: var(--gray-color); background-image: url('../images/social_buttons/calculator.svg'); } .item-icon{ transition: all .6s; } .item-icon:hover{ transition: all .6s; -webkit-filter: brightness(1.2); filter: brightness(1.2); } .social-btn-bg{ padding: 5px; background: rgb(60, 70, 76 , 50%); border-radius: 100%; transition: all .3s; cursor: pointer; } .social-btn-bg.active{ transition: all .3s; transform: scale(0.8); background: rgb(60, 70, 76 , 50%); } .social-btn-bg.active:hover{ cursor: pointer; } .social-btn{ width: 56px; height: 56px; border-radius: 100%; background: var(--main-color); display: flex; justify-content: center; align-items: center; transition: background .3s linear, transform .3s; position: relative; } .social-btn .btn-1.close ,.social-btn .btn-2.close{ visibility: hidden; } .social-btn .s-btn-close svg{ width: 24px; height: 25px; } .social-btn-bg.active .s-btn-close{ display: unset; } .social-btn .s-btn-close{ display: none; } .social-btn.active{ transform: scale(0.9); transition: background .3s linear , transform .3s; background: #d6d6d6; } .s-btn{ position: absolute; left: 50%; bottom: 50%; transform: translate(-50%, 50%); } .btn-1{ display: none; } .btn-2{ display: block; } .btn-2 svg ,.btn-1 svg{ height: 24px; width: 24px; } .btn-1.active , .btn-2.active{ display: none; } .social-btn-pulse{ position: fixed; width: 66px; height: 66px; right: 5%; bottom: 20%; } .social-btn-pulse.active{ border: 1px solid rgb(60, 70, 76, .5); border-radius: 100%; z-index: 9; opacity: 1; animation: Pulse 1.5s ease infinite; } @keyframes Pulse { 0% { transform: scale(1.0); opacity: 1; } 100% { transform: scale(1.8); opacity: 0; } } @media(max-width: 1400px){ .social-btn { width: 40px; height: 40px; } } /* social button END */ @media(max-width: 1024px){ .social-btn { width: 48px; height: 48px; } .s-btn svg{ height: 22px; width: 22px; } .social-btn-pulse { width: 58px; height: 58px; right: 4.5%; bottom: 18%; } .social-items-wrapper { right: 4.5%; bottom: 18%; } } @media(min-width: 990px){ .social-item_phone{ display: none; } } @media (max-width: 990px){ .social-item .social-item__description { transform: translate(-100%,-50%); opacity: 1; } }
public/frontend/css/social_buttons.css
.social-items-bg{ position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; display: none; background-color: transparent; transition: background .4s; z-index: 999; } .social-items-bg.active{ transition: background .4s; background-color: rgba(41, 41, 41,0.6); } .social-items-wrapper{ position: fixed; right: 5%; bottom: 20%; z-index: 99999; } .social-items-menu{ display: none; } .social-item{ display: flex; justify-content: center; flex-wrap: wrap; margin: 15px 0px; position: relative; } .social-item__description{ cursor: pointer; background-color: white; text-align: center; padding: 5px 10px; border-radius: 20px; position: absolute; top: 50%; left: 0; transform: translate(0%,-50%); opacity: 0; transition: all .3s linear; color: #000000; font-size: 14px; } .social-item:hover .social-item__description{ transform: translate(-100%,-50%); opacity: 1; } .item-icon{ background-position: center; background-size: 60%; background-repeat: no-repeat; height: 45px; width: 45px; border-radius: 50%; } .item-icon-viber{ background-image: url('../images/social_buttons/viber.svg'); background-color: #995aca; } .item-icon-phone{ background-color: var(--gray-color); background-image: url('../images/social_buttons/telephone.svg'); background-size: 50%; } .item-icon-chat{ background-color: var(--gray-color); background-image: url('../images/social_buttons/chat.svg'); } .item-icon-calc{ background-color: var(--gray-color); background-image: url('../images/social_buttons/calculator.svg'); } .item-icon{ transition: all .6s; } .item-icon:hover{ transition: all .6s; -webkit-filter: brightness(1.2); filter: brightness(1.2); } .social-btn-bg{ padding: 5px; background: rgb(60, 70, 76 , 50%); border-radius: 100%; transition: all .3s; cursor: pointer; } .social-btn-bg.active{ transition: all .3s; transform: scale(0.8); background: rgb(60, 70, 76 , 50%); } .social-btn-bg.active:hover{ cursor: pointer; } .social-btn{ width: 56px; height: 56px; border-radius: 100%; background: var(--main-color); display: flex; justify-content: center; align-items: center; transition: background .3s linear, transform .3s; position: relative; } .social-btn .btn-1.close ,.social-btn .btn-2.close{ visibility: hidden; } .social-btn .s-btn-close svg{ width: 24px; height: 25px; } .social-btn-bg.active .s-btn-close{ display: unset; } .social-btn .s-btn-close{ display: none; } .social-btn.active{ transform: scale(0.9); transition: background .3s linear , transform .3s; background: #d6d6d6; } .s-btn{ position: absolute; left: 50%; bottom: 50%; transform: translate(-50%, 50%); } .btn-1{ display: none; } .btn-2{ display: block; } .btn-2 svg ,.btn-1 svg{ height: 24px; width: 24px; } .btn-1.active , .btn-2.active{ display: none; } .social-btn-pulse{ position: fixed; width: 66px; height: 66px; right: 5%; bottom: 20%; } .social-btn-pulse.active{ border: 1px solid rgb(60, 70, 76, .5); border-radius: 100%; z-index: 9; opacity: 1; animation: Pulse 1.5s ease infinite; } @keyframes Pulse { 0% { transform: scale(1.0); opacity: 1; } 100% { transform: scale(1.8); opacity: 0; } } @media(max-width: 1400px){ .social-btn { width: 40px; height: 40px; } } /* social button END */ @media(max-width: 1024px){ .social-btn { width: 48px; height: 48px; } .s-btn svg{ height: 22px; width: 22px; } .social-btn-pulse { width: 58px; height: 58px; right: 4.5%; bottom: 18%; } .social-items-wrapper { right: 4.5%; bottom: 18%; } } @media(min-width: 990px){ .social-item_phone{ display: none; } } @media (max-width: 990px){ .social-item .social-item__description { transform: translate(-100%,-50%); opacity: 1; } }
0.280715
0.053825
*, *::before, *::after { font-family: Verdana; box-sizing: box-border; } body { margin: 0; } #wrapper { background-color: #EEEEEE; -webkit-box-shadow: 0px 4px 7px 1px rgba(175,175,175,0.6); -moz-box-shadow: 0px 4px 7px 1px rgba(175,175,175,0.6); box-shadow: 0px 4px 7px 1px rgba(175,175,175,0.6); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding: 0; width: 870px; height: 670px; position: relative; margin: calc(50vh - (0.5 * 670px)) auto; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; } #wrapper > #canvas-content { position: relative; display: none; } #wrapper > #canvas-content > #canvas, #wrapper > #canvas-content > #ending { padding-top: 10px; padding-left: 39px; } #wrapper > #canvas-content > #ending { display: none; width: 602px; height: 602px; } #wrapper > #canvas-content > #helper-image { width: 220px; height: 220px; position: absolute; right: 5px; top: 10px; } #wrapper > #images-content > #start { position: absolute; bottom: 20px; left: 70px; font-size: 18px; border-radius: 20px; padding: 10px 30px; cursor: pointer; color: white; border: none; background-color: #759BCE; } #wrapper > #canvas-content > #restart { font-size: 18px; border-radius: 20px; border: none; position: absolute; bottom: 58px; right: 45px; padding: 10px 20px; cursor: pointer; color: white; background-color: #759BCE; margin: 0; display: none; } #wrapper > #canvas-content > #text { position: absolute; height: 120px; width: 210px; top: 250px; right: 8px; } #wrapper > #canvas-content > #text > p { cursor: default; padding: 0; margin: 0; text-indent: 15px; font-size: 14px; font-style: oblique; } #image-1, #image-2, #image-3, #image-4, #image-5, #image-6 { display: none; } #wrapper > #images-content > img { width: 240px; height: 240px; border: 5px solid transparent; border-radius: 50px; pointer-events: stroke; } #wrapper > #images-content > img:hover { cursor: pointer; } #wrapper > #images-content { padding-left: 55px; padding-top: 50px; }
resources/puzzle.css
*, *::before, *::after { font-family: Verdana; box-sizing: box-border; } body { margin: 0; } #wrapper { background-color: #EEEEEE; -webkit-box-shadow: 0px 4px 7px 1px rgba(175,175,175,0.6); -moz-box-shadow: 0px 4px 7px 1px rgba(175,175,175,0.6); box-shadow: 0px 4px 7px 1px rgba(175,175,175,0.6); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding: 0; width: 870px; height: 670px; position: relative; margin: calc(50vh - (0.5 * 670px)) auto; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; } #wrapper > #canvas-content { position: relative; display: none; } #wrapper > #canvas-content > #canvas, #wrapper > #canvas-content > #ending { padding-top: 10px; padding-left: 39px; } #wrapper > #canvas-content > #ending { display: none; width: 602px; height: 602px; } #wrapper > #canvas-content > #helper-image { width: 220px; height: 220px; position: absolute; right: 5px; top: 10px; } #wrapper > #images-content > #start { position: absolute; bottom: 20px; left: 70px; font-size: 18px; border-radius: 20px; padding: 10px 30px; cursor: pointer; color: white; border: none; background-color: #759BCE; } #wrapper > #canvas-content > #restart { font-size: 18px; border-radius: 20px; border: none; position: absolute; bottom: 58px; right: 45px; padding: 10px 20px; cursor: pointer; color: white; background-color: #759BCE; margin: 0; display: none; } #wrapper > #canvas-content > #text { position: absolute; height: 120px; width: 210px; top: 250px; right: 8px; } #wrapper > #canvas-content > #text > p { cursor: default; padding: 0; margin: 0; text-indent: 15px; font-size: 14px; font-style: oblique; } #image-1, #image-2, #image-3, #image-4, #image-5, #image-6 { display: none; } #wrapper > #images-content > img { width: 240px; height: 240px; border: 5px solid transparent; border-radius: 50px; pointer-events: stroke; } #wrapper > #images-content > img:hover { cursor: pointer; } #wrapper > #images-content { padding-left: 55px; padding-top: 50px; }
0.33764
0.052303
@import "fonts.css"; @import "common.css"; :root { --c: 1; --l00: calc(50% - var(--c) * 50%); --l25: calc(50% - var(--c) * 25%); --l35: calc(50% - var(--c) * 15%); --l60: calc(50% - var(--c) * 10%); --l75: calc(50% + var(--c) * 25%); --l85: calc(50% + var(--c) * 35%); --color-line: hsl(0, 0%, 50%); --color-line-fainter: hsl(0, 0%, 50%, 50%); --color-line-error: hsl(0, 90%, 50%); --color-text-main: hsl(0, 0%, var(--l00)); --color-text-fainter: hsl(0, 0%, var(--l25)); --color-text-semitrans: hsl(0, 0%, var(--l00), 50%); --color-text-light: hsl(0, 0%, 50%); --color-bg-main: hsl(0, 0%, calc(55% + var(--c) * 45%)); --color-bg-fainter: hsl(0, 0%, calc(55% + var(--c) * 35%)); --color-bg-75: hsla(0, 0%, calc(55% + var(--c) * 45%), 0.75); --color-bg-00: hsla(0, 0%, calc(55% + var(--c) * 45%), 0); --color-bg-sides: hsl(0, 0%, calc(40% + var(--c) * 40%)); --color-bg-alt: hsl(0, 0%, calc(55% + var(--c) * 35%)); --color-bg-emph: hsl(60, 90%, var(--l75)); --color-bg-modal: hsl(0, 0%, 25%, 50%); --color-bg-error: hsla(0, 90%, 50%, 20%); --color-plus: hsl(100, 50%, 50%); --color-error: hsl(0, 90%, var(--l25)); --border: var(--line-width) solid var(--color-line); --border-error: var(--line-width) dashed var(--color-line-error); --border-double: calc(3 * var(--line-width)) double var(--color-line); --border-fainter: var(--line-width) solid var(--color-line-fainter); --font-main: "SPA3", "Source Sans Pro"; --font-mono: "SPA3", "Source Code Pro"; --font-ascent: 1.024em; --font-descent: 0.4em; --font-cap-size: 0.66em; --font-space: 0.2em; --line-width: 1px; --margin-base: 10px; --margin-small: 5px; --margin-tiny: 2.5px; --margin-base-neg: calc(-1 * var(--margin-base)); --margin-small-neg: calc(-1 * var(--margin-small)); --valign-em: calc((var(--font-cap-size) - 1em) / 2); --radius-full: 5px; --radius-small: 3px; --shadow-focus: 0 0 2px 1px #888; --shadow-text: 0 0 1px; --shadow-modal: 0 0 var(--margin-base) hsl(0, 0%, calc(40% - var(--c) * 10%)); --shadow-kbd: 1px 1px 3px #888; --shadow-kbd-press: 0px 0px 2px #888; --line-height-base: 1.5rem; --display-update: none; font-family: var(--font-main); font-size: 16px; line-height: var(--line-height-base); width: 100%; height: 100%; background: var(--color-bg-sides); color: var(--color-text-main); user-select: none; -webkit-user-select: none; cursor: default; } :root.dark { --c: -1; } body { display: grid; width: 100%; height: 100%; margin: 0; } spa-view { background: var(--color-bg-main); width: 100%; max-width: 800px; contain: strict; overflow: hidden; } [data-update-size] #v1 { --display-update: initial; } @media (pointer: coarse) { spa-view::part(move-icon) { display: none; } } @media only screen and (max-width: 1210px) { [data-pos="main"] { justify-self: center; } [data-pos="aux1"], [data-pos="aux2"] { display: none; } spa-view::part(move-icon) { display: none; } } @media only screen and (min-width: 1211px) { body { grid-template-columns: 800px 400px; grid-template-rows: 1fr 1fr; grid-gap: var(--margin-base); width: 1210px; margin: 0 auto; } [data-pos="main"] { justify-self: right; } [data-pos="aux1"], [data-pos="aux2"] { max-width: 400px; justify-self: left; } } @media only screen and (min-width: 1211px) and (max-height: 900px) { [data-pos="main"] { grid-area: 1/1/3/2; } [data-pos="aux1"] { grid-area: 1/2/3/3; } [data-pos="aux2"] { display: none; } } @media only screen and (min-width: 1211px) and (min-height: 901px) { [data-pos="main"] { grid-area: 1/1/3/2; } [data-pos="aux1"] { grid-area: 1/2/2/3; } [data-pos="aux2"] { grid-area: 2/2/3/3; } }
css/master.css
@import "fonts.css"; @import "common.css"; :root { --c: 1; --l00: calc(50% - var(--c) * 50%); --l25: calc(50% - var(--c) * 25%); --l35: calc(50% - var(--c) * 15%); --l60: calc(50% - var(--c) * 10%); --l75: calc(50% + var(--c) * 25%); --l85: calc(50% + var(--c) * 35%); --color-line: hsl(0, 0%, 50%); --color-line-fainter: hsl(0, 0%, 50%, 50%); --color-line-error: hsl(0, 90%, 50%); --color-text-main: hsl(0, 0%, var(--l00)); --color-text-fainter: hsl(0, 0%, var(--l25)); --color-text-semitrans: hsl(0, 0%, var(--l00), 50%); --color-text-light: hsl(0, 0%, 50%); --color-bg-main: hsl(0, 0%, calc(55% + var(--c) * 45%)); --color-bg-fainter: hsl(0, 0%, calc(55% + var(--c) * 35%)); --color-bg-75: hsla(0, 0%, calc(55% + var(--c) * 45%), 0.75); --color-bg-00: hsla(0, 0%, calc(55% + var(--c) * 45%), 0); --color-bg-sides: hsl(0, 0%, calc(40% + var(--c) * 40%)); --color-bg-alt: hsl(0, 0%, calc(55% + var(--c) * 35%)); --color-bg-emph: hsl(60, 90%, var(--l75)); --color-bg-modal: hsl(0, 0%, 25%, 50%); --color-bg-error: hsla(0, 90%, 50%, 20%); --color-plus: hsl(100, 50%, 50%); --color-error: hsl(0, 90%, var(--l25)); --border: var(--line-width) solid var(--color-line); --border-error: var(--line-width) dashed var(--color-line-error); --border-double: calc(3 * var(--line-width)) double var(--color-line); --border-fainter: var(--line-width) solid var(--color-line-fainter); --font-main: "SPA3", "Source Sans Pro"; --font-mono: "SPA3", "Source Code Pro"; --font-ascent: 1.024em; --font-descent: 0.4em; --font-cap-size: 0.66em; --font-space: 0.2em; --line-width: 1px; --margin-base: 10px; --margin-small: 5px; --margin-tiny: 2.5px; --margin-base-neg: calc(-1 * var(--margin-base)); --margin-small-neg: calc(-1 * var(--margin-small)); --valign-em: calc((var(--font-cap-size) - 1em) / 2); --radius-full: 5px; --radius-small: 3px; --shadow-focus: 0 0 2px 1px #888; --shadow-text: 0 0 1px; --shadow-modal: 0 0 var(--margin-base) hsl(0, 0%, calc(40% - var(--c) * 10%)); --shadow-kbd: 1px 1px 3px #888; --shadow-kbd-press: 0px 0px 2px #888; --line-height-base: 1.5rem; --display-update: none; font-family: var(--font-main); font-size: 16px; line-height: var(--line-height-base); width: 100%; height: 100%; background: var(--color-bg-sides); color: var(--color-text-main); user-select: none; -webkit-user-select: none; cursor: default; } :root.dark { --c: -1; } body { display: grid; width: 100%; height: 100%; margin: 0; } spa-view { background: var(--color-bg-main); width: 100%; max-width: 800px; contain: strict; overflow: hidden; } [data-update-size] #v1 { --display-update: initial; } @media (pointer: coarse) { spa-view::part(move-icon) { display: none; } } @media only screen and (max-width: 1210px) { [data-pos="main"] { justify-self: center; } [data-pos="aux1"], [data-pos="aux2"] { display: none; } spa-view::part(move-icon) { display: none; } } @media only screen and (min-width: 1211px) { body { grid-template-columns: 800px 400px; grid-template-rows: 1fr 1fr; grid-gap: var(--margin-base); width: 1210px; margin: 0 auto; } [data-pos="main"] { justify-self: right; } [data-pos="aux1"], [data-pos="aux2"] { max-width: 400px; justify-self: left; } } @media only screen and (min-width: 1211px) and (max-height: 900px) { [data-pos="main"] { grid-area: 1/1/3/2; } [data-pos="aux1"] { grid-area: 1/2/3/3; } [data-pos="aux2"] { display: none; } } @media only screen and (min-width: 1211px) and (min-height: 901px) { [data-pos="main"] { grid-area: 1/1/3/2; } [data-pos="aux1"] { grid-area: 1/2/2/3; } [data-pos="aux2"] { grid-area: 2/2/3/3; } }
0.300643
0.097519
* { box-sizing: border-box; } body, h1, h2, p, ul, li, a { margin: 0; padding: 0; } body { font-family: "Nunito", Arial, Helvetica, sans-serif; color: #333; } ul { list-style: none; } a { text-decoration: none; } img { display: block; max-width: 100%; } .superinfo-bg { background: #122ab2; color: #ddd; } .superinfo { max-width: 960px; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 auto; padding-top: 10px; } .superinfo p, .superinfo a { margin: 0 10px 10px 10px; } .superinfo a { color: #ddd; } .menu-bg { background: #2c70ff; } .menu { max-width: 960px; margin: 0 auto; padding: 15px 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; } .menu a { color: #ddd; } .menu__logo { margin: 0 10px; font-size: 2.25em; font-weight: bold; } .menu__nav ul { display: flex; flex-wrap: wrap; } .menu__nav a { display: block; padding: 10px; font-size: 1.25em; } .menu__nav a:hover { color: #122ab2; } .introduction { max-width: 960px; margin: 0 auto; padding: 60px 10px; font-size: 3em; line-height: 1; } .about { max-width: 960px; margin: 0 auto; padding: 60px 0; display: flex; flex-wrap: wrap; border-top: 2px solid #122ab2; border-bottom: 2px solid #122ab2; } .about__info { flex: 2 1 300px; margin: 0 10px; } .about__info h1 { font-size: 3em; margin-bottom: .5em; } .about__info p { margin-bottom: 1em; color: #7c7c7c; font-size: 1.25em; text-align: justify; line-height: 1.4; } .about__image { flex: 1 1 160px; margin: 0 10px; } .products { max-width: 960px; margin: 60px auto; } .products h1 { font-size: 3em; margin: 0 10px 60px 10px; } .products__container { display: flex; flex-wrap: wrap; align-items: flex-end; } .products__item { flex: 1 1 175px; margin: 10px; } .products__item h2 { padding: 60px 20px; background: #f7f7f7; color: #a4a4a4; font-size: 2em; } .products__item--purple { border-top: 8px solid #ae81ff; } .products__item--pink { border-top: 8px solid #f9265e; } .products__item--blue { border-top: 8px solid #66d9eb; } .price { padding: 60px; display:flex; align-items: flex-end; flex-wrap: wrap; background: #f7f7f7; } .price__item { flex: 1 1 260px; margin: 10px; padding: 20px; border: 4px solid white; } .price__item h2 { color: #a4a4a4; font-size: 3em; text-align: center; } .price__item span { max-width: 300px; display: block; margin: 20px auto; padding: 10px 0 5px 0; font-weight: bold; font-size: 3em; text-align: center; border-top: 4px solid white; border-bottom: 4px solid white; } .price__item sup { font-size: 1.5rem; } .price__item ul { max-width: 300px; margin: 20px auto; color: #7c7c7c; font-size: 1.25em; font-style: italic; } .price__item li { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; } .price__item li::after { content: ''; width: 6px; height: 6px; display: block; background: #2c70ff; border-radius: 50%; } .price__item a { max-width: 300px; display: block; margin: 20px auto; padding: 15px 0; color: #333; border: 4px solid; font-size: 2.25em; font-weight: bold; text-align: center; text-transform: uppercase; } @media (max-width: 800px) { .price { padding-left: 10px; padding-right: 10px; } .price__item:nth-child(3) { order: -2; } .price__item:nth-child(2) { order: -1; } } .quality { max-width: 960px; display: flex; flex-wrap: wrap; margin: 60px auto; } .quality__item { flex: 1 1 300px; margin: 20px 10px; text-align: justify; } .quality__item h2 { margin-bottom: 20px; color: #a4a4a4; font-size: 2.2em; } .quality__item h2::before { content: ''; width: 8px; height: 30px; display: inline-block; margin-right: 10px; background: #122ab2; } .quality__item:nth-of-type(3n+1) h2::before { background: #ae81ff; } .quality__item:nth-of-type(3n+2) h2::before { background: #f9265e; } .quality__item:nth-of-type(3n+3) h2::before { background: #66d9eb; } .quality__item p { color: #7c7c7c; font-size: 1.25em; line-height: 1.4; } .newsletter { display: flex; flex-wrap: wrap; padding: 60px calc((100% - 960px) / 2); background: #f7f7f7; } .newsletter__info { flex: 1 1 260px; margin: 0 10px; } .newsletter__info h1 { color: #a4a4a4; font-size: 3em; } .newsletter__info p { max-width: 200px; margin-bottom: 10px; color: #7c7c7c; font-size: 1.25em; font-style: italic; } .newsletter__form { flex: 2 1 260px; display: flex; flex-wrap: wrap; align-self: center; margin: 0 10px; } .newsletter__form input{ flex: 3 1 200px; font-size: 1.25em; color: #7c7c7c; font-style: italic; font-family: "Nunito", Arial, Helvetica, sans-serif; border: 4px solid #2c70ff; background: transparent; padding: 10px; margin: 0px; border-radius: 0px; } .newsletter__form button{ flex: 1 1 200px; font-family: "Nunito", Arial, Helvetica, sans-serif; font-size: 2.25em; font-weight: bold; text-transform: uppercase; background: #2c70ff; color: #ddd; margin: 0px; cursor: pointer; border: 0; padding: 15px 10px; } @media (max-width: 600px) { .newsletter__form button{ font-size: 1.5em; } } .footer { height: 50px; display: flex; align-items: center; background: #2c70ff; } .footer p{ flex: 1; text-align: center; font-size: 1em; color: #ddd; }
assets/css/styles.css
* { box-sizing: border-box; } body, h1, h2, p, ul, li, a { margin: 0; padding: 0; } body { font-family: "Nunito", Arial, Helvetica, sans-serif; color: #333; } ul { list-style: none; } a { text-decoration: none; } img { display: block; max-width: 100%; } .superinfo-bg { background: #122ab2; color: #ddd; } .superinfo { max-width: 960px; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 auto; padding-top: 10px; } .superinfo p, .superinfo a { margin: 0 10px 10px 10px; } .superinfo a { color: #ddd; } .menu-bg { background: #2c70ff; } .menu { max-width: 960px; margin: 0 auto; padding: 15px 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; } .menu a { color: #ddd; } .menu__logo { margin: 0 10px; font-size: 2.25em; font-weight: bold; } .menu__nav ul { display: flex; flex-wrap: wrap; } .menu__nav a { display: block; padding: 10px; font-size: 1.25em; } .menu__nav a:hover { color: #122ab2; } .introduction { max-width: 960px; margin: 0 auto; padding: 60px 10px; font-size: 3em; line-height: 1; } .about { max-width: 960px; margin: 0 auto; padding: 60px 0; display: flex; flex-wrap: wrap; border-top: 2px solid #122ab2; border-bottom: 2px solid #122ab2; } .about__info { flex: 2 1 300px; margin: 0 10px; } .about__info h1 { font-size: 3em; margin-bottom: .5em; } .about__info p { margin-bottom: 1em; color: #7c7c7c; font-size: 1.25em; text-align: justify; line-height: 1.4; } .about__image { flex: 1 1 160px; margin: 0 10px; } .products { max-width: 960px; margin: 60px auto; } .products h1 { font-size: 3em; margin: 0 10px 60px 10px; } .products__container { display: flex; flex-wrap: wrap; align-items: flex-end; } .products__item { flex: 1 1 175px; margin: 10px; } .products__item h2 { padding: 60px 20px; background: #f7f7f7; color: #a4a4a4; font-size: 2em; } .products__item--purple { border-top: 8px solid #ae81ff; } .products__item--pink { border-top: 8px solid #f9265e; } .products__item--blue { border-top: 8px solid #66d9eb; } .price { padding: 60px; display:flex; align-items: flex-end; flex-wrap: wrap; background: #f7f7f7; } .price__item { flex: 1 1 260px; margin: 10px; padding: 20px; border: 4px solid white; } .price__item h2 { color: #a4a4a4; font-size: 3em; text-align: center; } .price__item span { max-width: 300px; display: block; margin: 20px auto; padding: 10px 0 5px 0; font-weight: bold; font-size: 3em; text-align: center; border-top: 4px solid white; border-bottom: 4px solid white; } .price__item sup { font-size: 1.5rem; } .price__item ul { max-width: 300px; margin: 20px auto; color: #7c7c7c; font-size: 1.25em; font-style: italic; } .price__item li { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; } .price__item li::after { content: ''; width: 6px; height: 6px; display: block; background: #2c70ff; border-radius: 50%; } .price__item a { max-width: 300px; display: block; margin: 20px auto; padding: 15px 0; color: #333; border: 4px solid; font-size: 2.25em; font-weight: bold; text-align: center; text-transform: uppercase; } @media (max-width: 800px) { .price { padding-left: 10px; padding-right: 10px; } .price__item:nth-child(3) { order: -2; } .price__item:nth-child(2) { order: -1; } } .quality { max-width: 960px; display: flex; flex-wrap: wrap; margin: 60px auto; } .quality__item { flex: 1 1 300px; margin: 20px 10px; text-align: justify; } .quality__item h2 { margin-bottom: 20px; color: #a4a4a4; font-size: 2.2em; } .quality__item h2::before { content: ''; width: 8px; height: 30px; display: inline-block; margin-right: 10px; background: #122ab2; } .quality__item:nth-of-type(3n+1) h2::before { background: #ae81ff; } .quality__item:nth-of-type(3n+2) h2::before { background: #f9265e; } .quality__item:nth-of-type(3n+3) h2::before { background: #66d9eb; } .quality__item p { color: #7c7c7c; font-size: 1.25em; line-height: 1.4; } .newsletter { display: flex; flex-wrap: wrap; padding: 60px calc((100% - 960px) / 2); background: #f7f7f7; } .newsletter__info { flex: 1 1 260px; margin: 0 10px; } .newsletter__info h1 { color: #a4a4a4; font-size: 3em; } .newsletter__info p { max-width: 200px; margin-bottom: 10px; color: #7c7c7c; font-size: 1.25em; font-style: italic; } .newsletter__form { flex: 2 1 260px; display: flex; flex-wrap: wrap; align-self: center; margin: 0 10px; } .newsletter__form input{ flex: 3 1 200px; font-size: 1.25em; color: #7c7c7c; font-style: italic; font-family: "Nunito", Arial, Helvetica, sans-serif; border: 4px solid #2c70ff; background: transparent; padding: 10px; margin: 0px; border-radius: 0px; } .newsletter__form button{ flex: 1 1 200px; font-family: "Nunito", Arial, Helvetica, sans-serif; font-size: 2.25em; font-weight: bold; text-transform: uppercase; background: #2c70ff; color: #ddd; margin: 0px; cursor: pointer; border: 0; padding: 15px 10px; } @media (max-width: 600px) { .newsletter__form button{ font-size: 1.5em; } } .footer { height: 50px; display: flex; align-items: center; background: #2c70ff; } .footer p{ flex: 1; text-align: center; font-size: 1em; color: #ddd; }
0.383757
0.103976
@charset "UTF-8"; /* ========================================================================== #BOX-SIZING ========================================================================== */ /** * More sensible default box-sizing: * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice */ @import url("https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&display=swap"); html { -webkit-box-sizing: border-box; box-sizing: border-box; } *, *:before, *:after { -webkit-box-sizing: inherit; box-sizing: inherit; } /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { -webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; } html, body, div, span, applet, object, iframe, 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; } a { text-decoration: none; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after { content: ''; content: none; } q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* ========================================================================== #SHARED ========================================================================== */ /** * Shared declarations for certain elements. */ /** * Always declare margins in the same direction: * csswizardry.com/2012/06/single-direction-margin-declarations */ address, h1, h2, h3, h4, h5, h6, blockquote, p, pre, dl, ol, ul, figure, hr, table, fieldset { margin-bottom: 24px; } /** * Consistent indentation for lists. */ body strong { font-weight: bold; } body ul li { line-height: 24px; list-style: square; color: #1E1C21; } .cats { text-align: center; margin: 0 0 14px; line-height: 27px; } .cats ul { display: inline-block; } .cats ul li { display: inline-block; padding: 4px 10px; } .cats ul li a { color: #1E1C21; } .cats ul li a:hover { color: #8953b7; } .cats ul li.current-cat a { background-color: #8953B7; color: #ffffff; border-radius: 4px; padding: 4px 7px; } .cats span { text-transform: uppercase; font-size: 14px; color: #797283; } .site-main .entry-meta { font-size: 12px; text-transform: uppercase; padding: 15px 0; color: #797283; } .site-main .entry-header { min-height: 56px; } .site-main .entry-header .entry-title { margin: 0 0 17px 0; font-size: 24px; line-height: 28px; font-family: Inter; } .site-main .entry-header .entry-title a { color: #1E1C21; } .site-main .entry-content { color: #797283; line-height: 24px; font-size: 16px; } .featured-image { position: relative; margin-bottom: 46px; } .featured-image .post-thumbnail { border-radius: 0 0 40px 40px; } .featured-image .post-thumbnail img { max-height: 450px; width: 100%; -o-object-fit: cover; object-fit: cover; -webkit-filter: grayscale(100%); filter: grayscale(100%); } .featured-image .post-thumbnail:before, .featured-image .post-thumbnail:after { content: "\020"; background: #8953b7; display: block; width: 100%; top: 0; height: 100%; left: 0; z-index: 0; position: absolute; } .featured-image .post-thumbnail:before { mix-blend-mode: screen; opacity: 0.1; } .featured-image .post-thumbnail:after { mix-blend-mode: multiply; opacity: .8; } .featured-image .entry-header { position: absolute; bottom: 64px; } .featured-image .entry-header .entry-meta { color: #ffffff; text-transform: uppercase; letter-spacing: 0.05em; } .featured-image .entry-header .entry-title { margin: 15px 0 0 0; } .featured-image .entry-header .entry-title a { font-size: 40px; color: #ffffff; } .site-single .entry-content p { font-size: 16px; color: #1E1C21; line-height: 25px; } .site-single ul { margin-left: 24px; } /* ========================================================================== #HEADINGS ========================================================================== */ /** * Simple default styles for headings 1 through 6. Anything more opinionated * than simple font-size changes should likely be applied via classes (see: * http://csswizardry.com/2016/02/managing-typography-on-large-apps/). */ h1 { font-size: 36px; font-size: 2.25rem; line-height: 1.16667; } h2 { font-size: 28px; font-size: 1.75rem; line-height: 1.28571; } h3 { font-size: 24px; font-size: 1.5rem; line-height: 1.25; } h4 { font-size: 20px; font-size: 1.25rem; line-height: 1.5; } h5 { font-size: 18px; font-size: 1.125rem; line-height: 1.33333; } h6 { font-size: 16px; font-size: 1rem; line-height: 1.5; } /* ========================================================================== #IMAGES ========================================================================== */ /** * 1. Fluid images for responsive purposes. * 2. Offset `alt` text from surrounding copy. * 3. Setting `vertical-align` removes the whitespace that appears under `img` * elements when they are dropped into a page as-is. Safer alternative to * using `display: block;`. */ img { max-width: 100%; /* [1] */ font-style: italic; /* [2] */ vertical-align: middle; /* [3] */ height: auto; } /** * If a `width` and/or `height` attribute has been explicitly defined, let’s * not make the image fluid. */ img[width], img[height] { max-width: none; } .post .wp-post-image { max-width: 100%; border-radius: 6px; max-height: 188px; } /* ========================================================================== #TABLES ========================================================================== */ /** * 1. Ensure tables fill up as much space as possible. */ table { width: 100%; /* [1] */ } a { color: #d46327; } /* ========================================================================== #CLEARFIX ========================================================================== */ /** * Attach our clearfix mixin to a utility class. */ .u-clearfix:after { content: "" !important; display: block !important; clear: both !important; } /* ========================================================================== #WIDTHS ========================================================================== */ /** * inuitcss generates a series of utility classes that give a fluid width to * whichever element they’re applied, e.g.: * * <img src="" alt="" class="u-1/2" /> * * These classes are most commonly used in conjunction with our layout system, * e.g.: * * <div class="o-layout__item u-1/2"> * * By default, inuitcss will also generate responsive variants of each of these * classes by using your Sass MQ configuration, e.g.: * * <div class="o-layout__item u-1/1 u-1/2@tablet u-1/3@desktop"> * * Optionally, inuitcss can generate offset classes which can push and pull * elements left and right by a specified amount, e.g.: * * <div class="o-layout__item u-2/3 u-pull-1/3"> * * This is useful for making very granular changes to the rendered order of * items in a layout. * * N.B. This option is turned off by default. */ /** * A series of width helper classes that you can use to size things like grid * systems. Classes take a fraction-like format (e.g. `.u-2/3`). Use these in * your markup: * * <div class="u-7/12"> * * The following will generate widths helper classes based on the fractions * defined in the `$fractions` list. */ .u-1\/1 { width: 100% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-1\/1 { position: relative !important; right: auto !important; /* [1] */ left: 100% !important; } .u-pull-1\/1 { position: relative !important; right: 100% !important; left: auto !important; /* [1] */ } .u-1\/2 { width: 50% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-1\/2 { position: relative !important; right: auto !important; /* [1] */ left: 50% !important; } .u-pull-1\/2 { position: relative !important; right: 50% !important; left: auto !important; /* [1] */ } .u-2\/2 { width: 100% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-2\/2 { position: relative !important; right: auto !important; /* [1] */ left: 100% !important; } .u-pull-2\/2 { position: relative !important; right: 100% !important; left: auto !important; /* [1] */ } .u-1\/3 { width: 33.33333% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-1\/3 { position: relative !important; right: auto !important; /* [1] */ left: 33.33333% !important; } .u-pull-1\/3 { position: relative !important; right: 33.33333% !important; left: auto !important; /* [1] */ } .u-2\/3 { width: 66.66667% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-2\/3 { position: relative !important; right: auto !important; /* [1] */ left: 66.66667% !important; } .u-pull-2\/3 { position: relative !important; right: 66.66667% !important; left: auto !important; /* [1] */ } .u-3\/3 { width: 100% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-3\/3 { position: relative !important; right: auto !important; /* [1] */ left: 100% !important; } .u-pull-3\/3 { position: relative !important; right: 100% !important; left: auto !important; /* [1] */ } .u-1\/4 { width: 25% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-1\/4 { position: relative !important; right: auto !important; /* [1] */ left: 25% !important; } .u-pull-1\/4 { position: relative !important; right: 25% !important; left: auto !important; /* [1] */ } .u-2\/4 { width: 50% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-2\/4 { position: relative !important; right: auto !important; /* [1] */ left: 50% !important; } .u-pull-2\/4 { position: relative !important; right: 50% !important; left: auto !important; /* [1] */ } .u-3\/4 { width: 75% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-3\/4 { position: relative !important; right: auto !important; /* [1] */ left: 75% !important; } .u-pull-3\/4 { position: relative !important; right: 75% !important; left: auto !important; /* [1] */ } .u-4\/4 { width: 100% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-4\/4 { position: relative !important; right: auto !important; /* [1] */ left: 100% !important; } .u-pull-4\/4 { position: relative !important; right: 100% !important; left: auto !important; /* [1] */ } .u-1\/5 { width: 20% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-1\/5 { position: relative !important; right: auto !important; /* [1] */ left: 20% !important; } .u-pull-1\/5 { position: relative !important; right: 20% !important; left: auto !important; /* [1] */ } .u-2\/5 { width: 40% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-2\/5 { position: relative !important; right: auto !important; /* [1] */ left: 40% !important; } .u-pull-2\/5 { position: relative !important; right: 40% !important; left: auto !important; /* [1] */ } .u-3\/5 { width: 60% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-3\/5 { position: relative !important; right: auto !important; /* [1] */ left: 60% !important; } .u-pull-3\/5 { position: relative !important; right: 60% !important; left: auto !important; /* [1] */ } .u-4\/5 { width: 80% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-4\/5 { position: relative !important; right: auto !important; /* [1] */ left: 80% !important; } .u-pull-4\/5 { position: relative !important; right: 80% !important; left: auto !important; /* [1] */ } .u-5\/5 { width: 100% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-5\/5 { position: relative !important; right: auto !important; /* [1] */ left: 100% !important; } .u-pull-5\/5 { position: relative !important; right: 100% !important; left: auto !important; /* [1] */ } /** * If we’re using Sass-MQ, automatically generate grid system(s) for each of our * defined breakpoints, and give them a Responsive Suffix, e.g.: * * <div class="u-3/12@mobile"> */ /* ========================================================================== #HEADINGS ========================================================================== */ /** * Redefine all of our basic heading styles against utility classes so as to * allow for double stranded heading hierarchy, e.g. we semantically need an H2, * but we want it to be sized like an H1: * * <h2 class="u-h1"></h2> * */ .u-h1 { font-size: 36px !important; font-size: 2.25rem !important; line-height: 1.16667 !important; } .u-h2 { font-size: 28px !important; font-size: 1.75rem !important; line-height: 1.28571 !important; } .u-h3 { font-size: 24px !important; font-size: 1.5rem !important; line-height: 1.25 !important; } .u-h4 { font-size: 20px !important; font-size: 1.25rem !important; line-height: 1.5 !important; } .u-h5 { font-size: 18px !important; font-size: 1.125rem !important; line-height: 1.33333 !important; } .u-h6 { font-size: 16px !important; font-size: 1rem !important; line-height: 1.5 !important; } /* ========================================================================== #SPACINGS ========================================================================== */ /** * Utility classes to put specific spacing values onto elements. The below loop * will generate us a suite of classes like: * * .u-margin-top {} * .u-padding-left-large {} * .u-margin-right-small {} * .u-padding {} * .u-padding-right-none {} * .u-padding-horizontal {} * .u-padding-vertical-small {} */ .u-padding { padding: 24px !important; } .u-padding-tiny { padding: 6px !important; } .u-padding-small { padding: 12px !important; } .u-padding-large { padding: 48px !important; } .u-padding-huge { padding: 96px !important; } .u-padding-none { padding: 0 !important; } .u-padding-top { padding-top: 24px !important; } .u-padding-top-tiny { padding-top: 6px !important; } .u-padding-top-small { padding-top: 12px !important; } .u-padding-top-large { padding-top: 48px !important; } .u-padding-top-huge { padding-top: 96px !important; } .u-padding-top-none { padding-top: 0 !important; } .u-padding-right { padding-right: 24px !important; } .u-padding-right-tiny { padding-right: 6px !important; } .u-padding-right-small { padding-right: 12px !important; } .u-padding-right-large { padding-right: 48px !important; } .u-padding-right-huge { padding-right: 96px !important; } .u-padding-right-none { padding-right: 0 !important; } .u-padding-bottom { padding-bottom: 24px !important; } .u-padding-bottom-tiny { padding-bottom: 6px !important; } .u-padding-bottom-small { padding-bottom: 12px !important; } .u-padding-bottom-large { padding-bottom: 48px !important; } .u-padding-bottom-huge { padding-bottom: 96px !important; } .u-padding-bottom-none { padding-bottom: 0 !important; } .u-padding-left { padding-left: 24px !important; } .u-padding-left-tiny { padding-left: 6px !important; } .u-padding-left-small { padding-left: 12px !important; } .u-padding-left-large { padding-left: 48px !important; } .u-padding-left-huge { padding-left: 96px !important; } .u-padding-left-none { padding-left: 0 !important; } .u-padding-horizontal { padding-left: 24px !important; padding-right: 24px !important; } .u-padding-horizontal-tiny { padding-left: 6px !important; padding-right: 6px !important; } .u-padding-horizontal-small { padding-left: 12px !important; padding-right: 12px !important; } .u-padding-horizontal-large { padding-left: 48px !important; padding-right: 48px !important; } .u-padding-horizontal-huge { padding-left: 96px !important; padding-right: 96px !important; } .u-padding-horizontal-none { padding-left: 0 !important; padding-right: 0 !important; } .u-padding-vertical { padding-top: 24px !important; padding-bottom: 24px !important; } .u-padding-vertical-tiny { padding-top: 6px !important; padding-bottom: 6px !important; } .u-padding-vertical-small { padding-top: 12px !important; padding-bottom: 12px !important; } .u-padding-vertical-large { padding-top: 48px !important; padding-bottom: 48px !important; } .u-padding-vertical-huge { padding-top: 96px !important; padding-bottom: 96px !important; } .u-padding-vertical-none { padding-top: 0 !important; padding-bottom: 0 !important; } .u-margin { margin: 24px !important; } .u-margin-tiny { margin: 6px !important; } .u-margin-small { margin: 12px !important; } .u-margin-large { margin: 48px !important; } .u-margin-huge { margin: 96px !important; } .u-margin-none { margin: 0 !important; } .u-margin-top { margin-top: 24px !important; } .u-margin-top-tiny { margin-top: 6px !important; } .u-margin-top-small { margin-top: 12px !important; } .u-margin-top-large { margin-top: 48px !important; } .u-margin-top-huge { margin-top: 96px !important; } .u-margin-top-none { margin-top: 0 !important; } .u-margin-right { margin-right: 24px !important; } .u-margin-right-tiny { margin-right: 6px !important; } .u-margin-right-small { margin-right: 12px !important; } .u-margin-right-large { margin-right: 48px !important; } .u-margin-right-huge { margin-right: 96px !important; } .u-margin-right-none { margin-right: 0 !important; } .u-margin-bottom { margin-bottom: 24px !important; } .u-margin-bottom-tiny { margin-bottom: 6px !important; } .u-margin-bottom-small { margin-bottom: 12px !important; } .u-margin-bottom-large { margin-bottom: 48px !important; } .u-margin-bottom-huge { margin-bottom: 96px !important; } .u-margin-bottom-none { margin-bottom: 0 !important; } .u-margin-left { margin-left: 24px !important; } .u-margin-left-tiny { margin-left: 6px !important; } .u-margin-left-small { margin-left: 12px !important; } .u-margin-left-large { margin-left: 48px !important; } .u-margin-left-huge { margin-left: 96px !important; } .u-margin-left-none { margin-left: 0 !important; } .u-margin-horizontal { margin-left: 24px !important; margin-right: 24px !important; } .u-margin-horizontal-tiny { margin-left: 6px !important; margin-right: 6px !important; } .u-margin-horizontal-small { margin-left: 12px !important; margin-right: 12px !important; } .u-margin-horizontal-large { margin-left: 48px !important; margin-right: 48px !important; } .u-margin-horizontal-huge { margin-left: 96px !important; margin-right: 96px !important; } .u-margin-horizontal-none { margin-left: 0 !important; margin-right: 0 !important; } .u-margin-vertical { margin-top: 24px !important; margin-bottom: 24px !important; } .u-margin-vertical-tiny { margin-top: 6px !important; margin-bottom: 6px !important; } .u-margin-vertical-small { margin-top: 12px !important; margin-bottom: 12px !important; } .u-margin-vertical-large { margin-top: 48px !important; margin-bottom: 48px !important; } .u-margin-vertical-huge { margin-top: 96px !important; margin-bottom: 96px !important; } .u-margin-vertical-none { margin-top: 0 !important; margin-bottom: 0 !important; } /* ========================================================================== #RESPONSIVE-SPACINGS ========================================================================== */ /** * Utility classes enhancing the normal spacing classes by adding responsiveness * to them. By default, there are not responsive spacings defined. You can * generate responsive spacings by adding entries to the following three Sass * maps, e.g.: * * $responsive-spacing-directions: ( * null: null, * "-bottom": "-bottom", * ); * * $responsive-spacing-properties: ( * "margin": "margin", * ); * * $responsive-spacing-sizes: ( * "-small": $global-spacing-unit-small, * ); * * This would bring us the following classes: * * .u-margin-small@mobile {} * .u-margin-small@tablet {} * .u-margin-small@desktop {} * .u-margin-small@wide {} * .u-margin-bottom-small@mobile {} * .u-margin-bottom-small@tablet {} * .u-margin-bottom-small@desktop {} * .u-margin-bottom-small@wide {} * * You can change the generated CSS classes by further extending the Sass maps. * If you want every ‘normal’ spacing (those from `utilities.spacings`) also as * a responsive version, you can just mirror the ‘normal’ spacings: * * $responsive-spacing-directions: $spacing-directions !default; * * $responsive-spacing-properties: $spacing-properties !default; * * $responsive-spacing-sizes: $spacing-sizes !default; * * BUT BE AWARE: This can generate a huge chunk of extra CSS, depending on the * amount of breakpoints you defined. So please check your CSS’ output and * filesize! */ /* stylelint-disable max-nesting-depth */ /* stylelint-enable max-nesting-depth */ /* ========================================================================== #PRINT ========================================================================== */ /** * Very crude, reset-like styles taken from the HTML5 Boilerplate: * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282 */ @media print { /** * 1. Black prints faster: http://www.sanbeiji.com/archives/953 */ *, *:before, *:after { background: transparent !important; color: #000 !important; /* [1] */ -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /** * Don’t show links that are fragment identifiers, or use the `javascript:` * pseudo protocol. */ a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /** * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables */ thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } /* ========================================================================== #HIDE ========================================================================== */ /** * Hide only visually, but have it available for screen readers: * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */ .u-hidden-visually { border: 0 !important; clip: rect(0 0 0 0) !important; -webkit-clip-path: inset(50%) !important; clip-path: inset(50%) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; white-space: nowrap !important; width: 1px !important; } /** * Hide visually and from screen readers. */ .u-hidden { display: none !important; } /* ==== GRID SYSTEM ==== */ .container { width: 90%; margin-left: auto; margin-right: auto; } .row { position: relative; width: 100%; } .row [class^="col"] { float: left; margin: 0.5rem 2%; min-height: 0.125rem; } .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { width: 96%; } .col-1-sm { width: 4.33%; } .col-2-sm { width: 12.66%; } .col-3-sm { width: 21%; } .col-4-sm { width: 29.33%; } .col-5-sm { width: 37.66%; } .col-6-sm { width: 46%; } .col-7-sm { width: 54.33%; } .col-8-sm { width: 62.66%; } .col-9-sm { width: 71%; } .col-10-sm { width: 79.33%; } .col-11-sm { width: 87.66%; } .col-12-sm { width: 96%; } .row::after { content: ""; display: table; clear: both; } .hidden-sm { display: none; } @media only screen and (min-width: 33.75em) { /* 540px */ .container { width: 80%; } } @media only screen and (min-width: 45em) { /* 720px */ .col-1 { width: 4.33%; } .col-2 { width: 12.66%; } .col-3 { width: 21%; } .col-4 { width: 29.33%; } .col-5 { width: 37.66%; } .col-6 { width: 46%; } .col-7 { width: 54.33%; } .col-8 { width: 62.66%; } .col-9 { width: 71%; } .col-10 { width: 79.33%; } .col-11 { width: 87.66%; } .col-12 { width: 96%; } .hidden-sm { display: block; } } @media only screen and (min-width: 60em) { /* 960px */ .container { width: 75%; max-width: 60rem; } } @font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; src: url("../font/Inter-Bold.woff2") format("woff2"), url("../font/Inter-Bold.woff") format("woff"); } @font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; src: url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff"); } body { font-family: Inter; color: #797283; } body p { font-family: Inter; } body h1, body h2, body h3, body h4, body h5, body h6 { font-family: PT Serif; line-height: 43px; color: #1E1C21; } body a { color: #8953B7; } body a:hover, body a:active { color: #8953b7; } body header { background-color: #FDFAFF; display: block; padding: 39px 0; } body header .logo img { width: 151px; height: 44px; } body header .top-menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } body header .top-menu .get-started a { width: 160px; height: 47px; font-style: normal; font-weight: bold; font-size: 16px; line-height: 47px; display: block; background: #8953B7; border-radius: 4px; text-align: center; color: #FFFFFF; } body .page-header { text-align: center; padding: 100px 0 100px 0; background-color: #fdfaff; border-radius: 0px 0px 40px 40px; margin-bottom: 54px; } @media screen and (max-width: 719px) { body .page-header { padding-top: 1px; padding-bottom: 50px; } body .page-header h1, body .page-header h2 { padding-top: 0; } } body .page-header h1 { font-style: normal; font-weight: bold; font-size: 48px; color: #1E1C21; padding: 0 0 15px 0; line-height: 54px; } body .page-header h2 { font-size: 36px; font-style: normal; font-weight: bold; color: #1E1C21; line-height: 54px; } body .page-header p { font-style: normal; font-weight: normal; font-size: 20px; line-height: 34px; } body .page-header img { margin-top: 61px; max-width: 100%; } body .page-header.home { padding-bottom: 30px; } body footer { padding: 120px 0 45px; } @media screen and (max-width: 719px) { body footer { padding: 50px 0 45px; } } @media screen and (max-width: 719px) { body footer .widget__item { padding: 15px 0 0; } } body footer .widget__item .about { margin-top: 26px; } body footer .widget__item .about { font-size: 14px; line-height: 23px; } body footer .widget__item .links h4 { font-size: 14px; font-weight: bold; text-transform: uppercase; font-family: Inter; line-height: 0; } body footer .widget__item .links ul { margin: 15px 0 0 0; } body footer .widget__item .links ul li { line-height: 26px; list-style: none; } body footer .widget__item .links ul li a { font-size: 14px; color: #797283; } body footer .widget__item .links ul li a:hover, body footer .widget__item .links ul li a:active { color: #8953b7; } body footer .widget__item .links .links__special { background-color: #8953b7; color: #ffffff; border-radius: 4px; padding: 2px 5px; } body footer .widget__item .links .links__special:hover { color: #ffffff; } body footer .widget__item .social { text-align: right; } @media screen and (max-width: 719px) { body footer .widget__item .social { text-align: center; } } body footer .widget__item .social a { margin-left: 20px; } body footer .widget__item .social a img { -webkit-filter: contrast(0); filter: contrast(0); -webkit-transition: 0.15s; transition: 0.15s; } body footer .widget__item .social a:hover img { -webkit-filter: contrast(1); filter: contrast(1); } body footer .widget__item .social a:first-child { margin-left: 0; } body footer .copyright { text-align: center; margin-top: 90px; } @media screen and (max-width: 719px) { body footer .copyright { margin-top: 31px; } } body footer .copyright p { font-size: 13px; }
assets/src/css/main.css
@charset "UTF-8"; /* ========================================================================== #BOX-SIZING ========================================================================== */ /** * More sensible default box-sizing: * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice */ @import url("https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&display=swap"); html { -webkit-box-sizing: border-box; box-sizing: border-box; } *, *:before, *:after { -webkit-box-sizing: inherit; box-sizing: inherit; } /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { -webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; } html, body, div, span, applet, object, iframe, 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; } a { text-decoration: none; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after { content: ''; content: none; } q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* ========================================================================== #SHARED ========================================================================== */ /** * Shared declarations for certain elements. */ /** * Always declare margins in the same direction: * csswizardry.com/2012/06/single-direction-margin-declarations */ address, h1, h2, h3, h4, h5, h6, blockquote, p, pre, dl, ol, ul, figure, hr, table, fieldset { margin-bottom: 24px; } /** * Consistent indentation for lists. */ body strong { font-weight: bold; } body ul li { line-height: 24px; list-style: square; color: #1E1C21; } .cats { text-align: center; margin: 0 0 14px; line-height: 27px; } .cats ul { display: inline-block; } .cats ul li { display: inline-block; padding: 4px 10px; } .cats ul li a { color: #1E1C21; } .cats ul li a:hover { color: #8953b7; } .cats ul li.current-cat a { background-color: #8953B7; color: #ffffff; border-radius: 4px; padding: 4px 7px; } .cats span { text-transform: uppercase; font-size: 14px; color: #797283; } .site-main .entry-meta { font-size: 12px; text-transform: uppercase; padding: 15px 0; color: #797283; } .site-main .entry-header { min-height: 56px; } .site-main .entry-header .entry-title { margin: 0 0 17px 0; font-size: 24px; line-height: 28px; font-family: Inter; } .site-main .entry-header .entry-title a { color: #1E1C21; } .site-main .entry-content { color: #797283; line-height: 24px; font-size: 16px; } .featured-image { position: relative; margin-bottom: 46px; } .featured-image .post-thumbnail { border-radius: 0 0 40px 40px; } .featured-image .post-thumbnail img { max-height: 450px; width: 100%; -o-object-fit: cover; object-fit: cover; -webkit-filter: grayscale(100%); filter: grayscale(100%); } .featured-image .post-thumbnail:before, .featured-image .post-thumbnail:after { content: "\020"; background: #8953b7; display: block; width: 100%; top: 0; height: 100%; left: 0; z-index: 0; position: absolute; } .featured-image .post-thumbnail:before { mix-blend-mode: screen; opacity: 0.1; } .featured-image .post-thumbnail:after { mix-blend-mode: multiply; opacity: .8; } .featured-image .entry-header { position: absolute; bottom: 64px; } .featured-image .entry-header .entry-meta { color: #ffffff; text-transform: uppercase; letter-spacing: 0.05em; } .featured-image .entry-header .entry-title { margin: 15px 0 0 0; } .featured-image .entry-header .entry-title a { font-size: 40px; color: #ffffff; } .site-single .entry-content p { font-size: 16px; color: #1E1C21; line-height: 25px; } .site-single ul { margin-left: 24px; } /* ========================================================================== #HEADINGS ========================================================================== */ /** * Simple default styles for headings 1 through 6. Anything more opinionated * than simple font-size changes should likely be applied via classes (see: * http://csswizardry.com/2016/02/managing-typography-on-large-apps/). */ h1 { font-size: 36px; font-size: 2.25rem; line-height: 1.16667; } h2 { font-size: 28px; font-size: 1.75rem; line-height: 1.28571; } h3 { font-size: 24px; font-size: 1.5rem; line-height: 1.25; } h4 { font-size: 20px; font-size: 1.25rem; line-height: 1.5; } h5 { font-size: 18px; font-size: 1.125rem; line-height: 1.33333; } h6 { font-size: 16px; font-size: 1rem; line-height: 1.5; } /* ========================================================================== #IMAGES ========================================================================== */ /** * 1. Fluid images for responsive purposes. * 2. Offset `alt` text from surrounding copy. * 3. Setting `vertical-align` removes the whitespace that appears under `img` * elements when they are dropped into a page as-is. Safer alternative to * using `display: block;`. */ img { max-width: 100%; /* [1] */ font-style: italic; /* [2] */ vertical-align: middle; /* [3] */ height: auto; } /** * If a `width` and/or `height` attribute has been explicitly defined, let’s * not make the image fluid. */ img[width], img[height] { max-width: none; } .post .wp-post-image { max-width: 100%; border-radius: 6px; max-height: 188px; } /* ========================================================================== #TABLES ========================================================================== */ /** * 1. Ensure tables fill up as much space as possible. */ table { width: 100%; /* [1] */ } a { color: #d46327; } /* ========================================================================== #CLEARFIX ========================================================================== */ /** * Attach our clearfix mixin to a utility class. */ .u-clearfix:after { content: "" !important; display: block !important; clear: both !important; } /* ========================================================================== #WIDTHS ========================================================================== */ /** * inuitcss generates a series of utility classes that give a fluid width to * whichever element they’re applied, e.g.: * * <img src="" alt="" class="u-1/2" /> * * These classes are most commonly used in conjunction with our layout system, * e.g.: * * <div class="o-layout__item u-1/2"> * * By default, inuitcss will also generate responsive variants of each of these * classes by using your Sass MQ configuration, e.g.: * * <div class="o-layout__item u-1/1 u-1/2@tablet u-1/3@desktop"> * * Optionally, inuitcss can generate offset classes which can push and pull * elements left and right by a specified amount, e.g.: * * <div class="o-layout__item u-2/3 u-pull-1/3"> * * This is useful for making very granular changes to the rendered order of * items in a layout. * * N.B. This option is turned off by default. */ /** * A series of width helper classes that you can use to size things like grid * systems. Classes take a fraction-like format (e.g. `.u-2/3`). Use these in * your markup: * * <div class="u-7/12"> * * The following will generate widths helper classes based on the fractions * defined in the `$fractions` list. */ .u-1\/1 { width: 100% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-1\/1 { position: relative !important; right: auto !important; /* [1] */ left: 100% !important; } .u-pull-1\/1 { position: relative !important; right: 100% !important; left: auto !important; /* [1] */ } .u-1\/2 { width: 50% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-1\/2 { position: relative !important; right: auto !important; /* [1] */ left: 50% !important; } .u-pull-1\/2 { position: relative !important; right: 50% !important; left: auto !important; /* [1] */ } .u-2\/2 { width: 100% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-2\/2 { position: relative !important; right: auto !important; /* [1] */ left: 100% !important; } .u-pull-2\/2 { position: relative !important; right: 100% !important; left: auto !important; /* [1] */ } .u-1\/3 { width: 33.33333% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-1\/3 { position: relative !important; right: auto !important; /* [1] */ left: 33.33333% !important; } .u-pull-1\/3 { position: relative !important; right: 33.33333% !important; left: auto !important; /* [1] */ } .u-2\/3 { width: 66.66667% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-2\/3 { position: relative !important; right: auto !important; /* [1] */ left: 66.66667% !important; } .u-pull-2\/3 { position: relative !important; right: 66.66667% !important; left: auto !important; /* [1] */ } .u-3\/3 { width: 100% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-3\/3 { position: relative !important; right: auto !important; /* [1] */ left: 100% !important; } .u-pull-3\/3 { position: relative !important; right: 100% !important; left: auto !important; /* [1] */ } .u-1\/4 { width: 25% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-1\/4 { position: relative !important; right: auto !important; /* [1] */ left: 25% !important; } .u-pull-1\/4 { position: relative !important; right: 25% !important; left: auto !important; /* [1] */ } .u-2\/4 { width: 50% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-2\/4 { position: relative !important; right: auto !important; /* [1] */ left: 50% !important; } .u-pull-2\/4 { position: relative !important; right: 50% !important; left: auto !important; /* [1] */ } .u-3\/4 { width: 75% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-3\/4 { position: relative !important; right: auto !important; /* [1] */ left: 75% !important; } .u-pull-3\/4 { position: relative !important; right: 75% !important; left: auto !important; /* [1] */ } .u-4\/4 { width: 100% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-4\/4 { position: relative !important; right: auto !important; /* [1] */ left: 100% !important; } .u-pull-4\/4 { position: relative !important; right: 100% !important; left: auto !important; /* [1] */ } .u-1\/5 { width: 20% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-1\/5 { position: relative !important; right: auto !important; /* [1] */ left: 20% !important; } .u-pull-1\/5 { position: relative !important; right: 20% !important; left: auto !important; /* [1] */ } .u-2\/5 { width: 40% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-2\/5 { position: relative !important; right: auto !important; /* [1] */ left: 40% !important; } .u-pull-2\/5 { position: relative !important; right: 40% !important; left: auto !important; /* [1] */ } .u-3\/5 { width: 60% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-3\/5 { position: relative !important; right: auto !important; /* [1] */ left: 60% !important; } .u-pull-3\/5 { position: relative !important; right: 60% !important; left: auto !important; /* [1] */ } .u-4\/5 { width: 80% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-4\/5 { position: relative !important; right: auto !important; /* [1] */ left: 80% !important; } .u-pull-4\/5 { position: relative !important; right: 80% !important; left: auto !important; /* [1] */ } .u-5\/5 { width: 100% !important; } /** * 1. Reset any leftover or conflicting `left`/`right` values. */ .u-push-5\/5 { position: relative !important; right: auto !important; /* [1] */ left: 100% !important; } .u-pull-5\/5 { position: relative !important; right: 100% !important; left: auto !important; /* [1] */ } /** * If we’re using Sass-MQ, automatically generate grid system(s) for each of our * defined breakpoints, and give them a Responsive Suffix, e.g.: * * <div class="u-3/12@mobile"> */ /* ========================================================================== #HEADINGS ========================================================================== */ /** * Redefine all of our basic heading styles against utility classes so as to * allow for double stranded heading hierarchy, e.g. we semantically need an H2, * but we want it to be sized like an H1: * * <h2 class="u-h1"></h2> * */ .u-h1 { font-size: 36px !important; font-size: 2.25rem !important; line-height: 1.16667 !important; } .u-h2 { font-size: 28px !important; font-size: 1.75rem !important; line-height: 1.28571 !important; } .u-h3 { font-size: 24px !important; font-size: 1.5rem !important; line-height: 1.25 !important; } .u-h4 { font-size: 20px !important; font-size: 1.25rem !important; line-height: 1.5 !important; } .u-h5 { font-size: 18px !important; font-size: 1.125rem !important; line-height: 1.33333 !important; } .u-h6 { font-size: 16px !important; font-size: 1rem !important; line-height: 1.5 !important; } /* ========================================================================== #SPACINGS ========================================================================== */ /** * Utility classes to put specific spacing values onto elements. The below loop * will generate us a suite of classes like: * * .u-margin-top {} * .u-padding-left-large {} * .u-margin-right-small {} * .u-padding {} * .u-padding-right-none {} * .u-padding-horizontal {} * .u-padding-vertical-small {} */ .u-padding { padding: 24px !important; } .u-padding-tiny { padding: 6px !important; } .u-padding-small { padding: 12px !important; } .u-padding-large { padding: 48px !important; } .u-padding-huge { padding: 96px !important; } .u-padding-none { padding: 0 !important; } .u-padding-top { padding-top: 24px !important; } .u-padding-top-tiny { padding-top: 6px !important; } .u-padding-top-small { padding-top: 12px !important; } .u-padding-top-large { padding-top: 48px !important; } .u-padding-top-huge { padding-top: 96px !important; } .u-padding-top-none { padding-top: 0 !important; } .u-padding-right { padding-right: 24px !important; } .u-padding-right-tiny { padding-right: 6px !important; } .u-padding-right-small { padding-right: 12px !important; } .u-padding-right-large { padding-right: 48px !important; } .u-padding-right-huge { padding-right: 96px !important; } .u-padding-right-none { padding-right: 0 !important; } .u-padding-bottom { padding-bottom: 24px !important; } .u-padding-bottom-tiny { padding-bottom: 6px !important; } .u-padding-bottom-small { padding-bottom: 12px !important; } .u-padding-bottom-large { padding-bottom: 48px !important; } .u-padding-bottom-huge { padding-bottom: 96px !important; } .u-padding-bottom-none { padding-bottom: 0 !important; } .u-padding-left { padding-left: 24px !important; } .u-padding-left-tiny { padding-left: 6px !important; } .u-padding-left-small { padding-left: 12px !important; } .u-padding-left-large { padding-left: 48px !important; } .u-padding-left-huge { padding-left: 96px !important; } .u-padding-left-none { padding-left: 0 !important; } .u-padding-horizontal { padding-left: 24px !important; padding-right: 24px !important; } .u-padding-horizontal-tiny { padding-left: 6px !important; padding-right: 6px !important; } .u-padding-horizontal-small { padding-left: 12px !important; padding-right: 12px !important; } .u-padding-horizontal-large { padding-left: 48px !important; padding-right: 48px !important; } .u-padding-horizontal-huge { padding-left: 96px !important; padding-right: 96px !important; } .u-padding-horizontal-none { padding-left: 0 !important; padding-right: 0 !important; } .u-padding-vertical { padding-top: 24px !important; padding-bottom: 24px !important; } .u-padding-vertical-tiny { padding-top: 6px !important; padding-bottom: 6px !important; } .u-padding-vertical-small { padding-top: 12px !important; padding-bottom: 12px !important; } .u-padding-vertical-large { padding-top: 48px !important; padding-bottom: 48px !important; } .u-padding-vertical-huge { padding-top: 96px !important; padding-bottom: 96px !important; } .u-padding-vertical-none { padding-top: 0 !important; padding-bottom: 0 !important; } .u-margin { margin: 24px !important; } .u-margin-tiny { margin: 6px !important; } .u-margin-small { margin: 12px !important; } .u-margin-large { margin: 48px !important; } .u-margin-huge { margin: 96px !important; } .u-margin-none { margin: 0 !important; } .u-margin-top { margin-top: 24px !important; } .u-margin-top-tiny { margin-top: 6px !important; } .u-margin-top-small { margin-top: 12px !important; } .u-margin-top-large { margin-top: 48px !important; } .u-margin-top-huge { margin-top: 96px !important; } .u-margin-top-none { margin-top: 0 !important; } .u-margin-right { margin-right: 24px !important; } .u-margin-right-tiny { margin-right: 6px !important; } .u-margin-right-small { margin-right: 12px !important; } .u-margin-right-large { margin-right: 48px !important; } .u-margin-right-huge { margin-right: 96px !important; } .u-margin-right-none { margin-right: 0 !important; } .u-margin-bottom { margin-bottom: 24px !important; } .u-margin-bottom-tiny { margin-bottom: 6px !important; } .u-margin-bottom-small { margin-bottom: 12px !important; } .u-margin-bottom-large { margin-bottom: 48px !important; } .u-margin-bottom-huge { margin-bottom: 96px !important; } .u-margin-bottom-none { margin-bottom: 0 !important; } .u-margin-left { margin-left: 24px !important; } .u-margin-left-tiny { margin-left: 6px !important; } .u-margin-left-small { margin-left: 12px !important; } .u-margin-left-large { margin-left: 48px !important; } .u-margin-left-huge { margin-left: 96px !important; } .u-margin-left-none { margin-left: 0 !important; } .u-margin-horizontal { margin-left: 24px !important; margin-right: 24px !important; } .u-margin-horizontal-tiny { margin-left: 6px !important; margin-right: 6px !important; } .u-margin-horizontal-small { margin-left: 12px !important; margin-right: 12px !important; } .u-margin-horizontal-large { margin-left: 48px !important; margin-right: 48px !important; } .u-margin-horizontal-huge { margin-left: 96px !important; margin-right: 96px !important; } .u-margin-horizontal-none { margin-left: 0 !important; margin-right: 0 !important; } .u-margin-vertical { margin-top: 24px !important; margin-bottom: 24px !important; } .u-margin-vertical-tiny { margin-top: 6px !important; margin-bottom: 6px !important; } .u-margin-vertical-small { margin-top: 12px !important; margin-bottom: 12px !important; } .u-margin-vertical-large { margin-top: 48px !important; margin-bottom: 48px !important; } .u-margin-vertical-huge { margin-top: 96px !important; margin-bottom: 96px !important; } .u-margin-vertical-none { margin-top: 0 !important; margin-bottom: 0 !important; } /* ========================================================================== #RESPONSIVE-SPACINGS ========================================================================== */ /** * Utility classes enhancing the normal spacing classes by adding responsiveness * to them. By default, there are not responsive spacings defined. You can * generate responsive spacings by adding entries to the following three Sass * maps, e.g.: * * $responsive-spacing-directions: ( * null: null, * "-bottom": "-bottom", * ); * * $responsive-spacing-properties: ( * "margin": "margin", * ); * * $responsive-spacing-sizes: ( * "-small": $global-spacing-unit-small, * ); * * This would bring us the following classes: * * .u-margin-small@mobile {} * .u-margin-small@tablet {} * .u-margin-small@desktop {} * .u-margin-small@wide {} * .u-margin-bottom-small@mobile {} * .u-margin-bottom-small@tablet {} * .u-margin-bottom-small@desktop {} * .u-margin-bottom-small@wide {} * * You can change the generated CSS classes by further extending the Sass maps. * If you want every ‘normal’ spacing (those from `utilities.spacings`) also as * a responsive version, you can just mirror the ‘normal’ spacings: * * $responsive-spacing-directions: $spacing-directions !default; * * $responsive-spacing-properties: $spacing-properties !default; * * $responsive-spacing-sizes: $spacing-sizes !default; * * BUT BE AWARE: This can generate a huge chunk of extra CSS, depending on the * amount of breakpoints you defined. So please check your CSS’ output and * filesize! */ /* stylelint-disable max-nesting-depth */ /* stylelint-enable max-nesting-depth */ /* ========================================================================== #PRINT ========================================================================== */ /** * Very crude, reset-like styles taken from the HTML5 Boilerplate: * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282 */ @media print { /** * 1. Black prints faster: http://www.sanbeiji.com/archives/953 */ *, *:before, *:after { background: transparent !important; color: #000 !important; /* [1] */ -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /** * Don’t show links that are fragment identifiers, or use the `javascript:` * pseudo protocol. */ a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /** * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables */ thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } /* ========================================================================== #HIDE ========================================================================== */ /** * Hide only visually, but have it available for screen readers: * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */ .u-hidden-visually { border: 0 !important; clip: rect(0 0 0 0) !important; -webkit-clip-path: inset(50%) !important; clip-path: inset(50%) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; white-space: nowrap !important; width: 1px !important; } /** * Hide visually and from screen readers. */ .u-hidden { display: none !important; } /* ==== GRID SYSTEM ==== */ .container { width: 90%; margin-left: auto; margin-right: auto; } .row { position: relative; width: 100%; } .row [class^="col"] { float: left; margin: 0.5rem 2%; min-height: 0.125rem; } .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { width: 96%; } .col-1-sm { width: 4.33%; } .col-2-sm { width: 12.66%; } .col-3-sm { width: 21%; } .col-4-sm { width: 29.33%; } .col-5-sm { width: 37.66%; } .col-6-sm { width: 46%; } .col-7-sm { width: 54.33%; } .col-8-sm { width: 62.66%; } .col-9-sm { width: 71%; } .col-10-sm { width: 79.33%; } .col-11-sm { width: 87.66%; } .col-12-sm { width: 96%; } .row::after { content: ""; display: table; clear: both; } .hidden-sm { display: none; } @media only screen and (min-width: 33.75em) { /* 540px */ .container { width: 80%; } } @media only screen and (min-width: 45em) { /* 720px */ .col-1 { width: 4.33%; } .col-2 { width: 12.66%; } .col-3 { width: 21%; } .col-4 { width: 29.33%; } .col-5 { width: 37.66%; } .col-6 { width: 46%; } .col-7 { width: 54.33%; } .col-8 { width: 62.66%; } .col-9 { width: 71%; } .col-10 { width: 79.33%; } .col-11 { width: 87.66%; } .col-12 { width: 96%; } .hidden-sm { display: block; } } @media only screen and (min-width: 60em) { /* 960px */ .container { width: 75%; max-width: 60rem; } } @font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; src: url("../font/Inter-Bold.woff2") format("woff2"), url("../font/Inter-Bold.woff") format("woff"); } @font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; src: url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff"); } body { font-family: Inter; color: #797283; } body p { font-family: Inter; } body h1, body h2, body h3, body h4, body h5, body h6 { font-family: PT Serif; line-height: 43px; color: #1E1C21; } body a { color: #8953B7; } body a:hover, body a:active { color: #8953b7; } body header { background-color: #FDFAFF; display: block; padding: 39px 0; } body header .logo img { width: 151px; height: 44px; } body header .top-menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } body header .top-menu .get-started a { width: 160px; height: 47px; font-style: normal; font-weight: bold; font-size: 16px; line-height: 47px; display: block; background: #8953B7; border-radius: 4px; text-align: center; color: #FFFFFF; } body .page-header { text-align: center; padding: 100px 0 100px 0; background-color: #fdfaff; border-radius: 0px 0px 40px 40px; margin-bottom: 54px; } @media screen and (max-width: 719px) { body .page-header { padding-top: 1px; padding-bottom: 50px; } body .page-header h1, body .page-header h2 { padding-top: 0; } } body .page-header h1 { font-style: normal; font-weight: bold; font-size: 48px; color: #1E1C21; padding: 0 0 15px 0; line-height: 54px; } body .page-header h2 { font-size: 36px; font-style: normal; font-weight: bold; color: #1E1C21; line-height: 54px; } body .page-header p { font-style: normal; font-weight: normal; font-size: 20px; line-height: 34px; } body .page-header img { margin-top: 61px; max-width: 100%; } body .page-header.home { padding-bottom: 30px; } body footer { padding: 120px 0 45px; } @media screen and (max-width: 719px) { body footer { padding: 50px 0 45px; } } @media screen and (max-width: 719px) { body footer .widget__item { padding: 15px 0 0; } } body footer .widget__item .about { margin-top: 26px; } body footer .widget__item .about { font-size: 14px; line-height: 23px; } body footer .widget__item .links h4 { font-size: 14px; font-weight: bold; text-transform: uppercase; font-family: Inter; line-height: 0; } body footer .widget__item .links ul { margin: 15px 0 0 0; } body footer .widget__item .links ul li { line-height: 26px; list-style: none; } body footer .widget__item .links ul li a { font-size: 14px; color: #797283; } body footer .widget__item .links ul li a:hover, body footer .widget__item .links ul li a:active { color: #8953b7; } body footer .widget__item .links .links__special { background-color: #8953b7; color: #ffffff; border-radius: 4px; padding: 2px 5px; } body footer .widget__item .links .links__special:hover { color: #ffffff; } body footer .widget__item .social { text-align: right; } @media screen and (max-width: 719px) { body footer .widget__item .social { text-align: center; } } body footer .widget__item .social a { margin-left: 20px; } body footer .widget__item .social a img { -webkit-filter: contrast(0); filter: contrast(0); -webkit-transition: 0.15s; transition: 0.15s; } body footer .widget__item .social a:hover img { -webkit-filter: contrast(1); filter: contrast(1); } body footer .widget__item .social a:first-child { margin-left: 0; } body footer .copyright { text-align: center; margin-top: 90px; } @media screen and (max-width: 719px) { body footer .copyright { margin-top: 31px; } } body footer .copyright p { font-size: 13px; }
0.528533
0.076546
@charset "utf-8"; /* CSS Document */ body{ margin: 0 auto; background-image:url(../images/RIZ.jpg); background-repeat:no-repeat; background-size: 100% 800px; } .contenu{ width:500px; text-align:center; background-color:#16a085; border-radius:5px; margin:0 auto; margin-top:80px; opacity:0.8; } .bienvenue{ background:#16a085; color:#EEEEEE; opacity: 0.7; } .logo img{ width:90px; height:60px; padding:5px 5px; box-shadow:2px 1px 1px #ecf0f1; } .logo { width:90px; height:60px; } .contenu img { width:120px; height:120px; margin-top:-60px; margin-bottom:30px; } input[type="text"],input[type="password"]{ height:45px; width:300px; font-size:18px; border-radius:4px; margin-bottom:20px; background-color:#FFF; padding-left:40px;} .form-input::before{ content: "\f007"; position:absolute; font-family:"fontAwesome"; padding-left:5px; color:#1abc9c; font-size:35px; } .form-input:nth-child(2)::before{ content: "\f023"; } .btn-login{ height:45px; border:none; cursor:pointer; padding:15px 30px; color:#FFF; border-radius:5px; background-color:#16a085; border-bottom: 4px solid #000; margin-bottom:30px; } .btn-login:hover{ height:45px; border:none; padding:15px 30px; color:#000; background:#bdc3c7; border-radius:5px; border-bottom: 4px solid #000; border-top: 4px solid #000; opacity: 1; font-weight: bold; } .btn-login a{ text-decoration:none; color:#FFFFFF;} .btn-login a:hover{ text-decoration:none; color:#000;} .btn-vert{ background-color:#16a085; border:none; border-radius:5px; font-size:20px; color:#ecf0f1; height:45px; text-decoration:underline; box-shadow: 3px 4px 3px #34495e; } .btn-vert:hover{ background-color:#27ae60; border-bottom:groove; text-decoration:none; } .passeOublie { text-decoration:none; color:#FFF; font-size:18px; } .passeOublie:hover { text-decoration:none; color:#000; font-size:18px;} .navbar-nav a { outline:none; color:#FFFFFF; } ul .dropdown-menu { background-color:#27ae60; }
mailling/pages/monstyle.css
@charset "utf-8"; /* CSS Document */ body{ margin: 0 auto; background-image:url(../images/RIZ.jpg); background-repeat:no-repeat; background-size: 100% 800px; } .contenu{ width:500px; text-align:center; background-color:#16a085; border-radius:5px; margin:0 auto; margin-top:80px; opacity:0.8; } .bienvenue{ background:#16a085; color:#EEEEEE; opacity: 0.7; } .logo img{ width:90px; height:60px; padding:5px 5px; box-shadow:2px 1px 1px #ecf0f1; } .logo { width:90px; height:60px; } .contenu img { width:120px; height:120px; margin-top:-60px; margin-bottom:30px; } input[type="text"],input[type="password"]{ height:45px; width:300px; font-size:18px; border-radius:4px; margin-bottom:20px; background-color:#FFF; padding-left:40px;} .form-input::before{ content: "\f007"; position:absolute; font-family:"fontAwesome"; padding-left:5px; color:#1abc9c; font-size:35px; } .form-input:nth-child(2)::before{ content: "\f023"; } .btn-login{ height:45px; border:none; cursor:pointer; padding:15px 30px; color:#FFF; border-radius:5px; background-color:#16a085; border-bottom: 4px solid #000; margin-bottom:30px; } .btn-login:hover{ height:45px; border:none; padding:15px 30px; color:#000; background:#bdc3c7; border-radius:5px; border-bottom: 4px solid #000; border-top: 4px solid #000; opacity: 1; font-weight: bold; } .btn-login a{ text-decoration:none; color:#FFFFFF;} .btn-login a:hover{ text-decoration:none; color:#000;} .btn-vert{ background-color:#16a085; border:none; border-radius:5px; font-size:20px; color:#ecf0f1; height:45px; text-decoration:underline; box-shadow: 3px 4px 3px #34495e; } .btn-vert:hover{ background-color:#27ae60; border-bottom:groove; text-decoration:none; } .passeOublie { text-decoration:none; color:#FFF; font-size:18px; } .passeOublie:hover { text-decoration:none; color:#000; font-size:18px;} .navbar-nav a { outline:none; color:#FFFFFF; } ul .dropdown-menu { background-color:#27ae60; }
0.153232
0.050682
* { margin: 0px; padding: 0px; box-sizing: border-box; color: #675c67; } div[role="dialog"] { width:300px !important; } div#message-dialog { width: 300px; text-align:center; display:none; } div[role="dialog"] button { color: transparent !important; outline: none; } form#qty_form, form#delete_form { display:inline-block; } .ui-widget-content { background: #c9c9c9; text-align: center; } header { height: 50px; width: 100%; padding: 15px 25px; position: relative; border-bottom: 0.5px solid rgb(157, 194, 157); background: #1f2a1b; } header * { display:inline-block; vertical-align: middle; margin-right: 25px; text-decoration: none; color: #a2afa3; font-weight: bolder; } #shopping_cart_count { margin: -3px 0 0 0 ; } header a:first-child { font-size: 1.4em; float: left; margin-top:-4px; } header a { float: right; } body { background-color: #e2e2e2; font-family: Helvetica; } body>a { margin:20px 150px; display: block; } body a:hover, body a:hover span { color:#8cc474; } section, body>form { width: 70%; margin: 5px auto; } section table { border-collapse: collapse; margin: 50px auto; width: 100%; box-shadow: 2px 6px 21px -4px rgba(125,124,125,0.68); } thead tr { background-color: lightgray; font-weight: bold; } td, th { border: 1px solid gray; text-align: left; padding: 8px; } tbody tr td { background-color:white; } tbody tr td form{ display: inline-block; } section table tbody tr td img { width: 15px; vertical-align: text-bottom; display: inline-block; margin-left: 15px; cursor: pointer; } section p { margin-top: -20px; text-align: right; } section > button { margin: 10px 0 0 79%; width: 150px; padding: 1px 2px; background: rgb(78,141,132); color: rgba(0, 0, 0, 0.822); background: linear-gradient(0deg, rgba(78,141,132,0.9580707282913166) 43%, rgba(193,224,207,1) 93%); padding: 3px 5px; } section label, p { text-align: right; } section input[type="number"]:read-only { width:50px; pointer-events: none; border: none; background-color:transparent; text-align: center; } section input[type="number"]{ width:50px; } button#update { border:none; outline:none; background-color: transparent; cursor:pointer; text-decoration: underline; color:mediumblue; } body > form { margin-bottom: 50px; } body > form *:not(h3) { display:inline-block; vertical-align: top; width: 150px; margin-top: 10px; } body > form h3 { margin: 20px 0 10px 0; } body > form label { text-align: right; } body > form input[type='submit'] { margin: 20px 0 0 462px; background: rgb(78,141,132); color: rgba(0, 0, 0, 0.822); background: linear-gradient(0deg, rgba(78,141,132,0.9580707282913166) 43%, rgba(193,224,207,1) 93%); padding: 3px 5px; }
assets/css/shopping-cart-style.css
* { margin: 0px; padding: 0px; box-sizing: border-box; color: #675c67; } div[role="dialog"] { width:300px !important; } div#message-dialog { width: 300px; text-align:center; display:none; } div[role="dialog"] button { color: transparent !important; outline: none; } form#qty_form, form#delete_form { display:inline-block; } .ui-widget-content { background: #c9c9c9; text-align: center; } header { height: 50px; width: 100%; padding: 15px 25px; position: relative; border-bottom: 0.5px solid rgb(157, 194, 157); background: #1f2a1b; } header * { display:inline-block; vertical-align: middle; margin-right: 25px; text-decoration: none; color: #a2afa3; font-weight: bolder; } #shopping_cart_count { margin: -3px 0 0 0 ; } header a:first-child { font-size: 1.4em; float: left; margin-top:-4px; } header a { float: right; } body { background-color: #e2e2e2; font-family: Helvetica; } body>a { margin:20px 150px; display: block; } body a:hover, body a:hover span { color:#8cc474; } section, body>form { width: 70%; margin: 5px auto; } section table { border-collapse: collapse; margin: 50px auto; width: 100%; box-shadow: 2px 6px 21px -4px rgba(125,124,125,0.68); } thead tr { background-color: lightgray; font-weight: bold; } td, th { border: 1px solid gray; text-align: left; padding: 8px; } tbody tr td { background-color:white; } tbody tr td form{ display: inline-block; } section table tbody tr td img { width: 15px; vertical-align: text-bottom; display: inline-block; margin-left: 15px; cursor: pointer; } section p { margin-top: -20px; text-align: right; } section > button { margin: 10px 0 0 79%; width: 150px; padding: 1px 2px; background: rgb(78,141,132); color: rgba(0, 0, 0, 0.822); background: linear-gradient(0deg, rgba(78,141,132,0.9580707282913166) 43%, rgba(193,224,207,1) 93%); padding: 3px 5px; } section label, p { text-align: right; } section input[type="number"]:read-only { width:50px; pointer-events: none; border: none; background-color:transparent; text-align: center; } section input[type="number"]{ width:50px; } button#update { border:none; outline:none; background-color: transparent; cursor:pointer; text-decoration: underline; color:mediumblue; } body > form { margin-bottom: 50px; } body > form *:not(h3) { display:inline-block; vertical-align: top; width: 150px; margin-top: 10px; } body > form h3 { margin: 20px 0 10px 0; } body > form label { text-align: right; } body > form input[type='submit'] { margin: 20px 0 0 462px; background: rgb(78,141,132); color: rgba(0, 0, 0, 0.822); background: linear-gradient(0deg, rgba(78,141,132,0.9580707282913166) 43%, rgba(193,224,207,1) 93%); padding: 3px 5px; }
0.385606
0.11808
@font-face { font-family: AvenirLTStd-Book; src: url("fonts/AvenirLTStd-Book.otf") format("opentype"); } @font-face { font-family: AvenirLTStd-Medium; src: url("fonts/AvenirLTStd-Medium.otf") format("opentype"); } @font-face { font-family: Avenir-Bold; src: url("fonts/AEH.ttf") format("opentype"); } body { margin: 0px; } .pro-header { font-family: AvenirLTStd-medium; } .pro-header .pro-container { width: 100%; max-width: 1260px; margin-left: auto; margin-right: auto; position: relative; } .pro-header .pro-verticals-black-bar, .pro-header .pro-mobile-publisher-name-black-bar { background: black; text-align: center; } .pro-header .pro-verticals-black-bar a, .pro-header .pro-mobile-publisher-name-black-bar a { line-height: 22px; font-size: 12px; color: white; margin-left: 10px; margin-right: 10px; text-decoration: none; cursor: pointer; display: inline-block; } .pro-header .pro-verticals-black-bar a:hover, .pro-header .pro-mobile-publisher-name-black-bar a:hover { text-decoration: underline; } .pro-header .pro-mobile-publisher-name-black-bar { display: none; } .pro-header .pro-publisher-masthead { height: 70px; background: #efefef; text-align: center; padding-top: 15px; padding-bottom: 15px; box-sizing: border-box; position: relative; } .pro-header .pro-publisher-masthead a { display: inline-block; } .pro-header .pro-publisher-masthead img { height: 40px; } .pro-header .pro-publisher-masthead .pro-masthead-ad { height: 60px; width: 234px; background: #999; position: absolute; left: 0px; top: -10px; display: none; } .pro-header .pro-menubar { border-bottom: 1px solid #efefef; height: 56px; } .pro-header .pro-menubar .project-name-icon { padding-top: 17px; padding-bottom: 17px; box-sizing: border-box; display: inline-block; } .pro-header .pro-menubar .menu-options { float: right; } .pro-header .pro-menubar .menu-options a { color: black; text-transform: uppercase; letter-spacing: 0.5px; font-size: 12px; font-family: Avenir-bold; text-decoration: none; margin-left: 30px; line-height: 56px; display: inline-block; } .pro-header .pro-menubar .menu-options a:hover { text-decoration: underline; } .pro-header .pro-menubar .menu-options .more-option img { vertical-align: middle; margin-left: 5px; } .pro-header .pro-menubar .social-icon { margin-left: 15px !important; float: right; padding-top: 12px; } .pro-header .pro-mobile-menubar { display: none; } @media screen and (max-width: 600px) { .pro-header .pro-verticals-black-bar { display: none; } .pro-header .pro-mobile-publisher-name-black-bar { display: block; } .pro-header .pro-publisher-masthead { display: none; } .pro-header .pro-menubar { display: none; } .pro-header .pro-masthead-ad { display: none; } .pro-header .pro-mobile-menubar { display: inline-block; border-bottom: 1px solid #efefef; } .pro-header .pro-mobile-menubar .mobile-menubar-project-info { padding-top: 8px; padding-bottom: 8px; } .pro-header .pro-mobile-menubar .mobile-menubar-project-info .project-name-icon { margin-left: 10px; height: 24px; } .pro-header .pro-mobile-menubar .menu-options { border-top: 1px solid #efefef; width: 100vw; position: relative; overflow: hidden; } .pro-header .pro-mobile-menubar .menu-options a { margin-left: 10px; margin-right: 10px; display: inline-block; font-size: 12px; color: black; text-decoration: none; line-height: 38px; } .pro-header .pro-mobile-menubar .menu-options .more-option { background: white; line-height: 38px; position: absolute; right: 0px; top: 0px; padding-left: 15px; padding-right: 10px; margin-right: 0px; box-shadow: 0px 0px 10px lightgrey; } .pro-header .pro-mobile-menubar .menu-options .more-option img { vertical-align: middle; margin-left: 5px; } } /*# sourceMappingURL=header.css.map */
src/css/styles.css
@font-face { font-family: AvenirLTStd-Book; src: url("fonts/AvenirLTStd-Book.otf") format("opentype"); } @font-face { font-family: AvenirLTStd-Medium; src: url("fonts/AvenirLTStd-Medium.otf") format("opentype"); } @font-face { font-family: Avenir-Bold; src: url("fonts/AEH.ttf") format("opentype"); } body { margin: 0px; } .pro-header { font-family: AvenirLTStd-medium; } .pro-header .pro-container { width: 100%; max-width: 1260px; margin-left: auto; margin-right: auto; position: relative; } .pro-header .pro-verticals-black-bar, .pro-header .pro-mobile-publisher-name-black-bar { background: black; text-align: center; } .pro-header .pro-verticals-black-bar a, .pro-header .pro-mobile-publisher-name-black-bar a { line-height: 22px; font-size: 12px; color: white; margin-left: 10px; margin-right: 10px; text-decoration: none; cursor: pointer; display: inline-block; } .pro-header .pro-verticals-black-bar a:hover, .pro-header .pro-mobile-publisher-name-black-bar a:hover { text-decoration: underline; } .pro-header .pro-mobile-publisher-name-black-bar { display: none; } .pro-header .pro-publisher-masthead { height: 70px; background: #efefef; text-align: center; padding-top: 15px; padding-bottom: 15px; box-sizing: border-box; position: relative; } .pro-header .pro-publisher-masthead a { display: inline-block; } .pro-header .pro-publisher-masthead img { height: 40px; } .pro-header .pro-publisher-masthead .pro-masthead-ad { height: 60px; width: 234px; background: #999; position: absolute; left: 0px; top: -10px; display: none; } .pro-header .pro-menubar { border-bottom: 1px solid #efefef; height: 56px; } .pro-header .pro-menubar .project-name-icon { padding-top: 17px; padding-bottom: 17px; box-sizing: border-box; display: inline-block; } .pro-header .pro-menubar .menu-options { float: right; } .pro-header .pro-menubar .menu-options a { color: black; text-transform: uppercase; letter-spacing: 0.5px; font-size: 12px; font-family: Avenir-bold; text-decoration: none; margin-left: 30px; line-height: 56px; display: inline-block; } .pro-header .pro-menubar .menu-options a:hover { text-decoration: underline; } .pro-header .pro-menubar .menu-options .more-option img { vertical-align: middle; margin-left: 5px; } .pro-header .pro-menubar .social-icon { margin-left: 15px !important; float: right; padding-top: 12px; } .pro-header .pro-mobile-menubar { display: none; } @media screen and (max-width: 600px) { .pro-header .pro-verticals-black-bar { display: none; } .pro-header .pro-mobile-publisher-name-black-bar { display: block; } .pro-header .pro-publisher-masthead { display: none; } .pro-header .pro-menubar { display: none; } .pro-header .pro-masthead-ad { display: none; } .pro-header .pro-mobile-menubar { display: inline-block; border-bottom: 1px solid #efefef; } .pro-header .pro-mobile-menubar .mobile-menubar-project-info { padding-top: 8px; padding-bottom: 8px; } .pro-header .pro-mobile-menubar .mobile-menubar-project-info .project-name-icon { margin-left: 10px; height: 24px; } .pro-header .pro-mobile-menubar .menu-options { border-top: 1px solid #efefef; width: 100vw; position: relative; overflow: hidden; } .pro-header .pro-mobile-menubar .menu-options a { margin-left: 10px; margin-right: 10px; display: inline-block; font-size: 12px; color: black; text-decoration: none; line-height: 38px; } .pro-header .pro-mobile-menubar .menu-options .more-option { background: white; line-height: 38px; position: absolute; right: 0px; top: 0px; padding-left: 15px; padding-right: 10px; margin-right: 0px; box-shadow: 0px 0px 10px lightgrey; } .pro-header .pro-mobile-menubar .menu-options .more-option img { vertical-align: middle; margin-left: 5px; } } /*# sourceMappingURL=header.css.map */
0.446977
0.061678
body { background: linear-gradient(132deg, #00ffff, #000000); background-size: 400% 400%; animation: BackgroundGradient 30s ease infinite; border: 30px solid #eb6b6b; margin: 0px; padding: 0px; } @keyframes BackgroundGradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .hut { position: relative; left: 50%; margin-top: 300px; margin-right: 100px; margin-bottom: -100px; width: 500px; height: 500px; } .roof { position: absolute; top: -55%; width: 72%; left: -10px; right: -20px; height: 45%; border: 2px solid transparent; border-right: 5em solid transparent; border-left: 5em solid transparent; border-top: 5em solid transparent; border-bottom: 12em solid #4e5362; filter: drop-shadow(0px 6px 2px rgba(0, 0, 0, 0.5)); z-index: 4; } .chimni { position: absolute; width: 80px; height: 85px; bottom: 0; left: 30px; background-color: #cc6d4b; -webkit-box-shadow: inset 1px -3px 82px 0px rgba(0, 0, 0, 0.23); -moz-box-shadow: inset 1px -3px 82px 0px rgba(0, 0, 0, 0.23); box-shadow: inset 1px -3px 82px 0px rgba(0, 0, 0, 0.23); filter: drop-shadow(7px 0px 0.33rem rgba(0, 0, 0, 0.3)); } .chimni::after { content: ''; position: absolute; width: 82px; height: 15px; top: -10px; left : -1px; border-radius: 50%; background-color: #2f422f; box-shadow: inset 1px -3px 82px 0px rgba(0, 0, 0, 0.23); } .walls { position: absolute; height: 55%; width: 100%; top: 44%; background-color: #eed1a7; -webkit-box-shadow: inset -10px -10px 83px 10px rgba(0, 0, 0, 0.27); -moz-box-shadow: inset -10px -10px 83px 10px rgba(0, 0, 0, 0.27); box-shadow: inset -10px -10px 83px 10px rgba(0, 0, 0, 0.27); filter: drop-shadow(5px 0px 0.33rem rgba(0, 0, 0, 0.7)); z-index: 3; } .window { position: absolute; height: 55%; width: 50%; top: 20%; left: 25%; border: 8px solid #794519; background: rgba(147, 206, 222, 1); background: -moz-radial-gradient(center, ellipse cover, rgba(147, 206, 222, 1) 0%, rgba(117, 189, 209, 1) 41%, rgba(74, 165, 191, 1) 99%, rgba(73, 165, 191, 1) 100%); background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(147, 206, 222, 1)), color-stop(41%, rgba(117, 189, 209, 1)), color-stop(99%, rgba(74, 165, 191, 1)), color-stop(100%, rgba(73, 165, 191, 1))); background: -webkit-radial-gradient(center, ellipse cover, rgba(147, 206, 222, 1) 0%, rgba(117, 189, 209, 1) 41%, rgba(74, 165, 191, 1) 99%, rgba(73, 165, 191, 1) 100%); background: -o-radial-gradient(center, ellipse cover, rgba(147, 206, 222, 1) 0%, rgba(117, 189, 209, 1) 41%, rgba(74, 165, 191, 1) 99%, rgba(73, 165, 191, 1) 100%); background: -ms-radial-gradient(center, ellipse cover, rgba(147, 206, 222, 1) 0%, rgba(117, 189, 209, 1) 41%, rgba(74, 165, 191, 1) 99%, rgba(73, 165, 191, 1) 100%); background: radial-gradient(ellipse at center, rgba(147, 206, 222, 1) 0%, rgba(117, 189, 209, 1) 41%, rgba(74, 165, 191, 1) 99%, rgba(73, 165, 191, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=1); -webkit-box-shadow: inset 1px 2px 24px -2px rgba(0, 0, 0, 0.62); -moz-box-shadow: inset 1px 2px 24px -2px rgba(0, 0, 0, 0.62); box-shadow: inset 1px 2px 24px -2px rgba(0, 0, 0, 0.62); z-index: 2; overflow: hidden; } .window::after { content: ''; position: absolute; height: 15px; width: 100%; top: 45%; background-color: #794519; -webkit-box-shadow: inset 1px 2px 30px -2px rgba(0, 0, 0, 0.62); -moz-box-shadow: inset 1px 2px 30px -2px rgba(0, 0, 0, 0.62); box-shadow: inset 1px 2px 30px -2px rgba(0, 0, 0, 0.62); z-index: 2; } .window::before { content: ''; position: absolute; height: 100%; width: 15px; left: 45%; background-color: #794519; -webkit-box-shadow: inset 1px 2px 30px -2px rgba(0, 0, 0, 0.62); -moz-box-shadow: inset 1px 2px 30px -2px rgba(0, 0, 0, 0.62); box-shadow: inset 1px 2px 30px -2px rgba(0, 0, 0, 0.62); z-index: 2; } /* =================== <NAME> ================== */ .image1{ position: absolute; width : 200px; height : 200px; top : 55%; left : 0%; z-index: 2; transition:left 400ms ease; } .image1 img{ width : 200px; height : 200px; } .hut:hover .image1{ left: -47%; } .image2{ position: absolute; left : 6%; top : 100%; width : 100px; height : 60px; transition: top 300ms ease-in; overflow: hidden; } .image2 img{ position: absolute; width : 100px; height : 100px; transform: rotate(50deg); transition: transform 400ms ease-in; } .hut:hover .image2{ top : 60%; } .hut:hover .image2 img{ transform: rotate(0deg); } /* ================= blackCloud =================== */ .chimni .cloudimg1{ width : 100px; height : 100px; position: relative; top : -130px; left : 100px; z-index: 4; filter:grayscale(3.6); transform: rotate(180deg); animation: cloudBump1 2s linear infinite; } .chimni .cloudimg2{ width : 60px; height : 60px; position: relative; top : -180px; left : 30%; z-index: 4; transform: rotate(180deg); animation: cloudBump2 2s linear infinite; } @keyframes cloudBump1 { 0%{ left : 100px; } 100%{ left : 200px; } } @keyframes cloudBump2 { 0%{ left : 30%; } 100%{ left : 150px; } } /* ================== flor ================== */ .flor{ width : 100%; height : 200px; position: relative; border-top-right-radius: 20%; border-top-left-radius: 30%; background: linear-gradient(#10770f, #055e16); } .flor img { width : 300px; height: 100px; position: absolute; left : 120px; top : -40px ; filter: drop-shadow(5px 10px 0.33rem rgba(0, 0, 0, 0.3)); } /* ======== sky ======= */ .sky .star1{ width : 40px; height : 40px; left : 10%; top: 100px; position: relative; animation: starBlur 29.5s ease-in-out infinite alternate; z-index: 3; } .sky .star2{ width : 40px; height : 40px; left : 30%; top: 200px; position: relative; animation: starBlur 29.5s ease-in-out infinite alternate; z-index: 3; } .sky .star3{ width : 40px; height : 40px; left : 60%; top: 100px; position: relative; animation: starBlur 29.5s ease-in-out infinite alternate; z-index: 3; } .sky .star4{ width : 40px; height : 40px; left : 80%; top: 50px; position: relative; animation: starBlur 29.5s ease-in-out infinite alternate; z-index: 3; } .sky .star5{ width : 40px; height : 40px; left : 40%; top: 150px; position: relative; filter: sepia(2.6); animation: starBlur 29.5s ease-in-out infinite alternate; z-index: 3; } .sky .night-cloud1{ width : 250px; height : 200px; position: relative; bottom : -150px; filter: blur(1px); z-index: 2; } .sky .night-cloud2{ width : 250px; height : 200px; position: relative; bottom : -150px; margin-left: 200px; filter: blur(1px); z-index: 2; } /* ===================== sun =========== */ .sky .sun{ position: absolute; width : 100px; height : 100px; background-color: #e4b336; border-radius: 50%; left : 48%; filter: drop-shadow(0px 0px 0.33rem rgba(0, 0, 0, 0.7)); animation: sun 20s ease-in-out infinite alternate; } @keyframes starBlur { 0% { filter: blur(30px); } 75% { filter: blur(0px); } 100%{ filter: blur(30px); } } @keyframes sun { 0% { background-color: orange; } 100%{ background-color: #ccc; } }
css/fun.css
body { background: linear-gradient(132deg, #00ffff, #000000); background-size: 400% 400%; animation: BackgroundGradient 30s ease infinite; border: 30px solid #eb6b6b; margin: 0px; padding: 0px; } @keyframes BackgroundGradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .hut { position: relative; left: 50%; margin-top: 300px; margin-right: 100px; margin-bottom: -100px; width: 500px; height: 500px; } .roof { position: absolute; top: -55%; width: 72%; left: -10px; right: -20px; height: 45%; border: 2px solid transparent; border-right: 5em solid transparent; border-left: 5em solid transparent; border-top: 5em solid transparent; border-bottom: 12em solid #4e5362; filter: drop-shadow(0px 6px 2px rgba(0, 0, 0, 0.5)); z-index: 4; } .chimni { position: absolute; width: 80px; height: 85px; bottom: 0; left: 30px; background-color: #cc6d4b; -webkit-box-shadow: inset 1px -3px 82px 0px rgba(0, 0, 0, 0.23); -moz-box-shadow: inset 1px -3px 82px 0px rgba(0, 0, 0, 0.23); box-shadow: inset 1px -3px 82px 0px rgba(0, 0, 0, 0.23); filter: drop-shadow(7px 0px 0.33rem rgba(0, 0, 0, 0.3)); } .chimni::after { content: ''; position: absolute; width: 82px; height: 15px; top: -10px; left : -1px; border-radius: 50%; background-color: #2f422f; box-shadow: inset 1px -3px 82px 0px rgba(0, 0, 0, 0.23); } .walls { position: absolute; height: 55%; width: 100%; top: 44%; background-color: #eed1a7; -webkit-box-shadow: inset -10px -10px 83px 10px rgba(0, 0, 0, 0.27); -moz-box-shadow: inset -10px -10px 83px 10px rgba(0, 0, 0, 0.27); box-shadow: inset -10px -10px 83px 10px rgba(0, 0, 0, 0.27); filter: drop-shadow(5px 0px 0.33rem rgba(0, 0, 0, 0.7)); z-index: 3; } .window { position: absolute; height: 55%; width: 50%; top: 20%; left: 25%; border: 8px solid #794519; background: rgba(147, 206, 222, 1); background: -moz-radial-gradient(center, ellipse cover, rgba(147, 206, 222, 1) 0%, rgba(117, 189, 209, 1) 41%, rgba(74, 165, 191, 1) 99%, rgba(73, 165, 191, 1) 100%); background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(147, 206, 222, 1)), color-stop(41%, rgba(117, 189, 209, 1)), color-stop(99%, rgba(74, 165, 191, 1)), color-stop(100%, rgba(73, 165, 191, 1))); background: -webkit-radial-gradient(center, ellipse cover, rgba(147, 206, 222, 1) 0%, rgba(117, 189, 209, 1) 41%, rgba(74, 165, 191, 1) 99%, rgba(73, 165, 191, 1) 100%); background: -o-radial-gradient(center, ellipse cover, rgba(147, 206, 222, 1) 0%, rgba(117, 189, 209, 1) 41%, rgba(74, 165, 191, 1) 99%, rgba(73, 165, 191, 1) 100%); background: -ms-radial-gradient(center, ellipse cover, rgba(147, 206, 222, 1) 0%, rgba(117, 189, 209, 1) 41%, rgba(74, 165, 191, 1) 99%, rgba(73, 165, 191, 1) 100%); background: radial-gradient(ellipse at center, rgba(147, 206, 222, 1) 0%, rgba(117, 189, 209, 1) 41%, rgba(74, 165, 191, 1) 99%, rgba(73, 165, 191, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=1); -webkit-box-shadow: inset 1px 2px 24px -2px rgba(0, 0, 0, 0.62); -moz-box-shadow: inset 1px 2px 24px -2px rgba(0, 0, 0, 0.62); box-shadow: inset 1px 2px 24px -2px rgba(0, 0, 0, 0.62); z-index: 2; overflow: hidden; } .window::after { content: ''; position: absolute; height: 15px; width: 100%; top: 45%; background-color: #794519; -webkit-box-shadow: inset 1px 2px 30px -2px rgba(0, 0, 0, 0.62); -moz-box-shadow: inset 1px 2px 30px -2px rgba(0, 0, 0, 0.62); box-shadow: inset 1px 2px 30px -2px rgba(0, 0, 0, 0.62); z-index: 2; } .window::before { content: ''; position: absolute; height: 100%; width: 15px; left: 45%; background-color: #794519; -webkit-box-shadow: inset 1px 2px 30px -2px rgba(0, 0, 0, 0.62); -moz-box-shadow: inset 1px 2px 30px -2px rgba(0, 0, 0, 0.62); box-shadow: inset 1px 2px 30px -2px rgba(0, 0, 0, 0.62); z-index: 2; } /* =================== <NAME> ================== */ .image1{ position: absolute; width : 200px; height : 200px; top : 55%; left : 0%; z-index: 2; transition:left 400ms ease; } .image1 img{ width : 200px; height : 200px; } .hut:hover .image1{ left: -47%; } .image2{ position: absolute; left : 6%; top : 100%; width : 100px; height : 60px; transition: top 300ms ease-in; overflow: hidden; } .image2 img{ position: absolute; width : 100px; height : 100px; transform: rotate(50deg); transition: transform 400ms ease-in; } .hut:hover .image2{ top : 60%; } .hut:hover .image2 img{ transform: rotate(0deg); } /* ================= blackCloud =================== */ .chimni .cloudimg1{ width : 100px; height : 100px; position: relative; top : -130px; left : 100px; z-index: 4; filter:grayscale(3.6); transform: rotate(180deg); animation: cloudBump1 2s linear infinite; } .chimni .cloudimg2{ width : 60px; height : 60px; position: relative; top : -180px; left : 30%; z-index: 4; transform: rotate(180deg); animation: cloudBump2 2s linear infinite; } @keyframes cloudBump1 { 0%{ left : 100px; } 100%{ left : 200px; } } @keyframes cloudBump2 { 0%{ left : 30%; } 100%{ left : 150px; } } /* ================== flor ================== */ .flor{ width : 100%; height : 200px; position: relative; border-top-right-radius: 20%; border-top-left-radius: 30%; background: linear-gradient(#10770f, #055e16); } .flor img { width : 300px; height: 100px; position: absolute; left : 120px; top : -40px ; filter: drop-shadow(5px 10px 0.33rem rgba(0, 0, 0, 0.3)); } /* ======== sky ======= */ .sky .star1{ width : 40px; height : 40px; left : 10%; top: 100px; position: relative; animation: starBlur 29.5s ease-in-out infinite alternate; z-index: 3; } .sky .star2{ width : 40px; height : 40px; left : 30%; top: 200px; position: relative; animation: starBlur 29.5s ease-in-out infinite alternate; z-index: 3; } .sky .star3{ width : 40px; height : 40px; left : 60%; top: 100px; position: relative; animation: starBlur 29.5s ease-in-out infinite alternate; z-index: 3; } .sky .star4{ width : 40px; height : 40px; left : 80%; top: 50px; position: relative; animation: starBlur 29.5s ease-in-out infinite alternate; z-index: 3; } .sky .star5{ width : 40px; height : 40px; left : 40%; top: 150px; position: relative; filter: sepia(2.6); animation: starBlur 29.5s ease-in-out infinite alternate; z-index: 3; } .sky .night-cloud1{ width : 250px; height : 200px; position: relative; bottom : -150px; filter: blur(1px); z-index: 2; } .sky .night-cloud2{ width : 250px; height : 200px; position: relative; bottom : -150px; margin-left: 200px; filter: blur(1px); z-index: 2; } /* ===================== sun =========== */ .sky .sun{ position: absolute; width : 100px; height : 100px; background-color: #e4b336; border-radius: 50%; left : 48%; filter: drop-shadow(0px 0px 0.33rem rgba(0, 0, 0, 0.7)); animation: sun 20s ease-in-out infinite alternate; } @keyframes starBlur { 0% { filter: blur(30px); } 75% { filter: blur(0px); } 100%{ filter: blur(30px); } } @keyframes sun { 0% { background-color: orange; } 100%{ background-color: #ccc; } }
0.500488
0.1602
.business_flow_rect { border-radius: 8px; width: 80px; height: 60px; overflow: hidden; } .business_flow_item { padding: 4px 10px 0 10px; position: absolute; z-index: 4; border: 1px solid #2e6f9a; -o-box-shadow: 0px 0px 6px #515054; -webkit-box-shadow: 0px 0px 6px #515054; -moz-box-shadow: 0px 0px 6px #515054; box-shadow: 0px 0px 6px #515054; -moz-border-radius: 3px; opacity: 1; cursor: move; font-size: 11px; -webkit-transition: background-color 0.25s ease-in; -moz-transition: background-color 0.25s ease-in; transition: background-color 0.25s ease-in; } .business_flow_view{ min-width: 120px; font-size: 11px; color: #8c939d; } .node-title { padding: 2px; cursor: move; color: #2d2f33; text-align: center; white-space: nowrap; } .node-icon{ text-align: center; } .query-icon { position: absolute; top: 4px; left: 3px; font-size: medium; } .query-icon { cursor: auto; } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .connect-icon { position: absolute; top: 24px; right: 10px; width: 1.2em; width: 12px; height: 1.2em; height: 12px; background-color: #F9B800; cursor: pointer; box-shadow: 0px 0px 1px #F94500; -webkit-transition: -webkit-box-shadow 0.25s ease-in; -moz-transition: -moz-box-shadow 0.25s ease-in; transition: box-shadow 0.25s ease-in; font-size: 1em; font-size: 10px; border: 1px solid #F9A100; } .padding_10 { /*padding: 10px 15px 10px 10px;*/ } .trash-icon { position: absolute; top: 0; right: 4px; font-size: 12px; cursor: auto; } .info-icon { position: absolute; bottom: 0; left: 4px; font-size: 16px; cursor: auto; } business_flow_item:hover { background-color: #e5e5e5 !important; /* color: #fff; */ } .bg-Streaming{ background-color: rgb(175, 212, 240) } .bg-Machine-Learning{ background-color: rgb(255, 235, 148); } .bg-default{ border-radius: 5px; min-width:100px; background-color: rgb(255, 235, 148); } .bg-join{ border-radius: 5px; min-width:100px; background-color: rgb(255, 235, 148); } .bg-transform{ border-radius: 5px; min-width:100px; background-color: rgb(255, 235, 148); } .bg-fns{ border-radius: 5px; min-width:100px; background-color: rgb(247, 239, 226); } .bg-ETL{ background-color: rgb(247, 239, 226); } .bg-HBase{ background-color: rgb(240, 241, 249); } .bg-start{ border-radius: 5px; min-width:100px; background-color: rgb(175, 212, 240); } .bg-end{ border-radius: 5px; min-width:100px; background-color: rgb(175, 212, 240); } .bg-topic{ border-radius: 5px; min-width:100px; background-color: rgb(175, 212, 240); } .bg-approve{ background-color: rgb(175, 212, 240) } .bg-sub{ background-color: rgb(255, 235, 148); } .bg-junction{ background-color: rgb(247, 239, 226); } .delete-relationship { border-radius: 12px; cursor: pointer; text-align: center; font-size: 8px; } .delete-relationship:hover { color: #FFF; background-color: #434343; padding: 4px; } .connect { width: 10px; height: 10px; background-color: #f76258; position: absolute; bottom: 22px; right: 5px; cursor: pointer; } .jtk-node .name { background-color: #3E7E9C; color: #f7ebca; cursor: move; font-size: 13px; line-height: 24px; padding: 10px; text-align: center; border-radius: 5px; box-shadow: 5px 5px 15px #888888; } .delete { padding: 2px; cursor: pointer; float: left; font-size: 10px; line-height: 20px; } .link-type { padding: 2px; cursor: pointer; float: right; font-size: 10px; line-height: 20px; } .node-delete{ padding: 2px; cursor: pointer; float: right; font-size: 10px; line-height: 20px; } .node-type{ padding: 2px; float: left; font-size: 10px; line-height: 20px; } .name-text{ overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; white-space: nowrap; width: 100px; display: block; }
plugins/jsplumb/css/stream.css
.business_flow_rect { border-radius: 8px; width: 80px; height: 60px; overflow: hidden; } .business_flow_item { padding: 4px 10px 0 10px; position: absolute; z-index: 4; border: 1px solid #2e6f9a; -o-box-shadow: 0px 0px 6px #515054; -webkit-box-shadow: 0px 0px 6px #515054; -moz-box-shadow: 0px 0px 6px #515054; box-shadow: 0px 0px 6px #515054; -moz-border-radius: 3px; opacity: 1; cursor: move; font-size: 11px; -webkit-transition: background-color 0.25s ease-in; -moz-transition: background-color 0.25s ease-in; transition: background-color 0.25s ease-in; } .business_flow_view{ min-width: 120px; font-size: 11px; color: #8c939d; } .node-title { padding: 2px; cursor: move; color: #2d2f33; text-align: center; white-space: nowrap; } .node-icon{ text-align: center; } .query-icon { position: absolute; top: 4px; left: 3px; font-size: medium; } .query-icon { cursor: auto; } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .connect-icon { position: absolute; top: 24px; right: 10px; width: 1.2em; width: 12px; height: 1.2em; height: 12px; background-color: #F9B800; cursor: pointer; box-shadow: 0px 0px 1px #F94500; -webkit-transition: -webkit-box-shadow 0.25s ease-in; -moz-transition: -moz-box-shadow 0.25s ease-in; transition: box-shadow 0.25s ease-in; font-size: 1em; font-size: 10px; border: 1px solid #F9A100; } .padding_10 { /*padding: 10px 15px 10px 10px;*/ } .trash-icon { position: absolute; top: 0; right: 4px; font-size: 12px; cursor: auto; } .info-icon { position: absolute; bottom: 0; left: 4px; font-size: 16px; cursor: auto; } business_flow_item:hover { background-color: #e5e5e5 !important; /* color: #fff; */ } .bg-Streaming{ background-color: rgb(175, 212, 240) } .bg-Machine-Learning{ background-color: rgb(255, 235, 148); } .bg-default{ border-radius: 5px; min-width:100px; background-color: rgb(255, 235, 148); } .bg-join{ border-radius: 5px; min-width:100px; background-color: rgb(255, 235, 148); } .bg-transform{ border-radius: 5px; min-width:100px; background-color: rgb(255, 235, 148); } .bg-fns{ border-radius: 5px; min-width:100px; background-color: rgb(247, 239, 226); } .bg-ETL{ background-color: rgb(247, 239, 226); } .bg-HBase{ background-color: rgb(240, 241, 249); } .bg-start{ border-radius: 5px; min-width:100px; background-color: rgb(175, 212, 240); } .bg-end{ border-radius: 5px; min-width:100px; background-color: rgb(175, 212, 240); } .bg-topic{ border-radius: 5px; min-width:100px; background-color: rgb(175, 212, 240); } .bg-approve{ background-color: rgb(175, 212, 240) } .bg-sub{ background-color: rgb(255, 235, 148); } .bg-junction{ background-color: rgb(247, 239, 226); } .delete-relationship { border-radius: 12px; cursor: pointer; text-align: center; font-size: 8px; } .delete-relationship:hover { color: #FFF; background-color: #434343; padding: 4px; } .connect { width: 10px; height: 10px; background-color: #f76258; position: absolute; bottom: 22px; right: 5px; cursor: pointer; } .jtk-node .name { background-color: #3E7E9C; color: #f7ebca; cursor: move; font-size: 13px; line-height: 24px; padding: 10px; text-align: center; border-radius: 5px; box-shadow: 5px 5px 15px #888888; } .delete { padding: 2px; cursor: pointer; float: left; font-size: 10px; line-height: 20px; } .link-type { padding: 2px; cursor: pointer; float: right; font-size: 10px; line-height: 20px; } .node-delete{ padding: 2px; cursor: pointer; float: right; font-size: 10px; line-height: 20px; } .node-type{ padding: 2px; float: left; font-size: 10px; line-height: 20px; } .name-text{ overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; white-space: nowrap; width: 100px; display: block; }
0.38341
0.13288
.margin-top-10 { margin-top: 10px !important; } .margin-top-20 { margin-top: 20px !important; } .margin-top-30 { margin-top: 30px !important; } .margin-top-40 { margin-top: 40px !important; } .margin-bottom-10 { margin-bottom: 30px !important; } .margin-bottom-20 { margin-bottom: 20px !important; } .margin-bottom-30 { margin-bottom: 30px !important; } .margin-bottom-40 { margin-bottom: 40px !important; } a.mission-nav-arrow-button { display: table-cell; vertical-align: middle; } a.mission-nav-arrow-button img { width: 60px; } a.mission-nav-arrow-button img:hover { opacity: 0.7; } @media (max-width: 991px) { div.columna.top-arrow { width: initial; padding: 20px; overflow: hidden; } div.help-portlet { background-image: none !important; } div.help-portlet > div { margin-left: 0px; } } @media (min-width: 992px) { div.columna.top-arrow { width: 65%; padding: 20px; overflow: hidden; } div.help-portlet { min-height: 400px; } div.help-portlet > div { margin-left: 50px; } } div.columna.top-arrow:before { position: absolute; top: -10px; left: 32.5%; right: auto; display: inline-block !important; border-right: 15px solid transparent; border-bottom: 21px solid #00fffc; border-left: 15px solid transparent; content: ''; } @media (max-width: 767px) { div.columna.top-arrow:before { top: -20px; } div.image-drop-parent { height: 230px !important; } } @media (min-width: 768px) and (max-width: 991px) { div.columna.top-arrow:before { top: -10px; } #libroDrop { margin-top: 30px !important; margin-left: 1% !important; width: 98%; padding: 10px 5px; } div.image-drag-panel img.imagen { width: 100px; height: 100px; cursor: move; } } @media (min-width: 992px) { #libroDrop { padding: 10px 30px; } div.image-drag-panel img.imagen { width: 120px; height: 120px; cursor: move; } } #news_content.editable { border: 0px; white-space: initial; } .editable-container.editable-inline .editable-input textarea { width: 340px !important; margin-top: 0px !important; } p.newspaper { text-align: left; -webkit-column-count: 2; /* Chrome, Safari, Opera */ -moz-column-count: 2; /* Firefox */ column-count: 2; -webkit-column-gap: 30px; /* Chrome, Safari, Opera */ -moz-column-gap: 30px; /* Firefox */ column-gap: 30px; padding-right: 30px; } div.instrucciones-m4.columna { width: 97%; background-color: #152a2d; border-radius: 6px; } div.image-drag-panel > div { text-align: center; margin: 10px 0px; } div.image-drop-panel { text-align: center; width: 100%; height: 100%; display: table; overflow: hidden; } .color-white { color: white !important; } .result-title { color: white; font-size: 16px; font-weight: 700; margin-bottom: 5px; } div.emergenteCuestionario{ display: none; width: 100%; height: 100%; top:0px; left: 0px; } @media (max-width: 767px) { div.emergenteCuestionario >div{ position: fixed; margin-left: 10%; width: 80%; top:30%; background: #152a2d; padding: 20px; } } @media (min-width: 768px) { div.emergenteCuestionario >div{ position: fixed; margin-left: 30%; width: 40%; top:30%; background: #152a2d; padding: 20px; } } div.emergenteCuestionario >div input{ margin: 20px auto; } div.div_item_area { position: absolute; } div.div_item_area p { position: relative; top: 17px; text-align: right; padding: 0px 15px; } div.div_item_area input { width: 50px; } @media (max-width: 659px) { div.div_item_area#div_item_area_1 { top: -40px; width: 100px; left: calc(10%); } div.div_item_area#div_item_area_1 p { width: 100px; top: 7px; } div.div_item_area#div_item_area_2 { top: 56px; left: calc(5%); width: 60px; } div.div_item_area#div_item_area_3 { top: 216px; left: calc(4%); width: 66px; } div.div_item_area#div_item_area_4 { top: 378px; left: calc(10%); width: 110px; } div.div_item_area#div_item_area_4 p { width: 104px; top: 15px; } div.div_item_area#div_item_area_5 { top: -22px; left: 77%; width: 150px; } div.div_item_area#div_item_area_6 { top: 55px; left: 91%; } div.div_item_area#div_item_area_7 { top: 202px; left: 91%; } div.div_item_area#div_item_area_8 { top: 399px; left: 80%; width: 78px; } } @media (min-width: 660px) and (max-width: 732px) { div.div_item_area#div_item_area_1 { top: 13px; left: 0px; } div.div_item_area#div_item_area_1 p { width: 100px; top: 7px; } div.div_item_area#div_item_area_2 { top: 111px; left: -9px; width: 60px; } div.div_item_area#div_item_area_3 { top: 276px; left: -9px; width: 66px; } div.div_item_area#div_item_area_4 { top: 388px; left: 61px; width: 110px; } div.div_item_area#div_item_area_4 p { width: 110px; top: 15px; } div.div_item_area#div_item_area_5 { top: -18px; left: 66%; width: 150px; } div.div_item_area#div_item_area_6 { top: 109px; left: 91%; } div.div_item_area#div_item_area_7 { top: 255px; left: 89%; } div.div_item_area#div_item_area_8 { top: 405px; left: 70%; width: 78px; } } @media (min-width: 733px) and (max-width: 991px) { div.div_item_area#div_item_area_1 { top: 13px; left: 48px; } div.div_item_area#div_item_area_1 p { width: 100px; top: 7px; } div.div_item_area#div_item_area_2 { top: 140px; left: -25px; } div.div_item_area#div_item_area_3 { top: 306px; left: -25px; } div.div_item_area#div_item_area_4 { top: 429px; left: 7px; } div.div_item_area#div_item_area_5 { top: 13px; left: 495px; } div.div_item_area#div_item_area_6 { top: 109px; left: 599px; } div.div_item_area#div_item_area_7 { top: 255px; left: 580px; } div.div_item_area#div_item_area_8 { top: 429px; left: 477px; } } @media (min-width: 992px) and (max-width: 1199px) { div.div_item_area#div_item_area_1 { top: 13px; left: 104px; } div.div_item_area#div_item_area_2 { top: 140px; left: 85px; } div.div_item_area#div_item_area_3 { top: 306px; left: 78px; } div.div_item_area#div_item_area_4 { top: 429px; left: 113px; } div.div_item_area#div_item_area_5 { top: 13px; left: 607px; } div.div_item_area#div_item_area_6 { top: 140px; left: 720px; } div.div_item_area#div_item_area_7 { top: 306px; left: 716px; } div.div_item_area#div_item_area_7 p { width: 60px; top: 7px; } div.div_item_area#div_item_area_8 { top: 429px; left: 591px; } } @media (min-width: 1200px) { div.div_item_area#div_item_area_1 { top: 13px; left: 190px; } div.div_item_area#div_item_area_2 { top: 140px; left: 176px; } div.div_item_area#div_item_area_3 { top: 306px; left: 176px; } div.div_item_area#div_item_area_4 { top: 429px; left: 204px; } div.div_item_area#div_item_area_5 { top: 13px; left: 717px; } div.div_item_area#div_item_area_6 { top: 140px; left: 825px; } div.div_item_area#div_item_area_7 { top: 306px; left: 821px; } div.div_item_area#div_item_area_8 { top: 429px; left: 697px; } } div.hours-text img{ width: 45px; margin-bottom: 5px; } div.hours-text input{ width: 100px; } div.hours-text span{ margin: 0px 5px; } div.color-item { display: table; position: relative; margin-bottom: 5px; } div.color-item > span.texto-blanco { display: table-cell; vertical-align: middle; font-size: 17px; font-weight: 700; } div.color-item > span.titulo-azul { display: table-cell; vertical-align: middle; left: 4px; position: relative; } div.color-item-circle { width: 35px; height: 35px; border-radius: 50%; border: 3px solid #fff; display: inline-block; margin-right: 15px; } div.base-review input { height: 60px; } canvas.radar-chart { -ms-transform: rotate(-22.5deg); /* IE 9 */ -webkit-transform: rotate(-22.5deg); /* Chrome, Safari, Opera */ transform: rotate(-22.5deg); } div.div_radar_chart { width: 480px; height: 390px; position: absolute; top: 80px; left: calc(50% - 240px); } .help-panel{ padding: 20px; position: absolute; width: 295px; overflow-y: auto; left: -64px; z-index: 99999999999; top: 50px; color: white; background: #152a2d; } .instrucciones-m4 img{ -moz-transform: scale(1,1) !important; -webkit-transform: scale(1,1) !important; -o-transform: scale(1,1) !important; -ms-transform: scale(1,1) !important; transform: scale(1,1) !important; } span.editable-container form.editableform { border: none; border-radius: 0px; -webkit-box-shadow: none; box-shadow: none; background: transparent; padding: 0px; margin: 0px; } div.editable-buttons .btn.btn-primary { padding: 5px 10px; color: white; background-color: #337ab7; border: 1px solid #2e6da4; border-radius: 3px; -webkit-box-shadow: none; box-shadow: none; } div.editable-buttons .btn.btn-default { padding: 5px 10px; color: black; background-color: #fff; border: 1px solid #ccc; border-radius: 3px; -webkit-box-shadow: none; box-shadow: none; } div#test_atencion { margin-top: 30px; width: 98%; margin-left: 1%; }
assets/css/custom.css
.margin-top-10 { margin-top: 10px !important; } .margin-top-20 { margin-top: 20px !important; } .margin-top-30 { margin-top: 30px !important; } .margin-top-40 { margin-top: 40px !important; } .margin-bottom-10 { margin-bottom: 30px !important; } .margin-bottom-20 { margin-bottom: 20px !important; } .margin-bottom-30 { margin-bottom: 30px !important; } .margin-bottom-40 { margin-bottom: 40px !important; } a.mission-nav-arrow-button { display: table-cell; vertical-align: middle; } a.mission-nav-arrow-button img { width: 60px; } a.mission-nav-arrow-button img:hover { opacity: 0.7; } @media (max-width: 991px) { div.columna.top-arrow { width: initial; padding: 20px; overflow: hidden; } div.help-portlet { background-image: none !important; } div.help-portlet > div { margin-left: 0px; } } @media (min-width: 992px) { div.columna.top-arrow { width: 65%; padding: 20px; overflow: hidden; } div.help-portlet { min-height: 400px; } div.help-portlet > div { margin-left: 50px; } } div.columna.top-arrow:before { position: absolute; top: -10px; left: 32.5%; right: auto; display: inline-block !important; border-right: 15px solid transparent; border-bottom: 21px solid #00fffc; border-left: 15px solid transparent; content: ''; } @media (max-width: 767px) { div.columna.top-arrow:before { top: -20px; } div.image-drop-parent { height: 230px !important; } } @media (min-width: 768px) and (max-width: 991px) { div.columna.top-arrow:before { top: -10px; } #libroDrop { margin-top: 30px !important; margin-left: 1% !important; width: 98%; padding: 10px 5px; } div.image-drag-panel img.imagen { width: 100px; height: 100px; cursor: move; } } @media (min-width: 992px) { #libroDrop { padding: 10px 30px; } div.image-drag-panel img.imagen { width: 120px; height: 120px; cursor: move; } } #news_content.editable { border: 0px; white-space: initial; } .editable-container.editable-inline .editable-input textarea { width: 340px !important; margin-top: 0px !important; } p.newspaper { text-align: left; -webkit-column-count: 2; /* Chrome, Safari, Opera */ -moz-column-count: 2; /* Firefox */ column-count: 2; -webkit-column-gap: 30px; /* Chrome, Safari, Opera */ -moz-column-gap: 30px; /* Firefox */ column-gap: 30px; padding-right: 30px; } div.instrucciones-m4.columna { width: 97%; background-color: #152a2d; border-radius: 6px; } div.image-drag-panel > div { text-align: center; margin: 10px 0px; } div.image-drop-panel { text-align: center; width: 100%; height: 100%; display: table; overflow: hidden; } .color-white { color: white !important; } .result-title { color: white; font-size: 16px; font-weight: 700; margin-bottom: 5px; } div.emergenteCuestionario{ display: none; width: 100%; height: 100%; top:0px; left: 0px; } @media (max-width: 767px) { div.emergenteCuestionario >div{ position: fixed; margin-left: 10%; width: 80%; top:30%; background: #152a2d; padding: 20px; } } @media (min-width: 768px) { div.emergenteCuestionario >div{ position: fixed; margin-left: 30%; width: 40%; top:30%; background: #152a2d; padding: 20px; } } div.emergenteCuestionario >div input{ margin: 20px auto; } div.div_item_area { position: absolute; } div.div_item_area p { position: relative; top: 17px; text-align: right; padding: 0px 15px; } div.div_item_area input { width: 50px; } @media (max-width: 659px) { div.div_item_area#div_item_area_1 { top: -40px; width: 100px; left: calc(10%); } div.div_item_area#div_item_area_1 p { width: 100px; top: 7px; } div.div_item_area#div_item_area_2 { top: 56px; left: calc(5%); width: 60px; } div.div_item_area#div_item_area_3 { top: 216px; left: calc(4%); width: 66px; } div.div_item_area#div_item_area_4 { top: 378px; left: calc(10%); width: 110px; } div.div_item_area#div_item_area_4 p { width: 104px; top: 15px; } div.div_item_area#div_item_area_5 { top: -22px; left: 77%; width: 150px; } div.div_item_area#div_item_area_6 { top: 55px; left: 91%; } div.div_item_area#div_item_area_7 { top: 202px; left: 91%; } div.div_item_area#div_item_area_8 { top: 399px; left: 80%; width: 78px; } } @media (min-width: 660px) and (max-width: 732px) { div.div_item_area#div_item_area_1 { top: 13px; left: 0px; } div.div_item_area#div_item_area_1 p { width: 100px; top: 7px; } div.div_item_area#div_item_area_2 { top: 111px; left: -9px; width: 60px; } div.div_item_area#div_item_area_3 { top: 276px; left: -9px; width: 66px; } div.div_item_area#div_item_area_4 { top: 388px; left: 61px; width: 110px; } div.div_item_area#div_item_area_4 p { width: 110px; top: 15px; } div.div_item_area#div_item_area_5 { top: -18px; left: 66%; width: 150px; } div.div_item_area#div_item_area_6 { top: 109px; left: 91%; } div.div_item_area#div_item_area_7 { top: 255px; left: 89%; } div.div_item_area#div_item_area_8 { top: 405px; left: 70%; width: 78px; } } @media (min-width: 733px) and (max-width: 991px) { div.div_item_area#div_item_area_1 { top: 13px; left: 48px; } div.div_item_area#div_item_area_1 p { width: 100px; top: 7px; } div.div_item_area#div_item_area_2 { top: 140px; left: -25px; } div.div_item_area#div_item_area_3 { top: 306px; left: -25px; } div.div_item_area#div_item_area_4 { top: 429px; left: 7px; } div.div_item_area#div_item_area_5 { top: 13px; left: 495px; } div.div_item_area#div_item_area_6 { top: 109px; left: 599px; } div.div_item_area#div_item_area_7 { top: 255px; left: 580px; } div.div_item_area#div_item_area_8 { top: 429px; left: 477px; } } @media (min-width: 992px) and (max-width: 1199px) { div.div_item_area#div_item_area_1 { top: 13px; left: 104px; } div.div_item_area#div_item_area_2 { top: 140px; left: 85px; } div.div_item_area#div_item_area_3 { top: 306px; left: 78px; } div.div_item_area#div_item_area_4 { top: 429px; left: 113px; } div.div_item_area#div_item_area_5 { top: 13px; left: 607px; } div.div_item_area#div_item_area_6 { top: 140px; left: 720px; } div.div_item_area#div_item_area_7 { top: 306px; left: 716px; } div.div_item_area#div_item_area_7 p { width: 60px; top: 7px; } div.div_item_area#div_item_area_8 { top: 429px; left: 591px; } } @media (min-width: 1200px) { div.div_item_area#div_item_area_1 { top: 13px; left: 190px; } div.div_item_area#div_item_area_2 { top: 140px; left: 176px; } div.div_item_area#div_item_area_3 { top: 306px; left: 176px; } div.div_item_area#div_item_area_4 { top: 429px; left: 204px; } div.div_item_area#div_item_area_5 { top: 13px; left: 717px; } div.div_item_area#div_item_area_6 { top: 140px; left: 825px; } div.div_item_area#div_item_area_7 { top: 306px; left: 821px; } div.div_item_area#div_item_area_8 { top: 429px; left: 697px; } } div.hours-text img{ width: 45px; margin-bottom: 5px; } div.hours-text input{ width: 100px; } div.hours-text span{ margin: 0px 5px; } div.color-item { display: table; position: relative; margin-bottom: 5px; } div.color-item > span.texto-blanco { display: table-cell; vertical-align: middle; font-size: 17px; font-weight: 700; } div.color-item > span.titulo-azul { display: table-cell; vertical-align: middle; left: 4px; position: relative; } div.color-item-circle { width: 35px; height: 35px; border-radius: 50%; border: 3px solid #fff; display: inline-block; margin-right: 15px; } div.base-review input { height: 60px; } canvas.radar-chart { -ms-transform: rotate(-22.5deg); /* IE 9 */ -webkit-transform: rotate(-22.5deg); /* Chrome, Safari, Opera */ transform: rotate(-22.5deg); } div.div_radar_chart { width: 480px; height: 390px; position: absolute; top: 80px; left: calc(50% - 240px); } .help-panel{ padding: 20px; position: absolute; width: 295px; overflow-y: auto; left: -64px; z-index: 99999999999; top: 50px; color: white; background: #152a2d; } .instrucciones-m4 img{ -moz-transform: scale(1,1) !important; -webkit-transform: scale(1,1) !important; -o-transform: scale(1,1) !important; -ms-transform: scale(1,1) !important; transform: scale(1,1) !important; } span.editable-container form.editableform { border: none; border-radius: 0px; -webkit-box-shadow: none; box-shadow: none; background: transparent; padding: 0px; margin: 0px; } div.editable-buttons .btn.btn-primary { padding: 5px 10px; color: white; background-color: #337ab7; border: 1px solid #2e6da4; border-radius: 3px; -webkit-box-shadow: none; box-shadow: none; } div.editable-buttons .btn.btn-default { padding: 5px 10px; color: black; background-color: #fff; border: 1px solid #ccc; border-radius: 3px; -webkit-box-shadow: none; box-shadow: none; } div#test_atencion { margin-top: 30px; width: 98%; margin-left: 1%; }
0.247351
0.071786
@import url("https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@500&display=swap"); * { box-sizing: border-box; margin: 0; padding: 0; font-family: "Baloo Tamma 2", sans-serif; } body { background-color: rgba(177, 174, 174, 0.17) !important; } h2,p{ margin: 0; } .navigation{ display: flex; height: 50px; justify-content: space-between; align-items: center; margin-bottom: 10px; } #close{ font-size:40px; color:#4a5150c2 !important; padding-right: 20px; } #close:hover{ text-decoration: none !important; } .logo{ color:#4a5150c2 !important; padding-left: 20px; } .logo:hover{ text-decoration: none !important; } .wrapper{ display: flex; height: 100%; justify-content: center; align-items: center; } .formContainer { background-color: #ffffff; width: 350px; height: 500px; padding: 20px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.17); border-radius: 8px; } h1 { color: #6daea6; } h3 { font-size: x-small; color: #4a5150; } .gbtn{ box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.129); margin-top: 10px; margin-bottom: 30px; padding: 10px !important; } .googleLogo{ width: 20px; } .gtext{ color: #4a5150; } .inputBox{ background-color: #ECECEC; height: 40px; display: flex; align-items: center; justify-content:space-evenly; border-radius: 5px; margin:10px 0; } .emailBox{ margin-top: 40px !important; } input { outline: none; border: none; background-color: transparent; padding-left:20px; color: #4a5150; } .small{ float: right; color:#6daea6 ; cursor: pointer; margin: auto; } .lbtn{ margin-top: 10px !important; color: white !important; background-color: #6daea6 !important; padding: 10px !important; font-weight: 500 !important; } .downLink{ font-size:15px; color: #4a5150; } a{ text-decoration: none !important; color: #6daea6 !important; padding-left:10px ; } a:hover{ text-decoration: underline !important; } .fa{ color:#4a5150; } .container{ width: 90vw; } .row{ display: flex; justify-content: center; text-align: center; }
devnode/static/css/login.css
@import url("https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@500&display=swap"); * { box-sizing: border-box; margin: 0; padding: 0; font-family: "Baloo Tamma 2", sans-serif; } body { background-color: rgba(177, 174, 174, 0.17) !important; } h2,p{ margin: 0; } .navigation{ display: flex; height: 50px; justify-content: space-between; align-items: center; margin-bottom: 10px; } #close{ font-size:40px; color:#4a5150c2 !important; padding-right: 20px; } #close:hover{ text-decoration: none !important; } .logo{ color:#4a5150c2 !important; padding-left: 20px; } .logo:hover{ text-decoration: none !important; } .wrapper{ display: flex; height: 100%; justify-content: center; align-items: center; } .formContainer { background-color: #ffffff; width: 350px; height: 500px; padding: 20px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.17); border-radius: 8px; } h1 { color: #6daea6; } h3 { font-size: x-small; color: #4a5150; } .gbtn{ box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.129); margin-top: 10px; margin-bottom: 30px; padding: 10px !important; } .googleLogo{ width: 20px; } .gtext{ color: #4a5150; } .inputBox{ background-color: #ECECEC; height: 40px; display: flex; align-items: center; justify-content:space-evenly; border-radius: 5px; margin:10px 0; } .emailBox{ margin-top: 40px !important; } input { outline: none; border: none; background-color: transparent; padding-left:20px; color: #4a5150; } .small{ float: right; color:#6daea6 ; cursor: pointer; margin: auto; } .lbtn{ margin-top: 10px !important; color: white !important; background-color: #6daea6 !important; padding: 10px !important; font-weight: 500 !important; } .downLink{ font-size:15px; color: #4a5150; } a{ text-decoration: none !important; color: #6daea6 !important; padding-left:10px ; } a:hover{ text-decoration: underline !important; } .fa{ color:#4a5150; } .container{ width: 90vw; } .row{ display: flex; justify-content: center; text-align: center; }
0.316369
0.207215
@charset "utf-8"; /* CSS Document */ @media only screen and (max-width:1366px){ .create_new { height: 210px; min-height:210px; } } @media only screen and (max-width:1330px){ .box{margin-left: 0%; width: auto;} } @media only screen and (max-width:1199px){ .started .dash{width: 79%;} .video_play .right .video{width: 100%;} .video_play .left h1{font-size: 27px;} .video_play .left .text{font-size: 16px; margin-top: 0;} .video_play .left p{margin-top: 20px; width: 94%;} .box a{padding: 12px 10px !important} .box{width: auto;} .lift{height:auto !important; margin-top: 0px !important;} .how_works{padding-bottom:0px} .paas{width: 59%; height: 189%; float: right; overflow-y: hidden;} .tab_texual{height: 225px;} .onno .offline .prio p{width: auto;} } @media only screen and (max-width:1024px){ .started .dash h1{margin-right: 28px; font-size: 30px; margin-top: 10px;} footer p{margin-bottom: 10px; width: 100%;} .started .dash .create, .started .dash .plans{margin-top: 10px;} .dur{width: 52%;} .how_works p{padding-right: 0;} .paas{width: 47%; height: 100%; top: -46px;} footer .soc{margin-bottom: 40px;} .log_cnt .right .custom_form .select-style{width:99%; margin-bottom: 10px; background: #fff6 url(../images/caret_down.png) no-repeat 96% 50%;} .log_cnt .left{width: 84%;} .login_banner{min-height: 580px; background-position-y: 0;} .dream{ width:100%; } .create_new { height: 210px; min-height:210px; } .mausam { padding:0 15px; } .mausam >div{ padding:0; } .tera{ height:100%; min-height:100%; } .tera img{ height:100%; } #list .dream .bott{ top:20px; } } @media only screen and (max-width:991px){ .maxl { margin: 5px 0 0; } .log_dash a.noaccount-link { text-align: center; position: absolute; top: 42px; } .started .dash{width: 94%;} .banner{height: 622px;} header .navbar-right{width: 73%;} .left_menu{width: 63%;} .right_menu{width: 35%;} header .left_menu li, header .right_menu li{padding: 10px 7px 0 7px;} .note{margin-bottom: 30px;} .how_works h1{margin-left: 17%; text-align: left; width: auto;} .how_works{height: auto; max-height: 638px; min-height: 622px;} .login_banner{min-height: 580px; background-position-y: 0;} .log_cnt .left, .log_cnt .right{width: 100%;} .log_cnt .left ul{margin: 0 auto; width: 100%; float: none;} .log_cnt .right h3{text-align:left} } @media only screen and (max-width:875px){ .banner_content{width: 71%;} .tab_texual{height: auto;} .compact{width: 100%;} .started .dash h1{font-size: 28px; width:100%; text-align: center;} .started .dash .create, .started .dash .plans{width: 48%; float: left; display: inline-block; text-align: center; margin-top: 10px;} .video_play .left p{width: 100%;} .how_works .ipad{top: -56px;} .dream{ width:100%; } .mausam { padding:0 15px; } .mausam >div{ padding:0; } .tera{ height:100%; min-height:100%; } .tera img{ height:100%; } #list .dream .bott{ top:20px; } .hone{ height:100% } .create_new { height: 100%; min-height:100%; } } @media only screen and (max-width:732px){ .create_new { height: 100% !important; min-height:100% !important; } } @media only screen and (max-width:768px){ .dek { text-align: center; } .log_cnt .right{width: 100%; float: none; margin: 0 auto;} .log_cnt .right .custom_form .form-control{width:100%; margin-bottom:15px; margin-right:0px} .log_cnt .right .custom_form{margin-bottom:0px !important} .log_cnt .left h3{margin: 20px auto; width: 100%; text-align: left;} .dream{ width:100%; } .mausam { padding:0 15px; } .mausam >div{ padding:0; } .create_new { /*height:400px; min-height:280px;*/ } .tera{ /*height:280px;*/ min-height:100%; } .tera img{ height:100%; } #list .dream .bott{ top:280px; } .prgrss_bar .circle span{ left:0 } } @media only screen and (max-width:680px){ .paas{width: 45%; top: 0px;} .started .dash h1{width: 100%; text-align: center;} .banner_content{width: 80%;} .dur{width: 95%;} .paas{width:100%;} .banner_content{width: 100%; left: 0;} .banner_content{top: -255px;} .banner img{height:auto} .how_works{min-height: 719px; max-height: 664px; height: auto;} .banner_content h1{font-size: 40px;} .banner_content h4{margin-bottom: 19px; font-size: 19px; margin-top: 0px;} .banner{height:auto} .how_works .ipad{top: -44px; position: relative;} .how_works .ipad img{width: 80%; right: -191px;} .video_play h1{font-size: 24px;} .do_you h3{font-size: 28px;} footer{text-align:center} .batch ul li, .batch ul li a{text-align: center; width:100%; float:left} footer .soc{margin-left: 42%; width: auto;} header .navbar-default{padding-top:0px} .banner_content{top: -256px;} .banner img{height: 100%;} header .navbar-right{width:100%;} header .navbar-default .navbar-collapse{background: #7e83831a;} header .left_menu li, header .right_menu li, .right_menu{width: 100%;} .right_menu{margin-bottom: 7px;} .rota .navbar-default .navbar-collapse { background: #232323 none repeat scroll 0 0; } .rota .navbar-default .navbar-collapse { background: #000 none repeat scroll 0 0; margin-bottom: 20px; margin-top: 10px; padding-bottom: 0; padding-top: 0; } .create_new { height: 100%; min-height:100%; } .dream{ width:100%; } .mausam { padding:0 15px; } .mausam >div{ padding:0; } .tera{ height:100%; min-height:100%; } .tera img{ height:100%; } #list .dream .bott{ top:225px; } .login_banner{min-height:580px } .log_cnt .left h3{margin: 20px auto; width: 90%; text-align: left;} .log_cnt .left ul{width: 84%;} .log_cnt .right{width: 90%;} } @media only screen and (max-width:480px){ .banner img{height: 100%;} .started .dash .create, .started .dash .plans{width: 100%; margin-left: 0;} .cont{width: 97%; margin-left: 2%;} .box a{padding: 12px 6px !important;} .how_works .texual, .how_works p{font-size: 17px;} .banner{height: 331px;} .onno .offline .prio i{margin-right: 15px;} .how_works .ipad{display:none} .onno .offline .prio p{width:auto} .login_banner{min-height:680px} .log_cnt .left h3{width:100%} .log_cnt .left ul{width: 92%;} .log_cnt .right{width: 100%; padding-right: 15px; float: left;} .dream{ width:100%; } .mausam { padding:0 15px; } .mausam >div{ padding:0; } .tera{ height:100%; min-height:100%; } .tera img{ height:100%; } #list .dream .bott{ top:20px; } } @media only screen and (max-width:360px){ .box.nav-tabs > li > a{font-size: 12px;} .box > li::after{height: 25px;} .how_works h1{font-size: 28px;} .how_works .texual, .how_works p{font-size: 15px;} .how_works h1{margin-left: 11%;} .how_works .contex .onno{margin: 40px 0;} .log_cnt h3{font-size: 20px;} .log_cnt .left ul{width: 100%;} .log_cnt .left ul li span{padding-right: 6px;} .log_cnt .left ul li{font-size: 15px;} .thakkad{width: 100%; margin-right: 0;} .hit { left: -5px; } .box .drag_text { line-height: 24px!important; text-align: center; padding-top:25px!important; } .event_banner h1 { font-size: 21px; } .dek{ text-align:center; } .rota ul li a { display: block; float: left; margin: 0; padding: 15px 15px 15px 0px; /* width: 5%;*/ float: left; text-align: center; display: inline; } .grid_h3 { font-size: 25px; width: 75%; } .drp { background: #292929 none repeat scroll 0 0; left: 56%!important; padding: 8px 16px; right: 2%; top: 53%; transition: all 0.2s linear 0s; } .sort { width:100%; } .adda { padding: 8px 13px!important; } .moo_btn { padding: 8px 11px!important; } .bg, .no-padding{ padding:15px 0 !important; } .plak{ border-radius:0 } .free1{ margin-top:220px; } .create_new .dream h3 { font-size: 25px; width: 75%; } } <!-- iPhone 6 --> @media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) { .bg, .no-padding{ padding:15px 0 !important; } .plak{ border-radius:0 } .log_cnt .left ul li{font-size: 15px;} /*#thumbnail .dream .bott { width: 100%; float: left; position: relative; top: 0px }*/ #list .dream .bott { width: 100%; float: left; position: relative; /*top: 164px;*/ top: 220px } .dek p { text-align: center; } .hone { height:100%; min-height: 210px;} .create_new .dream .bott { width: 85%; float: inherit; position:absolute; bottom:15px; } .create_new .dream .sott { width: 85%; float: inherit; position:absolute; bottom:15px; } .right.pop .dropdown-menu { top: -86px !important; left: 180px !important; width: 100px; min-width: 120px; } } @media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) { .bg, .no-padding{ padding:15px 0 !important; } .plak,.fame{ border-radius:0 } .log_cnt .left ul li{font-size: 15px;} /*#thumbnail .dream .bott { width: 100%; float: left; position: relative; top: 0px }*/ #list .dream .bott { width: 100%; float: left; position: relative; /*top: 164px;*/ top: 220px } .hone { height:100%; min-height: 210px;} .create_new .dream .bott { width: 85%; float: inherit; position:absolute; bottom:15px; } .create_new .dream .sott { width: 85%; float: inherit; position:absolute; bottom:15px; } .dream{ width:100%; } .mausam { padding:0 15px; } .mausam >div{ padding:0; } /*.tera{ height:280px; min-height:100%; }*/ .tera img{ height:100%; } #list .dream .bott{ top:280px; } } <!-- iPhone 6 --> <!-- iPhone 6 plus--> @media only screen and (min-device-width : 414px) and (max-device-width : 736px) { .bg, .no-padding{ padding:15px 0 !important; } .plak,.fame{ border-radius:0 } .log_cnt .left ul li{font-size: 15px;} #thumbnail .dream .bott { width: 100%; float: left; position: relative; /*top: 164px;*/ top: 0px } #list .dream .bott { width: 100%; float: left; position: relative; /*top: 164px;*/ top: 220px } .hone { height:100%; min-height: 210px;} .create_new .dream .bott { width: 85%; float: inherit; position:absolute; bottom:15px; } .create_new .dream .sott { width: 85%; float: inherit; position:absolute; bottom:15px; } .right.pop .dropdown-menu { top: -86px !important; left: 180px !important; width: 100px; min-width: 120px; } } @media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) { .bg, .no-padding{ padding:15px 0 !important; } .plak,.fame{ border-radius:0 } .log_cnt .left ul li{font-size: 15px;} #thumbnail .dream .bott { width: 100%; float: left; position: relative; top: 164px; } #list .dream .bott { width: 100%; float: left; position: relative; /*top: 164px;*/ } .hone { height:100%; min-height: 210px;} .create_new .dream .bott { width: 85%; float: inherit; position:absolute; bottom:15px; } .create_new .dream .sott { width: 85%; float: inherit; position:absolute; bottom:15px; } .right.pop .dropdown-menu { top: -85px !important; } } <!-- iPhone 6 plus--> <!-- Ipad --> @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) { } @media only screen and (min-width : 768px) and (max-width : 1024px) { .list_type { padding-left:10px!important; } .right.pop .dropdown-menu { left: 69px !important; width: 105px; } .create_new .dream h3 { font-size: 20px; } .bg{ /*! padding: 39px 20px !important; */ } .drp{ left: 81%; top:60% } .blk{ margin-top:9%; } } @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { .list_type { padding-left:10px; } .bg { /*! padding:5% 20px 15%!important; */ } .blk{ margin-top: 24%; } .right.pop .dropdown-menu { top: -86px !important; left: 162px !important; } .drp{ width: 120px; left: 203px; top: 63%; } } .log_form .form-control{ margin-bottom: 10px!important; } /*.dream { transition: inherit!important; } */ @media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) { } <!-- Ipad --> /* @media only screen and (min-width:480px){ .dream { width: 92.5%; } } @media only screen and (min-width:360px){ .dream { width: 91.5%; } } @media only screen and (min-width:412px){ .dream { width: 92.5%; } }*/ @media only screen and (min-width: 480px) and (max-width: 767px) { } /* Galaxy S5 landscape */ @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) { .tera { height: 280px!important; } } /*@media only screen and (min-device-width : 640px) and (max-device-width : 3604px) and (orientation:landscape) { .col-xsl-6{ width: 50%; float:left!important } .create_new .green { height: 282px!important; } .create_new .green .hov_green { margin-top: 29%!important; } } @media only screen and (min-width: 640px) and (orientation:portrait) { .col-md-3 { width: 25%!important; } } */ @media (max-width: 414px) and (orientation:landscape) { .bg, .no-padding{ padding:15px 0 !important; } } @media (max-width: 568px) and (orientation:landscape) { .bg, .no-padding{ padding:15px 0 !important; } } @media (max-width: 414px) and (orientation:portrait) { } @media (max-width: 736px) and (orientation:portrait) { } @media (min-width: 768px) and (orientation:portrait) { #thumbnail .col-xsl-6 { height: 280px !important; margin-bottom: 20px; } } @media (min-width: 768px) and (orientation:landscape) { .list_type { padding-left:20px!important; } .right.pop .dropdown-menu { top: inherit; left: 70px; bottom: 30px; } } @media (max-width: 736px) and (orientation:landscape) { .mausam .col-xsl-6{ width:50%!important; } .list_type{ padding:0 10px; } #thumbnail .col-xsl-6{ width:50%; height: 260px; margin-bottom: 20px !important; } .create_new .play a.green{ min-height:245px; height:100%; } header .open .dropdown-toggle[aria-expanded="true"]:before{ content: "\f0d8"; display: inline-block; position: absolute; top: 37px; width: 10px; height: 10px; color: #3c4246; font-family: FontAwesome; right:46%; font-size: 40px; } } @media (max-width: 768px) and (orientation:portrait) { .mausam .col-xsl-6{ width:50%!important; } .list_type{ padding:0 0px; } } @media (max-width: 414px) and (orientation:portrait) { .mausam .col-xsl-6{ width:100%!important; } header .open .dropdown-toggle[aria-expanded="true"]:before{ content: "\f0d8"; display: inline-block; position: absolute; top: 37px; width: 10px; height: 10px; color: #3c4246; font-family: FontAwesome; right:43.5%; font-size: 40px; } } @media only screen and (max-width:320px){ .rota .navbar-brand { padding: 22px 8px; } .dek p { width: auto; } .drpdwwee { margin-bottom: 10px; } }
angular/assets/css/responsive.css
@charset "utf-8"; /* CSS Document */ @media only screen and (max-width:1366px){ .create_new { height: 210px; min-height:210px; } } @media only screen and (max-width:1330px){ .box{margin-left: 0%; width: auto;} } @media only screen and (max-width:1199px){ .started .dash{width: 79%;} .video_play .right .video{width: 100%;} .video_play .left h1{font-size: 27px;} .video_play .left .text{font-size: 16px; margin-top: 0;} .video_play .left p{margin-top: 20px; width: 94%;} .box a{padding: 12px 10px !important} .box{width: auto;} .lift{height:auto !important; margin-top: 0px !important;} .how_works{padding-bottom:0px} .paas{width: 59%; height: 189%; float: right; overflow-y: hidden;} .tab_texual{height: 225px;} .onno .offline .prio p{width: auto;} } @media only screen and (max-width:1024px){ .started .dash h1{margin-right: 28px; font-size: 30px; margin-top: 10px;} footer p{margin-bottom: 10px; width: 100%;} .started .dash .create, .started .dash .plans{margin-top: 10px;} .dur{width: 52%;} .how_works p{padding-right: 0;} .paas{width: 47%; height: 100%; top: -46px;} footer .soc{margin-bottom: 40px;} .log_cnt .right .custom_form .select-style{width:99%; margin-bottom: 10px; background: #fff6 url(../images/caret_down.png) no-repeat 96% 50%;} .log_cnt .left{width: 84%;} .login_banner{min-height: 580px; background-position-y: 0;} .dream{ width:100%; } .create_new { height: 210px; min-height:210px; } .mausam { padding:0 15px; } .mausam >div{ padding:0; } .tera{ height:100%; min-height:100%; } .tera img{ height:100%; } #list .dream .bott{ top:20px; } } @media only screen and (max-width:991px){ .maxl { margin: 5px 0 0; } .log_dash a.noaccount-link { text-align: center; position: absolute; top: 42px; } .started .dash{width: 94%;} .banner{height: 622px;} header .navbar-right{width: 73%;} .left_menu{width: 63%;} .right_menu{width: 35%;} header .left_menu li, header .right_menu li{padding: 10px 7px 0 7px;} .note{margin-bottom: 30px;} .how_works h1{margin-left: 17%; text-align: left; width: auto;} .how_works{height: auto; max-height: 638px; min-height: 622px;} .login_banner{min-height: 580px; background-position-y: 0;} .log_cnt .left, .log_cnt .right{width: 100%;} .log_cnt .left ul{margin: 0 auto; width: 100%; float: none;} .log_cnt .right h3{text-align:left} } @media only screen and (max-width:875px){ .banner_content{width: 71%;} .tab_texual{height: auto;} .compact{width: 100%;} .started .dash h1{font-size: 28px; width:100%; text-align: center;} .started .dash .create, .started .dash .plans{width: 48%; float: left; display: inline-block; text-align: center; margin-top: 10px;} .video_play .left p{width: 100%;} .how_works .ipad{top: -56px;} .dream{ width:100%; } .mausam { padding:0 15px; } .mausam >div{ padding:0; } .tera{ height:100%; min-height:100%; } .tera img{ height:100%; } #list .dream .bott{ top:20px; } .hone{ height:100% } .create_new { height: 100%; min-height:100%; } } @media only screen and (max-width:732px){ .create_new { height: 100% !important; min-height:100% !important; } } @media only screen and (max-width:768px){ .dek { text-align: center; } .log_cnt .right{width: 100%; float: none; margin: 0 auto;} .log_cnt .right .custom_form .form-control{width:100%; margin-bottom:15px; margin-right:0px} .log_cnt .right .custom_form{margin-bottom:0px !important} .log_cnt .left h3{margin: 20px auto; width: 100%; text-align: left;} .dream{ width:100%; } .mausam { padding:0 15px; } .mausam >div{ padding:0; } .create_new { /*height:400px; min-height:280px;*/ } .tera{ /*height:280px;*/ min-height:100%; } .tera img{ height:100%; } #list .dream .bott{ top:280px; } .prgrss_bar .circle span{ left:0 } } @media only screen and (max-width:680px){ .paas{width: 45%; top: 0px;} .started .dash h1{width: 100%; text-align: center;} .banner_content{width: 80%;} .dur{width: 95%;} .paas{width:100%;} .banner_content{width: 100%; left: 0;} .banner_content{top: -255px;} .banner img{height:auto} .how_works{min-height: 719px; max-height: 664px; height: auto;} .banner_content h1{font-size: 40px;} .banner_content h4{margin-bottom: 19px; font-size: 19px; margin-top: 0px;} .banner{height:auto} .how_works .ipad{top: -44px; position: relative;} .how_works .ipad img{width: 80%; right: -191px;} .video_play h1{font-size: 24px;} .do_you h3{font-size: 28px;} footer{text-align:center} .batch ul li, .batch ul li a{text-align: center; width:100%; float:left} footer .soc{margin-left: 42%; width: auto;} header .navbar-default{padding-top:0px} .banner_content{top: -256px;} .banner img{height: 100%;} header .navbar-right{width:100%;} header .navbar-default .navbar-collapse{background: #7e83831a;} header .left_menu li, header .right_menu li, .right_menu{width: 100%;} .right_menu{margin-bottom: 7px;} .rota .navbar-default .navbar-collapse { background: #232323 none repeat scroll 0 0; } .rota .navbar-default .navbar-collapse { background: #000 none repeat scroll 0 0; margin-bottom: 20px; margin-top: 10px; padding-bottom: 0; padding-top: 0; } .create_new { height: 100%; min-height:100%; } .dream{ width:100%; } .mausam { padding:0 15px; } .mausam >div{ padding:0; } .tera{ height:100%; min-height:100%; } .tera img{ height:100%; } #list .dream .bott{ top:225px; } .login_banner{min-height:580px } .log_cnt .left h3{margin: 20px auto; width: 90%; text-align: left;} .log_cnt .left ul{width: 84%;} .log_cnt .right{width: 90%;} } @media only screen and (max-width:480px){ .banner img{height: 100%;} .started .dash .create, .started .dash .plans{width: 100%; margin-left: 0;} .cont{width: 97%; margin-left: 2%;} .box a{padding: 12px 6px !important;} .how_works .texual, .how_works p{font-size: 17px;} .banner{height: 331px;} .onno .offline .prio i{margin-right: 15px;} .how_works .ipad{display:none} .onno .offline .prio p{width:auto} .login_banner{min-height:680px} .log_cnt .left h3{width:100%} .log_cnt .left ul{width: 92%;} .log_cnt .right{width: 100%; padding-right: 15px; float: left;} .dream{ width:100%; } .mausam { padding:0 15px; } .mausam >div{ padding:0; } .tera{ height:100%; min-height:100%; } .tera img{ height:100%; } #list .dream .bott{ top:20px; } } @media only screen and (max-width:360px){ .box.nav-tabs > li > a{font-size: 12px;} .box > li::after{height: 25px;} .how_works h1{font-size: 28px;} .how_works .texual, .how_works p{font-size: 15px;} .how_works h1{margin-left: 11%;} .how_works .contex .onno{margin: 40px 0;} .log_cnt h3{font-size: 20px;} .log_cnt .left ul{width: 100%;} .log_cnt .left ul li span{padding-right: 6px;} .log_cnt .left ul li{font-size: 15px;} .thakkad{width: 100%; margin-right: 0;} .hit { left: -5px; } .box .drag_text { line-height: 24px!important; text-align: center; padding-top:25px!important; } .event_banner h1 { font-size: 21px; } .dek{ text-align:center; } .rota ul li a { display: block; float: left; margin: 0; padding: 15px 15px 15px 0px; /* width: 5%;*/ float: left; text-align: center; display: inline; } .grid_h3 { font-size: 25px; width: 75%; } .drp { background: #292929 none repeat scroll 0 0; left: 56%!important; padding: 8px 16px; right: 2%; top: 53%; transition: all 0.2s linear 0s; } .sort { width:100%; } .adda { padding: 8px 13px!important; } .moo_btn { padding: 8px 11px!important; } .bg, .no-padding{ padding:15px 0 !important; } .plak{ border-radius:0 } .free1{ margin-top:220px; } .create_new .dream h3 { font-size: 25px; width: 75%; } } <!-- iPhone 6 --> @media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) { .bg, .no-padding{ padding:15px 0 !important; } .plak{ border-radius:0 } .log_cnt .left ul li{font-size: 15px;} /*#thumbnail .dream .bott { width: 100%; float: left; position: relative; top: 0px }*/ #list .dream .bott { width: 100%; float: left; position: relative; /*top: 164px;*/ top: 220px } .dek p { text-align: center; } .hone { height:100%; min-height: 210px;} .create_new .dream .bott { width: 85%; float: inherit; position:absolute; bottom:15px; } .create_new .dream .sott { width: 85%; float: inherit; position:absolute; bottom:15px; } .right.pop .dropdown-menu { top: -86px !important; left: 180px !important; width: 100px; min-width: 120px; } } @media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) { .bg, .no-padding{ padding:15px 0 !important; } .plak,.fame{ border-radius:0 } .log_cnt .left ul li{font-size: 15px;} /*#thumbnail .dream .bott { width: 100%; float: left; position: relative; top: 0px }*/ #list .dream .bott { width: 100%; float: left; position: relative; /*top: 164px;*/ top: 220px } .hone { height:100%; min-height: 210px;} .create_new .dream .bott { width: 85%; float: inherit; position:absolute; bottom:15px; } .create_new .dream .sott { width: 85%; float: inherit; position:absolute; bottom:15px; } .dream{ width:100%; } .mausam { padding:0 15px; } .mausam >div{ padding:0; } /*.tera{ height:280px; min-height:100%; }*/ .tera img{ height:100%; } #list .dream .bott{ top:280px; } } <!-- iPhone 6 --> <!-- iPhone 6 plus--> @media only screen and (min-device-width : 414px) and (max-device-width : 736px) { .bg, .no-padding{ padding:15px 0 !important; } .plak,.fame{ border-radius:0 } .log_cnt .left ul li{font-size: 15px;} #thumbnail .dream .bott { width: 100%; float: left; position: relative; /*top: 164px;*/ top: 0px } #list .dream .bott { width: 100%; float: left; position: relative; /*top: 164px;*/ top: 220px } .hone { height:100%; min-height: 210px;} .create_new .dream .bott { width: 85%; float: inherit; position:absolute; bottom:15px; } .create_new .dream .sott { width: 85%; float: inherit; position:absolute; bottom:15px; } .right.pop .dropdown-menu { top: -86px !important; left: 180px !important; width: 100px; min-width: 120px; } } @media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) { .bg, .no-padding{ padding:15px 0 !important; } .plak,.fame{ border-radius:0 } .log_cnt .left ul li{font-size: 15px;} #thumbnail .dream .bott { width: 100%; float: left; position: relative; top: 164px; } #list .dream .bott { width: 100%; float: left; position: relative; /*top: 164px;*/ } .hone { height:100%; min-height: 210px;} .create_new .dream .bott { width: 85%; float: inherit; position:absolute; bottom:15px; } .create_new .dream .sott { width: 85%; float: inherit; position:absolute; bottom:15px; } .right.pop .dropdown-menu { top: -85px !important; } } <!-- iPhone 6 plus--> <!-- Ipad --> @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) { } @media only screen and (min-width : 768px) and (max-width : 1024px) { .list_type { padding-left:10px!important; } .right.pop .dropdown-menu { left: 69px !important; width: 105px; } .create_new .dream h3 { font-size: 20px; } .bg{ /*! padding: 39px 20px !important; */ } .drp{ left: 81%; top:60% } .blk{ margin-top:9%; } } @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { .list_type { padding-left:10px; } .bg { /*! padding:5% 20px 15%!important; */ } .blk{ margin-top: 24%; } .right.pop .dropdown-menu { top: -86px !important; left: 162px !important; } .drp{ width: 120px; left: 203px; top: 63%; } } .log_form .form-control{ margin-bottom: 10px!important; } /*.dream { transition: inherit!important; } */ @media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) { } <!-- Ipad --> /* @media only screen and (min-width:480px){ .dream { width: 92.5%; } } @media only screen and (min-width:360px){ .dream { width: 91.5%; } } @media only screen and (min-width:412px){ .dream { width: 92.5%; } }*/ @media only screen and (min-width: 480px) and (max-width: 767px) { } /* Galaxy S5 landscape */ @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) { .tera { height: 280px!important; } } /*@media only screen and (min-device-width : 640px) and (max-device-width : 3604px) and (orientation:landscape) { .col-xsl-6{ width: 50%; float:left!important } .create_new .green { height: 282px!important; } .create_new .green .hov_green { margin-top: 29%!important; } } @media only screen and (min-width: 640px) and (orientation:portrait) { .col-md-3 { width: 25%!important; } } */ @media (max-width: 414px) and (orientation:landscape) { .bg, .no-padding{ padding:15px 0 !important; } } @media (max-width: 568px) and (orientation:landscape) { .bg, .no-padding{ padding:15px 0 !important; } } @media (max-width: 414px) and (orientation:portrait) { } @media (max-width: 736px) and (orientation:portrait) { } @media (min-width: 768px) and (orientation:portrait) { #thumbnail .col-xsl-6 { height: 280px !important; margin-bottom: 20px; } } @media (min-width: 768px) and (orientation:landscape) { .list_type { padding-left:20px!important; } .right.pop .dropdown-menu { top: inherit; left: 70px; bottom: 30px; } } @media (max-width: 736px) and (orientation:landscape) { .mausam .col-xsl-6{ width:50%!important; } .list_type{ padding:0 10px; } #thumbnail .col-xsl-6{ width:50%; height: 260px; margin-bottom: 20px !important; } .create_new .play a.green{ min-height:245px; height:100%; } header .open .dropdown-toggle[aria-expanded="true"]:before{ content: "\f0d8"; display: inline-block; position: absolute; top: 37px; width: 10px; height: 10px; color: #3c4246; font-family: FontAwesome; right:46%; font-size: 40px; } } @media (max-width: 768px) and (orientation:portrait) { .mausam .col-xsl-6{ width:50%!important; } .list_type{ padding:0 0px; } } @media (max-width: 414px) and (orientation:portrait) { .mausam .col-xsl-6{ width:100%!important; } header .open .dropdown-toggle[aria-expanded="true"]:before{ content: "\f0d8"; display: inline-block; position: absolute; top: 37px; width: 10px; height: 10px; color: #3c4246; font-family: FontAwesome; right:43.5%; font-size: 40px; } } @media only screen and (max-width:320px){ .rota .navbar-brand { padding: 22px 8px; } .dek p { width: auto; } .drpdwwee { margin-bottom: 10px; } }
0.190235
0.069352
.hidden { display: none; } #gui, #canvas { position: fixed; left: 0; right: 0; top: 0; bottom: 0; display: block; } #canvas { position: fixed; left: 0; right: 0; top: 0; bottom: 0; display: block; z-index: 2; } /* Loading screen */ #gui { background-image: url(background.png); text-align: center; } #gui h1 { position: absolute; width: 100%; top: 40%; } #gui h2 { position: absolute; width: 100%; top: 50%; } #gui progress { position: absolute; top: 60%; left: 50%; width: 200px; height: 4px; margin-left: -100px; } /* In-game overlay */ #chatbox { position: fixed; left: 0; right: 0; bottom: 0; height: 20px; width: 100%; z-index: 3; font-size: inherit; background: none; border: none; } #chatlog { position: fixed; left: 0; right: 0; bottom: 20px; width: 100%; max-width: 250px; z-index: 3; pointer-events: none; overflow: hidden; } /* Colour codes from here: http://wiki.vg/Classic_Protocol#Color_Codes */ .text-0, .text-1, .text-2, .text-3, .text-4, .text-5, .text-6, .text-7, .text-8, .text-9, .text-a, .text-b, .text-c, .text-d, .text-e, .text-f { font-family: monospace; color: white; } .text-0 { color: rgb(0, 0, 0); text-shadow: 3px 3px rgb(0, 0, 0); } .text-1 { color: rgb(0, 0, 191); text-shadow: 3px 3px rgb(0, 0, 47); } .text-2 { color: rgb(0, 191, 0); text-shadow: 3px 3px rgb(0, 47, 0); } .text-3 { color: rgb(0, 191, 191); text-shadow: 3px 3px rgb(0, 47, 47); } .text-4 { color: rgb(191, 0, 0); text-shadow: 3px 3px rgb(47, 0, 0); } .text-5 { color: rgb(191, 0, 191); text-shadow: 3px 3px rgb(47, 0, 47); } .text-6 { color: rgb(191, 191, 0); text-shadow: 3px 3px rgb(47, 47, 0); } .text-7 { color: rgb(191, 191, 191); text-shadow: 3px 3px rgb(47, 47, 47); } .text-8 { color: rgb(64, 64, 64); text-shadow: 3px 3px rgb(16, 16, 16); } .text-9 { color: rgb(64, 64, 255); text-shadow: 3px 3px rgb(16, 16, 63); } .text-a { color: rgb(64, 255, 64); text-shadow: 3px 3px rgb(16, 63, 16); } .text-b { color: rgb(64, 255, 255); text-shadow: 3px 3px rgb(16, 63, 63); } .text-c { color: rgb(255, 64, 64); text-shadow: 3px 3px rgb(63, 16, 16); } .text-d { color: rgb(255, 64, 255); text-shadow: 3px 3px rgb(63, 16, 63); } .text-e { color: rgb(255, 255, 64); text-shadow: 3px 3px rgb(63, 63, 16); } .text-f { color: rgb(255, 255, 255); text-shadow: 3px 3px rgb(63, 63, 63); }
htdocs/style.css
.hidden { display: none; } #gui, #canvas { position: fixed; left: 0; right: 0; top: 0; bottom: 0; display: block; } #canvas { position: fixed; left: 0; right: 0; top: 0; bottom: 0; display: block; z-index: 2; } /* Loading screen */ #gui { background-image: url(background.png); text-align: center; } #gui h1 { position: absolute; width: 100%; top: 40%; } #gui h2 { position: absolute; width: 100%; top: 50%; } #gui progress { position: absolute; top: 60%; left: 50%; width: 200px; height: 4px; margin-left: -100px; } /* In-game overlay */ #chatbox { position: fixed; left: 0; right: 0; bottom: 0; height: 20px; width: 100%; z-index: 3; font-size: inherit; background: none; border: none; } #chatlog { position: fixed; left: 0; right: 0; bottom: 20px; width: 100%; max-width: 250px; z-index: 3; pointer-events: none; overflow: hidden; } /* Colour codes from here: http://wiki.vg/Classic_Protocol#Color_Codes */ .text-0, .text-1, .text-2, .text-3, .text-4, .text-5, .text-6, .text-7, .text-8, .text-9, .text-a, .text-b, .text-c, .text-d, .text-e, .text-f { font-family: monospace; color: white; } .text-0 { color: rgb(0, 0, 0); text-shadow: 3px 3px rgb(0, 0, 0); } .text-1 { color: rgb(0, 0, 191); text-shadow: 3px 3px rgb(0, 0, 47); } .text-2 { color: rgb(0, 191, 0); text-shadow: 3px 3px rgb(0, 47, 0); } .text-3 { color: rgb(0, 191, 191); text-shadow: 3px 3px rgb(0, 47, 47); } .text-4 { color: rgb(191, 0, 0); text-shadow: 3px 3px rgb(47, 0, 0); } .text-5 { color: rgb(191, 0, 191); text-shadow: 3px 3px rgb(47, 0, 47); } .text-6 { color: rgb(191, 191, 0); text-shadow: 3px 3px rgb(47, 47, 0); } .text-7 { color: rgb(191, 191, 191); text-shadow: 3px 3px rgb(47, 47, 47); } .text-8 { color: rgb(64, 64, 64); text-shadow: 3px 3px rgb(16, 16, 16); } .text-9 { color: rgb(64, 64, 255); text-shadow: 3px 3px rgb(16, 16, 63); } .text-a { color: rgb(64, 255, 64); text-shadow: 3px 3px rgb(16, 63, 16); } .text-b { color: rgb(64, 255, 255); text-shadow: 3px 3px rgb(16, 63, 63); } .text-c { color: rgb(255, 64, 64); text-shadow: 3px 3px rgb(63, 16, 16); } .text-d { color: rgb(255, 64, 255); text-shadow: 3px 3px rgb(63, 16, 63); } .text-e { color: rgb(255, 255, 64); text-shadow: 3px 3px rgb(63, 63, 16); } .text-f { color: rgb(255, 255, 255); text-shadow: 3px 3px rgb(63, 63, 63); }
0.634204
0.138491
.progress {position:relative; width:100%; border:1px solid #7F98B2;padding:1px;border-radius: 3px;height:22px;margin-top:10px; } .bar{background-color: #B4F5B4; width:0%; height: 25px; border-radius: 3px;} .percent{ position:absolute; display:inline-block; top:3px; left:48%; color:#7f98b2; } #prg1 { } td .elipsis-short { width: 125px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .icono { font-size: 15px; line-height: 10px; margin-left: 5px; } .texto > p { padding: 5px; font-size: 17px; margin-left: 10px; } .card-body-margen { margin-top:20px; } .certificate { display: inline-flex; } .certificate i { margin-right: 10px; } .card-body-margen div .card-subtitle { color:#ff7e00; margin-left:15px; } .img-documentacion { border: 3px solid #ff7e00; border-radius: 10px; width: auto; display: flex; margin:10px; } .min_max_100 { min-height: 145px; max-height: 145px; } .documentacion-strong { margin-right: 7px; } .card-body-documentacion { max-width: 1200px; width: 100%; text-align:left; } .onlymovil { display:none; } ul.navbar-nav.navbar-nav-right { display: none; } #buscador-1 { border: 1px solid #d08f50; } td .elipsis-short-inpc { width: 125px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .busqueda-especial-container { border: 2px solid #ccc; padding: 10px; border-radius: 5px; } .card-separator{ background-color: #f5f5f552; box-shadow: 0 3px 5px -2px #0b0b0b; -webkit-box-shadow: 3px 3px 5px 1px rgba(125, 125, 125, 1); -moz-box-shadow: 3px 3px 5px 1px rgba(125, 125, 125, 1); box-shadow: 3px 3px 5px 1px rgba(125, 125, 125, 1); border-radius: 5px; padding: 15px 30px; margin-bottom: 15px; } /*................. CSS FILTROS POR CAMPOS ................... */ .container-filtercolumn{ float: right; } .options-search-columns{ padding: 10px; list-style: none; background-color: #fff; position: absolute; top: 100%; z-index: 1000; min-width: 10rem; margin: .125rem 0 0; font-size: 1rem; display: none; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem; } .options-search-columns > li{ margin-bottom: 5px; } /*................. CSS FILTROS POR CAMPOS ................... */ td .elipsis-short-325 { width: 325px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } @media all and (max-width: 1024px){ .img-documentacion { width:100%; } } @media all and (max-width: 768px){ td .elipsis-short-325 { width: 225px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .container-filtercolumn{ width: 100%; margin-top:8px; } #buttonfilter{ width:100%; } .onlymovil { display:block !important; } .img-documentacion { width:100%; } .thresp th { width: 100%; position: absolute; /*overflow: overlay;*/ clear:both; display: contents; } td .elipsis-short { width: 125px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .ref-short { } .row.card-description.configuracion > div { max-width: 100%; width: 100%; } .fact-table { overflow: scroll; } .fact-table-1 { overflow: visible; } .flecha-right > th { width: 100% !important; } .bot-scroll { width: 100%; overflow: scroll; } #myTab > li{ width: 50%; } .thresp .form-group > th { width: 100%; background-color: black; } .filtro .monetario input { width:100%; } .filtro .monetario select { width:100%; } } @media all and (max-width: 767px){ .planes-conf > li { width:100% !important; } .list-planes-conf .ocultarequis { display:none; } .elipsis-short-number { margin-top: 5px; width: 0px; } .resp-item { width:255px; } .resp-total { width:75px; } .resp-descripcion { width:100px; } .resp-precio{ width:110px; } .resp-refer { width:100px; } .resp-fecha { width: 129px; } .resp-observaciones { width:118px; } .sct-1forpayment { float: none !important; } .oclt-btneximp { display:none; } .oclt-resp { display:none; } .resp-cxpagar { width: 1px!important; } .if-glanalytics { height: -webkit-fill-available; } div.dropdown-menu.show { width:100% !important; } } @media all and (max-width: 320px) { td .elipsis-short { width: 105px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } } /* Estilos de Planes dentro de configuraciones */ .planes-conf > li { list-style: none; width: 32%; height: 305px; padding: 0px; margin: 5px; border: 2px solid #08344a; /* display: inline-block; */ display: inline-table; background-color: #08344a; } .title-plan-conf { color:#fff; margin-bottom: 20px; background-color: #08344a; } .list-planes-conf > li, .list-planes-conf .ocultarequis > li { display: -webkit-box; text-align: inherit; margin-right: 15px; position: initial; color:#fff; } .li-planes-1 { background-color: #08344a; } .li-planes-2 { background-color: #08344a; } .mensual-config { background-color: rgb(255, 126, 0); } .btn-obtener-conf { margin-top: 5px; } .btn-obtener-pln { display: inline-block; margin-top: -5px; padding: 10px 58px; /*background: #00525d;*/ background-color: rgb(255, 126, 0); border-radius: 5px; text-decoration: none !important; font-weight: bold; font-size: 18px; color: #fff; transition: all .3s; } .barra-princi-pagos { width: 100%; height: auto; border-radius: 10px; background-color: #08344a; color:#fff; padding: 10px; } .tableforpayment { margin-top: 20px; } tr.theadforpayment { background-color: rgb(255, 126, 0); color:#fff; } .theadforpayment > th { width: 33%; text-align: center; font-size: 14px; } .trforpayment > td { text-align: center; } .rd-left { float: left; } .sct-1forpayment { float: left; } .sct-2forpayment { float:right; margin-top: 20px; } .sct2-all { border-radius: 10px; } .sct2-ttl{ background-color: rgb(255, 126, 0); color: #fff; padding: 5px; } .sct2-value { background-color: #d7d7d7; padding: 5px; } .sections-in-gral-payment { padding: 0px 15%; } .sct2-btn { margin-top: 35px; } .btn-alarged { width: 100%; text-decoration: none; } .img-contenida { object-fit: contain; } /*----------- PRELOADER -----------*/ #contenedor_carga { background-color:rgba(250,240,245, 0.9); height: 100%; width: 100%; position:fixed; -webkit-transition: all 1s ease !important; -o-transition: all 1s ease !important; transition: all 1s ease !important; z-index: 10000; } #carga{ /*width: 60%;*/ position:absolute; top:0; left:0; right: 0; bottom: 0; margin: auto; } #carga1{ position:absolute; top:0; left:0; right: 0; bottom: 50%; margin: auto; } /* -------------- CSS STARS Y CAJA COMENTARIOS ------------- */ .form-stars { width: 100%; margin: 0 auto; height: 50px; } .form-stars p { text-align: center; float: left; } .form-stars label { font-size: 25px; margin: 5px; } .form-stars input[type="radio"] { display: none; } .form-stars label { color: grey; } .clasificacion { direction: rtl; unicode-bidi: bidi-override; } .form-stars label:hover, .form-stars label:hover ~ label { color: orange; } .form-stars input[type="radio"]:checked ~ label { color: orange; } .stars-incomment .form-stars label { font-size: 15px; } .form-stars.no-color-star label:hover, .form-stars.no-color-star label:hover ~ label { color: black; } .accion-coment a { color:#000; text-decoration: none; } .accion-coment { float: right; margin-left:0px; margin-right: 15px; } .noclick { height: inherit; width: 120px; position: absolute; top: 0; left: 0; /* background: #303952; */ z-index: 1; /* opacity: .85; */ }
public/css/documentacion.css
.progress {position:relative; width:100%; border:1px solid #7F98B2;padding:1px;border-radius: 3px;height:22px;margin-top:10px; } .bar{background-color: #B4F5B4; width:0%; height: 25px; border-radius: 3px;} .percent{ position:absolute; display:inline-block; top:3px; left:48%; color:#7f98b2; } #prg1 { } td .elipsis-short { width: 125px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .icono { font-size: 15px; line-height: 10px; margin-left: 5px; } .texto > p { padding: 5px; font-size: 17px; margin-left: 10px; } .card-body-margen { margin-top:20px; } .certificate { display: inline-flex; } .certificate i { margin-right: 10px; } .card-body-margen div .card-subtitle { color:#ff7e00; margin-left:15px; } .img-documentacion { border: 3px solid #ff7e00; border-radius: 10px; width: auto; display: flex; margin:10px; } .min_max_100 { min-height: 145px; max-height: 145px; } .documentacion-strong { margin-right: 7px; } .card-body-documentacion { max-width: 1200px; width: 100%; text-align:left; } .onlymovil { display:none; } ul.navbar-nav.navbar-nav-right { display: none; } #buscador-1 { border: 1px solid #d08f50; } td .elipsis-short-inpc { width: 125px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .busqueda-especial-container { border: 2px solid #ccc; padding: 10px; border-radius: 5px; } .card-separator{ background-color: #f5f5f552; box-shadow: 0 3px 5px -2px #0b0b0b; -webkit-box-shadow: 3px 3px 5px 1px rgba(125, 125, 125, 1); -moz-box-shadow: 3px 3px 5px 1px rgba(125, 125, 125, 1); box-shadow: 3px 3px 5px 1px rgba(125, 125, 125, 1); border-radius: 5px; padding: 15px 30px; margin-bottom: 15px; } /*................. CSS FILTROS POR CAMPOS ................... */ .container-filtercolumn{ float: right; } .options-search-columns{ padding: 10px; list-style: none; background-color: #fff; position: absolute; top: 100%; z-index: 1000; min-width: 10rem; margin: .125rem 0 0; font-size: 1rem; display: none; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem; } .options-search-columns > li{ margin-bottom: 5px; } /*................. CSS FILTROS POR CAMPOS ................... */ td .elipsis-short-325 { width: 325px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } @media all and (max-width: 1024px){ .img-documentacion { width:100%; } } @media all and (max-width: 768px){ td .elipsis-short-325 { width: 225px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .container-filtercolumn{ width: 100%; margin-top:8px; } #buttonfilter{ width:100%; } .onlymovil { display:block !important; } .img-documentacion { width:100%; } .thresp th { width: 100%; position: absolute; /*overflow: overlay;*/ clear:both; display: contents; } td .elipsis-short { width: 125px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .ref-short { } .row.card-description.configuracion > div { max-width: 100%; width: 100%; } .fact-table { overflow: scroll; } .fact-table-1 { overflow: visible; } .flecha-right > th { width: 100% !important; } .bot-scroll { width: 100%; overflow: scroll; } #myTab > li{ width: 50%; } .thresp .form-group > th { width: 100%; background-color: black; } .filtro .monetario input { width:100%; } .filtro .monetario select { width:100%; } } @media all and (max-width: 767px){ .planes-conf > li { width:100% !important; } .list-planes-conf .ocultarequis { display:none; } .elipsis-short-number { margin-top: 5px; width: 0px; } .resp-item { width:255px; } .resp-total { width:75px; } .resp-descripcion { width:100px; } .resp-precio{ width:110px; } .resp-refer { width:100px; } .resp-fecha { width: 129px; } .resp-observaciones { width:118px; } .sct-1forpayment { float: none !important; } .oclt-btneximp { display:none; } .oclt-resp { display:none; } .resp-cxpagar { width: 1px!important; } .if-glanalytics { height: -webkit-fill-available; } div.dropdown-menu.show { width:100% !important; } } @media all and (max-width: 320px) { td .elipsis-short { width: 105px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } } /* Estilos de Planes dentro de configuraciones */ .planes-conf > li { list-style: none; width: 32%; height: 305px; padding: 0px; margin: 5px; border: 2px solid #08344a; /* display: inline-block; */ display: inline-table; background-color: #08344a; } .title-plan-conf { color:#fff; margin-bottom: 20px; background-color: #08344a; } .list-planes-conf > li, .list-planes-conf .ocultarequis > li { display: -webkit-box; text-align: inherit; margin-right: 15px; position: initial; color:#fff; } .li-planes-1 { background-color: #08344a; } .li-planes-2 { background-color: #08344a; } .mensual-config { background-color: rgb(255, 126, 0); } .btn-obtener-conf { margin-top: 5px; } .btn-obtener-pln { display: inline-block; margin-top: -5px; padding: 10px 58px; /*background: #00525d;*/ background-color: rgb(255, 126, 0); border-radius: 5px; text-decoration: none !important; font-weight: bold; font-size: 18px; color: #fff; transition: all .3s; } .barra-princi-pagos { width: 100%; height: auto; border-radius: 10px; background-color: #08344a; color:#fff; padding: 10px; } .tableforpayment { margin-top: 20px; } tr.theadforpayment { background-color: rgb(255, 126, 0); color:#fff; } .theadforpayment > th { width: 33%; text-align: center; font-size: 14px; } .trforpayment > td { text-align: center; } .rd-left { float: left; } .sct-1forpayment { float: left; } .sct-2forpayment { float:right; margin-top: 20px; } .sct2-all { border-radius: 10px; } .sct2-ttl{ background-color: rgb(255, 126, 0); color: #fff; padding: 5px; } .sct2-value { background-color: #d7d7d7; padding: 5px; } .sections-in-gral-payment { padding: 0px 15%; } .sct2-btn { margin-top: 35px; } .btn-alarged { width: 100%; text-decoration: none; } .img-contenida { object-fit: contain; } /*----------- PRELOADER -----------*/ #contenedor_carga { background-color:rgba(250,240,245, 0.9); height: 100%; width: 100%; position:fixed; -webkit-transition: all 1s ease !important; -o-transition: all 1s ease !important; transition: all 1s ease !important; z-index: 10000; } #carga{ /*width: 60%;*/ position:absolute; top:0; left:0; right: 0; bottom: 0; margin: auto; } #carga1{ position:absolute; top:0; left:0; right: 0; bottom: 50%; margin: auto; } /* -------------- CSS STARS Y CAJA COMENTARIOS ------------- */ .form-stars { width: 100%; margin: 0 auto; height: 50px; } .form-stars p { text-align: center; float: left; } .form-stars label { font-size: 25px; margin: 5px; } .form-stars input[type="radio"] { display: none; } .form-stars label { color: grey; } .clasificacion { direction: rtl; unicode-bidi: bidi-override; } .form-stars label:hover, .form-stars label:hover ~ label { color: orange; } .form-stars input[type="radio"]:checked ~ label { color: orange; } .stars-incomment .form-stars label { font-size: 15px; } .form-stars.no-color-star label:hover, .form-stars.no-color-star label:hover ~ label { color: black; } .accion-coment a { color:#000; text-decoration: none; } .accion-coment { float: right; margin-left:0px; margin-right: 15px; } .noclick { height: inherit; width: 120px; position: absolute; top: 0; left: 0; /* background: #303952; */ z-index: 1; /* opacity: .85; */ }
0.135175
0.111386
.card-linkk{ position:relative; } .custom_card { border-radius: 0.5rem; -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.45); -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.45); box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.45); transition: all .1s ease-in-out; transform: scale(1); } .custom_card:hover { -webkit-box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.35); -moz-box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.35); box-shadow: 7px 10px 20px 0px rgba(0,0,0,0.35); transform: scale(1.01); } /* Custom font*/ .myFont{ font-family: Verdana, Geneva, Tahoma, sans-serif; } /* for font of textarea input*/ .preformated { font-family: Verdana, Geneva, Tahoma, sans-serif; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; } /* remove up down icon from number type Input form*/ input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } /* Image upload */ .btn-file { position: relative; overflow: hidden; } .btn-file input[type=file] { position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; font-size: 100px; text-align: right; filter: alpha(opacity=0); opacity: 0; outline: none; background: white; cursor: inherit; display: block; } #img-upload{ width: 100%; } /*for Profile Pic*/ .image-container { position: relative; } .image { opacity: 1; display: block; width: 100%; height: auto; transition: .5s ease; backface-visibility: hidden; } .middle { transition: .5s ease; opacity: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); text-align: center; } .image-container:hover .image { opacity: 0.3; } .image-container:hover .middle { opacity: 1; } /* For tooltip */ .mytooltip { position: relative; display: inline-block; } .mytooltip .mytooltiptext { visibility: hidden; width: 140px; background-color: #555; color: #fff; text-align: center; border-radius: 6px; padding: 5px; position: absolute; z-index: 1; bottom: 150%; left: 50%; margin-left: -75px; opacity: 0; transition: opacity 0.3s; } .mytooltip .mytooltiptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent; } .mytooltip:hover .mytooltiptext { visibility: visible; opacity: 1; }
public/css/custom_card.css
.card-linkk{ position:relative; } .custom_card { border-radius: 0.5rem; -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.45); -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.45); box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.45); transition: all .1s ease-in-out; transform: scale(1); } .custom_card:hover { -webkit-box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.35); -moz-box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.35); box-shadow: 7px 10px 20px 0px rgba(0,0,0,0.35); transform: scale(1.01); } /* Custom font*/ .myFont{ font-family: Verdana, Geneva, Tahoma, sans-serif; } /* for font of textarea input*/ .preformated { font-family: Verdana, Geneva, Tahoma, sans-serif; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; } /* remove up down icon from number type Input form*/ input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } /* Image upload */ .btn-file { position: relative; overflow: hidden; } .btn-file input[type=file] { position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; font-size: 100px; text-align: right; filter: alpha(opacity=0); opacity: 0; outline: none; background: white; cursor: inherit; display: block; } #img-upload{ width: 100%; } /*for Profile Pic*/ .image-container { position: relative; } .image { opacity: 1; display: block; width: 100%; height: auto; transition: .5s ease; backface-visibility: hidden; } .middle { transition: .5s ease; opacity: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); text-align: center; } .image-container:hover .image { opacity: 0.3; } .image-container:hover .middle { opacity: 1; } /* For tooltip */ .mytooltip { position: relative; display: inline-block; } .mytooltip .mytooltiptext { visibility: hidden; width: 140px; background-color: #555; color: #fff; text-align: center; border-radius: 6px; padding: 5px; position: absolute; z-index: 1; bottom: 150%; left: 50%; margin-left: -75px; opacity: 0; transition: opacity 0.3s; } .mytooltip .mytooltiptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent; } .mytooltip:hover .mytooltiptext { visibility: visible; opacity: 1; }
0.336004
0.065545
._2nuC5 { margin: 0 auto; max-width: 1280px; } ._1U6Yu { width: 100%; margin: 0; } user agent stylesheet div { display: block; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } .o_CSw { width: 100%; text-align: center; font-size: 35px; font-weight: 700; text-transform: uppercase; } h1 { /*font-size: 2em;*/ margin: .67em 0; } user agent stylesheet h1 { display: block; font-size: 2em; margin-block-start: 0.67em; margin-block-end: 0.67em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } .f8zcf { padding: 0; } .qMb4_ { width: 100%; overflow: hidden; box-sizing: border-box; background: #fff; border: 1px solid rgba(0,47,52,.2); border-radius: 4px; } div { display: block; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } ._3mGht { font-size: 25px; padding: 0 16px; text-transform: uppercase; } h2 { display: block; font-size: 1.5em; margin-block-start: 0.83em; margin-block-end: 0.83em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold; } @media only screen and (min-width: 1024px) ._1ybgv { justify-content: flex-start; } ._1ybgv { box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; padding: 0 16px 16px; } user agent stylesheet div { display: block; } ._2ytqd { box-sizing: border-box; border-bottom: 1px solid rgba(0,47,52,.2); float: left; height: 0; width: 100%; } user agent stylesheet div { display: block; } .rui-SB2Uw .rui-2SwH7.rui-1JF_2 { width: 100%; margin-left: auto; left: auto; right: auto; } .rui-SB2Uw .rui-2SwH7 { float: left; min-height: 1px; box-sizing: border-box; } user agent stylesheet div { display: block; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } ._1ybgv>div { padding: 0; width: auto; } .rui-3blDo { position: relative; width: 100%; height: 40px; margin: 0; padding: 0 7px; font-size: 12px; box-sizing: border-box; display: flex; } .rui-3blDo .rui-1CmqM { height: 100%; align-items: center; box-sizing: border-box; overflow-x: auto; overflow-y: hidden; } .rui-3blDo .rui-1CmqM, .rui-35zL8 .rui-1CmqM, .rui-LcJ6V { display: flex; margin: 0; padding: 0; justify-content: flex-start; } user agent stylesheet ol { display: block; list-style-type: decimal; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 40px; } .rui-Yp1c- { margin: 0 5px; color: rgba(0,47,52,.64); } ._2ytqd { box-sizing: border-box; border-bottom: 1px solid rgba(0,47,52,.2); float: left; height: 0; width: 100%; } .rui-SB2Uw .rui-2SwH7.rui-1JF_2 { width: 100%; margin-left: auto; left: auto; right: auto; } .rui-SB2Uw .rui-2SwH7 { float: left; min-height: 1px; box-sizing: border-box; } user agent stylesheet div { display: block; } .rui-SB2Uw .rui-2SwH7 { float: left; min-height: 1px; box-sizing: border-box; } ._1Hyzp { padding: 30px 32px; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } .rui-2zbKc { position: relative; } .rui-2zbKc .rui-D-GoM.rui-33EYo { background: #fff; box-shadow: inset 0 0 0 1px rgb(0 47 52 / 64%); } .rui-2zbKc .rui-D-GoM { display: flex; flex-direction: row; align-items: flex-start; border-radius: 4px; border-style: none; margin: 4px 0; flex-wrap: wrap; position: relative; } .rui-RcLUE { align-items: center; display: flex; width: 100%; } .rui-3wYvC { flex-grow: 1; } .rui-2zbKc .rui-1H_PK .rui-1ekfu { padding-right: 80px; } .rui-2zbKc .rui-1ekfu { appearance: none; background: none; border: none; color: #002f34; display: block; font-size: 16px; height: 48px; box-sizing: border-box; outline: none; padding-left: 12px; padding-right: 12px; width: 100%; } ._3_esG body, ._3_esG button, ._3_esG input, ._3_esG optgroup, ._3_esG select, ._3_esG textarea { font-family: Roboto,Arial,Helvetica,sans-serif; } button, input, optgroup, select, textarea { font-family: Arial,Helvetica,sans-serif; } button, input { overflow: visible; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } user agent stylesheet input[type="number" i] { padding: 1px 2px; } user agent stylesheet input { -webkit-writing-mode: horizontal-tb !important; text-rendering: auto; color: -internal-light-dark(black, white); letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block; text-align: start; appearance: auto; background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59)); -webkit-rtl-ordering: logical; cursor: text; margin: 0em; font: 400 13.3333px Arial; padding: 1px 2px; border-width: 2px; border-style: inset; border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)); border-image: initial; } .rui-2zbKc .rui-yDKiM { display: flex; z-index: 2; visibility: hidden; } svg:not(:root) { overflow: hidden; } .rui-2BsmJ { fill: #00a49f; } .rui-2BsmJ { fill: #00a49f; } .rui-2zbKc .rui-1g6wu { display: flex; } .rui-2zbKc .rui-qvKkT { flex-grow: 1; } .rui-2zbKc span { color: rgba(0,47,52,.64); font-size: 12px; } .oogMA { margin-bottom: 28px; } .rui-2zbKc { position: relative; } .rui-2zbKc.rui-1I3z_ label { font-weight: 700; color: #ff2800; } .rui-2zbKc label { color: #002f34; display: block; font-size: 14px; line-height: 16px; } label { cursor: default; } div { display: block; } .rui-2zbKc.rui-1I3z_ .rui-D-GoM.rui-33EYo { box-shadow: inset 0 0 0 3px #ff2800; } .rui-2zbKc .rui-D-GoM.rui-33EYo { background: #fff; box-shadow: inset 0 0 0 1px rgb(0 47 52 / 64%); } .rui-2zbKc .rui-D-GoM { display: flex; flex-direction: row; align-items: flex-start; border-radius: 4px; border-style: none; margin: 4px 0; flex-wrap: wrap; position: relative; } .rui-RcLUE { align-items: center; display: flex; width: 100%; } .rui-3wYvC { flex-grow: 1; } .rui-2zbKc .rui-1H_PK .rui-1ekfu { padding-right: 80px; } .rui-2zbKc .rui-1ekfu { appearance: none; background: none; border: none; color: #002f34; display: block; font-size: 16px; height: 48px; box-sizing: border-box; outline: none; padding-left: 12px; padding-right: 12px; width: 100%; } ._3_esG body, ._3_esG button, ._3_esG input, ._3_esG optgroup, ._3_esG select, ._3_esG textarea { font-family: Roboto,Arial,Helvetica,sans-serif; } button, input, optgroup, select, textarea { font-family: Arial,Helvetica,sans-serif; } button, input { overflow: visible; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } user agent stylesheet input[type="number" i] { padding: 1px 2px; } user agent stylesheet input { -webkit-writing-mode: horizontal-tb !important; text-rendering: auto; color: -internal-light-dark(black, white); letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block; text-align: start; appearance: auto; background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59)); -webkit-rtl-ordering: logical; cursor: text; margin: 0em; font: 400 13.3333px Arial; padding: 1px 2px; border-width: 2px; border-style: inset; border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)); border-image: initial; } .rui-2zbKc.rui-1I3z_ .rui-yDKiM { visibility: hidden; } .rui-2zbKc .rui-yDKiM { display: flex; z-index: 2; visibility: hidden; } svg:not(:root) { overflow: hidden; } .rui-2zbKc .rui-1g6wu { display: flex; } .rui-2zbKc.rui-1I3z_ .rui-qvKkT { color: #ff2800; } .rui-2zbKc .rui-qvKkT { flex-grow: 1; } .rui-2zbKc span { color: rgba(0,47,52,.64); font-size: 12px; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } .rui-2zbKc .rui-1qqJ6 { color: rgba(0,47,52,.64); font-size: 12px; justify-content: flex-end; padding-left: 16px; white-space: nowrap; } .rui-2zbKc span { color: rgba(0,47,52,.64); font-size: 12px; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } ._2HvgT { margin-bottom: 28px; } ._25-v9 { position: relative; } .rui-2zbKc { position: relative; } .rui-2zbKc .rui-D-GoM.rui-33EYo { background: #fff; box-shadow: inset 0 0 0 1px rgb(0 47 52 / 64%); } .rui-2zbKc .rui-D-GoM { display: flex; flex-direction: row; align-items: flex-start; border-radius: 4px; border-style: none; margin: 4px 0; flex-wrap: wrap; position: relative; } user agent stylesheet div { display: block; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } .rui-RcLUE { align-items: center; display: flex; width: 100%; } .rui-3wYvC { flex-grow: 1; } .rui-2zbKc .rui-1H_PK .rui-1ekfu { padding-right: 80px; } .rui-2zbKc .rui-1ekfu { appearance: none; background: none; border: none; color: #002f34; display: block; font-size: 16px; height: 48px; box-sizing: border-box; outline: none; padding-left: 12px; padding-right: 12px; width: 100%; } ._3_esG body, ._3_esG button, ._3_esG input, ._3_esG optgroup, ._3_esG select, ._3_esG textarea { font-family: Roboto,Arial,Helvetica,sans-serif; } button, input, optgroup, select, textarea { font-family: Arial,Helvetica,sans-serif; } button, input { overflow: visible; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } user agent stylesheet input[type="text" i] { padding: 1px 2px; } user agent stylesheet input { -webkit-writing-mode: horizontal-tb !important; text-rendering: auto; color: -internal-light-dark(black, white); letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block; text-align: start; appearance: auto; background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59)); -webkit-rtl-ordering: logical; cursor: text; margin: 0em; font: 400 13.3333px Arial; padding: 1px 2px; border-width: 2px; border-style: inset; border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)); border-image: initial; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } body { direction: ltr; text-align: left; text-size-adjust: 100%; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; background-color: #fff; font-family: Arial,Helvetica,sans-serif; } ._164_b:after, ._164_b:before { content: ""; font-family: olx-icons; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } ._164_b:after, ._164_b:before { content: ""; font-family: olx-icons; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } ._164_b:after, ._164_b:before { content: ""; font-family: olx-icons; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } ._164_b:after, ._164_b:before { content: ""; font-family: olx-icons; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .rui-2zbKc .rui-yDKiM { display: flex; z-index: 2; visibility: hidden; } svg:not(:root) { overflow: hidden; } .rui-2zbKc .rui-D-GoM.rui-33EYo { background: #fff; box-shadow: inset 0 0 0 1px rgb(0 47 52 / 64%); } .rui-2zbKc .rui-D-GoM { display: flex; flex-direction: row; align-items: flex-start; border-radius: 4px; border-style: none; margin: 4px 0; flex-wrap: wrap; position: relative; } user agent stylesheet div { display: block; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } ._3_esG body, ._3_esG button, ._3_esG input, ._3_esG optgroup, ._3_esG select, ._3_esG textarea { font-family: Roboto,Arial,Helvetica,sans-serif; } body { direction: ltr; text-align: left; text-size-adjust: 100%; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; background-color: #fff; font-family: Arial,Helvetica,sans-serif; } element.style { height: 96px; } .rui-2zbKc .rui-1H_PK .rui-1ekfu { padding-right: 80px; } .rui-2zbKc .rui-1ekfu { appearance: none; background: none; border: none; color: #002f34; display: block; font-size: 16px; height: 48px; box-sizing: border-box; outline: none; padding-left: 12px; padding-right: 12px; width: 100%; } ._3_esG body, ._3_esG button, ._3_esG input, ._3_esG optgroup, ._3_esG select, ._3_esG textarea { font-family: Roboto,Arial,Helvetica,sans-serif; } .rui-329KC { padding-bottom: 12px; padding-top: 12px; resize: none; } button, input, optgroup, select, textarea { font-family: Arial,Helvetica,sans-serif; } textarea { overflow: auto; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } user agent stylesheet textarea { -webkit-writing-mode: horizontal-tb !important; text-rendering: auto; color: -internal-light-dark(black, white); letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block; text-align: start; appearance: auto; background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59)); -webkit-rtl-ordering: logical; flex-direction: column; resize: auto; cursor: text; white-space: pre-wrap; overflow-wrap: break-word; column-count: initial !important; margin: 0em; font: 400 13.3333px Arial; border-width: 1px; border-style: solid; border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)); border-image: initial; padding: 2px; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } .rui-QRPFJ { display: flex; margin-right: 12px; margin-top: 12px; pointer-events: none; position: absolute; right: 0; } ._2ytqd { box-sizing: border-box; border-bottom: 1px solid rgba(0,47,52,.2); float: left; height: 0; width: 100%; } .rui-SB2Uw .rui-2SwH7.rui-1JF_2 { width: 100%; margin-left: auto; left: auto; right: auto; } .rui-SB2Uw .rui-2SwH7 { float: left; min-height: 1px; box-sizing: border-box; } .rui-SB2Uw .rui-2SwH7.rui-1JF_2 { width: 100%; margin-left: auto; left: auto; right: auto; } .rui-SB2Uw .rui-2SwH7 { float: left; min-height: 1px; box-sizing: border-box; } ._1Hyzp { padding: 30px 32px; } user agent stylesheet div { display: block; } ._1Hyzp h2, ._3So_y { font-size: 20px; margin: 0 0 15px; font-weight: 700; text-transform: uppercase; } @media only screen and (min-width: 1280px) .TwsK9 { position: relative; } .rui-2zbKc { position: relative; } .rui-2zbKc .rui-D-GoM.rui-33EYo { background: #fff; box-shadow: inset 0 0 0 1px rgb(0 47 52 / 64%); } .rui-2zbKc .rui-D-GoM { display: flex; flex-direction: row; align-items: flex-start; border-radius: 4px; border-style: none; margin: 4px 0; flex-wrap: wrap; position: relative; } .rui-2gVGR { direction: ltr; } .rui-RcLUE { align-items: center; display: flex; width: 100%; } .rui-3sTy6.rui-1umo3 { border-left: none; } .rui-3sTy6, .rui-3sTy6.rui-1umo3 { border-right: 1px solid rgba(0,47,52,.36); } .rui-3sTy6 { color: rgba(0,47,52,.36); height: 32px; line-height: 32px; padding-left: 12px; padding-right: 12px; white-space: nowrap; } .rui-3sTy6 { color: rgba(0,47,52,.36); height: 32px; line-height: 32px; padding-left: 12px; padding-right: 12px; white-space: nowrap; } .rui-3wYvC { flex-grow: 1; } .rui-2zbKc .rui-1ekfu { appearance: none; background: none; border: none; color: #002f34; display: block; font-size: 16px; height: 48px; box-sizing: border-box; outline: none; padding-left: 12px; padding-right: 12px; width: 100%; } ._3_esG body, ._3_esG button, ._3_esG input, ._3_esG optgroup, ._3_esG select, ._3_esG textarea { font-family: Roboto,Arial,Helvetica,sans-serif; } button, input, optgroup, select, textarea { font-family: Arial,Helvetica,sans-serif; } button, input { overflow: visible; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } input[type="text" i] { padding: 1px 2px; } input { -webkit-writing-mode: horizontal-tb !important; text-rendering: auto; color: -internal-light-dark(black, white); letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block; text-align: start; appearance: auto; background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59)); -webkit-rtl-ordering: logical; cursor: text; margin: 0em; font: 400 13.3333px Arial; padding: 1px 2px; border-width: 2px; border-style: inset; border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)); border-image: initial; } .rui-1ckrC.rui-2IRMD { left: auto; right: 0; } .rui-1ckrC { align-items: flex-start; display: flex; height: 16px; margin: 0 12px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); } .rui-SB2Uw .rui-2SwH7 { float: left; min-height: 1px; box-sizing: border-box; } .rui-SB2Uw .rui-2SwH7.rui-1JF_2 { width: 100%; margin-left: auto; left: auto; right: auto; } h2 { display: block; font-size: 1.5em; margin-block-start: 0.83em; margin-block-end: 0.83em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold; } ._2vNUv { display: block; } .q_7hS { margin-right: -10px; box-sizing: border-box; background-color: #fff; transition-duration: .5s; transition-property: height; transition-timing-function: cubic-bezier(0,1,.5,1); } .q_7hS ._3IhNg { display: initial; height: 100%; list-style: none; margin: 0; overflow: auto; padding: 0; } .q_7hS ._24pdo { border-color: #002f34; position: relative; } .q_7hS ._1SuBk { border: 2px solid #9dadb6; box-sizing: border-box; display: inline-block; height: 104px; vertical-align: top; margin: 0 6px 6px 0; width: 104px; } .q_7hS ._24pdo ._36uzR { color: #002f34; } .q_7hS ._1SuBk ._36uzR { align-items: center; cursor: pointer; color: #9dadb6; display: flex; flex-direction: column; height: 100%; justify-content: center; width: 100%; } ._3_esG body, ._3_esG button, ._3_esG input, ._3_esG optgroup, ._3_esG select, ._3_esG textarea { font-family: Roboto,Arial,Helvetica,sans-serif; } [type=reset], [type=submit], button, html [type=button] { -webkit-appearance: button; } .rui-3mpO_.rui-KRXqt:before { transition: opacity .2s ease-in; background-color: #c8f8f6; z-index: -1; } .rui-3mpO_.rui-KRXqt:after, .rui-3mpO_.rui-KRXqt:before { content: ""; width: 100%; height: 100%; opacity: 0; position: absolute; } .rui-3mpO_.rui-KRXqt:before { transition: opacity .2s ease-in; background-color: #c8f8f6; z-index: -1; } .rui-3mpO_.rui-KRXqt:after, .rui-3mpO_.rui-KRXqt:before { content: ""; width: 100%; height: 100%; opacity: 0; position: absolute; } .rui-3mpO_.rui-KRXqt:after { background-image: radial-gradient(circle,#fff 10%,transparent 10.01%); pointer-events: none; background-repeat: no-repeat; background-position: 50%; transform: scale(15); transition: transform .5s,opacity .5s; } .rui-3mpO_.rui-KRXqt:after, .rui-3mpO_.rui-KRXqt:before { content: ""; width: 100%; height: 100%; opacity: 0; position: absolute; } .rui-3mpO_.rui-KRXqt:after { background-image: radial-gradient(circle,#fff 10%,transparent 10.01%); pointer-events: none; background-repeat: no-repeat; background-position: 50%; transform: scale(15); transition: transform .5s,opacity .5s; } .rui-3mpO_.rui-KRXqt:after, .rui-3mpO_.rui-KRXqt:before { content: ""; width: 100%; height: 100%; opacity: 0; position: absolute; } .rui-3mpO_ { display: inline-flex; justify-content: center; align-items: center; border-style: none; background: none; outline: none; cursor: pointer; position: relative; overflow: hidden; text-decoration: none; border-radius: 50%; width: 40px; height: 40px; padding: 0; } button, input, optgroup, select, textarea { font-family: Arial,Helvetica,sans-serif; } button, select { text-transform: none; } button, input { /*overflow: visible;*/ } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } button { user agent stylesheet appearance: auto; -webkit-writing-mode: horizontal-tb !important; text-rendering: auto; color: -internal-light-dark(black, white); letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block; text-align: center; align-items: flex-start; cursor: default; background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59)); box-sizing: border-box; margin: 0em; font: 400 13.3333px Arial; padding: 1px 6px; border-width: 2px; border-style: outset; border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)); border-image: initial; } svg:not(:root) { overflow: hidden; } .rui-15D7A { fill: #002f34; } .rui-15D7A { fill: #002f34; } .q_7hS ._24pdo .e22Bu { color: #002f34; font-size: 14px; text-transform: capitalize; text-align: center; } ._3_esG body, ._3_esG button, ._3_esG input, ._3_esG optgroup, ._3_esG select, ._3_esG textarea { font-family: Roboto,Arial,Helvetica,sans-serif; } button, input, optgroup, select, textarea { font-family: Arial,Helvetica,sans-serif; } button, input { overflow: visible; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } user agent stylesheet input[type="file" i] { appearance: none; background-color: initial; cursor: default; align-items: baseline; color: inherit; text-overflow: ellipsis; white-space: pre; text-align: start !important; padding: initial; border: initial; overflow: hidden !important; } user agent stylesheet input { -webkit-writing-mode: horizontal-tb !important; text-rendering: auto; color: -internal-light-dark(black, white); letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block; text-align: start; appearance: auto; background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59)); -webkit-rtl-ordering: logical; cursor: text; margin: 0em; font: 400 13.3333px Arial; padding: 1px 2px; border-width: 2px; border-style: inset; border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)); border-image: initial; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } ._2ytqd { box-sizing: border-box; border-bottom: 1px solid rgba(0,47,52,.2); float: left; height: 0; width: 100%; } .rui-SB2Uw .rui-2SwH7.rui-1JF_2 { width: 100%; margin-left: auto; left: auto; right: auto; } .rui-SB2Uw .rui-2SwH7 { float: left; min-height: 1px; box-sizing: border-box; } user agent stylesheet div { display: block; } @media only screen and (min-width: 1024px) .rui-SB2Uw .rui-2SwH7.rui-1wY3r { width: 58.3333333333%; margin-left: auto; left: auto; right: auto; } .rui-SB2Uw .rui-2SwH7.rui-1JF_2 { width: 100%; margin-left: auto; left: auto; right: auto; } .rui-SB2Uw .rui-2SwH7 { float: left; min-height: 1px; box-sizing: border-box; } ._1Hyzp { padding: 30px 32px; } ._1Hyzp h2, ._3So_y { font-size: 20px; margin: 0 0 15px; font-weight: 700; text-transform: uppercase; } element.style { box-shadow: none; display: flex; } .rui-1C-sH { margin: 0; padding: 0; width: 100%; list-style: none; display: flex; justify-content: space-between; } user agent stylesheet ul { display: block; list-style-type: disc; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 40px; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } .rui-TGs9f { text-align: center; flex: 1; } .rui-1lpCl.rui-1Vp1s { border-bottom: 5px solid #002f34; color: #002f34; font-weight: 700; } .rui-1lpCl { line-height: 20px; font-size: 14px; font-weight: 400; font-style: normal; font-stretch: normal; color: #002f34; padding: 10px; cursor: pointer; text-transform: uppercase; box-sizing: border-box; height: 41px; border-bottom: 1px solid #dbdbdb; } user agent stylesheet div { display: block; } .rui-TGs9f { text-align: center; flex: 1; } user agent stylesheet li { text-align: -webkit-match-parent; } .rui-2oC5D { display: block; width: 100%; background-color: initial; padding-top: 30px; padding-bottom: 30px; } ._151ij { padding-bottom: 0; padding-top: 0; } user agent stylesheet div { display: block; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } ._161Kt { margin-top: 20px; } ._2ddwI { margin-bottom: 20px; } .rui-2zbKc { position: relative; } .rui-2zbKc label { color: #002f34; display: block; font-size: 14px; line-height: 16px; } .rui-2zbKc .rui-D-GoM.rui-33EYo { background: #fff; box-shadow: inset 0 0 0 1px rgb(0 47 52 / 64%); } .rui-2zbKc .rui-D-GoM { display: flex; flex-direction: row; align-items: flex-start; border-radius: 4px; border-style: none; margin: 4px 0; flex-wrap: wrap; position: relative; } .rui-2zbKc .rui-1H_PK .rui-1ekfu { padding-right: 80px; } .rui-2zbKc .rui-1ekfu { appearance: none; background: none; border: none; color: #002f34; display: block; font-size: 16px; height: 48px; box-sizing: border-box; outline: none; padding-left: 12px; padding-right: 12px; width: 100%; } ._3_esG body, ._3_esG button, ._3_esG input, ._3_esG optgroup, ._3_esG select, ._3_esG textarea { font-family: Roboto,Arial,Helvetica,sans-serif; } .rui-98Wif { cursor: pointer; } button, input, optgroup, select, textarea { font-family: Arial,Helvetica,sans-serif; } button, select { text-transform: none; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } user agent stylesheet select:not(:-internal-list-box) { overflow: visible !important; } user agent stylesheet select { -webkit-writing-mode: horizontal-tb !important; text-rendering: auto; color: -internal-light-dark(black, white); letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block; text-align: start; appearance: auto; box-sizing: border-box; align-items: center; white-space: pre; -webkit-rtl-ordering: logical; background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59)); cursor: default; margin: 0em; font: 400 13.3333px Arial; border-radius: 0px; border-width: 1px; border-style: solid; border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)); border-image: initial; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } option { font-weight: normal; display: block; white-space: nowrap; min-height: 1.2em; padding: 0px 2px 1px; } .rui--e0m_ { align-items: flex-start; display: flex; height: 16px; margin-right: 12px; pointer-events: none; position: absolute; right: 0; top: 50%; transform: translateY(-50%); } .rui-2zbKc .rui-yDKiM { display: flex; z-index: 2; visibility: hidden; } svg:not(:root) { overflow: hidden; } .rui-2AH6h { color: #00a49f; display: flex; margin-left: 8px; z-index: 2; } svg:not(:root) { overflow: hidden; } ._2ytqd { box-sizing: border-box; border-bottom: 1px solid rgba(0,47,52,.2); float: left; height: 0; width: 100%; } .rui-SB2Uw .rui-2SwH7.rui-1JF_2 { width: 100%; margin-left: auto; left: auto; right: auto; } .rui-SB2Uw .rui-2SwH7 { float: left; min-height: 1px; box-sizing: border-box; } user agent stylesheet div { display: block; } ._1Hyzp { padding: 30px 32px; } .rui-3sH3b.rui-2yJ_A.rui-1cDvO { background-color: #d8dfe0; color: #7f9799; border-color: #d8dfe0; } .rui-3sH3b.rui-2yJ_A { color: #fff; background-color: #002f34; border-radius: 4px; border: 5px solid #002f34; padding: 0 7px; } .rui-3sH3b.rui-1cDvO { cursor: not-allowed; } .rui-3sH3b.rui-1zK8h { font-size: 16px; height: 48px; } ._3_esG body, ._3_esG button, ._3_esG input, ._3_esG optgroup, ._3_esG select, ._3_esG textarea { font-family: Roboto,Arial,Helvetica,sans-serif; } [type=reset], [type=submit], button, html [type=button] { -webkit-appearance: button; } @media only screen and (min-width: 1024px) ._3bFmz { width: auto; } ._3bFmz { width: 100%; } .rui-3sH3b { display: inline-flex; justify-content: center; align-items: center; box-sizing: border-box; border-style: none; background: none; outline: none; text-transform: uppercase; font-weight: 700; cursor: pointer; padding: 0 12px; position: relative; overflow: hidden; line-height: normal; text-decoration: none; } button, input, optgroup, select, textarea { font-family: Arial,Helvetica,sans-serif; } button, select { text-transform: none; } button, input { overflow: visible; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } button { appearance: auto; -webkit-writing-mode: horizontal-tb !important; text-rendering: auto; color: -internal-light-dark(black, white); letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block; text-align: center; align-items: flex-start; cursor: default; background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59)); box-sizing: border-box; margin: 0em; font: 400 13.3333px Arial; padding: 1px 6px; border-width: 2px; border-style: outset; border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)); border-image: initial; } ul { display: block; list-style-type: disc; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 40px; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } .q_7hS ._3IhNg { display: initial; height: 100%; list-style: none; margin: 0; overflow: auto; padding: 0; } path[Attributes Style] { d: path("M 861.099 667.008 v 78.08 h 77.568 v 77.653 h -77.568 v 77.141 h -77.568 v -77.184 h -77.611 v -77.611 h 77.611 v -78.08 h 77.568 Z M 617.515 124.16 l 38.784 116.437 h 165.973 l 38.827 38.827 v 271.659 l -38.827 38.357 l -38.741 -38.4 v -232.832 h -183.125 l -38.784 -116.48 h -176.853 l -38.784 116.48 h -183.083 v 426.923 h 426.667 l 38.784 38.357 l -38.784 39.253 h -465.493 l -38.741 -38.869 v -504.491 l 38.784 -38.827 h 165.973 l 38.827 -116.437 h 288.597 Z M 473.216 318.208 c 106.837 0 193.92 86.955 193.92 194.048 c 0 106.923 -87.04 194.091 -193.92 194.091 s -193.963 -87.168 -193.963 -194.091 c 0 -107.093 87.083 -194.048 193.963 -194.048 Z M 473.216 395.861 c -64.213 0 -116.352 52.181 -116.352 116.395 c 0 64.256 52.139 116.437 116.352 116.437 c 64.171 0 116.352 -52.181 116.352 -116.437 c 0 -64.213 -52.181 -116.437 -116.352 -116.437 Z"); } :not(svg) { transform-origin: 0px 0px; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } .q_7hS ._1SuBk ._36uzR { align-items: center; cursor: pointer; color: #9dadb6; display: flex; flex-direction: column; height: 100%; justify-content: center; width: 100%; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } body { direction: ltr; text-align: left; text-size-adjust: 100%; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; background-color: #fff; font-family: Arial,Helvetica,sans-serif; } .rui-1YGxp { fill: #7f9799; } html { font-family: sans-serif; line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } .rui-3sH3b.rui-2yJ_A:after, .rui-3sH3b.rui-3K5JC:after { content: ""; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; pointer-events: none; background-repeat: no-repeat; background-position: 50%; transform: scale(25); opacity: 0; transition: transform 1s,opacity 1s; } .rui-3sH3b.rui-2yJ_A:after { background-image: radial-gradient(circle,hsla(0,0%,100%,.2) 10%,transparent 10.01%); } .q_7hS ._3IhNg { display: initial; height: 100%; list-style: none; margin: 0; overflow: auto; padding: 0; } ul { display: block; list-style-type: disc; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 40px; } ._1mplE { box-sizing: border-box; display: inline-block; height: 104px; margin: 0 6px 6px 0; overflow: hidden; padding: 0; position: relative; vertical-align: top; width: 104px; } li[Attributes Style] { -webkit-user-drag: element; user-select: none; } user agent stylesheet li { display: list-item; text-align: -webkit-match-parent; } ._20pqz, ._3BJtT { width: 100%; height: 100%; } div { display: block; } .__web-inspector-hide-shortcut__, .__web-inspector-hide-shortcut__ *, .__web-inspector-hidebefore-shortcut__::before, .__web-inspector-hideafter-shortcut__::after { visibility: hidden !important; } div { display: block; } ._1mplE ._2J7t4 { top: 0; left: 0; right: 0; bottom: 0; z-index: 1; width: 100%; height: 100%; display: table; text-align: center; position: absolute; } element.style { background-image: url(blob:https://www.olx.in/21cec743-7d15-4ccd-905d-a43f8d6ba7d5); } user agent stylesheet div { display: block; } user agent stylesheet li { text-align: -webkit-match-parent; } element.style { background-image: url(blob:https://www.olx.in/a197c05b-ea28-41a3-9028-db4f6161d15c); } ul { list-style-type: disc; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } ._20pqz { cursor: move; overflow: hidden; background-size: cover; background-position: 50%; background-repeat: no-repeat; } user agent stylesheet div { display: block; } user agent stylesheet li { text-align: -webkit-match-parent; } ._3xLSL { cursor: pointer; } overflow: hidden; } user agent stylesheet svg:not(:root) { overflow: hidden; } svg[Attributes Style] { width: 24px; height: 24px; fill-rule: evenodd; } .rui-77aaa { fill: #002f34; }
public/Userassets/css/s2.css
._2nuC5 { margin: 0 auto; max-width: 1280px; } ._1U6Yu { width: 100%; margin: 0; } user agent stylesheet div { display: block; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } .o_CSw { width: 100%; text-align: center; font-size: 35px; font-weight: 700; text-transform: uppercase; } h1 { /*font-size: 2em;*/ margin: .67em 0; } user agent stylesheet h1 { display: block; font-size: 2em; margin-block-start: 0.67em; margin-block-end: 0.67em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } .f8zcf { padding: 0; } .qMb4_ { width: 100%; overflow: hidden; box-sizing: border-box; background: #fff; border: 1px solid rgba(0,47,52,.2); border-radius: 4px; } div { display: block; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } ._3mGht { font-size: 25px; padding: 0 16px; text-transform: uppercase; } h2 { display: block; font-size: 1.5em; margin-block-start: 0.83em; margin-block-end: 0.83em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold; } @media only screen and (min-width: 1024px) ._1ybgv { justify-content: flex-start; } ._1ybgv { box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; padding: 0 16px 16px; } user agent stylesheet div { display: block; } ._2ytqd { box-sizing: border-box; border-bottom: 1px solid rgba(0,47,52,.2); float: left; height: 0; width: 100%; } user agent stylesheet div { display: block; } .rui-SB2Uw .rui-2SwH7.rui-1JF_2 { width: 100%; margin-left: auto; left: auto; right: auto; } .rui-SB2Uw .rui-2SwH7 { float: left; min-height: 1px; box-sizing: border-box; } user agent stylesheet div { display: block; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } ._1ybgv>div { padding: 0; width: auto; } .rui-3blDo { position: relative; width: 100%; height: 40px; margin: 0; padding: 0 7px; font-size: 12px; box-sizing: border-box; display: flex; } .rui-3blDo .rui-1CmqM { height: 100%; align-items: center; box-sizing: border-box; overflow-x: auto; overflow-y: hidden; } .rui-3blDo .rui-1CmqM, .rui-35zL8 .rui-1CmqM, .rui-LcJ6V { display: flex; margin: 0; padding: 0; justify-content: flex-start; } user agent stylesheet ol { display: block; list-style-type: decimal; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 40px; } .rui-Yp1c- { margin: 0 5px; color: rgba(0,47,52,.64); } ._2ytqd { box-sizing: border-box; border-bottom: 1px solid rgba(0,47,52,.2); float: left; height: 0; width: 100%; } .rui-SB2Uw .rui-2SwH7.rui-1JF_2 { width: 100%; margin-left: auto; left: auto; right: auto; } .rui-SB2Uw .rui-2SwH7 { float: left; min-height: 1px; box-sizing: border-box; } user agent stylesheet div { display: block; } .rui-SB2Uw .rui-2SwH7 { float: left; min-height: 1px; box-sizing: border-box; } ._1Hyzp { padding: 30px 32px; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } .rui-2zbKc { position: relative; } .rui-2zbKc .rui-D-GoM.rui-33EYo { background: #fff; box-shadow: inset 0 0 0 1px rgb(0 47 52 / 64%); } .rui-2zbKc .rui-D-GoM { display: flex; flex-direction: row; align-items: flex-start; border-radius: 4px; border-style: none; margin: 4px 0; flex-wrap: wrap; position: relative; } .rui-RcLUE { align-items: center; display: flex; width: 100%; } .rui-3wYvC { flex-grow: 1; } .rui-2zbKc .rui-1H_PK .rui-1ekfu { padding-right: 80px; } .rui-2zbKc .rui-1ekfu { appearance: none; background: none; border: none; color: #002f34; display: block; font-size: 16px; height: 48px; box-sizing: border-box; outline: none; padding-left: 12px; padding-right: 12px; width: 100%; } ._3_esG body, ._3_esG button, ._3_esG input, ._3_esG optgroup, ._3_esG select, ._3_esG textarea { font-family: Roboto,Arial,Helvetica,sans-serif; } button, input, optgroup, select, textarea { font-family: Arial,Helvetica,sans-serif; } button, input { overflow: visible; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } user agent stylesheet input[type="number" i] { padding: 1px 2px; } user agent stylesheet input { -webkit-writing-mode: horizontal-tb !important; text-rendering: auto; color: -internal-light-dark(black, white); letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block; text-align: start; appearance: auto; background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59)); -webkit-rtl-ordering: logical; cursor: text; margin: 0em; font: 400 13.3333px Arial; padding: 1px 2px; border-width: 2px; border-style: inset; border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)); border-image: initial; } .rui-2zbKc .rui-yDKiM { display: flex; z-index: 2; visibility: hidden; } svg:not(:root) { overflow: hidden; } .rui-2BsmJ { fill: #00a49f; } .rui-2BsmJ { fill: #00a49f; } .rui-2zbKc .rui-1g6wu { display: flex; } .rui-2zbKc .rui-qvKkT { flex-grow: 1; } .rui-2zbKc span { color: rgba(0,47,52,.64); font-size: 12px; } .oogMA { margin-bottom: 28px; } .rui-2zbKc { position: relative; } .rui-2zbKc.rui-1I3z_ label { font-weight: 700; color: #ff2800; } .rui-2zbKc label { color: #002f34; display: block; font-size: 14px; line-height: 16px; } label { cursor: default; } div { display: block; } .rui-2zbKc.rui-1I3z_ .rui-D-GoM.rui-33EYo { box-shadow: inset 0 0 0 3px #ff2800; } .rui-2zbKc .rui-D-GoM.rui-33EYo { background: #fff; box-shadow: inset 0 0 0 1px rgb(0 47 52 / 64%); } .rui-2zbKc .rui-D-GoM { display: flex; flex-direction: row; align-items: flex-start; border-radius: 4px; border-style: none; margin: 4px 0; flex-wrap: wrap; position: relative; } .rui-RcLUE { align-items: center; display: flex; width: 100%; } .rui-3wYvC { flex-grow: 1; } .rui-2zbKc .rui-1H_PK .rui-1ekfu { padding-right: 80px; } .rui-2zbKc .rui-1ekfu { appearance: none; background: none; border: none; color: #002f34; display: block; font-size: 16px; height: 48px; box-sizing: border-box; outline: none; padding-left: 12px; padding-right: 12px; width: 100%; } ._3_esG body, ._3_esG button, ._3_esG input, ._3_esG optgroup, ._3_esG select, ._3_esG textarea { font-family: Roboto,Arial,Helvetica,sans-serif; } button, input, optgroup, select, textarea { font-family: Arial,Helvetica,sans-serif; } button, input { overflow: visible; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } user agent stylesheet input[type="number" i] { padding: 1px 2px; } user agent stylesheet input { -webkit-writing-mode: horizontal-tb !important; text-rendering: auto; color: -internal-light-dark(black, white); letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block; text-align: start; appearance: auto; background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59)); -webkit-rtl-ordering: logical; cursor: text; margin: 0em; font: 400 13.3333px Arial; padding: 1px 2px; border-width: 2px; border-style: inset; border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)); border-image: initial; } .rui-2zbKc.rui-1I3z_ .rui-yDKiM { visibility: hidden; } .rui-2zbKc .rui-yDKiM { display: flex; z-index: 2; visibility: hidden; } svg:not(:root) { overflow: hidden; } .rui-2zbKc .rui-1g6wu { display: flex; } .rui-2zbKc.rui-1I3z_ .rui-qvKkT { color: #ff2800; } .rui-2zbKc .rui-qvKkT { flex-grow: 1; } .rui-2zbKc span { color: rgba(0,47,52,.64); font-size: 12px; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } .rui-2zbKc .rui-1qqJ6 { color: rgba(0,47,52,.64); font-size: 12px; justify-content: flex-end; padding-left: 16px; white-space: nowrap; } .rui-2zbKc span { color: rgba(0,47,52,.64); font-size: 12px; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } ._2HvgT { margin-bottom: 28px; } ._25-v9 { position: relative; } .rui-2zbKc { position: relative; } .rui-2zbKc .rui-D-GoM.rui-33EYo { background: #fff; box-shadow: inset 0 0 0 1px rgb(0 47 52 / 64%); } .rui-2zbKc .rui-D-GoM { display: flex; flex-direction: row; align-items: flex-start; border-radius: 4px; border-style: none; margin: 4px 0; flex-wrap: wrap; position: relative; } user agent stylesheet div { display: block; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } .rui-RcLUE { align-items: center; display: flex; width: 100%; } .rui-3wYvC { flex-grow: 1; } .rui-2zbKc .rui-1H_PK .rui-1ekfu { padding-right: 80px; } .rui-2zbKc .rui-1ekfu { appearance: none; background: none; border: none; color: #002f34; display: block; font-size: 16px; height: 48px; box-sizing: border-box; outline: none; padding-left: 12px; padding-right: 12px; width: 100%; } ._3_esG body, ._3_esG button, ._3_esG input, ._3_esG optgroup, ._3_esG select, ._3_esG textarea { font-family: Roboto,Arial,Helvetica,sans-serif; } button, input, optgroup, select, textarea { font-family: Arial,Helvetica,sans-serif; } button, input { overflow: visible; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } user agent stylesheet input[type="text" i] { padding: 1px 2px; } user agent stylesheet input { -webkit-writing-mode: horizontal-tb !important; text-rendering: auto; color: -internal-light-dark(black, white); letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block; text-align: start; appearance: auto; background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59)); -webkit-rtl-ordering: logical; cursor: text; margin: 0em; font: 400 13.3333px Arial; padding: 1px 2px; border-width: 2px; border-style: inset; border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)); border-image: initial; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } body { direction: ltr; text-align: left; text-size-adjust: 100%; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; background-color: #fff; font-family: Arial,Helvetica,sans-serif; } ._164_b:after, ._164_b:before { content: ""; font-family: olx-icons; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } ._164_b:after, ._164_b:before { content: ""; font-family: olx-icons; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } ._164_b:after, ._164_b:before { content: ""; font-family: olx-icons; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } ._164_b:after, ._164_b:before { content: ""; font-family: olx-icons; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .rui-2zbKc .rui-yDKiM { display: flex; z-index: 2; visibility: hidden; } svg:not(:root) { overflow: hidden; } .rui-2zbKc .rui-D-GoM.rui-33EYo { background: #fff; box-shadow: inset 0 0 0 1px rgb(0 47 52 / 64%); } .rui-2zbKc .rui-D-GoM { display: flex; flex-direction: row; align-items: flex-start; border-radius: 4px; border-style: none; margin: 4px 0; flex-wrap: wrap; position: relative; } user agent stylesheet div { display: block; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } ._3_esG body, ._3_esG button, ._3_esG input, ._3_esG optgroup, ._3_esG select, ._3_esG textarea { font-family: Roboto,Arial,Helvetica,sans-serif; } body { direction: ltr; text-align: left; text-size-adjust: 100%; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; background-color: #fff; font-family: Arial,Helvetica,sans-serif; } element.style { height: 96px; } .rui-2zbKc .rui-1H_PK .rui-1ekfu { padding-right: 80px; } .rui-2zbKc .rui-1ekfu { appearance: none; background: none; border: none; color: #002f34; display: block; font-size: 16px; height: 48px; box-sizing: border-box; outline: none; padding-left: 12px; padding-right: 12px; width: 100%; } ._3_esG body, ._3_esG button, ._3_esG input, ._3_esG optgroup, ._3_esG select, ._3_esG textarea { font-family: Roboto,Arial,Helvetica,sans-serif; } .rui-329KC { padding-bottom: 12px; padding-top: 12px; resize: none; } button, input, optgroup, select, textarea { font-family: Arial,Helvetica,sans-serif; } textarea { overflow: auto; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } user agent stylesheet textarea { -webkit-writing-mode: horizontal-tb !important; text-rendering: auto; color: -internal-light-dark(black, white); letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block; text-align: start; appearance: auto; background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59)); -webkit-rtl-ordering: logical; flex-direction: column; resize: auto; cursor: text; white-space: pre-wrap; overflow-wrap: break-word; column-count: initial !important; margin: 0em; font: 400 13.3333px Arial; border-width: 1px; border-style: solid; border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)); border-image: initial; padding: 2px; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } .rui-QRPFJ { display: flex; margin-right: 12px; margin-top: 12px; pointer-events: none; position: absolute; right: 0; } ._2ytqd { box-sizing: border-box; border-bottom: 1px solid rgba(0,47,52,.2); float: left; height: 0; width: 100%; } .rui-SB2Uw .rui-2SwH7.rui-1JF_2 { width: 100%; margin-left: auto; left: auto; right: auto; } .rui-SB2Uw .rui-2SwH7 { float: left; min-height: 1px; box-sizing: border-box; } .rui-SB2Uw .rui-2SwH7.rui-1JF_2 { width: 100%; margin-left: auto; left: auto; right: auto; } .rui-SB2Uw .rui-2SwH7 { float: left; min-height: 1px; box-sizing: border-box; } ._1Hyzp { padding: 30px 32px; } user agent stylesheet div { display: block; } ._1Hyzp h2, ._3So_y { font-size: 20px; margin: 0 0 15px; font-weight: 700; text-transform: uppercase; } @media only screen and (min-width: 1280px) .TwsK9 { position: relative; } .rui-2zbKc { position: relative; } .rui-2zbKc .rui-D-GoM.rui-33EYo { background: #fff; box-shadow: inset 0 0 0 1px rgb(0 47 52 / 64%); } .rui-2zbKc .rui-D-GoM { display: flex; flex-direction: row; align-items: flex-start; border-radius: 4px; border-style: none; margin: 4px 0; flex-wrap: wrap; position: relative; } .rui-2gVGR { direction: ltr; } .rui-RcLUE { align-items: center; display: flex; width: 100%; } .rui-3sTy6.rui-1umo3 { border-left: none; } .rui-3sTy6, .rui-3sTy6.rui-1umo3 { border-right: 1px solid rgba(0,47,52,.36); } .rui-3sTy6 { color: rgba(0,47,52,.36); height: 32px; line-height: 32px; padding-left: 12px; padding-right: 12px; white-space: nowrap; } .rui-3sTy6 { color: rgba(0,47,52,.36); height: 32px; line-height: 32px; padding-left: 12px; padding-right: 12px; white-space: nowrap; } .rui-3wYvC { flex-grow: 1; } .rui-2zbKc .rui-1ekfu { appearance: none; background: none; border: none; color: #002f34; display: block; font-size: 16px; height: 48px; box-sizing: border-box; outline: none; padding-left: 12px; padding-right: 12px; width: 100%; } ._3_esG body, ._3_esG button, ._3_esG input, ._3_esG optgroup, ._3_esG select, ._3_esG textarea { font-family: Roboto,Arial,Helvetica,sans-serif; } button, input, optgroup, select, textarea { font-family: Arial,Helvetica,sans-serif; } button, input { overflow: visible; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } input[type="text" i] { padding: 1px 2px; } input { -webkit-writing-mode: horizontal-tb !important; text-rendering: auto; color: -internal-light-dark(black, white); letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block; text-align: start; appearance: auto; background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59)); -webkit-rtl-ordering: logical; cursor: text; margin: 0em; font: 400 13.3333px Arial; padding: 1px 2px; border-width: 2px; border-style: inset; border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)); border-image: initial; } .rui-1ckrC.rui-2IRMD { left: auto; right: 0; } .rui-1ckrC { align-items: flex-start; display: flex; height: 16px; margin: 0 12px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); } .rui-SB2Uw .rui-2SwH7 { float: left; min-height: 1px; box-sizing: border-box; } .rui-SB2Uw .rui-2SwH7.rui-1JF_2 { width: 100%; margin-left: auto; left: auto; right: auto; } h2 { display: block; font-size: 1.5em; margin-block-start: 0.83em; margin-block-end: 0.83em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold; } ._2vNUv { display: block; } .q_7hS { margin-right: -10px; box-sizing: border-box; background-color: #fff; transition-duration: .5s; transition-property: height; transition-timing-function: cubic-bezier(0,1,.5,1); } .q_7hS ._3IhNg { display: initial; height: 100%; list-style: none; margin: 0; overflow: auto; padding: 0; } .q_7hS ._24pdo { border-color: #002f34; position: relative; } .q_7hS ._1SuBk { border: 2px solid #9dadb6; box-sizing: border-box; display: inline-block; height: 104px; vertical-align: top; margin: 0 6px 6px 0; width: 104px; } .q_7hS ._24pdo ._36uzR { color: #002f34; } .q_7hS ._1SuBk ._36uzR { align-items: center; cursor: pointer; color: #9dadb6; display: flex; flex-direction: column; height: 100%; justify-content: center; width: 100%; } ._3_esG body, ._3_esG button, ._3_esG input, ._3_esG optgroup, ._3_esG select, ._3_esG textarea { font-family: Roboto,Arial,Helvetica,sans-serif; } [type=reset], [type=submit], button, html [type=button] { -webkit-appearance: button; } .rui-3mpO_.rui-KRXqt:before { transition: opacity .2s ease-in; background-color: #c8f8f6; z-index: -1; } .rui-3mpO_.rui-KRXqt:after, .rui-3mpO_.rui-KRXqt:before { content: ""; width: 100%; height: 100%; opacity: 0; position: absolute; } .rui-3mpO_.rui-KRXqt:before { transition: opacity .2s ease-in; background-color: #c8f8f6; z-index: -1; } .rui-3mpO_.rui-KRXqt:after, .rui-3mpO_.rui-KRXqt:before { content: ""; width: 100%; height: 100%; opacity: 0; position: absolute; } .rui-3mpO_.rui-KRXqt:after { background-image: radial-gradient(circle,#fff 10%,transparent 10.01%); pointer-events: none; background-repeat: no-repeat; background-position: 50%; transform: scale(15); transition: transform .5s,opacity .5s; } .rui-3mpO_.rui-KRXqt:after, .rui-3mpO_.rui-KRXqt:before { content: ""; width: 100%; height: 100%; opacity: 0; position: absolute; } .rui-3mpO_.rui-KRXqt:after { background-image: radial-gradient(circle,#fff 10%,transparent 10.01%); pointer-events: none; background-repeat: no-repeat; background-position: 50%; transform: scale(15); transition: transform .5s,opacity .5s; } .rui-3mpO_.rui-KRXqt:after, .rui-3mpO_.rui-KRXqt:before { content: ""; width: 100%; height: 100%; opacity: 0; position: absolute; } .rui-3mpO_ { display: inline-flex; justify-content: center; align-items: center; border-style: none; background: none; outline: none; cursor: pointer; position: relative; overflow: hidden; text-decoration: none; border-radius: 50%; width: 40px; height: 40px; padding: 0; } button, input, optgroup, select, textarea { font-family: Arial,Helvetica,sans-serif; } button, select { text-transform: none; } button, input { /*overflow: visible;*/ } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } button { user agent stylesheet appearance: auto; -webkit-writing-mode: horizontal-tb !important; text-rendering: auto; color: -internal-light-dark(black, white); letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block; text-align: center; align-items: flex-start; cursor: default; background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59)); box-sizing: border-box; margin: 0em; font: 400 13.3333px Arial; padding: 1px 6px; border-width: 2px; border-style: outset; border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)); border-image: initial; } svg:not(:root) { overflow: hidden; } .rui-15D7A { fill: #002f34; } .rui-15D7A { fill: #002f34; } .q_7hS ._24pdo .e22Bu { color: #002f34; font-size: 14px; text-transform: capitalize; text-align: center; } ._3_esG body, ._3_esG button, ._3_esG input, ._3_esG optgroup, ._3_esG select, ._3_esG textarea { font-family: Roboto,Arial,Helvetica,sans-serif; } button, input, optgroup, select, textarea { font-family: Arial,Helvetica,sans-serif; } button, input { overflow: visible; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } user agent stylesheet input[type="file" i] { appearance: none; background-color: initial; cursor: default; align-items: baseline; color: inherit; text-overflow: ellipsis; white-space: pre; text-align: start !important; padding: initial; border: initial; overflow: hidden !important; } user agent stylesheet input { -webkit-writing-mode: horizontal-tb !important; text-rendering: auto; color: -internal-light-dark(black, white); letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block; text-align: start; appearance: auto; background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59)); -webkit-rtl-ordering: logical; cursor: text; margin: 0em; font: 400 13.3333px Arial; padding: 1px 2px; border-width: 2px; border-style: inset; border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)); border-image: initial; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } ._2ytqd { box-sizing: border-box; border-bottom: 1px solid rgba(0,47,52,.2); float: left; height: 0; width: 100%; } .rui-SB2Uw .rui-2SwH7.rui-1JF_2 { width: 100%; margin-left: auto; left: auto; right: auto; } .rui-SB2Uw .rui-2SwH7 { float: left; min-height: 1px; box-sizing: border-box; } user agent stylesheet div { display: block; } @media only screen and (min-width: 1024px) .rui-SB2Uw .rui-2SwH7.rui-1wY3r { width: 58.3333333333%; margin-left: auto; left: auto; right: auto; } .rui-SB2Uw .rui-2SwH7.rui-1JF_2 { width: 100%; margin-left: auto; left: auto; right: auto; } .rui-SB2Uw .rui-2SwH7 { float: left; min-height: 1px; box-sizing: border-box; } ._1Hyzp { padding: 30px 32px; } ._1Hyzp h2, ._3So_y { font-size: 20px; margin: 0 0 15px; font-weight: 700; text-transform: uppercase; } element.style { box-shadow: none; display: flex; } .rui-1C-sH { margin: 0; padding: 0; width: 100%; list-style: none; display: flex; justify-content: space-between; } user agent stylesheet ul { display: block; list-style-type: disc; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 40px; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } .rui-TGs9f { text-align: center; flex: 1; } .rui-1lpCl.rui-1Vp1s { border-bottom: 5px solid #002f34; color: #002f34; font-weight: 700; } .rui-1lpCl { line-height: 20px; font-size: 14px; font-weight: 400; font-style: normal; font-stretch: normal; color: #002f34; padding: 10px; cursor: pointer; text-transform: uppercase; box-sizing: border-box; height: 41px; border-bottom: 1px solid #dbdbdb; } user agent stylesheet div { display: block; } .rui-TGs9f { text-align: center; flex: 1; } user agent stylesheet li { text-align: -webkit-match-parent; } .rui-2oC5D { display: block; width: 100%; background-color: initial; padding-top: 30px; padding-bottom: 30px; } ._151ij { padding-bottom: 0; padding-top: 0; } user agent stylesheet div { display: block; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } ._161Kt { margin-top: 20px; } ._2ddwI { margin-bottom: 20px; } .rui-2zbKc { position: relative; } .rui-2zbKc label { color: #002f34; display: block; font-size: 14px; line-height: 16px; } .rui-2zbKc .rui-D-GoM.rui-33EYo { background: #fff; box-shadow: inset 0 0 0 1px rgb(0 47 52 / 64%); } .rui-2zbKc .rui-D-GoM { display: flex; flex-direction: row; align-items: flex-start; border-radius: 4px; border-style: none; margin: 4px 0; flex-wrap: wrap; position: relative; } .rui-2zbKc .rui-1H_PK .rui-1ekfu { padding-right: 80px; } .rui-2zbKc .rui-1ekfu { appearance: none; background: none; border: none; color: #002f34; display: block; font-size: 16px; height: 48px; box-sizing: border-box; outline: none; padding-left: 12px; padding-right: 12px; width: 100%; } ._3_esG body, ._3_esG button, ._3_esG input, ._3_esG optgroup, ._3_esG select, ._3_esG textarea { font-family: Roboto,Arial,Helvetica,sans-serif; } .rui-98Wif { cursor: pointer; } button, input, optgroup, select, textarea { font-family: Arial,Helvetica,sans-serif; } button, select { text-transform: none; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } user agent stylesheet select:not(:-internal-list-box) { overflow: visible !important; } user agent stylesheet select { -webkit-writing-mode: horizontal-tb !important; text-rendering: auto; color: -internal-light-dark(black, white); letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block; text-align: start; appearance: auto; box-sizing: border-box; align-items: center; white-space: pre; -webkit-rtl-ordering: logical; background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59)); cursor: default; margin: 0em; font: 400 13.3333px Arial; border-radius: 0px; border-width: 1px; border-style: solid; border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)); border-image: initial; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } option { font-weight: normal; display: block; white-space: nowrap; min-height: 1.2em; padding: 0px 2px 1px; } .rui--e0m_ { align-items: flex-start; display: flex; height: 16px; margin-right: 12px; pointer-events: none; position: absolute; right: 0; top: 50%; transform: translateY(-50%); } .rui-2zbKc .rui-yDKiM { display: flex; z-index: 2; visibility: hidden; } svg:not(:root) { overflow: hidden; } .rui-2AH6h { color: #00a49f; display: flex; margin-left: 8px; z-index: 2; } svg:not(:root) { overflow: hidden; } ._2ytqd { box-sizing: border-box; border-bottom: 1px solid rgba(0,47,52,.2); float: left; height: 0; width: 100%; } .rui-SB2Uw .rui-2SwH7.rui-1JF_2 { width: 100%; margin-left: auto; left: auto; right: auto; } .rui-SB2Uw .rui-2SwH7 { float: left; min-height: 1px; box-sizing: border-box; } user agent stylesheet div { display: block; } ._1Hyzp { padding: 30px 32px; } .rui-3sH3b.rui-2yJ_A.rui-1cDvO { background-color: #d8dfe0; color: #7f9799; border-color: #d8dfe0; } .rui-3sH3b.rui-2yJ_A { color: #fff; background-color: #002f34; border-radius: 4px; border: 5px solid #002f34; padding: 0 7px; } .rui-3sH3b.rui-1cDvO { cursor: not-allowed; } .rui-3sH3b.rui-1zK8h { font-size: 16px; height: 48px; } ._3_esG body, ._3_esG button, ._3_esG input, ._3_esG optgroup, ._3_esG select, ._3_esG textarea { font-family: Roboto,Arial,Helvetica,sans-serif; } [type=reset], [type=submit], button, html [type=button] { -webkit-appearance: button; } @media only screen and (min-width: 1024px) ._3bFmz { width: auto; } ._3bFmz { width: 100%; } .rui-3sH3b { display: inline-flex; justify-content: center; align-items: center; box-sizing: border-box; border-style: none; background: none; outline: none; text-transform: uppercase; font-weight: 700; cursor: pointer; padding: 0 12px; position: relative; overflow: hidden; line-height: normal; text-decoration: none; } button, input, optgroup, select, textarea { font-family: Arial,Helvetica,sans-serif; } button, select { text-transform: none; } button, input { overflow: visible; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } button { appearance: auto; -webkit-writing-mode: horizontal-tb !important; text-rendering: auto; color: -internal-light-dark(black, white); letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block; text-align: center; align-items: flex-start; cursor: default; background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59)); box-sizing: border-box; margin: 0em; font: 400 13.3333px Arial; padding: 1px 6px; border-width: 2px; border-style: outset; border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)); border-image: initial; } ul { display: block; list-style-type: disc; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 40px; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } .q_7hS ._3IhNg { display: initial; height: 100%; list-style: none; margin: 0; overflow: auto; padding: 0; } path[Attributes Style] { d: path("M 861.099 667.008 v 78.08 h 77.568 v 77.653 h -77.568 v 77.141 h -77.568 v -77.184 h -77.611 v -77.611 h 77.611 v -78.08 h 77.568 Z M 617.515 124.16 l 38.784 116.437 h 165.973 l 38.827 38.827 v 271.659 l -38.827 38.357 l -38.741 -38.4 v -232.832 h -183.125 l -38.784 -116.48 h -176.853 l -38.784 116.48 h -183.083 v 426.923 h 426.667 l 38.784 38.357 l -38.784 39.253 h -465.493 l -38.741 -38.869 v -504.491 l 38.784 -38.827 h 165.973 l 38.827 -116.437 h 288.597 Z M 473.216 318.208 c 106.837 0 193.92 86.955 193.92 194.048 c 0 106.923 -87.04 194.091 -193.92 194.091 s -193.963 -87.168 -193.963 -194.091 c 0 -107.093 87.083 -194.048 193.963 -194.048 Z M 473.216 395.861 c -64.213 0 -116.352 52.181 -116.352 116.395 c 0 64.256 52.139 116.437 116.352 116.437 c 64.171 0 116.352 -52.181 116.352 -116.437 c 0 -64.213 -52.181 -116.437 -116.352 -116.437 Z"); } :not(svg) { transform-origin: 0px 0px; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } .q_7hS ._1SuBk ._36uzR { align-items: center; cursor: pointer; color: #9dadb6; display: flex; flex-direction: column; height: 100%; justify-content: center; width: 100%; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } body { direction: ltr; text-align: left; text-size-adjust: 100%; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; background-color: #fff; font-family: Arial,Helvetica,sans-serif; } .rui-1YGxp { fill: #7f9799; } html { font-family: sans-serif; line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } .rui-3sH3b.rui-2yJ_A:after, .rui-3sH3b.rui-3K5JC:after { content: ""; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; pointer-events: none; background-repeat: no-repeat; background-position: 50%; transform: scale(25); opacity: 0; transition: transform 1s,opacity 1s; } .rui-3sH3b.rui-2yJ_A:after { background-image: radial-gradient(circle,hsla(0,0%,100%,.2) 10%,transparent 10.01%); } .q_7hS ._3IhNg { display: initial; height: 100%; list-style: none; margin: 0; overflow: auto; padding: 0; } ul { display: block; list-style-type: disc; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 40px; } ._1mplE { box-sizing: border-box; display: inline-block; height: 104px; margin: 0 6px 6px 0; overflow: hidden; padding: 0; position: relative; vertical-align: top; width: 104px; } li[Attributes Style] { -webkit-user-drag: element; user-select: none; } user agent stylesheet li { display: list-item; text-align: -webkit-match-parent; } ._20pqz, ._3BJtT { width: 100%; height: 100%; } div { display: block; } .__web-inspector-hide-shortcut__, .__web-inspector-hide-shortcut__ *, .__web-inspector-hidebefore-shortcut__::before, .__web-inspector-hideafter-shortcut__::after { visibility: hidden !important; } div { display: block; } ._1mplE ._2J7t4 { top: 0; left: 0; right: 0; bottom: 0; z-index: 1; width: 100%; height: 100%; display: table; text-align: center; position: absolute; } element.style { background-image: url(blob:https://www.olx.in/21cec743-7d15-4ccd-905d-a43f8d6ba7d5); } user agent stylesheet div { display: block; } user agent stylesheet li { text-align: -webkit-match-parent; } element.style { background-image: url(blob:https://www.olx.in/a197c05b-ea28-41a3-9028-db4f6161d15c); } ul { list-style-type: disc; } ._3FF3q { -webkit-tap-highlight-color: transparent; touch-action: manipulation; color: #002f34; } ._20pqz { cursor: move; overflow: hidden; background-size: cover; background-position: 50%; background-repeat: no-repeat; } user agent stylesheet div { display: block; } user agent stylesheet li { text-align: -webkit-match-parent; } ._3xLSL { cursor: pointer; } overflow: hidden; } user agent stylesheet svg:not(:root) { overflow: hidden; } svg[Attributes Style] { width: 24px; height: 24px; fill-rule: evenodd; } .rui-77aaa { fill: #002f34; }
0.444083
0.098903
body { font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif; background: #D9DFE6; } a:hover { text-decoration: none; } header { background: #1a2229; position: fixed; color: #FFF; top: 0; left: 0; right: 0; z-index: 1020; margin-bottom: 0; transition: box-shadow .2s linear; padding: 5px; height: 50px; } header .logo { width: 70px; } header a { color: #a8acb1; font-size: 14px; text-decoration: none; } header a:hover { color: #a8acb1; } header .navbar-nav{ margin: 7px 10px 0 0; } footer { position: fixed;bottom: 0; width: 100%; background: #2d353c; color: #FFF; font-size: 10px; padding-left: 5px; } .main-container { margin-top: 25px; padding: 0; display:flex; /*border:1px solid #CCC; height: 90vh;*/ } .side-bar { position: fixed; top: 50px; left: 0; width: 230px; background: #2d353c; height: 100%; overflow-y: scroll; } .side-bar a { color: #a8acb1; padding: 10px; display: block; } .side-bar a:hover { color: #FFF; } .side-bar li { font-size: 13px; } .side-bar li.active{ background: linear-gradient(to bottom, rgba(0,210,210,1) 0%,rgba(0,172,172,1) 100%); } .side-bar li.active .sub-nav { background: #2d353c; padding-bottom: 5px; } .side-bar li.active a { color: #FFF; } .side-bar li.active .sub-nav a{ color: #a8acb1; } .sub-nav { display: none; } .sub-nav li { list-style: none; border-left: 1px solid #636363; } .sub-nav li:last-of-type a { padding-bottom: 0; } .sub-nav li::before { content: '\2192'; color: #636363; float: left; margin-top: 4px; font-size: 20px; margin-left: -4px; } .sub-nav.active { display: block; } .sub-nav a.active { font-weight: bold; color: #FFF !important; } .body-container { position: fixed; top: 50px; left: 230px; height: 100%; padding: 10px; background: #D9DFE6; } .body-container-header { padding-bottom: 10px; border-bottom: 1px solid #cacaca; } .body-container-header h2 { font-size: 24px; padding: 0; border: none; font-weight: 500; } .body-container .content{ background: #FFF; margin-top: 10px; padding: 10px 0px; } .body-container-header .sub-title { font-size: 12px; } .login-container { padding: 40px; width: 400px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: #f3f3f3; border-radius: 20px; box-shadow: 1px 1px 1px 1px #CCC; } .sub-heading { border-bottom: 1px solid #CCC; padding-bottom: 10px; } #page-loader { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: #E6E8EC; z-index: 9999 } .spinner { -webkit-animation: rotation .6s infinite linear; animation: rotation .6s infinite linear; height: 40px; width: 40px; position: absolute; top: 50%; left: 50%; margin: -20px 0 0 -20px; border: 2px solid rgba(0,0,0,.5); border-top: 2px solid #fff; border-radius: 100%; } .body-container .content .table .btn { border-radius: 100%; }
assets/style.css
body { font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif; background: #D9DFE6; } a:hover { text-decoration: none; } header { background: #1a2229; position: fixed; color: #FFF; top: 0; left: 0; right: 0; z-index: 1020; margin-bottom: 0; transition: box-shadow .2s linear; padding: 5px; height: 50px; } header .logo { width: 70px; } header a { color: #a8acb1; font-size: 14px; text-decoration: none; } header a:hover { color: #a8acb1; } header .navbar-nav{ margin: 7px 10px 0 0; } footer { position: fixed;bottom: 0; width: 100%; background: #2d353c; color: #FFF; font-size: 10px; padding-left: 5px; } .main-container { margin-top: 25px; padding: 0; display:flex; /*border:1px solid #CCC; height: 90vh;*/ } .side-bar { position: fixed; top: 50px; left: 0; width: 230px; background: #2d353c; height: 100%; overflow-y: scroll; } .side-bar a { color: #a8acb1; padding: 10px; display: block; } .side-bar a:hover { color: #FFF; } .side-bar li { font-size: 13px; } .side-bar li.active{ background: linear-gradient(to bottom, rgba(0,210,210,1) 0%,rgba(0,172,172,1) 100%); } .side-bar li.active .sub-nav { background: #2d353c; padding-bottom: 5px; } .side-bar li.active a { color: #FFF; } .side-bar li.active .sub-nav a{ color: #a8acb1; } .sub-nav { display: none; } .sub-nav li { list-style: none; border-left: 1px solid #636363; } .sub-nav li:last-of-type a { padding-bottom: 0; } .sub-nav li::before { content: '\2192'; color: #636363; float: left; margin-top: 4px; font-size: 20px; margin-left: -4px; } .sub-nav.active { display: block; } .sub-nav a.active { font-weight: bold; color: #FFF !important; } .body-container { position: fixed; top: 50px; left: 230px; height: 100%; padding: 10px; background: #D9DFE6; } .body-container-header { padding-bottom: 10px; border-bottom: 1px solid #cacaca; } .body-container-header h2 { font-size: 24px; padding: 0; border: none; font-weight: 500; } .body-container .content{ background: #FFF; margin-top: 10px; padding: 10px 0px; } .body-container-header .sub-title { font-size: 12px; } .login-container { padding: 40px; width: 400px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: #f3f3f3; border-radius: 20px; box-shadow: 1px 1px 1px 1px #CCC; } .sub-heading { border-bottom: 1px solid #CCC; padding-bottom: 10px; } #page-loader { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: #E6E8EC; z-index: 9999 } .spinner { -webkit-animation: rotation .6s infinite linear; animation: rotation .6s infinite linear; height: 40px; width: 40px; position: absolute; top: 50%; left: 50%; margin: -20px 0 0 -20px; border: 2px solid rgba(0,0,0,.5); border-top: 2px solid #fff; border-radius: 100%; } .body-container .content .table .btn { border-radius: 100%; }
0.422147
0.097262
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: inherit; font-size: 100%; vertical-align: baseline; } /* line 22, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ html { line-height: 1; } /* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ ol, ul { list-style: none; } /* line 26, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 28, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } /* line 30, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ q, blockquote { quotes: none; } /* line 103, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } /* line 32, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ a img { border: none; } /* line 116, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } /* line 19, ../sass/screen.scss */ body, html { width: 100%; height: 100%; } /* line 24, ../sass/screen.scss */ html, input { font-family: 'Open Sans'; } /* line 28, ../sass/screen.scss */ * { box-sizing: border-box; } /* line 34, ../sass/screen.scss */ h1 { color: white; vertical-align: middle; line-height: 60px; font-size: 1.5em; text-align: center; font-family: "montserrat"; } /* line 43, ../sass/screen.scss */ h2 { color: white; vertical-align: middle; line-height: 60px; font-size: 1em; text-align: center; font-family: "montserrat"; } /* line 52, ../sass/screen.scss */ .nav-tab { padding: 0 10px; } /* line 56, ../sass/screen.scss */ .main, .nav { width: 100%; } /* line 60, ../sass/screen.scss */ .main-container, .nav-container { height: 100%; margin: auto; width: 100%; } /* line 62, ../sass/screen.scss */ .main-container > div, .nav-container > div { float: left; } /* line 76, ../sass/screen.scss */ .nav { height: 60px; background-color: #82aacf; border-bottom: solid 4px #6a99c6; } /* line 82, ../sass/screen.scss */ .nav-left { width: 25%; border-right: solid 1px #5189bc; } /* line 87, ../sass/screen.scss */ .nav-mid { width: 65%; } /* line 91, ../sass/screen.scss */ .nav-right { border-left: solid 1px #5189bc; width: 35%; } /* line 96, ../sass/screen.scss */ .nav-tab { height: 100%; } /* line 100, ../sass/screen.scss */ .main { height: 100%; } /* line 104, ../sass/screen.scss */ .col { height: 100%; } /* line 108, ../sass/screen.scss */ .col-left { width: 25%; } /* line 113, ../sass/screen.scss */ .col-mid { width: 65%; } /* line 117, ../sass/screen.scss */ .col-right { width: 35%; } /* line 121, ../sass/screen.scss */ .search-results { overflow-y: scroll; height: 100%; } /* line 127, ../sass/screen.scss */ .search-box { background-color: #eee; height: 50px; width: 100%; line-height: 50px; padding: 0 5%; } /* line 135, ../sass/screen.scss */ .search-input:focus { color: #6a99c6; border-bottom: solid 2px #6a99c6; } /* line 140, ../sass/screen.scss */ .search-input { background: none; border-top: none; border-left: none; border-right: none; border-bottom: solid 2px #ccc; outline: none; min-width: 80%; width: 300px; color: #999999; font-size: 1.5em; vertical-align: middle; padding-left: 10px; } /* line 155, ../sass/screen.scss */ .search-icon { width: 24px; height: 24px; max-width: 10%; vertical-align: middle; background-size: cover; display: inline-block; } /* line 164, ../sass/screen.scss */ .search-icon:not(.focus) { background-image: url("/images/search-light.png"); } /* line 168, ../sass/screen.scss */ .search-icon.focus { background-image: url("/images/search-blue.png"); } /* line 172, ../sass/screen.scss */ .result { padding-top: 10px; } /* line 176, ../sass/screen.scss */ .description > * { display: inline-block; height: 100%; vertical-align: middle; } /* line 182, ../sass/screen.scss */ .description { line-height: 2em; } /* line 190, ../sass/screen.scss */ .title-box { padding-left: 10%; width: 80%; } /* line 195, ../sass/screen.scss */ .title-box > * { display: inline; } /* line 199, ../sass/screen.scss */ h3 { font-size: 2em; font-weight: 200; } /* line 204, ../sass/screen.scss */ label { font-size: .75em; color: #999; font-weight: bold; vertical-align: top; } /* line 211, ../sass/screen.scss */ .plus { max-width: 20%; font-size: 3em; font-weight: bold; color: #99c601; } /* line 218, ../sass/screen.scss */ .searching { line-height: 80px; vertical-align: middle; font-size: 2em; color: #999; background-color: #fafafa; font-weight: bold; text-align: center; } /* line 228, ../sass/screen.scss */ .search-result { min-height: 80px; } /* line 232, ../sass/screen.scss */ .add-new { background-color: #f0b593; color: white; } /* line 237, ../sass/screen.scss */ .add-row { height: 100%; } /* line 239, ../sass/screen.scss */ .add-row h3 { display: inline-block; font-weight: bold; width: 80%; line-height: 80px; vertical-align: middle; padding-left: 10%; } /* line 247, ../sass/screen.scss */ .add-row .plus { display: inline-block; line-height: 80px; vertical-align: middle; color: white; } /* line 255, ../sass/screen.scss */ .add-input-row { width: 100%; min-height: 50px; } /* line 260, ../sass/screen.scss */ .form-box { width: 100%; min-height: 50px; } /* line 265, ../sass/screen.scss */ .add-tray { text-align: center; background-color: #cbe39e; line-height: 50px; font-size: 1.5em; color: white; vertical-align: middle; } /* line 274, ../sass/screen.scss */ .text-input { background: none; border-top: none; border-left: none; border-right: none; outline: none; width: 90%; margin: 15px 5%; font-size: 1.25em; vertical-align: middle; padding-left: 10px; color: #c2a24c; border-bottom: #c2a24c; } /* line 289, ../sass/screen.scss */ .text-input:focus { color: #695624; border-bottom: solid 2px #695624; } /* line 294, ../sass/screen.scss */ .add-input { font-size: 1em; background: none; border-top: none; border-left: none; border-right: none; outline: none; width: 90%; margin: 15px 5%; font-size: 1.25em; vertical-align: middle; padding-left: 10px; color: #fff; border-bottom: solid 2px #fff; } /* line 310, ../sass/screen.scss */ .add-input::-webkit-input-placeholder { color: white; } /* line 314, ../sass/screen.scss */ .add-input:-moz-placeholder { /* Firefox 18- */ color: white; } /* line 318, ../sass/screen.scss */ .add-input::-moz-placeholder { /* Firefox 19+ */ color: white; } /* line 322, ../sass/screen.scss */ .add-input:-ms-input-placeholder { color: white; } /* line 326, ../sass/screen.scss */ .add-submit { padding: 20px; text-align: center; font-size: 1em; font-family: 'montserrat'; } /* line 333, ../sass/screen.scss */ .ingredient-row { min-height: 50px; width: 100%; } /* line 338, ../sass/screen.scss */ .ingredient-row.title { color: #444; line-height: 50px; height: 50px; width: 100%; text-align: center; vertical-align: middle; font-size: 2em; } /* line 348, ../sass/screen.scss */ .ingredient-input { font-size: 1em; background: none; border-top: none; border-left: none; border-right: none; outline: none; width: 70%; margin: 15px 5%; font-size: 1.25em; vertical-align: middle; padding-left: 10px; color: #aaa; border-bottom: solid 2px #aaa; display: inline-block; } /* line 365, ../sass/screen.scss */ .ingredient-input:focus { color: #444; border-bottom: solid 2px #444; } /* line 370, ../sass/screen.scss */ .minus { display: inline-block; background-image: url("/images/trash.png"); background-size: cover; width: 30px; height: 30px; } /* line 378, ../sass/screen.scss */ .hide { display: none; visibility: hidden; } /* line 383, ../sass/screen.scss */ .tray-num { background-color: #eee; } /* line 387, ../sass/screen.scss */ .tray-name { background-color: #f5f2ba; }
public/css/screen.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } /* line 22, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ html { line-height: 1; } /* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ ol, ul { list-style: none; } /* line 26, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 28, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } /* line 30, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ q, blockquote { quotes: none; } /* line 103, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } /* line 32, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ a img { border: none; } /* line 116, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } /* line 19, ../sass/screen.scss */ body, html { width: 100%; height: 100%; } /* line 24, ../sass/screen.scss */ html, input { font-family: 'Open Sans'; } /* line 28, ../sass/screen.scss */ * { box-sizing: border-box; } /* line 34, ../sass/screen.scss */ h1 { color: white; vertical-align: middle; line-height: 60px; font-size: 1.5em; text-align: center; font-family: "montserrat"; } /* line 43, ../sass/screen.scss */ h2 { color: white; vertical-align: middle; line-height: 60px; font-size: 1em; text-align: center; font-family: "montserrat"; } /* line 52, ../sass/screen.scss */ .nav-tab { padding: 0 10px; } /* line 56, ../sass/screen.scss */ .main, .nav { width: 100%; } /* line 60, ../sass/screen.scss */ .main-container, .nav-container { height: 100%; margin: auto; width: 100%; } /* line 62, ../sass/screen.scss */ .main-container > div, .nav-container > div { float: left; } /* line 76, ../sass/screen.scss */ .nav { height: 60px; background-color: #82aacf; border-bottom: solid 4px #6a99c6; } /* line 82, ../sass/screen.scss */ .nav-left { width: 25%; border-right: solid 1px #5189bc; } /* line 87, ../sass/screen.scss */ .nav-mid { width: 65%; } /* line 91, ../sass/screen.scss */ .nav-right { border-left: solid 1px #5189bc; width: 35%; } /* line 96, ../sass/screen.scss */ .nav-tab { height: 100%; } /* line 100, ../sass/screen.scss */ .main { height: 100%; } /* line 104, ../sass/screen.scss */ .col { height: 100%; } /* line 108, ../sass/screen.scss */ .col-left { width: 25%; } /* line 113, ../sass/screen.scss */ .col-mid { width: 65%; } /* line 117, ../sass/screen.scss */ .col-right { width: 35%; } /* line 121, ../sass/screen.scss */ .search-results { overflow-y: scroll; height: 100%; } /* line 127, ../sass/screen.scss */ .search-box { background-color: #eee; height: 50px; width: 100%; line-height: 50px; padding: 0 5%; } /* line 135, ../sass/screen.scss */ .search-input:focus { color: #6a99c6; border-bottom: solid 2px #6a99c6; } /* line 140, ../sass/screen.scss */ .search-input { background: none; border-top: none; border-left: none; border-right: none; border-bottom: solid 2px #ccc; outline: none; min-width: 80%; width: 300px; color: #999999; font-size: 1.5em; vertical-align: middle; padding-left: 10px; } /* line 155, ../sass/screen.scss */ .search-icon { width: 24px; height: 24px; max-width: 10%; vertical-align: middle; background-size: cover; display: inline-block; } /* line 164, ../sass/screen.scss */ .search-icon:not(.focus) { background-image: url("/images/search-light.png"); } /* line 168, ../sass/screen.scss */ .search-icon.focus { background-image: url("/images/search-blue.png"); } /* line 172, ../sass/screen.scss */ .result { padding-top: 10px; } /* line 176, ../sass/screen.scss */ .description > * { display: inline-block; height: 100%; vertical-align: middle; } /* line 182, ../sass/screen.scss */ .description { line-height: 2em; } /* line 190, ../sass/screen.scss */ .title-box { padding-left: 10%; width: 80%; } /* line 195, ../sass/screen.scss */ .title-box > * { display: inline; } /* line 199, ../sass/screen.scss */ h3 { font-size: 2em; font-weight: 200; } /* line 204, ../sass/screen.scss */ label { font-size: .75em; color: #999; font-weight: bold; vertical-align: top; } /* line 211, ../sass/screen.scss */ .plus { max-width: 20%; font-size: 3em; font-weight: bold; color: #99c601; } /* line 218, ../sass/screen.scss */ .searching { line-height: 80px; vertical-align: middle; font-size: 2em; color: #999; background-color: #fafafa; font-weight: bold; text-align: center; } /* line 228, ../sass/screen.scss */ .search-result { min-height: 80px; } /* line 232, ../sass/screen.scss */ .add-new { background-color: #f0b593; color: white; } /* line 237, ../sass/screen.scss */ .add-row { height: 100%; } /* line 239, ../sass/screen.scss */ .add-row h3 { display: inline-block; font-weight: bold; width: 80%; line-height: 80px; vertical-align: middle; padding-left: 10%; } /* line 247, ../sass/screen.scss */ .add-row .plus { display: inline-block; line-height: 80px; vertical-align: middle; color: white; } /* line 255, ../sass/screen.scss */ .add-input-row { width: 100%; min-height: 50px; } /* line 260, ../sass/screen.scss */ .form-box { width: 100%; min-height: 50px; } /* line 265, ../sass/screen.scss */ .add-tray { text-align: center; background-color: #cbe39e; line-height: 50px; font-size: 1.5em; color: white; vertical-align: middle; } /* line 274, ../sass/screen.scss */ .text-input { background: none; border-top: none; border-left: none; border-right: none; outline: none; width: 90%; margin: 15px 5%; font-size: 1.25em; vertical-align: middle; padding-left: 10px; color: #c2a24c; border-bottom: #c2a24c; } /* line 289, ../sass/screen.scss */ .text-input:focus { color: #695624; border-bottom: solid 2px #695624; } /* line 294, ../sass/screen.scss */ .add-input { font-size: 1em; background: none; border-top: none; border-left: none; border-right: none; outline: none; width: 90%; margin: 15px 5%; font-size: 1.25em; vertical-align: middle; padding-left: 10px; color: #fff; border-bottom: solid 2px #fff; } /* line 310, ../sass/screen.scss */ .add-input::-webkit-input-placeholder { color: white; } /* line 314, ../sass/screen.scss */ .add-input:-moz-placeholder { /* Firefox 18- */ color: white; } /* line 318, ../sass/screen.scss */ .add-input::-moz-placeholder { /* Firefox 19+ */ color: white; } /* line 322, ../sass/screen.scss */ .add-input:-ms-input-placeholder { color: white; } /* line 326, ../sass/screen.scss */ .add-submit { padding: 20px; text-align: center; font-size: 1em; font-family: 'montserrat'; } /* line 333, ../sass/screen.scss */ .ingredient-row { min-height: 50px; width: 100%; } /* line 338, ../sass/screen.scss */ .ingredient-row.title { color: #444; line-height: 50px; height: 50px; width: 100%; text-align: center; vertical-align: middle; font-size: 2em; } /* line 348, ../sass/screen.scss */ .ingredient-input { font-size: 1em; background: none; border-top: none; border-left: none; border-right: none; outline: none; width: 70%; margin: 15px 5%; font-size: 1.25em; vertical-align: middle; padding-left: 10px; color: #aaa; border-bottom: solid 2px #aaa; display: inline-block; } /* line 365, ../sass/screen.scss */ .ingredient-input:focus { color: #444; border-bottom: solid 2px #444; } /* line 370, ../sass/screen.scss */ .minus { display: inline-block; background-image: url("/images/trash.png"); background-size: cover; width: 30px; height: 30px; } /* line 378, ../sass/screen.scss */ .hide { display: none; visibility: hidden; } /* line 383, ../sass/screen.scss */ .tray-num { background-color: #eee; } /* line 387, ../sass/screen.scss */ .tray-name { background-color: #f5f2ba; }
0.274643
0.059894
.titulo { text-align: center; } .login { margin: auto; width: 50%; max-width: 900px; background: #f3f3f3; padding: 30px; border: 1px solid rgba(0,0,0,0.2); } .titulo2 { text-align: center; margin-bottom: 20px; color: rgba(0,0,0,0.5); } .caja { display: block; padding: 10px; width: 90%; margin: 30px,0; font-size: 20px; } .boton { font-size: 20px; width: 100%; background: #CCEEFF; color: black; padding: 14px 20px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer; } .boton1 { float: right; font-size: 16px; background: #CCEEFF; color: black; padding: 14px 20px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer; } .menu { list-style-type: none; margin: 0; padding: 0; width: 200px; background-color:#f1f1f1; height: auto; float: left; } .men .al { display: block; color: #000; padding: 8px 16px; } .men .al:hover { background-color: #555; color: white; } .registro { margin: auto; width: 50%; max-width: 4000px; background: #f3f3f3; padding: 30px; border: 1px solid rgba(0,0,0,0.2); } .alert{ display: block; color: white; width: 50%; padding: 8px 16px; margin-left: auto; margin-right: auto; background: red; text-align: center; } * { box-sizing: border-box; } body { font-family: Arial, Helvetica, sans-serif; } /* Container for flexboxes */ .set { display: -webkit-flex; display: flex; } article { -webkit-flex: 3; -ms-flex: 3; flex: 3; background-color: #f1f1f1; padding: 10px; } /* Style the footer */ footer { background-color: #777; padding: 10px; text-align: center; color: white; } /* Responsive layout - makes the menu and the content (inside the section) sit on top of each other instead of next to each other */ @media (max-width: 500px) { .set { -webkit-flex-direction: column; flex-direction: column; } } .titulo2{ text-align: center; } .titulo3{ color: black; text-align: center; } .lave{ float: left; } .la{ margin-left: 20px; }
public/css/estilos.css
.titulo { text-align: center; } .login { margin: auto; width: 50%; max-width: 900px; background: #f3f3f3; padding: 30px; border: 1px solid rgba(0,0,0,0.2); } .titulo2 { text-align: center; margin-bottom: 20px; color: rgba(0,0,0,0.5); } .caja { display: block; padding: 10px; width: 90%; margin: 30px,0; font-size: 20px; } .boton { font-size: 20px; width: 100%; background: #CCEEFF; color: black; padding: 14px 20px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer; } .boton1 { float: right; font-size: 16px; background: #CCEEFF; color: black; padding: 14px 20px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer; } .menu { list-style-type: none; margin: 0; padding: 0; width: 200px; background-color:#f1f1f1; height: auto; float: left; } .men .al { display: block; color: #000; padding: 8px 16px; } .men .al:hover { background-color: #555; color: white; } .registro { margin: auto; width: 50%; max-width: 4000px; background: #f3f3f3; padding: 30px; border: 1px solid rgba(0,0,0,0.2); } .alert{ display: block; color: white; width: 50%; padding: 8px 16px; margin-left: auto; margin-right: auto; background: red; text-align: center; } * { box-sizing: border-box; } body { font-family: Arial, Helvetica, sans-serif; } /* Container for flexboxes */ .set { display: -webkit-flex; display: flex; } article { -webkit-flex: 3; -ms-flex: 3; flex: 3; background-color: #f1f1f1; padding: 10px; } /* Style the footer */ footer { background-color: #777; padding: 10px; text-align: center; color: white; } /* Responsive layout - makes the menu and the content (inside the section) sit on top of each other instead of next to each other */ @media (max-width: 500px) { .set { -webkit-flex-direction: column; flex-direction: column; } } .titulo2{ text-align: center; } .titulo3{ color: black; text-align: center; } .lave{ float: left; } .la{ margin-left: 20px; }
0.32896
0.068506
.aquaOrchid1, .hover_aquaOrchid1:hover, .active_aquaOrchid1:active { -webkit-box-shadow: 0 0.63em 0.75em rgba(240, 205, 242, .39), inset 0 -0.5em 0.9em 0 #ffffff, inset 0 -0.5em 0em 0.65em rgb(244, 147, 249), inset 0 0em 0.5em 2em rgb(255, 255, 255); -moz-box-shadow: 0 0.63em 0.75em rgba(240, 205, 242, .39), inset 0 -0.5em 0.9em 0 #ffffff, inset 0 -0.5em 0em 0.65em rgb(244, 147, 249), inset 0 0em 0.5em 2em rgb(255, 255, 255); box-shadow: 0 0.63em 0.75em rgba(240, 205, 242, .39), inset 0 -0.5em 0.9em 0 #ffffff, inset 0 -0.5em 0em 0.65em rgb(244, 147, 249), inset 0 0em 0.5em 2em rgb(255, 255, 255); } .aquaOrchid1h, .hover_aquaOrchid1h:hover, .active_aquaOrchid1h:active { -webkit-box-shadow:0 0.63em 1em rgba(246, 225, 247, .55), inset 0 -0.5em 0.9em 0 #ffffff, inset 0 -0.5em 0em 0.65em #fdf5fd, inset 0 0em 0.5em 2em #ffffff; -moz-box-shadow:0 0.63em 1em rgba(246, 225, 247, .55), inset 0 -0.5em 0.9em 0 #ffffff, inset 0 -0.5em 0em 0.65em #fdf5fd, inset 0 0em 0.5em 2em #ffffff; box-shadow:0 0.63em 1em rgba(246, 225, 247, .55), inset 0 -0.5em 0.9em 0 #ffffff, inset 0 -0.5em 0em 0.65em #fdf5fd, inset 0 0em 0.5em 2em #ffffff; } .aquaOrchid1a, .hover_aquaOrchid1a:hover, .active_aquaOrchid1a:active { /*background: #db76d8;*/ -webkit-box-shadow:0 0.63em 1em rgba(235, 156, 240, .55), inset 0 -0.5em 0.9em 0 #ffffff, inset 0 -0.5em 0em 0.65em #f7c0f9, inset 0 0em 0.5em 2em #ffffff; -moz-box-shadow:0 0.63em 1em rgba(235, 156, 240, .55), inset 0 -0.5em 0.9em 0 #ffffff, inset 0 -0.5em 0em 0.65em #f7c0f9, inset 0 0em 0.5em 2em #ffffff; box-shadow:0 0.63em 1em rgba(235, 156, 240, .55), inset 0 -0.5em 0.9em 0 #ffffff, inset 0 -0.5em 0em 0.65em #f7c0f9, inset 0 0em 0.5em 2em #ffffff; } /* ------------------------------ color settings ----------------------------*/ .color_aquaOrchid1, .hover_color_aquaOrchid1:hover, .active_color_aquaOrchid1:active { color: #282828; } .color_aquaOrchid1h, .hover_color_aquaOrchid1h:hover, .active_color_aquaOrchid1h:active { color: #282828; } .color_aquaOrchid1a, .hover_color_aquaOrchid1a:hover, .active_color_aquaOrchid1a:active { color: #282828; } /* -------------------------- border settings --------------------------------*/ .border_aquaOrchid1, .hover_border_aquaOrchid1:hover, .active_border_aquaOrchid1:active { border-color: #db76d8 #db76d8 #db76d8 #db76d8; } .border_aquaOrchid1h, .hover_border_aquaOrchid1h:hover, .active_border_aquaOrchid1h:active { border-color: #db76d8 #db76d8 #db76d8 #db76d8; } .border_aquaOrchid1a, .hover_border_aquaOrchid1a:hover, .active_border_aquaOrchid1a:active { border-color: #db76d8 #db76d8 #db76d8 #db76d8; }
widgets/common/assets/shadows/aqua/aquaOrchid/aquaOrchid1.css
.aquaOrchid1, .hover_aquaOrchid1:hover, .active_aquaOrchid1:active { -webkit-box-shadow: 0 0.63em 0.75em rgba(240, 205, 242, .39), inset 0 -0.5em 0.9em 0 #ffffff, inset 0 -0.5em 0em 0.65em rgb(244, 147, 249), inset 0 0em 0.5em 2em rgb(255, 255, 255); -moz-box-shadow: 0 0.63em 0.75em rgba(240, 205, 242, .39), inset 0 -0.5em 0.9em 0 #ffffff, inset 0 -0.5em 0em 0.65em rgb(244, 147, 249), inset 0 0em 0.5em 2em rgb(255, 255, 255); box-shadow: 0 0.63em 0.75em rgba(240, 205, 242, .39), inset 0 -0.5em 0.9em 0 #ffffff, inset 0 -0.5em 0em 0.65em rgb(244, 147, 249), inset 0 0em 0.5em 2em rgb(255, 255, 255); } .aquaOrchid1h, .hover_aquaOrchid1h:hover, .active_aquaOrchid1h:active { -webkit-box-shadow:0 0.63em 1em rgba(246, 225, 247, .55), inset 0 -0.5em 0.9em 0 #ffffff, inset 0 -0.5em 0em 0.65em #fdf5fd, inset 0 0em 0.5em 2em #ffffff; -moz-box-shadow:0 0.63em 1em rgba(246, 225, 247, .55), inset 0 -0.5em 0.9em 0 #ffffff, inset 0 -0.5em 0em 0.65em #fdf5fd, inset 0 0em 0.5em 2em #ffffff; box-shadow:0 0.63em 1em rgba(246, 225, 247, .55), inset 0 -0.5em 0.9em 0 #ffffff, inset 0 -0.5em 0em 0.65em #fdf5fd, inset 0 0em 0.5em 2em #ffffff; } .aquaOrchid1a, .hover_aquaOrchid1a:hover, .active_aquaOrchid1a:active { /*background: #db76d8;*/ -webkit-box-shadow:0 0.63em 1em rgba(235, 156, 240, .55), inset 0 -0.5em 0.9em 0 #ffffff, inset 0 -0.5em 0em 0.65em #f7c0f9, inset 0 0em 0.5em 2em #ffffff; -moz-box-shadow:0 0.63em 1em rgba(235, 156, 240, .55), inset 0 -0.5em 0.9em 0 #ffffff, inset 0 -0.5em 0em 0.65em #f7c0f9, inset 0 0em 0.5em 2em #ffffff; box-shadow:0 0.63em 1em rgba(235, 156, 240, .55), inset 0 -0.5em 0.9em 0 #ffffff, inset 0 -0.5em 0em 0.65em #f7c0f9, inset 0 0em 0.5em 2em #ffffff; } /* ------------------------------ color settings ----------------------------*/ .color_aquaOrchid1, .hover_color_aquaOrchid1:hover, .active_color_aquaOrchid1:active { color: #282828; } .color_aquaOrchid1h, .hover_color_aquaOrchid1h:hover, .active_color_aquaOrchid1h:active { color: #282828; } .color_aquaOrchid1a, .hover_color_aquaOrchid1a:hover, .active_color_aquaOrchid1a:active { color: #282828; } /* -------------------------- border settings --------------------------------*/ .border_aquaOrchid1, .hover_border_aquaOrchid1:hover, .active_border_aquaOrchid1:active { border-color: #db76d8 #db76d8 #db76d8 #db76d8; } .border_aquaOrchid1h, .hover_border_aquaOrchid1h:hover, .active_border_aquaOrchid1h:active { border-color: #db76d8 #db76d8 #db76d8 #db76d8; } .border_aquaOrchid1a, .hover_border_aquaOrchid1a:hover, .active_border_aquaOrchid1a:active { border-color: #db76d8 #db76d8 #db76d8 #db76d8; }
0.301362
0.302558
* { margin: 0; padding: 0; } /*Agregando animacion con keyframes*/ @keyframes animacion1 { 0% { opacity: 1; /* left: 0%; */ } 20% { opacity: 1; /* left: -100%; */ } 30% { opacity: 0; /* left: -100%; */ } 90% { opacity: 0; /* left: -100%; */ } 100% { opacity: 1; /* left: 0%; */ } } @-moz-keyframes animacion1 { 0% { opacity: 1; /* left: 0%; */ } 20% { opacity: 1; /* left: -100%; */ } 30% { opacity: 0; /* left: -100%; */ } 90% { opacity: 0; /* left: -100%; */ } 100% { opacity: 1; /* left: 0%; */ } } @-o-keyframes animacion1 { 0% { opacity: 1; /* left: 0%; */ } 20% { opacity: 1; /* left: -100%; */ } 30% { opacity: 0; /* left: -100%; */ } 90% { opacity: 0; /* left: -100%; */ } 100% { opacity: 1; /* left: 0%; */ } } @-webkit-keyframes animacion1 { 0% { opacity: 1; /* left: 0%; */ } 20% { opacity: 1; /* left: -100%; */ } 30% { opacity: 0; /* left: -100%; */ } 90% { opacity: 0; /* left: -100%; */ } 100% { opacity: 1; /* left: 0%; */ } } .fondo1 { position: absolute; width: 100%; height: 100vh; /*viewport height, porque en % no agarra por la posicion absoluta*/ background: url(../img/background4.jpg); animation: animacion1 24s ease 18s infinite;; -moz-animation: animacion1 24s ease 18s infinite; -o-animation: animacion1 24s ease 18s infinite; -webkit-animation: animacion1 24s ease 18s infinite; } .fondo2 { position: absolute; width: 100%; height: 100vh; /*viewport height, porque en % no agarra por la posicion absoluta*/ background: url(../img/background2.jpg); background-size: cover; animation: animacion1 24s ease-in-out 12s infinite; -moz-animation: animacion1 24s ease-in-out 12s infinite; -o-animation: animacion1 24s ease-in-out 12s infinite; -webkit-animation: animacion1 24s ease-in-out 12s infinite; } .fondo3 { position: absolute; width: 100%; height: 100vh; /*viewport height, porque en % no agarra por la posicion absoluta*/ background: url(../img/background3.jpg); background-size: cover; animation: animacion1 24s linear 6s infinite; -moz-animation: animacion1 24s linear 6s infinite; -o-animation: animacion1 24s linear 6s infinite; -webkit-animation: animacion1 24s linear 6s infinite; } .fondo4 { position: absolute; width: 100%; height: 100vh; /*viewport height, porque en % no agarra por la posicion absoluta*/ background: url(../img/background.jpg); animation: animacion1 24s cubic-bezier(1, -0.5, 0.5, 1) 0s infinite; -moz-animation: animacion1 24s cubic-bezier(1, -0.5, 0.5, 1) 0s infinite; -o-animation: animacion1 24s cubic-bezier(1, -0.5, 0.5, 1) 0s infinite; -webkit-animation: animacion1 24s cubic-bezier(1, -0.5, 0.5, 1) 0s infinite; }
animacion_p1/css/style.css
* { margin: 0; padding: 0; } /*Agregando animacion con keyframes*/ @keyframes animacion1 { 0% { opacity: 1; /* left: 0%; */ } 20% { opacity: 1; /* left: -100%; */ } 30% { opacity: 0; /* left: -100%; */ } 90% { opacity: 0; /* left: -100%; */ } 100% { opacity: 1; /* left: 0%; */ } } @-moz-keyframes animacion1 { 0% { opacity: 1; /* left: 0%; */ } 20% { opacity: 1; /* left: -100%; */ } 30% { opacity: 0; /* left: -100%; */ } 90% { opacity: 0; /* left: -100%; */ } 100% { opacity: 1; /* left: 0%; */ } } @-o-keyframes animacion1 { 0% { opacity: 1; /* left: 0%; */ } 20% { opacity: 1; /* left: -100%; */ } 30% { opacity: 0; /* left: -100%; */ } 90% { opacity: 0; /* left: -100%; */ } 100% { opacity: 1; /* left: 0%; */ } } @-webkit-keyframes animacion1 { 0% { opacity: 1; /* left: 0%; */ } 20% { opacity: 1; /* left: -100%; */ } 30% { opacity: 0; /* left: -100%; */ } 90% { opacity: 0; /* left: -100%; */ } 100% { opacity: 1; /* left: 0%; */ } } .fondo1 { position: absolute; width: 100%; height: 100vh; /*viewport height, porque en % no agarra por la posicion absoluta*/ background: url(../img/background4.jpg); animation: animacion1 24s ease 18s infinite;; -moz-animation: animacion1 24s ease 18s infinite; -o-animation: animacion1 24s ease 18s infinite; -webkit-animation: animacion1 24s ease 18s infinite; } .fondo2 { position: absolute; width: 100%; height: 100vh; /*viewport height, porque en % no agarra por la posicion absoluta*/ background: url(../img/background2.jpg); background-size: cover; animation: animacion1 24s ease-in-out 12s infinite; -moz-animation: animacion1 24s ease-in-out 12s infinite; -o-animation: animacion1 24s ease-in-out 12s infinite; -webkit-animation: animacion1 24s ease-in-out 12s infinite; } .fondo3 { position: absolute; width: 100%; height: 100vh; /*viewport height, porque en % no agarra por la posicion absoluta*/ background: url(../img/background3.jpg); background-size: cover; animation: animacion1 24s linear 6s infinite; -moz-animation: animacion1 24s linear 6s infinite; -o-animation: animacion1 24s linear 6s infinite; -webkit-animation: animacion1 24s linear 6s infinite; } .fondo4 { position: absolute; width: 100%; height: 100vh; /*viewport height, porque en % no agarra por la posicion absoluta*/ background: url(../img/background.jpg); animation: animacion1 24s cubic-bezier(1, -0.5, 0.5, 1) 0s infinite; -moz-animation: animacion1 24s cubic-bezier(1, -0.5, 0.5, 1) 0s infinite; -o-animation: animacion1 24s cubic-bezier(1, -0.5, 0.5, 1) 0s infinite; -webkit-animation: animacion1 24s cubic-bezier(1, -0.5, 0.5, 1) 0s infinite; }
0.45302
0.104935
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700); @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700); html { -webkit-font-smoothing: antialiased !important; height: 100%; } body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background: #eaeaea; font-size: 14px; color: #525252; position: relative; height: 100%; } *, a:focus { outline: none !important; } button:focus { outline: none !important; } button::-moz-focus-inner { border: 0; } a:hover { color: #333333; } a:hover, a:hover .text-underline { text-decoration: none; } a { color: #4193d0; outline: 0 !important; } h1, h2, h3, h4, h5, h6 { margin: 0 0 5px; font-weight: 300; } h1.glyphicons, h2.glyphicons, h3.glyphicons, h4.glyphicons, h5.glyphicons, h6.glyphicons { color: #424242; } h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { color: #424242; font-weight: 300; } h2 span, h3 span { font-size: 50%; text-transform: none; padding: 0; position: relative; font-weight: 300; } h1 { font-weight: 300; } h2 { font-size: 26px; } .text-muted { color: #cacaca; } .header-line { margin: 20px -15px 20px -15px; } .heading-buttons h1, .heading-buttons h2, .heading-buttons h3, .heading-buttons h4, .heading-buttons h5, .heading-buttons h6 { display: inline-block; margin: 0 14px; line-height: 40px; } .heading-buttons h1.glyphicons, .heading-buttons h2.glyphicons, .heading-buttons h3.glyphicons, .heading-buttons h4.glyphicons, .heading-buttons h5.glyphicons, .heading-buttons h6.glyphicons { display: inline-block; } .heading-buttons .buttons { margin-top: 5px; margin-right: 14px; text-align: right; } .heading-buttons .btn + .btn { margin-left: 14px; } .heading-buttons > .btn-group-xs, .heading-buttons > .btn-xs, .heading-buttons > .dropdown { margin-top: 8px; } .heading-buttons > .btn-group-sm, .heading-buttons > .btn-sm { margin-top: 4px; } p { margin: 0 0 10px; line-height: normal; } .lead { margin: 0 0 10px; } img { padding: 1px; border: 1px solid #efefef; } .ie .img-responsive { max-width: 100%; height: auto; width: auto; } ul, ol { margin: 0; padding: 0; } ul.icons { text-align: left; padding: 0; } ul.icons li { display: block; padding: 0 0 0 25px; line-height: 22px; color: #525252; } ul.icons li i:before { color: #525252; font-size: 17px; left: 0; top: 4px; } ul.list-unstyled { list-style: none; padding: 0; } ul.friends-list li a { display: block; font-weight: 300; color: #424242; padding: 14px; } ul.friends-list li a.glyphicons { padding-left: 40px; } ul.friends-list li a.glyphicons i:before { top: 8px; left: 10px; color: #ccc; border: 1px solid #ccc; -webkit-border-radius: 20px 20px 20px 20px; -moz-border-radius: 20px 20px 20px 20px; border-radius: 20px 20px 20px 20px; font-size: 16px; padding: 2px; } ul.friends-list li a img { width: 35px; } ul.friends-list li:hover { background-color: #efefef; } ul.friends-list li:data-content { width: 100px; } ul.friends-list li.active { background-color: #efefef; } ul.friends-list li.active a.glyphicons i:before { color: #3695d5; border: 1px solid #3695d5; } input, button, select, textarea { font-family: 'Open Sans', sans-serif; } pre.prettyprint { word-break: normal; word-wrap: normal; white-space: pre; background-color: #f8f8f8; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #f8f8f8), color-stop(50%, #eeeeee)); background-image: -webkit-linear-gradient(#f8f8f8 50%, #eeeeee 50%); background-image: -moz-linear-gradient(#f8f8f8 50%, #eeeeee 50%); background-image: -o-linear-gradient(#f8f8f8 50%, #eeeeee 50%); background-image: linear-gradient(#f8f8f8 50%, #eeeeee 50%); -moz-background-size: 38px 38px; background-size: 38px 38px; border: 1px solid #ebebeb; display: block; line-height: 19px; margin-bottom: 14px; overflow: visible; overflow-y: hidden; padding: 0 0 0 4px; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } pre.prettyprint .glyphicons { padding: 0 0 0 20px; } pre.prettyprint .glyphicons i:before { font-size: 17px; top: 1px; } #content pre.prettyprint, #content pre.prettyprint span { color: #525252; } blockquote p { font-size: 12px; } .separator { padding: 14px 0 3px 0; display: block; } .separator.primary { padding: 0; border-top: 2px solid #3695d5; } .separator.bottom { padding: 0 0 14px; } .separator.top { padding: 14px 0 0; } hr { border-top-color: #e2e1e1; border-bottom: none; margin: 0; } hr.separator { padding: 0; } hr.separator.top { margin: 7px 0 0; } hr.separator.bottom { margin: 0 0 7px; } @media print { html, body { height: auto !important; min-height: none !important; } @page { size: auto; margin: 10mm 10mm 10mm 10mm; } #wrapper { overflow-y: hidden !important; } #content { margin: 0 !important; padding: 0 !important; overflow: none; } .breadcrumb, #tlyPageGuideWrapper, .filter-bar { display: none !important; } .table td, .table th { vertical-align: middle; } .table th { padding: 3px; text-align: center; } .table img { float: left; } } .map_canvas img { max-width: none !important; } .streetview { width: 100%; height: 300px; } .ui-dialog-vevent .dtstart { display: none; } .ui-dialog-vevent .website { margin: 0 0 1em; } h1 [class*="icon-"], h2 [class*="icon-"], h3 [class*="icon-"], h4 [class*="icon-"], h5 [class*="icon-"], h6 [class*="icon-"] { font-size: 80%; /*vertical-align: middle;*/ /*margin-top: -3px;*/ } .rounded-none { -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } .rounded-left { -webkit-border-radius: 5px 0px 0px 5px; -moz-border-radius: 5px 0px 0px 5px; border-radius: 5px 0px 0px 5px; } .rounded-right { -webkit-border-radius: 0px 5px 5px 0px; -moz-border-radius: 0px 5px 5px 0px; border-radius: 0px 5px 5px 0px; } .welcome { margin: 15px 0; } .welcome h1 { font-size: 32px; font-weight: 400; color: #3695d5; } .faded { color: #a8a8a8; } .ribbon-wrapper { z-index: 2; } .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) { width: 100%; } .text-inverse { color: #424242; } /*# sourceMappingURL=scaffolding.css.map */
src/less/scaffolding.css
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700); @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700); html { -webkit-font-smoothing: antialiased !important; height: 100%; } body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background: #eaeaea; font-size: 14px; color: #525252; position: relative; height: 100%; } *, a:focus { outline: none !important; } button:focus { outline: none !important; } button::-moz-focus-inner { border: 0; } a:hover { color: #333333; } a:hover, a:hover .text-underline { text-decoration: none; } a { color: #4193d0; outline: 0 !important; } h1, h2, h3, h4, h5, h6 { margin: 0 0 5px; font-weight: 300; } h1.glyphicons, h2.glyphicons, h3.glyphicons, h4.glyphicons, h5.glyphicons, h6.glyphicons { color: #424242; } h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { color: #424242; font-weight: 300; } h2 span, h3 span { font-size: 50%; text-transform: none; padding: 0; position: relative; font-weight: 300; } h1 { font-weight: 300; } h2 { font-size: 26px; } .text-muted { color: #cacaca; } .header-line { margin: 20px -15px 20px -15px; } .heading-buttons h1, .heading-buttons h2, .heading-buttons h3, .heading-buttons h4, .heading-buttons h5, .heading-buttons h6 { display: inline-block; margin: 0 14px; line-height: 40px; } .heading-buttons h1.glyphicons, .heading-buttons h2.glyphicons, .heading-buttons h3.glyphicons, .heading-buttons h4.glyphicons, .heading-buttons h5.glyphicons, .heading-buttons h6.glyphicons { display: inline-block; } .heading-buttons .buttons { margin-top: 5px; margin-right: 14px; text-align: right; } .heading-buttons .btn + .btn { margin-left: 14px; } .heading-buttons > .btn-group-xs, .heading-buttons > .btn-xs, .heading-buttons > .dropdown { margin-top: 8px; } .heading-buttons > .btn-group-sm, .heading-buttons > .btn-sm { margin-top: 4px; } p { margin: 0 0 10px; line-height: normal; } .lead { margin: 0 0 10px; } img { padding: 1px; border: 1px solid #efefef; } .ie .img-responsive { max-width: 100%; height: auto; width: auto; } ul, ol { margin: 0; padding: 0; } ul.icons { text-align: left; padding: 0; } ul.icons li { display: block; padding: 0 0 0 25px; line-height: 22px; color: #525252; } ul.icons li i:before { color: #525252; font-size: 17px; left: 0; top: 4px; } ul.list-unstyled { list-style: none; padding: 0; } ul.friends-list li a { display: block; font-weight: 300; color: #424242; padding: 14px; } ul.friends-list li a.glyphicons { padding-left: 40px; } ul.friends-list li a.glyphicons i:before { top: 8px; left: 10px; color: #ccc; border: 1px solid #ccc; -webkit-border-radius: 20px 20px 20px 20px; -moz-border-radius: 20px 20px 20px 20px; border-radius: 20px 20px 20px 20px; font-size: 16px; padding: 2px; } ul.friends-list li a img { width: 35px; } ul.friends-list li:hover { background-color: #efefef; } ul.friends-list li:data-content { width: 100px; } ul.friends-list li.active { background-color: #efefef; } ul.friends-list li.active a.glyphicons i:before { color: #3695d5; border: 1px solid #3695d5; } input, button, select, textarea { font-family: 'Open Sans', sans-serif; } pre.prettyprint { word-break: normal; word-wrap: normal; white-space: pre; background-color: #f8f8f8; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #f8f8f8), color-stop(50%, #eeeeee)); background-image: -webkit-linear-gradient(#f8f8f8 50%, #eeeeee 50%); background-image: -moz-linear-gradient(#f8f8f8 50%, #eeeeee 50%); background-image: -o-linear-gradient(#f8f8f8 50%, #eeeeee 50%); background-image: linear-gradient(#f8f8f8 50%, #eeeeee 50%); -moz-background-size: 38px 38px; background-size: 38px 38px; border: 1px solid #ebebeb; display: block; line-height: 19px; margin-bottom: 14px; overflow: visible; overflow-y: hidden; padding: 0 0 0 4px; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } pre.prettyprint .glyphicons { padding: 0 0 0 20px; } pre.prettyprint .glyphicons i:before { font-size: 17px; top: 1px; } #content pre.prettyprint, #content pre.prettyprint span { color: #525252; } blockquote p { font-size: 12px; } .separator { padding: 14px 0 3px 0; display: block; } .separator.primary { padding: 0; border-top: 2px solid #3695d5; } .separator.bottom { padding: 0 0 14px; } .separator.top { padding: 14px 0 0; } hr { border-top-color: #e2e1e1; border-bottom: none; margin: 0; } hr.separator { padding: 0; } hr.separator.top { margin: 7px 0 0; } hr.separator.bottom { margin: 0 0 7px; } @media print { html, body { height: auto !important; min-height: none !important; } @page { size: auto; margin: 10mm 10mm 10mm 10mm; } #wrapper { overflow-y: hidden !important; } #content { margin: 0 !important; padding: 0 !important; overflow: none; } .breadcrumb, #tlyPageGuideWrapper, .filter-bar { display: none !important; } .table td, .table th { vertical-align: middle; } .table th { padding: 3px; text-align: center; } .table img { float: left; } } .map_canvas img { max-width: none !important; } .streetview { width: 100%; height: 300px; } .ui-dialog-vevent .dtstart { display: none; } .ui-dialog-vevent .website { margin: 0 0 1em; } h1 [class*="icon-"], h2 [class*="icon-"], h3 [class*="icon-"], h4 [class*="icon-"], h5 [class*="icon-"], h6 [class*="icon-"] { font-size: 80%; /*vertical-align: middle;*/ /*margin-top: -3px;*/ } .rounded-none { -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } .rounded-left { -webkit-border-radius: 5px 0px 0px 5px; -moz-border-radius: 5px 0px 0px 5px; border-radius: 5px 0px 0px 5px; } .rounded-right { -webkit-border-radius: 0px 5px 5px 0px; -moz-border-radius: 0px 5px 5px 0px; border-radius: 0px 5px 5px 0px; } .welcome { margin: 15px 0; } .welcome h1 { font-size: 32px; font-weight: 400; color: #3695d5; } .faded { color: #a8a8a8; } .ribbon-wrapper { z-index: 2; } .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) { width: 100%; } .text-inverse { color: #424242; } /*# sourceMappingURL=scaffolding.css.map */
0.219923
0.061424
.body-font, body, h1, h2, h3, h4, h5, h6 { font-family: "Montserrat", sans-serif; } /* Transition style */ .transition-all, .btn-border:hover, .btn-darkgray:hover, header.site-header.navbar-fixed-top.affix-top, header.site-header.navbar-fixed-top.affix, .site-header .navbar ul.navbar-nav li:hover a:after, .project_items .project_tile .project_overlay .project_name, .contact_info_box .contact_info, .contact_info_box .contact_info:hover, .contact_info_box .contact_info .footer_social_box li:hover, .footer_social_box li, .footer_social_box li:hover { -webkit-transition: all 0.35s; -moz-transition: all 0.35s; transition: all 0.35s; } /* White */ /* White Color */ .white-color, body, h1, h2, h3, h4, h5, h6, .site-header .navbar ul.navbar-nav li a, .about_me_feature_area .about_me_text, .about_us_area .about_personal_info ul li, .skill_area .skill_bar_inner_box .skill_bars .bar .bar-inner:after, .project_items .project_tile .project_overlay { color: #fff; } /* White Backgorund Color */ .white-bg, body, .btn-border:hover, .site-header .navbar ul.navbar-nav li.active a:after, .site-header .navbar ul.navbar-nav li:hover a:after, .about_us_area .about_content_btn_area .btn-border:hover, .skill_area .skill_bar_inner_box .skill_bars .bar .bar-inner:before, .scrollup, #loader-wrapper .line, #loader-wrapper .stop_loading { background-color: #fff; } /* White border Color */ .white-bor-color, .btn-border, .btn-darkgray, .site-header .navbar-toggle, .project_items .project_tile .project_overlay:after, .project_items .project_tile .project_overlay:before, .scrollup { border-color: #fff; } /* Dark White Color */ .white-dark-color { color: whitesmoke; } /* Dark White backgorund Color */ .white-dark-bg { background-color: whitesmoke; } /* Gray */ /* Gray Color */ .dark-gray-color, ::-webkit-selection, ::-moz-selection, ::selection, img::-moz-selection img::-webkit-selection, img::selection, img::webite-selection { color: #202020; } /* Gray Backgorund Color */ .dark-gray-bg, .btn-darkgray, .site-header .navbar-toggle .icon-bar, .about_me_feature_area, #loader-wrapper { background-color: #202020; } /* Gray Border Color */ .dark-gray-bor, .site-header .navbar-toggle, .contact_info_box .contact_info:hover .footer_social_box li { border-color: #202020; } /* Light Gray Color */ .light-gray-color, body, .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small, .section_title p, .btn-darkgray:hover, .site-header .navbar ul.navbar-nav li a, .site-header .navbar ul.navbar-nav li.active a, .about_me_feature_area .about_me_text p, .project_filter li, .contact_info_box .contact_info h5, .footer_area .copyright_text, .footer_social_box li a { color: #d0d0d0; } /* Light Gray Background Color */ .light-gray-bg, .footer_social_box li:hover { background-color: #d0d0d0; } /* Light Gray Border Color */ .light-gray-bor, .project_filter li:hover, .project_filter li.active, .footer_social_box li { border-color: #d0d0d0; } /* Light Gray placeholder Color */ .light-gray-place-color { color: #d0d0d0; } /* Lighter Gray Color */ .lighter-gray-color { color: #cccccc; } /* Light Gray Background Color */ .lighter-gray-bg, .contact_info_box .contact_info:hover { background-color: #cccccc; } /* Light Gray Border Color */ .lighter-gray-bor, .skill_area .skill_bar_inner_box .skill_bars .bar .bar-inner:before, .contact_info_box .contact_info { border-color: #cccccc; } /* Darker Gray Color */ .darker-gray-color { color: #2b2b2b; } /* Darker Gray Background Color */ .darker-gray-bg, header.site-header.navbar-fixed-top.affix, .contact_info_box .contact_info { background-color: #2b2b2b; } /* Darker Gray Border Color */ .darker-gray-bor { border-color: #2b2b2b; } .lighten-gray-bg, .skill_area .skill_bar_inner_box .skill_bars .bar .bar-inner, .skill_area .skill_bar_inner_box .skill_bars .bar .bar-inner:after { background-color: #303030; } /* Gray Border Color */ .lighten-gray-bor, .skill_area .skill_bar_inner_box .skill_bars .bar { border-color: #303030; } ::-webkit-selection, ::-moz-selection, ::selection { background-color: #fff; } img::-moz-selection img::-webkit-selection, img::selection, img::webite-selection { background: transparent; } body { font-weight: 400; font-size: 14px; -webkit-tap-highlight-color: #303030; -moz-tap-highlight-color: #303030; -ms-tap-highlight-color: #303030; -o-tap-highlight-color: #303030; tap-highlight-color: #303030; background-color: #2b2b2b; } a:link, a:visited { color: inherit; } a:link:hover, a:visited:hover { color: inherit; } h1, h2, h3, h4, h5, h6 { font-weight: 600; } h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a { color: inherit; } img { max-width: 100%; height: auto; } section { display: block; overflow: hidden; width: 100%; padding: 100px 0; } .padding_top_100 { padding-top: 100px; } .margin_top_0 { margin-top: 0; } .section_title p { margin: 0; letter-spacing: 2px; } .section_title h2 { margin-top: 10px; margin-bottom: 12px; } .section_title img { display: block; overflow: hidden; max-width: 100%; height: auto; margin: 0 auto; } .btn-border { border-width: 1px; font-size: 14px; padding-left: 25px; padding-right: 25px; border-radius: 0; } .btn-border:hover { background-image: none; } .btn-darkgray { border-width: 1px; color: #202020; font-size: 14px; padding-left: 25px; padding-right: 25px; border-radius: 0; } header.site-header.navbar-fixed-top.affix { padding-top: 10px; } header.site-header.navbar-fixed-top.affix-top { padding-top: 60px; padding-bottom: 20px; } .site-header { width: 100%; display: block; } .site-header .title { letter-spacing: 2px; margin: 0; padding: 0; margin: 6px auto 0; } .site-header .navbar { margin-bottom: 0; border-radius: 0; } .site-header .navbar .navbar-header a.navbar-brand { padding: 0; } .site-header .navbar ul.navbar-nav li a { font-size: 16px; padding-left: 20px; padding-right: 20px; } .site-header .navbar ul.navbar-nav li a:after { content: ""; display: block; overflow: hidden; height: 2px; width: 18px; background-color: transparent; margin: 10px auto 0; } .site-header .navbar ul.navbar-nav li a:hover, .site-header .navbar ul.navbar-nav li a:focus { background-color: transparent; } .site-header .navbar ul.navbar-nav li:hover a:after { width: 100%; } .about_me_feature_area { max-height: 100vh; padding: 0; position: relative; padding-top: 266px; } .about_me_feature_area .about_me_text { display: flex; flex-flow: column nowrap; justify-content: flex-start; align-content: center; align-items: center; min-height: 100vh; width: 100%; } .about_me_feature_area .about_me_text h3 { font-size: 22px; margin-bottom: 10px; color: #d1d1d1; } .about_me_feature_area .about_me_text h1 { font-size: 44px; font-weight: 600; margin-top: 0px; margin-bottom: 20px; } .about_me_feature_area .about_me_text p { font-size: 16px; font-weight: 200; line-height: 1.8; margin-bottom: 30px; } .about_me_feature_area .about_me_text .btn-border:hover { color: #202020; } .about_us_area .about_content_inner h5 { margin-bottom: 12px; } .about_us_area .about_content_inner h2 { margin-top: 0; margin-bottom: 30px; } .about_us_area .about_content_inner p { font-weight: 200; margin-bottom: 30px; } .about_us_area .about_content_btn_area { width: 100%; display: block; overflow: hidden; } .about_us_area .about_content_btn_area .btn { margin-right: 20px; } .about_us_area .about_content_btn_area .btn:last-child { margin-right: 0; } .about_us_area .about_content_btn_area .btn-border:hover { color: #202020; } .about_us_area .about_personal_info { padding-top: 90px; display: flex; justify-content: flex-start; align-content: flex-start; align-items: flex-start; flex-flow: row wrap; } .about_us_area .about_personal_info h4 { margin-bottom: 10px; width: 100%; } .about_us_area .about_personal_info ul { margin: 0; padding: 0; width: 50%; flex: 1 1 auto; } .about_us_area .about_personal_info ul li { list-style: none; line-height: 2.2; font-weight: 200; } .about_us_area .about_personal_info ul li span { font-weight: 400; } .skill_area .skill_bar_inner_box { display: flex; flex-flow: row wrap; justify-content: space-between; align-content: stretch; align-items: flex-start; } .skill_area .skill_bar_inner_box .skill_bars { width: 30%; margin: 20px 0 0; } .skill_area .skill_bar_inner_box .skill_bars .bar { width: 100%; height: 14px; margin-bottom: 40px; border-width: 1px; border-style: solid; } .skill_area .skill_bar_inner_box .skill_bars .bar .bar-inner { width: 0%; height: 100%; position: relative; -webkit-transition: width 3000ms linear; transition: width 3000ms linear; z-index: 111; top: -1px; min-height: 14px; } .skill_area .skill_bar_inner_box .skill_bars .bar .bar-inner:before { border-width: 1px; border-style: solid; position: absolute; content: ""; width: 10px; height: 10px; border-radius: 50%; left: auto; right: -5px; z-index: 1; top: -18px; } .skill_area .skill_bar_inner_box .skill_bars .bar .bar-inner:after { position: absolute; right: -18px; content: attr(data-percent); font-size: 10.4px; font-weight: 200; top: -46px; border-radius: 10px; width: 34px; height: 34px; line-height: 3.5; text-align: center; border-radius: 100%; } .project_filter { margin: 40px auto 30px; padding: 0; text-align: center; } .project_filter li { border-width: 2px; border-style: solid; border-top: none; border-left: none; border-right: none; border-bottom-color: transparent; display: inline-block; cursor: pointer; margin: 0 10px; padding: 10px; } .project_items { position: relative; } .project_items .project_tile { position: relative; display: block; overflow: hidden; margin: 10px; padding: 0; width: calc(33.3334% - 20px); border-radius: 4px; } .project_items .project_tile img { max-width: 100%; width: 100%; height: 200px; } .project_items .project_tile .project_overlay { background: rgba(0, 0, 0, 0.7); bottom: 0; font-size: 1em; left: 0; opacity: 0; overflow: hidden; padding: 3.75em 3em; position: absolute; text-align: center; text-decoration: none; top: 0; right: 0; -webkit-transition: 0.6s; transition: 0.6s; display: flex; flex-flow: row nowrap; justify-content: center; align-content: center; align-items: center; transform: scale(2); } .project_items .project_tile .project_overlay .project_name { position: absolute; left: 40px; bottom: 40px; width: calc(100% - 70px); right: 0; text-align: left; opacity: 0; } .project_items .project_tile .project_overlay:hover, .project_items .project_tile .project_overlay:hover .project_name { opacity: 1; transform: scale(1); } .project_items .project_tile .project_overlay:after, .project_items .project_tile .project_overlay:before { border-width: 1px; border-style: solid; bottom: 1em; content: ""; left: 1em; opacity: 0; position: absolute; right: 1em; top: 1em; -webkit-transform: scale(1.5); -ms-transform: scale(1.5); transform: scale(1.5); -webkit-transition: 0.6s 0.2s; transition: 0.6s 0.2s; } .project_items .project_tile .project_overlay:before { border-bottom: none; border-top: none; left: 2em; right: 2em; } .project_items .project_tile .project_overlay:after { border-left: none; border-right: none; bottom: 2em; top: 2em; } .project_items .project_tile .project_overlay:hover:after, .project_items .project_tile .project_overlay:hover:before { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; } .start_project_area h2 { margin: 0px; } .start_project_area .btn { padding: 10px 40px; } .contact_info_box { display: flex; flex-flow: row wrap; justify-content: space-between; align-content: stretch; align-items: normal; width: 100%; margin: 120px auto 80px; overflow: hidden; } .contact_info_box .contact_info { border-width: 1px; border-style: solid; padding: 30px; text-align: center; max-width: 340px; min-width: 260px; flex: 1 1 auto; } .contact_info_box .contact_info h5 { font-size: 16px; margin-bottom: 24px; } .contact_info_box .contact_info p, .contact_info_box .contact_info a { color: inherit; font-weight: 300; } .contact_info_box .contact_info:hover p, .contact_info_box .contact_info:hover a, .contact_info_box .contact_info:hover h5 { color: #202020; } .contact_info_box .contact_info .footer_social_box li:hover { background-color: #202020; } .contact_info_box .contact_info .footer_social_box li:hover a { color: white; } .mfp-zoom-in { /* start state */ /* animate in */ /* animate out */ } .mfp-zoom-in .mfp-with-anim { opacity: 0; transition: all 0.2s ease-in-out; transform: scale(0.8); } .mfp-zoom-in.mfp-bg { opacity: 0; transition: all 0.3s ease-out; } .mfp-zoom-in.mfp-ready .mfp-with-anim { opacity: 1; transform: scale(1); } .mfp-zoom-in.mfp-ready.mfp-bg { opacity: 0.8; } .mfp-zoom-in.mfp-removing .mfp-with-anim { transform: scale(0.8); opacity: 0; } .mfp-zoom-in.mfp-removing.mfp-bg { opacity: 0; } .footer_area { padding: 26px 0; display: block; width: 100%; overflow: hidden; } .footer_area .copyright_text { font-weight: 300; font-size: 13px; line-height: 1.6; text-align: center; display: block; overflow: hidden; width: 100%; } .footer_social_box { margin: 0; padding: 0; line-height: 0; } .footer_social_box li { display: inline-block; list-style: none; overflow: hidden; min-height: 26px; max-height: 26px; min-width: 26px; max-width: 26px; line-height: 26px; margin: 10px; text-align: center; font-weight: 300; border-width: 1px; border-style: solid; border-radius: 50%; background-color: transparent; } .footer_social_box li:hover a { color: black; } .footer_social_box li a { display: block; overflow: hidden; width: 100%; height: 100%; font-size: 12px; font-weight: 300; line-height: 26px; } .scrollup { display: none; border: 1px solid; border-radius: 4px; color: #202020; font-size: 26px; height: 40px; min-height: 40px; min-width: 40px; position: fixed; right: 40px; bottom: 26px; text-align: center; width: 40px; cursor: pointer; z-index: 1111; } /*=================== 16. Page Loader ===================*/ #loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100000; } #loader-wrapper .cont { position: absolute; top: 50%; margin-top: -50px; /* half of #content height*/ left: 50%; margin-left: -50px; width: 105px; height: 105px; } #loader-wrapper .square { width: 100px; height: 5px; -webkit-animation: desno 1s infinite; animation: desno 1s infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } #loader-wrapper .square2 { width: 5px; height: 100px; opacity: 0; -webkit-animation: desno2 1s infinite; animation: desno2 1s infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } #loader-wrapper .square3 { width: 100px; height: 5px; margin-top: 100px; opacity: 0; -webkit-animation: desno3 1s infinite; animation: desno3 1s infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } #loader-wrapper .square4 { width: 5px; height: 100px; margin-left: 100px; margin-top: 0px; opacity: 0; -webkit-animation: desno3 1s infinite; animation: desno3 1s infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } #loader-wrapper .line { border-radius: 2px; position: absolute; } #loader-wrapper .stop_loading { position: absolute; right: 40px; top: 40px; color: #202020; font-size: 30px; padding: 10px 0; line-height: 0; width: 50px; height: 50px; text-align: center; cursor: pointer; } .loaded #loader-wrapper { visibility: hidden; -webkit-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: all 0.3s 1s ease-out; transition: all 0.3s 1s ease-out; } .no-js #loader-wrapper { display: none; } @-webkit-keyframes desno { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 80% { -webkit-transform: rotate(95deg); -ms-transform: rotate(95deg); transform: rotate(95deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; } 99.99% { opacity: 1; } 100% { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; opacity: 0; } } @keyframes desno { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 80% { -webkit-transform: rotate(95deg); -ms-transform: rotate(95deg); transform: rotate(95deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; } 99.99% { opacity: 1; } 100% { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; opacity: 0; } } @-webkit-keyframes desno2 { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); opacity: 1; } 80% { -webkit-transform: rotate(95deg); -ms-transform: rotate(95deg); transform: rotate(95deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; } 99.99% { opacity: 1; } 100% { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; opacity: 0; } } @keyframes desno2 { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); opacity: 1; } 80% { -webkit-transform: rotate(95deg); -ms-transform: rotate(95deg); transform: rotate(95deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; } 99.99% { opacity: 1; } 100% { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; opacity: 0; } } @-webkit-keyframes desno3 { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); opacity: 1; } 80% { -webkit-transform: rotate(95deg); -ms-transform: rotate(95deg); transform: rotate(95deg); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; } 99.99% { opacity: 1; } 100% { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; opacity: 0; } } @keyframes desno3 { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); opacity: 1; } 80% { -webkit-transform: rotate(95deg); -ms-transform: rotate(95deg); transform: rotate(95deg); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; } 99.99% { opacity: 1; } 100% { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; opacity: 0; } } @-webkit-keyframes desno4 { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 80% { -webkit-transform: rotate(95deg); -ms-transform: rotate(95deg); transform: rotate(95deg); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; } 99.99% { opacity: 1; } 100% { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; opacity: 0; -webkit-animation: desno 0.5s; animation: desno 0.5s; } } @keyframes desno4 { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 80% { -webkit-transform: rotate(95deg); -ms-transform: rotate(95deg); transform: rotate(95deg); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; } 99.99% { opacity: 1; } 100% { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; opacity: 0; -webkit-animation: desno 0.5s; animation: desno 0.5s; } } /*============================= 18. Responsive Stylesheet =============================*/ /*** For Small Desktop ***/ @media only screen and (max-width: 1199px) { .about_us_area .col-xs-12.col-sm-6.col-sm-offset-1 { margin-left: 0; width: calc(50% + 8.33333%); } .my_experience_boxes .my_experience { min-width: 300px; } } /*** For 1024px or less resolution display devices ***/ @media only screen and (max-width: 1025px) { .about_me_feature_area .about_me_text h3 { font-size: 26px; } .about_me_feature_area .about_me_text h1 { font-size: 46px; } .about_me_feature_area .about_me_text p { font-size: 26px; } .about_me_feature_area .about_me_text .btn-border { font-size: 20px; } } /*** For 980px or less resolution display devices ***/ @media only screen and (max-width: 991px) { .col-sm-offset-2 { margin-left: 0; } .site-header .navbar ul.navbar-nav li a { font-size: 14px; padding-left: 10px; padding-right: 10px; } .about_us_area .about_personal_info ul { width: 100%; } .about_us_area .col-xs-12.col-sm-6.col-sm-offset-1, .about_us_area .col-xs-12.col-sm-5 { width: 50%; } .contact_info_box .contact_info { min-width: 30%; padding: 8px; width: 30%; } .about_me_feature_area .about_me_text h1 { font-size: 36px; } } /*** For 800px or less resolution display devices ***/ @media only screen and (max-width: 800px) { .about_me_feature_area .about_me_text h3 { font-size: 26px; } .about_me_feature_area .about_me_text h1 { font-size: 36px; } .about_me_feature_area .about_me_text p { font-size: 16px; } .about_me_feature_area .about_me_text .btn-border { font-size: 16px; } .project_filter li { margin: 0 4px; padding: 10px 2px; } .project_items .project_tile .project_overlay::before { left: 1em; right: 1em; } .project_items .project_tile .project_overlay::after { bottom: 1em; top: 1em; } .project_items .project_tile .project_overlay { padding: 22px; } .project_items .project_tile .project_overlay .project_name { bottom: 20px; left: 24px; } .contact_info_box { word-wrap: break-word; } .scrollup { bottom: 10px; right: 10px; } } /*** For 767px or less resolution display devices ***/ @media only screen and (max-width: 767px) { .site-header .navbar .navbar-header a.navbar-brand { padding-left: 15px; } .navbar-toggle .menu_text { display: none; } .navbar-toggle { background-color: #d0d0d0; } .site-header.navbar-fixed-top.affix-top { padding-bottom: 40px; padding-top: 40px; } .navbar-collapse .nav.navbar-nav { float: none; margin-left: auto; margin-right: auto; width: 100%; } .site-header .navbar-header { padding-bottom: 16px; } .site-header.affix .navbar-header { padding-bottom: 2px; } .site-header .navbar ul.navbar-nav li a::after { display: none; } .site-header .navbar ul.navbar-nav li.active a, .site-header .navbar ul.navbar-nav li:hover a { background-color: #d0d0d0; color: #202020; border-radius: 4px; transition: all 0.5s ease-in-out 0s; } header.site-header.navbar-fixed-top.affix { padding-bottom: 10px; } .navbar-collapse { background-color: #2b2b2b; } .about_me_feature_area .about_me_text h1 { font-size: 28px; } .about_me_feature_area .about_me_text h3 { font-size: 18px; } .about_me_feature_area .about_me_text p { font-size: 14px; } section { padding: 60px 0; } .skill_area .skill_bar_inner_box .skill_bars:nth-last-child(-n + 3) .bar { margin-bottom: 10px; } } /*** For 640px or less resolution display devices ***/ @media only screen and (max-width: 641px) { .about_us_area .about_content_btn_area .btn { margin-right: 4px; } } /*** For 569px or less resolution display devices ***/ @media only screen and (max-width: 569px) { .about_us_area .col-xs-12.col-sm-6.col-sm-offset-1, .about_us_area .col-xs-12.col-sm-5 { width: 100%; } .about_us_area .about_personal_info { padding-top: 40px; } .skill_area .skill_bar_inner_box .skill_bars { width: 48%; } .project_items .project_tile { width: calc(50% - 20px); } .contact_info_box .contact_info { margin-bottom: 20px; margin-left: auto; margin-right: auto; padding: 20px; width: 100%; } .about_me_feature_area .about_me_text h1 { font-size: 34px; } .about_me_feature_area .about_me_text h3 { font-size: 20px; } .about_me_feature_area .about_me_text p { font-size: 16px; } .contact_form_box .name_email input { margin-bottom: 30px; margin-left: auto; margin-right: auto; width: 100%; } .contact_form_box .name_email { margin-bottom: 0; } } /*** For 480px or less resolution display devices ***/ @media only screen and (max-width: 480px) { .about_me_feature_area .about_me_text h1 { font-size: 30px; } .about_me_feature_area .about_me_text h3 { font-size: 20px; } .about_me_feature_area .about_me_text p { font-size: 14px; } } /*** For 418px or less resolution display devices ***/ @media only screen and (max-width: 418px) { .skill_area .skill_bar_inner_box .skill_bars { width: 100%; } .project_items .project_tile { width: calc(100% - 20px); } .start_project_area h2 { font-size: 24px; } } /*** For 400px or less resolution display devices ***/ @media only screen and (max-width: 400px) { .about_me_feature_area .about_me_text h1 { font-size: 26px; } .about_me_feature_area .about_me_text h3 { font-size: 16px; } .about_me_feature_area .about_me_text p { font-size: 14px; } .skill_area .skill_bar_inner_box .skill_bars { width: 100%; } .project_items .project_tile { width: calc(100% - 20px); } .start_project_area h2 { font-size: 24px; } }
assets/css/main.css
.body-font, body, h1, h2, h3, h4, h5, h6 { font-family: "Montserrat", sans-serif; } /* Transition style */ .transition-all, .btn-border:hover, .btn-darkgray:hover, header.site-header.navbar-fixed-top.affix-top, header.site-header.navbar-fixed-top.affix, .site-header .navbar ul.navbar-nav li:hover a:after, .project_items .project_tile .project_overlay .project_name, .contact_info_box .contact_info, .contact_info_box .contact_info:hover, .contact_info_box .contact_info .footer_social_box li:hover, .footer_social_box li, .footer_social_box li:hover { -webkit-transition: all 0.35s; -moz-transition: all 0.35s; transition: all 0.35s; } /* White */ /* White Color */ .white-color, body, h1, h2, h3, h4, h5, h6, .site-header .navbar ul.navbar-nav li a, .about_me_feature_area .about_me_text, .about_us_area .about_personal_info ul li, .skill_area .skill_bar_inner_box .skill_bars .bar .bar-inner:after, .project_items .project_tile .project_overlay { color: #fff; } /* White Backgorund Color */ .white-bg, body, .btn-border:hover, .site-header .navbar ul.navbar-nav li.active a:after, .site-header .navbar ul.navbar-nav li:hover a:after, .about_us_area .about_content_btn_area .btn-border:hover, .skill_area .skill_bar_inner_box .skill_bars .bar .bar-inner:before, .scrollup, #loader-wrapper .line, #loader-wrapper .stop_loading { background-color: #fff; } /* White border Color */ .white-bor-color, .btn-border, .btn-darkgray, .site-header .navbar-toggle, .project_items .project_tile .project_overlay:after, .project_items .project_tile .project_overlay:before, .scrollup { border-color: #fff; } /* Dark White Color */ .white-dark-color { color: whitesmoke; } /* Dark White backgorund Color */ .white-dark-bg { background-color: whitesmoke; } /* Gray */ /* Gray Color */ .dark-gray-color, ::-webkit-selection, ::-moz-selection, ::selection, img::-moz-selection img::-webkit-selection, img::selection, img::webite-selection { color: #202020; } /* Gray Backgorund Color */ .dark-gray-bg, .btn-darkgray, .site-header .navbar-toggle .icon-bar, .about_me_feature_area, #loader-wrapper { background-color: #202020; } /* Gray Border Color */ .dark-gray-bor, .site-header .navbar-toggle, .contact_info_box .contact_info:hover .footer_social_box li { border-color: #202020; } /* Light Gray Color */ .light-gray-color, body, .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small, .section_title p, .btn-darkgray:hover, .site-header .navbar ul.navbar-nav li a, .site-header .navbar ul.navbar-nav li.active a, .about_me_feature_area .about_me_text p, .project_filter li, .contact_info_box .contact_info h5, .footer_area .copyright_text, .footer_social_box li a { color: #d0d0d0; } /* Light Gray Background Color */ .light-gray-bg, .footer_social_box li:hover { background-color: #d0d0d0; } /* Light Gray Border Color */ .light-gray-bor, .project_filter li:hover, .project_filter li.active, .footer_social_box li { border-color: #d0d0d0; } /* Light Gray placeholder Color */ .light-gray-place-color { color: #d0d0d0; } /* Lighter Gray Color */ .lighter-gray-color { color: #cccccc; } /* Light Gray Background Color */ .lighter-gray-bg, .contact_info_box .contact_info:hover { background-color: #cccccc; } /* Light Gray Border Color */ .lighter-gray-bor, .skill_area .skill_bar_inner_box .skill_bars .bar .bar-inner:before, .contact_info_box .contact_info { border-color: #cccccc; } /* Darker Gray Color */ .darker-gray-color { color: #2b2b2b; } /* Darker Gray Background Color */ .darker-gray-bg, header.site-header.navbar-fixed-top.affix, .contact_info_box .contact_info { background-color: #2b2b2b; } /* Darker Gray Border Color */ .darker-gray-bor { border-color: #2b2b2b; } .lighten-gray-bg, .skill_area .skill_bar_inner_box .skill_bars .bar .bar-inner, .skill_area .skill_bar_inner_box .skill_bars .bar .bar-inner:after { background-color: #303030; } /* Gray Border Color */ .lighten-gray-bor, .skill_area .skill_bar_inner_box .skill_bars .bar { border-color: #303030; } ::-webkit-selection, ::-moz-selection, ::selection { background-color: #fff; } img::-moz-selection img::-webkit-selection, img::selection, img::webite-selection { background: transparent; } body { font-weight: 400; font-size: 14px; -webkit-tap-highlight-color: #303030; -moz-tap-highlight-color: #303030; -ms-tap-highlight-color: #303030; -o-tap-highlight-color: #303030; tap-highlight-color: #303030; background-color: #2b2b2b; } a:link, a:visited { color: inherit; } a:link:hover, a:visited:hover { color: inherit; } h1, h2, h3, h4, h5, h6 { font-weight: 600; } h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a { color: inherit; } img { max-width: 100%; height: auto; } section { display: block; overflow: hidden; width: 100%; padding: 100px 0; } .padding_top_100 { padding-top: 100px; } .margin_top_0 { margin-top: 0; } .section_title p { margin: 0; letter-spacing: 2px; } .section_title h2 { margin-top: 10px; margin-bottom: 12px; } .section_title img { display: block; overflow: hidden; max-width: 100%; height: auto; margin: 0 auto; } .btn-border { border-width: 1px; font-size: 14px; padding-left: 25px; padding-right: 25px; border-radius: 0; } .btn-border:hover { background-image: none; } .btn-darkgray { border-width: 1px; color: #202020; font-size: 14px; padding-left: 25px; padding-right: 25px; border-radius: 0; } header.site-header.navbar-fixed-top.affix { padding-top: 10px; } header.site-header.navbar-fixed-top.affix-top { padding-top: 60px; padding-bottom: 20px; } .site-header { width: 100%; display: block; } .site-header .title { letter-spacing: 2px; margin: 0; padding: 0; margin: 6px auto 0; } .site-header .navbar { margin-bottom: 0; border-radius: 0; } .site-header .navbar .navbar-header a.navbar-brand { padding: 0; } .site-header .navbar ul.navbar-nav li a { font-size: 16px; padding-left: 20px; padding-right: 20px; } .site-header .navbar ul.navbar-nav li a:after { content: ""; display: block; overflow: hidden; height: 2px; width: 18px; background-color: transparent; margin: 10px auto 0; } .site-header .navbar ul.navbar-nav li a:hover, .site-header .navbar ul.navbar-nav li a:focus { background-color: transparent; } .site-header .navbar ul.navbar-nav li:hover a:after { width: 100%; } .about_me_feature_area { max-height: 100vh; padding: 0; position: relative; padding-top: 266px; } .about_me_feature_area .about_me_text { display: flex; flex-flow: column nowrap; justify-content: flex-start; align-content: center; align-items: center; min-height: 100vh; width: 100%; } .about_me_feature_area .about_me_text h3 { font-size: 22px; margin-bottom: 10px; color: #d1d1d1; } .about_me_feature_area .about_me_text h1 { font-size: 44px; font-weight: 600; margin-top: 0px; margin-bottom: 20px; } .about_me_feature_area .about_me_text p { font-size: 16px; font-weight: 200; line-height: 1.8; margin-bottom: 30px; } .about_me_feature_area .about_me_text .btn-border:hover { color: #202020; } .about_us_area .about_content_inner h5 { margin-bottom: 12px; } .about_us_area .about_content_inner h2 { margin-top: 0; margin-bottom: 30px; } .about_us_area .about_content_inner p { font-weight: 200; margin-bottom: 30px; } .about_us_area .about_content_btn_area { width: 100%; display: block; overflow: hidden; } .about_us_area .about_content_btn_area .btn { margin-right: 20px; } .about_us_area .about_content_btn_area .btn:last-child { margin-right: 0; } .about_us_area .about_content_btn_area .btn-border:hover { color: #202020; } .about_us_area .about_personal_info { padding-top: 90px; display: flex; justify-content: flex-start; align-content: flex-start; align-items: flex-start; flex-flow: row wrap; } .about_us_area .about_personal_info h4 { margin-bottom: 10px; width: 100%; } .about_us_area .about_personal_info ul { margin: 0; padding: 0; width: 50%; flex: 1 1 auto; } .about_us_area .about_personal_info ul li { list-style: none; line-height: 2.2; font-weight: 200; } .about_us_area .about_personal_info ul li span { font-weight: 400; } .skill_area .skill_bar_inner_box { display: flex; flex-flow: row wrap; justify-content: space-between; align-content: stretch; align-items: flex-start; } .skill_area .skill_bar_inner_box .skill_bars { width: 30%; margin: 20px 0 0; } .skill_area .skill_bar_inner_box .skill_bars .bar { width: 100%; height: 14px; margin-bottom: 40px; border-width: 1px; border-style: solid; } .skill_area .skill_bar_inner_box .skill_bars .bar .bar-inner { width: 0%; height: 100%; position: relative; -webkit-transition: width 3000ms linear; transition: width 3000ms linear; z-index: 111; top: -1px; min-height: 14px; } .skill_area .skill_bar_inner_box .skill_bars .bar .bar-inner:before { border-width: 1px; border-style: solid; position: absolute; content: ""; width: 10px; height: 10px; border-radius: 50%; left: auto; right: -5px; z-index: 1; top: -18px; } .skill_area .skill_bar_inner_box .skill_bars .bar .bar-inner:after { position: absolute; right: -18px; content: attr(data-percent); font-size: 10.4px; font-weight: 200; top: -46px; border-radius: 10px; width: 34px; height: 34px; line-height: 3.5; text-align: center; border-radius: 100%; } .project_filter { margin: 40px auto 30px; padding: 0; text-align: center; } .project_filter li { border-width: 2px; border-style: solid; border-top: none; border-left: none; border-right: none; border-bottom-color: transparent; display: inline-block; cursor: pointer; margin: 0 10px; padding: 10px; } .project_items { position: relative; } .project_items .project_tile { position: relative; display: block; overflow: hidden; margin: 10px; padding: 0; width: calc(33.3334% - 20px); border-radius: 4px; } .project_items .project_tile img { max-width: 100%; width: 100%; height: 200px; } .project_items .project_tile .project_overlay { background: rgba(0, 0, 0, 0.7); bottom: 0; font-size: 1em; left: 0; opacity: 0; overflow: hidden; padding: 3.75em 3em; position: absolute; text-align: center; text-decoration: none; top: 0; right: 0; -webkit-transition: 0.6s; transition: 0.6s; display: flex; flex-flow: row nowrap; justify-content: center; align-content: center; align-items: center; transform: scale(2); } .project_items .project_tile .project_overlay .project_name { position: absolute; left: 40px; bottom: 40px; width: calc(100% - 70px); right: 0; text-align: left; opacity: 0; } .project_items .project_tile .project_overlay:hover, .project_items .project_tile .project_overlay:hover .project_name { opacity: 1; transform: scale(1); } .project_items .project_tile .project_overlay:after, .project_items .project_tile .project_overlay:before { border-width: 1px; border-style: solid; bottom: 1em; content: ""; left: 1em; opacity: 0; position: absolute; right: 1em; top: 1em; -webkit-transform: scale(1.5); -ms-transform: scale(1.5); transform: scale(1.5); -webkit-transition: 0.6s 0.2s; transition: 0.6s 0.2s; } .project_items .project_tile .project_overlay:before { border-bottom: none; border-top: none; left: 2em; right: 2em; } .project_items .project_tile .project_overlay:after { border-left: none; border-right: none; bottom: 2em; top: 2em; } .project_items .project_tile .project_overlay:hover:after, .project_items .project_tile .project_overlay:hover:before { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; } .start_project_area h2 { margin: 0px; } .start_project_area .btn { padding: 10px 40px; } .contact_info_box { display: flex; flex-flow: row wrap; justify-content: space-between; align-content: stretch; align-items: normal; width: 100%; margin: 120px auto 80px; overflow: hidden; } .contact_info_box .contact_info { border-width: 1px; border-style: solid; padding: 30px; text-align: center; max-width: 340px; min-width: 260px; flex: 1 1 auto; } .contact_info_box .contact_info h5 { font-size: 16px; margin-bottom: 24px; } .contact_info_box .contact_info p, .contact_info_box .contact_info a { color: inherit; font-weight: 300; } .contact_info_box .contact_info:hover p, .contact_info_box .contact_info:hover a, .contact_info_box .contact_info:hover h5 { color: #202020; } .contact_info_box .contact_info .footer_social_box li:hover { background-color: #202020; } .contact_info_box .contact_info .footer_social_box li:hover a { color: white; } .mfp-zoom-in { /* start state */ /* animate in */ /* animate out */ } .mfp-zoom-in .mfp-with-anim { opacity: 0; transition: all 0.2s ease-in-out; transform: scale(0.8); } .mfp-zoom-in.mfp-bg { opacity: 0; transition: all 0.3s ease-out; } .mfp-zoom-in.mfp-ready .mfp-with-anim { opacity: 1; transform: scale(1); } .mfp-zoom-in.mfp-ready.mfp-bg { opacity: 0.8; } .mfp-zoom-in.mfp-removing .mfp-with-anim { transform: scale(0.8); opacity: 0; } .mfp-zoom-in.mfp-removing.mfp-bg { opacity: 0; } .footer_area { padding: 26px 0; display: block; width: 100%; overflow: hidden; } .footer_area .copyright_text { font-weight: 300; font-size: 13px; line-height: 1.6; text-align: center; display: block; overflow: hidden; width: 100%; } .footer_social_box { margin: 0; padding: 0; line-height: 0; } .footer_social_box li { display: inline-block; list-style: none; overflow: hidden; min-height: 26px; max-height: 26px; min-width: 26px; max-width: 26px; line-height: 26px; margin: 10px; text-align: center; font-weight: 300; border-width: 1px; border-style: solid; border-radius: 50%; background-color: transparent; } .footer_social_box li:hover a { color: black; } .footer_social_box li a { display: block; overflow: hidden; width: 100%; height: 100%; font-size: 12px; font-weight: 300; line-height: 26px; } .scrollup { display: none; border: 1px solid; border-radius: 4px; color: #202020; font-size: 26px; height: 40px; min-height: 40px; min-width: 40px; position: fixed; right: 40px; bottom: 26px; text-align: center; width: 40px; cursor: pointer; z-index: 1111; } /*=================== 16. Page Loader ===================*/ #loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100000; } #loader-wrapper .cont { position: absolute; top: 50%; margin-top: -50px; /* half of #content height*/ left: 50%; margin-left: -50px; width: 105px; height: 105px; } #loader-wrapper .square { width: 100px; height: 5px; -webkit-animation: desno 1s infinite; animation: desno 1s infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } #loader-wrapper .square2 { width: 5px; height: 100px; opacity: 0; -webkit-animation: desno2 1s infinite; animation: desno2 1s infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } #loader-wrapper .square3 { width: 100px; height: 5px; margin-top: 100px; opacity: 0; -webkit-animation: desno3 1s infinite; animation: desno3 1s infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } #loader-wrapper .square4 { width: 5px; height: 100px; margin-left: 100px; margin-top: 0px; opacity: 0; -webkit-animation: desno3 1s infinite; animation: desno3 1s infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } #loader-wrapper .line { border-radius: 2px; position: absolute; } #loader-wrapper .stop_loading { position: absolute; right: 40px; top: 40px; color: #202020; font-size: 30px; padding: 10px 0; line-height: 0; width: 50px; height: 50px; text-align: center; cursor: pointer; } .loaded #loader-wrapper { visibility: hidden; -webkit-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: all 0.3s 1s ease-out; transition: all 0.3s 1s ease-out; } .no-js #loader-wrapper { display: none; } @-webkit-keyframes desno { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 80% { -webkit-transform: rotate(95deg); -ms-transform: rotate(95deg); transform: rotate(95deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; } 99.99% { opacity: 1; } 100% { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; opacity: 0; } } @keyframes desno { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 80% { -webkit-transform: rotate(95deg); -ms-transform: rotate(95deg); transform: rotate(95deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; } 99.99% { opacity: 1; } 100% { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; opacity: 0; } } @-webkit-keyframes desno2 { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); opacity: 1; } 80% { -webkit-transform: rotate(95deg); -ms-transform: rotate(95deg); transform: rotate(95deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; } 99.99% { opacity: 1; } 100% { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; opacity: 0; } } @keyframes desno2 { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); opacity: 1; } 80% { -webkit-transform: rotate(95deg); -ms-transform: rotate(95deg); transform: rotate(95deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; } 99.99% { opacity: 1; } 100% { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; opacity: 0; } } @-webkit-keyframes desno3 { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); opacity: 1; } 80% { -webkit-transform: rotate(95deg); -ms-transform: rotate(95deg); transform: rotate(95deg); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; } 99.99% { opacity: 1; } 100% { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; opacity: 0; } } @keyframes desno3 { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); opacity: 1; } 80% { -webkit-transform: rotate(95deg); -ms-transform: rotate(95deg); transform: rotate(95deg); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; } 99.99% { opacity: 1; } 100% { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; opacity: 0; } } @-webkit-keyframes desno4 { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 80% { -webkit-transform: rotate(95deg); -ms-transform: rotate(95deg); transform: rotate(95deg); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; } 99.99% { opacity: 1; } 100% { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; opacity: 0; -webkit-animation: desno 0.5s; animation: desno 0.5s; } } @keyframes desno4 { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 80% { -webkit-transform: rotate(95deg); -ms-transform: rotate(95deg); transform: rotate(95deg); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; } 99.99% { opacity: 1; } 100% { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; opacity: 0; -webkit-animation: desno 0.5s; animation: desno 0.5s; } } /*============================= 18. Responsive Stylesheet =============================*/ /*** For Small Desktop ***/ @media only screen and (max-width: 1199px) { .about_us_area .col-xs-12.col-sm-6.col-sm-offset-1 { margin-left: 0; width: calc(50% + 8.33333%); } .my_experience_boxes .my_experience { min-width: 300px; } } /*** For 1024px or less resolution display devices ***/ @media only screen and (max-width: 1025px) { .about_me_feature_area .about_me_text h3 { font-size: 26px; } .about_me_feature_area .about_me_text h1 { font-size: 46px; } .about_me_feature_area .about_me_text p { font-size: 26px; } .about_me_feature_area .about_me_text .btn-border { font-size: 20px; } } /*** For 980px or less resolution display devices ***/ @media only screen and (max-width: 991px) { .col-sm-offset-2 { margin-left: 0; } .site-header .navbar ul.navbar-nav li a { font-size: 14px; padding-left: 10px; padding-right: 10px; } .about_us_area .about_personal_info ul { width: 100%; } .about_us_area .col-xs-12.col-sm-6.col-sm-offset-1, .about_us_area .col-xs-12.col-sm-5 { width: 50%; } .contact_info_box .contact_info { min-width: 30%; padding: 8px; width: 30%; } .about_me_feature_area .about_me_text h1 { font-size: 36px; } } /*** For 800px or less resolution display devices ***/ @media only screen and (max-width: 800px) { .about_me_feature_area .about_me_text h3 { font-size: 26px; } .about_me_feature_area .about_me_text h1 { font-size: 36px; } .about_me_feature_area .about_me_text p { font-size: 16px; } .about_me_feature_area .about_me_text .btn-border { font-size: 16px; } .project_filter li { margin: 0 4px; padding: 10px 2px; } .project_items .project_tile .project_overlay::before { left: 1em; right: 1em; } .project_items .project_tile .project_overlay::after { bottom: 1em; top: 1em; } .project_items .project_tile .project_overlay { padding: 22px; } .project_items .project_tile .project_overlay .project_name { bottom: 20px; left: 24px; } .contact_info_box { word-wrap: break-word; } .scrollup { bottom: 10px; right: 10px; } } /*** For 767px or less resolution display devices ***/ @media only screen and (max-width: 767px) { .site-header .navbar .navbar-header a.navbar-brand { padding-left: 15px; } .navbar-toggle .menu_text { display: none; } .navbar-toggle { background-color: #d0d0d0; } .site-header.navbar-fixed-top.affix-top { padding-bottom: 40px; padding-top: 40px; } .navbar-collapse .nav.navbar-nav { float: none; margin-left: auto; margin-right: auto; width: 100%; } .site-header .navbar-header { padding-bottom: 16px; } .site-header.affix .navbar-header { padding-bottom: 2px; } .site-header .navbar ul.navbar-nav li a::after { display: none; } .site-header .navbar ul.navbar-nav li.active a, .site-header .navbar ul.navbar-nav li:hover a { background-color: #d0d0d0; color: #202020; border-radius: 4px; transition: all 0.5s ease-in-out 0s; } header.site-header.navbar-fixed-top.affix { padding-bottom: 10px; } .navbar-collapse { background-color: #2b2b2b; } .about_me_feature_area .about_me_text h1 { font-size: 28px; } .about_me_feature_area .about_me_text h3 { font-size: 18px; } .about_me_feature_area .about_me_text p { font-size: 14px; } section { padding: 60px 0; } .skill_area .skill_bar_inner_box .skill_bars:nth-last-child(-n + 3) .bar { margin-bottom: 10px; } } /*** For 640px or less resolution display devices ***/ @media only screen and (max-width: 641px) { .about_us_area .about_content_btn_area .btn { margin-right: 4px; } } /*** For 569px or less resolution display devices ***/ @media only screen and (max-width: 569px) { .about_us_area .col-xs-12.col-sm-6.col-sm-offset-1, .about_us_area .col-xs-12.col-sm-5 { width: 100%; } .about_us_area .about_personal_info { padding-top: 40px; } .skill_area .skill_bar_inner_box .skill_bars { width: 48%; } .project_items .project_tile { width: calc(50% - 20px); } .contact_info_box .contact_info { margin-bottom: 20px; margin-left: auto; margin-right: auto; padding: 20px; width: 100%; } .about_me_feature_area .about_me_text h1 { font-size: 34px; } .about_me_feature_area .about_me_text h3 { font-size: 20px; } .about_me_feature_area .about_me_text p { font-size: 16px; } .contact_form_box .name_email input { margin-bottom: 30px; margin-left: auto; margin-right: auto; width: 100%; } .contact_form_box .name_email { margin-bottom: 0; } } /*** For 480px or less resolution display devices ***/ @media only screen and (max-width: 480px) { .about_me_feature_area .about_me_text h1 { font-size: 30px; } .about_me_feature_area .about_me_text h3 { font-size: 20px; } .about_me_feature_area .about_me_text p { font-size: 14px; } } /*** For 418px or less resolution display devices ***/ @media only screen and (max-width: 418px) { .skill_area .skill_bar_inner_box .skill_bars { width: 100%; } .project_items .project_tile { width: calc(100% - 20px); } .start_project_area h2 { font-size: 24px; } } /*** For 400px or less resolution display devices ***/ @media only screen and (max-width: 400px) { .about_me_feature_area .about_me_text h1 { font-size: 26px; } .about_me_feature_area .about_me_text h3 { font-size: 16px; } .about_me_feature_area .about_me_text p { font-size: 14px; } .skill_area .skill_bar_inner_box .skill_bars { width: 100%; } .project_items .project_tile { width: calc(100% - 20px); } .start_project_area h2 { font-size: 24px; } }
0.337859
0.037362
body { margin:0px; background-color:rgba(0, 0, 0, 0.498039215686275); background-image:none; position:static; left:auto; width:1400px; margin-left:0; margin-right:0; text-align:left; } #base { position:absolute; z-index:0; } #u0 { position:absolute; left:130px; top:80px; width:520px; height:320px; } #u0_img { position:absolute; left:0px; top:0px; width:520px; height:320px; } #u1 { position:absolute; left:2px; top:152px; width:516px; visibility:hidden; word-wrap:break-word; } #u2 { position:absolute; left:150px; top:310px; width:480px; height:10px; } #u2_start { position:absolute; left:0px; top:-5px; width:18px; height:20px; } #u2_end { position:absolute; left:463px; top:-5px; width:18px; height:20px; } #u2_line { position:absolute; left:0px; top:5px; width:480px; height:1px; } #u3 { position:absolute; left:160px; top:120px; width:460px; height:155px; font-size:18px; } #u3_img { position:absolute; left:0px; top:0px; width:460px; height:155px; } #u4 { position:absolute; left:2px; top:66px; width:456px; word-wrap:break-word; } #u5 { position:absolute; left:180px; top:330px; width:410px; height:50px; } #u5_img { position:absolute; left:0px; top:0px; width:410px; height:50px; } #u6 { position:absolute; left:2px; top:17px; width:406px; word-wrap:break-word; } #u7 { position:absolute; left:130px; top:440px; width:520px; height:200px; } #u7_img { position:absolute; left:0px; top:0px; width:520px; height:200px; } #u8 { position:absolute; left:2px; top:92px; width:516px; visibility:hidden; word-wrap:break-word; } #u9 { position:absolute; left:205px; top:480px; width:370px; height:120px; font-size:20px; } #u9_img { position:absolute; left:0px; top:0px; width:370px; height:120px; } #u10 { position:absolute; left:2px; top:48px; width:366px; word-wrap:break-word; } #u11 { position:absolute; left:720px; top:80px; width:230px; height:560px; } #u11_img { position:absolute; left:0px; top:0px; width:230px; height:560px; } #u12 { position:absolute; left:2px; top:272px; width:226px; visibility:hidden; word-wrap:break-word; } #u13 { position:absolute; left:740px; top:120px; width:200px; height:480px; font-size:20px; } #u13_img { position:absolute; left:0px; top:0px; width:200px; height:480px; } #u14 { position:absolute; left:2px; top:192px; width:196px; word-wrap:break-word; } #u15 { position:absolute; left:0px; top:0px; width:1400px; height:50px; font-family:'Matura MT Script Capitals Normal', 'Matura MT Script Capitals'; font-weight:400; font-style:normal; color:#FFFFFF; text-align:left; } #u15_img { position:absolute; left:0px; top:0px; width:1400px; height:50px; } #u16 { position:absolute; left:2px; top:6px; width:1396px; word-wrap:break-word; } #u17 { position:absolute; left:280px; top:12px; width:230px; height:25px; } #u17_input { position:absolute; left:0px; top:0px; width:230px; height:25px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; text-decoration:none; color:#000000; text-align:left; } #u18 { position:absolute; left:540px; top:12px; width:100px; height:25px; } #u18_input { position:absolute; left:0px; top:0px; width:100px; height:25px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; text-decoration:none; color:#000000; text-align:center; } #u19 { position:absolute; left:670px; top:12px; width:387px; height:25px; } #u19_menu { position:absolute; left:-3px; top:-3px; width:393px; height:31px; } #u20 { position:absolute; left:0px; top:0px; width:392px; height:30px; } #u21 { position:absolute; left:0px; top:0px; width:97px; height:25px; font-family:'Arial Negreta', 'Arial'; font-weight:700; font-style:normal; font-size:16px; color:#FFFFFF; text-align:center; } #u21_img { position:absolute; left:0px; top:0px; width:97px; height:25px; } #u22 { position:absolute; left:2px; top:3px; width:93px; word-wrap:break-word; } #u23 { position:absolute; left:97px; top:0px; width:97px; height:25px; font-family:'Arial Negreta', 'Arial'; font-weight:700; font-style:normal; font-size:16px; color:#FFFFFF; text-align:center; } #u23_img { position:absolute; left:0px; top:0px; width:97px; height:25px; } #u24 { position:absolute; left:2px; top:3px; width:93px; word-wrap:break-word; } #u25 { position:absolute; left:194px; top:0px; width:97px; height:25px; font-family:'Arial Negreta', 'Arial'; font-weight:700; font-style:normal; font-size:16px; color:#FFFFFF; text-align:center; } #u25_img { position:absolute; left:0px; top:0px; width:97px; height:25px; } #u26 { position:absolute; left:2px; top:3px; width:93px; word-wrap:break-word; } #u27 { position:absolute; left:291px; top:0px; width:96px; height:25px; font-family:'Arial Negreta', 'Arial'; font-weight:700; font-style:normal; font-size:16px; color:#FFFFFF; text-align:center; } #u27_img { position:absolute; left:0px; top:0px; width:96px; height:25px; } #u28 { position:absolute; left:2px; top:3px; width:92px; word-wrap:break-word; }
Xunzhi Website RP/files/personal/styles.css
body { margin:0px; background-color:rgba(0, 0, 0, 0.498039215686275); background-image:none; position:static; left:auto; width:1400px; margin-left:0; margin-right:0; text-align:left; } #base { position:absolute; z-index:0; } #u0 { position:absolute; left:130px; top:80px; width:520px; height:320px; } #u0_img { position:absolute; left:0px; top:0px; width:520px; height:320px; } #u1 { position:absolute; left:2px; top:152px; width:516px; visibility:hidden; word-wrap:break-word; } #u2 { position:absolute; left:150px; top:310px; width:480px; height:10px; } #u2_start { position:absolute; left:0px; top:-5px; width:18px; height:20px; } #u2_end { position:absolute; left:463px; top:-5px; width:18px; height:20px; } #u2_line { position:absolute; left:0px; top:5px; width:480px; height:1px; } #u3 { position:absolute; left:160px; top:120px; width:460px; height:155px; font-size:18px; } #u3_img { position:absolute; left:0px; top:0px; width:460px; height:155px; } #u4 { position:absolute; left:2px; top:66px; width:456px; word-wrap:break-word; } #u5 { position:absolute; left:180px; top:330px; width:410px; height:50px; } #u5_img { position:absolute; left:0px; top:0px; width:410px; height:50px; } #u6 { position:absolute; left:2px; top:17px; width:406px; word-wrap:break-word; } #u7 { position:absolute; left:130px; top:440px; width:520px; height:200px; } #u7_img { position:absolute; left:0px; top:0px; width:520px; height:200px; } #u8 { position:absolute; left:2px; top:92px; width:516px; visibility:hidden; word-wrap:break-word; } #u9 { position:absolute; left:205px; top:480px; width:370px; height:120px; font-size:20px; } #u9_img { position:absolute; left:0px; top:0px; width:370px; height:120px; } #u10 { position:absolute; left:2px; top:48px; width:366px; word-wrap:break-word; } #u11 { position:absolute; left:720px; top:80px; width:230px; height:560px; } #u11_img { position:absolute; left:0px; top:0px; width:230px; height:560px; } #u12 { position:absolute; left:2px; top:272px; width:226px; visibility:hidden; word-wrap:break-word; } #u13 { position:absolute; left:740px; top:120px; width:200px; height:480px; font-size:20px; } #u13_img { position:absolute; left:0px; top:0px; width:200px; height:480px; } #u14 { position:absolute; left:2px; top:192px; width:196px; word-wrap:break-word; } #u15 { position:absolute; left:0px; top:0px; width:1400px; height:50px; font-family:'Matura MT Script Capitals Normal', 'Matura MT Script Capitals'; font-weight:400; font-style:normal; color:#FFFFFF; text-align:left; } #u15_img { position:absolute; left:0px; top:0px; width:1400px; height:50px; } #u16 { position:absolute; left:2px; top:6px; width:1396px; word-wrap:break-word; } #u17 { position:absolute; left:280px; top:12px; width:230px; height:25px; } #u17_input { position:absolute; left:0px; top:0px; width:230px; height:25px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; text-decoration:none; color:#000000; text-align:left; } #u18 { position:absolute; left:540px; top:12px; width:100px; height:25px; } #u18_input { position:absolute; left:0px; top:0px; width:100px; height:25px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; text-decoration:none; color:#000000; text-align:center; } #u19 { position:absolute; left:670px; top:12px; width:387px; height:25px; } #u19_menu { position:absolute; left:-3px; top:-3px; width:393px; height:31px; } #u20 { position:absolute; left:0px; top:0px; width:392px; height:30px; } #u21 { position:absolute; left:0px; top:0px; width:97px; height:25px; font-family:'Arial Negreta', 'Arial'; font-weight:700; font-style:normal; font-size:16px; color:#FFFFFF; text-align:center; } #u21_img { position:absolute; left:0px; top:0px; width:97px; height:25px; } #u22 { position:absolute; left:2px; top:3px; width:93px; word-wrap:break-word; } #u23 { position:absolute; left:97px; top:0px; width:97px; height:25px; font-family:'Arial Negreta', 'Arial'; font-weight:700; font-style:normal; font-size:16px; color:#FFFFFF; text-align:center; } #u23_img { position:absolute; left:0px; top:0px; width:97px; height:25px; } #u24 { position:absolute; left:2px; top:3px; width:93px; word-wrap:break-word; } #u25 { position:absolute; left:194px; top:0px; width:97px; height:25px; font-family:'Arial Negreta', 'Arial'; font-weight:700; font-style:normal; font-size:16px; color:#FFFFFF; text-align:center; } #u25_img { position:absolute; left:0px; top:0px; width:97px; height:25px; } #u26 { position:absolute; left:2px; top:3px; width:93px; word-wrap:break-word; } #u27 { position:absolute; left:291px; top:0px; width:96px; height:25px; font-family:'Arial Negreta', 'Arial'; font-weight:700; font-style:normal; font-size:16px; color:#FFFFFF; text-align:center; } #u27_img { position:absolute; left:0px; top:0px; width:96px; height:25px; } #u28 { position:absolute; left:2px; top:3px; width:92px; word-wrap:break-word; }
0.428114
0.048564
/* default text style */ stage { font-family: ubuntu, cantarell, sans-serif; font-size: 10pt; color: #aaaaaa; } /* links */ .shell-link { color: #005E81; text-decoration: underline; } .shell-link:hover { color: #4C94AF; } /* small */ .app-well-menu, .contact-details-status, .run-dialog-label, .run-dialog-error-label { font-size: 9pt; } /* small bold */ .dash-label, .window-caption, .switcher-list, .app-well-app > .overview-icon, .show-apps > .overview-icon, .search-result-content > .overview-icon { font-size: 9pt; font-weight: bold; } /* Scroll Bars */ StScrollBar { padding: 0px; } StScrollView.vfade { -st-vfade-offset: 68px; } StScrollView StScrollBar { min-width: 17px; min-height: 17px; } StScrollBar StBin#trough { } StScrollBar StButton#hhandle { border-style: none; border-radius: 8px; border-width: 8px; border-image: url("img/scrollbar-slider.png") 9 9 8 9 ; } StScrollBar StButton#vhandle { border-style: none; border-radius: 8px; border-width: 8px; border-image: url("img/scrollbar-slider-vertical.png") 8 9 9 9 ; } StScrollBar StButton#hhandle:hover { border-style: none; border-radius: 8px; border-width: 8px; border-image: url("img/scrollbar-slider-hover.png") 9 9 8 9 ; } StScrollBar StButton#vhandle:hover { border-style: none; border-radius: 8px; border-width: 8px; border-image: url("img/scrollbar-slider-hover-vertical.png") 8 9 9 9 ; } StTooltip StLabel { padding: 2px 4px; background-color: #4C7B9D; color: #000000; font-size: 9pt; font-weight: normal; text-align: center; } /* Check Boxes */ .check-box ShellGenericContainer { spacing: .8em; } .check-box StBin { width: 22px; height: 22px; background-image: url("img/checkbox-off.png"); } .check-box:focus StBin { background-image: url("img/checkbox-off-focused.png"); } .check-box:checked StBin { background-image: url("img/checkbox.png"); } .check-box:focus:checked StBin { background-image: url("img/checkbox-focused.png"); } /* PopupMenu */ .popup-menu-boxpointer { -arrow-border-radius: 0px; -arrow-background-color: rgba(0,0,0,0); -arrow-border-width: 0px; -arrow-border-color: #a5a5a5; -arrow-base: 0px; -arrow-rise: 0px; border-color: rgba(0,0,0,0.5); border-radius: 0px; background-color: rgba(38,38,38,1); border-width: 1px; box-shadow: 1px 1px 10px 0px rgba(0,0,0,1); } .popup-menu { color: #aaaaaa; font-size: 10pt; min-width: 200px; } .popup-submenu-menu-item:open { background-color: #334657; } .popup-sub-menu { border-color: rgba(0,0,0,0.5); border-radius: 0px; background-color: rgba(32,32,32,1); border-width: 1px; border-left: 0px; border-right: 0px; box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.5); } .popup-sub-menu .popup-menu-item:ltr { padding-right: 0em; } .popup-sub-menu .popup-menu-item:rtl { padding-left: 0em; } .popup-sub-menu StScrollBar { } .popup-sub-menu StScrollBar StBin#trough { border-width: 0px; } .popup-sub-menu StScrollBar StBin#vhandle { border-width: 0px; } .popup-combo-menu { border-color: rgba(0,0,0,0.5); border-radius: 0px; background-color: rgba(38,38,38,1); border-width: 1px; box-shadow: 1px 1px 10px 0px rgba(0,0,0,1); } /* The remaining popup-menu sizing is all done in ems, so that if you * override .popup-menu.font-size, everything else will scale with it. */ .popup-menu-content { padding: 0.4em 0em; } .popup-menu-item { padding: 0.4em 1em; spacing: 1em; border-top: transparent solid 1px; } .popup-menu-item:active { background-gradient-direction: vertical; background-gradient-start: #334657; background-gradient-end: #243340; border: 1px solid #425D73; border-bottom: 0px; border-left: 0px; border-right: 0px; border-radius: 0px; box-shadow: 0px 1px 0px #141E27; color: #cccccc; } .popup-menu-item:insensitive { color: #555555; } .popup-image-menu-item { } .popup-separator-menu-item { background-color: #0d0d0d; border-radius: 5px; box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.05); height: 1px; } .popup-alternating-menu-item:alternate { font-weight: bold; } .popup-slider-menu-item { height: 1em; min-width: 15em; -slider-height: 0.3em; -slider-background-color: #0d0d0d; -slider-border-color: #333; -slider-active-background-color: #001426; -slider-active-border-color: #333; -slider-border-width: 1px; -slider-handle-radius: 0.4em; } .popup-device-menu-item { spacing: .5em; } .popup-inactive-menu-item { font-weight: normal; color: #555; } .popup-subtitle-menu-item { font-weight: bold; } .popup-menu-icon { icon-size: 1.14em; } /* Switches (to be used in menus) */ .toggle-switch { width: 64px; height: 22px; } .toggle-switch-us { background-image: url("img/switch-off.png"); } .toggle-switch-us:checked { background-image: url("img/switch-on.png"); } .toggle-switch-intl { background-image: url("img/switch-o.png"); } .toggle-switch-intl:checked { background-image: url("img/switch-1.png"); } .nm-menu-item-icons { spacing: .5em; } /* Buttons */ .dash-search-button, .notification-button, .notification-icon-button, .hotplug-notification-item, .hotplug-resident-eject-button, .modal-dialog-button { color: #aaa; padding: 10px 20px; border-image: url("img/button-normal.png") 8 8 8 8 stretch; } .search-result-content:hover > .overview-icon, .app-well-app:hover > .overview-icon, #overview .journal-item:hover > .overview-icon, #overview .journal-item-selection > .overview-icon, .app-well-app.running:hover > .overview-icon, .dash-search-button:hover, .notification-button:hover, .notification-icon-button:hover, .hotplug-notification-item:hover, .hotplug-resident-eject-button:hover, .modal-dialog-button:hover { border-image: url("img/button-prelight.png") 8 8 8 8 stretch; } .search-result-content:focus > .overview-icon, .app-well-app:selected > .overview-icon, .search-result-content:selected > .overview-icon, .dash-search-button:selected, .notification-button:focus, .notification-icon-button:focus, .hotplug-notification-item:focus, .modal-dialog-button:focus { border-image: url("img/button-focused.png") 8 8 8 8 stretch; } .app-well-app.running > .overview-icon, .search-result-content .running > .overview-icon, .dash-search-button:active, .dash-search-button:pressed, .notification-button:active, .notification-icon-button:active, .hotplug-notification-item:active, .hotplug-resident-eject-button:active, .modal-dialog-button:active, .modal-dialog-button:pressed { border-image: url("img/button-pressed.png") 8 8 8 8 stretch; } .app-well-app.running:hover > .overview-icon, .search-result-content .running:hover > .overview-icon, .dash-search-button:active:hover, .dash-search-button:pressed, .notification-button:active:hover, .notification-icon-button:active:hover, .hotplug-notification-item:active:hover, .hotplug-resident-eject-button:active:hover, .modal-dialog-button:active:hover, .modal-dialog-button:pressed { border-image: url("img/button-active-hover.png") 8 8 8 8 stretch; } /* Panel */ #panel { border: 1px solid rgba(0,0,0,0.3); border-top: 0px; border-left: 0px; border-right: 0px; border-radius: 0px; color: #aaa; background-gradient-direction: vertical; background-gradient-start: #313131; background-gradient-end: #111; height: 24px; font-size: 10pt; font-weight: normal; box-shadow: 0px 0px 6px 4px rgba(0,0,0,1); padding-left: 5px; } #panelLeft, #panelCenter, #panelRight { spacing: 4px; font-weight: normal; } #panelLeft:ltr { padding-right: 4px; padding-left: 4px; } #panelLeft:rtl { padding-left: 4px; } #panelRight:ltr { padding-left: 4px; } #panelRight:rtl { padding-right: 4px; } .label-shadow { color: rgba(0,0,0,0.5); } .panel-corner { } .panel-corner:active, .panel-corner:checked, .panel-corner:focus { } #appMenu { spacing: 4px; } .panel-button #appMenuIcon { app-icon-bottom-clip: 1px; } .panel-button:active #appMenuIcon, .panel-button:checked #appMenuIcon, .panel-button:focus #appMenuIcon { app-icon-bottom-clip: 2px; } .app-menu-icon { width: 24px; height: 24px; } .panel-button { -natural-hpadding: 12px; -minimum-hpadding: 6px; font-weight: bold; color: #aaa; icon-shadow: rgba(0,0,0,0.75) 0px 1px 1px; } .panel-button > StIcon { icon-size: 16px; /* Tray icon size */ } .panel-button:hover { color: #ccc; text-shadow: rgba(0,0,0,1) 0px -1px 0px; } .panel-button:active, .panel-button:checked, .panel-button:focus { border-image: url("img/button.png") 4 4 1 1 ; color: #4C94AF; text-shadow: rgba(0,0,0,1) 0px -1px 0px; } .panel-button:active > .system-status-icon, .panel-button:checked > .system-status-icon, .panel-button:focus > .system-status-icon { icon-shadow: black 0px 1px 1px; } #panelActivities { } #panelStatus { } #panelStatusMenu { spacing: 4px; } #legacyTray { spacing: 14px; padding-left: 14px; } #legacyTray:rtl { padding-left: 0px; padding-right: 14px; } #legacyTray:compact { spacing: 8px; } .panel-menu { -boxpointer-gap: 1px } #panelUserMenu { spacing: 4px; } .status-chooser { spacing: .4em; } .status-chooser .popup-menu-item, .status-chooser-combo .popup-menu-item { padding: .4em; } .status-chooser-user-icon { border: 1px solid #454545; border-radius: 3px; width: 48pt; height: 48pt; padding: 3px; } .status-chooser-user-icon:hover { border: 1px solid #4C94AF; } .status-chooser-user-name { font-weight: normal; font-size: 10pt; min-width: 120pt; } .status-chooser-combo { background-gradient-direction: vertical; background-gradient-start: #404040; background-gradient-end: #1f1f1f; border: 1px solid #111; box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1); border-radius: 3px; color: #aaa; } .status-chooser-combo:active { background-gradient-direction: vertical; background-gradient-start: #404040; background-gradient-end: #1f1f1f; border: 1px solid #111; border-radius: 3px; box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1); color: #aaa; } .status-chooser-combo:hover { background-gradient-direction: vertical; background-gradient-start: #334657; background-gradient-end: #131D25; border: 1px solid #111; box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1); border-radius: 3px; color: #cccccc; } .status-chooser-combo.popup-combo-menu { border-color: rgba(0,0,0,0.5); border-radius: 0px; background-color: rgba(38,38,38,1); border-width: 1px; box-shadow: 1px 1px 10px 0px rgba(0,0,0,1); color: #aaa; } .status-chooser-status-item, .status-chooser-combo .popup-combobox-item { spacing: .4em; } .system-status-icon { icon-size: 1.14em; } /* Overview */ #overview { spacing: 20px; } .workspace-controls { visible-width: 32px; /* Amount visible before hovering */ } .workspace-thumbnails-background { padding: 8px; border-image: url("img/wstbg.png") 8 8 8 8 ; } .workspace-thumbnails-background:rtl { } .workspace-thumbnails { spacing: 7px; } .workspace-thumbnail-indicator { border-image: url("img/frame.png") 23 23 23 23 ; } .window-caption { color: #ccc; spacing: 25px; text-shadow: black 0px 1px 1px; font-size: 10pt; padding: 8px 8px; -shell-caption-spacing: 8px; } .window-close { background-image: url("img/close-w.png"); height: 28px; width: 28px; -shell-close-overlap: 15px; } .window-close:hover { background-image: url("img/close-h.png"); height: 28px; width: 28px; -shell-close-overlap: 15px; } .window-close:active { background-image: url("img/close-p.png"); height: 28px; width: 28px; -shell-close-overlap: 15px; } .notification-close { background-image: url("img/close.png"); background-size: 16px; height: 16px; width: 16px; } .notification-close:hover { background-image: url("img/close-hover.png"); background-size: 16px; height: 16px; width: 16px; } .notification-close:active { background-image: url("img/close-active.png"); background-size: 16px; height: 16px; width: 16px; } .notification-close { /* we start out in the top right of the * notification, inset. * * center is 32px/2 = 16px * * adjust left 2px * adjust down 8px */ -shell-close-overlap-x: 5px; -shell-close-overlap-y: 5px; } /* Dash */ #dash { color: #aaa; font-size: 9pt; padding: 7px 3px 8px 0px; border-image: url("img/dash-c.png") 0 4 4 5 stretch; } #dash:rtl { /*border-left: 1px; border-right: 0px; border-radius: 9px 0px 0px 9px;*/ } #dash:empty { height: 100px; width: 80px; } .dash-placeholder { background-image: url("img/dash-placeholder.svg"); height: 27px; width: 48px; } .window-picker { -horizontal-spacing: 40px; -vertical-spacing: 40px; } #viewSelector { spacing: 1em; font-size: 10pt; } #viewSelectorTabBar { padding: 1em; } #searchArea { padding: 0 36px 0 0; } .prompt-dialog-password-entry, #searchEntry { selection-background-color: #bbbbbb; selected-color: #333333; padding: 8px 10px; border-radius: 3px; color: #999; font: 8pt; height: 16px; width: 250px; caret-color: #ccc; border-image: url("img/wst.png") 8 8 8 8 stretch; } #searchEntry:hover { } .prompt-dialog-password-entry:focus, #searchEntry:focus { color: #ccc; border-image: url("img/ws-h.png") 8 8 8 8 stretch; } .search-entry-icon { icon-size: 1em; } #searchEntry:hover .search-entry-icon { color: #ccc; } #searchEntry:focus .search-entry-icon { color: #ccc; } #searchResults { padding: 20px 10px 10px 10px; spacing: 18px; } #searchResultsContent { padding-right: 20px; spacing: 36px; } #searchResultsContent:rtl { padding-right: 0px; padding-left: 20px; } .search-statustext, .search-section-header { padding: 4px 8px; spacing: 4px; color: rgba(255,255,255,0.7); font-size: 1em; border-image: url("img/sep.png") 3 3 0 3 stretch; border-top: 0px; border-left: 0px; border-right: 0px; text-transform: uppercase; font-size: 10pt; } .search-section-results { color: #aaa; padding: 6px; } .search-section-list-results { spacing: 4px; } .results-container { spacing: 4px; } .search-providers-box { spacing: 12px; } .dash-search-button { width: 250px; font-weight: bold; color: #aaa; } .dash-search-button:selected, .dash-search-button:hover { color: #ccc; } .dash-search-button-label { color: #aaa; font-size: 11pt; } .dash-search-button:selected .dash-search-button-label, .dash-search-button:hover .dash-search-button-label { } .dash-label { color: #ddd; border-radius: 0px; padding: 12px 15px 17px 26px; border-image: url("img/dlltr.png") 20 15 7 12; text-align: center; -x-offset: 0px; } .dash-label:rtl { padding: 12px 26px 17px 15px; border-image: url("img/dlrtl.png") 15 20 7 12; } /* Application Launchers and Grid */ .icon-grid { spacing: 25px; -shell-grid-horizontal-item-size: 90px; -shell-grid-vertical-item-size: 90px; } .icon-grid .overview-icon { icon-size: 70px; } .all-app { padding: 10px; spacing: 10px; } .all-app:rtl { padding-right: 10px; padding-left: 10px; } .app-filter { padding: 12px 0px 12px 10px; font-size: 10pt; font-weight: bold; color: #aaa; background-gradient-direction: vertical; background-gradient-start: #292929; background-gradient-end: #202020; border: 1px solid #070707; box-shadow: inset 1px 1px rgba(255,255,255,0.1); border-radius: 0px; border-bottom: 0px; width: 150px; } .app-filter:last-child, .app-filter:last-child:hover, .app-filter:last-child:selected, .app-filter:last-child:selected:hover { border: 1px solid #070707; } .app-filter:first-child, .app-filter:first-child:hover, .app-filter:first-child:selected, .app-filter:first-child:selected:hover { } .app-filter:hover { background-gradient-direction: vertical; background-gradient-start: #243442; background-gradient-end: #142433; border: 1px solid #070707; box-shadow: inset 1px 1px rgba(255,255,255,0.1); border-radius: 0px; border-bottom: 0px; color: #cccccc; } .app-filter:selected { background-gradient-direction: vertical; background-gradient-start: #202020; background-gradient-end: #202020; border: 1px solid #070707; box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.7); border-radius: 0px; border-bottom: 0px; color: #aaa; } .app-filter:selected:hover { background-gradient-direction: vertical; background-gradient-start: #1C262F; background-gradient-end: #1C262F; border: 1px solid #070707; box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.7); border-radius: 0px; border-bottom: 0px; color: #aaa; } .app-filter:selected:rtl { } .app-filter:focus { } .dash-item-container > .app-well-app { padding: 4px 0px; } .remove-favorite-icon { color: #aaa; } .remove-favorite-icon:hover { color: #ccc; icon-shadow: black 0px 2px 2px; } .app-well-app > .overview-icon, .remove-favorite > .overview-icon, .search-result-content > .overview-icon { border-radius: 4px; padding: 6px; font-size: 9pt; color: #ccc; text-align: center; text-shadow: black 0px 1px 1px; border: 0px; } .dash-item-container > StButton { padding: 0px; } .show-apps { padding: 4px 0px; } .app-well-app > .overview-icon, .search-result-content > .overview-icon { } .dash-item-container > .app-well-app.running > .overview-icon { border-image: url("img/app-r.png") 0 0 8 8 stretch; } .dash-item-container > .app-well-app.running:hover > .overview-icon { border-image: url("img/app-r-h.png") 0 0 8 8 stretch; } .dash-item-container > .app-well-app:hover > .overview-icon, .remove-favorite:hover > .overview-icon{ border-image: url("img/app-h.png") 0 0 0 0 stretch; } .show-apps > .overview-icon { border: 1px solid transparent; } .show-apps:hover > .overview-icon { border-radius: 0px; border: 1px solid transparent; background-gradient-direction: horizontal; background-gradient-start: #151E27; background-gradient-end: #28394A; } .show-apps:checked > .overview-icon { background-color: #10171E; box-shadow: inset 0px 0px 7px rgba(0,0,0,0.7); border-radius: 0px; border: 1px solid #000000; } .show-apps:checked:hover > .overview-icon { background-color: #1B2229; box-shadow: inset 0px 0px 7px rgba(0,0,0,0.7); border-radius: 0px; border: 1px solid #000000; } .app-well-menu { font-size: 9pt; } /* LookingGlass */ #LookingGlassDialog { background-color: rgba(32,32,32,1); spacing: 4px; padding: 4px; border: 0px solid grey; box-shadow: 0px 0px 12px 3px rgba(0,0,0,1); border-radius: 0px; } #LookingGlassDialog > #Toolbar { border: 0px solid grey; border-radius: 0px; } #LookingGlassDialog .labels { spacing: 4px; } #LookingGlassDialog .notebook-tab { -natural-hpadding: 12px; -minimum-hpadding: 6px; font-weight: bold; color: #ccc; border: 1px solid transparent; padding-left: .3em; padding-right: .3em; } #LookingGlassDialog .notebook-tab:hover { color: white; text-shadow: black 0px 2px 2px; } #LookingGlassDialog .notebook-tab:selected { box-shadow: inset 0px -3px rgba(0,94,129,1); color: white; text-shadow: black 0px 2px 2px; } #LookingGlassDialog .lg-inspector-title { font-weight: bold; padding-bottom: 8px; } .lg-dialog StEntry { selection-background-color: #bbbbbb; selected-color: #333333; } .lg-completions-text { font-size: .9em; font-style: italic; } .lg-obj-inspector-title { spacing: 4px; } .lg-obj-inspector-button { border: 1px solid gray; padding: 4px; border-radius: 1px; } .lg-obj-inspector-button:hover { border: 1px solid #ffffff; } .lg-dialog .shell-link { color: #999999; } .lg-dialog .shell-link:hover { color: #dddddd; } #LookingGlassDialog StBoxLayout#EvalBox { padding: 4px; spacing: 4px; } #LookingGlassDialog StBoxLayout#ResultsArea { spacing: 4px; } #lookingGlassExtensions { padding: 4px; } .lg-extension-list { padding: 4px; spacing: 6px; } .lg-extension { border: 1px solid #6f6f6f; border-radius: 1px; padding: 4px; } .lg-extension-name { font-weight: bold; } .lg-extension-meta { spacing: 6px; } #LookingGlassPropertyInspector { background: rgba(32, 32, 32, 1); border: 1px solid grey; border-radius: 0px; padding: 6px; } /* Calendar popup */ #calendarArea { /* this is the width of the entire popup */ min-width: 600px; padding: 0 4px; } .calendar-vertical-separator { border-image: url("img/line-vert.png") 3 3 3 3 stretch; width: 3px; } #calendarPopup { border-color: rgba(0,0,0,0.5); border-radius: 0px; background-color: rgba(38,38,38,1); border-width: 1px; box-shadow: 1px 1px 10px 0px rgba(0,0,0,1); color: #aaa; } #calendarPopup .calendar { padding: 10px; } #calendarArea .popup-menu-item { } .calendar { padding: .4em 1.75em; spacing-rows: 0px; spacing-columns: 0px; } .calendar-month-label { color: #aaaaaa; font-size: 8pt; padding: 2px; font-weight: bold; text-shadow: rgba(0,0,0,1) 0px 0px 1px; } .calendar-change-month-back { width: 20px; height: 20px; background-image: url("img/calendar-arrow-left.svg"); border-radius: 3px; padding: 2px; border: 1px solid transparent; } .calendar-change-month-back:rtl { background-image: url("img/calendar-arrow-right.svg"); } .calendar-change-month-forward { width: 20px; height: 20px; background-image: url("img/calendar-arrow-right.svg"); border-radius: 3px; padding: 2px; border: 1px solid transparent; } .calendar-change-month-forward:rtl { background-image: url("img/calendar-arrow-left.svg"); } .calendar-change-month-back:hover, .calendar-change-month-forward:hover { } .calendar-change-month-back:active, .calendar-change-month-forward:active { } .datemenu-date-label { padding: .4em 1.75em; font-size: 10.5pt; color: #cccccc; font-weight: bold; text-shadow: rgba(0,0,0,1) 0px 0px 1px; } .calendar-day-base { font-size: 7.5pt; text-align: center; width: 2.4em; height: 2.4em; border: 1px solid rgba(255,255,255,0.05); } .calendar-day-base:hover { background-color: #4C6B87; border-radius: 0px; box-shadow: inset 0px 0px 3px rgba(0,0,0,1); color: #ccc; } .calendar-day-base:active { background-color: #334657; border-radius: 0px; box-shadow: inset 0px 0px 3px rgba(0,0,0,1); color: #ccc; } .calendar-day-heading { color: #aaa; text-shadow: rgba(0,0,0,1) 0px 0px 1px; } .calendar-week-number { color: #aaa; font-weight: bold; text-shadow: rgba(0,0,0,1) 0px 0px 1px; } /* Hack used in lieu of border-collapse - see calendar.js */ .calendar-day { border: 1px solid #0d0d0d; color: #aaaaaa; border-top-width: 0; border-left-width: 0; box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.05); } .calendar-day-top { border-top-width: 1px; } .calendar-day-left { border-left-width: 1px; } .calendar-work-day { } .calendar-nonwork-day { background-color: rgba(128, 128, 128, .1); } .calendar-today { text-shadow: black 0px 2px 2px; color: #cccccc; font-weight: bold; background-color: #334657; z-index: 100; } .calendar-other-month-day { color: #555; } .calendar-day-with-events { background-color: #707070; font-weight: bold; color: #cccccc; } .events-header-vbox { spacing: 6pt; padding-right: 1.75em; } .events-header-vbox:rtl { padding-right: 0em; padding-left: 1.75em; } .events-header-hbox { padding: 0.3em; } .events-day-header { font-size: 9pt; font-weight: bold; color: #aaa; padding-left: 0.3em; } .events-day-header:rtl { padding-left: 0em; padding-right: 0.3em; } .events-day-dayname { font-size: 9pt; color: #aaa; text-align: left; } .events-day-dayname:rtl { text-align: right; } .events-day-time { font-size: 9pt; color: #4C94AF; text-align: right; } .events-day-time:rtl { text-align: left; } .events-day-task { font-size: 9pt; color: #aaa; } .events-day-name-box { min-width: 15pt; } .events-time-box { min-width: 53pt; padding-right: 6pt; } .events-time-box:rtl { padding-right: 0px; padding-left: 6pt; } .events-event-box { } .url-highlighter { link-color: #005E81; } /* Message Tray */ #message-tray { background-color: #202020; transition-duration: 200; box-shadow: inset 0px 3px 6px rgba(0,0,0,1); } #message-tray:overview { background: rgba(32,32,32,0.7); border-top: rgba(255,255,255,0.1) solid 1px; box-shadow: 0px 0px 5px 1px rgba(0,0,0,1); color: #aaa; } #message-tray:keyboard { /* Same as the OSK */ background: rgba(32,32,32,0.7); } .notification { color: #ddd; border-radius: 0px; padding: 5px; background-color: #272727; box-shadow: 0px 0px 5px 3px rgba(0,0,0,1); } .notification, #notification-container { font-size: 11pt; width: 34em; } .notification.multi-line-notification { padding-bottom: 8px; } .notification-unexpanded { /* We want to force the actor at a specific size, irrespective of its minimum and preferred size, so we override both */ min-height: 36px; height: 36px; } /* We use row-span = 2 for the image cell, which prevents its height preferences to be taken into account during allocation, so its height ends up being limited by the height of the content in the other rows. To avoid showing a stretched image, we set the minimum height of the table to be ICON_SIZE + IMAGE_SIZE + spacing-rows = 24 + 125 + 10 = 159 */ .notification-with-image { min-height: 159px; } .summary-boxpointer { -arrow-border-radius: 0px; -arrow-background-color: rgba(0,0,0,0); -arrow-border-width: 0px; -arrow-border-color: rgba(0,0,0,0); -arrow-base: 0px; -arrow-rise: 0px; color: #aaa; border-color: rgba(0,0,0,0.5); border-radius: 0px; background-color: rgba(38,38,38,1); border-width: 1px; box-shadow: 1px 1px 10px 0px rgba(0,0,0,1); } .summary-boxpointer .notification { border-radius: 4px; border: none; background: rgba(0,0,0,0) !important; padding-bottom: 12px; } .summary-boxpointer #summary-right-click-menu { font-size: 10pt; padding-top: 12px; padding-bottom: 12px; } .summary-notification-stack-scrollview { max-height: 18em; padding-top: 6px; padding-bottom: 6px; } .summary-notification-stack-scrollview:ltr { padding-right: 8px; } .summary-notification-stack-scrollview:rtl { padding-left: 8px; } .notification-scrollview { max-height: 10em; -st-vfade-offset: 24px; } .notification-scrollview:ltr > StScrollBar { padding-left: 6px; } .notification-scrollview:rtl > StScrollBar { padding-right: 6px; } .notification-body { spacing: 5px; } .notification-button { padding: 12px 12px; } .notification-button:hover, .notification-button:focus { } .notification-button:active { } .notification-icon-button { border-radius: 3px; padding: 8px; } .notification-icon-button:focus { } .notification-icon-button:hover { } .notification-icon-button:active { } .notification-icon-button > StIcon { icon-size: 16px; padding: 8px; } .secondary-icon { icon-size: 1.09em; } .hotplug-transient-box { spacing: 6px; padding: 2px 72px 2px 12px; } .hotplug-notification-item { padding: 2px 10px; border-radius: 5px; font-size: 10pt; } .hotplug-notification-item:focus { padding: 1px 71px 1px 11px; } .hotplug-notification-item-icon { icon-size: 24px; padding: 2px 5px; } .hotplug-resident-box { spacing: 8px; } .hotplug-resident-mount { spacing: 8px; border-radius: 3px; color: #aaa; border: 1px solid transparent; } .hotplug-resident-mount:hover { color: #ccc; background-gradient-direction: vertical; background-gradient-start: #334657; background-gradient-end: #131D25; border: 1px solid #111; box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1); border-radius: 3px; } .hotplug-resident-mount-label { color: inherit; padding-left: 6px; } .hotplug-resident-mount-icon { icon-size: 24px; padding-left: 6px; } .hotplug-resident-eject-icon { icon-size: 16px; } .hotplug-resident-eject-button { padding: 8px; color: #aaa; } .hotplug-resident-eject-button:hover { } .chat-log-message { color: #aaa; } .chat-group-sent, .chat-group-meta { padding: 8px 0; } .chat-received { background-gradient-direction: horizontal; background-gradient-start: rgba(13, 13, 13, 1); background-gradient-end: rgba(13, 13, 13, 1); padding: 3px 4px; border-radius: 3px; border: 1px solid transparent; color: #aaa; } .chat-received:rtl { } .chat-sent { background-gradient-direction: horizontal; background-gradient-start: rgba(13, 13, 13, 1); background-gradient-end: rgba(13, 13, 13, 1); padding: 3px 4px; border: 1px solid transparent; border-radius: 3px; text-align: right; color: #999; } .chat-sent:rtl { padding-left: 0px; padding-right: 4px; } .chat-meta-message { padding-left: 4px; font-size: 10pt; color: #aaa; } .chat-meta-message:rtl { padding-left: 0px; padding-right: 4px; } .subscription-message { font-style: italic; } .notification StEntry { selection-background-color: #bbbbbb; selected-color: #333333; padding: 6px; color: #999; border-image: url("img/wst.png") 8 8 8 8 stretch; caret-color: #ffffff; caret-size: 1px; } .notification StEntry:focus { padding: 6px; color: #999; font: 8pt; border-image: url("img/ws-h.png") 8 8 8 8 stretch; } /* The spacing and padding on the summary is tricky; we want to keep * the icons from touching each other or the edges of the screen, but * we also want them to be "Fitts"-y with respect to the edges, so the * summary area's bottom and right padding must actually be part of * the icons. However, we can't put *all* of the padding into the * icons, because then the summary would be 0x0 when there were no * icons in it, and so you wouldn't be able to hover over it to * activate it. * * Also, the spacing between a summary-source's icon and title is * actually specified as padding-left in source-title, because we * want the spacing to collapse along with the title. */ #summary-mode { height: 72px; } .summary-source-button { padding: 6px 3px 6px 3px; } .summary-source-button:last-child:ltr { padding-right: 6px; } .summary-source-button:last-child:rtl { padding-left: 6px; } .summary-source-button:ltr { padding-right: 6px; } .summary-source-button:selected .summary-source { background-gradient-direction: vertical; background-gradient-start: rgba(0, 0, 0, 0.1); background-gradient-end: rgba(0, 0, 0, 0.2); } .summary-source-button:expanded:selected .summary-source { background-gradient-direction: vertical; background-gradient-start: rgba(0, 0, 0, 0.2); background-gradient-end: rgba(0, 0, 0, 0.4); } .summary-source-button:expanded:selected { } .summary-source-button:rtl { padding-left: 12px; } .summary-source-button:last-child:ltr { padding-right: 12px; } .summary-source-button:last-child:rtl { padding-left: 12px; } .summary-source { padding-right: 4px; padding-left: 4px; } .summary-source-counter { color: #aaa; background-color: #0d0d0d; border: 1px solid #323232; box-shadow: 0px 0px 5px 1px rgba(0,0,0,1); font-size: 9pt; border-radius: 3px; min-height: 1em; min-width: 1em; } .source-title { font-size: 9pt; font-weight: bold; padding-left: 4px; } .source-title:rtl { padding-left: 0px; padding-right: 4px; } /* App Switcher */ #altTabPopup { padding: 8px; spacing: 16px; } .switcher-list { background: #202020; border: 1px solid #111; box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1); border-radius: 6px; padding: 10px; font-size: 9pt; color: #aaa; text-shadow: black 0px 1px 2px; } .switcher-list-item-container { spacing: 8px; } .thumbnail-scroll-gradient-left { background-gradient-direction: horizontal; background-gradient-start: rgba(51, 51, 51, 1.0); background-gradient-end: rgba(51, 51, 51, 0); border-radius: 24px; border-radius-topright: 0px; border-radius-bottomright: 0px; width: 60px; } .thumbnail-scroll-gradient-right { background-gradient-direction: horizontal; background-gradient-start: rgba(51, 51, 51, 0); background-gradient-end: rgba(51, 51, 51, 1.0); border-radius: 24px; border-radius-topleft: 0px; border-radius-bottomleft: 0px; width: 60px; } .switcher-list .item-box { padding: 6px; border-radius: 4px; border: 1px solid rgba(255,255,255,0.0); } .switcher-list .item-box:outlined { padding: 6px; border: 1px solid rgba(85,85,85,1.0); } .switcher-list .item-box:selected { border-image: url("img/button-normal.png") 8 8 8 8 stretch; } .switcher-list .thumbnail-box { padding: 2px; spacing: 4px; } .switcher-list .thumbnail { width: 256px; } .switcher-list .separator { width: 3px; border-image: url("img/line-vert.png") 3 3 3 3 stretch; } .ripple-box { width: 52px; height: 52px; background-image: url("img/corner-ripple-ltr.png"); } .ripple-box:rtl { background-image: url("img/corner-ripple-rtl.png"); } .switcher-arrow { border-color: rgba(0,0,0,0); color: #aaa; } .switcher-arrow:highlighted { border-color: rgba(0,0,0,0); color: #ccc; } /* Workspace Switcher */ .workspace-switcher-group { padding: 10px; } .workspace-switcher-container { background: #202020; border: 1px solid #111; box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1); border-radius: 6px; padding: 12px; } .workspace-switcher { background: transparent; border: 0px; border-radius: 0px; padding: 0px; spacing: 8px; } .ws-switcher-box { height: 100px; background: #262626; border: 1px solid rgba(255,255,255,0.05); box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,1); border-radius: 4px; } .ws-switcher-active-up, .ws-switcher-active-down { height: 100px; background-image: url("img/ws-switch-arrow-up.svg"); background: #0d0d0d; border: 1px solid rgba(255,255,255,0.05); box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.7); border-radius: 4px; } .ws-switcher-active-up { background-image: url("img/ws-switch-arrow-up.svg"); } .ws-switcher-active-down { background-image: url("img/ws-switch-arrow-down.svg"); } /* Modal Dialogs */ .modal-dialog { font-size: 12pt; border-radius: 6px; background-color: #202020; border: 1px solid #0d0d0d; box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.07); color: #aaa; padding-right: 42px; padding-left: 42px; padding-bottom: 30px; padding-top: 30px; } .modal-dialog-button-box { spacing: 21px; } .modal-dialog-button { font-size: 10pt; margin-left: 10px; margin-right: 10px; } .modal-dialog-button:active, .modal-dialog-button:pressed { } .modal-dialog-button:hover, .modal-dialog-button:focus { } /* Run Dialog */ .run-dialog-label { font-size: 9pt; color: #aaa; } .run-dialog-error-label { font-size: 9pt; color: #aaa; } .run-dialog-error-box { padding-top: 15px; spacing: 5px; } .run-dialog-entry { selection-background-color: #bbbbbb; selected-color: #333333; font-size: 10.5pt; font-weight: bold; width: 23em; color: #999; padding: 6px 6px; border-image: url("img/wst.png") 8 8 8 8 stretch; } .run-dialog { border-radius: 6px; padding-right: 21px; padding-left: 21px; padding-bottom: 15px; padding-top: 15px; } .lightbox { background-color: rgba(0, 0, 0, 0.4); } /* End Session Dialog */ .end-session-dialog { spacing: 42px; } .end-session-dialog-subject { font-size: 12pt; font-weight: bold; color: #888; padding-top: 10px; padding-left: 17px; padding-bottom: 30px; } .end-session-dialog-subject:rtl { padding-left: 0px; padding-right: 17px; } .end-session-dialog-description { font-size: 10pt; color: #aaa; padding-left: 17px; width: 28em; } .end-session-dialog-description:rtl { padding-right: 17px; } .end-session-dialog-logout-icon { border: 1px solid #333; border-radius: 4px; width: 48px; height: 48px; } .end-session-dialog-shutdown-icon { width: 48px; height: 48px; } .end-session-dialog-app-list { font-size: 10pt; max-height: 200px; padding-top: 42px; padding-left: 49px; padding-right: 32px; } .end-session-dialog-app-list:rtl { padding-right: 49px; padding-left: 32px; } .end-session-dialog-app-list-item { color: #aaa; } .end-session-dialog-app-list-item:hover { color: #ccc; } .end-session-dialog-app-list-item:ltr { padding-right: 1em; } .end-session-dialog-app-list-item:rtl { padding-left: 1em; } .end-session-dialog-app-list-item-icon:ltr { padding-right: 17px; } .end-session-dialog-app-list-item-icon:rtl { padding-left: 17px; } .end-session-dialog-app-list-item-name { font-size: 10pt; } .end-session-dialog-app-list-item-description { font-size: 8pt; color: #999; } /* ShellMountOperation Dialogs */ .shell-mount-operation-icon { icon-size: 48px; } .mount-password-reask { color: #dd0000; } .show-processes-dialog, .mount-question-dialog { spacing: 24px; } .show-processes-dialog-subject, .mount-question-dialog-subject { font-size: 12pt; font-weight: bold; color: #999; padding-top: 10px; padding-left: 17px; padding-bottom: 6px; } .show-processes-dialog-subject:rtl, .mount-question-dialog-subject:rtl { padding-left: 0px; padding-right: 17px; } .show-processes-dialog-description, .mount-question-dialog-description { font-size: 10pt; color: #aaa; padding-left: 17px; width: 28em; } .show-processes-dialog-description:rtl, .mount-question-dialog-description:rtl { padding-right: 17px; } .show-processes-dialog-app-list { font-size: 10pt; max-height: 200px; padding-top: 24px; padding-left: 49px; padding-right: 32px; } .show-processes-dialog-app-list:rtl { padding-right: 49px; padding-left: 32px; } .show-processes-dialog-app-list-item { color: #aaa; } .show-processes-dialog-app-list-item:hover { color: #ccc; } .show-processes-dialog-app-list-item:ltr { padding-right: 1em; } .show-processes-dialog-app-list-item:rtl { padding-left: 1em; } .show-processes-dialog-app-list-item-icon:ltr { padding-right: 17px; } .show-processes-dialog-app-list-item-icon:rtl { padding-left: 17px; } .show-processes-dialog-app-list-item-name { font-size: 10pt; } .prompt-dialog { /* this is the width of the entire modal popup */ width: 500px; } .prompt-dialog-main-layout { spacing: 24px; padding: 10px; } .prompt-dialog-message-layout { spacing: 16px; } .prompt-dialog-headline { font-size: 12pt; font-weight: bold; color: #707070; } .prompt-dialog-password-box { spacing: 1em; padding-bottom: 1em; } .prompt-dialog-error-label { font-size: 10pt; color: #ff0000; padding-bottom: 8px; } .prompt-dialog-info-label { font-size: 10pt; padding-bottom: 8px; } .hidden { color: rgba(0,0,0,0); } .prompt-dialog-null-label { font-size: 10pt; padding-bottom: 8px; } /* PolicyKit Authentication Dialog */ .polkit-dialog { /* this is the width of the entire modal popup */ width: 500px; } .polkit-dialog-main-layout { spacing: 24px; padding: 10px; } .polkit-dialog-message-layout { spacing: 16px; } .polkit-dialog-headline { font-size: 12pt; font-weight: bold; color: #999; } .polkit-dialog-description { font-size: 10pt; color: #aaa; } .polkit-dialog-user-layout { padding-left: 10px; spacing: 10px; } .polkit-dialog-user-layout:rtl { padding-left: 0px; padding-right: 10px; } .polkit-dialog-user-root-label { color: #dd0000; } .polkit-dialog-password-label:ltr { padding-right: 0.5em; } .polkit-dialog-password-label:rtl { padding-left: 0.5em; } .polkit-dialog-password-entry { selection-background-color: #bbbbbb; selected-color: #333333; padding: 6px 6px; border-image: url("img/wst.png") 8 8 8 8 stretch; color: #999; } .polkit-dialog-error-label { font-size: 10pt; color: #ccc; background-color: #990000; padding: 2px 10px; margin-bottom: 10px; border-radius: 2px; } .polkit-dialog-info-label { font-size: 10pt; padding-bottom: 8px; } /* intentionally left transparent to avoid dialog changing size */ .polkit-dialog-null-label { font-size: 10pt; color: rgba(0,0,0,0); padding-bottom: 8px; } /* Network Agent Dialog */ .network-dialog-show-password-checkbox { padding-top: 5px; padding-bottom: 5px; font-size: 10pt; color: #aaa; spacing: 10px; } .network-dialog-secret-table { spacing-rows: 15px; spacing-columns: 1em; } .keyring-dialog-control-table { spacing-rows: 15px; spacing-columns: 1em; } /* Magnifier */ .magnifier-zoom-region { border: 2px solid rgba(128, 0, 0, 255); } .magnifier-zoom-region.full-screen { border-width: 0px; } /* On-screen Keyboard */ #keyboard { background: rgba(32,32,32,0.7); border-top: rgba(255,255,255,0.1) solid 1px; box-shadow: 0px 0px 5px 1px rgba(0,0,0,1); } .keyboard-layout { spacing: 10px; padding: 10px; } .keyboard-row { spacing: 15px; } .keyboard-key { min-height: 30px; min-width: 30px; border-image: url("img/button-normal.png") 8 8 8 8 stretch; font-size: 16pt; font-weight: bold; color: #bbbbbb; } .keyboard-key:grayed { border-image: url("img/button-insensitive.png") 8 8 8 8 stretch; } .keyboard-key:checked, .keyboard-key:hover { border-image: url("img/button-prelight.png") 8 8 8 8 stretch; } .keyboard-key:active { border-image: url("img/button-pressed.png") 8 8 8 8 stretch; } .keyboard-subkeys { color: #bbbbbb; padding: 5px; -arrow-border-radius: 3px; -arrow-background-color: rgba(32,32,32,0.7); -arrow-border-width: 1px; -arrow-border-color: rgba(255,255,255,0.1); -arrow-base: 20px; -arrow-rise: 10px; -boxpointer-gap: 5px; } /* IBus Candidate Popup */ .candidate-index { padding: 0.5em 0.5em 0.5em 0.5em; } .candidate-label { padding: 0.5em 0.5em 0.5em 0.5em; } .candidate-label:selected { border-radius: 0px; background-color: #707070; } /* Login Dialog */ .login-dialog-banner { font-size: 10pt; font-weight: bold; text-align: center; color: #666666; padding-bottom: 1em; } .login-dialog-title { font-size: 14pt; font-weight: bold; color: #666666; padding-bottom: 2em; } .login-dialog { /* Reset border and background */ border: none; background-color: transparent; border-radius: 16px; min-height: 150px; max-height: 700px; min-width: 350px; } .login-dialog-prompt-login-hint-message { font-size: 10.5pt; } .login-dialog-user-list-view { -st-vfade-offset: 1em; } .login-dialog-user-list { spacing: 12px; padding: .2em; } .login-dialog-user-list-item { border-radius: 10px; padding: .2em; } .login-dialog-user-list-item:ltr { padding-right: 1em; } .login-dialog-user-list-item:rtl { padding-left: 1em; } .login-dialog-user-list-item .login-dialog-user-list-item-name { font-size: 20pt; padding-left: 1em; } .login-dialog-user-list:expanded .login-dialog-user-list-item { color: #808080; } .login-dialog-user-list-item, .login-dialog-user-list-item:hover .login-dialog-user-list-item-name, .login-dialog-user-list:expanded .login-dialog-user-list-item:focus .login-dialog-user-list-item-name, .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { color: #eee; } .login-dialog-user-list-item:hover { background-color: #575757; border: 1px solid #767676; } .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { background-color: #575757; border: 1px solid #767676; } .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { background-image: url("assets/logged-in-indicator.png"); background-size: 320px 24px; } .login-dialog-user-list-item-text-box { padding: 0 0.5em; } .login-dialog-user-list-item .login-dialog-timed-login-indicator { background-color: rgba(0,0,0,0.0); height: 2px; } .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { } .login-dialog-user-list-item-icon { border: 2px solid #8b8b8b; border-radius: 1px; width: 64px; height: 64px; } .login-dialog-not-listed-label { font-size: 10.5pt; font-weight: bold; color: #808080; padding-top: 1em; } .login-dialog-not-listed-button:focus .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { color: #E8E8E8; } .login-dialog-username { font-size: 16pt; font-weight: bold; text-align: left; padding-left: 15px; } .login-dialog-prompt-layout { padding-top: 24px; padding-bottom: 12px; spacing: 8px; } .login-dialog-prompt-label { color: #eeeeee; font-size: 14px; } .login-dialog-prompt-entry { width: 15em; } .login-dialog-session-list { color: #eee; font-size: 10.5pt; } .login-dialog-session-list-button { padding: 4px; } .login-dialog-session-list-button:focus { background-color: #202020; border: 1px solid transparent; color: #ddd; box-shadow: inset 0px -3px rgba(162,40,20,1); } .login-dialog-session-list-button:active { color: #eee; font-weight: bold; } .login-dialog-session-list-button:hover { background-color: #6a6a6a; box-shadow: inset 0px -3px rgba(255,56,22,1); color: #fff; } .login-dialog-session-list-scroll-view { background-color: #161616; border-radius: 0px; padding: .5em; } .login-dialog-session-list-item:focus { background-color: #a22814; color: #eee; } .login-dialog-session-list-triangle { padding-right: .5em; } .login-dialog-session-list-item-box { spacing: .25em; } .login-dialog-session-list-item-dot { width: .75em; height: .75em; } .login-dialog .modal-dialog-button { border: 1px solid #767676; background: #575757; border-radius: 0px; padding: 5px 18px; color: #ddd; } .login-dialog .modal-dialog-button:hover { border: 1px solid #808080; background: #6a6a6a; color: #fff; } .login-dialog .modal-dialog-button:default { color: #ddd; border-radius: 0px; border: 1px solid #767676; background-color: #575757; box-shadow: inset 0px -1px rgba(162,40,20,1); } .login-dialog .modal-dialog-button:default:hover { color: #fff; border-radius: 0px; border: 1px solid #808080; background-color: #6a6a6a; box-shadow: inset 0px -1px rgba(162,40,20,1); } .login-dialog .modal-dialog-button:active, .login-dialog .modal-dialog-button:pressed, .login-dialog .modal-dialog-button:default:active, .login-dialog .modal-dialog-button:default:pressed { color: #aaa; border-radius: 0px; border: 1px solid #333; box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.20); background-color: #1c1c1c; } .login-dialog-message-warning { color: orange; } .unlock-dialog-user-name-container { spacing: .4em; } /* Screen shield */ .screen-shield-background { background: black; box-shadow: 0px 4px 8px rgba(0,0,0,0.9); } #lockDialogGroup { background: #202020; } .screen-shield-arrows { padding-bottom: 3em; } .screen-shield-arrows Gjs_Arrow { color: white; width: 80px; height: 48px; -arrow-thickness: 12px; -arrow-shadow: 0 1px 1px rgba(0,0,0,0.4); } .screen-shield-contents-box { spacing: 48px; } .screen-shield-clock { color: white; text-shadow: 0px 1px 2px rgba(0,0,0,0.6); font-weight: bold; text-align: center; padding-bottom: 1.5em; } .screen-shield-clock-time { font-size: 72pt; text-shadow: 0px 2px 2px rgba(0,0,0,0.4); } .screen-shield-clock-date { font-size: 28pt; } #screenShieldNotifications { border-radius: 0px; background-color: #272727; max-height: 500px; padding: 18px 0; box-shadow: .5em .5em 20px rgba(0, 0, 0, 0.5); } .screen-shield-notifications-box { spacing: 18px; } .screen-shield-notification-source { padding: 0 24px; spacing: 5px; } .screen-shield-notification-label { font-size: 1.2em; font-weight: bold; color: #babdb6; } /* Remove background from notifications, otherwise opacity is doubled and they look darker */ .screen-shield-notifications-box .notification { background-color: transparent; } /* Override padding on resident notifications, since the notifications box has its own spacing */ .screen-shield-notifications-box .summary-notification-stack-scrollview { padding-top: 0px; padding-bottom: 0px; }
themes/OMG-Dark/gnome-shell/gnome-shell.css
/* default text style */ stage { font-family: ubuntu, cantarell, sans-serif; font-size: 10pt; color: #aaaaaa; } /* links */ .shell-link { color: #005E81; text-decoration: underline; } .shell-link:hover { color: #4C94AF; } /* small */ .app-well-menu, .contact-details-status, .run-dialog-label, .run-dialog-error-label { font-size: 9pt; } /* small bold */ .dash-label, .window-caption, .switcher-list, .app-well-app > .overview-icon, .show-apps > .overview-icon, .search-result-content > .overview-icon { font-size: 9pt; font-weight: bold; } /* Scroll Bars */ StScrollBar { padding: 0px; } StScrollView.vfade { -st-vfade-offset: 68px; } StScrollView StScrollBar { min-width: 17px; min-height: 17px; } StScrollBar StBin#trough { } StScrollBar StButton#hhandle { border-style: none; border-radius: 8px; border-width: 8px; border-image: url("img/scrollbar-slider.png") 9 9 8 9 ; } StScrollBar StButton#vhandle { border-style: none; border-radius: 8px; border-width: 8px; border-image: url("img/scrollbar-slider-vertical.png") 8 9 9 9 ; } StScrollBar StButton#hhandle:hover { border-style: none; border-radius: 8px; border-width: 8px; border-image: url("img/scrollbar-slider-hover.png") 9 9 8 9 ; } StScrollBar StButton#vhandle:hover { border-style: none; border-radius: 8px; border-width: 8px; border-image: url("img/scrollbar-slider-hover-vertical.png") 8 9 9 9 ; } StTooltip StLabel { padding: 2px 4px; background-color: #4C7B9D; color: #000000; font-size: 9pt; font-weight: normal; text-align: center; } /* Check Boxes */ .check-box ShellGenericContainer { spacing: .8em; } .check-box StBin { width: 22px; height: 22px; background-image: url("img/checkbox-off.png"); } .check-box:focus StBin { background-image: url("img/checkbox-off-focused.png"); } .check-box:checked StBin { background-image: url("img/checkbox.png"); } .check-box:focus:checked StBin { background-image: url("img/checkbox-focused.png"); } /* PopupMenu */ .popup-menu-boxpointer { -arrow-border-radius: 0px; -arrow-background-color: rgba(0,0,0,0); -arrow-border-width: 0px; -arrow-border-color: #a5a5a5; -arrow-base: 0px; -arrow-rise: 0px; border-color: rgba(0,0,0,0.5); border-radius: 0px; background-color: rgba(38,38,38,1); border-width: 1px; box-shadow: 1px 1px 10px 0px rgba(0,0,0,1); } .popup-menu { color: #aaaaaa; font-size: 10pt; min-width: 200px; } .popup-submenu-menu-item:open { background-color: #334657; } .popup-sub-menu { border-color: rgba(0,0,0,0.5); border-radius: 0px; background-color: rgba(32,32,32,1); border-width: 1px; border-left: 0px; border-right: 0px; box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.5); } .popup-sub-menu .popup-menu-item:ltr { padding-right: 0em; } .popup-sub-menu .popup-menu-item:rtl { padding-left: 0em; } .popup-sub-menu StScrollBar { } .popup-sub-menu StScrollBar StBin#trough { border-width: 0px; } .popup-sub-menu StScrollBar StBin#vhandle { border-width: 0px; } .popup-combo-menu { border-color: rgba(0,0,0,0.5); border-radius: 0px; background-color: rgba(38,38,38,1); border-width: 1px; box-shadow: 1px 1px 10px 0px rgba(0,0,0,1); } /* The remaining popup-menu sizing is all done in ems, so that if you * override .popup-menu.font-size, everything else will scale with it. */ .popup-menu-content { padding: 0.4em 0em; } .popup-menu-item { padding: 0.4em 1em; spacing: 1em; border-top: transparent solid 1px; } .popup-menu-item:active { background-gradient-direction: vertical; background-gradient-start: #334657; background-gradient-end: #243340; border: 1px solid #425D73; border-bottom: 0px; border-left: 0px; border-right: 0px; border-radius: 0px; box-shadow: 0px 1px 0px #141E27; color: #cccccc; } .popup-menu-item:insensitive { color: #555555; } .popup-image-menu-item { } .popup-separator-menu-item { background-color: #0d0d0d; border-radius: 5px; box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.05); height: 1px; } .popup-alternating-menu-item:alternate { font-weight: bold; } .popup-slider-menu-item { height: 1em; min-width: 15em; -slider-height: 0.3em; -slider-background-color: #0d0d0d; -slider-border-color: #333; -slider-active-background-color: #001426; -slider-active-border-color: #333; -slider-border-width: 1px; -slider-handle-radius: 0.4em; } .popup-device-menu-item { spacing: .5em; } .popup-inactive-menu-item { font-weight: normal; color: #555; } .popup-subtitle-menu-item { font-weight: bold; } .popup-menu-icon { icon-size: 1.14em; } /* Switches (to be used in menus) */ .toggle-switch { width: 64px; height: 22px; } .toggle-switch-us { background-image: url("img/switch-off.png"); } .toggle-switch-us:checked { background-image: url("img/switch-on.png"); } .toggle-switch-intl { background-image: url("img/switch-o.png"); } .toggle-switch-intl:checked { background-image: url("img/switch-1.png"); } .nm-menu-item-icons { spacing: .5em; } /* Buttons */ .dash-search-button, .notification-button, .notification-icon-button, .hotplug-notification-item, .hotplug-resident-eject-button, .modal-dialog-button { color: #aaa; padding: 10px 20px; border-image: url("img/button-normal.png") 8 8 8 8 stretch; } .search-result-content:hover > .overview-icon, .app-well-app:hover > .overview-icon, #overview .journal-item:hover > .overview-icon, #overview .journal-item-selection > .overview-icon, .app-well-app.running:hover > .overview-icon, .dash-search-button:hover, .notification-button:hover, .notification-icon-button:hover, .hotplug-notification-item:hover, .hotplug-resident-eject-button:hover, .modal-dialog-button:hover { border-image: url("img/button-prelight.png") 8 8 8 8 stretch; } .search-result-content:focus > .overview-icon, .app-well-app:selected > .overview-icon, .search-result-content:selected > .overview-icon, .dash-search-button:selected, .notification-button:focus, .notification-icon-button:focus, .hotplug-notification-item:focus, .modal-dialog-button:focus { border-image: url("img/button-focused.png") 8 8 8 8 stretch; } .app-well-app.running > .overview-icon, .search-result-content .running > .overview-icon, .dash-search-button:active, .dash-search-button:pressed, .notification-button:active, .notification-icon-button:active, .hotplug-notification-item:active, .hotplug-resident-eject-button:active, .modal-dialog-button:active, .modal-dialog-button:pressed { border-image: url("img/button-pressed.png") 8 8 8 8 stretch; } .app-well-app.running:hover > .overview-icon, .search-result-content .running:hover > .overview-icon, .dash-search-button:active:hover, .dash-search-button:pressed, .notification-button:active:hover, .notification-icon-button:active:hover, .hotplug-notification-item:active:hover, .hotplug-resident-eject-button:active:hover, .modal-dialog-button:active:hover, .modal-dialog-button:pressed { border-image: url("img/button-active-hover.png") 8 8 8 8 stretch; } /* Panel */ #panel { border: 1px solid rgba(0,0,0,0.3); border-top: 0px; border-left: 0px; border-right: 0px; border-radius: 0px; color: #aaa; background-gradient-direction: vertical; background-gradient-start: #313131; background-gradient-end: #111; height: 24px; font-size: 10pt; font-weight: normal; box-shadow: 0px 0px 6px 4px rgba(0,0,0,1); padding-left: 5px; } #panelLeft, #panelCenter, #panelRight { spacing: 4px; font-weight: normal; } #panelLeft:ltr { padding-right: 4px; padding-left: 4px; } #panelLeft:rtl { padding-left: 4px; } #panelRight:ltr { padding-left: 4px; } #panelRight:rtl { padding-right: 4px; } .label-shadow { color: rgba(0,0,0,0.5); } .panel-corner { } .panel-corner:active, .panel-corner:checked, .panel-corner:focus { } #appMenu { spacing: 4px; } .panel-button #appMenuIcon { app-icon-bottom-clip: 1px; } .panel-button:active #appMenuIcon, .panel-button:checked #appMenuIcon, .panel-button:focus #appMenuIcon { app-icon-bottom-clip: 2px; } .app-menu-icon { width: 24px; height: 24px; } .panel-button { -natural-hpadding: 12px; -minimum-hpadding: 6px; font-weight: bold; color: #aaa; icon-shadow: rgba(0,0,0,0.75) 0px 1px 1px; } .panel-button > StIcon { icon-size: 16px; /* Tray icon size */ } .panel-button:hover { color: #ccc; text-shadow: rgba(0,0,0,1) 0px -1px 0px; } .panel-button:active, .panel-button:checked, .panel-button:focus { border-image: url("img/button.png") 4 4 1 1 ; color: #4C94AF; text-shadow: rgba(0,0,0,1) 0px -1px 0px; } .panel-button:active > .system-status-icon, .panel-button:checked > .system-status-icon, .panel-button:focus > .system-status-icon { icon-shadow: black 0px 1px 1px; } #panelActivities { } #panelStatus { } #panelStatusMenu { spacing: 4px; } #legacyTray { spacing: 14px; padding-left: 14px; } #legacyTray:rtl { padding-left: 0px; padding-right: 14px; } #legacyTray:compact { spacing: 8px; } .panel-menu { -boxpointer-gap: 1px } #panelUserMenu { spacing: 4px; } .status-chooser { spacing: .4em; } .status-chooser .popup-menu-item, .status-chooser-combo .popup-menu-item { padding: .4em; } .status-chooser-user-icon { border: 1px solid #454545; border-radius: 3px; width: 48pt; height: 48pt; padding: 3px; } .status-chooser-user-icon:hover { border: 1px solid #4C94AF; } .status-chooser-user-name { font-weight: normal; font-size: 10pt; min-width: 120pt; } .status-chooser-combo { background-gradient-direction: vertical; background-gradient-start: #404040; background-gradient-end: #1f1f1f; border: 1px solid #111; box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1); border-radius: 3px; color: #aaa; } .status-chooser-combo:active { background-gradient-direction: vertical; background-gradient-start: #404040; background-gradient-end: #1f1f1f; border: 1px solid #111; border-radius: 3px; box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1); color: #aaa; } .status-chooser-combo:hover { background-gradient-direction: vertical; background-gradient-start: #334657; background-gradient-end: #131D25; border: 1px solid #111; box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1); border-radius: 3px; color: #cccccc; } .status-chooser-combo.popup-combo-menu { border-color: rgba(0,0,0,0.5); border-radius: 0px; background-color: rgba(38,38,38,1); border-width: 1px; box-shadow: 1px 1px 10px 0px rgba(0,0,0,1); color: #aaa; } .status-chooser-status-item, .status-chooser-combo .popup-combobox-item { spacing: .4em; } .system-status-icon { icon-size: 1.14em; } /* Overview */ #overview { spacing: 20px; } .workspace-controls { visible-width: 32px; /* Amount visible before hovering */ } .workspace-thumbnails-background { padding: 8px; border-image: url("img/wstbg.png") 8 8 8 8 ; } .workspace-thumbnails-background:rtl { } .workspace-thumbnails { spacing: 7px; } .workspace-thumbnail-indicator { border-image: url("img/frame.png") 23 23 23 23 ; } .window-caption { color: #ccc; spacing: 25px; text-shadow: black 0px 1px 1px; font-size: 10pt; padding: 8px 8px; -shell-caption-spacing: 8px; } .window-close { background-image: url("img/close-w.png"); height: 28px; width: 28px; -shell-close-overlap: 15px; } .window-close:hover { background-image: url("img/close-h.png"); height: 28px; width: 28px; -shell-close-overlap: 15px; } .window-close:active { background-image: url("img/close-p.png"); height: 28px; width: 28px; -shell-close-overlap: 15px; } .notification-close { background-image: url("img/close.png"); background-size: 16px; height: 16px; width: 16px; } .notification-close:hover { background-image: url("img/close-hover.png"); background-size: 16px; height: 16px; width: 16px; } .notification-close:active { background-image: url("img/close-active.png"); background-size: 16px; height: 16px; width: 16px; } .notification-close { /* we start out in the top right of the * notification, inset. * * center is 32px/2 = 16px * * adjust left 2px * adjust down 8px */ -shell-close-overlap-x: 5px; -shell-close-overlap-y: 5px; } /* Dash */ #dash { color: #aaa; font-size: 9pt; padding: 7px 3px 8px 0px; border-image: url("img/dash-c.png") 0 4 4 5 stretch; } #dash:rtl { /*border-left: 1px; border-right: 0px; border-radius: 9px 0px 0px 9px;*/ } #dash:empty { height: 100px; width: 80px; } .dash-placeholder { background-image: url("img/dash-placeholder.svg"); height: 27px; width: 48px; } .window-picker { -horizontal-spacing: 40px; -vertical-spacing: 40px; } #viewSelector { spacing: 1em; font-size: 10pt; } #viewSelectorTabBar { padding: 1em; } #searchArea { padding: 0 36px 0 0; } .prompt-dialog-password-entry, #searchEntry { selection-background-color: #bbbbbb; selected-color: #333333; padding: 8px 10px; border-radius: 3px; color: #999; font: 8pt; height: 16px; width: 250px; caret-color: #ccc; border-image: url("img/wst.png") 8 8 8 8 stretch; } #searchEntry:hover { } .prompt-dialog-password-entry:focus, #searchEntry:focus { color: #ccc; border-image: url("img/ws-h.png") 8 8 8 8 stretch; } .search-entry-icon { icon-size: 1em; } #searchEntry:hover .search-entry-icon { color: #ccc; } #searchEntry:focus .search-entry-icon { color: #ccc; } #searchResults { padding: 20px 10px 10px 10px; spacing: 18px; } #searchResultsContent { padding-right: 20px; spacing: 36px; } #searchResultsContent:rtl { padding-right: 0px; padding-left: 20px; } .search-statustext, .search-section-header { padding: 4px 8px; spacing: 4px; color: rgba(255,255,255,0.7); font-size: 1em; border-image: url("img/sep.png") 3 3 0 3 stretch; border-top: 0px; border-left: 0px; border-right: 0px; text-transform: uppercase; font-size: 10pt; } .search-section-results { color: #aaa; padding: 6px; } .search-section-list-results { spacing: 4px; } .results-container { spacing: 4px; } .search-providers-box { spacing: 12px; } .dash-search-button { width: 250px; font-weight: bold; color: #aaa; } .dash-search-button:selected, .dash-search-button:hover { color: #ccc; } .dash-search-button-label { color: #aaa; font-size: 11pt; } .dash-search-button:selected .dash-search-button-label, .dash-search-button:hover .dash-search-button-label { } .dash-label { color: #ddd; border-radius: 0px; padding: 12px 15px 17px 26px; border-image: url("img/dlltr.png") 20 15 7 12; text-align: center; -x-offset: 0px; } .dash-label:rtl { padding: 12px 26px 17px 15px; border-image: url("img/dlrtl.png") 15 20 7 12; } /* Application Launchers and Grid */ .icon-grid { spacing: 25px; -shell-grid-horizontal-item-size: 90px; -shell-grid-vertical-item-size: 90px; } .icon-grid .overview-icon { icon-size: 70px; } .all-app { padding: 10px; spacing: 10px; } .all-app:rtl { padding-right: 10px; padding-left: 10px; } .app-filter { padding: 12px 0px 12px 10px; font-size: 10pt; font-weight: bold; color: #aaa; background-gradient-direction: vertical; background-gradient-start: #292929; background-gradient-end: #202020; border: 1px solid #070707; box-shadow: inset 1px 1px rgba(255,255,255,0.1); border-radius: 0px; border-bottom: 0px; width: 150px; } .app-filter:last-child, .app-filter:last-child:hover, .app-filter:last-child:selected, .app-filter:last-child:selected:hover { border: 1px solid #070707; } .app-filter:first-child, .app-filter:first-child:hover, .app-filter:first-child:selected, .app-filter:first-child:selected:hover { } .app-filter:hover { background-gradient-direction: vertical; background-gradient-start: #243442; background-gradient-end: #142433; border: 1px solid #070707; box-shadow: inset 1px 1px rgba(255,255,255,0.1); border-radius: 0px; border-bottom: 0px; color: #cccccc; } .app-filter:selected { background-gradient-direction: vertical; background-gradient-start: #202020; background-gradient-end: #202020; border: 1px solid #070707; box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.7); border-radius: 0px; border-bottom: 0px; color: #aaa; } .app-filter:selected:hover { background-gradient-direction: vertical; background-gradient-start: #1C262F; background-gradient-end: #1C262F; border: 1px solid #070707; box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.7); border-radius: 0px; border-bottom: 0px; color: #aaa; } .app-filter:selected:rtl { } .app-filter:focus { } .dash-item-container > .app-well-app { padding: 4px 0px; } .remove-favorite-icon { color: #aaa; } .remove-favorite-icon:hover { color: #ccc; icon-shadow: black 0px 2px 2px; } .app-well-app > .overview-icon, .remove-favorite > .overview-icon, .search-result-content > .overview-icon { border-radius: 4px; padding: 6px; font-size: 9pt; color: #ccc; text-align: center; text-shadow: black 0px 1px 1px; border: 0px; } .dash-item-container > StButton { padding: 0px; } .show-apps { padding: 4px 0px; } .app-well-app > .overview-icon, .search-result-content > .overview-icon { } .dash-item-container > .app-well-app.running > .overview-icon { border-image: url("img/app-r.png") 0 0 8 8 stretch; } .dash-item-container > .app-well-app.running:hover > .overview-icon { border-image: url("img/app-r-h.png") 0 0 8 8 stretch; } .dash-item-container > .app-well-app:hover > .overview-icon, .remove-favorite:hover > .overview-icon{ border-image: url("img/app-h.png") 0 0 0 0 stretch; } .show-apps > .overview-icon { border: 1px solid transparent; } .show-apps:hover > .overview-icon { border-radius: 0px; border: 1px solid transparent; background-gradient-direction: horizontal; background-gradient-start: #151E27; background-gradient-end: #28394A; } .show-apps:checked > .overview-icon { background-color: #10171E; box-shadow: inset 0px 0px 7px rgba(0,0,0,0.7); border-radius: 0px; border: 1px solid #000000; } .show-apps:checked:hover > .overview-icon { background-color: #1B2229; box-shadow: inset 0px 0px 7px rgba(0,0,0,0.7); border-radius: 0px; border: 1px solid #000000; } .app-well-menu { font-size: 9pt; } /* LookingGlass */ #LookingGlassDialog { background-color: rgba(32,32,32,1); spacing: 4px; padding: 4px; border: 0px solid grey; box-shadow: 0px 0px 12px 3px rgba(0,0,0,1); border-radius: 0px; } #LookingGlassDialog > #Toolbar { border: 0px solid grey; border-radius: 0px; } #LookingGlassDialog .labels { spacing: 4px; } #LookingGlassDialog .notebook-tab { -natural-hpadding: 12px; -minimum-hpadding: 6px; font-weight: bold; color: #ccc; border: 1px solid transparent; padding-left: .3em; padding-right: .3em; } #LookingGlassDialog .notebook-tab:hover { color: white; text-shadow: black 0px 2px 2px; } #LookingGlassDialog .notebook-tab:selected { box-shadow: inset 0px -3px rgba(0,94,129,1); color: white; text-shadow: black 0px 2px 2px; } #LookingGlassDialog .lg-inspector-title { font-weight: bold; padding-bottom: 8px; } .lg-dialog StEntry { selection-background-color: #bbbbbb; selected-color: #333333; } .lg-completions-text { font-size: .9em; font-style: italic; } .lg-obj-inspector-title { spacing: 4px; } .lg-obj-inspector-button { border: 1px solid gray; padding: 4px; border-radius: 1px; } .lg-obj-inspector-button:hover { border: 1px solid #ffffff; } .lg-dialog .shell-link { color: #999999; } .lg-dialog .shell-link:hover { color: #dddddd; } #LookingGlassDialog StBoxLayout#EvalBox { padding: 4px; spacing: 4px; } #LookingGlassDialog StBoxLayout#ResultsArea { spacing: 4px; } #lookingGlassExtensions { padding: 4px; } .lg-extension-list { padding: 4px; spacing: 6px; } .lg-extension { border: 1px solid #6f6f6f; border-radius: 1px; padding: 4px; } .lg-extension-name { font-weight: bold; } .lg-extension-meta { spacing: 6px; } #LookingGlassPropertyInspector { background: rgba(32, 32, 32, 1); border: 1px solid grey; border-radius: 0px; padding: 6px; } /* Calendar popup */ #calendarArea { /* this is the width of the entire popup */ min-width: 600px; padding: 0 4px; } .calendar-vertical-separator { border-image: url("img/line-vert.png") 3 3 3 3 stretch; width: 3px; } #calendarPopup { border-color: rgba(0,0,0,0.5); border-radius: 0px; background-color: rgba(38,38,38,1); border-width: 1px; box-shadow: 1px 1px 10px 0px rgba(0,0,0,1); color: #aaa; } #calendarPopup .calendar { padding: 10px; } #calendarArea .popup-menu-item { } .calendar { padding: .4em 1.75em; spacing-rows: 0px; spacing-columns: 0px; } .calendar-month-label { color: #aaaaaa; font-size: 8pt; padding: 2px; font-weight: bold; text-shadow: rgba(0,0,0,1) 0px 0px 1px; } .calendar-change-month-back { width: 20px; height: 20px; background-image: url("img/calendar-arrow-left.svg"); border-radius: 3px; padding: 2px; border: 1px solid transparent; } .calendar-change-month-back:rtl { background-image: url("img/calendar-arrow-right.svg"); } .calendar-change-month-forward { width: 20px; height: 20px; background-image: url("img/calendar-arrow-right.svg"); border-radius: 3px; padding: 2px; border: 1px solid transparent; } .calendar-change-month-forward:rtl { background-image: url("img/calendar-arrow-left.svg"); } .calendar-change-month-back:hover, .calendar-change-month-forward:hover { } .calendar-change-month-back:active, .calendar-change-month-forward:active { } .datemenu-date-label { padding: .4em 1.75em; font-size: 10.5pt; color: #cccccc; font-weight: bold; text-shadow: rgba(0,0,0,1) 0px 0px 1px; } .calendar-day-base { font-size: 7.5pt; text-align: center; width: 2.4em; height: 2.4em; border: 1px solid rgba(255,255,255,0.05); } .calendar-day-base:hover { background-color: #4C6B87; border-radius: 0px; box-shadow: inset 0px 0px 3px rgba(0,0,0,1); color: #ccc; } .calendar-day-base:active { background-color: #334657; border-radius: 0px; box-shadow: inset 0px 0px 3px rgba(0,0,0,1); color: #ccc; } .calendar-day-heading { color: #aaa; text-shadow: rgba(0,0,0,1) 0px 0px 1px; } .calendar-week-number { color: #aaa; font-weight: bold; text-shadow: rgba(0,0,0,1) 0px 0px 1px; } /* Hack used in lieu of border-collapse - see calendar.js */ .calendar-day { border: 1px solid #0d0d0d; color: #aaaaaa; border-top-width: 0; border-left-width: 0; box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.05); } .calendar-day-top { border-top-width: 1px; } .calendar-day-left { border-left-width: 1px; } .calendar-work-day { } .calendar-nonwork-day { background-color: rgba(128, 128, 128, .1); } .calendar-today { text-shadow: black 0px 2px 2px; color: #cccccc; font-weight: bold; background-color: #334657; z-index: 100; } .calendar-other-month-day { color: #555; } .calendar-day-with-events { background-color: #707070; font-weight: bold; color: #cccccc; } .events-header-vbox { spacing: 6pt; padding-right: 1.75em; } .events-header-vbox:rtl { padding-right: 0em; padding-left: 1.75em; } .events-header-hbox { padding: 0.3em; } .events-day-header { font-size: 9pt; font-weight: bold; color: #aaa; padding-left: 0.3em; } .events-day-header:rtl { padding-left: 0em; padding-right: 0.3em; } .events-day-dayname { font-size: 9pt; color: #aaa; text-align: left; } .events-day-dayname:rtl { text-align: right; } .events-day-time { font-size: 9pt; color: #4C94AF; text-align: right; } .events-day-time:rtl { text-align: left; } .events-day-task { font-size: 9pt; color: #aaa; } .events-day-name-box { min-width: 15pt; } .events-time-box { min-width: 53pt; padding-right: 6pt; } .events-time-box:rtl { padding-right: 0px; padding-left: 6pt; } .events-event-box { } .url-highlighter { link-color: #005E81; } /* Message Tray */ #message-tray { background-color: #202020; transition-duration: 200; box-shadow: inset 0px 3px 6px rgba(0,0,0,1); } #message-tray:overview { background: rgba(32,32,32,0.7); border-top: rgba(255,255,255,0.1) solid 1px; box-shadow: 0px 0px 5px 1px rgba(0,0,0,1); color: #aaa; } #message-tray:keyboard { /* Same as the OSK */ background: rgba(32,32,32,0.7); } .notification { color: #ddd; border-radius: 0px; padding: 5px; background-color: #272727; box-shadow: 0px 0px 5px 3px rgba(0,0,0,1); } .notification, #notification-container { font-size: 11pt; width: 34em; } .notification.multi-line-notification { padding-bottom: 8px; } .notification-unexpanded { /* We want to force the actor at a specific size, irrespective of its minimum and preferred size, so we override both */ min-height: 36px; height: 36px; } /* We use row-span = 2 for the image cell, which prevents its height preferences to be taken into account during allocation, so its height ends up being limited by the height of the content in the other rows. To avoid showing a stretched image, we set the minimum height of the table to be ICON_SIZE + IMAGE_SIZE + spacing-rows = 24 + 125 + 10 = 159 */ .notification-with-image { min-height: 159px; } .summary-boxpointer { -arrow-border-radius: 0px; -arrow-background-color: rgba(0,0,0,0); -arrow-border-width: 0px; -arrow-border-color: rgba(0,0,0,0); -arrow-base: 0px; -arrow-rise: 0px; color: #aaa; border-color: rgba(0,0,0,0.5); border-radius: 0px; background-color: rgba(38,38,38,1); border-width: 1px; box-shadow: 1px 1px 10px 0px rgba(0,0,0,1); } .summary-boxpointer .notification { border-radius: 4px; border: none; background: rgba(0,0,0,0) !important; padding-bottom: 12px; } .summary-boxpointer #summary-right-click-menu { font-size: 10pt; padding-top: 12px; padding-bottom: 12px; } .summary-notification-stack-scrollview { max-height: 18em; padding-top: 6px; padding-bottom: 6px; } .summary-notification-stack-scrollview:ltr { padding-right: 8px; } .summary-notification-stack-scrollview:rtl { padding-left: 8px; } .notification-scrollview { max-height: 10em; -st-vfade-offset: 24px; } .notification-scrollview:ltr > StScrollBar { padding-left: 6px; } .notification-scrollview:rtl > StScrollBar { padding-right: 6px; } .notification-body { spacing: 5px; } .notification-button { padding: 12px 12px; } .notification-button:hover, .notification-button:focus { } .notification-button:active { } .notification-icon-button { border-radius: 3px; padding: 8px; } .notification-icon-button:focus { } .notification-icon-button:hover { } .notification-icon-button:active { } .notification-icon-button > StIcon { icon-size: 16px; padding: 8px; } .secondary-icon { icon-size: 1.09em; } .hotplug-transient-box { spacing: 6px; padding: 2px 72px 2px 12px; } .hotplug-notification-item { padding: 2px 10px; border-radius: 5px; font-size: 10pt; } .hotplug-notification-item:focus { padding: 1px 71px 1px 11px; } .hotplug-notification-item-icon { icon-size: 24px; padding: 2px 5px; } .hotplug-resident-box { spacing: 8px; } .hotplug-resident-mount { spacing: 8px; border-radius: 3px; color: #aaa; border: 1px solid transparent; } .hotplug-resident-mount:hover { color: #ccc; background-gradient-direction: vertical; background-gradient-start: #334657; background-gradient-end: #131D25; border: 1px solid #111; box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1); border-radius: 3px; } .hotplug-resident-mount-label { color: inherit; padding-left: 6px; } .hotplug-resident-mount-icon { icon-size: 24px; padding-left: 6px; } .hotplug-resident-eject-icon { icon-size: 16px; } .hotplug-resident-eject-button { padding: 8px; color: #aaa; } .hotplug-resident-eject-button:hover { } .chat-log-message { color: #aaa; } .chat-group-sent, .chat-group-meta { padding: 8px 0; } .chat-received { background-gradient-direction: horizontal; background-gradient-start: rgba(13, 13, 13, 1); background-gradient-end: rgba(13, 13, 13, 1); padding: 3px 4px; border-radius: 3px; border: 1px solid transparent; color: #aaa; } .chat-received:rtl { } .chat-sent { background-gradient-direction: horizontal; background-gradient-start: rgba(13, 13, 13, 1); background-gradient-end: rgba(13, 13, 13, 1); padding: 3px 4px; border: 1px solid transparent; border-radius: 3px; text-align: right; color: #999; } .chat-sent:rtl { padding-left: 0px; padding-right: 4px; } .chat-meta-message { padding-left: 4px; font-size: 10pt; color: #aaa; } .chat-meta-message:rtl { padding-left: 0px; padding-right: 4px; } .subscription-message { font-style: italic; } .notification StEntry { selection-background-color: #bbbbbb; selected-color: #333333; padding: 6px; color: #999; border-image: url("img/wst.png") 8 8 8 8 stretch; caret-color: #ffffff; caret-size: 1px; } .notification StEntry:focus { padding: 6px; color: #999; font: 8pt; border-image: url("img/ws-h.png") 8 8 8 8 stretch; } /* The spacing and padding on the summary is tricky; we want to keep * the icons from touching each other or the edges of the screen, but * we also want them to be "Fitts"-y with respect to the edges, so the * summary area's bottom and right padding must actually be part of * the icons. However, we can't put *all* of the padding into the * icons, because then the summary would be 0x0 when there were no * icons in it, and so you wouldn't be able to hover over it to * activate it. * * Also, the spacing between a summary-source's icon and title is * actually specified as padding-left in source-title, because we * want the spacing to collapse along with the title. */ #summary-mode { height: 72px; } .summary-source-button { padding: 6px 3px 6px 3px; } .summary-source-button:last-child:ltr { padding-right: 6px; } .summary-source-button:last-child:rtl { padding-left: 6px; } .summary-source-button:ltr { padding-right: 6px; } .summary-source-button:selected .summary-source { background-gradient-direction: vertical; background-gradient-start: rgba(0, 0, 0, 0.1); background-gradient-end: rgba(0, 0, 0, 0.2); } .summary-source-button:expanded:selected .summary-source { background-gradient-direction: vertical; background-gradient-start: rgba(0, 0, 0, 0.2); background-gradient-end: rgba(0, 0, 0, 0.4); } .summary-source-button:expanded:selected { } .summary-source-button:rtl { padding-left: 12px; } .summary-source-button:last-child:ltr { padding-right: 12px; } .summary-source-button:last-child:rtl { padding-left: 12px; } .summary-source { padding-right: 4px; padding-left: 4px; } .summary-source-counter { color: #aaa; background-color: #0d0d0d; border: 1px solid #323232; box-shadow: 0px 0px 5px 1px rgba(0,0,0,1); font-size: 9pt; border-radius: 3px; min-height: 1em; min-width: 1em; } .source-title { font-size: 9pt; font-weight: bold; padding-left: 4px; } .source-title:rtl { padding-left: 0px; padding-right: 4px; } /* App Switcher */ #altTabPopup { padding: 8px; spacing: 16px; } .switcher-list { background: #202020; border: 1px solid #111; box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1); border-radius: 6px; padding: 10px; font-size: 9pt; color: #aaa; text-shadow: black 0px 1px 2px; } .switcher-list-item-container { spacing: 8px; } .thumbnail-scroll-gradient-left { background-gradient-direction: horizontal; background-gradient-start: rgba(51, 51, 51, 1.0); background-gradient-end: rgba(51, 51, 51, 0); border-radius: 24px; border-radius-topright: 0px; border-radius-bottomright: 0px; width: 60px; } .thumbnail-scroll-gradient-right { background-gradient-direction: horizontal; background-gradient-start: rgba(51, 51, 51, 0); background-gradient-end: rgba(51, 51, 51, 1.0); border-radius: 24px; border-radius-topleft: 0px; border-radius-bottomleft: 0px; width: 60px; } .switcher-list .item-box { padding: 6px; border-radius: 4px; border: 1px solid rgba(255,255,255,0.0); } .switcher-list .item-box:outlined { padding: 6px; border: 1px solid rgba(85,85,85,1.0); } .switcher-list .item-box:selected { border-image: url("img/button-normal.png") 8 8 8 8 stretch; } .switcher-list .thumbnail-box { padding: 2px; spacing: 4px; } .switcher-list .thumbnail { width: 256px; } .switcher-list .separator { width: 3px; border-image: url("img/line-vert.png") 3 3 3 3 stretch; } .ripple-box { width: 52px; height: 52px; background-image: url("img/corner-ripple-ltr.png"); } .ripple-box:rtl { background-image: url("img/corner-ripple-rtl.png"); } .switcher-arrow { border-color: rgba(0,0,0,0); color: #aaa; } .switcher-arrow:highlighted { border-color: rgba(0,0,0,0); color: #ccc; } /* Workspace Switcher */ .workspace-switcher-group { padding: 10px; } .workspace-switcher-container { background: #202020; border: 1px solid #111; box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1); border-radius: 6px; padding: 12px; } .workspace-switcher { background: transparent; border: 0px; border-radius: 0px; padding: 0px; spacing: 8px; } .ws-switcher-box { height: 100px; background: #262626; border: 1px solid rgba(255,255,255,0.05); box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,1); border-radius: 4px; } .ws-switcher-active-up, .ws-switcher-active-down { height: 100px; background-image: url("img/ws-switch-arrow-up.svg"); background: #0d0d0d; border: 1px solid rgba(255,255,255,0.05); box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.7); border-radius: 4px; } .ws-switcher-active-up { background-image: url("img/ws-switch-arrow-up.svg"); } .ws-switcher-active-down { background-image: url("img/ws-switch-arrow-down.svg"); } /* Modal Dialogs */ .modal-dialog { font-size: 12pt; border-radius: 6px; background-color: #202020; border: 1px solid #0d0d0d; box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.07); color: #aaa; padding-right: 42px; padding-left: 42px; padding-bottom: 30px; padding-top: 30px; } .modal-dialog-button-box { spacing: 21px; } .modal-dialog-button { font-size: 10pt; margin-left: 10px; margin-right: 10px; } .modal-dialog-button:active, .modal-dialog-button:pressed { } .modal-dialog-button:hover, .modal-dialog-button:focus { } /* Run Dialog */ .run-dialog-label { font-size: 9pt; color: #aaa; } .run-dialog-error-label { font-size: 9pt; color: #aaa; } .run-dialog-error-box { padding-top: 15px; spacing: 5px; } .run-dialog-entry { selection-background-color: #bbbbbb; selected-color: #333333; font-size: 10.5pt; font-weight: bold; width: 23em; color: #999; padding: 6px 6px; border-image: url("img/wst.png") 8 8 8 8 stretch; } .run-dialog { border-radius: 6px; padding-right: 21px; padding-left: 21px; padding-bottom: 15px; padding-top: 15px; } .lightbox { background-color: rgba(0, 0, 0, 0.4); } /* End Session Dialog */ .end-session-dialog { spacing: 42px; } .end-session-dialog-subject { font-size: 12pt; font-weight: bold; color: #888; padding-top: 10px; padding-left: 17px; padding-bottom: 30px; } .end-session-dialog-subject:rtl { padding-left: 0px; padding-right: 17px; } .end-session-dialog-description { font-size: 10pt; color: #aaa; padding-left: 17px; width: 28em; } .end-session-dialog-description:rtl { padding-right: 17px; } .end-session-dialog-logout-icon { border: 1px solid #333; border-radius: 4px; width: 48px; height: 48px; } .end-session-dialog-shutdown-icon { width: 48px; height: 48px; } .end-session-dialog-app-list { font-size: 10pt; max-height: 200px; padding-top: 42px; padding-left: 49px; padding-right: 32px; } .end-session-dialog-app-list:rtl { padding-right: 49px; padding-left: 32px; } .end-session-dialog-app-list-item { color: #aaa; } .end-session-dialog-app-list-item:hover { color: #ccc; } .end-session-dialog-app-list-item:ltr { padding-right: 1em; } .end-session-dialog-app-list-item:rtl { padding-left: 1em; } .end-session-dialog-app-list-item-icon:ltr { padding-right: 17px; } .end-session-dialog-app-list-item-icon:rtl { padding-left: 17px; } .end-session-dialog-app-list-item-name { font-size: 10pt; } .end-session-dialog-app-list-item-description { font-size: 8pt; color: #999; } /* ShellMountOperation Dialogs */ .shell-mount-operation-icon { icon-size: 48px; } .mount-password-reask { color: #dd0000; } .show-processes-dialog, .mount-question-dialog { spacing: 24px; } .show-processes-dialog-subject, .mount-question-dialog-subject { font-size: 12pt; font-weight: bold; color: #999; padding-top: 10px; padding-left: 17px; padding-bottom: 6px; } .show-processes-dialog-subject:rtl, .mount-question-dialog-subject:rtl { padding-left: 0px; padding-right: 17px; } .show-processes-dialog-description, .mount-question-dialog-description { font-size: 10pt; color: #aaa; padding-left: 17px; width: 28em; } .show-processes-dialog-description:rtl, .mount-question-dialog-description:rtl { padding-right: 17px; } .show-processes-dialog-app-list { font-size: 10pt; max-height: 200px; padding-top: 24px; padding-left: 49px; padding-right: 32px; } .show-processes-dialog-app-list:rtl { padding-right: 49px; padding-left: 32px; } .show-processes-dialog-app-list-item { color: #aaa; } .show-processes-dialog-app-list-item:hover { color: #ccc; } .show-processes-dialog-app-list-item:ltr { padding-right: 1em; } .show-processes-dialog-app-list-item:rtl { padding-left: 1em; } .show-processes-dialog-app-list-item-icon:ltr { padding-right: 17px; } .show-processes-dialog-app-list-item-icon:rtl { padding-left: 17px; } .show-processes-dialog-app-list-item-name { font-size: 10pt; } .prompt-dialog { /* this is the width of the entire modal popup */ width: 500px; } .prompt-dialog-main-layout { spacing: 24px; padding: 10px; } .prompt-dialog-message-layout { spacing: 16px; } .prompt-dialog-headline { font-size: 12pt; font-weight: bold; color: #707070; } .prompt-dialog-password-box { spacing: 1em; padding-bottom: 1em; } .prompt-dialog-error-label { font-size: 10pt; color: #ff0000; padding-bottom: 8px; } .prompt-dialog-info-label { font-size: 10pt; padding-bottom: 8px; } .hidden { color: rgba(0,0,0,0); } .prompt-dialog-null-label { font-size: 10pt; padding-bottom: 8px; } /* PolicyKit Authentication Dialog */ .polkit-dialog { /* this is the width of the entire modal popup */ width: 500px; } .polkit-dialog-main-layout { spacing: 24px; padding: 10px; } .polkit-dialog-message-layout { spacing: 16px; } .polkit-dialog-headline { font-size: 12pt; font-weight: bold; color: #999; } .polkit-dialog-description { font-size: 10pt; color: #aaa; } .polkit-dialog-user-layout { padding-left: 10px; spacing: 10px; } .polkit-dialog-user-layout:rtl { padding-left: 0px; padding-right: 10px; } .polkit-dialog-user-root-label { color: #dd0000; } .polkit-dialog-password-label:ltr { padding-right: 0.5em; } .polkit-dialog-password-label:rtl { padding-left: 0.5em; } .polkit-dialog-password-entry { selection-background-color: #bbbbbb; selected-color: #333333; padding: 6px 6px; border-image: url("img/wst.png") 8 8 8 8 stretch; color: #999; } .polkit-dialog-error-label { font-size: 10pt; color: #ccc; background-color: #990000; padding: 2px 10px; margin-bottom: 10px; border-radius: 2px; } .polkit-dialog-info-label { font-size: 10pt; padding-bottom: 8px; } /* intentionally left transparent to avoid dialog changing size */ .polkit-dialog-null-label { font-size: 10pt; color: rgba(0,0,0,0); padding-bottom: 8px; } /* Network Agent Dialog */ .network-dialog-show-password-checkbox { padding-top: 5px; padding-bottom: 5px; font-size: 10pt; color: #aaa; spacing: 10px; } .network-dialog-secret-table { spacing-rows: 15px; spacing-columns: 1em; } .keyring-dialog-control-table { spacing-rows: 15px; spacing-columns: 1em; } /* Magnifier */ .magnifier-zoom-region { border: 2px solid rgba(128, 0, 0, 255); } .magnifier-zoom-region.full-screen { border-width: 0px; } /* On-screen Keyboard */ #keyboard { background: rgba(32,32,32,0.7); border-top: rgba(255,255,255,0.1) solid 1px; box-shadow: 0px 0px 5px 1px rgba(0,0,0,1); } .keyboard-layout { spacing: 10px; padding: 10px; } .keyboard-row { spacing: 15px; } .keyboard-key { min-height: 30px; min-width: 30px; border-image: url("img/button-normal.png") 8 8 8 8 stretch; font-size: 16pt; font-weight: bold; color: #bbbbbb; } .keyboard-key:grayed { border-image: url("img/button-insensitive.png") 8 8 8 8 stretch; } .keyboard-key:checked, .keyboard-key:hover { border-image: url("img/button-prelight.png") 8 8 8 8 stretch; } .keyboard-key:active { border-image: url("img/button-pressed.png") 8 8 8 8 stretch; } .keyboard-subkeys { color: #bbbbbb; padding: 5px; -arrow-border-radius: 3px; -arrow-background-color: rgba(32,32,32,0.7); -arrow-border-width: 1px; -arrow-border-color: rgba(255,255,255,0.1); -arrow-base: 20px; -arrow-rise: 10px; -boxpointer-gap: 5px; } /* IBus Candidate Popup */ .candidate-index { padding: 0.5em 0.5em 0.5em 0.5em; } .candidate-label { padding: 0.5em 0.5em 0.5em 0.5em; } .candidate-label:selected { border-radius: 0px; background-color: #707070; } /* Login Dialog */ .login-dialog-banner { font-size: 10pt; font-weight: bold; text-align: center; color: #666666; padding-bottom: 1em; } .login-dialog-title { font-size: 14pt; font-weight: bold; color: #666666; padding-bottom: 2em; } .login-dialog { /* Reset border and background */ border: none; background-color: transparent; border-radius: 16px; min-height: 150px; max-height: 700px; min-width: 350px; } .login-dialog-prompt-login-hint-message { font-size: 10.5pt; } .login-dialog-user-list-view { -st-vfade-offset: 1em; } .login-dialog-user-list { spacing: 12px; padding: .2em; } .login-dialog-user-list-item { border-radius: 10px; padding: .2em; } .login-dialog-user-list-item:ltr { padding-right: 1em; } .login-dialog-user-list-item:rtl { padding-left: 1em; } .login-dialog-user-list-item .login-dialog-user-list-item-name { font-size: 20pt; padding-left: 1em; } .login-dialog-user-list:expanded .login-dialog-user-list-item { color: #808080; } .login-dialog-user-list-item, .login-dialog-user-list-item:hover .login-dialog-user-list-item-name, .login-dialog-user-list:expanded .login-dialog-user-list-item:focus .login-dialog-user-list-item-name, .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { color: #eee; } .login-dialog-user-list-item:hover { background-color: #575757; border: 1px solid #767676; } .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { background-color: #575757; border: 1px solid #767676; } .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { background-image: url("assets/logged-in-indicator.png"); background-size: 320px 24px; } .login-dialog-user-list-item-text-box { padding: 0 0.5em; } .login-dialog-user-list-item .login-dialog-timed-login-indicator { background-color: rgba(0,0,0,0.0); height: 2px; } .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { } .login-dialog-user-list-item-icon { border: 2px solid #8b8b8b; border-radius: 1px; width: 64px; height: 64px; } .login-dialog-not-listed-label { font-size: 10.5pt; font-weight: bold; color: #808080; padding-top: 1em; } .login-dialog-not-listed-button:focus .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { color: #E8E8E8; } .login-dialog-username { font-size: 16pt; font-weight: bold; text-align: left; padding-left: 15px; } .login-dialog-prompt-layout { padding-top: 24px; padding-bottom: 12px; spacing: 8px; } .login-dialog-prompt-label { color: #eeeeee; font-size: 14px; } .login-dialog-prompt-entry { width: 15em; } .login-dialog-session-list { color: #eee; font-size: 10.5pt; } .login-dialog-session-list-button { padding: 4px; } .login-dialog-session-list-button:focus { background-color: #202020; border: 1px solid transparent; color: #ddd; box-shadow: inset 0px -3px rgba(162,40,20,1); } .login-dialog-session-list-button:active { color: #eee; font-weight: bold; } .login-dialog-session-list-button:hover { background-color: #6a6a6a; box-shadow: inset 0px -3px rgba(255,56,22,1); color: #fff; } .login-dialog-session-list-scroll-view { background-color: #161616; border-radius: 0px; padding: .5em; } .login-dialog-session-list-item:focus { background-color: #a22814; color: #eee; } .login-dialog-session-list-triangle { padding-right: .5em; } .login-dialog-session-list-item-box { spacing: .25em; } .login-dialog-session-list-item-dot { width: .75em; height: .75em; } .login-dialog .modal-dialog-button { border: 1px solid #767676; background: #575757; border-radius: 0px; padding: 5px 18px; color: #ddd; } .login-dialog .modal-dialog-button:hover { border: 1px solid #808080; background: #6a6a6a; color: #fff; } .login-dialog .modal-dialog-button:default { color: #ddd; border-radius: 0px; border: 1px solid #767676; background-color: #575757; box-shadow: inset 0px -1px rgba(162,40,20,1); } .login-dialog .modal-dialog-button:default:hover { color: #fff; border-radius: 0px; border: 1px solid #808080; background-color: #6a6a6a; box-shadow: inset 0px -1px rgba(162,40,20,1); } .login-dialog .modal-dialog-button:active, .login-dialog .modal-dialog-button:pressed, .login-dialog .modal-dialog-button:default:active, .login-dialog .modal-dialog-button:default:pressed { color: #aaa; border-radius: 0px; border: 1px solid #333; box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.20); background-color: #1c1c1c; } .login-dialog-message-warning { color: orange; } .unlock-dialog-user-name-container { spacing: .4em; } /* Screen shield */ .screen-shield-background { background: black; box-shadow: 0px 4px 8px rgba(0,0,0,0.9); } #lockDialogGroup { background: #202020; } .screen-shield-arrows { padding-bottom: 3em; } .screen-shield-arrows Gjs_Arrow { color: white; width: 80px; height: 48px; -arrow-thickness: 12px; -arrow-shadow: 0 1px 1px rgba(0,0,0,0.4); } .screen-shield-contents-box { spacing: 48px; } .screen-shield-clock { color: white; text-shadow: 0px 1px 2px rgba(0,0,0,0.6); font-weight: bold; text-align: center; padding-bottom: 1.5em; } .screen-shield-clock-time { font-size: 72pt; text-shadow: 0px 2px 2px rgba(0,0,0,0.4); } .screen-shield-clock-date { font-size: 28pt; } #screenShieldNotifications { border-radius: 0px; background-color: #272727; max-height: 500px; padding: 18px 0; box-shadow: .5em .5em 20px rgba(0, 0, 0, 0.5); } .screen-shield-notifications-box { spacing: 18px; } .screen-shield-notification-source { padding: 0 24px; spacing: 5px; } .screen-shield-notification-label { font-size: 1.2em; font-weight: bold; color: #babdb6; } /* Remove background from notifications, otherwise opacity is doubled and they look darker */ .screen-shield-notifications-box .notification { background-color: transparent; } /* Override padding on resident notifications, since the notifications box has its own spacing */ .screen-shield-notifications-box .summary-notification-stack-scrollview { padding-top: 0px; padding-bottom: 0px; }
0.204025
0.055183
.ershou-details { width: 100%; } /*.ershou-info { background-color: #FFF; overflow: hidden; } */ .ershou-title { color: #1C826C; font-size: 18px; font-weight: 400; margin-bottom: 15px; word-break: break-all; padding-right: 33px; } .ershou-price { color: #EB5055; font-size: 2.33em; line-height: 1em; } .ershou-price:before { content: "¥"; font-size: 1em; color: inherit; vertical-align: middle; } .ershou-price .is-discount { display: inline; font-size: 12px; color: #666; vertical-align: middle; margin-left: 15px; } .ershou-detail { padding: 14px 25px 20px; font-size: 1.16em; list-style: none; } .ershou-detail li { /*height: 30px;*/ margin-top: 16px; } .ershou-detail li .name { float: left; width: 80px; height: 30px; text-align: right; } .name span { display: inline-block; min-width: 30px; padding: 7px 12px; background-color: #4BC0A5; color: #FFFFFF; text-align: center; white-space: nowrap; } .ershou-detail li .value { line-height: 30px; margin-left: 100px; /*padding: 7px 0;*/ color: #666666; } .ershou-detail .value-name{ color: #4BC0A5; font-size: 14px; padding-right: 22px; background-image: url(/resource/image/ico_seller.png); background-repeat: no-repeat; background-position: right 0; } .ershou-detail .value-name:hover{ color: #ffb300; background-position: right -29px; } .ershou-desc { margin-top: 20px; padding: 30px 90px; background-color: #FFF; background-image: url("/resource/image/info.png"); background-position: 12px 12px; background-repeat: no-repeat; text-align: left; } .desc { min-height: 50px; color: #666666; font-size: 1.17em; line-height: 23px; } #user_ph{ float: left; margin-right: 20px; width: 52px; height: 52px; vertical-align: middle; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; } #user_cmt{ float: right; width: 667px; } .comments { /* position: relative;*/ /* width: 525px;*/ width: 100%; float: left; padding: 10px; margin-top: 20px; background-color: #FFF; } .comments-title { width: 100px; height: 40px; /*padding: 9px 27px;*/ /* background-color: #4BC0A5;*/*/ /* background: url("/resource/image/comment.png") no-repeat;*/ /*color: #FFF;*/ } .comments-wr { margin-top: 10px; } div.comment { position: relative; padding-right: 45px; margin-bottom: 20px; } div.comment:after { content: ""; width: 0; height: 0; display: block; visibility: hidden; clear: both; } div.comment .avatar, .post-comment .avatar { margin-top:15px; margin:-left:10px; position: relative; width: 40px; height: 40px; border: 1px solid #4BC0A5; background-color: #FFF; } .post-comment{position: relative;} .comment-cover{position: absolute;z-index: 445;top:2px;right:46px;background-color: #4BC0A5;width: 56px;height: 60px;display: none;} .comment-cover .loader {display: inline-block;position: relative;width: 30px;height: 30px;vertical-align: middle;left: 50%;top: 50%;-webkit-transform:translate(-50%,-50%);} .comment-cover .loader-quart {border-radius: 50%; border: 4px solid rgba(255, 255, 255, 0.4);} .loader-quart:after {content: '';position: absolute;top: -4px;right: -4px;bottom: -4px;left: -4px;border-radius: 50%;border: 4px solid #f5f5f5; border-top-color: #CCCCCC;-webkit-animation: spin 1s linear infinite;animation: spin 1s linear infinite;} .right-comment-cover{right: 31%;} div.comment .avatar:before, .post-comment .avatar:before { content: ""; display: block; position: absolute; left: 0; top: 0; width: 44px; height: 44px; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; border: 2px solid #FFF; } .commentator { /*padding-top: 1px; margin-left: 62px; color: #666666; font-size: 1em; font-weight: bold;*/ display: inline-block; margin: 0 8px; } .rpy-to:before { content: "回复"; display: inline-block; margin: 0 8px; color: #999999; font-size: 1em; } p.comment { margin-left: 50px; /* color: #666666;*/ font-size: 1em; word-break:break-all; } .man { position: absolute; right: 0; top: 0; width: 30px; -webkit-transition: opacity .2s ease; -moz-transition: opacity .2s ease; -ms-transition: opacity .2s ease; -o-transition: opacity .2s ease; transition: opacity .2s ease; filter: alpha(opacity=0); } .man a { display: block; color: #00AC90; font-size: 1em; text-decoration: none; } div.comment:hover { border-right: 2px solid #4BC0A5; } /* div.comment:hover .man { display: block; opacity: 1; } */ .man a:hover { color: #FFB200; } .commenting, .commenting-unlogin { position: relative; border: 1px solid #4BC0A5; margin-right: 45px; margin-left: 60px; } .commenting:before, .commenting-unlogin:before { content: ""; display: block; position: absolute; left: -9px; top: -1px; width: 9px; height: 12px; background-image: url("/resource/image/commenting-tri.png"); background-repeat: no-repeat; background-color: #fefefe; } .commenting-unlogin:before { background-image: url("/resource/image/commenting-unlogin-tri.png"); } .commenting-unlogin, .tips { display: block; height: 60px; line-height: 60px; font-size: 1em; text-align: center; color: #00AC90; background-color: #F6F9F9; } .comment-input-wr-wr { margin-right: 80px; } .comment-input-wr { width: 100%; height: 60px; float: left; } .comment-input { width: 100%; height: 44px; padding: 8px; border: none; font-size: 1em; color: #00AC90; resize: none; outline: none; } .sub-comment, .comment-login { width: 56px; height: 60px; font-size: 1.33em; float: right; } .comment-login { background: url("/resource/image/comment-login.png") no-repeat; } .complain{ margin-left:20px; }
market/static/css/goods.css
.ershou-details { width: 100%; } /*.ershou-info { background-color: #FFF; overflow: hidden; } */ .ershou-title { color: #1C826C; font-size: 18px; font-weight: 400; margin-bottom: 15px; word-break: break-all; padding-right: 33px; } .ershou-price { color: #EB5055; font-size: 2.33em; line-height: 1em; } .ershou-price:before { content: "¥"; font-size: 1em; color: inherit; vertical-align: middle; } .ershou-price .is-discount { display: inline; font-size: 12px; color: #666; vertical-align: middle; margin-left: 15px; } .ershou-detail { padding: 14px 25px 20px; font-size: 1.16em; list-style: none; } .ershou-detail li { /*height: 30px;*/ margin-top: 16px; } .ershou-detail li .name { float: left; width: 80px; height: 30px; text-align: right; } .name span { display: inline-block; min-width: 30px; padding: 7px 12px; background-color: #4BC0A5; color: #FFFFFF; text-align: center; white-space: nowrap; } .ershou-detail li .value { line-height: 30px; margin-left: 100px; /*padding: 7px 0;*/ color: #666666; } .ershou-detail .value-name{ color: #4BC0A5; font-size: 14px; padding-right: 22px; background-image: url(/resource/image/ico_seller.png); background-repeat: no-repeat; background-position: right 0; } .ershou-detail .value-name:hover{ color: #ffb300; background-position: right -29px; } .ershou-desc { margin-top: 20px; padding: 30px 90px; background-color: #FFF; background-image: url("/resource/image/info.png"); background-position: 12px 12px; background-repeat: no-repeat; text-align: left; } .desc { min-height: 50px; color: #666666; font-size: 1.17em; line-height: 23px; } #user_ph{ float: left; margin-right: 20px; width: 52px; height: 52px; vertical-align: middle; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; } #user_cmt{ float: right; width: 667px; } .comments { /* position: relative;*/ /* width: 525px;*/ width: 100%; float: left; padding: 10px; margin-top: 20px; background-color: #FFF; } .comments-title { width: 100px; height: 40px; /*padding: 9px 27px;*/ /* background-color: #4BC0A5;*/*/ /* background: url("/resource/image/comment.png") no-repeat;*/ /*color: #FFF;*/ } .comments-wr { margin-top: 10px; } div.comment { position: relative; padding-right: 45px; margin-bottom: 20px; } div.comment:after { content: ""; width: 0; height: 0; display: block; visibility: hidden; clear: both; } div.comment .avatar, .post-comment .avatar { margin-top:15px; margin:-left:10px; position: relative; width: 40px; height: 40px; border: 1px solid #4BC0A5; background-color: #FFF; } .post-comment{position: relative;} .comment-cover{position: absolute;z-index: 445;top:2px;right:46px;background-color: #4BC0A5;width: 56px;height: 60px;display: none;} .comment-cover .loader {display: inline-block;position: relative;width: 30px;height: 30px;vertical-align: middle;left: 50%;top: 50%;-webkit-transform:translate(-50%,-50%);} .comment-cover .loader-quart {border-radius: 50%; border: 4px solid rgba(255, 255, 255, 0.4);} .loader-quart:after {content: '';position: absolute;top: -4px;right: -4px;bottom: -4px;left: -4px;border-radius: 50%;border: 4px solid #f5f5f5; border-top-color: #CCCCCC;-webkit-animation: spin 1s linear infinite;animation: spin 1s linear infinite;} .right-comment-cover{right: 31%;} div.comment .avatar:before, .post-comment .avatar:before { content: ""; display: block; position: absolute; left: 0; top: 0; width: 44px; height: 44px; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; border: 2px solid #FFF; } .commentator { /*padding-top: 1px; margin-left: 62px; color: #666666; font-size: 1em; font-weight: bold;*/ display: inline-block; margin: 0 8px; } .rpy-to:before { content: "回复"; display: inline-block; margin: 0 8px; color: #999999; font-size: 1em; } p.comment { margin-left: 50px; /* color: #666666;*/ font-size: 1em; word-break:break-all; } .man { position: absolute; right: 0; top: 0; width: 30px; -webkit-transition: opacity .2s ease; -moz-transition: opacity .2s ease; -ms-transition: opacity .2s ease; -o-transition: opacity .2s ease; transition: opacity .2s ease; filter: alpha(opacity=0); } .man a { display: block; color: #00AC90; font-size: 1em; text-decoration: none; } div.comment:hover { border-right: 2px solid #4BC0A5; } /* div.comment:hover .man { display: block; opacity: 1; } */ .man a:hover { color: #FFB200; } .commenting, .commenting-unlogin { position: relative; border: 1px solid #4BC0A5; margin-right: 45px; margin-left: 60px; } .commenting:before, .commenting-unlogin:before { content: ""; display: block; position: absolute; left: -9px; top: -1px; width: 9px; height: 12px; background-image: url("/resource/image/commenting-tri.png"); background-repeat: no-repeat; background-color: #fefefe; } .commenting-unlogin:before { background-image: url("/resource/image/commenting-unlogin-tri.png"); } .commenting-unlogin, .tips { display: block; height: 60px; line-height: 60px; font-size: 1em; text-align: center; color: #00AC90; background-color: #F6F9F9; } .comment-input-wr-wr { margin-right: 80px; } .comment-input-wr { width: 100%; height: 60px; float: left; } .comment-input { width: 100%; height: 44px; padding: 8px; border: none; font-size: 1em; color: #00AC90; resize: none; outline: none; } .sub-comment, .comment-login { width: 56px; height: 60px; font-size: 1.33em; float: right; } .comment-login { background: url("/resource/image/comment-login.png") no-repeat; } .complain{ margin-left:20px; }
0.41478
0.081703
html { font-family: 'Public Sans', 'Helvetica', sans-serif; height: auto; /* font-family: Sentinel SSm A, Sentinel SSm B, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;*/ } body { margin: 0; padding: 0; } .page-container { position: relative; min-height: 100vh; } .content-wrap { padding-bottom: 3rem; /*footer-height*/ } header { background-color: #1c4996; margin: auto; height: 20%; width: 100%; } a { text-decoration: none; color: #000000; } ul { align-content: center; margin: auto; /*due to this header touched to top end*/ padding: 0; border: 0; width: 100%; color: #ffffff; } ul li { display: inline; list-style: none; align-content: center; vertical-align: middle; /*most imp*/ padding: 30px 5px 10px 20px; } #logo-name { font-size: 3em; } .link-menu { float: right; margin: 0px 20px; margin-top: 2%; padding: 10px 26px; background-color: papayawhip; color: #000000; font-weight: 300; display: inline-block; text-decoration: none; } .link-menu > a:hover { /*subclass*/ color: #ffffff; } .link-menu:hover { background-color: brown; cursor: pointer; } article { height: 60%; } h1 { margin: 50px 55px; font-size: 24px; } #edit-menu-status, #edit-addCart-status, #cart-empty-status, #edit-removeCart-status { margin: 50px 55px; font-size: 18px; font-weight: 300; color: firebrick; } #edit-addCart-status, #edit-removeCart-status { text-align: center; } #menu-customer-link { background-color: darkcyan; } table { margin: 30px 55px; width: 90%; text-align: center; /* align-content: center;*/ } table tr { padding: 10px 10px; vertical-align: middle; } table th, td { padding: 10px 10px; } .align-name-left { text-align: left; margin-left: 10px; } .align-price-right { text-align: right; margin: 10px 10px; } form { width: auto; padding: 25px 10px 35px 60px; } #inPrice, #inActive, #dol, #category { display: inline-block; padding-right: 8%; } label { text-align: left; } #title, #price, #date, #dropdown { height: 100%; /* width: 80%;*/ margin: 5px; padding: 10px 10px; border-radius: 5px; font-size: 15px; border-color: #004275; border-style: solid; } #title { width: 73.7%; } #price { text-align: right; } #date { font-size: 14px; text-align: left; } /*CHECKBOX*/ /* Customize the label (the container) */ .checkboxes { display: block; position: relative; padding-left: 35px; margin-top: 12px; margin-bottom: 12px; cursor: pointer; font-size: 16px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Hide the browser's default checkbox */ .checkboxes input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; } /* Create a custom checkbox */ .checkmark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-color: #eee; } /* On mouse-over, add a grey background color */ .checkboxes:hover input ~ .checkmark { background-color: #ccc; } /* When the checkbox is checked, add a blue background */ .checkboxes input:checked ~ .checkmark { background-color: #2196F3; } /* Create the checkmark/indicator (hidden when not checked) */ .checkmark:after { content: ""; position: absolute; display: none; } /* Show the checkmark when checked */ .checkboxes input:checked ~ .checkmark:after { display: block; } /* Style the checkmark/indicator */ .checkboxes .checkmark:after { left: 9px; top: 5px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } /*RADIO BUTTONS*/ /* Customize the label (the container) */ .label-container { display: inline-block; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; font-size: 16px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Hide the browser's default radio button */ .label-container input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; } /* Create a custom radio button */ .checkmark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-color: #eee; border-radius: 50%; } /* On mouse-over, add a grey background color */ .label-container:hover input ~ .checkmark { background-color: #ccc; } /* When the radio button is checked, add a blue background */ .label-container input:checked ~ .checkmark { background-color: #2196F3; } /* Create the indicator (the dot/circle - hidden when not checked) */ .checkmark:after { content: ""; position: absolute; display: none; } /* Show the indicator (dot/circle) when checked */ .label-container input:checked ~ .checkmark:after { display: block; } /* Style the indicator (dot/circle) */ .label-container .checkmark:after { top: 9px; left: 9px; width: 8px; height: 8px; border-radius: 50%; background: white; } .save-btn { float: left; padding: 10px 40px; background-color: #005073; color: #ffffff; font-size: 20px; font-weight: 200; display: inline-block; text-decoration: none; } .save-btn > a:hover { /*subclass*/ color: #ffffff; } .save-btn:hover { background-color: #1c4996; cursor: pointer; } footer { background-color: #005073; color: #ffffff; position: absolute; text-align: start; bottom: 0; width: 100%; height: 3rem; /*footer-height:3rem*/ padding-left: 0.1e; vertical-align: middle; }
truyum-ui/style/style.css
html { font-family: 'Public Sans', 'Helvetica', sans-serif; height: auto; /* font-family: Sentinel SSm A, Sentinel SSm B, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;*/ } body { margin: 0; padding: 0; } .page-container { position: relative; min-height: 100vh; } .content-wrap { padding-bottom: 3rem; /*footer-height*/ } header { background-color: #1c4996; margin: auto; height: 20%; width: 100%; } a { text-decoration: none; color: #000000; } ul { align-content: center; margin: auto; /*due to this header touched to top end*/ padding: 0; border: 0; width: 100%; color: #ffffff; } ul li { display: inline; list-style: none; align-content: center; vertical-align: middle; /*most imp*/ padding: 30px 5px 10px 20px; } #logo-name { font-size: 3em; } .link-menu { float: right; margin: 0px 20px; margin-top: 2%; padding: 10px 26px; background-color: papayawhip; color: #000000; font-weight: 300; display: inline-block; text-decoration: none; } .link-menu > a:hover { /*subclass*/ color: #ffffff; } .link-menu:hover { background-color: brown; cursor: pointer; } article { height: 60%; } h1 { margin: 50px 55px; font-size: 24px; } #edit-menu-status, #edit-addCart-status, #cart-empty-status, #edit-removeCart-status { margin: 50px 55px; font-size: 18px; font-weight: 300; color: firebrick; } #edit-addCart-status, #edit-removeCart-status { text-align: center; } #menu-customer-link { background-color: darkcyan; } table { margin: 30px 55px; width: 90%; text-align: center; /* align-content: center;*/ } table tr { padding: 10px 10px; vertical-align: middle; } table th, td { padding: 10px 10px; } .align-name-left { text-align: left; margin-left: 10px; } .align-price-right { text-align: right; margin: 10px 10px; } form { width: auto; padding: 25px 10px 35px 60px; } #inPrice, #inActive, #dol, #category { display: inline-block; padding-right: 8%; } label { text-align: left; } #title, #price, #date, #dropdown { height: 100%; /* width: 80%;*/ margin: 5px; padding: 10px 10px; border-radius: 5px; font-size: 15px; border-color: #004275; border-style: solid; } #title { width: 73.7%; } #price { text-align: right; } #date { font-size: 14px; text-align: left; } /*CHECKBOX*/ /* Customize the label (the container) */ .checkboxes { display: block; position: relative; padding-left: 35px; margin-top: 12px; margin-bottom: 12px; cursor: pointer; font-size: 16px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Hide the browser's default checkbox */ .checkboxes input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; } /* Create a custom checkbox */ .checkmark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-color: #eee; } /* On mouse-over, add a grey background color */ .checkboxes:hover input ~ .checkmark { background-color: #ccc; } /* When the checkbox is checked, add a blue background */ .checkboxes input:checked ~ .checkmark { background-color: #2196F3; } /* Create the checkmark/indicator (hidden when not checked) */ .checkmark:after { content: ""; position: absolute; display: none; } /* Show the checkmark when checked */ .checkboxes input:checked ~ .checkmark:after { display: block; } /* Style the checkmark/indicator */ .checkboxes .checkmark:after { left: 9px; top: 5px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } /*RADIO BUTTONS*/ /* Customize the label (the container) */ .label-container { display: inline-block; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; font-size: 16px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Hide the browser's default radio button */ .label-container input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; } /* Create a custom radio button */ .checkmark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-color: #eee; border-radius: 50%; } /* On mouse-over, add a grey background color */ .label-container:hover input ~ .checkmark { background-color: #ccc; } /* When the radio button is checked, add a blue background */ .label-container input:checked ~ .checkmark { background-color: #2196F3; } /* Create the indicator (the dot/circle - hidden when not checked) */ .checkmark:after { content: ""; position: absolute; display: none; } /* Show the indicator (dot/circle) when checked */ .label-container input:checked ~ .checkmark:after { display: block; } /* Style the indicator (dot/circle) */ .label-container .checkmark:after { top: 9px; left: 9px; width: 8px; height: 8px; border-radius: 50%; background: white; } .save-btn { float: left; padding: 10px 40px; background-color: #005073; color: #ffffff; font-size: 20px; font-weight: 200; display: inline-block; text-decoration: none; } .save-btn > a:hover { /*subclass*/ color: #ffffff; } .save-btn:hover { background-color: #1c4996; cursor: pointer; } footer { background-color: #005073; color: #ffffff; position: absolute; text-align: start; bottom: 0; width: 100%; height: 3rem; /*footer-height:3rem*/ padding-left: 0.1e; vertical-align: middle; }
0.305905
0.058078
@media screen and (min-width: 320px) { .background-blur { display: none; justify-content: center; align-items: center; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.6); overflow: hidden; position: fixed; top: 0; left: 0; } .background-blur.visible { display: flex; } .modal { width: 80%; color: rgb(22, 22, 22); background-color: #fff; border: 1px solid rgba(0,0,0,0.08); border-radius: 12px; padding: 16px; font-family: inherit; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; display: flex; flex-direction: column; justify-items: center; } .modal h2 { font-size: 24px; } .modal .close-icon:hover { cursor: pointer; } .modal .headline { display: flex; justify-content: space-between; align-items: flex-start; } .modal label { text-align: left; font-size: 16px; } .modal .input { padding-left: 12px; padding-right: 12px; padding-top: 8px; padding-bottom: 8px; margin-top: 8px; margin-bottom: 16px; border-radius: 6px; border: 1px solid rgba(0, 0, 0, 0.1); max-width: 96%; font-family: inherit; font-size: 14px; } .modal button { border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 8px; padding-left: 12px; padding-right: 12px; padding-top: 8px; padding-bottom: 8px; background-color: #4BCA81; color: #fff; text-transform: uppercase; font-weight: 600; } .modal button:hover { cursor: pointer; background-color: #3faf70; transition: 300ms; } .open-button { border: 1px solid rgba(0, 0, 0, 0.3); color: rgba(0, 0, 0, 0.8); background-color: transparent; border-radius: 4px; padding-left: 12px; padding-right: 12px; padding-top: 8px; padding-bottom: 8px; text-transform: uppercase; font-weight: 600; transition: 500ms; } .open-button:hover { cursor: pointer; background-color: rgba(0,0,0, 0.1); } } @media screen and (min-width: 768px) { .modal { width: 60%; left: 20%; } } @media screen and (min-width: 968px) { .modal { width: 40%; left: 30%; } } @media screen and (min-width: 1024px) { .modal { width: 30%; left: 35%; } }
src/styles/Button.css
@media screen and (min-width: 320px) { .background-blur { display: none; justify-content: center; align-items: center; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.6); overflow: hidden; position: fixed; top: 0; left: 0; } .background-blur.visible { display: flex; } .modal { width: 80%; color: rgb(22, 22, 22); background-color: #fff; border: 1px solid rgba(0,0,0,0.08); border-radius: 12px; padding: 16px; font-family: inherit; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; display: flex; flex-direction: column; justify-items: center; } .modal h2 { font-size: 24px; } .modal .close-icon:hover { cursor: pointer; } .modal .headline { display: flex; justify-content: space-between; align-items: flex-start; } .modal label { text-align: left; font-size: 16px; } .modal .input { padding-left: 12px; padding-right: 12px; padding-top: 8px; padding-bottom: 8px; margin-top: 8px; margin-bottom: 16px; border-radius: 6px; border: 1px solid rgba(0, 0, 0, 0.1); max-width: 96%; font-family: inherit; font-size: 14px; } .modal button { border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 8px; padding-left: 12px; padding-right: 12px; padding-top: 8px; padding-bottom: 8px; background-color: #4BCA81; color: #fff; text-transform: uppercase; font-weight: 600; } .modal button:hover { cursor: pointer; background-color: #3faf70; transition: 300ms; } .open-button { border: 1px solid rgba(0, 0, 0, 0.3); color: rgba(0, 0, 0, 0.8); background-color: transparent; border-radius: 4px; padding-left: 12px; padding-right: 12px; padding-top: 8px; padding-bottom: 8px; text-transform: uppercase; font-weight: 600; transition: 500ms; } .open-button:hover { cursor: pointer; background-color: rgba(0,0,0, 0.1); } } @media screen and (min-width: 768px) { .modal { width: 60%; left: 20%; } } @media screen and (min-width: 968px) { .modal { width: 40%; left: 30%; } } @media screen and (min-width: 1024px) { .modal { width: 30%; left: 35%; } }
0.627837
0.089415
html { overflow-y: scroll; } body { background-image: url('../Images/black_wood.jpg'); color: white; } .navbar { background-color: #003e80; } .navbar-brand { color: white !important; } .body-content { max-width: 600px; margin-top: 100px; } .registration-form, .userprofile-form, .login-form { max-width: 300px; margin: auto; } #navbar { position: absolute; top: 50%; transform: translateY(-50%); } .post { margin-top: 10px; position: relative; font-size: 1.8em; font-family: helvetica, tahoma; border: 1px solid; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 3px; background-color: #e6f2ff; color: black; } .post-form { margin-bottom: 40px; } .form-control { resize: none; } .comment { margin-top: 19px; margin-left: 90px; position: relative; font-size: 1.8em; border: 1px solid; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 3px; background-color: #e6f2ff; color: black; } .comment:before { content: ' '; position: absolute; width: 0; height: 0; left: 30px; top: -21px; border: 10px solid; border-color: transparent transparent black black; } .comment:after { content: ' '; position: absolute; width: 0; height: 0; left: 31px; top: -19px; border: 10px solid; border-color: transparent transparent #e6f2ff #e6f2ff; } .comment-form { margin-top: 5px; margin-left: 90px; } .creator, .creation-date, .post-text, .comment-text { margin-left: 20px; margin-right: 20px; } .reply-button, .post-button { margin-right: 5px; float: left; } .delete-button { float: right; margin-top: 5px; margin-right: 5px; display: none; } .load-more-button { margin-bottom: 20px; } .reaction-button { margin-right: 3px; margin-left: 7px; float: left; } .reaction-icon { width: 20px; } .char-counter { margin-top: 4px; float: left; color: white; } .reaction-counter { margin-right: 5px; margin-bottom: 2px; } .post-list { margin-bottom: 60px; } .alert { margin-top: 20px; display: none; }
Twikker.Web/wwwroot/css/site.css
html { overflow-y: scroll; } body { background-image: url('../Images/black_wood.jpg'); color: white; } .navbar { background-color: #003e80; } .navbar-brand { color: white !important; } .body-content { max-width: 600px; margin-top: 100px; } .registration-form, .userprofile-form, .login-form { max-width: 300px; margin: auto; } #navbar { position: absolute; top: 50%; transform: translateY(-50%); } .post { margin-top: 10px; position: relative; font-size: 1.8em; font-family: helvetica, tahoma; border: 1px solid; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 3px; background-color: #e6f2ff; color: black; } .post-form { margin-bottom: 40px; } .form-control { resize: none; } .comment { margin-top: 19px; margin-left: 90px; position: relative; font-size: 1.8em; border: 1px solid; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 3px; background-color: #e6f2ff; color: black; } .comment:before { content: ' '; position: absolute; width: 0; height: 0; left: 30px; top: -21px; border: 10px solid; border-color: transparent transparent black black; } .comment:after { content: ' '; position: absolute; width: 0; height: 0; left: 31px; top: -19px; border: 10px solid; border-color: transparent transparent #e6f2ff #e6f2ff; } .comment-form { margin-top: 5px; margin-left: 90px; } .creator, .creation-date, .post-text, .comment-text { margin-left: 20px; margin-right: 20px; } .reply-button, .post-button { margin-right: 5px; float: left; } .delete-button { float: right; margin-top: 5px; margin-right: 5px; display: none; } .load-more-button { margin-bottom: 20px; } .reaction-button { margin-right: 3px; margin-left: 7px; float: left; } .reaction-icon { width: 20px; } .char-counter { margin-top: 4px; float: left; color: white; } .reaction-counter { margin-right: 5px; margin-bottom: 2px; } .post-list { margin-bottom: 60px; } .alert { margin-top: 20px; display: none; }
0.510008
0.083853
* { font-family: Helvetica, sans-serif; font-weight: 100; } html, body { font-size: 16px; margin: 0; height: 100%; background-image: linear-gradient(-100deg, #a2f2f1 0%, #b19afe 100%); } ::-webkit-input-placeholder { text-align: center; } #article { display: flex; justify-content: center; align-items: flex-start; flex-direction: row; box-sizing: border-box; } #input-form input:focus { outline: none; border-bottom: 1px solid rgb(0, 24, 214); } #button-container { display: flex; justify-content: flex-end; } #button-container button { max-width: 10rem; } #button-wrapper { display: flex; flex-direction: column; } #button-wrapper button { border-radius: 20px; margin: 20px 0; font-size: 16px; border: none; padding: 10px 20px; width: 200px; } #content-wrapper { display: flex; justify-content: center; align-items: center; box-sizing: border-box; height: 100%; padding: 2.5rem; } #screen-content { max-width: 32rem; width: 90%; background-color: white; border: 1px solid white; border-radius: 10px; padding: 2.5rem; } #logo { font-size: 2.5rem; } #input-form { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 4em 0; width: 100%; box-sizing: border-box; } ::placeholder { font-weight: normal; } #input-form input { width: 100%; margin: 8px; border: none; padding-bottom: 8px; border-bottom: 1px solid rgb(180, 185, 234); } #input-form input:focus { outline: none; border-bottom: 1px solid rgb(0, 24, 214); } #button-container { display: flex; justify-content: center; box-sizing: border-box; } #button-container button { max-width: 10rem; } #button-wrapper { display: flex; flex-direction: row; } #button-wrapper button { border-radius: 20px; font-size: 16px; border: none; padding: 10px 20px; } #login-button { color: white; background-color: rgb(84, 189, 214); } #login-button:focus { outline: none; } #register-button { color: rgb(44, 77, 216); background-color: white; } #register-button:focus { outline: none; } #external-login-icons-ul { display: flex; margin: 0; padding: 0; list-style: none; } #external-login-container { display: flex; align-items: center; justify-content: center; flex-direction: column; margin-bottom: 0.5em; } #external-login-and-button-container { display: flex; justify-content: space-between; flex-direction: column; } .social-media-icon { width: 2em; height: 2em; } #sign-in-span { margin-bottom: 0.5em; }
styles/index.css
* { font-family: Helvetica, sans-serif; font-weight: 100; } html, body { font-size: 16px; margin: 0; height: 100%; background-image: linear-gradient(-100deg, #a2f2f1 0%, #b19afe 100%); } ::-webkit-input-placeholder { text-align: center; } #article { display: flex; justify-content: center; align-items: flex-start; flex-direction: row; box-sizing: border-box; } #input-form input:focus { outline: none; border-bottom: 1px solid rgb(0, 24, 214); } #button-container { display: flex; justify-content: flex-end; } #button-container button { max-width: 10rem; } #button-wrapper { display: flex; flex-direction: column; } #button-wrapper button { border-radius: 20px; margin: 20px 0; font-size: 16px; border: none; padding: 10px 20px; width: 200px; } #content-wrapper { display: flex; justify-content: center; align-items: center; box-sizing: border-box; height: 100%; padding: 2.5rem; } #screen-content { max-width: 32rem; width: 90%; background-color: white; border: 1px solid white; border-radius: 10px; padding: 2.5rem; } #logo { font-size: 2.5rem; } #input-form { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 4em 0; width: 100%; box-sizing: border-box; } ::placeholder { font-weight: normal; } #input-form input { width: 100%; margin: 8px; border: none; padding-bottom: 8px; border-bottom: 1px solid rgb(180, 185, 234); } #input-form input:focus { outline: none; border-bottom: 1px solid rgb(0, 24, 214); } #button-container { display: flex; justify-content: center; box-sizing: border-box; } #button-container button { max-width: 10rem; } #button-wrapper { display: flex; flex-direction: row; } #button-wrapper button { border-radius: 20px; font-size: 16px; border: none; padding: 10px 20px; } #login-button { color: white; background-color: rgb(84, 189, 214); } #login-button:focus { outline: none; } #register-button { color: rgb(44, 77, 216); background-color: white; } #register-button:focus { outline: none; } #external-login-icons-ul { display: flex; margin: 0; padding: 0; list-style: none; } #external-login-container { display: flex; align-items: center; justify-content: center; flex-direction: column; margin-bottom: 0.5em; } #external-login-and-button-container { display: flex; justify-content: space-between; flex-direction: column; } .social-media-icon { width: 2em; height: 2em; } #sign-in-span { margin-bottom: 0.5em; }
0.429429
0.095223
:root { --editor-footer-height: 25px; } .editor-container { height: calc(100% - var(--editor-footer-height)); transition: all 0.5s ease; position: relative; } .editor-footer { position: relative; height: var(--editor-footer-height); padding: 4px; display: flex; align-items: center; font-size: 12px; background: rgb(47, 47, 47); border-top: 1px solid ghostwhite; justify-content: space-between; z-index: 10; } .codemirror-container { width: 100%; height: calc(100% - var(--editor-footer-height)); transition: all 0.5s ease; } .markedText { padding: 1px; border-bottom: 1px solid rgba(0, 255, 100, 0.5); } .CodeMirror { padding: 6px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; height: 100%; } .keyboard-shortcut { font-size: 10px; padding: 2px; border-radius: 3px; color: black; background: rgba(237, 237, 237, 0.7); margin-left: 8px; margin-right: 2px; } .list-item { padding-left: 2px; margin-bottom: 0px; margin-top: 1px; display: flex; align-items: center; } .list-item .svg-inline--fa { font-size: 6px; margin-right: 10px; } .footer-identifier { color: white; transition: all 0.1s ease; } .footer-identifier:hover { cursor: pointer; color: goldenrod; } .toolbar-button { color: black; min-width: 20px; min-height: 20px; padding-left: 3px; padding-right: 3px; background: white; border-radius: 3px; border: 1px solid black; transition: all 0.2s ease; } .toolbar-button:hover { cursor: pointer; color: dodgerblue; } .menu { opacity: 0; position: absolute; bottom: -100px; background: white; width: 25%; color: black; height: 0px; transition: height 0.1s ease, bottom 0.2s ease, opacity 0.1s ease-out; pointer-events: none; z-index: 3; padding: 2px; background:rgb(67, 67, 67); } .menu.open { opacity: 1; height: 86px; bottom: var(--editor-footer-height); pointer-events: all; z-index: 3; border-top-left-radius: 3px; border-top-right-radius: 3px; } .menu-item { display: flex; height: 40px; align-items: center; justify-content: space-between; font-size: 14px; transition: all 0.2s ease; padding: 4px; background: ghostwhite; border-radius: 4px; border: 1px solid grey; margin-bottom: 2px; } .menu-item:hover { cursor: pointer; box-shadow: dodgerblue 0 0 2px 1px; color: dodgerblue; border: 1px solid dodgerblue; } .editor-options-container { position: absolute; background:rgb(67, 67, 67); width: calc(100% - 4px); height: calc(100% - 4px); z-index: 3; padding: 10px; border-radius: 4px; left: 2px; top: 2px; } .editor-options-header { display: flex; align-items: center; justify-content: space-between; height: 40px; margin-bottom: 25px; } .editor-option-container { display: flex; align-items: center; height: 60px; } .editor-option-container label { font-weight: bold; margin-right: 10px; margin-bottom: 0; } .editor-option-container input { border: none; min-height: 35px; border-radius: 4px; padding-left: 4px; }
src/ui/components/CodeMirrorEditor.css
:root { --editor-footer-height: 25px; } .editor-container { height: calc(100% - var(--editor-footer-height)); transition: all 0.5s ease; position: relative; } .editor-footer { position: relative; height: var(--editor-footer-height); padding: 4px; display: flex; align-items: center; font-size: 12px; background: rgb(47, 47, 47); border-top: 1px solid ghostwhite; justify-content: space-between; z-index: 10; } .codemirror-container { width: 100%; height: calc(100% - var(--editor-footer-height)); transition: all 0.5s ease; } .markedText { padding: 1px; border-bottom: 1px solid rgba(0, 255, 100, 0.5); } .CodeMirror { padding: 6px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; height: 100%; } .keyboard-shortcut { font-size: 10px; padding: 2px; border-radius: 3px; color: black; background: rgba(237, 237, 237, 0.7); margin-left: 8px; margin-right: 2px; } .list-item { padding-left: 2px; margin-bottom: 0px; margin-top: 1px; display: flex; align-items: center; } .list-item .svg-inline--fa { font-size: 6px; margin-right: 10px; } .footer-identifier { color: white; transition: all 0.1s ease; } .footer-identifier:hover { cursor: pointer; color: goldenrod; } .toolbar-button { color: black; min-width: 20px; min-height: 20px; padding-left: 3px; padding-right: 3px; background: white; border-radius: 3px; border: 1px solid black; transition: all 0.2s ease; } .toolbar-button:hover { cursor: pointer; color: dodgerblue; } .menu { opacity: 0; position: absolute; bottom: -100px; background: white; width: 25%; color: black; height: 0px; transition: height 0.1s ease, bottom 0.2s ease, opacity 0.1s ease-out; pointer-events: none; z-index: 3; padding: 2px; background:rgb(67, 67, 67); } .menu.open { opacity: 1; height: 86px; bottom: var(--editor-footer-height); pointer-events: all; z-index: 3; border-top-left-radius: 3px; border-top-right-radius: 3px; } .menu-item { display: flex; height: 40px; align-items: center; justify-content: space-between; font-size: 14px; transition: all 0.2s ease; padding: 4px; background: ghostwhite; border-radius: 4px; border: 1px solid grey; margin-bottom: 2px; } .menu-item:hover { cursor: pointer; box-shadow: dodgerblue 0 0 2px 1px; color: dodgerblue; border: 1px solid dodgerblue; } .editor-options-container { position: absolute; background:rgb(67, 67, 67); width: calc(100% - 4px); height: calc(100% - 4px); z-index: 3; padding: 10px; border-radius: 4px; left: 2px; top: 2px; } .editor-options-header { display: flex; align-items: center; justify-content: space-between; height: 40px; margin-bottom: 25px; } .editor-option-container { display: flex; align-items: center; height: 60px; } .editor-option-container label { font-weight: bold; margin-right: 10px; margin-bottom: 0; } .editor-option-container input { border: none; min-height: 35px; border-radius: 4px; padding-left: 4px; }
0.403449
0.16455
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("speedrunslive.com") { #pageContent { width: 98% !important; height: 100% !important; display: block !important; } #featured { position:absolute !important; height: 73% !important; width: 98% !important; display: flex !important; } .featuredstreamcontainer { position:relative; margin-right: 15px !important; width: 80% !important; height: 100% !important; float: left !important; } .featuredstream { height: 100% !important; } #live_embed_player_flash { width: 100% !important; height: 100% !important; position: absolute !important; } .hitboxframe { min-height: 350px !important; height: 100% !important; } .featuredchat { position: relative !important; top: 40px !important; } .featuredchat iframe { height:103% !important; min-height: 350px !important; } #streamList { position: absolute !important; top: 100% !important; } .twitchstreamer { margin-right: 15px !important; width: 31.5% !important; } #racesNav { width: 20% !important; margin-left: 5% !important; } #racesNav > a { width: 100% !important; } #racesMain { margin-left: 2% !important; float: left !important; width: 64% !important; } .racebar { width:100% !important; display: flex !important; } .racebar .left { width: 70% !important; } #channel_info { width: 15% !important; margin-right: 2% !important; } #mibbit_embed { width: 82% !important; height: 705px !important; margin-right: 0px !important; } #faqNav { margin-right: 5% !important; width: 17% !important; } #faq { width: 65% !important; } #tools_left { width: 40% !important; padding-right: 5% !important; } #tools_right { width: 40% !important; float: left !important; } footer.defaultborder { position: absolute !important; bottom: -2000px !important; } }
data/usercss/93339.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("speedrunslive.com") { #pageContent { width: 98% !important; height: 100% !important; display: block !important; } #featured { position:absolute !important; height: 73% !important; width: 98% !important; display: flex !important; } .featuredstreamcontainer { position:relative; margin-right: 15px !important; width: 80% !important; height: 100% !important; float: left !important; } .featuredstream { height: 100% !important; } #live_embed_player_flash { width: 100% !important; height: 100% !important; position: absolute !important; } .hitboxframe { min-height: 350px !important; height: 100% !important; } .featuredchat { position: relative !important; top: 40px !important; } .featuredchat iframe { height:103% !important; min-height: 350px !important; } #streamList { position: absolute !important; top: 100% !important; } .twitchstreamer { margin-right: 15px !important; width: 31.5% !important; } #racesNav { width: 20% !important; margin-left: 5% !important; } #racesNav > a { width: 100% !important; } #racesMain { margin-left: 2% !important; float: left !important; width: 64% !important; } .racebar { width:100% !important; display: flex !important; } .racebar .left { width: 70% !important; } #channel_info { width: 15% !important; margin-right: 2% !important; } #mibbit_embed { width: 82% !important; height: 705px !important; margin-right: 0px !important; } #faqNav { margin-right: 5% !important; width: 17% !important; } #faq { width: 65% !important; } #tools_left { width: 40% !important; padding-right: 5% !important; } #tools_right { width: 40% !important; float: left !important; } footer.defaultborder { position: absolute !important; bottom: -2000px !important; } }
0.325413
0.110327
img { display: block; } .page-header { background-image: url(../image/Slider-foto.png); background-repeat: no-repeat; background-color: #1a1915; background-size: cover; background-position: center; } .header-link { border: 2px solid transparent; padding: 10px 20px; background: none; color: #ffffff; font-family: "Montserrat", sans-serif; font-size: 14px; font-weight: 700; cursor: pointer; margin-bottom: 115px; } .header-link:hover { border: 2px solid #ffffff; border-radius: 50px; } .header-title { font-family: "Montserrat", sans-serif; font-size: 30px; } .header-item { font-family: "Roboto", sans-serif; font-size: 18px; width: 216px; } .header-button { background-color: #ff4e50; color: #ffffff; font-size: 14px; font-family: "Montserrat", sans-serif; font-weight: 700; border-radius: 50px; border: none; cursor: pointer; padding: 10px 50px; margin-bottom: 138px; transition: all 250ms linear; } .header-button:hover { border: 2px transparent; background-color: #ffffff; border-radius: 50px; color: #ff4e50; } /* Section Cards */ .section-name { font-family: "Montserrat", sans-serif; font-size: 22px; } .partner-img { position: relative; display: block; margin: 0 auto; width: 120px; height: 120px; margin-bottom: 20px; } .icon-window, .icon-window-2, .icon-window-3, .icon-window-4 { display: block; position: absolute; top: 70%; left: 70%; align-content: center; justify-content: center; width: 40px; height: 40px; border: 4px solid #fff; border-radius: 50%; background-size: auto; background-repeat: no-repeat; } .tv { background-color: #ff4e50; background-image: url(../image/Shape_1.png); background-position: center; } .coffee { background-color: #1cd7ad; background-image: url(../image/Shape_2.png); background-position: center; } .bottle { background-color: #ffa507; background-image: url(../image/Shape_3.png); background-position: center; } .telegram { background-color: #4e73db; background-image: url(../image/Shape_4.png); background-position: center; } .card-title { color: #333333; font-family: "Montserrat", sans-serif; font-size: 14px; } .card-item { color: #666666; font-family: "Roboto", sans-serif; font-size: 14px; } .section-button { border: 2px solid #ff4e50; border-radius: 50px; color: #ff4e50; font-size: 14px; font-family: "Montserrat", sans-serif; font-weight: 700; background-color: #ffffff; cursor: pointer; padding: 10px 75px; } .section-button:hover { background-color: #ff4e50; color: #ffffff; transition: all 250ms linear; }
module-09/css/style.css
img { display: block; } .page-header { background-image: url(../image/Slider-foto.png); background-repeat: no-repeat; background-color: #1a1915; background-size: cover; background-position: center; } .header-link { border: 2px solid transparent; padding: 10px 20px; background: none; color: #ffffff; font-family: "Montserrat", sans-serif; font-size: 14px; font-weight: 700; cursor: pointer; margin-bottom: 115px; } .header-link:hover { border: 2px solid #ffffff; border-radius: 50px; } .header-title { font-family: "Montserrat", sans-serif; font-size: 30px; } .header-item { font-family: "Roboto", sans-serif; font-size: 18px; width: 216px; } .header-button { background-color: #ff4e50; color: #ffffff; font-size: 14px; font-family: "Montserrat", sans-serif; font-weight: 700; border-radius: 50px; border: none; cursor: pointer; padding: 10px 50px; margin-bottom: 138px; transition: all 250ms linear; } .header-button:hover { border: 2px transparent; background-color: #ffffff; border-radius: 50px; color: #ff4e50; } /* Section Cards */ .section-name { font-family: "Montserrat", sans-serif; font-size: 22px; } .partner-img { position: relative; display: block; margin: 0 auto; width: 120px; height: 120px; margin-bottom: 20px; } .icon-window, .icon-window-2, .icon-window-3, .icon-window-4 { display: block; position: absolute; top: 70%; left: 70%; align-content: center; justify-content: center; width: 40px; height: 40px; border: 4px solid #fff; border-radius: 50%; background-size: auto; background-repeat: no-repeat; } .tv { background-color: #ff4e50; background-image: url(../image/Shape_1.png); background-position: center; } .coffee { background-color: #1cd7ad; background-image: url(../image/Shape_2.png); background-position: center; } .bottle { background-color: #ffa507; background-image: url(../image/Shape_3.png); background-position: center; } .telegram { background-color: #4e73db; background-image: url(../image/Shape_4.png); background-position: center; } .card-title { color: #333333; font-family: "Montserrat", sans-serif; font-size: 14px; } .card-item { color: #666666; font-family: "Roboto", sans-serif; font-size: 14px; } .section-button { border: 2px solid #ff4e50; border-radius: 50px; color: #ff4e50; font-size: 14px; font-family: "Montserrat", sans-serif; font-weight: 700; background-color: #ffffff; cursor: pointer; padding: 10px 75px; } .section-button:hover { background-color: #ff4e50; color: #ffffff; transition: all 250ms linear; }
0.362856
0.198084
.select-common{ padding:0 6px 0 2px!important; } .sod_select,.sod_select * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; } /* The SoD - Please keep this first three lines intact,otherwise all hell will break looooooose */ .sod_select { display:block; position:relative; width:250px; padding:0 6px; background:#fff; border:1px solid #d4d4d4; border-radius:0; color:#808080; font-size:12px; font-weight:normal; text-align:left; text-transform:none; outline:0; outline-offset:-2px; cursor:default; height: 30px; line-height:1; } /* Up/Down arrows */ .sod_select:before,.sod_select:after { content:""; position:absolute; right:30px; top:10px; bottom:10px; /*border-left:1px solid #e5e5e5;*/ } /* Down arrow */ .sod_select:after { content:url(../images/img89.png); right:6px; top:6px; border-left:none; font-size:7px; } .sod_select.above:after { content:url(../images/img89.png); } /* Change the border color on hover,focus and when open */ .sod_select:hover,.sod_select.open,.sod_select.focus { background:#ffffff; border-color:#d4d4d4; } .sod_select.open { color:#919191; } .sod_select.focus { /*box-shadow:inset 0 -1px 2px rgba(0,0,0,.05),0 0 5px rgba(0,0,0,.1);*/ } /* When the entire SoD is disabled,go crazy! */ .sod_select.disabled { border-color:#d4d4d4; color:#b2b2b2; cursor:not-allowed; } .sod_select.disabled:hover { background:#fcfcfc; } /* The "label",or whatever we should call it. Keep the first three lines for truncating. */ .sod_select .sod_label { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding-right:15px; line-height:27px; margin-top: 1px; } .sod_select .sod_prefix { /* Use this if you're using a prefix and want to style it */ } .sod_select .sod_placeholder { /* Use this if you're using a placeholder and want to style it */ } /* Options list wrapper */ .sod_select .sod_list { position:absolute; top:100%; left:0; display:none; height:auto; width:250px; margin:0 0 0 -1px; border:1px solid #d4d4d4; border-radius:0px; box-shadow:0 2px 4px rgba(0,0,0,.1); background:#ffffff; color:#808080; font-weight:300; z-index:1; } /* Shows the option list (don't edit) */ .sod_select.open .sod_list { display:block; } /* Don't display the options when */ .sod_select.disabled.open .sod_list { display:none; } /* When the option list is displayed above the SoD */ .sod_select.above .sod_list { top:auto; bottom:100%; margin:0 0 10px -1px; border:1px solid #d4d4d4; box-shadow:0 -2px 4px rgba(0,0,0,.1); } /* Arrow(s) displayed when the SoD is active,only in this "theme" */ .sod_select .sod_list:after,.sod_select .sod_list:before { content:""; position:absolute; bottom:100%; right:-15px; border:solid transparent; height:0; width:0; pointer-events:none; } .sod_select.above .sod_list:after,.sod_select.above .sod_list:before { top:100%; bottom:auto; } .sod_select .sod_list:after { border-color:rgba(255,255,255,0); border-bottom-color:#ffffff; border-width:6px; } .sod_select.above .sod_list:after { border-color:rgba(255,255,255,0); border-top-color:#ffffff; } .sod_select .sod_list:before { /*margin-right:-2px; border-color:rgba(212,212,212,0); border-bottom-color:#d4d4d4; border-width:8px;*/ } .sod_select.above .sod_list:before { border-color:rgba(255,255,255,0); border-top-color:#d4d4d4; } /* Options list container */ .sod_select .sod_list ul { overflow-y:auto; padding:0 4px; margin:4px 0; border-radius:3px; } /* All the options. Keep the first three lines for truncating... */ .sod_select .sod_list li { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; position:relative; padding:8px 10px; list-style-type:none; border-bottom:1px solid #f7f7f7; line-height: 1; } /* Remove the bottom border from the last item */ .sod_select .sod_list li:last-child { border-bottom:none; } /* Optgroups */ .sod_select .sod_list .optgroup,.sod_select .sod_list .optgroup.disabled { background:inherit; color:#939393; font-size:10px; font-style:italic; } /* Children of an optgroup */ .sod_select .sod_list .groupchild { padding-left:20px; } /* Disabled option */ .sod_select .sod_list .disabled { background:inherit; color:#cccccc; } /* Hover state for options,also used when a user uses his/hers up/down keys */ .sod_select .sod_list .active { background:#126AE4; border-radius:0; color:#fff; } /*Make room for the check mark */ .sod_select .sod_list .selected { padding-right:25px; font-weight:700; } /* Add a .no_highlight class to you SoD to hide the check mark */ .sod_select.no_highlight .sod_list .selected:before { display:none; } .sod_select .sod_list .link { /* If data-link is set on a specific option */ } .sod_select .sod_list .linkexternal { /* If data-link-external is set on a specific option */ } /* Hide native select */ .sod_select select { display:none !important; } /* The native select in touch mode. Keep this first line. Sorry,keep everything. */ .sod_select.touch select { -webkit-appearance:menulist-button; position:absolute; top:0; left:0; display:block !important; height:100%; width:100%; opacity:0; z-index:1; } .middle{ width: 150px!important; } .init{ width: 250px!important; }
public/admin/css/selectordie.css
.select-common{ padding:0 6px 0 2px!important; } .sod_select,.sod_select * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; } /* The SoD - Please keep this first three lines intact,otherwise all hell will break looooooose */ .sod_select { display:block; position:relative; width:250px; padding:0 6px; background:#fff; border:1px solid #d4d4d4; border-radius:0; color:#808080; font-size:12px; font-weight:normal; text-align:left; text-transform:none; outline:0; outline-offset:-2px; cursor:default; height: 30px; line-height:1; } /* Up/Down arrows */ .sod_select:before,.sod_select:after { content:""; position:absolute; right:30px; top:10px; bottom:10px; /*border-left:1px solid #e5e5e5;*/ } /* Down arrow */ .sod_select:after { content:url(../images/img89.png); right:6px; top:6px; border-left:none; font-size:7px; } .sod_select.above:after { content:url(../images/img89.png); } /* Change the border color on hover,focus and when open */ .sod_select:hover,.sod_select.open,.sod_select.focus { background:#ffffff; border-color:#d4d4d4; } .sod_select.open { color:#919191; } .sod_select.focus { /*box-shadow:inset 0 -1px 2px rgba(0,0,0,.05),0 0 5px rgba(0,0,0,.1);*/ } /* When the entire SoD is disabled,go crazy! */ .sod_select.disabled { border-color:#d4d4d4; color:#b2b2b2; cursor:not-allowed; } .sod_select.disabled:hover { background:#fcfcfc; } /* The "label",or whatever we should call it. Keep the first three lines for truncating. */ .sod_select .sod_label { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding-right:15px; line-height:27px; margin-top: 1px; } .sod_select .sod_prefix { /* Use this if you're using a prefix and want to style it */ } .sod_select .sod_placeholder { /* Use this if you're using a placeholder and want to style it */ } /* Options list wrapper */ .sod_select .sod_list { position:absolute; top:100%; left:0; display:none; height:auto; width:250px; margin:0 0 0 -1px; border:1px solid #d4d4d4; border-radius:0px; box-shadow:0 2px 4px rgba(0,0,0,.1); background:#ffffff; color:#808080; font-weight:300; z-index:1; } /* Shows the option list (don't edit) */ .sod_select.open .sod_list { display:block; } /* Don't display the options when */ .sod_select.disabled.open .sod_list { display:none; } /* When the option list is displayed above the SoD */ .sod_select.above .sod_list { top:auto; bottom:100%; margin:0 0 10px -1px; border:1px solid #d4d4d4; box-shadow:0 -2px 4px rgba(0,0,0,.1); } /* Arrow(s) displayed when the SoD is active,only in this "theme" */ .sod_select .sod_list:after,.sod_select .sod_list:before { content:""; position:absolute; bottom:100%; right:-15px; border:solid transparent; height:0; width:0; pointer-events:none; } .sod_select.above .sod_list:after,.sod_select.above .sod_list:before { top:100%; bottom:auto; } .sod_select .sod_list:after { border-color:rgba(255,255,255,0); border-bottom-color:#ffffff; border-width:6px; } .sod_select.above .sod_list:after { border-color:rgba(255,255,255,0); border-top-color:#ffffff; } .sod_select .sod_list:before { /*margin-right:-2px; border-color:rgba(212,212,212,0); border-bottom-color:#d4d4d4; border-width:8px;*/ } .sod_select.above .sod_list:before { border-color:rgba(255,255,255,0); border-top-color:#d4d4d4; } /* Options list container */ .sod_select .sod_list ul { overflow-y:auto; padding:0 4px; margin:4px 0; border-radius:3px; } /* All the options. Keep the first three lines for truncating... */ .sod_select .sod_list li { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; position:relative; padding:8px 10px; list-style-type:none; border-bottom:1px solid #f7f7f7; line-height: 1; } /* Remove the bottom border from the last item */ .sod_select .sod_list li:last-child { border-bottom:none; } /* Optgroups */ .sod_select .sod_list .optgroup,.sod_select .sod_list .optgroup.disabled { background:inherit; color:#939393; font-size:10px; font-style:italic; } /* Children of an optgroup */ .sod_select .sod_list .groupchild { padding-left:20px; } /* Disabled option */ .sod_select .sod_list .disabled { background:inherit; color:#cccccc; } /* Hover state for options,also used when a user uses his/hers up/down keys */ .sod_select .sod_list .active { background:#126AE4; border-radius:0; color:#fff; } /*Make room for the check mark */ .sod_select .sod_list .selected { padding-right:25px; font-weight:700; } /* Add a .no_highlight class to you SoD to hide the check mark */ .sod_select.no_highlight .sod_list .selected:before { display:none; } .sod_select .sod_list .link { /* If data-link is set on a specific option */ } .sod_select .sod_list .linkexternal { /* If data-link-external is set on a specific option */ } /* Hide native select */ .sod_select select { display:none !important; } /* The native select in touch mode. Keep this first line. Sorry,keep everything. */ .sod_select.touch select { -webkit-appearance:menulist-button; position:absolute; top:0; left:0; display:block !important; height:100%; width:100%; opacity:0; z-index:1; } .middle{ width: 150px!important; } .init{ width: 250px!important; }
0.239349
0.095223
.empty-set-cta, body { display: -ms-flexbox } body, body:after, html { width: 100%; height: 100% } .side-nav:before, body:after { content: '' } .side-nav, html { overflow: hidden } *, .card, .loader #spinner { box-sizing: border-box } .card { padding: 16px; position: relative; background: #fff; border-radius: 2px; margin: 16px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12) } body, html { padding: 0; margin: 0; font-family: Helvetica, Verdana, sans-serif; font-weight: 400; font-display: optional; color: #444; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } body { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; background: #ececec } body:after { position: fixed; top: 0; left: 0; pointer-events: none; background: #FAFAFA; opacity: 0; will-change: opacity; transition: opacity 333ms cubic-bezier(0, 0, .21, 1) .4s } h1, h2, h3, h4, h5, h6 { font-family: Roboto, Helvetica, Verdana, sans-serif } .app-deeplink:after { opacity: 1; pointer-events: auto } a { color: #FF4081 } .is-hidden { display: none } button::-moz-focus-inner { border: 0 } @media (min-width: 600px) { .view-underpanel { top: 0; right: 0; position: fixed; width: 400px; height: 100%; overflow: hidden; pointer-events: none } .view-underpanel__block { position: absolute; top: 0; right: 0; width: 360px; height: 100%; background: #FAFAFA; box-shadow: 0 0 14px rgba(0, 0, 0, .24), 0 14px 28px rgba(0, 0, 0, .48); -webkit-transform: translateX(105%); transform: translateX(105%); transition: -webkit-transform 233ms cubic-bezier(0, 0, .21, 1) 40ms, opacity 213ms cubic-bezier(0, 0, .21, 1) 40ms; transition: opacity 213ms cubic-bezier(0, 0, .21, 1) 40ms, -webkit-transform 233ms cubic-bezier(0, 0, .21, 1) 40ms; transition: transform 233ms cubic-bezier(0, 0, .21, 1) 40ms, opacity 213ms cubic-bezier(0, 0, .21, 1) 40ms; transition: transform 233ms cubic-bezier(0, 0, .21, 1) 40ms, opacity 213ms cubic-bezier(0, 0, .21, 1) 40ms, -webkit-transform 233ms cubic-bezier(0, 0, .21, 1) 40ms; will-change: transform; opacity: 0 } .view-underpanel__block:after { content: ''; height: 144px; width: 100%; display: block; background: #303F9F; position: absolute; top: 0; left: 0 } .view-underpanel--locked .view-underpanel__block, .view-underpanel--visible .view-underpanel__block { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0) } } .dialog-view, .side-nav:before { will-change: opacity; width: 100% } @media (min-width: 960px) { .view-underpanel { margin-top: 56px; left: 46%; right: auto; position: fixed; width: 520px; height: 100%; overflow: hidden; pointer-events: none } .view-underpanel__block { opacity: .0001; width: 504px; left: 8px; -webkit-transform: translateY(50px); transform: translateY(50px); transition: opacity 213ms cubic-bezier(0, 0, .21, 1) 40ms, -webkit-transform 233ms cubic-bezier(0, 0, .21, 1) 40ms; transition: transform 233ms cubic-bezier(0, 0, .21, 1) 40ms, opacity 213ms cubic-bezier(0, 0, .21, 1) 40ms; transition: transform 233ms cubic-bezier(0, 0, .21, 1) 40ms, opacity 213ms cubic-bezier(0, 0, .21, 1) 40ms, -webkit-transform 233ms cubic-bezier(0, 0, .21, 1) 40ms; box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32) } .view-underpanel__block:after { height: 288px } .view-underpanel--locked .view-underpanel__block, .view-underpanel--visible .view-underpanel__block { opacity: 1 } } .dialog-view { background: rgba(0, 0, 0, .57); position: fixed; left: 0; top: 0; height: 100%; opacity: 0; pointer-events: none; transition: opacity 333ms cubic-bezier(0, 0, .21, 1) } .dialog-view--visible { opacity: 1; pointer-events: auto } .dialog-view__panel { background: #FFF; border-radius: 2px; box-shadow: 0 0 14px rgba(0, 0, 0, .24), 0 14px 28px rgba(0, 0, 0, .48); min-width: 280px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%) translateY(30px); transform: translate(-50%, -50%) translateY(30px); transition: -webkit-transform 333ms cubic-bezier(0, 0, .21, 1) 50ms; transition: transform 333ms cubic-bezier(0, 0, .21, 1) 50ms; transition: transform 333ms cubic-bezier(0, 0, .21, 1) 50ms, -webkit-transform 333ms cubic-bezier(0, 0, .21, 1) 50ms } .dialog-view--visible .dialog-view__panel { -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } .dialog-view__panel-header { padding: 24px } .dialog-view__panel-footer { padding: 8px; text-align: right } .dialog-view__panel-button { height: 36px; text-transform: uppercase; color: #FF4081; font-size: 15px; font-weight: 500; background: 0 0; border: none; padding: 0 8px; line-height: 1 } .dialog-view__panel-title { line-height: 32px; font-size: 24px; color: #000; opacity: .87; font-weight: 500; margin: 0 } .dialog-view__panel-message { font-size: 16px; line-height: 24px; margin: 20px 0 0; opacity: .54 } .side-nav { width: 100%; height: 100%; position: fixed; pointer-events: none; top: 0; left: 0 } .side-nav:before { height: 100%; background: #000; opacity: 0; display: block; position: absolute; transition: opacity 233ms cubic-bezier(0, 0, .21, 1) } .side-nav--visible { pointer-events: auto } .side-nav--visible:before { opacity: .7 } .side-nav__content { background: #FAFAFA; width: 304px; height: 100%; overflow: hidden; box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28); will-change: transform; -webkit-transform: translateX(-102%); transform: translateX(-102%) } .side-nav__content--animatable { transition: -webkit-transform 233ms cubic-bezier(0, 0, .21, 1); transition: transform 233ms cubic-bezier(0, 0, .21, 1); transition: transform 233ms cubic-bezier(0, 0, .21, 1), -webkit-transform 233ms cubic-bezier(0, 0, .21, 1) } .side-nav__header { background: url(/images/side-nav-bg@2x.jpg) #3F51B5; background-size: cover; width: 100%; height: 171px; position: relative } .side-nav__title { font-size: 16px; line-height: 1; color: #FFF; position: absolute; bottom: 8px; left: 16px; height: 16px; font-weight: 500 } .side-nav__body { padding-top: 8px } .side-nav__version { position: absolute; bottom: 16px; right: 16px; font-size: 14px; opacity: .54 } .side-nav__blog-post, .side-nav__delete-all, .side-nav__delete-memos, .side-nav__file-bug-report { font-family: Roboto; font-size: 14px; outline: 0; height: 48px; padding-left: 72px; width: 100%; text-align: left; display: block; border: none; background: url(/images/ic_delete_24px.svg) 16px 12px no-repeat; color: rgba(0, 0, 0, .87); cursor: pointer } .side-nav__delete-all { background-image: url(/images/ic_restore_24px.svg) } .side-nav__blog-post { background-image: url(/images/ic_info_outline_24px.svg); line-height: 48px; text-decoration: none } .side-nav__blog-post:focus { background-color: #eee; outline: 0 } .side-nav__file-bug-report { background-image: url(/images/ic_feedback_24px.svg); line-height: 48px; text-decoration: none } .side-nav__blog-post.active { font-weight: 700; background-color: rgba(0, 0, 0, .05) } .main { padding-top: 72px; -webkit-flex: 1; -ms-flex: 1; flex: 1; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch } .superfail .main { background: url(/images/superfail.svg) center center no-repeat } .empty-set-cta { color: #3F51B5; font-size: 20px; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: #FAFAFA; opacity: 0; will-change: opacity; pointer-events: none; transition: opacity 333ms cubic-bezier(0, 0, .21, 1); display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center } .header, .toast-view { will-change: transform; position: fixed } .empty-set-cta--visible { opacity: 1 } @media (min-width: 600px) { .main { padding-top: 160px } } @media (min-width: 960px) { .main__inner { width: 960px; margin: 0 auto } } .header { width: 100%; height: 56px; color: #FFF; background: #3F51B5; font-size: 20px; box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 2px 9px 1px rgba(0, 0, 0, .12), 0 4px 2px -2px rgba(0, 0, 0, .2); padding: 16px 16px 0; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: center; -webkit-align-content: center; align-content: center; transition: -webkit-transform 233ms cubic-bezier(0, 0, .21, 1) .1s; transition: transform 233ms cubic-bezier(0, 0, .21, 1) .1s; transition: transform 233ms cubic-bezier(0, 0, .21, 1) .1s, -webkit-transform 233ms cubic-bezier(0, 0, .21, 1) .1s; z-index: 2 } .header--collapsed { transition: -webkit-transform 233ms cubic-bezier(0, 0, .21, 1) .13s; transition: transform 233ms cubic-bezier(0, 0, .21, 1) .13s; transition: transform 233ms cubic-bezier(0, 0, .21, 1) .13s, -webkit-transform 233ms cubic-bezier(0, 0, .21, 1) .13s; -webkit-transform: translateY(-56px); transform: translateY(-56px) } .header__menu { background: url(/images/ic_menu_24px.svg) center center no-repeat; width: 24px; height: 24px; margin-right: 16px; text-indent: -30000px; overflow: hidden; opacity: .54; transition: opacity 333ms cubic-bezier(0, 0, .21, 1); border: none; outline: 0 } .header__menu:focus, .header__menu:hover { opacity: 1; border: 1px solid #fff } .header__title { font-weight: 400; font-size: 20px; margin: 0; -webkit-flex: 1; -ms-flex: 1; flex: 1 } @media (min-width: 600px) { .header { padding: 16px 32px 0 24px; height: 144px; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-content: space-between; -ms-flex-line-pack: justify; align-content: space-between; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start } .header__menu { margin: 4px 0 20px } .header__title { font-size: 34px; height: 80px; line-height: 80px } .header--collapsed { transition: none; -webkit-transform: none; transform: none } } @media (min-width: 960px) { .header__title { width: 888px; margin: 0 auto } } .loader { left: 50%; top: 50%; position: fixed; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } .loader #spinner { stroke: #673AB7; stroke-width: 3px; -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-animation: line 1.6s cubic-bezier(.4, 0, .2, 1) infinite, rotate 1.6s linear infinite; animation: line 1.6s cubic-bezier(.4, 0, .2, 1) infinite, rotate 1.6s linear infinite } @-webkit-keyframes rotate { from { -webkit-transform: rotate(0); transform: rotate(0) } to { -webkit-transform: rotate(450deg); transform: rotate(450deg) } } @keyframes rotate { from { -webkit-transform: rotate(0); transform: rotate(0) } to { -webkit-transform: rotate(450deg); transform: rotate(450deg) } } @-webkit-keyframes line { 0% { stroke-dasharray: 2, 85.964; -webkit-transform: rotate(0); transform: rotate(0) } 50% { stroke-dasharray: 65.973, 21.9911; stroke-dashoffset: 0 } 100% { stroke-dasharray: 2, 85.964; stroke-dashoffset: -65.973; -webkit-transform: rotate(90deg); transform: rotate(90deg) } } @keyframes line { 0% { stroke-dasharray: 2, 85.964; -webkit-transform: rotate(0); transform: rotate(0) } 50% { stroke-dasharray: 65.973, 21.9911; stroke-dashoffset: 0 } 100% { stroke-dasharray: 2, 85.964; stroke-dashoffset: -65.973; -webkit-transform: rotate(90deg); transform: rotate(90deg) } } .main { z-index: 0 } .new-appshelling-btn { z-index: 3 } .view-underpanel { z-index: 4 } .details-view { z-index: 6 } .edit-view__circular-reveal-container { z-index: 10 } .appshell-view, .details-view__box-reveal { z-index: 5 } .details-view__panel { z-index: 6 } .details-view__playback { z-index: 1 } .edit-view__panel { z-index: 7 } body:after { z-index: 100 } .side-nav { z-index: 200 } .dialog-view { z-index: 250 } .toast-view { z-index: 300; background-color: #404040; border-radius: 3px; box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24); color: #fff; line-height: 20px; margin-top: 8px; padding: 16px; transition: opacity .2s, -webkit-transform .3s cubic-bezier(.165, .84, .44, 1); transition: opacity .2s, transform .3s cubic-bezier(.165, .84, .44, 1); transition: opacity .2s, transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1); white-space: nowrap; opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); left: 16px; bottom: 16px } .loader { z-index: 400 } .toast-view--visible { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) }
css/app.css
.empty-set-cta, body { display: -ms-flexbox } body, body:after, html { width: 100%; height: 100% } .side-nav:before, body:after { content: '' } .side-nav, html { overflow: hidden } *, .card, .loader #spinner { box-sizing: border-box } .card { padding: 16px; position: relative; background: #fff; border-radius: 2px; margin: 16px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12) } body, html { padding: 0; margin: 0; font-family: Helvetica, Verdana, sans-serif; font-weight: 400; font-display: optional; color: #444; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } body { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; background: #ececec } body:after { position: fixed; top: 0; left: 0; pointer-events: none; background: #FAFAFA; opacity: 0; will-change: opacity; transition: opacity 333ms cubic-bezier(0, 0, .21, 1) .4s } h1, h2, h3, h4, h5, h6 { font-family: Roboto, Helvetica, Verdana, sans-serif } .app-deeplink:after { opacity: 1; pointer-events: auto } a { color: #FF4081 } .is-hidden { display: none } button::-moz-focus-inner { border: 0 } @media (min-width: 600px) { .view-underpanel { top: 0; right: 0; position: fixed; width: 400px; height: 100%; overflow: hidden; pointer-events: none } .view-underpanel__block { position: absolute; top: 0; right: 0; width: 360px; height: 100%; background: #FAFAFA; box-shadow: 0 0 14px rgba(0, 0, 0, .24), 0 14px 28px rgba(0, 0, 0, .48); -webkit-transform: translateX(105%); transform: translateX(105%); transition: -webkit-transform 233ms cubic-bezier(0, 0, .21, 1) 40ms, opacity 213ms cubic-bezier(0, 0, .21, 1) 40ms; transition: opacity 213ms cubic-bezier(0, 0, .21, 1) 40ms, -webkit-transform 233ms cubic-bezier(0, 0, .21, 1) 40ms; transition: transform 233ms cubic-bezier(0, 0, .21, 1) 40ms, opacity 213ms cubic-bezier(0, 0, .21, 1) 40ms; transition: transform 233ms cubic-bezier(0, 0, .21, 1) 40ms, opacity 213ms cubic-bezier(0, 0, .21, 1) 40ms, -webkit-transform 233ms cubic-bezier(0, 0, .21, 1) 40ms; will-change: transform; opacity: 0 } .view-underpanel__block:after { content: ''; height: 144px; width: 100%; display: block; background: #303F9F; position: absolute; top: 0; left: 0 } .view-underpanel--locked .view-underpanel__block, .view-underpanel--visible .view-underpanel__block { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0) } } .dialog-view, .side-nav:before { will-change: opacity; width: 100% } @media (min-width: 960px) { .view-underpanel { margin-top: 56px; left: 46%; right: auto; position: fixed; width: 520px; height: 100%; overflow: hidden; pointer-events: none } .view-underpanel__block { opacity: .0001; width: 504px; left: 8px; -webkit-transform: translateY(50px); transform: translateY(50px); transition: opacity 213ms cubic-bezier(0, 0, .21, 1) 40ms, -webkit-transform 233ms cubic-bezier(0, 0, .21, 1) 40ms; transition: transform 233ms cubic-bezier(0, 0, .21, 1) 40ms, opacity 213ms cubic-bezier(0, 0, .21, 1) 40ms; transition: transform 233ms cubic-bezier(0, 0, .21, 1) 40ms, opacity 213ms cubic-bezier(0, 0, .21, 1) 40ms, -webkit-transform 233ms cubic-bezier(0, 0, .21, 1) 40ms; box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32) } .view-underpanel__block:after { height: 288px } .view-underpanel--locked .view-underpanel__block, .view-underpanel--visible .view-underpanel__block { opacity: 1 } } .dialog-view { background: rgba(0, 0, 0, .57); position: fixed; left: 0; top: 0; height: 100%; opacity: 0; pointer-events: none; transition: opacity 333ms cubic-bezier(0, 0, .21, 1) } .dialog-view--visible { opacity: 1; pointer-events: auto } .dialog-view__panel { background: #FFF; border-radius: 2px; box-shadow: 0 0 14px rgba(0, 0, 0, .24), 0 14px 28px rgba(0, 0, 0, .48); min-width: 280px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%) translateY(30px); transform: translate(-50%, -50%) translateY(30px); transition: -webkit-transform 333ms cubic-bezier(0, 0, .21, 1) 50ms; transition: transform 333ms cubic-bezier(0, 0, .21, 1) 50ms; transition: transform 333ms cubic-bezier(0, 0, .21, 1) 50ms, -webkit-transform 333ms cubic-bezier(0, 0, .21, 1) 50ms } .dialog-view--visible .dialog-view__panel { -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } .dialog-view__panel-header { padding: 24px } .dialog-view__panel-footer { padding: 8px; text-align: right } .dialog-view__panel-button { height: 36px; text-transform: uppercase; color: #FF4081; font-size: 15px; font-weight: 500; background: 0 0; border: none; padding: 0 8px; line-height: 1 } .dialog-view__panel-title { line-height: 32px; font-size: 24px; color: #000; opacity: .87; font-weight: 500; margin: 0 } .dialog-view__panel-message { font-size: 16px; line-height: 24px; margin: 20px 0 0; opacity: .54 } .side-nav { width: 100%; height: 100%; position: fixed; pointer-events: none; top: 0; left: 0 } .side-nav:before { height: 100%; background: #000; opacity: 0; display: block; position: absolute; transition: opacity 233ms cubic-bezier(0, 0, .21, 1) } .side-nav--visible { pointer-events: auto } .side-nav--visible:before { opacity: .7 } .side-nav__content { background: #FAFAFA; width: 304px; height: 100%; overflow: hidden; box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28); will-change: transform; -webkit-transform: translateX(-102%); transform: translateX(-102%) } .side-nav__content--animatable { transition: -webkit-transform 233ms cubic-bezier(0, 0, .21, 1); transition: transform 233ms cubic-bezier(0, 0, .21, 1); transition: transform 233ms cubic-bezier(0, 0, .21, 1), -webkit-transform 233ms cubic-bezier(0, 0, .21, 1) } .side-nav__header { background: url(/images/side-nav-bg@2x.jpg) #3F51B5; background-size: cover; width: 100%; height: 171px; position: relative } .side-nav__title { font-size: 16px; line-height: 1; color: #FFF; position: absolute; bottom: 8px; left: 16px; height: 16px; font-weight: 500 } .side-nav__body { padding-top: 8px } .side-nav__version { position: absolute; bottom: 16px; right: 16px; font-size: 14px; opacity: .54 } .side-nav__blog-post, .side-nav__delete-all, .side-nav__delete-memos, .side-nav__file-bug-report { font-family: Roboto; font-size: 14px; outline: 0; height: 48px; padding-left: 72px; width: 100%; text-align: left; display: block; border: none; background: url(/images/ic_delete_24px.svg) 16px 12px no-repeat; color: rgba(0, 0, 0, .87); cursor: pointer } .side-nav__delete-all { background-image: url(/images/ic_restore_24px.svg) } .side-nav__blog-post { background-image: url(/images/ic_info_outline_24px.svg); line-height: 48px; text-decoration: none } .side-nav__blog-post:focus { background-color: #eee; outline: 0 } .side-nav__file-bug-report { background-image: url(/images/ic_feedback_24px.svg); line-height: 48px; text-decoration: none } .side-nav__blog-post.active { font-weight: 700; background-color: rgba(0, 0, 0, .05) } .main { padding-top: 72px; -webkit-flex: 1; -ms-flex: 1; flex: 1; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch } .superfail .main { background: url(/images/superfail.svg) center center no-repeat } .empty-set-cta { color: #3F51B5; font-size: 20px; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: #FAFAFA; opacity: 0; will-change: opacity; pointer-events: none; transition: opacity 333ms cubic-bezier(0, 0, .21, 1); display: -webkit-flex; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center } .header, .toast-view { will-change: transform; position: fixed } .empty-set-cta--visible { opacity: 1 } @media (min-width: 600px) { .main { padding-top: 160px } } @media (min-width: 960px) { .main__inner { width: 960px; margin: 0 auto } } .header { width: 100%; height: 56px; color: #FFF; background: #3F51B5; font-size: 20px; box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 2px 9px 1px rgba(0, 0, 0, .12), 0 4px 2px -2px rgba(0, 0, 0, .2); padding: 16px 16px 0; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: center; -webkit-align-content: center; align-content: center; transition: -webkit-transform 233ms cubic-bezier(0, 0, .21, 1) .1s; transition: transform 233ms cubic-bezier(0, 0, .21, 1) .1s; transition: transform 233ms cubic-bezier(0, 0, .21, 1) .1s, -webkit-transform 233ms cubic-bezier(0, 0, .21, 1) .1s; z-index: 2 } .header--collapsed { transition: -webkit-transform 233ms cubic-bezier(0, 0, .21, 1) .13s; transition: transform 233ms cubic-bezier(0, 0, .21, 1) .13s; transition: transform 233ms cubic-bezier(0, 0, .21, 1) .13s, -webkit-transform 233ms cubic-bezier(0, 0, .21, 1) .13s; -webkit-transform: translateY(-56px); transform: translateY(-56px) } .header__menu { background: url(/images/ic_menu_24px.svg) center center no-repeat; width: 24px; height: 24px; margin-right: 16px; text-indent: -30000px; overflow: hidden; opacity: .54; transition: opacity 333ms cubic-bezier(0, 0, .21, 1); border: none; outline: 0 } .header__menu:focus, .header__menu:hover { opacity: 1; border: 1px solid #fff } .header__title { font-weight: 400; font-size: 20px; margin: 0; -webkit-flex: 1; -ms-flex: 1; flex: 1 } @media (min-width: 600px) { .header { padding: 16px 32px 0 24px; height: 144px; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-content: space-between; -ms-flex-line-pack: justify; align-content: space-between; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start } .header__menu { margin: 4px 0 20px } .header__title { font-size: 34px; height: 80px; line-height: 80px } .header--collapsed { transition: none; -webkit-transform: none; transform: none } } @media (min-width: 960px) { .header__title { width: 888px; margin: 0 auto } } .loader { left: 50%; top: 50%; position: fixed; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } .loader #spinner { stroke: #673AB7; stroke-width: 3px; -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-animation: line 1.6s cubic-bezier(.4, 0, .2, 1) infinite, rotate 1.6s linear infinite; animation: line 1.6s cubic-bezier(.4, 0, .2, 1) infinite, rotate 1.6s linear infinite } @-webkit-keyframes rotate { from { -webkit-transform: rotate(0); transform: rotate(0) } to { -webkit-transform: rotate(450deg); transform: rotate(450deg) } } @keyframes rotate { from { -webkit-transform: rotate(0); transform: rotate(0) } to { -webkit-transform: rotate(450deg); transform: rotate(450deg) } } @-webkit-keyframes line { 0% { stroke-dasharray: 2, 85.964; -webkit-transform: rotate(0); transform: rotate(0) } 50% { stroke-dasharray: 65.973, 21.9911; stroke-dashoffset: 0 } 100% { stroke-dasharray: 2, 85.964; stroke-dashoffset: -65.973; -webkit-transform: rotate(90deg); transform: rotate(90deg) } } @keyframes line { 0% { stroke-dasharray: 2, 85.964; -webkit-transform: rotate(0); transform: rotate(0) } 50% { stroke-dasharray: 65.973, 21.9911; stroke-dashoffset: 0 } 100% { stroke-dasharray: 2, 85.964; stroke-dashoffset: -65.973; -webkit-transform: rotate(90deg); transform: rotate(90deg) } } .main { z-index: 0 } .new-appshelling-btn { z-index: 3 } .view-underpanel { z-index: 4 } .details-view { z-index: 6 } .edit-view__circular-reveal-container { z-index: 10 } .appshell-view, .details-view__box-reveal { z-index: 5 } .details-view__panel { z-index: 6 } .details-view__playback { z-index: 1 } .edit-view__panel { z-index: 7 } body:after { z-index: 100 } .side-nav { z-index: 200 } .dialog-view { z-index: 250 } .toast-view { z-index: 300; background-color: #404040; border-radius: 3px; box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24); color: #fff; line-height: 20px; margin-top: 8px; padding: 16px; transition: opacity .2s, -webkit-transform .3s cubic-bezier(.165, .84, .44, 1); transition: opacity .2s, transform .3s cubic-bezier(.165, .84, .44, 1); transition: opacity .2s, transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1); white-space: nowrap; opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); left: 16px; bottom: 16px } .loader { z-index: 400 } .toast-view--visible { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) }
0.450843
0.08218
* { padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; outline: none; border: none; } body { position: relative; } body.dark .section { -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .progress-bars { position: relative; height: 100px; width: 100px; margin: 30px auto 25px auto; border-radius: 50%; background-color: none !important; } .progress-bars div { position: absolute; height: 100px; width: 100px; border-radius: 100%; background-color: none !important; } .progress-bars div span { position: absolute; font-family: Arial; font-size: 21px; line-height: 83px; height: 85px; width: 85px; left: 7.7px; top: 6.5px; text-align: center; border-radius: 50%; background-color: white; color: black; } .progress-bars .background { background-color: none; } .progress-bars .rotate { clip: rect(0 50px 100px 0); background-color: #00669B; border-radius: 50px; } .progress-bars .left { clip: rect(0 50px 100px 0); opacity: 1; background-color: #b3cef6; } .progress-bars .right { clip: rect(0 50px 100px 0); -webkit-transform: rotate(180deg); transform: rotate(180deg); opacity: 0; background-color: #00669B; } @-webkit-keyframes toggle { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes toggle { 0% { opacity: 0; } 100% { opacity: 1; } } .jbbra-logo .logo-image img { margin: 20px; height: 100px; width: auto; } .guidance-and-progress .guidance-box { border-radius: 5px; height: 250px; width: 100%; background-color: #DCF3FF; color: #0F6FA3; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; display: -webkit-box; display: -ms-flexbox; display: flex; } /* .guidance-and-progress .guidance-box .guidance-text a { display: block; text-align: center; color: #0F6FA3; } .guidance-and-progress .guidance-box .guidance-text a:hover, h2 { color: black; transition: all 0.3s ease-in-out; } .guidance-and-progress .guidance-box .guidance-text h6 { font-size: 35px; } .guidance-and-progress .guidance-box .guidance-text h2 { color: #0F6FA3; font-size: 22px; } .guidance-and-progress .guidance-box .guidance-text a h2:hover { -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; color: black; -webkit-text-decoration-line: none; text-decoration-line: none; } */ .guidance-and-progress .guidance-box .guidance-text a h1, h2 { color: #0F6FA3; text-align: center; } .guidance-and-progress .guidance-box .guidance-text a h2 { color: #0F6FA3; text-align: center; } .guidance-and-progress .guidance-box .guidance-text a:hover h1 { color: black; transition: all 0.3s ease-in-out; } .guidance-and-progress .guidance-box .guidance-text a:hover h2 { color: black; transition: all 0.3s ease-in-out; } .guidance-and-progress .progress-box .frame { width: 100%; height: 280px; border-radius: 3px; overflow: hidden; background: white; filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#413951', endColorstr='#201c29', GradientType=0); color: #0F6FA3; font-family: 'montserrat', Helvetica, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .guidance-and-progress .progress-box .headline { font-size: 22px; text-transform: uppercase; text-align: center; } .guidance-and-progress .progress-box .circle-big { position: relative; width: 114px; height: 114px; margin: 30px auto 25px auto; } .guidance-and-progress .progress-box .circle-big svg { width: 114px; height: 114px; } .guidance-and-progress .progress-box .circle-big .bg { fill: none; stroke-width: 10px; stroke: #dcdcdc; } .guidance-and-progress .progress-box .circle-big .progress { fill: none; stroke-width: 10px; stroke: #00669B; stroke-linecap: round; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-animation: big 1.5s ease-in-out; animation: big 1.5s ease-in-out; } .guidance-and-progress .progress-box .circle-big .text { position: absolute; width: 100%; top: 47px; font-size: 24px; text-align: center; font-weight: 400; line-height: 22px; } @-webkit-keyframes big { from { stroke-dashoffset: 326.56; } } @keyframes big { from { stroke-dashoffset: 326.56; } } .notification-area .btn-theme { color: #00669B; background-color: #DCF3FF; } .notification-area h4 { background-color: #DCF3FF; color: #0F6FA3; height: 50px; line-height: 50px; border-radius: 5px; font-size: 22px; } .notification-area .notice-header { background-color: transparent; } .notification-area .notification-bar { border-radius: 5px; -webkit-box-shadow: 0px 3px 11px -1px rgba(0, 0, 0, 0.18); box-shadow: 0px 3px 11px -1px rgba(0, 0, 0, 0.18); } .notification-area .notification-bar .row { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .notification-area .notification-bar .notifi-header { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 10px; color: #00669B; } .notification-area .notification-bar .notifi-header .notifi-icon { margin: 10px 20px 10px 10px; font-size: 25px; color: #00669B; } .notification-area .notification-bar .notifi-header .notifi-text { display: block; } .notification-area .notification-bar .notifi-header .notifi-text h6 { font-size: 18px; } .notification-area .notification-bar .notifi-header .notifi-text p { font-size: 15px; } .notification-area .notification-bar .notifi-date { color: #00669B; margin: 10px; text-align: center; } /*# sourceMappingURL=style.css.map */
public/candidate/assets/css/style.css
* { padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; outline: none; border: none; } body { position: relative; } body.dark .section { -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .progress-bars { position: relative; height: 100px; width: 100px; margin: 30px auto 25px auto; border-radius: 50%; background-color: none !important; } .progress-bars div { position: absolute; height: 100px; width: 100px; border-radius: 100%; background-color: none !important; } .progress-bars div span { position: absolute; font-family: Arial; font-size: 21px; line-height: 83px; height: 85px; width: 85px; left: 7.7px; top: 6.5px; text-align: center; border-radius: 50%; background-color: white; color: black; } .progress-bars .background { background-color: none; } .progress-bars .rotate { clip: rect(0 50px 100px 0); background-color: #00669B; border-radius: 50px; } .progress-bars .left { clip: rect(0 50px 100px 0); opacity: 1; background-color: #b3cef6; } .progress-bars .right { clip: rect(0 50px 100px 0); -webkit-transform: rotate(180deg); transform: rotate(180deg); opacity: 0; background-color: #00669B; } @-webkit-keyframes toggle { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes toggle { 0% { opacity: 0; } 100% { opacity: 1; } } .jbbra-logo .logo-image img { margin: 20px; height: 100px; width: auto; } .guidance-and-progress .guidance-box { border-radius: 5px; height: 250px; width: 100%; background-color: #DCF3FF; color: #0F6FA3; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; display: -webkit-box; display: -ms-flexbox; display: flex; } /* .guidance-and-progress .guidance-box .guidance-text a { display: block; text-align: center; color: #0F6FA3; } .guidance-and-progress .guidance-box .guidance-text a:hover, h2 { color: black; transition: all 0.3s ease-in-out; } .guidance-and-progress .guidance-box .guidance-text h6 { font-size: 35px; } .guidance-and-progress .guidance-box .guidance-text h2 { color: #0F6FA3; font-size: 22px; } .guidance-and-progress .guidance-box .guidance-text a h2:hover { -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; color: black; -webkit-text-decoration-line: none; text-decoration-line: none; } */ .guidance-and-progress .guidance-box .guidance-text a h1, h2 { color: #0F6FA3; text-align: center; } .guidance-and-progress .guidance-box .guidance-text a h2 { color: #0F6FA3; text-align: center; } .guidance-and-progress .guidance-box .guidance-text a:hover h1 { color: black; transition: all 0.3s ease-in-out; } .guidance-and-progress .guidance-box .guidance-text a:hover h2 { color: black; transition: all 0.3s ease-in-out; } .guidance-and-progress .progress-box .frame { width: 100%; height: 280px; border-radius: 3px; overflow: hidden; background: white; filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#413951', endColorstr='#201c29', GradientType=0); color: #0F6FA3; font-family: 'montserrat', Helvetica, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .guidance-and-progress .progress-box .headline { font-size: 22px; text-transform: uppercase; text-align: center; } .guidance-and-progress .progress-box .circle-big { position: relative; width: 114px; height: 114px; margin: 30px auto 25px auto; } .guidance-and-progress .progress-box .circle-big svg { width: 114px; height: 114px; } .guidance-and-progress .progress-box .circle-big .bg { fill: none; stroke-width: 10px; stroke: #dcdcdc; } .guidance-and-progress .progress-box .circle-big .progress { fill: none; stroke-width: 10px; stroke: #00669B; stroke-linecap: round; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-animation: big 1.5s ease-in-out; animation: big 1.5s ease-in-out; } .guidance-and-progress .progress-box .circle-big .text { position: absolute; width: 100%; top: 47px; font-size: 24px; text-align: center; font-weight: 400; line-height: 22px; } @-webkit-keyframes big { from { stroke-dashoffset: 326.56; } } @keyframes big { from { stroke-dashoffset: 326.56; } } .notification-area .btn-theme { color: #00669B; background-color: #DCF3FF; } .notification-area h4 { background-color: #DCF3FF; color: #0F6FA3; height: 50px; line-height: 50px; border-radius: 5px; font-size: 22px; } .notification-area .notice-header { background-color: transparent; } .notification-area .notification-bar { border-radius: 5px; -webkit-box-shadow: 0px 3px 11px -1px rgba(0, 0, 0, 0.18); box-shadow: 0px 3px 11px -1px rgba(0, 0, 0, 0.18); } .notification-area .notification-bar .row { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .notification-area .notification-bar .notifi-header { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 10px; color: #00669B; } .notification-area .notification-bar .notifi-header .notifi-icon { margin: 10px 20px 10px 10px; font-size: 25px; color: #00669B; } .notification-area .notification-bar .notifi-header .notifi-text { display: block; } .notification-area .notification-bar .notifi-header .notifi-text h6 { font-size: 18px; } .notification-area .notification-bar .notifi-header .notifi-text p { font-size: 15px; } .notification-area .notification-bar .notifi-date { color: #00669B; margin: 10px; text-align: center; } /*# sourceMappingURL=style.css.map */
0.438304
0.091748
@font-face { font-family: 'Yandex Sans Display'; src: url('YandexSansDisplay-Light.eot'); src: local('Yandex Sans Display Light'), local('YandexSansDisplay-Light'), url('YandexSansDisplay-Light.eot?#iefix') format('embedded-opentype'), url('YandexSansDisplay-Light.woff') format('woff'), url('YandexSansDisplay-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; } @font-face { font-family: 'Yandex Sans Text'; src: url('YandexSansText-Thin.eot'); src: local('Yandex Sans Text Thin'), local('YandexSansText-Thin'), url('YandexSansText-Thin.eot?#iefix') format('embedded-opentype'), url('YandexSansText-Thin.woff') format('woff'), url('YandexSansText-Thin.ttf') format('truetype'); font-weight: 100; font-style: normal; } @font-face { font-family: 'Yandex Sans Text'; src: url('YandexSansText-Bold.eot'); src: local('Yandex Sans Text Bold'), local('YandexSansText-Bold'), url('YandexSansText-Bold.eot?#iefix') format('embedded-opentype'), url('YandexSansText-Bold.woff') format('woff'), url('YandexSansText-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; } @font-face { font-family: 'Yandex Sans Text'; src: url('YandexSansText-Medium.eot'); src: local('Yandex Sans Text Medium'), local('YandexSansText-Medium'), url('YandexSansText-Medium.eot?#iefix') format('embedded-opentype'), url('YandexSansText-Medium.woff') format('woff'), url('YandexSansText-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; } @font-face { font-family: 'Yandex Sans Display'; src: url('YandexSansDisplay-Thin.eot'); src: local('Yandex Sans Display Thin'), local('YandexSansDisplay-Thin'), url('YandexSansDisplay-Thin.eot?#iefix') format('embedded-opentype'), url('YandexSansDisplay-Thin.woff') format('woff'), url('YandexSansDisplay-Thin.ttf') format('truetype'); font-weight: 100; font-style: normal; } @font-face { font-family: 'Yandex Sans Display'; src: url('YandexSansDisplay-Bold.eot'); src: local('Yandex Sans Display Bold'), local('YandexSansDisplay-Bold'), url('YandexSansDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('YandexSansDisplay-Bold.woff') format('woff'), url('YandexSansDisplay-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; } @font-face { font-family: 'Yandex Sans Display'; src: url('YandexSansDisplay-Regular.eot'); src: local('Yandex Sans Display Regular'), local('YandexSansDisplay-Regular'), url('YandexSansDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('YandexSansDisplay-Regular.woff') format('woff'), url('YandexSansDisplay-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Yandex Sans Display'; src: url('YandexSansDisplay-RegularItalic.eot'); src: local('Yandex Sans Display Regular Italic'), local('YandexSansDisplay-RegularItalic'), url('YandexSansDisplay-RegularItalic.eot?#iefix') format('embedded-opentype'), url('YandexSansDisplay-RegularItalic.woff') format('woff'), url('YandexSansDisplay-RegularItalic.ttf') format('truetype'); font-weight: normal; font-style: italic; } @font-face { font-family: 'Yandex Sans Text'; src: url('YandexSansText-Light.eot'); src: local('Yandex Sans Text Light'), local('YandexSansText-Light'), url('YandexSansText-Light.eot?#iefix') format('embedded-opentype'), url('YandexSansText-Light.woff') format('woff'), url('YandexSansText-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; } @font-face { font-family: 'Yandex Sans Text'; src: url('YandexSansText-RegularItalic.eot'); src: local('Yandex Sans Text Regular Italic'), local('YandexSansText-RegularItalic'), url('YandexSansText-RegularItalic.eot?#iefix') format('embedded-opentype'), url('YandexSansText-RegularItalic.woff') format('woff'), url('YandexSansText-RegularItalic.ttf') format('truetype'); font-weight: normal; font-style: italic; } @font-face { font-family: 'Yandex Sans Text'; src: url('YandexSansText-Regular.eot'); src: local('Yandex Sans Text Regular'), local('YandexSansText-Regular'), url('YandexSansText-Regular.eot?#iefix') format('embedded-opentype'), url('YandexSansText-Regular.woff') format('woff'), url('YandexSansText-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; }
assets/fonts/YandexSans/stylesheet.css
@font-face { font-family: 'Yandex Sans Display'; src: url('YandexSansDisplay-Light.eot'); src: local('Yandex Sans Display Light'), local('YandexSansDisplay-Light'), url('YandexSansDisplay-Light.eot?#iefix') format('embedded-opentype'), url('YandexSansDisplay-Light.woff') format('woff'), url('YandexSansDisplay-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; } @font-face { font-family: 'Yandex Sans Text'; src: url('YandexSansText-Thin.eot'); src: local('Yandex Sans Text Thin'), local('YandexSansText-Thin'), url('YandexSansText-Thin.eot?#iefix') format('embedded-opentype'), url('YandexSansText-Thin.woff') format('woff'), url('YandexSansText-Thin.ttf') format('truetype'); font-weight: 100; font-style: normal; } @font-face { font-family: 'Yandex Sans Text'; src: url('YandexSansText-Bold.eot'); src: local('Yandex Sans Text Bold'), local('YandexSansText-Bold'), url('YandexSansText-Bold.eot?#iefix') format('embedded-opentype'), url('YandexSansText-Bold.woff') format('woff'), url('YandexSansText-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; } @font-face { font-family: 'Yandex Sans Text'; src: url('YandexSansText-Medium.eot'); src: local('Yandex Sans Text Medium'), local('YandexSansText-Medium'), url('YandexSansText-Medium.eot?#iefix') format('embedded-opentype'), url('YandexSansText-Medium.woff') format('woff'), url('YandexSansText-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; } @font-face { font-family: 'Yandex Sans Display'; src: url('YandexSansDisplay-Thin.eot'); src: local('Yandex Sans Display Thin'), local('YandexSansDisplay-Thin'), url('YandexSansDisplay-Thin.eot?#iefix') format('embedded-opentype'), url('YandexSansDisplay-Thin.woff') format('woff'), url('YandexSansDisplay-Thin.ttf') format('truetype'); font-weight: 100; font-style: normal; } @font-face { font-family: 'Yandex Sans Display'; src: url('YandexSansDisplay-Bold.eot'); src: local('Yandex Sans Display Bold'), local('YandexSansDisplay-Bold'), url('YandexSansDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('YandexSansDisplay-Bold.woff') format('woff'), url('YandexSansDisplay-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; } @font-face { font-family: 'Yandex Sans Display'; src: url('YandexSansDisplay-Regular.eot'); src: local('Yandex Sans Display Regular'), local('YandexSansDisplay-Regular'), url('YandexSansDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('YandexSansDisplay-Regular.woff') format('woff'), url('YandexSansDisplay-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Yandex Sans Display'; src: url('YandexSansDisplay-RegularItalic.eot'); src: local('Yandex Sans Display Regular Italic'), local('YandexSansDisplay-RegularItalic'), url('YandexSansDisplay-RegularItalic.eot?#iefix') format('embedded-opentype'), url('YandexSansDisplay-RegularItalic.woff') format('woff'), url('YandexSansDisplay-RegularItalic.ttf') format('truetype'); font-weight: normal; font-style: italic; } @font-face { font-family: 'Yandex Sans Text'; src: url('YandexSansText-Light.eot'); src: local('Yandex Sans Text Light'), local('YandexSansText-Light'), url('YandexSansText-Light.eot?#iefix') format('embedded-opentype'), url('YandexSansText-Light.woff') format('woff'), url('YandexSansText-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; } @font-face { font-family: 'Yandex Sans Text'; src: url('YandexSansText-RegularItalic.eot'); src: local('Yandex Sans Text Regular Italic'), local('YandexSansText-RegularItalic'), url('YandexSansText-RegularItalic.eot?#iefix') format('embedded-opentype'), url('YandexSansText-RegularItalic.woff') format('woff'), url('YandexSansText-RegularItalic.ttf') format('truetype'); font-weight: normal; font-style: italic; } @font-face { font-family: 'Yandex Sans Text'; src: url('YandexSansText-Regular.eot'); src: local('Yandex Sans Text Regular'), local('YandexSansText-Regular'), url('YandexSansText-Regular.eot?#iefix') format('embedded-opentype'), url('YandexSansText-Regular.woff') format('woff'), url('YandexSansText-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; }
0.366023
0.194139
@import url('https://fonts.googleapis.com/css2?family=Simonetta&display=swap'); * { font-family: 'Simonetta', sans-serif; } body { margin: 0; overflow: hidden; font-size:18px; background: #36393f; } .uniquer-class { display: none; } #delete-text-x { color: white; } .actiontext { width: 100%; text-align: center; color: white; } .home-page { width: auto; max-width: 500px; margin: 0 auto; } #general-chat { margin: 0; text-align: center; margin: 10px 0; } #inputs { display: flex; width: 100%; max-width: 500px; } #messages { overflow-x: hidden; padding-left: 10px; height: auto; max-height: 70vh; padding-right: 10px; font-size: 15px; box-shadow: inset 0px 0px 10px black; border-radius: 10px; } ::-webkit-scrollbar { width: 15px; } ::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; } ::-webkit-scrollbar-thumb { border-radius: 10px; box-shadow: inset 0 0 10px rgba(0,0,0,0.5); } #admin-text { color: #d16352; font-weight: 550; } #user-profile-link { text-decoration: none; color: #737373; } #user-profile-link:hover { text-decoration: underline; } .user-message { display: flex; z-index: -1; } a { color: white; text-decoration: underline; } .active-user { height: 10px; width: 10px; border: 2px solid #36393f; border-radius: 50%; display: inline-block; margin-left: -15px; } a:hover { color: #aea7d8; } #profile-message-picture { height: 27.5px; width: 27.5px; user-select: none; border-radius: 25px; float: left; margin-left: 5px; margin-right: 5px; } #timeS { margin-top: 12.5px; margin-left: 5px; display: flex; align-items: center; justify-content: center; } h1 { color: white; } .time { padding: 7.5px; color: white; background: rgba(0, 0, 0, 0.5); backdrop-filter: blur(10px); border-radius: 20px; } #message { padding: 7.5px; color: white; border: 0; height: 25px; border-radius: 10px; resize: none; width: 97.5%; overflow: hidden; border: none; float:left; outline:none; background-color: #262626; transition: .3s; margin: 5px; margin-left: 10px; margin-right: 10px; } .date { display: flex; } #nameUser { margin-left: 55px; flex: 1; margin-bottom: 3.5px; } .date::after { flex: 1; content: ''; } #all-message { margin-top: 10px; margin-bottom: 10px; } .msj { background-color: #333333; color: #e8e6fe; padding: 10px; border-radius:20px; margin-bottom: 8px; width: fit-content; transition: .2s; margin-left: 5px; } .content-messages { padding: 5px 10px; border-radius:5px; margin-bottom: 8px; width: fit-content; } .msj p{ margin: 0; font-weight: bold; } #hidden-input { display: none; } #text-send { margin: 0; margin-left: 10px; margin-top: -5px; font-size: 14px; position: relative; } form div { display: flex; } input[type=image] { border: 0; width: 30px; height: 30px; filter: invert(8%) sepia(22%) saturate(17%) hue-rotate(330deg) brightness(103%) contrast(91%); margin-top: 10px; margin-right: 10px; }
css/home.css
@import url('https://fonts.googleapis.com/css2?family=Simonetta&display=swap'); * { font-family: 'Simonetta', sans-serif; } body { margin: 0; overflow: hidden; font-size:18px; background: #36393f; } .uniquer-class { display: none; } #delete-text-x { color: white; } .actiontext { width: 100%; text-align: center; color: white; } .home-page { width: auto; max-width: 500px; margin: 0 auto; } #general-chat { margin: 0; text-align: center; margin: 10px 0; } #inputs { display: flex; width: 100%; max-width: 500px; } #messages { overflow-x: hidden; padding-left: 10px; height: auto; max-height: 70vh; padding-right: 10px; font-size: 15px; box-shadow: inset 0px 0px 10px black; border-radius: 10px; } ::-webkit-scrollbar { width: 15px; } ::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; } ::-webkit-scrollbar-thumb { border-radius: 10px; box-shadow: inset 0 0 10px rgba(0,0,0,0.5); } #admin-text { color: #d16352; font-weight: 550; } #user-profile-link { text-decoration: none; color: #737373; } #user-profile-link:hover { text-decoration: underline; } .user-message { display: flex; z-index: -1; } a { color: white; text-decoration: underline; } .active-user { height: 10px; width: 10px; border: 2px solid #36393f; border-radius: 50%; display: inline-block; margin-left: -15px; } a:hover { color: #aea7d8; } #profile-message-picture { height: 27.5px; width: 27.5px; user-select: none; border-radius: 25px; float: left; margin-left: 5px; margin-right: 5px; } #timeS { margin-top: 12.5px; margin-left: 5px; display: flex; align-items: center; justify-content: center; } h1 { color: white; } .time { padding: 7.5px; color: white; background: rgba(0, 0, 0, 0.5); backdrop-filter: blur(10px); border-radius: 20px; } #message { padding: 7.5px; color: white; border: 0; height: 25px; border-radius: 10px; resize: none; width: 97.5%; overflow: hidden; border: none; float:left; outline:none; background-color: #262626; transition: .3s; margin: 5px; margin-left: 10px; margin-right: 10px; } .date { display: flex; } #nameUser { margin-left: 55px; flex: 1; margin-bottom: 3.5px; } .date::after { flex: 1; content: ''; } #all-message { margin-top: 10px; margin-bottom: 10px; } .msj { background-color: #333333; color: #e8e6fe; padding: 10px; border-radius:20px; margin-bottom: 8px; width: fit-content; transition: .2s; margin-left: 5px; } .content-messages { padding: 5px 10px; border-radius:5px; margin-bottom: 8px; width: fit-content; } .msj p{ margin: 0; font-weight: bold; } #hidden-input { display: none; } #text-send { margin: 0; margin-left: 10px; margin-top: -5px; font-size: 14px; position: relative; } form div { display: flex; } input[type=image] { border: 0; width: 30px; height: 30px; filter: invert(8%) sepia(22%) saturate(17%) hue-rotate(330deg) brightness(103%) contrast(91%); margin-top: 10px; margin-right: 10px; }
0.369543
0.104158
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 } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block } body { line-height: 1 } ol, ul { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } table { border-collapse: collapse; border-spacing: 0 } .icon-glass:before { content: "\f000" } .icon-music:before { content: "\f001" } .icon-search:before { content: "\f002" } .icon-envelope-alt:before { content: "\f003" } .icon-heart:before { content: "\f004" } .icon-star:before { content: "\f005" } .icon-star-empty:before { content: "\f006" } .icon-user:before { content: "\f007" } .icon-film:before { content: "\f008" } .icon-th-large:before { content: "\f009" } .icon-th:before { content: "\f00a" } .icon-th-list:before { content: "\f00b" } .icon-ok:before { content: "\f00c" } .icon-remove:before { content: "\f00d" } .icon-zoom-in:before { content: "\f00e" } .icon-zoom-out:before { content: "\f010" } .icon-power-off:before, .icon-off:before { content: "\f011" } .icon-signal:before { content: "\f012" } .icon-gear:before, .icon-cog:before { content: "\f013" } .icon-trash:before { content: "\f014" } .icon-home:before { content: "\f015" } .icon-file-alt:before { content: "\f016" } .icon-time:before { content: "\f017" } .icon-road:before { content: "\f018" } .icon-download-alt:before { content: "\f019" } .icon-download:before { content: "\f01a" } .icon-upload:before { content: "\f01b" } .icon-inbox:before { content: "\f01c" } .icon-play-circle:before { content: "\f01d" } .icon-rotate-right:before, .icon-repeat:before { content: "\f01e" } .icon-refresh:before { content: "\f021" } .icon-list-alt:before { content: "\f022" } .icon-lock:before { content: "\f023" } .icon-flag:before { content: "\f024" } .icon-headphones:before { content: "\f025" } .icon-volume-off:before { content: "\f026" } .icon-volume-down:before { content: "\f027" } .icon-volume-up:before { content: "\f028" } .icon-qrcode:before { content: "\f029" } .icon-barcode:before { content: "\f02a" } .icon-tag:before { content: "\f02b" } .icon-tags:before { content: "\f02c" } .icon-book:before { content: "\f02d" } .icon-bookmark:before { content: "\f02e" } .icon-print:before { content: "\f02f" } .icon-camera:before { content: "\f030" } .icon-font:before { content: "\f031" } .icon-bold:before { content: "\f032" } .icon-italic:before { content: "\f033" } .icon-text-height:before { content: "\f034" } .icon-text-width:before { content: "\f035" } .icon-align-left:before { content: "\f036" } .icon-align-center:before { content: "\f037" } .icon-align-right:before { content: "\f038" } .icon-align-justify:before { content: "\f039" } .icon-list:before { content: "\f03a" } .icon-indent-left:before { content: "\f03b" } .icon-indent-right:before { content: "\f03c" } .icon-facetime-video:before { content: "\f03d" } .icon-picture:before { content: "\f03e" } .icon-pencil:before { content: "\f040" } .icon-map-marker:before { content: "\f041" } .icon-adjust:before { content: "\f042" } .icon-tint:before { content: "\f043" } .icon-edit:before { content: "\f044" } .icon-share:before { content: "\f045" } .icon-check:before { content: "\f046" } .icon-move:before { content: "\f047" } .icon-step-backward:before { content: "\f048" } .icon-fast-backward:before { content: "\f049" } .icon-backward:before { content: "\f04a" } .icon-play:before { content: "\f04b" } .icon-pause:before { content: "\f04c" } .icon-stop:before { content: "\f04d" } .icon-forward:before { content: "\f04e" } .icon-fast-forward:before { content: "\f050" } .icon-step-forward:before { content: "\f051" } .icon-eject:before { content: "\f052" } .icon-chevron-left:before { content: "\f053" } .icon-chevron-right:before { content: "\f054" } .icon-plus-sign:before { content: "\f055" } .icon-minus-sign:before { content: "\f056" } .icon-remove-sign:before { content: "\f057" } .icon-ok-sign:before { content: "\f058" } .icon-question-sign:before { content: "\f059" } .icon-info-sign:before { content: "\f05a" } .icon-screenshot:before { content: "\f05b" } .icon-remove-circle:before { content: "\f05c" } .icon-ok-circle:before { content: "\f05d" } .icon-ban-circle:before { content: "\f05e" } .icon-arrow-left:before { content: "\f060" } .icon-arrow-right:before { content: "\f061" } .icon-arrow-up:before { content: "\f062" } .icon-arrow-down:before { content: "\f063" } .icon-mail-forward:before, .icon-share-alt:before { content: "\f064" } .icon-resize-full:before { content: "\f065" } .icon-resize-small:before { content: "\f066" } .icon-plus:before { content: "\f067" } .icon-minus:before { content: "\f068" } .icon-asterisk:before { content: "\f069" } .icon-exclamation-sign:before { content: "\f06a" } .icon-gift:before { content: "\f06b" } .icon-leaf:before { content: "\f06c" } .icon-fire:before { content: "\f06d" } .icon-eye-open:before { content: "\f06e" } .icon-eye-close:before { content: "\f070" } .icon-warning-sign:before { content: "\f071" } .icon-plane:before { content: "\f072" } .icon-calendar:before { content: "\f073" } .icon-random:before { content: "\f074" } .icon-comment:before { content: "\f075" } .icon-magnet:before { content: "\f076" } .icon-chevron-up:before { content: "\f077" } .icon-chevron-down:before { content: "\f078" } .icon-retweet:before { content: "\f079" } .icon-shopping-cart:before { content: "\f07a" } .icon-folder-close:before { content: "\f07b" } .icon-folder-open:before { content: "\f07c" } .icon-resize-vertical:before { content: "\f07d" } .icon-resize-horizontal:before { content: "\f07e" } .icon-bar-chart:before { content: "\f080" } .icon-twitter-sign:before { content: "\f081" } .icon-facebook-sign:before { content: "\f082" } .icon-camera-retro:before { content: "\f083" } .icon-key:before { content: "\f084" } .icon-gears:before, .icon-cogs:before { content: "\f085" } .icon-comments:before { content: "\f086" } .icon-thumbs-up-alt:before { content: "\f087" } .icon-thumbs-down-alt:before { content: "\f088" } .icon-star-half:before { content: "\f089" } .icon-heart-empty:before { content: "\f08a" } .icon-signout:before { content: "\f08b" } .icon-linkedin-sign:before { content: "\f08c" } .icon-pushpin:before { content: "\f08d" } .icon-external-link:before { content: "\f08e" } .icon-signin:before { content: "\f090" } .icon-trophy:before { content: "\f091" } .icon-github-sign:before { content: "\f092" } .icon-upload-alt:before { content: "\f093" } .icon-lemon:before { content: "\f094" } .icon-phone:before { content: "\f095" } .icon-unchecked:before, .icon-check-empty:before { content: "\f096" } .icon-bookmark-empty:before { content: "\f097" } .icon-phone-sign:before { content: "\f098" } .icon-twitter:before { content: "\f099" } .icon-facebook:before { content: "\f09a" } .icon-github:before { content: "\f09b" } .icon-unlock:before { content: "\f09c" } .icon-credit-card:before { content: "\f09d" } .icon-rss:before { content: "\f09e" } .icon-hdd:before { content: "\f0a0" } .icon-bullhorn:before { content: "\f0a1" } .icon-bell:before { content: "\f0a2" } .icon-certificate:before { content: "\f0a3" } .icon-hand-right:before { content: "\f0a4" } .icon-hand-left:before { content: "\f0a5" } .icon-hand-up:before { content: "\f0a6" } .icon-hand-down:before { content: "\f0a7" } .icon-circle-arrow-left:before { content: "\f0a8" } .icon-circle-arrow-right:before { content: "\f0a9" } .icon-circle-arrow-up:before { content: "\f0aa" } .icon-circle-arrow-down:before { content: "\f0ab" } .icon-globe:before { content: "\f0ac" } .icon-wrench:before { content: "\f0ad" } .icon-tasks:before { content: "\f0ae" } .icon-filter:before { content: "\f0b0" } .icon-briefcase:before { content: "\f0b1" } .icon-fullscreen:before { content: "\f0b2" } .icon-group:before { content: "\f0c0" } .icon-link:before { content: "\f0c1" } .icon-cloud:before { content: "\f0c2" } .icon-beaker:before { content: "\f0c3" } .icon-cut:before { content: "\f0c4" } .icon-copy:before { content: "\f0c5" } .icon-paperclip:before, .icon-paper-clip:before { content: "\f0c6" } .icon-save:before { content: "\f0c7" } .icon-sign-blank:before { content: "\f0c8" } .icon-reorder:before { content: "\f0c9" } .icon-list-ul:before { content: "\f0ca" } .icon-list-ol:before { content: "\f0cb" } .icon-strikethrough:before { content: "\f0cc" } .icon-underline:before { content: "\f0cd" } .icon-table:before { content: "\f0ce" } .icon-magic:before { content: "\f0d0" } .icon-truck:before { content: "\f0d1" } .icon-pinterest:before { content: "\f0d2" } .icon-pinterest-sign:before { content: "\f0d3" } .icon-google-plus-sign:before { content: "\f0d4" } .icon-google-plus:before { content: "\f0d5" } .icon-money:before { content: "\f0d6" } .icon-caret-down:before { content: "\f0d7" } .icon-caret-up:before { content: "\f0d8" } .icon-caret-left:before { content: "\f0d9" } .icon-caret-right:before { content: "\f0da" } .icon-columns:before { content: "\f0db" } .icon-sort:before { content: "\f0dc" } .icon-sort-down:before { content: "\f0dd" } .icon-sort-up:before { content: "\f0de" } .icon-envelope:before { content: "\f0e0" } .icon-linkedin:before { content: "\f0e1" } .icon-rotate-left:before, .icon-undo:before { content: "\f0e2" } .icon-legal:before { content: "\f0e3" } .icon-dashboard:before { content: "\f0e4" } .icon-comment-alt:before { content: "\f0e5" } .icon-comments-alt:before { content: "\f0e6" } .icon-bolt:before { content: "\f0e7" } .icon-sitemap:before { content: "\f0e8" } .icon-umbrella:before { content: "\f0e9" } .icon-paste:before { content: "\f0ea" } .icon-lightbulb:before { content: "\f0eb" } .icon-exchange:before { content: "\f0ec" } .icon-cloud-download:before { content: "\f0ed" } .icon-cloud-upload:before { content: "\f0ee" } .icon-user-md:before { content: "\f0f0" } .icon-stethoscope:before { content: "\f0f1" } .icon-suitcase:before { content: "\f0f2" } .icon-bell-alt:before { content: "\f0f3" } .icon-coffee:before { content: "\f0f4" } .icon-food:before { content: "\f0f5" } .icon-file-text-alt:before { content: "\f0f6" } .icon-building:before { content: "\f0f7" } .icon-hospital:before { content: "\f0f8" } .icon-ambulance:before { content: "\f0f9" } .icon-medkit:before { content: "\f0fa" } .icon-fighter-jet:before { content: "\f0fb" } .icon-beer:before { content: "\f0fc" } .icon-h-sign:before { content: "\f0fd" } .icon-plus-sign-alt:before { content: "\f0fe" } .icon-double-angle-left:before { content: "\f100" } .icon-double-angle-right:before { content: "\f101" } .icon-double-angle-up:before { content: "\f102" } .icon-double-angle-down:before { content: "\f103" } .icon-angle-left:before { content: "\f104" } .icon-angle-right:before { content: "\f105" } .icon-angle-up:before { content: "\f106" } .icon-angle-down:before { content: "\f107" } .icon-desktop:before { content: "\f108" } .icon-laptop:before { content: "\f109" } .icon-tablet:before { content: "\f10a" } .icon-mobile-phone:before { content: "\f10b" } .icon-circle-blank:before { content: "\f10c" } .icon-quote-left:before { content: "\f10d" } .icon-quote-right:before { content: "\f10e" } .icon-spinner:before { content: "\f110" } .icon-circle:before { content: "\f111" } .icon-mail-reply:before, .icon-reply:before { content: "\f112" } .icon-github-alt:before { content: "\f113" } .icon-folder-close-alt:before { content: "\f114" } .icon-folder-open-alt:before { content: "\f115" } .icon-expand-alt:before { content: "\f116" } .icon-collapse-alt:before { content: "\f117" } .icon-smile:before { content: "\f118" } .icon-frown:before { content: "\f119" } .icon-meh:before { content: "\f11a" } .icon-gamepad:before { content: "\f11b" } .icon-keyboard:before { content: "\f11c" } .icon-flag-alt:before { content: "\f11d" } .icon-flag-checkered:before { content: "\f11e" } .icon-terminal:before { content: "\f120" } .icon-code:before { content: "\f121" } .icon-reply-all:before { content: "\f122" } .icon-mail-reply-all:before { content: "\f122" } .icon-star-half-full:before, .icon-star-half-empty:before { content: "\f123" } .icon-location-arrow:before { content: "\f124" } .icon-crop:before { content: "\f125" } .icon-code-fork:before { content: "\f126" } .icon-unlink:before { content: "\f127" } .icon-question:before { content: "\f128" } .icon-info:before { content: "\f129" } .icon-exclamation:before { content: "\f12a" } .icon-superscript:before { content: "\f12b" } .icon-subscript:before { content: "\f12c" } .icon-eraser:before { content: "\f12d" } .icon-puzzle-piece:before { content: "\f12e" } .icon-microphone:before { content: "\f130" } .icon-microphone-off:before { content: "\f131" } .icon-shield:before { content: "\f132" } .icon-calendar-empty:before { content: "\f133" } .icon-fire-extinguisher:before { content: "\f134" } .icon-rocket:before { content: "\f135" } .icon-maxcdn:before { content: "\f136" } .icon-chevron-sign-left:before { content: "\f137" } .icon-chevron-sign-right:before { content: "\f138" } .icon-chevron-sign-up:before { content: "\f139" } .icon-chevron-sign-down:before { content: "\f13a" } .icon-html5:before { content: "\f13b" } .icon-css3:before { content: "\f13c" } .icon-anchor:before { content: "\f13d" } .icon-unlock-alt:before { content: "\f13e" } .icon-bullseye:before { content: "\f140" } .icon-ellipsis-horizontal:before { content: "\f141" } .icon-ellipsis-vertical:before { content: "\f142" } .icon-rss-sign:before { content: "\f143" } .icon-play-sign:before { content: "\f144" } .icon-ticket:before { content: "\f145" } .icon-minus-sign-alt:before { content: "\f146" } .icon-check-minus:before { content: "\f147" } .icon-level-up:before { content: "\f148" } .icon-level-down:before { content: "\f149" } .icon-check-sign:before { content: "\f14a" } .icon-edit-sign:before { content: "\f14b" } .icon-external-link-sign:before { content: "\f14c" } .icon-share-sign:before { content: "\f14d" } .icon-compass:before { content: "\f14e" } .icon-collapse:before { content: "\f150" } .icon-collapse-top:before { content: "\f151" } .icon-expand:before { content: "\f152" } .icon-euro:before, .icon-eur:before { content: "\f153" } .icon-gbp:before { content: "\f154" } .icon-dollar:before, .icon-usd:before { content: "\f155" } .icon-rupee:before, .icon-inr:before { content: "\f156" } .icon-yen:before, .icon-jpy:before { content: "\f157" } .icon-renminbi:before, .icon-cny:before { content: "\f158" } .icon-won:before, .icon-krw:before { content: "\f159" } .icon-bitcoin:before, .icon-btc:before { content: "\f15a" } .icon-file:before { content: "\f15b" } .icon-file-text:before { content: "\f15c" } .icon-sort-by-alphabet:before { content: "\f15d" } .icon-sort-by-alphabet-alt:before { content: "\f15e" } .icon-sort-by-attributes:before { content: "\f160" } .icon-sort-by-attributes-alt:before { content: "\f161" } .icon-sort-by-order:before { content: "\f162" } .icon-sort-by-order-alt:before { content: "\f163" } .icon-thumbs-up:before { content: "\f164" } .icon-thumbs-down:before { content: "\f165" } .icon-youtube-sign:before { content: "\f166" } .icon-youtube:before { content: "\f167" } .icon-xing:before { content: "\f168" } .icon-xing-sign:before { content: "\f169" } .icon-youtube-play:before { content: "\f16a" } .icon-dropbox:before { content: "\f16b" } .icon-stackexchange:before { content: "\f16c" } .icon-instagram:before { content: "\f16d" } .icon-flickr:before { content: "\f16e" } .icon-adn:before { content: "\f170" } .icon-bitbucket:before { content: "\f171" } .icon-bitbucket-sign:before { content: "\f172" } .icon-tumblr:before { content: "\f173" } .icon-tumblr-sign:before { content: "\f174" } .icon-long-arrow-down:before { content: "\f175" } .icon-long-arrow-up:before { content: "\f176" } .icon-long-arrow-left:before { content: "\f177" } .icon-long-arrow-right:before { content: "\f178" } .icon-apple:before { content: "\f179" } .icon-windows:before { content: "\f17a" } .icon-android:before { content: "\f17b" } .icon-linux:before { content: "\f17c" } .icon-dribbble:before { content: "\f17d" } .icon-skype:before { content: "\f17e" } .icon-foursquare:before { content: "\f180" } .icon-trello:before { content: "\f181" } .icon-female:before { content: "\f182" } .icon-male:before { content: "\f183" } .icon-gittip:before { content: "\f184" } .icon-sun:before { content: "\f185" } .icon-moon:before { content: "\f186" } .icon-archive:before { content: "\f187" } .icon-bug:before { content: "\f188" } .icon-vk:before { content: "\f189" } .icon-weibo:before { content: "\f18a" } .icon-renren:before { content: "\f18b" } @font-face { font-family: 'FontAwesome'; src: url("fontawesome-webfont.eot"); src: url("fontawesome-webfont-1.eot#iefix&v=3.2.1") format('embedded-opentype'), url("fontawesome-webfont.woff") format('woff'), url("fontawesome-webfont.ttf") format('truetype'), url("fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format('svg'); font-weight: normal; font-style: normal } @font-face { font-family: 'nexa_boldregular'; src: url("nexa_bold-webfont.eot"); src: url("nexa_bold-webfont-1.eot#iefix") format('embedded-opentype'), url("nexa_bold-webfont.woff") format('woff'), url("nexa_bold-webfont.ttf") format('truetype'), url("nexa_bold-webfont.svg#nexa_boldregular") format('svg'); font-weight: normal; font-style: normal } @font-face { font-family: 'nexa_lightregular'; src: url("nexa_light-webfont.eot"); src: url("nexa_light-webfont-1.eot#iefix") format('embedded-opentype'), url("nexa_light-webfont.woff") format('woff'), url("nexa_light-webfont.ttf") format('truetype'), url("nexa_light-webfont.svg#nexa_lightregular") format('svg'); font-weight: normal; font-style: normal } @font-face { font-family: 'Cousine'; font-style: normal; font-weight: 400; src: local('Cousine'), url("0IpceuvDvCegpU9Mz8MQ_g.woff2") format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000 } body, html { width: 100%; height: 100%; position: fixed } .page { width: 100%; height: 100% } body { font-family: Cousine, "Helvetica CE", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 400; background: #111; display: block; padding: 0; color: white; overflow: hidden } a { color: white; text-decoration: none } i { font-size: 1em; font-family: FontAwesome; font-style: normal; margin-right: 0.4em } button { font-family: Cousine; background: none; outline: none; border: none; text-transform: uppercase; font-size: 0.8em; padding: 1em 1.4em; margin: 1em 0; display: inline-block; cursor: pointer; border: 2px solid white; color: white; white-space: nowrap; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } button:hover { background: white; color: black !IMPORTANT } h2 { font-family: nexa_boldregular; font-weight: normal; font-size: 2.8em; color: white; text-transform: uppercase; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; width: 100%; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; transition: 1s } .header { left: 0; right: 0; position: fixed; height: 80px; z-index: 99; padding: 18px; padding-left: 5%; top: 6%; border-bottom: 1px solid rgba(255, 255, 255, 0); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; -webkit-transition: opacity 1s 0.5s, padding 1s 0s, top 1s 0.6s, box-shadow 1s 0s, border 1s 0s, background 0.6s 0s; -moz-transition: opacity 1s 0.5s, padding 1s 0s, top 1s 0.6s, box-shadow 1s 0s, border 1s 0s, background 0.6s 0s; -ms-transition: opacity 1s 0.5s, padding 1s 0s, top 1s 0.6s, box-shadow 1s 0s, border 1s 0s, background 0.6s 0s; -o-transition: opacity 1s 0.5s, padding 1s 0s, top 1s 0.6s, box-shadow 1s 0s, border 1s 0s, background 0.6s 0s; transition: opacity 1s 0.5s, padding 1s 0s, top 1s 0.6s, box-shadow 1s 0s, border 1s 0s, background 0.6s 0s } .header .logo { float: left; margin-right: 85px; cursor: pointer; display: inline-block; width: 38px; height: 38px } .header .logo img { -webkit-transition: 0.8s; -moz-transition: 0.8s; -ms-transition: 0.8s; -o-transition: 0.8s; transition: 0.8s; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: moz-none; -ms-user-select: none; user-select: none } .header #menu li { float: left; padding: 5px 20px; margin-right: 0; margin-top: 8px; text-transform: uppercase; cursor: pointer; position: relative; max-width: 250px; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } .header #menu li a { border-bottom: 1px dotted #009688; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } .header #menu li:nth-child(1) { border: none } .header #menu li:hover { background: white } .header #menu li:hover a { color: black; border-bottom: 1px dotted transparent } .header .settings { display: block; float: right; top: 12px; right: 2%; position: relative; z-index: -1; width: 260px; height: 20px overflow: hidden; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } .header .settings li { display: block; float: right; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } .header .settings li:not(:first-child) { opacity: 0; float: left; margin-right: 20px; cursor: pointer } .header .settings:hover .settings-icon { background: white; color: black } .header .settings:hover li { opacity: 1 } .header .settings:hover { width: 230px } .header .settings-icon { font-size: 96%; cursor: pointer; padding: 2px 3px; border-radius: 60%; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } .header #item-menu { float: right } .header #item-menu li { padding: 0; float: right; font-size: 3em; cursor: pointer; overflow: hidden; max-width: 0; font-family: FontAwesome; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; -webkit-transition-delay: 1.2s; -moz-transition-delay: 1.2s; -ms-transition-delay: 1.2s; -o-transition-delay: 1.2s; transition-delay: 1.2s } .header.viewing-item #item-menu li { padding: 0 20px; max-width: 300px } .header.hidden { opacity: 0 } .header.active { -webkit-transition: padding 1s, top 0.6s, box-shadow 1s 0.6s, border 1s 0.6s, background 1s 0.6s; -moz-transition: padding 1s, top 0.6s, box-shadow 1s 0.6s, border 1s 0.6s, background 1s 0.6s; -ms-transition: padding 1s, top 0.6s, box-shadow 1s 0.6s, border 1s 0.6s, background 1s 0.6s; -o-transition: padding 1s, top 0.6s, box-shadow 1s 0.6s, border 1s 0.6s, background 1s 0.6s; transition: padding 1s, top 0.6s, box-shadow 1s 0.6s, border 1s 0.6s, background 1s 0.6s; top: 0; padding-left: 4em; background: black; box-shadow: 0 2px 30px -1px #000; border-bottom: 1px solid rgba(255, 255, 255, 0.1) } .header.active .settings { opacity: 0; display: none } .header.active #menu li { padding: 14px 20px; border-left: 1px solid #111; background: transparent; margin-right: 0; margin-top: 0 } .header.active #menu li a { color: grey; border-bottom: 1px dotted transparent } .header.active #menu li:hover a { color: white; text-shadow: 0 0 30px grey } .header.active #menu li.active { max-width: 0; padding: 14px 0; border: 0; overflow: hidden } .header.active #menu li:hover:before { content: " "; position: absolute; width: 20px; height: 1px; bottom: 8px; display: block; background: #0bf; box-shadow: 0 0 8px #0bf } .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100% } .bg.clouds { position: fixed; background: url("ab.jpg"); background-position: 50% 60%; background-size: 100%; width: 110% !IMPORTANT; height: 110% !IMPORTANT; margin-left: -5% } #homepage { background-size: cover; background-size: 101%; width: 100%; height: 100% } #homepage .bg.roof { background: url("bg2.png") repeat-x; background-position: 50% 60%; background-size: 100%; width: 120% !IMPORTANT; height: 120% !IMPORTANT; margin-left: -10% } #homepage .bg.grid { background: url("bg1.png") center center } #homepage .splash { position: fixed; top: 0; left: 0; display: block; height: 100%; width: 90%; padding-left: 5%; z-index: 15; box-sizing: border-box } #homepage h2 { position: absolute; font-size: 8em; top: 50%; height: 204px; margin-top: -190px; word-break: break-all; line-height: 0.85em; width: 100%; -webkit-transition: 0s; -moz-transition: 0s; -ms-transition: 0s; -o-transition: 0s; transition: 0s } #homepage h2 span { float: left; width: 100% } #homepage h3 { font-size: 1em; position: absolute; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; transition: 1s } #homepage h3.hidden { opacity: 0 } #homepage h3.hidden .line { width: 0; margin-left: 43px } #homepage h3 .line { -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; transition: 1s; -webkit-transition-delay: 1s; -moz-transition-delay: 1s; -ms-transition-delay: 1s; -o-transition-delay: 1s; transition-delay: 1s } #homepage .block { position: absolute; display: block; width: 100%; box-sizing: border-box } #homepage .top { top: 20% } #homepage .middle { bottom: 20% } #homepage .bottom { bottom: 5%; margin-bottom: 1em } #homepage .line { width: 43px; height: 4px; background: white; display: inline-block; margin: 4px 0; margin-right: 100px } #balls { display: block; height: 100%; width: 100%; pointer-events: none; position: fixed !IMPORTANT; top: 0; left: 0 } .ball { position: absolute; z-index: 11 } .ball.bounce { animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); -webkit-animation: bounceball 2.6s infinite; -moz-animation: bounceball 2.6s infinite; -o-animation: bounceball 2.6s infinite; animation: bounceball 2.6s infinite } .ball img { position: absolute; top: 0; left: 0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: moz-none; -ms-user-select: none; user-select: none } @-webkit-keyframes bounceball { 0%, 100% { margin-top: 0 } 50% { margin-top: -10px } } @-moz-keyframes bounceball { 0%, 100% { margin-top: 0 } 50% { margin-top: -10px } } @-o-keyframes bounceball { 0%, 100% { margin-top: 0 } 50% { margin-top: -10px } } @keyframes bounceball { 0%, 100% { margin-top: 0 } 50% { margin-top: -10px } } .ball1 { top: 10% !IMPORTANT; left: 68% !IMPORTANT; z-index: 11 } .ball2 { top: 31% !IMPORTANT; left: 53% !IMPORTANT } .ball3 { top: 11% !IMPORTANT; left: 58% !IMPORTANT } .ball4 { top: 32% !IMPORTANT; left: 12% !IMPORTANT } .ball5 { top: 13% !IMPORTANT; left: 32% !IMPORTANT } .ball6 { top: 17% !IMPORTANT; left: 27% !IMPORTANT } #pages { position: fixed; overflow: hidden; background: #111 url("grid.png") fixed center; top: 100%; left: 0; right: 0; bottom: 0; width: 100%; z-index: 20 } .page { display: none; top: 80px; left: 0; right: 0; bottom: 0; position: fixed; overflow: auto; width: auto; height: auto; z-index: 20 } #portfolio .item { -webkit-transition: height 0.6s, background-position 0.6s, box-shadow 1s, top 0.6s, padding-top 0.6s, -webkit-transform 0.8s, opacity 0.6s; -webkit-transition: height 0.6s, background-position 0.6s, box-shadow 1s, top 0.6s, padding-top 0.6s, transform 0.8s, opacity 0.6s; -moz-transition: height 0.6s, background-position 0.6s, box-shadow 1s, top 0.6s, padding-top 0.6s, transform 0.8s, opacity 0.6s; -ms-transition: height 0.6s, background-position 0.6s, box-shadow 1s, top 0.6s, padding-top 0.6s, transform 0.8s, opacity 0.6s; -o-transition: height 0.6s, background-position 0.6s, box-shadow 1s, top 0.6s, padding-top 0.6s, transform 0.8s, opacity 0.6s; transition: height 0.6s, background-position 0.6s, box-shadow 1s, top 0.6s, padding-top 0.6s, transform 0.8s, opacity 0.6s; -webkit-transform: perspective(600px) rotateX(30deg) scale(0.8); -moz-transform: perspective(600px) rotateX(30deg) scale(0.8); -ms-transform: perspective(600px) rotateX(30deg) scale(0.8); -o-transform: perspective(600px) rotateX(30deg) scale(0.8); transform: perspective(600px) rotateX(30deg) scale(0.8); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; height: 32.3%; height: 300px; min-height: 260px; background: url("logosoftheworld.jpg"); background-size: cover; background-position: center top; background-origin: border-box; display: block; position: relative; overflow: hidden; opacity: 0 } #portfolio .item.hoverable:hover, #portfolio .item.hover { -webkit-transition: height 0.6s, background-position 15.0s 1.0s, box-shadow 1s; -moz-transition: height 0.6s, background-position 15.0s 1.0s, box-shadow 1s; -ms-transition: height 0.6s, background-position 15.0s 1.0s, box-shadow 1s; -o-transition: height 0.6s, background-position 15.0s 1.0s, box-shadow 1s; transition: height 0.6s, background-position 15.0s 1.0s, box-shadow 1s; box-shadow: 0 0 60px rgba(0, 0, 0, 0.5); position: relative; z-index: 9; background-position: 20% 60% } #portfolio .item.normal { -webkit-transform: perspective(600px) rotateX(0deg); -moz-transform: perspective(600px) rotateX(0deg); -ms-transform: perspective(600px) rotateX(0deg); -o-transform: perspective(600px) rotateX(0deg); transform: perspective(600px) rotateX(0deg); opacity: 1 } #portfolio .item h2 { -webkit-transition-delay: 0; -moz-transition-delay: 0; -ms-transition-delay: 0; -o-transition-delay: 0; transition-delay: 0; display: inline } #portfolio .item .viewdetails { max-width: 300px; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } #portfolio .item .scrolldown { max-width: 0; opacity: 0; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } #portfolio .item .line { margin: 1em 0; width: 20px; height: 2px; display: block; background: #0bf; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; transition: 1s; -webkit-transition-delay: 0.5s; -moz-transition-delay: 0.5s; -ms-transition-delay: 0.5s; -o-transition-delay: 0.5s; transition-delay: 0.5s } #portfolio .item p { margin: 1em 0 } #portfolio .item .bg { background: #000; background: -webkit-gradient(linear, left center, right center, color-stop(0, #000000), color-stop(1, rgba(0, 0, 0, 0.5))); background: -ms-linear-gradient(left, #000000, rgba(0, 0, 0, 0.5)); background: -moz-linear-gradient(center left, #000 0%, rgba(0, 0, 0, 0.5) 100%); background: -o-linear-gradient(rgba(0, 0, 0, 0.5), #000000); filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.5)', endColorstr='#000000', GradientType=1); opacity: 0.9; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 1; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } #portfolio .item.hoverable:hover .bg, #portfolio .item.hover .bg { opacity: 0.3 } #portfolio .item .info { padding: 4em; position: relative; z-index: 2; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } #portfolio .item .content { opacity: 0; min-height: 100%; width: 100%; padding-top: 6em; background: white; position: relative; z-index: 3; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } #portfolio .item .content .wrapper { margin: 0 auto; max-width: 815px; width: 90% } #portfolio .item .content .wrapper p { text-align: center; color: black } #portfolio .item .content .wrapper p .line { margin: 1em auto } #portfolio .item .break { display: none } #portfolio .item .subitem { width: 100%; margin: 100px -50%; position: relative } #portfolio .item .monitor { position: absolute; width: 100% } #portfolio .item .image { position: absolute; width: 100%; padding: 3.7% 3.5%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box } #portfolio .item .monitor2 { width: 100%; padding: 4.1% 4% 22.3% 4%; background: url("imac@2x.png") no-repeat; background-size: cover; margin-bottom: 6em; margin-left: -4% } #portfolio .item .chrome { border-top-left-radius: 3px; border-top-right-radius: 3px; background: url("chrome.jpg"); height: 32px; width: 100%; border: 1px solid #c1c1c1; box-sizing: border-box } #portfolio .item .window { width: 100% } #portfolio .item iframe, #portfolio .item .window { border: 1px solid #c1c1c1; border-top: none; box-sizing: border-box; margin-bottom: 100px; box-shadow: 0 10px 55px rgba(0, 0, 0, 0.5) } #portfolio .item.active { height: 100%; opacity: 1; background-size: cover; top: 0 } #portfolio .item.active h2 { -webkit-transition-delay: 0.5s; -moz-transition-delay: 0.5s; -ms-transition-delay: 0.5s; -o-transition-delay: 0.5s; transition-delay: 0.5s; font-size: 16em; width: 90%; min-width: 988px } #portfolio .item.active .info .line { margin: 2em 0; width: 80px; height: 4px; background: #FFF } #portfolio .item.active .viewdetails { -webkit-transition-delay: 2s; -moz-transition-delay: 2s; -ms-transition-delay: 2s; -o-transition-delay: 2s; transition-delay: 2s; max-width: 0; padding-left: 0; padding-right: 0; opacity: 0 } #portfolio .item.active .scrolldown { -webkit-transition: width 0.5s ease 2s, opacity 0.5s ease 2s, background 0.5s, color 0.5s; -moz-transition: width 0.5s ease 2s, opacity 0.5s ease 2s, background 0.5s, color 0.5s; -ms-transition: width 0.5s ease 2s, opacity 0.5s ease 2s, background 0.5s, color 0.5s; -o-transition: width 0.5s ease 2s, opacity 0.5s ease 2s, background 0.5s, color 0.5s; transition: width 0.5s ease 2s, opacity 0.5s ease 2s, background 0.5s, color 0.5s; opacity: 1; max-width: 300px } #portfolio .item.active .bg { opacity: 0 !IMPORTANT } #portfolio .item.active .content { opacity: 1 } #portfolio .formstudio { background-image: url("mpu.png") } #portfolio .formstudio.active .info { background: rgba(57, 135, 207, 0.9) } #portfolio .bigswordfish { background-image: url("pong.png") } #portfolio .bigswordfish.active .info { background: rgba(30, 58, 85, 0.9) } #portfolio .logosoftheworld { background-image: url("logosoftheworld.jpg") } #portfolio .logosoftheworld.active .info { background: rgba(201, 141, 85, 0.9) } #portfolio .revoltcms { background-image: url("revoltcms.jpg") } #portfolio .revoltcms.active .info { background-color: rgba(38, 0, 105, 0.95) } #portfolio .saifdesign { background-image: url("saifdesign.jpg") } #portfolio .marina { background-image: url("marina.jpg") } #portfolio .mirohristov { background-image: url("mirohristov.jpg") } #portfolio .mirohristov.active .info { background-color: rgba(0, 0, 0, 0.95) } #portfolio .spacer { height: 600px; display: none } #about { background: url("abc.jpg") center; background-size: cover; overflow: auto } #about .bg { background: url("grid.png") center center fixed; z-index: -1 } #about section { width: 90%; max-width: 1200px; margin: 2% auto } #about .info { margin: 1.5em auto; font-size: 1.2em; line-height: 1.2em; font-family: nexa_lightregular; text-align: center; color: #27B6FF; } .sep { margin: 1.5em 0; height: 1px; width: 0; opacity: 0; background: #27B6FF; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } .sep:before { display: block; width: 50px; height: 3px; background: #27B6FF; border-right: 2px solid #101010 } section.visible .sep { width: 100%; opacity: 1 } .dials { text-align: justify; min-height: 370px; margin: 30px auto; font-size: 0.1px } .dials:after { content: ''; width: 100%; display: inline-block } #about section .dials>div { opacity: 0; background: url("arrows.png") left center; display: inline-block; width: 270px; height: 0px; -webkit-transition: 2s; -moz-transition: 2s; -ms-transition: 2s; -o-transition: 2s; transition: 2s; -webkit-transition-delay: 1s; -moz-transition-delay: 1s; -ms-transition-delay: 1s; -o-transition-delay: 1s; transition-delay: 1s } #about section .dials>div:nth-child(2) { background-position: center center } #about section .dials>div:nth-child(3) { background-position: right center } #about section.visible .dials>div { opacity: 1; transform: scale(1); height: 370px } #about section .dials>div>div { background: url("arrows-back.png"); width: 270px; height: 370px; position: relative; margin-left: -136px; left: 50% } .skills { padding-top: 90px; color: white; font-size: 1.2em; line-height: 1.2em; font-family: nexa_lightregular; text-align: center; min-height: 500px; perspective: 600px } section .skills li { display: inline-block; margin: -30px 15px 0; position: relative; width: 188px; height: 216px; background: url("hexagon.png"); -webkit-transition: 2s; -moz-transition: 2s; -ms-transition: 2s; -o-transition: 2s; transition: 2s; -webkit-transition-delay: 2.5s; -moz-transition-delay: 2.5s; -ms-transition-delay: 2.5s; -o-transition-delay: 2.5s; transition-delay: 2.5s; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0) } section.visible .skills li { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1) } .skills li div { width: 100%; height: 100%; display: table } .skills li div p { display: table-cell; vertical-align: middle; text-align: center; color: #27B6FF; font-weight: bold; } #contact { background: url("c.jpg") center top fixed; background-size: cover; overflow: hidden } #contact .bg { background: url("grid.png") center center fixed } #contact .info { height: 308px; width: 411px; margin-top: -245.5px; margin-left: -205px; top: 50%; left: 50%; background: rgba(10, 10, 10, 0.8); position: absolute; padding: 2.5em; line-height: 2em; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box } #contact .info a { border-bottom: 1px dotted #0bf; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } #contact .info a:hover { outline: 2px solid white; border: none; color: black; background: white } #contact .info .line { margin: 1em 0; width: 20px; height: 2px; display: block; background: #0bf; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; transition: 1s; -webkit-transition-delay: 1.5s; -moz-transition-delay: 1.5s; -ms-transition-delay: 1.5s; -o-transition-delay: 1.5s; transition-delay: 1.5s } #contact .info .icon-mobile-phone { font-size: 1.8em; margin-right: 0.7em; display: block; float: left } .preloader { width: 100%; height: 100%; position: fixed; display: block; z-index: 99999; background: #111 url("grid.png") fixed center } .preloader img { top: 50%; left: 50%; margin-left: -23px; margin-top: -23px; position: absolute; border-radius: 50% } .spacer { height: 0; width: 100% } .no-delay { -webkit-transition-delay: 0; -moz-transition-delay: 0; -ms-transition-delay: 0; -o-transition-delay: 0; transition-delay: 0 } .border-box { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box } .no-select { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: moz-none; -ms-user-select: none; user-select: none } .delay-1 { transition-delay: 0.2s !IMPORTANT } .delay-2 { transition-delay: 0.4s !IMPORTANT } .delay-3 { transition-delay: 0.6s !IMPORTANT } .delay-4 { transition-delay: 0.8s !IMPORTANT } ::selection { background: #0bf } ::-moz-selection { background: #0bf } .clear { clear: both } @media screen and (max-width: 960px) { body { font-size: 1.2em } #homepage, .bg.roof { background-size: cover !IMPORTANT; background-position: center } .header { top: 0; position: absolute } .header #menu li { padding: 7px 20px !IMPORTANT; margin-top: 0 } .header #menu li a { font-size: 1.5em; color: #0bf; border-bottom: 2px dotted #0bf } .header.active #menu li { padding: 7px 20px !IMPORTANT } .header.active #menu li.active { padding: 7px 0 !IMPORTANT } .item { min-height: 420px !IMPORTANT } .item.active h2 { font-size: 6em !IMPORTANT } .item .info h2 { font-size: 4em } .item button { font-size: 1em } #contact .info { font-size: 2em; width: 100%; height: 100%; min-height: 600px; margin: 0; top: 0; left: 0; position: relative; background: none } #contact { overflow: scroll } #about section { margin: 0 auto } #about section .dials>div { margin: 0 -20px; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8) } #about section .skills li { margin-bottom: 60px } #about section .break { display: none } } @keyframes blink { 0% { opacity: 0.2 } 100% { opacity: 1 } } @-webkit-keyframes blink { 0% { opacity: 0.2 } 100% { opacity: 1 } } .blink { -webkit-animation: blink 0.2s linear infinite; -moz-animation: blink 0.2s linear infinite; animation: blink 0.2s linear infinite } .ribbon { right: 0; top: 50%; position: fixed; display: none; z-index: 20 } .onepagelove { background: url("one-page-love-award.png") right center; margin-top: -71px; width: 73px; height: 56px } .csslight { background: url("small-csslight-ribbon-black-light-right.png") right center; margin-top: 5px; width: 84px; height: 29px } .ribbon:hover { background-position: left center }
test v4/style.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 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 } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block } body { line-height: 1 } ol, ul { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } table { border-collapse: collapse; border-spacing: 0 } .icon-glass:before { content: "\f000" } .icon-music:before { content: "\f001" } .icon-search:before { content: "\f002" } .icon-envelope-alt:before { content: "\f003" } .icon-heart:before { content: "\f004" } .icon-star:before { content: "\f005" } .icon-star-empty:before { content: "\f006" } .icon-user:before { content: "\f007" } .icon-film:before { content: "\f008" } .icon-th-large:before { content: "\f009" } .icon-th:before { content: "\f00a" } .icon-th-list:before { content: "\f00b" } .icon-ok:before { content: "\f00c" } .icon-remove:before { content: "\f00d" } .icon-zoom-in:before { content: "\f00e" } .icon-zoom-out:before { content: "\f010" } .icon-power-off:before, .icon-off:before { content: "\f011" } .icon-signal:before { content: "\f012" } .icon-gear:before, .icon-cog:before { content: "\f013" } .icon-trash:before { content: "\f014" } .icon-home:before { content: "\f015" } .icon-file-alt:before { content: "\f016" } .icon-time:before { content: "\f017" } .icon-road:before { content: "\f018" } .icon-download-alt:before { content: "\f019" } .icon-download:before { content: "\f01a" } .icon-upload:before { content: "\f01b" } .icon-inbox:before { content: "\f01c" } .icon-play-circle:before { content: "\f01d" } .icon-rotate-right:before, .icon-repeat:before { content: "\f01e" } .icon-refresh:before { content: "\f021" } .icon-list-alt:before { content: "\f022" } .icon-lock:before { content: "\f023" } .icon-flag:before { content: "\f024" } .icon-headphones:before { content: "\f025" } .icon-volume-off:before { content: "\f026" } .icon-volume-down:before { content: "\f027" } .icon-volume-up:before { content: "\f028" } .icon-qrcode:before { content: "\f029" } .icon-barcode:before { content: "\f02a" } .icon-tag:before { content: "\f02b" } .icon-tags:before { content: "\f02c" } .icon-book:before { content: "\f02d" } .icon-bookmark:before { content: "\f02e" } .icon-print:before { content: "\f02f" } .icon-camera:before { content: "\f030" } .icon-font:before { content: "\f031" } .icon-bold:before { content: "\f032" } .icon-italic:before { content: "\f033" } .icon-text-height:before { content: "\f034" } .icon-text-width:before { content: "\f035" } .icon-align-left:before { content: "\f036" } .icon-align-center:before { content: "\f037" } .icon-align-right:before { content: "\f038" } .icon-align-justify:before { content: "\f039" } .icon-list:before { content: "\f03a" } .icon-indent-left:before { content: "\f03b" } .icon-indent-right:before { content: "\f03c" } .icon-facetime-video:before { content: "\f03d" } .icon-picture:before { content: "\f03e" } .icon-pencil:before { content: "\f040" } .icon-map-marker:before { content: "\f041" } .icon-adjust:before { content: "\f042" } .icon-tint:before { content: "\f043" } .icon-edit:before { content: "\f044" } .icon-share:before { content: "\f045" } .icon-check:before { content: "\f046" } .icon-move:before { content: "\f047" } .icon-step-backward:before { content: "\f048" } .icon-fast-backward:before { content: "\f049" } .icon-backward:before { content: "\f04a" } .icon-play:before { content: "\f04b" } .icon-pause:before { content: "\f04c" } .icon-stop:before { content: "\f04d" } .icon-forward:before { content: "\f04e" } .icon-fast-forward:before { content: "\f050" } .icon-step-forward:before { content: "\f051" } .icon-eject:before { content: "\f052" } .icon-chevron-left:before { content: "\f053" } .icon-chevron-right:before { content: "\f054" } .icon-plus-sign:before { content: "\f055" } .icon-minus-sign:before { content: "\f056" } .icon-remove-sign:before { content: "\f057" } .icon-ok-sign:before { content: "\f058" } .icon-question-sign:before { content: "\f059" } .icon-info-sign:before { content: "\f05a" } .icon-screenshot:before { content: "\f05b" } .icon-remove-circle:before { content: "\f05c" } .icon-ok-circle:before { content: "\f05d" } .icon-ban-circle:before { content: "\f05e" } .icon-arrow-left:before { content: "\f060" } .icon-arrow-right:before { content: "\f061" } .icon-arrow-up:before { content: "\f062" } .icon-arrow-down:before { content: "\f063" } .icon-mail-forward:before, .icon-share-alt:before { content: "\f064" } .icon-resize-full:before { content: "\f065" } .icon-resize-small:before { content: "\f066" } .icon-plus:before { content: "\f067" } .icon-minus:before { content: "\f068" } .icon-asterisk:before { content: "\f069" } .icon-exclamation-sign:before { content: "\f06a" } .icon-gift:before { content: "\f06b" } .icon-leaf:before { content: "\f06c" } .icon-fire:before { content: "\f06d" } .icon-eye-open:before { content: "\f06e" } .icon-eye-close:before { content: "\f070" } .icon-warning-sign:before { content: "\f071" } .icon-plane:before { content: "\f072" } .icon-calendar:before { content: "\f073" } .icon-random:before { content: "\f074" } .icon-comment:before { content: "\f075" } .icon-magnet:before { content: "\f076" } .icon-chevron-up:before { content: "\f077" } .icon-chevron-down:before { content: "\f078" } .icon-retweet:before { content: "\f079" } .icon-shopping-cart:before { content: "\f07a" } .icon-folder-close:before { content: "\f07b" } .icon-folder-open:before { content: "\f07c" } .icon-resize-vertical:before { content: "\f07d" } .icon-resize-horizontal:before { content: "\f07e" } .icon-bar-chart:before { content: "\f080" } .icon-twitter-sign:before { content: "\f081" } .icon-facebook-sign:before { content: "\f082" } .icon-camera-retro:before { content: "\f083" } .icon-key:before { content: "\f084" } .icon-gears:before, .icon-cogs:before { content: "\f085" } .icon-comments:before { content: "\f086" } .icon-thumbs-up-alt:before { content: "\f087" } .icon-thumbs-down-alt:before { content: "\f088" } .icon-star-half:before { content: "\f089" } .icon-heart-empty:before { content: "\f08a" } .icon-signout:before { content: "\f08b" } .icon-linkedin-sign:before { content: "\f08c" } .icon-pushpin:before { content: "\f08d" } .icon-external-link:before { content: "\f08e" } .icon-signin:before { content: "\f090" } .icon-trophy:before { content: "\f091" } .icon-github-sign:before { content: "\f092" } .icon-upload-alt:before { content: "\f093" } .icon-lemon:before { content: "\f094" } .icon-phone:before { content: "\f095" } .icon-unchecked:before, .icon-check-empty:before { content: "\f096" } .icon-bookmark-empty:before { content: "\f097" } .icon-phone-sign:before { content: "\f098" } .icon-twitter:before { content: "\f099" } .icon-facebook:before { content: "\f09a" } .icon-github:before { content: "\f09b" } .icon-unlock:before { content: "\f09c" } .icon-credit-card:before { content: "\f09d" } .icon-rss:before { content: "\f09e" } .icon-hdd:before { content: "\f0a0" } .icon-bullhorn:before { content: "\f0a1" } .icon-bell:before { content: "\f0a2" } .icon-certificate:before { content: "\f0a3" } .icon-hand-right:before { content: "\f0a4" } .icon-hand-left:before { content: "\f0a5" } .icon-hand-up:before { content: "\f0a6" } .icon-hand-down:before { content: "\f0a7" } .icon-circle-arrow-left:before { content: "\f0a8" } .icon-circle-arrow-right:before { content: "\f0a9" } .icon-circle-arrow-up:before { content: "\f0aa" } .icon-circle-arrow-down:before { content: "\f0ab" } .icon-globe:before { content: "\f0ac" } .icon-wrench:before { content: "\f0ad" } .icon-tasks:before { content: "\f0ae" } .icon-filter:before { content: "\f0b0" } .icon-briefcase:before { content: "\f0b1" } .icon-fullscreen:before { content: "\f0b2" } .icon-group:before { content: "\f0c0" } .icon-link:before { content: "\f0c1" } .icon-cloud:before { content: "\f0c2" } .icon-beaker:before { content: "\f0c3" } .icon-cut:before { content: "\f0c4" } .icon-copy:before { content: "\f0c5" } .icon-paperclip:before, .icon-paper-clip:before { content: "\f0c6" } .icon-save:before { content: "\f0c7" } .icon-sign-blank:before { content: "\f0c8" } .icon-reorder:before { content: "\f0c9" } .icon-list-ul:before { content: "\f0ca" } .icon-list-ol:before { content: "\f0cb" } .icon-strikethrough:before { content: "\f0cc" } .icon-underline:before { content: "\f0cd" } .icon-table:before { content: "\f0ce" } .icon-magic:before { content: "\f0d0" } .icon-truck:before { content: "\f0d1" } .icon-pinterest:before { content: "\f0d2" } .icon-pinterest-sign:before { content: "\f0d3" } .icon-google-plus-sign:before { content: "\f0d4" } .icon-google-plus:before { content: "\f0d5" } .icon-money:before { content: "\f0d6" } .icon-caret-down:before { content: "\f0d7" } .icon-caret-up:before { content: "\f0d8" } .icon-caret-left:before { content: "\f0d9" } .icon-caret-right:before { content: "\f0da" } .icon-columns:before { content: "\f0db" } .icon-sort:before { content: "\f0dc" } .icon-sort-down:before { content: "\f0dd" } .icon-sort-up:before { content: "\f0de" } .icon-envelope:before { content: "\f0e0" } .icon-linkedin:before { content: "\f0e1" } .icon-rotate-left:before, .icon-undo:before { content: "\f0e2" } .icon-legal:before { content: "\f0e3" } .icon-dashboard:before { content: "\f0e4" } .icon-comment-alt:before { content: "\f0e5" } .icon-comments-alt:before { content: "\f0e6" } .icon-bolt:before { content: "\f0e7" } .icon-sitemap:before { content: "\f0e8" } .icon-umbrella:before { content: "\f0e9" } .icon-paste:before { content: "\f0ea" } .icon-lightbulb:before { content: "\f0eb" } .icon-exchange:before { content: "\f0ec" } .icon-cloud-download:before { content: "\f0ed" } .icon-cloud-upload:before { content: "\f0ee" } .icon-user-md:before { content: "\f0f0" } .icon-stethoscope:before { content: "\f0f1" } .icon-suitcase:before { content: "\f0f2" } .icon-bell-alt:before { content: "\f0f3" } .icon-coffee:before { content: "\f0f4" } .icon-food:before { content: "\f0f5" } .icon-file-text-alt:before { content: "\f0f6" } .icon-building:before { content: "\f0f7" } .icon-hospital:before { content: "\f0f8" } .icon-ambulance:before { content: "\f0f9" } .icon-medkit:before { content: "\f0fa" } .icon-fighter-jet:before { content: "\f0fb" } .icon-beer:before { content: "\f0fc" } .icon-h-sign:before { content: "\f0fd" } .icon-plus-sign-alt:before { content: "\f0fe" } .icon-double-angle-left:before { content: "\f100" } .icon-double-angle-right:before { content: "\f101" } .icon-double-angle-up:before { content: "\f102" } .icon-double-angle-down:before { content: "\f103" } .icon-angle-left:before { content: "\f104" } .icon-angle-right:before { content: "\f105" } .icon-angle-up:before { content: "\f106" } .icon-angle-down:before { content: "\f107" } .icon-desktop:before { content: "\f108" } .icon-laptop:before { content: "\f109" } .icon-tablet:before { content: "\f10a" } .icon-mobile-phone:before { content: "\f10b" } .icon-circle-blank:before { content: "\f10c" } .icon-quote-left:before { content: "\f10d" } .icon-quote-right:before { content: "\f10e" } .icon-spinner:before { content: "\f110" } .icon-circle:before { content: "\f111" } .icon-mail-reply:before, .icon-reply:before { content: "\f112" } .icon-github-alt:before { content: "\f113" } .icon-folder-close-alt:before { content: "\f114" } .icon-folder-open-alt:before { content: "\f115" } .icon-expand-alt:before { content: "\f116" } .icon-collapse-alt:before { content: "\f117" } .icon-smile:before { content: "\f118" } .icon-frown:before { content: "\f119" } .icon-meh:before { content: "\f11a" } .icon-gamepad:before { content: "\f11b" } .icon-keyboard:before { content: "\f11c" } .icon-flag-alt:before { content: "\f11d" } .icon-flag-checkered:before { content: "\f11e" } .icon-terminal:before { content: "\f120" } .icon-code:before { content: "\f121" } .icon-reply-all:before { content: "\f122" } .icon-mail-reply-all:before { content: "\f122" } .icon-star-half-full:before, .icon-star-half-empty:before { content: "\f123" } .icon-location-arrow:before { content: "\f124" } .icon-crop:before { content: "\f125" } .icon-code-fork:before { content: "\f126" } .icon-unlink:before { content: "\f127" } .icon-question:before { content: "\f128" } .icon-info:before { content: "\f129" } .icon-exclamation:before { content: "\f12a" } .icon-superscript:before { content: "\f12b" } .icon-subscript:before { content: "\f12c" } .icon-eraser:before { content: "\f12d" } .icon-puzzle-piece:before { content: "\f12e" } .icon-microphone:before { content: "\f130" } .icon-microphone-off:before { content: "\f131" } .icon-shield:before { content: "\f132" } .icon-calendar-empty:before { content: "\f133" } .icon-fire-extinguisher:before { content: "\f134" } .icon-rocket:before { content: "\f135" } .icon-maxcdn:before { content: "\f136" } .icon-chevron-sign-left:before { content: "\f137" } .icon-chevron-sign-right:before { content: "\f138" } .icon-chevron-sign-up:before { content: "\f139" } .icon-chevron-sign-down:before { content: "\f13a" } .icon-html5:before { content: "\f13b" } .icon-css3:before { content: "\f13c" } .icon-anchor:before { content: "\f13d" } .icon-unlock-alt:before { content: "\f13e" } .icon-bullseye:before { content: "\f140" } .icon-ellipsis-horizontal:before { content: "\f141" } .icon-ellipsis-vertical:before { content: "\f142" } .icon-rss-sign:before { content: "\f143" } .icon-play-sign:before { content: "\f144" } .icon-ticket:before { content: "\f145" } .icon-minus-sign-alt:before { content: "\f146" } .icon-check-minus:before { content: "\f147" } .icon-level-up:before { content: "\f148" } .icon-level-down:before { content: "\f149" } .icon-check-sign:before { content: "\f14a" } .icon-edit-sign:before { content: "\f14b" } .icon-external-link-sign:before { content: "\f14c" } .icon-share-sign:before { content: "\f14d" } .icon-compass:before { content: "\f14e" } .icon-collapse:before { content: "\f150" } .icon-collapse-top:before { content: "\f151" } .icon-expand:before { content: "\f152" } .icon-euro:before, .icon-eur:before { content: "\f153" } .icon-gbp:before { content: "\f154" } .icon-dollar:before, .icon-usd:before { content: "\f155" } .icon-rupee:before, .icon-inr:before { content: "\f156" } .icon-yen:before, .icon-jpy:before { content: "\f157" } .icon-renminbi:before, .icon-cny:before { content: "\f158" } .icon-won:before, .icon-krw:before { content: "\f159" } .icon-bitcoin:before, .icon-btc:before { content: "\f15a" } .icon-file:before { content: "\f15b" } .icon-file-text:before { content: "\f15c" } .icon-sort-by-alphabet:before { content: "\f15d" } .icon-sort-by-alphabet-alt:before { content: "\f15e" } .icon-sort-by-attributes:before { content: "\f160" } .icon-sort-by-attributes-alt:before { content: "\f161" } .icon-sort-by-order:before { content: "\f162" } .icon-sort-by-order-alt:before { content: "\f163" } .icon-thumbs-up:before { content: "\f164" } .icon-thumbs-down:before { content: "\f165" } .icon-youtube-sign:before { content: "\f166" } .icon-youtube:before { content: "\f167" } .icon-xing:before { content: "\f168" } .icon-xing-sign:before { content: "\f169" } .icon-youtube-play:before { content: "\f16a" } .icon-dropbox:before { content: "\f16b" } .icon-stackexchange:before { content: "\f16c" } .icon-instagram:before { content: "\f16d" } .icon-flickr:before { content: "\f16e" } .icon-adn:before { content: "\f170" } .icon-bitbucket:before { content: "\f171" } .icon-bitbucket-sign:before { content: "\f172" } .icon-tumblr:before { content: "\f173" } .icon-tumblr-sign:before { content: "\f174" } .icon-long-arrow-down:before { content: "\f175" } .icon-long-arrow-up:before { content: "\f176" } .icon-long-arrow-left:before { content: "\f177" } .icon-long-arrow-right:before { content: "\f178" } .icon-apple:before { content: "\f179" } .icon-windows:before { content: "\f17a" } .icon-android:before { content: "\f17b" } .icon-linux:before { content: "\f17c" } .icon-dribbble:before { content: "\f17d" } .icon-skype:before { content: "\f17e" } .icon-foursquare:before { content: "\f180" } .icon-trello:before { content: "\f181" } .icon-female:before { content: "\f182" } .icon-male:before { content: "\f183" } .icon-gittip:before { content: "\f184" } .icon-sun:before { content: "\f185" } .icon-moon:before { content: "\f186" } .icon-archive:before { content: "\f187" } .icon-bug:before { content: "\f188" } .icon-vk:before { content: "\f189" } .icon-weibo:before { content: "\f18a" } .icon-renren:before { content: "\f18b" } @font-face { font-family: 'FontAwesome'; src: url("fontawesome-webfont.eot"); src: url("fontawesome-webfont-1.eot#iefix&v=3.2.1") format('embedded-opentype'), url("fontawesome-webfont.woff") format('woff'), url("fontawesome-webfont.ttf") format('truetype'), url("fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format('svg'); font-weight: normal; font-style: normal } @font-face { font-family: 'nexa_boldregular'; src: url("nexa_bold-webfont.eot"); src: url("nexa_bold-webfont-1.eot#iefix") format('embedded-opentype'), url("nexa_bold-webfont.woff") format('woff'), url("nexa_bold-webfont.ttf") format('truetype'), url("nexa_bold-webfont.svg#nexa_boldregular") format('svg'); font-weight: normal; font-style: normal } @font-face { font-family: 'nexa_lightregular'; src: url("nexa_light-webfont.eot"); src: url("nexa_light-webfont-1.eot#iefix") format('embedded-opentype'), url("nexa_light-webfont.woff") format('woff'), url("nexa_light-webfont.ttf") format('truetype'), url("nexa_light-webfont.svg#nexa_lightregular") format('svg'); font-weight: normal; font-style: normal } @font-face { font-family: 'Cousine'; font-style: normal; font-weight: 400; src: local('Cousine'), url("0IpceuvDvCegpU9Mz8MQ_g.woff2") format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000 } body, html { width: 100%; height: 100%; position: fixed } .page { width: 100%; height: 100% } body { font-family: Cousine, "Helvetica CE", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 400; background: #111; display: block; padding: 0; color: white; overflow: hidden } a { color: white; text-decoration: none } i { font-size: 1em; font-family: FontAwesome; font-style: normal; margin-right: 0.4em } button { font-family: Cousine; background: none; outline: none; border: none; text-transform: uppercase; font-size: 0.8em; padding: 1em 1.4em; margin: 1em 0; display: inline-block; cursor: pointer; border: 2px solid white; color: white; white-space: nowrap; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } button:hover { background: white; color: black !IMPORTANT } h2 { font-family: nexa_boldregular; font-weight: normal; font-size: 2.8em; color: white; text-transform: uppercase; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; width: 100%; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; transition: 1s } .header { left: 0; right: 0; position: fixed; height: 80px; z-index: 99; padding: 18px; padding-left: 5%; top: 6%; border-bottom: 1px solid rgba(255, 255, 255, 0); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; -webkit-transition: opacity 1s 0.5s, padding 1s 0s, top 1s 0.6s, box-shadow 1s 0s, border 1s 0s, background 0.6s 0s; -moz-transition: opacity 1s 0.5s, padding 1s 0s, top 1s 0.6s, box-shadow 1s 0s, border 1s 0s, background 0.6s 0s; -ms-transition: opacity 1s 0.5s, padding 1s 0s, top 1s 0.6s, box-shadow 1s 0s, border 1s 0s, background 0.6s 0s; -o-transition: opacity 1s 0.5s, padding 1s 0s, top 1s 0.6s, box-shadow 1s 0s, border 1s 0s, background 0.6s 0s; transition: opacity 1s 0.5s, padding 1s 0s, top 1s 0.6s, box-shadow 1s 0s, border 1s 0s, background 0.6s 0s } .header .logo { float: left; margin-right: 85px; cursor: pointer; display: inline-block; width: 38px; height: 38px } .header .logo img { -webkit-transition: 0.8s; -moz-transition: 0.8s; -ms-transition: 0.8s; -o-transition: 0.8s; transition: 0.8s; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: moz-none; -ms-user-select: none; user-select: none } .header #menu li { float: left; padding: 5px 20px; margin-right: 0; margin-top: 8px; text-transform: uppercase; cursor: pointer; position: relative; max-width: 250px; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } .header #menu li a { border-bottom: 1px dotted #009688; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } .header #menu li:nth-child(1) { border: none } .header #menu li:hover { background: white } .header #menu li:hover a { color: black; border-bottom: 1px dotted transparent } .header .settings { display: block; float: right; top: 12px; right: 2%; position: relative; z-index: -1; width: 260px; height: 20px overflow: hidden; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } .header .settings li { display: block; float: right; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } .header .settings li:not(:first-child) { opacity: 0; float: left; margin-right: 20px; cursor: pointer } .header .settings:hover .settings-icon { background: white; color: black } .header .settings:hover li { opacity: 1 } .header .settings:hover { width: 230px } .header .settings-icon { font-size: 96%; cursor: pointer; padding: 2px 3px; border-radius: 60%; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } .header #item-menu { float: right } .header #item-menu li { padding: 0; float: right; font-size: 3em; cursor: pointer; overflow: hidden; max-width: 0; font-family: FontAwesome; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; -webkit-transition-delay: 1.2s; -moz-transition-delay: 1.2s; -ms-transition-delay: 1.2s; -o-transition-delay: 1.2s; transition-delay: 1.2s } .header.viewing-item #item-menu li { padding: 0 20px; max-width: 300px } .header.hidden { opacity: 0 } .header.active { -webkit-transition: padding 1s, top 0.6s, box-shadow 1s 0.6s, border 1s 0.6s, background 1s 0.6s; -moz-transition: padding 1s, top 0.6s, box-shadow 1s 0.6s, border 1s 0.6s, background 1s 0.6s; -ms-transition: padding 1s, top 0.6s, box-shadow 1s 0.6s, border 1s 0.6s, background 1s 0.6s; -o-transition: padding 1s, top 0.6s, box-shadow 1s 0.6s, border 1s 0.6s, background 1s 0.6s; transition: padding 1s, top 0.6s, box-shadow 1s 0.6s, border 1s 0.6s, background 1s 0.6s; top: 0; padding-left: 4em; background: black; box-shadow: 0 2px 30px -1px #000; border-bottom: 1px solid rgba(255, 255, 255, 0.1) } .header.active .settings { opacity: 0; display: none } .header.active #menu li { padding: 14px 20px; border-left: 1px solid #111; background: transparent; margin-right: 0; margin-top: 0 } .header.active #menu li a { color: grey; border-bottom: 1px dotted transparent } .header.active #menu li:hover a { color: white; text-shadow: 0 0 30px grey } .header.active #menu li.active { max-width: 0; padding: 14px 0; border: 0; overflow: hidden } .header.active #menu li:hover:before { content: " "; position: absolute; width: 20px; height: 1px; bottom: 8px; display: block; background: #0bf; box-shadow: 0 0 8px #0bf } .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100% } .bg.clouds { position: fixed; background: url("ab.jpg"); background-position: 50% 60%; background-size: 100%; width: 110% !IMPORTANT; height: 110% !IMPORTANT; margin-left: -5% } #homepage { background-size: cover; background-size: 101%; width: 100%; height: 100% } #homepage .bg.roof { background: url("bg2.png") repeat-x; background-position: 50% 60%; background-size: 100%; width: 120% !IMPORTANT; height: 120% !IMPORTANT; margin-left: -10% } #homepage .bg.grid { background: url("bg1.png") center center } #homepage .splash { position: fixed; top: 0; left: 0; display: block; height: 100%; width: 90%; padding-left: 5%; z-index: 15; box-sizing: border-box } #homepage h2 { position: absolute; font-size: 8em; top: 50%; height: 204px; margin-top: -190px; word-break: break-all; line-height: 0.85em; width: 100%; -webkit-transition: 0s; -moz-transition: 0s; -ms-transition: 0s; -o-transition: 0s; transition: 0s } #homepage h2 span { float: left; width: 100% } #homepage h3 { font-size: 1em; position: absolute; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; transition: 1s } #homepage h3.hidden { opacity: 0 } #homepage h3.hidden .line { width: 0; margin-left: 43px } #homepage h3 .line { -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; transition: 1s; -webkit-transition-delay: 1s; -moz-transition-delay: 1s; -ms-transition-delay: 1s; -o-transition-delay: 1s; transition-delay: 1s } #homepage .block { position: absolute; display: block; width: 100%; box-sizing: border-box } #homepage .top { top: 20% } #homepage .middle { bottom: 20% } #homepage .bottom { bottom: 5%; margin-bottom: 1em } #homepage .line { width: 43px; height: 4px; background: white; display: inline-block; margin: 4px 0; margin-right: 100px } #balls { display: block; height: 100%; width: 100%; pointer-events: none; position: fixed !IMPORTANT; top: 0; left: 0 } .ball { position: absolute; z-index: 11 } .ball.bounce { animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); -webkit-animation: bounceball 2.6s infinite; -moz-animation: bounceball 2.6s infinite; -o-animation: bounceball 2.6s infinite; animation: bounceball 2.6s infinite } .ball img { position: absolute; top: 0; left: 0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: moz-none; -ms-user-select: none; user-select: none } @-webkit-keyframes bounceball { 0%, 100% { margin-top: 0 } 50% { margin-top: -10px } } @-moz-keyframes bounceball { 0%, 100% { margin-top: 0 } 50% { margin-top: -10px } } @-o-keyframes bounceball { 0%, 100% { margin-top: 0 } 50% { margin-top: -10px } } @keyframes bounceball { 0%, 100% { margin-top: 0 } 50% { margin-top: -10px } } .ball1 { top: 10% !IMPORTANT; left: 68% !IMPORTANT; z-index: 11 } .ball2 { top: 31% !IMPORTANT; left: 53% !IMPORTANT } .ball3 { top: 11% !IMPORTANT; left: 58% !IMPORTANT } .ball4 { top: 32% !IMPORTANT; left: 12% !IMPORTANT } .ball5 { top: 13% !IMPORTANT; left: 32% !IMPORTANT } .ball6 { top: 17% !IMPORTANT; left: 27% !IMPORTANT } #pages { position: fixed; overflow: hidden; background: #111 url("grid.png") fixed center; top: 100%; left: 0; right: 0; bottom: 0; width: 100%; z-index: 20 } .page { display: none; top: 80px; left: 0; right: 0; bottom: 0; position: fixed; overflow: auto; width: auto; height: auto; z-index: 20 } #portfolio .item { -webkit-transition: height 0.6s, background-position 0.6s, box-shadow 1s, top 0.6s, padding-top 0.6s, -webkit-transform 0.8s, opacity 0.6s; -webkit-transition: height 0.6s, background-position 0.6s, box-shadow 1s, top 0.6s, padding-top 0.6s, transform 0.8s, opacity 0.6s; -moz-transition: height 0.6s, background-position 0.6s, box-shadow 1s, top 0.6s, padding-top 0.6s, transform 0.8s, opacity 0.6s; -ms-transition: height 0.6s, background-position 0.6s, box-shadow 1s, top 0.6s, padding-top 0.6s, transform 0.8s, opacity 0.6s; -o-transition: height 0.6s, background-position 0.6s, box-shadow 1s, top 0.6s, padding-top 0.6s, transform 0.8s, opacity 0.6s; transition: height 0.6s, background-position 0.6s, box-shadow 1s, top 0.6s, padding-top 0.6s, transform 0.8s, opacity 0.6s; -webkit-transform: perspective(600px) rotateX(30deg) scale(0.8); -moz-transform: perspective(600px) rotateX(30deg) scale(0.8); -ms-transform: perspective(600px) rotateX(30deg) scale(0.8); -o-transform: perspective(600px) rotateX(30deg) scale(0.8); transform: perspective(600px) rotateX(30deg) scale(0.8); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; height: 32.3%; height: 300px; min-height: 260px; background: url("logosoftheworld.jpg"); background-size: cover; background-position: center top; background-origin: border-box; display: block; position: relative; overflow: hidden; opacity: 0 } #portfolio .item.hoverable:hover, #portfolio .item.hover { -webkit-transition: height 0.6s, background-position 15.0s 1.0s, box-shadow 1s; -moz-transition: height 0.6s, background-position 15.0s 1.0s, box-shadow 1s; -ms-transition: height 0.6s, background-position 15.0s 1.0s, box-shadow 1s; -o-transition: height 0.6s, background-position 15.0s 1.0s, box-shadow 1s; transition: height 0.6s, background-position 15.0s 1.0s, box-shadow 1s; box-shadow: 0 0 60px rgba(0, 0, 0, 0.5); position: relative; z-index: 9; background-position: 20% 60% } #portfolio .item.normal { -webkit-transform: perspective(600px) rotateX(0deg); -moz-transform: perspective(600px) rotateX(0deg); -ms-transform: perspective(600px) rotateX(0deg); -o-transform: perspective(600px) rotateX(0deg); transform: perspective(600px) rotateX(0deg); opacity: 1 } #portfolio .item h2 { -webkit-transition-delay: 0; -moz-transition-delay: 0; -ms-transition-delay: 0; -o-transition-delay: 0; transition-delay: 0; display: inline } #portfolio .item .viewdetails { max-width: 300px; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } #portfolio .item .scrolldown { max-width: 0; opacity: 0; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } #portfolio .item .line { margin: 1em 0; width: 20px; height: 2px; display: block; background: #0bf; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; transition: 1s; -webkit-transition-delay: 0.5s; -moz-transition-delay: 0.5s; -ms-transition-delay: 0.5s; -o-transition-delay: 0.5s; transition-delay: 0.5s } #portfolio .item p { margin: 1em 0 } #portfolio .item .bg { background: #000; background: -webkit-gradient(linear, left center, right center, color-stop(0, #000000), color-stop(1, rgba(0, 0, 0, 0.5))); background: -ms-linear-gradient(left, #000000, rgba(0, 0, 0, 0.5)); background: -moz-linear-gradient(center left, #000 0%, rgba(0, 0, 0, 0.5) 100%); background: -o-linear-gradient(rgba(0, 0, 0, 0.5), #000000); filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.5)', endColorstr='#000000', GradientType=1); opacity: 0.9; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 1; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } #portfolio .item.hoverable:hover .bg, #portfolio .item.hover .bg { opacity: 0.3 } #portfolio .item .info { padding: 4em; position: relative; z-index: 2; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } #portfolio .item .content { opacity: 0; min-height: 100%; width: 100%; padding-top: 6em; background: white; position: relative; z-index: 3; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } #portfolio .item .content .wrapper { margin: 0 auto; max-width: 815px; width: 90% } #portfolio .item .content .wrapper p { text-align: center; color: black } #portfolio .item .content .wrapper p .line { margin: 1em auto } #portfolio .item .break { display: none } #portfolio .item .subitem { width: 100%; margin: 100px -50%; position: relative } #portfolio .item .monitor { position: absolute; width: 100% } #portfolio .item .image { position: absolute; width: 100%; padding: 3.7% 3.5%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box } #portfolio .item .monitor2 { width: 100%; padding: 4.1% 4% 22.3% 4%; background: url("imac@2x.png") no-repeat; background-size: cover; margin-bottom: 6em; margin-left: -4% } #portfolio .item .chrome { border-top-left-radius: 3px; border-top-right-radius: 3px; background: url("chrome.jpg"); height: 32px; width: 100%; border: 1px solid #c1c1c1; box-sizing: border-box } #portfolio .item .window { width: 100% } #portfolio .item iframe, #portfolio .item .window { border: 1px solid #c1c1c1; border-top: none; box-sizing: border-box; margin-bottom: 100px; box-shadow: 0 10px 55px rgba(0, 0, 0, 0.5) } #portfolio .item.active { height: 100%; opacity: 1; background-size: cover; top: 0 } #portfolio .item.active h2 { -webkit-transition-delay: 0.5s; -moz-transition-delay: 0.5s; -ms-transition-delay: 0.5s; -o-transition-delay: 0.5s; transition-delay: 0.5s; font-size: 16em; width: 90%; min-width: 988px } #portfolio .item.active .info .line { margin: 2em 0; width: 80px; height: 4px; background: #FFF } #portfolio .item.active .viewdetails { -webkit-transition-delay: 2s; -moz-transition-delay: 2s; -ms-transition-delay: 2s; -o-transition-delay: 2s; transition-delay: 2s; max-width: 0; padding-left: 0; padding-right: 0; opacity: 0 } #portfolio .item.active .scrolldown { -webkit-transition: width 0.5s ease 2s, opacity 0.5s ease 2s, background 0.5s, color 0.5s; -moz-transition: width 0.5s ease 2s, opacity 0.5s ease 2s, background 0.5s, color 0.5s; -ms-transition: width 0.5s ease 2s, opacity 0.5s ease 2s, background 0.5s, color 0.5s; -o-transition: width 0.5s ease 2s, opacity 0.5s ease 2s, background 0.5s, color 0.5s; transition: width 0.5s ease 2s, opacity 0.5s ease 2s, background 0.5s, color 0.5s; opacity: 1; max-width: 300px } #portfolio .item.active .bg { opacity: 0 !IMPORTANT } #portfolio .item.active .content { opacity: 1 } #portfolio .formstudio { background-image: url("mpu.png") } #portfolio .formstudio.active .info { background: rgba(57, 135, 207, 0.9) } #portfolio .bigswordfish { background-image: url("pong.png") } #portfolio .bigswordfish.active .info { background: rgba(30, 58, 85, 0.9) } #portfolio .logosoftheworld { background-image: url("logosoftheworld.jpg") } #portfolio .logosoftheworld.active .info { background: rgba(201, 141, 85, 0.9) } #portfolio .revoltcms { background-image: url("revoltcms.jpg") } #portfolio .revoltcms.active .info { background-color: rgba(38, 0, 105, 0.95) } #portfolio .saifdesign { background-image: url("saifdesign.jpg") } #portfolio .marina { background-image: url("marina.jpg") } #portfolio .mirohristov { background-image: url("mirohristov.jpg") } #portfolio .mirohristov.active .info { background-color: rgba(0, 0, 0, 0.95) } #portfolio .spacer { height: 600px; display: none } #about { background: url("abc.jpg") center; background-size: cover; overflow: auto } #about .bg { background: url("grid.png") center center fixed; z-index: -1 } #about section { width: 90%; max-width: 1200px; margin: 2% auto } #about .info { margin: 1.5em auto; font-size: 1.2em; line-height: 1.2em; font-family: nexa_lightregular; text-align: center; color: #27B6FF; } .sep { margin: 1.5em 0; height: 1px; width: 0; opacity: 0; background: #27B6FF; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } .sep:before { display: block; width: 50px; height: 3px; background: #27B6FF; border-right: 2px solid #101010 } section.visible .sep { width: 100%; opacity: 1 } .dials { text-align: justify; min-height: 370px; margin: 30px auto; font-size: 0.1px } .dials:after { content: ''; width: 100%; display: inline-block } #about section .dials>div { opacity: 0; background: url("arrows.png") left center; display: inline-block; width: 270px; height: 0px; -webkit-transition: 2s; -moz-transition: 2s; -ms-transition: 2s; -o-transition: 2s; transition: 2s; -webkit-transition-delay: 1s; -moz-transition-delay: 1s; -ms-transition-delay: 1s; -o-transition-delay: 1s; transition-delay: 1s } #about section .dials>div:nth-child(2) { background-position: center center } #about section .dials>div:nth-child(3) { background-position: right center } #about section.visible .dials>div { opacity: 1; transform: scale(1); height: 370px } #about section .dials>div>div { background: url("arrows-back.png"); width: 270px; height: 370px; position: relative; margin-left: -136px; left: 50% } .skills { padding-top: 90px; color: white; font-size: 1.2em; line-height: 1.2em; font-family: nexa_lightregular; text-align: center; min-height: 500px; perspective: 600px } section .skills li { display: inline-block; margin: -30px 15px 0; position: relative; width: 188px; height: 216px; background: url("hexagon.png"); -webkit-transition: 2s; -moz-transition: 2s; -ms-transition: 2s; -o-transition: 2s; transition: 2s; -webkit-transition-delay: 2.5s; -moz-transition-delay: 2.5s; -ms-transition-delay: 2.5s; -o-transition-delay: 2.5s; transition-delay: 2.5s; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0) } section.visible .skills li { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1) } .skills li div { width: 100%; height: 100%; display: table } .skills li div p { display: table-cell; vertical-align: middle; text-align: center; color: #27B6FF; font-weight: bold; } #contact { background: url("c.jpg") center top fixed; background-size: cover; overflow: hidden } #contact .bg { background: url("grid.png") center center fixed } #contact .info { height: 308px; width: 411px; margin-top: -245.5px; margin-left: -205px; top: 50%; left: 50%; background: rgba(10, 10, 10, 0.8); position: absolute; padding: 2.5em; line-height: 2em; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box } #contact .info a { border-bottom: 1px dotted #0bf; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s } #contact .info a:hover { outline: 2px solid white; border: none; color: black; background: white } #contact .info .line { margin: 1em 0; width: 20px; height: 2px; display: block; background: #0bf; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; transition: 1s; -webkit-transition-delay: 1.5s; -moz-transition-delay: 1.5s; -ms-transition-delay: 1.5s; -o-transition-delay: 1.5s; transition-delay: 1.5s } #contact .info .icon-mobile-phone { font-size: 1.8em; margin-right: 0.7em; display: block; float: left } .preloader { width: 100%; height: 100%; position: fixed; display: block; z-index: 99999; background: #111 url("grid.png") fixed center } .preloader img { top: 50%; left: 50%; margin-left: -23px; margin-top: -23px; position: absolute; border-radius: 50% } .spacer { height: 0; width: 100% } .no-delay { -webkit-transition-delay: 0; -moz-transition-delay: 0; -ms-transition-delay: 0; -o-transition-delay: 0; transition-delay: 0 } .border-box { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box } .no-select { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: moz-none; -ms-user-select: none; user-select: none } .delay-1 { transition-delay: 0.2s !IMPORTANT } .delay-2 { transition-delay: 0.4s !IMPORTANT } .delay-3 { transition-delay: 0.6s !IMPORTANT } .delay-4 { transition-delay: 0.8s !IMPORTANT } ::selection { background: #0bf } ::-moz-selection { background: #0bf } .clear { clear: both } @media screen and (max-width: 960px) { body { font-size: 1.2em } #homepage, .bg.roof { background-size: cover !IMPORTANT; background-position: center } .header { top: 0; position: absolute } .header #menu li { padding: 7px 20px !IMPORTANT; margin-top: 0 } .header #menu li a { font-size: 1.5em; color: #0bf; border-bottom: 2px dotted #0bf } .header.active #menu li { padding: 7px 20px !IMPORTANT } .header.active #menu li.active { padding: 7px 0 !IMPORTANT } .item { min-height: 420px !IMPORTANT } .item.active h2 { font-size: 6em !IMPORTANT } .item .info h2 { font-size: 4em } .item button { font-size: 1em } #contact .info { font-size: 2em; width: 100%; height: 100%; min-height: 600px; margin: 0; top: 0; left: 0; position: relative; background: none } #contact { overflow: scroll } #about section { margin: 0 auto } #about section .dials>div { margin: 0 -20px; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8) } #about section .skills li { margin-bottom: 60px } #about section .break { display: none } } @keyframes blink { 0% { opacity: 0.2 } 100% { opacity: 1 } } @-webkit-keyframes blink { 0% { opacity: 0.2 } 100% { opacity: 1 } } .blink { -webkit-animation: blink 0.2s linear infinite; -moz-animation: blink 0.2s linear infinite; animation: blink 0.2s linear infinite } .ribbon { right: 0; top: 50%; position: fixed; display: none; z-index: 20 } .onepagelove { background: url("one-page-love-award.png") right center; margin-top: -71px; width: 73px; height: 56px } .csslight { background: url("small-csslight-ribbon-black-light-right.png") right center; margin-top: 5px; width: 84px; height: 29px } .ribbon:hover { background-position: left center }
0.449634
0.10026
@import "flex.css"; /*@import "bootstrap.css";*/ .index { max-width: 1000px; margin: 0 auto; box-sizing: border-box; font-family: "ff-tisa-web-pro"; /*background-color: #cccccc;*/ } .bottom { border-top: 3px solid gray; } .borderhelp { border: 1px solid black; } /*Section menu*/ .logo { height: 130px; width: 130px; } ul { list-style: none; padding-left: 0; } h1 > img { width: 50%; overflow: hidden; } a { text-decoration: none; color: #34AC98; display: block; } a:hover { color: #EC6635; } .navigation a { font-size: 1.1rem; padding: 5px 0 10px 45px; margin-bottom: 15px; transition: all ease 0.2s; } .navigation li:nth-child(1) a { background: url(../menu/fs0P-Ohk8no.jpg) no-repeat; } .navigation li:nth-child(2) a { background: url(../menu/5VpvZJ208vs.jpg) no-repeat; } .navigation li:nth-child(3) a { background: url(../menu/FmZTOhzbWQY.jpg) no-repeat; } .navigation li:nth-child(4) a { background: url(../menu/QhXYs3EKx2c.jpg) no-repeat; } .navigation li:nth-child(5) a { background: url(../menu/cE6lLKKU0QU.jpg) no-repeat; } .navigation li a:hover { background-position: 5px 0; } /*section Twitter, Facebook*/ .twitter { width: 140px; padding-right: 20px; margin: 30px 0; } .twitter h1 { padding-bottom: 5px; border-bottom: 1px dashed #E5E5E5; margin-bottom: 9px; font-weight: lighter; text-transform: uppercase; font-size: 11px; } .atwit { background: url(../twitter/1iXoaoYEBNM.jpg) no-repeat; background-position: 5px 5px; height: 25px; line-height: 20px; padding: 4px 0 0 30px; border: 1px solid #E5E5E5; border-radius: 5px; font-size: 12px; font-style: italic; } .afacebook { background: url(../facebook/eopt7O8Qof4.jpg) no-repeat; background-position: 5px 5px; height: 25px; line-height: 20px; padding: 4px 0 0 30px; border: 1px solid #E5E5E5; border-radius: 5px; font-size: 12px; font-style: italic; } .h1facebook { margin-top: 40px; } .twitter p { margin-bottom: 15px; font-size: 11px; line-height: 1.5; } /* Section slider*/ .sldrs { height: auto; } #sl1, #sl2, #sl3, #sl4 { display: none; } .slider { height: auto; padding-bottom: 50%; width: 100%; position: relative; } .sectionSlider { height: 100%; width: 100%; position: absolute; transition: all ease 1s; overflow: hidden; opacity: 0; } #sl1:checked ~ .slider #photo-1 { opacity: 1; } #sl2:checked ~ .slider #photo-2 { opacity: 1; } #sl3:checked ~ .slider #photo-3 { opacity: 1; } #sl4:checked ~ .slider #photo-4 { opacity: 1; } .slLink > h1 { position: absolute; margin: 0; white-space: nowrap; font-weight: lighter; font-style: italic; transition: all ease 0.4s; top: 65%; padding: 10px 24px 15px 24px; background: #fff; color: black; font-size: 20px; } .slLink > h2 { position: absolute; margin: 0; white-space: nowrap; font-weight: lighter; font-style: italic; transition: all ease 0.4s; top: 75%; font-size: 15px; background: black; color: #fff; padding: 8px 24px 12px 24px; } /*переключатели*/ .nav { padding: 0; margin: 0; /*margin-bottom: 30px;*/ list-style: none; } .nav li { flex: 1; border-right: 1px solid #D3EDE9; } .nav li:hover label { color: #EC6635; } .nav li:last-child { border: none; } .nav label { color: #34AC98; display: block; width: auto; height: 60px; background-color: #EFF8F7; padding: 25px 12px 0 20px; box-shadow: inset 0 0 1px 1px #f4fcfb; transition: all ease 0.4s; cursor: pointer; } .nav input { display: none; } /*надписи на переключателях*/ .nav h3 { width: 90%; margin: 0; padding: 0; font-size: 16px; font-weight: lighter; margin-bottom: 5px; } .nav p { width: 100%; margin: 0; padding: 0; font-size: 12px; font-style: italic; } /*подписка на новости*/ .subs { display: flex; height: auto; border-top: 1px dashed #E5E5E5; border-bottom: 1px dashed #E5E5E5; } .subs > p { margin: 0; flex: 8; font-size: 10px; font-style: italic; padding: 10px 24px 10px 66px; line-height: 1.5; position: relative; } .subs > p:before { content: ""; display: block; position: absolute; top: 5px; left: 20px; width: 40px; height: 30px; background: url(../form/SXh5VsCyzmw.jpg) no-repeat; } .subs > input[type="text"] { width: 230px; display: flex; align-items: center; height: 20px; margin-top: 10px; } .subs > input[type="button"] { margin-top: 10px; margin-left: 10px; padding: 3px 10px; border: 1px solid rgba(0,0,0,.1); border-radius: 4px; background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1); height: 23px; font-weight: bold; }
exam/css/indexstyle.css
@import "flex.css"; /*@import "bootstrap.css";*/ .index { max-width: 1000px; margin: 0 auto; box-sizing: border-box; font-family: "ff-tisa-web-pro"; /*background-color: #cccccc;*/ } .bottom { border-top: 3px solid gray; } .borderhelp { border: 1px solid black; } /*Section menu*/ .logo { height: 130px; width: 130px; } ul { list-style: none; padding-left: 0; } h1 > img { width: 50%; overflow: hidden; } a { text-decoration: none; color: #34AC98; display: block; } a:hover { color: #EC6635; } .navigation a { font-size: 1.1rem; padding: 5px 0 10px 45px; margin-bottom: 15px; transition: all ease 0.2s; } .navigation li:nth-child(1) a { background: url(../menu/fs0P-Ohk8no.jpg) no-repeat; } .navigation li:nth-child(2) a { background: url(../menu/5VpvZJ208vs.jpg) no-repeat; } .navigation li:nth-child(3) a { background: url(../menu/FmZTOhzbWQY.jpg) no-repeat; } .navigation li:nth-child(4) a { background: url(../menu/QhXYs3EKx2c.jpg) no-repeat; } .navigation li:nth-child(5) a { background: url(../menu/cE6lLKKU0QU.jpg) no-repeat; } .navigation li a:hover { background-position: 5px 0; } /*section Twitter, Facebook*/ .twitter { width: 140px; padding-right: 20px; margin: 30px 0; } .twitter h1 { padding-bottom: 5px; border-bottom: 1px dashed #E5E5E5; margin-bottom: 9px; font-weight: lighter; text-transform: uppercase; font-size: 11px; } .atwit { background: url(../twitter/1iXoaoYEBNM.jpg) no-repeat; background-position: 5px 5px; height: 25px; line-height: 20px; padding: 4px 0 0 30px; border: 1px solid #E5E5E5; border-radius: 5px; font-size: 12px; font-style: italic; } .afacebook { background: url(../facebook/eopt7O8Qof4.jpg) no-repeat; background-position: 5px 5px; height: 25px; line-height: 20px; padding: 4px 0 0 30px; border: 1px solid #E5E5E5; border-radius: 5px; font-size: 12px; font-style: italic; } .h1facebook { margin-top: 40px; } .twitter p { margin-bottom: 15px; font-size: 11px; line-height: 1.5; } /* Section slider*/ .sldrs { height: auto; } #sl1, #sl2, #sl3, #sl4 { display: none; } .slider { height: auto; padding-bottom: 50%; width: 100%; position: relative; } .sectionSlider { height: 100%; width: 100%; position: absolute; transition: all ease 1s; overflow: hidden; opacity: 0; } #sl1:checked ~ .slider #photo-1 { opacity: 1; } #sl2:checked ~ .slider #photo-2 { opacity: 1; } #sl3:checked ~ .slider #photo-3 { opacity: 1; } #sl4:checked ~ .slider #photo-4 { opacity: 1; } .slLink > h1 { position: absolute; margin: 0; white-space: nowrap; font-weight: lighter; font-style: italic; transition: all ease 0.4s; top: 65%; padding: 10px 24px 15px 24px; background: #fff; color: black; font-size: 20px; } .slLink > h2 { position: absolute; margin: 0; white-space: nowrap; font-weight: lighter; font-style: italic; transition: all ease 0.4s; top: 75%; font-size: 15px; background: black; color: #fff; padding: 8px 24px 12px 24px; } /*переключатели*/ .nav { padding: 0; margin: 0; /*margin-bottom: 30px;*/ list-style: none; } .nav li { flex: 1; border-right: 1px solid #D3EDE9; } .nav li:hover label { color: #EC6635; } .nav li:last-child { border: none; } .nav label { color: #34AC98; display: block; width: auto; height: 60px; background-color: #EFF8F7; padding: 25px 12px 0 20px; box-shadow: inset 0 0 1px 1px #f4fcfb; transition: all ease 0.4s; cursor: pointer; } .nav input { display: none; } /*надписи на переключателях*/ .nav h3 { width: 90%; margin: 0; padding: 0; font-size: 16px; font-weight: lighter; margin-bottom: 5px; } .nav p { width: 100%; margin: 0; padding: 0; font-size: 12px; font-style: italic; } /*подписка на новости*/ .subs { display: flex; height: auto; border-top: 1px dashed #E5E5E5; border-bottom: 1px dashed #E5E5E5; } .subs > p { margin: 0; flex: 8; font-size: 10px; font-style: italic; padding: 10px 24px 10px 66px; line-height: 1.5; position: relative; } .subs > p:before { content: ""; display: block; position: absolute; top: 5px; left: 20px; width: 40px; height: 30px; background: url(../form/SXh5VsCyzmw.jpg) no-repeat; } .subs > input[type="text"] { width: 230px; display: flex; align-items: center; height: 20px; margin-top: 10px; } .subs > input[type="button"] { margin-top: 10px; margin-left: 10px; padding: 3px 10px; border: 1px solid rgba(0,0,0,.1); border-radius: 4px; background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1); height: 23px; font-weight: bold; }
0.204263
0.046551
body { overflow-x: hidden; font-family: "Lato-light","Helvetica Neue",Helvetica,Arial,sans-serif; line-height: 1.5; } p { font-size: 16px; } a, a:hover, a:focus, a:active, a.active { outline: 0; } a { color: #337ab7; } a:hover, a:focus, a:active, a.active { color: #5d568c; text-decoration: none; } h1{ font-family: "Lato-bold","Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 800; font-size:3.8em; } h2, h3{ font-family: "Lato-medium","Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 400; margin-top: 9px; } h3{ font-family: "Lato-light","Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 300; } h4, h5, h6 { font-family: "Lato-light","Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 400; } .full-width { width:100%; } section { padding: 6% 8%; } section#download{ padding-top:0%; } section#intro{ padding:16% 10%; } section#help-intro{ padding:10% 10% 4% 10%; } .row { margin-left: 0px; margin-right: 0px; } .tutorial-odd-pane a{ color: #ffffff; text-decoration: underline; } #download, .tutorial-odd-pane{ background-color: #5D568C; color: #ffffff; } #download, .tutorial-even-pane{ background-color: #ffffff; } .center-align { text-align: center; overflow: hidden; } .logo { width:300px; padding-bottom: 25px; } .nav-logo { width: 16%; padding: 2%; position:absolute; } .navbar-default { background-color: #ffffff66; border: none; /* min-height: 80px; */} section#howto img{ padding-top: 4%; max-width: min(300px, 50%); } section#howto a{ color: #ffffff; text-decoration: underline; } section#howto img{ padding-top: 4%; } section#howto h2{ margin: 10% 0% 0% 0%; } section#howto p{ margin: 1% 0% 10% 0%; } .fullwidth{ width:100%; } .btn-primary { color: #5D568C; background-color: #ffffff; border-color: #5D568C; padding: 12px 18px; font-size: 16px; } .btn-small { color: #5D568C; background-color: #ffffff; border-color: #5D568C; height: 32px; padding: 4px; } .btn { font-weight: 400; } .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary { color: #fff; background-color: #7F79A7; border-color: #fff; } input{ outline: 1px solid #5D568C; height: 32px; border-radius: 2px; border: none; border-width: 0; box-shadow: none; padding:10px; } .desktop { display: inline-block; height: 37px; display: block; } .desktop img { height: 100%; margin: 5%; } #footer{ background-color:#eae9f0; } #footer img{ width: 4%; margin: 1%; } section#full_access_web img{ width: 50%; } /* Media queries */ @media screen and (max-width: 420px) { section#problem1, section#problem3 { padding-bottom: 0px; padding-top: 16%; text-align: center; } section#problem3 h2{ margin: 0 0 0 0; } section#problem2 { padding-top: 0px; padding-bottom: 14%; text-align: center; } .h2, h2{ font-size: 28px; } .desktop{ display:none; } section#problem1 h2, section#problem2 h2{ margin: 8% 0 0 0; } .nav-logo { width: 24%; padding: 2%; position:absolute; } section#full_access_web img{ width: 100%; } #footer img{ width: 8%; margin: 1%; } } /* Disc Preview Messaging Bubble */ .message-bubble { border-radius: 15px; background-color: rgba(229, 229, 234, 1); width: 200px; box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2), 0 6px 40px 0 rgba(0, 0, 0, 0.19); } .message-bubble-artwork { border-radius: 15px 15px 0px 0px; height: 200px; width: 200px; } .message-bubble-info { width: 200px; } .message-bubble-info-title { font: 540 13px 'Open Sans', sans-serif; margin-top: 10px; margin-bottom: 5px; margin-left: 10px; margin-right: 10px; color: rgba(35, 35, 35, 1); text-align: left; } .message-bubble-info-subtitle { font: 400 12px 'Open Sans', sans-serif; margin-top: 0px; margin-left: 10px; margin-bottom: 10px; margin-right: 10px; color: rgba(125, 125, 125, 1); text-align: left; } .message-bubble-info-spacer { height: 1px; width: 5px; } #branding h1, #branding h1 a:link, #branding h1 a:visited {color: #5d488a;} a { color: #5d488a; } #header {background: white; color: #5d488a;} #header a:link, #header a:visited {color: #5d488a;} .tutorial-even-pane{ padding-bottom: 0px; padding-top: 4%; background-color: whitesmoke; } .tutorial-odd-pane img, .tutorial-even-pane img{ width: 100%; max-width: 450px; border-radius: 8px; } .tutorial-odd-pane h2, .tutorial-even-pane h2{ margin: 30% 0 0 0; } .tutorial-odd-pane { padding-top: 0px; padding-bottom: 4%; } .tutorial-even-pane article, .tutorial-odd-pane article { text-align: center; display: flex; align-items: center; }
static/css/custom.css
body { overflow-x: hidden; font-family: "Lato-light","Helvetica Neue",Helvetica,Arial,sans-serif; line-height: 1.5; } p { font-size: 16px; } a, a:hover, a:focus, a:active, a.active { outline: 0; } a { color: #337ab7; } a:hover, a:focus, a:active, a.active { color: #5d568c; text-decoration: none; } h1{ font-family: "Lato-bold","Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 800; font-size:3.8em; } h2, h3{ font-family: "Lato-medium","Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 400; margin-top: 9px; } h3{ font-family: "Lato-light","Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 300; } h4, h5, h6 { font-family: "Lato-light","Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 400; } .full-width { width:100%; } section { padding: 6% 8%; } section#download{ padding-top:0%; } section#intro{ padding:16% 10%; } section#help-intro{ padding:10% 10% 4% 10%; } .row { margin-left: 0px; margin-right: 0px; } .tutorial-odd-pane a{ color: #ffffff; text-decoration: underline; } #download, .tutorial-odd-pane{ background-color: #5D568C; color: #ffffff; } #download, .tutorial-even-pane{ background-color: #ffffff; } .center-align { text-align: center; overflow: hidden; } .logo { width:300px; padding-bottom: 25px; } .nav-logo { width: 16%; padding: 2%; position:absolute; } .navbar-default { background-color: #ffffff66; border: none; /* min-height: 80px; */} section#howto img{ padding-top: 4%; max-width: min(300px, 50%); } section#howto a{ color: #ffffff; text-decoration: underline; } section#howto img{ padding-top: 4%; } section#howto h2{ margin: 10% 0% 0% 0%; } section#howto p{ margin: 1% 0% 10% 0%; } .fullwidth{ width:100%; } .btn-primary { color: #5D568C; background-color: #ffffff; border-color: #5D568C; padding: 12px 18px; font-size: 16px; } .btn-small { color: #5D568C; background-color: #ffffff; border-color: #5D568C; height: 32px; padding: 4px; } .btn { font-weight: 400; } .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary { color: #fff; background-color: #7F79A7; border-color: #fff; } input{ outline: 1px solid #5D568C; height: 32px; border-radius: 2px; border: none; border-width: 0; box-shadow: none; padding:10px; } .desktop { display: inline-block; height: 37px; display: block; } .desktop img { height: 100%; margin: 5%; } #footer{ background-color:#eae9f0; } #footer img{ width: 4%; margin: 1%; } section#full_access_web img{ width: 50%; } /* Media queries */ @media screen and (max-width: 420px) { section#problem1, section#problem3 { padding-bottom: 0px; padding-top: 16%; text-align: center; } section#problem3 h2{ margin: 0 0 0 0; } section#problem2 { padding-top: 0px; padding-bottom: 14%; text-align: center; } .h2, h2{ font-size: 28px; } .desktop{ display:none; } section#problem1 h2, section#problem2 h2{ margin: 8% 0 0 0; } .nav-logo { width: 24%; padding: 2%; position:absolute; } section#full_access_web img{ width: 100%; } #footer img{ width: 8%; margin: 1%; } } /* Disc Preview Messaging Bubble */ .message-bubble { border-radius: 15px; background-color: rgba(229, 229, 234, 1); width: 200px; box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2), 0 6px 40px 0 rgba(0, 0, 0, 0.19); } .message-bubble-artwork { border-radius: 15px 15px 0px 0px; height: 200px; width: 200px; } .message-bubble-info { width: 200px; } .message-bubble-info-title { font: 540 13px 'Open Sans', sans-serif; margin-top: 10px; margin-bottom: 5px; margin-left: 10px; margin-right: 10px; color: rgba(35, 35, 35, 1); text-align: left; } .message-bubble-info-subtitle { font: 400 12px 'Open Sans', sans-serif; margin-top: 0px; margin-left: 10px; margin-bottom: 10px; margin-right: 10px; color: rgba(125, 125, 125, 1); text-align: left; } .message-bubble-info-spacer { height: 1px; width: 5px; } #branding h1, #branding h1 a:link, #branding h1 a:visited {color: #5d488a;} a { color: #5d488a; } #header {background: white; color: #5d488a;} #header a:link, #header a:visited {color: #5d488a;} .tutorial-even-pane{ padding-bottom: 0px; padding-top: 4%; background-color: whitesmoke; } .tutorial-odd-pane img, .tutorial-even-pane img{ width: 100%; max-width: 450px; border-radius: 8px; } .tutorial-odd-pane h2, .tutorial-even-pane h2{ margin: 30% 0 0 0; } .tutorial-odd-pane { padding-top: 0px; padding-bottom: 4%; } .tutorial-even-pane article, .tutorial-odd-pane article { text-align: center; display: flex; align-items: center; }
0.496582
0.143788
* {box-sizing: border-box;} body{background: url("./img/yustinus-tjiuwanda-BCBGahg0MH0-unsplash.jpg"); background-size: cover; } /************************* registar*/ * { margin: 0px;} .outterContainer { display: grid; grid-template-columns: 50%; justify-content: center; align-items: center; width: 40%; /* height: 100%; */ font-size: larger; text-align: center; margin: 10% 30%; background: rgba(255, 255, 255, 0.768); border-radius: 12px; box-shadow: 0px 10px 13px -7px #000000, 0px 1px 22px 10px #9b9a9a; } input { margin-bottom: 20px; font-size: 25px; text-align: center; border-radius: 5px; z-index: 1; } .f-w { width: 100% } .t-nav { display: flex; justify-content: space-between; font-size: 20px; font-weight: bold; width: 100%;height: 50px; color: #fff; position: fixed; top: 0; left: 0; padding-top: 12px; z-index: 3; background-color: #525; } .t-nav img{padding-top:-10%; } .input-info{position: relative;} .fa {font-size: 25px; position: absolute; color: #383E56; /* left: 41%; linkedin + github */ z-index: 2; } .t-nav div { padding-right: 20px; } .t-nav a { margin-right: 30px; padding:10px; } a{text-decoration: none;} a:visited { color: #fff; } nav a:hover { background:#6f4c5b7e; border-radius: 8px; } .logo { width: 60px; height: 60px; float: left; margin-top:-1%; } .logo:hover{box-shadow: 2px 2px 20px 2px #fff;border-radius: 30px;} .reg-btn { font-family: inherit; font-size: 13px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; color: #541212; background-color: #f9d9d9; border-style: solid; border-width: 2px 2px 2px 2px; border-color: rgba(79, 17, 17, 0.333); border-radius: 40px 40px 40px 40px; padding: 16px 24px 16px 28px; transition: 0.2s; box-shadow: -2px -2px 8px 1px #442020, 2px 2px 8px 1px rgba(60, 27, 24, 0.48); margin: 8px 0 ; } .reg-btn:hover { color: #541212; background-color: #f9d9d9; box-shadow: -4px -4px 16px 1px #442020, 4px 4px 6px 1px rgba(60, 27, 24, 0.48); } .reg-btn:active { box-shadow: none; } .innerContainer span a {color:#000; z-index: index 4;top:30% } .footer { height: 60px; width: 100%; top:100%; margin-bottom: 0; background-color: #525; color: white; font-family: 'Raleway', sans-serif; left:10px; display: flex; } .pf {padding-left: 20px; padding-top: 15px;} .ota {padding:15px 45% 0 0} @media (max-width:428px){ body{background-repeat: no-repeat; font-size: small;} .outterContainer{margin-top: 30%; width:80%; margin-left:8%;} input{width:98%; font-size: 18px;} .fa{display:none} .link {display: flex; flex-direction: row; font-size: 15px; padding-left: 20px;} .logo{margin-top:-10px;} } /****************************************************** about*/ .about-cont{ margin-top: 6%;} .about-cont h1{ color:#525; font-weight: bolder; text-shadow: #fff 1px 0 10px; font-size: 50px; text-align: center; animation-name: ota; animation-duration: 4s; animation-iteration-count: infinite; cursor: zoom-in;} @keyframes ota { from{ text-shadow: #fff 10px 0 10px; } to { text-shadow: #525 10px 0 10px; } } .info-box { display: grid; grid-template-columns:20% 50%; align-items: center; width: 40%; font-size: large; text-align: center; margin: 25px 30%; background: rgba(255, 255, 255, 0.644); /* border: #000 solid 2px; */ border-radius: 12px; box-shadow: 0px 10px 13px -7px #000000, 0px 1px 22px 10px #9b9a9a; } .about-cont { width: 100%; } .team-pic { width: 100%; border-radius: 12px; padding:5px 3px 1px; margin-right: 600px; } .min-hei {height: 10%;} .aya:hover{ background-color:#ff6b6b7e;} .obada:hover{ background-color:#fdcb6f7d;} .tamara:hover{ background-color:#98d6e579;} .fa{font-size: 25px;} /*******************************************************/
project/pro.css
* {box-sizing: border-box;} body{background: url("./img/yustinus-tjiuwanda-BCBGahg0MH0-unsplash.jpg"); background-size: cover; } /************************* registar*/ * { margin: 0px;} .outterContainer { display: grid; grid-template-columns: 50%; justify-content: center; align-items: center; width: 40%; /* height: 100%; */ font-size: larger; text-align: center; margin: 10% 30%; background: rgba(255, 255, 255, 0.768); border-radius: 12px; box-shadow: 0px 10px 13px -7px #000000, 0px 1px 22px 10px #9b9a9a; } input { margin-bottom: 20px; font-size: 25px; text-align: center; border-radius: 5px; z-index: 1; } .f-w { width: 100% } .t-nav { display: flex; justify-content: space-between; font-size: 20px; font-weight: bold; width: 100%;height: 50px; color: #fff; position: fixed; top: 0; left: 0; padding-top: 12px; z-index: 3; background-color: #525; } .t-nav img{padding-top:-10%; } .input-info{position: relative;} .fa {font-size: 25px; position: absolute; color: #383E56; /* left: 41%; linkedin + github */ z-index: 2; } .t-nav div { padding-right: 20px; } .t-nav a { margin-right: 30px; padding:10px; } a{text-decoration: none;} a:visited { color: #fff; } nav a:hover { background:#6f4c5b7e; border-radius: 8px; } .logo { width: 60px; height: 60px; float: left; margin-top:-1%; } .logo:hover{box-shadow: 2px 2px 20px 2px #fff;border-radius: 30px;} .reg-btn { font-family: inherit; font-size: 13px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; color: #541212; background-color: #f9d9d9; border-style: solid; border-width: 2px 2px 2px 2px; border-color: rgba(79, 17, 17, 0.333); border-radius: 40px 40px 40px 40px; padding: 16px 24px 16px 28px; transition: 0.2s; box-shadow: -2px -2px 8px 1px #442020, 2px 2px 8px 1px rgba(60, 27, 24, 0.48); margin: 8px 0 ; } .reg-btn:hover { color: #541212; background-color: #f9d9d9; box-shadow: -4px -4px 16px 1px #442020, 4px 4px 6px 1px rgba(60, 27, 24, 0.48); } .reg-btn:active { box-shadow: none; } .innerContainer span a {color:#000; z-index: index 4;top:30% } .footer { height: 60px; width: 100%; top:100%; margin-bottom: 0; background-color: #525; color: white; font-family: 'Raleway', sans-serif; left:10px; display: flex; } .pf {padding-left: 20px; padding-top: 15px;} .ota {padding:15px 45% 0 0} @media (max-width:428px){ body{background-repeat: no-repeat; font-size: small;} .outterContainer{margin-top: 30%; width:80%; margin-left:8%;} input{width:98%; font-size: 18px;} .fa{display:none} .link {display: flex; flex-direction: row; font-size: 15px; padding-left: 20px;} .logo{margin-top:-10px;} } /****************************************************** about*/ .about-cont{ margin-top: 6%;} .about-cont h1{ color:#525; font-weight: bolder; text-shadow: #fff 1px 0 10px; font-size: 50px; text-align: center; animation-name: ota; animation-duration: 4s; animation-iteration-count: infinite; cursor: zoom-in;} @keyframes ota { from{ text-shadow: #fff 10px 0 10px; } to { text-shadow: #525 10px 0 10px; } } .info-box { display: grid; grid-template-columns:20% 50%; align-items: center; width: 40%; font-size: large; text-align: center; margin: 25px 30%; background: rgba(255, 255, 255, 0.644); /* border: #000 solid 2px; */ border-radius: 12px; box-shadow: 0px 10px 13px -7px #000000, 0px 1px 22px 10px #9b9a9a; } .about-cont { width: 100%; } .team-pic { width: 100%; border-radius: 12px; padding:5px 3px 1px; margin-right: 600px; } .min-hei {height: 10%;} .aya:hover{ background-color:#ff6b6b7e;} .obada:hover{ background-color:#fdcb6f7d;} .tamara:hover{ background-color:#98d6e579;} .fa{font-size: 25px;} /*******************************************************/
0.351534
0.145905
.wrapper { height: 100%; display: grid; grid-gap: 3px; grid-template-columns: repeat(5, 1fr); grid-template-areas: " header header header header header" " menu content content content ." " menu content content content ." " menu content content content ." " menu content content content ." " footer footer footer footer footer"; } .header { display: flex; grid-area: header; } .menu { grid-area: menu; } .content { display: grid; grid-gap: 5px; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); grid-area: content; } .content > div { grid-column: span 2; } .card { grid-column: span 2; grid-row: span 2; } .footer { grid-area: footer; grid-column: 1/12; } .items{ display: flex; } /**Salesforce page grid settings starts**/ .salesforce-wrapper { height: 100%; display: grid; grid-gap: 3px; grid-template-columns: 20% auto 20% 20%; grid-template-areas: " header header header header " " menu content content content " " menu content content content " " menu content content content " " menu content content content " " footer footer footer footer "; } /* .info-header { display: flex; flex-wrap:wrap; grid-area: header; grid-column: 1/-1; } */ .sf-menu { grid-area: menu; } .info-content { display: grid; grid-gap: 5px; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); grid-area: content; } .info-footer { display: grid; grid-area: footer; grid-column: 1/-1; } /**Salesforce page grid settings ends**/ /**VIdeos pages grid starts**/ .video-wrapper { height: 100%; display: grid; grid-gap: 3px; grid-template-columns: 100px auto auto 100px; grid-template-rows: 100px auto 100px; grid-template-areas: " header header header header " " . content content content " " footer footer footer footer "; } .video-header { display: flex; flex-wrap:wrap; grid-area: header; grid-column: 1/-1; } .video-content { display: grid; grid-gap: 5px; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); grid-area: content; grid-gap: 10px; } /**VIdeos pages grid ends**/ /**Salesforce article page grid starts**/ .article-wrapper { height: 100%; display: grid; grid-gap: 3px; grid-template-columns: 100px auto auto 100px; grid-template-rows: 100px auto 100px; grid-template-areas: " header header header header " " content content content content " " footer footer footer footer "; } .video-header { display: flex; flex-wrap:wrap; grid-area: header; grid-column: 1/-1; } .article-content { display: grid; grid-gap: 5px; grid-template-columns: 40% 30% 30%; grid-area: content; grid-column: 2 / 4; grid-gap: 10px; /**Salesforce article pages grid ends**/
public/css/grid.css
.wrapper { height: 100%; display: grid; grid-gap: 3px; grid-template-columns: repeat(5, 1fr); grid-template-areas: " header header header header header" " menu content content content ." " menu content content content ." " menu content content content ." " menu content content content ." " footer footer footer footer footer"; } .header { display: flex; grid-area: header; } .menu { grid-area: menu; } .content { display: grid; grid-gap: 5px; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); grid-area: content; } .content > div { grid-column: span 2; } .card { grid-column: span 2; grid-row: span 2; } .footer { grid-area: footer; grid-column: 1/12; } .items{ display: flex; } /**Salesforce page grid settings starts**/ .salesforce-wrapper { height: 100%; display: grid; grid-gap: 3px; grid-template-columns: 20% auto 20% 20%; grid-template-areas: " header header header header " " menu content content content " " menu content content content " " menu content content content " " menu content content content " " footer footer footer footer "; } /* .info-header { display: flex; flex-wrap:wrap; grid-area: header; grid-column: 1/-1; } */ .sf-menu { grid-area: menu; } .info-content { display: grid; grid-gap: 5px; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); grid-area: content; } .info-footer { display: grid; grid-area: footer; grid-column: 1/-1; } /**Salesforce page grid settings ends**/ /**VIdeos pages grid starts**/ .video-wrapper { height: 100%; display: grid; grid-gap: 3px; grid-template-columns: 100px auto auto 100px; grid-template-rows: 100px auto 100px; grid-template-areas: " header header header header " " . content content content " " footer footer footer footer "; } .video-header { display: flex; flex-wrap:wrap; grid-area: header; grid-column: 1/-1; } .video-content { display: grid; grid-gap: 5px; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); grid-area: content; grid-gap: 10px; } /**VIdeos pages grid ends**/ /**Salesforce article page grid starts**/ .article-wrapper { height: 100%; display: grid; grid-gap: 3px; grid-template-columns: 100px auto auto 100px; grid-template-rows: 100px auto 100px; grid-template-areas: " header header header header " " content content content content " " footer footer footer footer "; } .video-header { display: flex; flex-wrap:wrap; grid-area: header; grid-column: 1/-1; } .article-content { display: grid; grid-gap: 5px; grid-template-columns: 40% 30% 30%; grid-area: content; grid-column: 2 / 4; grid-gap: 10px; /**Salesforce article pages grid ends**/
0.413832
0.154727
@font-face{ font-family: 'Always'; src: url("../fonts/Always-In-My-Heart.ttf") format('truetype') } @font-face{ font-family: 'Beanpole'; src: url("../fonts/BEANPOLE.ttf") format('truetype') } @font-face{ font-family: 'Lobster'; src: url("../fonts/Lobster-1.4.otf") format("opentype") } @font-face{ font-family: 'AvenirBlack'; src: url("../fonts/AvenirBlack.otf") format("opentype") } @font-face{ font-family: 'AvenirMedium'; src: url("../fonts/AvenirMedium.otf") format("opentype") } @font-face{ font-family: 'AvenirRoman'; src: url("../fonts/AvenirRoman.otf") format("opentype") } .fc-button-prev { background-image: url('../img/generic/left.png'); display:block; width:67px; height:52px; } .fc-button-next { background-image: url('../img/generic/right.png'); width:67px; height:52px; } .fc-state-default { background-color: #FFFFFF; background-repeat: no-repeat; border-color: #FFFFFF; box-shadow: none; color: #FFFFFF; text-shadow: none; } .fc-header .fc-state-hover{ z-index: 0; } .fc-state-hover { background-position: 0 0; color: #333333; text-decoration: none; transition: background-position 0.1s linear 0s; } .fc-header-title { font-family: Beanpole; font-size: 25px; } .fc-view-month { font-family: AvenirRoman; } .show-content .fc-header-center { vertical-align: bottom; } .show-content thead{ height: 60px; } .show-content .fc-first th, .show-content .fc-last th { vertical-align: middle; border-bottom: 2px solid #000000; border-left: 2px solid #000000; } .fc-day-header { color: #FFFFFF; background-color: #6495ED; } .fc-grid .fc-day-number{ float: left; padding-left: 5px; } .fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td{ border-bottom-width: 2px; border-left-width: 2px; } .show-content .fc-border-separate { border: 2px solid #000000; } table.fc-border-separate{ border-collapse: collapse; } .fc-border-separate tbody tr.fc-first td, .fc-border-separate tbody tr.fc-first th { border: 2px solid; } .fc-border-separate th, .fc-border-separate td { border-width: 2px 0 0 2px; border-color: #000000; }
public/css/fullcalendarfix.css
@font-face{ font-family: 'Always'; src: url("../fonts/Always-In-My-Heart.ttf") format('truetype') } @font-face{ font-family: 'Beanpole'; src: url("../fonts/BEANPOLE.ttf") format('truetype') } @font-face{ font-family: 'Lobster'; src: url("../fonts/Lobster-1.4.otf") format("opentype") } @font-face{ font-family: 'AvenirBlack'; src: url("../fonts/AvenirBlack.otf") format("opentype") } @font-face{ font-family: 'AvenirMedium'; src: url("../fonts/AvenirMedium.otf") format("opentype") } @font-face{ font-family: 'AvenirRoman'; src: url("../fonts/AvenirRoman.otf") format("opentype") } .fc-button-prev { background-image: url('../img/generic/left.png'); display:block; width:67px; height:52px; } .fc-button-next { background-image: url('../img/generic/right.png'); width:67px; height:52px; } .fc-state-default { background-color: #FFFFFF; background-repeat: no-repeat; border-color: #FFFFFF; box-shadow: none; color: #FFFFFF; text-shadow: none; } .fc-header .fc-state-hover{ z-index: 0; } .fc-state-hover { background-position: 0 0; color: #333333; text-decoration: none; transition: background-position 0.1s linear 0s; } .fc-header-title { font-family: Beanpole; font-size: 25px; } .fc-view-month { font-family: AvenirRoman; } .show-content .fc-header-center { vertical-align: bottom; } .show-content thead{ height: 60px; } .show-content .fc-first th, .show-content .fc-last th { vertical-align: middle; border-bottom: 2px solid #000000; border-left: 2px solid #000000; } .fc-day-header { color: #FFFFFF; background-color: #6495ED; } .fc-grid .fc-day-number{ float: left; padding-left: 5px; } .fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td{ border-bottom-width: 2px; border-left-width: 2px; } .show-content .fc-border-separate { border: 2px solid #000000; } table.fc-border-separate{ border-collapse: collapse; } .fc-border-separate tbody tr.fc-first td, .fc-border-separate tbody tr.fc-first th { border: 2px solid; } .fc-border-separate th, .fc-border-separate td { border-width: 2px 0 0 2px; border-color: #000000; }
0.415373
0.090776
.card-image { width:300px; height:225px; } /* link color: #0000ee */ * { margin: 0; padding: 0; box-sizing: border-box; } html { box-sizing: inherit; font-size: 62.5%; text-rendering: optimizeLegibility; font-family: 'Open Sans', sans-serif; overflow-x: hidden; } h1 { font-family: 'Fira Mono', monospace; font-weight: 400; font-size: 3.2rem; } /* ----------HEADER---------- */ /* linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), */ header { /* background-image: url(img/header-1.jpg); */ height: 50vh; width: 100vw; background-position: bottom center; background-size: cover; } /* #header-title { font-family: 'Fira Mono', monospace; font-weight: 400; font-size: 3.3rem; text-align: center; position: absolute; width: 1140px; color:#fff; top: 25%; left: 50%; transform: translate(-75%,0%); } */ /* ----------MAIN NAV BAR---------- */ #nav-container { display: flex; font-family: 'Fira Mono', monospace; font-size: 1.5rem; } .main-nav { background: rgb(233, 230, 230); top: 0; width: 100%; transition: all 0.5s; position: relative; z-index: 1; } .nav-bar { display: flex; list-style: none; font-weight: 400; color: #000; margin-top: 15px; padding-bottom: 10px; } .nav-option { flex: 1; text-align: center; display: flex; justify-content: center; align-items: center; } .fixed-nav .main-nav { position: fixed; box-shadow: 0 5px rgba(0,0,0,0.1); /*this wors but as soon as we scroll past the nav bar the content jumps up, this happens because as soon as the nav bar becomes fixed it no longer takes up space in the document(floats on top of browser) causing a reflow on the page.*/ /*need to offset that jump*/ } /* ----------SECTION 1 INTRO---------- */ #intro-section h1 { text-align: center; margin-top: 50px; font-weight: 400; } #intro-section h3 { font-size: 1.8rem; font-weight: 400; text-align: left; margin: 4rem 10rem 8rem 10rem; } /* ----------SECTION 2 PREVIEW GALLERY---------- */ #preview-gallery { background-color: beige; padding-bottom: 3rem; /* margin-bottom: 10rem; */ } .preview-gallery-header { font-family: 'Fira Mono', monospace; font-weight: 400; font-size: 2.5rem; padding-top: 3rem; text-align: center; } .preview-gallery-header-small { font-family: 'Fira Mono', monospace; font-weight: 400; font-size: 1.75rem; padding-top: 3rem; text-align: center; } .preview-gallery-header a, .preview-gallery-header a:active, .preview-gallery-header a:visited { text-decoration: none; color: black; } .preview-gallery-header-small a, .preview-gallery-header-small a:active, .preview-gallery-header-small a:visited { color: #0000ee; } .flex-container { display: flex; width: 80%; padding-top: 3rem; margin-left: 10%; justify-content: center; } .flex-container2 { display: grid; grid-template-areas: "pic4 pic5"; margin-top: 1.8rem; } .gallery-img { height: 25rem; width: 30rem; overflow: hidden; position: relative; margin-right: 1.8rem; } .gallery-img:hover { transition: transform .4s; transform: scale(1.1); } /* translateZ(0) perspective(1px)*/ .gallery-img img { height: 100%; width: 100%; } .preview-img-text{ text-decoration: none; } .gallery-img .preview-img-text { position: absolute; bottom: 0; background: rgba(0, 0, 0, 0.5); /* Black see-through */ width: 100%; transition: .5s ease-out; opacity:0; color: white; font-size: 1.5rem; padding: 2rem; text-align: center; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; /* -webkit-font-smoothing: subpixel-antialiased; */ -webkit-filter: blur(.0px); } .gallery-img:hover .preview-img-text { font-family: 'Open Sans', sans-serif; opacity: 1; } #pic4 { grid-area: pic4; justify-self: end; } #pic5 {grid-area: pic5;} /* ----------footer---------- */ #footer-container { display: flex; background: rgb(233, 230, 230); font-family: 'Fira Mono', monospace; padding-top: 3rem; } .footer1 { display: flex; list-style: none; font-size: 1.2rem; font-weight: 400; color: #000; padding-bottom: 2rem; } .footer-list-items { display: flex; flex: 1; text-align: center; justify-content: center; align-items: center; padding-bottom: .5rem; margin-left: 5rem; } .footer-list-items a{ text-decoration: none; color: black; } .footer_item_1 { flex: .5; } #copy-right { display: flex; float: right; font-size: 1.1rem; text-align: right; margin-left: 70rem; }
src/app/static/css/style.css
.card-image { width:300px; height:225px; } /* link color: #0000ee */ * { margin: 0; padding: 0; box-sizing: border-box; } html { box-sizing: inherit; font-size: 62.5%; text-rendering: optimizeLegibility; font-family: 'Open Sans', sans-serif; overflow-x: hidden; } h1 { font-family: 'Fira Mono', monospace; font-weight: 400; font-size: 3.2rem; } /* ----------HEADER---------- */ /* linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), */ header { /* background-image: url(img/header-1.jpg); */ height: 50vh; width: 100vw; background-position: bottom center; background-size: cover; } /* #header-title { font-family: 'Fira Mono', monospace; font-weight: 400; font-size: 3.3rem; text-align: center; position: absolute; width: 1140px; color:#fff; top: 25%; left: 50%; transform: translate(-75%,0%); } */ /* ----------MAIN NAV BAR---------- */ #nav-container { display: flex; font-family: 'Fira Mono', monospace; font-size: 1.5rem; } .main-nav { background: rgb(233, 230, 230); top: 0; width: 100%; transition: all 0.5s; position: relative; z-index: 1; } .nav-bar { display: flex; list-style: none; font-weight: 400; color: #000; margin-top: 15px; padding-bottom: 10px; } .nav-option { flex: 1; text-align: center; display: flex; justify-content: center; align-items: center; } .fixed-nav .main-nav { position: fixed; box-shadow: 0 5px rgba(0,0,0,0.1); /*this wors but as soon as we scroll past the nav bar the content jumps up, this happens because as soon as the nav bar becomes fixed it no longer takes up space in the document(floats on top of browser) causing a reflow on the page.*/ /*need to offset that jump*/ } /* ----------SECTION 1 INTRO---------- */ #intro-section h1 { text-align: center; margin-top: 50px; font-weight: 400; } #intro-section h3 { font-size: 1.8rem; font-weight: 400; text-align: left; margin: 4rem 10rem 8rem 10rem; } /* ----------SECTION 2 PREVIEW GALLERY---------- */ #preview-gallery { background-color: beige; padding-bottom: 3rem; /* margin-bottom: 10rem; */ } .preview-gallery-header { font-family: 'Fira Mono', monospace; font-weight: 400; font-size: 2.5rem; padding-top: 3rem; text-align: center; } .preview-gallery-header-small { font-family: 'Fira Mono', monospace; font-weight: 400; font-size: 1.75rem; padding-top: 3rem; text-align: center; } .preview-gallery-header a, .preview-gallery-header a:active, .preview-gallery-header a:visited { text-decoration: none; color: black; } .preview-gallery-header-small a, .preview-gallery-header-small a:active, .preview-gallery-header-small a:visited { color: #0000ee; } .flex-container { display: flex; width: 80%; padding-top: 3rem; margin-left: 10%; justify-content: center; } .flex-container2 { display: grid; grid-template-areas: "pic4 pic5"; margin-top: 1.8rem; } .gallery-img { height: 25rem; width: 30rem; overflow: hidden; position: relative; margin-right: 1.8rem; } .gallery-img:hover { transition: transform .4s; transform: scale(1.1); } /* translateZ(0) perspective(1px)*/ .gallery-img img { height: 100%; width: 100%; } .preview-img-text{ text-decoration: none; } .gallery-img .preview-img-text { position: absolute; bottom: 0; background: rgba(0, 0, 0, 0.5); /* Black see-through */ width: 100%; transition: .5s ease-out; opacity:0; color: white; font-size: 1.5rem; padding: 2rem; text-align: center; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; /* -webkit-font-smoothing: subpixel-antialiased; */ -webkit-filter: blur(.0px); } .gallery-img:hover .preview-img-text { font-family: 'Open Sans', sans-serif; opacity: 1; } #pic4 { grid-area: pic4; justify-self: end; } #pic5 {grid-area: pic5;} /* ----------footer---------- */ #footer-container { display: flex; background: rgb(233, 230, 230); font-family: 'Fira Mono', monospace; padding-top: 3rem; } .footer1 { display: flex; list-style: none; font-size: 1.2rem; font-weight: 400; color: #000; padding-bottom: 2rem; } .footer-list-items { display: flex; flex: 1; text-align: center; justify-content: center; align-items: center; padding-bottom: .5rem; margin-left: 5rem; } .footer-list-items a{ text-decoration: none; color: black; } .footer_item_1 { flex: .5; } #copy-right { display: flex; float: right; font-size: 1.1rem; text-align: right; margin-left: 70rem; }
0.39257
0.083553
img { max-width: 100%; } .index-row1 { background-image: none; } @media (min-width: 1200px) { .index-row1 { background-image: url(../images/fondo-row1.png); background-position: right top; background-repeat: no-repeat; background-size: auto 100%; } } .index-row2 { background-image: none; } @media (min-width: 1200px) { .index-row2 { background-image: url(../images/fondo-row2.png); background-position: left top; background-repeat: no-repeat; background-size: 7em 100%; } } .btn-outline-info:hover { background-color: #43b1b4; border-color: #43b1b4; } .color-pag { color: #43b1b4; } a { color: #212529; } a:hover { color: black; } .color-pag:hover { color: #43b1b4; } .lista-historias { display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 1.5rem; } @media (min-width: 768px) { .lista-historias { grid-template-columns: repeat(2, 1fr); } } .lista-usuarios { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 1.5rem; } .lista-lecturas { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 1.5rem; } .historia { margin: 0; } .contenedor-lista { margin: 1em; } .font-pequeña { font-size: 0.9rem; margin-bottom: 0; } .contenido-historia a { font-size: 0.75em; } div .historia-titulo { font-size: 0.8em; } .contenido-historia p { font-size: 0.75em; } .contenido-historia span { font-size: 0.75em; } .categoria-titulo { font-size: 1rem; } @media (min-width: 992px) { .contenido-historia a { font-size: 0.9rem; } div .historia-titulo { font-size: 1rem; } .contenido-historia p { font-size: 0.9rem; } .contenido-historia span { font-size: 0.9rem; } .categoria-titulo { font-size: 20px; } } .numero-historias { font-size: 0.75rem; font-weight: bold; } @media (min-width: 1200px) { .numero-historias { font-size: 0.95rem; } } .logo-user { border-radius: 200px 200px 200px 200px; } /** nuevo **/ .login-row1 { background-image: url(../images/fondo-row1.png); background-position: right top; background-repeat: no-repeat; background-size: auto 100%; } .login-row2 { background-image: url(../images/fondo-row2.png); background-position: right top; background-repeat: no-repeat; background-size: auto 100%; } .icon { color: rgba(0, 0, 0, .5); } .carousel-control-next-icon { background-image: url("https://image.flaticon.com/icons/svg/25/25638.svg"); } .carousel-control-prev-icon { background-image: url("https://image.flaticon.com/icons/svg/25/25322.svg"); } .font-media { font-size: 1.35rem; } .no-resize { resize: none; } .no-border { border: none; } .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { border-color: #43B1B4; font-weight: 500; } .nav-tabs .nav-link { border: none; border-bottom: 5px solid transparent; } .profile { background-color: #DFD8B9; height: 22em; } .font-profile { margin-top: 8px; font-weight: 700; font-size: 25px; text-shadow: 0 0 10px rgba(0, 0, 0, .5); color: #ffffff; } .color-white { color: #ffffff; font-weight: 600; } .btn-icon { background-color: initial; border: none; } .btn-hover:hover>i { font-weight: bold; } .sobre-posicion { position: absolute; height: 84px; width: 84px; top: 60px; left: 50%; margin-left: -42px; } .nav-hover:hover { border: 0; } .card-hover { transition: all .2s ease; } .card-hover:hover { transform: scale(1.025); border: 1px solid #6c757d; box-shadow: none; } .acercade_form input:focus +.form_hint{ display: inline; } .acercade_form input:required:valid+ .form_hint{ background: #28912f; } .acercade_form input:required:valid+ .form_hint::before{ color: #28921f; } button.submit{ background: #68b12f; border: 1px solid #509111; border-radius: 5px; -moz-border-radius:5px; box-shadow: inset 0 1px 00 #9fd574; color: white; padding: 6px 20px; text-align: center; text-shadow:0 -1px 0 #396715; } button.submit:active{ border: 1px solid #209111a; box-shadow: 0 0 10px 5px 0 inset; }
public/css/app2.css
img { max-width: 100%; } .index-row1 { background-image: none; } @media (min-width: 1200px) { .index-row1 { background-image: url(../images/fondo-row1.png); background-position: right top; background-repeat: no-repeat; background-size: auto 100%; } } .index-row2 { background-image: none; } @media (min-width: 1200px) { .index-row2 { background-image: url(../images/fondo-row2.png); background-position: left top; background-repeat: no-repeat; background-size: 7em 100%; } } .btn-outline-info:hover { background-color: #43b1b4; border-color: #43b1b4; } .color-pag { color: #43b1b4; } a { color: #212529; } a:hover { color: black; } .color-pag:hover { color: #43b1b4; } .lista-historias { display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 1.5rem; } @media (min-width: 768px) { .lista-historias { grid-template-columns: repeat(2, 1fr); } } .lista-usuarios { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 1.5rem; } .lista-lecturas { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 1.5rem; } .historia { margin: 0; } .contenedor-lista { margin: 1em; } .font-pequeña { font-size: 0.9rem; margin-bottom: 0; } .contenido-historia a { font-size: 0.75em; } div .historia-titulo { font-size: 0.8em; } .contenido-historia p { font-size: 0.75em; } .contenido-historia span { font-size: 0.75em; } .categoria-titulo { font-size: 1rem; } @media (min-width: 992px) { .contenido-historia a { font-size: 0.9rem; } div .historia-titulo { font-size: 1rem; } .contenido-historia p { font-size: 0.9rem; } .contenido-historia span { font-size: 0.9rem; } .categoria-titulo { font-size: 20px; } } .numero-historias { font-size: 0.75rem; font-weight: bold; } @media (min-width: 1200px) { .numero-historias { font-size: 0.95rem; } } .logo-user { border-radius: 200px 200px 200px 200px; } /** nuevo **/ .login-row1 { background-image: url(../images/fondo-row1.png); background-position: right top; background-repeat: no-repeat; background-size: auto 100%; } .login-row2 { background-image: url(../images/fondo-row2.png); background-position: right top; background-repeat: no-repeat; background-size: auto 100%; } .icon { color: rgba(0, 0, 0, .5); } .carousel-control-next-icon { background-image: url("https://image.flaticon.com/icons/svg/25/25638.svg"); } .carousel-control-prev-icon { background-image: url("https://image.flaticon.com/icons/svg/25/25322.svg"); } .font-media { font-size: 1.35rem; } .no-resize { resize: none; } .no-border { border: none; } .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { border-color: #43B1B4; font-weight: 500; } .nav-tabs .nav-link { border: none; border-bottom: 5px solid transparent; } .profile { background-color: #DFD8B9; height: 22em; } .font-profile { margin-top: 8px; font-weight: 700; font-size: 25px; text-shadow: 0 0 10px rgba(0, 0, 0, .5); color: #ffffff; } .color-white { color: #ffffff; font-weight: 600; } .btn-icon { background-color: initial; border: none; } .btn-hover:hover>i { font-weight: bold; } .sobre-posicion { position: absolute; height: 84px; width: 84px; top: 60px; left: 50%; margin-left: -42px; } .nav-hover:hover { border: 0; } .card-hover { transition: all .2s ease; } .card-hover:hover { transform: scale(1.025); border: 1px solid #6c757d; box-shadow: none; } .acercade_form input:focus +.form_hint{ display: inline; } .acercade_form input:required:valid+ .form_hint{ background: #28912f; } .acercade_form input:required:valid+ .form_hint::before{ color: #28921f; } button.submit{ background: #68b12f; border: 1px solid #509111; border-radius: 5px; -moz-border-radius:5px; box-shadow: inset 0 1px 00 #9fd574; color: white; padding: 6px 20px; text-align: center; text-shadow:0 -1px 0 #396715; } button.submit:active{ border: 1px solid #209111a; box-shadow: 0 0 10px 5px 0 inset; }
0.546738
0.233827
.visible-xs { display: none; } @media (max-width: 576px) { .visible-xs { display: block; } .logo-fast { margin-bottom: 20px; display: block; } .headerTitle { text-align: center; } .listingReview span { margin-right: 10px; } .map-sidebar { width: 100%; } } .bottomlinks ul li a { line-height: 24px; color: #cfcfcf; font-size: 14px; } .bottomLinks ul li a { color: #FF0000; } .merchants_list h1 { } .merchants-list { background-color: #fd1f97; } .merchants-list .page-header h2 { color: #FFFFFF; } .merchants-list .page-header small { color: #ffffff; } .club-buttons { float: right; } .logo-fast { float: ; } .logo-fast { float: right; padding: 10px 0 10px 0; } .search-fast { padding: 20px 10px 20px 0px; } @media screen and (max-width:1199px) { /* .list-inline { white-space: nowrap;; overflow: hidden;; text-overflow: ellipsis;; max-width: 200px;; } */ /* .list-inline a {w } */ .list-inline { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 200px; } } .club-buttons a { margin-left: 5px; } .club-buttons { margin-top: 10px; } .promo { padding: 15px 15px; border-radius: 5px; position: relative; border: 1px solid #e5e5e5; margin-bottom: 20px; } .promo-red { background-color: #FF0000; } .promo-conditions { padding: 0 15px; color: #f10f0f; margin-bottom: 10px; } .promo-code { min-height: 40px; text-align: center; text-transform: uppercase; font-weight: bold; font-size: 18px; padding: 10px 0px; } .promo-green { background-color: #FFF0000; } .promo-green { background-color: #17bc82; } .promo-blue { background-color: #0b61bc; } .promo-black { background-color: #000;; } bottom { color: #FF0000; } .panel-merchant { /* padding-bottom: 40px */ } .promo-value span { } .promo-value { min-height: 20px; position: relative; font-size: 40px; line-height: 20px; text-align: center; font-weight: bold; padding: 10px 15px 10px; color: #ffffff; border-radius: 5px; /* margin-top: 20px */ } margin-top: 50px;;;; margin-top: 10px;overflow: hidden;word-wrap: none;;;;text-overflow: ellipsis;.promo-text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .promo-text { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } div.promo .row { /* margin-bottom: 5px; */ } div.promo .row { margin-bottom: 10px; } .promo-end { text-align: center; } .promo img { float: left;; padding-right: 10px;;; maring-bottom: 10px;; } @media screen and (max-width:479px) { .promo img { float: none; }; }.panel-topshop ul.left { float: left; width:53%; padding-left:15px; } @media screen and (max-width:479px) { .merchant-title { text-align: center; } } .itmeName-cashback b { padding-right: 5px; }
public/theme/html/css/custom.css
.visible-xs { display: none; } @media (max-width: 576px) { .visible-xs { display: block; } .logo-fast { margin-bottom: 20px; display: block; } .headerTitle { text-align: center; } .listingReview span { margin-right: 10px; } .map-sidebar { width: 100%; } } .bottomlinks ul li a { line-height: 24px; color: #cfcfcf; font-size: 14px; } .bottomLinks ul li a { color: #FF0000; } .merchants_list h1 { } .merchants-list { background-color: #fd1f97; } .merchants-list .page-header h2 { color: #FFFFFF; } .merchants-list .page-header small { color: #ffffff; } .club-buttons { float: right; } .logo-fast { float: ; } .logo-fast { float: right; padding: 10px 0 10px 0; } .search-fast { padding: 20px 10px 20px 0px; } @media screen and (max-width:1199px) { /* .list-inline { white-space: nowrap;; overflow: hidden;; text-overflow: ellipsis;; max-width: 200px;; } */ /* .list-inline a {w } */ .list-inline { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 200px; } } .club-buttons a { margin-left: 5px; } .club-buttons { margin-top: 10px; } .promo { padding: 15px 15px; border-radius: 5px; position: relative; border: 1px solid #e5e5e5; margin-bottom: 20px; } .promo-red { background-color: #FF0000; } .promo-conditions { padding: 0 15px; color: #f10f0f; margin-bottom: 10px; } .promo-code { min-height: 40px; text-align: center; text-transform: uppercase; font-weight: bold; font-size: 18px; padding: 10px 0px; } .promo-green { background-color: #FFF0000; } .promo-green { background-color: #17bc82; } .promo-blue { background-color: #0b61bc; } .promo-black { background-color: #000;; } bottom { color: #FF0000; } .panel-merchant { /* padding-bottom: 40px */ } .promo-value span { } .promo-value { min-height: 20px; position: relative; font-size: 40px; line-height: 20px; text-align: center; font-weight: bold; padding: 10px 15px 10px; color: #ffffff; border-radius: 5px; /* margin-top: 20px */ } margin-top: 50px;;;; margin-top: 10px;overflow: hidden;word-wrap: none;;;;text-overflow: ellipsis;.promo-text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .promo-text { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } div.promo .row { /* margin-bottom: 5px; */ } div.promo .row { margin-bottom: 10px; } .promo-end { text-align: center; } .promo img { float: left;; padding-right: 10px;;; maring-bottom: 10px;; } @media screen and (max-width:479px) { .promo img { float: none; }; }.panel-topshop ul.left { float: left; width:53%; padding-left:15px; } @media screen and (max-width:479px) { .merchant-title { text-align: center; } } .itmeName-cashback b { padding-right: 5px; }
0.466603
0.16848
@charset "utf-8"; .st_tree { padding: 10px; width: 200px; height: 500px; border-radius: 10px; box-shadow: 0px 0px 8px rgba(224, 243, 6, 0.3); position: relative; z-index: 2; float: left; margin-right: -100%; } .ribbon-wrapper-green { width: 85px; height: 88px; overflow: hidden; position: absolute; top: -3px; right: -3px; } .ribbon-green { font: bold 15px Sans-Serif; color: #333; text-align: center; text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); position: relative; padding: 7px 0; left: -5px; top: 15px; width: 120px; background-color: #BFDC7A; background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45); color: #6a6340; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); } .ribbon-green:before, .ribbon-green:after { content: ""; border-top: 3px solid #6e8900; border-left: 3px solid transparent; border-right: 3px solid transparent; position: absolute; bottom: -3px; } .ribbon-green:before { left: 0; } .ribbon-green:after { right: 0; } ​ /* 超链接 */ .st_tree a { text-decoration: none; } /* 鼠标经过的超链接 */ .st_tree a:hover { color: #f33; text-decoration: underline; } /* 菜单 */ .st_tree ul { padding: 0 18px; margin: 0; } /* 菜单项 */ .st_tree ul li { font-size: 13px; color: #222; line-height: 18px; cursor: pointer; list-style: none; background: url(../imgs/st_node.gif); background-repeat: no-repeat; padding: 0 0 3px 20px; } /* 子菜单 */ .st_tree ul li ul {} /* 子菜单项 */ .st_tree ul li ul li {} /* 子菜单的父节点 */ .st_tree .folder { list-style-image: url(../imgs/st_icon.png); background: url(../imgs/st_folder.gif); background-repeat: no-repeat; padding: 0 0 0 20px; } /* 展开的父节点 */ .st_tree .open { list-style-image: url(../imgs/st_icon_open.png); background: url(../imgs/st_folder_open.gif); background-repeat: no-repeat; padding: 0 0 0 20px; }
demo/tree/css/SimpleTree.css
@charset "utf-8"; .st_tree { padding: 10px; width: 200px; height: 500px; border-radius: 10px; box-shadow: 0px 0px 8px rgba(224, 243, 6, 0.3); position: relative; z-index: 2; float: left; margin-right: -100%; } .ribbon-wrapper-green { width: 85px; height: 88px; overflow: hidden; position: absolute; top: -3px; right: -3px; } .ribbon-green { font: bold 15px Sans-Serif; color: #333; text-align: center; text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); position: relative; padding: 7px 0; left: -5px; top: 15px; width: 120px; background-color: #BFDC7A; background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45); color: #6a6340; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); } .ribbon-green:before, .ribbon-green:after { content: ""; border-top: 3px solid #6e8900; border-left: 3px solid transparent; border-right: 3px solid transparent; position: absolute; bottom: -3px; } .ribbon-green:before { left: 0; } .ribbon-green:after { right: 0; } ​ /* 超链接 */ .st_tree a { text-decoration: none; } /* 鼠标经过的超链接 */ .st_tree a:hover { color: #f33; text-decoration: underline; } /* 菜单 */ .st_tree ul { padding: 0 18px; margin: 0; } /* 菜单项 */ .st_tree ul li { font-size: 13px; color: #222; line-height: 18px; cursor: pointer; list-style: none; background: url(../imgs/st_node.gif); background-repeat: no-repeat; padding: 0 0 3px 20px; } /* 子菜单 */ .st_tree ul li ul {} /* 子菜单项 */ .st_tree ul li ul li {} /* 子菜单的父节点 */ .st_tree .folder { list-style-image: url(../imgs/st_icon.png); background: url(../imgs/st_folder.gif); background-repeat: no-repeat; padding: 0 0 0 20px; } /* 展开的父节点 */ .st_tree .open { list-style-image: url(../imgs/st_icon_open.png); background: url(../imgs/st_folder_open.gif); background-repeat: no-repeat; padding: 0 0 0 20px; }
0.264453
0.10581
@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:400,600'); *{ box-sizing: border-box; } .current{ background-color: #b8a0ab } a:active{ background-color: burlywood; } header { display: flex; position: fixed; width: 100%; height: 70px; background: #000000; color: #fff; justify-content: center; align-items: center; -webkit-tap-highlight-color: rgba(0,0,0,0); } main > div { margin: auto; max-width: 1280px; } main h2 span { color: #BF7497; } #nav-container { position: fixed; height: 100vh; width: 100%; pointer-events: none; } #nav-container .bg { position: absolute; top: 70px; left: 0; width: 100%; height: calc(100% - 70px); visibility: hidden; opacity: 0; transition: .3s; background: #000; } #nav-container:focus-within .bg { visibility: visible; opacity: .6; } #nav-container * { visibility: visible; } .button1 { position: relative; display: flex; flex-direction: column; justify-content: center; z-index: 1; -webkit-appearance: none; border: 0; background: transparent; border-radius: 0; height: 70px; width: 30px; cursor: pointer; pointer-events: auto; margin-left: 25px; touch-action: manipulation; -webkit-tap-highlight-color: rgba(0,0,0,0); } .icon-bar { display: block; width: 100%; height: 3px; background: #aaa; transition: .3s; } .icon-bar + .icon-bar { margin-top: 5px; } #nav-container:focus-within .button { pointer-events: none; } #nav-container:focus-within .icon-bar:nth-of-type(1) { transform: translate3d(0,8px,0) rotate(45deg); } #nav-container:focus-within .icon-bar:nth-of-type(2) { opacity: 0; } #nav-container:focus-within .icon-bar:nth-of-type(3) { transform: translate3d(0,-8px,0) rotate(-45deg); } #nav-content { margin-top: 70px; padding: 20px; width: 90%; max-width: 300px; position: absolute; top: 0; left: 0; height: calc(100% - 70px); background: #ececec; pointer-events: auto; -webkit-tap-highlight-color: rgba(0,0,0,0); transform: translateX(-100%); transition: transform .3s; will-change: transform; contain: paint; } #nav-content ul { height: 100%; display: flex; flex-direction: column; } #nav-content li a { padding: 10px 5px; display: block; text-transform: uppercase; transition: color .1s; } #nav-content li a:hover { color: #BF7497; } #nav-content li:not(.small) + .small { margin-top: auto; } .small { display: flex; align-self: center; } .small a { font-size: 12px; font-weight: 400; color: #888; } .small a + a { margin-left: 15px; } #nav-container:focus-within #nav-content { transform: none; } * { box-sizing: border-box; margin: 0; padding: 0; } a, a:visited, a:focus, a:active, a:link { text-decoration: none; outline: 0; } a { color: currentColor; transition: .2s ease-in-out; } h1, h2, h3, h4 { margin: 0; } ul { padding: 0; list-style: none; } img { vertical-align: middle; height: auto; width: 100%; } .main{ width: 100%; display: flex; flex-direction: column; border: 10px solid white; } .main-header{ width: 100%; height:50px; background-color:white ; border-radius:8px; padding: 45px; margin-top:0; border: 2px solid white; } .ilustration{ width: 100%; height:300px; background-color: rgb(49, 72, 95) ; border-radius:8px; padding: 45px; margin-top:0; border: 2px solid white; color: black; text-align: center; font-size: 150px; background-color: white; margin-bottom: 0; } h1{ letter-spacing: 8px; font-size: 100px; } .kpis{ display:flex; background-color: transparent; } h2{ font-size: 30px; font-weight: lighter; } h4{ font-size: 25px; margin-bottom: 5px; } .card { background-color: white; color:black; padding:0; height: 600px; font-size: 20px; } .cards { max-width: 1200px; margin: 0 auto; display: grid; grid-gap: 80px; margin-top: 100px; } .card-rcp-4, .card-rcp-5, .card-rcp-6{ margin-top: 100px; } /* Screen larger than 600px? 2 column */ @media (min-width: 600px) { .cards { grid-template-columns: repeat(2, 1fr); } } /* Screen larger than 900px? 3 columns */ @media (min-width: 900px) { .cards { grid-template-columns: repeat(3, 1fr); } } .button{ background-color: #a7a6a1; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 22px; margin: 4px 2px; cursor: pointer; margin-top:200px; } .container { margin-top: 120px; height: 100px; position: relative; border: none; } .center { margin: 0; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .container-01{ padding:2px 5px; margin-top:40px; } /* unvisited link */ a:link { color: rgb(0, 0, 0); } /* visited link */ a:visited { color: rgb(0, 0, 0); } /* mouse over link */ a:hover { color: rgb(184, 134, 125); } /* selected link */ a:active { color: rgb(43, 40, 39); } .dropdown { position: relative; display: inline-block; width:100%; z-index: ; } .dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); padding: 12px 16px; font-size: 30px; } .dropdown:hover .dropdown-content { display: block; } .menu-item{ padding:30px; background-color: #9e9991; color: white; padding: 16px; font-size: 16px; border: 5px solid white; cursor: pointer; text-align: center; letter-spacing: 3px; } .footer { text-align: center; background: rgb(184, 134, 125); margin-top: 100px; } .favicons{ padding:20px; font-size: 30px; } .fa:hover{ opacity:0.6; } .h6{ text-align: center; }
www/sp1/posn01-1/recipes.css
@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:400,600'); *{ box-sizing: border-box; } .current{ background-color: #b8a0ab } a:active{ background-color: burlywood; } header { display: flex; position: fixed; width: 100%; height: 70px; background: #000000; color: #fff; justify-content: center; align-items: center; -webkit-tap-highlight-color: rgba(0,0,0,0); } main > div { margin: auto; max-width: 1280px; } main h2 span { color: #BF7497; } #nav-container { position: fixed; height: 100vh; width: 100%; pointer-events: none; } #nav-container .bg { position: absolute; top: 70px; left: 0; width: 100%; height: calc(100% - 70px); visibility: hidden; opacity: 0; transition: .3s; background: #000; } #nav-container:focus-within .bg { visibility: visible; opacity: .6; } #nav-container * { visibility: visible; } .button1 { position: relative; display: flex; flex-direction: column; justify-content: center; z-index: 1; -webkit-appearance: none; border: 0; background: transparent; border-radius: 0; height: 70px; width: 30px; cursor: pointer; pointer-events: auto; margin-left: 25px; touch-action: manipulation; -webkit-tap-highlight-color: rgba(0,0,0,0); } .icon-bar { display: block; width: 100%; height: 3px; background: #aaa; transition: .3s; } .icon-bar + .icon-bar { margin-top: 5px; } #nav-container:focus-within .button { pointer-events: none; } #nav-container:focus-within .icon-bar:nth-of-type(1) { transform: translate3d(0,8px,0) rotate(45deg); } #nav-container:focus-within .icon-bar:nth-of-type(2) { opacity: 0; } #nav-container:focus-within .icon-bar:nth-of-type(3) { transform: translate3d(0,-8px,0) rotate(-45deg); } #nav-content { margin-top: 70px; padding: 20px; width: 90%; max-width: 300px; position: absolute; top: 0; left: 0; height: calc(100% - 70px); background: #ececec; pointer-events: auto; -webkit-tap-highlight-color: rgba(0,0,0,0); transform: translateX(-100%); transition: transform .3s; will-change: transform; contain: paint; } #nav-content ul { height: 100%; display: flex; flex-direction: column; } #nav-content li a { padding: 10px 5px; display: block; text-transform: uppercase; transition: color .1s; } #nav-content li a:hover { color: #BF7497; } #nav-content li:not(.small) + .small { margin-top: auto; } .small { display: flex; align-self: center; } .small a { font-size: 12px; font-weight: 400; color: #888; } .small a + a { margin-left: 15px; } #nav-container:focus-within #nav-content { transform: none; } * { box-sizing: border-box; margin: 0; padding: 0; } a, a:visited, a:focus, a:active, a:link { text-decoration: none; outline: 0; } a { color: currentColor; transition: .2s ease-in-out; } h1, h2, h3, h4 { margin: 0; } ul { padding: 0; list-style: none; } img { vertical-align: middle; height: auto; width: 100%; } .main{ width: 100%; display: flex; flex-direction: column; border: 10px solid white; } .main-header{ width: 100%; height:50px; background-color:white ; border-radius:8px; padding: 45px; margin-top:0; border: 2px solid white; } .ilustration{ width: 100%; height:300px; background-color: rgb(49, 72, 95) ; border-radius:8px; padding: 45px; margin-top:0; border: 2px solid white; color: black; text-align: center; font-size: 150px; background-color: white; margin-bottom: 0; } h1{ letter-spacing: 8px; font-size: 100px; } .kpis{ display:flex; background-color: transparent; } h2{ font-size: 30px; font-weight: lighter; } h4{ font-size: 25px; margin-bottom: 5px; } .card { background-color: white; color:black; padding:0; height: 600px; font-size: 20px; } .cards { max-width: 1200px; margin: 0 auto; display: grid; grid-gap: 80px; margin-top: 100px; } .card-rcp-4, .card-rcp-5, .card-rcp-6{ margin-top: 100px; } /* Screen larger than 600px? 2 column */ @media (min-width: 600px) { .cards { grid-template-columns: repeat(2, 1fr); } } /* Screen larger than 900px? 3 columns */ @media (min-width: 900px) { .cards { grid-template-columns: repeat(3, 1fr); } } .button{ background-color: #a7a6a1; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 22px; margin: 4px 2px; cursor: pointer; margin-top:200px; } .container { margin-top: 120px; height: 100px; position: relative; border: none; } .center { margin: 0; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .container-01{ padding:2px 5px; margin-top:40px; } /* unvisited link */ a:link { color: rgb(0, 0, 0); } /* visited link */ a:visited { color: rgb(0, 0, 0); } /* mouse over link */ a:hover { color: rgb(184, 134, 125); } /* selected link */ a:active { color: rgb(43, 40, 39); } .dropdown { position: relative; display: inline-block; width:100%; z-index: ; } .dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); padding: 12px 16px; font-size: 30px; } .dropdown:hover .dropdown-content { display: block; } .menu-item{ padding:30px; background-color: #9e9991; color: white; padding: 16px; font-size: 16px; border: 5px solid white; cursor: pointer; text-align: center; letter-spacing: 3px; } .footer { text-align: center; background: rgb(184, 134, 125); margin-top: 100px; } .favicons{ padding:20px; font-size: 30px; } .fa:hover{ opacity:0.6; } .h6{ text-align: center; }
0.304145
0.05962
@import url(fontawesome.css); @import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900"); body { font-family: 'Roboto', sans-serif; overflow-x: hidden; } h4 { font-size: 28px; font-weight: 700; color: #fff; letter-spacing: 0.5px; } img { width: 100%; overflow: hidden; } ul { padding: 0; margin: 0; list-style: none; } ul li { display: inline-block; } html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; } .container { margin: 0 auto; } .main-nav { text-align: center; } .main-nav li:last-child a { border-bottom: 1px solid #69C; } .main-nav li { display: block; } .main-nav li a { height: 60px; line-height: 60px; display: inline-block; font-size: 16px; font-weight: 700; color: #fff; width: 100%; transition: all 0.5s; border-top: 1px solid #69C; } .main-nav li:hover a, .main-nav li a.about { background: #fff; color: #2279BD; } /* Sidebar Menu */ .menu .image { margin-top: 50px; } .menu .image img { width: 160px; height: 160px; border-radius: 10%; text-align: center; } .menu .author-content { margin: 20px 0px 40px 0px; } .menu .author-content h4 { margin-bottom: 0px; text-transform: uppercase; } .menu .author-content span { font-size: 12px; text-transform: uppercase; color: #fff; } .menu .social-network { margin-top: 60px; } .menu .social-network ul li { margin: 0 3px; } .menu .social-network ul li a { width: 40px; height: 40px; display: inline-block; text-align: center; line-height: 40px; background-color: rgba(0, 0, 0, 0.2); color: #fff; font-size: 14px; transition: all 0.5s; } .menu .social-network ul li a:hover { background-color: #fff; color: #2279BD; } .menu .copyright-text { position: relative; margin-top: 60px; } .menu .copyright-text p { border-top: 1px solid rgba(250, 250, 250, 0.1); display: inline-block; width: 100%; padding-left: 30px; color: white; padding-right: 30px; padding-top: 30px; font-size: 13px; } .menu:before, .menu:after { content: ""; display: table; } .menu:after { clear: both; } .menu a { text-decoration: none; color: inherit; } .menu { text-align: center; } .menu::-webkit-scrollbar { display: none; } .menu { left: 8%; /* -webkit-transition: -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1); */ -webkit-overflow-scrolling: touch; background-color: #2279BD; box-sizing: border-box; height: 100vh; max-height: 100vh !important; max-width: 80vw !important; min-width: 45px !important; outline: none; overflow-x: hidden !important; overflow-y: auto !important; padding: 0; position: fixed !important; top: calc(0px); width: 22%; will-change: transform; z-index: 9999 !important; } .menu-toggle { color: #fff; cursor: pointer; font-size: 25px; position: fixed; right: 25px; top: 25px; } #menu-toggle { z-index: 999; cursor: pointer; position: fixed; top: 0; left: 0; color: #2279BD; background-color: #fff; width: 66px; height: 66px; line-height: 66px; text-align: center; display: inline-block; font-size: 1.3em; } .menu-close { cursor: pointer; } #menu-close { cursor: pointer; text-align: right; color: #2279BD; background-color: #fff; width: 100%; height: 66px; text-align: center; display: inline-block; line-height: 66px; font-size: 1.3em; } @media screen and (max-width: 1680px) { .menu { left: 0%; } } @media screen and (max-width: 1680px) and (min-width: 846px) { .menu .social-network ul li a { width: 36px; height: 36px; line-height: 36px; } #container{ display: none; } .menu .social-network ul li { margin: 0; } .menu .image { margin-top: 60px; } } .menu .container { padding-left: 0; padding-right: 0; } @media screen and (max-width: 1280px) and (min-width: 846px) { .menu { width: 25%; } } #menu-toggle { display: none; } .iframe{ height: 700px; width: 900px; } @media screen and (max-width: 845px) { #menu-toggle{ display: inline-block; } .iframe{ margin-left: -20px; margin-top: -500px; background-color: #2279BD; width: 500px; height: 900px; } .h1{ display: none; } .menu { display: none; } .menu .image { margin-top: 40px; } .menu .image img { width: 120px; height: 120px; } .menu .author-content { margin: 20px 0px 40px 0px; } .menu .container { padding-left: 15px; padding-right: 15px; } /* .responsive-nav { display: inline-block; } */ }
css/style3.css
@import url(fontawesome.css); @import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900"); body { font-family: 'Roboto', sans-serif; overflow-x: hidden; } h4 { font-size: 28px; font-weight: 700; color: #fff; letter-spacing: 0.5px; } img { width: 100%; overflow: hidden; } ul { padding: 0; margin: 0; list-style: none; } ul li { display: inline-block; } html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; } .container { margin: 0 auto; } .main-nav { text-align: center; } .main-nav li:last-child a { border-bottom: 1px solid #69C; } .main-nav li { display: block; } .main-nav li a { height: 60px; line-height: 60px; display: inline-block; font-size: 16px; font-weight: 700; color: #fff; width: 100%; transition: all 0.5s; border-top: 1px solid #69C; } .main-nav li:hover a, .main-nav li a.about { background: #fff; color: #2279BD; } /* Sidebar Menu */ .menu .image { margin-top: 50px; } .menu .image img { width: 160px; height: 160px; border-radius: 10%; text-align: center; } .menu .author-content { margin: 20px 0px 40px 0px; } .menu .author-content h4 { margin-bottom: 0px; text-transform: uppercase; } .menu .author-content span { font-size: 12px; text-transform: uppercase; color: #fff; } .menu .social-network { margin-top: 60px; } .menu .social-network ul li { margin: 0 3px; } .menu .social-network ul li a { width: 40px; height: 40px; display: inline-block; text-align: center; line-height: 40px; background-color: rgba(0, 0, 0, 0.2); color: #fff; font-size: 14px; transition: all 0.5s; } .menu .social-network ul li a:hover { background-color: #fff; color: #2279BD; } .menu .copyright-text { position: relative; margin-top: 60px; } .menu .copyright-text p { border-top: 1px solid rgba(250, 250, 250, 0.1); display: inline-block; width: 100%; padding-left: 30px; color: white; padding-right: 30px; padding-top: 30px; font-size: 13px; } .menu:before, .menu:after { content: ""; display: table; } .menu:after { clear: both; } .menu a { text-decoration: none; color: inherit; } .menu { text-align: center; } .menu::-webkit-scrollbar { display: none; } .menu { left: 8%; /* -webkit-transition: -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1); */ -webkit-overflow-scrolling: touch; background-color: #2279BD; box-sizing: border-box; height: 100vh; max-height: 100vh !important; max-width: 80vw !important; min-width: 45px !important; outline: none; overflow-x: hidden !important; overflow-y: auto !important; padding: 0; position: fixed !important; top: calc(0px); width: 22%; will-change: transform; z-index: 9999 !important; } .menu-toggle { color: #fff; cursor: pointer; font-size: 25px; position: fixed; right: 25px; top: 25px; } #menu-toggle { z-index: 999; cursor: pointer; position: fixed; top: 0; left: 0; color: #2279BD; background-color: #fff; width: 66px; height: 66px; line-height: 66px; text-align: center; display: inline-block; font-size: 1.3em; } .menu-close { cursor: pointer; } #menu-close { cursor: pointer; text-align: right; color: #2279BD; background-color: #fff; width: 100%; height: 66px; text-align: center; display: inline-block; line-height: 66px; font-size: 1.3em; } @media screen and (max-width: 1680px) { .menu { left: 0%; } } @media screen and (max-width: 1680px) and (min-width: 846px) { .menu .social-network ul li a { width: 36px; height: 36px; line-height: 36px; } #container{ display: none; } .menu .social-network ul li { margin: 0; } .menu .image { margin-top: 60px; } } .menu .container { padding-left: 0; padding-right: 0; } @media screen and (max-width: 1280px) and (min-width: 846px) { .menu { width: 25%; } } #menu-toggle { display: none; } .iframe{ height: 700px; width: 900px; } @media screen and (max-width: 845px) { #menu-toggle{ display: inline-block; } .iframe{ margin-left: -20px; margin-top: -500px; background-color: #2279BD; width: 500px; height: 900px; } .h1{ display: none; } .menu { display: none; } .menu .image { margin-top: 40px; } .menu .image img { width: 120px; height: 120px; } .menu .author-content { margin: 20px 0px 40px 0px; } .menu .container { padding-left: 15px; padding-right: 15px; } /* .responsive-nav { display: inline-block; } */ }
0.183557
0.043548
.contentH{ color: rgba(36, 76, 149,1); } .btnH { display: block; font-weight: 400; color: #212529; text-align: center; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.1rem 0.1rem; border-radius: 0.25rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .btn-outline-primary { color: #405ba9; border-color: #405ba9; } .btn-outline-primary:hover { color: #fff; background-color: #405ba9; border-color: #405ba9; } .btn-outline-primary:focus, .btn-outline-primary.focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } .btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #405ba9; background-color: transparent; } .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #405ba9; border-color: #405ba9; } .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } .btn-outline-secondary { color: #6c757d; border-color: #6c757d; } .btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-outline-secondary:focus, .btn-outline-secondary.focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #6c757d; background-color: transparent; } .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } .btn-outline-success { color: #28a745; border-color: #28a745; } .btn-outline-success:hover { color: #fff; background-color: #28a745; border-color: #28a745; } .btn-outline-success:focus, .btn-outline-success.focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } .btn-outline-success.disabled, .btn-outline-success:disabled { color: #28a745; background-color: transparent; } .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle { color: #fff; background-color: #28a745; border-color: #28a745; } .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } .btn-outline-info { color: #17a2b8; border-color: #17a2b8; } .btn-outline-info:hover { color: #fff; background-color: #17a2b8; border-color: #17a2b8; } .btn-outline-info:focus, .btn-outline-info.focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } .btn-outline-info.disabled, .btn-outline-info:disabled { color: #17a2b8; background-color: transparent; } .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle { color: #fff; background-color: #17a2b8; border-color: #17a2b8; } .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } .btn-outline-warning { color: #ffc107; border-color: #ffc107; } .btn-outline-warning:hover { color: #212529; background-color: #ffc107; border-color: #ffc107; } .btn-outline-warning:focus, .btn-outline-warning.focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } .btn-outline-warning.disabled, .btn-outline-warning:disabled { color: #ffc107; background-color: transparent; } .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { color: #212529; background-color: #ffc107; border-color: #ffc107; } .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } .btn-outline-danger { color: #dc3545; border-color: #dc3545; } .btn-outline-danger:hover { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-outline-danger:focus, .btn-outline-danger.focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } .btn-outline-danger.disabled, .btn-outline-danger:disabled { color: #dc3545; background-color: transparent; } .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } .btn-outline-light { color: #f8f9fa; border-color: #f8f9fa; } .btn-outline-light:hover { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-outline-light:focus, .btn-outline-light.focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } .btn-outline-light.disabled, .btn-outline-light:disabled { color: #f8f9fa; background-color: transparent; } .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } .btn-outline-dark { color: #343a40; border-color: #343a40; } .btn-outline-dark:hover { color: #fff; background-color: #343a40; border-color: #343a40; } .btn-outline-dark:focus, .btn-outline-dark.focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } .btn-outline-dark.disabled, .btn-outline-dark:disabled { color: #343a40; background-color: transparent; } .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle { color: #fff; background-color: #343a40; border-color: #343a40; } .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }  .inner-page .middle_title { font-size: 24px; padding: 0px; height: 40px; line-height: 40px; } .inner-page .inner-banner { border-bottom: 0px; } .middle_opensport { padding: 30px 15px; } .full-width{ width: 100%; border-radius: 15px; } .full-width-Section{ width: 100% !important; position: relative !important; } .TPImage{ width: 100%; border-radius: 15px; background-image: url('../imgDesign/clip_group.png'); -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; -o-background-size: 100% 100%; background-size: 100% 100%; } .TPImage .full-width{ width: 100%; border-radius: 15px; } .TPImage .full-widthNoVis{ width: 100%; border-radius: 15px; opacity: 0; } .login-registration { background: #fff; box-shadow: rgba(0, 0, 0, 0.10) 0 0 10px; } .login-bg { background: #f7f7f7; } .form { padding: 30px 30px 15px 30px; } .login-bg .form h4 { font-size: 30px; margin-bottom: 30px; } .form h4 { font-size: 22px; color: #424242; line-height: 30px; font-weight: 700; margin-bottom: 20px; } .login-bg .form .form-group { margin-bottom: 25px; } .form label { font-weight: 600; color: #424242; font-size: 16px; margin-bottom: 8px; } .form .form-control { font-weight: 600; color: #adadad; font-size: 16px; width: 100%; border: #eee solid 1px; padding: 0px; height: 34px; padding-left: 4px; } .form .orange-btn { background: #ef8220; color: #fff; text-transform: uppercase; padding: 15px 25px; text-align: center; width: auto; font-size: 18px; border: 0px; border-radius: 5px; cursor: pointer; } .registration { background: #fff; } .slects_box { display: inline-block; vertical-align: middle; width: 100%; } .form .slects_box select { height: 34px; } .slects_box select { -moz-appearance: none; color: #606060; background: none; -moz-appearance: none; appearance: none; -webkit-appearance: none; -ms-appearance: none; -o-appearance: none; cursor: pointer; float: left; font-size: 15px; overflow: hidden; padding-left: 10px; height: 48px; text-overflow: ellipsis; white-space: normal; width: 100%; border: 1px solid #d9d9d9; border-radius: 3px; background: #ffffff; width: 100%; } .form .slects_box span::after { top: 33px; opacity: 0.5; right: 21px; } .slects_box span::after { background: url(../images/select_arrow.png) no-repeat top right; bottom: 0; color: #333; content: ""; height: 10px; padding: 14px 25px; pointer-events: none; position: absolute; right: 15px; top: 18px; z-index: 1; } .asterisk { color: #FF0000; } #ContentPlaceHolder1_ctl11, #ContentPlaceHolder1_ContentPlaceHolder2_ctl08 { width: 100%; } .floatwilayat { float: left; } .thankyoudiv { color: #424242; padding-top: 20px; } .thankyou { font-size: 30px !important; } .thankyoudiv h2{ font-size:24px; } .myactivities { padding: 30px 30px 0px 18px; font-size: 22px; color: #424242; line-height: 30px; font-weight: 700; margin-bottom: 20px; } .registration .tab_section .table td, .tab_section .table th { padding: 5px 10px; font-size:14px; } .registration a.green_btn { font-size: 14px; padding: 2px 10px 8px; } .cancel_btn { background: #f97e89; height: 46px; color: #fff; font-size: 18px; line-height: 44px; border: none; padding: 0 25px; border-radius: 3px; font-weight: 600; text-transform: uppercase; display: inline-block; cursor: pointer; border: 2px solid #721c24; transition: all 0.3s ease-in-out; } /*pages*/ .pages { padding: 50px 0px; display: inline-block; width: 100%; } .pages .news-details { border-bottom: 0px; } .pages .news-list { padding: 15px; margin-bottom: 30px; background: #fff; box-shadow: rgba(0, 0, 0, 0.10) 0 0 10px; padding-left: 25px; } .pages h5 { font-size: 20px; color: #424242; line-height: 30px; font-weight: 700; margin-bottom: 10px; } .pages h4 { font-size: 20px; color: #ef8120; line-height: 30px; font-weight: 700; margin-bottom: 10px; margin-top: 10px; } .pages h4 a { color: #ef8120; } .pages h4 a:hover { text-decoration: underline; color: #117dc1; } .pages h2 { font-size: 24px; color: #1679b8; line-height: 30px; font-weight: 700; margin-bottom: 10px; margin-top: 16px; } .pages h4:hover { color: #ef8120; } .pages .news-details p { margin-bottom: 15px; } .pages p { font-size: 16px; color: #484848; line-height: 22px; } .pages ul li { list-style-type: disc; padding: 5px; margin-left: 35px; } .pages ul li a { color: #212529; } .pages ul li a:hover { text-decoration: underline; color: #117dc1; } .pages ol li { list-style-type:decimal; padding: 5px; margin-left: 35px; } .faq-section p { font-size: 16px; color: #484848; line-height: 22px; } .faq-section ul li { list-style-type: disc; padding: 5px; margin-left: 35px; } .faq-section ol li { list-style-type: decimal; padding: 5px; margin-left: 35px; } /*sponsors*/ .sponsor_blk { margin: 0px -15px; padding: 60px 0px 60px; } .sponsor_blk .sponsor_logo { background: #fff; margin: 0px 15px; border: 1px solid #e0e0e0; padding: 5px; } /*contact us*/ .location-header { padding: 15px 0px; line-height: 22px; } .font-weight-bold { font-weight: 700 !important; } .bg-light { background-color: #f8f9fa !important; } .location-list { background: #fff; box-shadow: rgba(0, 0, 0, 0.10) 0 0px 10px; margin-bottom: 0px; padding: 12px 0px; font-size: 14px; line-height: 22px; } .font-weight-bold { font-weight: 700 !important; } .location-list a { color: #ef8120; } /*gallery*/ .gallery-container { background-color: #fff; color: #35373a; padding: 50px 0px; } .tz-gallery .row { margin: 0px -8px; } .tz-gallery .row > div { padding: 8px; } .lightbox { position: relative; width: 100%; height: 100%; display: block; } .tz-gallery .lightbox img { width: 100%; border-radius: 0; position: relative; } .securitytxt { float: left; margin-right: 4px; } .securityimg { vertical-align: middle; float: left; } .clearboth { clear: both; height: 2px; } .sideGrayBigOnly{ display: none; width:25%; margin: 2% 0%; } .TPImage{ width:100%; padding:0; display: flex; position: relative; } .TPImage .titleDiv{ position: absolute; top:0; left:10%; width:25%; padding-top:3%; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; text-align: center; justify-content: center; } .TPImage .noColor{ background-color: rgba(230,231,232,0); } .TPImage .gray{ background-color: rgba(92,92,92,0.5); } .TPImage .red{ background-color: rgba(206,46,38,0.5); } .TPImage .blue{ background-color: rgba(36,76,149,0.5); } .TPImage .titleDiv .titlePageTP{ color:white; letter-spacing: 5px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; font-size: 17px; } .TPX{ width:100%; padding:0; display: flex; align-items: center; justify-content: center; flex-direction: row; flex-wrap: wrap; flex-flow: row wrap; align-content: flex-end; } .sideGray{ display: block; width:65%; margin: 2% 0%; padding-right: 0%; border-right: none;; } .sideGrayTP{ display: block; width:94%; margin: 2% 0%; padding-right: 0%; border-right: none;; } .borderLeft{ border-left: none;; padding: auto; margin: auto; } .side70{ display: block; width:100%; margin: 2% 0%; padding-left:0%; padding-right:0%; } .sideFull{ display: block; width:100%; margin-left: 0%; margin: 2% 0%; } .titleTP{ text-transform: uppercase; margin: 0px; padding: 4px 0px 10px 0px; letter-spacing: 2px; font-size:22px;; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .entryTP { padding: 0px 0px 100px 0px; padding-bottom: 10px; text-align: justify;; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .titleTP2 { color:#069eee; padding: 4px 0px 10px 0px; letter-spacing: 2px; font-size:22px;; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .tableTP{ width: 100%; } .imgTP{ width:90%;margin: 0 5% } .img-thumb{ width: 80px; } /*Register Button */ .registerbutton { display: inline-block; border-radius: 4px; background-color: #124C99; border: none; color: #FFFFFF; text-align: center; font-size: 28px; padding: 20px; width: 100%; transition: all 0.5s; cursor: pointer; margin: 5px;; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .registerbutton span { cursor: pointer; display: inline-block; position: relative; transition: 0.5s;; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .button1{ font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .registerbutton span:after { content: '\00bb'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s;; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .registerbutton:hover span { padding-right: 25px;; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .registerbutton:hover span:after { opacity: 1; right: 0;; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .link_Page{ font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; color:#114C99; } .link_Page:hover{ color:red; } .slideTP{ margin-bottom:22px; width: 100%; background: url(../imgDesign/ThemeMiddleWhite.png) repeat center 0; background-color: rgba(230,231,232,0.5); border-radius: 15px; padding:5px; } .slideTPFull{ margin-bottom:22px; width: 100%; background: url(../imgDesign/ThemeMiddleWhite.png) repeat center 0; background-color: rgba(230,231,232,0.5); border-radius: 15px; padding:5%; } .ticker01{ min-height: 100px; } .slideTPNewsEvent1{ width: 98%; margin-bottom:22px; background-color: rgba(230,231,232,0.5); border-radius: 15px; padding:3%; margin-left: 1%; margin-right:1%; display:block; } .slideTPNewsEvent{ width: 98%; margin-bottom:22px; background: url(../imgDesign/ThemeMiddleWhite.png) repeat center 0; background-color: rgba(230,231,232,0.5); border-radius: 15px; padding:3%; margin-left: 1%; margin-right:1%; display:block; } .slideTPDownload{ width: 98%; margin-bottom:22px; background: url(../imgDesign/ThemeMiddleWhite.png) repeat center 0; background-color: rgba(230,231,232,0.5); border-radius: 15px; padding:3%; margin-left: 1%; margin-right:1%; display:block; min-height: 100px; } .slideTP-NoImage{ margin-top:22px; width: 100%; background-color: rgba(230,231,232,0.5); border-radius: 15px; padding:5px; } .slideTP-NoImage-NoTop{ width: 100%; background-color: rgba(230,231,232,0.5); border-radius: 15px; padding:5px; } .imgSlidTPLogo{ width:80% !important; } .imgSlidTPGrade{ width: 60% !important; bottom:0% !important; left:20%; position: absolute; } .slideStuff{ height: 60%;width: 95%;margin:0 2.5%; padding:1%; } .slideFoot{ margin-bottom: 5%;border-top: 1px solid #dddddd;padding-top: 10pt; } .carousel-Link h4{ position: absolute; left:0; bottom:20%; width:100%; } h4.ras{ position: absolute; left:0; bottom:12%; width:100%; } .tableX{ min-height: 440px; } .carousel-Link h4, .carousel-Link p { color : #124C99; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .carousel-Link h4:hover,.carousel-Link p:hover{ color: #CE2E26; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .BoldLink{ /*margin-bottom: 10%;*/ /* margin-top: -3%;*/ margin-top: -20%;margin-bottom: 40%; text-align: center; font-size: 10pt; text-decoration: underline; text-decoration-style: dashed; color : #124C99;; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; position: static; bottom: 2%; left: 4%; right: 4%; } .BoldLink:hover { color: #CE2E26; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .oListTP{ list-style: disc ; padding:2% 3%; padding-top:1%; } .oListTPDownload{ list-style: disc ; padding:2% 10%; } .olEnter{ list-style: decimal; padding:1.5% 3%; } .oListTP li a,.oListTPDownload li a{ color:#124C99; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .oListTP li a:hover,.oListTPDownload li a:hover{ color:#CE2E26; } .slideTPTitle{ color:#124C99; letter-spacing: 0.5px; font-size:22px;; font-weight: bold; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .TPImage .titleDiv .imgI{ width:36%; margin-bottom: -10%; } @media (min-width: 575.98px) {/*sm*/ .sectionCol { width:90%; margin:1% 5% } .slideTPNewsEvent, .slideTPNewsEvent1{ width: 98%; margin-left: 1%; margin-right:1%; display:block; } .borderLeft{ border-left: none;; padding: auto; margin: auto; } .TPImage .titleDiv .titlePageTP{ letter-spacing: 5px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; font-size: 22px; } .TPImage .titleDiv .imgI{ width:35%; margin-bottom: 0%; } .TPImage .titleDiv{ padding-top:1%; } } .paddingAll{ padding:auto; } .map { width:100%; margin:23px 0 0 0; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .map iframe { width:100%; border-radius:5px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } dl { margin:22px 0px 0 0px; float:left; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } dl dt { } dl dd span { display:block; width:79px; float:left; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } dl dd { } dl dd a { color:#999999; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } dl dd a:hover { text-decoration:underline; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } #form { margin: 9px 0 0px 0px; width:580px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } #form input { border-top:#cbcbcb 1px solid; border-left:#e0e0e0 1px solid; background:#f2f2f2; border-radius:4px; font: 14px Arial, Helvetica, sans-serif; color:#1e1e1e; padding:5px 10px 7px 10px; outline: medium none; width: 259px; height:28px; float:left; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } #form textarea { height: 250px; width: 350px; border-top:#cbcbcb 1px solid; border-left:#e0e0e0 1px solid; background:#f2f2f2; border-radius:4px; font: 14px Arial, Helvetica, sans-serif; color:#1e1e1e; outline: medium none; overflow: auto; padding: 5px 0px 0px 10px; resize:none; margin:0px 0 0 0; float:left; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } #form label { position:relative; overflow:hidden; display: block; min-height:40px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } #form label strong { font-weight:normal; color:#1e1e1e; float:left; display:inline-block; width:80px; padding-top:2px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .btns { text-align:right; width:75% !important; padding-top:20px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .btns a { display:inline-block; margin:0 0px 0 10px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } /* Global properties ======================================================== */ .main { width:940px; margin:0 auto; overflow:hidden; position:relative; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .ic { border:0; float:right; background:#fff; color:#f00; width:50%; line-height:10px; font-size:10px; margin:-220% 0 0 0; overflow:hidden; padding:0; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } /***********************************************************************/ a { text-decoration:none; cursor:pointer; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } a:hover { text-decoration:none; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } a.button { background:#f7f7f7; border-radius:3px; color:#a83715; font-size:14px; line-height:18px; padding:11px 19px 11px 19px; display:inline-block; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } a.button:hover { background:#1e1e1e; color:#fff; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } a.button-2 { background:url(../images/button-3.jpg) 0 0 repeat-x #b21903; border-radius:5px; color:#fff; font-size:14px; line-height:18px; padding:11px 29px 11px 29px; display:inline-block; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } a.button-2:hover { background:#1e1e1e; color:#fff; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } a.link { text-decoration:none; cursor:pointer; color:#a83715; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } a.link:hover { text-decoration:underline; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .color-1 { color:#1e1e1e; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } a.color-1:hover { text-decoration:underline; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .color-2 { color:#1e1e1e; font-size:12px; line-height:20px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .color-3 { color:#a83715; font-size:30px; line-height:36px; letter-spacing:-1px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .sectionCol { width:98%; margin:1%; display: block; position: relative; } .sectionColInner{ position: relative; width:100%; } .sectionColInner .imageBack{ width:90%; margin:0 5%; color:#CE2E26; cursor: pointer; } .sectionColInner .imageBack:hover{ width:90%; margin:0 5%; color:#124C99; } .sectionColInner .imageBack:hover > .sectionColInner .sectionLabel{ background-color:#124C99; } .sectionColInner .sectionLabel{ width:100%; padding:2%; position: absolute; bottom:0; left:0; background-color:#CE2E26; color:white; font-size: 18px; cursor: pointer; } .sectionColInner .sectionLabel:hover{ background-color:#124C99; } .sectionColInner .sectionLabel:hover .sectionColInner .imageBack{ color:#124C99; } .olSide{ width:100%; margin:0% 0% 2% 0%; background-color: white; } /*.olSideDeep li{ background-color: #b3b3b3 !important; padding:0.5% 2%; }*/ .olSideDeep li{ /*background-color: white !important;*/ /*border:0px solid rgba(36, 76, 149, 0.2);*/ background-color: white !important; padding:0.5% 2% 0.5% 1%; } .olSideDeep li:first-child:before{ content: ''; } .olSideDeep li:before{ content: '> '; } .olSideMid li{ background-color: #cccccc !important; padding:0.5% 2%; } .olSideLig li{ background-color: #e6e6e6 !important; padding:0.5% 2%; } .olSideCurrent,.olSideTitleMajor,.olSideTitle,.olSideContent{ /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/ } .olSideCurrent ,.olSideCurrent a{ color:#ce2e26; font-weight: bold; font-size: 14px; margin: 0.5% 0%; } .olSideTitleMajor ,.olSideTitleMajor a{ color:#244c95; font-weight: bold; font-size: 16px; margin: 0.5% 0%; } .olSideTitle ,.olSideTitle a{ margin: 0.5% 0%; font-size: 12px; color:#244c95; font-weight: bold; } .olSideContent, .olSideContent a{ margin: 0.5% 0%; font-size: 12px; color:#244c95; font-weight: lighter; } .olSideTitle:hover,.olSideContent:hover,.olSideTitleMajor:hover{ color:#ce2e26; /*border:1px solid rgba(36, 76, 149, 0.2);*/ } .olSideCurrent:hover{ color:#244c95; /*border:1px solid rgba(36, 76, 149, 0.2);*/ } .olSideTitle:hover a,.olSideContent:hover a,.olSideTitleMajor:hover a{ color:#ce2e26; } .olSideCurrent:hover a{ color:#244c95; } .olSideTitle a:hover,.olSideContent a:hover,.olSideTitleMajor a:hover{ color:#ce2e26; } .olSideCurrent a:hover{ color:#244c95; } .olSideTitle:hover a:hover,.olSideContent:hover a:hover,.olSideTitleMajor:hover a:hover{ color:#ce2e26; } .olSideCurrent:hover a:hover{ color:#244c95; } @media (min-width: 768px) {/*md*/ .sectionCol { width:35%; } .slideTPNewsEvent, .slideTPNewsEvent1{ width: 48%; margin-left: 1%; margin-right:1%; display:block; } .paddingAll{ padding:5%; } .TPImage .titleDiv .titlePageTP{ letter-spacing: 5px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; font-size: 35px; } .TPImage .titleDiv .imgI{ width:35%; margin-bottom: 0%; } .TPImage .titleDiv{ padding-top:1%; } .TPX{ width:100%; padding:2% 0%; display: inline-block; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .fullSection{ width:100%; padding:2% 0%; } .fullSectionAudio{ width:100%; padding:0%; align-items: center; justify-content: center; } .flexDis{ width:100%; padding:2% 0%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center; } .sideGrayTP,.sideGray,.sideGrayBigOnly{ display: block; width:30%; float:left; margin: 0% 0%; padding-right: 1%; padding-top: 0%; border-right: 1px solid #124C99;; } .boxPartners{ display: block; width:49%; margin:1%; padding:2%; min-height: 150px !important; border:1px solid #124C99;; border-radius: 15px; } .borderLeft{ border-left: 1px solid #124C99;; text-align: left; } .Categories{ padding:0 0% 0 30%; } .side70{ float:right; display: block; width:70%; margin: 0% 0%; padding-left:0%; padding-right:0%; } .sideFull{ float:right; display: block; width:90%; margin: 0% 5%; } #form textarea { height: 274px; width: 489px; } .btns { text-align:right; width:100% !important; } } @media (min-width: 992px) {/*lg*/ .sectionCol { width:33%; } .slideTPNewsEvent, .slideTPNewsEvent1{ width: 48%; margin-left: 1%; margin-right:1%; display:block; } .btns { text-align:right; width:100% !important; } .paddingAll{ padding:5%; } #form textarea { height: 274px; width: 489px; } .TPImage .titleDiv .titlePageTP{ letter-spacing: 5px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; font-size: 50px; } .TPImage .titleDiv .imgI{ width:35%; margin-bottom: 0%; } .TPImage .titleDiv{ padding-top:1%; } .TPX{ width:100%; padding:2% 0%; display: inline-block } .sideGrayTP,.sideGray,.sideGrayBigOnly{ display: block; width:25%; float:left; margin: 0% 0%; padding-right: 1%; border-right: 1px solid #124C99;; } .borderLeft{ border-left: 1px solid #124C99;; text-align: left; } .side70{ float:right; margin: 0% 0%; display: block; padding-left:0%; padding-right:0%; width:75%; } .sideFull{ float:right; margin: 0% 0%; display: block; width:100%; } }
public/certificate/cssDesign/site.css
.contentH{ color: rgba(36, 76, 149,1); } .btnH { display: block; font-weight: 400; color: #212529; text-align: center; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.1rem 0.1rem; border-radius: 0.25rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .btn-outline-primary { color: #405ba9; border-color: #405ba9; } .btn-outline-primary:hover { color: #fff; background-color: #405ba9; border-color: #405ba9; } .btn-outline-primary:focus, .btn-outline-primary.focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } .btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #405ba9; background-color: transparent; } .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #405ba9; border-color: #405ba9; } .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } .btn-outline-secondary { color: #6c757d; border-color: #6c757d; } .btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-outline-secondary:focus, .btn-outline-secondary.focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #6c757d; background-color: transparent; } .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } .btn-outline-success { color: #28a745; border-color: #28a745; } .btn-outline-success:hover { color: #fff; background-color: #28a745; border-color: #28a745; } .btn-outline-success:focus, .btn-outline-success.focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } .btn-outline-success.disabled, .btn-outline-success:disabled { color: #28a745; background-color: transparent; } .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle { color: #fff; background-color: #28a745; border-color: #28a745; } .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } .btn-outline-info { color: #17a2b8; border-color: #17a2b8; } .btn-outline-info:hover { color: #fff; background-color: #17a2b8; border-color: #17a2b8; } .btn-outline-info:focus, .btn-outline-info.focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } .btn-outline-info.disabled, .btn-outline-info:disabled { color: #17a2b8; background-color: transparent; } .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle { color: #fff; background-color: #17a2b8; border-color: #17a2b8; } .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } .btn-outline-warning { color: #ffc107; border-color: #ffc107; } .btn-outline-warning:hover { color: #212529; background-color: #ffc107; border-color: #ffc107; } .btn-outline-warning:focus, .btn-outline-warning.focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } .btn-outline-warning.disabled, .btn-outline-warning:disabled { color: #ffc107; background-color: transparent; } .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { color: #212529; background-color: #ffc107; border-color: #ffc107; } .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } .btn-outline-danger { color: #dc3545; border-color: #dc3545; } .btn-outline-danger:hover { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-outline-danger:focus, .btn-outline-danger.focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } .btn-outline-danger.disabled, .btn-outline-danger:disabled { color: #dc3545; background-color: transparent; } .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } .btn-outline-light { color: #f8f9fa; border-color: #f8f9fa; } .btn-outline-light:hover { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-outline-light:focus, .btn-outline-light.focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } .btn-outline-light.disabled, .btn-outline-light:disabled { color: #f8f9fa; background-color: transparent; } .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } .btn-outline-dark { color: #343a40; border-color: #343a40; } .btn-outline-dark:hover { color: #fff; background-color: #343a40; border-color: #343a40; } .btn-outline-dark:focus, .btn-outline-dark.focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } .btn-outline-dark.disabled, .btn-outline-dark:disabled { color: #343a40; background-color: transparent; } .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle { color: #fff; background-color: #343a40; border-color: #343a40; } .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }  .inner-page .middle_title { font-size: 24px; padding: 0px; height: 40px; line-height: 40px; } .inner-page .inner-banner { border-bottom: 0px; } .middle_opensport { padding: 30px 15px; } .full-width{ width: 100%; border-radius: 15px; } .full-width-Section{ width: 100% !important; position: relative !important; } .TPImage{ width: 100%; border-radius: 15px; background-image: url('../imgDesign/clip_group.png'); -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; -o-background-size: 100% 100%; background-size: 100% 100%; } .TPImage .full-width{ width: 100%; border-radius: 15px; } .TPImage .full-widthNoVis{ width: 100%; border-radius: 15px; opacity: 0; } .login-registration { background: #fff; box-shadow: rgba(0, 0, 0, 0.10) 0 0 10px; } .login-bg { background: #f7f7f7; } .form { padding: 30px 30px 15px 30px; } .login-bg .form h4 { font-size: 30px; margin-bottom: 30px; } .form h4 { font-size: 22px; color: #424242; line-height: 30px; font-weight: 700; margin-bottom: 20px; } .login-bg .form .form-group { margin-bottom: 25px; } .form label { font-weight: 600; color: #424242; font-size: 16px; margin-bottom: 8px; } .form .form-control { font-weight: 600; color: #adadad; font-size: 16px; width: 100%; border: #eee solid 1px; padding: 0px; height: 34px; padding-left: 4px; } .form .orange-btn { background: #ef8220; color: #fff; text-transform: uppercase; padding: 15px 25px; text-align: center; width: auto; font-size: 18px; border: 0px; border-radius: 5px; cursor: pointer; } .registration { background: #fff; } .slects_box { display: inline-block; vertical-align: middle; width: 100%; } .form .slects_box select { height: 34px; } .slects_box select { -moz-appearance: none; color: #606060; background: none; -moz-appearance: none; appearance: none; -webkit-appearance: none; -ms-appearance: none; -o-appearance: none; cursor: pointer; float: left; font-size: 15px; overflow: hidden; padding-left: 10px; height: 48px; text-overflow: ellipsis; white-space: normal; width: 100%; border: 1px solid #d9d9d9; border-radius: 3px; background: #ffffff; width: 100%; } .form .slects_box span::after { top: 33px; opacity: 0.5; right: 21px; } .slects_box span::after { background: url(../images/select_arrow.png) no-repeat top right; bottom: 0; color: #333; content: ""; height: 10px; padding: 14px 25px; pointer-events: none; position: absolute; right: 15px; top: 18px; z-index: 1; } .asterisk { color: #FF0000; } #ContentPlaceHolder1_ctl11, #ContentPlaceHolder1_ContentPlaceHolder2_ctl08 { width: 100%; } .floatwilayat { float: left; } .thankyoudiv { color: #424242; padding-top: 20px; } .thankyou { font-size: 30px !important; } .thankyoudiv h2{ font-size:24px; } .myactivities { padding: 30px 30px 0px 18px; font-size: 22px; color: #424242; line-height: 30px; font-weight: 700; margin-bottom: 20px; } .registration .tab_section .table td, .tab_section .table th { padding: 5px 10px; font-size:14px; } .registration a.green_btn { font-size: 14px; padding: 2px 10px 8px; } .cancel_btn { background: #f97e89; height: 46px; color: #fff; font-size: 18px; line-height: 44px; border: none; padding: 0 25px; border-radius: 3px; font-weight: 600; text-transform: uppercase; display: inline-block; cursor: pointer; border: 2px solid #721c24; transition: all 0.3s ease-in-out; } /*pages*/ .pages { padding: 50px 0px; display: inline-block; width: 100%; } .pages .news-details { border-bottom: 0px; } .pages .news-list { padding: 15px; margin-bottom: 30px; background: #fff; box-shadow: rgba(0, 0, 0, 0.10) 0 0 10px; padding-left: 25px; } .pages h5 { font-size: 20px; color: #424242; line-height: 30px; font-weight: 700; margin-bottom: 10px; } .pages h4 { font-size: 20px; color: #ef8120; line-height: 30px; font-weight: 700; margin-bottom: 10px; margin-top: 10px; } .pages h4 a { color: #ef8120; } .pages h4 a:hover { text-decoration: underline; color: #117dc1; } .pages h2 { font-size: 24px; color: #1679b8; line-height: 30px; font-weight: 700; margin-bottom: 10px; margin-top: 16px; } .pages h4:hover { color: #ef8120; } .pages .news-details p { margin-bottom: 15px; } .pages p { font-size: 16px; color: #484848; line-height: 22px; } .pages ul li { list-style-type: disc; padding: 5px; margin-left: 35px; } .pages ul li a { color: #212529; } .pages ul li a:hover { text-decoration: underline; color: #117dc1; } .pages ol li { list-style-type:decimal; padding: 5px; margin-left: 35px; } .faq-section p { font-size: 16px; color: #484848; line-height: 22px; } .faq-section ul li { list-style-type: disc; padding: 5px; margin-left: 35px; } .faq-section ol li { list-style-type: decimal; padding: 5px; margin-left: 35px; } /*sponsors*/ .sponsor_blk { margin: 0px -15px; padding: 60px 0px 60px; } .sponsor_blk .sponsor_logo { background: #fff; margin: 0px 15px; border: 1px solid #e0e0e0; padding: 5px; } /*contact us*/ .location-header { padding: 15px 0px; line-height: 22px; } .font-weight-bold { font-weight: 700 !important; } .bg-light { background-color: #f8f9fa !important; } .location-list { background: #fff; box-shadow: rgba(0, 0, 0, 0.10) 0 0px 10px; margin-bottom: 0px; padding: 12px 0px; font-size: 14px; line-height: 22px; } .font-weight-bold { font-weight: 700 !important; } .location-list a { color: #ef8120; } /*gallery*/ .gallery-container { background-color: #fff; color: #35373a; padding: 50px 0px; } .tz-gallery .row { margin: 0px -8px; } .tz-gallery .row > div { padding: 8px; } .lightbox { position: relative; width: 100%; height: 100%; display: block; } .tz-gallery .lightbox img { width: 100%; border-radius: 0; position: relative; } .securitytxt { float: left; margin-right: 4px; } .securityimg { vertical-align: middle; float: left; } .clearboth { clear: both; height: 2px; } .sideGrayBigOnly{ display: none; width:25%; margin: 2% 0%; } .TPImage{ width:100%; padding:0; display: flex; position: relative; } .TPImage .titleDiv{ position: absolute; top:0; left:10%; width:25%; padding-top:3%; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; text-align: center; justify-content: center; } .TPImage .noColor{ background-color: rgba(230,231,232,0); } .TPImage .gray{ background-color: rgba(92,92,92,0.5); } .TPImage .red{ background-color: rgba(206,46,38,0.5); } .TPImage .blue{ background-color: rgba(36,76,149,0.5); } .TPImage .titleDiv .titlePageTP{ color:white; letter-spacing: 5px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; font-size: 17px; } .TPX{ width:100%; padding:0; display: flex; align-items: center; justify-content: center; flex-direction: row; flex-wrap: wrap; flex-flow: row wrap; align-content: flex-end; } .sideGray{ display: block; width:65%; margin: 2% 0%; padding-right: 0%; border-right: none;; } .sideGrayTP{ display: block; width:94%; margin: 2% 0%; padding-right: 0%; border-right: none;; } .borderLeft{ border-left: none;; padding: auto; margin: auto; } .side70{ display: block; width:100%; margin: 2% 0%; padding-left:0%; padding-right:0%; } .sideFull{ display: block; width:100%; margin-left: 0%; margin: 2% 0%; } .titleTP{ text-transform: uppercase; margin: 0px; padding: 4px 0px 10px 0px; letter-spacing: 2px; font-size:22px;; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .entryTP { padding: 0px 0px 100px 0px; padding-bottom: 10px; text-align: justify;; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .titleTP2 { color:#069eee; padding: 4px 0px 10px 0px; letter-spacing: 2px; font-size:22px;; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .tableTP{ width: 100%; } .imgTP{ width:90%;margin: 0 5% } .img-thumb{ width: 80px; } /*Register Button */ .registerbutton { display: inline-block; border-radius: 4px; background-color: #124C99; border: none; color: #FFFFFF; text-align: center; font-size: 28px; padding: 20px; width: 100%; transition: all 0.5s; cursor: pointer; margin: 5px;; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .registerbutton span { cursor: pointer; display: inline-block; position: relative; transition: 0.5s;; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .button1{ font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .registerbutton span:after { content: '\00bb'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s;; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .registerbutton:hover span { padding-right: 25px;; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .registerbutton:hover span:after { opacity: 1; right: 0;; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .link_Page{ font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; color:#114C99; } .link_Page:hover{ color:red; } .slideTP{ margin-bottom:22px; width: 100%; background: url(../imgDesign/ThemeMiddleWhite.png) repeat center 0; background-color: rgba(230,231,232,0.5); border-radius: 15px; padding:5px; } .slideTPFull{ margin-bottom:22px; width: 100%; background: url(../imgDesign/ThemeMiddleWhite.png) repeat center 0; background-color: rgba(230,231,232,0.5); border-radius: 15px; padding:5%; } .ticker01{ min-height: 100px; } .slideTPNewsEvent1{ width: 98%; margin-bottom:22px; background-color: rgba(230,231,232,0.5); border-radius: 15px; padding:3%; margin-left: 1%; margin-right:1%; display:block; } .slideTPNewsEvent{ width: 98%; margin-bottom:22px; background: url(../imgDesign/ThemeMiddleWhite.png) repeat center 0; background-color: rgba(230,231,232,0.5); border-radius: 15px; padding:3%; margin-left: 1%; margin-right:1%; display:block; } .slideTPDownload{ width: 98%; margin-bottom:22px; background: url(../imgDesign/ThemeMiddleWhite.png) repeat center 0; background-color: rgba(230,231,232,0.5); border-radius: 15px; padding:3%; margin-left: 1%; margin-right:1%; display:block; min-height: 100px; } .slideTP-NoImage{ margin-top:22px; width: 100%; background-color: rgba(230,231,232,0.5); border-radius: 15px; padding:5px; } .slideTP-NoImage-NoTop{ width: 100%; background-color: rgba(230,231,232,0.5); border-radius: 15px; padding:5px; } .imgSlidTPLogo{ width:80% !important; } .imgSlidTPGrade{ width: 60% !important; bottom:0% !important; left:20%; position: absolute; } .slideStuff{ height: 60%;width: 95%;margin:0 2.5%; padding:1%; } .slideFoot{ margin-bottom: 5%;border-top: 1px solid #dddddd;padding-top: 10pt; } .carousel-Link h4{ position: absolute; left:0; bottom:20%; width:100%; } h4.ras{ position: absolute; left:0; bottom:12%; width:100%; } .tableX{ min-height: 440px; } .carousel-Link h4, .carousel-Link p { color : #124C99; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .carousel-Link h4:hover,.carousel-Link p:hover{ color: #CE2E26; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .BoldLink{ /*margin-bottom: 10%;*/ /* margin-top: -3%;*/ margin-top: -20%;margin-bottom: 40%; text-align: center; font-size: 10pt; text-decoration: underline; text-decoration-style: dashed; color : #124C99;; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; position: static; bottom: 2%; left: 4%; right: 4%; } .BoldLink:hover { color: #CE2E26; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .oListTP{ list-style: disc ; padding:2% 3%; padding-top:1%; } .oListTPDownload{ list-style: disc ; padding:2% 10%; } .olEnter{ list-style: decimal; padding:1.5% 3%; } .oListTP li a,.oListTPDownload li a{ color:#124C99; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .oListTP li a:hover,.oListTPDownload li a:hover{ color:#CE2E26; } .slideTPTitle{ color:#124C99; letter-spacing: 0.5px; font-size:22px;; font-weight: bold; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .TPImage .titleDiv .imgI{ width:36%; margin-bottom: -10%; } @media (min-width: 575.98px) {/*sm*/ .sectionCol { width:90%; margin:1% 5% } .slideTPNewsEvent, .slideTPNewsEvent1{ width: 98%; margin-left: 1%; margin-right:1%; display:block; } .borderLeft{ border-left: none;; padding: auto; margin: auto; } .TPImage .titleDiv .titlePageTP{ letter-spacing: 5px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; font-size: 22px; } .TPImage .titleDiv .imgI{ width:35%; margin-bottom: 0%; } .TPImage .titleDiv{ padding-top:1%; } } .paddingAll{ padding:auto; } .map { width:100%; margin:23px 0 0 0; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .map iframe { width:100%; border-radius:5px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } dl { margin:22px 0px 0 0px; float:left; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } dl dt { } dl dd span { display:block; width:79px; float:left; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } dl dd { } dl dd a { color:#999999; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } dl dd a:hover { text-decoration:underline; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } #form { margin: 9px 0 0px 0px; width:580px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } #form input { border-top:#cbcbcb 1px solid; border-left:#e0e0e0 1px solid; background:#f2f2f2; border-radius:4px; font: 14px Arial, Helvetica, sans-serif; color:#1e1e1e; padding:5px 10px 7px 10px; outline: medium none; width: 259px; height:28px; float:left; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } #form textarea { height: 250px; width: 350px; border-top:#cbcbcb 1px solid; border-left:#e0e0e0 1px solid; background:#f2f2f2; border-radius:4px; font: 14px Arial, Helvetica, sans-serif; color:#1e1e1e; outline: medium none; overflow: auto; padding: 5px 0px 0px 10px; resize:none; margin:0px 0 0 0; float:left; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } #form label { position:relative; overflow:hidden; display: block; min-height:40px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } #form label strong { font-weight:normal; color:#1e1e1e; float:left; display:inline-block; width:80px; padding-top:2px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .btns { text-align:right; width:75% !important; padding-top:20px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .btns a { display:inline-block; margin:0 0px 0 10px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } /* Global properties ======================================================== */ .main { width:940px; margin:0 auto; overflow:hidden; position:relative; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .ic { border:0; float:right; background:#fff; color:#f00; width:50%; line-height:10px; font-size:10px; margin:-220% 0 0 0; overflow:hidden; padding:0; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } /***********************************************************************/ a { text-decoration:none; cursor:pointer; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } a:hover { text-decoration:none; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } a.button { background:#f7f7f7; border-radius:3px; color:#a83715; font-size:14px; line-height:18px; padding:11px 19px 11px 19px; display:inline-block; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } a.button:hover { background:#1e1e1e; color:#fff; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } a.button-2 { background:url(../images/button-3.jpg) 0 0 repeat-x #b21903; border-radius:5px; color:#fff; font-size:14px; line-height:18px; padding:11px 29px 11px 29px; display:inline-block; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } a.button-2:hover { background:#1e1e1e; color:#fff; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } a.link { text-decoration:none; cursor:pointer; color:#a83715; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } a.link:hover { text-decoration:underline; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .color-1 { color:#1e1e1e; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } a.color-1:hover { text-decoration:underline; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .color-2 { color:#1e1e1e; font-size:12px; line-height:20px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .color-3 { color:#a83715; font-size:30px; line-height:36px; letter-spacing:-1px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .sectionCol { width:98%; margin:1%; display: block; position: relative; } .sectionColInner{ position: relative; width:100%; } .sectionColInner .imageBack{ width:90%; margin:0 5%; color:#CE2E26; cursor: pointer; } .sectionColInner .imageBack:hover{ width:90%; margin:0 5%; color:#124C99; } .sectionColInner .imageBack:hover > .sectionColInner .sectionLabel{ background-color:#124C99; } .sectionColInner .sectionLabel{ width:100%; padding:2%; position: absolute; bottom:0; left:0; background-color:#CE2E26; color:white; font-size: 18px; cursor: pointer; } .sectionColInner .sectionLabel:hover{ background-color:#124C99; } .sectionColInner .sectionLabel:hover .sectionColInner .imageBack{ color:#124C99; } .olSide{ width:100%; margin:0% 0% 2% 0%; background-color: white; } /*.olSideDeep li{ background-color: #b3b3b3 !important; padding:0.5% 2%; }*/ .olSideDeep li{ /*background-color: white !important;*/ /*border:0px solid rgba(36, 76, 149, 0.2);*/ background-color: white !important; padding:0.5% 2% 0.5% 1%; } .olSideDeep li:first-child:before{ content: ''; } .olSideDeep li:before{ content: '> '; } .olSideMid li{ background-color: #cccccc !important; padding:0.5% 2%; } .olSideLig li{ background-color: #e6e6e6 !important; padding:0.5% 2%; } .olSideCurrent,.olSideTitleMajor,.olSideTitle,.olSideContent{ /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/ } .olSideCurrent ,.olSideCurrent a{ color:#ce2e26; font-weight: bold; font-size: 14px; margin: 0.5% 0%; } .olSideTitleMajor ,.olSideTitleMajor a{ color:#244c95; font-weight: bold; font-size: 16px; margin: 0.5% 0%; } .olSideTitle ,.olSideTitle a{ margin: 0.5% 0%; font-size: 12px; color:#244c95; font-weight: bold; } .olSideContent, .olSideContent a{ margin: 0.5% 0%; font-size: 12px; color:#244c95; font-weight: lighter; } .olSideTitle:hover,.olSideContent:hover,.olSideTitleMajor:hover{ color:#ce2e26; /*border:1px solid rgba(36, 76, 149, 0.2);*/ } .olSideCurrent:hover{ color:#244c95; /*border:1px solid rgba(36, 76, 149, 0.2);*/ } .olSideTitle:hover a,.olSideContent:hover a,.olSideTitleMajor:hover a{ color:#ce2e26; } .olSideCurrent:hover a{ color:#244c95; } .olSideTitle a:hover,.olSideContent a:hover,.olSideTitleMajor a:hover{ color:#ce2e26; } .olSideCurrent a:hover{ color:#244c95; } .olSideTitle:hover a:hover,.olSideContent:hover a:hover,.olSideTitleMajor:hover a:hover{ color:#ce2e26; } .olSideCurrent:hover a:hover{ color:#244c95; } @media (min-width: 768px) {/*md*/ .sectionCol { width:35%; } .slideTPNewsEvent, .slideTPNewsEvent1{ width: 48%; margin-left: 1%; margin-right:1%; display:block; } .paddingAll{ padding:5%; } .TPImage .titleDiv .titlePageTP{ letter-spacing: 5px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; font-size: 35px; } .TPImage .titleDiv .imgI{ width:35%; margin-bottom: 0%; } .TPImage .titleDiv{ padding-top:1%; } .TPX{ width:100%; padding:2% 0%; display: inline-block; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; } .fullSection{ width:100%; padding:2% 0%; } .fullSectionAudio{ width:100%; padding:0%; align-items: center; justify-content: center; } .flexDis{ width:100%; padding:2% 0%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: center; } .sideGrayTP,.sideGray,.sideGrayBigOnly{ display: block; width:30%; float:left; margin: 0% 0%; padding-right: 1%; padding-top: 0%; border-right: 1px solid #124C99;; } .boxPartners{ display: block; width:49%; margin:1%; padding:2%; min-height: 150px !important; border:1px solid #124C99;; border-radius: 15px; } .borderLeft{ border-left: 1px solid #124C99;; text-align: left; } .Categories{ padding:0 0% 0 30%; } .side70{ float:right; display: block; width:70%; margin: 0% 0%; padding-left:0%; padding-right:0%; } .sideFull{ float:right; display: block; width:90%; margin: 0% 5%; } #form textarea { height: 274px; width: 489px; } .btns { text-align:right; width:100% !important; } } @media (min-width: 992px) {/*lg*/ .sectionCol { width:33%; } .slideTPNewsEvent, .slideTPNewsEvent1{ width: 48%; margin-left: 1%; margin-right:1%; display:block; } .btns { text-align:right; width:100% !important; } .paddingAll{ padding:5%; } #form textarea { height: 274px; width: 489px; } .TPImage .titleDiv .titlePageTP{ letter-spacing: 5px; font-family: 'Merriweather','Century Gothic','FontOPAL','Varela Round', 'Source Sans Pro',Helvetica, sans-serif; font-size: 50px; } .TPImage .titleDiv .imgI{ width:35%; margin-bottom: 0%; } .TPImage .titleDiv{ padding-top:1%; } .TPX{ width:100%; padding:2% 0%; display: inline-block } .sideGrayTP,.sideGray,.sideGrayBigOnly{ display: block; width:25%; float:left; margin: 0% 0%; padding-right: 1%; border-right: 1px solid #124C99;; } .borderLeft{ border-left: 1px solid #124C99;; text-align: left; } .side70{ float:right; margin: 0% 0%; display: block; padding-left:0%; padding-right:0%; width:75%; } .sideFull{ float:right; margin: 0% 0%; display: block; width:100%; } }
0.323273
0.043144
@CHARSET "UTF-8"; #tool_bar_div{margin:0px; padding:0px; border:1px solid #000099; border-bottom:0px; padding:2px; font-size:10pt; width:100%; background:#F7F7F7;} .tool_bar_bgimg{background-repeat:no-repeat; background-image:url(./icon.gif);} .tool_bar_element, .tool_bar_line, .tool_bar_submenu li span{position:relative; display:inline-table;} .tool_bar_button{width:20px;} .tool_bar_button, .tool_bar_line{text-indent:-9999px; height:20px; line-height:20px;} .tool_bar_element{cursor:pointer; border:1px solid #F7F7F7;} .tool_bar_element:hover{border:1px solid #737373;} /* 工具栏按钮图标 */ #tool_bar_insert{background-position:0px 0px;} #tool_bar_font{background-position:-20px 0px;} #tool_bar_size{background-position:-40px 0px;} #tool_bar_bold{background-position:-60px 0px;} #tool_bar_italic{background-position:-80px 0px;} #tool_bar_underline{background-position:-100px 0px;} #tool_bar_del{background-position:-120px 0px;} #tool_bar_color{background-position:-140px 0px;} #tool_bar_bgcolor{background-position:-160px 0px;} #tool_bar_url{background-position:-180px 0px;} #tool_bar_align{background-position:-200px 0px;} #tool_bar_list{background-position:-220px 0px;} #tool_bar_sup{background-position:-240px 0px;} #tool_bar_sub{background-position:-260px 0px;} #tool_bar_table{background-position:0px -20px;} #tool_bar_img{background-position:-20px -20px;} #tool_bar_face{background-position:-40px -20px;} #tool_bar_flash{background-position:-60px -20px;} #tool_bar_clear{background-position:-80px -20px;} #tool_bar_preview{background-position:-100px -20px;} #tool_bar_help{background-position:-120px -20px;} #tool_bar_alignleft{background-position:-140px -20px;} #tool_bar_aligncenter{background-position:-160px -20px;} #tool_bar_alignright{background-position:-180px -20px;} #tool_bar_ul{background-position:-200px -20px;} #tool_bar_ol{background-position:-220px -20px;} #tool_bar_block{background-position:-20px -40px;} #tool_bar_code{background-position:-60px -40px;} #tool_bar_ed2k{background-position:-80px -40px;} #tool_bar_magnet{background-position:-260px -20px;} #tool_bar_thunder{background-position:-40px -40px;} #tool_bar_escape{background-position:-100px -40px;} #tool_bar_mark{background-position:-120px -40px;} #tool_bar_language{background-position:-140px -40px;} #tool_bar_phonics{background-position:-160px -40px;} .tool_bar_line{width:5px; background-position:-280px 0px;} #tool_bar_menu_face{width:266px; padding:3px;} #tool_bar_menu_face img{margin:1px; border:1px solid #F3F3F3; padding:2px; width:30px; height:30px;} #tool_bar_menu_face img:hover{border:1px solid #FFFFFF; background:#FFFFFF;} /* 下拉菜单按钮样式 */ .tool_bar_submenu li, .color_ul li{height:22px; line-height:22px;} .tool_bar_submenu, .color_ul{position:absolute; background:#F4F4F4; border:1px solid #939393; list-style:none; padding:0px; z-index:1; margin:0px; top:23px;} .tool_bar_submenu li{width:130px; border:1px solid #F3F3F3; margin:1px; padding-left:3px;} .tool_bar_submenu li:hover{background:#FFFFFF; border:1px solid #CCCCCC;} .color_ul{width:224px; padding:2px;} .color_ul li{display:inline-table; text-indent:-9999px; width:22px; margin:2px; line-height:20px;} .color_ul li:hover{border:1px solid #FFFFFF;} /* 字体 */ .font_song{font-family:宋体;} .font_kai{font-family:华文楷体;} .font_weibei{font-family:华文魏碑;} .font_lishu{font-family:华文隶书;} .font_fsong{font-family:华文仿宋;} .font_hei{font-family:微软雅黑;} .font_arial{font-family:Arial;} .font_couriernew{font-family:Courier New;} .font_mspgothic{font-family:MS PGothic;} .font_mspmincho{font-family:MS PMincho;} .font_georgia{font-family:Georgia;} .font_impact{font-family:Impact;} .font_tahoma{font-family:Tahoma;} .font_timesnewroman{font-family:Times New Roman;} /* 字号 */ .size_12{font-size:12px;} .size_15{font-size:15px;} .size_18{font-size:18px;} .size_21{font-size:21px;} .size_24{font-size:24px;} .size_27{font-size:27px;} /* 背景色 */ .bgcolor_FF8080{background:#FF8080; border:1px solid #FF8080;} .bgcolor_FFFF80{background:#FFFF80; border:1px solid #FFFF80;} .bgcolor_80FF80{background:#80FF80; border:1px solid #80FF80;} .bgcolor_00FF80{background:#00FF80; border:1px solid #00FF80;} .bgcolor_80FFFF{background:#80FFFF; border:1px solid #80FFFF;} .bgcolor_0080FF{background:#0080FF; border:1px solid #0080FF;} .bgcolor_FF80C0{background:#FF80C0; border:1px solid #FF80C0;} .bgcolor_FF80FF{background:#FF80FF; border:1px solid #FF80FF;} .bgcolor_FF0000{background:#FF0000; border:1px solid #FF0000;} .bgcolor_FFFF00{background:#FFFF00; border:1px solid #FFFF00;} .bgcolor_80FF00{background:#80FF00; border:1px solid #80FF00;} .bgcolor_00FF40{background:#00FF40; border:1px solid #00FF40;} .bgcolor_00FFFF{background:#00FFFF; border:1px solid #00FFFF;} .bgcolor_0080C0{background:#0080C0; border:1px solid #0080C0;} .bgcolor_8080C0{background:#8080C0; border:1px solid #8080C0;} .bgcolor_FF00FF{background:#FF00FF; border:1px solid #FF00FF;} .bgcolor_804040{background:#804040; border:1px solid #804040;} .bgcolor_FF8040{background:#FF8040; border:1px solid #FF8040;} .bgcolor_00FF00{background:#00FF00; border:1px solid #00FF00;} .bgcolor_008080{background:#008080; border:1px solid #008080;} .bgcolor_004080{background:#004080; border:1px solid #004080;} .bgcolor_8080FF{background:#8080FF; border:1px solid #8080FF;} .bgcolor_800040{background:#800040; border:1px solid #800040;} .bgcolor_FF0080{background:#FF0080; border:1px solid #FF0080;} .bgcolor_800000{background:#800000; border:1px solid #800000;} .bgcolor_FF8000{background:#FF8000; border:1px solid #FF8000;} .bgcolor_008000{background:#008000; border:1px solid #008000;} .bgcolor_008040{background:#008040; border:1px solid #008040;} .bgcolor_0000FF{background:#0000FF; border:1px solid #0000FF;} .bgcolor_0000A0{background:#0000A0; border:1px solid #0000A0;} .bgcolor_800080{background:#800080; border:1px solid #800080;} .bgcolor_8000FF{background:#8000FF; border:1px solid #8000FF;} .bgcolor_400000{background:#400000; border:1px solid #400000;} .bgcolor_804000{background:#804000; border:1px solid #804000;} .bgcolor_004000{background:#004000; border:1px solid #004000;} .bgcolor_004040{background:#004040; border:1px solid #004040;} .bgcolor_000080{background:#000080; border:1px solid #000080;} .bgcolor_000040{background:#000040; border:1px solid #000040;} .bgcolor_400040{background:#400040; border:1px solid #400040;} .bgcolor_400080{background:#400080; border:1px solid #400080;} .bgcolor_000000{background:#000000; border:1px solid #000000;} .bgcolor_808080{background:#808080; border:1px solid #808080;} .bgcolor_808040{background:#808040; border:1px solid #808040;} .bgcolor_808080{background:#808080; border:1px solid #808080;} .bgcolor_408080{background:#408080; border:1px solid #408080;} .bgcolor_C0C0C0{background:#C0C0C0; border:1px solid #C0C0C0;} .bgcolor_400040{background:#400040; border:1px solid #400040;} .bgcolor_FFFFFF{background:#FFFFFF; border:1px solid #FFFFFF;} .input_textarea{width:400px; height:250px;} .input_closeimg{position:absolute; right:7px; top:7px;} .sb_ta_title{padding:3px 2px 2px 4px;} .tool_bar_span{text-indent:2px;} .tool_bar_color_table{width:100px;} .tool_bar_color_cell{width:5px; height:5px;} .ed2kline{margin:5px; padding:0px;} .showname, .showsize{display:inline-table;} .showname{width:90%;} .showsize{width:10%;} .textarea{margin:0px; border:1px solid #000099; width:100%; padding:2px; height:350px;}
res/FlyEditor.css
@CHARSET "UTF-8"; #tool_bar_div{margin:0px; padding:0px; border:1px solid #000099; border-bottom:0px; padding:2px; font-size:10pt; width:100%; background:#F7F7F7;} .tool_bar_bgimg{background-repeat:no-repeat; background-image:url(./icon.gif);} .tool_bar_element, .tool_bar_line, .tool_bar_submenu li span{position:relative; display:inline-table;} .tool_bar_button{width:20px;} .tool_bar_button, .tool_bar_line{text-indent:-9999px; height:20px; line-height:20px;} .tool_bar_element{cursor:pointer; border:1px solid #F7F7F7;} .tool_bar_element:hover{border:1px solid #737373;} /* 工具栏按钮图标 */ #tool_bar_insert{background-position:0px 0px;} #tool_bar_font{background-position:-20px 0px;} #tool_bar_size{background-position:-40px 0px;} #tool_bar_bold{background-position:-60px 0px;} #tool_bar_italic{background-position:-80px 0px;} #tool_bar_underline{background-position:-100px 0px;} #tool_bar_del{background-position:-120px 0px;} #tool_bar_color{background-position:-140px 0px;} #tool_bar_bgcolor{background-position:-160px 0px;} #tool_bar_url{background-position:-180px 0px;} #tool_bar_align{background-position:-200px 0px;} #tool_bar_list{background-position:-220px 0px;} #tool_bar_sup{background-position:-240px 0px;} #tool_bar_sub{background-position:-260px 0px;} #tool_bar_table{background-position:0px -20px;} #tool_bar_img{background-position:-20px -20px;} #tool_bar_face{background-position:-40px -20px;} #tool_bar_flash{background-position:-60px -20px;} #tool_bar_clear{background-position:-80px -20px;} #tool_bar_preview{background-position:-100px -20px;} #tool_bar_help{background-position:-120px -20px;} #tool_bar_alignleft{background-position:-140px -20px;} #tool_bar_aligncenter{background-position:-160px -20px;} #tool_bar_alignright{background-position:-180px -20px;} #tool_bar_ul{background-position:-200px -20px;} #tool_bar_ol{background-position:-220px -20px;} #tool_bar_block{background-position:-20px -40px;} #tool_bar_code{background-position:-60px -40px;} #tool_bar_ed2k{background-position:-80px -40px;} #tool_bar_magnet{background-position:-260px -20px;} #tool_bar_thunder{background-position:-40px -40px;} #tool_bar_escape{background-position:-100px -40px;} #tool_bar_mark{background-position:-120px -40px;} #tool_bar_language{background-position:-140px -40px;} #tool_bar_phonics{background-position:-160px -40px;} .tool_bar_line{width:5px; background-position:-280px 0px;} #tool_bar_menu_face{width:266px; padding:3px;} #tool_bar_menu_face img{margin:1px; border:1px solid #F3F3F3; padding:2px; width:30px; height:30px;} #tool_bar_menu_face img:hover{border:1px solid #FFFFFF; background:#FFFFFF;} /* 下拉菜单按钮样式 */ .tool_bar_submenu li, .color_ul li{height:22px; line-height:22px;} .tool_bar_submenu, .color_ul{position:absolute; background:#F4F4F4; border:1px solid #939393; list-style:none; padding:0px; z-index:1; margin:0px; top:23px;} .tool_bar_submenu li{width:130px; border:1px solid #F3F3F3; margin:1px; padding-left:3px;} .tool_bar_submenu li:hover{background:#FFFFFF; border:1px solid #CCCCCC;} .color_ul{width:224px; padding:2px;} .color_ul li{display:inline-table; text-indent:-9999px; width:22px; margin:2px; line-height:20px;} .color_ul li:hover{border:1px solid #FFFFFF;} /* 字体 */ .font_song{font-family:宋体;} .font_kai{font-family:华文楷体;} .font_weibei{font-family:华文魏碑;} .font_lishu{font-family:华文隶书;} .font_fsong{font-family:华文仿宋;} .font_hei{font-family:微软雅黑;} .font_arial{font-family:Arial;} .font_couriernew{font-family:Courier New;} .font_mspgothic{font-family:MS PGothic;} .font_mspmincho{font-family:MS PMincho;} .font_georgia{font-family:Georgia;} .font_impact{font-family:Impact;} .font_tahoma{font-family:Tahoma;} .font_timesnewroman{font-family:Times New Roman;} /* 字号 */ .size_12{font-size:12px;} .size_15{font-size:15px;} .size_18{font-size:18px;} .size_21{font-size:21px;} .size_24{font-size:24px;} .size_27{font-size:27px;} /* 背景色 */ .bgcolor_FF8080{background:#FF8080; border:1px solid #FF8080;} .bgcolor_FFFF80{background:#FFFF80; border:1px solid #FFFF80;} .bgcolor_80FF80{background:#80FF80; border:1px solid #80FF80;} .bgcolor_00FF80{background:#00FF80; border:1px solid #00FF80;} .bgcolor_80FFFF{background:#80FFFF; border:1px solid #80FFFF;} .bgcolor_0080FF{background:#0080FF; border:1px solid #0080FF;} .bgcolor_FF80C0{background:#FF80C0; border:1px solid #FF80C0;} .bgcolor_FF80FF{background:#FF80FF; border:1px solid #FF80FF;} .bgcolor_FF0000{background:#FF0000; border:1px solid #FF0000;} .bgcolor_FFFF00{background:#FFFF00; border:1px solid #FFFF00;} .bgcolor_80FF00{background:#80FF00; border:1px solid #80FF00;} .bgcolor_00FF40{background:#00FF40; border:1px solid #00FF40;} .bgcolor_00FFFF{background:#00FFFF; border:1px solid #00FFFF;} .bgcolor_0080C0{background:#0080C0; border:1px solid #0080C0;} .bgcolor_8080C0{background:#8080C0; border:1px solid #8080C0;} .bgcolor_FF00FF{background:#FF00FF; border:1px solid #FF00FF;} .bgcolor_804040{background:#804040; border:1px solid #804040;} .bgcolor_FF8040{background:#FF8040; border:1px solid #FF8040;} .bgcolor_00FF00{background:#00FF00; border:1px solid #00FF00;} .bgcolor_008080{background:#008080; border:1px solid #008080;} .bgcolor_004080{background:#004080; border:1px solid #004080;} .bgcolor_8080FF{background:#8080FF; border:1px solid #8080FF;} .bgcolor_800040{background:#800040; border:1px solid #800040;} .bgcolor_FF0080{background:#FF0080; border:1px solid #FF0080;} .bgcolor_800000{background:#800000; border:1px solid #800000;} .bgcolor_FF8000{background:#FF8000; border:1px solid #FF8000;} .bgcolor_008000{background:#008000; border:1px solid #008000;} .bgcolor_008040{background:#008040; border:1px solid #008040;} .bgcolor_0000FF{background:#0000FF; border:1px solid #0000FF;} .bgcolor_0000A0{background:#0000A0; border:1px solid #0000A0;} .bgcolor_800080{background:#800080; border:1px solid #800080;} .bgcolor_8000FF{background:#8000FF; border:1px solid #8000FF;} .bgcolor_400000{background:#400000; border:1px solid #400000;} .bgcolor_804000{background:#804000; border:1px solid #804000;} .bgcolor_004000{background:#004000; border:1px solid #004000;} .bgcolor_004040{background:#004040; border:1px solid #004040;} .bgcolor_000080{background:#000080; border:1px solid #000080;} .bgcolor_000040{background:#000040; border:1px solid #000040;} .bgcolor_400040{background:#400040; border:1px solid #400040;} .bgcolor_400080{background:#400080; border:1px solid #400080;} .bgcolor_000000{background:#000000; border:1px solid #000000;} .bgcolor_808080{background:#808080; border:1px solid #808080;} .bgcolor_808040{background:#808040; border:1px solid #808040;} .bgcolor_808080{background:#808080; border:1px solid #808080;} .bgcolor_408080{background:#408080; border:1px solid #408080;} .bgcolor_C0C0C0{background:#C0C0C0; border:1px solid #C0C0C0;} .bgcolor_400040{background:#400040; border:1px solid #400040;} .bgcolor_FFFFFF{background:#FFFFFF; border:1px solid #FFFFFF;} .input_textarea{width:400px; height:250px;} .input_closeimg{position:absolute; right:7px; top:7px;} .sb_ta_title{padding:3px 2px 2px 4px;} .tool_bar_span{text-indent:2px;} .tool_bar_color_table{width:100px;} .tool_bar_color_cell{width:5px; height:5px;} .ed2kline{margin:5px; padding:0px;} .showname, .showsize{display:inline-table;} .showname{width:90%;} .showsize{width:10%;} .textarea{margin:0px; border:1px solid #000099; width:100%; padding:2px; height:350px;}
0.107684
0.032406
@charset "utf-8"; /* いらない所を削除すること */ form#mail_form * { margin: 0; padding: 0; } form#mail_form { width: 960px; margin: 50px auto; padding: 10px 0; background: #ffffff; border: 1px solid #cccccc; border-radius: 7px; box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 ); font-size: 95%; line-height: 1.8; } .title{ font-size: 150%; font-weight: bold; border-bottom: 1px solid #155d74; width: 100%; /* どうして、線が真ん中に来ないのだろう? */ text-align: center; } form#mail_form dl { width: 90%; margin: 0 auto; overflow: hidden; } form#mail_form dl dt { clear: both; width: 30%; float: left; border-top: 1px solid #cccccc; padding: 15px 0; text-align: right; overflow: hidden; } form#mail_form dl dd { width: 65%; float: right; border-top: 1px solid #cccccc; padding: 15px 0 15px 5%; } form#mail_form dl dt:first-child, form#mail_form dl dt:first-child + dd { border: none; } form#mail_form dl dt span { display: block; font-size: 85%; color: #3377ff; } form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"] { max-width: 90%; padding: 7px 2%; border: 1px solid #cccccc; border-radius: 3px; background: #fafafa; -webkit-appearance: none; font-size: 100%; font-family: inherit; margin-top: 7px; } form#mail_form input[type="text"]:focus, form#mail_form input[type="email"]:focus, form#mail_form input[type="tel"]:focus, form#mail_form textarea:focus { box-shadow: 0px 0px 5px #55ccff; border: 1px solid #55ccff; background: #ffffff; } form#mail_form ul li input[type="radio"], form#mail_form ul li input[type="checkbox"] { margin-right: 10px; margin-top: 10px; } form#mail_form ul li:first-child input[type="radio"], form#mail_form ul li:first-child input[type="checkbox"] { margin-top: 0px; } form#mail_form select { font-size: 100%; font-family: inherit; margin-top: 10px; } form#mail_form textarea { display: block; width: 90%; max-width: 90%; height: 200px; padding: 7px 2%; resize: vertical; border: 1px solid #cccccc; border-radius: 3px; background: #fafafa; -webkit-appearance: none; font-size: 100%; font-family: inherit; } form#mail_form ul { list-style-type: none; } form#mail_form ul li label:hover { cursor: pointer; } form#mail_form input#company_name, form#mail_form input#your_name, form#mail_form input#tel, form#mail_form input#address, form#mail_form input#mail_address, form#mail_form input#mail_address_confirm { width: 80%; } form#mail_form input#postal + a { display: inline-block; padding: 5px 15px; border: 1px solid #46b8da; border-radius: 3px; background: #5bc0de; font-size: 100%; color: #ffffff; text-decoration: none; } form#mail_form p#form_submit { width: 90%; margin: 0 auto; padding: 15px 0; border-top: 1px solid #cccccc; } form#mail_form input[type="button"] { padding: 7px 20px; border: 1px solid #4cae4c; border-radius: 3px; background: #5cb85c; font-size: 100%; color: #ffffff; font-family: inherit; -webkit-appearance: none; } form#mail_form input[type="button"]:hover { cursor: pointer; background: #449d44; border: 1px solid #398439; } form#mail_form input#form_submit_button { margin-left: 35%; } .form_submit_button{ display: inline-block; padding: 0.3em 1em; text-decoration: none; color:#1D809F; background: #1D809F; border: solid 2px #1D809F; border-radius: 3px; transition: .4s; color: white; font-size: 16; width: 100px; height: 40px } .form_submit_button:hover { background: #155d74; border-color: #155d74; color: white; }
public/css/product_apply.css
@charset "utf-8"; /* いらない所を削除すること */ form#mail_form * { margin: 0; padding: 0; } form#mail_form { width: 960px; margin: 50px auto; padding: 10px 0; background: #ffffff; border: 1px solid #cccccc; border-radius: 7px; box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 ); font-size: 95%; line-height: 1.8; } .title{ font-size: 150%; font-weight: bold; border-bottom: 1px solid #155d74; width: 100%; /* どうして、線が真ん中に来ないのだろう? */ text-align: center; } form#mail_form dl { width: 90%; margin: 0 auto; overflow: hidden; } form#mail_form dl dt { clear: both; width: 30%; float: left; border-top: 1px solid #cccccc; padding: 15px 0; text-align: right; overflow: hidden; } form#mail_form dl dd { width: 65%; float: right; border-top: 1px solid #cccccc; padding: 15px 0 15px 5%; } form#mail_form dl dt:first-child, form#mail_form dl dt:first-child + dd { border: none; } form#mail_form dl dt span { display: block; font-size: 85%; color: #3377ff; } form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"] { max-width: 90%; padding: 7px 2%; border: 1px solid #cccccc; border-radius: 3px; background: #fafafa; -webkit-appearance: none; font-size: 100%; font-family: inherit; margin-top: 7px; } form#mail_form input[type="text"]:focus, form#mail_form input[type="email"]:focus, form#mail_form input[type="tel"]:focus, form#mail_form textarea:focus { box-shadow: 0px 0px 5px #55ccff; border: 1px solid #55ccff; background: #ffffff; } form#mail_form ul li input[type="radio"], form#mail_form ul li input[type="checkbox"] { margin-right: 10px; margin-top: 10px; } form#mail_form ul li:first-child input[type="radio"], form#mail_form ul li:first-child input[type="checkbox"] { margin-top: 0px; } form#mail_form select { font-size: 100%; font-family: inherit; margin-top: 10px; } form#mail_form textarea { display: block; width: 90%; max-width: 90%; height: 200px; padding: 7px 2%; resize: vertical; border: 1px solid #cccccc; border-radius: 3px; background: #fafafa; -webkit-appearance: none; font-size: 100%; font-family: inherit; } form#mail_form ul { list-style-type: none; } form#mail_form ul li label:hover { cursor: pointer; } form#mail_form input#company_name, form#mail_form input#your_name, form#mail_form input#tel, form#mail_form input#address, form#mail_form input#mail_address, form#mail_form input#mail_address_confirm { width: 80%; } form#mail_form input#postal + a { display: inline-block; padding: 5px 15px; border: 1px solid #46b8da; border-radius: 3px; background: #5bc0de; font-size: 100%; color: #ffffff; text-decoration: none; } form#mail_form p#form_submit { width: 90%; margin: 0 auto; padding: 15px 0; border-top: 1px solid #cccccc; } form#mail_form input[type="button"] { padding: 7px 20px; border: 1px solid #4cae4c; border-radius: 3px; background: #5cb85c; font-size: 100%; color: #ffffff; font-family: inherit; -webkit-appearance: none; } form#mail_form input[type="button"]:hover { cursor: pointer; background: #449d44; border: 1px solid #398439; } form#mail_form input#form_submit_button { margin-left: 35%; } .form_submit_button{ display: inline-block; padding: 0.3em 1em; text-decoration: none; color:#1D809F; background: #1D809F; border: solid 2px #1D809F; border-radius: 3px; transition: .4s; color: white; font-size: 16; width: 100px; height: 40px } .form_submit_button:hover { background: #155d74; border-color: #155d74; color: white; }
0.143758
0.066965
html { background-image: url('/static/background.png'); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } header { width: 100%; height: 25%; display:flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-content: stretch; align-items: center; font-family: 'Pacifico', cursive; font-size: 50px; letter-spacing: 2px; } .background-container { position: relative; overflow: hidden; } .background-container img { content : ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity : 0.65; z-index: -1; } body { width: 100%; height: 65%; flex-grow: 3; flex-shrink: 0; flex-basis: 200px; font-family: 'Merriweather', serif; color: black; font-size: 30px; } footer { width: 100%; height: 10%; left:0px; width:100%; margin-top: 25px; display:flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-content: center; align-items: center; text-shadow: 1px 1px 2px #3D9945; font-size: 20px; } div.container { display:flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-content: stretch; align-items: center; } h1.logo { width: 100%; flex-grow: 1; flex-shrink: 0; flex-basis: 75px; text-align: center; color: #4414CC; text-shadow: 1px 1px 2px #14CC23; } footer.footer-items { width: 100%; text-align: center; font-family: 'Merriweather', serif; color: #A540FF; font-size: 10px; bottom: 0; } a { color: #4414CC; } h2 { text-shadow: 1px 1px 2px #3D9945; } h4 { text-align: center; position: relative; right: 28px; font-size: 10px; font-family: 'Merriweather', serif; text-align: center; } div.haiku { text-align: center; padding-bottom: 50px; } #newHaikuForm { position: relative; text-shadow: 1px 1px 2px #3D9945; } .button { display: inline-block; font-family: 'Merriweather', serif; position: relative; left: 128px; padding: 5px 5px; font-size: 15px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #4414CC; border: none; border-radius: 10px; box-shadow: 1px 1px 2px #3D9945; } .button:hover {background-color: black} .button:active { background-color: #3e8e41; box-shadow: 0 5px #666; transform: translateY(4px); } div.rating-form { font-size: 18px; margin-bottom: 100px; } h4.no-word { font-size: 14px; text-align: center; right: 5px; }
static/css/style.css
html { background-image: url('/static/background.png'); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } header { width: 100%; height: 25%; display:flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-content: stretch; align-items: center; font-family: 'Pacifico', cursive; font-size: 50px; letter-spacing: 2px; } .background-container { position: relative; overflow: hidden; } .background-container img { content : ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity : 0.65; z-index: -1; } body { width: 100%; height: 65%; flex-grow: 3; flex-shrink: 0; flex-basis: 200px; font-family: 'Merriweather', serif; color: black; font-size: 30px; } footer { width: 100%; height: 10%; left:0px; width:100%; margin-top: 25px; display:flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-content: center; align-items: center; text-shadow: 1px 1px 2px #3D9945; font-size: 20px; } div.container { display:flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-content: stretch; align-items: center; } h1.logo { width: 100%; flex-grow: 1; flex-shrink: 0; flex-basis: 75px; text-align: center; color: #4414CC; text-shadow: 1px 1px 2px #14CC23; } footer.footer-items { width: 100%; text-align: center; font-family: 'Merriweather', serif; color: #A540FF; font-size: 10px; bottom: 0; } a { color: #4414CC; } h2 { text-shadow: 1px 1px 2px #3D9945; } h4 { text-align: center; position: relative; right: 28px; font-size: 10px; font-family: 'Merriweather', serif; text-align: center; } div.haiku { text-align: center; padding-bottom: 50px; } #newHaikuForm { position: relative; text-shadow: 1px 1px 2px #3D9945; } .button { display: inline-block; font-family: 'Merriweather', serif; position: relative; left: 128px; padding: 5px 5px; font-size: 15px; cursor: pointer; text-align: center; text-decoration: none; outline: none; color: #fff; background-color: #4414CC; border: none; border-radius: 10px; box-shadow: 1px 1px 2px #3D9945; } .button:hover {background-color: black} .button:active { background-color: #3e8e41; box-shadow: 0 5px #666; transform: translateY(4px); } div.rating-form { font-size: 18px; margin-bottom: 100px; } h4.no-word { font-size: 14px; text-align: center; right: 5px; }
0.343452
0.067793
.bread-title{ padding-top: 120px; color: #e2a40c; text-align: left; } .blockquote{ text-align: left; } .h1{ text-align: left; } /** * Content */ body { background-color: #fff; color: #000; } a:active { opacity: 0.7; } .page a.active { color: rgba(0, 0, 0, 0.4); } i, em { font-style: italic; } b, strong { font-weight: bold; } sub, sup { position: relative; vertical-align: baseline; } sub { top: 0.3em; } sup { top: -0.4em; } s { text-decoration: line-through; } img { border: 0; padding: 5px; } ul, ol { margin: 0; padding: 0 0 0 0; } ol > li { padding-left: 0.75rem; } blockquote { margin: 0; padding: 0 0 0 2em; } hr { background: rgba(0, 0, 0, .11); border: 0; height: 1px; display: block; } .content img { float: none; margin-bottom: 0rem; vertical-align: bottom; } .gallery_image_caption { background: rgba(0, 0, 0, 0.25); border-radius: 10rem; padding: 0 0.7rem 0.2rem 0.7rem; display: inline-block; margin-top: 0.8em; margin-bottom: 3.0rem; font-size: 1.4rem; font-weight: 400; color: rgba(255, 255, 255, 1); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/; font-style: normal; line-height: 1.3; } /** * Loading Animation */ .loading[data-loading] { position: fixed; bottom: 8px; left: 8px; } /** * Editor styles */ [data-predefined-style="true"] bodycopy { font-size: 1.5rem; font-weight: 400; color: rgba(0, 0, 0, 0.75); font-family: "Freight Text", Icons /*!Persona*/; font-style: normal; line-height: 1.3; } [data-predefined-style="true"] bodycopy a { color: rgba(0, 0, 0, 0.75); padding-bottom: 0em; text-decoration: none; } [data-predefined-style="true"] bodycopy a:hover { } bodycopy a.image-link, bodycopy a.icon-link, bodycopy a.image-link:hover, bodycopy a.icon-link:hover { border-bottom: 0; padding-bottom: 0; } [data-predefined-style="true"] h1 { font-family: "Space Grotesk", Icons /*!Persona*/; font-style: normal; font-weight: 400; padding: 0; margin: 0; font-size: 4.8rem; line-height: 1; color: rgba(0, 0, 0, 0.85); } [data-predefined-style="true"] h1 a { color: rgba(0, 0, 0, 0.85); } [data-predefined-style="true"] h2 { font-family: "Freight Text", Icons /*!Persona*/; font-style: normal; font-weight: 400; padding: 0; margin: 0; color: rgba(0, 0, 0, 0.85); font-size: 2.9rem; line-height: 1; letter-spacing: 0.01em; } [data-predefined-style="true"] h2 a { color: rgba(0, 0, 0, 0.85); } [data-predefined-style="true"] small { display: inline-block; font-size: 1.4rem; line-height: 1.3; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/; font-style: normal; font-weight: 400; color: rgba(0, 0, 0, 0.75); letter-spacing: 0.07em; } [data-predefined-style="true"] small a { color: rgba(0, 0, 0, 0.85); border-bottom-width: 0em; } /** * Breakpoints */ [data-css-preset] .page { background-color: initial /*!page_bgcolor*/; } .mobile .page, [data-css-preset].mobile .page { position: relative; min-height: 10px; max-width: 100%; width: 100%; background-color: transparent /*!page_bgcolor*/; } [data-css-preset] .container { margin-left: auto /*!content_center*/; margin-right: auto /*!content_center*/; text-align: left /*!text_left*/; } [data-css-preset] body { background-color: transparent /*!body_bgcolor*/; } [data-css-preset] .container_width { width: 100% /*!content_center*/; } [data-css-preset] .content_padding { padding-top: 1.5rem /*!main_margin*/; padding-bottom: 1.5rem /*!main_margin*/; padding-left: 1.5rem /*!main_margin*/; padding-right: 1.5rem /*!main_margin*/; } [data-css-preset] text-limit { display: inline-block /*!text_width*/; max-width: 66rem/*!text_width*/; } [data-css-preset] .backdrop { width: 100% /*!background_cover*/; } /** * Thumbnails */ div[thumbnails] { justify-content: flex-start; } [data-css-preset] .thumbnails { background-color: rgba(255, 255, 255, 0)/*!thumbnails_bgcolor*/; } [data-css-preset] .thumbnails_width { width: 100%/*!thumbnails_width*/; } [data-css-preset] [thumbnails-pad] { padding: 0.4rem/*!thumbnails_padding*/; } [data-css-preset] [thumbnails-gutter] { margin: -0.8rem/*!thumbnails_padding*/; } [data-css-preset] [responsive-layout] [thumbnails-pad] { padding: 0.5rem/*!responsive_thumbnails_padding*/; } [data-css-preset] [responsive-layout] [thumbnails-gutter] { margin: -1rem/*!responsive_thumbnails_padding*/; } .thumbnails .thumb_image { outline: 0px solid rgba(0,0,0,.12); outline-offset: -1px; } .thumbnails .title { background: rgba(0, 0, 0, 0.25); border-radius: 10rem; padding: 0 0.7rem 0.2rem 0.7rem; display: inline-block; margin-top: 0.8em; margin-bottom: 2.4rem; font-size: 1.4rem; font-weight: 400; color: rgba(255, 255, 255, 1); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/; font-style: normal; line-height: 1.3; } .thumbnails .tags { margin-top: .8rem; margin-bottom: 2rem; font-size: 1.3rem; font-weight: 400; color: rgba(0, 0, 0, 0.5); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/; font-style: normal; line-height: 1.3; letter-spacing: 0.04em; } .thumbnails .tags a { border-bottom: 0; color: rgba(0, 0, 0, 0.50); text-decoration: none; } .thumbnails .has_title .tags { margin-top: -2rem; } /** * Site Menu */ [data-css-preset] #site_menu_button { color: rgba(0, 0, 0, 0.7); line-height: 1; font-size: 17px /*!site_menu_button*/; padding: 6px; line-height: 1; background: rgba(33, 32, 46, 0); position: fixed; top: 1rem /*!site_menu_button*/; right: 1.25rem /*!site_menu_button*/; } body.mobile #site_menu_button { margin: -6px; font-size: 28px; } #site_menu_button.custom_icon { width: 40px; height: auto; } #site_menu_button.active { display: none; } /** * Site Menu */ #site_menu { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/; background: rgba(20, 20, 20, 0.95); font-size: 20px; font-style: normal; font-weight: 400; padding: 20px 30px 90px 30px; max-width: 400px; min-width: 300px; text-align: left; display: flex; justify-content: flex-start; } body.mobile #site_menu { width: 100%; } #site_menu .page-link a { color: rgba(255, 255, 255, 0.75); } #site_menu .set-link > a { color: rgba(255, 255, 255, 0.75); font-weight: bold; } #site_menu a:active { opacity: .7; } #site_menu a.active { opacity: .4; } #site_menu .close { display: none; color: rgba(255, 255, 255, 0.4); line-height: .85em; font-size: 45px; } body.mobile #site_menu .close { display: block; font-size: 50px; line-height: 1em; } #site_menu .break { height: 28px; } #site_menu .indent { margin-left: 28px; } /** * Shop Button */ [data-css-preset] #shop_button { color: rgba(0, 0, 0, 0.85); background: transparent; font-size: 32px; font-style: normal; font-weight: 400; line-height: 1.3px; position: fixed; padding: 6px; right: 2rem /*!shop_button*/; top: 1.5rem /*!shop_button*/; } #shop_button.text { font-family: "Freight Text", Icons /*!Persona*/; font-size: 1.5rem; padding: 0; font-weight: 400; color: rgba(0, 0, 0, 0.75); font-style: normal; line-height: 1.3; } #shop_button.custom_icon { width: 40px; height: auto; } body.mobile #shop_button:not(.text) { margin: -6px; font-size: 36px; } /** * Shop Product Widget */ .shop_product { width: 100%; max-width: 22rem; position: relative; display: block; } .shop_product .price { font-family: "Freight Text", Icons /*!Persona*/; font-style: normal; font-weight: 400; margin-bottom: 1rem; font-size: 1.5rem; line-height: 1.1; color: rgba(0, 0, 0, 0.75); } .shop_product .dropdown { font-family: "Freight Text", Icons /*!Persona*/; font-size: 1.5rem; display: inline-block; width: 100%; border: 1px solid rgba(0,0,0,.2); border-radius: 10rem; background: white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right; margin-bottom: 1rem; line-height: 1.2; padding: .7rem 1rem; font-style: normal; font-weight: 400; } .shop_product .button { font-family: "Freight Text", Icons /*!Persona*/; font-size: 1.5rem; background: rgba(0, 0, 0, 0.4); color: rgba(255,255,255,1); flex: 0 0 50%; text-align: left; display: inline-block; line-height: 1; padding: .9rem 1rem .8rem; font-style: normal; font-weight: 400; border: 0; border-radius: 10rem; } /** * Image Zoom */ .content img.image-zoom:active { opacity: .7; } .image-zoom-background { background: rgba(0, 0, 0, 0.8); } /** * Image Zoom Navigation Arrows */ .image-zoom-navigation .left-arrow, .image-zoom-navigation .right-arrow { /* Change height/width together to scale */ height: 36px; width: 36px; } .image-zoom-navigation .left-arrow .inner-color, .image-zoom-navigation .right-arrow .inner-color { fill: #fff; } .image-zoom-navigation .left-arrow .outer-color, .image-zoom-navigation .right-arrow .outer-color { fill: #000; opacity: 0.2; } .image-zoom-navigation .close-button { top: 0; right: 0; bottom: 0; left: 0; /* Change height/width together to scale */ width: 36px; height: 36px; } .image-zoom-navigation .close-button .inner-color { fill: #fff; } .image-zoom-navigation .close-button .outer-color { fill: #000; opacity: 0.2; } /** * Image Gallery Navigation Arrows */ .image-gallery{ margin-left: 30%; } .image-gallery-navigation .left-arrow, .image-gallery-navigation .right-arrow { /* Change height/width together to scale */ height: 56px; width: 56px; } .image-gallery-navigation .left-arrow .inner-color, .image-gallery-navigation .right-arrow .inner-color { fill: rgba(0, 0, 0, 0.85); } .image-gallery-navigation .left-arrow .outer-color, .image-gallery-navigation .right-arrow .outer-color { fill: #000; opacity: 0; } /** * Wallpaper Backdrop Navigation Arrows */ .wallpaper-navigation .left-arrow, .wallpaper-navigation .right-arrow { /* Change height/width together to scale */ width: 56px; height: 56px; } .wallpaper-navigation .left-arrow .inner-color, .wallpaper-navigation .right-arrow .inner-color { fill: #000; } .wallpaper-navigation .left-arrow .outer-color, .wallpaper-navigation .right-arrow .outer-color { fill: #000; opacity: 0; } /** * Feed */ .feed .content_container .page { border-top: 0px dashed rgba(0, 0, 0, 0.2); } .feed .content_container .page_container:first-child .page { border-top: 0; } /** * Audio Player */ .audio-player { max-width: 26rem; height: 3.3rem; outline: 1px solid rgba(0,0,0,0.15); color: rgba(0, 0, 0, 0.6); background: transparent; font-size: 1.2rem; line-height: 1.3; font-family: "<NAME>", Icons /*!Persona*/; font-style: normal; font-weight: 400; text-align: left; margin: 1px 1px 1em 1px; } body.mobile .audio-player { max-width: 100%; } .audio-player .separator { width: 1px; background-color: rgba(0,0,0,0.15); } .audio-player .button { background: transparent; cursor: pointer; fill: rgba(0, 0, 0, 0.85); } .audio-player .icon { fill: rgba(0, 0, 0, 0.85); padding: 30%; width: 100%; margin: auto; } .audio-player .buffer { background: rgba(0,0,0,0.03); } .audio-player .progress { background: rgba(0,0,0,0.1); } .audio-player .progress-indicator { border: 1px solid rgba(0, 0, 0, 0.7); width: 1px; height: 100%; right: 0; position: absolute; cursor: ew-resize; } .audio-player .note-icon { height: 100%; width: 3.8rem; padding: 1rem; fill: rgba(0, 0, 0, 0.5); } .audio-player .current-time { padding-left: 1rem; } .audio-player .total-time { padding-right: 1rem; } .ol-before {position:relative;display:block;font-size:12px;background:#fff;margin-bottom:30px} /* 타이틀 */ .ol-before-title {border-top:5px solid #F1EEEA} .ol-before-title h5 {font-size:13px} .ol-before-title p {font-size:11px;color:#707070} /* input */ .ol-before .input input {height:40px;border-color:#bbb} .ol-before .input input:focus {border-color:#df3e35} .ol-before #ol_submit {display:block;width:100%;height:40px;line-height:40px;text-align:center;color:#fff;background:#00a0e9;border:0 none} .ol-before #ol_submit:hover {background:#09b2ff} .ol-before #ol_password_lost {line-height:27px} /* ol-before-register */ .ol-before-register {margin-top:30px} .ol-before-register h6 {font-size:11px} .ol-before-register a {display:block;height:40px;line-height:38px;color:#00a0e9;border:1px solid #00a0e9;text-align:center} .ol-before-register a:hover {border-color:#09b2ff;color:#09b2ff}
src/bread/bread.css
.bread-title{ padding-top: 120px; color: #e2a40c; text-align: left; } .blockquote{ text-align: left; } .h1{ text-align: left; } /** * Content */ body { background-color: #fff; color: #000; } a:active { opacity: 0.7; } .page a.active { color: rgba(0, 0, 0, 0.4); } i, em { font-style: italic; } b, strong { font-weight: bold; } sub, sup { position: relative; vertical-align: baseline; } sub { top: 0.3em; } sup { top: -0.4em; } s { text-decoration: line-through; } img { border: 0; padding: 5px; } ul, ol { margin: 0; padding: 0 0 0 0; } ol > li { padding-left: 0.75rem; } blockquote { margin: 0; padding: 0 0 0 2em; } hr { background: rgba(0, 0, 0, .11); border: 0; height: 1px; display: block; } .content img { float: none; margin-bottom: 0rem; vertical-align: bottom; } .gallery_image_caption { background: rgba(0, 0, 0, 0.25); border-radius: 10rem; padding: 0 0.7rem 0.2rem 0.7rem; display: inline-block; margin-top: 0.8em; margin-bottom: 3.0rem; font-size: 1.4rem; font-weight: 400; color: rgba(255, 255, 255, 1); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/; font-style: normal; line-height: 1.3; } /** * Loading Animation */ .loading[data-loading] { position: fixed; bottom: 8px; left: 8px; } /** * Editor styles */ [data-predefined-style="true"] bodycopy { font-size: 1.5rem; font-weight: 400; color: rgba(0, 0, 0, 0.75); font-family: "Freight Text", Icons /*!Persona*/; font-style: normal; line-height: 1.3; } [data-predefined-style="true"] bodycopy a { color: rgba(0, 0, 0, 0.75); padding-bottom: 0em; text-decoration: none; } [data-predefined-style="true"] bodycopy a:hover { } bodycopy a.image-link, bodycopy a.icon-link, bodycopy a.image-link:hover, bodycopy a.icon-link:hover { border-bottom: 0; padding-bottom: 0; } [data-predefined-style="true"] h1 { font-family: "Space Grotesk", Icons /*!Persona*/; font-style: normal; font-weight: 400; padding: 0; margin: 0; font-size: 4.8rem; line-height: 1; color: rgba(0, 0, 0, 0.85); } [data-predefined-style="true"] h1 a { color: rgba(0, 0, 0, 0.85); } [data-predefined-style="true"] h2 { font-family: "Freight Text", Icons /*!Persona*/; font-style: normal; font-weight: 400; padding: 0; margin: 0; color: rgba(0, 0, 0, 0.85); font-size: 2.9rem; line-height: 1; letter-spacing: 0.01em; } [data-predefined-style="true"] h2 a { color: rgba(0, 0, 0, 0.85); } [data-predefined-style="true"] small { display: inline-block; font-size: 1.4rem; line-height: 1.3; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/; font-style: normal; font-weight: 400; color: rgba(0, 0, 0, 0.75); letter-spacing: 0.07em; } [data-predefined-style="true"] small a { color: rgba(0, 0, 0, 0.85); border-bottom-width: 0em; } /** * Breakpoints */ [data-css-preset] .page { background-color: initial /*!page_bgcolor*/; } .mobile .page, [data-css-preset].mobile .page { position: relative; min-height: 10px; max-width: 100%; width: 100%; background-color: transparent /*!page_bgcolor*/; } [data-css-preset] .container { margin-left: auto /*!content_center*/; margin-right: auto /*!content_center*/; text-align: left /*!text_left*/; } [data-css-preset] body { background-color: transparent /*!body_bgcolor*/; } [data-css-preset] .container_width { width: 100% /*!content_center*/; } [data-css-preset] .content_padding { padding-top: 1.5rem /*!main_margin*/; padding-bottom: 1.5rem /*!main_margin*/; padding-left: 1.5rem /*!main_margin*/; padding-right: 1.5rem /*!main_margin*/; } [data-css-preset] text-limit { display: inline-block /*!text_width*/; max-width: 66rem/*!text_width*/; } [data-css-preset] .backdrop { width: 100% /*!background_cover*/; } /** * Thumbnails */ div[thumbnails] { justify-content: flex-start; } [data-css-preset] .thumbnails { background-color: rgba(255, 255, 255, 0)/*!thumbnails_bgcolor*/; } [data-css-preset] .thumbnails_width { width: 100%/*!thumbnails_width*/; } [data-css-preset] [thumbnails-pad] { padding: 0.4rem/*!thumbnails_padding*/; } [data-css-preset] [thumbnails-gutter] { margin: -0.8rem/*!thumbnails_padding*/; } [data-css-preset] [responsive-layout] [thumbnails-pad] { padding: 0.5rem/*!responsive_thumbnails_padding*/; } [data-css-preset] [responsive-layout] [thumbnails-gutter] { margin: -1rem/*!responsive_thumbnails_padding*/; } .thumbnails .thumb_image { outline: 0px solid rgba(0,0,0,.12); outline-offset: -1px; } .thumbnails .title { background: rgba(0, 0, 0, 0.25); border-radius: 10rem; padding: 0 0.7rem 0.2rem 0.7rem; display: inline-block; margin-top: 0.8em; margin-bottom: 2.4rem; font-size: 1.4rem; font-weight: 400; color: rgba(255, 255, 255, 1); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/; font-style: normal; line-height: 1.3; } .thumbnails .tags { margin-top: .8rem; margin-bottom: 2rem; font-size: 1.3rem; font-weight: 400; color: rgba(0, 0, 0, 0.5); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/; font-style: normal; line-height: 1.3; letter-spacing: 0.04em; } .thumbnails .tags a { border-bottom: 0; color: rgba(0, 0, 0, 0.50); text-decoration: none; } .thumbnails .has_title .tags { margin-top: -2rem; } /** * Site Menu */ [data-css-preset] #site_menu_button { color: rgba(0, 0, 0, 0.7); line-height: 1; font-size: 17px /*!site_menu_button*/; padding: 6px; line-height: 1; background: rgba(33, 32, 46, 0); position: fixed; top: 1rem /*!site_menu_button*/; right: 1.25rem /*!site_menu_button*/; } body.mobile #site_menu_button { margin: -6px; font-size: 28px; } #site_menu_button.custom_icon { width: 40px; height: auto; } #site_menu_button.active { display: none; } /** * Site Menu */ #site_menu { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons /*!System*/; background: rgba(20, 20, 20, 0.95); font-size: 20px; font-style: normal; font-weight: 400; padding: 20px 30px 90px 30px; max-width: 400px; min-width: 300px; text-align: left; display: flex; justify-content: flex-start; } body.mobile #site_menu { width: 100%; } #site_menu .page-link a { color: rgba(255, 255, 255, 0.75); } #site_menu .set-link > a { color: rgba(255, 255, 255, 0.75); font-weight: bold; } #site_menu a:active { opacity: .7; } #site_menu a.active { opacity: .4; } #site_menu .close { display: none; color: rgba(255, 255, 255, 0.4); line-height: .85em; font-size: 45px; } body.mobile #site_menu .close { display: block; font-size: 50px; line-height: 1em; } #site_menu .break { height: 28px; } #site_menu .indent { margin-left: 28px; } /** * Shop Button */ [data-css-preset] #shop_button { color: rgba(0, 0, 0, 0.85); background: transparent; font-size: 32px; font-style: normal; font-weight: 400; line-height: 1.3px; position: fixed; padding: 6px; right: 2rem /*!shop_button*/; top: 1.5rem /*!shop_button*/; } #shop_button.text { font-family: "Freight Text", Icons /*!Persona*/; font-size: 1.5rem; padding: 0; font-weight: 400; color: rgba(0, 0, 0, 0.75); font-style: normal; line-height: 1.3; } #shop_button.custom_icon { width: 40px; height: auto; } body.mobile #shop_button:not(.text) { margin: -6px; font-size: 36px; } /** * Shop Product Widget */ .shop_product { width: 100%; max-width: 22rem; position: relative; display: block; } .shop_product .price { font-family: "Freight Text", Icons /*!Persona*/; font-style: normal; font-weight: 400; margin-bottom: 1rem; font-size: 1.5rem; line-height: 1.1; color: rgba(0, 0, 0, 0.75); } .shop_product .dropdown { font-family: "Freight Text", Icons /*!Persona*/; font-size: 1.5rem; display: inline-block; width: 100%; border: 1px solid rgba(0,0,0,.2); border-radius: 10rem; background: white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right; margin-bottom: 1rem; line-height: 1.2; padding: .7rem 1rem; font-style: normal; font-weight: 400; } .shop_product .button { font-family: "Freight Text", Icons /*!Persona*/; font-size: 1.5rem; background: rgba(0, 0, 0, 0.4); color: rgba(255,255,255,1); flex: 0 0 50%; text-align: left; display: inline-block; line-height: 1; padding: .9rem 1rem .8rem; font-style: normal; font-weight: 400; border: 0; border-radius: 10rem; } /** * Image Zoom */ .content img.image-zoom:active { opacity: .7; } .image-zoom-background { background: rgba(0, 0, 0, 0.8); } /** * Image Zoom Navigation Arrows */ .image-zoom-navigation .left-arrow, .image-zoom-navigation .right-arrow { /* Change height/width together to scale */ height: 36px; width: 36px; } .image-zoom-navigation .left-arrow .inner-color, .image-zoom-navigation .right-arrow .inner-color { fill: #fff; } .image-zoom-navigation .left-arrow .outer-color, .image-zoom-navigation .right-arrow .outer-color { fill: #000; opacity: 0.2; } .image-zoom-navigation .close-button { top: 0; right: 0; bottom: 0; left: 0; /* Change height/width together to scale */ width: 36px; height: 36px; } .image-zoom-navigation .close-button .inner-color { fill: #fff; } .image-zoom-navigation .close-button .outer-color { fill: #000; opacity: 0.2; } /** * Image Gallery Navigation Arrows */ .image-gallery{ margin-left: 30%; } .image-gallery-navigation .left-arrow, .image-gallery-navigation .right-arrow { /* Change height/width together to scale */ height: 56px; width: 56px; } .image-gallery-navigation .left-arrow .inner-color, .image-gallery-navigation .right-arrow .inner-color { fill: rgba(0, 0, 0, 0.85); } .image-gallery-navigation .left-arrow .outer-color, .image-gallery-navigation .right-arrow .outer-color { fill: #000; opacity: 0; } /** * Wallpaper Backdrop Navigation Arrows */ .wallpaper-navigation .left-arrow, .wallpaper-navigation .right-arrow { /* Change height/width together to scale */ width: 56px; height: 56px; } .wallpaper-navigation .left-arrow .inner-color, .wallpaper-navigation .right-arrow .inner-color { fill: #000; } .wallpaper-navigation .left-arrow .outer-color, .wallpaper-navigation .right-arrow .outer-color { fill: #000; opacity: 0; } /** * Feed */ .feed .content_container .page { border-top: 0px dashed rgba(0, 0, 0, 0.2); } .feed .content_container .page_container:first-child .page { border-top: 0; } /** * Audio Player */ .audio-player { max-width: 26rem; height: 3.3rem; outline: 1px solid rgba(0,0,0,0.15); color: rgba(0, 0, 0, 0.6); background: transparent; font-size: 1.2rem; line-height: 1.3; font-family: "<NAME>", Icons /*!Persona*/; font-style: normal; font-weight: 400; text-align: left; margin: 1px 1px 1em 1px; } body.mobile .audio-player { max-width: 100%; } .audio-player .separator { width: 1px; background-color: rgba(0,0,0,0.15); } .audio-player .button { background: transparent; cursor: pointer; fill: rgba(0, 0, 0, 0.85); } .audio-player .icon { fill: rgba(0, 0, 0, 0.85); padding: 30%; width: 100%; margin: auto; } .audio-player .buffer { background: rgba(0,0,0,0.03); } .audio-player .progress { background: rgba(0,0,0,0.1); } .audio-player .progress-indicator { border: 1px solid rgba(0, 0, 0, 0.7); width: 1px; height: 100%; right: 0; position: absolute; cursor: ew-resize; } .audio-player .note-icon { height: 100%; width: 3.8rem; padding: 1rem; fill: rgba(0, 0, 0, 0.5); } .audio-player .current-time { padding-left: 1rem; } .audio-player .total-time { padding-right: 1rem; } .ol-before {position:relative;display:block;font-size:12px;background:#fff;margin-bottom:30px} /* 타이틀 */ .ol-before-title {border-top:5px solid #F1EEEA} .ol-before-title h5 {font-size:13px} .ol-before-title p {font-size:11px;color:#707070} /* input */ .ol-before .input input {height:40px;border-color:#bbb} .ol-before .input input:focus {border-color:#df3e35} .ol-before #ol_submit {display:block;width:100%;height:40px;line-height:40px;text-align:center;color:#fff;background:#00a0e9;border:0 none} .ol-before #ol_submit:hover {background:#09b2ff} .ol-before #ol_password_lost {line-height:27px} /* ol-before-register */ .ol-before-register {margin-top:30px} .ol-before-register h6 {font-size:11px} .ol-before-register a {display:block;height:40px;line-height:38px;color:#00a0e9;border:1px solid #00a0e9;text-align:center} .ol-before-register a:hover {border-color:#09b2ff;color:#09b2ff}
0.623492
0.164584
*{ margin: 0; padding: 0; box-sizing: border-box; } body{ background: #45567d; } #navbar { height: 50px; background: red; width: 100%; position: fixed; margin-top: -3px; } #navbar a{ padding-left: 30px; float: right; font-size: 20px; font-weight: bold; margin-right: 70px; text-decoration: none; margin-top: 15px; } #welcome-section{ text-align: center; height: 625px; background: #000; color: white; padding-top: 200px; width: 100%; max-width: 100%; } h1{ font-size: 40px; font-weight: bold; } .lead{ font-size: 30px; font-style: italic; color: tomato; } .products-grid{ margin: 10px; } .products-grid a{ text-decoration: none; margin: 0 auto; } .projects-image{ width: 100%; } img.project-image { width: 100%; max-width: 100%; height: 400px; display: block; } .project-title{ text-align: center; padding: 30px; background: #303841; color: white; font-size: 25px; font-weight: bold; } .btn{ padding: 30px; font-size: 30px; font-weight: 500; text-align: center; background: #303841; color: white; border: none; } .btn-center{ margin: 0 auto; width: 100%; display: block; text-align: center; } .section-info{ text-align: center; background: #303841; padding-top: 40px; } .information h1{ font-size: 50px; font-weight: 700; color: white; } .information p{ font-size: 20px; color: white; font-style: italic; } .info-links{ margin-top: 40px; padding-bottom: 70px; } .project-title:hover::before { content: "<"; display: inline-block; color: #fff; } .project-title:hover::after { content: "/>"; display: inline-block; color: #fff; } .info-links i{ margin-left: 30px; padding: 20px; font-size: 20px; font-weight: bold; color: white; } .info-links i span{ margin-left: 10px; } footer{ display: flex; justify-content: space-around; background: #303841; color: white; font-size: 20px; padding-top: 40px; border-top: 2px solid red; } footer p a{ text-decoration: none; color: white; } @media(min-width:734px){ #projects{ display: grid; grid-template-columns: repeat(2,1fr); } .btn-center{ display: flex; align-items: center; justify-content: center; } } @media(min-width:960px){ #projects{ display: grid; grid-template-columns: repeat(3,1fr); } }
css/style.css
*{ margin: 0; padding: 0; box-sizing: border-box; } body{ background: #45567d; } #navbar { height: 50px; background: red; width: 100%; position: fixed; margin-top: -3px; } #navbar a{ padding-left: 30px; float: right; font-size: 20px; font-weight: bold; margin-right: 70px; text-decoration: none; margin-top: 15px; } #welcome-section{ text-align: center; height: 625px; background: #000; color: white; padding-top: 200px; width: 100%; max-width: 100%; } h1{ font-size: 40px; font-weight: bold; } .lead{ font-size: 30px; font-style: italic; color: tomato; } .products-grid{ margin: 10px; } .products-grid a{ text-decoration: none; margin: 0 auto; } .projects-image{ width: 100%; } img.project-image { width: 100%; max-width: 100%; height: 400px; display: block; } .project-title{ text-align: center; padding: 30px; background: #303841; color: white; font-size: 25px; font-weight: bold; } .btn{ padding: 30px; font-size: 30px; font-weight: 500; text-align: center; background: #303841; color: white; border: none; } .btn-center{ margin: 0 auto; width: 100%; display: block; text-align: center; } .section-info{ text-align: center; background: #303841; padding-top: 40px; } .information h1{ font-size: 50px; font-weight: 700; color: white; } .information p{ font-size: 20px; color: white; font-style: italic; } .info-links{ margin-top: 40px; padding-bottom: 70px; } .project-title:hover::before { content: "<"; display: inline-block; color: #fff; } .project-title:hover::after { content: "/>"; display: inline-block; color: #fff; } .info-links i{ margin-left: 30px; padding: 20px; font-size: 20px; font-weight: bold; color: white; } .info-links i span{ margin-left: 10px; } footer{ display: flex; justify-content: space-around; background: #303841; color: white; font-size: 20px; padding-top: 40px; border-top: 2px solid red; } footer p a{ text-decoration: none; color: white; } @media(min-width:734px){ #projects{ display: grid; grid-template-columns: repeat(2,1fr); } .btn-center{ display: flex; align-items: center; justify-content: center; } } @media(min-width:960px){ #projects{ display: grid; grid-template-columns: repeat(3,1fr); } }
0.33112
0.078642
@charset "utf-8"; html,body{ background: url(background2.jpg) no-repeat; height:100%; <<<<<<< HEAD ======= >>>>>>> 7317e7cf0071354c2743c3dc00a3d6f81417e930 } body{ background:url(background2.jpg)center center; background-size: cover; position: relative; } ul{ <<<<<<< HEAD border: 0.5% solid #fff; margin: 0; padding: 0; text-align: center; ======= border: 5px solid #fff; margin: 0; padding: 0; >>>>>>> 7317e7cf0071354c2743c3dc00a3d6f81417e930 } li:hover{ background-color: lightblue; } li{ <<<<<<< HEAD font-size:200%; width:22.7%; border: solid white 2%; margin-right: 2%; list-style: none; padding: 1%; margin: 0.3% 0; text-indent: 1%; background: url(timg2.jpg) no-repeat 0.1% 50%; ======= width:21.5%; border: solid white 10px; margin-right: 10px; list-style: none; padding: 15px; margin: 5px 0; text-indent: 35px; background: url(timg2.jpg) no-repeat 10px 50%; >>>>>>> 7317e7cf0071354c2743c3dc00a3d6f81417e930 float: left; } li:first-child{ color: red; text-transform: uppercase; } li:nth-child(2){ color:yellow; text-transform: uppercase; } li:nth-child(3){ color:blue; text-transform: uppercase; } li:last-child{ color:green; text-transform: uppercase; clear: right; } <<<<<<< HEAD #toptop{ width: 10%; float: left; } h1{ width: 90%; float: left; margin: 0; color:gold; text-transform:uppercase; font-size: 400%; background:gray; line-height: 100%; ======= h1{ margin: 0; color:gold; text-transform:uppercase; font-size: 4em; background:gray; line-height: 1em; >>>>>>> 7317e7cf0071354c2743c3dc00a3d6f81417e930 text-align: center; } h2{ text-transform: uppercase; } p.tip{ color:#f81111; } span.red{ color:red; } span.yellow{ color:yellow; } span.blue{ color:blue; } span.green{ color:green; } ul{ border: 5px solid #fff; } #leftSection , #rightSection{ float:left;/*If there is very little space above a row for floating elements, the element jumps to the next row, and the process continues until a row has enough space.*/ <<<<<<< HEAD width:43%; height: 75%; /* text-align: center;*/ /* clear:both */ ======= width:38em; height:33em; ;/* clear:both */ >>>>>>> 7317e7cf0071354c2743c3dc00a3d6f81417e930 } #leftSection h2, #rightSection h2{ width: 32.5em; } section{ border: 5px solid #fff; } aside{ border: solid white; <<<<<<< HEAD border-width: 1px 1px 1px 1px; height:97%; text-align: center; ======= border-width: 5px 5px 5px 5px; height: 39em; text-align: center; >>>>>>> 7317e7cf0071354c2743c3dc00a3d6f81417e930 } #bottom{ position: relative; } #copyright{ float:left; position: absolute; <<<<<<< HEAD width: 94%; ======= width: 94em; >>>>>>> 7317e7cf0071354c2743c3dc00a3d6f81417e930 } #copyrightWords{ text-transform: uppercase; <<<<<<< HEAD font-size:100%; text-align: center; background:lightblue; padding: 5px; } .tip{ font-size: 100%; } #readme{ font-size: 100%; } #time{ font-size: 100%; } #time1{ font-size: 100%; } form{ float: right; width: 10%; border:0; margin: 0%; position: absolute; height: 10.5%; } input[type="submit"]{ height: 100%; font-size: 30%; text-align: center; color: #fff; cursor: pointer; outline: none; border: 0; width:100%; background: gray; } /*input[type="submit"]:hover{ background:none; color: #0bd38a; }*/ #clear{ clear: both; } ======= text-align: center; background:lightblue; padding: 5px; } >>>>>>> 7317e7cf0071354c2743c3dc00a3d6f81417e930
TeacherTree/static/css/homepage-css.css
@charset "utf-8"; html,body{ background: url(background2.jpg) no-repeat; height:100%; <<<<<<< HEAD ======= >>>>>>> 7317e7cf0071354c2743c3dc00a3d6f81417e930 } body{ background:url(background2.jpg)center center; background-size: cover; position: relative; } ul{ <<<<<<< HEAD border: 0.5% solid #fff; margin: 0; padding: 0; text-align: center; ======= border: 5px solid #fff; margin: 0; padding: 0; >>>>>>> 7317e7cf0071354c2743c3dc00a3d6f81417e930 } li:hover{ background-color: lightblue; } li{ <<<<<<< HEAD font-size:200%; width:22.7%; border: solid white 2%; margin-right: 2%; list-style: none; padding: 1%; margin: 0.3% 0; text-indent: 1%; background: url(timg2.jpg) no-repeat 0.1% 50%; ======= width:21.5%; border: solid white 10px; margin-right: 10px; list-style: none; padding: 15px; margin: 5px 0; text-indent: 35px; background: url(timg2.jpg) no-repeat 10px 50%; >>>>>>> 7317e7cf0071354c2743c3dc00a3d6f81417e930 float: left; } li:first-child{ color: red; text-transform: uppercase; } li:nth-child(2){ color:yellow; text-transform: uppercase; } li:nth-child(3){ color:blue; text-transform: uppercase; } li:last-child{ color:green; text-transform: uppercase; clear: right; } <<<<<<< HEAD #toptop{ width: 10%; float: left; } h1{ width: 90%; float: left; margin: 0; color:gold; text-transform:uppercase; font-size: 400%; background:gray; line-height: 100%; ======= h1{ margin: 0; color:gold; text-transform:uppercase; font-size: 4em; background:gray; line-height: 1em; >>>>>>> 7317e7cf0071354c2743c3dc00a3d6f81417e930 text-align: center; } h2{ text-transform: uppercase; } p.tip{ color:#f81111; } span.red{ color:red; } span.yellow{ color:yellow; } span.blue{ color:blue; } span.green{ color:green; } ul{ border: 5px solid #fff; } #leftSection , #rightSection{ float:left;/*If there is very little space above a row for floating elements, the element jumps to the next row, and the process continues until a row has enough space.*/ <<<<<<< HEAD width:43%; height: 75%; /* text-align: center;*/ /* clear:both */ ======= width:38em; height:33em; ;/* clear:both */ >>>>>>> 7317e7cf0071354c2743c3dc00a3d6f81417e930 } #leftSection h2, #rightSection h2{ width: 32.5em; } section{ border: 5px solid #fff; } aside{ border: solid white; <<<<<<< HEAD border-width: 1px 1px 1px 1px; height:97%; text-align: center; ======= border-width: 5px 5px 5px 5px; height: 39em; text-align: center; >>>>>>> 7317e7cf0071354c2743c3dc00a3d6f81417e930 } #bottom{ position: relative; } #copyright{ float:left; position: absolute; <<<<<<< HEAD width: 94%; ======= width: 94em; >>>>>>> 7317e7cf0071354c2743c3dc00a3d6f81417e930 } #copyrightWords{ text-transform: uppercase; <<<<<<< HEAD font-size:100%; text-align: center; background:lightblue; padding: 5px; } .tip{ font-size: 100%; } #readme{ font-size: 100%; } #time{ font-size: 100%; } #time1{ font-size: 100%; } form{ float: right; width: 10%; border:0; margin: 0%; position: absolute; height: 10.5%; } input[type="submit"]{ height: 100%; font-size: 30%; text-align: center; color: #fff; cursor: pointer; outline: none; border: 0; width:100%; background: gray; } /*input[type="submit"]:hover{ background:none; color: #0bd38a; }*/ #clear{ clear: both; } ======= text-align: center; background:lightblue; padding: 5px; } >>>>>>> 7317e7cf0071354c2743c3dc00a3d6f81417e930
0.228156
0.067454
body { font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 14pt; background-color: #030303; color: white; } top-ribbon { display: block; text-align: right; background-image: url("photos/camera.jpg"); background-position: center; background-size: cover; height: 80vh; background-color: black; margin-bottom: 30px; } ribbon-modal { width: 100%; height: inherit; display: block; position: absolute; top: 0px; background: linear-gradient(transparent 50%, #030303); margin-left: -15px; } heading { display: inline-block; position: relative; z-index: 1; text-align: right; font-size: 100pt; margin-top: -30px; filter: drop-shadow(0 0 1rem gray); } content { display: block; width: 1000px; } h1 { margin-top: 10rem; margin-bottom: 2rem; font-size: 3.5rem; } .carousel-modal { width: 100%; height: 100%; display: block; position: absolute; top: 0px; z-index: 1; background: linear-gradient(to right, #030303, transparent 20%, transparent 80%, #030303); } .carousel .carousel-inner { height: 750px; } .carousel-title { background-color: rgba(0, 0, 0, .5); margin-top: 20px; padding: 1rem; padding-left: 3rem; position: absolute; z-index: 2; border-radius: 0rem 1rem 1rem 0rem; font-size: 20pt; } .carousel-item { height: inherit; } .carousel-item img { object-fit: cover; height: inherit; } footer { border-top: 1px solid white; text-align: center; padding: 2rem; margin-top: 10rem; } .thumbnail { width: 100%; height: 300px; object-fit: cover; border: 1px solid #222; padding: 5px; margin-bottom: 10px; } .thumbnail:hover { background-color: #222; } .preview-container { max-width: 90%; height: 90%; } .preview-image { object-fit: contain; width: 100%; height: 100%; } p { text-indent: 1.5rem; } @media only screen and (max-width: 768px) { heading { margin-top: 1rem; font-size: 50pt; } h1 { font-size: 2rem; } .carousel .carousel-inner { height: 350px; } .thumbnail { height: 100px; } }
webdesign/gallery/gallery.css
body { font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 14pt; background-color: #030303; color: white; } top-ribbon { display: block; text-align: right; background-image: url("photos/camera.jpg"); background-position: center; background-size: cover; height: 80vh; background-color: black; margin-bottom: 30px; } ribbon-modal { width: 100%; height: inherit; display: block; position: absolute; top: 0px; background: linear-gradient(transparent 50%, #030303); margin-left: -15px; } heading { display: inline-block; position: relative; z-index: 1; text-align: right; font-size: 100pt; margin-top: -30px; filter: drop-shadow(0 0 1rem gray); } content { display: block; width: 1000px; } h1 { margin-top: 10rem; margin-bottom: 2rem; font-size: 3.5rem; } .carousel-modal { width: 100%; height: 100%; display: block; position: absolute; top: 0px; z-index: 1; background: linear-gradient(to right, #030303, transparent 20%, transparent 80%, #030303); } .carousel .carousel-inner { height: 750px; } .carousel-title { background-color: rgba(0, 0, 0, .5); margin-top: 20px; padding: 1rem; padding-left: 3rem; position: absolute; z-index: 2; border-radius: 0rem 1rem 1rem 0rem; font-size: 20pt; } .carousel-item { height: inherit; } .carousel-item img { object-fit: cover; height: inherit; } footer { border-top: 1px solid white; text-align: center; padding: 2rem; margin-top: 10rem; } .thumbnail { width: 100%; height: 300px; object-fit: cover; border: 1px solid #222; padding: 5px; margin-bottom: 10px; } .thumbnail:hover { background-color: #222; } .preview-container { max-width: 90%; height: 90%; } .preview-image { object-fit: contain; width: 100%; height: 100%; } p { text-indent: 1.5rem; } @media only screen and (max-width: 768px) { heading { margin-top: 1rem; font-size: 50pt; } h1 { font-size: 2rem; } .carousel .carousel-inner { height: 350px; } .thumbnail { height: 100px; } }
0.204421
0.043285
.footer-classic { padding: 90px 0; font-weight: 400; background: #323232; } @media (min-width: 1200px) { .footer-classic { padding: 125px 0; } } .footer-classic .footer-title { color: #ffffff; } .footer-classic p { color: rgba(255, 255, 255, 0.5); } .footer-classic p.big { color: rgba(255, 255, 255, 0.8); } .footer-classic p.rights { color: rgba(255, 255, 255, 0.5); } .footer-classic p.rights a { color: rgba(255, 255, 255, 0.5); } .footer-classic .form-input { background: rgba(255, 255, 255, 0.1); border-color: transparent; color: rgba(255, 255, 255, 0.8); } .footer-classic .form-label { color: rgba(255, 255, 255, 0.8); } .footer-classic .list-contact-info a { color: rgba(255, 255, 255, 0.8); } .footer-classic .list-contact-info a:hover { color: #41A451; } .footer-classic .icon-bg-white { background: rgba(255, 255, 255, 0.05); color: #ffffff; } .footer-title { text-transform: uppercase; font-weight: 600; line-height: 28px; letter-spacing: 0.1em; } .footer-title + * { margin-top: 30px; } .footer-divider { width: 70px; margin-top: 30px; margin-bottom: 30px; } .footer-classic .footer-divider { border-top: 1px solid rgba(255, 255, 255, 0.1); } .footer-modern .form-validation, .footer-classic .form-validation { color: #ffffff; } .footer-modern { position: relative; background: #323232; } .footer-modern > .container { position: relative; z-index: 2; } .footer-modern p { color: rgba(255, 255, 255, 0.5); } .footer-modern p.big { color: rgba(255, 255, 255, 0.8); } .footer-modern p.big a { margin-left: 10px; color: #ffffff; } .footer-modern p.big a:hover { color: #41A451; } .footer-modern p.rights { color: rgba(255, 255, 255, 0.5); } .footer-modern p.rights a { color: rgba(255, 255, 255, 0.5); } .footer-modern * + .rights { margin-top: 25px; } .footer-modern * + .rd-mailform { margin-top: 30px; } .footer-modern .form-input { background: rgba(255, 255, 255, 0.1); border-color: transparent; color: rgba(255, 255, 255, 0.8); } .footer-modern .form-label { color: rgba(255, 255, 255, 0.8); } @media (min-width: 992px) { .footer-modern .google-map-container { position: absolute; left: 0; top: 0; bottom: 0; width: calc(100vw - 60%); z-index: 3; } .footer-modern .google-map-container .google-map { height: 100%; } } .footer-modern .icon-bg-white { background: rgba(255, 255, 255, 0.05); color: #ffffff; } .footer-modern .social-list > li { margin-top: 0; } @media (min-width: 768px) { .footer-modern .social-list > li { display: block; margin-bottom: 15px; } } .footer-minimal { padding: 60px 0; text-align: center; background: #323232; } .footer-minimal .icon-bg-white { background: rgba(255, 255, 255, 0.05); color: #ffffff; } .footer-minimal * + .rights { margin-top: 45px; } @media (min-width: 992px) { .footer-minimal { padding: 90px 0; } } @media (min-width: 1200px) { .footer-minimal { padding: 120px 0 110px; } .footer-minimal * + .rights { margin-top: 100px; } } .footer-minimal .rights { color: rgba(255, 255, 255, 0.5); } .footer-minimal .rights a { color: rgba(255, 255, 255, 0.5); } .footer-minimal .social-list li { margin-top: 0; } .footer-minimal-nav { display: inline-block; } .footer-minimal-nav li { padding: 0 20px; } @media (min-width: 768px) { .footer-minimal-nav li { display: inline-block; } } .footer-minimal-nav li + li { margin-top: 10px; } @media (min-width: 768px) { .footer-minimal-nav li + li { margin-top: 0; border-left: 1px solid rgba(255, 255, 255, 0.5); } } .footer-minimal-nav a { font-weight: 500; text-transform: uppercase; letter-spacing: .02em; text-align: center; color: #ffffff; } .footer-minimal-nav a:hover { color: #41A451; }
css/footer.css
.footer-classic { padding: 90px 0; font-weight: 400; background: #323232; } @media (min-width: 1200px) { .footer-classic { padding: 125px 0; } } .footer-classic .footer-title { color: #ffffff; } .footer-classic p { color: rgba(255, 255, 255, 0.5); } .footer-classic p.big { color: rgba(255, 255, 255, 0.8); } .footer-classic p.rights { color: rgba(255, 255, 255, 0.5); } .footer-classic p.rights a { color: rgba(255, 255, 255, 0.5); } .footer-classic .form-input { background: rgba(255, 255, 255, 0.1); border-color: transparent; color: rgba(255, 255, 255, 0.8); } .footer-classic .form-label { color: rgba(255, 255, 255, 0.8); } .footer-classic .list-contact-info a { color: rgba(255, 255, 255, 0.8); } .footer-classic .list-contact-info a:hover { color: #41A451; } .footer-classic .icon-bg-white { background: rgba(255, 255, 255, 0.05); color: #ffffff; } .footer-title { text-transform: uppercase; font-weight: 600; line-height: 28px; letter-spacing: 0.1em; } .footer-title + * { margin-top: 30px; } .footer-divider { width: 70px; margin-top: 30px; margin-bottom: 30px; } .footer-classic .footer-divider { border-top: 1px solid rgba(255, 255, 255, 0.1); } .footer-modern .form-validation, .footer-classic .form-validation { color: #ffffff; } .footer-modern { position: relative; background: #323232; } .footer-modern > .container { position: relative; z-index: 2; } .footer-modern p { color: rgba(255, 255, 255, 0.5); } .footer-modern p.big { color: rgba(255, 255, 255, 0.8); } .footer-modern p.big a { margin-left: 10px; color: #ffffff; } .footer-modern p.big a:hover { color: #41A451; } .footer-modern p.rights { color: rgba(255, 255, 255, 0.5); } .footer-modern p.rights a { color: rgba(255, 255, 255, 0.5); } .footer-modern * + .rights { margin-top: 25px; } .footer-modern * + .rd-mailform { margin-top: 30px; } .footer-modern .form-input { background: rgba(255, 255, 255, 0.1); border-color: transparent; color: rgba(255, 255, 255, 0.8); } .footer-modern .form-label { color: rgba(255, 255, 255, 0.8); } @media (min-width: 992px) { .footer-modern .google-map-container { position: absolute; left: 0; top: 0; bottom: 0; width: calc(100vw - 60%); z-index: 3; } .footer-modern .google-map-container .google-map { height: 100%; } } .footer-modern .icon-bg-white { background: rgba(255, 255, 255, 0.05); color: #ffffff; } .footer-modern .social-list > li { margin-top: 0; } @media (min-width: 768px) { .footer-modern .social-list > li { display: block; margin-bottom: 15px; } } .footer-minimal { padding: 60px 0; text-align: center; background: #323232; } .footer-minimal .icon-bg-white { background: rgba(255, 255, 255, 0.05); color: #ffffff; } .footer-minimal * + .rights { margin-top: 45px; } @media (min-width: 992px) { .footer-minimal { padding: 90px 0; } } @media (min-width: 1200px) { .footer-minimal { padding: 120px 0 110px; } .footer-minimal * + .rights { margin-top: 100px; } } .footer-minimal .rights { color: rgba(255, 255, 255, 0.5); } .footer-minimal .rights a { color: rgba(255, 255, 255, 0.5); } .footer-minimal .social-list li { margin-top: 0; } .footer-minimal-nav { display: inline-block; } .footer-minimal-nav li { padding: 0 20px; } @media (min-width: 768px) { .footer-minimal-nav li { display: inline-block; } } .footer-minimal-nav li + li { margin-top: 10px; } @media (min-width: 768px) { .footer-minimal-nav li + li { margin-top: 0; border-left: 1px solid rgba(255, 255, 255, 0.5); } } .footer-minimal-nav a { font-weight: 500; text-transform: uppercase; letter-spacing: .02em; text-align: center; color: #ffffff; } .footer-minimal-nav a:hover { color: #41A451; }
0.498291
0.119177
* { font-family: sans-serif; box-sizing:border-box; } a { text-decoration: none; } a:hover { text-decoration: underline; } /* ============ Navigation Bar ============ */ @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .dropdown-menu.show { -webkit-animation: fadeIn 0.3s alternate; animation: fadeIn 0.3s alternate; } .nav-item.dropdown.dropdown-mega { position: static; } .nav-item.dropdown.dropdown-mega .dropdown-menu { width: 90%; top: auto; left: 5%; } .navbar_margin { padding-right: 50px; padding-left: 50px; } .search_form { width: 600px; } .navbar-expand-lg .navbar-nav .nav-link { padding: 5px; } @media (max-width: 1500px) { .search_form { width: 40%; } } #nav-icon { float: right; line-height: 80px; display: none; } #check { display: none; } @media (max-width: 991px) { #nav-icon { display: block; width: 50px; height: 45px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; } #nav-icon span { display: block; position: absolute; height: 9px; width: 100%; background: #fff; border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; } #nav-icon span:nth-child(1) { top: 0px; } #nav-icon span:nth-child(2) { top: 18px; } #nav-icon span:nth-child(3) { top: 36px; } #nav-icon.openTrue span:nth-child(1) { top: 18px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); } #nav-icon.openTrue span:nth-child(2) { opacity: 0; left: -60px; } #nav-icon.openTrue span:nth-child(3) { top: 18px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); } .search_form { width: 100%; } .navbar-expand-lg .navbar-nav .nav-link, .search_form { padding-top: 20px; } .navbar_margin { padding-right: 15px; padding-left: 15px; } } @media (max-width: 360px) { #nav-icon { width: 35px; } #nav-icon span { height: 6px; border-radius: 5px; } #nav-icon span:nth-child(1) { top: 5px; } #nav-icon span:nth-child(2) { top: 17px; } #nav-icon span:nth-child(3) { top: 29px; } } .icons { display: inline-flex; margin-left: auto; } .icons a { transition: all 0.2s ease-in-out; padding: 0.2rem 0.4rem; color: #ccc !important; text-decoration: none; } .icons a:hover { color: white; text-shadow: 0 0 30px white; } #logo img { float: left; height: 80px; width: auto; margin-right: 20px; } #user_profile { height: 40px; width: auto; border-radius: 50%; } @media (max-width: 412px) { #logo img { height: 55px; margin-right: 0px; } } @media (max-width:280px) { #logo img { height: 35px; } } .nav-item { margin: auto 10px !important; } @media (max-width: 991px) { .navbar-nav, .nav-item { margin: 0 !important; } } #shopping-count { position: absolute; background-color: #FF6B6B; border-radius: 50%; border: 1.5px solid white; font-size: 0.5em; width: 2em; height: 2em; display: inline-flex; align-items: center; justify-content: center; transition:0.3s; } .nav-link:hover #shopping-count { background-color:red; } #shopping-count-span { bottom: 0.5em; position: relative; right: 0.8em; } #shopping-cart-link, #shopping-cart-link:hover { text-decoration:none; } #shopping-cart-link:hover #shopping-cart-link-text { text-decoration:underline; } /* ============ End of Navigation Bar ============ */ /* ============ Footer ============ */ footer .header { margin-bottom: 20px; } footer .header div { content: ''; position: absolute; background-color: #009DF8; height: 2px; box-sizing: border-box; width: 60px; } .logo_margin { margin-left: 10px; } .about_company a { color: #009DF8; background-color: rgba(238, 251, 255, 0.8); border-radius: 50%; transition: all 0.5s ease; padding: 5px; } .about_company a:hover { color: #EEFBFF; background-color: #009DF8; text-decoration: none !important; } @media (max-width: 310px) { .copyright { width: 100%; display: block !important; } .about_company { margin-top: 10px; width: 100%; display: block !important; } .logo_margin { margin-left: 5px; } } .links li { margin: 10px 0; } .links li a { color: #EEFBFF !important; transition: all 0.5s ease; } .links li a:hover { color: #009DF8 !important; padding-left: 5px; } footer ul li { list-style: none; } footer ul { padding-left: 0; } /* ============ End of Footer ============ */ /* ============ Others ============ */ .btn-primary { background-color: #009DF8 !important; color: #FFF !important; } .btn-primary:hover { background-color: #273C4D !important; color: #FFF !important; } /* Go to top button style */ #topbutton { text-decoration: none; background-color: #009DF8; width: 50px; height: 50px; text-align: center; border-radius: 4px; position: fixed; bottom: 30px; right: 30px; transition: background-color .3s, opacity .5s, visibility .5s; opacity: 0; visibility: hidden; z-index: 999; font-weight: normal; font-style: normal; color: #EEFBFF; display: grid; place-items: center; font-size: 2em; line-height: 50px; } #topbutton:hover { cursor: pointer; background-color: #273C4D; } #topbutton.show { opacity: 1; visibility: visible; } .ratings { color: #FFD700; } .content{ margin-top:50px; margin-bottom:50px; } .btn-link { text-decoration: none; } .btn-link:hover { text-decoration: underline; } /* ============ End of Others ============ */
static/styles/common.css
* { font-family: sans-serif; box-sizing:border-box; } a { text-decoration: none; } a:hover { text-decoration: underline; } /* ============ Navigation Bar ============ */ @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .dropdown-menu.show { -webkit-animation: fadeIn 0.3s alternate; animation: fadeIn 0.3s alternate; } .nav-item.dropdown.dropdown-mega { position: static; } .nav-item.dropdown.dropdown-mega .dropdown-menu { width: 90%; top: auto; left: 5%; } .navbar_margin { padding-right: 50px; padding-left: 50px; } .search_form { width: 600px; } .navbar-expand-lg .navbar-nav .nav-link { padding: 5px; } @media (max-width: 1500px) { .search_form { width: 40%; } } #nav-icon { float: right; line-height: 80px; display: none; } #check { display: none; } @media (max-width: 991px) { #nav-icon { display: block; width: 50px; height: 45px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; } #nav-icon span { display: block; position: absolute; height: 9px; width: 100%; background: #fff; border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; } #nav-icon span:nth-child(1) { top: 0px; } #nav-icon span:nth-child(2) { top: 18px; } #nav-icon span:nth-child(3) { top: 36px; } #nav-icon.openTrue span:nth-child(1) { top: 18px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); } #nav-icon.openTrue span:nth-child(2) { opacity: 0; left: -60px; } #nav-icon.openTrue span:nth-child(3) { top: 18px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); } .search_form { width: 100%; } .navbar-expand-lg .navbar-nav .nav-link, .search_form { padding-top: 20px; } .navbar_margin { padding-right: 15px; padding-left: 15px; } } @media (max-width: 360px) { #nav-icon { width: 35px; } #nav-icon span { height: 6px; border-radius: 5px; } #nav-icon span:nth-child(1) { top: 5px; } #nav-icon span:nth-child(2) { top: 17px; } #nav-icon span:nth-child(3) { top: 29px; } } .icons { display: inline-flex; margin-left: auto; } .icons a { transition: all 0.2s ease-in-out; padding: 0.2rem 0.4rem; color: #ccc !important; text-decoration: none; } .icons a:hover { color: white; text-shadow: 0 0 30px white; } #logo img { float: left; height: 80px; width: auto; margin-right: 20px; } #user_profile { height: 40px; width: auto; border-radius: 50%; } @media (max-width: 412px) { #logo img { height: 55px; margin-right: 0px; } } @media (max-width:280px) { #logo img { height: 35px; } } .nav-item { margin: auto 10px !important; } @media (max-width: 991px) { .navbar-nav, .nav-item { margin: 0 !important; } } #shopping-count { position: absolute; background-color: #FF6B6B; border-radius: 50%; border: 1.5px solid white; font-size: 0.5em; width: 2em; height: 2em; display: inline-flex; align-items: center; justify-content: center; transition:0.3s; } .nav-link:hover #shopping-count { background-color:red; } #shopping-count-span { bottom: 0.5em; position: relative; right: 0.8em; } #shopping-cart-link, #shopping-cart-link:hover { text-decoration:none; } #shopping-cart-link:hover #shopping-cart-link-text { text-decoration:underline; } /* ============ End of Navigation Bar ============ */ /* ============ Footer ============ */ footer .header { margin-bottom: 20px; } footer .header div { content: ''; position: absolute; background-color: #009DF8; height: 2px; box-sizing: border-box; width: 60px; } .logo_margin { margin-left: 10px; } .about_company a { color: #009DF8; background-color: rgba(238, 251, 255, 0.8); border-radius: 50%; transition: all 0.5s ease; padding: 5px; } .about_company a:hover { color: #EEFBFF; background-color: #009DF8; text-decoration: none !important; } @media (max-width: 310px) { .copyright { width: 100%; display: block !important; } .about_company { margin-top: 10px; width: 100%; display: block !important; } .logo_margin { margin-left: 5px; } } .links li { margin: 10px 0; } .links li a { color: #EEFBFF !important; transition: all 0.5s ease; } .links li a:hover { color: #009DF8 !important; padding-left: 5px; } footer ul li { list-style: none; } footer ul { padding-left: 0; } /* ============ End of Footer ============ */ /* ============ Others ============ */ .btn-primary { background-color: #009DF8 !important; color: #FFF !important; } .btn-primary:hover { background-color: #273C4D !important; color: #FFF !important; } /* Go to top button style */ #topbutton { text-decoration: none; background-color: #009DF8; width: 50px; height: 50px; text-align: center; border-radius: 4px; position: fixed; bottom: 30px; right: 30px; transition: background-color .3s, opacity .5s, visibility .5s; opacity: 0; visibility: hidden; z-index: 999; font-weight: normal; font-style: normal; color: #EEFBFF; display: grid; place-items: center; font-size: 2em; line-height: 50px; } #topbutton:hover { cursor: pointer; background-color: #273C4D; } #topbutton.show { opacity: 1; visibility: visible; } .ratings { color: #FFD700; } .content{ margin-top:50px; margin-bottom:50px; } .btn-link { text-decoration: none; } .btn-link:hover { text-decoration: underline; } /* ============ End of Others ============ */
0.265785
0.073397
.imgConContainer{ width: 60%; margin: auto; background-color: var(--dark-blue); border-color: white; border-style: solid; border-radius: 0.8em; border-width: 0.4em; margin-top: 3em; margin-bottom: 3em; padding: 2em; z-index: 1; } .imgConReverse{ flex-direction: row-reverse; } .imgConImg{ padding: 1em; margin: auto; } .imgConImg img{ width: 100%; } .imgConText{ margin:auto; } .imgConTextTitle{ font-size: 1.75em; font-weight: bold; text-align: center; margin: auto; overflow-wrap: anywhere; } .imgConTextSubtitle{ font-size: 1.25em; font-weight: bold; text-align: center; margin: auto; } .imgConTextBody{ margin-top: 2em; margin-left: 0.25em; } .imgConTextFooter{ margin-top: 2em; } .IconPreview{ text-align: center; margin: auto; font-size: 2em; color: var(--light-blue); } .IconPreview svg{ border-radius: 100%; background-color: white; padding: 0.1em; } .IconPreview svg:hover{ padding: 0.1em; box-shadow: inset 0 0 50px #fff, /* inner white */ inset 20px 0 80px #f0f, /* inner left magenta short */ inset -20px 0 80px #0ff, /* inner right cyan short */ inset 20px 0 300px #f0f, /* inner left magenta broad */ inset -20px 0 300px #0ff, /* inner right cyan broad */ 0 0 50px #fff, /* outer white */ -10px 0 80px #f0f, /* outer left magenta */ 10px 0 80px #0ff; /* outer right cyan */ } .imgConCardCon{ margin:auto; } .imgConCard{ background-color: var(--dark-blue); border-color: white; border-style: solid; border-radius: 0.8em; border-width: 0.4em; margin: auto; margin-top: 3em; margin-bottom: 3em; padding: 2em; } .ant-tooltip-inner{ text-transform: capitalize; } /* Page Size Listener */ @media(max-width: 71em) { .imgConContainer{ width: 90%; } .imgConTextTitle{ font-size: 2em; } .imgConTextSubtitle{ font-size: 1.2em; } }
src/App/css/imgCon.css
.imgConContainer{ width: 60%; margin: auto; background-color: var(--dark-blue); border-color: white; border-style: solid; border-radius: 0.8em; border-width: 0.4em; margin-top: 3em; margin-bottom: 3em; padding: 2em; z-index: 1; } .imgConReverse{ flex-direction: row-reverse; } .imgConImg{ padding: 1em; margin: auto; } .imgConImg img{ width: 100%; } .imgConText{ margin:auto; } .imgConTextTitle{ font-size: 1.75em; font-weight: bold; text-align: center; margin: auto; overflow-wrap: anywhere; } .imgConTextSubtitle{ font-size: 1.25em; font-weight: bold; text-align: center; margin: auto; } .imgConTextBody{ margin-top: 2em; margin-left: 0.25em; } .imgConTextFooter{ margin-top: 2em; } .IconPreview{ text-align: center; margin: auto; font-size: 2em; color: var(--light-blue); } .IconPreview svg{ border-radius: 100%; background-color: white; padding: 0.1em; } .IconPreview svg:hover{ padding: 0.1em; box-shadow: inset 0 0 50px #fff, /* inner white */ inset 20px 0 80px #f0f, /* inner left magenta short */ inset -20px 0 80px #0ff, /* inner right cyan short */ inset 20px 0 300px #f0f, /* inner left magenta broad */ inset -20px 0 300px #0ff, /* inner right cyan broad */ 0 0 50px #fff, /* outer white */ -10px 0 80px #f0f, /* outer left magenta */ 10px 0 80px #0ff; /* outer right cyan */ } .imgConCardCon{ margin:auto; } .imgConCard{ background-color: var(--dark-blue); border-color: white; border-style: solid; border-radius: 0.8em; border-width: 0.4em; margin: auto; margin-top: 3em; margin-bottom: 3em; padding: 2em; } .ant-tooltip-inner{ text-transform: capitalize; } /* Page Size Listener */ @media(max-width: 71em) { .imgConContainer{ width: 90%; } .imgConTextTitle{ font-size: 2em; } .imgConTextSubtitle{ font-size: 1.2em; } }
0.492188
0.109087
.mobile_navigation .header { z-index: 1; position: absolute; width: 100%; height: 8vh; display: block; background-color: #555555; display: flex; justify-content: space-between; font-family: 'roboto'; font-weight: 900; } .mobile_navigation .header .right-nav { display: flex; } .mobile_navigation .mobile_logo_nav{ position:relative; left:0vw; width:85vw; height: auto; text-align: center; font-size:36px!important; padding:2vh; color:white; } .mobile_navigation .header ul { margin-left: 25vw; font: 900 1.2em 'roboto'; Color: rgba(255, 255, 255, 0.8); line-height: 65px; } .mobile_navigation .header ul li{ position:relative; margin:0; } .mobile_navigation .header .left-nav { line-height: 65px; } .mobile_navigation .header .left-nav .login { background: rgba(0, 0, 0, 0); color: white; border: 2px solid #ffffff; padding: .5em 2em; border-radius: 5px; transition: 0.5s; font-weight: 700; } .mobile_navigation .header .left-nav .login:hover { color: #444; font-weight: 700; background: white; } .mobile_navigation .bar-container { position: relative; width: 15vw; height: 8vh; cursor: pointer; display: inline-block; margin: calc(8vh -10px); } .mobile_navigation .bar-container .bar1,.mobile_navigation .bar-container .bar2,.mobile_navigation .bar-container .bar3 { width: calc(.9 * 15vw); height: calc(0.15 * 8vh) ; background-color: #cccccc; margin: calc(.1*8vh); transition: all 0.4s; border-radius: 10px; } .mobile_navigation .change .bar1 { -webkit-transform: rotate(45deg) translate(0px, 40px); transform: rotate(45deg) translate(10px, 12px); } .mobile_navigation .change .bar2 { opacity: 0; } .mobile_navigation .change .bar3 { -webkit-transform: rotate(-45deg) translate(-8.5px, -7.5px); transform: rotate(-45deg) translate(5px, -8px); } .mobile_navigation .sidenav { z-index: 2; position: fixed; left: -220px; top: 8vh; width: 70px; height: 90vh; overflow-x: hidden; background-color: #444; transition: all 0.6s; } .mobile_navigation .sidenav a { color: #ffffff; text-decoration: none; display: block; padding: 1em; font-family: 'roboto'; font-size: 20px!important; } .mobile_navigation .sidenav a:hover { background-color: rgba(255, 255, 255, 0.05); } .mobile_navigation .sidenav .dropdown-menu { cursor: pointer; height: 0; transition: all 0.6s; overflow: hidden; } .mobile_navigation .sidenav .dropdown-menu a { padding-left: 2em; background-color: #565656; } .mobile_navigation .dropdown-menu.open { height: 200px; } .mobile_navigation .sidenav-toggle { left: 0; width:70vw; height:100vh; overflow: hidden; } .mobile_navigation .container { font-family: 'roboto'; z-index: 10; padding: 90px 10px 0; transition: all 0.6s; } .mobile_navigation .container h1 { font-size: 2em; font-weight: 700; margin: 0.5em; } .mobile_navigation .container p { color: #333; margin: 0.5em; } .mobile_navigation .container-toggle { padding: 90px 5px 0 230px; } .mobile_navigation .footer { width: 100%; background-color: #555555; } .mobile_navigation .footer p { color: white; line-height: 50px; text-align: center; }
styles/mobile_side_nav.css
.mobile_navigation .header { z-index: 1; position: absolute; width: 100%; height: 8vh; display: block; background-color: #555555; display: flex; justify-content: space-between; font-family: 'roboto'; font-weight: 900; } .mobile_navigation .header .right-nav { display: flex; } .mobile_navigation .mobile_logo_nav{ position:relative; left:0vw; width:85vw; height: auto; text-align: center; font-size:36px!important; padding:2vh; color:white; } .mobile_navigation .header ul { margin-left: 25vw; font: 900 1.2em 'roboto'; Color: rgba(255, 255, 255, 0.8); line-height: 65px; } .mobile_navigation .header ul li{ position:relative; margin:0; } .mobile_navigation .header .left-nav { line-height: 65px; } .mobile_navigation .header .left-nav .login { background: rgba(0, 0, 0, 0); color: white; border: 2px solid #ffffff; padding: .5em 2em; border-radius: 5px; transition: 0.5s; font-weight: 700; } .mobile_navigation .header .left-nav .login:hover { color: #444; font-weight: 700; background: white; } .mobile_navigation .bar-container { position: relative; width: 15vw; height: 8vh; cursor: pointer; display: inline-block; margin: calc(8vh -10px); } .mobile_navigation .bar-container .bar1,.mobile_navigation .bar-container .bar2,.mobile_navigation .bar-container .bar3 { width: calc(.9 * 15vw); height: calc(0.15 * 8vh) ; background-color: #cccccc; margin: calc(.1*8vh); transition: all 0.4s; border-radius: 10px; } .mobile_navigation .change .bar1 { -webkit-transform: rotate(45deg) translate(0px, 40px); transform: rotate(45deg) translate(10px, 12px); } .mobile_navigation .change .bar2 { opacity: 0; } .mobile_navigation .change .bar3 { -webkit-transform: rotate(-45deg) translate(-8.5px, -7.5px); transform: rotate(-45deg) translate(5px, -8px); } .mobile_navigation .sidenav { z-index: 2; position: fixed; left: -220px; top: 8vh; width: 70px; height: 90vh; overflow-x: hidden; background-color: #444; transition: all 0.6s; } .mobile_navigation .sidenav a { color: #ffffff; text-decoration: none; display: block; padding: 1em; font-family: 'roboto'; font-size: 20px!important; } .mobile_navigation .sidenav a:hover { background-color: rgba(255, 255, 255, 0.05); } .mobile_navigation .sidenav .dropdown-menu { cursor: pointer; height: 0; transition: all 0.6s; overflow: hidden; } .mobile_navigation .sidenav .dropdown-menu a { padding-left: 2em; background-color: #565656; } .mobile_navigation .dropdown-menu.open { height: 200px; } .mobile_navigation .sidenav-toggle { left: 0; width:70vw; height:100vh; overflow: hidden; } .mobile_navigation .container { font-family: 'roboto'; z-index: 10; padding: 90px 10px 0; transition: all 0.6s; } .mobile_navigation .container h1 { font-size: 2em; font-weight: 700; margin: 0.5em; } .mobile_navigation .container p { color: #333; margin: 0.5em; } .mobile_navigation .container-toggle { padding: 90px 5px 0 230px; } .mobile_navigation .footer { width: 100%; background-color: #555555; } .mobile_navigation .footer p { color: white; line-height: 50px; text-align: center; }
0.396535
0.04666
* { margin: 0; padding: 0; } body { background: #000; color: #fff; font-family: 'Open Sans', sans-serif; font-weight: 300; height: 100%; overflow: scroll; overflow-x: hidden; position: relative; width: 100%; } a { color: #fff; outline: none; text-decoration: none; } /*---------------------------------------------------- 2. Document Setup ------------------------------------------------------*/ .wrapper{ width: 100%; } .spHeight{ padding-top: 63px; } .noMar{ margin: 0 !important; } .noPadd{ padding: 0px !important; } .container .row{ margin: 0px; } p{ font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 400; line-height: 21px; margin: 0px; padding-bottom: 22px; } h1{ font-family: 'Open Sans', sans-serif; font-size: 80px; font-weight: 700; line-height: 90px; margin: 0px; padding-bottom: 8px; } h2{ font-family: 'Open Sans', sans-serif; font-size: 36px; font-weight: 300; line-height: 38px; margin: 0px; padding-bottom: 0px; text-transform: uppercase; } h3{ font-family: 'Open Sans', sans-serif; font-size: 24px; font-weight: 400; line-height: 30px; margin: 0px; padding-bottom: 6px; } h4{ font-family: 'Open Sans', sans-serif; font-size: 19px; font-weight: 600; line-height: 24px; margin: 0px; padding-bottom: 6px; } h5{ font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 400; line-height: 24px; margin: 0px; padding-bottom: 6px; } h4.subHeading{ font-size: 18px; font-weight: 600; padding-bottom: 22px; } .heading{ padding-bottom: 45px; text-align: center; } .topmar{ margin-top: 20px; } /*---------------------------------------------------- 3. Header Part ------------------------------------------------------*/ header{ position: relative; } .banner{ background: #CACACA; margin: 0 auto !important; overflow: hidden; } .bannerText{ background: rgba(0, 0, 0, 0.2); border: 1px solid #fff; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000); left: 0; max-width: 960px; padding: 30px 0 30px ; position: absolute; right: 0; text-align: center; top: 35%; zoom: 1; } .bannerText h1{ text-transform: uppercase; } .bannerText h2{ font-size: 34px; text-transform: none; } .bannerPart{ height: 100%; overflow: hidden; } .bgwidth { width: 100%; } .bgheight { height: 100%; } /*------------------------------------ 3.1 Slide show background control --------------------------------------*/ .bannerPart{ background: #1b1f2b; } .bannerPart img{ filter: alpha(opacity=20); /* For IE8 and earlier */ opacity: 0.2; } /*--------------------------------------------------------------------------------- 4. Background slider CSS style -------------------------------------------------------------------------------*/ .ri-grid { height: auto; margin: 0px auto; position: relative; } .ri-grid ul { display: block; list-style: none; margin: 0; padding: 0; width: 100%; } .ri-grid ul:before, .ri-grid ul:after { content: ''; display: table; } .ri-grid ul:after { clear: both; } .ri-grid ul { zoom: 1; /* For IE 6/7 (trigger hasLayout) */ } .ri-grid ul li { background: #000; display: block; float: left; margin: 0; overflow: hidden; padding: 0; perspective: 400px; position: relative; -webkit-perspective: 400px; -moz-perspective: 400px; -o-perspective: 400px; -ms-perspective: 400px; } .ri-grid ul li a { backface-visibility: hidden; background-color: #333; background-position: center center; background-repeat: no-repeat; background-size: 100% 100%; box-sizing: content-box; display: block; height: 100%; left: 0; outline: none; position: absolute; top: 0; width: 100%; transform-style: preserve-3d; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; } /* Grid wrapper sizes */ .ri-grid-size-1 { width: 55%; } .ri-grid-size-2 { width: 100%; } .ri-grid-size-3 { width: 100%; margin-top: 0px; } /* Shadow style */ .ri-shadow:after, .ri-shadow:before { bottom: 15px; box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7); content: ""; height: 20%; left: 10px; max-height: 100px; max-width: 300px; position: absolute; transform: rotate(-3deg); width: 50%; z-index: -2; -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -ms-transform: rotate(-3deg); -o-transform: rotate(-3deg); } .ri-shadow:after { left: auto; right: 10px; -webkit-transform: rotate(3deg); -moz-transform: rotate(3deg); -ms-transform: rotate(3deg); -o-transform: rotate(3deg); transform: rotate(3deg); } .ri-grid-loading:after, .ri-grid-loading:before { display: none; } .ri-loading-image { display: none; } .ri-grid-loading .ri-loading-image { display: block; height: 30px; left: 50%; margin: 100px 0 0 -15px; position: relative; width: 30px; } /*---------------------------------------------------- 5. Menu Style ------------------------------------------------------*/ .isStuck{ left: 0px; width: 100%; } .menu{ left: 0px; margin-top: 0px; position: static; right: 0px; } .navwrapper .container{ padding: 0; width: auto; } .navbar-header{ display: none; } .nav > li > a{ display: inline-block; } .navbar-nav > li{ display: inline; float: none; } .navbar-nav > li > a { font-size: 14px; font-weight: 300; } .navbar-nav{ float: none; margin: 0 auto; text-align: center; } .navbar-toggle{ margin-top: 14px; } /* Special class on .container surrounding .navbar, used for positioning it into place. */ .navbar-wrapper { background: #262b37; margin-top: 0px; position: relative; z-index: 15; } .navbar-wrapper .container{ padding: 0px; } .navbar-collapse{ padding: 0; } .navbar-collapse.in{ max-height: 100%; } .navbar.navbar-inverse.navbar-static-top { background: #262b37; border: none; color: #c3c8d6; font-family: 'Open Sans', sans-serif; font-size: 14px; margin: 0px auto; text-transform: uppercase; } .navbar.navbar-inverse.navbar-static-top a{ color: #c3c8d6; line-height: 18px; padding: 22px 25px; text-align: center; } .navbar.navbar-inverse.navbar-static-top a:hover{ color: #fff; } .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus{ background: #1b1f29; color: #c3c8d6; } .navbar-inverse .navbar-nav>.active>a:hover { background: #1b1f29; color: #fff; } .hideClass{ display: none; } /* tags skills */ .bootstrap-tagsinput { background-color: #fff; border: 2px solid #ebedef; border-radius: 6px; font-size: 0; margin-bottom: 18px; padding: 6px 1px 1px 6px; text-align: left; } .bootstrap-tagsinput .tag { background-color: #ebedef; border-radius: 4px; color: #7b8996; cursor: pointer; display: inline-block; font-size: 13px; height: 27px; line-height: 15px; margin: 0 5px 5px 0; overflow: hidden; padding: 6px 21px; position: relative; transition: .25s linear; vertical-align: middle; -webkit-transition: .25s linear; } .bootstrap-tagsinput .tag > span { bottom: 0; color: #fff; cursor: pointer; filter: alpha(opacity=0); font-size: 12px; opacity: 0; padding: 0 10px 0 0; position: absolute; right: 0; text-align: right; text-decoration: none; top: 0; transition: opacity .25s linear; width: 100%; z-index: 2; -webkit-transition: opacity .25s linear; } .bootstrap-tagsinput .tag > span:after { content: "\e609"; font-family: "Flat-UI-Pro-Icons"; line-height: 27px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .bootstrap-tagsinput .tag:hover { background-color: #16a085; color: #fff; padding-left: 14px; padding-right: 28px; } .bootstrap-tagsinput .tag:hover > span { filter: none; opacity: 1; -webkit-filter: none; } .bootstrap-tagsinput input[type="text"] { background-color: transparent; border: none; box-shadow: none; color: #34495e; font-size: 14px; height: 29px; margin: 0; max-width: inherit; min-width: 80px; outline: none; padding: 0; vertical-align: top; width: auto !important; } .bootstrap-tagsinput input[type="text"]:first-child { height: 23px; margin: 3px 0 8px; } /* CUSTOMIZE THE CAROUSEL -------------------------------------------------- */ /* Carousel base class */ .carousel { } /* Since positioning the image, we need to help out the caption */ .carousel-caption { z-index: 10; } /* Declare heights because of positioning of img element */ .carousel .item { background-color: #0A64A4; height: 600px; } .carousel-inner > .item > img { left: 0; min-width: 100%; position: absolute; top: 0; } /*---------------------------------------------------- 6. About me Style ------------------------------------------------------*/ .aboutme{ background: #00bdbd; color: #fff; position: relative; } .aboutme .container{ padding-bottom: 93px ; padding-top: 85px ; } .aboutTop{ background: #00bdbd; height: 60px; } .spHeight .aboutTop{ margin-top: -62px !important; } .bntDownload{ background: #474d5d; display: inline-block; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 700; padding: 16px 22px; } .bntDownload:hover{ background: #373d4c; color: #CCCCCC; text-decoration: none; } /*---------------------------------------------------- 7. Technical Skills Style ------------------------------------------------------*/ .addspace{ background: #eeeeee; height: 60px; } .technical{ background: #eeeeee; color: #474d5d; } .technical .container{ padding-top: 85px ; padding-bottom: 69px ; } .technical .heading p{ padding-bottom: 41px; } .technical p{ color: #474d5d; } .technical h2{ color: #ff675f; } .technical .skillsArea{ padding: 0px; } .technical .skills{ float: none; margin: 0 auto; margin-bottom: 23px; padding: 0px; text-align: center; } .technical .skills p{ color: #84868d; font-size: 13px; line-height: 18px; text-align: center; } .technical .skills img{ margin: 0 auto; margin-bottom: 33px; max-width: 152px; width: 100%; } .technical .skills h4{ font-weight: 700; text-transform: uppercase; } .skilBg{ background: url(../images/skills.png) no-repeat 0 0; } .chart { display: inline-block; height: 152px; margin-bottom: 26px; position: relative; text-align: center; width: 152px; } .chart canvas { left: 0; position: absolute; top: 0; } .percent { color: #474d5d; display: inline-block; font-size: 21px; line-height: 152px; z-index: 2; } .percent:after { content: '%'; font-size: .8em; margin-left: 0.1em; } .angular { margin-top: 100px; } .angular .chart { margin-top: 0; } /*---------------------------------------------------- 8. Work Experience Style ------------------------------------------------------*/ .exprience{ background: #fff; } .exprience .container{ padding-bottom: 90px; padding-top: 85px; } .exprience h2{ color: #ff675f; } .exprience p{ color: #84868d; line-height: 18px; } .exprience .heading p{ padding-bottom: 41px; } .exprience h4{ font-weight: 700; } .workDetails .rightArea{ border-left: solid 1px #eaeaea; padding-bottom: 47px; } .workDetails:last-child .rightArea{ padding-bottom: 0px; } .workYear{ background: #ff675f; border-radius: 50%; color: #fff; font-size: 17px; height: 120px; padding: 40px 0 40px 0; text-align: center; width: 120px; -webkit-border-radius: 50%; } .arrowpart{ background: url(../images/arrow-left.png) no-repeat 0 23px; float: left; height: 50px; width: 15px; } .exCon{ background: #f3f3f3; border-bottom: solid 4px #eeeeee; margin-left: 15px; padding: 22px 47px 6px 47px; text-align: left; width: auto; } .exCon p{ color: #84868d; line-height: 21px; } .exCon h4{ color: #474d5d; padding-bottom: 3px; } .exCon h5{ color: #474d5d; } /*---------------------------------------------------- 9. Education Style ------------------------------------------------------*/ .education{ background: #eeeeee; } .education .container{ padding-bottom: 90px ; padding-top: 85px ; } .education h2{ color: #ff675f; } .education p{ color: #84868d; line-height: 18px; } .education .heading p{ padding-bottom: 41px; } .education h4{ font-weight: 700; } .education .arrowpart{ background: url(../images/arrow-left-light.png) no-repeat 0 23px; } .education .exCon{ background: #fafafa; border-bottom: solid 4px #e8e7e7; } .education .workDetails .rightArea{ border-left-color: #e5e4e4; } .linkExperience, .linkExperience:hover { color: #474d5d; } /*---------------------------------------------------- 10. Protfolio Style ------------------------------------------------------*/ .protfolio{ background: #2bb3dd; } .protfolio .container{ padding-bottom: 90px ; padding-top: 85px ; } .protfolio .heading p{ padding-bottom: 41px; } .protfolio h4{ font-weight: 700; } .portfolioFilter{ display: block; margin: 0 auto; text-align: center; } .portfolioFilter ul{ margin: 0 auto; display: block; margin-bottom: 30px; text-align: center; } .portfolioFilter ul li{ display: inline-block; margin: 5px 5px; } .portfolioFilter ul li a{ border: solid 1px #95d9ee; color: #ffffff; display: block; font-size: 13px; line-height: 15px; padding: 16px 18px; text-transform: uppercase; text-decoration: none; transition-duration: 0.2s; -webkit-transition-duration: 0.2s; } .portfolioFilter ul li a:hover{ border: solid 1px #15596e; color: #15596e; transition-duration: 0.2s; -webkit-transition-duration: 0.2s; } .portfolioFilter ul li a.current{ background: #15596e; border: solid 1px #15596e; color: #fff; } ul.portfolioContainer{ display: block; padding: 0px; list-style-type: none; } ul.portfolioContainer li{ cursor: pointer; display: block; margin: 0px; min-height: 205px; padding: 0px; } ul.portfolioContainer li .lightCon{ display: block; margin: 3px 3px 4px 4px; overflow: hidden; position: relative; } ul.portfolioContainer li img{ display: block; height: auto; width: 100%; } span.hoverBox{ background: rgba(0, 0, 0, 0.1); bottom: 0px; height: 100%; left: 0px; position: absolute; transition-duration: 0.2s; visibility: hidden; width: 100%; -webkit-transition-duration: 0.2s; } ul.portfolioContainer li:hover span.hoverBox{ background: rgba(0, 0, 0, 0.8); bottom: 0px; left: 0px; transition-duration: 0.2s; visibility: visible; -webkit-transition-duration: 0.2s; } span.hoverBox a{ line-height: 42px; } span.hoverBox .smallIcon{ left: 50%; margin: 0px auto; margin-left: -47px; margin-top: -21px; position: absolute; top: 50%; width: 94px; } span.hoverBox .zoom{ background: #ff675f; color: #fff; display: block; float: left; height: 42px; left: -150%; line-height: 50px; position: relative; text-align: center; transition-duration: 0.2s; visibility: hidden; width: 42px; -webkit-transition-duration: 0.2s; } ul.portfolioContainer li:hover span.hoverBox .zoom{ left: 0; transition-duration: 0.2s; visibility: visible; -webkit-transition-duration: 0.2s; } span.hoverBox .linKed{ background: #313131; color: #fff; display: block; float: right; height: 42px; line-height: 52px; position: relative; right: -150%; text-align: center; transition-duration: 0.2s; visibility: hidden; width: 42px; -webkit-transition-duration: 0.2s; } ul.portfolioContainer li:hover span.hoverBox .linKed{ right: 0%; transition-duration: 0.2s; visibility: visible; -webkit-transition-duration: 0.2s; } .isotope-item { z-index: 2; } .isotope-hidden.isotope-item { pointer-events: none; z-index: 1; } .isotope, .isotope .isotope-item { /* change duration value to whatever you like */ -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; transition-duration: 0.8s; } .isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; transition-property: height, width; } .isotope .isotope-item { padding: 0; transition-property: transform, opacity; -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; } .abc{ height: auto; left: 0; margin: 0 auto; position: absolute; top: 20%; right: 0; width: 782px; z-index: 99999; } .abc #pbImage{ position: static !important; } #pbCaption{ background: none !important; display: block; } #pbBottom{ background-color: rgba(24,27,34,1); bottom: 0px !important; display: block; filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#B0000000, EndColorStr=#B0000000); height: 80px !important; left: 26.1% !important; margin-left: -26% !important; padding: 0px !important; position: relative !important; width: 100% !important; } #pbCloseBtn{ position: absolute !important; } /*---------------------------------------------------- 11. Get in tuch Style ------------------------------------------------------*/ .contact{ background: #fff; } .contact .container{ padding-bottom: 90px ; padding-top: 85px ; } .contact h2{ color: #ff675f; } .contact p{ color: #84868d; line-height: 18px; } .contact .heading p{ padding-bottom: 41px; } .contact h4{ font-weight: 700; } .topCon{ padding-bottom: 0px !important; } .mapArea{ background: url(../images/map-bro.png) repeat-x 0 0; height: 400px; margin: 0; overflow: hidden; padding-top: 4px; width: 100%; } .mapArea iframe{ background: url(../images/map-bro.png) repeat-x 0 100%; height: 396px; padding-bottom: 4px; width: 100%; } .contactDetails{ background: #474d5d; } .contactDetails .container{ padding-bottom: 90px ; padding-top: 85px ; } .contactDetails h4{ font-weight: 600; padding-bottom: 15px; text-transform: uppercase; } .contactDetails p{ color: #93959c; font-size: 13px; line-height: 19px; padding-bottom: 14px; } .contactDetails p a{ color: #93959c; } .contactDetails p a:hover{ color: #a9abb0; text-decoration: none; } .contactDetails i{ padding-right: 15px; } .conForm input{ background: #585f73; border: none; color: #93959c; font-style: italic; margin-bottom: 30px; margin-right: 3%; outline: none; padding: 15px 30px; } .conForm input.noMarr{ margin-right: 0px; } .conForm textarea{ background: #585f73; border: none; color: #93959c; font-style: italic; height: 100px; margin-bottom: 40px; outline: none; padding: 15px 30px; } .conForm .submitBnt{ background: #ff675f; color: #fff; float: right; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 600; margin: 0px; text-align: center; } .conForm .submitBnt:hover{ background: #f5534b; } .textGroup{ display: inline-block; padding-left: 0px !important; position: relative !important; } #success_page{ color: #00bdbd; font-weight: 500; } .error_message{ color: #ff675f; padding-bottom: 15px; font-weight: 500; } #success_page h3{ font-size: 17px; } /*---------------------------------------------------- 12. Footer Style ------------------------------------------------------*/ .footer{ background: #00bdbd; } .footer .container{ padding: 40px 0; } .footer ul{ list-style-type: none; margin: 0 auto; text-align: center; } .footer ul li{ background: #ffffff; border-radius: 50%; color: #00bdbd; display: inline-block; height: 42px !important; line-height: 42px; margin: 0 6px; text-align: center; width: 42px !important; -webkit-border-radius: 50%; } .footer ul li:hover{ background: #0a9f9f ; } .footer ul li:hover a{ color: #fff; } .footer ul li a{ color: #00bdbd; height: 42px !important; width: 42px !important; } .footer ul li a i{ line-height: 42px !important; } /*--------------------------------------------------------------------------------- 13. Responsive style -------------------------------------------------------------------------------*/ @media screen and (min-width: 1200px) { .workYear{ height: 140px; padding-top: 50px; width: 140px; } .education .workYear{ padding-top: 58px; } } @media screen and (max-width: 991px) { .navbar.navbar-inverse.navbar-static-top a{ padding-left: 18px; padding-right: 18px; } .bannerText{ padding-left: 25px; padding-right: 25px; } .bannerText h1{ font-size: 65px; line-height: 71px; } .bannerText h2{ font-size: 28px; } .proPic{ text-align: center; } } @media screen and (max-width: 810px) { body{ min-height: 700px; } #header h3{ font-size: 38px; } #header h3 span{ font-size: 16px; } .abc{ width: 100%; } .navbar.navbar-inverse.navbar-static-top a { padding-left: 17px; } } @media screen and (min-width: 768px) { .conForm input.col-sm-6 { width: 48.5%; } .conForm input.col-lg-6 { width: 48.5%; } } @media screen and (max-width: 768px) { .navbar-wrapper .container, .navwrapper .container{ padding-left: 15px; padding-right: 15px; } ul.portfolioContainer li.col-xs-6{ min-height: 85px; width: 49%; } } @media screen and (max-width: 767px) { .navbar-header{ display: block; } .workYear{ margin: 0 auto; } .workDetails .rightArea{ border-left: none; } .arrowpart{ background: url(../images/arrow-top.png) no-repeat 50% 100%; float: none; height: 40px; width: 100%; } .education .arrowpart{ background: url(../images/arrow-top-light.png) no-repeat 50% 100%; } .exCon{ margin-left: 0px; } ul.navbar-nav li a{ display: block; } } @media screen and (max-width: 650px) { #wrapper{ top: 200px !important; } .upbox{ transform: translate(0px, -70px); -ms-transform: translate(0px, -70px); /* IE 9 */ -webkit-transform: translate(0px, -70px); /* Safari and Chrome */ } .bannerText { padding-bottom: 15px; padding-top: 15px; top: 25%; } .bannerText h1 { font-size: 42px; line-height: 48px; } .bannerText h2 { font-size: 18px; line-height: 24px; } } @media screen and (max-width: 480px) { .navbar.navbar-inverse.navbar-static-top a{ line-height: 17px; padding-bottom: 11px; padding-top: 11px; } } @media screen and (max-width: 400px) { #loopedSlider, #newsSlider{ min-height: 650px; height: 100%; } ul.slides{ min-height: 600px; height: 100%; } .item{ width: 19%; } .item p { font-size: 36px; } .aboutme img{ width:100%; } ul.portfolioContainer li.col-xs-6{ width:100%; } .bntDownload{ font-size: 13px; padding: 16px 14px; } .conForm textarea{ margin-bottom:20px; } .textGroup{ display:block; padding:0 0 40px 0; } .nameError, .emailError{ left:0px; top:0px; } }
css/style.css
* { margin: 0; padding: 0; } body { background: #000; color: #fff; font-family: 'Open Sans', sans-serif; font-weight: 300; height: 100%; overflow: scroll; overflow-x: hidden; position: relative; width: 100%; } a { color: #fff; outline: none; text-decoration: none; } /*---------------------------------------------------- 2. Document Setup ------------------------------------------------------*/ .wrapper{ width: 100%; } .spHeight{ padding-top: 63px; } .noMar{ margin: 0 !important; } .noPadd{ padding: 0px !important; } .container .row{ margin: 0px; } p{ font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 400; line-height: 21px; margin: 0px; padding-bottom: 22px; } h1{ font-family: 'Open Sans', sans-serif; font-size: 80px; font-weight: 700; line-height: 90px; margin: 0px; padding-bottom: 8px; } h2{ font-family: 'Open Sans', sans-serif; font-size: 36px; font-weight: 300; line-height: 38px; margin: 0px; padding-bottom: 0px; text-transform: uppercase; } h3{ font-family: 'Open Sans', sans-serif; font-size: 24px; font-weight: 400; line-height: 30px; margin: 0px; padding-bottom: 6px; } h4{ font-family: 'Open Sans', sans-serif; font-size: 19px; font-weight: 600; line-height: 24px; margin: 0px; padding-bottom: 6px; } h5{ font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 400; line-height: 24px; margin: 0px; padding-bottom: 6px; } h4.subHeading{ font-size: 18px; font-weight: 600; padding-bottom: 22px; } .heading{ padding-bottom: 45px; text-align: center; } .topmar{ margin-top: 20px; } /*---------------------------------------------------- 3. Header Part ------------------------------------------------------*/ header{ position: relative; } .banner{ background: #CACACA; margin: 0 auto !important; overflow: hidden; } .bannerText{ background: rgba(0, 0, 0, 0.2); border: 1px solid #fff; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000); left: 0; max-width: 960px; padding: 30px 0 30px ; position: absolute; right: 0; text-align: center; top: 35%; zoom: 1; } .bannerText h1{ text-transform: uppercase; } .bannerText h2{ font-size: 34px; text-transform: none; } .bannerPart{ height: 100%; overflow: hidden; } .bgwidth { width: 100%; } .bgheight { height: 100%; } /*------------------------------------ 3.1 Slide show background control --------------------------------------*/ .bannerPart{ background: #1b1f2b; } .bannerPart img{ filter: alpha(opacity=20); /* For IE8 and earlier */ opacity: 0.2; } /*--------------------------------------------------------------------------------- 4. Background slider CSS style -------------------------------------------------------------------------------*/ .ri-grid { height: auto; margin: 0px auto; position: relative; } .ri-grid ul { display: block; list-style: none; margin: 0; padding: 0; width: 100%; } .ri-grid ul:before, .ri-grid ul:after { content: ''; display: table; } .ri-grid ul:after { clear: both; } .ri-grid ul { zoom: 1; /* For IE 6/7 (trigger hasLayout) */ } .ri-grid ul li { background: #000; display: block; float: left; margin: 0; overflow: hidden; padding: 0; perspective: 400px; position: relative; -webkit-perspective: 400px; -moz-perspective: 400px; -o-perspective: 400px; -ms-perspective: 400px; } .ri-grid ul li a { backface-visibility: hidden; background-color: #333; background-position: center center; background-repeat: no-repeat; background-size: 100% 100%; box-sizing: content-box; display: block; height: 100%; left: 0; outline: none; position: absolute; top: 0; width: 100%; transform-style: preserve-3d; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; } /* Grid wrapper sizes */ .ri-grid-size-1 { width: 55%; } .ri-grid-size-2 { width: 100%; } .ri-grid-size-3 { width: 100%; margin-top: 0px; } /* Shadow style */ .ri-shadow:after, .ri-shadow:before { bottom: 15px; box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7); content: ""; height: 20%; left: 10px; max-height: 100px; max-width: 300px; position: absolute; transform: rotate(-3deg); width: 50%; z-index: -2; -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -ms-transform: rotate(-3deg); -o-transform: rotate(-3deg); } .ri-shadow:after { left: auto; right: 10px; -webkit-transform: rotate(3deg); -moz-transform: rotate(3deg); -ms-transform: rotate(3deg); -o-transform: rotate(3deg); transform: rotate(3deg); } .ri-grid-loading:after, .ri-grid-loading:before { display: none; } .ri-loading-image { display: none; } .ri-grid-loading .ri-loading-image { display: block; height: 30px; left: 50%; margin: 100px 0 0 -15px; position: relative; width: 30px; } /*---------------------------------------------------- 5. Menu Style ------------------------------------------------------*/ .isStuck{ left: 0px; width: 100%; } .menu{ left: 0px; margin-top: 0px; position: static; right: 0px; } .navwrapper .container{ padding: 0; width: auto; } .navbar-header{ display: none; } .nav > li > a{ display: inline-block; } .navbar-nav > li{ display: inline; float: none; } .navbar-nav > li > a { font-size: 14px; font-weight: 300; } .navbar-nav{ float: none; margin: 0 auto; text-align: center; } .navbar-toggle{ margin-top: 14px; } /* Special class on .container surrounding .navbar, used for positioning it into place. */ .navbar-wrapper { background: #262b37; margin-top: 0px; position: relative; z-index: 15; } .navbar-wrapper .container{ padding: 0px; } .navbar-collapse{ padding: 0; } .navbar-collapse.in{ max-height: 100%; } .navbar.navbar-inverse.navbar-static-top { background: #262b37; border: none; color: #c3c8d6; font-family: 'Open Sans', sans-serif; font-size: 14px; margin: 0px auto; text-transform: uppercase; } .navbar.navbar-inverse.navbar-static-top a{ color: #c3c8d6; line-height: 18px; padding: 22px 25px; text-align: center; } .navbar.navbar-inverse.navbar-static-top a:hover{ color: #fff; } .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus{ background: #1b1f29; color: #c3c8d6; } .navbar-inverse .navbar-nav>.active>a:hover { background: #1b1f29; color: #fff; } .hideClass{ display: none; } /* tags skills */ .bootstrap-tagsinput { background-color: #fff; border: 2px solid #ebedef; border-radius: 6px; font-size: 0; margin-bottom: 18px; padding: 6px 1px 1px 6px; text-align: left; } .bootstrap-tagsinput .tag { background-color: #ebedef; border-radius: 4px; color: #7b8996; cursor: pointer; display: inline-block; font-size: 13px; height: 27px; line-height: 15px; margin: 0 5px 5px 0; overflow: hidden; padding: 6px 21px; position: relative; transition: .25s linear; vertical-align: middle; -webkit-transition: .25s linear; } .bootstrap-tagsinput .tag > span { bottom: 0; color: #fff; cursor: pointer; filter: alpha(opacity=0); font-size: 12px; opacity: 0; padding: 0 10px 0 0; position: absolute; right: 0; text-align: right; text-decoration: none; top: 0; transition: opacity .25s linear; width: 100%; z-index: 2; -webkit-transition: opacity .25s linear; } .bootstrap-tagsinput .tag > span:after { content: "\e609"; font-family: "Flat-UI-Pro-Icons"; line-height: 27px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .bootstrap-tagsinput .tag:hover { background-color: #16a085; color: #fff; padding-left: 14px; padding-right: 28px; } .bootstrap-tagsinput .tag:hover > span { filter: none; opacity: 1; -webkit-filter: none; } .bootstrap-tagsinput input[type="text"] { background-color: transparent; border: none; box-shadow: none; color: #34495e; font-size: 14px; height: 29px; margin: 0; max-width: inherit; min-width: 80px; outline: none; padding: 0; vertical-align: top; width: auto !important; } .bootstrap-tagsinput input[type="text"]:first-child { height: 23px; margin: 3px 0 8px; } /* CUSTOMIZE THE CAROUSEL -------------------------------------------------- */ /* Carousel base class */ .carousel { } /* Since positioning the image, we need to help out the caption */ .carousel-caption { z-index: 10; } /* Declare heights because of positioning of img element */ .carousel .item { background-color: #0A64A4; height: 600px; } .carousel-inner > .item > img { left: 0; min-width: 100%; position: absolute; top: 0; } /*---------------------------------------------------- 6. About me Style ------------------------------------------------------*/ .aboutme{ background: #00bdbd; color: #fff; position: relative; } .aboutme .container{ padding-bottom: 93px ; padding-top: 85px ; } .aboutTop{ background: #00bdbd; height: 60px; } .spHeight .aboutTop{ margin-top: -62px !important; } .bntDownload{ background: #474d5d; display: inline-block; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 700; padding: 16px 22px; } .bntDownload:hover{ background: #373d4c; color: #CCCCCC; text-decoration: none; } /*---------------------------------------------------- 7. Technical Skills Style ------------------------------------------------------*/ .addspace{ background: #eeeeee; height: 60px; } .technical{ background: #eeeeee; color: #474d5d; } .technical .container{ padding-top: 85px ; padding-bottom: 69px ; } .technical .heading p{ padding-bottom: 41px; } .technical p{ color: #474d5d; } .technical h2{ color: #ff675f; } .technical .skillsArea{ padding: 0px; } .technical .skills{ float: none; margin: 0 auto; margin-bottom: 23px; padding: 0px; text-align: center; } .technical .skills p{ color: #84868d; font-size: 13px; line-height: 18px; text-align: center; } .technical .skills img{ margin: 0 auto; margin-bottom: 33px; max-width: 152px; width: 100%; } .technical .skills h4{ font-weight: 700; text-transform: uppercase; } .skilBg{ background: url(../images/skills.png) no-repeat 0 0; } .chart { display: inline-block; height: 152px; margin-bottom: 26px; position: relative; text-align: center; width: 152px; } .chart canvas { left: 0; position: absolute; top: 0; } .percent { color: #474d5d; display: inline-block; font-size: 21px; line-height: 152px; z-index: 2; } .percent:after { content: '%'; font-size: .8em; margin-left: 0.1em; } .angular { margin-top: 100px; } .angular .chart { margin-top: 0; } /*---------------------------------------------------- 8. Work Experience Style ------------------------------------------------------*/ .exprience{ background: #fff; } .exprience .container{ padding-bottom: 90px; padding-top: 85px; } .exprience h2{ color: #ff675f; } .exprience p{ color: #84868d; line-height: 18px; } .exprience .heading p{ padding-bottom: 41px; } .exprience h4{ font-weight: 700; } .workDetails .rightArea{ border-left: solid 1px #eaeaea; padding-bottom: 47px; } .workDetails:last-child .rightArea{ padding-bottom: 0px; } .workYear{ background: #ff675f; border-radius: 50%; color: #fff; font-size: 17px; height: 120px; padding: 40px 0 40px 0; text-align: center; width: 120px; -webkit-border-radius: 50%; } .arrowpart{ background: url(../images/arrow-left.png) no-repeat 0 23px; float: left; height: 50px; width: 15px; } .exCon{ background: #f3f3f3; border-bottom: solid 4px #eeeeee; margin-left: 15px; padding: 22px 47px 6px 47px; text-align: left; width: auto; } .exCon p{ color: #84868d; line-height: 21px; } .exCon h4{ color: #474d5d; padding-bottom: 3px; } .exCon h5{ color: #474d5d; } /*---------------------------------------------------- 9. Education Style ------------------------------------------------------*/ .education{ background: #eeeeee; } .education .container{ padding-bottom: 90px ; padding-top: 85px ; } .education h2{ color: #ff675f; } .education p{ color: #84868d; line-height: 18px; } .education .heading p{ padding-bottom: 41px; } .education h4{ font-weight: 700; } .education .arrowpart{ background: url(../images/arrow-left-light.png) no-repeat 0 23px; } .education .exCon{ background: #fafafa; border-bottom: solid 4px #e8e7e7; } .education .workDetails .rightArea{ border-left-color: #e5e4e4; } .linkExperience, .linkExperience:hover { color: #474d5d; } /*---------------------------------------------------- 10. Protfolio Style ------------------------------------------------------*/ .protfolio{ background: #2bb3dd; } .protfolio .container{ padding-bottom: 90px ; padding-top: 85px ; } .protfolio .heading p{ padding-bottom: 41px; } .protfolio h4{ font-weight: 700; } .portfolioFilter{ display: block; margin: 0 auto; text-align: center; } .portfolioFilter ul{ margin: 0 auto; display: block; margin-bottom: 30px; text-align: center; } .portfolioFilter ul li{ display: inline-block; margin: 5px 5px; } .portfolioFilter ul li a{ border: solid 1px #95d9ee; color: #ffffff; display: block; font-size: 13px; line-height: 15px; padding: 16px 18px; text-transform: uppercase; text-decoration: none; transition-duration: 0.2s; -webkit-transition-duration: 0.2s; } .portfolioFilter ul li a:hover{ border: solid 1px #15596e; color: #15596e; transition-duration: 0.2s; -webkit-transition-duration: 0.2s; } .portfolioFilter ul li a.current{ background: #15596e; border: solid 1px #15596e; color: #fff; } ul.portfolioContainer{ display: block; padding: 0px; list-style-type: none; } ul.portfolioContainer li{ cursor: pointer; display: block; margin: 0px; min-height: 205px; padding: 0px; } ul.portfolioContainer li .lightCon{ display: block; margin: 3px 3px 4px 4px; overflow: hidden; position: relative; } ul.portfolioContainer li img{ display: block; height: auto; width: 100%; } span.hoverBox{ background: rgba(0, 0, 0, 0.1); bottom: 0px; height: 100%; left: 0px; position: absolute; transition-duration: 0.2s; visibility: hidden; width: 100%; -webkit-transition-duration: 0.2s; } ul.portfolioContainer li:hover span.hoverBox{ background: rgba(0, 0, 0, 0.8); bottom: 0px; left: 0px; transition-duration: 0.2s; visibility: visible; -webkit-transition-duration: 0.2s; } span.hoverBox a{ line-height: 42px; } span.hoverBox .smallIcon{ left: 50%; margin: 0px auto; margin-left: -47px; margin-top: -21px; position: absolute; top: 50%; width: 94px; } span.hoverBox .zoom{ background: #ff675f; color: #fff; display: block; float: left; height: 42px; left: -150%; line-height: 50px; position: relative; text-align: center; transition-duration: 0.2s; visibility: hidden; width: 42px; -webkit-transition-duration: 0.2s; } ul.portfolioContainer li:hover span.hoverBox .zoom{ left: 0; transition-duration: 0.2s; visibility: visible; -webkit-transition-duration: 0.2s; } span.hoverBox .linKed{ background: #313131; color: #fff; display: block; float: right; height: 42px; line-height: 52px; position: relative; right: -150%; text-align: center; transition-duration: 0.2s; visibility: hidden; width: 42px; -webkit-transition-duration: 0.2s; } ul.portfolioContainer li:hover span.hoverBox .linKed{ right: 0%; transition-duration: 0.2s; visibility: visible; -webkit-transition-duration: 0.2s; } .isotope-item { z-index: 2; } .isotope-hidden.isotope-item { pointer-events: none; z-index: 1; } .isotope, .isotope .isotope-item { /* change duration value to whatever you like */ -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; transition-duration: 0.8s; } .isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; transition-property: height, width; } .isotope .isotope-item { padding: 0; transition-property: transform, opacity; -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; } .abc{ height: auto; left: 0; margin: 0 auto; position: absolute; top: 20%; right: 0; width: 782px; z-index: 99999; } .abc #pbImage{ position: static !important; } #pbCaption{ background: none !important; display: block; } #pbBottom{ background-color: rgba(24,27,34,1); bottom: 0px !important; display: block; filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#B0000000, EndColorStr=#B0000000); height: 80px !important; left: 26.1% !important; margin-left: -26% !important; padding: 0px !important; position: relative !important; width: 100% !important; } #pbCloseBtn{ position: absolute !important; } /*---------------------------------------------------- 11. Get in tuch Style ------------------------------------------------------*/ .contact{ background: #fff; } .contact .container{ padding-bottom: 90px ; padding-top: 85px ; } .contact h2{ color: #ff675f; } .contact p{ color: #84868d; line-height: 18px; } .contact .heading p{ padding-bottom: 41px; } .contact h4{ font-weight: 700; } .topCon{ padding-bottom: 0px !important; } .mapArea{ background: url(../images/map-bro.png) repeat-x 0 0; height: 400px; margin: 0; overflow: hidden; padding-top: 4px; width: 100%; } .mapArea iframe{ background: url(../images/map-bro.png) repeat-x 0 100%; height: 396px; padding-bottom: 4px; width: 100%; } .contactDetails{ background: #474d5d; } .contactDetails .container{ padding-bottom: 90px ; padding-top: 85px ; } .contactDetails h4{ font-weight: 600; padding-bottom: 15px; text-transform: uppercase; } .contactDetails p{ color: #93959c; font-size: 13px; line-height: 19px; padding-bottom: 14px; } .contactDetails p a{ color: #93959c; } .contactDetails p a:hover{ color: #a9abb0; text-decoration: none; } .contactDetails i{ padding-right: 15px; } .conForm input{ background: #585f73; border: none; color: #93959c; font-style: italic; margin-bottom: 30px; margin-right: 3%; outline: none; padding: 15px 30px; } .conForm input.noMarr{ margin-right: 0px; } .conForm textarea{ background: #585f73; border: none; color: #93959c; font-style: italic; height: 100px; margin-bottom: 40px; outline: none; padding: 15px 30px; } .conForm .submitBnt{ background: #ff675f; color: #fff; float: right; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 600; margin: 0px; text-align: center; } .conForm .submitBnt:hover{ background: #f5534b; } .textGroup{ display: inline-block; padding-left: 0px !important; position: relative !important; } #success_page{ color: #00bdbd; font-weight: 500; } .error_message{ color: #ff675f; padding-bottom: 15px; font-weight: 500; } #success_page h3{ font-size: 17px; } /*---------------------------------------------------- 12. Footer Style ------------------------------------------------------*/ .footer{ background: #00bdbd; } .footer .container{ padding: 40px 0; } .footer ul{ list-style-type: none; margin: 0 auto; text-align: center; } .footer ul li{ background: #ffffff; border-radius: 50%; color: #00bdbd; display: inline-block; height: 42px !important; line-height: 42px; margin: 0 6px; text-align: center; width: 42px !important; -webkit-border-radius: 50%; } .footer ul li:hover{ background: #0a9f9f ; } .footer ul li:hover a{ color: #fff; } .footer ul li a{ color: #00bdbd; height: 42px !important; width: 42px !important; } .footer ul li a i{ line-height: 42px !important; } /*--------------------------------------------------------------------------------- 13. Responsive style -------------------------------------------------------------------------------*/ @media screen and (min-width: 1200px) { .workYear{ height: 140px; padding-top: 50px; width: 140px; } .education .workYear{ padding-top: 58px; } } @media screen and (max-width: 991px) { .navbar.navbar-inverse.navbar-static-top a{ padding-left: 18px; padding-right: 18px; } .bannerText{ padding-left: 25px; padding-right: 25px; } .bannerText h1{ font-size: 65px; line-height: 71px; } .bannerText h2{ font-size: 28px; } .proPic{ text-align: center; } } @media screen and (max-width: 810px) { body{ min-height: 700px; } #header h3{ font-size: 38px; } #header h3 span{ font-size: 16px; } .abc{ width: 100%; } .navbar.navbar-inverse.navbar-static-top a { padding-left: 17px; } } @media screen and (min-width: 768px) { .conForm input.col-sm-6 { width: 48.5%; } .conForm input.col-lg-6 { width: 48.5%; } } @media screen and (max-width: 768px) { .navbar-wrapper .container, .navwrapper .container{ padding-left: 15px; padding-right: 15px; } ul.portfolioContainer li.col-xs-6{ min-height: 85px; width: 49%; } } @media screen and (max-width: 767px) { .navbar-header{ display: block; } .workYear{ margin: 0 auto; } .workDetails .rightArea{ border-left: none; } .arrowpart{ background: url(../images/arrow-top.png) no-repeat 50% 100%; float: none; height: 40px; width: 100%; } .education .arrowpart{ background: url(../images/arrow-top-light.png) no-repeat 50% 100%; } .exCon{ margin-left: 0px; } ul.navbar-nav li a{ display: block; } } @media screen and (max-width: 650px) { #wrapper{ top: 200px !important; } .upbox{ transform: translate(0px, -70px); -ms-transform: translate(0px, -70px); /* IE 9 */ -webkit-transform: translate(0px, -70px); /* Safari and Chrome */ } .bannerText { padding-bottom: 15px; padding-top: 15px; top: 25%; } .bannerText h1 { font-size: 42px; line-height: 48px; } .bannerText h2 { font-size: 18px; line-height: 24px; } } @media screen and (max-width: 480px) { .navbar.navbar-inverse.navbar-static-top a{ line-height: 17px; padding-bottom: 11px; padding-top: 11px; } } @media screen and (max-width: 400px) { #loopedSlider, #newsSlider{ min-height: 650px; height: 100%; } ul.slides{ min-height: 600px; height: 100%; } .item{ width: 19%; } .item p { font-size: 36px; } .aboutme img{ width:100%; } ul.portfolioContainer li.col-xs-6{ width:100%; } .bntDownload{ font-size: 13px; padding: 16px 14px; } .conForm textarea{ margin-bottom:20px; } .textGroup{ display:block; padding:0 0 40px 0; } .nameError, .emailError{ left:0px; top:0px; } }
0.290276
0.050494
@import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700); body { padding:50px; font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; color:#777; font-weight:300; background:#001823; } h1, h2, h3, h4, h5, h6 { color:#001823; margin:0 0 20px; } h3 { margin-top: 35px; } p, ul, ol, table, pre, dl { margin:0 0 20px; } h1, h2, h3 { line-height:1.1; } h1 { font-size:28px; } h2 { } h3, h4, h5, h6 { } a { color:rgb(255, 100, 84); font-weight:400; text-decoration:none; } a:hover { color:rgb(255, 120, 104); } a small { font-size:11px; color:#777; margin-top:-0.6em; display:block; } a:hover small { color:#777; } .wrapper { width:900px; margin:0 auto; } blockquote { border-left:1px solid #e5e5e5; margin:0; padding:0 0 0 20px; font-style:italic; } code, pre { font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, monospace; color:#333; font-size:12px; } pre { padding:8px 15px; overflow-x: auto; margin: 0; } table { width:100%; border-collapse:collapse; border-spacing: 0; } table.pre { border:none; border-radius:0; border-collapse:collapse; border-spacing: 0; margin: 0; } .code-container { background: #f8f8f8; border: 1px solid #e5e5e5; border-radius: 5px; margin-bottom: 20px; } th, td { text-align:left; } dt { color:#444; font-weight:700; } th { color:#444; } img { max-width:100%; } header { background: rgb(255, 100, 84); color: #fff; border-top-left-radius: 8px; border-top-right-radius: 8px; } header h1 { color: #fff; text-transform: uppercase; margin-bottom: 5px; font-size: 50px; margin-top: 30px; } header p { opacity: 0.5; } header .header-container { padding: 50px; } header h1 a { font-weight: bold; color: #fff; } header h1 a:hover { color: #fff; opacity: 0.75; } table.git-links { width:100%; height:80px; text-align: center; background: rgba(255,255,255,0.3); margin-bottom: 0; /*border-top: 1px solid rgba(255,255,255,0.2);*/ } table.git-links td { text-align: center; } table.git-links td a { color: rgb(245, 90, 74); } table.git-links td a:hover { color: rgba(255,255,255,0.75); } section { padding-bottom:50px; padding: 50px; background: #fff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; } small { font-size:11px; } hr { border:0; background:#e5e5e5; height:1px; margin:0 0 20px; } footer { margin-top: 25px; text-align: center; } footer p { color: rgba(255,255,255,0.4); } .tip { display: none; } .shortlinks { } .shortlinks .shortlink { margin-bottom: 10px; } .shortlinks .shortlink a { font-weight: bold; color: rgb(130, 161, 171); } .shortlinks .shortlink span { font-size: 12px; clear: both; display: block; margin-top: 3px; } li a em { font-style: normal; font-weight: 600; display: block; } .nugetinstall { padding: 20px; margin-bottom: 20px; margin-top: 10px; background: rgb(130, 161, 171); border-radius: 5px; color: #fff; } @media print, screen and (max-width: 960px) { div.wrapper { width:auto; margin:0; } header, section, footer { float:none; position:static; width:auto; } section { border:1px solid #e5e5e5; border-width:1px 0; padding-left:50px; padding-left:50px; margin:0 0 20px; } header a small { display:inline; } } td.lines { display: none; } td.snippet pre.fssnip { overflow: scroll; } @media print, screen and (max-width: 720px) { body { word-wrap:break-word; } header { padding:0; } pre, code { word-wrap:normal; } } @media print, screen and (max-width: 480px) { body { padding:15px; } } @media print { body { padding:0.4in; font-size:12pt; } } /* CODE HIGHLIGHT */ pre span.k { color: rgb(120, 151, 161); }
docs/output/stylesheets/styles.css
@import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700); body { padding:50px; font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; color:#777; font-weight:300; background:#001823; } h1, h2, h3, h4, h5, h6 { color:#001823; margin:0 0 20px; } h3 { margin-top: 35px; } p, ul, ol, table, pre, dl { margin:0 0 20px; } h1, h2, h3 { line-height:1.1; } h1 { font-size:28px; } h2 { } h3, h4, h5, h6 { } a { color:rgb(255, 100, 84); font-weight:400; text-decoration:none; } a:hover { color:rgb(255, 120, 104); } a small { font-size:11px; color:#777; margin-top:-0.6em; display:block; } a:hover small { color:#777; } .wrapper { width:900px; margin:0 auto; } blockquote { border-left:1px solid #e5e5e5; margin:0; padding:0 0 0 20px; font-style:italic; } code, pre { font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, monospace; color:#333; font-size:12px; } pre { padding:8px 15px; overflow-x: auto; margin: 0; } table { width:100%; border-collapse:collapse; border-spacing: 0; } table.pre { border:none; border-radius:0; border-collapse:collapse; border-spacing: 0; margin: 0; } .code-container { background: #f8f8f8; border: 1px solid #e5e5e5; border-radius: 5px; margin-bottom: 20px; } th, td { text-align:left; } dt { color:#444; font-weight:700; } th { color:#444; } img { max-width:100%; } header { background: rgb(255, 100, 84); color: #fff; border-top-left-radius: 8px; border-top-right-radius: 8px; } header h1 { color: #fff; text-transform: uppercase; margin-bottom: 5px; font-size: 50px; margin-top: 30px; } header p { opacity: 0.5; } header .header-container { padding: 50px; } header h1 a { font-weight: bold; color: #fff; } header h1 a:hover { color: #fff; opacity: 0.75; } table.git-links { width:100%; height:80px; text-align: center; background: rgba(255,255,255,0.3); margin-bottom: 0; /*border-top: 1px solid rgba(255,255,255,0.2);*/ } table.git-links td { text-align: center; } table.git-links td a { color: rgb(245, 90, 74); } table.git-links td a:hover { color: rgba(255,255,255,0.75); } section { padding-bottom:50px; padding: 50px; background: #fff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; } small { font-size:11px; } hr { border:0; background:#e5e5e5; height:1px; margin:0 0 20px; } footer { margin-top: 25px; text-align: center; } footer p { color: rgba(255,255,255,0.4); } .tip { display: none; } .shortlinks { } .shortlinks .shortlink { margin-bottom: 10px; } .shortlinks .shortlink a { font-weight: bold; color: rgb(130, 161, 171); } .shortlinks .shortlink span { font-size: 12px; clear: both; display: block; margin-top: 3px; } li a em { font-style: normal; font-weight: 600; display: block; } .nugetinstall { padding: 20px; margin-bottom: 20px; margin-top: 10px; background: rgb(130, 161, 171); border-radius: 5px; color: #fff; } @media print, screen and (max-width: 960px) { div.wrapper { width:auto; margin:0; } header, section, footer { float:none; position:static; width:auto; } section { border:1px solid #e5e5e5; border-width:1px 0; padding-left:50px; padding-left:50px; margin:0 0 20px; } header a small { display:inline; } } td.lines { display: none; } td.snippet pre.fssnip { overflow: scroll; } @media print, screen and (max-width: 720px) { body { word-wrap:break-word; } header { padding:0; } pre, code { word-wrap:normal; } } @media print, screen and (max-width: 480px) { body { padding:15px; } } @media print { body { padding:0.4in; font-size:12pt; } } /* CODE HIGHLIGHT */ pre span.k { color: rgb(120, 151, 161); }
0.316158
0.11836
html { position: relative; min-height: 100%; background: #ededed; color: #000; } body { width: 100%; min-height: 100%; background: #ededed; } #page_header { position: relative; z-index: 905; height: 50px; background-color: #f3f3f3; background-image: -moz-linear-gradient(top, #f3f3f3, #e2e2e2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e2e2e2)); /*x1 y1,x2 y2*/ background-image: -webkit-linear-gradient(top, #f3f3f3, #e2e2e2); background-image: -o-linear-gradient(top, #f3f3f3, #e2e2e2); background-image: -ms-linear-gradient(top, #f3f3f3, #e2e2e2); background-image: linear-gradient(to bottom, #f3f3f3, #e2e2e2); background-repeat: repeat-x; } #left_panel { position: absolute; z-index: 904; top: 0; left: 0; width: 220px; min-height: 100%; padding-top: 50px; background: #3a3633; background: -moz-linear-gradient(left, #3a3633 93%, #2a2725 100%); background: -webkit-gradient(linear, left top, right top, color-stop(93%, #3a3633), color-stop(100%, #2a2725)); background: -webkit-linear-gradient(left, #3a3633 93%, #2a2725 100%); background: -o-linear-gradient(left, #3a3633 93%, #2a2725 100%); background: -ms-linear-gradient(left, #3a3633 93%, #2a2725 100%); background: linear-gradient(to right, #3a3633 93%, #2a2725 100%); -webkit-transition: all 250ms cubic-bezier(0.1, .57, .1, 1); transition: all 250ms cubic-bezier(0.1, .57, .1, 1); } #main { position: relative; min-height: 500px; margin-left: 220px; padding-bottom: 50px; } #main #ribbon { min-height: 40px; background: #474544; } #main #content { padding: 15px 0; } #page_footer { position: absolute; bottom: 0; left: 0; width: 100%; height: 50px; line-height: 49px; background: #322f2c; color: #fff; border-top: 1px solid #CECECE; } #page_footer .inside { padding-left: 220px; text-align: center; } #page_footer .inside i { margin-right: 4px; } #page_footer .inside a { color: #fff; } .ajax-loading-animation { font-size: 20px; padding: 0 15px; } .ajax-loading-error { font-size: 20px; padding: 0 15px; } #page_header { padding: 0 13px 0 0; } #page_header .right_side { float: right; } #page_header .right_side span { display: block; float: left; width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 14px; border-radius: 2px; border: 1px solid #bfbfbf; color: #6D6A69; margin-left: 6px; margin-top: 10px; box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, .08); cursor: pointer; background: #f8f8f8; background: -moz-linear-gradient(left, #f8f8f8 93%, #f1f1f1 100%); background: -webkit-gradient(linear, left top, right top, color-stop(93%, #f8f8f8), color-stop(100%, #f1f1f1)); background: -webkit-linear-gradient(left, #f8f8f8 93%, #f1f1f1 100%); background: -o-linear-gradient(left, #f8f8f8 93%, #f1f1f1 100%); background: -ms-linear-gradient(left, #f8f8f8 93%, #f1f1f1 100%); background: linear-gradient(to right, #f8f8f8 93%, #f1f1f1 100%); } #page_header .right_side span:hover { color: #222; } #page_header .right_side span.active { background: #5a5a5a; color: #fff; border: 1px solid #5a5a5a; } #page_header .right_side .toggleMenu_btn { display: none; } #page_header .logow { display: inline-block; padding-left: 10px; padding-top: 14px; } #page_header .logow a { } #page_header .logow a:hover { text-decoration: none; } #page_header .logow a:active { text-decoration: none; } #page_header .logow a:focus { text-decoration: none; } #left_panel nav ul { list-style: none; padding: 0; margin: 0; } #left_panel nav ul li { position: relative; } #left_panel nav ul ul { display: none; } #left_panel nav ul a { position: relative; display: block; padding: 10px; font-size: 14px; color: #c0bbb7; text-decoration: none; } #left_panel nav ul a:hover { color: #fff; background-color: rgba(69, 69, 69, .8); } #left_panel nav ul a:active { background: #616161; } #left_panel nav ul a i { margin-right: 5px; } #left_panel nav ul a b { float: right; font-weight: normal; } #left_panel nav ul a b i { margin: 0; } #left_panel nav > ul > li > a:hover { background: none; } #left_panel nav > ul > li > a:active { background: #616161; } #left_panel nav > ul > li > ul { position: relative; background: rgba(69, 69, 69, .6); overflow: hidden; } #left_panel nav > ul > li > ul::before { content: ""; display: block; position: absolute; z-index: 1; left: 23px; top: 0; bottom: 0; border-left: 1px solid #7A7A7A; } #left_panel nav > ul > li > ul > li::before { content: ""; display: block; position: absolute; width: 8px; left: 23px; top: 16px; border-top: 1px solid #7A7A7A; z-index: 1; } #left_panel nav > ul > li > ul > li > a { padding: 7px 10px 7px 42px; } #left_panel nav > ul > li > ul > li > ul > li > a { padding: 8px 0 8px 60px; } #left_panel .minifyBtn { display: block; position: absolute; right: 0; width: 36px; height: 28px; margin-top: 7px; border-bottom: 1px solid #302F2F; background: #454545; border-radius: 5px 0 0 5px; color: #A8A8A8; font-size: 19px; text-align: center; cursor: pointer; -webkit-transition: all .1s linear; transition: all .1s linear; } #left_panel .minifyBtn:hover { width: 40px; padding-right: 5px; background: #646464; color: #E4E4E4; } .login_info { width: 100%; border-bottom: 1px solid #525151; margin-bottom: 5px; } .login_info > span { display: block; padding: 0 10px; border-bottom: 1px solid #1A1817; } .login_info > span > div { position: relative; display: block; color: #fff; padding-top: 5px; } .login_info > span > div > a { display: inline-block; width: 100%; max-width: 100%; overflow: hidden; line-height: 26px; color: #c0bbb7; font-size: 14px; } .login_info > span > div > .dropdown-menu { margin-top: 0; } .minified #main { margin-left: 45px; } .minified #page_footer .inside { padding-left: 45px; } .minified #left_panel { width: 45px !important; } .minified #left_panel, .minified nav > ul > li { overflow: visible; } .minified #left_panel nav > ul > li { border-bottom: 1px solid #1A1817; border-top: 1px solid #525151; } .minified #left_panel nav > ul > li:first-child { border-top: 0; } .minified #left_panel nav > ul > li > a > span { display: none; } .minified #left_panel nav > ul > li > a > i { margin: 0 auto; } .minified #left_panel nav > ul > li > a > b { display: none; } .minified #left_panel nav > ul > li > a > span { z-index: 2; position: absolute; top: 0; left: 40px; width: 186px; height: 38px; padding-left: 10px; line-height: 38px; background: #f5f5f5; color: #333; border: 1px solid #bfbfbf; box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .2); } .minified #left_panel nav > ul > li > ul { display: none !important; z-index: 1; position: absolute; top: 36px; left: 40px; width: 186px; background: #454545; border: 1px solid #bfbfbf; box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .2); } .minified #left_panel nav > ul > li > ul::before { border-left: none; } .minified #left_panel nav > ul > li > ul > li::before { border-top: none; } .minified #left_panel nav > ul > li:hover > a > span { display: block !important; } .minified #left_panel nav > ul > li:hover > ul { display: block !important; } .minified #left_panel nav > ul > li > ul > li > a { padding: 7px 10px 7px 10px; } .minified #left_panel nav > ul > li > ul > li > ul > li > a { padding: 7px 10px 7px 30px; } .minified .login_info { margin-bottom: 0; } .minified .login_info > span { padding: 0; } .minified .login_info > span > div > a { text-align: center; } .minified .login_info > span > div > a > span { display: none; } .minified .login_info > span > div > a > i { margin: 0; color: #c0bbb7; } #main #ribbon .breadcrumb { padding: 0 0 0 14px; color: #BBB; line-height: 40px; margin-bottom: 0; list-style: none; background: none; border-radius: 0; } #main #ribbon .breadcrumb li i { margin-right: 3px; } #main #ribbon .breadcrumb li:last-child { color: #E4E4E4; } @media only screen and (min-width: 0px) and (max-width: 768px) { #page_header .right_side .toggleMenu_btn { display: block; } #page_header .right_side .fullScreen_btn { display: none; } #main { margin-left: 0; } #left_panel { margin-left: -220px; background: #3a3633; } #left_panel .minifyBtn { display: none; } #page_footer .inside { padding-left: 0; text-align: center; } } .content_wrapper aside { background: #fff; margin-bottom: 15px; } .content_wrapper aside header { line-height: 34px; border: 1px solid #CCC; border-bottom: 0; padding-left: 10px; } .content_wrapper aside header i { margin-right: 6px; } .content_wrapper aside section { border: 1px solid #CCC; padding: 15px 0; } /** *============================ *登录页 *============================ */ .form-signin { max-width: 330px; padding: 15px; margin: 0 auto; } .form-signin .logo { font-size: 78px; text-align: center; font-weight: bold; color: #444444; font-family: Consolas, "Courier New", monospace; } .form-signin h3 { color: #676a6c; font-size: 14px; text-align: center; } .form-signin .form-control { padding: 0 12px; height: 46px; line-height: 46px; } .form-signin .form-control:focus { border: 2px solid #afacab; outline: 0; -webkit-box-shadow: none; box-shadow: none; } .form-signin .subBtn { background: #009f6c; padding: 9px 35px 13px; border: 0; color: #fff; font-size: 20px; -webkit-box-shadow: inset 0 -4px 0 #00855a; box-shadow: inset 0 -4px 0 #00855a; -webkit-transition: all 250ms cubic-bezier(0.1, .57, .1, 1); transition: all 250ms cubic-bezier(0.1, .57, .1, 1); } .form-signin .subBtn:focus { background: #00855a; outline: none; } .form-signin .help { color: #999; margin: 14px 0; text-align: center; } .form-signin .copyright { text-align: center; margin: 14px 0; } .form-signin .copyright i { margin-right: 4px; } .form-signin .copyright a { color: #3a3633; } /** *============================ *对bootstrap的补全或覆盖 *============================ */ .table thead, .table tfoot { background: #ebebeb; } .form-inline .gap { display: inline-block; width: 10px; } @media only screen and (min-width: 0px) and (max-width: 767px) { .form-inline .gap { display: none; width: 0; height: 0; } } hr { margin: 15px 0; border-top: 1px solid #f0f0f0; } .help-block { margin-bottom: 0; } button i, a i { margin-right: 6px; } .pagination button i, .pagination a i { margin: 0; } .my_panel .heading { padding: 8px 10px; font-weight: bold; background: #ebebeb; border-bottom: 2px solid #ddd; } .my_panel .body { padding: 10px 10px 20px; } .my_panel .body .table { margin-bottom: 0; } .my_panel .body .table tr:first-child td { border-top: 0; } .my_panel .body .table thead, .my_panel .body .table tfoot { background: none !important; } form .title_bar { padding: 8px 10px; font-weight: bold; background: #ebebeb; border-bottom: 2px solid #ddd; margin-bottom: 14px; } .form-horizontal .modal-content .form-group { margin-left: 0 !important; margin-right: 0 !important; } .modal-header .modal-title { font-size: 16px; } /** *============================ *DataTables的补全或覆盖 *============================ */ div.dataTables_wrapper div.dataTables_paginate { margin: 20px 0 0 0 !important; } /** *============================ *bootstrap-datepicker的补全或覆盖 *============================ */ /** *============================ *ajaxForm *============================ */ .ajaxForm_tip_success { color: #4cae4c; font-size: 14px; } .ajaxForm_tip_warning { color: #f0ad4e; font-size: 14px; } /** *============================ *询问弹出框 *============================ */ .J_confirm_btn i { display: none; } .J_confirm_btn.subBtn_sending i { display: inline-block; } /** *============================ *树形视图 *============================ */ .J_tree_table th, .J_tree_table td { vertical-align: middle !important; border-top: 1px solid #f0f0f0 !important; } .table-responsive > .J_tree_table > thead > tr > th, .table-responsive > .J_tree_table > tbody > tr > th, .table-responsive > .J_tree_table > tfoot > tr > th, .table-responsive > .J_tree_table > thead > tr > td, .table-responsive > .J_tree_table > tbody > tr > td, .table-responsive > .J_tree_table > tfoot > tr > td { white-space: nowrap; } .J_tree_table > tbody + tbody { border-top: 0 !important; } .J_tree_table .J_pull_btn { display: inline-block; width: 20px; height: 20px; } .J_tree_table .pull_down { background: url(../images/icon_list.png) 0 -20px no-repeat !important; cursor: pointer; } .J_tree_table .pull_up { background: url(../images/icon_list.png) 0 0 no-repeat !important; cursor: pointer; } .J_tree_table .blank_btn { display: inline-block; width: 20px; height: 20px; background: url(../images/icon_list.png) -20px 0 no-repeat; } .J_tree_table .end { display: inline-block; width: 46px; height: 20px; vertical-align: middle; cursor: pointer; background: url(../images/icon_list.png) 0 -72px no-repeat; } .J_tree_table .space { display: inline-block; width: 46px; height: 20px; vertical-align: middle; cursor: pointer; } .J_tree_table input[type=text] { display: inline-block; margin-right: 6px; width: 35px; height: 28px; font-size: 14px; padding: 0 4px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } /** *============================ *角色权限面板 *============================ */ .role_permission .control-label { padding-top: 10px; } @media screen and (max-width: 767px) { .role_permission .control-label { padding-top: 0 !important; padding-bottom: 10px !important; } } .role_permission .control-label label { font-weight: bold; } .role_permission .checkbox { min-height: 0; padding-top: 0; } .role_permission .panel-body .checkbox { float: left; margin: 4px 0; padding-right: 30px; }
WebContent/bgui/public/css/basic.css
html { position: relative; min-height: 100%; background: #ededed; color: #000; } body { width: 100%; min-height: 100%; background: #ededed; } #page_header { position: relative; z-index: 905; height: 50px; background-color: #f3f3f3; background-image: -moz-linear-gradient(top, #f3f3f3, #e2e2e2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e2e2e2)); /*x1 y1,x2 y2*/ background-image: -webkit-linear-gradient(top, #f3f3f3, #e2e2e2); background-image: -o-linear-gradient(top, #f3f3f3, #e2e2e2); background-image: -ms-linear-gradient(top, #f3f3f3, #e2e2e2); background-image: linear-gradient(to bottom, #f3f3f3, #e2e2e2); background-repeat: repeat-x; } #left_panel { position: absolute; z-index: 904; top: 0; left: 0; width: 220px; min-height: 100%; padding-top: 50px; background: #3a3633; background: -moz-linear-gradient(left, #3a3633 93%, #2a2725 100%); background: -webkit-gradient(linear, left top, right top, color-stop(93%, #3a3633), color-stop(100%, #2a2725)); background: -webkit-linear-gradient(left, #3a3633 93%, #2a2725 100%); background: -o-linear-gradient(left, #3a3633 93%, #2a2725 100%); background: -ms-linear-gradient(left, #3a3633 93%, #2a2725 100%); background: linear-gradient(to right, #3a3633 93%, #2a2725 100%); -webkit-transition: all 250ms cubic-bezier(0.1, .57, .1, 1); transition: all 250ms cubic-bezier(0.1, .57, .1, 1); } #main { position: relative; min-height: 500px; margin-left: 220px; padding-bottom: 50px; } #main #ribbon { min-height: 40px; background: #474544; } #main #content { padding: 15px 0; } #page_footer { position: absolute; bottom: 0; left: 0; width: 100%; height: 50px; line-height: 49px; background: #322f2c; color: #fff; border-top: 1px solid #CECECE; } #page_footer .inside { padding-left: 220px; text-align: center; } #page_footer .inside i { margin-right: 4px; } #page_footer .inside a { color: #fff; } .ajax-loading-animation { font-size: 20px; padding: 0 15px; } .ajax-loading-error { font-size: 20px; padding: 0 15px; } #page_header { padding: 0 13px 0 0; } #page_header .right_side { float: right; } #page_header .right_side span { display: block; float: left; width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 14px; border-radius: 2px; border: 1px solid #bfbfbf; color: #6D6A69; margin-left: 6px; margin-top: 10px; box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, .08); cursor: pointer; background: #f8f8f8; background: -moz-linear-gradient(left, #f8f8f8 93%, #f1f1f1 100%); background: -webkit-gradient(linear, left top, right top, color-stop(93%, #f8f8f8), color-stop(100%, #f1f1f1)); background: -webkit-linear-gradient(left, #f8f8f8 93%, #f1f1f1 100%); background: -o-linear-gradient(left, #f8f8f8 93%, #f1f1f1 100%); background: -ms-linear-gradient(left, #f8f8f8 93%, #f1f1f1 100%); background: linear-gradient(to right, #f8f8f8 93%, #f1f1f1 100%); } #page_header .right_side span:hover { color: #222; } #page_header .right_side span.active { background: #5a5a5a; color: #fff; border: 1px solid #5a5a5a; } #page_header .right_side .toggleMenu_btn { display: none; } #page_header .logow { display: inline-block; padding-left: 10px; padding-top: 14px; } #page_header .logow a { } #page_header .logow a:hover { text-decoration: none; } #page_header .logow a:active { text-decoration: none; } #page_header .logow a:focus { text-decoration: none; } #left_panel nav ul { list-style: none; padding: 0; margin: 0; } #left_panel nav ul li { position: relative; } #left_panel nav ul ul { display: none; } #left_panel nav ul a { position: relative; display: block; padding: 10px; font-size: 14px; color: #c0bbb7; text-decoration: none; } #left_panel nav ul a:hover { color: #fff; background-color: rgba(69, 69, 69, .8); } #left_panel nav ul a:active { background: #616161; } #left_panel nav ul a i { margin-right: 5px; } #left_panel nav ul a b { float: right; font-weight: normal; } #left_panel nav ul a b i { margin: 0; } #left_panel nav > ul > li > a:hover { background: none; } #left_panel nav > ul > li > a:active { background: #616161; } #left_panel nav > ul > li > ul { position: relative; background: rgba(69, 69, 69, .6); overflow: hidden; } #left_panel nav > ul > li > ul::before { content: ""; display: block; position: absolute; z-index: 1; left: 23px; top: 0; bottom: 0; border-left: 1px solid #7A7A7A; } #left_panel nav > ul > li > ul > li::before { content: ""; display: block; position: absolute; width: 8px; left: 23px; top: 16px; border-top: 1px solid #7A7A7A; z-index: 1; } #left_panel nav > ul > li > ul > li > a { padding: 7px 10px 7px 42px; } #left_panel nav > ul > li > ul > li > ul > li > a { padding: 8px 0 8px 60px; } #left_panel .minifyBtn { display: block; position: absolute; right: 0; width: 36px; height: 28px; margin-top: 7px; border-bottom: 1px solid #302F2F; background: #454545; border-radius: 5px 0 0 5px; color: #A8A8A8; font-size: 19px; text-align: center; cursor: pointer; -webkit-transition: all .1s linear; transition: all .1s linear; } #left_panel .minifyBtn:hover { width: 40px; padding-right: 5px; background: #646464; color: #E4E4E4; } .login_info { width: 100%; border-bottom: 1px solid #525151; margin-bottom: 5px; } .login_info > span { display: block; padding: 0 10px; border-bottom: 1px solid #1A1817; } .login_info > span > div { position: relative; display: block; color: #fff; padding-top: 5px; } .login_info > span > div > a { display: inline-block; width: 100%; max-width: 100%; overflow: hidden; line-height: 26px; color: #c0bbb7; font-size: 14px; } .login_info > span > div > .dropdown-menu { margin-top: 0; } .minified #main { margin-left: 45px; } .minified #page_footer .inside { padding-left: 45px; } .minified #left_panel { width: 45px !important; } .minified #left_panel, .minified nav > ul > li { overflow: visible; } .minified #left_panel nav > ul > li { border-bottom: 1px solid #1A1817; border-top: 1px solid #525151; } .minified #left_panel nav > ul > li:first-child { border-top: 0; } .minified #left_panel nav > ul > li > a > span { display: none; } .minified #left_panel nav > ul > li > a > i { margin: 0 auto; } .minified #left_panel nav > ul > li > a > b { display: none; } .minified #left_panel nav > ul > li > a > span { z-index: 2; position: absolute; top: 0; left: 40px; width: 186px; height: 38px; padding-left: 10px; line-height: 38px; background: #f5f5f5; color: #333; border: 1px solid #bfbfbf; box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .2); } .minified #left_panel nav > ul > li > ul { display: none !important; z-index: 1; position: absolute; top: 36px; left: 40px; width: 186px; background: #454545; border: 1px solid #bfbfbf; box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .2); } .minified #left_panel nav > ul > li > ul::before { border-left: none; } .minified #left_panel nav > ul > li > ul > li::before { border-top: none; } .minified #left_panel nav > ul > li:hover > a > span { display: block !important; } .minified #left_panel nav > ul > li:hover > ul { display: block !important; } .minified #left_panel nav > ul > li > ul > li > a { padding: 7px 10px 7px 10px; } .minified #left_panel nav > ul > li > ul > li > ul > li > a { padding: 7px 10px 7px 30px; } .minified .login_info { margin-bottom: 0; } .minified .login_info > span { padding: 0; } .minified .login_info > span > div > a { text-align: center; } .minified .login_info > span > div > a > span { display: none; } .minified .login_info > span > div > a > i { margin: 0; color: #c0bbb7; } #main #ribbon .breadcrumb { padding: 0 0 0 14px; color: #BBB; line-height: 40px; margin-bottom: 0; list-style: none; background: none; border-radius: 0; } #main #ribbon .breadcrumb li i { margin-right: 3px; } #main #ribbon .breadcrumb li:last-child { color: #E4E4E4; } @media only screen and (min-width: 0px) and (max-width: 768px) { #page_header .right_side .toggleMenu_btn { display: block; } #page_header .right_side .fullScreen_btn { display: none; } #main { margin-left: 0; } #left_panel { margin-left: -220px; background: #3a3633; } #left_panel .minifyBtn { display: none; } #page_footer .inside { padding-left: 0; text-align: center; } } .content_wrapper aside { background: #fff; margin-bottom: 15px; } .content_wrapper aside header { line-height: 34px; border: 1px solid #CCC; border-bottom: 0; padding-left: 10px; } .content_wrapper aside header i { margin-right: 6px; } .content_wrapper aside section { border: 1px solid #CCC; padding: 15px 0; } /** *============================ *登录页 *============================ */ .form-signin { max-width: 330px; padding: 15px; margin: 0 auto; } .form-signin .logo { font-size: 78px; text-align: center; font-weight: bold; color: #444444; font-family: Consolas, "Courier New", monospace; } .form-signin h3 { color: #676a6c; font-size: 14px; text-align: center; } .form-signin .form-control { padding: 0 12px; height: 46px; line-height: 46px; } .form-signin .form-control:focus { border: 2px solid #afacab; outline: 0; -webkit-box-shadow: none; box-shadow: none; } .form-signin .subBtn { background: #009f6c; padding: 9px 35px 13px; border: 0; color: #fff; font-size: 20px; -webkit-box-shadow: inset 0 -4px 0 #00855a; box-shadow: inset 0 -4px 0 #00855a; -webkit-transition: all 250ms cubic-bezier(0.1, .57, .1, 1); transition: all 250ms cubic-bezier(0.1, .57, .1, 1); } .form-signin .subBtn:focus { background: #00855a; outline: none; } .form-signin .help { color: #999; margin: 14px 0; text-align: center; } .form-signin .copyright { text-align: center; margin: 14px 0; } .form-signin .copyright i { margin-right: 4px; } .form-signin .copyright a { color: #3a3633; } /** *============================ *对bootstrap的补全或覆盖 *============================ */ .table thead, .table tfoot { background: #ebebeb; } .form-inline .gap { display: inline-block; width: 10px; } @media only screen and (min-width: 0px) and (max-width: 767px) { .form-inline .gap { display: none; width: 0; height: 0; } } hr { margin: 15px 0; border-top: 1px solid #f0f0f0; } .help-block { margin-bottom: 0; } button i, a i { margin-right: 6px; } .pagination button i, .pagination a i { margin: 0; } .my_panel .heading { padding: 8px 10px; font-weight: bold; background: #ebebeb; border-bottom: 2px solid #ddd; } .my_panel .body { padding: 10px 10px 20px; } .my_panel .body .table { margin-bottom: 0; } .my_panel .body .table tr:first-child td { border-top: 0; } .my_panel .body .table thead, .my_panel .body .table tfoot { background: none !important; } form .title_bar { padding: 8px 10px; font-weight: bold; background: #ebebeb; border-bottom: 2px solid #ddd; margin-bottom: 14px; } .form-horizontal .modal-content .form-group { margin-left: 0 !important; margin-right: 0 !important; } .modal-header .modal-title { font-size: 16px; } /** *============================ *DataTables的补全或覆盖 *============================ */ div.dataTables_wrapper div.dataTables_paginate { margin: 20px 0 0 0 !important; } /** *============================ *bootstrap-datepicker的补全或覆盖 *============================ */ /** *============================ *ajaxForm *============================ */ .ajaxForm_tip_success { color: #4cae4c; font-size: 14px; } .ajaxForm_tip_warning { color: #f0ad4e; font-size: 14px; } /** *============================ *询问弹出框 *============================ */ .J_confirm_btn i { display: none; } .J_confirm_btn.subBtn_sending i { display: inline-block; } /** *============================ *树形视图 *============================ */ .J_tree_table th, .J_tree_table td { vertical-align: middle !important; border-top: 1px solid #f0f0f0 !important; } .table-responsive > .J_tree_table > thead > tr > th, .table-responsive > .J_tree_table > tbody > tr > th, .table-responsive > .J_tree_table > tfoot > tr > th, .table-responsive > .J_tree_table > thead > tr > td, .table-responsive > .J_tree_table > tbody > tr > td, .table-responsive > .J_tree_table > tfoot > tr > td { white-space: nowrap; } .J_tree_table > tbody + tbody { border-top: 0 !important; } .J_tree_table .J_pull_btn { display: inline-block; width: 20px; height: 20px; } .J_tree_table .pull_down { background: url(../images/icon_list.png) 0 -20px no-repeat !important; cursor: pointer; } .J_tree_table .pull_up { background: url(../images/icon_list.png) 0 0 no-repeat !important; cursor: pointer; } .J_tree_table .blank_btn { display: inline-block; width: 20px; height: 20px; background: url(../images/icon_list.png) -20px 0 no-repeat; } .J_tree_table .end { display: inline-block; width: 46px; height: 20px; vertical-align: middle; cursor: pointer; background: url(../images/icon_list.png) 0 -72px no-repeat; } .J_tree_table .space { display: inline-block; width: 46px; height: 20px; vertical-align: middle; cursor: pointer; } .J_tree_table input[type=text] { display: inline-block; margin-right: 6px; width: 35px; height: 28px; font-size: 14px; padding: 0 4px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } /** *============================ *角色权限面板 *============================ */ .role_permission .control-label { padding-top: 10px; } @media screen and (max-width: 767px) { .role_permission .control-label { padding-top: 0 !important; padding-bottom: 10px !important; } } .role_permission .control-label label { font-weight: bold; } .role_permission .checkbox { min-height: 0; padding-top: 0; } .role_permission .panel-body .checkbox { float: left; margin: 4px 0; padding-right: 30px; }
0.487063
0.134747
background: rgba(0, 0, 0, 0.7) !important; border:0; } #ui-datepicker-div .ui-widget-header { background: rgba(0, 0, 0, 0.2); border: 0; border-bottom: 1px solid #686868; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; color: #f8f8f8; padding: 1px 0; } #ui-datepicker-div.ui-widget-content { color:#f8f8f8 !important; } #ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default { background: none; border:0; color:#f8f8f8; text-align: center; } #ui-datepicker-div .ui-state-hover, #ui-datepicker-div.ui-widget-content .ui-state-hover, #ui-datepicker-div .ui-widget-header .ui-state-hover, #ui-datepicker-div .ui-state-focus, #ui-datepicker-div.ui-widget-content .ui-state-focus, #ui-datepicker-div .ui-widget-header .ui-state-focus, #ui-datepicker-div .ui-state-highlight, #ui-datepicker-div.ui-widget-content .ui-state-highlight, #ui-datepicker-div .ui-widget-header .ui-state-highlight { background: rgba(0, 0, 0, 0.3) !important; border:0; top:2px; } #ui-datepicker-div .ui-datepicker-group { border-left: 1px solid #686868; } #ui-datepicker-div .ui-datepicker-group:first-child { border-left:0; } #ui-datepicker-div .ui-datepicker-buttonpane { margin: 0; } #ui-datepicker-div .ui-datepicker-group table { margin:0 auto !important; } .ui-datepicker .ui-datepicker-prev { left: 2px !important; cursor: pointer; } .ui-datepicker .ui-datepicker-next { right: 2px !important; cursor: pointer; } .ui-icon-circle-triangle-w { background: url(images/ui-left.png) 0 0 no-repeat !important; } .ui-icon-circle-triangle-e { background: url(images/ui-right.png) 0 0 no-repeat !important; } .ui-icon-circle-arrow-s { background: url(images/ui-accordion-down.png) 0 0 no-repeat !important; } .ui-icon-circle-arrow-e { background: url(images/ui-accordion-right.png) 0 0 no-repeat !important; } #ui-datepicker-div .ui-slider-horizontal { background: rgba(0, 0, 0, 0.5); height: 4px; border: 0; } #ui-datepicker-div .ui-slider-horizontal .ui-slider-handle { background: #D8D8D8 !important; border: 1px solid #f8f8f8; height: 8px; width: 8px; top:-2px; margin-left: -4px; outline: none; cursor: pointer; } .ui-spinner-input { margin:0; } .ui-spinner .form-control { margin-bottom: 0; } #tabs.ui-widget-content, #tabs .ui-widget-header { border:0; background: none; padding: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } #tabs .ui-widget-header { border-bottom: 1px solid #d8d8d8; } #tabs .ui-state-default, #tabs.ui-widget-content .ui-state-default, #tabs .ui-widget-header .ui-state-default { border:0; margin: 0 0 -1px 0; background: none !important; } #tabs .ui-state-active, #tabs.ui-widget-content .ui-state-active, #tabs .ui-widget-header .ui-state-active { background: none !important; } .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { cursor: pointer; } .ui-tabs .ui-tabs-nav li.ui-tabs-active { margin: 0; padding: 0; } .ui-tabs .ui-tabs-nav .ui-tabs-anchor { padding: 5px 15px; outline: none !important; } .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { background:#fcfcfc; border:1px solid #d8d8d8; border-bottom: 0; } .ui-tabs .ui-tabs-nav { padding: 0; } .ui-tabs .ui-tabs-panel { padding: 1em 0; } .ui-widget { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .jqstooltip { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; border:0!important; text-align:center !important; margin:0px!important; width:50px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding:0px; } .ui-accordion .ui-accordion-header { padding: 6px 12px; margin: 0; top:0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .ui-accordion .ui-accordion-icons { padding-left:28px; } .ui-accordion-header.ui-state-default { background: #f5f5f5 !important; border: 1px solid #fcfcfc; border-left: 0; border-right: 0; } .ui-accordion-header.ui-state-hover, .ui-accordion-header.ui-state-focus { background: #ebebeb !important; } .ui-accordion-header.ui-state-active { background: #d8d8d8 !important; } .ui-accordion .ui-accordion-content { padding:10px 12px; background: none; border:1px solid #d8d8d8; border-top:0; border-bottom:0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
web/bundles/applicationbootstrap/css/forms/jquery-ui-timepicker-addon/theme/dark.css
background: rgba(0, 0, 0, 0.7) !important; border:0; } #ui-datepicker-div .ui-widget-header { background: rgba(0, 0, 0, 0.2); border: 0; border-bottom: 1px solid #686868; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; color: #f8f8f8; padding: 1px 0; } #ui-datepicker-div.ui-widget-content { color:#f8f8f8 !important; } #ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default { background: none; border:0; color:#f8f8f8; text-align: center; } #ui-datepicker-div .ui-state-hover, #ui-datepicker-div.ui-widget-content .ui-state-hover, #ui-datepicker-div .ui-widget-header .ui-state-hover, #ui-datepicker-div .ui-state-focus, #ui-datepicker-div.ui-widget-content .ui-state-focus, #ui-datepicker-div .ui-widget-header .ui-state-focus, #ui-datepicker-div .ui-state-highlight, #ui-datepicker-div.ui-widget-content .ui-state-highlight, #ui-datepicker-div .ui-widget-header .ui-state-highlight { background: rgba(0, 0, 0, 0.3) !important; border:0; top:2px; } #ui-datepicker-div .ui-datepicker-group { border-left: 1px solid #686868; } #ui-datepicker-div .ui-datepicker-group:first-child { border-left:0; } #ui-datepicker-div .ui-datepicker-buttonpane { margin: 0; } #ui-datepicker-div .ui-datepicker-group table { margin:0 auto !important; } .ui-datepicker .ui-datepicker-prev { left: 2px !important; cursor: pointer; } .ui-datepicker .ui-datepicker-next { right: 2px !important; cursor: pointer; } .ui-icon-circle-triangle-w { background: url(images/ui-left.png) 0 0 no-repeat !important; } .ui-icon-circle-triangle-e { background: url(images/ui-right.png) 0 0 no-repeat !important; } .ui-icon-circle-arrow-s { background: url(images/ui-accordion-down.png) 0 0 no-repeat !important; } .ui-icon-circle-arrow-e { background: url(images/ui-accordion-right.png) 0 0 no-repeat !important; } #ui-datepicker-div .ui-slider-horizontal { background: rgba(0, 0, 0, 0.5); height: 4px; border: 0; } #ui-datepicker-div .ui-slider-horizontal .ui-slider-handle { background: #D8D8D8 !important; border: 1px solid #f8f8f8; height: 8px; width: 8px; top:-2px; margin-left: -4px; outline: none; cursor: pointer; } .ui-spinner-input { margin:0; } .ui-spinner .form-control { margin-bottom: 0; } #tabs.ui-widget-content, #tabs .ui-widget-header { border:0; background: none; padding: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } #tabs .ui-widget-header { border-bottom: 1px solid #d8d8d8; } #tabs .ui-state-default, #tabs.ui-widget-content .ui-state-default, #tabs .ui-widget-header .ui-state-default { border:0; margin: 0 0 -1px 0; background: none !important; } #tabs .ui-state-active, #tabs.ui-widget-content .ui-state-active, #tabs .ui-widget-header .ui-state-active { background: none !important; } .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { cursor: pointer; } .ui-tabs .ui-tabs-nav li.ui-tabs-active { margin: 0; padding: 0; } .ui-tabs .ui-tabs-nav .ui-tabs-anchor { padding: 5px 15px; outline: none !important; } .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { background:#fcfcfc; border:1px solid #d8d8d8; border-bottom: 0; } .ui-tabs .ui-tabs-nav { padding: 0; } .ui-tabs .ui-tabs-panel { padding: 1em 0; } .ui-widget { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .jqstooltip { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; border:0!important; text-align:center !important; margin:0px!important; width:50px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding:0px; } .ui-accordion .ui-accordion-header { padding: 6px 12px; margin: 0; top:0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .ui-accordion .ui-accordion-icons { padding-left:28px; } .ui-accordion-header.ui-state-default { background: #f5f5f5 !important; border: 1px solid #fcfcfc; border-left: 0; border-right: 0; } .ui-accordion-header.ui-state-hover, .ui-accordion-header.ui-state-focus { background: #ebebeb !important; } .ui-accordion-header.ui-state-active { background: #d8d8d8 !important; } .ui-accordion .ui-accordion-content { padding:10px 12px; background: none; border:1px solid #d8d8d8; border-top:0; border-bottom:0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
0.186465
0.03949
html { font-size: 14px; padding: 0px; margin: 0px; } header { width: 100%; height: 60px; margin: 0px !important; padding: 0px !important; color: #ffffff !important; background-image: url('./image/bg1.png'); background-size: inherit; } body { font-family: "Tahoma"; height: 100%; background-color: #000000; padding: 0px; margin: 0px; overflow: hidden; } #container { flex-direction: column; width: 100%; height: 100%; margin: 0px; padding: 0px; } #article { float: none; clear: both; width: 100%; height: calc(100% - 60px); overflow: auto; position: relative; margin: 0px 0px 0px 0px; } /* OSM Map area */ #mapid { height: 100%; } /* fade out */ #fadeLayer { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: #000000; opacity: 0.5; display: none; z-index: 3000; } img { float: left; margin: 0px; } img.h1 { width: 50px; height: 50px; margin: 5px 5px 5px 5px; } img.iconx2 { width: 40px; height: 40px; margin: 2px; } h2.zoom { font-size: 16px; color: rgba(0, 0, 0, 1); background-color: rgba(255, 255, 255, 0.5); padding: 10px; } div.search { color: white; height: 44px; border: 0px; } .menu { color: white; height: 50px; margin: 5px 0px; background-color: rgba(0, 48, 0, 0.4); border: 0px; width: initial !important; } p { line-height: 1.5; } span.title { display: inline-block; font-size: 18px !important; font-weight: bold; padding: 0px 8px 0px 0px; margin: 0px 0px 0px 0px; } span.subtitle { display: inline-block; font-size: 12px !important; font-weight: bold; padding: 0px 4px 4px 0px; } span.icon { margin-left: 2px; padding: 0px 2px; white-space: nowrap; background: rgba(255, 255, 255, 0.5); } /* button for select way color */ .modal-dialog-fluid { max-width: inherit !important; max-height: 50% !important; width: 80% !important; } .modal-body { font-size: 14px !important; overflow-x: hidden; } .save_map { display: none; } .leaflet-div-icon { border: 0px !important; } input[type="search"] { font-size: 14px; display: inline-block; width: calc(180px - 4em); } table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected { background-color: #0274d880 !important; } .area_mask { padding: 0px; margin: 0px; position: absolute; background: rgba(0, 0, 0, 0.4); z-index: 799; }
mapmaker.css
html { font-size: 14px; padding: 0px; margin: 0px; } header { width: 100%; height: 60px; margin: 0px !important; padding: 0px !important; color: #ffffff !important; background-image: url('./image/bg1.png'); background-size: inherit; } body { font-family: "Tahoma"; height: 100%; background-color: #000000; padding: 0px; margin: 0px; overflow: hidden; } #container { flex-direction: column; width: 100%; height: 100%; margin: 0px; padding: 0px; } #article { float: none; clear: both; width: 100%; height: calc(100% - 60px); overflow: auto; position: relative; margin: 0px 0px 0px 0px; } /* OSM Map area */ #mapid { height: 100%; } /* fade out */ #fadeLayer { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: #000000; opacity: 0.5; display: none; z-index: 3000; } img { float: left; margin: 0px; } img.h1 { width: 50px; height: 50px; margin: 5px 5px 5px 5px; } img.iconx2 { width: 40px; height: 40px; margin: 2px; } h2.zoom { font-size: 16px; color: rgba(0, 0, 0, 1); background-color: rgba(255, 255, 255, 0.5); padding: 10px; } div.search { color: white; height: 44px; border: 0px; } .menu { color: white; height: 50px; margin: 5px 0px; background-color: rgba(0, 48, 0, 0.4); border: 0px; width: initial !important; } p { line-height: 1.5; } span.title { display: inline-block; font-size: 18px !important; font-weight: bold; padding: 0px 8px 0px 0px; margin: 0px 0px 0px 0px; } span.subtitle { display: inline-block; font-size: 12px !important; font-weight: bold; padding: 0px 4px 4px 0px; } span.icon { margin-left: 2px; padding: 0px 2px; white-space: nowrap; background: rgba(255, 255, 255, 0.5); } /* button for select way color */ .modal-dialog-fluid { max-width: inherit !important; max-height: 50% !important; width: 80% !important; } .modal-body { font-size: 14px !important; overflow-x: hidden; } .save_map { display: none; } .leaflet-div-icon { border: 0px !important; } input[type="search"] { font-size: 14px; display: inline-block; width: calc(180px - 4em); } table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected { background-color: #0274d880 !important; } .area_mask { padding: 0px; margin: 0px; position: absolute; background: rgba(0, 0, 0, 0.4); z-index: 799; }
0.301773
0.0771
@tailwind base; @tailwind components; @tailwind utilities; /* ---------------------- * PAGE STYLES */ /* homepage */ /* co-create */ #section-co-create-hero { @apply bg-createBanner xl:bg-center bg-cocreate bg-no-repeat xl:bg-createBannerLarge; } /* co-study */ #section-co-study-hero { @apply h-screen bg-center bg-about bg-no-repeat xl:bg-createBannerLarge; } #section-co-study-description { @apply xl:bg-largelogo xl:bg-no-repeat; } #section-co-study-history { @apply bg-primary; } #section-co-study-feature { @apply my-[120px] bg-[#f5f3f4]; } #section-co-study-registration { @apply my-[120px]; } #section-co-study-recruitment { @apply my-[120px] hidden bg-recruit bg-repeat bg-createBannerLarge xl:block; } #section-co-study-member { @apply my-[120px] bg-red-200; } #section-co-study-faq { @apply my-[120px]; } /* RECRUITMENT SECTION: step-block */ .step-block { @apply bg-black-200 border-2 border-transparent px-[32px] py-[24px] my-[32px] xl:my-[8px] hover:border-primary transition duration-300 ease-out; } .step-block-number { @apply font-bold text-white bg-primary py-[4px] px-[16px]; } .step-block-title { @apply text-h6 font-bold text-black-900 ml-[6px]; } .step-block-text { @apply text-black-800 font-normal text-justify leading-loose; } /* community */ /* entrepreneur */ /* mentor */ /* ---------------------- * GENERAL STYLES */ /* navigation item */ .nav-item-blue { @apply text-subtitle text-primary-dark font-bold transition duration-300 ease-out hover:text-primary-normal; } .nav-item-white { @apply text-subtitle text-white font-bold transition duration-300 ease-out hover:text-black-500; } /* primary button */ .primary-button-white { @apply font-bold text-primary px-[32px] py-[12px] bg-white transition duration-300 ease-out hover:bg-black-400; } .primary-button-blue { @apply font-bold text-white px-[32px] py-[12px] bg-primary transition duration-300 ease-out hover:bg-primary-light; } /* text button */ .text-button-black { @apply font-bold text-black-800 hover:text-black-600; } .text-button-blue { @apply font-bold text-primary-dark hover:text-primary-light; } .text-button-white { @apply font-bold text-white hover:text-black-500; } /* TEMP */ .content-line { height: 2px; width: 24px; @apply bg-primary; } .content-line-2 { height: 4px; width: 80px; @apply bg-primary; } .intro-mentor-pic { @apply flex justify-start mt-10; } .intro-tag { @apply px-3 py-1 text-caption text-primary bg-primary-tint rounded-md font-bold mr-2 my-1; } .global-width { max-width: 1535px; } .text-hollow { -webkit-text-stroke: 4px rgb(255, 255, 255); font-family: "Oswald", sans-serif; } .text-setting { -webkit-text-stroke: 4px rgb(0, 0, 0); font-family: "Helvetica Neue", sans-serif; } .about-btn { margin: 150px; } .tag-border { border: 1px solid black; } label .menu { position: absolute; right: 0px; top: -100px; z-index: 100; width: 100px; height: 170px; background: #fff; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff; cursor: pointer; } label .hamburger { position: absolute; top: 135px; left: 50px; width: 30px; height: 2px; background: #0088cc; display: block; -webkit-transform-origin: center; transform-origin: center; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; } label .hamburger:after, label .hamburger:before { -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; content: ""; position: absolute; display: block; width: 100%; height: 100%; background: #0088cc; } label .hamburger:before { top: -10px; } label .hamburger:after { bottom: -10px; } label input { display: none; } label input:checked + .menu { box-shadow: 0 0 0 100vw #fff, 0 0 0 100vh #fff; border-radius: 0; } label input:checked + .menu .hamburger { -webkit-transform: rotate(45deg); transform: rotate(45deg); } label input:checked + .menu .hamburger:after { -webkit-transform: rotate(90deg); transform: rotate(90deg); bottom: 0; } label input:checked + .menu .hamburger:before { -webkit-transform: rotate(90deg); transform: rotate(90deg); top: 0; } label input:checked + .menu + ul { opacity: 1; } label ul { z-index: 200; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0; -webkit-transition: 0.25s 0s ease-in-out; transition: 0.25s 0s ease-in-out; } label .menu-create { position: absolute; right: 0px; top: -100px; z-index: 100; width: 100px; height: 170px; background: black; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; cursor: pointer; } label .hamburger-create { position: absolute; top: 135px; left: 50px; width: 30px; height: 2px; background: white; display: block; -webkit-transform-origin: center; transform-origin: center; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; } label .hamburger-create:after, label .hamburger-create:before { -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; content: ""; position: absolute; display: block; width: 100%; height: 100%; background: white; } label .hamburger-create:before { top: -10px; } label .hamburger-create:after { bottom: -10px; } label input { display: none; } label input:checked + .menu-create { box-shadow: 0 0 0 100vw #fff, 0 0 0 100vh #fff; border-radius: 0; } label input:checked + .menu-create .hamburger-create { -webkit-transform: rotate(45deg); transform: rotate(45deg); } label input:checked + .menu-create .hamburger-create:after { -webkit-transform: rotate(90deg); transform: rotate(90deg); bottom: 0; } label input:checked + .menu-create .hamburger-create:before { -webkit-transform: rotate(90deg); transform: rotate(90deg); top: 0; } label input:checked + .menu-create + ul { opacity: 1; } label ul { z-index: 200; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0; -webkit-transition: 0.25s 0s ease-in-out; transition: 0.25s 0s ease-in-out; } .tab-content { display: none; } .tab-content.active { display: block; } .btn-border { border-bottom: solid 3px white; } .items { width: 100%; scroll-snap-type: x mandatory; display: flex; flex-wrap: nowrap; justify-content: space-between; flex: none; overflow: auto; } .item { width: 40%; display: inline-block; flex: none; scroll-snap-align: start; scroll-snap-stop: always; display: flex; justify-content: center; align-items: center; letter-spacing: 1.5px; margin-right: 10px; }
src/styles.css
@tailwind base; @tailwind components; @tailwind utilities; /* ---------------------- * PAGE STYLES */ /* homepage */ /* co-create */ #section-co-create-hero { @apply bg-createBanner xl:bg-center bg-cocreate bg-no-repeat xl:bg-createBannerLarge; } /* co-study */ #section-co-study-hero { @apply h-screen bg-center bg-about bg-no-repeat xl:bg-createBannerLarge; } #section-co-study-description { @apply xl:bg-largelogo xl:bg-no-repeat; } #section-co-study-history { @apply bg-primary; } #section-co-study-feature { @apply my-[120px] bg-[#f5f3f4]; } #section-co-study-registration { @apply my-[120px]; } #section-co-study-recruitment { @apply my-[120px] hidden bg-recruit bg-repeat bg-createBannerLarge xl:block; } #section-co-study-member { @apply my-[120px] bg-red-200; } #section-co-study-faq { @apply my-[120px]; } /* RECRUITMENT SECTION: step-block */ .step-block { @apply bg-black-200 border-2 border-transparent px-[32px] py-[24px] my-[32px] xl:my-[8px] hover:border-primary transition duration-300 ease-out; } .step-block-number { @apply font-bold text-white bg-primary py-[4px] px-[16px]; } .step-block-title { @apply text-h6 font-bold text-black-900 ml-[6px]; } .step-block-text { @apply text-black-800 font-normal text-justify leading-loose; } /* community */ /* entrepreneur */ /* mentor */ /* ---------------------- * GENERAL STYLES */ /* navigation item */ .nav-item-blue { @apply text-subtitle text-primary-dark font-bold transition duration-300 ease-out hover:text-primary-normal; } .nav-item-white { @apply text-subtitle text-white font-bold transition duration-300 ease-out hover:text-black-500; } /* primary button */ .primary-button-white { @apply font-bold text-primary px-[32px] py-[12px] bg-white transition duration-300 ease-out hover:bg-black-400; } .primary-button-blue { @apply font-bold text-white px-[32px] py-[12px] bg-primary transition duration-300 ease-out hover:bg-primary-light; } /* text button */ .text-button-black { @apply font-bold text-black-800 hover:text-black-600; } .text-button-blue { @apply font-bold text-primary-dark hover:text-primary-light; } .text-button-white { @apply font-bold text-white hover:text-black-500; } /* TEMP */ .content-line { height: 2px; width: 24px; @apply bg-primary; } .content-line-2 { height: 4px; width: 80px; @apply bg-primary; } .intro-mentor-pic { @apply flex justify-start mt-10; } .intro-tag { @apply px-3 py-1 text-caption text-primary bg-primary-tint rounded-md font-bold mr-2 my-1; } .global-width { max-width: 1535px; } .text-hollow { -webkit-text-stroke: 4px rgb(255, 255, 255); font-family: "Oswald", sans-serif; } .text-setting { -webkit-text-stroke: 4px rgb(0, 0, 0); font-family: "Helvetica Neue", sans-serif; } .about-btn { margin: 150px; } .tag-border { border: 1px solid black; } label .menu { position: absolute; right: 0px; top: -100px; z-index: 100; width: 100px; height: 170px; background: #fff; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff; cursor: pointer; } label .hamburger { position: absolute; top: 135px; left: 50px; width: 30px; height: 2px; background: #0088cc; display: block; -webkit-transform-origin: center; transform-origin: center; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; } label .hamburger:after, label .hamburger:before { -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; content: ""; position: absolute; display: block; width: 100%; height: 100%; background: #0088cc; } label .hamburger:before { top: -10px; } label .hamburger:after { bottom: -10px; } label input { display: none; } label input:checked + .menu { box-shadow: 0 0 0 100vw #fff, 0 0 0 100vh #fff; border-radius: 0; } label input:checked + .menu .hamburger { -webkit-transform: rotate(45deg); transform: rotate(45deg); } label input:checked + .menu .hamburger:after { -webkit-transform: rotate(90deg); transform: rotate(90deg); bottom: 0; } label input:checked + .menu .hamburger:before { -webkit-transform: rotate(90deg); transform: rotate(90deg); top: 0; } label input:checked + .menu + ul { opacity: 1; } label ul { z-index: 200; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0; -webkit-transition: 0.25s 0s ease-in-out; transition: 0.25s 0s ease-in-out; } label .menu-create { position: absolute; right: 0px; top: -100px; z-index: 100; width: 100px; height: 170px; background: black; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; cursor: pointer; } label .hamburger-create { position: absolute; top: 135px; left: 50px; width: 30px; height: 2px; background: white; display: block; -webkit-transform-origin: center; transform-origin: center; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; } label .hamburger-create:after, label .hamburger-create:before { -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; content: ""; position: absolute; display: block; width: 100%; height: 100%; background: white; } label .hamburger-create:before { top: -10px; } label .hamburger-create:after { bottom: -10px; } label input { display: none; } label input:checked + .menu-create { box-shadow: 0 0 0 100vw #fff, 0 0 0 100vh #fff; border-radius: 0; } label input:checked + .menu-create .hamburger-create { -webkit-transform: rotate(45deg); transform: rotate(45deg); } label input:checked + .menu-create .hamburger-create:after { -webkit-transform: rotate(90deg); transform: rotate(90deg); bottom: 0; } label input:checked + .menu-create .hamburger-create:before { -webkit-transform: rotate(90deg); transform: rotate(90deg); top: 0; } label input:checked + .menu-create + ul { opacity: 1; } label ul { z-index: 200; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0; -webkit-transition: 0.25s 0s ease-in-out; transition: 0.25s 0s ease-in-out; } .tab-content { display: none; } .tab-content.active { display: block; } .btn-border { border-bottom: solid 3px white; } .items { width: 100%; scroll-snap-type: x mandatory; display: flex; flex-wrap: nowrap; justify-content: space-between; flex: none; overflow: auto; } .item { width: 40%; display: inline-block; flex: none; scroll-snap-align: start; scroll-snap-stop: always; display: flex; justify-content: center; align-items: center; letter-spacing: 1.5px; margin-right: 10px; }
0.324985
0.041559
.forgotdiv { background: none repeat scroll 0 0 #F2F2F2; margin: 0 auto; width: 50%; } .forgotbox { border: 2px solid #CCCCCC; margin-top: 196px; min-height: 199px; } .forgotboxhead { background: linear-gradient(to right, #59C0EB 100%, #207CCA 100%, #7DB9E8 100%) repeat scroll 0 0 transparent; /* //background:#59C0EB; */ color: #FFFFFF; font-family: SansationBold; font-stretch: extra-condensed; font-style: normal; font-weight: bold; } .forgotform { color: #555555; font-size: 123%; margin-left: 2px; margin-top: 16px; } .button { background: linear-gradient(to right, #121317 100%, #207CCA 100%, #7DB9E8 100%) repeat scroll 0 0 transparent !important; color: #FFFFFF; font-family: "SansationBold"; font-weight: bold; height: 35px; margin-left: 135px; padding: 1% 3% 2% 2%; width: 75px; } .label { color: #4D4D4D; display: block; float: left; font-size: 18px; font-weight: 500; height: 25px; margin-bottom: 0; min-width: 29%; text-align: right; } .label1 { color: #4D4D4D; display: block; float: left; font-size: 18px; font-weight: 500; height: 25px; margin-bottom: 0; min-width: 29%; text-align: right; } .forgotform .button { margin-left: 18%; margin-top: 1%; } .forgotform #button { margin-left: 36%; margin-top: 3%; } .forgotform #userName { text-align: left; width: 60%; } .forgotform #password { text-align: left; width: 60%; } .forgotform #newpassword { text-align: left; width: 50%; } #forgotbutton { margin-left: 36%; margin-top: 1%; } #changebutton { margin-left: 25%; margin-top: 1%; } .email_text { margin-top: 5%; } .changediv { background: none repeat scroll 0 0 #F2F2F2; margin: 0 auto; width: 50%; } .changebox { border: 2px solid #CCCCCC; margin-top: 90px; min-height: 210px; } .changeboxhead { background: linear-gradient(to right, #1E5799 100%, #207CCA 100%, #7DB9E8 100%) repeat scroll 0 0 transparent; color: #FFFFFF; font-family: SansationBold; font-stretch: extra-condensed; font-style: normal; font-weight: bold; }
Proj Folder/css/fsa.css
.forgotdiv { background: none repeat scroll 0 0 #F2F2F2; margin: 0 auto; width: 50%; } .forgotbox { border: 2px solid #CCCCCC; margin-top: 196px; min-height: 199px; } .forgotboxhead { background: linear-gradient(to right, #59C0EB 100%, #207CCA 100%, #7DB9E8 100%) repeat scroll 0 0 transparent; /* //background:#59C0EB; */ color: #FFFFFF; font-family: SansationBold; font-stretch: extra-condensed; font-style: normal; font-weight: bold; } .forgotform { color: #555555; font-size: 123%; margin-left: 2px; margin-top: 16px; } .button { background: linear-gradient(to right, #121317 100%, #207CCA 100%, #7DB9E8 100%) repeat scroll 0 0 transparent !important; color: #FFFFFF; font-family: "SansationBold"; font-weight: bold; height: 35px; margin-left: 135px; padding: 1% 3% 2% 2%; width: 75px; } .label { color: #4D4D4D; display: block; float: left; font-size: 18px; font-weight: 500; height: 25px; margin-bottom: 0; min-width: 29%; text-align: right; } .label1 { color: #4D4D4D; display: block; float: left; font-size: 18px; font-weight: 500; height: 25px; margin-bottom: 0; min-width: 29%; text-align: right; } .forgotform .button { margin-left: 18%; margin-top: 1%; } .forgotform #button { margin-left: 36%; margin-top: 3%; } .forgotform #userName { text-align: left; width: 60%; } .forgotform #password { text-align: left; width: 60%; } .forgotform #newpassword { text-align: left; width: 50%; } #forgotbutton { margin-left: 36%; margin-top: 1%; } #changebutton { margin-left: 25%; margin-top: 1%; } .email_text { margin-top: 5%; } .changediv { background: none repeat scroll 0 0 #F2F2F2; margin: 0 auto; width: 50%; } .changebox { border: 2px solid #CCCCCC; margin-top: 90px; min-height: 210px; } .changeboxhead { background: linear-gradient(to right, #1E5799 100%, #207CCA 100%, #7DB9E8 100%) repeat scroll 0 0 transparent; color: #FFFFFF; font-family: SansationBold; font-stretch: extra-condensed; font-style: normal; font-weight: bold; }
0.286868
0.077832
--------------------------------------------- -- */ /* -- Custom Animations ------------------------------------------ -- */ /*-- Spinning loader animation --*/ @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } /* -- Animation fadeIn-- */ @-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; display: block; } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; display: block; } } .fade-in { -webkit-animation: fadeIn 1s; animation: fadeIn 1s; } @media screen and (min-width: 1600px) { .banner::after { background: #fff url(../images/banner/banner-round-img.jpg) calc(100% - 308px) 370px no-repeat; background-size: 93%; top: -46%; right: -20%; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1); box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1); } .small-agency-home-header-bg::after { background: #fff url(../images/banner/banner-round-img-2.jpg) calc(100% - 320px) 405px no-repeat; background-size: 105%; top: -46%; right: -20%; } } @media (min-width: 1199px) and (max-width: 1600px) { .case-study-slider .slick-next { right: 240px; } .case-study-slider .slick-prev { right: 300px; } .case-study-slider .slick-arrow { bottom: -72px; } } @media screen and (max-width: 1199px) { html { overflow-x: hidden; } .case-study { padding: 5rem 0; } .common-slider { left: auto; } .content-block img { width: 100%; } .case-study .img-container img { bottom: auto; } .case-study-slider .slick-slide { padding: 0 15px; } .common-slider .slick-prev, .case-study-slider .slick-prev { right: 110px; } .common-slider .slick-next, .case-study-slider .slick-next { right: 50px; } .contact .social-icons { padding-left: 0; } .navbar { padding: 2rem 1.5rem; } .navbar-nav .nav-item { margin-left: 2rem; } .navbar-nav .nav-item .nav-link:not(.custom-btn) { font-size: 1.4rem; } .banner::before { top: -70px; right: -70px; z-index: 1; } .banner::after { top: -100px; right: -90px; z-index: 1; background-position: calc(100% - 40px) 90px; } .banner-content { position: relative; z-index: 2; } .banner { height: auto; overflow: hidden; } .pricing-block .price { font-size: 4rem; } .small-agency-case-study::before, .small-agency-case-study::after { right: 0; border-radius: 0; } .small-agency-footer .footer-nav-wrapper .footer-nav { padding-left: 0; } .counter-wrapper { font-size: 1.6rem; } .navbar-nav .custom-megamenu .megamenu { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .navbar-nav .custom-megamenu .megamenu>li:not(:nth-of-type(1))::after { display: none; } } @media screen and (max-width: 991px) { .counter-wrapper { font-size: 1.6rem; } .counter-block { font-size: 3rem; } .content-block::before { width: 90%; height: 90%; } .featured-project-modal .text-content { padding-left: 0; margin-top: 30px; } .case-study .img-container img { bottom: -65px; width: 100%; padding: 0 10%; } .pricing-wrapper { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; /* Firefox 20+, Opera 12.10, IE Not supported. */ } .pricing-block { height: auto; margin-bottom: 102px; } .clients .client { max-width: 33.333333%; -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; padding: 0 15px; } .clients .client img { max-width: 100%; } .clients-wrapper { padding-top: 4px; } .contact-wrapper { padding-left: 3rem; padding-right: 3rem; } .address a, .address span { font-size: 1.8rem; } .pricing { padding-bottom: 0; } .navbar-nav { padding: 30px 15px; background-color: #f6f6f6; margin-top: 2rem; text-align: center; } .navbar-nav .nav-item { width: 100%; margin-left: 0; } .navbar-nav .custom-btn { margin-top: .2rem; margin-bottom: 5px; } .navbar-nav .nav-item .nav-link:not(.custom-btn) { margin-bottom: 2rem; } .case-study-content img { margin-top: 3rem; width: 100%; } .scoreboard .scores { padding-left: 4rem; } .small-agency-footer .footer-nav-wrapper { padding: 6rem 0 2.3rem; } .small-agency-footer .footer-nav-wrapper .footer-nav { margin-bottom: 2.5rem; } .small-agency-footer .footer-nav-wrapper .social-icons { margin-top: 4.5rem; margin-bottom: 2.3rem; } .navbar-nav .nav-item .nav-link:not(.custom-btn) { margin-bottom: 0; text-align: center; } .navbar-nav .custom-dropdown-menu { position: initial; border: none; text-align: center; -webkit-box-shadow: none; box-shadow: none; } .common-list-items { margin-bottom: 4.1rem; } .service-process-tab img { margin-bottom: 3.5rem; } .inner-page-about-us img { margin-bottom: 3.5rem; } .get-a-quote-modal button.close { top: 3.5rem; right: 3rem; } .contact-wrapper.contact-page-form-wrapper, .contact-info.floating-contact-info { -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); } .get-a-quote-modal .contact-info.floating-contact-info { -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); margin-bottom: 0; padding: 3rem; margin-top: 3rem; } .navbar .dropdown>a::after { vertical-align: middle; } .nav-tabs .nav-link { padding: 1rem 2rem; } .about-us .bg-shape { display: none; } .row__large-gutter [class*="col-"] { padding-left: 1.5rem; padding-right: 1.5rem; } /* -- Megamenu css -- */ .navbar-nav .custom-megamenu .megamenu { display: block; -webkit-box-shadow: none; box-shadow: none; border-top: none; background-color: transparent; padding: 0 1rem; } .navbar-nav .custom-megamenu .megamenu .dropdown-submenu { display: none; margin-bottom: .6rem; } .navbar-nav .custom-megamenu .megamenu>li>a { font-family: "Hind Vadodara", sans-serif; font-size: 1.4rem; line-height: 2.6rem; font-weight: 500; color: #69798d; cursor: pointer; text-transform: initial; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; } .navbar-nav .custom-megamenu .megamenu>li>a::after { content: "\f182"; font-family: 'miniline' !important; font-size: 9px; margin-left: 7px; } .navbar-nav .custom-megamenu .megamenu>li>a:hover, .navbar-nav .custom-megamenu .megamenu>li>a.active { color: #172b43; } .navbar-nav .custom-megamenu .megamenu>li>a:hover::after, .navbar-nav .custom-megamenu .megamenu>li>a.active::after { color: #172b43; } .navbar-nav .custom-megamenu .megamenu>li.active a { color: #172b43; } .navbar-nav .custom-megamenu .megamenu>li.active a::after { color: #172b43; } .navbar-nav .nav-item .nav-link:not(.custom-btn) { text-transform: initial; } .navbar-nav .custom-megamenu .megamenu ul .dropdown-item { font-size: 1.4rem; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; } .navbar.scrolled .navbar-brand img { width: 100%; } .location-tab-nav { margin-bottom: 1rem; } .location-tab-nav .map-loc { display: none; } .location-tab-nav .map-loc-alt { display: block; } .location-tab-nav .nav-item { width: auto; padding: 3rem 2.5rem .5rem; margin-bottom: 15px; margin-left: 1rem; margin-right: 1rem; } .location-tab-nav .nav-link span { font-size: 1.4rem; line-height: 1.4; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .nav-tabs .nav-link img { max-width: 3rem; height: auto; } .location-tab-nav .nav-link { padding: 1rem 0; } p.map-loc-alt { margin-bottom: 3rem; } .cynic-margin-top .banner::before { top: -190px; right: -90px; } .cynic-margin-top .banner .trendy-banner { top: -210px; } .location-tab-nav { max-width: 70rem; } } @media screen and (max-width: 767px) { h1 { font-size: 3rem; margin-bottom: 1.3rem; } h2 { font-size: 2.4rem; } h3 { font-size: 2rem; } h4 { font-size: 1.8rem; } h5 { font-size: 1.8rem; } h6 { font-size: 1.6rem; } body, p { font-size: 1.6rem; } br { display: none; } .section-padding { padding: 2.4rem 0 3rem; } .section-subheading { font-size: 1.8rem; line-height: 1.6; } .banner-content { padding: 31rem 0 6rem; } .banner-content .custom-btn { margin-top: 1.3rem; } .banner::before, .banner::after { width: 100vw; height: 100vw; } .video-play-bg { position: relative; left: auto; right: auto; width: 90vw; height: 68vw; margin-bottom: 5.3rem; } .video-play-bg::after { right: 0; top: -20px; } .video-play-bg .video-play-btn { top: 50%; -webkit-transform: translateY(-63%); -ms-transform: translateY(-63%); transform: translateY(-63%); } .about-us { padding: 3rem 0 2rem; margin: 0; } .counter-wrapper { text-align: center; font-size: 1.3rem; line-height: 1.6; font-weight: 500; } .case-study { margin: 3rem 0 5rem; padding: 5.4rem 0; } .project-showcase .custom-btn { margin-bottom: 1.6rem; margin-top: 1rem; } .grid-item { margin-bottom: 3rem; } .filter-button-group { margin-bottom: 4rem; } .filter-button { font-size: 1.4rem; padding: 0 15px; margin: 5px; border-radius: 50px; background: #f5f5f5; } .filter-button.is-checked { -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } .btn-big { font-size: 1.4rem; line-height: 20px; padding: 1.6rem 2rem; } .case-study .video-play-btn { width: 5.2rem; height: 5.2rem; line-height: 5.2rem; } .case-study-slider .slick-arrow { bottom: -7.2rem; } .common-slider .item { padding: 0 15px; } .common-slider { padding-top: 1.1rem; } .team-slider .slick-arrow, .news-slider .slick-arrow { bottom: -53px; } .team { padding-bottom: 1.8rem; } .pricing-wrapper { padding-top: 7.7rem; } .pricing-block .price { font-size: 3rem; } .clients { padding: 2rem 0; } .clients .client { margin: 10px 0; } .pricing-wrapper [class^="col-"]:last-child .pricing-block { margin-bottom: 0; } .clients-wrapper { padding-top: 1px; padding-bottom: 0; } .news-slider .slick-slide { height: auto; } .contact-wrapper { margin-top: -6rem; } input, textarea { padding: .5rem 1.5rem; } .view-map-btn { position: relative; margin-top: 2rem; right: auto; bottom: auto; border: 1px solid #69798d !important; width: 100%; text-align: center; height: 5rem; line-height: 5rem; } .contact-wrapper { padding-bottom: 3.4rem; margin-bottom: 5rem; } .contact-form textarea { min-height: 15rem; } .contact-info { margin-bottom: 3rem; } .footer-content { display: block !important; } .page-footer { padding: 2rem 0; } .modal button.close { top: 1rem; right: 1rem; } .modal { padding: 3rem !important; } .modal .modal-content { padding: 3rem 3rem 0; } .featured-project-modal .modal-content { padding: 3rem; } .news-modal .modal-content { padding-bottom: 1.1rem; } .scoreboard .score { font-size: 1.8rem; line-height: 1.4; padding-left: 4.5rem; } .scoreboard .score i { margin-right: 0; top: 0; } .case-study-content { padding-top: 4.4rem; } .social-icons { text-align: left; margin-bottom: 4rem; } .social-icons li { display: inline-block; } .slick-dotted.slick-slider { margin-bottom: 5rem; } .team .bg-shape.shape-2 { display: none; } .latest-news { padding-bottom: 36px; } .scoreboard .scores { padding: 0; } .scoreboard [class^="col-"]:not(:last-child) .scores::after { display: none; } .contact .grey-bg .shape-contact-2 { right: -10%; } .contact { padding-top: 7rem; } .equalHeight { height: auto !important; } .counter-wrapper br { display: block; } .contact-form .btn-wrapper .custom-btn { width: 100%; } .bg-shape { display: none; } .about-us { padding: 3rem 0 2.4rem; } .featured-project-showcase .custom-btn { margin-bottom: 0; } .newsletter { padding: 2.4rem 0 3rem; } .service-process-tab, .location-process-tab { padding-bottom: 0; } .text-only-btn { line-height: 1; margin-bottom: 0; } .featured-project-showcase { padding-top: 1rem; } .navbar-collapse { max-height: 80vh; overflow: auto; } .navbar-nav { padding: 15px 25px 30px; } .navbar-brand { max-width: 11rem; } .navbar-nav .nav-item .nav-link:not(.custom-btn) { padding: 1rem 0; } .latest-news { margin-bottom: 0; padding-bottom: 1.7rem; } .case-study .img-container img { bottom: -44px; } .inner-page-banner { padding-top: 136px; margin-bottom: 3rem; } .inner-page-banner p { font-size: 1.8rem; line-height: 2.8rem; } .pricing-block { margin-bottom: 7.3rem; } .pricing-wrapper [class^="col-"]:last-child { margin-bottom: 0; } .filter-button-group { margin-bottom: 0; } .project-showcase .custom-btn { margin-bottom: 0; } .case-study-showcase { padding-top: .6rem; } .case-study-showcase [class*="col-"] { margin-bottom: 3rem; padding: 0 15px; } .case-study-showcase [class*="col-"]:last-child { margin-bottom: 0; } .counter-wrapper { margin-bottom: 0; } .team-grid { padding-top: .6rem; } .team-grid .item { margin-bottom: 2.1rem; } .team-grid .item:last-child { margin-bottom: 0; } .team-grid-wrapper { padding-bottom: 1.1rem; } .blog-grid { padding-top: 1rem; } .blog-grid .item { margin-bottom: 4rem; } .blog-grid .item:last-child { margin-bottom: 0; } .blog-grid .custom-btn { margin-top: 4rem; margin-bottom: 0; } .image-with-description-block { padding: 2.4rem 0 3rem; } .image-with-description-block:nth-of-type(1) { padding-top: 2.4rem; } .scroreboard-wrapper { padding: 2.7rem 0 1rem; } .scoreboard-content>div { font-size: 1.8rem; line-height: 3rem; margin-bottom: 1rem; } .scoreboard-content>div i { top: 3px; } .scroreboard { padding-bottom: 1.3rem; } .scoreboard-content { padding-left: 0; } .case-study-showcase .custom-btn { margin-bottom: 0; margin-top: 4rem; } .our-process { padding-bottom: 2.1rem; } .nav-tabs { background: transparent; -webkit-box-shadow: none; box-shadow: none; margin-bottom: 3rem; padding: 0 0 .2rem; } .nav-tabs .nav-item { width: 8.5rem; padding: 1.5rem .5rem .5rem; margin: 0 .5rem 1rem; background-color: #fff; border-radius: 10px; -webkit-box-shadow: 0 5px 20px rgba(166, 209, 237, 0.2); box-shadow: 0 5px 20px rgba(166, 209, 237, 0.2); } .nav-tabs:not(.location-tab-nav) .nav-link { padding: 0; } .nav-tabs:not(.location-tab-nav) .nav-link::before { width: 3rem; height: 6rem; margin-left: -15px; top: -3px; } .nav-tabs:not(.location-tab-nav) .nav-link i { font-size: 1.8rem; } .nav-tabs:not(.location-tab-nav) .nav-link span { font-size: 1rem; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { background: transparent; } .nav-tabs .nav-item:not(:last-child) .nav-link::after { font-size: 12px; right: -1.1rem; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); display: none; } .tab-pane p:nth-last-of-type(1) { margin-bottom: 0; } .tab-pane .text-only-btn { margin-top: 1.9rem; } .blog-details { padding: 2.4rem 0 3rem; } .blog-details img { margin: .9rem 0 2.7rem; } .blog-details p:nth-last-of-type(1) { margin-bottom: 0; } .article-inner-title { margin-bottom: 2.3rem; } .author-details { padding: 1.4rem 0 3rem; } .author-details h2 { margin-bottom: 3.1rem; } .blog-details-prev-next { margin-bottom: .2rem; } .post-info a { font-size: 1.4rem; margin-right: 1rem; } .contact-wrapper.contact-page-form-wrapper, .contact-info.floating-contact-info { -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); } .contact-wrapper.contact-page-form-wrapper { margin-top: .6rem; } .contact-info.floating-contact-info { padding: 3.5rem 3rem 2.6rem; margin-bottom: 0; } .contact-info .social-icons { margin-bottom: 0; } .whats-next-wrapper { padding-bottom: 1.9rem; } .location-tab-content .tab-pane { padding: 0; } .location-tab-nav .nav-item { width: 80px; padding: 2rem 1.5rem .5rem; } .location-tab-nav li a .loc-nav-icon, .location-tab-nav .nav-link::before { width: 4rem; height: 6rem; background-size: 80%; } .location-tab-nav .nav-link::before { margin-left: -2rem; } .modal.show .modal-dialog { margin-bottom: 3rem; } .modal-open .get-a-quote-modal { padding: 20px 15px 30px !important; } .get-a-quote-modal .modal-content { padding: 0; } .get-a-quote-modal button.close { top: 2rem; right: 3rem; } .news-slider { padding-bottom: 0; } .inner-page-pricing .pricing-wrapper { padding-top: 9.3rem; } .start-project-content { padding: 3rem 1.5rem 4rem; margin-bottom: 0; } .start-project-content h3 { margin-bottom: .5rem; } .features__services { padding-bottom: 0; } .accordion, .common-grid-wrapper { padding-top: 1rem; } .faq { padding-bottom: 0; } .benifits-of-service { padding-bottom: 0; } .row__large-gutter [class*="col-"] { padding-left: 0; padding-right: 0; } .content-block__benifits ul { padding-left: 2rem; padding-right: 2rem; } .content-block__benifits h5 { padding-left: 5rem; padding-right: 3rem; } .content-block__benifits h5 svg { font-size: 2rem; left: 1.5rem; } /* -- Megamenu -- */ .navbar-nav .nav-item .nav-link:not(.custom-btn) { text-align: left; } .navbar-nav .custom-megamenu .megamenu { text-align: left; padding: 0 1rem; } .navbar-nav .nav-item { text-align: left; } .navbar .dropdown>a::after { font-size: .9rem; } .navbar-nav .custom-megamenu .megamenu ul { padding-left: 2rem; } .search-form .custom-btn { padding: 1.2rem 2rem; right: -1px; } .error-404-banner h1 { font-size: 4rem; } .error-404-banner .custom-btn { margin: 1rem auto 5rem; } .error-404-banner img { max-width: 25rem; } } /*# sourceMappingURL=responsive.css.map */
public/front/css/responsive.css
--------------------------------------------- -- */ /* -- Custom Animations ------------------------------------------ -- */ /*-- Spinning loader animation --*/ @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } /* -- Animation fadeIn-- */ @-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; display: block; } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; display: block; } } .fade-in { -webkit-animation: fadeIn 1s; animation: fadeIn 1s; } @media screen and (min-width: 1600px) { .banner::after { background: #fff url(../images/banner/banner-round-img.jpg) calc(100% - 308px) 370px no-repeat; background-size: 93%; top: -46%; right: -20%; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1); box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1); } .small-agency-home-header-bg::after { background: #fff url(../images/banner/banner-round-img-2.jpg) calc(100% - 320px) 405px no-repeat; background-size: 105%; top: -46%; right: -20%; } } @media (min-width: 1199px) and (max-width: 1600px) { .case-study-slider .slick-next { right: 240px; } .case-study-slider .slick-prev { right: 300px; } .case-study-slider .slick-arrow { bottom: -72px; } } @media screen and (max-width: 1199px) { html { overflow-x: hidden; } .case-study { padding: 5rem 0; } .common-slider { left: auto; } .content-block img { width: 100%; } .case-study .img-container img { bottom: auto; } .case-study-slider .slick-slide { padding: 0 15px; } .common-slider .slick-prev, .case-study-slider .slick-prev { right: 110px; } .common-slider .slick-next, .case-study-slider .slick-next { right: 50px; } .contact .social-icons { padding-left: 0; } .navbar { padding: 2rem 1.5rem; } .navbar-nav .nav-item { margin-left: 2rem; } .navbar-nav .nav-item .nav-link:not(.custom-btn) { font-size: 1.4rem; } .banner::before { top: -70px; right: -70px; z-index: 1; } .banner::after { top: -100px; right: -90px; z-index: 1; background-position: calc(100% - 40px) 90px; } .banner-content { position: relative; z-index: 2; } .banner { height: auto; overflow: hidden; } .pricing-block .price { font-size: 4rem; } .small-agency-case-study::before, .small-agency-case-study::after { right: 0; border-radius: 0; } .small-agency-footer .footer-nav-wrapper .footer-nav { padding-left: 0; } .counter-wrapper { font-size: 1.6rem; } .navbar-nav .custom-megamenu .megamenu { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .navbar-nav .custom-megamenu .megamenu>li:not(:nth-of-type(1))::after { display: none; } } @media screen and (max-width: 991px) { .counter-wrapper { font-size: 1.6rem; } .counter-block { font-size: 3rem; } .content-block::before { width: 90%; height: 90%; } .featured-project-modal .text-content { padding-left: 0; margin-top: 30px; } .case-study .img-container img { bottom: -65px; width: 100%; padding: 0 10%; } .pricing-wrapper { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; /* Firefox 20+, Opera 12.10, IE Not supported. */ } .pricing-block { height: auto; margin-bottom: 102px; } .clients .client { max-width: 33.333333%; -webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; padding: 0 15px; } .clients .client img { max-width: 100%; } .clients-wrapper { padding-top: 4px; } .contact-wrapper { padding-left: 3rem; padding-right: 3rem; } .address a, .address span { font-size: 1.8rem; } .pricing { padding-bottom: 0; } .navbar-nav { padding: 30px 15px; background-color: #f6f6f6; margin-top: 2rem; text-align: center; } .navbar-nav .nav-item { width: 100%; margin-left: 0; } .navbar-nav .custom-btn { margin-top: .2rem; margin-bottom: 5px; } .navbar-nav .nav-item .nav-link:not(.custom-btn) { margin-bottom: 2rem; } .case-study-content img { margin-top: 3rem; width: 100%; } .scoreboard .scores { padding-left: 4rem; } .small-agency-footer .footer-nav-wrapper { padding: 6rem 0 2.3rem; } .small-agency-footer .footer-nav-wrapper .footer-nav { margin-bottom: 2.5rem; } .small-agency-footer .footer-nav-wrapper .social-icons { margin-top: 4.5rem; margin-bottom: 2.3rem; } .navbar-nav .nav-item .nav-link:not(.custom-btn) { margin-bottom: 0; text-align: center; } .navbar-nav .custom-dropdown-menu { position: initial; border: none; text-align: center; -webkit-box-shadow: none; box-shadow: none; } .common-list-items { margin-bottom: 4.1rem; } .service-process-tab img { margin-bottom: 3.5rem; } .inner-page-about-us img { margin-bottom: 3.5rem; } .get-a-quote-modal button.close { top: 3.5rem; right: 3rem; } .contact-wrapper.contact-page-form-wrapper, .contact-info.floating-contact-info { -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); } .get-a-quote-modal .contact-info.floating-contact-info { -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); margin-bottom: 0; padding: 3rem; margin-top: 3rem; } .navbar .dropdown>a::after { vertical-align: middle; } .nav-tabs .nav-link { padding: 1rem 2rem; } .about-us .bg-shape { display: none; } .row__large-gutter [class*="col-"] { padding-left: 1.5rem; padding-right: 1.5rem; } /* -- Megamenu css -- */ .navbar-nav .custom-megamenu .megamenu { display: block; -webkit-box-shadow: none; box-shadow: none; border-top: none; background-color: transparent; padding: 0 1rem; } .navbar-nav .custom-megamenu .megamenu .dropdown-submenu { display: none; margin-bottom: .6rem; } .navbar-nav .custom-megamenu .megamenu>li>a { font-family: "Hind Vadodara", sans-serif; font-size: 1.4rem; line-height: 2.6rem; font-weight: 500; color: #69798d; cursor: pointer; text-transform: initial; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; } .navbar-nav .custom-megamenu .megamenu>li>a::after { content: "\f182"; font-family: 'miniline' !important; font-size: 9px; margin-left: 7px; } .navbar-nav .custom-megamenu .megamenu>li>a:hover, .navbar-nav .custom-megamenu .megamenu>li>a.active { color: #172b43; } .navbar-nav .custom-megamenu .megamenu>li>a:hover::after, .navbar-nav .custom-megamenu .megamenu>li>a.active::after { color: #172b43; } .navbar-nav .custom-megamenu .megamenu>li.active a { color: #172b43; } .navbar-nav .custom-megamenu .megamenu>li.active a::after { color: #172b43; } .navbar-nav .nav-item .nav-link:not(.custom-btn) { text-transform: initial; } .navbar-nav .custom-megamenu .megamenu ul .dropdown-item { font-size: 1.4rem; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; } .navbar.scrolled .navbar-brand img { width: 100%; } .location-tab-nav { margin-bottom: 1rem; } .location-tab-nav .map-loc { display: none; } .location-tab-nav .map-loc-alt { display: block; } .location-tab-nav .nav-item { width: auto; padding: 3rem 2.5rem .5rem; margin-bottom: 15px; margin-left: 1rem; margin-right: 1rem; } .location-tab-nav .nav-link span { font-size: 1.4rem; line-height: 1.4; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .nav-tabs .nav-link img { max-width: 3rem; height: auto; } .location-tab-nav .nav-link { padding: 1rem 0; } p.map-loc-alt { margin-bottom: 3rem; } .cynic-margin-top .banner::before { top: -190px; right: -90px; } .cynic-margin-top .banner .trendy-banner { top: -210px; } .location-tab-nav { max-width: 70rem; } } @media screen and (max-width: 767px) { h1 { font-size: 3rem; margin-bottom: 1.3rem; } h2 { font-size: 2.4rem; } h3 { font-size: 2rem; } h4 { font-size: 1.8rem; } h5 { font-size: 1.8rem; } h6 { font-size: 1.6rem; } body, p { font-size: 1.6rem; } br { display: none; } .section-padding { padding: 2.4rem 0 3rem; } .section-subheading { font-size: 1.8rem; line-height: 1.6; } .banner-content { padding: 31rem 0 6rem; } .banner-content .custom-btn { margin-top: 1.3rem; } .banner::before, .banner::after { width: 100vw; height: 100vw; } .video-play-bg { position: relative; left: auto; right: auto; width: 90vw; height: 68vw; margin-bottom: 5.3rem; } .video-play-bg::after { right: 0; top: -20px; } .video-play-bg .video-play-btn { top: 50%; -webkit-transform: translateY(-63%); -ms-transform: translateY(-63%); transform: translateY(-63%); } .about-us { padding: 3rem 0 2rem; margin: 0; } .counter-wrapper { text-align: center; font-size: 1.3rem; line-height: 1.6; font-weight: 500; } .case-study { margin: 3rem 0 5rem; padding: 5.4rem 0; } .project-showcase .custom-btn { margin-bottom: 1.6rem; margin-top: 1rem; } .grid-item { margin-bottom: 3rem; } .filter-button-group { margin-bottom: 4rem; } .filter-button { font-size: 1.4rem; padding: 0 15px; margin: 5px; border-radius: 50px; background: #f5f5f5; } .filter-button.is-checked { -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } .btn-big { font-size: 1.4rem; line-height: 20px; padding: 1.6rem 2rem; } .case-study .video-play-btn { width: 5.2rem; height: 5.2rem; line-height: 5.2rem; } .case-study-slider .slick-arrow { bottom: -7.2rem; } .common-slider .item { padding: 0 15px; } .common-slider { padding-top: 1.1rem; } .team-slider .slick-arrow, .news-slider .slick-arrow { bottom: -53px; } .team { padding-bottom: 1.8rem; } .pricing-wrapper { padding-top: 7.7rem; } .pricing-block .price { font-size: 3rem; } .clients { padding: 2rem 0; } .clients .client { margin: 10px 0; } .pricing-wrapper [class^="col-"]:last-child .pricing-block { margin-bottom: 0; } .clients-wrapper { padding-top: 1px; padding-bottom: 0; } .news-slider .slick-slide { height: auto; } .contact-wrapper { margin-top: -6rem; } input, textarea { padding: .5rem 1.5rem; } .view-map-btn { position: relative; margin-top: 2rem; right: auto; bottom: auto; border: 1px solid #69798d !important; width: 100%; text-align: center; height: 5rem; line-height: 5rem; } .contact-wrapper { padding-bottom: 3.4rem; margin-bottom: 5rem; } .contact-form textarea { min-height: 15rem; } .contact-info { margin-bottom: 3rem; } .footer-content { display: block !important; } .page-footer { padding: 2rem 0; } .modal button.close { top: 1rem; right: 1rem; } .modal { padding: 3rem !important; } .modal .modal-content { padding: 3rem 3rem 0; } .featured-project-modal .modal-content { padding: 3rem; } .news-modal .modal-content { padding-bottom: 1.1rem; } .scoreboard .score { font-size: 1.8rem; line-height: 1.4; padding-left: 4.5rem; } .scoreboard .score i { margin-right: 0; top: 0; } .case-study-content { padding-top: 4.4rem; } .social-icons { text-align: left; margin-bottom: 4rem; } .social-icons li { display: inline-block; } .slick-dotted.slick-slider { margin-bottom: 5rem; } .team .bg-shape.shape-2 { display: none; } .latest-news { padding-bottom: 36px; } .scoreboard .scores { padding: 0; } .scoreboard [class^="col-"]:not(:last-child) .scores::after { display: none; } .contact .grey-bg .shape-contact-2 { right: -10%; } .contact { padding-top: 7rem; } .equalHeight { height: auto !important; } .counter-wrapper br { display: block; } .contact-form .btn-wrapper .custom-btn { width: 100%; } .bg-shape { display: none; } .about-us { padding: 3rem 0 2.4rem; } .featured-project-showcase .custom-btn { margin-bottom: 0; } .newsletter { padding: 2.4rem 0 3rem; } .service-process-tab, .location-process-tab { padding-bottom: 0; } .text-only-btn { line-height: 1; margin-bottom: 0; } .featured-project-showcase { padding-top: 1rem; } .navbar-collapse { max-height: 80vh; overflow: auto; } .navbar-nav { padding: 15px 25px 30px; } .navbar-brand { max-width: 11rem; } .navbar-nav .nav-item .nav-link:not(.custom-btn) { padding: 1rem 0; } .latest-news { margin-bottom: 0; padding-bottom: 1.7rem; } .case-study .img-container img { bottom: -44px; } .inner-page-banner { padding-top: 136px; margin-bottom: 3rem; } .inner-page-banner p { font-size: 1.8rem; line-height: 2.8rem; } .pricing-block { margin-bottom: 7.3rem; } .pricing-wrapper [class^="col-"]:last-child { margin-bottom: 0; } .filter-button-group { margin-bottom: 0; } .project-showcase .custom-btn { margin-bottom: 0; } .case-study-showcase { padding-top: .6rem; } .case-study-showcase [class*="col-"] { margin-bottom: 3rem; padding: 0 15px; } .case-study-showcase [class*="col-"]:last-child { margin-bottom: 0; } .counter-wrapper { margin-bottom: 0; } .team-grid { padding-top: .6rem; } .team-grid .item { margin-bottom: 2.1rem; } .team-grid .item:last-child { margin-bottom: 0; } .team-grid-wrapper { padding-bottom: 1.1rem; } .blog-grid { padding-top: 1rem; } .blog-grid .item { margin-bottom: 4rem; } .blog-grid .item:last-child { margin-bottom: 0; } .blog-grid .custom-btn { margin-top: 4rem; margin-bottom: 0; } .image-with-description-block { padding: 2.4rem 0 3rem; } .image-with-description-block:nth-of-type(1) { padding-top: 2.4rem; } .scroreboard-wrapper { padding: 2.7rem 0 1rem; } .scoreboard-content>div { font-size: 1.8rem; line-height: 3rem; margin-bottom: 1rem; } .scoreboard-content>div i { top: 3px; } .scroreboard { padding-bottom: 1.3rem; } .scoreboard-content { padding-left: 0; } .case-study-showcase .custom-btn { margin-bottom: 0; margin-top: 4rem; } .our-process { padding-bottom: 2.1rem; } .nav-tabs { background: transparent; -webkit-box-shadow: none; box-shadow: none; margin-bottom: 3rem; padding: 0 0 .2rem; } .nav-tabs .nav-item { width: 8.5rem; padding: 1.5rem .5rem .5rem; margin: 0 .5rem 1rem; background-color: #fff; border-radius: 10px; -webkit-box-shadow: 0 5px 20px rgba(166, 209, 237, 0.2); box-shadow: 0 5px 20px rgba(166, 209, 237, 0.2); } .nav-tabs:not(.location-tab-nav) .nav-link { padding: 0; } .nav-tabs:not(.location-tab-nav) .nav-link::before { width: 3rem; height: 6rem; margin-left: -15px; top: -3px; } .nav-tabs:not(.location-tab-nav) .nav-link i { font-size: 1.8rem; } .nav-tabs:not(.location-tab-nav) .nav-link span { font-size: 1rem; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { background: transparent; } .nav-tabs .nav-item:not(:last-child) .nav-link::after { font-size: 12px; right: -1.1rem; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); display: none; } .tab-pane p:nth-last-of-type(1) { margin-bottom: 0; } .tab-pane .text-only-btn { margin-top: 1.9rem; } .blog-details { padding: 2.4rem 0 3rem; } .blog-details img { margin: .9rem 0 2.7rem; } .blog-details p:nth-last-of-type(1) { margin-bottom: 0; } .article-inner-title { margin-bottom: 2.3rem; } .author-details { padding: 1.4rem 0 3rem; } .author-details h2 { margin-bottom: 3.1rem; } .blog-details-prev-next { margin-bottom: .2rem; } .post-info a { font-size: 1.4rem; margin-right: 1rem; } .contact-wrapper.contact-page-form-wrapper, .contact-info.floating-contact-info { -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); } .contact-wrapper.contact-page-form-wrapper { margin-top: .6rem; } .contact-info.floating-contact-info { padding: 3.5rem 3rem 2.6rem; margin-bottom: 0; } .contact-info .social-icons { margin-bottom: 0; } .whats-next-wrapper { padding-bottom: 1.9rem; } .location-tab-content .tab-pane { padding: 0; } .location-tab-nav .nav-item { width: 80px; padding: 2rem 1.5rem .5rem; } .location-tab-nav li a .loc-nav-icon, .location-tab-nav .nav-link::before { width: 4rem; height: 6rem; background-size: 80%; } .location-tab-nav .nav-link::before { margin-left: -2rem; } .modal.show .modal-dialog { margin-bottom: 3rem; } .modal-open .get-a-quote-modal { padding: 20px 15px 30px !important; } .get-a-quote-modal .modal-content { padding: 0; } .get-a-quote-modal button.close { top: 2rem; right: 3rem; } .news-slider { padding-bottom: 0; } .inner-page-pricing .pricing-wrapper { padding-top: 9.3rem; } .start-project-content { padding: 3rem 1.5rem 4rem; margin-bottom: 0; } .start-project-content h3 { margin-bottom: .5rem; } .features__services { padding-bottom: 0; } .accordion, .common-grid-wrapper { padding-top: 1rem; } .faq { padding-bottom: 0; } .benifits-of-service { padding-bottom: 0; } .row__large-gutter [class*="col-"] { padding-left: 0; padding-right: 0; } .content-block__benifits ul { padding-left: 2rem; padding-right: 2rem; } .content-block__benifits h5 { padding-left: 5rem; padding-right: 3rem; } .content-block__benifits h5 svg { font-size: 2rem; left: 1.5rem; } /* -- Megamenu -- */ .navbar-nav .nav-item .nav-link:not(.custom-btn) { text-align: left; } .navbar-nav .custom-megamenu .megamenu { text-align: left; padding: 0 1rem; } .navbar-nav .nav-item { text-align: left; } .navbar .dropdown>a::after { font-size: .9rem; } .navbar-nav .custom-megamenu .megamenu ul { padding-left: 2rem; } .search-form .custom-btn { padding: 1.2rem 2rem; right: -1px; } .error-404-banner h1 { font-size: 4rem; } .error-404-banner .custom-btn { margin: 1rem auto 5rem; } .error-404-banner img { max-width: 25rem; } } /*# sourceMappingURL=responsive.css.map */
0.343892
0.110519
img[alt="Filme HD-RO"]{ height: 45px!important; background:url(http://t.imgbox.com/adpswGqG.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Desene"]{ height: 45px!important; background:url(http://t.imgbox.com/abcrodGY.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Programe"]{ height: 45px!important; background:url(http://t.imgbox.com/actiljiY.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Blu-ray"]{ height: 45px!important; background:url(http://t.imgbox.com/acftPLhh.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Jocuri Console"]{ height: 45px!important; background:url(http://t.imgbox.com/adu62TTj.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Docs"]{ height: 45px!important; background:url(http://t.imgbox.com/ackz4gCp.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Filme DVD"]{ height: 45px!important; background:url(http://t.imgbox.com/admzvqXE.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Filme DVD-RO"]{ height: 45px!important; background:url(http://t.imgbox.com/abzsgVEN.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Jocuri PC"]{ height: 45px!important; background:url(http://t.imgbox.com/adz2T9ad.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Filme HD"]{ height: 45px!important; background:url(http://t.imgbox.com/acdTqrH9.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="HDTV"]{ height: 45px!important; background:url(http://t.imgbox.com/adq1fqbv.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Linux"]{ height: 45px!important; background:url(http://t.imgbox.com/abiVfDuB.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Diverse"]{ height: 45px!important; background:url(http://t.imgbox.com/acmIKciU.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Mobile"]{ height: 45px!important; background:url(http://t.imgbox.com/acgRBSGs.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Audio"]{ height: 45px!important; background:url(http://t.imgbox.com/act5sNJ6.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="<NAME>"]{ height: 45px!important; background:url(http://t.imgbox.com/adelCAjo.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="SDTV"]{ height: 45px!important; background:url(http://t.imgbox.com/aboeRtEY.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Sport"]{ height: 45px!important; background:url(http://t.imgbox.com/admx2xIi.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="TV"]{ height: 45px!important; background:url(http://t.imgbox.com/adoCvaFS.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Filme VCD"]{ height: 45px!important; background:url(http://t.imgbox.com/adrPpDIm.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Videoclip"]{ height: 45px!important; background:url(http://t.imgbox.com/abynI20S.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Filme XviD"]{ height: 45px!important; background:url(http://t.imgbox.com/abe6sxMk.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="XXX"]{ height: 45px!important; background:url(http://t.imgbox.com/abzsp3Wt.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Anime"]{ height: 45px!important; background:url(http://t.imgbox.com/abcrodGY.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; }
data/usercss/92941.user.css
img[alt="Filme HD-RO"]{ height: 45px!important; background:url(http://t.imgbox.com/adpswGqG.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Desene"]{ height: 45px!important; background:url(http://t.imgbox.com/abcrodGY.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Programe"]{ height: 45px!important; background:url(http://t.imgbox.com/actiljiY.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Blu-ray"]{ height: 45px!important; background:url(http://t.imgbox.com/acftPLhh.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Jocuri Console"]{ height: 45px!important; background:url(http://t.imgbox.com/adu62TTj.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Docs"]{ height: 45px!important; background:url(http://t.imgbox.com/ackz4gCp.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Filme DVD"]{ height: 45px!important; background:url(http://t.imgbox.com/admzvqXE.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Filme DVD-RO"]{ height: 45px!important; background:url(http://t.imgbox.com/abzsgVEN.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Jocuri PC"]{ height: 45px!important; background:url(http://t.imgbox.com/adz2T9ad.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Filme HD"]{ height: 45px!important; background:url(http://t.imgbox.com/acdTqrH9.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="HDTV"]{ height: 45px!important; background:url(http://t.imgbox.com/adq1fqbv.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Linux"]{ height: 45px!important; background:url(http://t.imgbox.com/abiVfDuB.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Diverse"]{ height: 45px!important; background:url(http://t.imgbox.com/acmIKciU.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Mobile"]{ height: 45px!important; background:url(http://t.imgbox.com/acgRBSGs.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Audio"]{ height: 45px!important; background:url(http://t.imgbox.com/act5sNJ6.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="<NAME>"]{ height: 45px!important; background:url(http://t.imgbox.com/adelCAjo.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="SDTV"]{ height: 45px!important; background:url(http://t.imgbox.com/aboeRtEY.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Sport"]{ height: 45px!important; background:url(http://t.imgbox.com/admx2xIi.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="TV"]{ height: 45px!important; background:url(http://t.imgbox.com/adoCvaFS.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Filme VCD"]{ height: 45px!important; background:url(http://t.imgbox.com/adrPpDIm.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Videoclip"]{ height: 45px!important; background:url(http://t.imgbox.com/abynI20S.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Filme XviD"]{ height: 45px!important; background:url(http://t.imgbox.com/abe6sxMk.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="XXX"]{ height: 45px!important; background:url(http://t.imgbox.com/abzsp3Wt.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; } img[alt="Anime"]{ height: 45px!important; background:url(http://t.imgbox.com/abcrodGY.jpg)top left no-repeat!important; background-size: auto 45px!important; width: 0!important; padding-left: 45px!important; -moz-box-shadow: inset 0 0 2px 1px #2a2a2a; }
0.280715
0.086942
.container{ height: calc(100vh - 50px); background: none; } .text-area { background-color: #fff; padding: 4px; } .container h3 { color: #333; font-weight: bold; line-height: 28px; } .search-body { /* background-color: #fff; */ height: calc(100% - 70px); } .drop-menu{ width: 200px; } .recNum-item{ border-radius: 5px; background-color: #E75B12; color: #fff; width: 47px; padding: 1px 4px; line-height: 22px; } .noRecNum-item{ border-radius: 5px; background-color: #707070; color: #fff; width: 47px; padding: 1px 4px; } .bond-item{ width: 100%; padding: 7px 10px; border-radius: 5px; background-color: #f7f7f7; margin-bottom: 10px; } .opeate-item{ cursor: pointer; color: #437fff; } .disable-line{ background-color: #ccc; } .click-row { background-color : #D6E2F3 } .fix-btn{ position: fixed; right: 0; bottom: 20px; } :global { .ant-tabs-bar{ margin-bottom: 8px; } .ant-collapse-content{ padding: 0 8px; .ant-collapse-content-box{ padding: 0; } } .ant-table-body{ &::-webkit-scrollbar { height: 7px; } &::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 5px rgba(100, 100, 100, 0.2); background: #ccc; } &::-webkit-scrollbar-track { -webkit-box-shadow: 0; border-radius: 5px; background: #fff; } } .ant-collapse-header{ font-weight: bold; font-size: 14px; background-color: #6782B7; } .ant-table-thead>tr>th>span{ font-weight: bold; font-size: 14px; } .ant-table-row{ color: #000; font-size: 14px; } .ant-table-tbody>tr>td.ant-table-selection-column, .ant-table-thead>tr>th.ant-table-selection-column{ width: 30px; min-width: 0; } .ant-table-small .ant-table-thead>tr>th { background-color: #f7f7f7; } .arrow:before{ color: #fff; } .ant-table-tbody > tr >td:hover{ background: #fff !important; } .ant-table-tbody > tr > td { background: rgba(255,255,255,0) !important; } }
src/components/TargetComponent/TargetComponent.css
.container{ height: calc(100vh - 50px); background: none; } .text-area { background-color: #fff; padding: 4px; } .container h3 { color: #333; font-weight: bold; line-height: 28px; } .search-body { /* background-color: #fff; */ height: calc(100% - 70px); } .drop-menu{ width: 200px; } .recNum-item{ border-radius: 5px; background-color: #E75B12; color: #fff; width: 47px; padding: 1px 4px; line-height: 22px; } .noRecNum-item{ border-radius: 5px; background-color: #707070; color: #fff; width: 47px; padding: 1px 4px; } .bond-item{ width: 100%; padding: 7px 10px; border-radius: 5px; background-color: #f7f7f7; margin-bottom: 10px; } .opeate-item{ cursor: pointer; color: #437fff; } .disable-line{ background-color: #ccc; } .click-row { background-color : #D6E2F3 } .fix-btn{ position: fixed; right: 0; bottom: 20px; } :global { .ant-tabs-bar{ margin-bottom: 8px; } .ant-collapse-content{ padding: 0 8px; .ant-collapse-content-box{ padding: 0; } } .ant-table-body{ &::-webkit-scrollbar { height: 7px; } &::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 5px rgba(100, 100, 100, 0.2); background: #ccc; } &::-webkit-scrollbar-track { -webkit-box-shadow: 0; border-radius: 5px; background: #fff; } } .ant-collapse-header{ font-weight: bold; font-size: 14px; background-color: #6782B7; } .ant-table-thead>tr>th>span{ font-weight: bold; font-size: 14px; } .ant-table-row{ color: #000; font-size: 14px; } .ant-table-tbody>tr>td.ant-table-selection-column, .ant-table-thead>tr>th.ant-table-selection-column{ width: 30px; min-width: 0; } .ant-table-small .ant-table-thead>tr>th { background-color: #f7f7f7; } .arrow:before{ color: #fff; } .ant-table-tbody > tr >td:hover{ background: #fff !important; } .ant-table-tbody > tr > td { background: rgba(255,255,255,0) !important; } }
0.347759
0.086748
@font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 300; src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGD_j0nMiB9fPhg_k1wdK2h0.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 300; src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGDRVvBvQIc1z78c__uoBcyI.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 300; src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGOode0-EuMkY--TSyExeINg.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* vietnamese */ @font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400; src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNOAHFN6BivSraYkjhveRHY.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400; src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlC2Q8seG17bfDXYR_jUsrzg.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400; src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* vietnamese */ @font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 600; src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGClYwVOhDRq2vbpGRTZ7bbs.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 600; src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGFKFh1TDTPrUZWzVp6FtpG8.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 600; src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGCOFnW3Jk0f09zW_Yln67Ac.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* vietnamese */ @font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 700; src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGDovqjS_dXPZszO_XltPdNg.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 700; src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGFxe-GPfKKFmiXaJ_Q0GFr8.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 700; src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGEo0As1BFRXtCDhS66znb_k.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* cyrillic-ext */ @font-face { font-family: 'Ubuntu Mono'; font-style: normal; font-weight: 400; src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(http://fonts.gstatic.com/s/ubuntumono/v6/ViZhet7Ak-LRXZMXzuAfkTTOQ_MqJVwkKsUn0wKzc2I.woff2) format('woff2'); unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; } /* cyrillic */ @font-face { font-family: 'Ubuntu Mono'; font-style: normal; font-weight: 400; src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(http://fonts.gstatic.com/s/ubuntumono/v6/ViZhet7Ak-LRXZMXzuAfkTUj_cnvWIuuBMVgbX098Mw.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Ubuntu Mono'; font-style: normal; font-weight: 400; src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(http://fonts.gstatic.com/s/ubuntumono/v6/ViZhet7Ak-LRXZMXzuAfkUbcKLIaa1LC45dFaAfauRA.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Ubuntu Mono'; font-style: normal; font-weight: 400; src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(http://fonts.gstatic.com/s/ubuntumono/v6/ViZhet7Ak-LRXZMXzuAfkWo_sUJ8uO4YLWRInS22T3Y.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* latin-ext */ @font-face { font-family: 'Ubuntu Mono'; font-style: normal; font-weight: 400; src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(http://fonts.gstatic.com/s/ubuntumono/v6/ViZhet7Ak-LRXZMXzuAfkSYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Ubuntu Mono'; font-style: normal; font-weight: 400; src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(http://fonts.gstatic.com/s/ubuntumono/v6/ViZhet7Ak-LRXZMXzuAfkY4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
analyzer/static/css/css.css
@font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 300; src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGD_j0nMiB9fPhg_k1wdK2h0.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 300; src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGDRVvBvQIc1z78c__uoBcyI.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 300; src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGOode0-EuMkY--TSyExeINg.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* vietnamese */ @font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400; src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNOAHFN6BivSraYkjhveRHY.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400; src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlC2Q8seG17bfDXYR_jUsrzg.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400; src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* vietnamese */ @font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 600; src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGClYwVOhDRq2vbpGRTZ7bbs.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 600; src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGFKFh1TDTPrUZWzVp6FtpG8.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 600; src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGCOFnW3Jk0f09zW_Yln67Ac.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* vietnamese */ @font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 700; src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGDovqjS_dXPZszO_XltPdNg.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 700; src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGFxe-GPfKKFmiXaJ_Q0GFr8.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 700; src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGEo0As1BFRXtCDhS66znb_k.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* cyrillic-ext */ @font-face { font-family: 'Ubuntu Mono'; font-style: normal; font-weight: 400; src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(http://fonts.gstatic.com/s/ubuntumono/v6/ViZhet7Ak-LRXZMXzuAfkTTOQ_MqJVwkKsUn0wKzc2I.woff2) format('woff2'); unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; } /* cyrillic */ @font-face { font-family: 'Ubuntu Mono'; font-style: normal; font-weight: 400; src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(http://fonts.gstatic.com/s/ubuntumono/v6/ViZhet7Ak-LRXZMXzuAfkTUj_cnvWIuuBMVgbX098Mw.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Ubuntu Mono'; font-style: normal; font-weight: 400; src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(http://fonts.gstatic.com/s/ubuntumono/v6/ViZhet7Ak-LRXZMXzuAfkUbcKLIaa1LC45dFaAfauRA.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Ubuntu Mono'; font-style: normal; font-weight: 400; src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(http://fonts.gstatic.com/s/ubuntumono/v6/ViZhet7Ak-LRXZMXzuAfkWo_sUJ8uO4YLWRInS22T3Y.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* latin-ext */ @font-face { font-family: 'Ubuntu Mono'; font-style: normal; font-weight: 400; src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(http://fonts.gstatic.com/s/ubuntumono/v6/ViZhet7Ak-LRXZMXzuAfkSYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Ubuntu Mono'; font-style: normal; font-weight: 400; src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(http://fonts.gstatic.com/s/ubuntumono/v6/ViZhet7Ak-LRXZMXzuAfkY4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
0.366703
0.101456
.scroll-fixed { background-color: #fff; border-bottom:1px solid rgba(0,0,0,0.3); z-index: 999; color: #fff; } .bg-img-home { background-color: #f5f5f5; width:100%; height: auto; background-size: cover; } .banner { background-repeat: no-repeat; width: 100%; height:auto; background-size: cover; background-position-x: -25em; } /* .color-gradient { background: linear-gradient(to right,rgba(111, 25, 148,0.5),rgba(179, 157, 219,0.4)); width:100%; } */ .setting-banner { padding-top: 14em; padding-bottom: 14em; } .title-banner { font-family: 'Baloo Bhaina', cursive; font-size: 80px; color:#fff; } .content-banner { font-size: 20px; margin-top:-24px; color:#fff; margin-left:3px; font-family: 'Titillium Web', sans-serif; } .banner-serach { width:75%; border:1px solid rgba(0,0,0,0.3); padding:9px 15px; } .button-banner-search { background-color: #6f1994; padding:9.8px 10px; margin-left:-6px; border:none; border-radius: 0px 5px 5px 0px; color:#fff; } .image-banner { width:100%; height:100%; background-size: cover; } .bg-color-banner { background-color: rgba(0,0,0,0.2); width: 100%; height: auto; padding:20px 0; } .detail-kliko { margin-top:-6em; } .pointer:hover { cursor: pointer; } .logo-center { width: 160px; height: 90px; margin: 0 auto; margin-bottom:20px; } .cl-white { color: #fff; font-size: 23px; } .text-center { text-align:center; } .margin-banner { margin: 60px auto; } .pd-btn-search { padding:11px 20px; border-radius:1px 5px 5px 1px !important; } .form-search { width:60%; margin:0 auto; } .card-banner { border: 1px solid rgba(0,0,0,0.1); border-radius: 4px; } .card-text{ font-family: 'Titillium Web', sans-serif; margin-top:-8px; } .card-banner-title { text-align: left; font-family: 'Titillium Web', sans-serif; font-size:35px; color:#6f1994; margin-top:13px; } .btn-search { background-color: transparent; z-index: 999; margin-left: -40px; padding:8px 0; margin-top: -1px; border-bottom: 1px solid #ced4da; } .baloo { font-family: 'Baloo Bhaina', cursive; color: #616161; } .bullet-box-header { padding:20px 30px; background-color:#6f1994; width:30em; margin:0 auto; border-radius:43%; } .img-banner { background-size: cover; background-position: 30px; height: 300px; } .back-transparent { width:100%; height: 45vh; background: linear-gradient(to right,rgba(245,245,245,0.9), transparent); color: #424242; } .back-transparent-2 { width:100%; height: 45vh; background: linear-gradient(to left,rgba(245,245,245,0.9), transparent); color: #424242; } .hover-img:hover { cursor: pointer; } .filter-btn { margin-left: -80px; } .jenis-kost { padding:5px 0px; margin-top:9px; font-family: 'Viga', sans-serif; border-radius:4px; } .center-error { text-align: center; color: #b71c1c; font-size: 20px; font-family: 'Titillium Web', sans-serif; padding:30px 0; } .name-kost { font-size: 17px; color: #212121; margin-top: -16px; margin-bottom: 0; } .btn-responsive { width: 15%; margin-top:-15px; } .filter-harga { width:50%; } .jenis-hunian { font-family: 'Didact Gothic', sans-serif; margin-bottom:-1px; margin-left:1px; font-size:15px; } .namaKost-view { font-family: '<NAME>', cursive; font-size: 45px; } .user-view-kost { font-size: 15px; text-align:left; margin-top:5px; font-family: 'Didact Gothic', sans-serif; } .alamat-kost { font-size: 18px; font-family: 'Didact Gothic', sans-serif; margin-top:-15px; } .fasilitas-view-Kost { margin-top:40px; font-family: 'Didact Gothic', sans-serif; } .f-border-view { border-bottom:1px solid #e0e0e0; font-family: 'Didact Gothic', sans-serif; padding:20px 0; } .center-text { text-align:center; font-weight: bold; font-size: 14px; margin-top:-10px; margin-bottom: -20px; } .length-carousel { width: 830px; margin-left: -160px; } .center-card-infoTitle { font-family: 'Didact Gothic', sans-serif; font-size: 19px; color:#fff; text-align: center; } .title { background: #FFF; border-radius: 0; border: 1px solid #ced1cd; font-weight: 600; color: #689f38; padding:20px; text-decoration: none; } .title:hover { color: #689f38; } .padding-p-setting { padding:30px; } .color-mn-acc { color: #b3b3b3; } .color-mn-acc:hover { color: #424242; } .list-group { margin:0 30px; font-size:14px; } .li-title { text-align:left; border-bottom: 1px solid #6f1994; padding-bottom:6px; margin-bottom:10px; font-size: 16px;font-family: 'Didact Gothic', sans-serif; } li{ list-style: none; text-align: left; } li > a { color: #686868; } .footers { width:30%; text-align:center; } .footer-text { margin:1.4em 0px; font-family: 'Titillium Web', sans-serif; } .social-media { font-size: 45px; margin: -16px 0; } .footers-1 { background-color:whitesmoke; padding:2em 0; } @media only screen and (max-width:1000px){ .btn-responsive-2 { width:100%; } .col-11{ width:100%; max-width: none !important; flex: none !important; } .length-carousel { width: 100%; margin-left: 0; } } @media only screen and (max-width: 900px) { .btn-responsive { width: 100%; margin-top:10px; } .filter-harga { width:100%; } .res-none { display: none; } .footers { width:90%; } }
public/dist/css/kliko.css
.scroll-fixed { background-color: #fff; border-bottom:1px solid rgba(0,0,0,0.3); z-index: 999; color: #fff; } .bg-img-home { background-color: #f5f5f5; width:100%; height: auto; background-size: cover; } .banner { background-repeat: no-repeat; width: 100%; height:auto; background-size: cover; background-position-x: -25em; } /* .color-gradient { background: linear-gradient(to right,rgba(111, 25, 148,0.5),rgba(179, 157, 219,0.4)); width:100%; } */ .setting-banner { padding-top: 14em; padding-bottom: 14em; } .title-banner { font-family: 'Baloo Bhaina', cursive; font-size: 80px; color:#fff; } .content-banner { font-size: 20px; margin-top:-24px; color:#fff; margin-left:3px; font-family: 'Titillium Web', sans-serif; } .banner-serach { width:75%; border:1px solid rgba(0,0,0,0.3); padding:9px 15px; } .button-banner-search { background-color: #6f1994; padding:9.8px 10px; margin-left:-6px; border:none; border-radius: 0px 5px 5px 0px; color:#fff; } .image-banner { width:100%; height:100%; background-size: cover; } .bg-color-banner { background-color: rgba(0,0,0,0.2); width: 100%; height: auto; padding:20px 0; } .detail-kliko { margin-top:-6em; } .pointer:hover { cursor: pointer; } .logo-center { width: 160px; height: 90px; margin: 0 auto; margin-bottom:20px; } .cl-white { color: #fff; font-size: 23px; } .text-center { text-align:center; } .margin-banner { margin: 60px auto; } .pd-btn-search { padding:11px 20px; border-radius:1px 5px 5px 1px !important; } .form-search { width:60%; margin:0 auto; } .card-banner { border: 1px solid rgba(0,0,0,0.1); border-radius: 4px; } .card-text{ font-family: 'Titillium Web', sans-serif; margin-top:-8px; } .card-banner-title { text-align: left; font-family: 'Titillium Web', sans-serif; font-size:35px; color:#6f1994; margin-top:13px; } .btn-search { background-color: transparent; z-index: 999; margin-left: -40px; padding:8px 0; margin-top: -1px; border-bottom: 1px solid #ced4da; } .baloo { font-family: 'Baloo Bhaina', cursive; color: #616161; } .bullet-box-header { padding:20px 30px; background-color:#6f1994; width:30em; margin:0 auto; border-radius:43%; } .img-banner { background-size: cover; background-position: 30px; height: 300px; } .back-transparent { width:100%; height: 45vh; background: linear-gradient(to right,rgba(245,245,245,0.9), transparent); color: #424242; } .back-transparent-2 { width:100%; height: 45vh; background: linear-gradient(to left,rgba(245,245,245,0.9), transparent); color: #424242; } .hover-img:hover { cursor: pointer; } .filter-btn { margin-left: -80px; } .jenis-kost { padding:5px 0px; margin-top:9px; font-family: 'Viga', sans-serif; border-radius:4px; } .center-error { text-align: center; color: #b71c1c; font-size: 20px; font-family: 'Titillium Web', sans-serif; padding:30px 0; } .name-kost { font-size: 17px; color: #212121; margin-top: -16px; margin-bottom: 0; } .btn-responsive { width: 15%; margin-top:-15px; } .filter-harga { width:50%; } .jenis-hunian { font-family: 'Didact Gothic', sans-serif; margin-bottom:-1px; margin-left:1px; font-size:15px; } .namaKost-view { font-family: '<NAME>', cursive; font-size: 45px; } .user-view-kost { font-size: 15px; text-align:left; margin-top:5px; font-family: 'Didact Gothic', sans-serif; } .alamat-kost { font-size: 18px; font-family: 'Didact Gothic', sans-serif; margin-top:-15px; } .fasilitas-view-Kost { margin-top:40px; font-family: 'Didact Gothic', sans-serif; } .f-border-view { border-bottom:1px solid #e0e0e0; font-family: 'Didact Gothic', sans-serif; padding:20px 0; } .center-text { text-align:center; font-weight: bold; font-size: 14px; margin-top:-10px; margin-bottom: -20px; } .length-carousel { width: 830px; margin-left: -160px; } .center-card-infoTitle { font-family: 'Didact Gothic', sans-serif; font-size: 19px; color:#fff; text-align: center; } .title { background: #FFF; border-radius: 0; border: 1px solid #ced1cd; font-weight: 600; color: #689f38; padding:20px; text-decoration: none; } .title:hover { color: #689f38; } .padding-p-setting { padding:30px; } .color-mn-acc { color: #b3b3b3; } .color-mn-acc:hover { color: #424242; } .list-group { margin:0 30px; font-size:14px; } .li-title { text-align:left; border-bottom: 1px solid #6f1994; padding-bottom:6px; margin-bottom:10px; font-size: 16px;font-family: 'Didact Gothic', sans-serif; } li{ list-style: none; text-align: left; } li > a { color: #686868; } .footers { width:30%; text-align:center; } .footer-text { margin:1.4em 0px; font-family: 'Titillium Web', sans-serif; } .social-media { font-size: 45px; margin: -16px 0; } .footers-1 { background-color:whitesmoke; padding:2em 0; } @media only screen and (max-width:1000px){ .btn-responsive-2 { width:100%; } .col-11{ width:100%; max-width: none !important; flex: none !important; } .length-carousel { width: 100%; margin-left: 0; } } @media only screen and (max-width: 900px) { .btn-responsive { width: 100%; margin-top:10px; } .filter-harga { width:100%; } .res-none { display: none; } .footers { width:90%; } }
0.383295
0.089733
body { font-family: Helvetica, Arial, Sans; font-size: 10px; background-color: #eee; color: #222; padding: 1em 0; } a, a:link, a:visited { color:#000; text-decoration:none; } a:hover { text-decoration:underline; } header, section { width: 480px; margin: 0 auto; display: block; } header { margin-bottom: 1em; } header h1 { font-size:4em; font-weight:bold; letter-spacing:-0.1em; margin:0 0 .3em; float:left; opacity:.8; filter:alpha(opacity=80); } header blockquote { margin: .33em 0 2em; float:right; color:#888; } header h2 { font-size: 1.33em; font-weight:normal; margin:32px 0 0; text-align:right; } header cite { display:block; font-size:1.2em; margin:0.25em 0 0; text-align:right; width:100%; } #controls { clear:both; } #settings { float: left; margin-bottom: 8px; } #config { position:absolute; width:456px; border:0; margin:9px 1px; padding:1px 12px 12px; background-color:#eee; opacity:.8; filter: alpha(opacity=80); } #control-switch, #stats-switch, #main, #footer { font-family: Monaco, "Courier New", Courier, Monospace; } #control-switch, #stats-switch { cursor: pointer; clear:both; color:#666666; margin:7px 0 0; } #control-switch:hover, #stats-switch:hover { color:#444; } #controls-human, #controls-zombie, #controls-general { float: left; margin-right: 12px; width:144px; } #controls-general { margin-right: 0px; } #config h5 { font-size:1em; padding-left:3px; margin:.9em 0; } #config #reset { padding: .3em .4em; margin: 25px 0 0 32px; background-color:#eee; border: medium none; -moz-border-radius: 3px; -webkit-border-radius: 3px; width:10em; color:#779; } #config #reset:hover { background-color:#f3f3f3; cursor:pointer; } #config #reset:active { background-color:#fdfdfd; color:#aaa; } #stats { display: none; margin-bottom: 30px; } label { display: block; padding:0 0 0 3px; margin:12px 0 3px 0; } input { background-color: #eee; color: #666; border: 1px solid #ddd; padding: 3px; display: block; } #config input { width:134px; } #inspector { position:absolute; border:1px solid #9cb; padding:1px 3px 1px; background-color:#eee; opacity:.8; filter: alpha(opacity=80); display:none; width: auto; } #inspector form { width: auto; } #inspector label { float: left; clear:left; padding:0px; margin:1px 0 1px; color: #666666; width:99px; } #inspector input { font-family: Helvetica, Arial, Sans; display: inline-block; float: left; font-size: 10px; padding: 0; margin:1px 0 1px 1px; border: medium none; color: #000; } #inspector #i_position { width: 132px; } #inspector h5 { font-size: 10px; font-weight: bold; margin: 1px 0; padding:0; } #inspector ul { float: left; clear: both; margin: 0 0 2px; padding: 0; } #inspector li { cursor: pointer; list-style-type:none; float:left; clear:both; padding: 0 2px 1px; } #inspector li:hover { background-color: #bdb; } #inspector .sleeping { opacity:.75; filter: alpha(opacity=75); } #inspector .infected { color: #22b; } form { width: 480px; margin-bottom: 20px; } #setup, #play, #stop { display: inline-block; padding:2px 10px 4px; margin-right:2px; cursor:pointer; border-color:#ccc; } #setup:hover, #play:hover, #stop:hover { background-color:#ddd; } #setup:active, #play:active, #stop:active { background-color:#e3e3e3; color:#999; } #console { border:0; margin:0; padding:0; } canvas { clear: both; display: block; margin: 10px auto; border: 1px solid #ddd; cursor:crosshair; } #footer { clear: both; } #statistics { float: left; clear: both; width: 350px; } #populations { float: right; width: 130px; text-align: right; } #statistics p, #populations p { margin:0 0 1em 0; } #requirements, #requirements a { color:#666666; }
css/main.css
body { font-family: Helvetica, Arial, Sans; font-size: 10px; background-color: #eee; color: #222; padding: 1em 0; } a, a:link, a:visited { color:#000; text-decoration:none; } a:hover { text-decoration:underline; } header, section { width: 480px; margin: 0 auto; display: block; } header { margin-bottom: 1em; } header h1 { font-size:4em; font-weight:bold; letter-spacing:-0.1em; margin:0 0 .3em; float:left; opacity:.8; filter:alpha(opacity=80); } header blockquote { margin: .33em 0 2em; float:right; color:#888; } header h2 { font-size: 1.33em; font-weight:normal; margin:32px 0 0; text-align:right; } header cite { display:block; font-size:1.2em; margin:0.25em 0 0; text-align:right; width:100%; } #controls { clear:both; } #settings { float: left; margin-bottom: 8px; } #config { position:absolute; width:456px; border:0; margin:9px 1px; padding:1px 12px 12px; background-color:#eee; opacity:.8; filter: alpha(opacity=80); } #control-switch, #stats-switch, #main, #footer { font-family: Monaco, "Courier New", Courier, Monospace; } #control-switch, #stats-switch { cursor: pointer; clear:both; color:#666666; margin:7px 0 0; } #control-switch:hover, #stats-switch:hover { color:#444; } #controls-human, #controls-zombie, #controls-general { float: left; margin-right: 12px; width:144px; } #controls-general { margin-right: 0px; } #config h5 { font-size:1em; padding-left:3px; margin:.9em 0; } #config #reset { padding: .3em .4em; margin: 25px 0 0 32px; background-color:#eee; border: medium none; -moz-border-radius: 3px; -webkit-border-radius: 3px; width:10em; color:#779; } #config #reset:hover { background-color:#f3f3f3; cursor:pointer; } #config #reset:active { background-color:#fdfdfd; color:#aaa; } #stats { display: none; margin-bottom: 30px; } label { display: block; padding:0 0 0 3px; margin:12px 0 3px 0; } input { background-color: #eee; color: #666; border: 1px solid #ddd; padding: 3px; display: block; } #config input { width:134px; } #inspector { position:absolute; border:1px solid #9cb; padding:1px 3px 1px; background-color:#eee; opacity:.8; filter: alpha(opacity=80); display:none; width: auto; } #inspector form { width: auto; } #inspector label { float: left; clear:left; padding:0px; margin:1px 0 1px; color: #666666; width:99px; } #inspector input { font-family: Helvetica, Arial, Sans; display: inline-block; float: left; font-size: 10px; padding: 0; margin:1px 0 1px 1px; border: medium none; color: #000; } #inspector #i_position { width: 132px; } #inspector h5 { font-size: 10px; font-weight: bold; margin: 1px 0; padding:0; } #inspector ul { float: left; clear: both; margin: 0 0 2px; padding: 0; } #inspector li { cursor: pointer; list-style-type:none; float:left; clear:both; padding: 0 2px 1px; } #inspector li:hover { background-color: #bdb; } #inspector .sleeping { opacity:.75; filter: alpha(opacity=75); } #inspector .infected { color: #22b; } form { width: 480px; margin-bottom: 20px; } #setup, #play, #stop { display: inline-block; padding:2px 10px 4px; margin-right:2px; cursor:pointer; border-color:#ccc; } #setup:hover, #play:hover, #stop:hover { background-color:#ddd; } #setup:active, #play:active, #stop:active { background-color:#e3e3e3; color:#999; } #console { border:0; margin:0; padding:0; } canvas { clear: both; display: block; margin: 10px auto; border: 1px solid #ddd; cursor:crosshair; } #footer { clear: both; } #statistics { float: left; clear: both; width: 350px; } #populations { float: right; width: 130px; text-align: right; } #statistics p, #populations p { margin:0 0 1em 0; } #requirements, #requirements a { color:#666666; }
0.21264
0.083404
* { margin: 0; padding: 0; } :root { --primary-color: #d1b3ff; --secondary-color: #c299ff; --tertiary-color: #0a001a; } header { position: -webkit-sticky; position: sticky; top: 0; background-image: url(../assets/images/Space.PNG); background-size: cover; background-attachment: fixed; background-position: auto; padding: 20px 35px; display: flex; justify-content: space-between; flex-wrap: wrap; z-index: 9999; } header h1 { text-shadow: 3px 3px 3px #0a001a ; font-weight: normal; font-size: 36px; color: var(--primary-color); margin: 0; } header a { text-decoration: none; color: var(--primary-color); } header nav { margin: 7px 0; } header nav ul { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; list-style: none; } header nav ul li a:hover { background: var(--secondary-color) ; color: var(--tertiary-color); border-radius: 15px; text-shadow: none; } header nav ul li a { text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); padding: 10px 15px; font-weight: lighter; font-size: 1.55vw; } body { color: var(--primary-color); font-family: "Courier New (monospace)"; background-image: url(../assets/images/Space.PNG) ; background-size: cover; background-position: auto; background-attachment: scroll; } h1, p { color: var(--primary-color) } .font-effect-neon h2 { font-weight:bolder; color: #1f004d; } section { margin: 100px auto; width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; columns: 2 200px; justify-content: space-between; } article { flex-direction: row; flex: 600px; flex: 1; padding: 10px; } .selfie { width: 200px; height: 300px; } .img-thumbnail { width: 200px; height: 200px; text-align: center; display:flex; flex-wrap:wrap; } .projects .flex-row { margin: auto; column-count: 2; column-width: 350px; padding: 10px; } .contact-info { display: flex; justify-content: space-between; flex-wrap: wrap; } .contact-info > * { flex: 1; margin: 15px; } .contact-info h3 { color: var(--primary-color); font-size: 32px; } .contact-info p { margin:20px 0; line-height:1.5; font-size:16px; font-style:normal; } .contact-info ul { list-style: none outside; } .contact-info li { list-style: none; } li:hover { color:var(--secondary-color); font-weight: 900; list-style-type: none; text-shadow: 2px 2px blueviolet; } /* Adds a potato emoji to the list item */ li::before { content: '🪐'; } /* Changes the potato to a heart */ li:hover::before { content: '✨'; } .fa, .material-icons { padding: 20px; font-size: 20px; width: 80px; text-align: center; text-decoration: none; border-radius: 50%; } /* Add a hover effect if you want */ .fa:hover { opacity: 0.7; } /* Set a specific color for each brand */ .fa-instagram{ background: #ffffe6; color: black; } .fa-github { color:cornsilk; width: 100px; } .material-icons { background: #ffffe6; color: black; } footer { background: #001a33; width: 100%; padding: 40px 35px; display: flex; justify-content: space-between; flex-wrap: wrap; } footer p { line-height: 1.5; text-align: center; align-items: center; } .flex-row { display: flex; } /* MEDIA QUERY FOR SMALLER DESKTOP SCREENS AND SMALLER */ @media screen and (max-width: 980px) { header { padding-bottom: 0; justify-content: center; } header h1 { width: 100%; text-align: center; } header nav ul { margin-top: 20px; width: 100%; justify-content: center; } header nav ul li a { font-size: 20px; } footer h2, footer div { text-align: center; width: 100%; } .selfie { width: 60%; align-items: center; } .section-title { width: 80%; } .img-thumbnail { flex: 0 10%; } .contact { flex: 1 90%; } /* MEDIA QUERY FOR TABLETS AND SMALLER */ @media screen and (max-width: 768px) { #about-me { flex: 2 100%; text-align: center; justify-content: center; } section { padding: 30px 15px; } #about-me h2 { flex: 1 100%; text-align: center; } .selfie { flex: 0 32%; margin-right: 0; margin-top: 15px; margin-bottom: 15px; } .info { flex: 100%; } } /* MEDIA QUERY FOR MOBILE PHONES AND SMALLER */ @media screen and (max-width: 575px) { header, body { padding: auto; } header nav ul { margin-top: 10px; width: 100%; justify-content: center; } .section-title { width: 95%; } .about p { width: 100%; } .img-thumbnail { flex: 0 100%; } .contact { text-align: center; } .contact > * { flex: 0 100%; } } }
public/assets/style.css
* { margin: 0; padding: 0; } :root { --primary-color: #d1b3ff; --secondary-color: #c299ff; --tertiary-color: #0a001a; } header { position: -webkit-sticky; position: sticky; top: 0; background-image: url(../assets/images/Space.PNG); background-size: cover; background-attachment: fixed; background-position: auto; padding: 20px 35px; display: flex; justify-content: space-between; flex-wrap: wrap; z-index: 9999; } header h1 { text-shadow: 3px 3px 3px #0a001a ; font-weight: normal; font-size: 36px; color: var(--primary-color); margin: 0; } header a { text-decoration: none; color: var(--primary-color); } header nav { margin: 7px 0; } header nav ul { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; list-style: none; } header nav ul li a:hover { background: var(--secondary-color) ; color: var(--tertiary-color); border-radius: 15px; text-shadow: none; } header nav ul li a { text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); padding: 10px 15px; font-weight: lighter; font-size: 1.55vw; } body { color: var(--primary-color); font-family: "Courier New (monospace)"; background-image: url(../assets/images/Space.PNG) ; background-size: cover; background-position: auto; background-attachment: scroll; } h1, p { color: var(--primary-color) } .font-effect-neon h2 { font-weight:bolder; color: #1f004d; } section { margin: 100px auto; width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; columns: 2 200px; justify-content: space-between; } article { flex-direction: row; flex: 600px; flex: 1; padding: 10px; } .selfie { width: 200px; height: 300px; } .img-thumbnail { width: 200px; height: 200px; text-align: center; display:flex; flex-wrap:wrap; } .projects .flex-row { margin: auto; column-count: 2; column-width: 350px; padding: 10px; } .contact-info { display: flex; justify-content: space-between; flex-wrap: wrap; } .contact-info > * { flex: 1; margin: 15px; } .contact-info h3 { color: var(--primary-color); font-size: 32px; } .contact-info p { margin:20px 0; line-height:1.5; font-size:16px; font-style:normal; } .contact-info ul { list-style: none outside; } .contact-info li { list-style: none; } li:hover { color:var(--secondary-color); font-weight: 900; list-style-type: none; text-shadow: 2px 2px blueviolet; } /* Adds a potato emoji to the list item */ li::before { content: '🪐'; } /* Changes the potato to a heart */ li:hover::before { content: '✨'; } .fa, .material-icons { padding: 20px; font-size: 20px; width: 80px; text-align: center; text-decoration: none; border-radius: 50%; } /* Add a hover effect if you want */ .fa:hover { opacity: 0.7; } /* Set a specific color for each brand */ .fa-instagram{ background: #ffffe6; color: black; } .fa-github { color:cornsilk; width: 100px; } .material-icons { background: #ffffe6; color: black; } footer { background: #001a33; width: 100%; padding: 40px 35px; display: flex; justify-content: space-between; flex-wrap: wrap; } footer p { line-height: 1.5; text-align: center; align-items: center; } .flex-row { display: flex; } /* MEDIA QUERY FOR SMALLER DESKTOP SCREENS AND SMALLER */ @media screen and (max-width: 980px) { header { padding-bottom: 0; justify-content: center; } header h1 { width: 100%; text-align: center; } header nav ul { margin-top: 20px; width: 100%; justify-content: center; } header nav ul li a { font-size: 20px; } footer h2, footer div { text-align: center; width: 100%; } .selfie { width: 60%; align-items: center; } .section-title { width: 80%; } .img-thumbnail { flex: 0 10%; } .contact { flex: 1 90%; } /* MEDIA QUERY FOR TABLETS AND SMALLER */ @media screen and (max-width: 768px) { #about-me { flex: 2 100%; text-align: center; justify-content: center; } section { padding: 30px 15px; } #about-me h2 { flex: 1 100%; text-align: center; } .selfie { flex: 0 32%; margin-right: 0; margin-top: 15px; margin-bottom: 15px; } .info { flex: 100%; } } /* MEDIA QUERY FOR MOBILE PHONES AND SMALLER */ @media screen and (max-width: 575px) { header, body { padding: auto; } header nav ul { margin-top: 10px; width: 100%; justify-content: center; } .section-title { width: 95%; } .about p { width: 100%; } .img-thumbnail { flex: 0 100%; } .contact { text-align: center; } .contact > * { flex: 0 100%; } } }
0.414899
0.095983
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;} /* YUI CSS font */ body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;} /*Modernizr*/ .no-cssgradients a.button, .no-cssgradients button.right-button { background:url('../img/spritesheet.png') repeat-x 0 -200px; } .no-cssgradients a.button:hover, .no-cssgradients button.right-button:hover { border-top:1px solid #feed9b; background:#fee779; } .no-cssgradients a.button.grey, a.button.left-button { background:url('../img/spritesheet.png') repeat-x 0 -250px; } .no-cssgradients a.button.grey:hover, .no-cssgradients a.button.left-button:hover { background:#e3e3e3; border-top:1px solid #ececec; } .no-opacity #mask, .no-opacity #mask-noclick { background:url('../img/ie/mask.png') repeat; } .no-opacity #popup, .no-opacity #video-player { background:url('../img/ie/popup.png') repeat; } /*Basic Rules*/ html { background:url('../img/bg.png') repeat #000; } #wrapper { width:950px; margin:0 auto; } div.section { clear:both; padding-bottom:70px; overflow:auto; } div.column { float:left; } div.left-column { width:190px; padding-right:50px; } div.middle-column { width:340px; padding-right:10px; } div.right-column { width:350px; padding-left:10px; } div.wide-column { width:710px; } div.sub-section { padding:30px 0; border-top:1px solid #ffd40d; font-size:1.231em; line-height:1.6em; } div.sub-section.first { padding-top:15px; border-top:0px; } .serif { font-family:'WarnockPro', 'Times New Roman', sans-serif; } a.button { display:block; border-top:1px solid #ffe670; background:-moz-linear-gradient(90deg, #ffdd2f, #ffd908); background:-webkit-gradient(linear, center top, center bottom, from(#ffdd2f), to(#ffd908)); line-height:35px; color:#000; font-size:1.231em; font-weight:bold; padding-left:12px; } a.button:hover { border-top:1px solid #feed9b; background:#fee779; color:#000; cursor:pointer; } .back-to-top { margin-bottom:70px; color:#403c3c; } .back-to-top div { float:left; } .back-to-top div div { float:none; } .left-line, .right-line { border-top:1px solid #403c3c; position:relative; top:11px; width:40%; } .back-to-top .copy { text-align:center; font-size:1.231em; width:20%; } div.copy a { display:inline-block; padding:0px 12px; color:inherit; } div.copy a:hover { color:#fee779; } div.copy .arrow { display:inline-block; height:6px; width:10px; background:url('../img/spritesheet.png') no-repeat 0px -50px; position:relative; top:-2px; } div.clearfix { clear:both; } img.preload { display:none; } /* Typography and Colors */ body { font-family:'Helvetica Neue', Helvetica, Arial, sans-serif; color:#999; } .title { color:#fff; } h3 { font-size:2.769em; font-weight:bold; color:#ffd40d; line-height:1.1em; } .left-column p { color:#999; font-style:italic; font-weight:normal; font-size:1.231em; font-family:'Warnock Pro', 'Times New Roman', serif; line-height:150%; } h4 { color:#fff; font-weight:bold; } .column ul li { margin-top:55px; } .column ul li.first { margin-top:0; } a { text-decoration:none; color:#ffd40d; } a:hover { color:#fee779; cursor:pointer; } a:active { color:#ffd40d; } a:active, a:focus { border:0px; outline:0px; } /* Masthead */ #masthead { padding:20px 0; position:relative; } #visit-mozilla { display:block; width:118px; height:49px; background:url('../img/spritesheet.png') no-repeat 0 0; position:absolute; right:0px; top:0px; } #have-account, #js-warning, #create-account { font-size:1.231em; color:#a9aaaa; text-align:center; line-height:150%; } #js-warning, #create-account { margin-bottom:0.5em; } #have-account { display:none; } #js-warning { display:block; } .js #js-warning { display:none; } .js #have-account, .js #create-account { display:block; text-align:left; padding-left:360px; } #logo { width:285px; height:110px; float:left; font-size:2.5em; color:#d54203; font-weight:bold; } ul#main-menu { float:right; margin-top:30px; } #main-menu li { float:left; color:#fff; font-weight:bold; width:190px; border-top:3px solid #ffd40d; margin-left:10px; font-size:1.385em; } #main-menu li a { color:#fff; display:block; padding-top:10px; } #main-menu li a:hover, #main-menu li a:hover span { color:#ffd40d; } #main-menu li a:active, #main-menu li a:active span { color:#fee779; } #main-menu li span { display:block; color:#ccc; font-weight:normal; font-size:0.8em; font-style:italic; padding-top:0.5em; line-height:1.3em; font-family:'WarnockPro', 'Times New Roman', sans-serif; } /*Main content*/ #headline { padding:70px 0; clear:both; } #headline h1 { color:#ffd40d; font-size:4.615em; font-weight:bold; line-height:50%; margin:0.35em 0 0.2em 0; } #headline h1 span { font-size:60%; } #main-info h1 span { font-size:50%; } #headline h3 { color:#df731b; font-size:1.846em; font-weight:normal; } #headline p { font-size:1.231em; line-height:1.6em; } /*Global Spark*/ #global-spark { padding-top:70px; border-top:1px solid #403c3c; } #global-spark .wide-column { font-size:1.231em; line-height:1.5em; } #global-spark .wide-column p { min-height:70px; } #globalmap { clear:both; height:480px; background:url('../img/map.jpg') no-repeat 0 0; margin:40px 0; } #dashboard #globalmap { background:url('../img/map.png') no-repeat 0 0; } #global-spark a.button { float:right; min-width:256px; } /*Random stats list*/ #random-stats { overflow:auto; } #random-stats li { float:left; width:220px; margin-left:20px; } #random-stats li.first { margin-left:0px; } #random-stats span.count { display:block; color:#df731b; margin-bottom:12px; font-size:2.769em; font-weight:bold; } #random-stats li span.title { font-size:1.077em; color:#fff; font-weight:bold; display:block; } #random-stats li p { line-height:1.5em; margin-top:5px; font-size:1.077em; } /* Slider */ #slider { width:910px; margin-left:20px; height:20px; background:#222; } #slider a.ui-slider-handle { display:block; height:38px; width:38px; background:#333; border:1px solid #000; position:relative; top:-9px; margin-left:-20px; outline:0px; } #slider a:active, #slider a:visited { border:none; text-decoration:none; outline:0px; } /* Features */ ul.features-list li { font-size:1.231em; margin-top:55px; line-height:1.6em; } #learn a.button { margin-top:20px; } /*Get Firefox (download)*/ div.sub-section .title { font-weight:bold; } div.sub-section h4 { font-size:1.5em; line-height:1.5em; } #qrcode { float:right; margin-left:20px; } #spread-the-word { float:right; } #spread-the-word a { float:left; height:50px; width:50px; margin-left:10px; } #email { background:url('../img/spritesheet.png') no-repeat 0 -100px; } .facebook { background:url('../img/spritesheet.png') no-repeat -50px -100px; } .twitter { background:url('../img/spritesheet.png') no-repeat -100px -100px; } #copylink.hover { cursor:pointer; } #copylink.active { background:#fee779; } /*About us*/ #about p { padding:15px 0; font-size:1.231em; line-height:1.6em; } #about a.button { display:inline-block; float:none; min-width:256px; margin-left:-10px; } /*Footer*/ #footer { padding:36px 0; border-top:1px solid #403c3c; overflow:auto; } #footer a { font-size:1.077em; margin:0 10px; } #footer a.first { margin-left:0; } #license { float:right; font-size:0.923em; color:#666; text-align:right; line-height:1.6em; max-width:430px; } #license a { margin:0; } /*Sign-in popup*/ #mask, #mask-noclick { position:absolute; z-index:9000; top:0; left:0; background:rgba(0,0,0,0.7); display:none; } #mask:hover { cursor:pointer; } #popup { position:fixed; left:50%; top:50%; background:rgba(16,14,14,0.8); display:none; z-index:9999; border:1px solid #363333; padding:20px 25px; width:350px; } #popup h3 { color:#fff; font-size:2.769em; border-bottom:3px solid #ffd40d; font-weight:bold; padding-bottom:20px; } #popup h3.noborder { border-bottom:0; } #popup p.legend { color:#b2b2b2; font-style:italic; font-family:'WarnockPro', 'Times New Roman', sans-serif; font-size:1.385em; line-height:133%; padding:20px 0; } hr { height:1px; background:#404040; border:none; margin:0; padding:0; } button { font-family:'Helvetica Neue', Helvetica, 'MgOpenModerna', Arial, sans-serif; width:48%; display:block; float:left; text-align:left; font-weight:bold; height:36px; border:0; border-radius:0; font-size:1.231em; color:#000; padding-left:14px; } button:hover { cursor:pointer; } #popup a.button { width:336px; padding-left:14px; } #popup a.button.left-button { width:44%; float:left; } #popup #your-account a.button { margin:12px 0; } .left-button, .button.left-button, a.button.grey { margin:13px 2% 20px 0px; border-top:1px solid #e7e7e7; background:-moz-linear-gradient(90deg, #c5c5c5, #acacac); background:-webkit-gradient(linear,center top, center bottom, from(#c5c5c5), to(#acacac)); } .left-button:hover, .left-button:active, .left-button:focus, #popup a.button.left-button:hover, a.button.grey:active, a.button.grey:hover, a.button.grey:focus { border-top:1px solid #ececec; background:-moz-linear-gradient(90deg, #e3e3e3, #d3d3d3); background:-webkit-gradient(linear,center top, center bottom, from(#e3e3e3), to(#d3d3d3)); } .right-button { border:0; margin:13px 0px 20px 2%; border-top:1px solid #ffe87d; background:-moz-linear-gradient(90deg, #ffd825, #e5bf0c); background:-webkit-gradient(linear,center top, center bottom, from(#ffd825), to(#e5bf0c)); } .right-button:hover, .right-button:active, .right-button:focus { border-top:1px solid #fef2b8; background:-moz-linear-gradient(90deg, #ffec95, #f2de7f); background:-webkit-gradient(linear,center top, center bottom, from(#ffec95), to(#f2de7f)); } div.input-wrapper { border:1px solid #e9e9e9; background:-moz-linear-gradient(90deg, #e7e7e7, #fefefe); background:-webkit-gradient(linear,center top, center bottom, from(#e7e7e7), to(#fefefe)); margin-top:12px; box-shadow:inset 0px 1px 0px #979797, inset 0px 2px 0px #c4c4c4, inset 0px 3px 0px #e3e3e3; position:relative; } .no-cssgradients .input-wrapper { background:#e7e7e7; } div.input-wrapper.error { background:-moz-linear-gradient(90deg, #d4b6ad, #eccec5); background:-webkit-gradient(linear,center top, center bottom, from(#d4b6ad), to(#eccec5)); box-shadow:inset 0px 1px 0px #8d7973, inset 0px 2px 0px #b0968f, inset 0px 3px 0px #c8aca4; } .no-css-gradients .input-wrapper.error { background:#d4d6ad; } div.input-wrapper:first-child { margin-top:0; } #popup input[type=text], input[type=email], input[type=password] { display:block; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; width:333px; color:#666; font-size:1.231em; background:transparent; border:0; padding:12px 0 12px 15px; } span.placeholder { display:block; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; width:330px; color:#666; font-size:1.231em; background:transparent; border:0; padding:12px 0 12px 15px; pointer-events:none; } #popup form { margin-top:24px; } a#forgot-password { font-weight:bold; text-decoration:none; padding:20px 0; display:inline-block; font-size:1.231em; } span.error { color:#e32113; display:block; padding:0px 8px 8px 8px; font-weight:bold; font-size:1.231em; } #sign-in, #your-account, #password-recovery, #success, #change-email, #change-password, #delete-account, #register, #boost, #boost1, #boost1-confirm, #boost2, #boost2-confirm, #select-location { display:none; } #popup .checkbox { width: 24px; height: 24px; padding: 0 15px 0 0; background: url('../img/checkbox.png') no-repeat; display: block; clear: left; float: left; position:relative; top:0px; } #newsletter { margin:10px 0; } #newsletter label{ line-height:150%; } #popup .checkbox:hover, #popup label:hover { cursor:pointer; } #popup p.download { font-size:0.923em; line-height:200%; } #success a.button { margin-top:12px; } #account-details { color:#fff; font-size:1.077em; margin:12px 0; } #account-details span { display:block; line-height:1.714em; } #account-details span span { display:inline; color:#b2b2b2; } img.spinner { margin-top:7px; margin-left:9px; } /*Backgrounds*/ #spark-bg { background:url('../img/top-spark.jpg') no-repeat center 0; height:438px; width:100%; position:absolute; top:0; left:0; z-index:-1; } #dashboard #container { background:url('../img/dashboard-gradients.png') no-repeat 0 0; } #logged-out #top-bg { background:url('../img/top-gradient.png') no-repeat 0 0; } #logged-out #container { background:url('../img/home-gradients.png') no-repeat 0 0; } /*Dashboard*/ #dashboard #main-menu li { width:150px; } #dashboard #logo { margin-top:23px; } #dashboard #main-menu { margin-top:75px; } #dashboard #masthead, #personal #masthead { padding-bottom:35px; overflow:auto; } #dashboard #global-spark, #personal #global-spark { border-top:0px; padding-top:0px; } #main-info { clear:both; border-top:1px solid #403c3c; padding:25px 0; position:relative; z-index:200; } #main-info h1 { font-size:3.692em; color:#ffd40d; font-weight:bold; line-height:50%; margin:0.4em 0 0.15em 0; max-width:55%; } #user-info { font-size:1.846em; color:#df731b; font-weight:bold; } #user-info span { font-size:50%; font-weight:normal; color:#999999; } #user-details { float:right; margin-top:-65px; font-size:1.077em; color:#fff; line-height:1.6em; } #user-details span { display:block; } #user-details span span { display:inline; color:#999; } #parent-user, #home-location { display:block; } #parent-user span { color:#999; } #edit-account { color:#999; font-size:85.7%; } #stats, #badges { border-top:1px solid #403c3c; padding:35px 0 30px 0; position:relative; } #stats { z-index:100; overflow:visible; min-height:420px; } #badges { z-index:200; overflow:visible; } #badges.no-badges { display:none; } div.section-header { margin-bottom:23px; } div.section-header h3 { font-size:1.846em; } div.section-header p { font-size:1.231em; line-height:1.6em; } #stats .column { float:left; width:300px; margin-right:20px; } #stats .column.last { width:310px; margin-right:0px; } #spark-graphic { height:229px; background:url('../img/ruler.png') no-repeat 0 0; margin-bottom:35px; overflow:visible; position:relative; z-index:0; } #spark-graphic canvas { position:absolute; top:-170px; left:-50%; } #spark-graphic .placeholder { padding-top:225px; margin-left:150px; width:300px; height:173px; } .placeholder.level-1 { background:url('../img/ie/your-spark-1.png') no-repeat center bottom; } .placeholder.level-2 { background:url('../img/ie/your-spark-2.png') no-repeat center bottom; } .placeholder.level-3 { background:url('../img/ie/your-spark-3.png') no-repeat center bottom; } .placeholder.level-4 { background:url('../img/ie/your-spark-4.png') no-repeat center bottom; } .placeholder.level-5 { background:url('../img/ie/your-spark-4.png') no-repeat center bottom; } p.legend { line-height:2em; font-size:0.923em; } #total-shares, #longest-chain { float:left; width:50%; margin-bottom:50px; } span.count { font-size:2.769em; color:#fff; font-weight:bold; } span.label { display:block; color:#ffd40d; font-size:1.231em; font-weight:bold; } #activation { margin-bottom:50px; clear:both; } #activation div { float:left; width:25%; } #activation span.upper-label { display:block; text-transform:uppercase; font-size:0.923em; color:#999; font-family:'Times New Roman', sans-serif; } #share-history { margin-bottom:10px; } #share-history .label { margin-top:8px; } canvas#history { background:url('../img/graph1-bg.png') repeat 0 0; height:86px; width:310px; } #minimap { background:url('../img/minimap.png') no-repeat 0 1px; height:174px; width:310px; } #tooltip { position:absolute; min-width:50px; background:#212020; border:2px solid #ffd40d; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; box-shadow:inset 1px 1px 1px rgba(0,0,0,0.75), 6px 5px 10px rgba(0,0,0,0.75); text-align:center; color:#fff; padding:7px 10px; display:none; z-index:10000; } #tooltip-arrow { position:relative; left:50%; height:22px; width:28px; background:url('../img/tooltip-arrow.png') no-repeat 0 0; margin:0 0 -22px -14px; top:-24px; } #tooltip span { color:#fff; } /*Badges*/ #badges-list { margin-left:-10px; overflow:visible; } li.badge { float:left; margin:0px 0px 13px 10px; position:relative; } li.badge:hover { cursor:pointer; } li.badge .badge-icon { height:70px; width:70px; } li.badge .badge-icon img { height:70px; width:70px; } li.badge .star { position:absolute; height:30px; width:30px; top:-1px; right:-9px; display:none; background:url('../img/spritesheet.png') no-repeat -100px -300px; pointer-events:none; } li.badge.new .star { display:block; } #badges-legend { clear:both; padding-top:10px; } #new-icon { background:url('../img/spritesheet.png') no-repeat -100px -300px; height:30px; width:30px; display:inline-block; } #badges-legend span { font-size:0.923em; position:relative; top:-13px; } div.badge-popup { width:386px; border:2px solid #ffd40d; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; background:url('../img/badge-popup-bg.png') repeat 0 0; box-shadow:inset 1px 1px 1px rgba(0,0,0,0.75), 4px 6px 10px rgba(0,0,0,0.75); min-height:200px; position:absolute; bottom:93px; padding:12px; display:none; } div.badge-popup:hover { cursor:default; } div.badge-popup .badge-img { margin-top:7px; height:143px; width:143px; background:url('../img/badges143x143.png') no-repeat; } div.badge-popup .badge-sharing { display:block; } div.badge-sharing span { display:block; font-size:0.923em; text-transform:uppercase; color:#fff; padding-top:15px; font-family:'Times New Roman', sans-serif; } div.badge-sharing a { float:left; display:block; height:40px; width:40px; margin:10px 4px 0 4px; } div.badge-sharing a.email { background:url('../img/spritesheet.png') no-repeat 0px -150px; margin-left:-2px; } div.badge-sharing a.facebook { background:url('../img/spritesheet.png') no-repeat -50px -150px; } div.badge-sharing a.twitter { background:url('../img/spritesheet.png') no-repeat -100px -150px; } div.badge-popup .badge-copy { float:right; width:230px; } div.badge-copy h4 { font-size:1.385em; font-weight:bold; line-height:1.8em; } div.badge-copy .unlock-date { color:#ffd40d; font-size:0.923em; line-height:2em; } div.badge-copy p { font-size:1.231em; line-height:1.6em; } div.badge-popup .arrow { height:30px; width:26px; background:url('../img/spritesheet.png') no-repeat -100px -50px; position:absolute; bottom:-30px; left:21px; } li.nb8 .badge-popup { left:-25px; } li.nb8 .arrow { left:45px; } li.nb9 .badge-popup { left:-105px; } li.nb9 .arrow { left:125px; } li.nb10 .badge-popup { left:-185px; } li.nb10 .arrow { left:205px; } li.nb11 .badge-popup { left:-265px; } li.nb11 .arrow { left:285px; } li.nb12 .badge-popup { left:-345px; } li.nb12 .arrow { left:365px; } /*Challenges*/ #challenges-list li { border-top:1px solid #ffd40d; font-size:1.846em; font-weight:bold; line-height:2.458em; color:#fff; } span.challenges-count { float:right; color:#999; } span.challenges-count.complete { color:#ffd40d; } span.challenges-count.complete span { color:inherit; } span.challenges-count span { color:#fff; } .level.locked { color:#999; } .level.locked .challenges-count { display:none; } span.locked-message { display:none; color:#999; float:right; font-weight:normal; font-size:66.67%; padding-right:1.5em; } .level.locked .locked-message { display:inline; } div.lock { display:none; } .level.locked div.lock { display:block; width:50px; height:50px; float:right; background:url('../img/spritesheet.png') no-repeat -50px -435px; } #challenges-list li.last { border-bottom:1px solid #ffd40d; } #challenges-list .arrow { height:59px; width:50px; float:left; background:url('../img/spritesheet.png') no-repeat 15px -385px; margin:0 10px; } #challenges-list li.open .arrow { background:url('../img/spritesheet.png') no-repeat -40px -377px; } div.level { overflow:hidden; } div.level:hover { cursor:pointer; } div.level.locked:hover { cursor:default; } #challenges-list .level-details { display:none; width:710px; } #challenges-list .level-details li { margin-top:0; font-size:0.667em; line-height:1.5em; border-top:0px; border-bottom:1px solid #403c3c; font-weight:normal; padding:0.3em 0; } #challenges-list .level-details li:first-child { border-top:1px solid #403c3c; } #challenges-list .level-details span.title { font-weight:bold; } #challenges-list .level-details li p { color:#999; width:650px; } #challenges-list .level-details .checkbox { float:left; height:50px; width:50px; background:url('../img/spritesheet.png') no-repeat -88px -338px; margin:0 10px; } #challenges-list .level-details li.complete .checkbox { background:url('../img/spritesheet.png') no-repeat -88px -388px; } #challenges-list .level-details li img { float:right; height:40px; width:40px; margin:-43px 14px 0 0; } #challenges-list .easter-eggs span.title, #challenges-list .level-details.easter-eggs p { color:#ffd40d; } /* Share your Spark*/ #share a.button { float:right; font-size:75%; min-width:188px; } #personal-link a { float:right; display:block; } /* Personal Page - logged out*/ #personal #stats { padding-top:1px; border-top:0px; min-height:450px; } #personal #main-info { border-bottom:1px solid #403C3C; overflow:auto; padding:15px 0; } #personal #download { padding-top:70px; } #personal #container{ background:url('../img/personal-gradients.png') no-repeat 0 0; } #remember { float:right; display:block; margin-top:-90px; padding:20px 16px; background:#ffd40d; color:#000; font-size:1.385em; width:390px; line-height:1.6em; } #remember span { font-weight:bold; } /* Personal Page - logged in */ .logged-in .user-info, .error404 .user-info { font-size:1.231em; color:#fff; padding-left:360px; line-height:1.125em; } .logged-in .user-info span, .error404 .user-info span { color:#999; font-size:75%; display:block; } .logged-in #global-spark .button { margin-top:20px; } #personal.logged-in #stats { padding-top:35px; min-height:390px; } /*Video player*/ #video-player { position:fixed; left:50%; top:50%; background:rgba(16,14,14,0.8); display:none; z-index:9999; border:1px solid #363333; width:640px; padding:25px; } .video-player-no-flash { line-height:150%; font-size:1.231em; } .video-player-no-flash p { margin-bottom:1em; color:#fff; } #video-player div { position:relative; } #video-player img { position:absolute; top:-37px; right:-37px; z-index:2000; } #video-player img:hover { cursor:pointer; } /*Error pages*/ #error-page { position:relative; z-index:10000; } /*Dashboard instructions*/ #instructions.column { width:530px; margin-right:0; margin-left:100px; } #instructions .section-header { margin-bottom:0; } #instructions p { font-size:1.231em; line-height:150%; } .instruction { background:url('../img/instructions.png') no-repeat; } .step1 { background-position:0 34px; height:80px; } .step2 { background-position:0 -47px; height:100px; } .step3 { background-position:0 -143px; height:140px; } .step4 { color:#fff; } /*Desktop boost*/ #popup h4 { font-size:1.231em; color:#fff; padding-top:20px; margin-bottom:-10px; } #popup .cta { font-weight:bold; font-size:1.077em; padding-top:0; margin-bottom:0; background:url('../img/big-arrow.png') no-repeat 97% center; } #popup .cta a { color:#fff; padding:20px 0; display:block; margin:2px 0; padding-left:10px; } #popup .cta a:active { background:rgba(255,255,255,0.2); } #popup a.right-button { float:left; width:44%; } #popup .disclaimer { margin:10px 0; } #location-result { padding:20px 0; border-top:1px solid #404040; border-bottom:1px solid #404040; } #checkmark { height:50px; background:url('../img/checkmark.png') no-repeat 15px center rgba(119,225,24,0.5); margin-bottom:20px; } #your-location { font-size:1.005em; font-weight:bold; color:#b2b2b2; } #your-location span { display:block; font-size:125%; color:#fff; } #select-location-form-citylist { width:100%; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; border:1px solid #6b6767; background:#100e0e; color:#fff; font-size:1.077em; font-weight:normal; padding:8px 5px; margin:10px 0; height:34px; } #select-location-form-citylist option { padding:5px 10px; } #popup form#choose-location { margin-top:0; } #from-website { margin:10px 0; } #from-website label { position:relative; top:3px; } #boost2-result-parent, #boost2-result-solo, #location-error, #location-result { margin-top:30px; } /*404 page*/ .error404 h3 { margin-top:1em; } /* FAQ */ #faq ol { font-size:1.231em; } #faq ol li { margin-top:20px; } #faq ol li:first-child { margin-top:0px; } #faq ol p { color:#999; line-height:1.6em; } #faq ol span { font-weight:bold; color:#fff; }
media/css/screen.css
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;} /* YUI CSS font */ body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;} /*Modernizr*/ .no-cssgradients a.button, .no-cssgradients button.right-button { background:url('../img/spritesheet.png') repeat-x 0 -200px; } .no-cssgradients a.button:hover, .no-cssgradients button.right-button:hover { border-top:1px solid #feed9b; background:#fee779; } .no-cssgradients a.button.grey, a.button.left-button { background:url('../img/spritesheet.png') repeat-x 0 -250px; } .no-cssgradients a.button.grey:hover, .no-cssgradients a.button.left-button:hover { background:#e3e3e3; border-top:1px solid #ececec; } .no-opacity #mask, .no-opacity #mask-noclick { background:url('../img/ie/mask.png') repeat; } .no-opacity #popup, .no-opacity #video-player { background:url('../img/ie/popup.png') repeat; } /*Basic Rules*/ html { background:url('../img/bg.png') repeat #000; } #wrapper { width:950px; margin:0 auto; } div.section { clear:both; padding-bottom:70px; overflow:auto; } div.column { float:left; } div.left-column { width:190px; padding-right:50px; } div.middle-column { width:340px; padding-right:10px; } div.right-column { width:350px; padding-left:10px; } div.wide-column { width:710px; } div.sub-section { padding:30px 0; border-top:1px solid #ffd40d; font-size:1.231em; line-height:1.6em; } div.sub-section.first { padding-top:15px; border-top:0px; } .serif { font-family:'WarnockPro', 'Times New Roman', sans-serif; } a.button { display:block; border-top:1px solid #ffe670; background:-moz-linear-gradient(90deg, #ffdd2f, #ffd908); background:-webkit-gradient(linear, center top, center bottom, from(#ffdd2f), to(#ffd908)); line-height:35px; color:#000; font-size:1.231em; font-weight:bold; padding-left:12px; } a.button:hover { border-top:1px solid #feed9b; background:#fee779; color:#000; cursor:pointer; } .back-to-top { margin-bottom:70px; color:#403c3c; } .back-to-top div { float:left; } .back-to-top div div { float:none; } .left-line, .right-line { border-top:1px solid #403c3c; position:relative; top:11px; width:40%; } .back-to-top .copy { text-align:center; font-size:1.231em; width:20%; } div.copy a { display:inline-block; padding:0px 12px; color:inherit; } div.copy a:hover { color:#fee779; } div.copy .arrow { display:inline-block; height:6px; width:10px; background:url('../img/spritesheet.png') no-repeat 0px -50px; position:relative; top:-2px; } div.clearfix { clear:both; } img.preload { display:none; } /* Typography and Colors */ body { font-family:'Helvetica Neue', Helvetica, Arial, sans-serif; color:#999; } .title { color:#fff; } h3 { font-size:2.769em; font-weight:bold; color:#ffd40d; line-height:1.1em; } .left-column p { color:#999; font-style:italic; font-weight:normal; font-size:1.231em; font-family:'Warnock Pro', 'Times New Roman', serif; line-height:150%; } h4 { color:#fff; font-weight:bold; } .column ul li { margin-top:55px; } .column ul li.first { margin-top:0; } a { text-decoration:none; color:#ffd40d; } a:hover { color:#fee779; cursor:pointer; } a:active { color:#ffd40d; } a:active, a:focus { border:0px; outline:0px; } /* Masthead */ #masthead { padding:20px 0; position:relative; } #visit-mozilla { display:block; width:118px; height:49px; background:url('../img/spritesheet.png') no-repeat 0 0; position:absolute; right:0px; top:0px; } #have-account, #js-warning, #create-account { font-size:1.231em; color:#a9aaaa; text-align:center; line-height:150%; } #js-warning, #create-account { margin-bottom:0.5em; } #have-account { display:none; } #js-warning { display:block; } .js #js-warning { display:none; } .js #have-account, .js #create-account { display:block; text-align:left; padding-left:360px; } #logo { width:285px; height:110px; float:left; font-size:2.5em; color:#d54203; font-weight:bold; } ul#main-menu { float:right; margin-top:30px; } #main-menu li { float:left; color:#fff; font-weight:bold; width:190px; border-top:3px solid #ffd40d; margin-left:10px; font-size:1.385em; } #main-menu li a { color:#fff; display:block; padding-top:10px; } #main-menu li a:hover, #main-menu li a:hover span { color:#ffd40d; } #main-menu li a:active, #main-menu li a:active span { color:#fee779; } #main-menu li span { display:block; color:#ccc; font-weight:normal; font-size:0.8em; font-style:italic; padding-top:0.5em; line-height:1.3em; font-family:'WarnockPro', 'Times New Roman', sans-serif; } /*Main content*/ #headline { padding:70px 0; clear:both; } #headline h1 { color:#ffd40d; font-size:4.615em; font-weight:bold; line-height:50%; margin:0.35em 0 0.2em 0; } #headline h1 span { font-size:60%; } #main-info h1 span { font-size:50%; } #headline h3 { color:#df731b; font-size:1.846em; font-weight:normal; } #headline p { font-size:1.231em; line-height:1.6em; } /*Global Spark*/ #global-spark { padding-top:70px; border-top:1px solid #403c3c; } #global-spark .wide-column { font-size:1.231em; line-height:1.5em; } #global-spark .wide-column p { min-height:70px; } #globalmap { clear:both; height:480px; background:url('../img/map.jpg') no-repeat 0 0; margin:40px 0; } #dashboard #globalmap { background:url('../img/map.png') no-repeat 0 0; } #global-spark a.button { float:right; min-width:256px; } /*Random stats list*/ #random-stats { overflow:auto; } #random-stats li { float:left; width:220px; margin-left:20px; } #random-stats li.first { margin-left:0px; } #random-stats span.count { display:block; color:#df731b; margin-bottom:12px; font-size:2.769em; font-weight:bold; } #random-stats li span.title { font-size:1.077em; color:#fff; font-weight:bold; display:block; } #random-stats li p { line-height:1.5em; margin-top:5px; font-size:1.077em; } /* Slider */ #slider { width:910px; margin-left:20px; height:20px; background:#222; } #slider a.ui-slider-handle { display:block; height:38px; width:38px; background:#333; border:1px solid #000; position:relative; top:-9px; margin-left:-20px; outline:0px; } #slider a:active, #slider a:visited { border:none; text-decoration:none; outline:0px; } /* Features */ ul.features-list li { font-size:1.231em; margin-top:55px; line-height:1.6em; } #learn a.button { margin-top:20px; } /*Get Firefox (download)*/ div.sub-section .title { font-weight:bold; } div.sub-section h4 { font-size:1.5em; line-height:1.5em; } #qrcode { float:right; margin-left:20px; } #spread-the-word { float:right; } #spread-the-word a { float:left; height:50px; width:50px; margin-left:10px; } #email { background:url('../img/spritesheet.png') no-repeat 0 -100px; } .facebook { background:url('../img/spritesheet.png') no-repeat -50px -100px; } .twitter { background:url('../img/spritesheet.png') no-repeat -100px -100px; } #copylink.hover { cursor:pointer; } #copylink.active { background:#fee779; } /*About us*/ #about p { padding:15px 0; font-size:1.231em; line-height:1.6em; } #about a.button { display:inline-block; float:none; min-width:256px; margin-left:-10px; } /*Footer*/ #footer { padding:36px 0; border-top:1px solid #403c3c; overflow:auto; } #footer a { font-size:1.077em; margin:0 10px; } #footer a.first { margin-left:0; } #license { float:right; font-size:0.923em; color:#666; text-align:right; line-height:1.6em; max-width:430px; } #license a { margin:0; } /*Sign-in popup*/ #mask, #mask-noclick { position:absolute; z-index:9000; top:0; left:0; background:rgba(0,0,0,0.7); display:none; } #mask:hover { cursor:pointer; } #popup { position:fixed; left:50%; top:50%; background:rgba(16,14,14,0.8); display:none; z-index:9999; border:1px solid #363333; padding:20px 25px; width:350px; } #popup h3 { color:#fff; font-size:2.769em; border-bottom:3px solid #ffd40d; font-weight:bold; padding-bottom:20px; } #popup h3.noborder { border-bottom:0; } #popup p.legend { color:#b2b2b2; font-style:italic; font-family:'WarnockPro', 'Times New Roman', sans-serif; font-size:1.385em; line-height:133%; padding:20px 0; } hr { height:1px; background:#404040; border:none; margin:0; padding:0; } button { font-family:'Helvetica Neue', Helvetica, 'MgOpenModerna', Arial, sans-serif; width:48%; display:block; float:left; text-align:left; font-weight:bold; height:36px; border:0; border-radius:0; font-size:1.231em; color:#000; padding-left:14px; } button:hover { cursor:pointer; } #popup a.button { width:336px; padding-left:14px; } #popup a.button.left-button { width:44%; float:left; } #popup #your-account a.button { margin:12px 0; } .left-button, .button.left-button, a.button.grey { margin:13px 2% 20px 0px; border-top:1px solid #e7e7e7; background:-moz-linear-gradient(90deg, #c5c5c5, #acacac); background:-webkit-gradient(linear,center top, center bottom, from(#c5c5c5), to(#acacac)); } .left-button:hover, .left-button:active, .left-button:focus, #popup a.button.left-button:hover, a.button.grey:active, a.button.grey:hover, a.button.grey:focus { border-top:1px solid #ececec; background:-moz-linear-gradient(90deg, #e3e3e3, #d3d3d3); background:-webkit-gradient(linear,center top, center bottom, from(#e3e3e3), to(#d3d3d3)); } .right-button { border:0; margin:13px 0px 20px 2%; border-top:1px solid #ffe87d; background:-moz-linear-gradient(90deg, #ffd825, #e5bf0c); background:-webkit-gradient(linear,center top, center bottom, from(#ffd825), to(#e5bf0c)); } .right-button:hover, .right-button:active, .right-button:focus { border-top:1px solid #fef2b8; background:-moz-linear-gradient(90deg, #ffec95, #f2de7f); background:-webkit-gradient(linear,center top, center bottom, from(#ffec95), to(#f2de7f)); } div.input-wrapper { border:1px solid #e9e9e9; background:-moz-linear-gradient(90deg, #e7e7e7, #fefefe); background:-webkit-gradient(linear,center top, center bottom, from(#e7e7e7), to(#fefefe)); margin-top:12px; box-shadow:inset 0px 1px 0px #979797, inset 0px 2px 0px #c4c4c4, inset 0px 3px 0px #e3e3e3; position:relative; } .no-cssgradients .input-wrapper { background:#e7e7e7; } div.input-wrapper.error { background:-moz-linear-gradient(90deg, #d4b6ad, #eccec5); background:-webkit-gradient(linear,center top, center bottom, from(#d4b6ad), to(#eccec5)); box-shadow:inset 0px 1px 0px #8d7973, inset 0px 2px 0px #b0968f, inset 0px 3px 0px #c8aca4; } .no-css-gradients .input-wrapper.error { background:#d4d6ad; } div.input-wrapper:first-child { margin-top:0; } #popup input[type=text], input[type=email], input[type=password] { display:block; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; width:333px; color:#666; font-size:1.231em; background:transparent; border:0; padding:12px 0 12px 15px; } span.placeholder { display:block; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; width:330px; color:#666; font-size:1.231em; background:transparent; border:0; padding:12px 0 12px 15px; pointer-events:none; } #popup form { margin-top:24px; } a#forgot-password { font-weight:bold; text-decoration:none; padding:20px 0; display:inline-block; font-size:1.231em; } span.error { color:#e32113; display:block; padding:0px 8px 8px 8px; font-weight:bold; font-size:1.231em; } #sign-in, #your-account, #password-recovery, #success, #change-email, #change-password, #delete-account, #register, #boost, #boost1, #boost1-confirm, #boost2, #boost2-confirm, #select-location { display:none; } #popup .checkbox { width: 24px; height: 24px; padding: 0 15px 0 0; background: url('../img/checkbox.png') no-repeat; display: block; clear: left; float: left; position:relative; top:0px; } #newsletter { margin:10px 0; } #newsletter label{ line-height:150%; } #popup .checkbox:hover, #popup label:hover { cursor:pointer; } #popup p.download { font-size:0.923em; line-height:200%; } #success a.button { margin-top:12px; } #account-details { color:#fff; font-size:1.077em; margin:12px 0; } #account-details span { display:block; line-height:1.714em; } #account-details span span { display:inline; color:#b2b2b2; } img.spinner { margin-top:7px; margin-left:9px; } /*Backgrounds*/ #spark-bg { background:url('../img/top-spark.jpg') no-repeat center 0; height:438px; width:100%; position:absolute; top:0; left:0; z-index:-1; } #dashboard #container { background:url('../img/dashboard-gradients.png') no-repeat 0 0; } #logged-out #top-bg { background:url('../img/top-gradient.png') no-repeat 0 0; } #logged-out #container { background:url('../img/home-gradients.png') no-repeat 0 0; } /*Dashboard*/ #dashboard #main-menu li { width:150px; } #dashboard #logo { margin-top:23px; } #dashboard #main-menu { margin-top:75px; } #dashboard #masthead, #personal #masthead { padding-bottom:35px; overflow:auto; } #dashboard #global-spark, #personal #global-spark { border-top:0px; padding-top:0px; } #main-info { clear:both; border-top:1px solid #403c3c; padding:25px 0; position:relative; z-index:200; } #main-info h1 { font-size:3.692em; color:#ffd40d; font-weight:bold; line-height:50%; margin:0.4em 0 0.15em 0; max-width:55%; } #user-info { font-size:1.846em; color:#df731b; font-weight:bold; } #user-info span { font-size:50%; font-weight:normal; color:#999999; } #user-details { float:right; margin-top:-65px; font-size:1.077em; color:#fff; line-height:1.6em; } #user-details span { display:block; } #user-details span span { display:inline; color:#999; } #parent-user, #home-location { display:block; } #parent-user span { color:#999; } #edit-account { color:#999; font-size:85.7%; } #stats, #badges { border-top:1px solid #403c3c; padding:35px 0 30px 0; position:relative; } #stats { z-index:100; overflow:visible; min-height:420px; } #badges { z-index:200; overflow:visible; } #badges.no-badges { display:none; } div.section-header { margin-bottom:23px; } div.section-header h3 { font-size:1.846em; } div.section-header p { font-size:1.231em; line-height:1.6em; } #stats .column { float:left; width:300px; margin-right:20px; } #stats .column.last { width:310px; margin-right:0px; } #spark-graphic { height:229px; background:url('../img/ruler.png') no-repeat 0 0; margin-bottom:35px; overflow:visible; position:relative; z-index:0; } #spark-graphic canvas { position:absolute; top:-170px; left:-50%; } #spark-graphic .placeholder { padding-top:225px; margin-left:150px; width:300px; height:173px; } .placeholder.level-1 { background:url('../img/ie/your-spark-1.png') no-repeat center bottom; } .placeholder.level-2 { background:url('../img/ie/your-spark-2.png') no-repeat center bottom; } .placeholder.level-3 { background:url('../img/ie/your-spark-3.png') no-repeat center bottom; } .placeholder.level-4 { background:url('../img/ie/your-spark-4.png') no-repeat center bottom; } .placeholder.level-5 { background:url('../img/ie/your-spark-4.png') no-repeat center bottom; } p.legend { line-height:2em; font-size:0.923em; } #total-shares, #longest-chain { float:left; width:50%; margin-bottom:50px; } span.count { font-size:2.769em; color:#fff; font-weight:bold; } span.label { display:block; color:#ffd40d; font-size:1.231em; font-weight:bold; } #activation { margin-bottom:50px; clear:both; } #activation div { float:left; width:25%; } #activation span.upper-label { display:block; text-transform:uppercase; font-size:0.923em; color:#999; font-family:'Times New Roman', sans-serif; } #share-history { margin-bottom:10px; } #share-history .label { margin-top:8px; } canvas#history { background:url('../img/graph1-bg.png') repeat 0 0; height:86px; width:310px; } #minimap { background:url('../img/minimap.png') no-repeat 0 1px; height:174px; width:310px; } #tooltip { position:absolute; min-width:50px; background:#212020; border:2px solid #ffd40d; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; box-shadow:inset 1px 1px 1px rgba(0,0,0,0.75), 6px 5px 10px rgba(0,0,0,0.75); text-align:center; color:#fff; padding:7px 10px; display:none; z-index:10000; } #tooltip-arrow { position:relative; left:50%; height:22px; width:28px; background:url('../img/tooltip-arrow.png') no-repeat 0 0; margin:0 0 -22px -14px; top:-24px; } #tooltip span { color:#fff; } /*Badges*/ #badges-list { margin-left:-10px; overflow:visible; } li.badge { float:left; margin:0px 0px 13px 10px; position:relative; } li.badge:hover { cursor:pointer; } li.badge .badge-icon { height:70px; width:70px; } li.badge .badge-icon img { height:70px; width:70px; } li.badge .star { position:absolute; height:30px; width:30px; top:-1px; right:-9px; display:none; background:url('../img/spritesheet.png') no-repeat -100px -300px; pointer-events:none; } li.badge.new .star { display:block; } #badges-legend { clear:both; padding-top:10px; } #new-icon { background:url('../img/spritesheet.png') no-repeat -100px -300px; height:30px; width:30px; display:inline-block; } #badges-legend span { font-size:0.923em; position:relative; top:-13px; } div.badge-popup { width:386px; border:2px solid #ffd40d; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; background:url('../img/badge-popup-bg.png') repeat 0 0; box-shadow:inset 1px 1px 1px rgba(0,0,0,0.75), 4px 6px 10px rgba(0,0,0,0.75); min-height:200px; position:absolute; bottom:93px; padding:12px; display:none; } div.badge-popup:hover { cursor:default; } div.badge-popup .badge-img { margin-top:7px; height:143px; width:143px; background:url('../img/badges143x143.png') no-repeat; } div.badge-popup .badge-sharing { display:block; } div.badge-sharing span { display:block; font-size:0.923em; text-transform:uppercase; color:#fff; padding-top:15px; font-family:'Times New Roman', sans-serif; } div.badge-sharing a { float:left; display:block; height:40px; width:40px; margin:10px 4px 0 4px; } div.badge-sharing a.email { background:url('../img/spritesheet.png') no-repeat 0px -150px; margin-left:-2px; } div.badge-sharing a.facebook { background:url('../img/spritesheet.png') no-repeat -50px -150px; } div.badge-sharing a.twitter { background:url('../img/spritesheet.png') no-repeat -100px -150px; } div.badge-popup .badge-copy { float:right; width:230px; } div.badge-copy h4 { font-size:1.385em; font-weight:bold; line-height:1.8em; } div.badge-copy .unlock-date { color:#ffd40d; font-size:0.923em; line-height:2em; } div.badge-copy p { font-size:1.231em; line-height:1.6em; } div.badge-popup .arrow { height:30px; width:26px; background:url('../img/spritesheet.png') no-repeat -100px -50px; position:absolute; bottom:-30px; left:21px; } li.nb8 .badge-popup { left:-25px; } li.nb8 .arrow { left:45px; } li.nb9 .badge-popup { left:-105px; } li.nb9 .arrow { left:125px; } li.nb10 .badge-popup { left:-185px; } li.nb10 .arrow { left:205px; } li.nb11 .badge-popup { left:-265px; } li.nb11 .arrow { left:285px; } li.nb12 .badge-popup { left:-345px; } li.nb12 .arrow { left:365px; } /*Challenges*/ #challenges-list li { border-top:1px solid #ffd40d; font-size:1.846em; font-weight:bold; line-height:2.458em; color:#fff; } span.challenges-count { float:right; color:#999; } span.challenges-count.complete { color:#ffd40d; } span.challenges-count.complete span { color:inherit; } span.challenges-count span { color:#fff; } .level.locked { color:#999; } .level.locked .challenges-count { display:none; } span.locked-message { display:none; color:#999; float:right; font-weight:normal; font-size:66.67%; padding-right:1.5em; } .level.locked .locked-message { display:inline; } div.lock { display:none; } .level.locked div.lock { display:block; width:50px; height:50px; float:right; background:url('../img/spritesheet.png') no-repeat -50px -435px; } #challenges-list li.last { border-bottom:1px solid #ffd40d; } #challenges-list .arrow { height:59px; width:50px; float:left; background:url('../img/spritesheet.png') no-repeat 15px -385px; margin:0 10px; } #challenges-list li.open .arrow { background:url('../img/spritesheet.png') no-repeat -40px -377px; } div.level { overflow:hidden; } div.level:hover { cursor:pointer; } div.level.locked:hover { cursor:default; } #challenges-list .level-details { display:none; width:710px; } #challenges-list .level-details li { margin-top:0; font-size:0.667em; line-height:1.5em; border-top:0px; border-bottom:1px solid #403c3c; font-weight:normal; padding:0.3em 0; } #challenges-list .level-details li:first-child { border-top:1px solid #403c3c; } #challenges-list .level-details span.title { font-weight:bold; } #challenges-list .level-details li p { color:#999; width:650px; } #challenges-list .level-details .checkbox { float:left; height:50px; width:50px; background:url('../img/spritesheet.png') no-repeat -88px -338px; margin:0 10px; } #challenges-list .level-details li.complete .checkbox { background:url('../img/spritesheet.png') no-repeat -88px -388px; } #challenges-list .level-details li img { float:right; height:40px; width:40px; margin:-43px 14px 0 0; } #challenges-list .easter-eggs span.title, #challenges-list .level-details.easter-eggs p { color:#ffd40d; } /* Share your Spark*/ #share a.button { float:right; font-size:75%; min-width:188px; } #personal-link a { float:right; display:block; } /* Personal Page - logged out*/ #personal #stats { padding-top:1px; border-top:0px; min-height:450px; } #personal #main-info { border-bottom:1px solid #403C3C; overflow:auto; padding:15px 0; } #personal #download { padding-top:70px; } #personal #container{ background:url('../img/personal-gradients.png') no-repeat 0 0; } #remember { float:right; display:block; margin-top:-90px; padding:20px 16px; background:#ffd40d; color:#000; font-size:1.385em; width:390px; line-height:1.6em; } #remember span { font-weight:bold; } /* Personal Page - logged in */ .logged-in .user-info, .error404 .user-info { font-size:1.231em; color:#fff; padding-left:360px; line-height:1.125em; } .logged-in .user-info span, .error404 .user-info span { color:#999; font-size:75%; display:block; } .logged-in #global-spark .button { margin-top:20px; } #personal.logged-in #stats { padding-top:35px; min-height:390px; } /*Video player*/ #video-player { position:fixed; left:50%; top:50%; background:rgba(16,14,14,0.8); display:none; z-index:9999; border:1px solid #363333; width:640px; padding:25px; } .video-player-no-flash { line-height:150%; font-size:1.231em; } .video-player-no-flash p { margin-bottom:1em; color:#fff; } #video-player div { position:relative; } #video-player img { position:absolute; top:-37px; right:-37px; z-index:2000; } #video-player img:hover { cursor:pointer; } /*Error pages*/ #error-page { position:relative; z-index:10000; } /*Dashboard instructions*/ #instructions.column { width:530px; margin-right:0; margin-left:100px; } #instructions .section-header { margin-bottom:0; } #instructions p { font-size:1.231em; line-height:150%; } .instruction { background:url('../img/instructions.png') no-repeat; } .step1 { background-position:0 34px; height:80px; } .step2 { background-position:0 -47px; height:100px; } .step3 { background-position:0 -143px; height:140px; } .step4 { color:#fff; } /*Desktop boost*/ #popup h4 { font-size:1.231em; color:#fff; padding-top:20px; margin-bottom:-10px; } #popup .cta { font-weight:bold; font-size:1.077em; padding-top:0; margin-bottom:0; background:url('../img/big-arrow.png') no-repeat 97% center; } #popup .cta a { color:#fff; padding:20px 0; display:block; margin:2px 0; padding-left:10px; } #popup .cta a:active { background:rgba(255,255,255,0.2); } #popup a.right-button { float:left; width:44%; } #popup .disclaimer { margin:10px 0; } #location-result { padding:20px 0; border-top:1px solid #404040; border-bottom:1px solid #404040; } #checkmark { height:50px; background:url('../img/checkmark.png') no-repeat 15px center rgba(119,225,24,0.5); margin-bottom:20px; } #your-location { font-size:1.005em; font-weight:bold; color:#b2b2b2; } #your-location span { display:block; font-size:125%; color:#fff; } #select-location-form-citylist { width:100%; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; border:1px solid #6b6767; background:#100e0e; color:#fff; font-size:1.077em; font-weight:normal; padding:8px 5px; margin:10px 0; height:34px; } #select-location-form-citylist option { padding:5px 10px; } #popup form#choose-location { margin-top:0; } #from-website { margin:10px 0; } #from-website label { position:relative; top:3px; } #boost2-result-parent, #boost2-result-solo, #location-error, #location-result { margin-top:30px; } /*404 page*/ .error404 h3 { margin-top:1em; } /* FAQ */ #faq ol { font-size:1.231em; } #faq ol li { margin-top:20px; } #faq ol li:first-child { margin-top:0px; } #faq ol p { color:#999; line-height:1.6em; } #faq ol span { font-weight:bold; color:#fff; }
0.22465
0.064183
h1, h2, h3, h4, h5, h6, p, ul { margin: 0; padding: 0; } body { color: #555; font-family: 'Raleway', sans-serif; } .product-main-container { /* position: relative; */ /* top: 112px; */ } .breadcrumbs-container { background-color: #f2f2f2; padding: 20px 0; } .breadcrumbs-inner-container { width: 75%; margin: 0 auto; } .breadcrumbs-container .col-left, .breadcrumbs-container .col-right { display: inline-block; } .breadcrumbs-container .col-right { float: right; } .breadcrumbs-container h1 { font-size: 24px; font-weight: 700; color: #444; font-family: 'Montserrat', sans-serif; } .breadcrumb { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: .75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #f2f2f2; border-radius: .25rem; padding: 0; margin: 0; } .breadcrumb a { color: #8d8d8d; font-family: 'Montserrat', sans-serif; ; } a:hover { text-decoration: none; } .breadcrumb .active-link { font-weight: 700; color: #8d8d8d; } /*-------------------------------------------*/ .product-container { width: 75%; margin: 0 auto; margin-top: 80px; margin-bottom: 80px; } .product-inner-container { display: flex; justify-content: space-between; } .product-image-container { /* background-color: #f2f2f2; */ width: 600px; height: 600px; } .product-image { width: 400px; height: 400px; /* background-color: aqua; */ position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); } .product-details-container { background-color: #fff; width: 600px; height: auto; margin-left: 40px; } .product-image img { width: 100%; height: 100%; } .product-name { margin-bottom: 20px; font-family: 'Montserrat', sans-serif; font-size: 20px; color: #3f3f3f; font-weight: 400; } .product-price-rating { display: flex; justify-content: space-between; flex-wrap: wrap; padding: 20px 0; border-top: 2px solid #f2f2f2; border-bottom: 2px solid #f2f2f2; } .total-price { border: none; } .striked-price { color: #ccc; text-decoration: line-through; font-family: 'Raleway', sans-serif; } .display-price { font-weight: 700; font-size: 20px; font-family: 'Raleway', sans-serif; } .product-rating { color: #8d8d8d; } .product-rating .color { color: #ee2424; } .product-buy { display: flex; justify-content: space-between; padding: 30px 0; } .product-quantity i { background-color: #f2f2f2; padding: 20px; border-radius: 50%; color: #8d8d8d; cursor: pointer; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; } .product-quantity i:hover { background-color: #e6e6e6; } .quantity-select { margin: 0 10px; color: #8d8d8d; font-weight: 700; padding: 0 10px; } .product-add-cart { background-color: #ee2424; padding: 15px 20px; border-radius: 30px; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; color: #f2f2f2; text-transform: uppercase; font-weight: 900; letter-spacing: 0.01rem; font-size: 13px; cursor: pointer; } .addtocartbtn :hover { background-color: #444; } .product-add-cart:hover { background-color: #444; } .category-head { font-weight: 700; color: #555; } .product-category { margin-top: 30px; } .product-category p { color: #8d8d8d; } .product-share { margin-top: 30px; } .product-share-content { background-color: #f2f2f2; color: #8d8d8d; padding: 15px 20px; width: 150px; text-align: center; border-radius: 30px; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; } .product-share a:hover .product-share-content { background-color: #e6e6e6; } .product-description { margin-top: 30px; padding: 20px 0; border-bottom: 2px solid #f2f2f2; } .description-title { cursor: pointer; } .product-description :nth-child(2) { margin-left: 20px; } .description-title { color: #8d8d8d; text-transform: uppercase; font-weight: 900; font-size: 13px; letter-spacing: 0.02rem; padding: 20px 0; } .product-description-details { margin-top: 20px; } .product-description-details h2 { font-size: 20px; margin-bottom: 20px; } .description-head { font-size: 14px; margin-bottom: 15px; font-family: 'Montserrat', sans-serif; font-weight: 700; } .description-content { color: #8d8d8d; /* font-size: 44px !important; */ } .add-info-table td { color: #8d8d8d; } .col-left-container { /*background-color: red;*/ width: 65% !important; float: left; } .cart-body-container { position: relative; } .col-right-container { /*background-color: blue;*/ width: 30%; float: right; /*background-color: #bfbfbf;*/ position: sticky; top: 0px; } .col-left-container, .col-right-container { display: inline-block; } .cart-body-left-container { /* background-color: blue; */ /*width: 70%;*/ } .cart-body-right-container { /* background-color: #f2f2f2; */ border: 2px solid #f2f2f2; width: 300px; padding: 20px; margin-top: 40px; text-align: center; float: right; margin-right: 10%; /* position: sticky; */ /* top: 100px; */ } .cart-body-right-container-content { /* background-color: red; */ /* width: 25%; */ /* margin: 0 auto; */ } .cart-body-left-container, .cart-body-right-container { display: inline-block; } .cart-main-container { width: 75%; margin: 0 auto; } .cart-body-parent-container { margin-top: 30px; margin: 0 auto; /* background-color: red; */ width: 75%; padding: 20px; h } /*----------------------------------- Other Products ------------------------*/ .other-products-container { /* background-color: red; */ width: 100%; margin: 0 auto; padding: 60px 0 100px 0; /* margin-bottom: 100px; */ } .other-products { display: flex; justify-content: center; flex-wrap: wrap; margin-top: 40px; /* background-color: red; */ } .other-product { margin: 30px; /* margin-top: 100px; */ /* width: 60%; */ width: 220px; /* background-color: red; */ } .other-product-image-container { width: 200px; height: 200px; /* width: 100%; */ /* height: 250px; */ /* background-color: red; */ margin: 0 auto; } .other-product-image-container img { width: 100%; height: 100%; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; } .other-product p { text-align: center; font-family: 'Montserrat', sans-serif; } .other-product-desc-price { text-align: center; } .other-product-price-cart { display: flex; justify-content: space-between; align-items: center; text-align: center; } .other-product-cart i { color: #ccc; background-color: #f2f2f2; padding: 10px; font-size: 14px; border-radius: 50%; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; } .other-product-cart i:hover { background-color: #ee2424; color: #f4f4f0; } .other-products-title { font-size: 24px; font-family: 'Montserrat', sans-serif; letter-spacing: 0.05rem; color: #3f3f3f; font-weight: 400; } .other-product-desc-price { font-weight: 700; color: #3f3f3f; } .other-product-desc { margin: 20px 0 5px 0; color: #8d8d8d; } .other-product-image-container:hover .other-product-image-inner-container img { transform: scale(1.2); } @media(max-width: 1250px) { .other-product-image-container { width: 150px; height: 150px; } } @media(max-width: 1000px) { .product-inner-container { flex-wrap: wrap; } .product-image-container, .product-details-container { width: 100%; margin: 0; } .product-details-container { margin-top: 50px; } .other-products { flex-wrap: wrap; } .other-product-image-container { width: 150px; height: 150px; } .product-image-container { /* background-color: #f2f2f2; */ width: 600px; height: 300px; } } @media(max-width: 994px) { .cart-body-right-container { /* background-color: green; */ /* width: 250px; */ /* float: none; position: relative; top: 0; left: 50%; transform: translateX(-10%); padding: 30px 0; */ width: 100%; /* background-color: red; */ display: flex; justify-content: center; margin: 30px 0; border: none; } } @media(max-width: 768px) { .cart-body-right-container { /* width: 250px; float: none; position: relative; top: 0; left: 30%; padding: 30px 0; */ width: 100%; /* background-color: red; */ display: flex; justify-content: center; margin: 0; margin: 30px 0; border: none; } } @media(max-width: 796px) { .other-product-image-container { width: 150px; height: 150px; } } @media(max-width: 660px) { .other-product-image-container { width: 150px; height: 150px; } } @media(max-width: 525px) { .other-product-image-container { width: 150px; height: 150px; } .other-product-image-inner-container { width: 100%; height: 100%; } .other-products { flex-wrap: wrap; justify-content: center; } .product-container { width: 90%; margin: 0 auto; margin-top: 80px; margin-bottom: 80px; } .breadcrumbs-inner-container { margin: 0; width: 100%; } .breadcrumbs-container .col-left, .breadcrumbs-container .col-right { display: block; text-align: center; width: 100%; } .breadcrumbs-container .col-right { /* float: right; */ /* padding-left: 20px; */ } .breadcrumbs-container .col-right { width: 100%; text-align: center; margin-top: 20px; } .breadcrumbs-container .col-right .breadcrumb { padding-left: 20px; } .other-product { margin: 0 auto; } } @media(max-width: 470px) { .product-rating { margin-top: 20px; } } @media(max-width: 445px) { .product-buy { flex-wrap: wrap; } .product-image-container { width: 300px; height: 300px; margin: 0 auto; } .product-image { width: 200px; height: 200px; background-color: aqua; position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); } } @media(max-width: 364px) { .product-add-cart { margin-top: 20px; } } @media(max-width: 348px) { .product-cart { margin-top: 20px; } .description-title { display: block; } .additional-info { margin: 0 !important; } .cart-body-right-container { /* background-color: green; */ /* width: 250px; float: none; position: relative; top: 0; left: 10%; transform: translateX(-10%); padding: 30px 0; */ width: 100%; /* background-color: red; */ display: flex; justify-content: center; margin: 0; margin: 30px 0; border: none; } } /*------------------------------------------------------------------------------------------------------------------*/ .cart-body-container { width: 75%; margin: 0 auto; padding: 100px 0; /* margin-bottom: 100px; */ } .cart-body-container .section-title, .billing-body-container .section-title { padding: 10px 0px; color: #8d8d8d; letter-spacing: 0.02rem; /* background-color: #f2f2f2; */ /* border-bottom: 2px solid #f2f2f2; */ } .section-sub-title h3 { text-transform: uppercase; font-size: 14px; font-weight: 700; color: #8d8d8d; text-align: center; } .section-title h3, .billing-body-container .section-title h3 { font-size: 20px; font-weight: 700; } .cart-body-container .col-left, .billing-body-container .col-left { margin: 0; padding: 0; } .cart-body-container .col-right { margin: 0; margin-left: 8%; padding: 0; } .cart-product-details { margin-top: 40px; display: flex; } .cart-product-image { /* min-width: 150px; max-width: 200px; min-height: 150px; max-height: 200px; */ width: 200px; height: 200px; } .cart-product-image img { width: 100%; height: 100%; } .cart-product-info { margin-left: 40px; width: 60%; } .cart-product-info h4 { font-size: 16px; font-family: 'Montserrat', sans-serif; } .cart-update-remove { display: flex; cursor: pointer; /* justify-content: space-around; */ /* background-color: red; */ } .cart-product-remove { margin-left: 0px; cursor: pointer; } .cart-product-details-section { margin-top: 20px; } .update-cart, .remove-product { background-color: #f2f2f2; color: #8d8d8d; padding: 10px 15px; border-radius: 30px; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; } .cart-update-remove a { color: #fff; font-size: 13px; /* font-weight: 700; */ } .update-cart:hover, .remove-product:hover { background-color: #e6e6e6; } .product-quantity i { padding: 10px; } .checkout-proceed { margin-top: 30px; } .checkout-proceed a, .continue-shopping a { color: #fff; font-weight: 700; /* line-height: 1rem; */ } .checkout-proceed-btn { background-color: #ee2424; padding: 15px 20px; border-radius: 30px; text-align: center; width: 250px; margin: 0 auto; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; } .checkout-proceed-btn:hover { background-color: #3f3f3f; } .continue-shopping-btn { background-color: #325c81; padding: 15px 20px; border-radius: 30px; text-align: center; width: 250px; margin: 0 auto; margin-top: 10px; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; } .continue-shopping-btn:hover { background-color: #3f3f3f; } .product-price { font-family: 'Montserrat', sans-serif !important; font-weight: 700; color: #8d8d8d; } .summary-details { padding-top: 20px; } .total-amt { font-size: 18px; } .empty-cart-msg { color: #8d8d8d; margin-top: 20px; } @media(max-width: 958px) { .cart-body-container { width: 95%; margin: 0 auto; padding: 80px 0; margin-bottom: 100px; } } @media(max-width: 768px) { .cart-body-container { width: 90%; margin: 0 auto; padding: 80px 0; margin-bottom: 100px; } .cart-body-container .col-right { margin: 0; margin: 0; margin-top: 60px; padding: 0; } .summary-details { width: 50%; margin: 0 auto; } .summary-details .product-price { text-align: center; } } @media(max-width: 505px) { .summary-details { width: 90%; margin: 0 auto; } } @media(max-width: 430px) { .cart-product-details { display: flex; flex-wrap: wrap; } .cart-product-info { margin-left: 40px; width: 90%; margin-top: 10px; } .cart-product-image { margin: 0 auto; display: block; } .cart-product-info { /* margin-left: 40px; */ width: 90%; display: block; text-align: center; margin: 0 auto; margin-top: 20px; } .cart-product-details { display: block; } .cart-update-remove { justify-content: center; } } @media(max-width: 325px) { .other-products { flex-wrap: wrap; } } /*---------------------------------------------------------------------------------------------------------------*/ .billing-body-container { width: 75%; margin: 0 auto; padding: 100px 0; /* background-color: green; */ font-family: 'Raleway', sans-serif; } .billing-body-container .col-left { /* background-color: red; */ } .billing-body-container .col-right { /* background-color: blue; */ } .billing-form-container { margin-top: 20px; } .billing-form-container .form-group { padding: 0; /* width:500px; */ } .billing-body-container input { font-family: 'Raleway', sans-serif; } .payment-method .section-title { margin-top: 30px; } .payment-method .payment-choose { margin: 20px 0 20px 0; font-size: 14px; font-family: 'Montserrat', sans-serif; color: #8d8d8d; } .login-form-container { padding: 50px 0; } .median { margin: 30px 0; text-align: center; } .cart-item-pic img { width: 100px; height: 100px; } .cart-item-price-container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; width: 100%; } .cart-item-name { margin: 0 10px 0 10px; width: 60%; text-align: left; } .cart-summary-container { margin-top: 20px; } .cart-summary-inner-container { display: flex; justify-content: space-between; align-items: center; } .cart-summary-inner-container .cart-price { font-family: 'Montserrat', sans-serif; font-weight: 700; margin-left: 10px; } .subtotal { /* background-color:red; */ margin-top: 20px; padding: 20px 0; border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; } .sub-total p { margin: 5px 0; } .sub-total-price p { margin: 5px 0; } .float-cont { text-align: right; } .grandtot { padding: 20px 0; } .subtotal .ship { margin-top: 10px; } .order-place { margin: 0 auto; margin-top: 40px; } .order-place-btn { background-color: #ee2424; width: 200px; padding: 15px 20px; border-radius: 30px; margin: 0 auto; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; } #quantity { /* border: none; */ width: 60px; border-radius: 5px; border-style: groove; } .order-place a { color: #f2f2f2; font-weight: 900; text-align: center; } .order-place .btn { background-color: #ee2424; border: none; } .order-place-btn:hover { background-color: #3f3f3f; } @media(max-width: 1170px) { .cart-item-name { text-align: left; } } @media(max-width: 1024px) { .billing-body-container { width: 95%; } } @media(max-width: 768px) { .billing-body-container .col-right { padding: 0; margin-top: 30px; } .billing-body-container { width: 90%; } } /*----------------------------------------------------------------------------------------*/ .final-body-container { height: 70vh; padding: 60px 0; } .final-message { text-align: center; } .footer, .final-footer {} .login-header { color: #8d8d8d; /* font-size: 20px; */ font-family: 'Montserrat', sans-serif; letter-spacing: 0.05rem; } .login-inline { display: flex; justify-content: space-between; flex-wrap: wrap; } .login-submit { margin: 0 auto !important; width: 100px; } .btn-md { margin: 0 auto; text-align: center; width: 100px; background-color: green; } .table-head { margin-bottom: 20px; font-size: 18px; font-weight: 700; } .table thead th { color: #555; text-align: center; } .table tbody td { text-align: center; } .acc-form { /* background-color: #f2f2f2; */ margin-top: 30px; } .btn-acc { background-color: #da1818; border: none; color: #fff; }
public/frontEnd/dthdesk/css/product_style.css
h1, h2, h3, h4, h5, h6, p, ul { margin: 0; padding: 0; } body { color: #555; font-family: 'Raleway', sans-serif; } .product-main-container { /* position: relative; */ /* top: 112px; */ } .breadcrumbs-container { background-color: #f2f2f2; padding: 20px 0; } .breadcrumbs-inner-container { width: 75%; margin: 0 auto; } .breadcrumbs-container .col-left, .breadcrumbs-container .col-right { display: inline-block; } .breadcrumbs-container .col-right { float: right; } .breadcrumbs-container h1 { font-size: 24px; font-weight: 700; color: #444; font-family: 'Montserrat', sans-serif; } .breadcrumb { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: .75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #f2f2f2; border-radius: .25rem; padding: 0; margin: 0; } .breadcrumb a { color: #8d8d8d; font-family: 'Montserrat', sans-serif; ; } a:hover { text-decoration: none; } .breadcrumb .active-link { font-weight: 700; color: #8d8d8d; } /*-------------------------------------------*/ .product-container { width: 75%; margin: 0 auto; margin-top: 80px; margin-bottom: 80px; } .product-inner-container { display: flex; justify-content: space-between; } .product-image-container { /* background-color: #f2f2f2; */ width: 600px; height: 600px; } .product-image { width: 400px; height: 400px; /* background-color: aqua; */ position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); } .product-details-container { background-color: #fff; width: 600px; height: auto; margin-left: 40px; } .product-image img { width: 100%; height: 100%; } .product-name { margin-bottom: 20px; font-family: 'Montserrat', sans-serif; font-size: 20px; color: #3f3f3f; font-weight: 400; } .product-price-rating { display: flex; justify-content: space-between; flex-wrap: wrap; padding: 20px 0; border-top: 2px solid #f2f2f2; border-bottom: 2px solid #f2f2f2; } .total-price { border: none; } .striked-price { color: #ccc; text-decoration: line-through; font-family: 'Raleway', sans-serif; } .display-price { font-weight: 700; font-size: 20px; font-family: 'Raleway', sans-serif; } .product-rating { color: #8d8d8d; } .product-rating .color { color: #ee2424; } .product-buy { display: flex; justify-content: space-between; padding: 30px 0; } .product-quantity i { background-color: #f2f2f2; padding: 20px; border-radius: 50%; color: #8d8d8d; cursor: pointer; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; } .product-quantity i:hover { background-color: #e6e6e6; } .quantity-select { margin: 0 10px; color: #8d8d8d; font-weight: 700; padding: 0 10px; } .product-add-cart { background-color: #ee2424; padding: 15px 20px; border-radius: 30px; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; color: #f2f2f2; text-transform: uppercase; font-weight: 900; letter-spacing: 0.01rem; font-size: 13px; cursor: pointer; } .addtocartbtn :hover { background-color: #444; } .product-add-cart:hover { background-color: #444; } .category-head { font-weight: 700; color: #555; } .product-category { margin-top: 30px; } .product-category p { color: #8d8d8d; } .product-share { margin-top: 30px; } .product-share-content { background-color: #f2f2f2; color: #8d8d8d; padding: 15px 20px; width: 150px; text-align: center; border-radius: 30px; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; } .product-share a:hover .product-share-content { background-color: #e6e6e6; } .product-description { margin-top: 30px; padding: 20px 0; border-bottom: 2px solid #f2f2f2; } .description-title { cursor: pointer; } .product-description :nth-child(2) { margin-left: 20px; } .description-title { color: #8d8d8d; text-transform: uppercase; font-weight: 900; font-size: 13px; letter-spacing: 0.02rem; padding: 20px 0; } .product-description-details { margin-top: 20px; } .product-description-details h2 { font-size: 20px; margin-bottom: 20px; } .description-head { font-size: 14px; margin-bottom: 15px; font-family: 'Montserrat', sans-serif; font-weight: 700; } .description-content { color: #8d8d8d; /* font-size: 44px !important; */ } .add-info-table td { color: #8d8d8d; } .col-left-container { /*background-color: red;*/ width: 65% !important; float: left; } .cart-body-container { position: relative; } .col-right-container { /*background-color: blue;*/ width: 30%; float: right; /*background-color: #bfbfbf;*/ position: sticky; top: 0px; } .col-left-container, .col-right-container { display: inline-block; } .cart-body-left-container { /* background-color: blue; */ /*width: 70%;*/ } .cart-body-right-container { /* background-color: #f2f2f2; */ border: 2px solid #f2f2f2; width: 300px; padding: 20px; margin-top: 40px; text-align: center; float: right; margin-right: 10%; /* position: sticky; */ /* top: 100px; */ } .cart-body-right-container-content { /* background-color: red; */ /* width: 25%; */ /* margin: 0 auto; */ } .cart-body-left-container, .cart-body-right-container { display: inline-block; } .cart-main-container { width: 75%; margin: 0 auto; } .cart-body-parent-container { margin-top: 30px; margin: 0 auto; /* background-color: red; */ width: 75%; padding: 20px; h } /*----------------------------------- Other Products ------------------------*/ .other-products-container { /* background-color: red; */ width: 100%; margin: 0 auto; padding: 60px 0 100px 0; /* margin-bottom: 100px; */ } .other-products { display: flex; justify-content: center; flex-wrap: wrap; margin-top: 40px; /* background-color: red; */ } .other-product { margin: 30px; /* margin-top: 100px; */ /* width: 60%; */ width: 220px; /* background-color: red; */ } .other-product-image-container { width: 200px; height: 200px; /* width: 100%; */ /* height: 250px; */ /* background-color: red; */ margin: 0 auto; } .other-product-image-container img { width: 100%; height: 100%; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; } .other-product p { text-align: center; font-family: 'Montserrat', sans-serif; } .other-product-desc-price { text-align: center; } .other-product-price-cart { display: flex; justify-content: space-between; align-items: center; text-align: center; } .other-product-cart i { color: #ccc; background-color: #f2f2f2; padding: 10px; font-size: 14px; border-radius: 50%; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; } .other-product-cart i:hover { background-color: #ee2424; color: #f4f4f0; } .other-products-title { font-size: 24px; font-family: 'Montserrat', sans-serif; letter-spacing: 0.05rem; color: #3f3f3f; font-weight: 400; } .other-product-desc-price { font-weight: 700; color: #3f3f3f; } .other-product-desc { margin: 20px 0 5px 0; color: #8d8d8d; } .other-product-image-container:hover .other-product-image-inner-container img { transform: scale(1.2); } @media(max-width: 1250px) { .other-product-image-container { width: 150px; height: 150px; } } @media(max-width: 1000px) { .product-inner-container { flex-wrap: wrap; } .product-image-container, .product-details-container { width: 100%; margin: 0; } .product-details-container { margin-top: 50px; } .other-products { flex-wrap: wrap; } .other-product-image-container { width: 150px; height: 150px; } .product-image-container { /* background-color: #f2f2f2; */ width: 600px; height: 300px; } } @media(max-width: 994px) { .cart-body-right-container { /* background-color: green; */ /* width: 250px; */ /* float: none; position: relative; top: 0; left: 50%; transform: translateX(-10%); padding: 30px 0; */ width: 100%; /* background-color: red; */ display: flex; justify-content: center; margin: 30px 0; border: none; } } @media(max-width: 768px) { .cart-body-right-container { /* width: 250px; float: none; position: relative; top: 0; left: 30%; padding: 30px 0; */ width: 100%; /* background-color: red; */ display: flex; justify-content: center; margin: 0; margin: 30px 0; border: none; } } @media(max-width: 796px) { .other-product-image-container { width: 150px; height: 150px; } } @media(max-width: 660px) { .other-product-image-container { width: 150px; height: 150px; } } @media(max-width: 525px) { .other-product-image-container { width: 150px; height: 150px; } .other-product-image-inner-container { width: 100%; height: 100%; } .other-products { flex-wrap: wrap; justify-content: center; } .product-container { width: 90%; margin: 0 auto; margin-top: 80px; margin-bottom: 80px; } .breadcrumbs-inner-container { margin: 0; width: 100%; } .breadcrumbs-container .col-left, .breadcrumbs-container .col-right { display: block; text-align: center; width: 100%; } .breadcrumbs-container .col-right { /* float: right; */ /* padding-left: 20px; */ } .breadcrumbs-container .col-right { width: 100%; text-align: center; margin-top: 20px; } .breadcrumbs-container .col-right .breadcrumb { padding-left: 20px; } .other-product { margin: 0 auto; } } @media(max-width: 470px) { .product-rating { margin-top: 20px; } } @media(max-width: 445px) { .product-buy { flex-wrap: wrap; } .product-image-container { width: 300px; height: 300px; margin: 0 auto; } .product-image { width: 200px; height: 200px; background-color: aqua; position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); } } @media(max-width: 364px) { .product-add-cart { margin-top: 20px; } } @media(max-width: 348px) { .product-cart { margin-top: 20px; } .description-title { display: block; } .additional-info { margin: 0 !important; } .cart-body-right-container { /* background-color: green; */ /* width: 250px; float: none; position: relative; top: 0; left: 10%; transform: translateX(-10%); padding: 30px 0; */ width: 100%; /* background-color: red; */ display: flex; justify-content: center; margin: 0; margin: 30px 0; border: none; } } /*------------------------------------------------------------------------------------------------------------------*/ .cart-body-container { width: 75%; margin: 0 auto; padding: 100px 0; /* margin-bottom: 100px; */ } .cart-body-container .section-title, .billing-body-container .section-title { padding: 10px 0px; color: #8d8d8d; letter-spacing: 0.02rem; /* background-color: #f2f2f2; */ /* border-bottom: 2px solid #f2f2f2; */ } .section-sub-title h3 { text-transform: uppercase; font-size: 14px; font-weight: 700; color: #8d8d8d; text-align: center; } .section-title h3, .billing-body-container .section-title h3 { font-size: 20px; font-weight: 700; } .cart-body-container .col-left, .billing-body-container .col-left { margin: 0; padding: 0; } .cart-body-container .col-right { margin: 0; margin-left: 8%; padding: 0; } .cart-product-details { margin-top: 40px; display: flex; } .cart-product-image { /* min-width: 150px; max-width: 200px; min-height: 150px; max-height: 200px; */ width: 200px; height: 200px; } .cart-product-image img { width: 100%; height: 100%; } .cart-product-info { margin-left: 40px; width: 60%; } .cart-product-info h4 { font-size: 16px; font-family: 'Montserrat', sans-serif; } .cart-update-remove { display: flex; cursor: pointer; /* justify-content: space-around; */ /* background-color: red; */ } .cart-product-remove { margin-left: 0px; cursor: pointer; } .cart-product-details-section { margin-top: 20px; } .update-cart, .remove-product { background-color: #f2f2f2; color: #8d8d8d; padding: 10px 15px; border-radius: 30px; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; } .cart-update-remove a { color: #fff; font-size: 13px; /* font-weight: 700; */ } .update-cart:hover, .remove-product:hover { background-color: #e6e6e6; } .product-quantity i { padding: 10px; } .checkout-proceed { margin-top: 30px; } .checkout-proceed a, .continue-shopping a { color: #fff; font-weight: 700; /* line-height: 1rem; */ } .checkout-proceed-btn { background-color: #ee2424; padding: 15px 20px; border-radius: 30px; text-align: center; width: 250px; margin: 0 auto; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; } .checkout-proceed-btn:hover { background-color: #3f3f3f; } .continue-shopping-btn { background-color: #325c81; padding: 15px 20px; border-radius: 30px; text-align: center; width: 250px; margin: 0 auto; margin-top: 10px; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; } .continue-shopping-btn:hover { background-color: #3f3f3f; } .product-price { font-family: 'Montserrat', sans-serif !important; font-weight: 700; color: #8d8d8d; } .summary-details { padding-top: 20px; } .total-amt { font-size: 18px; } .empty-cart-msg { color: #8d8d8d; margin-top: 20px; } @media(max-width: 958px) { .cart-body-container { width: 95%; margin: 0 auto; padding: 80px 0; margin-bottom: 100px; } } @media(max-width: 768px) { .cart-body-container { width: 90%; margin: 0 auto; padding: 80px 0; margin-bottom: 100px; } .cart-body-container .col-right { margin: 0; margin: 0; margin-top: 60px; padding: 0; } .summary-details { width: 50%; margin: 0 auto; } .summary-details .product-price { text-align: center; } } @media(max-width: 505px) { .summary-details { width: 90%; margin: 0 auto; } } @media(max-width: 430px) { .cart-product-details { display: flex; flex-wrap: wrap; } .cart-product-info { margin-left: 40px; width: 90%; margin-top: 10px; } .cart-product-image { margin: 0 auto; display: block; } .cart-product-info { /* margin-left: 40px; */ width: 90%; display: block; text-align: center; margin: 0 auto; margin-top: 20px; } .cart-product-details { display: block; } .cart-update-remove { justify-content: center; } } @media(max-width: 325px) { .other-products { flex-wrap: wrap; } } /*---------------------------------------------------------------------------------------------------------------*/ .billing-body-container { width: 75%; margin: 0 auto; padding: 100px 0; /* background-color: green; */ font-family: 'Raleway', sans-serif; } .billing-body-container .col-left { /* background-color: red; */ } .billing-body-container .col-right { /* background-color: blue; */ } .billing-form-container { margin-top: 20px; } .billing-form-container .form-group { padding: 0; /* width:500px; */ } .billing-body-container input { font-family: 'Raleway', sans-serif; } .payment-method .section-title { margin-top: 30px; } .payment-method .payment-choose { margin: 20px 0 20px 0; font-size: 14px; font-family: 'Montserrat', sans-serif; color: #8d8d8d; } .login-form-container { padding: 50px 0; } .median { margin: 30px 0; text-align: center; } .cart-item-pic img { width: 100px; height: 100px; } .cart-item-price-container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; width: 100%; } .cart-item-name { margin: 0 10px 0 10px; width: 60%; text-align: left; } .cart-summary-container { margin-top: 20px; } .cart-summary-inner-container { display: flex; justify-content: space-between; align-items: center; } .cart-summary-inner-container .cart-price { font-family: 'Montserrat', sans-serif; font-weight: 700; margin-left: 10px; } .subtotal { /* background-color:red; */ margin-top: 20px; padding: 20px 0; border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; } .sub-total p { margin: 5px 0; } .sub-total-price p { margin: 5px 0; } .float-cont { text-align: right; } .grandtot { padding: 20px 0; } .subtotal .ship { margin-top: 10px; } .order-place { margin: 0 auto; margin-top: 40px; } .order-place-btn { background-color: #ee2424; width: 200px; padding: 15px 20px; border-radius: 30px; margin: 0 auto; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; } #quantity { /* border: none; */ width: 60px; border-radius: 5px; border-style: groove; } .order-place a { color: #f2f2f2; font-weight: 900; text-align: center; } .order-place .btn { background-color: #ee2424; border: none; } .order-place-btn:hover { background-color: #3f3f3f; } @media(max-width: 1170px) { .cart-item-name { text-align: left; } } @media(max-width: 1024px) { .billing-body-container { width: 95%; } } @media(max-width: 768px) { .billing-body-container .col-right { padding: 0; margin-top: 30px; } .billing-body-container { width: 90%; } } /*----------------------------------------------------------------------------------------*/ .final-body-container { height: 70vh; padding: 60px 0; } .final-message { text-align: center; } .footer, .final-footer {} .login-header { color: #8d8d8d; /* font-size: 20px; */ font-family: 'Montserrat', sans-serif; letter-spacing: 0.05rem; } .login-inline { display: flex; justify-content: space-between; flex-wrap: wrap; } .login-submit { margin: 0 auto !important; width: 100px; } .btn-md { margin: 0 auto; text-align: center; width: 100px; background-color: green; } .table-head { margin-bottom: 20px; font-size: 18px; font-weight: 700; } .table thead th { color: #555; text-align: center; } .table tbody td { text-align: center; } .acc-form { /* background-color: #f2f2f2; */ margin-top: 30px; } .btn-acc { background-color: #da1818; border: none; color: #fff; }
0.350533
0.061424
.page { width:100%; height: auto; position: relative; /* left: calc((100% -100%) / 2) */ } .page .page-container { width: 100%; height: auto; padding-bottom: 1.4rem; } .banner { width:100%; height: 5rem; position: relative; margin-bottom: .2rem; } .analysis-list-banner-wrap { width: 100%; height: 3.4rem; } .swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; z-index: 1; } .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; box-sizing: content-box; } .swiper-slide { flex-shrink: 0; position: relative; } .analysis-list-search { height: auto; border-bottom: 1px solid #eff3f6; padding: .3rem; background: #fff; display: flex; } .analysis-list-search input { height: .6rem; font-size: .24rem; outline: none; } .analysis-list-search input[type='text'] { text-indent: .2rem; width: 5.7rem; border: 1px solid #bfbfbf; border-right: none; } .analysis-list-search input[type='button'] { text-align: center; background: #c79e68; color: #fff; width: 1.2rem; border: none; } .analysis-lists { height: auto; padding: .3rem 0; } .analysis-lists li { width: 100%; height: auto; position: relative; margin-bottom: .3rem; } .analysis-lists li a { display: block; } .analysis-lists li .analysis-image { width: 100%; height: 3.7rem; } .analysis-lists li .analysis-image div { position: absolute; top: 0; right: 0; width: auto; height: auto; background: #c79e68; color: #fff; font-size: .22rem; padding: .15rem; } .analysis-lists li .title { position: absolute; bottom: 0; left: 0; width: 100%; height: .7rem; line-height: .7rem; text-align: center; color: #fff; font-size: .26rem; background: rgba(0, 0, 0, .5); } .analysis-lists li:nth-child(1) .image-center { background: url(../img/9a0ab49c8488ca9481c1a4fb3c0e0a10.png); background-size: cover; background-position: top center; } .analysis-lists li:nth-child(2) .image-center { background: url(../img/3c15a2831e8c82a7cd1964d9e77591e4.png); background-size: cover; background-position: top center; } .analysis-lists li:nth-child(3) .image-center { background: url(../img/4ef6955f8cd6836926471e8b0b4598cc.jpg); background-size: cover; background-position: top center; }
template/default/wap/css/hxjx.css
.page { width:100%; height: auto; position: relative; /* left: calc((100% -100%) / 2) */ } .page .page-container { width: 100%; height: auto; padding-bottom: 1.4rem; } .banner { width:100%; height: 5rem; position: relative; margin-bottom: .2rem; } .analysis-list-banner-wrap { width: 100%; height: 3.4rem; } .swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; z-index: 1; } .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; box-sizing: content-box; } .swiper-slide { flex-shrink: 0; position: relative; } .analysis-list-search { height: auto; border-bottom: 1px solid #eff3f6; padding: .3rem; background: #fff; display: flex; } .analysis-list-search input { height: .6rem; font-size: .24rem; outline: none; } .analysis-list-search input[type='text'] { text-indent: .2rem; width: 5.7rem; border: 1px solid #bfbfbf; border-right: none; } .analysis-list-search input[type='button'] { text-align: center; background: #c79e68; color: #fff; width: 1.2rem; border: none; } .analysis-lists { height: auto; padding: .3rem 0; } .analysis-lists li { width: 100%; height: auto; position: relative; margin-bottom: .3rem; } .analysis-lists li a { display: block; } .analysis-lists li .analysis-image { width: 100%; height: 3.7rem; } .analysis-lists li .analysis-image div { position: absolute; top: 0; right: 0; width: auto; height: auto; background: #c79e68; color: #fff; font-size: .22rem; padding: .15rem; } .analysis-lists li .title { position: absolute; bottom: 0; left: 0; width: 100%; height: .7rem; line-height: .7rem; text-align: center; color: #fff; font-size: .26rem; background: rgba(0, 0, 0, .5); } .analysis-lists li:nth-child(1) .image-center { background: url(../img/9a0ab49c8488ca9481c1a4fb3c0e0a10.png); background-size: cover; background-position: top center; } .analysis-lists li:nth-child(2) .image-center { background: url(../img/3c15a2831e8c82a7cd1964d9e77591e4.png); background-size: cover; background-position: top center; } .analysis-lists li:nth-child(3) .image-center { background: url(../img/4ef6955f8cd6836926471e8b0b4598cc.jpg); background-size: cover; background-position: top center; }
0.438545
0.056705
footer { overflow: hidden; background-color: #3F3F3F; padding: 10px 0; } footer div > img { width: 100px; height: 100px; } footer div ul{ margin: 0; } footer div ul li { line-height: 100px; list-style: none; color: white; color: #FFFFFF; } footer div a { color: #C5B075 !important; } footer div ul{ float: right; } footer div ul .footer-tell{ border-right: 1px solid; border-left: 1px solid; padding-right: 7px; padding-left: 7px; margin: 0 7px; } footer .footer-info a{ text-align: right; background: #FFF; font-size: 25px; } footer ul { display: inline-block; padding: 0; } footer ul li{ display: inline-block; padding: 0; } /*effect icon*/ .eff{ margin-left: 5px; font-size: 20px !important; } .fb-icon-eff{ position: relative; padding:3px 13.5px !important; border-radius: 4px; } footer .fb-icon-eff i{ position: absolute; bottom: 0; right: 6px; margin-bottom: 3px; } footer .fb-icon-eff:hover{ background: #635DFF; } footer .fb-icon-eff:hover i{ color: #FFFFFF; } .intar-icon-eff{ padding:3px 5px; border-radius: 4px; } footer .intar-icon-eff:hover{ background: #6E99FF; } footer .intar-icon-eff:hover i{ color: #FFFFFF; } .tube-icon-eff{ padding:3px 5px !important; border-radius: 4px; margin: 0; } footer .tube-icon-eff:hover{ background: #F82F27; } footer .tube-icon-eff:hover i{ color: #FFFFFF; } .gmail-icon-eff{ padding:3px 13.5px !important; border-radius: 4px; margin: 0; position: relative; } footer .gmail-icon-eff i{ font-size: 18px !important; position: absolute; bottom: 4.5px; right: 4px; } footer .gmail-icon-eff:hover i{ color: #FF5129; } /*Responsive*/ @media only screen and (max-device-width: 680px) { footer .icon { text-align: center; } footer .footer-info { text-align: center; padding-top: 10px; padding-bottom: 10px; } footer .footer-tell { display: block; } footer .footer-social a i { font-size: 25px; } footer div ul{ width: 100%; } footer div ul li { font-size: 16px; line-height: normal; margin-bottom: 5px; } } @media only screen and (min-device-width: 700px) and (max-device-width: 1023px){ footer .icon { width: 20%; float: left; } footer .footer-info { float: right; } footer .footer-social a i { font-size: 25px; } .footer-info{ padding: 22.5px; width: 80% !important; overflow: hidden; text-align: right; } footer div ul { } footer div ul li:first-child { display: block; margin-bottom: 10px; } footer div ul li{ border: 0 !important; text-align: right; line-height: normal; min-width: 100%; display: inline; } footer div ul li a:last-child{ display: none; } footer .footer-social{ display: block; } .what-we-offer .offer-item{ min-height: 250px; } } @media only screen and (min-device-width: 1024px) and (max-device-width: 1239px){ footer .footer-info { display: block; } footer .footer-tell{ border-right: none!important; margin-right:0!important; padding-right: 0 !important; } footer .footer-social a i { font-size: 20px; } footer div ul li { font-size: 17px; display: inline; } } @media only screen and (min-device-width: 1240px){ footer .footer-social{ display: inline; } footer .footer-tell { display: inline; } footer .footer-social a i { font-size: 25px; } footer div ul li { font-size: 18px; display: inline; } } #scroll-top{ position: fixed; bottom: 60px; right: 18px; border-radius: 50%; padding:6px 8px 8px 8px; background: none; border: 3px solid #5fa513; cursor: pointer; display: none; } #scroll-top i{ font-size: 25px; color: #5fa513; }
client/app/css/home_weoffer.css
footer { overflow: hidden; background-color: #3F3F3F; padding: 10px 0; } footer div > img { width: 100px; height: 100px; } footer div ul{ margin: 0; } footer div ul li { line-height: 100px; list-style: none; color: white; color: #FFFFFF; } footer div a { color: #C5B075 !important; } footer div ul{ float: right; } footer div ul .footer-tell{ border-right: 1px solid; border-left: 1px solid; padding-right: 7px; padding-left: 7px; margin: 0 7px; } footer .footer-info a{ text-align: right; background: #FFF; font-size: 25px; } footer ul { display: inline-block; padding: 0; } footer ul li{ display: inline-block; padding: 0; } /*effect icon*/ .eff{ margin-left: 5px; font-size: 20px !important; } .fb-icon-eff{ position: relative; padding:3px 13.5px !important; border-radius: 4px; } footer .fb-icon-eff i{ position: absolute; bottom: 0; right: 6px; margin-bottom: 3px; } footer .fb-icon-eff:hover{ background: #635DFF; } footer .fb-icon-eff:hover i{ color: #FFFFFF; } .intar-icon-eff{ padding:3px 5px; border-radius: 4px; } footer .intar-icon-eff:hover{ background: #6E99FF; } footer .intar-icon-eff:hover i{ color: #FFFFFF; } .tube-icon-eff{ padding:3px 5px !important; border-radius: 4px; margin: 0; } footer .tube-icon-eff:hover{ background: #F82F27; } footer .tube-icon-eff:hover i{ color: #FFFFFF; } .gmail-icon-eff{ padding:3px 13.5px !important; border-radius: 4px; margin: 0; position: relative; } footer .gmail-icon-eff i{ font-size: 18px !important; position: absolute; bottom: 4.5px; right: 4px; } footer .gmail-icon-eff:hover i{ color: #FF5129; } /*Responsive*/ @media only screen and (max-device-width: 680px) { footer .icon { text-align: center; } footer .footer-info { text-align: center; padding-top: 10px; padding-bottom: 10px; } footer .footer-tell { display: block; } footer .footer-social a i { font-size: 25px; } footer div ul{ width: 100%; } footer div ul li { font-size: 16px; line-height: normal; margin-bottom: 5px; } } @media only screen and (min-device-width: 700px) and (max-device-width: 1023px){ footer .icon { width: 20%; float: left; } footer .footer-info { float: right; } footer .footer-social a i { font-size: 25px; } .footer-info{ padding: 22.5px; width: 80% !important; overflow: hidden; text-align: right; } footer div ul { } footer div ul li:first-child { display: block; margin-bottom: 10px; } footer div ul li{ border: 0 !important; text-align: right; line-height: normal; min-width: 100%; display: inline; } footer div ul li a:last-child{ display: none; } footer .footer-social{ display: block; } .what-we-offer .offer-item{ min-height: 250px; } } @media only screen and (min-device-width: 1024px) and (max-device-width: 1239px){ footer .footer-info { display: block; } footer .footer-tell{ border-right: none!important; margin-right:0!important; padding-right: 0 !important; } footer .footer-social a i { font-size: 20px; } footer div ul li { font-size: 17px; display: inline; } } @media only screen and (min-device-width: 1240px){ footer .footer-social{ display: inline; } footer .footer-tell { display: inline; } footer .footer-social a i { font-size: 25px; } footer div ul li { font-size: 18px; display: inline; } } #scroll-top{ position: fixed; bottom: 60px; right: 18px; border-radius: 50%; padding:6px 8px 8px 8px; background: none; border: 3px solid #5fa513; cursor: pointer; display: none; } #scroll-top i{ font-size: 25px; color: #5fa513; }
0.174235
0.083329
padding: 0 16px 0 0; position: sticky; top: 1.5rem; } #photo-product .container { padding: 0; } #photo-product .banner { margin: 0 0 12px 0; } #photo-product .banner picture img { width: 100%; } #photo-product .preview { margin: 12px 0; } #photo-product .preview .preview-photo { margin: 0 2px; } #photo-product .preview .preview-photo picture img { width: 100%; cursor: pointer; border-radius: 6px; border: 2px solid #f5f5f5; } #photo-product .preview .active-photo picture img { border-color: #ced2d9; } #photo-product .action { margin: 24px 0 0 0; } #photo-product .action #share, #photo-product .action #favorite { padding-left: 12px; } #photo-product .action #favorite { padding-left: 12px; border-right: 1px solid #bbb; } #photo-product .action .col { text-align: center; } #photo-product .action .col button { border: 0; width: 100%; background-color: #fff; font-weight: 400; font-size: 1rem; line-height: 20px; } #photo-product .action .col button:hover { color: #D71149; } #photo-product .action .col span { margin-left: 4px; } #detail-product { padding: 0; } #detail-product .container { padding: 0; } #detail-product #text-product h1 { display: block; margin-bottom: 8px; font-size: 28px; word-break: break-word; line-height: 1.2; font-weight: 400; margin: 0; padding: 0; box-sizing: border-box; } #detail-product .tier-space { text-align: center; } #detail-product .product-tier { width: 101px; height: 20px; background-image: url(https://s0.bukalapak.com/ast/bazaar-dweb/base/images/emblem-new-super-seller.svg); } #detail-product .rate, #detail-product .additional { display: flex; flex-direction: row; gap: 12px; align-items: center; vertical-align: middle; } #detail-product .rate { cursor: pointer; } #detail-product .stars { height: 20pt; } #detail-product .text-desc { font-size: 14px; font-weight: 400; line-height: 1.4; color: #333; } #detail-product .rate::after { display: inline-block; width: 6px; height: 6px; vertical-align: middle; content: ""; background-color: #ddd; border-radius: 100%; } #detail-product #price-product { font-size: 24px; font-weight: 700; color: #333; margin: 24px 0; } #detail-product #price-product .col { padding: 0; } #detail-product #delivery-product, #detail-product #action-product, #detail-product #promotion-app { padding-top: 24px; margin: 24px 0 0 0; border-top: 1px solid #eee; } #detail-product #delivery-product .col-2, #detail-product #delivery-product .col-8 { padding: 0; } #detail-product #delivery-product #delivery-locate { margin-right: 21px; border-right: 1px solid #eee; } #detail-product #delivery-product button { padding: 0; margin-left: 24px; font-size: 12px; font-weight: 500; cursor: pointer; background: transparent; border: unset; border-bottom: 1px dashed #333; } #detail-product .text-label { min-width: 96px; margin-right: 40px; font-size: 14px; font-weight: 700; line-height: 1.4; color: #333; } #detail-product .text-sublabel { display: block; margin-bottom: 4px; color: #bbb; font-size: 12px; font-weight: 400; line-height: 1.4; } #detail-product #action-product #button-chat, #detail-product #action-product #button-cart { padding: 0 20px 0 0; } #detail-product #action-product #button-buy { padding: 0; } #detail-product #action-product button { width: 100%; height: 52px; font-weight: 600; border-radius: 4px; vertical-align: middle; } #detail-product #action-product .button-secondary { background: #fff; border: 2px solid #404040; } #detail-product #action-product .button-secondary:hover { background: #ebebeb; } #detail-product #action-product .button-primary { background: #ec0e49; border: 2px solid #ec0e49; color: #fff; } #detail-product #action-product .button-primary:hover { background: #cf0437; border: 2px solid #cf0437; } #detail-product #alert-product { margin-top: 21px; } #detail-product #alert-product span { margin-left: 8px; font-size: 14px; font-weight: 400; line-height: 1.4; color: #333; } #detail-product #promotion-app h3 { margin: 0 0 6px 0; font-weight: 700; font-size: 14px; line-height: 1.4; color: #333; } #detail-product #promotion-app p { margin: 0; color: #999; font-size: .875em; font-weight: 400; line-height: 1.4; }
public/styleprak1.css
padding: 0 16px 0 0; position: sticky; top: 1.5rem; } #photo-product .container { padding: 0; } #photo-product .banner { margin: 0 0 12px 0; } #photo-product .banner picture img { width: 100%; } #photo-product .preview { margin: 12px 0; } #photo-product .preview .preview-photo { margin: 0 2px; } #photo-product .preview .preview-photo picture img { width: 100%; cursor: pointer; border-radius: 6px; border: 2px solid #f5f5f5; } #photo-product .preview .active-photo picture img { border-color: #ced2d9; } #photo-product .action { margin: 24px 0 0 0; } #photo-product .action #share, #photo-product .action #favorite { padding-left: 12px; } #photo-product .action #favorite { padding-left: 12px; border-right: 1px solid #bbb; } #photo-product .action .col { text-align: center; } #photo-product .action .col button { border: 0; width: 100%; background-color: #fff; font-weight: 400; font-size: 1rem; line-height: 20px; } #photo-product .action .col button:hover { color: #D71149; } #photo-product .action .col span { margin-left: 4px; } #detail-product { padding: 0; } #detail-product .container { padding: 0; } #detail-product #text-product h1 { display: block; margin-bottom: 8px; font-size: 28px; word-break: break-word; line-height: 1.2; font-weight: 400; margin: 0; padding: 0; box-sizing: border-box; } #detail-product .tier-space { text-align: center; } #detail-product .product-tier { width: 101px; height: 20px; background-image: url(https://s0.bukalapak.com/ast/bazaar-dweb/base/images/emblem-new-super-seller.svg); } #detail-product .rate, #detail-product .additional { display: flex; flex-direction: row; gap: 12px; align-items: center; vertical-align: middle; } #detail-product .rate { cursor: pointer; } #detail-product .stars { height: 20pt; } #detail-product .text-desc { font-size: 14px; font-weight: 400; line-height: 1.4; color: #333; } #detail-product .rate::after { display: inline-block; width: 6px; height: 6px; vertical-align: middle; content: ""; background-color: #ddd; border-radius: 100%; } #detail-product #price-product { font-size: 24px; font-weight: 700; color: #333; margin: 24px 0; } #detail-product #price-product .col { padding: 0; } #detail-product #delivery-product, #detail-product #action-product, #detail-product #promotion-app { padding-top: 24px; margin: 24px 0 0 0; border-top: 1px solid #eee; } #detail-product #delivery-product .col-2, #detail-product #delivery-product .col-8 { padding: 0; } #detail-product #delivery-product #delivery-locate { margin-right: 21px; border-right: 1px solid #eee; } #detail-product #delivery-product button { padding: 0; margin-left: 24px; font-size: 12px; font-weight: 500; cursor: pointer; background: transparent; border: unset; border-bottom: 1px dashed #333; } #detail-product .text-label { min-width: 96px; margin-right: 40px; font-size: 14px; font-weight: 700; line-height: 1.4; color: #333; } #detail-product .text-sublabel { display: block; margin-bottom: 4px; color: #bbb; font-size: 12px; font-weight: 400; line-height: 1.4; } #detail-product #action-product #button-chat, #detail-product #action-product #button-cart { padding: 0 20px 0 0; } #detail-product #action-product #button-buy { padding: 0; } #detail-product #action-product button { width: 100%; height: 52px; font-weight: 600; border-radius: 4px; vertical-align: middle; } #detail-product #action-product .button-secondary { background: #fff; border: 2px solid #404040; } #detail-product #action-product .button-secondary:hover { background: #ebebeb; } #detail-product #action-product .button-primary { background: #ec0e49; border: 2px solid #ec0e49; color: #fff; } #detail-product #action-product .button-primary:hover { background: #cf0437; border: 2px solid #cf0437; } #detail-product #alert-product { margin-top: 21px; } #detail-product #alert-product span { margin-left: 8px; font-size: 14px; font-weight: 400; line-height: 1.4; color: #333; } #detail-product #promotion-app h3 { margin: 0 0 6px 0; font-weight: 700; font-size: 14px; line-height: 1.4; color: #333; } #detail-product #promotion-app p { margin: 0; color: #999; font-size: .875em; font-weight: 400; line-height: 1.4; }
0.211335
0.071591
@import '../../../../../assets/styles/constants.css'; :root { --tooltip-gray: #808080; } .key-text { font-weight: 500; font-size: 10px; line-height: 100%; color: var(--tooltip-gray); } .key-text-long { width: 70%; } .item-text-and-image { display: flex; flex-direction: row; align-items: center; } .item-image { width: 16px; height: 16px; margin-right: 4px; } .item-text { font-weight: 600; font-size: 13px; line-height: 100%; color: var(--color-regular); } .item-text.normal-weight { font-weight: normal; } .item-text.header { margin-bottom: 6px; } .arrow-right { line-height: 20px; padding: 0 2px; } .arrow-right:after { content: '\2192'; font-size: 16px; } .custom-tooltip { position: absolute; left: 20px; top: 20px; opacity: 0; transition: 0.2s; z-index: 1; } .node-custom-tooltip { min-width: 160px; background: #ffffff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); position: relative; left: 15px; top: 15px; } .node-custom-tooltip-content { padding: 0 7px 7px 7px; } .link-tooltip { background: #fcfcfc; min-width: 150px; position: relative; left: 15px; top: 15px; } .link-tooltip-content { padding: 6px 7px; } .custom-tooltip.active { opacity: 1; } .header-row { display: flex; justify-content: space-between; align-items: center; min-height: 25px; border-bottom: 2px solid var(--color-regular); } .header-row.with-line { justify-content: flex-start; } .curved-line { margin-right: 5px; position: relative; bottom: 1px; } .row { display: flex; align-items: center; margin: 0 -1px 3px -1px; } .row:nth-child(2n) { margin-bottom: 12px; } .row:last-child { margin-bottom: 0; } .row > .col { padding: 0 1px; } .row-tooltip { display: flex; padding: 5px 0 2px 0; border-bottom: 1px solid rgba(128, 128, 128, 0.5); margin-bottom: 1px; } .row-tooltip:last-child { border: none; } .row-tooltip .key-text { margin-bottom: 2px; } .row-tooltip > .col:first-child { width: 80px; } .item-text.sent-title { color: var(--color-red); margin-top: 2px; } .item-text.received-title { font-weight: 500; color: var(--color-green); margin-top: 2px; } .period-title { padding-left: 10px; } .details-button { width: 100%; -webkit-appearance: none; text-align: center; border-top: 1px solid #e9e9e9; padding: 8px 0; margin: 0 auto; background-color: inherit; border-bottom: none; border-left: none; border-right: none; font-weight: 500; font-size: 13px; line-height: 19px; color: #000000; cursor: pointer; } .details-button:hover { background-color: #e9e9e9; }
src/pages/Map/components/Graph/Tooltips/index.module.css
@import '../../../../../assets/styles/constants.css'; :root { --tooltip-gray: #808080; } .key-text { font-weight: 500; font-size: 10px; line-height: 100%; color: var(--tooltip-gray); } .key-text-long { width: 70%; } .item-text-and-image { display: flex; flex-direction: row; align-items: center; } .item-image { width: 16px; height: 16px; margin-right: 4px; } .item-text { font-weight: 600; font-size: 13px; line-height: 100%; color: var(--color-regular); } .item-text.normal-weight { font-weight: normal; } .item-text.header { margin-bottom: 6px; } .arrow-right { line-height: 20px; padding: 0 2px; } .arrow-right:after { content: '\2192'; font-size: 16px; } .custom-tooltip { position: absolute; left: 20px; top: 20px; opacity: 0; transition: 0.2s; z-index: 1; } .node-custom-tooltip { min-width: 160px; background: #ffffff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); position: relative; left: 15px; top: 15px; } .node-custom-tooltip-content { padding: 0 7px 7px 7px; } .link-tooltip { background: #fcfcfc; min-width: 150px; position: relative; left: 15px; top: 15px; } .link-tooltip-content { padding: 6px 7px; } .custom-tooltip.active { opacity: 1; } .header-row { display: flex; justify-content: space-between; align-items: center; min-height: 25px; border-bottom: 2px solid var(--color-regular); } .header-row.with-line { justify-content: flex-start; } .curved-line { margin-right: 5px; position: relative; bottom: 1px; } .row { display: flex; align-items: center; margin: 0 -1px 3px -1px; } .row:nth-child(2n) { margin-bottom: 12px; } .row:last-child { margin-bottom: 0; } .row > .col { padding: 0 1px; } .row-tooltip { display: flex; padding: 5px 0 2px 0; border-bottom: 1px solid rgba(128, 128, 128, 0.5); margin-bottom: 1px; } .row-tooltip:last-child { border: none; } .row-tooltip .key-text { margin-bottom: 2px; } .row-tooltip > .col:first-child { width: 80px; } .item-text.sent-title { color: var(--color-red); margin-top: 2px; } .item-text.received-title { font-weight: 500; color: var(--color-green); margin-top: 2px; } .period-title { padding-left: 10px; } .details-button { width: 100%; -webkit-appearance: none; text-align: center; border-top: 1px solid #e9e9e9; padding: 8px 0; margin: 0 auto; background-color: inherit; border-bottom: none; border-left: none; border-right: none; font-weight: 500; font-size: 13px; line-height: 19px; color: #000000; cursor: pointer; } .details-button:hover { background-color: #e9e9e9; }
0.408867
0.104569
@media (max-width: 1800px) { } /* Extra large devices (large desktops, 1800px and up) */ @media (max-width: 1500px) { .container { max-width: 1300px; } .slider-bg { background-position: center; } .features-content .title { font-size: 20px; margin-bottom: 15px; } .category-item > a { padding: 25px 15px 20px; } .shop-content { max-width: 90%; } .discount-wrap { padding: 80px; } .discount-content { width: 40%; } .deal-week-content .title { font-size: 18px; } .dw-big-item .deal-week-content { width: 50%; } .deal-week-content { left: 25px; top: 30px; } .dw-big-item .deal-week-thumb .main-img { max-width: 356px; } .dw-big-item .deal-week-thumb .discount-img { right: 65px; max-width: 100px; } .testimonial-item { padding: 33px 35px 45px; } .blog-post-content .title { font-size: 20px; } .core-features-item { padding: 30px 25px; } .about-content .title br { display: none; } .about-content .title { font-size: 37px; } .feedback-item-content { padding: 50px 65px 55px 50px; } .feedback-item-content .title { font-size: 34px; } #map-bg { min-height: 390px; } .blog-sidebar { margin-left: 10px; } .ask-doctor-content .title { font-size: 54px; } .ask-doctor-bg { min-height: 600px; } .doctor-cat-item { padding: 23px 15px; } .doctor-cat-item span { margin-top: 20px; } } /* Extra large devices (large desktops, 1200px and up) */ @media (max-width: 1199.98px) { .custom-container, .container { max-width: 960px; } .header-action > ul li.header-btn { display: none; } .header-shop-cart .minicart { right: 0; } .header-search input { padding: 10px 15px 10px 50px; } .header-search button { padding: 0 12px 0 0; } .header-user { margin-left: 15px; } .header-shop-cart > a { padding-right: 15px; } .header-shop-cart > .cart-price { margin-left: 10px; } .navbar-wrap ul li a { padding: 35px 17px; } .header-cat-list ul li { margin-right: 20px; } .slider-content .sub-title { font-size: 38px; } .slider-content .title { font-size: 44px; } .slider-bg { min-height: 520px; } .features-content .title { font-size: 22px; margin-bottom: 17px; } .shop-content { max-width: 100%; } .discount-wrap { background-position: center; padding: 60px; } .deal-week-item { padding: 15px; } .dw-big-item .deal-week-thumb .main-img { max-width: 100%; } .dw-big-item .deal-week-content { width: 100%; } .dw-big-item .deal-week-thumb .discount-img { right: 0; max-width: 50px; } .deal-week-content .title { font-size: 20px; } .deal-week-content .title > a span { font-size: 17px; } .dw-big-item .deal-week-content .title { font-size: 22px; line-height: 1.2; } .dw-big-item .deal-week-content .title > a span { font-size: 20px; } .shop-isotope-active .col { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .testimonial-item { padding: 30px 25px 35px; } .blog-post-content { padding: 30px 25px; } .blog-post-content .title { font-size: 18px; } .core-features-item { display: block; text-align: center; } .core-features-icon { margin: 0 auto 18px; } .core-features-content .title { font-size: 18px; line-height: 1; margin-bottom: 9px; } .section-area-inner { padding: 0 0; } .about-area .section-area-inner .row .col-6:first-child, .about-area .section-area-inner .row .col-6:last-child { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .about-image-wrap { margin-right: 17px; } .about-img-top { max-width: 290px; margin-bottom: -85px; } .about-img-top::before, .about-img-bottom::before { width: 200px; } .about-img-bottom { max-width: 350px; margin-left: auto; } .about-top-shape { right: 0; top: 10px; max-width: 120px; } .about-bottom-shape { left: 0; bottom: 20px; } .about-content .title { font-size: 34px; } .customer-feedback-item { margin: 50px 0px; } .feedback-item-content { width: 53%; padding: 45px 50px 45px 40px; } .customer-feedback-item .feedback-img { width: 47%; } .feedback-item-content .title { font-size: 30px; } .customer-feedback-active.owl-carousel .owl-nav { right: 0; } .support-content { text-align: center; margin-bottom: 50px; } .support-content .title { font-size: 34px; margin-bottom: 20px; } .customer-feedback-title .title { font-size: 34px; } .team-content .title { font-size: 17px; } .blog-sidebar { margin-left: 0; } .blog-sidebar .widget { padding: 35px 25px; } .rc-post-content .title { font-size: 15px; } .sn-title .title { font-size: 22px; margin-bottom: 5px; } .blog-details-content blockquote { padding-right: 0; } .avatar-post { padding: 35px 30px 35px 30px; } .comment-reply-box { padding: 50px 35px 50px; } .shop-inner-page .row .col-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .shop-inner-page .row .col-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .shop-inner-page .shop-wrap .row .col { -ms-flex: 0 0 33.3333%; flex: 0 0 33.3333%; max-width: 33.3333%; } .shop-details-wrap { margin-left: 20px; } .shop-details-content { margin-left: 0; margin-top: 45px; } .shop-details-content > .title { font-size: 32px; margin-bottom: 15px; } .shop-details-content > p { margin-right: 0; } .shop-details-wrap .col-7 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .shop-details-wrap .col-5 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .shop-inner-page .row .col-3 { -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; } .shop-inner-page .row .col-9 { -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70%; } .ask-doctor-content .title { font-size: 46px; } .ask-doctor-bg { min-height: 500px; } } /* Large devices (desktops, 992px and up) */ @media (max-width: 991.98px) { .custom-container, .container { max-width: 720px; } .main-header { padding: 25px 0; } .menu-nav { justify-content: space-between; } .header-action { margin-right: 20px; } .header-shop-cart .minicart { top: 65px; } .menu-outer .navbar-wrap { display: block !important; } .menu-area .mobile-nav-toggler { display: block; } .logo { text-align: left; } .menu-area { padding: 25px 0; } .header-search input { padding: 10px 61px 10px 59px; } .header-search button { padding: 0 18px 0 0; } .header-user { margin-left: 20px; } .header-shop-cart { margin-left: 20px; } .discount-wrap { padding: 40px; } .discount-content { width: 45%; } .discount-content .title { font-size: 26px; margin-bottom: 8px; } .discount-content p { margin-bottom: 25px; } .deal-week-item { padding: 25px; } .deal-week-thumb img { width: 100%; } .deal-week-content { left: 30px; top: 35px; } .dw-big-item .deal-week-content .title { font-size: 28px; line-height: 1.2; } .dw-big-item .deal-week-content .title > a span { font-size: 24px; } .dw-big-item .deal-week-thumb .main-img { max-width: unset; width: auto; } .dw-big-item .deal-week-thumb .discount-img { right: 65px; max-width: unset; width: auto; } .dw-big-item .deal-week-content { margin-bottom: 35px; } .shop-isotope-active .col { -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; } .shop-menu-nav button { margin-right: 32px; } .about-area .section-area-inner .row .col-6:first-child, .about-area .section-area-inner .row .col-6:last-child { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .about-img-top { max-width: 411px; margin-bottom: -168px; } .about-img-top::before, .about-img-bottom::before { width: 292px; } .about-img-bottom { max-width: 507px; } .about-top-shape { right: 25px; top: 25px; max-width: unset; } .about-bottom-shape { left: 22px; bottom: 30px; } .about-image-wrap { margin-bottom: 67px; } .about-content .title br { display: block; } .about-content .title { font-size: 40px; } .customer-feedback-item { background: #000; box-shadow: none; border-radius: 10px; } .feedback-item-content { width: 75%; padding: 45px 50px 45px 40px; } .customer-feedback-item .feedback-img { width: 100%; opacity: .25; z-index: -1; } .feedback-item-content .title, .feedback-client .info h5, .feedback-client .info span { color: #fff; } .feedback-tags ul li a { color: #dadada; } .feedback-item-content .title { font-size: 34px; } .feedback-item-content .feedback-btn { border-color: #fff; color: #fff; } .contact-info-wrap { margin-left: 0; margin-bottom: 50px; } .blog-sidebar { margin-left: 0; margin-top: 100px; } .blog-sidebar .widget { padding: 40px 30px; } .rc-post-content .title { font-size: 16px; } .sn-title .title { font-size: 26px; margin-bottom: 5px; } .shop-inner-page .row .col-3 { -ms-flex: 0 0 66%; flex: 0 0 66%; max-width: 66%; } .shop-inner-page .row .col-9 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .shop-inner-page .shop-wrap .row .col { -ms-flex: 0 0 33.3333%; flex: 0 0 33.3333%; max-width: 33.3333%; } .shop-sidebar { margin-top: 100px; } .shop-details-wrap { margin-left: 0; } .ask-doctor-content .title { font-size: 54px; } .ask-doctor-bg { min-height: 550px; } } /* Medium devices (tablets, 768px and up) */ @media (max-width: 767.98px) { .custom-container, .container { max-width: 100%; } .transparent-header { top: 0; } .header-top { padding: 10px 0; } .header-top-area { justify-content: center; margin-bottom: 3px; } .header-top-right-text ul { justify-content: center; } .header-action { margin-right: 0; margin-top: 20px; } .header-action > ul { display: block; } .header-search input { width: 100%; } .menu-area .menu-nav .row { width: 100%; flex: 0 0 100%; margin: 0 0; } .menu-area .menu-nav .row [class*="col-"] { padding: 0; } .menu-area .mobile-nav-toggler { display: block; margin-top: 0; margin-bottom: -32px; position: relative; z-index: 9; top: 3px; } .sticky-menu .header-action { display: none; } .slider-bg { background-position: left center; } .slider-content .sub-title { font-size: 34px; } .slider-content .title { font-size: 40px; } .features-content .btn { display: none; } .features-content .title { font-size: 18px; margin-bottom: 0; } .features-content { left: 30px; width: 40%; } .category-view { text-align: center; margin-top: 12px; } .category-title .title, .shop-section-title .title { font-size: 24px; } .shop-thumb img { width: 100%; } .shop-content { max-width: 90%; } .discount-content { width: 100%; } .discount-wrap { padding: 35px; } .discount-content .title { font-size: 24px; } .discount-content p { font-size: 14px; } .deal-week-item { padding: 15px; } .dw-big-item .deal-week-content .title { font-size: 22px; line-height: 1.2; } .dw-big-item .deal-week-content .title > a span { font-size: 20px; } .dw-big-item .deal-week-thumb .main-img { max-width: 100%; } .dw-big-item .deal-week-inner { padding: 35px 20px 30px; } .dw-big-item .deal-week-thumb .discount-img { right: 0; max-width: 70px; width: auto; } .deal-week-content { width: 60%; left: 25px; top: 25px; } .shop-isotope-active .col { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .shop-menu-nav { justify-content: center; } .shop-menu-nav button { padding: 0; margin: 0 15px 10px !important; } .shop-menu-nav button::before { display: none; } .category-title, .shop-section-title { text-align: center; } .shop-title-wrap { padding-bottom: 10px; } .copyright-text { text-align: center; margin-bottom: 10px; } .scroll-top { right: 0; } .about-img-top { max-width: 80%; margin-bottom: -85px; } .about-img-top::before, .about-img-bottom::before { width: 50%; height: 50%; } .about-img-bottom { max-width: 85%; margin-left: auto; } .about-top-shape { display: none; } .about-bottom-shape { left: 0; bottom: 20px; } .about-content .title br { display: none; } .about-content .title { font-size: 30px; } .customer-feedback-title .title { font-size: 30px; width: 100%; flex: 0 0 100%; } .feedback-item-content { width: 100%; padding: 45px 25px 45px 25px; } .feedback-item-content .title { font-size: 26px; } .support-content .title { font-size: 30px; } .fact-item { margin-bottom: 40px; } .support-area { padding: 100px 0 55px; } .team-section-title .title { font-size: 30px; } .customer-feedback-area { padding: 90px 0 50px; } .contact-info-wrap { padding: 45px 20px; } .contact-social { margin-top: 30px; } .contact-title .title { font-size: 34px; } .contact-title .sub-title { font-size: 22px; } #map-bg { min-height: 290px; } .standard-blog-content { padding: 45px 25px 35px; } .standard-blog-content > .title { font-size: 20px; margin-bottom: 18px; } .standard-blog-content .blog-line { margin: 25px 0; } .blog-sidebar .widget { padding: 35px 25px; } .rc-post-content .title { font-size: 15px; } .sn-title .title { font-size: 24px; } .blog-details-content blockquote { font-size: 17px; } .blog-details-img .row .col-md-6:first-child img { margin-bottom: 20px; } .blog-details-bottom { display: block; } .blog-details-tags { width: 100%; flex: 0 0 100%; } .blog-details-social ul { justify-content: flex-start; margin-top: 15px; } .avatar-post { display: block; text-align: center; } .post-avatar-img { margin: 0 auto 20px; } .post-avatar-content .blog-details-social ul { justify-content: center; } .blog-next-prev ul { flex-wrap: wrap; } .blog-next-prev .blog-next { margin-left: auto; } .comment-reply-box { padding: 40px 25px 40px; } .comment-reply-box .title { margin-bottom: 25px; } .blog-details-img img { width: 100%; } .shop-inner-page .shop-wrap .row .col { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .shop-inner-page .row .col-3 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .shop-show-list { margin-right: 35px; } .shop-short-by { margin-left: 0; } .shop-details-content > .title { font-size: 28px; } .product-desc-wrap .nav-tabs .nav-link::after { display: none; } .product-desc-wrap .nav-tabs .nav-item { margin: 0 35px 0 0; } .product-desc-img { margin-bottom: 20px; } .product-desc-review { padding: 20px 15px; } .ask-doctor-content .title { font-size: 34px; } .ask-doctor-content .sub-title { font-size: 14px; padding: 7px 20px; } .ask-doctor-form { margin-top: 30px; } .ask-doctor-form form input { padding: 18px 10% 18px 25px; } .ask-doctor-form form button { position: unset; min-height: 55px; margin-top: 15px; } .team-thumb img { width: 100%; } .doctor-cat-item { margin: 0 auto; } } /* Small devices (landscape phones, 576px and up) */ @media only screen and (min-width: 576px) and (max-width: 767px) { .custom-container, .container { max-width: 540px; } .features-content .btn { display: inline-block; } .features-content .title { font-size: 22px; margin-bottom: 17px; } .discount-content { width: 60%; } .dw-big-item .deal-week-content .title { font-size: 26px; line-height: 1.2; } .dw-big-item .deal-week-content .title > a span { font-size: 24px; } .dw-big-item .deal-week-thumb .discount-img { right: 0; max-width: unset; width: auto; } .deal-week-content { width: 68%; } .deal-week-content .title { font-size: 18px; } .deal-week-thumb img { opacity: .4; } .dw-big-item .deal-week-thumb img { opacity: 1; } .shop-isotope-active .col { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .blog-post-thumb img { width: 100%; } .core-features-item { display: flex; padding: 35px 32px; text-align: left; } .core-features-icon { margin: 0 23px 0 0; } .about-img-top { margin-bottom: -150px; } .about-content .title, .customer-feedback-title .title { font-size: 34px; } .feedback-item-content .title { font-size: 32px; } .feedback-item-content { width: 100%; padding: 45px 35px; } .contact-info-wrap { padding: 45px 55px; } .standard-blog-content > .title { font-size: 24px; } .blog-sidebar .widget { padding: 40px 30px; } .rc-post-content .title { font-size: 16px; } .avatar-post { padding: 40px 45px; } .comment-reply-box { padding: 50px 35px 50px; } .shop-inner-page .shop-wrap .row .col { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .shop-details-content > .title { font-size: 32px; } .product-desc-img img { width: auto; } .ask-doctor-content .title { font-size: 44px; } .ask-doctor-form form button { position: absolute; min-height: auto; margin-top: 0; } .ask-doctor-form form input { padding: 21px 35% 21px 25px; } }
public/frontend/css/responsive.css
@media (max-width: 1800px) { } /* Extra large devices (large desktops, 1800px and up) */ @media (max-width: 1500px) { .container { max-width: 1300px; } .slider-bg { background-position: center; } .features-content .title { font-size: 20px; margin-bottom: 15px; } .category-item > a { padding: 25px 15px 20px; } .shop-content { max-width: 90%; } .discount-wrap { padding: 80px; } .discount-content { width: 40%; } .deal-week-content .title { font-size: 18px; } .dw-big-item .deal-week-content { width: 50%; } .deal-week-content { left: 25px; top: 30px; } .dw-big-item .deal-week-thumb .main-img { max-width: 356px; } .dw-big-item .deal-week-thumb .discount-img { right: 65px; max-width: 100px; } .testimonial-item { padding: 33px 35px 45px; } .blog-post-content .title { font-size: 20px; } .core-features-item { padding: 30px 25px; } .about-content .title br { display: none; } .about-content .title { font-size: 37px; } .feedback-item-content { padding: 50px 65px 55px 50px; } .feedback-item-content .title { font-size: 34px; } #map-bg { min-height: 390px; } .blog-sidebar { margin-left: 10px; } .ask-doctor-content .title { font-size: 54px; } .ask-doctor-bg { min-height: 600px; } .doctor-cat-item { padding: 23px 15px; } .doctor-cat-item span { margin-top: 20px; } } /* Extra large devices (large desktops, 1200px and up) */ @media (max-width: 1199.98px) { .custom-container, .container { max-width: 960px; } .header-action > ul li.header-btn { display: none; } .header-shop-cart .minicart { right: 0; } .header-search input { padding: 10px 15px 10px 50px; } .header-search button { padding: 0 12px 0 0; } .header-user { margin-left: 15px; } .header-shop-cart > a { padding-right: 15px; } .header-shop-cart > .cart-price { margin-left: 10px; } .navbar-wrap ul li a { padding: 35px 17px; } .header-cat-list ul li { margin-right: 20px; } .slider-content .sub-title { font-size: 38px; } .slider-content .title { font-size: 44px; } .slider-bg { min-height: 520px; } .features-content .title { font-size: 22px; margin-bottom: 17px; } .shop-content { max-width: 100%; } .discount-wrap { background-position: center; padding: 60px; } .deal-week-item { padding: 15px; } .dw-big-item .deal-week-thumb .main-img { max-width: 100%; } .dw-big-item .deal-week-content { width: 100%; } .dw-big-item .deal-week-thumb .discount-img { right: 0; max-width: 50px; } .deal-week-content .title { font-size: 20px; } .deal-week-content .title > a span { font-size: 17px; } .dw-big-item .deal-week-content .title { font-size: 22px; line-height: 1.2; } .dw-big-item .deal-week-content .title > a span { font-size: 20px; } .shop-isotope-active .col { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .testimonial-item { padding: 30px 25px 35px; } .blog-post-content { padding: 30px 25px; } .blog-post-content .title { font-size: 18px; } .core-features-item { display: block; text-align: center; } .core-features-icon { margin: 0 auto 18px; } .core-features-content .title { font-size: 18px; line-height: 1; margin-bottom: 9px; } .section-area-inner { padding: 0 0; } .about-area .section-area-inner .row .col-6:first-child, .about-area .section-area-inner .row .col-6:last-child { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .about-image-wrap { margin-right: 17px; } .about-img-top { max-width: 290px; margin-bottom: -85px; } .about-img-top::before, .about-img-bottom::before { width: 200px; } .about-img-bottom { max-width: 350px; margin-left: auto; } .about-top-shape { right: 0; top: 10px; max-width: 120px; } .about-bottom-shape { left: 0; bottom: 20px; } .about-content .title { font-size: 34px; } .customer-feedback-item { margin: 50px 0px; } .feedback-item-content { width: 53%; padding: 45px 50px 45px 40px; } .customer-feedback-item .feedback-img { width: 47%; } .feedback-item-content .title { font-size: 30px; } .customer-feedback-active.owl-carousel .owl-nav { right: 0; } .support-content { text-align: center; margin-bottom: 50px; } .support-content .title { font-size: 34px; margin-bottom: 20px; } .customer-feedback-title .title { font-size: 34px; } .team-content .title { font-size: 17px; } .blog-sidebar { margin-left: 0; } .blog-sidebar .widget { padding: 35px 25px; } .rc-post-content .title { font-size: 15px; } .sn-title .title { font-size: 22px; margin-bottom: 5px; } .blog-details-content blockquote { padding-right: 0; } .avatar-post { padding: 35px 30px 35px 30px; } .comment-reply-box { padding: 50px 35px 50px; } .shop-inner-page .row .col-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .shop-inner-page .row .col-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .shop-inner-page .shop-wrap .row .col { -ms-flex: 0 0 33.3333%; flex: 0 0 33.3333%; max-width: 33.3333%; } .shop-details-wrap { margin-left: 20px; } .shop-details-content { margin-left: 0; margin-top: 45px; } .shop-details-content > .title { font-size: 32px; margin-bottom: 15px; } .shop-details-content > p { margin-right: 0; } .shop-details-wrap .col-7 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .shop-details-wrap .col-5 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .shop-inner-page .row .col-3 { -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; } .shop-inner-page .row .col-9 { -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70%; } .ask-doctor-content .title { font-size: 46px; } .ask-doctor-bg { min-height: 500px; } } /* Large devices (desktops, 992px and up) */ @media (max-width: 991.98px) { .custom-container, .container { max-width: 720px; } .main-header { padding: 25px 0; } .menu-nav { justify-content: space-between; } .header-action { margin-right: 20px; } .header-shop-cart .minicart { top: 65px; } .menu-outer .navbar-wrap { display: block !important; } .menu-area .mobile-nav-toggler { display: block; } .logo { text-align: left; } .menu-area { padding: 25px 0; } .header-search input { padding: 10px 61px 10px 59px; } .header-search button { padding: 0 18px 0 0; } .header-user { margin-left: 20px; } .header-shop-cart { margin-left: 20px; } .discount-wrap { padding: 40px; } .discount-content { width: 45%; } .discount-content .title { font-size: 26px; margin-bottom: 8px; } .discount-content p { margin-bottom: 25px; } .deal-week-item { padding: 25px; } .deal-week-thumb img { width: 100%; } .deal-week-content { left: 30px; top: 35px; } .dw-big-item .deal-week-content .title { font-size: 28px; line-height: 1.2; } .dw-big-item .deal-week-content .title > a span { font-size: 24px; } .dw-big-item .deal-week-thumb .main-img { max-width: unset; width: auto; } .dw-big-item .deal-week-thumb .discount-img { right: 65px; max-width: unset; width: auto; } .dw-big-item .deal-week-content { margin-bottom: 35px; } .shop-isotope-active .col { -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; } .shop-menu-nav button { margin-right: 32px; } .about-area .section-area-inner .row .col-6:first-child, .about-area .section-area-inner .row .col-6:last-child { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .about-img-top { max-width: 411px; margin-bottom: -168px; } .about-img-top::before, .about-img-bottom::before { width: 292px; } .about-img-bottom { max-width: 507px; } .about-top-shape { right: 25px; top: 25px; max-width: unset; } .about-bottom-shape { left: 22px; bottom: 30px; } .about-image-wrap { margin-bottom: 67px; } .about-content .title br { display: block; } .about-content .title { font-size: 40px; } .customer-feedback-item { background: #000; box-shadow: none; border-radius: 10px; } .feedback-item-content { width: 75%; padding: 45px 50px 45px 40px; } .customer-feedback-item .feedback-img { width: 100%; opacity: .25; z-index: -1; } .feedback-item-content .title, .feedback-client .info h5, .feedback-client .info span { color: #fff; } .feedback-tags ul li a { color: #dadada; } .feedback-item-content .title { font-size: 34px; } .feedback-item-content .feedback-btn { border-color: #fff; color: #fff; } .contact-info-wrap { margin-left: 0; margin-bottom: 50px; } .blog-sidebar { margin-left: 0; margin-top: 100px; } .blog-sidebar .widget { padding: 40px 30px; } .rc-post-content .title { font-size: 16px; } .sn-title .title { font-size: 26px; margin-bottom: 5px; } .shop-inner-page .row .col-3 { -ms-flex: 0 0 66%; flex: 0 0 66%; max-width: 66%; } .shop-inner-page .row .col-9 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .shop-inner-page .shop-wrap .row .col { -ms-flex: 0 0 33.3333%; flex: 0 0 33.3333%; max-width: 33.3333%; } .shop-sidebar { margin-top: 100px; } .shop-details-wrap { margin-left: 0; } .ask-doctor-content .title { font-size: 54px; } .ask-doctor-bg { min-height: 550px; } } /* Medium devices (tablets, 768px and up) */ @media (max-width: 767.98px) { .custom-container, .container { max-width: 100%; } .transparent-header { top: 0; } .header-top { padding: 10px 0; } .header-top-area { justify-content: center; margin-bottom: 3px; } .header-top-right-text ul { justify-content: center; } .header-action { margin-right: 0; margin-top: 20px; } .header-action > ul { display: block; } .header-search input { width: 100%; } .menu-area .menu-nav .row { width: 100%; flex: 0 0 100%; margin: 0 0; } .menu-area .menu-nav .row [class*="col-"] { padding: 0; } .menu-area .mobile-nav-toggler { display: block; margin-top: 0; margin-bottom: -32px; position: relative; z-index: 9; top: 3px; } .sticky-menu .header-action { display: none; } .slider-bg { background-position: left center; } .slider-content .sub-title { font-size: 34px; } .slider-content .title { font-size: 40px; } .features-content .btn { display: none; } .features-content .title { font-size: 18px; margin-bottom: 0; } .features-content { left: 30px; width: 40%; } .category-view { text-align: center; margin-top: 12px; } .category-title .title, .shop-section-title .title { font-size: 24px; } .shop-thumb img { width: 100%; } .shop-content { max-width: 90%; } .discount-content { width: 100%; } .discount-wrap { padding: 35px; } .discount-content .title { font-size: 24px; } .discount-content p { font-size: 14px; } .deal-week-item { padding: 15px; } .dw-big-item .deal-week-content .title { font-size: 22px; line-height: 1.2; } .dw-big-item .deal-week-content .title > a span { font-size: 20px; } .dw-big-item .deal-week-thumb .main-img { max-width: 100%; } .dw-big-item .deal-week-inner { padding: 35px 20px 30px; } .dw-big-item .deal-week-thumb .discount-img { right: 0; max-width: 70px; width: auto; } .deal-week-content { width: 60%; left: 25px; top: 25px; } .shop-isotope-active .col { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .shop-menu-nav { justify-content: center; } .shop-menu-nav button { padding: 0; margin: 0 15px 10px !important; } .shop-menu-nav button::before { display: none; } .category-title, .shop-section-title { text-align: center; } .shop-title-wrap { padding-bottom: 10px; } .copyright-text { text-align: center; margin-bottom: 10px; } .scroll-top { right: 0; } .about-img-top { max-width: 80%; margin-bottom: -85px; } .about-img-top::before, .about-img-bottom::before { width: 50%; height: 50%; } .about-img-bottom { max-width: 85%; margin-left: auto; } .about-top-shape { display: none; } .about-bottom-shape { left: 0; bottom: 20px; } .about-content .title br { display: none; } .about-content .title { font-size: 30px; } .customer-feedback-title .title { font-size: 30px; width: 100%; flex: 0 0 100%; } .feedback-item-content { width: 100%; padding: 45px 25px 45px 25px; } .feedback-item-content .title { font-size: 26px; } .support-content .title { font-size: 30px; } .fact-item { margin-bottom: 40px; } .support-area { padding: 100px 0 55px; } .team-section-title .title { font-size: 30px; } .customer-feedback-area { padding: 90px 0 50px; } .contact-info-wrap { padding: 45px 20px; } .contact-social { margin-top: 30px; } .contact-title .title { font-size: 34px; } .contact-title .sub-title { font-size: 22px; } #map-bg { min-height: 290px; } .standard-blog-content { padding: 45px 25px 35px; } .standard-blog-content > .title { font-size: 20px; margin-bottom: 18px; } .standard-blog-content .blog-line { margin: 25px 0; } .blog-sidebar .widget { padding: 35px 25px; } .rc-post-content .title { font-size: 15px; } .sn-title .title { font-size: 24px; } .blog-details-content blockquote { font-size: 17px; } .blog-details-img .row .col-md-6:first-child img { margin-bottom: 20px; } .blog-details-bottom { display: block; } .blog-details-tags { width: 100%; flex: 0 0 100%; } .blog-details-social ul { justify-content: flex-start; margin-top: 15px; } .avatar-post { display: block; text-align: center; } .post-avatar-img { margin: 0 auto 20px; } .post-avatar-content .blog-details-social ul { justify-content: center; } .blog-next-prev ul { flex-wrap: wrap; } .blog-next-prev .blog-next { margin-left: auto; } .comment-reply-box { padding: 40px 25px 40px; } .comment-reply-box .title { margin-bottom: 25px; } .blog-details-img img { width: 100%; } .shop-inner-page .shop-wrap .row .col { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .shop-inner-page .row .col-3 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .shop-show-list { margin-right: 35px; } .shop-short-by { margin-left: 0; } .shop-details-content > .title { font-size: 28px; } .product-desc-wrap .nav-tabs .nav-link::after { display: none; } .product-desc-wrap .nav-tabs .nav-item { margin: 0 35px 0 0; } .product-desc-img { margin-bottom: 20px; } .product-desc-review { padding: 20px 15px; } .ask-doctor-content .title { font-size: 34px; } .ask-doctor-content .sub-title { font-size: 14px; padding: 7px 20px; } .ask-doctor-form { margin-top: 30px; } .ask-doctor-form form input { padding: 18px 10% 18px 25px; } .ask-doctor-form form button { position: unset; min-height: 55px; margin-top: 15px; } .team-thumb img { width: 100%; } .doctor-cat-item { margin: 0 auto; } } /* Small devices (landscape phones, 576px and up) */ @media only screen and (min-width: 576px) and (max-width: 767px) { .custom-container, .container { max-width: 540px; } .features-content .btn { display: inline-block; } .features-content .title { font-size: 22px; margin-bottom: 17px; } .discount-content { width: 60%; } .dw-big-item .deal-week-content .title { font-size: 26px; line-height: 1.2; } .dw-big-item .deal-week-content .title > a span { font-size: 24px; } .dw-big-item .deal-week-thumb .discount-img { right: 0; max-width: unset; width: auto; } .deal-week-content { width: 68%; } .deal-week-content .title { font-size: 18px; } .deal-week-thumb img { opacity: .4; } .dw-big-item .deal-week-thumb img { opacity: 1; } .shop-isotope-active .col { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .blog-post-thumb img { width: 100%; } .core-features-item { display: flex; padding: 35px 32px; text-align: left; } .core-features-icon { margin: 0 23px 0 0; } .about-img-top { margin-bottom: -150px; } .about-content .title, .customer-feedback-title .title { font-size: 34px; } .feedback-item-content .title { font-size: 32px; } .feedback-item-content { width: 100%; padding: 45px 35px; } .contact-info-wrap { padding: 45px 55px; } .standard-blog-content > .title { font-size: 24px; } .blog-sidebar .widget { padding: 40px 30px; } .rc-post-content .title { font-size: 16px; } .avatar-post { padding: 40px 45px; } .comment-reply-box { padding: 50px 35px 50px; } .shop-inner-page .shop-wrap .row .col { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .shop-details-content > .title { font-size: 32px; } .product-desc-img img { width: auto; } .ask-doctor-content .title { font-size: 44px; } .ask-doctor-form form button { position: absolute; min-height: auto; margin-top: 0; } .ask-doctor-form form input { padding: 21px 35% 21px 25px; } }
0.373076
0.080937
html { max-width: 100%; margin: auto; } /* * Top navigation * Hide default border to remove 1px line. */ .navbar-fixed-top { border: 0; padding-right: 1em; } /* * Move down content because we have a fixed navbar that is 30px tall */ body { margin: auto; padding-top: 30px; } body>nav { max-height: 2.5em; line-height: 2.5em; width: 100%; margin: auto; } body>nav.navbar { min-height: 10px; margin-bottom: 0; padding-right: .5em; } /* * .navbar-toggle is apparently referenced by something * in the bootstrap css model, don't delete */ .navbar-inverse .navbar-toggle { font-size: .25em; margin-left: 5%; margin-right: 5%; width: 90%; height: 1px; } .navbar { min-height: 30px; } /* * Login / auth styles */ #auth_list_item { padding-left: 10px; } .auth-label { color: #9d9d9d; font-size: .7em; padding-left: 5px; padding: 0 .5em 0 .5em; margin: auto; } #user_label>a { color: #9d9d9d; } .navbar-label { color: #9d9d9d; font-size: 1.2em; font-weight: bold; margin-left: 7px; padding-right: 5px; } /* * Initial element visibility * overrides bootstrap */ .hidden { display: none !important; } #content { width: 100%; margin: auto; padding: 1px; } #content>div.container-fluid { padding-right: 0; padding-left: 0; margin: auto; margin-right: 0; margin-left: 0; } #board, #auth_warning { min-height: 290px; margin-top: 1.25em; margin-right: auto; margin-bottom: 0; margin-left: auto; display: flex; flex-direction: column; align-items: center; /* // display: box; // box-orient: vertical; // box-align: center; // display: -webkit-box; // -webkit-box-orient: vertical; // -webkit-box-align: center; // display: -moz-box; // -moz-box-orient: vertical; // -moz-box-align: center; */ } #auth_warning_graphic { margin: auto; padding: .5em 0 .5em 0; height: 7em; width: 7em; } /* * Board grid / squares styles */ table { text-align: center; padding: 5pt 0pt; border-spacing: 0pt; } td.square { font-size: 1em; width: 5em; height: 5em; border: 2pt solid #000; -webkit-transition: all .1s; -moz-transition: all .1s; transition: all .1s; background: #ffffff; } td.square:hover { background: #D3E3E8; } td.square:active { background: #CFF4FF; } td.no-top-border { border-top: 0pt; } td.no-right-border { border-right: 0pt; } td.no-left-border { border-left: 0pt; } td.no-bottom-border { border-bottom: 0pt; } /* * Message appearing below the game grid */ #game_message { height: .7em; padding: .25em 0 0 0; font-size: 10pt; font-weight: normal; } /* * For the lower part of the page */ #lower_board_wrapper { background-color: whiteSmoke; } #lower-navbar { border: 0; min-height: 0; max-height: 26px; font-size: 1em; margin-bottom: 0px; } #lower-navbar>div.container-fluid { height: 26px; padding-right: 5px; padding-left: 0; } #lower-navbar-header { font-size: 1em; height: 26px; width: 100%; margin-right: 0; margin-left: 0; padding-right: 0; padding-left: 0; vertical-align: middle; border-bottom: none; } #lower-navbar-header>a.navbar-brand { font-size: 13pt; height: 20px; padding: 1px; padding-left: 15px; vertical-align: middle; line-height: normal; } #lower-navbar-header > ul > li > a { padding: 1px 5px 1px 5px; margin: 2px 0 0 2px; height: 22px; } /* * For tabs in the lower nav header */ #lower-navbar-header > ul.nav-tabs { border-bottom: none; } .tab-ln { font-size: .8em; background-color: #c8c7c9; } .tab-ln.active { background-color: #e9e9e9; } /* * Lower table / score table header */ #lower_table_header { font-size: .7em; } #lower_table_header>tr>th { text-align: center; } /* * Column lables */ #ltcl_1, #ltcl_2, #ltcl_3, #ltcl_4, #ltcl_5 { padding: 2px; } .score-label { font-size: .7em; color: #ffffff; padding-left: .5em; vertical-align: middle; align: right; } #lower_table_body { font-size: .7em; } #lower_table_body>tr>td { vertical-align: middle; padding: 2px; padding-bottom: 2px; } /* * Button Styles */ #authorize_button, #signout_button { font-size: .7em; /* padding: 0 2px 0 2px; */ margin: auto; /* margin-right: 0; */ height: 1.7em; line-height: 1em; margin-top: 1em; margin-bottom: 1em; vertical-align: middle; } #board_btn_left_2, #board_btn_left_1, #board_btn_right_1, #board_btn_right_2 { font-size: .9em; /* min-width: 5em; */ max-height: 20px; margin: .5em 0 1em 0; padding: 0 2px 1px 2px; } #board_btn_left_2, #board_btn_left_1 { margin-right: .25em; margin-left: .25em; } #board_btn_right_1, #board_btn_right_2 { margin-right: .25em; margin-left: .25em; } #replay_button, #hide_button { font-size: .9em; max-height: 20px; margin: 0; padding: 0 1px 0 1px; margin: 3px; } #lower_row_active_game{ background-color: #ccffff; }
static/css/base.css
html { max-width: 100%; margin: auto; } /* * Top navigation * Hide default border to remove 1px line. */ .navbar-fixed-top { border: 0; padding-right: 1em; } /* * Move down content because we have a fixed navbar that is 30px tall */ body { margin: auto; padding-top: 30px; } body>nav { max-height: 2.5em; line-height: 2.5em; width: 100%; margin: auto; } body>nav.navbar { min-height: 10px; margin-bottom: 0; padding-right: .5em; } /* * .navbar-toggle is apparently referenced by something * in the bootstrap css model, don't delete */ .navbar-inverse .navbar-toggle { font-size: .25em; margin-left: 5%; margin-right: 5%; width: 90%; height: 1px; } .navbar { min-height: 30px; } /* * Login / auth styles */ #auth_list_item { padding-left: 10px; } .auth-label { color: #9d9d9d; font-size: .7em; padding-left: 5px; padding: 0 .5em 0 .5em; margin: auto; } #user_label>a { color: #9d9d9d; } .navbar-label { color: #9d9d9d; font-size: 1.2em; font-weight: bold; margin-left: 7px; padding-right: 5px; } /* * Initial element visibility * overrides bootstrap */ .hidden { display: none !important; } #content { width: 100%; margin: auto; padding: 1px; } #content>div.container-fluid { padding-right: 0; padding-left: 0; margin: auto; margin-right: 0; margin-left: 0; } #board, #auth_warning { min-height: 290px; margin-top: 1.25em; margin-right: auto; margin-bottom: 0; margin-left: auto; display: flex; flex-direction: column; align-items: center; /* // display: box; // box-orient: vertical; // box-align: center; // display: -webkit-box; // -webkit-box-orient: vertical; // -webkit-box-align: center; // display: -moz-box; // -moz-box-orient: vertical; // -moz-box-align: center; */ } #auth_warning_graphic { margin: auto; padding: .5em 0 .5em 0; height: 7em; width: 7em; } /* * Board grid / squares styles */ table { text-align: center; padding: 5pt 0pt; border-spacing: 0pt; } td.square { font-size: 1em; width: 5em; height: 5em; border: 2pt solid #000; -webkit-transition: all .1s; -moz-transition: all .1s; transition: all .1s; background: #ffffff; } td.square:hover { background: #D3E3E8; } td.square:active { background: #CFF4FF; } td.no-top-border { border-top: 0pt; } td.no-right-border { border-right: 0pt; } td.no-left-border { border-left: 0pt; } td.no-bottom-border { border-bottom: 0pt; } /* * Message appearing below the game grid */ #game_message { height: .7em; padding: .25em 0 0 0; font-size: 10pt; font-weight: normal; } /* * For the lower part of the page */ #lower_board_wrapper { background-color: whiteSmoke; } #lower-navbar { border: 0; min-height: 0; max-height: 26px; font-size: 1em; margin-bottom: 0px; } #lower-navbar>div.container-fluid { height: 26px; padding-right: 5px; padding-left: 0; } #lower-navbar-header { font-size: 1em; height: 26px; width: 100%; margin-right: 0; margin-left: 0; padding-right: 0; padding-left: 0; vertical-align: middle; border-bottom: none; } #lower-navbar-header>a.navbar-brand { font-size: 13pt; height: 20px; padding: 1px; padding-left: 15px; vertical-align: middle; line-height: normal; } #lower-navbar-header > ul > li > a { padding: 1px 5px 1px 5px; margin: 2px 0 0 2px; height: 22px; } /* * For tabs in the lower nav header */ #lower-navbar-header > ul.nav-tabs { border-bottom: none; } .tab-ln { font-size: .8em; background-color: #c8c7c9; } .tab-ln.active { background-color: #e9e9e9; } /* * Lower table / score table header */ #lower_table_header { font-size: .7em; } #lower_table_header>tr>th { text-align: center; } /* * Column lables */ #ltcl_1, #ltcl_2, #ltcl_3, #ltcl_4, #ltcl_5 { padding: 2px; } .score-label { font-size: .7em; color: #ffffff; padding-left: .5em; vertical-align: middle; align: right; } #lower_table_body { font-size: .7em; } #lower_table_body>tr>td { vertical-align: middle; padding: 2px; padding-bottom: 2px; } /* * Button Styles */ #authorize_button, #signout_button { font-size: .7em; /* padding: 0 2px 0 2px; */ margin: auto; /* margin-right: 0; */ height: 1.7em; line-height: 1em; margin-top: 1em; margin-bottom: 1em; vertical-align: middle; } #board_btn_left_2, #board_btn_left_1, #board_btn_right_1, #board_btn_right_2 { font-size: .9em; /* min-width: 5em; */ max-height: 20px; margin: .5em 0 1em 0; padding: 0 2px 1px 2px; } #board_btn_left_2, #board_btn_left_1 { margin-right: .25em; margin-left: .25em; } #board_btn_right_1, #board_btn_right_2 { margin-right: .25em; margin-left: .25em; } #replay_button, #hide_button { font-size: .9em; max-height: 20px; margin: 0; padding: 0 1px 0 1px; margin: 3px; } #lower_row_active_game{ background-color: #ccffff; }
0.404037
0.061876
body { font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; } header { background: rgb(253, 255, 255); background: linear-gradient( 90deg, rgba(253, 255, 255, 1) 0%, rgba(136, 255, 244, 1) 92%, rgba(120, 240, 255, 1) 100%, rgba(6, 0, 105, 1) 100% ); } .brand-name { font-size: 40px; } .brand-name .sub-text { font-size: 20px; } footer { background-color: rgb(131, 143, 140); font-weight: bold; color: black; } #content-main { margin-left: 25vw; margin-bottom: 60vh; margin-top: -30vh; } #poll-options { display: flex; flex-direction: row; } #add-btn { margin-left: 35vh; margin-right: 20px; } .btn-danger { margin-left: -23px; } #form-create { margin-top: 2px; margin-left: 15px; padding-top: 20px; padding-bottom: 5px; border: 1px solid black; border-radius: 5px; } .btn-signout { background-color: inherit; border: 0px; color: white; margin-right: 6vh; } #input-datetime{ margin-left: 2vh; max-width: 30vh; width: 28vh; } #cb-multiple{ margin-left: -7.5vh; margin-top: 1vh; } .poll-container{ margin-top: 0px; padding-top: 2px; padding-bottom: 5px; border-radius: 5px; } .option-full{ margin-bottom: 20px; background-color: #e3fff9; padding: 0px 5px 5px 5px; border-radius: 5px; border: 0.3px solid black; } .nav-item:hover { transform: translateX(20px); transition: transform 0.5s ease-in-out; cursor: pointer; } .loader { position: fixed; top: 40vh; left: 45vw; border: 16px solid #f3f3f3; border-radius: 50%; border-top: 16px solid #3498db; width: 200px; height: 200px; -webkit-animation: spin 2s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @-webkit-keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .message-success { display: flex; z-index: 1500; position: fixed; left: 33vw; top: 45vh; height: 15vh; width: 35vw; background-color:#28a745; color: white; border: 2px solid #048830; border-radius: 5px; font-size: 3vh; align-items: center; justify-content: center; text-align: center; padding: 1vh 1vh 1vh 1vh; } .message-info { display: flex; z-index: 1500; position: fixed; left: 33vw; top: 45vh; height: 15vh; width: 35vw; background-color:#17a2b8; color: white; border: 2px solid #047f92; border-radius: 5px; font-size: 3vh; align-items: center; justify-content: center; text-align: center; padding: 1vh 1vh 1vh 1vh; } .message-error { display: flex; z-index: 1500; position: fixed; left: 33vw; top: 45vh; height: 15vh; width: 35vw; background-color:#cd3435; color: white; border: 2px solid #c71212; border-radius: 5px; font-size: 3vh; align-items: center; justify-content: center; text-align: center; padding: 1vh 1vh 1vh 1vh; } .message-fadeout{ animation: fadeOut ease 3s; -webkit-animation: fadeOut ease 3s; } @keyframes fadeOut { 0% { opacity:1; } 100% { opacity:0; } } @-webkit-keyframes fadeOut { 0% { opacity:1; } 100% { opacity:0; } } .no-polls { position: fixed; left: 40vw; top: 30vh; font-size: 12vh; color:rgb(131, 143, 140); }
public/css/home.css
body { font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; } header { background: rgb(253, 255, 255); background: linear-gradient( 90deg, rgba(253, 255, 255, 1) 0%, rgba(136, 255, 244, 1) 92%, rgba(120, 240, 255, 1) 100%, rgba(6, 0, 105, 1) 100% ); } .brand-name { font-size: 40px; } .brand-name .sub-text { font-size: 20px; } footer { background-color: rgb(131, 143, 140); font-weight: bold; color: black; } #content-main { margin-left: 25vw; margin-bottom: 60vh; margin-top: -30vh; } #poll-options { display: flex; flex-direction: row; } #add-btn { margin-left: 35vh; margin-right: 20px; } .btn-danger { margin-left: -23px; } #form-create { margin-top: 2px; margin-left: 15px; padding-top: 20px; padding-bottom: 5px; border: 1px solid black; border-radius: 5px; } .btn-signout { background-color: inherit; border: 0px; color: white; margin-right: 6vh; } #input-datetime{ margin-left: 2vh; max-width: 30vh; width: 28vh; } #cb-multiple{ margin-left: -7.5vh; margin-top: 1vh; } .poll-container{ margin-top: 0px; padding-top: 2px; padding-bottom: 5px; border-radius: 5px; } .option-full{ margin-bottom: 20px; background-color: #e3fff9; padding: 0px 5px 5px 5px; border-radius: 5px; border: 0.3px solid black; } .nav-item:hover { transform: translateX(20px); transition: transform 0.5s ease-in-out; cursor: pointer; } .loader { position: fixed; top: 40vh; left: 45vw; border: 16px solid #f3f3f3; border-radius: 50%; border-top: 16px solid #3498db; width: 200px; height: 200px; -webkit-animation: spin 2s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @-webkit-keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .message-success { display: flex; z-index: 1500; position: fixed; left: 33vw; top: 45vh; height: 15vh; width: 35vw; background-color:#28a745; color: white; border: 2px solid #048830; border-radius: 5px; font-size: 3vh; align-items: center; justify-content: center; text-align: center; padding: 1vh 1vh 1vh 1vh; } .message-info { display: flex; z-index: 1500; position: fixed; left: 33vw; top: 45vh; height: 15vh; width: 35vw; background-color:#17a2b8; color: white; border: 2px solid #047f92; border-radius: 5px; font-size: 3vh; align-items: center; justify-content: center; text-align: center; padding: 1vh 1vh 1vh 1vh; } .message-error { display: flex; z-index: 1500; position: fixed; left: 33vw; top: 45vh; height: 15vh; width: 35vw; background-color:#cd3435; color: white; border: 2px solid #c71212; border-radius: 5px; font-size: 3vh; align-items: center; justify-content: center; text-align: center; padding: 1vh 1vh 1vh 1vh; } .message-fadeout{ animation: fadeOut ease 3s; -webkit-animation: fadeOut ease 3s; } @keyframes fadeOut { 0% { opacity:1; } 100% { opacity:0; } } @-webkit-keyframes fadeOut { 0% { opacity:1; } 100% { opacity:0; } } .no-polls { position: fixed; left: 40vw; top: 30vh; font-size: 12vh; color:rgb(131, 143, 140); }
0.551574
0.096323
@charset "utf-8"; body { height: 100%; -webkit-tap-highlight-color: transparent; } html { font-size: 625%; } li { list-style: none; margin: 0; padding: 0; } ul { margin: 0; padding: 0; } /*PersonCenter*/ li.un_define { list-style: none; padding: 0; margin-top: 5px; margin-left: 15px; margin-right: 15px; display: block; } div .pc-image-below { background-size: cover; height: 140px; width: 100%; display: block; border-radius: 6px; background-position: center; background-repeat: no-repeat; } .pc-sub-desc { margin-top: -6px; color: #9b9b9b; } .pc-bottom-integral-number { padding: 0; margin: 0; color: #0ba7ff; } .pc-round-head { margin-top: -40px; margin-left: 35%; margin-right: 35%; width: 80px; height: 80px; border-radius: 80px; } .pc-middle-frame { width: 100%; margin-top: -10px; margin-bottom: -10px; } .pc-center-desc { color: #8c8c8c; margin: 0 0 20px 0; } .pc-center-address { text-align: center; border: 1px dotted #A9A9A9; color: #04060A; padding: 2px 4px; } .pc-a-integral { margin-top: -3%; color: #000000; padding: 2px 4px; float: right; position: relative; border: 1px solid #D8D8D8; border-radius: 3px; } .pc-subtitle { color: #333333; margin-top: 8px; } /*Login*/ .login-register-logo { width: 40%; margin-top: 25px; margin-left: 30% } .login-register-Input { margin-left: 10%; width: 80%; height: 20%; font-size: 15px; margin-top: 20px; border-top-style: none; border-left-style: none; border-right-style: none; background-color: transparent; border-color: #dddddd; border-radius: 0; } .login-button { border-color: transparent; height: 40px; border-radius: 5px; padding: 3px 6px; background: #0b8de3; color: #FFFFFF; margin-top: 5%; width: 84%; margin-left: 8%; } /*Login2*/ .register-number-p { margin-top: 20px; margin-left: 10%; width: 80%; font-size: 18px; } .register-send-again-a { text-align: center; color: #FEB026; font-size: 14px; } /*OutLogin*/ .OutLoginButton { margin-top: 12%; display: inline-block; position: relative; float: right; margin-right: 15px; border: 1px solid #AAAAAA; padding: 0.5% 1%; font-size: 0.8em; border-radius: 5px; color: #AAAAAA } .unlogin-round-head { margin-left: 30px; margin-bottom: 20px; margin-top: 20px; width: 70px; height: 70px; border-radius: 80px; } .OutLoginTupian { height: 30%; width: 32%; display: inline-block; text-align: center; margin: 0 0; padding: 0 0; } .OutLoginYuanXing { margin-bottom: 15px; margin-top: 15px; width: 80px; height: 80px; border-radius: 80px; margin-left: 15px; } .OutLoginTopTitle { font-size: 1.5em; display: inline-block; margin-left: 5%; } .OutLoginA { margin-top: 10%; display: inline-block; position: relative; float: right; margin-right: 15px; border: 1px solid #AAAAAA; padding: 0.5% 1%; font-size: 1.2em; border-radius: 5px; } .OutLoginImgAndTitle { width: 32%; display: inline-block; text-align: center; margin: 0 0; } /*my-apply*/ .apply-round-head { margin-left: 6px; margin-bottom: 10px; margin-top: 10px; width: 45px; height: 45px; border-radius: 45px; } .apply-p-name { display: inline-block; } .apply-image { background-size: cover; height: 140px; width: 100%; display: block; background-position: center; background-repeat: no-repeat; } .apply-body { height: 100%; background: url(/static/image/me_bg.jpg); background-size: cover; display: block; background-position: center; background-repeat: no-repeat; background-attachment: fixed; } .apply-div-root { margin: 0; padding: 0; background: #11EEEEEE; height: 100%; } .apply-div-item { width: 95%; background-color: #FFFFFF; margin: 2.5%; border-radius: 8px; padding-bottom: 1px; } .apply-p-title { color: #000000; margin-left: 5px; margin-top: 10px; } .apply-p-data { margin-left: 5px; margin-top: -5px; } /*my-integral*/ .integral-round-head { float: left; display: inline-block; background-position: center; background-repeat: no-repeat; background-size: cover; margin: 10px; width: 75px; height: 75px; border-radius: 75px; } /*store-index*/ .store-top-img { width: 100%; height: 200px; background-position: center; background-repeat: no-repeat; background-size: cover; } .store-top-round { background-position: center; background-repeat: no-repeat; background-size: cover; margin: 0 auto; box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px; filter: alpha(opacity=60); width: 90px; height: 90px; border-radius: 80px; } .store-middle-line { padding-left: 15px; list-style: none; margin-left: 0; margin-right: 0; padding-bottom: 5px; padding-top: 5px; background-color: #EEEEEE; width: 100%; } .store-middle-first { border-left: 1px solid #EEEEEE; padding-top: 10px; } .store-middle-second { border-top: 1px solid #EEEEEE; padding-top: 10px; border-left: 1px solid #EEEEEE; } .store-li-none { list-style: none; padding: 0; margin: 0; } .store-middle-signup { width: 40px; height: 40px; /*position: relative;*/ float: left; top: 0; left: 0; } .store-item-on { background-color: #F15A57; } /*my-integral*/ /*li和ul写了全局*/ .my-integral-top-div { background-color: #FFFFFF; display: inline-block; border-radius: 15px; margin-right: 4%; margin-left: 4%; margin-top: 15px; width: 92%; } .my-integral-middle-div { display: inline-block; margin-top: 25px; float: left; } .my-integral-bottom-p { display: inline-block; float: right; margin-top: 40px; margin-right: 15px; } /*my-collection*/ .my-collection-middle-div { display: inline-block; margin-top: 36px; float: left; } .my-collection-bottom-p { display: inline-block; float: right; margin-top: 36px; margin-right: 15px; } /*公共资源*/ .p-number-color { color: #0ba7ff; }
www/static/admin/css/wechat/all.css
@charset "utf-8"; body { height: 100%; -webkit-tap-highlight-color: transparent; } html { font-size: 625%; } li { list-style: none; margin: 0; padding: 0; } ul { margin: 0; padding: 0; } /*PersonCenter*/ li.un_define { list-style: none; padding: 0; margin-top: 5px; margin-left: 15px; margin-right: 15px; display: block; } div .pc-image-below { background-size: cover; height: 140px; width: 100%; display: block; border-radius: 6px; background-position: center; background-repeat: no-repeat; } .pc-sub-desc { margin-top: -6px; color: #9b9b9b; } .pc-bottom-integral-number { padding: 0; margin: 0; color: #0ba7ff; } .pc-round-head { margin-top: -40px; margin-left: 35%; margin-right: 35%; width: 80px; height: 80px; border-radius: 80px; } .pc-middle-frame { width: 100%; margin-top: -10px; margin-bottom: -10px; } .pc-center-desc { color: #8c8c8c; margin: 0 0 20px 0; } .pc-center-address { text-align: center; border: 1px dotted #A9A9A9; color: #04060A; padding: 2px 4px; } .pc-a-integral { margin-top: -3%; color: #000000; padding: 2px 4px; float: right; position: relative; border: 1px solid #D8D8D8; border-radius: 3px; } .pc-subtitle { color: #333333; margin-top: 8px; } /*Login*/ .login-register-logo { width: 40%; margin-top: 25px; margin-left: 30% } .login-register-Input { margin-left: 10%; width: 80%; height: 20%; font-size: 15px; margin-top: 20px; border-top-style: none; border-left-style: none; border-right-style: none; background-color: transparent; border-color: #dddddd; border-radius: 0; } .login-button { border-color: transparent; height: 40px; border-radius: 5px; padding: 3px 6px; background: #0b8de3; color: #FFFFFF; margin-top: 5%; width: 84%; margin-left: 8%; } /*Login2*/ .register-number-p { margin-top: 20px; margin-left: 10%; width: 80%; font-size: 18px; } .register-send-again-a { text-align: center; color: #FEB026; font-size: 14px; } /*OutLogin*/ .OutLoginButton { margin-top: 12%; display: inline-block; position: relative; float: right; margin-right: 15px; border: 1px solid #AAAAAA; padding: 0.5% 1%; font-size: 0.8em; border-radius: 5px; color: #AAAAAA } .unlogin-round-head { margin-left: 30px; margin-bottom: 20px; margin-top: 20px; width: 70px; height: 70px; border-radius: 80px; } .OutLoginTupian { height: 30%; width: 32%; display: inline-block; text-align: center; margin: 0 0; padding: 0 0; } .OutLoginYuanXing { margin-bottom: 15px; margin-top: 15px; width: 80px; height: 80px; border-radius: 80px; margin-left: 15px; } .OutLoginTopTitle { font-size: 1.5em; display: inline-block; margin-left: 5%; } .OutLoginA { margin-top: 10%; display: inline-block; position: relative; float: right; margin-right: 15px; border: 1px solid #AAAAAA; padding: 0.5% 1%; font-size: 1.2em; border-radius: 5px; } .OutLoginImgAndTitle { width: 32%; display: inline-block; text-align: center; margin: 0 0; } /*my-apply*/ .apply-round-head { margin-left: 6px; margin-bottom: 10px; margin-top: 10px; width: 45px; height: 45px; border-radius: 45px; } .apply-p-name { display: inline-block; } .apply-image { background-size: cover; height: 140px; width: 100%; display: block; background-position: center; background-repeat: no-repeat; } .apply-body { height: 100%; background: url(/static/image/me_bg.jpg); background-size: cover; display: block; background-position: center; background-repeat: no-repeat; background-attachment: fixed; } .apply-div-root { margin: 0; padding: 0; background: #11EEEEEE; height: 100%; } .apply-div-item { width: 95%; background-color: #FFFFFF; margin: 2.5%; border-radius: 8px; padding-bottom: 1px; } .apply-p-title { color: #000000; margin-left: 5px; margin-top: 10px; } .apply-p-data { margin-left: 5px; margin-top: -5px; } /*my-integral*/ .integral-round-head { float: left; display: inline-block; background-position: center; background-repeat: no-repeat; background-size: cover; margin: 10px; width: 75px; height: 75px; border-radius: 75px; } /*store-index*/ .store-top-img { width: 100%; height: 200px; background-position: center; background-repeat: no-repeat; background-size: cover; } .store-top-round { background-position: center; background-repeat: no-repeat; background-size: cover; margin: 0 auto; box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px; filter: alpha(opacity=60); width: 90px; height: 90px; border-radius: 80px; } .store-middle-line { padding-left: 15px; list-style: none; margin-left: 0; margin-right: 0; padding-bottom: 5px; padding-top: 5px; background-color: #EEEEEE; width: 100%; } .store-middle-first { border-left: 1px solid #EEEEEE; padding-top: 10px; } .store-middle-second { border-top: 1px solid #EEEEEE; padding-top: 10px; border-left: 1px solid #EEEEEE; } .store-li-none { list-style: none; padding: 0; margin: 0; } .store-middle-signup { width: 40px; height: 40px; /*position: relative;*/ float: left; top: 0; left: 0; } .store-item-on { background-color: #F15A57; } /*my-integral*/ /*li和ul写了全局*/ .my-integral-top-div { background-color: #FFFFFF; display: inline-block; border-radius: 15px; margin-right: 4%; margin-left: 4%; margin-top: 15px; width: 92%; } .my-integral-middle-div { display: inline-block; margin-top: 25px; float: left; } .my-integral-bottom-p { display: inline-block; float: right; margin-top: 40px; margin-right: 15px; } /*my-collection*/ .my-collection-middle-div { display: inline-block; margin-top: 36px; float: left; } .my-collection-bottom-p { display: inline-block; float: right; margin-top: 36px; margin-right: 15px; } /*公共资源*/ .p-number-color { color: #0ba7ff; }
0.369884
0.064183
display: flex; align-items: center; flex-direction: column; } #i-merchant-up div { display: flex; align-items: center; } #i-merchant-up > .head { width: calc(100% - 2rem); padding: 1rem; background: white; box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.2); } #i-merchant-up > .head > div { background: #e5e5e5; border-radius: 0.2rem; padding: 0.2rem 0.4rem; } #i-merchant-up > .head > div > input { border: none; padding: 0.5rem; font-size: 0.98rem; background: transparent; } #i-merchant-up > .head > div > span { cursor: pointer; } #i-merchant-up > .head > div > span:before { font-family: var(--ico-font); content: var(--ico-search); font-size: 1.6rem; } #i-merchant-up > .body { flex-direction: column; padding: 1rem 0; justify-content: center; align-items: flex-start; width: 95%; } @media screen and (max-width: 768px) { #i-merchant-up > .body { width: 100%; } } #i-merchant-up > .body > div { padding: 1rem; width: calc(100% - 2rem); border-bottom: 1px solid #cbcbcb; } #i-merchant-up > .body > div > b { width: 5rem; font-size: 1.05rem; flex-shrink: 0; } @media screen and (max-width: 768px) { #i-merchant-up > .body > div > b { width: 3rem; } } #i-merchant-up > .body > .cover > input { display: none; } #i-merchant-up > .body > .cover > span { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 10rem; width: 12rem; border-radius: 0.8rem; border: 0.05rem dashed gray; cursor: pointer; transition: all .1s linear; position: relative; background: white; } #i-merchant-up > .body > .cover > span:not(.showed):before { font-family: var(--ico-font); content: var(--ico-img); font-size: 6rem; } #i-merchant-up > .body > .cover > span > span { font-size: 1.1rem; } #i-merchant-up > .body > .cover > span > img { display: none; object-fit: contain; position: absolute; top: 0; left: 0; height: 100%; width: 100%; } #i-merchant-up > .body > .cover > span.dragin { border-color: red; } #i-merchant-up > .body > .cover > span.showed > span { display: none; } #i-merchant-up > .body > .cover > span.showed > img { display: unset; } #i-merchant-up > .body > .title > textarea { width: 80%; flex-grow: 1; height: 6rem; padding: 0.2rem 0.4rem; font-size: 1rem; } #i-merchant-up > .body .cate > div { flex-grow: 1; position: relative; } #i-merchant-up > .body .cate > div > span:not(.modify) { background: #71ffa0; border-radius: 0.2rem; padding: 0.2rem 0.8rem; margin: 0 0.4rem; } #i-merchant-up > .body .cate > div .modify { font-size: 1.6rem; font-weight: bold; border-radius: 0.3rem; padding: 0.1rem 0.4rem; cursor: pointer; } #i-merchant-up > .body .cate > div .modify.active { background: #cccccc; } #i-merchant-up > .body .cate > div .modify:before { font-family: var(--ico-font); content: var(--ico-modify); } #i-merchant-up > .body .cate > div .choose-cate { flex-direction: column; display: none; position: absolute; max-width: 100%; left: 0; top: 100%; background: #e8eeff; box-shadow: 0 0.3rem 0.8rem grey; z-index: 1; } @media screen and (max-width: 768px) { #i-merchant-up > .body .cate > div .choose-cate { max-width: calc(100% + 3rem); left: -3rem; } } #i-merchant-up > .body .cate > div .choose-cate > div:not(:last-of-type) { border-bottom: 1px solid #999; } #i-merchant-up > .body .cate > div .choose-cate > div > b { width: 4rem; font-size: 1rem; flex-shrink: 0; padding: 0 0.2rem; } #i-merchant-up > .body .cate > div .choose-cate > div > div { flex-wrap: wrap; margin: 0.1rem 0; } #i-merchant-up > .body .cate > div .choose-cate > div > div > a { border-radius: 0.2rem; border: 1px solid transparent; cursor: pointer; padding: 0.2rem 0.4rem; margin: 0 0.4rem; font-size: 0.98rem; } #i-merchant-up > .body .cate > div .choose-cate > div > div > a:hover { border: 1px solid black; } #i-merchant-up > .body .cate > div .choose-cate > div > div > a.chosen { background: #5a4bff; color: white; } #i-merchant-up > .body .price { align-items: flex-start; } @media screen and (max-width: 768px) { #i-merchant-up > .body .price { flex-direction: column; } } #i-merchant-up > .body .price > div { flex-direction: column; flex: 1 1 auto; align-items: flex-start !important; } #i-merchant-up > .body .price > div > ul { list-style: none; width: 100%; } #i-merchant-up > .body .price > div > ul > li { display: flex; align-items: center; margin-bottom: 0.6rem; } @media screen and (min-width: 768px) { #i-merchant-up > .body .price > div > ul > li:hover > .move > button { display: unset; } } #i-merchant-up > .body .price > div > ul > li span.close { position: absolute; width: 1.4rem; height: 1.4rem; top: -0.7rem; right: -0.7rem; background: white; border-radius: 50%; transition: all .15s linear; } #i-merchant-up > .body .price > div > ul > li span.close:before { font-family: var(--ico-font); font-size: 1.4rem; cursor: pointer; color: #ff484f; content: var(--ico-close); } #i-merchant-up > .body .price > div > ul > li span.close:hover:before { color: #ff1515; } #i-merchant-up > .body .price > div > ul > li > div.std { position: relative; } #i-merchant-up > .body .price > div > ul > li > div.std > textarea { width: 5rem; height: 3rem; font-size: 1.02rem; border: 1px solid gray; padding: 0.4rem 0 0 0.4rem; } #i-merchant-up > .body .price > div > ul > li > div.std > textarea:focus { border: 1px solid; } #i-merchant-up > .body .price > div > ul > li > div.std > span { left: -0.7rem; display: none; } @media screen and (max-width: 768px) { #i-merchant-up > .body .price > div > ul > li > div.std > span { display: unset; } } #i-merchant-up > .body .price > div > ul > li > div.std:hover > span { display: unset; } #i-merchant-up > .body .price > div > ul > li > div.move { flex-direction: column; margin-left: 0.5rem; width: 1.6rem; flex-shrink: 0; } #i-merchant-up > .body .price > div > ul > li > div.move > button { padding: 0; border: none; border-radius: 50%; } @media screen and (min-width: 768px) { #i-merchant-up > .body .price > div > ul > li > div.move > button { display: none; } } #i-merchant-up > .body .price > div > ul > li > div.move > button:before { background: white; border-radius: inherit; color: #a700ff; content: var(--ico-top); transition: all .1s linear; font-family: var(--ico-font); font-size: 1.6rem; } #i-merchant-up > .body .price > div > ul > li > div.move > button:hover:before { color: #7900b9; } #i-merchant-up > .body .price > div > ul > li > div.move > button:last-of-type { transform: rotate(180deg); } #i-merchant-up > .body .price > div > ul > li > div.label { display: flex; align-items: center; flex-wrap: wrap; flex: 1 1 auto; margin: 0.6rem 0 0.6rem 1rem; border-left: 1px solid; } #i-merchant-up > .body .price > div > ul > li > div.label > label { width: 7rem; display: flex; flex-direction: column; align-items: center; border-radius: 0.2rem; border: 1px solid gray; margin: 0.3rem 0.8rem; position: relative; } @media screen and (max-width: 768px) { #i-merchant-up > .body .price > div > ul > li > div.label > label { width: calc(50% - 2rem); } } #i-merchant-up > .body .price > div > ul > li > div.label > label > input { width: 100%; text-align: center; background: #dfedff; border: none; padding: 0.6rem 0; font-size: 0.98rem; } #i-merchant-up > .body .price > div > ul > li > div.label > label > span { display: none; } @media screen and (max-width: 768px) { #i-merchant-up > .body .price > div > ul > li > div.label > label > span { display: unset; } } #i-merchant-up > .body .price > div > ul > li > div.label > label:hover > span { display: unset; } #i-merchant-up > .body .price > div > ul > li > div.label > button { background: #4f6eff; font-size: 1.2rem; border: none; display: flex; color: white; margin: 0 0.6rem; } #i-merchant-up > .body .price > div > ul > li > div.label > button:before { font-family: var(--ico-font); content: var(--ico-add); } #i-merchant-up > .body .price > div > ul > li > div.label > button:hover { background: #4a57ff; } #i-merchant-up > .body .price > div > .btn > button { font-size: 1.05rem; background: #4f6eff; padding: 0.4rem 2rem; border: none; color: white; display: flex; justify-content: center; transition: all .1s linear; box-shadow: 0 0 0.3rem grey; } #i-merchant-up > .body .price > div > .btn > button:last-of-type { margin-left: 1rem; background: #6f00ff; } #i-merchant-up > .body .price > div > .btn > button:before { font-family: var(--ico-font); content: var(--ico-add); font-size: 1.4em; margin: 0 0.3rem; } #i-merchant-up > .body .price > div > .btn > button:last-of-type:before { content: var(--ico-goods-menu); } #i-merchant-up > .body .price > div > .btn > button:hover { background: #4a57ff; } #i-merchant-up > .body .price > div > .btn > button:last-of-type:hover { background: #6300e6; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main { display: block; padding: 0 1rem; height: 85%; position: relative; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main input { border: 1px solid #636363; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body { overflow: auto; height: calc(100% - 4rem); display: block; padding-top: 0.6rem; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body > table { width: 100%; font-size: 1rem; border-collapse: collapse; border: 1px solid; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body > table td { text-align: center; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body > table td:not(:last-of-type) { border-right: 1px solid #b3b3b3; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body > table > thead { background: #4f6eff; color: white; font-weight: bold; font-size: 1.06em; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body > table > thead td { padding: 0.3rem 0; border-color: white; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body > table > tbody tr:not(:last-of-type) { border-bottom: 1px solid #b3b3b3; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body > table > tbody tr:hover { background: #f3f3f3; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body > table > tbody tr.active { background: #ffe4e4; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body > table > tbody td { padding: 0.5rem 0; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body > table > tbody td.name > span { margin: 0 0.2rem; border-radius: 0.2rem; background: #7affef; padding: 0.2rem 0.5rem; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body > table > tbody td > input { width: 4rem; text-align: center; padding: 0.3rem 0; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .foot { width: 100%; position: absolute; display: flex; bottom: 0; left: 0; height: 3rem; justify-content: flex-end; background: white; border-radius: inherit; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .foot > div > span { font-size: 0.95rem; margin-right: 0.5rem; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .foot > div > input { width: 5rem; padding: 0.3rem; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .foot > button { border: none; color: white; font-size: 1.02rem; margin: 0 0.5rem; background: #b743ff; box-shadow: 0 0 0.6rem rgba(86, 0, 255, 0.56); } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .foot > button:hover { background: #a43ce4; } #i-merchant-up > .body .dcb { align-items: flex-start; } #i-merchant-up > .body .dcb > textarea { width: 80%; height: 12rem; font-size: 0.98rem; padding: 0.2rem 0.4rem; } #i-merchant-up .submit { margin-bottom: 3rem; flex-direction: column; justify-content: center; } #i-merchant-up .submit > button { background: #ffe059; width: 15rem; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-top: 0.6rem; } #i-merchant-up .submit > button:hover { background: #ffeb8a; } #i-merchant-up .submit > button > a { font-size: 1.06rem; font-weight: bold; z-index: 1; } #i-merchant-up .submit > button > span { width: 100%; height: 100%; position: absolute; top: 0; background: #b9b6ff; } /*# sourceMappingURL=up.css.map */
web/static/css/i_pages/merchant/up.css
display: flex; align-items: center; flex-direction: column; } #i-merchant-up div { display: flex; align-items: center; } #i-merchant-up > .head { width: calc(100% - 2rem); padding: 1rem; background: white; box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.2); } #i-merchant-up > .head > div { background: #e5e5e5; border-radius: 0.2rem; padding: 0.2rem 0.4rem; } #i-merchant-up > .head > div > input { border: none; padding: 0.5rem; font-size: 0.98rem; background: transparent; } #i-merchant-up > .head > div > span { cursor: pointer; } #i-merchant-up > .head > div > span:before { font-family: var(--ico-font); content: var(--ico-search); font-size: 1.6rem; } #i-merchant-up > .body { flex-direction: column; padding: 1rem 0; justify-content: center; align-items: flex-start; width: 95%; } @media screen and (max-width: 768px) { #i-merchant-up > .body { width: 100%; } } #i-merchant-up > .body > div { padding: 1rem; width: calc(100% - 2rem); border-bottom: 1px solid #cbcbcb; } #i-merchant-up > .body > div > b { width: 5rem; font-size: 1.05rem; flex-shrink: 0; } @media screen and (max-width: 768px) { #i-merchant-up > .body > div > b { width: 3rem; } } #i-merchant-up > .body > .cover > input { display: none; } #i-merchant-up > .body > .cover > span { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 10rem; width: 12rem; border-radius: 0.8rem; border: 0.05rem dashed gray; cursor: pointer; transition: all .1s linear; position: relative; background: white; } #i-merchant-up > .body > .cover > span:not(.showed):before { font-family: var(--ico-font); content: var(--ico-img); font-size: 6rem; } #i-merchant-up > .body > .cover > span > span { font-size: 1.1rem; } #i-merchant-up > .body > .cover > span > img { display: none; object-fit: contain; position: absolute; top: 0; left: 0; height: 100%; width: 100%; } #i-merchant-up > .body > .cover > span.dragin { border-color: red; } #i-merchant-up > .body > .cover > span.showed > span { display: none; } #i-merchant-up > .body > .cover > span.showed > img { display: unset; } #i-merchant-up > .body > .title > textarea { width: 80%; flex-grow: 1; height: 6rem; padding: 0.2rem 0.4rem; font-size: 1rem; } #i-merchant-up > .body .cate > div { flex-grow: 1; position: relative; } #i-merchant-up > .body .cate > div > span:not(.modify) { background: #71ffa0; border-radius: 0.2rem; padding: 0.2rem 0.8rem; margin: 0 0.4rem; } #i-merchant-up > .body .cate > div .modify { font-size: 1.6rem; font-weight: bold; border-radius: 0.3rem; padding: 0.1rem 0.4rem; cursor: pointer; } #i-merchant-up > .body .cate > div .modify.active { background: #cccccc; } #i-merchant-up > .body .cate > div .modify:before { font-family: var(--ico-font); content: var(--ico-modify); } #i-merchant-up > .body .cate > div .choose-cate { flex-direction: column; display: none; position: absolute; max-width: 100%; left: 0; top: 100%; background: #e8eeff; box-shadow: 0 0.3rem 0.8rem grey; z-index: 1; } @media screen and (max-width: 768px) { #i-merchant-up > .body .cate > div .choose-cate { max-width: calc(100% + 3rem); left: -3rem; } } #i-merchant-up > .body .cate > div .choose-cate > div:not(:last-of-type) { border-bottom: 1px solid #999; } #i-merchant-up > .body .cate > div .choose-cate > div > b { width: 4rem; font-size: 1rem; flex-shrink: 0; padding: 0 0.2rem; } #i-merchant-up > .body .cate > div .choose-cate > div > div { flex-wrap: wrap; margin: 0.1rem 0; } #i-merchant-up > .body .cate > div .choose-cate > div > div > a { border-radius: 0.2rem; border: 1px solid transparent; cursor: pointer; padding: 0.2rem 0.4rem; margin: 0 0.4rem; font-size: 0.98rem; } #i-merchant-up > .body .cate > div .choose-cate > div > div > a:hover { border: 1px solid black; } #i-merchant-up > .body .cate > div .choose-cate > div > div > a.chosen { background: #5a4bff; color: white; } #i-merchant-up > .body .price { align-items: flex-start; } @media screen and (max-width: 768px) { #i-merchant-up > .body .price { flex-direction: column; } } #i-merchant-up > .body .price > div { flex-direction: column; flex: 1 1 auto; align-items: flex-start !important; } #i-merchant-up > .body .price > div > ul { list-style: none; width: 100%; } #i-merchant-up > .body .price > div > ul > li { display: flex; align-items: center; margin-bottom: 0.6rem; } @media screen and (min-width: 768px) { #i-merchant-up > .body .price > div > ul > li:hover > .move > button { display: unset; } } #i-merchant-up > .body .price > div > ul > li span.close { position: absolute; width: 1.4rem; height: 1.4rem; top: -0.7rem; right: -0.7rem; background: white; border-radius: 50%; transition: all .15s linear; } #i-merchant-up > .body .price > div > ul > li span.close:before { font-family: var(--ico-font); font-size: 1.4rem; cursor: pointer; color: #ff484f; content: var(--ico-close); } #i-merchant-up > .body .price > div > ul > li span.close:hover:before { color: #ff1515; } #i-merchant-up > .body .price > div > ul > li > div.std { position: relative; } #i-merchant-up > .body .price > div > ul > li > div.std > textarea { width: 5rem; height: 3rem; font-size: 1.02rem; border: 1px solid gray; padding: 0.4rem 0 0 0.4rem; } #i-merchant-up > .body .price > div > ul > li > div.std > textarea:focus { border: 1px solid; } #i-merchant-up > .body .price > div > ul > li > div.std > span { left: -0.7rem; display: none; } @media screen and (max-width: 768px) { #i-merchant-up > .body .price > div > ul > li > div.std > span { display: unset; } } #i-merchant-up > .body .price > div > ul > li > div.std:hover > span { display: unset; } #i-merchant-up > .body .price > div > ul > li > div.move { flex-direction: column; margin-left: 0.5rem; width: 1.6rem; flex-shrink: 0; } #i-merchant-up > .body .price > div > ul > li > div.move > button { padding: 0; border: none; border-radius: 50%; } @media screen and (min-width: 768px) { #i-merchant-up > .body .price > div > ul > li > div.move > button { display: none; } } #i-merchant-up > .body .price > div > ul > li > div.move > button:before { background: white; border-radius: inherit; color: #a700ff; content: var(--ico-top); transition: all .1s linear; font-family: var(--ico-font); font-size: 1.6rem; } #i-merchant-up > .body .price > div > ul > li > div.move > button:hover:before { color: #7900b9; } #i-merchant-up > .body .price > div > ul > li > div.move > button:last-of-type { transform: rotate(180deg); } #i-merchant-up > .body .price > div > ul > li > div.label { display: flex; align-items: center; flex-wrap: wrap; flex: 1 1 auto; margin: 0.6rem 0 0.6rem 1rem; border-left: 1px solid; } #i-merchant-up > .body .price > div > ul > li > div.label > label { width: 7rem; display: flex; flex-direction: column; align-items: center; border-radius: 0.2rem; border: 1px solid gray; margin: 0.3rem 0.8rem; position: relative; } @media screen and (max-width: 768px) { #i-merchant-up > .body .price > div > ul > li > div.label > label { width: calc(50% - 2rem); } } #i-merchant-up > .body .price > div > ul > li > div.label > label > input { width: 100%; text-align: center; background: #dfedff; border: none; padding: 0.6rem 0; font-size: 0.98rem; } #i-merchant-up > .body .price > div > ul > li > div.label > label > span { display: none; } @media screen and (max-width: 768px) { #i-merchant-up > .body .price > div > ul > li > div.label > label > span { display: unset; } } #i-merchant-up > .body .price > div > ul > li > div.label > label:hover > span { display: unset; } #i-merchant-up > .body .price > div > ul > li > div.label > button { background: #4f6eff; font-size: 1.2rem; border: none; display: flex; color: white; margin: 0 0.6rem; } #i-merchant-up > .body .price > div > ul > li > div.label > button:before { font-family: var(--ico-font); content: var(--ico-add); } #i-merchant-up > .body .price > div > ul > li > div.label > button:hover { background: #4a57ff; } #i-merchant-up > .body .price > div > .btn > button { font-size: 1.05rem; background: #4f6eff; padding: 0.4rem 2rem; border: none; color: white; display: flex; justify-content: center; transition: all .1s linear; box-shadow: 0 0 0.3rem grey; } #i-merchant-up > .body .price > div > .btn > button:last-of-type { margin-left: 1rem; background: #6f00ff; } #i-merchant-up > .body .price > div > .btn > button:before { font-family: var(--ico-font); content: var(--ico-add); font-size: 1.4em; margin: 0 0.3rem; } #i-merchant-up > .body .price > div > .btn > button:last-of-type:before { content: var(--ico-goods-menu); } #i-merchant-up > .body .price > div > .btn > button:hover { background: #4a57ff; } #i-merchant-up > .body .price > div > .btn > button:last-of-type:hover { background: #6300e6; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main { display: block; padding: 0 1rem; height: 85%; position: relative; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main input { border: 1px solid #636363; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body { overflow: auto; height: calc(100% - 4rem); display: block; padding-top: 0.6rem; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body > table { width: 100%; font-size: 1rem; border-collapse: collapse; border: 1px solid; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body > table td { text-align: center; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body > table td:not(:last-of-type) { border-right: 1px solid #b3b3b3; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body > table > thead { background: #4f6eff; color: white; font-weight: bold; font-size: 1.06em; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body > table > thead td { padding: 0.3rem 0; border-color: white; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body > table > tbody tr:not(:last-of-type) { border-bottom: 1px solid #b3b3b3; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body > table > tbody tr:hover { background: #f3f3f3; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body > table > tbody tr.active { background: #ffe4e4; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body > table > tbody td { padding: 0.5rem 0; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body > table > tbody td.name > span { margin: 0 0.2rem; border-radius: 0.2rem; background: #7affef; padding: 0.2rem 0.5rem; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .body > table > tbody td > input { width: 4rem; text-align: center; padding: 0.3rem 0; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .foot { width: 100%; position: absolute; display: flex; bottom: 0; left: 0; height: 3rem; justify-content: flex-end; background: white; border-radius: inherit; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .foot > div > span { font-size: 0.95rem; margin-right: 0.5rem; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .foot > div > input { width: 5rem; padding: 0.3rem; } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .foot > button { border: none; color: white; font-size: 1.02rem; margin: 0 0.5rem; background: #b743ff; box-shadow: 0 0 0.6rem rgba(86, 0, 255, 0.56); } #i-merchant-up > .body .price > div > .set-ps > .wrap > .main > .foot > button:hover { background: #a43ce4; } #i-merchant-up > .body .dcb { align-items: flex-start; } #i-merchant-up > .body .dcb > textarea { width: 80%; height: 12rem; font-size: 0.98rem; padding: 0.2rem 0.4rem; } #i-merchant-up .submit { margin-bottom: 3rem; flex-direction: column; justify-content: center; } #i-merchant-up .submit > button { background: #ffe059; width: 15rem; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-top: 0.6rem; } #i-merchant-up .submit > button:hover { background: #ffeb8a; } #i-merchant-up .submit > button > a { font-size: 1.06rem; font-weight: bold; z-index: 1; } #i-merchant-up .submit > button > span { width: 100%; height: 100%; position: absolute; top: 0; background: #b9b6ff; } /*# sourceMappingURL=up.css.map */
0.380644
0.052014
.js_box_image_holder { width:100%; height:100%; background:url('../image/layout/thickbox_bg.png'); position:fixed; z-index:2000; } .js_box_image_holder_full { width:100%; height:100%; background:url('../image/layout/thickbox_bg.png'); z-index:2000; position: absolute; } .js_box { position: absolute; background:url('../image/layout/thickbox_bg.png'); z-index:5002; color:#000000; display:none; text-align:left; top:50%; left:50%; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; padding:14px; } .js_box_title { background:#333; position:relative; font-size:14px; color:#fff; font-weight:bold; padding:8px 0px 8px 4px; display:none; cursor:move; } .js_box_content { clear:both; background:#fff; padding:15px 15px 15px 15px; text-align:left; position:relative; } .js_box_image_holder_full .js_box_content { padding:0px; } .js_box_close, #js_marketplace_click_image_viewer_close { background:#DFDFDF; position:relative; height:40px; line-height:40px; display:none; } .js_box_close a, .js_box_close a:hover, #js_marketplace_click_image_viewer_close a, #js_marketplace_click_image_viewer_close a:hover { text-decoration:none; margin:5px; display:block; position:absolute; right:0px; line-height:25px; color:#868686; font-weight:bold; padding:0px 8px 0px 8px; background:url('../image/layout/js_box_close.png') repeat-x; border:1px #BFBFBF solid; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; } .js_box_history, .js_box_title_store { display:none; } .js_box_image { text-align:center; } .js_box_loader { font-size:16px; } .js_box_image_holder_browse { text-align:center; } .js_box_image_gallery_display img { vertical-align:middle; } .js_box_image_gallery { margin:10px 0px 0px 0px; padding:10px 0px 0px 0px; border-top:1px #DFDFDF solid; } .js_box_image_gallery img { margin:0px 4px 0px 4px; border:4px #fff solid; } .js_box_image_gallery img.is_active { border:4px #93D9FF solid; } .js_box_content h1 { margin-top:0px; padding-top:0px; } .photo_view_box_user { padding-bottom:5px; } .photo_view_box_user a, .photo_view_box_user a:hover { font-weight:bold; font-size:14px; } a.photo_box_photo_detail, a.photo_box_photo_detail:hover { display:block; line-height:30px; height:30px; padding:0px 0px 0px 30px; text-decoration:none; border-top:1px #dfdfdf solid; color:#8F8F8F; background:#f9f9f9; font-weight:bold; background:url('../image/layout/video_show_less.png') no-repeat 10px 8px; } .photo_view_box_holder { background:#000; z-index:1000000; } .photo_view_in_photo { position:absolute; bottom:-28px; left:5px; z-index:1000; } #js_photo_box_view_bottom_ad { position:absolute; bottom:0px; right:0px; z-index:1000; width:400px; margin:auto; } #js_photo_box_view_more { display:none; bottom:30px; background:#333; position:absolute; z-index:1000; width:400px; } .js_photo_box_view_more_padding { padding:8px; color:#fff; } .photo_view_box_comment { width:400px; float:right; background:#fff; position:relative; } .photo_view_box_comment_padding { padding:10px; } .photo_view_box_image { cursor:pointer; text-align:center; position:relative; z-index:10000000; overflow:hidden; } #photo_view_ajax_loader { display:none; position:absolute; top:10px; right:20px; z-index:2000; } #photo_view_tag_photo { position:absolute; text-align:left; left:0px; bottom:0px; } #photo_view_tag_photo a, #photo_view_tag_photo a:hover { text-decoration:none; color:#fff; padding:0px 5px 0px 5px; line-height:25px; height:25px; font-weight:bold; display:block; } #photo_view_tag_photo a:hover { background:#2F2F2F; }
theme/frontend/default/style/default/css/thickbox.css
.js_box_image_holder { width:100%; height:100%; background:url('../image/layout/thickbox_bg.png'); position:fixed; z-index:2000; } .js_box_image_holder_full { width:100%; height:100%; background:url('../image/layout/thickbox_bg.png'); z-index:2000; position: absolute; } .js_box { position: absolute; background:url('../image/layout/thickbox_bg.png'); z-index:5002; color:#000000; display:none; text-align:left; top:50%; left:50%; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; padding:14px; } .js_box_title { background:#333; position:relative; font-size:14px; color:#fff; font-weight:bold; padding:8px 0px 8px 4px; display:none; cursor:move; } .js_box_content { clear:both; background:#fff; padding:15px 15px 15px 15px; text-align:left; position:relative; } .js_box_image_holder_full .js_box_content { padding:0px; } .js_box_close, #js_marketplace_click_image_viewer_close { background:#DFDFDF; position:relative; height:40px; line-height:40px; display:none; } .js_box_close a, .js_box_close a:hover, #js_marketplace_click_image_viewer_close a, #js_marketplace_click_image_viewer_close a:hover { text-decoration:none; margin:5px; display:block; position:absolute; right:0px; line-height:25px; color:#868686; font-weight:bold; padding:0px 8px 0px 8px; background:url('../image/layout/js_box_close.png') repeat-x; border:1px #BFBFBF solid; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; } .js_box_history, .js_box_title_store { display:none; } .js_box_image { text-align:center; } .js_box_loader { font-size:16px; } .js_box_image_holder_browse { text-align:center; } .js_box_image_gallery_display img { vertical-align:middle; } .js_box_image_gallery { margin:10px 0px 0px 0px; padding:10px 0px 0px 0px; border-top:1px #DFDFDF solid; } .js_box_image_gallery img { margin:0px 4px 0px 4px; border:4px #fff solid; } .js_box_image_gallery img.is_active { border:4px #93D9FF solid; } .js_box_content h1 { margin-top:0px; padding-top:0px; } .photo_view_box_user { padding-bottom:5px; } .photo_view_box_user a, .photo_view_box_user a:hover { font-weight:bold; font-size:14px; } a.photo_box_photo_detail, a.photo_box_photo_detail:hover { display:block; line-height:30px; height:30px; padding:0px 0px 0px 30px; text-decoration:none; border-top:1px #dfdfdf solid; color:#8F8F8F; background:#f9f9f9; font-weight:bold; background:url('../image/layout/video_show_less.png') no-repeat 10px 8px; } .photo_view_box_holder { background:#000; z-index:1000000; } .photo_view_in_photo { position:absolute; bottom:-28px; left:5px; z-index:1000; } #js_photo_box_view_bottom_ad { position:absolute; bottom:0px; right:0px; z-index:1000; width:400px; margin:auto; } #js_photo_box_view_more { display:none; bottom:30px; background:#333; position:absolute; z-index:1000; width:400px; } .js_photo_box_view_more_padding { padding:8px; color:#fff; } .photo_view_box_comment { width:400px; float:right; background:#fff; position:relative; } .photo_view_box_comment_padding { padding:10px; } .photo_view_box_image { cursor:pointer; text-align:center; position:relative; z-index:10000000; overflow:hidden; } #photo_view_ajax_loader { display:none; position:absolute; top:10px; right:20px; z-index:2000; } #photo_view_tag_photo { position:absolute; text-align:left; left:0px; bottom:0px; } #photo_view_tag_photo a, #photo_view_tag_photo a:hover { text-decoration:none; color:#fff; padding:0px 5px 0px 5px; line-height:25px; height:25px; font-weight:bold; display:block; } #photo_view_tag_photo a:hover { background:#2F2F2F; }
0.261614
0.05694
@charset "utf-8";/*! normalize.css v1.1.3 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block } audio, canvas, video { display: inline-block; *display:inline; *zoom:1 } audio:not([controls]) { display: none; height: 0 } [hidden] { display:none } html { font-size: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% } html, button, input, select, textarea { font-family: sans-serif } body { margin: 0 } a:focus { outline: thin dotted } a:active, a:hover { outline: 0 } h1 { font-size: 2em; margin: .67em 0 } h2 { font-size: 1.5em; margin: .83em 0 } h3 { font-size: 1.17em; margin: 1em 0 } h4 { font-size: 1em; margin: 1.33em 0 } h5 { font-size: .83em; margin: 1.67em 0 } h6 { font-size: .67em; margin: 2.33em 0 } abbr[title] { border-bottom: 1px dotted } b, strong { font-weight: 700 } blockquote { margin: 1em 40px } dfn { font-style: italic } hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0 } mark { background: #ff0; color: #000 } p, pre { margin: 1em 0 } code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em } pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word } q { quotes: none } q:before, q:after { content: ''; content: none } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sup { top: -.5em } sub { bottom: -.25em } dl, menu, ol, ul { margin: 1em 0 } dd { margin: 0 0 0 40px } menu, ol, ul { padding: 0 0 0 40px } nav ul, nav ol { list-style: none; list-style-image: none } img { border: 0; -ms-interpolation-mode: bicubic } svg:not(:root) { overflow: hidden } figure { margin: 0 } form { margin: 0 } fieldset { border: 1px solid silver; margin: 0 2px; padding: .35em .625em .75em } legend { border: 0; padding: 0; white-space: normal; *margin-left:-7px } button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align:middle } button, input { line-height: normal } button, select { text-transform: none } button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer; *overflow:visible } button[disabled], html input[disabled] { cursor: default } input[type=checkbox], input[type=radio] { box-sizing: border-box; padding: 0; *height:13px; *width:13px } input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box } input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance:none } button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0 } textarea { overflow: auto; vertical-align: top } table { border-collapse: collapse; border-spacing: 0 } body { margin: 0 auto; padding: 0; color: #666; font: 12px '微软雅黑'; text-align: center } body>div { margin-right: auto; margin-left: auto; text-align: center } div, form, ul, ol, li, span, p, dl, dt, dd, img, header, section, footer, nav, figure, figcaption, article { margin: 0; padding: 0; border: 0 } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 12px; font-weight: 400 } ul, ol, li { list-style: none } table, td, input, textarea { font-size: 12px } header, section, footer, nav, figure, figcaption, article { display: block } a { color: #333; text-decoration: none } a:hover { color: #C00; text-decoration: underline } h2 { text-align: right } h2 span { float: left; font-weight: 700 } .clear, .area, .pp, .pt { zoom: 1 } .show { display: block } .hidden { display: none } .hand { cursor: pointer } .pp, .pt, .list12 ul, .list14 ul, .area { width: 100%; margin: 0 auto } .pp:after, .pt:after, .area:after, .clear:after { content: "."; display: block; visibility: hidden; height: 0; clear: both } .pp { text-align: center } .pp img { display: block; margin: 0 auto } .pp span { display: block } .pt { color: #666; line-height: 20px; text-align: left } .pt div { float: left; margin: 0 10px 0 0 } .pt p { clear: none } .list14 li, .list12 li { padding: 3px 0; color: #333; font-size: 12px; line-height: 16px; text-align: left } .list14 li { padding: 4px 0; font-size: 14px } .left, .center, .l, .right, .r { display: inline; float: left } .right, .r { float: right } .fontArial { font-family: Arial } .b { font-weight: 700 } .blank5, .blank8 { height: 5px; font-size: 1px } .blank8 { height: 8px } .more { text-align: right } .area { width: 980px } li.nodot { background: none!important; padding-left: 0!important } #toolbar { width: 100%; background: #FFF; color: #333; line-height: 23px; position: relative; z-index: 10001; font-family: "\5FAE\8F6F\96C5\9ED1"; padding-top: 5px } #toolbar #login { line-height: 21px; vertical-align: middle } .toolbar { position: relative; z-index: 100000; color: #D5D5D5 } .toolbar .flow { overflow: hidden; margin-left: 5px; _display: inline } .toolbar a.user { filter: alpha(opacity=100); opacity: 1 } .toolbar .l { position: relative; _padding-top: 5px; width: 270px; text-align: left; white-space: nowrap } .toolbar .l .yqhy i { width: 51px; height: 18px; display: inline-block; background: url(../images/top_icon_2.png) no-repeat -36px 0; _background: url(../images/top_icon_2_ie6.png) no-repeat -36px 0; font-style: normal; text-align: center; line-height: 18px; color: #fff } .toolbar .l a { margin-right: 10px } .toolbar .digtao { width: 180px; height: 52px; background: url(../images/top_icon_2.png) no-repeat -87px 0; _background: url(../images/top_icon_2_ie6.png) no-repeat -87px 0; position: absolute; right: 145px; top: 25px } .toolbar a { filter: alpha(opacity=100); opacity: 1; color: #666; *display:inline; *zoom:1 } .toolbar a:hover { filter: alpha(opacity=100); opacity: 1; color: #e02f2f; text-decoration: none } .toolbar .digtao a.clo { width: 15px; height: 15px; position: absolute; right: 4px; top: 9px; display: inline-block } .toolbar .digtao a.img { width: 35px; height: 35px; position: absolute; left: 10px; top: 11px; display: inline-block } .toolbar .digtao a.txt { position: absolute; left: 53px; top: 12px; font-size: 14px } .toolbar .right { color: #D5D5D5 } .toolbar .right.flow { line-height: 22px } .toolbar .right span { color: #666 } #tblogin, #prologin { *line-height:18px } #prologin { display: inline-block } #prologin .red { color: #dc0000 } .toolbar #tblogin .user, .toolbar #prologin .user { color: #E12E2F } .toolbar .right em { color: #D5D5D5 } .toolbar .msg { line-height: 13px } .toolbar .right em .maxuser { height: 30px; overflow: hidden; vertical-align: top; *vertical-align:middle; max-width: 180px; display: inline-block } .toolbar .msg-num { background: url(../images/hb_1.png) no-repeat -77px -52px; color: #fff; width: 20px; height: 13px; display: inline-block; padding-left: 2px; text-align: center; *zoom:1 } .toolbar .msg-tips { position: absolute; top: 25px; left: 635px; background-color: #fffca9; border: 1px solid #ece0ba; padding: 5px 30px 5px 12px; max-width: 225px; color: #333; border-radius: 3px; text-align: left; line-height: 21px } .toolbar .msg-tips a { color: #1582bd; text-decoration: underline } .toolbar .msg-tips .up-arr { position: absolute; background: url(../images/hb_1.png) no-repeat -66px -52px; width: 11px; height: 6px; top: -6px; left: 88px } .toolbar .msg-tips .close-tips { background: url(../images/hb_1.png) no-repeat -59px -52px; width: 7px; height: 7px; top: 5px; right: 5px; position: absolute; cursor: pointer } .toolbar .msg-tips span { display: block; max-height: 46px; height: auto!important; overflow: hidden; cursor: pointer } .dropdown { display: inline-block; *display:inline; *zoom:1; position: relative; position: relative; border: 1px solid transparent; border-bottom: 0; _border: 0; _padding-top: 5px } .dropdown.open { color: #e02f2f; background: #fff; border-bottom: 0; *z-index:999 } .dropdown .arrow-down { -webkit-transition: -webkit-transform ease .3s; -moz-transition: -moz-transform ease .3s; -webkit-transform-origin: 3px 1.5px; -moz-transform-origin: 3px 1.5px } .dropdown.open .arrow-down { border-color: #CCC #fff #fff; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg) } .dropdown-menu { border: 1px solid #999; position: absolute; top: 100%; min-width: 100%; _width: 100%; left: -1px; display: none; background: #fff; z-index: 9999; text-align: left } .dropdown-menu li { line-height: 24px } .dropdown.open .dropdown-menu { display: block } .dropdown-menu li a { color: #333; display: block; padding-left: 8px; text-decoration: none; *width:100% } .dropdown-menu li a:hover { background: #f0f0f0 } .dropdown.open a { color: #e02f2f } .dropdown.open a:hover { _color: #e02f2f } .toolbar .dropdown.open a { filter: alpha(opacity=100); opacity: 1 } .toolbar .dropdown-menu a { color: #333 } .web-focus { padding-bottom: 0; position: relative; height: 25px; *height:32px; _height: 0 } .web-focus a { text-decoration: none; cursor: default } .web-focus .icon-mid { vertical-align: text-bottom; *vertical-align:middle; margin-right: 5px } .web-focus a:hover { _color: #e02f2f } .web-focus .dropdown-menu { padding-bottom: 5px; _width: 138px; _overflow: hidden } .web-focus .dropdown-menu a { color: #1582bd; *width:112px; cursor: pointer } .web-focus .dropdown-menu li { padding-left: 8px } .web-focus .dropdown-menu li iframe { margin: 0; *display:block } .zhe_intro .dropdown-menu { *width:110px; *overflow:hidden } .sign_panel .dropdown-menu { _top: 39px } .myzhe { border: 0 } .myzhe .username { height: 19px; display: inline-block; padding: 0 15px; position: relative; z-index: 10000; border: 1px solid #fff; line-height: 19px } .myzhe.open .username { background: rgba(255,255,255,.95); border: 0; box-shadow: 0 0 5px #d4d4d4; border: 1px solid #e5e5e5 } .myzhe.open .username em { position: absolute; bottom: -5px; width: 100%; height: 5px; font: 0/0 ""; background: #fff; left: 0 } .myzhe .username a { color: #E12E2F } .myzhe .username .icon-arrow { margin-left: 5px; margin-top: 2px } .myzhe .dropdown-menu { background: #fff; background: rgba(255,255,255,.95); box-shadow: 0 0 5px #d4d4d4; border: 0; width: 160px; padding: 5px 10px; left: 0; border: 1px solid #e5e5e5 } .myzhe .dropdown-menu li { width: 80px; float: left } .myzhe .dropdown-menu li a { text-align: center; padding: 0 } .myzhe .dropdown-menu li a:hover { background: #ee4743; border-radius: 3px; color: #fff } .mynotdropdown-menu .myzhe .username { padding: 0; border: 0 } .mynotdropdown-menu .myzhe.open .username { background: 0 0; border-color: #fff; box-shadow: none; border: 0 } .mynotdropdown-menu .myzhe .username .icon-arrow, .mynotdropdown-menu .myzhe.open .username em, .mynotdropdown-menu .myzhe.open .dropdown-menu { display: none } .mynotdropdown-menu .myzhe.open { background: 0 0 } .tooltip { position: absolute; z-index: 10002 } .tooltip .tooltip-arrow { position: absolute; width: 11px; height: 7px; z-index: 999; margin-top: -1px; left: 50%; margin-left: -5px; _overflow: hidden } .tooltip .tooltip-arrow { background: url(../images/bdsj.png) no-repeat -175px -25px } .tooltip .tooltip-content { border: 1px solid #c9c9c9; font-size: 12px; background: #fffbeb; color: #666; padding: 2px 10px; line-height: 20px; position: relative; width: 195px; text-align: left } .tooltip .tooltip-content a { color: #09c } .tooltip .tooltip-content .close { background: url(../images/bdsj.png) no-repeat -202px -4px; position: absolute; width: 10px; height: 10px; cursor: pointer; top: 2px; right: 3px; _overflow: hidden; display: block } .toolbar .icon-level { filter: alpha(opacity=100); opacity: 1 } .icon-level { display: inline-block; *display:inline; *zoom:1; width: 16px; height: 12px; background: url(../images/hb_1.png) no-repeat -29px -124px; vertical-align: middle; margin: -2px 5px 0 } .icon-level.level1 { background-position: -45px -124px } .icon-level.level2 { background-position: -61px -124px } .icon-level.level3 { background-position: -77px -124px } .icon-level.level4 { background-position: -93px -124px } .icon-level.level5 { background-position: -109px -124px } .toolbar .right .mco { display: inline-block; *display:inline; height: 30px; width: 66px; margin: 0 3px; position: relative; vertical-align: top; *vertical-align:middle } .toolbar .right .mcoa { display: inline-block; height: 28px; width: 54px; padding-right: 10px; background: #f8f8f8 url(../images/tb_co.png) no-repeat -126px 5px; _background: #f8f8f8 url(../images/tb_co_ie6.png) no-repeat -126px 5px; border: 1px solid #f8f8f8 } .toolbar .right .mcoa:hover { color: #333; text-decoration: none } .toolbar .right .mco div { width: 390px; position: absolute; left: 0; top: 30px; background: #f8f8f8; display: none; padding-bottom: 3px } .toolbar .right .mco ul { border: 1px solid #c9c9c9; text-align: left } .toolbar .right .mco ul li { height: 69px; background: #fff; border-bottom: 1px dotted #d8d8d8; color: #333 } .toolbar .right .mco ul li img { width: 75px; height: 49px; float: left } .toolbar .right .mco ul li span { float: left; height: 49px; width: 200px; overflow: hidden; line-height: 16px; padding: 10px 0 10px 10px } .toolbar .right .mco ul li span.w2, .toolbar .right .mco ul li span.w3 { width: 60px; font-family: "\5FAE\8F6F\96C5\9ED1"; word-break: break-all; word-wrap: break-word } .toolbar .right .mco ul li span.w3 { width: 60px; text-align: center } .toolbar .right .mco ul li span.w4 { width: 15px; overflow: visible } .toolbar .right .mco ul li .w1 em { float: left; width: 118px; height: 48px; padding-left: 7px; overflow: hidden } a.coys, a.cotn { display: inline-block; width: 14px; height: 14px; background: url(../images/tb_co.png) no-repeat 0 -1px; _background: url(../images/tb_co_ie6.png) no-repeat 0 -1px; vertical-align: middle } a.coys:hover { background-position: -16px -1px } a.cotn { background-position: -31px -1px } a.cotn:hover { background-position: -46px -1px } span.diacol { border: 1px solid #c9c9c9; background: #fffbeb; position: absolute; left: -150px; top: -5px; width: 120px; text-align: center; padding: 10px; color: #955d35 } span.diacol .close { position: absolute; top: 5px; right: 5px; display: block; width: 10px; height: 10px; background: url(../images/icon8.png) -5px -38px; cursor: pointer; overflow: hidden } span.diacol .close:hover { background-position: -5px -6px } span.diacol .btn, span.diacol .rel { width: 35px; height: 20px; margin: 0 2px; line-height: 20px; color: #fff; display: inline-block; background: #c00; border: 1px solid #c00; border-color: #c00 #a50000 #a50000 #c00 } span.diacol a:hover { text-decoration: none; color: #fff } span.diacol .rel, span.diacol .rel:hover { background: #fafafa; border-color: #fafafa #cac4ab #cac4ab #fafafa; color: #955d35 } span.diacol p { line-height: 30px } .toolbar .right .mco ul li.more { height: 30px; line-height: 30px; background: #f8f8f8; text-align: right; border: 0; padding-right: 10px } .toolbar .right .mco ul li.more a { color: #09c } .toolbar .right .mco ul li.tit, .toolbar .right .mco ul li.tit span { height: 30px; line-height: 30px; background: #f8f8f8; font-family: "" } .toolbar .right .mco ul li.tit span { padding: 0 0 0 10px } .toolbar .right .mcoon .mcoa { border: 1px solid #c9c9c9; border-bottom: 0; height: 30px; position: relative; z-index: 2 } .toolbar .right .mcoon div { display: block } .toolbar .right .mco ul li.ncent { background: #f8f8f8; border: 0; text-align: center; color: #955d35; line-height: 20px; padding: 20px 0; height: auto } .toolbar .right .mco ul li.ncent p { font-size: 14px } .toolbar .right .mco ul li.ncent b { display: inline-block; width: 18px; height: 18px; background: url(../images/tb_co.png) no-repeat -320px 0; _background: url(../images/tb_co_ie6.png) no-repeat -320px 0; vertical-align: middle } .toolbar .right .mco ul li.loading { background: #fff url(../images/loading2.gif) no-repeat center center } .toolbar .flow, .toolbar .right em { color: #ccc } .toolbar .right em { color: #ccc } .toolbar .right .cart i { width: 16px; height: 17px; background: url(../images/hb_1.png) no-repeat 0 -37px; display: inline-block; vertical-align: middle; overflow: hidden } .toolbar .right .cart .count { color: #cf201c } .toolbar .minicart { _padding-top: 0 } .toolbar .minicart.open .dropdown-menu { display: block } .toolbar .minicart .cart { height: 22px; display: inline-block; padding: 0 8px; position: relative; z-index: 10000; border: 1px solid #fff } .toolbar .minicart.open .cart { background: rgba(255,255,255,.95); border: 0; box-shadow: 0 0 5px #d4d4d4; border: 1px solid #e5e5e5 } .toolbar .minicart.open .cart em { position: absolute; bottom: -5px; width: 100%; height: 5px; font: 0/0 ""; background: #fff; left: 0 } .toolbar .minicart .cart a { color: #E12E2F } .toolbar .minicart .dropdown-menu { border: 1px solid #999; z-index: 9999; top: 100%; position: absolute; display: none; background: #fff; background: rgba(255,255,255,.95); box-shadow: 0 0 5px #d4d4d4; border: 0; width: 280px; _width: 280px; padding: 10px; left: -100px; border: 1px solid #e5e5e5 } .toolbar .minicart .dropdown-menu .txt { color: #666; text-align: center; border-bottom: 1px solid #f0f0f0; padding-bottom: 6px } .toolbar .minicart .dropdown-menu .submit { text-align: center; padding-top: 6px; line-height: 28px } .toolbar .minicart .dropdown-menu .submit i { margin-left: 10px; color: #666 } .toolbar .minicart .dropdown-menu .submit em { color: #999 } .toolbar .minicart .dropdown-menu .submit b { color: #e12e2f } .toolbar .minicart .dropdown-menu .clickbtn { border-top: 1px solid #d62a2a; border-bottom: 1px solid #d62a2a; text-align: center; display: inline-block; vertical-align: middle } .toolbar .minicart .dropdown-menu .clickbtn a { border-left: 1px solid #d62a2a; border-right: 1px solid #d62a2a; margin: 0 -1px; float: left; color: #fff; background: #e02f2f; text-decoration: none; height: 26px; line-height: 26px; position: relative; padding: 0 5px } .toolbar .minicart .dropdown-menu .clickbtn a:hover { color: #fff; text-decoration: none } .toolbar .minicart .dropdown-menu li { width: 280px; float: left; padding-bottom: 10px; text-align: left } .toolbar .minicart .dropdown-menu li a { padding-left: 0 } .toolbar .minicart .dropdown-menu li a:hover { background: 0 0 } .toolbar .minicart .dropdown-menu li .pic { width: 50px; height: 50px; float: left; margin-right: 6px } .toolbar .minicart .dropdown-menu li .pic img { width: 50px; height: 50px } .toolbar .minicart .dropdown-menu .title { width: 144px; color: #999; line-height: 24px; overflow: hidden; height: 48px; float: left; text-align: left } .toolbar .minicart .dropdown-menu li h3 { width: 144px; height: 24px; overflow: hidden; line-height: 24px } .toolbar .minicart .dropdown-menu li h3 a { color: #666 } .toolbar .minicart .dropdown-menu li h3 a:hover { text-decoration: underline } .toolbar .minicart .dropdown-menu .r { width: 80px; height: 48px; overflow: hidden; text-align: right; line-height: 24px } .toolbar .minicart .dropdown-menu .r b { font-family: "微软雅黑"; color: #e12e2f } .toolbar .minicart .dropdown-menu .r b em { color: #666 } .toolbar .minicart .dropdown-menu .r a { color: #999; display: inline } .toolbar .minicart .dropdown-menu .r a:hover { color: #e12e2f } .mycol_msg { width: 125px; height: 24px; line-height: 24px; position: absolute; top: 30px; right: 270px; background: #fffbeb; border: 1px solid #c9c9c9; text-align: left; text-indent: 12px; color: #955d35 } .mycol_msg span { background: url(../images/icon8.png) -5px -38px; cursor: pointer; display: block; height: 10px; position: absolute; right: 5px; top: 5px; width: 10px; overflow: hidden } .mycol_msg span:hover { background-position: -5px -6px } .mycol_msg em { background: url(../images/tb_co.png) -289px 0; _background: url(../images/tb_co_ie6.png) -289px 0; display: block; height: 7px; position: absolute; left: 80px; top: -7px; width: 11px; overflow: hidden } .toolbar .right .phone-qrcode-down i.phone-qrcode-icon { width: 13px; height: 18px; display: inline-block; vertical-align: -4px; padding: 0 3px; background: url(../images/mobile_shake.gif) no-repeat } .toolbar .right .phone-qrcode-down.open i.phone-qrcode-icon { background: url(../images/mobile_still1.png) no-repeat } .toolbar .right .phone-qrcode-down.open .top_qrcode em { position: absolute; bottom: -5px; width: 100%; height: 5px; font: 0/0 ""; background: #fff; left: 0 } .toolbar .right .phone-qrcode-down .dropdown-menu { background: #fff; box-shadow: 0 0 5px #d4d4d4; border: 0; width: 120px; min-width: 120px; height: 120px; padding: 10px; left: 0; border: 1px solid #e5e5e5 } .toolbar .right .phone-qrcode-down .top_qrcode { height: 21px; display: inline-block; padding: 0 10px; position: relative; z-index: 10000; border: 1px solid #fff } .toolbar .right .phone-qrcode-down.open .top_qrcode { background: rgba(255,255,255,.95); border: 0; box-shadow: 0 0 5px #d4d4d4; border: 1px solid #e5e5e5 } .toolbar .right .phone-qrcode-down.open { background: #fff; border-bottom: 0 } .toolbar .right { line-height: 21px } .toolbar .right .phone-qrcode-down { display: inline-block; *display:inline; *zoom:1; position: relative; z-index: 10001; margin-right: 6px } .toolbar .right .phone-qrcode-down.open .dropdown-menu { display: block } .toolbar .right .phone-qrcode-down .dropdown-menu a { display: block; width: 120px; height: 120px; background: url(../images/zhe_top_qrcode1-1.png) } .toolbar .right .phone-qrcode-down .dropdown-menu a.app { background-position: -120px 0 } .side_nav { position: absolute; top: 245px; width: 146px; left: 49%; text-align: left; margin-left: -635px; _margin-left: -637px; _top: 260px; z-index: 10001; background: #FFF } .side_nav .logo { display: none } .side_nav.affix { padding-top: 70px } .side_nav.affix-bottom { position: absolute; top: auto; padding-top: 70px } .side_nav.affix .logo, .side_nav.affix-bottom .logo { display: block } .side_nav .logo { position: absolute; top: 0; width: 132px } .side_nav .content, .side_nav .bottom { background: #fff } .side_nav .content { border-top: 5px solid #ec1611 } .side_nav.affix .content { border-top: 0 } .side_nav h3 { background: #ffeed9; color: #bf7c53; line-height: 30px; padding-left: 10px } .side_nav h3 a { color: #bf7c53 } .side_nav h3 a { color: #bf7c53 } .side_nav .bd { padding: 0 0 5px } .side_nav ul { zoom: 1; padding: 0 10px 0 13px } .side_nav ul:after { clear: both; content: ""; line-height: 0; font-size: 0; visibility: hidden; display: block } .side_nav li { float: left; width: 50%; line-height: 30px; height: 29px; *overflow:hidden; *width:60px } .side_nav li.col2 { width: 122px } .side_nav li a { color: #666; display: inline-block; *display:inline; *zoom:1; text-decoration: none; padding: 0; line-height: 19px; border-radius: 3px; position: relative; font-size: 12px; font-family: "\5FAE\8F6F\96C5\9ED1" } .side_nav li a .icon-mini { right: -5px; top: 0; text-decoration: none } .side_nav li a:hover { color::#e01914; text-decoration: none } .side_nav li .on { color: #ec1611 } .side_nav .qrcode img { width: 92px; height: 92px } .side_nav .qrcode { text-align: center; padding: 8px } .side_nav .qrcode p { margin-top: 5px } .side_nav .qrcode a { color: #666 } .side_nav .bottom { position: absolute; bottom: 0; left: 0; margin-bottom: -59px; width: 100%; height: 39px } .side_nav .bottom a { display: block; line-height: 39px; text-decoration: none; color: #666; font-family: "\5FAE\8F6F\96C5\9ED1"; text-align: center; _height: 27px; _padding-top: 12px } .side_nav .bottom a.on { background: #e02f2f } .side_nav .bottom a:hover { background: #e2e2e2 } .side_nav .bottom a .icon-top { } .side_nav .search { display: block; padding-left: 17px } .side_nav .search .test { margin-left: 5px\9 } .side_nav .search .txt { width: 73px; background: #fff; height: 24px; *height:21px; *height:23px; line-height: 20px; border: 1px solid #e5e5e5; padding: 1px 5px; border-right: 0; outline: 0 } .side_nav .search .smt { width: 60px; height: 32px; cursor: pointer; float: left; background-color: #ef0d0d; color: #fff; font: 14px "微软雅黑" } .side_nav .search .smt:hover { border-left: 1px solid #d3d3d3; *border:0; background-color: #FFF } .icon-top { display: inline-block; *display:inline; *zoom:1; background: url(../images/icon_head.png) no-repeat 0 -45px; _background-image: url(../images/icon_head_ie6.png); width: 11px; height: 9px; margin-right: 3px } .affix { position: fixed; top: 0; _position: absolute; _padding-top: 70px } .affix .logo { _display: block } .side_nav li .light { color: #e01914 } .side_nav li .light:hover { color: #e01914 } .side_nav li a:hover { color: #c00; background-color: #eee } .side_nav .line { border-top: 1px solid #f0f0f0; margin: 0 10px } .side_nav .bdc { margin: 5px 0 10px; background-color: #FFF } .side_nav .bdc ul { margin-bottom: 5px } .side_nav .bdc ul li a i { display: block; float: left; margin-right: 4px; height: 20px; width: 20px; background: url(../images/nav_bg67113.png) no-repeat; line-height: 20px } .side_nav .bd ul li a { position: relative } .side_nav .bd ul li a em { position: absolute; left: 51px; top: -2px; background: url(../images/tip88.png); width: 19px; height: 16px; display: inline-block } .side_nav .bd ul li a em.hot { position: absolute; left: 22px; top: -9px; background: url(../images/index_left_ico.png) no-repeat; width: 19px; height: 9px; display: inline-block } .side_nav .bdc ul li i { position: relative } .side_nav .bdc ul li i em { position: absolute; left: 46px; top: -11px; background: url(../images/66_2.png); width: 19px; height: 20px; display: inline-block } @-webkit-keyframes shootin { 0% { -webkit-transform:scale(0) } 40% { -webkit-transform:scale(1.2) } 60% { -webkit-transform:scale(0.8) } 80% { -webkit-transform:scale(1.1) } 90% { -webkit-transform:scale(0.9) } 100% { -webkit-transform:scale(1) } } .side_nav .bdc ul .bdc0 i { background-position: 0 0 } .side_nav .bdc ul .bdc1 i { background-position: -63px 0 } .side_nav .bdc ul .bdc2 i { background-position: 0 -29px } .side_nav .bdc ul .bdc3 i { background-position: -63px -29px } .side_nav .bdc ul .bdc4 i { background-position: 0 -57px } .side_nav .bdc ul .bdc5 i { background-position: -63px -57px } .side_nav .bdc ul .bdc6 i { background-position: -0 -85px } .side_nav .bdc ul .bdc7 i { background-position: -63px -85px } .side_nav .bdc ul .bdc8 i { background-position: -0 -112px } .side_nav .bdc ul .bdc9 i { background-position: -63px -112px } .side_nav .bdc ul .bdc10 i { background-position: -0 -141px } .side_nav .bdc ul .bdc11 i { background-position: -63px -141px } .side_nav .bdc ul .bdc12 i { background-position: 0 -168px } .side_nav .bdc ul .bdc13 i { background-position: -63px -168px } .side_nav .bdc ul .bdc14 i { background-position: 0 -196px } .side_nav .bdc ul .bdc15 i { background-position: -63px -196px } .side_nav .bdc ul .bdc16 i { background-position: -0 -224px } .side_nav .bdc ul .bdc17 i { background-position: -63px -224px } .side_nav .bdc ul li .on i, .side_nav .bdc ul a:hover i { background: url(../images/nav_bg67113_hover.png) no-repeat } .side_nav .bdc ul .bdc0 .on i, .side_nav .bdc ul .bdc0 a:hover i { background-position: 0 0 } .side_nav .bdc ul .bdc1 .on i, .side_nav .bdc ul .bdc1 a:hover i { background-position: -63px 0 } .side_nav .bdc ul .bdc2 .on i, .side_nav .bdc ul .bdc2 a:hover i { background-position: 0 -29px } .side_nav .bdc ul .bdc3 .on i, .side_nav .bdc ul .bdc3 a:hover i { background-position: -63px -29px } .side_nav .bdc ul .bdc4 .on i, .side_nav .bdc ul .bdc4 a:hover i { background-position: 0 -57px } .side_nav .bdc ul .bdc5 .on i, .side_nav .bdc ul .bdc5 a:hover i { background-position: -63px -57px } .side_nav .bdc ul .bdc6 .on i, .side_nav .bdc ul .bdc6 a:hover i { background-position: -0 -85px } .side_nav .bdc ul .bdc7 .on i, .side_nav .bdc ul .bdc7 a:hover i { background-position: -63px -85px } .side_nav .bdc ul .bdc8 .on i, .side_nav .bdc ul .bdc8 a:hover i { background-position: -0 -112px } .side_nav .bdc ul .bdc9 .on i, .side_nav .bdc ul .bdc9 a:hover i { background-position: -63px -112px } .side_nav .bdc ul .bdc10 .on i, .side_nav .bdc ul .bdc10 a:hover i { background-position: -0 -141px } .side_nav .bdc ul .bdc11 .on i, .side_nav .bdc ul .bdc11 a:hover i { background-position: -63px -141px } .side_nav .bdc ul .bdc12 .on i, .side_nav .bdc ul .bdc12 a:hover i { background-position: 0 -168px } .side_nav .bdc ul .bdc13 .on i, .side_nav .bdc ul .bdc13 a:hover i { background-position: -63px -168px } .side_nav .bdc ul .bdc14 .on i, .side_nav .bdc ul .bdc14 a:hover i { background-position: 0 -196px } .side_nav .bdc ul .bdc15 .on i, .side_nav .bdc ul .bdc15 a:hover i { background-position: -63px -196px } .side_nav .bdc ul .bdc16 .on i, .side_nav .bdc ul .bdc16 a:hover i { background-position: -0 -224px } .side_nav .bdc ul .bdc17 .on i, .side_nav .bdc ul .bdc17 a:hover i { background-position: -63px -224px } .side_nav .zhi_guang { border: 0; border-top: 1px solid #f0f0f0; padding: 10px 2px; text-align: center } .side_nav .zhi_guang em { color: #ccc; display: block; float: left; margin-top: 7px; *margin-top:5px } .side_nav .zhi_guang ul { padding: 0 0 0 3px } .side_nav .zhi_guang li { width: auto; padding: 0 5px } .side_nav .bd .qrcode .add_link { margin-top: 0 } .side_nav .move_padding { padding: 0 15px; margin-bottom: 5px; overflow: hidden } .side_nav .add_link { position: relative; height: 27px; border: 1px solid #e2e2e2; margin-top: 0; margin-bottom: 10px; background-color: #f4f4f4 } .side_nav .bd .add_link span { margin: 6px 0 0 7px; font-size: 12px; color: #666; width: 60px; display: inline-block } .side_nav .add_link i { display: inline-block; background: url(../images/nav_bg51783.png); _background-image: url(../images/nav_bg51783.png) } .side_nav .add_link a { text-decoration: none } .side_nav .add_link .phone_w { float: left; margin: 8px 0 0 10px; width: 15px; height: 15px; background-position: -38px -157px } .side_nav .add_link .contact_w { float: left; margin: 3px 0 0 17px; height: 20px; width: 20px; background-position: -47px -157px } .side_nav .add_link_hover .contact_w { background-position: -111px -156px } .side_nav .add_link .subscribe_w { background: url(../images/nav_bg42181.png); _background-image: url(../images/nav_bg42181_ie6.png); float: left; margin: 8px 0 0 10px; height: 15px; width: 15px; background-position: -38px -158px } .side_nav .add_link_hover { background-color: #f5f5f5; cursor: pointer; background-color: #FFF } .side_nav .bd .add_link_hover a span { cursor: pointer; color: #c50202 } .side_nav .add_link_hover .phone_w { width: 15px; height: 15px } .side_nav .add_link_hover .subscribe_w { float: left; margin: 8px 0 0 10px; height: 15px; width: 15px } .side_nav .add_link .qr_code { display: none; width: 190px; height: 137px; position: absolute; top: 0; left: 124px } .side_nav .add_link .qr_code .border { width: 5px; height: 137px; float: left } .side_nav .add_link .qr_code .border i { margin-top: 15px; width: 5px; height: 10px; background: url(../images/32787_icon.png); background-position: -74px -9px } .side_nav .add_link .qr_code .left { float: left; border: 2px solid #bf7c53; width: 175px; height: 137px; background-color: #FFF; background: url(../images/32787_qr_code.png) no-repeat; background-color: #FFF } .side_nav .add_link .qr_code .left a { display: block; width: 100%; height: 100% } .side_nav { top: 158px } .side_nav.affix { top: 70px } .side_nav .content .sidenav_qrcode { width: 100px; height: 100px; margin: 5px auto 15px; display: none } .side_nav.affix .content .sidenav_qrcode { display: block } .side_nav { border: 1px solid #ebebeb } #choose_identify { color: #fff; font-family: "微软雅黑"; font-size: 12px } #choose_identify span { background-color: #fe6a6a; display: inline-block; height: 25px; line-height: 25px; margin-left: 10px; margin-top: 7px; text-align: center; width: 120px; cursor: pointer } #identify_window .diginfo { border: 0; padding: 0 } #identify_window { background-image: url(../images/identify_window1.png); border: medium none; font-family: "微软雅黑"; font-size: 18px; height: 350px; width: 470px } #identify_window p { color: #161515; height: 22px; line-height: 22px; margin-bottom: 10px } #identify_window .identify_window_p { padding-top: 30px } #identify_window .identify_head { height: 160px; padding-top: 30px } #identify_window .identify_head li { float: left; height: 160px; text-align: center; width: 105px } #identify_window .identify_head li a { display: block; padding-top: 125px; width: 100% } #identify_window .identify_head li span { display: block; font-size: 15px } #identify_window .identify_head li.i_h_one { margin-left: 55px } #identify_window .identify_head li.i_h_two { margin-left: 22px } #identify_window .identify_head li.i_h_three { margin-left: 20px } #identify_window .i_h_sure { color: #fff; display: inline-block; font-size: 15px; height: 30px; line-height: 30px; margin: 16px 5px 0 65px; width: 111px } #identify_window .i_h_return { color: #3c3a3a; font-size: 12px } #identify_window span.close { background: url(../images/identify_window_close.png) repeat scroll 0 0!important; height: 23px; right: 7px; top: 7px; width: 23px; display: block } #identify_window .identify_head li a { color: #1d1c1c } #identify_window .identify_head li a:hover, #identify_window .identify_head li.on a { color: #fff } #identify_window .identify_head li.i_h_one:hover, #identify_window .identify_head li.i_h_one.on { background-image: url(../images/identify_window22_hover.png); background-position: -55px -98px; color: #fff } #identify_window .identify_head li.i_h_two:hover, #identify_window .identify_head li.i_h_two.on { background-image: url(../images/identify_window22_hover.png); background-position: -182px -98px; color: #fff } #identify_window .identify_head li.i_h_three:hover, #identify_window .identify_head li.i_h_three.on { background-image: url(../images/identify_window22_hover.png); background-position: -307px -98px; color: #fff } #identify_window a:hover { text-decoration: none } header .clientLink, header .sc, header .sc i, header .dy, header .fx, .head_nav .r .signin_a, .head_nav .r .signin_on span.signin_a, .topf a.def, .topf a.def:hover { background: url(../images/icon2_4.png) no-repeat } .icon-mini { width: 11px; height: 11px; position: absolute } .icon-mini, .icon-mid { background: url(../images/icon_head.png) no-repeat; display: inline-block; *display:inline; *zoom:1; _background-image: url(../images/icon_head_ie6.png) } .icon-mini.icon-new { background-position: 0 0 } .icon-mini.icon-hot { background-position: -15px 0 } .icon-mid { width: 16px; height: 16px } .icon-mid.icon-clt { background-position: -20px -42px } header { width: 100%; background: #FFF; height: 63px } header div.l { overflow: hidden; height: 47px; width: 210px; position: relative } header div.l img { vertical-align: top } header .clientLink { width: 128px; height: 22px; float: left; display: inline; margin: 25px 0 0 20px; background-position: 0 0 } header .sc { width: 39px; height: 39px; margin-top: 15px; background-position: -83px -115px; position: relative; z-index: 10000 } header .sc:hover { background-position: -125px -116px } header .sc i { width: 65px; height: 25px; display: none; position: absolute; left: -13px; top: -28px; z-index: 10000; background-position: -176px -1px } header .sc:hover i { display: inline-block } header .dy { width: 39px; height: 39px; display: inline; margin: 15px 10px 0 0; background-position: -42px -115px } header .dy input { display: none } header .dyon { width: 245px; background-position: 0 -61px; text-align: left } header .dyon input { display: inline; border: 0; background: 0 0 } header .dyon .int { height: 20px; line-height: 20px; margin: 9px 0 0 50px; width: 130px } header .dyon .btn { padding: 0; margin: 3px 0 0 1px; height: 25px; width: 48px; cursor: pointer } header .fx { width: 39px; height: 39px; display: inline; margin: 15px 10px 0 0; background-position: -1px -115px } header .fxon { background-position: 0 -21px; text-align: left; font-size: 0; letter-space: -8px } header .fxon a { width: 20px; height: 22px; display: inline-block; margin: 8px 0 0 4px } header .fxon a.sina { margin-left: 40px } header .search { position: relative; width: 500px } header .search .showkw { width: 400px; top: 2px; left: 2px; height: 24px; line-height: 24px; position: absolute; display: block; color: #999; background-color: #fff; font-size: 14px; font-family: "微软雅黑"; text-align: left; cursor: text; padding: 5px 0 5px 10px } header .search, header .device { height: 38px; line-height: 34px; float: left; font-size: 0; margin-top: 7px; margin-left: 64px } header .search .sort { float: left; width: 69px; *height:34px; background: #fff; padding: 0; border: 0; border-right: 1px solid #dbdbdb; font-size: 12px } header .search .sort .dropdown-menu { padding-bottom: 0 } header .search .sort a { display: block; text-align: center; color: #333; text-decoration: none } header .search .sort a.active, header .search .sort a:hover { background: #f0f0f0 } header .search .sort a .arrow-down { border-color: #b0b0b0 #fff #fff } header .search .sort a.active .arrow-down, header .search .sort a:hover .arrow-down { border-color: #b0b0b0 #f0f0f0 #f0f0f0 } header .search .sort a { _padding: 9px 0 10px } header .search .sort .dropdown-menu a { _padding: 0 } header .search input, header .search label { border: 0; padding: 0; font-size: 14px; vertical-align: middle; padding: 0; *line-height:34px } header .search input.txt { width: 400px; padding: 5px 0 5px 10px; background: #fff; height: 24px; line-height: 24px; border: 2px solid #ef0d0d; float: left; color: #999; font-family: "微软雅黑" } header .search .smt { width: 86px; height: 38px; background-color: #ef0d0d; font: 16px "microsoft yahei"; color: #fff } header .search .smt:hover { background-color: #ff7b78 } header .search label { display: none; position: absolute; z-index: 10; color: #b8b8b8; right: 50px; top: 0 } .search .search_query { position: absolute; z-index: 9999; border: 1px solid #e5e5e5; border-top: 0; width: 498px; top: 38px; left: 0; background-color: #fff; font-family: "微软雅黑" } .search .search_query li { padding: 5px 10px; color: #333; font-size: 12px; text-align: left; line-height: 14px; height: 14px; cursor: pointer } .search .search_query .hover { background-color: #f4f4f4 } .search .search_query li em { font-weight: 700 } .search .search_query li span { float: right; color: #999 } .search .search_query .close { border-top: 1px solid #f4f4f4; text-align: right; cursor: default } .search .search_query .close a { color: #999 } .search .search_query .close a:hover { text-decoration: none; color: #c30 } .search .search_history { width: 498px; *width:497px; top: 38px; *top:36px; position: absolute; z-index: 9999; border: 1px solid #e6e6e6; font-family: "微软雅黑"; border-top: 0; left: 0; *left:3px; background-color: #fff } .search .search_history li { padding: 2px 10px; font-size: 12px; text-align: left; line-height: 20px; cursor: default } .search .search_history li#his_recent_tit { color: #999 } .search .search_history li.history_item { cursor: pointer } .search .search_history li.history_item:hover { background-color: #f5f5f5 } .search .search_history li.hover_style { background: #f5f5f5 } .search .search_history li .del { float: right; display: none } .search .search_history li .hisinfo { max-width: 200px; vertical-align: bottom; overflow: hidden; display: inline-block; white-space: nowrap; text-overflow: ellipsis } .search .search_history li:hover .del { float: right; display: block } .search ul.burn { width: 218px; float: right; height: auto; min-height: 275px; border-left: 1px solid #e6e6e6; padding: 10px 14px } .search ul.burn #his_recent_tit { padding: 2px 3px } .search li.burn { margin: 8px 4px; float: left; padding: 0; height: 24px; line-height: 24px } .search li.burn.history_item { background-color: #fff } .search li.burn.history_item:hover { background-color: #fff } .search li.burn .sp { border: 1px solid #e5e5e5; text-align: center; min-width: 52px; padding: 2px 5px; width: auto; color: #333 } .search li.burn .sp:hover { color: #ff6767; border-color: #ff6767 } .search li span.sousuo_nohis { width: 177px; height: 92px; background: url(../images/sousuo_nohis.png); display: inline-block; position: absolute; top: 55px; left: 36px } .search .JS_history_a { width: 250px; float: left; margin: 10px 0; position: relative } .search .JS_history_a li { padding: 5px 10px } .JS_history_a #his_recent_tit .del_zjss { float: right; color: #666; cursor: pointer } header .links { background: url(../images/toolbar_links01.jpg); width: 367px; height: 63px; float: right; margin: 0 } header .links a { width: 313px; height: 63px; float: left; padding: 0 54px 0 0; text-align: right; overflow: hidden } .text_c00 { color: #c00!important } #head_nav { width: 100%; background: #c7000b; height: 35px; line-height: 34px; font-family: "\5FAE\8F6F\96C5\9ED1" } .head_nav .l { position: relative } .head_nav .l a { width: 88px; float: left; height: 35px; position: relative; z-index: 2 } .head_nav .l a:hover { z-index: 1 } .head_nav .l a i, i.line { position: absolute; height: 17px; right: 0; top: 50%; margin-top: -8px; _line-height: 0 } .head_nav .l a.first { border-left: 1px solid #d7412c } .head_nav .l a.on i { display: none } .head_nav .l a i.shop_hot { position: absolute; top: 2px; left: 60px; width: 26px; height: 14px; background: url(../images/hb_1.png) no-repeat } .head_nav .l a.on i.shop_hot { display: inline-block } .head_nav .l a i.dacu88_hot { position: absolute; top: 2px; left: 69px; width: 19px; height: 16px; background: url(../images/tip88.png) no-repeat } .head_nav .l a.on i.dacu88_hot { display: inline-block } .on i.line, .open i.line { display: none } .head_nav .l a.on, .head_nav .l a.on:hover, .head_nav .r_con a.on, .head_nav .r_con a.on:hover { background: #ec1611; color: #FFF; font-weight: 700 } .head_nav .l a:hover { background: #bb120f } .head_nav .l a, .head_nav .r a { color: #fff; font: 14px/35px "微软雅黑" } .head_nav .l a { text-decoration: none } .head_nav .r_con { float: right; color: #9a0c0a; font-size: 0; _width: 320px; position: relative; *z-index:999; height: 35px } .head_nav .r_con a, .head_nav .r_con { color: #fff; _border-right: 0; _zoom: 1 } .head_nav .r_con { position: relative; padding-right: 0 } .head_nav .r_con .yg_wrap { float: left; position: relative; display: inline-block; _float: left; overflow: hidden; height: 34px; width: 88px } .head_nav .r_con .yg i { color: #bb120f; border-right: 1px solid #bb120f; position: absolute; height: 17px; right: 0; top: 50%; margin-top: -8px; _line-height: 0 } .head_nav .r_con .yg { padding-right: 15px; padding-right: 5px\9; padding-left: 10px; *height:35px; *line-height:36px; overflow: hidden } .head_nav .r_con a:hover { text-decoration: none; color: #fff } .head_nav .r_con a.on { display: inline-block; *display:inline; *zoom:1; height: 35px } .head_nav .r_con .tooltip { right: 0; top: -65px } .head_nav .r_con .tooltip a { padding: 0; color: #09c; border: 0; position: static } .head_nav .r_con .tooltip .tooltip-arrow { left: auto; right: 30px } .head_nav .r_con { font-size: 14px } .head_nav .r_con .signin { border-right: 0; padding: 0 15px } .head_nav .r_con .signin i { width: 16px; height: 16px; display: inline-block; *display:inline; *zoom:1; background: url(../images/icon_head.png) no-repeat -40px -20px; vertical-align: text-top; *vertical-align:middle; margin-right: 4px; _background-image: url(../images/icon_head_ie6.png) } .head_nav .r_con .signin i.icon-mini { background-position: -30px 0!important; width: 11px; height: 11px; right: 10px; margin: 0; _top: 5px } .head_nav .r_con a.signin:hover i { background-position: 0 -20px } .head_nav .r_con .signin_on .signin i, .head_nav .r_con .signin_on a.signin:hover i { background-position: -20px -20px } .head_nav .r_con .open .icon-arrow { display: inline-block; *display:inline; *zoom:1; height: 0; line-height: 0; width: 0; vertical-align: middle; border-width: 3px; border-style: solid; margin-left: 3px; border-color: #eca6a4 #bb120f #bb120f; _overflow: hidden } .head_nav .r_con .open { color: #FFF; border-bottom: 0; *z-index:999 } .head_nav .r_con .dropdown .arrow-down { -webkit-transition: -webkit-transform ease .3s; -moz-transition: -moz-transform ease .3s; -webkit-transform-origin: 3px 1.5px; -moz-transform-origin: 3px 1.5px } .head_nav .r_con .dropdown { border-top: 0; border-bottom: 0 } .head_nav .r_con .dropdown-menu li a { color: #333; border-right: 0; font-size: 12px } .head_nav .r_con .dropdown-menu a { border-right: 0 } .head_nav .r_con .dropdown-menu a:hover { _color: #333 } .about { border-top: 3px solid #E02F2F; background: #fff } .about li { float: left; width: 130px; text-align: left; border-right: 1px solid #E1E1E1; padding: 30px 0 0 40px; height: 200px; line-height: 24px } .about li span { display: block; font: 16px/30px "microsoft yahei" } .about .lw a { display: block; color: #666 } .about .lw a:hover { color: #c00 } .about li.w1 { padding-left: 0 } .about .lw .kf i { width: 17px; height: 17px; display: inline-block; background: url(../images/hb_1.png) no-repeat -26px -53px; margin-right: 4px; vertical-align: middle } .about li.w2 { width: 162px } .about li.w3 { width: 210px } .about li.w3 h3 a { color: #c00 } .about li.w3 h4 .bdtxt { color: #e02f2f; height: 18px; line-height: 18px; width: 63px; padding-left: 5px } .about li.w3 h4 .smt { display: inline-block; *display:inline; *zoom:1; background: #fafafa no-repeat } .about li.w3 h4 input, .about li.w3 h4 .smt { border: 1px solid #eaeaea } .about li.w3 h4 a.smt { width: 22px; height: 20px; background: url(../images/hb_1.png) no-repeat -26px -102px; opacity: .6; filter: alpha(opacity=60); border-color: #ddd; vertical-align: top; margin-top: 2px } .about li.w3 h4 .smt { border-left: 0 } .about li.w3 h4 .smt:hover { background-color: #FFF } .about li.w3 h6 .txt { height: 21px; line-height: 21px; width: 98px; padding-left: 5px } .about li.w3 h6 .smt { display: inline-block; *display:inline; *zoom:1; background: #fafafa no-repeat } .about li.w3 h6 input, .about li.w3 h6 .smt { border: 1px solid #eaeaea; vertical-align: middle } .about li.w3 h6 a.smt { width: 22px; height: 20px; background: url(../images/hb_1.png) no-repeat -26px -102px; opacity: .6; filter: alpha(opacity=60); border-color: #ddd; vertical-align: top; margin-top: 1px } .about li.w3 h6 .smt { border-left: 0 } .about li.w3 h6 .smt:hover { background-color: #FFF } .about li.w3 h6 .dysmt { height: 25px; line-height: 25px; width: 42px; cursor: pointer; color: #666 } .about li.w4 { width: 243px; border: 0; padding-left: 30px } .about li.w4 a { float: left; width: 38px; height: 52px; background: url(../images/icon_device_bottom_ie6.png) no-repeat; margin-right: 11px } .about li.w4 a:hover { filter: alpha(opacity=50); -moz-opacity: .8; opacity: .8 } .about li.w4 a.android { background-position: -49px 0 } .about li.w4 a.wp { background-position: -98px 0 } .about li.w4 a.wap { background-position: right 0 } .about li.w4 h4 { clear: left; line-height: 20px; padding-top: 10px; height: 80px; overflow: hidden } .about li.w4 h4 img { float: left; display: inline; margin: 3px 10px 0 0; width: 72px; height: 73px } .about li.w4 h4 em { color: #E02F2F } .about li.w4 .bottom_qrcode_wrapper { width: 224px; height: 99px; padding: 9px; margin-top: 5px; background: url(../images/bottom_qrcode_bg.jpg) no-repeat } .about li.w4 .bottom_qrcode_wrapper img { float: left; margin-right: 15px } .about li.w4 .bottom_qrcode_wrapper h5 { color: #333; font-size: 14px; font-weight: 700; margin: 15px 0 5px } .about li.w4 .bottom_qrcode_wrapper p { color: #666; font-size: 12px } .friendly_links { margin: 20px auto 0; color: #666; width: 750px!important } .friendly_links span { float: left } .friendly_links .links { float: left; width: 620px; height: 14px; overflow: hidden; position: relative } .friendly_links .links ul { width: 1000px; height: 14px; position: absolute; left: 0; top: 0 } .friendly_links .links ul li { float: left; margin-right: 12px; width: 100%; text-align: left } .friendly_links .links ul li a { color: #999; margin-right: 10px } .friendly_links .more { float: left; margin-left: 20px; color: #666 } .friendly_links .more:hover { color: #c00 } footer { margin-top: 10px; line-height: 30px; padding-bottom: 20px; border-top: 1px solid #e8e8e8; color: #999 } footer img { vertical-align: middle; margin: 0 5px; border: 1px solid #c3bfbe; display: inline-block } footer p { color: #999; margin-top: 10px } footer p a { margin: 0 10px; color: #999 } #toolbar { width: 100%; background: #FFF; color: #333; line-height: 23px; position: relative; z-index: 10001; font-family: "\5FAE\8F6F\96C5\9ED1"; padding-top: 5px } #toolbar #login { line-height: 21px; vertical-align: middle } .toolbar { position: relative; z-index: 100000; color: #D5D5D5 } .toolbar .flow { overflow: hidden; margin-left: 5px; _display: inline } .toolbar a.user { filter: alpha(opacity=100); opacity: 1 } .toolbar .l { position: relative; _padding-top: 5px; width: 270px; text-align: left; white-space: nowrap } .toolbar .l a { margin-right: 10px } .toolbar a { filter: alpha(opacity=100); opacity: 1; color: #666; *display:inline; *zoom:1 } .toolbar a:hover { filter: alpha(opacity=100); opacity: 1; color: #e02f2f; text-decoration: none } .toolbar .right { color: #D5D5D5 } .toolbar .right.flow { line-height: 22px } .toolbar .right span { color: #666 } #tblogin, #prologin { *line-height:18px } #prologin { display: inline-block } #prologin .red { color: #dc0000 } .toolbar #tblogin .user, .toolbar #prologin .user { color: #E12E2F } .toolbar .right em { color: #D5D5D5 } .toolbar .msg { line-height: 13px } .toolbar .right em .maxuser { height: 30px; overflow: hidden; vertical-align: top; *vertical-align:middle; max-width: 180px; display: inline-block } .toolbar .msg-num { background: url(../images/hb_1.png) no-repeat -77px -52px; color: #fff; width: 20px; height: 13px; display: inline-block; padding-left: 2px; text-align: center; *zoom:1 } .toolbar .msg-tips { position: absolute; top: 25px; left: 855px; background-color: #fffca9; border: 1px solid #ece0ba; padding: 5px 30px 5px 12px; max-width: 225px; color: #333; border-radius: 3px; text-align: left; line-height: 21px } .toolbar .msg-tips a { color: #1582bd; text-decoration: underline } .toolbar .msg-tips .up-arr { position: absolute; background: url(../images/hb_1.png) no-repeat -66px -52px; width: 11px; height: 6px; top: -6px; left: 88px } .toolbar .msg-tips .close-tips { background: url(../images/hb_1.png) no-repeat -59px -52px; width: 7px; height: 7px; top: 5px; right: 5px; position: absolute; cursor: pointer } .toolbar .msg-tips span { display: block; max-height: 46px; height: auto!important; overflow: hidden; cursor: pointer } .dropdown { display: inline-block; *display:inline; *zoom:1; position: relative; position: relative; border: 1px solid transparent; border-bottom: 0; _border: 0; _padding-top: 5px } .dropdown.open { color: #e02f2f; background: #fff; border-bottom: 0; *z-index:999 } .dropdown .arrow-down { -webkit-transition: -webkit-transform ease .3s; -moz-transition: -moz-transform ease .3s; -webkit-transform-origin: 3px 1.5px; -moz-transform-origin: 3px 1.5px } .dropdown.open .arrow-down { border-color: #CCC #fff #fff; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg) } .dropdown-menu { border: 1px solid #999; position: absolute; top: 100%; min-width: 100%; _width: 100%; left: -1px; display: none; background: #fff; z-index: 9999; text-align: left } .dropdown-menu li { line-height: 24px } .dropdown.open .dropdown-menu { display: block } .dropdown-menu li a { color: #333; display: block; padding-left: 8px; text-decoration: none; *width:100% } .dropdown-menu li a:hover { background: #f0f0f0 } .dropdown.open a { color: #e02f2f } .dropdown.open a:hover { _color: #e02f2f } .toolbar .dropdown.open a { filter: alpha(opacity=100); opacity: 1 } .toolbar .dropdown-menu a { color: #333 } .myzhe { border: 0 } .myzhe .username { height: 19px; display: inline-block; position: relative; z-index: 10000; border: 1px solid #fff; line-height: 19px } .myzhe.open .username { background: rgba(255,255,255,.95); border: 0; box-shadow: 0 0 5px #d4d4d4; border: 1px solid #e5e5e5 } .myzhe.open .username em { position: absolute; bottom: -5px; width: 100%; height: 5px; font: 0/0 ""; background: #fff; left: 0 } .myzhe .username a { color: #E12E2F } .myzhe .username .icon-arrow { margin-left: 5px; margin-top: 2px } .myzhe .dropdown-menu { background: #fff; background: rgba(255,255,255,.95); box-shadow: 0 0 5px #d4d4d4; border: 0; width: 160px; padding: 5px 10px; left: 0; border: 1px solid #e5e5e5 } .myzhe .dropdown-menu li { width: 80px; float: left } .myzhe .dropdown-menu li a { text-align: center; padding: 0 } .myzhe .dropdown-menu li a:hover { background: #ee4743; border-radius: 3px; color: #fff } .tooltip { position: absolute; z-index: 10002 } .tooltip .tooltip-arrow { position: absolute; width: 11px; height: 7px; z-index: 999; margin-top: -1px; left: 50%; margin-left: -5px; _overflow: hidden } .tooltip .tooltip-arrow { background: url(../images/bdsj.png) no-repeat -175px -25px } .tooltip .tooltip-content { border: 1px solid #c9c9c9; font-size: 12px; background: #fffbeb; color: #666; padding: 2px 10px; line-height: 20px; position: relative; width: 195px; text-align: left } .tooltip .tooltip-content a { color: #09c } .tooltip .tooltip-content .close { background: url(../images/bdsj.png) no-repeat -202px -4px; position: absolute; width: 10px; height: 10px; cursor: pointer; top: 2px; right: 3px; _overflow: hidden; display: block } .toolbar .icon-level { filter: alpha(opacity=100); opacity: 1 } .icon-level { display: inline-block; *display:inline; *zoom:1; width: 16px; height: 12px; background: url(../images/hb_1.png) no-repeat -29px -124px; vertical-align: middle; margin: -2px 5px 0 } .icon-level.level1 { background-position: -45px -124px } .icon-level.level2 { background-position: -61px -124px } .icon-level.level3 { background-position: -77px -124px } .icon-level.level4 { background-position: -93px -124px } .icon-level.level5 { background-position: -109px -124px } .toolbar .right .mco { display: inline-block; *display:inline; height: 30px; width: 66px; margin: 0 3px; position: relative; vertical-align: top; *vertical-align:middle } .toolbar .right .mcoa { display: inline-block; height: 28px; width: 54px; padding-right: 10px; background: #f8f8f8 url(../images/tb_co.png) no-repeat -126px 5px; _background: #f8f8f8 url(../images/tb_co_ie6.png) no-repeat -126px 5px; border: 1px solid #f8f8f8 } .toolbar .right .mcoa:hover { color: #333; text-decoration: none } .toolbar .right .mco div { width: 390px; position: absolute; left: 0; top: 30px; background: #f8f8f8; display: none; padding-bottom: 3px } .toolbar .right .mco ul { border: 1px solid #c9c9c9; text-align: left } .toolbar .right .mco ul li { height: 69px; background: #fff; border-bottom: 1px dotted #d8d8d8; color: #333 } .toolbar .right .mco ul li img { width: 75px; height: 49px; float: left } .toolbar .right .mco ul li span { float: left; height: 49px; width: 200px; overflow: hidden; line-height: 16px; padding: 10px 0 10px 10px } .toolbar .right .mco ul li span.w2, .toolbar .right .mco ul li span.w3 { width: 60px; font-family: "\5FAE\8F6F\96C5\9ED1"; word-break: break-all; word-wrap: break-word } .toolbar .right .mco ul li span.w3 { width: 60px; text-align: center } .toolbar .right .mco ul li span.w4 { width: 15px; overflow: visible } .toolbar .right .mco ul li .w1 em { float: left; width: 118px; height: 48px; padding-left: 7px; overflow: hidden } a.coys, a.cotn { display: inline-block; width: 14px; height: 14px; background: url(../images/tb_co.png) no-repeat 0 -1px; _background: url(../images/tb_co_ie6.png) no-repeat 0 -1px; vertical-align: middle } a.coys:hover { background-position: -16px -1px } a.cotn { background-position: -31px -1px } a.cotn:hover { background-position: -46px -1px } span.diacol { border: 1px solid #c9c9c9; background: #fffbeb; position: absolute; left: -150px; top: -5px; width: 120px; text-align: center; padding: 10px; color: #955d35 } span.diacol .close { position: absolute; top: 5px; right: 5px; display: block; width: 10px; height: 10px; background: url(../images/icon8.png) -5px -38px; cursor: pointer; overflow: hidden } span.diacol .close:hover { background-position: -5px -6px } span.diacol .btn, span.diacol .rel { width: 35px; height: 20px; margin: 0 2px; line-height: 20px; color: #fff; display: inline-block; background: #c00; border: 1px solid #c00; border-color: #c00 #a50000 #a50000 #c00 } span.diacol a:hover { text-decoration: none; color: #fff } span.diacol .rel, span.diacol .rel:hover { background: #fafafa; border-color: #fafafa #cac4ab #cac4ab #fafafa; color: #955d35 } span.diacol p { line-height: 30px } .toolbar .right .mco ul li.more { height: 30px; line-height: 30px; background: #f8f8f8; text-align: right; border: 0; padding-right: 10px } .toolbar .right .mco ul li.more a { color: #09c } .toolbar .right .mco ul li.tit, .toolbar .right .mco ul li.tit span { height: 30px; line-height: 30px; background: #f8f8f8; font-family: "" } .toolbar .right .mco ul li.tit span { padding: 0 0 0 10px } .toolbar .right .mcoon .mcoa { border: 1px solid #c9c9c9; border-bottom: 0; height: 30px; position: relative; z-index: 2 } .toolbar .right .mcoon div { display: block } .toolbar .right .mco ul li.ncent { background: #f8f8f8; border: 0; text-align: center; color: #955d35; line-height: 20px; padding: 20px 0; height: auto } .toolbar .right .mco ul li.ncent p { font-size: 14px } .toolbar .right .mco ul li.ncent b { display: inline-block; width: 18px; height: 18px; background: url(../images/tb_co.png) no-repeat -320px 0; _background: url(../images/tb_co_ie6.png) no-repeat -320px 0; vertical-align: middle } .toolbar .right .mco ul li.loading { background: #fff url(../images/loading2.gif) no-repeat center center } .toolbar .flow, .toolbar .right em { color: #ccc } .toolbar .right em { color: #ccc } .toolbar .right .cart i { width: 16px; height: 17px; background: url(../images/hb_1.png) no-repeat 0 -37px; display: inline-block; vertical-align: middle; overflow: hidden } .toolbar .right .cart .count { color: #cf201c } .toolbar .minicart { _padding-top: 0 } .toolbar .minicart.open .dropdown-menu { display: block } .toolbar .minicart .cart { height: 22px; display: inline-block; position: relative; z-index: 10000; border: 1px solid #fff } .toolbar .minicart.open .cart { background: rgba(255,255,255,.95); border: 0; box-shadow: 0 0 5px #d4d4d4; border: 1px solid #e5e5e5 } .toolbar .minicart.open .cart em { position: absolute; bottom: -5px; width: 100%; height: 5px; font: 0/0 ""; background: #fff; left: 0 } .toolbar .minicart .cart a { color: #E12E2F } .toolbar .minicart .dropdown-menu { border: 1px solid #999; z-index: 9999; top: 100%; position: absolute; display: none; background: #fff; background: rgba(255,255,255,.95); box-shadow: 0 0 5px #d4d4d4; border: 0; width: 280px; _width: 280px; padding: 10px; left: -100px; border: 1px solid #e5e5e5 } .toolbar .minicart .dropdown-menu .txt { color: #666; text-align: center; border-bottom: 1px solid #f0f0f0; padding-bottom: 6px } .toolbar .minicart .dropdown-menu .submit { text-align: center; padding-top: 6px; line-height: 28px } .toolbar .minicart .dropdown-menu .submit i { margin-left: 10px; color: #666 } .toolbar .minicart .dropdown-menu .submit em { color: #999 } .toolbar .minicart .dropdown-menu .submit b { color: #e12e2f } .toolbar .minicart .dropdown-menu .clickbtn { border-top: 1px solid #d62a2a; border-bottom: 1px solid #d62a2a; text-align: center; display: inline-block; vertical-align: middle } .toolbar .minicart .dropdown-menu .clickbtn a { border-left: 1px solid #d62a2a; border-right: 1px solid #d62a2a; margin: 0 -1px; float: left; color: #fff; background: #e02f2f; text-decoration: none; height: 26px; line-height: 26px; position: relative; padding: 0 5px } .toolbar .minicart .dropdown-menu .clickbtn a:hover { color: #fff; text-decoration: none } .toolbar .minicart .dropdown-menu li { width: 280px; float: left; padding-bottom: 10px; text-align: left } .toolbar .minicart .dropdown-menu li a { padding-left: 0 } .toolbar .minicart .dropdown-menu li a:hover { background: 0 0 } .toolbar .minicart .dropdown-menu li .pic { width: 50px; height: 50px; float: left; margin-right: 6px } .toolbar .minicart .dropdown-menu li .pic img { width: 50px; height: 50px } .toolbar .minicart .dropdown-menu .title { width: 144px; color: #999; line-height: 24px; overflow: hidden; height: 48px; float: left; text-align: left } .toolbar .minicart .dropdown-menu li h3 { width: 144px; height: 24px; overflow: hidden; line-height: 24px } .toolbar .minicart .dropdown-menu li h3 a { color: #666 } .toolbar .minicart .dropdown-menu li h3 a:hover { text-decoration: underline } .toolbar .minicart .dropdown-menu .r { width: 80px; height: 48px; overflow: hidden; text-align: right; line-height: 24px } .toolbar .minicart .dropdown-menu .r b { font-family: "微软雅黑"; color: #e12e2f } .toolbar .minicart .dropdown-menu .r b em { color: #666 } .toolbar .minicart .dropdown-menu .r a { color: #999; display: inline } .toolbar .minicart .dropdown-menu .r a:hover { color: #e12e2f } .toolbar .right .phone-qrcode-down i.phone-qrcode-icon { width: 13px; height: 18px; display: inline-block; vertical-align: -4px; padding: 0 3px; background: url(../images/mobile_shake.gif) no-repeat } .toolbar .right .phone-qrcode-down.open i.phone-qrcode-icon { background: url(../images/mobile_still1.png) no-repeat } .toolbar .right .phone-qrcode-down.open .top_qrcode em { position: absolute; bottom: -5px; width: 100%; height: 5px; font: 0/0 ""; background: #fff; left: 0 } .toolbar .right .phone-qrcode-down .dropdown-menu { background: #fff; box-shadow: 0 0 5px #d4d4d4; border: 0; width: 120px; min-width: 120px; height: 120px; padding: 10px; left: 0; border: 1px solid #e5e5e5 } .toolbar .right .phone-qrcode-down .top_qrcode { height: 21px; display: inline-block; padding: 0 10px; position: relative; z-index: 10000; border: 1px solid #fff } .toolbar .right .phone-qrcode-down.open .top_qrcode { background: rgba(255,255,255,.95); border: 0; box-shadow: 0 0 5px #d4d4d4; border: 1px solid #e5e5e5 } .toolbar .right .phone-qrcode-down.open { background: #fff; border-bottom: 0 } .toolbar .right { line-height: 21px } .toolbar .right .phone-qrcode-down { display: inline-block; *display:inline; *zoom:1; position: relative; z-index: 10001; margin-right: 6px } .toolbar .right .phone-qrcode-down.open .dropdown-menu { display: block } .toolbar .right .phone-qrcode-down .dropdown-menu a { display: block; width: 120px; height: 120px; background: url(../images/zhe_top_qrcode1-1.png) } .toolbar .right .phone-qrcode-down .dropdown-menu a.app { background-position: -120px 0 } .collection { background: #FFFBEB; border: 5px solid #E6E6E6; width: 410px } .collection span.close { display: inline-block } .collection .diginfo { background: #FFFBEB; border: 5px solid #E6E6E6; padding: 10px 20px } .dialog_email { width: 480px!important; background: rgba(0,0,0,.3)!important; padding: 10px!important; border: 0!important } .dialog_email a span.close { display: block; right: 13px; top: 13px } .dialog_email .diginfo { padding: 10px 20px; height: 200px; line-height: 200px; font-size: 14px; background: #fff } .qd_login { width: 334px; border: 0 } .qd_login a, .qd_login a:hover { color: #ec1611; padding: 0 } .qd_login a.reglink { text-decoration: underline; position: absolute; right: 0; top: 0; line-height: 30px } .qd_login .hc { background: #fff; padding: 0 } .qd_login .hc form { position: relative } .qd_login .hc h3, .qd_login .hc ul { width: 257px; padding: 0; float: none; margin: 0 auto; text-align: left; font-size: 12px; line-height: 30px } .qd_login .hc h3 { color: #595757; font-weight: 400; position: relative } .qd_login .hc li { padding-top: 10px } .qd_login .hc li input { width: 235px; height: 20px; padding: 6px 10px; background: #fff; border: 0; font-size: 12px; line-height: 20px; color: #595757; border: 1px solid #c9caca; outline: 0; vertical-align: top; margin-top: 12px } .qd_login .hc li.btn { font-size: 12px } .qd_login .hc li.btn input { width: 100%; border: 0; height: 35px; margin: 0; background: #ec1611; cursor: pointer; font-size: 12px; color: #fff } .qd_login .hc li.btn a { margin-left: 15px } .qd_login .hc li.tb { padding-top: 20px } .qd_login .hc li.captcha_box input, .captcha_box_new input { width: 80px; background-position: 0 -56px } .qd_login .hc li.captcha_box img, .captcha_box_new img { vertical-align: middle; cursor: pointer; margin-left: 26px } .qd_login .hc li.dtcode { padding-top: 0!important } .qd_login .ologintip { position: relative; color: #ec1611; padding: 10px 0 } .qd_login .ologintip .error_msg { color: #ec1611; border: 1px solid #ff6c6c; display: none; background-color: #fff5f8 } .qd_login .ologintip .error_msg em { background: url(../images/hb_1.png) no-repeat 0 -79px; width: 17px; height: 17px; display: inline-block; vertical-align: middle; margin: 0 9px 3px 11px } .qd_login .ologintip .error_msg span { color: #ff6c6c } .qd_login .ologintip #pperrmsg .comfir_mail { color: #09c; cursor: pointer; text-decoration: underline } .qd_login .ologintip a.forgetPwd { position: absolute; right: 0; top: 10px; line-height: 30px } .qd_login .ologintip span { color: #a9a9a9 } .qd_login .ologintip i { width: 26px; height: 12px; background: url(../images/login_dialog_icons.png) no-repeat -170px -37px; display: block; position: absolute; bottom: 0; left: 80px } .qd_login .sf { height: 70px; background: #f5f5f5; margin: 0; border: 0 } .qd_login .sf .sf_content { width: 257px; margin: 0 auto; padding: 17px 0 } .qd_login .sf p { height: auto; margin: 0 } .qd_login .sf p.more_logina { width: 80px; float: right; margin-top: -8px } .qd_login .sf p.more_logina a, .qd_login .sf a.qq i { background: url(../images/login_dialog_icons.png) no-repeat 0 0; width: 26px; height: 26px; display: inline-block } .qd_login .sf p.more_logina a { float: left; margin-right: 10px; padding: 0 } .qd_login .sf p.more_logina .baidu { background-position: -62px -2px } .qd_login .sf p.more_logina .sina { background-position: -92px -2px } .qd_login .sf p.more_logina .taobao { background-position: -61px -29px } .qd_login .sf p.more_logina .renren { background-position: -92px -29px } .qd_login .sf p.more_logina.hidden { display: block; visibility: hidden } .qd_login .sf p.more_logina.hidden a { -webkit-transform: scale(0); -webkit-transition: all ease-in-out .5s; opacity: 0 } .qd_login .sf p.more_logina a { -webkit-transform: scale(1); -webkit-transition: all ease-in-out .5s; opacity: 1 } .qd_login .sf a { width: auto; height: auto; background: 0 0; text-indent: 0; margin: 0 } .qd_login .sf a:hover { text-decoration: none } .qd_login .sf a.qq { width: 92px; height: 35px; display: inline-block; float: left; line-height: 35px; background: 0 0; margin: 0; text-indent: 0; overflow: hidden } .qd_login .sf a.qq i { width: 35px; height: 35px; margin: 0; background-position: -5px -4px; display: block; float: left } .qd_login .sf a.qq span, .qd_login .morela span { color: #a9a9a9 } .qd_login .sf a.morela { float: left; display: inline-block; margin: 10px 0 0 15px; background: 0 0; margin: 0 } .qd_login .sf a.morela span { font-size: 14px; margin-left: 20px; line-height: 35px } .qd_login .hc ul li.valuetwo input.gphcode { width: 138px; margin-top: 12px; padding: 6px 10px } #ppLogin_qd ul li.valuetwo input.gphcode { width: 138px; margin-top: 12px; padding: 6px 10px } .qd_login .hc ul li.valuetwo input.getdphcode { width: 85px; border: 1px solid #ccc; margin-left: 10px; text-align: center; padding: 6px 0; margin-top: 12px; background-color: #F9F9F9; cursor: pointer } .qd_login .hc ul li input.getdphcode-btn { display: none; height: 34px } .qd_login .hc ul li.valuetwo input.getdphcode-btn { display: inline-block } .qd_login a.pperrmsgcl { color: #009ACC } .qd_login .hc li.token input { height: 20px; line-height: 20px; padding: 4px 10px; vertical-align: middle; width: 80px; background-position: 0 -56px } .qd_login .hc li.token img { height: 26px; margin-left: 18px; margin-top: 12px; border: 1px solid #c9caca; width: 80px; vertical-align: middle } .qd_login .hc li.token { padding-top: 0 } .qd_login .hc ul li a.captRefash, .qd_login .hc ul li a.captRefash:hover { padding: 16px 0 0; line-height: 18px; vertical-align: middle; text-decoration: none; outline: 0; display: inline-block; float: right } .signupnewbox { } .signupnewbox h3, .signupnewbox ul li.txt { text-align: right; line-height: 30px; margin: 0 auto; width: 257px } .signupnewbox h3 span, .signupnewbox ul li.txt span { float: left } .signupnewbox h3 a { color: #ec1611; text-decoration: underline } .signupnewbox ul li.txt { padding: 10px 0 } .signupnewbox ul li.txt a { color: #a9a9a9 } .signupnewbox ul { margin: 0 auto; width: 257px } .signupnewbox ul li { line-height: 20px; float: left; margin-top: 8px; position: relative; width: 257px } .signupnewbox ul label { width: 68px; position: absolute; top: 2px; left: 2px; height: 20px; background: #fff; padding-top: 8px } .signupnewbox ul div { border: 1px solid #cacaca; float: left; color: #999; height: 20px; width: 150px; padding: 9px 34px 9px 71px; line-height: 20px } .signupnewbox ul div input { width: 150px; padding: 0; background: #fff; border: 0; height: 20px; line-height: 20px; color: #999; outline: 0 } .signupnewbox ul input.focus { color: #333 } .signupnewbox ul ins { width: 20px; height: 20px; background: url(../images/v1icon4.png) no-repeat -100px -100px #fff; position: absolute; top: 2px; right: 2px; border-width: 8px 8px 0 4px; border-style: solid; border-color: #fff } .signupnewbox ul .warn1 ins { background-position: 0 -40px } .signupnewbox ul .warn2 ins { background-position: 0 0 } .signupnewbox ul .warn2 div { border-color: #ec1611; border-width: 2px; padding: 8px 33px 8px 70px } .signupnewbox ul .warn3 ins { background-position: 0 -20px } .signupnewbox ul li.captcha_box div { padding: 9px 34px 9px 15px; width: 50px } .signupnewbox ul li.captcha_box div input { width: 70px } .signupnewbox ul li.captcha_box a { margin-left: 12px; background: url(../images/v1icon4.png) 0 -60px; border: 1px solid #cacaca; height: 38px; float: left; width: 142px; text-decoration: none; line-height: 38px; color: #666 } .signupnewbox ul li.captcha_box a.disabled { background: #ececec; color: #999; cursor: default; cursor: no-drop } .signupnewbox ul li.captcha_box input { width: 70px; background-position: 0 -56px; height: 20px; line-height: 20px } .signupnewbox ul li.captcha_box img { vertical-align: middle; cursor: pointer; margin-left: 12px; border: 1px solid #cacaca; width: 93px; float: left } .signupnewbox ul li.captcha_box a.captRefash { background: 0 0; border: 0; width: 36px; color: #ec1611; outline: 0 } .signupnewbox ul li.captcha_box.warn2 div { padding: 8px 33px 8px 14px } .signupnewbox ul li .err { color: #ec1611; text-align: left; line-height: 20px; padding-left: 4px; padding-top: 4px; width: 253px; float: left } .signupnewbox ul li .err a { color: #09c; text-decoration: underline } .signupnewbox ul li input.change { color: #333 } .signupnewbox ul li.btn { margin-top: 18px } .signupnewbox ul li.btn input { background: #ec1611; border: 0; color: #fff; cursor: pointer; height: 35px; margin: 0; width: 100% } .signupnewbox ul li.btn input:hover { opacity: .9 } .signupnewbox ul li.voice_code { text-align: left } @media (max-width:1280px) { body header .links { background: url(../images/toolbar_links5.jpg) } } body a { color: #666 } i, em { font-style: normal } .area { width: 1200px } .dialog-wrapper .red { color: #c5000c } .dialog-wrapper .text_left { text-align: left } .dialog-wrapper .font14 { font-size: 14px } .btn_none .close { display: none!important } .dialog-wrapper { border: 5px solid #b2b2b2; width: 624px; position: absolute; z-index: 100000; background: #fff } .dialog-wrapper span.close { background: url(../images/btn1.png) -21px -32px no-repeat; cursor: pointer; display: none; height: 10px; position: absolute; right: 10px; top: 10px; width: 10px } #loginpanel .close, .closeblock span.close, .beizhudialog span.close { display: inline-block } .dialog-wrapper a:hover span.close { background-position: -33px -32px } .dialog-wrapper h4 { background: #F7F7F7; border-bottom: 1px solid #E5E5E5; color: #333; font: 14px/40px "宋体"; padding: 0 20px; text-align: left } .dialog-wrapper .diginfo .submit { border-top: 0; padding: 10px 0 20px; text-align: center } .msgbox { width: auto; border-radius: 0 } .msgbox .diginfo { padding: 5px } .msgbox span.close { display: none } #dialog_log_qiandao, #dialog_reg_qiandao { border: 8px solid #3d3d3d \9; border: 8px rgba(0,0,0,.4) solid; font-size: 12px; font-family: "宋体"; background: 0 0; width: 336px } #dialog_log_qiandao .close, #dialog_log_qiandao .close:hover, #dialog_reg_qiandao .close, #dialog_reg_qiandao .close:hover { background: url(../images/login_dialog_icons.png) no-repeat -177px -12px; width: 15px; height: 15px; right: 12px; top: 12px; -webkit-transform: rotate(0deg); -webkit-transition: all ease-in-out 100ms; display: block } #dialog_log_qiandao .close:hover { -webkit-transform: rotate(90deg); -webkit-transition: all ease-in-out 100ms } #dialog_log_qiandao .close:hover, #dialog_reg_qiandao .close:hover { -webkit-transform: rotate(90deg); -webkit-transition: all ease-in-out 100ms } #dialog_log_qiandao .diginfo, #dialog_reg_qiandao .diginfo { background: #fff; border: 1px solid #c9caca; margin: 0; padding: 24px 0 0 } .icon-arrow { display: inline-block; *display:inline; *zoom:1; height: 0; line-height: 0; width: 0; vertical-align: middle; border-width: 3px; border-style: solid; margin-left: 3px; border-color: #CCC #FFF #FFF; _overflow: hidden } .pos { height: 38px; line-height: 38px; text-align: left; font-family: "\5B8B\4F53" } .pos i { font-family: "\5FAE\8F6F\96C5\9ED1"; margin: 0 2px } .side_nav { margin-left: -745px } #detail { padding-bottom: 17px } .deteilpic { width: 402px; position: relative } .deteilpic figure { position: relative; width: 400px; height: 400px; border: 1px solid #e5e5e5; font-size: 0; line-height: 400px; overflow: hidden; background: url(../images/loading400x400.gif) no-repeat center center } .deteilpic figure img { vertical-align: middle; max-width: 400px; max-height: 400px } .deteilpic .qiang { width: 50px; height: 48px; padding-right: 6px; background: url(../images/deal_y2.png) no-repeat -309px -5px; position: absolute; left: 0; top: -5px; z-index: 1; font-size: 12px } .deteilpic .you { width: 78px; height: 57px; background: url(../images/deal_y2.png) no-repeat -10px -64px; position: absolute; left: 0; top: 0; z-index: 1; font-size: 12px } .deteilpic .youhuiquan { width: 60px; height: 43px; padding-right: 6px; background: url(../images/deal_y2.png) no-repeat -101px -5px; color: #fff; text-decoration: none; text-align: center; line-height: 18px; padding-top: 4px; position: absolute; top: -5px; left: 0; z-index: 2; font-size: 12px; overflow: visible } .deteilpic .icon_text_b { width: 75px; height: 47px; padding-right: 6px; background: url(../images/deal_y2.png) no-repeat -10px -5px; z-index: 100; color: #fff; text-decoration: none; text-align: center; line-height: 18px; padding-top: 3px; position: absolute; top: -5px; left: 0; z-index: 2; font-size: 12px } .deteilpic ul { width: 408px; float: left; margin-top: 16px } .deteilpic ul li { width: 58px; margin-right: 8px; height: 58px; float: left; border: 1px solid #e5e5e5; overflow: hidden; font-size: 0; line-height: 58px } .deteilpic ul li img { opacity: .5; -ms-filter: "alpha(Opacity=50)"; filter: alpha(opacity=50) } .deteilpic ul li a { max-width: 58px; max-height: 58px; width: 58px; height: 58px; vertical-align: middle; overflow: hidden } .deteilpic ul li.cur { border-color: #ec1611 } .deteilpic ul li.cur img { opacity: 1; -ms-filter: "alpha(Opacity=100)"; filter: alpha(opacity=100) } .deteilpic .panelC { width: 400px; float: left; margin-top: 20px; text-align: left } .deteilpic .panelC i { background: url(../images/p_Spirit1-1.png) no-repeat; width: 16px; height: 14px; overflow: hidden; float: left } .deteilpic .panelC div { float: left; margin-right: 20px; line-height: 16px; padding-bottom: 6px } .deteilpic .panelC a { color: #666 } .deteilpic .panelC a:hover, .deteilpic .panelC .on a { text-decoration: none; color: #e02f2f } .deteilpic .panelC .sc i { background-position: 0 -192px; vertical-align: middle } .deteilpic .panelC .fx i { background-position: -32px -192px } .deteilpic .panelC .jb i { background-position: -64px -192px } .deteilpic .panelC .sc a:hover i, .deteilpic .panelC .on a i { background-position: -16px -192px } .deteilpic .panelC .hover i { background-position: -48px -192px } .deteilpic .panelC .jb a:hover i { background-position: -80px -192px } .deteilpic .panelC .hover { position: relative; z-index: 101 } .deteilpic .panelC .hover p { cursor: pointer; color: #e02f2f } .deteilpic .panelC .fx ol { display: none } .deteilpic .panelC .hover ol { border: 1px solid #ccc; width: 90px; position: absolute; top: 16px; left: 0; background: #fff; padding: 10px 0 5px; display: block } .deteilpic .panelC .hover ol i { width: 20px; height: 20px; margin: 0 5px } .deteilpic .panelC .hover ol li { margin-bottom: 5px; overflow: hidden; line-height: 20px } .deteilpic .panelC .hover ol .weixin { background-position: 0 -207px } .deteilpic .panelC .hover ol .qzone { background-position: -20px -207px } .deteilpic .panelC .hover ol .renren { background-position: -40px -207px } .deteilpic .panelC .hover ol .weibo { background-position: -60px -207px } .deteilpic .panelC .hover ol .t { background-position: -80px -207px } .detailmeta { width: 745px; text-align: left; margin-left: 53px } .detailmeta h1 { font: 700 16px/24px "\5FAE\8F6F\96C5\9ED1"; color: #333; margin: -3px 0 1px 0; position: relative } .detailmeta h3 { color: #e99494; font: 12px/20px "\5FAE\8F6F\96C5\9ED1"; width:520px; } .detailmeta .red { color: #ec1611 } .detailmeta .gray9 { color: #999 } .detailmeta .gray6 { color: #666 } .detailmeta .has_zj { width: 701px; float: left; padding: 0 0 0 37px } .detailmeta .zj { width: 44px; height: 37px; float: left; background: #ec1611; color: #fff; line-height: 16px; padding: 3px 0 0; text-align: center; margin: 1px 0 0 -55px } .panelA { width: 512px; float: left; margin: 11px 0 0 } .panelA .bg_gray, .panelA .bg_yel { background: #f5f5f5; padding: 12px 18px 9px; margin: 0 -18px 10px -18px } .panelA .bg_yel { background: #fff6eb } .panelA dl { width: 100%; float: left; margin-bottom: 4px; font-family: "\5B8B\4F53"; line-height: 26px } .panelA dt { width: 58px; float: left; text-align: left } .panelA dd { width: 454px; float: left } .panelA dd.colspan { width: 100% } .panelA sub { bottom: 0; vertical-align: middle; float: left } .panelA .fontYaHei { font-family: '\5FAE\8F6F\96C5\9ED1' } .panelA .fontSimSun { font-family: '\5B8B\4F53' } .panelA .fontArial { font-family: Arial } .panelA .act { background: #ff6767; height: 33px; margin: 0 -18px; font: 12px/30px "\5B8B\4F53"; color: #fff; padding: 0 18px; display: block; text-decoration: none } .panelA .act b { margin: 0 12px } .panelA .act span { font: 14px/30px "\5FAE\8F6F\96C5\9ED1" } .panelA .act em { margin-left: 24px } .diatip { border: 1px solid #9c9c9c; position: absolute; z-index: 99; left: 58px; top: 3px; background: #fff } .diatip .close, .sku_box .close { width: 12px; height: 11px; overflow: hidden; background: url(../images/new_ico1.png) no-repeat -48px -35px; display: inline-block; position: absolute; right: 11px; top: 8px; z-index: 999 } .diatip h3, .sku_box h3 { line-height: 26px; border-bottom: 1px dotted #999; padding: 0 10px; color: #333; font-family: "\5B8B\4F53" } .diatip h3 { padding: 0 7px } .diatip h3 i { margin: 0 1px; color: #fe7393 } .diatip .con { padding: 7px } .y_tip { width: 310px } .y_tip .con i, .y_tip .con em { margin: 0 } .y_tip .con p { zoom: 1 } .y_tip .con p:after { content: "."; display: block; visibility: hidden; height: 0; clear: both } .y_tip .con p a { color: #fe7393; line-height: 24px } .y_tip .con p a.click { float: right; margin: 3px 0 0 } .panelA .price { margin-bottom: 0 } .price strong { font: 700 16px/30px "\5FAE\8F6F\96C5\9ED1"; display: inline-block } .price strong i { font-size: 26px; margin-left: 3px } .price .r { margin: 10px 0 0; line-height: 18px } .price del { font-family: "\5FAE\8F6F\96C5\9ED1"; vertical-align: 2px } .price del.no { text-decoration: none } .price u { font-family: "\5FAE\8F6F\96C5\9ED1"; text-decoration: none; vertical-align: 2px; line-height: 20px } .price u .red i { font-size: 16px; margin: 0 3px; font-family: arial } .price .icon { border-top: 1px solid #E02F2F; border-bottom: 1px solid #E02F2F; margin-left: 8px; text-align: center; display: inline-block; position: relative } .price .icon em { border-left: 1px solid #E02F2F; border-right: 1px solid #E02F2F; margin: 0 -1px; float: left; color: #fff; background: #E02F2F; text-decoration: none; height: 16px; line-height: 16px; position: relative; padding: 0 2px; font-family: "\5B8B\4F53" } .price .discount { border-color: #ffa200 } .price .discount em { border-color: #ffa200; background: #ffa200 } .adv { width: 345px; margin: 13px -18px 5px -18px } .adv img { max-width: 345px; max-height: 26px; vertical-align: top } .time sub { width: 14px; height: 14px; margin-top: 6px; display: inline-block; background: url(../images/new_ico1.png) no-repeat -72px -67px; margin-right: 7px } .time sub.dao { background-position: -86px -67px } .time i { font-family: arial; margin: 0 3px 0 5px } .x sub, .y sub, .jifen sub, .huiyuan sub, .nojifen sub { margin-top: 5px } .x sub { width: 44px; height: 16px; float: left; display: inline-block; background: url(../images/new_ico1.png) no-repeat 0 -33px } .x span { width: 70px; height: 14px; float: left; overflow: hidden; display: inline-block; background: url(../images/new_ico1.png) no-repeat 0 -16px; margin: 6px 8px 0 0; vertical-align: middle } .x span i { height: 14px; float: left; overflow: hidden; display: inline-block; background: url(../images/new_ico1.png) no-repeat 0 0; overflow: hidden } .y { position: relative; z-index: 5 } .y sub { width: 44px; height: 16px; float: left; display: inline-block; background: url(../images/new_ico1.png) no-repeat 0 -50px } .y i { font-family: arial } .y em { font-family: "\5FAE\8F6F\96C5\9ED1" } .y a { color: #666 } .y a.click { height: 16px; line-height: 16px!important; margin: -3px 0 0 15px; border: 1px solid #fe7393; display: inline-block; padding: 0 2px; background: #fff; color: #fe7393; text-decoration: none; vertical-align: middle } .y a.click:hover { background: #fe7393; color: #fff } .y span.click { color: #fe7393; cursor: pointer; position: absolute; top: 0; right: 5px } .panelA dl.jifen { margin-bottom: 2px } .jifen sub { width: 44px; height: 16px; float: left; display: inline-block; background: url(../images/new_ico1.png) no-repeat 0 -67px } .jifen .level i { margin: 7px 5px 0 0 } .jifen a { color: #666 } .jifen .levelbox { float: left; position: relative; z-index: 3; margin-right: 15px } .jifen .levelbox ul { position: absolute; top: 19px; left: 0; padding: 10px; border: 1px solid #b1b1b1; background: #fff; display: none; border: 1px solid #e5e5e5 } .jifen .levelbox span, .jifen .levelbox span a { color: #666 } .jifen .on ul { display: block } .jifen .levelbox ul li, .jifen .levelbox ul li a { height: 20px; line-height: 20px; white-space: nowrap; color: #999 } .jifen .levelbox ul li.cur, .jifen .levelbox ul li.cur a { color: #666 } .jifen em { font-family: "\5FAE\8F6F\96C5\9ED1"; color: #ccc; margin-left: 4px } .nojifen sub { width: 44px; height: 16px; float: left; display: inline-block; background: url(../images/new_ico2.png) no-repeat 0 -100px } .huiyuan sub { width: 44px; height: 16px; float: left; display: inline-block; background: url(../images/new_ico1.png) no-repeat 0 -84px } .huiyuan .level i { margin: 7px 5px 0 0 } .address address { font-style: normal; margin-right: 10px; cursor: pointer; display: inline; zoom: 1 } .address address.on .city { display: block } .address .city { border: 1px solid #9c9c9c; width: 304px; position: absolute; display: none; background: #fff; left: -13px; top: 31px; padding: 8px 0; z-index: 2 } .address .city sup { background: url(../images/icon18.png) no-repeat -132px -81px; height: 11px; position: absolute; right: 4px; top: 4px; width: 12px; z-index: 3 } .address ul li { width: 76px; float: left; height: 24px; line-height: 24px; text-indent: 12px } .address ul li a { color: #428BCA } .address dd { position: relative; z-index: 2 } .address p { line-height: 18px } .address em.down { font-family: "\5FAE\8F6F\96C5\9ED1"; color: #ccc } .fuwu p { line-height: 28px } .fuwu .icon { width: 16px; height: 16px; background: url(new_ico1.png) no-repeat 0 0; float: left; margin: 6px 5px 0 0 } .fuwu .i24 { background-position: 0 -153px } .fuwu .i48 { background-position: 0 -176px } .fuwu .i72 { background-position: 0 -199px } .fuwu .zhe800jian { background-position: -51px -153px } .fuwu .sellerjian { background-position: -25px -153px } .panelA .color { margin-bottom: 11px } .color dt { line-height: 35px } .color li { width: 33px; height: 33px; border: 1px solid #ccc; float: left; background: #fff; margin: 0 6px 6px 0; overflow: hidden } .color li a { width: 33px; height: 33px; display: inline-block; text-decoration: none; text-align: center; line-height: 31px; background: #fff; text-transform: uppercase; white-space: nowrap; vertical-align: top } .color li.cur { border-color: #e02f2f } .color li.cur a { width: 31px; height: 31px; border: 1px solid #e02f2f } .color li.no { border-color: #e8e8e8; cursor: no-drop } .color li.no a { -ms-filter: "alpha(Opacity=30)"; filter: alpha(opacity=30); opacity: .3; cursor: no-drop } .panelA .size { margin-bottom: 11px } .size li { height: 24px; border: 1px solid #ccc; float: left; margin: 0 6px 6px 0; overflow: hidden; font-family: arial } .size li a { height: 24px; float: left; padding: 0 8px; text-decoration: none; display: inline-block; line-height: 24px } .size li.cur { border: 1px solid #e02f2f } .size li.cur a { height: 22px; border: 1px solid #e02f2f; padding: 0 7px; line-height: 22px } .size li.no { border-color: #e8e8e8; cursor: no-drop } .size li.no a { -ms-filter: "alpha(Opacity=30)"; filter: alpha(opacity=30); opacity: .3; cursor: no-drop } .panelA .numb { line-height: 30px } .numb dd p { border: 1px solid #ccc; float: left; margin-right: 10px; background: #fff } .numb dd p i { width: 26px; height: 28px; float: left; text-align: center; cursor: pointer; font: 700 18px/26px "\5FAE\8F6F\96C5\9ED1"; background: url(../images/p_Spirit6.png) no-repeat 1px -179px } .numb dd p i.decrease { background-position: -1px -210px } .numb dd p i.increase { background-position: -1px -240px } .numb dd p i.decrease.no-drop { background-position: -1px -179px } .numb dd p i.increase.no-drop { background-position: -1px -271px } .numb dd p input { float: left; border-width: 0 1px; font-family: arial; border-color: #ccc; border-style: solid; width: 38px; height: 18px; background: #fff; padding: 5px; text-align: center } .numb dd .kucun { display: inline-block } .numb dd .kucun i { font-family: arial; margin: 0 5px } .numb dd .red { display: inline-block } .sku_box { width: 100%; float: left; margin-top: 6px } .sku_box .close, .sku_box h3 { display: none; cursor: pointer } .sku_box h3 { margin-bottom: 12px } .sku_box .sku_box_btn { width: 68px; height: 28px; float: left; text-decoration: none; font: 14px/28px "\5FAE\8F6F\96C5\9ED1"; background: #c7000b; text-align: center; display: none; color: #fff; margin: 5px 0 12px 45px } .sku_box .no { background: #cecece; cursor: no-drop } .sku_click { width: 502px; border: 1px solid #9c9c9c; background: #fff; float: left; position: relative } .sku_click dt { width: 46px; text-align: center } .sku_click dd { width: 456px } .sku_click .color { margin: 0 0 15px } .sku_click .size { margin: 0 0 15px } .sku_click .numb { margin: 0 0 15px } .sku_click .close, .sku_click h3, .sku_click .sku_box_btn { display: block } .detailmeta .submit { margin-top: 13px; width: 100%; float: left } .detailmeta .submit span input { width: 160px; height: 55px; color: #fff; text-align: center; font: 20px/36px '\5FAE\8F6F\96C5\9ED1'; border: 1px solid #c8000b } .detailmeta .submit span input:hover { opacity: .9 } .detailmeta .submit span.cart { margin-left: 10px } .detailmeta .submit span.cart input { background: url(../images/p_Spirit6.png) no-repeat 15px -96px #c8000b; text-indent: 24px; _background-position: 15px -100px } .detailmeta .submit span.s3 input, .detailmeta .submit span.s4 input, .detailmeta .submit span.s5 input { background: #cecece; border-color: #9c9c9c; cursor: no-drop } .detailmeta .submit span.s1 input { background: #69b300; border-color: #69b300 } .detailmeta .submit span.s2 input { background: #fef0f1; color: #c8000b } .detailmeta .submit var a { background: #F5F5F5; border: 1px solid #E1E1E1; border-radius: 1px; color: gray; display: inline-block; height: 22px; line-height: 22px; overflow: hidden; vertical-align: middle; white-space: nowrap; width: 100px } .detailmeta .submit var a:hover { text-decoration: none } .detailmeta .submit var a img { margin: 2px 2px 0; float: left } .detailmeta .submit var a i { width: 72px; float: left; overflow: hidden } .detailmeta .submit.sloading span.s2 input, .detailmeta .submit.sloading span.s3 input { color: #d0d0d0; border-color: #d0d0d0; background: #f6f6f6; cursor: no-drop } .detailmeta .submit.sloading span.cart input { background: url(../images/p_Spirit6.png) no-repeat 15px -301px #d0d0d0; border-color: #d0d0d0; color: #fff; cursor: no-drop } .panelD { width: 100%; float: left; margin-top: 10px } .panelD label { width: 58px; float: left } .panelD span { margin-right: 10px; line-height: 30px; float: left } .panelD span a { float: left } .panelD span i { background: url(new_ico1.png) no-repeat; margin-right: 4px; width: 16px; height: 16px; float: left; margin-top: 6px } .panelD span.jy i { background-position: -78px -176px } .panelD span.as i { background-position: -133px -176px } .panelD span.bt i { background-position: -51px -176px } .panelD span.bt_no i { background-position: -51px -199px } .panelD span.xx i { background-position: -105px -176px } .panelD span a { color: #666 } .panelD span a:hover { text-decoration: none } .panelD span.sq i { background: url(new_ico1.png) no-repeat -78px -199px } .panelD span.picc i { background: url(new_ico1.png) no-repeat -133px -199px } .kuai { width: 100%; float: left; margin: 14px 0 0 } .kuai div { border: 1px solid #efe5cc; background: #fff3d7; line-height: 26px; padding: 20px 0; width: 260px; float: left; text-align: center } .kuai a { color: #428BCA; text-decoration: underline } .detailmeta aside { background: #fff; float: right; width: 178px; margin-top: 11px; line-height: 20px; border: 1px solid #e8e8e8 } .detailmeta aside h4 { line-height: 20px; padding: 12px 15px 0 } .detailmeta aside h4 b { border-bottom: 1px dotted #c1c1c1; padding-bottom: 8px; width: 148px; display: inline-block; line-height: 20px; color: #333 } .detailmeta aside h4 b a:hover { color: #333; text-decoration: none } .detailmeta aside ol { padding: 5px 14px } .detailmeta aside ol li, .mainwrap aside .nubB ol li { text-align: left; line-height: 26px; color: #666 } .detailmeta aside ol li .ps { position: relative; display: inline-block } .detailmeta aside ol li .ps .info { display: none; line-height: 18px; border: 1px solid #b1b1b1; position: absolute; text-align: left; padding: 8px 10px; background: #fff; width: 108px; right: 50%; margin-right: -44px; top: 32px; box-shadow: 0 0 7px #D5D5D5; word-wrap: break-word; color: #666 } .detailmeta aside ol li .ps .info sup { top: auto; width: 40px; height: 27px; cursor: pointer; background: url(../images/icon6.png) no-repeat right 20px; display: inline-block; position: absolute; right: 33px; top: -27px; z-index: 2 } .detailmeta aside ol li .ps .info p { line-height: 25px } .detailmeta aside ol li .pscur .info { display: block; z-index: 2 } .detailmeta aside ol li a { text-decoration: none; cursor: pointer; color: #666 } .detailmeta aside ol li a:hover { color: #666 } .detailmeta aside ol li i, .mainwrap aside .nubB ol li i { width: 17px; height: 17px; background: url(../images/p_Spirit6.png) no-repeat; float: left; margin-right: 8px; font: 0/0 "" } .detailmeta aside ol li i { float: none; display: inline-block; position: relative; top: 4px } .detailmeta aside ol li .service { display: inline-block; line-height: 26px } .detailmeta aside ol li .service a { display: inline-block; line-height: 26px } .detailmeta aside ol li .service a img { position: relative; top: -2px } .detailmeta aside ol i.l1, .mainwrap aside .nubB ol .l1 i { background-position: 0 -370px } .detailmeta aside ol i.l2, .mainwrap aside .nubB ol .l2 i { background-position: 0 -387px } .detailmeta aside ol i.l3, .mainwrap aside .nubB ol .l3 i { background-position: 0 -404px } .detailmeta aside dl { height: 50px; padding-top: 12px; border-top: 1px dotted #c1c1c1; margin: 0 15px } .detailmeta aside dl dd { float: left } .detailmeta aside dl dd.ms { border-right: 1px solid #c1c1c1; text-align: left; width: 43px } .detailmeta aside dl dd.fw { border-right: 1px solid #c1c1c1; text-align: center; width: 59px } .detailmeta aside dl dd.fh { text-align: right; width: 43px } .detailmeta aside dl dd label { display: inline-block; color: #666 } .detailmeta aside dl dd em { display: inline-block } .detailmeta aside dl dd em.up { color: #ec1711 } .detailmeta aside dl dd em.down { color: #69b200 } .detailmeta aside dl dd em.line { color: #f60 } .detailmeta aside dl dd em.empty { color: #c1c1c1 } .detailmeta aside dl dd .ps { position: relative; display: inline-block } .detailmeta aside dl dd .ps .info { display: none; line-height: 18px; border: 1px solid #b1b1b1; position: absolute; text-align: left; padding: 6px 10px; background: #fff; width: 135px; right: 50%; margin-right: -44px; bottom: 22px; box-shadow: 0 0 7px #D5D5D5; word-wrap: break-word; color: #666 } .detailmeta aside dl dd .ps .info sup { top: auto; width: 40px; height: 27px; cursor: pointer; background: url(../images/icon6.png) no-repeat right -21px; display: inline-block; position: absolute; right: 30px; bottom: -27px; z-index: 2 } .detailmeta aside dl dd .ps .info a { color: #428bca } .detailmeta aside dl dd .pscur .info { display: block; z-index: 2 } .detailmeta aside div.rk { padding: 5px 0 15px 15px } .detailmeta aside div.rk a { text-decoration: none; color: #ff6767 } .detailmeta aside div.rk a:hover { text-decoration: none; color: #ff6767 } .detailmeta aside div.rk label { display: inline-block; cursor: pointer; border: 1px solid #ff6e6e; width: 66px; height: 24px; line-height: 24px; text-align: center; font-size: 14px; margin: 0 2px } .detailmeta aside div.rk label i { width: 18px; height: 14px; background: url(../images/pro_y2.png) no-repeat -70px -95px; display: inline-block; position: relative; top: 2px } .detailmeta aside hgroup { background: url(../images/new_bg1.png) repeat-x; text-indent: 14px; height: 32px; line-height: 32px; color: #333; width: 178px; position: relative; font-size: 15px } .detailmeta aside.qsbox { border: 1px solid #ffe400 } .detailmeta aside.qsbox span { float: left } .detailmeta aside.qsbox ol li span { float: none } .detailmeta aside.qsbox hgroup { background: #ffeda3; margin: 0; color: #b14f00 } .detailmeta aside.qsbox .quality_seller { width: 27px; height: 34px; background: url(p_Spirit1-1.png) -1px -66px no-repeat; position: absolute; top: 0; right: 10px } .detailmeta aside.newbox .new_seller { width: 27px; height: 28px; background: url(pro_y2.png) no-repeat -10px -95px; position: absolute; top: 1px; right: 10px } .detailmeta aside.qsbox .quality_seller .info { width: 178px; height: 24px; position: absolute; right: -10px; top: 40px; padding: 0 6px; text-align: center; background: #e82b3d; line-height: 24px; color: #fff; display: none; text-indent: 0 } .detailmeta aside.qsbox .quality_seller .info sup { right: 19px; top: -10px; font: 0/0 ''; border: 5px solid #e82b3d; position: absolute; border-color: transparent transparent #e82b3d } .im_icon iframe { vertical-align: middle; margin: 0 3px } .leA { background: url(../images/icon_level_new1.png) repeat-x 0 -3px; display: inline-block; vertical-align: middle; height: 16px } .A11 { background-position: 0 -2px; width: 18px } .A12 { background-position: 0 -2px; width: 36px } .A13 { background-position: 0 -2px; width: 54px } .A14 { background-position: 0 -2px; width: 72px } .A15 { background-position: 0 -2px; width: 90px } .A21 { background-position: 0 -18px; width: 18px } .A22 { background-position: 0 -18px; width: 36px } .A23 { background-position: 0 -18px; width: 54px } .A24 { background-position: 0 -18px; width: 72px } .A25 { background-position: 0 -18px; width: 90px } .A31 { background-position: 0 -34px; width: 18px } .A32 { background-position: 0 -34px; width: 36px } .A33 { background-position: 0 -34px; width: 54px } .A34 { background-position: 0 -34px; width: 72px } .A35 { background-position: 0 -34px; width: 90px } .A41 { background-position: 0 -50px; width: 18px } .A42 { background-position: 0 -50px; width: 36px } .A43 { background-position: 0 -50px; width: 54px } .A44 { background-position: 0 -50px; width: 72px } .A45 { background-position: 0 -50px; width: 90px } .myrecommend_new { width: 1198px; border: 1px solid #bbb; margin-bottom: 18px } .myrecommend_new ul { width: 965px; float: left; height: 243px; padding: 11px 0 0; margin-right: -11px; overflow: hidden } .myrecommend_new ul li { width: 180px; border: 1px solid #dfdfdf; height: 230px; float: left; margin: 0 11px 20px 0; position: relative; text-align: left } .myrecommend_new ul li img { width: 180px; height: 180px } .myrecommend_new ul li h3 { height: 25px; overflow: hidden; padding: 0 10px } .myrecommend_new ul li h3 a { color: #666; line-height: 25px; font: #666 12px/20px "\5FAE\8F6F\96C5\9ED1" } .myrecommend_new ul li p { text-align: right; padding: 0 10px; line-height: 20px; color: #999 } .myrecommend_new ul li p span { color: #fd4700; float: left } .myrecommend_new ul li p span i { font-size: 12px; font-family: "\5FAE\8F6F\96C5\9ED1"; margin-right: 2px } .myrecommend_new ul li p span em { font-size: 20px; font-family: Arial } .myrecommend_new ul li.hover { border-color: #c30d17 } .myrecommend_new .cli { width: 27px; height: 254px; float: left; cursor: pointer } .myrecommend_new .cli i { width: 27px; height: 67px; display: inline-block; margin-top: 97px; background: url(../images/new_ico1.png) no-repeat -72px -84px; cursor: pointer } .myrecommend_new .cli:hover i { background-color: #f9b1b0 } .myrecommend_new .page_next i { background-position: -99px -84px } .myrecommend_new .more { width: 189px; height: 254px; float: left; border-left: 1px solid #dfdfdf; text-align: left } .myrecommend_new .more>a { width: 129px; height: 254px; float: left; padding: 0 30px } .myrecommend_new .more>a:hover { text-decoration: none; border: 1px solid #ec1611; position: relative; margin: -1px } .myrecommend_new .more .a1 { display: inline-block; color: #666; font: 700 16px/24px "\5FAE\8F6F\96C5\9ED1"; margin-top: 30px } .myrecommend_new .no .a1 { margin-top: 46px } .myrecommend_new .one .a1 { margin-top: 60px } .myrecommend_new .two .a1 { margin-top: 50px } .myrecommend_new .more dl { border-top: 4px solid #ec1611; margin: 8px 0 1px } .myrecommend_new .more dl dd { border-top: 1px dotted #ec1611; position: relative; margin-top: -1px } .myrecommend_new .more dl dd { zoom: 1 } .myrecommend_new .more dl dd:after { content: "."; display: block; visibility: hidden; height: 0; clear: both } .myrecommend_new .more dd em { color: #ec1611; font: 16px/30px "\5FAE\8F6F\96C5\9ED1"; float: left } .myrecommend_new .more dd em i { font-size: 12px!important; float: left } .myrecommend_new .more dd em.first { width: 26px; text-align: right } .myrecommend_new .more dd em.second { width: 47px; text-align: center } .myrecommend_new .more dd em.third { width: 18px; text-align: center } .myrecommend_new .more dd em.forth { width: 36px; text-align: center } .myrecommend_new .more dd em.five { width: 18px; text-align: left } .myrecommend_new .more dd em.row i { margin-right: 4px } .myrecommend_new .dazhe dd em.second { width: 27px } .myrecommend_new .dazhe dd em.forth { width: 36px } .myrecommend_new .baoyou dd em.second { width: 42px } .myrecommend_new .baoyou dd em.third { width: 56px; text-align: left } .myrecommend_new .more .goto { display: inline-block; width: 129px; height: 32px; text-align: center; font: 16px/32px "\5FAE\8F6F\96C5\9ED1"; position: relative; background: #ec1611; color: #fff } .myrecommend_new .more .goto i { position: absolute; display: inline-block; width: 0; height: 0; overflow: hidden; right: 20px; top: 10px; border: 6px solid #fff; border-color: #ec1611 #ec1611 #ec1611 #fff } .myrecommend_new .more .more_store { width: 127px; height: 54px; margin-top: 18px; font: 18px/54px "\5FAE\8F6F\96C5\9ED1"; display: inline-block; border: 1px solid #ec1611; color: #ec1611; text-align: center } .myrecommend_new .more .go { height: 36px; font: 700 26px/36px arial } .myrecommend_new .more .go i { right: 22px; top: 10px; border-width: 8px } .myrecommend_s { margin-bottom: 18px } .myrecommend_s ul { width: 1224px; height: 242px; margin-right: -24px; float: left; overflow: hidden } .myrecommend_s ul li { width: 180px; border: 1px solid #dfdfdf; height: 240px; float: left; margin: 0 22px 20px 0; position: relative; text-align: left } .myrecommend_s ul li:nth-of-type(1) { margin-right: 21px } .myrecommend_s ul li:nth-of-type(2) { margin-right: 21px } .myrecommend_s ul li sup { width: 71px; height: 41px; background: url(../images/p_Spirit1-1.png) no-repeat right -66px; position: absolute; top: 0; right: 0 } .myrecommend_s ul li img { width: 180px; height: 180px } .myrecommend_s ul li h3 { height: 30px; overflow: hidden; font: 12px/30px "\5FAE\8F6F\96C5\9ED1"; padding: 0 10px } .myrecommend_s ul li h3 a { color: #666 } .myrecommend_s ul li p { text-align: right; padding: 0 10px; line-height: 24px; color: #999 } .myrecommend_s ul li p span { color: #fd4700; float: left } .myrecommend_s ul li p span i { font-size: 12px; font-family: Arial; margin-right: 2px } .myrecommend_s ul li p span em { font-size: 20px; font-family: Arial } .myrecommend_s ul li.hover { border-color: #c30d17 } .mainwrap { background: url(../images/new_bg.png) repeat-y right top; position: relative } .mainwrap .title { font: 14px/40px "\5FAE\8F6F\96C5\9ED1"; text-align: left; width: 1000px; height: 42px; float: right; overflow: hidden } .mainwrap .title .l span { float: left; color: #333; position: relative } .mainwrap .title .l span a { height: 40px; line-height: 40px; padding: 0 15px; float: left } .mainwrap .title .l span a:hover { text-decoration: none } .mainwrap .title .l .cur { font-weight: 700; border-top: 2px solid #e02f2f; border-left: 1px #dfdfdf solid; border-right: 1px #dfdfdf solid; border-bottom: 1px solid #fff; height: 38px; background: #fff } .mainwrap .title .l .cur a { height: 38px; color: #c7000b; line-height: 38px } .mainwrap .title .l span b { color: #c7000b; font-family: Arial } .mainwrap .title .r { color: #ec1813; height: 40px; display: none; position: relative } .mainwrap .title .r b { font: 24px/38px Arial; float: left } .mainwrap .title .r b i { margin-left: 3px } .mainwrap .title .r span { float: left } .mainwrap .title .r span a { margin-left: 18px; width: 202px; height: 40px; float: left; text-align: center; font: 16px/40px "\5FAE\8F6F\96C5\9ED1"; color: #fff; text-align: center } .mainwrap .title .r .s1 a { background: #69b300 } .mainwrap .title .r .s2 a { background: #c8000b } .mainwrap .title .r .s3 a, .mainwrap .title .r .s4 a, .mainwrap .title .r .s5 a { background: #9c9c9c } .mainwrap .title .r a:hover { text-decoration: none } .mainwrap .title hgroup { width: 1000px; border-bottom: 1px solid #e5e5e5; height: 40px; z-index: 99; background: #f3f3f3; position: relative } .mainwrap .title hgroup.fixed { position: fixed; margin-left: -400px; top: 0; left: 50%; _position: absolute; _top:expression(documentElement.scrollTop +"px"); border-bottom: 5px solid #fff } .mainwrap .title hgroup.fixed .r { display: block } .mainwrap aside { float: left; width: 182px; margin-bottom: 18px } .mainwrap aside hgroup { background: #fff; height: 32px; padding: 4px 0; border-bottom: 1px solid #dfdfdf } .mainwrap aside hgroup span { padding-left: 12px; float: left; font: 14px/32px "\5FAE\8F6F\96C5\9ED1"; color: #333 } .mainwrap aside .bm { border: 1px solid #e5e5e5; margin-bottom: 10px } .mainwrap aside .asidefixed { position: fixed; margin-left: -600px; top: 0; left: 50%; _position: absolute; _top:expression(documentElement.scrollTop +"px"); width: 182px; z-index: 1 } .mainwrap aside .asidefixed1 { position: fixed; margin-left: -600px; left: 50%; _position: absolute; _top:expression(documentElement.scrollTop +"px"); width: 182px } .mainwrap aside .asidefixed hgroup, .mainwrap aside .asidefixed .nubB p, .mainwrap aside .asidefixed .nubB ol { display: none } .mainwrap aside .nubB { padding-bottom: 4px; background: #f9f9f9; margin-bottom: 0; display: none } .mainwrap aside .asidefixed .nubB { display: block } .mainwrap aside .nubB hgroup { background: #f9f9f9 } .mainwrap aside .nubB p { text-align: left; line-height: 20px; padding: 10px } .mainwrap aside .nubB ol { padding: 0 10px } .mainwrap aside .nubA ul, .mainwrap aside .nubC ul { width: 182px; float: left } .mainwrap aside .nubA ul li, .mainwrap aside .nubC ul li { float: left; width: 182px; margin-top: 18px; position: relative } .mainwrap aside .nubA ul li img, .mainwrap aside .nubC ul li img { width: 180px; height: 180px; border: 1px solid #f5f5f5; border-bottom: 0; vertical-align: top } .mainwrap aside .nubA ul li p, .mainwrap aside .nubC ul li p { text-align: right; line-height: 24px; position: absolute; top: 157px; left: 0; background: rgba(255,255,255,.7); _background: #fff; width: 172px; padding: 0 5px; height: 24px } .mainwrap aside .nubA ul li p em, .mainwrap aside .nubC ul li p em { float: left; color: #333 } .mainwrap aside .nubA ul li p span, .mainwrap aside .nubC ul li p span { color: #c10000; font-size: 14px } .mainwrap aside .nubA ul li p span i, .mainwrap aside .nubC ul li p span i { font-size: 10px } .mainwrap aside .nubA ul li h6, .mainwrap aside .nubC ul li h6 { height: 30px; overflow: hidden; text-align: left; line-height: 30px; background: #f5f5f5; width: 172px; padding: 0 5px } .mainwrap aside .nubA ul li h6 a, .mainwrap aside .nubC ul li h6 a { color: #666 } .mainwrap aside .nubD { margin-top: 18px } .mainwrap aside .nubD img { vertical-align: top; border: 1px solid #fac2ca; width: 180px } .mainwrap aside .nubE { width: 180px; margin-top: 18px; padding-bottom: 8px; background: #fff; position: relative } .mainwrap aside .nubE hgroup { border: 0; font: 16px/30px "\5FAE\8F6F\96C5\9ED1"; text-align: left; color: #333; text-indent: 8px } .mainwrap aside .nubE li { padding-left: 8px; width: 160px; float: left; height: 30px; text-align: left; font: 14px/30px "\5FAE\8F6F\96C5\9ED1"; color: #333 } .mainwrap aside .nubE li i { background: url(../images/p_Spirit6.png) no-repeat; margin-right: 4px; width: 16px; height: 16px; float: left; margin-top: 8px } .mainwrap aside .nubE li.jy i { background-position: 0 -523px } .mainwrap aside .nubE li.as i { background-position: 0 -472px } .mainwrap aside .nubE li.bt i { background-position: 0 -489px } .mainwrap aside .nubE li.xx i { background-position: 0 -506px } .mainwrap aside .nubE li a { color: #333 } .mainwrap aside .nubE li a:hover { text-decoration: none } .mainwrap aside .nubE .daiyanren1 { width: 68px; height: 166px; background: url(../images/xiena.png) no-repeat 0 0; display: inline-block; position: absolute; left: 112px; top: 2px } .mainwrap aside .nubB .seller { padding: 0 10px; text-align: left; color: #afafaf; margin-top: 10px } .mainwrap aside .nubB .seller .store { display: inline-block; width: 78px; line-height: 18px } .mainwrap aside .nubB .seller .store a { color: gray } .mainwrap aside .nubB .seller .store a:hover { color: #ff6767 } .mainwrap aside .nubB .seller .store em { display: inline-block } .mainwrap aside .nubB .seller .store i { background: url(../images/pro_y2.png) no-repeat -70px -95px; width: 18px; height: 14px; display: inline-block; position: relative; top: 2px } .mainwrap aside .nubB .seller .im_icon { display: inline-block; width: 78px; line-height: 18px } .mainwrap aside .nubB .seller .im_icon a { color: #afafaf; display: inline-block; height: 22px; line-height: 22px; overflow: hidden; white-space: nowrap; width: 132px; vertical-align: top; margin-bottom: 8px; position: relative; padding-left: 28px; text-indent: 0 } .mainwrap aside .nubB .seller .im_icon a img { position: absolute; top: 2px; left: 0 } .keywordpanel { border-style: solid; border-color: #e73b53 #e5e5e5 #e5e5e5; background: #f9f9f9; border-width: 2px 1px 1px; margin-top: 18px } .mainwrap aside .keywordpanel hgroup { background: 0 0; border-bottom: 0 } .keywordpanel ul li { width: 70px; padding: 0 10px 10px; float: left; text-align: center } .keywordpanel ul li a { display: block; width: 48px; height: 24px; background: #fff; line-height: 24px; text-decoration: none; color: #666; overflow: hidden; padding: 0 10px; border: 1px solid #e5e5e5 } .keywordpanel ul li a:hover { background: #e73b53; color: #fff } .mainwrap .productdetail { float: left; width: 780px; overflow: hidden; margin: 0 18px; padding-top: 18px } .red_tit { margin-bottom: 18px; background: #c8000b; text-align: left } .red_tit span { color: #fff; font: 14px/25px "\5FAE\8F6F\96C5\9ED1"; padding-left: 14px } .tips { font: 18px/30px "\5FAE\8F6F\96C5\9ED1"; padding: 40px 0; width: 100% } .productdetail .info { margin: 0 0 18px; padding: 5px 0 0; text-align: left; word-wrap: break-word; word-break: break-all } .productdetail .bidu { width: 752px; height: 88px; margin-bottom: 18px; border: 1px solid #c70000; position: relative; padding: 0 13px } .productdetail .bidu ul { width: 370px; height: 66px; overflow: hidden; margin: 11px 9px 0 15px } .productdetail .bidu ul li { width: 350px; float: left; text-align: left; line-height: 22px; padding-left: 20px } .productdetail .bidu ul li a { color: #666 } .productdetail .bidu ul li em { float: left; color: #c70001; width: 20px; height: 22px; display: inline-block; text-indent: 5px; margin-left: -20px; font-size: 10px } .productdetail .bidu .img img { width: 64px; height: 64px; float: left; margin: 13px 8px 0 0; cursor: pointer } .productdetail .bidu sub { width: 94px; height: 64px; background: url(../images/new_ico1.png) no-repeat -72px 0; margin: 13px 0 0; float: left; bottom: 0 } .productdetail .bidu sup { width: 69px; height: 70px; background: url(../images/new_ico1.png) no-repeat -166px 0; position: absolute; right: 0; top: 0 } .productdetail .product_tit { width: 780px; height: 25px; display: inline-block; background: url(../images/pro_y2.png) no-repeat 1000px 1000px; margin: 0 0 3px } .productdetail .product_ps { background-position: -10px -10px } .productdetail .product_nb { background-position: -10px -35px } .productdetail .product_show { background-position: -10px -60px } .productdetail .product_fhwl { display: inline-block; background: url(../images/fhwl.png) no-repeat } .productdetail .list12 { padding: 0 0 15px; border-bottom: 1px solid #e5e5e5; margin-bottom: 18px } .productdetail .list12 li { width: 254px; float: left; padding: 0 3px; height: 30px; line-height: 30px; overflow: hidden; color: #666 } .productdetail .list12 li b { color: #333 } .productdetail .list12 li a { color: #666 } .productdetail .list12 .wuliu { width: 774px; height: auto; font-size: 16px; color: #333 } .productdetail .sizeinfohd, .productdetail .productinfonuhd { line-height: 26px; overflow: hidden; padding: 6px 0 6px 74px; text-align: left } .productdetail .sizeinfohd strong, .productdetail .productinfonuhd strong { font: 700 14px/26px "\5FAE\8F6F\96C5\9ED1"; color: #333; float: left; margin-left: -74px } .productdetail .sizeinfohd .text { font: 14px/26px "\5FAE\8F6F\96C5\9ED1"; color: #666; margin-left: -74px } .productdetail .sizeinfohd .text em { width: 13px; height: 13px; background: url(../images/p_Spirit6.png) no-repeat -8px -547px; display: inline-block; vertical-align: middle; margin: -2px 4px 0 0 } .productdetail .sizeinfotable { padding: 0 } .productdetail .sizeinfotable table { border-collapse: collapse; border-spacing: 0; width: 100%; text-align: center; line-height: 18px; background: #fff } .productdetail .sizeinfotable table th { background: #f4f4f4; padding: 10px 5px } .productdetail .sizeinfotable table td, .productdetail .sizeinfotable table th { border: 1px solid #CACACA; padding: 5px; word-wrap: break-word; word-break: break-all } .productdetail .sizeinfotable .tit { background: #f4f4f4 } .productdetail .sizeinfotable .tipz { text-align: left; padding-left: 10px; color: #666 } .productdetail .sizeinfotable .tipz span { color: #c7000b } .productdetail .tz .tit .s1 div { position: relative; width: 122px; float: left; overflow: hidden } .productdetail .tz td.s1 { width: 122px } .productdetail .br td.s1 { width: 82px } .productdetail .ty td { width: 10% } .productdetail .blank18 { height: 18px; overflow: hidden } .productdetail .info img { max-width: 780px } .shouhoubao { height: 80px; margin-bottom: 18px; border: 1px #d1d1d1 solid; text-align: left; overflow: hidden; font-size: 14px } .productdetail .shouhoubao ul li.notshow { display: none } .productdetail .shouhoubao ul li.sange { width: 33.3%; cursor: pointer } .productdetail .shouhoubao ul li.sige { width: 25%; cursor: pointer } .productdetail .shouhoubao ul li { position: relative; height: 46px; float: left; padding-top: 18px; text-align: center } .productdetail .shouhoubao ul li p { display: inline-block; text-align: left; vertical-align: middle } .productdetail .shouhoubao ul li b.bb { position: absolute; right: 0; width: 1px; background-color: #ccc; top: 25%; height: 45px } .productdetail .shouhoubao ul li span { display: inline-block; background: url(../images/pro_y2.png) no-repeat 1000px 1000px; width: 45px; height: 45px; margin-right: 12px; vertical-align: middle } .xuzhi ul li span i { background: url(../images/pro_y2.png) no-repeat 1000px 1000px; margin-right: 24px; width: 45px; height: 45px; float: left; margin-top: 14px } .xuzhi ul li span.picc i { background-position: -180px -466px } .productdetail .shouhoubao ul li span.et, .xuzhi ul li span.et i { background-position: -180px -131px } .productdetail .shouhoubao ul li span.buk, .xuzhi ul li span.buk i { background-position: -180px -179px } .productdetail .shouhoubao ul li span.etn, .xuzhi ul li span.etn i { background-position: -180px -419px } .productdetail .shouhoubao ul li span.th, .xuzhi ul li span.th i { background-position: -180px -227px } .productdetail .shouhoubao ul li span.twoh, .xuzhi ul li span.twoh i { background-position: -180px -275px } .productdetail .shouhoubao ul li span.foh, .xuzhi ul li span.foh i { background-position: -180px -323px } .productdetail .shouhoubao ul li span.oth, .xuzhi ul li span.oth i { background-position: -180px -371px } .appraise .newbox { padding: 9px 0; border: 1px solid #e5e5e5; margin: 18px 0 } .appraise .newbox .s1, .appraise .newbox .s2, .appraise .newbox .s3 { color: #333; float: left; text-align: left; display: inline } .appraise .newbox .s1 { width: 165px; padding-top: 30px; text-align: center } .appraise .newbox .s1 em { color: #999 } .appraise .newbox .s1 span.good { width: 165px; margin-right: 0; color: #fd4803; font: 14px/20px "\5FAE\8F6F\96C5\9ED1" } .appraise .newbox .s1 span.good i { font-size: 20px } .appraise .newbox .s1 span i.big { font-size: 28px } .appraise .newbox .s2 { width: 278px; padding-left: 80px; height: 90px; border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; position: relative } .appraise .newbox .s2 div { width: 100%; float: left; padding: 6px 0 } .appraise .newbox .s2 div em { float: left } .appraise .newbox .s2 .text { width: 20px; text-align: center; color: #999; position: absolute; left: -10px; top: 12px; background: #fff } .appraise .newbox .s2 .starBox { background-position: 0 -54px; margin-top: 0; float: left } .appraise .newbox .s2 .starBox i { background-position: 0 -71px } .appraise .newbox .s2 .starBox i.active0 { width: 0 } .appraise .newbox .s2 .starBox i.active1 { width: 10px } .appraise .newbox .s2 .starBox i.active2 { width: 20px } .appraise .newbox .s2 .starBox i.active3 { width: 29px } .appraise .newbox .s2 .starBox i.active4 { width: 40px } .appraise .newbox .s2 .starBox i.active5 { width: 48px } .appraise .newbox .s2 .starBox i.active6 { width: 60px } .appraise .newbox .s2 .starBox i.active7 { width: 67px } .appraise .newbox .s2 .starBox i.active8 { width: 80px } .appraise .newbox .s2 .starBox i.active9 { width: 87px } .appraise .newbox .s2 .starBox i.active10 { width: 100px } .appraise .newbox .s3 { width: 250px; text-align: center } .appraise .newbox .s3 p { padding: 4px 0 } .appraise .newbox .s3 span.red { color: #fd4700; padding-right: 10px } .appraise .newbox .s3 a.blue { color: #009acc } .appraise .newbox .s3 p .btn_p { padding: 0 10px; text-align: center; color: #fff; background: #fd4600; line-height: 30px; border: 0; text-decoration: none; display: inline-block } .appraise .newbox .s3 span.red a { color: #fd4700; text-decoration: none } .starBox { background: url(../images/start.png) 0 -52px; width: 100px; height: 16px; display: inline-block } .starBox i { background: url(../images/start.png); width: 100px; height: 16px; display: inline-block; float: left } .starBox i { background-position: 0 -71px } .starBox i.active0 { width: 0 } .starBox i.active1 { width: 20px } .starBox i.active2 { width: 40px } .starBox i.active3 { width: 60px } .starBox i.active4 { width: 80px } .starBox i.active5 { width: 100px } .mainwrap .recommend { margin: 18px 0 8px } .mainwrap .dealstyle4 { position: relative; line-height: 20px; float: left; width: 260px; height: 302px } .mainwrap .dealstyle4 .con { width: 218px; height: 280px; float: left; border: 1px solid #e5e5e5; padding: 9px 10px 1px; margin: 0 10px 10px; _margin: 0 9px 10px; display: inline; text-align: left; background: #fff; position: relative; z-index: 1 } .mainwrap .dealstyle4 img { width: 220px; height: 220px; vertical-align: top } .mainwrap .dealstyle4 h3 { height: 30px; overflow: hidden; text-align: left; font: 12px/30px "\5FAE\8F6F\96C5\9ED1"; white-space: nowrap; text-overflow: ellipsis; width: 100%; color: #666 } .mainwrap .dealstyle4 h3 a { color: #666 } .mainwrap .dealstyle4 h3 a:hover { color: #C00 } .mainwrap .dealstyle4 h3 b { font-weight: 400 } .mainwrap .dealstyle4 .con>a { font-size: 0; display: block; text-align: center } .mainwrap .dealstyle4 h4 { height: 30px; overflow: hidden; text-align: right; background: #fff } .mainwrap .dealstyle4 h4 a { display: none!important } .mainwrap .dealstyle4 h4 span { float: left; color: #e02f2f; line-height: 12px; font-size: 12px; text-align: left; margin-top: 7px } .mainwrap .dealstyle4 h4 em { color: #e02f2f; letter-spacing: -2; font: 20px/20px Arial; float: left } .mainwrap .dealstyle4 h4 em i { font-size: 20px } .mainwrap .dealstyle4 h4 em b { font-family: "Microsoft Yahei", Arial; font-weight: 400; font-size: 19px; margin-right: 2px } .mainwrap .dealstyle4 h4 span i { text-decoration: line-through; padding: 0 5px; font-size: 12px; color: #999; font-family: Arial } .mainwrap .dealstyle4 .dealon { border-color: #e02f2f; z-index: 2 } .mainwrap .dealstyle4 h4 span strong { float: right; position: relative; top: -4px } .mainwrap .dealstyle4 h4 span strong b { float: left; height: 16px; display: inline; margin-left: 3px; background: url(../images/icon21.png) no-repeat 0 0 } .mainwrap .dealstyle4 h4 span strong b.i2 { background-position: 0 0; width: 51px } .mainwrap .dealstyle4 h4 span strong b.i4 { background-position: 0 -18px; width: 39px } .mainwrap .dealstyle4 .sold { position: absolute; font: 12px/12px "\5FAE\8F6F\96C5\9ED1"; color: #999; right: 15px; bottom: 13px; display: block } .mainwrap .dealstyle4 .dtype { position: absolute; font: 12px/16px "\5FAE\8F6F\96C5\9ED1"; color: #999; right: 15px; bottom: 35px; display: block; overflow: auto } .mainwrap .dealstyle4 .dtype span { display: block; float: left; margin-left: 5px } .mainwrap .dealstyle4 .dtype em { background: url(../images/icon21.png) no-repeat 0 0; width: 16px; height: 16px; display: block; float: left } .mainwrap .dealstyle4 .dtype em.e1 { background-position: -17px -54px } .mainwrap .dealstyle4 .dtype em.e2 { background-position: 0 -54px } .mainwrap .dealstyle4 .dtype em.e3 { background-position: -35px -54px } .mainwrap .interestbrand { padding: 10px 14px; border: 1px solid #e5e5e5; margin-bottom: 18px } .mainwrap .interestbrand li { width: 230px; float: left; height: 30px; line-height: 30px; overflow: hidden; text-align: right; padding-right: 20px } .mainwrap .interestbrand li { -webkit-transition: all .2s ease-in; -moz-transition: all .2s ease-in; -ms-transition: all .2s ease-in; -o-transition: all .2s ease-in; transition: all .2s ease-in } .mainwrap .interestbrand li:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px) } .mainwrap .interestbrand li a { float: left; width: 144px; height: 30px; overflow: hidden; text-align: left } .mainwrap .interestbrand li em { color: #e02f2f } .mainwrap .interestbrand li a:hover { text-decoration: none } .appraise { width: 780px; margin-bottom: 18px } .appraise .titx { font: 700 12px/40px "\5FAE\8F6F\96C5\9ED1"; text-align: left } .appraise .tit { height: 29px; border: 1px solid #e5e5e5; background: #f5f5f5; padding: 9px 14px 0 } .appraise .tit span.l { margin-right: 50px } .appraise .tit span.l .cf_span { cursor: pointer } .appraise .tit span.l .cf_span .cfcommentshow { cursor: pointer } .appraise .tit input { margin-right: 4px; vertical-align: middle } .appraise .tit span.good { width: 120px; margin-right: 0; color: #c7000b; font: 14px/16px "\5FAE\8F6F\96C5\9ED1"; text-align: left } .appraise .tit span.good i { font-size: 20px } .appraise .pbox { padding: 15px 0; border-bottom: 1px dotted #e5e5e5; width: 780px } .appraise .pbox div { color: #333; float: left; line-height: 20px; text-align: left; display: inline } .appraise .pbox div p { padding: 2px 0 } .appraise .pbox div.s1 { width: 110px; padding-left: 15px } .appraise .pbox div.s2 { width: 315px; margin: 0 10px; padding-right: 40px } .appraise .pbox div.s2 .img span { width: 60px; height: 60px; float: left; margin: 5px 3px 3px 0; position: relative; text-align: center } .appraise .pbox div.s2 .img span img { float: none; width: 54px; height: 54px; margin: 0; cursor: url(http://i4.tuanimg.com/shop/asset/d/products/cursor_zoom.cur), pointer } .appraise .pbox div.s2 .img span.on { margin: 2px 3px 3px 0 } .appraise .pbox div.s2 .img span.on img { border: 1px solid #dc0000; padding: 2px; background: #fff; cursor: url(http://i4.tuanimg.com/shop/asset/d/products/cursor_minify.cur), pointer } .appraise .pbox div.s2 .img span.on em { width: 0; height: 0; display: inline-block; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #dc0000; position: absolute; bottom: -5px; left: 25px } .appraise .pbox div.s2 .bigimg { width: 530px; height: 450px; background: #f5f5f5; border: 1px solid #e5e5e5; text-align: center; position: relative; z-index: 1; margin-top: 5px } .appraise .pbox div.s2 .bigimg img { cursor: url(http://i4.tuanimg.com/shop/asset/d/products/cursor_minify.cur), pointer; max-width: 400px; max-height: 400px; position: relative; z-index: 2 } .appraise .pbox div.s2 .bigimg a.prev { width: 170px; height: 420px; z-index: 5; position: absolute; top: 32px; left: 0; background: url(../images/pro_y2.png) no-repeat 1000px 1000px } .appraise .pbox div.s2 .bigimg a.prev:hover em { width: 36px; height: 52px; background: url(../images/pro_y2.png) no-repeat -44px -508px; overflow: hidden; position: absolute; top: 184px; left: 15px } .appraise .pbox div.s2 .bigimg a.next { width: 170px; height: 420px; z-index: 5; position: absolute; top: 32px; right: 0; background: url(../images/pro_y2.png) no-repeat 1000px 1000px } .appraise .pbox div.s2 .bigimg a.next:hover em { width: 36px; height: 52px; background: url(../images/pro_y2.png) no-repeat -10px -508px; overflow: hidden; position: absolute; top: 184px; right: 15px } .appraise .pbox div.s2 .bigimg a.middle { width: 530px; height: 420px; z-index: 4; position: absolute; top: 32px; left: 0; cursor: url(http://i4.tuanimg.com/shop/asset/d/products/cursor_minify.cur), pointer; background: url(../images/pro_y2.png) no-repeat 1000px 1000px } .appraise .pbox div.s2 .turn_box { width: 400px; height: 400px; z-index: 2; position: absolute; top: 36px; left: 65px; display: inline-block; line-height: 400px } .appraise .pbox div.s2 .tip { width: 530px; height: 30px; line-height: 30px; z-index: 9; text-align: center } .appraise .pbox div.s2 .tip a { color: #666; text-decoration: none; display: inline-block; float: left; margin: 0 10px } .appraise .pbox div.s2 .tip a:hover { color: #09c } .appraise .pbox div.s2 .tip em { width: 0; height: 13px; border: 1px solid #e2e2e2; display: inline-block; float: left; margin-top: 8px } .appraise .pbox div.s2 .tip a i { margin: 9px 5px 0; display: block } .appraise .pbox div.s2 .tip a.close i { width: 12px; height: 12px; background: url(../images/pro_y2.png) no-repeat -9px -473px; overflow: hidden; float: left } .appraise .pbox div.s2 .tip a.close:hover i { background: url(../images/pro_y2.png) no-repeat -9px -486px; color: #09c } .appraise .pbox div.s2 .tip a.left i { background: url(../images/pro_y2.png) no-repeat -21px -473px; width: 14px; height: 14px; overflow: hidden; float: left } .appraise .pbox div.s2 .tip a.left:hover i { background: url(../images/pro_y2.png) no-repeat -21px -486px; color: #09c } .appraise .pbox div.s2 .tip a.right i { background: url(../images/pro_y2.png) no-repeat -35px -473px; width: 14px; height: 14px; overflow: hidden; float: left } .appraise .pbox div.s2 .tip a.right:hover i { background: url(../images/pro_y2.png) no-repeat -35px -486px; color: #09c } .appraise .pbox div.s3 { width: 140px; text-align: center } .appraise .pbox div.s4 { width: 140px; text-align: center } .appraise .pbox div .img img { float: left; width: 54px; height: 54px; margin: 5px 3px 3px 0; cursor: pointer } .appraise .pbox .gray9 { color: #999 } .appraise .pbox .gray6 { color: #666 } .appraise .pbox .grayf60 { color: #f60 } .record { margin-bottom: 18px } .record .hd { border-bottom: 1px dotted #ccc; font-weight: 700; height: 31px } .record .hd p { float: left } .record .s1 { width: 200px; text-align: left; padding-left: 10px } .record .s2 { width: 200px; text-align: center; min-height: 22px; height: auto; _height: 22px } .record .s3 { width: 180px } .record .s4 { width: 180px } .record .item { padding: 10px 0; width: 100%; float: left; line-height: 22px; border-bottom: 1px dotted #ccc } .record .item div { float: left } .record .item .s1 .level { vertical-align: middle; margin-left: 5px } .mainwrap .xuzhi ul li .service { float: left } .mainwrap .xuzhi ul li .service a { color: gray; display: inline-block; height: 22px; line-height: 20px; overflow: hidden; white-space: nowrap; margin: 0 10px 0 0; vertical-align: middle } .mainwrap .xuzhi ul li .service a img { float: left; margin: 2px 2px 0 } .mainwrap .xuzhi ul li .service a i { float: left; overflow: hidden; text-align: left; text-indent: 0 } .mainwrap .xuzhi ul { padding: 0 0 20px; float: left } .mainwrap .xuzhi ul li { line-height: 30px; text-align: left; float: left; width: 720px; margin-bottom: 16px; padding-left: 25px } .mainwrap .xuzhi ul li p .co1 { color: #e02f2f } .mainwrap .xuzhi ul li p { line-height: 20px } .mainwrap .xuzhi ul li label { display: block; text-align: left; color: #333; font-weight: 700; font-size: 12px } .mainwrap .xuzhi ul li a { color: #09c } .youpinhuiblockhd { width: 780px; float: left; background: #fff; margin-bottom: 18px } .youpinhuiblockhd img { vertical-align: top } .youpinhuiblockhd span { color: #c8000b; font: 700 18px/20px "\5FAE\8F6F\96C5\9ED1"; float: left; border-left: 4px solid #c8000b; border-right: 4px solid #c8000b; padding: 0 4px; height: 24px } .youpinhuiblock { overflow: hidden; width: 796px } .youpinhuiblock ul { margin-bottom: 18px } .youpinhuiblock ul li { float: left; width: 180px; border: 1px solid #ccc; margin-right: 17px; height: 238px } .youpinhuiblock ul li.cur { border-color: #c8000b } .youpinhuiblock ul li img { width: 180px; height: 180px } .youpinhuiblock ul li h6 { height: 30px; font: 12px/30px "\5FAE\8F6F\96C5\9ED1"; width: 160px; overflow: hidden; padding: 0 10px; text-align: left; white-space: nowrap; text-overflow: ellipsis } .youpinhuiblock ul li h6 a { color: #666 } .youpinhuiblock ul li p { color: #fd4700; font: 12px/20px Arial; text-align: left; padding: 0 10px } .youpinhuiblock ul li p i { margin-right: 2px } .youpinhuiblock ul li p .sold { font: 12px/18px "\5FAE\8F6F\96C5\9ED1"; color: #999; float: right } .m_nav { width: 152px; float: left; padding: 0 25px; position: relative; margin-top: -2px } .m_nav li.blank { width: 202px; height: 19px; background: #fff; margin: 0 -25px } .m_nav li { width: 100%; float: left } .m_nav li a { width: 100%; height: 47px; float: left; font: 14px/47px "\5FAE\8F6F\96C5\9ED1"; text-decoration: none; text-align: left; text-indent: 20px; border-bottom: 1px dotted #cfcfcf; color: #333 } .m_nav li a em { font-size: 10px; margin: 0 4px 0 0; color: #b2b2b2; vertical-align: 1px } .m_nav li .cur, .m_nav li .cur em, .m_nav li a:hover em, .m_nav li a:hover { color: #c7000b } .m_nav_fixed { position: fixed; top: 28px; left: 50%; margin-left: 398px } .m_nav_abs { position: absolute; top: auto; bottom: 18px; left: 50%; margin-left: 398px } .list_page { text-align: right; padding: 20px 0 0; width: 100%; float: left; font-family: Arial } .list_page span.disabled { } .list_page span { background: #e02f2f; color: #fff; display: inline-block; height: 24px; line-height: 24px; margin: 0 2px; padding: 0 8px } .list_page span.selected { background: 0 0; color: #b5b5b5 } .list_page a { display: inline-block; height: 24px; line-height: 24px; margin: 0 2px; padding: 0 8px; text-align: center; vertical-align: middle; *display:inline; *zoom:1 } .list_page a:hover { text-decoration: none; color: #666 } .list_page a.np_page:hover { color: #e02f2f } .list_page .dd { background: 0 0; color: #666 } .list_page .current { background: 0 0; color: #e02f2f } .list_page .text { width: 36px; height: 22px; line-height: 22px; border: 1px solid #dedede; text-indent: 5px; color: #666; margin: 0 3px } .cartdialog { width: 510px; border: 0 } .cartdialog_suc { margin-top: -140px } .cartdialog h4 { font: 14px/20px "\5FAE\8F6F\96C5\9ED1"; color: #fff; padding: 15px 0 15px 30px; border-bottom: 1px solid #d1d1d1; background: #c7000b } .cartdialog h4 .gfail1 { background: url(../images/v1icont1.png) no-repeat -1px -29px; width: 24px; height: 25px } .cartdialog span.close { display: block; background: url(../images/login_dialog_icons.png) no-repeat -176px -11px; width: 15px; height: 15px } .cartdialog a:hover span.close { background-position: -176px -11px } .cartdialog .tips { padding: 40px 40px 40px 140px; text-align: left; font: 14px/24px "\5FAE\8F6F\96C5\9ED1"; color: #333 } .cartdialog .tips i { float: left; margin-left: -35px; margin-right: 0; background: url(../images/v1icont1.png) no-repeat -57px -1px } .cartdialog .tips a { color: #428bca } .cartdialog .tips p { color: #666 } .cartdialog .suc { padding: 25px 0; text-align: center } .cartdialog .suctxt .btn, .cartdialog .submit .btn, .cartdialog .suctxt .inteclose { margin: 0 10px 0 0; background: #fff; text-align: center; display: inline-block; line-height: 30px; border: 1px solid #ccc } .cartdialog .suctxt .btn_red, .cartdialog .submit .btn_red { background: #dc0000; border: 1px solid #dc0000 } .cartdialog .suctxt .btn a, .cartdialog .submit .btn a { color: #fff; padding: 0 15px } .cartdialog .suctxt .inteclose { color: #666; padding: 0 15px; display: inline-block } .cartdialog .submit .btn a:hover, .cartdialog .suctxt .btn a:hover, .cartdialog .suctxt a.inteclose:hover { text-decoration: none } .cartdialog .recommend { border-top: 1px #d1d1d1 solid; margin: 0 10px; text-align: left; overflow: hidden; padding: 0 10px } .cartdialog .recommend .hd { font: 700 14px/46px "\5B8B\4F53" } .cartdialog .recommend ul { padding-bottom: 20px; margin-right: -10px; float: left } .cartdialog .recommend ul li { float: left; width: 150px; margin-right: 10px; line-height: 20px } .cartdialog .recommend ul li img { width: 150px; height: 150px } .cartdialog .recommend ul li a { color: #666 } .cartdialog .recommend ul li .title { height: 30px; overflow: hidden; line-height: 30px } .cartdialog .recommend ul li .money { color: #e02f2f } .cartdialog .recommend ul li .money b { font-size: 18px } .cartdialog .notepad { padding: 40px; font: 14px/24px "\5FAE\8F6F\96C5\9ED1" } .products_digerr img { display: inline-block; float: left; padding: 0 20px } .products_digerr .diginfo .submit { text-align: center; width: auto; padding: 0 0 20px; margin: 0 } .products_digerr .diginfo .submit .button { margin: 0 10px 0 0 } .reg_box { text-align: left; width: 480px } .reg_box input { vertical-align: middle; padding: 4px 10px; border: 1px solid #ccc } .reg_box .itext1 { background-position: 0 -40px; width: 240px; height: 20px } .reg_box .itext2 { background-position: 0 -72px; width: 115px; height: 20px } .reg_box #reg_submit_i { background-position: 0 -172px; width: 80px; height: 30px } .reg_box .item { padding: 10px 0 0 108px; width: 550px; height: 56px } .reg_box .i_code, .reg_box .i_txt { padding-top: 0 } .reg_box .nextbind { margin-top: 10px; margin-left: 10px; color: #09c; text-decoration: none; display: inline-block } .reg_box .item label { margin-left: -100px; text-align: right; float: left; width: 100px; height: 28px; font: 12px/28px "\5B8B\4F53"; display: inline; color: #666 } .reg_box .item label em { color: #c20000; padding-right: 5px } .reg_box .item .i_codeP a, .reg_box .item .i_codeP a:hover { width: 118px; height: 28px; margin-left: 7px; line-height: 28px; display: inline-block; background: url(../images/bdsj2.png) no-repeat 0 -208px; vertical-align: middle; text-align: center; text-decoration: none } .reg_box .item .i_codeP a.disbtn { cursor: no-drop; color: #999 } .msg_box { line-height: 28px; height: 28px; overflow: hidden } .msg_box em { display: inline-block; width: 20px; height: 28px; vertical-align: middle; background: url(../images/bdsj2.png) no-repeat -84px -108px } .reg_box .item .row1 { color: #c20000 } .reg_box .item .row1 em { background-position: -143px -108px } .reg_box .item .row2 { color: #c20000 } .reg_box .item .row2 em { background-position: -114px -108px } .reg_box .item input.btn { display: inline; float: left; margin-right: 10px; width: 68px; height: 30px; padding: 0; background: #E1262B; border-radius: 5px; color: #fff; font-size: 14px; cursor: pointer } .reg_box .item .captchaImg { vertical-align: middle } .i_btn { border-top: 1px solid #eea236; border-bottom: 1px solid #eea236; float: left; text-align: center; margin-top: 1px } .i_btn a { border-left: 1px solid #eea236; border-right: 1px solid #eea236; margin: 0 -1px; float: left; color: #fff; background: #f0ad4e; text-decoration: none; height: 26px; line-height: 26px; position: relative } .i_btn a:hover { color: #fff; text-decoration: none } .gint { border: 1px solid #bbb; height: 18px; padding: 3px; line-height: 18px } .gbtn { border: 0; background: 0 0; cursor: pointer; padding: 0 } .dialog-wrapper .submit .i_btn { float: none; display: inline-block; width: auto; margin-right: 15px; font-size: 14px } .dialog-wrapper .submit .i_btn a { padding: 3px 20px; display: inline-block } .i_btn1 { border-color: #d62a2a } .i_btn1 a, .i_btn1 a:hover { background: #e02f2f; border-color: #d62a2a } .i_btn2 { border-color: #ccc } .i_btn2 a, .i_btn2 a:hover { background: #ebebeb; border-color: #ccc; color: #333 } .dianpu_gg { width: 752px; margin-bottom: 18px; border: 1px solid #c70000; position: relative; padding: 15px 13px 10px } .dianpu_gg h2 { width: 112px; height: 18px; overflow: hidden; position: absolute; left: 50%; margin-left: -56px; top: -10px; background: #fff; text-align: center; font: 16px/18px "\5FAE\8F6F\96C5\9ED1"; color: #000 } .dianpu_gg h2 em { color: #c70000; font-size: 42px; position: absolute; left: -2px; top: -3px } .dianpu_gg h2 i { color: #c70000; font-size: 42px; position: absolute; right: -3px; top: -3px } .dianpu_gg .dpgg { text-align: left; padding: 5px 0 } .dealjfdig { width: 410px; text-align: left } .dealjfdig article { color: #333; line-height: 26px; padding: 40px } .dialog-overlay2 { background: #000 none repeat scroll 0 0; width: 100%; height: 7533px; opacity: .5; position: absolute; overflow: hidden; left: 0; top: 0; z-index: 99999 } .q-wrapper { width: 450px } .q-wrapper span.close { display: block } .q-wrapper .reg_box { width: 450px } .q-wrapper .reg_box .item { width: 342px } .q-wrapper article { padding: 20px 0 } .q-wrapper article .text { text-align: left; padding: 0 30px; line-height: 20px } .q-wrapper article .text .qbtn { padding: 20px 0 0 80px } .q-wrapper article .text .qbtn .i_btn { margin-right: 30px } .q-wrapper article .text .qbtn .i_btn a { padding: 0 20px } .giveup { width: 410px; text-align: left } .giveup p { margin-top: 40px; font-size: 14px } .giveup article { color: #333; line-height: 26px; padding: 10px } .giveup .submit { margin-top: 25px } .giveup span.close { display: block; width: 20px; height: 20px; background: url(../images/login_dialog_icons.png) no-repeat scroll -177px -12px } .feedbackpanel span.close { display: block } .feedbackpanel { width: 570px; padding: 25px 25px 0; text-align: left; min-height: 350px; _height: 350px } .feedbackpanel h4 { height: 58px; background: url(../images/feedback_logo.png) no-repeat 0 0; line-height: 500px; overflow: hidden; border: 0 } .feedbackpanel .submit { text-align: center; margin: 0 -25px; display: none; border-top: 0 } .feedbackpanel .submit .i_btn a { padding: 3px 40px } .feedbackpanel .hd { background: url(../images/sidebg3.png); line-height: 31px } .feedbackpanel .txt textarea { width: 98%; height: 54px; color: #999 } .feedbackpanel li { margin-bottom: 20px } .feedbackpanel .inp i { color: #e02f2f } .feedbackpanel .inp .gint { width: 340px; color: #999 } .feedbackpanel .suc { font: 14px/30px "\5B8B\4F53"; text-align: center; padding: 20px 0 } .feedbackpanel .suc p { font: 18px/30px "\5FAE\8F6F\96C5\9ED1" } .feedbackpanel.dialog-wrapper .diginfo { padding: 0; border: 0 } .feedbackpanel select, input, img { vertical-align: middle } .feedbackpanel .suc { font: 14px/30px "\5B8B\4F53"; text-align: center; padding: 20px 0 } .feedbackpanel .suc p { font: 18px/30px "\5FAE\8F6F\96C5\9ED1" } .feedbackpanel ul li.exch_cont { display: none } .feedbackpanel ul li.tip_consultin_img div { width: 100%; height: 220px; background: url(../images/feedback_consult_demo.jpg) 0 0 no-repeat } .feedbackpanel ul li.tip_consultin span { color: #00f } .feedbackpanel ul li.tip_business span, .feedbackpanel ul li.tip_consult a, .feedbackpanel ul li.tip_sign a, .feedbackpanel ul li.tip_emergency a { color: red } .collection { background: #FFFBEB; border: 5px solid #E6E6E6; width: 410px } .collection span.close { display: inline-block } .collection .diginfo { background: #FFFBEB; border: 5px solid #E6E6E6; padding: 10px 20px } .mainwrap span.level { display: inline-block } .mainwrap span.level i { width: 16px; height: 12px; background: url(../images/hb_1.png) -29px -124px no-repeat; overflow: hidden; float: left } .mainwrap span.level1 i { background-position: -29px -124px } .mainwrap span.level2 i { background-position: -45px -124px } .mainwrap span.level3 i { background-position: -61px -124px } .mainwrap span.level4 i { background-position: -77px -124px } .mainwrap span.level5 i { background-position: -93px -124px } .mainwrap span.level6 i { background-position: -109px -124px } .posab { width: 36px; height: 36px; position: absolute; right: -36px } #unite_Login { border: 0; border-radius: 0; width: 582px; padding: 8px; background: rgba(0,0,0,.3); *background:#000 } #unite_Login span.close { display: inline-block; top: 20px; right: 20px; width: 12px; height: 11px; background: url(../images/icon18.png) -132px -81px } #unite_Login a:hover span.close { background-position: -146px -81px } #unite_Login .hc { padding: 40px 0 20px } #unite_Login .hc h3 { text-align: right; margin-bottom: 10px; padding-right: 254px; width: 276px; color: #555; font: 700 14px/30px "\5FAE\8F6F\96C5\9ED1"; padding-left: 50px } #unite_Login .hc h3 span { float: left } #unite_Login .hc h3 a { color: #f51d18; font-size: 12px; font-weight: 400 } #unite_Login .qd_login { width: 580px } #unite_Login .qd_login .hc ul { width: 276px; float: left; font-size: 14px; line-height: 30px; padding-left: 50px } #unite_Login .qd_login .hc li { padding: 0; width: 276px; float: left } #unite_Login .qd_login .hc li input { border: 1px solid #d8d8d8; padding: 10px 5px; height: 20px; line-height: 20px; width: 264px; background: 0 0; color: #999; float: left } #unite_Login .qd_login .hc li.password input { border-top: 0 } #unite_Login .qd_login .hc li.btn input { margin: 0; background: #f51d18; border: 0; padding: 0; width: 276px; height: 40px; line-height: 40px; color: #fff; border-radius: 3px; font-size: 16px } #unite_Login .qd_login .hc li.btn input:hover { background: #ff332f } #unite_Login .qd_login .hc .wjmm { text-align: right; float: right; width: 80px } #unite_Login .qd_login .hc .wjmm a { color: #999; font-size: 12px } #unite_Login .qd_login .hc .wjmm a:hover { color: #f51d18; text-decoration: underline } #unite_Login .qd_login .hc li.token, #unite_Login .qd_login .hc li.btn { margin-top: 10px } #unite_Login .qd_login .hc li.token input { width: 100px } #unite_Login .qd_login .hc li.token img { height: 42px; width: 100px } #unite_Login #pperrmsg { width: 190px; line-height: 20px; float: left; margin-top: 6px } #unite_Login .qd_login .line { height: 80px; float: left; position: relative; width: 70px } #unite_Login .qd_login .line i { background: #eaeaea; width: 1px; height: 80px; overflow: hidden; font: 0/0 ''; left: 34px; top: 0; display: inline-block } #unite_Login .qd_login .line span { background: #fff; display: inline-block; position: absolute; top: 30px; left: 28px; color: #999 } #unite_Login .qd_login .sf { float: left; border-top: 0; height: auto; width: 184px; margin: 0; background: #fff } #unite_Login .qd_login .sf p { margin: 0; height: auto; width: 180px; float: left; margin-bottom: 10px } #unite_Login .qd_login .sf p a { margin: 0; background: url(../images/icon18.png) no-repeat; height: 35px; width: 44px } #unite_Login .qd_login .sf p .baidu { height: 40px; background-position: 0 0; width: 159px; margin-bottom: 10px; float: left } #unite_Login .qd_login .sf p .baidu:hover { background-position: 0 -110px } #unite_Login .qd_login .sf p .qq { background-position: 0 -40px; width: 159px } #unite_Login .qd_login .sf p .qq:hover { background-position: 0 -150px } #unite_Login .qd_login .sf p .taobao { background-position: 0 -75px; margin-right: 13px } #unite_Login .qd_login .sf p .taobao:hover { background-position: 0 -185px } #unite_Login .qd_login .sf p .sina { background-position: -44px -75px; margin-right: 13px } #unite_Login .qd_login .sf p .sina:hover { background-position: -44px -185px } #unite_Login .qd_login .sf p .renren { background-position: -88px -75px } #unite_Login .qd_login .sf p .renren:hover { background-position: -88px -185px } #unite_Login .qd_login .sf p .morela { background: 0 0; width: auto; text-indent: 0; height: auto } #unite_Login .qd_login .sf p .moreicona { } #unite_Login .qd_login .sf p .iconup { background-position: -141px -75px } #unite_Login .qd_login .sf .more_logina { margin-bottom: 10px } #unite_Login .qd_login .sf .more_logina.hidden { display: none } #hao123_first { width: 469px; height: 482px; background: url(../images/hao123products_bg.png) no-repeat; _background: url(../images/hao123products_IE6bg.png) no-repeat; border: 0; overflow: hidden } #hao123_first span.close { display: block; width: 44px; height: 44px; background: 0 0; top: 80px; right: 11px } .side_nav.hao123 { margin-left: -745px; display: block; top: 166px } .side_nav.affix { top: 0 } @media (min-width:1280px) and (max-width:1580px) { .side_nav.hao123 { display: none } } @media (max-width:1280px) { .toolbar .msg-tips { left: 635px } .area { width: 980px } header .search { width: 330px } header .search .search_history { width: 268px; top: 32px } header .search, header .device { margin-left: 47px; height: 38px; margin-top: 7px } header .search input.txt { width: 258px; border: 1px solid #ef0d0d; height: 20px; line-height: 20px } header .search .smt { width: 60px; height: 32px; cursor: pointer; float: left; background-color: #ef0d0d; color: #fff; font: 14px "微软雅黑" } header .search .showkw { width: 258px; top: 1px; left: 1px; height: 20px; line-height: 20px } .search .search_query { width: 268px; top: 32px } .search ul.burn { width: auto; height: 87px; padding: 5px; overflow: hidden; border-left: 0; min-height: 0; float: none } .search li.burn { margin: 4px 3px; line-height: 20px; line-height: 20px; padding: 0 } .search li.burn .sp { border: 1px solid #e5e5e5; color: #666; text-align: center; width: 78px; min-width: 0; padding: 0; height: 24px; line-height: 24px } .search .JS_history_a { margin: 0 } header .links { background: url(../images/toolbar_links5.jpg) } .side_nav.hao123 { margin-left: -635px; display: none } .detailmeta { width: 540px; margin-left: 38px } .detailmeta .has_zj { width: 355px; padding: 0 0 0 44px } .panelA { width: 323px } .panelA dd { width: 265px } .panelA .bg_gray, .panelA .bg_yel { background: #f5f5f5; padding: 12px 11px 9px; margin: 0 -11px 10px -11px } .panelA .bg_yel { background: #fff6eb } .panelA .act { margin: 0 -11px; padding: 0 11px } .panelA .act b { margin: 0 1px } .panelA .act span { font: 14px/30px "\5FAE\8F6F\96C5\9ED1" } .panelA .act a { color: #fff; margin-left: 10px } .adv { margin: 13px -11px 5px -11px } .price .r { display: none } .y .y_tip { width: 301px } dl.y { margin-bottom: 0 } .y dd { line-height: 20px; padding: 3px 0 0 } .y a.click { margin: 1px 0 0; float: right } .y .first { display: inline-block; width: 205px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .y span.click { position: relative; top: -6px; right: 0; display: inline-block } .y .diatip a.click { margin: 3px 0 0 10px } .sku_click { width: 337px; margin-left: -11px } .sku_click dd { width: 291px } .numb dd .red { display: block } .detailmeta .submit { width: 335px } .myrecommend_new { width: 978px } .myrecommend_new .cli { width: 22px } .myrecommend_new .cli i { width: 22px; background-position: -76px -84px } .myrecommend_new .page_next i { background-position: -102px -84px } .myrecommend_new ul { width: 772px } .myrecommend_new .more { width: 172px } .myrecommend_new .more>a { width: 130px; padding: 0 21px } .myrecommend_s ul { width: 1004px; margin-right: -24px } .myrecommend_s ul li { margin: 0 18px 20px 0 } .myrecommend_s ul li:nth-of-type(1) { margin-right: 17px } .myrecommend_s ul li:nth-of-type(2) { margin-right: 17px } .mainwrap { background: 0 0 } .mainwrap .title { width: 780px } .mainwrap .productdetail { margin: 0; float: right } .mainwrap aside .asidefixed { margin-left: -490px } .mainwrap .title hgroup { width: 780px } .mainwrap .title hgroup.fixed { margin-left: -290px } .mainwrap .title .r span a { width: 120px } .m_nav { display: none } .about li { width: 105px; padding: 30px 0 0 20px } .about li.w2 { width: 125px } .about li.w3 { width: 180px } .about li.w4 { padding-left: 20px; width: 253px } } .head_nav .r_con { float: right; color: #9a0c0a; font-size: 0; _width: 320px; position: relative; *z-index:999; height: 35px } .head_nav .r_con a, .head_nav .r_con { color: #fff; _border-right: 0; _zoom: 1 } .head_nav .r_con { position: relative; padding-right: 0 } .head_nav .r_con .yg_wrap { float: left; position: relative; display: inline-block; _float: left; overflow: hidden; height: 34px; width: 88px } .head_nav .r_con .yg i { color: #bb120f; border-right: 1px solid #bb120f; position: absolute; height: 17px; right: 0; top: 50%; margin-top: -8px; _line-height: 0 } .head_nav .r_con .yg { padding-right: 15px; padding-right: 5px\9; padding-left: 10px; *height:35px; *line-height:36px; overflow: hidden } .head_nav .r_con a:hover { text-decoration: none; color: #fff } .head_nav .r_con .zhe_intro, .sign_panel { float: left } .head_nav .r_con .zhe_intro, .head_nav .r_con .sign_panel { _height: 25px; _padding-top: 9px } .head_nav .r_con .zhe_intro .line_left { _line-height: 0; position: absolute; left: 0; top: 50%; height: 17px; _height: 17px; border-left: solid 1px #bb120f; margin-top: -8px } .head_nav .r_con .zhe_intro .trigger { padding-left: 25px; position: relative } .head_nav .r_con .zhe_intro { padding-left: 0 } .head_nav .r_con a.on { display: inline-block; *display:inline; *zoom:1; height: 35px } .head_nav .r_con .tooltip { right: 0; top: -65px } .head_nav .r_con .tooltip a { padding: 0; color: #09c; border: 0; position: static } .head_nav .r_con .tooltip .tooltip-arrow { left: auto; right: 30px } .head_nav .r_con { font-size: 14px } .head_nav .r_con .signin { border-right: 0; padding: 0 15px } .head_nav .r_con .signin i { width: 16px; height: 16px; display: inline-block; *display:inline; *zoom:1; background: url(../images/icon_head.png) no-repeat -40px -20px; vertical-align: text-top; *vertical-align:middle; margin-right: 4px; _background-image: url(../images/icon_head_ie6.png) } .head_nav .r_con .signin i.icon-mini { background-position: -30px 0!important; width: 11px; height: 11px; right: 10px; margin: 0; _top: 5px } .head_nav .r_con a.signin:hover i { background-position: 0 -20px } .head_nav .r_con .signin_on .signin i, .head_nav .r_con .signin_on a.signin:hover i { background-position: -20px -20px } .head_nav .r_con .zhe_notice { display: inline-block; *display:inline; *zoom:1 } .head_nav .r_con .zhe_notice.active { color: #e02f2f; font-weight: 700; background: #fff } .head_nav .r_con .zhe_intro .trigger { text-decoration: none; _border-right: 0 } .head_nav .r_con .zhe_intro .open .trigger { color: #FFF; border-color: transparent } .head_nav .r_con .zhe_intro .icon-arrow { display: inline-block; *display:inline; *zoom:1; height: 0; line-height: 0; width: 0; vertical-align: middle; border-width: 3px; border-style: solid; margin-left: 3px; border-color: #eca6a4 #cf201c #cf201c; _overflow: hidden } .head_nav .r_con .open .icon-arrow { display: inline-block; *display:inline; *zoom:1; height: 0; line-height: 0; width: 0; vertical-align: middle; border-width: 3px; border-style: solid; margin-left: 3px; border-color: #eca6a4 #bb120f #bb120f; _overflow: hidden } .head_nav .r_con .open { color: #FFF; border-bottom: 0; *z-index:999 } .head_nav .r_con .dropdown .arrow-down { -webkit-transition: -webkit-transform ease .3s; -moz-transition: -moz-transform ease .3s; -webkit-transform-origin: 3px 1.5px; -moz-transform-origin: 3px 1.5px } .head_nav .r_con .dropdown { border-top: 0; border-bottom: 0 } .head_nav .r_con .dropdown-menu li a { color: #333; border-right: 0; font-size: 12px } .head_nav .r_con .dropdown-menu a { border-right: 0 } .head_nav .r_con .dropdown-menu a:hover { _color: #333 } .dropdown.sign_panel, .dropdown.sign_board { border: 0; background: 0 0; *z-index:999 } .sign_panel .dropdown-menu { font: 12px/20px ""; color: #666; width: 190px; left: auto; right: 0 } .sign_panel .dropdown-menu b { color: #e02f2f } .sign_panel .dropdown-menu .gotuan { margin-top: 10px; padding-top: 10px; border-top: 1px dotted #999 } .head_nav .r_con .sign_panel { height: 34px; width: 111px } .head_nav .r_con .sign_panel a.signin { width: 111px; height: 35px; padding: 0; display: block; background: url(../images/signin5.gif) no-repeat 0 center } .head_nav .r_con a.signin.qdicon pre b { display: inline-block } .head_nav .r_con a.signin.qdicon:hover pre b { -webkit-transform: rotateY(360deg); -o-transform: rotateY(360deg); -moz-transform: rotateY(360deg); transform: rotateY(360deg); -webkit-transition: all 1000ms ease-out .2s; transition: all 1000ms ease-out .2s; -o-transition: all 1000ms ease-out .2s; -moz-transition: all 1000ms ease-out .2s } .r_con .signin.qdicon { position: absolute; left: 0; top: 0 } .r_con .signin.yqdicon { position: absolute; left: -16px; top: -11px } .head_nav .r_con .sign_panel a.signin:hover { background: url(../images/signin5_bg.png) no-repeat 0 -50px } .head_nav .r_con .sign_board a.signin.qdicon:hover { background: url(../images/signin5_bg.png) no-repeat 0 -150px } .head_nav .r_con .sign_board { height: 34px; width: 105px } .head_nav .r_con .sign_board a.signin.qdicon { width: 105px; height: 35px; display: block; padding: 0; background: url(../images/signin5_bg.png) no-repeat 0 -100px } .head_nav .r_con .sign_board.sign_board_unchecked { width: 111px } .head_nav .r_con .sign_board a.signin.signin_unchecked { padding: 0; width: 111px; height: 35px; display: block; background: url(../images/signin5.gif) no-repeat 0 center } .head_nav .r_con .sign_panel a.signin.qdyet, .head_nav .r_con .sign_board a.signin.signin_unchecked.qdyet { background: url(../images/signin5_bg.png) no-repeat; display: block } .head_nav .r_con .sign_panel a.signin.qdyet:hover, .head_nav .r_con .sign_board a.signin.signin_unchecked:hover { background: url(../images/signin5_bg.png) 0 -50px no-repeat } .head_nav .r_con .sign_panel dl a { color: #1b80a9; font-size: 12px; padding: 0 } .head_nav .r_con .sign_panel dl a:hover { color: #ff6000 } .sign_panel dl dt, .sign_panel dl dd { padding: 10px 0 } .sign_panel dl dd { background: #f0f0f0; padding: 10px; color: #ccc } .sign_panel dl dt { text-align: center } .sign_panel dl dd span { color: #666 } .sign_panel dl dd .addQQ { color: #666; margin-top: 6px } .sign_panel dl dd .addQQ span { color: #e02f2f; font-weight: 700 } .sign_panel.open .signin:hover { _color: #fff } .head_nav .r_con .signin { white-space: nowrap } .sign_panel .dropdown-menu, .sign_board .dropdown-menu { border: 0 } .sign_panel .signintip .dropdown-menu, .sign_board .signintip .dropdown-menu { border: 1px solid #ccc } .sign_board .dropdown-menu { position: absolute; top: 35px; width: 498px; height: 358px; border: 1px solid #ff3535; right: 0; left: auto; color: #666 } .sign_board .hd { font: 12px/25px "宋体"; margin-bottom: 10px } .sign_board .hd b { font-size: 14px; vertical-align: top } .sign_board .hd span { color: #e20000; margin: 0 12px 0 5px } .head_nav .r_con .sign_board .dropdown-menu a { color: #1b80a9 } .sign_board { _height: 26px; _padding-top: 12px } .sign_board .dropdown-menu a:hover { color: #FF6000!important } .sign_board .bd { padding-bottom: 20px; background: url(../images/qd_border.png) repeat-x 0 100%; background-color: #fff9d8 } .sign_board .side { float: right; margin-left: 12px; width: 225px; _margin-left: 5px } .sign_board .article { width: 267px; height: 241px; background-color: #fff; float: left; position: relative } .sign_board .bd .side { height: 220px; display: none } .sign_board .calendar { line-height: 26px; width: 340px; height: 248px; text-align: center; font-family: microsoft yahei; padding-left: 10px; border-collapse: inherit } .sign_board .calendar th { line-height: 28px; height: 30px; color: #fff; font-weight: 400; background: url(../images/signiconnew1.png) no-repeat 6px 3px } .sign_board .calendar td, .sign_board .calendar th { padding: 0 } .sign_board .calendar td { font: 16px/20px Arial; height: 31px; width: 45px; position: relative } .sign_board .calendar .get_nowaday { position: absolute; width: 48px; height: 40px; left: 0; top: 0 } .sign_board .calendar td .hdqd { font: 12px/11px "微软雅黑"; position: absolute; left: 11px; top: 25px; color: #f27a3e; height: 13px; width: 24px } .sign_board .calendar td.disable { color: #c8c8c8 } .sign_board .calendar td.on { background: url(../images/signiconnew1.png) no-repeat 9px -29px } .sign_board .calendar td.on:hover .snowflake { display: none } .sign_board .dropdown-menu .bd .article .tit { line-height: 30px; text-align: center; color: #fff; width: 353px } .qd_versiontip { display: block!important } .sign_board .dropdown-menu .title_user_status { height: 84px; color: #fff; font-family: "宋体"; position: relative; width: 466px; padding: 15px 16px; background: #ff484a; overflow: hidden } .sign_board .dropdown-menu .title_user_status_l { float: left; width: 366px } .sign_board .dropdown-menu .title_user_status_r { float: right; width: 100px; height: 82px } .sign_board .dropdown-menu .title_user_status_r button { width: 100px; height: 82px; padding: 0; border: 0; outline: 0; background: url(../images/checkin_button_bg.png) no-repeat 0 0; cursor: pointer } .sign_board .dropdown-menu .title_user_status_r .checked_btn { cursor: default } .sign_board .dropdown-menu .title_user_status_r .unchecked_btn1 { background-position: 0 0 } .sign_board .dropdown-menu .title_user_status_r .unchecked_btn2 { background-position: 0 -100px } .sign_board .dropdown-menu .title_user_status_r .unchecked_btn3 { background-position: 0 -200px } .sign_board .dropdown-menu .title_user_status_r .checked_btn1 { background-position: -120px 0 } .sign_board .dropdown-menu .title_user_status_r .checked_btn2 { background-position: -120px -100px } .sign_board .dropdown-menu .title_user_status_r .checked_btn3 { background-position: -120px -200px } .sign_board .dropdown-menu .title_user_status .gold_img { display: block; margin-left: 20px } .sign_board .dropdown-menu .title_user_status span { line-height: 36px; font-size: 12px } .sign_board .dropdown-menu .title_user_status .user_jifen .jfhhl { position: relative; top: -2px; margin-left: 10px; padding: 0; font-family: "microsoft yahei"; font-size: 14px; color: #fff } .sign_board .dropdown-menu .title_user_status .user_jifen .jfhhl:hover { color: #fff!important; text-decoration: underline } .sign_board .title_user_status .checkin_time_line ul { } .sign_board .title_user_status .checkin_time_line li { float: left; width: 73px } .sign_board .title_user_status .checkin_time_line li div { background: url(../images/time_line_bg.png) no-repeat -44px -36px } .sign_board .title_user_status .checkin_time_line li div span { display: block; width: 26px; height: 26px; text-align: center; text-indent: -3px; font: 18px/26px arial; color: #ff484a; background: url(../images/time_line_bg.png) no-repeat 0 0 } .sign_board .title_user_status .checkin_time_line .right_time_line div { background: url(../images/time_line_bg.png) no-repeat 26px -36px } .sign_board .title_user_status .checkin_time_line .right_time_line div span { background: url(../images/time_line_bg.png) no-repeat -70px 0 } .sign_board .title_user_status .checkin_time_line .last_time_line div { background: 0 0 } .sign_board .title_user_status .checkin_time_line .uncheckin_today_line div { background: url(../images/time_line_bg.png) no-repeat 26px -36px } .sign_board .title_user_status .checkin_time_line .uncheckin_today_line div span { font-weight: 700; background: url(../images/time_line_bg.png) no-repeat -35px 0; cursor: pointer; color: #ee0c1c } .sign_board .title_user_status .checkin_time_line .last_time_line div span { background: url(../images/time_line_bg.png) no-repeat -70px 0 } .sign_board .title_user_status .checkin_time_line .checkin_today_line div { background: url(../images/time_line_bg.png) no-repeat 26px -36px } .sign_board .checkin_time_line li p { margin-top: 5px; margin-left: 4px; font: 12px/12px "微软雅黑" } .sign_board .title_user_status .checkin_time_line li p span { line-height: 12px; font-family: arial } .sign_board .dropdown-menu .title_user_status .user_jifen { display: block; height: 44px; overflow: hidden } .sign_board .dropdown-menu .title_user_status .user_jifen span { display: inline-block; position: relative; line-height: 36px; font-family: arial; font-size: 36px } .sign_board .dropdown-menu .title_user_status .user_jifen u { text-decoration: none; display: inline-block; height: 17px; line-height: 17px; text-align: center; margin-left: 10px; font-family: '微软雅黑'; font-size: 14px; position: relative; top: -3px; padding: 0 5px; border: 1px solid #fff } .sign_board .dropdown-menu .title_user_status .current_score_today, .sign_board .dropdown-menu .title_user_status .current_today { top: 0; position: absolute; color: #333 } .sign_board .dropdown-menu .title_user_status .current_score_today { right: 22px } .sign_board .dropdown-menu .title_user_status .current_today { right: 130px } .sign_board .dropdown-menu .title_user_status .current_score_today b, .sign_board .dropdown-menu .title_user_status .current_today b { font-size: 14px; font-family: "微软雅黑"; top: 1px } .sign_board .dropdown-menu .title_user_status b { font-family: "microsoft yahei"; font-weight: 400; font-size: 14px; position: relative; margin-left: 5px; top: -3px } .sign_board .dropdown-menu .title_user_status em { font-family: '微软雅黑'; font-size: 12px } .sign_board .dropdown-menu .title_user_status em i { font-family: '微软雅黑'; font-size: 12px; margin: 0 2px } .sign_board .dropdown-menu .ad_signin { float: left; width: 177px; height: 241px; position: relative } .sign_board .dropdown-menu .ad_signin .nowaday_date { color: #fff; background: url(../images/signbgnew3.png) no-repeat 0 0; height: 95px; width: 105px; margin: 25px 0 0 23px; text-align: center } .sign_board .dropdown-menu .ad_signin p { text-align: center; font-size: 14px; font-family: "微软雅黑"; color: #fff } .sign_board .dropdown-menu .ad_signin .nowaday_date b { font-family: Arial; line-height: 22px; margin-left: -55px; font-size: 14px; display: block; color: #f96; position: relative; top: 2px } .sign_board .dropdown-menu .ad_signin .nowaday_date span { font-size: 50px; font-family: Arial; display: block; margin-left: -12px; line-height: 40px } .sign_board .dropdown-menu .ad_signin .nowaday_date em { font-family: "宋体"; font-size: 12px; margin-left: -9px; line-height: 19px; font-weight: 700; display: block } .sign_board .dropdown-menu .ad_signin .nowaday_activ { line-height: 1.9; text-align: left; padding-left: 10px } .sign_board .dropdown-menu .ad_signin .activ_wrap { border-top: 1px solid #f59b6e; padding-top: 10px; margin-top: 15px; height: 170px; overflow: hidden } .sign_board .dropdown-menu .ad_signin .nowaday_activ span { font-size: 14px; font-family: "微软雅黑"; color: #fff; text-align: center } .sign_board .dropdown-menu .ad_signin .nowaday_date span.cur_day { color: #f96; font-size: 55px; width: 104px; margin: 7px 0 0 } .sign_board .dropdown-menu .ad_signin .nowaday_activ span:hover { color: #cb1f24 } .sign_board .dropdown-menu .ad_signin .nowaday_activ ._hot { background: url(../images/qd_icon3.png) no-repeat -23px 4px; width: 30px; margin-left: 0; height: 15px; display: inline-block } .sign_board .dropdown-menu .ad_signin .nowaday_activ ._new { background: url(../images/qd_icon3.png) no-repeat -25px -12px; width: 30px; margin-left: 0; height: 15px; display: inline-block } .sign_board .dropdown-menu .article .tit { height: 52px; *height:42px; font-size: 23px; font-family: "微软雅黑"; margin-bottom: 0; border-bottom: 0; padding-top: 15px; position: relative } .sign_board .dropdown-menu .article .tit .now_month { float: left; color: #000; margin: 14px 0 0; font: 24px/30px Arial } .sign_board .dropdown-menu .article .tit .eng_month { float: left; font: 18px/25px "微软雅黑"; margin: 33px 0 0 9px; color: #000 } .sign_board .dropdown-menu .article .tit .now_year { color: #000; margin: 14px 0 0 14px; font: 24px/30px Arial; float: left } .sign_board .dropdown-menu .article .calendar { border-spacing: 2px } .sign_board .dropdown-menu .info_notice .scroll_noticeword { height: 42px; overflow: hidden; margin-top: 10px } .sign_board .dropdown-menu .info_notice .scroll_noticeword .notice_word { height: 52px; width: 346px } .sign_board .dropdown-menu .info_notice .scroll_noticeword .notice_word p { height: 90px; word-break: break-all; word-wrap: break-word } .sign_board .dropdown-menu .info_notice { width: 353px; height: 60px; float: right; border-top: 1px solid #ffcd4a; background-color: #fff9d8 } .sign_board .dropdown-menu .info_notice .bgpng { width: 29px; height: 15px; background: url(../images/activ_icon3.png) no-repeat -46px 0; position: absolute; bottom: 33px } .sign_board .dropdown-menu .info_notice p { font: 12px/20px "微软雅黑"; color: #a17344; padding-left: 42px } .sign_board .dropdown-menu .jifen_task { width: 353px; height: 60px; *height:59px; float: right; border-top: 1px solid #ffcd4a; background-color: #fff9d8 } .sign_board .dropdown-menu .jifen_task .jifen_word { width: 43px; margin-top: 14px; margin-left: 11px; font: 14px/17px "微软雅黑"; float: left; color: #000 } .sign_board .dropdown-menu .jifen_task img { float: left; width: 40px; height: 40px } .sign_board .dropdown-menu .jifen_task .task_icon { width: 274px; overflow: hidden; position: relative } .sign_board .dropdown-menu .jifen_task .task_icon .tasks { float: left; width: 40px; height: 40px; margin-top: 11px; margin-left: 5px; position: relative } .sign_board .dropdown-menu .jifen_task .task_icon .tasks .bgcolor { width: 40px; height: 40px; position: absolute; background-color: #666; opacity: .6; filter: alpha(opacity=60); -moz-opacity: .6; border-radius: 18px; -webkit-border-radius: 18px; -moz-border-radius: 18px; left: 0; top: 0 } .sign_board .dropdown-menu .jifen_task .task_icon .get_icon { width: 506px; overflow: hidden; margin: 0 } .sign_board .dropdown-menu .jifen_task .task_icon a { padding: 0 } .sign_board .dropdown-menu .jifen_task .scroll_icon { background: url(../images/clickicon1.png) no-repeat 0 0; height: 10px; width: 20px; position: absolute; right: 1px; bottom: 23px } .sign_board .dropdown-menu .jifen_task .scroll_icon .click_icon { height: 10px; width: 8px; position: absolute; bottom: 0; right: 3px; padding: 0 } .sign_board .dropdown-menu .jifen_task .scroll_icon .leftclick_icon { height: 10px; width: 8px; position: absolute; bottom: 0; right: 13px; padding: 0 } .sign_tog_wrap .cal_box.undis, .sign_tog_wrap .qr_box.undis { display: none; position: relative; overflow: hidden } .sign_tog_wrap .cal_box .qiandao_huodong a { width: 166px; height: 175px; padding: 0 } .sign_tog_wrap .cal_box .qiandao_huodong a img { width: 166px; height: 175px } .sign_tog_wrap .cal_box .qiandao_renwu { width: 498px; height: 65px; border-top: 1px solid #eee } .sign_tog_wrap .cal_box .qiandao_renwu ul { float: left; width: 432px; height: 65px; padding-left: 12px; overflow: hidden } .sign_tog_wrap .cal_box .qiandao_renwu li { float: left; width: 100px; height: 65px } .sign_tog_wrap .cal_box .qiandao_renwu li a { position: relative; height: 31px; padding: 17px 0 } .sign_tog_wrap .cal_box .qiandao_renwu .meiri_wrap { width: 122px } .sign_tog_wrap .cal_box .qiandao_renwu li .meiri_qiandao { padding-right: 15px } .sign_tog_wrap .cal_box .qiandao_renwu li .meiri_qiandao p { width: 75px } .sign_tog_wrap .cal_box .qiandao_renwu li a .complete { position: absolute; top: 18px; right: -5px; width: 17px; height: 12px; background: url(../images/btn_cal_icon_bg.png) no-repeat 0 -140px } .sign_tog_wrap .cal_box .qiandao_renwu li a:hover { background-color: #fff } .sign_tog_wrap .cal_box .qiandao_renwu li a p { float: left; width: 68px; margin-left: 2px; padding-top: 1px; line-height: 13px; font-size: 13px; color: #333; font-family: "microsoft yahei"; white-space: nowrap; overflow: hidden } .sign_tog_wrap .cal_box .qiandao_renwu li a img { float: left; width: 30px; height: 30px } .sign_tog_wrap .cal_box .qiandao_renwu li a span { display: block; margin-top: 4px; line-height: 12px; font-size: 12px; color: #ff484a; font-family: "microsoft yahei" } .sign_tog_wrap .cal_box .qiandao_renwu .btn_cal_icon { float: right; width: 54px; height: 65px; background: url(../images/btn_cal_icon_bg.png) no-repeat 0 0 } .sign_tog_wrap .article .btn_cal_icon { position: absolute; right: 0; top: 0; width: 67px; height: 62px; background: url(../images/qrcodenew_bg.png) no-repeat center; display: inline-block; *display:inline; *zoom:1; padding-right: 0; outline: 0 } .sign_tog_wrap .article .btn_qr_icon { position: absolute; right: 0; top: 0; width: 67px; height: 62px; background: url(../images/calendarnew_bg.png) no-repeat center; display: inline-block; *display:inline; *zoom:1; padding-right: 0; outline: 0 } .sign_tog_wrap .qr_box h2.qr_tit { text-align: right; font-size: 18px; font-family: "微软雅黑"; color: #898989; font-weight: 700; margin-top: 25px; line-height: 20px } .sign_tog_wrap .qr_box .qr_list { margin-top: 18px; padding-left: 59px } .sign_tog_wrap .qr_box .qr_list li { background: url(../images/shouji_qiandao_bg.png) no-repeat 0 10px; padding-left: 15px; font-size: 14px; font-family: "微软雅黑"; color: #fff; height: 30px; line-height: 30px } .sign_tog_wrap .qr_box .qr_list li span { display: block; width: 94px; height: 23px; line-height: 23px; text-align: center; background: url(../images/shouji_qiandao_bg.png) no-repeat 0 -21px } .sign_tog_wrap .qr_box .btn_qr_icon { position: absolute; right: 0; bottom: 0; width: 54px; height: 64px; background: url(../images/btn_cal_icon_bg.png) no-repeat 0 -64px } .sign_board .article .qr_content { height: 218px; padding-top: 23px; border-right: 1px solid #eee; text-align: center } .sign_board .article .qr_content p { margin-bottom: 15px; line-height: 14px; color: #333; font-size: 14px; font-family: "微软雅黑" } .sign_board .article .qr_content img { width: 160px; height: 160px } .sign_panel .dropdown-menu { color: #666; height: 360px; left: auto; position: absolute; right: 0; top: 35px; width: 500px; cursor: pointer } .side-panel .sign_panel .dropdown-menu { top: -21px } .sign_panel .dropdown-menu .activ_signin { width: 148px; height: 301px; float: left; background-color: #86339a; color: #fff5bf; text-align: center } .sign_panel .dropdown-menu .activ_signin p { font: 28px/35px "微软雅黑"; font-weight: 700; margin-top: 28px } .sign_panel .dropdown-menu .activ_signin .activ_info { background: url(../images/qd_bg1.png) no-repeat 6px 0; padding-top: 14px; text-align: center; margin-top: 21px; height: 170px } .sign_panel .dropdown-menu .activ_signin .activ_info .activ_words p { word-break: break-all; word-wrap: break-word; height: 139px; font: 15px/27px "微软雅黑"; width: 94px; margin-left: 22px; *margin-left:8px; margin-top: 0; overflow: hidden; text-align: left } .sign_panel .dropdown-menu .activ_signin .activ_info .activ_words { height: 200px; width: 120px } .sign_panel .dropdown-menu .activ_signin .activ_info p em { font-size: 23px; color: #ffd807 } .sign_panel .dropdown-menu .activ_signin .activ_info .demo { overflow: hidden; height: 139px; padding-left: 10px } .sign_panel .dropdown-menu .activity { width: 500px; height: 360px } .sign_panel .dropdown-menu .activity a { padding: 0 } .sign_panel .dropdown-menu .activity img { width: 500px; height: 360px } .sign_panel .dropdown-menu .sign_ad { width: 500px; height: 80px } .sign_panel .dropdown-menu .sign_ad a { padding: 0 } .sign_panel .dropdown-menu .sign_ad img { width: 166px; height: 80px; float: left; border-right: 1px solid #faf3ea } .sign_panel .dropdown-menu .sign_ad .ad3 img { border: 0 } .sign_panel .dropdown-menu .jifen_task { float: left; width: 500px; height: 60px; background-color: #fff9d8; font: 14px/20px "微软雅黑"; color: #000 } .sign_panel .dropdown-menu .jifen_task p { padding-top: 21px; padding-left: 18px; float: left } .sign_panel .dropdown-menu .jifen_task .task_icon { width: 360px; overflow: hidden } .sign_panel .dropdown-menu .jifen_task .task_icon .get_icon { width: 506px; overflow: hidden; margin-left: 0 } .sign_panel .dropdown-menu .jifen_task .task_icon img { height: 40px; width: 40px; float: left; margin-top: 10px; margin-left: 5px } .sign_panel .dropdown-menu .jifen_task .task_icon a { padding: 0 } .sign_panel .dropdown-menu .info_notice { width: 500px; height: 30px; background-color: #f27a3e } .sign_panel .dropdown-menu .info_notice .scroll_downwords { margin-left: 40px; overflow: hidden } .sign_panel .dropdown-menu .info_notice .scroll_downwords .down_words { height: 27px; width: 1000%; margin-top: 3px } .sign_panel .dropdown-menu .info_notice .task_icon { background: url(../images/qd_icon3.png) no-repeat -1px -7px; width: 22px; height: 17px; float: left; margin: 7px 10px 0 8px } .sign_panel .dropdown-menu .info_notice .scroll_downwords .down_words a, .sign_panel .dropdown-menu .info_notice .scroll_downwords .down_words i { width: 1500px; font-size: 12px; color: #fff; padding-top: 2px; font-family: "微软雅黑"; overflow: hidden; height: 23px; display: inline-block } .sign_panel .dropdown-menu .jifen_task .scroll_icon { background: url(../images/clickicon1.png) no-repeat 0 0; height: 10px; width: 20px; position: absolute; right: 0; bottom: 52px } .sign_panel .dropdown-menu .jifen_task .scroll_icon .click_icon { height: 10px; width: 8px; position: absolute; bottom: 0; right: 3px; padding: 0 } .sign_panel .dropdown-menu .jifen_task .scroll_icon .leftclick_icon { height: 10px; width: 8px; position: absolute; bottom: 0; right: 13px; padding: 0 } .sign_panel .dropdown-menu .activ_info .activ_words a { color: #fff; text-decoration: none } .sign_panel .dropdown-menu .scroll_downwords .down_words a, .sign_panel .dropdown-menu .scroll_downwords .down_words a:hover { text-decoration: none } .head_nav .allp { width: 135px; float: left; position: relative; z-index: 99999 } .head_nav .allp span { width: 135px; height: 35px; display: block; font: 14px/35px ""; cursor: pointer; color: #fff; background: #bb120f url(../images/alll.png) no-repeat 110px 15px } .head_nav .allp ul { display: none; position: absolute; width: 131px; left: 0; top: 35px; z-index: 11; border: 2px solid #bb120f; border-top: 0; background: #fff } .head_nav .allpcur ul { display: block } .head_nav .allp ul li { height: 29px; line-height: 29px; border-top: 1px solid #f5f5f5; width: 100%; float: left } .head_nav .allp ul li a { font-size: 14px; display: block; width: 100%; height: 29px } .head_nav .allp ul li a:hover { background: #f5f5f5; color: #333; text-decoration: none } .side-panel .profile-icon, .side-panel .cart-icon, .side-panel .order-icon, .side-panel .checkin-icon, .side-panel .qrcode-icon, .side-panel .faq-icon, .side-panel .gender-icon, .side-panel .safeguard-icon, .side-panel .feedback-icon, .side-panel .totop-icon { background: url(../images/sidePanelIconsNew.png) no-repeat 0 0 } .side-panel .profile-icon { background-position: -6px 0 } .side-panel .cart-icon { background-position: -61px 0 } .side-panel .order-icon { background-position: -722px 0 } .side-panel .checkin-icon { background-position: -205px 0 } .side-panel .qrcode-icon { background-position: -267px 0 } .side-panel .faq-icon { background-position: -330px 0 } .side-panel .gender-icon.def { background-position: -386px 0 } .side-panel .gender-icon.man { background-position: -600px 0 } .side-panel .gender-icon.woman { background-position: -638px 0 } .side-panel .gender-icon.lama { background-position: -677px 0 } .side-panel .safeguard-icon { background-position: -447px 0 } .side-panel .feedback-icon { background-position: -501px 0 } .side-panel .totop-icon { background-position: -554px 0 } .side-panel .coupons-icon, .side-panel .store-icon { height: 42px; background: url(../images/quan_iconnew.png) no-repeat 7px 2px; position: relative } .side-panel .coupons-icon .quan_num, .quan_num_hover, .side-panel .store-icon .quan_num, .side-panel .order-icon .quan_num { color: #fff; text-indent: -1px; text-align: center; line-height: 13px; font-size: 12px; font-family: "\5FAE\8F6F\96C5\9ED1"; background: url(../images/side_golds.png) no-repeat -4px -146px; display: inline-block; position: absolute; width: 14px; height: 14px; left: 16px; top: 5px } .side-panel .coupons-icon a, .side-panel .store-icon a { outline: 0 } .side-panel .coupons-icon .quan_num_hover, .side-panel .store-icon .quan_num_hover, .side-panel .order-icon .quan_num_hover { color: #c7000b; background-position: -4px -167px } .side-panel .store-icon { background: url(../images/myFavorites.png) no-repeat 7px 12px } .side-panel .side-tab-top3 .store-icon .quan_num { top: 6px } .fivepointed { display: none; z-index: 100000; width: 15px; height: 18px; background: url(../images/favorite_icon.png); position: absolute; left: 100px; top: 500px } .side-panel { position: fixed; bottom: 0; right: 0; width: 34px; background-color: #000; height: 100%; min-height: 594px; z-index: 10003; visibility: visible; left: auto; margin: 0; padding: 0; font-size: 12px; font-family: "\5FAE\8F6F\96C5\9ED1"; color: #fff; _position: absolute; _right: 0; _top: 0; _height: 1000px } .side-panel .clear { clear: both } .side-panel .side-tab { position: absolute; cursor: pointer; width: 34px; left: 0 } .side-panel .side-tab:hover { background-color: #c7000b } .side-panel .side-tab-cart { height: 133px } .side-panel .side-tab-cart a { height: 133px; display: block; width: 34px; position: absolute; top: 0; left: 0; color: #fff } .side-panel .tab-icon { width: 34px; height: 42px; display: block } .side-panel .arr-icon { position: absolute; width: 16px; height: 16px; line-height: 16px; text-align: center; font-size: 16px; font-family: "\5FAE\8F6F\96C5\9ED1"; top: 14px; right: -6px; color: #c7000b } .side-panel .tab-icon a { display: block; width: 34px; height: 42px; overflow: hidden; text-indent: -40px } .side-panel .tab-text { font-size: 12px; text-align: center; display: block; left: 7px; top: 40px; width: 20px; height: 50px; line-height: 16px; overflow: hidden; padding: 0; position: absolute } .side-panel .tab-tip { position: absolute; display: none; opacity: 0; filter: alpha(opacity=0); right: 62px; top: 0; width: 90px; height: 42px; line-height: 42px; text-align: center; color: #fff; background-color: #c7000b } .side-panel .tab-tip>a { text-decoration: none; color: #fff; font-size: 12px; font-family: "微软雅黑" } .side-panel .tab-tip.tab-tip-coupon { min-width: 100px; padding: 0 5px } .side-panel .tab-tip.tab-tip-coupon a { line-height: 16px; display: inline-block; margin: 5px 0 } .side-panel .tab-tip.tab-tip-coupon i, .side-panel .tab-tip>a i { color: #fed603; font-size: 12px; font-family: "\5FAE\8F6F\96C5\9ED1"; margin: 0 3px } .side-panel .tab-tip.tab-tip-order { min-width: 100px; padding: 0 5px } .side-panel .tab-tip.tab-tip-order a { line-height: 16px; display: inline-block; margin: 5px 0 } .side-panel .tab-tip.tab-tip-order a .quan_num, a .quan_time { color: #fed603; font-family: "微软雅黑"; font-size: 12px; margin: 0 3px } .side-panel .tab-sup { display: block; top: 100px; right: 0; text-align: center; position: absolute; width: 34px } .side-panel .tab-sup-bg { } .side-panel .tab-sup-bd { width: 19px; height: 19px; font-family: "\5FAE\8F6F\96C5\9ED1"; line-height: 19px; border-radius: 12px; font-size: 12px; display: inline-block; background: url(../images/car_quan_pic.png) no-repeat -2px -5px } .side-panel .side-tab-cart:hover .tab-sup-bd { color: #c7000b; background-position: -2px -30px } .side-panel .side-tab-cart a:hover+.tab-sup-bd { background-position: 0 0\9; text-decoration: none } .side-panel .side-tab-cart a:hover { text-decoration: none } .side-panel .side-tab-top1 a:hover .tab-sup-bd { background-position: 0 0; text-decoration: none } .side-panel .side-tab-top1 a:hover { text-decoration: none } .side-panel .side-tab-gender .tab-tip { width: 120px; padding-right: 10px } .side-panel .side-tab-gender .tab-tip span { *+display:block; *+float:left; *+margin-left:10px } .side-panel .side-tab-gender .tab-tip a { text-decoration: none; display: inline-block; float: right; padding: 2px; height: 14px; line-height: 14px; border: 1px solid #fff; background: #c7000b; color: #fff; margin: 12px 2px; border-radius: 3px } .side-panel .side-tab-gender .tab-tip a.on { color: #c7000b; background-color: #fff } .side-panel .side-tab-checkin .checkin-icon { background: url(../images/sidePanel_checkin1N.gif) no-repeat 0 0 } .side-panel .side-tab-checkin:hover .checkin-icon { background: url(../images/sidePanel_checkin4N.png) no-repeat 0 0 } .side-panel .side-tab-checkin.checked .checkin-icon, .side-panel .side-tab-checkin.checked:hover .checkin-icon { background: url(../images/sidePanel_checkin3N.png) no-repeat 0 0 } .side-panel .side-tab-checkin.checked:hover .checkin-icon { background: url(../images/sidePanel_checkin4N.png) no-repeat 0 0 } .side-panel .side-tab-checkin.checked .tab-tip, .side-panel .side-tab-checkin.unsignin .tab-tip { width: auto; height: auto; top: -125px; padding: 0 } .side-panel .side-tab-checkin.checked .tab-tip .arr-icon, .side-panel .side-tab-checkin.unsignin .tab-tip .arr-icon { top: 134px } .side-panel .side-tab-checkin.checked .tab-tip .arr-icon { right: -17px } .side-panel .side-tab-checkin.unchecked .checkin-icon, .side-panel .side-tab-checkin.dlwqd .checkin-icon { background: url(../images/sidePanel_checkin1.gif) no-repeat -19px -7px } .side-panel .side-tab-profile .tab-tip .arr-icon, .side-panel .side-tab-qrcode .tab-tip .arr-icon { color: #fff } .side-panel .side-tab-profile .tab-tip, .side-panel .side-tab-qrcode .tab-tip { background: #fff } .side-panel .side-tab-checkin .tab-tip { padding: 0 4px } .side-panel .side-tab-checkin .tab-tip .dropdown-menu { border-right: 0; position: absolute!important } .side-panel .side-tab-checkin .tab-tip span { color: #fff } .side-panel .side-tab-checkin .tab-tip span em { color: #fff } .side-panel .side-tab-profile .tab-tip { width: 334px; height: auto } .side-panel .side-tab-profile .tab-tip, .side-panel .side-tab-gender .tab-tip, .side-panel .side-tab-checkin.checked .tab-tip, .side-panel .side-tab-qrcode .tab-tip { cursor: default } .side-panel .side-tab-profile .tab-tip .tab-loading a.closeCtrl { display: block; height: 32px } .side-panel .side-tab-profile .tab-tip .tab-loading a.closeCtrl i.close { position: absolute; display: block; background: url(../images/login_dialog_icons.png) no-repeat -177px -12px; width: 15px; height: 15px; right: 12px; top: 12px; -webkit-transform: rotate(0deg); -webkit-transition: all ease-in-out 100ms } .side-panel .side-tab-profile .tab-tip .tab-loading a.closeCtrl i.close:hover { transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transition: all ease-in-out 100ms; -webkit-transition: all ease-in-out 100ms; -moz-transition: all ease-in-out 100ms; -o-transition: all ease-in-out 100ms } .side-panel .side-tab-qrcode .tab-tip { width: 104px; height: 144px } .side-panel .load-img .tab-tip { background: url(../images/sidePanel_qrcodeNew1-3.png) no-repeat 0 0 } .side-panel .side-tab-qrcode .app { width: 104px; height: 144px; background: url(../images/sidePanel_qrcodeNew1-2.png) no-repeat 0 0 } .side-panel .side-tab-qrcode .tab-tip i { cursor: pointer; width: 10px; height: 10px; display: block; position: absolute; right: 4px; top: 3px } .side-tab-imMessage-link { display: none } .side-panel .side-tab-imMessage .imMessage-icon { position: relative; background: url(../images/sidePanelIconsNew.png) no-repeat scroll -756px 2px } .side-panel .side-tab-imMessage .quan_num { display: none; color: #fff; font-family: "\5FAE\8F6F\96C5\9ED1"; text-indent: -1px; text-align: center; line-height: 14px; background: url(../images/side_golds.png) no-repeat -4px -146px; position: absolute; width: 14px; height: 14px; left: 19px; top: 1px } .side-panel .side-tab-imMessage .quan_num_hover { color: #c7000b; background-position: -4px -167px } .side-panel .side-tab-top { top: 0 } .side-panel .side-tab-bottom { bottom: 0 } .side-panel .side-tab-profile { top: 42px } .side-panel .side-tab-cart { top: 84px } .side-panel .side-tab-order { top: 217px } .side-panel .side-tab-coupons { top: 259px; height: 42px } .side-panel .side-tab-store { top: 299px; height: 42px } .side-panel .side-tab-checkin { bottom: 252px } .side-panel .side-tab-checkin.checked .arr-icon { color: #fff } .side-panel .side-tab-qrcode { bottom: 210px } .side-panel .side-tab-faq { bottom: 168px } .side-panel .side-tab-gender { bottom: 126px } .side-panel .side-tab-safeguard { bottom: 84px } .side-panel .side-tab-feedback { bottom: 42px } .side-panel .side-tab-totop { bottom: 0 } .side-panel .side-tab-totop.thide { visibility: hidden } .side-panel .side-tab.side-tab-top0 { top: 28px!important } .side-panel .side-tab.side-tab-top1 { top: 162px!important } .side-panel .side-tab.side-tab-top2 { top: 202px!important } .side-panel .side-tab.side-tab-top3 { top: 245px!important } .side-panel .side-tab.side-tab-top4 { top: 289px!important } .side-panel .side-tab.side-tab-bottom6 { bottom: 295px!important } .side-panel .side-tab.side-tab-bottom5 { bottom: 210px!important } .side-panel .side-tab.side-tab-bottom4 { bottom: 168px!important } .side-panel .side-tab.side-tab-bottom3 { bottom: 126px!important } .side-panel .side-tab.side-tab-bottom2 { bottom: 84px!important } .side-panel .side-tab.side-tab-bottom1 { bottom: 42px!important } .side-panel .side-tab.side-tab-bottom0 { bottom: 0!important } .hc .profile-detail { color: #595757; font-size: 12px; font-family: "微软雅黑"; margin-bottom: 26px } .hc .profile-detail .de-avatar { width: 90px; height: 90px; float: left; border-radius: 45px; margin: 10px; overflow: hidden } .hc .profile-detail .de-avatar img { width: 100%; height: 100% } .hc .profile-detail .de-data { float: left; text-align: left; width: 222px; margin-bottom: 20px } .hc .profile-detail .de-data h2 { font-size: 14px; color: #595757; font-weight: 700; text-align: left; line-height: 20px; margin-top: 10px } .hc .profile-detail .de-data h2 span { float: none } .hc .profile-detail .de-data p { line-height: 36px; font-family: "\5FAE\8F6F\96C5\9ED1" } .hc .profile-detail .de-data p.t-level { } .hc .profile-detail .de-data p.t-checkin { border-top: 1px dotted #858585 } .hc .profile-detail .de-data p.t-out a { text-decoration: none; display: block; float: left; border: 1px solid #c9caca; line-height: 12px; padding: 6px 10px; margin-right: 16px } .hc .profile-extend { padding: 8px 0; background: #f5f5f5 } .hc .profile-extend ul { width: 310px } .hc .profile-extend ul li { list-style: none; margin: 0; padding: 0; font-family: "微软雅黑"; font-size: 14px; color: #898989; float: left; text-align: center; margin: 0 5px; width: 92px; overflow: hidden } .hc .profile-extend ul li i { background: url(../images/sidePanel_profile.png) no-repeat 0 0; display: block; width: 30px; height: 30px; margin: 0 auto } .hc .profile-extend ul li i.ext-totalnew { background-position: 0 0 } .hc .profile-extend ul li i.ext-bargain { background-position: -87px 0 } .hc .profile-extend ul li i.ext-safeguard { background-position: -43px 0 } .sign_board .dropdown-menu .ad_signin .nowaday_date span { color: #fff } .sign_board .dropdown-menu .title_user_status span { color: #fff } .sign_board .dropdown-menu .title_user_status span em { color: #fff } .side-panel .tab-tip-cover { height: 60px; line-height: 60px; top: -8px } .side-panel .signin-cover { height: 25px; line-height: 25px; display: block } .side-panel .signin-cover-magtop { margin-top: 6px } .side-panel .tab-icon-cover { top: 22px } .side-panel .tab-tip-cover .activ_wrap p { line-height: 42px } .diglog-wrapper { position: absolute; background: #fffbeb; border: 5px solid #e6e6e6; z-index: 100000 } .diglog-wrapper .diginfo { padding: 10px 20px; border: 1px solid #c9c9c9 } .diglog-wrapper .diginfo em { margin-left: 5px } .diglog-wrapper .diginfo u { float: left; width: 18px; height: 18px; overflow: hidden; background: url(../images/msg.png) } .diglog-wrapper .diginfo u.m0 { background: 0 0; display: none } .diglog-wrapper .diginfo u.m1 { background-position: 0 0 } .diglog-wrapper .diginfo u.m2 { background-position: 0 -18px } .diglog-wrapper span.close { position: absolute; top: 5px; right: 5px; display: block; width: 10px; height: 10px; background: url(../images/bg_content.png) -388px -181px; cursor: pointer } .diglog-wrapper a:hover span.close { background-position: -388px -147px } .icon-arrow { display: inline-block; *display:inline; *zoom:1; height: 0; line-height: 0; width: 0; vertical-align: middle; border-width: 3px; border-style: solid; margin-left: 3px; _overflow: hidden } .icon-ok, .icon-ok-small, .icon-error { background: url(../images/btn2.png) no-repeat; vertical-align: middle; margin-right: 5px; display: inline-block; *display:inline; *zoom:1 } .icon-ok { width: 22px; height: 22px; background-position: 0 -35px } .icon-ok-small { width: 11px; height: 7px; background-position: -30px -40px; *vertical-align:middle } .icon-error { background-position: -162px 0; height: 16px; width: 16px } #dialog_account_combine { border: 0; padding: 8px; width: 490px; background: rgba(0,0,0,.3); *background:url(../images/ie_shadow.png); text-align: left } #dialog_account_combine a { color: #09c } #dialog_account_combine .diginfo { padding: 20px 0 0; border: 0; background: #fff } #dialog_account_combine em { margin-left: 0 } #dialog_account_combine .hd { margin: 0 30px; color: #666; border-bottom: 1px solid #D8D8D8; line-height: 24px; padding-bottom: 5px } #dialog_account_combine h3 { font-size: 15px; color: #333 } #dialog_account_combine h3 em { font-weight: 700; font-family: tahoma; color: #ee4743 } #dialog_account_combine .hd h5 { font-family: tahoma; font-size: 14px; color: #333 } #dialog_account_combine .hd h4 { font-size: 14px; text-align: center; color: #333 } #dialog_account_combine .bd { padding: 20px 0; margin: 0 30px; min-height: 70px; _height: 70px } #dialog_account_combine .ft { background: #f0f0f0; padding: 10px 0 10px 30px; line-height: 18px } #dialog_account_combine .diginfo .bd .pass_form { padding-bottom: 15px } #dialog_account_combine span.close { background: url(../images/close.png); display: inline-block; height: 17px; width: 17px; opacity: .7; filter: alpha(opacity=70); top: 18px; right: 18px } #dialog_account_combine a:hover span { opacity: 1; filter: alpha(opacity=100) } #dialog_account_combine .form_list li { padding-left: 85px; line-height: 28px; margin-bottom: 20px } #dialog_account_combine .form_list li.error .txt { border-color: #ee4743 } #dialog_account_combine .form_list li .tip { display: block; color: #ee4743; padding-left: 20px; background: url(../images/btn2.png) no-repeat -162px 5px } #dialog_account_combine .form_list li input { vertical-align: middle } #dialog_account_combine .form_list li label { float: left; width: 85px; margin-left: -85px; font-size: 14px; color: #333; text-align: right } #dialog_account_combine .form_list li .txt { border: 1px solid #b6b6b6; height: 28px; padding: 0; width: 220px; padding-left: 4px; line-height: 28px } #dialog_account_combine .form_list li .btn { display: inline-block; *display:inline; *zoom:1; border-radius: 2px; background-color: #d8d8d8; color: #333; padding: 0 15px; height: 30px; line-height: 30px; vertical-align: top; text-decoration: none; _margin-top: -15px } #dialog_account_combine .form_list li .delay { color: #999; cursor: default } #dialog_account_combine .form_list li .smt, #dialog_account_combine .smt { width: 76px; padding: 0; text-align: center; color: #fff; line-height: 30px; height: 30px; border: 0; cursor: pointer; background: url(../images/btn2.png) no-repeat; margin-right: 20px } #dialog_account_combine .form_list li .cancel, #dialog_account_combine .cancel { background-position: -84px 0 } #dialog_account_combine .smt, #dialog_account_combine .btn { opacity: 1; filter: alpha(opacity=100) } #dialog_account_combine .smt:hover, #dialog_account_combine .btn:hover { opacity: .8; filter: alpha(opacity=80) } #dialog_account_combine .form_list li .code { width: 75px; margin-right: 7px } #dialog_account_combine .form_list li .ver_img { width: 86px; height: 28px; border: 1px solid #f2f2f2; margin-right: 10px; vertical-align: middle; cursor: pointer } #dialog_account_combine .ok { text-align: center; line-height: 70px; font-size: 15px } #dialog_account_combine .form_list li .mobile { font: 700 14px/28px tahoma; color: #333 } #dialog_account_combine .hd b, #dialog_account_combine .tb_tip b { color: #333; display: block; font: 700 14px/24px \5B8B\4F53 } #dialog_account_combine .hd p { line-height: 18px } #dialog_account_combine p em { color: #85c665; font-weight: 700; font-family: tahoma } #dialog_account_combine .combine .tit { width: 370px; height: 117px; margin: 0 auto; background: url(../images/ac_combine.png) no-repeat; position: relative } #dialog_account_combine .combine .tit .ac_left, #dialog_account_combine .combine .tit .ac_right { position: absolute; top: 60px; width: 117px; text-align: center; color: #666; font-family: tahoma; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } #dialog_account_combine .combine .tit .ac_left { left: 0 } #dialog_account_combine .combine .tit .ac_right { right: 0 } #dialog_account_combine .combine .con { padding-left: 90px; margin-top: 20px } #dialog_account_combine .combine p { line-height: 22px } #dialog_account_combine .combine p i { margin-right: 10px } #dialog_account_combine .combine p a { display: inline-block; *display:inline; *zoom:1 } #dialog_account_combine .combine .form_list { margin-top: 20px } #dialog_account_combine .form_list li a.smt { display: inline-block; *display:inline; *zoom:1; text-decoration: none } #dialog_account_combine .combine .form_list li { display: none } #dialog_account_combine .combine .form_list .smt_box, #dialog_account_combine .combine .active li { display: block } #dialog_account_combine .form_list .smt_box { margin-bottom: 0 } #dialog_account_combine .combine .form_list li .cancel { background: url(../images/btn2.png) no-repeat -62px -35px; width: 98px } #dialog_account_combine .combine .form_list li p { color: #666; margin-left: -85px; padding-top: 20px; border-top: 1px dotted #d8d8d8 } #dialog_account_combine .c_ft { margin: 5px -30px 0 0; text-align: right; padding-right: 10px } #dialog_account_combine .c_ft input { margin: 0 5px 0 0; vertical-align: middle } #dialog_account_combine .c_ft a { color: #666; *zoom:1 } #dialog_account_combine .icon-arrow { border-color: #666 #fff #fff } #dialog_account_combine .ac_list { line-height: 30px; margin-top: 20px } #dialog_account_combine .ac_list li { color: #333; border-bottom: 1px dotted #d8d8d8 } #dialog_account_combine .ac_list li p { float: right; width: 125px } #dialog_account_combine .ac_list li p span { color: #999; margin-left: 10px } #dialog_account_combine .login_form li, #dialog_account_combine .tb_close .form_list li { padding-left: 60px } { padding-left:60px } #dialog_account_combine .login_form li label, #dialog_account_combine .tb_close .form_list li label { width: 60px; margin-left: -60px } #dialog_account_combine .login_form .smt_box a { margin-right: 15px } .hide { display: none } #dialog_account_combine .login_form .sub_log { padding-left: 60px } #dialog_account_combine .sub_log { margin-top: 15px; padding-top: 15px; border-top: 1px solid #d8d8d8 } #dialog_account_combine .sub_log a.qq { width: 92px; height: 33px; background: url(../images/v1hebinbg2.png) no-repeat; display: inline-block; *display:inline; *zoom:1; vertical-align: middle; margin-right: 10px } #dialog_account_combine .sub_log a { color: #333 } #dialog_account_combine .sub_log .third_log { margin-top: 14px } #dialog_account_combine .sub_log .third_log a { float: left; width: 83px; height: 25px; margin-right: 10px; background: url(../images/v1hebinbg2.png) no-repeat } #dialog_account_combine .sub_log .third_log a.sina { background-position: 0 -33px } #dialog_account_combine .sub_log .third_log a.taobao { background-position: 0 -83px } #dialog_account_combine .sub_log .third_log a.renren { background-position: 0 -58px } #dialog_account_combine .tb_tip { padding-top: 0 } #dialog_account_combine .tb_tip p { line-height: 18px; margin-top: 5px } #dialog_account_combine .tb_tip .smt_box { text-align: center; margin-top: 20px } #dialog_account_combine .tb_tip .smt_box a { display: inline-block; *zoom:1; *display:inline } #dialog_account_combine .ft .login_form { margin-top: 20px } .button { font-family: "\5FAE\8F6F\96C5\9ED1"; display: inline-block; text-decoration: none; padding: 6px 18px; font-size: 14px; line-height: 20px; color: #fff; text-align: center; vertical-align: middle; cursor: pointer; background: #e12e2e; border: 0; border-radius: 2px } .button:hover { color: #fff; text-decoration: none } button.button::-moz-focus-inner { padding:0; border:0 } .button-disabled { background: #e6e6e6; cursor: default; opacity: .3; color: #333 } .button-disabled:hover { background: #e6e6e6; cursor: default; opacity: .3; color: #333 } .button1 { background: #e12e2e } .button2 { background: #ebebeb; color: #666 } .button2:hover { color: #666 } .button3 { background: #428bca } .button_s1, .button_s2, .button_s3 { background: #e12e2e; font-size: 12px; padding: 4px 16px; font-family: "\5B8B\4F53" } .button_s2 { background: #ebebeb; color: #666 } .button_s2:hover { color: #666 } .button_s3 { background: #428bca } .dialog-wrapper .red { color: #c5000c } .dialog-wrapper .text_left { text-align: left } .dialog-wrapper .font14 { font-size: 14px } .btn_none .close { display: none!important } .dia_tip_small { width: 228px; border: 1px solid #c6c6c6; position: absolute; z-index: 100000; background: #fff } .dia_tip_small span.close { width: 15px; height: 15px; background: url(../images/dig_close.png) 0 0 no-repeat; cursor: pointer; display: block; position: absolute; right: 10px; top: 10px } .dia_tip_small a:hover span.close { background-position: 0 0 } .dia_tip_small article { padding: 50px 25px; font: 14px/24px "\5FAE\8F6F\96C5\9ED1" } .dia_tip_middle { width: 420px; border: 1px solid #c6c6c6; position: absolute; z-index: 100000; background: #fff } .dia_tip_middle span.close { width: 15px; height: 15px; background: url(../images/dig_close.png) 0 0 no-repeat; cursor: pointer; display: block; position: absolute; right: 10px; top: 10px } .dia_tip_middle a:hover span.close { background-position: 0 0 } .dia_tip_middle article { padding: 30px 25px; font: 12px/24px "\5FAE\8F6F\96C5\9ED1" } .dia_tip_middle .jd { padding: 10px 20px } .dia_tip_middle .jd li { width: 50%; float: left } .dia_tip_middle .submit { text-align: right; border-top: 0; padding: 10px 0 0 } .dia_tip_middle .submit .i_btn { margin: 0 0 0 10px; vertical-align: middle } .dia_tip_middle .submit .msg_box { vertical-align: middle } .fullminus { padding-bottom: 15px } .submitFmPay .i_btn2 { border-color: #d62a2a } .submitFmPay .i_btn2 a, .submitFmPay .i_btn2 a:hover { color: #fff; background: #e02f2f none repeat scroll 0 0; border-color: #d62a2a } .submitFmPay .i_btn1 { border-color: #ccc } .submitFmPay .i_btn1 a, .submitFmPay .i_btn1 a:hover { background: #ebebeb none repeat scroll 0 0; border-color: #ccc; color: #333 } .dia_tip_middle .submit .btn_ok { text-align: center; border-color: #d62a2a; margin: 0 auto } .btn_ok a { background: #e02f2f none repeat scroll 0 0; border-color: #d62a2a } .dialog-wrapper .diginfo .submit { border-top: 0; padding: 10px 0 20px; text-align: center } .dia_tip_middle .coudan_dia { padding: 30px 20px 10px } .coudan_dia p { float: left; padding-top: 10px } .coudan_dia span { margin: 0 3px; display: inline-block } .coudan_dia input { width: 180px; height: 26px; margin-left: 5px; border: 1px solid #c6c6c6 } .coudan_dia button { margin-left: 5px; border: 1px solid #c6c6c6 } .coudan_dia button a { font: 11px/27px "\5B8B\4F53"; color: #666; padding: 0 12px; background-color: #ebebeb } .dialog_sxqg_not { width: 320px } .dialog_sxqg_not .text { text-align: left; color: #333 } .dialog_sxqg_not .qbtn { padding-top: 10px } .dialog_sxqg_not .i_btn { display: inline-block; height: 32px; line-height: 32px; color: #fff; text-decoration: none; padding: 0 15px; margin: 0; border: 0 } .dialog_sxqg_not .i_btn1 { background: #ec1611 url(../images//bg3.png) no-repeat right -253px } .dialog_sxqg_not .i_btn1:hover { background: #c7000b url(../images/bg3.png) no-repeat right -285px; font-weight: 700 } .dialog_sxqg_not .i_btn2 { background: #ec1611 url(../images/bg3.png) no-repeat 0 -317px } .dialog_sxqg_not .i_btn2:hover { background: #c7000b url(../images/bg3.png) no-repeat 0 -349px; font-weight: 700 } .bind_phone { width: 450px; border: 0 } .bind_phone .diginfo article { padding-top: 20px } .bind_phone .diginfo h4 { font: 14px/20px "微软雅黑"; color: #fff; padding: 15px 0 15px 30px; border-bottom: 1px solid #d1d1d1; background: #c7000b } .bind_phone .diginfo .captcha_box img.captchaImg { border: 1px solid #ccc; width: 73px; margin-left: 12px!important } .bind_phone .diginfo .captcha_box a.changeCapt { color: #c00; padding-left: 4px; text-decoration: none; cursor: pointer } .examine_good_dialog { width: 660px; height: 540px; border: 0; background: 0 0; overflow: hidden; padding: 0 } .examine_good_dialog a:active, .examine_good_dialog a:visited { background: transparent } .examine_good_dialog a:hover span.close { width: 38px; height: 38px; background: url(../images/pro_y2.png) no-repeat -68px -295px } .examine_good_dialog .diginfo { border: 0; padding: 0 60px } .examine_good_dialog a span.close { position: absolute; top: 0; right: 2px; display: block; width: 38px; height: 38px; cursor: pointer; z-index: 1000; background: url(../images/pro_y2.png) no-repeat -107px -295px } .examine_good_dialog .new_user_pagenew { overflow: hidden; position: relative } .examine_good_dialog .new_user_pagenew ul { height: 540px; display: block } .examine_good_dialog .new_user_pagenew ul li { float: left; width: 540px; height: 540px; position: relative; text-align: center; overflow: hidden; display: table-cell; vertical-align: middle; line-height: 540px } .examine_good_dialog .new_user_pagenew ul li img { max-width: 540px; max-height: 540px } .examine_good_dialog .prev, .examine_good_dialog .next { position: absolute; width: 24px; height: 40px; top: 250px; background: url(../images/pro_y2.png) no-repeat 1000px 1000px } .examine_good_dialog .prev { background-position: -10px -295px; left: 0 } .examine_good_dialog .next { background-position: -34px -295px; right: 0 } .examine_good_dialog .prev:hover { background-position: -10px -335px } .examine_good_dialog .next:hover { background-position: -34px -335px } .dacu_side-tab { z-index: 10002; width: 0; height: 10px; position: fixed; top: 50%; margin-top: -124px; right: 34px } .dacu_side-tab .tab-default { position: absolute; overflow: hidden; right: 0; z-index: 1; background-position: left bottom; background-repeat: no-repeat } .dacu_side-tab .tab-hover { position: absolute; overflow: hidden; right: 0; z-index: 1; display: none } .dacu_topbanner { } .dacu_topbanner a { height: 100%; display: block } .dacu_tab img { vertical-align: top } header div.l a.dacu, header div.l .dacu { width: 80px; height: 38px; display: inline-block; background: #fff; padding: 0 0 0 8px; position: absolute; left: 122px; top: 8px } @media (min-width:1280px) { .dacu_side-tab { display: none } } /***购物车弹窗样式***/
Public/Mall/style/new_products.css
@charset "utf-8";/*! normalize.css v1.1.3 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block } audio, canvas, video { display: inline-block; *display:inline; *zoom:1 } audio:not([controls]) { display: none; height: 0 } [hidden] { display:none } html { font-size: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% } html, button, input, select, textarea { font-family: sans-serif } body { margin: 0 } a:focus { outline: thin dotted } a:active, a:hover { outline: 0 } h1 { font-size: 2em; margin: .67em 0 } h2 { font-size: 1.5em; margin: .83em 0 } h3 { font-size: 1.17em; margin: 1em 0 } h4 { font-size: 1em; margin: 1.33em 0 } h5 { font-size: .83em; margin: 1.67em 0 } h6 { font-size: .67em; margin: 2.33em 0 } abbr[title] { border-bottom: 1px dotted } b, strong { font-weight: 700 } blockquote { margin: 1em 40px } dfn { font-style: italic } hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0 } mark { background: #ff0; color: #000 } p, pre { margin: 1em 0 } code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em } pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word } q { quotes: none } q:before, q:after { content: ''; content: none } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sup { top: -.5em } sub { bottom: -.25em } dl, menu, ol, ul { margin: 1em 0 } dd { margin: 0 0 0 40px } menu, ol, ul { padding: 0 0 0 40px } nav ul, nav ol { list-style: none; list-style-image: none } img { border: 0; -ms-interpolation-mode: bicubic } svg:not(:root) { overflow: hidden } figure { margin: 0 } form { margin: 0 } fieldset { border: 1px solid silver; margin: 0 2px; padding: .35em .625em .75em } legend { border: 0; padding: 0; white-space: normal; *margin-left:-7px } button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align:middle } button, input { line-height: normal } button, select { text-transform: none } button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer; *overflow:visible } button[disabled], html input[disabled] { cursor: default } input[type=checkbox], input[type=radio] { box-sizing: border-box; padding: 0; *height:13px; *width:13px } input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box } input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance:none } button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0 } textarea { overflow: auto; vertical-align: top } table { border-collapse: collapse; border-spacing: 0 } body { margin: 0 auto; padding: 0; color: #666; font: 12px '微软雅黑'; text-align: center } body>div { margin-right: auto; margin-left: auto; text-align: center } div, form, ul, ol, li, span, p, dl, dt, dd, img, header, section, footer, nav, figure, figcaption, article { margin: 0; padding: 0; border: 0 } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 12px; font-weight: 400 } ul, ol, li { list-style: none } table, td, input, textarea { font-size: 12px } header, section, footer, nav, figure, figcaption, article { display: block } a { color: #333; text-decoration: none } a:hover { color: #C00; text-decoration: underline } h2 { text-align: right } h2 span { float: left; font-weight: 700 } .clear, .area, .pp, .pt { zoom: 1 } .show { display: block } .hidden { display: none } .hand { cursor: pointer } .pp, .pt, .list12 ul, .list14 ul, .area { width: 100%; margin: 0 auto } .pp:after, .pt:after, .area:after, .clear:after { content: "."; display: block; visibility: hidden; height: 0; clear: both } .pp { text-align: center } .pp img { display: block; margin: 0 auto } .pp span { display: block } .pt { color: #666; line-height: 20px; text-align: left } .pt div { float: left; margin: 0 10px 0 0 } .pt p { clear: none } .list14 li, .list12 li { padding: 3px 0; color: #333; font-size: 12px; line-height: 16px; text-align: left } .list14 li { padding: 4px 0; font-size: 14px } .left, .center, .l, .right, .r { display: inline; float: left } .right, .r { float: right } .fontArial { font-family: Arial } .b { font-weight: 700 } .blank5, .blank8 { height: 5px; font-size: 1px } .blank8 { height: 8px } .more { text-align: right } .area { width: 980px } li.nodot { background: none!important; padding-left: 0!important } #toolbar { width: 100%; background: #FFF; color: #333; line-height: 23px; position: relative; z-index: 10001; font-family: "\5FAE\8F6F\96C5\9ED1"; padding-top: 5px } #toolbar #login { line-height: 21px; vertical-align: middle } .toolbar { position: relative; z-index: 100000; color: #D5D5D5 } .toolbar .flow { overflow: hidden; margin-left: 5px; _display: inline } .toolbar a.user { filter: alpha(opacity=100); opacity: 1 } .toolbar .l { position: relative; _padding-top: 5px; width: 270px; text-align: left; white-space: nowrap } .toolbar .l .yqhy i { width: 51px; height: 18px; display: inline-block; background: url(../images/top_icon_2.png) no-repeat -36px 0; _background: url(../images/top_icon_2_ie6.png) no-repeat -36px 0; font-style: normal; text-align: center; line-height: 18px; color: #fff } .toolbar .l a { margin-right: 10px } .toolbar .digtao { width: 180px; height: 52px; background: url(../images/top_icon_2.png) no-repeat -87px 0; _background: url(../images/top_icon_2_ie6.png) no-repeat -87px 0; position: absolute; right: 145px; top: 25px } .toolbar a { filter: alpha(opacity=100); opacity: 1; color: #666; *display:inline; *zoom:1 } .toolbar a:hover { filter: alpha(opacity=100); opacity: 1; color: #e02f2f; text-decoration: none } .toolbar .digtao a.clo { width: 15px; height: 15px; position: absolute; right: 4px; top: 9px; display: inline-block } .toolbar .digtao a.img { width: 35px; height: 35px; position: absolute; left: 10px; top: 11px; display: inline-block } .toolbar .digtao a.txt { position: absolute; left: 53px; top: 12px; font-size: 14px } .toolbar .right { color: #D5D5D5 } .toolbar .right.flow { line-height: 22px } .toolbar .right span { color: #666 } #tblogin, #prologin { *line-height:18px } #prologin { display: inline-block } #prologin .red { color: #dc0000 } .toolbar #tblogin .user, .toolbar #prologin .user { color: #E12E2F } .toolbar .right em { color: #D5D5D5 } .toolbar .msg { line-height: 13px } .toolbar .right em .maxuser { height: 30px; overflow: hidden; vertical-align: top; *vertical-align:middle; max-width: 180px; display: inline-block } .toolbar .msg-num { background: url(../images/hb_1.png) no-repeat -77px -52px; color: #fff; width: 20px; height: 13px; display: inline-block; padding-left: 2px; text-align: center; *zoom:1 } .toolbar .msg-tips { position: absolute; top: 25px; left: 635px; background-color: #fffca9; border: 1px solid #ece0ba; padding: 5px 30px 5px 12px; max-width: 225px; color: #333; border-radius: 3px; text-align: left; line-height: 21px } .toolbar .msg-tips a { color: #1582bd; text-decoration: underline } .toolbar .msg-tips .up-arr { position: absolute; background: url(../images/hb_1.png) no-repeat -66px -52px; width: 11px; height: 6px; top: -6px; left: 88px } .toolbar .msg-tips .close-tips { background: url(../images/hb_1.png) no-repeat -59px -52px; width: 7px; height: 7px; top: 5px; right: 5px; position: absolute; cursor: pointer } .toolbar .msg-tips span { display: block; max-height: 46px; height: auto!important; overflow: hidden; cursor: pointer } .dropdown { display: inline-block; *display:inline; *zoom:1; position: relative; position: relative; border: 1px solid transparent; border-bottom: 0; _border: 0; _padding-top: 5px } .dropdown.open { color: #e02f2f; background: #fff; border-bottom: 0; *z-index:999 } .dropdown .arrow-down { -webkit-transition: -webkit-transform ease .3s; -moz-transition: -moz-transform ease .3s; -webkit-transform-origin: 3px 1.5px; -moz-transform-origin: 3px 1.5px } .dropdown.open .arrow-down { border-color: #CCC #fff #fff; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg) } .dropdown-menu { border: 1px solid #999; position: absolute; top: 100%; min-width: 100%; _width: 100%; left: -1px; display: none; background: #fff; z-index: 9999; text-align: left } .dropdown-menu li { line-height: 24px } .dropdown.open .dropdown-menu { display: block } .dropdown-menu li a { color: #333; display: block; padding-left: 8px; text-decoration: none; *width:100% } .dropdown-menu li a:hover { background: #f0f0f0 } .dropdown.open a { color: #e02f2f } .dropdown.open a:hover { _color: #e02f2f } .toolbar .dropdown.open a { filter: alpha(opacity=100); opacity: 1 } .toolbar .dropdown-menu a { color: #333 } .web-focus { padding-bottom: 0; position: relative; height: 25px; *height:32px; _height: 0 } .web-focus a { text-decoration: none; cursor: default } .web-focus .icon-mid { vertical-align: text-bottom; *vertical-align:middle; margin-right: 5px } .web-focus a:hover { _color: #e02f2f } .web-focus .dropdown-menu { padding-bottom: 5px; _width: 138px; _overflow: hidden } .web-focus .dropdown-menu a { color: #1582bd; *width:112px; cursor: pointer } .web-focus .dropdown-menu li { padding-left: 8px } .web-focus .dropdown-menu li iframe { margin: 0; *display:block } .zhe_intro .dropdown-menu { *width:110px; *overflow:hidden } .sign_panel .dropdown-menu { _top: 39px } .myzhe { border: 0 } .myzhe .username { height: 19px; display: inline-block; padding: 0 15px; position: relative; z-index: 10000; border: 1px solid #fff; line-height: 19px } .myzhe.open .username { background: rgba(255,255,255,.95); border: 0; box-shadow: 0 0 5px #d4d4d4; border: 1px solid #e5e5e5 } .myzhe.open .username em { position: absolute; bottom: -5px; width: 100%; height: 5px; font: 0/0 ""; background: #fff; left: 0 } .myzhe .username a { color: #E12E2F } .myzhe .username .icon-arrow { margin-left: 5px; margin-top: 2px } .myzhe .dropdown-menu { background: #fff; background: rgba(255,255,255,.95); box-shadow: 0 0 5px #d4d4d4; border: 0; width: 160px; padding: 5px 10px; left: 0; border: 1px solid #e5e5e5 } .myzhe .dropdown-menu li { width: 80px; float: left } .myzhe .dropdown-menu li a { text-align: center; padding: 0 } .myzhe .dropdown-menu li a:hover { background: #ee4743; border-radius: 3px; color: #fff } .mynotdropdown-menu .myzhe .username { padding: 0; border: 0 } .mynotdropdown-menu .myzhe.open .username { background: 0 0; border-color: #fff; box-shadow: none; border: 0 } .mynotdropdown-menu .myzhe .username .icon-arrow, .mynotdropdown-menu .myzhe.open .username em, .mynotdropdown-menu .myzhe.open .dropdown-menu { display: none } .mynotdropdown-menu .myzhe.open { background: 0 0 } .tooltip { position: absolute; z-index: 10002 } .tooltip .tooltip-arrow { position: absolute; width: 11px; height: 7px; z-index: 999; margin-top: -1px; left: 50%; margin-left: -5px; _overflow: hidden } .tooltip .tooltip-arrow { background: url(../images/bdsj.png) no-repeat -175px -25px } .tooltip .tooltip-content { border: 1px solid #c9c9c9; font-size: 12px; background: #fffbeb; color: #666; padding: 2px 10px; line-height: 20px; position: relative; width: 195px; text-align: left } .tooltip .tooltip-content a { color: #09c } .tooltip .tooltip-content .close { background: url(../images/bdsj.png) no-repeat -202px -4px; position: absolute; width: 10px; height: 10px; cursor: pointer; top: 2px; right: 3px; _overflow: hidden; display: block } .toolbar .icon-level { filter: alpha(opacity=100); opacity: 1 } .icon-level { display: inline-block; *display:inline; *zoom:1; width: 16px; height: 12px; background: url(../images/hb_1.png) no-repeat -29px -124px; vertical-align: middle; margin: -2px 5px 0 } .icon-level.level1 { background-position: -45px -124px } .icon-level.level2 { background-position: -61px -124px } .icon-level.level3 { background-position: -77px -124px } .icon-level.level4 { background-position: -93px -124px } .icon-level.level5 { background-position: -109px -124px } .toolbar .right .mco { display: inline-block; *display:inline; height: 30px; width: 66px; margin: 0 3px; position: relative; vertical-align: top; *vertical-align:middle } .toolbar .right .mcoa { display: inline-block; height: 28px; width: 54px; padding-right: 10px; background: #f8f8f8 url(../images/tb_co.png) no-repeat -126px 5px; _background: #f8f8f8 url(../images/tb_co_ie6.png) no-repeat -126px 5px; border: 1px solid #f8f8f8 } .toolbar .right .mcoa:hover { color: #333; text-decoration: none } .toolbar .right .mco div { width: 390px; position: absolute; left: 0; top: 30px; background: #f8f8f8; display: none; padding-bottom: 3px } .toolbar .right .mco ul { border: 1px solid #c9c9c9; text-align: left } .toolbar .right .mco ul li { height: 69px; background: #fff; border-bottom: 1px dotted #d8d8d8; color: #333 } .toolbar .right .mco ul li img { width: 75px; height: 49px; float: left } .toolbar .right .mco ul li span { float: left; height: 49px; width: 200px; overflow: hidden; line-height: 16px; padding: 10px 0 10px 10px } .toolbar .right .mco ul li span.w2, .toolbar .right .mco ul li span.w3 { width: 60px; font-family: "\5FAE\8F6F\96C5\9ED1"; word-break: break-all; word-wrap: break-word } .toolbar .right .mco ul li span.w3 { width: 60px; text-align: center } .toolbar .right .mco ul li span.w4 { width: 15px; overflow: visible } .toolbar .right .mco ul li .w1 em { float: left; width: 118px; height: 48px; padding-left: 7px; overflow: hidden } a.coys, a.cotn { display: inline-block; width: 14px; height: 14px; background: url(../images/tb_co.png) no-repeat 0 -1px; _background: url(../images/tb_co_ie6.png) no-repeat 0 -1px; vertical-align: middle } a.coys:hover { background-position: -16px -1px } a.cotn { background-position: -31px -1px } a.cotn:hover { background-position: -46px -1px } span.diacol { border: 1px solid #c9c9c9; background: #fffbeb; position: absolute; left: -150px; top: -5px; width: 120px; text-align: center; padding: 10px; color: #955d35 } span.diacol .close { position: absolute; top: 5px; right: 5px; display: block; width: 10px; height: 10px; background: url(../images/icon8.png) -5px -38px; cursor: pointer; overflow: hidden } span.diacol .close:hover { background-position: -5px -6px } span.diacol .btn, span.diacol .rel { width: 35px; height: 20px; margin: 0 2px; line-height: 20px; color: #fff; display: inline-block; background: #c00; border: 1px solid #c00; border-color: #c00 #a50000 #a50000 #c00 } span.diacol a:hover { text-decoration: none; color: #fff } span.diacol .rel, span.diacol .rel:hover { background: #fafafa; border-color: #fafafa #cac4ab #cac4ab #fafafa; color: #955d35 } span.diacol p { line-height: 30px } .toolbar .right .mco ul li.more { height: 30px; line-height: 30px; background: #f8f8f8; text-align: right; border: 0; padding-right: 10px } .toolbar .right .mco ul li.more a { color: #09c } .toolbar .right .mco ul li.tit, .toolbar .right .mco ul li.tit span { height: 30px; line-height: 30px; background: #f8f8f8; font-family: "" } .toolbar .right .mco ul li.tit span { padding: 0 0 0 10px } .toolbar .right .mcoon .mcoa { border: 1px solid #c9c9c9; border-bottom: 0; height: 30px; position: relative; z-index: 2 } .toolbar .right .mcoon div { display: block } .toolbar .right .mco ul li.ncent { background: #f8f8f8; border: 0; text-align: center; color: #955d35; line-height: 20px; padding: 20px 0; height: auto } .toolbar .right .mco ul li.ncent p { font-size: 14px } .toolbar .right .mco ul li.ncent b { display: inline-block; width: 18px; height: 18px; background: url(../images/tb_co.png) no-repeat -320px 0; _background: url(../images/tb_co_ie6.png) no-repeat -320px 0; vertical-align: middle } .toolbar .right .mco ul li.loading { background: #fff url(../images/loading2.gif) no-repeat center center } .toolbar .flow, .toolbar .right em { color: #ccc } .toolbar .right em { color: #ccc } .toolbar .right .cart i { width: 16px; height: 17px; background: url(../images/hb_1.png) no-repeat 0 -37px; display: inline-block; vertical-align: middle; overflow: hidden } .toolbar .right .cart .count { color: #cf201c } .toolbar .minicart { _padding-top: 0 } .toolbar .minicart.open .dropdown-menu { display: block } .toolbar .minicart .cart { height: 22px; display: inline-block; padding: 0 8px; position: relative; z-index: 10000; border: 1px solid #fff } .toolbar .minicart.open .cart { background: rgba(255,255,255,.95); border: 0; box-shadow: 0 0 5px #d4d4d4; border: 1px solid #e5e5e5 } .toolbar .minicart.open .cart em { position: absolute; bottom: -5px; width: 100%; height: 5px; font: 0/0 ""; background: #fff; left: 0 } .toolbar .minicart .cart a { color: #E12E2F } .toolbar .minicart .dropdown-menu { border: 1px solid #999; z-index: 9999; top: 100%; position: absolute; display: none; background: #fff; background: rgba(255,255,255,.95); box-shadow: 0 0 5px #d4d4d4; border: 0; width: 280px; _width: 280px; padding: 10px; left: -100px; border: 1px solid #e5e5e5 } .toolbar .minicart .dropdown-menu .txt { color: #666; text-align: center; border-bottom: 1px solid #f0f0f0; padding-bottom: 6px } .toolbar .minicart .dropdown-menu .submit { text-align: center; padding-top: 6px; line-height: 28px } .toolbar .minicart .dropdown-menu .submit i { margin-left: 10px; color: #666 } .toolbar .minicart .dropdown-menu .submit em { color: #999 } .toolbar .minicart .dropdown-menu .submit b { color: #e12e2f } .toolbar .minicart .dropdown-menu .clickbtn { border-top: 1px solid #d62a2a; border-bottom: 1px solid #d62a2a; text-align: center; display: inline-block; vertical-align: middle } .toolbar .minicart .dropdown-menu .clickbtn a { border-left: 1px solid #d62a2a; border-right: 1px solid #d62a2a; margin: 0 -1px; float: left; color: #fff; background: #e02f2f; text-decoration: none; height: 26px; line-height: 26px; position: relative; padding: 0 5px } .toolbar .minicart .dropdown-menu .clickbtn a:hover { color: #fff; text-decoration: none } .toolbar .minicart .dropdown-menu li { width: 280px; float: left; padding-bottom: 10px; text-align: left } .toolbar .minicart .dropdown-menu li a { padding-left: 0 } .toolbar .minicart .dropdown-menu li a:hover { background: 0 0 } .toolbar .minicart .dropdown-menu li .pic { width: 50px; height: 50px; float: left; margin-right: 6px } .toolbar .minicart .dropdown-menu li .pic img { width: 50px; height: 50px } .toolbar .minicart .dropdown-menu .title { width: 144px; color: #999; line-height: 24px; overflow: hidden; height: 48px; float: left; text-align: left } .toolbar .minicart .dropdown-menu li h3 { width: 144px; height: 24px; overflow: hidden; line-height: 24px } .toolbar .minicart .dropdown-menu li h3 a { color: #666 } .toolbar .minicart .dropdown-menu li h3 a:hover { text-decoration: underline } .toolbar .minicart .dropdown-menu .r { width: 80px; height: 48px; overflow: hidden; text-align: right; line-height: 24px } .toolbar .minicart .dropdown-menu .r b { font-family: "微软雅黑"; color: #e12e2f } .toolbar .minicart .dropdown-menu .r b em { color: #666 } .toolbar .minicart .dropdown-menu .r a { color: #999; display: inline } .toolbar .minicart .dropdown-menu .r a:hover { color: #e12e2f } .mycol_msg { width: 125px; height: 24px; line-height: 24px; position: absolute; top: 30px; right: 270px; background: #fffbeb; border: 1px solid #c9c9c9; text-align: left; text-indent: 12px; color: #955d35 } .mycol_msg span { background: url(../images/icon8.png) -5px -38px; cursor: pointer; display: block; height: 10px; position: absolute; right: 5px; top: 5px; width: 10px; overflow: hidden } .mycol_msg span:hover { background-position: -5px -6px } .mycol_msg em { background: url(../images/tb_co.png) -289px 0; _background: url(../images/tb_co_ie6.png) -289px 0; display: block; height: 7px; position: absolute; left: 80px; top: -7px; width: 11px; overflow: hidden } .toolbar .right .phone-qrcode-down i.phone-qrcode-icon { width: 13px; height: 18px; display: inline-block; vertical-align: -4px; padding: 0 3px; background: url(../images/mobile_shake.gif) no-repeat } .toolbar .right .phone-qrcode-down.open i.phone-qrcode-icon { background: url(../images/mobile_still1.png) no-repeat } .toolbar .right .phone-qrcode-down.open .top_qrcode em { position: absolute; bottom: -5px; width: 100%; height: 5px; font: 0/0 ""; background: #fff; left: 0 } .toolbar .right .phone-qrcode-down .dropdown-menu { background: #fff; box-shadow: 0 0 5px #d4d4d4; border: 0; width: 120px; min-width: 120px; height: 120px; padding: 10px; left: 0; border: 1px solid #e5e5e5 } .toolbar .right .phone-qrcode-down .top_qrcode { height: 21px; display: inline-block; padding: 0 10px; position: relative; z-index: 10000; border: 1px solid #fff } .toolbar .right .phone-qrcode-down.open .top_qrcode { background: rgba(255,255,255,.95); border: 0; box-shadow: 0 0 5px #d4d4d4; border: 1px solid #e5e5e5 } .toolbar .right .phone-qrcode-down.open { background: #fff; border-bottom: 0 } .toolbar .right { line-height: 21px } .toolbar .right .phone-qrcode-down { display: inline-block; *display:inline; *zoom:1; position: relative; z-index: 10001; margin-right: 6px } .toolbar .right .phone-qrcode-down.open .dropdown-menu { display: block } .toolbar .right .phone-qrcode-down .dropdown-menu a { display: block; width: 120px; height: 120px; background: url(../images/zhe_top_qrcode1-1.png) } .toolbar .right .phone-qrcode-down .dropdown-menu a.app { background-position: -120px 0 } .side_nav { position: absolute; top: 245px; width: 146px; left: 49%; text-align: left; margin-left: -635px; _margin-left: -637px; _top: 260px; z-index: 10001; background: #FFF } .side_nav .logo { display: none } .side_nav.affix { padding-top: 70px } .side_nav.affix-bottom { position: absolute; top: auto; padding-top: 70px } .side_nav.affix .logo, .side_nav.affix-bottom .logo { display: block } .side_nav .logo { position: absolute; top: 0; width: 132px } .side_nav .content, .side_nav .bottom { background: #fff } .side_nav .content { border-top: 5px solid #ec1611 } .side_nav.affix .content { border-top: 0 } .side_nav h3 { background: #ffeed9; color: #bf7c53; line-height: 30px; padding-left: 10px } .side_nav h3 a { color: #bf7c53 } .side_nav h3 a { color: #bf7c53 } .side_nav .bd { padding: 0 0 5px } .side_nav ul { zoom: 1; padding: 0 10px 0 13px } .side_nav ul:after { clear: both; content: ""; line-height: 0; font-size: 0; visibility: hidden; display: block } .side_nav li { float: left; width: 50%; line-height: 30px; height: 29px; *overflow:hidden; *width:60px } .side_nav li.col2 { width: 122px } .side_nav li a { color: #666; display: inline-block; *display:inline; *zoom:1; text-decoration: none; padding: 0; line-height: 19px; border-radius: 3px; position: relative; font-size: 12px; font-family: "\5FAE\8F6F\96C5\9ED1" } .side_nav li a .icon-mini { right: -5px; top: 0; text-decoration: none } .side_nav li a:hover { color::#e01914; text-decoration: none } .side_nav li .on { color: #ec1611 } .side_nav .qrcode img { width: 92px; height: 92px } .side_nav .qrcode { text-align: center; padding: 8px } .side_nav .qrcode p { margin-top: 5px } .side_nav .qrcode a { color: #666 } .side_nav .bottom { position: absolute; bottom: 0; left: 0; margin-bottom: -59px; width: 100%; height: 39px } .side_nav .bottom a { display: block; line-height: 39px; text-decoration: none; color: #666; font-family: "\5FAE\8F6F\96C5\9ED1"; text-align: center; _height: 27px; _padding-top: 12px } .side_nav .bottom a.on { background: #e02f2f } .side_nav .bottom a:hover { background: #e2e2e2 } .side_nav .bottom a .icon-top { } .side_nav .search { display: block; padding-left: 17px } .side_nav .search .test { margin-left: 5px\9 } .side_nav .search .txt { width: 73px; background: #fff; height: 24px; *height:21px; *height:23px; line-height: 20px; border: 1px solid #e5e5e5; padding: 1px 5px; border-right: 0; outline: 0 } .side_nav .search .smt { width: 60px; height: 32px; cursor: pointer; float: left; background-color: #ef0d0d; color: #fff; font: 14px "微软雅黑" } .side_nav .search .smt:hover { border-left: 1px solid #d3d3d3; *border:0; background-color: #FFF } .icon-top { display: inline-block; *display:inline; *zoom:1; background: url(../images/icon_head.png) no-repeat 0 -45px; _background-image: url(../images/icon_head_ie6.png); width: 11px; height: 9px; margin-right: 3px } .affix { position: fixed; top: 0; _position: absolute; _padding-top: 70px } .affix .logo { _display: block } .side_nav li .light { color: #e01914 } .side_nav li .light:hover { color: #e01914 } .side_nav li a:hover { color: #c00; background-color: #eee } .side_nav .line { border-top: 1px solid #f0f0f0; margin: 0 10px } .side_nav .bdc { margin: 5px 0 10px; background-color: #FFF } .side_nav .bdc ul { margin-bottom: 5px } .side_nav .bdc ul li a i { display: block; float: left; margin-right: 4px; height: 20px; width: 20px; background: url(../images/nav_bg67113.png) no-repeat; line-height: 20px } .side_nav .bd ul li a { position: relative } .side_nav .bd ul li a em { position: absolute; left: 51px; top: -2px; background: url(../images/tip88.png); width: 19px; height: 16px; display: inline-block } .side_nav .bd ul li a em.hot { position: absolute; left: 22px; top: -9px; background: url(../images/index_left_ico.png) no-repeat; width: 19px; height: 9px; display: inline-block } .side_nav .bdc ul li i { position: relative } .side_nav .bdc ul li i em { position: absolute; left: 46px; top: -11px; background: url(../images/66_2.png); width: 19px; height: 20px; display: inline-block } @-webkit-keyframes shootin { 0% { -webkit-transform:scale(0) } 40% { -webkit-transform:scale(1.2) } 60% { -webkit-transform:scale(0.8) } 80% { -webkit-transform:scale(1.1) } 90% { -webkit-transform:scale(0.9) } 100% { -webkit-transform:scale(1) } } .side_nav .bdc ul .bdc0 i { background-position: 0 0 } .side_nav .bdc ul .bdc1 i { background-position: -63px 0 } .side_nav .bdc ul .bdc2 i { background-position: 0 -29px } .side_nav .bdc ul .bdc3 i { background-position: -63px -29px } .side_nav .bdc ul .bdc4 i { background-position: 0 -57px } .side_nav .bdc ul .bdc5 i { background-position: -63px -57px } .side_nav .bdc ul .bdc6 i { background-position: -0 -85px } .side_nav .bdc ul .bdc7 i { background-position: -63px -85px } .side_nav .bdc ul .bdc8 i { background-position: -0 -112px } .side_nav .bdc ul .bdc9 i { background-position: -63px -112px } .side_nav .bdc ul .bdc10 i { background-position: -0 -141px } .side_nav .bdc ul .bdc11 i { background-position: -63px -141px } .side_nav .bdc ul .bdc12 i { background-position: 0 -168px } .side_nav .bdc ul .bdc13 i { background-position: -63px -168px } .side_nav .bdc ul .bdc14 i { background-position: 0 -196px } .side_nav .bdc ul .bdc15 i { background-position: -63px -196px } .side_nav .bdc ul .bdc16 i { background-position: -0 -224px } .side_nav .bdc ul .bdc17 i { background-position: -63px -224px } .side_nav .bdc ul li .on i, .side_nav .bdc ul a:hover i { background: url(../images/nav_bg67113_hover.png) no-repeat } .side_nav .bdc ul .bdc0 .on i, .side_nav .bdc ul .bdc0 a:hover i { background-position: 0 0 } .side_nav .bdc ul .bdc1 .on i, .side_nav .bdc ul .bdc1 a:hover i { background-position: -63px 0 } .side_nav .bdc ul .bdc2 .on i, .side_nav .bdc ul .bdc2 a:hover i { background-position: 0 -29px } .side_nav .bdc ul .bdc3 .on i, .side_nav .bdc ul .bdc3 a:hover i { background-position: -63px -29px } .side_nav .bdc ul .bdc4 .on i, .side_nav .bdc ul .bdc4 a:hover i { background-position: 0 -57px } .side_nav .bdc ul .bdc5 .on i, .side_nav .bdc ul .bdc5 a:hover i { background-position: -63px -57px } .side_nav .bdc ul .bdc6 .on i, .side_nav .bdc ul .bdc6 a:hover i { background-position: -0 -85px } .side_nav .bdc ul .bdc7 .on i, .side_nav .bdc ul .bdc7 a:hover i { background-position: -63px -85px } .side_nav .bdc ul .bdc8 .on i, .side_nav .bdc ul .bdc8 a:hover i { background-position: -0 -112px } .side_nav .bdc ul .bdc9 .on i, .side_nav .bdc ul .bdc9 a:hover i { background-position: -63px -112px } .side_nav .bdc ul .bdc10 .on i, .side_nav .bdc ul .bdc10 a:hover i { background-position: -0 -141px } .side_nav .bdc ul .bdc11 .on i, .side_nav .bdc ul .bdc11 a:hover i { background-position: -63px -141px } .side_nav .bdc ul .bdc12 .on i, .side_nav .bdc ul .bdc12 a:hover i { background-position: 0 -168px } .side_nav .bdc ul .bdc13 .on i, .side_nav .bdc ul .bdc13 a:hover i { background-position: -63px -168px } .side_nav .bdc ul .bdc14 .on i, .side_nav .bdc ul .bdc14 a:hover i { background-position: 0 -196px } .side_nav .bdc ul .bdc15 .on i, .side_nav .bdc ul .bdc15 a:hover i { background-position: -63px -196px } .side_nav .bdc ul .bdc16 .on i, .side_nav .bdc ul .bdc16 a:hover i { background-position: -0 -224px } .side_nav .bdc ul .bdc17 .on i, .side_nav .bdc ul .bdc17 a:hover i { background-position: -63px -224px } .side_nav .zhi_guang { border: 0; border-top: 1px solid #f0f0f0; padding: 10px 2px; text-align: center } .side_nav .zhi_guang em { color: #ccc; display: block; float: left; margin-top: 7px; *margin-top:5px } .side_nav .zhi_guang ul { padding: 0 0 0 3px } .side_nav .zhi_guang li { width: auto; padding: 0 5px } .side_nav .bd .qrcode .add_link { margin-top: 0 } .side_nav .move_padding { padding: 0 15px; margin-bottom: 5px; overflow: hidden } .side_nav .add_link { position: relative; height: 27px; border: 1px solid #e2e2e2; margin-top: 0; margin-bottom: 10px; background-color: #f4f4f4 } .side_nav .bd .add_link span { margin: 6px 0 0 7px; font-size: 12px; color: #666; width: 60px; display: inline-block } .side_nav .add_link i { display: inline-block; background: url(../images/nav_bg51783.png); _background-image: url(../images/nav_bg51783.png) } .side_nav .add_link a { text-decoration: none } .side_nav .add_link .phone_w { float: left; margin: 8px 0 0 10px; width: 15px; height: 15px; background-position: -38px -157px } .side_nav .add_link .contact_w { float: left; margin: 3px 0 0 17px; height: 20px; width: 20px; background-position: -47px -157px } .side_nav .add_link_hover .contact_w { background-position: -111px -156px } .side_nav .add_link .subscribe_w { background: url(../images/nav_bg42181.png); _background-image: url(../images/nav_bg42181_ie6.png); float: left; margin: 8px 0 0 10px; height: 15px; width: 15px; background-position: -38px -158px } .side_nav .add_link_hover { background-color: #f5f5f5; cursor: pointer; background-color: #FFF } .side_nav .bd .add_link_hover a span { cursor: pointer; color: #c50202 } .side_nav .add_link_hover .phone_w { width: 15px; height: 15px } .side_nav .add_link_hover .subscribe_w { float: left; margin: 8px 0 0 10px; height: 15px; width: 15px } .side_nav .add_link .qr_code { display: none; width: 190px; height: 137px; position: absolute; top: 0; left: 124px } .side_nav .add_link .qr_code .border { width: 5px; height: 137px; float: left } .side_nav .add_link .qr_code .border i { margin-top: 15px; width: 5px; height: 10px; background: url(../images/32787_icon.png); background-position: -74px -9px } .side_nav .add_link .qr_code .left { float: left; border: 2px solid #bf7c53; width: 175px; height: 137px; background-color: #FFF; background: url(../images/32787_qr_code.png) no-repeat; background-color: #FFF } .side_nav .add_link .qr_code .left a { display: block; width: 100%; height: 100% } .side_nav { top: 158px } .side_nav.affix { top: 70px } .side_nav .content .sidenav_qrcode { width: 100px; height: 100px; margin: 5px auto 15px; display: none } .side_nav.affix .content .sidenav_qrcode { display: block } .side_nav { border: 1px solid #ebebeb } #choose_identify { color: #fff; font-family: "微软雅黑"; font-size: 12px } #choose_identify span { background-color: #fe6a6a; display: inline-block; height: 25px; line-height: 25px; margin-left: 10px; margin-top: 7px; text-align: center; width: 120px; cursor: pointer } #identify_window .diginfo { border: 0; padding: 0 } #identify_window { background-image: url(../images/identify_window1.png); border: medium none; font-family: "微软雅黑"; font-size: 18px; height: 350px; width: 470px } #identify_window p { color: #161515; height: 22px; line-height: 22px; margin-bottom: 10px } #identify_window .identify_window_p { padding-top: 30px } #identify_window .identify_head { height: 160px; padding-top: 30px } #identify_window .identify_head li { float: left; height: 160px; text-align: center; width: 105px } #identify_window .identify_head li a { display: block; padding-top: 125px; width: 100% } #identify_window .identify_head li span { display: block; font-size: 15px } #identify_window .identify_head li.i_h_one { margin-left: 55px } #identify_window .identify_head li.i_h_two { margin-left: 22px } #identify_window .identify_head li.i_h_three { margin-left: 20px } #identify_window .i_h_sure { color: #fff; display: inline-block; font-size: 15px; height: 30px; line-height: 30px; margin: 16px 5px 0 65px; width: 111px } #identify_window .i_h_return { color: #3c3a3a; font-size: 12px } #identify_window span.close { background: url(../images/identify_window_close.png) repeat scroll 0 0!important; height: 23px; right: 7px; top: 7px; width: 23px; display: block } #identify_window .identify_head li a { color: #1d1c1c } #identify_window .identify_head li a:hover, #identify_window .identify_head li.on a { color: #fff } #identify_window .identify_head li.i_h_one:hover, #identify_window .identify_head li.i_h_one.on { background-image: url(../images/identify_window22_hover.png); background-position: -55px -98px; color: #fff } #identify_window .identify_head li.i_h_two:hover, #identify_window .identify_head li.i_h_two.on { background-image: url(../images/identify_window22_hover.png); background-position: -182px -98px; color: #fff } #identify_window .identify_head li.i_h_three:hover, #identify_window .identify_head li.i_h_three.on { background-image: url(../images/identify_window22_hover.png); background-position: -307px -98px; color: #fff } #identify_window a:hover { text-decoration: none } header .clientLink, header .sc, header .sc i, header .dy, header .fx, .head_nav .r .signin_a, .head_nav .r .signin_on span.signin_a, .topf a.def, .topf a.def:hover { background: url(../images/icon2_4.png) no-repeat } .icon-mini { width: 11px; height: 11px; position: absolute } .icon-mini, .icon-mid { background: url(../images/icon_head.png) no-repeat; display: inline-block; *display:inline; *zoom:1; _background-image: url(../images/icon_head_ie6.png) } .icon-mini.icon-new { background-position: 0 0 } .icon-mini.icon-hot { background-position: -15px 0 } .icon-mid { width: 16px; height: 16px } .icon-mid.icon-clt { background-position: -20px -42px } header { width: 100%; background: #FFF; height: 63px } header div.l { overflow: hidden; height: 47px; width: 210px; position: relative } header div.l img { vertical-align: top } header .clientLink { width: 128px; height: 22px; float: left; display: inline; margin: 25px 0 0 20px; background-position: 0 0 } header .sc { width: 39px; height: 39px; margin-top: 15px; background-position: -83px -115px; position: relative; z-index: 10000 } header .sc:hover { background-position: -125px -116px } header .sc i { width: 65px; height: 25px; display: none; position: absolute; left: -13px; top: -28px; z-index: 10000; background-position: -176px -1px } header .sc:hover i { display: inline-block } header .dy { width: 39px; height: 39px; display: inline; margin: 15px 10px 0 0; background-position: -42px -115px } header .dy input { display: none } header .dyon { width: 245px; background-position: 0 -61px; text-align: left } header .dyon input { display: inline; border: 0; background: 0 0 } header .dyon .int { height: 20px; line-height: 20px; margin: 9px 0 0 50px; width: 130px } header .dyon .btn { padding: 0; margin: 3px 0 0 1px; height: 25px; width: 48px; cursor: pointer } header .fx { width: 39px; height: 39px; display: inline; margin: 15px 10px 0 0; background-position: -1px -115px } header .fxon { background-position: 0 -21px; text-align: left; font-size: 0; letter-space: -8px } header .fxon a { width: 20px; height: 22px; display: inline-block; margin: 8px 0 0 4px } header .fxon a.sina { margin-left: 40px } header .search { position: relative; width: 500px } header .search .showkw { width: 400px; top: 2px; left: 2px; height: 24px; line-height: 24px; position: absolute; display: block; color: #999; background-color: #fff; font-size: 14px; font-family: "微软雅黑"; text-align: left; cursor: text; padding: 5px 0 5px 10px } header .search, header .device { height: 38px; line-height: 34px; float: left; font-size: 0; margin-top: 7px; margin-left: 64px } header .search .sort { float: left; width: 69px; *height:34px; background: #fff; padding: 0; border: 0; border-right: 1px solid #dbdbdb; font-size: 12px } header .search .sort .dropdown-menu { padding-bottom: 0 } header .search .sort a { display: block; text-align: center; color: #333; text-decoration: none } header .search .sort a.active, header .search .sort a:hover { background: #f0f0f0 } header .search .sort a .arrow-down { border-color: #b0b0b0 #fff #fff } header .search .sort a.active .arrow-down, header .search .sort a:hover .arrow-down { border-color: #b0b0b0 #f0f0f0 #f0f0f0 } header .search .sort a { _padding: 9px 0 10px } header .search .sort .dropdown-menu a { _padding: 0 } header .search input, header .search label { border: 0; padding: 0; font-size: 14px; vertical-align: middle; padding: 0; *line-height:34px } header .search input.txt { width: 400px; padding: 5px 0 5px 10px; background: #fff; height: 24px; line-height: 24px; border: 2px solid #ef0d0d; float: left; color: #999; font-family: "微软雅黑" } header .search .smt { width: 86px; height: 38px; background-color: #ef0d0d; font: 16px "microsoft yahei"; color: #fff } header .search .smt:hover { background-color: #ff7b78 } header .search label { display: none; position: absolute; z-index: 10; color: #b8b8b8; right: 50px; top: 0 } .search .search_query { position: absolute; z-index: 9999; border: 1px solid #e5e5e5; border-top: 0; width: 498px; top: 38px; left: 0; background-color: #fff; font-family: "微软雅黑" } .search .search_query li { padding: 5px 10px; color: #333; font-size: 12px; text-align: left; line-height: 14px; height: 14px; cursor: pointer } .search .search_query .hover { background-color: #f4f4f4 } .search .search_query li em { font-weight: 700 } .search .search_query li span { float: right; color: #999 } .search .search_query .close { border-top: 1px solid #f4f4f4; text-align: right; cursor: default } .search .search_query .close a { color: #999 } .search .search_query .close a:hover { text-decoration: none; color: #c30 } .search .search_history { width: 498px; *width:497px; top: 38px; *top:36px; position: absolute; z-index: 9999; border: 1px solid #e6e6e6; font-family: "微软雅黑"; border-top: 0; left: 0; *left:3px; background-color: #fff } .search .search_history li { padding: 2px 10px; font-size: 12px; text-align: left; line-height: 20px; cursor: default } .search .search_history li#his_recent_tit { color: #999 } .search .search_history li.history_item { cursor: pointer } .search .search_history li.history_item:hover { background-color: #f5f5f5 } .search .search_history li.hover_style { background: #f5f5f5 } .search .search_history li .del { float: right; display: none } .search .search_history li .hisinfo { max-width: 200px; vertical-align: bottom; overflow: hidden; display: inline-block; white-space: nowrap; text-overflow: ellipsis } .search .search_history li:hover .del { float: right; display: block } .search ul.burn { width: 218px; float: right; height: auto; min-height: 275px; border-left: 1px solid #e6e6e6; padding: 10px 14px } .search ul.burn #his_recent_tit { padding: 2px 3px } .search li.burn { margin: 8px 4px; float: left; padding: 0; height: 24px; line-height: 24px } .search li.burn.history_item { background-color: #fff } .search li.burn.history_item:hover { background-color: #fff } .search li.burn .sp { border: 1px solid #e5e5e5; text-align: center; min-width: 52px; padding: 2px 5px; width: auto; color: #333 } .search li.burn .sp:hover { color: #ff6767; border-color: #ff6767 } .search li span.sousuo_nohis { width: 177px; height: 92px; background: url(../images/sousuo_nohis.png); display: inline-block; position: absolute; top: 55px; left: 36px } .search .JS_history_a { width: 250px; float: left; margin: 10px 0; position: relative } .search .JS_history_a li { padding: 5px 10px } .JS_history_a #his_recent_tit .del_zjss { float: right; color: #666; cursor: pointer } header .links { background: url(../images/toolbar_links01.jpg); width: 367px; height: 63px; float: right; margin: 0 } header .links a { width: 313px; height: 63px; float: left; padding: 0 54px 0 0; text-align: right; overflow: hidden } .text_c00 { color: #c00!important } #head_nav { width: 100%; background: #c7000b; height: 35px; line-height: 34px; font-family: "\5FAE\8F6F\96C5\9ED1" } .head_nav .l { position: relative } .head_nav .l a { width: 88px; float: left; height: 35px; position: relative; z-index: 2 } .head_nav .l a:hover { z-index: 1 } .head_nav .l a i, i.line { position: absolute; height: 17px; right: 0; top: 50%; margin-top: -8px; _line-height: 0 } .head_nav .l a.first { border-left: 1px solid #d7412c } .head_nav .l a.on i { display: none } .head_nav .l a i.shop_hot { position: absolute; top: 2px; left: 60px; width: 26px; height: 14px; background: url(../images/hb_1.png) no-repeat } .head_nav .l a.on i.shop_hot { display: inline-block } .head_nav .l a i.dacu88_hot { position: absolute; top: 2px; left: 69px; width: 19px; height: 16px; background: url(../images/tip88.png) no-repeat } .head_nav .l a.on i.dacu88_hot { display: inline-block } .on i.line, .open i.line { display: none } .head_nav .l a.on, .head_nav .l a.on:hover, .head_nav .r_con a.on, .head_nav .r_con a.on:hover { background: #ec1611; color: #FFF; font-weight: 700 } .head_nav .l a:hover { background: #bb120f } .head_nav .l a, .head_nav .r a { color: #fff; font: 14px/35px "微软雅黑" } .head_nav .l a { text-decoration: none } .head_nav .r_con { float: right; color: #9a0c0a; font-size: 0; _width: 320px; position: relative; *z-index:999; height: 35px } .head_nav .r_con a, .head_nav .r_con { color: #fff; _border-right: 0; _zoom: 1 } .head_nav .r_con { position: relative; padding-right: 0 } .head_nav .r_con .yg_wrap { float: left; position: relative; display: inline-block; _float: left; overflow: hidden; height: 34px; width: 88px } .head_nav .r_con .yg i { color: #bb120f; border-right: 1px solid #bb120f; position: absolute; height: 17px; right: 0; top: 50%; margin-top: -8px; _line-height: 0 } .head_nav .r_con .yg { padding-right: 15px; padding-right: 5px\9; padding-left: 10px; *height:35px; *line-height:36px; overflow: hidden } .head_nav .r_con a:hover { text-decoration: none; color: #fff } .head_nav .r_con a.on { display: inline-block; *display:inline; *zoom:1; height: 35px } .head_nav .r_con .tooltip { right: 0; top: -65px } .head_nav .r_con .tooltip a { padding: 0; color: #09c; border: 0; position: static } .head_nav .r_con .tooltip .tooltip-arrow { left: auto; right: 30px } .head_nav .r_con { font-size: 14px } .head_nav .r_con .signin { border-right: 0; padding: 0 15px } .head_nav .r_con .signin i { width: 16px; height: 16px; display: inline-block; *display:inline; *zoom:1; background: url(../images/icon_head.png) no-repeat -40px -20px; vertical-align: text-top; *vertical-align:middle; margin-right: 4px; _background-image: url(../images/icon_head_ie6.png) } .head_nav .r_con .signin i.icon-mini { background-position: -30px 0!important; width: 11px; height: 11px; right: 10px; margin: 0; _top: 5px } .head_nav .r_con a.signin:hover i { background-position: 0 -20px } .head_nav .r_con .signin_on .signin i, .head_nav .r_con .signin_on a.signin:hover i { background-position: -20px -20px } .head_nav .r_con .open .icon-arrow { display: inline-block; *display:inline; *zoom:1; height: 0; line-height: 0; width: 0; vertical-align: middle; border-width: 3px; border-style: solid; margin-left: 3px; border-color: #eca6a4 #bb120f #bb120f; _overflow: hidden } .head_nav .r_con .open { color: #FFF; border-bottom: 0; *z-index:999 } .head_nav .r_con .dropdown .arrow-down { -webkit-transition: -webkit-transform ease .3s; -moz-transition: -moz-transform ease .3s; -webkit-transform-origin: 3px 1.5px; -moz-transform-origin: 3px 1.5px } .head_nav .r_con .dropdown { border-top: 0; border-bottom: 0 } .head_nav .r_con .dropdown-menu li a { color: #333; border-right: 0; font-size: 12px } .head_nav .r_con .dropdown-menu a { border-right: 0 } .head_nav .r_con .dropdown-menu a:hover { _color: #333 } .about { border-top: 3px solid #E02F2F; background: #fff } .about li { float: left; width: 130px; text-align: left; border-right: 1px solid #E1E1E1; padding: 30px 0 0 40px; height: 200px; line-height: 24px } .about li span { display: block; font: 16px/30px "microsoft yahei" } .about .lw a { display: block; color: #666 } .about .lw a:hover { color: #c00 } .about li.w1 { padding-left: 0 } .about .lw .kf i { width: 17px; height: 17px; display: inline-block; background: url(../images/hb_1.png) no-repeat -26px -53px; margin-right: 4px; vertical-align: middle } .about li.w2 { width: 162px } .about li.w3 { width: 210px } .about li.w3 h3 a { color: #c00 } .about li.w3 h4 .bdtxt { color: #e02f2f; height: 18px; line-height: 18px; width: 63px; padding-left: 5px } .about li.w3 h4 .smt { display: inline-block; *display:inline; *zoom:1; background: #fafafa no-repeat } .about li.w3 h4 input, .about li.w3 h4 .smt { border: 1px solid #eaeaea } .about li.w3 h4 a.smt { width: 22px; height: 20px; background: url(../images/hb_1.png) no-repeat -26px -102px; opacity: .6; filter: alpha(opacity=60); border-color: #ddd; vertical-align: top; margin-top: 2px } .about li.w3 h4 .smt { border-left: 0 } .about li.w3 h4 .smt:hover { background-color: #FFF } .about li.w3 h6 .txt { height: 21px; line-height: 21px; width: 98px; padding-left: 5px } .about li.w3 h6 .smt { display: inline-block; *display:inline; *zoom:1; background: #fafafa no-repeat } .about li.w3 h6 input, .about li.w3 h6 .smt { border: 1px solid #eaeaea; vertical-align: middle } .about li.w3 h6 a.smt { width: 22px; height: 20px; background: url(../images/hb_1.png) no-repeat -26px -102px; opacity: .6; filter: alpha(opacity=60); border-color: #ddd; vertical-align: top; margin-top: 1px } .about li.w3 h6 .smt { border-left: 0 } .about li.w3 h6 .smt:hover { background-color: #FFF } .about li.w3 h6 .dysmt { height: 25px; line-height: 25px; width: 42px; cursor: pointer; color: #666 } .about li.w4 { width: 243px; border: 0; padding-left: 30px } .about li.w4 a { float: left; width: 38px; height: 52px; background: url(../images/icon_device_bottom_ie6.png) no-repeat; margin-right: 11px } .about li.w4 a:hover { filter: alpha(opacity=50); -moz-opacity: .8; opacity: .8 } .about li.w4 a.android { background-position: -49px 0 } .about li.w4 a.wp { background-position: -98px 0 } .about li.w4 a.wap { background-position: right 0 } .about li.w4 h4 { clear: left; line-height: 20px; padding-top: 10px; height: 80px; overflow: hidden } .about li.w4 h4 img { float: left; display: inline; margin: 3px 10px 0 0; width: 72px; height: 73px } .about li.w4 h4 em { color: #E02F2F } .about li.w4 .bottom_qrcode_wrapper { width: 224px; height: 99px; padding: 9px; margin-top: 5px; background: url(../images/bottom_qrcode_bg.jpg) no-repeat } .about li.w4 .bottom_qrcode_wrapper img { float: left; margin-right: 15px } .about li.w4 .bottom_qrcode_wrapper h5 { color: #333; font-size: 14px; font-weight: 700; margin: 15px 0 5px } .about li.w4 .bottom_qrcode_wrapper p { color: #666; font-size: 12px } .friendly_links { margin: 20px auto 0; color: #666; width: 750px!important } .friendly_links span { float: left } .friendly_links .links { float: left; width: 620px; height: 14px; overflow: hidden; position: relative } .friendly_links .links ul { width: 1000px; height: 14px; position: absolute; left: 0; top: 0 } .friendly_links .links ul li { float: left; margin-right: 12px; width: 100%; text-align: left } .friendly_links .links ul li a { color: #999; margin-right: 10px } .friendly_links .more { float: left; margin-left: 20px; color: #666 } .friendly_links .more:hover { color: #c00 } footer { margin-top: 10px; line-height: 30px; padding-bottom: 20px; border-top: 1px solid #e8e8e8; color: #999 } footer img { vertical-align: middle; margin: 0 5px; border: 1px solid #c3bfbe; display: inline-block } footer p { color: #999; margin-top: 10px } footer p a { margin: 0 10px; color: #999 } #toolbar { width: 100%; background: #FFF; color: #333; line-height: 23px; position: relative; z-index: 10001; font-family: "\5FAE\8F6F\96C5\9ED1"; padding-top: 5px } #toolbar #login { line-height: 21px; vertical-align: middle } .toolbar { position: relative; z-index: 100000; color: #D5D5D5 } .toolbar .flow { overflow: hidden; margin-left: 5px; _display: inline } .toolbar a.user { filter: alpha(opacity=100); opacity: 1 } .toolbar .l { position: relative; _padding-top: 5px; width: 270px; text-align: left; white-space: nowrap } .toolbar .l a { margin-right: 10px } .toolbar a { filter: alpha(opacity=100); opacity: 1; color: #666; *display:inline; *zoom:1 } .toolbar a:hover { filter: alpha(opacity=100); opacity: 1; color: #e02f2f; text-decoration: none } .toolbar .right { color: #D5D5D5 } .toolbar .right.flow { line-height: 22px } .toolbar .right span { color: #666 } #tblogin, #prologin { *line-height:18px } #prologin { display: inline-block } #prologin .red { color: #dc0000 } .toolbar #tblogin .user, .toolbar #prologin .user { color: #E12E2F } .toolbar .right em { color: #D5D5D5 } .toolbar .msg { line-height: 13px } .toolbar .right em .maxuser { height: 30px; overflow: hidden; vertical-align: top; *vertical-align:middle; max-width: 180px; display: inline-block } .toolbar .msg-num { background: url(../images/hb_1.png) no-repeat -77px -52px; color: #fff; width: 20px; height: 13px; display: inline-block; padding-left: 2px; text-align: center; *zoom:1 } .toolbar .msg-tips { position: absolute; top: 25px; left: 855px; background-color: #fffca9; border: 1px solid #ece0ba; padding: 5px 30px 5px 12px; max-width: 225px; color: #333; border-radius: 3px; text-align: left; line-height: 21px } .toolbar .msg-tips a { color: #1582bd; text-decoration: underline } .toolbar .msg-tips .up-arr { position: absolute; background: url(../images/hb_1.png) no-repeat -66px -52px; width: 11px; height: 6px; top: -6px; left: 88px } .toolbar .msg-tips .close-tips { background: url(../images/hb_1.png) no-repeat -59px -52px; width: 7px; height: 7px; top: 5px; right: 5px; position: absolute; cursor: pointer } .toolbar .msg-tips span { display: block; max-height: 46px; height: auto!important; overflow: hidden; cursor: pointer } .dropdown { display: inline-block; *display:inline; *zoom:1; position: relative; position: relative; border: 1px solid transparent; border-bottom: 0; _border: 0; _padding-top: 5px } .dropdown.open { color: #e02f2f; background: #fff; border-bottom: 0; *z-index:999 } .dropdown .arrow-down { -webkit-transition: -webkit-transform ease .3s; -moz-transition: -moz-transform ease .3s; -webkit-transform-origin: 3px 1.5px; -moz-transform-origin: 3px 1.5px } .dropdown.open .arrow-down { border-color: #CCC #fff #fff; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg) } .dropdown-menu { border: 1px solid #999; position: absolute; top: 100%; min-width: 100%; _width: 100%; left: -1px; display: none; background: #fff; z-index: 9999; text-align: left } .dropdown-menu li { line-height: 24px } .dropdown.open .dropdown-menu { display: block } .dropdown-menu li a { color: #333; display: block; padding-left: 8px; text-decoration: none; *width:100% } .dropdown-menu li a:hover { background: #f0f0f0 } .dropdown.open a { color: #e02f2f } .dropdown.open a:hover { _color: #e02f2f } .toolbar .dropdown.open a { filter: alpha(opacity=100); opacity: 1 } .toolbar .dropdown-menu a { color: #333 } .myzhe { border: 0 } .myzhe .username { height: 19px; display: inline-block; position: relative; z-index: 10000; border: 1px solid #fff; line-height: 19px } .myzhe.open .username { background: rgba(255,255,255,.95); border: 0; box-shadow: 0 0 5px #d4d4d4; border: 1px solid #e5e5e5 } .myzhe.open .username em { position: absolute; bottom: -5px; width: 100%; height: 5px; font: 0/0 ""; background: #fff; left: 0 } .myzhe .username a { color: #E12E2F } .myzhe .username .icon-arrow { margin-left: 5px; margin-top: 2px } .myzhe .dropdown-menu { background: #fff; background: rgba(255,255,255,.95); box-shadow: 0 0 5px #d4d4d4; border: 0; width: 160px; padding: 5px 10px; left: 0; border: 1px solid #e5e5e5 } .myzhe .dropdown-menu li { width: 80px; float: left } .myzhe .dropdown-menu li a { text-align: center; padding: 0 } .myzhe .dropdown-menu li a:hover { background: #ee4743; border-radius: 3px; color: #fff } .tooltip { position: absolute; z-index: 10002 } .tooltip .tooltip-arrow { position: absolute; width: 11px; height: 7px; z-index: 999; margin-top: -1px; left: 50%; margin-left: -5px; _overflow: hidden } .tooltip .tooltip-arrow { background: url(../images/bdsj.png) no-repeat -175px -25px } .tooltip .tooltip-content { border: 1px solid #c9c9c9; font-size: 12px; background: #fffbeb; color: #666; padding: 2px 10px; line-height: 20px; position: relative; width: 195px; text-align: left } .tooltip .tooltip-content a { color: #09c } .tooltip .tooltip-content .close { background: url(../images/bdsj.png) no-repeat -202px -4px; position: absolute; width: 10px; height: 10px; cursor: pointer; top: 2px; right: 3px; _overflow: hidden; display: block } .toolbar .icon-level { filter: alpha(opacity=100); opacity: 1 } .icon-level { display: inline-block; *display:inline; *zoom:1; width: 16px; height: 12px; background: url(../images/hb_1.png) no-repeat -29px -124px; vertical-align: middle; margin: -2px 5px 0 } .icon-level.level1 { background-position: -45px -124px } .icon-level.level2 { background-position: -61px -124px } .icon-level.level3 { background-position: -77px -124px } .icon-level.level4 { background-position: -93px -124px } .icon-level.level5 { background-position: -109px -124px } .toolbar .right .mco { display: inline-block; *display:inline; height: 30px; width: 66px; margin: 0 3px; position: relative; vertical-align: top; *vertical-align:middle } .toolbar .right .mcoa { display: inline-block; height: 28px; width: 54px; padding-right: 10px; background: #f8f8f8 url(../images/tb_co.png) no-repeat -126px 5px; _background: #f8f8f8 url(../images/tb_co_ie6.png) no-repeat -126px 5px; border: 1px solid #f8f8f8 } .toolbar .right .mcoa:hover { color: #333; text-decoration: none } .toolbar .right .mco div { width: 390px; position: absolute; left: 0; top: 30px; background: #f8f8f8; display: none; padding-bottom: 3px } .toolbar .right .mco ul { border: 1px solid #c9c9c9; text-align: left } .toolbar .right .mco ul li { height: 69px; background: #fff; border-bottom: 1px dotted #d8d8d8; color: #333 } .toolbar .right .mco ul li img { width: 75px; height: 49px; float: left } .toolbar .right .mco ul li span { float: left; height: 49px; width: 200px; overflow: hidden; line-height: 16px; padding: 10px 0 10px 10px } .toolbar .right .mco ul li span.w2, .toolbar .right .mco ul li span.w3 { width: 60px; font-family: "\5FAE\8F6F\96C5\9ED1"; word-break: break-all; word-wrap: break-word } .toolbar .right .mco ul li span.w3 { width: 60px; text-align: center } .toolbar .right .mco ul li span.w4 { width: 15px; overflow: visible } .toolbar .right .mco ul li .w1 em { float: left; width: 118px; height: 48px; padding-left: 7px; overflow: hidden } a.coys, a.cotn { display: inline-block; width: 14px; height: 14px; background: url(../images/tb_co.png) no-repeat 0 -1px; _background: url(../images/tb_co_ie6.png) no-repeat 0 -1px; vertical-align: middle } a.coys:hover { background-position: -16px -1px } a.cotn { background-position: -31px -1px } a.cotn:hover { background-position: -46px -1px } span.diacol { border: 1px solid #c9c9c9; background: #fffbeb; position: absolute; left: -150px; top: -5px; width: 120px; text-align: center; padding: 10px; color: #955d35 } span.diacol .close { position: absolute; top: 5px; right: 5px; display: block; width: 10px; height: 10px; background: url(../images/icon8.png) -5px -38px; cursor: pointer; overflow: hidden } span.diacol .close:hover { background-position: -5px -6px } span.diacol .btn, span.diacol .rel { width: 35px; height: 20px; margin: 0 2px; line-height: 20px; color: #fff; display: inline-block; background: #c00; border: 1px solid #c00; border-color: #c00 #a50000 #a50000 #c00 } span.diacol a:hover { text-decoration: none; color: #fff } span.diacol .rel, span.diacol .rel:hover { background: #fafafa; border-color: #fafafa #cac4ab #cac4ab #fafafa; color: #955d35 } span.diacol p { line-height: 30px } .toolbar .right .mco ul li.more { height: 30px; line-height: 30px; background: #f8f8f8; text-align: right; border: 0; padding-right: 10px } .toolbar .right .mco ul li.more a { color: #09c } .toolbar .right .mco ul li.tit, .toolbar .right .mco ul li.tit span { height: 30px; line-height: 30px; background: #f8f8f8; font-family: "" } .toolbar .right .mco ul li.tit span { padding: 0 0 0 10px } .toolbar .right .mcoon .mcoa { border: 1px solid #c9c9c9; border-bottom: 0; height: 30px; position: relative; z-index: 2 } .toolbar .right .mcoon div { display: block } .toolbar .right .mco ul li.ncent { background: #f8f8f8; border: 0; text-align: center; color: #955d35; line-height: 20px; padding: 20px 0; height: auto } .toolbar .right .mco ul li.ncent p { font-size: 14px } .toolbar .right .mco ul li.ncent b { display: inline-block; width: 18px; height: 18px; background: url(../images/tb_co.png) no-repeat -320px 0; _background: url(../images/tb_co_ie6.png) no-repeat -320px 0; vertical-align: middle } .toolbar .right .mco ul li.loading { background: #fff url(../images/loading2.gif) no-repeat center center } .toolbar .flow, .toolbar .right em { color: #ccc } .toolbar .right em { color: #ccc } .toolbar .right .cart i { width: 16px; height: 17px; background: url(../images/hb_1.png) no-repeat 0 -37px; display: inline-block; vertical-align: middle; overflow: hidden } .toolbar .right .cart .count { color: #cf201c } .toolbar .minicart { _padding-top: 0 } .toolbar .minicart.open .dropdown-menu { display: block } .toolbar .minicart .cart { height: 22px; display: inline-block; position: relative; z-index: 10000; border: 1px solid #fff } .toolbar .minicart.open .cart { background: rgba(255,255,255,.95); border: 0; box-shadow: 0 0 5px #d4d4d4; border: 1px solid #e5e5e5 } .toolbar .minicart.open .cart em { position: absolute; bottom: -5px; width: 100%; height: 5px; font: 0/0 ""; background: #fff; left: 0 } .toolbar .minicart .cart a { color: #E12E2F } .toolbar .minicart .dropdown-menu { border: 1px solid #999; z-index: 9999; top: 100%; position: absolute; display: none; background: #fff; background: rgba(255,255,255,.95); box-shadow: 0 0 5px #d4d4d4; border: 0; width: 280px; _width: 280px; padding: 10px; left: -100px; border: 1px solid #e5e5e5 } .toolbar .minicart .dropdown-menu .txt { color: #666; text-align: center; border-bottom: 1px solid #f0f0f0; padding-bottom: 6px } .toolbar .minicart .dropdown-menu .submit { text-align: center; padding-top: 6px; line-height: 28px } .toolbar .minicart .dropdown-menu .submit i { margin-left: 10px; color: #666 } .toolbar .minicart .dropdown-menu .submit em { color: #999 } .toolbar .minicart .dropdown-menu .submit b { color: #e12e2f } .toolbar .minicart .dropdown-menu .clickbtn { border-top: 1px solid #d62a2a; border-bottom: 1px solid #d62a2a; text-align: center; display: inline-block; vertical-align: middle } .toolbar .minicart .dropdown-menu .clickbtn a { border-left: 1px solid #d62a2a; border-right: 1px solid #d62a2a; margin: 0 -1px; float: left; color: #fff; background: #e02f2f; text-decoration: none; height: 26px; line-height: 26px; position: relative; padding: 0 5px } .toolbar .minicart .dropdown-menu .clickbtn a:hover { color: #fff; text-decoration: none } .toolbar .minicart .dropdown-menu li { width: 280px; float: left; padding-bottom: 10px; text-align: left } .toolbar .minicart .dropdown-menu li a { padding-left: 0 } .toolbar .minicart .dropdown-menu li a:hover { background: 0 0 } .toolbar .minicart .dropdown-menu li .pic { width: 50px; height: 50px; float: left; margin-right: 6px } .toolbar .minicart .dropdown-menu li .pic img { width: 50px; height: 50px } .toolbar .minicart .dropdown-menu .title { width: 144px; color: #999; line-height: 24px; overflow: hidden; height: 48px; float: left; text-align: left } .toolbar .minicart .dropdown-menu li h3 { width: 144px; height: 24px; overflow: hidden; line-height: 24px } .toolbar .minicart .dropdown-menu li h3 a { color: #666 } .toolbar .minicart .dropdown-menu li h3 a:hover { text-decoration: underline } .toolbar .minicart .dropdown-menu .r { width: 80px; height: 48px; overflow: hidden; text-align: right; line-height: 24px } .toolbar .minicart .dropdown-menu .r b { font-family: "微软雅黑"; color: #e12e2f } .toolbar .minicart .dropdown-menu .r b em { color: #666 } .toolbar .minicart .dropdown-menu .r a { color: #999; display: inline } .toolbar .minicart .dropdown-menu .r a:hover { color: #e12e2f } .toolbar .right .phone-qrcode-down i.phone-qrcode-icon { width: 13px; height: 18px; display: inline-block; vertical-align: -4px; padding: 0 3px; background: url(../images/mobile_shake.gif) no-repeat } .toolbar .right .phone-qrcode-down.open i.phone-qrcode-icon { background: url(../images/mobile_still1.png) no-repeat } .toolbar .right .phone-qrcode-down.open .top_qrcode em { position: absolute; bottom: -5px; width: 100%; height: 5px; font: 0/0 ""; background: #fff; left: 0 } .toolbar .right .phone-qrcode-down .dropdown-menu { background: #fff; box-shadow: 0 0 5px #d4d4d4; border: 0; width: 120px; min-width: 120px; height: 120px; padding: 10px; left: 0; border: 1px solid #e5e5e5 } .toolbar .right .phone-qrcode-down .top_qrcode { height: 21px; display: inline-block; padding: 0 10px; position: relative; z-index: 10000; border: 1px solid #fff } .toolbar .right .phone-qrcode-down.open .top_qrcode { background: rgba(255,255,255,.95); border: 0; box-shadow: 0 0 5px #d4d4d4; border: 1px solid #e5e5e5 } .toolbar .right .phone-qrcode-down.open { background: #fff; border-bottom: 0 } .toolbar .right { line-height: 21px } .toolbar .right .phone-qrcode-down { display: inline-block; *display:inline; *zoom:1; position: relative; z-index: 10001; margin-right: 6px } .toolbar .right .phone-qrcode-down.open .dropdown-menu { display: block } .toolbar .right .phone-qrcode-down .dropdown-menu a { display: block; width: 120px; height: 120px; background: url(../images/zhe_top_qrcode1-1.png) } .toolbar .right .phone-qrcode-down .dropdown-menu a.app { background-position: -120px 0 } .collection { background: #FFFBEB; border: 5px solid #E6E6E6; width: 410px } .collection span.close { display: inline-block } .collection .diginfo { background: #FFFBEB; border: 5px solid #E6E6E6; padding: 10px 20px } .dialog_email { width: 480px!important; background: rgba(0,0,0,.3)!important; padding: 10px!important; border: 0!important } .dialog_email a span.close { display: block; right: 13px; top: 13px } .dialog_email .diginfo { padding: 10px 20px; height: 200px; line-height: 200px; font-size: 14px; background: #fff } .qd_login { width: 334px; border: 0 } .qd_login a, .qd_login a:hover { color: #ec1611; padding: 0 } .qd_login a.reglink { text-decoration: underline; position: absolute; right: 0; top: 0; line-height: 30px } .qd_login .hc { background: #fff; padding: 0 } .qd_login .hc form { position: relative } .qd_login .hc h3, .qd_login .hc ul { width: 257px; padding: 0; float: none; margin: 0 auto; text-align: left; font-size: 12px; line-height: 30px } .qd_login .hc h3 { color: #595757; font-weight: 400; position: relative } .qd_login .hc li { padding-top: 10px } .qd_login .hc li input { width: 235px; height: 20px; padding: 6px 10px; background: #fff; border: 0; font-size: 12px; line-height: 20px; color: #595757; border: 1px solid #c9caca; outline: 0; vertical-align: top; margin-top: 12px } .qd_login .hc li.btn { font-size: 12px } .qd_login .hc li.btn input { width: 100%; border: 0; height: 35px; margin: 0; background: #ec1611; cursor: pointer; font-size: 12px; color: #fff } .qd_login .hc li.btn a { margin-left: 15px } .qd_login .hc li.tb { padding-top: 20px } .qd_login .hc li.captcha_box input, .captcha_box_new input { width: 80px; background-position: 0 -56px } .qd_login .hc li.captcha_box img, .captcha_box_new img { vertical-align: middle; cursor: pointer; margin-left: 26px } .qd_login .hc li.dtcode { padding-top: 0!important } .qd_login .ologintip { position: relative; color: #ec1611; padding: 10px 0 } .qd_login .ologintip .error_msg { color: #ec1611; border: 1px solid #ff6c6c; display: none; background-color: #fff5f8 } .qd_login .ologintip .error_msg em { background: url(../images/hb_1.png) no-repeat 0 -79px; width: 17px; height: 17px; display: inline-block; vertical-align: middle; margin: 0 9px 3px 11px } .qd_login .ologintip .error_msg span { color: #ff6c6c } .qd_login .ologintip #pperrmsg .comfir_mail { color: #09c; cursor: pointer; text-decoration: underline } .qd_login .ologintip a.forgetPwd { position: absolute; right: 0; top: 10px; line-height: 30px } .qd_login .ologintip span { color: #a9a9a9 } .qd_login .ologintip i { width: 26px; height: 12px; background: url(../images/login_dialog_icons.png) no-repeat -170px -37px; display: block; position: absolute; bottom: 0; left: 80px } .qd_login .sf { height: 70px; background: #f5f5f5; margin: 0; border: 0 } .qd_login .sf .sf_content { width: 257px; margin: 0 auto; padding: 17px 0 } .qd_login .sf p { height: auto; margin: 0 } .qd_login .sf p.more_logina { width: 80px; float: right; margin-top: -8px } .qd_login .sf p.more_logina a, .qd_login .sf a.qq i { background: url(../images/login_dialog_icons.png) no-repeat 0 0; width: 26px; height: 26px; display: inline-block } .qd_login .sf p.more_logina a { float: left; margin-right: 10px; padding: 0 } .qd_login .sf p.more_logina .baidu { background-position: -62px -2px } .qd_login .sf p.more_logina .sina { background-position: -92px -2px } .qd_login .sf p.more_logina .taobao { background-position: -61px -29px } .qd_login .sf p.more_logina .renren { background-position: -92px -29px } .qd_login .sf p.more_logina.hidden { display: block; visibility: hidden } .qd_login .sf p.more_logina.hidden a { -webkit-transform: scale(0); -webkit-transition: all ease-in-out .5s; opacity: 0 } .qd_login .sf p.more_logina a { -webkit-transform: scale(1); -webkit-transition: all ease-in-out .5s; opacity: 1 } .qd_login .sf a { width: auto; height: auto; background: 0 0; text-indent: 0; margin: 0 } .qd_login .sf a:hover { text-decoration: none } .qd_login .sf a.qq { width: 92px; height: 35px; display: inline-block; float: left; line-height: 35px; background: 0 0; margin: 0; text-indent: 0; overflow: hidden } .qd_login .sf a.qq i { width: 35px; height: 35px; margin: 0; background-position: -5px -4px; display: block; float: left } .qd_login .sf a.qq span, .qd_login .morela span { color: #a9a9a9 } .qd_login .sf a.morela { float: left; display: inline-block; margin: 10px 0 0 15px; background: 0 0; margin: 0 } .qd_login .sf a.morela span { font-size: 14px; margin-left: 20px; line-height: 35px } .qd_login .hc ul li.valuetwo input.gphcode { width: 138px; margin-top: 12px; padding: 6px 10px } #ppLogin_qd ul li.valuetwo input.gphcode { width: 138px; margin-top: 12px; padding: 6px 10px } .qd_login .hc ul li.valuetwo input.getdphcode { width: 85px; border: 1px solid #ccc; margin-left: 10px; text-align: center; padding: 6px 0; margin-top: 12px; background-color: #F9F9F9; cursor: pointer } .qd_login .hc ul li input.getdphcode-btn { display: none; height: 34px } .qd_login .hc ul li.valuetwo input.getdphcode-btn { display: inline-block } .qd_login a.pperrmsgcl { color: #009ACC } .qd_login .hc li.token input { height: 20px; line-height: 20px; padding: 4px 10px; vertical-align: middle; width: 80px; background-position: 0 -56px } .qd_login .hc li.token img { height: 26px; margin-left: 18px; margin-top: 12px; border: 1px solid #c9caca; width: 80px; vertical-align: middle } .qd_login .hc li.token { padding-top: 0 } .qd_login .hc ul li a.captRefash, .qd_login .hc ul li a.captRefash:hover { padding: 16px 0 0; line-height: 18px; vertical-align: middle; text-decoration: none; outline: 0; display: inline-block; float: right } .signupnewbox { } .signupnewbox h3, .signupnewbox ul li.txt { text-align: right; line-height: 30px; margin: 0 auto; width: 257px } .signupnewbox h3 span, .signupnewbox ul li.txt span { float: left } .signupnewbox h3 a { color: #ec1611; text-decoration: underline } .signupnewbox ul li.txt { padding: 10px 0 } .signupnewbox ul li.txt a { color: #a9a9a9 } .signupnewbox ul { margin: 0 auto; width: 257px } .signupnewbox ul li { line-height: 20px; float: left; margin-top: 8px; position: relative; width: 257px } .signupnewbox ul label { width: 68px; position: absolute; top: 2px; left: 2px; height: 20px; background: #fff; padding-top: 8px } .signupnewbox ul div { border: 1px solid #cacaca; float: left; color: #999; height: 20px; width: 150px; padding: 9px 34px 9px 71px; line-height: 20px } .signupnewbox ul div input { width: 150px; padding: 0; background: #fff; border: 0; height: 20px; line-height: 20px; color: #999; outline: 0 } .signupnewbox ul input.focus { color: #333 } .signupnewbox ul ins { width: 20px; height: 20px; background: url(../images/v1icon4.png) no-repeat -100px -100px #fff; position: absolute; top: 2px; right: 2px; border-width: 8px 8px 0 4px; border-style: solid; border-color: #fff } .signupnewbox ul .warn1 ins { background-position: 0 -40px } .signupnewbox ul .warn2 ins { background-position: 0 0 } .signupnewbox ul .warn2 div { border-color: #ec1611; border-width: 2px; padding: 8px 33px 8px 70px } .signupnewbox ul .warn3 ins { background-position: 0 -20px } .signupnewbox ul li.captcha_box div { padding: 9px 34px 9px 15px; width: 50px } .signupnewbox ul li.captcha_box div input { width: 70px } .signupnewbox ul li.captcha_box a { margin-left: 12px; background: url(../images/v1icon4.png) 0 -60px; border: 1px solid #cacaca; height: 38px; float: left; width: 142px; text-decoration: none; line-height: 38px; color: #666 } .signupnewbox ul li.captcha_box a.disabled { background: #ececec; color: #999; cursor: default; cursor: no-drop } .signupnewbox ul li.captcha_box input { width: 70px; background-position: 0 -56px; height: 20px; line-height: 20px } .signupnewbox ul li.captcha_box img { vertical-align: middle; cursor: pointer; margin-left: 12px; border: 1px solid #cacaca; width: 93px; float: left } .signupnewbox ul li.captcha_box a.captRefash { background: 0 0; border: 0; width: 36px; color: #ec1611; outline: 0 } .signupnewbox ul li.captcha_box.warn2 div { padding: 8px 33px 8px 14px } .signupnewbox ul li .err { color: #ec1611; text-align: left; line-height: 20px; padding-left: 4px; padding-top: 4px; width: 253px; float: left } .signupnewbox ul li .err a { color: #09c; text-decoration: underline } .signupnewbox ul li input.change { color: #333 } .signupnewbox ul li.btn { margin-top: 18px } .signupnewbox ul li.btn input { background: #ec1611; border: 0; color: #fff; cursor: pointer; height: 35px; margin: 0; width: 100% } .signupnewbox ul li.btn input:hover { opacity: .9 } .signupnewbox ul li.voice_code { text-align: left } @media (max-width:1280px) { body header .links { background: url(../images/toolbar_links5.jpg) } } body a { color: #666 } i, em { font-style: normal } .area { width: 1200px } .dialog-wrapper .red { color: #c5000c } .dialog-wrapper .text_left { text-align: left } .dialog-wrapper .font14 { font-size: 14px } .btn_none .close { display: none!important } .dialog-wrapper { border: 5px solid #b2b2b2; width: 624px; position: absolute; z-index: 100000; background: #fff } .dialog-wrapper span.close { background: url(../images/btn1.png) -21px -32px no-repeat; cursor: pointer; display: none; height: 10px; position: absolute; right: 10px; top: 10px; width: 10px } #loginpanel .close, .closeblock span.close, .beizhudialog span.close { display: inline-block } .dialog-wrapper a:hover span.close { background-position: -33px -32px } .dialog-wrapper h4 { background: #F7F7F7; border-bottom: 1px solid #E5E5E5; color: #333; font: 14px/40px "宋体"; padding: 0 20px; text-align: left } .dialog-wrapper .diginfo .submit { border-top: 0; padding: 10px 0 20px; text-align: center } .msgbox { width: auto; border-radius: 0 } .msgbox .diginfo { padding: 5px } .msgbox span.close { display: none } #dialog_log_qiandao, #dialog_reg_qiandao { border: 8px solid #3d3d3d \9; border: 8px rgba(0,0,0,.4) solid; font-size: 12px; font-family: "宋体"; background: 0 0; width: 336px } #dialog_log_qiandao .close, #dialog_log_qiandao .close:hover, #dialog_reg_qiandao .close, #dialog_reg_qiandao .close:hover { background: url(../images/login_dialog_icons.png) no-repeat -177px -12px; width: 15px; height: 15px; right: 12px; top: 12px; -webkit-transform: rotate(0deg); -webkit-transition: all ease-in-out 100ms; display: block } #dialog_log_qiandao .close:hover { -webkit-transform: rotate(90deg); -webkit-transition: all ease-in-out 100ms } #dialog_log_qiandao .close:hover, #dialog_reg_qiandao .close:hover { -webkit-transform: rotate(90deg); -webkit-transition: all ease-in-out 100ms } #dialog_log_qiandao .diginfo, #dialog_reg_qiandao .diginfo { background: #fff; border: 1px solid #c9caca; margin: 0; padding: 24px 0 0 } .icon-arrow { display: inline-block; *display:inline; *zoom:1; height: 0; line-height: 0; width: 0; vertical-align: middle; border-width: 3px; border-style: solid; margin-left: 3px; border-color: #CCC #FFF #FFF; _overflow: hidden } .pos { height: 38px; line-height: 38px; text-align: left; font-family: "\5B8B\4F53" } .pos i { font-family: "\5FAE\8F6F\96C5\9ED1"; margin: 0 2px } .side_nav { margin-left: -745px } #detail { padding-bottom: 17px } .deteilpic { width: 402px; position: relative } .deteilpic figure { position: relative; width: 400px; height: 400px; border: 1px solid #e5e5e5; font-size: 0; line-height: 400px; overflow: hidden; background: url(../images/loading400x400.gif) no-repeat center center } .deteilpic figure img { vertical-align: middle; max-width: 400px; max-height: 400px } .deteilpic .qiang { width: 50px; height: 48px; padding-right: 6px; background: url(../images/deal_y2.png) no-repeat -309px -5px; position: absolute; left: 0; top: -5px; z-index: 1; font-size: 12px } .deteilpic .you { width: 78px; height: 57px; background: url(../images/deal_y2.png) no-repeat -10px -64px; position: absolute; left: 0; top: 0; z-index: 1; font-size: 12px } .deteilpic .youhuiquan { width: 60px; height: 43px; padding-right: 6px; background: url(../images/deal_y2.png) no-repeat -101px -5px; color: #fff; text-decoration: none; text-align: center; line-height: 18px; padding-top: 4px; position: absolute; top: -5px; left: 0; z-index: 2; font-size: 12px; overflow: visible } .deteilpic .icon_text_b { width: 75px; height: 47px; padding-right: 6px; background: url(../images/deal_y2.png) no-repeat -10px -5px; z-index: 100; color: #fff; text-decoration: none; text-align: center; line-height: 18px; padding-top: 3px; position: absolute; top: -5px; left: 0; z-index: 2; font-size: 12px } .deteilpic ul { width: 408px; float: left; margin-top: 16px } .deteilpic ul li { width: 58px; margin-right: 8px; height: 58px; float: left; border: 1px solid #e5e5e5; overflow: hidden; font-size: 0; line-height: 58px } .deteilpic ul li img { opacity: .5; -ms-filter: "alpha(Opacity=50)"; filter: alpha(opacity=50) } .deteilpic ul li a { max-width: 58px; max-height: 58px; width: 58px; height: 58px; vertical-align: middle; overflow: hidden } .deteilpic ul li.cur { border-color: #ec1611 } .deteilpic ul li.cur img { opacity: 1; -ms-filter: "alpha(Opacity=100)"; filter: alpha(opacity=100) } .deteilpic .panelC { width: 400px; float: left; margin-top: 20px; text-align: left } .deteilpic .panelC i { background: url(../images/p_Spirit1-1.png) no-repeat; width: 16px; height: 14px; overflow: hidden; float: left } .deteilpic .panelC div { float: left; margin-right: 20px; line-height: 16px; padding-bottom: 6px } .deteilpic .panelC a { color: #666 } .deteilpic .panelC a:hover, .deteilpic .panelC .on a { text-decoration: none; color: #e02f2f } .deteilpic .panelC .sc i { background-position: 0 -192px; vertical-align: middle } .deteilpic .panelC .fx i { background-position: -32px -192px } .deteilpic .panelC .jb i { background-position: -64px -192px } .deteilpic .panelC .sc a:hover i, .deteilpic .panelC .on a i { background-position: -16px -192px } .deteilpic .panelC .hover i { background-position: -48px -192px } .deteilpic .panelC .jb a:hover i { background-position: -80px -192px } .deteilpic .panelC .hover { position: relative; z-index: 101 } .deteilpic .panelC .hover p { cursor: pointer; color: #e02f2f } .deteilpic .panelC .fx ol { display: none } .deteilpic .panelC .hover ol { border: 1px solid #ccc; width: 90px; position: absolute; top: 16px; left: 0; background: #fff; padding: 10px 0 5px; display: block } .deteilpic .panelC .hover ol i { width: 20px; height: 20px; margin: 0 5px } .deteilpic .panelC .hover ol li { margin-bottom: 5px; overflow: hidden; line-height: 20px } .deteilpic .panelC .hover ol .weixin { background-position: 0 -207px } .deteilpic .panelC .hover ol .qzone { background-position: -20px -207px } .deteilpic .panelC .hover ol .renren { background-position: -40px -207px } .deteilpic .panelC .hover ol .weibo { background-position: -60px -207px } .deteilpic .panelC .hover ol .t { background-position: -80px -207px } .detailmeta { width: 745px; text-align: left; margin-left: 53px } .detailmeta h1 { font: 700 16px/24px "\5FAE\8F6F\96C5\9ED1"; color: #333; margin: -3px 0 1px 0; position: relative } .detailmeta h3 { color: #e99494; font: 12px/20px "\5FAE\8F6F\96C5\9ED1"; width:520px; } .detailmeta .red { color: #ec1611 } .detailmeta .gray9 { color: #999 } .detailmeta .gray6 { color: #666 } .detailmeta .has_zj { width: 701px; float: left; padding: 0 0 0 37px } .detailmeta .zj { width: 44px; height: 37px; float: left; background: #ec1611; color: #fff; line-height: 16px; padding: 3px 0 0; text-align: center; margin: 1px 0 0 -55px } .panelA { width: 512px; float: left; margin: 11px 0 0 } .panelA .bg_gray, .panelA .bg_yel { background: #f5f5f5; padding: 12px 18px 9px; margin: 0 -18px 10px -18px } .panelA .bg_yel { background: #fff6eb } .panelA dl { width: 100%; float: left; margin-bottom: 4px; font-family: "\5B8B\4F53"; line-height: 26px } .panelA dt { width: 58px; float: left; text-align: left } .panelA dd { width: 454px; float: left } .panelA dd.colspan { width: 100% } .panelA sub { bottom: 0; vertical-align: middle; float: left } .panelA .fontYaHei { font-family: '\5FAE\8F6F\96C5\9ED1' } .panelA .fontSimSun { font-family: '\5B8B\4F53' } .panelA .fontArial { font-family: Arial } .panelA .act { background: #ff6767; height: 33px; margin: 0 -18px; font: 12px/30px "\5B8B\4F53"; color: #fff; padding: 0 18px; display: block; text-decoration: none } .panelA .act b { margin: 0 12px } .panelA .act span { font: 14px/30px "\5FAE\8F6F\96C5\9ED1" } .panelA .act em { margin-left: 24px } .diatip { border: 1px solid #9c9c9c; position: absolute; z-index: 99; left: 58px; top: 3px; background: #fff } .diatip .close, .sku_box .close { width: 12px; height: 11px; overflow: hidden; background: url(../images/new_ico1.png) no-repeat -48px -35px; display: inline-block; position: absolute; right: 11px; top: 8px; z-index: 999 } .diatip h3, .sku_box h3 { line-height: 26px; border-bottom: 1px dotted #999; padding: 0 10px; color: #333; font-family: "\5B8B\4F53" } .diatip h3 { padding: 0 7px } .diatip h3 i { margin: 0 1px; color: #fe7393 } .diatip .con { padding: 7px } .y_tip { width: 310px } .y_tip .con i, .y_tip .con em { margin: 0 } .y_tip .con p { zoom: 1 } .y_tip .con p:after { content: "."; display: block; visibility: hidden; height: 0; clear: both } .y_tip .con p a { color: #fe7393; line-height: 24px } .y_tip .con p a.click { float: right; margin: 3px 0 0 } .panelA .price { margin-bottom: 0 } .price strong { font: 700 16px/30px "\5FAE\8F6F\96C5\9ED1"; display: inline-block } .price strong i { font-size: 26px; margin-left: 3px } .price .r { margin: 10px 0 0; line-height: 18px } .price del { font-family: "\5FAE\8F6F\96C5\9ED1"; vertical-align: 2px } .price del.no { text-decoration: none } .price u { font-family: "\5FAE\8F6F\96C5\9ED1"; text-decoration: none; vertical-align: 2px; line-height: 20px } .price u .red i { font-size: 16px; margin: 0 3px; font-family: arial } .price .icon { border-top: 1px solid #E02F2F; border-bottom: 1px solid #E02F2F; margin-left: 8px; text-align: center; display: inline-block; position: relative } .price .icon em { border-left: 1px solid #E02F2F; border-right: 1px solid #E02F2F; margin: 0 -1px; float: left; color: #fff; background: #E02F2F; text-decoration: none; height: 16px; line-height: 16px; position: relative; padding: 0 2px; font-family: "\5B8B\4F53" } .price .discount { border-color: #ffa200 } .price .discount em { border-color: #ffa200; background: #ffa200 } .adv { width: 345px; margin: 13px -18px 5px -18px } .adv img { max-width: 345px; max-height: 26px; vertical-align: top } .time sub { width: 14px; height: 14px; margin-top: 6px; display: inline-block; background: url(../images/new_ico1.png) no-repeat -72px -67px; margin-right: 7px } .time sub.dao { background-position: -86px -67px } .time i { font-family: arial; margin: 0 3px 0 5px } .x sub, .y sub, .jifen sub, .huiyuan sub, .nojifen sub { margin-top: 5px } .x sub { width: 44px; height: 16px; float: left; display: inline-block; background: url(../images/new_ico1.png) no-repeat 0 -33px } .x span { width: 70px; height: 14px; float: left; overflow: hidden; display: inline-block; background: url(../images/new_ico1.png) no-repeat 0 -16px; margin: 6px 8px 0 0; vertical-align: middle } .x span i { height: 14px; float: left; overflow: hidden; display: inline-block; background: url(../images/new_ico1.png) no-repeat 0 0; overflow: hidden } .y { position: relative; z-index: 5 } .y sub { width: 44px; height: 16px; float: left; display: inline-block; background: url(../images/new_ico1.png) no-repeat 0 -50px } .y i { font-family: arial } .y em { font-family: "\5FAE\8F6F\96C5\9ED1" } .y a { color: #666 } .y a.click { height: 16px; line-height: 16px!important; margin: -3px 0 0 15px; border: 1px solid #fe7393; display: inline-block; padding: 0 2px; background: #fff; color: #fe7393; text-decoration: none; vertical-align: middle } .y a.click:hover { background: #fe7393; color: #fff } .y span.click { color: #fe7393; cursor: pointer; position: absolute; top: 0; right: 5px } .panelA dl.jifen { margin-bottom: 2px } .jifen sub { width: 44px; height: 16px; float: left; display: inline-block; background: url(../images/new_ico1.png) no-repeat 0 -67px } .jifen .level i { margin: 7px 5px 0 0 } .jifen a { color: #666 } .jifen .levelbox { float: left; position: relative; z-index: 3; margin-right: 15px } .jifen .levelbox ul { position: absolute; top: 19px; left: 0; padding: 10px; border: 1px solid #b1b1b1; background: #fff; display: none; border: 1px solid #e5e5e5 } .jifen .levelbox span, .jifen .levelbox span a { color: #666 } .jifen .on ul { display: block } .jifen .levelbox ul li, .jifen .levelbox ul li a { height: 20px; line-height: 20px; white-space: nowrap; color: #999 } .jifen .levelbox ul li.cur, .jifen .levelbox ul li.cur a { color: #666 } .jifen em { font-family: "\5FAE\8F6F\96C5\9ED1"; color: #ccc; margin-left: 4px } .nojifen sub { width: 44px; height: 16px; float: left; display: inline-block; background: url(../images/new_ico2.png) no-repeat 0 -100px } .huiyuan sub { width: 44px; height: 16px; float: left; display: inline-block; background: url(../images/new_ico1.png) no-repeat 0 -84px } .huiyuan .level i { margin: 7px 5px 0 0 } .address address { font-style: normal; margin-right: 10px; cursor: pointer; display: inline; zoom: 1 } .address address.on .city { display: block } .address .city { border: 1px solid #9c9c9c; width: 304px; position: absolute; display: none; background: #fff; left: -13px; top: 31px; padding: 8px 0; z-index: 2 } .address .city sup { background: url(../images/icon18.png) no-repeat -132px -81px; height: 11px; position: absolute; right: 4px; top: 4px; width: 12px; z-index: 3 } .address ul li { width: 76px; float: left; height: 24px; line-height: 24px; text-indent: 12px } .address ul li a { color: #428BCA } .address dd { position: relative; z-index: 2 } .address p { line-height: 18px } .address em.down { font-family: "\5FAE\8F6F\96C5\9ED1"; color: #ccc } .fuwu p { line-height: 28px } .fuwu .icon { width: 16px; height: 16px; background: url(new_ico1.png) no-repeat 0 0; float: left; margin: 6px 5px 0 0 } .fuwu .i24 { background-position: 0 -153px } .fuwu .i48 { background-position: 0 -176px } .fuwu .i72 { background-position: 0 -199px } .fuwu .zhe800jian { background-position: -51px -153px } .fuwu .sellerjian { background-position: -25px -153px } .panelA .color { margin-bottom: 11px } .color dt { line-height: 35px } .color li { width: 33px; height: 33px; border: 1px solid #ccc; float: left; background: #fff; margin: 0 6px 6px 0; overflow: hidden } .color li a { width: 33px; height: 33px; display: inline-block; text-decoration: none; text-align: center; line-height: 31px; background: #fff; text-transform: uppercase; white-space: nowrap; vertical-align: top } .color li.cur { border-color: #e02f2f } .color li.cur a { width: 31px; height: 31px; border: 1px solid #e02f2f } .color li.no { border-color: #e8e8e8; cursor: no-drop } .color li.no a { -ms-filter: "alpha(Opacity=30)"; filter: alpha(opacity=30); opacity: .3; cursor: no-drop } .panelA .size { margin-bottom: 11px } .size li { height: 24px; border: 1px solid #ccc; float: left; margin: 0 6px 6px 0; overflow: hidden; font-family: arial } .size li a { height: 24px; float: left; padding: 0 8px; text-decoration: none; display: inline-block; line-height: 24px } .size li.cur { border: 1px solid #e02f2f } .size li.cur a { height: 22px; border: 1px solid #e02f2f; padding: 0 7px; line-height: 22px } .size li.no { border-color: #e8e8e8; cursor: no-drop } .size li.no a { -ms-filter: "alpha(Opacity=30)"; filter: alpha(opacity=30); opacity: .3; cursor: no-drop } .panelA .numb { line-height: 30px } .numb dd p { border: 1px solid #ccc; float: left; margin-right: 10px; background: #fff } .numb dd p i { width: 26px; height: 28px; float: left; text-align: center; cursor: pointer; font: 700 18px/26px "\5FAE\8F6F\96C5\9ED1"; background: url(../images/p_Spirit6.png) no-repeat 1px -179px } .numb dd p i.decrease { background-position: -1px -210px } .numb dd p i.increase { background-position: -1px -240px } .numb dd p i.decrease.no-drop { background-position: -1px -179px } .numb dd p i.increase.no-drop { background-position: -1px -271px } .numb dd p input { float: left; border-width: 0 1px; font-family: arial; border-color: #ccc; border-style: solid; width: 38px; height: 18px; background: #fff; padding: 5px; text-align: center } .numb dd .kucun { display: inline-block } .numb dd .kucun i { font-family: arial; margin: 0 5px } .numb dd .red { display: inline-block } .sku_box { width: 100%; float: left; margin-top: 6px } .sku_box .close, .sku_box h3 { display: none; cursor: pointer } .sku_box h3 { margin-bottom: 12px } .sku_box .sku_box_btn { width: 68px; height: 28px; float: left; text-decoration: none; font: 14px/28px "\5FAE\8F6F\96C5\9ED1"; background: #c7000b; text-align: center; display: none; color: #fff; margin: 5px 0 12px 45px } .sku_box .no { background: #cecece; cursor: no-drop } .sku_click { width: 502px; border: 1px solid #9c9c9c; background: #fff; float: left; position: relative } .sku_click dt { width: 46px; text-align: center } .sku_click dd { width: 456px } .sku_click .color { margin: 0 0 15px } .sku_click .size { margin: 0 0 15px } .sku_click .numb { margin: 0 0 15px } .sku_click .close, .sku_click h3, .sku_click .sku_box_btn { display: block } .detailmeta .submit { margin-top: 13px; width: 100%; float: left } .detailmeta .submit span input { width: 160px; height: 55px; color: #fff; text-align: center; font: 20px/36px '\5FAE\8F6F\96C5\9ED1'; border: 1px solid #c8000b } .detailmeta .submit span input:hover { opacity: .9 } .detailmeta .submit span.cart { margin-left: 10px } .detailmeta .submit span.cart input { background: url(../images/p_Spirit6.png) no-repeat 15px -96px #c8000b; text-indent: 24px; _background-position: 15px -100px } .detailmeta .submit span.s3 input, .detailmeta .submit span.s4 input, .detailmeta .submit span.s5 input { background: #cecece; border-color: #9c9c9c; cursor: no-drop } .detailmeta .submit span.s1 input { background: #69b300; border-color: #69b300 } .detailmeta .submit span.s2 input { background: #fef0f1; color: #c8000b } .detailmeta .submit var a { background: #F5F5F5; border: 1px solid #E1E1E1; border-radius: 1px; color: gray; display: inline-block; height: 22px; line-height: 22px; overflow: hidden; vertical-align: middle; white-space: nowrap; width: 100px } .detailmeta .submit var a:hover { text-decoration: none } .detailmeta .submit var a img { margin: 2px 2px 0; float: left } .detailmeta .submit var a i { width: 72px; float: left; overflow: hidden } .detailmeta .submit.sloading span.s2 input, .detailmeta .submit.sloading span.s3 input { color: #d0d0d0; border-color: #d0d0d0; background: #f6f6f6; cursor: no-drop } .detailmeta .submit.sloading span.cart input { background: url(../images/p_Spirit6.png) no-repeat 15px -301px #d0d0d0; border-color: #d0d0d0; color: #fff; cursor: no-drop } .panelD { width: 100%; float: left; margin-top: 10px } .panelD label { width: 58px; float: left } .panelD span { margin-right: 10px; line-height: 30px; float: left } .panelD span a { float: left } .panelD span i { background: url(new_ico1.png) no-repeat; margin-right: 4px; width: 16px; height: 16px; float: left; margin-top: 6px } .panelD span.jy i { background-position: -78px -176px } .panelD span.as i { background-position: -133px -176px } .panelD span.bt i { background-position: -51px -176px } .panelD span.bt_no i { background-position: -51px -199px } .panelD span.xx i { background-position: -105px -176px } .panelD span a { color: #666 } .panelD span a:hover { text-decoration: none } .panelD span.sq i { background: url(new_ico1.png) no-repeat -78px -199px } .panelD span.picc i { background: url(new_ico1.png) no-repeat -133px -199px } .kuai { width: 100%; float: left; margin: 14px 0 0 } .kuai div { border: 1px solid #efe5cc; background: #fff3d7; line-height: 26px; padding: 20px 0; width: 260px; float: left; text-align: center } .kuai a { color: #428BCA; text-decoration: underline } .detailmeta aside { background: #fff; float: right; width: 178px; margin-top: 11px; line-height: 20px; border: 1px solid #e8e8e8 } .detailmeta aside h4 { line-height: 20px; padding: 12px 15px 0 } .detailmeta aside h4 b { border-bottom: 1px dotted #c1c1c1; padding-bottom: 8px; width: 148px; display: inline-block; line-height: 20px; color: #333 } .detailmeta aside h4 b a:hover { color: #333; text-decoration: none } .detailmeta aside ol { padding: 5px 14px } .detailmeta aside ol li, .mainwrap aside .nubB ol li { text-align: left; line-height: 26px; color: #666 } .detailmeta aside ol li .ps { position: relative; display: inline-block } .detailmeta aside ol li .ps .info { display: none; line-height: 18px; border: 1px solid #b1b1b1; position: absolute; text-align: left; padding: 8px 10px; background: #fff; width: 108px; right: 50%; margin-right: -44px; top: 32px; box-shadow: 0 0 7px #D5D5D5; word-wrap: break-word; color: #666 } .detailmeta aside ol li .ps .info sup { top: auto; width: 40px; height: 27px; cursor: pointer; background: url(../images/icon6.png) no-repeat right 20px; display: inline-block; position: absolute; right: 33px; top: -27px; z-index: 2 } .detailmeta aside ol li .ps .info p { line-height: 25px } .detailmeta aside ol li .pscur .info { display: block; z-index: 2 } .detailmeta aside ol li a { text-decoration: none; cursor: pointer; color: #666 } .detailmeta aside ol li a:hover { color: #666 } .detailmeta aside ol li i, .mainwrap aside .nubB ol li i { width: 17px; height: 17px; background: url(../images/p_Spirit6.png) no-repeat; float: left; margin-right: 8px; font: 0/0 "" } .detailmeta aside ol li i { float: none; display: inline-block; position: relative; top: 4px } .detailmeta aside ol li .service { display: inline-block; line-height: 26px } .detailmeta aside ol li .service a { display: inline-block; line-height: 26px } .detailmeta aside ol li .service a img { position: relative; top: -2px } .detailmeta aside ol i.l1, .mainwrap aside .nubB ol .l1 i { background-position: 0 -370px } .detailmeta aside ol i.l2, .mainwrap aside .nubB ol .l2 i { background-position: 0 -387px } .detailmeta aside ol i.l3, .mainwrap aside .nubB ol .l3 i { background-position: 0 -404px } .detailmeta aside dl { height: 50px; padding-top: 12px; border-top: 1px dotted #c1c1c1; margin: 0 15px } .detailmeta aside dl dd { float: left } .detailmeta aside dl dd.ms { border-right: 1px solid #c1c1c1; text-align: left; width: 43px } .detailmeta aside dl dd.fw { border-right: 1px solid #c1c1c1; text-align: center; width: 59px } .detailmeta aside dl dd.fh { text-align: right; width: 43px } .detailmeta aside dl dd label { display: inline-block; color: #666 } .detailmeta aside dl dd em { display: inline-block } .detailmeta aside dl dd em.up { color: #ec1711 } .detailmeta aside dl dd em.down { color: #69b200 } .detailmeta aside dl dd em.line { color: #f60 } .detailmeta aside dl dd em.empty { color: #c1c1c1 } .detailmeta aside dl dd .ps { position: relative; display: inline-block } .detailmeta aside dl dd .ps .info { display: none; line-height: 18px; border: 1px solid #b1b1b1; position: absolute; text-align: left; padding: 6px 10px; background: #fff; width: 135px; right: 50%; margin-right: -44px; bottom: 22px; box-shadow: 0 0 7px #D5D5D5; word-wrap: break-word; color: #666 } .detailmeta aside dl dd .ps .info sup { top: auto; width: 40px; height: 27px; cursor: pointer; background: url(../images/icon6.png) no-repeat right -21px; display: inline-block; position: absolute; right: 30px; bottom: -27px; z-index: 2 } .detailmeta aside dl dd .ps .info a { color: #428bca } .detailmeta aside dl dd .pscur .info { display: block; z-index: 2 } .detailmeta aside div.rk { padding: 5px 0 15px 15px } .detailmeta aside div.rk a { text-decoration: none; color: #ff6767 } .detailmeta aside div.rk a:hover { text-decoration: none; color: #ff6767 } .detailmeta aside div.rk label { display: inline-block; cursor: pointer; border: 1px solid #ff6e6e; width: 66px; height: 24px; line-height: 24px; text-align: center; font-size: 14px; margin: 0 2px } .detailmeta aside div.rk label i { width: 18px; height: 14px; background: url(../images/pro_y2.png) no-repeat -70px -95px; display: inline-block; position: relative; top: 2px } .detailmeta aside hgroup { background: url(../images/new_bg1.png) repeat-x; text-indent: 14px; height: 32px; line-height: 32px; color: #333; width: 178px; position: relative; font-size: 15px } .detailmeta aside.qsbox { border: 1px solid #ffe400 } .detailmeta aside.qsbox span { float: left } .detailmeta aside.qsbox ol li span { float: none } .detailmeta aside.qsbox hgroup { background: #ffeda3; margin: 0; color: #b14f00 } .detailmeta aside.qsbox .quality_seller { width: 27px; height: 34px; background: url(p_Spirit1-1.png) -1px -66px no-repeat; position: absolute; top: 0; right: 10px } .detailmeta aside.newbox .new_seller { width: 27px; height: 28px; background: url(pro_y2.png) no-repeat -10px -95px; position: absolute; top: 1px; right: 10px } .detailmeta aside.qsbox .quality_seller .info { width: 178px; height: 24px; position: absolute; right: -10px; top: 40px; padding: 0 6px; text-align: center; background: #e82b3d; line-height: 24px; color: #fff; display: none; text-indent: 0 } .detailmeta aside.qsbox .quality_seller .info sup { right: 19px; top: -10px; font: 0/0 ''; border: 5px solid #e82b3d; position: absolute; border-color: transparent transparent #e82b3d } .im_icon iframe { vertical-align: middle; margin: 0 3px } .leA { background: url(../images/icon_level_new1.png) repeat-x 0 -3px; display: inline-block; vertical-align: middle; height: 16px } .A11 { background-position: 0 -2px; width: 18px } .A12 { background-position: 0 -2px; width: 36px } .A13 { background-position: 0 -2px; width: 54px } .A14 { background-position: 0 -2px; width: 72px } .A15 { background-position: 0 -2px; width: 90px } .A21 { background-position: 0 -18px; width: 18px } .A22 { background-position: 0 -18px; width: 36px } .A23 { background-position: 0 -18px; width: 54px } .A24 { background-position: 0 -18px; width: 72px } .A25 { background-position: 0 -18px; width: 90px } .A31 { background-position: 0 -34px; width: 18px } .A32 { background-position: 0 -34px; width: 36px } .A33 { background-position: 0 -34px; width: 54px } .A34 { background-position: 0 -34px; width: 72px } .A35 { background-position: 0 -34px; width: 90px } .A41 { background-position: 0 -50px; width: 18px } .A42 { background-position: 0 -50px; width: 36px } .A43 { background-position: 0 -50px; width: 54px } .A44 { background-position: 0 -50px; width: 72px } .A45 { background-position: 0 -50px; width: 90px } .myrecommend_new { width: 1198px; border: 1px solid #bbb; margin-bottom: 18px } .myrecommend_new ul { width: 965px; float: left; height: 243px; padding: 11px 0 0; margin-right: -11px; overflow: hidden } .myrecommend_new ul li { width: 180px; border: 1px solid #dfdfdf; height: 230px; float: left; margin: 0 11px 20px 0; position: relative; text-align: left } .myrecommend_new ul li img { width: 180px; height: 180px } .myrecommend_new ul li h3 { height: 25px; overflow: hidden; padding: 0 10px } .myrecommend_new ul li h3 a { color: #666; line-height: 25px; font: #666 12px/20px "\5FAE\8F6F\96C5\9ED1" } .myrecommend_new ul li p { text-align: right; padding: 0 10px; line-height: 20px; color: #999 } .myrecommend_new ul li p span { color: #fd4700; float: left } .myrecommend_new ul li p span i { font-size: 12px; font-family: "\5FAE\8F6F\96C5\9ED1"; margin-right: 2px } .myrecommend_new ul li p span em { font-size: 20px; font-family: Arial } .myrecommend_new ul li.hover { border-color: #c30d17 } .myrecommend_new .cli { width: 27px; height: 254px; float: left; cursor: pointer } .myrecommend_new .cli i { width: 27px; height: 67px; display: inline-block; margin-top: 97px; background: url(../images/new_ico1.png) no-repeat -72px -84px; cursor: pointer } .myrecommend_new .cli:hover i { background-color: #f9b1b0 } .myrecommend_new .page_next i { background-position: -99px -84px } .myrecommend_new .more { width: 189px; height: 254px; float: left; border-left: 1px solid #dfdfdf; text-align: left } .myrecommend_new .more>a { width: 129px; height: 254px; float: left; padding: 0 30px } .myrecommend_new .more>a:hover { text-decoration: none; border: 1px solid #ec1611; position: relative; margin: -1px } .myrecommend_new .more .a1 { display: inline-block; color: #666; font: 700 16px/24px "\5FAE\8F6F\96C5\9ED1"; margin-top: 30px } .myrecommend_new .no .a1 { margin-top: 46px } .myrecommend_new .one .a1 { margin-top: 60px } .myrecommend_new .two .a1 { margin-top: 50px } .myrecommend_new .more dl { border-top: 4px solid #ec1611; margin: 8px 0 1px } .myrecommend_new .more dl dd { border-top: 1px dotted #ec1611; position: relative; margin-top: -1px } .myrecommend_new .more dl dd { zoom: 1 } .myrecommend_new .more dl dd:after { content: "."; display: block; visibility: hidden; height: 0; clear: both } .myrecommend_new .more dd em { color: #ec1611; font: 16px/30px "\5FAE\8F6F\96C5\9ED1"; float: left } .myrecommend_new .more dd em i { font-size: 12px!important; float: left } .myrecommend_new .more dd em.first { width: 26px; text-align: right } .myrecommend_new .more dd em.second { width: 47px; text-align: center } .myrecommend_new .more dd em.third { width: 18px; text-align: center } .myrecommend_new .more dd em.forth { width: 36px; text-align: center } .myrecommend_new .more dd em.five { width: 18px; text-align: left } .myrecommend_new .more dd em.row i { margin-right: 4px } .myrecommend_new .dazhe dd em.second { width: 27px } .myrecommend_new .dazhe dd em.forth { width: 36px } .myrecommend_new .baoyou dd em.second { width: 42px } .myrecommend_new .baoyou dd em.third { width: 56px; text-align: left } .myrecommend_new .more .goto { display: inline-block; width: 129px; height: 32px; text-align: center; font: 16px/32px "\5FAE\8F6F\96C5\9ED1"; position: relative; background: #ec1611; color: #fff } .myrecommend_new .more .goto i { position: absolute; display: inline-block; width: 0; height: 0; overflow: hidden; right: 20px; top: 10px; border: 6px solid #fff; border-color: #ec1611 #ec1611 #ec1611 #fff } .myrecommend_new .more .more_store { width: 127px; height: 54px; margin-top: 18px; font: 18px/54px "\5FAE\8F6F\96C5\9ED1"; display: inline-block; border: 1px solid #ec1611; color: #ec1611; text-align: center } .myrecommend_new .more .go { height: 36px; font: 700 26px/36px arial } .myrecommend_new .more .go i { right: 22px; top: 10px; border-width: 8px } .myrecommend_s { margin-bottom: 18px } .myrecommend_s ul { width: 1224px; height: 242px; margin-right: -24px; float: left; overflow: hidden } .myrecommend_s ul li { width: 180px; border: 1px solid #dfdfdf; height: 240px; float: left; margin: 0 22px 20px 0; position: relative; text-align: left } .myrecommend_s ul li:nth-of-type(1) { margin-right: 21px } .myrecommend_s ul li:nth-of-type(2) { margin-right: 21px } .myrecommend_s ul li sup { width: 71px; height: 41px; background: url(../images/p_Spirit1-1.png) no-repeat right -66px; position: absolute; top: 0; right: 0 } .myrecommend_s ul li img { width: 180px; height: 180px } .myrecommend_s ul li h3 { height: 30px; overflow: hidden; font: 12px/30px "\5FAE\8F6F\96C5\9ED1"; padding: 0 10px } .myrecommend_s ul li h3 a { color: #666 } .myrecommend_s ul li p { text-align: right; padding: 0 10px; line-height: 24px; color: #999 } .myrecommend_s ul li p span { color: #fd4700; float: left } .myrecommend_s ul li p span i { font-size: 12px; font-family: Arial; margin-right: 2px } .myrecommend_s ul li p span em { font-size: 20px; font-family: Arial } .myrecommend_s ul li.hover { border-color: #c30d17 } .mainwrap { background: url(../images/new_bg.png) repeat-y right top; position: relative } .mainwrap .title { font: 14px/40px "\5FAE\8F6F\96C5\9ED1"; text-align: left; width: 1000px; height: 42px; float: right; overflow: hidden } .mainwrap .title .l span { float: left; color: #333; position: relative } .mainwrap .title .l span a { height: 40px; line-height: 40px; padding: 0 15px; float: left } .mainwrap .title .l span a:hover { text-decoration: none } .mainwrap .title .l .cur { font-weight: 700; border-top: 2px solid #e02f2f; border-left: 1px #dfdfdf solid; border-right: 1px #dfdfdf solid; border-bottom: 1px solid #fff; height: 38px; background: #fff } .mainwrap .title .l .cur a { height: 38px; color: #c7000b; line-height: 38px } .mainwrap .title .l span b { color: #c7000b; font-family: Arial } .mainwrap .title .r { color: #ec1813; height: 40px; display: none; position: relative } .mainwrap .title .r b { font: 24px/38px Arial; float: left } .mainwrap .title .r b i { margin-left: 3px } .mainwrap .title .r span { float: left } .mainwrap .title .r span a { margin-left: 18px; width: 202px; height: 40px; float: left; text-align: center; font: 16px/40px "\5FAE\8F6F\96C5\9ED1"; color: #fff; text-align: center } .mainwrap .title .r .s1 a { background: #69b300 } .mainwrap .title .r .s2 a { background: #c8000b } .mainwrap .title .r .s3 a, .mainwrap .title .r .s4 a, .mainwrap .title .r .s5 a { background: #9c9c9c } .mainwrap .title .r a:hover { text-decoration: none } .mainwrap .title hgroup { width: 1000px; border-bottom: 1px solid #e5e5e5; height: 40px; z-index: 99; background: #f3f3f3; position: relative } .mainwrap .title hgroup.fixed { position: fixed; margin-left: -400px; top: 0; left: 50%; _position: absolute; _top:expression(documentElement.scrollTop +"px"); border-bottom: 5px solid #fff } .mainwrap .title hgroup.fixed .r { display: block } .mainwrap aside { float: left; width: 182px; margin-bottom: 18px } .mainwrap aside hgroup { background: #fff; height: 32px; padding: 4px 0; border-bottom: 1px solid #dfdfdf } .mainwrap aside hgroup span { padding-left: 12px; float: left; font: 14px/32px "\5FAE\8F6F\96C5\9ED1"; color: #333 } .mainwrap aside .bm { border: 1px solid #e5e5e5; margin-bottom: 10px } .mainwrap aside .asidefixed { position: fixed; margin-left: -600px; top: 0; left: 50%; _position: absolute; _top:expression(documentElement.scrollTop +"px"); width: 182px; z-index: 1 } .mainwrap aside .asidefixed1 { position: fixed; margin-left: -600px; left: 50%; _position: absolute; _top:expression(documentElement.scrollTop +"px"); width: 182px } .mainwrap aside .asidefixed hgroup, .mainwrap aside .asidefixed .nubB p, .mainwrap aside .asidefixed .nubB ol { display: none } .mainwrap aside .nubB { padding-bottom: 4px; background: #f9f9f9; margin-bottom: 0; display: none } .mainwrap aside .asidefixed .nubB { display: block } .mainwrap aside .nubB hgroup { background: #f9f9f9 } .mainwrap aside .nubB p { text-align: left; line-height: 20px; padding: 10px } .mainwrap aside .nubB ol { padding: 0 10px } .mainwrap aside .nubA ul, .mainwrap aside .nubC ul { width: 182px; float: left } .mainwrap aside .nubA ul li, .mainwrap aside .nubC ul li { float: left; width: 182px; margin-top: 18px; position: relative } .mainwrap aside .nubA ul li img, .mainwrap aside .nubC ul li img { width: 180px; height: 180px; border: 1px solid #f5f5f5; border-bottom: 0; vertical-align: top } .mainwrap aside .nubA ul li p, .mainwrap aside .nubC ul li p { text-align: right; line-height: 24px; position: absolute; top: 157px; left: 0; background: rgba(255,255,255,.7); _background: #fff; width: 172px; padding: 0 5px; height: 24px } .mainwrap aside .nubA ul li p em, .mainwrap aside .nubC ul li p em { float: left; color: #333 } .mainwrap aside .nubA ul li p span, .mainwrap aside .nubC ul li p span { color: #c10000; font-size: 14px } .mainwrap aside .nubA ul li p span i, .mainwrap aside .nubC ul li p span i { font-size: 10px } .mainwrap aside .nubA ul li h6, .mainwrap aside .nubC ul li h6 { height: 30px; overflow: hidden; text-align: left; line-height: 30px; background: #f5f5f5; width: 172px; padding: 0 5px } .mainwrap aside .nubA ul li h6 a, .mainwrap aside .nubC ul li h6 a { color: #666 } .mainwrap aside .nubD { margin-top: 18px } .mainwrap aside .nubD img { vertical-align: top; border: 1px solid #fac2ca; width: 180px } .mainwrap aside .nubE { width: 180px; margin-top: 18px; padding-bottom: 8px; background: #fff; position: relative } .mainwrap aside .nubE hgroup { border: 0; font: 16px/30px "\5FAE\8F6F\96C5\9ED1"; text-align: left; color: #333; text-indent: 8px } .mainwrap aside .nubE li { padding-left: 8px; width: 160px; float: left; height: 30px; text-align: left; font: 14px/30px "\5FAE\8F6F\96C5\9ED1"; color: #333 } .mainwrap aside .nubE li i { background: url(../images/p_Spirit6.png) no-repeat; margin-right: 4px; width: 16px; height: 16px; float: left; margin-top: 8px } .mainwrap aside .nubE li.jy i { background-position: 0 -523px } .mainwrap aside .nubE li.as i { background-position: 0 -472px } .mainwrap aside .nubE li.bt i { background-position: 0 -489px } .mainwrap aside .nubE li.xx i { background-position: 0 -506px } .mainwrap aside .nubE li a { color: #333 } .mainwrap aside .nubE li a:hover { text-decoration: none } .mainwrap aside .nubE .daiyanren1 { width: 68px; height: 166px; background: url(../images/xiena.png) no-repeat 0 0; display: inline-block; position: absolute; left: 112px; top: 2px } .mainwrap aside .nubB .seller { padding: 0 10px; text-align: left; color: #afafaf; margin-top: 10px } .mainwrap aside .nubB .seller .store { display: inline-block; width: 78px; line-height: 18px } .mainwrap aside .nubB .seller .store a { color: gray } .mainwrap aside .nubB .seller .store a:hover { color: #ff6767 } .mainwrap aside .nubB .seller .store em { display: inline-block } .mainwrap aside .nubB .seller .store i { background: url(../images/pro_y2.png) no-repeat -70px -95px; width: 18px; height: 14px; display: inline-block; position: relative; top: 2px } .mainwrap aside .nubB .seller .im_icon { display: inline-block; width: 78px; line-height: 18px } .mainwrap aside .nubB .seller .im_icon a { color: #afafaf; display: inline-block; height: 22px; line-height: 22px; overflow: hidden; white-space: nowrap; width: 132px; vertical-align: top; margin-bottom: 8px; position: relative; padding-left: 28px; text-indent: 0 } .mainwrap aside .nubB .seller .im_icon a img { position: absolute; top: 2px; left: 0 } .keywordpanel { border-style: solid; border-color: #e73b53 #e5e5e5 #e5e5e5; background: #f9f9f9; border-width: 2px 1px 1px; margin-top: 18px } .mainwrap aside .keywordpanel hgroup { background: 0 0; border-bottom: 0 } .keywordpanel ul li { width: 70px; padding: 0 10px 10px; float: left; text-align: center } .keywordpanel ul li a { display: block; width: 48px; height: 24px; background: #fff; line-height: 24px; text-decoration: none; color: #666; overflow: hidden; padding: 0 10px; border: 1px solid #e5e5e5 } .keywordpanel ul li a:hover { background: #e73b53; color: #fff } .mainwrap .productdetail { float: left; width: 780px; overflow: hidden; margin: 0 18px; padding-top: 18px } .red_tit { margin-bottom: 18px; background: #c8000b; text-align: left } .red_tit span { color: #fff; font: 14px/25px "\5FAE\8F6F\96C5\9ED1"; padding-left: 14px } .tips { font: 18px/30px "\5FAE\8F6F\96C5\9ED1"; padding: 40px 0; width: 100% } .productdetail .info { margin: 0 0 18px; padding: 5px 0 0; text-align: left; word-wrap: break-word; word-break: break-all } .productdetail .bidu { width: 752px; height: 88px; margin-bottom: 18px; border: 1px solid #c70000; position: relative; padding: 0 13px } .productdetail .bidu ul { width: 370px; height: 66px; overflow: hidden; margin: 11px 9px 0 15px } .productdetail .bidu ul li { width: 350px; float: left; text-align: left; line-height: 22px; padding-left: 20px } .productdetail .bidu ul li a { color: #666 } .productdetail .bidu ul li em { float: left; color: #c70001; width: 20px; height: 22px; display: inline-block; text-indent: 5px; margin-left: -20px; font-size: 10px } .productdetail .bidu .img img { width: 64px; height: 64px; float: left; margin: 13px 8px 0 0; cursor: pointer } .productdetail .bidu sub { width: 94px; height: 64px; background: url(../images/new_ico1.png) no-repeat -72px 0; margin: 13px 0 0; float: left; bottom: 0 } .productdetail .bidu sup { width: 69px; height: 70px; background: url(../images/new_ico1.png) no-repeat -166px 0; position: absolute; right: 0; top: 0 } .productdetail .product_tit { width: 780px; height: 25px; display: inline-block; background: url(../images/pro_y2.png) no-repeat 1000px 1000px; margin: 0 0 3px } .productdetail .product_ps { background-position: -10px -10px } .productdetail .product_nb { background-position: -10px -35px } .productdetail .product_show { background-position: -10px -60px } .productdetail .product_fhwl { display: inline-block; background: url(../images/fhwl.png) no-repeat } .productdetail .list12 { padding: 0 0 15px; border-bottom: 1px solid #e5e5e5; margin-bottom: 18px } .productdetail .list12 li { width: 254px; float: left; padding: 0 3px; height: 30px; line-height: 30px; overflow: hidden; color: #666 } .productdetail .list12 li b { color: #333 } .productdetail .list12 li a { color: #666 } .productdetail .list12 .wuliu { width: 774px; height: auto; font-size: 16px; color: #333 } .productdetail .sizeinfohd, .productdetail .productinfonuhd { line-height: 26px; overflow: hidden; padding: 6px 0 6px 74px; text-align: left } .productdetail .sizeinfohd strong, .productdetail .productinfonuhd strong { font: 700 14px/26px "\5FAE\8F6F\96C5\9ED1"; color: #333; float: left; margin-left: -74px } .productdetail .sizeinfohd .text { font: 14px/26px "\5FAE\8F6F\96C5\9ED1"; color: #666; margin-left: -74px } .productdetail .sizeinfohd .text em { width: 13px; height: 13px; background: url(../images/p_Spirit6.png) no-repeat -8px -547px; display: inline-block; vertical-align: middle; margin: -2px 4px 0 0 } .productdetail .sizeinfotable { padding: 0 } .productdetail .sizeinfotable table { border-collapse: collapse; border-spacing: 0; width: 100%; text-align: center; line-height: 18px; background: #fff } .productdetail .sizeinfotable table th { background: #f4f4f4; padding: 10px 5px } .productdetail .sizeinfotable table td, .productdetail .sizeinfotable table th { border: 1px solid #CACACA; padding: 5px; word-wrap: break-word; word-break: break-all } .productdetail .sizeinfotable .tit { background: #f4f4f4 } .productdetail .sizeinfotable .tipz { text-align: left; padding-left: 10px; color: #666 } .productdetail .sizeinfotable .tipz span { color: #c7000b } .productdetail .tz .tit .s1 div { position: relative; width: 122px; float: left; overflow: hidden } .productdetail .tz td.s1 { width: 122px } .productdetail .br td.s1 { width: 82px } .productdetail .ty td { width: 10% } .productdetail .blank18 { height: 18px; overflow: hidden } .productdetail .info img { max-width: 780px } .shouhoubao { height: 80px; margin-bottom: 18px; border: 1px #d1d1d1 solid; text-align: left; overflow: hidden; font-size: 14px } .productdetail .shouhoubao ul li.notshow { display: none } .productdetail .shouhoubao ul li.sange { width: 33.3%; cursor: pointer } .productdetail .shouhoubao ul li.sige { width: 25%; cursor: pointer } .productdetail .shouhoubao ul li { position: relative; height: 46px; float: left; padding-top: 18px; text-align: center } .productdetail .shouhoubao ul li p { display: inline-block; text-align: left; vertical-align: middle } .productdetail .shouhoubao ul li b.bb { position: absolute; right: 0; width: 1px; background-color: #ccc; top: 25%; height: 45px } .productdetail .shouhoubao ul li span { display: inline-block; background: url(../images/pro_y2.png) no-repeat 1000px 1000px; width: 45px; height: 45px; margin-right: 12px; vertical-align: middle } .xuzhi ul li span i { background: url(../images/pro_y2.png) no-repeat 1000px 1000px; margin-right: 24px; width: 45px; height: 45px; float: left; margin-top: 14px } .xuzhi ul li span.picc i { background-position: -180px -466px } .productdetail .shouhoubao ul li span.et, .xuzhi ul li span.et i { background-position: -180px -131px } .productdetail .shouhoubao ul li span.buk, .xuzhi ul li span.buk i { background-position: -180px -179px } .productdetail .shouhoubao ul li span.etn, .xuzhi ul li span.etn i { background-position: -180px -419px } .productdetail .shouhoubao ul li span.th, .xuzhi ul li span.th i { background-position: -180px -227px } .productdetail .shouhoubao ul li span.twoh, .xuzhi ul li span.twoh i { background-position: -180px -275px } .productdetail .shouhoubao ul li span.foh, .xuzhi ul li span.foh i { background-position: -180px -323px } .productdetail .shouhoubao ul li span.oth, .xuzhi ul li span.oth i { background-position: -180px -371px } .appraise .newbox { padding: 9px 0; border: 1px solid #e5e5e5; margin: 18px 0 } .appraise .newbox .s1, .appraise .newbox .s2, .appraise .newbox .s3 { color: #333; float: left; text-align: left; display: inline } .appraise .newbox .s1 { width: 165px; padding-top: 30px; text-align: center } .appraise .newbox .s1 em { color: #999 } .appraise .newbox .s1 span.good { width: 165px; margin-right: 0; color: #fd4803; font: 14px/20px "\5FAE\8F6F\96C5\9ED1" } .appraise .newbox .s1 span.good i { font-size: 20px } .appraise .newbox .s1 span i.big { font-size: 28px } .appraise .newbox .s2 { width: 278px; padding-left: 80px; height: 90px; border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; position: relative } .appraise .newbox .s2 div { width: 100%; float: left; padding: 6px 0 } .appraise .newbox .s2 div em { float: left } .appraise .newbox .s2 .text { width: 20px; text-align: center; color: #999; position: absolute; left: -10px; top: 12px; background: #fff } .appraise .newbox .s2 .starBox { background-position: 0 -54px; margin-top: 0; float: left } .appraise .newbox .s2 .starBox i { background-position: 0 -71px } .appraise .newbox .s2 .starBox i.active0 { width: 0 } .appraise .newbox .s2 .starBox i.active1 { width: 10px } .appraise .newbox .s2 .starBox i.active2 { width: 20px } .appraise .newbox .s2 .starBox i.active3 { width: 29px } .appraise .newbox .s2 .starBox i.active4 { width: 40px } .appraise .newbox .s2 .starBox i.active5 { width: 48px } .appraise .newbox .s2 .starBox i.active6 { width: 60px } .appraise .newbox .s2 .starBox i.active7 { width: 67px } .appraise .newbox .s2 .starBox i.active8 { width: 80px } .appraise .newbox .s2 .starBox i.active9 { width: 87px } .appraise .newbox .s2 .starBox i.active10 { width: 100px } .appraise .newbox .s3 { width: 250px; text-align: center } .appraise .newbox .s3 p { padding: 4px 0 } .appraise .newbox .s3 span.red { color: #fd4700; padding-right: 10px } .appraise .newbox .s3 a.blue { color: #009acc } .appraise .newbox .s3 p .btn_p { padding: 0 10px; text-align: center; color: #fff; background: #fd4600; line-height: 30px; border: 0; text-decoration: none; display: inline-block } .appraise .newbox .s3 span.red a { color: #fd4700; text-decoration: none } .starBox { background: url(../images/start.png) 0 -52px; width: 100px; height: 16px; display: inline-block } .starBox i { background: url(../images/start.png); width: 100px; height: 16px; display: inline-block; float: left } .starBox i { background-position: 0 -71px } .starBox i.active0 { width: 0 } .starBox i.active1 { width: 20px } .starBox i.active2 { width: 40px } .starBox i.active3 { width: 60px } .starBox i.active4 { width: 80px } .starBox i.active5 { width: 100px } .mainwrap .recommend { margin: 18px 0 8px } .mainwrap .dealstyle4 { position: relative; line-height: 20px; float: left; width: 260px; height: 302px } .mainwrap .dealstyle4 .con { width: 218px; height: 280px; float: left; border: 1px solid #e5e5e5; padding: 9px 10px 1px; margin: 0 10px 10px; _margin: 0 9px 10px; display: inline; text-align: left; background: #fff; position: relative; z-index: 1 } .mainwrap .dealstyle4 img { width: 220px; height: 220px; vertical-align: top } .mainwrap .dealstyle4 h3 { height: 30px; overflow: hidden; text-align: left; font: 12px/30px "\5FAE\8F6F\96C5\9ED1"; white-space: nowrap; text-overflow: ellipsis; width: 100%; color: #666 } .mainwrap .dealstyle4 h3 a { color: #666 } .mainwrap .dealstyle4 h3 a:hover { color: #C00 } .mainwrap .dealstyle4 h3 b { font-weight: 400 } .mainwrap .dealstyle4 .con>a { font-size: 0; display: block; text-align: center } .mainwrap .dealstyle4 h4 { height: 30px; overflow: hidden; text-align: right; background: #fff } .mainwrap .dealstyle4 h4 a { display: none!important } .mainwrap .dealstyle4 h4 span { float: left; color: #e02f2f; line-height: 12px; font-size: 12px; text-align: left; margin-top: 7px } .mainwrap .dealstyle4 h4 em { color: #e02f2f; letter-spacing: -2; font: 20px/20px Arial; float: left } .mainwrap .dealstyle4 h4 em i { font-size: 20px } .mainwrap .dealstyle4 h4 em b { font-family: "Microsoft Yahei", Arial; font-weight: 400; font-size: 19px; margin-right: 2px } .mainwrap .dealstyle4 h4 span i { text-decoration: line-through; padding: 0 5px; font-size: 12px; color: #999; font-family: Arial } .mainwrap .dealstyle4 .dealon { border-color: #e02f2f; z-index: 2 } .mainwrap .dealstyle4 h4 span strong { float: right; position: relative; top: -4px } .mainwrap .dealstyle4 h4 span strong b { float: left; height: 16px; display: inline; margin-left: 3px; background: url(../images/icon21.png) no-repeat 0 0 } .mainwrap .dealstyle4 h4 span strong b.i2 { background-position: 0 0; width: 51px } .mainwrap .dealstyle4 h4 span strong b.i4 { background-position: 0 -18px; width: 39px } .mainwrap .dealstyle4 .sold { position: absolute; font: 12px/12px "\5FAE\8F6F\96C5\9ED1"; color: #999; right: 15px; bottom: 13px; display: block } .mainwrap .dealstyle4 .dtype { position: absolute; font: 12px/16px "\5FAE\8F6F\96C5\9ED1"; color: #999; right: 15px; bottom: 35px; display: block; overflow: auto } .mainwrap .dealstyle4 .dtype span { display: block; float: left; margin-left: 5px } .mainwrap .dealstyle4 .dtype em { background: url(../images/icon21.png) no-repeat 0 0; width: 16px; height: 16px; display: block; float: left } .mainwrap .dealstyle4 .dtype em.e1 { background-position: -17px -54px } .mainwrap .dealstyle4 .dtype em.e2 { background-position: 0 -54px } .mainwrap .dealstyle4 .dtype em.e3 { background-position: -35px -54px } .mainwrap .interestbrand { padding: 10px 14px; border: 1px solid #e5e5e5; margin-bottom: 18px } .mainwrap .interestbrand li { width: 230px; float: left; height: 30px; line-height: 30px; overflow: hidden; text-align: right; padding-right: 20px } .mainwrap .interestbrand li { -webkit-transition: all .2s ease-in; -moz-transition: all .2s ease-in; -ms-transition: all .2s ease-in; -o-transition: all .2s ease-in; transition: all .2s ease-in } .mainwrap .interestbrand li:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px) } .mainwrap .interestbrand li a { float: left; width: 144px; height: 30px; overflow: hidden; text-align: left } .mainwrap .interestbrand li em { color: #e02f2f } .mainwrap .interestbrand li a:hover { text-decoration: none } .appraise { width: 780px; margin-bottom: 18px } .appraise .titx { font: 700 12px/40px "\5FAE\8F6F\96C5\9ED1"; text-align: left } .appraise .tit { height: 29px; border: 1px solid #e5e5e5; background: #f5f5f5; padding: 9px 14px 0 } .appraise .tit span.l { margin-right: 50px } .appraise .tit span.l .cf_span { cursor: pointer } .appraise .tit span.l .cf_span .cfcommentshow { cursor: pointer } .appraise .tit input { margin-right: 4px; vertical-align: middle } .appraise .tit span.good { width: 120px; margin-right: 0; color: #c7000b; font: 14px/16px "\5FAE\8F6F\96C5\9ED1"; text-align: left } .appraise .tit span.good i { font-size: 20px } .appraise .pbox { padding: 15px 0; border-bottom: 1px dotted #e5e5e5; width: 780px } .appraise .pbox div { color: #333; float: left; line-height: 20px; text-align: left; display: inline } .appraise .pbox div p { padding: 2px 0 } .appraise .pbox div.s1 { width: 110px; padding-left: 15px } .appraise .pbox div.s2 { width: 315px; margin: 0 10px; padding-right: 40px } .appraise .pbox div.s2 .img span { width: 60px; height: 60px; float: left; margin: 5px 3px 3px 0; position: relative; text-align: center } .appraise .pbox div.s2 .img span img { float: none; width: 54px; height: 54px; margin: 0; cursor: url(http://i4.tuanimg.com/shop/asset/d/products/cursor_zoom.cur), pointer } .appraise .pbox div.s2 .img span.on { margin: 2px 3px 3px 0 } .appraise .pbox div.s2 .img span.on img { border: 1px solid #dc0000; padding: 2px; background: #fff; cursor: url(http://i4.tuanimg.com/shop/asset/d/products/cursor_minify.cur), pointer } .appraise .pbox div.s2 .img span.on em { width: 0; height: 0; display: inline-block; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #dc0000; position: absolute; bottom: -5px; left: 25px } .appraise .pbox div.s2 .bigimg { width: 530px; height: 450px; background: #f5f5f5; border: 1px solid #e5e5e5; text-align: center; position: relative; z-index: 1; margin-top: 5px } .appraise .pbox div.s2 .bigimg img { cursor: url(http://i4.tuanimg.com/shop/asset/d/products/cursor_minify.cur), pointer; max-width: 400px; max-height: 400px; position: relative; z-index: 2 } .appraise .pbox div.s2 .bigimg a.prev { width: 170px; height: 420px; z-index: 5; position: absolute; top: 32px; left: 0; background: url(../images/pro_y2.png) no-repeat 1000px 1000px } .appraise .pbox div.s2 .bigimg a.prev:hover em { width: 36px; height: 52px; background: url(../images/pro_y2.png) no-repeat -44px -508px; overflow: hidden; position: absolute; top: 184px; left: 15px } .appraise .pbox div.s2 .bigimg a.next { width: 170px; height: 420px; z-index: 5; position: absolute; top: 32px; right: 0; background: url(../images/pro_y2.png) no-repeat 1000px 1000px } .appraise .pbox div.s2 .bigimg a.next:hover em { width: 36px; height: 52px; background: url(../images/pro_y2.png) no-repeat -10px -508px; overflow: hidden; position: absolute; top: 184px; right: 15px } .appraise .pbox div.s2 .bigimg a.middle { width: 530px; height: 420px; z-index: 4; position: absolute; top: 32px; left: 0; cursor: url(http://i4.tuanimg.com/shop/asset/d/products/cursor_minify.cur), pointer; background: url(../images/pro_y2.png) no-repeat 1000px 1000px } .appraise .pbox div.s2 .turn_box { width: 400px; height: 400px; z-index: 2; position: absolute; top: 36px; left: 65px; display: inline-block; line-height: 400px } .appraise .pbox div.s2 .tip { width: 530px; height: 30px; line-height: 30px; z-index: 9; text-align: center } .appraise .pbox div.s2 .tip a { color: #666; text-decoration: none; display: inline-block; float: left; margin: 0 10px } .appraise .pbox div.s2 .tip a:hover { color: #09c } .appraise .pbox div.s2 .tip em { width: 0; height: 13px; border: 1px solid #e2e2e2; display: inline-block; float: left; margin-top: 8px } .appraise .pbox div.s2 .tip a i { margin: 9px 5px 0; display: block } .appraise .pbox div.s2 .tip a.close i { width: 12px; height: 12px; background: url(../images/pro_y2.png) no-repeat -9px -473px; overflow: hidden; float: left } .appraise .pbox div.s2 .tip a.close:hover i { background: url(../images/pro_y2.png) no-repeat -9px -486px; color: #09c } .appraise .pbox div.s2 .tip a.left i { background: url(../images/pro_y2.png) no-repeat -21px -473px; width: 14px; height: 14px; overflow: hidden; float: left } .appraise .pbox div.s2 .tip a.left:hover i { background: url(../images/pro_y2.png) no-repeat -21px -486px; color: #09c } .appraise .pbox div.s2 .tip a.right i { background: url(../images/pro_y2.png) no-repeat -35px -473px; width: 14px; height: 14px; overflow: hidden; float: left } .appraise .pbox div.s2 .tip a.right:hover i { background: url(../images/pro_y2.png) no-repeat -35px -486px; color: #09c } .appraise .pbox div.s3 { width: 140px; text-align: center } .appraise .pbox div.s4 { width: 140px; text-align: center } .appraise .pbox div .img img { float: left; width: 54px; height: 54px; margin: 5px 3px 3px 0; cursor: pointer } .appraise .pbox .gray9 { color: #999 } .appraise .pbox .gray6 { color: #666 } .appraise .pbox .grayf60 { color: #f60 } .record { margin-bottom: 18px } .record .hd { border-bottom: 1px dotted #ccc; font-weight: 700; height: 31px } .record .hd p { float: left } .record .s1 { width: 200px; text-align: left; padding-left: 10px } .record .s2 { width: 200px; text-align: center; min-height: 22px; height: auto; _height: 22px } .record .s3 { width: 180px } .record .s4 { width: 180px } .record .item { padding: 10px 0; width: 100%; float: left; line-height: 22px; border-bottom: 1px dotted #ccc } .record .item div { float: left } .record .item .s1 .level { vertical-align: middle; margin-left: 5px } .mainwrap .xuzhi ul li .service { float: left } .mainwrap .xuzhi ul li .service a { color: gray; display: inline-block; height: 22px; line-height: 20px; overflow: hidden; white-space: nowrap; margin: 0 10px 0 0; vertical-align: middle } .mainwrap .xuzhi ul li .service a img { float: left; margin: 2px 2px 0 } .mainwrap .xuzhi ul li .service a i { float: left; overflow: hidden; text-align: left; text-indent: 0 } .mainwrap .xuzhi ul { padding: 0 0 20px; float: left } .mainwrap .xuzhi ul li { line-height: 30px; text-align: left; float: left; width: 720px; margin-bottom: 16px; padding-left: 25px } .mainwrap .xuzhi ul li p .co1 { color: #e02f2f } .mainwrap .xuzhi ul li p { line-height: 20px } .mainwrap .xuzhi ul li label { display: block; text-align: left; color: #333; font-weight: 700; font-size: 12px } .mainwrap .xuzhi ul li a { color: #09c } .youpinhuiblockhd { width: 780px; float: left; background: #fff; margin-bottom: 18px } .youpinhuiblockhd img { vertical-align: top } .youpinhuiblockhd span { color: #c8000b; font: 700 18px/20px "\5FAE\8F6F\96C5\9ED1"; float: left; border-left: 4px solid #c8000b; border-right: 4px solid #c8000b; padding: 0 4px; height: 24px } .youpinhuiblock { overflow: hidden; width: 796px } .youpinhuiblock ul { margin-bottom: 18px } .youpinhuiblock ul li { float: left; width: 180px; border: 1px solid #ccc; margin-right: 17px; height: 238px } .youpinhuiblock ul li.cur { border-color: #c8000b } .youpinhuiblock ul li img { width: 180px; height: 180px } .youpinhuiblock ul li h6 { height: 30px; font: 12px/30px "\5FAE\8F6F\96C5\9ED1"; width: 160px; overflow: hidden; padding: 0 10px; text-align: left; white-space: nowrap; text-overflow: ellipsis } .youpinhuiblock ul li h6 a { color: #666 } .youpinhuiblock ul li p { color: #fd4700; font: 12px/20px Arial; text-align: left; padding: 0 10px } .youpinhuiblock ul li p i { margin-right: 2px } .youpinhuiblock ul li p .sold { font: 12px/18px "\5FAE\8F6F\96C5\9ED1"; color: #999; float: right } .m_nav { width: 152px; float: left; padding: 0 25px; position: relative; margin-top: -2px } .m_nav li.blank { width: 202px; height: 19px; background: #fff; margin: 0 -25px } .m_nav li { width: 100%; float: left } .m_nav li a { width: 100%; height: 47px; float: left; font: 14px/47px "\5FAE\8F6F\96C5\9ED1"; text-decoration: none; text-align: left; text-indent: 20px; border-bottom: 1px dotted #cfcfcf; color: #333 } .m_nav li a em { font-size: 10px; margin: 0 4px 0 0; color: #b2b2b2; vertical-align: 1px } .m_nav li .cur, .m_nav li .cur em, .m_nav li a:hover em, .m_nav li a:hover { color: #c7000b } .m_nav_fixed { position: fixed; top: 28px; left: 50%; margin-left: 398px } .m_nav_abs { position: absolute; top: auto; bottom: 18px; left: 50%; margin-left: 398px } .list_page { text-align: right; padding: 20px 0 0; width: 100%; float: left; font-family: Arial } .list_page span.disabled { } .list_page span { background: #e02f2f; color: #fff; display: inline-block; height: 24px; line-height: 24px; margin: 0 2px; padding: 0 8px } .list_page span.selected { background: 0 0; color: #b5b5b5 } .list_page a { display: inline-block; height: 24px; line-height: 24px; margin: 0 2px; padding: 0 8px; text-align: center; vertical-align: middle; *display:inline; *zoom:1 } .list_page a:hover { text-decoration: none; color: #666 } .list_page a.np_page:hover { color: #e02f2f } .list_page .dd { background: 0 0; color: #666 } .list_page .current { background: 0 0; color: #e02f2f } .list_page .text { width: 36px; height: 22px; line-height: 22px; border: 1px solid #dedede; text-indent: 5px; color: #666; margin: 0 3px } .cartdialog { width: 510px; border: 0 } .cartdialog_suc { margin-top: -140px } .cartdialog h4 { font: 14px/20px "\5FAE\8F6F\96C5\9ED1"; color: #fff; padding: 15px 0 15px 30px; border-bottom: 1px solid #d1d1d1; background: #c7000b } .cartdialog h4 .gfail1 { background: url(../images/v1icont1.png) no-repeat -1px -29px; width: 24px; height: 25px } .cartdialog span.close { display: block; background: url(../images/login_dialog_icons.png) no-repeat -176px -11px; width: 15px; height: 15px } .cartdialog a:hover span.close { background-position: -176px -11px } .cartdialog .tips { padding: 40px 40px 40px 140px; text-align: left; font: 14px/24px "\5FAE\8F6F\96C5\9ED1"; color: #333 } .cartdialog .tips i { float: left; margin-left: -35px; margin-right: 0; background: url(../images/v1icont1.png) no-repeat -57px -1px } .cartdialog .tips a { color: #428bca } .cartdialog .tips p { color: #666 } .cartdialog .suc { padding: 25px 0; text-align: center } .cartdialog .suctxt .btn, .cartdialog .submit .btn, .cartdialog .suctxt .inteclose { margin: 0 10px 0 0; background: #fff; text-align: center; display: inline-block; line-height: 30px; border: 1px solid #ccc } .cartdialog .suctxt .btn_red, .cartdialog .submit .btn_red { background: #dc0000; border: 1px solid #dc0000 } .cartdialog .suctxt .btn a, .cartdialog .submit .btn a { color: #fff; padding: 0 15px } .cartdialog .suctxt .inteclose { color: #666; padding: 0 15px; display: inline-block } .cartdialog .submit .btn a:hover, .cartdialog .suctxt .btn a:hover, .cartdialog .suctxt a.inteclose:hover { text-decoration: none } .cartdialog .recommend { border-top: 1px #d1d1d1 solid; margin: 0 10px; text-align: left; overflow: hidden; padding: 0 10px } .cartdialog .recommend .hd { font: 700 14px/46px "\5B8B\4F53" } .cartdialog .recommend ul { padding-bottom: 20px; margin-right: -10px; float: left } .cartdialog .recommend ul li { float: left; width: 150px; margin-right: 10px; line-height: 20px } .cartdialog .recommend ul li img { width: 150px; height: 150px } .cartdialog .recommend ul li a { color: #666 } .cartdialog .recommend ul li .title { height: 30px; overflow: hidden; line-height: 30px } .cartdialog .recommend ul li .money { color: #e02f2f } .cartdialog .recommend ul li .money b { font-size: 18px } .cartdialog .notepad { padding: 40px; font: 14px/24px "\5FAE\8F6F\96C5\9ED1" } .products_digerr img { display: inline-block; float: left; padding: 0 20px } .products_digerr .diginfo .submit { text-align: center; width: auto; padding: 0 0 20px; margin: 0 } .products_digerr .diginfo .submit .button { margin: 0 10px 0 0 } .reg_box { text-align: left; width: 480px } .reg_box input { vertical-align: middle; padding: 4px 10px; border: 1px solid #ccc } .reg_box .itext1 { background-position: 0 -40px; width: 240px; height: 20px } .reg_box .itext2 { background-position: 0 -72px; width: 115px; height: 20px } .reg_box #reg_submit_i { background-position: 0 -172px; width: 80px; height: 30px } .reg_box .item { padding: 10px 0 0 108px; width: 550px; height: 56px } .reg_box .i_code, .reg_box .i_txt { padding-top: 0 } .reg_box .nextbind { margin-top: 10px; margin-left: 10px; color: #09c; text-decoration: none; display: inline-block } .reg_box .item label { margin-left: -100px; text-align: right; float: left; width: 100px; height: 28px; font: 12px/28px "\5B8B\4F53"; display: inline; color: #666 } .reg_box .item label em { color: #c20000; padding-right: 5px } .reg_box .item .i_codeP a, .reg_box .item .i_codeP a:hover { width: 118px; height: 28px; margin-left: 7px; line-height: 28px; display: inline-block; background: url(../images/bdsj2.png) no-repeat 0 -208px; vertical-align: middle; text-align: center; text-decoration: none } .reg_box .item .i_codeP a.disbtn { cursor: no-drop; color: #999 } .msg_box { line-height: 28px; height: 28px; overflow: hidden } .msg_box em { display: inline-block; width: 20px; height: 28px; vertical-align: middle; background: url(../images/bdsj2.png) no-repeat -84px -108px } .reg_box .item .row1 { color: #c20000 } .reg_box .item .row1 em { background-position: -143px -108px } .reg_box .item .row2 { color: #c20000 } .reg_box .item .row2 em { background-position: -114px -108px } .reg_box .item input.btn { display: inline; float: left; margin-right: 10px; width: 68px; height: 30px; padding: 0; background: #E1262B; border-radius: 5px; color: #fff; font-size: 14px; cursor: pointer } .reg_box .item .captchaImg { vertical-align: middle } .i_btn { border-top: 1px solid #eea236; border-bottom: 1px solid #eea236; float: left; text-align: center; margin-top: 1px } .i_btn a { border-left: 1px solid #eea236; border-right: 1px solid #eea236; margin: 0 -1px; float: left; color: #fff; background: #f0ad4e; text-decoration: none; height: 26px; line-height: 26px; position: relative } .i_btn a:hover { color: #fff; text-decoration: none } .gint { border: 1px solid #bbb; height: 18px; padding: 3px; line-height: 18px } .gbtn { border: 0; background: 0 0; cursor: pointer; padding: 0 } .dialog-wrapper .submit .i_btn { float: none; display: inline-block; width: auto; margin-right: 15px; font-size: 14px } .dialog-wrapper .submit .i_btn a { padding: 3px 20px; display: inline-block } .i_btn1 { border-color: #d62a2a } .i_btn1 a, .i_btn1 a:hover { background: #e02f2f; border-color: #d62a2a } .i_btn2 { border-color: #ccc } .i_btn2 a, .i_btn2 a:hover { background: #ebebeb; border-color: #ccc; color: #333 } .dianpu_gg { width: 752px; margin-bottom: 18px; border: 1px solid #c70000; position: relative; padding: 15px 13px 10px } .dianpu_gg h2 { width: 112px; height: 18px; overflow: hidden; position: absolute; left: 50%; margin-left: -56px; top: -10px; background: #fff; text-align: center; font: 16px/18px "\5FAE\8F6F\96C5\9ED1"; color: #000 } .dianpu_gg h2 em { color: #c70000; font-size: 42px; position: absolute; left: -2px; top: -3px } .dianpu_gg h2 i { color: #c70000; font-size: 42px; position: absolute; right: -3px; top: -3px } .dianpu_gg .dpgg { text-align: left; padding: 5px 0 } .dealjfdig { width: 410px; text-align: left } .dealjfdig article { color: #333; line-height: 26px; padding: 40px } .dialog-overlay2 { background: #000 none repeat scroll 0 0; width: 100%; height: 7533px; opacity: .5; position: absolute; overflow: hidden; left: 0; top: 0; z-index: 99999 } .q-wrapper { width: 450px } .q-wrapper span.close { display: block } .q-wrapper .reg_box { width: 450px } .q-wrapper .reg_box .item { width: 342px } .q-wrapper article { padding: 20px 0 } .q-wrapper article .text { text-align: left; padding: 0 30px; line-height: 20px } .q-wrapper article .text .qbtn { padding: 20px 0 0 80px } .q-wrapper article .text .qbtn .i_btn { margin-right: 30px } .q-wrapper article .text .qbtn .i_btn a { padding: 0 20px } .giveup { width: 410px; text-align: left } .giveup p { margin-top: 40px; font-size: 14px } .giveup article { color: #333; line-height: 26px; padding: 10px } .giveup .submit { margin-top: 25px } .giveup span.close { display: block; width: 20px; height: 20px; background: url(../images/login_dialog_icons.png) no-repeat scroll -177px -12px } .feedbackpanel span.close { display: block } .feedbackpanel { width: 570px; padding: 25px 25px 0; text-align: left; min-height: 350px; _height: 350px } .feedbackpanel h4 { height: 58px; background: url(../images/feedback_logo.png) no-repeat 0 0; line-height: 500px; overflow: hidden; border: 0 } .feedbackpanel .submit { text-align: center; margin: 0 -25px; display: none; border-top: 0 } .feedbackpanel .submit .i_btn a { padding: 3px 40px } .feedbackpanel .hd { background: url(../images/sidebg3.png); line-height: 31px } .feedbackpanel .txt textarea { width: 98%; height: 54px; color: #999 } .feedbackpanel li { margin-bottom: 20px } .feedbackpanel .inp i { color: #e02f2f } .feedbackpanel .inp .gint { width: 340px; color: #999 } .feedbackpanel .suc { font: 14px/30px "\5B8B\4F53"; text-align: center; padding: 20px 0 } .feedbackpanel .suc p { font: 18px/30px "\5FAE\8F6F\96C5\9ED1" } .feedbackpanel.dialog-wrapper .diginfo { padding: 0; border: 0 } .feedbackpanel select, input, img { vertical-align: middle } .feedbackpanel .suc { font: 14px/30px "\5B8B\4F53"; text-align: center; padding: 20px 0 } .feedbackpanel .suc p { font: 18px/30px "\5FAE\8F6F\96C5\9ED1" } .feedbackpanel ul li.exch_cont { display: none } .feedbackpanel ul li.tip_consultin_img div { width: 100%; height: 220px; background: url(../images/feedback_consult_demo.jpg) 0 0 no-repeat } .feedbackpanel ul li.tip_consultin span { color: #00f } .feedbackpanel ul li.tip_business span, .feedbackpanel ul li.tip_consult a, .feedbackpanel ul li.tip_sign a, .feedbackpanel ul li.tip_emergency a { color: red } .collection { background: #FFFBEB; border: 5px solid #E6E6E6; width: 410px } .collection span.close { display: inline-block } .collection .diginfo { background: #FFFBEB; border: 5px solid #E6E6E6; padding: 10px 20px } .mainwrap span.level { display: inline-block } .mainwrap span.level i { width: 16px; height: 12px; background: url(../images/hb_1.png) -29px -124px no-repeat; overflow: hidden; float: left } .mainwrap span.level1 i { background-position: -29px -124px } .mainwrap span.level2 i { background-position: -45px -124px } .mainwrap span.level3 i { background-position: -61px -124px } .mainwrap span.level4 i { background-position: -77px -124px } .mainwrap span.level5 i { background-position: -93px -124px } .mainwrap span.level6 i { background-position: -109px -124px } .posab { width: 36px; height: 36px; position: absolute; right: -36px } #unite_Login { border: 0; border-radius: 0; width: 582px; padding: 8px; background: rgba(0,0,0,.3); *background:#000 } #unite_Login span.close { display: inline-block; top: 20px; right: 20px; width: 12px; height: 11px; background: url(../images/icon18.png) -132px -81px } #unite_Login a:hover span.close { background-position: -146px -81px } #unite_Login .hc { padding: 40px 0 20px } #unite_Login .hc h3 { text-align: right; margin-bottom: 10px; padding-right: 254px; width: 276px; color: #555; font: 700 14px/30px "\5FAE\8F6F\96C5\9ED1"; padding-left: 50px } #unite_Login .hc h3 span { float: left } #unite_Login .hc h3 a { color: #f51d18; font-size: 12px; font-weight: 400 } #unite_Login .qd_login { width: 580px } #unite_Login .qd_login .hc ul { width: 276px; float: left; font-size: 14px; line-height: 30px; padding-left: 50px } #unite_Login .qd_login .hc li { padding: 0; width: 276px; float: left } #unite_Login .qd_login .hc li input { border: 1px solid #d8d8d8; padding: 10px 5px; height: 20px; line-height: 20px; width: 264px; background: 0 0; color: #999; float: left } #unite_Login .qd_login .hc li.password input { border-top: 0 } #unite_Login .qd_login .hc li.btn input { margin: 0; background: #f51d18; border: 0; padding: 0; width: 276px; height: 40px; line-height: 40px; color: #fff; border-radius: 3px; font-size: 16px } #unite_Login .qd_login .hc li.btn input:hover { background: #ff332f } #unite_Login .qd_login .hc .wjmm { text-align: right; float: right; width: 80px } #unite_Login .qd_login .hc .wjmm a { color: #999; font-size: 12px } #unite_Login .qd_login .hc .wjmm a:hover { color: #f51d18; text-decoration: underline } #unite_Login .qd_login .hc li.token, #unite_Login .qd_login .hc li.btn { margin-top: 10px } #unite_Login .qd_login .hc li.token input { width: 100px } #unite_Login .qd_login .hc li.token img { height: 42px; width: 100px } #unite_Login #pperrmsg { width: 190px; line-height: 20px; float: left; margin-top: 6px } #unite_Login .qd_login .line { height: 80px; float: left; position: relative; width: 70px } #unite_Login .qd_login .line i { background: #eaeaea; width: 1px; height: 80px; overflow: hidden; font: 0/0 ''; left: 34px; top: 0; display: inline-block } #unite_Login .qd_login .line span { background: #fff; display: inline-block; position: absolute; top: 30px; left: 28px; color: #999 } #unite_Login .qd_login .sf { float: left; border-top: 0; height: auto; width: 184px; margin: 0; background: #fff } #unite_Login .qd_login .sf p { margin: 0; height: auto; width: 180px; float: left; margin-bottom: 10px } #unite_Login .qd_login .sf p a { margin: 0; background: url(../images/icon18.png) no-repeat; height: 35px; width: 44px } #unite_Login .qd_login .sf p .baidu { height: 40px; background-position: 0 0; width: 159px; margin-bottom: 10px; float: left } #unite_Login .qd_login .sf p .baidu:hover { background-position: 0 -110px } #unite_Login .qd_login .sf p .qq { background-position: 0 -40px; width: 159px } #unite_Login .qd_login .sf p .qq:hover { background-position: 0 -150px } #unite_Login .qd_login .sf p .taobao { background-position: 0 -75px; margin-right: 13px } #unite_Login .qd_login .sf p .taobao:hover { background-position: 0 -185px } #unite_Login .qd_login .sf p .sina { background-position: -44px -75px; margin-right: 13px } #unite_Login .qd_login .sf p .sina:hover { background-position: -44px -185px } #unite_Login .qd_login .sf p .renren { background-position: -88px -75px } #unite_Login .qd_login .sf p .renren:hover { background-position: -88px -185px } #unite_Login .qd_login .sf p .morela { background: 0 0; width: auto; text-indent: 0; height: auto } #unite_Login .qd_login .sf p .moreicona { } #unite_Login .qd_login .sf p .iconup { background-position: -141px -75px } #unite_Login .qd_login .sf .more_logina { margin-bottom: 10px } #unite_Login .qd_login .sf .more_logina.hidden { display: none } #hao123_first { width: 469px; height: 482px; background: url(../images/hao123products_bg.png) no-repeat; _background: url(../images/hao123products_IE6bg.png) no-repeat; border: 0; overflow: hidden } #hao123_first span.close { display: block; width: 44px; height: 44px; background: 0 0; top: 80px; right: 11px } .side_nav.hao123 { margin-left: -745px; display: block; top: 166px } .side_nav.affix { top: 0 } @media (min-width:1280px) and (max-width:1580px) { .side_nav.hao123 { display: none } } @media (max-width:1280px) { .toolbar .msg-tips { left: 635px } .area { width: 980px } header .search { width: 330px } header .search .search_history { width: 268px; top: 32px } header .search, header .device { margin-left: 47px; height: 38px; margin-top: 7px } header .search input.txt { width: 258px; border: 1px solid #ef0d0d; height: 20px; line-height: 20px } header .search .smt { width: 60px; height: 32px; cursor: pointer; float: left; background-color: #ef0d0d; color: #fff; font: 14px "微软雅黑" } header .search .showkw { width: 258px; top: 1px; left: 1px; height: 20px; line-height: 20px } .search .search_query { width: 268px; top: 32px } .search ul.burn { width: auto; height: 87px; padding: 5px; overflow: hidden; border-left: 0; min-height: 0; float: none } .search li.burn { margin: 4px 3px; line-height: 20px; line-height: 20px; padding: 0 } .search li.burn .sp { border: 1px solid #e5e5e5; color: #666; text-align: center; width: 78px; min-width: 0; padding: 0; height: 24px; line-height: 24px } .search .JS_history_a { margin: 0 } header .links { background: url(../images/toolbar_links5.jpg) } .side_nav.hao123 { margin-left: -635px; display: none } .detailmeta { width: 540px; margin-left: 38px } .detailmeta .has_zj { width: 355px; padding: 0 0 0 44px } .panelA { width: 323px } .panelA dd { width: 265px } .panelA .bg_gray, .panelA .bg_yel { background: #f5f5f5; padding: 12px 11px 9px; margin: 0 -11px 10px -11px } .panelA .bg_yel { background: #fff6eb } .panelA .act { margin: 0 -11px; padding: 0 11px } .panelA .act b { margin: 0 1px } .panelA .act span { font: 14px/30px "\5FAE\8F6F\96C5\9ED1" } .panelA .act a { color: #fff; margin-left: 10px } .adv { margin: 13px -11px 5px -11px } .price .r { display: none } .y .y_tip { width: 301px } dl.y { margin-bottom: 0 } .y dd { line-height: 20px; padding: 3px 0 0 } .y a.click { margin: 1px 0 0; float: right } .y .first { display: inline-block; width: 205px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .y span.click { position: relative; top: -6px; right: 0; display: inline-block } .y .diatip a.click { margin: 3px 0 0 10px } .sku_click { width: 337px; margin-left: -11px } .sku_click dd { width: 291px } .numb dd .red { display: block } .detailmeta .submit { width: 335px } .myrecommend_new { width: 978px } .myrecommend_new .cli { width: 22px } .myrecommend_new .cli i { width: 22px; background-position: -76px -84px } .myrecommend_new .page_next i { background-position: -102px -84px } .myrecommend_new ul { width: 772px } .myrecommend_new .more { width: 172px } .myrecommend_new .more>a { width: 130px; padding: 0 21px } .myrecommend_s ul { width: 1004px; margin-right: -24px } .myrecommend_s ul li { margin: 0 18px 20px 0 } .myrecommend_s ul li:nth-of-type(1) { margin-right: 17px } .myrecommend_s ul li:nth-of-type(2) { margin-right: 17px } .mainwrap { background: 0 0 } .mainwrap .title { width: 780px } .mainwrap .productdetail { margin: 0; float: right } .mainwrap aside .asidefixed { margin-left: -490px } .mainwrap .title hgroup { width: 780px } .mainwrap .title hgroup.fixed { margin-left: -290px } .mainwrap .title .r span a { width: 120px } .m_nav { display: none } .about li { width: 105px; padding: 30px 0 0 20px } .about li.w2 { width: 125px } .about li.w3 { width: 180px } .about li.w4 { padding-left: 20px; width: 253px } } .head_nav .r_con { float: right; color: #9a0c0a; font-size: 0; _width: 320px; position: relative; *z-index:999; height: 35px } .head_nav .r_con a, .head_nav .r_con { color: #fff; _border-right: 0; _zoom: 1 } .head_nav .r_con { position: relative; padding-right: 0 } .head_nav .r_con .yg_wrap { float: left; position: relative; display: inline-block; _float: left; overflow: hidden; height: 34px; width: 88px } .head_nav .r_con .yg i { color: #bb120f; border-right: 1px solid #bb120f; position: absolute; height: 17px; right: 0; top: 50%; margin-top: -8px; _line-height: 0 } .head_nav .r_con .yg { padding-right: 15px; padding-right: 5px\9; padding-left: 10px; *height:35px; *line-height:36px; overflow: hidden } .head_nav .r_con a:hover { text-decoration: none; color: #fff } .head_nav .r_con .zhe_intro, .sign_panel { float: left } .head_nav .r_con .zhe_intro, .head_nav .r_con .sign_panel { _height: 25px; _padding-top: 9px } .head_nav .r_con .zhe_intro .line_left { _line-height: 0; position: absolute; left: 0; top: 50%; height: 17px; _height: 17px; border-left: solid 1px #bb120f; margin-top: -8px } .head_nav .r_con .zhe_intro .trigger { padding-left: 25px; position: relative } .head_nav .r_con .zhe_intro { padding-left: 0 } .head_nav .r_con a.on { display: inline-block; *display:inline; *zoom:1; height: 35px } .head_nav .r_con .tooltip { right: 0; top: -65px } .head_nav .r_con .tooltip a { padding: 0; color: #09c; border: 0; position: static } .head_nav .r_con .tooltip .tooltip-arrow { left: auto; right: 30px } .head_nav .r_con { font-size: 14px } .head_nav .r_con .signin { border-right: 0; padding: 0 15px } .head_nav .r_con .signin i { width: 16px; height: 16px; display: inline-block; *display:inline; *zoom:1; background: url(../images/icon_head.png) no-repeat -40px -20px; vertical-align: text-top; *vertical-align:middle; margin-right: 4px; _background-image: url(../images/icon_head_ie6.png) } .head_nav .r_con .signin i.icon-mini { background-position: -30px 0!important; width: 11px; height: 11px; right: 10px; margin: 0; _top: 5px } .head_nav .r_con a.signin:hover i { background-position: 0 -20px } .head_nav .r_con .signin_on .signin i, .head_nav .r_con .signin_on a.signin:hover i { background-position: -20px -20px } .head_nav .r_con .zhe_notice { display: inline-block; *display:inline; *zoom:1 } .head_nav .r_con .zhe_notice.active { color: #e02f2f; font-weight: 700; background: #fff } .head_nav .r_con .zhe_intro .trigger { text-decoration: none; _border-right: 0 } .head_nav .r_con .zhe_intro .open .trigger { color: #FFF; border-color: transparent } .head_nav .r_con .zhe_intro .icon-arrow { display: inline-block; *display:inline; *zoom:1; height: 0; line-height: 0; width: 0; vertical-align: middle; border-width: 3px; border-style: solid; margin-left: 3px; border-color: #eca6a4 #cf201c #cf201c; _overflow: hidden } .head_nav .r_con .open .icon-arrow { display: inline-block; *display:inline; *zoom:1; height: 0; line-height: 0; width: 0; vertical-align: middle; border-width: 3px; border-style: solid; margin-left: 3px; border-color: #eca6a4 #bb120f #bb120f; _overflow: hidden } .head_nav .r_con .open { color: #FFF; border-bottom: 0; *z-index:999 } .head_nav .r_con .dropdown .arrow-down { -webkit-transition: -webkit-transform ease .3s; -moz-transition: -moz-transform ease .3s; -webkit-transform-origin: 3px 1.5px; -moz-transform-origin: 3px 1.5px } .head_nav .r_con .dropdown { border-top: 0; border-bottom: 0 } .head_nav .r_con .dropdown-menu li a { color: #333; border-right: 0; font-size: 12px } .head_nav .r_con .dropdown-menu a { border-right: 0 } .head_nav .r_con .dropdown-menu a:hover { _color: #333 } .dropdown.sign_panel, .dropdown.sign_board { border: 0; background: 0 0; *z-index:999 } .sign_panel .dropdown-menu { font: 12px/20px ""; color: #666; width: 190px; left: auto; right: 0 } .sign_panel .dropdown-menu b { color: #e02f2f } .sign_panel .dropdown-menu .gotuan { margin-top: 10px; padding-top: 10px; border-top: 1px dotted #999 } .head_nav .r_con .sign_panel { height: 34px; width: 111px } .head_nav .r_con .sign_panel a.signin { width: 111px; height: 35px; padding: 0; display: block; background: url(../images/signin5.gif) no-repeat 0 center } .head_nav .r_con a.signin.qdicon pre b { display: inline-block } .head_nav .r_con a.signin.qdicon:hover pre b { -webkit-transform: rotateY(360deg); -o-transform: rotateY(360deg); -moz-transform: rotateY(360deg); transform: rotateY(360deg); -webkit-transition: all 1000ms ease-out .2s; transition: all 1000ms ease-out .2s; -o-transition: all 1000ms ease-out .2s; -moz-transition: all 1000ms ease-out .2s } .r_con .signin.qdicon { position: absolute; left: 0; top: 0 } .r_con .signin.yqdicon { position: absolute; left: -16px; top: -11px } .head_nav .r_con .sign_panel a.signin:hover { background: url(../images/signin5_bg.png) no-repeat 0 -50px } .head_nav .r_con .sign_board a.signin.qdicon:hover { background: url(../images/signin5_bg.png) no-repeat 0 -150px } .head_nav .r_con .sign_board { height: 34px; width: 105px } .head_nav .r_con .sign_board a.signin.qdicon { width: 105px; height: 35px; display: block; padding: 0; background: url(../images/signin5_bg.png) no-repeat 0 -100px } .head_nav .r_con .sign_board.sign_board_unchecked { width: 111px } .head_nav .r_con .sign_board a.signin.signin_unchecked { padding: 0; width: 111px; height: 35px; display: block; background: url(../images/signin5.gif) no-repeat 0 center } .head_nav .r_con .sign_panel a.signin.qdyet, .head_nav .r_con .sign_board a.signin.signin_unchecked.qdyet { background: url(../images/signin5_bg.png) no-repeat; display: block } .head_nav .r_con .sign_panel a.signin.qdyet:hover, .head_nav .r_con .sign_board a.signin.signin_unchecked:hover { background: url(../images/signin5_bg.png) 0 -50px no-repeat } .head_nav .r_con .sign_panel dl a { color: #1b80a9; font-size: 12px; padding: 0 } .head_nav .r_con .sign_panel dl a:hover { color: #ff6000 } .sign_panel dl dt, .sign_panel dl dd { padding: 10px 0 } .sign_panel dl dd { background: #f0f0f0; padding: 10px; color: #ccc } .sign_panel dl dt { text-align: center } .sign_panel dl dd span { color: #666 } .sign_panel dl dd .addQQ { color: #666; margin-top: 6px } .sign_panel dl dd .addQQ span { color: #e02f2f; font-weight: 700 } .sign_panel.open .signin:hover { _color: #fff } .head_nav .r_con .signin { white-space: nowrap } .sign_panel .dropdown-menu, .sign_board .dropdown-menu { border: 0 } .sign_panel .signintip .dropdown-menu, .sign_board .signintip .dropdown-menu { border: 1px solid #ccc } .sign_board .dropdown-menu { position: absolute; top: 35px; width: 498px; height: 358px; border: 1px solid #ff3535; right: 0; left: auto; color: #666 } .sign_board .hd { font: 12px/25px "宋体"; margin-bottom: 10px } .sign_board .hd b { font-size: 14px; vertical-align: top } .sign_board .hd span { color: #e20000; margin: 0 12px 0 5px } .head_nav .r_con .sign_board .dropdown-menu a { color: #1b80a9 } .sign_board { _height: 26px; _padding-top: 12px } .sign_board .dropdown-menu a:hover { color: #FF6000!important } .sign_board .bd { padding-bottom: 20px; background: url(../images/qd_border.png) repeat-x 0 100%; background-color: #fff9d8 } .sign_board .side { float: right; margin-left: 12px; width: 225px; _margin-left: 5px } .sign_board .article { width: 267px; height: 241px; background-color: #fff; float: left; position: relative } .sign_board .bd .side { height: 220px; display: none } .sign_board .calendar { line-height: 26px; width: 340px; height: 248px; text-align: center; font-family: microsoft yahei; padding-left: 10px; border-collapse: inherit } .sign_board .calendar th { line-height: 28px; height: 30px; color: #fff; font-weight: 400; background: url(../images/signiconnew1.png) no-repeat 6px 3px } .sign_board .calendar td, .sign_board .calendar th { padding: 0 } .sign_board .calendar td { font: 16px/20px Arial; height: 31px; width: 45px; position: relative } .sign_board .calendar .get_nowaday { position: absolute; width: 48px; height: 40px; left: 0; top: 0 } .sign_board .calendar td .hdqd { font: 12px/11px "微软雅黑"; position: absolute; left: 11px; top: 25px; color: #f27a3e; height: 13px; width: 24px } .sign_board .calendar td.disable { color: #c8c8c8 } .sign_board .calendar td.on { background: url(../images/signiconnew1.png) no-repeat 9px -29px } .sign_board .calendar td.on:hover .snowflake { display: none } .sign_board .dropdown-menu .bd .article .tit { line-height: 30px; text-align: center; color: #fff; width: 353px } .qd_versiontip { display: block!important } .sign_board .dropdown-menu .title_user_status { height: 84px; color: #fff; font-family: "宋体"; position: relative; width: 466px; padding: 15px 16px; background: #ff484a; overflow: hidden } .sign_board .dropdown-menu .title_user_status_l { float: left; width: 366px } .sign_board .dropdown-menu .title_user_status_r { float: right; width: 100px; height: 82px } .sign_board .dropdown-menu .title_user_status_r button { width: 100px; height: 82px; padding: 0; border: 0; outline: 0; background: url(../images/checkin_button_bg.png) no-repeat 0 0; cursor: pointer } .sign_board .dropdown-menu .title_user_status_r .checked_btn { cursor: default } .sign_board .dropdown-menu .title_user_status_r .unchecked_btn1 { background-position: 0 0 } .sign_board .dropdown-menu .title_user_status_r .unchecked_btn2 { background-position: 0 -100px } .sign_board .dropdown-menu .title_user_status_r .unchecked_btn3 { background-position: 0 -200px } .sign_board .dropdown-menu .title_user_status_r .checked_btn1 { background-position: -120px 0 } .sign_board .dropdown-menu .title_user_status_r .checked_btn2 { background-position: -120px -100px } .sign_board .dropdown-menu .title_user_status_r .checked_btn3 { background-position: -120px -200px } .sign_board .dropdown-menu .title_user_status .gold_img { display: block; margin-left: 20px } .sign_board .dropdown-menu .title_user_status span { line-height: 36px; font-size: 12px } .sign_board .dropdown-menu .title_user_status .user_jifen .jfhhl { position: relative; top: -2px; margin-left: 10px; padding: 0; font-family: "microsoft yahei"; font-size: 14px; color: #fff } .sign_board .dropdown-menu .title_user_status .user_jifen .jfhhl:hover { color: #fff!important; text-decoration: underline } .sign_board .title_user_status .checkin_time_line ul { } .sign_board .title_user_status .checkin_time_line li { float: left; width: 73px } .sign_board .title_user_status .checkin_time_line li div { background: url(../images/time_line_bg.png) no-repeat -44px -36px } .sign_board .title_user_status .checkin_time_line li div span { display: block; width: 26px; height: 26px; text-align: center; text-indent: -3px; font: 18px/26px arial; color: #ff484a; background: url(../images/time_line_bg.png) no-repeat 0 0 } .sign_board .title_user_status .checkin_time_line .right_time_line div { background: url(../images/time_line_bg.png) no-repeat 26px -36px } .sign_board .title_user_status .checkin_time_line .right_time_line div span { background: url(../images/time_line_bg.png) no-repeat -70px 0 } .sign_board .title_user_status .checkin_time_line .last_time_line div { background: 0 0 } .sign_board .title_user_status .checkin_time_line .uncheckin_today_line div { background: url(../images/time_line_bg.png) no-repeat 26px -36px } .sign_board .title_user_status .checkin_time_line .uncheckin_today_line div span { font-weight: 700; background: url(../images/time_line_bg.png) no-repeat -35px 0; cursor: pointer; color: #ee0c1c } .sign_board .title_user_status .checkin_time_line .last_time_line div span { background: url(../images/time_line_bg.png) no-repeat -70px 0 } .sign_board .title_user_status .checkin_time_line .checkin_today_line div { background: url(../images/time_line_bg.png) no-repeat 26px -36px } .sign_board .checkin_time_line li p { margin-top: 5px; margin-left: 4px; font: 12px/12px "微软雅黑" } .sign_board .title_user_status .checkin_time_line li p span { line-height: 12px; font-family: arial } .sign_board .dropdown-menu .title_user_status .user_jifen { display: block; height: 44px; overflow: hidden } .sign_board .dropdown-menu .title_user_status .user_jifen span { display: inline-block; position: relative; line-height: 36px; font-family: arial; font-size: 36px } .sign_board .dropdown-menu .title_user_status .user_jifen u { text-decoration: none; display: inline-block; height: 17px; line-height: 17px; text-align: center; margin-left: 10px; font-family: '微软雅黑'; font-size: 14px; position: relative; top: -3px; padding: 0 5px; border: 1px solid #fff } .sign_board .dropdown-menu .title_user_status .current_score_today, .sign_board .dropdown-menu .title_user_status .current_today { top: 0; position: absolute; color: #333 } .sign_board .dropdown-menu .title_user_status .current_score_today { right: 22px } .sign_board .dropdown-menu .title_user_status .current_today { right: 130px } .sign_board .dropdown-menu .title_user_status .current_score_today b, .sign_board .dropdown-menu .title_user_status .current_today b { font-size: 14px; font-family: "微软雅黑"; top: 1px } .sign_board .dropdown-menu .title_user_status b { font-family: "microsoft yahei"; font-weight: 400; font-size: 14px; position: relative; margin-left: 5px; top: -3px } .sign_board .dropdown-menu .title_user_status em { font-family: '微软雅黑'; font-size: 12px } .sign_board .dropdown-menu .title_user_status em i { font-family: '微软雅黑'; font-size: 12px; margin: 0 2px } .sign_board .dropdown-menu .ad_signin { float: left; width: 177px; height: 241px; position: relative } .sign_board .dropdown-menu .ad_signin .nowaday_date { color: #fff; background: url(../images/signbgnew3.png) no-repeat 0 0; height: 95px; width: 105px; margin: 25px 0 0 23px; text-align: center } .sign_board .dropdown-menu .ad_signin p { text-align: center; font-size: 14px; font-family: "微软雅黑"; color: #fff } .sign_board .dropdown-menu .ad_signin .nowaday_date b { font-family: Arial; line-height: 22px; margin-left: -55px; font-size: 14px; display: block; color: #f96; position: relative; top: 2px } .sign_board .dropdown-menu .ad_signin .nowaday_date span { font-size: 50px; font-family: Arial; display: block; margin-left: -12px; line-height: 40px } .sign_board .dropdown-menu .ad_signin .nowaday_date em { font-family: "宋体"; font-size: 12px; margin-left: -9px; line-height: 19px; font-weight: 700; display: block } .sign_board .dropdown-menu .ad_signin .nowaday_activ { line-height: 1.9; text-align: left; padding-left: 10px } .sign_board .dropdown-menu .ad_signin .activ_wrap { border-top: 1px solid #f59b6e; padding-top: 10px; margin-top: 15px; height: 170px; overflow: hidden } .sign_board .dropdown-menu .ad_signin .nowaday_activ span { font-size: 14px; font-family: "微软雅黑"; color: #fff; text-align: center } .sign_board .dropdown-menu .ad_signin .nowaday_date span.cur_day { color: #f96; font-size: 55px; width: 104px; margin: 7px 0 0 } .sign_board .dropdown-menu .ad_signin .nowaday_activ span:hover { color: #cb1f24 } .sign_board .dropdown-menu .ad_signin .nowaday_activ ._hot { background: url(../images/qd_icon3.png) no-repeat -23px 4px; width: 30px; margin-left: 0; height: 15px; display: inline-block } .sign_board .dropdown-menu .ad_signin .nowaday_activ ._new { background: url(../images/qd_icon3.png) no-repeat -25px -12px; width: 30px; margin-left: 0; height: 15px; display: inline-block } .sign_board .dropdown-menu .article .tit { height: 52px; *height:42px; font-size: 23px; font-family: "微软雅黑"; margin-bottom: 0; border-bottom: 0; padding-top: 15px; position: relative } .sign_board .dropdown-menu .article .tit .now_month { float: left; color: #000; margin: 14px 0 0; font: 24px/30px Arial } .sign_board .dropdown-menu .article .tit .eng_month { float: left; font: 18px/25px "微软雅黑"; margin: 33px 0 0 9px; color: #000 } .sign_board .dropdown-menu .article .tit .now_year { color: #000; margin: 14px 0 0 14px; font: 24px/30px Arial; float: left } .sign_board .dropdown-menu .article .calendar { border-spacing: 2px } .sign_board .dropdown-menu .info_notice .scroll_noticeword { height: 42px; overflow: hidden; margin-top: 10px } .sign_board .dropdown-menu .info_notice .scroll_noticeword .notice_word { height: 52px; width: 346px } .sign_board .dropdown-menu .info_notice .scroll_noticeword .notice_word p { height: 90px; word-break: break-all; word-wrap: break-word } .sign_board .dropdown-menu .info_notice { width: 353px; height: 60px; float: right; border-top: 1px solid #ffcd4a; background-color: #fff9d8 } .sign_board .dropdown-menu .info_notice .bgpng { width: 29px; height: 15px; background: url(../images/activ_icon3.png) no-repeat -46px 0; position: absolute; bottom: 33px } .sign_board .dropdown-menu .info_notice p { font: 12px/20px "微软雅黑"; color: #a17344; padding-left: 42px } .sign_board .dropdown-menu .jifen_task { width: 353px; height: 60px; *height:59px; float: right; border-top: 1px solid #ffcd4a; background-color: #fff9d8 } .sign_board .dropdown-menu .jifen_task .jifen_word { width: 43px; margin-top: 14px; margin-left: 11px; font: 14px/17px "微软雅黑"; float: left; color: #000 } .sign_board .dropdown-menu .jifen_task img { float: left; width: 40px; height: 40px } .sign_board .dropdown-menu .jifen_task .task_icon { width: 274px; overflow: hidden; position: relative } .sign_board .dropdown-menu .jifen_task .task_icon .tasks { float: left; width: 40px; height: 40px; margin-top: 11px; margin-left: 5px; position: relative } .sign_board .dropdown-menu .jifen_task .task_icon .tasks .bgcolor { width: 40px; height: 40px; position: absolute; background-color: #666; opacity: .6; filter: alpha(opacity=60); -moz-opacity: .6; border-radius: 18px; -webkit-border-radius: 18px; -moz-border-radius: 18px; left: 0; top: 0 } .sign_board .dropdown-menu .jifen_task .task_icon .get_icon { width: 506px; overflow: hidden; margin: 0 } .sign_board .dropdown-menu .jifen_task .task_icon a { padding: 0 } .sign_board .dropdown-menu .jifen_task .scroll_icon { background: url(../images/clickicon1.png) no-repeat 0 0; height: 10px; width: 20px; position: absolute; right: 1px; bottom: 23px } .sign_board .dropdown-menu .jifen_task .scroll_icon .click_icon { height: 10px; width: 8px; position: absolute; bottom: 0; right: 3px; padding: 0 } .sign_board .dropdown-menu .jifen_task .scroll_icon .leftclick_icon { height: 10px; width: 8px; position: absolute; bottom: 0; right: 13px; padding: 0 } .sign_tog_wrap .cal_box.undis, .sign_tog_wrap .qr_box.undis { display: none; position: relative; overflow: hidden } .sign_tog_wrap .cal_box .qiandao_huodong a { width: 166px; height: 175px; padding: 0 } .sign_tog_wrap .cal_box .qiandao_huodong a img { width: 166px; height: 175px } .sign_tog_wrap .cal_box .qiandao_renwu { width: 498px; height: 65px; border-top: 1px solid #eee } .sign_tog_wrap .cal_box .qiandao_renwu ul { float: left; width: 432px; height: 65px; padding-left: 12px; overflow: hidden } .sign_tog_wrap .cal_box .qiandao_renwu li { float: left; width: 100px; height: 65px } .sign_tog_wrap .cal_box .qiandao_renwu li a { position: relative; height: 31px; padding: 17px 0 } .sign_tog_wrap .cal_box .qiandao_renwu .meiri_wrap { width: 122px } .sign_tog_wrap .cal_box .qiandao_renwu li .meiri_qiandao { padding-right: 15px } .sign_tog_wrap .cal_box .qiandao_renwu li .meiri_qiandao p { width: 75px } .sign_tog_wrap .cal_box .qiandao_renwu li a .complete { position: absolute; top: 18px; right: -5px; width: 17px; height: 12px; background: url(../images/btn_cal_icon_bg.png) no-repeat 0 -140px } .sign_tog_wrap .cal_box .qiandao_renwu li a:hover { background-color: #fff } .sign_tog_wrap .cal_box .qiandao_renwu li a p { float: left; width: 68px; margin-left: 2px; padding-top: 1px; line-height: 13px; font-size: 13px; color: #333; font-family: "microsoft yahei"; white-space: nowrap; overflow: hidden } .sign_tog_wrap .cal_box .qiandao_renwu li a img { float: left; width: 30px; height: 30px } .sign_tog_wrap .cal_box .qiandao_renwu li a span { display: block; margin-top: 4px; line-height: 12px; font-size: 12px; color: #ff484a; font-family: "microsoft yahei" } .sign_tog_wrap .cal_box .qiandao_renwu .btn_cal_icon { float: right; width: 54px; height: 65px; background: url(../images/btn_cal_icon_bg.png) no-repeat 0 0 } .sign_tog_wrap .article .btn_cal_icon { position: absolute; right: 0; top: 0; width: 67px; height: 62px; background: url(../images/qrcodenew_bg.png) no-repeat center; display: inline-block; *display:inline; *zoom:1; padding-right: 0; outline: 0 } .sign_tog_wrap .article .btn_qr_icon { position: absolute; right: 0; top: 0; width: 67px; height: 62px; background: url(../images/calendarnew_bg.png) no-repeat center; display: inline-block; *display:inline; *zoom:1; padding-right: 0; outline: 0 } .sign_tog_wrap .qr_box h2.qr_tit { text-align: right; font-size: 18px; font-family: "微软雅黑"; color: #898989; font-weight: 700; margin-top: 25px; line-height: 20px } .sign_tog_wrap .qr_box .qr_list { margin-top: 18px; padding-left: 59px } .sign_tog_wrap .qr_box .qr_list li { background: url(../images/shouji_qiandao_bg.png) no-repeat 0 10px; padding-left: 15px; font-size: 14px; font-family: "微软雅黑"; color: #fff; height: 30px; line-height: 30px } .sign_tog_wrap .qr_box .qr_list li span { display: block; width: 94px; height: 23px; line-height: 23px; text-align: center; background: url(../images/shouji_qiandao_bg.png) no-repeat 0 -21px } .sign_tog_wrap .qr_box .btn_qr_icon { position: absolute; right: 0; bottom: 0; width: 54px; height: 64px; background: url(../images/btn_cal_icon_bg.png) no-repeat 0 -64px } .sign_board .article .qr_content { height: 218px; padding-top: 23px; border-right: 1px solid #eee; text-align: center } .sign_board .article .qr_content p { margin-bottom: 15px; line-height: 14px; color: #333; font-size: 14px; font-family: "微软雅黑" } .sign_board .article .qr_content img { width: 160px; height: 160px } .sign_panel .dropdown-menu { color: #666; height: 360px; left: auto; position: absolute; right: 0; top: 35px; width: 500px; cursor: pointer } .side-panel .sign_panel .dropdown-menu { top: -21px } .sign_panel .dropdown-menu .activ_signin { width: 148px; height: 301px; float: left; background-color: #86339a; color: #fff5bf; text-align: center } .sign_panel .dropdown-menu .activ_signin p { font: 28px/35px "微软雅黑"; font-weight: 700; margin-top: 28px } .sign_panel .dropdown-menu .activ_signin .activ_info { background: url(../images/qd_bg1.png) no-repeat 6px 0; padding-top: 14px; text-align: center; margin-top: 21px; height: 170px } .sign_panel .dropdown-menu .activ_signin .activ_info .activ_words p { word-break: break-all; word-wrap: break-word; height: 139px; font: 15px/27px "微软雅黑"; width: 94px; margin-left: 22px; *margin-left:8px; margin-top: 0; overflow: hidden; text-align: left } .sign_panel .dropdown-menu .activ_signin .activ_info .activ_words { height: 200px; width: 120px } .sign_panel .dropdown-menu .activ_signin .activ_info p em { font-size: 23px; color: #ffd807 } .sign_panel .dropdown-menu .activ_signin .activ_info .demo { overflow: hidden; height: 139px; padding-left: 10px } .sign_panel .dropdown-menu .activity { width: 500px; height: 360px } .sign_panel .dropdown-menu .activity a { padding: 0 } .sign_panel .dropdown-menu .activity img { width: 500px; height: 360px } .sign_panel .dropdown-menu .sign_ad { width: 500px; height: 80px } .sign_panel .dropdown-menu .sign_ad a { padding: 0 } .sign_panel .dropdown-menu .sign_ad img { width: 166px; height: 80px; float: left; border-right: 1px solid #faf3ea } .sign_panel .dropdown-menu .sign_ad .ad3 img { border: 0 } .sign_panel .dropdown-menu .jifen_task { float: left; width: 500px; height: 60px; background-color: #fff9d8; font: 14px/20px "微软雅黑"; color: #000 } .sign_panel .dropdown-menu .jifen_task p { padding-top: 21px; padding-left: 18px; float: left } .sign_panel .dropdown-menu .jifen_task .task_icon { width: 360px; overflow: hidden } .sign_panel .dropdown-menu .jifen_task .task_icon .get_icon { width: 506px; overflow: hidden; margin-left: 0 } .sign_panel .dropdown-menu .jifen_task .task_icon img { height: 40px; width: 40px; float: left; margin-top: 10px; margin-left: 5px } .sign_panel .dropdown-menu .jifen_task .task_icon a { padding: 0 } .sign_panel .dropdown-menu .info_notice { width: 500px; height: 30px; background-color: #f27a3e } .sign_panel .dropdown-menu .info_notice .scroll_downwords { margin-left: 40px; overflow: hidden } .sign_panel .dropdown-menu .info_notice .scroll_downwords .down_words { height: 27px; width: 1000%; margin-top: 3px } .sign_panel .dropdown-menu .info_notice .task_icon { background: url(../images/qd_icon3.png) no-repeat -1px -7px; width: 22px; height: 17px; float: left; margin: 7px 10px 0 8px } .sign_panel .dropdown-menu .info_notice .scroll_downwords .down_words a, .sign_panel .dropdown-menu .info_notice .scroll_downwords .down_words i { width: 1500px; font-size: 12px; color: #fff; padding-top: 2px; font-family: "微软雅黑"; overflow: hidden; height: 23px; display: inline-block } .sign_panel .dropdown-menu .jifen_task .scroll_icon { background: url(../images/clickicon1.png) no-repeat 0 0; height: 10px; width: 20px; position: absolute; right: 0; bottom: 52px } .sign_panel .dropdown-menu .jifen_task .scroll_icon .click_icon { height: 10px; width: 8px; position: absolute; bottom: 0; right: 3px; padding: 0 } .sign_panel .dropdown-menu .jifen_task .scroll_icon .leftclick_icon { height: 10px; width: 8px; position: absolute; bottom: 0; right: 13px; padding: 0 } .sign_panel .dropdown-menu .activ_info .activ_words a { color: #fff; text-decoration: none } .sign_panel .dropdown-menu .scroll_downwords .down_words a, .sign_panel .dropdown-menu .scroll_downwords .down_words a:hover { text-decoration: none } .head_nav .allp { width: 135px; float: left; position: relative; z-index: 99999 } .head_nav .allp span { width: 135px; height: 35px; display: block; font: 14px/35px ""; cursor: pointer; color: #fff; background: #bb120f url(../images/alll.png) no-repeat 110px 15px } .head_nav .allp ul { display: none; position: absolute; width: 131px; left: 0; top: 35px; z-index: 11; border: 2px solid #bb120f; border-top: 0; background: #fff } .head_nav .allpcur ul { display: block } .head_nav .allp ul li { height: 29px; line-height: 29px; border-top: 1px solid #f5f5f5; width: 100%; float: left } .head_nav .allp ul li a { font-size: 14px; display: block; width: 100%; height: 29px } .head_nav .allp ul li a:hover { background: #f5f5f5; color: #333; text-decoration: none } .side-panel .profile-icon, .side-panel .cart-icon, .side-panel .order-icon, .side-panel .checkin-icon, .side-panel .qrcode-icon, .side-panel .faq-icon, .side-panel .gender-icon, .side-panel .safeguard-icon, .side-panel .feedback-icon, .side-panel .totop-icon { background: url(../images/sidePanelIconsNew.png) no-repeat 0 0 } .side-panel .profile-icon { background-position: -6px 0 } .side-panel .cart-icon { background-position: -61px 0 } .side-panel .order-icon { background-position: -722px 0 } .side-panel .checkin-icon { background-position: -205px 0 } .side-panel .qrcode-icon { background-position: -267px 0 } .side-panel .faq-icon { background-position: -330px 0 } .side-panel .gender-icon.def { background-position: -386px 0 } .side-panel .gender-icon.man { background-position: -600px 0 } .side-panel .gender-icon.woman { background-position: -638px 0 } .side-panel .gender-icon.lama { background-position: -677px 0 } .side-panel .safeguard-icon { background-position: -447px 0 } .side-panel .feedback-icon { background-position: -501px 0 } .side-panel .totop-icon { background-position: -554px 0 } .side-panel .coupons-icon, .side-panel .store-icon { height: 42px; background: url(../images/quan_iconnew.png) no-repeat 7px 2px; position: relative } .side-panel .coupons-icon .quan_num, .quan_num_hover, .side-panel .store-icon .quan_num, .side-panel .order-icon .quan_num { color: #fff; text-indent: -1px; text-align: center; line-height: 13px; font-size: 12px; font-family: "\5FAE\8F6F\96C5\9ED1"; background: url(../images/side_golds.png) no-repeat -4px -146px; display: inline-block; position: absolute; width: 14px; height: 14px; left: 16px; top: 5px } .side-panel .coupons-icon a, .side-panel .store-icon a { outline: 0 } .side-panel .coupons-icon .quan_num_hover, .side-panel .store-icon .quan_num_hover, .side-panel .order-icon .quan_num_hover { color: #c7000b; background-position: -4px -167px } .side-panel .store-icon { background: url(../images/myFavorites.png) no-repeat 7px 12px } .side-panel .side-tab-top3 .store-icon .quan_num { top: 6px } .fivepointed { display: none; z-index: 100000; width: 15px; height: 18px; background: url(../images/favorite_icon.png); position: absolute; left: 100px; top: 500px } .side-panel { position: fixed; bottom: 0; right: 0; width: 34px; background-color: #000; height: 100%; min-height: 594px; z-index: 10003; visibility: visible; left: auto; margin: 0; padding: 0; font-size: 12px; font-family: "\5FAE\8F6F\96C5\9ED1"; color: #fff; _position: absolute; _right: 0; _top: 0; _height: 1000px } .side-panel .clear { clear: both } .side-panel .side-tab { position: absolute; cursor: pointer; width: 34px; left: 0 } .side-panel .side-tab:hover { background-color: #c7000b } .side-panel .side-tab-cart { height: 133px } .side-panel .side-tab-cart a { height: 133px; display: block; width: 34px; position: absolute; top: 0; left: 0; color: #fff } .side-panel .tab-icon { width: 34px; height: 42px; display: block } .side-panel .arr-icon { position: absolute; width: 16px; height: 16px; line-height: 16px; text-align: center; font-size: 16px; font-family: "\5FAE\8F6F\96C5\9ED1"; top: 14px; right: -6px; color: #c7000b } .side-panel .tab-icon a { display: block; width: 34px; height: 42px; overflow: hidden; text-indent: -40px } .side-panel .tab-text { font-size: 12px; text-align: center; display: block; left: 7px; top: 40px; width: 20px; height: 50px; line-height: 16px; overflow: hidden; padding: 0; position: absolute } .side-panel .tab-tip { position: absolute; display: none; opacity: 0; filter: alpha(opacity=0); right: 62px; top: 0; width: 90px; height: 42px; line-height: 42px; text-align: center; color: #fff; background-color: #c7000b } .side-panel .tab-tip>a { text-decoration: none; color: #fff; font-size: 12px; font-family: "微软雅黑" } .side-panel .tab-tip.tab-tip-coupon { min-width: 100px; padding: 0 5px } .side-panel .tab-tip.tab-tip-coupon a { line-height: 16px; display: inline-block; margin: 5px 0 } .side-panel .tab-tip.tab-tip-coupon i, .side-panel .tab-tip>a i { color: #fed603; font-size: 12px; font-family: "\5FAE\8F6F\96C5\9ED1"; margin: 0 3px } .side-panel .tab-tip.tab-tip-order { min-width: 100px; padding: 0 5px } .side-panel .tab-tip.tab-tip-order a { line-height: 16px; display: inline-block; margin: 5px 0 } .side-panel .tab-tip.tab-tip-order a .quan_num, a .quan_time { color: #fed603; font-family: "微软雅黑"; font-size: 12px; margin: 0 3px } .side-panel .tab-sup { display: block; top: 100px; right: 0; text-align: center; position: absolute; width: 34px } .side-panel .tab-sup-bg { } .side-panel .tab-sup-bd { width: 19px; height: 19px; font-family: "\5FAE\8F6F\96C5\9ED1"; line-height: 19px; border-radius: 12px; font-size: 12px; display: inline-block; background: url(../images/car_quan_pic.png) no-repeat -2px -5px } .side-panel .side-tab-cart:hover .tab-sup-bd { color: #c7000b; background-position: -2px -30px } .side-panel .side-tab-cart a:hover+.tab-sup-bd { background-position: 0 0\9; text-decoration: none } .side-panel .side-tab-cart a:hover { text-decoration: none } .side-panel .side-tab-top1 a:hover .tab-sup-bd { background-position: 0 0; text-decoration: none } .side-panel .side-tab-top1 a:hover { text-decoration: none } .side-panel .side-tab-gender .tab-tip { width: 120px; padding-right: 10px } .side-panel .side-tab-gender .tab-tip span { *+display:block; *+float:left; *+margin-left:10px } .side-panel .side-tab-gender .tab-tip a { text-decoration: none; display: inline-block; float: right; padding: 2px; height: 14px; line-height: 14px; border: 1px solid #fff; background: #c7000b; color: #fff; margin: 12px 2px; border-radius: 3px } .side-panel .side-tab-gender .tab-tip a.on { color: #c7000b; background-color: #fff } .side-panel .side-tab-checkin .checkin-icon { background: url(../images/sidePanel_checkin1N.gif) no-repeat 0 0 } .side-panel .side-tab-checkin:hover .checkin-icon { background: url(../images/sidePanel_checkin4N.png) no-repeat 0 0 } .side-panel .side-tab-checkin.checked .checkin-icon, .side-panel .side-tab-checkin.checked:hover .checkin-icon { background: url(../images/sidePanel_checkin3N.png) no-repeat 0 0 } .side-panel .side-tab-checkin.checked:hover .checkin-icon { background: url(../images/sidePanel_checkin4N.png) no-repeat 0 0 } .side-panel .side-tab-checkin.checked .tab-tip, .side-panel .side-tab-checkin.unsignin .tab-tip { width: auto; height: auto; top: -125px; padding: 0 } .side-panel .side-tab-checkin.checked .tab-tip .arr-icon, .side-panel .side-tab-checkin.unsignin .tab-tip .arr-icon { top: 134px } .side-panel .side-tab-checkin.checked .tab-tip .arr-icon { right: -17px } .side-panel .side-tab-checkin.unchecked .checkin-icon, .side-panel .side-tab-checkin.dlwqd .checkin-icon { background: url(../images/sidePanel_checkin1.gif) no-repeat -19px -7px } .side-panel .side-tab-profile .tab-tip .arr-icon, .side-panel .side-tab-qrcode .tab-tip .arr-icon { color: #fff } .side-panel .side-tab-profile .tab-tip, .side-panel .side-tab-qrcode .tab-tip { background: #fff } .side-panel .side-tab-checkin .tab-tip { padding: 0 4px } .side-panel .side-tab-checkin .tab-tip .dropdown-menu { border-right: 0; position: absolute!important } .side-panel .side-tab-checkin .tab-tip span { color: #fff } .side-panel .side-tab-checkin .tab-tip span em { color: #fff } .side-panel .side-tab-profile .tab-tip { width: 334px; height: auto } .side-panel .side-tab-profile .tab-tip, .side-panel .side-tab-gender .tab-tip, .side-panel .side-tab-checkin.checked .tab-tip, .side-panel .side-tab-qrcode .tab-tip { cursor: default } .side-panel .side-tab-profile .tab-tip .tab-loading a.closeCtrl { display: block; height: 32px } .side-panel .side-tab-profile .tab-tip .tab-loading a.closeCtrl i.close { position: absolute; display: block; background: url(../images/login_dialog_icons.png) no-repeat -177px -12px; width: 15px; height: 15px; right: 12px; top: 12px; -webkit-transform: rotate(0deg); -webkit-transition: all ease-in-out 100ms } .side-panel .side-tab-profile .tab-tip .tab-loading a.closeCtrl i.close:hover { transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transition: all ease-in-out 100ms; -webkit-transition: all ease-in-out 100ms; -moz-transition: all ease-in-out 100ms; -o-transition: all ease-in-out 100ms } .side-panel .side-tab-qrcode .tab-tip { width: 104px; height: 144px } .side-panel .load-img .tab-tip { background: url(../images/sidePanel_qrcodeNew1-3.png) no-repeat 0 0 } .side-panel .side-tab-qrcode .app { width: 104px; height: 144px; background: url(../images/sidePanel_qrcodeNew1-2.png) no-repeat 0 0 } .side-panel .side-tab-qrcode .tab-tip i { cursor: pointer; width: 10px; height: 10px; display: block; position: absolute; right: 4px; top: 3px } .side-tab-imMessage-link { display: none } .side-panel .side-tab-imMessage .imMessage-icon { position: relative; background: url(../images/sidePanelIconsNew.png) no-repeat scroll -756px 2px } .side-panel .side-tab-imMessage .quan_num { display: none; color: #fff; font-family: "\5FAE\8F6F\96C5\9ED1"; text-indent: -1px; text-align: center; line-height: 14px; background: url(../images/side_golds.png) no-repeat -4px -146px; position: absolute; width: 14px; height: 14px; left: 19px; top: 1px } .side-panel .side-tab-imMessage .quan_num_hover { color: #c7000b; background-position: -4px -167px } .side-panel .side-tab-top { top: 0 } .side-panel .side-tab-bottom { bottom: 0 } .side-panel .side-tab-profile { top: 42px } .side-panel .side-tab-cart { top: 84px } .side-panel .side-tab-order { top: 217px } .side-panel .side-tab-coupons { top: 259px; height: 42px } .side-panel .side-tab-store { top: 299px; height: 42px } .side-panel .side-tab-checkin { bottom: 252px } .side-panel .side-tab-checkin.checked .arr-icon { color: #fff } .side-panel .side-tab-qrcode { bottom: 210px } .side-panel .side-tab-faq { bottom: 168px } .side-panel .side-tab-gender { bottom: 126px } .side-panel .side-tab-safeguard { bottom: 84px } .side-panel .side-tab-feedback { bottom: 42px } .side-panel .side-tab-totop { bottom: 0 } .side-panel .side-tab-totop.thide { visibility: hidden } .side-panel .side-tab.side-tab-top0 { top: 28px!important } .side-panel .side-tab.side-tab-top1 { top: 162px!important } .side-panel .side-tab.side-tab-top2 { top: 202px!important } .side-panel .side-tab.side-tab-top3 { top: 245px!important } .side-panel .side-tab.side-tab-top4 { top: 289px!important } .side-panel .side-tab.side-tab-bottom6 { bottom: 295px!important } .side-panel .side-tab.side-tab-bottom5 { bottom: 210px!important } .side-panel .side-tab.side-tab-bottom4 { bottom: 168px!important } .side-panel .side-tab.side-tab-bottom3 { bottom: 126px!important } .side-panel .side-tab.side-tab-bottom2 { bottom: 84px!important } .side-panel .side-tab.side-tab-bottom1 { bottom: 42px!important } .side-panel .side-tab.side-tab-bottom0 { bottom: 0!important } .hc .profile-detail { color: #595757; font-size: 12px; font-family: "微软雅黑"; margin-bottom: 26px } .hc .profile-detail .de-avatar { width: 90px; height: 90px; float: left; border-radius: 45px; margin: 10px; overflow: hidden } .hc .profile-detail .de-avatar img { width: 100%; height: 100% } .hc .profile-detail .de-data { float: left; text-align: left; width: 222px; margin-bottom: 20px } .hc .profile-detail .de-data h2 { font-size: 14px; color: #595757; font-weight: 700; text-align: left; line-height: 20px; margin-top: 10px } .hc .profile-detail .de-data h2 span { float: none } .hc .profile-detail .de-data p { line-height: 36px; font-family: "\5FAE\8F6F\96C5\9ED1" } .hc .profile-detail .de-data p.t-level { } .hc .profile-detail .de-data p.t-checkin { border-top: 1px dotted #858585 } .hc .profile-detail .de-data p.t-out a { text-decoration: none; display: block; float: left; border: 1px solid #c9caca; line-height: 12px; padding: 6px 10px; margin-right: 16px } .hc .profile-extend { padding: 8px 0; background: #f5f5f5 } .hc .profile-extend ul { width: 310px } .hc .profile-extend ul li { list-style: none; margin: 0; padding: 0; font-family: "微软雅黑"; font-size: 14px; color: #898989; float: left; text-align: center; margin: 0 5px; width: 92px; overflow: hidden } .hc .profile-extend ul li i { background: url(../images/sidePanel_profile.png) no-repeat 0 0; display: block; width: 30px; height: 30px; margin: 0 auto } .hc .profile-extend ul li i.ext-totalnew { background-position: 0 0 } .hc .profile-extend ul li i.ext-bargain { background-position: -87px 0 } .hc .profile-extend ul li i.ext-safeguard { background-position: -43px 0 } .sign_board .dropdown-menu .ad_signin .nowaday_date span { color: #fff } .sign_board .dropdown-menu .title_user_status span { color: #fff } .sign_board .dropdown-menu .title_user_status span em { color: #fff } .side-panel .tab-tip-cover { height: 60px; line-height: 60px; top: -8px } .side-panel .signin-cover { height: 25px; line-height: 25px; display: block } .side-panel .signin-cover-magtop { margin-top: 6px } .side-panel .tab-icon-cover { top: 22px } .side-panel .tab-tip-cover .activ_wrap p { line-height: 42px } .diglog-wrapper { position: absolute; background: #fffbeb; border: 5px solid #e6e6e6; z-index: 100000 } .diglog-wrapper .diginfo { padding: 10px 20px; border: 1px solid #c9c9c9 } .diglog-wrapper .diginfo em { margin-left: 5px } .diglog-wrapper .diginfo u { float: left; width: 18px; height: 18px; overflow: hidden; background: url(../images/msg.png) } .diglog-wrapper .diginfo u.m0 { background: 0 0; display: none } .diglog-wrapper .diginfo u.m1 { background-position: 0 0 } .diglog-wrapper .diginfo u.m2 { background-position: 0 -18px } .diglog-wrapper span.close { position: absolute; top: 5px; right: 5px; display: block; width: 10px; height: 10px; background: url(../images/bg_content.png) -388px -181px; cursor: pointer } .diglog-wrapper a:hover span.close { background-position: -388px -147px } .icon-arrow { display: inline-block; *display:inline; *zoom:1; height: 0; line-height: 0; width: 0; vertical-align: middle; border-width: 3px; border-style: solid; margin-left: 3px; _overflow: hidden } .icon-ok, .icon-ok-small, .icon-error { background: url(../images/btn2.png) no-repeat; vertical-align: middle; margin-right: 5px; display: inline-block; *display:inline; *zoom:1 } .icon-ok { width: 22px; height: 22px; background-position: 0 -35px } .icon-ok-small { width: 11px; height: 7px; background-position: -30px -40px; *vertical-align:middle } .icon-error { background-position: -162px 0; height: 16px; width: 16px } #dialog_account_combine { border: 0; padding: 8px; width: 490px; background: rgba(0,0,0,.3); *background:url(../images/ie_shadow.png); text-align: left } #dialog_account_combine a { color: #09c } #dialog_account_combine .diginfo { padding: 20px 0 0; border: 0; background: #fff } #dialog_account_combine em { margin-left: 0 } #dialog_account_combine .hd { margin: 0 30px; color: #666; border-bottom: 1px solid #D8D8D8; line-height: 24px; padding-bottom: 5px } #dialog_account_combine h3 { font-size: 15px; color: #333 } #dialog_account_combine h3 em { font-weight: 700; font-family: tahoma; color: #ee4743 } #dialog_account_combine .hd h5 { font-family: tahoma; font-size: 14px; color: #333 } #dialog_account_combine .hd h4 { font-size: 14px; text-align: center; color: #333 } #dialog_account_combine .bd { padding: 20px 0; margin: 0 30px; min-height: 70px; _height: 70px } #dialog_account_combine .ft { background: #f0f0f0; padding: 10px 0 10px 30px; line-height: 18px } #dialog_account_combine .diginfo .bd .pass_form { padding-bottom: 15px } #dialog_account_combine span.close { background: url(../images/close.png); display: inline-block; height: 17px; width: 17px; opacity: .7; filter: alpha(opacity=70); top: 18px; right: 18px } #dialog_account_combine a:hover span { opacity: 1; filter: alpha(opacity=100) } #dialog_account_combine .form_list li { padding-left: 85px; line-height: 28px; margin-bottom: 20px } #dialog_account_combine .form_list li.error .txt { border-color: #ee4743 } #dialog_account_combine .form_list li .tip { display: block; color: #ee4743; padding-left: 20px; background: url(../images/btn2.png) no-repeat -162px 5px } #dialog_account_combine .form_list li input { vertical-align: middle } #dialog_account_combine .form_list li label { float: left; width: 85px; margin-left: -85px; font-size: 14px; color: #333; text-align: right } #dialog_account_combine .form_list li .txt { border: 1px solid #b6b6b6; height: 28px; padding: 0; width: 220px; padding-left: 4px; line-height: 28px } #dialog_account_combine .form_list li .btn { display: inline-block; *display:inline; *zoom:1; border-radius: 2px; background-color: #d8d8d8; color: #333; padding: 0 15px; height: 30px; line-height: 30px; vertical-align: top; text-decoration: none; _margin-top: -15px } #dialog_account_combine .form_list li .delay { color: #999; cursor: default } #dialog_account_combine .form_list li .smt, #dialog_account_combine .smt { width: 76px; padding: 0; text-align: center; color: #fff; line-height: 30px; height: 30px; border: 0; cursor: pointer; background: url(../images/btn2.png) no-repeat; margin-right: 20px } #dialog_account_combine .form_list li .cancel, #dialog_account_combine .cancel { background-position: -84px 0 } #dialog_account_combine .smt, #dialog_account_combine .btn { opacity: 1; filter: alpha(opacity=100) } #dialog_account_combine .smt:hover, #dialog_account_combine .btn:hover { opacity: .8; filter: alpha(opacity=80) } #dialog_account_combine .form_list li .code { width: 75px; margin-right: 7px } #dialog_account_combine .form_list li .ver_img { width: 86px; height: 28px; border: 1px solid #f2f2f2; margin-right: 10px; vertical-align: middle; cursor: pointer } #dialog_account_combine .ok { text-align: center; line-height: 70px; font-size: 15px } #dialog_account_combine .form_list li .mobile { font: 700 14px/28px tahoma; color: #333 } #dialog_account_combine .hd b, #dialog_account_combine .tb_tip b { color: #333; display: block; font: 700 14px/24px \5B8B\4F53 } #dialog_account_combine .hd p { line-height: 18px } #dialog_account_combine p em { color: #85c665; font-weight: 700; font-family: tahoma } #dialog_account_combine .combine .tit { width: 370px; height: 117px; margin: 0 auto; background: url(../images/ac_combine.png) no-repeat; position: relative } #dialog_account_combine .combine .tit .ac_left, #dialog_account_combine .combine .tit .ac_right { position: absolute; top: 60px; width: 117px; text-align: center; color: #666; font-family: tahoma; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } #dialog_account_combine .combine .tit .ac_left { left: 0 } #dialog_account_combine .combine .tit .ac_right { right: 0 } #dialog_account_combine .combine .con { padding-left: 90px; margin-top: 20px } #dialog_account_combine .combine p { line-height: 22px } #dialog_account_combine .combine p i { margin-right: 10px } #dialog_account_combine .combine p a { display: inline-block; *display:inline; *zoom:1 } #dialog_account_combine .combine .form_list { margin-top: 20px } #dialog_account_combine .form_list li a.smt { display: inline-block; *display:inline; *zoom:1; text-decoration: none } #dialog_account_combine .combine .form_list li { display: none } #dialog_account_combine .combine .form_list .smt_box, #dialog_account_combine .combine .active li { display: block } #dialog_account_combine .form_list .smt_box { margin-bottom: 0 } #dialog_account_combine .combine .form_list li .cancel { background: url(../images/btn2.png) no-repeat -62px -35px; width: 98px } #dialog_account_combine .combine .form_list li p { color: #666; margin-left: -85px; padding-top: 20px; border-top: 1px dotted #d8d8d8 } #dialog_account_combine .c_ft { margin: 5px -30px 0 0; text-align: right; padding-right: 10px } #dialog_account_combine .c_ft input { margin: 0 5px 0 0; vertical-align: middle } #dialog_account_combine .c_ft a { color: #666; *zoom:1 } #dialog_account_combine .icon-arrow { border-color: #666 #fff #fff } #dialog_account_combine .ac_list { line-height: 30px; margin-top: 20px } #dialog_account_combine .ac_list li { color: #333; border-bottom: 1px dotted #d8d8d8 } #dialog_account_combine .ac_list li p { float: right; width: 125px } #dialog_account_combine .ac_list li p span { color: #999; margin-left: 10px } #dialog_account_combine .login_form li, #dialog_account_combine .tb_close .form_list li { padding-left: 60px } { padding-left:60px } #dialog_account_combine .login_form li label, #dialog_account_combine .tb_close .form_list li label { width: 60px; margin-left: -60px } #dialog_account_combine .login_form .smt_box a { margin-right: 15px } .hide { display: none } #dialog_account_combine .login_form .sub_log { padding-left: 60px } #dialog_account_combine .sub_log { margin-top: 15px; padding-top: 15px; border-top: 1px solid #d8d8d8 } #dialog_account_combine .sub_log a.qq { width: 92px; height: 33px; background: url(../images/v1hebinbg2.png) no-repeat; display: inline-block; *display:inline; *zoom:1; vertical-align: middle; margin-right: 10px } #dialog_account_combine .sub_log a { color: #333 } #dialog_account_combine .sub_log .third_log { margin-top: 14px } #dialog_account_combine .sub_log .third_log a { float: left; width: 83px; height: 25px; margin-right: 10px; background: url(../images/v1hebinbg2.png) no-repeat } #dialog_account_combine .sub_log .third_log a.sina { background-position: 0 -33px } #dialog_account_combine .sub_log .third_log a.taobao { background-position: 0 -83px } #dialog_account_combine .sub_log .third_log a.renren { background-position: 0 -58px } #dialog_account_combine .tb_tip { padding-top: 0 } #dialog_account_combine .tb_tip p { line-height: 18px; margin-top: 5px } #dialog_account_combine .tb_tip .smt_box { text-align: center; margin-top: 20px } #dialog_account_combine .tb_tip .smt_box a { display: inline-block; *zoom:1; *display:inline } #dialog_account_combine .ft .login_form { margin-top: 20px } .button { font-family: "\5FAE\8F6F\96C5\9ED1"; display: inline-block; text-decoration: none; padding: 6px 18px; font-size: 14px; line-height: 20px; color: #fff; text-align: center; vertical-align: middle; cursor: pointer; background: #e12e2e; border: 0; border-radius: 2px } .button:hover { color: #fff; text-decoration: none } button.button::-moz-focus-inner { padding:0; border:0 } .button-disabled { background: #e6e6e6; cursor: default; opacity: .3; color: #333 } .button-disabled:hover { background: #e6e6e6; cursor: default; opacity: .3; color: #333 } .button1 { background: #e12e2e } .button2 { background: #ebebeb; color: #666 } .button2:hover { color: #666 } .button3 { background: #428bca } .button_s1, .button_s2, .button_s3 { background: #e12e2e; font-size: 12px; padding: 4px 16px; font-family: "\5B8B\4F53" } .button_s2 { background: #ebebeb; color: #666 } .button_s2:hover { color: #666 } .button_s3 { background: #428bca } .dialog-wrapper .red { color: #c5000c } .dialog-wrapper .text_left { text-align: left } .dialog-wrapper .font14 { font-size: 14px } .btn_none .close { display: none!important } .dia_tip_small { width: 228px; border: 1px solid #c6c6c6; position: absolute; z-index: 100000; background: #fff } .dia_tip_small span.close { width: 15px; height: 15px; background: url(../images/dig_close.png) 0 0 no-repeat; cursor: pointer; display: block; position: absolute; right: 10px; top: 10px } .dia_tip_small a:hover span.close { background-position: 0 0 } .dia_tip_small article { padding: 50px 25px; font: 14px/24px "\5FAE\8F6F\96C5\9ED1" } .dia_tip_middle { width: 420px; border: 1px solid #c6c6c6; position: absolute; z-index: 100000; background: #fff } .dia_tip_middle span.close { width: 15px; height: 15px; background: url(../images/dig_close.png) 0 0 no-repeat; cursor: pointer; display: block; position: absolute; right: 10px; top: 10px } .dia_tip_middle a:hover span.close { background-position: 0 0 } .dia_tip_middle article { padding: 30px 25px; font: 12px/24px "\5FAE\8F6F\96C5\9ED1" } .dia_tip_middle .jd { padding: 10px 20px } .dia_tip_middle .jd li { width: 50%; float: left } .dia_tip_middle .submit { text-align: right; border-top: 0; padding: 10px 0 0 } .dia_tip_middle .submit .i_btn { margin: 0 0 0 10px; vertical-align: middle } .dia_tip_middle .submit .msg_box { vertical-align: middle } .fullminus { padding-bottom: 15px } .submitFmPay .i_btn2 { border-color: #d62a2a } .submitFmPay .i_btn2 a, .submitFmPay .i_btn2 a:hover { color: #fff; background: #e02f2f none repeat scroll 0 0; border-color: #d62a2a } .submitFmPay .i_btn1 { border-color: #ccc } .submitFmPay .i_btn1 a, .submitFmPay .i_btn1 a:hover { background: #ebebeb none repeat scroll 0 0; border-color: #ccc; color: #333 } .dia_tip_middle .submit .btn_ok { text-align: center; border-color: #d62a2a; margin: 0 auto } .btn_ok a { background: #e02f2f none repeat scroll 0 0; border-color: #d62a2a } .dialog-wrapper .diginfo .submit { border-top: 0; padding: 10px 0 20px; text-align: center } .dia_tip_middle .coudan_dia { padding: 30px 20px 10px } .coudan_dia p { float: left; padding-top: 10px } .coudan_dia span { margin: 0 3px; display: inline-block } .coudan_dia input { width: 180px; height: 26px; margin-left: 5px; border: 1px solid #c6c6c6 } .coudan_dia button { margin-left: 5px; border: 1px solid #c6c6c6 } .coudan_dia button a { font: 11px/27px "\5B8B\4F53"; color: #666; padding: 0 12px; background-color: #ebebeb } .dialog_sxqg_not { width: 320px } .dialog_sxqg_not .text { text-align: left; color: #333 } .dialog_sxqg_not .qbtn { padding-top: 10px } .dialog_sxqg_not .i_btn { display: inline-block; height: 32px; line-height: 32px; color: #fff; text-decoration: none; padding: 0 15px; margin: 0; border: 0 } .dialog_sxqg_not .i_btn1 { background: #ec1611 url(../images//bg3.png) no-repeat right -253px } .dialog_sxqg_not .i_btn1:hover { background: #c7000b url(../images/bg3.png) no-repeat right -285px; font-weight: 700 } .dialog_sxqg_not .i_btn2 { background: #ec1611 url(../images/bg3.png) no-repeat 0 -317px } .dialog_sxqg_not .i_btn2:hover { background: #c7000b url(../images/bg3.png) no-repeat 0 -349px; font-weight: 700 } .bind_phone { width: 450px; border: 0 } .bind_phone .diginfo article { padding-top: 20px } .bind_phone .diginfo h4 { font: 14px/20px "微软雅黑"; color: #fff; padding: 15px 0 15px 30px; border-bottom: 1px solid #d1d1d1; background: #c7000b } .bind_phone .diginfo .captcha_box img.captchaImg { border: 1px solid #ccc; width: 73px; margin-left: 12px!important } .bind_phone .diginfo .captcha_box a.changeCapt { color: #c00; padding-left: 4px; text-decoration: none; cursor: pointer } .examine_good_dialog { width: 660px; height: 540px; border: 0; background: 0 0; overflow: hidden; padding: 0 } .examine_good_dialog a:active, .examine_good_dialog a:visited { background: transparent } .examine_good_dialog a:hover span.close { width: 38px; height: 38px; background: url(../images/pro_y2.png) no-repeat -68px -295px } .examine_good_dialog .diginfo { border: 0; padding: 0 60px } .examine_good_dialog a span.close { position: absolute; top: 0; right: 2px; display: block; width: 38px; height: 38px; cursor: pointer; z-index: 1000; background: url(../images/pro_y2.png) no-repeat -107px -295px } .examine_good_dialog .new_user_pagenew { overflow: hidden; position: relative } .examine_good_dialog .new_user_pagenew ul { height: 540px; display: block } .examine_good_dialog .new_user_pagenew ul li { float: left; width: 540px; height: 540px; position: relative; text-align: center; overflow: hidden; display: table-cell; vertical-align: middle; line-height: 540px } .examine_good_dialog .new_user_pagenew ul li img { max-width: 540px; max-height: 540px } .examine_good_dialog .prev, .examine_good_dialog .next { position: absolute; width: 24px; height: 40px; top: 250px; background: url(../images/pro_y2.png) no-repeat 1000px 1000px } .examine_good_dialog .prev { background-position: -10px -295px; left: 0 } .examine_good_dialog .next { background-position: -34px -295px; right: 0 } .examine_good_dialog .prev:hover { background-position: -10px -335px } .examine_good_dialog .next:hover { background-position: -34px -335px } .dacu_side-tab { z-index: 10002; width: 0; height: 10px; position: fixed; top: 50%; margin-top: -124px; right: 34px } .dacu_side-tab .tab-default { position: absolute; overflow: hidden; right: 0; z-index: 1; background-position: left bottom; background-repeat: no-repeat } .dacu_side-tab .tab-hover { position: absolute; overflow: hidden; right: 0; z-index: 1; display: none } .dacu_topbanner { } .dacu_topbanner a { height: 100%; display: block } .dacu_tab img { vertical-align: top } header div.l a.dacu, header div.l .dacu { width: 80px; height: 38px; display: inline-block; background: #fff; padding: 0 0 0 8px; position: absolute; left: 122px; top: 8px } @media (min-width:1280px) { .dacu_side-tab { display: none } } /***购物车弹窗样式***/
0.402392
0.125896
nav .navbar-brand { /* size for brand */ font-size: xx-large; } /* colors for brand */ nav .navbar-brand .blue { color: #537fbe; } nav .navbar-brand .red { color: #ea433b; } nav .navbar-brand .yellow { color: #f5b82e; } nav .navbar-brand .green { color: #2e944b; } main .form-control { /* center form controls */ display: inline-block; /* override Bootstrap's 100% width for form controls */ width: auto; } main { /* scroll horizontally as needed */ overflow-x: auto; /* center contents */ text-align: center; } main img { /* constrain images on small screens */ max-width: 100%; } .recentNews { background-color: rgb(0, 0, 0) } .recentNews .news-title { text-align:center; padding-top:30px; padding-bottom:30px; font-family: 'nimbus-sans-condensed', sans-serif; font-size:55px; font-weight:bold; color: #fff; } .recentNews .row { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 30px; } .recentNews .ct-blog { margin-bottom: 30px; } .ct-blog .inner { background-color: #FFF; padding: 10px; transition: all 0.2s ease-in-out 0s; cursor: pointer; height: 100%; } .ct-blog .inner:hover { background-color: #e6e6e6; } .ct-blog .fauxcrop { height: 180px; overflow: hidden; } .ct-blog .fauxcrop img { width: 100%; } .ct-blog-content { display: table; padding: 30px 0 28px; } .ct-blog-content .ct-blog-date { border-right: 1px solid #95A5A6; display: table-cell; font-family: "Lato", sans-serif; padding: 0px 18px 0px 15px; text-align: center; } .ct-blog-content .ct-blog-date span { font-size: 16px; color: rgb(20, 117, 175); font-weight: 700; display: block; line-height: 1; } .ct-blog-content .ct-blog-date strong { font-size: 25px; color: rgb(20, 117, 175); } .ct-blog-content .ct-blog-header { color: #000; display: table-cell; font-size: 22px; font-weight: 700; letter-spacing: -0.2px; line-height: 1.1; padding: 0 20px; vertical-align: top; } .btn-news { color: #333; font-size: 14px; font-weight: bold; padding-bottom: 30px; text-align: center; } .btn-news.btn-contests a { color: #fff; font-family: 'nimbus-sans-condensed', sans-serif; font-size: 24px; transition: all 0.2s ease-in-out 0s; } .btn-news.btn-contests a:hover { color: #000; }
FinanceWebsite/static/styles.css
nav .navbar-brand { /* size for brand */ font-size: xx-large; } /* colors for brand */ nav .navbar-brand .blue { color: #537fbe; } nav .navbar-brand .red { color: #ea433b; } nav .navbar-brand .yellow { color: #f5b82e; } nav .navbar-brand .green { color: #2e944b; } main .form-control { /* center form controls */ display: inline-block; /* override Bootstrap's 100% width for form controls */ width: auto; } main { /* scroll horizontally as needed */ overflow-x: auto; /* center contents */ text-align: center; } main img { /* constrain images on small screens */ max-width: 100%; } .recentNews { background-color: rgb(0, 0, 0) } .recentNews .news-title { text-align:center; padding-top:30px; padding-bottom:30px; font-family: 'nimbus-sans-condensed', sans-serif; font-size:55px; font-weight:bold; color: #fff; } .recentNews .row { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 30px; } .recentNews .ct-blog { margin-bottom: 30px; } .ct-blog .inner { background-color: #FFF; padding: 10px; transition: all 0.2s ease-in-out 0s; cursor: pointer; height: 100%; } .ct-blog .inner:hover { background-color: #e6e6e6; } .ct-blog .fauxcrop { height: 180px; overflow: hidden; } .ct-blog .fauxcrop img { width: 100%; } .ct-blog-content { display: table; padding: 30px 0 28px; } .ct-blog-content .ct-blog-date { border-right: 1px solid #95A5A6; display: table-cell; font-family: "Lato", sans-serif; padding: 0px 18px 0px 15px; text-align: center; } .ct-blog-content .ct-blog-date span { font-size: 16px; color: rgb(20, 117, 175); font-weight: 700; display: block; line-height: 1; } .ct-blog-content .ct-blog-date strong { font-size: 25px; color: rgb(20, 117, 175); } .ct-blog-content .ct-blog-header { color: #000; display: table-cell; font-size: 22px; font-weight: 700; letter-spacing: -0.2px; line-height: 1.1; padding: 0 20px; vertical-align: top; } .btn-news { color: #333; font-size: 14px; font-weight: bold; padding-bottom: 30px; text-align: center; } .btn-news.btn-contests a { color: #fff; font-family: 'nimbus-sans-condensed', sans-serif; font-size: 24px; transition: all 0.2s ease-in-out 0s; } .btn-news.btn-contests a:hover { color: #000; }
0.337204
0.053453
.page { background-image: url(../../Assets/main-img.png); background-repeat: no-repeat; width: 100%; height: 100%; background-color: var(--second); } .first { height: 750px; } .main { background: var(--second); } .chamada { display: flex; flex-direction: column; margin: auto 50% auto 80px; } .title-big { color: #ffffff; } .title-medium { text-align: left; color: #ffffff; line-height: 4vh; font-size: 25px; } .play { text-align: center; } .chamada-play { width: 900px; margin: 30px auto; } .list { position: relative; display: grid; } .list-games { grid-template-columns: 210px 210px 210px 210px; } .list-games img { border-radius: 5px; } .second { display: flex; background: repeating-linear-gradient( -23deg, var(--second) 0, var(--second) 50%, var(--primary) 0, var(--primary)); } .position { display: flex; justify-content: space-between; align-items: flex-start; width: 80%; height: 450px; margin: 150px auto 50px; } .content { color: #ffffff; font-size: 8vh; } .exampleImage { width: 600px; height: 415px; } .clients { text-align: center; height: 500px; border-bottom: solid 1px #ccc; } .clients h1 { margin: 18px; } .client-list { display: flex; justify-content: space-around; width: 80%; margin: 12px auto; } .gamer { width: 240px; height: 230px; border-radius: 50%; } .gamer-th { width: 180px; height: 170px; border-radius: 50%; } .client-list .client { padding: 18px; } .client-list .description { font-size: 14px; } .callToAction { margin: 25px 0; background: var(--second); height: 800px; } .card { width: 80%; margin: 12px auto; padding-bottom: 100px; display: flex; justify-content: space-evenly; align-items: center; } .callToAction-card { width: 300px; height: 500px; border: solid 3px #cccccc; border-radius: 9px; box-shadow: 8px -8px var(--primary); color: var(--primary); font-weight: bold; font-size: 18px; padding: 18px; margin-top: 12px; display: flex; flex-direction: column; justify-content: space-around; } .callToAction-card:last-child { background-color: var(--primary); color: #ffffff; border: solid 3px #3d0353; }
src/components/Principal/style.css
.page { background-image: url(../../Assets/main-img.png); background-repeat: no-repeat; width: 100%; height: 100%; background-color: var(--second); } .first { height: 750px; } .main { background: var(--second); } .chamada { display: flex; flex-direction: column; margin: auto 50% auto 80px; } .title-big { color: #ffffff; } .title-medium { text-align: left; color: #ffffff; line-height: 4vh; font-size: 25px; } .play { text-align: center; } .chamada-play { width: 900px; margin: 30px auto; } .list { position: relative; display: grid; } .list-games { grid-template-columns: 210px 210px 210px 210px; } .list-games img { border-radius: 5px; } .second { display: flex; background: repeating-linear-gradient( -23deg, var(--second) 0, var(--second) 50%, var(--primary) 0, var(--primary)); } .position { display: flex; justify-content: space-between; align-items: flex-start; width: 80%; height: 450px; margin: 150px auto 50px; } .content { color: #ffffff; font-size: 8vh; } .exampleImage { width: 600px; height: 415px; } .clients { text-align: center; height: 500px; border-bottom: solid 1px #ccc; } .clients h1 { margin: 18px; } .client-list { display: flex; justify-content: space-around; width: 80%; margin: 12px auto; } .gamer { width: 240px; height: 230px; border-radius: 50%; } .gamer-th { width: 180px; height: 170px; border-radius: 50%; } .client-list .client { padding: 18px; } .client-list .description { font-size: 14px; } .callToAction { margin: 25px 0; background: var(--second); height: 800px; } .card { width: 80%; margin: 12px auto; padding-bottom: 100px; display: flex; justify-content: space-evenly; align-items: center; } .callToAction-card { width: 300px; height: 500px; border: solid 3px #cccccc; border-radius: 9px; box-shadow: 8px -8px var(--primary); color: var(--primary); font-weight: bold; font-size: 18px; padding: 18px; margin-top: 12px; display: flex; flex-direction: column; justify-content: space-around; } .callToAction-card:last-child { background-color: var(--primary); color: #ffffff; border: solid 3px #3d0353; }
0.589007
0.154535
body{ background:#EEFBF8; margin:0; padding:0; } .container{ background-color: #fff; box-shadow: 10px 10px 5px #888888; position: absolute; margin:auto; width: 60%; left:20%; border: 20px solid #22130c; } .header { width: 100%; height: 140px; background-color:#D62A42; color:white; display: flex; align-items:center;; justify-content: center; text-align:center; } .question{ float:right; margin-top:2%; padding-left:15px; padding-right:15px; padding-top:10px; padding-bottom:10px; display: flex; align-items: center; justify-content: center; border: 1px solid #22130c; background:#C8C8C8; font-size:20px; transition:1s; } .takequiz{ width:10%; height:20px; float:left; box-shadow: 5px 5px 2px #888888; background:#1ABC9C; margin-top:2%; display: flex; align-items:center;; justify-content: center; border-radius:4px; padding:8px; transition:1s; } .takequiz:hover{ background:#2ecc71 } .takequiz a{ font-size:1.2vw; color:white; text-decoration: none; transition:1s; } .takequiz a:hover{ font-size:12px; } .footer{ clear:both; overflow:auto; padding:20px; background:rgba(0,0,0,0.5); height:100px; text-align:center; } .box { width: 90%; margin:auto; /* the CSS, above, is all for aesthetic purposes, what matters is the following */ display: flex; align-items: center; justify-content: center; transition: all 1s linear; display:none; } .box:target { display:block; } .row{ margin-top:15px; } .row2{ margin:auto; height:140px; width:80%; display: flex; align-items: center; justify-content: center; } .row2 h2{ font-size: 2.5vw; height: 100%; margin: auto; } .row2 img{ max-height: 90%; transition: 1s; max-width: 90%; position: relative; } .row2 img:hover{ max-width:100%; max-height:100%; } .row3 { position: relative; margin: auto; padding-left: 15px; width: 70%; clear: both; display: flex; align-items: center; justify-content: center; margin-top: 40px; } .row4{ clear:both; width:100%; height:50px; } .false{ float:left; color:#FF0000; -webkit-animation: slideshow 1s ease-in-out infinite; -moz-animation: slideshow 1s ease-in-out infinite; animation: slideshow 1s ease-in-out infinite; font-size:30px; } .true{ float:right; color:#66CC00; font-size:30px; -webkit-animation: slideshow 1s ease-in-out infinite; -moz-animation: slideshow 1s ease-in-out infinite; animation: slideshow 1s ease-in-out infinite; } .wrong{ width: 27%; margin-right:7px; margin-left:7px; height: 23px; background: #1ABC9C; margin-top: 10px; display: flex; align-items: center; justify-content: center; border-radius: 4px; padding: 8px; transition: 1s; } .cir{ r:45px; transition:1s; } .cir:hover{ r:50px; transition:1s; } .elli{ transition:1s; } .elli:hover{ rx:60px; ry:45px; transition:1s; } .wrong a{ font-size: 2vw; color: white; text-decoration: none; transition: 1s; display: flex; justify-content: center; position: relative; } .wrong:hover{ background:#2ecc71 } .wrong a:hover{ font-size:20px; } .right{ width: 27%; height: 23px; background: #1ABC9C; margin-top: 10px; margin-right:7px; margin-left:7px; display: flex; align-items: center; justify-content: center; border-radius: 4px; padding: 8px; transition: 1s; } .right a{ font-size: 2vw; color: white; text-decoration: none; transition: 1s; display: flex; justify-content: center; position: relative; } .right a:hover{ font-size:20px; } .right:hover{ background:#2ecc71 } .row a{ padding-top:5px; padding-bottom:5px; padding-left:8px; padding-right:8px; background:#3498DB; color:black; transition:1s; text-decoration: none; } .row a:hover{ background:#2980B9 } .drag-hint { position:relative; } .drag-hint > span { white-space: nowrap; display: none; background:#2ECC71; border-radius:4px; padding:5px; } .drag-hint:hover > span { display: inline-block; position: absolute; top: -25px; left: 50%; text-align: center; } @-webkit-keyframes slideshow { 0% { opacity: 0; } 100% { opacity: 1; } } @moz-keyframes slideshow { 0% { opacity: 0; } 100% { opacity: 1; } }
WebEngineering Assignment1/quizstyle.css
body{ background:#EEFBF8; margin:0; padding:0; } .container{ background-color: #fff; box-shadow: 10px 10px 5px #888888; position: absolute; margin:auto; width: 60%; left:20%; border: 20px solid #22130c; } .header { width: 100%; height: 140px; background-color:#D62A42; color:white; display: flex; align-items:center;; justify-content: center; text-align:center; } .question{ float:right; margin-top:2%; padding-left:15px; padding-right:15px; padding-top:10px; padding-bottom:10px; display: flex; align-items: center; justify-content: center; border: 1px solid #22130c; background:#C8C8C8; font-size:20px; transition:1s; } .takequiz{ width:10%; height:20px; float:left; box-shadow: 5px 5px 2px #888888; background:#1ABC9C; margin-top:2%; display: flex; align-items:center;; justify-content: center; border-radius:4px; padding:8px; transition:1s; } .takequiz:hover{ background:#2ecc71 } .takequiz a{ font-size:1.2vw; color:white; text-decoration: none; transition:1s; } .takequiz a:hover{ font-size:12px; } .footer{ clear:both; overflow:auto; padding:20px; background:rgba(0,0,0,0.5); height:100px; text-align:center; } .box { width: 90%; margin:auto; /* the CSS, above, is all for aesthetic purposes, what matters is the following */ display: flex; align-items: center; justify-content: center; transition: all 1s linear; display:none; } .box:target { display:block; } .row{ margin-top:15px; } .row2{ margin:auto; height:140px; width:80%; display: flex; align-items: center; justify-content: center; } .row2 h2{ font-size: 2.5vw; height: 100%; margin: auto; } .row2 img{ max-height: 90%; transition: 1s; max-width: 90%; position: relative; } .row2 img:hover{ max-width:100%; max-height:100%; } .row3 { position: relative; margin: auto; padding-left: 15px; width: 70%; clear: both; display: flex; align-items: center; justify-content: center; margin-top: 40px; } .row4{ clear:both; width:100%; height:50px; } .false{ float:left; color:#FF0000; -webkit-animation: slideshow 1s ease-in-out infinite; -moz-animation: slideshow 1s ease-in-out infinite; animation: slideshow 1s ease-in-out infinite; font-size:30px; } .true{ float:right; color:#66CC00; font-size:30px; -webkit-animation: slideshow 1s ease-in-out infinite; -moz-animation: slideshow 1s ease-in-out infinite; animation: slideshow 1s ease-in-out infinite; } .wrong{ width: 27%; margin-right:7px; margin-left:7px; height: 23px; background: #1ABC9C; margin-top: 10px; display: flex; align-items: center; justify-content: center; border-radius: 4px; padding: 8px; transition: 1s; } .cir{ r:45px; transition:1s; } .cir:hover{ r:50px; transition:1s; } .elli{ transition:1s; } .elli:hover{ rx:60px; ry:45px; transition:1s; } .wrong a{ font-size: 2vw; color: white; text-decoration: none; transition: 1s; display: flex; justify-content: center; position: relative; } .wrong:hover{ background:#2ecc71 } .wrong a:hover{ font-size:20px; } .right{ width: 27%; height: 23px; background: #1ABC9C; margin-top: 10px; margin-right:7px; margin-left:7px; display: flex; align-items: center; justify-content: center; border-radius: 4px; padding: 8px; transition: 1s; } .right a{ font-size: 2vw; color: white; text-decoration: none; transition: 1s; display: flex; justify-content: center; position: relative; } .right a:hover{ font-size:20px; } .right:hover{ background:#2ecc71 } .row a{ padding-top:5px; padding-bottom:5px; padding-left:8px; padding-right:8px; background:#3498DB; color:black; transition:1s; text-decoration: none; } .row a:hover{ background:#2980B9 } .drag-hint { position:relative; } .drag-hint > span { white-space: nowrap; display: none; background:#2ECC71; border-radius:4px; padding:5px; } .drag-hint:hover > span { display: inline-block; position: absolute; top: -25px; left: 50%; text-align: center; } @-webkit-keyframes slideshow { 0% { opacity: 0; } 100% { opacity: 1; } } @moz-keyframes slideshow { 0% { opacity: 0; } 100% { opacity: 1; } }
0.345657
0.067485
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { background-color: #fff; padding: 50px; font: 16px/1.5 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #727272; font-weight: 400; } h1, h2, h3, h4, h5, h6 { color: #222; margin: 0 0 15px; } p, ul, ol, table, dl { margin: 0 0 20px; } pre { margin: 0; } h1, h2, h3 { line-height: 1.1; } h1 { font-size: 22px; } h2 { color: #393939; } h3, h4, h5, h6 { color: #494949; } a { color: #39c; text-decoration: none; } a:hover { color: #069; } a small { font-size: 11px; color: #777; margin-top: -0.3em; display: block; } a:hover small { color: #777; } .wrapper { width: 860px; margin: 0 auto; } blockquote { border-left: 1px solid #e5e5e5; margin: 0; padding: 0 0 0 20px; font-style: italic; } code, pre { font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace; color: #333; font-size: 12px; } pre { padding: 8px 15px; background: #f8f8f8; border-radius: 5px; border: 1px solid #e5e5e5; overflow-x: auto; } table { width: 100%; border-collapse: collapse; } th, td { text-align: left; padding: 5px 10px; border-bottom: 1px solid #e5e5e5; } dt { color: #444; font-weight: 700; } th { color: #444; } img { max-width: 100%; } header { width: 270px; float: left; position: fixed; -webkit-font-smoothing: subpixel-antialiased; } header ul { list-style: none; height: 40px; padding: 0; background: #f4f4f4; border-radius: 5px; border: 1px solid #e0e0e0; width: 270px; } header li { width: 89px; float: left; border-right: 1px solid #e0e0e0; height: 40px; } header li:first-child a { border-radius: 5px 0 0 5px; } header li:last-child a { border-radius: 0 5px 5px 0; } header ul a { line-height: 1; font-size: 11px; color: #999; display: block; text-align: center; padding-top: 6px; height: 34px; } header ul a:hover { color: #999; } header ul a:active { background-color: #f0f0f0; } strong { color: #222; font-weight: 700; } header ul li + li + li { border-right: none; width: 89px; } header ul a strong { font-size: 14px; display: block; color: #222; } section { width: 500px; float: right; padding-bottom: 25px; } small { font-size: 11px; } hr { border: 0; background: #e5e5e5; height: 1px; margin: 0 0 20px; } footer { width: 270px; float: left; position: fixed; bottom: 50px; -webkit-font-smoothing: subpixel-antialiased; } @media print, screen and (max-width: 960px) { div.wrapper { width: auto; margin: 0; } header, section, footer { float: none; position: static; width: auto; } header { padding-right: 320px; } section { border: 1px solid #e5e5e5; border-width: 1px 0; padding: 20px 0; margin: 0 0 20px; } header a small { display: inline; } header ul { position: absolute; right: 50px; top: 52px; } } @media print, screen and (max-width: 720px) { body { word-wrap: break-word; } header { padding: 0; } header ul, header p.view { position: static; } pre, code { word-wrap: normal; } } @media print, screen and (max-width: 480px) { body { padding: 15px; } header ul { width: 99%; } header li, header ul li + li + li { width: 33%; } } @media print { body { padding: 0.4in; font-size: 12pt; color: #444; } } /* Copyright 2014 GitHub Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ .pl-c { color: #969896; } .pl-c1 /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */, .pl-s .pl-v { color: #0086b3; } .pl-e /* entity */, .pl-en { color: #795da3; } .pl-s .pl-s1 /* string source */, .pl-smi { color: #333; } .pl-ent { color: #63a35c; } .pl-k { color: #a71d5d; } .pl-pds /* punctuation.definition.string, string.regexp.character-class */, .pl-s /* string */, .pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */, .pl-sr /* string.regexp */, .pl-sr .pl-cce /* string.regexp constant.character.escape */, .pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */, .pl-sr .pl-sre { color: #183691; } .pl-v { color: #ed6a43; } .pl-id { color: #b52a1d; } .pl-ii { background-color: #b52a1d; color: #f8f8f8; } .pl-sr .pl-cce { color: #63a35c; font-weight: bold; } .pl-ml { color: #693a17; } .pl-mh /* markup.heading */, .pl-mh .pl-en /* markup.heading entity.name */, .pl-ms { color: #1d3e81; font-weight: bold; } .pl-mq { color: #008080; } .pl-mi { color: #333; font-style: italic; } .pl-mb { color: #333; font-weight: bold; } .pl-md { background-color: #ffecec; color: #bd2c00; } .pl-mi1 { background-color: #eaffea; color: #55a532; } .pl-mdr { color: #795da3; font-weight: bold; } .pl-mo { color: #1d3e81; } /* * Styles of the examples */ .example { padding: 12.5px 0; } .u-border { border: 3px solid blue; } .example { padding: 0 25px; } .i { width: 96px; height: 96px; } .i--red { fill: #cc0000; } .i { width: 96px; height: 96px; } .i--blue { fill: #0000cc; } .i--white { fill: #ffffff; stroke: black; stroke-width: 3; opacity: 0.7; } .i--red { fill: #cc0000; } .middle-icon { margin-left: 10px; margin-right: 10px; } .footer-menu { padding: 25px 25px; } .btn { display: inline-block; text-align: center; margin: 0; cursor: pointer; background-color: #fff; color: #333; padding: 0.5em; line-height: 1; border: solid #333 2px; border-radius: 5px; font-size: 16px; } .btn:hover { color: #fff; background-color: #333; } .btn .i { width: 64px; height: 64px; fill: currentColor; } .anchor { display: none; } h4:hover .anchor { display: inline; } .u-margin-top { margin-top: 1.875rem; } .u-margin-right { margin-right: 1.875rem; } .block { padding: 1.25rem; } .u-margin-bottom-s { margin-bottom: 0.5rem; }
demo/main.css
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { background-color: #fff; padding: 50px; font: 16px/1.5 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #727272; font-weight: 400; } h1, h2, h3, h4, h5, h6 { color: #222; margin: 0 0 15px; } p, ul, ol, table, dl { margin: 0 0 20px; } pre { margin: 0; } h1, h2, h3 { line-height: 1.1; } h1 { font-size: 22px; } h2 { color: #393939; } h3, h4, h5, h6 { color: #494949; } a { color: #39c; text-decoration: none; } a:hover { color: #069; } a small { font-size: 11px; color: #777; margin-top: -0.3em; display: block; } a:hover small { color: #777; } .wrapper { width: 860px; margin: 0 auto; } blockquote { border-left: 1px solid #e5e5e5; margin: 0; padding: 0 0 0 20px; font-style: italic; } code, pre { font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace; color: #333; font-size: 12px; } pre { padding: 8px 15px; background: #f8f8f8; border-radius: 5px; border: 1px solid #e5e5e5; overflow-x: auto; } table { width: 100%; border-collapse: collapse; } th, td { text-align: left; padding: 5px 10px; border-bottom: 1px solid #e5e5e5; } dt { color: #444; font-weight: 700; } th { color: #444; } img { max-width: 100%; } header { width: 270px; float: left; position: fixed; -webkit-font-smoothing: subpixel-antialiased; } header ul { list-style: none; height: 40px; padding: 0; background: #f4f4f4; border-radius: 5px; border: 1px solid #e0e0e0; width: 270px; } header li { width: 89px; float: left; border-right: 1px solid #e0e0e0; height: 40px; } header li:first-child a { border-radius: 5px 0 0 5px; } header li:last-child a { border-radius: 0 5px 5px 0; } header ul a { line-height: 1; font-size: 11px; color: #999; display: block; text-align: center; padding-top: 6px; height: 34px; } header ul a:hover { color: #999; } header ul a:active { background-color: #f0f0f0; } strong { color: #222; font-weight: 700; } header ul li + li + li { border-right: none; width: 89px; } header ul a strong { font-size: 14px; display: block; color: #222; } section { width: 500px; float: right; padding-bottom: 25px; } small { font-size: 11px; } hr { border: 0; background: #e5e5e5; height: 1px; margin: 0 0 20px; } footer { width: 270px; float: left; position: fixed; bottom: 50px; -webkit-font-smoothing: subpixel-antialiased; } @media print, screen and (max-width: 960px) { div.wrapper { width: auto; margin: 0; } header, section, footer { float: none; position: static; width: auto; } header { padding-right: 320px; } section { border: 1px solid #e5e5e5; border-width: 1px 0; padding: 20px 0; margin: 0 0 20px; } header a small { display: inline; } header ul { position: absolute; right: 50px; top: 52px; } } @media print, screen and (max-width: 720px) { body { word-wrap: break-word; } header { padding: 0; } header ul, header p.view { position: static; } pre, code { word-wrap: normal; } } @media print, screen and (max-width: 480px) { body { padding: 15px; } header ul { width: 99%; } header li, header ul li + li + li { width: 33%; } } @media print { body { padding: 0.4in; font-size: 12pt; color: #444; } } /* Copyright 2014 GitHub Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ .pl-c { color: #969896; } .pl-c1 /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */, .pl-s .pl-v { color: #0086b3; } .pl-e /* entity */, .pl-en { color: #795da3; } .pl-s .pl-s1 /* string source */, .pl-smi { color: #333; } .pl-ent { color: #63a35c; } .pl-k { color: #a71d5d; } .pl-pds /* punctuation.definition.string, string.regexp.character-class */, .pl-s /* string */, .pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */, .pl-sr /* string.regexp */, .pl-sr .pl-cce /* string.regexp constant.character.escape */, .pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */, .pl-sr .pl-sre { color: #183691; } .pl-v { color: #ed6a43; } .pl-id { color: #b52a1d; } .pl-ii { background-color: #b52a1d; color: #f8f8f8; } .pl-sr .pl-cce { color: #63a35c; font-weight: bold; } .pl-ml { color: #693a17; } .pl-mh /* markup.heading */, .pl-mh .pl-en /* markup.heading entity.name */, .pl-ms { color: #1d3e81; font-weight: bold; } .pl-mq { color: #008080; } .pl-mi { color: #333; font-style: italic; } .pl-mb { color: #333; font-weight: bold; } .pl-md { background-color: #ffecec; color: #bd2c00; } .pl-mi1 { background-color: #eaffea; color: #55a532; } .pl-mdr { color: #795da3; font-weight: bold; } .pl-mo { color: #1d3e81; } /* * Styles of the examples */ .example { padding: 12.5px 0; } .u-border { border: 3px solid blue; } .example { padding: 0 25px; } .i { width: 96px; height: 96px; } .i--red { fill: #cc0000; } .i { width: 96px; height: 96px; } .i--blue { fill: #0000cc; } .i--white { fill: #ffffff; stroke: black; stroke-width: 3; opacity: 0.7; } .i--red { fill: #cc0000; } .middle-icon { margin-left: 10px; margin-right: 10px; } .footer-menu { padding: 25px 25px; } .btn { display: inline-block; text-align: center; margin: 0; cursor: pointer; background-color: #fff; color: #333; padding: 0.5em; line-height: 1; border: solid #333 2px; border-radius: 5px; font-size: 16px; } .btn:hover { color: #fff; background-color: #333; } .btn .i { width: 64px; height: 64px; fill: currentColor; } .anchor { display: none; } h4:hover .anchor { display: inline; } .u-margin-top { margin-top: 1.875rem; } .u-margin-right { margin-right: 1.875rem; } .block { padding: 1.25rem; } .u-margin-bottom-s { margin-bottom: 0.5rem; }
0.520009
0.155816
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Sub-Seperator ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ */ * { margin: 0; padding: 0; border: none; } html, body { } html /* shows always scrollbar in Firefox*/ { overflow: visible; } body { font-size: 13px; color: #545D66; margin: 0; padding: 0; text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; overflow: hidden; } /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Titles ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; color: #485573; margin: 0 0 20px 0; padding: 0px; } h1 { font-size: 22px; line-height: /**/; } h2 { font-size: 18px; line-height: /**/; } h3 { font-size: 14px; background-color: #527EA3; color: #F6FBFE; padding: 5px 10px; -moz-border-radius: 5px; border-radius: 5px; margin: 0 0 10px 0; } h4, h5, h6 { font-size: 12px; background-color: #a4bcd0; color: #FFFFFF; padding: 5px 10px; -moz-border-radius: 5px; border-radius: 5px; margin: 0 0 10px 0; } b, strong, b *, strong * { font-weight: bold; } i, em, i *, em * { font-style: italic; } ul, ol { clear: both; /* margin: 10px 0 10px 35px; */ } ul { } ol { } li { margin: 5px 0; } p { line-height: 18px; margin: 0 0 10px 0; } div.hr { clear: both; height: 1px; } hr { height: 1px; color: #333333; background-color: inherit; } a, a:visited { color: #527EA3; text-decoration: underline; } a:hover { color: #ABC8E2; text-decoration: underline; } a:focus, input:focus, button:focus, :focus { outline: none; } button, .button { background-color: #eff4f9; border: 1px solid #354F66; padding: 2px 5px; font-size: 10px; color: #354F66; font-weight: bold; width: auto!important; -moz-border-radius: 10px; border-radius: 10px; } input.button { padding: 1px 3px; } a.button { color: #354F66; text-decoration: none; } button:hover, .button:hover { color: #354F66; background-color: #BDD2E5; border: 2px solid #354F66; padding: 1px 4px; cursor: pointer; } input.button:hover { padding: 0px 2px; } img, a img { border: none; } /* <div class="clear"></div> or <br class="clear" /> in <p></p> */ .clear { clear:both; height:0; font-size: 1px; line-height: 0px; overflow: hidden; white-space: nowrap; margin: 0; padding: 0; } /* ################################################################# */ /* --- TABLE --- */ /* ################################################################# */ table { font-size: inherit; color: inherit; border-collapse: collapse; border-spacing: /**/; } table caption, table tr, table th, table td { text-align: left; font-weight: normal; } table td { padding: /**/; } td.colLabel { width: /**/; } td.colInput { width: /**/; } td.colspan2 { width: /* FULL CONTENT WIDTH */; } /* ################################################################# */ /* --- FORM --- */ /* ################################################################# */ form { } fieldset { border: none; margin: 0; padding: 0; } form fieldset p { clear: both; padding-bottom: 15px; } .required { margin-left: /* width von label*/; } .submit { margin: 0; } label { width: 25%; float: left; display: inline; } /* ################################################################# */ /* --- INPUT / SELECT / TEXTAREA --- */ /* ################################################################# */ input, select, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #32373C; background-color: #FFFFFF; padding: 2px 4px; line-height: 16px; border: 1px solid #354F66; overflow: visible; /* Fix for IE */ } input:focus, select:focus, textarea:focus { border: 1px solid #527EA3; background-color: #e6f2fd; } input[type=hidden], input.hidden { float: left; display: inline; border: none; background-color: transparent; height: 12px; width: 12px; padding: 0; position: absolute; top: -100px; } input[type=disabled], input.disabled, select[type=disabled], select.disabled, .protected { background-color: #CCCCCC; } input.text { float: left; display: inline; width: 65%; margin: 0 5px 0 5%; } input.checkbox, input.radio, input[type=checkbox], input[type=radio] { float: none; border: none; background-color: transparent; height: 16px!important; width: 16px!important; padding: 0; margin: 2px 2px 2px 5%!important; } #newsletter input.checkbox { position: relative; } input.radio { } input.checkbox { } select { float: left; display: inline; width: 65%; margin: 0 5px 0 5%; padding: 1px 2px; } textarea { height: 100px; width: 408px; } /* ################################################################# */ /* --- Explorer --- */ /* ################################################################# */ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Login Dialog ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ #login-dialog { background-color: #f6fbfe; border-bottom: 2px solid #bdd2e5; } #menu_login { text-align: center; } #show_login_dialog { float: right; display: block; margin: -2px 12px 0 auto; background: url(../img/login_bg.png); background-repeat: no-repeat; background-position: 0 -27px; height: 19px; width: 70px; padding: 6px 10px 0 0; font-size: 10px; text-decoration: none; } #show_login_dialog.login_open { background-position: 0 0; } form#login-form { padding: 20px; } form#login-form fieldset label { width: auto; float: none; display: inline; } form#login-form fieldset p { padding-bottom: 0px; margin: 0; } /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Logout Dialog ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ #menu_logout { float: right; display: inline; margin: 10px 20px; font-size: 11px; background-color: #f6fbfe; border: 1px solid #bdd2e5; -moz-border-radius: 5px; border-radius: 5px; padding: 5px 7px; } /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Query Search Dialog ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ #query_container { clear: both; margin: 20px; border: 1px solid #527EA3; -moz-border-radius: 5px; border-radius: 5px; background-color: #F6FBFE; } #expl_search { margin: 10px; } #expl_search form { height: 90px; } #show_query_dialog { background-color: transparent; line-height: normal; border: none; float: left; display: inline; overflow: visible; /* Fix for IE */ } .foundQueries { float: left; display: inline; margin: 8px 0 0 50px; font-size: 10px; } button#show_query_dialog { font-weight: normal; text-decoration: underline; width: 80px; height: 25px; margin: 0px 0px 0px 5px; padding: 0px 0px 1px 18px; background: url(../img/query_bg.png); background-repeat: no-repeat; background-color: #F6FBFE; background-position: 8px -24px; height: 25px; width: 100%; display: block; font-size: 13px; text-decoration: none; text-align: left; } button#show_query_dialog.query_open { background-position: 8px 1px; } #sql_search_result h4 { margin-left: -40px; } /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Page Navigation ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ #page_navigation { margin: 20px 0; font-size: 10px; } #page_navigation a { margin-right: 5px; } /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Main Layout - Header / Logo / Content / Footer ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ #expl_logo { margin: 10px 20px; float: left; display: inline; } #expl_container { text-align: left; margin: 0 auto; width: auto; } #expl_header { } #expl_content_container { margin: 0 20px; } #expl_sidebar { border: 1px solid #527EA3; -moz-border-radius: 5px; border-radius: 5px; width: 30%; float: left; display: inline; padding-bottom: 20px; background-color: #F6FBFE; overflow: auto; } #expl_content { margin: 0 0 0 10px; float: left; display: inline; width: 65%; border: 1px solid #527EA3; -moz-border-radius: 5px; border-radius: 5px; padding: 20px; background-color: #F6FBFE; overflow: auto; } #expl_footer { height: 20px; margin: 20px; clear: both; font-size: 11px; } #expl_footer p { margin: 0; } /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Sidebar Explorer ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ #expl_sidebar li p { cursor: pointer; } #expl_sidebar ul, #expl_sidebar li { list-style: none; margin: 0; padding: 0; } #expl_sidebar ul { padding-left: 1em; } #expl_sidebar li { padding-left: 10px; border: 1px dotted #354F66; border-width: 0 0 1px 1px; } #expl_sidebar li.branch { border-bottom: none; } #expl_sidebar li.empty { font-style: italic; color: silver; border-color: silver; } #expl_sidebar li p { margin: 0; padding: 0 10px 0 0; position: relative; top: 12px; background-color: #F6FBFE; } #expl_sidebar li p a { color: #545D66; display: block; padding: 2px 5px; text-decoration: none; border: 1px solid #F6FBFE; -moz-border-radius: 5px; border-radius: 5px; } #expl_sidebar li p a:hover { color: #545D66; border: 1px solid #BDD2E5; } #expl_sidebar li p.selected { margin: 0; position: relative; top: 12px; } #expl_sidebar li p.selected a { display: block; padding: 2px 5px; text-decoration: none; border: 1px solid #354F66; -moz-border-radius: 5px; border-radius: 5px; background-color: #527EA3; color: #FFFFFF; } #expl_sidebar li p.selected a:hover { color: #FFFFFF; background-color: #83a3be; } #expl_sidebar li ul { border-top: 1px dotted black; margin-left: -10px; padding-left: 18px; } /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Content ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ .smallLabel { color: #545D66; font-size: 11px; } /* ################################################################# */ /* --- Edit --- */ /* ################################################################# */ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Header ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ #expl_content_header h2 { float: left; display: inline; } #expl_content_header form.deleteNote { float: right; display: inline; } /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Properties ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ .edit_properties_container { margin: 10px 0 0 0; padding: 10px 0; } .add_property { } .property_element { padding: 10px; border: 1px solid #BDD2E5; -moz-border-radius: 5px; border-radius: 5px; margin: 0 0 10px 0; } .edit_properties { margin: 20px 0 0 30%; } .saveAs { float: left; display: inline; margin-left: 5%; } /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Multivalue Properties ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ .multivalued ul { width: 66%; float: left; display: inline; margin-left: 5%; clear: none; padding: 0 0 0 15px; } .addMultivalueproperty { clear: both; margin: 0 0 0 30%; } .addMultivalueproperty input, .addMultivalueproperty select { width: 88%; margin-left: 0; } .addMultivalueproperty a.button { float: left; display: inline; margin-top: 2px; } .multivalued ul li { padding: 3px 5px 5px 5px; } .multivalued ul li a.button { float: right; display: inline; } .multivalued ul li:hover { -moz-border-radius: 5px; border-radius: 5px; background-color: #BDD2E5; } /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Propoerty Table ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ table.propoerty_table { border-collapse: separate; border-spacing: 0; table-layout: fixed; width: 100%; } table.propoerty_table td { text-align: left; vertical-align: top; } table.propoerty_table td input, table.propoerty_table td select { margin: 0; width: 90%; }
bundles/extensions/explorer/src/main/resources/libs/sling/explorer/css/explorer.css
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Sub-Seperator ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ */ * { margin: 0; padding: 0; border: none; } html, body { } html /* shows always scrollbar in Firefox*/ { overflow: visible; } body { font-size: 13px; color: #545D66; margin: 0; padding: 0; text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; overflow: hidden; } /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Titles ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; color: #485573; margin: 0 0 20px 0; padding: 0px; } h1 { font-size: 22px; line-height: /**/; } h2 { font-size: 18px; line-height: /**/; } h3 { font-size: 14px; background-color: #527EA3; color: #F6FBFE; padding: 5px 10px; -moz-border-radius: 5px; border-radius: 5px; margin: 0 0 10px 0; } h4, h5, h6 { font-size: 12px; background-color: #a4bcd0; color: #FFFFFF; padding: 5px 10px; -moz-border-radius: 5px; border-radius: 5px; margin: 0 0 10px 0; } b, strong, b *, strong * { font-weight: bold; } i, em, i *, em * { font-style: italic; } ul, ol { clear: both; /* margin: 10px 0 10px 35px; */ } ul { } ol { } li { margin: 5px 0; } p { line-height: 18px; margin: 0 0 10px 0; } div.hr { clear: both; height: 1px; } hr { height: 1px; color: #333333; background-color: inherit; } a, a:visited { color: #527EA3; text-decoration: underline; } a:hover { color: #ABC8E2; text-decoration: underline; } a:focus, input:focus, button:focus, :focus { outline: none; } button, .button { background-color: #eff4f9; border: 1px solid #354F66; padding: 2px 5px; font-size: 10px; color: #354F66; font-weight: bold; width: auto!important; -moz-border-radius: 10px; border-radius: 10px; } input.button { padding: 1px 3px; } a.button { color: #354F66; text-decoration: none; } button:hover, .button:hover { color: #354F66; background-color: #BDD2E5; border: 2px solid #354F66; padding: 1px 4px; cursor: pointer; } input.button:hover { padding: 0px 2px; } img, a img { border: none; } /* <div class="clear"></div> or <br class="clear" /> in <p></p> */ .clear { clear:both; height:0; font-size: 1px; line-height: 0px; overflow: hidden; white-space: nowrap; margin: 0; padding: 0; } /* ################################################################# */ /* --- TABLE --- */ /* ################################################################# */ table { font-size: inherit; color: inherit; border-collapse: collapse; border-spacing: /**/; } table caption, table tr, table th, table td { text-align: left; font-weight: normal; } table td { padding: /**/; } td.colLabel { width: /**/; } td.colInput { width: /**/; } td.colspan2 { width: /* FULL CONTENT WIDTH */; } /* ################################################################# */ /* --- FORM --- */ /* ################################################################# */ form { } fieldset { border: none; margin: 0; padding: 0; } form fieldset p { clear: both; padding-bottom: 15px; } .required { margin-left: /* width von label*/; } .submit { margin: 0; } label { width: 25%; float: left; display: inline; } /* ################################################################# */ /* --- INPUT / SELECT / TEXTAREA --- */ /* ################################################################# */ input, select, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #32373C; background-color: #FFFFFF; padding: 2px 4px; line-height: 16px; border: 1px solid #354F66; overflow: visible; /* Fix for IE */ } input:focus, select:focus, textarea:focus { border: 1px solid #527EA3; background-color: #e6f2fd; } input[type=hidden], input.hidden { float: left; display: inline; border: none; background-color: transparent; height: 12px; width: 12px; padding: 0; position: absolute; top: -100px; } input[type=disabled], input.disabled, select[type=disabled], select.disabled, .protected { background-color: #CCCCCC; } input.text { float: left; display: inline; width: 65%; margin: 0 5px 0 5%; } input.checkbox, input.radio, input[type=checkbox], input[type=radio] { float: none; border: none; background-color: transparent; height: 16px!important; width: 16px!important; padding: 0; margin: 2px 2px 2px 5%!important; } #newsletter input.checkbox { position: relative; } input.radio { } input.checkbox { } select { float: left; display: inline; width: 65%; margin: 0 5px 0 5%; padding: 1px 2px; } textarea { height: 100px; width: 408px; } /* ################################################################# */ /* --- Explorer --- */ /* ################################################################# */ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Login Dialog ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ #login-dialog { background-color: #f6fbfe; border-bottom: 2px solid #bdd2e5; } #menu_login { text-align: center; } #show_login_dialog { float: right; display: block; margin: -2px 12px 0 auto; background: url(../img/login_bg.png); background-repeat: no-repeat; background-position: 0 -27px; height: 19px; width: 70px; padding: 6px 10px 0 0; font-size: 10px; text-decoration: none; } #show_login_dialog.login_open { background-position: 0 0; } form#login-form { padding: 20px; } form#login-form fieldset label { width: auto; float: none; display: inline; } form#login-form fieldset p { padding-bottom: 0px; margin: 0; } /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Logout Dialog ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ #menu_logout { float: right; display: inline; margin: 10px 20px; font-size: 11px; background-color: #f6fbfe; border: 1px solid #bdd2e5; -moz-border-radius: 5px; border-radius: 5px; padding: 5px 7px; } /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Query Search Dialog ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ #query_container { clear: both; margin: 20px; border: 1px solid #527EA3; -moz-border-radius: 5px; border-radius: 5px; background-color: #F6FBFE; } #expl_search { margin: 10px; } #expl_search form { height: 90px; } #show_query_dialog { background-color: transparent; line-height: normal; border: none; float: left; display: inline; overflow: visible; /* Fix for IE */ } .foundQueries { float: left; display: inline; margin: 8px 0 0 50px; font-size: 10px; } button#show_query_dialog { font-weight: normal; text-decoration: underline; width: 80px; height: 25px; margin: 0px 0px 0px 5px; padding: 0px 0px 1px 18px; background: url(../img/query_bg.png); background-repeat: no-repeat; background-color: #F6FBFE; background-position: 8px -24px; height: 25px; width: 100%; display: block; font-size: 13px; text-decoration: none; text-align: left; } button#show_query_dialog.query_open { background-position: 8px 1px; } #sql_search_result h4 { margin-left: -40px; } /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Page Navigation ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ #page_navigation { margin: 20px 0; font-size: 10px; } #page_navigation a { margin-right: 5px; } /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Main Layout - Header / Logo / Content / Footer ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ #expl_logo { margin: 10px 20px; float: left; display: inline; } #expl_container { text-align: left; margin: 0 auto; width: auto; } #expl_header { } #expl_content_container { margin: 0 20px; } #expl_sidebar { border: 1px solid #527EA3; -moz-border-radius: 5px; border-radius: 5px; width: 30%; float: left; display: inline; padding-bottom: 20px; background-color: #F6FBFE; overflow: auto; } #expl_content { margin: 0 0 0 10px; float: left; display: inline; width: 65%; border: 1px solid #527EA3; -moz-border-radius: 5px; border-radius: 5px; padding: 20px; background-color: #F6FBFE; overflow: auto; } #expl_footer { height: 20px; margin: 20px; clear: both; font-size: 11px; } #expl_footer p { margin: 0; } /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Sidebar Explorer ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ #expl_sidebar li p { cursor: pointer; } #expl_sidebar ul, #expl_sidebar li { list-style: none; margin: 0; padding: 0; } #expl_sidebar ul { padding-left: 1em; } #expl_sidebar li { padding-left: 10px; border: 1px dotted #354F66; border-width: 0 0 1px 1px; } #expl_sidebar li.branch { border-bottom: none; } #expl_sidebar li.empty { font-style: italic; color: silver; border-color: silver; } #expl_sidebar li p { margin: 0; padding: 0 10px 0 0; position: relative; top: 12px; background-color: #F6FBFE; } #expl_sidebar li p a { color: #545D66; display: block; padding: 2px 5px; text-decoration: none; border: 1px solid #F6FBFE; -moz-border-radius: 5px; border-radius: 5px; } #expl_sidebar li p a:hover { color: #545D66; border: 1px solid #BDD2E5; } #expl_sidebar li p.selected { margin: 0; position: relative; top: 12px; } #expl_sidebar li p.selected a { display: block; padding: 2px 5px; text-decoration: none; border: 1px solid #354F66; -moz-border-radius: 5px; border-radius: 5px; background-color: #527EA3; color: #FFFFFF; } #expl_sidebar li p.selected a:hover { color: #FFFFFF; background-color: #83a3be; } #expl_sidebar li ul { border-top: 1px dotted black; margin-left: -10px; padding-left: 18px; } /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Content ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ .smallLabel { color: #545D66; font-size: 11px; } /* ################################################################# */ /* --- Edit --- */ /* ################################################################# */ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Header ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ #expl_content_header h2 { float: left; display: inline; } #expl_content_header form.deleteNote { float: right; display: inline; } /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Properties ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ .edit_properties_container { margin: 10px 0 0 0; padding: 10px 0; } .add_property { } .property_element { padding: 10px; border: 1px solid #BDD2E5; -moz-border-radius: 5px; border-radius: 5px; margin: 0 0 10px 0; } .edit_properties { margin: 20px 0 0 30%; } .saveAs { float: left; display: inline; margin-left: 5%; } /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Multivalue Properties ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ .multivalued ul { width: 66%; float: left; display: inline; margin-left: 5%; clear: none; padding: 0 0 0 15px; } .addMultivalueproperty { clear: both; margin: 0 0 0 30%; } .addMultivalueproperty input, .addMultivalueproperty select { width: 88%; margin-left: 0; } .addMultivalueproperty a.button { float: left; display: inline; margin-top: 2px; } .multivalued ul li { padding: 3px 5px 5px 5px; } .multivalued ul li a.button { float: right; display: inline; } .multivalued ul li:hover { -moz-border-radius: 5px; border-radius: 5px; background-color: #BDD2E5; } /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* --- Propoerty Table ---*/ /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ table.propoerty_table { border-collapse: separate; border-spacing: 0; table-layout: fixed; width: 100%; } table.propoerty_table td { text-align: left; vertical-align: top; } table.propoerty_table td input, table.propoerty_table td select { margin: 0; width: 90%; }
0.209227
0.056679
ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #333; } li { float: Right; ======= float: right; } li a { display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } li a:hover { background-color: rgb(99, 5, 5); } p{ margin-left: 50%; color:white; font: weight: 100%; } img{ position: relative; left: 40%; } #text{ position: absolute; top: 11.5%; } input{ width: 200px; height: 40px; } button{ width: 100px; height: 20px; } label{ position: relative; left: 40%; color:white; } body{ background-image:url(./beach\ img.jpg) ; } font-size: larger; font-weight: bolder; } li a:hover { background-color: #111; } /* Animation */ div { width: 100px; height: 100px; background-color: transparent; position: relative; float: right; margin-right:20% ; animation-name: example; animation-duration: 4s; animation-direction: normal; } @keyframes example { 0% {background-color:transparent; left:0px; top:0px;} 25% {background-color:transparent; left:200px; top:0px;} 50% {background-color:transparent; left:200px; top:200px;} 75% {background-color:transparent; left:0px; top:200px;} 100% {background-color:transparent; left:0px; top:0px;} } body{ background-image: url(./image/back1.png); background-repeat: no-repeat; background-size: 100%; } footer{ position: absolute; bottom: -22%; text-align: center; padding: 3px; background-color:#333 ; color: white; width: 100%; margin-top: 10%; margin-bottom: 0%; } footer a{ color: purple; } #earth{ border-radius: 50%; position: absolute; top: 20%; left: 30%; width:45%; body { background-color: antiquewhite; } #tittle{ text-align:center; text-transform:uppercase; color: blue; } img{ border-radius: 50%; width: 100px height: 300px; display: block; margin-left: auto; margin-right: auto; } .para{ font-size: xx-large; position: relative; margin-left: 40px; margin-right: 20px; text-align: center; font-weight: bold; }
snippets/style.css
ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #333; } li { float: Right; ======= float: right; } li a { display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } li a:hover { background-color: rgb(99, 5, 5); } p{ margin-left: 50%; color:white; font: weight: 100%; } img{ position: relative; left: 40%; } #text{ position: absolute; top: 11.5%; } input{ width: 200px; height: 40px; } button{ width: 100px; height: 20px; } label{ position: relative; left: 40%; color:white; } body{ background-image:url(./beach\ img.jpg) ; } font-size: larger; font-weight: bolder; } li a:hover { background-color: #111; } /* Animation */ div { width: 100px; height: 100px; background-color: transparent; position: relative; float: right; margin-right:20% ; animation-name: example; animation-duration: 4s; animation-direction: normal; } @keyframes example { 0% {background-color:transparent; left:0px; top:0px;} 25% {background-color:transparent; left:200px; top:0px;} 50% {background-color:transparent; left:200px; top:200px;} 75% {background-color:transparent; left:0px; top:200px;} 100% {background-color:transparent; left:0px; top:0px;} } body{ background-image: url(./image/back1.png); background-repeat: no-repeat; background-size: 100%; } footer{ position: absolute; bottom: -22%; text-align: center; padding: 3px; background-color:#333 ; color: white; width: 100%; margin-top: 10%; margin-bottom: 0%; } footer a{ color: purple; } #earth{ border-radius: 50%; position: absolute; top: 20%; left: 30%; width:45%; body { background-color: antiquewhite; } #tittle{ text-align:center; text-transform:uppercase; color: blue; } img{ border-radius: 50%; width: 100px height: 300px; display: block; margin-left: auto; margin-right: auto; } .para{ font-size: xx-large; position: relative; margin-left: 40px; margin-right: 20px; text-align: center; font-weight: bold; }
0.527317
0.119382
 @font-face { font-family: 'Aristotelica'; src: url('./Fonts/aristotelica.text-trial-bold.ttf'); } @font-face { font-family: 'Mikado'; src: url('./Fonts/Mikado\ Light.otf'); } @font-face { font-family: 'Mikado Black'; src: url('./Fonts/Mikado\ Black.otf'); } /* :root { --gdark: #72c800; --glight: #95f50e; --gdark2: #94c500; } */ * { box-sizing: border-box; } body { margin: 0; text-align: center; } img { max-width: 100%; height: auto; } .container { width: 95%; max-width: 70em; margin: 0 auto; } /* Header */ header { position: fixed; left: 0; right: 0; z-index: 10; } nav ul { margin: auto; list-style: none; padding: 1.5em; text-align: center; background-color: #72c800; height: 5em; transition: .3s; box-shadow: 0px 4px rgba(0,0,0,.1); } nav li { display: inline-block; margin: .2em; visibility: hidden; } nav a { text-decoration: none; padding: .5em; text-transform: uppercase; color: #83e600; font-size: .8rem; font-family: 'Aristotelica'; } @media(min-width: 60rem) { nav div.container a { visibility: hidden; } header { position: absolute; } nav ul { background-color: white; margin-top: 3em; height: 7em; width: 85%; border-radius: 15px; box-shadow: 0px 7px rgba(217,217,217); } nav ul:hover { margin-top: 3.3em; box-shadow: 0px 0px rgba(217,217,217); } nav li { visibility: initial; margin: .9em; margin-top: -3.8em; } nav a { padding: .1em; color: #83e600; font-size: 1.2rem; transition: .3s; } nav a:hover { padding: .7em; border-radius: 50px; transition: .3s; background-color: #83e600; color: white; opacity: .7; padding-top: 1em; } } /* Typography */ .home-hero .container #title { font-size: 2.2rem; margin-bottom: 1em; margin-top: .1em; padding: 1rem; color: white; font-family: 'Aristotelica'; } @media(min-width: 50rem) { .home-hero .container #title { font-size: 2.8rem; } } /* Planet */ .planet h1#texto { color: black; font-size: 1.18rem; margin-bottom: 2em; font-family: 'Mikado'; } .planet { position: relative; background-color: white; height: auto; } .planet img { width: 40%; margin-top: 5em; margin-bottom: 2em; } .planet h1#title { margin-top: 1em; font-size: 1.75rem; color: rgb(105, 105, 105); margin-bottom: 0; font-family: 'Mikado Black'; text-transform: uppercase; } .planet hr { width: 30%; height: .5em; background-color: #83e600; border-radius: 50px; border: none; position: relative; margin-top: 1em; } @media(min-width: 35rem) { .planet img { width: 28%; } } @media(min-width: 60rem) { .planet img { float: right; width: 20%; } .planet h1#title { margin-top: 1em; font-size: 2rem; float: left; } .planet h1#texto { position: relative; top: -14em; float: left; text-align: left; left: 0; padding-right: 15em; } .planet hr { width: 35%; float: left; position: relative; top: 6em; left: -24em; margin-top: 0; } .planet { height: 29em; } } @media(min-width: 75rem) { .planet h1#texto { font-size: 1.4rem; } } /* Terreno */ .terreno { background-color: rgb(240, 240, 240); height: auto; } .terreno h1#title { font-size: 1.75rem; color: rgb(105, 105, 105); margin-bottom: 0; font-family: 'Mikado Black'; padding-top: 1em; text-transform: uppercase; } .terreno hr { width: 30%; height: .5em; background-color: #83e600; border-radius: 50px; border: none; position: relative; margin-bottom: 4em; } .terreno h1#texto { color: black; font-size: 1.18rem; padding-bottom: 3em; padding-top: 1em; font-family: 'Mikado'; } .terreno img { width: 60%; } @media(min-width: 60rem) { .terreno h1#title { float: right; font-size: 2rem; position: relative; top: -3.5em; } .terreno { height: 30em; } .terreno hr { width: 35%; float: right; position: relative; top:-2em; left: 23.5em; } .terreno img { width: 45%; float: left; margin-top: -6em; } .terreno h1#texto { float: right; text-align: right; padding-left: 26em; right: 1em; margin-top: -12em; } } @media(min-width: 75rem) { .terreno h1#texto { font-size: 1.4rem; padding-left: 25em; } .terreno h1#title { margin-top: -3em; } .terreno hr { top:-8em; left: -1em; } } /* Home Hero */ .home-hero { background-image: url(../Images/paisagem2.png); background-size: cover; background-repeat: no-repeat; padding: 8em 3em; color: white; margin-bottom: -.1em; /*Parallax*/ background-attachment: fixed; } @media(min-width: 50rem) { .home-hero { height: 90vh; padding-top: 35vh; background-position: bottom; } } @media(min-width: 80rem) { .home-hero { height: 90vh; padding-top: 35vh; background-size: 100%; } } /* Images */ nav img#logo { width: 12em; position: absolute; top: 0; left: .5em; margin-top: .5em; margin-bottom: .5em; } nav img#logo2{ position: relative; width: 8em; top: 2em; margin-top: .5em; margin-bottom: .5em; visibility: hidden; } @media(min-width: 60rem) { nav img#logo { visibility: hidden; } nav img#logo2{ visibility: initial; } } @media(min-width: 80rem) { nav img#logo2{ left: -5em; } } /* Buttons */ /* Verde claro: #94c500 Verde escuro: #7da009 */ .button { background-color: #1adb00; padding: .6em; border-radius: 10px; font-size: 1.2rem; color: white; text-decoration: none; text-transform: uppercase; box-shadow: 0px 7px #16bd00; transition: .3s; position: relative; top: 1em; font-family: 'Aristotelica'; padding-top: .9em; } .button:hover { top: 1.3em; box-shadow: 0px 0px #16bd00; } /* HR */ .sp { width: 100%; height: 3rem; background-color: #94c500; display: block; } .spLine { margin-top: -2.5em; background-color: white; border: none; height: .2rem; position: relative; top: 1.3rem; margin-left: 1rem; margin-right: 1rem; } .spHeader { margin-top: -1em; margin-bottom: 2em; background-color: white; border: none; height: .5rem; border-radius: 10px; width: 30%; } .sp2 { width: 100%; height: 3rem; background-color: #94c500; display: block; margin-top: -.5rem; } .spLine2 { background-color: white; border: none; height: .2rem; position: relative; top: 1.5rem; margin-left: 1rem; margin-right: 1rem; } /* Home About */ .home-about-textbox { background-color: #4d48aa; padding: 4em; width: 100%; outline: 7px solid white; outline-offset: -2.5em; color: #FFF; position: relative; } .home-about h1 { color: white; position: relative; left: 50%; transform: translateX(-50%); top: -3.7rem; background: #4d48aa; padding: 0, .9em; width: 8em; } .home-about p { color: white; font-size: 1.15rem; } .pText { margin-top: -3rem; } @media (min-width: 60rem) { .home-about-textbox { width: 50%; padding: 7em; outline-offset: -3.75em; margin-left: 25%; top: 2em; text-align: left; box-shadow: 0 0 4em 0 rgba(0,0,0,.3); } .home-about h1 { color: white; position: relative; left: 50%; transform: translateX(-50%); top: -6rem; background: #4d48aa; text-align: center; font-size: 2rem; } .sp2 { width: 100%; height: 3rem; background-color: #3d3984; display: block; margin-top: 4rem; } } /*Menu vertical*/ header#menuV{ padding-top: 2em; position: fixed; background-color: #72c800; left: -30em; top:0; width: 15em; margin-left: -1em; z-index: 2; transition: left .75s; height: 100%; box-shadow: 5px 5px rgba(0,0,0,.1); } header#menuV ul{ list-style: none; } header#menuV ul li{ position: relative; top: 2em; margin-top: 4.5em; margin-left: -1em; } header#menuV ul li a{ font-size: 1.5em; text-decoration: none; color: white; /* transition: .2s; */ border-radius: 50px; font-family: 'Aristotelica'; } header#menuV ul li a:hover { padding: .7em; transition: .2s; background-color: white; color: #83e600; border-radius: 50px; padding-top: 1em; } button#showMenu{ margin-left: 10em; } .tela-escura .container { background-color: rgba(0,0,0,.5); position: fixed; z-index: 1; width: 100%; height: 100%; } @media(min-width: 50rem) { header#menuV ul li a{ font-size: 1.75em; } header#menuV ul li a:hover { padding: 1em; } } @media screen and (min-width: 60rem) { header#menuV{ visibility: hidden; } .tela-escura .container{ visibility: hidden; } .tela-escura-desk .container { background-color: rgba(0,0,0,.5); position: fixed; z-index: 10; width: 100%; height: 100%; max-width: 100%; } } /* ICON */ .icon { position: absolute; top: 2.5em; right: 0; transform: translate(-50%,-50%); width: 3.5em; height: 3.5em; cursor: pointer; } .icon.active .hamburger::before { top: 0; transform: rotate(45deg); } .icon.active .hamburger::after { top: 0; transform: rotate(135deg); } .hamburger { width: 40px; height: 5px; background: white; position: absolute; top: 55%; left: 80%; transform: translate(-50%, -50%); transition: .5s; border-radius: 50px; } .icon.active .hamburger { background-color: transparent; } .hamburger::before, .hamburger::after { content: ''; position: absolute; width: 40px; height: 5px; background: white; left: 0; transition: .5s; margin: 0 auto; border-radius: 50px; } .hamburger::before{ top: -13px; } .hamburger::after{ top: 13px; } @media(min-width: 60rem) { .icon { visibility: hidden; } } /* HDIW */ .hdiw h1 { font-size: 1.7em; margin-top: 2em; margin-bottom: 2em; font-family: 'Aristotelica'; color: rgb(105, 105, 105); } .hdiw #base { width: 100%; } @media(min-width: 60rem) { .hdiw #base { width: 50%; } .hdiw h1 { font-size: 2rem; } } /* Footer */ footer { height: 13em; background-color: rgba(66,133,244); width: 100%; margin-top: -12em; } /* footer img { width: 100%; position: relative; top: -5em; transform: translateY(-5em); } */ section .wave { position: relative; width: 100%; height: 398px; left: 0; background-image: url(../Images/wave.png); top: -7em; transform: translateY(-5em); animation: animate 8s linear infinite; } @keyframes animate { 0%{ background-position: 0; } 100%{ background-position: 2000px; } } .anime { opacity: 0; transform: translate3d(100px,0,0); transition: .3s; } .anime-start { opacity: 1; transform: translate3d(0,0,0); } /* Modal Login */ .modalLogin { position: fixed; background-color: white; width: 100%; height: 100%; padding: 1em; top: 5em; box-shadow: 0px 6px rgba(0,0,0,.2); z-index: 10; visibility: hidden; } .modalLogin h1 { margin-top: 1em; font-size: 1.75rem; color: rgb(105, 105, 105); margin-bottom: 0; font-family: 'Mikado Black'; text-transform: uppercase; } .modalLogin hr { width: 30%; height: .5em; background-color: #83e600; border-radius: 50px; border: none; position: relative; margin-top: 1em; } .modalLogin a , .modalLogin input[type="submit"]{ font-size: 1.2rem; background-color: #83e600; padding: 1em; border-radius: 10px; text-decoration: none; color: white; font-family: 'Aristotelica'; padding-top: 1.3em; /* transition: .2s; */ } .modalLogin input[type="submit"] { border: none; margin-top: -1em; } .modalLogin a:hover , .modalLogin input[type="submit"]:hover{ background-color: #a1e648; border-radius: 10px; text-decoration: none; color: white; font-family: 'Aristotelica'; cursor:pointer; /* transition: .2s; */ } .modalLogin h2{ margin-top: 3.3em; padding-bottom: 2em; font-size: .75rem; color: rgb(105, 105, 105); margin-bottom: 0; font-family: 'Mikado Black'; text-transform: uppercase; user-select: none; margin-bottom: 2em; } .txtCampos { padding: 10px; font-family: 'Mikado'; font-size: 14pt; width: 87.5%; background: none; border: none; border-bottom: 3px solid lightgray; outline: none; padding-top: 2em; } #usu{ margin-bottom: -.5em; } #sen{ margin-bottom: 1.5em; } .txtCampos:focus, .txtCampos:valid { transition: 0.25s ease-in; border-color: #83e600; } @media(min-width: 40rem) { .modalLogin { width: 30em; height: 30em; top: 50%; left: 50%; transform: translate(-50%, -50%); right: auto; border-radius: 30px; } .txtCampos { padding: 10px; font-family: 'Mikado'; font-size: 14pt; width: 87.5%; background: none; border: none; border-bottom: 3px solid lightgray; outline: none; } } /* FOOTER */ footer #infos{ background-color: rgb(53, 105, 187); } footer{ background-color: rgb(53, 105, 187); } footer #infos { font-family: "Mikado Black"; color: white; padding: 1em; font-size: .55rem; } footer img { position: relative; width: 40%; padding: 1em; } footer ul{ list-style: none; height: auto; display: list-item; } footer ul li{ display: inline; margin-left:2em; margin-right:5.5em; } footer ul li img{ width: 5%; height: auto; } footer ul li img:hover{ cursor:pointer; } @media(min-width: 40rem) { footer img { width: 20%; } }
apBioPlay/apBioPlay/Content/home.css
 @font-face { font-family: 'Aristotelica'; src: url('./Fonts/aristotelica.text-trial-bold.ttf'); } @font-face { font-family: 'Mikado'; src: url('./Fonts/Mikado\ Light.otf'); } @font-face { font-family: 'Mikado Black'; src: url('./Fonts/Mikado\ Black.otf'); } /* :root { --gdark: #72c800; --glight: #95f50e; --gdark2: #94c500; } */ * { box-sizing: border-box; } body { margin: 0; text-align: center; } img { max-width: 100%; height: auto; } .container { width: 95%; max-width: 70em; margin: 0 auto; } /* Header */ header { position: fixed; left: 0; right: 0; z-index: 10; } nav ul { margin: auto; list-style: none; padding: 1.5em; text-align: center; background-color: #72c800; height: 5em; transition: .3s; box-shadow: 0px 4px rgba(0,0,0,.1); } nav li { display: inline-block; margin: .2em; visibility: hidden; } nav a { text-decoration: none; padding: .5em; text-transform: uppercase; color: #83e600; font-size: .8rem; font-family: 'Aristotelica'; } @media(min-width: 60rem) { nav div.container a { visibility: hidden; } header { position: absolute; } nav ul { background-color: white; margin-top: 3em; height: 7em; width: 85%; border-radius: 15px; box-shadow: 0px 7px rgba(217,217,217); } nav ul:hover { margin-top: 3.3em; box-shadow: 0px 0px rgba(217,217,217); } nav li { visibility: initial; margin: .9em; margin-top: -3.8em; } nav a { padding: .1em; color: #83e600; font-size: 1.2rem; transition: .3s; } nav a:hover { padding: .7em; border-radius: 50px; transition: .3s; background-color: #83e600; color: white; opacity: .7; padding-top: 1em; } } /* Typography */ .home-hero .container #title { font-size: 2.2rem; margin-bottom: 1em; margin-top: .1em; padding: 1rem; color: white; font-family: 'Aristotelica'; } @media(min-width: 50rem) { .home-hero .container #title { font-size: 2.8rem; } } /* Planet */ .planet h1#texto { color: black; font-size: 1.18rem; margin-bottom: 2em; font-family: 'Mikado'; } .planet { position: relative; background-color: white; height: auto; } .planet img { width: 40%; margin-top: 5em; margin-bottom: 2em; } .planet h1#title { margin-top: 1em; font-size: 1.75rem; color: rgb(105, 105, 105); margin-bottom: 0; font-family: 'Mikado Black'; text-transform: uppercase; } .planet hr { width: 30%; height: .5em; background-color: #83e600; border-radius: 50px; border: none; position: relative; margin-top: 1em; } @media(min-width: 35rem) { .planet img { width: 28%; } } @media(min-width: 60rem) { .planet img { float: right; width: 20%; } .planet h1#title { margin-top: 1em; font-size: 2rem; float: left; } .planet h1#texto { position: relative; top: -14em; float: left; text-align: left; left: 0; padding-right: 15em; } .planet hr { width: 35%; float: left; position: relative; top: 6em; left: -24em; margin-top: 0; } .planet { height: 29em; } } @media(min-width: 75rem) { .planet h1#texto { font-size: 1.4rem; } } /* Terreno */ .terreno { background-color: rgb(240, 240, 240); height: auto; } .terreno h1#title { font-size: 1.75rem; color: rgb(105, 105, 105); margin-bottom: 0; font-family: 'Mikado Black'; padding-top: 1em; text-transform: uppercase; } .terreno hr { width: 30%; height: .5em; background-color: #83e600; border-radius: 50px; border: none; position: relative; margin-bottom: 4em; } .terreno h1#texto { color: black; font-size: 1.18rem; padding-bottom: 3em; padding-top: 1em; font-family: 'Mikado'; } .terreno img { width: 60%; } @media(min-width: 60rem) { .terreno h1#title { float: right; font-size: 2rem; position: relative; top: -3.5em; } .terreno { height: 30em; } .terreno hr { width: 35%; float: right; position: relative; top:-2em; left: 23.5em; } .terreno img { width: 45%; float: left; margin-top: -6em; } .terreno h1#texto { float: right; text-align: right; padding-left: 26em; right: 1em; margin-top: -12em; } } @media(min-width: 75rem) { .terreno h1#texto { font-size: 1.4rem; padding-left: 25em; } .terreno h1#title { margin-top: -3em; } .terreno hr { top:-8em; left: -1em; } } /* Home Hero */ .home-hero { background-image: url(../Images/paisagem2.png); background-size: cover; background-repeat: no-repeat; padding: 8em 3em; color: white; margin-bottom: -.1em; /*Parallax*/ background-attachment: fixed; } @media(min-width: 50rem) { .home-hero { height: 90vh; padding-top: 35vh; background-position: bottom; } } @media(min-width: 80rem) { .home-hero { height: 90vh; padding-top: 35vh; background-size: 100%; } } /* Images */ nav img#logo { width: 12em; position: absolute; top: 0; left: .5em; margin-top: .5em; margin-bottom: .5em; } nav img#logo2{ position: relative; width: 8em; top: 2em; margin-top: .5em; margin-bottom: .5em; visibility: hidden; } @media(min-width: 60rem) { nav img#logo { visibility: hidden; } nav img#logo2{ visibility: initial; } } @media(min-width: 80rem) { nav img#logo2{ left: -5em; } } /* Buttons */ /* Verde claro: #94c500 Verde escuro: #7da009 */ .button { background-color: #1adb00; padding: .6em; border-radius: 10px; font-size: 1.2rem; color: white; text-decoration: none; text-transform: uppercase; box-shadow: 0px 7px #16bd00; transition: .3s; position: relative; top: 1em; font-family: 'Aristotelica'; padding-top: .9em; } .button:hover { top: 1.3em; box-shadow: 0px 0px #16bd00; } /* HR */ .sp { width: 100%; height: 3rem; background-color: #94c500; display: block; } .spLine { margin-top: -2.5em; background-color: white; border: none; height: .2rem; position: relative; top: 1.3rem; margin-left: 1rem; margin-right: 1rem; } .spHeader { margin-top: -1em; margin-bottom: 2em; background-color: white; border: none; height: .5rem; border-radius: 10px; width: 30%; } .sp2 { width: 100%; height: 3rem; background-color: #94c500; display: block; margin-top: -.5rem; } .spLine2 { background-color: white; border: none; height: .2rem; position: relative; top: 1.5rem; margin-left: 1rem; margin-right: 1rem; } /* Home About */ .home-about-textbox { background-color: #4d48aa; padding: 4em; width: 100%; outline: 7px solid white; outline-offset: -2.5em; color: #FFF; position: relative; } .home-about h1 { color: white; position: relative; left: 50%; transform: translateX(-50%); top: -3.7rem; background: #4d48aa; padding: 0, .9em; width: 8em; } .home-about p { color: white; font-size: 1.15rem; } .pText { margin-top: -3rem; } @media (min-width: 60rem) { .home-about-textbox { width: 50%; padding: 7em; outline-offset: -3.75em; margin-left: 25%; top: 2em; text-align: left; box-shadow: 0 0 4em 0 rgba(0,0,0,.3); } .home-about h1 { color: white; position: relative; left: 50%; transform: translateX(-50%); top: -6rem; background: #4d48aa; text-align: center; font-size: 2rem; } .sp2 { width: 100%; height: 3rem; background-color: #3d3984; display: block; margin-top: 4rem; } } /*Menu vertical*/ header#menuV{ padding-top: 2em; position: fixed; background-color: #72c800; left: -30em; top:0; width: 15em; margin-left: -1em; z-index: 2; transition: left .75s; height: 100%; box-shadow: 5px 5px rgba(0,0,0,.1); } header#menuV ul{ list-style: none; } header#menuV ul li{ position: relative; top: 2em; margin-top: 4.5em; margin-left: -1em; } header#menuV ul li a{ font-size: 1.5em; text-decoration: none; color: white; /* transition: .2s; */ border-radius: 50px; font-family: 'Aristotelica'; } header#menuV ul li a:hover { padding: .7em; transition: .2s; background-color: white; color: #83e600; border-radius: 50px; padding-top: 1em; } button#showMenu{ margin-left: 10em; } .tela-escura .container { background-color: rgba(0,0,0,.5); position: fixed; z-index: 1; width: 100%; height: 100%; } @media(min-width: 50rem) { header#menuV ul li a{ font-size: 1.75em; } header#menuV ul li a:hover { padding: 1em; } } @media screen and (min-width: 60rem) { header#menuV{ visibility: hidden; } .tela-escura .container{ visibility: hidden; } .tela-escura-desk .container { background-color: rgba(0,0,0,.5); position: fixed; z-index: 10; width: 100%; height: 100%; max-width: 100%; } } /* ICON */ .icon { position: absolute; top: 2.5em; right: 0; transform: translate(-50%,-50%); width: 3.5em; height: 3.5em; cursor: pointer; } .icon.active .hamburger::before { top: 0; transform: rotate(45deg); } .icon.active .hamburger::after { top: 0; transform: rotate(135deg); } .hamburger { width: 40px; height: 5px; background: white; position: absolute; top: 55%; left: 80%; transform: translate(-50%, -50%); transition: .5s; border-radius: 50px; } .icon.active .hamburger { background-color: transparent; } .hamburger::before, .hamburger::after { content: ''; position: absolute; width: 40px; height: 5px; background: white; left: 0; transition: .5s; margin: 0 auto; border-radius: 50px; } .hamburger::before{ top: -13px; } .hamburger::after{ top: 13px; } @media(min-width: 60rem) { .icon { visibility: hidden; } } /* HDIW */ .hdiw h1 { font-size: 1.7em; margin-top: 2em; margin-bottom: 2em; font-family: 'Aristotelica'; color: rgb(105, 105, 105); } .hdiw #base { width: 100%; } @media(min-width: 60rem) { .hdiw #base { width: 50%; } .hdiw h1 { font-size: 2rem; } } /* Footer */ footer { height: 13em; background-color: rgba(66,133,244); width: 100%; margin-top: -12em; } /* footer img { width: 100%; position: relative; top: -5em; transform: translateY(-5em); } */ section .wave { position: relative; width: 100%; height: 398px; left: 0; background-image: url(../Images/wave.png); top: -7em; transform: translateY(-5em); animation: animate 8s linear infinite; } @keyframes animate { 0%{ background-position: 0; } 100%{ background-position: 2000px; } } .anime { opacity: 0; transform: translate3d(100px,0,0); transition: .3s; } .anime-start { opacity: 1; transform: translate3d(0,0,0); } /* Modal Login */ .modalLogin { position: fixed; background-color: white; width: 100%; height: 100%; padding: 1em; top: 5em; box-shadow: 0px 6px rgba(0,0,0,.2); z-index: 10; visibility: hidden; } .modalLogin h1 { margin-top: 1em; font-size: 1.75rem; color: rgb(105, 105, 105); margin-bottom: 0; font-family: 'Mikado Black'; text-transform: uppercase; } .modalLogin hr { width: 30%; height: .5em; background-color: #83e600; border-radius: 50px; border: none; position: relative; margin-top: 1em; } .modalLogin a , .modalLogin input[type="submit"]{ font-size: 1.2rem; background-color: #83e600; padding: 1em; border-radius: 10px; text-decoration: none; color: white; font-family: 'Aristotelica'; padding-top: 1.3em; /* transition: .2s; */ } .modalLogin input[type="submit"] { border: none; margin-top: -1em; } .modalLogin a:hover , .modalLogin input[type="submit"]:hover{ background-color: #a1e648; border-radius: 10px; text-decoration: none; color: white; font-family: 'Aristotelica'; cursor:pointer; /* transition: .2s; */ } .modalLogin h2{ margin-top: 3.3em; padding-bottom: 2em; font-size: .75rem; color: rgb(105, 105, 105); margin-bottom: 0; font-family: 'Mikado Black'; text-transform: uppercase; user-select: none; margin-bottom: 2em; } .txtCampos { padding: 10px; font-family: 'Mikado'; font-size: 14pt; width: 87.5%; background: none; border: none; border-bottom: 3px solid lightgray; outline: none; padding-top: 2em; } #usu{ margin-bottom: -.5em; } #sen{ margin-bottom: 1.5em; } .txtCampos:focus, .txtCampos:valid { transition: 0.25s ease-in; border-color: #83e600; } @media(min-width: 40rem) { .modalLogin { width: 30em; height: 30em; top: 50%; left: 50%; transform: translate(-50%, -50%); right: auto; border-radius: 30px; } .txtCampos { padding: 10px; font-family: 'Mikado'; font-size: 14pt; width: 87.5%; background: none; border: none; border-bottom: 3px solid lightgray; outline: none; } } /* FOOTER */ footer #infos{ background-color: rgb(53, 105, 187); } footer{ background-color: rgb(53, 105, 187); } footer #infos { font-family: "Mikado Black"; color: white; padding: 1em; font-size: .55rem; } footer img { position: relative; width: 40%; padding: 1em; } footer ul{ list-style: none; height: auto; display: list-item; } footer ul li{ display: inline; margin-left:2em; margin-right:5.5em; } footer ul li img{ width: 5%; height: auto; } footer ul li img:hover{ cursor:pointer; } @media(min-width: 40rem) { footer img { width: 20%; } }
0.529507
0.094803
.background_lavenderBlush1, .hover_background_lavenderBlush1:hover, .active_background_lavenderBlush1:active:hover { background: #ff8db3; background-image: -moz-linear-gradient(top, rgb(255, 240, 245) 0%, rgb(255, 141, 179) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 240, 245)), color-stop(100%, rgb(255, 141, 179))); background-image: -webkit-linear-gradient(top, rgb(255, 240, 245) 0%, rgb(255, 141, 179) 100%); background-image: -o-linear-gradient(top, rgb(255, 240, 245) 0%, rgb(255, 141, 179) 100%); background-image: -ms-linear-gradient(top, rgb(255, 240, 245) 0%, rgb(255, 141, 179) 100%); background-image: linear-gradient(to bottom, rgb(255, 240, 245) 0%, rgb(255, 141, 179) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0f5', endColorstr='#ff8db3',GradientType=0 ); } .background_lavenderBlush1h, .hover_background_lavenderBlush1h:hover, .active_background_lavenderBlush1h:active:hover { background: #ff8db3; background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 220, 232) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(255, 220, 232))); background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 220, 232) 100%); background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 220, 232) 100%); background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 220, 232) 100%); background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 220, 232) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffdce8',GradientType=0 ); } .background_lavenderBlush1a, .hover_background_lavenderBlush1a:hover, .active_background_lavenderBlush1a:active:hover { background: #ff8db3; background-image: -moz-linear-gradient(top, rgb(255, 220, 232) 0%, rgb(255, 255, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 220, 232)), color-stop(100%, rgb(255, 255, 255))); background-image: -webkit-linear-gradient(top, rgb(255, 220, 232) 0%, rgb(255, 255, 255) 100%); background-image: -o-linear-gradient(top, rgb(255, 220, 232) 0%, rgb(255, 255, 255) 100%); background-image: -ms-linear-gradient(top, rgb(255, 220, 232) 0%, rgb(255, 255, 255) 100%); background-image: linear-gradient(to bottom, rgb(255, 220, 232) 0%, rgb(255, 255, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdce8', endColorstr='#ffffff',GradientType=0 ); } .background_lavenderBlush1s, .hover_background_lavenderBlush1s:hover, .active_background_lavenderBlush1s:active:hover { background: #ff8db3; background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(255, 255, 255))); background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); } .background_color_lavenderBlush1, .hover_background_color_lavenderBlush1:hover, .active_background_color_lavenderBlush1:active:hover { background-color:#ff8db3; } .background_first_color_lavenderBlush1, .hover_background_first_color_lavenderBlush1:hover, .active_background_first_color_lavenderBlush1:active:hover { background-color:#fff0f5; } .background_last_color_lavenderBlush1, .hover_background_last_color_lavenderBlush1:hover, .active_background_color_last_lavenderBlush1:active:hover { background-color:#ff8db3; } /* ------------------------------ color settings -------------------------------*/ .color_lavenderBlush1, .hover_color_lavenderBlush1:hover, .active_color_lavenderBlush1:active:hover { color: #282828; } .color_lavenderBlush1h, .hover_color_lavenderBlush1h:hover, .active_color_lavenderBlush1h:active:hover { color: #282828; } .color_lavenderBlush1a, .hover_color_lavenderBlush1a:hover, .active_color_lavenderBlush1a:active:hover { color: #ff0; } .color_lavenderBlush1s, .hover_color_lavenderBlush1s:hover, .active_color_lavenderBlush1s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_lavenderBlush1, .hover_border_lavenderBlush1:hover, .active_border_lavenderBlush1:active:hover { border-color: #ff8db3 #ff8db3 #ff8db3 #ff8db3; } .border_lavenderBlush1h, .hover_border_lavenderBlush1h:hover, .active_border_lavenderBlush1h:active:hover { border-color: #ff6599 #ff6599 #ff6599 #ff6599; } .border_lavenderBlush1a, .hover_border_lavenderBlush1a:hover, .active_border_lavenderBlush1a:active:hover { border-color: #ff3e7e #ff3e7e #ff3e7e #ff3e7e; } .border_lavenderBlush1s, .hover_border_lavenderBlush1s:hover, .active_border_lavenderBlush1s:active:hover { border-color: #ffffff #ffffff #ffffff #ffffff; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_lavenderBlush1, .hover_shadow_expand_lavenderBlush1:hover, .active_shadow_expand_lavenderBlush1:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 141, 179, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 141, 179, .39); box-shadow: 0em 0em 1em 0.25em rgba(255, 141, 179, .39); } .shadow_expand_lavenderBlush1h, .hover_shadow_expand_lavenderBlush1h:hover, .active_shadow_expand_lavenderBlush1h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 220, 232, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 220, 232, .50); box-shadow: 0em 0em 1em 0.25em rgba(255, 220, 232, .50); } .shadow_expand_lavenderBlush1a, .hover_shadow_expand_lavenderBlush1a:hover, .active_shadow_expand_lavenderBlush1a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .63); box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .63); } .shadow_expand_lavenderBlush1s, .hover_shadow_expand_lavenderBlush1s:hover, .active_shadow_expand_lavenderBlush1s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .78); box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_lavenderBlush1, .hover_shadow_left_lavenderBlush1:hover, .active_shadow_left_lavenderBlush1:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 141, 179, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 141, 179, .39); box-shadow: -0.5em -0.5em 1em rgba(255, 141, 179, .39); } .shadow_left_lavenderBlush1h, .hover_shadow_left_lavenderBlush1h:hover, .active_shadow_left_lavenderBlush1h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 232, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 232, .50); box-shadow: -0.5em -0.5em 1em rgba(255, 220, 232, .50); } .shadow_left_lavenderBlush1a, .hover_shadow_left_lavenderBlush1a:hover, .active_shadow_left_lavenderBlush1a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_left_lavenderBlush1s, .hover_shadow_left_lavenderBlush1s:hover, .active_shadow_left_lavenderBlush1s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_lavenderBlush1, .hover_shadow_right_lavenderBlush1:hover, .active_shadow_right_lavenderBlush1:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 141, 179, .39); -moz-box-shadow: 0.5em 0em 1em rgba(255, 141, 179, .39); box-shadow: 0.5em 0em 1em rgba(255, 141, 179, .39); } .shadow_right_lavenderBlush1h, .hover_shadow_right_lavenderBlush1h:hover, .active_shadow_right_lavenderBlush1h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 220, 232, .50); -moz-box-shadow: 0.5em 0em 1em rgba(255, 220, 232, .50); box-shadow: 0.5em 0em 1em rgba(255, 220, 232, .50); } .shadow_right_lavenderBlush1a, .hover_shadow_right_lavenderBlush1a:hover, .active_shadow_right_lavenderBlush1a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .63); box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .63); } .shadow_right_lavenderBlush1s, .hover_shadow_right_lavenderBlush1s:hover, .active_shadow_right_lavenderBlush1s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .78); box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_lavenderBlush1, .hover_shadow_top_lavenderBlush1:hover, .active_shadow_top_lavenderBlush1:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 141, 179, .39); -moz-box-shadow: 0em -0.5em 1em rgba(255, 141, 179, .39); box-shadow: 0em -0.5em 1em rgba(255, 141, 179, .39); } .shadow_top_lavenderBlush1h, .hover_shadow_top_lavenderBlush1h:hover, .active_shadow_top_lavenderBlush1h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 220, 232, .50); -moz-box-shadow: 0em -0.5em 1em rgba(255, 220, 232, .50); box-shadow: 0em -0.5em 1em rgba(255, 220, 232, .50); } .shadow_top_lavenderBlush1a, .hover_shadow_top_lavenderBlush1a:hover, .active_shadow_top_lavenderBlush1a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_top_lavenderBlush1s, .hover_shadow_top_lavenderBlush1s:hover, .active_shadow_top_lavenderBlush1s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_lavenderBlush1, .hover_shadow_bottom_lavenderBlush1:hover, .active_shadow_bottom_lavenderBlush1:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 141, 179, .39); -moz-box-shadow: 0em 0.5em 1em rgba(255, 141, 179, .39); box-shadow: 0em 0.5em 1em rgba(255, 141, 179, .39); } .shadow_bottom_lavenderBlush1h, .hover_shadow_bottom_lavenderBlush1h:hover, .active_shadow_bottom_lavenderBlush1h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 220, 232, .50); -moz-box-shadow: 0em 0.5em 1em rgba(255, 220, 232, .50); box-shadow: 0em 0.5em 1em rgba(255, 220, 232, .50); } .shadow_bottom_lavenderBlush1a, .hover_shadow_bottom_lavenderBlush1a:hover, .active_shadow_bottom_lavenderBlush1a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .63); } .shadow_bottom_lavenderBlush1s, .hover_shadow_bottom_lavenderBlush1s:hover, .active_shadow_bottom_lavenderBlush1s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_lavenderBlush1, .hover_shadow_top_left_lavenderBlush1:hover, .active_shadow_top_left_lavenderBlush1:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 141, 179, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 141, 179, .39); box-shadow: -0.5em -0.5em 1em rgba(255, 141, 179, .39); } .shadow_top_left_lavenderBlush1h, .hover_shadow_top_left_lavenderBlush1h:hover, .active_shadow_top_left_lavenderBlush1h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 232, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 232, .50); box-shadow: -0.5em -0.5em 1em rgba(255, 220, 232, .50); } .shadow_top_left_lavenderBlush1a, .hover_shadow_top_left_lavenderBlush1a:hover, .active_shadow_top_left_lavenderBlush1a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_top_left_lavenderBlush1s, .hover_shadow_top_left_lavenderBlush1s:hover, .active_shadow_top_left_lavenderBlush1s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_lavenderBlush1, .hover_shadow_top_right_lavenderBlush1:hover, .active_shadow_top_right_lavenderBlush1:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 141, 179, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 141, 179, .39); box-shadow: 0.5em -0.5em 1em rgba(255, 141, 179, .39); } .shadow_top_right_lavenderBlush1h, .hover_shadow_top_right_lavenderBlush1h:hover, .active_shadow_top_right_lavenderBlush1h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 220, 232, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 220, 232, .50); box-shadow: 0.5em -0.5em 1em rgba(255, 220, 232, .50); } .shadow_top_right_lavenderBlush1a, .hover_shadow_top_right_lavenderBlush1a:hover, .active_shadow_top_right_lavenderBlush1a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_top_right_lavenderBlush1s, .hover_shadow_top_right_lavenderBlush1s:hover, .active_shadow_top_right_lavenderBlush1s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_lavenderBlush1, .hover_shadow_bottom_left_lavenderBlush1:hover, .active_shadow_bottom_left_lavenderBlush1:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 141, 179, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 141, 179, .39); box-shadow: -0.5em 0.5em 1em rgba(255, 141, 179, .39); } .shadow_bottom_left_lavenderBlush1h, .hover_shadow_bottom_left_lavenderBlush1h:hover, .active_shadow_bottom_left_lavenderBlush1h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 220, 232, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 220, 232, .50); box-shadow: -0.5em 0.5em 1em rgba(255, 220, 232, .50); } .shadow_bottom_left_lavenderBlush1a, .hover_shadow_bottom_left_lavenderBlush1a:hover, .active_shadow_bottom_left_lavenderBlush1a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .63); box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .63); } .shadow_bottom_left_lavenderBlush1s, .hover_shadow_bottom_left_lavenderBlush1s:hover, .active_shadow_bottom_left_lavenderBlush1s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .78); box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_lavenderBlush1, .hover_shadow_bottom_right_lavenderBlush1:hover, .active_shadow_bottom_right_lavenderBlush1:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 141, 179, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 141, 179, .39); box-shadow: 0.5em 0.5em 1em rgba(255, 141, 179, .39); } .shadow_bottom_right_lavenderBlush1h, .hover_shadow_bottom_right_lavenderBlush1h:hover, .active_shadow_bottom_right_lavenderBlush1h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 220, 232, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 220, 232, .50); box-shadow: 0.5em 0.5em 1em rgba(255, 220, 232, .50); } .shadow_bottom_right_lavenderBlush1a, .hover_shadow_bottom_right_lavenderBlush1a:hover, .active_shadow_bottom_right_lavenderBlush1a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .63); } .shadow_bottom_right_lavenderBlush1s, .hover_shadow_bottom_right_lavenderBlush1s:hover, .active_shadow_bottom_right_lavenderBlush1s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .78); }
widgets/common/assets/gradients/simple/lavenderBlush/lavenderBlush1.css
.background_lavenderBlush1, .hover_background_lavenderBlush1:hover, .active_background_lavenderBlush1:active:hover { background: #ff8db3; background-image: -moz-linear-gradient(top, rgb(255, 240, 245) 0%, rgb(255, 141, 179) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 240, 245)), color-stop(100%, rgb(255, 141, 179))); background-image: -webkit-linear-gradient(top, rgb(255, 240, 245) 0%, rgb(255, 141, 179) 100%); background-image: -o-linear-gradient(top, rgb(255, 240, 245) 0%, rgb(255, 141, 179) 100%); background-image: -ms-linear-gradient(top, rgb(255, 240, 245) 0%, rgb(255, 141, 179) 100%); background-image: linear-gradient(to bottom, rgb(255, 240, 245) 0%, rgb(255, 141, 179) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0f5', endColorstr='#ff8db3',GradientType=0 ); } .background_lavenderBlush1h, .hover_background_lavenderBlush1h:hover, .active_background_lavenderBlush1h:active:hover { background: #ff8db3; background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 220, 232) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(255, 220, 232))); background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 220, 232) 100%); background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 220, 232) 100%); background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 220, 232) 100%); background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 220, 232) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffdce8',GradientType=0 ); } .background_lavenderBlush1a, .hover_background_lavenderBlush1a:hover, .active_background_lavenderBlush1a:active:hover { background: #ff8db3; background-image: -moz-linear-gradient(top, rgb(255, 220, 232) 0%, rgb(255, 255, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 220, 232)), color-stop(100%, rgb(255, 255, 255))); background-image: -webkit-linear-gradient(top, rgb(255, 220, 232) 0%, rgb(255, 255, 255) 100%); background-image: -o-linear-gradient(top, rgb(255, 220, 232) 0%, rgb(255, 255, 255) 100%); background-image: -ms-linear-gradient(top, rgb(255, 220, 232) 0%, rgb(255, 255, 255) 100%); background-image: linear-gradient(to bottom, rgb(255, 220, 232) 0%, rgb(255, 255, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdce8', endColorstr='#ffffff',GradientType=0 ); } .background_lavenderBlush1s, .hover_background_lavenderBlush1s:hover, .active_background_lavenderBlush1s:active:hover { background: #ff8db3; background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(255, 255, 255))); background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); } .background_color_lavenderBlush1, .hover_background_color_lavenderBlush1:hover, .active_background_color_lavenderBlush1:active:hover { background-color:#ff8db3; } .background_first_color_lavenderBlush1, .hover_background_first_color_lavenderBlush1:hover, .active_background_first_color_lavenderBlush1:active:hover { background-color:#fff0f5; } .background_last_color_lavenderBlush1, .hover_background_last_color_lavenderBlush1:hover, .active_background_color_last_lavenderBlush1:active:hover { background-color:#ff8db3; } /* ------------------------------ color settings -------------------------------*/ .color_lavenderBlush1, .hover_color_lavenderBlush1:hover, .active_color_lavenderBlush1:active:hover { color: #282828; } .color_lavenderBlush1h, .hover_color_lavenderBlush1h:hover, .active_color_lavenderBlush1h:active:hover { color: #282828; } .color_lavenderBlush1a, .hover_color_lavenderBlush1a:hover, .active_color_lavenderBlush1a:active:hover { color: #ff0; } .color_lavenderBlush1s, .hover_color_lavenderBlush1s:hover, .active_color_lavenderBlush1s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_lavenderBlush1, .hover_border_lavenderBlush1:hover, .active_border_lavenderBlush1:active:hover { border-color: #ff8db3 #ff8db3 #ff8db3 #ff8db3; } .border_lavenderBlush1h, .hover_border_lavenderBlush1h:hover, .active_border_lavenderBlush1h:active:hover { border-color: #ff6599 #ff6599 #ff6599 #ff6599; } .border_lavenderBlush1a, .hover_border_lavenderBlush1a:hover, .active_border_lavenderBlush1a:active:hover { border-color: #ff3e7e #ff3e7e #ff3e7e #ff3e7e; } .border_lavenderBlush1s, .hover_border_lavenderBlush1s:hover, .active_border_lavenderBlush1s:active:hover { border-color: #ffffff #ffffff #ffffff #ffffff; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_lavenderBlush1, .hover_shadow_expand_lavenderBlush1:hover, .active_shadow_expand_lavenderBlush1:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 141, 179, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 141, 179, .39); box-shadow: 0em 0em 1em 0.25em rgba(255, 141, 179, .39); } .shadow_expand_lavenderBlush1h, .hover_shadow_expand_lavenderBlush1h:hover, .active_shadow_expand_lavenderBlush1h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 220, 232, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 220, 232, .50); box-shadow: 0em 0em 1em 0.25em rgba(255, 220, 232, .50); } .shadow_expand_lavenderBlush1a, .hover_shadow_expand_lavenderBlush1a:hover, .active_shadow_expand_lavenderBlush1a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .63); box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .63); } .shadow_expand_lavenderBlush1s, .hover_shadow_expand_lavenderBlush1s:hover, .active_shadow_expand_lavenderBlush1s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .78); box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_lavenderBlush1, .hover_shadow_left_lavenderBlush1:hover, .active_shadow_left_lavenderBlush1:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 141, 179, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 141, 179, .39); box-shadow: -0.5em -0.5em 1em rgba(255, 141, 179, .39); } .shadow_left_lavenderBlush1h, .hover_shadow_left_lavenderBlush1h:hover, .active_shadow_left_lavenderBlush1h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 232, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 232, .50); box-shadow: -0.5em -0.5em 1em rgba(255, 220, 232, .50); } .shadow_left_lavenderBlush1a, .hover_shadow_left_lavenderBlush1a:hover, .active_shadow_left_lavenderBlush1a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_left_lavenderBlush1s, .hover_shadow_left_lavenderBlush1s:hover, .active_shadow_left_lavenderBlush1s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_lavenderBlush1, .hover_shadow_right_lavenderBlush1:hover, .active_shadow_right_lavenderBlush1:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 141, 179, .39); -moz-box-shadow: 0.5em 0em 1em rgba(255, 141, 179, .39); box-shadow: 0.5em 0em 1em rgba(255, 141, 179, .39); } .shadow_right_lavenderBlush1h, .hover_shadow_right_lavenderBlush1h:hover, .active_shadow_right_lavenderBlush1h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 220, 232, .50); -moz-box-shadow: 0.5em 0em 1em rgba(255, 220, 232, .50); box-shadow: 0.5em 0em 1em rgba(255, 220, 232, .50); } .shadow_right_lavenderBlush1a, .hover_shadow_right_lavenderBlush1a:hover, .active_shadow_right_lavenderBlush1a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .63); box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .63); } .shadow_right_lavenderBlush1s, .hover_shadow_right_lavenderBlush1s:hover, .active_shadow_right_lavenderBlush1s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .78); box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_lavenderBlush1, .hover_shadow_top_lavenderBlush1:hover, .active_shadow_top_lavenderBlush1:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 141, 179, .39); -moz-box-shadow: 0em -0.5em 1em rgba(255, 141, 179, .39); box-shadow: 0em -0.5em 1em rgba(255, 141, 179, .39); } .shadow_top_lavenderBlush1h, .hover_shadow_top_lavenderBlush1h:hover, .active_shadow_top_lavenderBlush1h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 220, 232, .50); -moz-box-shadow: 0em -0.5em 1em rgba(255, 220, 232, .50); box-shadow: 0em -0.5em 1em rgba(255, 220, 232, .50); } .shadow_top_lavenderBlush1a, .hover_shadow_top_lavenderBlush1a:hover, .active_shadow_top_lavenderBlush1a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_top_lavenderBlush1s, .hover_shadow_top_lavenderBlush1s:hover, .active_shadow_top_lavenderBlush1s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_lavenderBlush1, .hover_shadow_bottom_lavenderBlush1:hover, .active_shadow_bottom_lavenderBlush1:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 141, 179, .39); -moz-box-shadow: 0em 0.5em 1em rgba(255, 141, 179, .39); box-shadow: 0em 0.5em 1em rgba(255, 141, 179, .39); } .shadow_bottom_lavenderBlush1h, .hover_shadow_bottom_lavenderBlush1h:hover, .active_shadow_bottom_lavenderBlush1h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 220, 232, .50); -moz-box-shadow: 0em 0.5em 1em rgba(255, 220, 232, .50); box-shadow: 0em 0.5em 1em rgba(255, 220, 232, .50); } .shadow_bottom_lavenderBlush1a, .hover_shadow_bottom_lavenderBlush1a:hover, .active_shadow_bottom_lavenderBlush1a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .63); } .shadow_bottom_lavenderBlush1s, .hover_shadow_bottom_lavenderBlush1s:hover, .active_shadow_bottom_lavenderBlush1s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_lavenderBlush1, .hover_shadow_top_left_lavenderBlush1:hover, .active_shadow_top_left_lavenderBlush1:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 141, 179, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 141, 179, .39); box-shadow: -0.5em -0.5em 1em rgba(255, 141, 179, .39); } .shadow_top_left_lavenderBlush1h, .hover_shadow_top_left_lavenderBlush1h:hover, .active_shadow_top_left_lavenderBlush1h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 232, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 232, .50); box-shadow: -0.5em -0.5em 1em rgba(255, 220, 232, .50); } .shadow_top_left_lavenderBlush1a, .hover_shadow_top_left_lavenderBlush1a:hover, .active_shadow_top_left_lavenderBlush1a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_top_left_lavenderBlush1s, .hover_shadow_top_left_lavenderBlush1s:hover, .active_shadow_top_left_lavenderBlush1s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_lavenderBlush1, .hover_shadow_top_right_lavenderBlush1:hover, .active_shadow_top_right_lavenderBlush1:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 141, 179, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 141, 179, .39); box-shadow: 0.5em -0.5em 1em rgba(255, 141, 179, .39); } .shadow_top_right_lavenderBlush1h, .hover_shadow_top_right_lavenderBlush1h:hover, .active_shadow_top_right_lavenderBlush1h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 220, 232, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 220, 232, .50); box-shadow: 0.5em -0.5em 1em rgba(255, 220, 232, .50); } .shadow_top_right_lavenderBlush1a, .hover_shadow_top_right_lavenderBlush1a:hover, .active_shadow_top_right_lavenderBlush1a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .63); } .shadow_top_right_lavenderBlush1s, .hover_shadow_top_right_lavenderBlush1s:hover, .active_shadow_top_right_lavenderBlush1s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_lavenderBlush1, .hover_shadow_bottom_left_lavenderBlush1:hover, .active_shadow_bottom_left_lavenderBlush1:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 141, 179, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 141, 179, .39); box-shadow: -0.5em 0.5em 1em rgba(255, 141, 179, .39); } .shadow_bottom_left_lavenderBlush1h, .hover_shadow_bottom_left_lavenderBlush1h:hover, .active_shadow_bottom_left_lavenderBlush1h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 220, 232, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 220, 232, .50); box-shadow: -0.5em 0.5em 1em rgba(255, 220, 232, .50); } .shadow_bottom_left_lavenderBlush1a, .hover_shadow_bottom_left_lavenderBlush1a:hover, .active_shadow_bottom_left_lavenderBlush1a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .63); box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .63); } .shadow_bottom_left_lavenderBlush1s, .hover_shadow_bottom_left_lavenderBlush1s:hover, .active_shadow_bottom_left_lavenderBlush1s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .78); box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_lavenderBlush1, .hover_shadow_bottom_right_lavenderBlush1:hover, .active_shadow_bottom_right_lavenderBlush1:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 141, 179, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 141, 179, .39); box-shadow: 0.5em 0.5em 1em rgba(255, 141, 179, .39); } .shadow_bottom_right_lavenderBlush1h, .hover_shadow_bottom_right_lavenderBlush1h:hover, .active_shadow_bottom_right_lavenderBlush1h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 220, 232, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 220, 232, .50); box-shadow: 0.5em 0.5em 1em rgba(255, 220, 232, .50); } .shadow_bottom_right_lavenderBlush1a, .hover_shadow_bottom_right_lavenderBlush1a:hover, .active_shadow_bottom_right_lavenderBlush1a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .63); box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .63); } .shadow_bottom_right_lavenderBlush1s, .hover_shadow_bottom_right_lavenderBlush1s:hover, .active_shadow_bottom_right_lavenderBlush1s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .78); box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .78); }
0.537041
0.063919
html, body { margin: 0; padding: 0; background: #353439; } body * { /*font-family: Papyrus, fantasy; -webkit-transition: all 1s; transition: all 1s;*/ } h1 { padding-top: 50px; } hr { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(211, 211, 211, 0), rgba(211, 211, 211, 0.75), rgba(211, 211, 211, 0)); } input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { box-shadow: 0 0 0px 1000px #FBFBFB inset; -webkit-box-shadow: 0 0 0px 1000px #FBFBFB inset; -webkit-transition: all 0s; transition: all 0s; } .javascript { display: none; } .absolute-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); } .absolute-horizontal-center { position: absolute; left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); } .float-right { float: right; } .right-align { text-align: right; } .left-align { text-align: left; } .justify { text-align: justify; } .float-right { float: right; } .no-top { margin-top: 0; padding-top: 0; } .no-bottom { margin-bottom: 0; padding-bottom: 0; } .no-margin { margin: 0; } .gray-text { color: #888; } .split { width: 75%; } .split-further { width: 50%; } .split-further-again { width: 35%; } .width-height-100 { width: 100%; height: 100%; } .no-transition * { transition: none; } .button-link { text-decoration: none; color: #000; } .resume-child-even h1, .resume-child-even h2, .resume-child-even p { color: #000; } .resume-child-odd h1, .resume-child-odd h2 { color: #FFF; } .title h1, .title h3, .resume-child-odd h3 { color: #D3D3D3; } .resume-child-even h3 { color: #888; } .resume-child-even h4, .resume-child-odd h4 { color: #0099CC; } .overlay, .inside-bar { background: #0099CC; } .image { background: #000; position: relative; padding: 5px; border-radius: 5px; float: right; height: 200px; } .image-div { margin: auto; } .menu { width: 100%; position: fixed; z-index: 20; background: #000; box-shadow: 0px 0px 5px 0px #000 inset; } .menu-right { margin-left: auto; } .menu-link, .color-link, .style-link { display: inline-block; margin: 10px; color: #FFF; text-transform: uppercase; text-decoration: none; border-bottom: transparent solid; outline: none; cursor: pointer; transition: 1s; } .color, .style { position: fixed; opacity: 0; } .color:hover ~ .menu label { color: #FFF !important; border-bottom: transparent solid !important; } .resume .resume-child-even h4, .resume .resume-child-odd h4, .resume .employ-div i, .title-page .overlay, .resume .inside-bar, .resume label, #blue ~ .resume .arrow-down p, #red ~ .resume .arrow-down p, #green ~ .resume .arrow-down p, #gold ~ .resume .arrow-down p { transition: 1s; } #business:checked ~ .resume *, #business:checked ~ .title-page *, #business:checked ~ .menu * { border-radius: 0px !important; box-shadow: none !important; font-family: 'Quicksand', sans-serif; } #casual:checked ~ .resume *, #casual:checked ~ .title-page *, #casual:checked ~ .menu * { font-family: "Comic Sans MS", cursive, sans-serif; text-transform: lowercase; } #casual:checked ~ .resume .resume-child-even, #casual:checked ~ .resume .resume-child-odd, #casual:checked ~ .title-page .overlay, #casual:checked ~ .resume .outside-bar, #casual:checked ~ .resume .inside-bar, #casual:checked ~ .resume .resume-child-odd, #casual:checked ~ .resume .employ-map-div * { border-radius: 5px !important; } #casual:checked ~ .resume .resume-child-even, #casual:checked ~ .resume .resume-child-odd, #casual:checked ~ .title-page .overlay { box-shadow: 0px 0px 15px 0px #000 inset; } #casual:checked ~ .resume .outside-bar, #casual:checked ~ .resume .inside-bar { box-shadow: 0px 0px 5px 0px #000 inset; } #casual:checked ~ .resume .resume-child-odd .button { box-shadow: 0px 0px 5px 0px #FFF inset; } #casual:checked ~ .resume .resume-child-odd { box-shadow: 0px 0px 10px 0px #FFF inset; } #business:checked ~ .resume .fa, #business:checked ~ .title-page .fa, #casual:checked ~ .resume .fa, #casual:checked ~ .title-page .fa { font-family: FontAwesome; } #blue:hover ~ .resume .resume-child-even h4, #blue:hover ~ .resume .resume-child-odd h4, #blue:hover ~ .resume .employ-div i { color: #0099CC !important; } #blue:hover ~ .title-page .overlay, #blue:hover ~ .resume .inside-bar, #blue:hover ~ .resume label { background: #0099CC !important; } #blue-label:hover, #blue:hover ~ #business:checked ~ .menu #business-label, #blue:hover ~ #casual:checked ~ .menu #casual-label { color: #0099CC !important; border-bottom: #0099CC solid !important; } #blue:checked ~ .resume .resume-child-even h4, #blue:checked ~ .resume .resume-child-odd h4, #blue:checked ~ .menu .menu-link:hover, #blue:checked ~ .resume .employ-div i { color: #0099CC; } #blue:checked ~ .title-page .overlay, #blue:checked ~ .resume .inside-bar { background: #0099CC; } #blue:checked ~ .menu #blue-label, #blue:checked ~ .menu .active-menu { color: #0099CC; border-bottom: #0099CC solid; } #red:hover ~ .resume .resume-child-even h4, #red:hover ~ .resume .resume-child-odd h4, #red:hover ~ .resume .employ-div i { color: #DF013A !important; } #red:hover ~ .title-page .overlay, #red:hover ~ .resume .inside-bar { background: #DF013A !important; } #red-label:hover, #red:hover ~ #business:checked ~ .menu #business-label, #red:hover ~ #casual:checked ~ .menu #casual-label { color: #DF013A !important; border-bottom: #DF013A solid !important; } #red:checked ~ .resume .resume-child-even h4, #red:checked ~ .resume .resume-child-odd h4, #red:checked ~ .menu .menu-link:hover, #red:checked ~ .resume .employ-div i { color: #DF013A; } #red:checked ~ .title-page .overlay, #red:checked ~ .resume .inside-bar { background: #DF013A; } #red:checked ~ .menu #red-label, #red:checked ~ .menu .active-menu { color: #DF013A; border-bottom: #DF013A solid; } #green:hover ~ .resume .resume-child-even h4, #green:hover ~ .resume .resume-child-odd h4, #green:hover ~ .resume .employ-div i { color: #04B486 !important; } #green:hover ~ .title-page .overlay, #green:hover ~ .resume .inside-bar { background: #04B486 !important; } #green-label:hover, #green:hover ~ #business:checked ~ .menu #business-label, #green:hover ~ #casual:checked ~ .menu #casual-label { color: #04B486 !important; border-bottom: #04B486 solid !important; } #green:checked ~ .resume .resume-child-even h4, #green:checked ~ .resume .resume-child-odd h4, #green:checked ~ .menu .menu-link:hover, #green:checked ~ .resume .employ-div i { color: #04B486; } #green:checked ~ .title-page .overlay, #green:checked ~ .resume .inside-bar { background: #04B486; } #green:checked ~ .menu #green-label, #green:checked ~ .menu .active-menu { color: #04B486; border-bottom: #04B486 solid; } #gold:hover ~ .resume .resume-child-even h4, #gold:hover ~ .resume .resume-child-odd h4, #gold:hover ~ .resume .employ-div i { color: #FFBF00 !important; } #gold:hover ~ .title-page .overlay, #gold:hover ~ .resume .inside-bar { background: #FFBF00 !important; } #gold-label:hover, #gold:hover ~ #business:checked ~ .menu #business-label, #gold:hover ~ #casual:checked ~ .menu #casual-label { color: #FFBF00 !important; border-bottom: #FFBF00 solid !important; } #gold:checked ~ .resume .resume-child-even h4, #gold:checked ~ .resume .resume-child-odd h4, #gold:checked ~ .menu .menu-link:hover, #gold:checked ~ .resume .employ-div i { color: #FFBF00; } #gold:checked ~ .title-page .overlay, #gold:checked ~ .resume .inside-bar { background: #FFBF00; } #gold:checked ~ .menu #gold-label, #gold:checked ~ .menu .active-menu { color: #FFBF00; border-bottom: #FFBF00 solid; } #blue:hover ~ .menu .active-menu, #blue:checked ~ #business:checked ~ .menu #business-label, #blue:checked ~ #casual:checked ~ .menu #casual-label { color: #0099CC; border-bottom: #0099CC solid; } #red:hover ~ .menu .active-menu, #red:checked ~ #business:checked ~ .menu #business-label, #red:checked ~ #casual:checked ~ .menu #casual-label { color: #DF013A; border-bottom: #DF013A solid; } #green:hover ~ .menu .active-menu, #green:checked ~ #business:checked ~ .menu #business-label, #green:checked ~ #casual:checked ~ .menu #casual-label { color: #04B486; border-bottom: #04B486 solid; } #gold:hover ~ .menu .active-menu, #gold:checked ~ #business:checked ~ .menu #business-label, #gold:checked ~ #casual:checked ~ .menu #casual-label { color: #FFBF00; border-bottom: #FFBF00 solid; } #blue:hover ~ .title-page .arrow-down p, #blue:checked ~ .title-page .arrow-down p, #blue:hover ~ .resume .arrow-down p, #blue:checked ~ .resume .arrow-down p { background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #0099CC)); background-size: 50px 100%; -webkit-background-clip: text; background-repeat: no-repeat; } #red:hover ~ .title-page .arrow-down p, #red:checked ~ .title-page .arrow-down p, #red:hover ~ .resume .arrow-down p, #red:checked ~ .resume .arrow-down p { background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #DF013A)); background-size: 50px 100%; -webkit-background-clip: text; background-repeat: no-repeat; } #green:hover ~ .title-page .arrow-down p, #green:checked ~ .title-page .arrow-down p, #green:hover ~ .resume .arrow-down p, #green:checked ~ .resume .arrow-down p { background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #04B486)); background-size: 50px 100%; -webkit-background-clip: text; background-repeat: no-repeat; } #gold:hover ~ .title-page .arrow-down p, #gold:checked ~ .title-page .arrow-down p, #gold:hover ~ .resume .arrow-down p, #gold:checked ~ .resume .arrow-down p { background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #FFBF00)); background-size: 50px 100%; -webkit-background-clip: text; background-repeat: no-repeat; } .flex { display: flex; display: -webkit-flex; overflow: hidden; } .title-page { background: no-repeat center center fixed url(../img/austin-small.gif); background-size: cover; width: 100%; height: 100vh; margin-bottom: 20px; overflow: hidden; } .title { z-index: 10; text-align: center; width: 50%; height: 25%; } .overlay { opacity: 0.5; width: 100%; height: 100vh; position: absolute; box-shadow: 0px 0px 10px 0px #000 inset; border-radius: 5px; } .arrow-down, .arrow-left { bottom: 0; text-decoration: none; z-index: 10; outline: none; background: #000; box-shadow: 0px 0px 5px 0px #000 inset; border-radius: 5px; } .arrow-down p { padding-left: 50px; padding-right: 50px; font-size: 150%; display: inline; margin-bottom: 0; color: rgba(255, 255, 255, 0.2); -webkit-animation: shimmer 2s infinite; animation: shimmer 2s infinite; } .arrow-down { padding-top: 10px; } .arrow-left p { font-size: 150%; color: rgba(255, 255, 255, 0.2); -webkit-animation: shimmer 2s infinite; animation: shimmer 2s infinite; } .resume-child-even { background: repeat center right fixed url(../img/crossword.png); text-align: center; height: 100%; box-shadow: 0px 0px 10px 0px #000 inset; border-radius: 5px; } .resume-child-odd { background: repeat center right fixed url(../img/binding_dark.png); text-align: center; height: 100%; box-shadow: 0px 0px 10px 0px #FFF inset; border-radius: 5px; } .awards-div h3 { margin-bottom: 0; } .awards-div h4 { margin-top: 0; } .flex-child { width: 50%; float: left; padding-bottom: 25px; } .flex-child-arrow { width: 50px; } .qualification-parent { padding-bottom: 50px; } .qualification-extra { height: 0; } .resume-child-odd .button { border: 1px solid #D3D3D3; color: #D3D3D3; } .resume-child-odd .button:hover { background: #D3D3D3; color: #000; } .button { display: block; width: 35%; height: 35px; margin: auto; cursor: pointer; border: 1px solid #000; background: transparent; box-shadow: 0px 0px 5px 0px #000 inset; border-radius: 5px; font-size: 150%; transition: 1s; } .button:hover { background: #000; color: #FFF; } .collapse-button { display: none; } .expand-button, .collapse-button { width: 15%; } #expand-input:checked ~ div .qualification-extra { padding-bottom: 500px; transition: 2s; } #collapse-input:checked ~ div .qualification-extra { padding-bottom: 0; transition: 2s; } #expand-input:checked ~ .expand-button { animation: remove 2s forwards; } #collapse-input:checked ~ div .collapse-button { animation: remove 2s forwards; } #collapse-input:checked ~ .expand-button { animation: add 2s forwards; } #expand-input:checked ~ div .collapse-button { animation: add 2s forwards; display: block; } #expand-input, #collapse-input, #email-input { display: none; } .about-child > * { margin-right: 20px; margin-left: 20px; } .rating-div { margin: auto; text-align: left; width: 70%; } .rating-div h4, .rating-div h3 { width: 100%; } .outside-bar { background: repeat center right fixed url(../img/gray_jean.png); width: 100%; height: 20px; border-radius: 5px; box-shadow: 0px 0px 5px 0px #000 inset; } .inside-bar { height: 100%; border-radius: 5px; box-shadow: 0px 0px 5px 0px #000 inset; } /* .qualification-parent:hover .inside-bar { -webkit-animation: grow 2s ease-in-out; animation: grow 2s ease-in-out; } */ .employ-details { width: 100%; text-align: left; } .awards-div, .employ-div { padding-bottom: 25px; } .employ-company-div { width: 35%; } .employ-div h2, .employ-div h3, .employ-div p { margin-top: 20px; margin-bottom: 20px; } .employ-map-div { width: 75%; height: 200px; margin: auto; } .employ-map-div * { transition: none; } .employ-desc { width: 65%; margin-right: 50px; } .employ-desc .flex-child { width: 50%; padding: 0; } .employ-tech { width: 50%; margin-left: 15px; } .employ-div .employ-pin { margin: 10px; cursor: default; } .employ-pin::before { cursor: pointer; } .gm-style .gm-style-iw { font-size: 11px; text-align: left; } .gm-style .gm-style-iw h3 { color: #000; font-size: 13px; margin: 0; margin-bottom: 10px; } .gm-style .gm-style-iw p { margin: 0; } .gm-style .gm-style-iw i { margin-right: 15px; } .employ-company-div p a { margin-left: 20px; } .employ-info-div { width: 35%; } .figure { margin: auto; margin-bottom: 25px; margin-top: 15px; width: 350px; height: 250px; position: relative; text-align: center; background: #000 no-repeat center center; box-shadow: 0px 0px 10px 0px #FFF inset; border-radius: 5px; } .figure .description { height: 100%; position: absolute; overflow: hidden; top: 0; left: 0; width: 100%; } .figure img { margin: auto; display: block; position: relative; max-height: 100%; max-width: 100%; } .figure h2 { color: #fff; text-align: center; position: relative; font-size: 15px; padding: 10px; background: rgba(0, 0, 0, 0.8); margin: 20px 0 0 0; } .figure p { font-family: Georgia, serif; font-style: italic; font-size: 12px; position: relative; color: #fff; padding: 10px 20px 20px; text-align: center; } .figure a.info { display: inline-block; text-decoration: none; padding: 7px 14px; background: #000; color: #fff; } .figure img { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -o-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; } .figure .description { background-color: rgba(255, 255, 255, 0.5); -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; -ms-transition: all 0.5s linear; transition: all 0.5s linear; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; } .figure h2, .figure p, .figure a.info { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; -ms-transition: all 0.5s linear; transition: all 0.5s linear; } .figure:hover img { -webkit-transform: scale(2); -moz-transform: scale(2); -o-transform: scale(2); -ms-transform: scale(2); transform: scale(2); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; } .figure:hover h2, .figure:hover p, .figure:hover a.info, .figure:hover .description { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; } .figure .info { border: 1px #000 solid; } .figure .info:hover { border: 1px #FFF solid; } .email-table { margin: auto; width: 70%; } .email-label { margin-bottom: 0; text-align: left; } .email-input { border-radius: 5px; font-size: 100%; width: 100%; color: #000; background: repeat center right fixed url(../img/crossword.png); border: 1px solid #888; padding: 5px; outline: none; transition: 1s; } .email-body { min-height: 200px; max-height: 600px; max-width: 100%; white-space: pre-wrap; text-align: start; overflow: auto; } .email-input:focus { background: #888; color: #FFF; } .email-button { border-radius: 5px; box-shadow: 0 0 5px 0 #000 inset; } .social-button { width: 175px; height: 30px; border: 0; font-size: 20px; cursor: pointer; background-repeat: no-repeat; background-size: contain; border-radius: 5px; transition: 1s; } .social-button:hover { background-position: 100%; } .linkedin-button { background-image: url(../img/Linked-In.png); } .side-menu { display: none; } #pdf-resume { display: none; } .info { color: #888; margin: auto; text-align: center; font-weight: bold; font-size: 80%; } .info .link:hover { color: #888; } @-webkit-keyframes shimmer { 0% { background-position: top left; } 100%{ background-position: top right; } } @keyframes shimmer { from{ background-position: top left; } to { background-position: top right; } } @keyframes grow { 0% { width: 100%; } 50% { width: 0%; } 100%{ width: 100%; } } @-webkit-keyframes grow { 0% { width: 100%; } 50% { width: 0%; } 100%{ width: 100%; } } @keyframes remove { 0% { z-index: 10; opacity: 1; } 100%{ z-index: 0; opacity: 0; } } @keyframes add { 0% { z-index: 0; opacity: 0; } 100%{ z-index: 10; opacity: 1; } }
css/main.css
html, body { margin: 0; padding: 0; background: #353439; } body * { /*font-family: Papyrus, fantasy; -webkit-transition: all 1s; transition: all 1s;*/ } h1 { padding-top: 50px; } hr { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(211, 211, 211, 0), rgba(211, 211, 211, 0.75), rgba(211, 211, 211, 0)); } input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { box-shadow: 0 0 0px 1000px #FBFBFB inset; -webkit-box-shadow: 0 0 0px 1000px #FBFBFB inset; -webkit-transition: all 0s; transition: all 0s; } .javascript { display: none; } .absolute-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); } .absolute-horizontal-center { position: absolute; left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); } .float-right { float: right; } .right-align { text-align: right; } .left-align { text-align: left; } .justify { text-align: justify; } .float-right { float: right; } .no-top { margin-top: 0; padding-top: 0; } .no-bottom { margin-bottom: 0; padding-bottom: 0; } .no-margin { margin: 0; } .gray-text { color: #888; } .split { width: 75%; } .split-further { width: 50%; } .split-further-again { width: 35%; } .width-height-100 { width: 100%; height: 100%; } .no-transition * { transition: none; } .button-link { text-decoration: none; color: #000; } .resume-child-even h1, .resume-child-even h2, .resume-child-even p { color: #000; } .resume-child-odd h1, .resume-child-odd h2 { color: #FFF; } .title h1, .title h3, .resume-child-odd h3 { color: #D3D3D3; } .resume-child-even h3 { color: #888; } .resume-child-even h4, .resume-child-odd h4 { color: #0099CC; } .overlay, .inside-bar { background: #0099CC; } .image { background: #000; position: relative; padding: 5px; border-radius: 5px; float: right; height: 200px; } .image-div { margin: auto; } .menu { width: 100%; position: fixed; z-index: 20; background: #000; box-shadow: 0px 0px 5px 0px #000 inset; } .menu-right { margin-left: auto; } .menu-link, .color-link, .style-link { display: inline-block; margin: 10px; color: #FFF; text-transform: uppercase; text-decoration: none; border-bottom: transparent solid; outline: none; cursor: pointer; transition: 1s; } .color, .style { position: fixed; opacity: 0; } .color:hover ~ .menu label { color: #FFF !important; border-bottom: transparent solid !important; } .resume .resume-child-even h4, .resume .resume-child-odd h4, .resume .employ-div i, .title-page .overlay, .resume .inside-bar, .resume label, #blue ~ .resume .arrow-down p, #red ~ .resume .arrow-down p, #green ~ .resume .arrow-down p, #gold ~ .resume .arrow-down p { transition: 1s; } #business:checked ~ .resume *, #business:checked ~ .title-page *, #business:checked ~ .menu * { border-radius: 0px !important; box-shadow: none !important; font-family: 'Quicksand', sans-serif; } #casual:checked ~ .resume *, #casual:checked ~ .title-page *, #casual:checked ~ .menu * { font-family: "Comic Sans MS", cursive, sans-serif; text-transform: lowercase; } #casual:checked ~ .resume .resume-child-even, #casual:checked ~ .resume .resume-child-odd, #casual:checked ~ .title-page .overlay, #casual:checked ~ .resume .outside-bar, #casual:checked ~ .resume .inside-bar, #casual:checked ~ .resume .resume-child-odd, #casual:checked ~ .resume .employ-map-div * { border-radius: 5px !important; } #casual:checked ~ .resume .resume-child-even, #casual:checked ~ .resume .resume-child-odd, #casual:checked ~ .title-page .overlay { box-shadow: 0px 0px 15px 0px #000 inset; } #casual:checked ~ .resume .outside-bar, #casual:checked ~ .resume .inside-bar { box-shadow: 0px 0px 5px 0px #000 inset; } #casual:checked ~ .resume .resume-child-odd .button { box-shadow: 0px 0px 5px 0px #FFF inset; } #casual:checked ~ .resume .resume-child-odd { box-shadow: 0px 0px 10px 0px #FFF inset; } #business:checked ~ .resume .fa, #business:checked ~ .title-page .fa, #casual:checked ~ .resume .fa, #casual:checked ~ .title-page .fa { font-family: FontAwesome; } #blue:hover ~ .resume .resume-child-even h4, #blue:hover ~ .resume .resume-child-odd h4, #blue:hover ~ .resume .employ-div i { color: #0099CC !important; } #blue:hover ~ .title-page .overlay, #blue:hover ~ .resume .inside-bar, #blue:hover ~ .resume label { background: #0099CC !important; } #blue-label:hover, #blue:hover ~ #business:checked ~ .menu #business-label, #blue:hover ~ #casual:checked ~ .menu #casual-label { color: #0099CC !important; border-bottom: #0099CC solid !important; } #blue:checked ~ .resume .resume-child-even h4, #blue:checked ~ .resume .resume-child-odd h4, #blue:checked ~ .menu .menu-link:hover, #blue:checked ~ .resume .employ-div i { color: #0099CC; } #blue:checked ~ .title-page .overlay, #blue:checked ~ .resume .inside-bar { background: #0099CC; } #blue:checked ~ .menu #blue-label, #blue:checked ~ .menu .active-menu { color: #0099CC; border-bottom: #0099CC solid; } #red:hover ~ .resume .resume-child-even h4, #red:hover ~ .resume .resume-child-odd h4, #red:hover ~ .resume .employ-div i { color: #DF013A !important; } #red:hover ~ .title-page .overlay, #red:hover ~ .resume .inside-bar { background: #DF013A !important; } #red-label:hover, #red:hover ~ #business:checked ~ .menu #business-label, #red:hover ~ #casual:checked ~ .menu #casual-label { color: #DF013A !important; border-bottom: #DF013A solid !important; } #red:checked ~ .resume .resume-child-even h4, #red:checked ~ .resume .resume-child-odd h4, #red:checked ~ .menu .menu-link:hover, #red:checked ~ .resume .employ-div i { color: #DF013A; } #red:checked ~ .title-page .overlay, #red:checked ~ .resume .inside-bar { background: #DF013A; } #red:checked ~ .menu #red-label, #red:checked ~ .menu .active-menu { color: #DF013A; border-bottom: #DF013A solid; } #green:hover ~ .resume .resume-child-even h4, #green:hover ~ .resume .resume-child-odd h4, #green:hover ~ .resume .employ-div i { color: #04B486 !important; } #green:hover ~ .title-page .overlay, #green:hover ~ .resume .inside-bar { background: #04B486 !important; } #green-label:hover, #green:hover ~ #business:checked ~ .menu #business-label, #green:hover ~ #casual:checked ~ .menu #casual-label { color: #04B486 !important; border-bottom: #04B486 solid !important; } #green:checked ~ .resume .resume-child-even h4, #green:checked ~ .resume .resume-child-odd h4, #green:checked ~ .menu .menu-link:hover, #green:checked ~ .resume .employ-div i { color: #04B486; } #green:checked ~ .title-page .overlay, #green:checked ~ .resume .inside-bar { background: #04B486; } #green:checked ~ .menu #green-label, #green:checked ~ .menu .active-menu { color: #04B486; border-bottom: #04B486 solid; } #gold:hover ~ .resume .resume-child-even h4, #gold:hover ~ .resume .resume-child-odd h4, #gold:hover ~ .resume .employ-div i { color: #FFBF00 !important; } #gold:hover ~ .title-page .overlay, #gold:hover ~ .resume .inside-bar { background: #FFBF00 !important; } #gold-label:hover, #gold:hover ~ #business:checked ~ .menu #business-label, #gold:hover ~ #casual:checked ~ .menu #casual-label { color: #FFBF00 !important; border-bottom: #FFBF00 solid !important; } #gold:checked ~ .resume .resume-child-even h4, #gold:checked ~ .resume .resume-child-odd h4, #gold:checked ~ .menu .menu-link:hover, #gold:checked ~ .resume .employ-div i { color: #FFBF00; } #gold:checked ~ .title-page .overlay, #gold:checked ~ .resume .inside-bar { background: #FFBF00; } #gold:checked ~ .menu #gold-label, #gold:checked ~ .menu .active-menu { color: #FFBF00; border-bottom: #FFBF00 solid; } #blue:hover ~ .menu .active-menu, #blue:checked ~ #business:checked ~ .menu #business-label, #blue:checked ~ #casual:checked ~ .menu #casual-label { color: #0099CC; border-bottom: #0099CC solid; } #red:hover ~ .menu .active-menu, #red:checked ~ #business:checked ~ .menu #business-label, #red:checked ~ #casual:checked ~ .menu #casual-label { color: #DF013A; border-bottom: #DF013A solid; } #green:hover ~ .menu .active-menu, #green:checked ~ #business:checked ~ .menu #business-label, #green:checked ~ #casual:checked ~ .menu #casual-label { color: #04B486; border-bottom: #04B486 solid; } #gold:hover ~ .menu .active-menu, #gold:checked ~ #business:checked ~ .menu #business-label, #gold:checked ~ #casual:checked ~ .menu #casual-label { color: #FFBF00; border-bottom: #FFBF00 solid; } #blue:hover ~ .title-page .arrow-down p, #blue:checked ~ .title-page .arrow-down p, #blue:hover ~ .resume .arrow-down p, #blue:checked ~ .resume .arrow-down p { background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #0099CC)); background-size: 50px 100%; -webkit-background-clip: text; background-repeat: no-repeat; } #red:hover ~ .title-page .arrow-down p, #red:checked ~ .title-page .arrow-down p, #red:hover ~ .resume .arrow-down p, #red:checked ~ .resume .arrow-down p { background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #DF013A)); background-size: 50px 100%; -webkit-background-clip: text; background-repeat: no-repeat; } #green:hover ~ .title-page .arrow-down p, #green:checked ~ .title-page .arrow-down p, #green:hover ~ .resume .arrow-down p, #green:checked ~ .resume .arrow-down p { background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #04B486)); background-size: 50px 100%; -webkit-background-clip: text; background-repeat: no-repeat; } #gold:hover ~ .title-page .arrow-down p, #gold:checked ~ .title-page .arrow-down p, #gold:hover ~ .resume .arrow-down p, #gold:checked ~ .resume .arrow-down p { background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #FFBF00)); background-size: 50px 100%; -webkit-background-clip: text; background-repeat: no-repeat; } .flex { display: flex; display: -webkit-flex; overflow: hidden; } .title-page { background: no-repeat center center fixed url(../img/austin-small.gif); background-size: cover; width: 100%; height: 100vh; margin-bottom: 20px; overflow: hidden; } .title { z-index: 10; text-align: center; width: 50%; height: 25%; } .overlay { opacity: 0.5; width: 100%; height: 100vh; position: absolute; box-shadow: 0px 0px 10px 0px #000 inset; border-radius: 5px; } .arrow-down, .arrow-left { bottom: 0; text-decoration: none; z-index: 10; outline: none; background: #000; box-shadow: 0px 0px 5px 0px #000 inset; border-radius: 5px; } .arrow-down p { padding-left: 50px; padding-right: 50px; font-size: 150%; display: inline; margin-bottom: 0; color: rgba(255, 255, 255, 0.2); -webkit-animation: shimmer 2s infinite; animation: shimmer 2s infinite; } .arrow-down { padding-top: 10px; } .arrow-left p { font-size: 150%; color: rgba(255, 255, 255, 0.2); -webkit-animation: shimmer 2s infinite; animation: shimmer 2s infinite; } .resume-child-even { background: repeat center right fixed url(../img/crossword.png); text-align: center; height: 100%; box-shadow: 0px 0px 10px 0px #000 inset; border-radius: 5px; } .resume-child-odd { background: repeat center right fixed url(../img/binding_dark.png); text-align: center; height: 100%; box-shadow: 0px 0px 10px 0px #FFF inset; border-radius: 5px; } .awards-div h3 { margin-bottom: 0; } .awards-div h4 { margin-top: 0; } .flex-child { width: 50%; float: left; padding-bottom: 25px; } .flex-child-arrow { width: 50px; } .qualification-parent { padding-bottom: 50px; } .qualification-extra { height: 0; } .resume-child-odd .button { border: 1px solid #D3D3D3; color: #D3D3D3; } .resume-child-odd .button:hover { background: #D3D3D3; color: #000; } .button { display: block; width: 35%; height: 35px; margin: auto; cursor: pointer; border: 1px solid #000; background: transparent; box-shadow: 0px 0px 5px 0px #000 inset; border-radius: 5px; font-size: 150%; transition: 1s; } .button:hover { background: #000; color: #FFF; } .collapse-button { display: none; } .expand-button, .collapse-button { width: 15%; } #expand-input:checked ~ div .qualification-extra { padding-bottom: 500px; transition: 2s; } #collapse-input:checked ~ div .qualification-extra { padding-bottom: 0; transition: 2s; } #expand-input:checked ~ .expand-button { animation: remove 2s forwards; } #collapse-input:checked ~ div .collapse-button { animation: remove 2s forwards; } #collapse-input:checked ~ .expand-button { animation: add 2s forwards; } #expand-input:checked ~ div .collapse-button { animation: add 2s forwards; display: block; } #expand-input, #collapse-input, #email-input { display: none; } .about-child > * { margin-right: 20px; margin-left: 20px; } .rating-div { margin: auto; text-align: left; width: 70%; } .rating-div h4, .rating-div h3 { width: 100%; } .outside-bar { background: repeat center right fixed url(../img/gray_jean.png); width: 100%; height: 20px; border-radius: 5px; box-shadow: 0px 0px 5px 0px #000 inset; } .inside-bar { height: 100%; border-radius: 5px; box-shadow: 0px 0px 5px 0px #000 inset; } /* .qualification-parent:hover .inside-bar { -webkit-animation: grow 2s ease-in-out; animation: grow 2s ease-in-out; } */ .employ-details { width: 100%; text-align: left; } .awards-div, .employ-div { padding-bottom: 25px; } .employ-company-div { width: 35%; } .employ-div h2, .employ-div h3, .employ-div p { margin-top: 20px; margin-bottom: 20px; } .employ-map-div { width: 75%; height: 200px; margin: auto; } .employ-map-div * { transition: none; } .employ-desc { width: 65%; margin-right: 50px; } .employ-desc .flex-child { width: 50%; padding: 0; } .employ-tech { width: 50%; margin-left: 15px; } .employ-div .employ-pin { margin: 10px; cursor: default; } .employ-pin::before { cursor: pointer; } .gm-style .gm-style-iw { font-size: 11px; text-align: left; } .gm-style .gm-style-iw h3 { color: #000; font-size: 13px; margin: 0; margin-bottom: 10px; } .gm-style .gm-style-iw p { margin: 0; } .gm-style .gm-style-iw i { margin-right: 15px; } .employ-company-div p a { margin-left: 20px; } .employ-info-div { width: 35%; } .figure { margin: auto; margin-bottom: 25px; margin-top: 15px; width: 350px; height: 250px; position: relative; text-align: center; background: #000 no-repeat center center; box-shadow: 0px 0px 10px 0px #FFF inset; border-radius: 5px; } .figure .description { height: 100%; position: absolute; overflow: hidden; top: 0; left: 0; width: 100%; } .figure img { margin: auto; display: block; position: relative; max-height: 100%; max-width: 100%; } .figure h2 { color: #fff; text-align: center; position: relative; font-size: 15px; padding: 10px; background: rgba(0, 0, 0, 0.8); margin: 20px 0 0 0; } .figure p { font-family: Georgia, serif; font-style: italic; font-size: 12px; position: relative; color: #fff; padding: 10px 20px 20px; text-align: center; } .figure a.info { display: inline-block; text-decoration: none; padding: 7px 14px; background: #000; color: #fff; } .figure img { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -o-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; } .figure .description { background-color: rgba(255, 255, 255, 0.5); -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; -ms-transition: all 0.5s linear; transition: all 0.5s linear; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; } .figure h2, .figure p, .figure a.info { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; -ms-transition: all 0.5s linear; transition: all 0.5s linear; } .figure:hover img { -webkit-transform: scale(2); -moz-transform: scale(2); -o-transform: scale(2); -ms-transform: scale(2); transform: scale(2); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; } .figure:hover h2, .figure:hover p, .figure:hover a.info, .figure:hover .description { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; } .figure .info { border: 1px #000 solid; } .figure .info:hover { border: 1px #FFF solid; } .email-table { margin: auto; width: 70%; } .email-label { margin-bottom: 0; text-align: left; } .email-input { border-radius: 5px; font-size: 100%; width: 100%; color: #000; background: repeat center right fixed url(../img/crossword.png); border: 1px solid #888; padding: 5px; outline: none; transition: 1s; } .email-body { min-height: 200px; max-height: 600px; max-width: 100%; white-space: pre-wrap; text-align: start; overflow: auto; } .email-input:focus { background: #888; color: #FFF; } .email-button { border-radius: 5px; box-shadow: 0 0 5px 0 #000 inset; } .social-button { width: 175px; height: 30px; border: 0; font-size: 20px; cursor: pointer; background-repeat: no-repeat; background-size: contain; border-radius: 5px; transition: 1s; } .social-button:hover { background-position: 100%; } .linkedin-button { background-image: url(../img/Linked-In.png); } .side-menu { display: none; } #pdf-resume { display: none; } .info { color: #888; margin: auto; text-align: center; font-weight: bold; font-size: 80%; } .info .link:hover { color: #888; } @-webkit-keyframes shimmer { 0% { background-position: top left; } 100%{ background-position: top right; } } @keyframes shimmer { from{ background-position: top left; } to { background-position: top right; } } @keyframes grow { 0% { width: 100%; } 50% { width: 0%; } 100%{ width: 100%; } } @-webkit-keyframes grow { 0% { width: 100%; } 50% { width: 0%; } 100%{ width: 100%; } } @keyframes remove { 0% { z-index: 10; opacity: 1; } 100%{ z-index: 0; opacity: 0; } } @keyframes add { 0% { z-index: 0; opacity: 0; } 100%{ z-index: 10; opacity: 1; } }
0.254139
0.054525